/* CSS Document */
.invisible {
	visibility: hidden;
}

#LS_HEADER {
	z-index: 500;
}

#LS_HEADER.is-fixed {
	z-index: 500;
	background-color: rgba(255, 255, 255, 0.1);
}

#LS_HEADER .ls_inner {
	padding-top: 0;
}

#LS_BREADCRUMBS {
	z-index: 400;
}

#LS_BREADCRUMBS .inner {
	background: inherit;
}

#LS_BREADCRUMBS a,
#LS_BREADCRUMBS li {
	color: #000;
}

#LS_BREADCRUMBS ul li {
	background-image: url(./images/icon_arrow_right.png);
}

.ls_glonav>ul>li::after {
	z-index: 510;
}

iframe {
	border: none;
}

.movie_set p {
	font-family: "M PLUS Rounded 1c";
}

a.hv img {
	transition-duration: 0.4s;
}

a.hv:hover img {
	/* box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5); */
	transform: translateY(-20px);
	transition-duration: 0.4s;
	filter: brightness(110%);
	border-radius: 20px;
}

/* ロード画面 */
.loading {
	position: fixed;
	width: 100%;
	height: 100dvh;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FF3B8E;
	background-image: url("./images/rogo.png");
	background-position: center;
	background-repeat: no-repeat;
	z-index: 600;
}

.loading .bar {
	background-color: #fff;
	height: 1px;
	width: 0%;
	position: absolute;
	top: 60%;
	left: 0px;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	color: #fff;
	z-index: 601;
}

.loading .p {
	position: absolute;
	top: 5px;
	right: 0px;
	z-index: 601;
}

/* ロード画面 ここまで*/
/* モールボタン */
.buttons_set a {
	border-radius: 0.6em;
	-webkit-box-shadow: 0px 0px 3px #FFFFFF;
	box-shadow: 0px 0px 2px #FFFFFF;
	font-family: "M PLUS Rounded 1c" !important;
	transform: rotate(0.05deg);
	color: #ffffff;
	text-decoration: none;
	font-weight: 900;
	width: 330px;
	text-align: center;
	margin: 0.5em 1.0em 0;
}

@media screen and (min-width: 768px) {
	.yumedeco_lineup .buttons_set a {
		width: 600px;
	}

	.yumedeco_lineup .cart_button {
		height: 70px;
		font-size: 26px;
	}

	.yumedeco_lineup .cart_button::before {
		width: 30px;
		height: 30px;
	}
}

.buttons_set a.cart::before {
	content: "\f07a";
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
	.buttons_set a {
		width: 200px !important;
		margin: 0;
	}


}

@media screen and (max-width: 767px) {
	.buttons_set a {
		width: 85%;
		font-family: 'M PLUS Rounded 1c', sans-serif;
	}

	.nijikyun_contents .dress_set .item_dress .buttons_set a {
		width: 85%;
	}
}

/* モールボタン　ここまで */
/**インクルードメニュー**/
#menu,
#menu_bottom {
	position: relative;
	z-index: 100;
	background-image: url("images/bg_menu.jpg");
	background-position: center center;
	background-repeat: repeat-x;
	background-size: cover;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: -50px;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
}

#menu.top .m1,
#menu_bottom.top .m1 {
	box-sizing: initial;
	width: 30%;
	border-bottom: 5px solid #ff3b8e;
	height: 80px;
}

#menu.howto .m2,
#menu_bottom.howto .m2 {
	box-sizing: initial;
	width: 30%;
	border-bottom: 5px solid #ff3b8e;
	height: 80px;
}

#menu.contents .m3,
#menu_bottom.contents .m3 {
	box-sizing: initial;
	width: 30%;
	border-bottom: 5px solid #ff3b8e;
	height: 80px;
}

.yumedeco_menu {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
}

.yumedeco_menu a {
	padding: 25px 0 10px;
	position: relative;
	width: 33%;
}

.yumedeco_menu a img {
	position: absolute;
	z-index: 200;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	width: 90%;
	height: auto;
}

.yumedeco_menu a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 200ms 0s;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 340px;
	height: 130px;
	content: "";
	display: block;
	z-index: 100;

}

.yumedeco_menu a:hover:before {
	filter: brightness(105%);
	animation: hoverbounce 0.8s ease-out;
}

@keyframes hoverbounce {
	0% {
		transform: translate(-50%, -50%);
	}

	16.6% {
		transform: translate(-50%, -52%);
		animation-timing-function: ease-in;
	}

	33.3% {
		transform: translate(-50%, -50%);
	}

	49.8% {
		transform: translate(-50%, -56%);
		animation-timing-function: ease-in;
	}

	66.4% {
		transform: translate(-50%, -50%);
	}

	83% {
		transform: translate(-50%, -52%);
		animation-timing-function: ease-in;
	}

	100% {
		transform: translate(-50%, -50%);
	}
}

.yumedeco_menu a.m1::before {
	background-image: url("images/menu_bg.png");
}

.yumedeco_menu a.m2::before {
	background-image: url("images/menu_bg_02.png");
}

.yumedeco_menu a.m3::before {
	background-image: url("images/menu_bg_03.png");
}

.yumedeco_menu a.m4::before {
	background-image: url("images/menu_bg_04.png");
}

/**インクルードメニュー　ここまで**/
.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

@keyframes scroll-anim {
	100% {
		background-position: -100% 0;
	}
}

.contents_wrap {
	position: relative;
	margin: 0px;
	padding: 0 0px 40px;
	font-family: "Rounded Mplus 1c";
	background-size: cover;
	background-position: center top;
}

.contents_wrap.second .ls_inner {
	position: relative;
}

.contents_wrap p.main_txt {
	text-align: center;
	font-weight: 900;
	font-size: 20px;
	line-height: 2.5em;
	color: #33B4B4;
	margin-bottom: 1em;
	font-family: "Rounded Mplus 1c";
	/* for modan browser */
	text-shadow: -2px -2px 0px #FFF, -2px -1px 0px #FFF, -2px 0px 0px #FFF, -2px 1px 0px #FFF, -2px 2px 0px #FFF, -1px -2px 0px #FFF, -1px 2px 0px #FFF, 0px -2px 0px #FFF, 0px 2px 0px #FFF, 1px -2px 0px #FFF, 1px 2px 0px #FFF, 2px -2px 0px #FFF, 2px -1px 0px #FFF, 2px 0px 0px #FFF, 2px 1px 0px #FFF, 2px 2px 0px #FFF;
	/* for IE */
	filter: dropshadow(color=#ffffff, offx=0, offy=2, positive=1), dropshadow(color=#ffffff, offx=1, offy=1, positive=1), dropshadow(color=#ffffff, offx=1, offy=-1, positive=1), dropshadow(color=#ffffff, offx=0, offy=-2, positive=1), dropshadow(color=#ffffff, offx=-1, offy=-2, positive=1), dropshadow(color=#ffffff, offx=-2, offy=-1, positive=1), dropshadow(color=#ffffff, offx=-2, offy=1, positive=1), dropshadow(color=#ffffff, offx=-1, offy=1, positive=1);
}

.contents_wrap .note p {
	text-align: center;
	font-weight: 900;
	font-size: 16px;
	line-height: 2;
	/* for modan browser */
	text-shadow: 0px 2px 1px #ffffff, 0px 1px 1px #ffffff, 1px 1px 1px #ffffff, 1px 0px 1px #ffffff, 2px 0px 1px #ffffff, 1px -1px 1px #ffffff, 1px -2px 1px #ffffff, 0px -2px 1px #ffffff, -1px -2px 1px #ffffff, -2px -2px 1px #ffffff, -2px -1px 1px #ffffff, -2px 0px 1px #ffffff, -2px 1px 1px #ffffff, -1px 1px 1px #ffffff;

	/* for IE */
	filter: dropshadow(color=#ffffff, offx=0, offy=2, positive=1), dropshadow(color=#ffffff, offx=1, offy=1, positive=1), dropshadow(color=#ffffff, offx=1, offy=-1, positive=1), dropshadow(color=#ffffff, offx=0, offy=-2, positive=1), dropshadow(color=#ffffff, offx=-1, offy=-2, positive=1), dropshadow(color=#ffffff, offx=-2, offy=-1, positive=1), dropshadow(color=#ffffff, offx=-2, offy=1, positive=1), dropshadow(color=#ffffff, offx=-1, offy=1, positive=1);
	margin-bottom: 1em;
}

.fade {
	opacity: 0;
	transition: opacity 0.5s;
}

.fade.view {
	opacity: 1;
}

/*===========
inview
===========*/

.fadeIn {
	opacity: 0;
	transition: 1s;
}

.fadeIn.is-show {
	opacity: 1;
}

.contents_wrap.first {
	background-size: cover;
	background-image: url(images/bg_mv.jpg);
	background-position: center top -30px;
}

@media screen and (max-width: 768px) {
	.contents_wrap.first {
		background: url(images/bg_mv.jpg) no-repeat #fffdd6;
		background-position: center top;
		background-size: contain;
	}
}

.contents_wrap.first.under {
	background-size: contain;
}

.contents_wrap.first.under_02 {
	background-size: cover;
}

.contents_wrap.first.under::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 300px;
	bottom: 0;
	left: 0px;
	background-image: none;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.contents_wrap.second {
	background-image: url(images/bg_body_second.jpg);
}

.contents_wrap.third {
	background-image: url(images/bg_body_third.jpg);
}

.contents_wrap.fourth {
	background-image: url(images/bg_body_fourth.jpg);
}

.contents_wrap.bg_blue {
	background-image: url(images/bg_body_blue.jpg);
}

.contents_wrap.bg_blue.pd_top {
	padding-top: 150px;
}

.contents_wrap.bg_blue.pd_top img {
	width: 100%;
	max-width: inherit;
}

.thumb_item {
	margin-top: 3.0rem;
	padding: 1.5rem;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.5);
	padding-bottom: 3.0rem;
	margin-bottom: 6.0rem;
}

.thumb_item.ex {
	background: rgba(255, 255, 255, 0.5);
	border: 8px dotted #80d0ff;
}

.thumb_item p {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	width: 80%;
	margin: auto;
	margin-top: -3.5rem;
	margin-bottom: 2.0rem;
	padding: 1.0rem;
	/*	background: #fff9a8;
	border: 6px solid #fff56d;
	border-radius: 20px; */
	font-size: 22px;
	color: #E25F9E;
	font-weight: bold;
	text-align: center;


	text-shadow: -1px -1px 4px #FFF, -1px 0 4px #FFF, -1px 1px 4px #FFF,
		0 -1px 4px #FFF, 0 1px 4px #FFF,
		1px -1px 4px #FFF, 1px 0 4px #FFF, 1px 1px 4px #FFF;
}

p.copy {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-shadow: -1px -1px 2px #FFF, -1px 0 2px #FFF, -1px 1px 2px #FFF,
		0 -1px 2px #FFF, 0 1px 2px #FFF,
		1px -1px 2px #FFF, 1px 0 4px #FFF, 1px 1px 2px #FFF;
	margin-top: 6.0rem;
	margin-bottom: -3.0rem;
}

.contents_wrap .inner {
	position: relative;
	z-index: 100;
	padding-bottom: 100px;
}

.ls_inner.mv_area {
	padding-top: 200px;
	z-index: 100;
	position: inherit;
}

.under .ls_inner.mv_area {
	padding-bottom: 200px;
}

.contents_wrap img {
	max-width: 100%;
	height: auto;
}

.contents_wrap figure.main_ttl {
	margin-top: -150px;
	text-align: center;
}

.contents_wrap figure.main_ttl img {
	width: 100%;
	max-width: 600px;
}

.mv_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.mv_flex .mv_item {
	width: 33%;
}

.contents_wrap .top {
	margin-bottom: 3em;
}

.contents_wrap .top.mv_area {
	padding-left: 1em;
	padding-right: 1em;
}

.contents_wrap .top.mv_area img {
	margin-top: 1em;
	margin-bottom: 2em;
}

.contents_wrap .howto-top {
	margin-bottom: 0;
	margin: auto;
	padding-top: 10px;
	width: 95%;
	text-align: center;

}

.contents_wrap .line {
	width: 100%;
	height: 26px;
	background-image: url("images/line.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.contents_wrap .bnr {
	width: 85%;
	height: auto;
	margin: 0 auto 4em;
	display: block;
}

.contents_wrap .dress_set {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	margin: 0 auto 2em;
	background-image: -webkit-linear-gradient(270deg, rgba(252, 255, 217, 0.00) 0%, rgba(252, 255, 217, 0.10) 47.15%, rgba(252, 255, 217, 0.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(252, 255, 217, 0.00) 0%, rgba(252, 255, 217 0.10) 47.15%, rgba(252, 255, 217, 0.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(252, 255, 217, 0.00) 0%, rgba(252, 255, 217, 0.10) 47.15%, rgba(252, 255, 217, 0.00) 100%);
	background-image: linear-gradient(180deg, rgba(252, 255, 217, 0.00) 0%, rgba(252, 255, 217, 0.10) 47.15%, rgba(252, 255, 217, 0.00) 100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 2% 0px;
}

.contents_wrap .dress_set .item_dress_full {
	width: 100%;
	margin-bottom: 3em;
	text-align: center;
}

.contents_wrap .dress_set .item_dress {
	width: 32%;
	margin-bottom: 2em;
}

.contents_wrap .dress_set .img02 {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 2em;
}

.contents_wrap .dress_set .item_dress .thumb {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 2px 0px 4px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.40);
}

.contents_wrap .dress_set .item_dress4 .thumb {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 10px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.40);
}

.contents_wrap .dress_set .item_dress4 {
	width: 85%;
}

.contents_wrap .bag_set {
	width: 100%;
	margin: 2em auto;
	background-image: -webkit-linear-gradient(270deg, rgba(214, 66, 255, 0.00) 0%, rgba(214, 66, 255, 0.10) 47.15%, rgba(214, 66, 255, 0.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(214, 66, 255, 0.00) 0%, rgba(214, 66, 255, 0.10) 47.15%, rgba(214, 66, 255, 0.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(214, 66, 255, 0.00) 0%, rgba(214, 66, 255, 0.10) 47.15%, rgba(214, 66, 255, 0.00) 100%);
	background-image: linear-gradient(180deg, rgba(214, 66, 255, 0.00) 0%, rgba(214, 66, 255, 0.10) 47.15%, rgba(214, 66, 255, 0.00) 100%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5%;
	text-align: center;
}

.contents_wrap .bag_set .item {
	margin-bottom: 2em;
}

.contents_wrap .tomodachi_set {
	width: 100%;
	margin: 2em auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 1%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.contents_wrap .tomodachi_set .ttl {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.contents_wrap .tomodachi_set .item {
	width: 49%;
}

.contents_wrap .lesson_top {
	width: 100%;
	margin: 0 auto 2em;
	text-align: center;
}

.contents_wrap .lesson_top .bbq-contents-ttl {
	padding-top: 20px;
	margin-bottom: -5px;
}

.contents_wrap .lesson_set {
	width: 96%;
	margin: 2em auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.contents_wrap .lesson_set .item1 {
	width: 46%;
}

.contents_wrap .lesson_set .item2 {
	width: 43%;
}

.contents_wrap .lesson_set .item3 {
	width: 48%;
}

.contents_wrap .lesson_set .item_ttl {
	width: 100%;

}

.contents_wrap .ttl {
	width: 96%;
	margin: 0 auto 2em;
}

.contents_wrap .bbq-contents {
	border-radius: 20px;

}

.contents_wrap .bbq-howto {
	background-color: inherit;
	border-radius: 20px;
	margin-top: 0;
}

.contents_wrap .bbq-howto .item_ttl {
	width: 100%;
}

.contents_wrap .bbq-contents .item_ttl {
	text-align: center;
}

.contents_wrap .bbq-contents02 {
	width: 85%;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 25px 5px;
	border: 4px solid #EE86AD;
	padding: 0px 10px 10px;
}

.contents_wrap .bbq-contents .bbq-contents-ttl02 {
	margin-top: -40px;
}

.contents_wrap .award {
	width: 80%;
	max-width: 900px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-image: url(images/middle_items_bg.png);
	background-repeat: repeat-y;
	border: 4px solid #FFF;
	margin-bottom: 30px;
}

.contents_wrap .middle_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 20px;
	padding-bottom: 0;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(images/middle_items_bg.png);
	background-repeat: repeat-y;
	border: 4px solid #FFF;
}

.contents_wrap .middle_items.bg_none {
	background-color: inherit;
	border-radius: inherit;
	padding-bottom: 0;
	padding-top: 20px;
	padding-left: 0;
	padding-right: 0;
	background-image: inherit;
	background-repeat: inherit;
	border: none;
}

.contents_wrap .middle_items .w33 {
	width: 33%;
}

.contents_wrap .gradient01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-image: -webkit-linear-gradient(180deg, rgba(247, 209, 226, 1) 0%, rgba(218, 203, 227, 1) 45%, rgba(187, 198, 229, 1) 100%);
	background-image: -o-linear-gradient(180deg, rgba(247, 209, 226, 1) 0%, rgba(218, 203, 227, 1) 45%, rgba(187, 198, 229, 1) 100%);
	background-image: linear-gradient(180deg, rgba(247, 209, 226, 1) 0%, rgba(218, 203, 227, 1) 45%, rgba(187, 198, 229, 1) 100%);
	border-radius: 20px;
	padding-bottom: 0;
	padding-top: 20px;
	border: 4px solid #FFF;
	width: 90%;
	margin: 50px auto 50px;
}

.contents_wrap .middle_items.gradient02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: none;
	border-radius: 20px;
	padding-bottom: 40px;
	padding-top: 20px;
	border: none;
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
}

.contents_wrap .yumedeco_lineup {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	border-radius: 20px;
	padding-bottom: 80px;
	align-items: flex-start;
	padding-top: 6rem;
}

.contents_wrap .yumedeco_lineup.gap {
	row-gap: 6rem;
}

@media screen and (max-width: 767px) {
	.contents_wrap .yumedeco_lineup.gap {
		row-gap: 3rem;
	}
}

.contents_wrap .yumedeco_lineup .yumedeco_lineup_ttl {
	margin-top: 20px;
	width: 95%;
	text-align: center;
}

.contents_wrap .yumedeco_lineup .yumedeco_lineup_ttl img {
	width: 100%;
	max-width: 700px;
}

.contents_wrap .yumedeco_lineup .item01 {
	width: 49%;
}

.contents_wrap .yumedeco_lineup .item02 {
	width: 45%;
}

.contents_wrap .yumedeco_lineup .item03 {
	width: 95%;
	margin: 20px 0;
	text-align: center;
}

.contents_wrap .movie_flex,
.contents_wrap .movie_flex_reverse {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}

.contents_wrap .movie_flex .movie_item,
.contents_wrap .movie_flex_reverse .movie_item {
	width: 80%;
	text-align: center;
}

.contents_wrap .movie_set {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0px;
	margin-bottom: 2em;
	row-gap: 40px;
	padding-top: 6rem;
}

.contents_wrap .movie_set .mv_item_wrap {
	text-align: center;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 30px;
}

@media screen and (max-width: 767px) {
	.contents_wrap .movie_set .mv_item_wrap {
		row-gap: 0;
	}
}

.contents_wrap .movie_set .mv_item_wrap .movie_ttl {
	width: 100%;
}

.contents_wrap .movie_set .mv_item_wrap .movie_ttl img {
	width: 100%;
	max-width: 450px;
}

.contents_wrap .movie_set .item {
	width: 48%;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.40);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	row-gap: 30px
}

@media screen and (max-width: 767px) {
	.contents_wrap .movie_set .item {
		row-gap: 0;
	}
}

.contents_wrap .movie_set .mv_item_wrap.col_2 {
	width: 50%;
}

.contents_wrap .movie_set .mv_item_wrap.col_2 img {
	width: 95%;
}

.contents_wrap .movie_set .mv_item_wrap.col_2 .item {
	width: 95%;
}

.contents_wrap .movie_set .yumedeco {
	width: 98%;
}

.contents_wrap .movie_set .item p {
	margin: 5px 0px 0px;
	padding: 3px 6px;
	background-color: #FF65BB;
	display: inline-block;
	color: #ffffff;
	border-radius: 5px;
}

.contents_wrap .movie_set .item .youtube-wrap {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	/*アスペクト比 16:9の場合の縦幅*/
	height: 0;
}

.contents_wrap .movie_set .item .youtube-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contents_wrap .movie_set .item img {
	margin-bottom: 5px;
}


.caution {
	margin-top: 0.3em;
	color: #000000;
	font-size: 90%;
	text-align: center;
	/* for modan browser */
	text-shadow: 0px 1px 1px #ffffff, 0px 0px 1px #ffffff, 1px 0px 1px #ffffff, 0px -1px 1px #ffffff, -1px -1px 1px #ffffff, -1px 0px 1px red;

	/* for IE */
	filter: dropshadow(color=#ffffff, offx=0, offy=1, positive=1), dropshadow(color=#ffffff, offx=0, offy=0, positive=1), dropshadow(color=#ffffff, offx=0, offy=-1, positive=1), dropshadow(color=#ffffff, offx=-1, offy=-1, positive=1), dropshadow(color=#ffffff, offx=-1, offy=0, positive=1);
}

/** 詳細 / 購入ボタン **/
.buttons_set {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.ex_btn {
	margin-top: -55px;
	margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
	.buttons_set a {
		padding: 0.8em;
		border-radius: 0.6em;
		-webkit-box-shadow: 0px 0px 3px #FFFFFF;
		box-shadow: 0px 0px 2px #FFFFFF;
		font-family: "Rounded Mplus 1c";
		transform: rotate(0.05deg);
		color: #ffffff;
		text-decoration: none;
		font-weight: 900;
		width: 200px;
		text-align: center;
		margin: 0.5em 0.2em 0;
	}

	/** 詳細 / 購入ボタン 縦並び **/
	.buttons_set.vertically {
		flex-direction: column;
	}
}

.sp_br {
	display: none;
}

.contents_wrap .fl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contents_wrap .fl .fl_box {
	background: rgba(255, 255, 255, 0.4);
	border-radius: 20px;
	border: 4px solid #e85297;
	width: 48%;
}

.contents_wrap .fl .fl_box:nth-child(odd) {
	margin-top: 0;
	margin-bottom: 80px;
}

.contents_wrap .fl .fl_box:nth-child(even) {
	margin-top: 80px;
}

.contents_wrap .fl .fl_box:last-child {
	background: none;
	border: none;
}

.contents_wrap .fl .fl_box .mg_top img {
	margin-top: -40px;
}

.bl {
	display: block !important;
}

img.bg_yellow {
	background: #fffdde;
	border-radius: 30px;
}

/*CPボタン*/
a.btn-border {
	font-family: "M PLUS Rounded 1c";
	border: 3px solid #4FBBB7;
	border-radius: 0;
	background: #fff;
	padding: 2rem 5rem;
	border-radius: 20px;
	color: #ff3e9f;
	font-size: 20px;
	font-weight: 500;
	display: block;
	width: 65%;
	margin: 30px auto;
	text-align: center;
}

a.btn-border:hover {
	color: #fff;
	background: #FF3B8E;
	border: 3px solid #FFF;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.yumedeco_menu a:before {
		width: 250px;
		height: 100px;
	}
}

@media screen and (max-width: 767px) {
	.movie_set.bl {
		margin-top: -65px;
		margin-bottom: 60px;
	}

	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}

	.contents_wrap {
		padding: 0 0px 1em;
	}

	.contents_wrap .top {
		margin-bottom: 2em;
	}

	.contents_wrap .howto-top {
		margin-bottom: 0;

	}

	.sp_br {
		display: block;
	}

	.contents_wrap .bnr {
		margin-bottom: 2em;
	}

	.contents_wrap .dress_set .item_dress {
		width: 49%;
	}

	.yumedeco_menu a {
		width: 47%;
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.yumedeco_menu a:before {
		width: 100%;
		height: 60px;
	}

	#menu.howto .m2,
	#menu_bottom.howto .m2 {
		width: 47%;
	}

	#menu.contents .m3,
	#menu_bottom.contents .m3 {
		width: 47%;
	}

	.buttons_set {
		flex-direction: column;
	}

	.buttons_set a {
		width: 85%;
	}

	.contents_wrap .movie_set .item {
		width: 98%;
	}

	.contents_wrap .bbq-contents02 {
		width: 96%;
		padding: 0px 20px 10px;
	}

	.ex_btn {
		margin: 0 auto;
		width: 97%;
	}

	.buttons_set.ex_btn a {
		width: 75%;
		font-size: 12px
	}

	.cart_button {
		height: 10px !important;
	}

	.cart_button::before {
		width: 20px !important;
		height: 20px !important;
		margin-right: 4px !important;
	}

	.contents_wrap .yumedeco_lineup {
		margin-top: 0;
		padding-bottom: 20px;
	}

	.contents_wrap .yumedeco_lineup .item01 {
		width: 100%;
		margin: 10px 0;
		text-align: center;
	}

	.contents_wrap .yumedeco_lineup .item02 {
		width: 90%;
		margin: 10px 0;
		text-align: center;
	}

	.contents_wrap .yumedeco_lineup .item03 {
		width: 90%;
		margin: 10px 0;
	}

	.contents_wrap .movie_flex .movie_item,
	.contents_wrap .movie_flex_reverse .movie_item {
		width: 90%;
	}

	.contents_wrap .movie_flex_reverse .movie_item img.sp-narrow {
		width: 40%;
	}

	/*.contents_wrap .movie_flex_reverse {
		flex-direction: column-reverse;
	}*/
	.contents_wrap .movie_flex .movie_item .movie_set,
	.contents_wrap .movie_flex_reverse .movie_set {
		margin-top: 0;
	}

	.contents_wrap::after {
		background-size: cover;
		height: 100px;
		bottom: -10px;
	}

	.contents_wrap .inner {
		padding-bottom: 30px;
	}

	.yumedeco_menu a.m3 {
		margin-top: 20px;
	}

	.yumedeco_menu a img {
		width: 80%;
	}

	#menu,
	#menu_bottom {
		background-position: 40% 50%;
	}

	#menu.top .m1,
	#menu_bottom.top .m1 {
		width: 47%;
		height: 0;
		padding-bottom: 20px;
		margin-bottom: 0;
	}

	#menu.howto .m2,
	#menu_bottom.howto .m2 {
		height: 0;
		padding-bottom: 20px;
		margin-bottom: 0;
	}

	#menu.contents .m3,
	#menu_bottom.contents .m3 {
		height: 0;
		margin-top: 20px;
		padding-bottom: 20px;
	}

	#menu.contents .m2,
	#menu_bottom.contents .m2 {
		width: 47%;
	}

	#menu.example .m3,
	#menu_bottom.example .m3 {
		width: 47%;
	}

	.contents_wrap p.main_txt {
		font-weight: 800;
		font-size: 16px;
		line-height: 2.5em;

	}

	.contents_wrap .note p {
		text-align: center;
		font-weight: 900;
		font-size: 16px;
		line-height: 2;
		/* for modan browser */
		text-shadow: 0px 2px 1px #ffffff, 0px 1px 1px #ffffff, 1px 1px 1px #ffffff, 1px 0px 1px #ffffff, 2px 0px 1px #ffffff, 1px -1px 1px #ffffff, 1px -2px 1px #ffffff, 0px -2px 1px #ffffff, -1px -2px 1px #ffffff, -2px -2px 1px #ffffff, -2px -1px 1px #ffffff, -2px 0px 1px #ffffff, -2px 1px 1px #ffffff, -1px 1px 1px #ffffff;

		/* for IE */
		filter: dropshadow(color=#ffffff, offx=0, offy=2, positive=1), dropshadow(color=#ffffff, offx=1, offy=1, positive=1), dropshadow(color=#ffffff, offx=1, offy=-1, positive=1), dropshadow(color=#ffffff, offx=0, offy=-2, positive=1), dropshadow(color=#ffffff, offx=-1, offy=-2, positive=1), dropshadow(color=#ffffff, offx=-2, offy=-1, positive=1), dropshadow(color=#ffffff, offx=-2, offy=1, positive=1), dropshadow(color=#ffffff, offx=-1, offy=1, positive=1);
		margin-bottom: 1em;
	}

	.contents_wrap .fl .fl_box {
		width: 90%;
	}

	.contents_wrap .fl .fl_box:nth-child(odd) {
		margin-top: 60px;
		margin-bottom: 0;
	}

	.contents_wrap .fl .fl_box:nth-child(even) {
		margin-top: 60px;
	}

	.contents_wrap .fl .fl_box:last-child {
		background: none;
		border: none;
	}

	.contents_wrap .fl .fl_box:first-child {
		margin-top: 30px;
	}

	.contents_wrap .middle_items .w33 {
		width: 100%;
	}

	.contents_wrap .movie_set .mv_item_wrap img {
		width: 90%;
	}

	.contents_wrap .movie_set .mv_item_wrap.col_2 {
		width: 100%;
		margin-top: 30px;
	}

	.contents_wrap .award {
		width: 95%;
		margin-bottom: 20px;
	}

	#LS_HEADER.is-fixed {
		background-color: #FEE5F0;
	}

	#LS_HEADER .ls_inner {
		padding-top: 0;
	}

	/*
.contents_wrap.first::before {
  height: 140px;
	background-size: cover;
}
	
.contents_wrap.first::after {
  height: 100px;
  bottom: 0px;
  left: 0px;
  background-image: url("images/bg_mv_footer.jpg");
  background-position: center top;
  background-repeat: no-repeat;
	background-size: cover;
}
	*/
	.contents_wrap img.main_ttl {
		margin-top: -160px;
	}

	.ls_inner.mv_area {
		padding-bottom: 40px;
	}

	.contents_wrap.second {
		/* padding-bottom: 100px; */
	}

	.contents_wrap.second::after {
		height: 150px;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.contents_wrap .gradient01 {
		width: 100%;
		margin: -80px auto 50px;
		padding-left: 0;
		padding-right: 0;
	}

	.contents_wrap .middle_items.gradient02 {
		width: 100%;
		margin: 0px auto 50px;
		padding-left: 0;
		padding-right: 0;
	}

	.under .ls_inner.mv_area {
		padding-bottom: 100px;
	}

	.contents_wrap .middle_items.bg_none {
		margin-top: -80px;
	}

	.contents_wrap .middle_items.bg_none.sec {
		margin-top: 0;
	}

	.thumb_item p {
		width: 100%;
		margin: auto;
		margin-top: 0;
		margin-bottom: 2.0rem;
		padding: 1.0rem;
		font-size: 1.25rem;
		color: #E25F9E;
		font-weight: bold;
		text-align: left;
	}

	p.copy {
		font-size: 12px;
	}

	.mt {
		margin-top: -50px;
	}

	.contents_wrap.bg_blue.pd_top .yumedeco_lineup {
		padding-top: 0;
	}

	/*CPボタン*/
	a.btn-border {
		border: 2px solid #4FBBB7;
		padding: 1rem 3rem;
		color: #ff3e9f;
		font-size: 16px;
		width: 100%;
		margin: 30px auto;
	}
}

.cart_button,
.search_button {
	text-align: center;
	background-color: #ff3e9f;
	color: #ffffff;
	text-decoration: none;
	line-height: 1;
	font-size: 16px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'M PLUS Rounded 1c';
	transform: rotate(0.05deg);
	border: 2px solid #ffffff;
	font-weight: bold;
	position: relative;
	height: 55px;
}

.cart_button::before,
.search_button::before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background-image: url("../LCosgt/images/cart.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
}

.cart_button:hover,
.search_button:hover {
	opacity: 0.7;
}

.cart_button span,
.search_button span {
	flex: 1;
}

.cart_button.arrival {
	font-size: 13px;
	background-color: #91CC50;
}

.cart_button.empty {
	pointer-events: none;
	background-color: #ccc;
}

.search_button {
	background-color: #0090ff;
	font-size: 12px;
}

.search_button::before {
	background-image: url("../img/search.svg");
}

/*縺雁ｧｫ讒倥�繝ｼ繧ｸ逕ｨ*/
#princess_contents .cart_button.arrival {
	font-size: 13px;
	background-color: #91CC50;
}

#princess_contents .cart_button.empty {
	pointer-events: none;
	background-color: #ccc;
}

/************/

@media screen and (max-width: 639px) {

	.cart_button,
	.search_button {
		background-size: 26px auto;
	}

	.cart_button {
		height: 46px;
	}
}



html {
	font-size: 62.5%;
}

#wrapper {
	background-color: #fff;
	font-size: 1.6rem;
}

@media screen and (max-width: 975px) {

	#wrapper,
	#header,
	#footer {
		min-width: inherit;
	}
}

#LS_HEADER,
#LS_MAIN,
#LS_FOOTER {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

/** SEOヘッダー **/
.seoheader {
	text-align: center;
	padding: 6px;
	font-size: 1.3rem;
	background-color: #fff;
}

.seoheader h1,
.seoheader p {
	display: inline;
	color: #F7008C;
}

.seoheader h1 {
	font-weight: bold;
}

.seoheader br.sponly {
	display: none;
}

@media screen and (max-width: 767px) {
	.seoheader br.sponly {
		display: block;
	}

	.seoheader h1,
	.seoheader p {
		font-size: 11px;
	}
}

/** //SEOヘッダー **/

/** #wrapper内の汎用定義 **/
#wrapper a {
	color: #333;
}

#wrapper a:hover {
	color: #FF3B8E;
	text-decoration: none;
}

/** //#wrapper内の汎用定義 **/
/** フッターバナー **/
#LS_FOOTER {
	background-color: #FCE5F0;
	padding: 40px 0;
}

@media screen and (max-width: 767px) {
	#LS_FOOTER {
		padding: 20px 0;
	}
}

#LS_FOOTER ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

#LS_FOOTER ul li {
	margin: 0;
	padding: 0;
	width: 16%;
	text-align: center;
}

#LS_FOOTER ul li img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 1050px) {
	#LS_FOOTER ul li {
		width: 30%;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 767px) {
	#LS_FOOTER ul li {
		width: 48%;
	}
}

#LS_FOOTER ul li:first-child {
	padding-left: 0;
}

#LS_FOOTER ul li img {
	max-width: 100%;
	height: auto;
}

/** //フッターバナー **/
/** HEADER **/
#LS_HEADER {
	padding-top: 35px;
	position: absolute;
	width: 100%;
	z-index: 100;
	display: block;
}

#LS_HEADER.is-fixed {
	background-color: #fff;
	padding-top: 10px;
	position: fixed;
	z-index: 110;
	top: 0;
	transition: transform 0.2s ease-out;
}

@media screen and (max-width: 767px) {
	#LS_HEADER.is-fixed {
		padding-top: 0px;
	}
}

#LS_HEADER.hide {
	transform: translateY(-102%);
}

#LS_HEADER nav {
	display: flex;
	justify-content: space-between;
}

#LS_HEADER .menubar {
	display: none;
}

#LS_HEADER .menubar_wrap {
	display: none;
}

/** //HEADER **/

/** パンくずリスト **/
#LS_BREADCRUMBS {
	position: absolute;
	width: 100%;
	padding: 115px 0 0;
}

#LS_BREADCRUMBS br {
	display: none;
}

#LS_BREADCRUMBS .inner {
	margin: 0 auto;
	max-width: 1200px;
	background-color: #fff;
	border-radius: 99px;
}

@media screen and (max-width: 767px) {
	#LS_BREADCRUMBS {
		padding-top: 70px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#LS_BREADCRUMBS .inner {
		overflow-x: scroll;
	}
}


#LS_BREADCRUMBS ul {
	display: flex;
	margin: 0;
	line-height: 1;
	font-size: 1.4rem;
	padding: 8px;
}

#LS_BREADCRUMBS ul li {
	display: block;
	padding: 0 17px 0 10px;
	background-image: url("../images/icon_arrow_right.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	white-space: nowrap;
}

#LS_BREADCRUMBS ul li:last-child {
	padding-right: 8px;
	background-image: none;
}

/** //パンくずリスト **/


/** グロナビ **/
.ls_glonav {
	width: 850px;
	height: 70px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.20);
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	flex: 1;
}

.ls_glonav a {
	text-decoration: none;
	color: #333;
}

.ls_glonav a br {
	display: none;
}

.ls_glonav>ul {
	margin: 0;
	padding: 0 20px;
	list-style: none;
	display: flex;
	align-items: center;
	height: 100%;
	font-weight: bold;
	justify-content: space-between;
}

.ls_glonav>ul>li {
	padding: 0;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	cursor: pointer;
	min-width: 16%;
	justify-content: center;
}

.ls_glonav>ul>li.rogo {
	width: 150px;
}

@media screen and (max-width: 767px) {
	.ls_glonav>ul>li.rogo {
		display: none;
	}
}

.ls_glonav>ul>li.rogo img {
	max-width: 100%;
	height: auto;
}

/**モバイル時のみ表示させるサブメニュー開閉ボタン**/
.ls_glonav>ul>li>.sub {
	display: none;
}

.ls_glonav>ul>li::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 30px;
	background-image: url('../images/icon_hart_pink.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transform: translateY(-5px);
	transition: all .2s;
}

.ls_glonav>ul>li.rogo::after {
	content: none;
}


.ls_glonav>ul>li:hover::after {
	opacity: 1;
	transform: translateY(0px);
	transition: all .3s;
}

.ls_glonav>ul>li:hover>a {
	color: #FF3B8E !important;
}

.ls_glonav>ul>li:hover>ul {
	transform: scaleY(1);
	transition: all .1s .1s;
}

/** サブメニュー **/
.ls_glonav>ul>li>ul {
	position: absolute;
	padding-top: 20px;
	background-color: #FF3B8E;
	top: 0px;
	left: 0px;
	width: 100%;
	margin-top: 70px;
	text-align: center;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.20);
	transform: scaleY(0);
	/*デフォルトでは非表示の状態にしておく*/
	transform-origin: center top;
	/*変形を適応する基準をtopとする*/
	transition: all .3s 0.1s;
}

.ls_glonav>ul>li>ul>li {}

.ls_glonav>ul>li>ul>li>a {
	font-weight: normal;
	padding: 15px;
	width: 100%;
	display: block;
	border-top: 1px dotted #fff;
}

.ls_glonav>ul>li>ul>li:last-child>a {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15PX;
}

/** //グロナビ **/
/** SNSナビ **/
.ls_snsnav {
	height: 70px;
	width: 144px;
	padding: 0 13px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.20);
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 15px;
}

.ls_snsnav img {
	width: 35px;
	height: auto;
}

.ls_snsnav.sponly {
	display: none;
}

/** //SNSナビ **/
/** カタログボタン **/
.ls_catalog {
	height: 70px;
	width: 163px;
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.20);
	border-radius: 15px 15px 0px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: 2px solid #FF3B8E;
	margin-left: 15px;
}

.ls_catalog br {
	display: none;
}

.ls_catalog span {
	font-weight: normal;
	font-size: 1.3rem;
	display: block;
}

/** //カタログボタン **/

@media screen and (max-width: 1240px) {

	/** グロナビ **/
	.ls_glonav {
		width: 68%;
	}

	/** //グロナビ **/
	/** SNSナビ **/
	.ls_snsnav {
		width: 13%;
		padding: 0 8px;
		justify-content: space-around;
	}

	/** //SNSナビ **/
	/** カタログボタン **/
	.ls_catalog {
		width: 15%;
	}

	/** //カタログボタン **/

}

@media screen and (max-width: 1050px) {

	/** グロナビ **/
	.ls_glonav {
		font-size: 1.3rem;
	}

	/** //グロナビ **/
	/** SNSナビ **/
	.ls_snsnav a {
		width: 30%;
	}

	.ls_snsnav img {
		width: 100%;
	}

	/** //SNSナビ **/
	/** カタログボタン **/
	.ls_catalog {
		font-size: 1.3rem;
	}

	/** //カタログボタン **/

}

@media screen and (max-width: 900px) {

	/** グロナビ **/
	.ls_glonav ul {
		padding: 0;
	}

	.ls_glonav a br {
		display: inline-block;
	}

	/** //グロナビ **/
}

/** SPモード **/
@media screen and (max-width: 767px) {
	#LS_HEADER .menubar {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		width: 50px;
		height: 50px;
		margin: 0 0 0 auto;
		background-color: #FF3B8E;
		background-image: url("../images/icon_bar.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 25px auto;
		border-radius: 15px 15px 0px;
	}

	#LS_HEADER.open .menubar {
		background-image: url("../images/icon_close.svg");
		background-size: 32px auto;
	}

	#LS_HEADER .menubar_wrap {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		width: calc(100% - 20px);
		background-color: #fff;
		border-radius: 15px 15px 0;
		-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
		/*
		border: 1px solid #FF3B8E;
		*/

	}

	#LS_HEADER .menubar_wrap>a {
		display: block;
		height: 55px;
		position: absolute;
		left: -3px;
		top: -3px;
	}

	#LS_HEADER .menubar_wrap>a img {
		height: 100%;
		width: auto;
	}

	#LS_HEADER .menubar_wrap ._button {
		display: block;
		width: 50px;
		height: 50px;
		margin: 0 0 0 auto;
		background-color: #FF3B8E;
		background-image: url("../images/icon_bar.svg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 25px auto;
		border-radius: 0 15px 0 0;
	}

	#LS_HEADER.open .menubar_wrap ._button {
		background-image: url("../images/icon_close.svg");
		background-size: 32px auto;
	}

	#LS_HEADER.open {
		background-color: #FEE5F0;
		padding-top: 90px;
		height: 100%;
	}

	#LS_HEADER nav {
		display: block;
	}

	#LS_HEADER .ls_inner {
		padding-left: 10px;
		padding-right: 10px;
		overflow-y: auto;
		height: 100%;
		display: none;
	}

	#LS_HEADER.open .ls_inner {
		display: block;
	}

	/** グロナビ **/
	.ls_glonav {
		width: 100%;
		height: auto;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0px;
		background-color: inherit;
		font-size: 1.6rem;

	}

	.ls_glonav a br {
		display: none;
	}

	.ls_glonav>ul {
		padding: 0;
		display: block;
		height: auto;
	}

	.ls_glonav>ul>li {
		padding: 0px;
		margin-bottom: 10px;
		display: block;
		height: auto;
		text-align: left;
		background-color: #fff;
		border-radius: 0 15px 15px;
		position: relative;
	}

	/**モバイル時のみ表示させるサブメニュー関連**/
	.ls_glonav>ul>li.open {
		background-color: #FF3B8E;
	}

	.ls_glonav>ul>li.open>a {
		color: #fff !important;
	}

	.ls_glonav>ul>li>.sub {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		height: 52px;
		background-image: url("../images/icon_bar_gray.svg");
		background-repeat: no-repeat;
		background-size: 20px auto;
		background-position: center;
	}

	.ls_glonav>ul>li.open>.sub {
		background-image: url("../images/icon_close.svg");
	}

	.ls_glonav>ul>li>a {
		padding: 1em;
		display: block;
	}


	.ls_glonav>ul>li::after {
		content: none;
	}

	.ls_glonav>ul>li:hover>ul {
		transform: scaleY(1);
		transition: all .1s .1s;
	}

	/** サブメニュー **/
	.ls_glonav>ul>li>ul {
		position: relative;
		padding-top: 0px;
		width: 100%;
		margin-top: 0px;
		text-align: left;
		-webkit-box-shadow: none;
		box-shadow: none;
		transform-origin: center top;
		/*変形を適応する基準をtopとする*/
		font-size: 1.4rem;
		display: none;
	}

	.ls_glonav>ul>li.open>ul {
		display: block;
	}

	.ls_glonav>ul>li>ul>li {}

	.ls_glonav>ul>li>ul>li>a {
		padding: 1em;
	}

	.ls_glonav>ul>li>ul>li:last-child>a {
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15PX;
	}

	/** //グロナビ **/

	/** SNSナビ **/
	.ls_snsnav {
		height: auto;
		width: 100%;
		padding: 1em;
		margin-left: 0px;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0 15px 15px;
		justify-content: space-around;
	}

	.ls_snsnav.sponly {
		display: flex;
	}

	.ls_snsnav a {
		width: 50px;
	}

	/** //SNSナビ **/

	/** カタログボタン **/
	.ls_catalog {
		height: auto;
		width: 100%;
		margin-left: 0px;

		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0 15px 15px;
		font-size: 1.6rem;
		margin-top: 10px;
		padding: 1em;
		justify-content: flex-start;
		align-items: flex-start;
	}

	/** //カタログボタン **/


}

/** //SPモード **/

/** 共通パーツ **/

/** タイトルまわり **/
.ls_contents .titleCenter {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 25px;
	text-align: center;
}

.ls_contents h3.titleCenter {
	font-size: 2.4rem;
}

.ls_contents .titleCenter.isWhite {
	color: #fff;
}

.ls_contents .titleCenter span {
	font-size: 1.6rem;
	font-weight: normal;
	display: block;
	margin-top: 0.3rem;
}

.ls_contents .titleUnderline {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: 5px solid #e0e0e0;
}

.ls_contents .titleUnderline span.main {
	border-bottom: 5px solid #FF3B8E;
	margin-bottom: -5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.ls_contents .titleUnderline span.main>span {
	font-size: 1.6rem;
}

.ls_contents .titleUnderline span.sub {
	font-size: 1.6rem;
	font-weight: normal;
	display: block;
	padding-bottom: 5px;
}

/** タイトルまわり **/



.ls_inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px
}

@media screen and (max-width: 960px) {
	.ls_inner {
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
}


.buttonCenter {
	text-align: center;
	margin-top: 50px;
}

.ls_button {
	color: #fff !important;
	background-color: #FF3B8E;
	text-decoration: none;
	transition: all 0.4s;
	cursor: pointer;
}

.ls_button:hover {
	background-color: #fff;
	color: #FF3B8E !important;
	transition: all 0.2s;
}

.ls_button.link {
	padding: 15px 20px;
	font-weight: bold;
	font-size: 2.4rem;
	border-radius: 0 15px 15px;
	line-height: 1;
	display: inline-flex;
}

@media screen and (max-width: 767px) {
	.ls_button.link {
		font-size: 2.0rem;
	}
}


.ls_button.link::before {
	content: '';
	display: inline-block;
	width: 2.4rem;
	height: 2.4rem;
	margin-right: 10px;
	background-image: url("../images/icon_arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.ls_button.link.white::before {
	background-image: url("../images/icon_arrow_ov.svg");
}

.ls_button.link.white:hover::before {
	background-image: url("../images/icon_arrow.svg");
}

.ls_button.pink {
	background-color: #FA80B8;
}

.ls_button:hover.pink {
	background-color: #fff;
}

.ls_button.white {
	color: #FF3B8E !important;
	background-color: #fff;
}

.ls_button:hover.white {
	color: #fff !important;
	background-color: #FA80B8;
}

.productItem {
	position: relative;
	width: 100%;
	background-color: #fff;
	border-radius: 0 15px 15px;
	display: block;
}

.productItem .thumb {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	position: relative;
	border: 5px solid #fff;
	border-radius: 0 15px 0px 0px
}

.productItem .thumb::before {
	content: "";
	display: block;
	padding-top: 75%;
}

.productItem .ttl {
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: auto 75%;
}

.productItem.licca .ttl {
	background-image: url("../images/icon_licca_alp.svg");
}

.productItem.friend .ttl {
	background-image: url("../images/icon_friend_alp.svg");
}

.productItem.dress .ttl {
	background-image: url("../images/icon_dress_alp.svg");
}

.productItem.house .ttl {
	background-image: url("../images/icon_house_alp.svg");
}

.productItem.shop .ttl {
	background-image: url("../images/icon_shop_alp.svg");
}

.categoryBox.vehicle .ttl {
	background-image: url("../images/icon_vehicle_alp.svg");
}

.productItem.goods .ttl {
	background-image: url("../images/icon_goods_alp.svg");
}

.productItem.other .ttl {
	background-image: url("../images/icon_other_alp.svg");
}

.productItem .ttl::before {
	content: "";
	display: block;
	padding-top: 25%;
}

.productItem .ttl p {
	position: absolute;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 4%;
}

.productItem .ttl span {
	font-size: 0.9rem;
	position: inherit;
	padding-top: 15%;
}

@media screen and (max-width: 767px) {
	.productItem .ttl span {
		padding-top: 20%;
	}
}

/** //共通パーツ **/