@charset "UTF-8";
/* CSS Document */

.pcOnly {
}

.spOnly {
	display:none;
}

.spOnly-min {
	display:none;
}

@media (max-width: 768px) {
.pcOnly {
 display:none;
}
 .spOnly {
 display:block;
}

}

@media (max-width: 560px) {
.spOnly-min {
	display:block;
}
}


a:hover {
	color:#999;
	text-decoration:none;
}

/**/
.fs-12 {
	font-size:12px;
}


/**/
.tx-l {
	text-align:left !important;
}

.tx-bold {
	font-weight:bold !important;
}

.tx-red {
	/*color:#FF0000;*/
	color:#BC5561;
}

/**/
.page-wrapper .m-l1 {
	margin-left:1em;
}


/*mb*/

.page-wrapper .mb0 {
	margin-bottom:0 !important;
}

.page-wrapper .mb24 {
	margin-bottom:24px !important;
}

.res-mb16 {
	margin-bottom:16px;
}

.res-mb24 {
	margin-bottom:24px;
}

.res-mb46 {
	margin-bottom:46px;
}


@media (max-width: 560px) {
.res-mb16 {
	margin-bottom:1em !important;
}

.res-mb24 {
	margin-bottom:16px !important;
}

.res-mb46 {
	margin-bottom:36px !important;
}

}

/*mt*/

.page-wrapper .mt0 {
	margin-top:0 !important;
}

.page-wrapper .mt1 {
	margin-top:1em !important;
}

.page-wrapper .mt08 {
	margin-top:8px !important;
}

.res-mt10 {
	margin-top:10px;
}

.res-mt14 {
	margin-top:14px;
}

.res-mt16 {
	margin-top:16px;
}

.res-mt20 {
	margin-top:20px
}

/**/
.kome-txt {
	text-indent:-1em;
	padding-left:1em;
}

.kome-txt-s {
	display:inline-block;
	text-indent:-1em;
	padding-left:1em;
}

.fw-no {
	font-weight:normal;
}

.fw-b {
	font-weight:bold;
}

.txt-en {
	word-wrap: break-word;
}

/* =========================================================
■color
========================================================= */
/* Black */
.fc-black {
	color: #2C2C2C !important;
}

/* Gray */
.fc-gray {
	color: #595959 !important;
}

/* link_color */
.fc-link {
	color: #24AABB !important;
}


/* red */
.fc-red {
	color:#F00 !important;
}

/* =========================================================
■main
========================================================= */
.page-wrapper.w-base {
	background:#fff;
}

.main-content {
	margin:40px auto 60px;
	max-width:1080px;
}

.page-wrapper.w-base .main-content {
	margin:40px auto 60px;
	max-width:inherit;
}

@media (max-width: 768px) {
.main-content {
	margin:24px 24px 30px;
}
.page-wrapper.w-base .main-content {
	margin:24px 0 30px;
	max-width:inherit;
}

.w-base-in-wrap {
	margin:0 24px;
}

}


/*見出しh2*/
.page-cate-heading2 {
	/*font-family: YuGothic;
	font-style: normal;*/
	height:40px;
	font-weight: bold;
	font-size: 24px;
	line-height: 137%;
	/* identical to box height, or 33px */
	/* Black */
	color: #2C2C2C;
	text-align:center;
}

.page-cate-heading2.terms {
	/*height:auto;*/

}

/*会員登録・ログインについて*/
.page-cate-heading2.member span {
	padding:10px 0;
	padding-left:70px;
	display:inline-block;
	background:url(../images/top/icon_login.svg) no-repeat left center;
	background-size:contain;
}

/*お買い物について*/
.page-cate-heading2.order span {
	padding:10px 0;
	padding-left:70px;
	display:inline-block;
	background:url(../images/top/icon_cart.svg) no-repeat left center;
	background-size:contain;
}

/*お支払いについて*/
.page-cate-heading2.payment span {
	padding:10px 0;
	padding-left:70px;
	display:inline-block;
	background:url(../images/top/icon_pay.svg) no-repeat left center;
	background-size:contain;
}

/*ご注文内容の確認・キャンセルについて*/
.page-cate-heading2.orderconfirm span {
	padding:10px 0;
	padding-left:70px;
	display:inline-block;
	background:url(../images/top/icon_check.svg) no-repeat left center;
	background-size:contain;
}

/*お届けについて*/
.page-cate-heading2.delivery span {
	padding:10px 0;
	padding-left:70px;
	display:inline-block;
	background:url(../images/top/icon_deliv.svg) no-repeat left center;
	background-size:contain;
}

/*サービスについて*/
.page-cate-heading2.service span {
	padding:10px 0;
	padding-left:70px;
	display:inline-block;
	background:url(../images/top/icon_service.svg) no-repeat left center;
	background-size:contain;
}

/*マイページについて*/
.page-cate-heading2.mypage span {
	padding:10px 0;
	padding-left:70px;
	display:inline-block;
	background:url(../images/top/icon_mypage.svg) no-repeat left center;
	background-size:contain;
}

/*商品の返品・交換について*/
.page-cate-heading2.return_exchange span {
	padding:10px 0;
	padding-left:70px;
	display:inline-block;
	background:url(../images/return_exchange/icon_item.png) no-repeat left center;
	background-size:contain;
}
@media (max-width: 600px) {
.page-cate-heading2 {
	font-size: 16px;
	line-height: 156.5%;
	height:auto;
	/* identical to box height, or 25px */
}

/*会員登録・ログインについて*/
.page-cate-heading2.member span {
	padding:5px 0;
	padding-left:40px;
	background-size:contain;
}

/*お買い物について*/
.page-cate-heading2.order span {
	padding:5px 0;
	padding-left:40px;
	background-size:contain;
}

/*お支払いについて*/
.page-cate-heading2.payment span {
	padding:5px 0;
	padding-left:43px;
	background-size:contain;
}

/*ご注文内容の確認・キャンセルについて*/
.page-cate-heading2.orderconfirm span {
	padding:5px 0;
	padding-left:42px;
	background-size:32px;
}


/*お届けについて*/
.page-cate-heading2.delivery span {
	padding:5px 0;
	padding-left:45px;
	background-size:contain;
}

/*サービスについて*/
.page-cate-heading2.service span {
	padding:5px 0;
	padding-left:45px;
	background-size:contain;
}

/*マイページについて*/
.page-cate-heading2.mypage span {
	padding:5px 0;
	padding-left:40px;
	background-size:contain;
}


.page-cate-heading2.terms {
	height:auto;
}
	
}

/*見出しh3*/
.page-cate-heading3 {
	/*font-family: YuGothic;
	font-style: normal;*/
	font-weight: bold;
	font-size: 18px;
	line-height: 156.5%;
	/* or 28px */
	text-align: center;
	
	/* Black */
	color: #2C2C2C;
}

@media (max-width: 768px) {
.page-cate-heading3 {
	font-size: 14px;
	line-height: 140%;
	/* identical to box height, or 25px */
}
	
}

/*見出しh4*/
.page-cate-heading4 {
	/*font-family: YuGothic;
	font-style: normal;*/
	font-weight: bold;
	font-size: 16px;
	line-height: 156.5%;
	/* or 28px */
	text-align: center;
	
	/* Black */
	color: #2C2C2C;
}

@media (max-width: 768px) {
.page-cate-heading4 {
	font-size: 14px;
	line-height: 140%;
}
	
}

/*見出しh6*/
.page-cate-heading6 {
	margin:32px auto;
	/*font-family: YuGothic;
	font-style: normal;*/
	font-weight: bold;
	font-size: 14px;
	line-height: 140%;
	/* identical to box height, or 20px */
	
	/* Gray */
	color: #595959;
	text-align:center;
}

@media (max-width: 768px) {
.page-cate-heading6 {
	margin:16px auto 24px;
}	
}

/* =========================================================
■ご利用ガイド（カテゴリボタン）
========================================================= */
.top-cate-list {
	margin:0 auto 56px;
	width:1080px;
	overflow:hidden;
}

.top-cate-list.col4 {/*4列*/
	margin:48px auto 56px;
	width:720px;
	overflow:hidden;
}

.top-cate-list > li {
	float:left;
	margin-right:45px;
	margin-top:24px;
	width:180px;
}

.top-cate-list.col4 > li {/*4列*/
	float:left;
	margin-right:24px !important;
	margin-top:24px !important;
	width:162px;
}

.top-cate-list > li:nth-child(-n+5) {
 margin-top:0;
}

.top-cate-list > li:nth-child(5n) {
 margin-right:0;
}

.top-cate-list.col4 > li:nth-child(-n+4) {
 margin-top:0 !important;
}

.top-cate-list.col4 > li:nth-child(4n) {
 margin-right:0 !important;
}

.top-cate-list > li a {
	display:block;
	text-decoration:none;
	transitiono:.2s;
}

.top-cate-list > li a:hover {
	opacity:0.7;
}

@media (max-width: 1080px) {
.top-cate-list {
	margin:0 20px 56px;
	width:inherit;
}

.top-cate-list > li {
	float:left;
	margin-right:2.4%;
	margin-top:24px;
	width:18.0%;
}


}

@media (max-width: 768px) {
.top-cate-list {
	margin:0 0 50px 0;
	width:inherit;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}


.top-cate-list.col4 {/*4列*/
	margin:48px auto 56px;
	width:inherit;
	justify-content:flex-start;
}


.top-cate-list > li:nth-child(-n+5) {
 margin-top:16px;
}

.top-cate-list > li {
	float:none;
	margin-right:0;
	margin-top:16px;
	width:47%;
}

.top-cate-list > li:nth-child(-n+2) {
 margin-top:0;
}

.top-cate-list.col4 > li {/*4列*/
	float:left;
	margin-right:2% !important;
	margin-top:24px !important;
	width:23.5%;
}


}

@media (max-width: 560px) {
.top-cate-list.col4 {/*4列*/
	margin:32px auto 40px;
	justify-content:space-between;
}

.top-cate-list.col4 > li:nth-child(-n+4) {
	margin-top:16px !important;
}

.top-cate-list.col4 > li {/*4列*/
	float:none;
	margin-right:0 !important;
	margin-top:16px !important;
	width:47%;
}
.top-cate-list.col4 > li:nth-child(-n+2) {
	margin-top:0 !important;
}

}

.top-cate-list .btn {
	height:120px;
	/* white */
	background: #FFFFFF;
	/* Light Gray */
	border: 1px solid #8D8D8D;
	box-sizing: border-box;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

.top-cate-list .icon img {
	width:auto;
	height:40px;
	display:block;
}

.top-cate-list .txt {
	margin-top:16px;
	/*font-family: YuGothic;
	font-style: normal;*/
	font-weight: bold;
	font-size: 14px;
	line-height: 140%;
	/* identical to box height, or 20px */
	display: flex;
	align-items: center;
	text-align: center;
	
	/* Gray */
	color: #595959;
}

.top-cate-list .txt.double {
	margin-top:8px;
}

@media (max-width: 768px) {
.top-cate-list .btn {
	height:104px;
	/* white */
	background: #FFFFFF;
	/* Light Gray */
	border: 1px solid #8D8D8D;
	box-sizing: border-box;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

.top-cate-list .txt {
	margin-top:10px;
}

.top-cate-list .txt.double {
	margin-top:5px;
}
}


/**/
.corp-logo-p {
}

.corp-logo-p .logo img{
	width:auto;
}

.corp-logo-p .name {
}

/* =========================================================
■下部ボタングループ
========================================================= */
.uner-btn-group {
	margin:40px auto 0;
	width:720px;
}

@media (max-width: 768px) {
.uner-btn-group {
	margin:44px auto 0;
	width:inherit;
}	
}

/**/
.under-btn-list {
	width:720px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

@media (max-width: 768px) {
.under-btn-list {
	width:inherit;
	display:block;
}	
}

.under-btn-list > li {
	width:344px;
}

.under-btn-list > li:first-child {
	/*margin-left:0;*/
}


.under-btn-list li.inq {/*お問い合わせボタン*/
	margin-top:32px;
	width:100%;
}

@media (max-width: 768px) {
.under-btn-list > li {
	width:inherit;
	margin-bottom:16px;
}
.under-btn-list li.inq {/*お問い合わせボタン*/
	margin-top:0;
}

}

.under-btn-list > li a {
	display:block;
	text-decoration:none;
	transition:.2s;
}

.under-btn-list > li a:hover {
	opacity:0.7;
}

.under-btn-list .btn {	
	height:80px;
	/*font-family: YuGothic;
	font-style: normal;*/
	font-weight: bold;
	font-size: 16px;
	/* identical to box height, or 167% */
	display: flex;
	align-items: center;
	justify-content:center;
	background: #595959;
	/* white */
	color: #FFFFFF;
	border: 1px solid #595959;
	box-sizing: border-box;
}

.under-btn-list .btn.white {/*お問い合わせボタン*/
	/* Black */
	color: #2C2C2C;
	background: #fff;
	border: 1px solid #8D8D8D;
}

.under-btn-list .btn span {
	display:inline-block;
}

.under-btn-list .btn .faq {
	padding:6px 0 6px 55px;
	background:url(../images/common/icon_faq_w.svg) no-repeat left center;
	background-size:40px;
}

.under-btn-list .btn .info {
	padding:6px 0 6px 55px;
	background:url(../images/common/icon_info_w.svg) no-repeat left center;
	background-size:40px;
}

@media (max-width: 768px) {
.under-btn-list .btn {
	width:inherit;
	height:56px;
	font-size: 16px;
	/* identical to box height, or 167% */
	display: flex;
	align-items: center;
	justify-content:center;
	background: #595959;
	/* white */
	color: #FFFFFF;
	border: 1px solid #595959;
	box-sizing: border-box;
}


.under-btn-list .btn .faq {
	padding:3px 0 3px 40px;
	background:url(../images/common/icon_faq_w.svg) no-repeat left center;
	background-size:contain;
}

.under-btn-list .btn .info {
	padding:3px 0 3px 40px;
	background:url(../images/common/icon_info_w.svg) no-repeat left center;
	background-size:contain;
}
}


/* =========================================================
■ひな型より
========================================================= */
/*１・タイトル
-------------------------------------*/
.detail-ttl {
	/*font-family: YuGothic;
	font-style: normal;*/
	font-weight: bold;
	font-size: 16px;
	line-height: 156.5%;
	/* or 28px */
}

@media (max-width: 768px) {
.detail-ttl {
	font-size: 14px;
	line-height: 140%;
	/* identical to box height, or 25px */
}
	
}

/*３・アイコン＋サブタイトル
-------------------------------------*/
.icon-sub {
	margin-bottom:24px;
	display:flex;
	align-items:center;
}

.icon-sub .icon {
	width:auto;
	height:40px;
}

.icon-sub .icon.h40 {
	width:auto;
	height:40px;
}

.icon-sub .icon img {
	width:100%;
}

/*.icon.h40 img {
	width:auto;
	height:40px !important;
}*/


.icon-sub .sub {
	margin-left:8px;
	font-weight: bold;
	font-size: 14px;
	line-height: 140%;
	/* Gray */
	color: #595959;
}


@media (max-width: 768px) {
.icon-sub {
	margin-bottom:16px;
}	

.icon-sub .icon.h40 {
	width:auto;
	height:auto;
}

.icon.h40 img {
	width:auto;
	height:20px !important;
}

}

/*５・文章
-------------------------------------*/
.txt-multi {
	/*background:#f1cab7;*/
}

.txt-multi p {
	margin-top:8px;
}

.txt-multi p:first-child {
	margin-top:0;
}

/*左マージン有り*/
.box-ml {
	margin-left:1.3em;
	/*background:#FC6;*/
}

@media (max-width: 768px) {
.box-ml {
	margin-left:0;
}	
}

/*６・リスト（通し番号）
-------------------------------------*/
.list-num {
	margin-top:24px;
}

.list-num > li {
	text-indent:-1.3em;
	padding-left:1.3em;
}

/*７・リスト（箇条書き)
-------------------------------------*/
.list-bul {
	font-weight:normal !important;
	color: #595959 !important;
}

/*.list-bul > li:before {
	content:'● ';
}*/

.list-bul > li > p:before {
	content:'● ';
	/*display:inline-block;*/
}

.list-bul > li > p {
	font-weight: bold;
	color: #595959;
	text-indent:-1.3em;
	padding-left:1.3em;
}

.list-bul.li-mt > li {
	margin-top:24px;
}

.list-bul.li-mt > li:first-child {
	margin-top:0;
}


/*.list-bul > li {
	text-indent:-1.3em;
	padding-left:1.3em;
}
*/


@media (max-width: 768px) {
.list-bul.bul-s > li > p:before {
	content:'● ';
	font-size:10px;
}

.list-bul.bul-s > li > p {
	text-indent:-1em;
	padding-left:1em;
}
	
}

/*単独*/
.list-bul-alone {
	margin-top:24px;
	font-weight: bold !important;
	color: #595959 !important;
	text-indent:-1.3em;
	padding-left:1.3em;
}

.list-bul-alone:before {
	content:'● ';	
}

@media (max-width: 768px) {
.list-bul-alone {
	margin-top:16px;
}
	
}

/*８・リスト（通し番号）＋文章
-------------------------------------*/
.list-num-p {
	margin-top:24px;
}

.list-num-p > li {
	margin-top:24px;
}

/*.list-num-p > li > p {
	margin-bottom:16px;
	font-weight: bold;
	color: #595959;
}*/

/*.list1-p > li:before {
  counter-increment: item;
  content: counter(item)'.';
}*/

.list-num-p > li > p {
	margin-bottom:16px;
	font-weight: bold;
	color: #595959;
	text-indent:-1.3em;
	padding-left:1.3em;
}


@media (max-width: 768px) {
.list-num-p {
	margin-top:16px;
}

.list-num-p > li > p {
	margin-bottom:8px;
	text-indent:-1.3em;
	padding-left:1.3em;
}
}

/*９・リスト（箇条書き）＋文章
-------------------------------------*/
.list-bul-p {
	margin-top:24px;
}

.list-bul-p > li {
	margin-top:24px;
}

.list-bul-p > li:first-child {
	margin-top:0;
}

/*.list-bul-p > li:before {
	content:'● ';
}*/


.list-bul-p > li > p:before {
	content:'● ';
	/*display:inline-block;*/
}


.list-bul-p > li > p {
	margin-bottom:16px;
	font-weight: bold;
	color: #595959;
	text-indent:-1.3em;
	padding-left:1.3em;
}

@media (max-width: 768px) {
.list-bul-p {
	margin-top:16px;
}

.list-bul-p > li > p {
	margin-bottom:8px;
}	
}


/*１０・テキストリンク
-------------------------------------*/
a.link-txt {
	font-weight:bold;
	color:#24AABB;
}

.link-multi p {
	margin-top:0px !important;
}

.link-multi p:first-child {
	margin-top:8px !important;
}

/*１１・文章内リンク
-------------------------------------*/
a.link-here {
	color:#24AABB;
}

/*１２・矢印
-------------------------------------*/
.detail-arrow {
	margin:32px auto;
	width:320px;
}

.detail-arrow img {
	width:100%;
}

@media (max-width: 768px) {
.detail-arrow {
	margin:24px auto;
	width:60%;;
}	
}

/*１３・画像①（W720 H可変）
-------------------------------------*/
.fig {
	margin:32px auto !important;
}

.fig img {
	width:100%;
	border:solid 1px #d7d7d7;
}

.fig.b-non img {
	border:none;
}

.fig img.b-non {
	border:none !important;
}


@media (max-width: 768px) {
.fig {
	margin:24px auto !important;
}

}

/*※ノーマルサイズ*/
.fig.normal img {
	width:auto;
}

@media (max-width: 768px) {
.fig.normal img {
	width:100% !important;
}	
}

/*※360px*/
.fig.w360 img {
	width:360px;
}

@media (max-width: 768px) {
.fig.w360 img {
	width:100%;
}	
}



/*１５・画像＋リスト
-------------------------------------*/
.pic-list-set {
	margin:32px auto;
	display:flex;
}

.pic-list-set .pic {
	margin-right:32px;
	width:240px;
	flex-shrink: 0;
}

.pic-list-set .pic img {
	width:100%;
}

.pic-list-set .list {
}


.pic-list-set .list.alone {
	margin-left:auto;
	width:448px;
}

@media (max-width: 768px) {
.pic-list-set .list.alone {
	margin-left:inherit;
	width:auto;
}
}

.pic-list-list > li {
	/*margin-top:8px;*/
}

.pic-list-list.li-mt > li {
	margin-top:10px;
}

.pic-list-list.li-mt > li:first-child {
	margin:0;
}

.pic-list-list .sub-txt {
	color:#2c2c2c;
	line-height:160%;
}

.pic-list-list > li > p:first-child {
	margin-bottom:8px;
	font-weight:bold;
	line-height:140%;
	color:#595959;
}

.sp-ttl {
	display:none;
}

@media (max-width: 768px) {
.pic-list-set {
	margin:24px auto;
	display:block;
	/*width:240px;*/
}

.pic-list-set .pic {
	margin:0 auto 0;
	width:240px;
}

.pic-list-set .list {
	margin-top:8px;
}


.sp-ttl {
	display:block;
	margin-bottom:8px;
	font-weight:bold;
	line-height:140%;
	color:#595959;
	text-indent:-1.5em;
	padding-left:1.5em;
}

pic-list-list.sp {
	margin-top:8px;
}

}

/*１７・表（2カラム_列強調）
-------------------------------------*/

.base-table {
	/*width:100%;*/
	width:720px;
	border-collapse:collapse;
	/*table-layout: fixed;*/
	background:#fff;
}

.base-table th,.base-table td {
	padding:14px;
	border: 1px solid #8D8D8D;
}

.base-table th {
	font-weight: bold;
	text-align:center;
}

/*2列*/
.base-table.col2-th th {
	width:50%;
}

.base-table.col2-td td {
	width:50%;
}

@media (max-width: 768px) {
.base-table.col2-th,.base-table.col2-td {
	width:520px;
}

}

/*１８・表（2カラム_列強調）*/
.base-table.col1-th th {
	padding-left:0;
	padding-right:0;
	font-weight:bold;
	width:208px;
	background: #F6F6F6;
	/*background:#f5cdcd;*/
}

/*ヘッダーグレー*/
.base-table.th-g th {
	background: #F6F6F6;
	/*background:#f5cdcd;*/
	font-weight:bold;
}

/*２０・表（４〜5カラム）*/
.base-table .w121 {
	padding-left:0;
	padding-right:0;
	width:121px;
}

.base-table .w80 {
	padding-left:0;
	padding-right:0;
	width:80px;
}

.t-txt-box {
	display:table;
	text-align:left;
}


@media (max-width: 768px) {
.table-frame {
	overflow-x: scroll;
}

.base-table th,.base-table td {
	padding:5px;
}
	
}



/*２１・テキスト枠
-------------------------------------*/
.txt-frame {
	margin-top:32px;
	padding:24px;
	border: 1px solid #8D8D8D;
}

@media (max-width: 768px) {
.txt-frame {
	margin-top:24px;
	padding:24px 16px;
}	
}

