@charset "UTF-8";

/* =========================================================
  Base
========================================================= */

:root {
  --red: #b00009;
  --red-dark: #8f0007;
  --gold: #c79539;
  --gold-light: #efc95f;
  --text: #211815;
  --cream: #faf5ed;
  --gray-bg: #f8f7f5;

  --inner-lg: 1180px;
  --inner-md: 980px;
  --inner-sm: 820px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--text);
  background: var(--gray-bg);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.85;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: opacity .25s ease, transform .25s ease;
}

a:hover {
  opacity: .86;
}

ul {
  list-style: none;
}

.inner,
.inner-footer {
  width: min(100% - 40px, var(--inner-lg));
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* =========================================================
  Header
========================================================= */

.header-full {
  width: 100%;
  height: 78px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .14);
  position: relative;
  z-index: 100;
}

.header-inner {
  width: min(100% - 40px, var(--inner-lg));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.header-logo {
  width: 292px;
}

/* =========================================================
  FV
========================================================= */

.mv-full {
  min-height: 750px;
  background: url("../images/fv-bg.png") no-repeat center top / cover;
}

.mv-inner {
  width: min(100% - 40px, var(--inner-lg));
  margin: 0 auto;
  padding: 40px 0 64px;
}

.mv-content {
  width: 590px;
}

.mv-lead {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: .08em;
  font-weight: 700;
}

.mv-title {
  position: relative;
  width: fit-content;
  margin: 0 0 24px;
  color: var(--red);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: .08em;
  font-weight: 700;
}

.mv-title-icon {
  position: absolute;
  right: 50px;
  top: 80px;
  width: 70px;
  height: 70px;
}

.mv-period {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.mv-period span {
  width: 96px;
  height: 32px;
  border: 1.5px solid var(--red);
  border-radius: 3px;
  color: var(--red);
  background: rgba(255, 255, 255, .76);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

.mv-period p {
  margin: 0;
  font-size: 19px;
  line-height: 1;
}

.mv-rate-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 14px;
}

.mv-rate-card {
  min-height: 166px;
  padding: 22px 15px 17px;
  border: 1.5px solid var(--gold);
  border-radius: 8px;
  background: rgba(255, 255, 255, .2);
  text-align: center;
}

.rate-term {
  margin: 0 0 12px;
  color: #b9852f;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 20px;
  line-height: 1;
}

.rate-main {
  margin: 0 0 9px;
  color: var(--red);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 62px;
  line-height: 1;
  letter-spacing: .01em;
  font-weight: 700;
}

.rate-main span {
  margin-right: 5px;
  font-size: 23px;
  vertical-align: .18em;
}

.rate-main em {
  margin-left: 2px;
  font-size: 23px;
  font-style: normal;
}

.rate-tax {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.mv-note {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.6;
}

.mv-detail-btn {
  position: relative;
  width: 380px;
  height: 68px;
  margin: 0 020px;
  border-radius: 6px;
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: .12em;
  font-weight: 700;
  padding-right: 50px;
}

.mv-detail-btn img {
  width: 28px;
  filter: brightness(0) invert(1);
}

.mv-detail-btn::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.mv-bottom-note {
  margin: 20px 0;
  font-size: 20px;
  line-height: 1.6;
}

.mv-shop-link {
  display: inline-block;
  margin-left: 90px;
  color: var(--red);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* =========================================================
  Section Title Common
========================================================= */

.about-title,
.reason-title,
.recommend-title,
.merchandise-title,
.step-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 0 48px;
  color: var(--red);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: .06em;
  font-weight: 700;
  text-align: center;
}

.about-title span,
.reason-title span,
.recommend-title span,
.merchandise-title span,
.step-title span {
  display: block;
  width: 132px;
  height: 1px;
  background: var(--gold);
}

/* =========================================================
  About
========================================================= */

.about-full {
  padding: 88px 0 92px;
  background: var(--gray-bg);
}

.about-inner {
  width: min(100% - 40px, var(--inner-md));
  margin: 0 auto;
}

.about-lead {
  margin: 0 0 50px;
  color: var(--text);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 22px;
  line-height: 2.05;
  letter-spacing: .04em;
  text-align: center;
  font-weight: 500;
}

.about-lead strong {
  color: var(--red);
  font-size: 31px;
  font-weight: 700;
}

.newmoney-panel {
  width: min(100%, 820px);
  margin: 0 auto;
  padding: 40px 50px 42px;
  background: var(--cream);
  border: 1.5px solid var(--gold);
  border-radius: 4px;
}

.newmoney-title {
  position: relative;
  width: fit-content;
  margin: 0 auto 30px;
  padding: 0 56px;
  color: var(--red);
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.newmoney-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 1px;
  background: var(--gold);
}

.newmoney-title img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
}

.newmoney-title span {
  font-size: 27px;
}

.newmoney-panel p {
  margin: 0;
  font-size: 18px;
  line-height: 2.05;
  letter-spacing: .03em;
  font-weight: 500;
}

.newmoney-panel p strong {
  color: var(--red);
  font-weight: 700;
}

.newmoney-note {
  margin-top: 12px !important;
}

/* =========================================================
  CTA Two Buttons
========================================================= */

.cta-full {
  padding: 92px 0 86px;
  background: var(--red);
}

.cta-inner {
  width: min(100% - 40px, 1080px);
  margin: 0 auto;
  text-align: center;
}

.cta-title {
  position: relative;
  display: inline-block;
  margin: 0 0 50px;
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 31px;
  line-height: 1;
  letter-spacing: .08em;
  font-weight: 700;
}

.cta-title::before,
.cta-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 66px;
  height: 2px;
  background: var(--gold);
}

.cta-title::before {
  right: calc(100% + 24px);
  transform: rotate(45deg);
}

.cta-title::after {
  left: calc(100% + 24px);
  transform: rotate(-45deg);
}

.cta-btns {
  display: flex;
  justify-content: center;
  gap: 42px;
  margin-bottom: 38px;
}

.cta-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 54px;
  text-align: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 28px;
  width: 380px;
  height: 70px;
  border-radius: 10px;
}

.cta-btn span {
  position: absolute;
  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  width: 100%;

  text-align: center;

  line-height: 1;
  letter-spacing: .06em;
}

.cta-btn img {
  position: absolute;
  left: 24px;
  top: 50%;

  transform: translateY(-50%);

  width: 22px;
  height: 22px;

  object-fit: contain;
}

.cta-btn::after {
  content: "";

  position: absolute;
  right: 22px;
  top: 50%;

  width: 11px;
  height: 11px;

  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;

  transform: translateY(-50%) rotate(45deg);
}

.cta-btn--gold {
  color: var(--red);
  background: var(--gold-light);
  box-shadow:
    0 0 0 5px var(--gold-light),
    0 0 0 1px var(--red) inset;
}

.cta-btn--white {
  color: var(--red);
  background: #fff;
  box-shadow:
    0 0 0 5px #fff,
    0 0 0 1px var(--red) inset;
}

.cta-note {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: .04em;
}

/* =========================================================
  Reason
========================================================= */

.reason-full {
  padding: 88px 0 96px;
  background: #fff;
}

.reason-inner {
  width: min(100% - 40px, var(--inner-sm));
  margin: 0 auto;
}

.reason-list {
  display: grid;
  gap: 64px;
}

.reason-card {
  position: relative;
  padding: 34px 34px 36px;
  background: #fff;
  border: 1.5px solid var(--gold);
  border-radius: 10px;
  box-shadow: 0 5px 0 rgba(199, 149, 57, .22);
}

.reason-num {
  position: absolute;
  left: 34px;
  top: -1px;
  width: 58px;
  height: 108px;
  background: var(--red);
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 31px;
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 27px;
  z-index: 2;
}

.reason-num::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 0;
  border-left: 29px solid transparent;
  border-right: 29px solid transparent;
  border-bottom: 23px solid #fff;
}

.reason-heading {
  grid-template-columns: 1fr 320px;
  align-items: center;
  gap: 24px;
  min-height: 112px;
  margin-bottom: 24px;
  padding-left: 88px;
}

.reason-heading h3 {
  margin: 0;
  color: var(--text);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 28px;
  line-height: 1.65;
  letter-spacing: .04em;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.reason-heading h3 span {
  color: var(--red);
}

.reason-heading img {
  width: 350px;
  height: 150px;
  object-fit: cover;
  border-radius: 0 10px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.reason-card p {
  margin: 0;
  color: var(--text);
  font-size: 20px;
  line-height: 2;
  letter-spacing: .02em;
}

.reason-note {
  margin-top: 20px !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
  font-weight: 500 !important;
}

/* =========================================================
  Recommend
========================================================= */

.recommend-full {
  padding: 88px 0 96px;
  background: #fff;
}

.recommend-inner {
  width: min(100% - 40px, var(--inner-md));
  margin: 0 auto;
}

.recommend-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.recommend-card {
  min-height: 204px;
  padding: 44px 20px 30px;
  background: #fff;
  border: 1px solid #888;
  border-radius: 3px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, .14);
  text-align: center;
}

.recommend-card img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
}

.recommend-card p {
  margin: 0;
  color: #111;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: .02em;
  font-weight: 700;
}

/* =========================================================
  Merchandise
========================================================= */

.merchandise-full {
  padding: 88px 0 96px;
  background: #fff;
}

.merchandise-inner {
  width: min(100% - 40px, 900px);
  margin: 0 auto;
}

.merchandise-title {
  margin-bottom: 46px;
}

.merchandise-title span {
  width: 250px;
}

.product-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.product-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  border: 2px solid var(--red);
  background: #fff;
}

.product-table th,
.product-table td {
  border: 1px solid #d90016;
  vertical-align: middle;
}

.product-table th {
  width: 165px;
  padding: 18px 13px;
  background: var(--red);
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
}

.product-table td {
  padding: 15px 20px;
  color: #111;
  font-size: 13px;
  line-height: 1.75;
  text-align: left;
}

.product-table td strong {
  font-weight: 700;
}

/* =========================================================
  Account CTA
========================================================= */

.account-cta-full {
  padding: 80px 0 76px;
  background: var(--red);
  text-align: center;
}

.account-cta-inner {
  width: min(100% - 40px, 880px);
  margin: 0 auto;
}

.account-cta-small {
  margin: 0 0 12px;
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 29px;
  line-height: 1;
  letter-spacing: .08em;
  font-weight: 700;
}

.account-cta-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0 0 34px;
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 44px;
  line-height: 1.25;
  letter-spacing: .08em;
  font-weight: 700;
}

.account-cta-title span {
  display: block;
  width: 52px;
  height: 2px;
  background: #fff;
}

.account-cta-title span:first-child {
  transform: rotate(45deg);
}

.account-cta-title span:last-child {
  transform: rotate(-45deg);
}

.account-cta-btn {
  position: relative;
  width: 580px;
  max-width: 100%;
  height: 100px;
  margin: 0 auto 32px;
  background: var(--gold-light);
  border-radius: 10px;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 44px;
  line-height: 1;
  letter-spacing: .08em;
  font-weight: 700;
}

.account-cta-btn::after {
  content: "";
  position: absolute;
  right: 44px;
  top: 50%;
  width: 21px;
  height: 21px;
  border-top: 5px solid #111;
  border-right: 5px solid #111;
  transform: translateY(-50%) rotate(45deg);
}

.account-cta-note {
  margin: 0 0 28px;
  color: #fff;
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: .04em;
  font-weight: 700;
}

.account-cta-link {
  display: inline-block;
  color: #fff;
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: .04em;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* =========================================================
  Step
========================================================= */

.step-full {
  padding: 88px 0 96px;
  background: #fff;
}

.step-inner {
  width: min(100% - 40px, 900px);
  margin: 0 auto;
}

.step-title {
  margin-bottom: 40px;
}

.step-lead {
  margin: 0 0 40px;
  color: #111;
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: .02em;
  font-weight: 500;
}

.step-list {
  display: grid;
  gap: 20px;
}

.step-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  min-height: 176px;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .12);
}

.step-left {
  display: grid;
  grid-template-columns: 116px 1fr;
  align-items: center;
  padding: 28px 26px;
}

.step-num-box {
  padding-right: 28px;
  border-right: 1px solid var(--gold);
  color: var(--gold);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  text-align: center;
}

.step-num-box span {
  display: block;
  margin-bottom: 6px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: .04em;
  font-weight: 700;
}

.step-num-box strong {
  display: block;
  font-size: 64px;
  line-height: .9;
  font-weight: 700;
}

.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-icon img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  max-width: contain;
}

.step-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 28px 28px 0;
}

.step-text h3 {
  margin: 0 0 13px;
  color: var(--red);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: .04em;
  font-weight: 700;
}

.step-text p {
  margin: 0;
  color: #111;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: .01em;
  font-weight: 500;
}

.step-arrow {
  width: 0;
  height: 0;
  margin: -8px 0 -8px 56px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 26px solid var(--gold);
  position: relative;
  z-index: 2;
}

/* =========================================================
  Notes
========================================================= */

.notes-full {
  padding: 0 0 100px;
  background: #fff;
}

.notes-inner {
  width: min(100% - 40px, 900px);
  margin: 0 auto;
}

.notes-box {
  border: 5px solid var(--red);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}

.notes-header {
  height: 104px;
  margin: 0;
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 36px;
  line-height: 1;
  letter-spacing: .06em;
  font-weight: 700;
}

.notes-header img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.notes-body {
  padding: 36px 36px 40px;
}

.notes-body p {
  position: relative;
  margin: 0 0 28px;
  padding-left: 42px;
  color: var(--text);
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: .02em;
  font-weight: 500;
}

.notes-body p:last-child {
  margin-bottom: 0;
}

.notes-body p span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 1.75;
}

/* =========================================================
  Store
========================================================= */

.store-full {
  padding: 92px 0 100px;
  background: #fff;
}

.store-inner {
  width: min(100% - 40px, 900px);
  margin: 0 auto;
}

.store-box {
  padding: 82px 64px 78px;
  border: 1.5px solid var(--gold);
  border-radius: 4px;
  background: #fff;
  text-align: center;
  box-shadow: 0 6px 10px rgba(0, 0, 0, .08);
}

.store-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin: 0 0 38px;
  color: var(--red);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 38px;
  line-height: 1.35;
  letter-spacing: .06em;
  font-weight: 700;
}

.store-title span {
  display: block;
  width: 160px;
  height: 1px;
  background: var(--gold);
}

.store-text {
  margin: 0 0 52px;
  color: var(--text);
  font-size: 21px;
  line-height: 2;
  letter-spacing: .03em;
  font-weight: 500;
}

.store-btn {
  position: relative;
  width: 430px;
  height: 86px;
  margin: 0 auto;
  background: var(--red);
  color: #fff;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: .08em;
  font-weight: 700;
}

.store-btn img {
  width: 32px;
  height: auto;
  filter: brightness(0) invert(1);
}

.store-btn::after {
  content: "";
  position: absolute;
  right: 38px;
  top: 50%;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

/* =========================================================
  Footer
========================================================= */

.footer-full {
  width: 100%;
  background: #fff;
  border-top: 1px solid #d8d8d8;
}

.footer-top {
  height: 66px;
  background: #b00009;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav li {
  position: relative;
  padding: 0 22px;
}

.footer-nav li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 24px;
  background: #fff;
  transform: translateY(-50%);
}

.footer-nav a {
  color: #fff;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .02em;
  text-decoration: none;
}

.footer-bottom {
  background: #fff;
  border-bottom: 1px solid #cfcfcf;
}

.footer-inner {
  width: min(100% - 40px, 1180px);
  min-height: 136px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-info {
  padding-left: 6px;
}

.footer-info p {
  margin: 0;
  color: #111;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .02em;
}

.footer-brand {
  width: 430px;
}

.footer-brand img {
  width: 430px;
  height: auto;
  display: block;
}

.footer-brand p {
  margin: 12px 0 0;
  color: #111;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .01em;
}

/* ========================================
  Floating CTA
======================================== */

.floating-cta {
  position: fixed;

  left: 0;
  bottom: 0;

  width: 100%;

  padding: 12px 16px;

  background:
    linear-gradient(180deg,
      rgba(176, 0, 9, .96),
      rgba(143, 0, 7, .98));

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 12px;

  z-index: 9999;

  box-shadow:
    0 -6px 20px rgba(0, 0, 0, .16);

  width: 100%;
  display: block;
}

.floating-cta__inner {
  width: min(100%, 860px);

  margin-inline: auto;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 12px;
}


/* ボタン */

.floating-cta__btn {
  position: relative;

  height: 68px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 10px;

  overflow: hidden;

  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;

  box-shadow:
    0 6px 14px rgba(0, 0, 0, .12);
}

/* 文字 */

.floating-cta__btn span {
  position: absolute;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  width: 100%;

  padding: 0 54px;

  text-align: center;

  white-space: nowrap;
}

/* アイコン */

.floating-cta__btn img {
  position: absolute;

  left: 18px;
  top: 50%;

  transform: translateY(-50%);

  width: 20px;
  height: 20px;

  object-fit: contain;

  flex-shrink: 0;
}

/* 矢印 */

.floating-cta__btn::after {
  content: "";

  position: absolute;

  right: 18px;
  top: 50%;

  width: 9px;
  height: 9px;

  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;

  transform: translateY(-50%) rotate(45deg);
}

/* 色 */

.floating-cta__btn--gold {
  background: #efc95f;
  color: #b00009;
}

.floating-cta__btn--white {
  background: #fff;
  color: #b00009;
}

/* body余白 */

body {
  padding-bottom: 96px;
}

/* =========================================================
  Responsive
========================================================= */

@media (max-width: 900px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .header-logo {
    width: 230px;
  }

  .mv-full {
    min-height: 700px;
    background: url("../images/fv-bg.png") no-repeat 65% top / cover;
  }

  .mv-content {
    width: 500px;
  }

  .mv-shop-link {
    position: relative;
    left: 8%;
  }

  .about-title,
  .reason-title,
  .recommend-title,
  .merchandise-title,
  .step-title {
    font-size: 36px;
  }

  .cta-btns {
    gap: 24px;
  }

  .cta-btn {
    width: 300px;
    height: 70px;
    border-radius: 10px;
  }

  .cta-note {
    text-align: center;
  }

  .recommend-card p {
    font-size: 15px;
  }

  .footer-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .copyright {
    text-align: center;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 74px;
    font-size: 14px;
    line-height: 1.85;
  }

  .inner,
  .inner-footer {
    width: min(100% - 32px, var(--inner-lg));
  }

  .about-inner,
  .reason-inner,
  .recommend-inner,
  .merchandise-inner,
  .step-inner,
  .cta-inner,
  .account-cta-inner,
  .notes-inner,
  .store-inner {
    width: min(100% - 32px, var(--inner-md));
  }

  .header-full {
    height: 62px;
  }

  .header-inner {
    width: min(100% - 32px, var(--inner-lg));
  }

  .header-logo {
    width: 190px;
  }

  .about-title,
  .reason-title,
  .recommend-title,
  .merchandise-title,
  .step-title {
    gap: 12px;
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 1.6;
  }

  .about-title span,
  .reason-title span,
  .recommend-title span,
  .merchandise-title span,
  .step-title span {
    width: 40px;
  }

  /* FV */
  .mv-full {
    position: relative;
    min-height: auto;
    background: url("../images/fv-bg-sp.png") no-repeat center top / 100% 100%;
    overflow: hidden;
  }

  .mv-full::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 78% 18%,
        rgba(255, 255, 255, .18),
        transparent 38%);
    pointer-events: none;
  }

  .mv-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 0 40px;
  }

  .mv-content {
    width: 100%;
    max-width: none;
    padding: 26px 16px 0;
  }

  .mv-lead {
    margin-bottom: 16px;
    color: var(--gold);
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .06em;
    text-shadow: 0 1px 2px rgba(255, 255, 255, .7);
  }

  .mv-title {
    position: relative;
    margin-bottom: 22px;
    color: var(--red);
    font-size: clamp(40px, 11vw, 52px);
    line-height: 1.22;
    letter-spacing: .04em;
    text-shadow: 0 2px 6px rgba(255, 255, 255, .4);
  }

  .mv-title-icon {
    right: 30px;
    top: 60px;
    width: 50px;
    height: 50px;
  }

  .mv-period {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 22px;
  }

  .mv-period span {
    flex-shrink: 0;
    width: 86px;
    height: 34px;
    background: rgba(255, 255, 255, .82);
    font-size: 13px;
    backdrop-filter: blur(4px);
  }

  .mv-period p {
    font-size: 15px;
    line-height: 1.5;
    white-space: nowrap;
  }

  .mv-rate-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 18px;
  }

  .mv-rate-card {
    min-height: auto;
    padding: 16px 8px 14px;
    border: 2px solid var(--gold);
    border-radius: 12px;
    background: rgba(255, 255, 255, .74);
    box-shadow:
      0 10px 24px rgba(0, 0, 0, .06),
      0 1px 0 rgba(255, 255, 255, .7) inset;
    backdrop-filter: blur(5px);
  }

  .rate-term {
    margin-bottom: 10px;
    color: #b9852f;
    font-size: 14px;
  }

  .rate-main {
    margin-bottom: 8px;
    font-size: 42px;
    line-height: 1;
  }

  .rate-main span,
  .rate-main em {
    font-size: 16px;
  }

  .rate-tax {
    font-size: 11px;
    line-height: 1.5;
  }

  .mv-note {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(255, 255, 255, .5);
  }

  .mv-detail-btn {
    width: 100%;
    max-width: 100%;
    height: 72px;
    margin: 0 auto;
    padding: 0 54px 0 26px;
    border-radius: 14px;
    gap: 18px;
    background:
      linear-gradient(135deg,
        #cf000f 0%,
        #b00009 55%,
        #960008 100%);
    box-shadow:
      0 14px 28px rgba(176, 0, 9, .22),
      0 1px 0 rgba(255, 255, 255, .25) inset;
    font-size: 24px;
    letter-spacing: .08em;
  }

  .mv-detail-btn img {
    width: 24px;
  }

  .mv-detail-btn::after {
    right: 24px;
    width: 14px;
    height: 14px;
    border-top-width: 3px;
    border-right-width: 3px;
  }

  .mv-bottom-note {
    margin: 18px 0 12px;
    font-size: 13px;
    line-height: 1.7;
    text-align: center;
  }

  .mv-shop-link {
    position: static;
    display: block;
    width: fit-content;
    margin: 0 auto !important;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    transform: none;
  }

  /* Sections */
  .about-full,
  .reason-full,
  .recommend-full,
  .merchandise-full,
  .step-full,
  .notes-full,
  .store-full {
    padding: 60px 0;
  }

  .about-lead {
    font-size: 18px;
    line-height: 2;
    text-align: left;
  }

  .about-lead br {
    display: none;
  }

  .about-lead strong {
    font-size: 21px;
  }

  .newmoney-panel {
    padding: 22px 18px;
  }

  .newmoney-title {
    padding: 0 0 0 42px;
    font-size: 20px;
  }

  .newmoney-title img {
    width: 32px;
    height: 32px;
  }

  .newmoney-title span {
    font-size: 20px;
  }

  .newmoney-panel p {
    font-size: 16px;
    line-height: 2;
  }

  /* CTA */
  .cta-full {
    padding: 52px 0;
  }

  .cta-title {
    margin-bottom: 28px;
    font-size: 20px;
  }

  .cta-title::before,
  .cta-title::after {
    width: 34px;
  }

  .cta-title::before {
    right: calc(100% + 12px);
  }

  .cta-title::after {
    left: calc(100% + 12px);
  }

  .cta-btns {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 28px;
  }

  .cta-btn {
    width: 100%;
    max-width: 300px;
    height: 68px;
    margin: 0 auto;
    border-radius: 8px;
    font-size: 18px;
  }

  .cta-btn img {
    width: 24px;
  }

  .cta-note {
    text-align: left;
  }

  /* Reason */
  .reason-list {
    gap: 32px;
  }

  .reason-card {
    padding: 22px 18px;
    border-radius: 10px;
  }

  .reason-num {
    left: 22px;
    width: 50px;
    height: 88px;
    font-size: 25px;
  }

  .reason-num::after {
    border-left-width: 25px;
    border-right-width: 25px;
  }

  .reason-heading {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 0;
    padding-left: 0;
  }

  .reason-heading h3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.8;
    z-index: 1;
  }

  .reason-heading img {
    position: absolute;
    width: 60%;
    height: auto;
    border-radius: 8px;
    z-index: 0;
  }

  .reason-card p {
    font-size: 13px;
    line-height: 2;
  }

  .reason-note {
    font-size: 11px !important;
  }

  /* Recommend */
  .recommend-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .recommend-card {
    width: 70%;
    min-height: auto;
    margin: 0 auto;
    padding: 24px 12px;
  }

  .recommend-card img {
    width: 250px;
    height: 100px;
    margin-bottom: 10px;
  }

  .recommend-card p {
    font-size: 13px;
    line-height: 1.8;
  }

  /* Merchandise */
  .merchandise-title span {
    width: 54px;
  }

  .product-table {
    min-width: 760px;
  }

  .product-table td {
    font-size: 13px;
    line-height: 1.85;
  }

  /* Account CTA */
  .account-cta-full {
    padding: 52px 0;
  }

  .account-cta-small {
    font-size: 18px;
  }

  .account-cta-title {
    gap: 10px;
    margin-bottom: 24px;
    font-size: 24px;
  }

  .account-cta-title span {
    width: 30px;
  }

  .account-cta-btn {
    width: 300px;
    height: 70px;
    border-radius: 8px;
    font-size: 26px;
  }

  .account-cta-btn::after {
    right: 26px;
    width: 13px;
    height: 13px;
    border-top-width: 4px;
    border-right-width: 4px;
  }

  .account-cta-note,
  .account-cta-link {
    font-size: 12px;
  }

  /* Step */
  .step-card {
    display: block;
    padding: 24px 20px 26px;
    border-radius: 10px;
    overflow: hidden;
  }

  .step-left {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    align-items: center;
    padding: 20px 18px 8px;
  }

  .step-left::before {
    content: "";
    grid-column: 2;
    grid-row: 1;
    width: 1px;
    height: 92px;
    background: var(--gold);
  }

  .step-num-box {
    padding-right: 0;
    border-right: none;
  }

  .step-num-box strong {
    font-size: 52px;
  }

  .step-icon {
    grid-column: 3;
  }

  .step-icon img {
    width: 100px;
    height: 100px;
  }

  .step-text {
    padding: 8px 18px 22px;
  }

  .step-text h3 {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.7;
  }

  .step-text p {
    font-size: 13px;
    line-height: 1.95;
  }

  .step-arrow {
    margin: 0 auto;
  }

  /* Notes */
  .notes-box {
    border-width: 3px;
    border-radius: 12px;
  }

  .notes-header {
    height: 72px;
    gap: 10px;
    font-size: 24px;
  }

  .notes-header img {
    width: 28px;
    height: 28px;
  }

  .notes-body {
    padding: 22px 18px 24px;
  }

  .notes-body p {
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 13px;
    line-height: 1.9;
  }

  .notes-body p span {
    font-size: 15px;
    line-height: 1.85;
  }

  .notes-body br {
    display: none;
  }

  /* Store */
  .store-box {
    padding: 40px 18px;
  }

  .store-title {
    gap: 12px;
    margin-bottom: 28px;
    font-size: 20px;
  }

  .store-title span {
    width: 42px;
  }

  .store-text {
    margin-bottom: 34px;
    font-size: 14px;
    line-height: 2;
  }

  .store-btn {
    width: 100%;
    height: 68px;
    gap: 20px;
    border-radius: 8px;
    font-size: 20px;
  }

  .store-btn img {
    width: 26px;
  }

  .store-btn::after {
    right: 24px;
    width: 13px;
    height: 13px;
    border-top-width: 3px;
    border-right-width: 3px;
  }

  /* Footer */
  .footer-top {
    height: auto;
    padding: 20px 0;
  }

  .footer-nav {
    flex-wrap: wrap;
    gap: 12px;
  }

  .footer-nav li {
    padding: 0;
  }

  .footer-nav li:not(:last-child)::after {
    display: none;
  }

  .footer-nav a {
    font-size: 13px;
  }

  .footer-inner {
    min-height: auto;
    padding: 26px 0 10px;
    flex-direction: column;
    gap: 22px;
    text-align: center;
  }

  .footer-info p {
    font-size: 12px;
    text-align: left;
  }

  .footer-brand {
    width: 260px;
  }

  .footer-brand img {
    width: 260px;
  }

  .footer-brand p {
    font-size: 11px;
    text-align: center;
  }

  /* Floating CTA */
  .floating-cta {
    padding: 8px;
  }

  .floating-cta__inner {
    gap: 8px;
  }

  .floating-cta__btn {
    height: 58px;
    border-radius: 8px;
    font-size: 13px;
  }

  .floating-cta__btn span {
    padding: 0 34px;
  }

  .floating-cta__btn img {
    left: 10px;
    width: 16px;
    height: 16px;
  }

  .floating-cta__btn::after {
    right: 10px;
    width: 7px;
    height: 7px;
  }
}