@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-optical-sizing: auto;
  word-break: break-word;
  line-height: 1.5;
  color: #788287;
  color: #000;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  a {
    transition: opacity 0.25s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99;
}
.l-header__inner {
  padding: 1.25rem 2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 136rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 0px) and (min-width: 0px) {
  .l-header__inner {
    padding: 0.651042vw 1.041667vw;
    max-width: 70.833333vw;
  }
}
.l-header__logo img {
  width: 24.5rem;
  display: block;
}
.l-header__mfg img {
  width: 17.5rem;
  display: block;
}
@media screen and (max-width: 0px) and (min-width: 0px) {
  .l-header__mfg img {
    width: 9.114583vw;
  }
}
@media screen and (max-width: 500px) {
  .l-header__inner {
    padding: 1.1rem 1rem;
  }
  .l-header__logo img {
    width: 13.3rem;
  }
  .l-header__mfg img {
    width: 11.7rem;
  }
}

.inner {
  padding-left: 6.8rem;
  padding-right: 6.8rem;
}
@media screen and (max-width: 500px) {
  .inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.wrap {
  max-width: 104rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.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;
  }
}
.bold {
  font-weight: bold !important;
}

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

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

.l-wrapper {
  position: relative;
}

.l-main {
  padding-top: 6rem;
}
@media screen and (max-width: 500px) {
  .l-main {
    padding-top: 4.8rem;
  }
}

.page-content {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  background: #000;
  background-blend-mode: multiply, normal;
  padding-bottom: 5rem;
}
@media screen and (max-width: 500px) {
  .page-content {
    padding-top: 0rem;
  }
}

.page-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* &::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 26.8rem;
  }
  &__left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: calc((100% - 50rem) / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10rem;
  } */
}
@media screen and (max-width: 500px) {
  .page-background {
    display: none;
  }
}
.page-background::before, .page-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #002E66;
}
.page-background::after {
  background: url(../images/bg-2.png) repeat top center/37.5rem;
  mix-blend-mode: overlay;
  opacity: 0.4;
}

.inner {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* フッター */
.footer {
  height: inherit;
  display: block;
  margin: 0 auto;
}

.footer .pagetop {
  margin-top: 0;
}

.footer .pagetop:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #707070, #707070);
}

.footer .pagetop .pagetop__inner {
  text-align: right;
  padding: 7px 20px;
  margin: 0 auto;
}

.footer .pagetop .pagetop__inner span {
  color: black;
}

.footer .pagetop:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #707070, #707070);
}

.footer__head {
  padding: 40px 40px 50px;
  /* max-width: 1280px; */
  margin: 0 auto;
}

.footer-inner_wrap {
  max-width: 1280px;
  width: 90%;
  display: block;
  margin: 0 auto;
}

.footer__body ul {
  border-top: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer__body ul {
    justify-content: left;
  }
}

.footer__body ul {
  margin: 0 40px;
  padding-top: 35px;
  padding-bottom: 20px;
}

.footer__body ul li {
  font-size: 1.4rem;
  text-align: center;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 22px;
}

.footer__body ul li {
  font-size: 1.3rem;
  text-align: center;
  float: none;
  border: none;
  padding: 0;
  border-right: 1px solid #ccc;
}
.footer__body ul li.border-none {
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .footer__body ul li {
    border-right: 0;
  }
}

.footer__body ul li a {
  display: block;
  width: 100%;
}

.footer__body ul li a {
  display: block;
  transition: 0.4s;
  border-right: 1px solid #ccc;
}

.add_border {
  border-right: 1px solid #ccc;
}

.footer__body ul li .border-none {
  border-right: none;
}

.footer__body ul li:nth-of-type(1) {
  width: 200px;
}

.footer__body ul li:nth-of-type(2) {
  width: 200px;
}

.footer__body ul li:nth-of-type(3) {
  width: 200px;
}

.footer__body ul li:nth-of-type(4) {
  width: 200px;
}

.footer__body ul li:nth-of-type(5) {
  width: 200px;
}

.footer__body ul li:nth-of-type(1) img {
  width: 150px;
}

.footer__body ul li:nth-of-type(2) img {
  width: 150px;
}

.footer__body ul li:nth-of-type(3) img {
  width: 87px;
}

.footer__body ul li:nth-of-type(4) img {
  height: 44px;
  width: auto;
}

.footer__body ul li:nth-of-type(5) img {
  width: auto;
  height: 44px;
}

.footer__body .footer__link {
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.footer__body .footer__link {
  text-align: right;
  margin: 0 40px 20px;
  padding: 0 0 10px 0;
}

.footer__body .footer__link .link-text {
  color: #444;
  font-size: 1.3rem;
  text-decoration: none;
  display: block;
  padding: 11px 0;
}

.footer__body .footer__link .link-text {
  font-size: 1.1rem;
  letter-spacing: 1.2px;
  display: inline-block;
  padding: 0;
  transition: 0.4s;
}

.footer__body .footer__link .link-text span {
  position: relative;
  padding-right: 10px;
}

.footer__logo {
  width: 266px;
  padding-top: 10px;
  padding-bottom: 12px;
}

.footer.type02 .footer__logo {
  max-width: none;
  display: flex;
  justify-content: center;
}

.footer.type02 .footer__logo {
  width: auto;
}

.footer__foot .links ul {
  /* overflow: hidden; */
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer__foot .links ul {
  margin-bottom: 0;
}

.footer__foot .links li {
  /* float: left; */
  font-size: 1.1rem;
  padding-bottom: 10px;
}

.footer__foot .links li {
  padding-bottom: 0px;
  white-space: nowrap;
}

.footer__foot .links li:first-of-type {
  font-size: 1rem;
  color: #878787;
  padding: 0 5px 11px 0;
}

.footer__foot .links li:first-of-type {
  padding: 0 3px 0 0;
}

.footer__nav {
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.footer__nav {
  font-size: 1.2rem;
  /* float: left; */
  letter-spacing: 0.15rem;
  margin-bottom: 0;
  display: -ms-flex box;
  display: flex;
  flex-wrap: wrap;
}

.footer__nav li {
  padding-bottom: 10px;
  text-align: left;
}

.footer__nav li {
  /* float: left; */
  width: 20%;
}

.footer__nav li a {
  color: #444;
  text-decoration: none;
}

.footer__nav a {
  transition: 0.4s;
}

.footer__body ul li img {
  max-height: 44px;
}

.footer__body ul li img {
  max-height: none;
  height: auto;
}

.footer .pagetop .pagetop__inner a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 8px;
  height: 8px;
  margin-top: -1px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: rotate(-45deg);
}

.footer .pagetop .pagetop__inner a span {
  position: relative;
  padding-right: 15px;
}

.footer__foot .links li a {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  color: #343434;
}

.footer__foot .links li a {
  transition: 0.4s;
  padding: 0 17px;
}

.MSG_logo {
  width: 209px;
}

.footer-inner_wrap .detail p {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
}

.footer-inner_wrap .detail {
  margin: 40px 40px 40px;
}

.footer__body .footer__link .link-text span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  transform: rotate(45deg);
}

@media screen and (max-width: 500px) {
  .tab_only {
    display: block;
  }
  .footer__logo {
    float: inherit;
    margin: 0 auto 20px;
  }
  .footer__nav li {
    width: 100%;
  }
  .footer-inner_wrap {
    width: 100%;
  }
  .footer__body ul {
    margin: 0;
  }
  .footer__body ul li {
    width: 50%;
  }
  .footer__body ul li:nth-of-type(1),
  .footer__body ul li:nth-of-type(2),
  .footer__body ul li:nth-of-type(3),
  .footer__body ul li:nth-of-type(4),
  .footer__body ul li:nth-of-type(5) {
    width: 50%;
  }
  .footer__body ul li a {
    border-right: none;
    padding: 12px 0;
  }
  .footer__body ul li:nth-of-type(odd) {
    border-right: 1px solid #ccc;
  }
  .footer__body ul li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
  }
  .footer__body ul {
    padding-top: 0px;
  }
  .footer__body .footer__link {
    margin: 0 0px 20px;
    display: -ms-flex box;
    display: flex;
    justify-content: center;
  }
  .footer.type02 .footer__logo {
    margin: 0 0 18px 0;
  }
  .footer-inner_wrap .detail {
    margin: 20px 0 40px;
    padding: 0 15px;
  }
  .footer__head {
    padding: 0px 15px 50px;
  }
  .footer .pagetop .pagetop__inner {
    text-align: center;
  }
  .footer__foot .links li {
    margin-bottom: 9px;
  }
  #hightlights .info-flex li {
    flex-direction: column;
  }
  #hightlights .info-flex li .image {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 18px;
  }
  #hightlights .info-flex li .copy {
    width: 100%;
  }
  #hightlights .info-flex li p.lead {
    font-size: min(4.8vw, 22px);
    margin-bottom: 13px;
  }
  #hightlights .info-flex li p.text {
    font-size: min(3.8vw, 16px);
  }
  h2 p {
    font-size: min(3.4vw, 12px);
  }
  h2 {
    margin-bottom: 22px;
  }
  #shop .lead {
    font-size: min(3.55vw, 15px);
  }
  .content-inner {
    width: 100%;
    padding: 0 15px;
  }
  #shop .shop-news_flex {
    flex-direction: column;
    margin-bottom: 0;
  }
  .shop-news_flex .floor01,
  .shop-news_flex .floor02,
  .shop-news_inner_flex .shop {
    width: 100%;
  }
  .shop-news_flex .floor p {
    font-size: min(3.7vw, 15px);
  }
  .shop-news_flex .floor {
    padding: 12px 0;
    margin-bottom: 13px;
  }
  .shop-news_flex .shop p {
    font-size: min(3.8vw, 16px);
  }
  .shop-news_flex ul.shop {
    margin-bottom: 36px;
  }
  .shop-news_flex ul.shop.floor2 {
    margin-bottom: 0px;
  }
  #shop .shop-news_inner_flex {
    flex-direction: column;
  }
  #shop {
    padding: 40px 0 71px;
  }
  #info .content_flex li {
    width: 100%;
    padding: 56px 0 53px;
  }
  #hightlights {
    padding: 60px 0 60px;
  }
  #info .access .text {
    font-size: min(3.6vw, 14px);
  }
  #info .press-release .sub {
    font-size: min(3.6vw, 15px);
    padding: 10px 0;
  }
  #coming-soon .coming-title .text {
    font-size: min(3.6vw, 14px);
    margin-bottom: 17px;
  }
  #coming-soon .coming-title img {
    width: 45vw;
  }
  #news .content-inner {
    padding: 64px 0 53px;
  }
  #news .news_flex {
    width: calc(100% - 30px);
    padding: 11px 0% 18px;
  }
  #news .news_flex_wrap {
    width: 90%;
    border-radius: 9px;
  }
  #news .news_flex p {
    font-size: min(3.6vw, 14px);
  }
  #news li.day {
    padding-right: 12px;
    border-right: 1px solid;
    margin-right: 13px;
    height: 100%;
  }
  .BG_deco01 {
    width: 16%;
    right: 7%;
    bottom: -28%;
  }
  .BG_deco02 {
    width: 16%;
    left: 6%;
    top: -6%;
  }
  .la-logo {
    width: 59%;
    margin: 49px auto 50px;
  }
  #splash-logo {
    width: 50%;
  }
  #hightlights h2 {
    margin-bottom: 34px;
  }
  #shop h2 {
    margin-bottom: 41px;
  }
  #shop .lead {
    margin-bottom: 12px;
  }
  .BG_deco03 {
    width: 12%;
    right: 4%;
    top: -5%;
  }
  #shop .shop-news_frame01_flex {
    flex-direction: column;
  }
  #shop .shop-news_frame01_flex ul {
    width: 100%;
  }
  .shop-news_flex ul.shop.upper {
    margin-bottom: 0;
  }
  #shop .intro_caution {
    font-size: min(3.35vw, 13px);
  }
}
.footer-container {
  /* max-width: 1200px; */
  margin-left: auto;
  margin-right: auto;
  /* padding-top: 50px; */
  background-color: white;
}

.footer__inner__bottom {
  padding: 4em 15px;
  max-width: 1250px;
  width: 95%;
  display: block;
  margin: 0 auto;
}

.copyright {
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .copyright {
    text-align: center;
  }
}

.footer_logo {
  width: 266px;
  padding-top: 10px;
  padding-bottom: 12px;
}

.footer__logo__flex {
  display: flex;
  margin-bottom: 30px;
  gap: 17%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .footer__logo__flex {
    align-items: center;
    flex-direction: column-reverse;
  }
}

footer {
  position: relative;
  z-index: 2;
}

.page-content {
  font-family: "Zen Old Mincho", sans-serif;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .page-content {
    font-size: 1.33rem;
  }
}
.page-content::before, .page-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #001f45;
}
.page-content::after {
  background: url(../images/bg-2.png) repeat top center/37.5em;
  mix-blend-mode: overlay;
}
@media screen and (min-width: 768px) {
  .page-content {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.mv .img-02 {
  margin-top: -1rem;
}

.mv-text {
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: -0.045rem;
  margin-top: 0.7333333333em;
}
.mv-text .yel {
  color: #ebdb9a;
  font-size: 1.2666666667em;
  letter-spacing: -0.03em;
}
.mv-note {
  color: #001f45;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.05em;
  padding-top: 0.2666666667em;
  padding-bottom: 0.3333333333em;
  background: #F3DE90;
  text-align: center;
  position: relative;
  z-index: 1;
}
.mv-note span {
  color: #dd3400;
}

.list1 {
  margin-top: 2.2em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.3em;
}
.list1 .item {
  background-color: #fff;
  padding: 1.68em 1em;
}
.list1 .item .item-img img {
  width: 8.7em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.list1 .item .item-txt {
  margin-top: 0.9333333333em;
  color: #252773;
  text-align: center;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.53;
}
.list1 .item .item-txt .small {
  font-size: 0.6666666667em;
}
.list1 .item:nth-child(1) {
  position: relative;
}
.list1 .item:nth-child(1)::after {
  content: "";
  width: 3.5em;
  height: 3.5rem;
  position: absolute;
  right: -2.5em;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/plus.svg) no-repeat center/contain;
}

.list1-note {
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 2;
  letter-spacing: -0.03em;
}

.box1 {
  display: flex;
  padding: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6em;
  border: 2px solid #252773;
  background: #fff;
  margin-top: 1rem;
}
.box1 .box1-flex {
  display: flex;
  align-items: center;
  gap: 0.6em;
}
.box1 .box1-flex .img {
  width: 12.2em;
}
.box1 .box1-flex .text {
  color: #252773;
  font-size: 2.4em;
  font-weight: 900;
  line-height: 1.125em;
  letter-spacing: -0.15em;
}
.box1 .box1-flex .text .num {
  font-size: 1.4166666667em;
  letter-spacing: 0;
}
.box1 .box1-text {
  color: #252773;
  font-size: 1.2em;
  font-weight: 900;
  line-height: normal;
  margin-top: 0.5em;
}

.box2 {
  margin-top: 1.4285714286em;
  width: 15.8571428571em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.6666666667em 0;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 2.1em;
  font-weight: 900;
  line-height: 1.19;
  letter-spacing: -0.03em;
}
.box2 .fs17 {
  font-size: 0.8095238095em;
}
.box2 .fs23 {
  font-size: 1.0952380952em;
}
.box2 .yl {
  color: #e7d385;
}

.text-02 {
  margin-top: 1.4814814815em;
  color: #e7d385;
  text-align: center;
  font-size: 2.7em;
  font-weight: 900;
  line-height: 1.11;
  letter-spacing: -0.02em;
}

.text-03 {
  margin-top: 1.25em;
  color: #fff;
  text-align: center;
  font-size: 1.6em;
  font-weight: 900;
  line-height: 1.56;
}

.box02 {
  margin-top: 2em;
}
.box02-ttl {
  padding: 0.4rem 1rem;
  color: #252773;
  text-align: center;
  font-size: 1.8em;
  font-weight: 900;
  line-height: 1.38;
  background: linear-gradient(180deg, #e4cc73 0%, #ffefaf 50%, #e3cc71 100%);
}
.box02-body {
  background-color: #fff;
  padding: 2.2em;
}
.box02 .box02-txt {
  color: #252773;
  font-size: 1.6em;
  font-weight: 900;
  line-height: 1.75;
  text-decoration: underline;
}
.box02 .imaps {
  margin-top: 1rem;
  text-align: center;
}
.box02 .list-step li + li {
  margin-top: 3em;
}
.box02 .list-step .step-label {
  display: flex;
  width: 5.0555555556em;
  height: 2.0555555556em;
  justify-content: center;
  align-items: center;
  background: linear-gradient(198deg, #252773 11.72%, #0071be 103.01%);
  color: #fff;
  text-align: center;
  font-size: 1.8em;
  font-weight: 900;
  line-height: 1.27;
  margin-left: auto;
  margin-right: auto;
}
.box02 .list-step .step-title {
  color: #252773;
  text-align: center;
  font-size: 1.8em;
  font-weight: 900;
  line-height: 1.27;
  margin-top: 0.7rem;
}
.box02 .list-step .step-desc-2 {
  color: #252773;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.03em;
  margin-top: 0.5rem;
}
.box02 .list-step .step-desc-3 {
  color: #252773;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.66;
  letter-spacing: 0.03em;
  margin-top: 0.5833333333em;
}
.box02 .list-step .step-img {
  text-align: center;
  margin-top: 0.7em;
}

.ttl-yel {
  text-align: center;
  font-size: 2.4em;
  font-weight: 900;
  line-height: 2.5rem; /* 104.167% */
  background: linear-gradient(180deg, #e4cc73 0%, #ffefaf 50%, #e3cc71 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sale {
  padding-top: 4em;
  margin-top: 4em;
  border-top: 1px solid #fff;
}
.sale .sale-list {
  margin-top: 2em;
}
.sale .sale-list .item {
  padding: 2em 1.4em;
  background-color: #fff;
}
.sale .sale-list .item + .item {
  margin-top: 2em;
}
.sale .sale-list .item .item-logo {
  text-align: center;
  margin-bottom: 1em;
}
.sale .sale-list .item .item-text + .item-text {
  margin-top: 0.5em;
}
.sale .sale-list .item .item-text ._ttl {
  color: #252773;
  text-align: center;
  font-size: 2.4em;
  font-weight: 900;
  line-height: 1.54;
}
.sale .sale-list .item .item-text ._date {
  color: #252773;
  font-size: 1.6em;
  font-weight: 900;
  line-height: 1.54;
  letter-spacing: 0.06em;
  text-align: center;
}
.sale .sale-list .item .item-button {
  margin-top: 0.7894736842em;
  display: flex;
  width: 100%;
  height: 2.6315789474em;
  justify-content: center;
  align-items: center;
  border-radius: 1.5789473684em;
  background: #252773;
  color: #fff;
  text-align: center;
  font-size: 1.9em;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.sale .sale-list .item .item-button span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.3684210526em solid transparent;
  border-bottom: 0.3684210526em solid transparent;
  border-left: 0.4736842105em solid #fff;
  margin-left: 0.2631578947em;
}

.accum {
  padding-top: 4em;
  margin-top: 4em;
  border-top: 1px solid #fff;
}
.accum .accum-txt {
  color: #fff;
  font-size: 1.4em;
  font-weight: 900;
  line-height: 1.85;
  letter-spacing: -0.042rem;
  margin-top: 1.4285714286em;
}
.accum .accum-img {
  margin-top: 2em;
}
.accum .mem-pro {
  margin-top: 2em;
  text-align: center;
}

.sum-note {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.03em;
  margin-top: 3.6363636364em;
}