@charset "utf-8";
/* CSS Document */
/*===========================

            PC

===========================*/

.pc { display: block!important; }
.sp { display: none!important; }


/*========  Common  ========*/
*,
input,
select,
textarea {
	/*font-family:"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;*/
  box-sizing: border-box;
}
body{
	font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}


.fLex { display: flex; }
.small { font-size: 60%!important; }


#Container h2 {
	font-family: '游明朝','Yu Mincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN',serif;
	height: 100px;
    padding: 30px 0 0 2rem;
    font-size: 26px;
	background: url(../img/ttlForm.png) no-repeat left top;
	background-size: 100%;
}



/*==============  Footer  =====================*/
#Footer.formFooter {
    height: 76px;
	background: url(../img/formFooter_bg.png) repeat-x left top;
}
.ffBox {
    position: relative;
}

#Footer.formFooter .Author {
    color: #fff;
    position: static;
    text-align: center;
    padding-top: calc(37px + 0.75rem);
}
#Footer.formFooter .Copyright {
    color: #fff;
    position: static;
    text-align: center;
    padding-bottom: 0.75rem;
    background: #000;
}


/*========  index  ========*/
.campaignWrap{
	margin-bottom: 3.75em;
}
.campaignWrap .img{
	width: 80%;
	max-width: 750px;
	margin: 2em auto 1em;
}
.campaignWrap .img img{
	width: 100%;
	height: auto;
}
.campaignWrap p{
	font-size: 1.25em;
	font-weight: 500;
	text-align: center;
}

.step {
	margin: 30px auto;
}

.step p.txt {
	font-weight: bold;
	margin-bottom: 10px;
}
.step ol {
    align-items: center;
    color: #a2a2a2;
}
.step ol li {
    flex: 0 0 32%;
    height: 40px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #d6d6d6;
}
.step ol li.on {
    background-color: #004ea4;
    color: #fff;
}
.step ol li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    border-left: 18px solid #f3f3ed;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.step ol li:after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    height: 0;
    width: 0;
    border-left: 18px solid #d6d6d6;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    z-index: 2;
}

.step ol li.on:after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    height: 0;
    width: 0;
    border-left: 18px solid #004ea4;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    z-index: 2;
}
.step ol li:last-child {
    flex: 0 0 30%;
}

.bnrBox {
	width: 90%;
	margin: auto;
}
.bnrBox img { width: 100%; }

dd .bnrBox {
	width: 100%;
	margin-bottom: 20px;
}


/* ================  商品テーブル  ========================*/

.Inner .commodity {
    width: 100%;
    margin: 50px auto 0;
}
.commodity th {
    padding: 10px 0;
    color: #fff;
    background-color: #a1afb7;
    border-right: 1px solid #fff;
}
.commodity tr:first-child {
	font-size: 14px;
	border-left: 1px solid #a1afb7;
}
.commodity th:last-child { border-right: 1px solid #97aec8; }
.commodity tr:last-child td:first-child { border-right: none; }
.commodity tr:last-child td:last-child { border-left: none; }


/* =====  ここからtd  ====*/
.pBox {
    display: flex;
    align-items: center;
}
.pBox img {
    width: 62px;
}
.pBox p {
    margin-left: 1.5rem;
}
.nb {
    margin-top: 1rem;
}

.commodity td {
	padding-top: 2.25rem;
}
.commodity td:first-child {
	padding-top: 1rem;
}
.commodity td:nth-child(2),
.commodity td:last-child {
    text-align: right;
}
.commodity td:nth-child(3) {
    width: 16rem;
    text-align: right;
    padding-top: 1rem;
}
.commodity td:nth-child(3) select {
	width: 6rem;
    padding: 0 0.5rem;
}
.commodity td:last-child {
	width: 20%;
}

.goodValue {
    margin-bottom: 5px;
}
.goodValue > span {
    color: #f33;
    font-size: 15px;
    background: linear-gradient(transparent 70%, yellow 70%);
}
.goodValue > span span {
	font-size: 17px;
    font-weight: bold;
}


/* =====  ここから合計金額とか送料とか  ====*/
.totalPrice {
	margin: 50px 0 100px;
    border: #a1afb7 1px solid;
    margin: 0 0 100px;
    border-top: none;

}
.totalPrice li {
	width: 100%;
	padding: 1rem;
	font-size: 18px;
	background: #fff;
/*
	display: flex;
    justify-content: space-between;
*/
}
.totalPrice li div {
	text-align: right;
}
.totalPrice li div:first-child {
	text-align: left;
}

.fontBig {
	font-size: 150%;
	font-weight: bold;
}

.scost {
	font-weight: bold;
	color: #f00;
}
.tpNumber { font-weight: bold; }


/* ================  商品テーブル  ========================*/
dl.fLex {
    width: 100%;
    margin: 20px auto;
    flex-wrap: wrap;
    font-size: 14px;
    border-top: 1px solid #97aec8;
}

dl.fLex dt {
    width: 20%;
    padding: 25px 0 20px 1rem;
    border-bottom: 1px solid #97aec8;
}
dl.fLex dt.rep {
    position: relative;
}
dl.fLex dt.rep:after {
    content: "*";
    color: #f00;
    position: absolute;
}
dl.fLex dd {
    width: 80%;
    padding: 20px 0;
    padding: 20px 1rem;
    border-bottom: 1px solid #97aec8;
}

dl.fLex dd.radioBox .radioInner input[type="radio"]{ margin-right: 0.5rem; }
dl.fLex dd.radioBox label {
    margin-right: 4rem;
    padding-left: 0.2rem;
    cursor: pointer;
}
dl.fLex dd.radioBox.campaign label{ margin-right: 2rem; }

dl.fLex dd span{ padding: 0 0.5rem 0 0; }
dl.fLex dd span.nth{ padding-left: 1rem; }
dl.fLex dd.nmBox span{ padding-right: 1.5rem; }
dl.fLex dd span.red.txt120{
    padding: 0;
	font-size: 160%;
	text-align: center;
	font-weight: bold;
	display: block;
}

dl.fLex dd.radioBox.campaign.cp p.error{
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}

input#zip{ float: left; }
.zipBtn {
    width: 15%;
    height: 28px;
    margin-top: 5px;
    margin-left: 2rem;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #97aec8;
    border: 2px solid #97aec8;
    cursor: pointer;
}
.zipBtn + p.error {
	clear: both;
	overflow: hidden;
    padding-top: 0.5rem;
}
.zipBtn:hover {
    color: #505050;
    background: #fff;
}

.sendBox { margin: 50px auto 100px; }
.sendBox ul {
	display: flex;
}
.sendBox li.next {
    width: 50%;
    height: 60px;
    margin: auto;
}
.sendBox li.next a {
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    background-color: #022751;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    position: relative;
    transition: opacity 0.3s ease;
}
.sendBox li.next a::after {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
    position: absolute;
    right: 2rem;
    top: 1.75rem;
}
.sendBox li.next a:hover {
	opacity: 0.7;
}


/*========  form  ========*/
dl input,
select,
dl textarea {
	width: 100%;
	padding: 0.5rem 1rem;
    border: #a1afb7 1px solid;
    border-radius: 0!important;
}
dl input.error,
select.error,
dl textarea.error {
	background: #f9cdcd;
    border: 1px solid #ff8d8d;
}
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select::-ms-expand{
	display: none;
}
span.select {
	position: relative;
	display: inline-block;
}
span.select:after {
	content: "";
	position: absolute;
    pointer-events: none;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(135deg);
}
td span.select:after,
li span.select:after {
	width: 4px;
	height: 4px;
    top: 40%;
    right: 0.5rem;
}
dd span.select:after {
	width: 6px;
	height: 6px;
    top: 38%;
    right: 1.5rem;
}

dl input[type="radio"] {
	width: 1rem;
    cursor: pointer;
}
dl select,
dl input.short {
	width: 15rem;
}
dl textarea {
	min-height: 10rem;
}
p.error {
	color: #f00;
	margin-top: 0.5rem;
	width: 100%;
}
#product_error {
    margin-bottom: -1.75rem;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}



/*========  confirm  ========*/
.confirm dl.fLex dt {
    padding: 20px 0 20px 1rem;
}
.confirm .sendBox li.back {
	width: 30%;
    height: 50px;
    margin: auto;
}
.confirm .sendBox li.back a {
    width: 100%;
    height: 100%;
    color: #022751;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #022751;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: relative;
}
.confirm .sendBox li.back a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #022751;
    border-left: 2px solid #022751;
    transform: rotate(-45deg);
    position: absolute;
    left: 2rem;
    top: 1.4rem;
}
.confirm .sendBox li.back a:hover {
	opacity: 0.8;
    border: 1px solid #02275190;
}
.confirm .sendBox li.back a:hover::before {
    border-top: 2px solid #02275190;
    border-left: 2px solid #02275190;
}


/*========  thanks  ========*/
.thanksTxt {
	margin: 60px 0 120px;
}
.thanksTxt p {
	font-size: 14px;
}
p.txtBig {
    font-size: 20px;
    font-weight: bold;
}
p.addTxt {
    margin: 30px 0 20px;
}
#Contact .Inner .thanksTxt p strong {
	margin-top: 20px;
    line-height: 2.0;
}
strong span.telpc { display: inline-block!important; }
strong span.telsp { display: none!important; }

.thanks p.btnTop{
	width: 50%;
	height: 60px;
	margin: 40px auto 50px;
}
.thanks p.btnTop a{
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	background-color: #022751;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: opacity 0.3s ease;
}
.thanks p.btnTop a:hover{
	opacity: 0.7;
}
.thanks p.btnTop a::after{
	content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 2rem;
    top: 1.75rem;
}


/*===========================

            TB(w1100px)

===========================*/
@media screen and (max-width: 1099px) {

	/*========  Common  ========*/
	.Sub #Main,
	#Footer {
	    width: 100%;
	    min-width: 100%;
	    height: 100%;
	}
	.Sub #Main .Contents,
	.Sub #Main .Contents img,
	#Container,
	#Container h2 img,
	#Footer .Contents {
	    width: 100%;
	}
	.Inner {
	    width: 90%;
	}
	.Sub h2 {
		margin: 35px auto 30px;
	    width: 90%;
	}
	
	#Container h2 {
		height: 10vw;
	    padding: 2.5vw 0 0 1rem;
	    font-size: 22px;
	}

	#Footer .toTop {
	    top: 0.5rem;
	    left: 84%;
	}

	#Footer .lists {
	    left: 2rem;
	}
	#Footer .Author {
	    top: 7rem;
	    left: 68.5%;
	}
	#Footer .Copyright {
		top: 84%;
	    left: 0;
	    width: 100%;
	}

/*========  index  ========*/
	.bnrBox {
	    width: 95%;
		padding-bottom: 30px;
	}


	/*========  商品テーブル  ========*/
	.Inner .commodity {
	    margin: 30px auto 0;
	}
	.commodity td:nth-child(3) {
	    width: 14rem;
	    padding: 1rem 1rem 1rem 0rem;
	}
	.commodity td:nth-child(3) select {
		width: 6rem;
	    padding: 0 0.5rem;
	}
	.commodity td:last-child {
		width: 16%;
	}
	.commodity td:nth-child(3) select {
		width: 5rem;
	}


	dl.fLex {
	    width: 100%;
	    margin: 10px auto;
	}

	dl select, dl input.short {
		width: 12rem;
	}
	dl.fLex dt {
	    width: 25%;
	}
	dl.fLex dd {
	    width: 75%;
	}

	.zipBtn {
	    width: 20%;
	}
	
	dl.fLex dd.radioBox.campaign label {
		margin-right: 0;
		margin-bottom: 1rem;
	    width: 45%;
	    display: inline-block;
	}



	ul.contion li {
		padding-left: 1rem;
		text-indent: -1rem;
	}

	/*========  form  ========*/
	select {
		background: #fff;
	}

	dl.fLex dd.radioBox label {
	    padding-left: 0;
	}
	dl input[type="radio"] {
	    border-radius: 50%!important;
	    padding-right: 0.5rem;
	}
	dl.fLex dd.radioBox .radioInner input[type="radio"] {
	    margin-right: 0rem;
	    position: relative;
	    top: 2px;
	}



	/*========  confirm  ========*/
	.confirm .sendBox li.back a:hover {
		opacity: 1.0;
	}



	/*========  thanks  ========*/
	.telpc a,.telsp a{
		color: #084486;
		text-decoration: none;
	}



}


/*===========================

            SP

===========================*/
@media screen and (max-width: 767px) {

.pc { display: none!important; }
.sp { display: block!important; }

	/*========  Common  ========*/
	.Sub h2 {
		margin: 25px auto 10px;
	}

	#Container h2 {
		height: 18vw;
	    padding: 4vw 0 0 1rem;
	    font-size: 5.35vw;
		background: url(../img/ttlForm_sp.png) no-repeat left top;
		background-size: 100%;
	}


	.formTxt li {
		padding-left: 1rem;
		text-indent: -0.8rem;
	}

	#Footer .toTop {
	    left: 75%;
	}
	#Footer .lists {
        left: 0;
	    top: 25%;
	    width: 100%;
	    padding: 0 5%;
	}
	#Footer .lists ul {
		width: 50%;
	}
	#Footer .Author {
	    top: 82%;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    color: #fff;
	}
	#Footer .Copyright {
	    width: 100%;
	    font-size: 60%;
	    top: 90%;
	    left: 0;
	    color: #fff;
	}


	.step ol {
		width: 95%;
	}
	.step ol li {
	    font-size: 14px;
	    padding-left: 1.5rem;
	    margin-right: 5px;
	}

	.bnrBox {
	    width: 100%;
	    padding-bottom: 20px;
	}
	.bnrBox p {
		font-size: 11px;
		line-height: 1.2;
	    margin-top: 5px;
	    padding-left: 4px;
	}
	.bnrBox p span{
		color: #f00;
	    font-weight: 600;
	}
	.bnrBox p.sp span{
		padding: 0;
	}
	
	dd .bnrBox{
		margin-bottom: 0;
	}

	


	/*========  index  ========*/
	/* ======  table  ======*/
	.Inner .commodity {
	    width: 100%;
	    margin: 10px auto 0;
	    border: 1px solid #97aec8;
	    border-top: none;
	}
	.commodity th {
	    display: none;
	}


	/* =====  ここからtd  ====*/

	.pBox {
	    display: flex;
	}
	.pBox p {
	    margin-left: 1.5rem;
	    font-size: 16px;
	    font-weight: bold
	}
	.nb {
	    margin-top: 1rem;
	}
	.commodity td {
		padding-top: 2.25rem;
		display: block;
		border: none;
	}
	.commodity td:first-child {
		padding-top: 1rem;
	    border-top: 1px solid #97aec8;
	}
	.commodity td:nth-child(2) {
	    padding-top: 0;
	    font-size: 14px;
	    font-weight: bold;
	}
	.commodity td:nth-child(3) {
	    width: 100%;
        padding-top: 0;
        padding-bottom: 1rem;
	    text-align: right;
    }

	.commodity td:nth-child(3) select {
		width: 6rem;
	    height: 2rem;
	    padding: 0 0.5rem;
        font-size: 14px;
	}
	.commodity td:last-child {
	    display: none;
	}
	
	.goodValue {
		display: inline-block;
		margin-right: 1rem;
	}
	.goodValue + span.select {
		width: auto;
	}



	/* =====  ここから合計金額とか送料とか  ====*/
	.totalPrice {
		margin: 25px 0 50px;
	    margin: 0 0 50px;

	}
	.totalPrice li {
		width: 100%;
		padding: 1rem;
		font-size: 14px;
	}
	.totalPrice li div {
		text-align: right;
	}
	.totalPrice li div:first-child {
	    margin-bottom: 1rem;
		font-size: 16px;
		font-weight: bold;
	}
	.fontBig {
		font-size: 200%;
	}

	dl.fLex dd.radioBox.campaign label {
		margin-right: 0;
		margin-bottom: 1rem;
	    width: 100%;
	    display: block;
	}

	.totalPrice.spOnly {
	    width: 100%;
	    margin: 0;
	    padding: 0;
		position: fixed;
		top: 0;
		left: 0;
	    border: none;
        z-index: 5;
	}
	.totalPrice.spOnly li {
	    background: #000000;
	    color: #fff;
	    padding: 0.5rem 1rem;
        line-height: 1.4
	}
	.totalPrice.spOnly li div:first-child {
	    margin-bottom: -1.25rem;
	    font-size: 14px;
	}
	.totalPrice.spOnly .fontBig { font-size: 150%; }
	
	.tpNumber {
		display: block;
	}



	/* =================================================================*/

	dl.fLex dt {
	    width: 100%;
	    border-bottom: none;
	    padding: 1rem 0 0 1rem;
	}
	dl.fLex dd {
	    width: 100%;
	    padding: 0.5rem 1rem 1rem;
	}

	.sendBox {
	    margin: 50px auto 75px;
	}
	.sendBox ul {
		flex-wrap: wrap;
	}
	.sendBox li.next {
	    width: 100%;
	    height: 60px;
	    margin: auto;
	}
	.sendBox li.next a {
	    font-size: 14px;
	}
	.sendBox li.next a:after {
		width: 5px;
		height: 5px;
	    right: 2rem;
	    top: 1.7rem;
	}


	dl.fLex dd.radioBox label {
	    margin-right: 0;
	    margin-bottom: 1rem;
	    padding-left: 0.2rem;
	    display: block;
	}
	dl.fLex dd span{ padding: 0 0.5rem 0 0; }
	dl.fLex dd span.nth{ padding-left: 1rem; }
	dl.fLex dd.nmBox span,
	dl.fLex dd.nmBox + dt + dd span {
	    padding-right: 1.5rem;
	    display: none;
	}
/*
	dl.fLex dd span.red.txt120{
		padding: 0;
		font-size: 160%;
		text-align: center;
		font-weight: bold;
		display: block;
	}
*/	

	.zipBtn {
	    width: 7rem;
	    height: 28px;
	    margin-top: 5px;
	    margin-left: 2rem;
	}



	/*========  form  ========*/
	dl input,
	select,
	dl textarea {
		width: 100%;
		padding: 0.5rem 1rem;
	    border: #a1afb7 1px solid;
	    border-radius: 0!important;
	    font-size: 14px;
	}
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="number"],
	textarea {
		appearance: none;
		-webkit-appearance: none;
	}
	span.select {
		width: 100%;
	}
	td span.select:after,
	li span.select:after {
		width: 4px;
		height: 4px;
	    top: 40%;
	    right: 0.5rem;
	}
	dd span.select:after {
		width: 6px;
		height: 6px;
	    top: 38%;
	    right: 1.5rem;
	}

	dl input[type="radio"] {
		width: 1rem;
	    margin-bottom: 0.5rem;
	}
	dl input.short {
		width: 48%;
	}
	dl input[type="tel"].short {
		width: 100%;
	}
	dl select {
		width: 100%;
	}
	dl textarea {
		min-height: 10rem;
	}
	p.error {
		color: #f00;
		margin-top: 0.5rem;
		width: 100%;
	}
	p#product_error {
	    margin-top: -0.25rem;
	    margin-bottom: -0.5rem;
	    font-size: 16px;
	}


	ul.contion li {
	    margin-bottom: 10px;
	    line-height: 1.4;
	}
	ul.contion li:last-child {
	    margin-bottom: 0;
	}


	/*========  confirm  ========*/
	.confirm dl.fLex dt {
	    padding: 1rem 0 0 1rem;
	}
	.confirm .sendBox li.back {
		width: 100%;
	    height: 40px;
	    margin: 20px auto 0;
	    order: 1;
	}
	.confirm .sendBox li.back a {
	    font-size: 14px;
	}
	.confirm .sendBox li.back a:before {
	    width: 5px;
	    height: 5px;
	    left: 2rem;
	    top: 1rem;
	}
	.confirm .commodity td:nth-child(3) {
		font-size: 16px;
		font-weight: bold;
	}


	/*========  thanks  ========*/
	.thanksTxt {
	    font-size: 16px;
		text-align: center;
	}
	.thanksTxt p {
		text-align: left;
	}
	#Contact .Inner p.thanksTxt strong {
		margin-top: 1rem;
		line-height: 2.0;
	}
	strong span.telpc { display: none!important; }
	strong span.telsp { display: inline-block!important; }

	.thanks p.btnTop{
		width: 100%;
		margin: 40px auto 50px;
	}
	.thanks p.btnTop a{
		font-size: 3.74vw;
	}
	.thanks p.btnTop a::after{
		width: 5px;
	    height: 5px;
	    right: 2rem;
	    top: 1.7rem;
	}


}


/*===========================

            SP iPhone5s

===========================*/
@media screen and (max-width: 320px) {


	#Footer .toTop {
	    left: 70%;
	}

	.step ol li {
	    font-size: 12px;
	    padding-left: 1.5rem;
	}

	p.txtBig {
		font-size: 18px;
	}

	.commodity td:nth-child(3) {
		padding-right: 0.5rem;
	}
	.commodity td:nth-child(3) select {
	    width: 4.5rem;
	}
	.goodValue {
		margin-right: 0.25rem;
	}



	.zipBtn {
		width: 6rem;
		height: 30px;
		margin-top: 7px;
	}

	.totalPrice li {
	    padding: 1rem 0.5rem;
	}
	.totalPrice li .guidance {
	    font-size: 12px;
	}

	p#product_error {
	    font-size: 15px;
	}

}


/* 241018 .table */
.table{
	margin: 50px auto 0;
	background-color: #fff;
}
.table .tableBox{
	padding: 2em 2em;
	display: flex;
	border: 1px solid #a1afb7;
	border-bottom: none;
}
.table .tableBox:last-child{ border-bottom: 1px solid #a1afb7; }
.table .tableBox .picBox{
	width: 200px;
	margin-right: 2em;
}
.table .tableBox .picBox img{
	width: 100%;
	height: auto;
}
.table .productName{
	margin: 0.25em 0 0.45em;
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
}

.table .volume span.select{
	width: 10em;
	margin-bottom: 1em;
}
.table .volume span.select::after{
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid;
	border-right: 2px solid;
	top: 1em;
	right: 1em;
}

.table .del{
	width: 6em;
	margin-top: 1.25em;
	padding: 0.35em 0em 0.3em 1.25em;
	color: #fff;
	font-size: 0.85em;
	text-align: center;
	background-color: #aaaaaa;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.table .del::before{
	content: "";
	width: 1.5em;
	height: 1.5em;
	background: url(../img/icon_batsu.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: calc((100% - 1.5em) / 2);
	left: 0.5em;
}
.table .del:hover{ background-color: #000; }

@media screen and (max-width: 767px) {
	.table{ margin: 1.25em auto 0; }
	.table .tableBox{
		padding: 1.5em;
		display: block;
	}
	.table .tableBox .picBox{
		width: 70%;
		margin: 0 auto;
	}
	.table .txtBox{ text-align: right; }
	.table .productName{
		margin: 1em 0 0.5em;
		font-size: 1.35em;
		line-height: 1.3;
		text-align: left;
	}
	
	
	.table .del{
		width: 6em;
		margin: 1.25em auto 0;
		background-color: #000;
		border-radius: 3px;
		transition: none;
	}
	.table .del:hover{ background-color: #000; }

	/* 横並び */
	.table.pattern2 .tableBox{
		display: flex;
	}
	.table.pattern2 .tableBox .picBox{
		width: 45%;
		margin: 0 1em 0 0;
	}
	.table.pattern2 .txtBox{ width: calc(100% - (45% + 1em)); }
	.table.pattern2 .productName{
		margin: 0.5em 0 0.5em;
		font-size: 1.35em;
		line-height: 1.3;
		text-align: left;
	}
	.table.pattern2 .goodValue{
		margin-right: 0;
		line-height: 1.3;
	}
	.table.pattern2 .goodValue > span span{
		font-size: 0.9em;
	}
	.table.pattern2 .volume span.select{
		width: 6em;
		margin-bottom: 1em;
	}
	.table.pattern2 .del{
		width: 6em;
		margin: 1.25em auto 0 0;
		background-color: #000;
		border-radius: 3px;
		transition: none;
	}

}

/* 241121 レコメンドエリア */
.recommendWrap{
	margin: 0 auto 50px;
}
.recommendWrap h3.grdHead {
  width: 100%;
	padding: 0 0 0.2em;
	font-size: 1.5em;
	background: none;
	border-bottom: 2px solid #f00;
}
.recommendWrap ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.recommendWrap .recoImg {
  width: 100%;
  /*
	max-width: 200px;
  height: 200px;
  max-height: 200px;
	*/
  margin: 0 auto 1em;
	padding-top: 100%;
  /*background-color: #fff;*/
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
	position: relative;
}
.recommendWrap .recoImg img {
  width: auto;
  height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
}
.recommendWrap p {
  letter-spacing: 1px;
}
.recommendWrap .recoName {
  font-size: 1.15em;
}
.recommendWrap .recoPrice {
  font-size: 0.8em;
}
.recommendWrap .recoPrice span {
  font-size: 1.5em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .recommendWrap {
    margin-top: 50px;
  }
  .recommendWrap h3.grdHead {
    height: auto;
    padding: 0.5em 1em;
    font-size: 4.26vw;
    text-align: left;
    line-height: 1.5;
  }
  .recommendWrap ul {
    width: 94%;
    margin: 2em auto;
  }
  .recommendWrap li {
    width: 48%;
    margin: 0 4% 3em 0;
  }
  .recommendWrap li:nth-child(even) {
    margin-right: 0;
  }
	/*
  .recommendWrap .recoImg {
    height: 170px;
  }
	*/
}
@media (min-width: 768px) {
  .recommendWrap ul {
    margin-top: 3em;
    flex-wrap: nowrap;
  }
  .recommendWrap li {
    width: 23%;
    margin: 0 2% 0 0;
  }
  .recommendWrap li:last-child {
    margin-right: 0;
  }
  .recommendWrap .recoImg {
    width: 100%;
    /*height: 200px;*/
    margin: 0 auto 1em;
  }
  .recommendWrap .recoImg img {
    width: auto;
    height: 100%;
    transition: transform 0.2s ease;
  }
  .recommendWrap li a:hover {
    opacity: 1;
  }
  .recommendWrap li a:hover img {
    transform: scale(1.2);
  }
  .recommendWrap li a:hover p {
    text-decoration: underline;
  }
}
