/* CSS Document */
/* Default -------------- */
/* Global */
html, body, header, footer, #content, article, section, figure, nav, div, img, p, span, a, ul, li, h1, h2, h3, hr, table, tr, td, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: none;
}

html {
  color: #555555;
  font-size:62.5%;
}

body {
  height: 100%;
  font: normal;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.4;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed ;
  background-color: #ffffff;
  background-size: cover;
}

a{
    color: #FFF;
}

/* 背景アニメーション */

#bsfujiHeader, #ananemu .mainvisu,
#ananemu .navi, #ananemu #chart, 
#ananemu #intro, #ananemu #story,
#ananemu #cast, footer{
  position: relative;
  z-index: 10;
}


.bg01img, .bg02img, .bg03img,
.bg04img, .bg05img, .bg06img,
.bg07img, .bg08img, .bg09img {
  opacity:1;
  -ms-animation: imgTrans 30s infinite;
  -moz-animation: imgTrans 30s infinite;
  -webkit-animation: imgTrans 30s ease-in infinite;
  animation: imgTrans 30s infinite;
  position: fixed;
}

@media all and (-ms-high-contrast: none){
.bg01img, .bg02img, .bg03img,
.bg04img, .bg05img, .bg06img,
.bg07img, .bg08img, .bg09img{
  animation: imgTrans 30s infinite;
  }
}


.bg01img, .bg02img, .bg03img{
  right: 10px;
  top: 10px;
}
.bg04img, .bg05img, .bg06img {
  left: 10px;
  top: 35%;
}

.bg07img, .bg08img, .bg09img {
  right: 10px;
  bottom: 10px;
}

.bg01img, .bg04img, .bg07img{
    -ms-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -webkit-animation-delay: 20s;
    animation-delay: 20s;
}
.bg02img, .bg05img, .bg08img{
    -ms-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}
.bg03img, .bg06img, .bg09img{
    -ms-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@keyframes imgTrans {
0% { opacity:1; }
30% { opacity:1; }
35% { opacity:0; }
95% { opacity:0; }
100% { opacity:1; }
}
@-ms-keyframes imgTrans {
0% { opacity:1; }
30% { opacity:1; }
35% { opacity:0; }
95% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes imgTrans {
0% { opacity:1; }
30% { opacity:1; }
35% { opacity:0; }
95% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes imgTrans {
0% { opacity:1; }
30% { opacity:1; }
35% { opacity:0; }
95% { opacity:0; }
100% { opacity:1; }
}

@media screen and (max-width: 638px), print {

.bg01img, .bg02img, .bg03img,
.bg04img, .bg05img, .bg06img,
.bg07img, .bg08img, .bg09img {
  width: 100vw;
}


}



@media screen and (max-width: 638px), print {
body {
    width: 100%;
    min-width: 0;
    background-size: contain;
}

}

#ananemu{
    letter-spacing: 0.1em;
}

#ananemu ul {
  list-style: none;
}

#ananemu div#content hr {
  border: none;
  border-bottom: dotted 3px #444444;
  margin: 20px;
}

:link, :visited, :active {
  text-decoration: none;
}

#ananemu a {
  color: #ffffff;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 638px), print {
  #ananemu a {
    text-decoration: none;
  }
}

#ananemu a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 638px), print {
  #ananemu a:hover {
    text-decoration: none;
  }
}

a img, :link img, :visited img {
  border: none;
}


/* clear */
.fclear {
  clear: both;
}

/* Layout -------------- */
.cont{
  background-image: url('../img/contBg.jpg');
  background-color: #e3f3fd;
  background-attachment: fixed;
  background-repeat: repeat-x;
  font-size: 1.4rem;
  padding: 50px 0;
  position: relative;
}

/* mainvisu ------ */
#ananemu .mainvisu{
  background: url('../img/mainvisu.jpg') no-repeat center #fff;
  width: 100%;
  text-align: center;
  height: 820px;
  margin: 0 auto;
  position: relative;
}
#ananemu .mainvisu img{
  position: absolute;
  right: 19%;
  top: 23px;
}

@media screen and (max-width: 638px), print {
#ananemu .mainvisu{
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  height: 40vh;
}
#ananemu .mainvisu img{
  position: absolute;
  right: 20px;
  top: 23px;
  width: 50%;
}
}


/* navi ------ */
#ananemu .navi {
  width: 100%;
  background: #ff69b8 ;
  background: linear-gradient(#ffaed9, #ff69b8);
}
#ananemu .navi ul{
  width: 1090px;
  margin: 0 auto;
  display: flex;
}
#ananemu .navi a{
  flex-grow: 1;
  font-size: 2rem;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 2px;
  padding: 2rem 0;
}
#ananemu .navi a:hover {
  opacity: 1.0;
  text-shadow: 
0 0 25px #edf8ff, 
0 0 20px #edf8ff, 
0 0 0.40px #edf8ff;
}
#ananemu .navi a span{
  font-size: 1.2rem;
}

@media screen and (max-width: 638px), print {
#ananemu .navi ul{
  width: 100%;
  display: block;
}
#ananemu .navi li{
  border-bottom: 1px solid #fff;
  padding: 1rem 0;
}
#ananemu .navi a{
  font-size: 1.5rem;
}
}




/* commonBox ------ */
#ananemu .alphaBox{
  background: rgba(255, 255, 255, 0.3);
  padding: 20px;
  margin: 0 auto 50px;
  width: 1050px;
}
#ananemu .bgBox{
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
}
#ananemu .bgBox:after {
  content: "";
  background: url('../img/itemBg.png') no-repeat right bottom;
  background-position: right bottom;
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 30px;
  right: 0;
  position: absolute;
}
#ananemu .item{
  line-height: 3.5rem;
}
#ananemu .cont h4{
  margin: 50px 50px 20px;
}
#ananemu .item P{
  margin: 0 0 50px;
}
#ananemu .item .item_wrap{
  margin: 0 50px;
}
#ananemu .line{
  height: 6px;
  background: url('../img/line.png');
  background-position: 3px 0;
  margin: 50px;
}
h4.sp{
  display: none;
}

@media screen and (max-width: 638px), print {
#ananemu .alphaBox{
  background: rgba(255, 255, 255, 0.3);
  padding: 20px;
  margin: 0 auto 50px;
  width: 90%;
}
#ananemu .cont h4{
  margin: 20px 20px 20px;
}
#ananemu .item P{
  margin: 0 0 20px;
}
#ananemu .item .item_wrap{
  margin: 0 20px;
}
#ananemu .line{
  margin: 20px;
}
#ananemu .item_wrap img,
h3 img{
  width: 100%;
}
h4 img{
 max-width: 100%;  
}
h4{
    display: none;
}
h4.sp{
  display: block;
  color: #1aafe0;
  font-size: 2rem;
  text-align: center;
}

}




/* intro ------ */
#ananemu #intro .flex{
  display: flex;
  justify-content: space-between;
}
.intro_text{
  width: 500px;
}

@media screen and (max-width: 638px), print {
#ananemu #intro .flex{
  display: block;
}
.intro_text{
  width: 100%;
}
}

/* story ------ */

#story dl {

  }
#story dl dt {
  color: #1aafe0;
  font-size: 3.0rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px
  }
#story dl dt span{
  font-size: 4.6rem;
}
@media screen and (max-width: 638px), print {
#story dl dt {
  font-size: 2.0rem;
  }
  #story dl dt span{
  font-size: 3.5rem;
}
}

/* cast ------ */

#cast li{
  font-size: 2.4rem;
  line-height: 6.2rem;
  border-bottom: 1px solid #fad8ea;
}
#cast li span{
  font-size: 1.8rem;
}
#cast .cast02{
  margin-bottom: 50px;
}
#cast br{
  display: none;
}

@media screen and (max-width: 638px), print {
#cast li{
  font-size: 2.0rem;
  line-height: 3rem;
  padding: 1rem;
}
#cast li span{
  font-size: 1.5rem;
}
#cast br{
  display: inline;
}
}



/* chart ------ */
#chart .item .item_wrap{
  margin: 50px;
}

@media screen and (max-width: 638px), print {
#chart .item .item_wrap{
  margin: 20px;
}
}
/********************タブ*********************/

.tab-box {
  clear:both;
  padding-top:3em;

  }

.tab-content {
  width: 100%;
  margin:0 auto 50px;
  }

.tab-content input[type="radio"] {
  display: none;
}
.tab-wrap{
  margin: 50px auto 0;
  width: 950px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tab-content label {
  width: 98px;
  margin: 0 0 20px 21px;
  padding: 5px 0;
  float: left;
  font-size:1.8rem;
  text-decoration:none;
  background-color:#8cd7ef;
  border:1px solid #1aafe0;
  color:#fff;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 99;
  }

.tab-content label:nth-of-type(1),
.tab-content label:nth-of-type(9){
  margin: 0 0 20px 0;
}
 
.tab-content label span{
  font-size: 3.0rem;
}
.tab-content label:hover{
   opacity: 0.5; 
}
.tab-content input[type=radio]:checked + label {
  opacity: 0.5;
  }

#ananemu .tab-box .line{
  height: 6px;
  background: url('../img/line.png');
  background-position: 3px 0;
  margin: 30px 0;
}

.swiper-wrapper{
  width: 950px;

}
.swiper-wrapper img{

}

.tab-content > .tab-box > div {
  display: none;
}

#tab1:checked ~ .tab-box > #tabView1 { display: block; }
#tab2:checked ~ .tab-box > #tabView2 { display: block; }
#tab3:checked ~ .tab-box > #tabView3 { display: block; }
#tab4:checked ~ .tab-box > #tabView4 { display: block; }
#tab5:checked ~ .tab-box > #tabView5 { display: block; }
#tab6:checked ~ .tab-box > #tabView6 { display: block; }
#tab7:checked ~ .tab-box > #tabView7 { display: block; }
#tab8:checked ~ .tab-box > #tabView8 { display: block; }
#tab9:checked ~ .tab-box > #tabView9 { display: block; }
#tab10:checked ~ .tab-box > #tabView10 { display: block; }
#tab11:checked ~ .tab-box > #tabView11 { display: block; }
#tab12:checked ~ .tab-box > #tabView12 { display: block; }
#tab13:checked ~ .tab-box > #tabView13 { display: block; }
#tab14:checked ~ .tab-box > #tabView14 { display: block; }
#tab15:checked ~ .tab-box > #tabView15 { display: block; }
#tab16:checked ~ .tab-box > #tabView16 { display: block; }

@media screen and (max-width: 638px), print {
.tab-content label {
  width: 19%;
  margin: 0 0 10px 10px;
}
.tab-wrap{
  width: 100%;
}
.tab-box dl{
  width: 90%;
  margin:20px auto 20px auto ;
}
#ananemu .tab-box .line{
  margin: 30px;
}
.swiper-wrapper{
  width: 100%;
  height: 200px;
}
.swiper-wrapper img{
    height: 200px;
}
.tab-content label {
  font-size:1.0rem;
}
.tab-content label span{
  font-size: 2.0rem;
}
.tab-content label:nth-of-type(1),
.tab-content label:nth-of-type(5),
.tab-content label:nth-of-type(9),
.tab-content label:nth-of-type(13){
  margin: 0 0 10px 20px;
}
}


footer {
  clear: both;
  width: 100%;
  text-align: center;
  padding: 50px 0 50px 0;
  font-size: 1.4rem;
  background: #f97cbe;
  color: #ffffff;
  line-height: 2.8rem;
}
footer a{
  color: #FFF;
}
/* scroll-pagetop ----------------------------- */
#pageTop {
  background: #f97cbe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 20px;
  z-index: 9999;
}
#pageTop span {
  font-size: 0.5rem;
}

#pageTop a:hover {
  color: #555555;
}



.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

