@charset "UTF-8";
/* CSS Document */

/*=============================
  main
=============================*/
#main{
  height: 100svh;
  padding: 50px 0;
}
#main > .inner{
  width: fit-content;
  height: 100%;
  max-height: 395px;
  margin: auto;
}

#main > .inner > *{
  margin-left: auto;
  margin-right: auto;
}
#main > .inner > *:not(.copy01){
  margin-top: auto;
}
#main .copy01{width: calc((246/var(--vwidth))*100%);}
#main h1{width: calc((350/var(--vwidth))*100%);}
#main .copy02{width: calc((217/var(--vwidth))*100%);}


/*============================= 
  section
=============================*/
section {
  padding: 0 25px;
}
section > .inner{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section h2 img{
  height: 15px;
  width: auto;
}
section h2 img.himg{
  height: 20px;
  width: auto;
}
section h2 .txt{
  font-size: 0.14rem;
  letter-spacing: 0.2em;
  margin-left: 1.5em;
  padding-left: 1.5em;
  position: relative;
  top:0.1em;
}
section h2 .himg + .txt {top: 0;}

section h2 .txt::before{
  content: '';
  display: block;
  width: 1px;
  height: 28px;
  background: #FFF;
  position: absolute;
  left:0;
  top:-0.5em;
}



section .bt_w a{
  border: 1px solid #FFF;
  background: rgba(255,255,255,0.1);
  text-align: center;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
  padding: 1.2em 0;
}
section .bt_bk a{
  height: 56px;
  background: rgba(0,0,0,1);
  text-align: center;
  font-size: 0.17rem;
  letter-spacing: 0.4em;
}
/*============================= 
  #spmovie
=============================*/
#spmovie {
  margin-top: 100px;
}

#spmovie .movieList{
  margin-top: 65px;
}
#spmovie .movieList li + li{
  margin-top: 30px;
}
#spmovie .movieList li h4{
  font-size: 0.16rem;
  letter-spacing: 0.2em;
}

#spmovie .movie{
  margin-top: 20px;
  aspect-ratio: 16/9;
  width: 100%;
}
#spmovie .movie iframe{
  aspect-ratio: 16/9;
	width: 100%!important;
	height: auto!important;
}

#spmovie .csoon{
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
}
/*============================= 
  #story
=============================*/
#story {
  margin-top: 115px;
  padding-bottom: 170px;
  position: relative;
}

#story .txtArea{
  margin-top: 90px;
}
#story .txtArea h3{
  font-size: 0.20rem;
  letter-spacing: 0.4em;
  line-height: calc(50/20);
}

#story .txtArea .txt{
  font-size: 0.13rem;
  letter-spacing: 0.15em;
  line-height: calc(30/13);
  margin-top: 2em;
}

#story .txtArea .bt_w{
  margin-top: 90px;
  width: 290px;
  margin-left: auto;
  margin-right: auto;
}
#story .txtArea .bt_w a{
  font-size: 0.16rem;
}


#story .mapArea{
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-top: 125px;
  position: relative;
  z-index: 1;
}
#story .mapArea .map{
}
#story .mapArea .bt_bk{
  width: 195px;
  position: absolute;
  top:calc(100% - 5px);
  left:calc(50% - (195px/2));
}

#story #fw_map .fw_inner{
  max-height: 670px;
  height: 100%;
}
#story #fw_map .fw_inner h3 ~ *{margin-top: auto;}
#story #fw_map h3{
  font-size: 0.2rem;
  letter-spacing: 0.4em;
  text-align: center;
}
#story #fw_map .pic{
  background: linear-gradient(to top,  rgba(0,58,125,0.5) 0%,rgba(0,58,125,1) 100%);
  isolation: isolate;
	border-radius: 30px;
  overflow: hidden;
}
#story #fw_map .pic img{
  mix-blend-mode:screen;
}
#story #fw_map .fw_close{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#story #fw_map .fw_close a{
	width: 154px;
	height: 54px;
	border: 1px solid #FFF;
	text-align: center;
	font-size: 0.15rem;
	letter-spacing: 0.4em;
	padding-left: 0.4em;
	background: rgba(255,255,255,0.1);
}


/*============================= 
  #chara
=============================*/
#chara {
  background:
    url(/content/images/sp_chara_bg.webp) no-repeat top center/100% auto,
    url(/content/images/sp_chara_bg02.webp) repeat-y top left/100% auto;
  padding-top: calc((55/var(--inw))*100vw);
  padding-bottom: 140px;
  position: relative;
}
#chara h2{
  position: relative;
  z-index: 1;
  
}
#chara h2 .txt{
  color: #2E60D1;
}
#chara h2 .txt::before{
  background: #2E60D1;
}


#chara::before{
  content: '';
  position: absolute;
  left:0;
  top:-210px;
  width: 100%;
  height: 420px;
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
  mix-blend-mode:screen;
}
#chara::after{
  content: '';
  position: absolute;
  left:0;
  bottom:-180px;
  width: 100%;
  height: 360px;
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
  mix-blend-mode:screen;
}

#chara .splideArea{
  margin-top: calc((650/var(--vwidth))*100vw);
  width: calc(100% + 50px);
  margin-left: -25px;
}
#chara .splideArea ul.splide__list > li{
  width: calc(100% - 50px);
  padding: 0 20px;
  border-left: 1px solid #FFF;
}
#chara .splideArea ul.splide__list > li h4{
  font-size: 0.16rem;
  letter-spacing: 0.4em;
  line-height: calc(28/16);
}
#chara .splideArea ul.splide__list > li .name{margin-top: 25px;}
#chara .splideArea ul.splide__list > li .name .jp{
  font-size: 0.27rem;
  letter-spacing: 0.3em;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0.2em;
}
#chara .splideArea ul.splide__list > li .name img{
  vertical-align: middle;
}
#chara .splideArea ul.splide__list > li.slide_j .name img{height: 14px;width: auto;}
#chara .splideArea ul.splide__list > li.slide_e .name img{height: 12px;width: auto;}
#chara .splideArea ul.splide__list > li .prof{
  font-size: 0.10rem;
  letter-spacing: 0.2em;
  line-height: calc(20/10);
  margin-top: 2em;
}

#chara .splideArea ul.splide__list > li .txt{
  font-size: 0.13rem;
  letter-spacing: 0.2em;
  line-height: calc(24/13);
  margin-top: 2em;
}

#chara .splideArea .splide .splide__arrows{
  padding: 0 25px;
  user-select: none;
  z-index: -1;
  margin-top: 40px;
  position: relative;
  z-index: 10;
}
#chara .splideArea .splide .splide__arrows > li{
  width: 9px;
  height: 16px;
	cursor: pointer;
  opacity: 1;
  transition: opacity 0.35s ease;
}
#chara .splideArea .splide .splide__arrows > li:active{
	opacity: 0.5;
}
#chara .splideArea .splide .splide__arrows .splide__arrow--prev{margin-right: auto;}
#chara .splideArea .splide .splide__arrows .splide__arrow--next img{transform: rotate(180deg);}


/*splide__pagination
=============================*/
#chara .splideArea .splide .splide__pagination{
  position: absolute;
  bottom:6px;
  left:45px;
  width: calc(100% - 90px);
	display: block;
	text-align: center;
	z-index: 11;
	font-size: 0;
}
#chara .splideArea .splide .splide__pagination li{
	position: relative;
	display: inline-block;
	width: 54px;
	height: 2px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
#chara .splideArea .splide .splide__pagination li button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 54px;
	height: 2px;
	padding: 0;
	color: transparent;
	border: 0;
	outline: none;
	background: rgba(255,255,255,0.25);
	isolation: isolate;
	border-radius: 50%;
}
#chara .splideArea .splide .splide__pagination li button:active,
#chara .splideArea .splide .splide__pagination li button.is-active{
	background: #FFF;
}




/*============================= 
  #rec
=============================*/
#rec {
  padding-top: 315px;
}

#rec .list{
  margin-top: 115px;
  padding: 0 15px;
}
#rec .list > li:nth-child(n+2){
  margin-top: 100px;
}

#rec .list > li h4{
  font-size: 0.18rem;
  letter-spacing: 0.3em;
  line-height: calc(40/18);
}
#rec .list > li .nameArea{
  margin-top: 50px;
  overflow: hidden;
}
#rec .list > li .nameArea .name{
  width: fit-content;
  margin-left: auto;
  position: relative;
}
#rec .list > li .nameArea .name::before{
  content: '';
  display: block;
  width: 100vw;
  height: 1px;
  background: #FFF;
  position: absolute;
  right:calc(100% + 25px);
  top:50%;
}

#rec .list > li .nameArea .name .kan{
  font-size: 0.16rem;
  letter-spacing: 0.3em;
}
#rec .list > li .nameArea .name .occ{
  font-size: 0.12rem;
  letter-spacing: 0.3em;
}


/*============================= 
  #rev
=============================*/
#rev {
  margin-top: 200px;
}
#rev .splideArea01{
  width: calc(100% + 50px);
  position: relative;
  left: -25px;
  margin-top: 85px;
}
#rev .splideArea01 .splide .splide__slide{
  width: 100%;
  padding: 0 45px;
}
#rev .splideArea01 .splide .splide__slide .inner{
  padding: 0 15px;
}
#rev .splideArea01 .splide .splide__slide .inner h4{
  font-size: 0.16rem;
  letter-spacing: 0.3em;
  line-height: calc(37/16);
}
#rev .splideArea01 .splide .splide__slide .inner .name{margin-top: 20px;}
#rev .splideArea01 .splide .splide__slide .inner .name .fs{
  font-size: 0.1rem;
  letter-spacing: 0.2em;
  margin-right: 1em;
}
#rev .splideArea01 .splide .splide__slide .inner .name .fl{
  font-size: 0.14rem;
  letter-spacing: 0.2em;
}

#rev .splideArea01 .splide .splide__arrows{
  user-select: none;
  z-index: -1;
}
#rev .splideArea01 .splide .splide__arrows > li{
  position: absolute;
  top: calc(50% - 8px);
  width: 9px;
  height: 16px;
	cursor: pointer;
  opacity: 1;
  transition: opacity 0.35s ease;
}
#rev .splideArea01 .splide .splide__arrows > li:active{
	opacity: 0.5;
}
#rev .splideArea01 .splide .splide__arrows .splide__arrow--prev{left: 25px;}
#rev .splideArea01 .splide .splide__arrows .splide__arrow--next{right:25px;}
#rev .splideArea01 .splide .splide__arrows .splide__arrow--next img{
	transform: rotate(180deg);
}


#rev .splideArea02 {
  margin-top: 80px;
}
/*.fw position用 ここから*/
#rev .splideArea02 .splide,
#rev .splideArea02 .splide__track,
#rev .splideArea02 .splide__slide{position: unset!important;}
#rev .splideArea02 .splide__track {overflow: visible!important;}
#rev .splideArea02 .splide__track .splide__list {
  transform: none !important;
  grid-template-columns: repeat(4,auto);
}
/*.fw position用 ここまで*/

#rev .splideArea02 .splide__slide{
  font-size: 0.12rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 1em;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.35s ease;
}
  /*
@media screen and (max-width:375px) {
  #rev .splideArea02 .splide__slide{width: calc(100% / 3);}
  #rev .splideArea02 .splide__slide:nth-child(3n) p.name{text-align: right;}
  #rev .splideArea02 .splide__slide:nth-child(3n-1) p.name{text-align: center;}
}

@media screen and (min-width:414px) {
  #rev .splideArea02 .splide__slide{width: calc(100% / 4);}
  #rev .splideArea02 .splide__slide:nth-child(4n-1) p.name,
  #rev .splideArea02 .splide__slide:nth-child(4n-2) p.name{text-align: center;}
  #rev .splideArea02 .splide__slide:nth-child(4n) p.name{text-align: right;}
}
*/

#rev .splideArea02 .splide__slide.is-active,
#rev .splideArea02 .splide__slide:hover{
  opacity: 1;
}

#rev .splideArea02 {
  margin-top: 80px;
}

#rev .splideArea02 .fw{
  cursor: default;
  padding: 0 25px;
}
#rev .splideArea02 .fw_inner{
}
#rev .splideArea02 .fw_inner .fw_txtArea{
  font-size: 0.13rem;
  letter-spacing: 0.2em;
  line-height: calc(30/13);
  height: calc((575/850)*100vh);
  max-height: 575px;
  overflow: auto;
  padding-right: 5px;
}

#rev .splideArea02 .fw_inner .fw_txtArea::-webkit-scrollbar{
  width: 2px;
}
#rev .splideArea02 .fw_inner .fw_txtArea::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.25);
}
#rev .splideArea02 .fw_inner .fw_txtArea::-webkit-scrollbar-thumb {
  background: #FFF;
}
#rev .splideArea02 .fw_inner .fw_name{margin-top: 30px;}
#rev .splideArea02 .fw_inner .fw_name .fs{
  font-size: 0.10rem;
  letter-spacing: 0.2em;
}
#rev .splideArea02 .fw_inner .fw_name .fl{
  font-size: 0.14rem;
  letter-spacing: 0.2em;
  margin-left: 0.5em;
}

#rev .splideArea02 .fw_inner .fw_close{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
}
#rev .splideArea02 .fw_inner .fw_close a{
	width: 154px;
	height: 54px;
	border: 1px solid #FFF;
	text-align: center;
	font-size: 0.15rem;
	letter-spacing: 0.4em;
	padding-left: 0.4em;
	background: rgba(255,255,255,0.1);
}




#rev .bt_w{
  margin-top: 35px;
  width: 290px;
  margin-left: auto;
  margin-right: auto;
}
#rev .bt_w a{
  font-size: 0.16rem;
}


/*============================= 
  #comment
=============================*/
#comment {
  margin-top: 150px;
}
#comment .splideArea{
  width: calc(100% + 50px);
  margin-left: -25px;
  position: relative;
  margin-top: 85px;
}
#comment .splideArea .splide .splide__slide{
  width: 100%;
  padding: 0 45px;
  opacity: 0.35;
  transition: opacity 0.5s ease;
}
#comment .splideArea .splide .splide__slide.show{
  opacity: 1;
}
#comment .splideArea .splide .splide__slide > .inner{
  height: 100%;
  padding: 30px 20px 70px;
  border: 1px solid #FFF;
  isolation: isolate;
	border-radius: 50px 50px 50px 50px / 47px 47px 47px 47px;
  background: rgba(255,255,255,0);
  transition:
    color 0.5s ease,
    background 0.5s ease;
}
#comment .splideArea .splide .splide__slide.show > .inner{
  background: rgba(255,255,255,1);
  color: var(--blue01);
}

#comment .splideArea .splide .splide__slide .txt{
  font-size: 0.13rem;
  letter-spacing: 0.15em;
  line-height: calc(30/13);
}
#comment .splideArea .splide .splide__slide .name{margin-top: 25px;}
#comment .splideArea .splide .splide__slide .name .fs{
  font-size: 0.10rem;
  letter-spacing: 0.2em;
}
#comment .splideArea .splide .splide__slide .name .fl{
  font-size: 0.14rem;
  letter-spacing: 0.2em;
  margin-left: 0.5em;
}

#comment .splideArea .splide .splide__arrows{
  user-select: none;
  z-index: -1;
}
#comment .splideArea .splide .splide__arrows > li{
  position: absolute;
  top: calc(50% - 8px);
  width: 9px;
  height: 16px;
	cursor: pointer;
  opacity: 1;
  transition: opacity 0.35s ease;
}
#comment .splideArea .splide .splide__arrows > li:hover{
	opacity: 0.5;
}
#comment .splideArea .splide .splide__arrows .splide__arrow--prev{left:20px;}
#comment .splideArea .splide .splide__arrows .splide__arrow--next{right:20px;}
#comment .splideArea .splide .splide__arrows .splide__arrow--next img{
	transform: rotate(180deg);
}


#comment .splideArea .bt_bg{
  position: absolute;
  bottom:-25px;
  left:calc(50% - 78px);
  width: 156px;
}


#comment .splideArea .bt_bg a{
  font-size: 0.15rem;
  border: 1px solid #FFF;
  background: var(--blue02);
  text-align: center;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
  padding: 1.2em 0;
}

#comment .bt_comment {
  margin-top: 80px;
}
#comment .bt_comment a{
  padding: 20px 30px 15px;
  border: 1px solid #FFF;
  background: rgba(255,255,255,0.2);
  isolation: isolate;
	border-radius: 20px;
  position: relative;
}
#comment .bt_comment a .imgTxt{
  max-width: 183px;
  width: 100%;
}
#comment .bt_comment a .txt{
  text-align: center;
  font-size: 0.11rem;
  line-height: calc(23/11);
  letter-spacing: 0.2em;
  margin-top: 1em;
}
#comment .bt_comment a .icon{
  aspect-ratio: 9/17;
  width: 9px;
  position: absolute;
  top:calc(50% - 8.5px);
  right:15px;
}
#comment .bt_comment a .icon img{
  transform: rotate(180deg);
}
/*============================= 
  #book
=============================*/
#book {
  margin-top: 175px;
}
#book h2{
}
#book .list{
  padding: 0 20px ;
  margin-top: 90px;
}
#book .list li:nth-child(1){
  margin-right: auto;
}
#book .list li {
  width: calc((140/285)*100%);
}
#book .list li .txt{
  font-size: 0.16rem;
  letter-spacing: 0.2em;
  text-align: center;
}
#book .list li .pic{
  margin-top: 30px;
}

#book .info {
  margin-top: 45px;
  letter-spacing: 0.2em;
}
#book .info li{text-align: center;}
#book .info li.price .fs{
  font-size: 0.10rem;
}
#book .info li.price .fm{
  font-size: 0.12rem;
}
#book .info li.price .fl{
  font-size: 0.22rem;
  margin:0 0.5em;
}
#book .info li.release {
  font-size: 0.18rem;
  position: relative;
  margin-top: 1em;
}

#book .btList{
  margin-top: 30px;
}
#book .btList li + li{margin-top: 20px;}
#book .btList li .fl{
  font-size: 0.2rem;
}
#book .btList li .fs{
  font-size: 0.15rem;
}



/*============================= 
  #prof
=============================*/
#prof {
  margin-top: 145px;
}
#prof .phArea{
  margin-top: 90px;
}
#prof .phArea .ph{
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
#prof .phArea .txtArea.yaku{margin-top: 80px;}
#prof .phArea .txtArea .name * {display: inline-block;}
#prof .phArea .txtArea .name .fm{
  font-size: 0.18rem;
  letter-spacing: 0.4em;
}
#prof .phArea .txtArea .name .fl{
  font-size: 0.2rem;
  letter-spacing: 0.3em;
  margin-top: 0.75em;
}
#prof .phArea .txtArea .name img{
  height: 11px;
  width: auto;
  margin-top: 20px;
}
#prof .phArea .txtArea .txt{
  font-size: 0.13rem;
  letter-spacing: 0.2em;
  line-height: calc(30/13);
  margin-top: 2em;
}

#prof .phArea .messeArea {
  font-size: 0.13rem;
  letter-spacing: 0.2em;
  line-height: calc(30/13);
  background: #FFF;
  color: var(--blue01);
  padding: 40px 35px;
  isolation: isolate;
	border-radius: 55px;
  margin-top: 40px;
}
#prof .phArea .messeArea .sign{
  max-width: 150px;
  margin-left: auto;
  margin-top: 15px;
}
/* signature recolor (mask) */
.sign .signMask{
  display:block;
  width:150px; /* 元画像幅に合わせる: 必要に応じ調整 */
  aspect-ratio:274/110; /* 高さ比率: 画像実寸に合わせる */
  background: var(--blue01);
  -webkit-mask: url(/content/images/prof_sign.webp) center/contain no-repeat;
  mask: url(/content/images/prof_sign.webp) center/contain no-repeat;
}

/* main
=============================*/