@charset "utf-8";

/*
============================================================
cart.css
------------------------------------------------------------

■タイトル###
■左カラム
■カート
■お届け先リストの管理
■支払い方法の選択
■クレジットカード情報入力
■サンキュー画面

作成日：2025.04
============================================================
*/

/* ---------------------------------------------------------
■タイトル
--------------------------------------------------------- */
#ttl {
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 29px; /* 注文確認画面タイトル */
	zoom: 1; }

#ttl .left {
	float: left;
	width: 30%; }

#ttl .right {
	overflow: hidden;
	float: right;
	width: 70%;
	zoom: 1; }

.btn_wrap {
	overflow: hidden;
	display: block;
	float: right;
	width: 190px;
	height: 40px;
	text-indent: -99999px;
	background: url(/images/cart/btn_wrapping.jpg) no-repeat; }

.btn_howto {
	overflow: hidden;
	display: block;
	float: right;
	width: 190px;
	height: 40px;
	margin-left: 10px;
	text-indent: -99999px;
	background: url(/images/cart/btn_howtoshop.jpg) no-repeat; }

.btn_wrap:hover,
.btn_howto:hover {
	background-position: 0 -60px; }




/* ---------------------------------------------------------
■左カラム
--------------------------------------------------------- */
#flow2 p,
#flow3 p,
#flow4 p {
	line-height: 15px; }

.columnLeft ul li p {
	height: 35px;
	padding-top: 5px; }




/* ---------------------------------------------------------
■カート
--------------------------------------------------------- */
/*
 * 商品テーブル
 */
.goodsWrapper {
	margin: 42px 0 110px; }

.shoppingCart .goodsWrapper {
	margin: 42px 0 110px; }

.goodsWrapper th {
	padding: 15px 0;
	color: #555;
	font-size: 90%;
	line-height: 17px; }

.goodsWrapper .nameColumn {
	width: 62.3%; }

.goodsWrapper .otherColumn {
	width: 10.6%; }

.goodsWrapper .delColumn {
	width: 9%; }


.goodsWrapper table {
	border-bottom: 1px solid #ccc; }

.goodsWrapper table td {
	padding: 20px 0;
	vertical-align: top;
	border-top: 1px solid #ccc; }


/* 商品名 */
.goodsName .left {
	float: left;
	width: 90px;
	margin-right: 15px; }

.goodsName .right {
	margin-bottom: 15px; }

.goodsName .midashi13 {
	padding-top: 36px;
	font-weight: normal;
	font-size: 100%;
	padding-right: 1.2em; }

.goodsWrapper table .wrapping {
	text-align: left; }

.wrapping .bulk {
	margin-bottom: 5px;
	color: #cb1151;
	font-weight: bold;
	background: url(/images/cart/icon_wrap_red.jpg) no-repeat 0 center; }

.wrapping .bulk a {
	color: #cb1151;
	margin-left: 15px; }

.individual {
	overflow: hidden;
	background: url(/images/cart/icon_wrap_gray.jpg) no-repeat 0 5px;
	zoom: 1; }

.individual .left {
	float: left;
	width: 170px;
	margin-left: 15px;
	line-height: 24px; }

.individual .right {
	float: left;
	width: 130px; }

.inadvisable {
	background: url(/images/cart/icon_wrap_gray2.jpg) no-repeat 0 5px; }

.inadvisable span {
	color: #ccc; }


.goodsWrapper table td.price .discount {
	font-size: 69%;
	display: inline-block;
	padding: 2px 5px 3px;
	border-radius: 5px;
	margin-bottom: 5px;
	background-color: #e61212;
	color: #fff;
	line-height: 14px;
	height: 14px;
}
.goodsWrapper table td.price .before {
	font-size: 85%;
	color: #7B7B7B;
}
.goodsWrapper table td.price span {
	vertical-align: text-bottom;
}
.goodsWrapper table td.price .before em {
	/*text-decoration: line-through;*/
	display: inline-block;
	position: relative;
}
.goodsWrapper table td.price .before em:after {
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #7B7B7B;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
}
.goodsWrapper table td.price .before span {
	position: relative;
	top: 4px;
}
.goodsWrapper table td.price .after {
	color: #e61212;
}


/*
 * ラッピングTR
 */
.wrapTr {
	background-color: #efefef; }

.goodsWrapper table .wrapTr td {
	border: none; }

.wrapTr .wrapTtl {
	margin-left: 10px;
	padding-left: 15px;
	color: #222;
	font-size: 75%;
	font-weight: bold;
	line-height: 16px;
	background: url(/images/common/icon_wrap_arrow.jpg) no-repeat; }

.goodsWrapper table .wrapTr {
	padding: 0; }

.goodsWrapper table .wrapTr td {
	padding: 0;
	vertical-align: middle; }

.goodsWrapper .wrapTr td.price,
.goodsWrapper .wrapTr td.number,
.goodsWrapper .wrapTr td.del {
	padding: 5px 0; }

.bT { border-top: 1px solid #ccc; }

.goodsWrapper .wrapMargin td {
	padding: 0;
	line-height: 20px;
	border-top: none; }


/*
 * 熨斗
 */
.noshi {
	padding-left: 15px;
	background: url(/images/common/icon_noshi.jpg) no-repeat; }

.noshi dl {
	overflow: hidden;
	zoom: 1; }

.noshi dt {
	clear: both;
	float: left;
	width: 50px;
	padding-bottom: 5px; }

.noshi dd {
	width: 300px;
	padding: 0 0 5px 10px;
	margin-left: 50px;
	color: #cb1511;
	border-left: 1px solid #ccc; }

.noshi a {
	color: #555; }




/*
 *
 */
.goodsWrapper table td.price,
.goodsWrapper table td.number {
	padding-top: 52px;
	color: #222;
	font-size: 100%;
	line-height: 22px; }

.goodsWrapper table td.price.premium {
	padding-top: 28px;
}

.goodsWrapper table td.del {
	padding-top: 30px; }

.btnDelete {
	overflow: hidden;
	display: block;
	width: 70px;
	height: 32px;
	text-indent: -99999px;
	background: url(/images/common/btn_delete.jpg) no-repeat; }

.btnDelete:hover {
	background-position: 0 -52px; }



/*
 * トータル
 */
.goodsBottomWrapper {
	overflow: hidden;
	margin-bottom: 80px;
	zoom: 1; }

.goodsBottomWrapper .left {
	float: left;
	width: 50.3%;
	padding-top: 10px; }

.goodsBottomWrapper .right {
	overflow: hidden;
	float: right;
	width: 32.7%;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	zoom: 1; }

.goodsBottomWrapper .subtotal {
	float: left;
	width: 25%;
	color: #222;
	font-size: 69%;
	line-height: 30px; }

.goodsBottomWrapper .total {
	float: right;
	width: 75%;
	color: #222;
	font-size: 107%;
	line-height: 30px;
	text-align: center; }

.goodsBottomWrapper .total span {
	font-size: 64%;
	vertical-align: middle; }



/*
 * メッセージ
 */
.msgWrapper {
	margin-bottom: 60px; }

.msgInner {
	position: relative; }

.msgInner.vol02 .floatWrapper {
	width: 800px;
	margin: 0 auto; }

.msgInner .floatWrapper .left {
	float: left;
	width: 325px;
	margin-right: -325px; }

.msgInner .floatWrapper .right {
	float: right;
	width: 100%; }

.msgInner.vol02 .floatWrapper .left {
	margin-right: 280px;
	max-width: 300px;
	width: auto;
	float: none; }

.msgInner .floatWrapper .left img {
	max-width: 100%; }

.msgInner.vol02 .floatWrapper .right {
	float: right;
	width: auto; }

.msgInner .right ul {
	overflow: hidden;
	margin-left: 350px;
	zoom: 1; }

.msgInner.vol02 .right ul {
	overflow: hidden;
	/* width: 260px; */
	width: 400px;
	margin-left: 0;
	float: right;
	zoom: 1; }

.msgInner .right li {
	overflow: hidden;
	padding: 0 0 5px;
	color: #555;
	font-size: 82%;
	line-height: 28px; }

.msgInner .right li:last-child {
	padding-bottom: 0; }

.msgInner .right li p {
	display: inline-block; /display: inline; /zoom: 1;
	float: left;
	width: 50px;
	margin-right: -50px;
	vertical-align: middle; }

.msgInner .right .input {
	float: right;
	width: 100%; }

.msgInner .right .input span {
	width: 100%; }

.msgInner .right input {
	width: 86%;
	height: 24px;
	font-size: 16px;
	margin-left: 50px;
	line-height: 24px;
	border: 1px solid #ccc; }



/*
 * オーダー
 */
.orderWrapper {
	overflow: hidden;
	zoom: 1; }

.orderWrapper .keep,
.orderWrapper .buy {
	display: block;
	float: right;
	 }

.orderWrapper .keep {
	 }

.orderWrapper .buy {
	margin-left: 10px; }



/*
 * この商品を買った人は
 */
.recommend ul {
	overflow: hidden;
	max-height: 870px;
	margin-right: -10px; }

.recommend ul li {
	overflow: hidden;
	width: 235px;
	height: 415px;
	margin-bottom: 20px; }

.recommend ul li .text {
	overflow: hidden;
	height: 46px;
	margin: 0 0 5px;
	padding: 5px 0 0;
	border-bottom: 1px solid #ccc; }

.recommend ul li h3 {
	overflow: hidden;
	max-height: 60px;
	padding-bottom: 0;
	background: none; }

.recommend ul li .fee {
	padding-top: 10px;
	background: url(/images/common/bg_grid_line.jpg) no-repeat; }



/* ---------------------------------------------------------
■お届け先リストの管理
--------------------------------------------------------- */
/*
 * お届け先
 */
.delivery {
	width: auto;
	padding: 15px;
	color: #555555;
	border: 1px solid #cccccc; }

.delivery .name {
	font-weight: bold; }

.btnArea {
	overflow: hidden;
	zoom: 1; }

.btnArea .btnEdit {
	float: left;
	width: 80px;
	margin-right: 10px; }

.btnArea .send {
	float: left;
	width: 90px;}

.btnArea .btnEdit a {
	width: 80px;
	height: 32px;
	padding-top: 6px; }

.btnArea .send a {
	width: 90px;
	height: 32px;
	padding-top: 6px; }



/*
 * 新規お届け先の入力
 */

table .textbox.postal {
	width: 106px;
	margin-right: 20px; }

.addInput {
	overflow: hidden;
	display: inline-block; /display: inline; /zoom: 1;
	width: 90px;
	height: 32px;
	text-indent: -99999px;
	vertical-align: middle;
	background: url(https://www.zutto.live/images/common/btn_addInput.jpg) no-repeat; }

.addInput:hover {
	background-position: 0 -52px; }

.btn-style02.zip {
	margin: 0 0 0 8px;
	padding: 0;
	display: inline-block;
	width: auto;
	height: auto;
	vertical-align: top;
}
.btn-style02.zip a {
	display: inline-block;
	padding: 6px 14px;
	box-sizing: border-box;
	height: 30px;
	text-decoration: none;
}




/* ---------------------------------------------------------
■支払い方法の選択
--------------------------------------------------------- */
.btnArea {
	overflow: hidden;
	zoom: 1; }

.btn_zuttocard {
	float: left;
	width: 39.7%;
	margin-right: 1.25%; }

.btn_netpoint {
	float: left;
	width: 45%; }


.payment {
	padding-bottom: 50px;
	overflow: hidden;
	width: 570px; }

.payment li {
	overflow: hidden;
	padding: 25px 0 10px 10px;
	border-bottom: 1px solid #ccc;
	zoom: 1; }

.payment li.useCredit {
	padding-bottom: 20px;
	position: relative; }

.payment li .left {
	float: left;
	width: 50%;
	color: #555;
	font-size: 82%;
	font-weight: bold;
	line-height: 18px; }

.payment li .right {
	float: right;
	width: 50%;
	text-align: right; }

.payment .floatImg {
	position: absolute;
	bottom: 15px;
	right: 0; }

.payment li.useCredit.open > .floatImg {
	display: none; }

.detail a {
	color: #555;
	text-decoration: underline; }

.registration-credit label {
	color: #555;
	font-size: 82%;
	font-weight: bold;
	line-height: 18px; }

.registration-credit {
	clear: both;
	padding: 1px 0 0 40px; }

.registration-credit .credit-info {
	padding: 15px 0 0 0;
	color: #555;
	font-size: 82%; }

.registration-credit .box {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc }

.registration-credit table .head {
	width: 150px; }

.registration-credit table .textbox,
.registration-credit table #zeus_token_card_name {
	width: 100%;
	box-sizing: border-box;
	height: 28px;
    line-height: 28px; }

.new_credit_card_box {
	position: relative;
}

#zeus_token_action_type_new {
	margin-top: 2px!important;
}

#zeus_token_action_type_new + label {
	padding-left: 0.5em;
}

.new_credit_card_box .floatImg {
	position: absolute;
	bottom: -5px;
	right: 0; }

.credit_card_info_box {
	display: none; }

.registration-credit li {
	padding: 0;
	border-bottom: 0; }

/*
 * JAL マイレージ
 */
.boxWrapper {
	border: 1px solid #ccc; }

.boxWrapper .ttl {
	padding: 10px;
	background-color: #efefef;
	border-bottom: 1px solid #ccc; }

.boxWrapper .floatWrapper {
	padding: 20px 10px; }

.boxWrapper .floatWrapper .left {
	float: left;
	width: 92px; }

.boxWrapper .floatWrapper .right {
	float: right;
	width: 430px; }

.btn_mile a {
	overflow: hidden;
	display: block;
	width: 101px;
	height: 32px;
	text-indent: -99999px;
	background: url(/images/cart/btn_mile.jpg) no-repeat; }

.btn_mile a:hover {
	background-position: 0 -52px; }




/* ---------------------------------------------------------
■クレジットカード情報入力
--------------------------------------------------------- */
#order {
	overflow: hidden;
	zoom: 1; }

.btnSprite {
	float: right;
	width: 190px; }

.btnSprite02 {
    height: 40px;
    overflow: hidden;
    position: relative; }

.btnSprite02 .btn-style01 {
	width: 100%;
	font-size: 14px;
	font-weight: normal;
}

.btnSprite02 > span {
	display: block; }

.btnBack {
	float: left;
	overflow: hidden;
	display: block;
	width: 190px;
	height: 40px;
	text-indent: -99999px;
	background: url(/images/cart/btn_back.jpg) no-repeat; }

.btnBack:hover {
	background-position: 0 -60px; }

.notComp {
	margin-top: 42px;
	color: #cb1511;
	font-size: 145%!important;
	line-height: 36px; }

.mB60 { margin-bottom: 60px; }

.text13 {
    color: #555;
    font-size: 90%;
    line-height: 21px;
}

.itemWrapper table td {
	margin-bottom: 15px;
	padding: 0; }

.itemWrapper {
	margin-bottom: 60px;
	position: relative;
}

.itemWrapper .head {
	width: 20%;
	font-size: 92%;
	font-weight: normal;
 }

.itemWrapper .body {
	width: 86%;
	padding-left: 30px;
	color: #555;
	font-size: 92%;
	line-height: 20px;
	border-left: 1px solid #ccc; }

.itemWrapper .left-column {
	margin-right: 200px;
	min-height: 40px;
}

.itemWrapper .absoluteBtn {
	position: absolute;
	bottom: 0;
	right: 0;
}

table .textbox.code {
	width: 106px;
	margin-right: 20px; }

.popBtn {
	overflow: hidden;
	display: inline-block;
	width: 170px;
	height: 30px;
	text-indent: -99999px;
	background: url(/images/cart/btn_code.jpg) no-repeat; }

.popBtn:hover {
	background-position: 0 -50px; }

.btnChange {
	overflow: hidden;
	zoom: 1; }

.btnChange a {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	position: static!important;
	display: block;
	float: right;
	padding: 10px 0 0;
	border: 1px solid #efefef;
	box-sizing: border-box;
	background-color: #efefef;
	color: #555555;
	text-decoration: none;
	height: 40px;
	width: 190px;
	font-size: 13px; /* 注文確認画面　変更する */
	font-weight: normal;
	text-align: center;
	line-height: 1.5;
	vertical-align: text-top;
	cursor: pointer; }

.btnChange a:hover {
	border: 1px solid #555555;
	background-color: #555555;
	color: #fff;
	text-decoration: none; }

.btnChange02 {
	font-size: 13px;
	text-align: right;
	font-weight: bold;
	}

.btnChange02 a {
	padding: 2px 0 2px 20px;
	background: url(/images/cart/icon_link01.png) no-repeat 0 center; }


/*
 * ご注文内容
 */

.goodsWrapper .lastColumn {
	width: 16.5%; }

.goodsInfoWrapper {
	overflow: hidden;
	zoom: 1; }

.goodsInfoWrapper .left {
	float: left;
	width: 40%;
	zoom: 1; }

.goodsInfoWrapper .left .point {
	padding: 20px 0;
	font-size: 90%;
	line-height: 30px;
	color: #222;
}

.goodsInfoWrapper .right {
	float: right;
	width: 37.7%;
	zoom: 1; }

.goodsInfoWrapper .floatWrappr {
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #ccc; }

.goodsInfoWrapper .floatWrappr.total {
	font-size: 120%;
	padding: 15px 0 5px;
	border-bottom: 0 }

.goodsInfoWrapper .heading {
	float: left;
	width: 44%;
	color: #222;
	font-size: 90%;
	line-height: 26px; }

.goodsInfoWrapper .price {
	float: left;
	width: 25%;
	color: #222;
	font-size: 90%;
	line-height: 26px;
	text-align: right; }

.goodsInfoWrapper .tax {
	float: left;
	width: 28%;
	color: #222;
	font-size: 69%;
	line-height: 26px; }

.goodsInfoWrapper .floatWrappr .color-red {
	color: #cb1511; }

.bulktext {
	margin-bottom: 5px;
	color: #cb1151;
	font-size: 75%;
	font-weight: bold;
	line-height: 20px;
	background: url(/images/cart/icon_wrap_red.jpg) no-repeat 0 3px; }

.bulktext a {
	color: #cb1151;
	margin-left: 15px; }

.wrapping {
	text-align: right; }

.wrapping a {
	color: #555;
	text-decoration: underline; }



/*
 * ZUTTOCARDのご利用方法について
 */
 #zutto_card .midashi18Line.uName:nth-of-type(1) {
	 display: none; }
#zutto_card .goodsWrapper {
	margin-top: 0; }
.zuttoCardWrapper .msg {
	padding: 0;
	/*background-color: #efefef;*/ }

	.zuttoCardWrapper .msg .point a {
  display: block;
  /*height: 30px;*/
  padding: 10px 15px;
  font-weight: bold;
  background-color: #efefef;
  border: 1px solid #ccc;
}

.zuttoCardWrapper .msg .point a:hover {
  display: block;
  /*height: 30px;*/
  padding: 10px 15px;
  font-weight: bold;
  background-color: #808080;
  border: 1px solid #808080;
  text-decoration: none;
  color: #FFF;
}

.zuttoCardWrapper .msg .point a.over {
  display: block;
  /*height: 30px;*/
  padding: 10px 15px;
  font-weight: bold;
  background-color: #808080;
  border: 1px solid #808080;
  text-decoration: none;
  color: #FFF;
}

.zuttoCardWrapper .inputBox {
	position: relative;
	overflow: hidden;
	zoom: 1; }


.zuttoCardWrapper ul {
	float: left;
	width: 67.3%; }

.zuttoCardWrapper li {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	zoom: 1; }

.zuttoCardWrapper li .left {
	float: left;
	width: 29.2%;
	padding: 18px 0 18px 2.8%;
	color: #555;
	font-size: 82%;
	font-weight: bold;
	line-height: 18px; }

.zuttoCardWrapper li .right {
	float: left;
	width: 68%;
	padding: 18px 0; }

.zuttoCardWrapper li .right input {
	width: 98%;
	height: 26px;
	line-height: 26px;
	border: 1px solid #ccc; }

.zuttoCardWrapper .btn_prelusion {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 190px;
	height: 40px;
	text-indent: -99999px;
	background: url(/images/cart/btn_prelusion.jpg) no-repeat; }

.zuttoCardWrapper .btn_prelusion:hover {
	background-position: 0 -60px; }


.zuttoCardUseWrapper table .head {
	width: 19.86%;
	padding: 0 0 25px 1.88%;
	color: #555;
	font-size: 82%;
	font-weight: bold;
	line-height: 20px; }

.zuttoCardUseWrapper table .body {
	width: 76%;
	padding: 0 0 0 1.88%;
	color: #555;
	font-size: 82%;
	line-height: 20px;
	border-left: 1px solid #ccc; }

.zuttoCardUseWrapper .body span {
	vertical-align: middle; }

.zuttoCardUseWrapper .amount {
	width: 120px;
	height: 26px;
	line-height: 24px;
	border: 1px solid #ccc; }

.zuttoCardUseWrapper .btn_use {
	display: inline-block;
	width: 90px;
	height: 32px;
	padding-top: 6px; }

.zuttoCardUseWrapper .btn_use:hover {
	background-position: 0 -52px; }

.zuttoCardWrapper .floatWrapper {
	margin-bottom: 80px; }




/*
 * 家選びネットポイント
 */
.netpointWrapper .msg {
	overflow: hidden;
	padding: 15px;
	background-color: #efefef;
	zoom: 1; }

.netpointWrapper .msg .left {
	float: left;
	width: 69%; }

.netpointWrapper .msg .right {
	float: right;
	width: 29%;
	color: #3275B0;
	text-align: right; }

.netpointWrapper .msg a {
	color: #3275B0; }

.netpointWrapper table .head {
	width: 19.86%;
	padding: 0 0 25px 1.88%;
	color: #555;
	font-size: 82%;
	font-weight: bold;
	line-height: 20px; }

.netpointWrapper table td.blue {
	color: #3275B0; }

.netpointWrapper table .body {
	width: 76%;
	padding: 0 0 0 1.88%;
	color: #555;
	font-size: 82%;
	line-height: 20px;
	border-left: 1px solid #ccc; }

.netpointWrapper .amount {
	width: 120px;
	height: 26px;
	line-height: 24px;
	text-align: right;
	border: 1px solid #ccc; }

.netpointWrapper table .body span {
	vertical-align: middle; }

.netpointWrapper .text14 {
	color: #3275B0;
	font-size: #88%;
	line-height: 20px; }

.netpointWrapper .btn_use {
	overflow: hidden;
	display: inline-block;
	width: 110px;
	height: 32px;
	text-indent: -99999px;
	background: url(/images/cart/btn_pointuse.jpg) no-repeat; }

.netpointWrapper .btn_use:hover {
	background-position: 0 -52px; }

.netpointWrapper .floatWrapper {
	margin-bottom: 80px; }





/*
 * 募金
 */
.fund {
	padding: 30px 0;
	border-top: 1px solid #ccc; }

.amount {
	color: #555;
	font-size: 82%;
	font-weight: bold;
	line-height: 22px;
	vertical-align: middle; }

.amount span {
	font-size: 154%;
	line-height: 30px;
	vertical-align: middle; }




/* ---------------------------------------------------------
■ZUTTO CARD
--------------------------------------------------------- */




/* ---------------------------------------------------------
■サンキュー画面
--------------------------------------------------------- */
.thancks {
	padding-top: 42px; }

.thancks .toTop a {
	background: url(/images/common/btn_toTop.jpg) no-repeat; }

.thancks .msg {
	padding: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc; }

.thancks .logout {
	overflow: hidden;
	zoom: 1; }

.thancks .logout a {
	float: right;
	background: url(/images/common/btn_logout.jpg) no-repeat; }

.thancks .btnMore {
	overflow: hidden;
	position: relative;
	width: 250px;
	height: 40px;
	margin: 15px auto 0; }

.thancks .btnMore img {
	position: absolute;
	top: 0;
	left: 0; }

.thancks #again {
	text-align: center; }

.thancks .btnMore img:hover {
	top: -60px; }

.thanks-egift {
	padding-bottom: 10px;
	border-bottom: 1px solid #808080;
	margin: 0 auto 50px;
	text-align: left;
	max-width: 650px;
}
.thanks-egift-url {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.thanks-egift-url p {
	flex: 80px 0 0;
}
.thanks-egift-url div {
	flex: 100% 1 1;
}
.thanks-egift-url div input {
	padding: 8px 15px;
	width: 100%!important;
	box-sizing: border-box;
}
.thanks-egift-mail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.thanks-egift-mail div:nth-child(1) {
	flex: 100% 1 1;
}
.thanks-egift-mail div:nth-child(2) {
	margin-left: 20px;
	flex: 190px 0 0;
}
.thanks-egift-mail div:nth-child(1) input {
	padding: 8px 15px;
	width: 100%!important;
	box-sizing: border-box;
}
#order_gift_url:focus {
	outline: none;
}
.box-hidden {
	height: 0;
	width: 0;
	overflow: hidden;
}
.thanks-egift-link {
	margin-bottom: 10px;
	font-size: 14px;
	padding: 12px 10px;
	border-radius: 10px;
	background-color: #d3d3d3;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.thanks-egift-link span {
	display: inline-block;
	padding-left: 30px;
	position: relative;
}
.thanks-egift-link span::before {
	content: " ";
	width: 13px;
	height: 16px;
	background: url(/images/cart/sns_link.png) 0 0 no-repeat;
	background-size: 13px 16px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.thanks-egift-link:hover {
	opacity: 0.7;
}
.thanks-egift-link_copy {
	font-size: 12px;
	text-align: center;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.thanks-egift-link_copy.done {
	max-height: 50px;
}
.thanks-egift-link_copy p {
	margin-bottom: 10px;
}
.thanks-egift-sns {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.thanks-egift-sns div {
	margin: 0 5px;
}
.thanks-egift-sns div br {
	display: none;
}
.thanks-egift-sns div:first-child {
	margin-left: 0;
}
.thanks-egift-sns div:last-child {
	margin-right: 0;
}
.thanks-egift-sns a {
	display: block;
	font-size: 14px;
	padding: 15px 12px 15px 42px;
	border-radius: 10px;
	color: #fff;
	position: relative;
	text-decoration: none;
}
.thanks-egift-sns a::before {
	content: " ";
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 8px;
	top: 50%;
}
.thanks-egift-sns a:hover {
	opacity: 0.7;
}
.thanks-egift-sns .line a {
	background-color: #13b900;
}
.thanks-egift-sns .line a::before {
	width: 33px;
	height: 30px;
	background-image: url(/images/cart/sns_line.png);
	margin-top: -15px;
}
.thanks-egift-sns .insta a {
	background-color: #f00075;
}
.thanks-egift-sns .insta a::before {
	width: 24px;
	height: 24px;
	background-image: url(/images/cart/sns_insta.png);
	margin-top: -12px;
}
.thanks-egift-sns .twitter a {
	background-color: #00acee;
}
.thanks-egift-sns .twitter a::before {
	width: 27px;
	height: 22px;
	background-image: url(/images/cart/sns_twitter.png);
	margin-top: -11px;
}
.thanks-egift-sns .fb a {
	background-color: #4074ba;
}
.thanks-egift-sns .fb a::before {
	width: 30px;
	height: 30px;
	background-image: url(/images/cart/sns_fb.png);
	margin-top: -15px;
}





/* ---------------------------------------------------------
■eギフト
--------------------------------------------------------- */
.midashi18Line.e-gift {
	padding-left: 38px;
	background: url(/images/common/icon_egift.png) 5px 0 no-repeat;
	background-size: 22px auto;
}
.e-gift_icon {
	display: inline-block;
	padding-left: 38px;
	position: relative;
}
.e-gift_icon::before {
	content: " ";
	width: 22px;
	height: 30px;
	background: url(/images/common/icon_egift.png) 0 0 no-repeat;
	background-size: 22px auto;
	position: absolute;
	top: -5px;
	left: 5px;
}

.gift_item_list {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gift_item_list > div {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 48%;
}
.gift_item_list .image {
	flex: 150px 0 0;
}
.gift_item_list .image img {
	width: 100%;
	height: auto;
}
.gift_item_list .name {
	margin-left: 30px;
	flex: 100% 1 1;
}

#gift_address td.body font span {
	display: none;
}

.midashi18Bg {
	padding: 12px 20px;
	margin-bottom: 30px;
	background-color: #202020;
	color: #fff;
	line-height: 1.5;
	font-size: 113%;
	font-weight: bold;
}
.slideDownBox {
	margin-bottom: 5px;
}
.slideDownBox .slideDownBtn {
	cursor: pointer;
	position: relative;
}
.slideDownBox .slideDownBtn::after {
	content: " ";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 8px solid #000;
	position: absolute;
	top: 10px;
	right: 15px;
}
.slideDownBox .slideDownBtn.opened::after {
	border: 5px solid transparent;
	border-bottom: 8px solid #000;
	position: absolute;
	top: 6px;
	right: 15px;
}
.slideDownBox .slideDownHide {
	padding-bottom: 10px;
	display: none;
}
.slideDownBox.vol03 {
	padding-bottom: 50px;
}
.slideDownBox.vol02 .slideDownHide {
	padding-bottom: 80px;
}
.slideDownBox .slideDownHide.opened {
	display: inherit;
}
