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

/*=============================
  main
=============================*/
#main{
  height: 100vh;
  padding: 100px 60px;
}
#main > .inner{
  width: fit-content;
  height: 100%;
  max-height: 480px;
  margin: auto;
}

#main > .inner > *{
  margin-left: auto;
  margin-right: auto;
}
#main > .inner > *:not(.copy01){
  margin-top: auto;
}
#main .copy01{width: calc((484/695)*100%);}
#main h1{width: calc((695/695)*100%);}
#main .copy02{width: calc((490/695)*100%);}
/*============================= 
  section
=============================*/
section {
  padding: 0 60px;
}
section > .inner{
  max-width: var(--inw_px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section h2 img{
  height: 16px;
  width: auto;
}
section h2 img.himg{
  height: 21px;
  width: auto;
}
section h2 .txt{
  font-size: 0.18rem;
  letter-spacing: 0.2em;
  margin-left: 1.5em;
  padding-left: 1.5em;
  position: relative;
}
section h2 .himg+.txt {top: -0.1em;}
section h2 .txt::before{
  content: '';
  display: block;
  width: 1px;
  height: 28px;
  background: #FFF;
  position: absolute;
  left:0;
  top:-0.25em;
}

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{
  max-width: 666px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
}
#spmovie .movieList li + li{
  margin-top: 80px;
}
#spmovie .movieList li h4{
  font-size: 0.2rem;
  letter-spacing: 0.2em;
}
#spmovie .movieList li .movie{
  margin-top: 25px;
  aspect-ratio: 16/9;
  width: 100%;
}
#spmovie .movie iframe{
  aspect-ratio: 16/9;
	width: 100%!important;
	height: auto!important;
}
#spmovie .csoon{
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 0;
}
/*============================= 
  #story
=============================*/
#story {
  margin-top: 200px;
  padding-bottom: 350px;
  position: relative;
}

#story .txtArea{
  margin-top: 80px;
  max-width: 690px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#story .txtArea h3{
  font-size: 0.25rem;
  letter-spacing: 0.4em;
  line-height: calc(56/25);
}

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

#story .txtArea .bt_w{
  margin-top: 55px;
  width: 330px;
  margin-left: auto;
  margin-right: auto;
}
#story .txtArea .bt_w a{
  font-size: 0.19rem;
}


#story .mapArea{
  margin-top: 150px;
  position: relative;
}
#story .mapArea .map{
  padding: 0 calc((27/var(--inw))*100%) 0 calc((45/var(--inw))*100%);
}
#story .mapArea .bt_bk{
  width: 195px;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  margin-left: calc((260/var(--inw))*100%);
  margin-top: calc((135/var(--inw))*100%);
}

#story #fw_map .fw_inner{
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#story #fw_map h3{
  font-size: 0.25rem;
  letter-spacing: 0.4em;
}
#story #fw_map .pic{
  margin: 60px 20px 0;
  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;
}

/*============================= 
  #chara
=============================*/
#chara {
  background:
    url(/content/images/chara_bg.webp) no-repeat top center/100% auto,
    url(/content/images/chara_bg02.webp) repeat-y top left/100% auto;
  padding-top: calc((1035/1280)*100vw);
  padding-bottom: 275px;
  position: relative;
}
#chara::before{
  content: '';
  position: absolute;
  left:0;
  top:-270px;
  width: 100%;
  height: 600px;
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 45%,rgba(255,255,255,0) 100%);
  mix-blend-mode:screen;
}
#chara::after{
  content: '';
  position: absolute;
  left:0;
  bottom:-220px;
  width: 100%;
  height: 440px;
  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: 20px;
}

#chara .splideArea ul.splide__list{
  display: flex!important;
}

#chara .splideArea ul.splide__list > li{
  width: calc((424/var(--inw))*100%);
  padding-left: 30px;
  border-left: 1px solid #FFF;
}
#chara .splideArea ul.splide__list > li:nth-child(1){
  margin-right: auto;
  margin-top: 115px;
}
#chara .splideArea ul.splide__list > li h4{
  font-size: 0.18rem;
  letter-spacing: 0.4em;
  line-height: calc(31/18);
}
#chara .splideArea ul.splide__list > li .name{margin-top: 25px;}
#chara .splideArea ul.splide__list > li .name .jp{
  font-size: 0.37rem;
  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 .prof{
  font-size: 0.13rem;
  letter-spacing: 0.2em;
  line-height: calc(22/13);
  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;
}

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

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

#rec .list > li h4{
  font-size: 0.28rem;
  letter-spacing: 0.3em;
  line-height: calc(58/28);
}
#rec .list > li .nameArea{
  margin-top: 25px;
  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.24rem;
  letter-spacing: 0.3em;
}
#rec .list > li .nameArea .name .occ{
  font-size: 0.14rem;
  letter-spacing: 0.3em;
}


/*============================= 
  #rev
=============================*/
#rev {
  margin-top: 330px;
}
#rev .splideArea01{
  position: relative;
  margin-top: 85px;
}
#rev .splideArea01 .splide .splide__slide{
  width: 100%;
  padding: 0 50px;
}
#rev .splideArea01 .splide .splide__slide .inner{
  width: 730px;
  margin-left: auto;
  margin-right: auto;
}
#rev .splideArea01 .splide .splide__slide .inner h4{
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.24rem;
  letter-spacing: 0.3em;
  line-height: calc(48/24);
}
#rev .splideArea01 .splide .splide__slide .inner .name{
  margin-top: 35px;
}
#rev .splideArea01 .splide .splide__slide .inner .name .fs{
  font-size: 0.16rem;
  letter-spacing: 0.2em;
  margin-right: 1em;
}
#rev .splideArea01 .splide .splide__slide .inner .name .fl{
  font-size: 0.23rem;
  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% + 18px);
  width: 20px;
  height: 36px;
	cursor: pointer;
  opacity: 1;
  transition: opacity 0.35s ease;
}
#rev .splideArea01 .splide .splide__arrows > li:hover{
	opacity: 0.5;
}
#rev .splideArea01 .splide .splide__arrows .splide__arrow--prev{left: 0;}
#rev .splideArea01 .splide .splide__arrows .splide__arrow--next{
  right:0;
  margin-left: auto;
}
#rev .splideArea01 .splide .splide__arrows .splide__arrow--next img{
	transform: rotate(180deg);
}


#rev .splideArea02 {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  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(7,auto);
}
/*.fw position用 ここまで*/

#rev .splideArea02 .splide__slide{
  font-size: 0.14rem;
  letter-spacing: 0.2em;
  line-height: calc(25/14);
  margin-bottom: 0.5em;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.35s ease;
}
#rev .splideArea02 .splide__slide.is-active,
#rev .splideArea02 .splide__slide:hover{
  opacity: 1;
}

#rev .splideArea02 .fw{
  cursor: default;
  padding: 0 60px;
}
#rev .splideArea02 .fw_inner{
  max-width: 420px;
  width: 100%;
}
#rev .splideArea02 .fw_inner .fw_txtArea{
  font-size: 0.15rem;
  letter-spacing: 0.2em;
  line-height: calc(32/15);
  height: calc((515/800)*100vh);
  max-height: 515px;
  overflow: auto;
  padding-right: 40px;
}

#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.16rem;
  letter-spacing: 0.2em;
}
#rev .splideArea02 .fw_inner .fw_name .fl{
  font-size: 0.18rem;
  letter-spacing: 0.2em;
  margin-left: 0.5em;
}


#rev .bt_w{
  margin-top: 55px;
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}
#rev .bt_w a{
  font-size: 0.15rem;
}


/*============================= 
  #comment
=============================*/
#comment {
  margin-top: 130px;
}
#comment .splideArea{
  width: calc(100% + 120px);
  margin-left: -60px;
  position: relative;
  margin-top: 85px;
}
#comment .splideArea .splide .splide__slide{
  max-width: 500px;
  width: 100%;
  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: 90px 50px 80px;
  border: 1px solid #FFF;
  isolation: isolate;
	border-radius: 80px 80px 80px 80px / 70px 70px 70px 70px;
  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.18rem;
  letter-spacing: 0.2em;
  line-height: calc(32/16);
}
#comment .splideArea .splide .splide__slide .name{margin-top: 35px;}
#comment .splideArea .splide .splide__slide .name .fs{
  font-size: 0.14rem;
  letter-spacing: 0.2em;
}
#comment .splideArea .splide .splide__slide .name .fl{
  font-size: 0.16rem;
  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% - 18px);
  width: 20px;
  height: 36px;
	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:calc(50% - 320px);}
#comment .splideArea .splide .splide__arrows .splide__arrow--next{
  right:calc(50% - 320px);
}
#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 {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 160px;
}
#comment .bt_comment a{
  padding: 30px 50px 20px;
  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: 222px;
  width: 100%;
}
#comment .bt_comment a .txt{
  text-align: center;
  font-size: 0.16rem;
  line-height: calc(32/16);
  letter-spacing: 0.2em;
  margin-top: 0.5em;
}
#comment .bt_comment a .icon{
  aspect-ratio: 16/30;
  width: 16px;
  position: absolute;
  top:calc(50% - 15px);
  right:30px;
}
#comment .bt_comment a .icon img{
  transform: rotate(180deg);
}
/*============================= 
  #book
=============================*/
#book {
  margin-top: 150px;
}
#book h2{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#book .list{
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
}
#book .list li:nth-child(1){
  margin-right: auto;
}
#book .list li {
  width: calc((327/800)*100%);
}
#book .list li .txt{
  font-size: 0.24rem;
  letter-spacing: 0.2em;
  text-align: center;
}
#book .list li .pic{
  margin-top: 30px;
}

#book .info {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 135px;
  letter-spacing: 0.2em;
}

#book .info li.price .fs{
  font-size: 0.13rem;
}
#book .info li.price .fm{
  font-size: 0.15rem;
}
#book .info li.price .fl{
  font-size: 0.28rem;
  margin:0 0.5em;
}
#book .info li.release {
  font-size: 0.22rem;
  padding-left: 1.5em;
  margin-left: 1em;
  position: relative;
}
#book .info li.release::before{
  content: '';
  width: 1px;
  height: calc(100% + 0.5em);
  display: block;
  background: #FFF;
  position: absolute;
  top:-0.25em;
  left:0;
}

#book .btList{
  margin-top: 95px;
  width: 100%;
  /* max-width: 810px; */
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
/* #book .btList li{
  width: calc((393/810)*100%);
}
#book .btList li:nth-child(1){margin-right: auto;} */
#book .btList li + li{margin-top: 25px;}
#book .btList li .fl{
  font-size: 0.2rem;
}
#book .btList li .fs{
  font-size: 0.15rem;
}



/*============================= 
  #prof
=============================*/
#prof {
  margin-top: 250px;
}
#prof .phArea{
  max-width: 790px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
#prof .phArea .ph{
  width: calc((256/790)*100%);
  margin-left: auto;
}
#prof .phArea .txtArea.cho{  width: calc((436/790)*100%);}
#prof .phArea .txtArea.yaku{  margin-top: 75px;}
#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.31rem;
  letter-spacing: 0.3em;
  margin-top: 0.75em;
}
#prof .phArea .txtArea .name img{
  height: 14px;
  width: auto;
  margin-top: 20px;
}
#prof .phArea .txtArea .txt{
  font-size: 0.14rem;
  letter-spacing: 0.2em;
  line-height: calc(28/14);
  margin-top: 2em;
}

#prof .phArea .messeArea {
  font-size: 0.17rem;
  letter-spacing: 0.2em;
  line-height: calc(39/17);
  background: #FFF;
  color: var(--blue01);
  padding: 50px calc((50/790)*100%);
  isolation: isolate;
	border-radius: 55px;
  margin-top: 65px;
}
#prof .phArea .messeArea .sign{
  max-width: 274px;
  margin-left: auto;
  margin-top: 30px;
}
/* signature recolor (mask) */
.sign .signMask{
  display:block;
  width:274px; /* 元画像幅に合わせる: 必要に応じ調整 */
  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;
}

