:root {
  --bezier: cubic-bezier(0.68, 0, 0.265, 1);
  --nomura-red: #d70029;
  --gold: #d3bb7d;
  --header-h: 84px;
}

#sec2,
#sec3,
#sec4,
#sec5,
#sec6 {
  scroll-margin-top: var(--header-h);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding-top: 84px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body.is-popup-open,
body.is-menu-open {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  display: block;
  max-width: 100%;
}

.hero {
  position: relative;
  width: 100%;
  height: 990px;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__title,
.hero__coin,
.hero__subtitle,
.hero__date {
  position: absolute;
}

.hero__title img,
.hero__coin img,
.hero__subtitle img,
.hero__date img {
  width: 100%;
  height: auto;
}

.hero__title {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
  width: 906px;
}

.hero__coin {
  top: 210px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 768px;
}

.hero__subtitle {
  top: 490px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 759px;
}

.hero__date {
  top: 276px;
  left: calc(50% + 344px);
  transform: scale(0);
  width: 185px;
}

.hero__custody {
  position: absolute;
  bottom: 36px;
  left: 15px;
  padding: 8px 20px;
  background: rgba(10, 54, 126, 0.6);
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
}

@keyframes hero-grow {
  0% { transform: translateX(-50%) scale(0); }
  75% { transform: translateX(-50%) scale(1.05); }
  100% { transform: translateX(-50%) scale(1); }
}

@keyframes hero-grow-plain {
  0% { transform: scale(0); }
  75% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.hero--play .hero__coin {
  animation: hero-grow 1s ease-out forwards;
}

.hero--play .hero__subtitle {
  animation: hero-grow 0.9s ease-out 0.3s forwards;
}

.hero--play .hero__date {
  animation: hero-grow-plain 0.9s ease-out 0.6s forwards;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
}

.reveal.is-in {
  opacity: 1;
  transform: none;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.sec2__card.reveal {
  transform: translateX(-50%) translateY(40px);
}

.sec2__card.reveal.is-in {
  transform: translateX(-50%);
}

.sec2 {
  position: relative;
  height: 879px;
  background-color: #fff8e5;
  overflow: hidden;
}

.sec2__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 879px;
}

.sec2__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec2__card {
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1141px;
  height: 799px;
}

.sec2__frame {
  position: absolute;
  inset: 0;
}

.sec2__frame img {
  display: block;
  width: 100%;
  height: 100%;
}

.sec2__coming {
  position: absolute;
  z-index: 2;
  top: 149px;
  left: 50%;
  transform: translateX(-50%);
  width: 746px;
}

.sec2__coming img {
  display: block;
  width: 100%;
  height: auto;
}

.sec2__video {
  display: none;
  position: absolute;
  z-index: 2;
  top: 143px;
  left: 50%;
  transform: translateX(-50%);
  width: 970px;
  height: 546px;
}

.sec2__video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.sec2.is-video .sec2__coming {
  display: none;
}

.sec2.is-video .sec2__video {
  display: block;
}

.sec3 {
  position: relative;
  background: #d70029;
  overflow: hidden;
  padding: 265px 0 45px;
}

.sec3__bg {
  position: absolute;
  z-index: 0;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 2540px;
  pointer-events: none;
}

.sec3__bg img {
  display: block;
  width: 100%;
  height: auto;
}

.sec3__panel {
  position: relative;
  z-index: 1;
  width: 1400px;
  margin: 0 auto;
}

.sec3__cap {
  display: block;
  width: 100%;
  height: auto;
}

.sec3__cap--top {
  margin-bottom: -1px;
}

.sec3__cap--bot {
  margin-top: -1px;
}

.sec3__body {
  position: relative;
}

.sec3__fill {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.sec3__inner {
  position: relative;
  z-index: 1;
  padding: 22px 0 0;
}

.sec3__subtitle {
  margin: 0 auto;
  max-width: 1200px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  color: #000;
  text-align: center;
}

.sec3__source {
  margin: 0 auto;
  max-width: 1200px;
  font-weight: 350;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  text-align: justify;
}

.sec3__source-em {
  font-weight: 700;
  color: #d70029;
}

.sec3__topgraph-img {
  display: block;
  width: 1225px;
  height: auto;
  margin: 16px auto 24px;
}

.sec3__tabs {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  margin-top: 32px;
}

.sec3__decor {
  display: block;
  width: 356px;
  height: auto;
  margin-bottom: 30px;
}

.sec3__tablist {
  display: flex;
  align-items: flex-end;
}

.sec3__tab {
  position: relative;
  display: block;
  width: 169px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.sec3__tab img {
  display: block;
  width: 100%;
  height: auto;
}

.sec3__tab img.sec3__tab-on {
  position: absolute;
  top: calc(-4 / 180 * 100%);
  left: calc(-4 / 338 * 100%);
  width: calc(354 / 338 * 100%);
  max-width: none;
  opacity: 0;
}

.sec3__tab.is-active {
  width: 237px;
}

.sec3__tab.is-active .sec3__tab-off {
  opacity: 0;
}

.sec3__tab.is-active .sec3__tab-on {
  opacity: 1;
}

.sec3__tab:not(.is-active):hover .sec3__tab-off {
  opacity: 0;
}

.sec3__tab:not(.is-active):hover .sec3__tab-on {
  opacity: 1;
}

.sec3__panels {
  margin-top: 40px;
}

.sec3__title {
  display: block;
  height: 42px;
  width: auto;
  margin: 0 auto;
}

.sec3__tabpanel > .sec3__subtitle {
  margin-top: 22px;
}

.sec3__graph {
  display: block;
  width: 1216px;
  height: auto;
  margin: 41px auto 28px;
}

.sec3__tabpanel[data-panel="3"] .sec3__graph {
  width: 1220px;
}

.sec3__twocol {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 34px;
  margin-top: 44px;
}

.sec3__tabpanel[data-panel="3"] .sec3__source {
  text-align: center;
}

.sec3__col {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}

.sec3__col:nth-child(1) {
  width: 535px;
}

.sec3__col:nth-child(2) {
  width: 698px;
}

.sec3__col-graph {
  display: block;
  width: 100%;
  height: auto;
}

.sec3__col .sec3__source {
  margin-top: 16px;
  max-width: none;
  width: 100%;
}

.sec3__m {
  display: none;
}

.sec4 {
  position: relative;
  background: #006bb5;
  overflow: hidden;
  padding: 239px 0 40px;
}

.sec4__bg {
  position: absolute;
  z-index: 0;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 2540px;
  pointer-events: none;
}

.sec4__bg img {
  display: block;
  width: 100%;
  height: auto;
}

.sec4__panel {
  position: relative;
  z-index: 1;
  width: 1400px;
  margin: 0 auto;
}

.sec4__cap {
  display: block;
  width: 100%;
  height: auto;
}

.sec4__cap--top {
  margin-bottom: -1px;
}

.sec4__cap--bot {
  margin-top: -1px;
}

.sec4__body {
  position: relative;
}

.sec4__fill {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.sec4__inner {
  position: relative;
  z-index: 1;
  padding: 12px 0 0;
}

.sec4__source {
  margin: 0 auto;
  max-width: 1200px;
  font-weight: 350;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  text-align: justify;
}

.sec4__source-em {
  font-weight: 700;
  color: #d70029;
}

.sec4__tabpanel[data-panel="1"] .sec4__source-em {
  color: inherit;
}

.sec4__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.sec4__decor {
  display: block;
  width: 338px;
  height: auto;
}

.sec4__tablist {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sec4__subtitle {
  margin: 18px auto 0;
  max-width: 1200px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  color: #000;
  text-align: center;
}

.sec4__tab {
  position: relative;
  display: block;
  width: 98px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.sec4__tab img {
  display: block;
  width: 100%;
  height: auto;
}

.sec4__tab .sec4__tab-on,
.sec4m__tab .sec4__tab-on {
  position: absolute;
  top: 2.21%;
  left: -1.52%;
  width: 106.71%;
  max-width: none;
  height: auto;
  opacity: 0;
}

.sec4__tab.is-active {
  width: 126px;
}

.sec4__tab.is-active .sec4__tab-off {
  opacity: 0;
}

.sec4__tab.is-active .sec4__tab-on {
  opacity: 1;
}

.sec4__tab:not(.is-active):hover .sec4__tab-off {
  opacity: 0;
}

.sec4__tab:not(.is-active):hover .sec4__tab-on {
  opacity: 1;
}

.sec4__panels {
  margin-top: 35px;
}

.sec4__title {
  display: block;
  height: 42px;
  width: auto;
  margin: 0 auto;
}

.sec4__graph {
  display: block;
  height: auto;
  margin: 30px auto 27px;
}

.sec4__tabpanel[data-panel="1"] .sec4__graph {
  width: 1220px;
}

.sec4__tabpanel[data-panel="2"] .sec4__graph {
  width: 1200px;
}

.sec4__tabpanel[data-panel="3"] .sec4__graph {
  width: 1116px;
}

.sec4__tabpanel[data-panel="4"] .sec4__graph {
  width: 1074px;
}

.sec4__m {
  display: none;
}

.sec-src {
  max-width: 1200px;
  margin: 0 auto;
  font-weight: 350;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  text-align: justify;
}

.sec-src b {
  font-weight: 700;
}

.sec-src .em-red {
  color: #d70029;
}

.sec5,
.sec6,
.sec7 {
  position: relative;
  text-align: center;
}

.sec5 { z-index: 3; }
.sec6 { z-index: 2; }
.sec7 { z-index: 1; }

.sec-decor {
  position: absolute;
  z-index: 0;
  height: auto;
  pointer-events: none;
}

.sec5 > :not(.sec-decor),
.sec6 > :not(.sec-decor),
.sec7 > :not(.sec-decor) {
  position: relative;
  z-index: 1;
}

.sec-decor--l {
  left: min(0px, calc(50% - 960px));
}

.sec-decor--r {
  right: min(0px, calc(50% - 960px));
}

.sec5__dec-dots { top: -35px; width: 330px; }
.sec5__dec-tri { bottom: -175px; width: 204px; }
.sec5__dec-dotsr { bottom: -33px; width: 330px; }
.sec6__dec-semi { bottom: -150px; width: 231px; }
.sec6__dec-dots { bottom: -34px; width: 330px; }
.sec7__dec-tri { top: 806px; width: 173px; }
.sec7__dec-wave { bottom: -1px; width: 285px; right: calc(min(0px, 50% - 960px) - 116px); }
.sec7__dec-wave-l { bottom: -1px; width: 285px; left: calc(min(0px, 50% - 960px) - 116px); }

.sec5 img,
.sec6 img,
.sec7 img {
  display: block;
  margin: 0 auto;
  height: auto;
}

.sec5 {
  background: #fff8e5;
  padding: 16px 0 70px;
}

.sec5 img.sec5m__decor {
  display: none;
}

.sec5__title img {
  width: 735px;
}

.sec5__fig img {
  width: 1390px;
}

.sec5__source {
  margin-top: 36px;
}

.sec6 {
  background: #fff;
  padding: 30px 0 40px;
}

.sec6__title img {
  width: 1187px;
}

.sec6__fig img {
  width: 1182px;
}

.sec6__source {
  margin-top: 28px;
}

.sec7 {
  background: #fff8e5;
  padding: 64px 0 60px;
}

.sec7__panel {
  width: 1355px;
  margin: 0 auto;
  padding: 3px 0 36px;
  background: #fff;
}

.sec7__warn {
  margin: 22px auto 0;
  max-width: 1280px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  color: #d70029;
  text-align: center;
}

.sec7__title--1 img {
  width: 713px;
}

.sec7__fig--1 img {
  width: 1282px;
  margin-top: 12px;
}

.sec7__fig--2 img {
  width: 1249px;
  margin-top: 12px;
}

.sec7__title--2 img {
  width: 288px;
}

.sec7__title--2 {
  display: block;
  margin-top: 40px;
}

.sec7__source {
  margin-top: 24px;
}

.popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}

.popup.is-open {
  display: block;
}

.popup__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 43px auto 141px;
  padding: 48px 0 34px;
  width: 1320px;
  max-width: 100%;
  max-height: calc(100vh - 184px);
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.popup__close {
  position: absolute;
  top: 22px;
  right: 30px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.popup__close img {
  width: 100%;
  height: 100%;
}

.popup__title {
  flex-shrink: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  color: var(--nomura-red);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
}

.popup__scroll {
  flex: 1 1 auto;
  min-height: 0;
  width: 1200px;
  margin-top: 22px;
  overflow-y: auto;
  scrollbar-width: none;
}

.popup__scroll::-webkit-scrollbar {
  display: none;
}

.popup__org {
  color: #000;
  font-weight: 350;
  font-size: 14px;
  line-height: normal;
}

.popup__org span + span::before {
  content: "｜";
}

.popup__org a {
  color: inherit;
  text-decoration: underline;
}

.popup__disclaimer {
  margin-top: 10px;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
}

.popup__disclaimer b {
  color: var(--nomura-red);
  font-weight: 700;
}

.popup__bar {
  position: absolute;
  top: 130px;
  bottom: 124px;
  right: 21px;
  width: 19px;
}

.popup__bar-track {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: var(--gold);
  border-radius: 999px;
}

.popup__bar-thumb {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 19px;
  height: 19px;
  background: var(--nomura-red);
  border-radius: 50%;
  cursor: pointer;
}

.popup__btn {
  flex-shrink: 0;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 268px;
  height: 60px;
  padding: 0;
  border: 0;
  border-radius: 30px;
  background: var(--nomura-red);
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  cursor: pointer;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  background: #fff;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  z-index: 100;
}

.header__inner {
  position: relative;
  width: 1600px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}

.header__logo {
  position: absolute;
  top: 13px;
  left: 212px;
  width: 83px;
  height: 57px;
  cursor: pointer;
}

.header__logo img {
  width: 100%;
  height: 100%;
}

.header__nav-item {
  position: absolute;
  top: 42px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #331d0d;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
}

.header__nav-item.is-active,
.header__nav-item:hover {
  color: #d91037;
  font-weight: 700;
}

.header__nav-item:nth-of-type(1) { left: 829px; }
.header__nav-item:nth-of-type(2) { left: 986px; }
.header__nav-item:nth-of-type(3) { left: 1161px; }
.header__nav-item:nth-of-type(4) { left: 1336px; }
.header__nav-item:nth-of-type(5) { left: 1511px; }

.header__nav-mark {
  display: none;
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  width: 30px;
  height: 17px;
}

.header__nav-item.is-active .header__nav-mark {
  display: block;
}

.header__burger {
  display: none;
}

.mmenu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: rgba(36, 36, 36, 0.5);
}

.mmenu__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 40px 110px;
  background: #eee;
}

.footer__org {
  width: 1200px;
  max-width: 100%;
  color: #000;
  font-weight: 350;
  font-size: 14px;
  line-height: normal;
}

.footer__org span:not(:last-child)::after {
  content: "｜";
}

.footer__org a {
  color: inherit;
  text-decoration: underline;
}

.footer__disclaimer {
  width: 1200px;
  max-width: 100%;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.footer__disclaimer b {
  color: var(--nomura-red);
  font-weight: 700;
}

.flinks {
  position: fixed;
  right: 33px;
  bottom: 168px;
  width: 108px;
  height: 442px;
  z-index: 90;
}

.flinks__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.flinks__item {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.flinks__item--dm {
  top: 50px;
  gap: 4px;
}

.flinks__item--app {
  top: 166px;
  gap: 2px;
}

.flinks__item--fb {
  top: 309px;
  gap: 4px;
}

.flinks__icon {
  width: 49px;
  height: 49px;
}

.flinks__icon--fb {
  width: 47px;
  height: 47px;
}

.flinks__icon--app {
  width: 31px;
  height: 54px;
}

.flinks__text {
  color: #301a0a;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.flinks__text--app {
  line-height: 1.3;
}

.flinks__arrow,
.flinks__f {
  fill: #8d6a31;
}

.flinks__parrow {
  stroke: #8d6a31;
}

.flinks__item:hover .flinks__text {
  color: #d91037;
}

.flinks__item--dm:hover .flinks__arrow {
  fill: #d91037;
}

.flinks__item--app:hover .flinks__parrow {
  stroke: #d91037;
}

.flinks__item--fb:hover .flinks__f {
  fill: #d91037;
}

.flinks__divider {
  position: absolute;
  top: 151px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 1px;
  background: #8d6a31;
}

.flinks__divider--2 {
  top: 294px;
}

.totop {
  position: fixed;
  right: 33px;
  bottom: 40px;
  width: 108px;
  height: 108px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  z-index: 90;
  visibility: hidden;
}

.totop.is-visible {
  visibility: visible;
}

.totop img {
  width: 100%;
  height: 100%;
}

.totop__m {
  display: none;
}

.flinks-m {
  display: none;
}

@media (max-width: 1600px) and (min-width: calc(800px + 1px)) {
  body {
    --header-h: calc(84 / 1600 * 100vw);
    padding-top: calc(84 / 1600 * 100vw);
  }

  .hero {
    height: calc(990 / 1600 * 100vw);
  }
  .hero__title {
    top: calc(46 / 1600 * 100vw);
    width: calc(906 / 1600 * 100vw);
  }
  .hero__coin {
    top: calc(210 / 1600 * 100vw);
    width: calc(768 / 1600 * 100vw);
  }
  .hero__subtitle {
    top: calc(490 / 1600 * 100vw);
    width: calc(759 / 1600 * 100vw);
  }
  .hero__date {
    top: calc(276 / 1600 * 100vw);
    left: calc(50% + (344 / 1600 * 100vw));
    width: calc(185 / 1600 * 100vw);
  }
  .hero__custody {
    bottom: calc(36 / 1600 * 100vw);
    left: calc(15 / 1600 * 100vw);
    padding: calc(8 / 1600 * 100vw) calc(20 / 1600 * 100vw);
    border-radius: calc(8 / 1600 * 100vw);
    font-size: calc(24 / 1600 * 100vw);
  }

  .sec2 {
    height: calc(879 / 1600 * 100vw);
  }
  .sec2__bg {
    width: calc(1920 / 1600 * 100vw);
    height: calc(879 / 1600 * 100vw);
  }
  .sec2__card {
    top: calc(30 / 1600 * 100vw);
    width: calc(1141 / 1600 * 100vw);
    height: calc(799 / 1600 * 100vw);
  }
  .sec2__coming {
    top: calc(149 / 1600 * 100vw);
    width: calc(746 / 1600 * 100vw);
  }
  .sec2__video {
    top: calc(143 / 1600 * 100vw);
    width: calc(970 / 1600 * 100vw);
    height: calc(546 / 1600 * 100vw);
  }

  .sec3 {
    padding: calc(265 / 1600 * 100vw) 0 calc(45 / 1600 * 100vw);
  }
  .sec3__bg {
    width: calc(2540 / 1600 * 100vw);
  }
  .sec3__panel {
    width: calc(1400 / 1600 * 100vw);
  }
  .sec3__inner {
    padding: calc(22 / 1600 * 100vw) 0 0;
  }
  .sec3__subtitle {
    max-width: calc(1200 / 1600 * 100vw);
    font-size: calc(24 / 1600 * 100vw);
  }
  .sec3__source {
    max-width: calc(1200 / 1600 * 100vw);
    font-size: calc(16 / 1600 * 100vw);
  }
  .sec3__topgraph-img {
    width: calc(1225 / 1600 * 100vw);
    margin: calc(16 / 1600 * 100vw) auto calc(24 / 1600 * 100vw);
  }
  .sec3__tabs {
    gap: 0;
    margin-top: calc(32 / 1600 * 100vw);
  }
  .sec3__decor {
    width: calc(356 / 1600 * 100vw);
    margin-bottom: calc(30 / 1600 * 100vw);
  }
  .sec3__tab {
    width: calc(169 / 1600 * 100vw);
  }
  .sec3__tab.is-active {
    width: calc(237 / 1600 * 100vw);
  }
  .sec3__panels {
    margin-top: calc(40 / 1600 * 100vw);
  }
  .sec3__title {
    height: calc(42 / 1600 * 100vw);
  }
  .sec3__tabpanel > .sec3__subtitle {
    margin-top: calc(22 / 1600 * 100vw);
  }
  .sec3__graph {
    width: calc(1216 / 1600 * 100vw);
    margin: calc(41 / 1600 * 100vw) auto calc(28 / 1600 * 100vw);
  }
  .sec3__tabpanel[data-panel="3"] .sec3__graph {
    width: calc(1220 / 1600 * 100vw);
  }
  .sec3__twocol {
    gap: calc(34 / 1600 * 100vw);
    margin-top: calc(44 / 1600 * 100vw);
  }
  .sec3__col:nth-child(1) {
    width: calc(535 / 1600 * 100vw);
  }
  .sec3__col:nth-child(2) {
    width: calc(698 / 1600 * 100vw);
  }
  .sec3__col .sec3__source {
    margin-top: calc(16 / 1600 * 100vw);
  }

  .sec4 {
    padding: calc(239 / 1600 * 100vw) 0 calc(40 / 1600 * 100vw);
  }
  .sec4__cap--bot {
    margin-top: -1px;
  }
  .sec4__bg {
    width: calc(2540 / 1600 * 100vw);
  }
  .sec4__panel {
    width: calc(1400 / 1600 * 100vw);
  }
  .sec4__inner {
    padding: calc(12 / 1600 * 100vw) 0 0;
  }
  .sec4__source {
    max-width: calc(1200 / 1600 * 100vw);
    font-size: calc(16 / 1600 * 100vw);
  }
  .sec4__tabs {
    gap: calc(22 / 1600 * 100vw);
  }
  .sec4__decor {
    width: calc(338 / 1600 * 100vw);
  }
  .sec4__tablist {
    gap: calc(16 / 1600 * 100vw);
  }
  .sec4__subtitle {
    margin-top: calc(18 / 1600 * 100vw);
    max-width: calc(1200 / 1600 * 100vw);
    font-size: calc(24 / 1600 * 100vw);
  }
  .sec4__tab {
    width: calc(105 / 1600 * 100vw);
  }
  .sec4__tab.is-active {
    width: calc(126 / 1600 * 100vw);
  }
  .sec4__panels {
    margin-top: calc(35 / 1600 * 100vw);
  }
  .sec4__title {
    height: calc(42 / 1600 * 100vw);
  }
  .sec4__graph {
    margin: calc(30 / 1600 * 100vw) auto calc(27 / 1600 * 100vw);
  }
  .sec4__tabpanel[data-panel="1"] .sec4__graph {
    width: calc(1220 / 1600 * 100vw);
  }
  .sec4__tabpanel[data-panel="2"] .sec4__graph {
    width: calc(1200 / 1600 * 100vw);
  }
  .sec4__tabpanel[data-panel="3"] .sec4__graph {
    width: calc(1116 / 1600 * 100vw);
  }
  .sec4__tabpanel[data-panel="4"] .sec4__graph {
    width: calc(1074 / 1600 * 100vw);
  }

  .sec-src {
    max-width: calc(1200 / 1600 * 100vw);
    font-size: calc(16 / 1600 * 100vw);
  }

  .sec-decor--l {
    left: 0;
  }
  .sec-decor--r {
    right: 0;
  }
  .sec5__dec-dots {
    top: calc(-35 / 1600 * 100vw);
    width: calc(330 / 1600 * 100vw);
  }
  .sec5__dec-tri {
    bottom: calc(-175 / 1600 * 100vw);
    width: calc(204 / 1600 * 100vw);
  }
  .sec5__dec-dotsr {
    bottom: calc(-33 / 1600 * 100vw);
    width: calc(330 / 1600 * 100vw);
  }
  .sec6__dec-semi {
    bottom: calc(-150 / 1600 * 100vw);
    width: calc(231 / 1600 * 100vw);
  }
  .sec6__dec-dots {
    bottom: calc(-34 / 1600 * 100vw);
    width: calc(330 / 1600 * 100vw);
  }
  .sec7__dec-tri {
    top: calc(806 / 1600 * 100vw);
    width: calc(173 / 1600 * 100vw);
  }
  .sec7__dec-wave {
    bottom: calc(-1 / 1600 * 100vw);
    width: calc(285 / 1600 * 100vw);
    right: calc(-116 / 1600 * 100vw);
  }
  .sec7__dec-wave-l {
    bottom: calc(-1 / 1600 * 100vw);
    width: calc(285 / 1600 * 100vw);
    left: calc(-116 / 1600 * 100vw);
  }

  .sec5 {
    padding: calc(16 / 1600 * 100vw) 0 calc(70 / 1600 * 100vw);
  }
  .sec5__title img {
    width: calc(735 / 1600 * 100vw);
  }
  .sec5__fig img {
    width: calc(1390 / 1600 * 100vw);
  }
  .sec5__source {
    margin-top: calc(36 / 1600 * 100vw);
  }
  .sec6 {
    padding: calc(30 / 1600 * 100vw) 0 calc(40 / 1600 * 100vw);
  }
  .sec6__title img {
    width: calc(1187 / 1600 * 100vw);
  }
  .sec6__fig img {
    width: calc(1182 / 1600 * 100vw);
  }
  .sec6__source {
    margin-top: calc(28 / 1600 * 100vw);
  }
  .sec7 {
    padding: calc(64 / 1600 * 100vw) 0 calc(60 / 1600 * 100vw);
  }
  .sec7__panel {
    width: calc(1355 / 1600 * 100vw);
    padding: calc(3 / 1600 * 100vw) 0 calc(36 / 1600 * 100vw);
  }
  .sec7__warn {
    margin-top: calc(22 / 1600 * 100vw);
    max-width: calc(1280 / 1600 * 100vw);
    font-size: calc(32 / 1600 * 100vw);
  }
  .sec7__title--1 img {
    width: calc(713 / 1600 * 100vw);
  }
  .sec7__fig--1 img {
    width: calc(1282 / 1600 * 100vw);
    margin-top: calc(12 / 1600 * 100vw);
  }
  .sec7__fig--2 img {
    width: calc(1249 / 1600 * 100vw);
    margin-top: calc(12 / 1600 * 100vw);
  }
  .sec7__title--2 img {
    width: calc(288 / 1600 * 100vw);
  }
  .sec7__title--2 {
    margin-top: calc(40 / 1600 * 100vw);
  }
  .sec7__source {
    margin-top: calc(24 / 1600 * 100vw);
  }

  .header {
    height: calc(84 / 1600 * 100vw);
  }
  .header__inner {
    width: 100%;
  }
  .header__logo {
    top: calc(13 / 1600 * 100vw);
    left: calc(212 / 1600 * 100vw);
    width: calc(83 / 1600 * 100vw);
    height: calc(57 / 1600 * 100vw);
  }
  .header__nav-item {
    top: calc(42 / 1600 * 100vw);
    font-size: calc(20 / 1600 * 100vw);
  }
  .header__nav-item:nth-of-type(1) { left: calc(829 / 1600 * 100vw); }
  .header__nav-item:nth-of-type(2) { left: calc(986 / 1600 * 100vw); }
  .header__nav-item:nth-of-type(3) { left: calc(1161 / 1600 * 100vw); }
  .header__nav-item:nth-of-type(4) { left: calc(1336 / 1600 * 100vw); }
  .header__nav-item:nth-of-type(5) { left: calc(1511 / 1600 * 100vw); }
  .header__nav-mark {
    top: calc(-15 / 1600 * 100vw);
    width: calc(30 / 1600 * 100vw);
    height: calc(17 / 1600 * 100vw);
  }

  .footer {
    gap: calc(12 / 1600 * 100vw);
    padding: calc(40 / 1600 * 100vw) calc(110 / 1600 * 100vw);
  }
  .footer__org {
    width: calc(1200 / 1600 * 100vw);
    font-size: calc(14 / 1600 * 100vw);
  }
  .footer__disclaimer {
    width: calc(1200 / 1600 * 100vw);
    font-size: calc(18 / 1600 * 100vw);
  }

  .flinks {
    right: calc(33 / 1600 * 100vw);
    bottom: calc(168 / 1600 * 100vw);
    width: calc(108 / 1600 * 100vw);
    height: calc(442 / 1600 * 100vw);
  }
  .flinks__item--dm {
    top: calc(50 / 1600 * 100vw);
    gap: calc(4 / 1600 * 100vw);
  }
  .flinks__item--app {
    top: calc(166 / 1600 * 100vw);
    gap: calc(2 / 1600 * 100vw);
  }
  .flinks__item--fb {
    top: calc(309 / 1600 * 100vw);
    gap: calc(4 / 1600 * 100vw);
  }
  .flinks__icon {
    width: calc(49 / 1600 * 100vw);
    height: calc(49 / 1600 * 100vw);
  }
  .flinks__icon--fb {
    width: calc(47 / 1600 * 100vw);
    height: calc(47 / 1600 * 100vw);
  }
  .flinks__icon--app {
    width: calc(31 / 1600 * 100vw);
    height: calc(54 / 1600 * 100vw);
  }
  .flinks__text {
    font-size: calc(22 / 1600 * 100vw);
  }
  .flinks__divider {
    top: calc(151 / 1600 * 100vw);
    width: calc(56 / 1600 * 100vw);
  }
  .flinks__divider--2 {
    top: calc(294 / 1600 * 100vw);
  }
  .totop {
    right: calc(33 / 1600 * 100vw);
    bottom: calc(40 / 1600 * 100vw);
    width: calc(108 / 1600 * 100vw);
    height: calc(108 / 1600 * 100vw);
  }

  .popup__card {
    width: calc(1320 / 1600 * 100vw);
    padding: calc(48 / 1600 * 100vw) 0 calc(34 / 1600 * 100vw);
    border-radius: calc(20 / 1600 * 100vw);
  }
  .popup__close {
    top: calc(22 / 1600 * 100vw);
    right: calc(30 / 1600 * 100vw);
    width: calc(38 / 1600 * 100vw);
    height: calc(38 / 1600 * 100vw);
  }
  .popup__title {
    height: calc(60 / 1600 * 100vw);
    font-size: calc(40 / 1600 * 100vw);
  }
  .popup__scroll {
    width: calc(1200 / 1600 * 100vw);
    margin-top: calc(22 / 1600 * 100vw);
  }
  .popup__org {
    font-size: calc(14 / 1600 * 100vw);
  }
  .popup__disclaimer {
    margin-top: calc(10 / 1600 * 100vw);
    font-size: calc(20 / 1600 * 100vw);
  }
  .popup__bar {
    top: calc(130 / 1600 * 100vw);
    bottom: calc(124 / 1600 * 100vw);
    right: calc(21 / 1600 * 100vw);
    width: calc(19 / 1600 * 100vw);
  }
  .popup__bar-track {
    width: calc(4 / 1600 * 100vw);
  }
  .popup__bar-thumb {
    width: calc(19 / 1600 * 100vw);
    height: calc(19 / 1600 * 100vw);
  }
  .popup__btn {
    margin-top: calc(30 / 1600 * 100vw);
    width: calc(268 / 1600 * 100vw);
    height: calc(60 / 1600 * 100vw);
    border-radius: calc(30 / 1600 * 100vw);
    font-size: calc(36 / 1600 * 100vw);
  }
}

@media (max-width: 800px) {
  body {
    --header-h: calc(63 / 375 * 100vw);
    padding-top: calc(63 / 375 * 100vw);
  }

  .hero {
    height: calc(417 / 375 * 100vw);
  }
  .hero__title {
    top: calc(18 / 375 * 100vw);
    width: calc(334 / 375 * 100vw);
  }
  .hero__coin {
    top: calc(58 / 375 * 100vw);
    width: calc(307 / 375 * 100vw);
  }
  .hero__subtitle {
    top: calc(212 / 375 * 100vw);
    width: calc(330 / 375 * 100vw);
  }
  .hero__date {
    top: calc(91 / 375 * 100vw);
    left: auto;
    right: calc(2 / 375 * 100vw);
    width: calc(78 / 375 * 100vw);
  }
  .hero__custody {
    left: calc(23 / 375 * 100vw);
    bottom: calc(6 / 375 * 100vw);
    padding: calc(5 / 375 * 100vw) calc(14 / 375 * 100vw);
    background: rgba(10, 54, 126, 0.6);
    border-radius: calc(6 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }

  .sec2 {
    height: calc(248 / 375 * 100vw);
  }
  .sec2__bg {
    display: none;
  }
  .sec2__card {
    top: calc(13 / 375 * 100vw);
    width: calc(340 / 375 * 100vw);
    height: calc(222 / 375 * 100vw);
  }
  .sec2__coming {
    top: calc(35 / 375 * 100vw);
    width: calc(231 / 375 * 100vw);
  }
  .sec2__video {
    top: calc(39 / 375 * 100vw);
    width: calc(288 / 375 * 100vw);
    height: calc(162 / 375 * 100vw);
  }

  .sec3 {
    padding: 0 0 calc(24 / 375 * 100vw);
  }
  .sec3__bg,
  .sec3__panel {
    display: none;
  }
  .sec3__m {
    display: block;
  }
  .sec3m__header {
    display: block;
    width: 100%;
    height: auto;
  }
  .sec3m__panel {
    position: relative;
    width: 100%;
    margin-top: calc(-2 / 375 * 100vw);
  }
  .sec3m__cap {
    display: block;
    width: 100%;
    height: auto;
  }
  .sec3m__cap--top {
    margin-bottom: -1px;
  }
  .sec3m__cap--bot {
    margin-top: -1px;
  }
  .sec3m__body {
    position: relative;
  }
  .sec3m__fill {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .sec3m__inner {
    position: relative;
    z-index: 1;
    padding: calc(6 / 375 * 100vw) calc(24 / 375 * 100vw) calc(18 / 375 * 100vw);
  }
  .sec3m__subtitle {
    width: calc(312 / 375 * 100vw);
    margin: 0 auto;
    font-weight: 500;
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.5;
    color: #000;
    text-align: justify;
  }
  .sec3m__source {
    width: calc(320 / 375 * 100vw);
    margin: calc(12 / 375 * 100vw) auto 0;
    font-weight: 350;
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.3;
    color: #666;
    text-align: justify;
  }
  .sec3m__topgraph {
    display: block;
    width: calc(335 / 375 * 100vw);
    height: auto;
    margin: calc(10 / 375 * 100vw) auto 0;
  }
  .sec3m__tabs {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: calc(22 / 375 * 100vw);
  }
  .sec3m__decor {
    display: block;
    width: calc(295 / 375 * 100vw);
    height: auto;
    margin: calc(13 / 375 * 100vw) auto 0;
  }
  .sec3m__tablist {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
  }
  .sec3m__tab {
    position: relative;
    display: block;
    width: calc(93 / 375 * 100vw);
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
  }
  .sec3m__tab img {
    display: block;
    width: 100%;
    height: auto;
  }
  .sec3m__tab img.sec3__tab-on {
    position: absolute;
    top: calc(-4 / 180 * 100%);
    left: calc(-4 / 338 * 100%);
    width: calc(354 / 338 * 100%);
    max-width: none;
    opacity: 0;
  }
  .sec3m__tab.is-active {
    width: calc(131 / 375 * 100vw);
  }
  .sec3m__tab.is-active .sec3__tab-off {
    opacity: 0;
  }
  .sec3m__tab.is-active .sec3__tab-on {
    opacity: 1;
  }
  .sec3m__panels {
    margin-top: calc(15 / 375 * 100vw);
  }
  .sec3m__title {
    display: block;
    width: calc(345 / 375 * 100vw);
    height: auto;
    margin: 0 auto;
  }
  .sec3m__tabpanel > .sec3m__subtitle {
    margin-top: calc(10 / 375 * 100vw);
  }
  .sec3m__carousel {
    position: relative;
    margin-top: calc(12 / 375 * 100vw);
  }
  .sec3m__slides {
    display: flex;
    align-items: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .sec3m__slides::-webkit-scrollbar {
    display: none;
  }
  .sec3m__slide {
    flex: 0 0 100%;
    scroll-snap-align: center;
    width: 100%;
    height: auto;
    -webkit-user-drag: none;
    user-select: none;
  }
  .sec3m__slide img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-user-drag: none;
  }
  .sec4 {
    padding: 0 0 calc(24 / 375 * 100vw);
  }
  .sec4m__header {
    display: block;
    width: 100%;
    height: auto;
  }
  .sec4__bg,
  .sec4__panel {
    display: none;
  }
  .sec4__m {
    display: block;
  }
  .sec4m__panel {
    position: relative;
    width: 100%;
  }
  .sec4m__cap {
    display: block;
    width: 100%;
    height: auto;
  }
  .sec4m__cap--top {
    margin-bottom: -1px;
  }
  .sec4m__cap--bot {
    position: relative;
    z-index: 1;
    margin-top: -1px;
  }
  .sec4m__body {
    position: relative;
  }
  .sec4m__fill {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .sec4m__inner {
    position: relative;
    z-index: 2;
    padding: calc(16 / 375 * 100vw) calc(20 / 375 * 100vw) calc(16 / 375 * 100vw);
  }
  .sec4m__source {
    width: calc(320 / 375 * 100vw);
    margin: calc(12 / 375 * 100vw) auto 0;
    font-weight: 350;
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.3;
    color: #666;
    text-align: justify;
  }
  .sec4m__tabs {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: calc(5.7 / 375 * 100vw);
  }
  .sec4m__tab {
    position: relative;
    display: block;
    width: calc(67 / 375 * 100vw);
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
  }
  .sec4m__tab img {
    display: block;
    width: 100%;
    height: auto;
  }
  .sec4m__tab .sec4__tab-on {
    position: absolute;
    opacity: 0;
  }
  .sec4m__tab.is-active {
    width: calc(89.32 / 375 * 100vw);
    margin: 0 calc(-4.74 / 375 * 100vw) calc(-4.74 / 375 * 100vw) calc(-1.58 / 375 * 100vw);
  }
  .sec4m__tab.is-active .sec4__tab-off {
    opacity: 0;
  }
  .sec4m__tab.is-active .sec4__tab-on {
    opacity: 1;
  }
  .sec4m__decor {
    display: block;
    width: calc(295 / 375 * 100vw);
    height: auto;
    margin: calc(11 / 375 * 100vw) auto 0;
  }
  .sec4m__panels {
    margin-top: calc(15 / 375 * 100vw);
  }
  .sec4m__tabpanel[data-panel="1"] .sec4__source-em {
    color: inherit;
  }
  .sec4m__title {
    display: block;
    width: calc(330 / 375 * 100vw);
    height: auto;
    margin: 0 auto;
  }
  .sec4m__subtitle {
    width: calc(320 / 375 * 100vw);
    margin: calc(15 / 375 * 100vw) auto 0;
    font-weight: 500;
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.4;
    color: #000;
    text-align: justify;
  }
  .sec4m__graph {
    display: block;
    width: calc(330 / 375 * 100vw);
    height: auto;
    margin: calc(14 / 375 * 100vw) auto 0;
  }

  .sec-src {
    max-width: calc(328 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.3;
  }
  .sec5 {
    padding: calc(32 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
  }
  .sec5 img.sec5m__decor {
    display: block;
    position: absolute;
    top: calc(-14 / 375 * 100vw);
    left: calc(123 / 375 * 100vw);
    width: calc(124 / 375 * 100vw);
    height: auto;
    pointer-events: none;
  }
  .sec5__title img {
    width: calc(330 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .sec5__fig img {
    width: calc(375 / 375 * 100vw);
  }
  .sec5__source {
    margin-top: calc(16 / 375 * 100vw);
  }
  .sec6 {
    padding: calc(16 / 375 * 100vw) 0 calc(24 / 375 * 100vw);
  }
  .sec6__title img {
    width: calc(345 / 375 * 100vw);
  }
  .sec6__fig img {
    width: calc(354 / 375 * 100vw);
    margin-top: calc(12 / 375 * 100vw);
  }
  .sec6__source {
    margin-top: calc(16 / 375 * 100vw);
  }
  .sec6__source .em-red {
    font-size: calc(18 / 375 * 100vw);
  }
  .sec7 {
    padding: calc(14 / 375 * 100vw) 0 calc(24 / 375 * 100vw);
  }
  .sec7__panel {
    width: calc(350 / 375 * 100vw);
    padding: 0 0 calc(10 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw);
  }
  .sec7__title--1 img {
    width: calc(188 / 375 * 100vw);
  }
  .sec7__fig--1 img {
    width: calc(350 / 375 * 100vw);
    margin-top: 0;
  }
  .sec7__fig--2 img {
    width: calc(319 / 375 * 100vw);
    margin-top: 0;
    margin-left: calc(13 / 375 * 100vw);
    margin-right: auto;
  }
  .sec7__title--2 img {
    width: calc(147.33 / 375 * 100vw);
  }
  .sec7__title--2 {
    margin-top: calc(24 / 375 * 100vw);
  }
  .sec7__source {
    margin-top: calc(16 / 375 * 100vw);
  }
  .sec7__source:first-of-type {
    line-height: 1.5;
  }
  .sec7__warn {
    margin-top: calc(25 / 375 * 100vw);
    max-width: calc(328 / 375 * 100vw);
    font-size: calc(22 / 375 * 100vw);
    line-height: 1.2;
    text-align: justify;
  }
  .sec5 .sec-decor,
  .sec6 .sec-decor,
  .sec7 .sec-decor {
    display: none;
  }

  .header {
    height: calc(63 / 375 * 100vw);
  }
  .header__logo {
    top: 50%;
    left: calc(24 / 375 * 100vw);
    transform: translateY(-50%);
    width: calc(55 / 375 * 100vw);
    height: calc(38 / 375 * 100vw);
  }
  .header__nav {
    display: none;
  }
  .header__burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    right: calc(20 / 375 * 100vw);
    transform: translateY(-50%);
    width: calc(26 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
  }
  .header__burger span {
    display: block;
    width: 100%;
    height: calc(2.5 / 375 * 100vw);
    background: var(--nomura-red);
    border-radius: 999px;
  }

  .mmenu.is-open {
    display: block;
  }
  .mmenu__panel {
    box-shadow: 0 calc(4 / 375 * 100vw) calc(2 / 375 * 100vw) rgba(0, 0, 0, 0.5);
  }
  .mmenu__bar {
    position: relative;
    height: calc(63 / 375 * 100vw);
  }
  .mmenu__logo {
    position: absolute;
    top: 50%;
    left: calc(24 / 375 * 100vw);
    transform: translateY(-50%);
    width: calc(55 / 375 * 100vw);
    height: calc(38 / 375 * 100vw);
  }
  .mmenu__logo img {
    width: 100%;
    height: 100%;
  }
  .mmenu__close {
    position: absolute;
    top: 50%;
    right: calc(15 / 375 * 100vw);
    transform: translateY(-50%);
    width: calc(16 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
  }
  .mmenu__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(79 / 375 * 100vw);
    color: #331d0d;
    font-size: calc(22 / 375 * 100vw);
    font-weight: 400;
    letter-spacing: calc(4.4 / 375 * 100vw);
    text-indent: calc(4.4 / 375 * 100vw);
    text-decoration: none;
    cursor: pointer;
  }
  .mmenu__item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: calc(34 / 375 * 100vw);
    right: calc(34 / 375 * 100vw);
    bottom: 0;
    height: 1px;
    background: var(--gold);
  }
  .mmenu__item.is-active {
    color: #d91037;
    font-weight: 700;
  }
  .mmenu__mark {
    display: none;
  }
  .mmenu__item.is-active .mmenu__mark {
    display: block;
    position: absolute;
    top: 50%;
    left: calc(75 / 375 * 100vw);
    transform: translateY(-50%);
    width: calc(30 / 375 * 100vw);
    height: calc(17 / 375 * 100vw);
  }

  .footer {
    gap: calc(7 / 375 * 100vw);
    padding: calc(17 / 375 * 100vw) 0 calc(105 / 375 * 100vw);
    background: #fff;
  }
  .footer__org {
    width: calc(317 / 375 * 100vw);
    color: #333;
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.3;
  }
  .footer__org span {
    display: block;
  }
  .footer__disclaimer {
    width: calc(317 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.3;
  }

  .flinks {
    display: none;
  }
  .totop {
    right: calc(15 / 375 * 100vw);
    bottom: calc(91 / 375 * 100vw);
    width: calc(60 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
  }
  .totop__pc {
    display: none;
  }
  .totop__m {
    display: block;
  }
  .flinks-m {
    display: block;
    position: fixed;
    left: 50%;
    bottom: calc(8 / 375 * 100vw);
    width: calc(345 / 375 * 100vw);
    height: calc(75 / 375 * 100vw);
    transform: translateX(-50%);
    z-index: 90;
  }
  .flinks-m__img {
    width: 100%;
    height: 100%;
  }
  .flinks-m__link {
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .flinks-m__link--dm {
    left: 0;
    width: 29.7%;
  }
  .flinks-m__link--app {
    left: 29.7%;
    width: 40.9%;
  }
  .flinks-m__link--fb {
    left: 70.6%;
    width: 29.4%;
  }

  .popup__card {
    margin: 26px auto 73px;
    padding: calc(20 / 375 * 100vw) 0 calc(32 / 375 * 100vw);
    width: calc(350 / 375 * 100vw);
    max-height: calc(100vh - 99px);
    border-radius: calc(20 / 375 * 100vw);
  }
  .popup__close {
    top: calc(12 / 375 * 100vw);
    right: calc(19 / 375 * 100vw);
    width: calc(16 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
  }
  .popup__title {
    height: calc(72 / 375 * 100vw);
    font-size: calc(30 / 375 * 100vw);
    line-height: 1.2;
  }
  .popup__title span {
    display: block;
  }
  .popup__scroll {
    width: calc(298 / 375 * 100vw);
    margin-top: calc(9 / 375 * 100vw);
  }
  .popup__org {
    font-size: calc(14 / 375 * 100vw);
  }
  .popup__org span {
    display: block;
  }
  .popup__org span + span::before {
    content: none;
  }
  .popup__disclaimer {
    margin-top: calc(20 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.3;
  }
  .popup__bar {
    top: calc(101 / 375 * 100vw);
    bottom: calc(104 / 375 * 100vw);
    right: calc(7 / 375 * 100vw);
    width: calc(10 / 375 * 100vw);
  }
  .popup__bar-track {
    width: calc(1 / 375 * 100vw);
  }
  .popup__bar-thumb {
    width: calc(10 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
  }
  .popup__btn {
    margin-top: calc(20 / 375 * 100vw);
    width: calc(172 / 375 * 100vw);
    height: calc(52 / 375 * 100vw);
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(30 / 375 * 100vw);
  }
}
