body{
  font-size: 10px;
}
a{
  text-decoration: none;
}
.grad_screen{
  position: fixed;
  top: 0;
  z-index: 100;
  display: table;
  width: 100%;
  height: 100vh;
  background: linear-gradient(#fff, #d7ea9d);
  opacity: 0;
  will-change: transform;
}
.screen_title{
  display: table-cell;
  font-family: 'Futura','Futura LT W01 Bold',serif;
  letter-spacing: 1px;
  font-weight: lighter;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  will-change: transform;
}
.contents_wrapper{
  position: fixed;
  top: 0;
  opacity: 0;
  background: #faf9f3;
  will-change: transform;
}
.key_visual{
  position: relative;
  z-index: 95;
  width: 100%;
  height: 100vh;
  display: table;
  background: url(../img/spring/main.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  will-change: transform;
}
.visual_textBox{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  will-change: transform;
}
.top_contents{
  width: 100%;
  background: #faf9f3;
  position: relative;
  top: 0;
  will-change: transform;
}
.textBox_inner{
  /*max-width: 440px;*/
  display: table;
  margin: 0 auto;
  will-change: transform;
}
.titleTop_frame{
  display: table-cell;
  opacity: 0;
  /*display: none;*/
  will-change: transform;
}
.titleTop_frame.right{
  position: relative;
  /*right: -5px;*/
  will-change: transform;
}
.titleTop_frame.left{
  position: relative;
  /*left: -5px;*/
  will-change: transform;
}
.visual_title{
  display: table-cell;
  /*display: none;*/
  vertical-align: middle;
  font-family: 'Karma', serif;
  font-size: 4.0em;
  color: #fff;
  padding: 0 15px 5px;
  letter-spacing: 0.07em;
  will-change: transform;
}
.fadein_char{
  display: inline-block;
  position: relative;
  /*bottom: -5px;*/
  opacity: 0;
  will-change: transform;
}
.visual_subTitle1{
  font-family: 'Karma', serif;
  font-size: 2.6em;
  font-weight: lighter;
  color: #fff;
  letter-spacing: 0.07em;
  margin: 0;
  padding-bottom: 5px;
  position: relative;
  /*top: -5px;*/
  opacity: 0;
  will-change: transform;
}
.visual_subTitle2{
  font-family : YuGothic,'Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
  font-size: 1.6em;
  /*font-weight: lighter;*/
  color: #fff;
  letter-spacing: 0.07em;
  margin: 0;
  padding-top: 20px;
  position: relative;
  /*bottom: -5px;*/
  opacity: 0;
  will-change: transform;
}
.arrow{
  width: 34px;
  position: absolute;
  bottom: 75px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
}
.arrow::before{
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -4px;
}

.header{
  display: none;
}
.text_inner{
  padding: 80px 40px 50px;
}
.top_sentence{
  font-family : YuGothic,'Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
  font-size: 1.4em;
  color: #747473;
  text-align: left;
  line-height: 2.0em;
  letter-spacing: 0.09em;
  padding-bottom: 30px;
}
.text_inner .top_sentence:last-child{
  padding-bottom: 0;
}
.credit{
  padding: 0 40px 50px;
}
.credit_sp{
  display: none;
}
.credit_list{
  font-family : YuGothic,'Yu Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
  font-size: 1.2em;
  color: #c1c0bc;
  text-align: left;
  line-height: 2.0em;
  letter-spacing: 0.09em;
  padding-right: 12px;
  position: relative;
  display: inline-block;
}
.credit_pc .credit_list::after{
  content: '/';
  display: block;
  position: absolute;
  right: 2px;
  top: 0;
}
.credit_list:last-child::after{
  display: none;
}
.section_title{
  display: block;
  font-family: 'Futura','Futura LT W01 Bold',serif;
  font-size: 3.8em;
  letter-spacing: 1px;
  font-weight: lighter;
  color: #a29f9d;
  text-align: right;
  padding-right: 170px;
  margin-bottom: -2px;
}
.section_title img{
  vertical-align: bottom;
}
.story_linkArea{
  width: 100%;
  margin: 0;
}
.story_link{
  width: 33.33%;
  float: left;
  opacity: 1.0;
  transition: opacity 0.6s;
}
.story_link:hover{
  opacity: 0.8;
}
.story_box{
  position: relative;
}
.story_img{
  display: block;
  width: 100%;
}
.story_titleBox{
  position: absolute;
  top: 56%;
  right: 0;
  text-align: right;
  display: table;
  margin-right: 5%;
}
.story_titleBox .clm2_1{
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
  height: 42px;
  border-right: 8px solid #d7ea9d;
}
/*.story_titleBox .clm2_2{
  display: table-cell;
  content: '';
  width: 8px;
  height: 42px;
  background: #d7ea9d;
  float: right;
}*/
.story_title span:first-child{
  font-family: 'Karma', serif;
  font-size: 1.4em;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.02em;
}
.story_title span:last-child{
padding-top: 4px;
display: block;
  font-family: 'Karma', serif;
  font-size: 1.6em;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.02em;
}
#footer{
  position: fixed;
  bottom: 0;
  opacity: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}
@media screen and (max-width: 768px) {

  .screen_title{
    padding-bottom: 70px;
  }
  .visual_textBox{
    /*padding-bottom: 70px;*/
    position: absolute;
    bottom: 100px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .top_contents{
    padding-bottom: 30px;
  }

  /*.key_visual{
    width: 100vw;
    height: 100%;
  }*/
  .header{
    position: absolute;
    display: block;
    will-change: transform;
  }
  .header.fixed{
    position: fixed;
  }
  .text_inner{
    padding: 70px 27px 35px;
  }
  .top_sentence{
    padding-bottom: 20px;
  }
  .credit{
    padding: 0 27px 70px;
  }
  .credit_pc{
    display: none;
  }
  .credit_sp{
    display: block;
  }
  .credit_name{
    position: relative;
  }
  .credit_name:first-child{
    padding-right: 10px;
  }
  .credit_name:first-child::after{
    content: '/';
    display: block;
    position: absolute;
    right: 2px;
    top: -5px;
  }
  .credit_list{
    padding-bottom: 5px;
  }
  .section_title{
    display: none;
  }
  .story_link{
    width: 100%;
    float: none;
    background: #fff;
    margin-bottom: 10px;
  }
  .story_box{
    display: table;
    width: 100%;
  }
  .story_titleBox{
    position: static;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 61%;
    padding-left: 20px;
  }
  .story_titleBox .clm2_1{
    padding: 0 0 0 15px;
    height: 42px;
    border-right: none;
    border-left: 4px solid #d7ea9d;
  }
  .story_titleBox .clm2_2{
    float: left;
    margin-left: 20px;
    width: 4px;
  }
  .story_title{
    color: #a29f9d;
  }
  .story_title span:first-child{
    color: #a29f9d;
    font-size: 1.2em;
  }
  .story_title span:last-child{
    color: #a29f9d;
    font-size: 1.4em;
  }
  .story_subTitle{
    color: #d1c0a5;
  }
}
@media screen and (max-width: 450px) {
  /*.key_visual{
    padding-top: 30px;
  }*/
  .screen_title img{
    width: 225px;
    height: 20px;
  }
  .visual_title{
    font-size: 2.5em;
    font-weight: 400;
  }
  .visual_subTitle1{
    font-size: 1.3em;
    font-weight: 400;
  }
  .visual_subTitle2{
    font-size: 1.3em;
    font-weight: 400;
    padding-top: 10px;
  }
  .titleTop_frame img{
    width: 37px;
    /*height: 36px;*/
  }
  .top_sentence{
    font-size: 1.1em;
    padding-bottom: 15px;
  }
  .credit_list{
    display: block;
    font-size: 1.0em;
    padding-bottom: 0;
  }
  .story_titleBox .clm2_1{
    height: 32px;
  }
  .credit_name{
    display: block;
  }
  .credit_name:first-child{
    padding-right: 0;
  }
  .credit_name:first-child::after{
    display: none;
  }
/*  .story_title{
    font-size: 1.2em;
  }
  .story_subTitle{
    font-size: 1.0em;
    font-weight: 400;
  }*/
}

/*@media screen and (max-width: 375px) {
  .credit_list{
    padding-bottom: 0;
  }
  .credit_name{
    display: block;
  }
  .credit_name:first-child{
    padding-right: 0;
  }
  .credit_name:first-child::after{
    display: none;
  }
}*/
