
@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-zen-maru: "Zen Maru Gothic", sans-serif;
  --font-wendy-one: "Wendy One", sans-serif;
  --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;
}

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

.returntop {
  display: none;
  position: fixed;
  bottom: min(20px, 5.33vw);
  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;
  }
}

.bg-color1 {
  background: #ea8501 !important;
}

.bg-color2 {
  background: #f5ecda !important;
}

.bg-color3 {
  background: #fdca01 !important;
}

.bg-color4 {
  background: #eebe92 !important;
}

.bg-color5 {
  background: #e9d8ca !important;
}

.footer {
  font-family: var(--font-family-base);
}
.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: 768px) {
  .footer__sitelink {
    padding: min(10px, 2.67vw) 0;
  }
  .footer__sitelink ul li {
    width: 20%;
    font-size: min(14px, 3.73vw);
  }
}

.footer__link {
  padding: min(20px, 5.33vw) 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) {
  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 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+2)) {
    border-bottom: 0;
  }
}

.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: 1080px) {
  .page-content {
    max-width: 450px;
  }
}

.page-header {
  background-color: #ffffff;
  position: relative;
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.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__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 .kadoma-logo {
  width: min(92px, 24.53vw);
}
.page-header .kadoma-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: 768px) {
  .page-header__inner {
    padding: min(20px, 5.33vw) min(28px, 7.47vw);
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-header .kadoma-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);
  }
}

.other-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.other-content__inner {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ddcaa5 url(../images/square.png) repeat 50% 50%/20px auto;
}
.other-content__left, .other-content__right {
  position: absolute;
  top: 0;
  z-index: -1;
  width: calc(50% - 250px);
  overflow: hidden;
  bottom: 0;
  overflow: hidden;
  top: 80px;
}
@media screen and (max-width: 1080px) {
  .other-content__left, .other-content__right {
    width: calc(50% - 225px);
  }
}
.other-content__left {
  left: 0;
}
.other-content__left::before {
  content: "";
  background: url(../images/img-left.png) no-repeat center/contain;
  position: absolute;
  top: 68px;
  bottom: 48px;
  left: 0;
  right: 0;
  width: 311px;
  height: 748px;
  margin: auto;
  background-position: top center;
}
.other-content__right {
  right: 0;
}
.other-content__right::before {
  content: "";
  background: url(../images/img-right.png) no-repeat center/contain;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  width: 328px;
  height: 493px;
  margin: auto;
}
.other-content .nav {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 250px;
  margin-left: 40px;
}
.other-content .nav .menu-list .menu-item {
  display: block;
}
.other-content .nav .menu-list .menu-item + .menu-item {
  margin-top: 26.56px;
}
.other-content .nav .menu-list .menu-item svg {
  display: block;
}
.other-content .nav .menu-list .menu-item a path,
.other-content .nav .menu-list .menu-item a polygon {
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.other-content .nav .menu-list .menu-item a:hover path,
.other-content .nav .menu-list .menu-item a:hover polygon {
  fill: #fdca01;
}
@media screen and (max-width: 1080px) {
  .other-content .nav {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .other-content .nav {
    display: none;
  }
}

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

.s-cm {
  padding-top: min(30px, 8vw);
  padding-bottom: min(30px, 8vw);
  background: #f5ecda;
}
.s-cm .summary {
  font-family: var(--font-family-base);
  font-size: min(16px, 4.27vw);
  font-weight: 500;
  line-height: 1.5;
  margin-top: min(10px, 2.67vw);
  margin-bottom: min(10px, 2.67vw);
}
@media screen and (min-width: 768px) {
  .s-cm .summary {
    font-size: 21px;
  }
}

.p-title {
  color: #fff;
  text-shadow: 3px 3px 0px #000;
  font-family: var(--font-wendy-one);
  font-size: min(40px, 10.67vw);
  font-weight: 400;
  margin-bottom: min(30px, 8vw);
}
.p-title .ja-ttl {
  display: block;
  position: relative;
  z-index: 1;
}
.p-title .ja-ttl svg {
  display: block;
  height: auto;
}

.mv-content {
  background-color: #ea8501;
  padding-bottom: min(41px, 10.93vw);
}
.mv-content .mv-text {
  text-align: center;
  font-family: var(--font-zen-maru);
  font-size: min(16px, 4.27vw);
  font-weight: 900;
  line-height: 2.125;
}
.mv-content .message {
  font-weight: 900;
  line-height: 2.125;
  margin-top: min(20px, 5.33vw);
  margin-bottom: min(20px, 5.33vw);
}
.mv-content .event-time {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .mv-content .mv-text {
    font-size: 21px;
  }
}

.event-content {
  position: relative;
}
.event-content::after {
  content: "";
  position: absolute;
  background: url(../images/dog.png) no-repeat center/contain;
  width: min(92px, 24.53vw);
  height: min(97px, 25.87vw);
  top: max(-33px, -8.8vw);
  right: min(13px, 3.47vw);
}
.event-content .more-btn {
  margin-top: min(10px, 2.67vw);
}

.recommended-shop .reshop-content {
  margin-top: min(28px, 7.47vw);
}
.recommended-shop .reshop-content .re-item__ttl {
  font-family: var(--font-wendy-one);
  font-size: min(28px, 7.47vw);
  font-weight: 400;
}
.recommended-shop .reshop-content .re-item__main {
  margin-top: min(10px, 2.67vw);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(10px, 2.67vw) min(15px, 4vw);
}
.recommended-shop .reshop-content .re-item + .re-item {
  margin-top: min(30px, 8vw);
}
.recommended-shop .reshop-content .re-shop__item .img {
  border: 1px solid #000;
  background: #fff;
  height: 84px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px;
}
.recommended-shop .reshop-content .re-shop__item .img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recommended-shop .reshop-content .re-shop__item .text {
  border: 1px solid #000;
  border-top: 0;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .recommended-shop .reshop-content .re-shop__item .text {
    min-height: 46px;
  }
}
.recommended-shop .reshop-content .re-shop__item .text .shop-btn {
  padding: 7px;
  color: #fff;
  font-family: var(--font-family-base);
  font-size: min(10px, 2.67vw);
  font-weight: 500;
  line-height: 1.3;
  width: 100%;
  text-decoration: none;
  position: relative;
  background: #ea8501;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  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-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.recommended-shop .reshop-content .re-shop__item .text .shop-btn::after {
  content: "";
  width: min(11px, 2.93vw);
  height: min(7px, 1.87vw);
  position: absolute;
  background: currentColor;
  -webkit-mask-image: url(../images/arrow.svg);
          mask-image: url(../images/arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recommended-shop .reshop-content .re-shop__item .text .shop-btn:hover {
  color: #ea8501;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .recommended-shop .reshop-content .re-shop__item .text .shop-btn {
    font-size: 12px;
  }
}

.event-content-bottom {
  position: relative;
}
.event-content-bottom::after {
  content: "";
  position: absolute;
  background: url(../images/event-shopping.png) no-repeat center/contain;
  width: min(89px, 23.73vw);
  height: min(118px, 31.47vw);
  top: max(-57px, -15.2vw);
  right: min(20px, 5.33vw);
}
.event-content-bottom .p-subtitle {
  font-family: var(--font-wendy-one);
  font-size: min(28px, 7.47vw);
  font-weight: 400;
  margin-top: min(30px, 8vw);
}
.event-content-bottom .p-subtitle2 {
  font-family: var(--font-family-base);
  font-size: min(14px, 3.73vw);
  font-weight: 700;
  line-height: 1.6428571429;
}
.event-content-bottom .summary2 {
  font-family: var(--font-family-base);
  font-size: min(14px, 3.73vw);
  font-weight: 500;
  line-height: 1.6428571429;
}
@media screen and (min-width: 768px) {
  .event-content-bottom .summary2 {
    font-size: 16px;
  }
}
.event-content-bottom .img {
  margin-top: min(10px, 2.67vw);
  margin-bottom: min(10px, 2.67vw);
}
.event-content-bottom .img img {
  width: 100%;
  display: block;
}
.event-content-bottom .img a {
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  display: block;
}
.event-content-bottom .img a:hover {
  opacity: 0.7;
}
.event-content-bottom .img-link {
  margin-left: max(-20px, -5.33vw);
  margin-right: max(-20px, -5.33vw);
}

.s-note {
  padding: min(10px, 2.67vw) 0;
}
.s-note p {
  font-family: var(--font-family-base);
  font-size: min(10px, 2.67vw);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .s-note p {
    font-size: 12px;
  }
}

.product-content .product-item {
  padding: min(20px, 5.33vw);
}
.product-content .product-item:first-child {
  padding-top: 0;
}
.product-content .product-kv_wrap {
  position: relative;
  margin-bottom: min(20px, 5.33vw);
}
.product-content .product-kv_wrap .img img {
  display: block;
}
.product-content .product-kv_wrap .product-more {
  position: absolute;
  right: min(16px, 4.27vw);
  bottom: min(16px, 4.27vw);
}
.product-content .product-kv_wrap .product-cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 13px;
  background: #91193f;
  color: #fff;
  text-align: center;
  font-size: min(14px, 3.73vw);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: min(14px, 3.73vw);
  top: min(14px, 3.73vw);
}
@media screen and (max-width: 767px) {
  .product-content .product-kv_wrap .product-cat {
    left: min(10px, 2.67vw);
    top: min(10px, 2.67vw);
  }
}
.product-content .product-more-btn {
  display: block;
  width: min(109px, 29.07vw);
  height: min(109px, 29.07vw);
  position: relative;
  color: #000;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.product-content .product-more-btn span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-indent: -999em;
  font-size: 0;
}
.product-content .product-more-btn span::before, .product-content .product-more-btn span::after {
  content: "";
  display: block;
  /*  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; */
  -webkit-mask-size: contain;
          mask-size: contain;
  background: currentColor;
}
.product-content .product-more-btn span::before {
  width: min(28px, 7.47vw);
  height: min(23px, 6.13vw);
  -webkit-mask-image: url(../images/arrow-r.svg);
          mask-image: url(../images/arrow-r.svg);
}
.product-content .product-more-btn span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/view-more.svg);
          mask-image: url(../images/view-more.svg);
  -webkit-animation: rotating 10s linear infinite;
          animation: rotating 10s linear infinite;
}
.product-content .product-more-btn:hover {
  color: #ea8501;
}
.product-content .product-title {
  font-size: min(14px, 3.73vw);
  font-weight: 700;
  line-height: 1.6428571429;
  margin-bottom: min(3px, 0.8vw);
}
@media screen and (min-width: 768px) {
  .product-content .product-title {
    font-size: 16px;
  }
}
.product-content .product-info {
  font-size: min(12px, 3.2vw);
  font-weight: 500;
  margin-bottom: min(10px, 2.67vw);
}
.product-content .product-info_small {
  font-size: min(10px, 2.67vw);
  display: block;
}
@media screen and (min-width: 768px) {
  .product-content .product-info {
    font-size: 14px;
  }
  .product-content .product-info_small {
    font-size: min(12px, 3.2vw);
  }
}
.product-content .product-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: min(10px, 2.67vw);
}
.product-content .product-check-btn {
  display: inline-block;
  color: #ffffff;
  font-size: min(10px, 2.67vw);
  line-height: 1.1;
  font-weight: 700;
  border-radius: 20px;
  background: #ea8501;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2px 7px;
  padding-right: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.25s opacity;
  transition: 0.25s opacity;
}
@media screen and (min-width: 768px) {
  .product-content .product-check-btn {
    font-size: 12px;
  }
}
.product-content .product-check-btn::after {
  content: "";
  width: min(11px, 2.93vw);
  height: min(7px, 1.87vw);
  position: absolute;
  background: url(../images/arrow.svg) no-repeat center/contain;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-content .product-check-btn:hover {
  opacity: 0.7;
}
.product-content .product-check-btn .check {
  font-family: var(--font-wendy-one);
  font-size: min(13px, 3.47vw);
  font-weight: 400;
  margin-top: 1px;
}
@media screen and (min-width: 768px) {
  .product-content .product-check-btn .check {
    font-size: 15px;
    margin-top: 3px;
  }
}
.product-content .product-note {
  font-size: min(10px, 2.67vw);
  font-weight: 500;
  margin-top: min(10px, 2.67vw);
}
@media screen and (min-width: 768px) {
  .product-content .product-note {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .product-content .product-item.is-active .product-more-btn {
    color: #ea8501;
  }
}
.product-content .product-modal {
  display: none;
}

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

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.product-sec {
  background: #f5ecda;
}
.product-sec__item {
  padding-top: min(25px, 6.67vw);
}
.product-sec ._img_00 {
  position: relative;
}
.product-sec ._img_00::after {
  content: "";
  position: absolute;
}
.product-sec ._img_01::after {
  background: url(../images/fashion-coordinate.png) no-repeat center/contain;
  width: min(78px, 20.8vw);
  height: min(120px, 32vw);
  bottom: 0;
  right: max(-8px, -2.13vw);
}
.product-sec ._img_02::after {
  background: url(../images/fashion-item.png) no-repeat center/contain;
  width: min(114px, 30.4vw);
  height: min(103px, 27.47vw);
  bottom: max(-9px, -2.4vw);
  right: min(10px, 2.67vw);
}
.product-sec ._img_03::after {
  background: url(../images/sports_outdoor.png) no-repeat center/contain;
  width: min(92px, 24.53vw);
  height: min(110px, 29.33vw);
  bottom: max(-20px, -5.33vw);
  right: min(15px, 4vw);
}

.product-modal-wrapper {
  overflow: hidden;
  /* Landscape */
}
.product-modal-wrapper .modaal-container {
  max-width: 500px;
}
.product-modal-wrapper .modaal-content-container {
  padding: 25px 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: 768px) {
  .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(100vh - 50px - 120px - 40px - 60px);
  font-family: var(--font-family-base);
  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: 768px) {
  .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(100vh - 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(100vh - 50px - 80px - 20px);
  }
}
.product-modal-content .pd-title {
  font-size: min(14px, 3.73vw);
  font-weight: 700;
  line-height: 1.6428571429;
  margin-bottom: min(10px, 2.67vw);
}
@media screen and (min-width: 768px) {
  .product-modal-content .pd-title {
    font-size: 18px;
  }
}
.product-modal-content .pd-item {
  margin-bottom: min(25px, 6.67vw);
}
.product-modal-content .pd-item:last-child {
  margin-bottom: 0;
}
.product-modal-content p {
  margin-bottom: min(10px, 2.67vw);
  font-size: min(12px, 3.2vw);
}
@media screen and (min-width: 768px) {
  .product-modal-content p {
    font-size: 16px;
  }
}
.product-modal-content .pd-img {
  margin-bottom: min(10px, 2.67vw);
}
.product-modal-content .pd-cat {
  font-weight: 700;
}
.product-modal-content .pd-name {
  color: #ffffff;
  background: #ea8501;
  font-size: min(16px, 4.27vw);
  font-weight: 700;
  line-height: 1.4375;
  padding: 1px 6px 1px 6px;
}
@media screen and (min-width: 768px) {
  .product-modal-content .pd-name {
    font-size: 18px;
  }
}
.product-modal-content .pd-price {
  font-weight: 500;
}
.product-modal-content .pd-summary {
  font-size: min(14px, 3.73vw);
  font-weight: 400;
  line-height: 1.6428571429;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .product-modal-content .pd-summary {
    font-size: 16px;
  }
}

.stick-1 {
  position: relative;
}
.stick-1::after {
  content: "";
  position: absolute;
  background: url(../images/stick-p.png) no-repeat center/contain;
  width: min(73px, 19.47vw);
  height: min(68px, 18.13vw);
  bottom: min(123px, 32.8vw);
  left: max(-10px, -2.67vw);
}

.stick-2 {
  position: relative;
}
.stick-2::after {
  content: "";
  position: absolute;
  background: url(../images/stick-p.png) no-repeat center/contain;
  width: min(73px, 19.47vw);
  height: min(68px, 18.13vw);
  bottom: min(35px, 9.33vw);
  left: max(-10px, -2.67vw);
  -webkit-transform: rotate(-104deg);
          transform: rotate(-104deg);
}
.stick-2::before {
  content: "";
  position: absolute;
  background: url(../images/stick-g1.png) no-repeat center/contain;
  width: min(54px, 14.4vw);
  height: min(63px, 16.8vw);
  right: min(52px, 13.87vw);
  top: max(-9px, -2.4vw);
}

.stick-3 {
  position: relative;
}
.stick-3::after {
  content: "";
  position: absolute;
  background: url(../images/stick-p.png) no-repeat center/contain;
  width: min(73px, 19.47vw);
  height: min(68px, 18.13vw);
  top: max(-25px, -6.67vw);
  right: min(20px, 5.33vw);
  -webkit-transform: rotate(169deg);
          transform: rotate(169deg);
}

.stick-4 {
  position: relative;
}
.stick-4::after {
  content: "";
  position: absolute;
  background: url(../images/stick-p.png) no-repeat center/contain;
  width: min(73px, 19.47vw);
  height: min(68px, 18.13vw);
  bottom: min(35px, 9.33vw);
  left: max(-10px, -2.67vw);
  -webkit-transform: rotate(176deg);
          transform: rotate(176deg);
}

.stick-5 {
  position: relative;
}
.stick-5::after {
  content: "";
  position: absolute;
  background: url(../images/stick-p.png) no-repeat center/contain;
  width: min(73px, 19.47vw);
  height: min(68px, 18.13vw);
  bottom: min(25px, 6.67vw);
  left: max(-12px, -3.2vw);
  -webkit-transform: rotate(83deg);
          transform: rotate(83deg);
}

.stick-6 {
  position: relative;
}
.stick-6::after {
  content: "";
  position: absolute;
  background: url(../images/stick-g1.png) no-repeat center/contain;
  width: min(54px, 14.4vw);
  height: min(63px, 16.8vw);
  right: min(42px, 11.2vw);
  top: max(-13px, -3.47vw);
}
.stick-6::before {
  content: "";
  position: absolute;
  background: url(../images/stick-p2.png) no-repeat center/contain;
  width: min(89px, 23.73vw);
  height: min(153px, 40.8vw);
  left: max(-10px, -2.67vw);
  bottom: min(81px, 21.6vw);
}

.stick-7 {
  position: relative;
}
.stick-7::after {
  content: "";
  position: absolute;
  background: url(../images/stick-g2.png) no-repeat center/contain;
  width: min(59px, 15.73vw);
  height: min(56px, 14.93vw);
  left: min(57px, 15.2vw);
  top: max(-2px, -0.53vw);
}



