﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}


/* ページ共通___________________________*/
.main-area {
  background: #EEE1E7;
}

.main-area img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.main-area a,
.main-area picture {
  display: inline-block;
}

/* font */
.main-area h2,
.main-area h3,
.main-area h4,
.main-area p,
.main-area a {
  font-family: 'BIZ UDPGothic', sans-serif;
  color: #383838;
}

/* フェードイン設定___________________________*/
.lpFadeIn {
  transition: all 1s;
  transform: translateY(100px);
  opacity: 0;
}

.lpFadeIn.animated {
  transform: translateY(0);
  opacity: 1;
}

.lp_itemtext .lp_item_price a {
  text-decoration: underline;
}

/* pc___________________________*/
@media screen and (min-width: 768px) {
  .main-area {
    padding-bottom: 10rem;
  }

  .main-area a {
    transition: all .3s;
  }

  .main-area a:hover {
    opacity: 0.7;
  }

  .main-area .spOnly {
    display: none;
  }

  .main-area h2,
  .main-area h3,
  .main-area h4,
  .main-area p {
    letter-spacing: 0.15em;
  }

  .lp_fv {
    max-width: 160rem;
    text-align: center;
    margin: 0 auto 0;
  }

  .lp_fv h2 {
    font-size: 3.4rem;
    line-height: 1.64;
    font-weight: 700;
    margin: 7rem 0 0 0;
  }

  .lp_fv p {
    font-size: 1.7rem;
    line-height: 1.88;
    margin: 2.2rem 0 0 0;
  }

  .lp_fv p:nth-of-type(2) {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    margin: 2.5rem 0 0 0;
  }

  .lp_item_block {
    width: 68rem;
    margin: 7.2rem auto 0;
  }

  .lp_item_block:nth-child(n+2) {
    margin: 11rem 0 0 0;
  }

  .lp_itemtext {
    margin: 4rem 0 0 0;
    text-align: center;
  }

  .lp_itemtext h3 {
    position: relative;
    left: 0.5rem;
    font-size: 2.7rem;
    line-height: 1.75;
    font-weight: 700;
  }

  .lp_itemtext h3 span {
    font-size: 2.2rem;
    font-weight: 700;
  }

  .lp_itemtext .lp_item_price {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin: 2.8rem 0 0 0;
  }

  .lp_itemtext .lp_item_price span {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }

  .lp_itemtext .lp_item_detail {
    font-size: 1.7rem;
    line-height: 1.88;
    font-weight: 400;
    margin: 2.8rem 0 0 0;
  }

  .lp_itemtext .lp_buy {
    width: 22rem;
    margin: 2.5rem auto 0;
  }
}

/* sp___________________________*/
@media screen and (max-width: 767px) {
  .main-area {
    padding-bottom: calc(80* (100vw /375));
  }

  .main-area .pcOnly {
    display: none;
  }

  .main-area h2,
  .main-area h3,
  .main-area h4,
  .main-area p {
    letter-spacing: 0.12em;
  }

  .lp_fv {
    text-align: center;
    margin: 0 auto 0;
  }

  .lp_fv h2 {
    font-size: calc(18* (100vw /375));
    line-height: 1.75;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin: calc(44* (100vw /375)) 0 0 0;
  }

  .lp_fv p:nth-of-type(1) {
    width: calc(321* (100vw /375));
    font-size: calc(14* (100vw /375));
    line-height: 1.75;
    font-weight: 400;
    margin: calc(17* (100vw /375)) auto 0;
  }

  .lp_fv p:nth-of-type(2) {
    text-align: left;
    width: calc(645* (100vw /375));
    font-size: calc(24* (100vw /375));
    line-height: 1.78;
    font-weight: 400;
    margin: calc(17* (100vw /375)) auto 0;
  }

  .lp_item_block {
    margin: calc(45* (100vw /375)) auto 0;
  }

  .lp_item_block .item_img {
    width: calc(350* (100vw /375));
    margin: auto;
  }

  .lp_itemtext {
    margin: calc(26* (100vw /375)) 0 0 0;
    text-align: center;
  }

  .lp_itemtext h3 {
    position: relative;
    font-size: calc(17* (100vw /375));
    line-height: 1.64;
    font-weight: 700;
  }

  .lp_itemtext h3::after {
    content: "";
    position: absolute;
    background: url(../img/sp_dotted.svg) no-repeat;
    bottom: calc(-15* (100vw / 375));
    left: 50%;
    transform: translateX(-51%);
    width: calc(211* (100vw / 375));
    height: 3px;
  }

  .lp_itemtext h3 span {
    font-size: calc(34* (100vw /375));
    font-weight: 700;
  }

  .lp_itemtext .lp_item_price {
    font-size: calc(20* (100vw /375));
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin: calc(38* (100vw /375)) 0 0 0;
  }

  .lp_itemtext .lp_item_price span {
    font-size: calc(16* (100vw /375));
    line-height: 1.25;
    letter-spacing: 0.1em;
  }

  .lp_itemtext .lp_item_detail {
    font-size: calc(28* (100vw /375));
    line-height: 1.78;
    font-weight: 400;
    margin: calc(47* (100vw /375)) 0 0 0;
  }

  .lp_itemtext .lp_buy {
    width: calc(356* (100vw /375));
    margin: calc(48* (100vw /375)) auto 0;
  }
}

@media screen and (min-width: 768px) {
  .lp_itemtext h3::after {
    content: "";
    position: absolute;
    background: url(../img/pc_dotted.svg) no-repeat;
    left: 50%;
    transform: translateX(-51%);
    height: 3px;
    width: 58.4rem;
    bottom: -0.5rem;
  }
}



.lp_detail_block {
  background: #fff;
  border-radius: calc(20* (100vw / 375));
  padding: calc(65* (100vw / 375)) 0 calc(50* (100vw / 375));
  width: calc(355* (100vw / 375));
  margin: calc(48* (100vw / 375)) auto 0;
}

.detail_block_inner {
  width: calc(315* (100vw / 375));
  margin: auto;
}

.lp_detail_block .detail_read {
  width: calc(151* (100vw / 375));
  margin: auto;
}

.detail_wrap {
  margin: calc(40* (100vw / 375)) 0 0 0;
}

.detail_wrap_02 {
  margin: calc(47* (100vw / 375)) 0 0 0;
}

.detail_wrap_03 {
  margin: calc(50* (100vw / 375)) 0 0 0;
}

.detail_tx {
  margin: calc(23* (100vw / 375)) 0 0 0;
}

.detail_tx_ttl {
  text-align: center;
}

.lp_detail_block .point_num {
  color: #E27777;
  font-family: 'Poppins', sans-serif;
  font-size: calc(20* (100vw / 375));
  letter-spacing: 0.1em;
  font-weight: 800;
  margin-left: calc(3* (100vw / 375));
}

.lp_detail_block .point_num span {
  font-size: calc(26* (100vw / 375));
  padding-left: calc(6* (100vw / 375));
}

.lp_detail_block .point_word {
  margin-top: calc(12* (100vw / 375));
  font-size: calc(20* (100vw / 375));
  font-weight: 700;
  letter-spacing: 0.15em;
}

.lp_detail_block .point_desc {
  font-size: calc(16* (100vw / 375));
  margin-top: calc(21* (100vw / 375));
  letter-spacing: 0.15em;
  line-height: 1.875;
}

.lp_detail_block .lp_recommend_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #E27777 1px solid;
  border-radius: 30px;
  width: calc(315* (100vw / 375));
  height: calc(55* (100vw / 375));
  margin: calc(26* (100vw / 375)) auto 0;
  color: #E27777;
  font-size: calc(14* (100vw / 375));
  font-weight: 700;
  letter-spacing: 0.15em;
  padding-right: calc(30* (100vw / 375));
}

.lp_detail_block .lp_recommend_link::before {
  content: "";
  position: absolute;
  background: url(../img/arrow.svg) no-repeat;
  background-size: contain;
  width: calc(16* (100vw / 375));
  height: calc(13* (100vw / 375));
  top: calc(21* (100vw / 375));
  right: calc(23* (100vw / 375));
}

.detail_wrap_03 .lp_recommend_link {
  width: calc(240* (100vw / 375));
}

@media screen and (min-width: 768px) {
  .lp_detail_block {
    border-radius: 60px;
    padding: 7.7rem 0 6rem;
    width: 100rem;
    margin: 9rem auto 0;
  }

  .detail_block_inner {
    width: 90rem;
  }

  .lp_detail_block .detail_read {
    width: 18.5rem;
  }

  .detail_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 6rem 0 0 0;
  }

  .detail_wrap_02 {
    flex-direction: row-reverse;
    margin: 5rem 0 0 0;
  }

  .detail_wrap_03 {
    margin: 5rem 0 0 0;
  }

  .detail_img {
    width: 48rem;
  }

  .detail_tx {
    width: 37rem;
    margin: 15rem 0 0 0;
  }

  .lp_detail_block .point_num {
    font-size: 2rem;
    margin: 0;
  }

  .lp_detail_block .point_num span {
    font-size: 2.6rem;
    padding-left: 0.6rem;
  }

  .lp_detail_block .point_word {
    margin-top: 1rem;
    font-size: 2.4rem;
  }

  .lp_detail_block .point_desc {
    font-size: 1.7rem;
    margin-top: 2.2rem;
    line-height: 1.88;
  }

  .lp_detail_block .lp_recommend_link {
    border-radius: 30px;
    width: 37rem;
    height: 6.45rem;
    margin: 4.2rem 0 0 0;
    font-size: 1.7rem;
    padding-right: 3rem;
  }

  .lp_detail_block .lp_recommend_link::before {
    width: 1.87rem;
    height: 1.44rem;
    top: 2.4rem;
    right: 2.7rem;
  }

  .detail_wrap_03 .lp_recommend_link {
    width: 27.9rem;
  }

  .detail_tx_ttl {
    text-align: left;
  }

  .detail_flexwrap {
    text-align: left;
    margin-top: -5.4rem;
  }
}



/* 各セクション別設定___________________________*/
/* item 3 */
.lp_comment {
  margin: calc(44* (100vw /375)) 0 0 0;
  text-align: center;
}

.lp_comment h4 {
  position: relative;
  margin: auto;
  font-size: calc(20* (100vw /375));
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #E27777;
}

@media screen and (max-width: 767px) {
  .lp_comment h4 {
    width: calc(355* (100vw / 375));
  }
}

.lp_comment h4::before,
.lp_comment h4::after {
  content: "";
  position: absolute;
  width: calc(38* (100vw / 375));
  top: 48%;
  left: 0;
  height: 2px;
  background: #E27777;
}

.lp_comment h4::after {
  right: 0;
  left: initial;
}

.lp_comment .comment_img {
  width: calc(380* (100vw /375));
  margin: calc(21* (100vw /375)) 0 0 calc(-25* (100vw /375));
}

@media screen and (min-width: 768px) {
  .lp_comment {
    width: 100rem;
    margin: 7.4rem auto 0;
  }

  .lp_comment h4 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
  }

  .lp_comment h4::before,
  .lp_comment h4::after {
    width: 19.3rem;
  }

  .lp_comment .comment_img {
    width: 100rem;
    margin: 4.5rem 0 0 0;
  }
}




.lp_footbtn_block {
  width: calc(355* (100vw /375));
  margin: calc(50* (100vw /375)) auto 0;
}

.lp_footbtn_block .lp_top_btn {
  margin: calc(22* (100vw /375)) 0 0 0;
}

@media screen and (min-width: 768px) {
  .lp_footbtn_block {
    width: 35rem;
    margin: 7rem auto 0;
  }

  .lp_footbtn_block .lp_top_btn {
    margin: 2.3rem 0 0 0;
  }
}