@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&display=swap');

body {
  min-width: 320px;
  padding-bottom: 40px;
  color: #707589;
  font-family: ryo-gothic-plusn, sans-serif;
  font-feature-settings: "palt";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.6;
  background: #fcebde;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 5px solid #eb85b5;
}

img {
  width: 100%;
  height: auto;
}

.pc {
  display: none;
}

.Common_ttl {
  margin-bottom: 40px;
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.Common_ttl::before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 55px;
  font-weight: 900;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.Common_asterisk {
  font-size: 12px;
}

.Common_btn {
  position: relative;
  display: block;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 0;
  color: white;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px -6px 0px 0px #d83661 inset;
  background: #f03c6c;
}

.Common_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent white;
  transform: translateY(-50%);
}

.Common_txt-link {
  color: #eb85b5;
  font-weight: 700;
  text-decoration: underline;
}

/* start_Kv */
.Kv {
  width: 100%;
  height: 80vw;
  background-image: url('../images/Kv_sp.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  background-color: #fffcdd;
}
/* end_Kv */

/*start_Intro*/
.Intro {
  position: relative;
  width: calc(100% - 30px);
  margin: -20px auto 80px auto;
  padding: 70px 40px 40px 40px;
  color: white;
  background: #eb85b5;
  border-radius: 10px;
}

.Intro::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 74px;
  height: 74px;
  background-image: url('../images/Intro_logo.png');
  background-color: #fcebde;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  transform: translate(-50%, 50%);
  border-radius: 50%;
}

.Intro_catch {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 83%;
  max-width: 324px;
  transform: translate(-50%, 50px);
}

.Intro_ttl {
  margin-bottom: 15px;
  font-size: 26px;
  text-align: center;
}

.Intro_ttl-em {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.2;
}

.Intro_ttl-em::before,
.Intro_ttl-em::after {
  content: '';
  position: absolute;
  display: block;
  width: 38px;
  height: 27px;
  background: url('../images/Intro_ttl-em_deco.svg') no-repeat center / contain;
}

.Intro_ttl-em::before {
  top: -5px;
  left: -35px;
}

.Intro_ttl-em::after {
  bottom: -5px;
  right: -35px;
  transform: rotate(180deg);
}

.Intro_ttl-txt {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}

.Intro_ttl-txt-small {
  font-size: 20px;
}

.Intro_read {
  margin-bottom: 10px;
}
/*end_Intro*/

/* start_Target */
.Target {
  margin: 0 auto 30px auto;
  text-align: left;
}

.Target__inner {
  width: 100%;
  padding: 30px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.Target__p {
  margin-bottom: 20px;
  text-align: center;
}

.Target__p-inner {
  display: inline;
  color: #eb85b5;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(transparent 60%, white 60%);
}

.Target__item {
  padding-left: 28px;
  color: #eb85b5;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 16px;
  text-indent: -28px;
}

.Target__item::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(../images/Target_item-icn.svg) no-repeat center / contain;
  vertical-align: -4px;
}

.Target__item:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #ccc;
}
/* end_Target */

/*start_Present*/
.Present {
  position: relative;
  z-index: 1;
  width: calc(100% - 30px);
  max-width: 800px;
  margin: 0 auto;
}

.Common_ttl--present::before {
  content: 'BENEFITS';
}

.Present_group {
  position: relative;
  padding: 20px 0 30px 0;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: white;
}

.Present_group:not(:last-child) {
  margin-bottom: 30px;
}

.Present_group-label {
  position: absolute;
  top: 20px;
  left: -5px;
}

.Present_group-label-inner {
  display: block;
  position: relative;
  padding: 0 20px;
  height: 36px;
  color: white;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  background: #eb85b5;
}

.Present_group-label-inner::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 0;
  border-color: transparent #c47097 transparent transparent;
}

.Present_group-label-inner::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 5px 18px 0;
  border-color: transparent white transparent transparent;
}

.Present_group-icn {
  width: 72px;
  margin: 0 auto 15px auto;
}

.Present_group:first-of-type .Present_group-icn {
  margin-bottom:  32px;
}

.Present_gruop-txt {
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
}

.Present_txt-em {
  color: #f03c6c;
  font-size: 38px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.Present_txt-em--small {
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 21px;
  font-weight: 800;
}

.Present_txt-em--jp {
  color: #f03c6c;
  font-size: 34px;
  font-weight: 800;
}

.Present_txt-word {
  display: inline-block;
}

/* .Present_txt-plus {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  color: white;
  vertical-align: 2px;
  border-radius: 50%;
  background-color: #eb85b5;
}

.Present_txt-plus::before,
.Present_txt-plus::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 2px;
  background-color: white;
}

.Present_txt-plus::before {
  transform: translate(-50%, -50%);
}

.Present_txt-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.Present_txt-bubble {
  position: relative;
  display: inline-block;
  max-width: calc(100% - 40px);
  margin-bottom: 8px;
  padding: 5px 15px;
  color: white;
  font-size: 18px;
  background-color: #eb85b5;
  border-radius: 4px;
}

.Present_txt-bubble::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #eb85b5 transparent transparent transparent;
  transform: translateX(-50%);
} */
/*end_Present*/

/* start_Period */
.Period {
  position: relative;
  z-index: 0;
  margin: -40px 0 80px 0;
  padding: 70px 15px 40px 15px;
  text-align: center;
  background: white;
}

.Period_ttl-wrap {
  display: inline-block;
  margin-bottom: 30px;
  border-bottom: 3px dashed #eb85b5;
}

.Period_ttl {
  margin-bottom: 20px;
  color: #eb85b5;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.Period_date-wrap {
  padding-bottom: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.Period_date-group {
  display: inline-block;
}

.Period_week {
  display: inline-block;
  width: 25px;
  height: 25px;
  color: white;
  font-size: 13px;
  line-height: 25px;
  text-align: center;
  vertical-align: 3px;
  background: #eb85b5;
  border-radius: 50%;
}

.Period_date {
  font-size: 32px;
}

.Period_note {
  margin-bottom: 30px;
  padding: 15px;
  font-size: 12px;
  text-align: left;
  background: #fcebde;
  border-radius: 10px;
}
/* end_Period */

/* start_How */
.How {
  width: calc(100% - 30px);
  max-width: 800px;
  margin: 0 auto 80px auto;
}

.Common_ttl--how::before {
  content: 'HOW TO';
}

.How_tab-btn-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 425px;
  margin: 0 auto 40px auto;
}

.How_tab-btn {
  position: relative;
  width: 50%;
  padding: 15px 0;
  color: #eb85b5;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #eb85b5;
  background: white;
}

.How_tab-btn:first-child {
  padding-left: 2;
  border-radius: 100px 0 0 100px;
}

.How_tab-btn:last-child {
  padding-right: 2%;
  border-radius: 0 100px 100px 0;
}

.How_tab-btn.active {
  color: white;
  background: #eb85b5;
}

.How_tab-btn.active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -12px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12.5px 0 12.5px;
  border-color: #eb85b5 transparent transparent transparent;
}

.How_tab-btn:first-child.active::after {
  transform: translateX(-50%);
}

.How_tab-btn:last-child.active::after {
  transform: translateX(-70%);
}

.How_tab-btn-txt-small {
  font-size: 14px;
}

.How_tab-contents {
  display: none;
  margin-bottom: 20px;
}

.How_tab-contents.active {
  display: block;
}

.How_group:not(:last-child) {
  margin-bottom: 40px;
}

.How_group-label {
  width: 100%;
  margin: 0 auto 20px auto;
  color: #eb85b5;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}

.How_group-label-inner {
  position: relative;
  display: inline-block;
}

.How_group-label-inner::before,
.How_group-label-inner::after {
  content: "";
  position: absolute;
  bottom: 3px;
  display: block;
  width: 2px;
  height: 20px;
  background: #eb85b5;
}

.How_group-label-inner::before {
  left: -20px;
  transform: rotate(-30deg);
}

.How_group-label-inner::after {
  right: -20px;
  transform: rotate(30deg);
}

.How_step-wrap {
  padding: 10px 30px 30px 30px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.How_step-wrap--no-step {
  padding: 30px;
}

.How_step-wrap--has-img {
  padding-bottom: 0;
}

.How_step-wrap:not(:last-child) {
  margin-bottom: 30px;
}

.How_step-label {
  width: 100%;
  margin-left: -35px;
  color: #f5c8dc;
  font-family: 'Montserrat', sans-serif;
  font-size: 43px;
  font-weight: 700;
}

.How_step-ribon {
  display: inline-block;
  position: relative;
  height: 20px;
  margin-right: 10px;
  padding: 0 10px;
  color: white;
  font-size: 14px;
  line-height: 20px;
  vertical-align: 12px;
  background: #eb85b5;
}

.How_step-ribon::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 0;
  border-color: transparent #c47097 transparent transparent;
}

.How_step-ribon::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 3px 10px 0;
  border-color: transparent white transparent transparent;
}

.How_step-txt-under {
  text-decoration: underline !important;
  font-weight: 700;
}
.How_step-txt-em {
  color: #eb85b5;
  font-weight: 700;
}

.How_step-img {
  max-width: 286px;
  margin: 30px auto 0 auto;
}

.How_share-items {
  margin-top: 20px;
}

.How_share-item:not(:last-child) {
  margin-bottom: 10px;
}

.How_share-link {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #eb85b5;
  border-radius: 100px;
  border: 1px solid #f5c8dc;
}

.How_share-item-logo {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
}

.How_share-item-logo--t {
  padding: 8px 5px 4px 7px;
  background-color: #1da1f2;
}

.How_share-item-logo--i {
  padding: 6px;
  background-color: black;
}

.How_note {
  font-size: 12px;
}

.caution {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.caution:not(:last-child) {
  margin-bottom: 8px;
}

.caution a {
  text-decoration: underline;
}
/*end_How*/

/*start_Conditions*/
.Conditions {
  position: relative;
  z-index: 1;
  width: calc(100% - 30px);
  max-width: 800px;
  margin: 0 auto;
}

.Common_ttl--conditions::before {
  content: 'CONDITIONS';
  font-size: 45px;
}

.Conditions_txt-wrap {
  padding: 30px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.Conditions_txt:not(:last-child) {
  margin-bottom:  15px;
}

.Conditions_txt-label {
  display: block;
  margin-bottom: 10px;
  color: #eb85b5;
  font-weight: 700;
}

.Conditions_item {
  margin-bottom: 15px;
  padding-left: 28px;
  text-indent: -28px;
}

.Conditions_item::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url('../images/Conditions_item-icn.svg') no-repeat center / contain;
  vertical-align: -6px;
}
/*end_Conditions*/

/*start_Contact*/
.Contact {
  position: relative;
  z-index: 0;
  margin-top: -40px;
  padding: 70px 15px 40px 15px;
  text-align: center;
  background: white;
}

.Contact_ttl-wrap {
  margin-bottom: 30px;
}

.Contact_ttl {
  margin-bottom: 20px;
  color: #eb85b5;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.Contact_link {
  text-decoration: underline;
  font-weight: 700;
}
/*end_Contact*/

@media screen and (min-width:768px) {
  body {
    border-bottom-width: 10px;
  }

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .Common_ttl {
    margin-bottom: 50px;
  }

  .Common_ttl::before {
    font-size: 65px;
  }

  .Common_btn {
    font-size: 21px;
    transition: transform .3s;
  }

  .Common_btn:hover {
    transform: scale(.98);
  }

  .Common_txt-link:hover {
    opacity: .7;
  }


  /* start_Kv */
  .Kv {
    height: 525px;
    background-image: url('../images/Kv_pc.png');
    background-size: 1151px;
  }
  /* end_Kv */

  /* start_Intro */
  .Intro {
    padding: 70px 40px;
  }

  .Intro_ttl {
    margin-bottom: 20px;
    font-size: 29px;
  }

  .Intro_ttl-em::before {
    left: -45px;
  }

  .Intro_ttl-em::after {
    right: -45px;
  }


  .Intro_ttl-txt-small {
    font-size: 23px;
  }

  .Intro_read-wrap {
    text-align: center;
  }

  .Intro_read {
    margin-bottom: 0;
    line-height: 2;
  }
  /* end_Intro */

  /* start_Target */
  .Target {
    margin-bottom: 50px;
  }
  /* start_Target */
  
  /* start_Present */
  .Present_wrap {
    display: flex;
    justify-content: space-between;
  }

  .Present_group {
    width: 48.428%;
  }

  .Present_group:not(:last-child) {
    margin-bottom: 0;
  }

  .Present_group--friend .Present_gruop-txt {
    line-height: 80px;
  }
  /* end_Present */

  /* start_Period */
  .Period {
    width: calc(100% - 30px);
    margin: -40px auto 80px auto;
    padding: 90px 15px 50px 15px;
    border-radius: 10px;
  }

  .Period_inner {
    max-width: 800px;
    margin: 0 auto;
  }

  .Period_ttl-wrap {
    margin-bottom: 50px;
    padding-bottom: 5px;
  }

  .Period_ttl,
  .Period_date-wrap {
    display: inline;
  }

  .Period_ttl {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #707589;
  }

  .Period_note {
    margin-bottom: 50px;
  }
  /* end_Period */

  /* start_How */
  .How_tab-btn {
    cursor: pointer;
  }

  .How_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .How_step-wrap {
    padding: 15px 30px 40px 30px;
  }

  .How_step-wrap--no-step {
    padding: 40px 30px;
  }

  .How_group .How_step-wrap {
    width: 48.428%;
  }

  .How_group .How_step-wrap:not(:last-child) {
    margin-bottom: 0;
  }

  .How_step-txt {
    padding-top: 10px;
  }

  .How_step-wrap--has-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .How_step-wrap--has-img .How_step-txt {
    width: 50%;
    margin-right: 40px;
  }

  .How_step-img {
    margin: 0;
  }

  .How_share-link:hover {
    text-decoration: underline;
  }
  /* end_How */

  /* start_Conditions */
  .Conditions_txt-wrap {
    padding: 50px;
  }

  .Conditions_txt:not(:last-child) {
    margin-bottom:  20px;
  }
  /* end_Conditions */

  /* start_Contact */
  .Contact {
    width: calc(100% - 30px);
    margin: -40px auto 0 auto;
    padding: 90px 15px 50px 15px;
    border-radius: 10px;
  }

  .Contact_ttl-wrap {
    margin-bottom: 50px;
  }

  .Contact_ttl,
  .Contact_link {
      display: inline;
  }

  .Contact_ttl {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #707589;
  }

  .Contact_link:hover {
    opacity: .7;
  }
  /* end_Contact */
}