:root {
  --red: #b11d28;
  --dark-red: #8f1720;
  --gold: #c49b55;
  --cream: #f2d49a;
  --paper: #fff9ef;
  --ink: #18110d;
  --muted: #4b4037;
  --content: 1000px;
  --content-01: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Yu Gothic", Meiryo, serif;
  font-weight: 700;
  line-height: 1.85;
  background: #fff;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.section {
  padding: 76px 0 54px;
}

.shell {
  width: min(calc(100% - 48px), var(--content));
  margin-inline: auto;
}

.center {
  text-align: center;
}

.bg-common {
  background: url("../images/common00.jpg") center center / cover no-repeat;
}

.bg-s02 {
  background: url("../images/s02_00.jpg") center / cover;
}

.bg-white {
  background: #fff;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  line-break: anywhere;
  overflow-wrap: anywhere;
}

h2 {
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 1.65;
  text-align: center;
}

h3 {
  font-size: 20px;
}

.text-block {
  max-width: 900px;
  margin: 52px auto 0;
  font-size: 25px;
  line-height: 1.68;
}

.section-04 .text-block {
  line-height: 1.95;
  margin-top: 0;
}

.text-block p {
  margin-bottom: 14px;
}

.section-04 .text-block p { margin-bottom: 4px; }

.section-01 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  background:
    radial-gradient(circle at 50% 7%, rgba(255, 238, 184, .36), transparent 42%),
    linear-gradient(180deg, #efd49b 0%, #edcf93 100%);
}

.section-01__inner {
  width: min(100%, var(--content-01));
  margin-inline: auto;
  padding-top: 38px;
  text-align: center;
}

.section-01__visual {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.section-01__copy {
  width: min(calc(100% - 40px), 760px);
  margin: -108px auto 0;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}

.section-01__copy h1 {
  margin: 0;
  font-size: 36px;
  line-height: 1;
}

.section-01__copy p {
  margin: 14px 0 0;
  font-size: 24px;
  line-height: 1.75;
  white-space: nowrap;
}

.quote-row {
  display: grid;
  grid-template-columns: 39px 1fr 39px;
  align-items: center;
  gap: 26px;
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.quote-row h2,
.quote-row p {
  margin: 0;
  font-size: 32px;
  line-height: 1.8;
}

.quote-row--small {
  margin-top: 52px;
}

.quote-row--small p {
  font-size: 18px;
}

.section-02 {
  padding-top: 78px;
  padding-bottom: 84px;
}

.section-02__products {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 4px;
}

.section-02__counts {
  width: min(100%, 1000px);
  display: grid;
  grid-template-columns: .6fr 2fr .9fr;
  align-items: center;
  gap: 20px;
  margin: 0 auto 52px;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
}

.section-02__label {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 1006px;
  margin: 0 auto 56px;
}

.section-02__label img {
  width: 100%;
}

.section-02__label span {
  position: absolute;
  padding: 0 24px;
  max-width: 92%;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  margin-top: -12px;
}

.button-row {
  display: flex;
  justify-content: space-between;
  gap: 42px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.image-button {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 463px;
  max-width: 100%;
}

.image-button img {
  width: 100%;
}

.image-button span {
  position: absolute;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
}

.frame-title {
  width: 100%;
  display: grid;
  place-items: center;
  margin: 0 auto 60px;
  padding: 18px 54px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 34px;
}

#section-04-title { margin-bottom: 54px; }

.frame-title--corner {
  max-width: 1000px;
  height: 132px;
  background-image: url("../images/common04.png");
}

.frame-title--round {
  max-width: 1000px;
  height: 133px;
  background-image: url("../images/common05.png");
}

.line-title {
  width: 750px;
  max-width: 100%;
  height: 138px;
  display: grid;
  place-items: center;
  margin: 0 auto 34px;
  padding: 12px 120px;
  background: url("../images/common06.png") center / 100% 100% no-repeat;
}

.wide-image,
.story-banner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 44px;
  align-items: center;
}

.two-col--reverse {
  grid-template-columns: 1fr 480px;
}

.side-image {
  width: 100%;
}

.image-pair,
.three-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
}

.three-images {
  grid-template-columns: repeat(3, 1fr);
}

.red-band {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 1000px;
  height: 117px;
  margin: 28px auto;
  padding: 12px 52px 24px;
  color: #fff;
  text-align: center;
  background: url("../images/common07.png") center / 100% 100% no-repeat;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 38px;
}

.reason-grid article {
  width: 480px;
  max-width: 100%;
  min-height: 240px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 34px 34px 24px;
  text-align: center;
  background: url("../images/s08_01.png") center / 100% 100% no-repeat;
  margin: 0 auto;
}

.reason-grid img {
  width: auto;
  height: auto;
  margin: 0 auto 10px;
}

.reason-grid h3,
.reason-grid p {
  margin-bottom: 0;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  margin-bottom: 44px;
}

.product-grid article {
  padding: 28px 20px;
  text-align: center;
  background: #fff;
}

.product-grid img {
  height: 220px;
  object-fit: contain;
  margin: 0 auto 18px;
}

.use-list {
  margin-top: 42px;
}

.use-list article {
  margin-bottom: 30px;
  text-align: center;
}

.use-list img {
  width: 100%;
  margin-bottom: -92px;
}

.use-list h3 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 30px;
  margin-bottom: 60px;
}

.use-list p {
  font-size: 22px;
  text-align: left;
}

.shop-box {
  margin: 38px auto;
  padding: 38px 54px;
  text-align: center;
  border: 2px solid #caa05f;
}

.small-icon,
.brand-logo {
  margin: 0 auto 18px;
}

.section-13-button {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 663px;
  max-width: 100%;
}

.section-13-button img {
  width: 100%;
}

.section-13-button span {
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.sns-row {
  display: flex;
  justify-content: center;
  gap: 56px;
  margin-top: 24px;
}

.sns-row img {
  width: 92px;
}

.footer {
  padding: 34px 16px;
  color: #fff;
  text-align: center;
  background: var(--red);
}

@media (max-width: 999px) {
  .section {
    padding: 62px 0;
  }

  .shell {
    width: min(calc(100% - 36px), var(--content));
  }

  h2 {
    font-size: 23px;
  }

  .text-block {
    font-size: 16px;
  }

  .section-01__copy {
    margin-top: -7.2vw;
    padding-bottom: 9vw;
  }

  .section-01__copy h1 {
    font-size: clamp(20px, 2.7vw, 24px);
  }

  .section-01__copy p {
    font-size: clamp(12px, 1.7vw, 15px);
    white-space: normal;
  }

  .two-col,
  .two-col--reverse {
    grid-template-columns: 1fr;
  }

  .side-image {
    max-width: 520px;
    margin: 0 auto;
  }

  .product-grid {
    gap: 22px;
  }

  .product-grid img {
    height: 180px;
  }

  .reason-grid { grid-template-columns: 1fr; }

}

@media (max-width: 599px) {
  body {
    line-height: 1.75;
  }

  .section {
    padding: 48px 0;
  }

  .shell {
    width: min(calc(100% - 28px), var(--content));
  }

  h2 {
    font-size: 20px;
    line-height: 1.55;
    word-break: break-all;
  }

  .section-01 {
    align-items: center;
    padding: 0;
  }

  .section-01__inner {
    width: 100%;
    padding: 26px 0 0;
  }

  .section-01__visual {
    width: 124%;
    max-width: none;
    margin-left: -12%;
  }

  .section-01__copy {
    width: min(calc(100% - 32px), 360px);
    margin-top: -22px;
    padding-bottom: 48px;
  }

  .section-01__copy h1 {
    font-size: 20px;
  }

  .section-01__copy p {
    font-size: 12px;
    line-height: 1.7;
  }

  .quote-row {
    grid-template-columns: 24px 1fr 24px;
    gap: 12px;
  }

  .quote-row h2,
  .quote-row p {
    font-size: 16px;
  }

  .frame-title,
  .line-title {
    min-height: 64px;
    padding: 12px 24px;
    font-size: 18px;
    background-size: 100% 100%;
  }

  .red-band {
    height: auto;
    min-height: 76px;
    padding: 10px 26px 18px;
    background-size: 100% 100%;
  }

  .line-title {
    padding-inline: 38px;
  }

  .button-row {
    gap: 18px;
  }

  .image-button {
    max-width: 300px;
  }

  .image-button span {
    font-size: 15px;
  }

  .section-02__label span {
    max-width: 78%;
    padding: 0;
    font-size: 15px;
    line-height: 1.55;
  }

  .section-02__counts {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    font-size: 13px;
  }

  .image-pair,
  .three-images,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .section-07 .image-pair img,
  .section-10 .three-images img { width: 100%; }

  .section-07 .image-pair img:nth-child(2),
  .section-10 .three-images img:nth-child(2),
  .section-10 .three-images img:nth-child(3) { display: none; }

  .product-grid {
    gap: 24px;
  }

  .product-grid img {
    height: auto;
    max-height: 300px;
  }

  .shop-box {
    padding: 24px 18px;
  }

  .sns-row img {
    width: 76px;
  }

  .use-list img { margin-bottom: -64px; }

}


.footer { margin-bottom: 51px; }

.release-date {
  position: fixed;
  bottom: 0;
  background: #f22;
  color: #fff;
  line-height: 50px;
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  border-top: 1px solid #fff;
  z-index: 9999999;
}





.dci {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
  z-index: 999999;
  pointer-events: none;
  user-select: none;
  max-width: none;
}
.dci02 { top: 7904px; }
.dci03 { top: 12272px; }
