/*
Theme Name: Lightning Child
Template: lightning
Description: Lightningテーマの子テーマです。
Author: あなたの名前
Version: 1.0
*/
html {
	font-size: calc((14 / var(--designwidth)) * 100vw);
	text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
}

body {
	font-family: "Noto Sans JP", sans-serif;
	color:#545454;
	background: #fff;
	width:100%;
	margin: 0 auto;
	padding: 0;
	max-width: 900px;
  box-sizing: border-box;
}

.siteHeader,.page-header, .breadSection, .siteFooter {
  display: none;
}

img {
    max-width: 100%;
	  height: auto;
  	display: block;
}

.wrapper {
	padding: 0 5%;
	margin: 0 auto;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.mainSection-title, h2,h3 {
	font-size: 2rem; /* スマホ基準で統一 */
    padding: .0em 0 .0em;
	  margin:0;
    border-top: none;
    border-bottom:none;
}

.h2, .mainSection-title, h2 {
	font-family: serif;
	font-weight:bold;
}

.subSection-title:after, h3:after {
	border-bottom:none;
}

.sec-title h2 {
	color:#004aad;
}


ul {
	padding-inline-start: 0;
}

li {
	list-style: none;
}

p {
	line-height: 1.8;
	font-size:0.675rem;
	margin-bottom:0;
}

.red {
	color:#cf5858;
	font-weight:bold;
}

.strong-pink {
    color: #ea4b8b;
    font-weight: bold;
}

/* 購入ボタン */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4a9c1;
  color: #fff !important;
  text-decoration: none;
  padding: 0.5em;
  border-radius: 20px;
  border-bottom: solid 6px #89475d;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  width: 90%;
  margin: 2em auto 2em;
  font-family: serif;
  transition: all 0.1s ease-in-out;
}

.cream-icon {
  width: 35%;
  height: auto;
	margin-left:-0.5em;
}

.btn-text {
	width:70%;
  text-align: center;
  line-height: 0.825;
	margin-left:-0.5em;
}

.btn-text .small {
  font-size:1em;
  display: block;
}

.btn-text .large {
  font-size: 1.375em;
  font-weight: bold;
}

.btn-icon{
	width:10%;
  height: auto;
}

.btn:hover {
  transform: translateY(3px);
/*   border-bottom: none; */
	border-bottom-color: transparent;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #fff !important; 
}




/*  リボン*/
.ribbon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 0 auto 3em;
  padding: 0;
  width: 100%;
  overflow: visible;
  box-sizing: border-box;
}

.ribbon .sec-title {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0.4em 1em;
  font-size: 2.2em;
  line-height: 1;
  background: var(--ribbon-main, #2196F3);
  color: #fff;
  z-index: 2;
  text-align: center;
  white-space: nowrap;
}

.ribbon .sec-title:before,
.ribbon .sec-title:after {
  content: '';
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-bottom: 0.4em solid transparent;
  z-index: 1;
}

.ribbon .sec-title::before {
  left: 0;
  border-right: 1em solid var(--ribbon-fold, #397eb5);
}

.ribbon .sec-title::after {
  right: 0;
  border-left: 1em solid var(--ribbon-fold, #397eb5);
}

.ribbon:before,
.ribbon:after {
  content: '';
  position: absolute;
  width: 0;
  bottom: -0.9em;
  z-index: 0;
  border: 2em solid var(--ribbon-side, #56adf3); 
	
}

.ribbon:before {
  left: calc(50% - 10em); /* sec-title の左右に重ねるように調整 */
  border-left: 1.4em solid transparent;
}

.ribbon:after {
  right: calc(50% - 10em);
  border-right: 1.4em solid transparent;
}


/* 色テーマ別（任意で追加可能） */
.ribbon-blue {
  --ribbon-main: #83b0cf;
  --ribbon-fold: #3c75a1;
  --ribbon-side: #72a0c0;
}

.ribbon-pink {
  --ribbon-main: #f8c2d3;
  --ribbon-fold: #e66e94;
  --ribbon-side: #f4a9c1;
}


/* ------------------------
 * mainvisual
 * --------------------- */

#mainvisual {
  font-family: serif;
	text-align:center;
	background-image:url("https://ri728.org/wp-content/uploads/2025/05/mainvisual_back.png");
	background-position: top;
  background-repeat: no-repeat;
	background-size: auto 100%;
	padding:50px 0 20px ;
}
#mainvisual h2 {
    color: #004aad;
		line-height: 150%;
}

#mainvisual img {
    margin: 2rem auto;
}

#mainvisual p {
	font-size:1em;
	letter-spacing:0.2em;
	padding-bottom:1em;
}

#mainvisual .cream  {
	font-weight: bold;
	color: #004aad;
	font-size: 1.5em
}

#mainvisual .underwave-white {
  position: relative;
  display: inline-block;
  padding: 1em;
  z-index: 1; /* テキストを前面に */
}

/* 下線 */
#mainvisual .underwave {
  display: inline-block;
  position: relative;
  z-index: 0;
}

#mainvisual .underwave::after {
  content: "";
  position: absolute;
  bottom: -0.2em; /* 調整 */
  left: 0;
  width: 100%;
  height: 0.7em; /* 波線の高さに合わせる */
  background: url("https://ri728.org/wp-content/uploads/2025/06/pink-yellow.png") no-repeat center bottom;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}

#mainvisual .underwave.large::after {
  content: "";
  position: absolute;
  bottom: -0.4em; /* ← 少し下にずらす（自然に見える位置） */
  left: 0;
  width: 100%;
  height: 0.5em; /* ← 自然な細さに調整 */
  background: url("https://ri728.org/wp-content/uploads/2025/06/pink-yellow.png") no-repeat center bottom;
  background-size: 100% 100%;
  z-index: -1;
  pointer-events: none;
	transform: rotate(5deg);
}

/* 白枠 */
#mainvisual .underwave-white::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://ri728.org/wp-content/uploads/2025/06/whiteline.png") no-repeat center bottom;
  background-size: 100% 100%;
  opacity: 0.7; 
  z-index: -1; 
  background-size: 100% 100%; 
  padding: 1em 1em 1.1em;  /
}



/* ------------------------------------
 * about
 * ----------------------------------- */

#about{
	margin: 0 auto;
  text-align: center;
	background-image:url("https://ri728.org/wp-content/uploads/2025/05/haikei.png");
	background-position: top;
  background-repeat: no-repeat;
	background-size:100%;
	padding-bottom:1em;
}

#about .title {
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
	padding-top:2em;
	margin-bottom: -1em;
 	position:relative;
}

#about .sec-title{
	width:70%;
	text-align:left;
	position:relative;
	z-index: 1; 
}

#about .sec-title .small-title {
  color: #4684d7;
	font-family:serif;
	font-weight:bold;
	font-size:1.5rem;
	margin-bottom:0;
}

#about .sec-title h2 {
  font-size: 2.2rem;
  color: #004aad;
	margin-bottom:0;
}

#about .backshabbon {
  position: absolute;
  top: 2.5em;  
  left: 16%;
  transform: translateX(-50%);
  width: 40%;      
  z-index: -1;   
  pointer-events: none; /* クリックを邪魔しない */
}

#about .sec-title .small-title:last-of-type{
	margin-top:-0.3em;
}


#about .q {
	font-size:1.2em;
  font-style:italic;
	font-weight:900;
}
#about .title-img {
  width: 40%;
  text-align: right;
	  position: relative;
  margin-left: -10%; /* ← 被らせるために左にずらす（調整可） */
  z-index: 1;
}


#about .box1 {
 box-sizing: border-box;
  max-width: 100%;
  padding:0 1rem 0;
  margin: 0 auto 2em;
  background: #c8e4ef;
  box-shadow: 0px 0px 0px 0.5em #c8e4ef;
    border: dashed 0.2em #ffffff;
  border-radius: 10px;
  word-break: break-word;
	z-index: 2;
}

#about .title-text{
	text-align: left;
	text-align-last:justify;
	line-height: 1.8;
	margin-bottom:0;
}

#about .sub-title{
	margin-bottom: 1em;
	color:#4684d7;
	font-size:1.5rem;
	background:url("https://ri728.org/wp-content/uploads/2025/07/2line.png"),
url("https://ri728.org/wp-content/uploads/2025/07/kuro_kyoutyou.png");
background-repeat:no-repeat,no-repeat;
background-position:right 16% bottom 0.2em ,right 0.8em top;
background-size: 20%,10%;
	padding:0.5em 0;
} 

#about ul{
	display: flex;
	justify-content: space-between;
	text-align:center;
}

#about li {
	width:50%;
	padding:0 2%;
}

#about .date-area1,
#about .date-area2 {
	padding: 2.5em 1em 1em;
	position:relative;
	height:auto;
	width:100%;	
}

#about .date-area1 {
	background:url("https://ri728.org/wp-content/uploads/2025/07/water2.png"),
url("https://ri728.org/wp-content/uploads/2025/07/water2.png"),
url("https://ri728.org/wp-content/uploads/2025/07/water2.png"),
		#f9f9f9;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:right 0.5em top 0.5em,
		left 0.5em center,
		right 0.2em bottom 1em,
		top;
	background-size: 20%,30%,25%,100%;
	border: solid 3px #d3d3d3;	
}

#about .date-area2 {
	background:url("https://ri728.org/wp-content/uploads/2025/07/oranges-aibou2.png"),
url("https://ri728.org/wp-content/uploads/2025/07/oranges-aibou2.png"),url("https://ri728.org/wp-content/uploads/2025/07/cica2.png"),#FCEDF2;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
		background-position:right 0.5em top 0.5em,
		left 0.5em bottom 1em,
		right 0.2em bottom,
		top;
	background-size: 30%,50%,25%,100%;
	border: solid 3px #FAAEC7;
}

#about .date-area2 .text{
	margin-bottom:0;
}

#about .box2,
#about .box3 {
	display:inline-block;
	padding:0.375em;
	border-radius: 25px;/*角の丸み*/
	position:absolute;
	top:-1em;
	left: 50%;
  transform: translateX(-50%);
	white-space: nowrap; 
  text-align: center;
}

#about .box2 {
    background: #e4f8ff;
    border: solid 1px #a6a6a6;/*線*/
}

#about .box3 {
    background: #f8c2d3;
    border: solid 2px #FAAEC7;/*線*/
}

#about .name {
	font-size:1rem;
}

.date-area1 p {
	margin-top:1em;
	margin-bottom:0.75em;
}

/* --------------------------------
 * 成分
 * ----------------------------- */
#cream-feature {
	width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  text-align: left;
  background-image: url("https://ri728.org/wp-content/uploads/2025/05/haikei.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  box-sizing: border-box;
	padding-bottom:1em;
}


#cream-feature .sec-title{
	 background-image: linear-gradient(90deg, rgba(233, 240, 250, 1), rgba(168, 202, 240, 1));
	display:inline-block;
  padding: 1em 1.5em;
  margin-bottom: 1em;
  box-sizing: border-box; 
}

#cream-feature .sec-title h2{
  font-size: 2rem;
  margin: 0;
  text-align: left;  
}


#cream-feature .intro {
  line-height: 1.8;
	text-align:left;
	padding-left:15%;
	background:url("https://ri728.org/wp-content/uploads/2025/07/glayshabbon.png");
background-repeat:no-repeat;
background-position:right 3em top;
background-size: 15%;
}

#cream-feature .ingredient-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
	flex-wrap: nowrap;
  gap: 1em;
}

#cream-feature .flonthabbon {
	position:absolute;
	bottom:0;
	left:3%;
	width:25%
}

#cream-feature .woman-image {
  position: relative; /* ←必須 */
  flex: 0 0 40%;  /* 柔軟にしつつ最大幅40% */
  max-width: 40%;
  z-index: 1;
  overflow: hidden; /* グラデが画像外にはみ出さないように */
}

#cream-feature .woman-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
	  /* 下から透明になるマスクを適用 */
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}

#cream-feature .woman-image,
#cream-feature .ingredients {
  align-self: stretch;
}

/* 成分だけまとめたエリア */
#cream-feature .ingredients {
  width: 70%;
  position: relative;
  z-index: 2;
	margin-left: -15%;
  padding-left: 0;
  box-sizing: border-box;
	flex: 1;     /* 残り全部使う */
  min-width: 0;   /* 折り返し許可 */
}

#cream-feature .ingredient {
  display: flex;
  align-items: center;
  margin: 1.5em 0;
  text-align: left;
}

#cream-feature .ingredient img {
  width: 25%;
  height: 25%;
  margin-right: 1em;
  border-radius: 50%;
}

#cream-feature .ingredient h3 {
  margin: 0;
  font-size: 1em;
	font-weight:bold;
}

#cream-feature .egf { color: #e59a18; }
.niacin { color: #2a88aa; }
.cica { color: #4d9f38; }

#cream-feature .ingredient p {
  margin: 0.3em 0 0 0;
}

#cream-feature .others {
  font-size: 0.5em;
  color: #666;
  margin: 1.5em 0;
  line-height: 1.5;
  text-align: left;
	padding-left:2em;
}


/* --------------------------------
 * 悩み
 * ----------------------------- */
#cream-problems {
    background: #dff6fd;
    padding: 1em 1em 2em;
	position:relative;
}

#cream-problems .wave::before {
  content: "";
  position: absolute;
  top: -3em;
  left: 0;
  width: 100%;
  height: 4em; /* ぼかしたい範囲 */
	background: linear-gradient(to bottom,
  transparent 0%,
  #f3f3f3 20%,
  #f3f3f3 80%,
  transparent 100%
);
  z-index: 1;
  pointer-events: none;
}

#cream-problems .wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7em;
  background: url('https://ri728.org/wp-content/uploads/2025/07/glaywave.png') repeat-x bottom;
  background-size: cover;
	z-index:0;
}

#cream-problems .sec-title {
    text-align: center;
	  z-index: 1;
  position: relative; 
}

#cream-problems .sec-title h2{
    font-size: 1.5em;
}

#cream-problems .sec-title .highlight {
  font-size: 2rem;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #004aad;
  text-underline-offset: 0.25em;
}

.triangle-stack {
  position: relative;
  width: 4rem;
  height: 4rem;
  margin: 1.5em auto -3.5em;
}

.triangle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 2rem solid #92cbce;
  opacity: 0.4;
}

.triangle.smaller {
  top: 1rem;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-top: 1.5rem solid #92cbce;
  opacity: 1;
}

#cream-problems .leaf {
	position: absolute;
	width:20%;
}

#cream-problems .leaf.top{
	top:4em;
	right:0.5em;
}


#cream-problems .leaf.bottom{
	bottom:1em;
	left:0.5em;
	z-index:1;
}


#cream-problems .problem-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 3em 0;
}

#cream-problems .problem-box {
  background: #fff;
  padding: 1.5em 2em;
  width: 75%;
  max-width: 32em;
  z-index: 1;
  box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.05);
  position: relative;
}

/* 背景の枠線（ずれ） */
.problem-box::after {
  content: "";
  position: absolute;
  top: -0.6em;
  left: -0.6em;
  right: 0.6em;
  bottom: 0.6em;
  border: 0.2em solid #ffffff;
  z-index: -1;
}

#cream-problems .problem-item.reverse {
  flex-direction: row-reverse;
}

#cream-problems .problem-item.reverse .problem-box {
	padding-left:4em;
}

#cream-problems .problem-box h3 {
  font-size: 1.2rem;
	font-weight:bold;
  margin-bottom: 0.5em;
  color: #1b2e5e;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

#cream-problems .check {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-color: #1b2e5e;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5em;
  border-radius: 0.2em;
}

#cream-problems p {
  padding-left: 2em;
	letter-spacing:0.15em;
}

#cream-problems .problem-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35%;
  max-width: 8em;
  z-index: 2;
}

/* 画像の配置（1・3番：右） */
#cream-problems .problem-item:not(.reverse) .problem-img {
  right: 1%;
}

/* 画像の配置（2番：左） */
#cream-problems .problem-item.reverse .problem-img {
  left: 1%;
}

/* テキストの位置ずらし（1・3番） */
#cream-problems .problem-item:not(.reverse) .problem-box {
  margin-right: 15%;
}

/* テキストの位置ずらし（2番） */
#cream-problems .problem-item.reverse .problem-box {
  margin-left: 15%;
}


#cream-problems .problem-img img {
  width: 100%;
  height: auto;
}



/* --------------------------
 * お客様の声
 * --------------------------- */
#users-voices {
    background: linear-gradient(to bottom, #f7f7f7 0%, #dff6fd 100%);
    padding: 2em 1.5em;
	position:relative;
}

#users-voices .wave::before {
  content: "";
  position: absolute;
  top: -2em;
  left: 0;
  width: 100%;
  height: 4em; /* ぼかしたい範囲 */
	background: linear-gradient(to top,
  transparent 0%,
  #f3f3f3 20%,
  #f3f3f3 80%,
  transparent 100%
);
  z-index: 1;
	pointer-events: none;
}

#users-voices .wave {
  position: absolute;
  top: -3em;
  left: 0;
  width: 100%;
  height: 7em;
  background: url('https://ri728.org/wp-content/uploads/2025/07/glaywave.png') repeat-x bottom;
	transform: scale(1, -1);
  background-size: cover;
	z-index:0;
}

#users-voices .voice-box {
    background: #ffffff;
    margin-bottom: 3em;
    padding: 2em 1.5em;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
}

#users-voices .sec-title {
	letter-spacing:0.2em;
}

#users-voices .voice-image {
    position: relative;
    display: inline-block;
	 border: 0.7em solid #d0dfea;
}

#users-voices .voice-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#users-voices .voice-label {
    background: #fdeff0;
    border-radius: 20px;
    padding: 0.5em 1em;
    text-align: center;
    font-size: 0.9em;
    position: absolute;
    bottom: 0.8em;
    left: 0.8em;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#users-voices .voice-label .stars {
    color: #ffc107;
    font-size: 1.2em;
    line-height: 1;
    margin: 0.2em 0;
}

#users-voices .voice-box .strong-pink {
    font-size: 1.4rem;
	  font-family:serif;
    margin: 0.5em 0;
	  padding-bottom: 0.5em;
	  text-align:center;
    line-height: 1.5;	
 	  letter-spacing: 0.2em;
	  border-bottom:solid 0.1em #b1bbdb;
}

#users-voices .voice-box p {
    margin: 0.5em 0 0;
    line-height: 1.7;
    text-align: left;
	  letter-spacing: 0.2em;
	  padding: 0 0.5em;
}

#users-voices .ribbon-image {
    display: block;
    width: 6em;
    height: auto;
    position: absolute;
    bottom: -2em;
    right: -1.2em;
}


/* --------------------------
 * doctor
 * ------------------------ */
#doctor-comment {
    background-image:url("https://ri728.org/wp-content/uploads/2025/07/saibou.png"),url("https://ri728.org/wp-content/uploads/2025/07/saibou.png"), linear-gradient(to bottom, #dff6fd 0%, #f7f7f7 100%);
	background-repeat: no-repeat, no-repeat,no-repeat;
	background-position:right top,left bottom,top;
	background-size: 70%,80%,100%;
    padding: 1em 5% 4em;
    text-align: left;
}

#doctor-comment .section-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  margin: 0.5em 0;
  font-size: 1.2em;
  color: #b1bbdb;
}

#doctor-comment .section-line .diamond {
  font-size: 1em;
  line-height: 1;
}

#doctor-comment .section-line .line {
  flex: 1;
  height: 0.05em;
  background-color: #b1bbdb;
}


#doctor-comment .sec-title {
    text-align: center;
    margin-bottom: 1.5em;
    letter-spacing: 0.2em;
}

#doctor-comment .sec-title h2 {
	color:#485682;
}

#doctor-comment .doctor-profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
	padding: 1em 1em;
}

#doctor-comment .doctor-text {
    flex: 1 1 55%;
    font-size: 0.9em;
    line-height: 1.6;
    min-width: 12em;
}

#doctor-comment .doctor-job {
    font-weight: bold;
}

#doctor-comment .doctor-name {
    font-size: 1.4em;
    font-weight: bold;
/*     margin: 0.3em 0 0; */
}

#doctor-comment .doctor-name .title {
    font-size: 0.6em;
    margin-left: 0.5em;
    font-weight: normal;
}

#doctor-comment .doctor-en {
    color: #75a2c3;
    font-weight: bold;
    font-size: 0.9em;
    margin-bottom: 0.3em;
}
#doctor-comment .doctor-history{
		border-top:solid 0.1em #b1bbdb;	
		border-bottom:solid 0.1em #b1bbdb;
}

#doctor-comment .doctor-history p {
    margin: 0.4em 0;
    font-size: 0.85em;
}

#doctor-comment .doctor-image {
    flex: 0 0 auto;
    max-width: 45%;
}

#doctor-comment .doctor-image img {
    width: 100%;
    height: auto;
}

#doctor-comment .doctor-comment-box {
  position: relative;
  display: inline-block;
  padding: 1.5em 1.2em;
  border: 0.1em solid #d5dfe6;
  border-radius: 1em;
  background-color: #ffffff;
  text-align: left;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
  box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.05);
  z-index: 2;
}


#doctor-comment .doctor-comment-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 25%;
  border-style: solid;
  border-width: 0 1.5em 3em 1.5em; /* 吹き出しの大きさ */
  border-color: transparent transparent #d5dfe6 transparent;
  translate: 50% -100%;
  transform: skew(-23deg);
  transform-origin: bottom;
  z-index: 1;
}

#doctor-comment .doctor-comment-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 25%;
  border-style: solid;
  border-width: 0 1.2em 2.7em 1.2em;
  border-color: transparent transparent #ffffff transparent;
  translate: 50% -100%;
  transform: skew(-23deg);
  transform-origin: bottom;
  z-index: 2;
}


#doctor-comment .doctor-comment-box p {
    margin: 0;
	 letter-spacing:0.2em;
}

#doctor-comment .cream-image {
    display: block;
    width: 7em;
    height: auto;
    position: absolute;
    bottom: -2em;
    right: 0.5em;
}
/*-----------------------------------------
使い方
-----------------------------------------*/
#how-to-use {
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    text-align: center;
    background-image: url("https://ri728.org/wp-content/uploads/2025/05/haikei.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 2em 1em 1em;
}

#how-to-use .sec-title h2 {
    letter-spacing: 0.2em;
}

#how-to-use .sec-title .sub {
    font-size: 1em;
    margin: 0.8em 0 0.3em;
    color: #555;
}

#how-to-use .sec-title .desc {
    line-height: 1.6;
    margin-top: 0.8em;
}

#how-to-use .howto-case {
    display: flex;
    align-items: center;
    /* 高さ中央揃え */
    justify-content: center;
    flex-direction: row;
    /* 常に横並び */
    flex-wrap: nowrap;
    gap: 1em;
    margin: 2em auto;
    max-width: 90%;
}

#how-to-use .case-img {
    width: 45%;
    max-width: 180px;
    flex-shrink: 0;
}


#how-to-use .case-img img {
    width: 100%;
    display: block;
}

#how-to-use .case-text {
    width: 50%;
    font-size: 0.95em;
    line-height: 1.6;
    text-align: left;
}

#how-to-use .case-number {
    font-style: italic;
    color: #d77a87;
    font-size: 1.25em;
    margin-bottom: 0.1em;
}

#how-to-use .case-title {
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 0.5em;
	 
}

#how-to-use .strong-pink {
    background: #ffeef5;
    padding: 0 0.2em;
    border-radius: 0.3em;
	  padding:0.3em;
}

/* ---------------------------
 * キャンペーン
 * ------------------------- */
#campaign {
    background-image: url("https://ri728.org/wp-content/uploads/2025/05/mainvisual_back.png");
    background-size: cover;
    background-position: center;
    padding: 2em 1em;
    text-align: center;
    box-sizing: border-box;
}

#campaign .ribbon.ribbon-pink:before{
	  left: calc(50% - 12.5em);
}
#campaign .ribbon.ribbon-pink:after{
	  right: calc(50% - 12.5em);
} 

#campaign .sec-title {
	font-size:2em;
	padding: 0.5em 0.6em !important;
}
/* キャンペーン全体のコンテナ */
#campaign .campaign-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2em;
}

/* メイン商品部分（画像＋テキスト） */
#campaign .campaign-main {
    display: flex;
    flex-direction: row; 
    align-items: center;
	text-align:center;
    gap: 1em;
}

#campaign .campaign-product {
    max-width: 35%;
	 margin-left:5%;
    height: auto;
}

#campaign .campaign-text {
	max-width: 55%;
    text-align: center;
		 font-family:serif;
}

#campaign .campaign-text .catch {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

#campaign .campaign-text h3 {
    font-size: 2em;
	  font-weight:bold;
    margin-bottom: 0.2em;
}

#campaign .campaign-text .weight {
    font-size: 0.9em;
    margin-bottom: 1em;
		text-align:left;
	padding-left: 1em;
}

/*------- 価格-------------- */
#campaign .label {
	text-align:left;
	font-size:0.925em;
}

#campaign .price-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}

/* 通常価格 */
#campaign .price-left {
    position: relative;
    text-align: center;
}

#campaign .price-left .price-tax {
    font-size: 0.5em;
}

#campaign .price-normal {
    font-size: 1.2em;
    position: relative;
	  font-family:serif;
    z-index: 1;
}


/* 打ち消し線 */
#campaign .price-strike {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.12em;
    background: red;
    top: 70%;
    left: 0;
    transform: rotate(-10deg);
    z-index: 0;
}

/* 三角矢印 */
#campaign .price-arrow {
    width: 0;
    height: 0;
    border-top: 0.8em solid transparent;
    border-bottom: 0.8em solid transparent;
    border-left: 0.8em solid #d6336c;
}

/* ギザギザバッジ（12角形） */
#campaign .discount-badge {
    background: gold;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 0.6em;
    width: 4em;
    text-align: center;
    clip-path: polygon(50% 0%, 61% 15%, 75% 6%, 85% 20%, 100% 25%,
            90% 40%, 100% 50%, 90% 60%, 100% 75%,
            85% 80%, 75% 94%, 61% 85%, 50% 100%,
            39% 85%, 25% 94%, 15% 80%, 0% 75%,
            10% 60%, 0% 50%, 10% 40%, 0% 25%,
            15% 20%, 25% 6%, 39% 15%);
}

/* 期間限定価格 */

#campaign .price-right {
	  color: #d6336c;
	  margin-top: -1.5em;
}

#campaign .limited-box{
	  background: #fdffd0;
    padding:0 0.3em;
}

#campaign .price-sale {
    font-size: 2.5em;
    font-weight: bold;
    font-family:serif;
}
#campaign .price-right .price-tax {
    font-size: 0.3em;
}


#campaign .limited-label {
    font-size: 0.75em;
    margin-top: 0.3em;
}


/* プレゼント表示 */
#campaign .campaign-present {
    background: rgba(255, 255, 255, 0.8);
    border: 0.1em solid #ba7bcf;
    border-radius: 1em;
    padding: 1.5em 1em;
    width: 96%;
    max-width: 28em;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.05);
	position:relative;
}

#campaign .present-badge {
    background: #ba7bcf;
    color: #fff;
	  font-weight:bold;
    display: inline-block;
    padding: 1.2em 0.5em;
    border-radius: 50%;
    margin-bottom: 1em;
    font-size: 0.8em;
	position:absolute;
	top:-2em;
	left:-1em;
	width:4em;
	height:4em;
	transform: rotate(-25deg);
}

#campaign .ribbon-gold {
    display: block;
    width: 7em;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index:3;
}

#campaign .present-box {
    display: flex;
    align-items: center;
    gap: 2em;
		margin-top:-0.5em;
	 position:relative;
}
#campaign .shabbon {
  position: absolute;
  bottom: 0;  
  left: 18%;
  transform: translateX(-50%);
  width: 35%;         /* ←ここを大きくする：例 180% */
  z-index: 1;          /* 背面 */
  pointer-events: none; /* クリックを邪魔しない */
}
#campaign .present-img {
	width: 20%;
	margin-left:10%;
	position: relative; 
	flex-shrink: 0;
	z-index: 2;
}


#campaign .sample-present {
  width: 100%;
  height: auto;
  display: block;
}

#campaign .present-text {
    font-size: 0.8em;
    line-height: 1.6;
    text-align: left;
}

#campaign .present-text strong {
	font-family:serif;
	font-size: 1.3em;
}

#campaign .present-highlight {
    color: #ba7bcf;
    font-weight: 800;
    font-size: 2.2em;
	font-family:serif;
}

#campaign .campaign-subtext {
    display: flex;
    align-items: center;
    gap: 0.4em;
    font-size: 0.8em;
	  margin:0.4em 0 0.5em;
}

#campaign .campaign-subtext img.icon-good {
    width: 1em;
    height: 1em;
    object-fit: contain;
    vertical-align: middle;	
}

#campaign .small-subtext {
    font-size: 0.6em;
}

/* --------------------------
 * 最後のCTA
 * ------------------------ */
#campaign-note {
	text-align:center;
	margin-top:2em;
}

#campaign-note .btn {
    margin-top: 1em;
}

#campaign-note .note-container{
	display:flex;
	flex-wrap: row;
  justify-content: space-between;
}

#campaign-note .kyoutyou {
	width:15%;
	margin:0 -2%;
	  height: auto; 
  object-fit: contain;
}

#campaign-note .kyoutyou.right{
	transform: scale(-1, 1);
}

#campaign-note .text-area {
	text-align:center;
	position:relative;
/* 	width:80%; */
}

#campaign-note .note-small {
    font-size: 0.8em;
    margin-bottom: 0.5em;
}

#campaign-note .dots {
  display: flex;
  gap: 1.5em;
	position:absolute;
	right:27%;
}

#campaign-note .dot {
  width: 0.4em;
  height: 0.4em;
  background-color: #d9538f; /* ピンク */
  border-radius: 50%;
  display: inline-block;
}


#campaign-note .note-large {
    font-size: 1.2em;
    font-weight: bold;
	 letter-spacing:0.1em;
    margin: 0;
}



#campaign-note .highlight-word {
    font-size: 1.4em;
}

#campaign-note .shita {
	width:15%;
	margin:0.5em auto 0;
}



/* PC表示時のフォントサイズ調整 */
@media screen and (min-width: 768px) {
	  html {
    font-size: 18px; /* PC時にスマホ比率を拡大表示 */
  }
	
	p {
		font-size:1em;
	}
	
/* ボタン */
	  .btn {
        padding: 1em;
    }

    .btn-text {
        margin-left: -1em;
    }

    .btn-text .small {
        font-size: 1.5em;
    }

    .btn-text .large {
        font-size: 2em;
    }

    .btn-icon {
        width: 15%;
    }
	
	
	#mainvisual p {
	font-size:1.5em;
	}
	#about .sec-title{
		margin-left:1em;
	}

	#about .sec-title .small-title {
	font-size:2.25rem;
	margin-bottom:-0.25rem;
}

 #about .sec-title h2 {
  font-size: 2.675rem;
	margin-bottom:-0.25rem;
}
	#about .sub-title{
	font-size:2rem;
} 
	#about .backshabbon {
  top: 3.5em;  
}
	
	#about .name {
		font-size:1.5em;
	}
	#cream-feature .sec-title {
		padding: 1em 2em;
	}
	
	#cream-feature .sec-title h2 {
		 font-size: 2.675rem;
	}
	
	#cream-feature .ingredient h3 {
		font-size: 1.5em;
	}
	#cream-feature .others {
		font-size: 0.725em;
	}
	#cream-feature .cream-icon {
		  margin-left: -1em;
	}

	
	#cream-problems .sec-title h2{
    font-size: 2em;
}

 #cream-problems .sec-title .highlight {
	  font-size:2.5rem;
	}
 #cream-problems .problem-text p {
	    font-size: 1rem;
	}
 #cream-problems .problem-box {
	width: 65%;
	}
	#cream-problems .problem-img {
		max-width:11em;
	}
	
	#doctor-comment .doctor-text {
		font-size:1.1em;
		padding-left:0.5em;
	}
	
	#doctor-comment .sec-title h2 {
		font-size:2.5rem;
	}
	
	#doctor-comment .doctor-image {
		max-width: 50%;
		padding-right:0.5em;
	}
	#campaign {
		font-size:135%;
	}
	
	#campaign-note {
		font-size:120%;
	}
	#campaign-note .note-large {
    letter-spacing:0.2em;
	}
}




/* ---------------------------------------------------------------------------------------------------------- */
/* --  親子バレエ
/* ---------------------------------------------------------------------------------------------------------- */
#hero.wrapper {
    padding: 0 !important;
}

/* ヘッダー部 */
#hero .site-header {
    background: #fcdbe1;
    padding: 0.3em 0;
    display: flex;
    align-items: center;
    gap: 0.5em;
	font-family: "Times New Roman", serif;
    letter-spacing: 0.2em;
}

#hero .logo {
    width: 2em;
    height: auto;
	margin-left: 5%;
}

#hero .site-title {
    font-size: 1.1rem;
    color: #4b3b2c;
    font-weight: bold;
    white-space: nowrap;
}

#hero .mainvisual-b1 {
    position: relative;	
}

#hero .mainvisual-b1 .back-b1 {
    position: relative;

}

/* セクションタイトル */
#hero .sec-title {
    position: absolute;
    top: 1em;
    left: 1em;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #8b5e3c;
    font-weight: bold;
	letter-spacing:0.2em;
	text-align: left;
}

#hero .sec-title-bt1{
    font-size: 2.4rem;
    text-shadow: 2px 3px 3px rgba(172, 30, 114, 0.4);
}

/* サブタイトル */
#hero .subtitle {
    font-size: 1rem;
    line-height: 1.8;
    color: #4b3b2c;
    margin: 1.5em 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
	text-align:center;
	z-index: 1;
}
#hero .subtitle::before {
    content: "";
    position: absolute;
    top: -1em;
    left: -20%;
    width: 140%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 192, 203, 0.25) 0%, transparent 70%);
    filter: blur(1.5em);
    z-index: -1;
    pointer-events: none;
}

/* ピンクキラキラ */
#hero .p-kira1, #hero .p-kira2 {
    position: absolute;
    width: 20%;
}

#hero .p-kira1 {
    top: 5%;
    right: 5%;
}

#hero .p-kira2 {
    bottom: 15%;
    left: 5%;
}

/*-------------------------------------------
promo
-------------------------------------------*/
#promo-b1 {
    text-align: center;
	margin-bottom: 2em;
	background: #fffdfc;
}
#promo-b1 .title-area-b1{
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin: 2em auto;
    justify-content: center;
}

#promo-b1 .wakaba {
    width: 2em;
    height: auto;
}

#promo-b1 .sec-title {
    color: #f83594;
    margin-bottom: 0;
	font-size: 1.8em;
}

#promo-b1 .campaign-offers {
    font-size: 1rem;
    margin-bottom: 1.5em;
}

#promo-b1 .offer-box {
    display: inline-block;
    background: #ffeef0;
    color: #8b5e3c;
    font-weight: bold;
    padding: 0.2em;
    font-size: 1.25rem;
}

#promo-b1 .ampersand {
    font-weight: bold;
    color: #8b5e3c;
    margin: 0;
    font-size: 1.75rem;
    font-family: serif;
}


#promo-b1 .cta-button {
    display: inline-flex;
    background: #ffc4db;
    color: #df2070;
    font-family: serif;
    font-weight: bold;
    font-size: 1.375rem;
    padding: 0.3em;
    border-radius: 0.8em;
    text-decoration: none;
    letter-spacing: 0.1em;
    border: solid 0.2em #ffc4db;
    box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.125);
}

#promo-b1 .click-icon {
    width: 1.4em;
    height: 1.4em;
    background-color: #df2070;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    font-size:1.375rem;
}

/* 三角（▶）部分 */
#promo-b1 .click-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0 0.4em 0.6em;
    border-color: transparent transparent transparent #ffc4db;
}

/* ーーーーーーーーーー
バレエを習うメリット
ーーーーーーーーーー*/
#merit-b1 {
    background: #fff0f3;
    text-align: center;
	padding-bottom: 2em;
}

#merit-b1 .title-box {
    position: relative;
    background-color: #fffdfc;
    text-align: center;
    padding: 2em 1em 2em;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    margin: 0 -8%;
}

#merit-b1 .sec-title {
    font-size: 1.8em;
    color: #e03a83;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    margin-bottom: 0.5em;
}

#merit-b1 .icon {
    height: 2em;
    width: auto;
}

#merit-b1 .icon.mirrored {
    transform: scaleX(-1);
}

#merit-b1 .lead-text {
    color: #4b3b2c;
    margin: 1em 0 2em;
    line-height: 1.8;
    font-weight: bold;
}

#merit-b1 .merit-list {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    background-image: url(https://ri728.org/wp-content/uploads/2025/07/atitude.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1em;
    border-radius: 1em;
    overflow: hidden;
}

#merit-b1 .merit-box {
    background: rgba(255, 253, 252, 0.8);
    border-radius: 1em;
    padding: 1em  0.5em;
    box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.05);
    text-align: left;
}

#merit-b1 .check {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-color: #df2070;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    line-height: 1.5em;
    border-radius: 0.2em;
    margin:0 0.2em 0 0.5em;
}

#merit-b1 .merit-title {
    font-weight: bold;
    font-size: 1rem;
    color: #a03d41;
    margin-bottom: 0.2em;
}

#merit-b1 .merit-desc {
	font-size: 0.9em;
    color: #4b3b2c;
    line-height: 1.6;
	margin-left: 3em;
}

/* ーーーーーーーーーー
4つの魅力
ーーーーーーーーーー*/
#feature {
    background: #fffdfc;
    padding: 4em 1em;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#feature .wave {
    height: 80px;
    background: url('https://ri728.org/wp-content/uploads/2025/07/pinkwave.png') no-repeat center/cover;
}

#feature .wave-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#feature .wave-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(180deg);
}


#feature .feature-title {
    font-family: "serif";
    font-size: 1.8rem;
    font-weight: bold;
    color: #df2070;
    margin-bottom: 2em;
    position: relative;
}



#feature .feature-title .ribbon-img {
    width: 4em;
    margin-right: 0.5em;
    position: absolute;
    top: 0;
    left: 8%;
}

#feature .title-text {
    position: relative;
    top: 1em;
}


#feature .feature-title .number {
    background: #ffd8e7;
    border-radius: 50%;
    padding: 0.03em 0.3em;
    display: inline-block;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.5em;
}

#feature .feature-lead {
    color: #5b4a3a;
    margin-bottom: 2em;
    line-height: 1.6;
}

#feature .feature-list {
    display: flex;
    flex-direction: column;
    gap: 3em;
    margin-bottom: 3em;
}

#feature .feature-item {
    background: #ffeded;
    padding: 1.5em;
    margin-right: 4%;
    margin-left: 4%;
    z-index: 0;
    position: relative;
}

#feature .feature-item::before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: 0.6em;
    right: -0.6em;
    bottom: -0.6em;
    border: 0.2em solid #dbc2b5;
    z-index: 1;
}

#feature .feature-num {
    position: relative;
}

#feature .feature-num .heart-num {
    width: 4em;
    display: block;
    margin-bottom: 0.5em;
    position: absolute;
    top: -2.5em;
    left: -2em;
    z-index: 2;
}

#feature .feature-num .num-b1 {
    font-size: 2em;
    color: #fffdfc;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    position: absolute;
    top: -1em;
    left: -0.25em;
    z-index: 3;
}

#feature .feature-content {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
}

#feature .feature-text {
    position: relative;
    z-index: 5;
    flex: 1;
    margin-left: 1em;
}

#feature .feature-text h3 {
    font-family: serif;
    color: #df2070;
    font-size: 1.2em;
	font-weight:bold;
    text-shadow: 1px 1px 1px #ffd8e7;
    margin: 0.5em 0 0.3em;
	line-height: 1.8;
}

#feature .feature-text p {
/*     font-size: 0.95rem; */
    color: #5b4a3a;
    line-height: 1.8;
}

#feature .feature-img {
    position: absolute;
    bottom: -1.5em;
    right: -1.5em;
    z-index: 4;
    pointer-events: none;
    opacity: 0.9;
    text-align: right; 
}

#feature .feature-img img {
    max-height: 10em;
    height: auto;
    width: auto; 
    display: block;
}



/* -----PC用---------------------------------- */
@media screen and (min-width: 768px) {
	#promo-b1 .sec-title {
    font-size: 2em;
	}
}

/* -----フッター---------------------------------------------------- */
footer .copySection p:nth-child(2) {
display:none !important;
}
