@charset "UTF-8";
/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/*!
  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 {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-orange: #ed6c00;
  --color-blue: #26b7bc;
  --color-yellow: #ffec14;
  --color-gray: #dfdfdf;
  --color-text: #3e3a39;
  --color-bg-black: #3e3a39;
  --hanabi-delay-main: 0s;
  --hanabi-delay-before: .15s;
  --hanabi-delay-after: .3s;
  --hanabi-duration: 4s;
  --hanabi-top-delay: .5s;
  --ease-in: cubic-bezier(0.32, 0, 0.67, 0);
  --ease-out: cubic-bezier(0.33, 1, 0.68, 1);
  --ease-bound: cubic-bezier(0.34, 1.56, 0.64, 1);
  --font-all: "Noto Sans JP","Montserrat","游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  --font-jp: "Noto Sans JP","游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  --font-en: "Montserrat", "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

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

@media screen and (min-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
html {
  font-size: 0.625em;
}

body {
  font-family: var(--font-all);
  color: var(--color-text);
  background-color: var(--color-white);
}

.svg-symbol {
  display: none;
}

a {
  text-decoration: none;
}

@keyframes hanabi {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hanabi {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
}
.l-wrap {
  position: relative;
  overflow: hidden;
}

.l-deco {
  position: absolute;
}
.l-deco__item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.l-hanabi {
  position: absolute;
}
.l-hanabi.--large {
  width: 22.62%;
  padding-top: 22.62%;
}
.l-hanabi.--verysmall {
  width: 10.5%;
  padding-top: 10.5%;
}
.l-hanabi.--small {
  width: 12%;
  padding-top: 12%;
}
.l-hanabi.--medium {
  width: 15%;
  padding-top: 15%;
}
.l-hanabi.--micro {
  width: 6.4%;
  padding-top: 6.4%;
}
.l-hanabi__circle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.l-hanabi__circle.--small .l-hanabi__circle-item {
  width: 6.5%;
  height: 6.5%;
}
.l-hanabi__circle.--small .l-hanabi__circle-item .p-in-item {
  animation-delay: calc(var(--hanabi-delay-main) + 0.1s);
}
.l-hanabi__circle.--small .l-hanabi__circle-item::before {
  animation-delay: calc(var(--hanabi-delay-before) + 0.1s);
}
.l-hanabi__circle.--small .l-hanabi__circle-item::after {
  animation-delay: calc(var(--hanabi-delay-after) + 0.1s);
}
.l-hanabi__circle.--small .l-hanabi__circle-item:nth-of-type(1) {
  left: 63.9%;
  top: 29.7%;
  transform: translate(-50%, -50%) rotate(30deg);
}
.l-hanabi__circle.--small .l-hanabi__circle-item:nth-of-type(2) {
  left: 78.5%;
  top: 54.4%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.l-hanabi__circle.--small .l-hanabi__circle-item:nth-of-type(3) {
  left: 63.8%;
  top: 79.2%;
  transform: translate(-50%, -50%) rotate(150deg);
}
.l-hanabi__circle.--small .l-hanabi__circle-item:nth-of-type(4) {
  left: 35.3%;
  top: 79.3%;
  transform: translate(-50%, -50%) rotate(210deg);
}
.l-hanabi__circle.--small .l-hanabi__circle-item:nth-of-type(5) {
  left: 20.9%;
  top: 54.2%;
  transform: translate(-50%, -50%) rotate(270deg);
}
.l-hanabi__circle.--small .l-hanabi__circle-item:nth-of-type(6) {
  top: 29.7%;
  left: 35.2%;
  transform: translate(-50%, -50%) rotate(330deg);
}
.l-hanabi__circle-item {
  width: 8.2%;
  height: 8.2%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.l-hanabi__circle-item .p-in-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 50rem;
  animation: hanabi var(--hanabi-duration) linear infinite forwards var(--hanabi-delay-main);
}
.l-hanabi__circle-item::before, .l-hanabi__circle-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 50rem;
  animation: hanabi var(--hanabi-duration) linear infinite forwards;
}
.l-hanabi__circle-item::before {
  transform: translateY(-156%) scale(0.84);
  animation-delay: var(--hanabi-delay-before);
}
.l-hanabi__circle-item::after {
  transform: translateY(-292%) scale(0.7);
  animation-delay: var(--hanabi-delay-after);
}
.l-hanabi__circle-item:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(60deg);
}
.l-hanabi__circle-item:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(120deg);
}
.l-hanabi__circle-item:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(180deg);
}
.l-hanabi__circle-item:nth-of-type(4) {
  transform: translate(-50%, -50%) rotate(240deg);
}
.l-hanabi__circle-item:nth-of-type(5) {
  transform: translate(-50%, -50%) rotate(300deg);
}
.l-hanabi__circle-item:nth-of-type(6) {
  transform: translate(-50%, -50%) rotate(360deg);
}
.l-hanabi__circle-item:nth-of-type(1) {
  left: 65.7%;
  top: 45.1%;
}
.l-hanabi__circle-item:nth-of-type(2) {
  left: 65.6%;
  top: 63.7%;
}
.l-hanabi__circle-item:nth-of-type(3) {
  left: 49.7%;
  top: 73.1%;
}
.l-hanabi__circle-item:nth-of-type(4) {
  left: 33.7%;
  top: 63.8%;
}
.l-hanabi__circle-item:nth-of-type(5) {
  left: 33.7%;
  top: 45.1%;
}
.l-hanabi__circle-item:nth-of-type(6) {
  top: 36%;
  left: 49.7%;
}
.--orange .l-hanabi__circle-item .p-in-item {
  background-color: var(--color-orange);
}
.--orange .l-hanabi__circle-item::before, .--orange .l-hanabi__circle-item::after {
  background-color: var(--color-orange);
}
.--blue .l-hanabi__circle-item .p-in-item {
  background-color: var(--color-blue);
}
.--blue .l-hanabi__circle-item::before, .--blue .l-hanabi__circle-item::after {
  background-color: var(--color-blue);
}
.--white .l-hanabi__circle-item .p-in-item {
  background-color: var(--color-white);
}
.--white .l-hanabi__circle-item::before, .--white .l-hanabi__circle-item::after {
  background-color: var(--color-white);
}

.l-in_title {
  padding: 55px 0 64px;
  background-color: var(--color-bg-black);
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  transition: opacity 0.7s var(--ease-out) 0.1s, transform 0.7s var(--ease-out) 0.1s;
}
.is-notice .l-in_title {
  overflow: hidden;
}
.is-load .l-in_title {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .l-in_title {
    padding: 26px 0 26px;
  }
  .is-news .l-in_title {
    background: url(../img/head/sp/head_news.jpg) no-repeat center/cover;
  }
  .is-ticket .l-in_title {
    background: url(../img/head/sp/head_ticket.jpg) no-repeat center/cover;
  }
  .is-access .l-in_title {
    background: url(../img/head/sp/head_access.jpg) no-repeat center/cover;
  }
  .is-about .l-in_title {
    background: url(../img/head/sp/head_about.jpg) no-repeat center/cover;
  }
  .is-hanabi .l-in_title {
    background: url(../img/head/sp/head_hanabi.jpg) no-repeat center/cover;
  }
  .is-camp .l-in_title {
    background: url(../img/head/sp/head_camp.jpg) no-repeat center/cover;
  }
  .is-map .l-in_title {
    background: url(../img/head/sp/head_map.jpg) no-repeat center/cover;
  }
  .is-artist .l-in_title {
    background: url(../img/head/sp/head_artist.jpg) no-repeat center/cover;
  }
  .is-notice .l-in_title {
    background: url(../img/head/sp/head_notice.jpg) no-repeat center/cover;
  }
  .is-timetable .l-in_title {
    background: url(../img/head/sp/head_timetable.png) no-repeat center/cover;
  }
  .is-goods .l-in_title {
    background: url(../img/head/sp/head_goods.png) no-repeat center/cover;
  }
  .is-kids .l-in_title {
    background: url(../img/head/sp/head_kids.png) no-repeat center/cover;
  }
  .is-food .l-in_title {
    background: url(../img/head/sp/head_foods.png) no-repeat center/cover;
  }
}
.l-in_title__deco {
  width: 100%;
  min-width: 1400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.is-goods .l-in_title__deco {
  overflow: hidden;
}
.is-kids .l-in_title__deco {
  overflow: hidden;
}
.is-food .l-in_title__deco {
  overflow: hidden;
}
.is-camp .l-in_title__deco::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 28px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--color-orange);
}
.is-map .l-in_title__deco {
  overflow: hidden;
}
.l-in_title__deco-item {
  position: absolute;
  top: 0;
}
.l-in_title__deco-item img {
  opacity: 0;
  transition: opacity 0.7s var(--ease-out) 0.2s, transform 0.7s var(--ease-out) 0.2s;
}
.l-in_title__deco-item:nth-of-type(1) img {
  transform: translateX(-10px);
}
.l-in_title__deco-item:nth-of-type(2) img {
  transform: translateX(10px);
}
.is-load .l-in_title__deco-item img {
  opacity: 1;
  transform: translateX(0);
}
.is-news .l-in_title__deco-item:nth-of-type(1) {
  width: 224px;
  top: 50%;
  transform: translateY(-50%);
}
.is-news .l-in_title__deco-item:nth-of-type(2) {
  height: 100%;
}
.is-news .l-in_title__deco-item:nth-of-type(2) img {
  width: auto;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.is-about .l-in_title__deco-item:nth-of-type(1) {
  width: 220px;
  top: 0;
  left: 9.3%;
}
.is-about .l-in_title__deco-item:nth-of-type(2) {
  height: 96%;
  top: auto;
  bottom: 0;
  right: 8.1%;
}
.is-about .l-in_title__deco-item:nth-of-type(2) img {
  width: auto;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.is-ticket .l-in_title__deco-item:nth-of-type(1) {
  height: 96%;
  top: auto;
  bottom: 0;
  left: 1.6%;
}
.is-ticket .l-in_title__deco-item:nth-of-type(1) img {
  width: auto;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.is-ticket .l-in_title__deco-item:nth-of-type(2) {
  height: 79%;
  top: auto;
  bottom: 0;
  right: 0;
}
.is-ticket .l-in_title__deco-item:nth-of-type(2) img {
  width: auto;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.is-access .l-in_title__deco-item:nth-of-type(1) {
  height: 100%;
  top: auto;
  bottom: 0;
  left: 0;
}
.is-access .l-in_title__deco-item:nth-of-type(1) img {
  width: auto;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.is-access .l-in_title__deco-item:nth-of-type(2) {
  height: 100%;
  top: auto;
  bottom: 0;
  right: 0;
}
.is-access .l-in_title__deco-item:nth-of-type(2) img {
  width: auto;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.is-hanabi .l-in_title__deco-item:nth-of-type(1) {
  height: 100%;
  top: auto;
  bottom: 0;
  left: 0;
}
.is-hanabi .l-in_title__deco-item:nth-of-type(1) img {
  width: auto;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.is-hanabi .l-in_title__deco-item:nth-of-type(2) {
  height: 100%;
  top: auto;
  bottom: 0;
  right: 0;
}
.is-hanabi .l-in_title__deco-item:nth-of-type(2) img {
  width: auto;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.is-camp .l-in_title__deco-item:nth-of-type(1) {
  height: 100%;
  top: auto;
  bottom: 0;
  left: 0;
}
.is-camp .l-in_title__deco-item:nth-of-type(1) img {
  width: auto;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.is-camp .l-in_title__deco-item:nth-of-type(2) {
  height: 100%;
  top: auto;
  bottom: 0;
  right: -2%;
}
.is-camp .l-in_title__deco-item:nth-of-type(2) img {
  width: auto;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.is-map .l-in_title__deco-item:nth-of-type(1) {
  height: 193%;
  top: auto;
  bottom: -59%;
  left: -0.8%;
}
.is-map .l-in_title__deco-item:nth-of-type(1) img {
  width: auto;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.is-map .l-in_title__deco-item:nth-of-type(2) {
  height: 200%;
  top: auto;
  bottom: -84%;
  right: -5.5%;
}
.is-map .l-in_title__deco-item:nth-of-type(2) img {
  width: auto;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.is-artist .l-in_title__deco-item:nth-of-type(1) {
  height: 100%;
  top: auto;
  bottom: 0;
  left: 0;
}
.is-artist .l-in_title__deco-item:nth-of-type(1) img {
  width: auto;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.is-artist .l-in_title__deco-item:nth-of-type(2) {
  height: 100%;
  top: auto;
  bottom: 0;
  right: 0;
}
.is-artist .l-in_title__deco-item:nth-of-type(2) img {
  width: auto;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.is-notice .l-in_title__deco-item:nth-of-type(1) {
  width: 21.6%;
  max-width: 310px;
  top: -5.6%;
  left: 9.2%;
}
.is-notice .l-in_title__deco-item:nth-of-type(1) img {
  width: 100%;
}
.is-notice .l-in_title__deco-item:nth-of-type(2) {
  width: 21.6%;
  max-width: 310px;
  top: auto;
  bottom: -13%;
  right: 9.4%;
}
.is-notice .l-in_title__deco-item:nth-of-type(2) img {
  width: 100%;
}
.is-timetable .l-in_title__deco-item:nth-of-type(1) {
  height: 68%;
  top: 50%;
  left: 43px;
  transform: translateY(-50%);
}
.is-timetable .l-in_title__deco-item:nth-of-type(1) img {
  width: auto;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.is-timetable .l-in_title__deco-item:nth-of-type(2) {
  height: 100%;
  top: auto;
  bottom: 0;
  right: 5.4%;
}
.is-timetable .l-in_title__deco-item:nth-of-type(2) img {
  width: auto;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.is-goods .l-in_title__deco-item:nth-of-type(1) {
  height: 106%;
  top: 54.9%;
  left: 74.5px;
  transform: translateY(-50%);
}
.is-goods .l-in_title__deco-item:nth-of-type(1) img {
  width: auto;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.is-goods .l-in_title__deco-item:nth-of-type(2) {
  height: 135%;
  top: auto;
  bottom: -49.2%;
  right: 2.4%;
}
.is-goods .l-in_title__deco-item:nth-of-type(2) img {
  width: auto;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.is-kids .l-in_title__deco-item:nth-of-type(1) {
  height: 110%;
  top: 60.9%;
  left: 97.5px;
  transform: translateY(-50%);
}
.is-kids .l-in_title__deco-item:nth-of-type(1) img {
  width: auto;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.is-kids .l-in_title__deco-item:nth-of-type(2) {
  height: 74.2%;
  top: auto;
  bottom: 9%;
  right: -1.5%;
}
.is-kids .l-in_title__deco-item:nth-of-type(2) img {
  width: auto;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.is-food .l-in_title__deco-item:nth-of-type(1) {
  height: 93%;
  top: 58.1%;
  left: 146px;
  transform: translateY(-50%);
}
.is-food .l-in_title__deco-item:nth-of-type(1) img {
  width: auto;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.is-food .l-in_title__deco-item:nth-of-type(2) {
  height: 107%;
  top: -19%;
  bottom: auto;
  right: 128.2px;
}
.is-food .l-in_title__deco-item:nth-of-type(2) img {
  width: auto;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.l-in_title__deco-item:nth-of-type(1) {
  left: 14.3%;
}
.l-in_title__deco-item:nth-of-type(2) {
  right: 7.4%;
}
.l-in_title__text {
  text-align: center;
  font-size: 4.8rem;
  letter-spacing: 0.15em;
  color: var(--color-white);
  font-family: var(--font-en);
}
@media screen and (max-width: 899px) {
  .l-in_title__text {
    font-size: 1.8rem;
  }
}

.l-bread {
  padding: 37px 0 31px;
  background-color: var(--color-blue);
}
@media screen and (max-width: 899px) {
  .l-bread {
    padding: 16px 0 14px;
  }
}
.l-bread__list {
  display: flex;
  flex-wrap: wrap;
  width: 66.4%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .l-bread__list {
    width: 86.7%;
  }
}
.l-bread__list-item {
  margin: 4px 0;
  font-size: 1.5rem;
  font-weight: 600;
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .l-bread__list-item {
    padding-right: 14px;
    font-size: 1rem;
  }
}
.l-bread__list-item::before {
  content: ">";
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-white);
}
@media screen and (max-width: 899px) {
  .l-bread__list-item::before {
    right: 5px;
  }
}
.l-bread__list-item:last-of-type::before {
  display: none;
}
.l-bread__list-item .p-in-text {
  color: var(--color-white);
  transition: color 0.5s var(--ease-out);
}
@media screen and (min-width: 900px) {
  .l-bread__list-item .p-in-text:hover {
    color: var(--color-orange);
  }
}

.l-product {
  width: 100%;
}

.l-product__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.l-product__list-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 6.4%;
}
@media screen and (min-width: 900px) {
  .l-product__list-item:nth-last-of-type(-n+3) {
    margin-bottom: 0;
  }
  .l-product__list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .l-product__list-item {
    width: 48.6%;
    margin-right: 2.8%;
  }
  .l-product__list-item:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
  .l-product__list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.l-product__list-item .l-in-image {
  width: 100%;
  padding-top: 78%;
  background-color: var(--color-white);
  border: 3px solid var(--color-orange);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .l-product__list-item .l-in-image {
    width: 100%;
    padding-top: 77%;
    border-radius: 9px;
  }
}
.l-product__list-item .l-in-image img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-product__list-item .l-in-title {
  margin-top: 10px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.5;
  color: var(--color-black);
}
@media screen and (max-width: 899px) {
  .l-product__list-item .l-in-title {
    margin-top: 5px;
    font-size: 1.2rem;
    text-align: left;
  }
}

.l-product__head {
  margin-bottom: 79px;
  padding: 27px;
  line-height: 1.4;
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  background-color: var(--color-orange);
  color: var(--color-white);
}
@media screen and (max-width: 899px) {
  .l-product__head {
    margin-bottom: 40px;
    padding: 17px;
    font-size: 1.8rem;
  }
}

.l-product__topic {
  margin-bottom: 67px;
}
@media screen and (max-width: 899px) {
  .l-product__topic {
    margin-bottom: 32px;
  }
}
.l-product__topic-head {
  margin-bottom: 75px;
  text-align: center;
  font-size: 3rem;
  font-weight: 800;
  color: var(--color-orange);
}
@media screen and (max-width: 899px) {
  .l-product__topic-head {
    margin-bottom: 41px;
    font-size: 1.8rem;
  }
}
.l-product__topic-image {
  width: 65%;
  margin: 0 auto 67px;
  border: 3px solid var(--color-orange);
  box-sizing: border-box;
}
@media screen and (max-width: 899px) {
  .l-product__topic-image {
    width: 62%;
    margin: 0 auto 34px;
  }
}
.l-product__topic-image img {
  width: 100%;
}
.l-product__topic-detail {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .l-product__topic-detail {
    width: 89%;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

.l-product__slide {
  width: 77.3%;
  margin: 0 auto 25px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border: 3px solid var(--color-orange);
}
@media screen and (max-width: 899px) {
  .l-product__slide {
    width: 61.8%;
    margin: 0 auto 7px;
    border: 2px solid var(--color-orange);
  }
}
.l-product__slide-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  transition: opacity 0.5s var(--ease-out);
}
.l-product__slide-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-product__slide-pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 899px) {
  .l-product__slide-pagination {
    gap: 5px;
  }
}
.l-product__slide-pagination .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 0;
  width: 23%;
  height: auto;
  opacity: 1;
  border: 3px solid var(--color-orange);
  box-sizing: border-box;
  background-color: var(--color-white);
  position: relative;
}
@media screen and (min-width: 900px) {
  .l-product__slide-pagination .swiper-pagination-bullet:hover::before {
    opacity: 0.5;
  }
}
.l-product__slide-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-orange);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s var(--ease-out);
}
.l-product__slide-pagination .swiper-pagination-bullet-active::before {
  opacity: 0.5;
}
@media screen and (max-width: 899px) {
  .l-product__slide-pagination .swiper-pagination-bullet {
    width: 21.2%;
    border: 2px solid var(--color-orange);
  }
}

.l-product__detail {
  margin-top: 71px;
  font-weight: 500;
  text-align: center;
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 899px) {
  .l-product__detail {
    width: 80%;
    margin: 32px auto 0;
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

.l-product__link {
  width: 395px;
  margin: 71px auto 0;
}
@media screen and (max-width: 899px) {
  .l-product__link {
    width: 200px;
    margin: 34px auto 0;
  }
}
.l-product__link .p-in-text {
  padding: 21px 10px 23px;
  font-size: 2.3rem;
  font-weight: 600;
}
@media screen and (max-width: 899px) {
  .l-product__link .p-in-text {
    padding: 11px 10px 9px;
    font-size: 1.2rem;
  }
}

.l-product__about {
  display: flex;
  align-items: flex-start;
  margin-top: 80px;
}
@media screen and (max-width: 899px) {
  .l-product__about {
    margin-top: 34px;
    justify-content: center;
  }
}
.l-product__about-item {
  width: 49%;
  margin-right: 2%;
}
@media screen and (max-width: 899px) {
  .l-product__about-item {
    width: 41.8%;
    margin-right: 3.4%;
  }
}
.l-product__about-item:nth-of-type(2n) {
  margin-right: 0;
}
.l-product__about-item .p-in-head {
  margin-bottom: 40px;
  padding: 27px;
  font-size: 2.9rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-blue);
}
@media screen and (max-width: 899px) {
  .l-product__about-item .p-in-head {
    margin-bottom: 26px;
    padding: 17px;
    font-size: 1.7rem;
  }
}
.l-product__about-item .p-in-text {
  font-size: 1.7rem;
  line-height: 1.2;
}
@media screen and (max-width: 899px) {
  .l-product__about-item .p-in-text {
    font-size: 1.1rem;
  }
}

.l-product__caution {
  margin-top: 89px;
}
@media screen and (max-width: 899px) {
  .l-product__caution {
    margin-top: 34px;
  }
}
.l-product__caution ul li {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .l-product__caution ul li {
    font-size: 1.2rem;
  }
}

.c-btn__link {
  display: block;
  padding: 22px 10px 17px;
  font-family: var(--font-en);
  font-size: 2.7rem;
  letter-spacing: 0.18em;
  text-align: center;
  font-weight: 800;
  border-radius: 5px;
  color: var(--color-white);
  border: 2px solid var(--color-blue);
  background-color: var(--color-blue);
  transition: background-color 0.6s var(--ease-out), color 0.6s var(--ease-out);
}
.c-btn__link.--round {
  border-radius: 50rem;
}
@media screen and (min-width: 900px) {
  .c-btn__link:hover {
    color: var(--color-blue);
    background-color: var(--color-white);
  }
}
@media screen and (max-width: 899px) {
  .c-btn__link {
    padding: 14px 10px 12px;
    font-size: 1.9rem;
    letter-spacing: 0.2em;
    font-weight: 700;
  }
}

.c-title {
  font-family: var(--font-en);
  font-size: 5rem;
  letter-spacing: 0.11em;
  text-align: center;
}
.c-title.--white {
  color: var(--color-white);
}
.c-title.--orange {
  color: var(--color-orange);
}
.c-title.--blue {
  color: var(--color-blue);
}
@media screen and (max-width: 899px) {
  .c-title {
    font-size: 2.8rem;
  }
}
.c-news__link {
  display: flex;
  align-items: center;
  padding: 22px 45px 18px;
  color: var(--color-text);
  background-color: var(--color-white);
  transition: color 0.5s var(--ease-out);
}
@media screen and (min-width: 900px) {
  .c-news__link:hover {
    color: var(--color-orange);
  }
}
@media screen and (max-width: 899px) {
  .c-news__link {
    padding: 10px;
  }
}
.c-news__item + .c-news__item {
  margin-top: 18px;
}
@media screen and (max-width: 899px) {
  .c-news__item + .c-news__item {
    margin-top: 10px;
  }
}
.c-news__date {
  width: 185px;
  font-family: var(--font-en);
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .c-news__date {
    width: 75px;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
  }
}
.c-news__title {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 899px) {
  .c-news__title {
    font-size: 1.1rem;
    line-height: 1.2;
  }
}

.c-pagination__list {
  display: flex;
  justify-content: center;
}
.c-pagination__list-item {
  width: 42px;
  height: 42px;
  position: relative;
  border-radius: 3px;
  background-color: var(--color-gray);
  transition: background-color 0.5s var(--ease-out);
}
@media screen and (min-width: 900px) {
  .c-pagination__list-item:hover {
    background-color: var(--color-orange);
  }
  .c-pagination__list-item:hover .p-in-text {
    color: var(--color-white);
  }
}
@media screen and (max-width: 899px) {
  .c-pagination__list-item {
    width: 26px;
    height: 26px;
  }
}
.c-pagination__list-item + .c-pagination__list-item {
  margin-right: 18px;
}
@media screen and (max-width: 899px) {
  .c-pagination__list-item + .c-pagination__list-item {
    margin-right: 12px;
  }
}
.c-pagination__list-item.is-disable {
  display: none;
}
.c-pagination__list-item.is-current {
  background-color: var(--color-orange);
}
.c-pagination__list-item.is-current .p-in-text {
  color: var(--color-white);
}
.c-pagination__list-item .p-in-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: var(--font-en);
  font-size: 1.5rem;
  color: var(--color-orange);
  transition: color 0.5s var(--ease-out);
}

.p-header {
  padding-top: 105px;
}
@media screen and (max-width: 899px) {
  .p-header {
    padding-top: 56px;
  }
}

.p-header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 59px 28px;
  background-color: var(--color-orange);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  transform: translateY(-10px);
  transition: transform 0.5s var(--ease-out), opacity 0.5s var(--ease-out);
}
.is-load .p-header__main {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 900px) {
  .p-header__main {
    height: 105px;
  }
}
@media screen and (max-width: 899px) {
  .p-header__main {
    padding: 17px;
  }
}

.p-header__logo {
  width: 583px;
  margin-right: 20px;
  transition: transform 0.7s var(--ease-out);
}
@media screen and (min-width: 900px) {
  .p-header__logo:hover {
    transform: scale(0.98);
  }
}
@media screen and (max-width: 899px) {
  .p-header__logo {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-header__logo-item {
    width: 270px;
    margin: 0;
  }
}

.p-header__contents {
  flex: 1;
  padding-right: 110px;
}
.p-header__contents-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.p-header__contents-list-item {
  margin-left: 37px;
  font-size: 2.7rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.p-header__contents-list-item .p-in-text {
  color: var(--color-white);
  font-family: var(--font-en);
  transition: color 0.5s var(--ease-out);
}
@media screen and (min-width: 900px) {
  .p-header__contents-list-item .p-in-text:hover {
    color: var(--color-blue);
  }
}

.p-header__menu-btn {
  width: 117px;
  height: 105px;
  position: fixed;
  top: 0;
  right: 0;
  background-color: var(--color-blue);
  z-index: 4;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-10px);
  transition: transform 0.7s var(--ease-out), opacity 0.7s var(--ease-out);
}
.is-load .p-header__menu-btn {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 900px) {
  .p-header__menu-btn:hover .p-header__menu-btn-border .p-in-item {
    background-color: var(--color-orange);
  }
  .p-header__menu-btn:hover .p-header__menu-btn-text {
    color: var(--color-orange);
  }
}
@media screen and (max-width: 899px) {
  .p-header__menu-btn {
    width: 70px;
    height: 56px;
  }
}
.p-header__menu-btn-border {
  width: 37%;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 899px) {
  .p-header__menu-btn-border {
    top: 50%;
  }
}
.p-header__menu-btn-border .p-in-item {
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.5s var(--ease-out), transform 0.5s var(--ease-out), top 0.5s var(--ease-out), opacity 0.5s var(--ease-out);
}
.p-header__menu-btn-border .p-in-item:nth-of-type(1) {
  top: calc(50% - 14px);
}
@media screen and (max-width: 899px) {
  .p-header__menu-btn-border .p-in-item:nth-of-type(1) {
    top: calc(50% - 8px);
  }
}
.is-menu-open .p-header__menu-btn-border .p-in-item:nth-of-type(1) {
  top: calc(50% + 5px);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 899px) {
  .is-menu-open .p-header__menu-btn-border .p-in-item:nth-of-type(1) {
    top: 50%;
  }
}
.is-menu-open .p-header__menu-btn-border .p-in-item:nth-of-type(2) {
  opacity: 0;
}
.p-header__menu-btn-border .p-in-item:nth-of-type(3) {
  top: calc(50% + 14px);
}
@media screen and (max-width: 899px) {
  .p-header__menu-btn-border .p-in-item:nth-of-type(3) {
    top: calc(50% + 8px);
  }
}
.is-menu-open .p-header__menu-btn-border .p-in-item:nth-of-type(3) {
  top: calc(50% + 5px);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 899px) {
  .is-menu-open .p-header__menu-btn-border .p-in-item:nth-of-type(3) {
    top: 50%;
  }
}
.p-header__menu-btn-text {
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-en);
  font-size: 1.3rem;
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translateX(-50%);
  transition: color 0.7s var(--ease-out), opacity 0.5s var(--ease-out);
}
.is-menu-open .p-header__menu-btn-text {
  opacity: 0;
}
.p-header__menu-contents {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-color: var(--color-bg-black);
  z-index: 3;
  overflow: auto;
  transition: transform 0.5s var(--ease-out), opacity 0.5s var(--ease-out);
}
@media screen and (max-width: 899px) {
  .p-header__menu-contents {
    height: calc(100% - 56px);
    top: auto;
    bottom: 0;
  }
}
.p-header__menu-contents::before {
  content: "";
  display: block;
  width: 100%;
  height: 105px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--color-orange);
  z-index: 4;
}
@media screen and (max-width: 899px) {
  .p-header__menu-contents::before {
    opacity: 0;
    height: 57.5px;
  }
}
.is-menu-open .p-header__menu-contents {
  opacity: 1;
  pointer-events: all;
}
.p-header__menu-contents-inner {
  width: 100%;
  height: 100%;
  min-height: 820px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-header__menu-contents-inner {
    min-height: 480px;
  }
}
.p-header__menu-contents-main {
  display: flex;
  width: 66.8%;
  max-width: 940px;
  min-width: 820px;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 899px) {
  .p-header__menu-contents-main {
    display: block;
    width: 87.5%;
    max-width: 410px;
    min-width: auto;
    top: 44.5%;
  }
}
@media screen and (min-width: 900px) {
  .p-header__menu-contents-main-block + .p-header__menu-contents-main-block {
    margin-left: 12.2%;
  }
}
@media screen and (max-width: 899px) {
  .p-header__menu-contents-main-block + .p-header__menu-contents-main-block {
    margin-top: 42px;
  }
}
@media screen and (max-width: 899px) and (orientation: landscape) {
  .p-header__menu-contents-main-block + .p-header__menu-contents-main-block {
    margin-top: 30px;
  }
}
.p-header__menu-contents-main-block:first-of-type .p-in-list {
  display: block;
}
.p-header__menu-contents-main-block:first-of-type .p-in-list .p-in-item {
  width: 100%;
  margin-bottom: 20.5%;
}
@media screen and (max-width: 899px) {
  .p-header__menu-contents-main-block:first-of-type .p-in-list .p-in-item {
    margin-bottom: 6.5%;
  }
}
@media screen and (max-width: 899px) and (orientation: landscape) {
  .p-header__menu-contents-main-block:first-of-type .p-in-list .p-in-item {
    margin-bottom: 5%;
  }
}
.p-header__menu-contents-main-block:first-of-type .p-in-list .p-in-item .p-in-link {
  font-size: 4.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 899px) {
  .p-header__menu-contents-main-block:first-of-type .p-in-list .p-in-item .p-in-link {
    font-size: 2rem;
  }
}
@media screen and (max-width: 899px) and (orientation: landscape) {
  .p-header__menu-contents-main-block:first-of-type .p-in-list .p-in-item .p-in-link {
    font-size: 1.6rem;
  }
}
.p-header__menu-contents-main-block .p-in-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.p-header__menu-contents-main-block .p-in-list .p-in-item {
  width: 50%;
  margin-bottom: 6.5%;
  opacity: 0;
  transform: translateY(7px);
  transition: transform 0.7s var(--ease-out), opacity 0.7s var(--ease-out);
}
.p-header__menu-contents-main-block .p-in-list .p-in-item:nth-of-type(1) {
  transition-delay: 0.05s;
}
.p-header__menu-contents-main-block .p-in-list .p-in-item:nth-of-type(2) {
  transition-delay: 0.1s;
}
.p-header__menu-contents-main-block .p-in-list .p-in-item:nth-of-type(3) {
  transition-delay: 0.15s;
}
.p-header__menu-contents-main-block .p-in-list .p-in-item:nth-of-type(4) {
  transition-delay: 0.2s;
}
.p-header__menu-contents-main-block .p-in-list .p-in-item:nth-of-type(5) {
  transition-delay: 0.25s;
}
.p-header__menu-contents-main-block .p-in-list .p-in-item:nth-of-type(6) {
  transition-delay: 0.3s;
}
.p-header__menu-contents-main-block .p-in-list .p-in-item:nth-of-type(7) {
  transition-delay: 0.35s;
}
.p-header__menu-contents-main-block .p-in-list .p-in-item:nth-of-type(8) {
  transition-delay: 0.4s;
}
.p-header__menu-contents-main-block .p-in-list .p-in-item:nth-of-type(9) {
  transition-delay: 0.45s;
}
.p-header__menu-contents-main-block .p-in-list .p-in-item:nth-of-type(10) {
  transition-delay: 0.5s;
}
.p-header__menu-contents-main-block .p-in-list .p-in-item:nth-of-type(11) {
  transition-delay: 0.55s;
}
.p-header__menu-contents-main-block .p-in-list .p-in-item:nth-of-type(12) {
  transition-delay: 0.6s;
}
.p-header__menu-contents-main-block .p-in-list .p-in-item:nth-of-type(13) {
  transition-delay: 0.65s;
}
.p-header__menu-contents-main-block .p-in-list .p-in-item:nth-of-type(14) {
  transition-delay: 0.7s;
}
.p-header__menu-contents-main-block .p-in-list .p-in-item:nth-of-type(15) {
  transition-delay: 0.75s;
}
@media screen and (max-width: 899px) and (orientation: landscape) {
  .p-header__menu-contents-main-block .p-in-list .p-in-item {
    margin-bottom: 5%;
  }
}
.p-header__menu-contents-main-block .p-in-list .p-in-item.is-disable {
  filter: grayscale(1);
  pointer-events: none;
}
.is-menu-open .p-header__menu-contents-main-block .p-in-list .p-in-item {
  opacity: 1;
  transform: translateY(0);
}
.is-menu-open .p-header__menu-contents-main-block .p-in-list .p-in-item.is-disable {
  opacity: 0.5;
}
.p-header__menu-contents-main-block .p-in-list .p-in-item .p-in-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.6rem;
  letter-spacing: 0.15em;
  font-weight: 800;
  font-family: var(--font-en);
  color: var(--color-white);
  transition: color 0.6s var(--ease-out);
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-header__menu-contents-main-block .p-in-list .p-in-item .p-in-link::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -8px;
    background-color: var(--color-blue);
    transition: -webkit-clip-path 0.5s var(--ease-out);
    transition: clip-path 0.5s var(--ease-out);
    transition: clip-path 0.5s var(--ease-out), -webkit-clip-path 0.5s var(--ease-out);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .p-header__menu-contents-main-block .p-in-list .p-in-item .p-in-link::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -8px;
    background-color: var(--color-orange);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: -webkit-clip-path 0.5s var(--ease-out);
    transition: clip-path 0.5s var(--ease-out);
    transition: clip-path 0.5s var(--ease-out), -webkit-clip-path 0.5s var(--ease-out);
    z-index: 1;
  }
  .p-header__menu-contents-main-block .p-in-list .p-in-item .p-in-link:hover {
    color: var(--color-orange);
  }
  .p-header__menu-contents-main-block .p-in-list .p-in-item .p-in-link:hover::before {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  .p-header__menu-contents-main-block .p-in-list .p-in-item .p-in-link:hover::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 899px) {
  .p-header__menu-contents-main-block .p-in-list .p-in-item .p-in-link {
    font-size: 2rem;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--color-blue);
  }
}
@media screen and (max-width: 899px) and (orientation: landscape) {
  .p-header__menu-contents-main-block .p-in-list .p-in-item .p-in-link {
    font-size: 1.6rem;
  }
}
.p-header__menu-contents-sns {
  width: 100%;
  padding: 8px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--color-white);
}
@media screen and (max-width: 899px) {
  .p-header__menu-contents-sns {
    padding: 18px 0;
  }
}
.p-header__menu-contents-sns .p-in-list {
  display: flex;
  justify-content: center;
}
.p-header__menu-contents-sns .p-in-list .p-in-item {
  width: 64px;
  margin-right: 12px;
  transition: transform 0.5s var(--ease-out);
}
.p-header__menu-contents-sns .p-in-list .p-in-item:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 900px) {
  .p-header__menu-contents-sns .p-in-list .p-in-item:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 899px) {
  .p-header__menu-contents-sns .p-in-list .p-in-item {
    width: 10%;
    max-width: 50px;
    margin-right: 6%;
  }
}
.p-header__menu-contents-sns .p-in-list .p-in-item img {
  width: 100%;
}
.p-header__menu-contents-sns .p-in-list .p-in-item .p-in-link {
  display: block;
}

.p-footer {
  padding: 61px 0 76px;
  background-color: var(--color-orange);
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-footer {
    padding: 51px 0 47px;
  }
}
.p-footer__deco-item {
  width: 14.3%;
  max-width: 268px;
  top: 0;
  left: 2.5%;
  opacity: 0;
  transform: translateX(-100px);
  transition: transform 0.7s var(--ease-out) 0.4s, opacity 0.7s var(--ease-out) 0.4s;
  z-index: 1;
}
.is-load .p-footer__deco-item {
  opacity: 1;
  transform: translateX(0);
}
.p-footer__deco-item .p-in-img {
  transform: translateY(-68.6%);
}
@media screen and (max-width: 899px) {
  .p-footer__deco-item {
    width: 24.5%;
    max-width: 92px;
    top: -1.4%;
    right: 2.2%;
    left: auto;
  }
}
.p-footer__copy {
  text-align: center;
  font-family: var(--font-en);
  color: var(--color-white);
  font-size: 1.2rem;
}
@media screen and (max-width: 899px) {
  .p-footer__copy {
    font-size: 1.1rem;
  }
}