/* mixin */
/* font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* common */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

@media screen and (max-width: 1620px) {
  html {
    font-size: 0.6173vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6667vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.7;
  background: #c9a559;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a {
  transition: opacity 0.1s;
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

/* ============================================
   Common
============================================ */
.l-container {
  width: 128rem;
  max-width: 128rem;
  margin: 0 auto;
}

/* SPのみ有効な改行 */
.u-br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-br-sp {
    display: inline;
  }
}

/* ============================================
   Header
============================================ */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 2.5rem 4rem;
  background: #fff;
}
.l-header__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-header__logo img {
  width: 22rem;
}

/* ============================================
   MV
============================================ */
.p-mv {
  width: 100%;
  background: #d8b15d;
}
.p-mv__inner {
  max-width: 162rem;
  margin: 0 auto;
}
.p-mv__img {
  display: block;
  width: 100%;
  height: auto;
}


/* ============================================
   Bg Intro
============================================ */

.bg_intro {
  background: url("../img/bg_intro.webp") center top / cover no-repeat;
}

/* ============================================
   Intro
============================================ */
.p-intro {
  position: relative;
  width: 100%;
  padding: 17rem 0 18.8rem;
}
.p-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: url("../img/bg_intro_top.webp") center top / 100% 100% no-repeat;
  transform: translateY(-99%);
}
.p-intro__inner {
  width: 128rem;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 4rem;
  text-align: center;
  color: #fff;
}
.p-intro__title {
  width: 50%;
  margin-bottom: 12.5rem;
}
.p-intro__title img {
  width: 56rem;
}
.p-intro__map {
  position: absolute;
  top: 0rem;
  left: 15rem;
  width: 66.7rem;
}
.p-intro__nagaimo {
  position: absolute;
  top: -11rem;
  right: 4rem;
  width: 75.3rem;
}
.p-intro__lead {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
.p-intro__text {
  font-size: 2.4rem;
  line-height: 2;
}

/* ============================================
   Campaign
============================================ */
.p-campaign {
  position: relative;
  width: 100%;
  padding: 0 0 24rem;
}
.p-campaign__inner {
  width: 128rem;
  max-width: 128rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 2rem;
  padding: 11.6rem 12.8rem 10rem;
  position: relative;
}
.p-campaign__title {
  text-align: center;
  margin-bottom: 12.2rem;
}
.p-campaign__title img {
  width: 57rem;
}
.p-campaign__block {
  margin-bottom: 6rem;
  text-align: center;
}
.p-campaign__heading {
  display: block;
  background: #C23830;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 1.28rem 4rem;
  border-radius: 1.5rem;
  margin: 0 auto 6.4rem;
  text-align: center;
}
.p-campaign__heading img {
  height: 4rem;
  width: auto;
  filter: brightness(0) invert(1);
}
.p-campaign__schedule {
  font-size: 3rem;
  font-weight: 700;
}
.p-campaign__notice {
  font-size: 3rem;
  font-weight: 700;
}

/* flow */
.p-flow {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.p-flow__item {
  display: flex;
  gap: 12rem;
  text-align: left;
}
.p-flow__step {
  flex-shrink: 0;
  width: 27.9rem;
  height: 27.9rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  margin-top: -3rem;
  margin-left: -3rem;
}
.p-flow__step img {
  width: 100%;
}
.p-flow__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding-bottom: 5.6rem;
  border-bottom: dashed 2px #332D2B;
}
.p-flow__img {
  width: 100%;
}
.p-flow__text {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
.p-flow__arrow {
  display: flex;
  justify-content: flex-start;
  padding: 1rem 0 1rem 8.4rem;
  line-height: 1;
  margin-top: -8rem;
  margin-bottom: 5rem;
}
.p-flow__arrow img {
  width: 4.8rem;
  height: auto;
}

.p-flow__item03 .p-flow__body {
  gap: 0;
  border: none;
}
.p-flow__item03 .p-flow__img {
  display: block;
  margin-inline: auto;
  width: 28.4rem;
}


/* goods */
.p-goods {
  margin-top: 16rem;
  position: relative;
}
.p-goods__inner {
  position: relative;
  width: 128rem;
  max-width: 128rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 2rem;
  padding: 16rem 11.4rem 7.2rem;
  position: relative;
  border: solid 1rem #C23830;
}
.p-goods__title {
  position: absolute;
  top: -7.6rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 106rem;
}
.p-goods__title img {
  width: 100%;
}
.p-goods__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5.6rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-goods__item {
  width: 29%;
  text-align: center;
}
.p-goods__item:nth-child(2) {
  width: 30.1%;
}
.p-goods__img {
  width: 100%;
  margin: 0 auto 1.8rem;
  display: block;
}
.p-goods__rank {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.p-goods__label {
  display: inline-block;
  background: #b32d2d;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 0.3rem 1.4rem;
  border-radius: 0.3rem;
}
.p-goods__count {
  font-size: 1.8rem;
  font-weight: 700;
}
.p-goods__name {
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-goods__note {
  text-align: center;
  font-size: 2rem;
  color: #332D2B;
  margin-top: 2.5rem;
}

/* ============================================
   Result
============================================ */
.p-result {
  position: relative;
  width: 100%;
  background: url("../img/bg_result.webp") center top / cover no-repeat;
  padding: 12rem 0 10rem;
}
.p-result::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: url("../img/bg_result_top.webp") center top / 100% 100% no-repeat;
  transform: translateY(-99%);
}
.p-result__img {
  position: absolute;
  top: -7rem;
  right: -9.5rem;
  width: 62.6rem;
}
.p-result__inner {
  width: 128rem;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 4rem;
}
.p-result__title {
  text-align: left;
  margin-bottom: 10rem;
}
.p-result__title img {
  width: 83.2rem;
}
.p-result__card {
  background: #fff;
  border-radius: 1.5rem;
  padding: 6rem;
  margin-bottom: 20rem;
}
.p-result__heading {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 5rem;
  padding-left: 20rem;
}
.p-result__update {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 2rem;
}

/* chart */
.p-chart {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 56rem;
  margin: 7rem 0 11.4rem;
  padding: 0 2rem;
  position: relative;
}
.p-chart::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1rem;
  height: 1rem;
  background: #5a3a1c;
  z-index: 1;
}
.p-chart__item {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
  position: relative;
}
.p-chart__count {
  font-size: 4.4rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  line-height: 1;
}
.p-chart__count span {
  font-size: 2rem;
  margin-left: 0.3rem;
}
.p-chart__bar {
  width: 16rem;
  position: relative;
  z-index: 2;
  transition: height 0.6s;
}
.p-chart__item--1 .p-chart__count {
  color: #603813;
}
.p-chart__item--1 .p-chart__bar {
  background: #90745A;
}
.p-chart__item--2 .p-chart__count {
  color: #BA8317;
}
.p-chart__item--2 .p-chart__bar {
  background: #CFA85D;
}
.p-chart__item--3 .p-chart__count {
  color: #B74B1C;
}
.p-chart__item--3 .p-chart__bar {
  background: #CC8160;
}
.p-chart__item--4 .p-chart__count {
  color: #EA9854;
}
.p-chart__item--4 .p-chart__bar {
  background: #F0B787;
}
.p-chart__label {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4rem;
}
.p-chart__label img {
  width: 22rem;
  height: auto;
}

/* ============================================
   Terms
============================================ */
.p-terms {
  background: #fff;
  border-radius: 1.5rem;
  padding: 6rem;
  margin-bottom: 8rem;
}
.p-terms__title {
  text-align: center;
  margin-bottom: 4rem;
}
.p-terms__title img {
  width: 22rem;
}
.p-terms__box {
  height: 28rem;
  overflow-y: auto;
  border: 0.1rem solid #ccc;
  padding: 2.5rem 3rem;
  font-size: 1.4rem;
  line-height: 1.9;
}
.p-terms__box p {
  margin-bottom: 1.5rem;
}
.p-terms__agree {
  text-align: center;
  margin-bottom: 1.6rem;
}
.p-terms__check {
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
}
.p-terms__checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
.p-terms__checkmark {
  flex-shrink: 0;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  border: 0.2rem solid #603813;
  border-radius: 0.5rem;
  background: #fff;
  position: relative;
  transition: background-color 0.15s, border-color 0.15s;
}
.p-terms__checkmark::after {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0.5rem;
  width: 1.3rem;
  height: 1.8rem;
  border: solid #fff;
  border-width: 0 0.4rem 0.4rem 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.15s;
}
.p-terms__checkbox:checked + .p-terms__checkmark {
  background: #603813;
}
.p-terms__checkbox:checked + .p-terms__checkmark::after {
  transform: rotate(45deg) scale(1);
}
.p-terms__checkbox:focus-visible + .p-terms__checkmark {
  outline: 0.2rem solid #603813;
  outline-offset: 0.3rem;
}
.p-terms__submit {
  text-align: center;
}
.p-terms__btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  display: inline-block;
}
.p-terms__btn-img {
  width: 40rem;
}
/* 未チェック時：OFF画像を表示 */
.p-terms__btn-img--on {
  display: none;
}
.p-terms__btn-img--off {
  display: block;
}
.p-terms__agree:has(.p-terms__checkbox:checked) ~ .p-terms__submit .p-terms__btn-img--on {
  display: block;
}
.p-terms__agree:has(.p-terms__checkbox:checked) ~ .p-terms__submit .p-terms__btn-img--off {
  display: none;
}
.p-terms__agree:has(.p-terms__checkbox:not(:checked)) ~ .p-terms__submit .p-terms__btn {
  cursor: not-allowed;
}
/* ホバーメッセージ */
.p-terms__btn-msg {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 1.6rem;
  white-space: nowrap;
  background: #C23830;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1rem 2.4rem;
  border-radius: 0.6rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s;
  pointer-events: none;
}
.p-terms__btn-msg::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 0.8rem solid transparent;
  border-top-color: #C23830;
}
.p-terms__agree:has(.p-terms__checkbox:not(:checked)) ~ .p-terms__submit .p-terms__btn:hover .p-terms__btn-msg {
  opacity: 1;
  visibility: visible;
}

/* ============================================
   Footer
============================================ */
.l-footer {
  position: relative;
  background: #603813;
  color: #fff;
  padding: 12rem 0 1.4rem;
}
.l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: url("../img/bg_footer_top.webp") center top / 100% 100% no-repeat;
  transform: translateY(-99%);
}
.l-footer__inner {
  width: 128rem;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 4rem;
}
.l-footer__contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  padding-bottom: 10rem;
  width: fit-content;
  margin: 0 auto;
}
.l-footer__title img {
  width: 18rem;
}
.l-footer__info {
  position: relative;
  flex: 1;
  padding-block: 1rem;
}
.l-footer__info::after {
  content: "";
  position: absolute;
  top: 0;
  left: -4rem;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
}
.l-footer__name {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.l-footer__tel {
  font-size: 3.2rem;
  font-weight: 700;
  display: inline-block;
  margin-right: 2rem;
}
.l-footer__tel a {
  pointer-events: none;
}
.l-footer__tel small {
  display: inline-block;
  font-size: 2.4rem;
}
.l-footer__time {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
}
.l-footer__time span {
  font-size: 1.3rem;
  margin-left: 0.5rem;
}
.l-footer__copy {
  text-align: center;
  font-size: 1.8rem;
  color: #ffffff;
  padding-top: 1.3rem;
  border-top: 1px solid #ffffff;
}

/* ============================================
   Responsive (SP : 767px 以下 / 375px基準 1rem=10px)
============================================ */
@media screen and (max-width: 767px) {
  /* Common */
  .l-container {
    width: 100%;
    max-width: 100%;
  }

  /* MV */
  .p-mv {
    padding-bottom: 2rem;
    background: #d8b25d;
  }
  .p-mv__inner {
    max-width: 100%;
  }

  /* Intro */
  .p-intro {
    padding: 12rem 0 4rem;
  }
  .p-intro::before {
    width: 100%;
    background-size: 200%;
    background-position-x: 70%;
    height: 2rem;
  }
  .p-intro__inner {
    width: 100%;
    max-width: 100%;
    padding: 0 2.4rem;
  }
  .p-intro__title {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .p-intro__title img {
    width: 27rem;
  }
  .p-intro__map {
    top: 1rem;
    left: -1rem;
    width: 22rem;
  }
  .p-intro__nagaimo {
    top: -4rem;
    right: -4rem;
    width: 24rem;
  }
  .p-intro__lead {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
  .p-intro__text {
    font-size: 1.4rem;
    text-align: left;
  }

  .p-intro__text br {
    display: none;
  }

  /* Campaign */
  .p-campaign {
    padding: 0 0 12rem;
  }
  .p-campaign__inner {
    width: auto;
    max-width: 100%;
    margin: 0 1.6rem;
    padding: 4rem 2rem 2.4rem;
    border-radius: 1.5rem;
  }
  .p-campaign__title {
    margin-bottom: 4rem;
  }
  .p-campaign__title img {
    width: 21rem;
  }
  .p-campaign__block {
    margin-bottom: 4rem;
  }
  .p-campaign__heading {
    font-size: 1.8rem;
    padding: 0.6rem 2.4rem;
    margin: 0 auto 2.4rem;
    border-radius: 0.4rem;
  }
  .p-campaign__heading img {
    display: block;
    height: 2.1rem;
    margin: 0 auto;
  }
  .p-campaign__schedule {
    font-size: 1.6rem;
  }
  .p-campaign__notice {
    font-size: 1.4rem;
  }

  /* Flow */
  .p-flow__item {
    position: relative;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .p-flow__step {
    position: absolute;
    left: -3rem;
    top: -3rem;
    width: 10rem;
    height: 10rem;
    margin-top: 0;
    margin-left: 0;
  }
  .p-flow__body {
    width: 100%;
    gap: 2rem;
    padding-top: 4rem;
    padding-bottom: 2.4rem;
  }
  .p-flow__text {
    font-size: 1.6rem;
  }
  .p-flow__arrow {
    justify-content: center;
    padding: 3.2rem 0 1.6rem;
    margin-top: 0;
    margin-bottom: 0rem;
  }
  .p-flow__arrow img {
    width: 2.4rem;
  }
  .p-flow__item03 .p-flow__img {
    width: 16rem;
  }

  /* Goods */
  .p-goods {
    margin-top: 6rem;
  }
  .p-goods__inner {
    width: auto;
    max-width: 100%;
    margin: 0 1.6rem;
    padding: 4.8rem 2rem 4rem;
    border-width: 0.5rem;
  }
  .p-goods__title {
    top: -3rem;
    width: 32rem;
  }
  .p-goods__list {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .p-goods__item,
  .p-goods__item:nth-child(2) {
    width: 100%;
    max-width: 23rem;
  }
  .p-goods__note {
    font-size: 1.3rem;
  }

  /* Result */
  .p-result {
    padding: 12rem 0 8rem;
  }
  .p-result::before {
    height: 3rem;
  }
  .p-result__img {
    top: -10rem;
    right: -2rem;
    width: 24rem;
  }
  .p-result__inner {
    width: 100%;
    max-width: 100%;
    padding: 0 2.4rem;
  }
  .p-result__title {
    margin-bottom: 2.4rem;
  }
  .p-result__title img {
    width: 100%;
  }
  .p-result__card {
    padding: 2.4rem 1.6rem;
    margin-bottom: 6rem;
  }
  .p-result__heading {
    font-size: 2rem;
    margin-bottom: 3rem;
    padding-left: 0;
  }
  .p-result__update {
    display: block;
    font-size: 1.1rem;
    margin-left: 0;
  }

  /* Chart */
  .p-chart {
    height: 30rem;
    margin: 4rem 0 4.8rem;
    padding: 0;
  }
  .p-chart__count {
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
  }
  .p-chart__count span {
    font-size: 1.2rem;
  }
  .p-chart__bar {
    width: 5.6rem;
  }
  .p-chart__label {
    margin-top: 2rem;
  }
  .p-chart__label img {
    width: 6.4rem;
    max-width: none;
  }

  /* Terms */
  .p-terms {
    padding: 3rem 2rem;
    margin-bottom: 3.2rem;
  }
  .p-terms__title {
    margin-bottom: 3rem;
  }
  .p-terms__title img {
    width: 14rem;
  }
  .p-terms__box {
    height: 24rem;
    padding: 1.6rem;
    font-size: 1.2rem;
  }
  .p-terms__check {
    font-size: 1.5rem;
    gap: 1rem;
  }
  .p-terms__checkmark {
    width: 2.2rem;
    height: 2.2rem;
  }
  .p-terms__btn-img {
    width: 24rem;
  }
  .p-terms__btn-msg {
    white-space: normal;
    width: 24rem;
    font-size: 1.2rem;
    padding: 0.8rem 1.6rem;
  }

  /* Footer */
  .l-footer {
    padding: 3.2rem 0 1.4rem;
  }
  .l-footer::before {
    height: 3.7rem;
    background-position: 60%;
    background-size: 400%;
  }
  .l-footer__inner {
    width: 100%;
    max-width: 100%;
    padding: 0 2.4rem;
  }
  .l-footer__contact {
    flex-direction: column;
    gap: 2.4rem;
    padding-bottom: 6rem;
  }
  .l-footer__title img {
    width: 12rem;
  }
  .l-footer__info {
    flex: none;
    text-align: center;
  }
  .l-footer__info::after {
    top: -1.2rem;
    left: 0;
    width: 100%;
    height: 2px;
  }
  .l-footer__name {
    font-size: 2.1rem;
  }
  .l-footer__tel {
    display: block;
    font-size: 2rem;
    margin-right: 0;
  }
  .l-footer__tel small {
    font-size: 1.3rem;
  }
  .l-footer__time {
    display: block;
    font-size: 1.4rem;
  }
  .l-footer__time span {
    font-size: 1.2rem;
  }
  .l-footer__copy {
    font-size: 1.1rem;
  }

  .p-terms__coming p {
    font-size: 2.1rem !important;
  }
}
