@charset "utf-8";
/*
 * page.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */
/***otodoke**/

.wow {
	visibility:hidden;
}

.ec-errorMessage {
	margin-bottom: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #DE5D50;
}

.mainVisual{
	border-top: 1px solid #c4c4c4;
}
.mainWrap{
	border-top: 3px solid #c6b78d;
	border-bottom: 1px solid #c4c4c4;
	background-color: #efeeec;
  padding-top: 7px;
}
.mainWrap ul{
  display: flex;
}
.mainWrap ul li{
  flex: 1;
	box-sizing: border-box;
	position: relative;
  border: 1px solid #efeeec;
  border-bottom: 0;
}
.mainWrap ul li a{
	font-size: 1.3rem;
	color: #0d0d0d;
	font-weight: 600;
	display: flex;
	box-sizing: border-box;
  text-align: center;
  height: 45px;
  align-items: center;
	justify-content: center;
}
.mainWrap ul li a:hover{
	text-decoration: none;
	opacity: 0.6;
}
#mypage_change .mainWrap ul li:nth-child(2),
#mypage_delivery .mainWrap ul li:nth-child(3),
#mypage_delivery_new .mainWrap ul li:nth-child(3),
#mypage_delivery_edit .mainWrap ul li:nth-child(3),
#mypage_kuronekocredit .mainWrap ul li:nth-child(4),
#mypage_list .mainWrap ul li:nth-child(5),
#mypage_history .mainWrap ul li:nth-child(5),
#mypage_favorite .mainWrap ul li:nth-child(6),
#plugin_mypage_coupon .mainWrap ul li:nth-child(7),
#ipl_periodic_purchase_history .mainWrap ul li:nth-child(8),
#ipl_periodic_purchase_shipping .mainWrap ul li:nth-child(8),
#teiki_detail .mainWrap ul li:nth-child(8),
#ipl_periodic_purchase_product_change .mainWrap ul li:nth-child(8),
#ipl_periodic_purchase_cycle .mainWrap ul li:nth-child(8),
#ipl_periodic_purchase_product_cancel .mainWrap ul li:nth-child(8),
#ipl_periodic_purchase_payment .mainWrap ul li:nth-child(8),
#teiki_total .mainWrap ul li:nth-child(8) {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #c4c4c4;
  border-bottom: 0;
}

#mypage_change .mainWrap ul li:nth-child(2) a,
#mypage_delivery .mainWrap ul li:nth-child(3) a,
#mypage_delivery_new .mainWrap ul li:nth-child(3) a,
#mypage_delivery_edit .mainWrap ul li:nth-child(3) a,
#mypage_kuronekocredit .mainWrap ul li:nth-child(4) a,
#mypage_list .mainWrap ul li:nth-child(5) a,
#mypage_history .mainWrap ul li:nth-child(5) a,
#mypage_favorite .mainWrap ul li:nth-child(6) a,
#plugin_mypage_coupon .mainWrap ul li:nth-child(7) a,
#ipl_periodic_purchase_history .mainWrap ul li:nth-child(8) a,
#ipl_periodic_purchase_shipping .mainWrap ul li:nth-child(8) a,
#teiki_detail .mainWrap ul li:nth-child(8) a,
#ipl_periodic_purchase_product_change .mainWrap ul li:nth-child(8),
#ipl_periodic_purchase_cycle .mainWrap ul li:nth-child(8) a,
#ipl_periodic_purchase_product_cancel .mainWrap ul li:nth-child(8) a,
#ipl_periodic_purchase_payment .mainWrap ul li:nth-child(8) a,
#teiki_total .mainWrap ul li:nth-child(8) a {
	color: #857853;
}

#mypage_change .mainWrap ul li:nth-child(2):before,
#mypage_delivery .mainWrap ul li:nth-child(3):before,
#mypage_delivery_new .mainWrap ul li:nth-child(3):before,
#mypage_delivery_edit .mainWrap ul li:nth-child(3):before,
#mypage_kuronekocredit .mainWrap ul li:nth-child(4):before,
#mypage_list .mainWrap ul li:nth-child(5):before,
#mypage_history .mainWrap ul li:nth-child(5):before,
#mypage_favorite .mainWrap ul li:nth-child(6):before,
#plugin_mypage_coupon .mainWrap ul li:nth-child(7):before,
#ipl_periodic_purchase_history .mainWrap ul li:nth-child(8):before,
#ipl_periodic_purchase_shipping .mainWrap ul li:nth-child(8):before,
#teiki_detail .mainWrap ul li:nth-child(8):before,
#ipl_periodic_purchase_product_change .mainWrap ul li:nth-child(8):before,
#ipl_periodic_purchase_cycle .mainWrap ul li:nth-child(8):before,
#ipl_periodic_purchase_product_cancel .mainWrap ul li:nth-child(8):before,
#ipl_periodic_purchase_payment .mainWrap ul li:nth-child(8):before,
#teiki_total .mainWrap ul li:nth-child(8):before {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-color: #fff;
	z-index: 10;
}

.otoTop{
	margin: 40px auto;
}
.otoTop h2{
	color: #0d0d0d;
	font-size: 2.1rem;
	font-weight:600;
}
.otoTop p{
	color: #656363;
	font-size: 1.1rem;
	margin: 5px 0 38px;
}
.otoTop a{
	display: flex;
	width: 100%;
	max-width: 225px;
	height: 37px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #626160;
	font-size: 1.2rem;
	font-weight:600;
}
.otoTop a:hover{
	text-decoration: none;
	opacity: 0.6;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox */
	-webkit-transition: all 0.5s; /* Chrome&Safari */
}
p.otoNote {
	margin: 40px auto;
	font-size: 1.4rem;
}
.otoNote .must {
	color: #b43c3c;
}

.otoMidd{
	margin-bottom: 300px;
}
.otoMidd dl:first-child{
	border-top: 1px solid #d9d9d8;
}
.otoMidd dl{
	display: table;
	border-bottom: 1px solid #d9d9d8;
	width: 100%;
	position: relative;
	padding: 36px 0 35px;
}
.otoMidd dl dt{
	display: table-cell;
	width: 135px;
	vertical-align: middle;
}
.otoMidd dl dt a{
	margin-left: 30px;
}
.otoMidd dl dd{
	display: table-cell;
}
.otoMidd dl dd p{
	color: #030303;
	font-size: 1.2rem;
	line-height: 2;
}
.otoChange{
	position: absolute;
	top:50%;
	right: 15px;
	transform: translateY(-50%);
	display: flex;
	width: 100%;
	max-width: 225px;
	height: 37px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #d6d8d9;
	font-size: 1.2rem;
	color: #030303;
}
.otoChange:hover{
	text-decoration: none;
	opacity: 0.6;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox */
	-webkit-transition: all 0.5s; /* Chrome&Safari */
}


/* teiki btn */
.ec-blockBtn--teiki {
	margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid #ce6f70;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 16px;
  text-decoration: none;
  color: #fff;
  background-color: #ce6f70;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
	letter-spacing: 0.08em;
}
.ec-blockBtn--teiki:hover {
	text-decoration: none;
	opacity: .7;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
	#mypage_change_complete .contactArea {
		margin: 0;
		padding: 0 20px;
	}
	#mypage_change_complete .contactArea .ec-blockBtn--teiki,
	#mypage_change_complete .contactArea .ec-blockBtn--cancel {
		padding: 0;
	}
}

/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 1080px) {
#nameWrap .integral {
	margin-left: 8%;
}

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
#mainVisual{display: none;}
.otoTop {
	margin: 20px auto 40px;
	padding: 0 10px;
	box-sizing: border-box;
}
.otoTop h2{
	font-size: 1.5rem;
}
.otoTop p{
	margin: 10px 0 25px;
}
.otoTop a{
	max-width: 210px;
	height: 35px;
	font-size: 1.1rem;
	margin: 0 auto;
}
.otoH2{
	font-weight: 600;
	font-size: 1.4rem;
	color: #0d0d0d;
	padding: 0 10px 8px;
	box-sizing: border-box;
}
.otoSp dl{
	border-top: 1px solid #d9d9d8;
	margin-bottom: 40px;
	box-sizing: border-box;
	position: relative;
	padding: 10px 10px 0;
}
.otoSp dt{
	font-size: 1.4rem;
	color: #030303;
	line-height: 1.75;
}
.otoChange{
	right: 15px;
	max-width: 60px;
	height: 30px;
	font-size: 1.2rem;
}
.otodWrap .inner{
	padding: 0;
}
.otoMidd dl {
	padding: 15px 10px;
	box-sizing: border-box;
}
.otoMidd dl dt {
	width: 30px;
}
.otoMidd dl dt a {
	margin-left: 0;
}
.otoMidd dl dt a img{
	width: 10px;
}
.otoMidd dl dd p {
	line-height: 1.75;
  font-size: 1.4rem;
}
.otoMidd {
	margin-bottom: 10px;
}

}
/***otodoke**/


/***rireki**/
.rireki{}
.rireBox{
	margin-bottom: 130px;
}
.rireTips{
	border-top: 1px solid #d9d9d8;
}
.rireBox .riredl{
	display: table;
	width: 100%;
	border-bottom: 1px solid #d9d9d8;
	padding-top: 20px;
}
.rireBox .riredl .riredt{
	display: table-cell;
	vertical-align: top;
	width: 280px;
}
.rireBox .riredl .riredd{
	display: table-cell;
}
.rireTime{
	font-size: 2.1rem;
	color: #0d0d0d;
	font-weight: 600;
	margin-bottom: 20px;
}
.rireNum{
	font-size: 1.2rem;
	color: #030303;
	margin-bottom: 5px;
}
.rireCond{
	font-size: 1.2rem;
	color: #030303;
	margin-bottom: 25px;
}
.rireCond span,.rireNum span{
	display: inline-block;
	margin-left: 20px;
}
.rireMe{
	display: flex;
	width: 100%;
	max-width: 225px;
	height: 37px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #d6d8d9;
	font-size: 1.2rem;
	color: #030303;
}
.rireMe:hover{
	text-decoration: none;
	opacity: 0.6;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox */
	-webkit-transition: all 0.5s; /* Chrome&Safari */
}
.rireBox .htmlUl ul li {
	float: left;
	width: 25%;
	padding-left: 30px;
	box-sizing: border-box;
	margin: 20px 0 5px;
}
.rireBox .htmlSub {
	margin: 18px 0 5px;
}
.rireCard,.rirekiMe,.slikSetion,.rireCong,.rireBer{
	display: none;
}

.konyu_dt .rireCond{
	margin-bottom: 5px;
}
.konyu_dt .rireCong , .konyu_dt .rireBer{
	display: block;
	font-size: 1.2rem;
	color: #030303;
}
.konyu_dt .rireBer{
	margin-top: 5px;
	margin-bottom: 15px;
}

.rireBox .rireCard{
	pointer-events: initial;
	font-size: 1.2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 160px;
  height: 35px;
  width: 160px;
  background-color: #333333;
  box-sizing: border-box;
  border: 1px solid #333;
  margin: 10px auto 0;
  cursor: pointer;
}
.rireBox .rireCard:hover{
  opacity: .6;
}
.rireBox .brandsLinks {
	display: block;
	width: 100%;
	margin: auto;
	position: static;
}
/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.rireBox .riredl .riredt {
	display: block;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.rireBox .riredl .riredd {
	display: block;
	padding: 0 10px;
	box-sizing: border-box;
}
.rireTime{
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.rireNum,.rireCong,.rireBer{
	font-size: 1.2rem;
	margin-bottom: 5px;
}
.rireNum,.rireCong,.rireBer,.rireCond{
	position: relative;
	display: block;
}
.rireCond{
	font-size: 1.2rem;
	margin-bottom: 5px;
}
.rireCond span,.rireNum span,.rireCong span,.rireBer span{
	display: inline-block;
	margin-left: 0;
	position: absolute;
	top: 0;
	left: 75px;
}
.rireMe{
	display: none;
}
.rireBox .htmlUl ul li {
	width: 100%;
	padding-left: 0;
	box-sizing: border-box;
	margin: 20px 0;
}
.rireBox .htmlUl ul {
	margin-left: 0;
}
.rireBox .htmlImg {
	float: left;
	width: 42%;
}
.rireBox .htmlUl ul li a,.rireBox .htmlSub,.rireBox .htmlPrice{
	overflow: hidden;
  justify-content: flex-start;
}
.rireBox .htmlUl ul li a{
	pointer-events: none;
}
.rireBox .rireCard{
	pointer-events: initial;
	font-size: 1.2rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 160px;
	height: 35px;
	width: 160px;
	background-color: #333333;
	box-sizing: border-box;
	border: 1px solid #333;
	margin: 10px 0 0;
}
  .rireBox .rireCard:hover{
  opacity: 1;
}
.rirekiMe{
	display: flex;
	margin: 15px auto 40px;
}
.slikSetion{
	display: block;
}
.rireBox {
	margin-bottom: 0;
}

.rireBox .brandsRapp {
	display: flex;
	clear: both;
	padding-top: 20px;
}
.rireBox .brandsLinks {
	position: absolute;
	width: calc(100% - 20px);
}
.rireBox .brandsLiPrice {
	width: 50%;
}

}
/***rireki**/


/***rireki_detail**/
.riTitle{
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9d9d8;
}
.ritiTime{
	font-size: 1.8rem;
	color: #0d0d0d;
	font-weight: 600;
}
.ritiMess{
	font-size: 1.2rem;
	color: #030303;
}
.ritiMess span{
	padding-left: 25px;
	line-height: 1.1;
	display: inline-block;
}
.ritiMess span{
	border-right: 1px solid #686868;
	padding-right: 25px;
}
.ritiMess span:last-child{
	border-right: none;
	padding-right: 25px;
}

.rideDl{
	display: table;
	width: 100%;
	border-bottom: 1px solid #d9d9d8;
	padding: 29px 0;
}
.rideDt{
	display: table-cell;
	vertical-align: top;
	font-size: 1.4rem;
	color: #030303;
	width: 275px;
	padding-left: 5px;
	box-sizing: border-box;
}
.rideDd{
	display: table-cell;
}
.ridePrice{
	margin-left: -70px;
}
.ridePrice ul{
	float: left;
	padding-left: 70px;
	box-sizing: border-box;
}
.ridePrice ul:last-child{
	text-align: right;
}
.ridePrice ul li{
	font-size: 1.2rem;
	margin-bottom: 7px;
	position: relative;
}
.ridePrice ul:last-child li{
	padding-right: 300px;
	box-sizing: border-box;
}
.ridePrice ul li:nth-child(2n){
	margin-bottom: 20px;
}
.ridePrice ul .font{
	font-weight: 600;
	font-size: 1.4rem;
}
.ridePrice ul:last-child li span{
	position: absolute;
	top: 0;
	left: 75px;
}
.rideAdd p{
	color: #030303;
	font-size: 1.2rem;
	line-height: 2;
}
.rideCards{
	display: flex;
}
.rideCards span{
	display: inline-block;
	font-size: 1.2rem;
}
.rideCards p{
	font-size: 1.3rem;
	margin-left: 15px;
}
.rideDl .htmlUl a{
	display: block;
}
.rideDl .rideCard {
	pointer-events: initial;
	font-size: 1.2rem;
	color: #37393b;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 150px;
	height: 32px;
	width: 150px;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #37393b;
	margin: 10px auto 0;
	border-radius: 16px;
	padding-right: 20px;
	background: url('../img/sideInfo.png')no-repeat right 13px center;
  cursor: pointer;
}
.rideDl .rideCard:hover{
	background-color: #d6d8d9;
  border: 1px solid #d6d8d9;
}
.mabWrap{
	margin-bottom: 280px;
}
.rireTipos{
	display: none;
}
.rideKaki{
	display: none;
}
/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.riPadding{
	padding: 0 10px;
	box-sizing: border-box;
}
.riTitle {
	display: block;
	padding: 20px 10px 10px;
	box-sizing: border-box;
	border-bottom: none;
	border-top: 1px solid #d9d9d8;
}
.ritiMess{
   display: none;
}
.rireTipos{
	display: block;
}
.ritiTime {
	font-size: 1.5rem;
	margin-bottom: 15px;
}
.rireTipos p{
	margin-bottom: 10px;
}
.rideDl {
	display: block;
	width: 100%;
	border-bottom: none;
	padding: 0 0 40px;
}
.rideDt {
	display:block;
	font-size: 1.2rem;
	font-weight: 600;
	background-color: #f9f9f9;
	border-top: 1px solid #d9d9d8;
	color: #030303;
	width: 100%;
	padding: 8px 0 8px 13px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.ridePrice ul:last-child li {
	padding-right: 0;
}
.rideDd {
	display: block;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
}
.ridePrice {
	margin-left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ridePrice ul {
	float: none;
	padding-left: 0;
	box-sizing: border-box;
}
.ridePrice ul:last-child li span {
	position: unset;
	display: block;
}
.ridePrice ul li:nth-child(3) {
	margin-bottom: 20px;
}
.ridePrice ul .font {
	display: none;
}
.rideKaki{
	display: flex;
	justify-content: space-between;
	font-size: 1.5rem;
	font-weight: 600;
	border-top: 1px solid #d9d9d8;
	padding-top: 10px;
}
.rideCards span {
	display:block;
}
.rideCards {
	display: block;
}
.rideCards p {
	font-size: 1.2rem;
	margin-left:0;
	margin-top: 5px;
}
.rideDl .rideCard {
	font-size: 1.2rem;
	height: 30px;
	width: 130px;
	border: 1px solid #37393b;
	margin: 10px auto 0;
	border-radius: 16px;
	padding-right: 20px;
	background: url(../img/sideInfo.png)no-repeat right 13px center;
}
.rideDd .htmlSub {
	margin: 10px 0 5px;
}
.rideDd .htmlUl ul li {
	padding-left: 20px;
	margin: 20px 0;
}
.rideDd .htmlUl ul {
	margin-left: -20px;
}
.mabWrap {
	margin-bottom: 0;
	border-bottom: 1px solid #d9d9d8;
}
}
/***rireki_detail**/


/***okiniiri**/
.okinSection{
	margin:50px 0 65px;
}
.okinSection .htmlUl ul li{
	margin: 10px 0 100px;
	position: relative;
}
.okinSection .htmlUl ul li .close{
	position: absolute;
	top: -30px;
	left: 30px;
}
.okinSection .htmlSub {
	margin: 50px 0 0;
}
.okUlBtn{
	display: none;
}
#mypage_favorite .okinPrice {
	margin: 10px 0;
}
.okinSection .rireCard{
  pointer-events: initial;
  font-size: 1.2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 160px;
  height: 35px;
  width: 160px;
  background-color: #333333;
  box-sizing: border-box;
  border: 1px solid #333;
  cursor: pointer;
  margin: 10px 0 0 20px;
}
.okinSection .rireCard:hover{
  opacity: .6;
}
/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.okinSection .htmlUl ul li {
	margin: 10px 0 35px;
	position: relative;
	float: none;
	width: 100%;
	padding-left: 0;
	overflow: hidden;
}
.okinSection .htmlUl ul li .htmlImg {
	float: left;
	width: 42%;
	background-size: auto;
}
.okinSection .htmlSub {
	margin: 0;
	overflow: hidden;
}
.okinSection .rireCard{
	pointer-events: initial;
	font-size: 1.2rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 160px;
	height: 35px;
	width: 160px;
	background-color: #333333;
	box-sizing: border-box;
	border: 1px solid #333;
	margin: 10px 0 0;
}
.okinSection .rireCard:hover{
  opacity: 1;
}
.okinPrice{
	display: flex;
	margin-top: 10px;
}
.okinSection .htmlUl ul {
	margin-left: 0;
}
.okinSection .htmlUl ul li .close {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.okinSection .htmlUl ul li .close img{
	width: 11px;
}
.okinSection {
	margin: 0 -10px 10px;
	padding: 20px 10px 0;
	box-sizing: border-box;
	border-top: 1px solid #d9d9d8;
}
#mypage_favorite .otoTop {
	margin: 20px auto 30px;
}
.okUlBtn{
	display: flex;
	justify-content: center;
	align-items: center;
}
.okUlBtn a{
	font-size: 1.1rem;
	color: #000;
	width: 27px;
	height: 27px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 15px;
}
.okUlBtn a.active{
	border: 1px solid #d9d9d8;
}
.okinWrap{
	margin-bottom: 75px;
}
#mypage_favorite .slikSetion{
border-top: 1px solid #d9d9d8;
}

}
/***okiniiri**/

/***coupon**/
.couponItem{
	margin-bottom: 130px;
}
.couponItem dl:first-child{
	border-top: 1px solid #d9d9d8;
}
.couponItem dl{
	border-bottom: 1px solid #d9d9d8;
	padding: 30px 0 35px 25px;
	box-sizing: border-box;
}
.couponItem dl dt{
	float: left;
	margin-right: 50px;
}
.couponItem dl dd{
	overflow: hidden;
}
.coupH2{
	font-weight: 600;
	font-size: 1.8rem;
	color: #0d0d0d;
}
.coupNote {
	margin-top: 10px;
	font-size: 1.4rem;
}

.coupDate{
	font-size: 1.2rem;
	color: #030303;
	margin: 15px 0 15px;
}
.coupDate span{
	display: inline-block;
	margin-right: 30px;
}
.coupBtn{
	display: flex;
	width: 100%;
	max-width: 225px;
	height: 37px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #d6d8d9;
	font-size: 1.2rem;
	color: #030303;
}
.coupBtn:hover{
	text-decoration: none;
	opacity: 0.6;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox */
	-webkit-transition: all 0.5s; /* Chrome&Safari */
}
.coupNone{
	display: none;
}
/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.couponItem dl {
	padding: 30px 10px 20px 15px;
	margin: 0 -10px;
	border-bottom: none;
}
.couponItem dl dt {
	margin-right: 15px;
	width: 26%;
}
.coupH2{
	font-size: 1.4rem;
}
.coupDate{
	font-size: 1.2rem;
	margin: 15px 0 0;
	line-height: 1.6;
}
.coupDate span{
	display: block;
	margin-right: 0;
}
.coupBtn{display: none;}
.coupNone{
	display: block;
	margin: 0 -10px;
	padding: 0 10px 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #d9d9d8;
}
.coupNone .coupBtn{
	display: flex;
	margin: 0 auto;
}
.coupNoneLast{
	padding-bottom: 75px;
}
.couponItem {
	margin-bottom: 30px;
}
#plugin_mypage_coupon .otoTop {
	margin: 20px auto 25px;
	padding: 0;
}

}
/***coupon**/


/***withdraw**/
.withdrawWrap{
	margin-bottom: 160px;
}
.withdrawItem{text-align: center;}
.withImg{}
.withSub{
	font-weight: 600;
	font-size: 2.1rem;
	color: #b43c3c;
	margin: 15px 0;
}
.withInfo{
	line-height: 2.1;
	font-size: 1.4rem;
	color: #656363;
}
.withBtn{
	margin-top: 45px;
}
.withBtn a, .withBtn button{
	display: flex;
	width: 100%;
	max-width: 285px;
	height: 42px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #626160;
	font-size: 1.4rem;
	color: #fff;
	font-weight: 600;
	margin: 0 auto;
}
.withBtn a:hover{
  text-decoration: none;
}
/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
#withdraw .otoTop {
	margin: 20px auto;
}
.withSub{
	font-size: 1.8rem;
	margin: 10px 0;
}
.withInfo{
	line-height: 1.75;
	font-size: 1.4rem;
	color: #656363;
	text-align: left;
	padding: 0 10px;
	box-sizing: border-box;
}
.withBtn {
	margin-top: 35px;
}
.withBtn a{
	max-width: 210px;
	height: 35px;
	font-size: 1.1rem;
}
.withdrawWrap{
	margin-bottom: 20%;
}

}
/***withdraw**/

/***customer**/
.customerWrap{
	margin-bottom: 185px;
}
.colorRed{
	color: #b43c3c;
}
.otoTop .must{color: #b43c3c;}
.contactArea table {
  width: 100%;
}
.contactArea table tr{
	border-bottom: 1px solid #d9d9d8;
}
.contactArea table tr:first-child{
	border-top: 1px solid #d9d9d8;
}
.contactArea table th,
.contactArea table td {
  padding: 11px 0;
}
.contactArea table th {
	width: 240px;
	box-sizing: border-box;
	font-size: 1.2rem;
	vertical-align: middle;
	position: relative;
	background-color: #f9f9f9;
	padding-right: 50px;
	padding-left:15px;
	font-weight: 600;
}
.contactArea table th .must {
  padding: 0;
  color: #b43c3c;
  text-align: center;
  font-size: 1.1rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.contactArea table td{
	padding-left: 25px;
}
.contactArea .contactUl li .wh01{
	width: 130px;
	margin-left: 0;
}
.contactArea .addUl li .wh02,.contactArea .telUl li .wh02{
	width: 100px;
}
.contactArea .wh04{
	width: 160px !important;
}
.contactArea .wh03{
	width: 230px !important;
}
.contactUl{}
.contactUl li{
	float: left;
}
.contactUl li span{
	display: inline-block;
	width: 50px;
	font-size: 1.1rem;
	color: #918f8f;
}
.contactUl li:last-child span{
	margin-left: 30px;
}

.addUl{}
.addUl li{
	float: left;
}
.addUl li span{
	display: inline-block;
	width: 20px;
	font-size: 1.1rem;
	color: #918f8f;
	text-align: center;
}
.addUl li:last-child span{
	text-align: center;
}
.addNumer{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #a6976d;
	font-weight: 600;
	font-size: 1rem;
	width: 158px;
	height: 32px;
	margin: 4px 0 4px 20px;
	box-sizing: border-box;
}

.telUl{}
.telUl li{
	float: left;
}
.telUl li span{
	display: inline-block;
	width: 20px;
	font-size: 1.1rem;
	color: #918f8f;
	text-align: center;
}

.emailUl{}
.emailUl li:last-child{
	margin-top: 9px;
}
.foNomer{
	font-weight: normal;
	text-indent: -0.6em;
	margin-top: 10px;
}


input[type='checkbox']{
	width: 14px;
	height: 14px;
	background-color: #fff;
	-webkit-appearance:none;
	border: 1px solid #9d9d9d;
	outline: none;
	margin-bottom: 0;
	margin-right: 10px;
	border-radius: 2px;
}
input[type='radio']{
	width: 16px;
	height: 16px;
	background-color: #fff;
	-webkit-appearance:none;
	border: 1px solid #9d9d9d;
	outline: none;
	margin-bottom: 0;
	margin-right: 10px;
	border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
}
input[type=checkbox]:checked{
   background: url("../img/input_check.png")no-repeat center center;
   z-index: 10;
}
input[type=radio]:checked{
   background: url("../img/argee.png")no-repeat center center;
   z-index: 10;
}
.radio{
	vertical-align: top;
	font-size: 1.2rem;
	margin-right: 50px;
}

.selectUl li{
	float: left;
}
.selectUl li select{
	width: 90px;
}
.selectUl li span{
	display: inline-block;
	margin: 0 15px 0 6px;
	color: #918f8f;
	font-size: 1.2rem;
}
.miruInfo{
	color: #767575;
	font-size: 1.2rem;
  margin-top: 5px;
}
.contactArea input[type=text],
.contactArea input[type=password],
.contactArea input[type=tel],
.contactArea input[type=email] {
  border: 1px solid #d9d9d8;
  box-sizing: border-box;
  max-width: 500px;
  width: 100%;
  height: 40px;
  font-size: 1.1rem;
  padding: 0 13px;
  color: #1E1E1E;
  margin-bottom: 0;
}
.contactArea  select {
	width: 153px;
	height: 38px;
	border: 1px solid #d9d9d8;
	box-sizing: border-box;
	font-size: 1.1rem;
	padding-left: 10px;
	background: url('../img/select.png')no-repeat right 10px center;
	background-size: 6px auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #1E1E1E;
}


.contactArea .submitBtn {
  text-align: center;
  margin: 50px auto 0;
}
.contactArea .submitBtn input[type=submit],
.contactArea .submitBtn input[type=button]:hover,
.contactArea .submitBtn input[type=reset]:hover {
  box-sizing: border-box;
  width: 285px;
  height: 42px;
  border: 1px solid #626160;
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  background: #626160;
  cursor: pointer;
}
.contactArea .submitBtn:hover{
	opacity: 0.6;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox */
	-webkit-transition: all 0.5s; /* Chrome&Safari */
}

.submitButton{
  box-sizing: border-box;
  width: 285px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #626160;
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  background: #626160;
  cursor: pointer;
}
.submitButton:hover{
	opacity: 0.6;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox */
	-webkit-transition: all 0.5s; /* Chrome&Safari */
}
.submitMar40{
	margin-top: 40px;
}

/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 768px) {
.submitButton{
	width: 210px;
	height: 35px;
	font-size: 1.2rem;
	margin-bottom: 10px;
	line-height: inherit;
}
.submitMar40{
	margin-top: 25px;
}

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.contactArea table,
.contactArea table tbody,
.contactArea table tr,
.contactArea table th,
.contactArea table td {
	width: 100% !important;
	display: block;
}
.contactUl li:last-child span {
	margin-left: 0;
}
.contactArea{
	margin: 0 -10px;
}
.contactUl li{
	float: none;
}
.contactArea table td {
	padding: 15px 15px 30px;
	box-sizing: border-box;
}
.contactArea table th {
	width: 100%;
	font-weight: 600;
	padding: 6px 0 6px 13px;
	box-sizing: border-box;
  font-size: 1.4rem;
}
.contactUl li:last-child{
	margin-top: 15px;
	margin-bottom: 10px;
}
.contactArea input[type=text],
.contactArea input[type=password],
.contactArea input[type=tel],
.contactArea input[type=email]{
	height: 35px;
	margin-bottom: 0;
}
.contactArea select {
	width: 140px;
	height: 35px;
}
.foNomer {
	font-weight: normal;
	text-indent: -0.6em;
	margin-top: 0;
	font-size: 1.2rem;
}
.radio{
	float: left;
	width: 50%;
	margin-right: 0;
	vertical-align: middle;
	display: flex;
	align-items: center;
}
.selectUl li select{
	width: 65px;
}
.selectUl li:first-child select{
	width: 100px;
}
.selectDiv select{
	width: 65px;
}
.selectDiv select{
	width: 100px;
}
.miruInfo{
	display: none;
}
  .show {
	display: block !important;
  }
.contactArea .submitBtn input[type=submit],
.contactArea .submitBtn input[type=button]:hover,
.contactArea .submitBtn input[type=reset]:hover{
	width: 210px;
	height: 35px;
	font-size: 1.2rem;
}
.contactArea .submitBtn {
	margin: 40px auto 0;
}
.customerWrap {
	margin-bottom: 5px;
}
.contactArea table th .must {
	padding: 2px 5px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	font-size: 1.1rem;
	font-weight: normal;
	position: unset;
	margin-left: 10px;
	display: inline-block;
	background: #b43c3c;
	top: unset;
	transform: unset;
	right: unset;
  vertical-align: middle;

}
  .contactUl li span {
	font-size: 1.2rem;
  }
#mypage_change .otoTop {
	margin: 20px auto 30px;
}
.addNumer {
	width: 189px;
	height: 30px;
	margin: 10px 0 0 20px;
}
.contactArea .contactUl li .wh01{
	width: calc(100% - 50px);
}
.contactArea .wh04{
	width: 130px !important;
}
.contactArea .wh03{
	width: 100% !important;
}
}
/***customer**/

/***card**/
.cardItem{
	margin-bottom: 460px;
}
.cardItem .cardAll table{
	width: 100%;
}
.cardItem .cardAll table th {
	box-sizing: border-box;
	font-size: 1.2rem;
	vertical-align: middle;
	position: relative;
	background-color: #f9f9f9;
	font-weight: 600;
	color: #1e1e1e;
	border-top: 1px solid #d9d9d8;
	border-bottom: 1px solid #d9d9d8;
	padding: 15px 0;
  text-align: center;
}

.cardItem .cardAll table td{
	font-size: 1.3rem;
	padding: 19px 0 18px;
  text-align: center;
}
.cardItem .cardAll label {
  display: inline-block;
  padding: 0 10px;
}
.cardItem .cardAll input[type='radio'] {
  margin-right: 0;
}
.cardH2{
	font-size: 1.4rem;
	color: #0d0d0d;
	margin-bottom: 20px;
}
.cardBtn{
	margin-top: 30px;
}
.cardBtn a,
.cardBtn button{
	display: flex;
	width: 100%;
	max-width: 225px;
	height: 37px;
	align-items: center;
	justify-content: center;
	color: #030303;
	background: #d6d8d9;
	font-size: 1.2rem;
	font-weight: 600;
  border: 0;
  cursor: pointer;
}
.cardBtns a,
.cardBtns button{
	color: #fff;
	background: #626160;
}

.cardBtns a:hover,.cardBtn a:hover,
.cardBtns button:hover,.cardBtn button:hover{
	text-decoration: none;
	opacity: 0.6;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox */
	-webkit-transition: all 0.5s; /* Chrome&Safari */
}
.cardIn{
	margin-top: 85px;
}

.wh16{width: 16%;}
.wh14{width: 14%;}
.wh30{width: 30%;}
.wh20{width: 20%;}

.pctable{
	display: table-cell;
}
.fonTB{
	font-size: 1.2rem;
	padding-right: 5px;
}
.cardZaro{display: none;}
/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.cardItem .cardAll table th:nth-child(1),.cardItem table td:nth-child(1){
	padding-left: 0;
	text-align: center;
}
.wh16{width: 16%;}
.wh14{width: 0;}
.wh30{width: 0;}
.wh20{width: 0;}
.pctable{
	display: none;
}
.cardItem input[type='checkbox'] {
	width: 11px;
	height: 11px;
	background-color: #fff;
	-webkit-appearance: none;
	border: 1px solid #9d9d9d;
	outline: none;
	margin-right: 10px;
	border-radius: 2px;
}
.cardItem .cardAll table td {
	font-size: 1.2rem;
	padding: 0;
	border-bottom: 1px solid #d9d9d8;
}
.cardItem .cardAll label {
	display: inline-block;
	width: 100%;
	padding: 15px 0;
}
.cardItem .cardAll .labelName{
	padding: 24px 0;
}
.cardAll .cardMar{
	margin: 0 -10px;
}
.otoTop p{
	font-size: 1.2rem;
}
.cardH2 {
	font-size: 1.4rem;
	font-weight: 600;
}
.cardItem .cardAll table th {
	padding: 6px 0;
	border-bottom:none;
}
.cardBtn {
	margin-top: 40px;
}
.cardBtn a,
  .cardBtn button{
	max-width: 210px;
	height: 35px;
	font-size: 1.2rem;
	margin: 0 auto;
}
.cardIn {
	margin-top: 55px;
}
.cardItem {
	margin-bottom: 10px;
}
.cardZaro{
	display: block;
	margin: 0 auto 35px;
}
.cardTop{
	display: block;
	font-size: 1.2rem;
	border-bottom: 1px solid #d9d9d8;
	border-top: 1px solid #d9d9d8;
	padding: 11px 13px;
	box-sizing: border-box;
	margin: 0 -10px;
}
.cardTop table{
	width: 100%;
}
.cardTop tr{
	display: flex;
	align-items: flex-end;
}
.cardTop tr td:nth-child(1){
	width: 50%;
}
.cardTop tr td:nth-child(2){
	margin-left: 5px;
	margin-right: 30px;
	width: 30%;
}
.cardTop tr td:nth-child(3) button{
	box-sizing: border-box;
	width: 60px;
	height: 30px;
	border: 1px solid #d6d8d9;
	display: inline-block;
	font-size: 1.2rem;
	color: #030303;
	font-weight: 600;
	background: #d6d8d9;
	cursor: pointer;
}

}

/***card**/


/***teiki**/
.teikiTop{
	border-bottom: 1px solid #d9d9d8;
	border-top: 1px solid #d9d9d8;
	background-color: #f9f9f9;
	margin-bottom: 45px;
}
.teikiTop .teikiUl ul li {
	width: 33%;
}

.teikiH2{
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
	color: #0e0e0e;
	margin: 23px 0 25px;
}
.teikiH3{
	text-align: center;
	font-weight: 600;
	font-size: 1.4rem;
	color: #b84949;
	margin: 20px 0;
}
.teikiSub{
	font-size: 1.3rem;
	color: #0d0d0d;
	font-weight: 600;
}
.teikiNote{
	font-size: 1.3rem;
	color: #0d0d0d;
	margin-bottom: 20px;
}
.teikiNote span{
	display: block;
}
.teikiChange{
	box-sizing: border-box;
	width: 200px;
	height: 40px;
	border: 1px solid #002552;
	display: flex;
	align-items: center;
	padding: 0 25px 0 10px;
	font-size: 1.2rem;
	color: #000000;
	font-weight: 600;
	background: url('../img/change.png')no-repeat right 20px center;
	background-color: #fff;
	cursor: pointer;
}
.teikiChange:hover {
  text-decoration: none;
  color: #fff;
  border: 1px solid #002552;
  background: url('../img/changeWhite.png')no-repeat right 20px center #002552;
}
.teikiUl{
	max-width: 835px;
	width: 100%;
	margin: 0 auto;
}
.teikiUl ul{
	margin-left: -70px;
}
.teikiUl ul li{
	float: left;
	padding-left: 70px;
	box-sizing: border-box;
}
.teikiItem{
	margin-top: 25px;
	margin-bottom: 145px;
}
.teikiDl dl{
	border-bottom: 1px solid #d9d9d8;
	display: table;
}
.teikiDl dl:first-child{
	border-top: 1px solid #d9d9d8;
}
.teikiDl .teikidt{
	display: table-cell;
	width: 240px;
	background-color: #efeeec;
	padding: 30px 20px 0 20px;
	box-sizing: border-box;
	vertical-align: top;
}
.teikiDl .teikiddItme{
	display: table-cell;
	padding-left: 50px;
	padding-top: 40px;
}
.teikiDl .teikiUl{
	max-width: 100%;
}
.teikiDl .teikiUl ul{
	margin-left: 0;
}
.teikiDl .teikiUl ul li{
	padding-left: 0;
	float: none;
	margin-bottom: 20px;
}
/* .teikiDl .teikiUl ul li .teikiSub {
	font-weight: normal;
} */
/*
.teikiDl .teikiddItme .htmlUl{
	min-width: 770px;
}
*/
.teikiDl dl {
	width: 100%;
}


.teikiDl .teikiNote {
	margin-bottom: 10px;
}
.teikiDate{
	font-size: 1.6rem;
	color: #0e0e0e;
	letter-spacing: 0.1em;
	margin: 10px 0 12px;
}
.teikiDate span{
	font-size: 2.4rem;
}
.teikiDate em{
	font-size: 1.4rem;
}
.teikiDate .most{
	font-size: 1.8rem;
}
.teikiName{
	font-size: 1.3rem;
	color: #000;
	margin-bottom: 25px;
}
.teikiName span{
	color: #b84949;
	display: inline-block;
	margin-left: 10px;
}
.mustChange{
	margin: 0 auto;}
.mustChange a{
	box-sizing: border-box;
	width: 170px;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	color: #fff;
	font-weight: 600;
	background-color: #a6976d;
	margin: 0 auto 20px;
}
.mustChange a:hover{
	text-decoration: none;
	opacity: 0.6;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox */
	-webkit-transition: all 0.5s; /* Chrome&Safari */
}
.mustInfo{
	font-size: 1.3rem;
	color: #c43a3a;
	margin-bottom: 30px;
	font-weight: 600;
}
.mustInfo span{
	font-size: 1.4rem;
}
.mustFox{
	background-color: #fff;
	padding: 15px 30px 15px;
	margin-bottom: 20px;
}
.mustFox .htmlTips {
	margin-top: 0;
}
.mustMess{
	font-size: 1.2rem;
	color: #b30404;
	margin-top: 10px;
	font-weight: 600;
	text-align: center;
}


.teikidd .htmlPrice{
   border-top: none;
   border-bottom: none;
}

#teikiItem{
	display: block;
}
.teikidd .rideCard {
  pointer-events: initial;
  font-size: 1.2rem;
  color: #030303;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 120px;
  height: 32px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #030303;
  margin: 10px auto 0;
  border-radius: 16px;
  padding-right: 20px;
  background: url(../img/sideInfo.png)no-repeat right 13px center;
  cursor: pointer;
  background-color: #fff;
}
.teikidd .rideCard:hover {
	background-color: #d7d8da;
	border: 1px solid #d7d8da;
}
.teikidd .mubt{
	font-size: 1.2rem;
	color: #c43a3a;
	text-indent: -1em;
	margin-top: 10px;
}
.teikidd .teikiLi a{
	border: 1px dotted #37393b;
	display: block;
	padding: 60px 15px 0;
	box-sizing: border-box;
	pointer-events: initial;
}
.speicInfo{
	font-size: 1.2rem;
	color: #666;
	margin-top: 20px;
}
.teiAdd{
	font-size: 1.2rem;
	color: #0e0e0e;
	text-align: center;
	margin: 25px 0 50px;
}
.teikidd .rideChange{
	color: #fff;
	background: url("../img/changeWhite.png")no-repeat right 13px center;
	background-color: #37393b;
}
.teikidd .rideChange:hover{
	opacity: .6;
	background-color: #37393b;
	border: 1px solid #030303;
}

.mustRed .mustMess{
	font-size: 1.2rem;
	color: #666;
}
.htmlTips .backRed {
	background-color: #c50000;
	color: #fff;
}
.htmlTips .backGroown{
	background-color: #a6966d;
}
.htmlTips .backPink{
	background-color: #c50000;
}
.teikiDl  .htmlPrice {
	display: flex;
}
.specialTips{
	font-size: 1.2rem;
	color: #b30404;
	letter-spacing: 0.05em;
	margin-top: 40px;
}

.teikiDl .htmlSub {
	margin: 18px 0 30px;
}
.teikiDl .imgVip {
	position: absolute;
	top: -25px;
	left: 0;
}
.slickWraps{
	margin: 0 0 270px;
}
.tekiClick,.teikiWite{
	display: none;
}

.teikiCoupon {
	background: #f9f9f9;
	padding: 30px;
	margin: 20px auto;
}
.teikiCoupon .coupImg {
	float: left;
	margin-right: 30px;
	width: 18%;
}
.teikiCoupon p {
	margin-bottom: 10px;
}
.teikiCoupon .coupStatus {
	font-weight: 600;
	font-size: 1.8rem;
}
.teikiCoupon .coupStatus span {
	color: #c43a3a;
}

.teikiUl .mustPrice span,
.CrowDl .mustPrice span {
	font-size: 1.8rem;
}



/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.teikiUl ul {
	margin-left: -20px;
}
.teikiUl ul li {
	width: 50%;
	padding-left: 20px;
	margin-bottom: 30px;
}
.teikiTop .teikiUl ul li {
	width: 50%;
}

.teikiSub {
	font-size: 1.2rem;
}
.teikiNote {
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.teikiWrap .inner{
	padding: 0;
}
.teikiTop {
	margin-bottom: 20px;
	padding: 0 10px 30px;
	box-sizing: border-box;
	border-bottom: none;
}
.teikiH2 {
	font-size: 1.2rem;
	margin: 30px 0 25px;
}

.teikiChange {
	max-width: 100%;
	height: 35px;
	padding: 0 12px 0 18px;
	font-size: 1.2rem;
	background: url(../img/change.png)no-repeat right 10px center;
	background-color: #fff;
}
.teikiH3 {
	font-size: 1.2rem;
	margin: 0;
}
.teikiTiy{
	font-size: 1.2rem;
	color: #0d0d0d;
	padding-left: 15px;
	margin-bottom: 18px;
}
.teikiItem {
	margin-top: 0;
	margin-bottom: 40px;
	background-color: #efeeec;
}
.teikiDl dl {
	border-bottom: 1px solid #d9d9d8;
	display: block;
	padding-bottom: 10px;
	position: relative;
}
.teikiDl .teikidt {
	display: block;
	width: 100%;
	background-color: #efeeec;
	padding: 15px 15px 15px;
	box-sizing: border-box;
	vertical-align: top;
}
.teikiDl .teikiddItme {
	display: block;
	padding-left: 0;
	padding-top: 40px;
}
.teikiDl .teikidt .teikiSub,.teikiDate em,.teikiDate .most{
	font-size: 1.2rem;
}
.teikiDate {
	font-size: 1.5rem;
	margin: 10px 0 12px;
}
.teikiName {
	font-size: 1.2rem;
	margin-bottom: 25px;
}
.teikiName span{
	font-size: 1.2rem;
		margin-left: 0;
}
.teikiDl .teikidt .teikiUl  ul .teikiFex{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.teikiDl .teikidt .teikiUl  ul li div{
	width: 50%;
}
.teikiDl .teikidt .teikiUl  ul .teikiFex .teikiChange {
	max-width: 135px;
	height: 35px;
	padding: 0 10px 0;
	font-size: 1.2rem;
	background: none;
	background-color: #fff;
}
.teikiDl .teikiUl ul li {
	margin-bottom:10px;
}
.mustChange a {
	width: 210px;
	height: 35px;
	font-size: 1.2rem;
	margin: 0 auto;
}
.mustInfo,.mustFox{
	display: none;
}
.teikiDl .teikiddItme {
	width: calc(100% - 20px);
	background: #fff;
	margin: 0 auto 20px;
	padding: 20px 0 20px;
}

.teikidd .htmlUl ul {
	margin-left: -20px;
}
.teikidd .htmlUl ul li {
	padding-left: 20px;
	margin: 20px 0;
}
  .teikidd .htmlUl ul li .hlg01 {
	padding-bottom: 20px;
}
.teiAdd {
	font-size: 1.2rem;
	margin: 12px 0 30px;
}
.teikidd .teikiLi a {
	padding: 30px 10px 0;
}
.speicInfo {
	color: #000;
	margin-top: 20px;
	letter-spacing: 0.1em;
}
.teikidd .mubt{
	display: none;
}
.teikidd .rideCard {
	font-size: 1.2rem;
	max-width: 130px;
	height: 30px;
	background: url(../img/sideInfo.png)no-repeat right 13px center;
}
.teikidd .rideChange {
	color: #fff;
	background: url(../img/changeWhite.png)no-repeat right 13px center;
	background-color: #37393b;
}
.teikiDl .htmlSub {
	margin: 18px 0 20px;
}
.slickWraps {
	margin:0;
}

.toolgItem .teikidt{
	width: 100%;
}
.toolgItem .teikiddItme{
	overflow: hidden;
}
.toolgItem .teikidt .teikiUl ul li {
	width: 100%;
	padding-left: 0;
	margin-bottom: 0;
}

.toolgItem .teikidt{
	overflow: hidden;
}
.toolgItem .tekiClick{
	position: absolute;
	top: 0;
	right: 10px;
}

.toolgItem .toggleBtn{
	background: url('../img/toolgItem.png')no-repeat center center;
	width: 50px;
	height: 120px;
	display: block;
}
.toolgItem .active{
	background: url('../img/toolgItem_top.png')no-repeat center center;
	width: 50px;
	height: 120px;
	display: block;
}
.teikiItem .teikiddItme{
	display: none;
}
.toolgItem .toggleBtn span{opacity: 0;}
.teikiDl .toolgItem{
	padding-bottom: 0;
}
.tekiClick,.teikiWite{
	display: block;
}


#ipl_periodic_purchase_history .otoTop,#teiki_detail .otoTop{
	padding: 0 10px;
	box-sizing: border-box;
}


.toolgItem .teikidt .teikiUl {
	width: 32%;
	float: left;
	margin-right: 5%;
}
.toolgItem .teikidt .teikiWite {
	width: 50%;
	float: left;
}
.toolgItem .teikidt .teikiWite .mustFox {
	background-color: #fff;
	padding: 15px 15px 15px;
	display: block;
}
.teikiDl .toolgItem .teikiNote {
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	 -webkit-line-clamp: 3;
	overflow: hidden;
}
.teikiDl .toolgItem .mustMess{
	color: #c43a3a;
}


.teikiDl:first-child .teikiddItme {
	padding: 20px 0 0;
}
.teikiCoupon {
	padding: 20px;
	margin: 0 auto;
}
.teikiCoupon .coupImg {
	margin-right: 20px;
	width: 30%;
}
.teikiCoupon .coupStatus {
	font-size: 1.6rem;
}


}
/***teiki**/


/***teiki_detail**/
.teikiClock{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 25px 0 30px;
}
.teikiTime{
	font-size: 1.4rem;
}
.teikiTime span{
	font-size: 2rem;
}
.teikiTime em{
	font-size: 1.2rem;
}
.teikiSecond{
	font-size: 1.4rem;
	margin-left: 25px;
}
.teikiSecond span{
	color: #b84949;
}
#teiki_detail .teikiTop{
	padding-bottom: 30px;
}

.redTiy{
	font-size: 1.4rem;
	color: #b54141;
}
.teikiTiy{
	font-size: 1.4rem;
	color: #0d0d0d;
}
.affirmItem{
	display: none;
}
.redInWh{
	background-color: #fff;
	padding-bottom: 15px;
  position: relative;
}

#teiki_detail .htmlUl ul li a:hover{
	opacity: .6;
}
.redDl{
	display: table;
	margin: 20px 0 60px;
	width: 100%;
}
.redDl .redDt{
	display: table-cell;
	width: 240px;
	background-color: #f0aaaa;
	padding: 30px 20px;
	box-sizing: border-box;
	vertical-align: top;
}
.redDl .redDd{
	display: table-cell;
	padding-left: 50px;
	padding-top:30px;
	padding-bottom: 50px;
	background-color: #fce7e7;
	padding-right: 7px;
	box-sizing: border-box;
}
.redChange a{
	background-color: #c43a3a;
}
.mustAll{
	font-size: 1.3rem;
	color: #0d0d0d;
}
.mustPrice{
	font-size: 1.2rem;
	color: #1f1f1f;
	margin-bottom: 20px;
}
.mustPrice span{color: #c43a3a;font-weight: 600;font-size: 1.5rem;}
.htmlTips .backgold{
	background-color: #a6976d;
}
.redDd .rideCard {
	pointer-events: initial;
	font-size: 1.2rem;
	color: #fff;
	display: flex!important;
	align-items: center;
	justify-content: center;
	max-width: 120px;
	height: 32px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #c43a3a;
	margin: 10px auto 0;
	border-radius: 16px;
	background: url('../img/redclose.png')no-repeat left 25px center;
	background-color: #c43a3a;
	cursor: pointer;
}
.redDd .rideCard:hover{
	opacity: 0.6;
}
.backWhite{
	background: #fff;
/*
	padding-right: 5px;
*/
	padding: 5px;
}
.backIn{
	padding: 0 0 20px;
	background: #fff;
}
.backInSub{
	background-color:#c43a3a;
	width: 100%;
	height: 30px;
	font-weight: 600;
	color: #fff;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.backInMess{
	text-align: center;
	color: #c43a3a;
	font-size: 1.1rem;
	font-weight: 600;
	padding-top: 10px;
}
#teiki_detail .imgVip {
	position: absolute;
	top: -30px;
	left: 0;
	display: flex;
}
.htmlUl ul .redIn{
	margin-top: 0;
  position: relative;
}

#teiki_detail .htmlUl ul .redIn a{
	padding-top: 3px;
	display: block;
}
.redDd .rideCardMar{
	margin: 18px auto 0;
}
.redDl .img_cont{
	position: relative;
	padding-top: 25px;
	margin-top: 0;
}

.redDl .mask {
	background: rgba(101, 101, 101, 0.6);
	position: absolute;
	top: -20px;
	left: 15px;
	width:100%;
	height: 470px;
	box-sizing: border-box;
	display: none;
	text-align: center;
	border: 1px dotted #7e7373;
  cursor: pointer;
}
.redDl .redIn .mask {
	left: 0;
}

.maskMto{
	pointer-events: initial;
	font-size: 1.2rem;
	color: #343232;
	max-width: 120px;
	height: 32px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #fff;
	margin: 10px auto 0;
	border-radius: 16px !important;
	background-color: #fff;
	display: flex!important;
	align-items: center;
	justify-content: center;
	position: absolute!important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  padding: 0 !important;
}
.redDl .htmlSub {
	margin: 18px 0 30px;
}
#teiki_detail .htmlUl ul li .maskMtoSp{
	display: none;
}
/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.redDl {
	display: block;
	margin: 20px 0 60px;
}
.redDl .redDt {
	display: block;
	width: 100%;
	padding: 30px 20px;
	position: relative;
}
.redDl .redDd {
	display: block;
	padding: 30px 0 0;
	border-top: 2px solid #fff;
}
.redDl .img_cont {
	padding-top: 0;
}
#teiki_detail .htmlUl ul li .teikiclick {
	padding: 25px 10px 90px;
	box-sizing: border-box;
  position: relative;
}
#teiki_detail .redDd .htmlUl ul li .rideCard{
	pointer-events: initial;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
#teiki_detail .redDd .htmlUl ul li .maskMtoSp{
	pointer-events: initial;
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
}
#teiki_detail .redDd .imgVip {
	top: 0px;
}
.redInWh{
	background-color: #fff;
	padding: 0 5px 110px 5px;
	box-sizing: border-box;
	position: relative;
}
.redDd .htmlUl ul .redIn a {
	position: unset;
}
#teiki_detail .redDd .htmlUl ul .redIn .maskMtoSp {
	bottom: 80px;
}
#teiki_detail .redDd .htmlUl ul .redIn .rideCard {
	bottom: 40px;
}



#teiki_detail .teikiDate {
	margin: 10px 0 5px;
}
.affirmItem{
	background: #fff;
	padding: 20px 15px 10px;
	box-sizing: border-box;
	display: block;
}
.affirmInfo{
	color: #c43a3a;
	font-size: 1.2rem;
	margin-top: 20px;
	font-weight: 600;
}
.maskMto{
	display: none;
}
.affirmFox{
	position: absolute;
	top: 25px;
	right: 15px;
	display: block;
	padding: 10px;
}
.redDd .htmlUl  ul li a {
	display: block;
	position: relative;
}


#teiki_detail .htmlUl ul .redIn a {
	padding: 0;
}
.htmlUl ul .redIn .redInWh .maskMto{
	padding-bottom: 0;
	padding-top: 0;
	border: 1px solid #002552;
}
#teiki_detail .backInSub {
	width: calc(100% + 10px);
	margin: 0 -5px;
}
.teikiItem .teikidBlock{display: block;}
.backInMess {
	font-size: 1.2rem;
}
.redDl .mask {
	top: 0;
	left: 30px;
	width: calc(100% - 30px);
	height: 100%;
}
  .redDl .redIn .mask {
	width: 100%;
}
/* #teiki_detail .htmlUl ul li a {
	display: block;
} */
.redTiy {
	font-size: 1.2rem;
	color: #b54141;
	padding-left: 10px;
	box-sizing: border-box;
}
.redDl {
	margin: 15px 0 30px;
}
.maskMtoSp{
	pointer-events: initial;
	font-size: 1.2rem;
	color: #343232;
	max-width: 120px;
	height: 32px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #fff;
	margin: 10px auto 0;
	border-radius: 16px;
	background-color: #fff;
	display: flex!important;
	align-items: center;
	justify-content: center;
}

.maskMtoBor{
	border: 1px solid #002552;
}
.teikiClock{
	display: none;
}
}
/***teiki_detail**/





/***ipl_periodic_purchase_history**/
#ipl_periodic_purchase_history{}
.CrowDl{
	display: table;
	margin: 20px 0 60px;
	border-top: 1px solid #d9d9d8;
	border-bottom: 1px solid #d9d9d8;
	width: 100%;
}
.CrowDl .CrowDt{
	display: table-cell;
	width: 240px;
	background-color: #cbbd97;
	padding: 30px 20px;
	box-sizing: border-box;
	vertical-align: top;
}
.CrowDl .CrowDd{
	display: table-cell;
	padding-left: 50px;
	padding-top:30px;
	padding-bottom: 50px;
	background-color: #f9f8f3;
	padding-right: 7px;
	box-sizing: border-box;
}
#ipl_periodic_purchase_history .redTiy{
	font-size: 1.2rem;
}
.redTiy span{
	color: #1f1f1f;
	display: inline-block;
	margin-right: 10px;
	font-size: 1.4rem;
}

.minute{
	box-sizing: border-box;
	width: 170px;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	color: #1f1f1f;
	font-weight: 600;
	background-color: #fff;
	margin: 30px auto 0;
}
.minuteSp{
	display: none;
}
.minute a:hover{
	text-decoration: none;
	opacity: 0.6;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox */
	-webkit-transition: all 0.5s; /* Chrome&Safari */
}








/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.CrowDl{
	display: block;
	margin: 20px 0;
	border-top: none;
	border-bottom:none;
	background-color: #cbbd97;
	padding-bottom: 35px;
}
.CrowDl .CrowDt{
	display: block;
	width: 100%;
	background-color: #cbbd97;
	padding: 20px 10px 0;
	box-sizing: border-box;
	vertical-align: top;
}
.CrowDl .CrowDd{
	display:block;
	padding-left: 0;
	padding-top:15px;
	padding-bottom: 15px;
	background-color: #f9f8f3;
	padding-right: 0;
	box-sizing: border-box;
	margin: 0 auto;
	width: calc(100% - 20px);
}
#ipl_periodic_purchase_history .redTiy{
	font-size: 1.2rem;
}
.redTiy span{
	color: #1f1f1f;
	display: inline-block;
	margin-right: 10px;
	font-size: 1.4rem;
}

.minute{
	display: none;
}
.CrowDl .htmlUl ul{
	margin-left: -20px;
}
.CrowDl .htmlUl ul li {
	padding-left: 20px;
}
#ipl_periodic_purchase_history .otoTop {
	padding: 0 10px;
	box-sizing: border-box;
}
.redTiy span {
	display: block;
	margin-right: 0;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
#ipl_periodic_purchase_history .redTiy {
	font-size: 1rem;
}
.minuteSp{
	box-sizing: border-box;
	width: 210px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	color: #0d0d0d;
	font-weight: 600;
	background-color: #fff;
	margin: 30px auto 0;
	border: 1px solid #002552;
}

}
/***ipl_periodic_purchase_history**/

/***ipl_periodic_purchase_product_change**/
#ipl_periodic_purchase_product_change .teikiWrap{
	margin-bottom: 100px;
}
.mercHdl{
	border-top: 1px solid #d9d9d8;
	border-bottom: 1px solid #d9d9d8;
	background-color: #f9f9f9;
	font-size: 1.1rem;
	color: #1e1e1e;
	padding: 15px 0 15px 55px;
	box-sizing: border-box;
}
.mercItem{
	margin: 30px 0 0;
	border-bottom: 1px solid #d9d9d8;
	padding-bottom: 25px;
}
.mercLeft{
	float: left;
	width: 50%;
}
.mercRight{
	overflow: hidden;
}
.merchPrice{
	font-size: 1rem;
}
.merchPrice span {
	font-size: 1.5rem;
	font-weight: 600;
}
.mercLeft dl{
	padding-left: 55px;
}
.mercLeft dt{
	float: left;
}
.mercLeft dd{
	overflow: hidden;
}

#ipl_periodic_purchase_product_change .selectUl li:first-child select {
	width: 80px;
}
#ipl_periodic_purchase_product_change select {
	width: 100px;
	height: 38px;
	border: 1px solid #d9d9d8;
	box-sizing: border-box;
	font-size: 1.4rem;
	background: url('../img/select.png')no-repeat right 10px center;
	background-size: 6px auto;
	text-align: center;
	text-align-last: center;
	color: #0d0d0d;
	padding: 0 10px;
}
#ipl_periodic_purchase_product_change select option{
	text-align: center;
	text-align-last: center;
}
#ipl_periodic_purchase_product_change .selectUl{
	display: flex;
	margin: 30px 0;
}
#ipl_periodic_purchase_product_change .selectUl li:first-child{
	margin-right: 30px;
}
#ipl_periodic_purchase_product_change .selectUl li span {
	display: inline-block;
	margin: 0 20px 0 0;
	color: #918f8f;
	font-size: 1.1rem;
}
#ipl_periodic_purchase_product_change .selectUl li .span{
	margin-left: 20px;
	margin-right: 0;
}

.tallyBox{}
.tallyBox .tallyBtn{
	display: flex;
	width: 100%;
	max-width: 285px;
	height: 42px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #626160;
	font-size: 1.4rem;
  border: 0;
  cursor: pointer;
}
.tallyBox .tallyBtn:hover{
	text-decoration: none;
	opacity: 0.6;
}
.tallyGray{
	display: flex;
	justify-content: flex-end;
}
.tallyGray .tallyBtn{
	display: flex;
	width: 100%;
	max-width: 285px;
	height: 42px;
	align-items: center;
	justify-content: center;
	color: #030303;
	background: #d6d8d9;
	font-size: 1.4rem;
}
.tallyMar{
	margin-top: 20px;
}
.tallyBlock{
	display: none;
}
.tallyGray span.colorRed {
	display: flex;
	width: 100%;
	max-width: 285px;
	margin-top:5px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
#ipl_periodic_purchase_product_change .teikiWrap{
	margin-bottom: 10px;
}
.mercHdl{
	display: none;
}
#ipl_periodic_purchase_product_change .tallyNone{
	display: none;
}
.mercLeft {
	float: none;
	width: 100%;
	display: flex;
	justify-content: center;
}
.tallyGray,.tallyBox{
	justify-content: center;
	display: flex;
}
.tallyBlock{
	margin-bottom: 40px;
}
.tallyMar{
	margin-top: 10px;
}
.tallyGray span.colorRed {
	font-size: 1.2rem;
	justify-content: center;
}

.mercLeft dl {
	padding-left:0;
}
.changeBox{
	padding: 0 20px;
	box-sizing: border-box;
}
#ipl_periodic_purchase_product_change .selectUl {
	display: block;
	margin: 15px 0 30px;
}
#ipl_periodic_purchase_product_change .selectUl li{
	float: none;
}
#ipl_periodic_purchase_product_change .selectUl li:first-child {
	margin-right: 0;
	margin-bottom: 15px;
}
#ipl_periodic_purchase_product_change .selectUl li .span {
	margin-left: 10px;
}
#ipl_periodic_purchase_product_change .selectUl li span {
	margin: 0 13px 0 0;
	color: #0d0d0d;
	font-size: 1.2rem;
}
.mercLeft dt {
	margin-right: 40px;
}
.tallyBox .tallyBtn {
	max-width: 210px;
	height: 35px;
	font-size: 1.2rem;
}
.mercItem {
	margin: 0 -20px;
	padding: 25px 0 20px;
	border-top: 1px solid #d9d9d8;
}

}

/***ipl_periodic_purchase_product_change**/

/***ipl_periodic_purchase_shipping**/
#ipl_periodic_purchase_shipping .teikiWrap{
	margin-bottom: 160px;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
#ipl_periodic_purchase_shipping .teikiWrap .inner {
	padding: 0 10px;
}
#ipl_periodic_purchase_shipping .teikiWrap {
	margin-bottom: 5px;
}
}
/***ipl_periodic_purchase_shipping**/

/***ipl_periodic_purchase_cycle**/
#ipl_periodic_purchase_cycle .teikiWrap {
	margin-bottom: 100px;
}
#ipl_periodic_purchase_cycle .selectUl li select {
	width: 130px;
}
#ipl_periodic_purchase_cycle .selectUl .selectLi{
	margin-left: 50px;
}
#ipl_periodic_purchase_cycle  select {
	width: 100px;
	height: 38px;
	border: 1px solid #d9d9d8;
	box-sizing: border-box;
	font-size: 1.4rem;
	background: url(../img/select.png)no-repeat right 10px center;
	background-size: 6px auto;
	text-align: center;
	text-align-last: center;
	color: #0d0d0d;
	padding: 0 10px;
}
#ipl_periodic_purchase_cycle .tallyBox .tallyBtn {
	margin: 50px auto 0;
}
#ipl_periodic_purchase_cycle .selectUl li .span {
   margin-left: 15px;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
#ipl_periodic_purchase_cycle .teikiWrap .inner {
	padding: 0 10px;
}
#ipl_periodic_purchase_cycle .teikiWrap {
	margin-bottom: 5px;
}
#ipl_periodic_purchase_cycle .selectUl .selectLi {
	margin-left: 0;
	width: 100%;
	float: none;
}
#ipl_periodic_purchase_cycle .selectUl .selectLi select{
	width: 100%;
}

#ipl_periodic_purchase_cycle select {
	height: 35px;
}
#ipl_periodic_purchase_cycle .contactArea table tr:last-child {
	border-bottom:none;
}
#ipl_periodic_purchase_cycle .tallyBox .tallyBtn {
	margin: 10px auto 0;
}
}
/***ipl_periodic_purchase_cycle**/


/***teiki_total**/
#teiki_total{}

#teiki_total .cardItem .cardAll table {
	width: auto;
}
#teiki_total .cardItem .cardAll table td{
	padding: 0;
	text-align: left;
  height: 80px;
}
#teiki_total .cardItem .cardAll label {
	 padding: 10px 9px;
	 font-size: 1.2rem;
}
#teiki_total .tallyBox .tallyBtn {
	margin: 0 auto;
}
#teiki_total .tallyBox{
	margin-top: 40px;
}
#teiki_total  .cardWrap {
	margin-bottom: 100px;
}





/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
#teiki_total .cardItem .cardAll table td{
	border-bottom: none;
}
#teiki_total .cardItem .cardAll table {
	width: 100%;
}
#teiki_total .otoTop {
	padding: 0;
}
#teiki_total  .cardWrap {
	margin-bottom: 50px;
}

}

/***teiki_total**/



/***ipl_periodic_purchase_product_cancel**/
#ipl_periodic_purchase_product_cancel{}

.outLIstH2{
	text-align: center;
	font-size: 1.6rem;
	color: #0e0e0e;
	margin: 80px 0 40px;
}

.outLIst dl{
	display: flex;
	max-width: 450px;
	width: 100%;
	margin: 0 auto 10px;
	font-size: 1.3rem;
}
.outBtn{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 70px;
}
.outBtn a + button{
	margin-left: 20px;
}
.outBtn a,
.outBtn button{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 285px;
	height: 42px;
	color: #0e0e0e;
	background: #d6d8d9;
	font-size: 1.4rem;
  border: 0;
  cursor: pointer;
}
.outBtn .unbtn{
	color: #fff;
	background: #626160;
	font-weight: bold;
}
.outBtn a:hover,
.outBtn button:hover{
	opacity: 0.6;
	text-decoration: none;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.outLIstH2 {
	font-size: 1.3rem;
	margin: 25px 0 20px;
}
.outLIst dl {
	max-width: 100%;
	margin: 0 auto 10px;
	font-size: 1.2rem;
	padding: 0 10px;
	box-sizing: border-box;
}
.outBtn{
	margin-top: 35px;
}
.outBtn a,
  .outBtn button{
	max-width: 30%;
	height: 35px;
	font-size: 1.1rem;
}
.outBtn .unbtn{
	max-width: 70%;
}
.outBtn a + button{
	margin-left: 15px;
}
#ipl_periodic_purchase_product_cancel .withdrawWrap {
	margin-bottom: 10px;
}
.outLIst dl dd{
	width: 100%;
	text-align: left;
}
.outLIst dl dd label{
	width: 100%;
	display: block;
}

}

/***ipl_periodic_purchase_product_cancel**/



/***ipl_periodic_purchase_payment**/
#ipl_periodic_purchase_payment{}

.payH2{
	font-size: 1.6rem;
	color: #0e0e0e;
	font-weight: bold;
	border-bottom: 1px solid #d9d9d8;
	padding-bottom: 15px;
}
.payTr{
	border-bottom: 1px solid #d9d9d8;
}
.payCheck{
	font-size: 1.3rem;
	color: #0d0d0d;
	margin: 20px 0 30px;
	display: flex;
}
#ipl_periodic_purchase_payment .outLIst{
	margin: 20px 0 50px;
}
#ipl_periodic_purchase_payment .outLIst dl {
	display: flex;
	width: 100%;
	max-width: 100%;
	margin: 0 0 10px;
	font-size: 1.3rem;
	position: relative;
}
#ipl_periodic_purchase_payment .toolgItem .toggleBtn{
	background: url('../img/input_check_on.png')no-repeat left 5px top 2px;
	width: 100%;
	height: 100%;
	display: block;
	padding-left: 25px;
}
#ipl_periodic_purchase_payment .toolgItem .active{
	background: url('../img/input_check.png')no-repeat left 5px top 2px;
	width: 100%;
	height: 100%;
	display: block;
	padding-left: 25px;
}
#ipl_periodic_purchase_payment .teikiddItme{
	display: none;
}
.patAll{
	margin-top: 70px;
}
.cardItem {
	margin-bottom: 150px;
}
.cardChange {
	position: absolute;
	right: 0;
	display: flex;
	width: 100%;
	max-width: 225px;
	height: 37px;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #d6d8d9;
	font-size: 1.2rem;
	color: #030303;
}
.cardChange:hover{
	text-decoration: none;
	opacity: 0.6;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox */
	-webkit-transition: all 0.5s; /* Chrome&Safari */
}



/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
#ipl_periodic_purchase_payment .outLIst dl dt{
	padding-right: 10px;
}
#ipl_periodic_purchase_payment .cardItem .cardAll label {
	padding: 8px 0;
}
#ipl_periodic_purchase_payment .outLIst dl {
	margin:0;
	font-size: 1.2rem;
}
#ipl_periodic_purchase_payment .outLIst {
	margin: 10px 0 30px;
}
.cardChange {
	max-width: 42%;
	padding: 0 0.2em;
	font-size: 1.0rem;
}
.payH2{
	font-size: 1.2rem;
	padding-bottom: 12px;
}
.payItems .cardAll{
	margin: 0 -10px;
}
.payItems .cardAll h2{
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}

#ipl_periodic_purchase_payment .toolgItem .toggleBtn{
	background: url('../img/input_check_on.png')no-repeat left 15px center;
	padding-left: 40px;
}
#ipl_periodic_purchase_payment .toolgItem .active{
	background: url('../img/input_check.png')no-repeat left 15px center;
	padding-left:40px;
}
.payCheck {
	font-size: 1.2rem;
	margin: 15px 0 20px;
}
#ipl_periodic_purchase_payment  .toolgItem .teikiddItme {
	padding: 0 20px;
}
.cardItem {
	margin-bottom: 25px;
}
#ipl_periodic_purchase_payment .otoTop,
#ipl_periodic_purchase_cycle .otoTop,
#ipl_periodic_purchase_shipping .otoTop,
#ipl_periodic_purchase_product_cancel .otoTop,
#mypage_change .otoTop,
#mypage_kuronekocredit .otoTop{
	padding: 0;
}




}

/***ipl_periodic_purchase_payment**/


.addNote{
	margin: 30px 0 75px;
}
.addNote .addNote01{
	font-size: 1.3rem;
}
.addNote .addNote01 span{
	color: #c43a3a;
	display: inline-block;
	margin-left: 5px;
	font-weight: bold;
}
.addNote .addNote02{
	font-size: 1.2rem;
	border:2px solid #a6976d;
	text-align: center;
	padding: 5px 0;
	background-color: #fff;
	margin: 12px 0 10px;
	box-sizing: border-box;
}
.addNote .addNote03{
	font-size: 1.2rem;
	color: #030303;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 37px;
	width: 100%;
	background-color: #d6d8d9;
	margin: 0 auto;
}
.addNote .addNote03:hover{
	opacity: 0.6;
	text-decoration: none;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.addNoteItem{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.addNote .addNote01{
	font-size: 1.2rem;
}
.addNote .addNote03{
	font-size: 1.1rem;
	height: 35px;
	width:45%;
}
.addNote .addNote02{
	font-size: 1rem;
	border:1px solid #a6976d;
	padding: 9px 0;
	margin: 0;
	width: 45%;
}
.addNote{
	margin: 20px 0;
}
.teikiDl .teikiUl{
	position: relative;
}
.addmustFox{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px;
	box-sizing: border-box;
}


}











/***********************mypage   index   start*************************/
.headerOverlay {
  opacity: 0;
  position: fixed;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 1000;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  -webkit-tap-highlight-color: transparent;
  z-index: 10;
}
.headerOverlay.is-active {
	opacity: 1;
}
.pcMenu{
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	box-sizing: border-box;
	overflow: hidden;
   text-align: left;
   z-index: 1999;
   display: none;
}
.personAtnMenu{
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	box-sizing: border-box;
	overflow: hidden;
	display: none;
   text-align: left;
   z-index: 1999;
}
.personBack{
	background-color: #fff;
	width: 220px;
	height: 150px;
	margin-right: -45px;
	padding: 35px;
	box-sizing: border-box;
	position: relative;
}
.personBack a{
	display: block;
	margin-bottom: 10px;
	padding-bottom: 0!important;
}
.personAtnMenu:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #d8d8d7;
	content: '';
	z-index: 10;
}
#newArrow .personBack:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 13px;
	height: 10px;
	background: url(../img/common/icon_03.png)no-repeat left center;
	content: '';
	z-index: 12;
}
#newArrow .searchItem .personBack:before {
	left: -150px;
}
.personInner {
	max-width: 1120px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.pcMenuInner{
	max-width: 1120px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10px;
	background-color: #fff;
	position: relative;
}
.pcNav{
	padding: 40px 80px 70px;
}
.pvFox{
	margin-left: -80px;
}
.pvFox div{
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	margin-bottom: 50px;
	padding-left: 80px;
}
.pvFox div:nth-child(4),
.pvFox div:nth-child(5),
.pvFox div:nth-child(6){
	margin-bottom: 0;
}
.pcNav div a:hover{
	display: block;
	opacity: 0.6;
	transition: all  0.5s;
	-webkit-transition: all 0.5s;
}
.itemMenu .pvFox div {
	margin-bottom: 1em;
}
#gNavi li .pcNav div a {
	padding: 0;
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
}
#gNavi li.brandMenu .pcNav div a {
	display: block;
}
.brandMenu .pvFox img {
	margin-bottom: 10px;
}
#gNavi li .pcNav div a p{
	padding-left: 50px;
	box-sizing: border-box;
}
.pcH2{
	font-size: 1.3rem;
	font-weight: bold;
	color: #000;
	margin-bottom: 55px;
}
#newArrow #gNavi li a:hover{
	color: #857853;
	font-weight: bold;
	text-decoration: none;
}
#newArrow #gNavi .iconFirst:hover{
	background: url(../img/common/icon_02.png)no-repeat left center;
}

.pcMenu:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #d8d8d7;
	content: '';
	z-index: 10;
}
#newArrow .pcMenuInner:before{
	position: absolute;
	top: 0;
	left: 16%;
	width: 100%;
	height: 10px;
	background: url(../img/common/icon_03.png)no-repeat left center;
	content: '';
	z-index: 12;
}
#newArrow .itemMenu .pcMenuInner:before{
	left: 24%;
}

/* !mainWrap
---------------------------------------------------------- */
#mainWrap {
  width: 100%;
  position: relative;
  /*height: 600px;*/
  margin-bottom: 70px;
}
#mainWrap .mainSlider {
  width: 100%;
  position: relative;
  /*height: 600px;
  overflow: hidden;*/
}
#mainWrap .mainSlider a img{
	-webkit-transition: .3s;
	transition: .3s;
	width: 100%;
}
#mainWrap .mainSlider a:hover img{
	opacity: .85;
}

#mainWrap .mainSliderItem {
	width: 100%;
	height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.topImg{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 10s 0s linear;
	transform: scale(1);
	will-change: animate;
}
.topImg.active{
	transform: scale(1.05) rotate(0.1deg);
  will-change: animate;
}
#mainWrap .mainBox {
  position: absolute;
  left: 0;
  top: 50%;
  transform:translateY(-50%);
  text-align: center;
  z-index: 22;
  width: 100%;
}
#mainWrap .mainBoxInner {
 max-width:1120px;
 width: 100%;
 box-sizing: border-box;
 padding: 0 10px;
 margin: 0 auto;
 text-align: left;
}
#mainWrap .mainBox p{
  color:  #000;
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 15px;
}


@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn{
-webkit-animation-name: fadeIn;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: 1;
}

#mainWrap .slick-dots {
	bottom: 20px;
}
#mainWrap .slick-dots li {
	width: 36px;
	height: 2px;
	margin: 0 10px;
	border: none;
	background: #e5e9eb;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#mainWrap .slick-dots li.slick-active {
	background: #9c9d9e;
}

.topicsWrap{
	margin-bottom: 60px;
}
.topicsWrap .slickH2{
	margin-bottom: 45px;
}
.topicsWrap ul{
	margin-left: -23px;
}
.topicsWrap ul li{
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding-left: 23px;
	margin-bottom: 30px;
}
.topicsWrap ul li span{
	font-size: 1.3rem;
	font-weight: bold;
	color: #0d0d0d;
	display: block;
	margin-top: 10px;
}
.recommendWrap{
	background-color: #f5f5f5;
	padding: 80px 0 55px;
}


/*タブのスタイル*/
.recommendWrap .slickH2{
	margin-bottom: 40px;
}
.tabAlt{
  margin-bottom: 50px;
  margin-left: -5px;
}

.tabAlt li{
	float: left;
	width: 50%;
	padding-left: 5px;
	box-sizing: border-box;
}
.tabAlt li a{
	display: block;
	position: relative;
	font-size: 1.5rem;
	color: #000;
	text-align: center;
	padding-bottom: 10px;
}
.tabAlt li a:hover{
	text-decoration: none;
}
.tabAlt li a img{
	width: 100%;
}
.tabAlt li a:last-child{
	border-right:none;
}
.tabAlt li a:first-child{
	border-left:none;
}
.tabAlt li a.btnAcv{
	box-sizing: border-box;
	position: relative;
}
.tabAlt li a:before{
	position: absolute;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	height: 1px;
	width: 230px;
	background-color: #2c2c2c;
	content: '';
	z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.12s ease-out;
	-moz-transition: opacity 0.12s ease-out;
	-ms-transition: opacity 0.12s ease-out;
	transition: opacity 0.12s ease-out;
}
.tabAlt li a.btnAcv:before{
  opacity: 1;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 12px 0 0;
  box-sizing: border-box;
  clear: both;
  overflow: hidden;
}
.show {
	display: block !important;
}



.pageItem{}
.pageItem ul{
	margin-left: -40px;
}
.pageItem ul li{
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding-left: 40px;
}
.pageItem ul li a{
	display: block;
}
.pageItem ul li a:hover{
	opacity: 0.6;
	transition: all 0.5s;
	text-decoration: none;
}
.pageItem ul li .top{
	background-color: #eeeeee;
	width: 100%;
	height: 0;
	padding-top: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.pageItem ul li .top img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	max-width: 100%;
/*
	max-height: 100%;
*/
}
.imgVipMyPAGE {
	top: 0;
}
.pageItem ul li .bottom{
	background-color: #fff;
	padding: 15px 10px;
	box-sizing: border-box;
}
.pageItem ul li .bottom .recom01{
	color: #1f1f1f;
	font-size: 1.2rem;
}
.pageItem ul li .bottom .recom01 span{
	display: block;
	margin-bottom: 5px;
	color: #666666;
}
.pageItem ul li .bottom .recom01 .brandsGole .brandsMess01{
	border: 1px solid #d5d5d5;
	font-size: 1.1rem;
	text-align: center;
	padding:3px 5px;
	display: inline-block;
	margin-bottom: 8px;
}
.pageItem ul li .bottom .recom01 .brandsGole .campaignMess01 {
	background: #f9767b;
	color: #fff;
	letter-spacing: 0.2em;
	font-size: 1.1rem;
	text-align: center;
	padding:3px 8px;
	display: inline-block;
	margin-bottom: 8px;
}
.pageItem ul li .bottom .recom02{
	color: #1f1f1f;
	font-size: 1.6rem;
	font-weight: bold;
}
.pageItem ul li .bottom .recom03{
	color: #1f1f1f;
	font-size: 1.2rem;
}
.pageItem ul li .bottom .recom04{
	color: #ac1717;
	font-size: 1.5rem;
	font-weight: bold;
}
.pageItem ul li .bottom .recom04 span{
	font-size: 2.1rem;
}
.pageItem ul li .bottom .recom05{
	color: #1f1f1f;
	font-size: 1.1rem;
}
.pageItem ul li .bottom .recom06{
	color: #fff;
	font-size: 1.1rem;
	background-color: #c6b15e;
	padding: 2px 8px;
	box-sizing: border-box;
	display: inline-block;
}

.pageItem ul li .bottom .font9{
	font-size: 0.9rem;
}
.pageItem ul li .mar20{
	margin-bottom: 20px;
}
.pageItem ul li .mar20{
	margin-bottom: 20px;
}
.pageItem ul li .mar5{
	margin-bottom: 5px;
}
.pageItem ul li .mar15{
	margin-bottom: 15px;
}

/*
#tab02 .recom05 span {
	font-weight: bold;
}
#tab02 .recom05 span:first-child {
	font-size: 1.6rem;
}
*/
#tab01 .recom05 span {
	font-weight: bold;
}
#tab01 .recom05 span:first-child {
	font-size: 1.6rem;
}

#homepage .mainBack .slickSlider .itemSlider {
	padding: 27px 35px 0;
}
.staffTips01{
	position: relative!important;
}
.staffTips01:before{
	position: absolute;
	top: -27px;
	left:0;
	width: 27px;
	height: 27px;
	color: #fff;
	background-color: #a48554;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	content:'1';
}
.staffTips02:before{
	content:'2';
	background-color: #9c9e9d;
}
.staffTips03:before{
	content:'3';
	background-color: #a15325;
}
.staffTips04:before{
	content:'4';
	background-color: #363535;
}
.staffTips05:before{
	content:'5';
	background-color: #363535;
}
.staffTips06:before{
	content:'6';
	background-color: #363535;
}
.staffTips07:before{
	content:'7';
	background-color: #363535;
}
.staffTips08:before{
	content:'8';
	background-color: #363535;
}
.staffTips09:before{
	content:'9';
	background-color: #363535;
}
.staffTips010:before{
	content:'10';
	background-color: #363535;
}
.mab55 {
	margin-bottom: 55px!important;
}
.slickWrap02 {
	margin: 70px 0 88px;
}

.moreWrap{
	background-color: #f5f5f5;
	padding: 65px 0 70px;
}
.moreWrap .moreLeft{
	float: left;
	width: 50%;
}
.moreWrap .moreRight{
	float: left;
	width: 50%;
}
.moreWrap .moreLeft ul{
	text-align: center;
}
.moreWrap .moreLeft ul li{
}
.moreWrap .slickH2{
	margin-bottom: 35px;
}
.moreWrap .slick-slide img {
	display: inline;
	margin: 0 auto;
}
.moreWrap .moreLeft ul li a{
  display: block;
  overflow: hidden;
}

.moseOver{
	overflow: hidden;
	display: block;
}
.moseOver img {
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
.moseOver img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: .6;
}


.moreWrap .slick-dots {
	bottom: 20px;
}
.moreWrap .slick-dots li {
	width: 20px;
	height: 2px;
	margin: 0 10px;
	border: none;
	background: #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.moreWrap .slick-dots li.slick-active {
	background: #000;
}
.moreWrap .slick-slider{
	padding-bottom: 60px;
}




.btn01{
	display:inline-block;
	box-sizing:border-box;
	position:relative;
	border-bottom:1px solid #333;
	transition:all .3s;
	color: #000;
}
.btn02{
	border-bottom:1px solid #333;
	background-color: unset;
	color: #000;
}
@media (min-width:769px){
.btn01{
	width:auto;
	font-size:11px;
	padding:6px 27px 5px 12px;
}

}
.btn01:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	height:100%;
	width:100%;
	background-color:#000;
	z-index:0;
	transition:transform .8s;
	transform:scaleX(0);
	transform-origin:right top;
}
.btn02:before{
	background-color:#000;
}
.btn01 span{position:relative;z-index:1}
.btn01:after{position:absolute;content:"→";right:7px;transition:all .4s ease-out}

a:hover .btn01{color:#fff;border-color:#000}
a:hover .btn02{color:#fff;border-color:#222}
a:hover .btn01:before{transform:scale(1);transform-origin:left top}
a:hover .btn01:after{right:24px}
@media (min-width:769px){a:hover .btn01:after{right:7px}}

@media (max-width:768px){
a:hover .btn01:after{display: none;}
a:hover .btn01:before{display: none;}
a:hover .btn01{color:#000;border-color:#000}
a:hover .btn01{color:#fff;border-color:#fff}
a:hover .btn01:after{display: none;}
.btn01:after{display: none;}
.btn01:before{
	display: none;
}

}

#homepage .mainBack .slickSlider .itemSlider {
	padding: 27px 10px 0;
}

.moreDl{
	min-height: 250px;
}
.moreDl dl{
	display: table;
	width: 100%;
	padding-left: 50px;
	box-sizing: border-box;
}
.moreDl dl dt,.moreDl dl dd{
	display: table-cell;
	padding-bottom: 20px;
	vertical-align: middle;
}
.moreDl dl dt{
	width: 70px;
	text-align: center;
	font-size: 1.2rem;
}
.moreDl dl dd{
	padding-left: 15px;
	font-size: 1.3rem;
}
.moreDl dl .import{
	border: 1px solid #000000;
	display: block;
	padding: 2px 0;
}




.beautyWrap{
	padding: 88px 0 55px;
}
.beautyWrap ul{
	margin-left: -70px;
	margin-bottom: 25px;
}
.beautyWrap ul li{
	float: left;
	width: 50%;
	margin-bottom: 20px;
	padding-left: 70px;
	box-sizing: border-box;
   /* min-height: 135px;*/
}
.beautyWrap ul li dl{
	display: table;
}
.beautyWrap ul li dl dt,.beautyWrap ul li dl dd{
	display: table-cell;
}
.beautyWrap ul li dl dt{
	width: 180px;
}
.beautyWrap ul li dl dd{
	padding-left: 25px;
}
.beautyWrap ul li dl dd h3{
	font-size: 1.3rem;
	font-weight: bold;
	color: #000;
	line-height: 1.38;
	margin-bottom: 10px;
}
.beautyWrap ul li dl dd p{
	font-size: 1.2rem;
	color: #000;
	line-height: 1.41;
}
.beautyWrap ul li a{
	display: block;
}
.beautyWrap ul li a:hover{
	opacity: 0.6;
	text-decoration: none;
	transition: all 0.5s;
}


.itemSWrap{
	background-color: #f5f5f5;
	padding: 80px 0 90px;
}
.itemSWrap .slickH2{
	margin-bottom: 0;
}
.itemList{
	margin-top: 50px;
}
.itemListH3{
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	text-align: center;
	color: #000;
	margin-bottom: 35px;
}
.itemList ul{
	margin-left: -30px;
}
.itemList ul li{
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding-left: 30px;
	margin-bottom: 25px;
}
.itemList ul li a{
	display: block;
	height: 70px;
	font-size: 1.4rem;
	padding: 25px 30px;
	box-sizing: border-box;
	background: url('../img/mypage/arrow.png')no-repeat right 20px center;
	background-color: #fff;
}
.itemList ul li a:hover{
	text-decoration: none;
	opacity: 0.6;
}
.itemListSecond ul li a{
	padding-left: 100px;
	padding-right: 0;
	background: url('../img/top/second01.png')no-repeat left 20px center;
	background-color: #fff;
}
.itemListSecond ul li span{
	display: block;
	background: url('../img/mypage/arrow.png')no-repeat right 20px center;
}
.itemListSecond ul li:nth-child(2) a{
	background: url('../img/top/second02.png')no-repeat left 20px center;
	background-color: #fff;
}
.itemListSecond ul li:nth-child(3) a{
	background: url('../img/top/second03.png')no-repeat left 20px center;
	background-color: #fff;
}
.itemListSecond ul li:nth-child(4) a{
	background: url('../img/top/second04.png')no-repeat left 20px center;
	background-color: #fff;
}
.itemListSecond ul li:nth-child(5) a{
	background: url('../img/top/second05.png')no-repeat left 20px center;
	background-color: #fff;
}
.itemListSecond ul li:nth-child(6) a{
	background: url('../img/top/second06.png')no-repeat left 20px center;
	background-color: #fff;
}
#navMenus{
	display: none;
}

@media screen and (max-width: 768px) {
/* !mainWrap
---------------------------------------------------------- */
#mainWrap {
  /*height:355px;*/
  margin-bottom: 30px;
}
#mainWrap .mainSlider {
  /*height: 355px;*/
}

#mainWrap .mainSliderItem {
	height: 355px;
}

#mainWrap .slick-dots {
	bottom: 10px;
}
#mainWrap .slick-dots li {
	width: 18px;
	height: 1px;
}
.topicsWrap .slickH2 {
	margin-bottom: 25px;
}
.topicsWrap ul li {
	padding-left: 15px;
}
.topicsWrap ul {
	margin-left: -15px;
}
.topicsWrap ul li span {
	font-size: 1rem;
	margin-top: 5px;
	line-height: 1.8;
}
.recommendWrap {
	background-color: #f5f5f5;
	padding: 35px 0 15px;
}
.tabAlt li a:before {
	width: 140px;
}
.tabAlt li a {
	font-size: 1.2rem;
}
.tabAlt {
	margin-bottom: 25px;
}
.recommendWrap .slickH2 {
	margin-bottom: 25px;
}
.tab_content {
	padding: 0;
}
.recommendWrap .tab_content {
	padding: 0!important;
}
.pageItem ul li .top {
	width: 100%;
	/*height: 140px;*/
}
.pageItem ul {
	margin-left: -10px;
}
.pageItem ul li {
	width: 50%;
	padding-left: 10px;
	margin-bottom: 20px;
}
.pageItem {
	padding: 0 15px;
	box-sizing: border-box;
}
.pageItem ul li .mar20{
	margin-bottom: 10px;
}
.pageItem ul li .mar20{
	margin-bottom: 5px;
}
.pageItem ul li .mar5{
	margin-bottom: 3px;
}
.pageItem ul li .mar15{
	margin-bottom: 5px;
}

.pageItem ul li .bottom .recom01 {
	font-size: 1.1rem;
}

.pageItem ul li .bottom .recom02 {
	font-size: 1.4rem;
}
.pageItem ul li .bottom .recom02 span{
	font-weight: normal;
}
.pageItem ul li .bottom .recom05{
	margin-left: 0;
}

.pageItem ul li .bottom .recom04 {
	font-size: 1.2rem;
}
.pageItem ul li .bottom .recom04 span {
	font-size: 1.8rem;
}
.pageItem ul li .bottom .recom06 {
		font-size: 1.0rem;
}

.pageItem ul li .bottom {
	background-color: #fff;
	padding: 10px 8px 25px;
}




.slickSlider .slick-dots {
	bottom: -35px;
}
.slickSlider .slick-dots li {
	width: 50px;
	height: 1px;
	margin: 0;
	border: none;
	background: #f5f5f5;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.slickSlider .slick-dots li.slick-active {
	background: #363535;
}
.slickWrap02 {
	margin: 40px 0 70px;
}
.mab55 {
	margin-bottom: 25px!important;
}
.staffTips01:before {
	top: -27px;
	width: 18px;
	height: 18px;
	font-size: 0.9rem;
}

.moreWrap {
	padding: 40px 0 55px;
}
.moreWrap .moreLeft {
	float: none;
	width: 100%;
	margin-bottom: 60px;
}
.moreWrap .moreRight {
	float: none;
	width: 100%;
}
.moreWrap .moreLeft ul li {
	padding: 0 8px;
	box-sizing: border-box;
}
.moreWrap .slickH2 {
	margin-bottom:20px;
}
.moreWrap .slick-slider {
	padding-bottom: 35px;
}
.moreWrap .slick-dots {
	bottom: 0px;
}

.btn01 {
	background-color: unset;
	color: #000;
	border: 1px solid #000;
	width: 180px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 0;
}
.btn01 span{
	padding:0 23px;
	box-sizing: border-box;
	background: url('../img/mypage/arrow.png')no-repeat right center;
	background-size: 3px auto;
}
.moreDl dl {
	padding-left: 0;
	padding: 0 20px;
	box-sizing: border-box;
}
.moreDl dl dt {
	width: 60px;
}
.moreDl dl dt, .moreDl dl dd {
	padding-bottom: 15px;
	vertical-align: top;
}
.moreDl {
	min-height: auto;
}

.beautyWrap {
	padding: 40px 0 55px;
}
.beautyWrap ul {
	margin-left: 0;
	margin-bottom: 25px;
	padding: 0 20px;
	box-sizing: border-box;
}
.beautyWrap ul li {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	padding-left: 0;
}
.beautyWrap ul li dl dt {
	width: 90px;
}
.beautyWrap ul li dl dd h3 {
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 0;
}
.beautyWrap ul li dl dd p{
	display: none;
}

.itemSWrap {
	padding: 40px 0 45px;
  display: none;
}
.itemList {
	margin-top: 25px;
}
.itemListH3 {
	font-size: 1.4rem;
	margin-bottom: 15px;
}
.itemList ul {
	margin-left: 0;
	padding: 0 20px;
	box-sizing: border-box;
}
.itemList ul li {
	float: none;
	width: 100%;
	padding-left: 0;
	margin-bottom: 15px;
}
.beautyWrap ul li dl dd {
	padding-left: 13px;
}



#headerMenu{
	position: absolute;

		top: 60px;/* 20px > 60px */
	left: 20px;
	z-index: 5000;
}
.frontMenu {
	display: block;
}
.frontMenu a {
	display: block;
	width: 18px;
	height: 12px;
	box-sizing: border-box;
	position: relative;
}

.frontMenu a span {
	display: block;
	background: #515151;
	width: 18px;
	height: 1px;
	position: absolute;
	left: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.frontMenu a span:first-child {
	top: 0;
}

.frontMenu a span:nth-child(2) {
	margin-top: -1px;
	top: 50%;
}

.frontMenu a span:last-child {
	bottom: 0;
}


.frontMenu.active a span:first-child {
	-webkit-transform: translateY(3px) rotate(45deg);
	-moz-transform: translateY(3px) rotate(45deg);
	-ms-transform: translateY(3px) rotate(45deg);
	transform: translateY(3px) rotate(45deg);
}

.frontMenu.active a span:nth-child(2) {
	opacity: 0;
}

.frontMenu.active a span:last-child {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-moz-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}


.nameBox{
	text-align: center;
	padding: 11px 0;
	background-color: #fff;
	margin-top: 90px;
}
.nameBox .name01{
	font-size: 1.2rem;
	color: #0d0d0d;
	margin-bottom: 12px;
}
.nameBox .name01 span{
	font-weight: bold;
	font-size: 1.5rem;
}
.nameBox .name02{
	font-size: 1rem;
	color: #0d0d0d;
}
.nameBox .name02 span{
	font-size: 1.3rem;
	color: #b43c3c;
}
.subMenu ul li a {
	padding-bottom: 0;
}
#header {
	padding: 9px 0 10px;
}


.iconBox{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f6f6f5;
}
.iconBox a{
	display: block;
	padding: 14px 0 14px 24px;
	width: 33.33%;
	text-align: center;
	font-size: 0.9rem;
	box-sizing: border-box;
	background: url('../img/mypage/icon01.png')no-repeat left 15px center;
	background-size: 18px auto;
	border-right: 1px solid #dddcdc;
}
.iconBox a:nth-child(2){
	background: url('../img/mypage/icon02.png')no-repeat left 15px center;
	background-size: 15px auto;
}
.iconBox a:nth-child(3){
	background: url('../img/mypage/icon03.png')no-repeat left 15px center;
	background-size: 22px auto;
	border-right: none;
}

.linkesBox .navBtn{
	margin: auto;
	display: flex;
	align-items: center;
	width: 100%;
	text-align: left;
	height: 55px;
	background: url('../img/mypage/down.png')no-repeat right 18px center;
	background-size: 6px auto;
	padding: 0 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #dddcdc;
	background-color: #fff;
}
.linkesBox .navBtn.active{
	margin: auto;
	display: flex;
	align-items: center;
	width: 100%;
	text-align: left;
	background: url('../img/mypage/up.png')no-repeat right 18px center;
	background-size: 6px auto;
	background-color: #fff;
}
.navItem {
	display: none;
}
.linkesBox{
	background-color: #f6f6f5;
  padding-bottom: 60px;
}
.linkesBox .navItem dl dt a {
	padding: 20px 0 20px 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #dddcdc;
	font-size: 1.2rem;
	font-weight: normal;
	position: relative;
	display: block;
	background-color: #f6f6f5;
}
.linkesDl dt a{
	font-size: 1.2rem;
	display: block;
	background-color: #fff;
	padding: 20px 0 20px 20px;
	border-bottom: 1px solid #dddcdc;
}

.linkesBox .mab15{
	margin-bottom: 15px;
}

.linkCont{
	text-align: center;
}
.linkCont a{
	margin: 30px auto 5px;
	background-color: #626160;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 210px;
	width: 100%;
	height: 35px;
}

#navMenus{
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	background-color: #fff;
  -webkit-overflow-scrolling: touch;
}

.subMenuNew{
	z-index: 4999;
}
.headerLogoNew {
	z-index: 4999!important;
	position: relative;
}

.backWhites{
	position: relative;
}
.backWhites:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: '';
	height: 100%;
	background: #fff;
	z-index: 1000;
}



}
/***********************mypage   index   end*************************/



/***********************nonmember    end*************************/
.bemacWrap{
	background-color: #f0ede7;
	padding: 20px 0;
}
.bemacItem{}
.bemacItem ul{
	text-align: center;
}
.bemacItem ul li{
	display: inline-block;
	position: relative;
}
.bemacItem ul li .bemacList{
	background-color: #fff;
	font-size: 1rem;
	width: 120px;
	padding: 5px 0 6px;
	box-sizing: border-box;
	margin: 0 25px;
	opacity: 0.6;
  color: #b1b1b1;
}
.bemacItem ul li span{
	display: block;
	text-align: center;
	font-size: 2.1rem;
}
.bemacItem ul li:before{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -10px;
	width: 10px;
	height: 1px;
	background-color: #d9d9d8;
	content: '';
}
.bemacItem ul li:last-child:before{
	display: none;
}
.bemacItem ul li .bemacList.active{
	opacity: 1;
  color: #000;
}

.nonWrap{
	margin: 65px 0 0;
}
.nonH2{
	text-align: center;
	font-size: 1.8rem;
	color: #0d0d0d;
	margin-bottom: 45px;
}
.nonh3{
	font-size: 1.4rem;
	color: #000;
	margin-bottom: 15px;
}
.nonBtn{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

#nonmember .contactArea .submitBtn{
	text-align: center;
	padding: 0;
	border: 0;
	margin: 0 10px;
}
#forgot .contactArea .submitBtn{
	text-align: center;
	padding: 0;
	border: 0;
	margin: 30px auto 0;
}
.contactArea .nonsubmit{
	border: 1px solid #d6d8d9;
	color: #0e0e0e;
	background: #d6d8d9;
	font-weight: normal;
	margin-right: 20px;
}
.contactForm dl{
	display: table;
	width: 100%;
}
.contactForm dl dt,.contactForm dl dd{
	display: table-cell;
	padding: 11px 0;
}
.contactForm dl dt{
	width: 240px;
	box-sizing: border-box;
	font-size: 1.2rem;
	vertical-align: middle;
	position: relative;
	background-color: #f9f9f9;
	padding-right: 50px;
	padding-left: 15px;
	font-weight: 600;
}
.contactForm dl dd{
	padding-left: 25px;
}
.contactForm dl dt .must {
	padding: 0;
	color: #b43c3c;
	text-align: center;
	font-size: 1.1rem;
	font-weight: normal;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
}
.contactForm dl:first-child {
	border-top: 1px solid #d9d9d8;
}
.contactForm dl{
	border-bottom: 1px solid #d9d9d8;
}

@media screen and (max-width: 768px){
.bemacWrap {
	padding: 10px 0 0;
}
.bemacItem{
	padding: 0 10px;
	box-sizing: border-box;
}
.bemacItem ul{
	margin-left: -10px;
}
.bemacItem ul li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding-left: 10px;
	margin-bottom: 10px;
}
.bemacItem ul li .bemacList{
	font-size: 1rem;
	margin: 0 auto;
	width: auto;
	position: relative;
}

.bemacItem ul li:before {
	display: none;
}
.bemacItem ul li:nth-child(2n-1) .bemacList:before{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -7px;
	width: 4px;
	height: 1px;
	background-color: #d9d9d8;
	content: '';
	display: block;
}
.bemacItem ul li span {
	font-size: 1.5rem;
}
.nonWrap {
	margin: 30px 0 0;
}
.nonH2 {
	font-size: 1.5rem;
	margin-bottom: 30px;
}
.nonh3 {
	font-size: 1.1rem;
	margin-bottom: 13px;
}
.contactArea .nonsubmit {
	width: 95px;
}
#nonmember .nonBtn,#product_review_index .nonBtn{
	margin-top: 20px;
}



.contactForm dl{
	display: block!important;
	width: 100%;
}
.contactForm dl dt,.contactForm dl dd{
	display: block;
	width: 100%;
	padding: 11px 0;
}
.contactForm dl dt{
	width: 100%;
	font-weight: 600;
	padding: 6px 0 6px 13px;
	box-sizing: border-box;
	font-size: 1.4rem;
}
.contactForm dl dd{
	padding: 15px 15px 30px;
	box-sizing: border-box;
}
.contactForm dl dt .must {
	padding: 2px 5px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	font-size: 1.1rem;
	font-weight: normal;
	position: unset;
	margin-left: 10px;
	display: inline-block;
	background: #b43c3c;
	top: unset;
	transform: unset;
	right: unset;
	vertical-align: middle;
}





}

.nonTips{
	color:#0d0d0d;
	line-height: 2;
	font-size: 1.2rem;
	margin-bottom: 20px;
}
#forgot .nonH2 {
	margin-bottom: 35px;
}
@media screen and (max-width: 768px){
#forgot .nonWrap {
	margin: 20px 0 0;
}
#forgot .nonH2 {
	margin-bottom: 20px;
}
.nonTips {
	padding: 0 10px;
	box-sizing: border-box;
}
#forgot .contactArea table tr:last-child {
	border-bottom:none;
}
#forgot .contactArea .submitBtn {
	margin: 10px auto 0;
}



}



/***********************nonmember    end*************************/



/***********************class    end*************************/
.classIps{
	color:#000;
	line-height: 1.7;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.classCol01{
	width: 33%;
}
.classCol02{
	width: 25%;
}
.classCol03{
	width: 22%;
}
.classCol04{
	width: 20%;
}

.classWrap{
	margin-bottom: 160px;
}
.classWrap table{
	width: 100%;
	margin-bottom: 110px;
}
.classWrap table tr th,.classWrap table tr td{
	border-bottom: 1px solid #d9d9d8;
	font-size: 1.4rem;
	text-align: center;
}
.classWrap table tr th{
	background-color: #f9f9f9;
	padding: 15px 0;
}
.classWrap table tr td{
	padding: 9px 0;
}
.classWrap table tr td .en{
	font-size: 1.8rem;
}
.classWrap table tr td .an{
	font-size: 1.2rem;
}
.classWrap table tr td span{
	font-size: 1.4rem;
	font-weight: bold;
	color: #c43a3a;
}
.classFont{
	color:#0d0d0d;
	font-size: 1.8rem;
	text-align: center;
}
.classmab30{
	margin-bottom: 30px;
}
.classmab110{
	margin-bottom: 110px;
}
.classmab45{
	margin-bottom: 45px;
}
.classWrap ul{}
.classWrap ul li{
	font-size: 1.4rem;
	color: #000;
	line-height: 2.14;
	position: relative;
	padding-left: 10px;
	box-sizing: border-box;
}
.classWrap ul li:before{
	position: absolute;
	top: 15px;
	left: 0;
	content: '';
	width: 2px;
	height: 2px;
	border-radius: 100%;
	background-color: #000;
}
.classWrap ul li span{
	font-weight: bold;
}



@media screen and (max-width: 768px){
.classIps {
	color: #656363;
	line-height: 1.81;
	font-size: 1.1rem;
	margin-bottom: 15px;
	padding: 0 10px;
	box-sizing: border-box;
}
.classWrap table tr th{
  font-size: 1rem;
}
.classWrap table tr td {
	font-size: 1.2rem;
}
.classWrap table tr td p img{
	height: 42px;
}
.classItem{
	margin: 0 -10px;
}
.classWrap table tr td .en{
	font-size: 1.4rem;
}
.classWrap table tr td .an {
	font-size: 1rem;
	display: block;
}
.classWrap table tr th {
	padding: 4px 0;
}
.classWrap table {
	margin-bottom: 70px;
}
.classmab30 {
	margin-bottom: 25px;
}
.classmab110 {
	margin-bottom: 65px;
}
.classmab45 {
	margin-bottom: 25px;
}
.classWrap ul{
	padding: 0 20px 0 10px;
	box-sizing: border-box;
}
.classWrap ul li {
	font-size: 1.1rem;
	color: #656363;
	line-height: 1.8;
	text-indent: 0;
	margin-bottom: 10px;
}
.classWrap {
	margin-bottom: 50px;
}
.classWrap ul li:before{
	top: 10px;
	border-radius: 100%;
	background-color: #656363;
}

}
/***********************class    end*************************/


/***********************reviewlist    end*************************/
.reviewlistWrap{
	margin: 110px 0 170px;
}
.reviewItem{
	max-width: 960px;
	width: 100%;
	margin: 0 auto 50px;
}
.reviewItem dl{
	display: table;
	width: 100%;
}
.reviewItem dl dt,.reviewItem dl dd{
	display: table-cell;
	vertical-align: middle;
}
.reviewItem dl dt{
	width: 310px;
	text-align: center;
}
.review01{
	font-size: 1.4rem;
	color: #1f1f1f;
	margin-bottom: 50px;
}
.review01 span{
	display: block;
	color: #666;
}
.review02{}
.reviewSpan01{
	font-size: 1.6rem;
	color: #000000;
	display: inline-block;
	margin-right: 30px;
}
.reviewSpan02{
	font-size: 1.2rem;
	color: #1f1f1f;
	display: inline-block;
	margin-right: 10px;
}
.reviewSpan03{
	font-size: 1.2rem;
	color: #1f1f1f;
	display: inline-block;
	margin-left: 10px;
}

.reviewBtn{
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.reviewBtn a{
	box-sizing: border-box;
	width: 285px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
	background: #626160;
	cursor: pointer;

}
.reviewBtn a:hover{
	opacity: 0.6;
	transition:all 0.5s;
	text-decoration: none;
}
.reviewBtn a:last-child{
	width: 160px;
	background-color: #d6d8d9;
	font-weight: normal;
	font-size: 1.1rem;
	color: #000000;
	margin-left: 20px;
}
.reStart{
	display: inline-flex;
}
.reStart img{
	padding: 0 2px;
}
.revivewPerson{
	margin-bottom: 95px;
}
.revivewPerson dl{
	border-bottom: 1px solid #d9d9d8;
	padding: 30px 20px;
	box-sizing: border-box;
	position: relative;
}
.revivewPerson dl:first-child{
	border-top: 1px solid #d9d9d8;
}
.revivewAbso{
	position: absolute;
	right: 20px;
	top: 35px;
	font-size: 1.1rem;
	color: #1f1f1f;
	letter-spacing: 0.05em;
	text-align: right;
}
.revivewAbso p{
	margin-bottom: 15px;
}
.revivewPerson dt{}
.revivewPerson dt .PersonSpan{
	font-size: 1.1rem;
	color: #1f1f1f;
	display: inline-block;
	margin-left: 5px;
}
.revivewPerson .PersonInfo{
	margin: 20px 0;
	font-size: 1.3rem;
	color: #1f1f1f;
}
.revivewPerson .PersonMess{
	font-size: 1.2rem;
	color: #1f1f1f;
	line-height: 1.66;
	letter-spacing: 0.05em;
}

.PersonEm{
	border: 1px solid #d5d5d5;
	color: #1f1f1f;
	font-size: 1.1rem;
	display: inline-block;
	padding: 1px 9px;
	margin-left: 15px;
}

.reviewPage{}
.reviewPage ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.reviewPage ul li {
	color: #000;
	font-size: 1.3rem;
	height: 30px;
	width: 30px;
	margin: 0 10px;
}
.reviewPage ul li a{
	display: block;
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.reviewPage ul li a.active{
  color: #d0cece;
}
.reviewPage ul li a:hover{
	text-decoration: none;
	opacity: 0.6;
}
.reviewPage ul li a.active:hover{
	opacity: 1;
}
.reviewSpan04,.reviewLinks{
	display: none;
}

@media screen and (max-width: 768px){
.reviewlistWrap {
	margin: 35px 0 10px;
}
#reviewlist .slickH2 {
	margin-bottom: 25px;
}
.reviewItem dl dt {
	width: 50%;
	text-align: center;
}
.reviewBtn {
	display: none;
}
.review01 {
	font-size: 1.2rem;
	margin-bottom: 15px;
}
.reviewSpan01,.reviewSpan02{
	display: none;
}
.reviewSpan04{
	color: #1f1f1f;
	font-size: 1.1rem;
	display: inline-block;
}
.reviewSpan03 {
	font-size: 1rem;
	margin-left: 0;
}
.reviewLinks{
	display: flex;
	justify-content: center;
	align-items: center;
}
.reviewLinks a {
	width: 155px;
	height: 35px;
	font-size: 1.1rem;
}
.reviewLinks a:last-child {
	width: 120px;
	margin-left: 10px;
}
.reviewItem {
	margin: 0 auto 10px;
}
.revivewPerson dl:first-child {
	border-top: none;
}

.revivewPerson dl {
	padding: 20px 10px;
}
.revivewPerson .PersonInfo {
	margin: 15px 0;
	font-size: 1.4rem;
}
.revivewPerson .PersonMess {
	font-size: 1.2rem;
	line-height: 2;
}
.revivewAbso {
	position: unset;
	font-size: 1rem;
	text-align: left;
	display: flex;
	align-items: center;
}
.revivewAbso p {
	margin-bottom: 0;
	margin-top: 10px;
	margin-right: 20px;
}
.revivewAbso p:last-child{
	margin-right: 0;
}

.PersonEm {
	font-size: 1.1rem;
	padding: 1px 4px;
	margin-left: 0;
	position: absolute;
	right: 10px;
}
.revivewPerson {
	margin-bottom: 50px;
}


.reviewPage ul li a.active{
	background-color: #f6f6f5;
}









}
.contactArea textarea {
  border: 1px solid #d9d9d8;
  box-sizing: border-box;
  width: 500px;
  height: 180px;
  font-size: 1.4rem;
  padding: 7px 13px;
  resize: none;
  overflow: hidden;
}
#product_review_index .contactArea table .areaTh th{
	vertical-align: top;
}
#product_review_index .contactArea table .areaTh th .must {
	top: 10px;
	transform: translateY(0);
}
.contactArea .widthSize01 {
	width: 400px !important;
}
.contactArea .widthSize02 {
	width: 80px !important;
}
.yearFont{
	display: inline-block;
	margin-left: 10px;
	font-size: 1.2rem;
	color: #0d0d0d;
}

.cleanfloat::after{display: block; clear: both; content:""; visibility: hidden; height: 0;}
.startItem ul li{
	list-style:none;
	float:left;
	font-size:22px;
	margin:0 3px;
	color:#dcdcdc;
	cursor:pointer;
}
.startItem .hs,.startItem .cs{color:#ffcc00;}

.buteItem{}
.buteItem h3{
	font-size: 1.6rem;
	color: #0d0d0d;
	margin-bottom: 35px;
}
.buteItem h3 span{
	font-weight: bold;
}
.buteItem h4{
	font-size: 1.4rem;
	color: #000;
	margin-bottom: 5px;
}
#product_review_index .contactArea .submitBtn {
	text-align: center;
	margin: 0 10px;
}
#product_review_index .contactArea .nonsubmit input {
	border: 1px solid #d6d8d9;
	color: #0d0d0d;
	background: #d6d8d9;
	font-weight: normal;
}


@media screen and (max-width: 768px){
.buteItem h3 {
	font-size: 1.2rem;
	margin-bottom: 20px;
}
.buteItem h4 {
	font-size: 1.1rem;
}
.contactArea .widthSize01 {
	width: 100% !important;
}
.radioTips .radio {
	width: 100%;
	margin-bottom: 15px;
}
.radioTips .radio:last-child{
	margin-bottom: 0;
}
.contactArea textarea {
	width: 100%;
	height: 170px;
}
#product_review_index .contactArea select {
	width: 100%;
	height: 35px;
}


#product_review_index .contactArea .submitBtn input {
	width: 190px;
}
#product_review_index .contactArea .nonsubmit input {
	width: 80px;
}
#product_review_index .contactArea table tr:last-child {
	border-bottom: none;
}






}



/***********************reviewlist    end*************************/


/***********************lgoin    end*************************/
.loginWrap{
	margin: 60px 0 190px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}
#login .slickH2{
	margin-bottom: 55px;
}
.loginH3{
	text-align: center;
	font-size: 1.8rem;
	color: #000;
	margin-bottom: 45px;
}
.logoList{
	max-width: 530px;
	margin: 0 auto 50px;
	width: 100%;
}
.logoList dl{
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.logoList dl dt,.logoList dl dd{
	display: table-cell;
}
.logoList dl dt{
	width: 170px;
	vertical-align: middle;
	color: #0d0d0d;
	font-weight: bold;
	font-size: 1.2rem;
}
.logoList dl dd input{
	width: 280px;
	height: 40px;
	border: 1px solid #c3c1c1;
	padding: 10px;
	box-sizing: border-box;
}
.loginAbtn{
	margin: 50px auto 30px;
	text-align: center;
}
.loginAbtn input{
	box-sizing: border-box;
	width: 285px;
	height: 42px;
	border: 1px solid #626160;
	display: inline-block;
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
	background: #626160;
	cursor: pointer;
}
.loginAbtn input:hover{
	opacity: 0.6;
	transition: all 0.5s;
}

.loginLink{
	text-align: center;
	margin-top: 10px;
}
.loginLink a{
	font-size: 1.3rem;
	color: #767575;
	text-decoration: underline;
}

.loginBox{
	border-top: 1px solid #d9d9d8;
	padding-top: 50px;
}
.loginInfo{
	font-size: 1.2rem;
	color: #0d0d0d;
	line-height: 2.5;
	padding: 0 235px;
	margin-bottom: 40px;
}

#login ::-webkit-input-placeholder { /* WebKit browsers */
  color: #fff;
  font-size: 16px;
}

#login ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fff;
  font-size: 16px;
}

#login :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #fff;
  font-size: 16px;
}










@media screen and (max-width: 768px){

.loginWrap {
	margin: 25px 0 0;
}
#login .slickH2 {
	margin-bottom: 25px;
}
.loginH3 {
	font-size: 1.3rem;
	margin-bottom: 20px;
}
.logoList dl dt {
   display: none;
}
.logoList dl dd input {
	width: 100%;
	height: 35px;
	padding: 5px;
}
.logoList dl {
	margin-bottom: 10px;
}

#login ::-webkit-input-placeholder { /* WebKit browsers */
  color: #767575;
  font-size: 10px;
}

#login ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #767575;
  font-size: 10px;
}

#login :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #767575;
  font-size: 10px;
}
.loginAbtn {
	margin: 20px auto 15px;
}
.loginLink a {
	font-size: 1rem;
}
.logoList {
	margin: 0 auto 25px;
}
.loginAbtn input {
	width: 210px;
	height: 35px;
	font-size: 1.1rem;
}
.loginBox {
	padding-top: 30px;
}
.loginInfo {
	line-height: 2;
	padding: 0 10px;
	margin-bottom: 20px;
}


}
/***********************lgoin    end*************************/

/***********************company    end*************************/
.companyWrap{
	margin:  0 0 220px;
}

.companyYL ul li a{
	color:#888888;
}
.companyYL ul li:first-child a{
	text-transform: uppercase;
}
.companyYL ul li {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	font-size: 1.2rem;
}
.companyYL ul li:before {
	position: absolute;
	right: 7px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	content: "";
	width: 1px;
	height: 12px;
	background-color: #888888;
	background-size: 100% auto;
}
.companyYL ul li:last-of-type {
	padding-right: 0;
}
.companyYL ul li:last-of-type{text-decoration: none;}
.companyYL ul li:last-of-type:before{content: none;}
.companyYL ul li a:hover{text-decoration: underline;}








.companyItem{}
.companyItem dl{
	display: table;
	width: 100%;
	border-top: 1px solid #d9d9d8;
}
.companyItem dl:last-child{
	border-bottom: 1px solid #d9d9d8;
}
.companyItem dl dt,.companyItem dl dd{
	display: table-cell;
	vertical-align: middle;
	padding: 25px 0 26px;
	font-size:1.3rem;
	color: #0d0d0d;
}
.companyItem dl dt{
	width: 240px;
	background-color: #f9f9f9;
	padding-left: 15px;
	font-weight: bold;
	box-sizing: border-box;
}
.companyItem dl dd{
	padding-left: 20px;
}
.companyItem dl dd a{
	pointer-events: none;
	margin-bottom: 5px;
	display: inline-block;
}


@media screen and (max-width: 768px){

.companyYL{
	display: none;
}
.companyWrap {
	margin: 25px 0 0;
}
#company .slickH2 {
	margin-bottom: 25px;
}
.companyItem {
	margin: 0 -10px;
}
.companyItem dl{
	display: block;
	width: 100%!important;
}
.companyItem dl dt,.companyItem dl dd{
	display: block;
	vertical-align: middle;
	font-size:1.2rem;
	color: #0d0d0d;
}
.companyItem dl dt{
	width: 100%;
	padding: 6px 0 6px 10px;
	box-sizing: border-box;
}
.companyItem dl dd{
	padding: 13px 0 14px 10px;
	box-sizing: border-box;
}
.companyItem dl dd a{
	pointer-events: initial;
}
.companyItem dl:last-child{
	border-bottom:none;
}




}




/***********************company    end*************************/


/***********************entry    end*************************/
.roleitem{
	text-align: center;
	color: #767575;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 35px;
}
.roleitem a{
	color: #767575;
	text-decoration: underline;
}
.entryWrap {
	margin-bottom: 130px;
}

#entry .contactArea select {
	font-size: 1.1rem;
	color: #918f8f;
}
#entry .enterMar22{
	margin-right: 22px!important;
}
@media screen and (max-width: 768px){
#entry .enterMar22 {
	margin-right: 0!important;
}
.entryWrap {
	margin-bottom: 15px;
}
#entry .contactArea table tr:last-child {
	border-bottom: none;
}
#entry .contactArea .submitBtn {
	margin: 10px auto 0;
}






}








/***********************entry    end*************************/

.completeItem{
	margin: 80px 0 270px;
	text-align: center;
	color: #000;
}
.comp01{
	font-size: 1.8rem;
}
.comp02{
	margin: 40px 0;
	font-size: 1.6rem;
	font-weight: bold;
}
.comp03{
	font-size: 1.4rem;
	line-height: 2.57;
	letter-spacing: 0.1em;
	margin-bottom: 60px;
}
.comp03 a{
	text-decoration: underline;
}
.completeBtn{
	text-align: center;
}
.completeBtn a{
	box-sizing: border-box;
	width: 285px;
	height: 42px;
	border: 1px solid #626160;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
	background: #626160;
	margin: 0 auto;
}
.completeBtn a:hover{
	opacity: 0.6;
	transition: all 0.5s;
	text-decoration: none;
}


@media screen and (max-width: 768px){

.completeItem {
	margin: 30px 0 10px;
}
.comp02 {
	margin: 30px 0;
	font-size: 1.2rem;
}
.comp01{
	font-size: 1.4rem;
}
.comp03{
	font-size: 1.2rem;
	line-height: 2;
	margin-bottom: 25px;
	text-align: left;
	padding: 0 15px;
	box-sizing: border-box;
}
.completeBtn a{
	width: 210px;
	height: 35px;
	font-size: 1.1rem;
}





}


/****confirm*****/
.newStyle{
	padding:70px 0 230px;
}
.newStyle .leftInfo{
	float:left;
	width:70.9%;
}
.newStyle .rightSide{
	float:right;
	width:25.45%;
}
.newStyle .rightSide #sidebar{
	width:100%;
}
.newStyle .rightSide .sideBox{
	background-color: #f6f6f5;
	padding:30px 20px 20px;
}
.newStyle .rightSide .sideBox + .sideBox{
  margin-top: 1px;
}
.sideBox ul{}
.sideBox ul + button{ margin-top: 20px;}
.sideBox ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.2rem;
	color: #1f1f1f;
	letter-spacing: 0.05em;
	padding-bottom: 30px;
}
.sideBox ul li:last-child{
	padding-bottom: 0;
}
.sideBox ul .borSolid{
	border-top: 1px solid #d9d9d8;
	padding-top: 20px;
}
.sideBox ul li .font10,
.sideBox dl .font10{
	font-size: 1rem;
}
.sideBox ul li .font16,
.sideBox dl .font16{
	font-size: 1.6rem;
}
.sideBox ul li .font24{
	font-size: 2.4rem;
}
.sideBox ul li .fontColoor{
	color: #c43a3a;
	font-weight: bold;
}
.sideBox dl{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.2rem;
	color: #1f1f1f;
	letter-spacing: 0.05em;
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: bold;
}
.sideBtns{
	font-size: 1.4rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	height: 44px;
	border-radius: 3px;
	width: 100%;
	max-width: 240px;
	background-color: #273469;
	border: 1px solid #273469;
  cursor: pointer;
}
.sideOut{
	text-decoration: underline;
	font-size: 1.4rem;
	color: #0d0d0d;
	padding-left: 30px;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	margin-top: 30px;
}
.sideOut:before{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin:auto;
	content: '';
	background: url('../img/common/icon_04.png')no-repeat left center;
	width: 4px;
	height: 8px;
}


.confirmH2{
	font-size: 1.6rem;
	color: #000;
	border-bottom: 1px solid #d9d9d8;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
}
.confirmTop{
	margin-bottom: 65px;
}
.confirmName{
	font-size: 1.4rem;
	color: #000;
	margin: 15px 0;
	letter-spacing: 0.1em;
}
.confirmMess{
	font-size: 1.4rem;
	color: #000;
	letter-spacing: 0.1em;
}
.confirmMess span{
	display: block;
}
.confirmMiddle{}
.confirmMiddle dl{
	display: table;
	width: 100%;
	margin-top: 40px;
}
.confirmMiddle dl:last-child{
	margin-top: 80px;
	margin-bottom: 50px;
}
.confirmMiddle dl dt,.confirmMiddle dl dd{
	display: table-cell;
}
.confirmMiddle dl dt{
	width: 170px;
	text-align: center;
	position: relative;
}
.confirmMiddle dl .price{
	font-size: 1.6rem;
	color: #1f1f1f;
	font-weight: bold;
	text-align: right;
}
.confirmMiddle dl .price span{
	font-size: 0.9rem;
}
.confirmMiddle dl .dotted p:first-child{
	font-size: 1.4rem;
	color: #1f1f1f;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}
.confirmMiddle dl .dotted p:first-child span{
	display: block;
	color: #666666;
	line-height: 1.7;
}
.confirmMiddle dl .dotted .product_set{
	font-size: 1.4rem;
	color: #1f1f1f;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}
.confirmMiddle dl .dotted .product_set span{
	display: block;
	color: #666666;
}
.confirmMiddle dl .dotted p:last-child{
	font-size: 1.1rem;
	color: #1f1f1f;
	letter-spacing: 0.05em;
}
.confirmBottom{
	border-bottom: 1px solid #d9d9d8;
	border-top: 1px solid #d9d9d8;
	padding: 25px 0;
}
.confirmBottom dl{
	display: table;
	width: 100%;
	padding: 15px 0;
}
.confirmBottom dl dt,.confirmBottom dl dd{
	display: table-cell;
}
.confirmBottom dl dt{
	width: 170px;
	font-size: 1.6rem;
	color: #000;
}
.confirmBottom dl dd{
	color: #1f1f1f;
	font-size: 1.4rem;
}
.confirmBottom dl dd .marSPan,
.confirmBottom dl dd .marSPanL{
	margin-left: 50px;
}
.Comfilemar10{
	margin-bottom: 10px;
}
.priceDet{
	text-decoration: line-through;
}

.fontColor{
	font-weight: bold;
	color: #ac1717;
}
.offInfo01{
	border: 1px solid #ac1717;
	font-size: 1.2rem;
	padding: 2px;
	display: inline-block;
	margin: 5px 25px 5px 0;
}
.offInfo02{
	font-size: 2rem;
}
.offInfo02 span{
	font-size: 1.4rem;
}
.sideGray{
	background-color: #a6976d!important;
	border: 0;
}



@media screen and (max-width: 768px){
.newStyle .leftInfo {
	float: none;
	width: 100%;
}
.newStyle .rightSide {
	float: none;
	width: 100%;
}
.newStyle {
	padding: 15px 0 10px;
}
#confirm .nonH2 {
	margin-bottom: 25px;
}
.confirmH2 {
	font-size: 1.4rem;
	margin: 0 -10px;
	padding: 0 10px 5px;
	box-sizing: border-box;
}
.confirmName {
	font-size: 1.2rem;
	margin: 12px 0;
}
.confirmMess {
	font-size: 1.2rem;
}
.confirmTop {
	margin-bottom: 35px;
}
.confirmMiddle dl dt {
	width: 110px;
}
.confirmMiddle dl {
	margin-top: 25px;
}
.confirmMiddle dl dd {
	display: block;
}
.confirmMiddle dl .price {
	font-size: 1.1rem;
	text-align: left;
}
.confirmMiddle dl .price span{
	font-size: 0.7rem;
}
.confirmMiddle dl .dotted p:first-child {
	font-size: 1.2rem;
	margin-bottom: 8px;
}
.confirmMiddle dl .dotted .product_set{
	font-size: 1.2rem;
	margin-bottom: 8px;
}
.infoes{
	font-weight: normal;
	font-size: 0.9rem;
	margin-top: 10px;
}

.confirmMiddle dl:last-child {
	margin-top: 35px;
	margin-bottom: 40px;
	padding-top: 35px;
	border-top: 1px solid #dddcdc;
}
.confirmBottom {
	border-top: none;
	padding: 0 0 25px;
	margin: 0 -10px;
	border-bottom: none;
}

.confirmBottom dl{
	display: block;
	width: 100%!important;
	padding: 15px 0;
}
.confirmBottom dl dt,.confirmBottom dl dd{
	display: block;
	padding: 0 10px;
	box-sizing: border-box;
}
.confirmBottom dl dt{
	width: 100%;
	font-size: 1.4rem;
	border-bottom: 1px solid #dddcdc;
	padding-bottom: 5px;
	margin-bottom: 12px;
}
.confirmBottom dl dd{
	font-size: 1.2rem;
}
.confirmBottom dl dd b{
	font-size: 1.6rem;
}
.confirmBottom dl dd .marSPan{
	margin-left: 0;
	display: inline-block;
}
.confirmBottom dl .conmar10{
	margin-bottom: 10px;
	display: inline-block;
}

.newStyle .rightSide .sideBox {
	padding: 25px 15px;
	margin: 0 -10px;
}

.sideBox ul li {
	padding-bottom: 20px;
}
.sideBox ul li .font10 {
	font-size: 1.2rem;
}
.sideBox ul li .font16 {
	font-size: 1.5rem;
}
.sideBox ul li .font24 {
	font-size: 1.8rem;
}
.sideBtns {
	font-size: 1.1rem;
	height: 40px;
	max-width: 280px;
}
#confirm #sidebar,#confirm_teiki #sidebar{
	border-bottom: none;
}
.sideOut {
	font-size: 1.2rem;
	padding-left: 20px;
	margin-top: 25px;
}

#confirm .bemacItem ul li:nth-child(3):before,
#confirm_teiki .bemacItem ul li:nth-child(3):before,
#shopping .bemacItem ul li:nth-child(3):before,
#sibody_shopping_teiki .bemacItem ul li:nth-child(3):before,
#feature_detail .bemacItem ul li:nth-child(3):before{
	display: none;
}

.offInfo01 {
	font-size: 0.9rem;
	margin: 5px 0
}
.offInfo02 {
	font-size: 1.5rem;
}

#shopping .infoes,
#confirm_teiki .infoes,
#shopping_confirm .infoes,
#feature_confirm .infoes {
	margin-top: 0;
	display: inline-block;
	margin-left: 40px;
}

#confirm_teiki .confirmMiddle dl:last-child {
	border-top: none;
}




}
/****confirm*****/


/****************sibody_shopping*********************/
.shopTop{
	margin-bottom: 65px;
}

.shopTop dl{
	display: table;
	width: 100%;
	margin-top: 20px;
}
.shopTop dl dt,.confirmMiddle dl dd{
	display: table-cell;
}
.shopTop dl dt{
	width: 40px;
	text-align: center;
}
.shopTop dl dd{}
#shopping .radio ,
#sibody_shopping_teiki .radio,
#feature_detail .radio{
	vertical-align: top;
	font-size: 1.2rem;
	margin-right: 0;
	margin-top: 5px;
	display: inline-block;
}
#shopping  input[type='radio'] ,
#sibody_shopping_teiki input[type='radio'],
#feature_detail input[type='radio']{
	margin-right: 0;
}
.shopTop dl dd p span{
	display: block;
	font-size: 1.2rem;
	color: #000;
	letter-spacing: 0.1em;
}
.shopTop dl{
	position: relative;
}
.shopH2{
	font-size: 1.4rem;
	color: #000;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.shopChange{
	position: absolute;
	bottom: 10px;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #030303;
	background-color: #d6d8d9;
	width: 125px;
	height: 37px;
	font-size: 1.2rem;
  border: 0;
  cursor: pointer;
}
.shopLinks{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #626160;
	width: 195px;
	height: 37px;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 30px;
	cursor: pointer;
}
.shopChange:hover,.shopLinks:hover{
	opacity: 0.6;
	transition: all 0.5s;
	text-decoration: none;
}

.shopUl01{
	margin-top: 20px;
	margin-left: -40px;
	margin-bottom: 70px;
}
.shopUl01 li{
	float: left;
	width: 35%;
	padding-left: 40px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.shopUl01 li span{
	letter-spacing: 0.1em;
	font-size: 1.4rem;
	color: #000;
}
.shopUl01 li .shopSelect select{
	height: 40px;
	width: 115px;
	border: 1px solid #c3c1c1;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	background: url(../img/select.png)no-repeat right 10px center;
	background-size: 6px auto;
}
.shopUl02{
	margin: 20px 0 35px;
}
.shopUl02 li{
	letter-spacing: 0.1em;
	font-size: 1.4rem;
	color: #000;
	margin-bottom: 20px;
}

#shopping .shopUl02 li .radio,
#sibody_shopping_teiki .shopUl02 li .radio,
#feature_detail .shopUl02 li .radio{
	display: flex;
	align-items: center;
}
#shopping .shopUl02 li input[type='radio'] ,
#sibody_shopping_teiki .shopUl02 li input[type='radio'],
#feature_detail .shopUl02 li input[type='radio']{
	margin-right: 10px;
}
#shopping .shopUl02 {
	margin: 20px 0;
}
.cashBn img {
	width: 33%;
	margin-bottom: 25px;
}

.shopCont03{
	margin-bottom: 80px;
}
#shopping .shopCont04,
#shopping .shopCont05{
	margin-bottom: 65px;
}
.shopCheck{
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	color: #0d0d0d;
	padding: 10px 0;
}
.contactForm .shopCheck {
	padding: 10px 0;
}

.shopCheckDetail {

}
.shopCheckTab {
  width: 100%;
  margin-bottom: 30px;
}
.shopCheckTab tr {
  border: 0 !important;
}
.shopCheckTab td {
  text-align: center;
  font-size: 1.3rem;
  height: 30px;
  vertical-align: middle;
  padding: 0 !important;
}
.shopCont04 .shopUl02 {
	margin: 10px 0 0;
	margin-left: 35px;
}
#shopping .shopCont02{
	margin-bottom: 35px;
}
.shopTips{
	font-size: 1.4rem;
	color: #0d0d0d;
	margin-top: 5px;
}
.shopTips span{
	font-size: 2rem;
}
.shopNote{
	font-size: 1.2rem;
	color: #0d0d0d;
}
.shopText{
	margin: 15px 0;
}
.shopText input{
	height: 40px;
	width: 330px;
	border: 1px solid #c3c1c1;
	padding: 0 10px;
	box-sizing: border-box;
}
.shopTextarea textarea{
	width: 100%;
	height: 180px;
	border: 1px solid #c3c1c1;
	padding: 0 10px;
	box-sizing: border-box;
}
.shopTips02{
	margin: 15px 0;
}
.shopContNote {
	margin-bottom: 15px;
	font-size: 1.4rem;
}

.shopCont07 {
	margin-top: 50px;
	margin-bottom: 30px;
}
.shopCont07 .shopCheck {
	padding: 0 0 15px;
}
.shopCont07 input[type='checkbox'] {
	vertical-align: middle;
}
.shopCont07 .shopNote {
	color: #918f8f;
}

@media screen and (max-width: 768px){
.shopTop dl {
	margin-top: 15px;
}
.shopH2 {
	font-size: 1.2rem;
}
#shopping .radio ,
#sibody_shopping_teiki .radio,
#feature_detail .radio{
	float: none;
}
.shopChange {
	width: 60px;
	height: 30px;
	font-size: 1.1rem;
}
.shopLinks {
	width: 210px;
	height:35px;
	font-size: 1.1rem;
	margin: 30px auto;
}
.shopTop {
	margin-bottom: 35px;
}
.confirmMiddle dl dd {
	display: block;
}
.shopUl01 {
	margin-top: 15px;
	margin-left: 0;
	margin-bottom: 35px;
}
.shopUl01 li {
	float: none;
	width: 100%;
	padding-left: 5px;
	margin-bottom: 10px;
}

.shopUl01 li .shopSelect select {
	height: 35px;
	width: 170px;
	padding: 0 10px;
}
.shopUl01 li span {
	font-size: 1.1rem;
}
.shopUl02 li {
	font-size: 1.2rem;
	margin-bottom: 25px;
}
.shopCheck {
	font-size: 1.2rem;
	padding: 15px 0;
}
.contactForm .shopCheck {
	padding: 15px 0;
}


#shopping .contactArea table tr:last-child ,
#sibody_shopping_teiki .contactArea table tr:last-child,
#feature_detail .contactArea table tr:last-child{
	border-bottom: none;
}
.shopCont03 {
	margin-bottom: 10px;
}
.shopCont04 .shopUl02 {
	margin: 10px 0 0;
	margin-left: 5px;
}
#shopping .shopUl02 li .radio ,
#sibody_shopping_teiki .shopUl02 li .radio,
#feature_detail .shopUl02 li .radio{
	width: 100%;
}
#shopping .shopCont04,
#shopping .shopCont05 {
	margin-bottom: 35px;
}
.shopTips {
	font-size: 1.2rem;
	margin-top: 10px;
}
.shopTips span {
	font-size: 1.5rem;
}
.shopText input {
	height: 35px;
	width: 100%;
}
#shopping .shopCont02 {
	margin-bottom: 35px;
}
.shopTextarea textarea {
	height: 140px;
}
#shopping #sidebar,
#sibody_shopping_teiki #sidebar,
#feature_detail #sidebar{
	border-bottom: none;
}


.shopContNote {
	margin-bottom: 10px;
	font-size: 1.2rem;
}
.cashBn img {
	width: 53%;
}





}

.shopCard table{
	width: 100%;
}
.shopCard{
	font-size: 1.3rem;
	padding: 5px 0 40px 35px;
	box-sizing: border-box;
}
.shopTeikiBox{
	margin-bottom: 85px;
}
#sibody_shopping_teiki .shopUl01 li:first-child {
	float: none;
	margin-bottom: 20px;
}
.shopTeikiLinks{
	background-color: #d6d8d9;
	color: #030303;
	margin: 20px 0 35px;
}
#sibody_shopping_teiki .shopUl01 {
	margin-bottom: 0;
}
.shopTime{
	font-size: 1.4rem;
	color: #000000;
}


@media screen and (max-width: 768px){
.shopCard{
	font-size: 1.2rem;
	padding: 5px 0 5px 5px;
	box-sizing: border-box;
}
.shopTeikiBox{
	margin-bottom: 40px;
}
#sibody_shopping_teiki .shopUl01 li:first-child {
	float: none;
	margin-bottom: 20px;
}
#sibody_shopping_teiki .shopUl01 {
	margin-bottom: 0;
}
.shopTime{
	font-size: 1.2rem;
	text-align: center;
}


#sibody_shopping_teiki .confirmMiddle dl:last-child {
	border-top: none;
}

.shopMars10{
	margin-bottom:5px;
}
#sibody_shopping_teiki .labelName{
	margin-left: 5px;
}
#sibody_shopping_teiki .shopUl01 li .shopSelect select {
	width: 120px;
}
#sibody_shopping_teiki .shopUl01 li {
	justify-content: initial;
}
#sibody_shopping_teiki .shopSelect{
	padding: 0 20px;
}
#sibody_shopping_teiki .shopTeikiLinks {
	margin: 25px auto 30px;
}
#sibody_shopping_teiki .infoes {
	margin-top: 0;
	display: inline-block;
	margin-left: 40px;
}





}



/****************sibody_shopping*********************/







/***detail****//***detail****//***detail****/
.detailWrap{
	margin: 65px 0 70px;
}
.detailLeft{
	float: left;
	width: 47%;
	position: relative;
	margin-right: 3%;
}
.detailRight{
	overflow: hidden;
	padding-left: 10px;
	position: relative;
}
.heartClick{
	position: absolute;
	top:20px;
	right: 0;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	display:flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.fancybox-overlay {
	z-index: 10001!important;
}
.detailUl{}
.detailUl li{
	border-bottom: 1px solid #CCCCCC;
}
.detailHdl{
	font-size: 2.4rem;
	color: #353535;
	font-weight: bold;
	padding: 12px 0;
}
.detailTips{
	margin: 20px 0 12px;
}
.detailUl li .info01{
	font-size: 1.8rem;
	color: #353535;
	font-weight: bold;
	margin-bottom: 20px;
	padding-top: 22px;
}
.detailUl li .info02{
	font-size: 1.4rem;
	color: #353535;
	font-weight: normal;
	line-height: 1.7;
	padding-bottom: 22px;
}
.detailUl li .detailBox{
	display: table;
	padding: 15px;
	box-sizing: border-box;
	font-size: 1.4rem;
	font-weight: normal;
}
.detailUl li .detailBox dt{
	display: table-cell;
	color: #555555;
}
.detailUl li .detailBox dd{
	display: table-cell;
	color: #2B2B2B;
	padding-left: 10px;
	font-size: 1.5rem;
}
.detailUl li .detailBox dd .price{
	font-size: 2rem;
	color: #C92026;
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
}
.rezzblue {
	font-size: 1.2rem;
	width: 50px;
	height: 22px;
	background-color: #6BCDD9;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}



.sliderBox{
	text-align: center;
	box-sizing: border-box;
}
.sliderBox .sliderImg{
	position: relative;
	width: 100%;
	max-height: 568px;
	height: 55vw;
	overflow: hidden;
}
.sliderBox .sliderImg img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	z-index: 1;
}
.slider-nav{
	margin-top: 25px;
}
.detailItem  .slider-nav .slideList{
	border: 1px solid #fff;
}
.detailItem  .slider-nav .slick-current{
	border: 1px solid #ccc;
}

.slider-nav .slick-slide {
	width: auto!important;
	margin-right: 20px;
}
.slider-nav .slick-arrow {
	top: 50%;
	margin-top: -9px;
}
.slider-for .slick-next {
	display: none;
}
.slider-for .slick-prev {
	display: none;
}
.detailWrap .slick-track {
	margin: 0;
}
/* !fancybox*/
#product_detail .fancybox-overlay {
	background: rgba(0,0,0,0.8);
}
.fancybox-skin{
	padding:0 !important;
	background: #fff!important;}
.fancyboxPart{
  box-sizing: border-box;
  max-width: 800px;
}
.fancyboxPart .img img{ width:100%; }
.fancyboxPart .tit{
	margin:0 auto 15px;
	text-align: center;
	font-size: 2rem;
}
.fancyboxPart .txt{
	padding:0 15px;
	font-size: 1.6rem;
	color: #000;
}
.mon_lp_event .inforCon a, .mon_lp_event_close {
	display: block;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #000;
	font-size: 1.4rem;
	text-decoration: none;
	position: relative;
}
.mon_lp_event .inforCon a:hover, .mon_lp_event_close:hover{
	text-decoration: none;
}

.detailMess{
	margin: 90px 0 120px;
}
.detailMess table{
	max-width: 940px;
	margin: 0 auto;
	border: 1px solid #ccc;
	width: 100%;
}
.detailMess table tr{
	border-bottom: 1px dotted #ccc;
}
.detailMess table tr:last-of-type{
	border-bottom: none;
}
.detailMess table tr th,.detailMess table tr td{
	font-size: 1.4rem;
	color: #2B2B2B;
	padding: 14px 0;
}
.detailMess table tr th{
	border-right: 1px solid #ccc;
	background: #F5F5F5;
	padding-left: 20px;
	box-sizing: border-box;
	width: 200px;
}
.detailMess table tr td{
	padding-left: 20px;
	box-sizing: border-box;
}
#product_detail .productWraps {
	padding: 0 0 80px;
}
#product_detail .proContent .proList li {
	margin-top: 0;
  margin-bottom: 30px;
}
.shopList{
	padding-bottom: 12px;
	font-size: 2.2rem;
	color: #353535;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 40px;
}
#product_detail .proContent {
	margin-top: 0;
	margin-bottom: 70px;
}
.lookUl{
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.lookUl li{
	margin-left: 10px;
}
.lookUl li a {
  display: block;/*
  overflow: hidden; */
}
.lookUl li img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.lookUl li:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.lookHis h3{
	margin-bottom: 30px;
}
.lookUl li a:hover{
	opacity: 0.6;
}


.detailInfo01{
	font-size: 1.1rem;
	color: #1f1f1f;
	border:1px solid #d5d5d5;
	display: inline-block;
	padding: 1px 11px;
	margin-bottom: 15px;
}
.detailInfo02{
	font-size: 1.6rem;
	color: #1f1f1f;
}
.detailInfo02 span{
	color: #666666;
	display: block;
}
.detailInfo03{
	font-size: 1.1rem;
	color: #1f1f1f;
	margin: 25px 0 30px;
}
.detailInfo04{
	font-size: 1.3rem;
	color: #1f1f1f;
	margin: 0 0 20px;
	line-height: 1.84;
	letter-spacing: 0.05em;
}

.detailSpan01{
	font-size: 1.2rem;
	color: #1f1f1f;
	display: inline-block;
	margin-right: 30px;
}
.detailSpan01:hover{
	opacity: 0.6;
	transition: all 0.5s;
	text-decoration: none;
}
.detaUl{
	margin: 30px 0 40px;
}
.detaUl dl{
	display: table;
	width: 100%;
}
.detaUl dl dt,.detaUl dl dd{
	display: table-cell;
	line-height: 2;
	letter-spacing: 0.05em;
	color: #1f1f1f;
}
.detaUl dl dt{
	width: 11em;
	font-size: 1.2rem;
	position: relative;
}
.detaUl dl dt span{
	position: absolute;
	top: 0;
	right: 0;
}
.detaUl dl dd{
	font-size: 1.2rem;
	padding-left: 1em;
}

.detaRep{
	line-height: 1.45;
	letter-spacing: 0.05em;
	font-size: 1.1rem;
	color: #1f1f1f;
	margin-bottom: 25px;
}
.detaRep span{
	box-sizing: border-box;
	margin-bottom: 10px;
	display: inline-block;
	background-color: #f5f5f5;
	border-radius: 11px;
	text-align: center;
	padding: 5px 10px;
	margin-right: 5px;
}
.detaRep p{
	box-sizing: border-box;
	display: inline-block;
	background-color: #f5f5f5;
	border-radius: 11px;
	text-align: center;
	padding: 5px 10px;
}
.detailBank{
	background-color: #f5f5f5;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 30px;
}
.dataBox{}
.dataBox dl{
	display: table;
	width: 100%;
}
.dataBox .detailDlMar{
	margin: 30px 0 20px;
}
.dataBox dl dt,.dataBox dl dd{
	display: table-cell;
}
.dataBox dl dt{
	color: #1f1f1f;
	width: 210px;
}
.dataBox dl dt span{
	display: block;
	font-size: 1.2rem;
}
.dataBox dl dt p{
	font-size: 2.4rem;
	float: left;
}
.dataBox dl dt em{
	font-size: 1.1rem;
}
.dataBox dl dt .regP .dataAuto {
	clear: both;
}
.dataBox dl dd{
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}
.dataBox dl dd button{
	color: #fff;border: 0;
	background-color: #273469;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 280px;
	height: 42px;
	width: 100%;
	cursor: pointer;
	border: 1px solid #273469;
	margin: 0 auto;
}
.dataBox dl dd button:hover{
	opacity: 0.6;
	transition: all 0.5s;
	text-decoration: none;
}
.dataBox dl dd .dataBoxLinks{
	background-color: #a6976d;
	border: 1px solid #a6976d;
}
.dataBox dl dt h2{
	color: #ac1717;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	margin-top: 20px;
}
.dataBox dl dt h2 em{
	font-size: 2.2rem;
	line-height: 1;
}
.dataBox dl.detailDlMar dd {
	display: block;
	margin-bottom: 1em;
}
.dataBox dl dd button.add-gift {
	background-color: #bababa;
	border: 1px solid #bababa;
}

.datafo01{
	color: #1f1f1f;
	font-size: 1.1rem;
	margin-top: 10px;
}
.datafo02{
	color: #ac1717;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}

span.postageIcn {
	border: 1px solid #c43a3a;
  color: #c43a3a;
  padding: 1px 10px;
	font-size: 1.2rem;
}
.dataBox dl dt span.postageIcn {
  display: inline-block;
  margin-top: 0.6em;
  margin-left: 0.2em;
}

@media screen and (max-width: 768px) {
	span.postageIcn {
		font-size: 1.0rem;
	}
.dataBox dl dt span.postageIcn {
	margin-bottom: 10px;
}
}


.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 10001;
	-moz-opacity: 0.4;
	opacity: .40;
	filter: alpha(opacity=40);
}

.white_content {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 440px;
	height: 180px;
	background-color: white;
	z-index: 10002;
	overflow: auto;
	padding: 40px 20px 30px;
	box-sizing: border-box;
}
.white_content span{
	font-size: 1.9rem;
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 20px;
	height: 12px;
	width: 12px;
}
.white_content h2{
	font-size: 1.4rem;
	text-align: center;
	color: #030303;
	letter-spacing: 0.1em;
}
.white_content ul{
	margin-left: -20px;
	margin-top: 30px;
}
.white_content ul li{
	float: left;
	width: 50%;
	padding-left: 20px;
	box-sizing: border-box;
}
.white_content ul li a{
	color: #0d0d0d;
	background-color: #d7d8da;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	width: 100%;
	letter-spacing: 0.1em;
}
.white_content ul li a:hover{
	opacity: 0.6;
	transition: all 0.5s;
	text-decoration: none;
}
.white_content ul li:nth-child(2) a{
	color: #fff;
	background-color: #273469;
}

.detailMath{
	height: 50px;
	position: relative;
}
.outLinkDetail{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	display: flex;
	align-items: center;
}
.outLinkDetail a{
	display: inline-block;
	margin-right: 20px;
}
.outLinkDetail a:hover{
	opacity: 0.6;
	transition: all 0.5s;
	text-decoration: none;
}
.detailMath dl{
	display: table;
	width: 100%;
}
.detailMath dl dt,.detailMath dl dd{
	display: table-cell;
}
.detailMath dl dt{
	width: 60px;
	text-align: center;
	vertical-align: middle;
}
.detailMath dl dd{}
.btn-numbox {
	overflow: hidden;
	height: 50px;
}


.btn-numbox li .number{
	display: inline-block;
	font-size: 12px;
	color: #1f1f1f;
	letter-spacing: 0.05em;
}

.btn-numbox .count {
	overflow: hidden;
}

.btn-numbox .count .num-jian,
.num-jia {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 11px;
	color: #999;
	cursor: pointer;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
.btn-numbox .count .input-num {
	display: inline-block;
	width: 60px;
	height: 50px;
	text-align: center;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.1em;
	border: 1px solid #cccccc;
	border-right: 0;
	box-sizing: border-box;
}

.btn-numbox .count .lement{
	width: 20px;
	height: 10px;
	background: #d7d8da;
	display: block;
}

.stateBox{
	margin-bottom: 80px;
}
.stateLeft{
	float: left;
	width: 42%;
	border: 1px solid #c8c8c8;
	padding: 45px 50px 0;
	box-sizing: border-box;
	position: relative;
}
.stateLeft:before{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	background-color:#002552;
	width: 280px;
	height: 1px;
	content: '';
}
.stateRight{
	float: right;
	width: 50%;
}
.stateLeft ul li{
	margin-bottom: 40px;
}
.stateLeft ul li a{
	display: block;
}
.stateLeft ul li a:hover{
	opacity: 0.6;
	transition: all 0.5s;
	text-decoration: none;
}
.stateSub{
	text-align: center;
	font-size: 2.1rem;
	color: #000;
	letter-spacing: 0.1em;
	margin-bottom: 65px;
}
.stateSub span{
	display: block;
	font-size: 1rem;
}
.onlySub{
	font-size: 1.2rem;
	color: #1f1f1f;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}
.onlySub span{
	display: block;
	color: #666;
}
.onlySub .brandsGole .brandsMess01{
	border: 1px solid #d5d5d5;
	font-size: 1.1rem;
	text-align: center;
	padding:3px 5px;
	display: inline-block;
	margin-bottom: 8px;
}
.onlySub .brandsGole .campaignMess01 {
	background: #f9767b;
	color: #fff;
	letter-spacing: 0.2em;
	font-size: 1.1rem;
	text-align: center;
	padding:3px 8px;
	display: inline-block;
	margin-bottom: 8px;
}
.stateLeft .onlyInfo{
   font-size: 1.1rem;
	letter-spacing: 0.05em;
	color: #1f1f1f;
}
.stateLeft .onlyInfo span{
	font-size: 1.8rem;
}
.stateLeft dl{
	display: table;
	width: 100%;
}
.stateLeft dl dt,.stateLeft dl dd{
	display: table-cell;
}
.stateLeft dl dt{
	width: 140px;
	text-align: center;
}
.stateLeft dl dd{}




.toggleTitle{
	font-size: 1.3rem;
	color:#1f1f1f;
	position: relative;
	padding-right: 30px;
	box-sizing: border-box;
	letter-spacing: 0.05em;
	padding: 20px 0;
}
.toggleBor{
	border-top: 1px solid #c8c8c8;
}
.toggleBox{
	font-size: 1.3rem;
	line-height: 2.3;
	letter-spacing: 0.05em;
	display: none;
	box-sizing: border-box;
	padding-bottom: 10px;
}
.toggleBox p{
	margin-bottom: 40px;
}
.toggleWrap{
	position: relative;
	border-bottom: 1px solid #bebebe;
}
.toggleTitle  .open{
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	width: 100%;
	text-align: right;
	justify-content: flex-end;
	height: 60px;
}
.toggleBox  .close{
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	width: 100%;
	text-align: right;
	justify-content: flex-end;
	height: 60px;
}

.meLookBox{
	margin-bottom: 70px;
}
.meLookSub{
	color: #000000;
	font-size: 1.6rem;
	letter-spacing: 0.025em;
	margin-bottom: 65px;
}
.meLookBox ul{
	margin-left: -50px;
}
.meLookBox ul li{
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding-left: 50px;
}
.meLookBox ul li p{
	text-align: center;
	margin-bottom: 20px;
}
.meLookBox ul li a{
	display: block;
}
.meLookBox ul li a:hover{
	opacity: 0.6;
	transition: all 0.5s;
	text-decoration: none;
}

.evaluateWrap{
	background-color: #f5f5f5;
	padding: 75px 0 40px;
}

.evaluateBox{
	position: relative;
}
.evel{
	position: absolute;
	top: -10px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	letter-spacing: 0.15em;
	font-size: 1.1rem;
	width: 160px;
	height: 36px;
	background-color: #d6d8d9;
}
.evel:hover{
	opacity: 0.6;
	transition: all 0.5s;
	text-decoration: none;
}
.evaluateBox ul{
	margin-left: -50px;
}
.evaluateBox ul li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 50px;
}

#product_detail .revivewPerson dl {
	border-bottom: none;
	padding: 30px 20px 30px 0;
}
#product_detail .revivewPerson dl:first-child {
	border-top: none;
}
#product_detail .revivewPerson {
	margin-bottom: 20px;
}

.reviewSpan05{
	display: none;
}









@media screen and (max-width: 768px){
#product_detail .companyYL {
	display: block;
}
.detailWrap {
	margin: 32px 0 20px;
	position: relative;
}
.heartClick {
	top: 20px;
	width: 25px;
	height: 25px;
}
.detailInfo01 {
	font-size: 1rem;
	padding: 1px 5px;
	margin-bottom: 7px;
}
.detailInfo02 {
	font-size: 1.2rem;
}
.detailInfo03 {
	margin: 10px 0 0;
}
.detailInfo04 {
	font-size: 1.2rem;
	line-height: 2;
}
#product_detail .slick-arrow{
	display: block!important;
}

#product_detail .review02 {
	display: inline-flex;
	align-items: center;
}
#product_detail .reviewSpan03{
	display: none;
}
.reviewSpan05{
	display: block;
	padding-left: 120px;
	margin-top: 5px;
	box-sizing: border-box;
	font-size: 0.9rem;
}
.outLinkDetail{
	display: none;
}
.detailMath dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn-numbox {
	overflow: hidden;
	margin-top: 20px;
}

.btn-numbox li {
	float: left;
}

.btn-numbox li .number,
.kucun {
	display: inline-block;
	font-size: 12px;
	color: #808080;
	vertical-align: sub;
}

.btn-numbox .count {
	overflow: hidden;
}

.btn-numbox .count .num-jian,
.num-jia {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #e6e6e6;
	background-color: #d7d8da;
}
.btn-numbox .count .input-num {
	width: 55px;
	height: 25px;
	color: #333;
	border: none;
}
.btn-numbox .count .num-jia{
	color: #000;
}

.detailMath dl dt {
	text-align: left;
}
.dataWrap{
	position: relative;
}
.dataWrap:before{
	position: absolute;
  left: -20px;
  width: calc(100% + 40px);
  top: 0;
  height: 100%;
  background: #f5f5f5;
  content: "";
  z-index: -1;
}
.dataBox dl {
	display: block;
}
.dataBox dl dt, .dataBox dl dd {
	display: block;
	width: 100%;
}
.dataBox .detailDlMar {
   background-color: #f5f5f5;
   padding: 30px 0 20px;
   margin: 0;
}
.dataBox dl .nst{
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	margin-bottom: 10px;
	padding: 0 10px;
	box-sizing: border-box;
}
.dataBox dl .nst .saleP,
.dataBox dl .nst .regP {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	margin-bottom: 10px;
	padding: 0 10px;
	box-sizing: border-box;
}
.dataBox dl dt .ist{
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.dataBox dl dt .datafo01{
	text-align: right;
	font-size: 0.9rem;
	font-weight: normal;
	margin-top: 4px;
}
.dataBox dl dt p {
	font-size: 1.4rem;
	font-weight: bold;
}
.dataBox dl dt em {
	font-size: 1.0rem;
}
.datafosp{
	margin: 12px 0;
}
.detailBank {
	padding:10px 10px 15px;
	box-sizing: border-box;
}
.dataBox dl dd button {
	max-width: 260px;
	/*height: 35px;*/
	font-size: 1rem;
}
.dataBox dl dt h2 {
	font-size: 1.8rem;
	margin-top: 0;
}

.dataBox dl dt h2 em {
	font-size: 1.4rem;
	font-weight: bold;
}
#outLinkDetail{
	display: block;
	position: unset;
	text-align: center;
	top: 0;
	transform: translateY(0);
	margin: 20px 0 30px;
}

.detaUl dl dt {
	font-size: 1rem;
}
.detaUl dl dd {
	font-size: 1rem;
}
.detaRep {
	line-height: 1.1;
	font-size: 1rem;
	margin-bottom: 12px;
}
.detaRep span {
	margin-bottom: 5px;
	padding: 3px 5px;
	margin-right: 10px;
	text-align: center;
}
.detaRep p {
	padding: 3px 5px;
	text-align: center;
}

.detaUl {
	margin: 0 0 25px;
}
.detailLeft {
	float: none;
	width: 100%;
	margin-top: 22px;
	margin-right: 0;
}
.slider-for .slick-prev {
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	border: 0;
	background: url("../img/detail/food_left.png") center center no-repeat;
	cursor: pointer;
	margin-top: 0;
}
.slider-for .slick-next {
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	border: 0;
	background: url("../img/detail/food_right.png") center center no-repeat;
	cursor: pointer;
	margin-top: 0;
}
.slider-nav .slick-slide {
	width: unset;
	margin-right: 10px;
}
.slider-nav .slick-slide img {
	display: block;
	margin: 0 auto;
}
.detailWrap .slick-track {
	margin: 0;
	display: flex;
}
.slider-nav {
	margin-top: 25px;
}


.detailRight {
	padding-left: 0;
	margin-top: 30px;
  overflow: visible;
}
.detailMath {
	padding: 15px 0 20px;
	height: auto;
}

.stateItem{
	display: table;
	width: 100%;
}
.stateLeft {
	float: none;
	width: 100%;
	border: 1px solid #c8c8c8;
	padding: 0 10px;
	display: table-footer-group;
}
.stateRight {
	float: none;
	width: 100%;
	margin-bottom: 55px;
}

.toggleTitle {
	font-size: 1.2rem;
	padding-right: 15px;
	padding: 16px 0;
}
.toggleTitle  .open{
	height: 51px;padding: 0 25px 0 0;
	box-sizing: border-box;
}
.toggleBox  .close{
	height: 51px;padding: 0 25px 0 0;
	box-sizing: border-box;
}
.toggleBox {
	font-size: 1.2rem;
	line-height: 2;
	padding: 10px 0 15px;
  border-top: 1px solid #c8c8c8;
}
.toggleBox p {
	margin-bottom: 20px;
}
.stateLeft:before {
	display: none;
}
.stateSub {
	font-size: 1.8rem;
	margin-bottom: 25px;
}
.stateLeft ul{
	margin-left: -10px;
}
.stateLeft ul li {
	margin-bottom: 40px;
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 10px;
}
.stateLeft dl {
	display: block;
	width: 100%;
}

.stateLeft dl dt, .stateLeft dl dd {
	display: block;
}
.stateLeft dl dt {
	width: 100%;
}
.onlySub {
	font-size: 0.9rem;
	margin:25px 0 15px;
}
.stateLeft .onlyInfo {
	font-size: 0.7rem;
}
.stateLeft .onlyInfo span {
	font-size: 1rem;
}
.stateBox {
	margin-bottom: 10px;
}

.meLookSub {
	font-size: 1.2rem;
	margin-bottom: 35px;
}
.meLookBox ul {
	margin-left:0;
}

.meLookBox ul li {
  padding: 0 10px;
}
.meLookBox ul li p {
	display: flex;
	align-items: center;
	justify-content: center;
}
.meLookBox {
	margin-bottom: 30px;
}
.evaluateWrap {
	padding: 40px 0 40px;
}
.evaluateBox ul {
	margin-left: 0;
}
.evaluateBox ul li {
	float: none;
	width: 100%;
	padding-left: 0;
}
#product_detail .revivewPerson {
	margin-bottom: 0;
}
#product_detail .revivewPerson dl {
	border-bottom: none;
	padding: 0 10px 30px 0;
}
.evel {
	position: unset;
	top: 0;
	right: 0;
	width: 210px;
	height: 35px;
	margin: 0 auto 30px;
}

#product_detail .evelpc{
	display: none;
}
.evaluInfo{
	font-size: 1.5rem;
	margin-bottom: 20px;
}
.evaluSpan{
	margin-bottom: 20px;
}
.evaluSpan span{
	font-size: 1.2rem;
	display: inline-block;
	margin-right: 10px;
}

.white_content {
	width: 270px;
	height: auto;
	padding: 35px 20px 22px;
}
.white_content h2 {
	font-size: 1.2rem;
}
.white_content ul {
	margin-left: 0;
	margin-top: 25px;
}
.white_content ul li {
	float: none;
	width: 100%;
	padding-left: 0;
	margin-bottom: 10px;
}
.white_content ul li a {
	height: 35px;
	font-size: 1.1rem;
}

}

.vipColor span{
	font-weight: bold;
	display: inline-block!important;
	color: #ac1717;
	font-size: 2.4rem!important;
}
.vipColor em{
	font-weight: bold;
	display: inline-block!important;
	color: #ac1717;
	font-size: 1.1rem!important;
}
.vipMessage{
	color: #fff;
	background-color: #c6b15e;
	letter-spacing: 0.1rem;
	padding: 2px 3px;
	text-align: center;
	margin-left: 5px;
	display: inline-block;
}
.vipInfoAge{
	font-size: 1.1rem!important;
}
.imgVip {
	z-index: 999;
}


@media screen and (max-width: 768px){
.sliderBox{
  padding: 0 40px;
}
.vipColor span {
	font-size: 1.8rem!important;
}
  .dataBox dl dd {
	text-align: left;
  }
.detail_vip .dataBox dl .nst {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
}
.vipColor,.vipInfoAge{
	text-align: right;
}
.detail_vip .dataBox dl .nst .dataAuto{
	position: absolute;
	top: 0;
	left: 0;
}



/*20201030 edit 商品詳細写真の調整*/
#product_detail .sliderBox .sliderImg {
	height: 100vw;
}
#product_detail .sliderBox {
	padding: 0;
}
#product_detail .detailLeft {
	margin-top: 0;
}
#product_detail .detailLeft .slider-for  {
	margin-bottom: 0;
}
#product_detail .detailLeft .slider-nav {
	margin-top: 10px;
}


}




/***detail****//***detail****//***detail****/

/***sibody_cart****/
.cartSub{
	text-align: center;
	font-size: 1.4rem;
	color: #000;
	letter-spacing: 0.1em;
	line-height: 1.7;
	margin-bottom: 45px;
}
.cartSubMar20{
	margin-bottom: 20px;
}
.cartSub span{
	font-weight: bold;
	font-size: 2rem;
}
.cartTop{
	background-color: #efeeec;
	font-size: 1.6rem;
	color: #000;
	letter-spacing: 0.1em;
	padding: 9px 0 8px 20px;
	border-bottom: 1px solid #d9d9d8;
	margin-bottom: 30px;
}
#sibody_cart .confirmMiddle dl .price {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cartMar30{
	margin-right: 30px;
}
.cartLinks{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	width: 100%;
	max-width: 100px;
	background-color: #d7d8da;
}
.cartLinks .button{
	font-size: 1.3rem;
	color: #1d1d1d;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	width: 100%;
	max-width: 100px;
	background-color: #d7d8da;
  cursor: pointer;
  border: 0;
}
.cartLinks .button:hover{
	opacity: 0.6;
	transition: all 0.5s;
	text-decoration: none;
}
#sibody_cart .confirmMiddle dl .dotted{
	width: 220px;
}
.cartBorder{
	border-top: 1px solid #d7d8da;
	margin-top: 10px;
	padding-top: 15px !important;
}
.cartInput{}
.cartInput h2{
	text-align: center;
	font-size: 1.6rem;
	color: #0d0d0d;
	margin-bottom: 20px;
}
.cartInput p{
	margin-bottom: 10px;
}
.cartInput p input{
	width: 100%;
	height: 40px;
	border: 1px solid #d7d8da;
	padding: 10px;
	box-sizing: border-box;
}
.cartInput p span{
	display: block;
	font-size: 1.2rem;
	color: #0d0d0d;
	margin-bottom: 5px;
	font-weight: bold;
}
.cardOut{
	text-decoration: underline;
	font-size: 1.3rem;
	color: #767575;
	margin-top: 8px;
	display: inline-block;
}
.cartItem{
	margin-top: 20px;
	border: 1px solid #d7d8da;
	box-sizing: border-box;
	padding: 20px;
}
.cartItem h3{
	text-align: center;
	font-size: 1.6rem;
	color: #000;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
.cartItem p{
	text-align: left;
	font-size: 1.2rem;
	color: #000;
	line-height: 2;
	margin-bottom: 10px;
}
.sideBtns:hover{
	opacity: 0.6;
	transition: all 0.5s;
	text-decoration: none;
}
.cartWrap{
	margin-bottom: 70px;
}
.CardsideBtns{
	background-color: #a6976d!important;
	border: 1px solid #a6976d;
}



#sibody_cart .newStyle {
	padding: 70px 0 180px;
}
.cardMain{
	margin-top: 0;
}
#sibody_cart ::-webkit-input-placeholder { /* WebKit browsers */
  color: #fff;
  font-size: 16px;
}

#sibody_cart ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fff;
  font-size: 16px;
}

#sibody_cart :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #fff;
  font-size: 16px;
}
.cartContent{
	display: none;
}
#sibody_cart .confirmMiddle .cartmat60{
	margin-top: 65px;
}
@media screen and (max-width: 768px){
#sibody_cart .newStyle {
	padding: 25px 0 25px;
}

#sibody_cart .nonH2 {
	margin-bottom:20px;
}
.cartSub {
	font-size: 1.2rem;
	line-height: 2;
	margin-bottom: 20px;
}
.cartSubMar20 {
	margin-bottom: 10px;
}
.cartTop {
	font-size: 1.3rem;
	padding: 8px 0 7px 15px;
	margin-bottom: 25px;
	margin: 0 -10px;
}
#sibody_cart .confirmMiddle dl .price {
	display: block;
}
.cartNone{
	display: none;
}

.cartContent{
	display: block;
}
.cartLinks .button {
	font-size: 1.1rem;
	height: 30px;
	width: 100%;
	max-width: 70px;
	background-color: #fff;
	border: 1px solid #d7d8da;
}
.cartLinks {
  float: left;
	height: 30px;
  width: 28.57%;
  text-align: center;
	background-color: #fff;
}
.cartFont{
	padding: 0;
	color: #0d0d0d;
	font-size: 0.9rem;
  float: left;
  width: 20%;
  text-align: center;
  height: 30px;
  display: flex;
	align-items: center;
	justify-content: center;

}
  .cartContent .btn-numbox {
	margin-top: 0;
	height: 30px;
  }
  .cartContent .btn-numbox > li {
	float: right;
  }
#sibody_cart .confirmMiddle dl:last-child {
	margin-top: 0;
	margin-bottom: 40px;
	padding-top: 35px;
	border-top: none;
}
.cartInput h2 {
	font-size: 1.3rem;
	margin-bottom: 10px;
}
.cartInput p span {
	display: none;
}
.cardOut {
	font-size:1rem;
	margin-top: 5px;
}
#sibody_cart ::-webkit-input-placeholder { /* WebKit browsers */
  color: #767575;
  font-size: 0.9rem;
}

#sibody_cart ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #767575;
  font-size: 0.9rem;
}

#sibody_cart :-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #767575;
  font-size: 0.9rem;
}
.cartItem {
	margin-top: 0;
	border: none;
	box-sizing: border-box;
	padding: 20px 3px;
}
.cartWrap {
	margin-bottom: 45px;
}
#cart #sidebar {
	border-bottom: none;
}
.cartmab40{
	margin-bottom: 40px;
}
#cart .confirmMiddle dl dt {
	width: 35%;
}
#cart .confirmMiddle .cartmat60 {
	margin-top: 45px;
}

}

/***sibody_cart****/
.btnColor{
	background-color: #eae9e7!important;
}

/***brands****/
.brandsLeft{
	float: left;
}
.brandsRight{
	float: right;
}
.brandsLeft .brandsSelect{
	margin-left: -30px;
}
.brandsLeft .brandsSelect p{
	float: left;
	padding-left: 30px;
	box-sizing: border-box;
	width: 220px;
}
.brandsLeft .brandsSelect select{
	border: 1px solid #fff;
	border-bottom: 1px solid #8c8c8c;
	padding-bottom: 10px;
	padding-left: 5px;
	width: 100%;
	font-size: 1.1rem;
	color: #444;
	letter-spacing: 0.1em;
	background: url('../img/select.png')no-repeat right 8px center;
	background-size: 8px auto;
}
.brandsImg{
	background-size: cover;
	height: 0;
	padding-top: 54.54%;
	margin: 20px 0 0;
	box-sizing: border-box;
}
.brandsContent{
	margin: 0 0 80px;
}
/*
.brandsImg{
	background-size: cover;
	min-height: 430px;
	margin: 20px 0 80px;
	padding: 65px 0 0 100px;
	box-sizing: border-box;
}
*/
.brandsMar5030{
	margin: 30px 0 50px;
}
.brandsImgFo{
	margin: 30px 0 0;
	line-height: 1.785;
	color: #1f1f1f;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	display: none;
}
.brandstTop{
	padding-top: 50px;
	margin-bottom: 30px;
	position: relative;
	z-index: 100;
}

.brandsRight ul{
	margin-left: -17px;
}
.brandsRight ul li{
	float: left;
	padding-left: 17px;
	box-sizing: border-box;
	font-size: 1.1rem;
	position: relative;
}
.brandsRight ul li:before{
	position: absolute;
	top: 0;
	left: 8px;
	bottom: 0;
	margin: auto;
	content: '';
	width: 1px;
	height: 12px;
	background-color: #444;
}
.brandsRight ul li:nth-child(1):before{display: none;}
.brandsRight ul li a{
	color: #444;
	border-bottom: 1px solid #444;
}
.brandsRight ul li a:hover{
	opacity: 0.6;
	transition: all 0.5s;
	text-decoration: none;
}
.brandsRight ul li a.active{
	border-bottom: none;
	color: #d0cece;
}
.brandsTips{
	margin-bottom: 55px;
}
.brandsTips p{
	float: left;
	font-size: 1.2rem;
	color: #444;
	letter-spacing: 0.1em;
}
.brandsTips .brandsBtn{
	float: right;
	display: flex;
	align-items: center;
	width: 20%;
}
.brandsTips .brandsBtn a{
	display: inline-flex;
	font-size: 1.1rem;
	color: #444;
	letter-spacing: 0.1em;
	height: 28px;
	width: 100%;
	background: url('../img/brands/icon01.png')no-repeat left 10px center;
	padding-left: 33px;
	box-sizing: border-box;
	align-items: center;
}
.brandsTips .brandsBtn a:last-child{
	background: url('../img/brands/icon02.png')no-repeat left 10px center;
}
.brandsTips .brandsBtn a:hover{
	opacity: 0.6;
	transition: all 0.5s;
	text-decoration: none;
	background-color: #eae9e7;
}
.brandsCont{}
.brandsCont ul{
	margin-left: -40px;
}
.brandsCont ul li{
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding-left: 40px;
	margin-bottom: 45px;
}
.brandsAdd ul{
	margin-left: 0;
}
.brandsAdd ul li{
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding-left: 0;
	margin-bottom: 60px;
}
.brandsAdd ul li .brandsList{
	display: block;
	width: 100%;
  overflow: hidden;
	height: auto!important;
}
.brandsAdd ul li .brandsTell{
	display: block;
  overflow: hidden;
}
.brandsLiImg{
	padding: 30px 0 0;
	text-align: center;
	position: relative;
}
.brandsLiImg a{
	display: block;
}
.brandsLiImg:hover{
	opacity: 0.6;
	transition: all 0.5s;
	text-decoration: none;
}
.brandsLiSub{
	font-size: 1.2rem;
	color: #1f1f1f;
	letter-spacing: 0.05em;
	margin: 30px 0;
}
.brandsAdd .brandsLiSub{
	font-size: 1.4rem;
  height: auto !important;
}
.brandsLiSub span{
	display: block;
	color: #666666;
}
.brandsLiPrice{
	background-color: #f5f5f5;
	padding:15px 10px 10px;
	min-height: 100px;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #fff;
}
.brandsNomar{
	font-size: 1.2rem;
	color: #1f1f1f;
	letter-spacing: 0.05em;
	display: block;
	margin-bottom: 5px;
}
.brandsAdd .brandsNomar{
	display: inline-block;
}
.brandsDoll{
	font-size: 1.6rem;
	color: #1f1f1f;/*
	letter-spacing: 0.05em; */
	font-weight: bold;
  display: block;
}
.brandsDoll em{
	font-size: 0.9rem;
	font-weight: normal;
}
.brandsLinks{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	color: #fff;
	background-color: #273469;
	border-radius: 3px;
	width: 110px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	letter-spacing: 0.15em;
	border: 0;
	cursor: pointer;
}
.brandsAdd .brandsLinks{
  width: 180px;
}
.brandsLinksColor{
	background-color: #a6976d;
}
.brandsLinks:hover{
	opacity: 0.6;
	transition: all 0.5s;
	text-decoration: none;
}
.brandsOff{
	font-size: 2.1rem;
	font-weight: bold;
	color: #ac1717;
  display: block;
}
.brandsOff em{
	font-size: 1.5rem;
	font-weight: bold;
}
.brandsUs{
	font-size: 1.1rem;
	margin-top: -5px;
	display: block;
}
.brandsAdd .brandsUs{
	display: inline-block;
  margin-left: 10px;
}
.spriceVip{
	color: #fff;
	background-color: #c6b15e;
	padding: 2px;
	box-sizing: border-box;
	font-size: 1.1rem;
	letter-spacing: 0.2em;
	margin-left: 5px;
	display: inline-block;
}
.brandsColorRed{
	color: #ac1717;
}

.brandsPage{
	margin-top: 30px;
}
.brandsPage ul{
	margin-left: -5px;
}
.brandsPage ul li{
	float: left;
	width: 30px;
	padding-left: 5px;
	box-sizing: border-box;
}
.brandsPage ul li a{
	font-size: 1.3rem;
	color: #000000;
	letter-spacing: 0.1rem;
	display: inline-block;
}
.brandsPage ul li a.active{
	color: #d0cece;
}
.brandsPage ul li a:hover{
	opacity: 0.6;
	transition: all 0.5s;
	text-decoration: none;
}
.brandsPage ul li a.active:hover{
	opacity: 1;
}

#brandsWrap{
	margin-bottom: 175px;
}
.brandsGole{
	display: none;
}


/*画像表示タブ切り替えでカテゴリだけ出す*/
.troublesAdd .brandsGole{
	display: block;
}
.troublesAdd .brandsGole .brandsMess01{
	border: 1px solid #d5d5d5;
	font-size: 1.1rem;
	text-align: center;
	padding:3px 5px;
	display: inline-block;
	margin-bottom: 8px;
}
.troublesAdd .brandsGole .brandsMess02,
.troublesAdd .brandsGole .brandsMess03{
	display: none;
}

.troublesAdd .brandsGole .campaignMess01,
.detailItem .campaignMess01 {
	background: #f9767b;
	color: #fff;
	letter-spacing: 0.2em;
	font-size: 1.1rem;
	text-align: center;
	padding:3px 8px;
	display: inline-block;
	margin-bottom: 8px;
}


.brandsAdd .brandsGole .brandsMess02,
.brandsAdd .brandsGole .brandsMess03{
	display: block;
}


.brandsAdd .brandsLiImg {
	padding: 30px 0 0;
	width: 24%;
  float: left;
	margin-right: 50px;
}
.brandsAdd .brandsRapp .brandsTell{
	display: block;
}

.brandsAdd .brandsGole{
	display: block;
}
.brandsAdd .brandsGole .brandsMess01{
	border: 1px solid #d5d5d5;
	font-size: 1.1rem;
	text-align: center;
	padding:3px 5px;
	display: inline-block;
	margin-bottom: 8px;
}
.brandsAdd .brandsGole .campaignMess01 {
	background: #f9767b;
	color: #fff;
	letter-spacing: 0.2em;
	font-size: 1.1rem;
	text-align: center;
	padding:3px 8px;
	display: inline-block;
	margin-bottom: 8px;
}

.brandsMess02 span{
	box-sizing: border-box;
	margin:15px 0 0px;
	display: inline-block;
	background-color: #f5f5f5;
	border-radius: 11px;
	text-align: center;
	padding: 5px 10px;
	margin-right: 10px;
	font-size: 1.1rem;
}
.brandsMess03{
	display: flex;
	align-items: center;
}


.brandsMess03 .in01{
	font-size: 1.2rem;
	color: #1f1f1f;
	display: inline-block;
	margin-right: 30px;
	border-bottom: 1px solid #1f1f1f;
}
.brandsMess03 .in01 a:hover {
  text-decoration: none
}
.brandsMess03 .in02{margin-right: 20px;}
.brandsMess03 .in03{
	font-size: 1.1rem;
	color: #1f1f1f;
	letter-spacing: 0.05em;
}
.brandsAdd .brandsLiNone{
	background-color: #fff;
	min-height: 99px;
}
.brandsToggle,.addSelect{
	display: none;
}

.brandsAdd .disContents{
  float: left;
  width: 64%;
}
.brandsAdd .brandsRapp {
  overflow: hidden;
}

@media screen and (max-width: 768px){
.brandsLiPrice{
	min-height: 110px;
}
#mypage_list .brandsLiPrice {
	min-height: 75px;
}
.brandsLiPrice p:nth-of-type(2) {
	margin-top: -10px;
}

.brandsImg {
	background: no-repeat center center;
	background-size: cover!important;
/*
	min-height: 135px;
	padding: 0;
	margin: 5px -10px 20px;
*/
}
.brandsImg p{
	display: none;
}
#product_list .companyYL {
	display: block;
}
.brandsImgFo {
	margin: 20px 0 50px;
	line-height: 1.83;
	font-size: 1.2rem;
}
.brandsSelect{
	display: none;
}
.brandsRight ul {
   display: none;
}


.brandsCont ul{
	margin-left: -5px;
}
.brandsCont ul li {
	width: 50%;
	padding-left: 5px;
	margin-bottom: 25px;
}
.brandsLiSub {
	margin: 15px 0;
}

.brandsLinks {
	position: absolute;
	top: unset;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	right: 10px;
	width: 120px;
	/*height: 25px;*/
	font-size: 1rem;
}
.brandsDoll {
	font-size: 1.4rem;
	display: block;
}
.brandsNomar {
	font-size: 1rem;
	display: inline;
}
.brandsUs {
	font-size: 1rem;
	display: inline;
}
.brandsAdd .brandsUs{
	margin-bottom: 10px;
}
.brandsLiPrice {
	padding: 10px 5px 45px;
}
.brandsDoll em {
	letter-spacing: -0.1em;
}
.brandsOff {
	font-size: 1.8rem;
	display: block;
}
.brandsOff em {
	font-size: 1.2rem;
}
.spriceVip {
	padding: 1px 3px;
	font-size: 0.8rem;
	letter-spacing: 0.1em;
}
.brandsPage {
	margin-top: 25px;
}
.brandsPage ul {
	margin-left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.brandsPage ul li {
	float: none;
	padding-left: 0;
}
.brandsPage ul li a {
	font-size: 1.3rem;
	color: #000000;
	text-align: center;
	padding: 0 15px;
	width: 25px;
	height: 25px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.brandsPage ul li a.active{
	background-color: #f6f6f5;
}
#brandsWrap {
	margin-bottom: 10px;
}
.brandstTop {
	display: none;
}
.brandsTips {
	margin-bottom: 35px;
}
.brandsTips .brandsBtn {
	width: 60%;
}

#togglePage .toggleBox .close {
	height: 51px;
	padding: 0 25px 0 0;
	box-sizing: border-box;
}
#togglePage .toggleTitle {
	font-size: 1.2rem;
	padding-right: 15px;
	padding: 16px 0;
	text-align: center;
}
#togglePage .brandtoggle{
	position: relative;
}
#togglePage .brandTitle{
	font-size: 1.3rem;
	color: #1f1f1f;
	position: relative;
	padding-right: 30px;
	box-sizing: border-box;
	letter-spacing: 0.05em;
	padding: 10px;
	position: relative;
	margin-bottom: 0;
	border-top: 1px solid #dddcdc;
}
#togglePage .brandTitle .dhc{
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	width: 100%;
	text-align: right;
	justify-content: flex-end;
	height: 48px;
}
#togglePage .brandBox .ahc{
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	width: 100%;
	text-align: right;
	justify-content: flex-end;
	height: 48px;
}
#togglePage  .brandBtn{
	padding-right: 25px;
}
.brandsToggle{
	margin: 0 -10px;
}
.brandNist{
	background-color: #f6f6f5;
}
#togglePage .toggleBox {
	padding-bottom: 0;
	padding-top: 0;
	border-top: 0;
}
.brandNist dd{
	box-sizing: border-box;
	padding: 8px 0 8px 30px;
}
#togglePage .toggleWrap {
	position: relative;
	border-bottom: 1px solid #dddcdc;
}
.brandBox{
	display: none;
}
.brandsToggle{
	display: block;
}
.addSelect{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 20px;
	background-color: #f9f9f9;
	margin: 0 -10px;
	margin-bottom: 10px;
}
.addSelect select{
	display: block;
	width: 50%;
	text-align: center;
	height: 31px;
	border: 1px solid #fff;
	font-size: 1.1rem;
	color: #444;
	letter-spacing: 0.1em;
	background: url(../img/select.png)no-repeat right 8px center;
	background-size: 8px auto;
	margin-right: 10px;
	padding-left: 50px;
	box-sizing: border-box;
	background-color: #fff;
}
.addSelect select:last-child{
	margin-right: 0;
}

.brandsImgFo {
   display: block;
}

.brandsAdd ul li {
	width: 100%;
	padding-left: 5px;
	margin-bottom: 25px;
}
.brandsAdd ul li .brandsList {
	display: block;
}

.brandsAdd .brandsRapp{
	display: flex;
	align-items: center;
	background-color: #f5f5f5;
	padding:0 5px;
	box-sizing: border-box;
}
.brandsAdd .brandsRapp .brandsTell{
	width: 50%;
}
.brandsAdd .brandsLiNone {
	background-color: #f5f5f5;
	min-height: 120px;
}
.brandsAdd  .brandsLinks {
	width: calc(100% - 20px);
	font-size: 1rem;
}

.brandsAdd .brandsGole .brandsMess02{
	display: none;
}
.brandsAdd .brandsLiImg {
	padding: 30px 0 10px;
	width: 45%;
		margin-right: 0;
}
.brandsAdd .brandsLiSub {
	width: 55%;
}
.brandsMess03 {
	display: block;
	margin-top: 5px;
}
.brandsAdd .disContents {
	display: flex;
  float: none;
  width: auto;
}
.brandsMess03 .in02 {
	margin: 10px 0;
}

}


/***brands****/






/****next***/
.next01{
	font-size: 1.4rem;
	color: #1f1f1f;
	letter-spacing: 0.05em;
	margin-top: 20px;
}
.next01 span{
	display: block;
	color: #ac1717;
	font-weight: bold;
	font-size: 1.6rem;
}
.next01 span em{
	color: #ac1717;
	font-weight: normal;
	font-size: 1.2rem;
}
.nextImg{
	padding: 15px 30px;
	box-sizing: border-box;
	background-color: #f9f9f9;
	margin: 30px 0 25px;
}
.nextImg dl{
	display: table;
	width: 100%;
	border: none!important;
}
.nextImg dl dt,.nextImg dl dd{
	display: table-cell;
}
.nextImg dl dt{
	width: 126px;
	text-align: center;
}
.nextImg dl dd{
	font-size: 1.8rem;
	vertical-align: middle;
	color: #0d0d0d;
	font-weight: bold;
	padding-left: 30px;
}
.nextImg dl dd p span{
	color: #ac1717;
}

.backMask{
	position: relative;
}
.backMaskList{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	align-items: center;
	justify-content: center;
	display: none;
}
.backMask .backMaskList{
	display: flex;
}
.backMaskList p{
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: center;
	margin-bottom: 10px;
}
.backMaskList span{
	color: #343232;
	font-weight: bold;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: center;
	background-color: #fff;
	border-radius: 16px;
	padding: 4px 14px;
  cursor: pointer;
}


.backMask .htmlPrice,
.backMask .rideCard {
  display: none;
}


@media screen and (max-width: 768px){
.nextImg dl{
	padding-bottom: 7px;
}
.nextImg dl dd {
	font-size: 1.2rem;
	padding-left: 15px;
}
.nextImg dl dt {
	width: 85px;
}
.nextImg {
	padding: 8px 15px;
	margin: 15px 0;
}
  .backMask .htmlPrice,
  .backMask .rideCard {
	display: flex;
  }
}

.bigLink{
	display: block;
}
.bigLink:hover{
	opacity: 0.6;
	transition: all 0.5s;
	text-decoration: none;
}

/* ===== Select Box ===== */
.sel {
  float: left;
  padding-left: 30px;
  width: 220px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}

.sel::before {
  position: absolute;
  background: url(../img/select.png)no-repeat left center;
  background-size: 8px auto;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  z-index: 2;
  width: 8px;
  height: 6px;
}

.sel.active::before {
  transform: rotateX(-180deg) translateY(50%);
}

.sel__placeholder {
  border: 1px solid #fff;
  border-bottom: 1px solid #8c8c8c;
  padding-bottom: 10px;
  padding-left: 5px;
  width: 100%;
  font-size: 1.1rem;
  color: #444;
  letter-spacing: 0.1em;
  pointer-events: none;
  user-select: none;
  visibility: visible;
  display: block;
  box-sizing: border-box;
}

.sel.active .sel__placeholder {
  visibility: hidden;
}

.sel__placeholder::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  right: 0;
  padding-left: 5px;
  box-sizing: border-box;
  content: attr(data-placeholder);
  visibility: hidden;
  border: 1px solid #fff;
  border-bottom: 1px solid #8c8c8c;
}

.sel.active .sel__placeholder::before {
  visibility: visible;
}

.sel__box {
  position: absolute;
  top: calc(100% + 1px);
  left: 30px;
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 1.1rem;
  color: #444;
  letter-spacing: 0.1em;
  background-color: #FFF;
  width: calc(100% - 30px);
  box-sizing: border-box;
}

.sel.active .sel__box {
  display: block;
  animation: fadeInUp 500ms;
}

.sel__box__options {
  display: list-item;
  font-size: 1.1rem;
  color: #fff;
  padding: 10px 5px;
  user-select: none;
  background: #1d1d1d;
}


.sel__box__options:hover {
  background-color: #ebedef;
  color: #444;
}



.sel--black-panther {
  z-index: 1000;
}


/* ===== Keyframes ===== */
@keyframes fadeInUp {
  from {
	opacity: 0;
	transform: translate3d(0, 20px, 0);
  }

  to {
	opacity: 1;
	transform: none;
  }
}

@keyframes fadeOut {
  from {
	opacity: 1;
  }

  to {
	opacity: 0;
  }
}
.productList {
  padding-top: 10px;
}
.productList dl {
  overflow: hidden;
  margin-bottom: 50px;
}
.productList .fixaImg {
  float: left;
  width: 21.7%;
}
.productList .dotted {
  float: left;
  width: 30%;
  font-size: 1.4rem;
}
.productList .dotted span {
  display: block;
  color: #666;
}
.productList .price {
  overflow: hidden;
  display: flex;
	align-items: center;
	justify-content: center;
  text-align: right;
  font-size: 1.6rem;
}
.productList .price span {
  font-size: 1rem;
}
.productList .price .cartMar30 {
  font-weight: bold;
  margin-right: 20px;
}

@media screen and (max-width: 768px){
  .productList {
	padding: 10px 0 30px;
  }
  .productList dl {
	overflow: hidden;
	margin-bottom: 0;
	padding: 15px 0 0;
  }
  .productList .fixaImg {
	float: left;
	width: 33.57%;
	margin-right: 18px;
  }
  .productList .dotted {
	float: none;
	width: auto;
	overflow: hidden;
	font-size: 1.2rem;
	padding-top: 25px;
  }
  .productList .price {
	display: block;
	text-align: left;
	font-size: 1.4rem;
	margin-top: 10px;
  }
  .productList .price span {
	font-size: 1rem;
  }
  .productList .price .cartMar30 {
	font-weight: bold;
	margin-right: 20px;
  }

}


/****sibody_contact***/
.contactSub{
	font-size: 1rem;
	color: #000;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 60px;
}
.contactSub span{
	font-size: 2.1rem;
	display: block;
	margin-top: 50px;
}
.contactArea .newTextarea{
	width: 100%;
	max-width: 720px;
	height: 160px;
}
.newTnote{
	font-size: 1.1rem;
	color: #918f8f;
	margin-top: 5px;
}
.newtWrap{
	margin: 0 0 360px;
}

@media screen and (max-width: 768px){
.contactArea .newTextarea{
	max-width: 100%;
	height: 110px;
}
.newTnote{
	font-size: 0.9rem;
	line-height: 1.66;
}
.newtWrap{
	margin: 0 0 45px;
}

#sibody_contact .contactForm dl:last-child{
	border-bottom: 0;
}
.contactSub span {
	font-size: 1.8rem;
	margin-top: 30px;
}
.contactSub {
	font-size: 0.9rem;
	margin-bottom: 30px;
	padding-top: 10px;
}


}

/***sibody_info****/
#info_index .contactSub{
	margin: 40px 0 70px;
}
.infoWrap{
	max-width: 800px;
	width: 100%;
	margin: 0 auto 75px;
}
.infoWrap dl{
	display: table;
	width: 100%;
	padding: 15px 0;
}
.infoWrap dl dt,.infoWrap dl dd{
	display: table-cell;
}
.infoWrap dl dt{
	width: 70px;
	text-align: center;
	font-size: 1.1rem;
}
.infoWrap dl .bor span{
	border: 1px solid #000;
	font-size: 1.2rem;
	padding: 1px 0;
	display: block;
}
.infoWrap dl dd{
	padding-left: 15px;
	font-size: 1.3rem;
}
.infoWrap dl dd span{
	display: none;
}
@media screen and (max-width: 768px){
.infoWrap dl,.infoWrap dl dt,.infoWrap dl dd{
	display: block;
	width: 100%;
}
.infoWrap dl{
	border-bottom: 1px solid #dddcdc;
	padding: 0;
	box-sizing: border-box;
}
.infoWrap dl:first-child{
	border-top: 1px solid #dddcdc;
}
.infoWrap dl .bor span{
	font-size: 0.9rem;
	padding: 0;
	display: inline-block;
	width: 50px;
	height: 16px;
	text-align: center;
}
.infoWrap dl dd span{
	font-size: 0.9rem;
	border: 1px solid #000;
	padding: 0;
	display: block;
	width: 50px;
	height: 16px;
	text-align: center;
	margin-bottom: 5px;
}
.infoWrap dl dt {
	display: none;
}
.infoWrap dl dd{
	padding-left: 0;
	font-size: 1.2rem;
}
.infoWrap dl dd a {
	display: block;
		padding: 15px 13px;
}
#info_index #brandsWrap .inner{
	padding: 0;
}
.infoWrap {
	margin: 0 auto 50px;
}
#info_index #brandsWrap {
	margin-bottom: 0;
}
#info_index .contactSub {
	margin: 15px 0 25px;
}


}



/**sibody_info_detail****/
#info_index_detail .contactSub{
	margin: 20px 0 70px;
}
.info_detailWrap{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.infosSub{
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 1.8rem;
	margin-bottom: 25px;
}
.infosSub span{
	border: 1px solid #000;
	font-size: 1.2rem;
	padding: 1px 22px;
	display: inline-block;
	margin-right: 15px;
	font-weight: normal;
	vertical-align: middle;
}
.infosMess{
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 2.57;
	margin-bottom: 35px;
}
.infosLink{
	font-size: 1.4rem;
	margin-bottom: 155px;
}
.infosLink a{
	text-decoration: underline;
	color: #000;
}
.infosBtn{
	text-align: center;
}
.infosBtn a{
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	color: #000;
	padding-left: 30px;
	display: inline-block;
	background: url('../img/common/icon_05.png')no-repeat left center;
}
#info_index_detail #brandsWrap {
	margin-bottom: 150px;
}

@media screen and (max-width: 768px){
.infosLink a {
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
}
#info_index_detail .contactSub{
	margin: 25px 0 30px;
}
.infosSub span {
	font-size: 0.9rem;
	padding: 0 14px;
	margin-right: 0;
	margin-bottom: 5px;
}
.infosSub {
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.infosMess {
	font-size: 1.2rem;
	line-height: 2;
	margin-bottom: 15px;
}
.infosLink span{
	display: block;
}
.infosLink {
	font-size: 1.2rem;
	margin-bottom: 75px;
	letter-spacing: 0.05em;
}
#info_index_detail #brandsWrap {
	margin-bottom: 0;
}
.infosBtn a{
	font-size: 1rem;
	padding-left: 15px;
	background: url('../img/common/icon_05.png')no-repeat left center;
	background-size: 4px auto;
}

}



/**sibody_info_detail****/
#salonWrap{
	margin-bottom: 345px;
}
.salonSub{
	text-align: center;
	font-size: 1.8rem;
	color: #0d0d0d;
	margin: 60px 0 40px;
}
.salonWrap{}
.salonWrap ul{}
.salonWrap ul li{
	margin-bottom: 60px;
}
.salonWrap dl{
	display: table;
	width: 100%;
}
.salonWrap dl dt,.salonWrap dl dd{
	display: table-cell;
}
.salonWrap dl dt{
	width: 30.5%;
}
.salonWrap dl dd{
	padding-left: 40px;
}
.salonWrap dl dd a:hover{
	opacity: 0.8;
	transition: all 0.5s;
	text-decoration: none;
}
.salonWrap dl dd h2{
	font-size: 1.8rem;
	color: #000;
	font-weight: bold;
	margin-bottom: 25px;
}
.subAbtnItem{
	display: flex;
	align-items: center;
}
.subAbtnItem span + span{
	margin-left: 10px;
}
.subAbtn{
	color: #fff;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	background-color: #a6976d;
	padding: 3px 5px;
	font-weight: bold;
	margin-bottom: 10px;
}
.subTips{
	display: flex;
	align-items: center;
	margin: 10px 0 15px;
}
.subTips span{
	display: inline-block;
	border: 1px solid #d9d9d8;
	padding: 0 14px;
	box-sizing: border-box;
	color: #000;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
}
.subTips span + span {
	margin-left: 10px;
}
.subInfo{
	color: #000000;
	font-size: 1.2rem;
}
.subInfo{
	display: table;
}
.subInfo span{
	display: table-cell;
}
.subInfo .firstMess{
	width: 68px;
}
.sbuTel{
	pointer-events: none;
	color: #000000;
	font-size: 1.2rem;
	margin-bottom: 20px;
	display: inline-block;
}
.subUrl{
	color: #000000;
	font-size: 1.2rem;
	margin-bottom: 25px;
	display: table;
}
.subLinks{
	display: flex;
	align-items: center;
}
.subLinks span {
	display: inline-block;
	padding: 2px 14px;
	box-sizing: border-box;
	color: #000;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	border-radius: 11px;
	background-color: #eae9e7;
}
.subLinks span + span {
	margin-left: 12px;
}
.salonImg{
	display: none;
}
@media screen and (max-width: 768px){
.salonWrap dl {
	display: block;
	padding: 0 10px;
	box-sizing: border-box;
}
.salonWrap dl dt, .salonWrap dl dd {
	display: block;
}
.salonWrap dl dd {
	padding-left: 0;
}
.salonWrap dl dt {
	display: none;
}
.salonList{
	width: 100%;
	padding-right: 50%;
	box-sizing: border-box;
	position: relative;
	min-height: 110px;
}
.salonImg{
	position: absolute;
	right: 0;
	top: 0;
	width: 140px;
	display: block;
}
.subInfo{
	margin-bottom: 0;
	font-size: 1.1rem;
}

.salonWrap dl dd h2 {
	font-size: 1.3rem;
	margin-bottom: 8px;
}
.subAbtn {
	font-size: 0.8rem;
	padding: 3px 6px;
	margin-bottom: 5px;
}
.subTips span {
	padding: 0 10px;
	font-size: 0.8rem;
}
.subTips {
	margin: 5px 0 12px;
}
.sbuTel {
	pointer-events: initial;
	font-size: 1.1rem;
	margin: 23px 0 20px;
}
.subUrl {
	font-size: 1rem;
	margin-bottom: 13px;
	margin-top: 5px;
}
.subLinks span {
	padding: 1px 14px;
	font-size: 0.8rem;
}

.salonWrap ul li {
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d8;
	padding-bottom: 20px;
	margin: 0 -10px;
	padding-top: 20px;
	box-sizing: border-box;
}
.subTips span + span {
	margin-left: 5px;
}
.subAbtnItem span + span {
	margin-left: 5px;
}
.subLinks span + span {
	margin-left: 5px;
}

#salonWrap .inner{
	padding: 0
}
.salonWrap{
	padding: 0 10px;
	box-sizing: border-box;
}
#salonWrap {
	margin-bottom: 10px;
}

.subUrl .firstMess {
	width: 68px;
	display: table-cell;
}


}

/***sibody_monitor****/
#sibody_monitor .contactSub {
	margin: 60px 0 45px;
}
.monitorBox{
	margin-bottom: 90px;
}
.monitorLeft{
	float: left;
	width: 43.6%;
}
.monitorRight{
	overflow: hidden;
	padding: 20px 0 0 40px;
	box-sizing: border-box;
}
.monitorRight p{
	font-size: 1.4rem;
	line-height: 1.7;
	color: #000;
}
.monitorRight p + p{
	margin-top: 20px;
}


.moniItem{
	background-color: #f6f6f5;
	padding: 70px 0 55px;
}

.monitSub{
	font-size: 1rem;
	color: #000;
	letter-spacing: 0.1em;
	text-align: center;
}
.monitSub span{
	font-size: 2.1rem;
	display: block;
}
.monitorUl ul{
	margin: 40px 0 75px -40px;
}
.monitorUl ul li{
	float: left;
	padding-left: 40px;
	box-sizing: border-box;
	width: 25%;
}
.monitorUl ul li a{
	display: block;
	background-color: #fff;
	padding: 55px 20px 20px;
	position: relative;
	max-height: 280px;
}
.monitorUl ul li a:before{
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background-color: #363535;
	color: #fff;
	content: '1';
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.monitorUl ul li:nth-child(2) a:before{content: '2';}
.monitorUl ul li:nth-child(3) a:before{content: '3';}
.monitorUl ul li:nth-child(4) a:before{content: '4';}
.monitorUl ul li a:hover{
	opacity: 0.8;
	transition: all 0.5s;
	text-decoration: none;
}

.monImg{
	text-align: center;
}
.monitorUl ul li a h3{
	font-size: 1.6rem;
	color: #000;
	text-align: center;
	margin: 28px 0 10px;
	font-weight: bold;
}
.monInfo{
	font-size: 1.3rem;
	color: #000;
	line-height: 1.84;
}
.monLinks{
	text-align: center;
}
.monLinks a{
	color: #fff;
	background-color: #273469;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	border-radius: 3px;
	max-width: 280px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
}
.monLinks a:hover{
	opacity: 0.8;
	transition: all 0.5s;
	text-decoration: none;
}
.monitText{
	text-align: center;
	color: #000;
	font-size: 1.4rem;
	margin: 40px 0;
}
.moniLists{
	padding: 75px 0 70px;
}

.itorUl{}
.itorUl ul{
	margin: 40px 0 30px -30px;
}
.itorUl ul li{
	float: left;
	width: 33.33%;
	padding-left: 30px;
	box-sizing: border-box;
}
.itorUl ul li a{
	display: block;
}
.itorUl ul li a:hover{
	opacity: 0.8;
	transition: all 0.5s;
	text-decoration: none;
}
.itorUl ul li h3{
	color: #000;
	font-size: 1.3rem;
	margin: 20px 0 0;
	font-weight: bold;
}

.voiceUl{
	margin: 60px 0 0 -40px;
}
.voiceUl li{
	float: left;
	width: 50%;
	padding-left: 50px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.voiceUl li .voiceDiv{

}
.voiceUl li .voiceDiv dl{
	display: table;
	width: 100%;
}
.voiceUl li .voiceDiv dl dt,.voiceUl li .voiceDiv dl dd{
	display: table-cell;
}
.voiceUl li .voiceDiv dl dt{
	width: 100px;
}
.voiceUl li .voiceDiv dl dt a{
	display: block;
}
.voiceUl li .voiceDiv dl dd{
	padding-left: 30px;
}
.voiceUl li .voiceDiv dl a:hover{
	opacity: 0.8;
	transition: all 0.5s;
	text-decoration: none;
}
.voiceUl li .voiceDiv dl dd .voTips{
	color: #000;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	border: 1px solid #bababa;
	padding: 1px 14px;
	display: inline-block;
}
.voiceUl li .voiceDiv dl dd .voSub{
	display: block;
	font-weight: bold;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	margin: 15px 0 20px;
}
.voiceUl li .voiceDiv dl dd .voMess{
	font-size: 1.1rem;
	letter-spacing: 0.1em;
}
#monitorWrap{
	margin-bottom: 120px;
}

@media screen and (max-width: 768px){
#monitor .slick-dots{
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
#monitor .slick-dots li{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 1.5px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 0;
	background: #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
	float: none;
}
#monitor .slick-dots li button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 50px;
	height: 1.5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	opacity: 0;
}
#monitor .slick-dots li.slick-active {
	background: #1f1f1f;
}

#monitor .contactSub {
	margin: 13px 0 23px;
}
.monitorLeft {
	float: none;
	width: 100%;
	text-align: center;
}
.monitorRight {
	padding: 13px 0 0 0;
}
.monitorRight p {
	font-size: 1.2rem;
	line-height: 2;
}
.monitorBox {
	margin-bottom: 30px;
}
.moniItem {
	padding: 35px 0 50px;
}
.monitorUl{
	padding: 0!important;
}
.monitorUl ul {
	/*margin: 30px 0 55px -20px;*/
	margin: 30px auto 40px;
}
.monitorUl ul li {
	padding-left: 20px;
	border-radius: 0;
	border: none;
}
.monitorUl ul .slick-dots{
	position: static;
	bottom: 0;
	width: 80%;
}
.monitorUl ul .slick-dots li{
	margin: 0;
	height: 3px;
}
.monitorUl ul li a {
	padding: 30px 10px 25px;
	max-height: 215px;
}

.monitorUl ul li a h3 {
	font-size: 1.3rem;
	margin: 20px 0 10px;
}

.monInfo {
	font-size: 1.2rem;
	line-height: 1.75;
}

.monLinks a {
	font-size: 1rem;
	letter-spacing: 0.15em;
	max-width: 260px;
	height: 35px;
}
.moniLists {
	padding: 40px 0 50px;
}
.moniListEs{
	padding: 40px 0 0;
}
.monitText {
	text-align: left;
	font-size: 1.2rem;
	margin: 25px 0 35px;
}

.itorUl ul {
	margin: 25px 0 0 0;
}
.itorUl ul li {
	float: none;
	width: 100%;
	padding-left: 0;
	margin-bottom: 18px;
}
.itorUl ul li h3 {
	font-size: 1.2rem;
	margin: 12px 0 0;
}
.moniItems {
	padding: 35px 0 25px;
}
.voiceUl {
	margin: 45px 0 0 0;
}
.voiceUl li {
	float: none;
	width: 100%;
	padding-left: 0;
	margin-bottom: 25px;
}
.voiceUl li .voiceDiv dl dt {
	width: 65px;
}
.voiceUl li .voiceDiv dl dd {
	padding-left: 20px;
}
.voiceUl li .voiceDiv dl dd .voTips {
	font-size: 0.8rem;
	letter-spacing: 0.1em;
	padding: 1px 8px;
}
.voiceUl li .voiceDiv dl dd .voSub {
	font-size: 1.2rem;
	margin: 6px 0;
}
.voiceUl li .voiceDiv dl dd .voMess {
	font-size: 0.9rem;
}
#monitorWrap {
	margin-bottom: 0;
}


}

/*********************** monitor Voice *************************/
.mvoiceh1Img {
	text-align: center;
}
	.monitorVoice {
	max-width: 960px;
	margin: 0 auto;
}
.monitorVoice .monitorBox {
	border-bottom: 1px solid #ddd;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.monitorVoice .monitorDetail {
	display: table;
	margin-bottom: 2em;
}
.monitorVoice .monitorImg {
	display: table-cell;
	padding-right: 20px;
}
.monitorInfo h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.monitorInfo .voMess {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
.monitorVoice .mvoiceTxt {
	margin-top: 2em;
	font-size: 1.4rem;
	line-height: 1.6;
}
.monitorBtn {
	margin: 0 auto 50px;
	text-align: center;
}
.monitorBtn a {
	box-sizing: border-box;
  padding: 0.8em 2em;
  border: 1px solid #626160;
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  background: #626160;
  text-decoration: none;
	min-width: 285px;
}
.monitorBtn a:hover {
	opacity: 0.6;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/*********************** monitor Voice end *************************/

/*********************** monitor Report *************************/
.monitorReport {
	margin: 0 auto;
	max-width: 720px;
}
/*タブ切り替え全体のスタイル*/
#monitorWrap .tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/5);
  height: 50px;
  border-bottom: 3px solid #626160;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#start7:checked ~ #start7_content,
#start14:checked ~ #start14_content,
#start21:checked ~ #start21_content,
#start28:checked ~ #start28_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #626160;
  color: #fff;
}

/*********************** monitor Voice end *************************/



/****sibody_shop***/
#sibody_shop{}
.shopMess{
	font-size: 1.4rem;
	line-height:1.71;
	color: #000;
	margin: 0 0 50px;
}
.shopBtns{
	display: flex;
	justify-items: center;
	justify-content: center;
	margin-bottom: 60px;
}
.shopBtns a{
	display: inline-block;
	margin: 0 30px;
	padding-right:22px;
	box-sizing: border-box;
	font-size: 1.4rem;
	color: #000;
	background: url('../img/common/icon_06.png')no-repeat right center;
}
.shopBtns a:hover{
	opacity: 0.8;
	transition: all 0.5s;
	text-decoration: none;
}

.messageSub{
	font-size: 1.4rem;
	font-weight: bold;
	color: #000;
	padding-bottom: 15px;
	border-bottom: 1px solid #d9d9d8;
}

.mage01{width: 26%;}
.mage02{width: 34%;}
.mage03{width: 12%;}
.mage04{width: 12%;}
.mage05{width: 16%;}
.mageTable{
	margin-bottom: 80px;
}
.mageTable table{
	width: 100%;
}
.mageTable table tr{
	border-bottom: 1px solid #d9d9d8;
}
.mageTable table tr td{
	padding:14px 0;
	font-size: 1.2rem;
	box-sizing: border-box;
}
.mageTable table tr td:nth-child(1){
	padding-left: 20px;
}
.mageTable table tr td:nth-child(2){
	padding-left: 15px;
}
.mageTable table tr td:nth-child(4){
	padding-left: 40px;
}
.gooMap{
	border: 1px solid #eae9e7;
	font-size: 1.1rem;
	color: #000000;
	display: inline-flex;
	height: 28px;
	width: 120px;
	align-items: center;
	padding-left: 30px;
	box-sizing: border-box;
	background: url('../img/common/icon_07.png')no-repeat left 15px center;
}
.gooMap:hover{
	opacity: 0.8;
	transition: all 0.5s;
	text-decoration: none;
}
.mageButton{
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	border: 1px solid #ba1314;
	color: #fff;
	background-color: #ba1314;
	display: inline-flex;
	height: 20px;
	padding: 0 8px;
	align-items: center;
	box-sizing: border-box;
}
.mageTEL{
	pointer-events: none;
}
.mageGray{
	background-color: #bababa;
	border: 1px solid #bababa;
}
.magePulla{
	background-color: #441f79;
	border: 1px solid #441f79;
}
.mageBlue{
	background-color: #161b61;
	border: 1px solid #161b61;
}
.mageTable .magePulla{
	margin-left: 8px;
}
.messTiel{
	display: flex;
	align-items: center;
	margin: -30px 0 165px;
}
.messTiel p button{
	margin-right: 5px;
}
.messTiel p{
	display: inline-block;
	font-size: 1.2rem;
	color: #000;
}
.messTiel p + p{
	margin-left: 20px;
}
.messageItem{
	padding-top: 10px;
}
.trobloMap{
	display: none;
}




@media screen and (max-width: 768px){
.shopBtns{display: none;}

#sibody_shop .salonSub {
	font-size: 1.5rem;
	margin:30px 0;
}
.shopMess {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #656363;
	margin: 0 0 23px;
	padding: 0 10px;
	box-sizing: border-box;
}
.messageSub {
	padding: 12px 0 12px 10px;
	background-color: #f9f9f9;
	position: relative;
}
#shopWrap .inner{
	padding: 0;
}

.mageTable table tr td{
	padding: 0 10px;
	box-sizing: border-box;
}
.mageTable table {
	width: 100%;
	display: block;
}
.mageTable table tr{
	position: relative;
}
.mageTable table tr td{
	padding: 7px 10px;
	font-size: 1.3rem;
	display: block;
	width: 100%;
}
.mageTable table tr td:nth-child(1){
	padding-left: 10px;
}
.mageTable table tr td:nth-child(2){
	padding-left: 10px;
}
.mageTable table tr td:nth-child(3){
	display: none;
}
.mageTable table tr td:nth-child(4){
	padding-left: 10px;
}
.mageButton {
	font-size: 0.9rem;
	padding: 0 4px;
}
.mageTable table tr .troblo{
	display: flex;
}
.mageTable table tr .troblo div{
	width: 50%;
}
.gooMap{
	display: none;
}
.trobloMap{
	text-align: right;
	display: block;
}
.trobloMap .gooMap{
	display: inline-flex;
}
.mageTable table tr .troNone{
	display: none;
}

.gooMap {
	font-size: 0.8rem;
	height: 26px;
	padding-left: 30px;
	background: url(../img/common/icon_07.png)no-repeat left 15px center;
}
.mageTable {
	margin-bottom: 0;
}

.messageItem {
	padding-top: 0;
}
.messTiel{
	display: none;
}
#shopWrap{
	margin-bottom: 10px;
}


.mageTable {
	display: none;
}
.messageSub .open{
	margin: auto;
	width: 100%;
	background: url('../img/common/add.png')no-repeat right 15px center;
	background-size:15px auto;
}
.messageSub .active{
	margin: auto;
	width: 100%;
	background: url('../img/common/heta.png')no-repeat right 15px center;
	background-size:15px auto;
}

.addLine{
	display: inline-block!important;
	width: auto!important;
	padding-right: 0!important;
}
.mageTable .magePulla {
	margin-left: 4px;
}
}

/*-------------------------------------------
	adds2
--------------------------------------------*/
.fl {float: left; }
.fr {float: right; }
.clfix:after {
  height: 0; visibility: hidden;
  content: "."; display: block; clear: both; }

.sp2{
	display: none;
}
.pc2{
	display: block;
}

@media (max-width: 767px){
	.sp2{
		display: block;
	}
	.pc2{
		display: none;
	}
}

.mincho{
	font-family: YuMincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.medi_wrap {
	margin: 0 auto;
	max-width: 1100px;
	margin-bottom: 40px;
}
.medi_ul li{
	display: inline-block;
	position: relative;
	padding-right: 20px;
	font-size: 1.2rem;
}
.medi_ul li a{
	color: #888;
}
.medi_ul li:first-child:before {
	position: absolute;
	right: 7px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	content: "";
	width: 1px;
	height: 12px;
	background-color: #888888;
	background-size: 100% auto;
}
.medi_intro{
	font-family: Arial,sans-serif;
	font-size: 2.1rem;
	text-align: center;
	margin-bottom: 65px;
}
.medi_intro span{
	display: block;
	font-size: 1rem;
}
.medi_block {
	border-bottom: 1px dotted #000;
	display: flex;
	padding: 20px 0;
}
.medi_img {
	/*width: 20%;*/
}
.medi_img img{
	max-width: 100%;
}
.medi_contents {
	margin-left: 2%;
	width: 84%;
}
.medi_mds{
	font-size: 2rem;
	font-weight: bold;
	color: #000;
}
.medi_mds a{
	color: #000;
	text-decoration: underline;
}
.medi_data {
	font-size: 1.2rem;
	color: #777;
	padding: 8px 0;
}
.medi_greek {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 40px;
}
.medi_sub {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.medi_tb th{
	padding-right: 10px;
}
.medi_tb td{
	font-size: 1.3rem;
}

/*detail*/
.detail_mds {
	font-size: 2rem;
	font-weight: bold;
	/*color: #145f72;*/
	margin-bottom: 10px;
}
.detail_img{
	margin-bottom: 30px;
}
.detail_img img{
	max-width: 100%;
}
.detail_link{
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 20px;
}
.medi_listdetail .medi_block{
	border-top: 1px dotted #000;
}
.medi_listdetail .medi_greek{
	margin-bottom: 20px;
}

.sito_wrap{
	margin-top: 30px;
}
.sito_wrap h4{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.sito_wrap p{
	font-size: 1.4rem;
	line-height: 1.9;
}

@media (max-width: 768px){
	.medi_wrap{
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 5px;
	}
	.medi_img{
		width: 20%;
	}
	.medi_contents{
		width: 78%;
	}
	.medi_mds , .medi_mds a{
		font-size: 1.7rem;
	}
	.medi_greek{
		font-size: 1.2rem;
	}
	.medi_tb td{
		font-size: 1rem;
	}
	.medi_intro{
		font-size: 2rem;
	}

	.medi_listdetail .medi_block{
		display: block;
	}
	.medi_listdetail .medi_img{
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.medi_listdetail .medi_contents{
		width: 100%;
		margin-left: 0;
	}
}

/*-------------------------------------------
	レビュー
--------------------------------------------*/
.rebi_mv{
  text-align: center;
  margin-bottom: 20px;
}
.rebi_mv img{
  max-width: 100%;
}
.rebi_wrap{
  margin: 0 auto;
  max-width: 930px;
}
.rebi_ul {

}
.rebi_ul li{
  float: left;
  width: 49%;
  padding: 10px;
  border: 1px solid #cccccc;
  background: #fff;
  box-sizing:border-box;
  margin-bottom: 2%;
}
.rebi_ul li:nth-child(odd){
  margin-right: 2%;
}
.rebi_mds {
  font-size: 1.6rem;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.pre_in {
  display: flex;
}
.pre_img {
  width: 50%;
  padding-right: 3%;
}
.pre_img img{
  width: 100%;
}
.pre_item {
  width: 50%;
  text-align: center;
}
.pre_item img{
  width: 60%;
}
.pre_mds {
  font-size: 1.4rem;
  margin-bottom: 2px;
}
.pre_mds strong{
  display: block;
  font-size: 1.3rem;
  color: #f4255f;
}
.pre_link {
  width: 70%;
  margin: 0 auto;
  margin-top: 10px;
}
.pre_link a{
  font-size: 1.2rem;
  display: block;
  width: 100%;
  background-image: -webkit-linear-gradient(#fff, #eee);
  background-image: linear-gradient(#fff, #eee);
  color: #000;
  padding: 8px 0;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #DDD;
  -webkit-transition: .3s;
  transition: .3s;
}
.pre_link a:hover{
  text-decoration: none;
  opacity: .7;
}

@media (max-width: 767px){
  .rebi_wrap{
	margin-left: 10px;
	margin-right: 10px;
  }
  .rebi_ul li{
	width: 100%;
	margin-bottom: 5%;
		background: #fff;
  }
  .rebi_ul li:nth-child(odd){
	margin-right: 0%;
  }
}

/*-------------------------------------------
	シーボディの想い
--------------------------------------------*/
.mincho{
	font-family: YuMincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.phi_mv{
	background-image: url('../img/common/philosopy_mv.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 375px;
}

.phom_wrap {
	text-align: center;
	margin-top: 110px;
}
.phom_mds {
	font-size: 4.8rem;
	margin-bottom: 60px;
}
.phom_txt {
	font-size: 1.8rem;
	line-height: 2.4;
}

/*中段の画像*/
.phi_mi {
	margin-top: 120px;
	/*height: 26rem;*/
	position: relative;
	margin-bottom: 10rem;
}
.phi_mi .phi_mi_img {
	position: relative;
	z-index: 5;
	width: calc(100% - 26.6rem);
	height: 630px;
	margin-left: 26.6rem;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #e7ddc4;
}

/*１つ１つの商品に想いを込めて*/
.pkom_wrap {
	margin: 0 auto;
	max-width: 1055px;
}
.pkom_word {
	margin-bottom: 60px;
}
.pkom_sub {
	font-size: 1.4rem;
	margin-bottom: 10px;
	position: relative;
}
.pkom_sub:after{
	background: #d7d7d6;
	width: 75px;
	height: 1px;
	top: 50%;
	left: 110px;
	content: "";
	z-index: 2;
	position: absolute;
}
.pkom_main {
	font-size: 3.6rem;
	margin-left: -10px;
}
.pkom_txt {
	font-size: 1.5rem;
	line-height: 2.4;
	padding-left: 70px;
}

/*代表取締役*/
.prezi_wrap {
	margin: 10px 0 90px;
}
.prezi_area {
	float: right;
	max-width: 340px;
}
.prezi_inn{
	display: flex;
}
.prezi_txt {
	margin-right: 30px;
	align-self: flex-end;
}
.prezi_si {
	font-size: 1.2rem;
	margin-bottom: 15px;
}
.prezi_name {
	font-size: 1.2rem;
}
.prezi_name strong{
	display: block;
	font-size: 1.8rem;
	font-weight: normal;
}
.prezi_img {

}
.prezi_img img{
	width: 100%;
}

/*mission*/
.our_mission {
	background-color: #e6e8e7;
	padding: 80px 0;
	margin-bottom: 40px;
}
.our_mission_inn{
	margin: 0 auto;
	max-width: 960px;
}
.our_mission_mds {
	font-size: 3.6rem;
	margin-bottom: 50px;
	text-align: center;
}
.our_mission_txt {
	font-size: 1.5rem;
	line-height: 2.4;
}

/*---adds1---*/
.prezi_pro {
	margin-top: 25px;
}
.prezi_pro_mds {
	font-size: 1.8rem;
	margin-bottom: 5px;
}
.prezi_pro_txt {
	font-size: 1.2rem;
	line-height: 1.8;
}

.pkom_kari{
	margin-top: 120px;
}

@media (max-width: 767px){
	.phi_mv{
		height: 180px;
	}
	.phom_wrap{
		margin-top: 60px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.phom_mds{
		font-size: 2.8rem;
		margin-bottom: 20px;
	}
	.phom_txt{
		font-size: 1.25rem;
	}

	.phi_mi{
		margin-top: 40px;
	}
	.phi_mi .phi_mi_img{
		height: 230px;
		width: calc(100% - 5rem);
		margin-left: 5rem;
	}

	.pkom_wrap{
		margin-left: 10px;
		margin-right: 10px;
	}
	.pkom_main {
		font-size: 2.1rem;
		margin-left: -5px;
	}
	.pkom_word {
		margin-bottom: 30px;
	}
	.pkom_txt {
		font-size: 1.3rem;
		line-height: 2.2;
		padding-left: 11%;
	}

	.prezi_wrap{
		margin-bottom: 30px;
	}
	.prezi_si{
		font-size: 0.9rem;
	}
	.prezi_txt{
		margin-right: 20px;
	}
	.prezi_area{
		width: 62%;
	}
	.prezi_name {
		font-size: 1.1rem;
	}
	.prezi_name strong{
		font-size: 1.35rem;
	}
	.prezi_img{
		width: 45%;
	}

	.our_mission{
		padding: 30px 0;
	}
	.our_mission_inn{
		margin-left: 10px;
		margin-right: 10px;
	}
	.our_mission_mds{
		font-size: 3rem;
		margin-bottom: 20px;
	}
	.our_mission_txt {
		font-size: 1.3rem;
		line-height: 2.2;
	}

	/*adds1*/
	.pkom_kari{
		margin-top: 40px;
	}
	.prezi_pro_txt{
		font-size: 1.1rem;
	}
}

@media (max-width: 320px){
	.prezi_area {
		width: 67%;
	}
}

/*-------------------------------------------
	キャンペーン
--------------------------------------------*/
.campaignWrap{
	margin-bottom: 40px;
}

@media (max-width: 767px){
	.campaignWrap{
		margin-bottom: 0px;
	}
}


/*********************** campaign *************************/
.campaignItem ul li {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding-left: 23px;
	margin-bottom: 30px;
}
.campaignItem ul li span{
	font-size: 1.3rem;
	font-weight: bold;
	color: #0d0d0d;
	display: block;
	margin-top: 10px;
}

@media (max-width: 768px){
	.campaignItem ul li {
		width: 100%;
		padding-left: 0;
	}
}

/*********************** campaign    end*************************/


/*********************** guide *************************/
.guideWrap {
	margin-bottom: 160px;
	}
.guideMenu {
	width: 100%;
	font-size: 1.4rem;
	margin-bottom: 50px;
}
.guideMenu li{
	width: 25%;
	float: left;
	margin-bottom: 0.5em;
}
.guideMenu a{
	display: block;
	margin-right: 2em;
	padding-right:22px;
	box-sizing: border-box;
	font-size: 1.4rem;
	color: #000;
	background: url('../img/common/icon_06.png')no-repeat right center;
}
.guideMenu a:hover{
	opacity: 0.8;
	transition: all 0.5s;
	text-decoration: none;
}

.guideItem {
	margin-bottom: 30px;
	font-size: 1.4rem;
	line-height: 1.7;
	margin-bottom: 4em;
}

.guideH2 {
	font-size: 2.0rem;
	font-weight: bold;
}
.guideItem .guideH3 {
	font-size: 1.8rem;
	margin-bottom: 0.6em;
	padding-top: 1em;
	font-weight: bold;
}
.guideContents {
	margin-bottom: 2em;
}
.guideItem h4 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 2em 0 1em;
	letter-spacing: 0.05em;
	background: #f1f1f1;
	padding: 0.3em 0.4em;
}
.guideItem h5 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 2em 0 0.5em;
	border-bottom: 1px solid #d9d9d8;
}
.guideItem p {
	margin-bottom: 1em;
}
.guideItem a {
	text-decoration: underline;
	margin-top: 5px;
}
.guideImg img {
	border: 1px solid #d9d9d8;
}
.guideItem ul.guidelist {
	margin-left: 0.5em;
	margin-bottom: 1em;
}
.guideNote {
	font-size: 1.2rem;
}
.guideItem table {
	border-top: 1px solid #d9d9d8;
}
.guideItem tr {
	border-bottom: 1px solid #d9d9d8;
}
.guideItem th,
.guideItem td {
	padding: 14px  20px;
	box-sizing: border-box;
}

.guideItem table.postageTable tr th {
	background: #f1f1f1;
	width: 40%;
}

.guideItem p.toTop {
	text-align: right;
}
.guideItem .toTop a{
	padding-right:22px;
	box-sizing: border-box;
	font-size: 1.2rem;
	background: url('../img/common/icon_08.png')no-repeat right center;
}


.guideGrayBox {
	border: 1px solid #d9d9d8;
	padding: 20px;
	margin-bottom: 2em;
}

.guideItem .guideTel a {
	font-size: 3.3rem;
	margin-right: 10px;
	padding-left: 30px;
	box-sizing: border-box;
	margin-top: 5px;
	background: url('../img/footTel.png')no-repeat left center;
	text-decoration: none;
	display: inline-block;
	pointer-events: none;
}

.guideBtn a {
	box-sizing: border-box;
	padding: 0.5em 2em;
  border: 1px solid #626160;
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  background: #626160;
	text-decoration: none;
}
.guideBtn a:hover{
	opacity: 0.6;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox */
	-webkit-transition: all 0.5s; /* Chrome&Safari */
}

.txt-red { color: #c43a3a;}
.fw-b { font-weight: bold;}
.classmab15 { margin-bottom: 15px; }

/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 768px) {
	.guideMenu li{
		width: 100%;
		margin-bottom: 0;
	}
	.guideMenu li a {
		border-bottom: 1px solid #d9d9d8;
		padding: 0.8em 0;
		margin-right: 0;
		background: url('../img/common/icon_06.png')no-repeat 97% center;
	}

	.guideBtn a{
		width: 210px;
		height: 35px;
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	.guideItem .guideTel a {
		font-size: 2.8rem;
		padding-left: 25px;
		box-sizing: border-box;
		display: inline-block;
		margin-top: 5px;
		background: url('../img/footTel.png')no-repeat left center;
		pointer-events: initial;
	}
	.guideItem {
		padding-top: 70px;
	margin-top: -70px;
		margin-bottom: 70px;
	}


}

/***********************guide    end*************************/

/***********************faq  *************************/
.faqBlock {
	margin-bottom: 1em;
	margin-left: 45px;
}
.faqMenu {
		width: 100%;
		font-size: 1.4rem;
		margin-bottom: 50px;
		text-align: center;
}
.faqMenu li{
		display: inline-block;
		margin-bottom: 0.5em;
}
.faqMenu a{
		display: block;
		margin-right: 2em;
		padding-right:22px;
		box-sizing: border-box;
		font-size: 1.4rem;
		color: #000;
		background: url('../img/common/icon_06.png')no-repeat right center;
}
.faqsubTtl {
	font-weight: bold;
	font-size: 1.8rem;
}
.faqBlock h3 {
	margin: 2em 0 1.2em;
	font-size: 1.6rem;
}
.faqBlock .faq_a {
	line-height: 1.8;
	letter-spacing: 0.02em;
}
.faqBlock h3,
.faqBlock .faq_a {
	position: relative;
}
.faqBlock h3:before {
	content: "Q"
}
.faqBlock .faq_a:before {
	content: "A"
}
.faqBlock h3:before,
.faqBlock .faq_a:before {
	width: 26px;
	height: 26px;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: center;
	position: absolute;
	left: -35px;
	top: 0;
}
.faqBlock h3:before {
	background: #363535;
	color: #fff;
}
.faqBlock .faq_a:before {
	background: #eae9e7;
}

/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 768px) {
	.faqMenu {
		text-align: left;
	}
	.faqMenu li{
		display: block;
		margin-bottom: 0;
	}
	.faqMenu li a {
		border-bottom: 1px solid #d9d9d8;
		padding: 0.8em 0;
		margin-right: 0;
		background: url('../img/common/icon_06.png')no-repeat 97% center;
	}
}

/***********************faq    end*************************/


/***********************philosophy  *************************/
.philosWrap {
	margin-bottom: 160px;
}
.philosWrap .inner {
	max-width: 980px;
}
.philosWrap h2 {
	font-size: 4.2rem;
	color: #eee;
	letter-spacing: 0.2em;
}
.philosBlock {
	margin-bottom: 5em;
	max-width: 680px;
	margin-left: 15vw;
	margin-top: 25px;
	font-size: 1.5rem;
	line-height: 1.8;
}
.philosBlock .philosSentence {
	margin-bottom: 2em;
}
.philosMission {
	margin-bottom: 3em;
}
.philosWrap h3 {
	font-size: 2.0rem;
	letter-spacing: 0.2em;
	margin-bottom: 0.8em;
}

/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 768px) {
	.philosWrap {
		margin-bottom: 50px;
	}
}
/*********************** philosophy end  *************************/


/*-------------------------------------------
	adds
--------------------------------------------*/
.itm_block {
	float: left;
	width: 25%;
	border-right: 1px solid #e0dfde;
	box-sizing: border-box;
}
.itm_wrap .itm_block:nth-of-type(4){
	border-right: none;
}
/*
.itm_wrap .itm_block:nth-of-type(2) .item_in{
	margin-left: 20%;
}
.itm_wrap .itm_block:nth-of-type(3) .item_in{
	margin-left: 9%;
}
.itm_wrap .itm_block:nth-of-type(4) .item_in{
	margin-left: 20%;
}
*/

.item_in{
	min-height: 219px; /* 154px > 219px */
	margin-left: 10%;
}
.itm_mds {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 20px;
	color: #000;
}
.itm_ul li{
	float: none !important;
	padding: 0 !important;
	margin-bottom: 11px;
}
.itm_ul li a{
	font-size: 1.3rem !important;
	font-weight: normal !important;
}

.navItem dt.navadd_dt p{
	background-color: #b3b1b1;
	color: #fff;
	padding: 20px 0 20px 30px;
	box-sizing: border-box;
	font-size: 1.2rem;
}

.footerBox ul h3.ft_itemh3{
	margin-bottom: 20px !important;
}

dl.ft_itemdl dt , dl.ft_itemdl dd{
	color: #1f1f1f;
	font-size: 1.2rem;
}
dl.ft_itemdl{
	margin-bottom: 20px;
}
dl.ft_itemdl dt{
	margin-bottom: 10px;
}
dl.ft_itemdl dd{
	text-indent: 1em;
	margin-bottom: 6px;
}



/*-------------------------------------------
plugin_テキスト追加表示対応
--------------------------------------------*/
/*一覧*/
#product_list .plg-nlab_product-image-text {
background: none;
padding: 0;
font-size: 1.2rem;
height: 55px;
overflow: hidden;
margin-bottom: 0;
}

/*詳細*/
#product_detail .plg-nlab_product-image-text {
background: none;
padding: 0;
text-align: left;
font-size: 1.2rem;
}
#product_detail .fancybox-inner .plg-nlab_product-image-text {
padding: 0 20px;
}
#product_detail .fancybox-opened {
z-index: 10010;
}
@media screen and (max-width: 768px) {
}

/*202012-GIFT用*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP');
.gift_contents {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	color: #444444;
	letter-spacing: 0.08em;
}
.gift_contents a:hover {
	transition: none !important;
}
.gift_contents .pc {
	width: 1200px;
}
.gift_contents .pc a:hover {
	opacity: 0.8;
}
.gift_contents .pb0 {	padding-bottom: 0 ;}
.gift_contents .sp img {
	width:100%;
	max-width: 100%;
	height: auto;
}
.gift_contents .ginner {
	padding-right: 15px;
	padding-left: 15px;
}
.gift_contents .sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.gift_contents .btn_gift {
	letter-spacing: 0.06em;
	text-align: center;
	font-size: 1.4rem;
	position: relative;
	width: 92%;
	margin-right: 4%;
	margin-left: 4%;
	margin-bottom: 5px;
	border-radius: 2px;
	height: 60px;
	background: #A89265;
	border: none;
	color: #fff;
}
.gift_contents .btn_gift::after {
	content: "";
	display: block;
	width: 100%;
	border: 1px solid #A89265;
	height: 60px;
	border-radius: 2px;
	position: absolute;
	bottom: -5px;
	left: 3px;
	z-index: -1;
}
.gift_contents .btn_gift span {
	position: relative;
	padding-left: 15px;
	display: inline-block;
}
.gift_contents .btn_gift span::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin:auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gift_contents .btn_giftimg {
	text-align: center;
	font-size: 1.4rem;
	position: relative;
	background: none;
	border: none;
	margin: 0 auto;
	padding: 0;
}
.gift_contents .btn_giftimg:hover {
	cursor: pointer;
}
.gift_contents .gift_choice_menu {
	display: flex;
}
.gift_contents .gift_choice_menu li {
	width: 50%;
}
.gift_contents .gift_choice_menu li:first-child {
	text-align: right;
}
.gift_contents .gift_scene_menu {
	display: flex;
}
.gift_contents .gift_scene_menu li {
	width: 50%;
}
.gift_contents .btn_gift_wrapping {
	margin: 0 0 50px 0;
}
.gift_contents .gift_budget_img {
	position: relative;
}
.gift_contents .gift_budget_menu {
	display: flex;
	position: absolute;
	bottom: 28%;
	left: 0;
}
.gift_contents .gift_img {
	text-align: center;
}
.gift_contents .pc #budget02_pc,
.gift_contents .pc #budget03_pc {
	border-top: 1px solid #EFEFEF;
}
.gift_contents .budget_pc {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.gift_contents .budget_pc .gift_budget_menu {
	left: 3.5%;
}
.gift_contents .gift_scene_menu_pc {
	display: flex;
	justify-content: center;
}

.gift_more_bdr {
	border-bottom: 1px dashed #EFEFEF;
	margin-bottom: 40px;
}
.box_gift_more {
	padding-bottom: 40px;
}
.box_gift_more .gift_more_yosan  {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.box_gift_more .gift_more_yosan span {
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	color: #fff;
	font-weight: bold;
	border-radius: 21px;
	background: #A89265;
	display: inline-block;
	padding: 7px 16px;
}
.box_gift_more .gift_more_ttl {
	font-size: 3rem;
	color: #492E18;
	text-align: center;
	line-height: 1.2;
	margin:  20px 0 18px 0;
}
.box_gift_more .gift_more_ttl::after {
	content: "";
	display: block;
	width: 30px;
	background: #707070;
	height: 1px;
	margin: 25px auto 0 auto;
}
.box_gift_more .gift_more_ttl span {
	font-size: 2.4rem;
	display: block;
}
.box_gift_more .gift_more_ttl02 {
	font-size: 2rem;
	text-align: center;
	line-height: 1.2;
	margin:  25px 0 15px 0;
}

.box_gift_more .gift_more_text {
	line-height: 1.8;
	text-align: left;
}
.box_gift_more .gift_more_text02 {
	line-height: 1.8;
	display: none;
	text-align: left;
}
.box_gift_more .gift_more_img {
	margin:0 -15px 25px -15px;
}
.box_gift_more .btn_gift_more {
	letter-spacing: 0.12em;
	text-align: center;
	background: #F8F6F0;
	width: 150px;
	margin: 20px auto 5px auto;
	padding: 10px 0;
	border-radius: 4px;
}
.box_gift_more .gift_more_price {
	display: flex;
	justify-content: center;
	color: #A89265;
	letter-spacing:inherit;
	align-items: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.box_gift_more .gift_more_price dt {
	font-size: 2.1rem;
	margin-right: 5px;
}
.box_gift_more .gift_more_price dd {
	font-size: 4.4rem;
	font-weight: bold;
	position: relative;
	padding: 0 3px;
}
.box_gift_more .gift_more_price dt.tax {
	font-size: 1.5rem;
	margin-left: 5px;
	letter-spacing: 0.06em;
}
.box_gift_more .gift_more_price dd::after {
	content: "";
	position: absolute;
	bottom: 8px;
	border-radius: 4px;
	left: 0;
	background: #F5EDDC;
	height: 15px;
	width: 100%;
	z-index: -1;
}
.gift_more_aroma  .gift_more_ttl {
	font-size: 2rem;
	color: #444444;
	line-height: 1.2;
	margin:  25px 0 15px 0;
}
.gift_more_aroma  .gift_more_ttl::after {
	display: none;
}
.gift_more_aroma .gift_more_text {
	padding: 0 25px;
}

.gift_more_img_slick .slick-next {
	right: 15px !important;
}
.gift_more_img_slick .slick-prev {
	left: 15px !important;
}
.gift_more_img_slick .slick-arrow {
	margin-top: -5px;
	top: 50%;
}
.gift_more_img_slick_content .slick-arrow {
	top: 115px;
}

.gift_more_img_slick_pc {
	max-width: 1200px;
	margin: 0 auto;
	width:  100%;
	padding: 0 20px;
	box-sizing: border-box;
}
.gift_more_img_slick_pc .slick-next {
	right: 15px !important;
}
.gift_more_img_slick_pc .slick-prev {
	left: 15px !important;
}

.fixed_gift_choice_menu {
	display: block;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
}
@media screen and (max-width:1200px) {
	.gift_contents .gift_img_bg {
		background-size: cover !important;
	}
	.gift_contents .pc {
		width: auto;
	}
}

/* !gift__________Page
---------------------------------------------------------- */
.giftMain{
	background: url('../img/gift/main.png')no-repeat center center;
	min-height: 700px;
}
.giftMainBox{
	text-align: center;
	color: #444444;
	letter-spacing: 0.08em;
	padding-top: 53px;
}
.main01{
	font-size: 0.9rem;
}
.main02{
	font-size: 3rem;
	font-weight: bold;
}
.main03{
	font-size: 3.4rem;
	margin: 10px 0 17px;
}
.main04{
	font-size: 4.4rem;
}
.giftHdL{
	color: #492E18;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	margin: 37px 0 18px;
}
.giftHdL span{
	color: #B89364;
	font-size: 4.8rem;
	font-weight: bold;
	vertical-align: middle;
	letter-spacing: 0.14em;
	margin-right: 50px;
}
.anchorBox{
	margin: 18px 0 60px;
}
.anchorBox ul{
	margin-left: -21px;
}
.anchorBox ul li{
	float: left;
	width: 50%;
	padding-left: 21px;
	box-sizing: border-box;
}
.anchorBox ul li a{
	display: block;
	background-color: #F8F6F0;
	border-radius: 4px;
	color: #492E18;
	font-size: 2rem;
	letter-spacing: 0.12em;
	text-align: center;
	padding: 25px 0;
}
.anchorBox ul li a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}
.anchorBox ul li a span{
	display: inline-block;
	padding-left: 30px;
	background: url('../img/gift/arrow.svg')no-repeat left center;
}

.importBox{
	background: url('../img/gift/bgimg_01.png')no-repeat center center;
	min-height: 526px;
	position: relative;
}
.importInt{
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
}
.importInt h3{
	display: none;
}
.importInt h2{
	font-size: 2.8rem;
	color: #492E18;
	letter-spacing: 0.06em;
	margin-bottom: 55px;
}
.importInt p{
	font-size: 1.5rem;
	color: #444444;
	letter-spacing: 0.08em;
	line-height: 2.13;
}
.btnstyle{
	text-align: center;
}
.btnstyle a{
	display: inline-block;
	background-color: #F8F6F0;
	border-radius: 4px;
	color: #492E18;
	font-size: 2rem;
	letter-spacing: 0.12em;
	text-align: center;
	padding: 25px 0;
	max-width: 550px;
	margin: 30px auto;
	width: 100%;
}
.btnstyle a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}
.btnstyle a span{
	display: inline-block;
	padding-left: 30px;
	background: url('../img/gift/arrow.svg')no-repeat left center;
}
.budgetItem{
	background: url('../img/gift/bgimg_02.png')no-repeat center center;
}
.budgetItem .inner{
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	min-height: 480px;
}
/*.budgetItem .inner:before{
	position: absolute;
	right: 0;
	bottom: -85px;
	background: url('../img/gift/before_01.png')no-repeat center center;
	width: 22.6vw;
	height: 19.74vw;
	content: '';
	background-size: 100% auto;
}*/
.budgetList dl{
	display: table;
	width: 100%;
	margin-bottom: 41px;
}
.budgetList dl dt,.budgetList dl dd{
	display: table-cell;
	width: 48%;
	color: #fff;
	vertical-align: middle;
}
.budgetList dl dt h3{
	display: inline-block;
	border-radius: 14px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: 0.12em;
	padding: 2px 5px;
}
.budgetList dl dt p{
	color: #fff;
	font-size: 9.7rem;
	opacity: 0.25;
	letter-spacing: 0.14em;
}
.budgetList dl dd{
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	line-height: 2.26;
}
.budgetBox{
	display: inline-block;
	max-width: 522px;
	width: 100%;
}
.budgetBox ul{
	display: flex;
	align-items: center;
	text-align: center;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.05);
	box-shadow: 0 20px 20px rgba(255, 255, 255, 0.02);
}
.budgetBox ul li{
	width: 33.33%;
}
.budgetBox ul li:nth-child(2) a{
	position: relative;
}
.budgetBox ul li:nth-child(2) a:before,
.budgetBox ul li:nth-child(2) a:after{
	/*position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #8D7D5D;
	height: 30px;
	width: 1px;
	content: '';*/
}
.budgetBox ul li:nth-child(2) a:after{
	right: 0;
	left: unset;
}
.budgetBox ul li a{
	display: block;
	padding: 21px 0 22px;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	background: url('../img/gift/icon01.png')no-repeat right 10px center;
}
.budgetBox ul li a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}

.budWrap{
	padding: 82px 0 85px;
	border-bottom: 1px solid #F0F0F0;
}
.budWrap02{
	padding: 65px 0 27px;
}
.bugSub{
	text-align: center;
	font-size: 4.2rem;
	letter-spacing: 0.06em;
	color: #444444;
	margin-bottom: 13px;
}
.bugTxt{
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.06em;
	color: #444444;
	line-height: 2.13;
	margin-bottom: 38px;
}
.bugList{
	padding: 0 110px;
	box-sizing: border-box;
}
.bugList ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bugList ul li{
	flex: 0 0 22.729%;
}
.bugMess{
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.5;
	color: #444444;
	margin: 20px 0 14px;
	min-height: 54px;
}
.bugMoney{
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.5;
	color: #444444;
	margin: 0 0 20px;
}
.bugBtn{
	text-align: center;
}
.bugBtn {
	-webkit-appearance: none;
	background-color: #A89265;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 160px;
	height: 46px;
	color: #fff;
	margin: 0 auto;
	position: relative;
	border: none;
}
.bugBtn:before{
	position: absolute;
	left: 3px;
	top: 3px;
	width: 100%;
	height: 100%;
	content: '';
	border: 1px solid #A89265;
	border-radius: 4px;
}
.bugBtn span{
	display: inline-block;
	padding-left: 17px;
	box-sizing: border-box;
	position: relative;
}
.bugBtn span:before{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	content: '';
	width: 4px;
	height: 4px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
}
.bugBtn:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
  cursor: pointer;
}
.bugList ul.center {
	justify-content: center;
}
.bugList ul.center li{
	padding: 0 13px;
	box-sizing: border-box;
}
.bugFont01{
	text-align: center;
	padding: 80px 0 5px;
	font-size: 2.4rem;
	line-height: 1.833;
	letter-spacing: 0.08em;
	color: #444444;
}
.bugFont02{
	text-align: center;
	color: #492E18;
	padding: 0 0 33px;
	font-size: 3.6rem;
	line-height: 1.27;
	letter-spacing: 0.06em;
}
.bugFont03{
	text-align: center;
	color: #444;
	font-size: 2.4rem;
	line-height: 1.83;
	letter-spacing: 0.08em;
}
.bugPic{
	text-align: center;
	padding: 0 0 55px;
}

.bigImg{
	text-align: center;
	margin-bottom: 60px;
}
.erapyWrap{
	padding: 0 0 87px;
	border-bottom: 1px solid #F0F0F0;
}
.erapyWrap .bugList {
	padding: 0;
}
.erapyWrap .bugList ul{
	justify-content: center;
}
.erapyWrap .bugList ul li {
	flex: 0 0 20%;
	margin-bottom: 46px;
}

/*20210427追加*/

.budTxt{
	padding: 68px 0 8px;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	line-height: 2.13;
	text-align: center;
	position: relative;
}
.budTxt:before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	content: 'BUDGET';
	font-size: 18rem;
	color: rgba(240, 236, 226, 0.5);
	letter-spacing: 0.14em;
	font-weight: bold;
	font-family: 'Cormorant Garamond', serif;
	line-height:0.76;
	z-index: -1;
}



/*ここまで*/
.aromSub{
	text-align: center;
	color: #B89364;
	font-size: 4.8rem;
	font-weight: bold;
	letter-spacing: 0.14em;
	line-height: 1.5;
	margin: 82px 0 0;
	padding-bottom: 27px;
	position: relative;
}
.aromSub:before{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	width: 30px;
	height: 1px;
	background-color:#444444;
	content: '';
}
.aromSub span{
	display: block;
	text-align: center;
	color: #492E18;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 0.12em;
	line-height: 1;
}
.aromSub span em{
	display: inline-block;
	padding: 0 30px;
	box-sizing: border-box;
	position: relative;
}
.aromSub span em:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 10px;
	background-color:#492E18;
	content: '';
	-webkit-transform: rotate(-25deg);
	   -moz-transform: rotate(-25deg);
		-ms-transform: rotate(-25deg);
		 -o-transform: rotate(-25deg);
			transform: rotate(-25deg);
}
.aromSub span em:after{
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 10px;
	background-color:#492E18;
	content: '';
	-webkit-transform: rotate(25deg);
	   -moz-transform: rotate(25deg);
		-ms-transform: rotate(25deg);
		 -o-transform: rotate(25deg);
			transform: rotate(25deg);
}

.aromTxt{
	padding: 68px 0 8px;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	line-height: 2.13;
	text-align: center;
	position: relative;
}
.aromTxt:before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	content: 'SCENE';
	font-size: 18rem;
	color: rgba(240, 236, 226, 0.5);
	letter-spacing: 0.14em;
	font-weight: bold;
	font-family: 'Cormorant Garamond', serif;
	line-height:0.76;
	z-index: -1;
}

.tributeItem{
	padding: 0 0 60px;
}
.tributeItem ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.tributeItem ul li{
	margin: 0 3.4375vw;
	box-sizing: border-box;
	text-align: center;
	flex: 0 0 20%;
}
.tributeSub{
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	color: #444;
	margin: 21px 0 7px;
}
.tributeTxt{
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	color: #444;
	line-height:1.5;
}
.tributeItem ul li a{
	display: block;
	padding-bottom: 25px;
	position: relative;
}
.tributeItem ul li a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}
.tributeItem ul li a:before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	content: '';
	width: 6px;
	height: 6px;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	transform: rotate(135deg);
}


/*20210427追加*/

.budItem{
	padding: 0 0 60px;
}
.budItem ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.budItem ul li{
	
	box-sizing: border-box;
	text-align: center;
	flex: 0 0 20%;
}
.tributeSub{
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	color: #444;
	margin: 21px 0 7px;
}
.tributeTxt{
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	color: #444;
	line-height:1.5;
}
.budItem ul li a{
	  margin: 0 1vw;
	display: block;
	padding-bottom: 25px;
	position: relative;
}
.budItem ul li a:hover{
  opacity: 0.8;
  transition: all 0.5s;
  text-decoration: none;
}
.budItem ul li a:before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	content: '';
	width: 6px;
	height: 6px;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	transform: rotate(135deg);
}


/*ここまで*/
.pinkWrap{
	background-color: #F8F6F0;
	border-radius: 4px;
	padding: 80px 0 120px;
}
.pinkLeft{
	float: left;
	width: 61.81%;
}
.pinkOvh{
	overflow: hidden;
	padding-left: 61px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding-top: 4.427vw;
}
.pinkOvh h2{
	font-size: 3.4rem;
	letter-spacing: 0.06em;
	line-height: 1.35;
	padding-bottom: 21px;
	margin-bottom: 20px;
	position: relative;
}
.pinkOvh p{
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	line-height: 2.13;
}
.pinkOvh h2:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 1px;
	background-color: #444444;
	content: '';
}
.pinkTips {
	margin-top: -60px;
	position: relative;
	z-index: 10;
}
.pinkTips .bugList ul li {
	flex: 0 0 18.1%;
}
.pinkTips .bugList ul li img {
	width: 100%;
}
.pinkArea{
	margin-bottom: 85px;
}
.mab33{
	margin-bottom: 33px;
}
.erapyWrap02{
	padding: 0 0 46px;
	border-bottom: 0;
}
.pinkArea02 .pinkOvh {
	color: #492E18;
}

.blueWrap{
	background-color: #070B2E;
	padding: 60px 0 70px;
	position: relative;
	overflow: hidden;
}
.blueWrap:before{
	/*background: url('../img/gift/texture.png')no-repeat right top;*/
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 68vw;
	height: 53vw;
	content: '';
	background-size: 100% auto;
}
.blueItem{
	z-index: 10;
	position: relative;
}
.blueItem ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}
.blueItem ul li{
	flex: 0 0 32%;
	padding:0.6555555555%;
	color: #fff;
}
.blueTxt{
	font-size: 3.6rem;
	letter-spacing: 0.06em;
	line-height: 1.38;
	position: relative;
	padding-bottom: 33px;
}
.blueTxt:before{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	width: 50px;
	height: 1px;
	background-color: #fff;
	content: '';
}
.blueImg{
	margin: 23px 0 10px;
}
.blueMess{
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	line-height: 2.25;
}
.sizeWrap{
	padding: 70px 0 0;
}
.sizeItem ul{
	margin-left: -20px;
}
.sizeItem ul li{
	float: left;
	width: 50%;
	padding-left: 20px;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0.06em;
}
.sizeItem ul li h2{
	margin-bottom: 5px;
	font-size: 3.6rem;
}
.sizeItem ul li p{
	font-size: 1.6rem;
}
.sizeImg{
	margin-top: 40px;
	overflow: hidden;
}
.anchorLin{
	display: block;
	margin-top: -20px;
	padding-top: 20px;
}



/*** タブレット 768x ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 768px) {
.giftMain{
	background: url('../img/gift/main_sp.png')no-repeat center center;
	min-height: 343px;
}
.giftMainBox{
	padding-top: 20px;
}
.main01{
	font-size: 1rem;
}
.main03{
	font-size: 1.6rem;
	margin: 11px 0 0;
}
.main04{
	font-size: 1.6rem;
}
.giftHdL{
	margin: 22px 0 15px;
}
.giftHdL span{
	font-size: 4.2rem;
	margin-right: 23px;
}
.anchorBox{
	margin: 0 0 40px;
}
.anchorBox ul{
	margin-left: -10px;
}
.anchorBox ul li{
	box-sizing: border-box;
	padding-left: 10px;
}
.anchorBox ul li a{
	font-size: 1.6rem;
	padding: 13px 0;
}
.anchorBox ul li a:hover{
  opacity: 1;
}
.anchorBox ul li a span{
	padding-left: 20px;
	background: url('../img/gift/arrow.svg')no-repeat left center;
	background-size: 8px auto;
}
.importBox{
	background: url('../img/gift/bgimg_01_sp.png')no-repeat center center;
	min-height: auto;
	padding:56px 15px 70px;
	background-size:100% auto;
	box-sizing: border-box;
}
.importInt{
	position: unset;
	bottom: 0;
	left: 0;
	transform: translateX(0);
}
.importInt h3{
	color: #444;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	display: block;
	text-align: center;
	margin-bottom: 25px;
}
.importInt h3 span{
	display: block;
	font-size: 4.2rem;
	color: #B89364;
	letter-spacing: 0.14em;
}
.importInt h2{
	font-size: 2.3rem;
	margin-bottom: 30px;
}
.importInt p{
	line-height: 2.66;
}
.btnstyle{
	padding: 0 15px;
	box-sizing: border-box;
}
.btnstyle a{
	font-size: 1.6rem;
	padding:13px 0;
	max-width: 100%;
}
.btnstyle a:hover{
  opacity:1;
}
.btnstyle a span{
	padding-left: 20px;
	background-size: 8px auto;
}
.budgetWrap{
	padding-bottom: 100px;
	overflow: hidden;
}
.budgetItem{
	background: url('../img/gift/bgimg_02.png')no-repeat center center;
	padding-top: 50px;
	padding-bottom: 85px;
	background-size: auto 100%;
	position: relative;
}
.budgetItem .inner{
	padding-top: 0;
	padding-bottom: 0;
	min-height: auto;
	position: unset;
}
.budgetItem .inner:before {
	bottom: -100px;
	width: 66.66%;
	height: 60.66%;
	background-size: contain;
	background-position: right bottom;
}
.budgetList dl{
	display: block;
	margin-bottom: 30px;
}
.budgetList dl dt,.budgetList dl dd{
	display: block;
	width: 100%;
}
.budgetList dl dt{
	text-align: center;
}
.budgetList dl dt h3{
	font-size: 1.6rem;
	padding: 5px 30px;
	border-radius: 35px;
}
.budgetList dl dt p{
	font-size: 7.5rem;
	opacity: 0.2;
}
.budgetList dl dd{
	padding-left: 0;
	font-size: 1.6rem;
	line-height: 1.6875;
}
.budgetBox{
	max-width: 100%;
	position: relative;
	z-index: 10;
}
.budgetBox ul {
	background-color: rgba(255, 255, 255, 0.35);
}
.budgetBox ul li:nth-child(2) a:before,
.budgetBox ul li:nth-child(2) a:after{
	height: 25px;
}
.budgetBox ul li a{
	padding: 15px 0 23px;
	letter-spacing: 0.06em;
	background: url('../img/gift/icon01.png')no-repeat center bottom 10px;
}
.budgetBox ul li a:hover{
  opacity: 1;
}

.budWrap{
	padding: 23px 0 27px;
}
.budWrap02{
	padding: 36px 0 27px;
}
.bugSub{
	font-size: 4rem;
	margin-bottom: 20px;
}
.bugTxt{
	font-size: 1.6rem;
	line-height: 1.93;
	margin-bottom: 25px;
	text-align: left;
}
#gift .inner{
	padding: 0 15px;
}
.bugList{
	padding: 0 30px;
}
.bugList ul li{
	flex: 0 0 47.37%;
	margin-bottom: 24px;
}
.bugMess{
	line-height: 1.58;
	margin: 15px 0 9px;
	min-height: 56px;
}
.bugMoney{
	margin: 0 0 10px;
}
.bugBtn{
}
.bugBtn a{
	max-width: 100%;
	height: 37px;
	font-size: 1.2rem;
	font-weight: bold;
}
.bugBtn a:before {
	left: 3px;
	top: 3px;
}
.bugBtn a:hover{
  opacity: 1;
}
.bugList ul.center li{
	padding: 0 8px;
}
.bugFont01{
	padding: 24px 0 5px;
	font-size:1.6rem;
	line-height: 1.6875;
}
.bugFont02{
	padding: 0 0 20px;
	font-size: 3rem;
	line-height: 1;
}
.bugFont03{
	font-size: 2.4rem;
	line-height: 1.25;
}
.bugPicsp{
	width: calc(100% + 30px);
	margin: 0 -15px;
}
.bugPic{
	padding: 0 0 25px;
}

.bigImg{
	margin-bottom: 30px;
}
.erapyWrap{
	padding: 0;
	border-bottom:0;
	margin-bottom: -24px;
}
.erapyWrap .bugList ul li {
	margin-bottom: 24px;
	padding: 0 15px;
	box-sizing: border-box;
}
#bugList ul{
	justify-content: initial;
}
#bugList ul li{
	flex: 0 0 50%;
}






.aromSub{
	font-size: 5.5rem;
	margin: 30px 0 0;
	letter-spacing: 0.14em;
	padding-bottom: 27px;
	line-height: 1;
	color: rgba(184, 147, 100, 0.2);
}
.aromSub:before{
	display: none;
}
.aromSub span{
	padding-bottom: 10px;
}
.aromSub span em{
	padding: 9px 20px;
	border: 1px solid #444444;
	border-radius: 35px;
	font-size: 1.6rem;
}
.aromSub span em:before{
	display: none;
}
.aromSub span em:after{
	display: none;
}

.aromTxt{
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.68;
	text-align: left;
}
.aromTxt:before{
	display: none;
}
	
.budTxt{
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.68;
	text-align: left;
}
.budTxt:before{
	display: none;
	
}


.tributeItem{
	padding: 0 0 10px;
}
.tributeItem ul li{
	margin: 0 3.4375vw 20px;
	flex: 0 0 40%;
}
.tributeSub{
	font-size: 2rem;
	margin: 11px 0 5px;
}
.tributeItem ul li a{
	padding-bottom: 25px;
}
.tributeItem ul li a:hover{
  opacity: 1;
}
.tributeItem ul li:last-child{
	/*flex: 0 0 100%;*/
}
.pinkWrap{
	padding: 50px 0 90px;
}
.pinkLeft{
	float: none;
	width: 100%;
}
.pinkOvh{
	padding-left: 0;
	display: block;
	padding-top: 20px;
}
.pinkOvh h2{
	font-size:2.9rem;
	padding-bottom: 25px;
	margin-bottom: 25px;
	text-align: center;
}
.pinkOvh p{
	font-size: 1.6rem;
	line-height: 1.93;
}
.pinkImg img{
	width: 100%;
}
.pinkOvh h2:before {
	bottom: 0;
	right: 0;
	margin: auto;
}
.pinkArea .bugList {
	padding: 0 15px;
}
.pinkTips {
	margin-top: -50px;
}
.pinkTips .bugList ul li {
	flex: 0 0 43%;
}
.pinkArea{
	margin-bottom: 55px;
}
#pinkArea{
	margin-bottom: 0;
}
.mab33{
	margin-bottom: 33px;
}
.pinkFont{
	font-size:2.8rem;
	padding-bottom: 25px;
	margin-bottom: 25px;
	text-align: center;
	position: relative;
	color: #492E18;
}
.pinkFont:before {
	position: absolute;
	bottom: 0;
	width: 30px;
	height: 1px;
	background-color: #444444;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.pinkOvh .pincTxt{
	text-align: center;
	font-size: 3rem;
	line-height: 1.56;
	letter-spacing: 0.04em;
}
.erapyWrap02{
	padding: 0 0 46px;
	border-bottom: 0;
}
.pinkArea02 .pinkOvh {
	color: #492E18;
}

.blueWrap{
	padding: 40px 0 24px;
}
.blueWrap:before{
	top: 0;
   /* transform: translateY(0);
	width: 100%;
	height: 50%;
	background: url(../img/gift/texture.png)no-repeat center top;
	background-size:cover;*/
}
.blueItem ul{
	display: block;
	text-align: center;
}
.blueItem ul li{
	margin-bottom: 27px;
	flex:initial;
}
.blueTxt{
	font-size: 3rem;
	letter-spacing: 0.08em;
	line-height: 1.16;
	padding-bottom: 23px;
}
.blueTxt:before{
	width: 30px;
}
.blueImg{
	margin: 25px 0 20px;
}
.blueMess{
	line-height: 1.68;
}
.sizeWrap{
	padding:0 0 50px;
}
.sizeItem ul{
	margin-left: 0;
}
.sizeItem ul li{
	float: none;
	width: 100%;
	margin-top: 30px;
	padding-left: 0;
}
.sizeItem ul li h2{
	margin-bottom:3px;
	font-size: 3rem;
}
.sizeImg{
	margin-top: 26px;
}
.bugImg{
	text-align: center;
}
.anchorLin{
	margin-top: -100px;
	padding-top: 100px;
}
}

/* !gift__________Page
---------------------------------------------------------- */

/*-------------------------------------------
お友達紹介
--------------------------------------------*/
.intro_friends .friends_point .friends_point_num {
	font-size: 2.3rem;
	line-height: 1;
}
.intro_friends .friends_point .friends_point_pt {
	font-size: 1rem;
	padding-left: 5px;
}
.intro_friends .friends_text {
	font-size: 1.4rem;
}
.intro_friends .friends_code {
	margin: 15px 0 25px 0;
	font-size: 1.4rem;
}
.intro_friends .friends_code .friends_code_input:first-child {
	margin-bottom: 10px;
}
.intro_friends .friends_code .friends_code_input {
	display: flex;
	align-items: center;
}
.intro_friends .friends_code .friends_code_input span {
	width: 10em;
	color: #0d0d0d;
	font-size: 1.1rem;
}
.intro_friends .friends_code .friends_code_input input {
	width: calc(100% - 10em);
	height: 30px;
	border: 1px solid #d9d9d8;
	padding: 0 10px;
	box-sizing: border-box;
}
@media screen and (max-width:768px) {
	.intro_friends .friends_point .friends_point_num {
		font-size: 1.8rem;
	}
	.intro_friends .friends_text {
		font-size: 1.2rem;
	}
	.intro_friends .friends_code {
		margin: 10px 0 20px 0;
	}
	.intro_friends .friends_code .friends_code_input:first-child {
		margin-bottom: 10px;
	}
	.intro_friends .friends_code .friends_code_input {
		display: block;
	}
	.intro_friends .friends_code .friends_code_input span {
		width: 100%;
	}
	.intro_friends .friends_code .friends_code_input input {
		width: 100%;
		margin-top: 3px;
	}
}

/*20210318 sibody Mayu added for lp*/
button.lpbutton{ background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	margin: 0;
	appearance: none;}

.bordertop{
	border-top: solid 1px #cccccc;
}
