body{
  opacity: 0;
}
.main_filter:after {
  content: "";
  position: fixed;
  top: 0; bottom: 0; left: 0; right: 0;
  z-index: 50;
  background: rgba(0,0,0,0.5);
  transition: 0.5s;
  pointer-events: none;
}
.effect{
  opacity: 0;
  transition: opacity 1.6s;
}
.show{
  opacity: 1.0;
}
/*header*/
.header{
  width: 100%;
  top: 0;
  z-index: 90;
}
.header_wrapper{
  width: 100%;
  background: #d7ea9d;
  /*opacity: 0;*/
}
.header_inner{
  max-width: 1280px;
  margin: 0 auto;
  padding: 5px;
}
/*.h_story1,.h_story2,.h_story3{
  width: 33.3%;
  float: left;
}
.h_story1_list,.h_story2_list,.h_story3_list{
  width: 33.3%;
  float: left;
  border-right: 1px solid #d7ea9d;
  box-sizing: border-box;
  background: #000;
}*/
.h_storyImg{display: table;}
.h_storyImg li{display: table-cell; width: 10%;
  border-right: 1px solid #d7ea9d;
  box-sizing: border-box;}
.h_storyImg li a{background: #000; display: block;}

.img_filter{
  opacity: 0.8;
  display: block;
}
/*.h_story3 .h_story3_list:last-child{
  border-right: 0;
}*/
.pullDown{
  width: 130px;
  height: 50px;
  margin: 0 auto;
  background: #d7ea9d;
  position: relative;
  top: 0;
  cursor: pointer;
  transition: opacity 0.6s;
}
.btn-icon{
  display: block;
	position: absolute;
	top: 60%;
	left: 43%;
	width: 36px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: #faf9f3;
	transition: .2s;
}
.btn-icon:before, .btn-icon:after{
  display: block;
  content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 36px;
	height: 2px;
	background: #faf9f3;
	transition: .3s;
}
.btn-icon:before{
	margin-top: -6px;
}
.btn-icon:after{
  margin-top: 4px;
}
.close .btn-icon{
  top: 50%;
  background: transparent;
}
.close .btn-icon:before,.close .btn-icon:after{
  margin-top: 0;
}
.close .btn-icon:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.close .btn-icon:after{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.spBr{display: none;}
@media screen and (max-width: 768px) {
  .pullDown:hover{
    opacity: 1.0;
  }
  .header_inner{
    padding: 3px;
  }
/*  .h_story1,.h_story2,.h_story3{
    width: 100%;
    float: none;
  }
  .h_story1,.h_story2{
    border-bottom: 1px solid #d7ea9d;
    box-sizing: border-box;
  }
  .h_story1_list,.h_story2_list,.h_story3_list{
    background: none;
  }*/

.h_storyImg{display: block; text-align: left; line-height: 0.1;}
.h_storyImg li{display: inline-block; width: 25%;
  box-sizing: border-box;
  background: #000;}
  .h_storyImg li:nth-child(n+5){border-top: 1px solid #d7ea9d;}
  .img_filter{
    width: 100%;
    opacity: 1.0;
  }
  .pullDown{
    width: 45px;
    height: 45px;
  }
  .btn-icon{
  	top: 50%;
  	left: 48%;
  	width: 16px;
  	height: 2px;
  }
  .btn-icon:before, .btn-icon:after{
  	width: 16px;
  	height: 2px;
  }

.spBr{display: block;}
}
@media screen and (orientation: landscape) and (max-width:736px){
  .h_story1,.h_story2,.h_story3{
    width: 33.3%;
    float: left;
  }
  .h_story1,.h_story2{
    border-bottom: none;
  }
  /*.h_story3 .h_story3_list:last-child{
    border-right: 0;
  }*/
  .img_filter{
    max-width: 100%;
    opacity: 1.0;
  }
}

/*footer*/
.footer_inner{
  width: 100%;
  padding: 50px 60px 40px;
  box-sizing: border-box;
  background: #d7ea9d;
}
.footer_contents.clm2_1{
  float: left;
  width: 50%;
}
.footer_contents.clm2_2{
  float: right;
  width: 50%;
  text-align: right;
}
.footer_contentsBox{
  padding-bottom: 30px;
}
.footer_title{
  display: inline-block;
  font-family: 'Futura','Futura LT W01 Bold',serif;
  font-size: 2.0em;
  letter-spacing: 1px;
  font-weight: lighter;
  color: #fff;
  padding: 10px 20px 0 0;
}
.footer_linkArea.story,
.footer_linkArea.story .footer_link{
  display: inline-block;
}
.footer_linkArea.sns{
  display: table;
}
.footer_linkArea.sns .footer_link{
  display: table-cell;
  vertical-align: middle;
}
.footer_link{
  font-family: 'Karma', serif;
  font-size: 1.4em;
  letter-spacing: 1px;
  font-weight: lighter;
  color: #fff;
  opacity: 1.0;
  transition: opacity 0.6s;
}
.footer_link:hover{
  opacity: 0.8;
}
.footer_link.link_text:hover{
  opacity: 1.0;
}
.footer_linkArea.sns .footer_link.sp{
  display: none;
}
.footer_linkArea.sns .footer_link{
  padding: 0 10px;
}
.footer_linkArea.sns .footer_link:first-child{
  padding: 0 10px 0 0;
}
.footer_linkArea.sns .footer_link:nth-child(4){
  padding: 0;
}
.footer_link a{
  color: #fff;
}
.slash{
  padding: 0 8px;
}
.season_link{
  display: inline-block;
}
.prev_season{
  opacity: 1.0;
  transition: opacity 0.6s;
}
.prev_season:hover{
  opacity: 0.8;
}
.next_season{
  /* opacity: 0.6; */
  padding-left: 48px;
  opacity: 1.0;
  transition: opacity 0.6s;
}
.next_season:hover{
  opacity: 0.8;
}
.season_img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.img_box{
  position: relative;
  width: 172px;
  height: 98px;
  margin: 0 auto 13px;
}
.footer_frame{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.season_text{
  font-family: 'Karma', serif;
  font-size: 1.4em;
  color: #fff;
  padding-bottom: 10px;
  text-align: center;
}
.season_text.prev{
  background: url(../img/asset/underline_prev.png) no-repeat center bottom;
}
.season_text.next{
  background: url(../img/asset/underline_next.png) no-repeat center bottom;
  padding-bottom: 9px;
}
.copyright{
  display: inline-block;
  font-family: 'Karma', serif;
  font-size: 1.3em;
  letter-spacing: 1px;
  font-weight: lighter;
  color: #fff;
}
@media screen and (max-width: 1066px) {
  .footer_inner{
    padding: 30px 40px;
  }
  .footer_contents.clm2_1{
    width: 58%;
  }
  .footer_contents.clm2_2{
    width: 42%;
  }
}
@media screen and (max-width: 780px) {
  .footer_title{
    padding: 0 20px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer_inner{
    padding: 35px 30px;
    background: #d7ea9d;
    text-align: center;
  }
  .footer_contents.clm2_1{
    float: none;;
    width: 100%;
    text-align: center;
  }
  .footer_contents.clm2_2{
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
  }
  .footer_title{
    display: block;
    font-size: 1.8em;
    padding: 0 0 25px;
  }
  .footer_title img{
    width: 168px;
    height: 15px;
  }
  .footer_linkArea.sns{
    display: block;
  }
  .footer_link{
    font-size: 1.2em;
    font-weight: 600;
  }
  .footer_linkArea.sns .footer_link.sp{
    display: inline-block;
  }
  .footer_linkArea.sns .footer_link{
    display: inline-block;
  }
  .footer_linkArea.sns .footer_link:first-child{
    padding: 0 0 14px;
    display: block;
  }
  .footer_linkArea.sns .footer_link:nth-child(2){
    padding: 0 0 14px;
    display: block;
  }
  .footer_linkArea.sns .footer_link:nth-child(3){
    padding: 0 0 28px;
    display: block;
  }
  .footer_linkArea.sns .footer_link:nth-child(4){
    display: none;
  }
  .footer_linkArea.sns .footer_link:nth-child(5){
    padding: 0 0 14px;
    display: block;
  }
  .season_link{
    width: 49%;
  }
  .next_season{
    padding: 0;
  }
  .img_box{
    /*width: 120px;
    height: 70px;*/
    margin: 0 auto 10px;
  }
  .footer_frame{
    right: -6px;
  }
  .season_text{
    font-size: 1.1em;
    font-weight: 600;
  }
  .copyright{
    font-weight: 600;
  }
}
@media screen and (max-width: 450px) {
  .season_link{
    width: 120px;
  }
  .img_box{
    width: 120px;
    height: 70px;
  }
  .footer_frame{
    width: 120px;
  }
  .season_img{
    width: 120px;
  }
  .next_season{
    padding-left: 10px;
  }
  .season_text.prev{
    background: url(../img/asset/underline_prev.png) no-repeat left bottom;
  }
  .season_text.next{
    background: url(../img/asset/underline_next.png) no-repeat right bottom;
  }
}
