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

@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 top center;
  background-size: 100%;
  background-position-y: 32rem;
  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%;
  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(16px, 4.27vw) min(16px, 4.27vw);
  align-items: center;
}
.page-header ._left {
  display: flex;
  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: 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(167px, 44.53vw);
  }
}

.page-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #D60E00;
}
.page-background__in {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.page-background__left, .page-background__right {
  position: absolute;
  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;
  /*  background: url(../images/deco-bg.svg) no-repeat center/contain;
   background-size: 98rem;
   background-position-x: 46%;
   background-position-y: -4rem; */
}
.page-background__left::before, .page-background__left::after {
  content: "";
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}
.page-background__left::before {
  background-image: url(../images/deco-bg1.png);
  width: 866px;
  height: 317px;
  top: -5rem;
  right: -2rem;
}
.page-background__left::after {
  background-image: url(../images/deco-bg2.png);
  width: 804px;
  height: 324px;
  bottom: -6rem;
  right: -8rem;
}
.page-background__left .inner {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  padding: 0 min(50px, 13.33vw);
  display: flex;
  flex-direction: column;
  justify-content: 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);
}

.footer {
  font-family: var(--font-family-base);
  background-color: #fff;
  z-index: 3;
  position: relative;
}
.footer a {
  display: inline-block;
  transition: 0.25s opacity;
}
.footer a:hover {
  opacity: 0.7;
}

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

.footer__sitelink {
  padding: 1em 0em;
  padding-top: 2em;
}
.footer__sitelink ul {
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.footer__sitelink ul li {
  width: 100%;
  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;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .footer__sitelink {
    padding: min(10px, 2.67vw) 0;
    padding-top: 3em;
  }
  .footer__sitelink ul li {
    width: 20%;
    font-size: min(14px, 3.73vw);
    padding: min(5px, 1.33vw) min(5px, 1.33vw);
  }
}

.footer__link {
  padding: min(10px, 2.67vw) 0em;
  border-top: 1px solid #cccccc;
}
.footer__link ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer__link ul li {
  width: 80%;
  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(37px, 9.87vw);
}
@media screen and (min-width: 992px) {
  .footer__link {
    border-bottom: 1px solid #cccccc;
  }
  .footer__link ul li {
    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);
  }
}

#content {
  font-size: 1rem;
  background-color: #fff0ac;
}
@media screen and (min-width: 992px) {
  #content {
    font-size: 1.333rem;
  }
}

.mv__img img {
  display: block;
}
.mv__text {
  padding: 2.6em 0;
  text-align: center;
  text-align: center;
  font-size: 1.6em;
  font-weight: 900;
  line-height: 1.625;
  padding: 1.625em 0;
  color: #a60000;
}

.top-text {
  padding: 1em 0;
  background-color: #000;
  background: #000 url(../images/deco-05.svg) no-repeat center/cover;
  background-size: 35.2em;
}
.top-text .text {
  color: #ffff34;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.41;
}

.nav-link {
  padding: 2.6em 0;
}
.nav-link ul {
  list-style: none;
}
.nav-link ul:not(:last-child) {
  margin-bottom: 1.4em;
}
.nav-link ul li:not(:last-child) {
  margin-bottom: 1.4em;
}
.nav-link ul li a {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.125;
  height: 3.125em;
  border-radius: 3.125em;
  border: 2px solid #000;
  background: #fff;
  padding: 0.875em 0;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .nav-link ul li a {
    transition: all 0.25s;
  }
  .nav-link ul li a:hover {
    opacity: 0.8;
  }
}
.nav-link ul li a::after {
  content: "";
  width: 1.1428571429em;
  height: 1.1428571429em;
  background: url(../images/arrow-b.svg) no-repeat center/contain;
  display: inline-block;
  margin-left: 0.7142857143em;
  margin-left: 0.625em;
  position: relative;
  top: 0.05em;
}
.nav-link .comming {
  position: relative;
}
.nav-link .comming::before {
  content: "Coming Soon";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #fff;
  text-align: center;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125em;
  padding-top: 1.05em;
}

.main-nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
}
.main-nav ul li a {
  display: block;
  color: #fff;
  font-size: 1.6em;
  font-style: normal;
  font-weight: 700;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  background: #d60e00;
  text-decoration: none;
  text-align: center;
  height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .main-nav ul li a {
    transition: all 0.25s;
  }
  .main-nav ul li a:hover {
    opacity: 0.7;
  }
}
.main-nav ul li a span {
  display: flex;
  align-items: center;
}
.main-nav ul li a span::after {
  content: "";
  width: 1.1428571429em;
  height: 1.1428571429em;
  background: url(../images/arrow.svg) no-repeat center/contain;
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 0.3125em;
  position: relative;
  top: 0.05em;
}
.main-nav ul .item2 a {
  background: #0076d0;
  border-right: 0;
}
.main-nav ul .item2 a span::after {
  background: url(../images/arrow-blue.svg) no-repeat center/contain;
}
.main-nav ul .item3 {
  grid-column: 1/3;
  margin-top: -2px;
}
.main-nav ul .item3 a {
  background: #1aaa43;
  border-right: 0;
}
.main-nav ul .item3 a span::after {
  background: url(../images/arrow-o.svg) no-repeat center/contain;
}

@media screen and (max-width: 991px) {
  #nav {
    position: relative;
    z-index: 1000;
    transition: 0.25s all;
    top: 0;
  }
  #nav.sticky {
    position: fixed;
    top: 60px;
    width: 100%;
    max-width: 488px;
  }
}

.sale {
  padding: 2.6em 0;
}
.sale .sale-item {
  border-radius: 1em;
  border: 2px solid #000;
  overflow: hidden;
}
.sale .sale-item + .sale-item {
  margin-top: 3em;
}
.sale .sale-item_head {
  background: #d60e00;
  height: 4.6em;
  text-align: center;
  border-bottom: 2px solid #000;
}
.sale .sale-item_head span {
  color: #fff;
  font-size: 2.6em;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sale .sale-item_head span::before, .sale .sale-item_head span::after {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.sale .sale-item_head span::before {
  background-image: url(../images/deco-01.svg);
  width: 2.3076923077em;
  height: 1.2692307692em;
  margin-right: 0.3076923077em;
}
.sale .sale-item_head span::after {
  background-image: url(../images/deco-02.svg);
  width: 2.1153846154em;
  height: 1.2692307692em;
  margin-left: 0.3076923077em;
}
.sale .sale-item_body {
  padding: 1.5em;
  background-color: #fff;
}
.sale .sale-item_body .sale-desc {
  text-align: center;
  font-size: 1.8em;
  font-weight: 900;
  line-height: 1.22;
}
.sale .sale-item_body .sale-list {
  margin-top: 1.5em;
  list-style: none;
}
.sale .sale-item_body .sale-list .item-coming {
  position: relative;
}
.sale .sale-item_body .sale-list .item-coming::before {
  content: "Coming soon";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 3.2em;
  font-style: normal;
  font-weight: 700;
  line-height: 0.65625;
  border-radius: 0.3125em;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 45;
}
.sale .sale-item_body .sale-list .item2 + .item2 {
  margin-top: 1.5em;
}
.sale .sale-item_body .sale-list .item2 .link {
  border: 1px solid #000000;
  display: block;
}
.sale .sale-item_body .sale-list .item2 .link img {
  display: block;
}
@media screen and (min-width: 992px) {
  .sale .sale-item_body .sale-list .item2 .link {
    transition: opacity 0.25s;
  }
  .sale .sale-item_body .sale-list .item2 .link:hover {
    opacity: 0.7;
  }
}
.sale .sale-item_body .sale-list .item2 .link2 {
  display: block;
}
.sale .sale-item_body .sale-list .item2 .link2 img {
  display: block;
}
@media screen and (min-width: 992px) {
  .sale .sale-item_body .sale-list .item2 .link2 {
    transition: opacity 0.25s;
  }
  .sale .sale-item_body .sale-list .item2 .link2:hover {
    opacity: 0.7;
  }
}
.sale .sale-event .sale-item_head {
  background: #0076d0;
}
.sale .sale-event .sale-item_body .sale-list .item .text-wrap {
  background: #0076d0;
}
.sale .sale-event .sale-item_body .sale-list .item .link {
  border-color: #0076d0;
}
.sale .sale-event .sale-item_body .sale-list .item .img-wrap .text {
  --stroke-color: #0076d0;
  --shadow-color: #0076d0;
}
.sale .sale-event .sale-item_body .sale-list .item .text-wrap .button-text span::after {
  background: url(../images/arrow-blue.svg) no-repeat center/contain;
}
.sale .sale-campaign .sale-item_head {
  background: #1aaa43;
}
.sale .sale-campaign .sale-item_body .sale-list .item .text-wrap {
  background: #1aaa43;
}
.sale .sale-campaign .sale-item_body .sale-list .item .link {
  border-color: #1aaa43;
}
.sale .sale-campaign .sale-item_body .sale-list .item .img-wrap .text {
  --stroke-color: #1aaa43;
  --shadow-color: #1aaa43;
}
.sale .sale-campaign .sale-item_body .sale-list .item .text-wrap .button-text span::after {
  background: url(../images/arrow-o.svg) no-repeat center/contain;
}

.sale-note {
  padding: 1.5em 0;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}
.sale-note .container {
  padding: 0 min(10px, 2.67vw);
}

.page-background__left .main-nav {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 529px;
  margin-top: 30px;
}
.page-background__left .main-nav ul {
  display: flex;
  flex-direction: column;
}
.page-background__left .main-nav ul li + li {
  margin-top: 19px;
}
.page-background__left .main-nav ul li a {
  width: 100%;
  border-radius: 66px;
  border: 2px solid #fff;
  height: 66px;
  font-size: 21px;
}
.page-background__left .main-nav ul li a span {
  margin-left: 1.2rem;
  display: flex;
  align-items: center;
}
.page-background__left .main-nav ul li a span::after {
  width: 1em;
  height: 1em;
}
@media screen and (min-width: 992px) {
  .page-background__left .main-nav ul li a {
    transition: all 0.25s;
  }
  .page-background__left .main-nav ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-height: 750px) {
  .page-background__left .inner {
    width: 555px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-background__left .main-nav ul li a {
    height: 60px;
    font-size: 18px;
  }
}
@media screen and (max-height: 650px) {
  .page-background__left .inner {
    width: 455px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-background__left .main-nav ul li + li {
    margin-top: 10px;
  }
  .page-background__left .main-nav ul li a {
    height: 50px;
    font-size: 16px;
  }
}



