@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------------*/
/*各ページタイトルなど
/*--------------------------------------------------*/
.pageTitle,
.pageTitleInq {
	font-size: 24px;
	color: #D9333F;
	text-align: center;
	font-weight: normal;
}
.pageTitleInq {
	margin: 0 0 32px 0;
}

/* 特定商取引法に関する表示 */
.lawWrap {
	max-width: 1000px;
    width: 100%;	
	margin: 0 auto;
	padding-bottom:40px;
}

.lawWrap h2{
	font-size:14px;
	font-weight:normal;
	text-align:center;
}

.lawWrap .lawBox{
	width:auto;
	border: 1px solid #CCCCCC;
	border-top: 3px solid #999999;
}

.lawWrap .first{
	margin: 32px 0 0 0;
}

.lawWrap .lawBox dl{
	display: table;
	width:100%;
    margin-bottom: 0;	
}

.lawWrap .lawBox dt{
	display: table-cell;
	width: 20%;
	padding: 16px;
	background: #ECEFF1;
	vertical-align: middle;
	border-top: 1px solid #CCCCCC;
    margin-bottom: 0;	
}

.lawWrap .lawBox dd{
	display: table-cell;
	width: auto;
	padding: 16px;
	vertical-align: middle;
	border-top: 1px solid #CCCCCC;
    margin-bottom: 0;	
}

/* ご利用ガイド */
.guideWrap {
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom:40px;
}

.guideWrap p {
	padding: 0 0 8px;
}

.guideWrap dl dt {
	background-color: #ECEFF1;
	font-size: 20px;
	line-height: 1.6;
	margin: 32px 0;
	padding: 16px 24px;
}

/* FAQ */
.faqWrap {
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom:40px;
}

.faqWrap h2 {
	font-size: 1.2em;
	padding: 8px 0;
	margin: 32px 0 0 0;
}

.faqWrap p {
	padding: 0 0 8px;
}

.faqWrap dl dt {
	background-color: #ECEFF1;
	font-size: 20px;
	line-height: 1.6;
	margin: 32px 0;
	padding: 16px 24px;
}


@media screen and (max-width:768px){
.guideWrap dl dt {
  padding: 10px;
margin: 20px 0;	
}
.faqWrap dl dt {
  margin: 20px 0;
  padding: 10px;
}	
.lawWrap .lawBox dl {
  display: block;
  width: 100%;
}
.lawWrap .lawBox dt {
  width: 100%;
  display: block;
	}
.lawWrap .lawBox dd {
  width: 100%;
  display: block;
  font-size: 15px;	
	}
}
/*--------------------------------------------------*/
/*メイン画像部分（カスタマイズ可能）
/*--------------------------------------------------*/

#mainWrap {
	width: 100%;
	padding: 0;
}

#mainWrap .mainImg img {
	display: none;
}
/* --------------------------------------------------------------------
	商品一覧
-------------------------------------------------------------------- */
/*--右下固定アイコン--*/
.goLike a{
	width: 210px;
	position: fixed;
	bottom: 10px;
	right: -170px;
	display: block;
	background: #fff;
	color: #D90000;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	line-height: 1.4;
	border-radius: 5px 0 0 5px;
	border: 1px solid #D90000;
}
.goLike a:hover {
	text-decoration: none;
}
.count:before{
	font-family: 'FontAwesome';
	content: '\f004';
	display: block;
	font-size: 22px;
}
.goCart a {
	width: 210px;
	position: fixed;
	bottom: 60px;
	right: -170px;
	display: block;
	background: #D90000;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	line-height: 1.4;
	border-radius: 5px 0 0 5px;
}

/*--ページネーション--*/
.pagerWrap li.now{
	background: #000;
	color: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #000;
}
.pagerWrap li {
	font-size: 14px;
	min-width: 40px;
	height: 40px;
	margin: 0 6px;
}
.pagerWrap li a {
	display: inline-table;
	min-width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	padding: 0 6px;
	border: 1px solid #ccc;
	border-radius: 40px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/*--パンくず矢印--*/
p.breadcrumbs a::after{
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-bottom: 2px solid #D9333F;
	border-left: 2px solid #D9333F;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

#cateList dt {
	box-sizing: border-box;
	display: table-cell;
	border: none;
	vertical-align: middle;
}

#cateList dd::after{
	position: absolute;
	top: 0;
	left: 3px;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	margin-top: 7px;
	border-top: 2px solid #D90000;
	border-right: 2px solid #D90000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
p.catePrev a::after{
	position: absolute;
	top: 50%;
	left: 2px;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -3px;
	border-bottom: 2px solid #D90000;
	border-left: 2px solid #D90000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*--商品リスト--*/
.itemList_T{
	width:1024px;
	overflow: hidden;
	margin-top: 30px;
}
.itemList_T li{
	float:left;
	width:232px;
	text-align: left;
	margin: 0 20px 30px 2px;

}
.itemList_T .itemPic{
	width: 232px;
	margin-bottom:10px;
}
.itemList_T .itemPic img{
	width:100%;
}
.txtBox{
	position: relative;
}
.itemList_T .brandName{
	font-size: 14px;
	color: #666666;
	padding: 0 30px 0 0;
}

.itemList_T .brandName:before {
	content: "[ ";
}
.itemList_T .brandName:after {
	content: " ]";
}
.itemList_T .itemName{
	font-size:14px;
	font-weight: bold;
	margin:10px 38px 10px 0;
}
.itemList_T .price{
	font-size:16px;
	font-weight: bold;
}
.itemList_T .price .yen{
	font-size:12px;
	font-weight: normal;
}
.itemList_T .bookmark {
	width: 20px;
	text-align: center;
	position: absolute;
	top: -16px;
	right: 20px;
}
.itemList_T .bookmark img{
	width: 20px;
}
.fav_icon:before{
	content: url(/receive/tmp_set/gc_dcard2024-0/bookmark.png);
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.3);
}

.fav_on:before{
	content: url(/receive/tmp_set/gc_dcard2024-0/bookmark_active.png);
}

/* --------------------------------------------------------------------
	商品詳細
-------------------------------------------------------------------- */

.itemDetail .itemName h1{
	font-size:24px;
}

.itemDetail h2{
	font-size:16px;
}

/*価格*/

.itemDetail .itemPrice{
	font-size: 20px;
	font-weight: bold;
	padding: 20px 0;
}

.itemDetail .itemPrice .yen{
	font-size: 14px;
}

.itemTx p{
	padding:16px 0;
}

/*内容*/
.itemContents{
	display: table;
	border-bottom: 1px dotted #CCCCCC;
	padding: 16px 0;
}
.itemContents .contentsTtl{
	margin-top: 10px;
	border: none;
	display: table-cell;
	width: 110px;
	font-weight: bold;
}
.itemContents .itemTx{
	display: table-cell;
	width: 340px;
	border: none;
}
.itemContents .itemTx p{
	padding:0;
}

/*アレルギー*/
.detailTx dl{
	padding:16px 0;
	border-bottom:1px dotted #CCCCCC;
}
.detailTx dl dt{
	border:none;
	font-weight: bold;
}
.detailTx dl dd{
	border:none;
}

.detailTx dl #desired_delivery_date dt{
	font-size: 15px;
}

.detailTx dl #desired_delivery_date dd span.ok{
	font-size: 13px;
	display: inline-block;
	height: 28px;
	padding: 0 10px;
	margin-bottom: 5px;
	color: #0B8A00;
	border-color: #0B8A00;
	border-width: 3px;
	min-width: 56px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	border-radius: 15px;
}
.detailTx dl #desired_delivery_date dd span.na{
	font-size: 13px;
	display: inline-block;
	height: 28px;
	padding: 0 10px;
	margin-bottom: 5px;
	color: #808080;
	border-color: #808080;
	border-width: 3px;
	min-width: 56px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	border-radius: 15px;
}
/*警告*/
#frm_product_detail h5{
	border: 2px solid gray;
	margin-top: 10px;
	padding: 10px;
	border-radius: 10px;
	color:gray;
}

/*  ボタン  */
.btnBox {
	padding: 40px 0 0 0;
}

.cartBtn{
	width:246px;
}

.cartBtn a{
	display: block;
	width: auto;
	height: auto;
	position: relative;
	border-radius: 50px;
	padding: 20px 0 20px 24px;
	background: #D90000;
	font-size: 16px;
	line-height: 1.0;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #D90000;
}

.cartBtn a::before{
	content: url(/receive/tmp_set/gc_dcard2024-0/nav_icon_cart_w.png);
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.4);
	top: -2px;
	left: 10px;
}
.cartBtn{
	width:246px;
}
.cartBtn a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.cartBtnDisable a {
	border: 1px solid #CCCCCC;
	background: #cccccc;
	pointer-events: none;
}

.likeBtn {
	width: 180px;
}
.likeBtn a {
	display: block;
	width: auto;
	height: auto;
	position: relative;
	border-radius: 4px;
	border: 1px solid #D90000;
	padding: 14px 0 14px 24px;
	font-size: 14px;
	line-height: 1.0;
	color: #D90000;
	text-align: center;
	margin-top: 6px;
}
.likeBtn a::before{
	content: url(/receive/tmp_set/gc_dcard2024-0/bookmark_active.png);
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.4);
	top: -5px;
	left: 0;
}
.likeBtn a:link {
	color: #D90000;
	text-decoration: none;
}

.likeBtn.likeBtnDisable a {
	border: 1px solid #CCCCCC;
	background: #cccccc;
	color: #FFFFFF;
	pointer-events: none;
}
.likeBtn.likeBtnDisable a::before{
	content: url(/receive/tmp_set/gc_dcard2024-0/bookmark_disable.png);
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.4);
	top: -5px;
	left: 0;
}

/* カートに入っている商品の「お届け日指定可・否」表示 */
.cart_desired_delivery_date_OK,
.cart_desired_delivery_date_NA {
	display: inline-block;
	margin-top: 4px;
	padding: 4px;
	background: #eee;
	font-size: medium;
}
.cart_desired_delivery_date_OK {
	color: #188914;
}
.cart_desired_delivery_date_NA {
	color: #F00;
}
.sp_only {
	display: none;
}

/* --------------------------------------------------------------------
	お客様情報入力
-------------------------------------------------------------------- */
.likeWrap h1 {
	font-size: 24px;
	text-align: left;
	color: #D9333F;
}
.formWrap .pageTitle {
	font-size: 24px;
	color: #000;
	text-align: left;
	font-weight: bold;
	width: 1000px;
	margin: 16px auto;
}

.formWrap h2 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
.formWrap .formBox {
	width: auto;
	border: 1px solid #CCCCCC;
	border-top: 3px solid #ccc;
}
.formWrap .formBox dt{
	background: #EFE6E2;
}
/* 問い合わせ入力説明 */
.formWrap .pageDescriptionInq {
	margin: 0 0 32px;
}
.formWrap .pageDescriptionInq ul {
	list-style-type: disc;
	padding: 0 0 0 16px;
}
.mail_attention{
	border: solid 3px #EFE6E2;
}

.formBtnBox li.nextBtn, .formBtnBox li.sendBtn{
	float:none;
}
.formBtnBox li.giftBtn{
	float:none;
}

.formBtnBox li{
	margin:30px auto;
}
.giftBtn a{
	display: block;
	padding: 10px 0 10px;
	position: relative;
	border: 1px solid #D90000;
	border-radius: 50px;
	background: #fff;
	color: #D90000;
	text-align: center;
	font-size: 16px;
}
.giftBtn a::after{
	position: absolute;
	top: 50%;
	left: 20px;
	display: inline-block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-bottom: 2px solid #D90000;
	border-left: 2px solid #D90000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.giftBtn{
	width:224px;
}

.nextBtn input {
	display: block;
	width: 100%;
	padding: 10px 0 10px;
	font-size: 16px;
	position: relative;
	background: #ccc;
	border: 1px solid #ccc;
	color: #fff;
	border-radius: 50px;
	text-align: center;
}

.nextBtn input.checkOk{
	background: #D90000;
	border: 1px solid #D90000;
	color: #fff;
}

.favoriteBtn a {
	display: block;
	padding: 10px 0 10px 20px;
	position: relative;
	border-radius: 50px;
	background-color: #D90000;
	color: #FFF;
	text-align: center;
	font-size: 16px;
}
.favoriteBtn a::before {
	font-family: 'FontAwesome';
	content: '\f004';
	position: absolute;
	top: 9px;
	left: 28px;
	font-size: 20px;
	line-height: 1.3;
	color: #FFF;
}

.giftNone{
	padding:0 20px;
}
.giftNone a{
	position: relative;
	display: inline-block;
	width: 95%;
	height: 48px !important;
	background: #fff;
	border-radius: 50px;
	font-size: 16px;
	line-height: 1.0;
	vertical-align: middle;
	color: #D90000;
	padding: 17px 0 3px 5%;
	border: 1px solid #D90000;
}
.giftNone a::before {
	font-family: 'FontAwesome';
	content: '\f06b';
	position: absolute;
	top: 10px;
	right: 50%;
	padding-right: 96px;
	font-size: 30px;
	line-height: 1.0;
	color: #D90000;
}

/*--商品情報まわり--*/
.selectItem_wrapper{
	background: #F0E7E3;
	padding: 20px;
}

.selectItem_info dl dt {
	width:80% !important;
	text-align:right;
}

.selectItemBox{
	background: #fff;
}


.selectItemBox dl{
	display: table;
	margin: 0;
	width: 100%;
}

.likeWrap .likeBox dt{
	display: table-cell;
	padding: 16px 0 16px 16px;
}

.likeWrap .likeBox,
.likeWrap .likeBox dt,
.likeWrap .likeBox dd,
.likeWrap .likeBox dd.dlBtn{
	border:none;
}

.likeWrap .likeBox dl{
	border: 1px solid #F0E7E3;
}

.likeWrap .likeBox dl img{
	width: 110px;
}

.likeWrap .likeBox .selectItem_info dl dt{
	width:80%;
	text-align:right;
}

.selectItemBox .itemName{
	text-align: left;
	font-size: 14px;
}

/*  カウンター   */
.counterGroup{
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: table;
}
.counterGroupBtn{
	outline: 0;
	padding:8px 10px;
	width: 25px;
	background: #f5f5f5;
	color: #707070;
	font-size: 16px;

	text-decoration: none;
	cursor: pointer;
	display: table-cell;
}
.counterGroupIndicator{
	display: table-cell;
	font-size: 14px;
	padding: 0 14px;

}

.selectItemBox .dlBtn{
	font-size: 12px;
}

.likeWrap .likeBox dd.dlBtn a{
	color: #fff;
	background: #D8534E;
	padding: 10px 10px 10px 25px;
	border-radius: 5px;
	text-decoration: none;
	font-size:14px;
}
.likeWrap .likeBox dd.dlBtn a::before {
	font-family: 'FontAwesome';
	content: '\f00d';
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 9px;
	color: #FFFFFF;
}
/* ギフトを受け取るボタン */
.likeWrap .likeBox dd.dlRecBtn{
	width:200px;
	text-align:center;
	border-left:1px dotted #CCCCCC;
}
.likeWrap .likeBox dd.dlRecBtn a {
	display: inline-block;
	margin: 4px 0;
	position: relative;
	padding:4px 8px 4px 28px;
	border-radius:5px;
	background:#FABF13;
	color:#222222;
}
.likeWrap .likeBox dd.dlRecBtn a::before {
	font-family: 'FontAwesome';
	content: '\f00c';
	display: inline-block;
	position: absolute;
	top:8px;
	left:6px;
	color:#FFFFFF;
}

.likeWrap .likeBox dd{
	padding:10px 20px;
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #F0E7E3;
	text-align: center;

}
.likeWrap .likeBox dd.num{
	width:auto;
}

.nextBtn a, .sendBtn a, .questionsBtn a{
	display: block;
	padding: 10px 0;
	font-size: 16px;
	position: relative;
	background: #D90000;
	border: 1px solid #D90000;
	color: #fff !important;
	border-radius: 50px;
	text-align: center;
}
/* --------------------------------------------------------------------
	お支払い方法選択画面
-------------------------------------------------------------------- */
.paymentMethod{
	height: 30px;
}
.paymentImage{
	height: auto;
}
.creditWidth{
	width: 50% !important;
}
.dcard{
	width: 22%;
}
.amex{
	width: 7%;
}
.diners{
	width: 8%;
}

/* --------------------------------------------------------------------
	確認画面
-------------------------------------------------------------------- */

.noticeWrap .noticeBox{
	padding: 10px;
	height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
}

/* --------------------------------------------------------------------
	完了画面
-------------------------------------------------------------------- */
.finishBox h1 {
	font-weight: bold;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Forms追加分 */
/* ============================================ */

button,
input,
optgroup,
select,
textarea {
	padding: 8px;
}
.formWrap .formBox .address table td input {
	width: 100%;
}
.formWrap .formBox input[type="email"] {
	width: 100%;
}
::placeholder {
	color: silver;
}
#header_search .header_inner #searchbox .searchbox_container button,
#header_search .header_inner #searchbox .searchbox_container input {
	padding: 0;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-color: inherit; /* 1 */
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/* --------------------------------------------------------------------
	common　共通エレメント
-------------------------------------------------------------------- */
body {
	margin: 0;
	color:#1a1a1a;
	text-align:left;
	font-family: "Josefin Sans", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif !important;
	font-size:17px;
	line-height: 1.4;
	background: #FFF;
/*	padding-top: 150px;
*/}
img {
	max-width: 100%;
	border: none;
	vertical-align: middle;
}
a {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #d9333f;
	text-decoration: underline;
}
a img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a:hover img {
	opacity: .5;
}


/* --------------------------------------------------------------------
	header
-------------------------------------------------------------------- */

#header {
}
#header_nav {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	background-color:#FFF;
	z-index:999;
	border-bottom: #F1E8E4 4px solid;
	padding: 0 20px;
}
#header_nav .header_inner{
	position:relative;
/*	max-width:1200px;*/
    width: 100%;	
	height:150px;
	margin:auto;
	display: flex;
	/*align-items: flex-end;*/
	justify-content: space-between;
	align-items:flex-end;
	flex-wrap: wrap;
}
/*#header_nav .header_inner h1{
	position: absolute;
	top: 50%;
	left: 0;
	width: 840px;
	transform: translateY(-50%);
}*/
#header_nav .header_inner h1{
margin-bottom: 0;
}

#header_nav .header_inner .point {
	position: absolute;
	top: 30px;
	right: 20px;
	font-size: 14px;
}
#header_nav .header_inner .price {
	display: inline-block;
	padding-right: 3px;
	color: #D9333F;
	font-size: 20px;
	font-weight: bold;
}
#header_nav .header_inner .kigen {
	padding-left: 20px;
	color: #808080;
}
#header_nav .header_inner h1 img{
	width:358px;
}
#header_nav .header_inner h1 .sitecatch{
	font-size:1em;
}
#header_nav .header_inner .nav1{
/*	width: 500px;*/
	padding-bottom: 25px;
	padding-bottom: 0;
    margin-bottom: 0;	
	line-height:1;
	display: flex;
	justify-content: flex-end;
}
#header_nav .header_inner .nav1 li {
	position: relative;
	width: 105px;
	text-align: center;
}
#header_nav .header_inner .nav1 li#menu {
  width: auto;
}
#header_nav .header_inner .nav1 li a {
	display: block;
	padding-top: 30px;
	font-size: 14px;
	background: none;
}
#header_nav .header_inner .nav1 .kensaku span,
#header_nav .header_inner .nav1 .menu button {
	display: block;
	width: 100%;
	padding-top: 30px;
	font-size: 14px;
	cursor: pointer;
}
#header_nav .header_inner .nav1 .kensaku span:hover,
#header_nav .header_inner .nav1 .menu button:hover {
	color: #d9333f;
	transition: 0.5s ease-in-out;
	opacity: 0.7;
}
#header_nav .header_inner .nav1 .kensaku::before,
#header_nav .header_inner .nav1 .okiniiri::before,
#header_nav .header_inner .nav1 .kago::before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
#header_nav .header_inner .nav1 .kensaku::before {
	content: url("/easdocs/gcomfort/img/common/nav_icon_search.png");
}
#header_nav .header_inner .nav1 .okiniiri::before {
	content: url("/receive/tmp_set/gc_dcard2024-0/nav_icon_bookmark.png");
}
#header_nav .header_inner .nav1 .kago::before {
	content: url("/receive/tmp_set/gc_dcard2024-0/nav_icon_cart.png");
}
#header_nav .header_inner .nav1 .coupon::before {
  width: 24px;
  height: 24px;		
  content:"";
  background:url("/easdocs/gcomfort/img/common/icn_howto.png");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;	
  margin: auto;
}
#header_nav .header_inner .nav1 .login::before {
  width: 24px;
  height: 24px;	
  content:"";
  background:url("/easdocs/gcomfort/img/common/icn_login_red.png");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#header_nav .header_inner .nav1 .logout::before {
  width: 24px;
  height: 24px;	
  content:"";
  background:url("/easdocs/gcomfort/img/common/icn_logout_red.png");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;	
  margin: auto;
}
#header_nav .header_inner .nav1 .favorite::before {
  width: 24px;
  height: 24px;	
  content:"";
  background:url("/easdocs/gcomfort/img/common/nav_icon_bookmark.png");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;	
  margin: auto;
}
#header_nav .header_inner .nav1 .cart::before {
  width: 24px;
  height: 24px;	
  content:"";
  background:url("/easdocs/gcomfort/img/common/nav_icon_cart.png");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;	
  margin: auto;
}
#header_nav .header_inner .nav1 .point {
	width:100%;
	margin-top:15px;
}
#header_nav .header_inner .nav1 .point .hoyu .price {
	display:inline-block;
	margin:0 5px;
	font-size:20px;
	font-weight:bold;
	color:#d9333f;
}
#header_nav .header_inner .nav1 .point .kigen {
	margin-top:5px;
	color:#808080;
}

#header_nav .header_inner .nav2{
	position:relative;
	width: 100%;
}
#header_nav .header_inner .nav2 .menu_btn{
	z-index:999;
}
#notLogin.hidden {
  display: none;
}
#inLogin.hidden {
  display: none;
}
#notLogin_h.hidden {
  display: none;
}
#inLogin_h.hidden {
  display: none;
}
#inLogin_cart.hidden {
    display: none;
}
.menu_btn {
	position: relative;
}

.menu_btn span {
	display : block;
	position: absolute;
	width: 20px;
	height: 3px;
	left: 0;
	right: 0;
	margin: auto;
	background : #000;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}
.menu_btn span:nth-child(1) {
	top: 0;
}
.menu_btn span:nth-child(2) {
	top: 7px;
}
.menu_btn span:nth-child(3) {
	top: 14px;
}
.menu_btn {
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.menu_btn img {
	padding-top: 12px;
}

.menu_btn.active span:nth-child(1) {
	top : 7px;
	left: 0;
	right: 0;
	margin: auto;
	background :#000;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
}

.menu_btn.active span:nth-child(2),
.menu_btn.active span:nth-child(3) {
	top: 7px;
	background :#000;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
}


#header_nav .header_inner .nav2 .menu_box{
	z-index:999;
	position:absolute;
	top: 0;
	right: 0;
	padding:20px;
	background-color:#fff;
	border-radius: 8px;
	box-shadow: 0 0 6px 0 rgba(45,45,45,.2);
	opacity: 0;
	visibility: hidden;
	transition: opacity .6s ease, visibility .6s ease;
}
#header_nav .header_inner .nav2 .menu_box .menu_btn_close {
	display: none;
}
#header_nav .header_inner .nav2 .menu_box.active{
	display: block;
	visibility: visible;
	opacity: 1;
}
#header_nav .header_inner .nav2 .menu_box .menu_inner{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#header_nav .header_inner .nav2 .menu_box .menu_inner .column,
#header_nav .header_inner .nav2 .menu_box .menu_inner .menu_footer {
	width:20%;
	box-sizing: border-box;
	min-width: 235px;
	padding: 0 25px;
	border-left: 1px solid rgba(45,45,45,.05);
}
#header_nav .header_inner .nav2 .menu_box .menu_inner .column.column1 {
	display: none;
}
#header_nav .header_inner .nav2 .menu_box .menu_inner .column.column2 {
	width:55%;
	box-sizing: border-box;
	padding: 0 25px;
	border-left: none;
}
#header_nav .header_inner .nav2 .menu_box .menu_inner .column.column3 .subcolumn {
	display: block !important;
}
#header_nav .header_inner .nav2 .menu_box .menu_inner .column.column3 .all-gift {
	margin-top: 16px;
}
#header_nav .header_inner .nav2 .menu_box .menu_inner .column p{
	height:24px;
	font-size:18px;
	font-weight:bold;
}
#header_nav .header_inner .nav2 .menu_box .menu_inner .column a{
	display:block;
	margin-top:0.5em;
}
#header_nav .header_inner .nav2 .menu_box .menu_inner .column .subcolumn {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#header_nav .header_inner .nav2 .menu_box .menu_inner .column .subcolumn_inner{
	width:46%;
	box-sizing: border-box;
	min-width: 235px;
}
#header_nav .header_inner .nav2 .menu_box .menu_inner .menu_footer li:not(:nth-child(7)) {
	display: none;
}
#header_nav .header_inner .nav2 .menu_box .menu_inner .menu_footer li:last-child a {
	display: block;
	padding: 8px 32px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	background: #000;
}
#header_nav .header_inner .nav2 .menu_box .menu_inner .menu_footer li:last-child a:hover {
	text-decoration: none;
}

#header_search {
	position: fixed;
	top: 150px;
	left: 0;
	margin:auto;
	width:100%;
	background-color:#f1e8e4;
	z-index: 998;
	transform: translateY(-100%);
	transition: all .3s linear;
}
#header_search.active {
	transform: translateY(0);
}
#header_search .header_inner{
	max-width:1200px;
    width: 100%;	
	height:60px;
	margin:auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
}
#header_search .header_inner #keyword{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 0;
}
#header_search .header_inner #keyword dt{
	font-weight:bold;
}
#header_search .header_inner #keyword dd a{
	display:block;
	margin-left:15px;
	padding:5px 15px;
	background-color:#FFF;
	border-radius:20px;
}
#header_search .header_inner #keyword dd a:hover{
	text-decoration:none;
}
#header_search .header_inner #searchbox{
}
#header_search .header_inner #searchbox .searchbox_container{
	box-sizing: border-box;
	position: relative;
	border-radius: 3px;
	height: 30px;
	width: 400px;
	overflow: hidden;
	background-color:#FFF;
}
#header_search .header_inner #searchbox .searchbox_container input[type="text"]{
	width: 90%;
	padding: 3px 10px;
	border: none;
	vertical-align: top;
}
#header_search .header_inner #searchbox .searchbox_container input[type="text"]:focus {
	outline: 0;
}
#header_search .header_inner #searchbox .searchbox_container button[type="button"]{
	cursor: pointer;
	border: none;
	background: #000;
	color: #fff;
	position: absolute;
	width: 30px;
	height: 35px;
	right:0;
	top: -3px;
	outline : none;
}
#header_search .header_inner #searchbox .searchbox_container button[type="button"] i{
	margin-left:8px;
}

/*.tooltip{
	position: relative;
	cursor: pointer;
	display: block;
	margin-top: 0.5em;
}
.tooltip a{
	margin:0;
	padding:0;
}
.description {
	z-index:9999;
	position:absolute;
	top:80px;
	right: 0;
	width:60%;
	display:none;
	padding:8px 16px;
	background-color:#fff;
	border-radius: 8px;
	box-shadow: 0 0 6px 0 rgba(45,45,45,.2);
}
.description:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	border: 15px solid transparent;
	margin-left: -15px;
}

.tooltip:hover .description{
	display: inline-block;
	top: 0;
	right: 0;
}*/

/* --------------------------------------------------------------------
	mainvisual
-------------------------------------------------------------------- */
#mainvisual{
	width:1200px;
	margin:30px auto 0;
}
#mainvisual .slider {
	width:100%;
	margin:0 auto;
}
#mainvisual .slider img {
	width:100%;
	height:auto;
}
#mainvisual .slider .slick-slide {
	margin:0;
}
#mainvisual .slick-dots {
	text-align:center;
	margin:20px 0 0 0;
}
#mainvisual .slick-dots li {
	display:inline-block;
	margin:0 5px;
}
#mainvisual .slick-dots button {
	color: transparent;
	outline: none;
	width:8px;/*ドットボタンのサイズ*/
	height:8px;/*ドットボタンのサイズ*/
	display:block;
	border-radius:50%;
	background:#ccc;/*ドットボタンの色*/
}
#mainvisual .slick-dots .slick-active button{
	background:#333;/*ドットボタンの現在地表示の色*/
}


/* --------------------------------------------------------------------
	center_container
-------------------------------------------------------------------- */

#center_container{
	width:1200px;
	margin:50px auto 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction : row-reverse;
}


/* --------------------------------------------------------------------
	mainframe
-------------------------------------------------------------------- */

#center_container #mainframe{
	width:930px;
}
#center_container #mainframe .contents{
	width:100%;
	margin:60px auto 0;
}
#center_container #mainframe .contents:first-child {
	margin:0 auto; /* ランキングを隠している間のみの処置 */
}
#center_container #mainframe .contents h2{
	margin-bottom:10px;
}
#center_container #mainframe .contents h2 span{
	display:block;
	text-align:center;
	font-size:20px;
	line-height:1;
	margin-bottom:10px;
}
#center_container #mainframe .contents h2 p{
	text-align:center;
	font-size:36px;
	line-height:1;
}
#center_container #mainframe .contents h2 p:first-letter{
	color:#d9333f;
}
#center_container #mainframe .contents .itembox{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

#center_container #mainframe #ranking {
	margin-top: 0;
	padding: 30px;
	background: #F1E8E4;
}
#center_container #mainframe #ranking .ranking__area {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-top: 30px;
	padding-bottom: 20px;
	overflow-x: scroll;
}
#center_container #mainframe #ranking .ranking__area::-webkit-scrollbar {
	height: 10px;
}
#center_container #mainframe #ranking .ranking__area::-webkit-scrollbar-thumb {
	background: #BCB4B2; /* ツマミの色 */
	border-radius: 5px; /* ツマミ両端の丸み */
}
#center_container #mainframe #ranking .ranking__area::-webkit-scrollbar-track {
	background: #DBD2CF; /* トラックの色 */
	border-radius: 5px; /* トラック両端の丸み */
}
#center_container #mainframe #ranking .ranking__area .ranking__list {
	min-width: 24%;
	padding-top: 34px;
	font-size: 12px;
}
#center_container #mainframe #ranking .ranking__area .ranking__list a {
	display: block;
	background: none;
}
#center_container #mainframe #ranking .ranking__area .ranking__list:nth-child(1) {
	background: url("/receive/tmp_set/gc_dcard2024-0/ranking_icon1.png") no-repeat center top;
	background-size: auto 28px;
}
#center_container #mainframe #ranking .ranking__area .ranking__list:nth-child(2) {
	background: url("/receive/tmp_set/gc_dcard2024-0/ranking_icon2.png") no-repeat center top;
	background-size: auto 28px;
}
#center_container #mainframe #ranking .ranking__area .ranking__list:nth-child(3) {
	background: url("/receive/tmp_set/gc_dcard2024-0/ranking_icon3.png") no-repeat center top;
	background-size: auto 28px;
}
#center_container #mainframe #ranking .ranking__area .ranking__list:nth-child(4) {
	background: url("/receive/tmp_set/gc_dcard2024-0/ranking_icon4.png") no-repeat center top;
	background-size: auto 28px;
}
#center_container #mainframe #ranking .ranking__area .ranking__list:nth-child(5) {
	background: url("/receive/tmp_set/gc_dcard2024-0/ranking_icon5.png") no-repeat center top;
	background-size: auto 28px;
}
#center_container #mainframe #ranking .ranking__area .ranking__list:nth-child(6) {
	background: url("/receive/tmp_set/gc_dcard2024-0/ranking_icon6.png") no-repeat center top;
	background-size: auto 28px;
}
#center_container #mainframe #ranking .ranking__area .ranking__list:nth-child(7) {
	background: url("/receive/tmp_set/gc_dcard2024-0/ranking_icon7.png") no-repeat center top;
	background-size: auto 28px;
}
#center_container #mainframe #ranking .ranking__area .ranking__list:nth-child(8) {
	background: url("/receive/tmp_set/gc_dcard2024-0/ranking_icon8.png") no-repeat center top;
	background-size: auto 28px;
}
#center_container #mainframe #ranking .ranking__area .ranking__list:nth-child(9) {
	background: url("/receive/tmp_set/gc_dcard2024-0/ranking_icon9.png") no-repeat center top;
	background-size: auto 28px;
}
#center_container #mainframe #ranking .ranking__area .ranking__list:nth-child(10) {
	background: url("/receive/tmp_set/gc_dcard2024-0/ranking_icon10.png") no-repeat center top;
	background-size: auto 28px;
}
#center_container #mainframe #ranking .ranking__area .ranking__list:nth-child(11) {
	background: url("/receive/tmp_set/gc_dcard2024-0/ranking_icon11.png") no-repeat center top;
	background-size: auto 28px;
}
#center_container #mainframe #ranking .ranking__area .ranking__list:nth-child(12) {
	background: url("/receive/tmp_set/gc_dcard2024-0/ranking_icon12.png") no-repeat center top;
	background-size: auto 28px;
}
#center_container #mainframe #ranking .ranking__area .ranking__list:nth-child(13) {
	background: url("/receive/tmp_set/gc_dcard2024-0/ranking_icon13.png") no-repeat center top;
	background-size: auto 28px;
}
#center_container #mainframe #ranking .ranking__area .ranking__list:nth-child(14) {
	background: url("/receive/tmp_set/gc_dcard2024-0/ranking_icon14.png") no-repeat center top;
	background-size: auto 28px;
}
#center_container #mainframe #ranking .ranking__area .ranking__list:nth-child(15) {
	background: url("/receive/tmp_set/gc_dcard2024-0/ranking_icon15.png") no-repeat center top;
	background-size: auto 28px;
}
#center_container #mainframe #ranking .ranking__area .ranking__image {
	width: 100%;
	margin-bottom: 5px;
}
#center_container #mainframe #ranking .ranking__area .ranking__brand {
	font-size: 14px;
}
#center_container #mainframe #ranking .ranking__area .ranking__text {
	font-size: 18px;
}
#center_container #mainframe #ranking .ranking__area .ranking__price {
	color: #F00;
	font-size: 14px;
}
#center_container #mainframe #ranking .ranking__area .ranking__price span {
	font-size: 18px;
}

#center_container #mainframe #collection h2 {
	margin-bottom: 5px;
}

#center_container #mainframe #collection .itembox::after {
	display: block;
	content:"";
	width: 450px;
}
#center_container #mainframe #collection .itembox dl{
	width:450px;
	margin-top:25px;
}
#center_container #mainframe #collection .itembox dt{
	text-align:center;
}
#center_container #mainframe #collection .itembox dd{
	margin-top:10px;
}
#center_container #mainframe #collection .collection_button{
	margin: 40px auto 0;
}
#center_container #mainframe #collection .collection_button a {
	display: block;
	padding: 15px 0;
	border-radius: 26px;
	text-align: center;
	text-decoration: none;
	background: #ede7d9;
	font-size: 16px;
}
#center_container #mainframe #collection .collection_button a:visited {
	color: #000000;
}
#center_container #mainframe #collection .collection_button div span {
	padding-right: 30px;
	background:url("/receive/tmp_set/gc_dcard2024-0/arrow_next.png") right center no-repeat;
}
/*#center_container #mainframe #ranking .itembox dl {
	margin-top:20px;
}
#center_container #mainframe #ranking .itembox dl:nth-child(-n+2) {
	width:450px;
}
#center_container #mainframe #ranking .itembox dl:nth-child(n+3) {
	width:300px;
}

#center_container #mainframe #ranking .itembox dl dt .label {
	display: inline-block;
	height: 28px;
	padding: 0 10px;
	margin-bottom:5px;
	color: #fff;
	background-color: #0B8A00;
	min-width: 56px;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}

#center_container #mainframe #ranking .itembox dd{
	margin-top:5px;
}
#center_container #mainframe #ranking .itembox dd.name{
	margin-top:10px;
	font-size:20px;
}
#center_container #mainframe #ranking .itembox dd.name .brand{
	display:block;
	font-size:16px;
}
#center_container #mainframe #ranking .itembox dd.point{
	font-size:24px;
	color:#d9333f;
}
#center_container #mainframe #ranking .itembox dd.point span{
	font-size:16px;
}*/
#center_container #mainframe #brand .itembox::after {
	display: block;
	content:"";
	width: 300px;
}
#center_container #mainframe #brand .itembox li{
	width:300px;
	margin-top:20px;
}


/* --------------------------------------------------------------------
	sideframe
-------------------------------------------------------------------- */
#sideframe{
	font-size: 14px;
}
#center_container #sideframe{
	width:224px;
}
#center_container #sideframe #side_search{
}
#center_container #sideframe #side_search dl{
	margin-bottom:20px;
}
#center_container #sideframe #side_search dl dt{
	border-top: #cac5b9 1px solid;
	border-bottom: #ede7d9 1px solid;
	padding:15px 0;
}
#center_container #sideframe #side_search dl dt p{
	text-align:center;
	font-size:22px;
	line-height:1;
	font-weight:normal;
}
#center_container #sideframe #side_search dl dt p:first-letter{
	color:#d9333f;
}
#center_container #sideframe #side_search dl dt p span{
	font-size:16px;
}
#center_container #sideframe #side_search dl dd{
	border-bottom: #ede7d9 1px solid;
}
#center_container #sideframe #side_search ul li{
	border-bottom: #ede7d9 1px solid;
}
#center_container #sideframe #side_search dl dd a{
	position:relative;
	display:block;
	padding:15px 25px 15px 7px;
}
#center_container #sideframe #side_search ul li a{
	position:relative;
	display:block;
	padding:15px 25px 15px 7px;
}
.side_menu {
	position: relative;
	width: 100%;
}
.side_menu a::before {
	content: url("/receive/tmp_set/gc_dcard2024-0/arrow_side_search.png");
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
}
.side_menu:hover > .side_menu_list {
	display: block;
}
.side_menu_list {
	display: none;
	position: absolute;
	left: 224px;
	padding-left: 0;
	width: 224px;
	top: -1px;
}
.side_menu_item{
	border-right: #ede7d9 1px solid;
}
.side_menu_item:first-child{
	border-top: #ede7d9 1px solid;
}
.side_menu_item:not(:first-child){
	border-left: #ede7d9 1px solid;
}
#center_container #sideframe #side_guide{
}
#center_container #sideframe #side_guide ul{
	margin-bottom:20px;
}
#center_container #sideframe #side_guide ul li{
}
#center_container #sideframe #side_guide ul li a{
	position:relative;
	display:block;
	padding:12px 25px 12px 7px;
}
#center_container #sideframe #side_guide ul li a::before {
	content: url("/receive/tmp_set/gc_dcard2024-0/arrow_side_guide.png");
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
}

/* --------------------------------------------------------------------
	recent
-------------------------------------------------------------------- */
#recent {
	width:1200px;
	margin:80px auto 0;
}
#recent h3 {
	margin-bottom:30px;
	text-align:center;
	font-size:26px;
	line-height:1;
}
#recent ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#recent ul li {
	width:130px;
}

/* --------------------------------------------------------------------
	footer
-------------------------------------------------------------------- */
#footer {
	margin:100px 0 20px;
	background: #f1e8e4;
}
#footer .footer_inner {
	max-width:1200px;
    width: 100%;	
	margin:0 auto;
	padding: 40px 20px 20px 20px;
}
#footer .footer_inner .footer_nav{
	max-width: 1030px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 auto 48px auto;
}
#footer .footer_inner .footer_nav li{
  width: calc((100% - 30px)/4);
  margin-right: 10px;
  margin-bottom: 10px;	
}
#footer .footer_inner .footer_nav li:nth-child(4n) {
  margin-right: 0;
}
#footer .footer_inner .footer_nav li:last-child{
	margin-right: 0;
}
#footer .footer_inner .footer_copyright .logo {
	width:145px;
	margin: 0 auto;
}
#footer .footer_inner .footer_copyright .copyright_gc {
text-align: center;
  font-size: 13px;
  margin-bottom: 20px;	
}

@media screen and (max-width:768px){
#footer .footer_inner .footer_nav li {
  width: calc((100% - 10px)/2);
  margin-right: 10px;	
}
#footer .footer_inner .footer_nav li:nth-child(4n) {
  margin-right: 10px;
}	
#footer .footer_inner .footer_nav li:nth-child(2n) {
  margin-right: 0;
}
#footer .footer_inner .footer_nav {
  max-width: 510px;
	}
}
@media screen and (max-width:540px){
#footer .footer_inner .footer_nav li {
  width: calc((100% - 10px)/2);
}
}




/* --------------------------------------------------------------------
	popup
-------------------------------------------------------------------- */
#js-popup.hidden {
  display: none;
}
.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
}
.popup.is-show {
	opacity: 1;
	visibility: visible;
}
.popup-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 600px;
	padding: 50px;
	background-color: #fff;
	z-index: 2;
}
.popup-inner img {
	width: 100%;
}
.popup-inner dl {
	margin:0;
}
.popup-inner dl dt {
	margin:0 0 1.5em;
}
.popup-inner dl dt img {
	width: 100%;
}
.popup-inner dl dd {
	margin:0.8em 0 0;
	font-size:1.1em;
	text-align:center;
}
.popup-inner dl dd span {
	font-size:1.4em;
	font-weight:bold;
	margin:0 0.3em;
}
.close-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.close-btn i {
	font-size: 20px;
	color: #333;
}
.black-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 1;
	cursor: pointer;
}

/*商品残が0*/
ul.itemList_T li .soldoutFrame {
	position: relative;
}
ul.itemList_T li img.soldoutOpacity {
	opacity: 0.5;
	width: 100%;
}
ul.itemList_T li p.soldoutMessage {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 100%;
	margin: 0;
	padding: 15px 0;
	background-color: #FFFFFFAA;
	color:#FF6666;
	font-weight:bold;
	text-align: center;
	font-size: 16px;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
/* --------------------------------------------------------------------
	追加分
-------------------------------------------------------------------- */

.pad--t150{
	padding-top: 150px;
}
.how-to-use{
	display: flex;
	align-items: center;
	margin:  48px 0;
}
.how-to-use__desc{
	flex-basis: 50%;
	padding: 40px;

}

.how-to-use__img {
	flex-basis: 50%;
}

.longurl {
	word-break: break-all;
}

#privacy_include {
	height: auto;
	width: 968px;
	overflow: initial;
}

/* --------------------------------------------------------------------
	ヘッダー非固定用
-------------------------------------------------------------------- */
.body_header_non-fixed {
	padding-top: 0;
}

#header_non-fixed {
	box-sizing: border-box;
	width:100%;
	background-color:#FFF;
}
#header_non-fixed .header_inner{
	width:1200px;
	height:150px;
	margin:auto;
	position: relative;
}
#header_non-fixed .header_inner h1{
	width:840px;
}
#header_non-fixed .header_inner h1 img{
	width:358px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/* --------------------------------------------------------------------
	トップお知らせ追加
-------------------------------------------------------------------- */
#topinfo {
	border: red 2px solid;
	padding: 8px;
	font-size: 14px;
}
#topinfo .topinfo_title {
	display: inline-block;
	background: red;
	color: #fff;
	padding: 4px 8px;
	margin-bottom: 8px;
}

/* --------------------------------------------------------------------
	プラチナ会員
-------------------------------------------------------------------- */
.top .col04_li {
  display: flex;
  gap: 30px;	
}
.top .col04_li li {
  width: calc(100% /4);	
  display: flex;
  flex-wrap: wrap;
}
.top .col04_li li a {
  order: 1;
width: 100%;
  height: 200px;	
}
.top .col04_li li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top .col04_li li p {
  order: 2;
  font-size: 18px;
  line-height: 1.6;	
}
.top .platinum_member_area.col04 {
  padding: 30px;
  background: #f6f6f6;
  margin: 0 auto 60px auto;
}
.top .platinum_member_area.col04 h2::before {
  content: "Platinum会員様限定　";
}
.top .platinum_member_area.col04 .itemTitle_h3 {
  position: relative;
  padding-top: 50px;
}
.top .platinum_member_area.col04 .itemTitle_h3 {
  font-size: 26px;
}
.top .platinum_member_area.col04 h2::before {
  content: "Platinum会員様限定　";
  font-size: 36px;	
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}



/*--------------------------------------------------*/
/*アンケートページ
/*--------------------------------------------------*/
.suWrap h1 {
	margin: -100px 0 0;
}
.suWrap h1 i{
	font-size: 42px;
	color: #D90000;
	vertical-align: middle;
}
.suWrap dl dt{
	background-color: #EFE6E2;
	border: 1px solid #CCCCCC;
}
.numList{
	background: #D90000;
}
.suBtn a {
	background: #D90000;
	color: #fff !important;
}


/* --------------------------------------------------------------------
	アコーディオン設定
-------------------------------------------------------------------- */

.accordion-body {
	display: none;
}

.accordion-inner-head {
	position: relative;
	cursor: pointer;
	display: block;
	margin-top: 0.5em;
}
.accordion-inner-head a{
	margin:0;
	padding:0;
}
.accordion-inner-body {
	display:none;
	position:absolute;
	top:80px;
	right: 0;
	width:60%;
	padding: 0 16px 8px;
	background-color:#fff;
	border-radius: 8px;
	box-shadow: 0 0 6px 0 rgba(45,45,45,.2);
	z-index:9999;
}
.accordion-inner-body:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	border: 15px solid transparent;
	margin-left: -15px;
}

.accordion-inner-head:hover .accordion-inner-body {
	display: inline-block;
	top: 0;
	right: 0;
}

/* --------------------------------------------------------------------
	ソート設定
-------------------------------------------------------------------- */

.sort-area {
	position: relative;
	width: 280px;
	margin: 16px auto 24px;
}

.sort-area::after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border-left: 6.5px solid transparent;
	border-right: 6.5px solid transparent;
	border-top: 11px solid black;
}

.sort-area select {
	width: 100%;
	padding: 7px 12px;
	font-size: 14px;
	line-height: 1;
	border-radius: 5px;
}

.detailBox.detailBoxBottom {
	border-top:2px solid #bbb;
	margin-top: 48px
}
.detailBox.detailBoxBottom .innerTextBox {
	padding: 12px;
	margin: 48px 24px 0;
	background-color:#ddd;
}
.detailBox.detailBoxBottom .innerTextBox p {
	margin-bottom: 12px;
}
