@charset "utf-8";
.mfp-content button{
	display: none;
}
.fade-enter-active, .fade-leave-active {
	transition: opacity .5s
}
.fade-enter, .fade-leave {
	opacity: 0
}

:placeholder-shown {
 color: #999;
}
::-webkit-input-placeholder {
 color: #999;
}
:-moz-placeholder {
 color: #999;
opacity: 1;
}
::-moz-placeholder {
 color: #999;
opacity: 1;
}
:-ms-input-placeholder {
 color: #999;
}
.red {
	color: #d52425;
	font-weight: bold;
}

/*===== PC ここから =====*/
@media screen and (min-width: 741px) {
	.column2{
		display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        justify-content: space-between;
	}
	.cart_price_box{
        width: 220px;
        margin: 60px 0 0;
        position: sticky;
        right: 0;
        top: 150px;
		height: 260px;
	}
	.cart_price_box .total_price_wrap{
		background:#f0f0f0 ;
		padding: 20px 15px;
		margin:0 0 1px;
		display: flex;
		flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
	}
	.cart_price_box .total_price_ttl{
		font-size: 14px;
		font-weight: bold;
	}
	.cart_price_box .total_price{
		font-size: 16px;
		font-weight: bold;
		color:#d52425;
	}

	.cart_price_box .total_price_ttl span{
		font-size: 11px;
	}
	.cart_price_box .sub_price_info{
		background:#f0f0f0 ;
		padding: 20px 15px 10px;
	}
	.cart_price_box .sub_price_box{
		margin:0 0 10px;
		display: flex;
		flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
	}
	.cart_main_info{
		width:640px
	}


	.cp_txt{
	  color:#d52425;
	  font-size:15px;
	  padding: 8px;
	  text-align: center;
	  width:100%;
	  margin: 0 auto 20px;
	}
	.ribbon7 {
		display: block;
		width: 70px;
		margin: -10px 0 10px -40px;
		position: relative;
		padding: 8px 10px;
		text-align: center;
		font-size: 15px;/*フォントサイズ*/
		line-height: 120%;
		color: #FFF;/*フォントカラー*/
		background: #d52425;/*リボンの色*/
	  }

	  .ribbon7:before {
		position: absolute;
		content: '';
		top: 100%;
		left: 0;
		border: none;
		border-bottom: solid 15px transparent;
		border-right: solid 20px rgb(149, 158, 155);/*折り返し部分*/
	  }
	  .ribbon7_2 {
		display: block;
		width: 70px;
		margin: -10px 0 10px -35px;
		position: relative;
		padding: 8px 10px;
		text-align: center;
		font-size: 15px;/*フォントサイズ*/
		line-height: 120%;
		color: #FFF;/*フォントカラー*/
		background: #d52425;/*リボンの色*/
	  }

	  .ribbon7_2:before {
		position: absolute;
		content: '';
		top: 100%;
		left: 0;
		border: none;
		border-bottom: solid 15px transparent;
		border-right: solid 20px rgb(149, 158, 155);/*折り返し部分*/
	  }
	  .name_note{
		font-size: 12px;
    padding: 10px 0 0;
	  }
.apology {
	font-size: 14px;
	font-weight: bold;
	color: #FF0206;
	clear: both;
	padding: 10px 0 0;
	font-feature-settings: 'palt';
}
.redbold{
	color:#ff0000;
	font-weight: bold;
	line-height:170%;
}
.sp_history {
	display: none;
}
.cart_wrap {
	max-width: 1100px;
	width: 90%;
	margin: 50px auto 200px;
}
.cart_ttl{
	text-align: center;
  margin: 0 0 25px 0 !important;
  font-size: 25px !important;
  color: #555;
  font-weight: bold !important;
  border-bottom: 3px solid #d52425;
        padding: 0 0 20px;
}
.count_txt{
	font-size: 20px;
	color: #bf2727;
	margin:0 0 15px;
}

.cart_ttl_txt{
	text-align: center;
	margin: 0 auto 25px;
	line-height: 170%;
	font-size: 14px;
	padding: 10px 0px;
	width: 550px;
	color:#d52425;
}
.cart_ttl_txt .sub_txt{
	color:#d52425;
	font-size: 15px;
	text-align: center;
	font-weight:bold;
}
.cart_ttl_txt .point_txt{
	padding:3px 5px;
	color:#fff;
	display: block;
	text-align: center;
	font-weight:normal;
	font-size: 15px;
	background:#d52425;
	margin: 0 0 8px;
}
/*===== 買い物カゴ ここから =====*/
.sp_basket {
	display: none;
}
.basket {
	margin: 0 auto;
	width: 900px;
	padding:40px 0 0 0;
}
.basket h2 {
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 25px;
	color: #555;
}
.basket h3 {
	text-align: center;
	margin: 0 0 30px 0;
	font-size: 17px;
	font-weight: normal;
	color: #777;
}
.basket table.items {
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.basket .items th {
	background: #333;
	padding: 7px 10px;
	color: #fff;
	font-size: 16px;
}
.basket .items td {
	padding: 10px;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}
.basket .item {
	overflow: hidden;
}
.basket .item img {
	width: 65px;
	display: block;
	margin: 0 15px 0 0;
	float: left;
}
.basket .item figcaption {
	float: left;
	padding: 3px 0 0 0;
	text-align: left;
	max-width: 500px;
}
.basket .item .code {
	font-size: 15px;
	color: #888;
	margin: 0 0 5px 0;
	line-height: 120%;
}
.basket .item h3 {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 5px 0;
	line-height: 150%;
	text-align: left;
	color: #333;
}
.capa {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 0;
	line-height: 130%;
	color: #ff7373;
}
.basket td {
	text-align: center;
}
.price {
	text-align: right !important;
	font-size: 18px !important;
	padding: 15px;
}
select.qty {
	padding: 5px;
}
.add {
	display: inline-block;
	background: #ffcaca;
	padding: 2px 10px;
	font-size: 13px;
	margin: 10px 0 0 0;
	border-radius: 3px;
	cursor: pointer;
}
.more {
	display: inline-block;
	background: #ffcaca;
	padding: 2px 10px;
	font-size: 15px;
	margin: 10px 0 0 0;
	border-radius: 3px;
}
.dlt {
	display: inline-block;
	background: #ececec;
	text-decoration: underline;
	padding: 2px 10px;
	font-size: 15px;
	margin: 10px 0 0 0;
	border-radius: 3px;
	cursor: pointer;
	white-space: nowrap;
}
.edt {
	display: inline-block;
	background: #ffce95;
	padding: 2px 10px;
	font-size: 15px;
	margin: 10px 0 0 0;
	border-radius: 3px;
	white-space: nowrap;
}
.dlt:hover, .edt:hover, .more:hover, .add:hover {
	text-decoration: underline;
}
.basket .total {
	width: 40%;
	margin: 0 0 0 60%;
}
.basket .total th {
	text-align: left;
	font-size: 16px;
}
.basket .total td {
	width: 200px;
}
.basket .total th, .basket .total td {
	border-bottom: 1px solid #ddd;
}
.basket .total .coupon_th span{
background:#4285f4;
color:#fff;
padding:5px 3px;
border-radius:25px;
display:block;
text-align:center;
font-weight:normal;
font-size:15px;
}
.basket .total .coupon_td{
color:#ff0000;
font-weight:bold;
}
.basket .tax_th{
	font-weight: normal;
	font-size: 14px !important;
}
.basket .tax_td{
	font-weight: normal;
	font-size: 14px !important;
}
.basket .get_point{
	font-size: 13px;
    display: block;
    line-height: 100%;
}
.add_delivery{
	border-top:1px solid #bbb;
	padding:15px 0 0 0;
}
.add_delivery a{
	color:#bf2727;
	font-weight: bold;
	font-size: 18px;
}
/*===== 買い物カゴ ここまで =====*/

/*===== ボタン ここから =====*/
.btn_box {
	width: 100%;
	margin: 50px auto 50px;
	position: relative;
	min-height: 60px;
}
.btn_box.btn_mb{
	margin-bottom:0px;
}
.btn_box .back {
	position: absolute;
	width: 240px;
	left: 0;
	font-size: 14px;
	line-height: 170%;
	top: 7px;
}
.btn_box .back a, .btn_box .back input {
	display: block;
	background: #ccc;
	border: none;
	width: 100%;
	font-size:18px ;
	color: #333;
	text-decoration: none;
	padding: 20px 10px;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	box-sizing: border-box;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	font-weight: bold;
}
.c_btn {
	text-align: center;
	margin: 70px auto 0;
	width: 340px;
	position: relative;
}
.c_btn input, .c_btn a {
	background: #d52425;
	border: 1px solid #d52425;
	padding: 20px 0;
	color: #fff;
	font-size: 17px;
	display: block;
	cursor: pointer;
	position: relative;
	line-height: 160%;
	width: 100%;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
}
.c_btn:after, .btn02:after,.btn02_2:after {
	color: #fff;
	content: ">";
	font-size: 14px;
	position: absolute;
	line-height: 120%;
	right: 20px;
	top: 26px;
	transition: .3s;
}
.c_btn input:hover:after, .c_btn:hover:after, .btn02:hover:after,.btn02_2:hover:after {
	right: 15px;
	transition: .3s;
}
.btn02{
	margin: 0px auto 0;
	width: 340px;
	top: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}
.btn03{
	margin: 40px auto 0;
	width: 340px;
	text-align: center;
	z-index: 1;
}
.btn02 input, .btn02 a,.btn03 input, .btn03 a {
	background: #d52425;
	border: 1px solid #d52425;
	padding: 20px 0;
	color: #fff;
	display: block;
	font-size: 18px;
	width: 100%;
	line-height: 160%;
	font-weight: bold;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
}
.btn03 input, .btn03 a {
	background: #e9891c;
	border: 1px solid #e9891c;
	padding: 20px 0;
	color: #fff;
	display: block;
	font-size: 18px;
	width: 100%;
	line-height: 160%;
	font-weight: bold;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn02_2 {
	text-align: center;
	width: 250px;
	position: absolute;
	right: 0;
	top: 0;
}
.btn02_2 input, .btn02_2 a {
	background: #d52425;
	border: 1px solid #d52425;
	padding: 17px 0;
	color: #fff;
	display: block;
	font-size: 18px;
	width: 100%;
	line-height: 160%;
	font-weight: bold;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
}
.postal_btn {
	border: none;
	padding: 10px 15px;
	background: #b5f9ffc9;
	cursor: pointer;
	color: #444;
	border-radius: 5px;
	text-decoration: underline;
}
/*===== ボタン ここまで =====*/
/*===== エラー ここから =====*/
.error {
	font-size: 20px;
	background: #FF0000;
	color: #fff;
	padding: 2px 10px;
	margin: 5px 0;
	display: inline-block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "AppleGothic", "Questrial", sans-serif;
}
.error_c {
	font-size: 20px;
	background: #FF0000;
	color: #fff;
	padding: 2px 10px;
	margin: 40px auto;
	width:430px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "AppleGothic", "Questrial", sans-serif;
}
.error_box {
	width: 500px;
	background: #FF0000;
	padding: 15px;
	margin: 30px auto;
}
.error_box p {
	font-size: 16px;
	text-align: center;
	color: #fff;
}
/*===== エラー ここまで =====*/
/*===== フロー ここから =====*/
.stage {
	width: 900px;
	margin: 0 auto 50px;
}
.stage li {
	background-color: #f0f0f0;
	display: inline-block;
	vertical-align: top;
	height: 46px;
	line-height: 46px;
	padding-left: 20px;
	position: relative;
	text-align: center;
	font-size: 17px;
	text-indent: -15px;
	width: 18.6%;
}
.stage li:before, .stage li:after {
	content: "";
	border-color: transparent;
	border-style: solid;
	position: absolute;
	top: 0px;
	border-top-width: 35px;
	border-bottom-width: 15px;
	border-width: 23px 0px;
}
.stage li.selected {
	background: #d52425;
	color: #fff;
}
.stage li.selected:before {
	border-left: 14px solid #d52425;
}
.stage li:last-child {
	padding-right: 0;
	width: 25%;
}
.stage li:first-child.selected:after {
	border-left: 14px solid #fff;
	background-color: #f0f0f0;
}
.stage li:before {
	z-index: 2;
	border-left: 14px solid #f0f0f0;
	right: -14px;
}
.stage li:after {
	z-index: 1;
	border-left: 14px solid #fff;
	right: -15px;
}
.stage li:last-child:before, .stage li:last-child:after {
	content: none;
}
/*===== フロー ここまで =====*/
/*===== 会員ログイン ここから =====*/
.login {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	overflow: hidden;
}
.login h2 {
	text-align: center;
	margin: 0 0 70px 0 !important;
	font-size: 20px;
	color: #333;
}
.login h2 span{
	border-bottom: #d52425 4px solid;
	padding: 0 10px 10px;
}
.login h3 {
	text-align: center;
	margin: 0 0 30px 0;
	font-size: 20px;
	font-weight: 600;
	color: #333;
}
.login h4 {
	margin: 0 0 10px 0;
	font-size: 15px;
	font-weight: 600;
	color: #555;
}
.login input[type="email"], .login input[type="password"] , .login input[type="text"]{
	display: block;
	margin: 0 0 30px 0;
	width: 100%;
	border: 1px solid #444;
	padding: 5px;
	font-size: 16px;
}
.guest p {
	text-align: center;
}
.member .pass {
	text-align: center;
	margin: -20px 0 -40px;
	font-size: 15px;
}
.login_wrap{
	padding: 10px 10px 60px;
	border-bottom: 2px solid #ccc;
	margin:0 0 50px;
}
.login_wrap h2 {
	text-align: center;
	margin: 0 0 70px 0 !important;
	font-size: 20px;
	color: #333;
}
.login_wrap h2 span{
	border-bottom: #d52425 4px solid;
	padding: 0 10px 10px;
}
.login_wrap h3 {
	text-align: center;
	margin: 0 0 0px 0;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.login_wrap h4 {
	margin: 0 0 10px 0;
	font-size: 15px;
	font-weight: 600;
	color: #555;
}
.login_wrap input[type="email"], .login_wrap input[type="password"], .login_wrap input[type="text"] {
	display: block;
	margin: 0 0 30px 0;
	width: 100%;
	border: 1px solid #444;
	padding: 5px;
	font-size: 16px;
}
.member {
	padding: 20px 60px 20px 0;
	margin: 0 40px 0 0;
}
.login .member {
	width: 450px;
	padding: 30px 60px 20px 0;
	margin: 0 40px 0 0;
	float: left;
	border-right: 3px solid #ddd;
}
.login_wrap .pass {
	text-align: center;
	font-size: 15px;
	margin:-15px 0 -50px;
}
.login_wrap .pass a{
	color:#ff0000;
	text-decoration: underline;
	font-size: 13px;
}

.password {
    position: relative;
    button {
        background: none;
        outline: none;
        border: none;
        appearance: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }
}

.member .pass a {
	text-decoration: underline;
}
.guest {
	width: 400px;
	float: right;
	padding: 30px 0 0 0;
}
.signup_wrap h3 {
	float: none !important;
	text-align: center;
	font-size: 20px !important;
	margin: 0 0 -30px 0 !important;
	color: #333 !important;
	font-weight: bold;
}
.signup_wrap p {
	text-align: center;
	font-size: 17px;
}
/*===== 会員ログイン ここまで =====*/
.info {
	margin: 60px auto 0;
	width: 100%;
}
.info h2 {
	text-align: center;
	margin: 0 0 40px 0;
	font-size: 29px;
	font-weight: normal;
}
.info .ttl {
	overflow: hidden;
	margin: 0 0 15px 0;
	font-size: 12px;
	/* padding: 50px 0 0 0; */
}
.info h3 {
	float: left;
	margin: 0;
	font-size: 20px;
	color: #bf2727;
}
.info h4 {
	margin: 30px 0 10px 0;
	font-size: 19px;
}
.info h6 {
	margin: 0 0 3px 0;
	font-size: 15px;
	color: #777;
	line-height: 140%;
}
.mst_txt {
	margin: 5px 0 0 0;
	font-size: 15px;
	float: right;
	line-height: 180%;
}
.info .edit_txt {
	margin: 12px 12px 0;
	line-height: 100%;
	font-size: 16px;
	float: right;
}
.info .edit_txt .fa {
	margin: 2px 3px 0 0;
}
.info .edit_txt a {
	text-decoration: underline;
	color: #3a9aec;
}
.note {
	font-size: 14px;
	margin: 5px 0;
}
.note .policy {
	color: #bf2727;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	text-align: center;
	padding: 10px 0 0;
}
.note .mypage_policy {
	color: #bf2727;
	font-weight: bold;
	text-decoration: underline;
	padding: 10px 0 0;
}
.info .note01 {
	text-align: center;
	color: #d52425;
	font-weight: bold;
	font-size: 18px;
	margin: 65px 0 60px 0;
	position: relative;
}
.info .note01 .icon_txt {
	display: block;
	width: 70px;
	position: absolute;
	top: -40px;
	right: 0;
	left: 0;
	margin: 0 auto;
	background: #fff;
}
.info .note01 .point_txt {
	background-color: #d52425;
	color: #fff;
	padding: 0 7px;
	margin: 0 5px 0 0;
}
.info .note01 i {
	vertical-align: middle;
	font-size: 35px;
	color: #d52425;
}
.info .note01 .sub_txt {
	border: 1px solid #d52425;
	padding: 25px 15px 15px;
}
.info .pt_note02 {
	text-align: center;
	color: #d52425;
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 10px 0;
}
.note_mail {
	font-size: 14px;
	color: #d52425;
	text-align: center;
	margin: -20px 0 30px 0;
}
.note_mail02 {
	font-size: 15px;
	color: #d52425;
}
.note_mail02 a {
	text-decoration: underline;
	color: #d52425;
}
.info .annotation {
	padding-top: 10px;
	color: #d52425;
	font-size: 14px;
	line-height: 160%;
	font-weight: bold;
}
.info .ex_txt {
	font-size: 16px;
	margin: 0 0 30px 0;
}
.mst {
	color: #d52425;
	margin: 0 5px;
	font-size:14px;
}
.info .mst_icon {
    background: #d52425;
    color: #fff;
    padding: 4px 5px 2px;
    line-height: 110%;
    display: inline-block;
    border-radius: 3px;
    font-size: 11px;
    margin: 0 0 0 8px;
}
.select_note{
	text-align: center;
  font-size: 13px;
  margin: -20px 0 20px 0;
}
.info input[type="text"], .info input[type="email"], .info input[type="tel"], .info input[type="password"] {
	font-size: 16px;
	padding: 3px;
	font-weight: bold;
	color: #000;
	width: 100%;
}
.info select {
	font-size: 18px;
	padding: 5px;
	margin: 0 10px 10px 0;
}
.info input.short {
	width: 170px;
	margin: 0 5px 0 0;
}
.info input.point {
	width: 150px;
	margin: 0 10px 0;
}
.info .sub {
	margin: 0 15px 0 5px;
}
.info input[type="radio"], .info input[type="checkbox"] {
	margin: 0 7px 0 20px;
	transform: scale(2.0);
}
.pay_select  input[type="radio"] {
	margin: 0 9px 0 -20px !important;
	transform: scale(2.0);
}
.info .comp_ttl {
	float: none!important;
	margin: 0 0 30px 0!important;
	font-size: 30px;
	text-align: center;
	color: #333;
	padding: 20px 0 15px 0;
	border-bottom: 1px solid #ccc;
}
.info .reset_ttl {
	font-size: 30px;
	margin-bottom: 25px!important;
}
.info .comp_txt {
	font-size: 16px;
	text-align: center;
	margin: 20px 0 60px 0;
}
.info .comp_txt02 {
	font-size: 15px;
	text-align: center;
	margin: 0 0 80px 0;
}
.info .comp_txt03 {
	font-size: 15px;
	text-align: center;
	margin: 60px 0 20px 0;
}
.info .comp_txt02 a {
	font-size: 35px;
	line-height: 200%;
	color: #d52425;
	font-weight: bold;
	pointer-events: none;
}
.info .comp_txt02 span {
	font-size: 13px;
}
.info .comp_mail {
	font-size: 23px;
	background: #f6fbba;
	padding: 15px;
	width: 700px;
	text-align: center;
	margin: 0px auto 00px;
}
.info .remarks {
	width: 100%;
	height: 100px;
	font-size: 15px;
	padding: 5px;
}
.basic {
	width: 100%;
	border-top: 1px solid #bbb;
	margin: 0 auto;
}
.basic.noborder{
	border-top:none;
}
.basic th {
	border-bottom: 1px dotted #bbb;
	padding: 10px;
	width: 200px;
	text-align: left;
	font-size: 16px;
}
.basic th.noborder,.basic td.noborder{
	border-bottom:none;
}
.basic th.new_card {
	border-bottom: none;
	border-top: 1px solid #bbb;
	padding: 25px 0 0 10px;
	width: 100%;
	text-align: left;
	font-size: 16px;
}
.basic th.card_limit {
	border-bottom: none;
	padding: 20px;
	width: 100%;
	text-align: center;
	background:#ff0000;
	color:#fff;
	font-size: 16px;
}
.basic b{
	text-decoration: underline;
}
.basic td {
	border-bottom: 1px dotted #bbb;
	padding: 20px 10px;
	font-size: 16px;
}
.basic td.noborder {
	border-bottom:none;
	}
.basic.deli {
	width: 100%;
	border-top: none;
	margin: 60px auto;
	background: #fcffd3;
}
.basic.deli th {
	border-bottom: none;
	padding: 20px;
	width: 150px;
	text-align: left;
	font-size: 15px;
}
.basic.deli td {
	border-bottom: none;
	padding: 25px 20px;
	font-size: 17px;
}
table.point{
	border-bottom: #000;
}
table.point th{
	background-color: #eee;
	border: 1px solid #bbb;
}
table.point td{
		border: 1px solid #bbb;
}
.card_error{
    background: #ff0000;
    color: #fff;
    padding: 10px;
    line-height: 160%;
    text-align: center;
    margin: 20px 0;
    font-size:15px
}
.pay_select {
	width: 100%;
	border-top: 1px solid #bbb;
	margin: 0 auto;
}
.pay_select th {
	border-bottom: 1px dotted #bbb;
	padding: 20px 5px;
	width: 300px;
	text-align: left;
	font-size: 15px;
}
	.pay_select .credit th {
	font-size: 13px;
}
.pay_select th label{
	margin:0 0 0 30px;
}
.pay_select td {
	border-bottom: 1px dotted #bbb;
	padding: 20px;
	font-size: 15px;
}
.pay_select .credit_icon {
	width: 15%;
	margin: 1%
}
.pay_select .bank_icon {
	width: 30%;
	margin: 1%
}
.btn_wrap {
	width: 600px;
	margin: 30px auto 30px;
}
.add_btn {
	width: 300px;
	position: relative;
	margin: 55px auto 0 auto;
	border: 1px solid #d52425;
}
.add_btn a {
	text-align: center;
	display: block;
	font-size: 15px;
	position: relative;
	padding: 17px 0!important;
}
.add_btn a span{
	display: inline-block;
	vertical-align: middle;
	color: #d52425;
	font-weight: bold;
	line-height: 160%;
}
.add_btn a i{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	font-size: 23px;
	color: #d52425;
}
.other_link {
	width: 280px;
	font-size: 12px;
	float: left;
	margin: 0;
	cursor: pointer;
	text-align: center;
	background: #de3a3a;
}
.other_link .b_wrap {
	display: block;
	padding: 20px;
	color: #fff;
	font-size: 15px;
}
.other_link .b_txt{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	line-height: 160%;
}
.other_link i {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	font-size: 23px;
	color: #fff;
}

/*.add_btn a:before {
	content: " ＋ ";
	width: 1.5em;
	font-size: 15px;
	color: #222222;
	top: 17px;
	left: 15px;
	position: absolute;
	font-weight: bold;
}
.other_link.open:before {
	content: " － ";
	width: 1.5em;
	font-size: 15px;
	top: 20px;
	left: 14px;
	color: #de3a3a;
	position: absolute;
	color: #fff;
	font-weight: bold;
}*/
.deli_other {
	padding: 20px 0 0;
}
.deli_list {
	width: 100%;
	margin: 0 auto 20px;
}
.deli_list th {
	padding: 10px;
	width: 50px;
	text-align: left;
}
.deli_list td {
	padding: 15px;
}
.deli_list h4 {
	font-size: 18px;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.deli_list p {
	font-size: 16px;
	line-height: 140%;
}
.dst {
	background: #ffffff;
	border: 3px solid #ccc;
	padding: 20px;
	margin: 0 0 40px 0;
	position: relative;
}
.dst h4 {
	font-size: 19px;
	margin: 0 0 10px;
	font-weight: bold;
}
.dst .address {
	font-size: 16px;
	margin: 0 0 5px;
}
.dst .add_item {
	font-size: 15px;
	text-align: right;
	margin: 0 0 8px 0;
	line-height: 120%;
}
.dst .add_item a {
	text-decoration: underline;
	color: #de3a3a;
	font-weight: bold;
}
.dst th {
	font-weight: bold;
}
.dst .basic tr:last-child th, .dst .basic tr:last-child td {
	border-bottom: none;
	padding: 15px 15px 0 15px;
}
.dst .dst_close {
	font-size: 14px;
	position: absolute;
	font-weight: bold;
	display: inline-block;
	line-height: 120%;
	background: #ececec;
	padding: 5px 7px;
	right: 15px;
	top: 14px;
	cursor: pointer;
}
.item_list {
	width: 100%;
	border-top: 1px solid #bbb;
}
.item_list th {

	padding: 8px;
	text-align: left;
	font-weight: normal;
	font-size: 18px;
}
.item_list th p {
	font-size: 15px;
	line-height: 180%;
	color: #555;
}
.item_list td {
	padding: 8px;
	width: 70px
}
.item_list td.noborder,.item_list th.noborder {
	border-top:none;
}
.history {
	width: 100%;
	border-top: 1px solid #bbb;
	margin: 0 auto;
}
.history th {
	border-bottom: 1px dotted #bbb;
	padding: 10px;
	text-align: center;
	font-size: 15px;
}
.history td {
	border-bottom: 1px dotted #bbb;
	padding: 8px;
	font-size: 16px;
	text-align: center;
}
#add_list {
	padding: 10px 20px;
	width: 800px;
	height: 460px;
	background: #fff;
	margin: 0 auto;
}
#add_popup {
	padding: 20px 20px;
	position: relative;
	width: 800px;
	height: 740px;
	background: #fff;
	margin: 0 auto;
	overflow-y: scroll;

}
#add_popup .close{
	position: absolute;
    right: 20px;
    top: 15px;
    text-decoration: underline;
    font-weight: bold;
	cursor: pointer;
}
#add_popup .add_input{
	width:100%;
}
#add_popup h3{
	font-size:15px ;
	margin:0 0 15px;
	color: #D52425;
}
#add_popup .basic td{
	padding: 8px 10px !important;
}
#add_popup .basic th{
	font-weight: normal;
	font-size: 14px;
}
#add_popup .error {
	font-size: 15px;
}
#add_popup .btn03{
	margin:20px auto 0;
}
#bag_list {
	padding: 10px 20px;
	width: 800px;
	height: 650px;
	background: #fff;
	margin: 0 auto;
}
#add_list .close,#bag_list .close {
	text-align: right;
	margin: 0 5px 5px 0;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
#add_list .scrl {
	height: 380px;
	overflow-y: scroll;
}
#add_list .item_list img {
	width: 50px;
}
#bag_list .item_list .bag_img {
	width: 150px;
}
#bag_list .item_list img {
	width: 100%;
}
.pt {
	font-size: 16px;
	font-weight: bold;
	color: #ff7373;
}
.credit {
	padding: 20px;
	border: 2px solid #ccc;
}
.credit h3{
	font-size:16px ;
}
.note02 {
	font-size: 12px;
	font-weight: normal;
}
.cold {
	background: #c1fff6;
	color: #666;
	padding: 2px 7px;
	margin: 0 7px;
	font-size: 13px;
	border-radius: 5px;
	line-height: 120%;
}
.frozen {
	background: #2b5dff;
	color: #fff;
	padding: 2px 7px;
	margin: 0 7px;
	font-size: 13px;
	border-radius: 5px;
	line-height: 120%;
}
.normal {
	background: #ff6a00;
	color: #fff;
	padding: 2px 7px;
	margin: 0 7px;
	font-size: 13px;
	border-radius: 5px;
	line-height: 120%;
}
.conf h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 15px 0;
}
.conf h5 {
	font-size: 17px;
	color: #666;
	font-weight: bold;
	margin: 10px 0 10px 7px;
}
.conf p {
	font-size: 17px;
	line-height: 150%;
	margin: 0 15px 10px;
}
.conf p span {
	font-weight: bold;
	margin: 0 5px;
	font-size: 16px;
}
.conf .price {
	padding: 0;
}
.conf_item_box{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: center;
    margin: 0 0 5px;
}
.conf_item_box_img{
	width:80px;
}
.conf_item_box_img img{
	width:100%;
}
.pt_note {
	font-size: 14px !important;
	margin: -5px 0 15px 5px !important;
}
.pt_bnr {
	text-align: center;
	margin: 40px 0;
}
.pt_bnr_sp {
	display: none;
}
.deli_box {
	border: 1px solid #bf2727;
	padding: 30px;
	margin: 0 0 40px;
}
.deli_note {
	font-size: 14px;
	margin: 0 0 20px 0;
	line-height: 160%;
}
.deli_note strong {
	font-size: 15px;
	color: #bf2727;
	font-weight: bold;
	line-height: 200%;
}
.gw {
	width: 100%;
	margin: 0 auto;
}
.gw th {
	width: 50%;
	background: #f0f0f0;
	padding: 5px;
	line-height: 140%;
	font-size: 14px;
}
.gw td {
	padding: 5px;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.gw td.red {
	color: #bf2727;
}
.sub_comment {
	color: #d52425;
	margin: 20px auto 20px;
	text-align: center;
}
.sub_comment_txt {
	color: #333;
}
.comment {
	width: 600px;
	padding: 25px;
	border: 2px solid #d52425;
	margin: 50px auto 50px;
}
.comment h4 {
	margin: 0 0 15px 0;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
}
.alert {
	color: #d52425;
	line-height: 160%;
	margin: 0 0 30px;
}
.alert strong {
	font-size: 16px;
}
#inline-wrap {
	width: 500px;
	margin: 0 auto;
	height: 500px;
	overflow: auto;
	background: #fff;
	padding: 20px;
}
#inline-wrap h4 {
	line-height: 150%;
	margin: 0 0 20px;
}
.point_note{
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 0 10px;
	color: #bf2727;

}
.back_link{
	text-align: left;
	margin: -30px 0 40px;
}
.back_link a{
	font-size: 15px;
	text-decoration: underline;
}
.conf_deli{
	background: #fff;
	border:3px solid #ccc;
	padding: 15px;
}
.conf_deli h4{
	font-size: 22px;
	border-bottom: 1px solid #bbb;
	padding: 0 0 15px 0;
}
.deli_other .inner{
	overflow: hidden;
}
.deli_small_ttl{
	font-size: 18px;
	float: left;
	margin: 0 0 5px;
	font-weight: bold;
	color: #bf2727;
}
.check_all{
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0 0 20px;
	color: #666;
}
.check_all a{
	text-decoration: underline;
	color: #666;
}
.bag_note{
	margin: 0 0 0 20px;
	font-size: 14px;
}
a.sec_img{
  position: relative;
}
a.sec_img:after{
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  display: inline-block;
  pointer-events: none;
  width: 740px;
  height: 320px;
	z-index: 3;
}
a.sec_img:hover:after{
  background: url(/ec/cart/img/sec_code.jpg); /* 表示する画像 */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
.mail_offer{
	font-size: 14px;
	margin: 5px;
}
.mail_offer span{
	font-weight: bold;
	color:#d52425;
}
.cart_big_ttl{
	margin: 20px 0 0px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #e9891c;
}
.select_ttl{
	font-size: 30px;
	color: #999;
	margin: 0 0 20px;
}
.note_number{
	font-size: 13px;
	font-weight: bold;
	color: #ff0000;
	display: block;
}
.amazon_login_note{
	text-align: center;
    font-size: 14px !important;
    margin: 30px 0 -15px;
  }
#AmazonPayButton{
	width:340px;
	margin:30px auto 0;
	height: 70px;
}
.azn_err{
	width:600px;
	margin:0 auto 50px;
	color: #ff0000;
	padding:30px;
	border:3px solid #FF0000;
	font-weight: bold;
}
.azn_err a{
	text-decoration: underline;
	color: #ff0000;
}
.azn_edit {
    background: #fff;
    border: none;
    text-align: right;
    text-decoration: underline;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    display: block;
    font-family: "Noto Sans JP", "游ゴシック Medium","Yu Gothic Medium","游ゴシック",YuGothic,"Yu Gothic","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS P Gothic",MS-PGothic,Osaka,arial,helvetica,clean,sans-serif;
}
.azn_edit02 {
    background: #fff;
    border: none;
    text-align: left;
    text-decoration: underline;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    display: block;
    font-family: "Noto Sans JP", "游ゴシック Medium","Yu Gothic Medium","游ゴシック",YuGothic,"Yu Gothic","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS P Gothic",MS-PGothic,Osaka,arial,helvetica,clean,sans-serif;
}
.comp_list{
	width:800px;
	overflow: hidden;
	margin: 0 auto 100px;
}
.comp_list li{
	width:360px;
	margin:0 0 30px;
	float: left;
}
.comp_list li:nth-child(even){
	float: right;
}

.comp_list li a{
	display: block;
	margin:0 0 10px;
}
.comp_list li a img{
	width:100%;
}
.comp_list p{
	font-size: 16px;
	font-weight:bold;
	line-height:160%;
	text-align: center;
}

.mypage_login_wrap{
	background: #eee;
	padding: 40px 30px 80px;
	width:600px;
	margin:0 auto;
}
.mypage_login_wrap h2{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	margin:0 0 50px;
}
.mypage_login_wrap h2 span{
	padding: 0 10px 15px;
	border-bottom:#d52425 2px solid;
}
.mypage .mypage_ttl{
	text-align: center;
	font-size: 35px;
	margin: 0 0 40px;
	font-weight: bold;
}
.mypage .info{
	width:740px;
}
.mypage .ttl{
	width:740px;
	margin:0 auto;
}
.mypage .ttl h3{
	color:#333;
	font-size: 28px;
	margin:0 0 30px;
	text-align: left;
}

.mypage .mypage_nav{
	display: flex;
	width:100%;
	margin:0 0 40px;
	justify-content: space-between;
}
.mypage .mypage_nav li{
	width: 19%;
}
.mypage .mypage_nav li a{
	border:1px solid #bf2727;
	display: block;
	padding: 15px 0px;
	box-sizing: border-box;
	text-align: center;
	font-size: 13px;
	color:#bf2727;
	position: relative;
}
.mypage .mypage_nav li a i::before{
	margin: 0 0 0 5px;
}
.mypage .mypage_nav li svg{
	position: absolute;
	bottom: 2px;
	font-size: 20px;
	color:#bf2727;
	width:10px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.mypage .mypage_nav li.logout a{
	color:#333;
	border:1px solid #333;
}
.mypage .mypage_info{
	width:740px;
	margin:0 auto 0px;
	padding:10px 20px;
	box-sizing: border-box;
	background: #FCFFD3;
}

.mypage .mypage_table{
	width:100%;
}
.mypage .mypage_table th{
	width:180px;
	font-size: 18px;
	text-align: left;
	font-weight: normal;
}
.mypage .mypage_table td{
	padding: 17px 0;
	list-style: 200%;
	font-size: 17px;
}
.mypage .mypage_table td b{
	font-size: 24px;
	display: block;
	padding: 5px 0;
	font-weight: normal;
}
.mypage .mypage_table td span{
	font-size: 17px;
	display: block;
	padding: 0px 0;
}
.mypage .mypage_table td span.com{
	font-size: 15px;
	color:#666;
	padding-top:0;
}
.mypage .mypage_table tr{
	border-bottom:1px solid #ccc;
}
.mypage .mypage_table tr:last-child{
	border-bottom:none;
}
.mypage .mypage_table .pt{
	color:#FF7373;
	font-size: 24px;
	font-weight: bold;
}
.mypage .edit_txt{
	text-align: right;
	float: right;
}
.conf_note{
	text-align: center;
	font-size: 15px;
	color:#ff0000;
	margin:30px 0;
	font-weight: bold;
}
.bag_add_btn{
	width: 200px;
}
.bag_add_btn a{
    display: block;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    border: 1px solid #444;
}

.bag_add_btn svg,.bag_add_btn i{
    margin: 0 10px 0 0;
}
.copy_btn{
	width: 800px;
    margin: 40px auto 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.noshi_btn{
	width:370px;
}
.noshi_btn a{
	width:100%;
	display: block;
    padding: 10px;
    background: #fff;
    text-align: center;
    border: 1px solid #444;
}
.noshi_btn svg{
    margin: 0 10px 0 0;
}
.cart_item_flex{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.cart_item_photo{
	width: 80px;
	margin:0 10px 0 0;
}
.cart_item_photo img{
	width:100%;
}
.coupon_note{
	font-size: 14px;
	margin:10px 0 0;
}
.noshi_table{
	width:100%;
}
.noshi_table th{
	width:120px;
	font-weight: normal;
	font-size: 14px;
	padding: 5px !important;
	border-bottom: none;
}
.noshi_table th span{
	color:#ff0000;
	font-size: 12px;
	margin:0 0 0 5px;
}
.noshi_table td{
	padding: 7px 5px !important;
	border-bottom: none;
}
}


/*===== PC ここまで =====*/

/*===== SP ここから =====*/
@media screen and (max-width: 740px) {
	.column2{
width:100%;
	}
	.cart_price_box{
        width: 100%;
        margin: 0px 0 40px;

	}
	.cart_price_box .total_price_wrap{
		background:#f0f0f0 ;
		padding: 20px 15px;
		margin:0 0 1px;
		display: flex;
		flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
	}
	.cart_price_box .total_price_ttl{
		font-size: 12px;
		font-weight: bold;
	}
	.cart_price_box .total_price{
		font-size: 14px;
		font-weight: bold;
		color:#d52425;
	}

	.cart_price_box .total_price_ttl span{
		font-size: 11px;
	}
	.cart_price_box .sub_price_info{
		background:#f0f0f0 ;
		padding: 10px 15px 5px;
	}
	.cart_price_box .sub_price_box{
		margin:0 0 10px;
		display: flex;
		flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
	}
	.cart_main_info{
		width:100%;
	}


 table.basic b{
  text-decoration: underline;
 }
.apology {
	font-size: 13px;
	font-weight: bold;
	color: #FF0206;
	clear: both;
	padding: 10px 0 0;
	font-feature-settings: 'palt';
}
.cart_wrap {
	width: 90%;
	margin: 0 auto 100px;
	padding: 50px 0 0 0;
}
.not_cart {
	padding-top: 0;
}
.cart_ttl{
	text-align: center;
  margin: 0 0 20px 0;
  font-size: 16px;
  color: #555;
  font-weight: bold;
  padding: 0 0 15px;
  border-bottom: 3px solid #d52425;
}
.count_txt{
	font-size: 12px;
    margin: 0 0 15px;
	font-size: 14px;
    color: #bf2727;
}

.cart_ttl_txt{
	width: 100%;
	margin: 0 auto 10px;
	line-height: 200%;
	font-size: 12px;
	padding:0 10px 10px;
	color:#d52425;
}
.cart_ttl_txt .sub_txt{
	color:#d52425;
	font-weight:bold;
	font-size: 12px;
	line-height:150%;
}
.cart_ttl_txt .point_txt{
	padding:3px 5px;
	color:#fff;
	display:block;
	text-align:center;
	font-weight:normal;
	font-size: 12px;
	background:#d52425;
	margin: 0 0 5px 0;
}

/*===== 買い物カゴ ここから =====*/
.basket {
	margin: 0 auto;
	width: 100%;
}
.basket h2 {
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #555;
}
.basket h3 {
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 14px;
	font-weight: normal;
	color: #777;
}
.basket table.items {
	width: 100%;
}
.basket .items th {
	font-size: 11px;
	line-height: 160%;
}
.basket .items h3 {
	text-align: left;
	margin: 0 0 3px 0;
	font-size: 13px;
	line-height: 160%;
	font-weight: normal;
	color: #777;
}
.basket table.items figure {
	width: 100%;
	overflow: hidden;
}
.basket table.items figure img {
	display: none;
}
.basket table.items figcaption {
	width: 100%;
	float: left;
	text-align: left;
}
.basket table.items th:first-child {
	width: 30%;
}
.basket table.items th {
	padding: 5px;
	font-size: 11px;
}
.basket table.items p {
	font-size: 11px;
}
.basket table.items td {
	padding: 7px;
	font-size: 12px;
}
.basket table.items .dlt {
	display: inline-block;
	background: none;
	padding: 0;
	font-size: 12px;
	margin: 0;
	border-radius: 0;
	white-space: nowrap;
	text-decoration: underline;
}
.sp_basket {
	width: 100%;
}
.sp_basket li {
	margin: 5px 0 15px 0;
	border-bottom: 1px solid #ddd;
}
.sp_basket li:last-child {
	margin: 5px 0 0 0;
	border-bottom: 1px solid #ddd;
}
.sp_basket figure {
	overflow: hidden;
	margin: 0 0 5px 0;
}
.sp_basket figure img {
	display: block;
	width: 20%;
	margin: 0 5% 0 0;
	float: left;
}
.sp_basket figcaption {
	width: 75%;
	float: left;
}
.sp_basket .code {
	font-size: 11px;
	color: #777;
	margin: 0 0 3px 0;
}
.sp_basket h4 {
	font-size: 14px;
	line-height: 140%;
	margin: 0 0 5px 0
}
.sp_table {
	width: 100%;
}
.sp_table td {
	width: 25%;
	text-align: center;
	padding: 5px;
}
.sp_price {
	text-align: right;
	font-size: 13px;
	line-height: 120%;
	padding: 0 0 10px 0;
}
.sp_price span {
	font-size: 15px;
	margin: 0 0 0 15px
}
.capa {
	font-size: 13px;
	margin: 0 0 0 0;
	line-height: 140%;
	color: #ff7373;
}
.basket td {
	text-align: center;
}
.price {
	text-align: right !important;
	font-size: 15px;
	padding: 12px;
}
select.qty {
	padding: 5px;
}
.add {
	display: inline-block;
	background: #ffcaca;
	padding: 2px 10px;
	font-size: 13px;
	margin: 10px 0 0 0;
	border-radius: 3px;
	white-space: nowrap;
}
.more {
	display: inline-block;
	background: #d52425;
	color: #fff;
	padding: 2px 10px;
	font-size: 13px;
	margin: 10px 0 0 0;
	border-radius: 3px;
	white-space: nowrap;
}
.dlt {
	display: inline-block;
	background: #ececec;
	padding: 4px 8px;
	font-size: 13px;
	margin: 10px 0 0 0;
	border-radius: 3px;
	white-space: nowrap;
}
.edt {
	display: inline-block;
	background: #ffce95;
	padding: 2px 8px;
	font-size: 13px;
	white-space: nowrap;
	margin: 10px 0 0 0;
	border-radius: 3px;
}
.dlt:hover, .edt:hover, .more:hover, .add:hover {
	text-decoration: underline;
}
.basket .total {
	width: 100%;
	margin: 0;
}
.basket .total th {
	text-align: left;
	font-size: 12px;
	padding: 0 0 0 10px;
}
.basket .total td {
	font-size: 16px;
}
.basket .total th, .basket .total td {
	border-bottom: 1px solid #ddd;
}
.basket .total .coupon_th span{
background:#4285f4;
color:#fff;
padding:3px 0;
border-radius:25px;
display:block;
text-align:center;
width:9.0em;
margin:0 0 0 -1em;
font-size:12px;
}
.basket .total .coupon_td{
color:#ff0000;
font-weight:bold;
}
.basket .tax_th{
	font-weight: normal;
	font-size: 12px !important;
}
.basket .tax_td{
	font-weight: normal;
	font-size: 12px !important;
}
.basket .get_point{
	font-size: 11px;
    display: block;
    line-height: 100%;
}
/*===== 買い物カゴ ここまで =====*/

/*===== ボタン ここから =====*/
.btn_box {
	width: 100%;
	margin: 20px auto 50px;
	position: relative;
}
.btn_box .back {
	width: 80%;
	margin: 50px auto 0;
}
.btn_box .back a, .btn_box .back input {
	display: block;
	font-size: 16px;
	width: 100%;
	border: none;
	background: #ccc;
	color: #555;
	text-decoration: none;
	padding: 15px 20px;
	text-align: center;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
}
.c_btn, .btn02, .btn02_2, .btn03 {
	text-align: center;
	width: 80%;
	margin: 40px auto 0;
	position: relative;
}
.c_btn input {
	width: 100%;
}
.c_btn input, .c_btn a, .btn02 input, .btn02 a, .btn02_2 a, .btn02_2 input {
	background: #d52425;
	border: 1px solid #d52425;
	padding: 15px 0;
	color: #fff;
	font-size: 3.8vw;
	cursor: pointer;
	display: block;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
}
.btn03 input{
	background: #e9891c;
	border: 1px solid #e9891c;
	padding: 15px;
	color: #fff;
	font-size: 3.8vw;
	cursor: pointer;
	display: block;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
}
.c_btn input:after, .c_btn:after, .btn02:after, .btn02_2:after {
	color: #fff;
	content: ">";
	position: absolute;
	right: 12px;
	line-height: 120%;
	font-size: 15px;
	top: 22px;
}

.postal_btn {
	width: 60%;
	display: block;
	margin: 10px auto;
	border: none;
	padding: 10px 15px;
	background: #b5f9ffc9;
	cursor: pointer;
	color: #444;
	border-radius: 5px;
	text-decoration: underline;
}
/*===== ボタン ここまで =====*/
/*===== エラー ここから =====*/
.error {
	font-size: 13px;
	background: #ff0000;
	color: #fff;
	padding: 2px 5px;
	margin: 5px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "AppleGothic", "Questrial", sans-serif;
}
.error_c {
	font-size: 13px;
	background: #ff0000;
	color: #fff;
	text-align: center;
	padding: 2px 5px;
	margin: 20px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "AppleGothic", "Questrial", sans-serif;
}
.error_box {
	width: 100%;
	background: #ff0000;
	padding: 15px;
	margin: 20px auto;
}
.error_box p {
	font-size: 13px;
	color: #fff;
	text-align: center;
}
/*===== エラー ここまで =====*/
/*===== フロー ここから =====*/
.stage {
	margin: 0 0 40px 0;
	border-top: 1px solid #ccc;
}
.stage li {
	background-color: #f0f0f0;
	border-bottom: 1px solid #ccc;
	text-align: center;
	width: 100%;
	padding: 4px 0;
	font-size: 12px;
}
.stage li.selected {
	background:  #d52425;;
	color: #fff;
	font-weight: bold;
}
/*===== フロー ここまで =====*/
/*===== 会員ログイン ここから =====*/
.login {
	width: 100%;
	margin: 0 auto;
}
.login h2 {
	text-align: center;
	margin: 0 0 40px 0;
	font-size: 16px;
	color: #555;
}
.login h2 span{
	border-bottom: #d52425 4px solid;
	padding: 0 10px 10px;
}
.login h3 {
	text-align: center;
	margin: 0 0 25px 0;
	font-size: 15px;
	line-height: 140%;
	font-weight: 100;
	color: #555;
	font-weight: bold;
}
.login h4 {
	margin: 0 0 5px 0;
	font-size: 15px;
	font-weight: 500;
	color: #555;
}
.login input[type="email"], .login input[type="password"], .login input[type="text"] {
	display: block;
	margin: 0 0 30px 0;
	width: 100%;
	border: 1px solid #444;
	padding: 5px;
	font-size: 16px;
}
.member {
	width: 100%;
	margin: 0 auto 40px;
}
.member .pass {
	text-align: center;
	margin: -15px 0 -10px;
	font-size: 14px;
}
.member .pass a {
	text-decoration: underline;
}
.guest {
	border-top: 1px solid #ddd;
	padding: 40px 0 0 0;
}
.guest p {
	text-align: center;
}
.mypage_login_wrap{
	background: #eee;
	padding: 30px 30px 60px;
	width:98%;
	margin:0 auto;
}
.mypage_login_wrap h2 {
	text-align: center;
	margin: 0 0 40px 0;
	font-size: 16px;
	color: #555;
	font-weight: bold;
}
.mypage_login_wrap h2 span{
	border-bottom: #d52425 4px solid;
	padding: 0 10px 10px;
}
.mypage_login_wrap h3 {
	text-align: center;
	margin: 0 0 25px 0;
	font-size: 15px;
	line-height: 140%;
	font-weight: 100;
	color: #555;
	font-weight: bold;
}
.mypage_login_wrap h4 {
	margin: 0 0 5px 0;
	font-size: 15px;
	font-weight: 500;
	color: #555;
}
.login_wrap {
	padding: 10px 10px 50px;
	border-bottom: 2px solid #ccc;
	margin: 0 0 30px;
}
.login_wrap input[type="email"], .login_wrap  input[type="password"], .login_wrap  input[type="text"] {
	display: block;
	margin: 0 0 30px 0;
	width: 100%;
	border: 1px solid #444;
	padding: 5px;
	font-size: 16px;
}
.member {
	width: 100%;
	margin: 0 auto 40px;
}
.mypage_login_wrap .pass {
	text-align: center;
	margin: 30px 0 -20px 0;
	font-size: 14px;
}
.mypage_login_wrap .pass a {
	text-decoration: underline;
	color:#d52425;
}
.password {
    position: relative;
    button {
        background: none;
        outline: none;
        border: none;
        appearance: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }
}
.guest {
	border-top: 1px solid #ddd;
	padding: 40px 0 0 0;
}
.guest p {
	text-align: center;
}
/*===== 会員ログイン ここまで =====*/
.info {
	margin: 30px auto 0;
	width: 100%;
}
.info h2 {
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 20px;
	font-weight: normal;
}
.info .ttl {
	overflow: hidden;
	margin: 0 0 10px 0;
}
.info h3 {
	margin: 0 0 5px 0;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #bf2727;
	padding: 15px 0 0 0;
}
.info .guest h3 {
	margin: 0 0 20px;
	text-align: center;
	font-size: 18px;
	color: #333;
}
.info .guest p {
	margin: 0 0 30px;
	text-align: left;
	font-size: 14px;
	color: #333;
}
.info h4 {
	margin: 30px 0 10px 0;
	font-size: 16px;
}
.info h6 {
	margin: 0 0 3px 0;
	font-size: 14px;
	color: #777;
	line-height: 140%;
	font-weight: bold;
}
.info .mst_txt {
	margin: 8px 0 0 0;
	font-size: 12px;
	text-align: left;
}
.info .ex_txt {
	font-size: 14px;
	margin: 0 0 20px 0;
}
.info .edit_txt {
	margin: 10px 7px 3px 7px;
	line-height: 100%;
	font-size: 12px;
	float: right;
}
.info .edit_txt .fa {
	margin: 3px 3px 0 0;
}
.info .edit_txt a {
	text-decoration: underline;
	color: #3a9aec;
}
.info .note {
	font-size: 11px;
	margin: 5px 0;
}
.note .policy {
	color: #bf2727;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	text-align: center;
	padding: 10px 0 0;
}
.info .note01 {
	text-align: center;
	margin: 30px 0 30px 0;
	color: #d52425;
	font-weight: bold;
	position: relative;
}
.info .note01 span {
	color: #fff;
	padding: 0 5px;
	margin: 0 3px 0 0;
}
.info .note01 .icon_txt {
	display: block;
	width: 40px;
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	margin: 0 auto;
	background: #fff;
}
.info .note01 .point_txt {
	background-color: #d52425;
	color: #fff;
	padding: 0 7px;
	margin: 0 5px 0 0;
}
.info .note01 i {
	vertical-align: middle;
	font-size: 25px;
	color: #d52425;
}
.info .note01 .sub_txt {
	display: block;
	border: 1px solid #d52425;
	padding: 20px 7px 10px;
	color: #d52425;
}
.info .pt_note02 {
	text-align: left;
	color: #d52425;
	margin: 0 0 30px 0;
}
.note_mail {
	font-size: 12px;
	color: #d52425;
	text-align: center;
	margin: -20px 0 30px 0;
}
.note_mail02 {
	font-size: 12px;
	color: #d52425;
}
.note_mail02 a {
	text-decoration: underline;
	color: #d52425;
}
.info .annotation {
	font-size: 13px;
  color: #d52425;
  line-height: 150%;
  font-weight: bold;
}
.mst {
	color: #d52425;
	margin: 0 5px;
}
.info .mst_icon {
    background: #d52425;
    color: #fff;
    padding: 3px 5px 2px;
    line-height: 110%;
    display: inline-block;
    border-radius: 3px;
    font-size: 11px;
    margin: 0 0 0 8px;
}
.select_note{
	text-align: center;
	font-size: 12px;
	margin: -20px 0 20px 0;
}
.info input[type="text"], .info input[type="email"], .info input[type="tel"], .info input[type="password"] {
	font-size: 18px;
	padding: 3px;
	width: 100%;
}
.info select {
	font-size: 15px;
	padding: 5px;
	margin: 0 7px 10px 0;
}
.info input.short {
	width: 100%;
	margin: 0 0 10px 0;
}
.info input.point {
	width: 40%;
	margin: 0 10px 0;
}
.info .sub {
	margin: 0 10px 0 3px;
}
.info label {
	display: block;
	margin: 0 0 10px 0
}
.info input[type="radio"], .info input[type="checkbox"] {
	margin: 0 5px 0 15px;
	transform: scale(1.4);
}
.info .comp_ttl {
	float: none!important;
	margin: 0 0 20px 0!important;
	font-size: 16px;
	padding: 0 0 10px 0;
	color: #333;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.info .comp_txt {
	font-size: 13px;
	text-align: left;
	margin: 30px 0 20px 0;
}
.info .comp_txt02 {
	font-size: 13px;
	text-align: center;
	margin: 0px 0 40px 0;
}
.info .comp_txt02 a {
	font-size: 24px;
	font-weight: bold;
	line-height: 200%;
	color: #d52425;
}
.info .comp_txt02 span {
	font-size: 12px;
}
.info .comp_mail {
	font-size: 14px;
	background: #f6fbba;
	padding: 10px;
	width: 100%;
	font-weight: bold;
	text-align: center;
	margin: 40px auto 50px;
}
.info .remarks {
	width: 100%;
	height: 100px;
	font-size: 15px;
	padding: 5px;
}
.basic {
	width: 100%;
	border-top: 1px solid #bbb;
	margin: 0 auto;
}
.basic.noborder {
border-top:none;
}
.basic th {
	padding: 10px 10px 0 10px;
	text-align: left;
	display: block;
	width: 100%;
}
.basic th.card_limit {
    padding: 15px;
    text-align: left;
    background: #ff0000;
    line-height: 150%;
    color: #fff;
}
.basic td {
	border-bottom: 1px dotted #bbb;
	padding: 10px 15px 15px 10px;
	display: block;
	width: 100%;
	font-size: 15px;
}
.basic td.noborder {
	border-bottom: none;
}
table.point{
	border-bottom: #000;
	box-sizing: border-box;
}
table.point th{
	background-color: #eee;
	border: 1px solid #bbb;
	padding: 10px !important;
}
table.point td{
		border: 1px solid #bbb;
}
.basic.deli {
	width: 100%;
	margin: 30px 0 0 0;
	background: #fcffd3;
	border-top: none;
}
.basic.deli th {
	padding: 10px 10px 0 10px;
	text-align: center;
	display: block;
	width: 100%;
}
.basic.deli td {
	padding: 10px 15px 10px 10px;
	display: block;
	width: 100%;
	font-size: 15px;
	border-bottom: none;
}
.basic.announce_txt {
    font-size: 12px;
}
.pay_select {
	width: 100%;
	border-top: 1px solid #bbb;
	margin: 0 auto;
}
.pay_select .credit_icon {
	text-align: center;
	width: 12%;
	margin: 2%
}
.pay_select .bank_icon {
	text-align: center;
	width: 30;
	margin: 2%
}
.pay_select th {
	padding: 10px 10px 0 0px;
	text-align: left;
	display: block;
	width: 100%;
}
.pay_select .credit th {
	padding: 10px 10px 0 0px;
	text-align: left;
	display: block;
	width: 100%;
}
.pay_select td {
	border-bottom: 1px dotted #bbb;
	padding: 5px 15px 5px 10px;
	display: block;
	width: 100%;
	font-size: 15px;
}
.deli_list {
	width: 100%;
	margin: 0 auto 10px;
}
.deli_list th {
	padding: 10px;
	width: 50px;
	text-align: left;
}
.deli_list td {
	padding: 10px;
}
.deli_list h4 {
	font-size: 14px;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.deli_list p {
	font-size: 12px;
	line-height: 140%;
}
.add_btn {
	width: 80%;
	margin: 30px auto 40px;
	cursor: pointer;
	position: relative;
}
.add_btn a {
	font-size: 13px!important;
	display: block;
	text-align: center;
	padding: 15px 0;
	border: 1px solid #d52425;
}
		.add_btn a span{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	color: #d52425;
	z-index: 1;
}
	.add_btn a i{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #d52425;
	margin: 0 7px 0 0;
	z-index: 1;
}
/*.add_btn a:before {
	content: " ＋ ";
	position: absolute;
	top: 1em;
	left: 1em;
	width: 1.5em;
	font-size: 15px;
	color: #222;
	font-weight: bold;
}*/
.add_btn a:hover:before {
	color: #222!important;
}
/*.other_link.open:before {
	content: " － ";
}*/
.other_link {
	width: 80%;
	margin: 30px auto 20px;
	cursor: pointer;
	position: relative;
}
.other_link .b_wrap {
	display: block;
	text-align: center;
	background: #de3a3a;
}
.other_link i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
	margin: 0 7px 0 0;
	z-index: 1;
}
.other_link .b_txt {
	display: inline-block;
	vertical-align: middle;
	padding: 15px 0;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
.deli_other {
	padding: 20px 0;
}
.deli_other {
	padding: 10px 0;
}
.dst {
	background: #fff;
	border: 2px solid #ccc;
	padding: 20px;
	margin: 0 0 40px 0;
	position: relative;
}
.dst h4 {
	font-size: 17px;
	margin: 0 0 10px;
	font-weight: bold;
}
.dst .address {
	font-size: 13px;
	margin: 0 0 5px;
}
.dst .add_item {
	font-size: 13px;
	text-align: right;
	margin: 0 0 8px 0;
	line-height: 120%;
}
.dst .add_item a {
	text-decoration: underline;
	color: #de3a3a;
	font-weight: bold;
}
.dst th {
	font-weight: normal;
}
.dst .basic tr:last-child th, .dst .basic tr:last-child td {
	border-bottom: none;
	padding: 15px 15px 0 15px;
}
.dst .dst_close {
	font-size: 12px;
	position: absolute;
	font-weight: normal;
	display: inline-block;
	line-height: 120%;
	background: #ececec;
	padding: 5px 7px;
	right: 15px;
	top: 14px;
	cursor: pointer;
}
.item_list {
	width: 100%;
}
.item_list th {
	border-top: 1px solid #bbb;
	padding: 8px 8px 0 8px;
	text-align: left;
	font-weight: normal;
	width: 100%;
	display: block;
	font-size: 15px;
}
.item_list th p {
	font-size: 14px;
	line-height: 140%;
	color: #555;
	margin: 5px 0 0 0;
}
.item_list td {
	padding: 10px 10px 15px 10px;
	width: 100%;
	display: block;
	text-align: right;
}
#add_list .item_list,#bag_list .item_list {
	width: 100%;
}
#add_list .item_list th,#bag_list .item_list th {
	border-top: 1px solid #bbb;
	padding: 10px;
	text-align: left;
	font-weight: normal;
	width: 60%;
	display: table-cell;
	font-size: 12px;
	line-height: 150%;
}
#add_list .item_list td,#bag_list .item_list td {
	border-top: 1px solid #bbb;
	padding: 0;
	display: table-cell;
	width: 15%;
	padding: 5px 0;
	text-align: right;
}
#add_list .item_list th p,#bag_list .item_list th p {
	font-size: 12px;
	line-height: 140%;
	color: #555;
	margin: 3px 0 0 0;
}
.history {
	display: none;
}
.sp_history {
	width: 100%;
	margin: 20px 0 0 0;
}
.sp_history li {
	width: 100%;
	margin: 0 0 20px 0;
	background: #fbffc8;
	padding: 20px;
}
.sp_history time {
	font-size: 17px;
	text-align: center;
	display: block;
	color: #888;
}
.sp_history .sp_table {
	width: 100%;
	margin: 0 0 15px 0;
}
.sp_history .sp_table th {
	width: 60%;
	font-size: 14px;
	text-align: left;
	padding: 2px;
	border-bottom: 1px dotted #ddd;
}
.sp_history .sp_table td {
	width: 40%;
	font-size: 15px;
	text-align: right;
	padding: 2px;
	border-bottom: 1px dotted #ddd;
}
.sp_history .more {
	width: 60%;
	margin: 0 auto;
	display: block;
}
.sp_history .more a {
	text-align: center;
	display: block;
	padding: 8px;
	color: #fff;
}
#add_list {
	padding: 10px 11px;
	width: 90%;
	height: 460px;
	background: #fff;
	margin: 0 auto;
}
#add_popup {
	padding: 10px 11px;
	width: 90%;
	height: 600px;
	background: #fff;
	margin: 0 auto;
}
#bag_list {
	padding: 10px 11px;
	width: 90%;
	height: 380px;
	background: #fff;
	margin: 0 auto;
}
#bag_list .bag_price{
font-size: 12px;
color:#666;
}
#add_list .close,#bag_list .close {
	text-align: right;
	margin: 0 5px 5px 0;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
#add_list .scrl {
	height: 380px;
	padding: 0 15px;
	overflow-y: scroll;
}
#add_list .item_list img,#bag_list .item_list img {
	width: 100%;
}
.pt {
	font-size: 16px;
	font-weight: bold;
	color: #ff7373;
}
.block {
	display: block;
}
.credit {
	padding: 15px;
	border: 2px solid #eee;
	margin: 20px 0 0 0;
}
.credit h3{
	padding: 0px;
}
.credit input.short{
	width:40%;
}
.credit label{
	margin: 0;
}
.note02 {
	font-size: 12px;
	font-weight: normal;
}
.cold {
	background: #c1fff6;
	color: #666;
	padding: 2px 7px;
	margin: 0 7px;
	font-size: 13px;
	border-radius: 5px;
	line-height: 120%;
	white-space: nowrap;
}
.frozen {
	background: #2b5dff;
	color: #fff;
	padding: 2px 7px;
	margin: 0 7px;
	font-size: 12px;
	border-radius: 5px;
	line-height: 120%;
	white-space: nowrap;
}
.normal {
	background: #ff6a00;
	color: #fff;
	padding: 2px 7px;
	margin: 0 7px;
	font-size: 12px;
	border-radius: 5px;
	line-height: 120%;
	white-space: nowrap;
}
.conf h4 {
	font-size: 17px;
	font-weight: bold;
	margin: 10px 0 15px;
}
.conf h5 {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	margin: 13px 0 10px 0;
}
.conf p {
	font-size: 14px;
  line-height: 170%;
  margin: 0 10px 10px;
}
.conf p span {
	font-weight: bold;
	margin: 0 5px 0 0;
}
.conf .price {
	padding: 0;
	font-size: 15px;
}
.conf_item_box{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: center;
    margin: 0 0 5px;
}
.conf_item_box_img{
	width:30%;
}
.conf_item_box_img img{
	width:100%;
}
.pt_note {
	font-size: 12px !important;
	margin: -10px 0 15px 3px !important;
}
.pt_bnr_sp {
	width: 90%;
	margin: 30px auto;
}
.pt_bnr {
	display: none;
}
.deli_box {
	border: 1px solid #bf2727;
	padding: 15px 15px 20px 15px;
	margin: 0 0 30px;
}
.deli_note {
	font-size: 13px;
	margin: 0 0 20px 0;
	line-height: 160%;
}
.deli_note strong {
	font-size: 13px;
	color: #bf2727;
	font-weight: bold;
	line-height: 200%;
}
.gw {
	width: 100%;
	margin: 0 auto;
}
.gw th {
	width: 50%;
	background: #f0f0f0;
	padding: 5px;
	line-height: 140%;
	font-size: 12px;
}
.gw td {
	padding: 5px;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.gw td.red {
	color: #bf2727;
}
.sub_comment {
	color: #d52425;
	margin: 15px auto 20px;
	text-align: left;
}
.sub_comment_txt {
	text-align: left;
	font-size: 12px;
	margin: 5px 0 0 0;
}
.comment {
	width: 100%;
	padding: 20px 15px;
	border: 2px solid #d52425;
	margin: 0 auto 40px;
}
.comment h4 {
	margin: 0 0 12px 0;
	text-align: center;
	font-weight: normal;
	font-size: 15px;
}
.alert {
	color: #d52425;
	line-height: 160%;
	margin: 0 0 20px;
	font-size: 12px;
}
.alert strong {
	font-size: 14px;
}
#inline-wrap {
	height: 400px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	overflow: auto;
	padding: 10px;
}
#inline-wrap h4 {
	line-height: 150%;
	font-size: 13px;
	margin: 0 0 20px;
}
#inline-wrap p {
	font-size: 12px;
}
.point_note{
	font-size: 12px;
	font-weight: bold;
}
.back_link{
	text-align: left;
	margin: -30px 0 40px;
}
.back_link a{
	font-size: 14px;
	text-decoration: underline;
}
.conf_deli{
	background: #fff;
	border:2px solid #ccc;
	padding: 10px;
}
.conf_deli h4{
	font-size: 16px;
	border-bottom: 1px solid #bbb;
	padding: 0 0 15px 0;
}
.deli_small_ttl{
	float: left;
	font-size: 14px;
	margin: 0 0 5px;
	font-weight: bold;
	color: #666;
}
.deli_other .inner{
	overflow: hidden;
}
.check_all{
	float: right;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0 5px;
	color:#666;
}
.check_all input,.check_all label{
	display: inline;
}
.check_all input{
	margin: 0 5px 0 7px !important;
}
.bag_note{
	display: block;
	margin: 0 0 0 0;
	font-size: 11px;
}
table.basic b{
	text-align: right;
  display: block;
  text-decoration: underline;
}
.card_error{
    background: #ff0000;
    color: #fff;
    padding: 10px;
    line-height: 160%;
    text-align: center;
    margin: 20px 0;
}
.cp_txt{
  color:#d52425;
  font-size:11px;
  text-align: center;
  width:100%;
  margin: 0 auto 20px;
}
.redbold{
	color:#ff0000;
	font-weight: bold;
	line-height:160%;
}
.mail_offer{
	font-size: 12px;
	margin: 4px;
}
.mail_offer span{
	font-weight: bold;
	color:#d52425;
}
.cart_big_ttl{
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #e9891c;
}
.select_ttl{
	font-size: 22px;
	color: #999;
	margin: 30px 0 0px;
	text-align:center;
}
.note_number{
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 10px;
	color:#ff0000;
}
  .ribbon7 {
	display: block;
	width: 4em;
	margin: -5px 0 10px -30px;
	position: relative;
	padding: 5px 5px;
	text-align: center;
	font-size: 12px;/*フォントサイズ*/
	line-height: 120%;
	color: #FFF;/*フォントカラー*/
	background: #d52425;/*リボンの色*/
	}
.ribbon7:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 8px transparent;
	border-right: solid 10px rgb(149, 158, 155);/*折り返し部分*/
  }
  .ribbon7_2 {
	display: block;
	width: 4em;
	margin: 0px 0 10px -25px;
	position: relative;
	padding: 5px 5px;
	text-align: center;
	font-size: 12px;/*フォントサイズ*/
	line-height: 120%;
	color: #FFF;/*フォントカラー*/
	background: #d52425;/*リボンの色*/
	}

  .ribbon7_2:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 8px transparent;
	border-right: solid 15px rgb(149, 158, 155);/*折り返し部分*/
  }
  .amazon_login_note{
	text-align: left;
    font-size: 12px !important;
    margin: 30px 0 -15px;
  }
 #AmazonPayButton{
	width:80% !important;
	height: 90px !important;
	margin:30px auto 50px;

}
.azn_err{
	width:100%;
	margin:0 auto 30px;
	color: #ff0000;
	padding:15px;
	border:3px solid #FF0000;
	font-weight: bold;
}
.azn_err a{
	text-decoration: underline;
	color: #ff0000;
}
.azn_edit {
    background: #fff;
    border: none;
    text-align: right;
    text-decoration: underline;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    display: block;
    font-family: "Noto Sans JP", "游ゴシック Medium","Yu Gothic Medium","游ゴシック",YuGothic,"Yu Gothic","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS P Gothic",MS-PGothic,Osaka,arial,helvetica,clean,sans-serif;
}
.azn_edit02 {
    background: #fff;
    border: none;
	text-decoration: underline;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    display: block;
    font-family: "Noto Sans JP", "游ゴシック Medium","Yu Gothic Medium","游ゴシック",YuGothic,"Yu Gothic","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS P Gothic",MS-PGothic,Osaka,arial,helvetica,clean,sans-serif;
}
.comp_list{
	width:100%;
	overflow: hidden;
	margin: 0 auto 50px;
}
.comp_list li{
	width:48%;
	margin:0 1% 20px;
	float: left;
}
.comp_list li:nth-child(even){
	float: right;
}
.comp_list li a{
	display: block;
	margin:0 0 10px;
}
.comp_list li a img{
	width:100%;
}
.comp_list p{
	font-size: 11px;
	font-weight:bold;
	line-height:150%;
	text-align: center;
}
header{
	position:relative !important;
}
.main_wrap{
	padding-top:0 !important;
}

.mypage .mypage_nav{
	display: flex;
	width:100%;
	margin:0 0 40px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mypage .mypage_nav li{
	width:49%;
	margin:0 0 15px;
}
.mypage .mypage_nav li a{
	border:1px solid #bf2727;
	display: block;
	padding: 8px 0px;
	box-sizing: border-box;
	text-align: center;
	font-size: 11px;
	color:#bf2727;
	position: relative;
}
.mypage .mypage_nav li a i::before{
	margin: 0 0 0 5px;
}
.mypage .mypage_nav li svg{
	position: absolute;
	bottom: 0px;
	font-size: 12px;
	color:#bf2727;
	width:10px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.mypage .mypage_nav li.logout a{
	color:#333;
	border:1px solid #333;
}
.mypage .mypage_ttl{
	text-align: center;
	font-size: 25px;
	margin: 0 0 40px;
	font-weight: bold;
}
.mypage .info{
	width:100%;
}
.mypage .ttl{
	width:100%;
	margin:0 auto;
}
.mypage .ttl h3{
	color:#333;
	font-size: 20px;
	margin: 0 0 20px;
	text-align: left;
	float: left;
}
.mypage .mypage_info{
	width: 100%;
	margin:0 auto 0px;
	padding: 10px 10px;
	box-sizing: border-box;
	background: #FCFFD3;
}

.mypage .mypage_table{
	width:100%;
}
.mypage .mypage_table th{
	width: 100%;
	font-weight: bold;
	display: block;
	padding: 10px 0 0;
	font-size: 15px;
	text-align: left;
}
.mypage .mypage_table td{
	padding: 0 0 10px;
	width: 100%;
	font-size: 12px;
	display: block;
}
.mypage .mypage_table td b{
	font-size: 13px;
	display: block;
	padding: 5px 0;
	font-weight: normal;
}
.mypage .mypage_table td span{
	font-size: 12px;
	display: block;
	padding: 0px 0;
}
.mypage .mypage_table td span.com{
	font-size: 11px;
	color:#666;
	padding-top:0;
}
.mypage .mypage_table tr{
	border-bottom:1px solid #ccc;
}
.mypage .mypage_table tr:last-child{
	border-bottom:none;
}
.mypage .mypage_table .pt{
	color:#FF7373;
	font-size: 14px;
	font-weight: bold;
}
.mypage .edit_txt{
	text-align: right;
	float: right;
	margin: 20px 0 0 0;
}
.conf_note {
    text-align: left;
    font-size: 11px;
    color: #ff0000;
    margin: 30px 0 0px;
    font-weight: bold;
}
.name_note{
	font-size: 11px;
padding: 10px 0 0;
  }
  .bag_add_btn{
	width: 100%;
}
.bag_add_btn a{
    display: block;
    padding: 6px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    border: 1px solid #444;
}
.bag_add_btn svg{
    margin: 0 10px 0 0;
}
.bag_add_btn .fa{
    margin: 0 10px 0 0;
}
.copy_btn{
	width: 100%;
    margin: 20px auto 0px;
}
.noshi_btn{
	width:100%;
	margin:0 0 20px;
}
.noshi_btn a{
	width:100%;
	display: block;
    padding: 6px;
    background: #fff;
    text-align: center;
    border: 1px solid #444;
	font-size: 12px;
}
.noshi_btn svg{
    margin: 0 10px 0 0;
}
.cart_item_flex{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.cart_item_photo{
	width: 40px;
	margin:0 10px 0 0;
}
.cart_item_photo img{
	width:100%;
}
.coupon_note{
	font-size: 13px;
	margin:10px 0 0;
}
.add_delivery{
	border-top:1px solid #bbb;
	padding:15px 0 0 0;
}
.add_delivery a{
	color:#666;
	font-weight: bold;
	font-size: 14px;
}
.noshi_table{
	width:100%;
}
.noshi_table th{
	width:100% !important;
	display: block;
	font-weight: normal;
	font-size: 12px;
	padding: 5px 0 0 !important;
	border-bottom: none;
}
.noshi_table th span{
	color:#ff0000;
	font-size: 10px;
	margin:0 0 0 3px;
}
.noshi_table td{
	padding: 0px 5px 8px !important;
	border-bottom: none;
}
.noshi_table td input{
	font-size: 16px;
}
#add_popup {
	padding: 20px 15px;
	position: relative;
	width: 96%;
	height: 740px;
	background: #fff;
	margin: 0 auto;
	overflow-y: scroll;

}
#add_popup .close{
	position: absolute;
    right: 20px;
    top: 15px;
    text-decoration: underline;
    font-weight: bold;
	cursor: pointer;
}
#add_popup .add_input{
	width:100%;
}
#add_popup h3{
	font-size:15px ;
	margin:0 0 15px;
	color: #D52425;
}
#add_popup .basic td{
	padding: 5px 10px !important;
}
#add_popup .basic td input{
width:100%;
margin:0 0 8px;
}


}
/*===== SP ここまで =====*/
