@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: inherit;
          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;
}

:root {
  --font-family-base: "M PLUS 1", sans-serif;
  --font-family-notosan: "Noto Sans JP", 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;
}

.more-btn .btn {
  display: block;
  border-radius: 5020px;
  background: #ea8501;
  color: #fff;
  border: 1px solid #ea8501;
  text-align: center;
  font-family: var(--font-family-base);
  font-size: min(16px, 4.27vw);
  font-weight: 700;
  padding: 13px 15px;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.more-btn .btn::after {
  content: "";
  width: 11px;
  height: 7px;
  position: absolute;
  -webkit-mask-image: url(../images/arrow.svg);
          mask-image: url(../images/arrow.svg);
  background: currentColor;
  -webkit-mask-size: contain;
          mask-size: contain;
  top: 50%;
  right: min(19px, 5.07vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.more-btn .btn:hover {
  background: #fff;
  color: #ea8501;
  border: 1px solid #ea8501;
}

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

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

.returntop {
  display: none;
  position: fixed;
  bottom: min(25px, 6.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: 992px) {
  .returntop {
    bottom: 40px;
    right: 40px;
  }
  .returntop a {
    width: 60px;
    height: 60px;
  }
}

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

.page-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 500px;
  min-height: 100vh;
  background: url(../images/bg.jpg) repeat center;
  background-size: 100px;
  overflow: hidden;
  /*   box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.3); */
  left: 55.14%;
  border: 6px solid #fff;
  border-top: 0;
  border-bottom: 0;
}
.page-content:after {
  background-color: #fff;
  height: 30px;
  content: "";
  position: absolute;
  bottom: -30px;
  left: -20px;
  right: -20px;
}
@media screen and (max-width: 991px) {
  .page-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    left: 0;
  }
}
@media screen and (max-width: 490px) {
  .page-content {
    border: 0;
  }
}

.page-header {
  background-color: #ffffff;
  position: relative;
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.page-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.25s opacity;
  transition: 0.25s opacity;
}
.page-header a:hover {
  opacity: 0.7;
}
.page-header.shadow {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.page-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: min(16px, 4.27vw) min(16px, 4.27vw);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header ._left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header .h1-logo {
  width: min(93px, 24.8vw);
}
.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(84px, 22.4vw);
}
.page-header .mfg-logo img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .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(120px, 32vw);
  }
}

.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;
}
.page-background__left, .page-background__right {
  position: absolute;
  background: url(../images/bg.jpg) repeat center/cover;
  background-size: 100px;
  top: 0;
  z-index: -1;
  width: 50%;
  overflow: hidden;
  bottom: 0;
  overflow: hidden;
  top: min(60px, 16vw);
}
@media screen and (min-width: 992px) {
  .page-background__left, .page-background__right {
    top: min(78px, 20.8vw);
  }
}
.page-background__left {
  width: 55.14%;
  left: 0;
  /*  padding-top: 80px;
  padding-bottom: 80px; */
  overflow: hidden;
}
.page-background__left .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 0 min(20px, 5.33vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .page-background__left .inner {
    display: none;
  }
}
.page-background__right {
  right: 0;
  width: 44.86%;
}

.container {
  position: relative;
  padding: 0 min(20px, 5.33vw);
}

.product-modal {
  display: none;
}

.product-modal-wrapper {
  overflow: hidden;
  /* Landscape */
}
.product-modal-wrapper .modaal-container {
  max-width: 500px;
  display: block;
}
@media screen and (min-width: 992px) {
  .product-modal-wrapper .modaal-container {
    margin-left: 55.14%;
  }
}
.product-modal-wrapper .modaal-content-container {
  padding: 15px 23px;
  padding-right: 8px;
}
.product-modal-wrapper .modaal-inner-wrapper {
  padding: 120px 20px;
  padding-bottom: 40px;
}
.product-modal-wrapper .modaal-close:after,
.product-modal-wrapper .modaal-close:before {
  top: 8px;
  width: 2px;
  height: 36px;
}
.product-modal-wrapper .modaal-close {
  right: 10px;
  top: 70px;
}
@media screen and (min-width: 992px) {
  .product-modal-wrapper .modaal-content-container {
    padding: 37px 34px;
    padding-right: 12px;
  }
  .product-modal-wrapper .modaal-close:after,
  .product-modal-wrapper .modaal-close:before {
    width: 4px;
  }
  .product-modal-wrapper .modaal-close {
    right: 40px;
    top: 120px;
  }
}
@media only screen and (min-device-width: 314px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .product-modal-wrapper .modaal-inner-wrapper {
    padding: 80px 20px;
    padding-bottom: 20px;
  }
}

.product-modal-content {
  overflow: auto;
  overflow-y: auto;
  max-height: min(540px, 68vh);
  max-height: calc(100dvh - 50px - 120px - 40px - 60px);
  font-family: var(--font-family-notosan);
  padding-right: 15px;
  /* Landscape */
}
.product-modal-content::-webkit-scrollbar-thumb {
  background-color: #ddd;
}
.product-modal-content::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.product-modal-content::-webkit-scrollbar-track {
  background: rgba(204, 204, 204, 0.2);
}
.product-modal-content::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 1rem;
}
.product-modal-content::-webkit-scrollbar-thumb:hover {
  background: #94989b;
}
@media screen and (min-width: 992px) {
  .product-modal-content {
    padding-right: 22px;
  }
  .product-modal-content::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 480px) {
  .product-modal-content {
    padding-right: 22px;
    max-height: calc(100dvh - 74px - 120px - 40px);
  }
  .product-modal-content::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (min-device-width: 314px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .product-modal-content {
    max-height: calc(100dvh - 50px - 80px - 20px);
  }
}
.product-modal-content .product-img {
  margin: 15px 0;
  border-radius: 5px;
  border: 2px solid #073ddd;
  -webkit-box-shadow: 4px 4px 0px 0px #073ddd;
          box-shadow: 4px 4px 0px 0px #073ddd;
  overflow: hidden;
}
.product-modal-content .product-img img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .product-modal-content .product-img {
    margin: 20px 0;
  }
}
.product-modal-content p {
  font-size: min(14px, 3.73vw);
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .product-modal-content p {
    font-size: 18px;
  }
}
.product-modal-content .brand-info {
  margin: min(14px, 3.73vw) 0;
}
.product-modal-content .brand-info p {
  line-height: normal;
}
.product-modal-content .brand-info .text1 {
  font-family: var(--font-family-base);
  font-size: min(18px, 4.8vw);
  font-weight: 800;
  line-height: 1.22;
}
@media screen and (min-width: 992px) {
  .product-modal-content .brand-info .text1 {
    font-size: min(23.94px, 6.38vw);
  }
}
.product-modal-content .brand-info .text2 {
  font-size: min(18px, 4.8vw);
  font-weight: 900;
}
@media screen and (min-width: 992px) {
  .product-modal-content .brand-info .text2 {
    font-size: min(23.94px, 6.38vw);
  }
}
.product-modal-content .brand-info .text3 {
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.28;
  margin-top: 3px;
}
@media screen and (min-width: 992px) {
  .product-modal-content .brand-info .text3 {
    font-size: min(18.62px, 4.97vw);
  }
}
@media screen and (min-width: 992px) {
  .product-modal-content .brand-info {
    margin: min(18.62px, 4.97vw) 0;
  }
}
.product-modal-content .product-info {
  font-size: min(14px, 3.73vw);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.product-modal-content .product-info p + p {
  margin-top: 5px;
}
.product-modal-content .product-info_mt {
  margin-top: min(14px, 3.73vw);
}
.product-modal-content .product-info__name {
  font-size: min(14px, 3.73vw);
  font-weight: 700;
  line-height: 1.28;
}
@media screen and (min-width: 992px) {
  .product-modal-content .product-info__name {
    font-size: min(18.62px, 4.97vw);
  }
}
.product-modal-content .product-info__price {
  font-size: min(12px, 3.2vw);
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  .product-modal-content .product-info__price {
    font-size: min(15.96px, 4.26vw);
  }
}
.product-modal-content .product-info__note {
  font-size: min(10px, 2.67vw);
}
@media screen and (min-width: 992px) {
  .product-modal-content .product-info__note {
    font-size: 13px;
  }
}
.product-modal-content .product-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5px;
  gap: 5px;
  margin-top: 14px;
  border-radius: 5px;
  background: rgba(221, 28, 41, 0.2);
}
@media screen and (min-width: 992px) {
  .product-modal-content .product-offer {
    padding: 10px;
    margin-top: min(18.62px, 4.97vw);
  }
}
.product-modal-content .product-offer .special-offer {
  width: min(60px, 16vw);
  background: url(../images/special_offer02.png) no-repeat top center/contain;
  background-size: min(63px, 16.8vw) min(43px, 11.47vw);
  text-indent: -999em;
  min-height: min(43px, 11.47vw);
  margin-top: max(-3px, -0.8vw);
  position: relative;
}
@media screen and (min-width: 992px) {
  .product-modal-content .product-offer .special-offer {
    width: min(79.8px, 21.28vw);
    background-size: min(83.79px, 22.34vw) min(57.19px, 15.25vw);
    min-height: min(57.19px, 15.25vw);
  }
}
.product-modal-content .product-offer__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-modal-content .product-offer__content .text01 {
  color: #dd1c29;
  font-size: min(12px, 3.2vw);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .product-modal-content .product-offer__content .text01 {
    font-size: min(15.96px, 4.26vw);
  }
}
.product-modal-content .product-offer__content .text02 {
  font-size: min(12px, 3.2vw);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .product-modal-content .product-offer__content .text02 {
    font-size: min(15.96px, 4.26vw);
  }
}
.product-modal-content .product-offer__content .text02 span {
  color: #dd1c29;
  font-size: min(18px, 4.8vw);
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (min-width: 992px) {
  .product-modal-content .product-offer__content .text02 span {
    font-size: min(23.94px, 6.38vw);
  }
}
.product-modal-content .product-offer__content .text02 span.txt-sm {
  font-size: min(13px, 3.47vw);
}
@media screen and (min-width: 992px) {
  .product-modal-content .product-offer__content .text02 span.txt-sm {
    font-size: min(17.29px, 4.61vw);
  }
}
.product-modal-content .product-offer__content .text02 span.txt-sm2 {
  font-size: min(16px, 4.27vw);
  line-height: 1.1;
}
@media screen and (min-width: 992px) {
  .product-modal-content .product-offer__content .text02 span.txt-sm2 {
    font-size: min(21.28px, 5.67vw);
  }
}
.product-modal-content .product-offer__content .text02 .tax {
  font-size: min(12px, 3.2vw);
}
@media screen and (min-width: 992px) {
  .product-modal-content .product-offer__content .text02 .tax {
    font-size: min(15.96px, 4.26vw);
  }
}
.product-modal-content .product-offer__content .text-note {
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  margin-top: min(3px, 0.8vw);
}
@media screen and (min-width: 992px) {
  .product-modal-content .product-offer__content .text-note {
    font-size: min(13.3px, 3.55vw);
  }
}
.product-modal-content .group-info {
  margin-top: min(15px, 4vw);
}
.product-modal-content .group-info_mt10 {
  margin-top: min(10px, 2.67vw);
}
@media screen and (min-width: 992px) {
  .product-modal-content .group-info {
    margin-top: 20px;
  }
}
.product-modal-content .group-info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-modal-content .group-info .item:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #073DDD;
}
@media screen and (min-width: 992px) {
  .product-modal-content .group-info .item:not(:last-child) {
    padding-bottom: 13px;
    margin-bottom: 13px;
  }
}
.product-modal-content .group-info .item .item-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(24px, 6.4vw);
  padding: min(3px, 0.8vw) min(10px, 2.67vw);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background: #073DDD;
  font-size: min(14px, 3.73vw);
  font-style: normal;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .product-modal-content .group-info .item .item-num {
    font-size: 18px;
    width: 31px;
  }
}
.product-modal-content .group-info .item .item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: min(5px, 1.33vw);
}
@media screen and (min-width: 992px) {
  .product-modal-content .group-info .item .item-body {
    padding-left: 7px;
  }
}
.product-modal-content .group-info .item .item-body .item-ttl {
  font-size: min(14px, 3.73vw);
  font-weight: 700;
  line-height: 1.28;
  margin-bottom: min(5px, 1.33vw);
}
@media screen and (min-width: 992px) {
  .product-modal-content .group-info .item .item-body .item-ttl {
    margin-bottom: min(6.5px, 1.73vw);
    font-size: 18px;
  }
}
.product-modal-content .group-info .item .item-body .item-price {
  font-size: min(12px, 3.2vw);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: min(5px, 1.33vw);
}
@media screen and (min-width: 992px) {
  .product-modal-content .group-info .item .item-body .item-price {
    margin-bottom: min(6.5px, 1.73vw);
    font-size: 16px;
  }
}
.product-modal-content .group-info .item .item-body .item-detail {
  margin-top: min(5px, 1.33vw);
  font-size: min(14px, 3.73vw);
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .product-modal-content .group-info .item .item-body .item-detail {
    margin-top: min(6.5px, 1.73vw);
    font-size: 18px;
  }
}
.product-modal-content .group-info .item .item-body .item-note {
  font-size: min(10px, 2.67vw);
  font-weight: 400;
  line-height: normal;
  margin-top: min(5px, 1.33vw);
}
@media screen and (min-width: 992px) {
  .product-modal-content .group-info .item .item-body .item-note {
    font-size: min(13px, 3.47vw);
  }
}
.product-modal-content .group-info.-mop .item:not(:last-child) {
  border-bottom: 1px solid #ff893c;
}
.product-modal-content .group-info.-mop .item .item-num {
  background: #ff893c;
}

.modal {
  display: none;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nav_tabs_item {
  cursor: pointer;
}

.nav_tabs_panels .nav_tabs_panel {
  display: none;
  opacity: 0;
  -webkit-transition: 3s opacity ease-out;
  transition: 3s opacity ease-out;
}

.nav_tabs_panels .nav_tabs_panel.js-active {
  display: block;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
}

.footer {
  font-family: var(--font-family-base);
  background-color: #fff;
  z-index: 3;
  position: relative;
}
.footer a {
  display: inline-block;
  -webkit-transition: 0.25s opacity;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.footer__sitelink ul li {
  width: 50%;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  .footer__sitelink {
    padding: min(10px, 2.67vw) 0;
  }
  .footer__sitelink ul li {
    width: 20%;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__link ul li {
  width: 50%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.footer__link ul li a {
  padding: min(10px, 2.67vw) min(20px, 5.33vw);
  display: -webkit-box;
  display: -ms-flexbox;
  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);
}
@media screen and (min-width: 992px) {
  .footer__link {
    border-bottom: 1px solid #cccccc;
  }
  .footer__link ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-bottom: 0;
  }
  .footer__link ul li:not(:last-child) {
    border-right: 1px solid #cccccc;
  }
  .footer__link ul li:not(:nth-last-child(-n+1)) {
    border-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .footer__link ul .w100 {
    width: 100%;
  }
}

.footer__bottom {
  padding-bottom: min(20px, 5.33vw);
}
.footer__bottom p {
  text-align: center;
  font-size: 10px;
}
@media screen and (min-width: 992px) {
  .footer__bottom {
    padding-top: min(20px, 5.33vw);
  }
}

.mv__text {
  color: #fff;
  text-align: center;
  font-size: min(14px, 3.73vw);
  font-weight: 900;
  line-height: normal;
  padding-left: min(10px, 2.67vw);
  padding-right: min(10px, 2.67vw);
  padding-bottom: min(40px, 10.67vw);
}
.mv__text p + p {
  margin-top: min(10px, 2.67vw);
}
@media screen and (min-width: 992px) {
  .mv__text {
    font-size: min(18.62px, 4.97vw);
  }
  .mv__text p + p {
    margin-top: min(13.3px, 3.55vw);
  }
}
.mv__text-time {
  background: #ff5e00;
  padding: min(8px, 2.13vw) min(10px, 2.67vw);
  font-size: min(16px, 4.27vw);
  margin-left: max(-10px, -2.67vw);
  margin-right: max(-10px, -2.67vw);
  margin-bottom: min(40px, 10.67vw);
}
@media screen and (min-width: 992px) {
  .mv__text-time {
    font-size: min(21.28px, 5.67vw);
  }
}
.mv__text01 {
  font-size: min(20px, 5.33vw);
  line-height: 1.6;
  letter-spacing: 1px;
}
@media screen and (min-width: 992px) {
  .mv__text01 {
    font-size: min(26.6px, 7.09vw);
  }
}
.mv__text02 {
  line-height: 1.85;
  letter-spacing: 0.7px;
}
.mv__text03 {
  line-height: 1.85;
  letter-spacing: 0.7px;
}
.mv__text03 span {
  color: #ff8a00;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.9px;
}
@media screen and (min-width: 992px) {
  .mv__text03 span {
    font-size: min(23.94px, 6.38vw);
  }
}
.mv__text04 {
  font-size: min(22px, 5.87vw);
  line-height: normal;
  letter-spacing: 1.1px;
}
@media screen and (min-width: 992px) {
  .mv__text04 {
    font-size: min(29.26px, 7.8vw);
  }
}
@media screen and (min-width: 992px) {
  .mv__text {
    font-size: min(21.28px, 5.67vw);
    letter-spacing: 1.28px;
    padding-left: min(20px, 5.33vw);
    padding-right: min(20px, 5.33vw);
  }
}

.sec-note {
  padding: min(10px, 2.67vw) 0;
}
@media screen and (min-width: 992px) {
  .sec-note {
    padding: min(15px, 4vw) 0;
  }
}
.sec-note p {
  color: #ffffff;
  font-size: min(10px, 2.67vw);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .sec-note p {
    font-size: min(13.3px, 3.55vw);
  }
}

.lets {
  padding-top: min(24px, 6.4vw);
  padding-bottom: min(53px, 14.13vw);
  background-color: #fff;
  -webkit-clip-path: ellipse(90% 50% at 50% 50%);
          clip-path: ellipse(90% 50% at 50% 50%);
}
.lets-title {
  color: #073ddd;
  text-align: center;
  font-size: min(22px, 5.87vw);
  font-weight: 900;
  line-height: 1.27;
}
@media screen and (min-width: 992px) {
  .lets-title {
    font-size: min(29.26px, 7.8vw);
  }
}
.lets-content {
  margin-top: min(20px, 5.33vw);
}
@media screen and (min-width: 992px) {
  .lets-content .img {
    -webkit-transition: ease-out 0.25s;
    transition: ease-out 0.25s;
  }
  .lets-content .img:hover {
    opacity: 0.7;
  }
}

.nav {
  padding-top: min(60px, 16vw);
}
.nav .list {
  list-style: none;
  position: relative;
  min-height: min(300px, 80vw);
}
@media screen and (min-width: 992px) {
  .nav .list {
    min-height: min(399px, 106.4vw);
  }
}
.nav .list .item {
  width: min(234px, 62.4vw);
  height: min(129px, 34.4vw);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.nav .list .item a {
  color: #073ddd;
  text-align: center;
  font-size: min(18px, 4.8vw);
  font-weight: 900;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(5px, 1.33vw);
  width: 100%;
  height: 100%;
  text-decoration: none;
  /*  @include pc {
    font-size: minc(18 * 1.33);
  } */
}
.nav .list .item .num {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999em;
}
.nav .list .item1 {
  background-image: url(../images/nav1.png);
}
.nav .list .item1 a {
  -webkit-transform: rotate(-5.809deg);
          transform: rotate(-5.809deg);
  -webkit-clip-path: polygon(46% 0, 98% 43%, 51% 97%, 0 56%);
          clip-path: polygon(46% 0, 98% 43%, 51% 97%, 0 56%);
  padding-right: min(10px, 2.67vw);
  padding-bottom: min(11px, 2.93vw);
}
.nav .list .item1 a .num {
  background-image: url(../images/num1.svg);
  width: min(47px, 12.53vw);
  height: min(38px, 10.13vw);
}
.nav .list .item2 {
  width: min(205px, 54.67vw);
  height: min(135px, 36vw);
  background-image: url(../images/nav2.png);
  position: absolute;
  right: max(-10px, -2.67vw);
  top: 8.5rem;
}
.nav .list .item2 a {
  -webkit-transform: rotate(-1.636deg);
          transform: rotate(-1.636deg);
  -webkit-clip-path: ellipse(47% 46% at 50% 50%);
          clip-path: ellipse(47% 46% at 50% 50%);
  padding-bottom: min(11px, 2.93vw);
}
.nav .list .item2 a .num {
  background-image: url(../images/num2.svg);
  width: min(52px, 13.87vw);
  height: min(36px, 9.6vw);
}
.nav .list .item3 {
  width: min(215px, 57.33vw);
  height: min(113px, 30.13vw);
  background-image: url(../images/nav3.png);
  position: absolute;
  bottom: 0;
  left: min(20px, 5.33vw);
}
.nav .list .item3 a {
  -webkit-transform: rotate(16.511deg);
          transform: rotate(16.511deg);
  -webkit-clip-path: polygon(33% 8%, 69% 5%, 95% 22%, 96% 60%, 59% 92%, 24% 94%, 1% 68%, 2% 39%);
          clip-path: polygon(33% 8%, 69% 5%, 95% 22%, 96% 60%, 59% 92%, 24% 94%, 1% 68%, 2% 39%);
  padding-bottom: min(8px, 2.13vw);
  padding-right: min(11px, 2.93vw);
}
.nav .list .item3 a .num {
  background-image: url(../images/num3.svg);
  width: min(56px, 14.93vw);
  height: min(43px, 11.47vw);
}

@media screen and (min-width: 992px) {
  .page-content .nav .list .item a {
    font-size: min(23.94px, 6.38vw);
    gap: min(6.65px, 1.77vw);
  }
  .page-content .nav .list .item1 {
    width: min(311.22px, 82.99vw);
    height: min(171.57px, 45.75vw);
  }
  .page-content .nav .list .item1 a {
    padding-right: min(13.3px, 3.55vw);
    padding-bottom: min(14.63px, 3.9vw);
  }
  .page-content .nav .list .item1 a .num {
    width: min(62.51px, 16.67vw);
    height: min(50.54px, 13.48vw);
  }
  .page-content .nav .list .item2 {
    width: min(272.65px, 72.71vw);
    height: min(179.55px, 47.88vw);
    right: max(-13.3px, -3.55vw);
    top: min(113.05px, 30.15vw);
  }
  .page-content .nav .list .item2 a {
    padding-bottom: min(14.63px, 3.9vw);
  }
  .page-content .nav .list .item2 a .num {
    width: min(69.16px, 18.44vw);
    height: min(47.88px, 12.77vw);
  }
  .page-content .nav .list .item3 {
    width: min(285.95px, 76.25vw);
    left: min(26.6px, 7.09vw);
    height: min(150.29px, 40.08vw);
  }
  .page-content .nav .list .item3 a {
    padding-bottom: min(10.64px, 2.84vw);
    padding-right: min(14.63px, 3.9vw);
  }
  .page-content .nav .list .item3 a .num {
    width: min(74.48px, 19.86vw);
    height: min(57.19px, 15.25vw);
  }
}
@media screen and (max-width: 490px) {
  .page-content .nav .list {
    min-height: 80vw;
  }
  .page-content .nav .list .item a {
    font-size: 4.8vw;
    gap: 1.333333vw;
  }
  .page-content .nav .list .item1 {
    width: 62.4vw;
    height: 34.4vw;
  }
  .page-content .nav .list .item1 a {
    padding-right: 2.666667vw;
    padding-bottom: 2.933333vw;
  }
  .page-content .nav .list .item1 a .num {
    width: 12.533333vw;
    height: 10.133333vw;
  }
  .page-content .nav .list .item2 {
    width: 54.666667vw;
    height: 36vw;
    right: max(-10px, -2.67vw);
    top: 22.666667vw;
  }
  .page-content .nav .list .item2 a {
    padding-bottom: 2.933333vw;
  }
  .page-content .nav .list .item2 a .num {
    width: 13.866667vw;
    height: 9.6vw;
  }
  .page-content .nav .list .item3 {
    width: 57.333333vw;
    left: 5.333333vw;
    height: 30.133333vw;
  }
  .page-content .nav .list .item3 a {
    padding-bottom: 2.133333vw;
    padding-right: 2.933333vw;
  }
  .page-content .nav .list .item3 a .num {
    width: 14.933333vw;
    height: 11.466667vw;
  }
}

.section-item {
  padding-bottom: min(50px, 13.33vw);
  position: relative;
}
.section-item::before {
  content: "";
  left: 0;
  right: 0;
  top: -1px;
  position: absolute;
  background-size: 100px;
  height: 30.8rem;
  pointer-events: none;
}
.section-item__heading {
  position: relative;
  padding-top: min(90px, 24vw);
}
.section-item__heading .title {
  width: min(50px, 13.33vw);
  padding: min(10px, 2.67vw) 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #073ddd;
  background: #fff;
  -webkit-box-shadow: 4px 4px 0px 0px #073ddd;
          box-shadow: 4px 4px 0px 0px #073ddd;
  color: #073ddd;
  text-align: center;
  -webkit-font-feature-settings: "vert" on;
          font-feature-settings: "vert" on;
  font-size: min(32px, 8.53vw);
  font-weight: 900;
  line-height: 0.93;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .section-item__heading .title {
    padding: min(13.3px, 3.55vw) 0;
    width: min(66.5px, 17.73vw);
    font-size: min(42.56px, 11.35vw);
  }
}
@media screen and (max-width: 490px) {
  .section-item__heading .title {
    font-size: 8.533333vw;
    width: 13.333333vw;
    padding: 2.666667vw 0px;
  }
}
.section-item__heading .num {
  position: absolute;
  top: 0;
  right: min(11px, 2.93vw);
}
.section-item__heading .num img {
  width: 100%;
}
.section-item__heading .num1 {
  width: min(131px, 34.93vw);
}
@media screen and (min-width: 992px) {
  .section-item__heading .num1 {
    width: min(174.23px, 46.46vw);
  }
}
@media screen and (max-width: 490px) {
  .section-item__heading .num1 {
    width: 34.933333vw;
  }
}
.section-item__heading .num2,
.section-item__heading .num3 {
  width: min(153px, 40.8vw);
}
@media screen and (min-width: 992px) {
  .section-item__heading .num2,
  .section-item__heading .num3 {
    width: min(203.49px, 54.26vw);
  }
}
@media screen and (max-width: 490px) {
  .section-item__heading .num2,
  .section-item__heading .num3 {
    width: 40.8vw;
  }
}
.section-item__heading .img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.section-item__heading .img img {
  width: 100%;
}
.section-item__heading .desc {
  color: #073ddd;
  font-size: min(16px, 4.27vw);
  font-weight: 800;
  line-height: normal;
  margin-top: min(17px, 4.53vw);
  margin-right: -1rem;
}
@media screen and (min-width: 992px) {
  .section-item__heading .desc {
    font-size: min(21.28px, 5.67vw);
    margin-top: min(22.61px, 6.03vw);
  }
}
@media screen and (max-width: 490px) {
  .section-item__heading .desc {
    margin-top: 4.533333vw;
  }
}
.section-item__body {
  margin-top: min(20px, 5.33vw);
}
@media screen and (min-width: 992px) {
  .section-item__body {
    margin-top: min(26.6px, 7.09vw);
  }
}
.section-item__body .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(15px, 4vw);
  list-style: none;
}
@media screen and (min-width: 992px) {
  .section-item__body .list {
    gap: min(19.95px, 5.32vw);
  }
}
.section-item__body .item img {
  display: block;
  width: 100%;
}
.section-item__body .item-link {
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #073ddd;
  background-color: #073ddd;
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .section-item__body .item-link {
    border-width: min(2.66px, 0.71vw);
  }
}
.section-item__body .item-position {
  background: #00acff;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
  font-size: min(10px, 2.67vw);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.section-item__body .item-position.-mop {
  background: #f57600;
}
@media screen and (min-width: 992px) {
  .section-item__body .item-position {
    font-size: min(13.3px, 3.55vw);
    padding: min(3.99px, 1.06vw) min(13.3px, 3.55vw);
  }
}
.section-item__body .item-check {
  background: #073ddd;
  padding: min(9px, 2.4vw) min(12px, 3.2vw);
}
.section-item__body .item-check .check {
  background: url(../images/check.svg) no-repeat center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  text-indent: -999em;
  width: min(38px, 10.13vw);
  height: min(11px, 2.93vw);
  gap: min(6px, 1.6vw);
  padding-right: min(25px, 6.67vw);
  -webkit-box-sizing: unset;
          box-sizing: unset;
  position: relative;
}
.section-item__body .item-check .check::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/arrow.svg) no-repeat center/contain;
  width: min(7px, 1.87vw);
  height: min(10px, 2.67vw);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .section-item__body .item-check {
    padding: min(11.97px, 3.19vw) min(15.96px, 4.26vw);
  }
  .section-item__body .item-check .check {
    width: min(50.54px, 13.48vw);
    height: min(14.63px, 3.9vw);
    gap: min(7.98px, 2.13vw);
    padding-right: min(33.25px, 8.87vw);
  }
  .section-item__body .item-check .check::after {
    width: min(9.31px, 2.48vw);
    height: min(13.3px, 3.55vw);
  }
}
.section-item__body .item.-hot {
  position: relative;
}
.section-item__body .item.-hot::before {
  content: "";
  position: absolute;
  width: min(63px, 16.8vw);
  height: min(44px, 11.73vw);
  bottom: min(4px, 1.07vw);
  left: 0;
  background: url(../images/special_offer.png) no-repeat center/contain;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .section-item__body .item.-hot::before {
    width: min(83.79px, 22.34vw);
    height: min(58.52px, 15.61vw);
    bottom: min(5.32px, 1.42vw);
  }
}

.sports-item {
  background: url(../images/bg-green.jpg) repeat center;
  background-size: 100px;
  background-blend-mode: soft-light, normal;
}
.sports-item::before {
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% 32%, 0% 100%);
          clip-path: polygon(0 0%, 100% 0, 100% 32%, 0% 100%);
  background: url(../images/bg.jpg) repeat center;
}
.sports-item .section-item__heading .img {
  top: min(16px, 4.27vw);
  right: max(-20px, -5.33vw);
  width: min(344px, 91.73vw);
}
@media screen and (min-width: 992px) {
  .sports-item .section-item__heading .img {
    top: min(21.28px, 5.67vw);
    right: max(-26.6px, -7.09vw);
    width: min(457.52px, 122.01vw);
  }
}
@media screen and (max-width: 490px) {
  .sports-item .section-item__heading .img {
    top: 4.266667vw;
    right: -5.333333vw;
    width: 91.733333vw;
  }
}

.spectator-goods {
  background: url(../images/bg-purple.jpg) repeat center;
  background-size: 100px;
  padding-top: min(16px, 4.27vw);
}
.spectator-goods::before {
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 35%);
          clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 35%);
  background: url(../images/bg-green.jpg) repeat center;
}
.spectator-goods .section-item__heading {
  padding-top: 0;
}
.spectator-goods .section-item__heading .num {
  right: inherit;
  left: min(7px, 1.87vw);
}
.spectator-goods .section-item__heading .title {
  margin-left: auto;
  margin-right: min(17px, 4.53vw);
}
.spectator-goods .section-item__heading .desc {
  margin-top: min(159px, 42.4vw);
  color: #fff;
}
@media screen and (min-width: 992px) {
  .spectator-goods .section-item__heading .desc {
    margin-top: min(211.47px, 56.39vw);
  }
}
@media screen and (max-width: 490px) {
  .spectator-goods .section-item__heading .desc {
    margin-top: 42.4vw;
  }
}
.spectator-goods .section-item__heading .img {
  width: min(375px, 100vw);
  height: min(376px, 100.27vw);
  top: min(43px, 11.47vw);
  right: max(-20px, -5.33vw);
}
@media screen and (min-width: 992px) {
  .spectator-goods .section-item__heading .img {
    width: min(498.75px, 133vw);
    height: min(500.08px, 133.35vw);
    top: min(57.19px, 15.25vw);
    right: max(-26.6px, -7.09vw);
  }
}
@media screen and (max-width: 490px) {
  .spectator-goods .section-item__heading .img {
    width: 100vw;
    height: 100.266667vw;
    top: 11.466667vw;
    right: -5.333333vw;
  }
}

.gourmet-food {
  background: url(../images/bg-yellow.jpg) repeat center;
  background-size: 100px;
  padding-top: min(10px, 2.67vw);
}
.gourmet-food::before {
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% 37%, 0% 100%);
          clip-path: polygon(0 0%, 100% 0, 100% 37%, 0% 100%);
  background: url(../images/bg-purple.jpg) repeat center;
  background-size: 100px;
  height: 31rem;
}
.gourmet-food .section-item__heading {
  padding-top: min(10px, 2.67vw);
}
.gourmet-food .section-item__heading .title {
  margin-left: min(10px, 2.67vw);
}
.gourmet-food .section-item__heading .img {
  top: min(33px, 8.8vw);
  right: max(-20px, -5.33vw);
  width: min(336px, 89.6vw);
}
@media screen and (min-width: 992px) {
  .gourmet-food .section-item__heading .img {
    top: min(43.89px, 11.7vw);
    right: max(-26.6px, -7.09vw);
    width: min(446.88px, 119.17vw);
  }
}
@media screen and (max-width: 490px) {
  .gourmet-food .section-item__heading .img {
    top: 8.8vw;
    right: -5.333333vw;
    width: 89.6vw;
  }
}
.gourmet-food .section-item__heading .desc {
  margin-top: min(152px, 40.53vw);
}
@media screen and (min-width: 992px) {
  .gourmet-food .section-item__heading .desc {
    margin-top: min(202.16px, 53.91vw);
  }
}
@media screen and (max-width: 490px) {
  .gourmet-food .section-item__heading .desc {
    margin-top: 40.533333vw;
  }
}
.gourmet-food .list-bg3 {
  position: relative;
}
.gourmet-food .list-bg3::after {
  content: "";
  position: absolute;
  width: min(196px, 52.27vw);
  height: min(287px, 76.53vw);
  background: url(../images/items/item-bg2.png) no-repeat center/contain;
  bottom: max(-27px, -7.2vw);
  right: max(-11px, -2.93vw);
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .gourmet-food .list-bg3::after {
    width: min(260.68px, 69.51vw);
    height: min(381.71px, 101.79vw);
    bottom: max(-35.91px, -9.58vw);
    right: max(-14.63px, -3.9vw);
  }
}

.page-background__left .kv-img {
  width: 118%;
  max-height: 72vh;
}
.page-background__left .kv-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: auto;
}
.page-background__left .nav {
  padding-top: 0;
}
.page-background__left .nav .item {
  position: initial;
}
.page-background__left .nav .item2 {
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
  margin-top: max(-10px, -2.67vw);
}
.page-background__left .nav .item3 {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  margin-top: min(10px, 2.67vw);
}
.page-background__left .nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 0;
}

.loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
}

.loader div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
}

.one {
  border-top: 3px solid #0018a0;
  -webkit-animation: rotate-left 1s linear infinite;
          animation: rotate-left 1s linear infinite;
}

.two {
  border-right: 3px solid #ff5b03;
  -webkit-animation: rotate-right 1s linear infinite;
          animation: rotate-right 1s linear infinite;
}

.three {
  border-bottom: 3px solid #2fbc00;
  -webkit-animation: rotate-right 1s linear infinite;
          animation: rotate-right 1s linear infinite;
}

.four {
  border-left: 3px solid #ff5b03;
  -webkit-animation: rotate-right 1s linear infinite;
          animation: rotate-right 1s linear infinite;
}

@-webkit-keyframes rotate-left {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotate-left {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

