
.fs-l-main, .fs-l-main, .fs-l-pageMain {
	max-width: inherit !important;
	margin: 0 auto;
}
#fs_CustomPage .fs-l-main {
	padding: 0;
}
.fs-c-breadcrumb__listItem {
	display: inline;
}

/* css */
:root {
	--noto: "Noto Sans JP", sans-serif;
	--color_main: #2e2e2e;
	--shadow: drop-shadow(.2em .2em 2em rgba(222,227,229,.7));
	--width: 1200px;
}
@media screen and (max-width: 1380px) {
	:root {
		--width: 92%;
	}
}

.pc_only {
	display: block;
}
@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
}

.sp_only {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}
}

.lp_wrap {
	margin: 0 auto;
	font-weight: 400;
	font-family: var(--noto);
}
.lp_wrap img {
	width: 100%;
	display: block;
}
@media screen and (max-width: 1380px) {
}
@media screen and (max-width: 768px) {
}
.lp_wrap * {
	line-height: 1em;
	font-feature-settings: "palt";
	font-family: var(--font);
	color: var(--color_main);
	font-size: 62.5%;
	line-height: 2;
}
a:hover, a:focus{
	text-decoration: none;
}

/*共通*/
.content-wrap{
	max-width: 950px;
	width: 100%;
	margin: auto;
	padding: 10rem 0;
}
.content-wrap .text{
	font-size: 1.8rem;
	color: #373737;
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #373737;
	font-weight: 600;
}
.content-wrap .text .underline{
	text-decoration: none;
	border-bottom: 1px solid #373737;
	font-size:1.8rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 600;
}
.content-wrap .text .pink{
	color: #d856a0;
	font-size:1.8rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 600;
}
.content-wrap .list{
	display: flex;
	justify-content: space-between;
	gap: 4rem;
}
.content-wrap .list li{
	width: calc(100% / 2 - 2rem);
}

.content-wrap .list .typebtn01{
  position: relative;
	width: 85%;
	background-color: #e89c0b;
	color: #FFF;
	font-size: 2.4rem;
  font-family: "Kaisei Tokumin", serif;
	padding: 10px 0;
	margin: 3rem auto 0;
	border-radius: 999px;
  box-shadow: 0 6px 0 #c38b06;
}
.content-wrap .list .typebtn01::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
	width: 12px;
	height: 12px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.content-wrap .list .typebtn01:hover {
  transform: translateY(1px);
  box-shadow: 0 2px 0 #c38b06;
}
.content-wrap .list .typebtn01:active {
  transform: translateY(3px);
  box-shadow: 0 0px 0 #c38b06;
}
.content-wrap .list .typebtn02{
  position: relative;
	width: 85%;
	background-color: #d856a0;
	color: #FFF;
	font-size: 2.4rem;
  font-family: "Kaisei Tokumin", serif;
	padding: 10px 0;
	margin: 3rem auto 0;
	border-radius: 999px;
  box-shadow: 0 6px 0 #b64184;
}
.content-wrap .list .typebtn02::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
	width: 12px;
	height: 12px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.content-wrap .list .typebtn02:hover {
  transform: translateY(1px);
  box-shadow: 0 2px 0 #b64184;
}
.content-wrap .list .typebtn02:active {
  transform: translateY(3px);
  box-shadow: 0 0px 0 #b64184;
}

.pc_only{
	display: block;
}

@media screen and (max-width:768px){
	.content-wrap{
		max-width: 950px;
		width: 100%;
		margin: auto;
		padding: 6rem 2rem;
	}
	.content-wrap .list{
		gap:2rem;
	}
	.content-wrap .list .typebtn01,
	.content-wrap .list .typebtn02{
		font-size: 2rem;
		width: 100%;
		padding: 5px 0;
	}
	.content-wrap .list .typebtn01::after,
	.content-wrap .list .typebtn02:after{
		right: 10px;
		width: 10px;
		height: 10px;
	}
	.pc_only{
		display: none;
	}
}
@media screen and (max-width:520px){
	.content-wrap .text{
		font-size: 1.6rem;
	}
	.content-wrap .list .typebtn01,
	.content-wrap .list .typebtn02{
		font-size: 1.8rem;
	}
}



.content-wrap h2{
	display: block;
	margin: 0 auto 6rem;
	text-align: center;
}
.content-wrap h2 span{
	font-size: 4.5rem;
  font-family: "Kaisei Tokumin", serif;
	color: #373737;
	text-align: center;
}
/*タイトル★*/
.star-divider {
	position: relative;
	width: 100%;
	height: 40px;
}
.star-divider::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 1px;
	background: #7f7f7f;
	transform: translateY(-50%);
	max-width: 900px;
	margin: 0 auto;
}
.star-divider .star {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
	color: #2f2f2f;
	font-size: 2rem;
	user-select: none;
}
.star-divider .star.left  {
		left: 0;
		margin: 0;
}
.star-divider .star.right {
		right: 0px;
		margin: 0;
}
/*タイトル★*/

@media screen and (max-width:768px){
	.content-wrap h2{
		margin-bottom: 3rem;
	}
	.content-wrap h2 span{
		font-size: 3.5rem;
	}
}
@media screen and (max-width:520px){
	.content-wrap h2 span{
		font-size: 2.6rem;
	}
	.star-divider::before{
		width: 80%;
	}
}

.lead .text{
	margin-bottom: 6rem;
}
.lead .list{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.lead .list li{
	max-width: 345px;
	width: 100%;
	margin: 0 auto;
}
.recommend{
	position: relative;
	background-color: #fbf4ec;
}
.recommend::before{
	position: absolute;
	content: "";
	background-image: url(../img/reco_bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 960 / 31;
	width: 100%;
	top: -10px;
	left: 0;
}
.recommend::after{
	position: absolute;
	content: "";
	background-image: url(../img/reco_bg02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 960 / 31;
	width: 100%;
	bottom: -10px;
	left: 0;
}
.recommend .text{
	margin-bottom: 6rem;
}
.recommend .images{
	max-width: 835px;
	width: 100%;
	margin-left: auto;
}
.introduction .text{
	margin-bottom: 6rem;
}
.introduction .list{
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	gap:0;
}
.introduction .list li{
	width: calc(100% / 2);
}

.color{
	position: relative;
	background-color: #f7edf1;
}
.color::before{
	position: absolute;
	content: "";
	background-image: url(../img/color_bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 960 / 31;
	width: 100%;
	top: -10px;
	left: 0;
}
.color::after{
	position: absolute;
	content: "";
	background-image: url(../img/color_bg02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	aspect-ratio: 960 / 31;
	width: 100%;
	bottom: -10px;
	left: 0;
}
.color .text{
	margin-bottom: 3rem;
}
.color .content-wrap{
	padding-bottom: 20rem;
}
.color .blocklist{
	max-width: 850px;
	width: 100%;
	margin: 0 auto 12rem;
}
.color .select{
	position: relative;
}
.color .select::after{
	position: absolute;
	content: "";
	background-image: url(../img/heart.png);
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 315 / 361;
	max-width: 315px;
	width: 100%;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.color .select .ttl{
	color: #96366c;
	font-size: 3.8rem;
  font-family: "Kaisei Tokumin", serif;
	text-align: center;
	margin-bottom: 1rem;
}



.summary .text{
	margin-bottom: 4rem;
}
.list_btn{
  position: relative;
  display: block;
	max-width: 360px;
	width: 100%;
	margin: 0 auto;
  padding: 10px 0px;
  font-weight: bold;
	text-align: center;
  background-color: #d856a0;
  color: white;
  border-radius: 999px;
	font-size: 2.4rem;
  font-family: "Kaisei Tokumin", serif;
	letter-spacing: 2px;
  cursor: pointer;
  box-shadow: 0 6px 0 #b64184;
  transition: all 0.1s ease;
}
.list_btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
	width: 12px;
	height: 12px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.list_btn:hover {
  transform: translateY(1px);
  box-shadow: 0 2px 0 #b64184;
}

.list_btn:active {
  transform: translateY(3px);
  box-shadow: 0 1px 0 #b64184;
}

@media screen and (max-width:768px){
	.color .content-wrap{
		padding-bottom: 10rem;
	}
	.color .select .ttl{
		font-size: 3rem;
	}
	.color .select::after{
		width: 50%;
	}
	.color .blocklist{
		margin-bottom: 6rem;
	}
	.list_btn{
		font-size: 2rem;
	}
}

@media screen and (max-width:520px){
	.color .select .ttl{
		font-size: 2.2rem;
	}
	.color .select::after{
		width: 50%;
	}
	.list_btn{
		font-size: 1.8rem;
	}
}