@charset "UTF-8";

body{
  font-size: 15px;
  line-height: 1.9;
  color: #6f4c4d;
  font-family: "メイリオ", sans-serif;
  text-size-adjust:100%;
}
#wrapper{
  width: 100%;
  overflow: hidden;
  background: #f5f1e4;
  position: relative;
}
#wrapper:before,
#wrapper:after{
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
#wrapper:before{
  height: 941px;
  top: 0;
  background: url(../img/top_bg.png) no-repeat top center;
}
#wrapper:after{
  height: 1146px;
  bottom: 0;
  background: url(../img/end_bg.png) no-repeat center bottom;
}
.main{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 40px;
  z-index: 1;
}
.menu{
  min-width: 1066px;
  width: 96.9090909091%;
  margin: 14px auto 25px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 14px;
  overflow:hidden; 
  z-index: 2;
}
.menu .logo{
  width: 9.47467166979%;
  margin-top: 6px;
  float: left;
}
.menu .logo img{
  vertical-align: top;
}
.menu .logo:hover{
  opacity: .7;
}


/*-------------------------
/ .top
-------------------------*/
.top{
  margin-bottom: 9.79166666667%;
}
.top_title{
  text-align: center;
  position: relative;
  left: 28.2px;
  margin-bottom: 1.36983437851%;
}
.top_movie{
  width: 765px;
  margin: 0 auto 30px;
}
.top_intro{
  display: block;
  text-align: center;
}
.intro_title{
  margin: 0 auto 1.304167%;
  text-align: center;
  position: relative;
  left: 28.2px;
}
.intro_text .intro_text_margin{
  display: block;
  margin-bottom: 1.04166666667%;
}
.intro_title_sp,
.intro_txt_sp{ display: none; }


/*-------------------------
/ .comic
-------------------------*/
.comic {
  margin-bottom: 5%;
}

.comic_inner {
  background: #fff;
  margin: 2.5% 0;
  padding: 2.5%;
  box-sizing: border-box;
}

.comic_img img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.comic_iframe {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.comic_iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.comic_banner {
  display: block;
  width: 83.0208333333%;
  margin: 3.5% auto;
}

.comic_banner:hover {
  opacity: 0.7;
}

.comic_banner img {
  width: 100%;
  height: auto;
}


/*-------------------------
/ .end
-------------------------*/
.end{
  padding: 41.033333% 0 40.4125%;
  text-align: center;
}
.end_copy{
  width: 99.5833333333%;
  margin: 0 auto 2.595833%;
}
.end_btn{
  width: 44.7916666667%;
  margin: 0 auto;
}
.end_btn:hover{
  opacity: .7;
}
.end_btn_sp{ display: none; }

/*-------------------------
/ .footer
-------------------------*/
.footer_txt{
  font-size: 10px;
  line-height: 1.8;
  margin-bottom: 0.72916666666%;
}
.footer_txt_sp{
  display: none;
}
.footer_nav{
  margin-bottom: 2.08333333333%;
  text-align: center;
  overflow: hidden;
}
.footer_nav .nav_item{
  display: inline-block;
  font-size: 12px;
  list-style: none;
}
.footer_nav .nav_item a{
  padding-right: 6px;
  text-decoration: none;
  color: #6f4c4d;
}
.footer_nav .nav_item a:hover{
  opacity: .7;
}
.footer_nav .nav_item + .nav_item:before{
  content: '|';
  display: inline;
  margin-right: 10px;
}
.copyright{
  width: 27.7083333333%;
  margin: 0 auto 13px;
  text-align: center;
}
.copyright .copyright_pc{
  display: block;
}
.copyright .copyright_sp{
  display: none;
}


/*------------------------------
/ sp
------------------------------*/
@media (max-width: 960px){
  img{
    width: 100%;
    height: auto;
  }
  #wrapper:before{
    background-size: 155%;
    background-position: 43% top;
  }
  #wrapper:after{
    background: url(../img/end_bg_sp.png) no-repeat center 93.5%;
    background-size: 104.181818%;
  }
  .main{
    width: 90%;
    max-width: 960px;
    font-size: 0.77em;
    padding-top: 0;
    top: -10px;
  }
  .menu{
    width: 96.9090909091%;
    height: 30px;
    min-width: 0;
    position: relative;
    margin: 1.57511657822% auto 0;
    padding-left: 1.5009380863%;
  }
  .menu .logo{ margin-top: 6px; }
  
  /*------------------------------
  / .top
  ------------------------------*/
  /*.top {
    margin-bottom: 23%;
  }*/
  .top_title{
    width: 40.23%;
    margin: 0 auto 2.369834%;
    left: 3%;
  }
  .top_movie{
    width: 79.6875%;
    margin-bottom: 6.375%;
  }
  .movie_cont{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .movie_cont iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top_intro{ display: none; }
  .intro_title{ width: 55.8333333333%; display: none; }
  .intro_title_sp,
  .intro_txt_sp{ display: block; }
  .intro_title_sp{
    width: 58.5520833333%;
    margin: 0 auto 2.583333%;
    position: relative;
    left: 0;
  }
  
  /*------------------------------
  / .end
  ------------------------------*/
  .end{
    padding-bottom: 30.4125%;
  }
  .end_btn{ display: none; }
  .end_btn_sp{
    display: block;
    width: 67.0833333333%;
    margin: 0 auto;
  }
  
  /*------------------------------
  / .footer
  ------------------------------*/
  .footer_txt{ display: none; }
  .footer_txt_sp{
    display: block;
    width: 100%;
  }
  .footer .nav_item{
    font-size: 0.77em;
  }
  .copyright{
    width: 48.4375%;
  }
  .copyright_pc{
    display: none;
  }
  .copyright_sp{
    display: block;
  }
}

@media (max-width: 344px){
  .menu{
    height: 15px;
  }
  .main{
    top: 0;
  }
  .footer_nav .nav_item{
    font-size: 12px;
  }  
  .footer_nav .nav_item + .nav_item:nth-of-type(3):before{
    content: '\A';
    display: inline;
    margin-right: 20px;
  }
}

