@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");
/* ---------------------------------------
  平野レミさんスペシャルインタビュー
-----------------------------------------*/
.main {
	overflow-x: clip;
}

/* sec_mv
--------------------------------*/
#sec_mv {
	width: 100%;
	max-width: 143.8rem;
	padding: 0 2rem;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#sec_mv {
		padding: 0 0 17rem;
	}
}
#sec_mv .ttl {
	width: 64.05rem;
	position: absolute;
	left: 14.5rem;
	top: 15.7rem;
}
@media screen and (max-width: 767px) {
	#sec_mv .ttl {
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
		margin: 0 auto;
	}
}

/* sec_intro
--------------------------------*/
#sec_intro {
	padding: 8rem 0;
}
@media screen and (max-width: 767px) {
	#sec_intro {
		padding: 10rem 0 7rem;
	}
}
#sec_intro .lead_txt {
	line-height: 2.375;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	#sec_intro .lead_txt {
		font-size: 3.2rem;
		line-height: 2.25;
	}
}
#sec_intro .link_list {
	max-width: 120rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3.2rem;
	margin-top: 11rem;
}
@media screen and (max-width: 767px) {
	#sec_intro .link_list {
		width: 100%;
		grid-template-columns: 1fr;
		gap: 3.2rem;
		margin-top: 14rem;
	}
}
#sec_intro .link_list .item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 13rem;
	padding: 3rem 3rem 5rem;
	background-color: #ffffff;
	border: 0.2rem solid #79C300;
	border-radius: 1.5rem;
	position: relative;
	transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
	#sec_intro .link_list .item a {
		min-height: 12rem;
		padding: 2rem 3rem;
		border-radius: 6rem;
	}
}
#sec_intro .link_list .item a::after {
	content: "";
	width: 1.3rem;
	aspect-ratio: 1/1;
	border-right: 0.2rem solid #79C300;
	border-bottom: 0.2rem solid #79C300;
	rotate: 45deg;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2.4rem;
	margin: 0 auto;
	transition: border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
	#sec_intro .link_list .item a::after {
		width: 2rem;
		border-width: 0.3rem;
		rotate: -45deg;
		left: auto;
		right: 4.7rem;
		bottom: auto;
	}
}
#sec_intro .link_list .item a .txt {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.12em;
	transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
	#sec_intro .link_list .item a .txt {
		font-size: 2.8rem;
		line-height: 1.3928571429;
	}
}
@media (any-hover: hover) {
	#sec_intro .link_list .item a:hover {
		background-color: #79C300;
	}
	#sec_intro .link_list .item a:hover::after {
		border-color: #ffffff;
	}
	#sec_intro .link_list .item a:hover .txt {
		color: #ffffff;
	}
}

/* sec_interview
--------------------------------*/
#sec_interview {
	padding: 0 0 15rem;
}
#sec_interview .interview_block {
	padding: 10rem 0;
	position: relative;
}
@media screen and (min-width: 768px) {
	#sec_interview .interview_block {
		display: flex;
		align-items: center;
		gap: 6rem;
	}
	#sec_interview .interview_block:nth-child(even) {
		flex-direction: row-reverse;
	}
}
#sec_interview .interview_block .img {
	flex: 0 0 auto;
	width: 64rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_interview .interview_block .img {
		width: 100%;
		margin: 0 auto;
	}
}
#sec_interview .interview_block .txt_wrap {
	flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
	#sec_interview .interview_block .txt_wrap {
		margin-top: 13rem;
	}
}
@media screen and (max-width: 767px) {
	#sec_interview .interview_block .txt_wrap .num {
		margin: 0 auto;
	}
}
#sec_interview .interview_block .txt_wrap .ttl {
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	font-size: 3rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
	#sec_interview .interview_block .txt_wrap .ttl {
		text-align: center;
		font-size: 4.8rem;
		line-height: 1.4583333333;
		margin-top: 4.4rem;
	}
}
#sec_interview .interview_block .txt_wrap .txt {
	text-align: justify;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 2.6153846154;
	letter-spacing: 0.09em;
	margin-top: 2em;
}
@media screen and (max-width: 767px) {
	#sec_interview .interview_block .txt_wrap .txt {
		font-size: 2.8rem;
		line-height: 2;
	}
}
#sec_interview .interview_block._01::before {
	content: "";
	width: 26.5rem;
	aspect-ratio: 265/141;
	background-position: center;
	background-size: contain;
	position: absolute;
	background-image: url(../img/hiranoremi_specialinterview/interview_cream01.png);
	right: calc((100vw - 120rem) / 2 * -1);
	top: 3rem;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#sec_interview .interview_block._01::before {
		width: 27.7rem;
		right: -4rem;
		top: 56rem;
	}
}
#sec_interview .interview_block._01 .txt_wrap .num {
	width: 7.7rem;
}
@media screen and (max-width: 767px) {
	#sec_interview .interview_block._01 .txt_wrap .num {
		width: 8.3rem;
	}
}
#sec_interview .interview_block._02 .img::before {
	content: "";
	width: 29.75rem;
	aspect-ratio: 297.5/192;
	background-position: center;
	background-size: contain;
	position: absolute;
	background-image: url(../img/hiranoremi_specialinterview/interview_cream02.png);
	left: -9.6rem;
	top: -3.2rem;
}
@media screen and (max-width: 767px) {
	#sec_interview .interview_block._02 .img::before {
		width: 31.1rem;
		left: -2.4rem;
		top: -6.7rem;
	}
}
#sec_interview .interview_block._02 .txt_wrap .num {
	width: 8.9rem;
}
@media screen and (max-width: 767px) {
	#sec_interview .interview_block._02 .txt_wrap .num {
		width: 9.5rem;
	}
}
#sec_interview .interview_block._03 .img::before {
	content: "";
	width: 30.8rem;
	aspect-ratio: 308/229.5;
	background-position: center;
	background-size: contain;
	position: absolute;
	background-image: url(../img/hiranoremi_specialinterview/interview_cream03.png);
	left: -16rem;
	bottom: -12.3rem;
}
@media screen and (max-width: 767px) {
	#sec_interview .interview_block._03 .img::before {
		width: 32.2rem;
		left: 0;
		bottom: -9rem;
	}
}
#sec_interview .interview_block._03 .txt_wrap .num {
	width: 8.7rem;
}
@media screen and (max-width: 767px) {
	#sec_interview .interview_block._03 .txt_wrap .num {
		width: 9.3rem;
	}
}
#sec_interview .interview_block._04 .img::before {
	content: "";
	width: 30.1rem;
	aspect-ratio: 301/185.5;
	background-position: center;
	background-size: contain;
	position: absolute;
	background-image: url(../img/hiranoremi_specialinterview/interview_cream04.png);
	right: -4.7rem;
	bottom: -8.1rem;
}
@media screen and (max-width: 767px) {
	#sec_interview .interview_block._04 .img::before {
		width: 30rem;
		right: -1.2rem;
		bottom: -6.4rem;
	}
}
#sec_interview .interview_block._04 .txt_wrap .num {
	width: 8.5rem;
}
@media screen and (max-width: 767px) {
	#sec_interview .interview_block._04 .txt_wrap .num {
		width: 9.4rem;
	}
}
#sec_interview .interview_block._05 .img::before {
	content: "";
	width: 31.45rem;
	aspect-ratio: 314.5/136;
	background-position: center;
	background-size: contain;
	position: absolute;
	background-image: url(../img/hiranoremi_specialinterview/interview_cream05.png);
	left: -2.4rem;
	bottom: -9.5rem;
}
@media screen and (max-width: 767px) {
	#sec_interview .interview_block._05 .img::before {
		width: 31.4rem;
		left: 0;
		bottom: -5rem;
	}
}
#sec_interview .interview_block._05 .txt_wrap .num {
	width: 8.8rem;
}
@media screen and (max-width: 767px) {
	#sec_interview .interview_block._05 .txt_wrap .num {
		width: 9.4rem;
	}
}

/* sec_movie
--------------------------------*/
#sec_movie {
	padding: 9rem 0 11rem;
	background-color: #79C300;
}
@media screen and (max-width: 767px) {
	#sec_movie {
		padding: 11rem 0 19rem;
	}
	#sec_movie .wrap {
		padding: 0;
	}
}
#sec_movie .sec_ttl {
	width: 15.5rem;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#sec_movie .sec_ttl {
		width: 23.2rem;
	}
}
#sec_movie .movie_wrap {
	width: 96rem;
	aspect-ratio: 16/9;
	margin: 2.5rem auto 0;
}
@media screen and (max-width: 767px) {
	#sec_movie .movie_wrap {
		width: 100%;
		margin-top: 6.7rem;
	}
}
#sec_movie .movie_wrap iframe {
	width: 100% !important;
	height: 100% !important;
}

/* sec_profile
--------------------------------*/
#sec_profile {
	padding: 17rem 0 20rem;
	background: url(../img/hiranoremi_specialinterview/profile_bg_pc.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
	#sec_profile {
		padding: 37rem 0 42rem;
		background-image: url(../img/hiranoremi_specialinterview/profile_bg_sp.png);
	}
}
#sec_profile .sec_ttl {
	width: 17.2rem;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#sec_profile .sec_ttl {
		width: 25.9rem;
	}
}
#sec_profile .inner {
	width: 67rem;
	margin: 2.6rem auto 0;
}
@media screen and (min-width: 768px) {
	#sec_profile .inner {
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		gap: 4.5rem;
	}
}
@media screen and (max-width: 767px) {
	#sec_profile .inner {
		width: 100%;
		margin-top: 7rem;
	}
}
#sec_profile .inner .img {
	flex: 0 0 auto;
	width: 31.2rem;
}
@media screen and (max-width: 767px) {
	#sec_profile .inner .img {
		width: 100%;
	}
}
#sec_profile .inner .txt_wrap {
	flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
	#sec_profile .inner .txt_wrap {
		width: 100%;
		margin-top: 7.5rem;
	}
}
#sec_profile .inner .txt_wrap .ttl {
	font-size: 2.6rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	#sec_profile .inner .txt_wrap .ttl {
		text-align: center;
		font-size: 5.2rem;
	}
}
#sec_profile .inner .txt_wrap .txt {
	text-align: justify;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 2.4615384615;
	letter-spacing: 0.09em;
	margin-top: 1em;
}
@media screen and (max-width: 767px) {
	#sec_profile .inner .txt_wrap .txt {
		max-width: 56rem;
		font-size: 2.8rem;
		line-height: 2;
		margin: 1em auto 0;
	}
}

/* sec_products
--------------------------------*/
#sec_products {
	padding: 13rem 0 5rem;
}
@media screen and (max-width: 767px) {
	#sec_products {
		padding: 21rem 0 30rem;
	}
}
#sec_products .wrap {
	max-width: 120rem;
}
#sec_products .lineup_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 6rem 3.2rem;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list {
		gap: 5.4rem 2rem;
	}
}
#sec_products .lineup_list .item {
	background-color: #ffffff;
	border-radius: 1.5rem;
	box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.1);
	position: relative;
	transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
	#sec_products .lineup_list .item {
		display: flex;
		align-items: center;
	}
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item {
		width: 32.4rem;
		border-radius: 2rem;
		box-shadow: 0.4rem 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
	}
}
#sec_products .lineup_list .item .img_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32rem;
	border-radius: 1.5rem 0 0;
	position: relative;
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	#sec_products .lineup_list .item .img_wrap {
		flex: 0 0 auto;
		width: 26rem;
	}
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .img_wrap {
		height: 35rem;
		border-radius: 2rem 0 0;
	}
}
#sec_products .lineup_list .item .img_wrap .img {
	width: 10.7rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .img_wrap .img {
		width: 12rem;
	}
}
#sec_products .lineup_list .item .img_wrap .img > img {
	transition: opacity 0.3s ease;
}
#sec_products .lineup_list .item .img_wrap .img > img:not(.hover_img) {
	display: block;
	position: relative;
}
#sec_products .lineup_list .item .img_wrap .img .hover_img {
	width: 23.8rem;
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
	opacity: 0;
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .img_wrap .img .hover_img {
		width: 26.7rem;
	}
}
#sec_products .lineup_list .item .img_wrap .img._cap .hover_img {
	width: 22rem;
	top: auto;
	bottom: 0;
	translate: -50% 0;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .img_wrap .img._cap .hover_img {
		width: 24.6rem;
	}
}
#sec_products .lineup_list .item .img_wrap .ico_wrap {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 0.8rem;
	position: absolute;
	top: 1.9rem;
	right: 0;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .img_wrap .ico_wrap {
		gap: 1.8rem;
		top: 1.4rem;
		right: 1.2rem;
	}
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ldk01 {
	width: 7.1rem;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .img_wrap .ico_wrap .ldk01 {
		width: 8rem;
	}
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ldk02 {
	width: 7.8rem;
	margin: 0 -0.25rem;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .img_wrap .ico_wrap .ldk02 {
		width: 8rem;
		margin: 0;
	}
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 7rem;
	aspect-ratio: 1/1;
	border-radius: 50%;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .img_wrap .ico_wrap .ico {
		width: 8rem;
	}
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico span {
	text-align: center;
	color: #ffffff;
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1.3636363636;
	letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .img_wrap .ico_wrap .ico span {
		font-size: 1.2rem;
	}
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico01 {
	background-color: #79c300;
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico02 {
	background-color: #c8a141;
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico03 {
	background-color: #9993b6;
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico04 {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico04 span {
	color: #6B6460;
	font-size: 0.9rem;
	line-height: 1.2222222222;
	margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .img_wrap .ico_wrap .ico04 span {
		font-size: 1.1rem;
	}
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico04::before {
	content: "";
	width: 1.9rem;
	aspect-ratio: 1/1;
	background: url(../img/products/products_lineup_ico04.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .img_wrap .ico_wrap .ico04::before {
		width: 2.1rem;
	}
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico05 {
	background-color: #f3d500;
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico06 {
	background-color: #E8413C;
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico07 {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico07 span {
	color: #6B6460;
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico08 {
	background-color: #E0E0E0;
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico08 span {
	color: #6B6460;
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico09 {
	background-color: #7693DC;
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico10 {
	background-color: #ffffff;
	border: 1px solid #41b6e6;
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico10 span {
	color: #41b6e6;
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico11 {
	background-color: #FFBAC9;
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico12 {
	background-color: #3069C1;
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico13 {
	background-color: #F78816;
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico14 {
	background-color: #00A054;
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico15 {
	background-color: #85D140;
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico16 {
	background-color: #60cfa0;
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico17 {
	background-color: #FF6E69;
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico18 {
	background-color: #A5D700;
}
#sec_products .lineup_list .item .img_wrap .ico_wrap .ico19 {
	background-color: #ffa500;
}
#sec_products .lineup_list .item:hover {
	z-index: 1;
}
#sec_products .lineup_list .item:hover .img_wrap .img .hover_img {
	opacity: 1;
}
#sec_products .lineup_list .item:hover .img_wrap .img._cap > img:not(.hover_img) {
	opacity: 0;
}
@media (any-hover: hover) {
	#sec_products .lineup_list .item:hover {
		scale: 1.06;
		box-shadow: 0.5rem 0.5rem 1rem rgba(126, 123, 123, 0.3);
	}
}
#sec_products .lineup_list .item._new .img_wrap::before {
	content: "NEW";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12rem;
	height: 6rem;
	color: #ffffff;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1;
	padding-top: 2rem;
	background-color: #79C300;
	rotate: -45deg;
	transform-origin: top center;
	position: absolute;
	left: -6rem;
	top: 0;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item._new .img_wrap::before {
		width: 12rem;
		height: 6rem;
		font-size: 1.8rem;
		padding-top: 3rem;
		left: -6rem;
	}
}
#sec_products .lineup_list .item .inner {
	padding: 0 3rem;
}
@media screen and (min-width: 768px) {
	#sec_products .lineup_list .item .inner {
		flex: 1 1 auto;
	}
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .inner {
		padding: 4rem 3rem 4.5rem;
	}
}
#sec_products .lineup_list .item .inner .ttl {
	font-size: 1.9rem;
	line-height: 1.5789473684;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .inner .ttl {
		font-size: 2.8rem;
	}
}
#sec_products .lineup_list .item .inner .ttl.ls0 {
	letter-spacing: -0.025em;
}
#sec_products .lineup_list .item .inner .ttl sup {
	font-size: 53%;
}
#sec_products .lineup_list .item .inner .txt {
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.6923076923;
	letter-spacing: 0.08em;
	margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .inner .txt {
		font-size: 2rem;
		line-height: 1.7;
		letter-spacing: 0.05em;
	}
}
#sec_products .lineup_list .item .inner .txt sup {
	font-size: 60%;
}
#sec_products .lineup_list .item .inner .detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 1.4rem;
	border-top: 1px solid #6B6460;
	margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .inner .detail {
		flex-direction: row-reverse;
		margin-top: 2rem;
	}
}
#sec_products .lineup_list .item .inner .detail dl {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .inner .detail dl {
		gap: 1rem;
	}
}
#sec_products .lineup_list .item .inner .detail dl dt,
#sec_products .lineup_list .item .inner .detail dl dd {
	font-family: "Inter", sans-serif;
	line-height: 1.5;
}
#sec_products .lineup_list .item .inner .detail dl dt {
	color: #B5B1AF;
	font-weight: 500;
	font-size: 1.1rem;
	margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .inner .detail dl dt {
		display: none;
	}
}
#sec_products .lineup_list .item .inner .detail dl dd {
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .inner .detail dl dd {
		font-size: 2.6rem;
	}
}
#sec_products .lineup_list .item .inner .detail dl dd .ja {
	font-family: #6B6460;
	font-size: 1.2rem;
	margin-left: 0.3rem;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .inner .detail dl dd .ja {
		font-size: 2rem;
		margin-left: 0.8rem;
	}
}
#sec_products .lineup_list .item .inner .btn_wrap {
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .inner .btn_wrap {
		margin-top: 6rem;
	}
}
#sec_products .lineup_list .item .inner .btn_wrap .acd_btn {
	height: 4.4rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .inner .btn_wrap .acd_btn {
		height: 6rem;
	}
}
#sec_products .lineup_list .item .inner .btn_wrap .acd_btn button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 4.4rem;
	padding: 1rem 4rem;
	color: #79C300;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.3333333333;
	background-color: #fff;
	border: 0.2rem solid #79C300;
	border-radius: 2.4rem;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .inner .btn_wrap .acd_btn button {
		height: 6rem;
		font-size: 2.4rem;
		padding: 1rem 5rem;
		border-radius: 3rem;
	}
}
#sec_products .lineup_list .item .inner .btn_wrap .acd_btn button::after {
	content: "";
	width: 0.8rem;
	aspect-ratio: 1/1;
	border-right: 1px solid #79C300;
	border-bottom: 1px solid #79C300;
	rotate: 45deg;
	position: absolute;
	right: 2.4rem;
	translate: 0 -30%;
	transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .inner .btn_wrap .acd_btn button::after {
		width: 1.6rem;
		border-width: 0.2rem;
		right: 3rem;
	}
}
#sec_products .lineup_list .item .inner .btn_wrap .acd_btn .acd_content {
	width: 100%;
	background-color: #ffffff;
	border: 0.2rem solid #79C300;
	border-top: none;
	border-radius: 0 0 2.4rem 2.4rem;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: calc(100% - 0.2rem);
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.2s ease, opacity 0.3s ease;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .inner .btn_wrap .acd_btn .acd_content {
		border-radius: 0 0 3rem 3rem;
	}
}
#sec_products .lineup_list .item .inner .btn_wrap .acd_btn .acd_content a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 8.3rem;
	padding: 1rem 2rem;
	transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
	#sec_products .lineup_list .item .inner .btn_wrap .acd_btn .acd_content a:hover {
		background-color: #ECECEC;
	}
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .inner .btn_wrap .acd_btn .acd_content a {
		min-height: 8rem;
	}
}
#sec_products .lineup_list .item .inner .btn_wrap .acd_btn .acd_content a img.logo_yaman {
	width: 9.6rem;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .inner .btn_wrap .acd_btn .acd_content a img.logo_yaman {
		width: 10.7rem;
	}
}
#sec_products .lineup_list .item .inner .btn_wrap .acd_btn .acd_content a img.logo_rakuten {
	width: 9.3rem;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .inner .btn_wrap .acd_btn .acd_content a img.logo_rakuten {
		width: 11rem;
	}
}
#sec_products .lineup_list .item .inner .btn_wrap .acd_btn .acd_content a img.logo_yahooshopping {
	width: 13.8rem;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .inner .btn_wrap .acd_btn .acd_content a img.logo_yahooshopping {
		width: 14.1rem;
	}
}
#sec_products .lineup_list .item .inner .btn_wrap .acd_btn .acd_content a .txt {
	display: block;
	color: #312C2A;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
	#sec_products .lineup_list .item .inner .btn_wrap .acd_btn .acd_content a .txt {
		font-size: 1.6rem;
	}
}
#sec_products .lineup_list .item .inner .btn_wrap .acd_btn.is-active {
	z-index: 10;
}
#sec_products .lineup_list .item .inner .btn_wrap .acd_btn.is-active button {
	border-bottom-color: transparent !important;
	border-radius: 2.4rem 2.4rem 0 0;
}
#sec_products .lineup_list .item .inner .btn_wrap .acd_btn.is-active button::after {
	translate: 0 10%;
	scale: -1 -1;
}
#sec_products .lineup_list .item .inner .btn_wrap .acd_btn.is-active .acd_content {
	grid-template-rows: 1fr;
	opacity: 1;
	pointer-events: auto;
}
@media (any-hover: hover) {
	#sec_products .lineup_list .item:hover {
		scale: 1.06;
		box-shadow: 0.5rem 0.5rem 1rem rgba(126, 123, 123, 0.3);
		z-index: 1;
	}
	#sec_products .lineup_list .item:hover .img_wrap .img::before {
		opacity: 1;
	}
}
#sec_products .note {
	font-weight: 500;
	font-size: 1.1rem;
	margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
	#sec_products .note {
		font-size: 2.2rem;
		letter-spacing: 0.05em;
	}
}

/* fixed_link_movie
--------------------------------*/
.fixed_link_movie {
	position: fixed;
	right: 2rem;
	bottom: 6.5rem;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 99;
}
.fixed_link_movie.is-show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
@media screen and (max-width: 767px) {
	.fixed_link_movie {
		width: 100%;
		background-color: #ffffff;
		left: 0;
		bottom: 0;
	}
}
.fixed_link_movie a {
	display: block;
	width: 29.1rem;
	padding: 0.7rem;
	background-color: #FF6043;
	border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
	.fixed_link_movie a {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		gap: 2rem;
		width: 100%;
		padding: 1rem;
		border-radius: 0;
	}
}
.fixed_link_movie a .ttl {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.5;
	letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
	.fixed_link_movie a .ttl {
		flex: 1 1 auto;
		text-align: left;
		font-size: 3.2rem;
	}
}
.fixed_link_movie a .img {
	border-radius: 1rem;
	margin-top: 0.5rem;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.fixed_link_movie a .img {
		flex: 0 0 auto;
		width: 21.45rem;
	}
}

/* pagetop
--------------------------------*/
@media screen and (max-width: 767px) {
	.pagetop {
		bottom: 16rem;
	}
	.fixed_link_movie.is-hidden + .pagetop {
		bottom: 2rem;
	}
	#footer {
		padding-bottom: 24rem;
	}
}