@charset "utf-8";

.c-visual {
  position: relative;
}
.key_visual picture,
.key_visual img {
  width: 100%;
  height: 100%;
}
.key_visual img {
  object-fit: cover;
  object-position: 75% center;
}

/* :::::: セクション :::::: */
.c-section .c-lead {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .c-section .c-lead {
    text-align: left;
  }
}
.c-section .c-note {
  margin-top: 1em;
}
.c-section .c-button {
  margin-top: 40px;
}

/* :::::: コラム :::::: */
.c-column {
  display: flex;
}
.c-column + .c-column {
  margin-top: 56px;
}
.c-column .text {
  text-align: left;
}
.c-column .text .c-lead:first-child {
  margin-top: 0;
}
@media print, (min-width: 768px) {
  .c-column {
    justify-content: space-between;
  }
  .c-column .text,
  .c-column .image {
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .c-column.-r .image {
    order: -1;
  }
}
@media screen and (max-width: 767px) {
  .c-column {
    flex-direction: column;
    align-items: center;
  }
  .c-column .text {
    width: 100%;
    max-width: 420px;
  }
  .c-column .image {
    margin-top: 1em;
  }
}

/**
 * ミッキーデザインキー登場
 * ---------------------------------------- */
.page-key .c-visual {
  margin: 0 var(--breakout);
}
.page-key .c-visual .key_visual {
  position: relative;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}
.page-key .c-visual img {
  height: auto;
}

.p-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-summary .title {
  position: relative;
  color: #006436;
  font-size: 24px;
  line-height: 1.4;
  white-space: nowrap;
}
.p-summary .title .wrap {
  position: absolute;
  overflow: hidden;
  top: -24px;
  right: -80px;
  bottom: -24px;
  left: -80px;
}
.p-summary .title .c-deco:nth-of-type(2n) {
  width: 50px;
  height: 50px;
}
.p-summary .title .c-deco:nth-of-type(1) {
  bottom: 0;
  left: 0;
}
.p-summary .title .c-deco:nth-of-type(2) {
  bottom: 0;
  left: 56px;
}
.p-summary .title .c-deco:nth-of-type(3) {
  top: 0;
  right: 0;
}
.p-summary .title .c-deco:nth-of-type(4) {
  top: -8px;
  right: 48px;
}
.p-summary .title svg {
  width: 1.5em;
  height: auto;
  margin-top: -0.2em;
  vertical-align: middle;
  fill: currentcolor;
}
.p-summary .title svg:first-child {
  margin-right: 0.5em;
}
.p-summary .title svg:last-child {
  margin-left: 0.5em;
}
.p-summary .title .main {
  display: block;
  font-size: 132%;
}
.p-summary .c-lead {
  margin-top: 1em;
}
.p-summary .image {
  max-width: 420px;
  margin: 24px auto 0;
}
.p-summary .c-video {
  margin-top: 24px;
}
@media print, (min-width: 768px) {
  .key_visual {
    position: absolute;
    top: 0;
    right: var(--breakout);
    bottom: 0;
    left: var(--breakout);
    border-image: linear-gradient(#f5f6fa, #f5f6fa) fill 0 / 0 / 0 50vw;
  }
  .p-summary .c-lead {
    margin-top: 32px;
    font-size: 18px;
  }
  .p-summary .image {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-summary {
    margin-top: 24px;
  }
  .p-summary .title {
    font-size: min(20vw / 3.75, 20px);
  }
  .p-summary .c-lead {
    text-align: left;
  }
  .key_visual {
    margin: 0 -20px;
  }
  .page-key .key_visual {
    order: -1;
    -webkit-mask-image: linear-gradient(to top, #fff0, #fff 24px, #fff);
    mask-image: linear-gradient(to top, #fff0, #fff 24px, #fff);
  }
}
@media screen and (max-width: 479px) {
  .p-summary .title .wrap {
    right: -20px;
    left: -20px;
  }
  .p-summary .c-lead {
    width: 100%;
  }
}

/* :::::: 冒頭文 :::::: */
.p-lead {
  max-width: 880px;
  margin: 96px auto;
}
.p-lead .c-button {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-lead {
    margin-block: 48px;
  }
}

/* :::::: ボタン :::::: */
.page-key .c-button {
  width: 260px;
  color: #ffe4ba;
  border-color: #006436;
  background: #006436;
}
@media (hover: hover) {
  .page-key .c-button:hover {
    color: #006436;
    background: white;
  }
}

/* :::::: 新しい暮らしを安心・安全と一緒に :::::: */
.lineup_list {
  display: flex;
  justify-content: center;
  max-width: 420px;
  margin: 32px auto 0;
}
.lineup_list .item {
  flex-basis: 50%;
  border: 0.5px solid #eaeaea;
}
.lineup_list .item + .item {
  border-left: 0;
}
.lineup_list .item .text {
  border-bottom: 0.5px solid #eaeaea;
  padding: 0.6em 0;
  color: #006436;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  background: linear-gradient(to left, #d8d8d8, transparent, #d8d8d8);
}
.p-lineup .price {
  margin-top: 0.5em;
  font-size: 24px;
  line-height: 1.4;
}
.p-lineup .price small {
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  .p-lineup .lineup_list .image {
    margin: 0;
  }
}

/* :::::: 購入者限定ノベルティ :::::: */
.p-novelty .c-column {
  margin-top: 32px;
}
.p-novelty .p-novelty__note {
  /* text-align: left; */
  line-height: 1;
  margin-top: 2rem;
}
@media screen and (max-width: 479px) {
  .p-novelty .p-novelty__note {
    padding-left: 1em;
    text-align: left;
    text-indent: -1em;
  }
}
.p-novelty .p-novelty__note + .p-novelty__note {
  margin-top: 0;
}
@media screen and (max-width: 479px) {
  .p-novelty .p-novelty__note + .p-novelty__note {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 479px) {
  .p-novelty .c-lead br {
    display: none;
  }
}
/* :::::: ご購入いただく際の注意事項 1 :::::: */
.p-notelist .c-list {
  margin-top: 32px;
  padding: 24px;
  text-align: left;
  background: #efefef;
}

/* :::::: ご購入いただく際の注意事項 2 :::::: */
.p-notepoint .notes_column {
  margin-top: 32px;
}
.p-notepoint .notes_block {
  padding: 24px;
  background: #efefef;
}
.p-notepoint .c-list li {
  padding-left: 0.7em;
  text-indent: -0.7em;
}
.p-notepoint .c-list li::before {
  width: 0.2em;
  height: 0.2em;
  margin-right: 0.5em;
  border-radius: 0.2em;
  background: currentcolor;
}
@media print, (min-width: 768px) {
  .p-notepoint .notes_column {
    display: flex;
    justify-content: space-between;
  }
  .p-notepoint .notes_block {
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-notepoint .notes_block + .notes_block {
    margin-top: 16px;
  }
}
.p-notepoint .notes_block dt {
  color: #006436;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}
.p-notepoint .notes_block dd {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.p-notepoint .notes_block dd p {
  flex-basis: calc(100% - 104px);
  line-height: 1.5;
}
.p-notepoint .notes_block dd .image {
  order: -1;
  flex-basis: 104px;
  margin-right: 20px;
  padding: 0 20px;
  white-space: nowrap;
  text-align: center;
}
.p-notepoint .notes_block dd .image figcaption {
  margin: 0 -0.5em;
  font-size: 10px;
}

/* :::::: PRODUCT STORY :::::: */
.p-story .c-column:first-of-type {
  margin-top: 32px;
}
.p-story .c-column .image img {
  background: white;
}
.p-story .c-note {
  display: block;
}
.p-story .c-note,
.p-story .c-button {
  margin-top: 56px;
}
@media print, (min-width: 768px) {
  .p-story .c-column:first-of-type .text {
    align-self: center;
    padding-bottom: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .p-story {
    margin-top: 80px;
  }
}
@media screen and (max-width: 479px) {
  .p-story .c-note {
    padding-left: 1em;
    text-align: left;
    text-indent: -1em;
  }
}

/* :::::: お客様の声 :::::: */
.p-voice {
  margin-bottom: 0;
}
.voice_container {
  margin-top: 32px;
}
.voice_column .c-lead {
  margin-top: 0.5em;
  text-align: left;
}
@media print, (min-width: 768px) {
  .voice_container {
    display: flex;
    justify-content: space-between;
  }
  .voice_column {
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .voice_column + .voice_column {
    margin-top: 56px;
  }
}

/* :::::: グリッター :::::: */
@media print, (min-width: 768px) {
  .c-section:not(.-bg) .section_deco {
    top: -80px;
    bottom: -80px;
  }

  /* 新しい暮らしを安心・安全と一緒に */
  .p-lineup .section_deco .c-deco {
    transform: rotate(-30deg);
  }
  .p-lineup .section_deco .c-deco:nth-of-type(1) {
    top: 120px;
    left: -16px;
  }
  .p-lineup .section_deco .c-deco:nth-of-type(2) {
    top: 0;
    left: -24px;
  }

  /* 購入者限定ノベルティ */
  .p-novelty .section_deco .c-deco {
    transform: rotate(-30deg);
  }
  .p-novelty .section_deco .c-deco:nth-of-type(1) {
    bottom: 80px;
    left: -24px;
  }
  .p-novelty .section_deco .c-deco:nth-of-type(2) {
    bottom: 0;
    left: 0;
  }
  .p-novelty .section_deco .c-deco:nth-of-type(3) {
    top: 96px;
    right: 0;
  }
  .p-novelty .section_deco .c-deco:nth-of-type(4) {
    top: 24px;
    right: 24px;
  }

  /* ご購入いただく際の注意事項 */
  .p-notelist .section_deco .c-deco {
    transform: rotate(-30deg);
  }
  .p-notelist .section_deco .c-deco:nth-of-type(1) {
    bottom: 0;
    left: 0;
  }
  .p-notelist .section_deco .c-deco:nth-of-type(2) {
    top: 16px;
    right: -40px;
  }
  .p-notelist .section_deco .c-deco:nth-of-type(3) {
    top: 0;
    right: 80px;
  }

  /* ご購入いただく際の注意事項 */
  .p-notelist .section_deco .c-deco {
    transform: rotate(30deg);
  }
  .p-notepoint .section_deco .c-deco:nth-of-type(1) {
    top: 136px;
    left: 0;
  }
  .p-notepoint .section_deco .c-deco:nth-of-type(2) {
    top: 24px;
    left: 24px;
  }

  /* PRODUCT STORY */
  .p-story .section_deco .c-deco {
    transform: rotate(30deg);
  }
  .p-story .section_deco .c-deco:nth-of-type(1) {
    top: 96px;
    left: 0;
  }
  .p-story .section_deco .c-deco:nth-of-type(2) {
    top: 0px;
    left: 24px;
  }
  .p-story .section_deco .c-deco:nth-of-type(3) {
    bottom: 144px;
    right: 0;
  }
  .p-story .section_deco .c-deco:nth-of-type(4) {
    bottom: 40px;
    right: 16px;
  }

  /* お客様の声 */
  .p-voice .section_deco .c-deco {
    transform: rotate(-30deg);
  }
  .p-voice .section_deco .c-deco:nth-of-type(1) {
    top: 136px;
    left: 0;
  }
  .p-voice .section_deco .c-deco:nth-of-type(2) {
    top: 32px;
    left: 24px;
  }
  .p-voice .section_deco .c-deco:nth-of-type(3) {
    bottom: 120px;
    right: 16px;
  }
  .p-voice .section_deco .c-deco:nth-of-type(4) {
    bottom: 24px;
    right: 40px;
  }
}

/* :::::: coming soon :::::: */
.comingsoon {
  margin-top: 40px;
  color: #006436;
  font-size: 20px;
  font-weight: 700;
}
.comingsoon svg {
  width: 1.5em;
  height: auto;
  margin-top: -0.2em;
  vertical-align: middle;
  fill: currentcolor;
}
.comingsoon svg:first-child {
  margin-right: 0.5em;
}
.comingsoon svg:last-child {
  margin-left: 0.5em;
}

/**
 * ご来店キャンペーン
 * ---------------------------------------- */
.page-campaign .c-visual {
  margin: 0 var(--breakout);
}
.page-campaign .c-visual .key_visual {
  position: relative;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .page-campaign .c-visual .key_visual::before,
  .page-campaign .c-visual .key_visual::after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 64px;
    height: 100%;
  }
  .page-campaign .c-visual .key_visual::before {
    left: 0;
    background: linear-gradient(to left, #f5f6f900, #f5f6f9);
  }
  .page-campaign .c-visual .key_visual::after {
    right: 0;
    background: linear-gradient(to left, #f5f6f9, #f5f6f900);
  }
  .page-campaign .c-visual img {
    height: auto;
  }
}

/* :::::: セクション :::::: */
@media print, (min-width: 768px) {
  .c-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.c-column .text {
  display: flex;
  flex-direction: column;
}
.c-column .image {
  max-width: 420px;
  border: 2px solid #009261;
}
@media print, (min-width: 768px) {
  .c-column .text,
  .c-column .image {
    flex-basis: calc(51% - 20px);
    max-width: calc(51% - 20px);
  }
  .c-column.-r .image {
    order: -1;
  }
}
@media screen and (max-width: 767px) {
  .c-section .image {
    width: 100%;
    margin: 24px auto 0;
  }
}
.page-campaign .c-buttons {
  flex-direction: row;
}
.page-campaign .c-buttons .c-button {
  font-size: 14px;
  line-height: 1.2;
}
.page-campaign .c-buttons .c-button .arr {
  right: 8px;
}
.page-campaign .c-button {
  width: 100%;
  max-width: 336px;
  color: #ffe4ba;
}
.page-campaign .c-button.-w {
  max-width: 300px;
  border-width: 1px;
  color: #019261;
  background: white;
}
.page-campaign .c-button.-w::before {
  border: 0;
}
.page-campaign .c-button.-w .arr {
  top: calc(50% - 7px);
  width: 10px;
  height: 14px;
  stroke-width: 0.5;
}
@media (hover: hover) {
  .page-campaign .c-button:hover {
    color: #019261;
  }
  .page-campaign .c-button.-w:hover {
    color: white;
    background: #019261;
  }
}

/* :::::: 抽選で500名様に :::::: */
.p-keyhook .c-lead {
  text-align: center;
}
.p-keyhook .section_deco .c-deco:nth-of-type(1) {
  top: 40px;
  left: -40px;
}
.p-keyhook .section_deco .c-deco:nth-of-type(2) {
  top: 160px;
  left: -40px;
}

/* :::::: 抽選で合計30名様に :::::: */
.p-present .c-lead {
  text-align: center;
}
.p-present .section_deco .c-deco:nth-of-type(1) {
  bottom: 80px;
  left: -24px;
}
.p-present .section_deco .c-deco:nth-of-type(2) {
  bottom: 0;
  left: 0;
}
.p-present .section_deco .c-deco:nth-of-type(3) {
  top: 80px;
  right: -20px;
}
.p-present .section_deco .c-deco:nth-of-type(4) {
  top: 0;
  right: 0;
}

/* :::::: さらに参加者様全員に！ :::::: */
.p-wallpaper .section_deco .c-deco:nth-of-type(1) {
  bottom: 104px;
  left: -40px;
}
.p-wallpaper .section_deco .c-deco:nth-of-type(2) {
  bottom: 0;
  left: 0;
}
.p-wallpaper .section_deco .c-deco:nth-of-type(3) {
  top: 0;
  right: 104px;
}
.p-wallpaper .section_deco .c-deco:nth-of-type(4) {
  top: 24px;
  right: 0;
}
.p-wallpaper .c-column {
  margin-top: 40px;
}
.p-wallpaper .image {
  border: 0;
}
@media screen and (max-width: 767px) {
  .p-wallpaper .c-lead {
    text-align: center;
  }
}

/* :::::: 参加抽選方法はこちら :::::: */
.p-challenge .section_deco .c-deco:nth-of-type(1) {
  bottom: 104px;
  right: -40px;
}
.p-challenge .section_deco .c-deco:nth-of-type(2) {
  bottom: 0;
  right: 0;
}
.p-challenge .section_deco .c-deco:nth-of-type(3) {
  top: 120px;
  left: 0;
}
.p-challenge .section_deco .c-deco:nth-of-type(4) {
  top: 0;
  left: 40px;
}
.p-challenge .c-column {
  margin-top: 40px;
}
.challenge_flow {
  display: flex;
  margin-top: 40px;
}
.challenge_flow .step {
  border-right: 1px solid #009261;
  background: white;
}
.challenge_flow .label {
  padding: 0.3em;
  color: #ffe4ba;
  text-transform: uppercase;
  background: #009261;
}
.challenge_flow .image {
  margin: 0;
}
.challenge_flow .summary {
  padding: 1em;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
}
@media print, (min-width: 768px) {
  .challenge_flow {
    flex-wrap: wrap;
    row-gap: 24px;
  }
  .challenge_flow li {
    flex-basis: 33.3333%;
    border-bottom: 1px solid #009261;
  }
  .challenge_flow li:nth-child(3n + 1) {
    border-left: 1px solid #009261;
  }
  .challenge_flow .label {
    margin-left: -1px;
    border-left: 1px solid #ffe4ba;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .challenge_flow {
    flex-direction: column;
    gap: 16px;
    max-width: 420px;
    margin-inline: auto;
  }
  .challenge_flow .step {
    border-left: 1px solid #009261;
    border-bottom: 1px solid #009261;
  }
  .challenge_flow .image {
    background: #f6f6f6;
  }
  .challenge_flow .image img {
    width: auto;
    height: 184px;
  }
}

/* :::::: 応募規約 :::::: */
.p-terms .section_deco .c-deco:nth-of-type(1) {
  bottom: 120px;
  right: 0;
}
.p-terms .section_deco .c-deco:nth-of-type(2) {
  bottom: 0;
  right: 0;
}
.p-terms .section_deco .c-deco:nth-of-type(3) {
  top: 104px;
  left: 0;
}
.p-terms .section_deco .c-deco:nth-of-type(4) {
  top: 0;
  left: 0;
}
.c-scrollcontainer {
  max-height: 520px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
  overscroll-behavior: none auto;
  scrollbar-width: auto;
}
.c-scrollcontainer::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.c-scrollcontainer::-webkit-scrollbar-thumb {
  border-radius: 8px;
  box-shadow: none;
}
.c-scrollcontainer::-webkit-scrollbar-track {
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
.p-terms .c-scrollcontainer {
  margin-top: 40px;
  padding: 24px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.terms_primary.c-scrollcontainer {
  border: 1px solid #efefef;
  scrollbar-color: #efefef;
}
.terms_primary.c-scrollcontainer::-webkit-scrollbar-thumb {
  background: #efefef;
}
.terms_primary.c-scrollcontainer::-webkit-scrollbar-track {
  background: white;
}
.terms_secondary.c-scrollcontainer {
  background: #efefef;
  scrollbar-color: white;
}
.terms_secondary.c-scrollcontainer::-webkit-scrollbar-thumb {
  background: white;
}
.terms_secondary.c-scrollcontainer::-webkit-scrollbar-track {
  background: #efefef;
}
/* コンテンツ */
.terms_primary h3,
.terms_primary p,
.terms_primary dl {
  font-size: 12px;
  font-weight: 400;
}
.terms_primary h3 {
  color: #006436;
  text-align: center;
}
.terms_primary p,
.terms_primary dl {
  margin-top: 1em;
  line-height: 1.5;
}
.terms_primary ol,
.terms_primary ul {
  margin: 0;
}
.terms_primary dt {
  text-indent: -1em;
}
.terms_primary dt > * {
  text-indent: 0;
}
.terms_primary dt,
.terms_primary dd {
  margin-top: 0;
  margin-top: 0.3em;
  padding-left: 1em;
}
.terms_primary dt::before {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.2em;
  background: #006436;
}
.terms_primary dd + dt {
  margin-top: 0.8em;
}
.terms_primary ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.terms_primary li + li {
  margin-top: 0.3em;
}
.terms_primary .list li {
  padding-left: 0.6em;
  text-indent: -0.6em;
}
.terms_primary .note li {
  padding-left: 1em;
  text-indent: -1em;
}
.terms_primary ul li > * {
  text-indent: 0;
}
.terms_primary .list li::before {
  content: '';
  display: inline-block;
  width: 0.2em;
  height: 0.2em;
  margin-right: 0.4em;
  border-radius: 0.2em;
  vertical-align: middle;
  background: currentcolor;
}
.terms_primary em {
  padding-inline: 0.2em;
  font-style: normal;
  text-decoration: underline;
}
.terms_primary .ex {
  display: inline-block;
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.terms_primary .ex > * {
  text-indent: 0;
}

/* :::::: バナー :::::: */
.c-bannerlist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 880px;
  margin-inline: auto;
}
.page-campaign .c-bannerlist {
  margin-top: 80px;
}
.c-bannerlist li {
  flex-basis: calc(33.333% - 40px / 3);
}
@media screen and (max-width: 767px) {
  .c-bannerlist {
    gap: 16px;
  }
  .page-campaign .c-bannerlist {
    margin-top: 40px;
  }
  .c-bannerlist li {
    flex-basis: calc(50% - 8px);
  }
}
