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

:root {
  --font-family-base: "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;
}

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

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

.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: 40px;
    right: 40px;
  }
  .returntop a {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .returntop {
    bottom: 30px;
  }
}
@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(78px, 20.8vw);
  }
}

.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-content {
  /*   @include pc {
    //box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.25);
    // padding-bottom: 74px;
    &:after {
      background-color: #fff;
      height: 30px;
      content: "";
      position: absolute;
      bottom: -30px;
      left: -20px;
      right: -20px;
    }
  } */
}

.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;
  background: url(../images/bg.jpg) repeat center/contain;
  background-size: 1316px 1024px;
  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: 60px;
  padding-bottom: 60px;
}
@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: 362px 767px;
  background-position-x: calc(100% - 4rem);
}
@media screen and (max-height: 819px) {
  .page-background__left {
    background-size: 300px;
  }
}
.page-background__right {
  right: 0;
  padding-left: 2%;
}
.page-background__right::after {
  content: "";
  inset: 0;
  bottom: 0;
  position: absolute;
  background: url(../images/right.png) no-repeat center/contain;
  background-size: contain;
  width: 426px;
  background-position-y: calc(100% - 20px);
}
@media screen and (min-height: 920px) {
  .page-background__right::after {
    background-size: 426px;
  }
}
@media screen and (max-height: 919px) {
  .page-background__right::after {
    background-size: contain;
  }
}
@media screen and (max-height: 819px) {
  .page-background__right::after {
    background-size: 300px;
  }
}
.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;
  }
}
.page-background__right .nav {
  margin: auto;
}
.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 a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  transition: 0.25s ease-out;
  text-decoration: none;
  width: 231px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-background__right .nav .menu-list .menu-item a:hover {
    opacity: 0.7;
  }
}

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

.footer {
  font-family: var(--font-family-base);
  background-color: #fff;
  padding: 40px 0;
}
@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;
}
@media screen and (max-width: 767px) {
  .footer__sitelink ul {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .footer__sitelink {
    padding: min(15px, 4vw) 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: 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);
}
@media screen and (min-width: 768px) {
  .footer__link {
    border-bottom: 1px solid #cccccc;
  }
  .footer__link ul li {
    width: 25%;
    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: 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;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    padding-top: min(20px, 5.33vw);
  }
}

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

.copyright {
  margin-top: 10px;
}

/****
Main css page
******/
.section .section-ttl {
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: min(10px, 2.67vw) 0;
  background-color: #009fe8;
  position: relative;
}
.section .section-ttl::before, .section .section-ttl::after {
  position: absolute;
  content: "";
  width: min(32px, 8.53vw);
  height: min(64px, 17.07vw);
  background: url(../images/three.png) no-repeat center/contain;
  top: 1.4rem;
}
.section .section-ttl::before {
  left: 2.8rem;
  transform: rotate(-15deg);
}
.section .section-ttl::after {
  right: 2.8rem;
}
@media screen and (min-width: 768px) {
  .section .section-ttl img {
    height: 26px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 768px) {
  .section .section-ttl {
    padding: min(13px, 3.47vw) 0;
  }
  .section .section-ttl::before, .section .section-ttl::after {
    width: min(41.6px, 11.09vw);
    height: min(83.2px, 22.19vw);
  }
}
.section .section-box {
  border-radius: 10px;
  overflow: hidden;
  background: url(../images/bg-text.jpg) repeat top center/cover;
  background-size: 126rem;
}
.section .section-box + .section-box {
  margin-top: 2.7rem;
}
.section .section-box.box-02 .section-ttl {
  background-color: #ea5514;
}
.section .section-box.box-02 .box-item__link {
  border-color: #ea5514;
}
.section .section-box.box-03 .section-ttl {
  background-color: #1eaa39;
}
.section .section-box.box-03 .box-item__link {
  border-color: #1eaa39;
}
.section .section-box.box-04 .section-ttl {
  background-color: #ee7691;
}
.section .section-box.box-04 .box-item__link {
  border-color: #ee7691;
  border: none;
}
.section .section-content {
  padding: min(20px, 5.33vw);
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .section .section-content {
    padding: min(26px, 6.93vw);
    padding-top: 0;
  }
}
.section .section-description {
  color: #804f21;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.6;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .section .section-description {
    font-size: min(20.8px, 5.55vw);
    padding: min(19.5px, 5.2vw) 0;
  }
}
.section .box-list {
  padding-inline: 1.2rem;
}
.section .box-list .box-item + .box-item {
  margin-top: min(20px, 5.33vw);
}
@media screen and (min-width: 768px) {
  .section .box-list .box-item + .box-item {
    margin-top: min(26px, 6.93vw);
  }
}
.section .box-list .box-item__img {
  position: relative;
  z-index: 2;
}
.section .box-list .box-item__img img {
  display: block;
}
.section .box-list .box-item__link {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #009fe8;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .section .box-list .box-item__link {
    transition: 0.25s opacity;
  }
  .section .box-list .box-item__link:hover {
    opacity: 0.7;
  }
}

.mv-content {
  position: relative;
  margin-bottom: -1rem;
  z-index: 2;
}

.section-top {
  padding-bottom: min(73px, 19.47vw);
  padding-top: 0;
  position: relative;
  padding-bottom: 3.7rem;
}
@media screen and (min-width: 768px) {
  .section-top {
    padding-bottom: min(48.1px, 12.83vw);
  }
}
.section-top .section-top__in {
  position: relative;
  border-radius: 1.2rem;
  padding: 2.2rem 1.8rem 2rem 1.8rem;
  background: url(../images/bg-text.jpg) no-repeat center/cover;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.section-top .text-top {
  color: #804f21;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.85;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.085em;
}
@media screen and (min-width: 768px) {
  .section-top .text-top {
    font-size: 18.2px;
  }
}
.section-top .text-bottom {
  padding: 4px min(30px, 8vw);
  background-color: #000000;
  border-radius: 10px;
  border: 3px dotted #fef100;
  margin: 0 min(7px, 1.87vw);
}
.section-top .text-bottom p {
  font-size: min(10px, 2.67vw);
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
.section-top .text-bottom {
  position: relative;
}
.section-top .text-bottom::before {
  content: "";
  position: absolute;
  top: max(-57px, -15.2vw);
  left: 0;
  width: min(41px, 10.93vw);
  height: min(57px, 15.2vw);
  background: url(../images/sale-img1.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .section-top .text-bottom {
    padding: min(5.2px, 1.39vw) min(39px, 10.4vw);
    margin: 0 min(9.1px, 2.43vw);
  }
  .section-top .text-bottom p {
    font-size: min(13px, 3.47vw);
  }
  .section-top .text-bottom::before {
    top: max(-74.1px, -19.76vw);
    width: min(53.3px, 14.21vw);
    height: min(74.1px, 19.76vw);
  }
}

.section-link {
  left: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .section-link {
    top: min(59px, 15.73vw);
    position: sticky;
  }
}
.section-link .nav-link__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  background-color: #fff;
  padding-top: 1px;
  padding-left: 1px;
}
.section-link .nav-link__list .nav-item {
  position: relative;
}
.section-link .nav-link__list .nav-item:nth-child(1), .section-link .nav-link__list .nav-item:nth-child(2) {
  margin-bottom: -5px;
}
.section-link .nav-link__list .nav-item:nth-child(1), .section-link .nav-link__list .nav-item:nth-child(3) {
  margin-right: -3px;
}
.section-link .nav-link__list .nav-item:nth-child(2), .section-link .nav-link__list .nav-item:nth-child(4) {
  margin-left: -2px;
}
.section-link .nav-link__list .nav-item:nth-child(3) {
  margin-top: -1px;
}
.section-link .nav-link__list .nav-item__link {
  display: block;
}
.section-link .nav-link__list .nav-item__link img {
  display: block;
}
@media screen and (max-width: 1023px) {
  .section-link {
    max-width: 450px;
  }
}

.other-link {
  padding: min(27px, 7.2vw) 0;
}
@media screen and (min-width: 768px) {
  .other-link {
    padding: min(26px, 6.93vw) 0;
  }
}
.other-link .btn-other {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.03em;
  gap: 0.3rem;
}
.other-link .btn-other .icon-arrow {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon-arrow.svg) no-repeat center/contain;
  position: relative;
  top: 0.2rem;
}
@media screen and (min-width: 768px) {
  .other-link .btn-other .icon-arrow {
    width: 19.5px;
    height: 19.5px;
  }
}
.other-link .btn-other .icon-cal {
  display: block;
  width: 1.6rem;
  height: 1.7rem;
  background: url(../images/icon-cal.svg) no-repeat center/contain;
  position: relative;
  top: 0.2rem;
}
@media screen and (min-width: 768px) {
  .other-link .btn-other .icon-cal {
    width: 20.8px;
    height: 22.1px;
  }
}
@media screen and (min-width: 768px) {
  .other-link .btn-other {
    font-size: 20.8px;
  }
}

.section-instagram {
  background: #ffdf00;
  padding: min(7px, 1.87vw);
}
.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(40px, 10.67vw);
  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: #eb1e66;
  text-align: center;
  font-size: min(18px, 4.8vw);
  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(15.96px, 4.26vw);
  }
  .section-instagram .insta-box {
    padding: min(13.3px, 3.55vw) min(19.95px, 5.32vw);
  }
  .section-instagram .insta-box__ttl {
    font-size: min(18.2px, 4.85vw);
  }
  .section-instagram .insta-box__user .img {
    width: min(53.2px, 14.19vw);
    margin-right: min(13.3px, 3.55vw);
  }
  .section-instagram .insta-box__user .text {
    font-size: min(23.94px, 6.38vw);
  }
  .section-instagram .insta-box__text {
    font-size: min(13.3px, 3.55vw);
    margin-top: min(7.98px, 2.13vw);
  }
}

.section-sale {
  padding-bottom: 3.8rem;
}

.item-off {
  position: relative;
}
.item-off::after {
  content: "終了しました";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  line-height: 1;
  font-size: min(35px, 9.33vw);
  color: #fff;
  background-color: rgba(172, 172, 172, 0.9);
  text-align: center;
  font-weight: 600;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #1eaa39;
}
@media screen and (min-width: 768px) {
  .item-off::after {
    font-size: min(45.5px, 12.13vw);
  }
}
.item-off:hover {
  opacity: 1 !important;
  cursor: auto;
}

.item-comingsoon {
  position: relative;
}
.item-comingsoon::after {
  content: "Coming soon";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 65%;
  line-height: 1;
  font-size: min(35px, 9.33vw);
  color: #fff;
  background-color: rgba(172, 172, 172, 0.9);
  text-align: center;
  font-weight: 600;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (min-width: 768px) {
  .item-comingsoon::after {
    font-size: min(45.5px, 12.13vw);
  }
}
.item-comingsoon:hover {
  opacity: 1 !important;
  cursor: auto;
}


