@charset "UTF-8";

/* =========================
   基本リセット
========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  background: #FCF9E9;
}

@media only screen and (min-width: 750px) {
    body {
        background: #ebebeb;
    }
}

a {
  color:#FE0000;
  font-size: 4.266vw;
  font-weight: 700;
}

@media only screen and (min-width: 750px) {
    a {
  font-size: 2rem;
    }
}

ul, ol {
  list-style: none;
}

/* 共通注記 */
.note {
  display: flex;
  gap: 4px;
  font-size: 3.2vw;
  line-height: 1.5;
  text-align: justify;
  color: #858585;
  font-weight: 500;
}
.note span {
  flex: none;
}

@media only screen and (min-width: 750px) {
    .note {
        gap: 8px;
        font-size: 1.5rem;
    }
}

/* =========================
   共通レイアウト
========================= */
.section {
  width: 100%;
  background-color: #fff;
  background-size: cover;
  padding: 10.666vw 5.333vw;
}

@media only screen and (min-width: 750px) {
    .section {
        width: 750px;
        margin: 0 auto;
         padding: 80px 40px;
    }
}

.container {
  margin-inline: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  white-space: nowrap;
}

/* =========================
   CTAボタン（友だち追加）
========================= */
.btn__cta {
  background-color: #31C249;
  width: 78.666vw;
  height: 17.066vw;
  border-radius: 999px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 2px 2px 0 rgba(0,0,0,.25);
  box-shadow: 2px 2px 0 rgba(0,0,0,.25);
  position: relative;
  z-index: 0;
}

@media only screen and (min-width: 750px) {
.btn__cta {
    width: 590px;
    height: 128px;
    }
}

.btn__cta::after {
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: 4.533vw;
  background-image: url(../img/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.466vw;
  height: 3.466vw;
  position: absolute;
  z-index: 1;
}

@media only screen and (min-width: 750px) {
.btn__cta::after  {
  width: 26px;
  height: 26px;
  right: 34px;
    }
}

.text_entry {
  line-height: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text_entry img {
  width: 25.066vw;
  height: auto;
}

@media only screen and (min-width: 750px) {
.text_entry img {
        width: 188px;
        height: auto;
    }
}



/* =========================
   キービジュアル（FV 1枚画像）
========================= */
.kv {
  padding: 0;
  text-align: center;
  background-color: #fff;
}

@media only screen and (min-width: 750px) {
    .kv  {
      padding: 0;
    }
}

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

/* キャンペーン終了告知バナー */
.campaign-notice--ended {
  background-color: #5A5A5A;
  color: #fff;
  text-align: center;
  padding: 4.266vw 5.333vw;
}

@media only screen and (min-width: 750px) {
  .campaign-notice--ended {
    padding: 32px 40px;
  }
}

.campaign-notice__label {
  display: inline-block;
  background-color: #fff;
  color: #5A5A5A;
  font-weight: 700;
  font-size: 3.733vw;
  line-height: 1.5;
  padding: 1.066vw 4.266vw;
  border-radius: 999px;
  margin-bottom: 2.133vw;
}

@media only screen and (min-width: 750px) {
  .campaign-notice__label {
    font-size: 1.75rem;
    padding: 8px 32px;
    margin-bottom: 16px;
  }
}

.campaign-notice__text {
  font-weight: 500;
  font-size: 3.733vw;
  line-height: 1.5;
}

@media only screen and (min-width: 750px) {
  .campaign-notice__text {
    font-size: 1.75rem;
  }
}

/* =========================
   応募の流れ（CTA＋3stepsバナー）
========================= */
.flow {
  background-color: #31C249;
  padding: 0;
}

@media only screen and (min-width: 750px) {
.flow {
  padding: 0;
    }
}

.flow__cta {
  background-color: #FFE9B5;
  padding: 8.533vw 0;
}

@media only screen and (min-width: 750px) {
.flow__cta {
  padding: 64px 0;
    }
}

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


/* =========================
   応募方法
========================= */
.howto {
  background-color: #31C249;
  padding: 6.4vw 5.333vw;
}

@media only screen and (min-width: 750px) {
.howto {
  padding: 48px 40px;
    }
}

.howto__title {
  text-align: center;
  margin-bottom: 8.533vw;
}

@media only screen and (min-width: 750px) {
.howto__title  {
  margin-bottom: 64px;
    }
}

.howto__title img {
  display: block;
      width: 28.2vw;
        margin: 0 auto;
}

@media only screen and (min-width: 750px) {
.howto__title img  {
    width: 212px;
    }
}

.howto__inner {
    background: #fff;
       border-radius: 5.333vw;
       padding: 6.4vw 4.266vw;
}

@media only screen and (min-width: 750px) {
.howto__inner  {
    border-radius: 40px;
    padding: 48px 32px;
    }
}

.howto__steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.4vw;
}

@media only screen and (min-width: 750px) {
.howto__steps  {
  gap: 48px;
    }
}

.howto__step {
  width: 100%;
  font-weight: bold;
}

.howto__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5.066vw;
}

@media only screen and (min-width: 750px) {
.howto__list-item {
  gap: 38px;
    }
}

.howto__step .step_icon {
  width: 16vw;
  height: auto;
  display: block;
  flex: none;
}

@media only screen and (min-width: 750px) {
.howto__step .step_icon  {
  width: 120px;
    }
}

.howto__step p {
  font-size: 4.533vw;
  line-height: 1.5;
  text-align: justify;
  color: #000;
}

@media only screen and (min-width: 750px) {
.howto__step p  {
  font-size: 2.125rem;
    }
}

/* CTA（step01直下） */
.howto__step--01 .btn__cta {
  margin-top: 6.4vw;
}

@media only screen and (min-width: 750px) {
.howto__step--01 .btn__cta {
  margin-top: 48px;
    }
}

/* 区切り線（破線） */
.howto__step--01::after,
.howto__step--02::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, #C6C6C6 0, #C6C6C6 2px, transparent 2.5px);
  background-size: 10.5px 4px;
  background-repeat: round no-repeat;
  background-position: left center;
  margin-top: 6.4vw;
}

@media only screen and (min-width: 750px) {
.howto__step--01::after,
.howto__step--02::after {
  height: 8px;
  background-image: radial-gradient(circle, #C6C6C6 0, #C6C6C6 4px, transparent 4.5px);
  background-size: 21px 8px;
  margin-top: 48px;
    }
}

/* step03 */
.howto__step--03 .howto__list-item {
  align-items: flex-start;
}

.howto__step03-text {
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
  flex: 1;
}

@media only screen and (min-width: 750px) {
.howto__step03-text {
  gap: 24px;
    }
}

.howto__step03-text p {
  font-size: 4.533vw;
  line-height: 1.5;
  text-align: justify;
}

@media only screen and (min-width: 750px) {
.howto__step03-text p {
  font-size: 2.125rem;
    }
}

.howto__note {
  font-size: 3.2vw !important;
  font-weight: 500;
  color: #858585 !important;
  display: flex;
  gap: 4px;
}

@media only screen and (min-width: 750px) {
.howto__note {
  font-size: 1.5rem !important;
  gap: 8px;
    }
}

.howto__note span {
  flex: none;
}

.howto__step03-img {
  margin-top: 3.2vw;
}

@media only screen and (min-width: 750px) {
.howto__step03-img {
  margin-top: 24px;
    }
}

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

/* =========================
   キャンペーン概要
========================= */
.summary {
  background-color: #FDF7E3;
  padding: 6.4vw 5.333vw;
}

@media only screen and (min-width: 750px) {
.summary {
  padding: 48px 40px;
    }
}

.summary__title {
  text-align: center;
  margin-bottom: 8.533vw;
}

@media only screen and (min-width: 750px) {
.summary__title {
  margin-bottom: 64px;
    }
}

.summary__title img {
  display: block;
  width: 53.6vw;
  margin: 0 auto;
}

@media only screen and (min-width: 750px) {
.summary__title img {
  width: 402px;
    }
}

.summary__inner {
  background-color: #fff;
  border-radius: 5.333vw;
  padding: 8.533vw 5.333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.333vw;
}

@media only screen and (min-width: 750px) {
.summary__inner {
  border-radius: 40px;
  padding: 64px 40px;
  gap: 40px;
    }
}

.summary__block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.133vw;
}

@media only screen and (min-width: 750px) {
.summary__block {
  gap: 16px;
    }
}

.summary__badge {
  background-color: #150D67;
  color: #fff;
  font-weight: 700;
  font-size: 3.733vw;
  line-height: 1.5;
  text-align: center;
  padding: 1.066vw 3.2vw;
  min-width: 21.333vw;
}

@media only screen and (min-width: 750px) {
.summary__badge {
  font-size: 1.75rem;
  padding: 8px 24px;
  min-width: 160px;
    }
}

.summary__badge--wide {
  min-width: 29.866vw;
}

@media only screen and (min-width: 750px) {
.summary__badge--wide {
  min-width: 224px;
    }
}

.summary__date,
.summary__val {
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000;
}

.summary__date {
  text-align: left;
}

/* 応募期間（終了） */
.summary__block--ended {
  background-color: #E6E6E6;
  border-radius: 2.133vw;
  padding: 4.266vw 5.333vw;
}

@media only screen and (min-width: 750px) {
  .summary__block--ended {
    border-radius: 16px;
    padding: 32px 40px;
  }
}

.summary__block--ended .summary__badge {
  background-color: #858585;
}

.summary__block--ended .summary__date {
  color: #858585;
}

.summary__status {
  font-weight: 700;
  font-size: 4.533vw;
  line-height: 1.5;
  text-align: center;
  color: #5A5A5A;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 750px) {
  .summary__status {
    font-size: 2.125rem;
  }
}

@media only screen and (min-width: 750px) {
.summary__date,
.summary__val {
  font-size: 1.875rem;
    }
}

.summary__desc {
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 1.5;
  text-align: justify;
  color: #5A5A5A;
  width: 100%;
}

@media only screen and (min-width: 750px) {
.summary__desc {
  font-size: 1.5rem;
    }
}

.summary__block .btn__cta {
  margin: 2.133vw auto;
}

@media only screen and (min-width: 750px) {
.summary__block .btn__cta {
  margin: 16px auto;
    }
}

.summary__note {
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 1.5;
  text-align: justify;
  color: #858585;
  width: 100%;
  display: flex;
  gap: 4px;
}

@media only screen and (min-width: 750px) {
.summary__note {
  font-size: 1.5rem;
  gap: 8px;
    }
}

.summary__note span {
  flex: none;
}

.summary__note .summary__note-text {
  flex: 1;
  min-width: 0;
}

.summary__note-em {
  color: #FE0000;
}

/* =========================
   賞品紹介
========================= */
.prize {
  background-color: #FFE9B5;
  padding-top: 0;
  padding-bottom: 5.333vw;
}

@media only screen and (min-width: 750px) {
.prize {
  padding-top: 0;
  padding-bottom: 40px;
    }
}

.prize__title {
  margin-bottom: 0;
  margin-left: -5.333vw;
  margin-right: -5.333vw;
  padding-top: 16vw;
  padding-bottom: 5.333vw;
  text-align: center;
}

@media only screen and (min-width: 750px) {
.prize__title {
  margin-left: -40px;
  margin-right: -40px;
  padding-top: 120px;
  padding-bottom: 40px;
    }
}

.prize__title img {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 750px) {
.prize__title img {
  width: 100%;
    }
}

.prize__inner {
  background-color: #fff;
  border-radius: 5.333vw;
  padding: 12vw 5.333vw 8.533vw;
  margin-top: -16vw;
  overflow: hidden;
}

@media only screen and (min-width: 750px) {
.prize__inner {
  border-radius: 40px;
  padding: 90px 40px 64px;
  margin-top: -120px;
    }
}

.prize__points {
  background-image: url(../img/reward_flash.png);
  background-size: 122% auto;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13.333vw 5.333vw 4vw;
  margin: -12vw -5.333vw 2.666vw;
}

@media only screen and (min-width: 750px) {
.prize__points {
  padding: 100px 40px 30px;
  margin: -90px -40px 20px;
    }
}

.prize__points img {
  width: 61.466vw;
  height: auto;
}

@media only screen and (min-width: 750px) {
.prize__points img {
  width: 461px;
    }
}

.prize__brands {
  margin-bottom: 4.266vw;
}

@media only screen and (min-width: 750px) {
.prize__brands {
  margin-bottom: 32px;
    }
}

.prize__brands img {
  width: 78.666vw;
  height: auto;
  margin: 0 auto;
  display: block;
}

@media only screen and (min-width: 750px) {
.prize__brands img {
  width: 590px;
    }
}

.prize__note {
  display: flex;
  flex-direction: column;
  gap: 2.133vw;
  margin-bottom: 7.466vw;
}

@media only screen and (min-width: 750px) {
.prize__note  {
  gap: 16px;
  margin-bottom: 56px;
    }
}

.prize__note--trademark {
  margin-top: 7.466vw;
  margin-bottom: 0;
}

@media only screen and (min-width: 750px) {
.prize__note--trademark {
  margin-top: 56px;
    }
}

/* =========================
   応募要項リンク、個人情報取扱リンク
========================= */

.policy-links {
  background-color: #FFE9B5;
}

.policy-links__inner {
  display: flex;
  flex-flow: column;
  gap: 6.4vw;
}

@media only screen and (min-width: 750px) {
.policy-links__inner  {
  gap: 48px;
    }
}

.policy-links summary {
  list-style: none;
}
.policy-links summary::-webkit-details-marker {
  display: none;
}

.policy-links__title {
  font-weight: 700;
    display: flex;
    flex-flow: column;
  align-items: center;
  justify-content: center;
    width: 100%;
  height: 16vw;
    background-color: #fff;
  border-radius: 999px;
  position: relative;
     -webkit-box-shadow: 2px 2px 0 rgba(0,0,0,.25);
  box-shadow: 2px 2px 0 rgba(0,0,0,.25);
}


@media only screen and (min-width: 750px) {
.policy-links__title  {
    height: 120px;
    }
}

.policy-links__title .policy-links__label {
  font-size: 5.333vw;
  color:#FE0000;
}

@media only screen and (min-width: 750px) {
.policy-links__title .policy-links__label  {
  font-size: 40px;
    }
}

.policy-links__article {
  background-color: #fff;
  margin-top: 3.2vw;
  padding: 5.333vw 4.266vw;
  border-radius: 5.333vw;
}


@media only screen and (min-width: 750px) {
.policy-links__article  {
  margin-top: 24px;
    padding: 40px 32px;
  border-radius: 40px;
    }
}

.policy-links__article p {
  font-size:3.2vw;
  margin-bottom:3.2vw;
  font-weight: 500;
  line-height: 1.5;
}

@media only screen and (min-width: 750px) {
.policy-links__article p  {
    font-size: 1.5rem;
      margin-bottom:1.5rem;
    }
}

.policy-links__article p:last-child {
  margin-bottom: 0;
}

.policy-links__icon {
  position: absolute;
  top: 50%;
  right: 5.333vw;
  transform: translateY(-50%);
    display:inline-block;
  width:7.466vw;
  height:7.466vw;
  background:url("../img/icon_accordion_plus.png") no-repeat center/contain;
}

@media only screen and (min-width: 750px) {
.policy-links__icon   {
  width:56px;
  height:56px;
    right: 40px;
    }
}

.policy-links__item[open] .policy-links__icon{
  background:url("../img/icon_accordion_minus.png") no-repeat center/contain;
}

.policy-links__close-wrap {
  width: 100%;
  margin-top: 5.333vw;
  padding-top: 5.333vw;
  background-image: radial-gradient(circle, #C6C6C6 0, #C6C6C6 2px, transparent 2.5px);
  background-size: 10.5px 4px;
  background-repeat: round no-repeat;
  background-position: left top;
}

@media only screen and (min-width: 750px) {
.policy-links__close-wrap {
  margin-top: 40px;
  padding-top: 40px;
  background-image: radial-gradient(circle, #C6C6C6 0, #C6C6C6 4px, transparent 4.5px);
  background-size: 21px 8px;
    }
}

.policy-links__close-wrap .policy-links__close {
  display: block;
  width: 100%;
  height: 16vw;
  background: #fff;
  border: 1px solid #FE0000;
  border-radius: 999px;
  color: #FE0000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 5.333vw;
  text-align: center;
  cursor: pointer;
}

@media only screen and (min-width: 750px) {
.policy-links__close-wrap .policy-links__close {
  height: 120px;
  border-width: 2px;
  font-size: 40px;
    }
}


/* =========================
   FAQ
========================= */

.faq {
  background-color: #FE0000;
}

.faq__title {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 9.6vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 8.533vw;
}

@media only screen and (min-width: 750px) {
.faq__title  {
  font-size: 72px;
  margin-bottom: 64px;
    }
}


.faq__list {
  background-color: #fff;
  border-radius: 5.333vw;
    padding:  5.333vw 4.266vw;
}

@media only screen and (min-width: 750px) {
.faq__list   {
  border-radius: 40px;
  padding: 40px 32px;
    }
}

.faq__item--01::after,
.faq__item--02::after,
.faq__item--03::after,
.faq__item--04::after,
.faq__item--05::after,
.faq__item--06::after,
.faq__item--07::after,
.faq__item--08::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, #C6C6C6 0, #C6C6C6 2px, transparent 2.5px);
  background-size: 10.5px 4px;
  background-repeat: round no-repeat;
  background-position: left center;
  margin-top: 5.333vw;
}


@media only screen and (min-width: 750px) {
.faq__item--01::after,
.faq__item--02::after,
.faq__item--03::after,
.faq__item--04::after,
.faq__item--05::after,
.faq__item--06::after,
.faq__item--07::after,
.faq__item--08::after  {
  height: 8px;
  background-image: radial-gradient(circle, #C6C6C6 0, #C6C6C6 4px, transparent 4.5px);
  background-size: 21px 8px;
    margin-top: 40px;
    }
}


.faq__item--02,
.faq__item--03,
.faq__item--04,
.faq__item--05,
.faq__item--06,
.faq__item--07,
.faq__item--08,
.faq__item--09 {
  margin-top:5.333vw;
}

@media only screen and (min-width: 750px) {
.faq__item--02,
.faq__item--03,
.faq__item--04,
.faq__item--05,
.faq__item--06,
.faq__item--07,
.faq__item--08,
.faq__item--09  {
  margin-top: 40px;
    }
}


.faq__list .text_q p {
  display: flex;
  align-items: center;
  gap: 1.6vw;
  margin-bottom:5.333vw;
  font-size: 3.733vw;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (min-width: 750px) {
.faq__list .text_q p  {
  gap: 12px;
  margin-bottom: 40px;
  font-size: 1.75rem;
    }
}

.faq__list .text_a p {
  display: flex;
  align-items: flex-start;
  gap: 1.6vw;
  font-size: 3.2vw;
  line-height: 1.5;
  text-align: justify;
  color: #000;
}

@media only screen and (min-width: 750px) {
.faq__list .text_a p  {
  gap: 12px;
    font-size: 1.5rem;
    }
}

.faq__badge {
  flex-shrink: 0;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 3.2vw;
  line-height: 1;
  color: #fff;
}

.faq__badge--q {
  background-color: #FE0000;
}

.faq__badge--a {
  background-color: #6E6E6E;
}

@media only screen and (min-width: 750px) {
.faq__badge  {
  width: 60px;
  height: 60px;
  font-size: 24px;
    }
}

/* =========================
   お問い合わせ
========================= */


.contact {
  background-color: #E6E6E6;
}

.contact__title {
  font-size: 6.4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 4.266vw;
  color: #000;
}

@media only screen and (min-width: 750px) {
.contact__title {
  font-size: 48px;
  margin-bottom: 32px;
    }
}

.contact__box {
  background-color: #fff;
  padding: 8.533vw 5.333vw;
  border-radius: 5.333vw;
  text-align: center;
}

@media only screen and (min-width: 750px) {
.contact__box   {
  padding: 64px 40px;
  border-radius: 40px;
    }
}

.contact__lead {
  font-size: 4.266vw;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}

@media only screen and (min-width: 750px) {
.contact__lead {
  font-size: 2rem;
    }
}

.contact__box .contact__link {
  margin: 5.333vw auto;
  line-height: 1.5;
}

@media only screen and (min-width: 750px) {
.contact__box .contact__link    {
  margin: 40px auto;
    }
}

.contact__box .contact__link a {
  text-decoration: underline;
  font-weight: 700;
  font-size: 4.266vw;
}

@media only screen and (min-width: 750px) {
.contact__box .contact__link a {
  font-size: 2rem;
    }
}

.contact__box .contact__period__lead {
  background-color: #150D67;
  width: 21.333vw;
  height: 7.733vw;
  display: flex;
  align-items: center;
  justify-content: center;
    color: #fff;
    font-size: 3.733vw;
    font-weight: 700;
  margin: 0 auto 2.133vw;
}

@media only screen and (min-width: 750px) {
.contact__box .contact__period__lead {
  width: 160px;
  height: 58px;
  margin: 0 auto 16px;
      font-size: 1.75rem;
    }
}


.contact__period-detaile--ended {
  background-color: #E6E6E6;
  border-radius: 2.133vw;
  padding: 4.266vw 5.333vw;
  margin-bottom: 5.333vw;
}

@media only screen and (min-width: 750px) {
  .contact__period-detaile--ended {
    border-radius: 16px;
    padding: 32px 40px;
    margin-bottom: 40px;
  }
}

.contact__period-detaile--ended .contact__period__lead {
  background-color: #858585;
}

.contact__period-detaile--ended .contact__period {
  color: #858585;
  margin-bottom: 0;
}

.contact__status {
  font-weight: 700;
  font-size: 4.533vw;
  line-height: 1.5;
  text-align: center;
  color: #5A5A5A;
  letter-spacing: 0.05em;
  margin-bottom: 2.133vw;
}

@media only screen and (min-width: 750px) {
  .contact__status {
    font-size: 2.125rem;
    margin-bottom: 16px;
  }
}

.contact__box .contact__period {
  display: inline-block;
  text-align: left;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-bottom: 5.333vw;
}

@media only screen and (min-width: 750px) {
.contact__box .contact__period {
  font-size: 1.875rem;
  margin-bottom: 40px;
    }
}

.contact__note {
  display: flex;
  flex-direction: column;
  gap: 1.066vw;
  text-align: left;
}

@media only screen and (min-width: 750px) {
.contact__note {
  gap: 8px;
    }
}

.contact__period-able {
  font-size: 3.2vw;
  font-weight: 500;
  color: #5A5A5A;
  line-height: 1.5;
  margin-top: 3.2vw;
  text-align: left;
}

@media only screen and (min-width: 750px) {
.contact__period-able {
  font-size: 1.5rem;
  margin-top: 24px;
    }
}


/* =========================
   フッター
========================= */
.page-footer {
  background: #fff;
  color: #5A5A5A;
  text-align: center;
}

.page-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4vw;
  color:#FE0000;
}

@media only screen and (min-width: 750px) {
.page-footer__nav   {
  gap: 30px;
    }
}

.page-footer__nav a {
  color:#FE0000;
  font-size: 4.266vw;
  font-weight: 700;
  text-decoration: none;
}

@media only screen and (min-width: 750px) {
.page-footer__nav a   {
  font-size: 2rem;
    }
}

.page-footer__brand {
  width: 40.533vw;
  height: 29.066vw;
  margin: 5.333vw auto;
}

@media only screen and (min-width: 750px) {
.page-footer__brand  {
  width: 304px;
  height: 218px;
  margin: 40px auto;
    }
}

.page-footer__brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-footer__copy {
  font-size: 3.2vw;
  color: #5A5A5A;
  line-height: 1.5;
  margin-bottom:  3.2vw;
}

@media only screen and (min-width: 750px) {
.page-footer__copy {
  font-size: 1.5rem;
    margin-bottom: 24px;
    }
}

.page-footer__note {
  font-size: 3.2vw;
  color: #5A5A5A;
  line-height: 1.5;
}

@media only screen and (min-width: 750px) {
.page-footer__note {
  font-size: 1.5rem;
    }
}
