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

#wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}

.sp { display: none; }

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

.linkLabel {
  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 {
  0% { opacity: 1; transform: scale(1.15,1.15);}
  100% { opacity: 1; transform: scale(1,1);}
}

#content {
  width: 100%;
  line-height: 0;
  position: relative;
  overflow-x: hidden;
  display: grid;
  padding-left: 250px;
  box-sizing: border-box;
  margin-top: 0;
}

#mainAll {
  width: 100%;
  position: relative;
  overflow: hidden;
  line-height: 0;
  margin: 0;
  padding: 0;
  aspect-ratio: 10 / 7.2;
}

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

#mainImg {
  background: url("../images/top/main_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 8s ease-out 0.1s forwards;
  opacity: 0;
}

#logo {
  width: 10%;
  position: absolute;
  top: 5.6%;
  right: 7.44%;
  z-index: 5;
  pointer-events: none;
  animation: fadeanm 1.5s ease-out 3s forwards;
  opacity: 0;
  filter: drop-shadow(0 0 7px rgb(45, 64, 74, 0.4));
}

#roadshow {
  width: 10.2%;
  position: absolute;
  bottom: 5%;
  right: 7.44%;
  z-index: 5;
  pointer-events: none;
  animation: fadeanm 1.5s ease-out 3.3s forwards;
  opacity: 0;
  filter: drop-shadow(0 0 7px rgb(45, 64, 74, 0.4));
}

#catch {
  width: 9%;
  position: absolute;
  top: 18.5%;
  left: 8.12%;
  z-index: 3;
  pointer-events: none;
  animation: fadeanm 1.5s ease-out 3.6s forwards;
  opacity: 0;
}

#main_billing{
  width: 46%;
  position: absolute;
  bottom: 3%;
  left: 27%;
  z-index: 3;
  pointer-events: none;
  animation: fadeanm 1.5s ease-out 3.6s forwards;
  opacity: 0;
}

#top_ivy{
  background: url("../images/common/ivy_white.png") repeat-y top -50px left 250px fixed;
  background-size: 12% auto;
  width: 100%;
  height: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
}


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

#topmovarea {
  background: url("../images/common/ivy_lightgray.png") repeat-y top -50px left 250px fixed;
  background-size: 12% auto;
  width: 100%;
  margin: 0 auto;
  padding: 6em 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
}

#topmovarea .movie {
  width: 75%;
  max-width: 1100px;
  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: 200px;
  height: 3em;
  line-height: 1.5em;
  text-align: center;
  font-size: 14px;
  margin: 0.2%;
  overflow: hidden;
  position: relative;
}

#topmovarea .movie .tab_area li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  background: #90a2b3;
  float: left;
}

#topmovarea .movie .tab_area li a.active {
  color: #000;
  background: #baccdd;
}

#topmovarea .movie .tab_area li a:hover {
  opacity: 0.7;
}

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

/*---------------------------------------------
introduction
----------------------------------------------*/

@media screen and (min-width : 1025px){
  
  #introductionAll{
    background: url("../images/about/intro_bg_pc.jpg") no-repeat right bottom;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  
  #intro_m{
    width: 200px;
    background: #fff;
    line-height: 1.2em;
    font-size: 20px;
    color: #90a2b3;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.1em;
  }
  
  #introductionTxt{
    width: 60%;
    font-size: 16px;
    line-height: 1.9em;
    margin: 1em 0 0;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt";
    text-shadow: 0 0 6px rgba(89, 114, 129, 0.6);
  }
  
}

@media screen and (max-width : 1024px){
  
  #introductionAll{
    background: url("../images/about/intro_bg_sp.jpg") no-repeat center bottom;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 50vw;
  }
  
  #intro_m{
    width: 200px;
    background: #fff;
    line-height: 1.2em;
    font-size: 20px;
    color: #90a2b3;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.1em;
    margin: 0 auto 1.5em;
  }
  
  #introductionTxt{
    width: 95%;
    font-size: 16px;
    line-height: 1.9em;
    margin: 1em auto 0;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt";
    text-shadow: 0 0 6px rgba(89, 114, 129, 0.6);
  }
  
}

#intro_ivy{
  background: url("../images/common/ivy_white.png") repeat-y top -50px left 250px fixed;
  background-size: 12% auto;
  width: 100%;
  padding: 3.5em 0;
}

#intro_main{
  width: 75%;
  min-width: 400px;
  max-width: 1100px;
  margin: 0 auto;
}

#intro_catch{
  width: 100%;
  max-width: 900px;
  margin-bottom: 3em;
  pointer-events: none;
}

/*---------------------------------------------
story
----------------------------------------------*/

#storyAll {
  background: #e9edf0;
  width: 100%;
}

#story_ivy{
  background: url("../images/common/ivy_white.png") repeat-y top -50px left 250px fixed;
  background-size: 12% auto;
  width: 100%;
  padding: 3.5em 0;
}

#story_main{
  width: 75%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width : 961px){
  
#story_catch{
  width: 62%;
  margin-bottom: 2em;
  pointer-events: none;
}

#story_m{
  width: 200px;
  background: #90a2b3;
  line-height: 1.2em;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.1em;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

}

@media screen and (max-width : 960px){
  
#story_catch{
  width: 76%;
  max-width: 400px;
  margin: 2.5em auto 1.5em;
  pointer-events: none;
}

#story_m{
  width: 200px;
  background: #90a2b3;
  line-height: 1.2em;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.1em;
  margin: 0 auto;
}

}

#storyTxt{
  width: 100%;
  font-size: 16px;
  line-height: 1.9em;
  margin: 1em auto 0;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
}

/*---------------------------------------------
comment
----------------------------------------------*/

#commentAll {
  background: #fff;
  width: 100%;
}

#comment_ivy{
  background: url("../images/common/ivy_lightgray.png") repeat-y top -50px left 250px fixed;
  background-size: 12% auto;
  width: 100%;
  padding: 3.5em 0;
}

#commnet_main{
  width: 75%;
  min-width: 400px;
  max-width: 1000px;
  margin: 0 auto 1em;
  position: relative;
}

#comment_m{
  width: 200px;
  background: #90a2b3;
  line-height: 1.2em;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.1em;
  margin: 0 auto 2.5em;
}

.commentBox{
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  box-sizing: border-box;
}

.commentNM {
  width: 100%;
  font-size: 24px;
  line-height: 2.5em;
  border-top: 1.5px dotted #4d5c64;
  cursor: pointer;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
}

.commentNM:hover{ color: #EE832B;}

.commentNM_plus {
  width: 15px;
  height: 15px;
  background: 
  linear-gradient(#4d5c64, #4d5c64) center / 100% 1px no-repeat,
  linear-gradient(#4d5c64, #4d5c64) center / 1px 100% no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  right: 5px;
  z-index: 1;
  pointer-events: none;
}

.commentNMs{ font-size: 80%;}

.commenttxtAll{
  width: 100%;
  display: none;
}

.commentMain{
  width: 100%;
  padding: 0.5em 0 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width : 961px){
  
  .commentImg{
    width: 25%;
    pointer-events: none;
    box-sizing: border-box;
    overflow: hidden;
  }
  
  .commentTxt{
    width: 72%;
    line-height: 1.8em;
    text-align: left;
    font-size: 16px;
    font-feature-settings: "palt";
  }
  
}

@media screen and (max-width : 960px){
  
  .commentImg{
    width: 100%;
    margin: 0 auto 1em;
    pointer-events: none;
    box-sizing: border-box;
    overflow: hidden;
  }
  
  .commentTxt{
    width: 100%;
    line-height: 1.8em;
    text-align: left;
    font-size: 16px;
    font-feature-settings: "palt";
  }
  
}

#castImg01{ background: url("../images/comment/img_cast01.jpg") no-repeat center;}
#castImg02{ background: url("../images/comment/img_cast02.jpg") no-repeat center;}
#castImg03{ background: url("../images/comment/img_cast03.jpg") no-repeat center;}
#castImg04{ background: url("../images/comment/img_cast04.jpg") no-repeat center;}
#castImg05{ background: url("../images/comment/img_cast05.jpg") no-repeat center;}
#castImg06{ background: url("../images/comment/img_cast06.jpg") no-repeat center;}
#castImg07{ background: url("../images/comment/img_cast07.jpg") no-repeat center;}
#castImg08{ background: url("../images/comment/img_cast08.jpg") no-repeat center;}
#castImg09{ background: url("../images/comment/img_cast09.jpg") no-repeat center;}
#castImg10{ background: url("../images/comment/img_cast10.jpg") no-repeat center;}
#castImg11{ background: url("../images/comment/img_cast11.jpg") no-repeat center;}
#castImg12{ background: url("../images/comment/img_cast12.jpg") no-repeat center;}
#castImg13{ background: url("../images/comment/img_cast13.jpg") no-repeat center;}
#castImg14{ background: url("../images/comment/img_cast14.jpg") no-repeat center;}
#castImg15{ background: url("../images/comment/img_cast15.jpg") no-repeat center;}
#castImg16{ background: url("../images/comment/img_cast16.jpg") no-repeat center;}
#castImg01,#castImg02,#castImg03,#castImg04,#castImg05,#castImg06,#castImg07,#castImg08,#castImg09,#castImg10,#castImg11,#castImg12,#castImg13,#castImg14,#castImg15,#castImg16{
  background-color: #E3E3E3;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  pointer-events: none;
}

.commentTxt2{
  width: 100%;
  line-height: 1.8em;
  text-align: left;
  font-size: 16px;
  font-feature-settings: "palt";
}

.commentUL{
  border-bottom: 1.5px dotted #4d5c64;
}

/*---------------------------------------------
music
----------------------------------------------*/

#musicAll {
  background: #e0e7ed;
  width: 100%;
}

#music_ivy{
  background: url("../images/common/ivy_white.png") repeat-y top -50px left 250px fixed;
  background-size: 12% auto;
  width: 100%;
  padding: 3.5em 0;
}

#music_m{
  width: 200px;
  background: #fff;
  line-height: 1.2em;
  font-size: 20px;
  color: #90a2b3;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.1em;
  margin: 0 auto 2.5em;
}

#music_main{
  width: 75%;
  min-width: 400px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.musicBox{
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  box-sizing: border-box;
}

#music_img{
  width: 100%;
  min-width: 300px;
  max-width: 500px;
  margin: 0 auto 2em;
  pointer-events: none;
}

.musicBox{
  width: 100%;
  margin: 0 auto 1em;
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content:space-between;
}

.musicNM {
  width: 100%;
  font-size: 24px;
  line-height: 1.4em;
  padding: 1em 2em;
  box-sizing: border-box;
  border-top: 1.5px dotted #4d5c64;
  cursor: pointer;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
}

.musicNMs{ font-size: 50%;}

.musicNM:hover{ color: #EE832B;}

.musictxtAll{
  width: 100%;
  display: none;
}

.musicTxt{
  width: 100%;
  padding: 1em 0;
  line-height: 1.8em;
  text-align: left;
  font-size: 16px;
  pointer-events: none;
  border-top: 1.5px dotted #4d5c64;
  font-feature-settings: "palt";
}

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

footer {
  background: url("../images/top/footer_bg.png") no-repeat right bottom;
  background-size: auto 70%;
  width: 100%;
  padding: 4em 0 15em;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 1.5em;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border-top: 1px solid #e0e7ed;
}

#shareArea{
  background: url("../images/top/share.png") no-repeat left;
  background-size: auto 100%;
  width: 330px;
  margin: 0 auto 3em;
  text-align: right;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.1em;
}

#shareArea a{ margin: 0 10px; color: #41515a; text-decoration: none;}

#shareArea a:hover {
  color: #EE832B;
}


#copyright {
  width: 100%;
  margin: 0 auto 20px;
  font-size: 11px;
  line-height: 1em;
  text-align: center;
}

#privacy {
  width: 100%;
  margin: 0 auto;
  font-size: 11px;
  line-height: 2em;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}

#privacy a {
  text-decoration: none;
  opacity: 1;
  color: #41515a;
  font-weight: 500;
}

#privacy a:hover {
  color: #EE832B;
}

#btnpagetop{
  display: none;
}
