@charset "UTF-8";
/* CSS Document */

/* ******* Mens ****** */
.menslp .bl_fv_campaign {
  background-color: #1E2472;
  margin-top: 0;
  padding: 35px 0;
  position: relative;
}

.bl_fv_campaign.bl_campaign_Secound{
  background: #ffffff;
}
@media screen and (max-width: 750px) {
  .menslp .bl_fv_campaign {
    margin: -4.667vw auto 5.333vw;
    padding: 4.667vw 0;
  }

  .bl_campaign_Secound{
    background: #ffffff !important;
    margin: 9.2vw auto 0 !important;
  }
}
.menslp .bl_fv_campaign .bl_campaign {
  background: #ffffff;
  margin: -100px auto 0;
}
.bl_campaign.bl_secound{
  margin: -30px auto 0 !important;
}
.menslp .bl_campaign {
  width: 92vw;
  max-width: 690px;
  padding-left: 0;
  margin: 0 auto;
  padding-right: 0;
}
@media screen and (max-width: 750px) {
  .menslp .bl_fv_campaign .bl_campaign {
    margin-top: -10vw;
  }
}

/*----------- campaign -----------*/
.bl_campaign {
	padding: 3.125vw 0;
}
.bl_campaign_img {
  width: 80vw;
  max-width: 600px;
	margin: 0 auto;
}
.bl_detail {
  font-size: 3.2vw;
	font-weight: bold;
  position: relative;
	width: 74.667vw;
  max-width: 555px;
  padding: 1.6vw 0;
  margin: 1.875vw auto 3.75vw;
  text-align: center;
  color: #272727;
  cursor: pointer;
  border-radius: 0;
}
.bl_detail::after {
  position: absolute;
  content: "";
  width: 1.875vw;
  height: 0.125vw;
	max-width: 20px;
	max-height: 20px;
  background: #000000;
  top: 50%;
  transform: translate(0, -50%);
  right: 3.75vw;
}
.bl_detail::before {
  position: absolute;
  content: "";
  width: 1.875vw;
  height: 0.125vw;
	max-width: 20px;
	max-height: 20px;
  background: #000000;
  top: 50%;
  transform: rotate(90deg);
  right: 3.75vw;
  transition-duration: .2s;
}
.bl_detail.active::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: rotate(0deg);
  right: 3.75vw;
  transition-duration: .2s;
}
.bl_acc_box {
  margin: 6.25vw auto;
	width: 80vw;
	max-width: 600px;
  display: none;
}
.bl_acc_box.active {
  display: block;
}
.bl_acc_box * {
  font-size: 2.667vw;
	letter-spacing: .1em;
}
.bl_campaign_desc_note > li {
  padding-bottom: 3.75vw;
}
.bl_campaign_desc_note > li::before {
  content: "※";
  line-height: 2;
}
.bl_campaign_desc_noteList > li {
  position: relative;
  padding: 0 3.75vw 0 5vw;
}
.bl_campaign_desc_noteList > li::before {
  content: "・";
  position: absolute;
  left: -1vw;
	font-size: 5vw;
  top: -1.6vw;
}
.bl_campaign_desc_note {
  margin-top: 3.75vw;
}
.el_campaign_desc_noteTxt {
  position: relative;
  padding: 0 3.75vw 0 5vw;
}
.el_campaign_desc_noteTxt::before {
  content: "※";
  position: absolute;
  left: 1.6vw;
}
.bl_campaign_target {
  margin-top: 3.2vw;
}
p.bl_cv_campaign_banner {
	max-width: 531px;
	width: 82.969vw;
	margin: 0 auto;
}
.menslp .b-visual__bg {
  width: 100vw;
  height: 292.867vw;
}
.menslp .b-visual__bg.bl_campaign_bg {
  height: auto;
}

@media screen and (min-width: 751px) {
	.bl_campaign {
		padding: 20px 0;
	}
	.bl_detail {
		font-size: 20px;
		padding: 15px 0;
		margin: 15px auto 20px;
	}
	.bl_detail::before {
		right: 30px;
	}
	.bl_detail::after {
		right: 30px;
	}
	.bl_detail.active::after {
		right: 30px;
	}
	.bl_acc_box {
		margin: 40px auto;
	}
	.bl_acc_box * {
		font-size: 20px;
	}
	.bl_campaign_desc_note > li {
		padding-bottom: 30px;
	}
	.bl_campaign_desc_noteList > li {
		padding: 0 20px 0 30px;
	}
	.bl_campaign_desc_noteList > li::before {
		left: -10px;
		font-size: 3px;
		top: -10px;
	}
	.bl_campaign_desc_note {
		margin-top: 25px;
	}
	.el_campaign_desc_noteTxt {
		padding: 0 20px 0 30px;
	}
	.el_campaign_desc_noteTxt::before {
		left: 1.6vw;
	}
	.bl_campaign_target {
		margin-top: 30px;
	}
  .menslp .b-visual__bg {
    height: 2264px;
    background: unset !important;
  }

  .menslp .b-visual__bg.bl_campaign_bg{
    height: 1300px !important;
  }

  .bl_acc_box dd{
    margin: 0 0 0 35px;
  }

  .bl_campaign_note{
    text-align: unset !important;
  }

  .bl_campaign_note_list{
    list-style: decimal;
  }

  .bl_campaign_note_list::marker {
    list-style: decimal;
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
  }


}

.b-visual__slide {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 476px;
	overflow: hidden;
}
@media screen and (max-width: 750px) {
	.b-visual__slide {
		/* top: -12vw; */
    	height: 63.46667vw;
    	overflow: hidden;
	}

  .bl_acc_box dd{
    margin: 0 0 0 4.667vw;
  }
}

.b-visual .eyelid_hoshou {
	text-align: center;
	position: absolute;
	top: 530px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.b-visual .eyelid_hoshou p {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 1.4;
	margin-top: 10px;
}
.b-visual .eyelid_hoshou a {
	color: #FFFFFF;
}
.bl_eyelid_hoshouImg {
  padding-top: 36px;
  background: #dfe8f0;
}
@media screen and (max-width: 750px) {
	.b-visual .eyelid_hoshou {
		top: 68vw;
		width: 90%;
	}
	.b-visual .eyelid_hoshou p {
		font-size: 3vw;
		margin-top: 5px;
	}
}

.b-visual__btn.btnJum {
  position: absolute;
  width: 607px;
  height: 125px;
  top: 800px;
  left: 25px;
  z-index: 1;
}

.b-visual__btn.btnJum a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.b-visual__btn.btnJum img {
  width: 100%;
}

.b-visual {
  background: #dfe8f0;
}

.b-visual__kumaPrice {
  text-align: center;
  margin-bottom: 12px;
}

.b-visual__contPrice {
  width: 660px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0 5px 20px -5px gray;
  position: relative;
  z-index: 1;
}

.b-visual__priceText {
  margin-bottom: 23px;
}

.b-visual__priceText,.b-visual__priceText02,.b-visual__priceText03,.b-visual__priceText04,.b-visual__priceText05 {
  text-align: center;
}

.bl_eyelid_hoshouTxt {
  font-size: 22px;
  background: #dfe8f0;
  text-align: center;
  padding-top: 28px;
}

.b-visual__priceText02 {
  padding-bottom: 200px;
}

.b-visual__priceText05 {
  padding: 20px 0 180px;
}

.el_btnJum {
  position: absolute;
  z-index: 2;
  padding-top: 55px;
}

@media screen and (max-width: 750px) {
  .b-visual {
    background: #dfe8f0;
  }

  .b-visual__kumaPrice {
    text-align: center;
    margin-bottom: 1.6vw;
  }

  .b-visual__contPrice {
    width: 88vw;
    margin: -20vw auto 0;
    background: #ffffff;
    box-shadow: 0 0.667vw 2.667vw -0.667vw gray;
    position: relative;
    z-index: 1;
  }

  .b-visual__priceText {
    margin-bottom: 3.067vw;
  }

  .b-visual__priceText,.b-visual__priceText02,.b-visual__priceText03,.b-visual__priceText04,.b-visual__priceText05 {
    text-align: center;
    width: 83.733vw;
    margin: 0 auto;
  }

  .bl_eyelid_hoshouTxt {
    font-size: 2.933vw;
    background: #dfe8f0;
    text-align: center;
    padding-top: 3.733vw;
  }

  .b-visual__priceText02 {
    padding: 3.067vw 0 26.667vw 0;
  }

  .b-visual__priceText05 {
    padding: 2.677vw 0 24vw;
  }

  .el_btnJum {
    position: absolute;
    z-index: 2;
    margin: auto auto;
    padding-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .b-visual__btn.btnJum {
    top: auto;
    bottom: 5.6vw;
    left: 3.6vw;
    width: 80.93333vw;
    height: 16.66667vw;
  }
}

.b-visual__acc--btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 90px;
  top: 477px;
  width: 570px;
  padding: 11px 10px;
  background: #fff;
  cursor: pointer;
}
.b-visual__acc--ctn {
    position: absolute;
    display: none;
    top: 530px;
    left: 90px;
    width: 570px;
    padding: 10px;
    background: #fff;
    z-index: 1;
}
@media screen and (max-width: 750px) {
  .b-visual__acc--btn {
    top: 64.5vw;
    left: 12vw;
    width: 76vw;
    padding: 1.46667vw 1.33333vw;
  }
	.b-visual__acc--ctn {
		top: 71vw;
		left: 12vw;
		width: 76vw;
		padding: 1.33333vw;
	}
}

.b-visual__btn {
  position: absolute;
  width: 607px;
  height: 125px;
  top: 1770px;
  left: 71px;
}
@media screen and (max-width: 750px) {
  .b-visual__btn {
    top: 237vw;
    left: 9.46667vw;
    width: 80.93333vw;
    height: 16.66667vw;
  }
}

.b-block01 {
    position: relative;
    background: url(../images2/top-bg-02.jpg) no-repeat top left;
    background-size: cover;
}
@media screen and (max-width: 750px) {}

.b-block01__txt03 {
  width: 310px;
  height: 79px;
  top: 498px;
  left: 20px;
}
@media screen and (max-width: 750px) {
  .b-block01__txt03 {
    width: 41.33333vw;
    height: 10.53333vw;
    top: 66.4vw;
  }
}

.b-block01__txt04 {
  width: 218px;
  height: 107px;
  top: 480px;
  right: 61px;
}
@media screen and (max-width: 750px) {
  .b-block01__txt04 {
    width: 29vw;
    height: 14.13333vw;
    top: 64.5vw;
    right: 7.6vw;
  }
}

.b-block01__txt05 {
  width: 436px;
  height: 71px;
  top: 716px;
  left: 215px;
}
@media screen and (max-width: 750px) {
  .b-block01__txt05 {
    width: 60vw;
    height: 10.93333vw;
    top: 95.46667vw;
    left: 27vw;
  }
}

.ly_BeforeAfter {
  background: #edeeee;
  padding-top: 70px;
}
.bl_BeforeAfter_title {
  font-size: 70px;
  line-height: 1;
  text-align: center;
  color: #15246a;
  font-family: "Hiragino Mincho Pro", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: normal;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
.ly_BeforeAfter {
  padding-top: 9.3vw;
}
.bl_BeforeAfter_title {
    font-size: 9.3vw;
    margin-bottom: 4vw;
  }
}


.b-block03__photo figure.c-before figcaption {
  background: #6b5c42;
}
.b-block03__photo figure.c-after figcaption {
  background: #1E2472;
}

.ly_recommendation {
  background: #dde7f0;
  text-align: center;
  padding: 75px 0 50px;
}
.bl_ly_recommendation_box {
  width: 660px;
  margin: 0 auto 40px;
  background: #fff;
  padding-bottom: 40px;
}
.bl_ly_recommendation_box_title {
  margin-bottom: 35px;
}
.bl_ly_recommendation_box ul li + li {
  position: relative;
}
.bl_ly_recommendation_box ul li + li::before {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #8dbbe5;
  margin: 2em auto;
}
.el_recommendation_txt {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .ly_recommendation {
    padding: 10vw 0 6.6vw;
  }
  .bl_ly_recommendation_box {
    width: 88vw;
    margin: 0 auto 5.3vw;
    padding-bottom: 5.3vw;
  }
  .bl_ly_recommendation_box_title {
    margin-bottom: 4.6vw;
  }
  .bl_ly_recommendation_box li {
    width: 78vw;
    margin: 0 auto;
  }
  .bl_ly_recommendation_box ul li + li::before {
    width: 100%;
  }
  .el_recommendation_txt {
    font-size: 2.9vw;
    margin-bottom: 2vw;
  }
}

.b-block04:after {
	padding-top: 1240px;
}
.b-block04__ttl02 {
    width: 100%;
    left: 0;
    top: 100px;
    font-size: 68px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    color: #b98a3c;
}
.b-block04__ttl03 {
  width: 626px;
  left: 75px;
  top: 195px;
  padding-left: 12px;
  background: url("../images2/bg-partent-01.jpg") repeat top left;
  font-size: 55.73px;
  line-height: 71px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.03em;
  color: #fff;
}

@media screen and (max-width: 750px) {
	.b-block04 {
		background-size: contain;
	}
	.b-block04:after {
		padding-top: 165vw;
	}
	.b-block04__ttl02 {
		top: 13vw;
		font-size: 9vw;
	}
	.b-block04__ttl03 {
		width: 85vw;
		height: 19vw;
		left: 8vw;
		top: 25vw;
		padding-left: 1.6vw;
		font-size: 7.43067vw;
		line-height: 9.46667vw;
	}
}

.b-block04 {
    position: relative;
    background: url(../images2/top-bg-04.jpg) no-repeat top left;
    background-size: cover;
}

.b-block05__heading {
    position: relative;
    background: url(../images2/top-bg-05.jpg) no-repeat top left;
    background-size: cover;
}
.b-block05__ctn {
    padding-bottom: 105px;
    background: #dce6ee;
}

.reason-slider .slick-dots {
  position: relative;
  bottom: 0;
}
.b-block05__reason__copy {
  padding-bottom: 20px;
}
.bl_reason_subTitle {
  margin: 20px 0 20px;
}
.bl_reason_img {
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
	.b-block05__ctn {
		padding-bottom: 12.6vw;
	}
  .bl_reason_subTitle {
    margin: 2.6vw 0;
  }
  .bl_reason_img {
    margin-bottom: 6.6vw;
  }
  .reason-slider li img {
    width: 100%;
    height: auto;
  }
}

.b-block05__reason__ttl--lg {
    font-weight: 600;
    color: #1E2472;
}

.b-video__box {
    border: 5px solid #1E2472;
    border-radius: 27px;
    position: relative;
    padding: 68px 25px 46px;
}
@media screen and (max-width: 750px) {
	.b-video__box {
		border: 0.66vw solid #1E2472;
		border-radius: 3.6vw;
		padding: 9.06vw 3.33vw 6.13vw;
	}
}
.b-video__box .txt__top {
    font-size: 29px;
    line-height: 1;
    font-weight: bold;
    color: #1E2472;
    max-width: 517px;
    width: 100%;
    margin: 0 auto 0;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    top: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.b-video__box .txt__top:before {
    content: "";
    width: 25px;
    height: 54px;
    background: url(../images2/bf_ttl.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -11px;
}
.b-video__box .txt__top:after {
    content: "";
    width: 25px;
    height: 54px;
    background: url(../images2/af_ttl.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: -11px;
}
@media screen and (max-width: 750px) {
	.b-video__box .txt__top {
		font-size: 3.86vw;
		max-width: 68.93vw;
		padding: 2vw 0;
		top: -3.73vw;
	}
	.b-video__box .txt__top:before {
		width: 3.33vw;
		height: 7.2vw;
		left: -1.46vw;
	}
	.b-video__box .txt__top:after {
		width: 3.33vw;
		height: 7.2vw;
		right: -1.46vw;
	}
}
.b-video__box .ttl__video span {
    font-size: 43px;
    line-height: 1;
    display: inline-block;
    color: #f9eaa2;
    background-color: #1E2472;
    padding: 6px 24px 0;
    font-weight: 400;
}
.b-video__box .ttl__video span:not(:last-child) {
    margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
	.b-video__box .ttl__video span {
		font-size: 5.73vw;
		padding: 0.8vw 3.2vw 0;
	}
	.b-video__box .ttl__video span:not(:last-child) {
    	margin-bottom: 1.33vw;
	}

}

.b-worries {
    padding-bottom: 49px;
    background-color: #dce6ee;
}
.b-worries__top:after {
    content: "";
    width: 139px;
    height: 84px;
    background: url(../images2/af_ttl_wr.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -46px;
}
@media screen and (max-width: 750px) {
	.b-worries__top:after {
		width: 18.53vw;
		height: 11.2vw;
		bottom: -8.66vw;
		margin-left: -6.13vw;
	}
}
.b-worries__price .btn__default {
    position: absolute;
    bottom: 220px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 607px;
}
@media screen and (max-width: 750px) {
	.b-worries__price .btn__default {
		bottom: 8vw;
		width: 80.93vw;
	}

  .b-worries__price .btn__default.hp_btn__default {
    bottom: 20.667vw;
  }
}
.b-worries__price .photo__box {
    margin: -60px auto 0;
    text-align: center;
    height: 946px;
    background: none;
    position: relative;
    z-index: 0;
}
.b-worries__price .photo__box img {
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 750px) {
	.b-worries__price .photo__box {
		margin: 15vw auto 0;
    height: auto;
	}
	.b-worries__price .photo__box img {
		width: 92.67vw;
	}
}
.b-price__item {
    border: 2px solid #1e2472;
    padding: 0 25px 13px;
}
.b-price__item .desc__top {
    color: #1e2472;
    font-weight: 600;
    font-size: 31px;
    line-height: 1;
    background-color: #DCE6EE;
    width: 517px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: -23px auto 15px;
}
.b-price__item p.clg__cts {
    color: #455ea8;
}
@media screen and (max-width: 750px) {
	.b-price__item {
		border: 0.26vw solid #d51e4a;
		padding: 0 3.33vw 1.73vw;
	}
	.b-price__item .desc__top {
		font-size: 4.13vw;
		width: 68.93vw;
		height: 6.33vw;
		margin: -3.06vw auto 2vw;
	}
}


.b-access .b__dl .dl {
    width: calc(33.33% - 17px);
    margin: 0 0 0 17px;
    border: 2px solid #1e2472;
}
.b-access .b__dl .dl .dt {
    font-size: 17px;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    letter-spacing: 1px;
    background-color: #1e2472;
    position: relative;
}
.b-access .b__dl .dl .dt:after {
    content: "";
    width: 22px;
    height: 10px;
    background: url(../images2/arrow_down_blue.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.b-access .b__dl .dl .dd .clg__blue {
    color: #1e2472;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 750px) {
	.b-access .b__dl .dl {
		width: 100%;
		margin: 0;
		border: 0.26vw solid #1e2472;
	}
	.b-access .b__dl .dl .dt {
		font-size: 3.2vw;
		color: #fff;
		padding: 2vw 0;
	}
	.b-access .b__dl .dl .dt:after {
		content: "";
		width: 3.33vw;
		height: 1.73vw;
		bottom: -1.2vw;
	}
	.b-access .b__dl .dl .dd .clg__blue {
		font-size: 3vw;
	}
}

.b-access__ctn {
    border: 2px solid #1e2472;
    padding: 19px 0 10px;
    margin-bottom: 27px;
}
.b-access__ctn .flx a {
    font-size: 54px;
    line-height: 1;
    color: #1e2472;
    text-decoration: none;
    position: relative;
    padding-left: 66px;
}
.b-access__ctn .flx a:before {
    content: "";
    width: 54px;
    height: 38px;
    background: url(../images2/icon_tel.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 0;
}
@media screen and (max-width: 750px) {
	.b-access__ctn {
		border: 0.26vw solid #1e2472;
		padding: 2.53vw 0 1.33vw;
		margin-bottom: 3.6vw;
	}
	.b-access__ctn .flx a {
		font-size: 7.2vw;
		padding-left: 8.8vw;
	}
	.b-access__ctn .flx a:before {
		width: 7.2vw;
		height: 5.06vw;
		top: 0.66vw;
	}
}


.b-faq .bkg {
    background-color: #dce6ee;
    padding: 55px 0 50px;
    counter-reset: item__fq;
}
.b-faq .item__qa {
    border: 2px solid #1e2472;
}
.b-faq .item__qa__ttl {
    font-size: 28px;
    line-height: 1.5;
    color: #fff;
    background-color: #1e2472;
    position: relative;
    padding: 19px 20px 19px 93px;
}
.b-faq .item__qa__content:before {
	counter-increment: item__fa;
	content: "A" counter(item__fa) ". ";
	font-size: 35px;
	line-height: 1;
	color: #1e2472;
	position: absolute;
	top: 30px;
	left: 25px;
  letter-spacing: 0.05em;
}
.b-faq .item__qa__content span {
  margin: auto 0 auto auto;
  display: block;
  width: fit-content;
}

@media screen and (max-width: 750px) {
	.b-faq .bkg {
		padding: 7.33vw 0 6.66vw;
	}
	.b-faq .item__qa:not(:last-child) {
		margin-bottom: 5.46vw;
	}
	.b-faq .item__qa__ttl {
		font-size: 3.73vw;
		padding: 2.53vw 2.66vw 2.53vw 12.4vw;
	}
	.b-faq .item__qa__content:before {
		font-size: 4.66vw;
		top: 4vw;
		left: 3.33vw;
	}
  .b-faq .item__qa__content span {
    margin: 0 0 0 29.333vw;
  }

}


#yoyaku table.form-table td.txt-white, input[type='submit'] {
    background-color: #1e2472;
}
.footer {
    background-color: #1e2472;
}










