@charset "UTF-8";
/*================================================
	静的ページ用
	01_プライバシーポリシー
	02_利用規約
	03_初めての方へ
	04_ガイド
	05_特商法
	06_会社概要
	07_サイトマップ
	08_ブランド一覧
	09_カテゴリー一覧
	10_企画一覧
	11_ギフトラッピング
	XX_OTHER
================================================*/

.page-title{
	margin-bottom: 56px;
}

/*======== 01_プライバシーポリシー ========*/

.b_privacy {
	margin-bottom: 60px;
}
.b_privacy_inner {}
.privacy_text {
	color: #000;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.privacy_data {
	counter-reset:decimal;
}
.privacy_data + .privacy_data {
	margin-top: 30px;
}
.privacy_data_heading {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.privacy_data_text {
	color: #000;
	font-size: 14px;
	line-height: 1.4;
}
.privacy_data_text + .privacy_data_text {
	margin-top: 20px;
}
.privacy_data_text a {
	text-decoration: underline;
}
.privacy_data_explain {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.privacy_data_list {
	display: table;
	font-size: 14px;
	counter-reset: decimal decimal-bracket decimal-bracket1;
}
.privacy_data_item {
	display: table-row;
	line-height: 1.4;
}
.privacy_data_item.type_disc:before {
	content: "・";
	display: table-cell;
	width: 12px;
	padding-right: 4px;
	white-space: nowrap;
}
.privacy_data_item.type_decimal:before {
	counter-increment: decimal;
	content: counter(decimal) ".";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.privacy_data_item.type1_decimal_bracket:before {
	counter-increment: decimal-bracket;
	content: counter(decimal-bracket) ")";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.privacy_data_item.type2_decimal_bracket:before {
	counter-increment: decimal-bracket1;
	content: "(" counter(decimal-bracket1) ")";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.privacy_data_item:after {
	content: "";
	display: block;
	margin-bottom: .2em;
}

/*======== 02_利用規約 ========*/

.b_agreement {
	margin-bottom: 60px;
}
.b_agreement_inner {}
.agreement_text {
	color: #000;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 40px;
}
.agreement_section {
	margin-bottom: 40px;
}
.agreement_section:last-child {
	margin-bottom: 0;
}
.agreement_heading {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.agreement_section_title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
}
.agreement_data {}
.agreement_data + .agreement_data {
	margin-top: 30px;
}
.agreement_data_heading {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.agreement_data_text {
	color: #000;
	font-size: 14px;
	line-height: 1.6;
	padding-left: 12px;
}
.agreement_data_text + .agreement_data_text {
	margin-top: 20px;
}
.agreement_data_text a {
	font-size: 14px;
	text-decoration: underline;
}
.agreement_data_explain {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.agreement_data_list {
	display: table;
	font-size: 14px;
	counter-reset: decimal decimal-bracket decimal-bracket1;
}
.agreement_data_item {
	display: table-row;
	line-height: 1.4;
}
.agreement_data_item.type_disc:before {
	content: "・";
	display: table-cell;
	width: 12px;
	padding-right: 4px;
	white-space: nowrap;
}
.agreement_data_item.type_decimal:before {
	counter-increment: decimal;
	content: counter(decimal) ".";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.agreement_data_item.type1_decimal_bracket:before {
	counter-increment: decimal-bracket;
	content: counter(decimal-bracket) ")";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.agreement_data_item.type2_decimal_bracket:before {
	counter-increment: decimal-bracket1;
	content: "(" counter(decimal-bracket1) ")";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.agreement_data_item:after {
	content: "";
	display: block;
	margin-bottom: .2em;
}
.agreement_caution{
	display:block;
	text-indent:-1em;
	margin-left: 1em;
}

.agreement_updateInfo {
	font-size:14px;
	text-align:right;
	margin-top:1em;
}

/*======== 03_ご利用ガイド ========*/
.b_beginner {
	margin-bottom: 60px;
}
.b_beginner_inner {}
.beginner_data {}
.beginner_data + .beginner_data {
	margin-top: 30px;
}
.beginner_data_heading {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.beginner_data_text {
	color: #000;
	font-size: 14px;
	line-height: 1.6;
}
.beginner_data_text + .beginner_data_text {
	margin-top: 20px;
}
.beginner_data_text_notes {
	color: #ff0000;
	text-decoration: underline;
}
.beginner_data_link {
	color: #000;
	font-size: 14px;
	text-decoration: underline;
}
.beginner_data_text--notes {
	color: #ff0000;
	text-decoration: underline;
}
.beginner_data_text a {
	color: #000;
	font-size: 14px;
	text-decoration: underline;
}
.button.button_primary{
	text-decoration:none;
}
.beginner_data_explain {
	font-size: 14px;
	margin-bottom: 5px;
}
.beginner_data_subtitle {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.beginner_data_list {
	display: table;
	font-size: 14px;
	counter-reset: decimal decimal-bracket decimal-bracket1;
}
.beginner_data_list + .beginner_data_list {
	margin-top: 20px;
}
.beginner_data_item {
	display: table-row;
	line-height: 1.4;
}
.beginner_data_item.notes {
	color: #ff0000;
	text-decoration: underline;
}
.beginner_data_item.type_disc:before {
	content: "・";
	display: table-cell;
	width: 12px;
	padding-right: 4px;
	white-space: nowrap;
}
.beginner_data_item.type_decimal:before {
	counter-increment: decimal;
	content: counter(decimal) ".";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.beginner_data_item.type_decimal_bold:before {
	counter-increment: decimal-bold;
	content: counter(decimal-bold) ".";
	display: table-cell;
	width: 14px;
	font-weight: bold;
	padding-right: 4px;
	white-space: nowrap;
}
.beginner_data_item.type1_decimal_bracket:before {
	counter-increment: decimal-bracket;
	content: counter(decimal-bracket) ")";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.beginner_data_item.type2_decimal_bracket:before {
	counter-increment: decimal-bracket1;
	content: "(" counter(decimal-bracket1) ")";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.beginner_data_item:after {
	content: "";
	display: block;
	margin-bottom: .2em;
}
.beginner_data_btn {
	text-align: left;
}
.beginner_data_btn .default-btn {
	display: inline-block;
	-webkit-user-select: none;
	user-select: none;
	text-decoration: none;
}

/*======== 04_よくある質問 ========*/
.b_answer {
	margin-bottom: 60px;
}
.faq_top:before, .faq_top:after {
	content: " ";
	display: block;
}
.faq_top:after {
	clear: both;
}
.faq_top {
	margin-bottom: 40px;
}
.faq_link {
	float: left;
	width: 400px;
}
.faq_list {}
.faq_item:before {
	display: inline-block;
	content: "・";
	padding-right: 2px;
}
.faq_item {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.faq_item a {
	text-decoration: none;
}
.answer_list {}
.answer_item {}
.answer_item + .answer_item {
	margin-top: 30px;
}
.answer_title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
	position: relative;
}
.answer_title:before {
	display: inline-block;
	content: '■';
	padding-right: .2em;
}
.answer_data_box {
	padding: 0 10px;
}
.answer_data {}
.answer_data + .answer_data {
	margin-top: 20px;
}
.answer_data_heading, .answer_data_text {
	display: table;
	table-layout: fixed;
}
.answer_data_heading {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.answer_data_heading:before {
	display: table-cell;
	content: 'Q.';
	padding-right: .4em;
}
.answer_data_text {
	color: #000;
	font-size: 14px;
	line-height: 1.6;
}
.answer_data_text:before {
	display: table-cell;
	content: 'A.';
	padding-right: .4em;
}
.answer_data_link {
	font-size: 14px;
	line-height: 1.6;
	text-decoration: underline;
}
.answer_data_text a {
	color: #000;
	font-size: 14px;
	line-height: 1.6;
	text-decoration: underline;
}
.answer_data_explain {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}
.answer_data_help {
	display: block;
	font-weight: normal;
	margin-top: 5px;
}
.answer_data_list {
	display: table;
	font-size: 14px;
	counter-reset: decimal decimal-bracket decimal-bracket1;
}
.answer_data_list + .answer_data_list {
	margin-top: 20px;
}
.answer_data_item {
	display: table-row;
	line-height: 1.4;

}
.answer_data_item.notes {
	color: #ff0000;
	text-decoration: underline;
}
.answer_data_item.type_disc:before {
	content: "・";
	display: table-cell;
	width: 12px;
	padding-right: 4px;
	white-space: nowrap;
}
.answer_data_item.type_decimal:before {
	counter-increment: decimal;
	content: counter(decimal) ".";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.answer_data_item.type1_decimal_bracket:before {
	counter-increment: decimal-bracket;
	content: counter(decimal-bracket) ")";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.answer_data_item.type2_decimal_bracket:before {
	counter-increment: decimal-bracket1;
	content: "(" counter(decimal-bracket1) ")";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.answer_data_item:after {
	content: "";
	display: block;
	margin-bottom: .2em;
}
.answer_box_list {}
.answer_box_item {
	margin-bottom: 15px;
}
.answer_box_item:last-child {
	margin-bottom: 0;
}
.answer_box_heading {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}
.gift_scroll {}
.gift_table {
	width: 100%;
	margin: 1em 0;
}
.gift_table th {
	padding: 1em 0.5em;
	background: #f5f5f5;
	border: 1px solid #aaa;
}
.gift_table td {
	border: 1px solid #aaa;
	padding: 1em 0.5em;
}

/*======== 05_特商法 ========*/
.b_deal {
	margin-bottom: 60px;
}
.b_deal_inner {}
.deal_data {
	counter-reset:decimal;
}
.deal_data + .deal_data {
	margin-top: 30px;
}
.deal_data_heading {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.deal_data_text {
	color: #000;
	font-size: 14px;
	line-height: 1.4;
}
.deal_data_text + .deal_data_text {
	margin-top: 20px;
}
.deal_data_text a {
	font-size: 14px;
	text-decoration: underline;
}
.deal_data_link:before {
	display: inline-block;
	content: '└';
	padding-right: 2px;
}
.deal_data_explain {
	font-size: 14px;
	margin-bottom: 5px;
}
.deal_data_list {
	display: table;
	font-size: 14px;
	counter-reset: decimal decimal-bracket decimal-bracket1;
}
.deal_data_item {
	display: table-row;
	line-height: 1.4;
}
.deal_data_item.type_disc:before {
	content: "・";
	display: table-cell;
	width: 12px;
	padding-right: 4px;
	white-space: nowrap;
}
.deal_data_item.type_decimal:before {
	counter-increment: decimal;
	content: counter(decimal) ".";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.deal_data_item.type1_decimal_bracket:before {
	counter-increment: decimal-bracket;
	content: counter(decimal-bracket) ")";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.deal_data_item.type2_decimal_bracket:before {
	counter-increment: decimal-bracket1;
	content: "(" counter(decimal-bracket1) ")";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.deal_data_item:after {
	content: "";
	display: block;
	margin-bottom: .2em;
}

/*======== 06_会社概要 ========*/
/* .customerTel {
||||||| .r2655
.customerTel {
=======

.customerTel {
>>>>>>> .r2661
	text-align: right;
	width: 1038px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.6;
}
.customerTel dt {
	font-weight: bold;
	letter-spacing: 1.5px;
}
.customerTel dd a {
	letter-spacing: 1px;
}
.customerTel dd span {
	font-size:12px;
} */
.b_company {
	margin-bottom: 60px;
}
.b_company_inner {}
.company_data {
	width: 100%;
}
.company_data--th, .company_data--td {
	display: table-cell;
	vertical-align: top;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.company_data--th {
	width: 300px;
	background-color: #f2f2f2;
	padding: 16px 20px 14px;
	border-right: 1px solid #999;
}
.company_data--td {
	width: 780px;
	padding: 16px 20px 14px;
}

/*======== 07_サイトマップ ========*/
#contents.sitemap .inner {
	width: 967px;
	margin: 0 auto;
}
#contents.sitemap .page-title {
	text-align: center;
}
#contents.sitemap .map_list {
	width: 265px;
	text-align: left;
	float: left;
	margin: 20px 75px 20px 0;
}
#contents.sitemap .map_list:nth-child(3n) {
	margin:20px 0 20px 0;
}
#contents.sitemap .section-title {
	padding: 0 0 10px 0;
	font-size: 16px;
	letter-spacing: 2px;
	border-bottom: 1px solid #d9d9d9;
}
#contents.sitemap .map_list dd {
	margin: 15px 0;
	padding: 0;
	line-height: 1.6;
}
#contents.sitemap .map_list li {
	padding: 3px 0;
	margin: 0;
	/*display: inline-block;*/
	text-indent: inherit;
	line-height: 2;
}

/*======== 08_ブランド一覧 ========*/
.brandlist section {
	font-family: "NotoSansCJKjp",helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}
.brandlist .alphabet_List {
	width: 1190px;
	margin: 0 auto;
}
.brandlist .alphabet_List li {
	margin: 0 0 32px !important;
	display: inline-block;
	border-right: 1px solid #bcbdc1;
}
.brandlist .alphabet_List li a {
	padding: 0 10px;
	font-size: 16px;
	display: block;
}
section .alphabet {
	font-size: 17px;
}
section .brand_logo img {
	width: 150px;
	height: auto;
}
#contents.brandlist section li {
	display: inline-block;
	width: 30.33333%;
	text-indent: 0;
	margin: 0 0 3% 0;
	padding: 0 0 0 0;
	text-align: center;
}
#contents.brandlist section li span {
	display: block;
}
.brand_titleName {
	font-weight:bold;
}
#contents.brandlist section .brand_name {
	line-height: 2.0;
	font-size: 12px;
	color: #a3a3a3;
	letter-spacing: 1px;
}

/*======== 09_カテゴリー一覧 ========*/
#contents.categorylist .page-title {
	text-align: center;
}
#category_container {
	width: 1190px;
	padding: 0;
	text-align: left;
	border: none;
}
#category_container dl {
	width: 260px;
	display: inline-block;
	margin: 0 46px 50px 0;
	vertical-align: top;
}
#category_container dl:nth-child(4n) {
	margin: 0 0 50px 0;
}
#category_container.categorylist_large h5 {
	font-size: 1.1em;
	padding-bottom: 3%;
	font-weight: bold;
	border-bottom: 1px solid #d9d9d9;
}
#category_container .categorylist_middle {
	padding: 23px 10px 0;
}
#category_container .categorylist_middle li {
	font-size: 12px;
	text-indent: 0;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

/*======== 10_企画一覧 ========*/
#contents.feature .feature-list{
	width: 1000px;
	margin: 0 auto 45px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flexbox;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
}
#contents.feature .feature-list:before,
#contents.feature .feature-list:after {
	content: none;
}
#contents.feature .feature-list li {
	margin: 0 24px 40px 0;
	width: 232px;
	padding-left: 0;
	text-indent: 0;
}
#contents.feature .feature-list li:nth-child(4n){
	margin: 0 0 40px 0;
}
.feature-list .feature-date {
	margin: 2% 0 0;
	letter-spacing: 1px;
	color:#9a9a9a;
	letter-spacing: normal;
}
.feature-list .feature_title {
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: normal;
}

/*======== 11_ギフトラッピング ========*/
.gift_data {}
.gift_data_heading {
	margin-bottom: 30px;
	padding: 16px 0;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	color: #000;
	font-size: 24px;
	line-height: 1em;
}
.gift_data_text {
	width: 800px;
	margin: 0 auto 30px;
	color: #000;
	font-size: 14px;
	line-height: 1.6;
}
.gift_data_image {
	width: 800px;
	margin: 0 auto 40px;
	text-align: center;
}

/*======== XX_ブランドインタビュー ========*/
#contents.interview .page-title {
	text-align: center;
}
#contents.interview .interview_list {
	text-align: center;
	float: left;
	margin: 0 3% 4% 0;
	width: 270px;
}
#contents.interview .interview_list:nth-child(4n) {
	margin: 0 0% 4% 0;
}
#contents.interview .section-title {
	padding: 0 0 10px 0;
	letter-spacing: 2px;
}
#contents.interview .interview_list dd {
	line-height: 1.7;
}
#contents.interview .interview_list li {
	text-indent: 0;
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 0;
}
#contents.interview .interview_list .date {
	color: #9a9a9a;
}
#contents.interview .interview_list .btn {
	width: 143px;
	margin: 0 auto;
}
/*======== XX_OTHER ========*/
.cancel .column {
	padding: 0 0 60px 0;
	text-align: center;
}
/*first*/
#contents.first .page-title {
}
#contents.first .section-title {
}
#contents.first .column {
}
#contents.first .column .btn_area {
	margin: 44px auto;
}
#contents.first .column .btn_area li a {
	font-weight: bold;
	margin-top: 0;
}

