/*============================================================*/
/*    共通 */
/*============================================================*/
section {
  margin: 0;
}
p {
  margin: 0;
}

.text-point {
  background: #fbb2cb;
}

sup {
  font-size: 60%;
}

/*============================================================*/
/*    cart */
/*============================================================*/
.cart {
  width: 100%;
}
.cart button {
  position: relative;
  color: #fff;
  width: 100%;
  font-size: 4.1vw;
  font-weight: bold;
  line-height: 0;
  padding: 5vw 0;
  background: #c60c5b;
}
.cart button::after {
  display: block;
  content: "";
  background: url("../img/common/icon_cart.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .cart button {
    font-size: 24px;
    padding: 30px 0;
  }
  .cart button::after {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 30px;
    width: 28px;
    height: 30px;
  }
}

/*============================================================*/
/*    メインビジュアル */
/*============================================================*/
.mv {
  background: #ecebf0;
}
.mv_inner {
  max-width: 1600px;
  margin: auto;
  position: relative;
  background: #ecebf0 url("../img/pc/mv_bg.png") no-repeat center center;
  background-size: cover;
}
.mv_text {
  padding: 60px 0 30px;
}
.mv_logo {
  position: absolute;
  bottom: 0;
  left: 0;
}
.mv_pop {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .mv {
    background: none;
  }
}

/*============================================================*/
/* offer1 */
/*============================================================*/
.offer1 {
  background: url("../img/pc/check_bg.jpg") no-repeat left calc(50% - 45px)
      top/1266px,
    linear-gradient(90deg, #e0e5eb 48%, #fff 51%);
  padding: 80px 0 45px;
}
.offer1 .cart button {
  width: 645px;
}
.offer1_note {
  font-size: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .offer1 {
    background: #f2f6f9;
    padding: 0 0 25px;
  }
  .offer1 .cart {
    padding: 0 15px;
  }
  .offer1 .cart button {
    width: 100%;
  }
  .offer1_note {
    font-size: 1.5vw;
    margin-top: 3vw;
    padding: 0 3vw;
  }
}

/*============================================================*/
/* thin */
/*============================================================*/
.thin {
  text-align: center;
  padding: 90px 0 60px;
  background: url("../img/common/thin_bg.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .thin {
    padding: 40px 15px 30px;
  }
}

/*============================================================*/
/* sign */
/*============================================================*/

.sign {
  background: #f2f2f2;
  margin: 40px 0 0 0;
}
.sign_title {
  text-align: center;
  background: #333;
  padding: 10px 15px;
  margin-bottom: 65px;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}
.sign_undertext {
  text-align: center;
  padding: 60px 0 55px;
}
@media screen and (max-width: 768px) {
  .sign {
    margin: 20px 0 0 0;
  }
  .sign_title {
    padding: 7px 15px 10px;
    margin-bottom: 35px;
  }
  .sign_title img {
    width: 80%;
    margin: auto;
  }
  .sign_undertext {
    padding: 25px 15px 35px;
  }
  .sign_undertext img {
    max-width: 80%;
    margin: auto;
  }
}

/*--- check ---*/

.check {
  color: #010101;
}

.check_list ul {
  font-size: 3.8vw;
  max-width: 90%;
  margin: auto;
  padding: 6.8vw 5vw 7vw 6.4vw;
  position: relative;
}

.check_list ul::before,
.check_list ul::after {
  content: "";
  height: 12.3vw;
  position: absolute;
  width: 66vw;
}

.check_list ul::before {
  background: url("../img/common/checklist_bg_top.png") no-repeat left top/cover;
  left: 0;
  top: 0;
}

.check_list ul::after {
  background: url("../img/common/checklist_bg_bottom.png") no-repeat left
    top/cover;
  bottom: 0;
  right: 0;
}

.check_list ul li {
  background: url("../img/common/check.svg") no-repeat left center/1.7em;
  padding-left: 9vw;
}

.check_list ul li + li {
  margin-top: 3.2vw;
}
.check_list_note {
  text-align: right;
  font-size: 2.5vw;
  margin-top: 2vw;
  margin-right: 6vw;
}

@media screen and (min-width: 768px) {
  .check .container {
    width: 800px;
  }
  .check_list ul {
    margin: 0;
    font-size: 28px;
    max-width: 800px;
    padding: 65px 60px 67px 120px;
  }
  .check_list ul::before,
  .check_list ul::after {
    height: 67px;
    width: 357px;
  }
  .check_list ul li {
    padding-left: 80px;
  }
  .check_list ul li + li {
    margin-top: 30px;
  }
  .check_list_note {
    font-size: 13px;
    margin-top: 15px;
    margin-right: 15px;
  }
}

/*============================================================*/
/* birth */
/*============================================================*/
.birth {
  position: relative;
  text-align: center;
  color: #fff;
  background: url("../img/common/birth_bg.png") no-repeat center top;
  padding: 0 15px 70px;
}
.birth .birth_head {
  text-align: center;
  background: url("../img/common/birth_head_bg.png") no-repeat center top;
  background-size: 100% auto;
  margin-bottom: 60px;
}
.birth .birth_subtitle {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 40px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.birth .birth_title {
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 50px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.birth .birth_text {
  font-size: 20px;
  line-height: 2;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.birth .birth_logo {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .birth {
    background: url("../img/common/birth_bg.png") no-repeat center top;
    background-size: cover;
    padding: 0 15px 150px;
  }
  .birth .birth_head {
    margin-bottom: 30px;
  }
  .birth .birth_head img {
    max-width: 70%;
    margin: auto;
  }
  .birth .birth_subtitle {
    font-size: 4vw;
    margin-bottom: 20px;
  }
  .birth .birth_title {
    font-size: 5vw;
    margin-bottom: 25px;
  }
  .birth .birth_text {
    font-size: 3.2vw;
  }
  .birth .birth_logo img {
    width: 150px;
    height: auto;
  }
}

/*============================================================*/
/* sevenfree */
/*============================================================*/
.sevenfree {
  text-align: center;
  background: #e5e8ed;
}

/*============================================================*/
/* point */
/*============================================================*/
.point {
  background: url("../img/pc/point_arrow.png") no-repeat top center;
  padding-bottom: 80px;
}
.point_title {
  text-align: center;
  padding: 45px 0 70px;
}
.point_catch01 {
  text-align: center;
  font-size: 42px;
  color: #010101;
  font-weight: bold;
  padding: 40px 0 20px;
}
.point_list li {
  margin-top: 35px;
}
.point_lead {
  text-align: center;
  font-size: 20px;
  margin: 35px 0 0 0;
}
.point_lead_note {
  width: 450px;
  margin: 10px auto 0;
  text-align: right;
  font-size: 13px;
}
.point_volumeup {
  width: 820px;
  margin: 40px auto 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .point {
    background: none;
    padding-bottom: 40px;
  }
  .point_title {
    padding: 0;
  }
  .point_catch01 {
    font-size: 4.5vw;
    padding: 20px 0 10px;
  }
  .point_title img {
    width: 100%;
    margin: auto;
  }
  .point_list {
    padding: 0 15px;
  }
  .point_list li {
    margin-top: 20px;
  }
  .point_lead {
    font-size: 3.5vw;
    margin: 15px 0 0 0;
  }
  .point_lead_note {
    width: auto;
    margin: 5px 15px 0;
    font-size: 2.5vw;
  }
  .point_volumeup {
    width: auto;
    padding: 20px 15px 0;
    margin: 0 auto 20px;
  }
  .point_volumeup figure {
    width: 48%;
  }
}

/*============================================================*/
/* hairimg */
/*============================================================*/
.hairimg {
  background: url("../img/common/hairimg_bg.png") no-repeat center center;
  background-size: cover;
}
.hairimg p {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .hairimg p {
    padding: 15px;
  }
}

/*============================================================*/
/* kodawari */
/*============================================================*/
.kodawari {
  background: #393738 url("../img/pc/kodawari_bg.png") no-repeat top center;
  background-size: auto 100%;
  min-height: 557px;
  color: #fff;
  display: flex;
  align-items: center;
}
.kodawari_subcatch {
  font-size: 20px;
  margin: 50px 0 45px;
}
@media screen and (max-width: 768px) {
  .kodawari {
    background: #312f30 url("../img/sp/kodawari_bg.png") no-repeat bottom center;
    background-size: 100% auto;
    display: block;
    padding: 30px 15px 95vw;
    min-height: inherit;
    font-size: 3.7vw;
  }
  .kodawari_subcatch {
    font-size: 4.2vw;
    margin: 25px 0 20px;
  }
}

/*============================================================*/
/* PIC */
/*============================================================*/
.pic {
  padding: 70px 0;
}
.pic h2 {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 55px;
}
.pic .pic_main {
  width: 870px;
  margin: auto;
  position: relative;
}
.pic .pic_main figure {
  text-align: right;
}
.pic .pic_main .pic_main_text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 454px;
  padding: 30px;
  background-color: rgba(238, 238, 238, 0.8);
  line-height: 1.8;
}
.pic .pic_main .pic_main_name {
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .pic {
    padding: 35px 0;
  }
  .pic h2 {
    padding: 0 15px;
    margin-bottom: 25px;
  }
  .pic h2 img {
    max-width: 80%;
    margin: auto;
  }
  .pic .pic_main {
    width: auto;
    max-width: 430px;
    margin: auto;
  }
  .pic .pic_main figure {
    text-align: center;
    margin: 0 15px;
  }
  .pic .pic_main .pic_main_text {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: auto;
    padding: 15px;
    margin: 0 15px;
  }
}

/*============================================================*/
/* monitor */
/*============================================================*/
.monitor {
  padding: 60px 0 30px;
  background: url("../img/common/monitor_bg.png") no-repeat center center;
  background-size: cover;
}
.monitor h2 {
  text-align: center;
  margin-bottom: 40px;
}
.monitor_item {
  color: #000;
  width: 770px;
  margin: 0 auto 30px;
  padding: 20px 40px 15px;
  font-size: 19px;
  line-height: 1.7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}
.monitor_item .monitor_item_fig {
  width: 70px;
}
.monitor_item .monitor_item_text {
  width: 580px;
}
.monitor_item .monitor_item_note {
  font-size: 12px;
  margin-top: 5px;
}
.monitor_item .monitor_item_age {
  text-align: right;
}
.monitor_list_note {
  width: 770px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .monitor {
    padding: 30px 0;
  }
  .monitor h2 {
    margin-bottom: 20px;
  }
  .monitor h2 img {
    max-width: 80%;
    margin: auto;
  }
  .monitor_item {
    width: 90%;
    margin: 0 auto 15px;
    padding: 10px 20px 5px;
    font-size: 3.5vw;
  }
  .monitor_item .monitor_item_fig {
    width: 15%;
  }
  .monitor_item .monitor_item_text {
    width: 80%;
  }
  .monitor_list_note {
    font-size: 2.8vw;
    width: auto;
    padding: 0 15px;
  }
}

/*============================================================*/
/* method */
/*============================================================*/
.method {
  background: #f6f2f2;
  text-align: center;
  padding: 50px 0 0 0;
}
@media screen and (max-width: 768px) {
  .method {
    padding: 25px 0 0 0;
  }
  .method img {
    max-width: 80%;
    margin: auto;
  }
}

/*============================================================*/
/* howto */
/*============================================================*/
.howto {
  font-size: 3.5vw;
  margin-top: 10vw;
  margin-bottom: 10vw;
}

.howto_inner {
  margin: 4vw auto 0;
  padding: 0;
}

.howto_inner figure + figure {
  margin: 7vw 0 0;
}

.howto_inner figcaption {
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 5vw;
}

.howto_img {
  height: auto;
  width: 80vw;
}

.howto_img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .howto {
    font-size: 16px;
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .howto_inner {
    margin: 40px auto 0;
    max-width: 900px;
    max-width: 895px;
  }
  .howto_inner figure {
    max-width: 245px;
    position: relative;
  }
  .howto_inner figure + figure {
    margin: 0;
  }
  .howto_inner figure + figure::after {
    content: url("../img/common/arrow.svg");
    left: -55px;
    position: absolute;
    top: calc(50% - 70px);
  }
  .howto_inner figcaption {
    margin-top: 45px;
  }
  .howto_img {
    width: 100%;
  }
}

/*============================================================*/
/* start */
/*============================================================*/
.start {
  position: relative;
  background: #f6f2f2;
  text-align: center;
  padding: 55px 0;
}
.start::before {
  display: block;
  content: "";
  width: 75px;
  height: 35px;
  background: url("../img/common/start_arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .start {
    padding: 25px 15px 15px 10px;
  }
  .start::before {
    width: 15vw;
    height: 15vw;
    bottom: -15vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .start p img {
    max-width: 90%;
    margin: auto;
  }
}

/*============================================================*/
/* teiki */
/*============================================================*/
.teiki_title {
  text-align: center;
  background: #8b8b8b;
  padding: 40px 0 30px;
  margin: 0;
}
.teiki .teiki_tokuten {
  margin: 0;
  text-align: center;
}
.teiki .teiki_tokuten > div {
  padding: 70px 0 60px;
}
.teiki .teiki_tokuten > div:nth-child(odd) {
  background: #efefef;
}
@media screen and (max-width: 768px) {
  .teiki_title {
    padding: 20px 15px 15px;
  }
  .teiki_title img {
    max-width: 90%;
    margin: auto;
  }
  .teiki .teiki_tokuten > div {
    padding: 30px 15px;
  }
}

/*============================================================*/
/* offer2 */
/*============================================================*/
.offer2 {
  padding: 80px 0 200px;
}
.offer2 h2 {
  margin-bottom: 50px;
}
.offer2 .container {
  position: relative;
}
.offer2_main {
  text-align: center;
}
.offer2_btn {
  width: 655px;
  position: absolute;
  top: 780px;
  right: 25px;
}
.offer2_note {
  font-size: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .offer2 {
    padding: 30px 15px;
  }
  .offer2 h2 {
    margin-bottom: 5vw;
  }
  .offer2_btn {
    width: 100%;
    padding: 0 15px;
    position: inherit;
    top: 0;
    right: 0;
  }
  .offer2_note {
    font-size: 2.5vw;
    margin-top: 15px;
  }
}

/*============================================================*/
/* company */
/*============================================================*/
.company_title {
  text-align: center;
  background: #f6eced;
  padding: 15px;
  margin-bottom: 80px;
}
.company_text {
  color: #333;
  width: 830px;
  margin: auto;
  padding: 55px 0 90px;
}
@media screen and (max-width: 768px) {
  .company_title {
    margin-bottom: 40px;
  }
  .company_title img {
    max-width: 80%;
    margin: auto;
  }
  .company_text {
    width: auto;
    padding: 20px 15px 40px;
  }
}

/*============================================================*/
/* footer */
/*============================================================*/
.footer_info_wrap {
  background: #f6eced;
  padding: 20px 0 60px;
}
.footer_info {
  background: #f6eced;
}
.footer_info_inner {
  background: #fff;
}
.footer_info .footer_point {
  color: #f97c76;
}

footer {
  padding: 30px 15px;
}
.footer_logo {
  width: 20px;
  margin: 0 auto 20px;
}
.footer_add {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.footer_copy {
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer_info_wrap {
    padding: 0;
  }
  footer {
    padding: 15px;
  }
  .footer_logo {
    width: 5vw;
    margin: 0 auto 10px;
  }
  .footer_add {
    font-size: 3vw;
    margin-bottom: 10px;
  }
  .footer_copy {
    font-size: 2.6vw;
  }
}

/*============================================================*/
/* SPカートボタン変更  */
/*============================================================*/
@media screen and (max-width: 768px) {
  .offer1_btn,
  .offer2_btn {
    padding: 0;
  }
  .offer1_note {
    padding: 0 30px;
  }
  .offer2_note {
    padding: 0 15px;
  }
  .cart button {
    width: 100%;
    background: none;
    padding: 0;
    margin-top: 10px;
  }
  .cart button img {
    width: 100%;
    margin: auto;
  }
}
