body {
  background: #fff;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.8em;
  margin: 0;
  letter-spacing: 0;
}

#wrap {
  width: 100%;
  position: relative;
  line-height: 0;
}

.pc { display: block; }
.sp { display: none; }
.fontS { font-size: 80%; letter-spacing: 0.1em; }

.no-wrap { display: inline-block; }
.no-space { letter-spacing: -0.2em; }
.boxfade { width: 100%; }
.fontL { font-size: 110%; }
.fontB { font-weight: 700; }

.linkLabel {
  /*margin-top:-60px;
  padding-top:60px;*/
  text-indent: -99999px;
}

.warningfontL {
  padding-left: 1em;
  text-indent: -1em;
}

.warningfontS {
  font-size: 80%;
  line-height: 1.5em;
  padding-left: 1em;
  text-indent: -1em;
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  width: 200%;
  text-align: center;
  top: -2em;
  left: -50%;
  right: 0;
  margin: 0 auto;
  font-size: 0.4em;
  letter-spacing: 0;
}

.responsive-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*---------------------------------------------
main
----------------------------------------------*/

@keyframes fadeanm {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes scaleanm_top {
  0% { transform: scale(1.3, 1.3) translateY(10%); opacity: 1; }
  100% { transform: scale(1, 1) translateY(0); opacity: 1; }
}

@keyframes scaleanm {
  0% { transform: scale(1.6, 1.6); opacity: 0; }
  100% { transform: scale(1, 1); opacity: 1; }
}

@keyframes slideanm_L {
  0% { transform: translate(10%, -10%); opacity: 1; }
  100% { transform: translate(0, 0); opacity: 1; }
}

#content {
  width: 100%;
  line-height: 0;
  position: relative;
  overflow-x: hidden;
  margin: 0;
}

#mainAll {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2;
}

#main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#mainImg {
  background: url("../images/top2/main_img01_pc.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  animation: scaleanm_top 5s cubic-bezier(0, .64, .41, 1) .1s forwards;
}

#mainFrame {
  background: url("../images/top2/main_frame_pc.png") no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 2;
}

#mainImg2 {
  background: url("../images/top2/main_img02_pc.png") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 32.25%;
  position: absolute;
  overflow: hidden;
  bottom: 6.36%;
  left: 0;
  z-index: 5;
}

#maintenbin {
  background: url("../images/top2/tenbin.png") no-repeat center;
  background-size: cover;
  width: 25.23%;
  height: 8%;
  position: absolute;
  overflow: hidden;
  bottom: 26.2%;
  left: 13.2%;
  z-index: 4;
  animation: fadeanm 1s ease-out 3.5s forwards;
  opacity: 0;
}

#logo {
  width: 64%;
  position: absolute;
  top: 40%;
  left: 18%;
  z-index: 5;
  pointer-events: none;
  animation: scaleanm 0.6s cubic-bezier(0, .64, .41, 1) 2s forwards;
  opacity: 0;
}

#roadshow {
  width: 10.36%;
  position: absolute;
  bottom: 16%;
  left: 44.8%;
  z-index: 5;
  pointer-events: none;
  animation: scaleanm 0.6s cubic-bezier(0, .64, .41, 1) 2.6s forwards;
  opacity: 0;
}

#roadshow_B {
  width: 16%;
  position: absolute;
  bottom: 16%;
  left: 42%;
  z-index: 7;
  pointer-events: none;
  animation: scaleanm 0.6s cubic-bezier(0, .64, .41, 1) 2.6s forwards;
  opacity: 0;
}

#catch01 {
  width: 7.9%;
  position: absolute;
  top: 5%;
  left: 53.3%;
  z-index: 5;
  pointer-events: none;
  animation: slideanm_L 0.3s ease-out 2.9s forwards;
  opacity: 0;
}

#catch02 {
  width: 80%;
  position: absolute;
  bottom: 1.2%;
  left: 10%;
  z-index: 5;
  pointer-events: none;
}

#credit {
  width: 32.7%;
  position: absolute;
  bottom: 29.5%;
  left: 33.65%;
  z-index: 5;
  pointer-events: none;
  animation: scaleanm 0.6s cubic-bezier(0, .64, .41, 1) 2.3s forwards;
  opacity: 0;
}

#themesong {
  width: 12%;
  position: absolute;
  bottom: 38%;
  right: 3%;
  z-index: 5;
  animation: scaleanm 0.6s cubic-bezier(0, .64, .41, 1) 2.3s forwards;
  opacity: 0;
}

/*---------------------------------------------
content
----------------------------------------------*/

.contentM {
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 1em;
  text-indent: 0.5em;
  color: #d6000f;
  font-weight: 700;
  padding-bottom: 2em;
}

.contentMwt {
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 1em;
  text-indent: 0.5em;
  color: #fff;
  font-weight: 700;
  padding-bottom: 2em;
}

/*---------------------------------------------
bnr L
----------------------------------------------*/

#bnrLallpc {
  width: 12%;
  position: absolute;
  bottom: 38%;
  left: 3%;
  z-index: 15;
  animation: scaleanm 0.6s cubic-bezier(0, .64, .41, 1) 2.3s forwards;
  opacity: 0;
  filter: drop-shadow(0 0 0.5em rgba(255, 255, 255, 1));
}

#bnrLallsp{
  display: none;
}

.bnrLimg {
  width: 100%;
  margin-top: 10px;
  line-height: 0;
}

/*---------------------------------------------
mvck
----------------------------------------------*/

#mvckAll{
  background: url("../images/top/footer_pc.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 30px 0;
  line-height: 0;
}

#mvck{
  width: 95%;
  max-width: 840px;
  margin: 0 auto;
  line-height: 0;
}

#mvckOnline{
  margin: 0 auto 15px;
  line-height: 0;
}

#mvtkCard{
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#mvtkMW{
  background: #e50112 url("../images/bnr/mvtk_mw.png") no-repeat center;
  background-size: contain;
  width: 49%;
  height: 80px;
  border: 1px solid #fff;
  box-sizing: border-box;
}

#mvtkMajor{
  background: #94cb10 url("../images/bnr/mvtk_major.png") no-repeat center;
  background-size: contain;
  width: 49%;
  height: 80px;
  border: 1px solid #fff;
  box-sizing: border-box;
}

#mvtkMW a,#mvtkMajor a{
  width: 100%;
  height: 100%;
  display: block;
}

#mvtkMW:hover,#mvtkMajor:hover{ opacity: 0.8;}

/*---------------------------------------------
movie
----------------------------------------------*/

#topmovarea {
  width: 100%;
  margin: 0 auto;
  padding: 5vw 0;
  line-height: 0;
  position: relative;
}

#topmovarea .movie {
  width: 75%;
  min-width: 700px;
  margin: 0 auto;
}

#topmovarea .movie .inner {
  background-color: #000;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0 auto;
}

#topmovarea .movie .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#topmovarea .movie .tab_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 5px auto;
  justify-content: center;
}

#topmovarea .movie .tab_area li {
  width: 250px;
  height: 3em;
  line-height: 1em;
  text-align: center;
  font-size: 16px;
  margin: 0.2%;
  position: relative;
  overflow: hidden;
  font-weight: 700;
}

#topmovarea .movie .tab_area li a {
  background-image: linear-gradient(#cd0000 49%, #a50000 51%);
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  float: left;
}

#topmovarea .movie .tab_area li a.active {
  background-image: linear-gradient(#e40000 49%, #d20e0e 51%);
  color: #fff;
}

.menubtnpos {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  line-height: 1.2em;
}

/*---------------------------------------------
about
----------------------------------------------*/

#aboutAll {
background: #de0010;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 4em 0;
  color: #fff;
  aspect-ratio: 3000 / 4229;
}

#about_intro_all{
  background: url("../images/about2/about_main01_pc.jpg") no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#about_story_all{
  background: url("../images/about2/about_main02_pc.jpg") no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#about_catch01a{
  width: 10.26%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  pointer-events: none;
}

#about_catch01b{
  width: 10.26%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
}

.about_contentM {
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 1em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.5em
}

@media screen and (min-width: 1101px) {
  
  #about_catch02{
    width: 66%;
    position: absolute;
    bottom: 42%;
    left: 17%;
    z-index: 3;
    pointer-events: none;
  }
  
  #about_intro_txt{
    width: 100%;
    position: absolute;
    top: 62%;
    left: 0;
    z-index: 3;
    text-align: center;
    font-size: 20px;
    line-height: 1.8em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
  }
  
  #about_story_txt{
    width: 90%;
    position: absolute;
    bottom: 10%;
    left: 5%;
    z-index: 3;
    text-align: center;
    font-size: 20px;
    line-height: 1.8em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    color: #fff;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 1);
    letter-spacing: 0;
  }
  
}

@media screen and (max-width: 1100px) {
  
  #about_catch02{
    width: 66%;
    position: absolute;
    bottom: 50%;
    left: 17%;
    z-index: 3;
    pointer-events: none;
  }
  
  #about_intro_txt{
    width: 100%;
    position: absolute;
    top: 53%;
    left: 0;
    z-index: 3;
    text-align: center;
    font-size: 16px;
    line-height: 1.8em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
  }
  
  #about_story_txt{
    width: 90%;
    position: absolute;
    bottom: 10%;
    left: 5%;
    z-index: 3;
    text-align: center;
    font-size: 16px;
    line-height: 1.8em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    color: #fff;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 1);
    letter-spacing: 0;
  }
  
}

#about_catch03{
  width: 90%;
  position: absolute;
  bottom: 3%;
  left: 5%;
  z-index: 3;
  pointer-events: none;
}

/*---------------------------------------------
cast
----------------------------------------------*/

#castAll {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
  position: relative;
  aspect-ratio: 2 / 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 2px solid #fff;
  overflow: hidden;
}

#castBtnBox01{
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 20%;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#castBtnBox02{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#caststaffM{
  background: #fff;
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (min-width: 1101px) {
  
.caststaffM {
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 1em;
  color: #d6000f;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
}

}

@media screen and (max-width: 1100px) {
  
.caststaffM {
  width: 90%;
  text-align: center;
  font-size: 22px;
  line-height: 1.2em;
  color: #d6000f;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  z-index: 2;
}

}

#castBtn01{
  background: url("../images/caststaff/btn_01ayase.jpg") no-repeat center;
}
#castBtn02{
  background: url("../images/caststaff/btn_02uika.jpg") no-repeat center;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
#castBtn03{
  background: url("../images/caststaff/btn_03matsumoto.jpg") no-repeat center;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
#castBtn01,#castBtn02,#castBtn03{
  background-size: 100% 100%;
  width: 33.33%; height: 100%;
  line-height: 0;
  border-top: 2px solid #fff;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}

#castBtn04{background: url("../images/caststaff/btn_04minemura.jpg") no-repeat center; top: 20%; left: 0;}
#castBtn05{background: url("../images/caststaff/btn_05yamada.jpg") no-repeat center; top: 40%; left: 0;}
#castBtn06{background: url("../images/caststaff/btn_06kudo.jpg") no-repeat center; top: 60%; left: 0;}
#castBtn07{background: url("../images/caststaff/btn_07mizukawa.jpg") no-repeat center; top: 80%; left: 0;}
#castBtn08{background: url("../images/caststaff/btn_08suzuka.jpg") no-repeat center; top: 0; right: 0;}
#castBtn09{background: url("../images/caststaff/btn_09sakou.jpg") no-repeat center; top: 20%; right: 0;}
#castBtn10{background: url("../images/caststaff/btn_10sakota.jpg") no-repeat center; top: 40%; right: 0;}
#castBtn11{background: url("../images/caststaff/btn_11kimura.jpg") no-repeat center; top: 60%; right: 0;}
#castBtn12{background: url("../images/caststaff/btn_12tsustui.jpg") no-repeat center; top: 80%; right: 0;}
#castBtn04,#castBtn05,#castBtn06,#castBtn07,#castBtn08,#castBtn09,#castBtn10,#castBtn11,#castBtn12{
  background-size: 100% 100%;
  width: 20%;
  height: 20%;
  position: absolute;
  z-index: 1;
  border-top: 2px solid #fff;
  box-sizing: border-box;
  line-height: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

#castBtn01:hover,#castBtn02:hover,#castBtn03:hover,#castBtn04:hover,#castBtn05:hover,#castBtn06:hover,#castBtn07:hover,#castBtn08:hover,#castBtn09:hover,#castBtn10:hover,#castBtn11:hover,#castBtn12:hover{
  opacity: 0.7;
}

/*---------------------------------------------
cast profile
----------------------------------------------*/

.castProAll{
  background: #d6000f99;
  width: 100%; 
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 70;
  display: none;
}

.castCloseBtn{
  background: #d6000f url("../images/nav/btn_menu02.png") no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  cursor: pointer;
}

.castProMain{
  background: #fff;
  width: 86%;
  min-width: 750px;
  max-width: 1600px;
  aspect-ratio: 2 / 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  z-index: 2;
  box-shadow: 0 0 40px rgb(0,0,0, 0.6);
}

@media screen and (min-width: 1301px) {

.castProNM{
  width: 100%;
  font-weight: 700;
  font-size: 33px;
  line-height: 1em;
  color: #d70000;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #d70000;
}

.castProTxtAct{
  width: 100%;
  border-bottom: 2px solid #d70000;
  padding: 0.8em 0;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 500;
  color: #d70000;
}

.castProTxt{
  width: 97%;
  font-size: 16px;
  line-height: 1.7em;
}

.castProTxt2{
  width: 100%;
  font-size: 14px;
  line-height: 1.7em;
  margin-top: 0.8em;
}
  
}

@media screen and (max-width: 1300px) {
  
.castProNM{
  width: 100%;
  font-weight: 760;
  font-size: 26px;
  line-height: 0.9em;
  color: #d70000;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #d70000;
}

.castProTxtAct{
  width: 100%;
  border-bottom: 2px solid #d70000;
  padding: 0.5em 0;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 500;
  color: #d70000;
}

.castProTxt{
  width: 97%;
  font-size: 12px;
  line-height: 1.6em;
}

.castProTxt2{
  width: 100%;
  font-size: 12px;
  line-height: 1.6em;
  margin-top: 0.5em;
}

}

#castProImg01{ background: url("../images/caststaff/img_01ayase.jpg") no-repeat;}
#castProImg02{ background: url("../images/caststaff/img_02uika.jpg") no-repeat;}
#castProImg03{ background: url("../images/caststaff/img_03matsumoto.jpg") no-repeat;}
#castProImg01,#castProImg02,#castProImg03{
  background-size: cover;
  width: 42%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#castProImg04{ background: url("../images/caststaff/img_04minemura.jpg") no-repeat;}
#castProImg05{ background: url("../images/caststaff/img_05yamada.jpg") no-repeat;}
#castProImg06{ background: url("../images/caststaff/img_06kudo.jpg") no-repeat;}
#castProImg07{ background: url("../images/caststaff/img_07mizukawa.jpg") no-repeat;}
#castProImg08{ background: url("../images/caststaff/img_08suzuka.jpg") no-repeat;}
#castProImg09{ background: url("../images/caststaff/img_09sakou.jpg") no-repeat;}
#castProImg10{ background: url("../images/caststaff/img_10sakota.jpg") no-repeat;}
#castProImg11{ background: url("../images/caststaff/img_11kimura.jpg") no-repeat;}
#castProImg12{ background: url("../images/caststaff/img_12tsustui.jpg") no-repeat;}
#castProImg04,#castProImg05,#castProImg06,#castProImg07,#castProImg08,#castProImg09,#castProImg10,#castProImg11,#castProImg12{
  background-size: cover;
  width: 35%;
  height: 46%;
  position: absolute;
  top: 27%;
  left: 7%;
  z-index: 1;
}

.castProNMall{
  width: 46%;
  min-width: 360px;
  position: absolute;
  bottom: 62%;
  left: 48%;
  z-index: 2;
}

.castProNMs{
  font-size: 70%;
}

.castProTxtAll{
  width: 46%;
  min-width: 360px;
  height: 50%;
  position: absolute;
  top: 40%;
  left: 48%;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: auto;
}

.castProTxtAll::-webkit-scrollbar { width: 5px; height: 5px;}
.castProTxtAll::-webkit-scrollbar-track { background: #DADADA;}
.castProTxtAll::-webkit-scrollbar-thumb { background: #d6000f;}

.castPro_mm{
  color: #d70000;
  font-weight: 700;
}

.castProTxtAll2{
  width: 46%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 48%;
  z-index: 2;
}

/*---------------------------------------------
staff
----------------------------------------------*/

#staffAll {
  background: url("../images/caststaff/bg_pc.jpg") no-repeat fixed;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  padding: 4em 0 3.4em;
  line-height: 0;
  position: relative;
}

.commentBoxAll {
  width: 74%;
  min-width: 700px;
  max-width: 1200px;
  margin: 0 auto 0.6em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.commentBox {
  width: 74%;
  min-width: 700px;
  max-width: 1200px;
  margin: 0 auto 0.6em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.commentNM {
  background: #fff url("../images/caststaff/sankaku.png") no-repeat top 50% right 10px;
  background-size: 20px auto;
  width: 100%;
  font-size: 23px;
  letter-spacing: 0.05vw;
  line-height: 2em;
  font-weight: 700;
  color: #d70000;
  text-indent: 0.5em;
  margin-bottom: 0.5em;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}


.commentTxtAll {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  color: #fff;
  padding-bottom: 2em;
  font-weight: 500;
}

.commentTxtM{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items:flex-start;
  justify-content: space-between;
}
.commentImg{
  width: 40%;
  margin: 0.5em auto;
}

.commentTxt2{
  width: 55%;
  font-size: 16px;
  line-height: 1.9em;
  margin: 0 0;
}

@media screen and (min-width: 1401px) {
  
  .commentTxt {
    width: 98%;
    font-size: 16px;
    line-height: 1.9em;
    margin: 0 0;
  }
  
}

@media screen and (max-width: 1400px) {
  
  .commentTxt {
    width: 98%;
    font-size: 14px;
    line-height: 1.9em;
    margin: 0 0;
  }
  
}

.commentNMs { font-size: 80%; }

.commentMinSize{
  width: 72%;
  aspect-ratio: 390 / 145;
}

.comment_mm{
  font-weight: 700;
}

/*---------------------------------------------
production notes
----------------------------------------------*/

#pronotesAll {
  position: relative;
  width: 74%;
  min-width: 700px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4em 0;
  background-size: cover;
  overflow: hidden;
}

.tabs {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
}

.tab_item {
  position: relative;
  display: block;
  float: left;
  width: calc(100% / 5);
  aspect-ratio: 1 / 0.5;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid #fff;
  box-sizing: border-box;
}

.tab_item:hover {
  opacity: 0.7;
}

.pronotesTabTxt {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  clear: both;
  padding: 0;
}

#pronotes01:checked ~ #pronotes01on,
#pronotes02:checked ~ #pronotes02on,
#pronotes03:checked ~ #pronotes03on,
#pronotes04:checked ~ #pronotes04on,
#pronotes05:checked ~ #pronotes05on{
  display: block;
}

/* フェードイン用のキーフレーム定義 */
@keyframes pronoteFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 対象要素へのフェードイン適用（0.5秒） */
#pronotes01on,
#pronotes02on,
#pronotes03on,
#pronotes04on,
#pronotes05on {
  animation: pronoteFadeIn 0.5s ease-in-out forwards;
}

.pronotes01bg{
  background: #900005 url("../images/pronotes/no01.png") no-repeat left;
  background-size: auto 100%;
}

.pronotes02bg{
  background: #900005 url("../images/pronotes/no02.png") no-repeat left;
  background-size: auto 100%;
}

.pronotes03bg{
  background: #900005 url("../images/pronotes/no03.png") no-repeat left;
  background-size: auto 100%;
}

.pronotes04bg{
  background: #900005 url("../images/pronotes/no04.png") no-repeat left;
  background-size: auto 100%;
}

.pronotes05bg{
  background: #900005 url("../images/pronotes/no05.png") no-repeat left;
  background-size: auto 100%;
}

.tabs input:checked + .tab_item {
  background-color: #c50007;
  color: #fff;
}

.pronotesBox {
  width: 100%;
  padding-top: 0.5em;
}

.pronotesTitle {
  background-image: linear-gradient(90deg, #c50007 20%, #b61c21 100%);
  width: 100%;
  margin: 1em auto;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0.5em 0;
  text-indent: 0.7em;
  pointer-events: none;
  
}

.pronotesTxt {
  width: 100%;
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0;
  display: block;
}

.pronoteImgRight{
  width: 49%;
  float: right;
  margin: 0.5em 0 0.5em 2em;
  pointer-events: none;
  line-height: 0;
}

.pronoteImgLeft{
  width: 49%;
  float: left;
  margin: 0.5em 2em 0.5em 0;
  pointer-events: none;
  line-height: 0;
}

.pronoteImgMax{
  width: 100%;
  margin: 1.5em auto;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  pointer-events: none;
  line-height: 0;
}

.pronoteImgMax img{
  width: 49%;
}

.pronoteImg{
  display: none;
}

/*---------------------------------------------
footer
----------------------------------------------*/

footer {
  background: url("../images/top/footer_pc.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 3vw 0 8vw;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 1.5em;
  text-align: center;
}

#billing {
  width: 55%;
  min-width: 600px;
  max-width: 1200px;
  position: relative;
  margin: 0 auto 40px;
  pointer-events: none;
}

#sharearea {
  width: 100%;
  line-height: 30px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.shareTxt {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-indent: 0.5em;
  color: #fff;
}

.share_i_x {
  background: #fff url("../images/sns/share_x.png") no-repeat center;
  background-size: 40px auto;
  width: 50px;
  height: 50px;
  margin: 7px;
  border-radius: 25px;
  line-height: 50px;
  transition: all 0.3s ease;
}

.share_i_line {
  background: #fff url("../images/sns/share_line.png") no-repeat center;
  background-size: 45px auto;
  width: 50px;
  height: 50px;
  margin: 7px;
  border-radius: 25px;
  line-height: 50px;
  transition: all 0.3s ease;
}

.share_i_x a,
.share_i_line a {
  width: 100%;
  height: 100%;
  display: block;
}

.share_i_x:hover,
.share_i_line:hover {
  opacity: 0.7;
}

#copyright {
  background-size: contain;
  width: 400px;
  height: 10px;
  margin: 0 auto 20px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  color: #fff;
}

#privacy {
  background-size: contain;
  width: 400px;
  margin: 0 auto;
  font-size: 10px;
  line-height: 2em;
  text-align: center;
  color: #fff;
}

#privacy a {
  color: #fff;
  text-decoration: underline;
}

#btnpagetop {
  background: #dc0002;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 20;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
}

#btnpagetop a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}

#btnpagetop:hover {
  opacity: 0.7;
  cursor: pointer;
}