@charset "UTF-8";



/**********************************************
	main visual
***********************************************/
.mv {
	width: 100%;
	height: auto;
	position: relative;
}

.mv_img {
	width: 100%;
	height: 100%;

	overflow: hidden;
}

.mv_img img{
	animation: mv_img 5s forwards;
}

@keyframes mv_img{
	from {
		opacity: 0;
		transform: scale(1.1);
	}

	to{
		opacity: 1;
		transform: scale(1);
	}
}

.mv_text {
	font-family: "Shippori Mincho", serif;
  font-weight: 550;
  font-size: clamp(36px, 36 / 375 * 100vw, 42px);
  letter-spacing: 5px;
	writing-mode: vertical-rl;
	position: absolute;
	top: 80px;
	right: 40px;
	color: #ffffff;
	animation: mv_text 3s forwards;
	animation-delay: 1s;
	animation-fill-mode: backwards;
}

.mv_cc {
	font-family: "Shippori Mincho", serif;
  font-weight: 550;
  font-size: clamp(36px, 36 / 375 * 100vw, 42px);
  letter-spacing: 5px;
	writing-mode: vertical-rl;
	position: absolute;
	top: calc(80px + 1em);
	left: 40px;
	color: #ffffff;
	animation: mv_text 3s forwards;
	animation-delay: 1s;
	animation-fill-mode: backwards;
}

@keyframes mv_text {
	from {
		filter: blur(100px);
		opacity: 0;
	}

	to {
		filter: blur(0);
		opacity: 1;
	}
	
}

.mv_button {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translate(-50%);
}

/**********************************************
	scent section
***********************************************/
.scent_sec {
	width: 100%;
	height: auto;
}

.scent_img {
	width: 100%;
	height: 300px;
}

.inner {
	width: 100%;
	height: 100%;
	background-image: url(../img/backimg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-bottom: 40px;
}

.scent_intro {
	width: calc(315 / 375 * 100%);
	margin: 0 auto;
	padding: 40px 0;
	font-size: 15px;
}

.scent_fragrance {
	width: calc(315 / 375 * 100%);
	margin: 0 auto;
	padding: 20px;
	background-color: rgba(247, 234, 255, 60%);
	border: 1px solid #301E3F;
  border-radius: 2px;
}

.scent_fragrance_lead {
font-size: 16px;
font-weight: 600;
text-align: center;
}

.scent_fragrance_timeline {
	display: flex;
	justify-content: space-between;
	position: relative;
	border-bottom: 1px solid #301E3F;
  padding-bottom: 10px; 
}

.scent_fragrance_list li {
	display: flex;
	margin-top: 10px;
	position: relative;
	border-bottom: 1px solid #301E3F;
  padding: 5px 0;  
}

.time {
	display: block;
	flex: 2.5;
	margin: auto 0;
}

.mood {
	display: block;
	flex: 7.5;
}

.scent_fragrance_text {
	margin-top: 10px;
}

.scent_sttl {
	font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 1px;
  display: block;
	text-align: center;
	padding-top: 40px;
}

.scent_sttl::after{
	content: "";
  display: block;
  width: 320px;
  height: 1px;
  background-color: #301E3F;
  margin: 20px auto 0px;
}

.scent_text {
	padding: 20px 40px;
	font-size: 16px;
}

/**********************************************
	ingredients section
***********************************************/
.ingredients_sec {
	width: 100%;
	height: auto;
}

.ingredients_img {
	width: 100%;
	height: 300px;
}

.ingredients_list {
	width: fit-content;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 10px;
}

.ingredients_list li {
	white-space: nowrap;
}

.ingredients_note {
	font-size: 10px;
	margin: 0 40px;
	padding-bottom: 40px;
}

.ingredients_content {
	width: calc(320 / 375 * 100%);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 auto;
	justify-content: center;
}

.ingredients_circle {
	position: relative;
  display: block;
  width: 100px;
	height: 100px;
  border-radius: 50%;
  background-color: rgba(247, 234, 255, 60%);
	border: 1px solid #301E3F;
}

.ingredients_circle p {
	position: absolute;
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align:center;
	width: 100px;

}

.ingredients_recycle {
	display: flex;
  align-items: center;
	background-color: rgba(247, 234, 255, 60%);
	border: 1px solid #301E3F;
	padding: 40px 20px;
	margin: 40px 20px;
	border-radius: 2px;
	gap: 20px;
	justify-content: center;
}

.ingredients_recycle_img {
	width: 100px;
	height: fit-content;
}

.ingredients_recycle_text {
	display: flex;
	flex-direction: column;
}

/**********************************************
	lineup section
***********************************************/
.lineup_sec {
	width: 100%;
	height: auto;
	background-color: #E5D4F5;
	padding-bottom: 40px;
}

.lineup_img {
	width: 100%;
	height: 300px;
}

.lineup_list {
display: flex;
flex-direction: column;
gap: 40px;
margin: 40px 0;
}

.lineup_list li {
  width: calc(315 / 375 *100%);
	margin:0 auto;
  display: flex;
	flex-direction: column;
}

.lineup_item_img {
	width: 100%;
}

.lineup_item_img img {
	border-radius: 2px 2px 0 0;
}

.lineup_item_text {
	background-color: #301E3F;
	display: flex;
	flex-direction: column;
	padding: 20px;
	gap: 10px;
	border-radius: 0 0 2px 2px;
}

.lineup_item_text h3 {
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
}

.lineup_item_time {
	color: #ffffff;
}

.lineup_price_wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}

.lineup_price_before {
	color: #ffffff;
	text-decoration: line-through;
}

.lineup_price {
	font-size: 20px;
}

.price {
	color: #ffffff;
}

.price_zei {
	color: #ffffff;
}

.lineup_price_text {
	color: #ffffff;
}

.lineup_price_button {
	color: #ffffff;
	font-size: 16px;
	border: 1px solid #ffffff;
	border-radius: 2px;
	text-align: center;
	padding: 10px 0;
}

.lineup_note_box {
	width: calc(315 / 375 *100%);
	margin: 40px auto;
	background-color: rgba(247, 234, 255, 60%);
	border: 1px solid #301E3F;
	border-radius: 2px;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}

.lineup_note_box h3 {
	font-size: 20px;
}

/**********************************************
	reviews section
***********************************************/
.reviews_sec {
	width: 100%;
	height: auto;
	background-color: #E5D4F5;
	padding-bottom: 40px;
}

.reviews_box {
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.reviews_box_top {
	display: flex;
	gap: 10px;
}

.reviews_rank{
font-size: 24px;
font-weight: 600;
color: #ffffff;
}

.reviews_box_inner{
	display: flex;
	flex-direction: column;
}

.reviews_box_bottom {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.reviews_star {
  display: flex;
	align-items: center;
	gap: 5px;
}

.gage_5 {
	width: 100%;
	height: 10px;
	background-image: linear-gradient(90deg, #ffda5e 64%, #ffffff 64%);
	border-radius: 10px;
}

.gage_4 {
	width: 100%;
	height: 10px;
	background-image: linear-gradient(90deg, #ffda5e 25%, #ffffff 25%);
	border-radius: 10px;
}

.gage_3 {
	width: 100%;
	height: 10px;
	background-image: linear-gradient(90deg, #ffda5e 8%, #ffffff 8%);
	border-radius: 10px;
}

.gage_2 {
	width: 100%;
	height: 10px;
	background-image: linear-gradient(90deg, #ffda5e 2%, #ffffff 2%);
	border-radius: 10px;
}

.gage_1 {
	width: 100%;
	height: 10px;
	background-image: linear-gradient(90deg, #ffda5e 1%, #ffffff 1%);
	border-radius: 10px;
}

.reviews_content {
	padding: 0 40px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-bottom: 20px;
}

.reviews_content::after{
	content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #301E3F;
  margin: 10px auto 0px;
}

.reviews_content_top {
	display: flex;
	gap: 20px;
}

.reviews_img {
	width: 40px;
	height: 40px;
}

.reviews_img img {
	border-radius: 50%;
}

.reviews_mybox{
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.reviews_note {
	padding: 0 40px;
  padding-bottom: 40px;
}

.white {
	color: #ffffff;
}

/**********************************************
	question section
***********************************************/
.question_sec {
	background-color: #E5D4F5;
  padding-bottom: 40px;
}

.question_item {
	border-bottom: 1px solid currentColor;
	padding: 20px 20px 10px 20px;
	margin: 0 20px;
}

.question_summary {
	list-style: none;
	cursor: pointer;
}

.question_summary_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #301E3F;
}

.question_icon {
	position: relative;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.question_icon::before,
.question_icon::after {
	content: "";
	position: absolute;
	background: currentColor;
	transition: transform 0.25s ease; 
}

.question_icon::before {
	top: 50%;
	left: 0;
	width: 100%;
	height: 1.5px;
	transform: translateY(-50%);
}

.question_icon::after {
	left: 50%;
	top: 0;
	width: 1.5px;
	height: 100%;
	transform: translateX(-50%);
}

.question_item[open] .question_icon::after {
	transform: translateX(-50%) rotate(90deg);
}

.question_answer {
	padding: 20px 0px 10px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #301E3F;
  display: block;
}