@charset "UTF-8";
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: 20px 13px 0;
  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;
  position: relative;
}
.ls_snsnav.en {
  width: 100px;
}
.ls_snsnav img {
  width: 35px;
  height: auto;
}
.ls_snsnav.sponly {
	display: none;
}
.ls_snsnav p {
  position: absolute;
  top : 3px;
  left: 12px;
  display: block;
  width: 83%;
  font-weight: bold;
  border-bottom: 1px dotted #FF3B8E;
  line-height: 1.1;
}
/** //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: 20px 8px 0;
	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: 2em 1em 1em;
	margin-left: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 15px 15px;
  justify-content: space-around;
  margin-bottom: 10px;
}
.ls_snsnav.sponly {
	display: flex;
}

.ls_snsnav a {
	width: 50px;
	}
.ls_snsnav p {
  top: 6px;
  width: 92%;
}
.ls_snsnav.en {
  width: 100%;
}
	/** //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;
  }
}


.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%;
}
}
/** //共通パーツ **/