@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.swiper-container {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.swiper-container.swiper-container-autoheight {
  height: auto;
}

.swiper-wrapper {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.swiper-slide.swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-lazy-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  overflow: hidden;
}
.swiper-lazy-preloader::before {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0, rgba(255, 255, 255, 0.35) 50%, rgba(217, 217, 217, 0) 100%);
  background-size: 100% 100%;
  animation: loading_skeleton 1s linear infinite;
}

.swiper-pagination {
  margin-top: 6px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .swiper-pagination {
    margin-top: 8px;
  }
}

@media not all and (max-width: 900px) {
  @media (max-height: 900px) {
    body .m-modal .m-modal__content {
      max-width: 1000px;
    }
  }
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__content {
    width: 89%;
  }
}
body .m-modal .m-modal__close-btn {
  opacity: 0;
}

@media not all and (max-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  touch-action: manipulation;
}

body,
button,
input,
select,
textarea,
datalist {
  font-family: "Zen Kaku Gothic New", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media not all and (max-width: 900px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 16px;
  }
}

body {
  position: relative;
  color: #c6947a;
  background-color: #fffedd;
}

h2 {
  font-weight: 400;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

* {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

a {
  color: currentColor;
  text-decoration: none;
}

svg {
  fill-rule: evenodd;
  width: 100%;
  height: 100%;
}

[data-modal] {
  cursor: pointer;
}

[tabindex] {
  cursor: pointer;
}
[tabindex].focus-visible {
  outline: 1px solid;
}

.js-focus-visible :focus:not(:focus-visible) {
  outline: 0;
}

.visually-hidden {
  font-size: 0;
  opacity: 0;
}

.l-section {
  position: relative;
  padding-top: 78px;
  padding-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .l-section {
    padding-top: 61px;
    padding-bottom: 59px;
  }
}
.l-section__container {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .l-section__container {
    width: 90%;
  }
}
.l-section__ttl {
  max-width: 590px;
  margin: 0 auto;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .l-section__ttl {
    width: 93%;
  }
}
.l-section.is-active .l-section__ttl {
  transform: translateY(0);
  opacity: 1;
}

.l-wrapper {
  position: relative;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
  background: url(../img/bg/ptn01.png) center center repeat;
  background-size: 115px auto;
}
@media screen and (max-width: 900px) {
  .l-wrapper {
    background-size: 57.5px;
  }
}
.is-load .l-wrapper {
  opacity: 1;
}

.l-main {
  position: relative;
}

.l-footer {
  position: relative;
  padding-top: 156px;
  padding-bottom: 80px;
  font-family: "Noto Serif JP", "Zen Kaku Gothic New", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .l-footer {
    padding-top: 44px;
    padding-bottom: 55px;
  }
}
.l-footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #fffedd 40%, rgba(255, 254, 221, 0));
}
@media screen and (max-width: 900px) {
  .l-footer::before {
    height: 60%;
  }
}
.l-footer__deco {
  position: absolute;
  top: -24%;
  left: -8%;
  width: 35%;
  max-width: 500px;
  animation: rotate_circle 60s linear infinite;
}
@media screen and (max-width: 900px) {
  .l-footer__deco {
    top: -43%;
    left: auto;
    right: -42%;
    width: 85%;
  }
}
@media not all and (max-width: 900px) {
  .l-footer__pagetop {
    position: absolute;
    bottom: 36px;
    right: 36px;
    width: 109px;
    z-index: 1;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__pagetop {
    position: relative;
    width: 67px;
    margin: 0 auto 37px;
  }
}
.l-footer__pagetop-inner {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-footer__pagetop-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pagetop_bg.png) center center no-repeat;
  background-size: 100% auto;
  animation: rotate_circle 10s linear infinite;
}
@media (hover: hover) {
  .l-footer__pagetop-inner:hover {
    transform: scale(1.1);
  }
}
.l-footer__official {
  position: relative;
  width: 210px;
  margin: 0 auto 39px;
}
@media screen and (max-width: 900px) {
  .l-footer__official {
    width: 163px;
    margin: 0 auto 38px;
  }
}
.l-footer__official-inner {
  display: block;
}
@media (hover: hover) {
  .l-footer__official-inner {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__official-inner:hover {
    transform: scale(1.05);
  }
}
.l-footer__x {
  position: relative;
  width: 210px;
  margin: 0 auto 59px;
  padding: 2px;
  border: 2px solid #EE8498;
  border-radius: 99px;
}
@media screen and (max-width: 900px) {
  .l-footer__x {
    margin-bottom: 40px;
  }
}
.l-footer__x-link {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0 1px;
  border: 1px solid #EE8498;
  border-radius: 99px;
  color: #EE8498;
}
.l-footer__x-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ed8599, #ffa27d);
  border-radius: 99px;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-footer__x-link:hover::before {
    opacity: 1;
  }
}
.l-footer__x-icon {
  position: relative;
  width: 20px;
  margin-right: 5px;
}
.l-footer__x-icon svg {
  fill: #EE8498;
  transition: fill 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-footer__x-link:hover .l-footer__x-icon svg {
    fill: #fff;
  }
}
.l-footer__x-txt {
  position: relative;
  flex-shrink: 0;
  transform: scaleY(1.3);
  font-size: 12px;
  letter-spacing: 0.02rem;
  transform-origin: bottom center;
  transition: color 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-footer__x-link:hover .l-footer__x-txt {
    color: #fff;
  }
}
.l-footer__share {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 53px;
}
@media screen and (max-width: 900px) {
  .l-footer__share {
    margin-bottom: 34px;
  }
}
.l-footer__share-ttl {
  margin-right: 22px;
  font-size: 13px;
}
@media screen and (max-width: 900px) {
  .l-footer__share-ttl {
    margin-right: 19px;
    font-size: 10px;
  }
}
.l-footer__share-list {
  display: flex;
}
@media not all and (max-width: 900px) {
  .l-footer__share-list {
    justify-content: flex-end;
  }
}
.l-footer__share-item + .l-footer__share-item {
  margin-left: 25px;
}
@media screen and (max-width: 900px) {
  .l-footer__share-item + .l-footer__share-item {
    margin-left: 20px;
  }
}
.l-footer__share-link {
  display: block;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .l-footer__share-link {
    width: 20px;
    height: 20px;
  }
}
@media (hover: hover) {
  .l-footer__share-link {
    transform: scale(1.01);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__share-link:hover {
    transform: scale(1.15);
  }
}
.l-footer__share-link svg {
  fill: #c6947a;
}
.l-footer__copy {
  position: relative;
  text-align: center;
  font-size: 11px;
}
@media screen and (max-width: 900px) {
  .l-footer__copy {
    font-size: 10px;
  }
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 1s;
}
.l-bg.is-show {
  opacity: 1;
}
.l-bg canvas {
  background-color: transparent;
}

@keyframes rotate_circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-hero {
  position: relative;
  padding-bottom: 10.2%;
  background: #fffedd;
}
@media screen and (max-width: 900px) {
  .p-hero {
    padding-bottom: 21.2%;
  }
}
.p-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-hero__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg/grad_top.png) top left no-repeat;
  background-size: 100% auto;
}
.p-hero__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/kv/kv_petal_pc.png) center center no-repeat;
  background-size: cover;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1), transform 1s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 900px) {
  .p-hero__bg::after {
    background-image: url(../img/kv/kv_petal_sp.png);
  }
}
.is-load .p-hero__bg::after {
  opacity: 1;
  transform: translateY(0);
}
.p-hero__bg-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/bg/ptn01.png) center center repeat;
  background-size: 115px auto;
}
@media screen and (max-width: 900px) {
  .p-hero__bg-inner {
    background-size: 57.5px;
  }
}
.p-hero__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.p-hero__deco img {
  width: 100%;
  height: auto;
}
.p-hero__container {
  position: relative;
  z-index: 1;
  width: 85.7%;
  margin: 0 auto;
  padding-top: 1.8%;
}
@media screen and (max-width: 900px) {
  .p-hero__container {
    width: 100%;
    padding-top: 2.3%;
  }
}
.p-hero__ttl {
  position: relative;
  width: 35%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-hero__ttl {
    width: 67.5%;
    margin-bottom: 5%;
  }
}
.p-hero__ttl-main {
  margin-bottom: 3.4%;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-hero__ttl-main {
  transform: translateY(0);
  opacity: 1;
}
.p-hero__ttl-sub {
  width: 88%;
  margin: 0 auto;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.is-load .p-hero__ttl-sub {
  transform: translateY(0);
  opacity: 1;
}
.p-hero__chara {
  position: relative;
  transform: scale(1.1);
  opacity: 0;
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-hero__chara {
  transform: scale(1);
  opacity: 1;
}
.p-hero__chara-item:nth-child(1) {
  position: relative;
  z-index: 1;
}
.p-hero__chara-item:nth-child(2) {
  position: absolute;
  bottom: 0;
}
.p-hero__chara-item:nth-child(3) {
  position: absolute;
  bottom: 0;
  display: none;
}
.p-hero__lead {
  position: relative;
  z-index: 1;
  width: 48%;
  margin: 0 auto 1.1%;
  margin-top: -6%;
}
@media screen and (max-width: 900px) {
  .p-hero__lead {
    width: 97%;
    margin-top: -2.6%;
    margin-bottom: 3.3%;
  }
}
.p-hero__lead-ribbon {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
.is-load .p-hero__lead-ribbon {
  transform: translateY(0);
  opacity: 1;
}
.p-hero__lead-chara {
  position: absolute;
  bottom: -3.5%;
  right: 0;
  width: 25%;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
.is-load .p-hero__lead-chara {
  transform: translateY(0);
  opacity: 1;
}
.p-hero__btn {
  position: relative;
  width: 300px;
  width: max(21.4285714286vw, 300px);
  margin: 0 auto;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
@media screen and (max-width: 900px) {
  .p-hero__btn {
    width: 240px;
  }
}
.is-load .p-hero__btn {
  transform: translateY(0);
  opacity: 1;
}
.p-hero__btn-inner {
  display: block;
  text-align: center;
}
@media (hover: hover) {
  .p-hero__btn-inner {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-hero__btn-inner:hover {
    transform: scale(1.05);
  }
}
.p-hero__btn-txt {
  position: relative;
  padding: 6.2% 0 6.5%;
  font-family: "Noto Serif JP", "Zen Kaku Gothic New", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 700;
  background: linear-gradient(to right, #ed8599, #ffa27d);
  color: #fff;
  border-radius: 99px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
@media not all and (max-width: 900px) {
  .p-hero__btn-txt {
    font-size: max(1.1428571429vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .p-hero__btn-txt {
    padding: 17px 0 18px;
  }
}
.p-hero__btn-txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 31px;
  width: 26px;
  width: max(1.8571428571vw, 26px);
  height: 100%;
  -webkit-mask: url(../img/ic_streaming.svg) center center no-repeat;
  mask: url(../img/ic_streaming.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .p-hero__btn-txt::before {
    left: 22px;
    width: 22px;
  }
}

.p-about {
  background: url(../img/bg/ptn02.jpg) center center repeat;
  background-size: 113px auto;
}
@media screen and (max-width: 900px) {
  .p-about {
    background-size: 56.5px;
  }
}
.p-about::before, .p-about::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 4.5%;
  background: url(../img/lace_repeat.png) left bottom repeat-x;
  background-size: auto 100%;
  transform: translateY(-100%);
}
@media screen and (max-width: 900px) {
  .p-about::before, .p-about::after {
    padding-top: 8.5%;
  }
}
.p-about::after {
  top: auto;
  bottom: 0;
  z-index: 1;
  transform: translateY(100%) scaleY(-1);
}
.p-about__ttl {
  margin-bottom: 57px;
}
@media screen and (max-width: 900px) {
  .p-about__ttl {
    margin-bottom: 39px;
  }
}
.p-about__block {
  background: #fff;
  border-radius: 20px;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media screen and (max-width: 900px) {
  .p-about__block {
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
  }
}
.p-about.is-active .p-about__block {
  transform: translateY(0);
  opacity: 1;
}
.p-about__block-inner {
  width: 88%;
  margin: 0 auto;
  padding: 60px 0 67px;
}
@media screen and (max-width: 900px) {
  .p-about__block-inner {
    width: 87.5%;
    padding: 30px 0 37px;
  }
}
@media not all and (max-width: 900px) {
  .p-about__list-item {
    display: flex;
  }
}
.p-about__list-item + .p-about__list-item {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .p-about__list-item + .p-about__list-item {
    margin-top: 23px;
  }
}
@media not all and (max-width: 900px) {
  .p-about__list-ttl {
    flex-shrink: 0;
    min-width: 130px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 900px) {
  .p-about__list-ttl {
    margin-bottom: 10px;
  }
}
.p-about__list-ttl span {
  display: block;
  padding: 2px 10px 1px;
  background: #c6947a;
  color: #fff;
  text-align: center;
  border-radius: 99px;
  font-family: "Noto Serif JP", "Zen Kaku Gothic New", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .p-about__list-ttl span {
    text-align: left;
    padding-left: 17px;
  }
}
.p-about__list-data {
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .p-about__list-data {
    padding-left: 14px;
    font-size: 14px;
    line-height: 1.4;
  }
}
.p-about__list-data a {
  display: inline-block;
  vertical-align: baseline;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-about__list-data a:hover {
    text-decoration: none;
  }
}
.p-about__cast {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 3%;
  width: 97.2%;
}
@media screen and (max-width: 900px) {
  .p-about__cast {
    padding-top: 6px;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px 4.5%;
  }
}
.p-about__cast-name {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .p-about__cast-name {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.4;
  }
}
.p-about__cast-name .p-in-small {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .p-about__cast-name .p-in-small {
    font-size: 10px;
    line-height: 1.3;
  }
}
.p-about__caution {
  margin-top: 13px;
}
@media screen and (max-width: 900px) {
  .p-about__caution {
    margin-top: 15px;
  }
}
.p-about__caution-item {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .p-about__caution-item {
    font-size: 11px;
  }
}

.p-goods {
  padding-top: 161px;
  padding-bottom: 0;
}
@media screen and (max-width: 900px) {
  .p-goods {
    padding-top: 91px;
  }
}
.p-goods__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-goods__deco-item {
  position: absolute;
  width: 32%;
  max-width: 500px;
  animation: rotate_circle 60s linear infinite;
}
.p-goods__deco-item:nth-child(2n-1) {
  left: -6%;
}
.p-goods__deco-item:nth-child(2n) {
  right: -10%;
}
.p-goods__deco-item:nth-child(1) {
  top: -5.5%;
}
@media screen and (max-width: 900px) {
  .p-goods__deco-item:nth-child(1) {
    top: -2%;
    left: -27%;
    width: 62%;
  }
}
.p-goods__deco-item:nth-child(2) {
  top: 7%;
  right: -10%;
  width: 47%;
  max-width: 700px;
  animation-duration: 150s;
}
@media screen and (max-width: 900px) {
  .p-goods__deco-item:nth-child(2) {
    top: 11.5%;
    right: -44%;
    width: 89%;
  }
}
.p-goods__deco-item:nth-child(3) {
  top: 41%;
  left: -14%;
  width: 48%;
  max-width: 700px;
  animation-duration: 150s;
}
@media screen and (max-width: 900px) {
  .p-goods__deco-item:nth-child(3) {
    top: 35%;
    left: -32%;
    width: 84%;
  }
}
.p-goods__deco-item:nth-child(4) {
  top: 66%;
  right: -9%;
  width: 35%;
}
@media screen and (max-width: 900px) {
  .p-goods__deco-item:nth-child(4) {
    top: 52%;
    right: -54%;
    width: 86%;
  }
}
@media not all and (max-width: 900px) {
  .p-goods__deco-item:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .p-goods__deco-item:nth-child(5) {
    top: 70%;
    left: -40%;
    width: 75%;
  }
}
.p-goods__ttl {
  margin-bottom: 58px;
}
@media screen and (max-width: 900px) {
  .p-goods__ttl {
    margin-bottom: 39px;
  }
}
.p-goods__about {
  margin-bottom: 110px;
  text-align: center;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}
@media screen and (max-width: 900px) {
  .p-goods__about {
    margin-bottom: 67px;
  }
}
.p-goods.is-active .p-goods__about {
  transform: translateY(0);
  opacity: 1;
}
.p-goods__about-item + .p-goods__about-item {
  margin-top: 36px;
}
@media screen and (max-width: 900px) {
  .p-goods__about-item + .p-goods__about-item {
    margin-top: 26px;
  }
}
.p-goods__about-ttl {
  display: inline-block;
  margin-bottom: 15px;
}
@media not all and (max-width: 900px) {
  .p-goods__about-ttl {
    min-width: 130px;
  }
}
@media screen and (max-width: 900px) {
  .p-goods__about-ttl {
    min-width: 110px;
    margin-bottom: 13px;
  }
}
.p-goods__about-ttl span {
  display: block;
  padding: 2px 10px 1px;
  background: #c6947a;
  color: #fff;
  text-align: center;
  border-radius: 99px;
  font-family: "Noto Serif JP", "Zen Kaku Gothic New", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 700;
}
.p-goods__about-txt {
  font-size: 22px;
}
@media screen and (max-width: 900px) {
  .p-goods__about-txt {
    font-size: 18px;
  }
}
.p-goods__block {
  position: relative;
  padding: 3px;
  background: #fff;
  border: 2px solid #c6947a;
  border-radius: 40px;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
@media screen and (max-width: 900px) {
  .p-goods__block {
    width: 89.5%;
    margin: 0 auto;
    padding: 2px;
    border-radius: 25px;
  }
}
.p-goods.is-active .p-goods__block {
  transform: translateY(0);
  opacity: 1;
}
.p-goods__block-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  width: 54%;
  transform: translate(-50%, -44%) scale(1.1);
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media screen and (max-width: 900px) {
  .p-goods__block-ttl {
    width: 107%;
    transform: translate(-50%, -54%) scale(1.1);
  }
}
.p-goods.is-active .p-goods__block-ttl {
  transform: translate(-50%, -44%) scale(1);
}
@media screen and (max-width: 900px) {
  .p-goods.is-active .p-goods__block-ttl {
    transform: translate(-50%, -54%) scale(1);
  }
}
.p-goods__block-container {
  border: 1px solid #c6947a;
  border-radius: 36px;
}
@media screen and (max-width: 900px) {
  .p-goods__block-container {
    border-radius: 20px;
  }
}
.p-goods__block-inner {
  width: 85%;
  margin: 0 auto;
  padding-top: calc(4% + 74px);
}
@media screen and (max-width: 900px) {
  .p-goods__block-inner {
    width: 83.5%;
    padding-top: calc(7% + 28px);
  }
}
.p-goods__list {
  position: relative;
}
.p-goods__list-item {
  position: relative;
  margin-bottom: 59px;
  padding-bottom: 72px;
  background-image: radial-gradient(circle, #c6947a 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 12px 4px;
}
@media screen and (max-width: 900px) {
  .p-goods__list-item {
    margin-bottom: 40px;
    padding-bottom: 37px;
    background-image: radial-gradient(circle, #c6947a 1px, transparent 1px);
    background-size: 10px 2px;
  }
}
.p-goods__list-item:last-child {
  padding-bottom: 50px;
  background: none;
}
.p-goods__coming {
  padding: 20px 0 30px;
  text-align: center;
  font-family: "Noto Serif JP", "Zen Kaku Gothic New", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 700;
  font-size: 40px;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.p-goods.is-active .p-goods__coming {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-goods__coming {
    font-size: 20px;
    padding: 10px 0 30px;
  }
}
.p-goods__coming span {
  display: inline-block;
  transform: scaleY(1.3);
  letter-spacing: 0.04rem;
}

.p-goods_data {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-goods_data {
    display: flex;
  }
}
.p-goods_data__header {
  position: relative;
  overflow: hidden;
}
@media not all and (max-width: 900px) {
  .p-goods_data__header {
    width: 45.4%;
    flex-shrink: 0;
    margin-right: 4.6%;
  }
}
@media screen and (max-width: 900px) {
  .p-goods_data__header {
    margin-bottom: 17px;
  }
}
.p-goods_data__slide {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.p-goods_data__slide-item {
  position: relative;
  width: 100%;
  padding-top: 100%;
  flex-shrink: 0;
}
.p-goods_data__slide-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-goods_data__slide-pager {
  position: absolute;
  bottom: 8px;
  left: 9px;
  display: flex;
}
.p-goods_data__slide-pager .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #EE8498;
}
@media screen and (max-width: 900px) {
  .p-goods_data__slide-pager .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.p-goods_data__slide-pager .swiper-pagination-bullet.is-active {
  background: #EE8498;
}
.p-goods_data__slide-pager .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 7px;
}
@media screen and (max-width: 900px) {
  .p-goods_data__slide-pager .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 5px;
  }
}
@media not all and (max-width: 900px) {
  .p-goods_data__inner {
    flex-grow: 1;
  }
}
.p-goods_data__ttl {
  padding-bottom: 23px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 2px solid #c6947a;
}
@media screen and (max-width: 900px) {
  .p-goods_data__ttl {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
    border-width: 1px;
  }
}
.p-goods_data__price {
  display: flex;
  align-items: flex-end;
  margin-top: 28px;
}
@media screen and (max-width: 900px) {
  .p-goods_data__price {
    margin-top: 20px;
  }
}
.p-goods_data__price-main {
  font-size: 26px;
  letter-spacing: 0.02rem;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .p-goods_data__price-main {
    font-size: 19px;
  }
}
.p-goods_data__price-main span {
  display: inline-block;
  padding-left: 5px;
  vertical-align: baseline;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .p-goods_data__price-main span {
    padding-left: 3px;
    font-size: 13px;
  }
}
.p-goods_data__price-sub {
  margin-left: 7px;
  padding: 0 4px 4px;
  border: 1px solid #c6947a;
  font-size: 14px;
  line-height: 1;
  transform: translateY(-1px);
}
@media screen and (max-width: 900px) {
  .p-goods_data__price-sub {
    margin-left: 12px;
    font-size: 11px;
    padding: 1px 4px 3px;
    transform: translateY(-2px);
  }
}
.p-goods_data__description {
  margin-top: 19px;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 900px) {
  .p-goods_data__description {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.8;
  }
}
.p-goods_data__spec {
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .p-goods_data__spec {
    margin-top: 12px;
  }
}
.p-goods_data__spec dl {
  display: flex;
  font-size: 17px;
}
@media screen and (max-width: 900px) {
  .p-goods_data__spec dl {
    font-size: 13px;
  }
}
.p-goods_data__spec dt {
  flex-shrink: 0;
  min-width: 70px;
}
@media screen and (max-width: 900px) {
  .p-goods_data__spec dt {
    min-width: 56px;
  }
}
.p-goods_data__spec dd {
  flex-grow: 1;
}

.p-bnr {
  position: fixed;
  top: 28px;
  right: 28px;
  z-index: 1;
  width: 110px;
  border-radius: 50%;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
@media screen and (max-width: 900px) {
  .p-bnr {
    top: 10px;
    right: 10px;
    width: 66px;
  }
}
.p-bnr.is-show {
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  transform: scale(1);
}
.p-bnr__inner {
  display: block;
}
@media (hover: hover) {
  .p-bnr__inner {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-bnr__inner:hover {
    transform: scale(1.1);
  }
}