@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 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;
}
@media not all and (max-width: 900px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 16px;
  }
}

body {
  position: relative;
  color: #000;
  background-color: #ffddfe;
}

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 {
  padding: 94px 0 158px;
}
@media screen and (max-width: 900px) {
  .l-section {
    padding: 57px 0 79px;
  }
}
.l-section__container {
  width: 71.4285714286%;
  max-width: 1400px;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  @media screen and (max-width: 1024px) {
    .l-section__container {
      width: 86%;
    }
  }
}
@media screen and (max-width: 900px) {
  .l-section__container {
    width: 84%;
  }
}
.l-section__ttl {
  color: #ff56d3;
  text-align: center;
}
.l-section__ttl-main {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 63px;
  font-size: 100px;
  font-family: "the-seasons", "Zen Maru Gothic", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .l-section__ttl-main {
    padding: 0 32px;
    font-size: 50px;
  }
}
.l-section__ttl-main::before, .l-section__ttl-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background: url(../img/title_deco.png) center center no-repeat;
  background-size: contain;
  transform: translateY(-10px);
}
@media screen and (max-width: 900px) {
  .l-section__ttl-main::before, .l-section__ttl-main::after {
    width: 21px;
    transform: translateY(-5px);
  }
}
.l-section__ttl-main::after {
  left: auto;
  right: 0;
}
.l-section__ttl-main span {
  display: inline-block;
  opacity: 0;
  transform: rotateY(180deg);
  transition: transform 0.6s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section.is-active .l-section__ttl-main span {
  transform: rotateY(0deg);
  opacity: 1;
}
.l-section__ttl-main span:nth-child(1) {
  transition-delay: 0s;
}
.l-section__ttl-main span:nth-child(2) {
  transition-delay: 0.05s;
}
.l-section__ttl-main span:nth-child(3) {
  transition-delay: 0.1s;
}
.l-section__ttl-main span:nth-child(4) {
  transition-delay: 0.15s;
}
.l-section__ttl-main span:nth-child(5) {
  transition-delay: 0.2s;
}
.l-section__ttl-main span:nth-child(6) {
  transition-delay: 0.25s;
}
.l-section__ttl-main span:nth-child(7) {
  transition-delay: 0.3s;
}
.l-section__ttl-main span:nth-child(8) {
  transition-delay: 0.35s;
}
.l-section__ttl-main span:nth-child(9) {
  transition-delay: 0.4s;
}
.l-section__ttl-main span:nth-child(10) {
  transition-delay: 0.45s;
}
.l-section__ttl-sub {
  font-size: 20px;
  letter-spacing: 0.02rem;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .l-section__ttl-sub {
    font-size: 12px;
    line-height: 1;
  }
}

.l-wrapper {
  position: relative;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  overflow: hidden;
}
.is-load .l-wrapper {
  opacity: 1;
}
.l-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 211px);
  height: calc(100% + 211px);
  background: url(../img/bg_pink.jpg) center center repeat;
  background-size: 211px auto;
  animation: bg_anime 14s linear infinite;
}
@media screen and (max-width: 900px) {
  .l-wrapper::before {
    width: calc(100% + 168px);
    height: calc(100% + 168px);
    background-size: 168px auto;
    animation-name: bg_anime_sp;
    animation-duration: 10s;
  }
}

@keyframes bg_anime {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-211px, -211px);
  }
}
@keyframes bg_anime_sp {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-168px, -168px);
  }
}
.l-main {
  position: relative;
}

.l-footer {
  position: relative;
  background: #ff56d3;
  color: #fff;
  border-top: 3px solid #ff56d3;
}
.l-footer__pagetop {
  position: absolute;
  right: 30px;
  top: 0;
  width: 96px;
  transform: translateY(calc(-100% - 33px));
}
@media screen and (max-width: 900px) {
  .l-footer__pagetop {
    right: 10px;
    width: 87px;
    transform: translateY(calc(-100% - 23px));
  }
}
.l-footer__pagetop-inner {
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  animation: fuwafuwa 1.4s cubic-bezier(0.45, 0, 0.55, 1) alternate infinite;
}
@media (hover: hover) {
  .l-footer__pagetop-inner img {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__pagetop-inner:hover img {
    transform: scale(1.05);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-8px);
  }
}
.l-footer__container {
  width: 91.4285714286%;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .l-footer__container {
    display: flex;
    justify-content: space-between;
    padding: 62px 0 60px;
    text-align: right;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__container {
    padding: 50px 0 57px;
  }
}
.l-footer__official {
  width: 340px;
}
@media screen and (max-width: 900px) {
  .l-footer__official {
    width: 70%;
    max-width: 340px;
    margin: 0 auto 39px;
  }
}
.l-footer__official-inner {
  display: block;
}
@media (hover: hover) {
  .l-footer__official-inner {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__official-inner:hover {
    transform: scale(1.05);
  }
}
.l-footer__share {
  display: flex;
  align-items: center;
  margin-bottom: 29px;
}
@media not all and (max-width: 900px) {
  .l-footer__share {
    justify-content: flex-end;
    margin-right: 11px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__share {
    justify-content: center;
    margin-bottom: 36px;
  }
}
.l-footer__share-ttl {
  margin-right: 22px;
  font-family: "the-seasons", "Zen Maru Gothic", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}
@media screen and (max-width: 900px) {
  .l-footer__share-ttl {
    margin-right: 17px;
    transform: translateY(2px);
  }
}
.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: 14px;
}
@media screen and (max-width: 900px) {
  .l-footer__share-item + .l-footer__share-item {
    margin-left: 11px;
  }
}
.l-footer__share-link {
  display: block;
  width: 39px;
  height: 34.5px;
  background: url(../img/sns_bg.svg) center center no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .l-footer__share-link {
    width: 32px;
    height: 28.5px;
  }
}
@media (hover: hover) {
  .l-footer__share-link {
    transform: scale(1.01);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .l-footer__share-link:hover {
    transform: scale(1.1);
  }
}
.is-x .l-footer__share-link img {
  width: 15px;
}
@media screen and (max-width: 900px) {
  .is-x .l-footer__share-link img {
    width: 11px;
  }
}
.is-fb .l-footer__share-link img {
  width: 19px;
}
@media screen and (max-width: 900px) {
  .is-fb .l-footer__share-link img {
    width: 14px;
  }
}
.is-line .l-footer__share-link img {
  width: 19px;
}
@media screen and (max-width: 900px) {
  .is-line .l-footer__share-link img {
    width: 14px;
  }
}
.l-footer__links {
  margin-bottom: 17px;
}
@media screen and (max-width: 900px) {
  .l-footer__links {
    margin-bottom: 26px;
  }
}
.l-footer__links-list {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  .l-footer__links-list {
    justify-content: center;
  }
}
.l-footer__links-item {
  position: relative;
  padding: 0 19px;
}
@media screen and (max-width: 900px) {
  .l-footer__links-item {
    padding: 0 15px;
  }
}
@media not all and (max-width: 900px) {
  .l-footer__links-item:last-child {
    padding-right: 0;
  }
}
.l-footer__links-item:last-child::before {
  content: none;
}
.l-footer__links-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 11px;
  background: #fff;
  transform: translateY(-50%);
}
.l-footer__links-txt {
  display: block;
  font-size: 13px;
  letter-spacing: 0.04rem;
}
@media (hover: hover) {
  .l-footer__links-txt:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__links-txt {
    font-size: 12px;
    letter-spacing: 0.02rem;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__note {
    text-align: center;
    line-height: 1.5;
  }
}
.l-footer__note-caution {
  margin-bottom: 2px;
  font-size: 11px;
}
@media screen and (max-width: 900px) {
  .l-footer__note-caution {
    margin-bottom: 13px;
    font-size: 10px;
  }
}
.l-footer__note-copy {
  font-size: 11px;
}
@media screen and (max-width: 900px) {
  .l-footer__note-copy {
    font-size: 10px;
  }
}

.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffddfe;
}
.is-load .p-loading {
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  pointer-events: none;
}
.p-loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 211px);
  height: calc(100% + 211px);
  background: url(../img/bg_pink.jpg) center center repeat;
  background-size: 211px auto;
  animation: bg_anime 14s linear infinite;
}
@media screen and (max-width: 900px) {
  .p-loading::before {
    width: calc(100% + 168px);
    height: calc(100% + 168px);
    background-size: 168px auto;
    animation-name: bg_anime_sp;
    animation-duration: 10s;
  }
}
.p-loading__inner {
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-loading__inner {
    transform: translateY(-50%);
  }
}
.p-loading__icon {
  width: 60px;
  height: 60px;
  -webkit-mask: url(../img/sns_bg.svg) center center no-repeat;
  mask: url(../img/sns_bg.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #ff56d3;
  animation: loading-animation 1s steps(2, jump-none) infinite;
}
.p-loading__txt {
  text-align: center;
  color: #ff56d3;
  letter-spacing: 0.05rem;
}
@keyframes loading-animation {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

.p-deco__inner {
  display: flex;
}
.p-deco__item {
  width: 818px;
  flex-shrink: 0;
  animation: deco_loop_pc 18s linear infinite;
}
@media screen and (max-width: 900px) {
  .p-deco__item {
    width: 614px;
    animation-name: deco_loop_sp;
  }
}

@keyframes deco_loop_pc {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-818px);
  }
}
@keyframes deco_loop_sp {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-614px);
  }
}
.p-header {
  position: relative;
  padding-top: 95px;
  padding-bottom: 145px;
  border-top: 3px solid #ff56d3;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-header {
    padding-top: 9.7%;
    padding-bottom: 15.1%;
  }
}
.p-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 211px);
  height: calc(100% + 211px);
  background: url(../img/bg_pink-2.jpg) center center repeat;
  background-size: 211px auto;
  animation: bg_anime 14s linear infinite;
}
@media screen and (max-width: 900px) {
  .p-header::before {
    width: calc(100% + 168px);
    height: calc(100% + 168px);
    background-size: 168px auto;
    animation-name: bg_anime_sp;
    animation-duration: 10s;
  }
}
.p-header__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-header__img-item {
  position: absolute;
  top: 0;
  left: -2.2%;
  width: 27.1428571429%;
  padding-top: 84.6428571429%;
  background: url(../img/loop_img_left_pc.png) top left no-repeat;
  background-size: 100% auto;
  animation: loop_img 18s linear infinite;
}
.p-header__img-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/loop_img_left_pc.png) top left no-repeat;
  background-size: 100% auto;
  transform: translateY(100%);
}
.p-header__img-item:nth-child(2) {
  left: auto;
  right: -2.2%;
  width: 25.7142857143%;
  padding-top: 84.6428571429%;
  background-image: url(../img/loop_img_right_pc.png);
  background-position: top right;
  animation-direction: reverse;
}
.p-header__img-item:nth-child(2)::after {
  background-image: url(../img/loop_img_right_pc.png);
}
@keyframes loop_img {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.p-header__ttl {
  position: relative;
  width: 41%;
  max-width: 700px;
  margin: 0 auto 66px;
}
@media screen and (max-width: 900px) {
  .p-header__ttl {
    width: 77%;
    margin-bottom: 4.2%;
  }
}
.p-header__ttl-inner {
  transform: translateY(40px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-header__ttl-inner {
  transform: translateY(0px);
  opacity: 1;
}
.p-header__ttl-deco {
  position: absolute;
  animation: deco_step 1.5s steps(2, jump-none) 1s infinite;
}
.p-header__ttl-deco img {
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s;
}
.is-load .p-header__ttl-deco img {
  transform: scale(1);
}
.p-header__ttl-deco:nth-child(1) {
  top: -8.5%;
  left: 13.4%;
  width: 3.5%;
}
@media screen and (max-width: 900px) {
  .p-header__ttl-deco:nth-child(1) {
    top: -4.5%;
    left: 10.6%;
  }
}
.p-header__ttl-deco:nth-child(2) {
  top: -9.5%;
  right: 6.5%;
  width: 9.5%;
}
@media screen and (max-width: 900px) {
  .p-header__ttl-deco:nth-child(2) {
    top: -6.5%;
    right: 2.5%;
  }
}
.p-header__ttl-deco:nth-child(3) {
  top: 24.7%;
  left: -13%;
  width: 9%;
  animation-direction: reverse;
}
@media screen and (max-width: 900px) {
  .p-header__ttl-deco:nth-child(3) {
    top: 2.7%;
    left: -7%;
  }
}
.p-header__ttl-deco:nth-child(4) {
  top: 17%;
  right: -12.8%;
  width: 8%;
  animation-direction: reverse;
}
@media screen and (max-width: 900px) {
  .p-header__ttl-deco:nth-child(4) {
    top: 22%;
    right: -9.5%;
  }
}
.p-header__ttl-deco:nth-child(5) {
  bottom: 16.4%;
  left: 2.3%;
  width: 9%;
}
@media screen and (max-width: 900px) {
  .p-header__ttl-deco:nth-child(5) {
    bottom: 26.4%;
    left: -3.4%;
  }
}
.p-header__ttl-deco:nth-child(6) {
  bottom: 23.5%;
  right: -7%;
  width: 13.2%;
}
@media screen and (max-width: 900px) {
  .p-header__ttl-deco:nth-child(6) {
    bottom: 25.5%;
    right: -2%;
  }
}
@keyframes deco_step {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(7deg);
  }
}
.p-header__line {
  margin-bottom: 5.3%;
}
.p-header__line.--bottom {
  margin-top: 9.5%;
  margin-bottom: 0;
}
.p-header__line-item {
  position: relative;
  width: 660px;
  padding-top: 110px;
  background: url(../img/loop_img_top_sp.png) center center no-repeat;
  background-size: contain;
  animation: loop_line 18s linear infinite;
}
@media screen and (max-width: 900px) and (min-width: 660px) {
  .p-header__line-item {
    width: 900px;
    padding-top: 150px;
  }
}
.p-header__line-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/loop_img_top_sp.png) center center no-repeat;
  background-size: contain;
  transform: translateX(100%);
}
.p-header__line.--bottom .p-header__line-item {
  background-image: url(../img/loop_img_btm_sp.png);
  animation-direction: reverse;
}
.p-header__line.--bottom .p-header__line-item::after {
  background-image: url(../img/loop_img_btm_sp.png);
}

@keyframes loop_line {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-lead {
  position: relative;
  text-align: center;
  line-height: 2.5;
  color: #fff;
}
@media not all and (max-width: 900px) {
  .p-lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .p-lead {
    font-size: 14px;
  }
}
.p-lead__block {
  position: relative;
  transform: translateY(40px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.is-load .p-lead__block {
  transform: translateY(0px);
  opacity: 1;
}
.p-lead__block:nth-child(2) {
  transition-delay: 0.3s;
}
@media screen and (max-width: 900px) {
  .p-lead__block:first-child::before {
    content: "";
    position: absolute;
    top: 6%;
    right: 6%;
    width: 10%;
    padding-top: 10%;
    background: url(../img/deco06.png) center center no-repeat;
    background-size: contain;
    animation: deco_step 1.5s steps(2, jump-none) 1s reverse infinite;
  }
  .p-lead__block:nth-child(2)::before {
    content: "";
    position: absolute;
    left: 4%;
    top: -18%;
    width: 10%;
    padding-top: 10%;
    background: url(../img/deco05.png) center center no-repeat;
    background-size: contain;
    animation: deco_step 1.5s steps(2, jump-none) 1s infinite;
  }
}
.p-lead__block + .p-lead__block {
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .p-lead__block + .p-lead__block {
    margin-top: 28px;
  }
}

.p-about {
  position: relative;
  border-top: 4px solid #40c1b6;
  border-bottom: 4px solid #40c1b6;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-about {
    border-width: 3px;
  }
}
.p-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 211px);
  height: calc(100% + 211px);
  background: url(../img/bg_green.jpg) center center repeat;
  background-size: 211px auto;
  animation: bg_anime 14s linear infinite;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .p-about::before {
    width: calc(100% + 168px);
    height: calc(100% + 168px);
    background-size: 168px auto;
    animation-name: bg_anime_sp;
    animation-duration: 10s;
  }
}
.p-about__ttl {
  margin-bottom: 58px;
}
@media screen and (max-width: 900px) {
  .p-about__ttl {
    margin-bottom: 30px;
  }
}
.p-about__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.p-about.is-active .p-about__list {
  transform: translateY(0px);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-about__list {
    display: block;
  }
}
.p-about__list-item {
  position: relative;
  width: 49%;
}
@media screen and (max-width: 900px) {
  .p-about__list-item {
    width: 100%;
  }
}
.p-about__list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff56d3;
  border-radius: 20px;
  transform: translate(6px, 6px);
}
@media screen and (max-width: 900px) {
  .p-about__list-item::before {
    border-radius: 15px;
    transform: translate(5px, 5px);
  }
}
@media not all and (max-width: 900px) {
  .p-about__list-item + .p-about__list-item {
    margin-left: 2%;
  }
}
@media screen and (max-width: 900px) {
  .p-about__list-item + .p-about__list-item {
    margin-top: 20px;
  }
}
@media not all and (max-width: 900px) {
  .p-about__list-item.is-wide {
    width: 72%;
    margin: 0;
    margin-top: 40px;
  }
}
.p-about_box {
  position: relative;
  height: 100%;
  padding: 30px 0 44px;
  background: #fff;
  color: #ff56d3;
  text-align: center;
  border-radius: 20px;
}
@media not all and (max-width: 900px) {
  .p-about_box {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .p-about_box {
    padding: 24px 0 25px;
    border-radius: 15px;
  }
}
.is-wide .p-about_box {
  padding-bottom: 35px;
}
@media screen and (max-width: 900px) {
  .is-wide .p-about_box {
    padding-bottom: 26px;
  }
}
.p-about_box__ttl {
  margin-bottom: 16px;
  font-size: 20px;
}
@media not all and (max-width: 900px) {
  .p-about_box__ttl {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-about_box__ttl {
    font-size: 14px;
  }
}
.p-about_box__ttl span {
  display: inline-block;
  min-width: 170px;
  padding: 3px 0;
  background: #ff56d3;
  color: #fff;
  text-align: center;
  border-radius: 99px;
}
@media screen and (max-width: 900px) {
  .p-about_box__ttl span {
    min-width: 140px;
    padding: 2px 0;
  }
}
.p-about_box__txt {
  padding: 0 14px;
  font-size: 18px;
  line-height: 1.7;
}
@media not all and (max-width: 900px) {
  .p-about_box__txt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
  }
}
@media screen and (max-width: 900px) {
  .p-about_box__txt {
    font-size: 14px;
  }
}
.p-about_box__txt .p-in-small {
  margin-top: 7px;
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .p-about_box__txt .p-in-small {
    margin-top: 4px;
    font-size: 11px;
  }
}

.p-goods {
  position: relative;
  padding: 114px 0;
}
@media screen and (max-width: 900px) {
  .p-goods {
    padding: 57px 0 149px;
  }
}
@media screen and (max-width: 900px) {
  .p-goods__container {
    width: 89.3333333333%;
  }
}
.p-goods__ttl {
  margin-bottom: 58px;
}
@media screen and (max-width: 900px) {
  .p-goods__ttl {
    margin-bottom: 30px;
  }
}
.p-goods__list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: 31.2% 31.2% 31.2%;
  -moz-column-gap: 3.2%;
  column-gap: 3.2%;
  row-gap: 60px;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.p-goods.is-active .p-goods__list {
  transform: translateY(0px);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-goods__list {
    grid-template-columns: 48.5% 48.5%;
    -moz-column-gap: 3.2%;
    column-gap: 3.2%;
    -moz-column-gap: 3%;
    column-gap: 3%;
  }
}
.p-goods__list-item {
  position: relative;
}

.p-goods_data {
  position: relative;
  width: 100%;
}
.p-goods_data__header {
  position: relative;
  border: 2px solid #ff56d3;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .p-goods_data__header {
    border-width: 1.5px;
  }
}
.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;
  right: 9px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
@media screen and (max-width: 900px) {
  .p-goods_data__slide-pager {
    gap: 5px;
  }
}
.p-goods_data__slide-pager .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 16px;
  background: url(../img/carousel_dot.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-goods_data__slide-pager .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
}
.p-goods_data__slide-pager .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../img/carousel_dot.svg) center center no-repeat;
  mask: url(../img/carousel_dot.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #ff56d3;
  opacity: 0;
}
.p-goods_data__slide-pager .swiper-pagination-bullet.is-active::after {
  opacity: 1;
}
.p-goods_data__inner {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .p-goods_data__inner {
    margin-top: 11px;
  }
}
.p-goods_data__ttl {
  color: #ff56d3;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .p-goods_data__ttl {
    font-size: 13px;
    line-height: 1.6;
  }
}
.p-goods_data__price {
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 900px) {
  .p-goods_data__price {
    margin-top: 2px;
    font-size: 13px;
  }
}
.p-goods_data__price span {
  display: inline-block;
  vertical-align: baseline;
  font-size: 70%;
}
@media screen and (max-width: 900px) {
  .p-goods_data__price span {
    font-size: 10px;
  }
}
.p-goods_data__description {
  margin-top: 11px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .p-goods_data__description {
    margin-top: 5px;
    font-size: 11px;
  }
}
.p-goods_data__description span {
  font-size: 11px !important;
}
.p-goods_data__label {
  margin-top: 14px;
  font-size: 13px;
}
@media screen and (max-width: 900px) {
  .p-goods_data__label {
    margin-top: 8px;
    font-size: 11px;
  }
}
.p-goods_data__label span {
  display: inline-block;
  padding: 1px 5px;
  border: 1px solid #ff56d3;
  color: #ff56d3;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .p-goods_data__label span {
    padding: 0px 3px;
  }
}