@charset "utf-8";
/* ------------------------------
 TOPヘッダー
------------------------------ */
.header {
    background: none;
    transition: background-color 0.2s ease-in-out;
}
.header .headerBlock {
    background: none;
    transition: background-color 0.2s ease-in-out;
}
.header a {
    color:#fff;
}
.header .logoBox a {
    position: relative;
}
.header .logoBox a img {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.header .logoBox a::before {
    background-image: url(/lp/shared/img/logo_w.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    -webkit-transition: .25s;
    transition: .25s;
    width: 100%;
}
/* スクロール */
.header-fixed .header {
    background: #fff;
    transition: background-color 0.2s ease-in-out;
}
.header-fixed .headerBlock {
    background: #fff;
    transition: background-color 0.2s ease-in-out;
}
.header-fixed .header a {
    color: var(--main-font-color);
}
.header-fixed .header .logoBox a img {
    opacity: 1;
    transition: all 0.2s ease-in-out;
}
.header-fixed .header .logoBox a::before {
    opacity: 0;
}
/* マウスオーバー */
.header:hover {
    background: #fff;
}
.header:hover a {
    color: var(--main-font-color);
}
.header:hover .logoBox a img {
    opacity: 1;
    transition: all 0.2s ease-in-out;
}
.header:hover .logoBox a::before {
    opacity: 0;
}
@media print, screen and (min-width: 768px) {
}
/* ------------------------------
 TOPヘッダー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .header .logoBox {
        background: none;
        transition: background-color 0.2s ease-in-out;
    }
    .header-fixed .header .logoBox {
        background: #fff;
        transition: background-color 0.2s ease-in-out;
    }
    .slidemenu-btn {
        background: none;
    }
    .header .menu-icon, 
    .header .menu-icon::before, 
    .header .menu-icon::after {
        background-color: #fff;
        transition: all 0.2s ease-in-out;
    }
    .header-fixed .header .menu-icon, 
    .header-fixed .header .menu-icon::before, 
    .header-fixed .header .menu-icon::after {
        background-color: #3D6EAD;
        transition: all 0.2s ease-in-out;
    }
    /* ページ開閉 */
    .page-open-slidemenu .header .menu-icon {
        background-color: #fff;
        transition: all 0.2s ease-in-out;
    }
    .page-open-slidemenu .header .menu-icon::before, 
    .page-open-slidemenu .header .menu-icon::after {
        background-color: #3D6EAD;
        transition: all 0.2s ease-in-out;
    }
    .page-open-slidemenu .header .logoBox a img {
        opacity: 1;
    }
    .page-open-slidemenu .header .logoBox a::before {
        opacity: 0;
    }
    .page-open-slidemenu .header a {
        color: var(--main-font-color);
    }
    /* ページトップ */
     .js-btn-pagetop {
        bottom: 90px;
    }
    /* フッター */
    .footer {
        padding: 40px 0 100px;
    }
}
/* ------------------------------
 メインビジュアル（PC）
------------------------------ */
.mainimage {
    position: relative;
}
.mainimage img {
    width: 100%;
    opacity: 0;
    animation: mainImage 3s forwards;
    animation-delay: 0.1s;
}
@keyframes mainImage {
  to {
    opacity: 1;
  }
}
.mainimage .lead {
    position: absolute;
    top: -18%;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #fff;
    height: fit-content;
    opacity: 0;
    animation: mainText 3s forwards;
    animation-delay: 1s;
    width: 49%;
}
@keyframes mainText {
  to {
    opacity: 1;
  }
}
.mainimage .lead .en {
    font-family: "Marcellus", serif;
    font-size: 2.2rem;
    margin-bottom: 20px;
    text-shadow: rgba(0, 0, 0, 0.1) 0 0 14px;
}
.mainimage .lead .title {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 5.4rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 40px;
    text-shadow: rgba(0, 0, 0, 0.1) 0 0 14px;
    font-feature-settings: 'palt' on;
}
.mainimage .lead h1 {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 4.4rem;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: rgba(0, 0, 0, 0.1) 0 0 14px;
    font-feature-settings: 'palt' on;
}
.mainimage .lead ul li {
    background:rgba(255, 255, 255, 0.7);
    color: #3d6ead;
    font-weight: bold;
    font-size: 1.7rem;
    display: inline-block;
    width: 160px;
    line-height: 1;
    text-align: center;
    border-radius: 4px;
    padding: 14px;
    margin-right: 5px;
}
@media print, screen and (min-width: 1450px) {
    .mainimage .lead .title {
        font-size: 6.4rem;
    }
}
/* ------------------------------
 メインビジュアル（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .mainimage .lead {
        top: 92px;
        bottom: auto;
        width: 90%;
        left: 0;
    }
    .mainimage .lead .title {
        font-size: 2.8rem;
        margin-bottom: 25px;
    }
    .mainimage .lead .en {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
    .mainimage .lead h1 {
        font-size: 1.6rem;
        margin-bottom: 10px;
        text-shadow: rgba(0, 0, 0, 0.2) 0 0 14px;
    }
    .mainimage .lead ul {
        width: 190px;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }
    .mainimage .lead ul li {
        font-size: 1.1rem;
        width: 92px;
        padding: 0;
        line-height: 24px;
        margin: auto;
    }
    .mainimage .lead ul li:last-child {
        width: 100%;
    }
}
/* ------------------------------
 お問合せブロック（PC）
------------------------------ */
.position_link {
	position: fixed;
	z-index: 50;
	display: block;
}
.position_link a {
	width: 180px;
	display: inline-block;
    vertical-align: bottom;
}

.fixed_link {
	position: fixed;
	z-index: 50;
	display: block;
}
.fixed_link a {
	width: 180px;
	display: inline-block;
    vertical-align: bottom;
}
@media print, screen and (min-width: 768px) {
	.position_link {
        right: 200px;
		bottom: 80px;
	}
    .fixed_link {
		right: 20px;
		bottom: 80px;
	}
}
@media print, screen and (min-width: 1450px) {
    .position_link {
        right: 275px;
    }
    .position_link a {
        width: 255px;
    }
    .fixed_link a {
        width: 255px;
    }
}
/* ------------------------------
 お問合せブロック（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .position_link {
        top: 365px;
        margin-left: 2%;
    }
	.position_link a {
		width: 140px;
		display: block;
		margin-bottom: 5px;
	}
	.position_link a img {
		width: 350px;
		margin: auto;
	}

	.fixed_link {
		right: 0;
		left: 0;
		bottom: 0;
	}
	.fixed_link a {
		width: 100%;
		display: block;
		padding: 3px 0;
		background: linear-gradient(to right, #e69aac, #db7b8f);
	}
	.fixed_link a img {
		width: 350px;
		margin: auto;
	}
}
/* ------------------------------
 お肌断食水とは（PC）
------------------------------ */
.aboutBlock {
    background: url(/lp/img/about_bg.jpg) no-repeat top center / cover;
    padding: 140px 0 0;
}
.aboutBlock h2 {
    color: var(--blue-color);
    font-weight: bold;
    font-size: 2.6rem;
    width: fit-content;
    border-bottom: dotted 2px #3d6ead;
    padding-bottom: 10px;
    margin: 0 auto 40px;
}
.aboutBlock h3 {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 4.6rem;
    line-height: 1.5;
    margin-bottom: 50px;
}
.aboutBlock .w2-3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.aboutBlock .w2-3 ul li {
    display: grid;
    background: #fff;
    color: var(--blue-color);
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    border-radius: 50%;
    width: 156px;
    height: 156px;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0 6px #d2e4ee);
}
@media print, screen and (min-width: 768px) {
    .aboutBlock .w1-3 {
        width: 450px;
    }
    .aboutBlock .w2-3 {
        width: 675px;
        padding-top: 70px;
    }
}
/* ------------------------------
 お肌断食水とは（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .aboutBlock {
        padding: 60px 0;
    }
    .aboutBlock h2 {
        font-size: 2rem;
        padding-bottom: 10px;
        margin: 0 auto 30px;
    }
    .aboutBlock h3 {
        font-size: 2.8rem;
        margin-bottom: 30px;
    }
     .aboutBlock .w1-3 {
        width: 240px;
        margin: auto;
    }
    .aboutBlock .w2-3 ul {
        gap: 15px;
        justify-content: center;
    }
    .aboutBlock .w2-3 ul li {
        font-size: 1.7rem;
    }
}

/* ------------------------------
 MOVIE（PC）
------------------------------ */
.movieBlock {
    background: #f0f5fa;
    padding: 110px 0 120px;
}
.movieBlock h2 {  
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 60px;
}
.movieBlock h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 2px;
    background-color: #96a2a8;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.movieBlock h2 strong {
    font-family: "Marcellus", serif;
    font-size: 8rem;
    color: #fff;
    text-shadow: rgba(188, 210, 226, 0.8) 0 0 14px;
    display: block;
    font-weight: normal;
}
.movieBlock h2 span {
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
}
.movieBlock h3 {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 10px;
}
.movie {
	position: relative;
	width: 850px;
    margin: 0 auto 40px;
}
.movie:before {
	content:"";
	display: block;
	padding-top: 57.6923%;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border-radius: 15px;
}
/* ------------------------------
 MOVIE（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .movieBlock {
        padding: 60px 0 ;
    }
    .movieBlock h2 {  
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .movieBlock h2 strong {
        font-size: 5rem;
        line-height: 1.2;
    }
    .movieBlock h2 span {
        font-size: 1.8rem;
    }
    .movieBlock h3 {
        font-size: 2.1rem;
    }
    .movie {
        width: 100%;
        margin: 0 auto 30px;
    }
}

/* ------------------------------
 クチコミ（PC）
------------------------------ */
.reviewBlock {
    background: url(/lp/img/review_bg.jpg) no-repeat top center / cover;
    padding: 140px 0 120px;
}
.reviewBlock h2 {
    text-align: center;
    color: #00a99d;
    font-size: 2.4rem;
    background: #fff;
    width: 280px;
    border-radius: 60px;
    line-height: 60px;
    position: relative;
    filter: drop-shadow(0 0 6px #d2e4ee);
    margin: 0 auto 50px;
}
.reviewBlock h2::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 0 13px;
    border-color: #fff transparent transparent transparent;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
}
.reviewBlock h2 img {
    vertical-align: middle;
    margin-right: 5px;
}
.reviewBlock h3 {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 4.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}
.reviewBlock h4 {
    font-size: 2.1rem;
    text-align: center;
    margin-bottom: 60px;
}
.reviewBlock .w1-3 {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    display: grid;
    align-content: space-between;
    filter: drop-shadow(0 0 6px #d2e4ee);
}
.reviewBlock .w1-3 h5 {
    font-size: 2.1rem;
    color: var(--blue-color);
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: dotted 2px #96a2a8;
}
.reviewBlock .w1-3 .tar {
    font-size: 1.5rem;
    color: #727880;
}
@media print, screen and (min-width: 768px) {
    .reviewBlock .w1-3 .tar {
        display: grid;
        align-content: space-between;
    }
}
/* ------------------------------
 クチコミ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .reviewBlock {
        padding: 60px 0 ;
    }
    .reviewBlock h2 {
        font-size: 1.8rem;
        width: 224px;
        margin: 0 auto 40px;
        border-radius: 50px;
        line-height: 50px;
    }
    .reviewBlock h2 img {
        width: 80px;
        margin-bottom: 2px;
    }
    .reviewBlock h3 {
        font-size: 2.8rem;
    }
    .reviewBlock h4 {
        font-size: 1.6rem;
        margin-bottom: 40px;
    }
    .reviewBlock .w1-3 {
        border-radius: 15px;
        padding: 40px 8%;
        margin-bottom: 30px;
    }
    .reviewBlock .w1-3 h5 {
        font-size: 1.8rem;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .reviewBlock .w1-3 .tar {
        margin-top: 30px;
    }
    .reviewBlock .tar.f14 {
        font-size: 1.1rem;
    }
}
/* ------------------------------
 こんな肌悩みの方におすすめ（PC）
------------------------------ */
.bestBlock {
    background: url(/lp/img/best_bg.jpg) no-repeat top center / cover;
    padding: 140px 0 120px;
    position: relative;
}
.bestBlock::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 35px;
    border-color: #e1e2e4 transparent transparent transparent;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: auto;
}
.bestBlock h2 {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 4.6rem;
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
}
.bestBlock h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 2px;
    background-color: #96a2a8;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.bestBlock h3 {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 3.6rem;
    line-height: 1.5;
    text-align: center;
}
.bestBlock ul li {
    text-align: center;
    font-size: 2.1rem;
    font-weight: bold;
    background: #fff;
    width: 350px;
    border-radius: 15px;
    line-height: 90px;
    position: relative;
    filter: drop-shadow(0 0 6px #ced6db);
    margin: 20px;
}
.bestBlock ul li::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 0 13px;
    border-color: #fff transparent transparent transparent;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
}
@media print, screen and (min-width: 768px) {
    .bestBlock ul {
        display: flex;
        justify-content: center;
    }
}
/* ------------------------------
 こんな肌悩みの方におすすめ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .bestBlock {
        padding: 60px 0 ;
    }
    .bestBlock::after {
        border-width: 20px 20px 0 20px;
        bottom: -20px;
    }
    .bestBlock h2 {
        font-size: 3rem;
        padding-bottom: 15px;
        margin-bottom: 40px;
    }
    .bestBlock h3 {
        font-size: 2.6rem;
    }
    .bestBlock ul li {
        font-size: 1.8rem;
        width: 100%;
        line-height: 74px;
        margin: 0 0 25px;
        display: block;
    }
}

/* ------------------------------
 お肌断食水が選ばれる理由（PC）
------------------------------ */
.reasonBlock {
    background: url(/lp/img/reason_bg.jpg) no-repeat top center / cover;
    padding: 140px 0 150px;
}
.reasonBlock h2 {
    color: var(--blue-color);
    font-weight: bold;
    font-size: 2.6rem;
    width: fit-content;
    border-bottom: dotted 2px #3d6ead;
    padding-bottom: 10px;
    margin: 0 auto 40px;
    text-align: center;
}
.reasonBlock h2::before {  
    display: block;
    content: "";
    width: 196px;
    height: 382px;
    background: url(/lp/img/reason_img01.png) no-repeat top center / cover;
}
.reasonBlock h3 {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 4.6rem;
    line-height: 1.5;
    margin-bottom: 50px;
    text-align: center;
}
.reasonBlock .lead {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 120px;
    text-align: center;
}
.reasonBlock h4 {
    color: var(--blue-color);
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.reasonBlock h4::before {
    content: "";
    display: block;
    width: 60px;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: -22px;
    margin: auto;
    background: url(/lp/img/icon_arch.svg) no-repeat top center / cover;
}
.reasonBlock h5 {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 3.5rem;
    line-height: 1.5;
    margin-bottom: 40px;
    text-align: center;
}
.reasonBlock .bgBox {
    filter: drop-shadow(0 0 6px #d2e4ee);
}
.reasonBlock .w1-2.bgBox {
    padding: 20px;
}
.box_q {
    border-bottom: dotted 2px #96a2a8;
    padding-bottom: 40px;
    margin-bottom: 40px;
    display: flex;
}
.box_q .iconQ {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 2rem;
    color: #fff;
    background: #5187bd;
    font-family: 'Roboto';
    font-weight: 500;
    display: inline-grid;
    justify-items: center;
    align-items: center;
    margin-right: 20px;
}
.box_q strong {
    font-size: 2.1rem;
    margin-top: 5px;
    display: block;
}
.box_a {
    display: flex;
}
.box_a .iconA {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 2rem;
    color: #fff;
    background: #e69aac;
    font-family: 'Roboto';
    font-weight: 500;
    display: inline-grid;
    justify-items: center;
    align-items: center;
    margin-right: 20px;
}
.box_a strong {
    display: block;
    font-size: 2.1rem;
    margin-top: 5px;
    margin-bottom: 10px;
}
.box_a.w1-3 {
    width: 375px;
    border: solid 1px #cad0d3;
    border-radius: 10px;
}
.box_a.w1-3 img {
    border-radius: 10px;
}
.pointtext {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 4.8rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-top: 150px;
}
.pointtext::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #96a2a8 transparent transparent transparent;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
}
.pointtext strong {
    color: var(--blue-color);
    border-bottom: dotted 4px #3d6ead;
    padding-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
    .reasonBlock h2::before {
        position: absolute;
        right: -380px;
        bottom: -400px;
    }
    .box_a .textBox {
        width: 565px;
    }
    .box_a.w2-3 {
        width: 660px;
    }
    .box_a.w1-3 {
        width: 375px;
    }
}
/* ------------------------------
 お肌断食水が選ばれる理由（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .reasonBlock {
        padding: 60px 0 ;
    }
    .reasonBlock h2 {
        font-size: 2rem;
        margin: 0 auto 30px;
    }
    .reasonBlock h2::before {
        width: 80px;
        height: 166px;
        margin: 0 auto 15px;
    }
    .reasonBlock h3 {
        font-size: 2.8rem;
        margin-bottom: 30px;
    }
    .reasonBlock .lead {
        font-size: 1.8rem;
        margin-bottom: 60px;
        text-align: left;
    }
    .reasonBlock h4 {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .reasonBlock h5 {
        font-size: 2.4rem;
        margin-bottom: 15px;
    }
    .reasonBlock .w1-2.bgBox {
        padding: 10px 5% 5%;
        margin-bottom: 20px;
    }
    .box_q {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .box_q .iconQ {
        margin-right: 10px;
    }
    .box_q .textBox {
        width: 80%;
    }
    .box_q strong {
        font-size: 1.8rem;
        margin-top: 5px;
    }
    .box_a.w2-3 {
        margin-bottom: 15px;
    }
    .box_a .iconA {
        margin-right: 10px;
    }
    .box_a .textBox {
        width: 80%;
    }
    .box_a strong {
        font-size: 1.8rem;
        margin-top: 5px;
    }
    .pointtext {
        font-size: 2.8rem;
        margin-top: 80px;
        line-height: 1.75;
    }
    .pointtext strong {
        border-bottom: dotted 3px #3d6ead;
        padding-bottom: 0;
    }
    .pointtext::before {
        top: -30px;
    }
}

/* ------------------------------
 ケア（PC）
------------------------------ */
.careBlock {
    background: url(/lp/img/care_bg.jpg) no-repeat top center / cover;
    padding: 120px 0 ;
}
.careBlock h2 {  
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 60px;
}
.careBlock h2::before {  
    display: block;
    content: "";
    width: 150px;
    height: 292px;
    background: url(/lp/img/reason_img01.png) no-repeat top center / cover;
}
.careBlock h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 2px;
    background-color: #96a2a8;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.careBlock h2 strong {
    font-family: "Marcellus", serif;
    font-size: 8rem;
    color: #fff;
    text-shadow: rgb(216, 222, 234) 0 0 14px;
    display: block;
    font-weight: normal;
}
.careBlock h2 span {
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
}

.dailyblock {
    margin-bottom: 120px;
}
.dailyblock .textBox {
    padding: 15px 50px 15px 15px;
    border-radius: 15px;
    background: #fff;
    margin-bottom: 60px;
    position: relative;
    filter: drop-shadow(0 0 6px #d2e4ee);
}
.dailyblock .textBox:not(:last-child)::after {
	content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #96a2a8 transparent transparent transparent;
    bottom: -37px;
    left: 0;
    right: 0;
    margin: auto;
}
.dailyblock .textBox .w1-3 img {
    border-radius: 15px;
}
.dailyblock .textBox .w2-3 .border_bottom {
    padding-bottom: 20px;
    margin-top: 35px;
    margin-bottom: 20px;
    border-bottom: dotted 2px #96a2a8;
}
.dailyblock .textBox .w2-3 h3 {
    font-size: 1.8rem;
}
.dailyblock .textBox .w2-3 h3 .number {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    font-size: 1.6rem;
    color: #fff;
    background: #5187bd;
    font-family: 'Roboto';
    font-weight: 500;
    display: inline-grid;
    justify-items: center;
    align-items: center;
    margin-right: 12px;
    vertical-align: super;
}
.dailyblock .textBox .w2-3 h3 strong {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 3rem;
    line-height: 1.5;
    font-weight: 700;
    margin-right: 15px;
    margin-bottom: -16px;
}
.specialblock .imageBox .w1-3 .english {
    font-family: "Marcellus", serif;
    line-height: 1;
}
.specialblock .imageBox .w1-3 .english strong {
    display: block;
    font-size: 7rem;
    color: #fff;
    margin-bottom: -15px;
    filter: drop-shadow(0 0 6px #d2e4ee);
    font-weight: normal;
}
.specialblock .imageBox .w1-3 .english span {
    display: block;
    color: #3d6ead;
    z-index: 10;
    position: relative;
}
.specialblock .imageBox .w1-3 h3 {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 3.6rem;
    line-height: 1.35;
    font-weight: 700;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: dotted 2px #96a2a8;
}
.specialblock .imageBox .w2-3 {
    filter: drop-shadow(0 0 6px #d2e4ee);
}
.specialblock .imageBox .w2-3 img {
    border-radius: 15px;
}
.specialblock .flowBox .w1-3 {
    filter: drop-shadow(0 0 6px #d2e4ee);
    background: #fff;
    border-radius: 15px;
}
.specialblock .flowBox .w1-3:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #96a2a8;
    top: 0;
    bottom: 0;
    right: -45px;
    margin: auto;
}
.specialblock .flowBox .w1-3 img {
    border-radius: 15px 15px 0 0;
}
.specialblock .flowBox .w1-3 .textBox {
    padding: 25px 25px 35px;
    text-align: center;
    font-size: 1.6rem;
}
.specialblock .flowBox .w1-3 .step {
    font-family: "Marcellus", serif;
    line-height: 1;
    color: #3d6ead;
    margin-bottom: 10px;
}
.specialblock .flowBox .w1-3 .step span {
    font-size: 1.6rem;
    display: block;
}
.specialblock .flowBox .w1-3 .step strong {
    font-size: 3rem;
    font-weight: 400;
    display: block;
}
@media print, screen and (min-width: 768px) {
    .careBlock h2::before {  
        position: absolute;
        right: 80px;
        bottom: -105px;
    }
    .dailyblock .textBox .w1-3 {
        width: 385px;
    }
    .dailyblock .textBox .w2-3 {
        width: 650px;
    }
    .dailyblock .textBox .w2-3 .border_bottom {
        display: flex;
        align-items: center;
    }
    .dailyblock .textBox .w2-3 .subBox {
        display: flex;
        justify-content: space-between;
    }
    .dailyblock .textBox .w2-3 .subBox p {
        width: 420px;
    }
    .dailyblock .textBox .w2-3 .subBox img {
        width: 200px;
    }
    .specialblock .imageBox {
        align-items: end;
    }
    .specialblock .imageBox .w1-3 {
        width: 330px;
    }
    .specialblock .imageBox .w2-3 {
        width: 734px;
    }
    .specialblock .flowBox .w1-3 {
        width: 330px;
    }
}
/* ------------------------------
 ケア（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .careBlock {
        padding: 60px 0 20px ;
    }
    .careBlock h2 {  
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .careBlock h2::before {
        width: 80px;
        height: 166px;
        margin: 0 auto 15px;
    }
    .careBlock h2 strong {
        font-size: 5rem;
        line-height: 1.2;
    }
    .careBlock h2 span {
        font-size: 1.8rem;
    }
    .dailyblock {
        margin-bottom: 80px;
    }
    .dailyblock .textBox {
        padding: 5% 5% 30px;
        margin-bottom: 60px;
    }
    .dailyblock .textBox .w2-3 {
        padding: 0 3%;
    }
    .dailyblock .textBox .w2-3 .border_bottom {
        margin-top: 25px;
    }
    .dailyblock .textBox .w2-3 .border_bottom p {
        font-size: 1.8rem;
        line-height: 1.5;
        margin-top: 10px;
    }
    .dailyblock .textBox .w2-3 h3 {
        margin-bottom: 5px;
    }
    .dailyblock .textBox .w2-3 h3 strong {
        font-size: 2.6rem;
    }
    .dailyblock .textBox .w2-3 h3 .number {
        width: 36px;
        height: 36px;
    }
    .dailyblock .textBox .w2-3 .subBox p {
        margin-bottom: 20px;
    }
    .specialblock .imageBox .w1-3 {
        margin-top: 50px;
    }
    .specialblock .imageBox .w1-3 .english strong {
        font-size: 5rem;
        margin-bottom: -10px;
    }
    .specialblock .imageBox .w1-3 h3 {
        font-size: 2.8rem;
        margin-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .specialblock .flowBox.mb120 {
        margin-bottom: 20px !important;
    }
    .specialblock .flowBox .w1-3 {
        margin-bottom: 60px;
    }
    .specialblock .flowBox .w1-3:not(:last-child)::after {
        border-style: solid;
        border-width: 12px 12px 0 12px;
        border-color: #96a2a8 transparent transparent transparent;
        top: auto;
        bottom: -37px;
        left: 0;
        right: 0;
        margin: auto;
    }
}

/* ------------------------------
 家族みんな お肌断食水これ一本！（PC）
------------------------------ */
.almightyBlock {
    background: url(/lp/img/almighty_bg.png) no-repeat center 150px #e8f0f7;
    padding: 210px 0 140px;
}
.almightyBlock h2 {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 4.6rem;
    line-height: 1.5;
    padding-bottom: 20px;
    margin: 0 auto 60px;
    text-align: center;
    width: fit-content;
    position: relative;
}
.almightyBlock h2::before {
    display: block;
    content: "";
    width: 150px;
    height: 292px;
    background: url(/lp/img/reason_img01.png) no-repeat top center / cover;
}
.almightyBlock h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 2px;
    background-color: #96a2a8;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.almightyBlock h3 {
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.almightyBlock .swiper-slide {
    width: 510px;
    height: auto;
}
.almightyBlock .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 12px;
}
.almightyBlock .list ul li {
    border: solid 1px #648bbd;
    color: #3d6ead;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 50px;
    width: 210px;
    border-radius: 50px;
    text-align: center;
}
.infinite-slider .swiper-wrapper {
    transition-timing-function: linear;
}
.infinite-slider .swiper-slide {
    height: 320px !important;
    width: 510px !important;
    margin: 0 15px;
}
.infinite-slider .swiper-slide img {
    width: auto;
    height: 100%;
    border-radius: 15px;
}
@media print, screen and (min-width: 768px) {
    .almightyBlock .flexBox {
        width: 660px;
        margin: 0 auto 25px;
    }
    .almightyBlock h2::before {
        position: absolute;
        right: 20px;
        bottom: -300px;
    }
    .almightyBlock .textBox {
        width: 660px;
        margin: 0 auto 60px;
        padding-right: 160px;
    }
    .almightyBlock .list {
        width: 660px;
        margin: 0 auto 160px;
    }
}
/* ------------------------------
 家族みんな お肌断食水これ一本！（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .almightyBlock {
        background: url(/lp/img/almighty_bg.png) no-repeat center 47% #e8f0f7;
        background-size: 90%;
        padding: 40px 0 60px;
    }
    .almightyBlock h2 {
        font-size: 3rem;
        margin-bottom: 40px;
    }
    .almightyBlock h2::before {
        width: 80px;
        height: 166px;
        margin: 0 auto 15px;
    }
    .almightyBlock h3 {
        font-size: 1.8rem;
    }
    .almightyBlock .list ul {
        margin-top: 30px;
        gap: 10px 2%;
    }
    .almightyBlock .list ul li {
        font-size: 1.4rem;
        line-height: 40px;
        width: 49%;
    }
    .almightyBlock .list ul li:last-child {
        width: 100%;
    }
    .almightyBlock .swiper {
        margin: 50px 0 20px;
    }
    .infinite-slider .swiper-slide {
        height: 160px !important;
        width: 255px !important;
        margin: 7px;
    }
    
}

/* ------------------------------
 商品一覧（PC）
------------------------------ */
.productsBlock {
    background: url(/lp/img/products_bg.jpg) no-repeat top center / cover;
    padding: 120px 0 ;
}
.productsBlock h2 {  
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 60px;
}
.productsBlock h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 2px;
    background-color: #96a2a8;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.productsBlock h2 strong {
    font-family: "Marcellus", serif;
    font-size: 8rem;
    color: #fff;
    text-shadow: rgb(216, 222, 234) 0 0 14px;
    display: block;
    font-weight: normal;
}
.productsBlock h2 span {
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
}
.productsBlock h3 {
    font-size: 1.8rem;
    line-height: 1.5;
}
.productsBlock .productsBox {
    border-radius: 15px;
    background: #fff;
    position: relative;
    filter: drop-shadow(0 0 6px #d2e4ee);
    margin-bottom: 50px;
}
.productsBlock .productsBox .imageBox img {
    width: 690px;
    border-radius: 15px 0 0 15px;
}
.productsBlock .productsBox .textBox {
    padding: 50px 70px;
    font-size: 1.6rem;
}
.productsBlock .productsBox .textBox .balloon {
    text-align: center;
    width: 291px;
    margin: 0 auto 10px;
}
.text_line {
    position: relative;
}
.text_line::after {
    background-image: linear-gradient(transparent 0.2em, #db7b8f 0, #db7b8f calc(0.2em + 2px), transparent 0, transparent calc(0.2em + 8px), #db7b8f 0, #db7b8f calc(0.2em + 10px), transparent 0);
    display: block;
    content: "";
    width: 230px;
    height: 15px;
    position: absolute;
    top: -2px;
    left: -2px;
}
.productsBlock .productsBox .textBox .text_line strong {
    font-family: 'Roboto';
    font-size: 3.6rem;
    font-weight: 500;
}

.productsBlock .productsBox .price {
    color: #db7b8f;
    line-height: 1;
    position: relative;
    margin-top: 10px;
    font-size: 1.5rem;
}
.productsBlock .productsBox .price::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #96a2a8 transparent transparent transparent;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
}
.productsBlock .productsBox .price strong {
    font-family: 'Roboto';
    font-size: 5.6rem;
    font-weight: 500;
}
.productsBlock .w1-3 {
    border-radius: 15px;
    background: #fff;
    position: relative;
    filter: drop-shadow(0 0 6px #d2e4ee);
}
.productsBlock .w1-3 img {
    border-radius: 15px 15px 0 0;
}
.productsBlock .w1-3 .textBox {
    padding: 35px 30px;
    font-size: 1.5rem;
}
.productsBlock .w1-3 .textBox strong {
    font-family: 'Roboto';
    font-size: 2.8rem;
    font-weight: 500;
}
.productsBlock .btn {
    text-align: center;
    margin-top: 20px;
}
.productsBlock .btn a {
    font-size: 1.6rem;
    min-width: 270px;
    min-height: 60px;
    background: linear-gradient(to right, #e69aac, #db7b8f);
}
.productsBlock .productsBox .btn a {
    min-width: 290px;
}
@media print, screen and (min-width: 768px) {
    .productsBlock .productsBox {
        display: flex;
    }
}
/* ------------------------------
 商品一覧（SP）
------------------------------ */
@media screen and (max-width: 767px) {
    .productsBlock {
        padding: 60px 0 40px;
    }
    .productsBlock h2 {  
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .productsBlock h2 strong {
        font-size: 5rem;
        line-height: 1.2;
    }
    .productsBlock h2 span {
        font-size: 1.8rem;
    }
    .productsBlock .productsBox .imageBox img {
        width: 100%;
        border-radius: 15px 15px 0 0;
    }
    .productsBlock .productsBox .textBox {
        padding: 30px 5%;
    }
    .text_line::after {
        width: 215px;
    }
    .productsBlock .productsBox .price {
        text-align: center;
    }
    .productsBlock .productsBox .price::before {
        border-width: 10px 10px 0 10px;
        top: -10px;
    }
    .productsBlock .productsBox .price strong {
        font-size: 5.2rem;
    }
    .productsBlock .w1-3 {
        margin-bottom: 30px;
    }
    .productsBlock .w1-3 .textBox {
        padding: 30px 5%;
    }
    
}

