@charset "shift_jis";
:root {
	--main-color: #333333;
	--green: #4399A8;
	--red: #AE2026;
	--main-font: "Noto Sans JP", sans-serif;
}
*,
*:before,
*:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

.pc_only{
	display: none;
}

html{
	font-size: calc(10 / 375 * 100vw);
}

body {
	color:var(--main-color);
	font-size: 1.4rem;
	line-height:1.5;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-family: var(--main-font);
	-webkit-text-size-adjust: none;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	vertical-align:baseline;
	background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
	transition: opacity .3s;
	color: #333;
}
address {
    font-style: normal;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted inherit;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

small {
	font-size: 12px;
}

input,
select {
	vertical-align:middle;
	margin:0px;
}
input[type=image] {
	border-radius: 0;
}

/* 共通 */
img {
	max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

input[type=text],
input[type=search],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
textarea,
select {
	border:1px solid #cccccc;
	min-height:20px;
	max-width:90%;
}

textarea {
	font-size: 1em;
	padding: 1px;
	border:1px solid #cccccc;
	border-radius:5px
}

input[type=text],
input[type=search],
input[type=number],
input[type=tel],
input[type=email],
input[type=password] {
	height:3rem;
	padding:0.5rem;
	margin:5px 0;
	border:1px solid #cccccc;
    font-size: 1.4rem;
	border-radius: 5px;
}


input[type=text]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus {
	border:solid 1px #EEA34A;
}

select {
	border-radius:5px;
	text-indent: 4px;
	line-height: 1;
	width: 100%;
	max-width: 100%;
	height: 3rem;
	font-size: 1.4rem;
	background: url(../img/usr/sb/arw_pulldown.png), -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5f5f5), color-stop(0.00, #fff));
	background: url(../img/usr/sb/arw_pulldown.png), -webkit-linear-gradient(#fff, #f5f5f5);
	background: url(../img/usr/sb/arw_pulldown.png), -moz-linear-gradient(#fff, #f5f5f5);
	background: url(../img/usr/sb/arw_pulldown.png), -o-linear-gradient(#fff, #f5f5f5);
	background: url(../img/usr/sb/arw_pulldown.png), -ms-linear-gradient(#fff, #f5f5f5);
	background: url(../img/usr/sb/arw_pulldown.png), linear-gradient(#fff, #f5f5f5);
    background-size: 19px 7px, 100%;
    background-repeat: no-repeat;
    background-position: right 50%, 100%;
    -webkit-appearance: none;
    padding-right: 10px;
}

.wrapper_ {
	overflow: hidden;
	padding: 0rem;
}
.wrapper_:has(.page-category,.page-goods,.page-event,.page-genre,.page-search,.page-topic_list,.page-topic_detail,>.guide,>.faq,>.shop,.orico),
.page-top .wrapper_{ 
	padding: 0 1.5rem;
}
.wrapper_:has(>.orico){
	overflow: auto;
}

/* 文字サイズ */
.large_ {
	font-size: 16px;
}
.xlarge_ {
	font-size: 18px;
}
.small_ {
	font-size: 12px;
}
.xsmall_ {
	font-size: 10px;
}
/**/

.leftfloat_ {
	float: left;
}
.rightfloat_ {
	float: left;
}
.clear_ {
	clear: both!important;
}
.lefttext_ {
	text-align: left;
}
.righttext_ {
	text-align: right;
}
.centertext_ {
	text-align: center;
}

/* 特定メッセージ（インライン） */
.error_ {
	color:#ff0000;
	font-size: 14px;
}
.notice_ {
	color:#993300;
}
.info_ {
	font-weight:bold;
}
/**/

/* 特定メッセージ（ブロック） */
div.error_, table.error_ {
	background-color:#ffffff;
	border:solid 1px #ff5500;
	padding:4px;
	margin:4px 0;
}
div.notice_, table.notice_ {
	background-color:#ffffff;
	border:solid 1px #996666;
	padding:4px;
	margin:4px 0;
}
div.info_, table.info_ {
	background-color:#ffffff;
	border:solid 1px #666666;
	padding:4px;
	margin:4px 0;
}
ul.error_ {
	margin-left: 16px;
}
.box_ {
	padding: 0 10px 10px;
}
/**/

.message_ {
	padding: 0 10px 10px;
}
body:has(.page-purchasegoods){
	position: relative;
}
body:has(.page-search) .message_{
	padding: 10px;
}
body:has(.page-search) .back_.button_ a{
	text-decoration: underline;
	font-size:14px;
}
body:has(.page-search) .back_.button_{
	margin-top: 20px;
}
/* 入力フォーム */
.hidden_ {
	display: none;
}
li.title_ {
	background-color: #e5f3ff;
	border-left: 5px solid #e5f3ff;
	padding: 1px 10px;
	margin-top: 3px;
}

.input_must_ input, .input_must_ textarea, .input_must_ select {
	background-color: #ffebeb;
}

li.must_ {
	border-left: 5px solid #ff6666;
}

span.must_ {
	color: #ffc0cb;
	background-color: #ffc0cb;
	padding: 0 2px;
}

.hiddenEnter_ {
	width:0;
	height:0;
}

.classrequired {
	background: #ffeeee;
}

.classerror {
	background: #ffeeee;
}

/* チェックボックスデザイン */

input[type=checkbox]{
	opacity: 0;
	position: absolute;
}
input[type=checkbox] + label {
	background: url(../../img/usr/.) center / contain no-repeat;
	background: url(../img/usr/list/checkbox_off.png) 0 0.3rem / 2rem auto no-repeat;
	padding-left: 2.4rem;
	margin-right: 1.5rem;
    margin-bottom: .5rem;
	line-height: 2.3rem;
	display: inline-block;
}
input[type=checkbox]:checked + label {
	background: url(../img/usr/list/checkbox_on.png) 0 0.3rem / 2rem auto no-repeat;
	/* background-position: 0 54%;
	background-size: 1.5rem;
	padding-left: 2.2rem;
	line-height: 20px;
	display: inline-block; */
}


/**/

.efo_icon_ {
	vertical-align:middle;
}

/* ボタン */
.btn{
    width: 25rem;
    min-height: 5rem;
    padding: 1rem 1.7rem 1rem 1rem;
	border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
	color: #fff;
	background-color: #1A1311;
	font-size: 1.6rem;
}
.btn::before{
	content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 1.5rem;
	width: 0;
	height: 0;
	border-top: 0.75rem solid transparent;
	border-bottom: 0.75rem solid transparent;
	border-left: 1rem solid #fff;
}

.button_ {
	color: #fff;
	border-radius: 0;
}
a.button_ {
display: block;
	color: #fff;
	text-decoration: none;

}

.large_button_ {
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin:5px 0;
}
.large_button_s_ {
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin:5px 0;
	padding: 7px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.small_button_ {
	font-size: 14px;
	text-align: center !important;
	padding:8px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 58px;
	height: 40px;
}

.auto_small_button_ {
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.main_action_button_ {
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e05e00), color-stop(0.52, #e25500), color-stop(0.00, #df6d00));
	background: -webkit-linear-gradient(top, #df6d00 0%, #e25500 52%, #e05e00 100%);
	background: -moz-linear-gradient(top, #df6d00 0%, #e25500 52%, #e05e00 100%);
	background: -o-linear-gradient(top, #df6d00 0%, #e25500 52%, #e05e00 100%);
	background: -ms-linear-gradient(top, #df6d00 0%, #e25500 52%, #e05e00 100%);
	background: linear-gradient(to bottom, #df6d00 0%, #e25500 52%, #e05e00 100%);
	outline : 1px solid #E15C00;
	border : 1px solid #fff;
	text-decoration:none;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	padding: 10px 0;
}
#recount.main_action_button_ {
	background:#CCCCCC;
	border:none;
	color:#555555;
}
#order_next.main_action_button_,
#cart_next.main_action_button_ {
	padding:0;
}
#cart_gift.main_action_button_ {
	padding:0;
	background:#ffa200;
	border-bottom:#d28500 2px solid;
}

.ajax_wait_button_ {
	-moz-text-shadow: 0 -1px 1px #F66 !important;
	-webkit-text-shadow: 0 -1px 1px #F66 !important;
	text-shadow: 0 -1px 1px #F66 !important;
	background: #FF6A00 -moz-linear-gradient(top,#FF9900,#FF6A00) !important;
	background: #FF6A00 -webkit-gradient(linear,left top,left bottom,from(#FF9900),to(#FF6A00)) !important;
	background: #FF6A00 linear-gradient(top,#FF9900,#FF6A00) !important;
	border: 2px solid #FF9900 !important;
}
.sub_action_button_ {
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	background: #dcdcdc;
	border:none;
	color:#666666;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #fff;
	outline: 1px solid #dcdcdc;
    padding: 10px;
}
.page-topic_list .sub_action_button_{
	margin-top: 2.4rem;
}
.sub_action_button_.small_button_ {
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
}
#order_back.sub_action_button_ {
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	text-decoration:underline;
	font-size:12px;
	background: #ffffff url(../img/usr/sb/icn_arw_left.png) 0 50% no-repeat;
	background-size: 10px;
	border:none;
	border-bottom:none;
	color:#666666;
	text-align: left;
	padding-left: 15px;
	outline: 0;
}
.ajax_wait_sub_button_ {
	border: 1px solid #006AB8 !important;
}
.sub_action_button_.nostock_ {
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	background: #FF8000;
	border:none;
	color:#FFFFFF;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #fff;
	outline: 1px solid #dcdcdc;
    padding: 10px;
}
.page-goods .sub_action_button_.nostock_{
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	width: 100%;
    min-height: 5rem;
    font-size: 1.6rem;
    border-radius: .5rem;
    background-color: #1A1311;
    color: #fff;
    padding: 0;
	outline: none;
	border: none;
	margin:.5rem 0 0;
}
.page-goods .cart_btn_fixed_bottom_ .sub_action_button_.nostock_{
	margin:0 auto;
	width: 96%;
	display: block;
}

.second_action_button_ {
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-shadow:none;
	border:none;
	color:#ffffff;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #e9e9e9;
	outline: 1px solid #888888;
    padding: 10px;
background: rgb(102,102,102);
background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(77,77,77,1) 50%, rgba(74,74,74,1) 100%);
background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(77,77,77,1) 50%,rgba(74,74,74,1) 100%);
background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(77,77,77,1) 50%,rgba(74,74,74,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#4a4a4a',GradientType=0 );

}

/**/

.common_headline1_ {
	margin: 0 0 10px;
	padding: 7px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #555;
	text-align: left;
	border-bottom: 1px solid #999;
	clear: both !important;

}
body:has(.page-category,.page-goods,.page-event,.page-genre,.page-search,.page-topic_list,.page-topic_detail,.wrapper_ .faq,.wrapper_ .shop_list,.wrapper_ .guide) .common_headline1_ {
	margin-top:2rem;
	margin-bottom:2rem;
	padding: 0;
	font-size: 2rem;
    font-weight: bold;
	color: var(--main-color);
    text-align: center;
	border: none;
    letter-spacing: 0.05em;
    line-height: 1.25;
}
.common_headline2_ {
	margin: 10px 0 5px;
	padding: 6px 10px 4px;
	font-size: 15px;
	font-weight: bold;
	color: #555;
	clear: both;
}
#block_of_accessory .common_headline2_ {
	margin:0 0 0 0;
}
.common_headline3_ {
	margin-bottom: 5px;
	padding: 5px;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.disp_none_ {
	display: none;
}
.disp_block_ {
	display: block;
}
.txt_linethrough_ {
	text-decoration: line-through;
}
.valign_m_ {
	vertical-align: middle;
}
.position_relative_ {
	position: relative;
}
.fontsize_small_ {
	font-size:small;
}
.whitespace_nowrap_ {
	white-space: nowrap;
}
/* 価格表示 */
.price_pop_ {
	color:#ff0000;
	font-size: 12px;
}
.price_ {
	color:#cc0000;
	font-size:18px;
	font-weight:bold;
}
.price_ small {
	font-weight:bold;
}
.coupon_bonus_ {
	color:#CC3300;
	font-weight:bold;
	white-space: nowrap;
}

/* --------------------------------------------------------------------
	共通ヘッダー
-------------------------------------------------------------------- */
.header {
	width: 100%;
	background-color: #fff;
	left: 0;
	right: 0;
	top:0;
	z-index: 1000;
	padding: .5rem 1.5rem 1rem;
}
.header.is-active {
	position: fixed;
}

#pagetop {
	background: #000000;
	text-align: center;
	line-height: 24px;
	color: #fff;
}

#pagetop p {
	font-size: 9px;
}

header .header_inner_{
	display: flex;
	align-items: start;
	justify-content: space-between;
}

header .logo_ {
	width: 18.6rem;
}

header .logo_ img {
	display: block;
	width: 100%;
}

header .header_navi_ {
}

header .header_navi_ ul {
	display: flex;
	gap: 1.2rem;
}
header .header_navi_ ul li {
	max-width: fit-content;
	width: 100%;
}
header .header_navi_ ul li img{
	width: 2.8rem;
	display: inline-block;
}

header .header_navi_ ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
}
header .header_navi_ ul li .nav_text_{
	display: block;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 0.2rem;
	letter-spacing: 0;
}

header .header_navi_ ul li.cart_{
	margin-right: 0.3rem;
}
header .header_search_area_ {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-top: 1rem;
	padding: 0 1.5rem;
}

header .header_top_ {
	width: 100%;
	display: -moz-box;
	display: -webkit-box;
	display: box;
}
header .header_top_ #sitelogo {
	width: 150px;
	height:43px;
	padding:10px 0 7px 10px;
	margin: 0 0 0 0;
	-moz-box-flex: 0;
	-webkit-box-flex: 0;
	box-flex: 0;
	vertical-align: middle;
}
header .header_top_ #sitelogo img {
	width: 150px;
	height:43px;
}
header .header_top_ nav#globalnav {
	height:40px;
	padding:10px 0 10px 20px;
	text-align: right;
	clear: both;
	overflow: hidden;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
header .header_top_ nav#globalnav ul {
	width:100%;
	height:40px;
	display: -moz-box;
	display: -webkit-box;
	display: box;
}
header .header_top_ nav#globalnav ul li {
	height:40px;
	margin: 0 5px 0 0;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
header .header_top_ nav#globalnav ul li:last-child {
	margin: 0 10px 0 0;
}
header .header_top_ nav#globalnav ul li a {
	width:100%;
	height:40px;
	text-align:center;
	background:#3fbf0d;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:block;
}
header .header_top_ nav#globalnav ul li#gnav_cart a {
	background:#ff6600;
}
header .header_top_ nav#globalnav ul li a img {
	height:40px;
}
header #welcomeMessage{
	padding: 0 0 0 0;
	text-align: left;
	font-size: 14px;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	vertical-align: top;
}
header .header_top_ nav#globalnav ul li a {
	text-decoration:none;
}
header .header_top_ nav#globalnav ul li a span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
	position: relative;
	top: -40px;
	right: 3px;
	text-align:right;
	color: #FFF;
}
header #hnav_service {
	padding:10px;
	text-align:center;
	background:#eeeeee;
}
header.cart_header_ .header_{
	display: flex;
	align-items: center;
	gap: 1.2rem;
	padding: 1rem;
}
header.cart_header_ .header_navi_ {
	width: 60%;
}
header.cart_header_ .header_navi_ ul li {
	color: #fff;
	text-align: center;
}
header.cart_header_ .header_navi_ ul li p {
	padding-top: 5px;
	margin-bottom: 5px;
	font-size: 8px;
}
header.cart_header_ .header_navi_ ul li > p {
	display: none;
}
header.cart_header_ .header_navi_ ul li .cnt {
	display: inline-block;
	height: 19px;
	line-height: 19px;
	padding-left: 25px;
	color: #ff0009;
	font-size: 9px;
}
header.cart_header_ .header_navi_ ul li .cnt strong {
	font-size: 16px;
}
header.cart_header_ .header_navi_ ul li.cnt_tenpo .cnt {
	background: url(../img/usr/sb/header/icn_tenpo.png) 0 50% no-repeat;
	background-size: 16px;
}
header.cart_header_ .header_navi_ ul li.cnt_cart .cnt {
	background: url(../img/usr/header/icn_cart.png) 0 50% no-repeat;
	background-size: 19px;
}
.humberger {
    z-index: 1000;
    width: 2.8rem;
    height: 2.6rem;
    cursor: pointer;
    position: relative;
    margin: auto;
    top: 0.5rem;
}

.humberger::before {
    content: "メニュー";
    font-size: 1rem;
    position: absolute;
    bottom: -1.4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 4.4rem;
    font-weight: 700;
    text-align: center;
}

.humberger span {
	display: block;
	height: .2rem;
	width: 2.8rem;
	background-color: #1A1311;
	transition: transform ease .3s;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .7;
	border-radius: 1rem;
}

.humberger span:nth-child(1) {
	transform: translateY(0.8rem);
	
}
.humberger span:nth-child(3) {
	transform: translateY(-0.8rem);
}
/*OPEN時の動き*/
.humberger.open::before{
	content: "閉じる";
}
.humberger.open  span:nth-child(1) {
	top: -0.2rem;
	transform: rotate(45deg);
}
	.humberger.open span:nth-child(2) {
	transform: translateY(-50%);
	opacity: 0;
}
	.humberger.open span:nth-child(3) {
	top: -0.2rem;
	transform: rotate(-45deg);
}


#toggle_menu_category_screen {
	position: absolute;
	top: 8.5rem;
	left: 0;
	background: rgba(255, 255, 255, 1);
	width: 100%;
	z-index: 1000;
	display: none;
}
#toggle_menu_category {
	position: absolute;
	top: 6rem;
	left: 0;
	border-top: 3px solid #555;
	width: 100%;
	z-index: 1001;
	display: none;
	height: calc(100dvh - 8.6rem);
	overflow-y: scroll;
	padding-bottom: 5rem;
}
body:has(.header.is-active) #toggle_menu_category{
	height: calc(100dvh - 6.1rem);
}
#toggle_menu_category h2 {
	padding: 2rem 0;
	font-size: 2rem;
	text-align: center;

}
#toggle_menu_category .toggle_menu_category_list_ {
	background: #fff;
	padding: 0 1.5rem;
}
#toggle_menu_category .toggle_menu_category_list_ > li {
	border-top: 1px solid #CCCCCC;
	position: relative;
}
#toggle_menu_category .toggle_menu_category_list_ > li:has(.toggle_menu_category_mark_.is-active) > a{
	background-color: #F3F3F3;
}
#toggle_menu_category .toggle_menu_category_list_ > li:last-child {
	border-bottom: 1px solid #CCCCCC;
}
.f-block_title:is(.js-f-category-title).is-active::after{
	display:none;
}
#toggle_menu_category .toggle_menu_category_list_ > li > a {
	font-size: 1.4rem;
	display: block;
	padding: 1rem 0 1rem 0.5rem;
}
#toggle_menu_category .toggle_menu_category_mark_{
	position: absolute;
	top: 0;
	right: 0;
	width: 10%;
	height: 4.2rem;
}
.toggle_menu_category_arrow_{
	position: absolute;
	right: .5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.9rem;
	height: 1.9rem;
	background-color: #AE2026;
	border-radius: 100rem;
}
#toggle_menu_category .toggle_menu_category_arrow_::before,
#toggle_menu_category .toggle_menu_category_arrow_::after {
	display: block;
	content: '';
	width: 1rem;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#toggle_menu_category .toggle_menu_category_arrow_::after {
	transform:translate(-50%,-50%) rotate(90deg);
}
#toggle_menu_category .toggle_menu_category_mark_.is-active .toggle_menu_category_arrow_::after {
	display: none;
}
#toggle_menu_category .toggle_menu_category_sublists_{
	display: none;
	padding-bottom: 1rem;
}
#toggle_menu_category .toggle_menu_category_sub_header_{
	display: flex;
	gap: 1rem;
	align-items: center;
	margin-top: 1rem;
}
.toggle_menu_category_sub_img_{
	width: 6rem;
}
.toggle_menu_category_sub_img_ a{
	display: block;
}
.toggle_menu_category_sub_name_ {
	flex: 1;
}
.toggle_menu_category_sub_name_ a{
	font-size: 1.6rem;
	font-weight: 500;
}
.toggle_menu_category_subitems_{
	margin-top: 1rem;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}
.toggle_menu_category_subitems_ > li {
	padding: 1.2rem 0;
}
.toggle_menu_category_subitems_ > li >a{
	display: inline-block;
	position: relative;
	font-size: 1.4rem;
	padding-left: 1rem;
}
.toggle_menu_category_subitems_ > li >a::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 1.1rem;
    left: 0rem;
    z-index: 5;
    width: 0.4rem;
    height: 1px;
    background-color: #333333;
}
#toggle_menu_info{
	margin-top: 4rem;
}
#toggle_menu_category .btn_close_ a {
	width: 25rem;
	min-height: 5rem;
	border-radius: .5rem;
	display: grid;
	place-items: center;
	color: #fff;
	text-decoration: none;
	margin: 4rem auto 0;
	background-color: #1A1311;
	padding:0 1.5rem;
	position: relative;
}
.btn_close_icon_ {
	display: inline-block;
	width: 1.8rem; 
	height: 1.8rem;
	position: absolute;
	right: 1.4rem;
	top: 50%;
	transform: translateY(-50%);
}

.btn_close_icon_::before,
.btn_close_icon_::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;               
	height: 2px;               
	background-color: #fff;    
	border-radius: 2px;        
}

.btn_close_icon_::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.btn_close_icon_::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer-info_items{
	display: grid;
	grid-template-columns:repeat(1,1fr);
	gap: 2rem;
	margin-top: 3rem;
}
.drawer-info{
	padding: 0 1.5rem;
}
.drawer-info a{
	padding: 2rem 0;
	display: flex;
	flex-direction: column;
	padding: 1.4rem 3rem;
	justify-content: center;
	background-color: #6DBDCB;
	border-radius: 1rem;
	position: relative;
}
.drawer-info_img{
	text-align: center;
}
.drawer-info_img img{
	width: 4rem;
}
.drawer-info_name{
	margin-top: .5rem;
	font-size:1.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}
.drawer-info_text{
	margin-top: .5rem;
	font-size:1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;
}
.drawer_blocks{
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin-top: 4rem;
	padding: 0 1.5rem;
}
.toggle_menu_welcome_{
	font-size: 1.2rem;
	padding: 0 1.5rem;
	margin-top: .7rem;
}
/* --------------------------------------------------------------------
	検索フォーム
-------------------------------------------------------------------- */
form.search_form_ {
	padding: 10px;
	position: relative;
}
form.search_form_ .toggle_kauuru_ {
	position: relative;
	display: inline-block;
	width: auto;
	margin-right: 1rem;
	border-radius: .3rem;
	overflow: hidden;
	width: 8rem;
	height: 4rem;
	display: flex;
}

form.search_form_ .toggle_kauuru_ input[type=radio] {
	opacity: 0;
	position: absolute;
}
form.search_form_ input[type=radio]+label{
	background-image: none;
	padding: 0;
	margin:0;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	background-color: #909090;
	cursor: pointer;
	height: 100%;
	width: 100%;
	height: inherit;
	display: grid;
	place-items: center;
}
form.search_form_ input[type=radio]:checked+label{
	cursor: auto;
}
form.search_form_ input[type=radio]:checked+label[for=kauuru_0] {
	background-color: #AE2026;
}
form.search_form_ input[type=radio]:checked+label[for=kauuru_1] {
	background-color: #6DBDCB;
}
form.search_form_ .naviplus_searchbox{
	display: none;
}

form.search_form_ .input_wrp_ {
	width: auto;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	white-space: nowrap;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:3px;
    position: relative;
	flex: 1 1 auto;
	display: flex;
}
form.search_form_ input.keyword_{
	width: 18rem;
	height: 4rem;
	margin:0;
	padding:.5rem;
	font-size:1.2rem;
	font-weight: 500;
	display: block;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	border: none;
	-webkit-appearance: none;
    max-width: 100%;
	border-top: 1px solid#CCCCCC;
	border-left: 1px solid#CCCCCC;
	border-bottom: 1px solid#CCCCCC;
}
form.search_form_ .placeholder_ {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #ccc;
}
form.search_form_ .search_button_ {
	width: 3.5rem;
	display: block;
	border:none;
	font-size: 12px;
	background-color: #AE2026;
	background-image: url(../img/usr/sb/header/icn_search.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 1.6rem 1.6rem,100%;
	letter-spacing:5px;
	display: block;
}
dl.goodssearch_ dd input[type="input"],
dl.goodssearch_ dd textarea,
dl.goodssearch_ dd select {
	max-width: 95%;
}

.header_campaign_copy{
	background-color: #1A1311;
	display: grid;
	place-items: center;
	min-height: 3rem;
	color: #fff;
	font-weight: 500;
	font-size: 1.2rem;
}

/* --------------------------------------------------------------------
	共通グローバルメニュー
-------------------------------------------------------------------- */
div.globalmenu_ {
	border-top:#666666 2px solid;
	border-bottom:#666666 2px solid;
}
header div.globalmenu_ {
	border-top:none;
	border-bottom:#666666 2px solid;
}
div.globalmenu_ ul {
	width: 100%;
	height:25px;
	padding:7px 0;
	margin:0;
	border:none;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	background:#fff;
}
div.globalmenu_ ul li {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
div.globalmenu_ ul li a {
	height:25px;
	border-left:#e5e5e5 1px solid;
	display:block;
	text-align:center;
}
div.globalmenu_ ul li a img {
	height:25px;
	vertical-align: bottom;
}

/* --------------------------------------------------------------------
	共通モーダル
-------------------------------------------------------------------- */
body.is-modal-open{
	overflow: hidden;
}
.h-Modal-content{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 9999;
	width: 100%;
	padding: 0;
}
.h-Modal-content_slider{
	position: relative;
}

.h-Modal-content_close{
	position: absolute;
    top: 0.8rem;
    right: 0.7rem;
	z-index: 2;
}
.overlay{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 9998;
	background-color: rgb(0, 0, 0, 0.6);

}
.h-Modal-content .swiper-slide > *{
	padding: 4rem 2rem;
	width: 92%;
	margin-inline: auto;
	background-color: #fff;
	border-radius: 1rem;
	height: 71.8dvh;
	overflow-y: scroll;
	position: relative;
}
.m-common-title{
	position: relative;
	text-align: center;
}
.m-common-title::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%,-50%);
	width: 100%;
	height: 1px;
	background: #1A1311;
	z-index: 1;
}
.m-common-title span{
	position: relative;
	z-index: 5;
	background-color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	display: inline-block;
	padding-left: 1rem;
	padding-right: 1rem;
}
.m-common-title:is(.m-beginer_title) span{
	padding-left: 3.8rem;
}
.m-common-title:is(.m-beginer_title) span::before{
	content: "";
    display: inline-block;
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
    width: 2rem;
    height: 3rem;
    background: url(../img/usr/header/icn_guide.png) center / contain no-repeat;
}
.m-beginer_text{
	margin-top: 2rem;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
.m-beginer_copy{
	margin-top: 3rem;
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}
.m-beginer_items{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.4rem;
}
.m-beginer_other{
	text-align: center;
	margin-top: 6rem;
}
.m-beginer_btn{
	position: relative;
	display: inline-block;
	padding:3.6rem 6.45rem 3.6rem 22.7rem;
	background-color: #FBF6EB;
	border-radius: 1rem;
	font-size: 2rem;
	font-weight: bold;
}
.m-beginer_btn::before{
	content: "";
    display: inline-block;
	position: absolute;
	top: -1.4rem;
	left: 4.45rem;
    width: 17.3rem;
    height: 10.5rem;
    background: url(../img/usr/icon/ico_h-modal_beginer.png) center / contain no-repeat;
}
.m-beginer_btn::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.4rem;
    z-index: 5;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75rem 0 0.75rem 1.05rem;
    border-color: transparent transparent transparent #1A1311;
}
.m-buy_sub{
	margin-top: 2rem;
	letter-spacing: 0.05em;
	font-size: 1.4rem;
	line-height: 1.8;
}
.m-buy_copy{
	min-height: 3rem;
	display: grid;
	place-items: center;
	background-color:#F3F3F3;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-top: 2rem;
}
.m-buy_bottom{
	margin-top: 1rem;
}
.m-buy_other{
	margin-top: 2rem;
	width: fit-content;
	margin-inline: auto;
	text-align: center;
}
.m-buy_items{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 1rem;
}
.m-buy_icon{
	text-align: center;
	width: 8rem;
	margin-inline: auto;
}
.m-buy_text{
	margin-top: 0.5rem;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.6;
}
.m-sell_bottom{
	margin-top: 2rem;
}
.m-sell_block{

}
.m-sell_tel{
	margin-top: 2rem;
}
.m-sell_other{
	text-align: center;
	margin-top: 2rem;
}
.m-sell_items{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1rem;
}
.m-sell-block{
	border: 1px solid #CCCCCC;
	border-radius: 1rem;
	padding: 1rem 0 0;
	overflow: hidden;
}
.m-sell-block_inner{

}
.m-sell-block_head{
	display: flex;
	flex-direction: column;
}
.m-sell-block_icon{
	order: 2;
	width: 6rem;
	margin-inline: auto;
	margin-top: 1rem;
}
.m-sell-block_name{
	order: 1;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	color: var(--green);
}
.m-sell-block_body{
	margin-top: 1rem;
}
.m-sell-block_text{
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
}
.m-sell-block_other{
	margin-top: 1.5rem;
}
.m-sell-block_btn{
	width: 100%;
    min-height: 3.5rem;
    padding: 0.5rem 3rem 0.5rem 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #1A1311;
    background-color: #F3F3F3;
}
.m-sell-block_btn::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 1.55rem;
    width: 0;
    height: 0;
    border-top: 0.75rem solid transparent;
    border-bottom: 0.75rem solid transparent;
    border-left: 1.05rem solid #1A1311;
}
.m-service_text{
	text-align: center;
	margin-top: 3rem;
	font-size: 1.6rem;
	line-height: 1.8;
}
.m-service_items{
	margin-top: 1.4rem;
	display: grid;
	gap:1.1rem;
	grid-template-columns: repeat(2,1fr);
}
.m-service_item > a{
	border: 1px solid #CCCCCC;
	border-radius: 1rem;
	padding: 1rem 0 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.m-sell-block_inner{

}
.m-service_head{
	display: flex;
	flex-direction: column;
}
.m-service_img{
	order: 2;
	width: 6rem;
	margin-inline: auto;
	margin-top: 1rem;
}
.m-service_name{
	order: 1;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	color: var(--green);
}
.m-service_text{
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: auto;
}
.m-service_other{
	margin-top: 1.5rem;
	order: 3;
}
.m-service_btn{
	width: 100%;
    min-height: 3.5rem;
    padding: 0.5rem 3rem 0.5rem 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #1A1311;
    background-color: #F3F3F3;
}
.m-service_btn::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 1.55rem;
    width: 0;
    height: 0;
    border-top: 0.75rem solid transparent;
    border-bottom: 0.75rem solid transparent;
    border-left: 1.05rem solid #1A1311;
}
/* --------------------------------------------------------------------
	共通スライダー
-------------------------------------------------------------------- */
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{
	display: none;
}
.swiper-button-next,
.swiper-button-prev{
	width: 4rem;
	height: 4rem;
}
.swiper-horizontal~.swiper-button-next,.swiper-button-next{
	right: .5rem;
}
.swiper-horizontal~.swiper-button-prev,.swiper-button-prev{
	left: .5rem;
}
.swiper-button-next>svg ,
.swiper-button-prev>svg{
	display: none;
}
.swiper-button-next::after,
.swiper-button-prev::after{
	content: "";
	width: 4rem;
	height: 4rem;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	border-radius: 3rem;
}
.swiper-button-prev::after{
	background-image: url(../img/usr/icon/ico_arrow_prev.png);
}
.swiper-button-next::after{
	background-image: url(../img/usr/icon/ico_arrow_next.png);
}
/* --------------------------------------------------------------------
	共通フッター
-------------------------------------------------------------------- */
#footer{
	position: relative;
}
html:has(.cartlist_,.order_) .h-Modal-target{
	display: none;
}
.h-Modal-target{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 90;
	background-color: #fff;
	box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.35);
}

.h-Modal-target_items{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 0rem;
}
.h-Modal-target_item{
	cursor: pointer;
	height: 5rem;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
	font-size:1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding-bottom: 0.5rem;
	min-height: 44px;
}
.h-Modal-target_item::before{
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	margin-bottom: .2rem;
}
.h-Modal-target-beginner::before{
	background: url(../img/usr/icon/ico_h-Modal-beginer_sb.png) center / contain no-repeat;
}
.h-Modal-target-buy::before{
	background: url(../img/usr/icon/ico_h-Modal-buy_sb.png) center / contain no-repeat;
}
.h-Modal-target-sell::before{
	background: url(../img/usr/icon/ico_h-Modal-sell_sb.png) center / contain no-repeat;
}
.h-Modal-target-service::before{
	background: url(../img/usr/icon/ico_h-Modal-service_sb.png) center / contain no-repeat;
}
.h-Modal-target-corporation::before{
	background: url(../img/usr/icon/ico_h-Modal-corporation_sb.png) center / contain no-repeat;
}
footer .btn_pagetop_ {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e6e6e6), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #e6e6e6);
	background: -moz-linear-gradient(#fff, #e6e6e6);
	background: -o-linear-gradient(#fff, #e6e6e6);
	background: -ms-linear-gradient(#fff, #e6e6e6);
	background: linear-gradient(#fff, #e6e6e6);
	border-top: 1px solid #ddd;
}
footer .btn_pagetop_ a{
	background: url(../img/usr/sb/footer/arw_pagetop.png) 50% 10px no-repeat;
	background-size: 20px;
	padding: 25px 10px 10px 10px;
	display: block;
	text-decoration: none;
}
body:has(.page-goods.page-purchasegoods) .footer{
	margin-top: 16rem;
}
.footer{
	margin-top: 6rem;
}
.footer_inner{
	max-width: 120rem;
	width: 100%;
	margin-inline: auto;
}
.footer_cards{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 2rem;
	overflow-x: scroll;
	padding:0 1.5rem;
}
.footer_card{
	width: 22.4rem;
}
.footer_ctegory{
	margin-top: 4rem;
}
.f-block{
	padding: 0 1.5rem;
}
.f-block + .f-block{
	margin-top: 4rem;
}
.f-block_title{
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.f-block_title:is(.js-f-category-title){
	cursor: pointer;
}
.f-block_title:is(.js-f-category-title)::before,
.f-block_title:is(.js-f-category-title)::after {
  display: block;
  content: '';
  width: 1.7rem;
  height: 2px;
  background-color: #1A1311;
  position: absolute;
  right: .2rem;
  top: 50%;
}
.f-block_title:is(.js-f-category-title)::after {
  transform: rotate(90deg);
}
.f-block_title:is(.js-f-category-title).is-active::after{
	display:none;
}
.f-block_name{
	font-size: 1.4rem;
	font-weight: bold;
}
.f-block_contents{
	margin-top: 2rem;
}
.f-block_content+.f-block_content{
	margin-top: 3rem;
}
.f-block_contents:is(.js-f-category-contents){
	display: none;
}
.f-block_items{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1.5rem 1rem;
	margin-top: 1.5rem;
}
.f-block_item a{
	position: relative;
	font-size:1.2rem;
	letter-spacing: 0;
	padding-left: 0.9rem;
	display: inline-block;
}
.f-block_item a::before{
	content: '';
    display: inline-block;
    position: absolute;
    top:0.9rem;
    left: 0rem;
    z-index: 5;
    width: 0.4rem;
	height: 1px;
	background-color: #333333;

}
.footer_blocks{
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin-top: 4rem;
	padding: 0 1.5rem;
}
.f-sns{
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 2rem;
	padding: 3rem 2rem;
	background-color: #F3F3F3;
	border-radius: 1rem;
}
.f-sns_icons{
	display: flex;
	justify-content: center;
	gap: 1.5rem;
}
.f-sns_btn{
	font-size: 1.4rem;
	font-weight: 500;
	display: grid;
	place-items: center;
	border-radius: .5rem;
	position: relative;
	min-height: 5rem;
	color: #fff;
    background-color: #1A1311;
}
.f-sns_btn::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    z-index: 5;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0 0.5rem .7rem;
    border-color: transparent transparent transparent #fff;
}
.f-contact{
	padding:3rem 2rem;
	background-color: #F3F3F3;
	border-radius: 1rem;
}
.f-contact_title{
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
}
.f-contact_tel{
	font-size: 2.2rem;
	font-weight: bold;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.5rem;
}
.f-contact_tel::before{
	margin-right: 1rem;
	content: "";
	width: 2.3rem;
	height: 2.3rem;
	display: inline-block;
	background: url(../img/usr/icon/ico_tel.png) center / contain no-repeat;
}
.f-contact_tel_text {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 1.2rem auto -1.8rem auto;
}
.f-contact_bottom{
	margin-top: 0.46rem;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
}
.f-contact_other{
	margin-top: 2rem;
}
.f-contact_btn{
	font-size: 1.2rem;
	font-weight: 500;
	min-height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
    background-color: #1A1311;
	border-radius: .5rem;
}
.f-contact_btn::before{
	content: "";
	margin-right: 1rem;
	width: 2.7rem;
	height: 1.9rem;
	display: inline-block;
	background: url(../img/usr/icon/ico_mail.png) center / contain no-repeat;
}
* + .footer_content{
	margin-top: 6rem;
}
.f-content{
	padding: 4rem 0 6rem;
	background-color: #1A1311;
}
html:has.page-goods .f-content{
	padding: 4rem 0 13rem;
}
.f-content_title{
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #fff;
}
.f-content_blocks{
	margin-top: 2rem;
}
.f-content_block+.f-content_block{
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px solid #fff;
}
.f-content_items{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1.2rem 1rem;
}
.f-content_item a{
	position: relative;
    font-size: 1.2rem;
    padding-left: 0.9rem;
    display: inline-block;
	color: #fff;
	letter-spacing: 0;
}
.f-content_item a::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0.9rem;
    left: 0rem;
    z-index: 5;
    width: 0.4rem;
    height: 1px;
    background-color: #fff;
}
.f-content_bottom{
	margin-top: 3rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	line-height: 2.2;
	font-size: 0.9rem;
	letter-spacing: 0;
}
.f-content_inner{
	padding: 0 1.5rem;
}
.f-calender {
	text-align: center;
	padding:.8rem 1.04rem;
	background-color: #F3F3F3;
	border-radius: 1rem;
}
.f-calender_items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.7rem;
}
.f-calender_title {
	font-size: 1.4rem;
	font-weight: bold;
}
.f-calender_img{
	margin-top: .5rem;
}
.f-calender_bottom {
	font-size: 1.2rem;
	margin-top: 1rem;
	font-weight: bold;
	letter-spacing: 0;
}
.f-calender_bottom span {
	color: #FF4611;
}
.pagetop{
	position: fixed;
    right: 0.8rem;
    bottom: 5.8rem;
	z-index: 100;
}
html:has(.page-goods) .pagetop{
	bottom: 12.1rem;
}
html:has(.order_,.cartlist_) .pagetop{
	bottom: 0.8rem;
}
.pagetop.is-bottom{
	position: absolute;
}
.pagetop a{
	width: 7rem;
	height: 7rem;
	background-color: #BF9D0C;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	border-radius: 9999px;
}
.pagetop a:hover{
	opacity: 1;
}
.pagetop a::before {
	content: "";
	display: block;
    width: 1.2rem;
    height: 1.2rem;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
}
/* --------------------------------------------------------------------
	トップページ
-------------------------------------------------------------------- */
div.flash_ctrl_ {
	white-space:nowrap;
	text-align:right;
	float:right; /* */
}
div.search_ {
	white-space:nowrap;
}
img.top_banner_ {
	max-width: 100%;
}

/* 静的バナー群 */
div.event_pickup_banner_ ul {
	margin:12px 0 0 12px;
	overflow:hidden;
}
div.event_pickup_banner_ ul li {
	width:30%;
	text-align:center;
	margin:0 3% 3% 0;
	float:left;
}

/* --------------------------------------------------------------------
	会員規約
-------------------------------------------------------------------- */
#agree_contents dt {
	padding: 0px 0px 0px 6px;
	border: none;
	font-size: 14px;
	color: #00377f;
	text-decoration: underline;
	cursor: pointer;
}
#agree_contents dd {
	border: none;
	display: none;
}

/* --------------------------------------------------------------------
	ログイン
-------------------------------------------------------------------- */
div.login_ {
}
div.login_ div.loginform_ {
	margin-bottom: 10px;
}
div.login_ div.loginform_ div.form_text_ {
	margin: 5px 0;
}
div.login_ div.askpass_ {
	margin:10px auto;
}
.login-list {
	overflow:hidden;
	text-align:left;
	border-top:1px solid #9fb7d4;
	margin-bottom: 10px;
}
.login-list li.inputimage_ {
	width:100%;
}
.login-list li.inputimage_ a {
	display:block;
	padding-left:50px;
	height:43px;
	line-height:43px;
	border-bottom:1px solid #9fb7d4;
	color:#000;
	background-repeat:no-repeat;
	background-position:5px 50%;
}

/* --------------------------------------------------------------------
	追加認証
-------------------------------------------------------------------- */
input.certify_ {
	width:0px;
	height:0px;
}

/* --------------------------------------------------------------------
	新規会員登録
-------------------------------------------------------------------- */
.agreebody_ {
	margin: 0 10px 10px;
	padding: 4px;
	border: 1px solid #999999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
div.customer_ table.customer_, 
div.customer_ table.customerconfirm_ {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
}
div.customer_ table.customer_ th, 
div.customer_ table.customerconfirm_ th {
	width: 30%;
	background-color: #e5f3ff;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
div.customer_ table.customer_ td, 
div.customer_ table.customerconfirm_ td {
	border-bottom: 1px solid #cccccc;
	padding: 3px;
}
div.customer_ input.zip_ {
	width: 140px;
}
dl.customer_ input.customer_card_ {
	width: 190px;
}
dl.customer_ input.pin_ {
	width: 140px;
}

/* --------------------------------------------------------------------
	マイページ
-------------------------------------------------------------------- */
div.customer_status_ {
	margin: 0 10px 10px;
	padding: 5px;
	background:#F8F8F8;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
}
div.customer_name_ {
}
.loginname_ {
}
.mypoint_ {
}
.point_ {
	font-weight: bold;
}
#mypagenav {
	margin-bottom: 10px;
}
#mypagenav li {
	border-bottom: 1px solid #CCC;
}
#mypagenav li:first-child {
	border-top: 1px solid #CCC;
}
#mypagenav li a {
	display: block;
	padding: 5px 25px 5px 10px;
	text-decoration: none;
	background: url(../img/usr/sb/common/link_mypage.png) right center no-repeat;
	-webkit-background-size:19px 20px;
	background-size:19px 20px;
}
#mypagenav li img {
	margin-right: 5px;
	width: 40px;
	vertical-align: middle;
}
#mypagenav #dest_change a {
	cursor: pointer;
	background: url(../img/usr/sb/common/link_mypage.png) right center no-repeat;
	-webkit-background-size:19px 20px;
	background-size:19px 20px;
}
#mypagenav #dest_change ul#destnav {
}
#mypagenav #dest_change ul#destnav li {
}
#mypagenav #dest_change ul#destnav li:last-child {
	border-bottom: none;
}
#mypagenav #dest_change ul#destnav li a {
	padding-left: 30px;
	background: #F0F0F0 url(../img/usr/link_dest.png) right center no-repeat;
}

.customer_ {
	margin-bottom: 10px;
}

.customer_ p {
	font-size: 1.2rem;
    letter-spacing: 0;
}

.submit_ {
	margin: 0 10px 20px;
	text-align: center;
}
.submit_ input[type=image]{
	width: 100%;
}
.submit_ .message_ {
	font-size:12px;
}

/* --------------------------------------------------------------------
	マイページ　購入履歴
-------------------------------------------------------------------- */
div.customer_ .method_addr_ {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 0 0 10px;
}
div.customer_ .destgoodslist_ {
	margin-bottom: 10px;
}

div.sales_info_ {
	margin: 0 10px 10px;
}
table.order_ th,
table.sales_ th,
table.method_ th,
table.purchase_ th,
table.ship_ th,
table.historydetail_ th
{
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	width: 40%;
	font-weight: normal;
	padding: 3px;
	white-space: nowrap;
}
table.order_ td,
table.sales_ td,
table.method_ td,
table.purchase_ td,
table.ship_ td,
table.historydetail_ td
{
	border: 1px solid #CCCCCC;
	border-left: none;
	padding: 3px;
}
table.order_ td.nocell_,
table.sales_ td.nocell_,
table.method_ td.nocell_,
table.purchase_ td.nocell_
{
	border: none !important;
}
table.sales_ td,
table.method_ td {
	text-align: right;
}
table.purchase_ {
	margin-bottom: 10px;
	width: 100%;
}
table.purchase_ th{
	width: 22%;
}
table.ship_ {
	margin: 0 0 10px;
	width: 100%;
}

/* 購入履歴 */
div.history_table_ {
	margin: 0 10px;
}
table.history_ {
	margin: 0 0 10px;
	width: 100%;
	border:#E5E5E5 1px solid;
	border-bottom: none;
}
table.history_ td {
	padding: 1px 5px;
	border-bottom:#E5E5E5 1px solid;
}
table.history_ th {
	background-color: #F8F8F8;
	vertical-align: middle;
	width: 35%;
	font-weight: normal;
	text-align: left;
	padding: 1px 5px;
	border-bottom:#E5E5E5 1px solid;
	white-space: nowrap;
}
table.history_ td.order_dt_ {
}
table.history_ td.order_id_ {
}
table.history_ td.order_id_ > a {
	text-decoration: underline;
}
table.history_ td.purchase_id_ > a {
	text-decoration: underline;
}
table.history_ td.order_detail_ {
	padding: 0px;
}
table.history_ td.order_detail_ ul {
	width: 100%;
}
table.history_ td.order_detail_ ul li {
	list-style: none;
	border-bottom: 1px dotted #CCCCCC;
}
table.history_ td.order_detail_ ul li div.name_ {
	margin: 5px;
}
table.history_ td.order_detail_ .order_again_ {
	margin: 5px;
}
table.history_ td.order_detail_ .order_again_ span {
	padding: 5px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius:6px;
	-webkit-box-shadow: 0 1px 1px #ccc;
	-moz-box-shadow: 0 1px 1px #ccc;
	border: 1px solid #CCCCCC;
	background-color: #f6f6f6;
	background: #DFDFDF -moz-linear-gradient(top,#FFF,#DFDFDF);
	background: #DFDFDF -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#DFDFDF));
	background: #DFDFDF linear-gradient(top,#FFF,#DFDFDF);
}
table.history_ td.status_ {
	padding-top: 5px;
}
table.history_ td.status_ img {
	width: 160px;
}
table.history_ td.total_ {
	font-size: 16px;
}
div.historydetail_ {
	width: 100%;
	margin: 10px 0;
	text-align: center;
}

/**/
div.estimate_box_content_ {
	margin-left:10px;
	margin-bottom:10px;
}
table.formlist_ td.cancel_{
	background-color: #f6f6f6;
}
table.destgoodslist_ {
	width: 100%;
	margin-bottom: 10px;
}
table.destgoodslist_ th.name_, table.destgoodslist_ td.name_{
}
table.destgoodslist_ th.qty_, table.destgoodslist_ td.qty_{
}
table.destgoodslist_ th.sales_detail_append_spec_, table.destgoodslist_ td.sales_detail_append_spec_{
}
table.destgoodslist_ th.cancel_dt_, table.destgoodslist_ td.cancel_dt_{
}
table.destgoodslist_ td.cancel_dt_{
	color: #cc0000;
}
table.destgoodslist_ img.img_{
	max-width: 180px;
}

div.processimage_{
	margin: 0 10px 10px;
	text-align: center;
}
div.processimage_ img {
	max-width: 320px;
	width: 100%;
}


/* --------------------------------------------------------------------
	マイページ　お気に入り
-------------------------------------------------------------------- */
div.customer_ .bookmark_frame_ {
	margin: 0 10px 10px;
}
div.customer_ li.bookmark_item_ {
	width: 100%;
	padding: 10px 0;
	vertical-align: top;
	display: table;
	border-bottom: 1px dotted #CCC;
}
div.customer_ li.bookmark_item_:first-child {
	border-top: 1px dotted #CCC;
}

li.bookmark_item_ div.cartgoods_ {
	padding: 5px;
	display: block;
}
li.bookmark_item_ div.cartgoods_ label{
	text-indent: -9999px;
	padding-left: 0px;
	width: 20px;
	
}
li.bookmark_item_ div.img_ {
	padding: 5px;
	display: inline;
	overflow: hidden;
	width: 70px;
	display: table-cell;
	vertical-align: top;
}
li.bookmark_item_ div.img_ img {
	width: 100px;
}
li.bookmark_item_ div.desc_ {
	padding: 5px;
	width: auto;
	display: table-cell;
	vertical-align: top;
}
li.bookmark_item_ div.name_ {
	display: inline;
}
li.bookmark_item_ div.spec_ {
	margin-bottom: 10px;
}

li.bookmark_item_ .edit_memo_ {
	margin-top: 5px;
	font-weight: bold;
}
li.bookmark_item_ .comment_ {
	margin-bottom: 10px;
	width: 100%;
}
li.bookmark_item_ .comment_ textarea {
	width: 100%;
    padding: 5px;
    font-size: 16px;
}
li.bookmark_item_ .comment_ .bookmark_comment_ {
	word-break:break-all;
}
div.customer_  div.del_ {
	text-align: right;
}

/* --------------------------------------------------------------------
	マイページ　お問い合わせ履歴
-------------------------------------------------------------------- */
/* お問合せ履歴 */
div.contact_ ul.contactlist_ {
	margin-bottom: 10px;
}
div.contact_ ul.contactlist_ li {
	border-bottom: 1px solid #CCC;
}
div.contact_ ul.contactlist_ li:first-child {
	border-top: 1px solid #CCC;
}
div.contact_ ul.contactlist_ li a {
	padding: 10px;
	display:block;
	text-decoration: none;
	background: url(../img/usr/link_mypage.png) right center no-repeat;
}
div.contact_ table.detaillistline_ {
	border: dotted 1px;
	margin:2px auto;
}
div.contact_ .contact_body_ {
	word-break:break-all;
}
/* お問合せ詳細 */
.contactdetail_title_ {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
.contactdetail_title_ .subject_ {
}
.contactdetail_title_ .date_ {
	margin-left: 10px;
	float: left;
}
.contactdetail_title_ .id_ {
	margin-right: 10px;
	float: right;
}
div.goods_info_ {
	margin: 0 10px 10px;
}
/* スレッド */
div.contactlist_ {
	margin: 0 10px 10px;
}
div.contactlist_ .contactlist_order_id_ {
	margin: 0 0 0 20px;
}
div.contactlist_ .contactlist_goods_ {
	margin: 0 0 0 20px;
}
dl.contactlist_line_ {
	margin-bottom: 10px;
	padding: 5px;
	overflow: hidden;
	background: #F0F0F0;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
dl.contactlist_line_ .contactlist_head_ {
	width: 100%;
	overflow: hidden;
}
dl.contactlist_line_ .contactlist_head_ .name_ {
	padding: 5px;
	float: left;
	display: inline;
	font-weight: bold;
	width: 40%;
}
dl.contactlist_line_ .contactlist_head_ .updt_ {
	padding: 5px;
	float: right;
	display: inline;
	text-align: right;
	width: 40%;
}
dl.contactlist_line_ .comment_ {
	padding: 10px;
	background: #FFF;
}
.contact_reform_comment_ {
	margin: 0 10px 10px;
	padding: 10px;
	border: 1px solid #CCC;
}

/* --------------------------------------------------------------------
	カート画面
-------------------------------------------------------------------- */
div.cartlist_ {
}
div.order_flow_ {
	margin:10px;
	text-align: center;
}
div.order_flow_ img {
	width: 100%;
	max-width:660px;
}
div.cartinfo_ {
	margin:0 10px 10px;
	text-align: center;
	font-size:12px;
}
div.cartinfo_ span.price_ {
	padding:0 2px;
	font-size: 14px;
	font-weight:bold;
	color:#ff0000;
}
div.cartinfo_ span.free_ {
	padding:0 2px;
	font-size: 14px;
	font-weight:bold;
	color:#ff6600;
}
input.calc_ {
	display:none;
}
table.cartlist_ {
	width: 100%;
	margin: 0 auto 20px;
	border-top: 1px solid #e5e5e5;
}
table.cartlist_ tr.list_ td {
}
table.cartlist_ td {
	padding:10px;
	vertical-align:top;
}
table.cartlist_ td a {
	text-decoration: none;
}
table.cartlist_ td.img_ {
	width: 30%;
}
table.cartlist_ td.img_ img {
	width: 100%;
}
table.cartlist_ td.desc_ {
	padding:10px 10px 10px 0; 
}
table.cartlist_ td.name_ {
	vertical-align: top;
}
table.cartlist_ td.name_ .name1_ {
	font-weight: bold;
}
table.cartlist_ td.name_ .name2_ {
	font-size: 12px;
}
table.cartlist_ td.desc_ .price_box_ {
	margin:0 10px 0 0;
}
table.cartlist_ td.desc_ .price_box_ .price_ small {
	font-size:11px;
}
table.cartlist_ td.desc_ .money_ {
	margin:0 0 10px 0;
}
table.cartlist_ td.desc_ .qty_ {
	margin:0;
	height:27px;
	line-height:27px;
}
table.cartlist_ td.desc_ .qty_ img {
	width:27px;
	height:27px;
}
table.cartlist_ td.desc_ .button_ {
	margin:10px 0 0 0;
	text-align: right;
}
table.cartlist_ td.total_ {
	vertical-align: middle;
	text-align:right;
}
table.cartlist_ td.button_ {
	text-align: right;
}
table.cartlist_ .qty_ input {
	width: 27px;
	height:27px;
	padding:0;
	margin:0 2px;
	line-height:27px;
	text-align: center;
	font-size:16px;
	border-radius: 2px;
	box-sizing: border-box;
}
table.cartlist_ td.money_ .price_ {
	color:#ff0000;
	font-size:24px;
	font-weight:bold;
}
table.cartlist_ td.promotion_ {
	text-align: left;
}
table.cartlist_ span.promotionmsg_ {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}
table.cartlist_ span.short_price_ {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}
table.cartlist_ .tools_ {
	width: 100%;
	padding: 0;
}
table.cartlist_ .tools_ li {
	float: left;
	width: 46%;
}
table.cartlist_ .tools_ {
	width: 100%;
	padding-left: 3%;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
table.cartlist_ .tools_ .checkbox_ {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e0e0e0), color-stop(0.00, #fcfcfc));
  background: -webkit-linear-gradient(#fcfcfc, #e0e0e0);
  background: -moz-linear-gradient(#fcfcfc, #e0e0e0);
  background: -o-linear-gradient(#fcfcfc, #e0e0e0);
  background: -ms-linear-gradient(#fcfcfc, #e0e0e0);
  background: linear-gradient(#fcfcfc, #e0e0e0);
  border: 1px solid #CBCBCB;
  float: left;
  margin-right: 3%;
  margin-bottom: 10px;
}
table.cartlist_ .tools_ .checkbox_ label {
}
table.cartlist_ .tools_ input[type=checkbox] + label {
	background: url(../img/usr/sb/cart/checkbox_s_off.png) 7px 50% no-repeat;
	background-size: 10px;
	line-height: 12px;
	padding: 5px 5px 5px 20px;
	font-size: 9px;
}
table.cartlist_ .tools_ input[type=checkbox]:checked + label {
	background: url(../img/usr/sb/cart/checkbox_s_on.png) 7px 50% no-repeat;
	background-size: 10px;
}
table.cartlist_ .tools_ .btn_delete_ {
	width: auto;
	line-height: 9px;
    clear: left;
}
table.cartlist_ .tools_ .btn_delete_ input {
	background: url(../img/usr/sb/cart/icn_delete.png) 0 50% no-repeat;
	background-size: 9px;
	border: 0;
	padding: 0px 15px 0px 15px;
	font-size: 10px;
	color: #1d3994;
	text-decoration: underline;
}
table.cartlist_ .tools_ .btn_tenpo_ {
	border-left: 1px solid #c7c7c7;
	padding-top: 0;
	padding-left: 7px;
	line-height: 9px;
}
table.cartlist_ .tools_ .btn_tenpo_ input[type=checkbox] + label {
	padding-top: 0;
	padding-bottom: 0;
}
.cartlist_ .btn_reload_ input {
	background: url(../img/usr/sb/cart/btn_reload.png) 0 0 no-repeat;
	background-size: 100%;
	padding: 3.3% 0;
	border: 0;
	width: 94%;
	margin: 0 3%;
	text-indent: -9999px;
	border-radius: 0;
}
.cartlist_ .link_back_shopping_ {
	margin: 10px 10px 20px 10px;
}
.cartlist_ .link_back_shopping_ a {
	font-size: 10px;
	text-decoration: none;
	background: url(../img/usr/sb/cart/icn_arw_left.png) 0 0 no-repeat;
	background-size: 10px;
	padding-left: 15px;
	height: 10px;
	line-height: 10px;
	display: block;
}
input.calc_ {
	width:0px;
	height:0px;
}
div.postage_comment_ {
	padding: 5px 5px 0 5px;
	margin: 5px 0 0 auto;
	text-align: right;
	font-weight: bold;
	color: #ff0000;
}
div.postage_comment2_ {
	padding: 0 5px 0 5px;
	margin: 0 0 0 auto;
	text-align: right;
	color: #ff0000;
}

table.cartlist_ div.promotionmsg_box_ {
	padding: 5px;
	text-align: left;
	border: 1px solid #f60;  
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

table.cartlist_ span.promotionmsg_title_ {
	font-size:12px;
	display:block;
	background: url(../img/usr/common/h2_arrow.png) left top no-repeat;
	padding-left:18px;
}


table.cartlist_ span.promotionmsg_title_ .hilight_{
	color:#ff6600;
	font-size:14px;
	font-weight:bold;
}

table.cartlist_ div.promotionshortmsg_ {
	width: 200px;
	margin-right: 20px;
	margin-top: 10px;
	display:inline-table;
}

table.cartlist_ div.promotionshortmsg_box_ {
	padding: 5px;
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

table.cartlist_ span.promotionshortmsg_title_ {
	font-size:12px;
	display:block;
	background: url(../img/sys/kiken.gif) left top no-repeat;
	padding-left:25px;
}

table.cartlist_ span.promotionshortmsg_title_ .hilight_{
	color:#ff6600;
	font-size:14px;
	font-weight:bold;
}

table.cartlist_ span.short_price_ {
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
}

.message_tenpo_ {
	border: 1px solid #bd0007;
	color: #bd0007;
	text-align: center;
	margin: 0 3% 10px;
	width: 94%;
	font-size: 11px;
	padding: 10px;
	box-sizing: border-box;
}
table.table_price_info_ {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin: 0 3% 10px;
	width: 94%;
	
}
table.table_price_info_ th{
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
	text-align: left;
	padding: 6px 10px;
	width: auto;
	background-color: #efefef;
}
table.table_price_info_ td{
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
	padding: 6px 10px;
	width: auto;
	text-align: right;
}
.total_box_ {
	background: #efefef;
	margin: 0 3% 20px;
	width: 94%;
}
.total_box_ table {
	width: 100%;
}
.total_box_ table th {
	padding: 7px 10px;
	text-align: left;
}
.total_box_ table td {
	padding: 7px 10px;
	text-align: right;
}
.total_box_ .submit_ {
	padding: 0 10px 10px;
	margin: 0
}
.total_box_ .submit_ input {
	width: 100%;
}
.page-cart .total_box_ .cart_purchase_link a {
	text-decoration: underline;
    color: #555555;
	font-size: 14px;
	line-height: 1.2;
}

/* 値引額の文字色調整 ↓*/
.price_waribiki_ {
	color: #236DFB;
}
/* 値引額の文字色調整 ↑*/
/* キャンペーン情報 ↓*/
.cartlist_ form .total_box_ .messsage_ {
	color: #FB752D;
	margin-bottom: 10px;
}

.cartlist_ form .total_box_ .messsage_ li {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 15px;
}
/* キャンペーン情報 ↑*/
/* --------------------------------------------------------------------
	ご注文方法の指定
-------------------------------------------------------------------- */
div.order_ {
}
.page-method > form > img{
	height: 32px;
}
/* ご注文主（ログイン時） */
div.method_host_ {
}
div.method_host_ div.host_info_ {
	margin: 0 10px 10px;
	padding: 5px;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.method_host_ .host_name_ {
	padding-bottom: 5px;
}
div.method_host_ address {
	padding: 10px;
	background: #FFF;
	font-style: normal;
}
table.method_host_ {
	margin-bottom: 20px;
	width: 100%;
}
dl.method_host_ input.zip_ {
	width: 140px;
}
tr#host_mail input,
tr#host_cmail input,
tr#host_addr input,
tr#host_addr2 input,
tr#host_addr3 input,
tr#host_comp input,
tr#host_dept input {
	width: 300px;
}

/**/
/* 贈り主（ログイン時） */
div.method_sender_ {
	margin-bottom: 10px;
}
div.method_sender_ div.sender_info_ {
	margin-bottom: 5px;
	padding-left: 10px;
}
div.sender_change_ {
	padding: 5px;
	margin: 0 10px 10px 10px;
	background: #F0F0F0;
	border: 1px solid #CCC;
	width: auto;
}
div.sender_change_ input.zip_ {
	width: 140px;
}
div.method_sender_ ul.method_sender_ {
	width: 90%;
	padding-left: 20px;
}
/**/
/* 宛て先（ログイン時） */
div.method_address_ {
}
div.addresslist_ {
}
div.address_item_ {
	margin: 0 10px 10px;
	padding: 5px;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.address_item_ .address_title_ {
	padding-bottom: 5px;
}
div.address_item_ .dest_disp address {
	padding: 10px;
	background: #FFF;
	font-style: normal;
}
div.address_item_ .address_change_ {
	margin-top: 5px;
	text-align: center;
}
div.address_bottom_ {
	padding: 0 10px;
	text-align: center;
}
div.address_bottom_ input {
	margin-bottom: 10px;
}
/**/
/* 配送方法 */
div.method_box_ {
}
div.method_box_ h3 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	background: #F0F0F0;
}
div.method_box_ div.method_box_content_ {
	padding: 0 10px 10px;
}

/**/
/* 配送希望日時指定 */
#method_date dl {
	margin: 0 0 10px 0;
}
#method_date dl dt {
	margin-bottom: 5px;
	float: left;
	display: inline;
	font-weight: bold;
}
#method_date dl dd {
	margin-left: 8em;
	margin-bottom: 5px;
}
/**/
/* ポイント */
.currentpoint_ {
	margin-bottom: 10px;
	position: relative;
	font-size: 14px;
}
.currentpoint_ strong {
	position: absolute;
	right: 0;
	top: 0;
	color: #bd0007;
	font-weight: bold;
	font-size: 14px;
}

div.point_use_ {
	margin-bottom: 10px;
	padding: 10px;
	background: #F3EEE5;
	border: 1px solid #CCA595;
}

/**/
/* 注文拡張情報 */
div.method_salesappend_ {
}
dl.salesappend_ dd span {
	display: block;
}
dl.salesappend_ dd.salesappend_radio input,
dl.salesappend_ dd.salesappend_checkbox input {
	display: block;
	float: left;
	clear: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
dl.salesappend_ dd.salesappend_radio label,
dl.salesappend_ dd.salesappend_checkbox label {
	display: block;
	clear: none;
	margin-left: 20px;
}
/**/

table.cartlist_ td.desc_ .bikou_ .label_ ,
table.cartlist_ td.desc_ .qty_ .label_ {
	font-weight: bold;
}

div.order_ .tenpositei_ .tenpo_select_ {
	margin: 0 10px 20px;
}

/* --------------------------------------------------------------------
 AmazonPayV2対応
-------------------------------------------------------------------- */
.block-order-method--amazonpay {
  text-align: right;
  padding: 20px;
}

.block-order--amazonpay-btn {
  font-size: 13px;
  font-weight: normal;
  width: 70px;
}

/* --------------------------------------------------------------------
	ギフト注文 配送先の選択
-------------------------------------------------------------------- */
.order_gift_ .dest_list_ {
	background: #F0F0F0;
}
.order_gift_ .dest_list_ .btn_checkall_ {
	padding: 10px 10px 0;
}
.order_gift_ .dest_list_ .address_customer_{
	padding: 10px;
}
.order_gift_ .dest_list_ .address_item_ {
	border: none;
	background-color: #FFF;
	border-bottom: 1px solid #ddd;
}
.order_gift_ .address_book_list_ .address_item_ {
	border: none;
	background-color: #FFF;
	border-bottom: 1px solid #ddd;
}
.order_gift_ .dest_list_ .address_book_list_ {
	margin: 0 10px 10px 10px;
}
.order_gift_ .dest_list_ .address_book_list_ .address_item_ {
	border-bottom: 1px solid #ddd;
}
.order_gift_ .dest_list_ .address_item_ address {
	margin-left: 30px;
}
.order_gift_ .dest_list_ .address_item_ .address_title_ {
	font-size: 14px;
	margin-bottom: 7px;
	padding: 5px 5px 0 5px;
}
.order_gift_ .dest_list_ .btn_add_addr_ {
	background: #F0F0F0;
	padding: 0 10px 10px 25px;
	margin-bottom: 20px;
	text-align: right;
}
.order_gift_ .form_senderinfo_ .btns_edit_customerinfo_ {
	text-align: right;
	overflow: hidden;
}
.order_gift_ .form_senderinfo_ .btns_edit_customerinfo_ input {
	padding-left: 10px;
	display: block;
	float: right;
}
.order_gift_ div.method_sender_ .address_item_{
	border-bottom: none;
	margin-bottom: 10px;
}
.order_gift_ .method_sender_ .sender_info_ {
	border: none;
}

/* --------------------------------------------------------------------
	ギフト注文 配送先商品追加画面
-------------------------------------------------------------------- */
.order_gift_ div.delivery_dest_add_ {
	text-align: right;
	margin-bottom: 20px;
}
.order_gift_ h3.top_massage_ {
	font-size: 14px;
	font-weight: bold;
}
.order_gift_ .add_goods_list_ {
	padding: 15px;
	margin: 0 0px 10px;
}
.order_gift_ .highlight_ {
	background: #FEE;
	border: 1px solid #FFC8C8;
}
.order_gift_ .delivery_dest_{
	margin-bottom: 30px;
}
.order_gift_ .delivery_dest_ .dest_ttl {
	position:relative;
}
.order_gift_ .delivery_dest_ .dest_ttl .btn_deldest_{
	margin-bottom: 10px;
	margin-right: 10px;
}
.order_gift_ .delivery_dest_ .address_item_ {
	padding-bottom: 0;
	border: none;
}
.order_gift_ .delivery_dest_ .address_item_ .btn_deldest_{
	padding: 10px;
}
.order_gift_ div.delivery_dest_ {
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}

.order_gift_ .delivery_dest_ .total_dest_price_ {
	padding: 0 10px 10px 10px;
}

.order_gift_ .delivery_dest_ .total_dest_price_ table{
	width:100%;
}
.order_gift_ .delivery_dest_ .total_dest_price_ table th{
	width: 30%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #F8F8F8;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space:nowrap;
}

.order_gift_ .delivery_dest_ .total_dest_price_ table th,
.order_gift_ .delivery_dest_ .total_dest_price_ table td{
	border: 1px solid #DDD;
	vertical-align: middle;
}
.order_gift_ .delivery_dest_ .total_dest_price_ table td.btns_ {
	width: 60px;
	vertical-align: middle;
}

.order_gift_ .goodsinfo_box_{
	padding:0 10px 10px;
}
table.goodsinfo_box_{
	width: 100%;
	margin-bottom: 10px;
}

table.goodsinfo_box_ th {
    background-color: #F8F8F8;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    font-weight: normal;
    padding: 3px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 30%;
}

table.goodsinfo_box_ td {
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 3px;
    vertical-align: top;
}
table.goodsinfo_box_ input[type=text],
table.goodsinfo_box_ input[type=number],
table.goodsinfo_box_ textarea {
    width: 90%;
}

table.goodsinfo_box_  td.btn_deldest_ {
	    border: 1px solid #CCCCCC;
}

.order_gift_ .goodsinfo_box_ th{
	background: #F8F8F8;
}
table.goodsinfo_box_  td img.img_ {
	max-width: 180px;
}

.order_gift_ .select_dest_goods_box_{
	background: #FFF;
	padding: 10px 10px 10px 10px;
}
.order_gift_ .select_dest_goods_box_ .btn_add_goods_{
	margin-bottom: 10px;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ table{
	width: 100%;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ td{
	padding: 7px 10px 0 0;
}

.order_gift_ .select_dest_goods_box_ .add_goods_list_ td.qty_{
	text-align: right;
}
.order_gift_ .select_dest_goods_box_ .add_goods_list_ td.qty_ input{
	padding: 5px;
	width: 3em;
	text-align: right;
}
.order_gift_ .select_dest_goods_box_ .btn_add_checked_goods_{
	text-align: center;
	padding: 15px 15px 0;
}
.order_gift_ .total_dest_price_ .btn_recalc_ {
	position: absolute;
	right: 5px;
	top: -10px;
}
.order_gift_ .goods_child_list_ div {
	padding: 0px 0px 0px 15px;
}

/* --------------------------------------------------------------------
	ギフト注文 のし・ラッピング設定画面
-------------------------------------------------------------------- */
.order_gift_ .section_ {
	margin-bottom: 30px;
	background: #FCFCFC;
}
.order_gift_ .section_ label {
	padding: 0;
}
.order_gift_ .section_ h3{
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	background: #F0F0F0;
}
.order_gift_ .section_ ul{
	overflow: hidden;
	padding: 10px 20px;
}
.order_gift_ .section_ ul li{
	float: left;
}
.order_gift_ .section_ ul li label{
	display: block;
	margin-right: 20px;
	text-align: center;
}
.order_gift_ .section_ ul li label img{
	display: block;
	margin-bottom: 10px;
}
.order_gift_ .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_{
	margin-bottom: 30px;
}
.order_gift_ .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_ ul{
	overflow: hidden;
}
.order_gift_ .section_ .noshi_area_ .noshi_area_wrap_ .need_noshi_area_ ul li{
	float: left;
}
.order_gift_ .section_ .div_area_ {
	margin-bottom: 30px;
}
.order_gift_ .section_ .thum_box_wrapper_{
	overflow: hidden;
}
.order_gift_ .section_ .thum_box_ {
	float: left;
	padding: 10px 0 10px 20px;
}
.order_gift_ .section_ .thum_info_ {
	float: right;
	padding: 10px 20px 0 0;
}
.order_gift_ .section_ .thum_info_ .price_{
	padding: 10px 0;
}
.order_gift_ .section_ .thum_line_ {
	overflow: hidden;
	margin-bottom: 20px;
}
.order_gift_ .section_ .thum_item_ {
	float: left;
	text-align: center;
	margin-right: 10px;
	width:120px;
}
.order_gift_ .section_ .thum_item_ label{
	display: block;
}
.order_gift_ .section_ .thum_item_ img{
	display: block;
	margin-bottom: 10px;
	width:120px;
}
.order_gift_ .section_ .thum_item_ span.price_{
	display: block;
	margin-bottom: 10px;
	padding: 5px;
}
.order_gift_ .section_ .thum_item_ span.thum_info_text_{
	display: none;
}
.order_gift_ .section_ .free_input_{
	padding: 0 10px 10px 10px;
	margin: 0 10px 30px;
}
.order_gift_ .section_ .free_input_ input{
	padding: 5px;
	width: 3.0em;
}
.order_gift_ .section_ .divnameprint {
	margin-bottom: 30px;
}
.order_gift_ .section_ .divnameprint .disabled_ {
	background-color:#DEDEDE;
}

.order_gift_ .section_ .input_detail_ {
	margin: 0 20px 30px;
}
.order_gift_ .section_ .input_detail_ td {
	padding: 5px;
}
.order_gift_ .section_ .input_detail_ td input {
	padding: 5px;
}
.noshi_default_ {
	clear: both;
	display: none;
}
/* --------------------------------------------------------------------
	ご注文内容の確認
-------------------------------------------------------------------- */
div.spandual_ {
}
div.spandual_ table {
	width: 100%;
}
.zero_alert_ {
	color: #CC0000;
}
/* ご注文の商品 */
table.estimate_ {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	width: 100%;
}
table.estimate_ th{
	border-bottom: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	padding: 3px;
	font-weight: normal;
	text-align:left;
}
table.estimate_ td{
	padding: 3px;
}
table.estimate_ td textarea {
	max-width: 95%
}
table.estimate_.sales_,
table.estimate_method_ {
	border-top: 1px solid #CCCCCC;
}
table.estimate_.sales_ th,
table.estimate_method_ th {
	width: 40%;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	white-space:nowrap;
	background-color: #F8F8F8;
	padding: 3px;
}
table.estimate_.sales_ td,
table.estimate_method_ td {
	width: 60%;
	padding: 3px;
	text-align: right;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
table.estimate_.sales_ td.nocell_ {
	border: none !important;
}

/* 商品一覧 */
table.goodslist_ {
	text-align:left;
}
table.goodslist_ {
	border: 1px solid #CCCCCC;
}
table.goodslist_ td {
	padding: 3px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
table.goodslist_ .goods_ {
	width: 20%;
}
table.goodslist_ .name_ {
}
table.goodslist_ .qty_ {
	width: 16%;
	text-align: right;
}
table.goodslist_ .amt_ {
	width: 20%;
	text-align: right;
}
table.goodslist_ .money_ {
	width: 20%;
	text-align: right;
}
table.goodslist_ th, table.goodslist_ .title_ {
	text-align: left;
	white-space:nowrap;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	padding: 3px;
}
table.goodslist_ img.img_{
	max-width: 180px;
}

/* 配送情報 */
table.host_, table.sender_ {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
table.host_ th, table.sender_ th{
	border-bottom: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	padding: 3px;
	font-weight: normal;
	text-align:left;
}
table.host_ td, table.sender_ td{
	padding: 3px;
	word-break: break-all;
}

div.order_ .method_addr_ {
	margin: 0 10px 10px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	border: 5px solid #F0F0F0;
}
div.order_.page-estimate .method_addr_ {
	padding: 0 10px;
}
table.card_,
table.convinience_{
	width: 100%;
}
table.card_ label {
	margin: 0 20px 0 5px;
}
table.convinience_ th {
	width: 16em;
}

/* お支払い方法 */
div.order_ table.estimate_method_ {
}
div.order_ table.estimate_method_ th {
	width:40%;
	text-align:left;
	background-color: #F8F8F8;
	font-weight: normal;
}
div.order_ table.estimate_method_ td {
	width:60%;
	text-align:right;
}
div.order_ table.method_sales_detail_append_ {
	border:none;
}
div.order_ div.method_sales_detail_append_ .sales_detail_append_comment_ {
	margin-bottom: 10px;
}
div.order_ div.method_sales_detail_append_ input[type="radio"],
div.order_ div.method_sales_detail_append_ label {
	padding: 5px 0;
	display: inline-block;
}
div.order_ div.method_sales_detail_append_ label {
	margin-right: 20px;
}
div.order_ div.method_sales_detail_append_ p.comment_{
	margin: 5px 0 10px 0;
}
div.order_ table.method_sales_detail_append_ td {
	border:none;
}
div.estimate_card_form_ {
}
div.estimate_card_form_ input.card_num_ {
	width: 150px;
}
div.estimate_card_form_ input.security_code_ {
	width: 60px;
}
div.estimate_.card_ input.card_num_ {
	width: 150px;
}
div.estimate_.card_ input.security_code_ {
	width: 60px;
}
.pointpay_num_bg_ {
	
}
.notes_ {
	margin: 0 10px 20px;
	font-size: 10px;
}
.notes_ p {
	font-size: 13px;
}
/* お届け先 */
div.order_ .common_headline2_ {
	background: #eaeaea;
	font-size: 15px;
	color: #333;
}
div.order_ table.dest_ {
	width:100%;
}
div.destgoodslist_ {
	padding: 0 0 10px;
}
table.destgoodslist_ {
	width:100%;
}
table.destgoodslist_ {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
table.destgoodslist_ th {
	width: 30%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #F8F8F8;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space:nowrap;
}
table.destgoodslist_ td {
	border-top: 1px solid #CCCCCC;
	vertical-align: top;
	padding: 3px;
}
table.destgoodslist_ span.img_s_ {
	float: left;
	width: 20%;
}
table.destgoodslist_ span.img_s_ img {
	width: 46px;
}
table.destgoodslist_ span.name_ {
}
table.destgoodslist_ th.method_sales_detail_append_, table.destgoodslist_ th.dest_comment_{
	text-align: left;
}
table.destgoodslist_ td.method_comment_detail_ input, table.destgoodslist_ td.method_comment_detail_ textarea {
	width: 95%;
}
table.destgoodslist_ td.method_qty_ , td.dest_qty_{
}
table.destgoodslist_ td.sublist_{
	margin: 0;
	padding: 0;
}
table.destgoodslist_ input[type="text"], table.destgoodslist_ textarea {
	width: 95%;
}
table.approval_purchase_ th {
	border-right-style: none;
	background-color: #e5f3ff;
	font-weight: normal;
	text-align: left;
}
div.order_ ul.card_ {
	padding: 3px;
}

/* order method.aspx */
div.order_ table.method_ {
	width: 100%;
}

/*配送先*/
div.order_ .method_method_ {
	text-align:left;
}
/* order order.aspx */
div.order_ table.order_ {
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 3px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
div.order_ table.order_ td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
div.order_ table.order_ th {
	width: 25%;
	background-color: #F8F8F8;
	font-weight: normal;
	text-align: left;
}


/* カードで支払う */
div.order_ table.formdetailcard_ {
	margin-bottom: 10px;
	padding: 3px;
}
div.order_ table.formdetailcard_ th {
	width: 12em;
	background-color: #e5f3ff;
	font-weight: normal;
	text-align: left;
}
div.order_ dl.card_ dd input[type="radio"] {
	padding: 5px 0;
	display: inline-block;
}
div.order_ dl.card_ dd label {
	/*padding: 5px 0;
	margin-right: 20px;
	display: inline-block;*/
}

/* コメント */
.order_ dl.formdetail_.estimate_ textarea{
	max-width: 95%;
}

/* キャンペーン適用 */
div.order_ p.campaign_info_ {
	color:#CC0000;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ノベルティ */
div.order_ .thum_line_ {
	overflow: hidden;
	margin-bottom: 20px;
}
div.order_ .thum_item_ {
	float: left;
	text-align: center;
	margin-right: 10px;
	width:120px;
}
div.order_ .thum_item_ label{
	display: block;
}
div.order_ .thum_item_ img{
	display: block;
	margin-bottom: 10px;
	width:120px;
}
div.order_ .thum_item_ span.price_{
	display: block;
	margin-bottom: 10px;
	padding: 5px;
}
div.order_ .thum_item_ span.thum_info_text_{
	display: none;
}

/* --------------------------------------------------------------------
	バーコード系
-------------------------------------------------------------------- */
div.barcodeimage_ img {
	height: auto;
	width: 100%;
}

p.barcodenumber_ {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
}

/* --------------------------------------------------------------------
	AmazonPayV2対応
-------------------------------------------------------------------- */
#LoginWithAmazonButton {
	text-align: center;
}

#AmazonPayButton {
	text-align: center;
}

#addressBookWidgetDiv {
	padding: 0 10px 10px;
	width: auto;
	height: 100%;
}

#walletWidgetDiv {
	padding: 0 10px 10px;
	width: auto;
	height: 100%;
}

div.amazon_pay_button_login_ {
	padding: 12px 0;
}

div.amazon_pay_button_method_ {
	padding-top: 18px;
}

div.login_with_amazon_button_method_ {
	padding-bottom: 10px;
}

h2.amazon_payment_ {
	padding: 8px 24px 8px;
}

/* --------------------------------------------------------------------
	テーブル系
-------------------------------------------------------------------- */
dl.formdetail_ {
	margin:0px 10px;
	border:1px solid #CCC;
	margin-bottom:10px;
}
div.box_ dl.formdetail_ {
	margin-left: 0;
	margin-right: 0;
}
dl.formdetail_ dt {
	padding:5px 2px 5px 6px;
	background-color: #F0F0F0;
}
dl.formdetail_ dt img.must_ {
	margin-left: 5px;
	vertical-align: middle;
}
dl.formdetail_ dd {
	padding:10px 2px 10px 12px;
}
dl.formdetail_ dd input[type="input"],
dl.formdetail_ dd textarea,
dl.formdetail_ dd select {
	max-width: 95%;
}
dl.formdetail_ dd.breakword_ {
	word-wrap:break-word;
}

/* ---------------------------------------------------------------
	width height
--------------------------------------------------------------- */
/*width*/
.width_auto_ {
	width: auto!important;
}
.width_full_ {
	width: 100%!important;
}
.width20per_ {
	width: 20%!important;
}
.width80per_ {
	width: 80%!important;
}
.width00_ {
	width: 0px!important;
}
.width01_ {
	width: 1px!important;
}
.width02_ {
	width: 2px!important;
}
.width03_ {
	width: 3px!important;
}
.width04_ {
	width: 4px!important;
}
.width05_ {
	width: 5px!important;
}
.width06_ {
	width: 6px!important;
}
.width07_ {
	width: 7px!important;
}
.width08_ {
	width: 8px!important;
}
.width09_ {
	width: 9px!important;
}
.width10_ {
	width: 10px!important;
}
.width11_ {
	width: 11px!important;
}
.width12_ {
	width: 12px!important;
}
.width13_ {
	width: 13px!important;
}
.width14_ {
	width: 14px!important;
}
.width15_ {
	width: 15px!important;
}
.width16_ {
	width: 16px!important;
}
.width17_ {
	width: 17px!important;
}
.width18_ {
	width: 18px!important;
}
.width19_ {
	width: 19px!important;
}
.width20_ {
	width: 20px!important;
}
.width25_ {
	width: 25px!important;
}
.width30_ {
	width: 30px!important;
}
.width35_ {
	width: 35px!important;
}
.width40_ {
	width: 40px!important;
}
.width45_ {
	width: 45px!important;
}
.width50_ {
	width: 50px!important;
}
.width100_ {
	width: 100px!important;
}
.width150_ {
	width: 150px!important;
}
.width200_ {
	width: 200px!important;
}
.width250_ {
	width: 250px!important;
}
.width300_ {
	width: 300px!important;
}
.width350_ {
	width: 350px!important;
}
.width400_ {
	width: 400px!important;
}
.width450_ {
	width: 450px!important;
}
.width500_ {
	width: 500px!important;
}
.width550_ {
	width: 550px!important;
}
.width600_ {
	width: 600px!important;
}
.width650_ {
	width: 650px!important;
}
.width700_ {
	width: 700px!important;
}
.width720_ {
	width: 720px!important;
}
.width750_ {
	width: 750px!important;
}
.width800_ {
	width: 800px!important;
}
.width850_ {
	width: 850px!important;
}
.width900_ {
	width: 900px!important;
}
.width950_ {
	width: 950px!important;
}
.width960_ {
	width: 960px!important;
}
.width1000_ {
	width: 1000px!important;
}
/*height*/
.height_auto_ {
	height: auto!important;
}
.height_full_ {
	height: 100%!important;
}
.height00_ {
	height: 0px!important;
}
.height01_ {
	height: 1px!important;
}
.height02_ {
	height: 2px!important;
}
.height03_ {
	height: 3px!important;
}
.height04_ {
	height: 4px!important;
}
.height05_ {
	height: 5px!important;
}
.height06_ {
	height: 6px!important;
}
.height07_ {
	height: 7px!important;
}
.height08_ {
	height: 8px!important;
}
.height09_ {
	height: 9px!important;
}
.height10_ {
	height: 10px!important;
}
.height11_ {
	height: 11px!important;
}
.height12_ {
	height: 12px!important;
}
.height13_ {
	height: 13px!important;
}
.height14_ {
	height: 14px!important;
}
.height15_ {
	height: 15px!important;
}
.height16_ {
	height: 16px!important;
}
.height17_ {
	height: 17px!important;
}
.height18_ {
	height: 18px!important;
}
.height19_ {
	height: 19px!important;
}
.height20_ {
	height: 20px!important;
}
.height25_ {
	height: 25px!important;
}
.height30_ {
	height: 30px!important;
}
.height35_ {
	height: 35px!important;
}
.height40_ {
	height: 40px!important;
}
.height45_ {
	height: 45px!important;
}
.height50_ {
	height: 50px!important;
}
.height100_ {
	height: 100px!important;
}
.height150_ {
	height: 150px!important;
}
.height200_ {
	height: 200px!important;
}
.height250_ {
	height: 250px!important;
}
.height300_ {
	height: 300px!important;
}
.height350_ {
	height: 350px!important;
}
.height400_ {
	height: 400px!important;
}
.height450_ {
	height: 450px!important;
}
.height500_ {
	height: 500px!important;
}
.height550_ {
	height: 550px!important;
}
.height600_ {
	height: 600px!important;
}
.height650_ {
	height: 650px!important;
}
.height700_ {
	height: 700px!important;
}
.height750_ {
	height: 750px!important;
}
.height800_ {
	height: 800px!important;
}
.height850_ {
	height: 850px!important;
}
.height900_ {
	height: 900px!important;
}
.height950_ {
	height: 950px!important;
}
.height1000_ {
	height: 1000px!important;
}

/* ---------------------------------------------------------------
	詳細検索
--------------------------------------------------------------- */
.kodawari_headline1_ {
	font-size: 13px;
	padding: 10px;
	border-bottom: 1px solid #999999;
}
.kodawari_headline1_ strong{
	color: #d6000f;
	font-weight: normal;
}
.kodawari_select_box_ {

}
.kodawari_select_box_ .select_1_ {
	float: left;
	width: 37%;
	margin-right: 3%;
}
.kodawari_select_box_ .select_2_ {
	float: left;
	width: 60%;
}
.kodawari_select_box_ .select_1_ select,
.kodawari_select_box_ .select_2_ select{
	width: 100%;
	max-width: 100%;
}
.selected_search_item_list_ {
	margin-top: 2rem;
}
.page-category-houjin .selected_search_item_list_ {
	display: none;
}
.selected_search_item_block_ {
	display: flex;
	align-items: end;
	justify-content: end;
}
.selected_search_item_btn_{
	margin-left: 1.5rem;
}
.page-search .selected_search_item_btn_{
	display: none;
}
.page-search:not(:has(.CategoryStyleL_>*))  .selected_search_item_btn_{
	display: block;
}
.selected_search_item_btn_ a{
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	background-color: var(--green);
	border-radius: .5rem;
	padding: .3rem 2rem;
	display: flex;
	align-items: center;
}
.selected_search_item_btn_ a::before{
	content: "";
	display: inline-block;
	width: 2.4rem;
	height: 2.4rem;
	margin-right: 1rem;
	background: url(../img/usr/icon/ico_sort.png) center / contain no-repeat;
}
.selected_search_item_list_ .hed_wrap_{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5f5f5), color-stop(0.00, #f5f5f5));
	background: -webkit-linear-gradient(#f5f5f5, #f1f1f1);
	background: -moz-linear-gradient(#f5f5f5, #f1f1f1);
	background: -o-linear-gradient(#f5f5f5, #f1f1f1);
	background: -ms-linear-gradient(#f5f5f5, #f1f1f1);
	background: linear-gradient(#f5f5f5, #f1f1f1);
	position: relative;
	height: 30px;
    cursor: pointer;
}
.selected_search_item_list_ .hed_wrap_ h2{
	font-size: 13px;
	color: #555;
	line-height: 30px;
	padding-left: 10px;
}
.selected_search_item_list_ .hed_wrap_ .btn_close_ a{
	background:  url(../img/usr/sb/kodawari/selected_search_item_list_btn_toggle_plus.png) 0 0 no-repeat;
	background-size: 41px;
	width: 41px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
}
.selected_search_item_list_ .hed_wrap_ .btn_close_ a img{
	display: none;
}
.selected_search_item_list_ ul {
    padding:0px;
    margin:1rem 0 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: .8rem 1rem;
}

.selected_search_item_list_ ul li {
	background: #E9E9E9;
	border-radius: 2rem;
	display: inline-block;
	margin: 0;
	padding: .5rem .8rem .5rem 1.5rem;
	font-size: 1.2rem;
	line-height: 1.2;
}

.selected_search_item_list_ ul li .btn_delete {
	background: url(../img/usr/sb/kodawari/btn_delete.png) 0 0 no-repeat;
	background-size: 100%;
	width: 14px;
	height: 14px;
	margin-left: 10px;
	display: inline-block;
	text-indent: -9999px;
}

.selected_search_item_list_ .btn_ {
	text-align: center;
	padding-bottom: 15px;
}
.selected_search_item_list_ .not_set_{
	text-align: center;
	padding: 15px;
}
.selected_search_item_list_ .not_set_ p{
	color: #777777;
}
.selected_search_item_list_ .not_set_ .link_ a{
	color: #003cff;
}

.btn_kodawari_search{
	display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 3rem;
}
body:has(.page-search.page-search-purchasegoods) .btn_kodawari_search{
	gap: 1rem;
	flex-direction: column;
	align-items: center;
	margin-top: 1.5rem;
}
.btn_kodawari_search a {
	border-radius: .5rem;
    min-height: 5rem;
    padding: 1rem;
    width: 20rem;
    display: grid;
    place-items: center;
    font-size: 1.6rem;
    border: 1px solid #1A1311;
}
.btn_kodawari_search a.btn_select_reset {
	position: relative;
}
.btn_kodawari_search .reset-complete{
	font-size: 1.2rem;
	min-height: 2.3rem;
	display: grid;
	place-items: center;
	background-color: #AE2026;
	border-radius: .3rem;
	color: #fff;
	font-weight: bold;
	position: relative;
	padding: 0 .5rem;
	width: max-content;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	top: -3.1rem;
	line-height: 2;
}
.btn_kodawari_search .reset-complete::before{
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom:-0.4rem;
	width: 0;	
	height: 0;
	border-style: solid;
	border-width: 0.5rem 0.55rem 0 0.55rem;
	border-color: #AE2026 transparent transparent transparent;
}
.btn_kodawari_search.search a:nth-of-type(2) {
    background-color: #1A1311;
    color: #fff;
}
body:has(.page-search.page-search-purchasegoods) .btn_kodawari_search.search a:nth-of-type(2) {
    text-align: center;
	font-size: 1.5rem;
}
body:has(.page-search.page-search-purchasegoods) .countUpNumberBlock{
	margin-top: 2.4rem;
	font-size:2rem;
	font-weight: bold;
	text-align: center;
}
.kodawari_select_overlay{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 90;
	display: none;
}
.kodawari_select_contents{
	margin-top: 0.5rem;
}
body.is-kodawariSearch-open{
	overflow: hidden;
}
#kodawari_select_box input[type=text],
#kodawari_select_box input[type=search],
#kodawari_select_box input[type=number],
#kodawari_select_box input[type=tel],
#kodawari_select_box input[type=email],
#kodawari_select_box input[type=password] {
	border-radius: 0;
}
#kodawari_select_box {
	background-color: #fff;
	width: 94%;
	height: 55.5rem;
	display: none;
	box-sizing: border-box;
	padding: 6rem 2rem 4rem;
	overflow-y: scroll;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    position: fixed;
	z-index: 100;
	border-radius: 1rem;
}

#kodawari_select_box .inner {
	position: relative;
}
#kodawari_select_box .btn_close_ {
	position: absolute;
    top: -3.9rem;
    right: -1.3rem;
}
.close-btn {
	position: relative;
	display: inline-block;
	padding-right: 1.6rem;
	font-size: 1.4rem;
	font-weight: bold;
}
.h-Modal-content_close .close-btn::before,
.h-Modal-content_close .close-btn::after{
	right: -0.5rem;
	width: 1.4rem;
}
.close-btn::before,
.close-btn::after {
	content: '';
	position: absolute;
	right: 0;
	top: 51%;
	width: 1rem;
	height: 2px;
	background-color: #333;
}
.close-btn::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
#kodawari_select_box .btn_close_icon{
	display: inline-block;
	width: 0.5rem
}
#kodawari_select_box .item_box_{
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #CCCCCC;
}
#kodawari_select_box h3 {
	padding: 1.5rem 0 1rem;
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    cursor: pointer;
}
.kodawari_select_tags{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 1rem;
}
.item_box_mark_ {
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.1rem;
    height: 2.1rem;
    background-color: #AE2026;
    border-radius: 100rem;
}
.kodawari_select_tag{
	font-size: 1.4rem;
	border: 1px solid var(--green);
	font-weight: 500;
    color: var(--green);
	min-height: 4rem;
	display: grid;
	place-items: center;
	padding: 0.5rem;
	border-radius: .5rem;
	cursor: pointer;
}
.kodawari_select_tag.is-active {
    color: #fff;
    background-color: var(--green);
}
.item_box_mark_::before,
.item_box_mark_::after {
	display: block;
	content: '';
	width: 1rem;
	height: 1.5px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.item_box_mark_::after {
	transform:translate(-50%,-50%) rotate(90deg);
}
#kodawari_select_box .kodawari_select_content{
	display: none;
}
#kodawari_select_box .kodawari_select_content.is-active{
	display: block;
}
#kodawari_select_box .kodawari_select_content[data-kodawari-tab="1"]{
	margin-top: 2rem;
}
#kodawari_select_box .kodawari_select_content[data-kodawari-tab="1"] h3 {
    display: none;
}
#kodawari_select_box .kodawari_select_content[data-kodawari-tab="1"] .item_box_ .list_col3_ {
    display: block;
	margin:0;
}
#kodawari_select_box h3.open .item_box_mark_::after{
	display: none;
}

#kodawari_select_box .inner_item_box_ h3,
#kodawari_select_box .inner_item_box_ h3.open {
	padding-left: 30px;
}
#kodawari_select_box .item_box_ ul ,
#kodawari_select_box .item_box_ .input_text_ ,
#kodawari_select_box .item_box_ .table_item_ {
	display: none;
}

#kodawari_select_box .item_box_ .list_col3_ {
	display: none;
	margin: 1rem auto;
}
#kodawari_select_box .kodawari_select_content[data-kodawari-tab="1"] .item_box_ ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}
#kodawari_select_box .item_box_ ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem 1.1rem;
}
#kodawari_select_box .item_box_ ul li {
	display: flex;
	align-items: start;
}
#kodawari_select_box .item_box_ input[type=checkbox]{
	margin-top: 0.6rem;
	position: static;
	opacity: 1;
}
#kodawari_select_box .item_box_ input[type=checkbox] + input {
}
#kodawari_select_box .item_box_ input[type=checkbox] + label {
	/* display: inline; */
	padding-left: .5rem;
	margin:0;
	background: none;
	position: relative;
}
#kodawari_select_box .item_box_ input[type=checkbox]:checked + label {
	/* color: #ff0000; */
}

#kodawari_select_box .item_box_ .input_text_ {
	margin: 10px auto;
	
}
#kodawari_select_box .item_box_ .input_text_ .nyoro_ {
	display: block;
}
#kodawari_select_box .item_box_ .input_text_:has(.year_){
	position: relative;
}
#kodawari_select_box .item_box_ .input_text_:has(.year_) .nyoro_{
	position: absolute;
	top: 6.1rem;
	left: 0;
}
#kodawari_select_box .item_box_ .input_text_ input[type=text] {
	width: 30%;
}
#kodawari_select_box .item_box_ .input_text_ input[type=text].input_pb_keyword_ {
	width: 80%;
}

#kodawari_select_box .item_box_ .input_text_ input {
	height: 4rem;
	margin:0;
}
#kodawari_select_box .item_box_ .input_text_ input[type=text].year_ {
	width: 8rem;
	text-align: center;
	margin-right: 0.5rem;
}
#kodawari_select_box .item_box_ .input_text_maxWrap{
	margin-top: 1.2rem;
	margin-left: 3.4rem;
}
#kodawari_select_box .item_box_ .input_text_ input[type=text].month_{
	margin-left: 0.7rem;
	margin-right: 0.5rem;
}
#kodawari_select_box .item_box_ .input_text_ input[type=text].day_ {
	margin-left: 0.7rem;
}
#kodawari_select_box .item_box_ .input_text_ input[type=text].month_,
#kodawari_select_box .item_box_ .input_text_ input[type=text].day_ {
	width: 4rem;
	text-align: center;
}
#kodawari_select_box .item_box_ .table_item_ {
	margin: 0 0 1.5rem;
}
#kodawari_select_box .item_box_ .table_item_ table {
	width: 100%;
}
#kodawari_select_box .item_box_ .table_item_ td {
	font-size: 1.4rem;
}
#kodawari_select_box .item_box_ .table_item_ td.select1_{
	width: 12rem;
}
#kodawari_select_box .item_box_ .table_item_ td.nyoro_{
	width: 3.4rem;
	text-align: center;
}
#kodawari_select_box .item_box_ .table_item_ td.nyoro_ + td.select1_{
	width: auto;
}
#kodawari_select_box .item_box_ .table_item_ td.select1_ select,
#kodawari_select_box .item_box_ .table_item_ td.select2_ select,
#kodawari_select_box .item_box_ .table_item_ td.select3_ select{
	background-position: right 1rem top 50%;
	width: 12rem;
	height: 4rem;
	padding-left: 1.5rem;
	padding-right: 2rem;
	line-height: 3.6rem;
	white-space: nowrap;
}
#kodawari_select_box .item_box_ .table_item_ td.select3_ select{
	width: 100%;
}
#kodawari_select_box .item_box_ .table_item_ td select {
	max-width: 100%;
}

/* ■2021.08.31 買取注文対応 */
th.estimate_tradein, td.estimate_tradein {
    color: #FF0000;
    font-weight: bolder;
}

th.estimate_recieved, td.estimate_recieved {
    color: #00FF00;
    font-weight: bolder;
}

/* ■2022.08.15 [tharada] 特商法対応 */
/* ディスカウント情報 */
.goods_item_sales_period_ p {
	font-size: 10px;
	color: #777;
}
.discount_ {
	margin: 5px 0;
}
.discount_message_ {
	text-indent: 0.5em;
}
.discount_period_ {
	text-indent: 1em;
}
.discount_period_ span {
	font-size: 10px;
	color: #777;
}
.sales_delivery_comment_ {
	margin: 10px 0;
}
.sales_delivery_comment_>p {
	letter-spacing: 0;;
}
.return_agree_ {
	font-size: 12px;
	padding: 10px 0;
	margin: 5px 0;
	line-height: 1.2;
}

/* --------------------------------------------------------------------
	返品特約
-------------------------------------------------------------------- */
.returnagreebody_ {
	margin: 0 10px 10px;
	padding: 4px;
	border: 1px solid #999999;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-size: 10px;
}

#returnagree_contents dt {
	padding: 0px 0px 0px 6px;
	border: none;
	font-size: 14px;
	color: #00377f;
	text-decoration: underline;
	cursor: pointer;
}
#returnagree_contents dd {
	font-size: 10px;
	border: none;
	display: none;
}

/* --------------------------------------------------------------------
	ユーザー定義　 Paidyペイジーのバナー部分（SP）
--------------------------------------------------------------------- */

.top_bnr_paidy-sp {
	width: 320px;
	padding: 10px;
	margin: 0px auto;
}

.button_paidy{
	cursor: pointer;
}
/* --------------------------------------------------------------------
	proteger保証
-------------------------------------------------------------------- */
input.block-proteger-plan-select-button {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.8rem;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	background: transparent;
	border: 1px solid #3e9f26;
	border-radius: 4px;
	color: black;
	cursor: pointer;
	font-family: 'Nunito Sans', Helvetica, sans-serif;
	transition: border 200ms, box-shadow 200ms;
}
/**/


/* ヘッダー追加分 '24-03 */
.header_search_area_ #frmSearch {
	padding: 0;
	flex: 1 1 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.btn_header_kodawari_search {
	display: none;
	max-width: 70px;
	float: right;
}

.btn_header_kodawari_search.btn_header_kodawari_search__enabled {
	display: none;
	order: 10;
	flex: 0 0 auto;
}
html:has(.page-top,.page-search) .btn_header_kodawari_search.btn_header_kodawari_search__enabled {
	display: block;
}

header.naviplus_searchbox{
	display: none;
}
/* ---------------------------------------------------------------
	AmazonPay用
--------------------------------------------------------------- */
.block-cart--amazonpay {
	overflow: hidden;
	background: #fffce4;
    padding: 0px 10px;
    padding-bottom: 15px;
	margin-top: 5px;
}

.block-cart--amazonpay-description {
	text-align: left;
	/* font-size: 11px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold; */
	margin: 5px;
	line-height: 1.5;
	/* color: #5b6770; */
}

#AmazonPayButton {
	margin: auto;
}

#registCusutomerHead {
	margin: 10px;
}

.btn_header_kodawari_search a {
	display: block;
	width: 3.5rem;
	height: 4rem;
	background: #AE2026;
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 1rem;
	line-height: 1.2;
	border-radius: .5rem;
}
.bl_npSuggestMedia_body * {
	color: #333;
}

/* お気に入りモーダル */
.favModal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}
.favModalBg {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.addFav_modal_wrapper {
	background: #eee;
	border: 1px solid #bbb;
	padding: 2px;
	width: 90vw;
	z-index: 9999;
}

.addFav_modal_header {
	background: #bbb;
	padding: 3px 3px 3px 6px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.addFav_modal_header h2 {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.66;
	color: #222;
}
.addFav_modal_separatorbar {
	content: '';
	height: 1px;
	width: 100%;
	border-top: 1px solid #bbb;
	margin: 0;
}
.addFav_modal_body {
	padding: 12px;
	line-height: 1.6;
	text-align: left;
}
.js-addFav_select_wrapper label {
	cursor: pointer;
	display: inline-block;
	padding: 0 !important;
}
.js-addFav_select_wrapper label > img:nth-of-type(2) {
	display: none;
}
.js-addFav_select_wrapper input:checked + label > img:nth-of-type(1) {
	display: none;
}
.js-addFav_select_wrapper input:checked + label > img:nth-of-type(2) {
	display: inline;
}
.js-addFav_select_wrapper,
.js-addFav_btn_wrapper {
	display: flex;
	gap: 10px;
	justify-content: space-between;
}
.js-addFav_select_wrapper {
	flex-direction: row;
	flex-wrap: nowrap;
}
.js-addFav_btn_wrapper {
	flex-direction: row;
	flex-wrap: nowrap;
}
.js-addFav_select_wrapper {
	margin: 30px 0 20px;
}
.js-addFav_btn_wrapper {
	margin: 20px 0 10px;
}
.js-addFav_select_wrapper > *,
.js-addFav_select_wrapper > * > label,
.js-addFav_btn_wrapper > * {
	margin: 0 !important;
}
.js-addFav_select_wrapper > * {
	flex: 1 1 80px;
}
.js-addFav_select_wrapper > :last-child {
	flex: 1 1 130px;
}
.js-addFav_btn_wrapper > * {
	flex: 0 0 calc(50% - 6px);
}
.js-addFav_select_wrapper > * > label {
	display: block !important;
	text-align: center;
}
.js-addFav_btn,
.js-addFav_cancel_btn {
	text-align: center;
}
.change_mode_{
	display: none;
}