* {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  vertical-align: top;
}

html {
  font-size: 3.90625vw;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.4973958333vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f5f3ee;
}

/* .noto-sans jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

.sp_view {
  display: block;
}

.pc_view {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp_view {
    display: none;
  }

  .pc_view {
    display: block;
  }

  .pc_wrapper {
    width: 56.22vw;
    margin: auto;
  }
}

.header {
  position: absolute;
  top: 0;
  z-index: 99;
  background-color: #fff;
  width: 100%;
}

.main_logo {
  width: 35vw;
}

.hearder_btn {
  width: 35vw;
}

@media screen and (min-width: 768px) {
  .header {
    position: fixed;
  }

  .main_logo {
    width: 20vw;
  }

  .hearder_btn {
    width: 20vw;
  }
}

.fixed_wrapper {
  width: 90vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#fv {
  padding-bottom: 7.8125vw;
}

@media screen and (min-width: 768px) {
  #fv {
    position: relative;
    padding-bottom: 2.9282576867vw;
  }
}

.fv_slide {
  padding-top: 10vw;
}

@media screen and (min-width: 768px) {
  .fv_slide {
    padding-top: 5vw;
  }
}

.global_navi {
  background-color: #b4a352;
  padding: 2.6041666667vw;
}

.naci_ct {
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
}

.item_link {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 3.2552083333vw;
}

.navi_item {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .global_navi {
    background-color: #fff;
    padding: 1.4641288433vw;
  }

  .item_link {
    color: #b4a352;
    font-size: 1.1713030747vw;
    margin-right: 1.756954612vw;
  }
}

.common_btn {
  padding: 0 10.4166666667vw;
  text-align: center;
}

.btn_lead_tx {
  margin-top: 1.3020833333vw;
  font-size: 3.125vw;
}

.fv_btn {
  position: relative;
}

.fv_btn .date {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  letter-spacing: 0.1rem;
  font-weight: bold;
  font-size: 3.3854166667vw;
}

.info_btn {
  position: relative;
}

.info_btn .date {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  letter-spacing: 0.1rem;
  font-weight: bold;
  font-size: 3.3854166667vw;
}

.cta_sp_fixed .date {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  letter-spacing: 0.1rem;
  font-weight: bold;
  font-size: 3.3854166667vw;
}

@media screen and (min-width: 768px) {
  .fv_btn .date {
    letter-spacing: 0.1rem;
    font-size: 1.0980966325vw;
  }

  .fv_btn {
    margin-top: -10vw;
  }

  .info_btn .date {
    letter-spacing: 0.1rem;
    font-size: 1.0980966325vw;
  }

  .common_btn {
    padding: 0 34.2606149341vw;
  }

  .btn_lead_tx {
    margin-top: 0.7320644217vw;
    font-size: 1.1713030747vw;
  }
}

.campaign_sec {
  background-color: #f5f3ee;
}

.agit_sec {
  background-color: #f5f3ee;
}

.award_sec {
  background-color: #3c3200;
}

#award_sec {
  background-color: #3c3200;
  background-image: url(../images/bg_award.jpg);
  background-size: cover;
  padding-bottom: 6vw;
}

@media screen and (min-width: 768px) {
  #award_sec {
    background-image: url(../images/bg_award_pc.jpg);
  }
}

.cta {
  background-image: url(../images/bg_cta.jpg);
  background-size: cover;
  padding-bottom: 5.2083333333vw;
  position: relative;
}

.cta_date {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  letter-spacing: 0.1rem;
  font-weight: bold;
  font-size: 3.515625vw;
  padding: 0.4rem 0;
  border-top: 1px solid #fff; /* 上の線 */
  border-bottom: 1px solid #fff; /* 下の線 */
}

@media screen and (min-width: 768px) {
  .cta {
    background-image: url(../images/bg_cta_pc.jpg);
    padding-bottom: 2.3426061493vw;
  }

  .cta_date {
    font-size: 1.756954612vw;
  }
}

#sec01,
#sec04 {
  background-image: url(../images/sec01_bg.jpg);
  background-size: cover;
  background-position: bottom;
}

.date_box {
  position: relative;
}

.date_box_tx {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #000;
  letter-spacing: 0.1rem;
  font-size: 3.125vw;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #sec01,
  #sec04 {
    background-image: url(../images/sec01_bg_pc.jpg);
    background-size: cover;
    background-position: bottom;
  }

  .date_box_tx {
    top: 30%;
    font-size: 1.1713030747vw;
  }
}

#common_cta {
  background-image: url(../images/common_bg.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  #common_cta {
    background-image: url(../images/common_bg_pc.jpg);
  }
}

.cta_lead {
  color: #fff;
  padding: 5vw 10vw;
  font-size: 3vw;
  font-weight: 100;
}

@media screen and (min-width: 768px) {
  .cta_ct {
    display: flex;
    justify-content: center;
    list-style: none;
    width: 56.22vw;
    margin: auto;
    margin-bottom: 3vw;
  }

  .cta_ct img {
    width: 100%;
    padding-right: 3%;
  }

  .cta_wrapper {
    width: 56.22vw;
    margin: auto;
  }

  .cta_lead {
    font-size: 0.73vw;
    padding: 0 0 2vw;
  }

  .cta_pc_wrapper {
    width: 31.55vw;
    margin: auto;
  }
}

#sec02 {
  background-image: url(../images/sec02_bg.png);
  background-repeat: initial;
}

@media screen and (min-width: 768px) {
  .sec02_ct {
    display: flex;
    list-style: none;
    width: 73.21vw;
    margin: auto;
  }
}

#sec03 {
  background-image: url(../images/sec03_bg.jpg);
  background-size: cover;
}

@media screen and (min-width: 768px) {
  #sec03 {
    background-image: url(../images/sec03_bg_pc.jpg);
    background-size: cover;
  }
}

#common_campaign {
  background-image: url(../images/common_campaign_bg.jpg);
  background-size: cover;
  background-position: bottom;
}

/* ここから新CSS */

/* point  */
.point_trainer_pc {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2.9vw;
  flex-wrap: wrap;
}
.point_trainer_pc img {
  width: 33%;
}

.trainer_img {
  margin-bottom: 1rem;
}

/* slide  */
#sec_slide {
  background-image: url(../images/slide_bg.jpg);
  background-size: cover;
  padding: 4.29vw 0 1.4166666667vw;
}

@media screen and (min-width: 768px) {
  #sec_slide {
    background-image: url(../images/slide_bg_pc.jpg);
    background-size: cover;
  }
}
.before_after_slide {
  padding: 0 1.4166666667vw;
  width: 100vw;
  margin: 0 auto;
}
.before_after_slide img {
  width: 100vw;
  height: 100vw;
  margin: auto;
  margin-bottom: 7.81vw;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .before_after_slide {
    padding: 0 1.4166666667vw;
    width: 80vw;
    margin: 0 auto;
  }

  .before_after_slide img {
    width: initial;
    height: initial;
    margin-bottom: 2.196193265vw;
  }
}

/* price */
#price {
  background-image: url(../images/price_bg.jpg);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #price {
    padding-bottom: 4.39238653vw;
  }
}

/* message */
#message {
  background-color: #b4a352;
  padding: 0vw 0 7.8vw;
}

.message_box {
  width: 90vw;
  margin: 5.2vw auto 0vw;
  background-color: #fff;
  padding: 4.1666666667vw;
  border-radius: 2.6vw;
  font-size: 3.15vw;
  line-height: 1.5;
  letter-spacing: 0.1vw;
}

@media screen and (min-width: 768px) {
  #message {
    background-color: #b4a352;
    padding: 0vw 0 2.8550512445vw;
  }

  .message_box {
    width: 56.22vw;
    margin: 0 auto;
    background-color: #fff;
    padding: 2.3426061493vw;
    border-radius: 2.6vw;
    font-size: 1.317715959vw;
  }
}

.message_text_gold {
  font-weight: bold;
  color: #b4a352;
}

/* faq */
#faq {
  background-color: #f5f3ee;
  padding: 10.41vw 0 7.8vw;
}

.faq_title {
  font-size: 7.03vw;
  color: #3c3200;
  margin: 0 auto 7.8vw;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #faq {
    padding: 3vw 0;
  }

  .faq_title {
    font-size: 3.2vw;
    margin: 0 auto 3.41vw;
  }
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 90vw;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .accordion-area {
    list-style: none;
    width: 60vw;
    margin: 0 auto;
  }
}

#faq .accordion-area li {
  margin: 10px 0;
  background-color: #fff;
  border-radius: 10px;
}

/*アコーディオンタイトル*/
.title {
  cursor: pointer;
  position: relative;
}
.faq_q {
  display: flex;
  font-size: 3.65vw;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1vw;
  padding: 5% 5% 5%;
  transition: all 0.5s ease;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  color: #b4a352;
}

.tx_q {
  width: 8.2vw;
  margin-right: 3.90625vw;
}

@media screen and (min-width: 768px) {
  .faq_q {
    font-size: 0.9516837482vw;
    padding: 3% 3% 3%;
  }

  .tx_q {
    width: 2.3426061493vw;
    margin-right: 1vw;
  }
}

/*アイコンの＋と×*/
#faq .title::before,
#faq .title::after {
  position: absolute;
  content: "";
  width: 4.94vw;
  height: 0.39vw;
  background-color: #333;
}
#faq .title::before {
  top: 48%;
  right: 5%;
  transform: rotate(0deg);
}
#faq .title::after {
  top: 48%;
  right: 5%;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
#faq .title.close::after {
  display: none;
}

@media screen and (min-width: 768px) {
  #faq .title::before,
  #faq .title::after {
    width: 1.3909224012vw;
    height: 0.1098096633vw;
    right: 3%;
  }
}

/*アコーディオンで現れるエリア*/
.box {
  display: none; /*はじめは非表示*/
}

.faq_a {
  background: #fff;
  margin: 0 5%;
  padding: 3%;
  font-size: 3.125vw;
  line-height: 1.9;
  letter-spacing: 0.1vw;
  background-image: linear-gradient(to right, #000 1.17vw, transparent 1.17vw);
  background-size: 2.34vw 0.13vw;
  background-repeat: repeat-x;
  background-position: left top;
  padding: 5% 5% 5%;
}

@media screen and (min-width: 768px) {
  .faq_a {
    padding: 3% 3% 3%;
    font-size: 0.878477306vw;
    margin: 0 3%;
    background-image: linear-gradient(
      to right,
      #000 0.3294289898vw,
      transparent 0.3294289898vw
    );
    background-size: 0.65885797954vw 0.03660322108vw;
  }
}

/* area */
#area_sec {
  background-color: #3c3200;
  padding: 7.81vw 0;
}

@media screen and (min-width: 768px) {
  #area_sec {
    background-color: #3c3200;
    padding-bottom: 5vw;
  }
}

.area_title {
  font-size: 7.03vw;
  color: #fff;
  margin: 0 auto 10.41vw;
  text-align: center;
}

.area_subtitle {
  margin: 7.8vw auto 5.2vw;
  text-align: center;
}

.area_subtitle img {
  height: 5.99vw;
  width: auto;
}

@media screen and (min-width: 768px) {
  .area_title {
    font-size: 3.2vw;
    margin: 0 auto 3.41vw;
  }

  .area_subtitle {
    margin: 3.8vw auto 2.2vw;
    text-align: center;
  }

  .area_subtitle img {
    height: 3.38vw;
    width: auto;
  }
}
#area_sec .accordion-area li {
  background-color: #fff;
}

.area_pref {
  background-color: #b4a352;
  color: #fff;
  font-size: 3.12vw;
  padding: 2.6vw 4.56vw;
  font-weight: bold;
}

#area_sec .accordion-area li {
  border-bottom: 0.13vw #fff solid;
}
#area_sec .accordion-area li:last-child {
  border-bottom: none;
}

.area_shop_title {
  color: #b4a352;
  font-size: 3.12vw;
  padding: 2.6vw 4.56vw;
  font-weight: bold;
}

.area_shop_detail {
  padding: 2.6vw 4.17vw;
  line-height: 1.75;
  font-size: 2.86vw;
  letter-spacing: 0.1vw;
}

.area_shop_detail iframe {
  width: 100%;
  height: 58vw;
  border-radius: 1.3vw;
}

.base_btn {
  margin-top: 2.6vw;
}

@media screen and (min-width: 768px) {
  .area_pref,
  .area_shop_title {
    font-size: 1.2vw;
    padding: 3% 3% 3%;
  }

  .area_shop_detail {
    padding: 1.3vw 4.17vw;
    line-height: 1.75;
    font-size: 1.2vw;
    letter-spacing: 0.1;
  }

  .area_shop_detail iframe {
    height: initial;
    aspect-ratio: 16 / 9;
  }

  .base_btn {
    margin: auto;
    margin-top: 1.3vw;
    width: 31.55vw;
  }
}

/*アイコンの矢印*/
#area_sec .title::before {
  position: absolute;
  content: "";
  width: 2.6vw;
  height: 2.6vw;
  border: 0;
  border-bottom: #fff 2px solid;
  border-right: #fff 2px solid;
  right: 4.17vw;
  top: 2.8vw;
  transform: rotate(45deg);
}

#area_sec .area_shop_title.title::before {
  border-bottom: #b4a352 2px solid;
  border-right: #b4a352 2px solid;
}

/*　closeというクラスがついたら形状変化　*/
#area_sec .title.close::before {
  transform: rotate(-135deg);
  bottom: 2.8vw;
  top: initial;
}

@media screen and (min-width: 768px) {
  #area_sec .title::before {
    width: 1.3vw;
    height: 1.3vw;
    top: 1.8vw;
  }

  #area_sec .title.close::before {
    bottom: 1.8vw;
    top: initial;
  }
}

/* info */
#info_sec {
  padding-bottom: 7.16vw;
}
.info_sec_btn {
  width: 60vw;
}

@media screen and (min-width: 768px) {
  .info_sec_btn {
    width: 31.55vw;
    margin: auto;
  }
}

.cta_sp_fixed {
  position: fixed;
  bottom: 0;
  z-index: 99;
  background-color: #b4a352;
  padding: 3vw 10vw;
  opacity: 0;
  display: none;
}

.cta_sp_fixed.show {
  display: block; /* Display the header wrapper when it has the 'show' class */
}

@media screen and (max-width: 768px) {
  .cta_sp_fixed {
    opacity: 1;
  }
}

footer {
  background: #3c3200;
  color: #fff;
  text-align: center;
  font-size: 2.34vw;
  padding: 1.56vw 0;
}

@media screen and (min-width: 768px) {
  footer {
    font-size: 1.4973958333vw;
  }
}

.video_wrapper {
  width: 90%;
  margin: auto;
  aspect-ratio: 16 / 9;
}
.video_wrapper iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .video_wrapper {
    width: 60%;
  }
}

.issue {
  background-image: url(../images/issue_bg.jpg);
  background-size: cover;
}
