@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200&display=swap');

/* --------------------------------
 ヘッダ 帯
-------------------------------- */
#extraHead{
	display:block;
	overflow:hidden;
    padding: 26px 0;
  	background:#fff;
	color:#d54f6a;
    font-size: 22px;
    line-height:140%;
    text-align: center;
    letter-spacing:0.1em;
    font-weight:500;
}

#extraHead br{
	display:none;
}

@media (max-width: 768px) {
	#extraHead{
	    padding: 6vw 0;
	    font-size: 2.2rem;
	}
	#extraHead br{
		display:initial;
	}
}

.innerFrame{
	width:100%;
	overflow:visible;
}

#lpbody{
	display:block;
	overflow:hidden;
	width:100%;
	max-width:400px;
	margin:0 auto;
	font-weight:400!important;
	box-shadow: 0px 0px 10px #d7d7d7;
}

@media (max-width: 768px) {
	#lpbody{
		max-width:640px;
	}
}

#lpbody img{
	width:100%;
}

sup {
    font-size: 50%;
    vertical-align: 0.3em;
}

#lpbody p.cautionTxt {
        font-size: 8px !important; 
    }

@media (max-width: 768px) {
   #lpbody p.cautionTxt {
/*         font-size: 0.85rem !important; */
    }
}

.mt{
		margin-top:4em;
	}

.pt{
	padding-top:6em;
}

.mt_s{
		margin-top:2em;
	}
.pt_s{
	padding-top:4em;
}

.mb{
	margin-bottom:4em;
}

.mb_s{
		margin-bottom:1em;
	}
.ms{
		margin-left:2em;
		margin-right:2em;
	}
.ms2{
	margin-left:2em;
	margin-right:2em;
}

.pb{
	padding-bottom:4em;
}
.pb_s{
	padding-bottom:4em;
}
.lh{
	line-height:30px;
}
#lpbody .btn{
	padding-bottom: 35px;
	padding-top: 15px;
}
@media (min-width: 768px) {
	.mt{
	margin-top:6em;
}
	.mt_s{
	margin-top:2em;
}
	.mb_s{
	margin-bottom:1em;
}
	.ms{
	margin-left:3em;
	margin-right:3em;
}
	.pt_s {
    padding-top: 30px;
		}
.pb {
    padding-bottom: 5em;
}
	
	.pb_s {
    padding-bottom: 30px;
}
	
#lpbody .btn{
	padding-bottom: 35px;
/*	padding-top: 25px;*/
}
}


@media (min-width: 768px) {

	
	#lpbody .cause-item__icon {
    width: 46px!important;
}
}


/* --------------------------------
	common
-------------------------------- */

#lpbody h2 {
	text-align: center;
	margin: 0;
}

#lpbody h2,h3,h4 {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}

.bold{
	font-weight: bold;
}

/* =========================
   offer
========================= */

.bg_gr {
  background-color: #00a29a;
}

.bg_wh{
	background-color: #fff;
}

.offer-title {
  text-align: center;
  line-height: 1.4;
  color: #fff;
}

/* 外枠：中央配置 */
.offer-title__wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start; /* ← ここが重要（左端を揃える） */
  text-align: left;
}

/* 各行：内容幅にフィット */
.offer-title__sub,
.offer-title__main,
.offer-title__desc {
  display: inline-block;
  width: fit-content;
}

/* -----------------------
   わずか30秒！
------------------------ */
.offer-title__sub {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

/* ＼を左に飛び出し */
.slash-left {
  position: absolute;
  left: -1em;
  top: 0;
}

/* -----------------------
   瞬間トーンアップ！
------------------------ */
.offer-title__main {
  font-size: 38px;
/*  font-weight: 900;*/
  line-height: 1.2;
		letter-spacing: 0.12em;
}

/* -----------------------
   ツヤ美肌 or 透明肌
------------------------ */


/* orだけ調整 */
/*
.offer-title__desc .or {
  font-size: 1.2em;
  margin: 0 0.3em;
  vertical-align: middle;
  color: #fff;
}
*/

/* スパンはインライン維持 */
.offer-title__desc span {
  display: inline;
}

.offer-title__desc {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
/*  font-weight: 700;*/
/*  margin-top: 12px;*/
  gap: 0.3em;
}

.offer-title__desc .or {
  font-size: 1.2em;
  line-height: 1;
  color: #fff;
}

.joint{
	position: relative;
  top: -1px;
}

/* --------------------------------
sec02
-------------------------------- */
.comparison-table {
	background-color: #fff;
}

.comparison-table sup {
	font-size: 6px;
}
.comparison-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  border: 1px solid #231815;
  padding: 8px 6px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
	
	letter-spacing: 0.18em;
}

/* 1列目 */
.comparison-table th:nth-child(1),
.comparison-table td:nth-child(1) {
	background: #d3c69e;
}

/* 2列目 */
.comparison-table th:nth-child(2),
.comparison-table td:nth-child(2) {
	background: #f9ec00;
}
.comparison-table tr td:nth-child(2),
.comparison-table tr th:nth-child(2) {
  font-weight: 700;
}
#sec02{
	background-color: #fffad9
}
#sec02 h2{
	font-size:3.2rem;
	padding-top: 2.5em;
}

#sec02 h3{
	font-size:2.5rem;
	line-height: 1.2;
	text-align: center;
}

#sec02 h4{
	font-size:2.0rem;
	line-height: 1.2;
	text-align: center;
}

#sec02 .offer-title__desc {
	font-size: 20px;
	font-weight: 200;
	margin-top: 12px;
}

@media (min-width: 768px) {
  #sec02 h2 {
    font-size: 32px;
  }
	
	#sec02 h4 {
    font-size: 19px;
}
	#sec02 h3 {
    font-size: 24px;
}
	
	.comparison-table {
		font-size: 9px;
}
	
	.comparison-table th,
.comparison-table td {
	height: 38px;
}
	
}


/* --------------------------------
sec03
-------------------------------- */

#sec03 {
	background: #f5f5f5 url("../images/sec03/sec03_pic05.webp") no-repeat center bottom;
	background-size: contain;
	min-height: 500px;
	padding-bottom: 106px;
}

#sec03 .cause-item__title sup{
	font-size: 33%;
    vertical-align: 1.0em;
}

#sec03 .cautionTxt{
	padding-top: 5px;
}
#sec03 .cause-item__title .lt{
letter-spacing: -1px;
}


@media (min-width: 768px) {
#sec03 .cause-item__title {
    font-size: 18px;
}
	
	#sec03 .highlight {
	font-size: 28px;
}
	
	.cause-item__subtitle {
    margin-top: 20px;
}
	
	.cause-item__text {
    margin-top: 15px;
}
}


/* =========================
   ヘッダー（アイコン＋タイトル）
========================= */
.cause-item__heading {
	display: flex;
	align-items: center; /* 縦中央揃え */
	gap: 8px;
	
	 font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}

/* 上の小アイコン */
#lpbody .cause-item__icon {
    width: 50px;
    height: auto;
    flex-shrink: 0;
}

/* タイトル全体 */
#sec03 .cause-item__title {
	display: flex;
	align-items: baseline;
	font-size: 22px;
	font-weight: 200;
	line-height: 1.2;
}
.highlight {
	position: relative;
	display: inline-block;
	font-size: 30px;
	line-height: 1;
	margin-left: 0.15em;
	z-index: 1;
}

.highlight::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.1em;
	height: 0.3em;
	background: #ffe55c;
	z-index: -1;
}

/* =========================
   サブタイトル
========================= */
.cause-item__subtitle {
	margin-top: 15px;
	font-size: 18px;
	font-weight: 700;
}

/* =========================
   本文
========================= */
.cause-item__text {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.8;
/*	letter-spacing: 0.18em;*/
}

/* =========================
   下部画像（中央寄せ）
========================= */
.cause-item__image {
	display: block;
	margin: 20px auto 0;
	max-width: 100%;
	height: auto;
}

@media (min-width: 768px) {
.cause-item__heading {
    gap: 12px;
	}
}

/* --------------------------------
sec04
-------------------------------- */

#type01 h2,#type02 h2 {
	color: #fff;
	text-align: center;
	margin: 0;
}

#type01 .offer-title__wrap,#type02 .offer-title__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 100%;
}

#type01 .offer-title__main,#type02 .offer-title__main {
	display: block;
	font-size: 38px;
/*	font-weight: 900;*/
	line-height: 1.2;
	text-align: center;
	margin: 0;
	letter-spacing: 0.05em;
}

#type01 .offer-title__desc,#type02 .offer-title__desc {
	display: block;
	font-size: 28px;
/*	font-weight: 700;*/
	margin-top: 5px;
	text-align: center;
}

#type01 .offer-title__desc span,#type02 .offer-title__desc span {
	display: inline;
}

#type01 p.type_title,#type02 p.type_title  {
    font-size: min(30px, 5vw);
    background-color: #b3924a;
    text-align: center;
    color: white;
	padding: 10px;
}

#type01 .offer-title__desc .or,#type02 .offer-title__desc .or {
  font-size: 1.0em;
  line-height: 1;
  color: #fff;
}

#type01 .recommend-list,#type02 .recommend-list  {
	list-style: none;
	padding-left: 0 !important;
	margin: 15px 0;
}

#type01 .cautionTxt,#type02 .cautionTxt{
	padding-bottom: 15px;
}

#type01 .recommend-list li,#type02 .recommend-list li {
	position: relative;
	padding-left: 32px;
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 1.0;
}

#type01 .recommend-list li::before,#type02 .recommend-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-image: url("../images/sec04/sec04_check.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

@media (min-width: 768px) {
.cause-item__subtitle {
    font-size: 16px;
	 margin-top: 18px;
	}
	
	.cause-item__text {
    margin-top: 12px;
		
	font-size: 12.5px;
}
	
	#type01 .highlight {
	font-size: 30px;
}
	
	#type01 p.type_title,#type02 p.type_title {
    font-size: 21px;
    padding: 12px;
}
	
	#type01 .recommend-list li,#type02 .recommend-list li {
    font-size: 20px;
}
	
	#type01 .offer-title__main,#type02 .offer-title__main {
	font-size: 38px;
	font-weight: 600;
}
	#type01 .offer-title__desc .or,#type02 .offer-title__desc .or {
  font-size: 29px;
		font-weight: 600;
}
}
/* --------------------------------
sec05
-------------------------------- */
#sec05 ul li {
	padding-left: 7%;
	background: url("../img/sec04_check.png") left top 0.5rem no-repeat;
	background-size: 6.23188406%;
	font-size: min(22px, 4.5vw);
}

/* --------------------------------
sec06
-------------------------------- */
#sec06 {
    padding-top: 60px;
	background-color: #fffad9;
	
	text-align: center;
}


#sec06 h2{
	font-size:3.7rem;
	margin-bottom: 40px;
        margin-top: 10px;
}

#sec06 h2 sup{
	font-size: 33%;
    vertical-align: 0.3em;
}

#sec06 h3{
	display: inline-block;
	background: #f9ec00;
	border-radius: 9999px; 
	padding: 9px 25px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
}

#sec06_de .sec06-highlight {
	color: #00a29a;
	line-height: 1.4;
	font-size: 2.0rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}

#sec06_de{
	background-color: #fff;
	
	text-align: center;
}

#sec06_de .sec06-icon img {
	margin: 0 auto;
  width: 50px;
  height: auto;
  display: block;
}


#sec06_de .cautionTxt {
  text-align: left;
}

#sec06_de h4 {
  font-size: 3.3rem;
	line-height: 1.4;
}
#sec06_de p.cautionTxt{
/*    font-size: 9px !important;*/
}

@media (min-width: 768px) {
	#sec06 {
    padding-top: 50px;
}
	
#sec06 h2 {
    font-size: 36px;
	margin-bottom: 40px;
        margin-top: 10px;
	}
	
	#sec06_de h4 {
    font-size: 32px;
}
	#sec06_de .sec06-highlight {
    font-size: 22px;
	margin-top: 10px;
}
}


/* --------------------------------
sec07
-------------------------------- */

#lpbody #sec07{
	background-color: #f5f5f5;
}

.box,.box02 {
  max-width: 690px;
  margin: 0 auto;
  background: #fff; /* ← 背景復活 */
/*  padding: 30px;*/
  box-sizing: border-box;
}

.spf-list01,
.spf-list02 {
	margin: 0 10px;
  padding-left: 1.5em;
  list-style-type: disc;
  font-size: 13px;
  box-sizing: border-box;
	
}


.spf-list01 {
	margin: 20px 10px 0;
	padding-bottom: 20px;
}


.spf-list01 li::marker,
.spf-list02 li::marker {
  font-size: 0.5em; 
  color: #333;      
}

.spf-list02 {
	padding-bottom: 10px;
}

#sec07 .cautionTxt{
	padding-left: 1.5em;
/*	font-size: 0.9rem;*/
}

#sec07 .t_de{
    font-size: 13px;
	text-align: center;
	margin-top: 10px;
}

#sec07 .sec07_mvtitle{
	margin-top: 30px;
}

.spf-list01 li {
  line-height: 1.8;
	margin-bottom: 10px;
}

.spf-list02 li {
  line-height: 1.8;
	margin-bottom: 5px;
}
.sec07-title {
	background: #b2914a;
	color: #fff;
	padding: 12px 15px;
}


#sec07 .box02{
	padding-top: 3em;
}

#sec07 h2{
font-size: 2.5rem;
    line-height: 1.4;
	font-weight: 500;
}

.sec07-title {
	font-size: 23px;
}

.accent01 {
	color: #b2914a;
	font-weight: 700;
}

.accent02 {
	color: #00a29a;
	font-weight: 700;
}

#sec07 .u_line {
    position: relative;
    display: inline-block;
    z-index: 1;
}

#sec07 .u_line::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: .08em;
    height: .45em;
    background: #f9ec00;
    z-index: -1;
	bottom: -0.01em;

}
#sec07 p.cautionTxt{
/*    font-size: 9px !important;*/
}


.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  z-index: 9999;
}

/* ポップアップ本体 */
.popup-content {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: auto;
  margin: 5vh auto;
  padding: 30px 20px;
  border-radius: 10px;
  box-sizing: border-box;
}

/* 閉じるボタン */
.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  border: none;
  background: none;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
}

.popup-link {
  color: inherit;
  cursor: pointer;
		
  border-bottom: none;
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 3px;
}
.popup-arrow {
  font-size: 0.7em;    
  vertical-align: middle; 
  margin-right: 0.3em;   
  display: inline-block;
}

.popup-trigger{
	padding-left: 1.5em;
  margin-top:20px;
	font-size: 13px;
}

#sec07 .popup-content ul {
	list-style-type: circle;
	padding-top: 20px;
	padding-left: 40px;
}

#sec07 .popup-content ul li {
	font-size: min(19px, 4.0vw);
	
  line-height: 1.8;
}

#sec07 .popup-content h3 {
  position: relative;
  font-size: 2.5rem;
  line-height: 1.3;
  padding-left: 10%;
  margin-top: 30px;
}

#sec07 .popup-content h3::before {
  content: "";
  position: absolute;
  left: 0;

  /* 1行目の中央付近 */
  top: calc(1.3em / 2);
  transform: translateY(-50%);

  width: 8%;
  aspect-ratio: 1;
  background: url("../images/sec07/h3_check.webp") no-repeat center;
  background-size: contain;
}

#sec07 .popup-content .marker {
	background-color: #f9ec00;
	font-weight: 400;
}
#sec07 .popup-content ul {
		padding-left: 2.5rem;
		padding-top: 1rem;
	}
.sec07_pic01{
	padding-bottom: 4em;
	    padding-top: 3em;
}

.popup-trigger{
	padding-bottom: 2em;
}

@media (min-width: 768px) {
	
	

	
	#sec07 h2 {
    font-size: 25px;
}
	.sec07-title {
    padding: 5px 15px;
}
	
	#sec07 .popup-content h3 {
    font-size: 32px;
}
	#sec07 .box02{
	padding-top: 5.0em;
}
	.sec07_pic01{
	    padding-top: 4em;
}
	.popup-trigger{
	padding-bottom: 2em;
}
	.popup-link {
  text-underline-offset: 3px; 
}
	
	#sec07 .t_de {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
		padding-bottom: 10px;
}
}
/* --------------------------------
sec08
-------------------------------- */


/* --------------------------------
sec09
-------------------------------- */
#sec09 .sec09-title {
	background: #b2914a;
	color: #fff;
	padding: 12px 15px;
	font-size: 21px;

	font-family:  "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media (min-width: 768px) {
	#sec09 .sec09-title {
	font-size: 20px;
}
	}
/* --------------------------------
sec10
-------------------------------- */


#sec10 {
  position: relative;
}

#sec10 {
	position: relative;
}

.sec10-bg {
	width: 100%;
	height: auto;
	display: block;
}

.sec10-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 60px 20px;
	box-sizing: border-box;
}
}

#sec10 h2 {
font-size: 35px;
	
	line-height: 1.5;
}

#sec10 p{
font-size: 13px;
	line-height: 1.5;
}


/* --------------------------------

 クーポンコード

-------------------------------- */
.cpCode{
	background: #d54f6a;
	color: #fff;
	display:block;
	overflow:hidden;
	text-align:center;
	line-height:125%;
    position:relative;
	padding:10px 0;
}
.cpCode > h4{
	display:block;
	overflow:hidden;
	font-size:24px;
	line-height:155%;
	font-weight:500;
	letter-spacing:0.01em;
	margin: 0 0;
}
.cpCode > p{
	display:block;
	overflow:hidden;
	font-size:20px;
	line-height:155%;
}
.cpCode > p > span{
	margin-right:0.5em;
}
.cpCode strong{
	font-size:24px;
	color:#fff;
	font-weight:700;
}

@media (max-width: 768px) {
	.cpCode{
	    padding:0.5em 0 0.9em;
	}
	.cpCode > h4{
	    font-size:2.2rem;
	}
	.cpCode > p{
	    font-size:1.6rem;
	    text-align:center;
	    margin: 0 0;
	}
	.cpCode strong{
		overflow:hidden;
	    font-size:2.2rem;
	}
}

