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

.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: 767px) {
  .only-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .page-wrapper {
    padding-top: min(78px, 20.8vw);
  }
}

.page-content {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  max-width: 1000px;
  -webkit-box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px 4px rgba(0, 0, 0, 0.3);
  margin-left: auto;
  margin-right: auto;
}

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

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

footer {
  font-size: 14px;
}

footer .footerbody {
  width: 100%;
  background: #000;
  text-align: center;
  padding: 30px 0;
}

footer .footerbody .menu li {
  display: inline-block;
  color: #fff;
  padding: 0 0.6%;
  border-right: solid 1px #fff;
  font-size: 0.88vw;
}

footer .footerbody .menu li:last-child {
  border-right: none;
}

footer .footerbody .menu li a {
  color: #fff;
  text-decoration: none;
}

footer .footerbody .menu li a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  footer .footerbody {
    font-size: 1vw;
    line-height: 2em;
  }
  footer .footerbody p {
    color: #fff;
    font-size: 16px;
  }
  .management {
    margin: 20px auto;
  }
  .management img {
    width: 14%;
    min-width: 265px;
  }
}
@media screen and (max-width: 1023px) {
  footer .footerbody {
    padding: 7% 3%;
  }
  footer .footerbody .menu li {
    font-size: 14px;
    margin-bottom: 2%;
    line-height: 2em;
    padding: 0 2%;
  }
  footer .footerbody p {
    color: #fff;
    line-height: 1.4em;
  }
  .management {
    margin: 10px auto;
  }
}
.main-kv {
  padding: min(15px, 4vw) 0;
  background-color: #fff;
}
.main-kv_in {
  padding: 0 min(10px, 2.67vw);
}
.main-kv img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-kv {
    padding: min(25px, 6.67vw) 0;
  }
  .main-kv_in {
    padding: 0 min(20px, 5.33vw);
  }
}

.main-content {
  padding-top: min(18px, 4.8vw);
  padding-bottom: min(30px, 8vw);
  background-color: #fffae8;
}
@media screen and (min-width: 768px) {
  .main-content {
    padding-top: 35.46px;
    padding-bottom: 59.1px;
  }
}
.main-content img {
  display: block;
  width: 100%;
}
.main-content ._item {
  padding-top: min(26px, 6.93vw);
}
@media screen and (min-width: 768px) {
  .main-content ._item {
    padding-top: 51.22px;
  }
}
.main-content ._item a {
  text-decoration: none;
}
.main-content ._item_top {
  margin-bottom: min(10px, 2.67vw);
}
@media screen and (min-width: 768px) {
  .main-content ._item_top {
    margin-bottom: 19.7px;
  }
}
.main-content ._item-wrap {
  border: 2px solid #E60012;
}
@media screen and (min-width: 768px) {
  .main-content ._item-wrap {
    border-width: 4px;
  }
}
.main-content ._item-wrap ._item-button {
  padding: min(23px, 6.13vw) min(17px, 4.53vw);
}
@media screen and (min-width: 768px) {
  .main-content ._item-wrap ._item-button {
    padding: min(45.31px, 12.08vw) min(33.49px, 8.93vw);
  }
}
.main-content a {
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  text-decoration: none;
}
.main-content a:hover {
  opacity: 0.7;
}

.coming-soon {
  position: relative;
}
.coming-soon::after {
  content: "Coming soon";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  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;
  color: #fff;
  text-align: center;
  font-family: var(--font-zen-maru);
  font-size: min(30px, 8vw);
  font-weight: 700;
  line-height: normal;
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  .coming-soon::after {
    font-size: min(76px, 20.27vw);
    font-size: 59.1px;
  }
}

._item-off {
  position: relative;
}
._item-off::after {
  content: "先行販売は\a終了しました";
  white-space: pre;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  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;
  color: #fff;
  text-align: center;
  font-family: var(--font-zen-maru);
  font-size: min(30px, 8vw);
  font-weight: 700;
  line-height: normal;
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  ._item-off::after {
    font-size: min(76px, 20.27vw);
    font-size: 59.1px;
  }
}

._itembn {
  background-color: #fadfe8;
  border-top: 0;
  padding: 0 min(17px, 4.53vw);
}
@media screen and (min-width: 768px) {
  ._itembn {
    border-width: 3.94px;
    padding: 0 33.49px;
  }
}
._itembn_head {
  height: 28px;
  background-color: #e60012;
  background: repeating-linear-gradient(90deg, #e60012 0px, #e60012 32px, #d0121b 32px, #d0121b 64px), repeating-linear-gradient(0deg, #e60012 0px, #e60012 32px, #d0121b 32px, #d0121b 64px);
  text-align: center;
  padding-top: 2px;
}
._itembn_head img {
  height: 24px;
  width: auto;
  display: inline-block;
}
._itembn_head .img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
._itembn_head .img::before {
  content: "";
  background: url(../images/fukubukuro-red.png) no-repeat center/contain;
  width: min(50px, 13.33vw);
  height: min(56px, 14.93vw);
  position: absolute;
  top: 27%;
  left: -5px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
@media screen and (min-width: 768px) {
  ._itembn_head {
    height: 55.16px;
    background: repeating-linear-gradient(90deg, #e60012 0px, #e60012 63.04px, #d0121b 63.04px, #d0121b 126.08px), repeating-linear-gradient(0deg, #e60012 0px, #e60012 63.04px, #d0121b 63.04px, #d0121b 126.08px);
  }
  ._itembn_head img {
    height: 47.28px;
  }
  ._itembn_head .img::before {
    width: 98.5px;
    height: 110.32px;
    left: -9px;
    top: 37%;
  }
}
._itembn_body {
  padding: min(16px, 4.27vw) 0 min(20px, 5.33vw);
}
@media screen and (min-width: 768px) {
  ._itembn_body {
    padding: 31.52px 0 39.4px;
  }
}
._itembn_date {
  border-radius: min(10px, 2.67vw);
  background: #fff;
  padding: min(6px, 1.6vw) min(13px, 3.47vw) min(5px, 1.33vw);
  color: #d0121b;
  text-align: center;
  font-size: min(16px, 4.27vw);
  font-weight: 700;
  line-height: normal;
}
._itembn_date span {
  font-size: min(22px, 5.87vw);
}
@media screen and (min-width: 768px) {
  ._itembn_date {
    font-size: 31.52px;
  }
  ._itembn_date span {
    font-size: 43.34px;
  }
}
._itembn_txt {
  margin-top: min(13px, 3.47vw);
  color: #d0121b;
  text-align: center;
  font-size: min(16px, 4.27vw);
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  ._itembn_txt {
    font-size: 31.52px;
    margin-top: 25.61px;
  }
}
._itembn_btn {
  border-radius: 50px;
  background: #d0121b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: min(7px, 1.87vw) min(10px, 2.67vw) min(8px, 2.13vw) 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;
  color: #fff;
  text-align: center;
  font-size: min(16px, 4.27vw);
  font-weight: 700;
  line-height: normal;
}
._itembn_btn span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._itembn_btn span::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #fff;
  margin-left: 7px;
  position: relative;
  top: 1px;
}
@media screen and (min-width: 768px) {
  ._itembn_btn {
    font-size: 35.46px;
    padding: 13.79px 19.7px 15.76px 19.7px;
  }
  ._itembn_btn span::after {
    border-top-width: 13.79px;
    border-bottom-width: 13.79px;
    border-left-width: 23.64px;
    margin-left: 13.79px;
    top: 2px;
  }
}
._itembn.color2 {
  background-color: #e5dbbe;
}
._itembn.color2 ._itembn_head {
  background-color: #c09813;
  background: repeating-linear-gradient(90deg, #c09813 0px, #c09813 32px, #a88826 32px, #a88826 64px), repeating-linear-gradient(0deg, #c09813 0px, #c09813 32px, #a88826 32px, #a88826 64px);
}
@media screen and (min-width: 768px) {
  ._itembn.color2 ._itembn_head {
    background: repeating-linear-gradient(90deg, #c09813 0px, #c09813 63.04px, #a88826 63.04px, #a88826 126.08px), repeating-linear-gradient(0deg, #c09813 0px, #c09813 63.04px, #a88826 63.04px, #a88826 126.08px 4px);
  }
}
._itembn.color2 ._itembn_head .img::before {
  background: url(../images/fukubukuro-yellow.png) no-repeat center/contain;
}
._itembn.color2 ._itembn_date {
  color: #a88826;
}
._itembn.color2 ._itembn_txt {
  color: #a88826;
}
._itembn.color2 ._itembn_btn {
  background: #a88826;
}

._item_c {
  padding-top: 0 !important;
  margin-top: min(44px, 11.73vw);
}
@media screen and (min-width: 768px) {
  ._item_c {
    margin-top: 47.08px;
  }
}

#item1 {
  background: #fadfe8;
}



