@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;
  --font-pacifico: "Pacifico", cursive;
}

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-y center;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.25);
  -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);
  left: 54%;
}
@media screen and (max-width: 1300px) {
  .page-content {
    left: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .page-content {
    max-width: 450px;
  }
}
.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;
  }
}

.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: 762px 1074px;
  top: 0;
  z-index: -2;
  width: 56%;
  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 {
  z-index: -1;
  left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 2vw;
  /* @include lg {
      padding-right: calc(6vw);
  } */
}
@media screen and (max-width: 1300px) {
  .page-background__left {
    padding-right: 6vw;
  }
}
.page-background__left .inner {
  width: 1000px;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  padding: 0 20px;
  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;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .page-background__left .inner {
    display: none;
  }
}
.page-background__left .img {
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-aspect-ratio: 2.3) or (max-height: 780px) {
  .page-background__left .img {
    max-width: 340px;
  }
}
@media (min-aspect-ratio: 2.7) {
  .page-background__left .img {
    max-width: 350px;
  }
}
.page-background__left .nav {
  margin-top: 10px;
}
@media (max-height: 550px) {
  .page-background__left .nav {
    display: none;
  }
}
.page-background__left .nav .menu-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.page-background__left .nav .menu-list ._item {
  display: block;
  text-align: center;
  position: relative;
}
.page-background__left .nav .menu-list ._item:first-child::before, .page-background__left .nav .menu-list ._item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 30px;
  width: 356px;
  background: url(../images/menu-line.png) no-repeat center/contain;
}
.page-background__left .nav .menu-list ._item:first-child::before {
  top: 0;
}
.page-background__left .nav .menu-list ._item:first-child a {
  padding-top: 30px;
}
.page-background__left .nav .menu-list ._item::after {
  bottom: 0;
}
.page-background__left .nav .menu-list ._item a {
  display: block;
  width: 356px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-family: var(--font-zen-maru);
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.4;
  padding-bottom: 30px;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
.page-background__left .nav .menu-list ._item a .txt1 {
  font-size: 16px;
  display: block;
}
.page-background__left .nav .menu-list ._item a:hover, .page-background__left .nav .menu-list ._item a.active {
  color: #d3b617;
}
@media (min-aspect-ratio: 2.3) or (max-height: 780px) {
  .page-background__left .nav .menu-list ._item:first-child::before, .page-background__left .nav .menu-list ._item::after {
    height: 20px;
    width: 290px;
  }
  .page-background__left .nav .menu-list ._item:first-child a {
    padding-top: 17px;
  }
  .page-background__left .nav .menu-list ._item a {
    width: 290px;
    font-size: 18px;
    padding-bottom: 17px;
  }
  .page-background__left .nav .menu-list ._item a .txt1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .page-background__left .nav .menu-list ._item:first-child::before, .page-background__left .nav .menu-list ._item::after {
    height: 26px;
    width: 306px;
  }
  .page-background__left .nav .menu-list ._item a {
    width: 306px;
    font-size: 20px;
    padding-bottom: 25px;
  }
  .page-background__left .nav .menu-list ._item a .txt1 {
    font-size: 14px;
  }
}
.page-background__right {
  right: 0;
}

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

.modal-wrapper {
  overflow: hidden;
  /* Landscape */
}
.modal-wrapper .modaal-container {
  max-width: 500px;
  height: auto;
}
.modal-wrapper .modaal-content-container {
  padding: 0;
}
.modal-wrapper .modaal-inner-wrapper {
  padding: 120px 20px;
  padding-bottom: 40px;
}
.modal-wrapper .modaal-close {
  right: 10px;
  top: 70px;
  background: transparent;
}
.modal-wrapper .modaal-close::after, .modal-wrapper .modaal-close::before {
  top: 8px;
  width: 2px;
  height: 36px;
}
.modal-wrapper .modaal-close:hover {
  background-color: #979292;
}
.modal-wrapper .modaal-close:hover::after, .modal-wrapper .modaal-close:hover::before {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .modal-wrapper {
    /*  .modaal-content-container {
      padding: 37px 34px;
      padding-right: 12px;
    } */
  }
  .modal-wrapper .modaal-close:after,
  .modal-wrapper .modaal-close:before {
    width: 4px;
  }
  .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) {
  .modal-wrapper .modaal-inner-wrapper {
    padding: 80px 20px;
    padding-bottom: 20px;
  }
}

.modal-content {
  overflow: auto;
  overflow-y: auto;
  max-height: min(540px, 68vh);
  max-height: calc(100dvh - 50px - 40px - 40px - 60px);
  font-family: var(--font-family-base);
  /* Landscape */
}
@media screen and (min-width: 992px) {
  .modal-content::-webkit-scrollbar-thumb {
    background-color: #ddd;
  }
  .modal-content::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .modal-content::-webkit-scrollbar-track {
    background: rgba(204, 204, 204, 0.2);
  }
  .modal-content::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 1rem;
  }
  .modal-content::-webkit-scrollbar-thumb:hover {
    background: #94989b;
  }
}
@media screen and (min-width: 480px) {
  .modal-content {
    max-height: calc(100dvh - 66px - 70px - 40px);
  }
}
@media only screen and (min-device-width: 314px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .modal-content {
    max-height: calc(100dvh - 50px - 30px - 20px);
  }
}
@media screen and (min-width: 992px) {
  .modal-content {
    padding-right: 30px;
  }
  .modal-content::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
}
.modal-content .modal-body {
  padding: 20px 23px;
}
.modal-content .modal-body .b-logo {
  margin-bottom: min(10px, 2.67vw);
  text-align: center;
}
.modal-content .modal-body .b-title {
  color: #0d6241;
  font-family: var(--font-zen-maru);
  font-size: min(20px, 5.33vw);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: min(15px, 4vw);
}
@media screen and (min-width: 992px) {
  .modal-content .modal-body .b-title {
    font-size: 26.66px;
  }
}
@media screen and (min-width: 992px) {
  .modal-content .modal-body {
    padding: 30px 33px;
    padding-right: 0;
  }
}
.modal-content figure {
  margin-top: min(10px, 2.67vw);
  margin-bottom: min(15px, 4vw);
  text-align: center;
  overflow: hidden;
}
.modal-content figure img {
  display: block;
}
.modal-content .detail-item + .detail-item {
  margin-top: min(15px, 4vw);
}
.modal-content .detail-item p {
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .modal-content .detail-item p {
    margin-bottom: 6.5px;
  }
}
.modal-content .detail-item__label {
  border-radius: 9px;
  background: var(--0D6241, #0d6241);
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  padding: min(3px, 0.8vw) min(10px, 2.67vw);
}
@media screen and (min-width: 992px) {
  .modal-content .detail-item__label {
    padding: 4px 13px;
  }
}
.modal-content .detail-item__name {
  color: #000;
  font-weight: 700;
  line-height: 1.57;
}
.modal-content .detail-item__price {
  color: #000;
  font-size: min(12px, 3.2vw);
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 992px) {
  .modal-content .detail-item__price {
    font-size: 15.996px;
  }
}
@media screen and (min-width: 992px) {
  .modal-content .detail-item__price {
    padding-bottom: 6.5px;
  }
}
.modal-content .detail-item-box {
  background: rgba(51, 114, 87, 0.1);
  padding: min(7px, 1.87vw) min(10px, 2.67vw);
}
.modal-content .detail-item-box .detail-item__text {
  line-height: 1.5;
  font-size: min(12px, 3.2vw);
}
@media screen and (min-width: 992px) {
  .modal-content .detail-item-box .detail-item__text {
    font-size: 15.996px;
  }
}
.modal-content p {
  margin-bottom: min(10px, 2.67vw);
  color: #000;
  font-size: 14px;
  font-size: min(14px, 3.73vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1.64;
}
@media screen and (min-width: 992px) {
  .modal-content p {
    font-size: 18.662px;
  }
}
.modal-content ul {
  margin-bottom: min(10px, 2.67vw);
  padding-left: 2em;
}
.modal-content ul li {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.64;
}

.modal {
  display: none;
}

.modal-wrapper2 .modal-content .modal-body .b-title {
  color: var(--color2);
}
.modal-wrapper2 .modal-content .detail-item__label {
  background-color: var(--color2);
}

@media screen and (min-width: 992px) {
  .modaal-wrapper {
    left: calc(54% - 20px);
    width: 540px;
  }
}
@media screen and (max-width: 1300px) {
  .modaal-wrapper {
    left: calc(50% - 20px);
  }
}
@media screen and (max-width: 1200px) {
  .modaal-wrapper {
    width: 490px;
  }
}
@media screen and (max-width: 991px) {
  .modaal-wrapper {
    left: initial;
    width: 100%;
  }
}

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

:root {
  --color1: #0d6241;
  --color2: #e33c1c;
  --color3: #aa9a81;
}

.bg-color3 {
  background-color: var(--color3) !important;
}

.bg-color2 {
  background-color: var(--color2) !important;
}

.mt-5 {
  margin-top: -5px !important;
}

.mv-content {
  background-color: #e5d7c0;
}
.mv-content img {
  display: block;
}
.mv-content__text {
  color: #781a1d;
  text-align: center;
  font-family: var(--font-zen-maru);
  font-size: min(16px, 4.27vw);
  font-style: normal;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .mv-content__text {
    font-size: 21.328px;
  }
}
@media screen and (min-width: 992px) {
  .mv-content__text {
    letter-spacing: 1.28px;
  }
}
.mv-content .mv-time {
  margin-top: min(15px, 4vw);
  padding-top: 0;
}
.mv-content__body {
  padding-top: min(20px, 5.33vw);
  padding-bottom: min(16px, 4.27vw);
  background: url(../images/ornament-mv.png) no-repeat center/contain;
  background-size: calc(100% - 11px);
}
@media screen and (min-width: 992px) {
  .mv-content__body {
    padding-top: min(25px, 6.67vw);
  }
}

.section-bn {
  padding-top: min(16px, 4.27vw);
  padding-bottom: min(49px, 13.07vw);
  background-color: #e5d7c0;
}
.section-bn .box-link1 {
  display: block;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 0px 0px #A81716;
          box-shadow: 4px 4px 0px 0px #A81716;
  overflow: hidden;
}
.section-bn .box-link1 img {
  display: block;
}
.section-bn .item-bn__link {
  display: block;
  background-color: #ce3c8d;
  -webkit-box-shadow: 4px 4px 0px #902862;
          box-shadow: 4px 4px 0px #902862;
  position: relative;
  border-radius: 10px;
  padding: min(24px, 6.4vw);
  text-decoration: none;
  aspect-ratio: 2.39;
}
.section-bn .item-bn__link p {
  color: #fff;
}
.section-bn .item-bn__link .txt1 {
  font-family: var(--font-pacifico);
  font-size: min(20px, 5.33vw);
  font-weight: 400;
  line-height: 1.15;
  -webkit-transform: rotate(-7.72deg);
          transform: rotate(-7.72deg);
  display: inline-block;
}
.section-bn .item-bn__link .txt2 {
  font-family: var(--font-zen-maru);
  font-size: min(24px, 6.4vw);
  font-weight: 900;
  line-height: 1.04;
  margin-top: min(10px, 2.67vw);
}
.section-bn .item-bn__link .arrow {
  width: min(40px, 10.67vw);
  height: min(40px, 10.67vw);
  position: absolute;
  right: min(13px, 3.47vw);
  bottom: min(13px, 3.47vw);
}
.section-bn .item-bn__link .arrow svg {
  width: 100%;
  height: auto;
}
.section-bn .item-bn__link::after {
  content: "";
  position: absolute;
  width: min(197px, 52.53vw);
  height: min(130px, 34.67vw);
  background: url(../images/balloon-3.png) no-repeat center/contain;
  right: min(5px, 1.33vw);
  top: max(-10px, -2.67vw);
}
@media screen and (min-width: 992px) {
  .section-bn .item-bn__link {
    padding: 31.992px;
    padding-top: 40.8px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  .section-bn .item-bn__link .arrow {
    width: 53.32px;
    height: 53.32px;
  }
  .section-bn .item-bn__link .txt1 {
    font-size: 26.66px;
  }
  .section-bn .item-bn__link .txt2 {
    font-size: 31.992px;
  }
  .section-bn .item-bn__link .txt3 {
    font-size: 21.328px;
  }
  .section-bn .item-bn__link::after {
    width: 262.601px;
    height: 173.29px;
    right: 6.665px;
    top: -13.33px;
  }
}
.section-bn .item-bn img {
  display: block;
}
.section-bn .item-bn + .item-bn {
  margin-top: min(35px, 9.33vw);
}
.section-bn .item-bn a {
  -webkit-transition: 0.25s opacity;
  transition: 0.25s opacity;
}
.section-bn .item-bn a:hover {
  opacity: 0.7;
}

.top-nav {
  padding-bottom: min(30px, 8vw);
  padding-top: min(15px, 4vw);
  background-color: #e5d7c0;
}
.top-nav__ttl {
  color: var(--color1);
  text-align: center;
  font-family: var(--font-zen-maru);
  font-size: min(24px, 6.4vw);
  font-weight: 900;
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  .top-nav__ttl {
    font-size: 31.992px;
  }
}
.top-nav__content ._list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(15px, 4vw);
}
.top-nav__content ._list ._item {
  display: block;
  border-radius: 10px;
  background: var(--color1);
  -webkit-box-shadow: 4px 4px 0px 0px #065332;
          box-shadow: 4px 4px 0px 0px #065332;
  position: relative;
}
.top-nav__content ._list ._item a {
  text-decoration: none;
  display: block;
  padding: min(10px, 2.67vw) min(15px, 4vw);
  padding-bottom: 3px;
}
@media screen and (min-width: 992px) {
  .top-nav__content ._list ._item a {
    padding: 13px 18px;
    padding-bottom: 5px;
    -webkit-transition: 0.25s opacity;
    transition: 0.25s opacity;
  }
  .top-nav__content ._list ._item a:hover {
    opacity: 0.7;
  }
}
.top-nav__content ._list ._item ._item-txt__ttl {
  color: #fff;
  text-shadow: 1px 1px 0px #065332;
  font-family: var(--font-pacifico);
  font-size: min(18px, 4.8vw);
  font-weight: 400;
  line-height: normal;
  -webkit-transform: rotate(-6.96deg);
          transform: rotate(-6.96deg);
  -webkit-text-stroke: 1px #065332;
  paint-order: stroke fill;
  position: absolute;
  top: max(-17px, -4.53vw);
  left: max(-9px, -2.4vw);
}
@media screen and (min-width: 992px) {
  .top-nav__content ._list ._item ._item-txt__ttl {
    font-size: 23.994px;
  }
}
@media screen and (min-width: 992px) {
  .top-nav__content ._list ._item ._item-txt__ttl {
    top: -23px;
  }
}
.top-nav__content ._list ._item ._item-txt__ttl2 {
  top: max(-14px, -3.73vw);
}
@media screen and (min-width: 992px) {
  .top-nav__content ._list ._item ._item-txt__ttl2 {
    top: -18px;
  }
}
.top-nav__content ._list ._item ._item-txt__1 {
  color: #fff;
  text-align: center;
  font-family: var(--font-zen-maru);
  font-size: min(12px, 3.2vw);
  font-weight: 700;
  line-height: 1;
  padding-bottom: 4px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .top-nav__content ._list ._item ._item-txt__1 {
    font-size: 15.996px;
  }
}
.top-nav__content ._list ._item ._item-txt__1::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: min(120px, 32vw);
  background-color: currentColor;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .top-nav__content ._list ._item ._item-txt__1 {
    padding-bottom: 8px;
  }
  .top-nav__content ._list ._item ._item-txt__1::after {
    width: 156px;
  }
}
.top-nav__content ._list ._item ._item-txt__2 {
  color: #fff;
  text-align: center;
  font-family: var(--font-zen-maru);
  font-size: min(14px, 3.73vw);
  font-weight: 900;
  line-height: 1.07;
  min-height: min(36px, 9.6vw);
  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;
}
@media screen and (min-width: 992px) {
  .top-nav__content ._list ._item ._item-txt__2 {
    font-size: 18.662px;
  }
}
@media screen and (min-width: 992px) {
  .top-nav__content ._list ._item ._item-txt__2 {
    min-height: min(46px, 12.27vw);
  }
}
.top-nav__content ._list ._item-c2 {
  background: var(--color2);
  -webkit-box-shadow: 4px 4px 0px 0px #af2d14;
          box-shadow: 4px 4px 0px 0px #af2d14;
}
.top-nav__content ._list ._item-c2 ._item-txt__ttl {
  text-shadow: 1px 1px 0px var(--color2);
  -webkit-text-stroke: 1px var(--color2);
}
.top-nav .lms {
  width: min(101px, 26.93vw);
}
@media screen and (min-width: 992px) {
  .top-nav .lms {
    width: 134.633px;
  }
}
.top-nav .lu {
  width: min(71px, 18.93vw);
}
@media screen and (min-width: 992px) {
  .top-nav .lu {
    width: 94.643px;
  }
}

.section-display {
  padding: min(30px, 8vw) 0;
  background-color: #ce3c8d;
  position: relative;
}
.section-display::before {
  content: "";
  position: absolute;
  top: 2px;
  width: min(366px, 97.6vw);
  height: min(83px, 22.13vw);
  left: 5px;
  right: 5px;
  background: url(../images/balloon-1.png) no-repeat center/contain;
}
@media screen and (min-width: 992px) {
  .section-display::before {
    width: 486.78px;
    height: 110.39px;
  }
}
.section-display .cm-title {
  color: #fff;
  font-family: var(--font-pacifico);
  font-size: min(20px, 5.33vw);
  font-weight: 400;
  line-height: 1.15;
  margin-left: min(22px, 5.87vw);
  -webkit-transform: rotate(-7.72deg);
          transform: rotate(-7.72deg);
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .section-display .cm-title {
    font-size: 26.66px;
  }
}
@media screen and (min-width: 992px) {
  .section-display .cm-title {
    margin-left: 45px;
  }
}
.section-display .cm-title__ja {
  color: #fff;
  text-align: center;
  font-family: var(--font-zen-maru);
  margin-top: min(8px, 2.13vw);
  font-size: min(24px, 6.4vw);
  font-weight: 900;
  line-height: 1.04;
}
@media screen and (min-width: 992px) {
  .section-display .cm-title__ja {
    font-size: 31.992px;
  }
}
.section-display .content {
  margin-top: 10px;
}
.section-display .content p {
  color: #fff;
  font-size: 14px;
  font-size: min(14px, 3.73vw);
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .section-display .content p {
    font-size: 18.662px;
  }
}
.section-display .content .text {
  font-size: 16px;
  font-size: min(16px, 4.27vw);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .section-display .content .text {
    font-size: 21.328px;
  }
}
.section-display .content .d-ttl {
  margin-bottom: 5px;
}

.section-love {
  background-color: var(--color1);
  padding-top: min(12px, 3.2vw);
  padding-bottom: min(30px, 8vw);
  position: relative;
}
.section-love::before {
  content: "";
  position: absolute;
  top: min(15px, 4vw);
  left: 5px;
  right: 15px;
  width: min(354px, 94.4vw);
  height: min(92px, 24.53vw);
  background: url(../images/ornament-lms.png) no-repeat center/contain;
}
@media screen and (min-width: 992px) {
  .section-love::before {
    width: 470.82px;
    height: 122.36px;
  }
}
.section-love.love-you::before {
  left: 20px;
  right: 15px;
  width: min(340px, 90.67vw);
  height: min(96px, 25.6vw);
  background: url(../images/ornament-ly.png) no-repeat center/contain;
}
@media screen and (min-width: 992px) {
  .section-love.love-you::before {
    width: 452.2px;
    height: 124.8px;
  }
}
.section-love.love-you .sc-ttl {
  margin-left: min(35px, 9.33vw);
  font-size: min(23px, 6.13vw);
}
.section-love .sc-ttl {
  color: #fff;
  font-family: var(--font-pacifico);
  font-size: min(20px, 5.33vw);
  font-weight: 400;
  line-height: normal;
  margin-left: min(22px, 5.87vw);
  -webkit-transform: rotate(-7.72deg);
          transform: rotate(-7.72deg);
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .section-love .sc-ttl {
    font-size: 26.66px;
  }
}
.section-love .sc-txt1 {
  color: #fff;
  text-align: center;
  font-family: var(--font-zen-maru);
  font-size: min(20px, 5.33vw);
  font-weight: 900;
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  .section-love .sc-txt1 {
    font-size: 26.66px;
  }
}
.section-love .sc-txt2 {
  color: #fff;
  text-align: center;
  font-family: var(--font-zen-maru);
  font-size: min(24px, 6.4vw);
  font-weight: 900;
  line-height: 1.04;
  margin-top: 5px;
}
@media screen and (min-width: 992px) {
  .section-love .sc-txt2 {
    font-size: 31.992px;
  }
}
.section-love .sc-list {
  margin-top: min(20px, 5.33vw);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .section-love .sc-list {
    gap: 19.995px;
  }
}
.section-love .sc-list ._item {
  display: block;
  position: relative;
}
.section-love .sc-list ._item_link {
  background-color: #fff;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .section-love .sc-list ._item_link {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .section-love .sc-list ._item_link:hover ._item-arrow {
    background-color: #781a1d;
  }
}
.section-love .sc-list ._item-img img {
  display: block;
}
.section-love .sc-list ._item-body {
  position: relative;
  height: min(80px, 21.33vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-love .sc-list ._item-flour {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 20px;
  padding: 3px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  background: #d3b617;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.section-love .sc-list ._item-brand {
  width: 100%;
}
.section-love .sc-list ._item-brand img {
  height: 50px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.section-love .sc-list ._item-arrow {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: min(17px, 4.53vw);
  height: min(17px, 4.53vw);
  -webkit-mask-image: url(../images/arrow-b.svg);
          mask-image: url(../images/arrow-b.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  display: block;
  text-indent: -9999em;
  background-color: currentColor;
}
.section-love .sc-list ._item-check {
  position: absolute;
  bottom: min(8px, 2.13vw);
  left: min(10px, 2.67vw);
  z-index: 3;
}
.section-love .sc-list ._item-check a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: var(--font-zen-maru);
  font-size: min(11px, 2.93vw);
  font-weight: 900;
  line-height: 1.36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(115px, 30.67vw);
  padding: 2px 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(10px, 2.67vw);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: min(20px, 5.33vw);
  background: #d3b617;
}
.section-love .sc-list ._item-check a .check-arrow {
  width: min(10px, 2.67vw);
  height: min(10px, 2.67vw);
  background: url(../images/arrow.svg) no-repeat center/contain;
}
@media screen and (min-width: 992px) {
  .section-love .sc-list ._item-body {
    height: 106.64px;
  }
  .section-love .sc-list ._item-flour {
    height: 26.66px;
    padding: 3.999px 13px;
    font-size: 18.662px;
  }
  .section-love .sc-list ._item-brand img {
    height: 66.65px;
  }
  .section-love .sc-list ._item-arrow {
    bottom: 10.664px;
    right: 10.664px;
    width: 22.661px;
    height: 22.661px;
  }
  .section-love .sc-list ._item-check {
    bottom: 10.664px;
    left: 13.33px;
  }
  .section-love .sc-list ._item-check a {
    font-size: 14.663px;
    width: 153.295px;
    padding: 2.666px 9.331px;
    gap: 13.33px;
  }
  .section-love .sc-list ._item-check a .check-arrow {
    width: 13.33px;
    height: 13.33px;
  }
}
.section-love .sc-list ._item_or {
  margin: 0 -5px;
}

.section-note {
  background: #e5d7c0;
  padding: min(10px, 2.67vw) 0;
}
.section-note p {
  font-size: min(10px, 2.67vw);
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .section-note p {
    font-size: 13.33px;
  }
}

/* .mv-content{
    .mv-content__top{
        display: none;
    }
} */
@media screen and (min-width: 992px) {
  .offset {
    margin-top: -660px;
  }
}

