@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;
}

body .m-modal .m-modal__bg {
  background: url(../img/bg_base_repeat.jpg) center center repeat;
  background-size: 855px auto;
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__bg {
    background-size: 427.5px auto;
  }
}
body .m-modal .m-modal__close-btn {
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__close-btn {
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
  }
}
@media (hover: hover) {
  body .m-modal .m-modal__close-btn {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  body .m-modal .m-modal__close-btn:hover {
    transform: scale(1.1);
  }
}
body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
  background-color: #e1b636;
  width: 5px;
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
    width: 2.5px;
    height: 50px;
  }
}

@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 Maru Gothic", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  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;
  color: var(--color-black);
}
@media not all and (max-width: 900px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 16px;
  }
}

body {
  position: relative;
}

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-wrapper {
  position: relative;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/bg_base_repeat.jpg) center center repeat;
  background-size: 855px auto;
}
@media screen and (max-width: 900px) {
  .l-wrapper::before {
    background-size: 427.5px auto;
  }
}
.is-load .l-wrapper {
  opacity: 1;
}

.l-main {
  position: relative;
  padding-bottom: 14.66%;
}
@media screen and (max-width: 900px) {
  .l-main {
    padding-bottom: 40.2%;
  }
}
.l-main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 22.6785714286%;
  background: url(../img/footer_bg_pc.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .l-main::after {
    padding-top: 46.6666666667%;
    background-image: url(../img/footer_bg_sp.png);
  }
}
.l-main__wrap {
  position: relative;
  overflow: hidden;
}

.l-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_paper_repeat.png) top center repeat-y;
  background-size: 100% auto;
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .l-bg {
    background-size: 1400px auto;
  }
}

.l-contents {
  position: relative;
  z-index: 1;
  width: 71.4285714286%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .l-contents {
    width: 89.3333333333%;
  }
}

.l-footer {
  position: relative;
  padding: 78px 0 74px;
  color: #b68f1c;
  font-weight: 500;
  background: #fff9e9;
}
@media screen and (max-width: 900px) {
  .l-footer {
    padding: 72px 0 90px;
  }
}
.l-footer__container {
  position: relative;
}
@media not all and (max-width: 900px) {
  .l-footer__container {
    margin: 0 50px;
    display: flex;
    justify-content: space-between;
  }
}
.l-footer__official-item + .l-footer__official-item {
  margin-top: 14px;
}
@media screen and (max-width: 900px) {
  .l-footer__official-item + .l-footer__official-item {
    margin-top: 18px;
  }
}
.l-footer__official-inner {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .l-footer__official-inner {
    font-size: 16px;
    margin: 0 auto;
  }
}
@media (hover: hover) {
  .l-footer__official-inner:hover::after {
    transform: scaleX(0);
    transform-origin: right center;
  }
}
.l-footer__official-inner::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b68f1c;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: left center;
}
@media not all and (max-width: 900px) {
  .l-footer__official-inner::after {
    bottom: -3px;
  }
}
.l-footer__btm {
  position: relative;
}
@media screen and (max-width: 900px) {
  .l-footer__btm {
    margin-top: 70px;
  }
}
.l-footer__links {
  display: flex;
}
@media not all and (max-width: 900px) {
  .l-footer__links {
    margin-bottom: 27px;
    transform: translateX(10px);
  }
}
@media screen and (max-width: 900px) {
  .l-footer__links {
    justify-content: center;
  }
}
.l-footer__links-item {
  position: relative;
}
.l-footer__links-item + .l-footer__links-item {
  margin-left: 19px;
}
@media screen and (max-width: 900px) {
  .l-footer__links-item + .l-footer__links-item {
    margin-left: 8px;
  }
}
.l-footer__links-item + .l-footer__links-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 1px;
  height: 12px;
  background: #b68f1c;
  transform: translateY(-50%);
}
.l-footer__links-inner {
  position: relative;
  display: block;
  padding: 0 10px;
  font-size: 13px;
}
@media not all and (max-width: 900px) {
  .l-footer__links-inner:hover::after {
    transform: translateX(-50%) scaleX(0);
    transform-origin: right center;
  }
  .l-footer__links-inner::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: calc(100% - 20px);
    height: 1px;
    background: #b68f1c;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: left center;
    transform: translateX(-50%) scaleX(1);
  }
}
.l-footer__note {
  font-size: 10px;
  line-height: 1.4;
}
@media not all and (max-width: 900px) {
  .l-footer__note {
    margin-bottom: 26px;
    text-align: right;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__note {
    margin-top: 27px;
    text-align: center;
  }
}
.l-footer__copy {
  font-size: 10px;
}
@media not all and (max-width: 900px) {
  .l-footer__copy {
    text-align: right;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__copy {
    margin-top: 25px;
    text-align: center;
  }
}

.l-footer_share {
  position: relative;
}
@media not all and (max-width: 900px) {
  .l-footer_share {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 900px) {
  .l-footer_share {
    margin-top: 68px;
  }
}
.l-footer_share__ttl {
  position: relative;
  margin-bottom: 32px;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .l-footer_share__ttl {
    margin-bottom: 16px;
    font-size: 13px;
  }
}
.l-footer_share__list {
  display: flex;
}
@media screen and (max-width: 900px) {
  .l-footer_share__list {
    justify-content: center;
  }
}
.l-footer_share__list-item + .l-footer_share__list-item {
  margin-left: 45px;
}
.l-footer_share__link {
  display: block;
  width: 35px;
}
@media (hover: hover) {
  .l-footer_share__link {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .l-footer_share__link:hover {
    transform: scale(1.1);
  }
}

.p-hero {
  position: relative;
  width: 100%;
  padding-top: 51.4285714286%;
}
@media screen and (max-width: 900px) {
  .p-hero {
    padding-top: 181.7333333333%;
  }
}
.p-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  padding-top: 58.5714285714%;
}
@media screen and (max-width: 900px) {
  .p-hero__bg {
    padding-top: 213.3333333333%;
  }
}
.p-hero__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/kv_bg_pc.png) top center no-repeat;
  background-size: 100% auto;
  transform: scale(1.1);
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-hero__bg::before {
    background-image: url(../img/kv_bg_sp.png);
  }
}
.is-load .p-hero__bg::before {
  transform: scale(1);
}
.p-hero__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6.2% 0;
}
@media screen and (max-width: 900px) {
  .p-hero__container {
    padding: 0;
    padding-top: 27.2%;
  }
}
.p-hero__chara {
  position: relative;
  display: flex;
  justify-content: center;
}
.p-hero__chara-inner {
  display: flex;
  justify-content: center;
}
.p-hero__chara-inner:nth-child(1) {
  transform: translateX(-2%);
}
@media screen and (max-width: 900px) {
  .p-hero__chara-inner:nth-child(1) {
    transform: translateX(19%);
    justify-content: flex-end;
  }
}
.p-hero__chara-inner:nth-child(2) {
  transform: translateX(3.6%);
}
@media screen and (max-width: 900px) {
  .p-hero__chara-inner:nth-child(2) {
    justify-content: flex-start;
    transform: translateX(-12.2%);
  }
}
.p-hero__chara-item {
  position: relative;
  flex-shrink: 0;
  width: 41.5%;
  transform: translateY(40%);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}
@media screen and (max-width: 900px) {
  .p-hero__chara-item {
    width: 74.2%;
  }
}
.p-hero__chara-item.--item02 {
  margin-left: -18%;
}
@media screen and (max-width: 900px) {
  .p-hero__chara-item.--item02 {
    margin-left: -34%;
  }
}
.p-hero__chara-item.--item03 {
  z-index: 1;
}
.p-hero__chara-item.--item04 {
  margin-left: -16.5%;
}
@media screen and (max-width: 900px) {
  .p-hero__chara-item.--item04 {
    margin-left: -29.5%;
  }
}
.p-hero__chara-item.--item01 {
  transition-delay: 0.3s;
}
.p-hero__chara-item.--item03 {
  transition-delay: 0.4s;
}
.p-hero__chara-item.--item04 {
  transition-delay: 0.5s;
}
.is-load .p-hero__chara-item {
  transform: translateY(0);
  opacity: 1;
}
@media not all and (max-width: 900px) {
  .p-hero__ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 41.5%;
    transform: translate(-50%, -50.5%);
  }
}
@media screen and (max-width: 900px) {
  .p-hero__ttl {
    width: 86.5%;
    margin: 0 auto 6%;
  }
}
.p-hero__ttl-inner {
  display: block;
  transform: scale(0);
  transition: transform 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.is-load .p-hero__ttl-inner {
  transform: scale(1);
}
.p-hero__ttl-inner img {
  transform: scale(0) rotate(180deg);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-hero__ttl-inner img {
  transform: scale(1) rotate(0deg);
}

.p-section {
  position: relative;
}
.p-section + .p-section {
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  .p-section + .p-section {
    margin-top: 51px;
  }
}
@media screen and (max-width: 900px) and (min-width: 500px) {
  .p-section + .p-section {
    margin-top: 80px;
  }
}
.p-section__container {
  position: relative;
  border: 5px solid #db5e64;
  border-radius: 40px;
  transform: translateY(80px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-section__container {
    border-width: 2.5px;
    border-radius: 20px;
  }
}
.--blue .p-section__container {
  border-color: #4f9ca3;
}
.--green .p-section__container {
  border-color: #9ea231;
}
.--orange .p-section__container {
  border-color: #e46d38;
}
.--pink .p-section__container {
  border-color: #e1747a;
}
.p-section.is-scroll-active .p-section__container {
  transform: translateY(0);
  opacity: 1;
}
.p-section__header {
  position: relative;
  padding: 20px 0 27px;
}
@media screen and (max-width: 900px) {
  .p-section__header {
    min-height: 70px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0 19px;
  }
}
.p-section__header::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: 0px;
  right: -5px;
  background: url(../img/cap_bg_1.jpg) center center repeat;
  background-size: 45px auto;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
@media screen and (max-width: 900px) {
  .p-section__header::before {
    top: -2.5px;
    left: -2.5px;
    right: -2.5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.--blue .p-section__header::before {
  background-image: url(../img/cap_bg_2.jpg);
}
.--green .p-section__header::before {
  background-image: url(../img/cap_bg_3.jpg);
}
.--orange .p-section__header::before {
  background-image: url(../img/cap_bg_4.jpg);
}
.--pink .p-section__header::before {
  background-image: url(../img/cap_bg_5.jpg);
}
.p-section__ttl {
  position: relative;
  text-align: center;
  color: #fffcf5;
  font-weight: 700;
  font-size: 40px;
}
@media screen and (max-width: 900px) {
  .p-section__ttl {
    font-size: 22px;
    line-height: 1.2;
  }
}
.p-section__inner {
  min-height: 170px;
  padding-top: 34px;
  padding-bottom: 39px;
  background: #fffcf5;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media not all and (max-width: 900px) {
  .p-section__inner {
    position: relative;
  }
}
@media screen and (max-width: 900px) {
  .p-section__inner {
    min-height: 0;
    padding-top: 24px;
    padding-bottom: 30px;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
  }
}
.p-section__inner-wrap {
  width: 91%;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .p-section__inner-wrap {
    position: relative;
  }
}
@media screen and (max-width: 900px) {
  .p-section__inner-wrap {
    width: 83%;
  }
}

.p-lead {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .p-lead {
    width: 70%;
  }
}
@media screen and (max-width: 900px) {
  .p-lead {
    width: 95%;
    font-size: 14px;
  }
}
.p-lead__marker {
  display: inline-block;
  vertical-align: baseline;
  background: #e1b636;
}

.p-period {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 auto;
  margin-top: 20px;
}
@media not all and (max-width: 900px) {
  .p-period {
    width: 70%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .p-period {
    width: 95%;
    font-size: 14px;
  }
}
.p-period__ttl {
  display: inline-block;
  vertical-align: baseline;
  background: #e1b636;
  margin-bottom: 5px;
}
@media not all and (max-width: 900px) {
  .p-period__ttl {
    margin-bottom: 10px;
  }
}
.p-btn {
  position: relative;
  width: 380px;
  margin: 0 auto;
  margin-top: 35px;
}
@media screen and (max-width: 900px) {
  .p-btn {
    width: 97%;
    max-width: 380px;
    margin-top: 24px;
  }
}
.p-btn + .p-btn {
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  .p-btn + .p-btn {
    margin-top: 10px;
  }
}
.p-btn__inner {
  position: relative;
  display: block;
  padding: 16px 0 17px;
  text-align: center;
  background: #e1b636;
  border: 4px solid #b68f1c;
  border-radius: 99px;
}
@media screen and (max-width: 900px) {
  .p-btn__inner {
    padding: 12px 0 13px;
    border-width: 2px;
  }
}
@media (hover: hover) {
  .p-btn__inner {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .p-btn__inner:hover {
    transform: scale(1.08);
  }
}
.p-btn__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 19px;
  width: 27px;
  height: 100%;
  background: url(../img/arrow.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-btn__inner::after {
    right: 14px;
    width: 20px;
  }
}
.p-btn__txt {
  display: block;
  color: #fffcf5;
  font-weight: 700;
  font-size: 23px;
  text-shadow: 2px 2px 0px #b68f1c;
}
@media screen and (max-width: 900px) {
  .p-btn__txt {
    font-size: 16px;
    text-shadow: 1px 1px 0px #b68f1c;
  }
}

.p-chara {
  position: absolute;
  z-index: 2;
  width: 16.6%;
}
@media screen and (max-width: 900px) {
  .p-chara {
    width: 21.5%;
    max-width: 120px;
  }
}
.p-chara.--chara01 {
  top: 50%;
  left: 0.5%;
  transform: translateY(-51.5%);
}
@media screen and (max-width: 900px) {
  .p-chara.--chara01 {
    top: -35px;
    left: -3.8%;
    transform: translateY(0);
  }
}
.p-chara.--chara02 {
  top: 50%;
  right: 0.8%;
  transform: translateY(-51.5%);
}
@media screen and (max-width: 900px) {
  .p-chara.--chara02 {
    top: auto;
    bottom: 4px;
    right: -6%;
    transform: translateY(50%);
  }
}
.p-chara.--chara03 {
  top: 16px;
  left: -2.5%;
  transform: translateY(-100%);
}
@media screen and (max-width: 900px) {
  .p-chara.--chara03 {
    top: -18px;
    left: -2.2%;
    transform: translateY(0%);
  }
}
.p-chara.--chara04 {
  top: 6.5%;
  right: -7.6%;
}
@media screen and (max-width: 900px) {
  .p-chara.--chara04 {
    top: auto;
    bottom: 0px;
    right: -1.3%;
    transform: translateY(12%);
  }
}
.p-chara.--chara05 {
  bottom: -31px;
  left: -5.4%;
}
@media screen and (max-width: 900px) {
  .p-chara.--chara05 {
    top: auto;
    bottom: 0px;
    left: -7.3%;
    transform: translateY(15%);
  }
}
.p-chara.--chara06 {
  top: 50%;
  left: -2.6%;
  transform: translateY(-53.5%);
}
@media screen and (max-width: 900px) {
  .p-chara.--chara06 {
    top: 0;
    left: -3%;
    transform: translateY(11%);
  }
}
.p-chara.--chara07 {
  top: 50%;
  right: -4.9%;
  transform: translateY(-50.5%);
}
@media screen and (max-width: 900px) {
  .p-chara.--chara07 {
    top: 50%;
    right: -6%;
    transform: translateY(-44%);
  }
}
.p-chara.--chara08 {
  top: 50%;
  left: -2%;
  transform: translateY(-65.5%);
}
@media screen and (max-width: 900px) {
  .p-chara.--chara08 {
    top: 0;
    left: -4%;
    transform: translateY(-29%);
  }
}
.p-chara.--chara09 {
  top: 50%;
  right: -3.4%;
  transform: translateY(-68%);
}
@media screen and (max-width: 900px) {
  .p-chara.--chara09 {
    top: 50%;
    right: -4.4%;
    transform: translateY(-17%);
  }
}
.p-chara.--chara10 {
  top: 0;
  left: -0.5%;
  transform: translateY(-57.5%);
}
@media screen and (max-width: 900px) {
  .p-chara.--chara10 {
    left: 0.5%;
    transform: translateY(-15.5%);
  }
}
.p-chara.--chara11 {
  top: 0;
  right: -1.4%;
  transform: translateY(-55%);
}
@media screen and (max-width: 900px) {
  .p-chara.--chara11 {
    right: 0.6%;
    transform: translateY(-13%);
  }
}
.p-chara__inner {
  display: block;
  transform: translateY(40%);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}
.p-chara:nth-child(2) .p-chara__inner {
  transition-delay: 0.2s;
}
.p-chara:nth-child(3) .p-chara__inner {
  transition-delay: 0.3s;
}
.p-section.is-scroll-active .p-chara__inner {
  transform: translateY(0);
  opacity: 1;
}
.is-anime .p-chara__inner img {
  display: block;
  animation: chara_anime 0.4s cubic-bezier(0.37, 0, 0.63, 1) 2 forwards;
}

@keyframes chara_anime {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0);
  }
}
.p-movie {
  position: relative;
  margin-top: 6px;
  border: 5px solid #b68f1c;
  border-radius: 20px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-movie {
    border-width: 2.5px;
    border-radius: 10px;
  }
}
.p-movie__thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media (hover: hover) {
  .p-movie__thumb:hover img {
    transform: scale(1.1);
  }
}
.p-movie__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-coming {
  position: relative;
  padding: 15px 0 14px;
  font-weight: 700;
  text-align: center;
  font-size: 40px;
}
@media screen and (max-width: 900px) {
  .p-coming {
    font-size: 24px;
  }
}

.p-goods {
  position: relative;
  padding-top: 17px;
  margin: 0 8px;
}
@media screen and (max-width: 900px) {
  .p-goods {
    left: 50%;
    width: 110%;
    max-width: 600px;
    margin: 0;
    transform: translateX(-50%);
  }
}
.p-goods__btn {
  position: relative;
  margin-bottom: 49px;
}
@media screen and (max-width: 900px) {
  .p-goods__btn {
    margin-bottom: 25px;
  }
}
.p-goods__btn .p-btn {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .p-goods__btn .p-btn__inner {
    padding: 14px 0 15px;
  }
}
@media screen and (max-width: 900px) {
  .p-goods__btn .p-btn__txt {
    font-size: 13px;
  }
}
.p-goods__list {
  display: flex;
  flex-wrap: wrap;
  gap: 77px 3.4%;
}
@media screen and (max-width: 900px) {
  .p-goods__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 39px 6.7%;
  }
}
.p-goods__list-item {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-goods__list-item {
    width: 31%;
  }
}
@media screen and (max-width: 900px) {
  .p-goods__list-item {
    width: 46.6%;
  }
}

.p-goods_data__header {
  position: relative;
  width: 100%;
  margin-bottom: 4px;
}
@media screen and (max-width: 900px) {
  .p-goods_data__header {
    margin-bottom: 12px;
  }
}
.p-goods_data__img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  box-sizing: border-box;
}
.p-goods_data__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #b68f1c;
  box-sizing: border-box;
  border-radius: 10px;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .p-goods_data__img::after {
    border-width: 2px;
  }
}
.p-goods_data__img-item {
  position: relative;
  width: 100%;
  flex-shrink: 0;
}
.p-goods_data__pager {
  position: absolute;
  left: 15px;
  bottom: 15px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .p-goods_data__pager {
    left: 10px;
    bottom: 10px;
  }
}
.p-goods_data__pager .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #b68f1c;
}
@media screen and (max-width: 900px) {
  .p-goods_data__pager .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
.p-goods_data__pager .swiper-pagination-bullet.is-active {
  background: #b68f1c;
}
.p-goods_data__pager .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 5px;
}
@media screen and (max-width: 900px) {
  .p-goods_data__pager .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 3px;
  }
}
.p-goods_data__ttl {
  position: relative;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .p-goods_data__ttl {
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 1.4;
  }
}
.p-goods_data__price {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
  padding: 0 10px 3px;
  background: #e1b636;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .p-goods_data__price {
    margin-bottom: 8px;
    padding: 0 8px 3px;
    font-size: 14px;
  }
}
.p-goods_data__price .p-in-small {
  vertical-align: baseline;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-goods_data__price .p-in-small {
    font-size: 11px;
  }
}
.p-goods_data__desc {
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-goods_data__desc {
    font-size: 12px;
    line-height: 1.5;
  }
}
.p-goods_data__dl {
  position: relative;
}
.p-goods_data__dl-item {
  display: flex;
  align-items: flex-start;
}
.p-goods_data__dl-item + .p-goods_data__dl-item {
  margin-top: 3px;
}
.p-goods_data__dl-ttl {
  flex-shrink: 0;
  min-width: 62px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .p-goods_data__dl-ttl {
    min-width: 40px;
    font-size: 12px;
  }
}
.p-goods_data__dl-ttl .p-in-txt {
  display: block;
  flex-grow: 1;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.p-goods_data__dl-ttl .p-in-colon {
  display: block;
  padding: 0 5px;
}
@media screen and (max-width: 900px) {
  .p-goods_data__dl-ttl .p-in-colon {
    padding: 0 2px;
  }
}
@media screen and (max-width: 900px) {
  .p-goods_data__dl-txt {
    font-size: 12px;
  }
}
.p-goods_data__dl-txt span {
  display: block;
  font-size: 11px;
}
@media screen and (max-width: 900px) {
  .p-goods_data__dl-txt span {
    font-size: 9px;
  }
}

.p-fixbnr {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-fixbnr__inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--win-h);
}
.p-fixbnr__link {
  display: block;
  position: absolute;
  bottom: 14px;
  right: 5.8%;
  width: 193px;
  pointer-events: auto;
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 1s, opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 1s;
}
.is-load .p-fixbnr__link {
  transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-fixbnr__link {
    bottom: 16px;
    right: 5.3%;
    width: 26%;
  }
}
@media (hover: hover) {
  .p-fixbnr__link:hover img {
    transform: scale(1.05);
  }
}
.p-fixbnr__link img {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-caution {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 13px;
}
@media screen and (max-width: 900px) {
  .p-caution {
    margin: 10px 0;
    font-size: 10px;
  }
}
.p-caution__item {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .p-caution__item {
    line-height: 1.8;
  }
}