@charset "UTF-8";
/* 初期設定 */
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.6;
  color: #3b3b3b;
  text-align: left;
}
table {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
p, a {
  text-align: inherit;
  word-wrap: break-word;
}
li, dd, dt {
  letter-spacing: normal;
  list-style: none;
}
a {
  text-decoration: none;
}
a img {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

/* 関数設定 */
:root {
  --main-color: #7D6E00;
  --white: #ffffff;
  --font-size: 1em;/* 16px */
  --font-color: #333333;
  --font-family: "M PLUS Rounded 1c", serif;
  --fw-m: 500;/* ミディアム（フォントによって変化） */
  --fw-b: 700;/* ボールド（フォントによって変化） */
  --line-hight: 1.6;
  --drop-shadow: drop-shadow(0px 0px 6px #000000);
}

/* 背景設定 */
/* body::before {content:"";display:block;position:fixed;top:0;left:0;z-index:-1;width:100%;height:100vh;
  background:url(../img/bg.png) center/cover no-repeat;
} */

/* 画面トップ黒帯設定 */
#narou_head{margin-bottom:0;background: #000;padding:0.5em;max-height:42px;color:#fff;position:relative;z-index:3;}
#narou_head ul{display:table;width:100%;}
#narou_head ul li{display:table-cell;vertical-align:middle;}
#narou_head .ttl{padding-left:0.5em;font-size:80%;text-align:right;}
#narou_head .inner{max-width: 980px;width: 100%;}
#logo a img{
 max-width: none;
}

/* Lightboxのデザイン変更 */
#cboxOverlay{background: #000!important;z-index:100000!important;}
#colorbox{z-index:100001!important;}

/* 背景設定 */
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../img/bg.webp) top center/cover no-repeat;
}
/* その他設定 */
.outer .inner{max-width:980px;width:100%;}
.outer a:hover{text-decoration:none;}
a:hover > img {
  opacity: 0.7;
}

br.sp{display: none;}

/* FV設定 */
#visual{
  position:relative;
  z-index:2;
  max-width:980px;
  width:100%;
  margin: 0 auto;
  overflow: hidden;
}
#visual img {width: 100%;}
#visual>div>h1{
  position: absolute;
  width: 44%;
  top: 7%;
  left: 83%;
  transform: translateX(-50%);
  z-index: 1;
}
#visual>div>h2{
  position: absolute;
  width: 20%;
  top: -1%;
  left: 2%;
  z-index: 1;
}
#visual>div>h3{
  position: absolute;
  width: 35%;
  top: 74%;
  left: 21%;
  transform: translateX(-50%);
  z-index: 1;
}
#visual>div>h4{
  position: absolute;
  width: 92%;
  top: 79%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#visual >div>figure{mask-image: linear-gradient(to top, transparent 0%, #000 10%);}
#visual >div>figure img{mask-image: linear-gradient(to right, transparent 0%, #000 15%, #000 85%, transparent 100%);}

/* ボタンエリア(margin以外はいじらない) */
#buttons{
  position: relative;
  z-index: 5;
  margin: -6em 0 1.5em;
}
#buttons ul{list-style: none;display:flex;justify-content: center;}
#buttons ul li{text-align:center;margin: 0 0.5em 1em 0.5em;border-radius:0.5em;border:2px solid #fff;box-shadow:0px 0px 3px 1px #000000;width: 50%;}
#buttons ul li a{color:#fff;display:block;padding: 1em 0;font-size:125%;}
#buttons ul li a i{font-size:130%;vertical-align:middle;margin-right: 0.5em;}
#buttons ul li:hover{opacity:0.8;transition:0.5s;}
#buttons ul li:first-child{flex-grow: 1;background: #000;}
#buttons ul li:nth-child(2){flex-grow: 1;background: #000;}
#buttons ul li:nth-child(3){flex-grow: 1;background: #009fe8;}

/* section設定 */
section{
  text-align: center;
  padding: 100px 0 0;
}
/* タイトル設定 */
section div.inner>h2{
  text-align:center;
  width: auto;
  margin-bottom:2rem;
}
section div.inner>h2 img{
  width: auto;
  height: 100%;
}

/* ストーリー｜あらすじ設定 */
#story{
  padding: 3em;
  margin: 2.5em auto 0;
  background: white;
  border-top: 4px solid #E84091;
  border-bottom: 4px solid  #E84091; 
}
#story h2{
  height:10rem;
}
#story p.pc{
  color: #E84091;
  font-size: 1.2em;
  font-family: var(--font-family);
  font-weight: 500;
  line-height: 2;
}

/* キャラクター｜人物紹介 */
#character h2{
  height:10rem;
}

#character ul{
  display: flex;
  gap: 1.8rem;
  flex-wrap: wrap;
}
#character ul li{
  position:relative;
  width: 49%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border:4px solid black;
  border-radius:20px;
}

#character ul li:nth-child(1){
  position:relative;
  width:100%;
  height: 455px;
  border: 4px solid #49D4B3;
  border-radius: 20px; 
  background-image: url(../img/c1.webp);
  background-repeat: no-repeat;
  background-position:-75px -60px;
  background-size:80%;
  padding: 2rem;
}

#character ul li:nth-child(2){
  display: none;
}

#character .name{
  width:100%;
  right:0;
}

#character .m1{
  position: absolute;
  left: -36px;
  bottom: -12px;
  width: 21%;
}

#character .right{
  position: absolute;
  width:50%;
  height: 435px;
  right:26px;
}

#character .cng{
  position: absolute;
  width: 27%;
  top: 260px;
  left: -90px;
  z-index: 5;
}

#character .c2{
  width: 100%;
}



#character ul li:nth-child(3){
  border:4px solid #BA3457;
}

#character ul li:nth-child(4){
  border:4px solid #6A90BC;
}

#character ul li:nth-child(5){
  border:4px solid #DA8291;
}
#character ul li:nth-child(6){
  border:4px solid #8283D5;
}

#character ul li div h3{
  height: 7rem;
  padding-top: 2rem;
  text-align: center;
}

#character ul li:nth-child(1) h3{
  height: 7rem;
  padding: 2rem 0 0 0;
  text-align: center;
}

#character ul li div h3 img{
  height: 100%;
  width: auto;
}

#character ul li div p{
  font-size: var(--font-size);
  font-weight: 500;
  line-height: var(--line-hight);
  color: var(--font-color);
  padding: 1.4rem 4rem 4rem;
}

#character ul li:nth-child(1) div p{
  color:#49D4B3
}

#character ul li:nth-child(3) div p{
  color:#BA3457
}

#character ul li:nth-child(4) div p{
  color:#6A90BC
}

#character ul li:nth-child(5) div p{
  color:#DA8291
}

#character ul li:nth-child(6) div p{
  color:#8283D5
}

/* コンテンツ_1(作品によってコンテンツ量は変動) */
#special h2{
  height:9rem;
}

#special div.inner2{
  position:relative;
  max-width: 980px;
  height:600px;
  display: flex;
}

#special div.inner2 figure.sp1{
  position:absolute;
  width: 30%;
    bottom: -36px;
  left: -37px;
  z-index: 10;
}

#special div.inner2 figure.sp2{
  display:none;
}

#special div.contents{
  position:absolute;
  width:80%;
  right:0;
  background-color: white;
  border: 4px solid #EE7700;
  border-radius: 20px;
  padding:3rem;
  text-align: center;
  bottom:0;
}

/* #special div.contents::before,
#special div.contents::after {
  content: "";
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  border-style: solid;
}

#special div.contents::before {
  left: -44px;
    border-width: 53px 43px 40px 0;
  border-color: transparent #EE7700 transparent transparent;
  z-index: 1;
}

#special div.contents::after {
  left: -38px;
    border-width: 53px 43px 40px 0;
  border-color: transparent white transparent transparent;
  z-index: 2;
}
#special div.contents::before,
  #special div.contents::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
  } */

#special div.contents p{
  font-size: 1.4rem;
  font-weight: 600;
  color:#EE7700;
}

#special div.contents figure{
  width:83%;
  margin:1rem auto;
}

#special div.inner2 figure.sp3{
  position: absolute;
  right:-18px;
  bottom:-9px;
  width:14%;
  z-index: 10;
}

#special div.contents::before,
#special div.contents::after {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
}
#special div.contents::before,
#special div.contents::after {
  top: 74%;
  transform: translateY(-50%);
}
#special div.contents::before {
  left: -44px; /* 外側のオレンジ */
  border-width: 40px 44px 40px 0;
  border-color: transparent #EE7700 transparent transparent;
  z-index: 1;
}
#special div.contents::after {
  left: -38px; /* 内側の白 */
  border-width: 40px 44px 40px 0;
  border-color: transparent white transparent transparent;
  z-index: 2;
}
.sp2{
  display: none;
}

/* 下記共通コンテンツのためいじらない */
#read{padding: 4em 0 6em;}
#read span{font-size:61%;}
#read b{font-weight:bold;font-size:130%;}
#read a{width: 70%;color:#fff;display:block;padding: 1em 0;font-size:125%;background: #000;text-align:center;margin: 0 auto;border-radius:0.5em;border:2px solid #fff;box-shadow:0px 0px 3px 1px #000000;}
#read a:hover{opacity:0.8;transition:0.5s;}

#books {padding: 4em 0;background: rgba(0,0,0,0.5);}
#books .inner{padding: 0;margin-top: -6em;;}
#books h2{border-radius:0.5em;border:3px solid #000;font-size:2rem;display:inline-block;text-align:center;background: #fff;margin: 0 auto 1em;    display: table;padding:0.5em 2em;}
#books ul{justify-content:flex-start}
#books ul:has(> :nth-child(-n+4):last-child) {justify-content: center;}
#books ul li{background: #fff;padding: 0.75em;position: relative;width: 19%;margin-right: 1.25%;margin-bottom: 1.25%;}
#books ul li h4{margin-bottom: 0.5em;font-size: 1.4rem;}
#books ul li a {display:block;color: #3b3b3b;}
#books ul li a figure {width: 100%;}
.list li figure {margin-bottom: 0;}
#books ul li a div {width: 100%;margin-top: 1em;}
#books ul li i{font-size: 1rem;font-style: normal;padding: 0.15em 1.5em;position: absolute;left: 0;top: 0;z-index: 1;}
#books ul li i.bnk{background: #f39800;color:#fff;}
#books ul li i.nvl{background: #000;color:#fff;}
#books ul li i.grd{background: #009fe8;color:#fff;}
#books ul li:last-child {margin-right: 0;}
#books ul li:nth-child(5n) {margin-right: 0;}

#naroulink {padding: 4em 0;background: rgba(0,0,0,0.3);}
#naroulink .inner{margin-top: -6em;;}
#naroulink h2{border-radius:0.5em;border:3px solid #000;font-size:2rem;display:inline-block;text-align:center;background: #fff;margin: 0 auto 1em;    display: table;padding:0.5em 2em;}
#naroulink a{margin:0 auto;    display: table;border-radius: 0.5em;overflow: hidden;}
#naroulink a img{width: 100%;}

.box{background: rgba(255,255,255,0.75);padding:4em;margin-bottom: 1em;box-shadow:0 0 1px 1px rgba(0,0,0,0.5);border-radius:1em;}

/*smartphone*****************************************************************************************************************************************************************************************/
@media screen and (max-width: 768px) {
/* 画面トップ、その他設定 */
#narou_head{padding: 0.75em 0.5em 0.75em 5rem;height: 42px;}
#narou_head .ttl{display:none;}
.outer .inner{width: 100%;}

/* FV以外に左右余白を設置 */
section .inner,#books >.inner,#naroulink >.inner{padding: 0 5%!important;}

br.sp{display: block;}

/* FV設定 */
#visual >div>figure img{
  width: 100%;
  margin-left:0;
  margin-top:0;
  mask-image: linear-gradient(to top, transparent 0%, #000 10%);
}

/* ボタンエリア(#buttonsのmargin以外はいじらない) */
#buttons{
  margin: -10vw 0 0;
}
#buttons .bt1{display: none;}
#buttons ul li {margin-bottom: 0;}
#buttons ul li a{font-size:80%;}

/* section設定 */
section{
  padding: 60px 0 0;
}

/* タイトル設定 */
section div.inner>h2{
  margin-bottom: 8%;
  height: 6vw;
  min-height: 1.8em;
}

/* ストーリー｜あらすじ設定 */
#story{
  margin-top: 8vw;
  padding: 4rem 1rem;
}
#story h2{
  height: 13vw;
  margin-bottom:2%;
}
#story p.sp{
  font-size: 1em;
  text-align: justify;
  margin-top: 20px;
  color: #E84091;
  font-size: 1em;
  font-family: var(--font-family);
  font-weight: 500;
  line-height: 1.8;
}

/* キャラクター｜人物紹介 */
#character ul{
  justify-content: center;
}
#character ul li{
  width: 100%;
  max-width: 38rem;
}

#character h2{
  height: 13vw;
  margin-bottom: 6%;
}

#character ul li div h3{
          height: 7.8vw;
        min-height: 55px;
                padding-top: 2rem;
  text-align: center;
}
#character ul li div p{
  padding-top: 1rem;
  padding-bottom:2rem;
}

#character ul li:nth-child(1){
  display: none;
}

#character ul li:nth-child(2){
  display: block;
  border: 4px solid #49D4B3;
}

#character ul li:nth-child(2) div p{
  color:#49D4B3;
  padding-bottom:0;
}

#character ul li:nth-child(2) div.sp2{
 position: relative;
}

#character .cc3{
  position: absolute;
        width: 15%;
        z-index: 5;
        top: -46px;
        left: 12px;
}

#character .c2{
        width: 90%;
        margin:2rem auto;
}






/* スペシャル */
#special div.inner2{
  position:relative;
 height: auto;  
}

#special div.inner2 figure.sp1{
  display: none;
}

#special figure.sp2{
  margin: 2rem auto 0;
  width: 250px;
}

#special div.contents{
  position: static;
  width: 100%;;
  border-radius: 20px;
  padding: 4rem;
}

#special div.contents p{
  font-size: 1.4rem;
  font-weight: 600;
  color:#EE7700;
}

#special div.contents figure{
  width:100%;
  margin:1rem auto;
}

#special div.inner2 figure.sp3{
  right: 5px;
  bottom: -8px;
  width: 14%;
}

#special h2{
  height: 10vw;
  margin-bottom: 6%;
}

#special div.contents {
  position: relative; /* 親要素にこれが必要 */
  background: white;
  /* 他のスタイル */
}

#special div.contents::before,
  #special div.contents::after {
    left: 50%;
    transform: translateX(-50%);
    top: auto; /* PC版の指定をリセット */
  }

  #special div.contents::before {
    bottom: -40px; /* 外側のオレンジ */
    border-width: 40px 43px 0 43px;
    border-color: #EE7700 transparent transparent transparent;
    z-index: 1;
  }

  #special div.contents::after {
    bottom: -34px; /* 内側の白（縁取り分だけずらす） */
    border-width: 40px 43px 0 43px;
    border-color: white transparent transparent transparent;
    z-index: 2;
  }

  .sp2{
  display: block;
  }

/* 下記共通コンテンツのためいじらない */

#read a{padding: 0.5em;width: 90%;}
#read span{margin-bottom: 0.5em;display: block;}
#read br{display:none;}

#books{padding: 5em 0 1em;}
#books ul li {width: 100%;padding: 0.5% 1.5% 0.5% 0.5%;margin-right: 0;}
#books ul li a {display: flex;justify-content: space-between;align-items: center;}
#books ul li a figure {width: 25%;}
#books ul li a div {width: 72%;}
#books h2{height: auto;font-size:90%;}
#books ul li figure i{padding: 0.15em 1em;font-size:70%;left: auto;right: 0;}
#books ul li h4 {font-size: 1.3rem;font-weight: bold;}

#naroulink h2{height: auto;font-size:90%;}
}
