@charset "UTF-8";

.green {
  color: #10a5b0;
}

.ppl {
  color: #9678ca;
}

/* ----- グローバルヘッダー ----- */
.global-header-inner {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  overflow: hidden;
  background: #ffd6dd;
  padding: 0 15px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  /* ロゴ */
}

.global-header-inner img {
  height: 24px;
  width: auto;
  vertical-align: top;
}

.global-header-inner .logo {
  transition: opacity 0.5s;
  /* シェアボタン */
}

.global-header-inner .logo a {
  color: inherit;
  vertical-align: middle;
}

.global-header-inner .logo:hover {
  opacity: 0.5;
  transition: opacity 0.5s;
}

.global-header-inner .logo img {
  height: 24px;
  width: auto;
}

.global-header-inner .logo .twitter-share-button {
  margin-left: auto;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: #9678ca;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
}

html {
  font-size: 10px;
}

body,
.loading {
  position: relative;
  font-size: 1.4rem;
  color: #666;
  font-family: "Zen Old Mincho", serif;
}

body::before,
.loading::before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

@media only screen and (max-width: 890px) {
  body::before,
  .loading::before {
    background: url("../img/bg-brick-sp.jpg") repeat-y center top/cover;
  }
}

@media only screen and (min-width: 891px) {
  body::before,
  .loading::before {
    background: url("../img/bg-brick.jpg") repeat-y center top/cover;
  }
}

a {
  color: #9678ca;
  transition: 0.2s;
  text-decoration: underline;
}

a:hover,
a:visited,
a:active {
  color: #9678ca;
  opacity: 0.7;
  transition: 0.2s;
  text-decoration: underline;
}

p {
  line-height: 1.8rem;
  margin: 5px 0;
}

div,
span,
li,
a {
  box-sizing: border-box;
}

a {
  cursor: pointer;
}

img {
  max-width: 100%;
}

.center {
  text-align: center;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.bold {
  font-weight: bold;
}

h2 {
  text-align: center;
  margin-bottom: 20px;
}

h3.headline {
  background: url("../img/headline-bg-green.png") no-repeat center center/100% auto;
  max-width: 334px;
  margin: 0 auto;
  height: 134px;
  font-size: 25px;
  font-weight: bold;
  color: #10a5b0;
  padding-top: 39px;
}

h3.ppl {
  background: url("../img/headline-bg-ppl.png") no-repeat center center/100% auto;
  color: #9678ca;
}

section {
  padding: 54px 0;
}

.sp {
  display: none;
}

.wrapper {
  opacity: 0;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100vh;
  background: #baf6fb;
}

.loading p {
  text-align: center;
  width: 100%;
}

.loading p img {
  width: auto;
  height: 60vh;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

.menu {
  width: 100%;
  display: none;
  background: #10a5b0;
  height: 100vh;
  padding-top: 50px;
}

.menu a {
  color: #fff;
  display: block;
  font-family: Roboto, sans-serif;
  text-align: center;
  font-size: 2.4rem;
  padding: 0;
  width: 100%;
}

@media only screen and (max-width: 890px) {
  .sp-menubtn,
  .sp-menubtn-close {
    position: fixed;
    top: 50px;
    right: 0;
    max-width: 80px;
    width: 17vw;
    z-index: 10;
  }
}

@media only screen and (min-width: 891px) {
  .sp-menubtn,
  .sp-menubtn-close {
    display: none;
  }
}

.header-navi {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 20;
  background: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 890px) {
  .header-navi {
    background: rgba(255, 255, 255, 0.92);
    height: 100vh;
    display: flex;
    align-items: center;
    opacity: 0;
  }
}

.header-navi ul {
  width: 100%;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 891px) {
  .header-navi ul {
    display: flex;
  }
}

.header-navi ul li {
  font-size: 18px;
  margin: 0 15px;
}

.header-navi ul li a {
  display: block;
  text-decoration: none;
  padding: 0 5px;
  color: #666;
}

@media only screen and (max-width: 890px) {
  .header-navi ul li a {
    text-align: center;
    font-size: 6vw;
  }
}

.header-navi ul li a span {
  display: block;
  position: relative;
  line-height: 60px;
  text-shadow: 0 0 10px #fff;
}

.header-navi ul li a:hover {
  color: #10a5b0;
  opacity: 1;
}

.kv {
  margin-top: 50px;
}

@media only screen and (max-width: 890px) {
  .kv {
    background: url("../img/kv-pic-sp.png") no-repeat center top/100% auto;
    padding: 78vw 0 11vw;
  }
}

@media only screen and (min-width: 891px) {
  .kv {
    background: url("../img/kv-pic.png") no-repeat center top;
    padding: 790px 0 150px;
  }
}

.kv h1.logo {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
}

@media only screen and (max-width: 890px) {
  .kv h1.logo {
    top: 3vw;
  }

  .kv h1.logo img {
    width: 12.5%;
  }
}

@media only screen and (min-width: 891px) {
  .kv h1.logo {
    top: 12%;
  }
}

.kv .btn {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

@media only screen and (max-width: 900px) {
  .kv .btn {
    padding: 0 4% 10%;
  }
}

.kv .btn a {
  width: 48%;
  display: block;
}

.content-w {
  max-width: 920px;
  margin: 0 auto;
}

@media only screen and (max-width: 920px) {
  .content-w {
    padding: 0 4%;
  }
}

.paper {
  position: relative;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 890px) {
  .paper {
    padding: 12vw 0 13vw;
    margin-top: -18vw;
  }
}

@media only screen and (min-width: 891px) {
  .paper {
    padding: 109px 0;
    margin-top: -120px;
  }
}

.paper::before,
.paper::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 109px;
}

@media only screen and (max-width: 890px) {
  .paper::before,
  .paper::after {
    height: 14vw;
  }
}

.paper::before {
  top: 0;
  background: url(../img/bg-paper-top.png) repeat-x center top;
}

@media only screen and (max-width: 890px) {
  .paper::before {
    background: url(../img/bg-paper-top-sp.png) repeat-x center top/100% auto;
  }
}

.paper::after {
  bottom: 0;
  background: url(../img/bg-paper-bottom.png) repeat-x center bottom;
}

@media only screen and (max-width: 890px) {
  .paper::after {
    background: url(../img/bg-paper-bottom-sp.png) repeat-x center bottom/100% auto;
  }
}

.paper .inner {
  position: relative;
  height: 100%;
  background: url(../img/bg-paper.jpg) repeat-y center top;
  z-index: 1;
}

@media only screen and (max-width: 890px) {
  .paper .inner {
    padding: 10vw 4vw;
  }
}

@media only screen and (min-width: 891px) {
  .paper .inner {
    background-size: 100% auto;
    padding: 40px 20px 90px;
  }
}

.paper .inner::before,
.paper .inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 379px;
  z-index: -1;
}

.paper .inner::before {
  top: 0;
  background: linear-gradient(to bottom, rgb(250, 245, 242) 0%, rgba(250, 245, 242, 0) 20%);
}

.paper .inner::after {
  bottom: 0;
  background: linear-gradient(to top, rgb(250, 245, 242) 0%, rgba(250, 245, 242, 0) 20%);
}

.paper .inner p {
  padding: 0;
  margin: 0;
}

.remodal {
  padding: 50px 0 0;
}

.remodal-close {
  left: auto;
  right: 0;
}

.remodal-wrapper {
  padding: 0;
}

.remodal-close {
  width: 59px;
  height: auto;
}

.frame-box {
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
}

.frame-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/frame-icon-tl.png"), url("../img/frame-icon-tr.png"), url("../img/frame-icon-bl.png"), url("../img/frame-icon-br.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left top, right top, bottom left, bottom right;
  z-index: 1;
  pointer-events: none;
}

.frame-box::after {
  position: absolute;
  content: "";
  border: 1px solid #c3e8eb;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: 0;
  pointer-events: none;
}

.frame-box.frame-ppl::before {
  background-image: url("../img/frame-icon-tl-ppl.png"), url("../img/frame-icon-tr-ppl.png"), url("../img/frame-icon-bl-ppl.png"), url("../img/frame-icon-br-ppl.png");
}

.frame-box.frame-ppl::after {
  border: 1px solid #e5ddf2;
}

.area-product .row {
  justify-content: space-between;
}

.area-product .lineup {
  max-width: 930px;
  margin: 0 auto;
  margin-top: 80px;
}

.area-product .lineup .frame-box {
  padding-top: 60px;
}

@media only screen and (max-width: 890px) {
  .area-product .lineup .frame-box {
    width: 100%;
  }
}

@media only screen and (min-width: 891px) {
  .area-product .lineup .frame-box {
    width: 48%;
  }
}

@media only screen and (max-width: 890px) {
  .area-product .lineup .frame-ppl {
    margin-top: 20%;
  }
}

.area-product .lineup .headline {
  position: absolute;
  top: -38px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

@media only screen and (max-width: 890px) {
  .area-product .lineup .headline {
    top: -8vw;
  }

  .area-product .lineup .headline img {
    width: 75vw;
  }
}

.area-product .lineup .btns {
  margin-top: 30px;
}

@media only screen and (max-width: 890px) {
  .area-product .lineup .btns div {
    width: 45%;
  }
}

.area-product .lineup .btns a {
  display: inline-block;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 890px) {
  .area-product .lineup .btns p.price {
    margin-top: 5vw;
    font-size: 3.5vw;
  }
}

@media only screen and (min-width: 891px) {
  .area-product .lineup .btns p.price {
    margin-top: 20px;
    font-size: 15px;
  }
}

.area-product .lineup .btns p.price span {
  font-weight: bold;
  font-size: 200%;
}

@media only screen and (max-width: 890px) {
  .area-movie {
    padding: 5vw 0 30vw;
  }
}

@media only screen and (min-width: 891px) {
  .area-movie {
    padding: 15px 0 200px;
  }
}

@media only screen and (max-width: 890px) {
  .area-movie .content-w {
    width: 92vw;
    margin: 0 auto;
    padding: 0;
  }
}

.area-movie .movie-player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.area-movie .movie-player iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.paper.area-story h2 {
  z-index: 3;
  position: relative;
}

@media only screen and (max-width: 890px) {
  .paper.area-story h2 {
    margin-bottom: 10vw;
  }
}

.paper.area-story h2 img {
  width: 45vw;
  max-width: 312px;
}

.paper.area-story p {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 890px) {
  .paper.area-story p {
    margin: 5vw 0;
    font-size: 4vw;
    line-height: 8vw;
    text-align: left;
  }
}

@media only screen and (min-width: 891px) {
  .paper.area-story p {
    margin-bottom: 80px;
    font-size: 25px;
    line-height: 50px;
  }
}

.paper.area-story .serif {
  transform: skew(-12deg);
}

@media only screen and (max-width: 890px) {
  .paper.area-story .serif {
    display: inline-block;
    margin: 0 auto;
    padding-left: 5vw;
    text-indent: -5vw;
    margin: 5vw 0;
  }
}

.paper.area-story span.keita,
.paper.area-story span.ryou {
  color: #10a5b0;
  font-size: 125%;
  font-weight: bold;
}

.paper.area-story span.ryou {
  color: #9678ca;
}

.paper.area-story .pic1,
.paper.area-story .pic2,
.paper.area-story .pic3 {
  position: relative;
  z-index: 2;
}

.paper.area-story .pic1::after,
.paper.area-story .pic2::after,
.paper.area-story .pic3::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 306px;
  height: 479px;
  content: "";
  background: url("../img/story-bg-1.png") no-repeat center center/100% auto;
  z-index: -1;
  margin-left: -600px;
  margin-top: -100px;
  z-index: -1;
}

@media only screen and (max-width: 890px) {
  .paper.area-story .pic1 {
    padding-left: 50%;
  }

  .paper.area-story .pic1::after {
    left: 0;
    margin-left: 0;
    width: 42%;
    height: 140%;
    top: auto;
    bottom: -18%;
  }
}

.paper.area-story .pic2 .serif {
  display: block;
}

.paper.area-story .pic2::after {
  background: url("../img/story-bg-2.png") no-repeat center center/100% auto;
  width: 372px;
  height: 440px;
  margin-left: 300px;
  margin-top: -200px;
}

@media only screen and (max-width: 890px) {
  .paper.area-story .pic2::after {
    left: auto;
    right: 0;
    margin-left: 0;
    width: 50%;
    height: 140%;
    top: auto;
    bottom: -18%;
  }
}

@media only screen and (max-width: 890px) {
  .paper.area-story .pic3 {
    margin-right: 30%;
    text-align: left;
  }
}

.paper.area-story .pic3::after {
  background: url("../img/story-bg-3.png") no-repeat center center/100% auto;
  width: 372px;
  height: 440px;
  margin-left: -680px;
  margin-top: -280px;
}

@media only screen and (max-width: 890px) {
  .area-character h2 {
    width: 80%;
    margin: 0 auto 6%;
  }
}

@media only screen and (max-width: 890px) {
  .area-character {
    padding: 5vw 0 20vw;
  }
}

@media only screen and (min-width: 891px) {
  .area-character {
    padding: 30px 0 220px;
  }
}

.area-character .frame-box,
.area-character .shadow {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.area-character .lineup {
  max-width: 930px;
  margin: 0 auto 30px;
  justify-content: space-between;
}

@media only screen and (max-width: 890px) {
  .area-character .lineup .frame-box {
    width: 98%;
  }
}

@media only screen and (min-width: 891px) {
  .area-character .lineup .frame-box {
    width: 48%;
  }
}

@media only screen and (max-width: 890px) {
  .area-character .lineup .frame-ppl {
    margin-bottom: 10%;
  }
}

.area-character p {
  font-weight: bold;
}

.area-character .name {
  font-size: 30px;
  color: #10a5b0;
  margin: 20px 0 10px;
}

.area-character .cv {
  margin: 20px 0 30px;
  font-size: 20px;
  line-height: 20px;
}

.area-character .cv span {
  background: #10a5b0;
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
  margin-right: 10px;
  font-size: 13px;
}

.area-character .text,
.area-character .ruby {
  font-size: 14px;
  line-height: 23px;
}

.area-character .center p {
  text-align: center;
}

.area-character .frame-ppl .name {
  color: #9678ca;
}

.area-character .frame-ppl .cv span {
  background: #9678ca;
}

.area-character .btn-pop {
  width: 60%;
  margin: 5% auto 0;
}

.area-campaign .row {
  justify-content: space-between;
  align-items: center;
  max-width: 950px;
  margin: 0 auto;
  padding-top: 30px;
}

@media only screen and (max-width: 890px) {
  .area-campaign .row {
    padding-top: 2%;
  }
}

.area-campaign .row .pic {
  max-width: 380px;
  width: 48%;
}

@media only screen and (max-width: 890px) {
  .area-campaign .row .pic {
    width: 100%;
    margin: 0 auto 8%;
  }
}

.area-campaign .row .pic img {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.area-campaign .row .text {
  width: 48%;
}

@media only screen and (max-width: 890px) {
  .area-campaign .row .text {
    width: 100%;
  }
}

.area-campaign .row p {
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
}

@media only screen and (max-width: 890px) {
  .area-campaign .row p {
    text-align: left;
  }
}

.area-campaign .row p.intr {
  font-size: 15px;
  line-height: 27px;
  text-align: left;
}

.area-campaign .row .large {
  font-size: 18px;
}

@media only screen and (max-width: 890px) {
  .area-interview {
    padding: 5% 0 30%;
  }

  .area-interview h2 {
    width: 85%;
    margin: 0 auto 5%;
  }
}

@media only screen and (min-width: 891px) {
  .area-interview {
    padding: 80px 0 210px;
  }
}

.area-interview .frame-ppl {
  margin-bottom: 60px;
}

.area-interview .row {
  justify-content: space-between;
}

.area-interview .row .pic {
  width: 45%;
}

@media only screen and (max-width: 890px) {
  .area-interview .row .pic {
    width: 100%;
  }
}

.area-interview .row .text {
  width: 53%;
  padding-top: 20px;
}

@media only screen and (max-width: 890px) {
  .area-interview .row .text {
    width: 100%;
  }
}

.area-interview .row .role {
  font-size: 18px;
}

.area-interview .row .name {
  font-size: 30px;
  margin-top: 15px;
}

.area-interview .row .small {
  font-size: 70%;
}

.area-interview .row dl dt {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  margin: 30px 0 10px;
}

.area-interview .row dl dd {
  font-size: 15px;
  line-height: 23px;
  font-weight: bold;
}

@media only screen and (max-width: 890px) {
  .area-credit h2 {
    width: 55%;
    margin: 0 auto 2%;
  }
}

@media only screen and (max-width: 890px) {
  .area-credit h3.headline {
    margin-top: 6%;
  }
}

@media only screen and (min-width: 891px) {
  .area-credit h3.headline {
    margin-top: 80px;
  }
}

.area-credit h3.headline.mt0 {
  margin-top: 0;
}

.area-credit .row {
  justify-content: space-between;
  max-width: 540px;
  margin: 0 auto;
  font-weight: bold;
}

.area-credit .row p {
  font-size: 20px;
  margin: 0 auto;
  line-height: 35px;
}

.area-credit dl {
  margin: 0 auto 50px;
}

@media only screen and (max-width: 890px) {
  .area-credit dl {
    width: 50%;
  }
}

@media only screen and (min-width: 891px) {
  .area-credit dl {
    width: 260px;
  }
}

.area-credit dl dt {
  font-size: 15px;
}

.area-credit dl dd {
  font-size: 25px;
}

.area-credit dl:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 890px) {
  .area-credit .cast p.last {
    width: 100%;
  }
}

.area-credit .scenerio dl {
  width: 100%;
  margin: 0 auto;
}

.area-credit .scenerio dl dt {
  font-size: 25px;
}

.area-credit .scenerio dl dd p {
  font-size: 15px;
  margin-top: 20px;
  line-height: 25px;
}

@media only screen and (max-width: 890px) {
  .area-credit .scenerio dl dd p {
    text-align: left;
  }
}

@media only screen and (max-width: 890px) {
  .area-credit .staff .row {
    margin: 0 auto 50px;
  }
}

@media only screen and (max-width: 890px) {
  .area-credit .staff dl {
    width: 100%;
  }
}

.footer {
  font-size: 15px;
  text-align: center;
  padding: 40px 0;
}

/*
===========================================
COMMON SP
===========================================
*/
@media screen and (max-width: 890px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .sp img {
    width: 100%;
    height: auto;
  }
}
