@charset "UTF-8";
/*================================================
	静的ページ用
	01_プライバシーポリシー
	02_利用規約
	03_初めての方へ
	04_ガイド
	05_特商法
	06_会社概要
	07_採用情報
	08_サイトマップ
	09_ブランド一覧
	10_カテゴリー一覧
	11_企画一覧
	XX_OTHER
================================================*/

.page-title{
	margin-bottom: 56px;
}

/*======== 01_プライバシーポリシー ========*/
#contents.privacy {
	margin: 0 auto 160px;
}
.b_privacy {
	margin-bottom: 60px;
}
.b_privacy_inner {}
.privacy_text {
	color: #000;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 80px;
}
.privacy_text_link {
	color: #000;
	font-size: 12px;
	line-height: 1.6;
	text-decoration: underline;
}
.section_privacy {
	margin-bottom: 80px;
}
.section_privacy:last-child {
	margin-bottom: 0;
}
.section_privacy_title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}
.privacy_data {
	counter-reset:decimal;
}
.privacy_data + .privacy_data {
	margin-top: 30px;
}
.privacy_data_heading {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 25px;
}
.privacy_data_text {
	color: #000;
	font-size: 12px;
	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: 12px;
	margin-bottom: 5px;
}
.privacy_data_list {
	display: table;
	font-size: 12px;
	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;
}
.privacy_data_table {}
.privacy_data_table th {
	width: 220px;
	font-size: 12px;
	line-height: 1.4;
	padding:10px;
	border: 1px solid #000;
}
.privacy_data_table td {
	font-size: 12px;
	line-height: 1.4;
	padding: 10px;
	border: 1px solid #000;
}

/*======== 02_利用規約 ========*/
#contents.agreement {
	margin: 0 auto 160px;
}
.b_agreement {
	margin-bottom: 60px;
}
.b_agreement_inner {}
.agreement_text {
	color: #000;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 80px;
}
.agreement_section {
	margin-bottom: 80px;
}
.agreement_section:last-child {
	margin-bottom: 0;
}
.agreement_section_title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}
.agreement_heading {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.agreement_data {}
.agreement_data + .agreement_data {
	margin-top: 30px;
}
.agreement_data_heading {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 25px;
}
.agreement_data_text {
	color: #000;
	font-size: 12px;
	line-height: 1.6;
	padding-left: 12px;
}
.agreement_data_text a {
	font-size: 12px;
	text-decoration: underline;
}
.agreement_data_explain {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.agreement_data_list {
	display: table;
	font-size: 12px;
	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;
}

/*======== 03_ご利用ガイド ========*/
#contents.beginner {
	margin: 0 auto 160px;
}
#contents.guide {
	margin: 0 auto 160px;
}
.b_beginner {
	margin-bottom: 60px;
}
.b_beginner_inner {}
.section_beginner {
	margin-bottom: 80px;
}
.section_beginner:last-child {
	margin-bottom: 0;
}
.section_beginner_title {
	font-size: 14px;
	margin-bottom: 60px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.icon_beginner_toggle {
	display: none;
}
.beginner_box {}
.beginner_text {
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 20px;
}
.beginner_data {}
.beginner_data + .beginner_data {
	margin-top: 45px;
}
.beginner_data_heading {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 25px;
}
.beginner_data_text {
	color: #000;
	font-size: 12px;
	line-height: 1.6;
}
.beginner_data_text + .beginner_data_text {
	margin-top: 20px;
}
.beginner_data_text_notes {
	color: #ff0000;
	font-size: 12px;
	line-height: 1.6;
}
.beginner_data_link {
	color: #000;
	font-size: 12px;
	text-decoration: underline;
}
.beginner_data_explain {
	font-size: 12px;
	margin-bottom: 5px;
}
.beginner_data_list {
	display: table;
	font-size: 12px;
	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.type_notes {
	color: #ff0000;
}
.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.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.type_notes:before {
	content: "※";
	display: table-cell;
	color: #ff0000;
	width: 12px;
	padding-right: 4px;
	white-space: nowrap;
}
.beginner_data_item:after {
	content: "";
	display: block;
	margin-bottom: .2em;
}
.beginner_data_image {
	max-width: 100%;
	height: auto;
}
.beginner_data_btn {
	text-align: left;
}
.beginner_data_btn .default-btn {
	display: inline-block;
	-webkit-user-select: none;
	user-select: none;
}
.beginner_data_table {
	width: 100%;
}
.beginner_data_table th {
	width: 20%;
	color: #000;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #f5f5f5;
	padding:8px 10px;
	border: 1px solid #aaa;
}
.beginner_data_table td {
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	vertical-align: middle;
	padding:8px 10px;
	border: 1px solid #aaa;
}
.beginner_data_table_required {
	color: #ff0000;
	font-size: 10px;
}

/*======== 04_よくある質問 ========*/
#contents.faq {
	margin: 0 auto 160px;
}
.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: 12px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.faq_item a {
	text-decoration: none;
}
.answer_list {}
.answer_item {}
.answer_item + .answer_item {
	margin-top: 80px;
}
.answer_title {
	font-size: 14px;
	margin-bottom: 60px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.icon_answer_toggle {
	display: none;
}
.answer_data_box {}
.answer_data {}
.answer_data + .answer_data {
	margin-top: 45px;
}
.answer_data_heading, .answer_data_text {
	display: table;
	table-layout: fixed;
}
.answer_data_heading {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.answer_data_heading:before {
	display: table-cell;
	content: 'Q.';2	padding-right: .4em;
}
.answer_data_text {
	color: #000;
	font-size: 12px;
	line-height: 1.6;
}
.answer_data_text:before {
	display: table-cell;
	content: 'A.';
	padding-right: .4em;
}
.answer_data_link {}
.answer_data_explain {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}
.answer_data_help {
	display: block;
	font-weight: normal;
	margin-top: 5px;
}
.answer_data_list {
	display: table;
	font-size: 12px;
	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: 12px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}

/*======== 05_特商法 ========*/
#contents.deal {
	margin: 0 auto 160px;
}
.b_deal {
	margin-bottom: 60px;
}
.b_deal_inner {}
.deal_section {
	margin-bottom: 80px;
}
.deal_section:last-child {
	margin-bottom: 0;
}
.deal_section_title {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}
.deal_data {
	counter-reset:decimal;
}
.deal_data + .deal_data {
	margin-top: 30px;
}
.deal_data_heading {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 25px;
}
.deal_data_text {
	color: #000;
	font-size: 12px;
	line-height: 1.4;
}
.deal_data_text + .deal_data_text {
	margin-top: 20px;
}
.deal_data_text_bold {
	font-weight: bold;
}
.deal_data_link {
	color: #000;
	font-size: 12px;
	text-decoration: underline;
}
.deal_data_explain {
	font-size: 12px;
	margin-bottom: 5px;
}
.deal_data_list {
	display: table;
	font-size: 12px;
	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_会社概要 ========*/
#contents.company {
	margin: 0 auto 160px;
}
.b_company {
	margin-bottom: 60px;
}
.b_company_inner {}
.company_data {}
.company_data + .company_data {
	margin-top: 45px;
}
.company_data_heading {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 20px;
}
.company_data_text {
	color: #000;
	font-size: 12px;
	line-height: 1.6;
}
.company_data_text + .company_data_text {
	margin-top: 20px;
}
.company_data_link {
	color: #000;
	font-size: 12px;
	text-decoration: underline;
}
.company_data_explain {
	font-size: 12px;
	margin-bottom: 5px;
}
.company_map {
	display: flex;
}
.company_map_address {
	color: #000;
	font-size: 12px;
	line-height: 1.7;
}
.company_map_place {
	padding: 0 0 0 40px;
}
.company_map_link {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
	padding: 0 40px 0 0;
	transition: all .2s;
	position: relative;
}
.company_map_link:hover {
	color: #000;
	text-decoration: none;
}
.company_map_text {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
	transition: .2s;
}
.company_map_link:hover .company_map_text {
	opacity: .5;
}
.company_map_svg {
	position: absolute;
	top: 50%;
	right: 0;
	transition: all .2s;
}
.company_map_link:hover .company_map_svg {
	width: 28px;
	right: 5px;
}

/*======== 07_採用情報 ========*/
#contents.recruit {
	margin: 0 auto 160px;
}
.b_recruit {
	margin-bottom: 60px;
}
.b_recruit_inner {}
.recruit_section {
	margin-bottom: 60px;
}
.recruit_section:last-child {
	margin-bottom: 0;
}
.recruit_section_title {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 60px;
}
.recruit_data {
	counter-reset:decimal;
}
.recruit_data + .recruit_data {
	margin-top: 30px;
}
.recruit_data_heading {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 25px;
}
.recruit_data_text {
	color: #000;
	font-size: 12px;
	line-height: 1.4;
}
.recruit_data_text + .recruit_data_text {
	margin-top: 20px;
}
.recruit_data_text a {}
.recruit_data_link:before {
	display: inline-block;
	content: '└';
	padding-right: 2px;
}
.recruit_data_explain {
	font-size: 12px;
	margin-bottom: 5px;
}
.recruit_data_list {
	display: table;
	font-size: 12px;
	counter-reset: decimal decimal-bracket decimal-bracket1;
}
.recruit_data_item {
	display: table-row;
	line-height: 1.4;
}
.recruit_data_item.type_disc:before {
	content: "・";
	display: table-cell;
	width: 12px;
	padding-right: 4px;
	white-space: nowrap;
}
.recruit_data_item.type_decimal:before {
	counter-increment: decimal;
	content: counter(decimal) ".";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.recruit_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;
}
.recruit_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;
}
.recruit_data_item:after {
	content: "";
	display: block;
	margin-bottom: .2em;
}

/*======== 08_サイトマップ ========*/
#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;
}

/*======== 09_ブランド一覧 ========*/
.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;
}

/*======== 10_カテゴリー一覧 ========*/
#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;
}

/*======== 11_企画一覧 ========*/
#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: 12px;
    line-height: 1.6;
	letter-spacing: normal;
}
/*======== 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;
}

