@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, tbody, tfoot, thead, tr, th, td, caption,
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;
}

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

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --color-brown: #7b5b44;
  --color-white: #ffffff;
  --color-orange: #f3845a;
}

@keyframes move1 {
  0% {
    transform: translateX(0) scaleX(1);
  }
  48% {
    transform: translateX(230px) scaleX(1);
  }
  50% {
    transform: translateX(230px) scaleX(-1);
  }
  98% {
    transform: translateX(0) scaleX(-1);
  }
  100% {
    transform: translateX(0) scaleX(1);
  }
}
@keyframes move2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1.5%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes logo_anime {
  0% {
    transform: scale(1, 0.5);
  }
  25% {
    transform: scale(0.6, 1);
  }
  50% {
    transform: scale(1, 0.8);
  }
  75% {
    transform: scale(0.9, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes loop_text {
  0% {
    transform: translateX(var(--move_start));
  }
  100% {
    transform: translateX(var(--move_length));
  }
}
html {
  width: 100%;
  font-size: 62.5%;
}
@media screen and (min-width: 860px) {
  html {
    font-size: min(0.7142857143vw, 10px);
  }
}
@media screen and (max-width: 370px) {
  html {
    font-size: 54%;
  }
}

body {
  background-color: #fff2c5;
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: var(--color-brown);
}
body .m-modal .m-modal__bg {
  background: rgba(123, 91, 68, 0.8);
}
body .m-modal .m-modal__content {
  height: 100%;
  overflow: auto;
  width: 100%;
  max-width: none;
}
body .m-modal .m-modal__close {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 73px;
  height: 73px;
  z-index: 1;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (hover: hover) {
  body .m-modal .m-modal__close:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 859px) {
  body .m-modal .m-modal__close {
    width: 5rem;
    height: 5rem;
    top: 5%;
    right: 7%;
  }
}
body .m-modal .m-modal__close::before, body .m-modal .m-modal__close::after {
  content: "";
  width: 35%;
  height: 5px;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-brown);
  border-radius: 5px;
}
body .m-modal .m-modal__close::before {
  z-index: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}
body .m-modal .m-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) repeat 0 0;
  background-size: 1000px;
}
@media screen and (max-width: 859px) {
  .l-bg {
    background-size: 500px;
  }
}

.l-wrap {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.l-ttl {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 34rem;
}
@media screen and (max-width: 859px) {
  .l-ttl {
    top: 1rem;
    left: 1rem;
    width: 18.5rem;
  }
}

.l-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 14rem;
}
@media screen and (max-width: 859px) {
  .l-logo {
    top: 1rem;
    right: 1rem;
    width: 9rem;
  }
}
.l-logo a {
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-logo a:hover {
    transform: scale(0.97);
  }
}

.l-info {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 859px) {
  .l-info {
    bottom: 1rem;
    right: 1rem;
  }
}
.l-info__list {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 859px) {
  .l-info__list {
    display: block;
  }
}
.l-info__list-item {
  position: relative;
  width: 14rem;
  cursor: pointer;
  transform: scale(0.9);
  opacity: 0;
}
.is-load .l-info__list-item {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0s linear;
}
.l-info__list-item.is-disable {
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
}
@media screen and (max-width: 859px) {
  .l-info__list-item {
    width: 9rem;
  }
}
@media screen and (min-width: 860px) {
  .l-info__list-item + .l-info__list-item {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 859px) {
  .l-info__list-item + .l-info__list-item {
    margin-top: 0.5rem;
  }
}
@media (hover: hover) {
  .l-info__list-item:hover .l-info__list-content {
    transform: scale(0.95);
  }
}
.l-info__list-content {
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.l-info__list-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-announce {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
@media screen and (max-width: 859px) {
  .l-announce {
    width: 26rem;
    left: 1rem;
    bottom: 1rem;
  }
}
.l-announce__inner {
  border-radius: 100px;
  overflow: hidden;
  border: 2px solid var(--color-brown);
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  padding: 5px 18px;
}
@media screen and (max-width: 859px) {
  .l-announce__inner {
    padding: 5px 13px 4px;
    padding-right: 0;
  }
}
.l-announce__icon {
  width: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 859px) {
  .l-announce__icon {
    width: 20px;
    margin-right: 5px;
  }
}
.l-announce__text {
  width: calc(100% - 40px);
  overflow: hidden;
  font-size: 16px;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 859px) {
  .l-announce__text {
    width: calc(100% - 25px);
    font-size: 13px;
  }
}
.l-announce__text-obj {
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 859px) {
  .l-announce__text-obj {
    animation: loop_text var(--move_duration) linear infinite forwards;
  }
}

.p-op {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff2c5;
  z-index: 1;
}
.is-op-end .p-op {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-op::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) repeat 0 0;
  background-size: 1000px;
}
@media screen and (max-width: 859px) {
  .p-op::before {
    background-size: 500px;
  }
}
.p-op__content {
  position: relative;
  padding: 30px 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-op__text {
  text-align: center;
  font-size: 35px;
  margin-bottom: 35px;
  letter-spacing: 5px;
  transform: translateX(1%);
}
@media screen and (max-width: 859px) {
  .p-op__text {
    font-size: 22px;
    margin-bottom: 20px;
    transform: translateX(2%);
    letter-spacing: 4px;
  }
}
.p-op__text span {
  vertical-align: baseline;
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}
.is-op .p-op__text span {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-op .p-op__text span:nth-child(1) {
  transition-delay: 0.2s;
}
.is-op .p-op__text span:nth-child(2) {
  transition-delay: 0.28s;
}
.is-op .p-op__text span:nth-child(3) {
  transition-delay: 0.36s;
}
.is-op .p-op__text span:nth-child(4) {
  transition-delay: 0.44s;
}
.is-op .p-op__text span:nth-child(5) {
  transition-delay: 0.52s;
}
.is-op .p-op__text span:nth-child(6) {
  transition-delay: 0.6s;
}
.is-op .p-op__text span:nth-child(7) {
  transition-delay: 0.68s;
}
.p-op__cat {
  display: flex;
  justify-content: center;
}
.p-op__cat-item {
  width: 80px;
  transform: scale(0.8);
  opacity: 0;
}
.is-op .p-op__cat-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-op .p-op__cat-item:nth-child(1) {
  transition-delay: 0.3s;
}
.is-op .p-op__cat-item:nth-child(2) {
  transition-delay: 0.55s;
}
.is-op .p-op__cat-item:nth-child(3) {
  transition-delay: 0.8s;
}
.is-op .p-op__cat-item:nth-child(4) {
  transition-delay: 1.05s;
}
.is-op .p-op__cat-item:nth-child(5) {
  transition-delay: 1.3s;
}
.is-op .p-op__cat-item:nth-child(6) {
  transition-delay: 1.55s;
}
.is-op .p-op__cat-item:nth-child(7) {
  transition-delay: 1.8s;
}
@media screen and (max-width: 859px) {
  .p-op__cat-item {
    width: 40px;
  }
}
.p-op__cat-item + .p-op__cat-item {
  margin-left: 40px;
}
@media screen and (max-width: 859px) {
  .p-op__cat-item + .p-op__cat-item {
    margin-left: 25px;
  }
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 860px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 859px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
.p-modal {
  position: relative;
  padding: 35px 0;
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
  min-height: 100%;
  display: flex;
  align-items: center;
  transform: scale(0.85);
  opacity: 0;
}
.is-open .p-modal {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1), opacity 0s linear;
}
.is-close .p-modal {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 859px) {
  .p-modal {
    width: 95% !important;
    max-width: 500px;
    padding: 20px 0;
  }
}
.p-modal__inner {
  position: relative;
}
.p-modal__content {
  position: relative;
  margin-top: -40px;
  margin-bottom: -35px;
  z-index: 1;
}
@media screen and (max-width: 859px) {
  .p-modal__content {
    margin-top: -0.6rem;
    margin-bottom: 0;
  }
}
.p-modal__content::before {
  content: "";
  position: absolute;
  bottom: 34px;
  left: 0;
  width: 100%;
  height: calc(100% - 72px);
  background: url(../img/bg_modal_pc_2.png) repeat-y 0 0;
  background-size: 100%;
}
@media screen and (max-width: 859px) {
  .p-modal__content::before {
    height: calc(100% - 0.5rem);
    bottom: 0;
    background: url(../img/bg_modal_sp_2.png) repeat-y 0 0;
    background-size: 100%;
  }
}
.p-modal__bottom {
  position: relative;
  transform: scaleY(-1);
  margin-top: -1px;
}
.p-modal__main {
  position: relative;
  margin: 0 auto;
  width: 77%;
}
@media screen and (max-width: 859px) {
  .p-modal__main {
    width: 86%;
  }
}
.p-modal__main-bg {
  width: 100%;
  padding-top: 35%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.p-modal__main-bg-item {
  position: absolute;
}
.p-modal__main-bg-item.-d1 {
  top: 5.5%;
  left: 5%;
  width: 23%;
  transform: translateX(-20%);
  opacity: 0;
}
.is-open .p-modal__main-bg-item.-d1 {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-close .p-modal__main-bg-item.-d1 {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 859px) {
  .p-modal__main-bg-item.-d1 {
    top: 1%;
    left: 5%;
    width: 24%;
  }
}
.p-modal__main-bg-item.-d2 {
  top: 0%;
  right: 13.7%;
  width: 13.5%;
  transform: translate(18%, -18%);
  opacity: 0;
}
.is-open .p-modal__main-bg-item.-d2 {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-open .p-modal__main-bg-item.-d2 img {
  transform: rotate(0);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-close .p-modal__main-bg-item.-d2 {
  opacity: 1;
  transform: translate(0, 0);
}
.is-close .p-modal__main-bg-item.-d2 img {
  transform: rotate(0);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-modal__main-bg-item.-d2 img {
  transform: rotate(80deg);
}
@media screen and (max-width: 859px) {
  .p-modal__main-bg-item.-d2 {
    top: -3%;
    right: 14%;
  }
}
.p-modal__main-bg-item.-d3 {
  top: 10%;
  right: 0%;
  width: 19%;
  transform: translate(15%, 15%);
  opacity: 0;
}
.is-open .p-modal__main-bg-item.-d3 {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-open .p-modal__main-bg-item.-d3 img {
  transform: rotate(0);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-close .p-modal__main-bg-item.-d3 {
  opacity: 1;
  transform: translate(0, 0);
}
.is-close .p-modal__main-bg-item.-d3 img {
  transform: rotate(0);
  transition: transform 8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-modal__main-bg-item.-d3 img {
  transform: rotate(60deg);
}
@media screen and (max-width: 859px) {
  .p-modal__main-bg-item.-d3 {
    top: 6%;
  }
}
.p-modal__main-bg-item.-d4 {
  bottom: 2%;
  left: 0%;
  width: 21%;
  transform: translate(-15%, -15%);
  opacity: 0;
}
.is-open .p-modal__main-bg-item.-d4 {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-open .p-modal__main-bg-item.-d4 img {
  transform: rotate(0);
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-close .p-modal__main-bg-item.-d4 {
  opacity: 1;
  transform: translate(0, 0);
}
.is-close .p-modal__main-bg-item.-d4 img {
  transform: rotate(0);
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-modal__main-bg-item.-d4 img {
  transform: rotate(-60deg);
}
@media screen and (max-width: 859px) {
  .p-modal__main-bg-item.-d4 {
    bottom: 4%;
  }
}
.p-modal__main-bg-item.-d5 {
  bottom: 0%;
  right: 0%;
  width: 24%;
  transform: translateX(20%);
  opacity: 0;
}
.is-open .p-modal__main-bg-item.-d5 {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-close .p-modal__main-bg-item.-d5 {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 859px) {
  .p-modal__main-bg-item.-d5 {
    bottom: 2%;
  }
}

.p-modal_howto {
  position: relative;
}
.p-modal_howto__logo {
  margin: 0 auto;
  width: 86%;
  padding-top: 1%;
}
.is-open .p-modal_howto__logo {
  animation: logo_anime 0.5s linear forwards 0.1s;
}
.p-modal_howto__logo img {
  transform: scale(0.8);
  opacity: 0;
}
.is-open .p-modal_howto__logo img {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0s linear;
  transition-delay: 0.1s;
}
.is-close .p-modal_howto__logo img {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 859px) {
  .p-modal_howto__logo {
    padding-top: 3%;
  }
}
.p-modal_howto__lead {
  font-size: 20px;
  transform: translateX(1%) rotate(0.03deg);
  line-height: 1.6;
  margin-top: 23px;
}
@media screen and (max-width: 859px) {
  .p-modal_howto__lead {
    font-size: 1.4rem;
    margin-top: 1.7rem;
  }
}
.p-modal_howto__list {
  text-align: left;
  position: relative;
  margin: 0 auto;
  width: 97%;
  margin-top: 33px;
  padding-bottom: 5px;
}
@media screen and (max-width: 859px) {
  .p-modal_howto__list {
    margin-top: 2rem;
    padding-bottom: 6px;
  }
}
.p-modal_howto__list::before, .p-modal_howto__list::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  background: url(../img/dotline.png) repeat-x 0 center;
  background-size: 10px;
}
.p-modal_howto__list::before {
  top: 0;
}
.p-modal_howto__list::after {
  bottom: 0;
}
.p-modal_howto__list-item {
  position: relative;
  line-height: 1.45;
  padding: 14px 0 8px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 859px) {
  .p-modal_howto__list-item {
    padding: 14px 0 12px;
  }
}
.p-modal_howto__list-item + .p-modal_howto__list-item::before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/dotline.png) repeat-x 0 center;
  background-size: 10px;
}
.p-modal_howto__list-label {
  width: 40px;
  height: 40px;
  background-color: var(--color-orange);
  border-radius: 50%;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 859px) {
  .p-modal_howto__list-label {
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
  }
}
.p-modal_howto__list-text {
  width: calc(100% - 40px);
  padding-left: 15px;
  font-size: 16px;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 859px) {
  .p-modal_howto__list-text {
    width: calc(100% - 30px);
    padding-left: 10px;
    font-size: 1.3rem;
  }
}
.p-modal_howto__list-text .is-orange {
  vertical-align: baseline;
  color: var(--color-orange);
}
.p-modal_howto__list-text .is-small {
  font-size: 14px;
}
@media screen and (max-width: 859px) {
  .p-modal_howto__list-text .is-small {
    font-size: 1.2rem;
  }
}

.p-modal_present {
  position: relative;
}
.p-modal_present__ttl {
  font-size: 30px;
  line-height: 1.3;
  padding-top: 1px;
  margin-bottom: 13px;
}
@media screen and (max-width: 859px) {
  .p-modal_present__ttl {
    font-size: 2rem;
    padding-top: 3px;
  }
}
.p-modal_present__wp {
  height: 356px;
  width: auto;
}
@media screen and (max-width: 859px) {
  .p-modal_present__wp {
    height: 31rem;
  }
}
.p-modal_present__wp img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-modal_present__dl {
  background-color: var(--color-orange);
  margin: 0 auto;
  width: 200px;
  border-radius: 100px;
  margin-top: 2rem;
}
@media (hover: hover) {
  .p-modal_present__dl {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-modal_present__dl:hover {
    background-color: var(--color-brown);
    transform: scale(0.97);
  }
}
@media screen and (max-width: 859px) {
  .p-modal_present__dl {
    width: 18rem;
    margin-top: 1.5rem;
  }
}
.p-modal_present__dl a {
  text-decoration: none;
  display: block;
  color: var(--color-white);
  padding: 17px 15px;
  font-size: 16px;
}
@media screen and (max-width: 859px) {
  .p-modal_present__dl a {
    padding: 13px 10px;
    font-size: 1.3rem;
  }
}

.p-catlane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-catlane__item {
  flex-grow: 1;
  width: 100%;
  position: relative;
}
.p-catlane__cat {
  position: absolute;
  width: 5.8%;
  max-width: 130px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 860px) {
  .p-catlane__cat {
    min-width: 80px;
  }
}
@media screen and (max-width: 859px) {
  .p-catlane__cat {
    width: 15.5%;
    max-width: 70px;
  }
}
.p-catlane__cat img {
  transform-origin: bottom;
}
.p-catlane__cat.is-move1 {
  transform: translate(-50%, -50%);
}
.p-catlane__cat.is-move1 img {
  animation: move1 var(--move_speed) linear infinite forwards var(--move_delay);
}
.p-catlane__cat.is-move1 .p-catlane__cat-inner {
  animation: move2 0.5s linear infinite forwards 0.1s;
}
.p-catlane__cat.is-move2 {
  transform: translate(-50%, -50%) scaleX(-1);
}
.p-catlane__cat.is-move2 img {
  animation: move1 var(--move_speed) linear infinite forwards var(--move_delay);
}
.p-catlane__cat.is-move2 .p-catlane__cat-inner {
  animation: move2 0.5s linear infinite forwards;
}
.p-catlane__cat.is-move5 {
  transform: translate(-50%, -50%) scaleX(-1);
}
.p-catlane__cat.is-move5 img {
  animation: move1 var(--move_speed) linear infinite forwards var(--move_delay);
}
.p-catlane__cat.is-move5 .p-catlane__cat-inner {
  animation: move2 0.5s linear infinite forwards 0.3s;
}
.p-catlane__cat.is-move3 {
  transform: translate(-50%, -50%);
}
.p-catlane__cat.is-move3 img {
  animation: move1 var(--move_speed) linear infinite forwards var(--move_delay);
}
.p-catlane__cat.is-move3 .p-catlane__cat-inner {
  animation: move2 0.5s linear infinite forwards 0.1s;
}
.p-catlane__cat.is-move4 {
  transform: translate(-50%, -50%);
}
.p-catlane__cat.is-move4 img {
  animation: move1 var(--move_speed) linear infinite forwards var(--move_delay);
}
.p-catlane__cat.is-move4 .p-catlane__cat-inner {
  animation: move2 0.5s linear infinite forwards;
}

.p-cat {
  position: absolute;
  width: 5.8%;
  max-width: 130px;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (hover: hover) {
  .p-cat:hover {
    transform: scale(1.05);
  }
}
@media screen and (min-width: 860px) {
  .p-cat {
    min-width: 80px;
  }
}
@media screen and (max-width: 859px) {
  .p-cat {
    width: 15.5%;
    max-width: 70px;
  }
}
.p-cat.--position1 {
  top: 20%;
  left: 40%;
  letter-spacing: 0;
}
.p-cat.--position2 {
  top: 5%;
  right: 15%;
  letter-spacing: 0;
}
@media screen and (max-width: 859px) {
  .p-cat.--position2 {
    right: 49%;
    top: 8%;
  }
}
.p-cat.--position3 {
  bottom: 10%;
  right: 25%;
  letter-spacing: 0;
}
@media screen and (max-width: 859px) {
  .p-cat.--position3 {
    right: 30%;
  }
}
.p-cat.--position4 {
  bottom: 2%;
  left: 22%;
  letter-spacing: 0;
}
@media screen and (max-width: 859px) {
  .p-cat.--position4 {
    bottom: 10%;
  }
}
.p-cat.--position5 {
  top: 48%;
  left: 40%;
  letter-spacing: 0;
}
.p-cat.is-move1 img {
  animation: move1 var(--move_speed) linear infinite forwards;
}
.p-cat.is-move1 .p-cat-inner {
  animation: move2 0.5s linear infinite forwards;
}
.p-cat.is-move2 .p-cat-outer {
  transform: scaleX(-1);
}
.p-cat.is-move2 img {
  animation: move1 var(--move_speed) linear infinite forwards;
}
.p-cat.is-move2 .p-cat-inner {
  animation: move2 0.5s linear infinite forwards;
}
.p-cat.is-move5 .p-cat-outer {
  transform: scaleX(-1);
}
.p-cat.is-move5 img {
  animation: move1 var(--move_speed) linear infinite forwards;
}
.p-cat.is-move5 .p-cat-inner {
  animation: move2 0.5s linear infinite forwards;
}
.p-cat.is-move3 img {
  animation: move1 var(--move_speed) linear infinite forwards;
}
.p-cat.is-move3 .p-cat-inner {
  animation: move2 0.5s linear infinite forwards;
}
.p-cat.is-move4 img {
  animation: move1 var(--move_speed) linear infinite forwards;
}
.p-cat.is-move4 .p-cat-inner {
  animation: move2 0.5s linear infinite forwards;
}
.p-cat img {
  transform-origin: bottom;
}