@charset "utf-8";

.wrap {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.wrap {
	margin-bottom: 50px;
	}
}

/* 左固定 */
.secret_flex {
	width: calc(100% - 20px);
	margin:auto;
	display: flex;
	flex-direction: column; 
	gap: 20px;
	position: relative;
}
.ttl_fixed {
	width: 100%;
	height: 400px;
	background-image: url(../images/bg_stripe_or.svg);
	background-size: 20px 20px;
	background-repeat: repeat;
	border-radius: 40px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 20px;
}
.ttl_secret {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ttl_secret_en {
	color: #fff;
	line-height: 1em;
  letter-spacing: .02em;
	margin: 50px 0 0;
	font-size: 38px;
}
.ttl_secret_ja {
	color: #fff;
	font-size: 14px;
	margin: 1.5em auto;
}
.sub_ttl {
	background-color: #fff;
	color: #ea5514;
	font-size: 15px;
	margin: 0 auto;
	padding: 0.2em 1em;
}
.ttl_secret figure {
	width: 260px;
	margin: auto auto 0;
}
.secret_image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (min-width: 768px) {
	.secret_flex {
		width:100%;
		flex-direction: row;
	}
	.ttl_fixed {
		width: calc(40% - 20px);
		height: calc(100vh - 120px);
		position: fixed;
		top: 100px;
		left: 20px;
		border-radius: 50px;
		margin-top:0;
	}
	.ttl_secret_en {
		margin: 1.3em 0 0;
		font-size: clamp(38px, 7vw, 70px);
	}
	.ttl_secret_ja {
		font-size: clamp(14px, 0.9vw, 16px);
	}
	.sub_ttl {
	font-size: clamp(15px, 1.2vw, 17px);
	}
	.ttl_secret figure {
		width: 80%;
	}
}

/* 右スクロール */
.scroll {
	width: calc(100% - 20px);
	margin:auto;
}
.item_secret {
	box-sizing: border-box;
	background: #fff;
	border-radius: 40px;
	overflow: hidden;
	margin: 0 0 20px;
}
.item_secret.or {
	border: solid 3px #ea5514;
}
.item_secret.yl {
	border: solid 3px #fac02c;
}
.item_secret.gr {
	border: solid 3px #27c2ab;
}
.product_name {
	text-align: center;
	padding: 4%;
}
.item_secret.or .product_name {
	background: #ea5514;
}
.item_secret.yl .product_name {
	background: #fac02c;
}
.item_secret.gr .product_name {
	background: #27c2ab;
}
.product_name_en {
	color:#fff;
	font-size:clamp(22px, 2vw,60px);
	line-height: 1.5em;
}
.product_name_ja {
	color:#fff;
	font-size:clamp(13px, 1vw,30px);
	line-height: 1.3em;
}
.item_secret .flex {
	width:100%;
	margin: auto;
	padding:20px 0 50px;
}
.prooduct_image {
	width:100%;
	text-align: center;
}
.prooduct_image figure {
	width:20vw;
	height:20vw;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
}
.or .prooduct_image figure{
	background: #feefd8;
}
.yl .prooduct_image figure{
	background: #fffbdc;
}
.gr .prooduct_image figure{
	background: #f2f7e2;
}
.sent {
	width:100%;
	height:100%;
	object-fit: cover;
}
.tube {
	width:20vw;
	height:auto;
	margin: -2% auto 0;
}
.product_explan {
	width:100%;
	text-align: center;
}
.notes {
	font-size:10px;
	letter-spacing: 0;
}
.copy {
	font-size:clamp(17px, 1.8vw,30px);
	letter-spacing: 0;
	margin: 1em auto;
}
.or .copy {
	color:#ea5514;
}
.yl .copy {
	color:#fac02c;
}
.gr .copy {
	color:#27c2ab;
}
.point {
	width:68%;
	margin: 0 auto 4%;
}
.pores {
	width:100%;
	margin: auto;
}
.svg_arw {
	margin: 5% auto;
	display: block;
	width:5%;
}
.effect {
	width: 85%;
	margin: 0 auto 9%;
}
.view_bt {
	text-align: center;
	margin: 0 auto 10%;
}
.or .view_bt a {
	background: #ea5514;
}
.yl .view_bt a {
	background: #fac02c;
}
.gr .view_bt a {
	background: #27c2ab;
}
.view_bt a {
	display: inline-block;
	color: #fff;
	padding: 0 1em 0 1.5em;
	line-height: 2.4em;
	font-size: clamp(16px, 1.5vw, 22px);
	border-radius: 30px;
}
.view_bt a::after {
	content:"";
	display: inline-block;
  width:0.7em;
  height:0.7em;
  background-image: url(../images/arw_wh.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0 0 0.5em;
  transition: transform 0.3s ease;
}
.view_bt a:hover::after{
	transform: translateX(0.2em);
}
.annotation {
	width:90%;
	margin:auto;
	font-size: 10px;
	letter-spacing: 0;
	text-align: justify;
	line-height: 1.5em;
}

@media screen and (min-width: 768px){
	.scroll {
		width: calc(60% - 40px);
		margin:100px 20px 0 auto;
	}
	.item_secret {
		border-radius: 50px;
		border:solid 2px;
	}
	.item_secret .flex  {
		width:90%;
		align-items: center;
	}
	.prooduct_image {
		width:30%;
	}
	.product_explan {
		width:70%;
	}
	.prooduct_image figure {
		width:13vw;
		height:13vw;
	}
	.tube {
		width:13vw;
		margin: -8% auto 0;
	}
	.pores {
		width:90%;
	}
}
