@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

@font-face {
  font-family: "A-OTFKanteiryuStd";
  src: url("../fonts/A-OTFKanteiryuStd.woff2") format("woff2");
}
:root {
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-1: "A-OTFKanteiryuStd", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  background-color: #fff;
  color: #202020;
  font-family: 游ゴシック, yu gothic, yugothic, ヒラギノ角ゴ pro w3, ヒラギノ角ゴ w3, hiragino kaku gothic pron, hiragino kaku gothic, メイリオ, meiryo, noto sans, noto sans cjk jp, system-ui, sans-serif;
  font-weight: 500;
  line-height: 1.7;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

.bold {
  font-weight: bold;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .only-tab-down {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .only-tab-up {
    display: none !important;
  }
}

.returntop {
  display: none;
  position: fixed;
  bottom: min(85px, 22.67vw);
  right: min(10px, 2.67vw);
  z-index: 999;
}
.returntop a {
  display: block;
  width: min(40px, 10.67vw);
  height: min(40px, 10.67vw);
  color: #fff;
  font-size: min(23px, 6.13vw);
  text-indent: -999em;
  text-decoration: none;
  border-radius: 100%;
  position: relative;
}
.returntop a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/return-top.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .returntop {
    bottom: 6rem;
    right: 4rem;
  }
  .returntop a {
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (max-width: 1023px) {
  .returntop {
    bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .returntop {
    bottom: min(25px, 6.67vw);
  }
}

.page-wrapper {
  position: relative;
  font-family: var(--font-family-base);
  padding-top: min(60px, 16vw);
}
@media screen and (min-width: 768px) {
  .page-wrapper {
    padding-top: min(80px, 21.33vw);
  }
}

.page-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 500px;
  min-height: 100vh;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .page-content {
    max-width: 450px;
  }
}

.page-header {
  background-color: #ffffff;
  position: relative;
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.3s;
}
.page-header a {
  display: flex;
  transition: 0.25s opacity;
}
.page-header a:hover {
  opacity: 0.7;
}
.page-header.shadow {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.page-header__inner {
  display: flex;
  justify-content: space-between;
  padding: min(17px, 4.53vw) min(16px, 4.27vw);
  align-items: center;
}
.page-header ._left {
  display: flex;
  align-items: center;
}
.page-header .h1-logo {
  width: min(92px, 24.53vw);
}
.page-header .h1-logo img {
  width: 100%;
}
.page-header .mitsuioutletpark-logo {
  width: min(92px, 24.53vw);
  margin-left: min(10px, 2.67vw);
}
.page-header .mitsuioutletpark-logo img {
  width: 100%;
}
.page-header .mfg-logo {
  width: min(110px, 29.33vw);
}
.page-header .mfg-logo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-header__inner {
    padding: min(20px, 5.33vw) min(28px, 7.47vw);
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-header .h1-logo {
    width: min(132.6px, 35.36vw);
  }
  .page-header .mitsuioutletpark-logo {
    width: min(132.6px, 35.36vw);
    margin-left: min(13.2px, 3.52vw);
  }
  .page-header .mfg-logo {
    width: min(167px, 44.53vw);
  }
}

.page-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.page-background__in {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.page-background__left, .page-background__right {
  position: absolute;
  top: 0;
  z-index: -1;
  width: calc(50% - 250px);
  overflow: hidden;
  bottom: 0;
  overflow: hidden;
  top: min(60px, 16vw);
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 1023px) {
  .page-background__left, .page-background__right {
    width: calc(50% - 225px);
  }
}
@media screen and (min-width: 768px) {
  .page-background__left, .page-background__right {
    top: min(78px, 20.8vw);
  }
}
.page-background__left .inner, .page-background__right .inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 450px) {
  .page-background__left, .page-background__right {
    display: none;
  }
}
.page-background__left {
  left: 0;
  overflow: hidden;
  background: url(../images/left.png) no-repeat center right/contain;
  background-size: 305px 709px;
  background-position-x: calc(100% - 6rem);
}
@media screen and (max-height: 900px) {
  .page-background__left {
    background-size: 250px;
  }
}
@media screen and (max-height: 800px) {
  .page-background__left {
    background-size: 240px;
  }
}
.page-background__right {
  right: 0;
  padding-left: 5rem;
}
@media (max-width: 1300px) {
  .page-background__right {
    padding-left: 0;
  }
}
.page-background__right::after {
  content: "";
  inset: 0;
  bottom: 0;
  position: absolute;
  background: url(../images/right.png) no-repeat top center/contain;
  background-size: 320px 293px;
  background-position-y: calc(50% - 20.8rem);
  width: 32rem;
  margin-left: 5rem;
}
@media screen and (max-height: 900px) {
  .page-background__right::after {
    background-size: 270px;
    width: 28rem;
    background-position-y: calc(50% - 18.8rem);
  }
}
@media screen and (max-height: 800px) {
  .page-background__right::after {
    background-position-y: calc(50% - 15rem);
  }
}
@media (max-height: 700px) {
  .page-background__right::after {
    background-position-y: 50%;
  }
}
.page-background__right .inner {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 60rem;
  padding: 0 min(20px, 5.33vw);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .page-background__right .inner {
    display: none;
  }
}
@media (max-width: 1300px) {
  .page-background__right .inner {
    width: auto;
  }
}
@media (max-height: 700px) {
  .page-background__right .inner {
    display: none;
  }
}
.page-background__right .nav {
  margin: auto;
  margin-bottom: 8rem;
}
@media (max-height: 800px) {
  .page-background__right .nav {
    margin-bottom: 4rem;
  }
}
.page-background__right .nav .menu-list .menu-item + .menu-item {
  margin-top: min(20px, 5.33vw);
}
.page-background__right .nav .menu-list .menu-item {
  display: block;
}
.page-background__right .nav .menu-list .menu-item__link {
  display: block;
  color: #000;
  text-align: center;
  font-family: var(--font-1);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 2rem;
  border-radius: 5rem;
  border: 4px solid #000;
  background: #fff;
  width: 29.7rem;
  max-width: 100%;
  padding: 1.1rem 1.5rem;
  gap: 0.8rem;
}
.page-background__right .nav .menu-list .menu-item__link .txt {
  display: block;
  min-width: 14rem;
}
.page-background__right .nav .menu-list .menu-item__link._c1 {
  background-color: #7eb6b1;
}
.page-background__right .nav .menu-list .menu-item__link._c2 {
  background-color: #d4785f;
}
.page-background__right .nav .menu-list .menu-item__link._c3 {
  background-color: #e6b25d;
}
.page-background__right .nav .menu-list .menu-item__link._c4 {
  background-color: #afa2bc;
}
.page-background__right .nav .menu-list .menu-item__link::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  border-top: 1rem solid currentColor;
  display: inline-block;
  position: relative;
  top: 0.2rem;
}
@media (max-width: 1300px) {
  .page-background__right .nav .menu-list .menu-item__link {
    width: 23rem;
  }
}
@media screen and (min-width: 768px) {
  .page-background__right .nav .menu-list .menu-item__link {
    transition: 0.25s ease;
  }
  .page-background__right .nav .menu-list .menu-item__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-height: 900px) {
  .page-background__right .nav .menu-list .menu-item__link {
    font-size: 1.8rem;
    padding: 0.7rem 1.5rem;
  }
}

.container {
  position: relative;
  padding: 0 min(20px, 5.33vw);
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 min(26px, 6.93vw);
  }
}

.la {
  color: #1f78cd;
}

.mop {
  color: #dd7600;
}

/* .pattern {
    background-color: #ffeec7;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
      url("../images/pattern.png");
    background-size:
      auto,
      100px 100px;
    background-repeat: repeat;
} */
.pattern {
  background: #ffeec7;
}

.pattern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url("../images/pattern.jpg");
  background-repeat: repeat;
  background-position: left top;
  background-size: 300px;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}

.modal-wrapper {
  overflow: hidden;
}
.modal-wrapper .modaal-container {
  max-width: 480px;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .modal-wrapper .modaal-container {
    max-width: 430px;
  }
}
.modal-wrapper .modaal-content-container {
  padding: 0;
}
.modal-wrapper .modaal-inner-wrapper {
  padding: 130px 10px;
  padding-bottom: 40px;
}
.modal-wrapper .modaal-close {
  right: 10px;
  top: 70px;
  background: transparent;
}
.modal-wrapper .modaal-close::after, .modal-wrapper .modaal-close::before {
  top: 8px;
  width: 2px;
  height: 36px;
}
.modal-wrapper .modaal-close:hover {
  background-color: #979292;
}
.modal-wrapper .modaal-close:hover::after, .modal-wrapper .modaal-close:hover::before {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .modal-wrapper {
    /*  .modaal-content-container {
      padding: 37px 34px;
      padding-right: 12px;
    } */
  }
  .modal-wrapper .modaal-close:after,
  .modal-wrapper .modaal-close:before {
    width: 4px;
  }
  .modal-wrapper .modaal-close {
    right: 40px;
    top: 120px;
  }
}
.modal-wrapper {
  /* Landscape */
}
@media only screen and (min-device-width: 314px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .modal-wrapper .modaal-inner-wrapper {
    padding: 80px 20px;
    padding-bottom: 20px;
  }
}

.modal-content {
  overflow: auto;
  overflow-y: auto;
  max-height: min(540px, 68vh);
  max-height: calc(100dvh - 120px - 40px);
  font-family: var(--font-family-base);
}
@media screen and (min-width: 768px) {
  .modal-content::-webkit-scrollbar-thumb {
    background-color: #ddd;
  }
  .modal-content::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .modal-content::-webkit-scrollbar-track {
    background: rgba(204, 204, 204, 0.2);
  }
  .modal-content::-webkit-scrollbar-thumb {
    background: #bbbaba;
    border-radius: 1rem;
  }
  .modal-content::-webkit-scrollbar-thumb:hover {
    background: #94989b;
  }
}
@media screen and (min-width: 480px) {
  .modal-content {
    max-height: calc(100dvh - 66px - 70px - 40px);
  }
}
.modal-content {
  /* Landscape */
}
@media only screen and (min-device-width: 314px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .modal-content {
    max-height: calc(100dvh - 50px - 30px - 20px);
  }
}
@media screen and (min-width: 768px) {
  .modal-content {
    /*  &::-webkit-scrollbar {
      width: 10px;
      height: 10px;
    } */
  }
}
.modal-content figure {
  text-align: center;
}

.page-background__in_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #fff8e7;
}

.skeleton {
  background: #919191;
  border-radius: 0.4rem;
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.skeleton-slide {
  aspect-ratio: 1;
  width: 100%;
}

.footer {
  font-family: var(--font-family-base);
  background-color: #fff;
  padding: 40px 0;
  padding-top: 0;
  position: relative;
  z-index: 2;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 20px 20px rgba(186, 160, 121, 0.5);
  margin-top: -1px;
}
@media screen and (max-width: 1023px) {
  .footer {
    max-width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    z-index: 3;
    position: relative;
  }
}
.footer a {
  display: inline-block;
  transition: 0.25s opacity;
}
.footer a:hover {
  opacity: 0.7;
}

.footer__inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.footer__sitelink {
  padding: 1em 0em;
}
.footer__sitelink ul {
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.footer__sitelink ul li {
  font-size: min(11px, 2.93vw);
  font-weight: 400;
  height: auto;
  padding: min(5px, 1.33vw) 0;
}
.footer__sitelink ul li a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.footer__sitelink ul {
  display: block;
}
@media screen and (min-width: 768px) {
  .footer__sitelink ul li {
    font-size: min(14px, 3.73vw);
  }
}

.footer__link {
  padding: min(10px, 2.67vw) 0em;
  border-top: 1px solid #cccccc;
}
.footer__link ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.footer__link ul li {
  width: 50%;
  align-self: stretch;
}
.footer__link ul li a {
  padding: min(10px, 2.67vw) min(20px, 5.33vw);
  display: flex;
  height: 100%;
  background: #fff;
}
.footer__link ul li:nth-child(2n+1):not(:last-child) {
  border-right: 1px solid #cccccc;
}
.footer__link ul li:not(:nth-last-child(-n+2)) {
  border-bottom: 1px solid #cccccc;
}
.footer__link ul li img {
  margin: auto;
  display: block;
  max-height: min(44px, 11.73vw);
}
.footer__link {
  /*   @include pc {
    border-bottom: 1px solid #cccccc;
    ul li {
      width: 25%;
      border-bottom: 0;
      &:not(:last-child) {
        border-right: 1px solid #cccccc;
      }
      &:not(:nth-last-child(-n + 1)) {
        border-bottom: 0;
      }
    }
  } */
}
@media screen and (max-width: 767px) {
  .footer__link ul .w100 {
    width: 100%;
  }
}

.footer__bottom {
  padding-bottom: min(20px, 5.33vw);
  margin-left: -20px;
  margin-right: -20px;
}
.footer__bottom p {
  text-align: center;
  font-size: 10px;
}
.footer__bottom {
  /*  @include pc {
    padding-top: minc(20);
  } */
}

.footer__logo {
  text-align: center;
  margin-top: 10px;
}

.copyright {
  margin-top: 10px;
}

/****
Main css page
******/
.section {
  margin-top: 12rem;
}

.page-content {
  box-shadow: 0 2rem 2rem rgba(186, 160, 121, 0.5);
  font-size: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-content {
    font-size: 1.33rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-content {
    font-size: 1.2rem;
  }
}

.mv-content {
  position: relative;
}
.mv-content img {
  display: block;
  width: 100%;
}

.section-top {
  padding-top: 0;
  position: relative;
  padding-bottom: 4em;
  padding-top: 4em;
}
.section-top .section-top__in {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.section-top .text-top {
  text-align: center;
  font-weight: 900;
  font-size: 1.6em;
  line-height: 2.12;
  margin-inline: -1em;
}

.section-link {
  left: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  z-index: 99;
}
.section-link .nav-link__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  background-color: #fff;
}
.section-link .nav-link__list .nav-item {
  position: relative;
  border: 2px solid #000;
  background: #fff;
}
.section-link .nav-link__list .nav-item__link {
  display: block;
  color: #006d4e;
  text-align: center;
  font-family: var(--font-1);
  font-size: 2em;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  height: 3.175em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 1em;
}
.section-link .nav-link__list .nav-item__link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  border-top: 1rem solid #006d4e;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .section-link .nav-link__list .nav-item__link {
    transition: ease 0.25s;
  }
  .section-link .nav-link__list .nav-item__link:hover {
    opacity: 0.7;
  }
}
.section-link .nav-link__list .nav-item:nth-child(n+3) {
  border-top: 0;
}
.section-link .nav-link__list .nav-item:nth-child(2n) {
  border-left: 0;
}
@media screen and (max-width: 1023px) {
  .section-link {
    max-width: 450px;
  }
}

.section-instagram {
  background: #006c4c;
  padding: min(7px, 1.87vw);
  margin-top: 7rem;
}
.section-instagram .section-content {
  margin-top: 0;
  padding: 0;
}
.section-instagram .insta-box {
  background: #fff;
  padding: min(10px, 2.67vw) min(15px, 4vw);
}
.section-instagram .insta-box__ttl {
  font-size: min(14px, 3.73vw);
  font-style: normal;
  font-weight: 900;
  line-height: 1.4285714286;
  text-align: center;
  letter-spacing: -0.026em;
}
.section-instagram .insta-box__user {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: 0.25s ease-out;
}
.section-instagram .insta-box__user:hover {
  opacity: 0.7;
}
.section-instagram .insta-box__user .img {
  width: min(32px, 8.53vw);
  margin-right: min(10px, 2.67vw);
}
.section-instagram .insta-box__user .img img {
  width: 100%;
  display: block;
}
.section-instagram .insta-box__user .text {
  flex: 1;
  color: #000;
  text-align: center;
  font-size: min(13px, 3.47vw);
  font-weight: 700;
  line-height: 1;
}
.section-instagram .insta-box__text {
  text-align: center;
  font-size: min(10px, 2.67vw);
  font-weight: 900;
  line-height: normal;
  margin-top: min(6px, 1.6vw);
}
@media screen and (min-width: 768px) {
  .section-instagram {
    padding: min(9.31px, 2.48vw);
  }
  .section-instagram .insta-box {
    padding: min(13.3px, 3.55vw) min(19.95px, 5.32vw);
  }
  .section-instagram .insta-box__ttl {
    font-size: min(16.9px, 4.51vw);
  }
  .section-instagram .insta-box__user .img {
    width: min(42.56px, 11.35vw);
    margin-right: min(13.3px, 3.55vw);
  }
  .section-instagram .insta-box__user .text {
    font-size: min(17.29px, 4.61vw);
  }
  .section-instagram .insta-box__text {
    font-size: min(13.3px, 3.55vw);
    margin-top: min(7.98px, 2.13vw);
  }
}

.sec-ttl {
  text-align: center;
  margin-bottom: 2.5em;
  position: relative;
  z-index: 2;
  margin-inline: -20px;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  .sec-ttl {
    margin-inline: -26px;
    padding-inline: 26px;
  }
}
.sec-ttl::before, .sec-ttl::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.sec-ttl::before {
  width: 10.3em;
  height: 5.5em;
  left: 0;
  top: -3.6em;
  background: url(../images/deco-cloud-01.svg) no-repeat left center/contain;
}
.sec-ttl::after {
  width: 8.8em;
  height: 3.5em;
  right: 0;
  bottom: 1.39em;
  background: url(../images/deco-cloud-02.svg) no-repeat right center/contain;
}

.sec-desc {
  text-align: center;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.85;
}

.section-01 .sec-ttl::before {
  top: -6.46em;
}
.section-01 .sec-ttl::after {
  bottom: -1.22em;
}

.section-03 .sec-ttl::before {
  top: -2.8em;
}
.section-03 .sec-ttl::after {
  bottom: 0.5em;
}

.section-04 .sec-ttl::before {
  top: -3.8em;
}
.section-04 .sec-ttl::after {
  bottom: -2.41em;
}

.list {
  margin-top: 2.5em;
}
.list .item:not(:last-child) {
  margin-bottom: 2.5em;
}
.list .item-ttl {
  border: 3px solid #000;
  background: #fff;
  position: relative;
  text-align: center;
  font-family: var(--font-1);
  font-size: 2.4em;
  font-weight: 900;
  line-height: 1.08;
  width: 9.75em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.6666666667em 0;
  margin-bottom: 0.5833333333em;
}
.list .item-ttl::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid #000;
  pointer-events: none;
}
.list .item-body {
  padding-inline: 2.5em;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.list .item-body img {
  display: block;
  width: 100%;
}
.list .item-body blockquote {
  max-width: 100% !important;
}
.list .item-body video,
.list .item-body iframe {
  width: 100%;
  max-width: 100% !important;
  min-width: 0 !important;
  display: block;
}
.list .item-body video {
  aspect-ratio: 9/16;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.list .item-body iframe + iframe {
  margin-top: 1em;
}

.list-02 {
  margin-top: 2.5rem;
}
.list-02 .item:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .list-02 .item a {
    transition: ease 0.25s;
  }
  .list-02 .item a:hover {
    opacity: 0.7;
  }
}
.list-02 .item-body {
  max-width: 30.3rem;
  margin-left: auto;
  margin-right: auto;
}

.more {
  margin-top: 2.5em;
  text-align: center;
}
.more .more-btn {
  display: inline-flex;
  width: 15em;
  height: 3.125em;
  padding: 0.9375em 1.25em;
  justify-content: center;
  align-items: center;
  border-radius: 0.6rem;
  border: 2px solid #000;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: var(--font-1);
  font-size: 1.6em;
  font-weight: 900;
  line-height: 1.62;
  position: relative;
  padding-right: 1.875em;
  text-decoration: none;
}
.more .more-btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 1rem solid currentColor;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .more .more-btn {
    transition: ease 0.25s;
  }
  .more .more-btn:hover {
    background-color: #006c4c;
    color: #fff;
  }
}

.slider {
  margin-top: 2.5rem;
  padding-inline: 3.25rem;
  position: relative;
}
.slider .swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .slider .swiper .swiper-slide a {
    transition: 0.25s ease;
  }
  .slider .swiper .swiper-slide a:hover {
    opacity: 0.7;
  }
}

._swiper_ {
  position: relative;
}
._swiper_ ._swiper-button-next,
._swiper_ ._swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 2.5rem;
  transform: translateY(-50%);
  z-index: 3;
}
._swiper_ ._swiper-button-next::after,
._swiper_ ._swiper-button-prev::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 1.3rem solid transparent;
  border-bottom: 1.3rem solid transparent;
  border-left: 1.9rem solid #000;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
._swiper_ ._swiper-button-next {
  right: 0;
}
._swiper_ ._swiper-button-prev {
  left: 0;
  transform: translateY(-50%) rotate(-180deg);
}
._swiper_ ._swiper-control {
  display: none;
}
._swiper_ .swiper-initialized + ._swiper-control {
  display: block;
}

.page-background__in::after, .page-background__in::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4.8rem;
  background: linear-gradient(90deg, #de6a1b 0% 33.33%, #006d4d 33.33% 66.66%, #000000 66.66% 100%);
  background-size: 7.2rem;
  background-position: center;
}
@media screen and (max-width: 1023px) {
  .page-background__in::after, .page-background__in::before {
    height: 4.4rem;
    background-size: 6.4rem;
  }
}
.page-background__in::before {
  top: 8rem;
  bottom: auto;
}
@media screen and (max-width: 767px) {
  .page-background__in::before {
    top: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .modal-wrapper {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal-wrapper {
    font-size: 1.2rem;
  }
}

.modaal-content-container {
  position: relative;
}
.modaal-content-container::after, .modaal-content-container::before {
  content: "";
  position: absolute;
  bottom: -0.2em;
  left: 0;
  right: 0;
  height: 1.5em;
  z-index: 3;
  background: linear-gradient(90deg, #de6a1b 0% 33.33%, #006d4d 33.33% 66.66%, #000000 66.66% 100%);
  background-size: 2.73em;
}
.modaal-content-container::before {
  top: -0.2em;
  bottom: auto;
}

.modal-content__in {
  background: #d3e7e5;
  position: relative;
  z-index: 2;
  padding: 0 2rem;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}
.modal-content__in::before {
  opacity: 0.4;
}

.modal-header {
  margin-bottom: 1.1em;
}
.modal-header .header-ttl {
  color: #dc691b;
  text-align: center;
  font-family: var(--font-1);
  font-size: 3.5em;
  font-weight: 900;
  line-height: normal;
}
.modal-header .header-desc {
  text-align: center;
  font-size: 1.6em;
  font-weight: 900;
  line-height: 1.43;
}

.modal-body .item {
  position: relative;
}
.modal-body .item::before {
  content: "";
  position: absolute;
  width: 4.186em;
  height: 6.9726em;
  transform: rotate(-6.875deg);
  right: 3em;
  top: -0.8em;
  background: url(../images/deco-time.svg) no-repeat center/contain;
  z-index: 2;
}
.modal-body .item .item-time {
  border: 3px solid #000;
  background: #fff;
  position: relative;
  text-align: center;
  font-family: var(--font-1);
  font-size: 3em;
  font-weight: 900;
  line-height: 1.08;
  width: 5em;
  padding: 0.2666666667em 0;
  padding-bottom: 0.3233333333em;
  margin-bottom: 0.4666666667em;
  transform: rotate(-3.579deg);
  margin-top: 1em;
}
.modal-body .item .item-time::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px solid #000;
  pointer-events: none;
}
.modal-body .item .item-txt {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.43;
  position: relative;
  z-index: 2;
}
.modal-body .item-note {
  text-align: center;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.9;
  margin-top: 0.5em;
}
.modal-body .item-2::before {
  right: 7em;
  top: -3.4em;
}
.modal-body .item-3::before {
  right: 7em;
  top: -3.4em;
}
.modal-body .item-4::before {
  right: 7em;
  top: -3.4em;
}
.modal-body .item-5::before {
  right: 4em;
  top: -2.4em;
}
.modal-body .item-6::before {
  right: 7em;
  top: -3em;
}
.modal-body .item-7::before {
  right: 4em;
  top: -3.4em;
}
.modal-body .item-8::before {
  right: 4em;
  top: -2.4em;
}
.modal-body .item-9::before {
  right: 3em;
  top: -1.4em;
}
.modal-body .item-10::before {
  right: 3em;
  top: -4.4em;
}
.modal-body .item-11::before {
  transform: rotate(13.83deg);
  right: 5em;
  top: -2.8em;
}
.modal-body .item-12::before {
  right: 4em;
  top: -5em;
}
.modal-body .item-13::before {
  right: 2em;
  top: 2em;
}
.modal-body .item-14::before {
  right: 3em;
  top: 0.2em;
}
.modal-body .item-15::before {
  right: 4em;
  top: -3em;
}
.modal-body .item-16::before {
  right: 5em;
  top: 0em;
}
.modal-body .item-17::before {
  right: 4em;
  top: -4.4em;
}
.modal-body .item-18::before {
  right: 0em;
  top: 2.6em;
}
.modal-body .item-10 {
  position: relative;
}
.modal-body .item-10 .item-img_ab {
  position: absolute;
  width: 13.3em;
  right: 0;
  top: 5.2em;
}
.modal-body .item-7 {
  position: relative;
}
.modal-body .item-7 .item-img_ab {
  position: absolute;
  width: 6.13em;
  right: 0;
  top: 4em;
}
.modal-body .item-3 {
  position: relative;
}
.modal-body .item-3 .item-img_ab {
  position: absolute;
  width: 9.57em;
  right: 0;
  top: 5em;
}
.modal-body .item-4 {
  position: relative;
}
.modal-body .item-4 .item-img_ab {
  position: absolute;
  width: 13em;
  right: 0;
  top: 2em;
}

.modal-w {
  display: none;
}

.section-note {
  padding: 1.5em 0;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}
.section-note .container {
  padding: 0 1rem;
}

.video-slider {
  overflow: auto;
  width: 100%;
}

.video-track {
  display: flex;
  transition: transform 0.3s ease;
}

.video-slide {
  flex: 0 0 100%;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1;
}

.mouse_draggable {
  cursor: grab;
  overflow: auto;
}

.mouse_draggable::-webkit-scrollbar {
  height: 6px;
}

.mouse_draggable::-webkit-scrollbar-track {
  background-color: #dedede;
  border-radius: 4px;
}

.mouse_draggable::-webkit-scrollbar-thumb {
  background-color: #868686;
  border-radius: 4px;
}

.video-slider {
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

._swiper-button-next.disabled,
._swiper-button-prev.disabled {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

._swiper-button-next, ._swiper-button-prev {
  transition: opacity 0.2s ease;
}


