/* ////////////////////////////////////////////////////////////////////
HTML, Body
//////////////////////////////////////////////////////////////////// */
body#top {background: none;}
/*=====================================================================
/* .lyt-inner
===================================================================== */
.lyt-inner{
	position:relative;
	margin:0;
	max-width:none;
}
footer .lyt-inner {
  max-width: 1080px;
  margin: 0 auto;
}
/* ////////////////////////////////////////////////////////////////////
共通
//////////////////////////////////////////////////////////////////// */
/*段落*/

.section {padding: 40px 0;}
.block {margin-bottom: 40px;}
.block:last-child {margin-bottom: 0;}
.box{margin-bottom: 20px;}
.box:last-child {margin-bottom: 0;}

/*外部リンク*/
.other-link:after {
  display: inline-block;
  content: "　";
  width: 13px;
  height: 15px;
  padding-left: 5px;
  background-image: url(/features/commuting_to_school2016/common/img/other_link01.png);
  background-image: url(/features/commuting_to_school2016/common/img/other_link01_ie.png)\9;
  /*IE8以下*/
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center 5px;
}
/* --------------------------------------------------
video-container(YOUTUBEリサイズ)
-------------------------------------------------- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /*padding-top: 30px;*/
  height: 0;
  overflow: hidden;
  border: 3px solid #000;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#globalHeader {
	background-color:#FFF;
}


/* ////////////////////////////////////////////////////////////////////
#mainVisual
//////////////////////////////////////////////////////////////////// */

#mainVisual {
  position: relative;
}

#mainVisual .bg {
  position: relative;
  width: 100%;
  overflow: hidden;
  zoom: 1;
}

#mainVisual .bg span {
  /*position:absolute;
	bottom:0;
	left:0;
	width:100%;
	*/
}

#mainVisual .wrap {
  background: #FFF;
}


/*#mainVisual .lyt-inner{
	padding-top:60px;
}*/

#mainVisual h1 {
  width: 100%;
  margin: 60px 0 0 0;
}


/*.lead*/

#mainVisual .lead {
  width: 65%;
  margin: 0 auto 2.5% auto;
}


/*.top_menu*/

#mainVisual .top_menu {
  overflow: hidden;
  zoom: 1;
}

#mainVisual .top_menu li {
  float: left;
  display: block;
  width: 50%;
  padding: 0 5%;
  line-height: 1;
}

#mainVisual .top_menu li a {
  display: block;
}

#bs_sec02 .lyt-inner,
#bs_sec03 .lyt-inner{
  padding: 60px 0 30px;
}

/* ////////////////////////////////////////////////////////////////////
#bs_sec01
//////////////////////////////////////////////////////////////////// */

#bs_sec01 .lyt-inner {
  padding-top: 0;
  margin: 0 auto !important;
  width: 100%;
  max-width: 1040px;
}

#bs_sec01 {
  background: url(/features/yell/2016spring-baseball/common/img/bg_sec01.jpg) repeat left top;
}

#bs_sec01 .inner {
  margin: 0 auto;
}

#bs_sec01 .inner h2 {
  display: block;
  padding: 0 0 5px;
  text-align: center;
  border-bottom: 1px #BD0102 solid;
}

#bs_sec01 p {
  text-align: center;
  color: #FFF;
  margin: 15px 0 65px;
}

/* ////////////////////////////////////////////////////////////////////
#bs_sec02
//////////////////////////////////////////////////////////////////// */

#bs_sec02 {
  background: url(/features/yell/2016spring-baseball/common/img/bg_sec02_04.jpg) no-repeat left top;
  background-size: cover;
}
#bs_sec03 .inner {
  width: 98%;
}
#bs_sec02 h2 {
  text-align: center;
  transform: scale(0);
}
#sec02_ttl {
}
.opacity0 {
    opacity: 0;
}
#bs_sec02 p {
  width: 820px;
  color: #FFF;
  margin: 30px auto;
}

#bs_sec02 img {
  display: block;
  margin: auto;
}
#bs_sec02 .sec02_img {
  transform: scale(0);
}

/* ////////////////////////////////////////////////////////////////////
#bs_sec03
//////////////////////////////////////////////////////////////////// */

#bs_sec03 .inner {
  width: 98%;
  max-width: 1080px;
  margin: auto;
}
#bs_sec03 h2 {
  transform: scale(0);
  margin-bottom: 30px;
}
#bs_sec03 h2 img {
  margin-bottom: 30px;
}

#bs_sec03 .inner img.img_left {
  float: left;
  margin-right: 40px;
}

#bs_sec03 .bs_sec03_img {
  clear: both;
  display: flex;
}
#bs_sec03 .bs_sec03_img li {
  margin-top: 50px;
  width: 100%;

}

.bs_sec03_img li:nth-child(n+1) {
  margin-right: 25px;
}

.bs_sec03_img li:last-child {
  margin-right: 0;
}

#bs_sec03 .btn {
  float: right;
  margin-top: 15px;
}

#bs_sec03 .btn img {
  width: 360px;
}

#bs_sec03 .btn img:hover {
  opacity: 0.6;
}


/* ////////////////////////////////////////////////////////////////////
#bs_sec04
//////////////////////////////////////////////////////////////////// */

#bs_sec04 {
  background: url(/features/yell/2016spring-baseball/common/img/bg_sec02_04.jpg) no-repeat left top;
  background-size: cover;
}

#bs_sec04 .lyt-inner {
  width: 98%;
  max-width: 1080px;
  margin: 60px auto 30px;
}

#bs_sec04 h2 {
  text-align: center;
  margin-bottom: 40px;
  transform: scale(0);
}

#bs_sec04 ul {
  display: flex;
  -webkit-justify-content: space-around;  Safari 
  justify-content: space-around;
  opacity: 0;
}

#bs_sec04 ul li a img {
transition: all 0.2s linear; //開く速さ
}
#bs_sec04 ul li a img:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); //拡大倍率
z-index: 9999;
}

#bs_sec04 ul li:nth-child(1) {
}
#bs_sec04 ul li:nth-child(2) {
  margin: 0 20px;
}
#bs_sec04 ul li:nth-child(3) {
}

/* ////////////////////////////////////////////////////////////////////
#bs_sec05
//////////////////////////////////////////////////////////////////// */
#bs_sec05 {
}
#bs_sec05 .lyt-inner {
  width: 98%;
  max-width: 1080px;
  margin: 60px auto 0;
}

#bs_sec05 h2 {
  margin-bottom: 50px;
  transform: scale(0);
}

#bs_sec05 p.lead {
  font-size: 1.8em;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 50px;
  opacity: 0;
}

#bs_sec05 .l_clum,
#bs_sec05 .r_clum {
  width: 47%;
}

#bs_sec05 h4 {
  background: #FF9D3C;
  color: #FFF;
  font-size: 1.1em;
  line-height: 32px;
  height: 32px;
  margin-bottom: 15px;
  padding: 0 0 0 0.5em;
  border-bottom: double;
}

#bs_sec05 .l_clum {
  float: left;
}
#bs_sec05 .l_clum span.small{
  font-size: 85%;
}

#bs_sec05 .r_clum {
  float: right;
}

#bs_sec05 .l_clum iframe {
  width: 100%;
  margin-top: 15px;
}

#bs_sec05 .l_clum h4:nth-child(n+2),
#bs_sec05 .r_clum h4:nth-child(n+2) {
  margin-top: 30px;
}

#bs_sec05 .l_clum h5,
#bs_sec05 .r_clum h5 {
  font-size: 1.1em;
  border-bottom: 1px solid;
  color: #FF7F00;
  margin-bottom: 15px;
}

#bs_sec05 .r_clum dl dt {
  font-weight: bold;
}

.mT15 {
  margin-top: 15px;
}

#bs_sec05 .r_clum dl dt:before {
  content: "■";
  color: #FF7F00;
  padding: 0 0.2em 0 0;
}

#bs_sec05 .r_clum .lefty {
  width: 55%;
  float: left;
  margin-bottom: 20px;
}

#bs_sec05 .r_clum .righty {
  width: 40%;
  float: right;
}
#bs_sec05 .r_clum .righty img {
  width: 100%;
}
#bs_sec05 .r_clum .clear {
  clear: both;
}

/* ////////////////////////////////////////////////////////////////////
#bs_sec06
//////////////////////////////////////////////////////////////////// */

#bs_sec06 {
  background: url(/features/yell/2016spring-baseball/common/img/bg_sec06.jpg) repeat left top;
  padding: 6px;
  width: 98%;
  max-width: 1080px;
  margin: 30px auto;
}

#bs_sec06 .lyt-inner {
  background: rgba(255, 255, 255, 0.6);
  padding: 20px 50px;
  margin-top: 0;
}

#bs_sec06 .lyt-inner .img_box {
  float: left;
  margin-right: 50px;
  transform: scale(0);
}
#bs_sec06 .capt span.small {
  font-size: 0.7em;
}
#bs_sec06 .txt {
  opacity: 0;
  line-height: 1.9em;
}
#bs_sec06 .lyt-inner .img_box p.capt {
  font-size: 1.2em;
  text-align: center;
  margin: 0.5em 0 0;
  line-height: 0.8em;
}

#bs_sec06 .lyt-inner p:nth-child(2) {
  margin-bottom: 1em;
}


/* ////////////////////////////////////////////////////////////////////
#bs_sec07
//////////////////////////////////////////////////////////////////// */

#bs_sec07 .btn {
  max-width: 1080px;
  margin: 0 auto 30px;
  text-align: center;
}

#bs_sec07 .btn img {
  width: 360px;
}

#bs_sec07 .btn a:hover {
  opacity: 0.6;
}

/* ////////////////////////////////////////////////////////////////////
.colorbox_contents
//////////////////////////////////////////////////////////////////// */
#voice01 img,
#voice02 img,
#voice03 img {
  width: 65%;
  float: none;
  margin: 0 0 1.5em 0;
}

#voice01 dl dt,
#voice02 dl dt,
#voice03 dl dt {
  font-size: 1.1em;
  font-weight: bold;
  padding-left: 40px;
  text-indent: -40px;
}
#voice01 dl dd,
#voice02 dl dd,
#voice03 dl dd {
  padding-left: 40px;
  text-indent: -40px;
}
#voice01 dl dt:before,
#voice02 dl dt:before,
#voice03 dl dt:before {
  content:" ";
  background: url("/features/yell/2016spring-baseball/common/img/icn_q.png") no-repeat left bottom;
  background-size: contain;
  display:inline-block;
  width: 30px;
  height: 35px;
  margin-right: 0.5em;
}
#voice01 dl dd:before,
#voice02 dl dd:before,
#voice03 dl dd:before {
  content:" ";
  background: url("/features/yell/2016spring-baseball/common/img/icn_a.png") no-repeat left bottom;
  background-size: contain;
  display:inline-block;
  width: 30px;
  height: 35px;
  margin-right: 0.5em;
}
#voice01 dl dt:nth-child(n+2),
#voice02 dl dt:nth-child(n+1),
#voice03 dl dt:nth-child(n+1) {
  margin-top: 2em;
}
#cboxLoadedContent {
  max-width: 628px;
}
#voice01 dl,#voice02 dl,#voice03 dl {
  margin-bottom: 30px;
}

/* --------------------------------------------------------------------
.anchor
-------------------------------------------------------------------- */

.anchor {
  margin-bottom: 30px;
  width: 100%;
}

.anchor ul {
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}

.anchor ul li {
  max-width: 244px;
  margin-left: 1%;
}

.anchor ul li a {
  display: block;
}

.anchor ul li a span {
  display: block;
  margin-top: -20px;
}

.anchor ul li img {
  width: 100%;
}


/*colorboxの上書き*/

#cboxOverlay {
  background: #333;
}

#cboxLoadingOverlay {
  background: #FFF;
}

/*#cboxTitle {
  width: 100%;
  padding: 3px 10px;
  background: #FFF;
  font-size: 90%;
  top: auto;
  bottom: 0;
}*/
body #cboxLoadedContent h4 {
  text-align: center;
  font-size: 1.6em;
  border-bottom: 1px solid;
  margin-bottom: 1em;
  color: #900;
  padding-bottom: 0.3em;
}
body #cboxLoadedContent h4 .small {
  font-weight: normal;
  font-size: 0.6em;
  color: #000;
}

.cb_img {
    text-align: center;
    margin: 0 auto;
  }
@media screen and (max-width:1080px) {
  /*=====================================================================
	/* .lyt-inner
	===================================================================== */
  .lyt-inner {
    padding: 0;
    margin-top: 0;
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  .lyt-inner {
    padding: 0;
    margin: 0 auto;
    width: 95%;
  }
  #mainVisual .lyt-inner {
    width: 100%;
  }
  #mainVisual h1 {
  margin: 0 0 0 0;
}
  #bs_sec01 p {
    margin-bottom: 30px
  }
  #bs_sec01 {
    padding-bottom: 0;
  }
  #bs_sec03 .inner {
  }
  #bs_sec02 p {
    width: 100%;
  }
  #bs_sec04 .lyt-inner,
  #bs_sec05 .lyt-inner {
    margin-top: 0;
  }
  #bs_sec05 {
    width: 98%;
    margin: 0 auto;
  }
  #bs_sec04 h2 img {
    width: 50%;
  }
  #bs_sec03 .btn {
    float: none;
    text-align: center
  }
  #bs_sec05 .l_clum,
  #bs_sec05 .r_clum {
    float: none;
    width: 100%;
  }
  #bs_sec05 .l_clum h4,
  #bs_sec05 .r_clum h4 {
    margin-top: 30px;
  }
  #bs_sec06 {
    width: 95%;
    margin: 30px auto;
  }
  #bs_sec06 .lyt-inner {
    margin: 0;
    width: 100%;
  }

/* ////////////////////////////////////////////////////////////////////
.colorbox_contents
//////////////////////////////////////////////////////////////////// */
#voice01 img,
#voice02 img,
#voice03 img {
  width: 65%;
  float: none;
  margin: 0 auto;
}
}


/*===============================================
●smart.css  画面の横幅が568px以下
===============================================*/

@media screen and (max-width:568px) {
  html {
    font-size: 14px;
  }
  #mainVisual h1 {
    background: url(/features/yell/2016spring-baseball/common/img/main_image_sp.gif) no-repeat;
    background-size: cover;
  }
  #mainVisual h1 img {
    visibility: hidden;
  }
  #bs_sec03 .inner img.img_left {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
  #bs_sec03 .bs_sec03_img {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 15px;
  }
  #bs_sec03 .bs_sec03_img li {
    width: 48%;
    margin-top: 15px;
  }
  .bs_sec03_img li:nth-child(n+1) {
    margin: 0;
  }
  .bs_sec03_img li:last-child {
    margin-right: 0;
  }
  #bs_sec02 .lyt-inner,
  #bs_sec03 .lyt-inner,
  #bs_sec04 .lyt-inner,
  #bs_sec05 .lyt-inner {
    padding-top: 0;
    margin-top: 0 !important;
  }
#bs_sec04 ul {
  display: flex;
  flex-direction: column;
  -webkit-justify-content: space-around;  Safari 
  justify-content: space-around;
  opacity: 0;
}
#bs_sec04 ul li:nth-child(2) {
  margin: 0 0 30px;
}
#bs_sec04 ul li:nth-child(3) {
  margin: 0 0 0;
}
  #bs_sec04 ul li {
    margin: 0 0 40px;
    text-align: center;
  }
  #bs_sec04 ul li img {
    width: 65%;
  }
  #bs_sec06 {
    margin: 0 auto;
  }
  #bs_sec06 .lyt-inner .img_box {
    float: none;
    text-align: center;
    margin:0 auto 1.5em;
  }
  #bs_sec06 .lyt-inner {
    margin: 0 0 0 0;
    padding:20px 20px 0;
  }
  .anchor {
    margin-bottom: 30px;
  }
  .anchor ul {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
  }
  .anchor ul li {
    width: 46%;
    margin: 0 0 15px;
    padding: 0;
  }
  .anchor ul li a {
    display: inline;
  }
  .anchor ul li a span {
    display: inline;
  }
  /*h2*/
  #bs_sec03 h2 img,
  #bs_sec05 h2 img{
    transform: scale(2);
    overflow: hidden;
  }
}
.colorbox_contents {display: none;}


