@charset "utf-8";
:root {
  --Classico: "classico-urw", "游ゴシック体", "游ゴシック Medium","Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.cart-left{
	width: 100%;
	/*float:left;*/
}
.cart-right {
    margin: 0 auto;
    width: 636px;
    float: none;
    padding-bottom: 75px;
}
.teturnTop {
    background: #ffffff;
}
#main-menu-bg-blur-wrap
{
	overflow: hidden;
}
.mainContents{
	padding: 140px 20px 100px;
/*	border-bottom: 1px solid #E6E3E0;*/
}
.mainContents.step01.cart_no_goods {
    padding: 0 20px 0;
    min-height: 620px;
}
.mainContents.step01{
	padding: 140px 20px 0;
}
.mainContents.step02{
	padding: 140px 20px 90px;
}
.recommend_active  .cart-right {
    padding-bottom: 80px;
}
.mainContents.step01  .cart-right {
    padding-bottom: 100px;
    margin-left: 33.33333%;
    width: 100%;
}
.mainContents.cart_no_goods {
	margin-bottom: 0;
	padding-bottom: 0;
	min-height: auto;
}
.stepListWrapper li:before{
	display:none;
}
.error-messages {
	margin: 0 auto;
	width: 69%;
	max-width: 1000px;
	padding-top: 9%;
}
.error-messages li{
	text-align: center;
}
.mainContents.cart_error .mainContentsInner {
	position: absolute;
	width: 100%;
    top: 35%;
}
.mainContents.cart_error {
	position: relative;
}
.mainContents.cart.step04 {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 810px;
}
.regmessageWrapper {
	margin-bottom: 15%;
}
.stepListWrapper .step.float_center {
	border-top: #988666 1px solid;
}
/*
.formTable .inputRow .inputCol select {
	font-family: 'Noto Sans JP','Roboto','Roboto Condensed';
}
*/
.buttonArea .single-btn {
    margin: 0 auto;
}
.formTable.confirm .corre-btn input#form_recomputation {
    border: 1px solid #e6e5e1;
    color: gray;
}
.formTable.confirm .corre-btn.center-button input#form_back {
    border: 1px solid #e6e5e1;
    color: gray;
}
.mainContents.step03 .form-box ~ .form-box .corre-btn
{
	display: none;
}
@media only screen and (max-width: 767px){
    .mainContents{
        padding: 80px 0 100px;
    }
    .mainContents.step01.cart_no_goods {
        padding: 80px 0 0;
        min-height: 395px;
    }
    .mainContents.step01{
        padding: 80px 0 0;
    }
    .mainContents.step02{
        padding: 80px 0 100px;
    }
    .mainContents.step03{
        padding: 80px 0 90px;
    }
    .mainContents.cart.step04{
        padding: 80px 0 106px;
        min-height: 400px;
    }
	.cart-left{
		width:100%;
		float:none;
		margin-bottom:20px;
	}
	.cart-right{
		width:100%;
		float:none;
		clear:both;
		margin: 0;
		padding-bottom: 0;
	}
	.error-messages {
		margin: 0 auto;
		width: 100%;
		padding-top: 20px;
	}
    .recommend_active .cart-right {
        /*padding-bottom: 60px;*/
    }
	.buttonArea .single-btn {
		margin: 0 auto;
	}
	/*.formTable.confirm .corre-btn.center-button {
		top: 15px;
	}*/
    .mainContents.step01  .cart-right {
        padding-bottom: 75px;
    }
}



form .row .row {
	margin: 0;
}

.orderTable,
.formTable {
	display: table;
	margin: auto;
}
.step02 .formTable,
.step03 .formTable
{
	display: block;
}
.orderTable {
	margin-top: 5px;
	font-size: 14px;
}
.orderTable .table_title{
	display: flex;
	padding: 10px 0 20px;
	border-bottom: 1px solid #988666;
	font-weight: 500;
	color: #333;
    letter-spacing: 0.5px;
}
.orderTable .column1{
	width: 13.4%;
	margin-right: 3%;
}
.orderTable .column2{
	width: 30%;
	margin-right: 5%;
}
.orderTable .column3{
	width: 11.5%;
	margin-right: 4.5%;
/*	min-width: 100px;*/
}
.orderTable .column4{
	width: 13%;
	margin-right: 3%;
}

.orderTable .column4 .minus{
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	width: 21px;
	height: 14px;
	padding: 0 0 0 0;
	margin-bottom: 6px;
	font-size: 19px;
/* 	font-family: "AvenirNextLTW01-Medium"; */
	letter-spacing: 0.1em;
	text-align: center;
	color: #707070;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
	cursor: pointer;
	line-height: 15px;
	/*background: url(/assets/front/nojess/img/cart/miuns.png) center no-repeat;
	background-size: 71%;*/
}
.orderTable .column4 .quantity{
	display: inline-block;
	width: 50px;
	padding: 13px 5px 14px;
	font-size: 12px;
/* 	font-family: 'Noto Sans JP'; */
	text-align: center;
	vertical-align: middle;
	border: none;
	-webkit-appearance: none;
	box-shadow: none;
	background: white;
    border: 1px solid #ECE6D8;
}
.orderTable .column4 .plus{
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	width: 16px;
	height: 15px;
	padding: 0 0 0 5px;
	margin-bottom: 2px;
	font-size: 17px;
/* 	font-family: "AvenirNextLTW01-Medium"; */
	letter-spacing: 0.1em;
	text-align: center;
	color: #707070;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
	cursor: pointer;
	line-height: 15px;
	/*background: url(/assets/front/nojess/img/cart/plns.png) center no-repeat;
	background-size: 71%;*/
}
.orderTable .column4 .pc-only.center{
	text-align: center;
}
.orderTable .column5{
	width: 6.5%;
}
.orderTable .column6{
	width: 7%;
}
.orderTable .column2.column{
}
.orderTable .column2.column .title a{
	text-decoration: underline;
	color: #333;
    letter-spacing: 0.5px;
}
.orderTable .column2.column .material{
	color: #9b9a98;
	font-size: 11px;
	padding-top: 5px;
}
.orderTable .column3.column,
.orderTable .column5.column{
}
.orderTable .column6.column{
}
.orderTable .column4.column{
}
.orderTable .row.clearfix{
	padding: 25px 0;
	border-bottom: 1px dotted #d9d5cc;
}
.step01 .orderTable .row.clearfix{
	display: flex;
	align-items: center;
}
.formTable {
	padding-top: 0;
}
.orderTable::after {
	content: " ";
	display: table;
}
.formTable h3 {
	margin: 10px 0 0;
	font-size: 14px;
}

.orderTable .orderRow {
	display: table;
	width:100%;
	border-bottom:1px solid #bfbfbf;
	padding-bottom:40px;
	margin-bottom:40px;
}
.orderTable .orderRow.last {
	margin-bottom:0px;
}
.orderTable .orderRow.title,
.orderTableSummary .orderRow.title {
	font-size: 12px;
	font-weight: 400;
	width: 100%;
}
/*.orderTable .orderRow .orderCol {
	display: table-cell;
	border-top: 1px solid #A5A5A5;
	background-color: #fff;
	padding: 16px 0 18px 0;
	vertical-align: middle;
}*/
.orderTable .orderRow .colImage {
	width: 120px;
	float:left;
	margin-right:7%;
}
.orderTable .orderRow .colText{
	overflow:hidden;
}
.orderTable .orderRow .orderCol.colImage img {
	width: 100%;
}
.orderTable .orderRow .orderCol.colQuantity {
	width: 110px;
	padding-left: 20px;
	text-align: center;
}
.orderTable .orderRow .orderCol.colPod,
.orderTable .orderRow .orderCol.colPrice {
	text-align:right;	
	position: relative;
}
.orderTable .orderRow .orderCol.colPod{
	margin-bottom:10px;
	width:100px;
	float:right;
}
.orderTable .orderRow .orderCol.colDelete{
	clear:both;
	margin-bottom:15px;
}
.orderTable .orderRow .orderCol.colPrice.wide {
	width: 40%;
}
.orderTable .orderRow .orderCol.colPod .pod-label{
	display:inline-block;
	float:left;
	font-size:12px;
	font-size:1.2rem;
	padding-top:5px;
}
.orderTable .orderRow .orderCol.colPod div.open_select {
	display: block;
	padding: 5px 30px 5px 10px;
	background: url(../img/item-list/ac_arrow.png) no-repeat right 5px center;
	background-color: #fff;
	border: 1px solid #A5A5A5;
	font-weight: 400;
	font-size: 12px;
	width: 60px;
	cursor: pointer;
	text-align:left;
	float:right;
}
.orderTable .orderRow .orderCol.colPod ul.open_select {
	background-color: #fff;
	display: none;
	position: absolute;
	top: 30px;
	right: 0px;
	z-index: 1;
	border: 1px solid #A5A5A5;
	width: 60px;
}
.orderTable .orderRow .orderCol.colPod li {
	text-align: center;
	font-weight: 300;
	font-size: 12px;
	padding: 5px 10px;
	cursor: pointer;
}
.orderTable .orderRow .orderCol.colPod li:hover {
	background-color: #eee;
}
.orderTable .orderRow .orderCol.colInfo {
	width: 64%;
	display:table-cell;
}
.orderTable .orderRow .orderCol.colInfo2 {
	width: 34%;
	display:table-cell;
	text-align:right;
	vertical-align:middle;
}
.orderTable .orderRow .orderCol.colInfo .itemName {
	font-size: 18px;
	font-size:1.8rem;
	font-weight: bold;
	padding: 10px 0 40px;
}
.orderTable .orderRow .orderCol.colPrice .price {
	display: block;
	padding:0;
	font-size: 16px;
	font-size:1.6rem;
	font-weight: bold;
	color:#000;
}
.orderTable .orderRow .orderCol.colInfo .separator {
	white-space: nowrap;
	display: block;
	font-size: 14px;
	font-size:1.4rem;
	font-weight: 300;
	color:#7d7d7d;
}
.orderTable .delete,
.orderTable .edit {
	-moz-appearance: none;
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	box-sizing: content-box;
	cursor: pointer;
	display: inline;
	font-size: inherit;
	margin: 0;
	outline: medium none;
	padding: 0;
	color: #807d7d;
	padding-left:30px;
	font-size: 11px;
	font-weight: 400;
	text-decoration: underline;
/* 	font-family: 'Noto Sans JP'; */
}
.orderTable .delete{
    letter-spacing: 0.5px;
}


.orderTableSummary {
	display: block;
	margin-bottom: 150px;
}
.orderTableSummary.customer {
	margin-bottom: 0;
    margin-top: 60px;
}

.orderTableSummary h2.title,
.orderTableSummary2 h2.title {
	font-size: 18px;
	margin-bottom: 25px;
	font-weight:500;
}
.orderTableSummary .row,
.orderTableSummary2 .row {
	display: block;
	width: 100%;
	padding: 20px 20px 0;
	margin: 0 0;
	font-size: 13px;
	font-weight: 400;
}
.orderTableSummary.customer .row{
    max-width: 1250px;
    margin: 0 auto;
}
.orderTableSummary .medium-6.small-12.columns{
    padding: 20px 0;
}
.orderTableSummary .medium-6.small-12.columns.center{
    padding: 0;
}
.orderTableSummary a {
	color: gray;
}
.orderTableSummary .orderRow {
	display: block;
	width: 100%;
	border-bottom: 1px solid #A5A5A5;
}
.orderTableSummary .orderRow.last {
	border: none;
}
.orderTableSummary .orderHead,
.orderTableSummary .orderVal {
	padding: 10px 0 8px;
	float: left;
	display: block;
	margin: 5px 0;
}
.orderTableSummary .orderHead {
	width: 30%;
}
.orderTableSummary .orderVal {
	width: 70%;
}
.orderTableSummary .orderRow.last .orderVal,
.orderTableSummary2 .orderRow.last .orderVal {
	font-size: 18px;
}
.orderTableSummary .orderRow .orderVal {
	text-align: right;
}
.orderTableSummary .btn {
	margin-top: 30px;
	width: 100%;
}
.orderTableSummary .checkout {
	width: 100%;
}

.orderTableSummary2 {
	display: block;
	width: 100%;
	float: right;
	padding: 0;
	margin: 80px auto 0;
	color: #333;
/*     font-family: 'Noto Sans JP'; */
}
.orderTableSummary2 .border-wrap{
	border: 1px solid #e7e3e0;
	border-bottom:none;
}
.orderTableSummary2 .border-wrap.last{
	border-bottom: 1px solid #e7e3e0;
}
.orderTableSummary2 .row.pt-none {
	padding:5px 40px;
}
.orderTableSummary2 .separator {
	white-space: nowrap;
	display: block;
	font-size: 12px;
	font-size:1.2rem;
	color:#7d7d7d
}
.orderTableSummary2 .separator  span{
	width:5.5em;
	display:inline-block;
}
.orderTableSummary2 .orderRow {
	border-top: 1px solid #e7e3e0;
	margin-bottom:20px;
	padding-top:20px;
}
.orderTableSummary2 .orderRow.total{
	padding:15px 0 0 !important;
	font-size: 14px;
	font-size:1.4rem;
}
.orderTableSummary2 .border-wrap.sp-b-none .orderRow,
.orderTableSummary2 .border-wrap.last .orderRow{
    margin-bottom: 15px;
}
.orderTableSummary2 .orderRow:first-child {
	border-top: none;
	padding-top:0;
}
.orderTableSummary2 .price{
	display:block;
	text-align:right;
	padding-top:15px;
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
}
.orderTableSummary2 .colImage {
	width: 35%;
	float: left;
	padding-right: 5%;
}
.orderTableSummary2 .colName{
	font-size:14px;
	font-size:1.4rem;
	margin-bottom:5px;
}
.orderTableSummary2 .colText{
	overflow:hidden;
	margin-bottom:15px;
    margin-top: 15px;
}
.orderTableSummary2 .orderHead,
.orderTableSummary2 .orderVal {
	float: left;
	display: block;
}
.orderTableSummary2 .orderHead {
	width: 30%;
}
.orderTableSummary2 .orderVal {
	width: 70%;
}
.orderTableSummary2 .total-price .orderHead {
	width: 50%;
}
.orderTableSummary2 .total-price .orderVal {
	width: 50%;
}
.orderTableSummary2 .orderVal {
	text-align: right;
}
.orderTableSummary2 .orderVal.sale{
	color:#e95a7f !important;
}
.orderTableSummary2  .total-price{
	border:none !important;
	padding:15px 0 0 !important;
	clear:both;
	overflow:hidden;
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
}
.formTable .inputRow .inputCol input[type="radio"] + label:before, .formTable .inputRow .inputCol input[type="radio"] + label:after{
	/*background: white;*/
}

.orderTableSummary2  .use_coupon{
	text-align: center;
	color: red;
	margin-bottom: 2rem;
	font-size: 1.4rem;
}

@media only screen and (max-width: 767px){
	
	.orderTable .orderRow {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.orderTable .orderRow.last {
		margin-bottom: 0px;
	}
	.orderTable .orderRow .orderCol.colInfo,
	.orderTable .orderRow .orderCol.colInfo2 {
		width: 100%;
		display:block;
		text-align:left;
	}
	.orderTable .orderRow .orderCol.colInfo{
		margin-bottom:20px;
		overflow:hidden;
	}
	.orderTable .orderRow .colImage {
		width: 100px;
		margin-right: 3%;
	}
	.orderTable .orderRow .orderCol.colInfo .itemName {
		font-size: 15px;
		font-size: 1.5rem;
		padding: 0px 0 10px;
	}
	.orderTable .orderRow .orderCol.colPrice .price {
		text-align:left;
	}
	.orderTable .orderRow .orderCol.colPod {
		margin-bottom:0;
		width: 170px;
		float:left;
	}
	.orderTable .orderRow .orderCol.colPod .pod-label {
		width:3em;
		text-align:left;
	}
	.orderTable .orderRow .orderCol.colPod div.open_select {
		float: left;
		width: 120px;
	}
	.orderTable .orderRow .orderCol.colPod ul.open_select {
		right:inherit;
		left:3.5em;
		width: 120px;
	}
	.stock-ttl {
		float:left;
		margin-bottom:0 !important;
		padding-top:5px;
	}
	.orderTable .orderRow .orderCol.colDelete {
		clear:inherit;
		float:right;
		margin-bottom:0;
		padding-top:5px;
	}

	.orderTableSummary2 {
		float: none;
		clear:both;
		/*border-top: 1px solid #bfbfbf;*/
		padding-top:0;
        margin: 60px auto 30px;
	}
	.orderTableSummary .row, .orderTableSummary2 .row {
		padding:0;
		margin: 0 0;
		font-size: 13px;
		font-weight: 400;
	}
	.orderTableSummary2 .border-wrap{
		border: 1px solid #e7e3e0;
		border-bottom:none;
	}
	.orderTableSummary2 .border-wrap.sp-b-none{
		border-bottom:none;
	}
	.orderTableSummary2 .border-wrap.last {
		border-bottom: 1px solid #e7e3e0;
		border-top: 1px solid #e7e3e0;
	}
	.orderTableSummary2 .row.pt-none {
		padding:5px 20px;
	}
	.orderTableSummary2 .orderRow {
		padding-top: 20px;
		margin-top:0;
		margin-bottom:15px;
	}
	.orderTableSummary2 .orderRow.total,
	.orderTableSummary2 .orderRow.total-price{
		margin:0;
	}
	.orderTableSummary2 .orderRow {
		margin:20px 0 20px 0;
	}
    .orderTableSummary2 .colImage{
        margin-right: 20px;
        margin-left: 20px;
        padding-right: 0;
    }
	.orderTableSummary2 .price {
		font-size: 15px;
		font-size: 1.5rem;
		text-align:left;
	}
	.orderTableSummary2 .colText{
		overflow:hidden;
		margin-bottom:0px;
        margin-top: 0;
	}
    .orderTableSummary2 .colName{
        padding-right: 20px;
    }
	.orderTableSummary2 .colInfo2{
		overflow:hidden;
		margin-bottom:15px;
	}
	.orderTableSummary2 .orderCol.colPod {
		margin-bottom: 0;
		width: 170px;
		float: left;
	}
	.orderTableSummary2 .stock-ttl {
		float: left;
		margin-bottom: 0 !important;
		padding-top: 5px;
	}
	.orderTableSummary2 .colDelete {
		clear: inherit;
		float: right;
		margin-bottom: 0;
		padding-top: 5px;
	}
	.orderTableSummary2 .delete{
		-moz-appearance: none;
		background: transparent none repeat scroll 0 0;
		border: 0 none;
		border-radius: 0;
		box-sizing: content-box;
		cursor: pointer;
		display: inline;
		font-size: inherit;
		margin: 0;
		outline: medium none;
		padding: 0;
		color: #000;
		background: url(../img/cart/delete.png) no-repeat 0 center;
		padding-left: 18px;
		font-size: 12px;
		font-weight: 400;
		text-decoration: underline;
		text-decoration: none;
	}
    .orderTable .column2.column .title a{
        font-size: 13px;
    }
    .orderTable .column2.column .title .goodsName{
        margin: 0 0 8px 0;
    }
    .orderTableSummary2 .border-wrap.sp-b-none .orderRow{
        margin-bottom: 14px;
    }
    .orderTableSummary2 .total-price,
    .orderTableSummary2 .orderRow.last .orderVal{
        font-size: 14px;
        font-size: 1.4rem;
    }
    .orderTableSummary2 .orderRow.total{
        padding: 14px 0 0 !important;
    }
	.step01 .orderTable .row.clearfix {
		display: block;
	}

}


/* step-commom */

.cart-box{
	border-bottom:1px solid #bfbfbf;
	padding-bottom:40px;
	clear:both;
	overflow:hidden;
}
.cart-box.pd_none{
	padding:0;
}
.cart-box .order-ttl{
	font-size: 18px;
	font-size:1.8rem;
	font-weight:bold;
	margin-bottom:15px;
}

.cart-single-btn{
	width:31.25%;
	margin:0 auto;
}

/* step01 */
.cart-cal #recommend-wrap .ttl-wrap h4 {
    text-align: center;
/*     font-family: 'Noto Serif JP'; */
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 40px 0;
}
.cart-cal #recommend-wrap .ttl-wrap h3{
/*   color: #988666; */
	font-family: var(--Classico);
}
.cart-cal #recommend-wrap:nth-of-type(1) .ttl-wrap h3{
	margin:0 0 10px 0;
}
.cart-cal{
	/*border-top: 1px solid #e7e3e0;*/
	width: 95%;
	max-width: 100%;
	margin: 0 auto 140px;
	padding: 0 5%;
	position: relative;
}
.cart-cal:before {
	content: "";
    display: block;
    width: 96vw;
    margin: 0 auto;
    border-top: 1px solid #ECE6D8;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.cart-cal .favorite-btn .add_favorite{
	display: block;
	height: 25px;
	text-indent: -9999px;
	background: url("../img/header/favorite.svg") no-repeat 0 0;
	width: 25px;
	position: absolute;
	top: 14px;
	left: 15px;
	z-index: 1;
	background-size: 64%;
}

.cart-cal .favorite-btn .add_favorite.active{
	display: block;
	height: 25px;
	text-indent: -9999px;
	background: url("../img/header/favorite_active.svg") no-repeat 0 0;
	width: 25px;
	position: absolute;
	top: 14px;
	left: 15px;
	z-index: 1;
	background-size: 64%;
}
.cart-cal #recommend-wrap.favorite-item p {
    bottom: 47px;
}
.cart-cal #recommend-wrap.favorite-item p:nth-of-type(2) {
    bottom: 25px;
    width: 84%;
    color: #999;
    font-size: 11px;
}

.cart-cal #recommend-wrap.favorite-item p.material_name {
    bottom: 25px;
    width: 84%;
    color: #999;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 94%;
    margin: 4px auto 0;
    overflow: hidden;
}
@media only screen and (max-width: 1099px) and (min-width: 767px) {
	.cart-cal:before {
		width: 100%;
	}
}
h2.title {
	font-size: 50px;
	font-size: 4.6rem;
    margin-bottom: 24px;
	text-align: center;
	font-family: var(--Classico);
}
.ttl-wrap h3 {
    color: #333;
}
.mainContents.step01.cart_no_goods h2.title{
	margin-bottom:1.2vw;
}
.free-txt{
	color:#e95a7f;
	font-size:14px;
	font-size:1.4rem;
	margin-bottom:25px;
}
.stock-ttl{
	color:#e95a7f;
	margin-bottom:15px;
	font-size:14px;
	font-size:1.4rem;
}
.coupon-radio{
	font-size:16px;
	font-size:1.6rem;
	padding-left:20px;
}
.coupon-radio.mb{
	margin-bottom:20px;
}
.coupon-radio input[type="radio"] {
	display:inline!important;
}
.coupon-radio input[type="text"]{
	width:150px;
	display:inline !important;
	box-shadow:none;
	padding:7px;
	height:inherit;
}
.coupon-radio .app-btn{
	background:none;
	border:1px solid #000;
	text-align:center;
	color:#000;
	height:29px;
	line-height:29px;
	font-size:14px;
	font-size:1.4rem;
	padding:0 5px;
	margin-left:5px;
	vertical-align:bottom;
}

.total-price-table{
	width: 67%;
	text-align: right;
	margin: 0 auto;
	max-width: 860px;
}
.total-price-table tr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 155px;
	float: right;
}

.total-price-table th,
.total-price-table td{
	border-top:1px solid #bfbfbf;
	padding: 12px 0 20px 15px;
	font-size:14px;
	font-size:1.4rem;
	line-height:2;
	vertical-align:top;
/* 	font-family: 'Noto Sans JP'; */
}
.total-price-table tr:first-child th,
.total-price-table tr:first-child td{
	border:none;
}
.total-price-table td.sale{
	color:#e95a7f;
}
.total-price-table td.price{
	text-align: right;
	font-weight: 500;
	font-size: 18px;
}
.total-price{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:20px;
	clear:both;
	overflow:hidden;
	font-size:18px;
	font-size:1.8rem;
}
.total-price dt{
	float:left;
	font-weight:bold;
}
.total-price dt span{
	font-size:12px;
	font-size:1.2rem;
	font-weight:normal;
}
.total-price dd{
	float:right;
	text-align:right;
	font-weight:bold;
}

.coupon-left{
	width:48.5%;
	float:left;
}
.coupon-right{
	width:48.5%;
	float:right;
}

.coupon-btn{
	margin-bottom: 10px;
	padding: 10px 0;
	height: inherit;
	border: 1px solid #000;
	font-size: 16px;
	font-size: 1.6rem;
	max-width:260px;
}


@media only screen and (max-width: 1024px){
	.total-price-table{
		width:100%;
		float:none;
	}
}

@media only screen and (max-width: 767px){
	h2.title {
		font-size: 35px;
		font-size: 3.6rem;
		margin-bottom:20px;
		padding:0
	}
	.coupon-radio{
		font-size:14px;
		font-size:1.4rem;
		padding-left:0px;
	}
	.coupon-radio.mb{
		margin-bottom:20px;
	}
	.total-price-table th,
	.total-price-table td{
		padding:10px;
	}
	.total-price{
		padding:20px 0;
		font-size:16px;
		font-size:1.6rem;
	}

	.cart-single-btn{
		width:100%;
	}


	.coupon-left{
		width:100%;
		float:none;
		margin-bottom:15px;
	}
	.coupon-right{
		width:100%;
		float:none;
	}
	
		.coupon-btn{
		font-size: 14px;
		font-size: 1.4rem;
		margin:0 auto;
	}
	.orderTable .table_title{
		display: none;
	}
	.orderTable .column1{
		width: 30%;
	}
	.orderTable .column2,
	.orderTable .column3,
	.orderTable .column4,
	.orderTable .column5,
	.orderTable .column6{
		width: 50%;
		padding-top: 0;
	}
	.orderTable .column2.column,
	.orderTable .column3.column,
	.orderTable .column4.column,
	.orderTable .column5.column,
	.orderTable .column6.column{
		padding-top: 0;
		padding-bottom: 18px;
	}
	.orderTable .column4.column.pod {
	    margin-top: 0;
	}
	.orderTable .column5.column {
		left: 39%;
		padding: 0;
	}
	.orderTable .column6.column {
		margin-left: 25%;
		margin-top: 10px;
	}
	.orderTable .column6.column.column6_comvey {
		margin-left: 10%;
		margin-top: 25px;
	}
	.orderTable .column3.column .column-left,
	.orderTable .column5.column .column-left{
		float: left;
		color: #333;
	}
	.orderTable .delete{
		background-image: none;
		text-decoration: underline;
		color: #666666;
		padding-left: 0;
/* 		font-family: "Helvetica Neue","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; */
	}
	.orderTable .column2.column .material{
		font-size: 11px;
		margin-top: 0;
        padding-top: 0;
	}
	.step01 .total-price-table tr {
		width: 50%;
		margin-left: 39%;
		margin-top: 10px;
		text-align: left;
		float: none;
		justify-content: unset;
	}
	.total-price-table tr th {
		padding:0;
	}
	.total-price-table tr:first-child td.price{
		line-height: 1.5;
		margin-left: 2vw;
		font-size: 18px;
	}
    .mainContents.step01.cart_no_goods h2.title{
	    margin-bottom:12px;
    }
	.cart-cal {
		padding: 0;
		margin: 0 auto 120px;
	}
	.cart-cal:before {
		width: 94%;
		position: static;
		transform: none;
	}
}


/* step01-side */

.orderTableSummary .side-ttl{
	margin-bottom:15px;
	font-size:17px;
	font-size:1.7rem;
}
.orderTableSummary .side-ttl.center{
	text-align:center;
}
.orderTableSummary .member-box{
	padding: 0 0 0;
	margin-bottom: 0;
	clear: both;
	max-width: 1100px;
	margin: 0 auto;
}
.orderTableSummary .row .medium-6.small-12.columns:nth-child(1) .member-box.-notoSans{
    margin-bottom: 35px;
}
.orderTableSummary .member-box p{
/* 	font-family: 'Noto Sans JP','Roboto','Roboto Condensed'; */
	text-align: center;
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 1.7;
}
.orderTableSummary .member-box p.side-ttl{
    color: #333;
}
.orderTableSummary .member-box .button{
	width:250px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	height:inherit;
	padding: 12px 0;
	margin-bottom:5px;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #988666;
    border: 1px solid #988666;
    margin: 0 auto;
    font-family: inherit;
    height: 50px;
    letter-spacing: 1px;
}
.orderTableSummary.customer .member-box .button{
	float: right;
	font-weight: 300;
}
.orderTableSummary.customer .member-box .button.cart_login{
	float: none;
	font-weight: 300;
/*     font-family: 'Noto Serif JP'; */
}
.sys_login_submit {
	margin: 0 30px;
}
.orderTableSummary .member-box .guide_link_btn{
	float: right;
	display: block;
	line-height: 2;
	padding: 16px 20px;
	font-size: 12px;
	text-decoration: underline;
}
.orderTableSummary .member-box .continue_shopping_btn{
	margin-bottom: 10px;
	padding: 15px 15px;
	height: inherit;
	border: 1px solid #e6e5e1;
	font-size: 16px;
	font-size: 1.4rem;
	background-color: #fff;
	width: 250px;
	display: block;
	text-align: center;
	float: left;
}

.orderTableSummary .member-box input[type="email"],
.orderTableSummary .member-box input[type="text"],
.orderTableSummary .member-box input[type="password"]{
	box-shadow:none;
	height:inherit;
	padding:8px 10px;
	border:1px solid #E6E3E0;
/*     font-family: 'Perpetua Regular'; */
    font-size: 14px;
}
.orderTableSummary .member-box .menber-input{
	margin-bottom:15px;
}
.orderTableSummary .member-box .menber-input.last{
	margin-bottom:19px;
}
.orderTableSummary .member-box .menber-checkBox{
	font-size:14px;
	font-size:1.4rem;
	margin:0 0 3px;
}
.orderTableSummary .member-box .menber-checkBox.last{
/* 	font-family: 'Noto Sans JP','Roboto','Roboto Condensed'; */
	margin-bottom:33px;
}
.orderTableSummary .title {
	text-align: center;
}
.orderTableSummary .title h4 {
/*     font-family: 'Noto Serif JP','Noto Sans JP','Perpetua','Roboto','Roboto Condensed'; */
    font-size: 1.4rem;
    letter-spacing: 1.5px;
    margin-bottom: 35px;
    color: #333;
}
.orderTableSummary .medium-6:nth-child(2n) {
    border-left: 1px solid #E6E3E0;
    border-bottom: none;
}
.orderTableSummary .side-box{
	margin-bottom:25px;
	font-size:14px;
	font-size:1.4rem;
	padding:0 25px 25px;
}
.orderTableSummary .columns.center {
	margin: 0 auto;
	float: none;
}
.orderTableSummary .amazon-btn{
	max-width:290px;
	margin:0 auto;
	text-align:center;
}
.orderTableSummary .amazon-btn a{
	display:block;
	background:#ff9900 url(../img/cart/amazon.png) no-repeat 20px center;
	color:#FFF;
	line-height:1.3;
	padding:10px 0;
}
.orderTableSummary .card-img{
	display:block;
	margin:10px auto;
}
.menber-checkBox label  {
    font-size: 1.3rem;
}
.menber-checkBox.last label[for="preserve_login_flag"]  {
    margin-left: 0;
    padding-left: 25px;
}

@media only screen and (max-width: 1024px){
	.orderTableSummary .member-box{
		padding:20px 10px 15px;
	}
	.orderTableSummary .member-box .button {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 767px){
	.orderTableSummary .member-box{
		padding: 0;
	}
	.orderTableSummary .member-box .button,
	.orderTableSummary .member-box .guide_link_btn,
	.orderTableSummary .member-box .continue_shopping_btn{
		width: 100%;
		float: none;
	}
	.orderTableSummary .member-box .guide_link_btn{
		text-align: center;
		padding-top: 0;
		text-decoration: underline;
		padding-bottom: 20px;
        margin: 0;
        padding: 12px 0 30px 0;
		font-size: 11px;
	}
	.orderTableSummary .member-box .continue_shopping_btn{
		width: 100%;
		display: block;
		margin: auto;
		text-align: center;
	}
	.orderTableSummary .side-ttl {
		font-size: 1.4rem;
	}
	.orderTableSummary .medium-6:last-child {
		border-top: 1px solid #E6E3E0;
		padding-top: 35px;
	}
	.orderTableSummary .medium-6:nth-child(2n) {
		border-left: none;
	}
	.orderTableSummary .medium-6 {
		padding: 0;
		height: auto;
		float: none !important;
		width: 100% !important;
		margin-bottom: 0;
		border-top: 1px solid #E6E3E0;
		padding: 35px 0 0 !important;
	}
	.orderTableSummary {
		margin-bottom: 0;
	}
    .orderTableSummary.customer{
        margin-top: 0;
    }
	.orderTableSummary.customer .member-box .button{
		float: none;
	}
	.sys_login_submit {
		margin: 0;
	}
    .orderTableSummary .title h4 {
        font-size: 1.2rem;
        margin-bottom: 25px;
    }
    .orderTableSummary .row .medium-6.small-12.columns:nth-child(1) .member-box.-notoSans{
        margin-bottom: 30px;
    }
    .orderTableSummary .member-box{
        padding: 0;
        margin-bottom: 0;
    }
    .orderTableSummary .row .medium-6.small-12.columns:nth-child(2){
        margin-top: 50px;
    }
    .orderTableSummary .member-box .menber-checkBox.last{
        margin-bottom: 25px;
    }
}


/* step02 */

.coupon-app-btn {
	background-color: #E7E3E0;
	text-align: center !important;
	color: #878380 !important;
	height: 35px !important;
	line-height: 31px !important;
	font-size: 12px !important;
	font-size: 1.2rem !important;
	padding: 0 20px !important;
	margin-left: 0px !important;
	vertical-align: bottom !important;
}
.coupon-app-btn:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
.deliveryAddressList{
	margin-left: 20px;
}

.point-payment-btn {
	background-color: #878380 !important;
	color: #fff !important;
	display: inline-block;
	border: none !important;
	padding: 0 10px; 
}

/* step04 */

.regmessageArea{
	max-width:850px;
	margin:0 auto;
	text-align:center;
}
.mainContents.step01.cart_no_goods .regmessageArea{
	padding-top: 210px;
}
.mainContents.cart.step04 .regmessageArea{
	max-width:1100px;
	margin:0 auto;
	text-align:center;
}
.regmessageArea .text-box{
	font-size:12px;
	font-size:1.2rem;
	padding:90px 0 70px;
    color: #333;
}
.regmessageArea .text-box .thank-ttl{
	font-size:26px;
	font-size:2.6rem;
	margin-top:90px;
	margin-bottom:20px;
    letter-spacing: 1px;
/*     font-family: 'Noto Serif JP'; */
}
.regmessageArea .text-box p{
/*     font-family: 'Noto Sans JP'; */
    letter-spacing: 0.5px;
}
.regmessageArea .text-box .thank-txt{
	font-size:14px;
	font-size:1.4rem;
	text-align:left;
}
.regmessageArea .share-box .share-box{
	margin-bottom:100px;
}
.regmessageArea .share-box .share-ttl{
	font-size:30px;
	font-size:3.0rem;
	margin-bottom:30px;
/* 	font-family: 'Noto Sans JP','Roboto','Roboto Condensed'; */
}
.regmessageArea .share-box ul{
	font-size:0;
}
.regmessageArea .share-box li{
	display:inline-block;
	margin:0 22px;
}

@media only screen and (max-width: 767px){
	.regmessageWrapper{
		padding-top:15%;
	}
	.regmessageWrapper .regmessageArea {
		margin: 0px;
	}
    .mainContents.cart.step04 .regmessageArea{
        margin: 0 auto;
        width: 94% !important;
    }
    .mainContents.cart.step04 .regmessageArea .row{
        margin: 0 auto;
        width: 100% !important;
    }
    .mainContents.step01.cart_no_goods .regmessageWrapper{
	    padding-top: 0;
    }
    .mainContents.step01.cart_no_goods .regmessageArea{
	    padding-top: 50px;
    }
	.regmessageArea .text-box{
		font-size:12px;
		font-size:1.2rem;
		padding:30px 0 50px;
	}
	.regmessageArea .text-box .thank-ttl{
		font-size:18px;
		font-size:1.8em;
		margin-bottom:20px;
	}
    .mainContents.cart.step04 .regmessageArea .text-box .thank-ttl{
		font-size:20px;
        margin-bottom: 20px;
/*         font-family: 'Noto Serif JP'; */
        margin-top: 70px;
    }
	.regmessageArea .share-box .share-box{
		margin-bottom:100px;
	}
	.regmessageArea .share-box .share-ttl{
		font-size:18px;
		font-size:1.8rem;
		margin-bottom:20px;
	}
	.regmessageArea .share-box li{
		display:inline-block;
		margin:0 12px;
		width:8%;
	}

}

.gift_container {
	margin-top: -30px;
	margin-bottom: 15px;
	border: #999 thin solid;
}

.gift_block {
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
}

.gift_img {
	width: 50%;
	padding: 10px 10px 10px;
	vertical-align: middle;
	float: left;
}

@media only screen and (max-width: 767px){
	.gift_img {
		width: 50%;
	}
}

.gift_btn {
	margin-bottom: 0;
}

.shoping_cart__side_inner {
	margin-top: 20px;
	padding-top: 20px;
}
.shoping_cart__side_inner.first {
	border-top: #bfbfbf solid 1px;
}

.join_text {
	font-size: 16px;
	font-size: 1.6rem;
}

.join_text.last {
	margin-bottom: 10px;
}


/* gift_wrapping STYLE
-------------------------------*/
.gift_wrapping .bold {
	font-weight: bold;
}
.gift_wrapping .gift_wrapping_detail {
	display: none;
}
.gift_wrapping .gift_wrapping_detail.confirm {
	display: block;
}
.gift_wrapping .gift_wrapping_detail_description .gift_wrapping_item {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin-right: 3%;

	margin-bottom: 20px;
	font-size: 12px;
}
.gift_wrapping .gift_wrapping_detail_description .gift_wrapping_item .image {
	position: relative;
}
.gift_wrapping .gift_wrapping_detail_description .gift_wrapping_item .image img {
	vertical-align: middle;
}
.gift_wrapping .gift_wrapping_detail_description .gift_wrapping_item .image .caption {
	position: absolute;
	color: #7f7f7f;
	width: 100%;
	text-align: center;
	bottom: 0;
	margin-bottom: 6px;
	font-size: 0.8em;
}
.gift_wrapping .gift_wrapping_detail_description .gift_wrapping_item .explain {
	font-size: 0.8em;
}
.gift_wrapping .gift_wrapping_about {
	margin-top: 20px;
}
.gift_wrapping .gift_wrapping_about .gift_wrapping_title {
	width: 100%;
	text-decoration: underline;
	cursor: pointer;
	margin-bottom: 5px !important;
}
.gift_wrapping .gift_wrapping_about .gift_wrapping_item_wrap {
	width: 100%;
	display: none;
	overflow: hidden;
}
.gift_wrapping .gift_wrapping_about .gift_wrapping_item {
	margin: 10px 0 20px;
}
.gift_wrapping .gift_wrapping_items .gift_wrapping_item_wrap {
	margin-top: 10px;
}
.gift_wrapping .cannot_select_gift_wrapping .gift_wrapping_items .gift_wrapping_item_wrap {
	margin-top: 0;
}
.gift_wrapping .gift_wrapping_items .gift_wrapping_item_wrap .explain {
	margin: 6px 0 0 5%;
	font-size: 0.8em;
}
.gift_wrapping .gift_wrapping_items .gift_wrapping_item_wrap .form-bottom:last-child{
	margin-bottom: 0;
}
.gift_wrapping .gift_wrapping_items .gift_wrapping_item {
	padding: 20px 10px;
	/* background: #eee; */
	border: 0;
	border-bottom: #e7e3e0 dotted 1px;
	overflow: hidden;
}
.gift_wrapping .gift_wrapping_items .gift_wrapping_item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.gift_wrapping .gift_wrapping_items .goods_info{
	float: left;
	width: 45%;
	overflow: hidden;
}
.gift_wrapping .gift_wrapping_items .goods_info .image {
	width: 40%;
	float: left;
}
.gift_wrapping .gift_wrapping_items .goods_info .image img {
	display: block;
	max-width: 100%;
	height: auto;
	/* margin-bottom: 5px; */
}

.gift_wrapping .gift_wrapping_items .goods_info .info_wrap{
	float: right;
	width: 50%;
}
.gift_wrapping .gift_wrapping_items .goods_info .name {
	font-style: normal;
	/* border-bottom: 5px solid #e2e2e2; */
	margin-bottom: 1rem;
	display: inline-block;
	float: none;
}
.gift_wrapping .gift_wrapping_items .goods_info .info .separator {
	/* white-space: nowrap; */
	display: block;
	/* font-size: 1.4rem;
	font-size: 14px; */
	font-weight: 300;
	color:#7d7d7d;

	font-size: 12px;
    line-height: 1.5;
    margin-bottom: 1px;
}
.gift_wrapping .gift_wrapping_items .gift_wrapping_id_wrap{
	float: right;
	width: 50%;
}

@media only screen and (max-width: 767px){
	.formTable #gift_wrapping_wrap .inputRow .inputCol{
		width: 100%;
	}

	.gift_wrapping .gift_wrapping_items .goods_info{
		float: none;
		width: 100%;
	}

	.gift_wrapping .gift_wrapping_items .gift_wrapping_id_wrap{
		float: none;
		width: 100%;
		margin-top: 10px;
	}
}

/* formTable STYLE
-------------------------------*/
.formTable .gray-form {
	padding-bottom: 25px;
}
.formTable .shippingForm.search_post_form.gray-form{
    padding: 20px 0 0 28px;
}
.formTable .gray-form.credit {
	padding-bottom: 0;
}
.formTable .credit-intro {
	margin-bottom: 0;
}
.formTable .credit .credit-intro {
	margin-bottom: 30px;
}
.formTable .cash_on_delivery {
	background-color: #fff;
	border: 1px solid #eeeeee;
/*     font-family: 'Noto sans JP'; */
    padding: 20px 25px;
    font-size: 13px;
    width: 70%;
    margin-bottom: 10px;
}
.formTable .cash_on_delivery table {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
/*     font-family: 'Noto Sans JP'; */
}
.formTable .cash_on_delivery table tr th,
.formTable .cash_on_delivery table tr td {
	font-size: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
}
.formTable .cash_on_delivery table tr th {
	background-color: #eee;
	text-align: center;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
.formTable .cash_on_delivery table tr td {
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
/* 	font-family: 'Noto Sans JP','Roboto','Roboto Condensed'; */
}
.formTable .cash_on_delivery table tr th.price {
	border-left: none;
}
.formTable .cash_on_delivery table tr td.price {
	text-align: right;
	border-left: none;
}
.formTable .cash_on_delivery .cash_about--bottom {
	font-size: 80%;
}

@media only screen and (max-width: 767px){
	.formTable .cash_on_delivery {
		padding: 10px;
		border: 1px solid #eeeeee;
	}
	.formTable .cash_on_delivery table tr th,
	.formTable .cash_on_delivery table tr td {
		font-size: 90%;
	}
    .formTable .gray-form.cash_on_delivery{
        width: 100%;
    }
    .formTable .gray-form{
        padding: 10px 15px;
        margin-bottom: 5px;
    }
}

.formTable .usePointField .usePointForm  {
	padding: 5px;
	background: none !important;
}
.formTable .usePointField .usePointForm input[name="use_point"] {
	background: none !important;
}
.formTable .usePointField .usePointForm input.use_point {
	width: 15%;
	margin: 0 10px;
}
@media only screen and (max-width: 767px) {
	.formTable .usePointField .usePointForm input[name="use_point"] {
		background-color: #fff !important;
	}
	.formTable .usePointField .usePointForm input.use_point {
		width: 24%;
		margin: 0 10px;
	}
    .formTable .shippingForm.search_post_form.gray-form{
        padding: 15px 0 0 25px;
    }
}
/* related item ---------------*/
.ttl-wrap.page.title{
	text-align: center;
	font-size: 12px;
	color: #70716c;
}
.cart-left .formTable .form-ttl{
	font-weight: 600;
	font-size: 14px;
	font-size: 1.4rem;
    letter-spacing: 1px;
}
.formTable .form-ttl {
	width: 20%;
}
.formTable .form-content {
	width: 80%;
	color: #333;
}
.formTable .form-content.coupon inputRow{
	padding-bottom: 0;
}
.formTable .form-content #form_coupon_code{
	font-size: 1.2rem;
	line-height: 39px;
	padding: 0 10px;
	height: 35px;
}
.point_a .inputCol div {
	font-size: 1.4rem;
}
.formTable .form-content .inputCol input[type="text"].city,
.formTable .form-content .inputCol input[type="text"].town,
.formTable .form-content .inputCol input[type="text"].address {
	width: 100%;
}
.formTable .form-content .inputCol .pref-city-town.city-disabled{
	background-color: #ddd;
	pointer-events: none;
}
.formTable .form-content .inputCol input[type="text"].tel{
    width: 50%;
    margin-right: 10px !important;
}
.formTable .shippingForm.search_post_form.gray-form .inputRow .inputCol input.tel{
    width: 49%;
    margin-right: 10px;
}
.formTable .form-content .inputCol .birth-wrap


.formTable .form-content .inputCol input[type="text"].tel {
	width: 50%;
}
.formTable .form-content .inputCol .input_attention.inline {
	display: inline;
}
.formTable .form-content .zip_code_area {
	margin: 18px 0 10px;
    padding: 0;
}
.formTable.confirm .form-box {
	width: 850px;
	margin: 0 auto;
/* 	font-family: 'Noto Sans JP','Roboto','Roboto Condensed'; */
}
.formTable.confirm .form-box .small-w100p label{
	padding-left: 20px;
	margin-right: 11px;
	margin-left: 0;
}
.formTable.confirm .form-box.delivery .inputRow.delivery_time_area label{
    padding-left: 25px;
    margin-right: 20px;
    margin-left: 0;
    padding-bottom: 8px;
    letter-spacing: 0.5px;
}
.formTable.confirm .form-box.delivery .inputRow.delivery_time_area label[for="form_delivery_time_id8"]{
    padding-bottom: 0;
}
.formTable.confirm .form-box .small-w100p label[for="form_payment_option_id2"],
.formTable.confirm .form-box .small-w100p label[for="form_payment_option_id19"]{
	padding-left: 25px;
}

.formTable.confirm .form-ttl span {
	display: block;
	font-size: 12px;
	color: #9F0A0A;
	font-weight: 300;
}
.formTable .inputRow .inputCol select.pref_id{
/* 	font-family: 'Noto Sans JP'; */
	font-size: 1.2rem;
    width: 170px;
	border: 1px solid #e7e3e0;
    appearance: auto !important;
	/*background: url(/assets/front/agete/img/down_arrow.png) no-repeat right;*/
}
.formTable .form-box.first {
	border-top: none;
}
.formTable .inputColInner.zip_area {
	display: flex;
}
.formTable .inputRow .inputCol .inputColInner.zip_area .line2 {
	/*width: 28%;*/
}
.formTable .inputRow .inputCol .inputColInner.zip_area .line.zip_add {
	width: 100%;
}
.formTable .inputColInner.zip_area .line input{
	font-size: 1.3rem;
	opacity: 0.8;
	padding: 8px 15px;
}
.formTable .inputRow .inputColInner {
	/*width: 100%;*/
	margin-left: 150px;
}
.formTable .delivery .inputRow .inputColInner {
    margin-left: 80px;
}
.formTable.confirm .inputRow.delivery_time_area .inputHead{
	margin-top: 0;
	/*margin-bottom: 0;*/
	padding-top: 0;
	line-height: 200%;
}
.formTable.confirm .inputRow .inputHead .inputLabel,
.formTable .inputRow label {
	font-weight: 400;
	font-size: 1.4rem;
    letter-spacing: 0.5px;
    margin-left: 0;
}
.formTable .inputRow.pb-none label{
    padding-left: 25px;
}
input[type="checkbox"] + label{
    padding-left: 25px;
}
.formTable.confirm .inputRow .inputHead .inputLabel{
    /*width: 150px;*/
    margin-right: 5px;
}
.formTable.confirm .delivery .inputRow .inputHead,
.formTable.confirm .delivery .inputRow .inputHead .inputLabel{
    width: 70px;
}
.formTable .inputRow.last .form-bottom label::before,
.formTable .inputRow.last .form-bottom label::after{
    margin-top: 3px;
}
.formTable .inputColInner.zip_area .zip_block_k2.line {
	width: auto;
	position: relative;
	display: inline-block;
	line-height: 150%;
	margin-left: 0;
    margin-right: 0
	/*display: none;*/
}
.formTable .inputColInner.zip_area .zip_block_k2.line button {
	width: 100%;
	background: #e7e3e0;
	padding: 9px 25px;
	color: #878380;
	font-size: 1.2rem;
}
ul.done-btnList.col2 {
	display: flex;
	justify-content: space-between;
}
.mainContents.cart.step04 ul.done-btnList.col2 li.black-btn:first-child a {
    background: #fff;
	display: block;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #e7e3e0;
    padding: 12px 0;
    color: #333;
}
.mainContents.cart.step04 ul.done-btnList.col2 li.black-btn:last-child a {
    background: #988666;
	display: block;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #988666;
    padding: 12px 0;
    color: #fff;
}
ul.done-btnList.col2 li {
	width: 265px;
}
.stepListWrapper {
	max-width: 1100px;
	margin: 0 auto 40px;
}
.stepListWrapper ul:before{
	left: 25%;
	width: 50%;
}
.mainContents.cart.step04 .stepListWrapper ul:before{
	left: 15%;
	width: 70%;
}
/*
.formTable .inputRow .inputCol input.coupon-app-btn{
    font-family: "Helvetica Neue","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
*/
@media only screen and (max-width: 767px){

	.orderTable, .formTable {
		width: 100%;
		font-size: 13px;
	}
	.formTable.confirm .form-box {
		width: 100%;
		border-bottom: #e7e3e0 dotted 1px;
	}
	.formTable.confirm .form-ttl span {
		padding: 0 5px;
		font-size: 11px;
		display: inline;
	}
	/*.formTable .inputRow .inputHead {
		float: left;
		width: 23%!important;
	}*/
	.formTable .inputRow .inputCol {
		width: 100%;
	}
    .formTable .inputRow.first .inputCol,
    .formTable .inputRow:nth-child(2) .inputCol,
    .formTable .inputRow.zip_code_area .inputCol,
    .formTable .inputRow:nth-child(4) .inputCol,
	.formTable .inputRow.address-section .inputCol:nth-child(2){
        width: 78%;
    }
    .formTable .search_post_form .inputRow:nth-child(8) .inputCol{
        float: none;
    }
    .formTable .shippingForm.search_post_form.gray-form .inputRow .inputCol{
        width: 100%;
        float: none;
    }
    .formTable .shippingForm.search_post_form.gray-form .inputRow .inputCol .inputColInner{
        width: 100%;
    }
	.formTable .form-box.first {
		/*adding-top: 40px;*/
	}
	ul.done-btnList.col2 li.back {
		display: block;
        margin-bottom: 0 !important;
	}
	ul.done-btnList.col2 li.back input.button {
        margin-bottom: 0 !important;
	}
	ul.done-btnList.col2 {
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
    .buttonArea ul.done-btnList.col2{
        margin-bottom: 0;
    }
	.buttonArea .button.nextgo {
		/*margin-bottom: 20px;*/
	}
    .mainContents.step02 .buttonArea .button.nextgo{
        margin-bottom: 0;
    }
	.formTable.confirm .form-box .small-w100p label{
		margin-top: 10px;
		padding-left: 20px;
		margin-left: 0px;
		/*width: 100%;*/
	}
	.formTable.confirm .form-box .delivery_time_area .small-w100p label{
		margin-left: 25px;
		padding-left: 20px;
		margin-left: 0px;
        padding-bottom: 9px !important;
        margin-top: 0;
	}
	.formTable .inputRow .inputCol .line2 span.line {
		width: 48%;
	}
    .formTable .search_post_form .form-content .inputRow .inputCol .line2 span.line{
        width: 48%;
        margin-right: 10px;
    }
    .formTable .search_post_form .form-content .inputRow .inputCol .line2 span.line:nth-child(2){
        margin-right: 0;
        margin-left: 0;
    }
	.formTable .inputColInner.zip_area {
		float: left;
		width: 77%;
	}
    .formTable .inputRow .inputColInner.mb,
    .formTable.confirm .search_post_form .form-content .inputRow:nth-child(7) .inputColInner{
        width: 100%;
    }
	.formTable .inputRow .inputCol .inputColInner.zip_area .line2 {
		width: 80%;
	}
	.formTable .inputColInner.zip_area .zip_block_k2.line button {
		font-size: 1.1rem;
		padding: 9px 9px 10px;
        font-weight: 300;
/*         font-family: 'Noto Sans JP'; */
	}
	.formTable .inputColInner.zip_area .zip_block_k2.line{
		margin-left: 4px;
        width: 95%;
        margin-right: 0;
	}
	.point_a .inputCol div {
		font-size: 1.3rem;
	}
	.formTable .form-content .inputCol input[type="text"].city,
	.formTable .form-content .inputCol input[type="text"].town,
	.formTable .form-content .inputCol input[type="text"].address,
	.formTable .form-content .inputCol .birth-wrap {
		width: 100%;
	}
    .formTable .shippingForm.search_post_form.gray-form .inputRow .inputColInner.mb input.city{
        margin: 10px 0 10px;
    }
    .formTable .shippingForm.search_post_form.gray-form .inputRow .inputColInner.mb input.town{
        margin: 0 0 10px;
    }
	.formTable.confirm .inputRow {
		padding-bottom: 15px;
	}
    .formTable.confirm .search_post_form .form-content .inputRow:nth-child(7){
        padding: 0 0 35px;
    }
    .formTable .shippingForm.search_post_form .inputRow .inputRow:nth-child(4){
        padding: 0 0 5px;
    }
    .formTable .form-box.delivery .inputRow:first-child{
        margin-bottom: 5px;
    }
	.stepListWrapper li:nth-child(4) {
		width: unset;
		width: auto;
	}
	.stepListWrapper ul:before{
		left: 25%;
		width: 62%;
		top: 24px;
	}
	.stepListWrapper ul {
		padding: 8px 0;
	}
	.stepListWrapper li {
		color: #BBB;
		margin: 0 4%;
	}
	.formTable.confirm .delivery .inputRow .inputHead {
		float: none;
		font-weight: 400;
	}
	.formTable .inputRow .inputCol span.line.short {
		width: 70%;
	}
	.cart-left .formTable .form-ttl{
		padding-left: 0;
		font-weight: bold;
        margin-bottom: 20px !important;
	}
	.formTable .form-content .inputCol input[type="text"].tel {
		width: 78%!important;
        margin-right: 0!important;
	}
	.formTable.confirm .inputRow .inputHead .inputLabel,
	.formTable .inputRow label {
		font-size: 1.3rem;
	}
	.formTable.confirm .inputRow .inputHead .inputLabel {
		font-size: 1.3rem;
        width: 100%;
        margin-right: 0;
	}
	.formTable .inputColInner.zip_area .line input{
		font-size: 1.1rem;
	}
	.formTable .form-content .zip_code_area {
		margin: 0px;
        padding-bottom: 0;
	}
	.formTable .form-content #form_coupon_code{
		font-size: 1.1rem;
	}
	.formTable .inputRow .inputCol select.pref_id{
		font-size: 1.2rem;
		width:100%;
/*     	font-family: 'Noto Sans JP'; */
	}
    .formTable .shippingForm.search_post_form.gray-form .inputRow .inputCol input.tel{
        width: 78% !important;
        margin-right: 0;
    }
    .formTable.confirm .form-box .delivery_time_area .small-w100p label[for="form_delivery_time_id8"]{
        padding-bottom: 0 !important;
    }
    .formTable .coupon .inputRow .inputCol{
        float: none;
    }
    .mainContents.cart.step04 ul.done-btnList.col2 li.black-btn a {
        padding: 11px 0 !important;
    }
    .mainContents.cart.step04 ul.done-btnList.col2 li.black-btn:last-child{
        margin: 0 0 20px !important;
    }

}

.form-box .form-content .inputRow .inputCol span.current_point {
	font-weight: bold;
}
.step01 .orderTable {
	width: 72%;
/* 	font-family: 'Noto Sans JP'; */
	padding-top: 20px;
	max-width: 900px;
    table-layout: fixed;
   
}
.orderTableSummary h3 {
	font-size: 2.4rem;
	margin-bottom: 5px;
	letter-spacing: 0.2em;
  font-family: var(--Classico);
}
.orderTableSummary h4 {
	font-size: 1.4rem;
	margin-bottom: 15px;
}
.cart-left .price {
    letter-spacing: 0.3px;
}

.price.red {
	color: red !important;
}

.formTable .inputRow .inputCol select#form_shipping_date {
/* 	font-family: 'Noto Sans JP','Roboto','Roboto Condensed'; */
    font-size: 12px;
    padding: 0;
}
/*
#form_shipping_date option {
	font-family: 'Noto Sans JP','Roboto','Roboto Condensed';
}
*/
.formTable.confirm .form-box .small-w100p label {
    padding-left: 25px;
    margin-right: 11px;
    margin-left: 0;
    margin-top: 0;
    /*z-index: 1000000;*/
}	
.stepListWrapper li {
	font-size: 1.4rem;
    display: block;
    letter-spacing: 0.3px;
    white-space: nowrap;
}
input[type="checkbox"]:checked + label:after {
	top: 10px;
}
.formTable .form-box .inputRow.delivery_box label:after{
    top: 13px;
}
.mailmagazine input[type="checkbox"]:checked + label:after {
	top: 13px;
}
input[type="checkbox"]:checked + label[for="form_credit_card_add_flag"]:after {
	top: 13px;
}
.formTable .inputRow .inputCol input[type="text"]#zeus_token_card_number {
	width: 50%;
}
.formTable #zeus_new_card_area .inputRow .inputCol span.line {
	width: 18%;
}
.formTable .credit .inputRow .inputCol span.line  {
	width: 18%;
    margin-right: 10px;
}
.formTable .inputRow .inputCol .question .validity-wrap {
	width: 50%;
}
.formTable .gray-form .inputRow .inputColInner {
	margin-left: 100px;
}
.formTable .gray-form.credit .inputRow .inputColInner{
    margin-left: 150px;
}
.formTable .gray-form .inputRow .inputHead .inputLabel {
	width: 131px;
}
.formTable .shippingForm.search_post_form.gray-form .inputRow .inputHead .inputLabel{
    width: 100px;
    margin-right: 0;
}
.formTable .gray-form.credit .inputRow .inputHead .inputLabel{
	width: 131px;
    margin-right: 0;
}
.buttonArea {
	padding: 80px 0 0;
}
.buttonArea .row{
    width: min(1060px,100%);
    max-width: 100%;
    margin: 0 auto;
}
.mainContents.step01.cart_no_goods .buttonArea{
    padding: 50px 0;
}
.mainContents.step01.cart_no_goods .buttonArea .row{
	width: 1060px;
}
.formTable .inputRow .inputCol .validity-wrap span.line_date {
    /*width: 35%;
    float: left;*/
}
.formTable .inputRow .inputCol span.line_date.date {
    width: 1%;
    /*float: left;*/
    display: table-cell;
    font-size: 1.2rem;
    padding-right: 15px;
}
.buttonArea.mt-none {
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 0;
}
.buttonArea.cart_step03 {
	padding: 90px 0 10px;
}

/* GMOカード情報入力 */
.gmoCreditcardForm1 .inputHintForm {
	display: flex;
	align-items: center;
}
.gmoCreditcardForm1 .inputHintForm .line {
	flex: 1;
}
@media only screen and (max-width: 767px){
	.gmoCreditcardForm1 .inputHintForm .line {
		width: 50%
	}
}

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

	.step01 .orderTable {
		margin: 0 auto;
		margin-top: 40px;
		width: 100%;
		padding: 0;
		border-top: #988666 1px solid;
	}
	.stepListWrapper {
		margin-bottom: 0;
	}
	.orderTable .title {
		font-size: 3vw;
	}
	.orderTable .column1 {
		/*margin-right: 9%;*/
        width: 100px;
        margin-right: 30px;
	}
	.orderTable .row.clearfix {
		padding: 10% 0;
	}
	.orderTable .row.clearfix {
		padding: 10% 0;
	}
	.cart-left .price {
	    font-size: 13px;
	    color: #333;
	}
	.item_price {
	    font-size: 13px;
	}
	.stepListWrapper li {
		font-size: 1.2rem;
		padding: 8px 9px;
		margin: 0 5px;
	}
	.formTable .inputRow .inputCol select#form_shipping_date {
/* 		font-family: 'Noto Sans JP','Roboto','Roboto Condensed'; */
		width: 100%;
		font-size: 1.2rem;
	}
	.formTable.confirm #zeus_new_card_area .inputRow .inputHead {
		width: 100%!important;
	}
	.formTable .inputRow .inputCol input[type="text"]#zeus_token_card_number {
		width: 100%;
	}
	.formTable .inputRow.maila .inputCol span.line,
	.formTable .inputRow.passw .inputCol span.line {
		width: 100% !important;
		margin-right: 0;
	}
	.formTable #zeus_new_card_area .inputRow .inputCol span.line {
		width: 28%;
	}
	
	/*.formTable .gray-form .inputRow .inputHead .inputLabel {
		width: 100%;
	}*/
	.formTable .inputRow .inputCol .question .validity-wrap {
		width: 80%;
	}
	.formTable .inputRow .inputCol span.line_date.date {
		width: 12%;
		line-height: 35px;
	}
	.formTable .credit .inputRow .inputCol span.line  {
		width: 28%;
	}
    .formTable .credit .gmoCreditcardForm1 .inputRow .inputCol .validity-wrap span.line_date:nth-child(2){
        padding-right: 22px;
        padding-left: 3px;
    }
    .formTable .credit .gmoCreditcardForm1 .inputRow .inputCol .validity-wrap span.line_date:nth-child(4){
        padding-right: 19px;
    }
	.buttonArea {
		padding: 50px 0 0;
	}
	.orderTableSummary h3 {
		font-size: 2.6rem;
		margin-bottom: 5px;
		letter-spacing: 1.2px;
	}
	.regmessageArea .buttonArea {
		padding: 9% 0;
		margin: 0;
	}
	.buttonArea ul li.back {
	    display: block;
	    margin-bottom: 15px;
	}	
	.buttonArea ul li {
	    width: 100%;
	    text-align: center;
	}
	#recommend-wrap .row {
        width: 94%!important;
    }
	#recommend-wrap .owl-nav div.owl-next, #checked-wrap .owl-nav div.owl-next {
		right: 0;
	}
	#recommend-wrap .owl-nav div.owl-prev, #checked-wrap .owl-nav div.owl-prev {
		left: 0;
	}
    .mainContents.step01.cart_no_goods .buttonArea{
        padding: 40px 0 0;
    }
    .formTable .shippingForm.search_post_form.gray-form .inputRow .inputHead .inputLabel{
        width: 100%;
    }
    .formTable .gray-form .gmoCreditcardForm1 #gmo_new_card_area .inputRow:nth-child(3) .inputHead .inputLabel{
        width: 131px;
        margin: 0 0 3px;
    }
	
}

@media only screen and (max-width: 767px){
	.formTable .inputRow .inputCol select {
/* 		font-family: 'Noto Sans JP','Roboto','Roboto Condensed'; */
		font-size: 1.2rem;
	}
	.gray-form .inputRow .inputCol {
		width: 100%;
	}
	#recommend-wrap:nth-of-type(2) .owl-nav div.owl-next {
		right: 0;
	}
	#recommend-wrap:nth-of-type(2) .owl-nav div.owl-prev {
		left: 0;
	}
	.secure_attention{
		font-size: 1.3rem;
		padding-top: 21px;
		padding-bottom:21px;
	}
}
@media only screen and (min-width: 767px){
	.stepListWrapper ul{
		margin: 0 100px;
	}
	.stepListWrapper{
		display: flex;
    	justify-content: center;
    }
}

/** amazonpay */
#AmazonPayButton img {
	width: 50%;
}
.amazonpay-logo {
	height: 20px;
}
@media only screen and (max-width: 750px){
	#AmazonPayButton img {
		width: 100%;
	}
	.buttonArea .single-btn, .bottom-button .single-btn {
		text-align: center;
	}
}

.novelty_items .inputRow .form-top img{
	margin-right:5px;
	margin-bottom:5px;
}

@media screen and (max-width:767px) {
	.buttonArea .row.tLinks{
			bottom: inherit;
	}
}
.cart-help {
	margin-right: 0;
	text-align: right;
	text-decoration: underline;
	font-size: 13px;
	color: #7d7d7d;
}

.member_registration_col {
	min-height: 510px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

a.button.pay-btn01.proceed.cart_login {
	margin-bottom: 10px;
}

.orderTableSummary .member-box .button.cart_login {
	width: 100%;
	border: 1px solid #e7e3e0;
}

.sns_button_list-column {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 4px;
	margin-top: 5px;
}

.sns_button_list-column .columns.large-3 {
	display: flex;
	align-items: stretch;
	width: auto;
}

.sns_button_list-column .columns .button {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px 0;
}

.sns_button_list-column .columns .button img {
	margin: 0 5px 0 0;
}

.button.buttonWhite,
a.button.buttonWhite,
.buttonWhite:visited,
.buttonWhite:active,
.buttonWhite:link {
	color: inherit;
	border: 1px solid #e7e3e0 !important;
	background: none;
	background-color: #fff;
	font-size: 16px;
	letter-spacing: .1px;
}

.line-icon,
.facebook-icon,
.yahoo-icon,
.glus-icon,
.apple-icon {
	vertical-align: middle;
	margin: 0px 5px;
}

.line-icon {
	width: 25px;
}

.facebook-icon {
	width: 20px;
}

.yahoo-icon {
	width: 25px;
}

.glus-icon {
	width: 25px;
}

.apple-icon {
	width: 25px;
}

a.button.buttonWhite {
	background-color: #fff !important;
}

.login-note {
	margin-bottom: 40px;
}

.member_registration_col>.member-box {
	max-width: 100%;
	margin: 0;
}

.orderTableSummary .member-box p {
	text-align: left;
	margin-bottom: 35px;
}

.orderTableSummary .row .medium-6.small-12.columns:nth-child(1) .member-box.-notoSans {
	margin-bottom: 0;
}

@media screen and (max-width:750px) {
	.login-note {
		margin-bottom: 20px;
	}

	.sns_button_list-column {
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 0;
		grid-row-gap: 10px;
		margin-top: 0;
	}

	.sns_button_list-column .columns .button {
		height: 46px;
	}
}

/*smartpay*/
.smartpayoptionForm .secure_attention {
	font-size: 1.3rem;
	padding-bottom:20px;
}

/* .orderTableSummary .row.member_registration_columns {
	display: flex;
}
.member_registration_columns .member_registration_col {
	display: flex;
	flex-direction: column;
}
.orderTableSummary .row.member_registration_columns .medium-6.small-12.columns:nth-child(1) .member-box.-notoSans {
	margin-bottom: 0;
	margin-top: auto;
}
@media screen and (max-width:768px) {
	.orderTableSummary .row.member_registration_columns {
		flex-direction: column;
	}
} */


.size-select-area
{
	position: absolute;
	width: 100%;
	background: white;
	left: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	padding-right: calc(26px + 18px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.size-select--show
{
	height: 16px;
  width: 18px;
  background: none;
  background-image: url(/assets/front/nojess/img/icon_favo.svg);
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
button.size-select--show:hover,
button.size-select--show:focus
{
	background-color: transparent;
}
@media (min-width: 768px)
{	
	.size-select--show
	{
	  right: 13px;
	  bottom: 13px;
	}
}
.size-select--show.active
{
  background-image: url(/assets/front/nojess/img/icon_favo_on.svg);
  background-size: contain;
}
.size-select
{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.size-select .select_size
{
	background: none;	
	border: none;
	border-bottom: solid 1px black;
	padding: 0;
	padding-top: 14px;
	padding-left: 12px;
	padding-bottom: 16px;
	height: fit-content;
	color: black;
	font-size: 1.3rem;
	width: 100%;
	text-align: left;
	letter-spacing: .1em;
	cursor: pointer;
	background: url(../img/common/ico_down.svg) no-repeat right 12px center;
	background-size: 14px;
}
.size-select .size-select__list
{
	position: absolute;
	bottom: 0;
	transform: translateY(100%);
	width: calc(100% - 44px);
	font-size: 1.3rem;
	background: white;
	color: black;
	display: none;
}
.size-select .size-select__list li
{
	border-bottom: 1px solid #efe9e9;
}
.size-select .size-select__list .stock_display
{
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	align-items: center;
}

#recommend-wrap .img
{
	margin-bottom: 16px;
	position: relative;
}


@media (max-width: 767px)
{
	#recommend-wrap .swiper-container .swiper-slide
	{
	  width: 180px;
	  margin-right: 15px;
	}
	#recommend-wrap .owl-carousel.owl-drag .owl-item
	{
		border: none;
	}
	#recommend-wrap .item_checked__link p
	{
		line-height: 2;
		font-size: 1.3rem;
	}
	.owl-carousel .goodsArrow
	{
		display: none;
	}
}

@media (min-width: 768px)
{	
	#recommend-wrap .owl-carousel.owl-drag .owl-item
	{
		border: none;
	}
	#recommend-wrap .item_checked__link p
	{
		line-height: 2;
		font-size: 1.3rem;
	}
	#recommend-wrap .swiper-slide
	{
		width: calc((280/1200)*100%);
		margin-right: calc((40/1200)*100%);
	}
	.item-checked-list
	{
		display: grid;
		grid-template-columns:repeat(5, 1fr);
		gap:40px;
	}
}

#recommend-wrap .row .more_button p
{
  font-size: 19px;
  text-decoration: underline;
  position: unset;
  transform: none;
  padding-top: 15px;
  text-align: center;
}

.swiper-container
{
	position: relative;
}

.swiper-container .swiper-button-next, 
.swiper-container .swiper-button-prev
{
	top: 35%;
	margin: 0;
}

@media (max-width: 767px)
{
	.swiper-container .swiper-button-next, 
	.swiper-container .swiper-button-prev		
	{
		display: none !important;		
	}
}

.swiper-button-next:after, .swiper-button-prev:after
{
	display: none;
}

.swiper-container .swiper-button-prev
{
	background: url(../img/common/slide-prev-arrow.svg) no-repeat;
	background-size: contain;
	left: -20px;
	z-index: 1;
}

.swiper-container .swiper-button-next
{
	background: url(../img/common/slide-next-arrow.svg) no-repeat;
	background-size: contain;
	right: -20px;
	z-index: 1;
}

.swiper-container .swiper-button-disabled
{
	display: none;
}

.swiper-container .swiper-slide .goodsName,
.swiper-container .swiper-slide .price
{
	line-height: 2;
	font-size: 1.3rem;
}

#recommend-wrap .ttl-wrap h3 {
  font-size:30px;
	letter-spacing: 1px;
  font-family: var(--Classico);
	text-align: center;
	/* margin-top: 50px; */
	margin-bottom: 40px;
}
@media (max-width: 767px)
{
	#recommend-wrap .ttl-wrap h3 {
    font-size:24px;
  }		
}
.size-select__list .stock-status
{
	margin-left: auto;
	margin-right: 1em;
}

.size-select__list .add_favorite
{
	display: block;
	height: 16px;
  width: 18px;
  background: url(/assets/front/nojess/img/icon_favo.svg) no-repeat right center;
	background-size: contain;
}

.size-select__list .add_favorite.active
{
  background: url(/assets/front/nojess/img/icon_favo_on.svg) no-repeat right center;
	background-size: contain;
}

/* comvay */

.comvey_attention_text {
	text-align: left;
	margin: 2% 0 auto;
	font-size: 12px;
	color: red;
	
}
/* linemessage */
.linemessageArea .text-box .thank-ttl{
	margin-top: 0px;
}
.linemessageArea .text-box .thank-txt{
	text-align: center;
    margin-top: 30px
}
.mainContents.cart.step04 .linemessageArea .buttonArea{
	max-width: 265px;
}
@media only screen and (max-width: 767px) {
	.mainContents.cart.step04 .linemessageArea .buttonArea{
		max-width: 600px;
	}
	.mainContents.cart.step04 .linemessageArea .text-box .thank-ttl{
		margin-top: 0px;
	}
	.linemessageArea .text-box .thank-txt{
		font-size: 1.17rem;
	}
}
/* linemessage */

.hide_point {
	display: none !important;
}