@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1a1621;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify; 
  background: url(../images/pc-peony01_bg.png) no-repeat left bottom / 300px,url(../images/pc-peony02_bg.png) no-repeat right top / 200px, url(../images/pc_bg.png) repeat center top / contain;
  background-attachment: fixed;
}
body a {
  color: #1a1621;
  text-decoration: none;
}
body a[href^="tel:"] {
  pointer-events: none;
}
body a:hover {
  opacity: 0.8;
  -webkit-animation: btn 0.5s;
          animation: btn 0.5s;
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes btn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sp {
  display: block !important;
}
@media print, screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none !important;
}
@media print, screen and (min-width: 641px) {
  .pc {
    display: block !important;
  }
}

.inner {
  position: relative;
  width: 87.5vw;
  margin: 0 auto;
}

h2 {
  margin-right: auto;
  margin-left: auto;
}

:root {
  --col_red: #d70c19;
  --col_black: #291f1c;
  --min-font: "Noto Serif JP", serif;
}

.col_red {
  color: var(--col_red);
}

/* --------------------------------------------------
-------------------------------------------------- KV */
#kv {
  background: url("../images/kv.jpg") no-repeat center top/cover;
  height: 165vw;
  position: relative;
}
#kv .catch, #kv h1 {
  position: absolute;
}
#kv .catch {
  top: 0.9375vw;
  right: 0;
}
#kv .catch img {
  width: auto;
  height: min(95vw, 690px);
}
#kv h1 {
  width: 97.1875vw;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* --------------------------------------------------
-------------------------------------------------- TVドラマ */
#drama {
  background: #f1dfe0 url(../images/content-dragon_bg.png) no-repeat left top / 50vw;
}
#drama .inner {
  text-align: center;
  padding: 10.9375vw 0;
}
#drama h2 {
  width: 45.78125vw;
  margin-bottom: 10.9375vw;
}
#drama .area-cast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#drama .cast {
  margin-bottom: 4.8125vw;
  font-family: var(--min-font);
  font-weight: 700;
}
#drama .cast:first-of-type {
  margin-right: 14.0625vw;
}
#drama .cast .f-large {
  font-size: 4.6875vw;
}
#drama .cast .f-small {
  font-size: 3.125vw;
}
#drama .cast dt {
  margin-bottom: 3.125vw;
  background: var(--col_black);
  color: #fff;
  border-top: 5px solid var(--col_red);
  padding: 5px 5px 9px;
}
#drama .cast dd {
  font-size: 6.75vw;
  font-weight: 700;
  line-height: 0.8;
}
#drama .cast dd span {
  color: var(--col_red);
}
#drama .btn {
  width: 87.5vw;
  margin-top: 7.8125vw;
}
#drama .btn p {
  font-size: .75rem;
  margin-top: 15px;
  color: #291f1c;
}

/* --------------------------------------------------
-------------------------------------------------- コメント */
#comment {
  background: var(--col_black) url("../images/comment-bg.png") no-repeat center top/100%;
}
#comment .inner {
  padding: 11.71875vw 0 3.125vw;
}
#comment h2 {
  width: 37.34375vw;
  margin-bottom: 13.125vw;
}
#comment h3 {
  font-size: 4.6875vw;
  font-weight: 700;
  text-align: center;
}
#comment h3 .part {
  display: block;
  color: #fff;
  padding: 1.40625vw 0 1.71875vw;
  background: var(--col_black);
  border-top: 5px solid var(--col_red);
  padding: 5px 5px 9px;
}
#comment .text {
  font-size: .9375rem;	
  line-height: 1.8;
}
#comment .box {
  background: #fff;
  margin-bottom: 7.8125vw;
  padding: 20px 7.03125vw 9.375vw;
  border-radius: 45px 0 0 0;
}
#comment .box h3 {
  margin-bottom: 4.375vw;
  font-family: var(--min-font);
}
#comment .box h3 .part {
  width: 37.5vw;
  margin: 0 auto 4.21875vw;
}
#comment .box h3 .part .f-small {
  font-size: 3.75vw;
}
#comment .box h3 .name {
  font-size: 6vw;
  line-height: 1.3;
}
#comment .box h3 .name .f-small {
  font-size: 2.8125vw;
}
#comment .box .pic {
  margin: 0 auto 7.8125vw;
}
#comment .box2 {
  margin-bottom: 7.8125vw;
}
#comment .box2 h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f2f0ec;
  margin-bottom: 7.8125vw;
}
#comment .box2 h3 .part {
  width: 23.59375vw;
  margin-right: 4.6875vw;
}
#comment .box2 h3 .name {
  font-size: 5.625vw;
  padding: 0.9375vw 0 1.25vw;
}
#comment .box2 .text {
  padding: 0 7.03125vw;
}

/* --------------------------------------------------
-------------------------------------------------- あらすじ */
#story {
  background: url("../images/story-bg01.jpg") no-repeat center top/100%, url("../images/story-bg02.jpg") no-repeat center 64%/100%;
}
#story .inner {
  padding: 10.625vw 0 15.625vw;
}
#story h2 {
  width: 48.59375vw;
  margin-bottom: 8.28125vw;
}
#story .chara {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4.6875vw 0 78.125vw;
}
#story .chara p {
  width: 37.5vw;
  font-size: 3.75vw;
  color: #fff;
  line-height: 1.6;
}
#story .text {
  width: 99.375vw;
  margin-left: -6.25vw;
}

/* --------------------------------------------------
-------------------------------------------------- 原作紹介 */
#works {
  background: #f1dfe0 url(../images/content-dragon_bg.png) no-repeat left top / 50vw;
}
#works .inner {
  padding: 11.40625vw 0 3.125vw;
}
#works h2 {
  width: 67.96875vw;
  margin-bottom: 8.28125vw;
}
#works h3 {
  width: 81.5625vw;
  margin: 0 auto 7.8125vw;
}
#works .cover, #works .num, #works .catch {
  margin: 0 auto 5.15625vw;
}
#works .cover {
  width: 63.28125vw;
}
#works .volume2 {
  background: url(../images/volume2_bg.png) no-repeat left center / 100%;
  width: 100vw;
  margin-left: -6.5vw;
}
#works .volume2 .box_inner {
  background: #fff;
  width: 87.5vw;
  margin-inline: auto;
  padding: 30px 0 1px;
  -webkit-box-shadow: 0 0 15px rgb(207 60 87 / 48%);
  box-shadow: 0 0 15px rgb(207 60 87 / 48%);
}
#works .num {
  width: 11.25vw;
}
#works .volume2 .num {
  width: 80%; 
}
#works .catch {
  width: 63.28125vw;
  line-height: 1.4;
  text-align: center;
}
#works .catch .f-large {
  font-size: 1.3rem;
  font-weight: bold;
}
#works .btn {
  width: 80%;
  margin: 0 auto 10.9375vw;
}
#works .btn a {
  margin-bottom: 13px;
  display: block;
}

/* --------------------------------------------------
-------------------------------------------------- フッター */
footer {
  text-align: center;
  padding: 10.9375vw 0 6.5625vw;
  background: #f1dfe0;
  border-bottom: 25px solid var(--col_red);
}
footer .btn {
  width: 87.5vw;
  margin: 0 auto 10.9375vw;
}
footer #pagetop {
  width: 7.5vw;
  margin: 0 auto 7.1875vw;
}

/* --------------------------------------------------
-------------------------------------------------- PC */
@media screen and (min-width: 640px) {
  img {
    width: auto;
  }
  .inner {
    width: 350px;
  }
  /* --------------------------------------------------
  -------------------------------------------------- PC　nav */
  .wrapper {
    display: flex;
    justify-content: center;
  }
  .nav-pc {
    position: sticky;
    top: 0;
    height: 100vh;
    text-align: center;
    background: url("../images/pc_bg.png");
    z-index: 1;
  }
  .nav-pc.nav-left {
    background: url(../images/pc-peony01_bg.png) no-repeat left bottom / 300px, url(../images/pc_bg.png) repeat center top / contain;
  }
  .nav-pc.nav-left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 392px;
    margin: 40px auto;
  }
  .nav-pc.nav-left ul li {
    width: 115px;
    margin: 0 10px 10px;
    border: solid 1px #006095;
  }
  .nav-pc.nav-left ul li:last-child {
    margin: 0 0 10px 0;
  }
  .nav-pc.nav-right {
    padding: 187px 10px 0;
  }
  .nav-pc.nav-right li {
    margin-bottom: 40px;
  }
  .nav-pc.nav-right li a {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    color: #006095;
  }
  .nav-pc.nav-right li span {
    display: block;
    color: #7e7156;
    letter-spacing: 0;
    font-size: 0.75rem;
    margin-top: 12px;
  }
  .nav-pc.nav-right ul.sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 45px;
  }
  .nav-pc.nav-right ul.sns li {
    width: 30px;
  }
  .nav-pc.nav-right ul.sns li:first-child {
    margin-right: 20px;
  }
  .nav-pc.nav-right .btn {
    margin-bottom: 23px;
  }
  .nav-pc.nav-right .btn img {
    width: 280px;
  }
  .nav-pc.nav-right small {
    font-size: 0.75rem;
  }
  .wrapper-contents {
    position: relative;
    width: 400px;
    -webkit-box-shadow: 0 0 15px rgb(88 0 7 / 70%);
            box-shadow: 0 0 15px rgb(88 0 7 / 70%);
    z-index: 10;
  }
  /* --------------------------------------------------
  -------------------------------------------------- KV */
  #kv {
    height: 680px;
  }
  #kv .catch {
    top: 3.75px;
  }
  #kv .catch img {
    height: 400px;
  }
  #kv h1 {
    width: 388.75px;
  }
  /* --------------------------------------------------
  -------------------------------------------------- TVドラマ */
  #drama {
    background-size: 160px, cover;
  }
  #drama .inner {
    padding: 43.75px 0;
  }
  #drama h2 {
    width: 183px;
    margin-bottom: 43.75px;
  }
  #drama .cast {
    margin-bottom: 16.25px;
  }
  #drama .cast:first-of-type {
    margin-right: 56.25px;
  }
  #drama .cast .f-large {
    font-size: 18.75px;
  }
  #drama .cast .f-small {
    font-size: 12.5px;
  }
  #drama .cast dt {
    margin-bottom: 12.5px;
  }
  #drama .cast dd {
    font-size: 28px;
  }
  #drama .date {
    font-size: 25px;
    margin: 37.5px 0 25px;
  }
  #drama .time dt {
    font-size: 18.75px;
    margin-bottom: 14.375px;
  }
  #drama .btn {
    width: 350px;
    margin-top: 31.25px;
  }
  /* --------------------------------------------------
  -------------------------------------------------- コメント */
  #comment .inner {
    padding: 46.875px 0 12.5px;
  }
  #comment h2 {
    width: 149px;
    margin-bottom: 52.5px;
  }
  #comment h3 {
    font-size: 18.75px;
  }
  #comment h3 .part {
    padding: 5.625px 0 6.875px;
  }
  #comment .box {
    margin-bottom: 31.25px;
    padding: 20px 28.125px 37.5px;
  }
  #comment .box h3 {
    margin-bottom: 17.5px;
  }
  #comment .box h3 .part {
    width: 150px;
    margin: 0 auto 16.875px;
  }
  #comment .box h3 .part .f-small {
    font-size: 15px;
  }
  #comment .box h3 .name {
    font-size: 27.75px;
  }
  #comment .box h3 .name .f-small {
    font-size: 11.25px;
  }
  #comment .box .pic {
    margin: 0 auto 31.25px;
  }
  #comment .box2 {
    margin-bottom: 31.25px;
  }
  #comment .box2 h3 {
    margin-bottom: 31.25px;
  }
  #comment .box2 h3 .part {
    width: 94.375px;
    margin-right: 18.75px;
  }
  #comment .box2 h3 .name {
    font-size: 22.5px;
    padding: 3.75px 0 5px;
  }
  #comment .box2 .text {
    padding: 0 28.125px;
  }

  /* --------------------------------------------------
  -------------------------------------------------- 原作紹介 */
  #works {
    background-size: 160px, cover;
  }
  #works .inner {
    padding: 45.625px 0 12.5px;
  }
  #works h2 {
    width: 245px;
    margin-bottom: 33.125px;
  }
  #works h3 {
    width: auto;
    margin: 0 auto 31.25px;
  }
  #works .cover, #works .num, #works .catch {
    margin: 0 auto 20.625px;
  }
  #works .cover {
    width: 253.125px;
  }
  #works .num {
    width: 45px;
  }
  #works .catch {
    width: 253.125px;
  }
  #works .btn {
    margin-bottom: 43.75px;
  }
  #works .volume2 {
    width: 400px;
    margin-left: -25px;
  }
  #works .volume2 .box_inner {
    width: 350px;
  }

  /* --------------------------------------------------
  -------------------------------------------------- フッター */
  footer {
    padding: 50px 0 20px;
  }
  footer .btn {
    width: 350px;
    margin-bottom: 50px;
  }
  footer #pagetop {
    margin-bottom: 30px;
    width: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .nav-pc.nav-left {
    padding: 12.5vw 10px 0;
  }
  .nav-pc.nav-left ul {
    margin: 3.125vw auto;
  }
  .nav-pc.nav-right {
    padding: 15.625vw 10px 0;
  }
  .nav-pc.nav-right li a {
    font-size: 18px;
  }
}