@charset "UTF-8";

/* Reset */
*,*:before,*:after {box-sizing: border-box;}

ul {list-style:none;}
ul,li {margin:0; padding:0;}

ol {padding:0; margin:0 0 1em 1.5em;}
ol li {margin-bottom:0.5em; line-height: 1.5;}
ol ol, ol ul {margin-top:1em;}

a {color:#3e3a39; text-decoration:none; outline:none;}

img {vertical-align:middle;}

dl,dt,dd {margin:0;}

address,caption,em,th {font-style:normal;}

table {border-collapse: collapse; border-spacing: 0;}

/* Fluid-img */
img {width:100%; height:auto;}


/* --------------------------------------------------
	ベース
-------------------------------------------------- */
html {color:#3e3a39; font-feature-settings: "palt"; font-weight: 500; font-size:3.2vw; line-height:1; height:100%; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: 100%;}/* 基準フォントサイズは12px */


/* BODY */
body {padding-top:18vw; margin: 0; font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;}
body.fixing-body {position: fixed; width:100%; height:100%;}


/* --------------------------------------------------
	共通
-------------------------------------------------- */
/* PC用のもは非表示 */
.pc-only {display:none !important;}

/* 見出し一旦クリア */
h1,h2,h3,h4,h5,h6 {margin:0 0 0.5em; font-size:1em;}

/* 段落 */
p {margin:0 0 0.75em; line-height: 1.75;}

/* インデント */
.indent {text-indent:-1em; margin-left:1em;}

/* 画像 */
figure {margin:0;}

/* アコーディオントリガー */
.trigger {cursor: pointer;}

/* アコーディオンツリー */
.acordionTree {display: none;}

/* お問い合わせボタン */
.btn_contact {display: inline-block; width: 100%; background-color: #d05a47; color: #fff; font-size: 1.07em; text-align: center; line-height: 3.333;}
.btn_contact:before {content: ""; display: inline-block; width: 1.467em; height: 1.067em; background: url("../img/common/icon_mail.png") no-repeat; background-size: contain; vertical-align: text-top; margin-right: 0.5em;}

/* もっと見るボタン */
.btnMore {display: block; width: 58vw; margin: 0 auto; padding-left: 2.67vw;}


/* --------------------------------------------------
フォーム
-------------------------------------------------- */
/* 入力エリア */
input[type="text"],input[type="search"],textarea {-webkit-appearance: none; border-radius:0; font-size:16px; padding: 0.75em; width: 100%; box-sizing:border-box; line-height:1;}
textarea {height:10em; line-height: 1.5;}
::-webkit-input-placeholder {color:#aaa;}

/* チェックボックス(labelの前にcheckboxがある普通の場合) */
input[type="checkbox"] {display:none;}
input[type="checkbox"] + label {position:relative; padding-left:1.5em; display: inline-block; line-height: 1; cursor: pointer;}
input[type="checkbox"]  + label:before {display:block; position:absolute; top:0; left:0; width:1em; height:1em; content: ""; border:1px solid #999; background-color:#fff; cursor: pointer;}
input[type="checkbox"]:checked + label:before {border-color: #6899d4;}
input[type="checkbox"]:checked + label:after {content:""; display:block; width:0.67em; height:0.67em;  position: absolute; top:0.17em; left:0.16em; background:url(../img/common/icon_check.png) no-repeat; background-size:contain;}

/* セレクトボックス */
.select_type {background-color:#fff; border:1px solid #999; border-radius:0; line-height:1; position:relative;}
.select_type:after {content:""; display: block; width: 14px; height: 14px; position:absolute; top:50%; right:10px; transform: translateY(-50%); pointer-events: none; background: url("../img/common/arrow_circle_down.png") no-repeat; background-size: contain;}
select {width: 100%; background-color:transparent; border:none; border-radius:0; font-size:16px; padding:0.65em 1.75em 0.65em 1em; cursor:pointer; margin:0 !important; position:relative; z-index:1;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
select::-ms-expand {display: none;}
select#pref,#entry_job {font-size: 1em;}
.form-control{font-size: 1em;}

/* ラジオボタン */
/* input[type="radio"] {display:none;} */
input[type="radio"] + label {position:relative; padding-left:1.5em; display: inline-block; line-height:1;}
input[type="radio"] + label:before {display:block; position:absolute; top:0; left:0; width:1em; height:1em; content: ""; border:1px solid #999; border-radius:50%; background-color:#fff; cursor: pointer;}
input[type="radio"]:checked + label:before {background-color:#6899d4; border-color:#6899d4;}
.payment_list li img{width: auto;}
.form-group.form-inline img{width: auto;}
div#detail_box__body img {width:auto;}

/* 必須項目 */
.hissu {font-size: 0.5em; color: #c41230;}

/* ページャー */
.pager {font-size: 1.167em; margin-top: 2em; text-align:center;}
.pager ul {display:flex; justify-content: center; align-items: center;}
.pager li a {display:block; width: 2em; line-height: 2em; color: #120e0e; margin: 0 0.2em;}
.pager .current a {background-color:#120e0e; color: #fff;}
.pager .prev a {margin-right: 0.5em;}
.pager .next a {margin-left: 0.em;}


/* --------------------------------------------------
	固定ヘッダ
-------------------------------------------------- */
.fixedBox {width:100%; position:fixed; top: 0; left:0; z-index:100; transition: all 0.25s ease;}

/* --------------------------------------------------
	ヘッダ
-------------------------------------------------- */
.header {height: 18vw; background-color: #fff; transition: all 0.25s ease; position: relative;}
.header_logo {position: absolute; top: 2.66vw; left: 4vw; width: 13vw;}

.isFixed .header {background-color: rgba(255,255,255,0.95); box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);}

/* メニュートグル＆ハンバーガーアイコン */
.header_drawer {width: 5.33vw; height: 3.2vw; position: absolute; top: 50%; right: 4vw; transform: translateY(-50%); cursor: pointer;}
.header_drawer span {display:block; position: absolute; width:100%; height:2px; background-color:#110058;}
.header_drawer span:nth-child(1) {top: 0;}
.header_drawer span:nth-child(2) {top: 50%; transform: translateY(-50%);}
.header_drawer span:nth-child(3) {bottom: 0;}

/* ヘッダーキャッシュレスバナー */
.header .cashless{width:30%; position:absolute; top:15%; left:57%;}


/* --------------------------------------------------
	Gナビ
-------------------------------------------------- */
.gNav {display:none; position:fixed; top: 0; left: 0; width:100%; height:100%; padding-top: 18vw; overflow-y:auto;}
.gNav_layer {position:absolute; top:0; left:0; width: 100%; height:100%; background-color:rgba(0,0,0,0.75);}
.gNav_header {position: fixed; top: 0; left: 0; width: 100%; height: 18vw; background: #f3f6eb; background: linear-gradient(to right,  #f3f6eb 0%,#dbf3f7 100%); z-index: 110;}
.gNav_close {width: 5vw; height: 5vw; position: absolute; top: 50%; right: 4vw; transform: translateY(-50%); cursor: pointer;}
.gNav_close span {display:block; position: absolute; top: 50%; left: 0; transform: translateY(-50%);  width:5vw; height:2px; background-color:#110058;}
.gNav_close span:nth-child(1) {transform: rotate(45deg);}
.gNav_close span:nth-child(2) {transform: rotate(-45deg);}

/* メニュー */
.gNav_logo {display: none;}
.gNav_items {padding-bottom: 18vw; background: #f3f6eb; background: linear-gradient(to right,  #f3f6eb 0%,#dbf3f7 100%); position: relative;}
.gNav_items a {display:block; font-size: 1.5em; padding: 1em 1em 1em 3em;}


/* --------------------------------------------------
	フッター
-------------------------------------------------- */
.footer {background-image: url("../img/common/footer_bg_sp.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center; padding: 16vw 4vw 4vw;}
.footer a {color: #fff;}
.footer_logo {width: 29.33vw; margin: 0 auto 10vw;}
.footer_ctrl {background-color: rgba(10,0,30,0.9); color: #fff; padding: 8vw 4vw;}
.footer_nav_block {margin-bottom: 1.75em; margin-left: 2em; padding-bottom: 1.75em; border-bottom: 1px solid #fff;}
.footer_nav_ttl {font-size: 1.167em; text-align: center; margin-bottom: 1.5em;}
.footer_nav_subTttl {text-align: center; margin-bottom: 1em;}
.footer_nav_cat {display: flex; justify-content: space-between;}
.footer_nav_cat_items > li {text-align: center;}
.footer_nav_catChild {margin: 0.75em 0 1em; text-align: left; font-size: 0.96em;}
.footer_nav_catChild li {margin-bottom: 0.5em;}
.footer_nav_catChild li:before {content: "・";}
.footer_nav_item {display: flex; justify-content: space-between; font-size: 0.96em;}

.footer_nav_etc {margin-bottom: 1.75em; padding-bottom: 0.55em; border-bottom: 1px solid #fff;}
.footer_nav_etc_items {display: flex; justify-content: space-between; margin-bottom: 1.25em;}
.footer_nav_etc_items li {display: inline-block;}

.footer_sns {text-align: center;}
.footer_sns_ttl {font-size:  1.167em; font-style: italic; letter-spacing: 0.1em; margin-bottom: 1.5em;}
.footer_sns_items li {display: inline-block; width: 9.87vw; margin: 0 1em;}

.copyright {display: block; padding: 1.67em; text-align: center; font-style: italic; letter-spacing: 0.1em;}

/* --------------------------------------------------
	ページトップ
-------------------------------------------------- */
.backToTop {position:fixed; right:4vw; bottom:4vw; width:22.267vw; cursor:pointer; z-index:90; transition: all 0.25s ease;}
.backToTop.isBottom {bottom: 2vw;}/* 最下部に達したらフッタのコピーライトの白地に入るように下げる */

/* --------------------------------------------------
	トップページ
-------------------------------------------------- */
/* メインビジュアル */
.topMv {padding: 0;/* height: 83vw; */position: relative;}
.topMv_cont {position: absolute; top: 16vw; left: 4vw;}
.topMv_logo {width: 17vw; margin-bottom: 17vw;}
.topMv_catch {width: 70vw; background-color: #fff; padding: 1em 1em 1em 0; line-height: 1.75; color: #120e0e;}
.topMv_scroll {display: none;}

/* ページタイトル */
.topTtl {width: 84%;margin: -1.5em auto 6vw;padding: 1em;background-color: #fff;text-align: center;color: #110058;font-weight: normal;box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);position: relative;z-index: 1;}
.topTtl:before {content: ""; display: block; width: 0.833em; height: 1.375em; background: url("../img/common/leaf_left.png") no-repeat; background-size: contain; position: absolute; top: 50%; left: 2.5em; transform: translateY(-50%);}
.topTtl:after {content: ""; display: block; width: 0.833em; height: 1.375em; background: url("../img/common/leaf_right.png") no-repeat; background-size: contain; position: absolute; top: 50%; right: 2.5em; transform: translateY(-50%);}
.topTtl img {width: auto; height: 1.333em; margin-right: 0.5em;}

/* メインビジュアルスライダー slick.jsのデフォルトcssを調整 */
.topMv_slider .slick-slide img {width: 100%; height:  100%; object-fit: contain; object-position: top; font-family: 'object-fit: contain; object-position: top;';}

/* コンセプト */
.topCon {margin: 10vw 4vw 8vw;}
.topCon:after {content: ""; clear: both; display: block;}
.topCon_img {width: 48%; float: left; margin-right: 1.75em;}
.topCon_ttl {margin-bottom: 2.5em;}
.topCon_ttl img {width: 43.5%;}

/* おすすめ商品 */
.topRec {padding-bottom: 10vw; background-image: url("../img/common/gradation_bg.png"); background-repeat: no-repeat; background-position: left top 60vw; background-size: 100% 100%;}
.topRec_ttl {width: 39.6vw; margin: 0 0 4em 8vw;}
.topRec_list {margin: 0 13.67vw;}

/* 商品リスト（下層も共通）  */
.pdcItem {display: block; margin-bottom: 3em; background-color: #fff;}
.pdcItem_data {padding: 1.5em;}
.pdcItem_ttl {font-size: 1.25em; letter-spacing: 0.1em; line-height: 1.3; margin-bottom: 0.75em;}
.pdcItem_price {color: #110058; font-size: 1.25em; font-weight: bold; margin-bottom: 1em;}
.pdcItem_price:before {content: "販売価格"; display: block; color: #3e3a39; font-size: 0.73em; font-weight: normal; margin-bottom: 0.75em;}
.pdcItem_price:after {content: "円（税込）"; font-size: 0.76em; font-weight: normal; margin-left: 0.2em;}
.pdcItem_desc {padding-top: 1em; border-top: 1px solid #dcdcdc; line-height: 1.75;}

/* カテゴリーから探す  */
.topCat {padding: 18.66vw 4vw 9vw; background-color: #f5f5f5; position: relative;}
.topCat_ttl {width: 59.333vw; background-color: #fff; padding: 6vw 15vw 6vw 8vw; position: absolute; top: -11vw; left: 0; margin-bottom: 0;}
.topCat_list {display: flex; flex-wrap: wrap; justify-content: space-between;}
.topCat_item {width: 47%; background-color: #fff; margin-bottom: 6vw;}
.topCat_item_txt {padding: 0.75em 0; text-align: center;}
.topCat_item_txt span {display: block;margin-bottom: 0.5em;font-size: 0.83em;/* font-style: italic; */font-weight: bold;}

/* 新着情報 */
.topNews {padding: 20vw 8vw 13vw; position: relative;}
.topNews:before {content: ""; display: block; width: 93.2vw; height: 9.2vw; background: url("../img/index/aos.png") no-repeat; background-size: contain; position: absolute; top: -3.2vw; right: 4%;}
.topNews_ttl {width: 22.13vw; margin-bottom: 3.5em;}
.topNews_list {height: 90vw; overflow-y: auto; padding-right: 20px;}
.topNews_list::-webkit-scrollbar {width: 7px;}
.topNews_list::-webkit-scrollbar-track-piece {background:#f5f5f5;}
.topNews_list::-webkit-scrollbar-thumb {background:#110058;}
.topNews_date {font-size: 0.9em; color: #757379; margin-bottom: 0.5em;}
.topNews_cont {font-size: 1.04em; line-height: 1.72; margin-bottom: 1.5em;}
.topNews_cont a {color: #120e0e;}

/* --------------------------------------------------
	下層ページ共通
-------------------------------------------------- */
/* 汎用ページタイトル */
.pageTtl {margin: 0 4vw 8vw;}
.pageTtl .breadcrumb {margin-bottom: 2em;}
.pageName {color: #110058; font-size: 1.75em; text-align: center;}

/* パンクズリスト */
.breadcrumb {font-size: 0.85em; color: #abaaaa; text-align: right;}
.breadcrumb li {display: inline-block;}
.breadcrumb a {color: #abaaaa;}
.breadcrumb a:after {content: ">"; margin: 0 0.3em 0 0.5em;}

/* --------------------------------------------------
	商品一覧・詳細 共通
-------------------------------------------------- */
/* レイアウト */
.pdc {padding: 20vw 8vw 8vw;}

/* ページタイトル */
.pdcHeader {width: 100%; position: absolute; top: 18vw; left: 0; padding: 0 8vw;}
.pdcTtl {color: #110058; font-size: 1.875em; letter-spacing: 0.1em;}
.pdcTtl:first-letter {font-size: 1.2em;}
.pdcTtl span {display: block; margin-top: 0.5em; color: #3e3a39; font-size: 0.44em; font-weight: normal; letter-spacing: normal;}

/* カテゴリから探す */
.pdcCat {margin-bottom: 2em; position: relative;}
.pdcCat_trigger {font-size: 1.04em; text-align: center; line-height: 4; border: 1px solid #110058; margin-bottom: 2em; position: relative;}
.pdcCat_trigger:before {content: ""; display: block; width: 0.93vw; height: 4.4vw; background-image: url("../img/pdc/arr_down.png"); background-repeat: no-repeat; background-size: contain; position: absolute; top: 50%; right: 0.5em; transform: translateY(-50%);}
.pdcCat_trigger.active:before {background-image: url("../img/pdc/arr_up.png");}
.pdcCat_trigger:after {content: ""; display: inline-block; width: 1em; height: 1em; background: url("../img/common/icon_search.png") no-repeat; background-size: contain; margin-left: 0.5em; vertical-align: middle;}

.pdcCat_list {width: 100%; position: absolute; top: 4.16em; left: 0; border: 1px solid #110058; background-color: #fff; box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1); z-index: 1;}
.pdcCat_list li {margin-bottom: 1px; position: relative;}
.pdcCat_list a, .pdcCat_list .trigger {display: block; background-color: #f5f5f5; color: #00000c; font-size: 1.16em; line-height: 3.75; text-align: center;}
.pdcCat_list > li:before {content: ""; display: block; width: 0.96em; height: 1.46em; background: url("../img/common/leaf_right.png") no-repeat; background-size: contain; position: absolute; top: 1.33em; left: 20vw;}
.pdcCat_list .acordionTree a {background-color: #fff; color: #666;}

/* キーワード検索 */
.pdcCat_search:before {display: none !important;}
.pdcCat_search_kw {background-color: #f5f5f5;; text-align: center; position: relative;}
.pdcCat_search_btn {display: block; width: 1em; height: 1em; position: absolute; top: 50%; left: calc(50% + 4.5em); transform: translateY(-50%);}

/* 件数 */
.pdcList_num {text-align: center; margin-bottom: 2em;}
.pdcList_num span {display: inline-block; padding: 1em 2em; font-size: 0.958em; background-color: #f6f6f6;}
.pdcList_num em {color: #110058; font-size: 1.13em; font-weight: bold; margin-right: 0.2em;}

/* ソートボタン */
.pdcList_sort {margin-bottom: 2em;}
.pdcList_sort > ul {display: flex; justify-content: space-between;}
.pdcList_sort > ul > li {width: 32%; position: relative; border: 1px solid #ccc;}
.pdcList_sort a, .pdcList_sort .trigger {display: block; line-height: 3.5; padding-left: 1em; position: relative;}
.pdcList_sort a:after, .pdcList_sort .trigger:after {content: ""; display: block; width: 0.93vw; height: 4.4vw; background-image: url("../img/pdc/arr_down.png"); background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; top: 50%; right: 0.5em; transform: translateY(-50%); transition: all 0.25s ease;}
.pdcList_sort .trigger.active:after {background-image: url("../img/pdc/arr_up.png");}
.pdcList_sort .acordionTree {display: none; position: absolute; top: 3.5em; left: -1px; width: calc(100% + 2px); z-index: 1; border: 1px solid #ccc; background-color: #f5f5f5; box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);}
.pdcList_sort .acordionTree li {border-bottom: 1px solid #ccc;}
.pdcList_sort .acordionTree a {color: #222;}
.pdcList_sort .acordionTree a:after {display: none;}

/* --------------------------------------------------
	商品一覧
-------------------------------------------------- */
/* レイアウト */
.pdcList {margin: 0 5.333vw;}

/* トップページおすすめ商品から商品一覧ページ用に調整 */
.pdcList .pdcItem {margin-bottom: 2em;}
.pdcList .pdcItem_data {padding: 1.5em 0 0;}

/* ステータス */
.pdcItem_stats {color: #110058; font-size: 0.833em; margin-bottom: 1em;}
.pdcItem_stats span {display: inline-block; padding: 0.2em 0.5em; border: 1px solid #110058; margin: 0 0.5em 0.5em 0;}

/* --------------------------------------------------
	商品詳細
-------------------------------------------------- */
/* 商品名 */
.pdcDtl_ttl {font-size: 1.5em; line-height: 1.3; text-align: center; margin-bottom: 1em;}

.pdcDtl_lead {margin: 0 4vw 2em;}

/* スライダー slick.jsのデフォルトcssを調整 */
.pdcDtl_slider {margin-bottom: 2em; height: 94vw;}
.pdcDtl_slider-for {margin-bottom: 2vw;}

/* スライドショー・ナビゲーター */
.pdcDtl_slider-nav img {cursor:pointer; opacity:0.5;}
.pdcDtl_slider-nav .slick-slide {background-color:#fff; margin: 0 4px;}
.pdcDtl_slider-nav .slick-current {outline: none;}
.pdcDtl_slider-nav .slick-current img {opacity:1;}
.pdcDtl_slider-nav .slick-list{ height: 14vw !important;}
.pdcDtl_slider-nav .slick-track{ height: 14vw !important;}


/* 商品名 */
.pdcDtl_order_name {font-size: 1.5em; line-height: 1.3; margin-bottom: 1em; text-align: center;}

/* タグ */
.pdcDtl_order_stats {font-size: 0.833em; margin-bottom: 1.5em;}
.pdcDtl_order_stats li {display: inline-block; padding: 0.3em 1em; border: 1px solid #110058; margin: 0 0.5em 0.5em 0;}

/* 商品説明 */
.pdcDtl_order_desc {margin-top: 30px; margin-bottom: 1.5em;}

/* 販売価格 */
.pdcDtl_order_price {color: #110058; font-size: 1.5em; font-weight: bold; margin-bottom: 1em;}
.pdcDtl_order_price:before {content: "販売価格"; color: #3e3a39; font-size: 0.58em; font-weight: normal; margin-right: 1em;}
.pdcDtl_order_price:after {content: "円（税込）"; color: #3e3a39; font-size: 0.64em; font-weight: normal; margin-left: 0.2em;}

/* カートIN */
.pdcDtl_order_form {margin-bottom: 2em;}
.pdcDtl_order_num {margin-bottom: 2em;}
input.pdcDtl_order_num_input {width: 4em; background-color: #f5f5f5; margin-left: 1em;}
.pdcDtl_order_cartIn {width: 100%; padding: 0; background-color: #110058; color: #fff; font-size: 1.25em; font-weight: bold; font-style: italic; text-align: center; border: none; line-height: 3;}

/* お気に入り */
.pdcDtl_like_form {text-align: center;}
.pdcDtl_order_like {width: 60%; padding: 0; background-color: #f5f5f5; font-size: 1.08em; line-height: 3; text-align: center;  border: none; border-radius: 100px;}

/* サブ情報 */
.pdcDtl_desc {margin: 0 4vw 3em;}
.pdcDtl_desc_img {margin-bottom: 1em;}
.pdcDtl_desc_img img {height: 50vw; object-fit: cover; object-position: top; font-family: 'object-fit: cover; object-position: top;';}

/* シェア */
.pdcDtl_share {margin: 0 -4vw 3em; padding-bottom: 4vw; background-image: url("../img/common/gradation_bg.png"); background-repeat: no-repeat; background-position: left top 4vw; background-size: 100% 100%;}
.pdcDtl_share_ttl {font-size: 1.875em; margin-bottom: 1.5em; text-align: center;}
.pdcDtl_share_ttl:first-letter {font-size: 1.2em;}
.pdcDtl_share_ttl span {display: block; font-size: 0.44em; font-weight: normal; margin-top: 0.5em;}
.pdcDtl_share_list {display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 80%; margin: 0 auto;}
.pdcDtl_share_list li {width: 33.333%; text-align: center; margin-bottom: 3em;}
.pdcDtl_share_list li:nth-child(-n+3) img {width: auto; height: 1.75em;}
.pdcDtl_share_list li:nth-child(n+4) img {width: auto; height: 3.5em;}


/* この商品に関するお客様の声 */
.pdcDtl_voice {margin-bottom: 3em;}
.pdcDtl_voice_ttl {color: #110058; font-size: 1.875em; letter-spacing: 0.1em;}
.pdcDtl_voice_ttl :first-letter {font-size: 1.2em;}
.pdcDtl_voice_ttl  span {display: block; margin-top: 0.5em; color: #3e3a39; font-size: 0.44em; font-weight: normal; letter-spacing: normal;}
.pdcDtl_voice_request {color: #888; margin-bottom: 1.5em; text-align: center;}
.pdcDtl_voice_btn {display: block; margin: 0 4vw 3em; background-color: #110058; color: #fff; font-size: 1.166em; font-weight: bold; padding: 0; line-height: 4; text-align: center}
.pdcDtl_voice_post {margin: 0 4vw;}
.pdcDtl_voice_stats {margin-bottom: 1em;}
.pdcDtl_voice_post_ttl {margin-bottom: 1em;}
.pdcDtl_voice_date {display: block; font-size: 0.916em; margin-bottom: 0.75em;}
.pdcDtl_voice_auther {color: #110058; font-size: 0.875em; border: 1px solid #110058; padding: 0.2em 0.5em;}
.pdcDtl_voice_level {font-size: 0.875em; margin-left:1em;}
.pdcDtl_voice_level_star {color: #ede11b; font-size: 1.36em; margin-left: 0.5em;}

/* オススメ */
.pdcDtl_rec_ttl {color: #110058; font-size: 1.875em; letter-spacing: 0.1em;}
.pdcDtl_rec_ttl :first-letter {font-size: 1.2em;}
.pdcDtl_rec_ttl  span {display: block; margin-top: 0.5em; color: #3e3a39; font-size: 0.44em; font-weight: normal; letter-spacing: normal;}
.pdcDtl_rec_list {display: flex; flex-wrap: wrap;}
.pdcDtl_rec_list .pdcItem {width: 46%; margin: 0 8% 1em 0;}
.pdcDtl_rec_list .pdcItem:nth-child(2n) {margin-right: 0;}
.pdcDtl_rec_list .pdcItem_data {padding: 0.75em 0 0;}

/* --------------------------------------------------
	 商品紹介ページ
-------------------------------------------------- */
.feature {margin-bottom: 4em;}

/* コーナータイトル */
.ftrTtl {position: relative; margin-bottom: 0;}
.ftrTtl:before {content: ""; display: block; width: 1.25em; height: 0.2em; background-color: #110058; position:absolute; left: 0;}
.ftrTtl.white:before {background-color: #fff;}
.ftrTtl img {width: auto; height: 1.875em;}
.ftrTtl span {display: block; margin-top: 0.2em; color: #3e3a39; font-size: 0.83em; font-weight: normal; letter-spacing: 0.1em;}
.ftrTtl.white span {color: #fff;}
.ftrTtl.type01_v {padding-left: 1.875em;}
.ftrTtl.type01_v:before {top: 1.3em;}
.ftrTtl.type02_v {padding-top: 1em;}
.ftrTtl.type02_v:before {top: 0;}
.ftrTtl.type02_h span {display: inline-block; margin-left: 1em;}
.ftrTtl.type02_h {padding-top: 1em;}
.ftrTtl.type02_h:before {top: 0;}

/* リード */
.ftrLead {padding-bottom: 44vw; margin-bottom: 33vw; background-image: url("../img/common/gradation_bg.png"); background-repeat: no-repeat; background-position: left top 55vw; background-size: 100% 100%; position: relative;}
.ftrLead_ttl01 {background-color: #fff; padding: 5vw 5vw 5vw 4vw; position: absolute; top: 0; left: 0;}
.ftrLead_kakazu {margin: 0 4vw;}
.ftrLead_ttl02 {background-color: #fff; padding: 5vw 5vw 5vw 4vw; position: absolute; top: 69vw; right: 0;}
.ftrLead_desc{position: absolute; top: 87vw; right: 0; width: 93vw; background-color: #fff; padding: 1em; z-index: 1;}
.ftrLead_img {position: absolute; bottom: -22vw; left: 0; width: 62vw;}

/* 琉球藍とは */
.ftr_ai {margin: 0 4vw 18vw;}
.ftr_ai_lead {padding: 58vw 4vw 6vw; margin-bottom: 8vw; color: #fff; background-image: url("../img/feature/ph02.png"); background-repeat: no-repeat; background-position: center; background-size: cover;}
.ftr_ai_lead .ftrTtl {margin-bottom: 2em;}
.ftr_ai_lead_txt {position: relative;}
.ftr_ai_conti {margin: 0 4vw;}
.ftr_ai_conti_img {margin-bottom: 2em;}

/* アコークローデニム夕日藍布 */
.ftr_akor {margin: 0 8vw 22vw; background-color: #fafafa;}
.ftr_akor_txt {padding: 20vw 16vw 13vw;}
.ftr_akor_txt .ftrTtl {margin-bottom: 1em;}
.ftr_akor_txt .ftrTtl img {height: 1.5em;}
.ftr_akor_txt .ftrTtl span {margin-top: 0.75em;}

/* AineRyのこだわり */
.ftr_pdc {margin: 0 4vw 22vw; padding: 18.67vw 18.67vw 2vw; background-image: url("../img/feature/pdc_bg_sp.jpg"); background-repeat: no-repeat; background-position: center; background-size: cover;}
.ftr_pdc .ftrTtl {text-align: center; margin-bottom: 14vw;}
.ftr_pdc .ftrTtl.type02_v:before {left: 50%; transform: translateX(-50%);}
.ftr_pdc .ftrTtl img {height: 1.6em;}
.ftr_pdc .ftrTtl span {margin-top: 0.75em;}
.ftr_pdc_item {margin-bottom: 12vw; color: #fff;}
.ftr_pdc_item_img {margin: 0 4vw 6vw;}
.ftr_pdc_item_h {font-size: 1.25em; line-height: 1.3; text-align: center;}
.ftr_pdc_item_h span {font-size: 0.75em; margin-right: 0.5em;}
.ftr_pdc_item_txt {font-size: 1.166em;}

/* デザイナー */
.ftr_ds {margin: 0 8vw;}
.ftr_ds_img {margin-bottom: 3em;}
.ftr_ds .ftrTtl {margin-bottom: 2em;}

/* --------------------------------------------------
	 よくあるご質問
-------------------------------------------------- */
.faq {margin: 0 4vw 10vw;}
.faq_item {margin-bottom: 1em;}
.faq_item .trigger {font-size: 1.2em; line-height: 1.3; padding: 1em 1em 1em 2.5em; border: 1px solid #110058; position: relative;}
.faq_item .trigger:before {content: "Q"; color: #110058; font-weight: bold; position: absolute; top: 1em; left: 1em;}
.faq_item .trigger:after {content: ""; display: block; width: 0.5em; height: 1.2em; background-image: url("../img/pdc/arr_down.png"); background-repeat: no-repeat; background-size: contain; position: absolute; top: 50%; right: 0.5em; transform: translateY(-50%);}
.faq_item .trigger.active:after {background-image: url("../img/pdc/arr_up.png");}
.faq_item .acordionTree {border: 1px solid #110058; border-top: none; background-color: #f5f5f5; line-height: 1.75; padding: 1em 1em 1em 3em; position: relative;}
.faq_item .acordionTree:before {content: "A"; color: #110058; font-size: 1.2em; font-weight: bold; position: absolute; top: 0.75em; left: 1em;}


/* --------------------------------------------------
	 店舗一覧
-------------------------------------------------- */

.shop_image{width:100%; margin:1em auto; display:flex; flex-wrap:wrap; justify-content:space-between;}
.shop_image li{width:48%;}


/* --------------------------------------------------
	会社概要
-------------------------------------------------- */
.company_img_ttl{width:95%; max-width:1000px; margin:0 auto 2em; display:block;}
.contact{width:100%; margin:6em auto;}
.contact_txt{width:100%; padding:2em; text-align:center;}
.em_blue{color:#110058; font-size:1.4em; font-weight:bold;}
.philosophy{width:100%; margin:3em 0;}
.philosophy img{max-width:850px; display:block; text-align:center; margin:auto;}

.business{width:100%; margin:6em auto;}
.center_ttl{color:#110058; font-size:1.4em; font-weight:bold; text-align:center; margin-bottom:1.5em;}
.business_txt{width:100%; max-width:1000px; padding:2em; margin:auto;}


/* --------------------------------------------------
	 〜767px　スマホ
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
	/* メニュー */
.gNav_items {display: block; background: transparent; justify-content: center; align-items: center; padding: 10px 0;}
.gNav_items li {margin: 0 1em;}
.gNav_items a {font-size: 1em; padding: 0;}
/* メニュー */
.gNav_items {padding-bottom: 18vw; background: #f3f6eb; background: linear-gradient(to right,  #f3f6eb 0%,#dbf3f7 100%); position: relative;}
.gNav_items a {display:block; font-size: 1.5em; padding: 1em 1em 1em 3em;}
}


/* --------------------------------------------------
	 768px〜　タブレット
-------------------------------------------------- */
@media print, screen and (min-width : 768px) {

html {font-size: 15px;}
body {padding-top: 185px;}

/* 段落 */
p {line-height: 2;}

/* HOVER */
a:hover, button:hover {opacity: 0.75; transition: all 0.25s ease;}

.sp-only {display:none !important;}
.pc-only {display:block !important;}

/* お問い合わせボタン */
.btn_contact {width: 230px; font-size: 1em; line-height: 3.125;}
.btn_contact:after {width: 22px; height: 16px;}
.btn_contact:hover {background-color: #ff6e57; color: #fff}

/* もっと見るボタン */
.btnMore {width: 219px; margin: 0 auto; padding-left: 21px;}

/* ページャー */
.pager {font-size: 0.933em; margin-top: 0;}
.pager ul {justify-content: flex-end;}

/* --------------------------------------------------
	固定ヘッダ
-------------------------------------------------- */
.fixedBox {background-color: #fff;}
.fixedBox.isFixed {background-color: rgba(255,255,255,0.95); box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);}

/* --------------------------------------------------
	ヘッダ
-------------------------------------------------- */
.header {height: 130px; background-color: transparent;}
.isFixed .header {opacity: 0; height: 0; transition: all 0.25s ease;}

.header_logo {top: 42px; left: 50%; transform: translateX(-50%); width: 84px;}

.header_nav {position: absolute; top: 25px; left: 20px; font-size: 13px; display: flex !important;}
.header_nav li {margin-right: 1.5em;}

.header_ctrl {position: absolute; top: 20px; right: 20px;}
.header_ctrl_items {display: flex; justify-content: flex-end; align-items: center; margin-bottom: 10px;}
.header_ctrl_entry, .header_ctrl_guide {font-size: 14px;}
.header_ctrl_entry {padding-right: 0.5em; margin-right: 0.5em; border-right: 1px solid #3e3a39;}
.header_ctrl_guide {margin-right: 1em;}
.header_ctrl_btn {display: block; background-color: #110058; color: #fff; font-size: 13px; font-style: italic; padding: 0.5em;}
.header_ctrl_mypage {margin-right: 1px;}

.header_loginForm ul {display: flex; justify-content: flex-end; position: relative;}
.header_loginForm_input {font-size: 13px !important; padding: 0.5em !important; width: 100px !important; margin-right: 1px;}
.header_ctrl_btn {width: 70px; -webkit-appearance: none; border: none; background-color: #110058; color: #fff; font-size: 13px; font-style: italic; padding: 0.5em 0; text-align: center;}
.header_loginForm_fgt {position: absolute; bottom: -1.4em; right: 71px; font-size: 11px;}
.header_loginForm_fgt a {color: #aaa; text-decoration: underline;}

/* メニュートグル＆ハンバーガーアイコン */
.header_drawer {display: none;}

/* ヘッダーキャッシュレスバナー */
.header .cashless{width:15%; position:absolute; top:35%; left:2vw;}



/* --------------------------------------------------
	Gナビ
-------------------------------------------------- */
.gNav {display: block; position: static; padding: 0; width: auto; height: auto; overflow: inherit;}
.gNav_layer {display: none;}
.gNav_header {display: none;}

/* メニュー */
.gNav_items {background: transparent; display: flex; justify-content: center; align-items: center; padding: 10px 0;}
.gNav_items li {margin: 0 1em;}
.gNav_items a {font-size: 1em; padding: 0;}
.isFixed .gNav_logo {display: block; width: 50px;}

/* --------------------------------------------------
	フッター
-------------------------------------------------- */
.footer {background-image: url("../img/common/footer_bg_pc.jpg"); padding: 100px 20px 110px; position: relative;}
.footer_inner {max-width: 1280px; margin: 0 auto;}
.footer_logo {width: 100px; margin-bottom: 40px;}
.footer_ctrl {background-color: transparent; padding: 0;}
.footer_nav {display: flex; flex-wrap: wrap; justify-content: space-between;}
.footer_nav_block {margin-bottom: 0; padding-bottom: 0; border-bottom: none;}
.footer_nav_ttl {font-size: 1.067em; text-align: left; margin-bottom: 1.25em;}
.footer_nav_subTttl {font-size: 1.067em; text-align: left; margin-bottom: 1.25em;}
.footer_nav_cat_items {margin-right: 2em;}
.footer_nav_cat_items > li {text-align: left;}
.footer_nav_catChild {font-size: 1em; margin: 1em 0 1.5em;}
.footer_nav_catChild li {margin-bottom: 0.75em;}
.footer_nav_item {display: block; font-size:1em;}
.footer_nav_item li {margin-bottom: 1.5em;}

.footer_nav_etc {position: absolute; bottom: 30px; left: 0; width: 100%; text-align: center; margin-bottom: 0; padding-bottom: 0; border-bottom: none;}
.footer_nav_etc_items {display: inline; margin-bottom: 0;}
.footer_nav_etc_items li {display: inline-block; margin: 1em 0.25em 0;}
.footer_nav_etc_items:after {content: "｜"; margin-left: 0.25em;}
.footer_nav_etc_items:last-child:after {display: none;}

.footer_sns {display: flex; justify-content: flex-end; align-items: center; margin-top: 35px; padding-top: 35px; border-top: 1px solid #fff;}
.footer_sns_ttl {font-size: 1em; margin-bottom: 0; margin-right: 15px;}
.footer_sns_items li {width: 30px; margin: 0 15px;}

.copyright {padding: 25px; font-size: 0.8em; font-weight: bold;}

/* --------------------------------------------------
	ページトップ
-------------------------------------------------- */
.backToTop {right: 20px; bottom: 20px; width: 120px;}
.backToTop img:hover {opacity: 0.75; transition: all 0.25s ease;}
.backToTop.isBottom {bottom: 5px;}/* 最下部に達したらフッタのコピーライトの白地に入るように下げる */

/* --------------------------------------------------
	トップページ
-------------------------------------------------- */
/* メインビジュアル */
.topMv {padding: 0; height: 38vw;}
.topMv_cont {top: 4vw; left: 20px;}
.topMv_logo {width: 18vw; margin-bottom: 2vw;}
.topMv_catch {width: 30em; padding-left: 1em; margin-bottom: 2vw;}
.topMv_scroll {display: block; width: 4vw; margin-left: 9vw;}

/* ページタイトル */
.topTtl {font-size: 1.067em; width: 50%; max-width: 622px; margin-bottom: 100px;}
.topTtl:before {width: 1.0625em; height: 1.6875em;}
.topTtl:after {width: 1.0625em; height: 1.6875em;}
.topTtl img {height: 1.4375em;}

/* メインビジュアルスライダー slick.jsのデフォルトcssを調整 */
.topMv_slider .slick-slide img {height: 38vw;}
.topMv_slider .slick-dots {bottom: 5vw; text-align: right; padding-right: 20px;}
.topMv_slider .slick-dots li {width: 32px; height:32px; margin: 0 4px;}
.topMv_slider .slick-dots li button {width:100%; height:100%; padding:0; position: relative;}
.topMv_slider .slick-dots li button:before {display:block; width: 6px; height: 6px; content:""; background-color:#fff; border-radius:50%; opacity: 1; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.topMv_slider .slick-dots li.slick-active button:after {content: ""; display: block; width: 100%; height: 100%; border: 1px solid #fff; border-radius: 50%; position: absolute; top: 0; left: 0;}

/* コンセプト */
.topCon {margin: 7em 20px 135px;}
.topCon:after {display: none;}
.topCon_inner {max-width: 1150px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; position: relative;}
.topCon_inner:before {content: ""; display: block; width: 50%; height: 100%; background: #f3f6eb; background: linear-gradient(to right,  #f3f6eb 0%,#dbf3f7 100%); position: absolute; top: -35%; left: -25%; z-index: -1;}
.topCon_img {width: 50.5%; max-width: 580px; float: none; margin-right: 0;}
.topCon_txt {width: 36%;}
.topCon_ttl {margin-bottom: 1em;}
.topCon_ttl img {width: 202px;}

/* おすすめ商品 */
.topRec {padding: 40px 20px 140px; background-position: left top 320px; position: relative;}
.topRec:before {content: ""; display: block; width: 50%; height: 89px; background: url("../img/index/aos.png") no-repeat right top; background-size: contain; position: absolute; top: 0; right: 4%;}
.topRec_inner {max-width: 1280px; margin: 0 auto;}
.topRec_ttl {width: 199px; margin: 0 0 100px 0;}

/* 商品リスト（下層も共通）  */
.topRec_list {display: flex; flex-wrap: wrap; max-width: 1080px; margin: 0 auto;}
.topRec_list .pdcItem {width: 30.555%; margin: 0 4.1666% 45px 0;}
.topRec_list .pdcItem:nth-child(3n) {margin-right: 0;}
.pdcItem_ttl {font-size: 1.2em;}
.pdcItem_price {font-size: 1.2em;}
.pdcItem_price:before {font-size: 0.77em;}
.pdcItem_price:after {font-size: 0.77em;}
.pdcItem_desc {line-height: 2;}

/* カテゴリーから探す  */
.topCat {padding: 100px 20px;}
.topCat_inner {max-width: 1080px; margin: 0 auto;}
.topCat_ttl {width: 255px; padding: 50px 10px 45px 45px; position: absolute; top: -70px; left: auto; right: 0;}
.topCat_item {width: 22.4%; background-color: #fff; margin-bottom: 40px;}
.topCat_item_txt {padding: 1em 0;}

/* 新着情報 */
.topNews {padding: 80px 20px 180px;}
.topNews:before {display: none;}
.topNews_inner {max-width: 1280px; margin: 0 auto;}
.topNews_ttl {width: 146px; margin-bottom: 80px;}
.topNews_list {height: 180px;}
.topNews_list::-webkit-scrollbar {width: 5px;}
.topNews_list:after {content: ""; clear: both; display: block;}
.topNews_date {clear: both; float: left; margin-bottom: 0; line-height: 1.72;}
.topNews_cont {font-size: 1em; padding-left: 8em;}

/* --------------------------------------------------
	下層ページ共通
-------------------------------------------------- */
/* 汎用ページタイトル */
.pageTtl {max-width: 1020px; margin: 0 auto 50px; padding: 0 20px;}
.pageTtl .breadcrumb {margin-bottom: 40px;}
.pageName {font-size: 2em;}

/* ページヘッダ・パンクズリスト */
.breadcrumb {font-size: 0.73em;}

/* スタイル指定のないページ共通 */
.pageCommon {max-width: 1280px; margin: 0 auto;}

/* --------------------------------------------------
	商品一覧・詳細 共通
-------------------------------------------------- */
/* レイアウト */
.pdc {padding: 0; border-top: 1px solid #dcdcdc;}
.pdc_inner {max-width: 1320px; margin: 0 auto 70px; padding: 0 20px;}
.pdc_inner:after {content: ""; clear: both; display: block;}
.pdcMain {padding: 25px 0 75px 40px; width: 80%; float: right; border-left: 1px solid #dcdcdc;}
.pdcCat {width: 20%; float: left; padding-right: 20px; position: -webkit-sticky; position: sticky; top: 40px;}

/* ページタイトル */
.pdcHeader {position: static; padding: 0;}
.pdcHeader .breadcrumb {margin-bottom: 15px;}
.pdcTtl {font-size: 1.7em; margin-bottom: 0;}
.pdcTtl span {font-size: 0.5em;}

/* カテゴリから探す */
.pdcCat {margin-bottom: 0; padding-top: 60px;}
.pdcCat_ttl {max-width: 150px; color: #110058; margin: 0 auto 2em;}
.pdcCat_ttl:first-letter {font-size: 1.3em;}
.pdcCat_trigger {display: none;}

.pdcCat_list {display: block; position: static; border: none; background-color: transparent; box-shadow: none; max-width: 150px; margin: 0 auto;}
.pdcCat_list li {margin-bottom: 1.5em;}
.pdcCat_list a, .pdcCat_list .trigger {background-color: transparent; font-size: 1em; line-height: 1.3; text-align: left; margin-bottom: 1em; padding-left: 20px;}
.pdcCat_list > li:before {width: 12px; height: 18px; top: 0; left: 0;}
.pdcCat_list .acordionTree {display: block; margin-bottom: 1.75em;}
.pdcCat_list .acordionTree li {margin-bottom: 0.75em;}
.pdcCat_list .acordionTree a {background-color: transparent; font-size: 0.93em;}

/* キーワード検索 */
.pdcCat_search {margin-top: 3em;}
input.pdcCat_search_kw {padding: 0.2em 0; font-size: 1em; text-align: left; background-color: transparent; border-bottom: 1px solid #dcdcdc;}
.pdcCat_search_btn {margin-left: 0; position: absolute; top: 50%; left: auto; right: 0; transform: translateY(-50%);}

/* 件数 */
.pdcList_num {display: none;}

/* ソートボタン */
.pdcList_sort {margin: -30px 0 30px;}
.pdcList_sort > ul {justify-content: flex-end;}
.pdcList_sort > ul > li {width: 120px; margin-left: 10px;}
.pdcList_sort a, .pdcList_sort .trigger {font-size: 0.866em; line-height: 52px;}
.pdcList_sort a:after, .pdcList_sort .trigger:after {width: 4px; height: 18px;}
.pdcList_sort .acordionTree {top: 52px;}


/* --------------------------------------------------
	商品一覧
-------------------------------------------------- */
/* レイアウト */
.pdcList {display: flex; flex-wrap: wrap; margin: 0;}
.pdcList .pdcItem {width: 46%; margin: 0 8% 50px 0;}
.pdcList .pdcItem:nth-child(2n) {margin-right: 0;}

/* ステータス */
.pdcItem_stats {font-size: 0.733em;}
.pdcItem_stats span {padding: 0.3em 1em; margin-right: 10px;}

/* 販売価格 */
.pdcList .pdcItem_price:before {display: inline; margin-right: 1em; margin-bottom: 0;}


/* --------------------------------------------------
	商品詳細
-------------------------------------------------- */
/* レイアウト */
.pdcDtl_lead {margin: 40px 0 50px;}

/* スライダー slick.jsのデフォルトcssを調整 */
.pdcDtl_slider {display: flex; justify-content: space-between; align-items: center; height: auto !important;}
.pdcDtl_slider-for {margin-bottom: 0; width: 82%;}

/* スライドショー・ナビゲーター */
.pdcDtl_slider-nav {width: 14%;}
.pdcDtl_slider-nav .slick-slide {margin: 0 0 10px;}
.pdcDtl_slider-nav .slick-slide:hover {opacity: 0.75;}

/* 商品名 */
.pdcDtl_order_name {font-size: 1.6em; text-align: left;}

/* タグ */
.pdcDtl_order_stats li {font-size: 0.866em;}

/* 販売価格 */
.pdcDtl_order_price {font-size: 1.466em;}

.pdcDtl_order_ctrl { margin-bottom: 20px; display: flex; align-items: flex-end;}

/* カートIN */
.pdcDtl_order_form {margin-bottom: 0; margin-right: 50px;}
.pdcDtl_order_num {margin-bottom: 1em;}
input.pdcDtl_order_num_input {font-size: 0.9375em;}
.pdcDtl_order_cartIn {width: 175px; font-size: 1em;}

/* お気に入り */
.pdcDtl_like_form {margin-bottom: 0;}
.pdcDtl_order_like {width: 150px; font-size: 1em; line-height: 3;}

/* サブ情報 */
.pdcDtl_desc {display: flex; justify-content: space-between; align-items: center; margin: 0 0 80px;}
.pdcDtl_desc_img {width:30%; margin-bottom: 0;}
.pdcDtl_desc_img img {height: 160px;}
.pdcDtl_desc_txt {width: 66%;}

/* シェア */
.pdcDtl_share {margin: 0 0 80px; padding-bottom: 70px; background-position: left top 15px;}
.pdcDtl_share_ttl {font-size: 2em;}
.pdcDtl_share_list {display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center; width: 90%;}
.pdcDtl_share_list li {width: auto; margin-bottom: 0;}
.pdcDtl_share_list li:nth-child(-n+3) img {width: auto; height: 1.5em;}
.pdcDtl_share_list li:nth-child(n+4) img {width: auto; height: 3em;}

/* この商品に関するお客様の声 */
.pdcDtl_voice {margin-bottom: 60px;}
.pdcDtl_voice_ttl {font-size: 2em;}
.pdcDtl_voice_request {margin-bottom: 30px; text-align: left;}
.pdcDtl_voice_btn {display: inline-block; margin: 0 0 60px; font-size: 0.933em; padding: 0 3em; line-height: 3.5;}
.pdcDtl_voice_post {margin: 0;}
.pdcDtl_voice_stats {margin-bottom: 20px;}
.pdcDtl_voice_post_ttl {margin-bottom: 20px;}
.pdcDtl_voice_date {display: inline-block; margin: 0 1em 0 0;}

/* オススメ */
.pdcDtl_rec_ttl {font-size: 2em; margin-bottom: 50px;}
.pdcDtl_rec_ttl  span {display: block; margin-top: 0.5em; color: #3e3a39; font-size: 0.44em; font-weight: normal; letter-spacing: normal;}
.pdcDtl_rec_list .pdcItem {width: 22%; margin: 0 4% 0 0;}
.pdcDtl_rec_list .pdcItem:nth-child(2n) {margin-right: 4%;}
.pdcDtl_rec_list .pdcItem:last-child {margin-right: 0;}
.pdcDtl_rec_list .pdcItem_data {padding: 0.75em 0 0;}

/* --------------------------------------------------
	 商品紹介ページ
-------------------------------------------------- */
.feature {margin-bottom: 200px;}

/* コーナータイトル */
.ftrTtl:before {width: 20px; height: 3px;}
.ftrTtl img {height: 29px;}
.ftrTtl span {ont-size: 0.86em;}
.ftrTtl.type01_v {padding-left: 40px;}
.ftrTtl.type01_v:before {top: 21px;}
.ftrTtl.type02_v {padding-top: 20px;}

/* リード */
.ftrLead {max-width: 1450px; padding-bottom: 70px; margin: 0 auto 145px; background-position: right 20% top 300px; background-size: 80% 100%; position: relative;}
.ftrLead_ttl01 {padding: 2.75% 4% 2.75% 0; top: 50px; left: 0;}
.ftrLead_cont {display: flex; justify-content: space-between; align-items: center;}
.ftrLead_kakazu {width: 45%; margin: 0 0 0 8%;}
.ftrLead_txt {width: 40%;}
.ftrLead_ttl02 {background-color: transparent; padding: 0; margin-bottom: 20px; position: static;}
.ftrLead_ttl02 .ftrTtl.type02_v span {display: inline-block; margin-left: 2em;}
.ftrLead_desc{position: static; width: auto; background-color: transparent; padding: 0 28% 65px 0;}
.ftrLead_img {width: 35%; bottom: -40px; left: auto; right: 0;}

/* 琉球藍とは */
.ftr_ai {max-width: 1300px; margin: 0 auto 200px;}
.ftr_ai:after {width: 35%; height: 215px; top: 35%; left: 24%; background-image: url("../img/feature/conti02.png");}
.ftr_ai_lead .ftrTtl {margin-bottom: 30px;}
.ftr_ai_lead {padding: 115px 60% 115px 12%; margin-bottom: 100px; background-image: url("../img/feature/ph03.jpg");}
.ftr_ai_conti {display: flex; justify-content: space-between; align-items: center; max-width: 1000px; margin: 0 auto; padding: 0 20px;}
.ftr_ai_conti_img {width: 55%; margin-bottom: 0;}
.ftr_ai_conti_txt {width: 36%;}

/* アコークローデニム夕日藍布 */
.ftr_akor {max-width: 1080px; margin: 0 auto 200px; display: flex; flex-direction: row-reverse; justify-content: space-between; align-items: center;}
.ftr_akor_txt {width: 50%; padding: 0 10%;}
.ftr_akor_txt .ftrTtl {margin-bottom: 1.5em;}

/* AineRyのこだわり */
.ftr_pdc {max-width: 1500px; margin: 0 auto 200px; padding: 90px 0 50px; background-image: url("../img/feature/pdc_bg_pc.jpg");}
.ftr_pdc .ftrTtl {margin-bottom: 80px;}
.ftr_pdc_items {display: flex; flex-wrap: wrap; justify-content: center;}
.ftr_pdc_item {width: 24%; margin: 0 3% 50px;}
.ftr_pdc_item_img {margin: 0 0 50px;}
.ftr_pdc_item_h {font-size: 1.2em; text-align: left;}
.ftr_pdc_item_txt {font-size: 1em;}

/* デザイナー */
.ftr_ds {display: flex; justify-content: space-between; align-items: center; max-width: 1020px; margin: 0 auto; padding: 0 20px;;}
.ftr_ds_img {width: 50%; margin-bottom: 0;}
.ftr_ds_txt {width: 38%;}

/* --------------------------------------------------
	 よくあるご質問
-------------------------------------------------- */
.faq {max-width: 1020px; margin: 0 auto 100px; padding: 0 20px;}
.faq_item {margin-bottom: 30px;}
.faq_item .acordionTree {line-height: 2;}



}

/* --------------------------------------------------
	 860px〜　タブレット・PC
-------------------------------------------------- */
@media print, screen and (min-width : 860px) {
/* --------------------------------------------------
	ヘッダ
-------------------------------------------------- */
.header_ctrl {display: flex; justify-content: flex-end;}
.header_ctrl_notice {position: static; margin-right: 1px;}
.header_ctrl_list {position: static;}

}



/* --------------------------------------------------
	 1024px〜　タブレット・PC
-------------------------------------------------- */
@media print, screen and (min-width : 1024px) {
/* --------------------------------------------------
	フッター
-------------------------------------------------- */
.footer_inner {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.footer_logo {width: 220px; margin: 0;}
.footer_ctrl {background-color: transparent; padding: 0;}
.footer_nav {display: flex; flex-wrap: wrap; justify-content: space-between;}
.footer_nav_block {margin-bottom: 0; padding-bottom: 0; border-bottom: none;}
.footer_nav_ttl {font-size: 1.067em; text-align: left; margin-bottom: 1.25em;}
.footer_nav_subTttl {font-size: 1.067em; text-align: left; margin-bottom: 1.25em;}
.footer_nav_cat_items {margin-right: 2em;}
.footer_nav_cat_items > li {text-align: left;}
.footer_nav_catChild {font-size: 1em; margin: 1em 0 1.5em;}
.footer_nav_catChild li {margin-bottom: 0.75em;}
.footer_nav_item {display: block; font-size:1em;}
.footer_nav_item li {margin-bottom: 1.5em;}

.footer_nav_etc {position: absolute; bottom: 30px; left: 0; width: 100%; text-align: center; margin-bottom: 0; padding-bottom: 0; border-bottom: none;}
.footer_nav_etc_items {display: inline; margin-bottom: 0;}
.footer_nav_etc_items li {display: inline-block; margin: 1em 0.25em 0;}
.footer_nav_etc_items:after {content: "｜"; margin-left: 0.25em;}
.footer_nav_etc_items:last-child:after {display: none;}

.footer_sns {display: flex; justify-content: flex-end; align-items: center; margin-top: 35px; padding-top: 35px; border-top: 1px solid #fff;}
.footer_sns_ttl {font-size: 1em; margin-bottom: 0; margin-right: 15px;}
.footer_sns_items li {width: 30px; margin: 0 15px;}

/* --------------------------------------------------
	トップページ
-------------------------------------------------- */
/* メインビジュアル */
.topMv_cont {top: 6vw;}
.topMv_logo {margin-bottom: 4vw;}
.topMv_catch {padding-left: 1em; margin-bottom: 4vw;}

/* ページタイトル */
.topTtl {padding: 1.5em; margin-top: -2em;}

/* メインビジュアルスライダー slick.jsのデフォルトcssを調整 */
.topMv_slider .slick-dots {bottom: 3vw; text-align: right; padding-right: 20px;}

/* 新着情報 */
.topNews_list {margin-left: 220px;}

/* --------------------------------------------------
	商品一覧
-------------------------------------------------- */
/* レイアウト */
.pdcList .pdcItem {width: 30%; margin-right: 5%;}
.pdcList .pdcItem:nth-child(2n) {margin-right: 5%;}
.pdcList .pdcItem:nth-child(3n) {margin-right: 0;}

/* --------------------------------------------------
	商品詳細
-------------------------------------------------- */
/* レイアウト */
.pdcDtl_lead:after {content: ""; clear: both; display: block;}
.pdcDtl_slider {width: 50%; float: left; margin-bottom: 0; height: auto !important;}
.pdcDtl_order {width: 44%; float: right;}

/* AineRyのこだわり */
.ftr_pdc_item {width: 16%; max-width: 178px; margin-left: 2%; margin-right: 2%;}
.ftr_pdc_item {margin-bottom: 0;}

}

/* --------------------------------------------------
	 1280px〜　PC
-------------------------------------------------- */
@media print, screen and (min-width : 1280px) {

/* --------------------------------------------------
	ヘッダ
-------------------------------------------------- */

/* ヘッダーキャッシュレスバナー */
.header .cashless{width:10%; max-width:180px; position:absolute; top:35%; left:2.5vw;}


/* --------------------------------------------------
	トップページ
-------------------------------------------------- */
/* カテゴリーから探す  */
.topCat:before {content: ""; display: block; width: 83px; height: 641px; background: url("../img/index/rj.png") no-repeat; background-size: contain; position: absolute; top: -135px; left: calc(50% - 795px);}
.topCat_ttl {width: calc(50% - 640px + 255px); padding-right: calc(50% - 640px + 10px);}
.topCat_ttl img{max-width:180px;}

}


/* --------------------------------------------------
	 1380px〜　PC
-------------------------------------------------- */
@media print, screen and (min-width : 1380px) {
/* --------------------------------------------------
	ヘッダ
-------------------------------------------------- */
.header_nav {left: 50px;}
.header_ctrl {right: 50px;}

/* --------------------------------------------------
	商品一覧・詳細 共通
-------------------------------------------------- */
/* レイアウト */
.pdcMain {padding-left: 8%;}

}

/* --------------------------------------------------
	 1640px〜　PC
-------------------------------------------------- */
@media print, screen and (min-width : 1640px) {
/* --------------------------------------------------
	トップページ
-------------------------------------------------- */
/* メインビジュアル */
.topMv {width: 1640px; margin: 0 auto; height: 665px;}
.topMv_cont {top: 140px; left: 0;}
.topMv_logo {width: 14vw; max-width:230px; margin-bottom: 70px}
.topMv_catch {width: 400px; padding: 1.5em 2em; margin-bottom: 50px; line-height: 2;}
.topMv_scroll {width: 40px; margin-left: 110px;}

/* メインビジュアルスライダー slick.jsのデフォルトcssを調整 */
.topMv_slider .slick-dots {bottom: 60px; padding-right: 200px;}
.topMv_slider .slick-slide img {width: 100%;object-fit: contain;object-position: top;font-family: 'object-fit: contain; object-position: top;';}


}
