@charset "Shift_JIS";


/*  update 2019-02-04 0911
-----------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville|Noto+Sans+JP:400,700,900|Noto+Serif+JP");
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=32ccf499-15ed-4d8e-b855-1e2bdbc7e72c&fontids=1475520");
@import "https://www.chanluu.jp/lib/css/slick.css";
@import "https://www.chanluu.jp/lib/css/jquery.fancybox.css";
@font-face {
  font-family: "Avenir LT W01_55 Roman1475520";
  src: url("/lib/Fonts/1475520/57bf7902-79ee-4b31-a327-1bbf59a3d155.eot?#iefix");
  src: url("/lib/Fonts/1475520/57bf7902-79ee-4b31-a327-1bbf59a3d155.eot?#iefix") format("eot"), url("/lib/Fonts/1475520/b290e775-e0f9-4980-914b-a4c32a5e3e36.woff2") format("woff2"), url("/lib/Fonts/1475520/4b978f72-bb48-46c3-909a-2a8cd2f8819c.woff") format("woff"), url("/lib/Fonts/1475520/9bdf0737-f98c-477a-9365-ffc41b9d1285.ttf") format("truetype");
}
.FS2_trial,
.FS2_preview {
  display: none;
}

/*----------------------------------------------
### リセット用CSS
----------------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}
}

input[type="text"], input[type="reset"], input[type="number"], input[type="password"], input[type="email"], input[type="tel"] {
  border: 1px solid #ccc;
  padding: 9px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px 'Noto Sans JP',"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", sans-serif;
  color: #555;
  margin: 0;
  @inlcude border-radius(0);
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

textarea {
  border: 1px solid #ccc;
  padding: 9px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px 'Noto Sans JP',"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", sans-serif;
  color: #555;
  margin: 0;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

select {
  border: 1px solid #ccc;
  padding: 6px;
  outline: none;
  font-size: 13px;
  color: #555;
  margin: 0;
  max-width: 100%;
  background: #fff;
  cursor: pointer;
  -webkit-padding-end: 30px;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input[type="reset"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

@-moz-document url-prefix() {
  select {
    background-image: none;
  }
}
input[type="number"] {
  padding: 5px;
}
input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="email"]:focus {
  border: 1px solid #aaa;
  color: #333;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea:focus {
  border: 1px solid #aaa;
  color: #333;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

label {
  display: block;
  font-weight: normal;
  margin-bottom: 4px;
}

input[type="checkbox"] {
  display: inline;
}

label span {
  font-weight: normal;
  font-size: 13px;
}

textarea {
  width: 95%;
}

/*----------------------------------------------
### システム設定
----------------------------------------------*/
/*レイアウト設定*/
/*ページ幅指定*/
.layout_body {
  width: 100%;
  margin: 0px auto !important;
  min-width: 1200px;
}

.layout_table {
  margin: 0 auto;
}

/*ページ幅指定*/
.layout_menu {
  vertical-align: top;
}

.layout_content {
  vertical-align: top;
}

.layout_right {
  vertical-align: top;
}

/*----------------------------------------------
### ページ共通設定：テーブル
----------------------------------------------*/
.userTable_01 {
  border-color: #eee;
  border-left: none;
  border-top: 1px solid #eee;
  margin: 0;
  width: 100%;
  font-size: 1.4rem;
}
.userTable_01 caption {
  padding: 5px;
}
.userTable_01 th {
  padding: 20px 0;
  border-color: #eee;
  border-right: none;
  border-bottom: 1px solid #eee;
  text-align: left;
  background-color: #fff;
  white-space: nowrap;
  font-weight: normal;
}
.userTable_01 th.FS2_Delivery_table_caution {
  white-space: normal;
}
.userTable_01 td {
  border-right: none;
  border-bottom: 1px solid #eee;
  padding: 20px 5px;
  text-align: left;
}
.userTable_01 td input[type=text],
.userTable_01 td input[type=tel],
.userTable_01 td input[type=password],
.userTable_01 td input[type=email],
.userTable_01 td select {
  padding: 10px;
  color: #333333;
  border: 1px solid #eee;
  font-size: 1.4rem;
}
.userTable_01 td input[type=email] {
  width: 400px;
}
.userTable_01 td #mailAddress,
.userTable_01 td #tempPassword,
.userTable_01 td #offerMailAddress,
.userTable_01 td #offerMailAddressConfirm,
.userTable_01 td #releaseMailAddress,
.userTable_01 td #passwordNow,
.userTable_01 td #passwordNew,
.userTable_01 td #passwordNewConfirm {
  width: 390px;
}
.userTable_01 td #nameLast,
.userTable_01 td #nameFirst {
  width: 190px;
}
.userTable_01 td #fs2_lastName,
.userTable_01 td #fs2_firstName,
.userTable_01 td #fs2_lastNameKana,
.userTable_01 td #fs2_firstNameKana {
  width: 210px;
}
.userTable_01 td #fs2_addressLine1,
.userTable_01 td #fs2_addressLine2,
.userTable_01 td #fs2_addressLine3 {
  width: 470px;
}
.userTable_01 td .fs2_required {
  margin-bottom: 5px;
}

.userTable_02 {
  border-top: 1px solid #eee;
  border-left: none;
  width: 100%;
  margin-bottom: 10px;
}
.userTable_02 caption {
  padding: 20px;
  text-align: center;
  background: #fff;
}
.userTable_02 th {
  font-weight: normal;
  background: #fff;
  border-bottom: 1px solid #eee;
  border-right: none;
  padding: 20px 5px;
  text-align: left;
}
.userTable_02 td {
  border-bottom: 1px solid #eee;
  border-right: none;
  padding: 20px 5px;
}
.userTable_02 td .userTable_02 th {
  text-align: center;
}

.inputTableArea .userTable_02 caption {
  font-size: 2rem;
}
.FS2_body_Cart_DeliveryEdit .inputTableArea label {
  display: block;
  padding: 20px 0;
}

.FS2_assist_required {
  background-color: #fff;
}

.FS2_assist_error {
  background-color: #fdd;
}

.FS2_assist_message {
  padding: 4px 14px;
  border-radius: 2px;
  background-color: #e55;
  color: #fff;
  width: auto;
  display: block;
  float: left;
  font-size: 1.2rem;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

/*=============================================

### オリジナル設定：共通コンテンツ

==============================================*/
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  font-size: 1.4rem;
  color: #333333;
  line-height: 1.7;
  font-family: "Avenir LT W01_55 Roman1475520", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  width: 100%;
}

button {
  font-family: "Avenir LT W01_55 Roman1475520", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

img {
  vertical-align: bottom;
}

.row {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ttl1 {
  font-size: 2.4rem;
  padding: 0;
  font-family: "Avenir LT W01_55 Roman1475520", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.ttl2 {
  font-family: "Avenir LT W01_55 Roman1475520", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.tx_B {
  font-weight: 500;
  font-size: 1.6rem;
}

.link_arw_right {
  position: relative;
  display: inline-block;
}
.link_arw_right:after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -3px;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 30px;
}
#page_top a {
  display: block;
  position: relative;
  color: #93918f;
  text-align: center;
  text-decoration: none;
}
#page_top a:after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: '';
  border-top: 1px solid #93918f;
  border-right: 1px solid #93918f;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -10px;
  left: 50%;
  margin-left: -5px;
}
#page_top a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  text-decoration: none;
}

/* 商品一覧
-----------------------------------*/
.itemList {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.itemList img {
  width: 100%;
  height: auto;
}
.itemList .inner {
  position: relative;
}
.itemList .inner a {
  display: block;
  position: relative;
}
.itemList .productImg {
  display: block;
  margin-bottom: 25px;
}
.itemList .productImg img {
  width: 100%;
  height: auto;
}
.itemList .productName {
  display: block;
  font-family: "Avenir LT W01_55 Roman1475520", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.7;
}
.itemList .productPrice {
  display: block;
}
.itemList.list3 {
  margin-left: -30px;
}
.itemList.list3 .inner {
  width: 300px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 30px;
  margin-bottom: 50px;
}
.itemList.list5 {
  margin-left: -30px;
}
.itemList.list5 .inner {
  width: 168px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 30px;
  margin-bottom: 50px;
}
.itemList.list4 {
  margin-left: -30px;
}
.itemList.list4 .inner {
  width: 225px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 30px;
  margin-bottom: 50px;
}

.layout_content {
  display: block;
  padding-bottom: 80px;
  padding-right: 10px;
  min-height: 550px;
}

.layout_menu {
  width: 175px;
}

/*=============================================

### 全体設定：header

==============================================*/
.layout_header .header_bar {
  /*background-color: #ecdfd2;*/
    background-color: #000000;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  padding: 15px 0;
}
.layout_header .header_bar a {
    color: #FFF;
}
.layout_header header {
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
  z-index: 99;
  top: 0;
  left: 0;
}
.layout_header header.fixed {
  position: fixed;
}
.layout_header .devider {
  margin-top: 0;
}
.layout_header .devider.fixed-after {
  margin-top: 106px;
}

.headerMenu {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0 0;
}

.globalNav {
  width: calc(45% - 32px);
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  margin-left: 23px;
}
.globalNav > ul {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.globalNav > ul > li {
  font-size: 1.4rem;
  padding: 0 9px;
}
.globalNav > ul > li > a {
  margin-bottom: 25px;
  display: block;
  line-height: 1;
}
.globalNav > ul > li:hover .globalMenu-content {
  max-height: 9999px;
  opacity: 1;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  transition: all .2s ease-in;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.globalMenu-content {
  display: none;
  animation: show .2s ease-in 0s;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  background: #fff;
  padding: 0 40px;
  z-index: 99;
  margin: 0;
  margin-left: -40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.globalMenu-content ul {
  padding: 20px 0 80px;
}
.globalMenu-content ul li {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.globalMenu-content.menu_onlineshop {
  width: 100%;
  left: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  margin-left: 0;
}
.globalMenu-content.menu_onlineshop .inner {
  width: 200px;
  padding-bottom: 30px;
}
.globalMenu-content.menu_onlineshop .inner h2.ttl2 {
  margin-bottom: 15px;
}
.globalMenu-content.menu_onlineshop .inner ul {
  padding: 0;
}

.sitelogo {
  width: 10%;
  line-height: 1;
  padding-top: 5px;
}
.sitelogo a {
  display: block;
  width: 134px;
  margin: 0 auto;
}
.sitelogo a img {
  width: 100%;
  height: auto;
}

.subNav {
  width: calc(45% - 32px);
  margin-right: 32px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.subNav ul {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1;
  padding-top: 5px;
}
.subNav ul li {
  width: 17px;
  margin-left: 17px;
}
.subNav ul li.searchBtn span {
  display: block;
}
.subNav ul li a {
  display: block;
}
.subNav ul li a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.searchContainer {
  position: relative;
  display: none;
}
.searchContainer .closeBtn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 30px;
}
.searchContainer .searchBox {
  padding: 0 0 45px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.searchContainer .searchBox input[type=text] {
  width: 450px;
  border: none;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  font-size: 1.2rem;
  border-radius: 0;
  @inlcude box-sizing;
}
.searchContainer .searchBox input[type=text]:focus {
  box-shadow: none;
}
.searchContainer .searchBox input[type=text]::placeholder {
  color: #c5c5c5;
}
.searchContainer .searchBox button.search_btn {
  width: 42px;
  height: 20px;
}

/*------------------------------------------
 ## アカウント表示
------------------------------------------*/
.FS2_repeater {
  display: none;
}

.accout_message {
  font-size: 1.2rem;
  margin-top: 5px;
}
.accout_message .account_welcome {
  margin-right: 5px;
}

/*=============================================

 ### 全体設定：footer

==============================================*/
.layout_footer {
  width: 100%;
  min-width: 1200px;
}
.layout_footer footer {
  background-color: #f5f5f5;
  padding: 0 32px;
}

.lowerfooter {
  padding-top: 70px;
  border-top: 1px solid #eee;
}

.history-section {
  margin-bottom: 70px;
}
.history-section h2.ttl2 {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 400;
}
.history-section > div {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  margin-left: -24px;
}
.history-section > div .inner {
  margin-left: 24px;
  width: calc(12.5% - 24px);
}
.history-section > div .inner a {
  display: block;
}
.history-section > div .inner img {
  width: 100%;
  height: auto;
}

.footerContent {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.footerContent .inner {
  width: 17%;
  padding-top: 38px;
}
.footerContent .inner:last-child {
  width: 32%;
}
.footerContent .inner p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.footerContent h2 {
  font-family: "Avenir LT W01_55 Roman1475520", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .1em;
  font-size: 1.3rem;
  font-weight: 900;
  margin-bottom: 19px;
  line-height: 1;
}
.footerContent ul.menuList {
  margin-bottom: 50px;
}
.footerContent ul.menuList li {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 14px;
}
.footerContent .offerMailBox form > span {
  display: block;
  margin-bottom: 10px;
}
.footerContent .offerMailBox form > span input[type="text"] {
  border: none;
  width: 320px;
  padding: 12px;
}
.footerContent .offerMailBox form > span input[type="text"]::placeholder {
  color: #989898;
}
.footerContent .offerMailBox form > span button {
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  padding: 12px 24px;
}

.footerbar {
  border-top: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 60px;
}
.footerbar .copyright {
  font-size: 1rem;
}

/*----------------------------------------------
 ## オリジナル設定：アコーディオンメニュー
----------------------------------------------*/
.categoryNav {
  border-bottom: 1px solid #eee;
}
.categoryNav .inner {
  border-top: 1px solid #eee;
}
.categoryNav .inner h2 {
  padding: 20px 0;
  line-height: 1.2;
}
.categoryNav .inner > ul {
  opacity: 0;
  visibility: hidden;
  display: none;
  animation: show .4s ease-in 0s;
}
.categoryNav .inner > ul.open {
  opacity: 1;
  visibility: visible;
  animation: show .4s ease-in 0s;
  display: block;
}
.categoryNav .inner > ul > li {
  font-size: 1.2rem;
  margin-bottom: 15px;
  line-height: 1.2;
}
.categoryNav .inner > ul > li > ul {
  padding: 20px 10px;
}
.categoryNav .inner > ul > li > ul:nth-of-type(2) {
  border-top: 1px solid #eee;
}
.categoryNav .inner > ul > li > ul li {
  margin-bottom: 10px;
}
.categoryNav .inner > ul > li > ul li:last-child {
  margin-bottom: 0;
}
.categoryNav .inner > ul > li > ul li a {
  color: #989898;
}

/*=============================================

### オリジナル設定：商品ページ

=============================================*/
/*----------------------------------------------
 ## 商品説明
----------------------------------------------*/
.productEx-section > div {
  margin-bottom: 20px;
}
.productEx-section .productSize h2.ttl {
  margin-bottom: 8px;
  line-height: 1;
}
.productEx-section .productSpec {
  border-top: 1px solid #eee;
}
.productEx-section .productSpec > div {
  border-bottom: 1px solid #eee;
}
.productEx-section .productSpec h2.ttl {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  line-height: 1;
  padding: 20px 0;
}
.productEx-section .productSpec h2.ttl:after {
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url(/lib/img/common/icon_plus.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -5px;
}
.productEx-section .productSpec h2.ttl.active:after {
  background-image: url(/lib/img/common/icon_minus.png);
}
.productEx-section .productSpec .productSpec-inner {
  display: none;
}
.productEx-section .productSpec-color ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-left: -12px;
  padding-bottom: 20px;
}
.productEx-section .productSpec-color ul li {
  width: calc(100% / 6 - 12px);
  margin-left: 12px;
  margin-bottom: 12px;
}
.productEx-section .productSpec-details h3 {
  font-size: 1.4rem;
  font-weight: bold;
}
.productEx-section .productSpec-details .productSpec-inner > div {
  margin-bottom: 15px;
}
.productEx-section .productSpec-details .column p,
.productEx-section .productSpec-details .column div {
  margin-bottom: 15px;
}
.productEx-section .productSpec-details .column p:last-child,
.productEx-section .productSpec-details .column div:last-child {
  margin-bottom: 0;
}

/*----------------------------------------------
 ## この商品を見ている人におすすめ
----------------------------------------------*/
.recommend-section {
  padding-top: 30px;
  margin-bottom: 50px;
  border-top: 1px solid #eee;
}
.recommend-section .ttl2 {
  text-align: center;
  margin-bottom: 20px;
}
.recommend-section .inner {
  padding: 0 18px;
}
.recommend-section .inner a {
  display: block;
  text-align: center;
}
.recommend-section .inner span {
  display: block;
  font-size: 1.2rem;
}
.recommend-section .inner span.productImg, .recommend-section .inner span.productName {
  margin-bottom: 20px;
}
.recommend-section .inner span.productPrice, .recommend-section .inner span.productPrice-add {
  display: inline-block;
}
.recommend-section .inner img {
  width: 100%;
  height: auto;
}
.recommend-section .slick-slide img {
  width: 100%;
  height: auto;
}
.recommend-section .slick-prev,
.recommend-section .slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 36px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  z-index: 10;
  top: 122px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  content: '';
}
.recommend-section .slick-prev {
  left: 0;
}
[dir="rtl"] .recommend-section .slick-prev {
  left: auto;
  right: 0;
}
.recommend-section .slick-next {
  right: 0;
}
[dir="rtl"] .recommend-section .slick-next {
  left: 0;
  right: auto;
}

/*----------------------------------------------
 ## 在庫リスト
----------------------------------------------*/
.itemstockbox {
  width: 640px;
  display: none;
}
.itemstockbox .heading {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.itemstockbox .heading .productImage {
  width: 36%;
  border: 1px solid #000;
}
.itemstockbox .heading .productImage img {
  width: 100%;
  height: auto;
}
.itemstockbox .heading .productInfo {
  width: 64%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
}
.itemstockbox .heading .productInfo .productName {
  font-size: 2rem;
  margin-bottom: 20px;
}
.itemstockbox .introtext {
  margin-bottom: 20px;
}
.itemstockbox .stockdata .area_tab {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.itemstockbox .stockdata .area_tab li {
  width: 30%;
  border: 1px solid #eee;
}
.itemstockbox .stockdata .area_tab li a {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 1.6rem;
}
.itemstockbox .stockdata .area_tab li a.active {
  background-color: #000;
  color: #fff;
}
.itemstockbox .stockdata .stock_content > div {
  display: none;
}
.itemstockbox .stockdata .stock_content > div.is_selected {
  display: block;
}
.itemstockbox .stockdata .stock_content .shop {
  margin-bottom: 20px;
}
.itemstockbox .stockdata .stock_content .shop .ttl {
  font-size: 1.6rem;
  background-color: #eee;
  padding: 10px;
  position: relative;
}
.itemstockbox .stockdata .stock_content .shop .ttl:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: currentColor;
  top: 50%;
  right: 10px;
}
.itemstockbox .stockdata .stock_content .shop .ttl:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 50%;
  right: 10px;
}
.itemstockbox .stockdata .stock_content .shop .ttl.active:after {
  display: none;
}
.itemstockbox .stockdata .stock_content .shop .stockItem {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.itemstockbox .stockdata .stock_content .shop .stockItem > div {
  padding: 10px;
}
.itemstockbox .stockdata .stock_content .shop .btn {
  text-align: right;
  margin-top: 10px;
}
.itemstockbox .stockdata .stock_content .shop .btn a {
  display: inline-block;
  background-color: #000;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  padding-right: 20px;
  font-size: 1.2rem;
}
.itemstockbox .stockdata .stock_content .shop .btn a:after {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}

/*==========================================

### オリジナル設定：商品カテゴリ

===========================================*/
.ctm_contentArea h2.ttl2 {
  margin-bottom: 15px;
  font-size: 1.6rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
.ctm_contentArea h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.ctm_contentArea p,
.ctm_contentArea div {
  margin-bottom: 20px;
}
.ctm_contentArea p:last-child,
.ctm_contentArea div:last-child {
  margin-bottom: 0;
}
.ctm_contentArea dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}
.ctm_contentArea dl dd {
  margin-bottom: 20px;
}
.ctm_contentArea ul {
  list-style-type: circle;
  margin-left: 2em;
  margin-bottom: 20px;
}
.ctm_contentArea ul:last-child {
  margin-bottom: 0;
}
.ctm_contentArea ol {
  list-style-position: inside;
}
.ctm_contentArea .column {
  margin-bottom: 30px;
}
.ctm_contentArea .column:last-of-type {
  margin-bottom: 0;
}
.ctm_contentArea .column a {
  text-decoration: underline;
}
.ctm_contentArea .column a:hover {
  text-decoration: none;
}
.ctm_contentArea .contentTable {
  border-bottom: 1px solid #faf7f4;
  border-left: 1px solid #faf7f4;
}
.ctm_contentArea .contentTable th,
.ctm_contentArea .contentTable td {
  border-top: 1px solid #faf7f4;
  border-right: 1px solid #faf7f4;
  padding: 5px;
}
.ctm_contentArea ul.txList {
  list-style-type: none;
  margin-left: 0;
}
.ctm_contentArea ul.txList li {
  padding-left: 1.5em;
  position: relative;
}
.ctm_contentArea ul.txList li:before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ctm_contentArea .customerserviceBox {
  border: 1px solid #eee;
  padding: 20px;
}

/*------------------------------------------

 ## COLLECTIONS

------------------------------------------*/
.c_collection .contentList {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-left: -25px;
}
.c_collection .contentList .inner {
  width: calc(300px - 25px);
  margin-left: 25px;
  margin-bottom: 25px;
}
.c_collection .contentList .inner a {
  display: block;
  padding-bottom: 10px;
}
.c_collection .contentList .inner a img {
  width: 100%;
  height: auto;
}
.c_collection .contentList .text {
  margin-top: 15px;
  text-align: center;
  font-size: 1.2rem;
}

/*------------------------------------------

 ## ウェブカタログ

------------------------------------------*/
.c_catalogue .catalogueMenu {
  margin-bottom: 50px;
}
.c_catalogue .catalogueMenu ul {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c_catalogue .catalogueMenu li {
  border-right: 1px solid #eee;
}
.c_catalogue .catalogueMenu li:last-child {
  border-right: none;
}
.c_catalogue .catalogueMenu li a {
  padding: 15px;
  color: #93918f;
}
.c_catalogue .catalogueMenu.lower {
  margin-bottom: 0;
}
.c_catalogue h2.ttl2 {
  text-align: center;
  margin-bottom: 35px;
}
.c_catalogue .catalogContainer {
  margin-bottom: 100px;
}
.c_catalogue .catalogContainer:last-of-type {
  margin-bottom: 0;
}
.c_catalogue .catalogueContent {
  margin-bottom: 100px;
}
.c_catalogue .catalogueContent:last-of-type {
  margin-bottom: 50px;
}
.c_catalogue .catalogueContent .image {
  margin-bottom: 20px;
}
.c_catalogue .catalogueContent .productList {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-left: -25px;
  padding-left: 10px;
}
.c_catalogue .catalogueContent .productList .inner {
  width: 216px;
  margin-left: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.c_catalogue .catalogueContent .productList .inner a {
  display: block;
  padding-bottom: 10px;
}
.c_catalogue .catalogueContent .productList .inner a span {
  display: block;
  font-size: 1.2rem;
}
.c_catalogue .catalogueContent .productList .inner a span.productImg, .c_catalogue .catalogueContent .productList .inner a span.productName, .c_catalogue .catalogueContent .productList .inner a span.image {
  margin-bottom: 20px;
}
.c_catalogue .catalogueContent .productList .inner a span.productPrice, .c_catalogue .catalogueContent .productList .inner a span.productPrice-add {
  display: inline-block;
}
.c_catalogue .catalogueContent .productList .inner a span.date, .c_catalogue .catalogueContent .productList .inner a span.text {
  font-size: 1.2rem;
}
.c_catalogue .catalogueContent .productList .inner a img {
  width: 100%;
  height: auto;
}
.c_catalogue .catalogueContent .noproduct-text {
  text-align: center;
  margin-bottom: 25px;
}

/*=============================================

### オリジナル設定：ガイド系コンテンツ

==============================================*/
.lowerContent,
.guideContent {
  width: 767px;
  margin: 0 auto;
}

.guideMenu {
  border: 1px solid #eee;
  margin: 0 auto 50px;
  width: 500px;
}
.guideMenu .guideMenuBtn {
  display: block;
  padding: 15px 10px;
  width: 100%;
  text-align: left;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.guideMenu .guideMenuBtn:after {
  display: block;
  width: 8px;
  height: 8px;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.guideMenu .guideMenuBtn.active:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -3px;
}
.guideMenu ul {
  display: none;
}
.guideMenu ul li {
  border-top: 1px solid #eee;
}
.guideMenu ul li a {
  font-size: 1.4rem;
  color: #333333;
  position: relative;
  display: block;
  padding: 15px 10px;
}
.guideMenu ul li a:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  display: block;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.guideMenu ul li a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/*------------------------------------------

 ## ご利用ガイド　TOP

------------------------------------------*/
.c_guide .guideTopMenu ul {
  border-bottom: 1px solid #eee;
}
.c_guide .guideTopMenu ul li {
  border-top: 1px solid #eee;
  margin: 0;
}
.c_guide .guideTopMenu ul li a {
  font-size: 1.4rem;
  color: #333333;
  position: relative;
  display: block;
  padding: 15px 0;
}
.c_guide .guideTopMenu ul li a:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -5px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c_guide .guideTopMenu ul li a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/*------------------------------------------

 ## ご利用ガイド　ショッピングについて

------------------------------------------*/
.c_guide_howtobuy .column ol {
  list-style-type: none;
}
.c_guide_howtobuy .column ol li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}

/*------------------------------------------

 ## ご利用ガイド　お支払い方法について

------------------------------------------*/
.c_guide_payment .applepayFlow {
  margin-bottom: 20px !important;
}

/*------------------------------------------

 ## ご利用ガイド　MEMBERS POINT CARD について

------------------------------------------*/
.c_guide_members h2.ttl4 {
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 25px;
}
.c_guide_members .ctm_contentArea {
  text-align: center;
}
.c_guide_members .column {
  border-bottom: 1px solid #eee;
  padding-bottom: 45px;
  margin-bottom: 50px;
}
.c_guide_members .column ol {
  list-style-type: none;
  margin-bottom: 20px;
}
.c_guide_members .column ol li {
  margin-bottom: 20px;
}
.c_guide_members .column ol li:last-chid {
  margin-bottom: 0;
}
.c_guide_members .column .image img {
  border: 1px solid #eee;
}
/*------------------------------------------

 ## ご利用ガイド　よくあるご質問

------------------------------------------*/
.faqMenu {
  margin-bottom: 80px;
}
.faqMenu ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.faqMenu li {
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
.faqMenu li:last-child {
  border-right: none;
}
.faqMenu li a {
  padding: 15px;
  color: #93918f;
}

.ctm_contentArea .faqList dt {
  margin: 0 0 5px;
  color: #333333;
  padding: 0;
  padding-left: 2em;
  font-weight: bold;
  position: relative;
}
.ctm_contentArea .faqList dt:before {
  content: "Q.";
  position: absolute;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ctm_contentArea .faqList dd {
  margin: 0 0 2em;
  padding: 0;
  padding-left: 2em;
  position: relative;
}
.ctm_contentArea .faqList dd:before {
  content: "A.";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.ctm_contentArea .faqList dd dt {
  padding: 0;
}
.ctm_contentArea .faqList dd dt:before {
  display: none;
}
.ctm_contentArea .faqList dd dd {
  padding: 0;
}
.ctm_contentArea .faqList dd dd:before {
  display: none;
}

.buisinessdealLayout dt {
  font-weight: bold;
  float: left;
  width: 12em;
  clear: both;
  padding: 10px 0;
}
.buisinessdealLayout dd {
  padding: 10px 0;
  display: block;
  margin-left: 13em;
}

.guide-privacy-policy .sign {
  text-align: right;
}

/*------------------------------------------

 ## ご利用ガイド　お問い合せ

------------------------------------------*/
.guide-contact p.text {
  margin-bottom: 20px;
}
.guide-contact .required {
  color: #f00;
}
.guide-contact .userTable_01 {
  border-color: #eee;
  border-left: none;
  border-bottom: none;
  font-size: 1.4rem;
}
.guide-contact .userTable_01 th {
  vertical-align: top;
  padding-right: 30px;
}
.guide-contact .userTable_01 td {
  border-right: none;
  border-bottom: 1px solid #eee;
  padding: 20px 10px;
  text-align: left;
  vertical-align: top;
}
.guide-contact .userTable_01 td input[type=text] {
  width: 292px;
}
.guide-contact .userTable_01 td textarea {
  height: 160px;
}
.guide-contact .userTable_01 td ul {
  list-style-type: none;
  margin-left: 0;
}
.guide-contact .column {
  text-align: center;
  margin: 30px 0;
}
.guide-contact .ctrl {
  list-style-type: none;
  margin-left: 0;
  padding: 30px 0;
  text-align: center;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.guide-contact .ctrl li button {
  display: block;
  font-size: 1.4rem;
  background-color: #000;
  color: #fff;
  line-height: 1;
  padding: 15px 3em;
  margin: 0 10px;
}

.guide-contact-complete .ctm_contentArea {
  text-align: center;
  padding: 50px 0;
}

/*=============================================

### オリジナル設定：その他コンテンツ

==============================================*/
.contentMenu {
  margin-bottom: 80px;
}
.contentMenu ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contentMenu li {
  border-right: 1px solid #eee;
}
.contentMenu li:last-child {
  border-right: none;
}
.contentMenu li a {
  padding: 15px;
  color: #93918f;
}

/*------------------------------------------

 ## お修理について

------------------------------------------*/
.c_fixandmainten ol li {
  margin-bottom: 10px;
}
.c_fixandmainten ol li ul {
  margin-top: 10px;
}
.c_fixandmainten .mainteColumn {
  margin-bottom: 50px;
}

.repair-entry-itemList {
  background-color: #faf7f4;
  padding: 20px;
  margin-top: 10px;
}
.repair-entry-itemList h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.repair-entry-itemList ol {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 20px;
}
.repair-entry-itemList ol:last-of-type {
  margin-bottom: 0;
}
.repair-entry-itemList ol li {
  margin-bottom: 5px;
}

#mainte3 table {
  width: 100%;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
#mainte3 table th {
  background-color: #faf7f4;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
  padding: 10px 0;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
#mainte3 table td {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}

#mainte4 .inner {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#mainte4 .inner .image {
  width: 45%;
}
#mainte4 .inner .image img {
  width: 100%;
  height: auto;
}
#mainte4 .inner .txBox {
  width: 55%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}

/*------------------------------------------

 ## 保証、サービスについて

------------------------------------------*/
.c_quality ol li {
  margin-bottom: 10px;
}
.c_quality ol li ul {
  margin-top: 10px;
}
.c_quality .qualityColumn {
  margin-bottom: 50px;
}

/*------------------------------------------

 ## CHAN LUUについて

------------------------------------------*/
#FS2_body_Goods.FS2_body_Goods_about_us .layout_table {
  width: 100%;
}

.c_about_us .mainImage {
  margin-bottom: 50px;
}
.c_about_us .mainImage img {
  width: 100%;
  height: auto;
}
.c_about_us .ctm_contentArea {
  width: 1200px;
  margin: 0 auto;
}
.c_about_us .ctm_contentArea .imgBox {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  margin-left: -30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c_about_us .ctm_contentArea .imgBox .inner {
  width: calc(50% - 30px);
  margin-left: 30px;
}
.c_about_us .ctm_contentArea .imgBox .inner img {
  width: 100%;
  height: auto;
}

/*------------------------------------------

 ## 会社概要

------------------------------------------*/
.c_company .update {
  text-align: right;
}
.c_company .companyTable {
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  width: 100%;
}
.c_company .companyTable th {
  background-color: #f5f5f5;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 10px;
  vertical-align: middle;
}
.c_company .companyTable td {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 10px;
  vertical-align: middle;
}

/*------------------------------------------

 ## SHOP LIST

------------------------------------------*/
.c_shoplist .column {
  margin-bottom: 50px;
}
.c_shoplist .column h2.ttl2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
.c_shoplist .column .inner {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.c_shoplist .column .inner .shopName {
  width: 230px;
}
.c_shoplist .column .inner .shopAddress {
  width: 437px;
  padding-left: 20px;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c_shoplist .column .inner .shopMap {
  width: 100px;
  font-size: 1.2rem;
}
.c_shoplist .column .inner .shopMap a {
  color: #93918f;
  position: relative;
  display: inline-block;
}
.c_shoplist .column .inner .shopMap a:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #93918f;
  border-right: 1px solid #93918f;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: -10px;
  margin-top: -3px;
}
.c_shoplist .column .inner .shopTel {
  width: 100px;
}
.c_shoplist .column.stocklist {
  text-align: center;
}
.c_shoplist .column.stocklist h2.ttl2 {
  border-bottom: none;
  margin-bottom: 0;
}
.c_shoplist .column.stocklist a {
  color: #93918f;
  position: relative;
  display: inline-block;
}

/*------------------------------------------

 ## 卸売について

------------------------------------------*/
#FS2_body_Goods.FS2_body_Goods_wholesale .layout_table {
  width: 100%;
}

.c_wholesale .mainImage {
  margin-bottom: 50px;
}
.c_wholesale .mainImage img {
  width: 100%;
  height: auto;
}
.c_wholesale .ctm_contentArea {
  width: 1200px;
  margin: 0 auto;
}
.c_wholesale .ctm_contentArea .inner {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c_wholesale .ctm_contentArea .inner .btn a {
  display: block;
  font-weight: bold;
  border: 1px solid #333333;
  width: 240px;
  padding: 15px 0;
  line-height: 1;
  text-align: center;
}
.c_wholesale .ctm_contentArea .inner .btn a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/*------------------------------------------------------------
### 12/14 アイコン設定
------------------------------------------------------------*/
.FS2_original_icons {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.FS2_original_icons li {
  display: inline-block;
  vertical-align: top;
  margin: 4px 2px 0;
}
.FS2_body_Goods_GoodsDetail .FS2_original_icons {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.gl_Item .FS2_eye_catch_icon {
  text-align: left;
}

.gl_Item .FS2_eye_catch_icon img {
  margin: 4px 2px 0;
}

.FS2_original_icon01.oneleft {
  width: 20%;
}

.FS2_body_Goods_sale ul.FS2_original_icons .oneleft.onlinelimited img {
  width: 30%;
}
.FS2_body_Goods_GoodsSearchList .FS2_original_icon01.oneleft {
  width: 23%;
}




/*=============================================

### IE11 Hack

==============================================*/
_:-ms-lang(x)::-ms-backdrop, .c_collection {
  /* IE11 のみ適用される */
  width: 1200px;
}

_:-ms-lang(x)::-ms-backdrop, .FS2_login_layout_table .FS2_login_layout_table_td_left,
_:-ms-lang(x)::-ms-backdrop, .FS2_login_layout_table .FS2_login_layout_table_td_right {
  padding: 0 20px;
}

_:-ms-lang(x)::-ms-backdrop, .FS2_login_layout_table .FS2_login_layout_table_td_left .userTable_01 th {
  display: block;
}

_:-ms-lang(x)::-ms-backdrop, .FS2_login_layout_table .FS2_login_layout_table_td_left .userTable_01 td input {
  width: 300px;
}

/*----------------------------------------------
 ## 19-02-26
----------------------------------------------*/

.categoryNav .inner h2:hover {
  text-decoration: underline;
}
/*----------------------------------------------
 ## 19-03-15
----------------------------------------------*/

.FS2_memberOnly {
    margin-top: 20px;
}

/*----------------------------------------------
 ## 19-03-22
----------------------------------------------*/

.FS2_inputSelection_table th{
      padding: 1px 15px;
      border-bottom: none;
}
.FS2_inputSelection_table td{
      border-bottom: none;
      padding: 0px 8px;
}
.FS2_OptionPrice_table th{
      padding: 1px 15px;
      border-bottom: none;
}
.FS2_OptionPrice_table td{
      border-bottom: none;
      padding: 0px 8px;
}

/*----------------------------------------------
 ## 19-03-27
----------------------------------------------*/
.productEx-section .productSpec .productSpec-color .productSpec-inner {
    display: block;
}
.layout_footer .lowerMenu {
	padding: 0 32px;
	}
.layout_footer .lowerMenu-content ul li {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.layout_footer .lowerMenu-content.menu_onlineshop {
  width: 1200px;
  left: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
}
.layout_footer .lowerMenu-content.menu_onlineshop .inner {
  width: 20%;
  padding-bottom: 30px;
}
.layout_footer .lowerMenu-content.menu_onlineshop .inner h2.ttl2 {
  margin-bottom: 15px;
}
.layout_footer .lowerMenu-content.menu_onlineshop .inner ul {
  padding: 0;
}
.layout_footer .lowerMenu h2.ttl1 {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 400;
}
.FS2_body_Cart_OrderConfirm .user_content .comfirmAlart {
  border: 5px solid #ecebeb;
  padding: 20px 26px;
  margin-bottom: 35px;
  text-align: center;
}

/*----------------------------------------------
 ## 19-04-18
----------------------------------------------*/

.FS2_Preorder_icon {
    width: 55px;
    display: block;
    margin-bottom: 10px;
}

/*----------------------------------------------
 ## 19-05-27
----------------------------------------------*/

.FS2_body_Goods_GoodsGroupList_1 .user_content.FS2_upper_comment {
    width: 100%;
    margin: 0 auto;
}

/*=========================================================
 2019-10-07
=========================================================*/

.FS2_CheckoutService_comment .cashless{
  position:relative;
  padding-left:24px;
}

.FS2_CheckoutService_comment .cashless:before{
  background: url("/shop/item/chanluu/design/img01/icon_cashless.png") no-repeat; 
  content: '';
  background-size: 100%;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/*=========================================================
 2020-06-19
=========================================================*/

  .productEx-section .note{
    border:3px solid #cbcbcb;
    padding: 10px;
    display: inline-block;
  }

  .productEx-section .note>p>.large{
    font-size:18px;
  }
  .productEx-section .note .bold{
    font-weight:bold;
  }  
.productEx-section .note .small{
	font-size:12px;
}

/*=========================================================
 2020-08-12
=========================================================*/

.footerContent .inner > .ttl {
  font-family: "Avenir LT W01_55 Roman1475520", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .1em;
  font-size: 1.3rem;
  font-weight: 900;
  margin-bottom: 19px;
  line-height: 1;
}
/*=========================================================
 2020-08-31
=========================================================*/

.globalMenu-content.menu_onlineshop .inner .ttl2 {
  margin-bottom: 15px;
  font-weight:bold;
}


/*=========================================================
2020-09-11
=========================================================*/
.globalNav > ul > li {
padding: 0 7px;
}
.globalNav > ul > li > a {
font-size: 1.3rem;
}
/*=========================================================
2020-10-20
=========================================================*/
.categoryNav .inner .ttl2 {
  padding: 20px 0;
  line-height: 1.2;
  font-weight: bold;
}
.categoryNav .inner .ttl2:hover {
  text-decoration: underline;
}
.history-section .ttl2 {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 400;
}

/*=========================================================
2020-11-10
=========================================================*/
.footerContent .ttl2 {
  font-family: "Avenir LT W01_55 Roman1475520", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .1em;
  font-size: 1.3rem;
  font-weight: 900;
  margin-bottom: 19px;
  line-height: 1;
}

/*=========================================================
2020-12-09 カートページ「会員価格」非表示
=========================================================*/
.FS2_Cart_memberPriceLabel {
    display: none;
}

/*=========================================================
2020-12-17
=========================================================*/
.FS2_body_Cart_SettleEdit .inputTableArea .FS2_Delivery_table02 tr {
  width: 100%;
}
.FS2_body_Cart_SettleEdit .inputTableArea .FS2_Delivery_table02 th {
  padding-top: 25px;
  width: 25%;
}
.FS2_body_Cart_SettleEdit .inputTableArea .FS2_Delivery_table02 td {
  border-top: 1px solid #eee !important;
  width: 75%;
}
.FS2_body_Cart_SettleEdit .inputTableArea .FS2_Delivery_table02 th.FS2_Delivery_table_caution {
  width: 100%;
}

/*=========================================================
2020-12-22 検索窓文字色
=========================================================*/
.searchBox input::placeholder {
  color: #666!important;
}

/*----------------------------------------------------
### 21-03-08 フッター上ガイド
----------------------------------------------------*/
.footer-guide-wrap {
    width: 100%;
    background: #f5f5f5;
    padding: 3% 0;
}
.footer-guide-inner {
    display: flex;
    width: 80%;
    margin: auto;
    max-width: 1200px;
    justify-content: space-evenly;
}
.footer-guide-item {
    width: calc(80% / 4);
    text-align: center;
}
.footer-guide-item .image-wrap {
    width: 40%;
    margin: 0 auto 1.5rem;
}
.footer-guide-item .image-wrap img {
    width: 100%;
}
.footer-guide-item .title {
    font-weight: bold;
    text-align: center;
    margin-bottom: .5rem;
    font-size: 110%;
}
.footer-guide-item .desc {
    text-align:center;
    font-size: 11px;
}

/*----------------------------------------------------
### 21-03-08 フッター検索窓
----------------------------------------------------*/
.footer-search-wrap .footer-search-container{
    padding: 3% 0;
}
.footer-search-container .searchBox {
    display: flex;
    justify-content: center;
}
.footer-search-container .searchBox input[type="text"] {
    width: 45rem;
    font-size: 1.3rem;
    border: solid 1px #333;
    padding: .75%;
}
.footer-search-container .searchBox [type="submit"] {
    padding: 0 2%;
    background: #000;
    color: #FFF;
    margin-left: 20px;
}
/*----------------------------------------------------
### 21-03-08 SNSリンクアイコン
----------------------------------------------------*/
.footerContent .iconList a img{
    width: 12px;
}
/*----------------------------------------------------
### 21-06-03 商品詳細　詳細情報初期展開表示
----------------------------------------------------*/
.productEx-section .productSpec-details h2.ttl:after {
  background-image: url(/lib/img/common/icon_minus.png);
}
.productEx-section .productSpec-details h2.ttl.active:after {
  background-image: url(/lib/img/common/icon_plus.png);
}
.productEx-section .productSpec-details .productSpec-inner {
  display: block;
}


/*----------------------------------------------------
### 21-06-16 商品詳細　最大10%pt還元〜
----------------------------------------------------*/
p.iconxtext::before{
content: "";
display: block;
width: 25px;
height: 25px;
position: absolute;
top: 0px;
left: 0;
background: url(https://www.chanluu.jp/lib/img/banner/icon_point0616.png) no-repeat;
background-size: 75%;
}
p.iconxtext {
    position: relative;
    padding-left: 25px;
margin-bottom: 20px;
}
p.iconxtext a {
    text-decoration: underline;
}

/*----------------------------------------------------
### 21-12-16 ヘッダー、フッターリンクライン削除
----------------------------------------------------*/
header a,
footer a {
    text-decoration: none;
}
/*------------------------------------------------------------
### 21-12-20 アイコン設定 10off、30off
------------------------------------------------------------*/
.groupLayout .FS2_original_icon04.coupon10off,
.groupLayout .FS2_original_icon05.coupon30off {
    width: 60%;
}

#FS2_itemlayout_IH4 .FS2_original_icon04.coupon10off,
#FS2_itemlayout_IH4 .FS2_original_icon05.coupon30off {
    width: 25%;
}
ul.FS2_original_icons .coupon30off img {
    width: 75%;
}
ul.FS2_original_icons .coupon10off img {
    width: 75%;
}

/*------------------------------------------------------------
### 22-02-15 アイコン設定 spring2022
------------------------------------------------------------*/
.FS2_original_icon02.spring2022 {
  width: 140px;
}

/*------------------------------------------------------------
### 230216  取扱店舗を見る 非表示
------------------------------------------------------------*/

.btn_stocklist {
  display: none;
}

/*------------------------------------------------------------
### 230609  会員別価格表示
------------------------------------------------------------*/


/******↓　24　06　21　追加　↓*******/
.FS2_special_members_price,
.FS2_special_members_price .itemPrice {
color: red;
}

.FS2_special_members_price .itemPrice {
    font-size: 18px;
    font-weight: bold;
}

/***↓　商品一覧　↓***/
.FS2_itemPrice_text .FS2_special_members_price,
.FS2_itemPrice_text .FS2_special_members_price .itemPrice {
    color: #000;
}
.FS2_itemPrice_text .FS2_special_members_price .itemPrice {
    font-size: 12px;
        font-weight: normal;
}
/***↑　商品一覧　↑***/

/******↑　24　06　21　追加　↑*******/



.FS2_additional_image_itemdetail_container_left .FS2_special_members_price {
  display: block;
color: red;
}

.FS2_additional_image_itemdetail_container_left .FS2_special_members_price .itemPrice {
  color: red;
}


/*------------------------------------------------------------
### 240208  決済画面 NPリンク下線
------------------------------------------------------------*/


#fs2_settleSelect a.np_link{
text-decoration: underline;
}

#fs2_settleSelect a.np_link:hover {
  text-decoration: none;
}
/*------------------------------------------------------------
### 240216  Blogリンク非表示化
------------------------------------------------------------*/
.FS2_additional_image_itemdetail_container_right .productEx-section .linkBt {
display:none;
}

.productEx-item1 > div,
.productEx-item2 > div {
  margin-bottom: 20px;
}

/*------------------------------------------------------------
### 241227  SALE開始時設定
------------------------------------------------------------*/
/*--
.sale_active {
color:red;
}
--*/
