﻿/* パンくず 追加スタイル PC */
/* @media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
} */

.body {
  background-color: #FFE079;
}

@media only screen and (max-width: 767px) {
  .main-area .hidden-desktop{
    display: inline;
  }
}

@media only screen and (min-width: 768px) {
  .main-area .hidden-phone{
    display: inline;
  }
}

/* ページ共通___________________________*/
.main-area {
  --color-yellow: #FFE079;
  --color-orange: #F4BB00;
  --color-gray: #F5F5F5;
  --color-pink: #FC617F;
  --fw-w3: 300;
  --fw-w5: 500;
  --fw-w6: 600;
  --fw-bold: 700;
  --font-outfit: "Outfit", sans-serif;

  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;  font-style: normal;
  letter-spacing: 0.02em;
  font-optical-sizing: auto;
  font-weight: var(--fw-w3);
  font-style: normal;
  line-height: 2;
  font-size: calc(14* (100vw / 375));
  text-align: center;
  color: #242424;
  background: var(--color-yellow);
  padding-bottom: calc(80* (100vw /375));
}

.main-area img,
.main-area picture {
  width: 100%;
  height: auto;
}

.main-area a,
.main-area picture {
  display: inline-block;
}

.main-area p,
.main-area a,
.main-area h4,
.main-area h3{
  letter-spacing: 0.02em;
}

/* _:lang(x)+_:-webkit-full-screen-document,
.ff_hkg_b {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
} */



@media screen and (min-width: 768px) {
  .main-area {
    font-size: 1.4rem;
    padding-bottom: 10rem;
  }

  .main-area a {
    transition: all 0.3s;
  }
}

/* ===============================================
* sec__fv *
=============================================== */
.sec__fv {
  width: 100%;
  margin-bottom: calc(10 * (100vw / 375));
}

@media screen and (min-width: 768px) {
  .sec__fv {
    width: 48.7rem;
    margin: 0 auto;
  }
}

/* ===============================================
* flow__wrapper *
=============================================== */
.flow__wrapper{
  width: calc(345* (100vw /375));
  padding: calc(41* (100vw /375)) 0;
  margin: 0 auto;
  background: #fff;
  border-radius: calc(10* (100vw /375));
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.16);
}

.flow__content{
  width: calc(305* (100vw /375));
  margin: 0 auto;
}

.supplement{
  text-align: left;
  line-height: 1.4;
  font-size: calc(10* (100vw /375));
}


/* ---------- ttl__cont */
.sub-ttl,
.ttl{
  font-weight: var(--fw-w6);
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}

.sub-ttl{
  position: relative;
  color: var(--color-pink);
  width: calc(272 * (100vw / 375));
  font-size: calc(24 * (100vw / 375));
  margin: 0 auto calc(22 * (100vw / 375));
  padding-left: calc(12 * (100vw / 375));
}

.sub-ttl::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: var(--color-pink);
  transform: rotate(-60deg);
  height: 1px;
  width: calc(30* (100vw /375));
}

.sub-ttl::before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: var(--color-pink);
  transform: rotate(60deg);
  height: 1px;
  width: calc(30* (100vw /375));
}

.ttl{
  font-size: calc(36* (100vw /375));
  margin-bottom: calc(24* (100vw /375));
}

.comment{
  /* font-weight: var(--fw-w3); */
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  font-size: calc(16* (100vw /375));
  margin-bottom: calc(26* (100vw /375));
}

/* ---------- step__wrapper */
.step__content{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-gray);
  border-radius: calc(10* (100vw /375));
}

.step__content.--01{
  margin-bottom: calc(10* (100vw /375));
  padding: calc(20* (100vw /375)) 0 calc(12* (100vw /375));
}

.step__content.--02{
  padding: calc(40 * (100vw / 375)) 0 calc(38 * (100vw / 375));
  margin-bottom: calc(18 * (100vw / 375));
}

@media screen and (max-width: 767px) {
  .step__content.--02 .step-img{
    margin-bottom: calc(33 * (100vw / 375));
  }

  .supplement.--02 {
    margin-bottom: calc(26 * (100vw / 375));
  }
}

.step-img{
  width: calc(160* (100vw /375));
  margin-bottom: calc(23* (100vw /375));
}

.step-txt01{
  font-family: var(--font-outfit);
  color: var(--color-pink);
  line-height: 1;
  text-align: center;
  font-weight: var(--fw-bold);
  font-size: calc(24* (100vw /375));
  margin-bottom: calc(14* (100vw /375));
}

.step-txt02{
  line-height: 1;
  text-align: center;
  font-weight: var(--fw-w6);
  font-size: calc(24* (100vw /375));
  margin-bottom: calc(14* (100vw /375));
}

.step-txt03{
  line-height: 1.7142857143;
  text-align: center;
  font-size: calc(14* (100vw /375));
  margin-bottom: calc(3* (100vw /375));
}

.supplement.--01{
  width: calc(280* (100vw /375));
  margin: 0 auto;
}

/* ---------- note__wrapper */
.note__wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  border: 3px solid var(--color-gray);
  border-radius: calc(10* (100vw /375));
  padding: calc(10* (100vw /375)) 0 calc(14* (100vw /375));
}

.note__wrapper a{
  text-decoration: underline;
}

.note{
  width: calc(265* (100vw /375));
}

.note-txt01{
  font-weight: var(--fw-w6);
  line-height: 1.7142857143;
  font-size: calc(14* (100vw /375));
  margin-bottom: calc(13* (100vw /375));
}

.note-txt02{
  color: var(--color-pink);
  font-weight: var(--fw-w6);
  line-height: 1.3846153846;
  font-size: calc(13* (100vw /375));
  margin-bottom: calc(10* (100vw /375));
}

.supplement.--03{
  margin-bottom: calc(7* (100vw /375));
}

.supplement.--03 p{
  position: relative;
  padding-left: calc(10* (100vw /375));
}

.supplement.--03 p::before{
  content: "・";
  position: absolute;
  left: 0;
}

/* ---------- check-btn */
.check-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-orange);
  width: calc(280* (100vw /375));
  height: calc(50* (100vw /375));
  margin: calc(40* (100vw /375)) auto 0;
}

.check-btn a{
  color: #fff;
  font-weight: var(--fw-w5);
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: calc(14* (100vw /375));
}

@media screen and (min-width: 768px) {
  .flow__wrapper{
    width: 80rem;
    padding: 6rem 0;
    border-radius: 1rem;
  }

  .flow__content{
    width: 68rem;
  }

  .supplement{
    font-size: 1rem;
  }

  /* ---------- ttl__cont */
  .sub-ttl{
    font-size: 2.4rem;
    width: 27rem;
    margin: 0 auto 2rem;
    padding-left: 0.8rem;
  }

  .sub-ttl::after{
    width: 3rem;
  }

  .sub-ttl::before{
    width: 3rem;
  }

  .ttl{
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }

  .comment{
    line-height: 1;
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }

  /* ---------- step__wrapper */
  .step__wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.7rem;
  }

  .step__content.--01{
    padding: 3rem 0 5.7rem;
    margin: 0;
  }

  .step__content.--02{
    padding: 3rem 0 0;
    margin: 0;
  }

  .step__content{
    width: 32rem;
    border-radius: 1rem;
  }

  .step-img{
    width: 16rem;
    margin-bottom: 2.3rem;
  }

  .step-txt01{
    font-size: 2.4rem;
    margin-bottom: 1.4rem;

  }

  .step-txt02{
    font-size: 2.4rem;
    margin-bottom: 1.4rem;

  }

  .step-txt03{
    font-size: 1.4rem;
    margin-bottom: 0.3rem;
  }

  .supplement.--01{
    width: 28rem;
  }

  .supplement.--02{
    margin-bottom: 3rem;
  }

  /* ---------- note__wrapper */
  .note{
    width: auto;
  }

  .note__wrapper{
    justify-content: flex-start;
    align-items: baseline;
    border-radius: 1rem;
    padding: 2rem 3rem 2.6rem 3.6rem;
  }

  .note-txt01{
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }

  .note-txt02{
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }

  .supplement.--03{
    margin-bottom: 0.5rem;
  }


.supplement.--03 p{
  padding-left: 1rem;
}



  /* ---------- check-btn */
  .check-btn{
    width: 28rem;
    height: 5rem;
    margin: 4rem auto 0;
  }

 .check-btn a{
   font-size: 1.4rem;
 }

}
