@charset "utf-8";
#fullWrap{
	width: 100%;
	min-width: 100%;
	min-height: 620px;
	position: relative;
}
@media screen and (max-width: 768px){
	#fullWrap{
		min-width: 100%;
		min-height: auto;
		overflow: hidden;
	}
}

.pageContWrap{
	width: 100%;
	min-height: 100vh;
	padding-top: 4.5%;
	position: relative;
}

@media screen and (max-width: 768px){
	.pageContWrap{
		padding-top: 152px;
		padding-bottom: 64px;
	}
}

.sectionChara {
	position: sticky;
	bottom: 0;
	right: 0;
	width: 170px;
	height: 120px;
	margin-left: auto;
	overflow: hidden;
	z-index: 100;
}
@media screen and (max-width: 768px){
	.sectionChara{
		position: absolute;
		top: 32px;
		right: calc(50% - 85px);
	}
}
.sectionCharaIn{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 170px;
	height: 120px;
}
.sec_fukidashi{
	width: 70px;
	height: 68px;
	background: url(../img/common/fukidashi.svg) no-repeat center center / contain;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	line-height: 15px;
	color: #d089a0;
	font-weight: 500;
	position: absolute;
	top: 10px;
	left: 0;
}
.sec_charaimg{
	width: 130px;
	height: 120px;
	margin-left: auto;
}
.sec_charaimg img{
	width: 100%;
}

/** sec_charaimg **/
.sec_charaimg.chara01{
	background: url(../img/common/secChara/chara_01.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara02{
	background: url(../img/common/secChara/chara_02.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara03{
	background: url(../img/common/secChara/chara_03.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara04{
	background: url(../img/common/secChara/chara_04.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara05{
	background: url(../img/common/secChara/chara_05.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara06{
	background: url(../img/common/secChara/chara_06.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara07{
	background: url(../img/common/secChara/chara_07.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara08{
	background: url(../img/common/secChara/chara_08.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara09{
	background: url(../img/common/secChara/chara_09.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara10{
	background: url(../img/common/secChara/chara_10.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara11{
	background: url(../img/common/secChara/chara_11.png)no-repeat left bottom / 130px 120px;
}
.sec_charaimg.chara12{
	background: url(../img/common/secChara/chara_12.png)no-repeat left bottom / 130px 120px;
}

#header .hoff{
	opacity: 1;
	transition: .6s ease-in-out;
}
#header .hoff.off{
	opacity: 0;
}
.sectionCharaIn.hoff{
	transition: .4s ease-in-out;
	transition-delay: 200ms;
}
.sectionCharaIn.hoff.off{
	right: -100%;
}
@media screen and (max-width: 768px){
	.sectionCharaIn.hoff.off{
		right: 0;
		bottom: -100%;
	}
	#header .hoff.off{
		opacity: 1!important;
	}
}


.goodsBG{
	position: absolute;
	top: 0;
	right: 130px;
	bottom: 0;
	left: 0;
	background-color: #ffddaf;
	z-index: -1;
}
.goodsBG div{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../img/common/common_bg.png);
	mix-blend-mode: overlay;
	opacity: 0.7;
}

@media screen and (max-width: 768px){
	.goodsBG{
		right: 0;
	}
}

/* Footer */
.footerIMG{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.copyright{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	position: absolute;
	bottom: 10px;
	text-shadow    :1px  1px 0px #ee87a8,-1px  1px 0px #ee87a8,1px -1px 0px #ee87a8,-1px -1px 0px #ee87a8,1px  0px 0px #ee87a8,0px  1px 0px #ee87a8,-1px  0px 0px #ee87a8,0px -1px 0px #ee87a8;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.copyright{
		bottom: 20px;
	}
	.toTop{
		width: 70px;
		height: 70px;
		position: absolute;
		bottom: 30px;
		right: 30px;
		background: url(../img/common/arrow_top.svg)no-repeat center center / contain;
		box-shadow: 8.999px 10.725px 29px 0px rgba(0, 0, 0, 0.66);
		border-radius: 50%;
	}
}


/*-----------------------------------------------
 * 01. goods COMMON
-------------------------------------------------*/
.goodsWrap{
	width: calc(100% - 130px);
	/*min-width: 1070px;*/
	display: flex;
	justify-content: center;
	min-height: calc(100vh - 4.5vw - 120px);
	padding-top: 10px;
}
.goodsInWrap{
	width: 928px;
	display: block;
	position: relative;
}
@media screen and (max-width: 1138px){
	.goodsInWrap{
		width: 100%;
		padding: 0 40px;
	}
}
@media screen and (max-width: 768px){
	.goodsWrap{
		width: 100%;
		padding-top: 0;
	}
	.goodsInWrap{
		width: 100%;
		padding: 0 40px;
	}
}

.goodsNavLists{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.goodsNavList{
	width: 50%;
	margin-right: 20px;
}
.goodsNavList:nth-of-type(2){
	margin-right: 0;
}
.goodsNavList a{
	display: block;
	padding: 33px 0;
	text-align: center;
	border-radius: 20px;
	background-color: #fff;
	color: #ee88a9;
	transition: .3s ease;
	text-decoration: none;
	font-size: 24px;
	line-height: 1;
}
.goodsNavList a.is-active,.goodsNavList a:hover{
	background-color: #ee88a9;
	color: #fff;
}
.goodsNavList a.cs{
	pointer-events: none;
	opacity: 0.78;
}

.goodsCont{
	width: 100%;
	padding: 48px 24px;
	border-radius: 20px;
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 40px;
}
.goodsCont.index{
	background-color: unset;
	margin-bottom: 0;
}

.goodsCont p{
	font-size: 16px;
	line-height: 2;
	color: #000;
	padding-bottom: 50px;
	margin-top: 32px;
}

.goodsLists{
	display: flex;
	flex-wrap: wrap;
}
.goodsList{
	width: 25%;
	padding: 0 10px;
	margin-bottom: 32px;
}
.goodsList__link{
	text-decoration: none;
}
p.goodsList__ttl{
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	color: #ee88a9;
	font-weight: 700;
	margin-top: 12px;
	text-align: center;
	padding-bottom: 0;
	letter-spacing: 0.0
}
.goodsList__ttl span{
	position: relative;
	color: #000;
	background: linear-gradient(#fff, #ee87a8) right bottom/0 2px no-repeat;
	transition: background-size 0.25s ease, color .3s ease;
}
.goodsList__link:hover .goodsList__ttl span{
	color: #ee88a9;
	background-position: left bottom;
	background-size: 100% 2px;
}

.goodsList__link_img{
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}
.goodsList__link_img img{
	width: 100%;
	transition: .3s ease;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.goodsList__link:hover .goodsList__link_img img{
	opacity: 0.8;
	transform: scale(1.05);
}


@media screen and (max-width: 900px){
	.goodsList{
		width: 33.3334%;
		/*padding: 0;*/
		margin-bottom: 32px;
	}
}

@media screen and (max-width: 768px){
	.goodsCont{
		padding: 48px;
	}
	.goodsCont p{
		font-size: 2rem;
	}
	.goodsList{
		width: 50%;
		/*padding: 0 10px;*/
		margin-bottom: 48px;
	}
	.goodsList:last-child{
		margin-bottom: 0;
	}
	.goodsList__ttl{
		font-size: 2.4rem;
		margin-bottom: 26px;
	}
}


/*** GOODS DETAIL ***/
.goodsTitle{
	font-size: 24px;
	font-weight: 700;
	color: #ee88a9;
	text-align: center;
	margin-bottom: 24px;
}
.goodsIMG{
	width: 100%;
	text-align: center;
	margin-bottom: 48px;
}
.goodsIMG img{
	max-width: 100%;
}

.goodsDetailList{
	display: flex;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 16px;
}
.goodsDetailList dt{
	min-width: 15%;
	flex-shrink: 0;
}
.goodsDetailList dd{
	max-width: 85%;
	padding-left: 10px;
}
.goods__link{
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-top: 48px;
}
.goods__link a{
	display: inline-block;
	padding: 8px 30px;
	border-radius: 32px;
	border: 2px solid #ee88a9;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.3334;
	color: #ee88a9;
	font-weight: 700;
	transition: .3s ease;
}
@media screen and (min-width: 769px){
	.goodsDetailList.f100{
		flex-wrap: wrap;
	}
	.goods__link a:hover{
		background-color: #ee88a9;
		color: #fff;
	}
}

@media screen and (max-width: 768px){
	.goodsCont{
		margin-bottom: 64px;
	}
	.goodsCont.index{
		margin-bottom: 0;
	}
	.goodsTitle{
		font-size: 3.2rem;
	}
	.goodsDetailList{
		font-size: 2rem;
	}
	.goodsDetailList dt{
		min-width: 20%;
	}
	.goodsDetailList dd{
		max-width: 80%;
		padding-left: 24px;
	}
	.goodsDetailList.f100{
		flex-wrap: wrap;
	}
	.goodsDetailList.f100 dt{
		width: 100%;
	}
	.goodsDetailList.f100 dd{
		max-width: 100%;
		padding-left: 0;
		margin-top: 8px;
	}
	.goods__link a{
		padding: 10px 24px;
		font-size: 2.4rem;
	}
}


.goodsBackWrap{
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 130px);
	height: 120px;
	overflow: hidden;
}
.goodsBack{
	position: absolute;
	left: calc(50% - 85px);
	bottom: 0;
	width: 170px;
	height: 120px;
}
.goodsBackWrap.ef .sectionCharaIn{
	bottom: -100%;
	transition: .4s ease-in-out;
	transition-delay: 200ms;
}
.goodsBackWrap.efo .sectionCharaIn{
	bottom: 0;
	transition-delay: 0ms;
}


@media screen and (max-width: 768px){
	.goodsBackWrap{
		width: 100%;
	}
}