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: 11px;
  line-height: 2em;
  margin: 0;
}

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

a:hover { opacity: 1; }

.pc { display: none; }
.tab { display: none; }

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

.linkLabel {
  margin-top: -50px;
  padding-top: 50px;
  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: 180%;
  text-align: center;
  top: -120%;
  left: -40%;
  right: 0;
  margin: 0 auto;
  font-size: 0.45em;
  letter-spacing: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 500;
}

.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;
  margin-top: 50px;
}

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

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

#mainImg {
  background: url("../images/top/main_sp.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: 17.73%;
  position: absolute;
  top: 4.76%;
  right: 5.4%;
  z-index: 5;
  pointer-events: none;
  animation: fadeanm 1.5s ease-out 3s forwards;
  opacity: 0;
  filter: drop-shadow(0 0 5px rgb(45, 64, 74, 0.4));
}

#roadshow {
  width: 14.46%;
  position: absolute;
  bottom: 24%;
  right: 5.4%;
  z-index: 5;
  pointer-events: none;
  animation: fadeanm 1.5s ease-out 3.3s forwards;
  opacity: 0;
}

#catch {
  width: 13%;
  position: absolute;
  top: 9.5%;
  left: 10.5%;
  z-index: 5;
  pointer-events: none;
  animation: fadeanm 1.5s ease-out 3.6s forwards;
  opacity: 0;
}

#main_billing{
  width: 75%;
  position: absolute;
  bottom: 4.76%;
  right: 5.6%;
  z-index: 5;
  pointer-events: none;
  animation: fadeanm 1.5s ease-out 3.6s forwards;
  opacity: 0;
}

.ivy_bg{
  position: relative;
  /* 親要素のエリア内だけ疑似要素を見せる設定 */
  clip-path: inset(0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ivy_bg::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* 重なり順をコンテンツの後ろに配置 */
  z-index: -1;
  /* スクロール時の余計な描画処理を最適化 */
  will-change: transform;
}

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

.ivy_white100::before {
  background: url("../images/common/ivy_white.png") repeat-y top 0 left 0;
  background-size: 23% auto;
}

.ivy_white20::before {
  background: url("../images/common/ivy_white20.png") repeat-y top 0 left 0;
  background-size: 23% auto;
}

.ivy_gray100::before {
  background: url("../images/common/ivy_lightgray.png") repeat-y top 0 left 0;
  background-size: 23% auto;
}

.ivy_gray30::before {
  background: url("../images/common/ivy_lightgray30.png") repeat-y top 0 left 0;
  background-size: 23% auto;
}

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

#bnrLall {
  background: #000;
  width: 100%;
  padding: 1em 0;
  text-align: center;
}

#bnrLall img {
  width: 86%;
  margin: 5px 0;
}

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

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

#topmovarea .movie {
  width: 86%;
  margin: 0 auto;
}

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

#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: 3px auto 0;
  justify-content: space-between;
}

#topmovarea .movie .tab_area li {
  width: 49.5%;
  height: 3em;
  line-height: 3em;
  text-align: center;
  font-size: 13px;
  margin: 0.2% 0;
  position: relative;
  overflow: hidden;
}

#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;
}

.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
----------------------------------------------*/

#introductionAll{
  background: url("../images/about/intro_bg_sp.jpg") no-repeat left bottom;
  background-size: 100% auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#intro_ivy{
  width: 100%;
  padding: 3em 0;
}

#intro_main{
  width: 80%;
  margin: 0 auto;
}

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

#intro_m{
  width: 200px;
  background: #fff;
  line-height: 1.2em;
  font-size: 16px;
  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;
}

#introductionTxt{
  width: 100%;
  font-size: 13px;
  line-height: 1.8em;
  margin: 2em auto 0;
  padding-bottom: 80vw;
  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);
}

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

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

#story_ivy{
  width: 100%;
  padding: 3em 0;
}

#story_main{
  width: 80%;
  margin: 0 auto;
  position: relative;
}

#story_catch{
  width: 80%;
  max-width: 400px;
  margin: 2em auto 0;
  pointer-events: none;
}

#story_m{
  width: 200px;
  background: #90a2b3;
  line-height: 1.2em;
  font-size: 16px;
  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: 13px;
  line-height: 1.8em;
  margin: 2em 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{
  width: 100%;
  padding: 3em 0;
}

#commnet_main{
  width: 80%;
  margin: 0 auto 1em;
  position: relative;
}

#comment_m{
  width: 200px;
  background: #90a2b3;
  line-height: 1.2em;
  font-size: 16px;
  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 2em;
}

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

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

.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 0 3em;
  display: flex;
  flex-wrap: wrap;
}

.commentImg{
  background: #E3E3E3;
  width: 100%;
  max-width: 400px;
  pointer-events: none;
  overflow: hidden;
  aspect-ratio: 5 / 3;
  margin: 0.5em auto 1em;
}

#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-size: cover;
  width: 100%; height: 100%;
  overflow: hidden;
  pointer-events: none;
}

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

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

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

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

#music_ivy{
  width: 100%;
  padding: 3em 0;
}

#music_m{
  width: 200px;
  background: #fff;
  line-height: 1.2em;
  font-size: 16px;
  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 2em;
}

#music_main{
  width: 80%;
  margin: 0 auto;
  position: relative;
}

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

#music_img{
  width: 76%;
  margin: 0 auto 2em;
  pointer-events: none;
}

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

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

.musicNMs{ font-size: 50%;}

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

.musicTxt{
  width: 100%;
  padding: 1em 0;
  line-height: 1.8em;
  text-align: left;
  font-size: 13px;
  pointer-events: none;
  border-top: 1.5px dotted #4d5c64;
  font-feature-settings: "palt";
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

footer {
  background: url("../images/top/footer_bg.png") no-repeat right bottom;
  background-size: auto 40%;
  width: 100%;
  padding: 4em 0 8em;
  font-size: 10px;
  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;
  box-sizing: border-box;
  border-top: 1px solid #e0e7ed;
}

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

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

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

#privacy {
  width: 100%;
  margin: 0 auto;
  font-size: 10px;
  line-height: 2em;
  text-align: center;
}

#privacy a {
  color: #41515a;
  text-decoration: none;
}

#btnpagetop{
  background: #70848f;
  width: 120px;
  margin: 3em auto 0;
  line-height: 2em;
  text-align: center;
  font-size: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

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