@charset "utf-8";

.title { padding-bottom: 135px;}

.area-snav {
	padding-top: 35px;
	border-bottom: 10px #e6b405 solid;
	background: #cccccc;
  position: relative;
}
.nolink{
  pointer-events: none;
}
.bold{
  font-weight: bold;
}
.nav-tab ul{
  position: relative;
  bottom: -10px;
}
.nav-tab ul:after {
  content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; overflow:hidden; font-size:0.1em;
}
.nav-tab li{
  float:left;
}
.nav-tab.nav-tab-reform li:first-child{
  width: 53.125%;
}
.nav-tab.nav-tab-reform li:nth-child(2){
  width: 46.875%;
}
.nav-tab.nav-tab-comment li:first-child{
  width: 46.875%;
}
.nav-tab.nav-tab-comment li:nth-child(2){
  width: 53.125%;
}
.nav-tab li img{
  width: 100%;
  vertical-align: bottom;
}
.movie-lg,.movie-sm{
  position: relative
}

.movie-lg .area-bt{
    position: absolute;
    bottom: 5%;
    left: 35%;
    width: 30%;
    margin: auto;
}

.movie-sm .area-bt{
    position: absolute;
    bottom: 10%;
    left: 25%;
    width: 50%;
    margin: auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.parts-bt a{
  font-family: Ryumin Medium KL,"リュウミン M-KL",HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif;
}

.parts-bt-gold a{
    background-color: #a88737;
}

.parts-bt-small{
    width: 30%;
    margin: auto;
}

.subtitle{
  font-size: 150%;
  font-family: Ryumin Medium KL,"リュウミン M-KL",HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝",serif;
  font-weight: bold;
  background-color: #FFFFFF;
  line-height: 2.5;
  text-align: center
}

.subtitle.yellow{
  color: #E6B405;
  border: solid #E6B405;
}

.subtitle.red{
  color: #E65005;
  border: solid #E65005;
}

.bt-sm{
  width: 50%;
}

.content{
  text-align: left;
  background-color: #FEFBF4;
  border: solid thin #f0f0f0;
  padding: 20px;
}

.content em{
  color: #E65005;
  font-weight: bold;
  border-bottom: 3px solid #F8E71C;
}

.w1080{
  width: 1080px;
}

.pick-up_line_item {
  position: relative;
  margin-top: 6px;
}
.pick-up_line_item.center{
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
.pc-only{
  display: block;
}
.sp-only{
  display: none;
}
.pick-up_line_item{
  border: solid 2px #cccccc;
  background-color: #FFFFFF;
}
.pick-up_title{
  text-align: center;
  font-size: 200%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: bold;
}
.pick-up_line_item > a .object {
  overflow: hidden;
  width: 100%;
  height: 100%;
/*  background-color: #3a7ed8;*/
  background-color: #d3ad3c;
  position: relative;
}
.pick-up_line_item > a .object img {
  width: 100%;
  height: auto;
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
          transition: 0.2s ease-in-out;
}
.pick-up_line_item > a:hover .object img {
  -ms-filter: "alpha(opacity=22)";
  opacity: 0.05;
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.pick-up_line_item > a .Description {
  word-wrap: break-word;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 2%;
  padding-top: 100px;
  padding: 30px 15px 0;
  color: #fff;
  line-height: 1.7;
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
  box-sizing: border-box;
  -ms-filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}
.pick-up_line_item:hover .Description {
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .pick-up_line_item.center{
    width: 100%;
  }
  .pick-up_title{
    /*font-size: 185.7%;*/
    font-size: 142.8%;
  }
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }
  .pick-up_line_item img{
    -webkit-filter: blur(1px);
    filter: blur(1px);
  }
  .pick-up_line_item > a .object {
    background-color: transparent;
  }
  .pick-up_line_item > a .Description{
    -ms-filter: "alpha(opacity=100)";
    opacity: 1;
    background: rgba(0,0,0,0.6);
    margin-left: 0;
    font-size: 12.5px;
    padding: 1em;
    line-height: 1.5;
  }
  .pick-up_line_item > a .Description.small{
    font-size: 10px;
  }

}
/*movie-section*/
.movie-section{
  border-top: 1px #cccccc solid;
  padding: 10px 0 20px;
}
.movie-section.last{
  border-bottom: 1px #cccccc solid;
}
.movie-section .main-title{
  font-size: 200%;
  margin: 10px 0;
  padding: 10px 10px 10px 40px;
  border-left: 10px #e6b405 solid;
}
.movie-section .sub-title{
  font-size: 150%;
}
.movie-section .area-bt{
  margin: 1em 0;
}
.movie-section .sentence{
  font-size: 125%;
}
.sp_only{
  display: none;
}
.pc_only{
  display: block;
}

@media screen and (max-width: 768px) {
  .movie-section .main-title{
    font-size: 142.8%;
    padding: 10px 10px 10px 20px;
  }
  .movie-section .sub-title{
    font-size: 107.1%;
  }
  .movie-section .sentence{
  font-size: 105%;
  }
  .sp_only{
    display: block;
  }
  .pc_only{
    display: none;
  }

}
/*movie-section end*/
@media screen and (max-width: 768px) {
  .w1080 {width: auto}
  .movie-lg .area-bt{
      position: absolute;
      bottom: 5%;
      left: 5%;
      width: 90%;
      margin: auto;
  }

  .movie-sm .area-bt{
      position: absolute;
      bottom: 10%;
      left: 5%;
      width: 90%;
      margin: auto;
  }
  .bt-sm{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .parts-bt-small{
      width: 90%;
      margin-right: auto;
      margin-left: auto;
  }
  .subtitle{
    font-size: 150%;
    line-height: 1.5;
    text-align: left;
  }
  .title { padding-bottom: 12.5%;}
  .area-snav.nav-tab .wrap.w1200 .ac li img {
  	float: left;
  }
  .nav-tab ul{
    bottom: -5px;
  }
}
