@charset "utf-8";

/*------------------------------------------------------------
	basket ～　thanks head title
------------------------------------------------------------*/
#sysBasket .sysHeadline {
  text-align: center;
}

#sysBasket .sysHeadline b {
  display: none;
}

@media all and (max-width: 896px) {
  #sysBasket .sysHeadline {
    padding: 0px 0px 25px 0px;
  }

  #sysBasket .sysHeadline b {
    display: none;
  }

  .sysCart #sysMain input[type="submit"] {
    margin-bottom: 60px;
  }
}

/*------------------------------------------------------------
	page lower margin
------------------------------------------------------------*/
#sysPayment .sysWrap {
  margin-bottom: 60px;
}

#sysPayment #sysMain .sysFormLabel {
  display: none;
}

.sysRemarksArea .sysFormItem .sysFormLabel {
  display: none;
}

#sysMypageIndex .sysHeadline {
  padding: 15px 30px 15px 0px;
}

.SysMypageMinorHeadLine {
  border-left: 5px solid #0754DE;
}

@media all and (max-width: 896px) {
  #sysWrap {
    margin-top: 0px;
    margin-bottom: 50px;
    margin: 0 0px;
    width: auto;
    display: block;
  }

  .sysMypageNav {
    margin-bottom: 50px
  }

  #sysMypageIndex .sysHeadline {
    text-align: center;
    padding: 0;
  }
}

/*PC・SP分離構成*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media all and (max-width: 896px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .sysTitle, .sysHeadline {
    padding: 0px;
  }
}

/*------------------------------------------------------------
  	form inquiry content
  ------------------------------------------------------------*/
#sysFormIndex .topTxt {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 25px 0;
}

/*------------------------------------------------------------
  	side content
  ------------------------------------------------------------*/
/* ▼IE10・IE11用 */
:-ms-input-placeholder {
  color: #ccc;
}

/* ▼Chrome・Safari・Opera用(※1：Edgeでも有効) */
::-webkit-input-placeholder {
  color: #ccc;
}

/* ▼Firefox18以前用(※2) */
:-moz-placeholder {
  color: #ccc;
}

/* ▼Firefox19以上用(※3) */
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

/* ▼CSS4標準(予定)の記述 */
::placeholder {
  color: #ccc;
}

.side_navi_item .sysHeadline {
  width: 100%;
}

@media all and (max-width: 896px) {
  .side_navi_1 {
    border-top: 1px solid #ccc;
    padding: 11px 0px 0px 0px;
  }

  div#sysAside {
    margin-bottom: 60px;
  }

  .side_navi_1 {
    border-top: 0px solid #000;
  }
}

.side_banner {
	margin-top: 20px;
}
.side_banner li {
	overflow: hidden;
	margin-bottom: 20px;
}
.side_banner li > a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-content: stretch;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	height: 100px;
	position: relative;
	text-decoration: none;
	padding: 1rem;
}
.side_banner li:first-child {
	border: #DF317C solid 1px;
}
.side_banner li:first-child a {
	color: #ffffff;
	background:  url(/img/esthetic-expendables/012994_01.jpg) right center no-repeat;
	-webkit-background-size: 30%;
	background-size: 30%;
}
.side_banner li:first-child a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -35%;
	top: 0;
	background-color: #DF317C;
	transform: skewX(25deg);
}
.side_banner li:first-child a > p {
	width: 70%;
	z-index: 1;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.3;
}
.side_banner li:first-child small:first-of-type {
	display: inline-block;
	background-color: #ffffff;
	line-height: 1;
	font-size: 40%;
	font-weight: lighter;
	color: #DF317C;
	padding: 0.25rem 1rem;
	margin-bottom: 0.5rem;
	border-radius: 1rem;
}
@media screen and (max-width: 896px) {
	.side_banner li:first-child a > p {
		margin: 0;
	}
}

/*------------------------------------------------------------
  	page lower margin
  ------------------------------------------------------------*/
@media all and (max-width: 896px) {}

/*PC・SP分離構成*/
/*------------------------------------------------------------
	itemdetail page
------------------------------------------------------------*/
.sysItemImages .sysImageList li.sysCurrent img {
  border: 1px solid #ccc !important;
}

@media all and (max-width: 896px) {
  .sysItemDetail {
    margin-bottom: 13px;
    margin-top: -25px;
    font-size: 2vw;
  }
}

/*------------------------------------------------------------
  	thanks page
  ------------------------------------------------------------*/
#sysThanks .sysCart .sysBox {
  border: 0px solid #cccccc;
}

#sysThanks .sysOrderNumber {
  font-size: 2.2rem;
}

@media all and (max-width: 896px) {
  #sysThanks .sysOrderNumber {
    font-size: 4vw;
  }
}

/*------------------------------------------------------------
	parts.css
------------------------------------------------------------*/
.sBox .sysHeadline {
  padding: 0px !important;
}

.newItem-list .sysContent .sysHorizontal li {
  float: left;
  width: 33%;
  padding: 24px;
}
.item-category .sysContent .sysHorizontal li {
  float: left;
  width: 33%;
  padding: 24px;
}
.newItem-list .sysContent .sysHorizontal,
.item-category .sysContent .sysHorizontal{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sysCartInfoItemCount span {
  font-size: 2.5rem;
}

.sysFuncCartInfo .sysCartInfoItemCount dl {
  font-size: 1.4rem;
}

.sysFuncCartInfo .sysCartInfoTotalPrice {}

.sysFuncCartInfo .sysCartInfoTotalPrice dl {
  font-size: 1.4rem;
}

.sysFuncCartInfo .sysCartInfoItemCount dt {
  float: left;
  padding: 15px 7px 0px 6px;
  font-size: 1.5rem;
}

.sysFuncCartInfo .sysCartInfoTotalPrice dt {
  float: left;
  padding: 0px 3px 0px 6px;
  font-size: 1.5rem;
}

.sysFuncCartInfo .sysCartInfoItemCount dd {
  color: #ff22aa;
  font-weight: 700;
}

.sysFuncCartInfo .sysCartInfoTotalPrice dl {
  font-size: 1.4rem;
}

.sysFuncCartInfo .sysCartInfoTotalPrice span {}

.sysFuncCartInfo .sysCartInfoTotalPrice dt {
  float: left;
}

.sysFuncCartInfo .sysCartInfoTotalPrice dd {
  color: #ff22aa;
  font-weight: 700;
  font-size: 1.4rem;
}

.sysFuncCartInfo .sysCartInfoRemainFreeShipping dl {
  font-size: 1.4rem;
}

.sysFuncCartInfo .sysCartInfoRemainFreeShipping dt {
  float: left;
}

.sysFuncCartInfo .sysCartInfoRemainFreeShipping dd {
  color: #ff22aa;
  font-weight: 700;
}

.sysCartInfoCartIn {
  margin: 0 auto;
  width: 176px;
  margin-top: 8px;
}

.sysCartInfoCartIn img {
  display: none;
}

.sysCartInfoCartIn a {
  margin-right: 0px;
  padding: 10px 5px;
  display: block;
  color: #FFF;
  text-align: center;
  /*position: relative;*/
  background-color: #0754DE;
}

.sysCartInfoCartIn:hover {
  background: #0754de8c;
}

.sysCartInfoCartIn a:visited {
  color: #FFF;
}

.sysCartInfoCartIn a:before {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 30px;
  height: 1px;
  /*background: -moz-linear-gradient(left, #FFF, #FFF 50%, #0754DE 51%, #0754DE);
  background: -webkit-gradient(linear, left top, right top, from(#FFF), color-stop(0.50, #FFF), color-stop(0.51, #0754DE), to(#0754DE));*/
  content: "";
}

.sysCartInfoCartIn a:after {
  width: 8px;
  height: 1px;
  position: absolute;
  right: 0px;
  top: 19px;
  transform: rotate(47deg);
  /*background: #0754DE;*/
  content: "";
}

.sideCart .sysContent {
  line-height: 2.2;
  font-size: 1.3rem;
}

@media all and (max-width: 896px) {
  newItem-list .sysContent .sysHorizontal li {
    width: 50%;
  }

  .newItem-list .sysContent .sysHorizontal li {
    /* float: left; */
    width: 50%;
    padding: 5px;
  }

  .pickUp-items .sysContent {
    padding: 5px;
    font-size: ;
    color: ;
    background-color: ;
  }
	.newItem-list .sysContent .sysHorizontal{
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

/*------------------------------------------------------------
	user.css
------------------------------------------------------------*/
input[type=submit] {
  background-color: #0754DE;
  color: #fff;
  width: 176px;
  line-height: 2;
  margin-top: 30px;
}
.sysLoginButton {
  width: 90%;
}

.side_navi_item {
  border-top: 1px solid #ccc !important;
  padding: 16px 0;
  border-bottom: 0px solid #000 !important;
}
#sysItemCategory .sysAddVariation select{
	width: auto;
}
#sysItemCategory #sysMain input[type=submit]{
	margin-top: 30px;
}
#sysConfirm #sysMain .sysConfirmButton input[type="submit"]{
	background: #0754DE !important;
  color: #ffffff;
}
input.sysBackButton,
#sysMemberRegisterIndex #sysMain input.sysButton,
#sysMypageEditDelivery #sysMain input.sysButton,
#sysMypageWithdrawalConfirm input[type="submit"]:nth-child(3){
	background-color: #7e7e7e;
}
.sysBackButton:hover,
#sysMemberRegisterIndex #sysMain input.sysButton:hover,
#sysMypageEditDelivery #sysMain input.sysButton:hover {
    background: #999;
}

@media all and (max-width: 896px) {
  input[type=submit] {
    width: 35vw;
  }
	.modaal-content input[type=submit]{
		width: 40vw;
	}
	/*マイページ　お気に入りから削除するボタン*/
	#sysMypageReview .sysList input[type=submit]{
		width: 176px;
	}
}


/*------------------------------------------------------------
	parts.css
------------------------------------------------------------*/
/**NEWS**/
.newsPick-List{
  margin-top: 60px;
}

.newsPick-List ul li,
.newsPick-List__layer2nd ul li{
  text-align: left;
  background-color: ;
  background-image: -webkit-linear-gradient(top, , );
  padding: 20px 0;
  margin: 0 24px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #EAEAEA;
}

.newsPick-List__layer2nd ul li:first-of-type{
  border-top: none;
}

.newsPick-List time,
.newsPick-List__layer2nd time{
  /* width: 150px; */
  /* display: inline-block; */
  /* color: #979797; */
  /* font-size: 1.2rem; */
  /* letter-spacing: 0.05em; */
  /* margin-bottom: -20px; */
  width: 99px;
  display: inline-flex;
  color: #979797;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-bottom: -20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 25px;
}

.newsPick-List ul li a,
.newsPick-List__layer2nd ul li a{
  margin-left: 5px;
  display: block;
  flex: 1;
  font-size: 1.4rem;
}

#top .newsPick-List ul li br,
.newsPick-List__layer2nd ul li br{
  display: none;
}

#top .newsPick-List__link {
	margin: 30px 24px 0;
	text-align: right;
}

@media all and (max-width: 896px) {
  .footer_01 .sysContent {
    padding: 0px !important;
  }

  .sysContent {
    padding: 0px;
  }

  .newsPick-List__layer2nd ul li{
    margin: 0;
  }

  .newsPick-List time,
  .newsPick-List__layer2nd time{
    width: 95px;
    display: inline-flex;
  }

  #top .newsPick-List ul li br,
  .newsPick-List__layer2nd ul li br{
    display: block;
  }

  #top .newsPick-List ul li{
    margin: 0;
  }

  #top .newsPick-List__link {
	margin: 30px 0 60px;
 }

}

/**カスタムページ - キャンペーン**/
body[id^="campaign_"] #sysMain {
	margin-top: 40px;
}
@media screen and (max-width: 896px) {
	body[id^="campaign_"] #sysMain {
		margin-top: 20px;
	}
}
.campaign_leads {
	margin-bottom: 3em;
}
.campaign_leads p {
	font-size: 120%;
	line-height: 1.8;
}
div[class*="campaign_"] .sysContent > ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3em;
}
@media screen and (max-width: 896px) {
	div[class*="campaign_"] .sysContent > ul {
		flex-direction: column;
		justify-content: flex-start;
		margin-bottom: 0;
	}
}
div[class*="campaign_"] .sysContent > ul > li {
	display: flex;
	flex-direction: column;
	flex-basis: 47.5%;
}
@media screen and (max-width: 896px) {
	div[class*="campaign_"] .sysContent > ul > li {
		flex-basis: 100%;
		margin-bottom: 6rem;
	}
}
div[class*="campaign_"] .sysContent > ul > li h3 small {
	display: inline-block;
	padding: 0 1rem;
	color: rgba(30,34,170,1.0);
	background-color: rgba(255,255,255,1.0);
	border-radius: 0.5rem;
	font-size: 80%;
}
div[class*="campaign_"] .sysContent > ul > li h3 {
	padding: 1rem;
	margin-bottom: 3rem;
	font-size: 180%;
	background-color: rgba(30,34,170,1.0);
	color: rgba(255,255,255,1.0);
	text-align: center;
}
@media screen and (max-width: 896px) {
	div[class*="campaign_"] .sysContent > ul > li h3 {
		font-size: 140%;
	}
}

div[class*="campaign_"] .sysContent > ul > li > img {
	width: calc(100% - 7px);
	height: auto;
	display: block;
	margin: 0 auto 4rem;
	-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
	box-shadow:  0 0 5px 1px rgba(0,0,0,0.3);
}
div[class*="campaign_"] .sysContent > ul div {
	flex: 1 auto;
}
div[class*="campaign_"] .sysContent > ul div > ul {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
@media screen and (max-width: 896px) {
	div[class*="campaign_"] .sysContent > ul div > ul {
		flex-direction: column;
	}
}
div[class*="campaign_"] .sysContent > ul div > ul > li {
	flex-basis: 30%;
}
div[class*="campaign_"] .sysContent > ul div > ul > li:first-child {
	flex-basis: 65%;
	margin-left: 5%;
}
@media screen and (max-width: 896px) {
	div[class*="campaign_"] .sysContent > ul div > ul > li img {
		display: block;
		max-width: 70%;
		margin: 0 auto;
	}
	div[class*="campaign_"] .sysContent > ul div > ul > li:first-child {
		flex-basis: 100%;
		margin: 0 0 2rem;
	}
}

div[class*="campaign_"] .sysContent > ul div > ul h4 {
	font-size: 130%;
	margin-bottom: 0.5em;
}
div[class*="campaign_"] .sysContent > ul div > ul p {
	margin-bottom: 1rem;
}


div[class*="campaign_"] .sysContent > div:last-of-type {
	background-color: rgba(30,34,170,0.1);
	border: rgba(30,34,170,0.1) solid 1px;
	padding: 2rem;
}
div[class*="campaign_"] .sysContent > div:last-of-type p {
	text-align: center;
	margin-bottom: 1rem;
}
div[class*="campaign_"] .sysContent > div:last-of-type a {
	display: inline-block;
	width: 30%;
	background-color: rgba(252,144,3,1.0);
	color: rgba(255,255,255,1.0);
	padding: 1rem 2rem;
	font-size: 200%;
	font-weight: bold;
	-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
	box-shadow:  0 0 5px 1px rgba(0,0,0,0.3);
	border-radius: 0.5rem;
	border: rgba(255,255,255,1.0) 2px solid;
	opacity: 1;
	-webkit-transition: background-color 0.5s ease-in-out 0s;
	-o-transition: background-color 0.5s ease-in-out 0s;
	transition: background-color 0.5s ease-in-out 0s;
}
@media screen and (max-width: 896px) {
	div[class*="campaign_"] .sysContent > div:last-of-type a {
		width: 90%;
	}
}

div[class*="campaign_"] .sysContent > div:last-of-type a:hover {
	background-color: rgba(252,144,3,0.5);
}

/*------------------------------------------------------------
	α　css
------------------------------------------------------------*/
.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt40 {
  margin-top: 40px;
}

.mb-50 {
  margin-bottom: -50px;
}

.lh-2.5 {
  line-height: 2.5;
}

/*------------------------------------------------------------
	mypage css
------------------------------------------------------------*/
.sysMypage #sysWrap {
  margin: 0px auto 0 !important;
}
#sysMypageReview #sysMain .sysItemList,
#sysMypageAshiato #sysMain .sysItemList{
	margin-bottom: 50px;
}
#sysMypageEditMember .sysMypageMajorHeadLine,
#sysMypageEditDelivery .sysMypageMajorHeadLine,
#sysMypageReminder .sysMypageMajorHeadLine,
#sysMypageAshiato .sysMypageMajorHeadLine,
#sysMypageReview .sysMypageMajorHeadLine,
#sysMypageRepeat .sysMypageMajorHeadLine,
#sysMypageWithdrawalConfirm .sysMypageMajorHeadLine,
#sysMypageEditDeliveryinput .sysMypageMajorHeadLine,
#sysMypagePoint .sysMypageMajorHeadLine {
  width: 100%;
  margin: 0px auto!important;
  text-align: center;
  font-size: 23px;
  letter-spacing: 3px;
  padding: 15px 30px 15px;
  display: inline-block;
}
#sysMypageEditMember h3.sysMypageMinorHeadLine,
#sysMypageEditDelivery h3.sysMypageMinorHeadLine,
#sysMypageEditSavedelivery h3.sysMypageMinorHeadLine,
#sysMypageReminder h3.sysMypageMinorHeadLine,
#sysMypageAshiato h3.sysMypageMinorHeadLine,
#sysMypageReview h3.sysMypageMinorHeadLine,
#sysMypageRepeat h3.sysMypageMinorHeadLine,
#sysMypageWithdrawalConfirm h3.sysMypageMinorHeadLine,
#sysMypageEditDeliveryinput h3.sysMypageMinorHeadLine,
#sysMypagePoint h3.sysMypageMinorHeadLine,
#sysMypageUnlock h3.sysMypageMinorHeadLine {
  width: 100%;
  margin: 0px auto!important;
  font-size: 16px;
  letter-spacing: 3px;
  display: inline-block;
}
#sysMypageEditSavedelivery p {
    font-size: 15px;
    margin: 10px 0px;
}
#sysMypageLogout #sysMain h3.sysMypageMinorHeadLine{
	display: none;
}
#sysMypageLogout #sysMain p{
	text-align: center;
	padding: 15px 30px 15px 50px;
}


@media all and (max-width: 896px) {
	/*マイページ　お気に入りから削除するボタン*/
	#sysMypageReview .sysList input[type=submit]{
		width: 176px;
	}
	#sysMypageLogout #sysMain p{
		padding: 0;
	}

}

/** top:購入履歴 **/
#sysMypageIndex.sysMypage .sysOrderList .sysItemName a {
  color: #0755df;
}
@media all and (max-width: 896px) {
  #sysMypageIndex.sysMypage .sysOrderList .sysOrderHeader .sysDatetime {
    float: none;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  #sysMypageIndex.sysMypage .sysOrderList .sysOrderHeader .sysTotalPrice {
    display: block;
    text-align: left;
  }
  #sysMypageIndex.sysMypage .sysOrderList .sysItemName a {
    font-size: medium;
  }
}

#sysMypageIndex.sysMypage .sysOrderList .sysItemReviewLink {
  margin: 1rem 0;
}
#sysMypageIndex.sysMypage .sysOrderList .sysItemReviewLink span {
  display: inline-block;
  padding: 0 1rem !important;
  background-color: #cccccc21;
  margin: 0;
  border-radius: 3px;
  border: 1px solid #9999995e;
  color: #000000;
  font-size: 0.9em;
}
#sysMypageIndex.sysMypage .sysOrderList .sysItemReviewLink a {
  display: inline-block;
  padding: 0 1rem !important;
  background-color: #0754DE;
  margin: 0;
  border-radius: 3px;
  color: #ffffff;
  font-size: 1.1em;
}

/** top:サポートメニュー **/
#sysMypageIndex.sysMypage .mypage_support_navigation {
  margin-top: 40px;
}
#sysMypageIndex.sysMypage .mypage_support_navigation h3.sysHeadline {
  font-size: 1.5em;
}
#sysMypageIndex.sysMypage .mypage_support_navigation > .sysContent > div {
  padding: 2rem;
  border: 1px solid #cacaca;
}
#sysMypageIndex.sysMypage .mypage_support_navigation ul {
  display: grid;
  gap: 20px 20px;
  grid-template-columns: 50% 1fr;
  font-size: 1.1em;
}
#sysMypageIndex.sysMypage .mypage_support_navigation ul a {
  color: #0755df;
}
#sysMypageIndex.sysMypage .mypage_support_navigation ul a:before {
  content: "\f152";
  display: inline-block;
  margin-right: 0.5em;
  font-family: FontAwesome;
}
@media all and (max-width: 896px) {
  #sysMypageIndex.sysMypage .mypage_support_navigation h3.sysHeadline {
    padding: 15px 30px 15px 0;
  }
  #sysMypageIndex.sysMypage .mypage_support_navigation ul {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}

/** レビュー管理 **/
#sysMypageReview.sysMypage .sysMyReviewList {
  margin: 20px 0;
}
#sysMypageReview.sysMypage .sysMyReviewList .sysReview {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #cccccc;
}
#sysMypageReview.sysMypage .sysMyReviewList .sysItemName {
  margin-bottom: 1em;
}

/** アカウントロック **/
#sysMypageUnlock #sysMain h3.sysMypageMinorHeadLine {
  text-align: center;
}
#sysMypageUnlock #sysMain h3.sysMypageMinorHeadLine + p {
  text-align: center;
  margin: 2em 0 4em;
}
#sysMypageUnlock #sysMain form input {
  display: block;
  margin: 0 auto;
}

@media all and (max-width: 896px) {

  #sysMypageUnlock #sysMain h3.sysMypageMinorHeadLine + p {
      text-align: left;
    }

}

/** PW再設定 **/
#sysMypageReminder .sysRemindForm .sysFormItem.sysBirthday .sysFormField {
  margin: 20px 0 40px;
}
#sysMypageReminder .sysRemindForm .sysFormItem.sysBirthday .sysFormField select {
  margin: 0 0.5em 0 1em;
  padding: 0 30px 0 15px;
  border-radius: 2px;
  -webkit-appearance: none;
  border: 1px solid #CACACA;
  box-sizing: border-box;
  background: #FFF url(../img/common/icon12.png) no-repeat right 10px center;
}

@media all and (max-width: 896px) {

  #sysMypageReminder .sysRemindForm .sysFormItem.sysBirthday .sysFormField select {
    margin: 0 0 2rem 1rem;
    padding: 0 30px 0 15px;
  }

}
