@media screen and (max-width: 768px) {
  html {
    font-size: 62.5% !important;
  }
}
.pc-view {
  display: block !important;
}

.sp-view {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc-view {
    display: none !important;
  }

  .sp-view {
    display: block !important;
  }
}

.wrapper {
  width: 1024px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .wrapper {
    width: 90%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem; /* 16px*/
  }
}

.cta_fixed_btn {
  width: 340px;
  position: fixed;
  bottom: 4%;
  right: 0%;
  z-index: 99;
}

.cta_fixed_btn.show {
  display: block; /* 表示する */
}

@media screen and (max-width: 768px) {
  .cta_fixed_btn {
    width: 100%;
    margin: auto;
    bottom: 4%;
    left: 0%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .cta_fixed_btn img {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}

#fv {
  background-image: url(../img/bg_stripe.jpg);
  background-size: cover;
  padding: 80px 0;
  overflow: hidden;
}

.fv_contents {
  position: relative;
}

.fv_contents img {
  width: 100%;
}

.fv_offer_kirakira_left {
  position: absolute;
  width: 150px;
  top: -50px;
  left: -50px;
}

.fv_offer_kirakira_right {
  position: absolute;
  width: 150px;
  bottom: -50px;
  right: -50px;
}

#step {
  background-color: #e6faee;
  padding: 80px 0;
}

.offer_heading_contents {
  max-width: 714px;
  margin: auto;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.offer_kirakira_left {
  position: absolute;
  width: 135px;
  top: -30px;
  left: -80px;
  z-index: -1;
}

.offer_kirakira_right {
  position: absolute;
  width: 135px;
  top: -40px;
  right: -90px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .offer_heading_contents {
    max-width: 270px;
  }
}

.step_heading_contents {
  /* max-width: 270px; */
  margin: auto;
  margin-bottom: 60px;
  display: table;	
}

.headtitle_wrap {
  display: table;
  margin: 0 auto;
  text-align: center;
}
.headtitle_wrap.first {
    margin: 0 auto 4% auto;
}

.step_heading_contents img {
  /* width: 100%; */
}

.heading_contents {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}

.heading_lead_tx {
  font-size: 20px;
}

.heading_main_tx {
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  .heading_lead_tx {
    font-size: 2rem;
  }

  .heading_main_tx {
    font-size: 4rem;
  }
}

.green {
  color: #31ae6c;
}

.step_contents {
  display: flex;
  justify-content: space-between;
}

.step_contents.first {
    margin-bottom: 4%;
}

@media screen and (max-width: 768px) {
  .step_contents {
    flex-direction: column;
  }
}

.step_white {
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  padding: 24px;
  border-radius: 24px;
  align-items: center;
}

.step_white.add {
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
  background: white url("../img/step_add_bg.png") left / contain no-repeat;
  padding: 24px 24px 24px 183px;
}

.step_white.ml {
    padding: 3em 24px 24px 24px;
}

@media screen and (max-width: 768px) {
  .step_white {
    flex-direction: column;
    margin-bottom: 32px;
  }
  .step_white.add {
    position: initial;
    background: white;
    padding: 24px;
  }
  
  .step_white.add img.step_img_raku {
    position: relative;
    margin-top: 2em;
  }
}

.step_box {
  width: 496px;
  text-align: center;
}

.step_tx_box {
  width: 54%;
  flex-shrink: 0;
}

.step_white.add .step_tx_box {
    width: auto;
}

@media screen and (max-width: 768px) {
  .step_box,
  .step_tx_box {
    width: 100% !important;
  }
  .step_box.fade-in-element.show:first-of-type {
    order: 2;
  }
}

.step_en_tx {
  color: #31ae6c;
  font-size: 32px;
  letter-spacing: 0.2em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.step_ja_tx {
  font-size: 32px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .step_ja_tx {
    font-size: 2.4rem;
    margin-bottom: 1.5em;
  }
}

.step_img {
  width: 154px;
}

.step_tx {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  left: -0.5em;
  margin-bottom: 0.5em;
  font-feature-settings: "palt";
  white-space: nowrap;
}

.mltitle_wrap {
    position: absolute;
    top: 0;
}

.mltitle_wrap h4 {
  border-radius: 2em;
  padding: 0.5em 5em;
  position: relative;
  display: table;
  margin: -1em auto 0 auto;
  z-index: 1;
  font-size: 24px;
  color: white;
  line-height: 1;
}

.mltitle_wrap.mens h4 {
  background: #3D4788;
}

.mltitle_wrap.ladies h4 {
  background: #F0587F;
}
.mltitle_wrap.ladies h4:before {
  content: "";
  width: 98px;
  height: auto;
  aspect-ratio: 98 / 97;
  display: table;
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/icon_new.svg") left / cover no-repeat;
}

@media screen and (max-width: 768px) {
  .step_tx {
    font-size: 2rem;
    margin-bottom: 18px;
    display: table;
    margin: 0 0 0 auto;
  }
  .step_tx br {
    display: block;
  }
  .mltitle_wrap h4 {
    font-size: 2rem;
    padding: 0.5em 2em;
    width: 100%;
  }
  .mltitle_wrap {
    width: 85%;
  }
  .step_img img.bg {
    width: 30%;
    top: -2em;
    left: 0;
    position: absolute;
  }
  .mltitle_wrap.ladies h4:before {
    width: 30%;
    height: 0;
    padding-top: 98.9795%;
    background: url(../img/icon_new.svg) left / contain no-repeat;
  }
}

.span_green {
  color: #31ae6c;
}

.span_pink {
  color: #F0587F;
}

.btn_green,
.btn_pink {
  text-decoration: none;
  color: #fff !important;
  display: flex;
  border-radius: 10px;
  padding: 14px 0;
  align-items: center;
  font-size: 24px;
  margin-top: 8px;
  justify-content: space-around;
  letter-spacing: 1px;
}
.btn_green {
  background-color: #06c755;
}
.btn_pink {
  background-color: #F0587F;
}

.btn_black {
  background-color: #000;
  text-decoration: none;
  color: #fff !important;
  display: flex;
  border-radius: 10px;
  padding: 14px 0;
  align-items: center;
  font-size: 24px;
  margin-top: 8px;
  justify-content: space-around;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .btn_green,
  .btn_black,
  .btn_pink {
    max-width: 250px;
    margin: auto;
  }
}

#merit {
  padding: 80px 0;
}

.heading_img {
  width: 777px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .heading_img {
    width: 100%;
    /* max-width: 300px; */
  }
}

.merit_heading_green {
  position: relative;
  margin: 0 auto 40px;
  padding: 20px;
  background: #31ae6c;
  text-align: center;
  display: table;
  border-radius: 60px;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media screen and (max-width: 768px) {
  .merit_heading_green {
    font-size: 2rem;
    padding: 8px 40px;
  }
}

.merit_heading_green::before {
  /* 三角の部分 */
  content: "";
  position: absolute; /* 位置固定 */
  bottom: -26px; /* 線幅の2倍 */
  left: 50%;
  margin-left: -14px; /* 線幅だけずらす */
  border: 14px solid transparent; /* 線幅の設定 */
  border-top-color: #31ae6c; /* 吹き出しの地と同じ色 */
}

.merit_box {
  background-color: #31ae6c;
  display: flex;
  margin-bottom: 40px;
  border-radius: 20px;
  justify-content: space-evenly;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .merit_box {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .merit_tx_box {
    padding: 10% 10% 0;
    text-align: center;
  }

  .merit_tx {
    text-align: left;
  }
}

.merit_img_box {
  width: 308px;
  background-size: cover;
}

.merit_box_bg01 {
  background-image: url(../img/bg_merit01.png);
}

.merit_box_bg02 {
  background-image: url(../img/bg_merit02.png);
}

.merit_box_bg03 {
  background-image: url(../img/bg_merit03.png);
}

.merit_heading_yellow {
  background-color: #fff100;
  color: #31ae6c;
  font-size: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 50px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .merit_heading_yellow {
    font-size: 2.4rem;
  }
}

.merit_heading_tx {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 18px;
}

.merit_tx {
  color: #fff;
  font-size: 16px;
  line-height: 1.75em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .merit_heading_tx {
    font-size: 2rem;
    line-height: 1.5;
  }

  .merit_tx {
    font-size: 1.6rem;
  }
}

#offer {
  background-image: url(../img/bg_stripe.jpg);
  background-size: cover;
  padding: 80px 0 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #offer {
    padding-bottom: 30px;
  }
}

.white {
  color: #fff;
}

.offer_contents {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .offer_contents {
    flex-direction: column;
    background-color: #fff;
    border-radius: 32px;
    padding: 10% 10% 0;
    align-items: center;
  }
}

.offer_tx {
  color: #000;
  background-color: #ffffff;
  padding: 18px 30px;
  border-radius: 100px;
  font-size: 18px;
  line-height: 1.65em;
  font-weight: bold;
  margin-bottom: 18px;
  border: solid 2px #000;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.qr_btm {
  background: url("../img/line_bg_pc.jpg") center / cover no-repeat;
  padding: 5% 0 1% 0;
}

@media screen and (max-width: 768px) {
  .offer_tx {
    color: #000;
    background-color: #fff100;
    text-align: center;
    font-size: 1.5rem;
    padding: 8px 20px;
    border: solid 2px #000;
    border-radius: 50px;
    font-weight: bold;
  }
  
  .qr_btm {
    background: url("../img/line_bg_sp.jpg") center / cover no-repeat;
    padding: 15% 0 1% 0;
  }
}

.offer_img_box {
  width: 428px;
}

@media screen and (max-width: 768px) {
  .offer_img_box {
    width: 100%;
  }
}

.offer_cta_btn_box {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}

.offer_cta_btn_lead {
  position: relative;
  margin: 0 auto 32px;
  padding: 8px 20px;
  background: #fff100;
  text-align: center;
  display: table;
  border-radius: 60px;
  color: #000;
  letter-spacing: 0.2em;
  font-size: 18px;
}

.offer_cta_btn_lead::before {
  /* 三角の部分 */
  content: "";
  position: absolute; /* 位置固定 */
  bottom: -26px; /* 線幅の2倍 */
  left: 50%;
  margin-left: -14px; /* 線幅だけずらす */
  border: 14px solid transparent; /* 線幅の設定 */
  border-top-color: #fff100; /* 吹き出しの地と同じ色 */
}

.offer_qr_img {
  width: 145px;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 24px;
}

.arrow-icon {
  width: 10px;
}


.fade-in-element {
  opacity: 0; /* 初期状態では非表示 */
  transform: translateY(20px); /* 下から20px上に移動 */
  transition: opacity 0.5s ease, transform 0.5s ease; /* アニメーションの設定 */
}

.fade-in-element.show {
  opacity: 1; /* 可視化する */
  transform: translateY(0); /* 元の位置に移動 */
}

.header-totop {
  display: none !important;
}

.hidden {
  display: none !important;
}

/* ボタンをドキドキさせる */
.dokidoki {
  animation: dokidoki 2.5s infinite;
}
@keyframes dokidoki {
  0% {
    transform: scale(1.05);
  }
  5% {
    transform: scale(1);
  }
  95% {
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
  }
}
.footer-sns img {
    padding: 0 0 1em 0 !important;
}
@media screen and (max-width: 768px) {
    .footer-sns img {
        padding: 0 2vw 0 0 !important;
    }
}
