@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

/*========================================
reset
========================================*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  /* background: transparent; */
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  /* text-align: center; */
}
/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}
/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}


/*========================================
 SC BASE CSS
========================================*/
/*フォームパーツ Futureshopのデフォルトスタイルを再読み込み*/

[type="hidden"],
[type="text"],
[type="search"],
[type="tel"],
[type="url"],
[type="email"],
[type="password"],
[type="datetime"],
[type="date"],
[type="month"],
[type="week"],
[type="time"],
[type="datetime-local"],
[type="number"],
select,
textarea {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 3px 5px;
}



/* hoverの設定*/
a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a img:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* 非表示の時のクラス名*/
.dnone {
  display: none;
}


/*========================================
▼Futureshop組み込み時  / カスタマイズ・修正
========================================*/

/*==================
共通
==================*/

body{
  color: #000000;
  background-color:#ffffff;
  /* font-size:1.4rem; */
  line-height: 1.8;
  letter-spacing:1.0px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}


/*プレビューモード非表示*/
.fs-preview-header {
  display: none;
}
/* エラー表示*/
.fs-c-panelContainer {
  flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  /*margin: 20px 0;*/
  box-sizing: border-box;
}
.fs-c-panel {
  margin: 20px 0;
}


/*スマホ・PCでの表示制御*/

/*カルーセル*/

.pc_on{display:block!important;}
.sp_on{display:none!important;}

@media only screen and (max-width:767px) {
.pc_on{display:none!important;}
.sp_on{display:block!important;}
}


/* fs-theme-css 修正*/
p {
  margin: 0rem 0;
}


/*メインエリア*/

.fs-l-main {
  margin: 0px auto;
  padding: 40px 20px 0;
  max-width: 1024px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width:767px) {
  .fs-l-main {
    padding: 40px 10px;
  }
}
/* タイトル*/
.fs-c-wishlistProduct__title, .fs-c-heading--page {
    padding: 0;
    margin-bottom: 40px;
}
@media only screen and (min-width:961px) {
  .fs-c-wishlistProduct__title, .fs-c-heading--page {}
}
.fs-c-wishlistProduct__title:before, .fs-c-heading--page:before {}


/*==================
 パンくず
==================*/
.fs-c-breadcrumb {
    font-size: 1.2rem;
    max-width: 1024px;
    margin: 20px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
}


/*==================
検索窓
==================*/
.fs-p-headerNavigation__search {
  width: 20%;
  margin-left: auto;
  margin-right: 20px;
}
.fs-p-inputGroup {
  display: flex;
  align-items: stretch;
  border: 1px solid #444444;
  background: #fff;
  /*border-radius: 15px;*/
  /* overflow: hidden; */
  padding: 0px 10px 0 0;
}
.fs-p-inputGroup__input {
  border: none;
  /* border-radius: 10px; */
  width: calc(100% - 15px);
  /* flex-grow: 0; */
  padding: 0px 0px 0px 5px;
}
.fs-p-inputGroup__button {
  background: none;
  border: none;
  color: #666;
}
.fs-p-searchForm__button::before {
  top: 0;
  right: 0px;
  bottom: 0;
  left: unset;
}

/*検索フォーム・カートアイコン・マイページアイコン*/
.top_section .menu_area{
    /* position: absolute; */
    /* top: 20px; */
    /* right: 5px; */
    margin-left: auto;
    max-width: 440px;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    align-items: center;
    margin-top: 0px;
}

/*検索フォーム*/

.fs-p-searchForm__button {
  width: 60px;
  height: 35px;
  line-height: 35px;
  color: #ffffff !important;
  background: #000000;
  font-size: 14px;
  text-indent: 0;
}
.fs-p-searchForm__button::before {
  display: none;
}


.top_section .searchBox_wrap{}
.top_section .searchBox {
    float: none;
}
.top_section .fs-p-inputGroup {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0 0 2px;
    align-items: center;
}
.top_section .fs-p-searchForm__input {
    height: 30px;
    font-size: 1.0rem;
    line-height: 30px;
    padding: 0 0px 0 30px;
    background: url(https://signpost.itembox.design/item/assets/img/Icon_search.png) no-repeat;
    background-size: 16px;
    background-position: left 5px top 7px;
    color: #000;
    opacity: 1;
    width: 170px;
}
.top_section .fs-p-searchForm__button {
    background: #666;
    /* color: #666!important; */
    width: 40px;
    font-size: 1.0rem;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    text-align: center;
}
.top_section .fs-p-searchForm__button::before {}



/*==================
ヘッダー
==================*/

/*header調整 (テンプレート)*/
.fs-l-header {
  padding: 0;
  position:relative;
}

.header{
  border-bottom:1px solid #eee;
}

.hTopText {
  background: #AFA79F;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 35px;
  /* padding: 5px 0 5px; */
  letter-spacing: 1.2px;
  height: 35px;
  /* max-width: 1280px; */
  /* margin: 0 auto; */
}
.hTopText--big {
  /* font-size: 1.6rem; */
  /* vertical-align: baseline; */
  /* margin-left: 5px; */
  /* line-height: 1.2; */
}
.hTopText ul{
  display:flex;
  /*float:right;*/
  position:absolute;
  align-items: center;
  top: 8px;
  right: 2%;
  line-height: 0;
}
.hTopText ul li{
  display:flex;
  align-items:center;
  padding: 0px 8px;
}
.hTopText ul li:last-child{
  padding-right:0;
}
.hTopText ul li img{
  height: 18px;
  /* width: 20px; */
}
/*ヘッダー全体のスタイル*/
.header_inner hr{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    border: 0;  /*デフォルトデザインでは線がある場合があるので、消しておく。*/
}
.header_inner{
    padding: 0 0px;
    /* min-width: 1080px; */
    box-sizing: border-box;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    /* display: flex; */
    padding: 0 20px;
    /* border-bottom: 1px solid #EEEEEE; */
    padding: 10px 10px;
}
.gNavWrap_none{
    border: none!important;
}


/*ヘッダー上部*/
.top_section{
    display: flex;
    align-items: center;
}

/*ロゴ・キャプション*/
.top_section .logo_area{
  position:relative;
  width: 95px;
  height: 58px;
}
.top_section .logo_area h1{
    text-align: center;
    /* padding: 10px 0 10px; */
    background: #fff;
    box-shadow: 0px 0px 3px #dadada;
    background: #fff;
    height: 95px;
    width: 95px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -20px;
    z-index: 2;
}
.top_section .logo_area img{
    max-width: 50px;
    padding-left: 4px;
    padding-bottom: 3px;
}
.top_section .logo_area p{
    font-size: 1.1rem;
}

/*カートアイコン・マイページアイコン*/
.top_section  .head_wrap{
    padding: 0px 0px 0px 40px;
}
.top_section  .head_wrap .head_icon_list{
        display:flex;
        align-items:center;
        justify-content: start;
        font-size: 1.2rem;
        letter-spacing: 1.0px;
}
.top_section  .head_wrap .head_icon_list li{
    position: relative;
}
.top_section  .head_wrap .head_icon_list li:first-child{
  
padding: 0 20px 0 0px;
}
.top_section  .head_wrap .head_icon_list li a{
    display: flex;
    align-items: center;
    color: #000;
}

.top_section  .head_wrap .head_icon_list li.head_icon_mypaga{}
.top_section  .head_wrap .head_icon_list li.head_icon_mypaga a::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://signpost.itembox.design/item/assets/img/icon_user.png);
  background-size: contain;
  background-repeat:no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

.top_section  .head_wrap .head_icon_list li.head_icon_cart{}
.top_section  .head_wrap .head_icon_list li.head_icon_cart a::before{
  content: '';
  display: inline-block;
  width: 24px;
  height: 20px;
  background-image: url(https://signpost.itembox.design/item/assets/img/icon_cart.png);
  background-size: contain;
  background-repeat:no-repeat;  
  vertical-align: middle;
  margin-right: 10px;
}

.head_text_info{
  font-size: 1.0rem;
  margin: 10px 0 0;
  letter-spacing: 1.2px;
}

/*ナビゲーション部分*/
.header_nav_wrap{
    padding-left: 30px;
}
.header_nav_list{
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    padding: 10px 0;
    font-size: 1.4rem;
    letter-spacing: 1.4px;
    position: relative;
    font-weight: 400;
}
.header_nav_list_item{
    /* position: relative; */
    padding-right: 10px;
}
.header_nav_list_item:last-child{
    padding-right:00px;
}
.header_nav_list_item a{
  display:flex;
  align-items:center;
  cursor: pointer;
}
.header_nav_list_item a.is-active span{
  border-bottom: 1px solid #000;
}
.header_nav_list_item > a::after{
    content: '';
    display: inline-block;
    width: 9px;
    height: 6px;
    background-image: url(https://signpost.itembox.design/item/assets/img/Icon_arrowdown.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
    background-repeat: no-repeat;
}
.header_nav_list_item > a.is-active::after{
  transform: rotate(180deg);
}

/*パネル部分*/
.header_nav_inner{
    position: absolute;
    z-index: 9999;
    background: #fff;
    top: 45px;
    left: 50%;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    min-width: 100%;
    display:none;
}
.header_nav_contents{
    padding: 0px;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 1px 3px #00000029;
    font-weight:normal;
}
.header_nav_contents_list{
    display: flex;
    justify-content: center;
}
.header_nav_contents_list .header_nav_box{
    width: 100%;
    padding: 0px 0px;
    border-right: 1px solid #ddd;
}
.header_nav_contents_list .header_nav_box:last-child {
    border-right: none;
}
.header_nav_contents_list .nav_banner{
    min-width: 320px;
    padding-left: 0;
}
.header_nav_contents_list .nav_banner .nav_banner_inner{
    /* padding: 40px; */
}
.header_nav_contents_list .nav_banner  a{}
.header_nav_contents_list .nav_banner  img{}
.header_nav_contents_list .nav_caption{
    min-width: 220px;
    /* font-size: 1.2rem; */
}
.header_nav_contents_list .nav_caption .nav_caption_inner{}
.header_nav_contents_list .nav_caption h2{
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 1.4rem;
}
.header_nav_contents_list .nav_caption p{
    font-size: 1.3rem;
}
.header_nav_contents_list .menu_list{
    min-width: 190px;
}
.header_nav_contents_list .menu_list .menu_list_item{
    font-size: 1.3rem;
}
.header_nav_contents_list .menu_list .menu_list_item li.menu_list_item_ttl{
    font-size: 1.4rem;
    margin-bottom: 10px;
    margin-left: 0;
    line-height: 1.4rem;
}
.header_nav_contents_list .menu_list .menu_list_item li{
    border-bottom: 1px solid #EFEFEF;
    padding: 15px;
}
.header_nav_contents_list .menu_list .menu_list_item li:last-child{
    border-bottom:none;
}
.header_nav_contents_list .menu_list .menu_list_item li a{
  display:flex;
  align-items:center;
  color: #000;
}
.header_nav_contents_list .menu_list .menu_list_item li a::before{
  content: '';
  display: inline-block;
  width: 4px;
  min-width: 4px;
  max-width: 4px;
  height: 6px;
  background-image: url(https://signpost.itembox.design/item/assets/img/Icon_arrowright.png);
  background-size: contain;
  vertical-align: middle;
  margin-right:5px;
}


@media only screen and (max-width: 767px) {

.header{}
.hTopText {
  font-size: 1.0rem;
  line-height: inherit;
  letter-spacing: 1.2px;
  height: auto;
  padding:5px 10px;
}
.hTopText ul{display:none;}

/*ヘッダー全体のスタイル*/
.header_inner{}
.gNavWrap_none{}

/*ヘッダー上部*/
.top_section{
    position: relative;
    flex-wrap: wrap;
}


/*ロゴ・キャプション*/
.top_section .logo_area{
    width: 100%;
    height: auto;
}
.top_section .logo_area h1{
    position: relative;
    width: auto;
    height: auto;
    background: none;
    border: none;
    box-shadow: none;
    top: 0;
    z-index: 0;
}
.top_section .logo_area img{
    padding: 0;
}
.top_section .logo_area p{}

/*検索フォーム・カートアイコン・マイページアイコン*/
.top_section .menu_area{
    max-width: unset;
    /* margin: 0; */
    width: 65px;
    position: absolute;
    top: 30px;
    right: 0;
}


/*カートアイコン・マイページアイコン*/
.top_section  .searchBox_wrap{display:none;}
.hamburger_menu_wrap .searchBox_wrap{display:block;padding: 10px;background-color: #fff;}
.top_section  .head_wrap{
    padding: 0;
}
.top_section  .head_wrap .head_icon_list{}
.top_section  .head_wrap .head_icon_list li{}
.top_section  .head_wrap .head_icon_list li:first-child{
    padding: 0 10px 0 0;
}
.top_section  .head_wrap .head_icon_list li a{}
.top_section  .head_wrap .head_icon_list li.head_icon_mypaga{
    font-size: 0;
}
.top_section  .head_wrap .head_icon_list li.head_icon_mypaga a::before{
    margin: 0;
}
.top_section  .head_wrap .head_icon_list li.head_icon_cart{
    font-size: 0;
}
.top_section  .head_wrap .head_icon_list li.head_icon_cart a::before{
    margin: 0;
}
.head_text_info{
    display: none;
    /* letter-spacing: 0.3px; */
    text-align: center;
    width: 100%;
    line-height: 1.6;
}


/*ナビゲーション部分*/
.header_nav_wrap{
    display:none;
}
/*パネル部分*/
.header_nav_inner{
  display:none;
}


}


/*==================
ハンバーガー メニュー
==================*/
html, body {
  overflow-x: hidden;
}
.hamburger_menu_wrap {
  position: absolute;
  top: 190px;
  left: 100%;
  width: 35%;
  height: auto;
  background: rgb(255 255 255);
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 右からスライド */
  transition: right 0.5s;
  z-index: 5;
  flex-wrap: wrap;
  padding: 100px 0px 100px 0px;
  min-height: 550px;
  display: none;
}
.hamburger_menu_wrap ul {
  list-style: none;
}
.hamburger_menu_wrap .hamburger_menu_nav li:not(:last-child) {
  margin-bottom: 30px;
}
.hamburger_menu_wrap .hamburger_menu_nav a {
  color: #ffffff;
  position: relative;
  padding-left: 10px;
}
.hamburger_menu_wrap .hamburger_menu_nav a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* ナビゲーションボタン（開く） */
#navbtn {
  padding: 0;
  outline: none;
  border: none;
  background: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  margin-right: 20px;
  display: none;
}
#navbtn::before, #navbtn::after {
  content: '';
  display: block;
  height: 1px;
  background-color: #333333;
  transform: translateY(10px);
  transition: 0.3s ease-in-out;
}
#navbtn::before {
  transform: translateY(-10px);
  box-shadow: 0 10px #333333;
}
/* ナビゲーションボタン（閉じる） */
.open #navbtn {
  z-index: 100;
}
.open #navbtn::before {
  transform: rotate(-45deg);
  box-shadow: none;
}
.open #navbtn::after {
  transform: rotate(45deg);
  box-shadow: none;
}
/* ナビゲーションメニュー 開いた時*/
.open .hamburger_menu_wrap {
  right: 10%;
}
/* メニューを右に寄せる */
.hamburger_menu_wrap {
  /* 右寄せ */
  margin-left: auto;
}
.hamburger_menu_wrap ul.hamburger_menu_nav {
  /* display: flex; */
  list-style: none;
  width: auto;
  order: 1;
  /* width: 100%; */
  padding-left: 30px;
  /* margin-left: 0px; */
}
.hamburger_menu_wrap ul.hamburger_menu_nav li:nth-child(1) a::before {
  content: "";
  position: absolute;
  text-indent: 0;
  top: -5px;
  left: -30px;
  background: url(https://yakyu.itembox.design/item/assets/img/icon_registration.png) no-repeat 3px 0px;
  background-size: contain;
  height: 20px;
  width: 30px;
}
.hamburger_menu_wrap ul.hamburger_menu_nav li:nth-child(2) a::before {
  content: "";
  position: absolute;
  text-indent: 0;
  top: -5px;
  left: -30px;
  background: url(https://yakyu.itembox.design/item/assets/img/icon_member.png) no-repeat 2px 0px;
  background-size: contain;
  height: 20px;
  width: 30px;
}
.hamburger_menu_wrap ul.hamburger_menu_nav li:nth-child(3) a::before {
  content: "";
  position: absolute;
  text-indent: 0;
  top: -5px;
  left: -30px;
  background: url(https://yakyu.itembox.design/item/assets/img/icon_guide.png) no-repeat 0px 3px;
  background-size: contain;
  height: 20px;
  width: 25px;
}
.hamburger_menu_wrap ul.hamburger_menu_nav li:nth-child(4) a::before {
  content: "";
  position: absolute;
  text-indent: 0;
  top: -5px;
  left: -30px;
  background: url(https://yakyu.itembox.design/item/assets/img/icon_contact.png) no-repeat 0px 3px;
  background-size: contain;
  height: 20px;
  width: 22px;
}
.hamburger_menu_wrap ul.hamburger_menu_nav li:nth-child(5) a::before {
  content: "";
  position: absolute;
  text-indent: 0;
  top: -5px;
  left: -30px;
  background: url(https://yakyu.itembox.design/item/assets/img/icon_media.png) no-repeat 0px 3px;
  background-size: contain;
  height: 20px;
  width: 22px;
}
.hamburger_menu_wrap ul.hamburger_menu_nav li:nth-child(6) a::before {
  content: "";
  position: absolute;
  text-indent: 0;
  top: -5px;
  left: -30px;
  background: url(https://yakyu.itembox.design/item/assets/img/icon_company.png) no-repeat 0px 3px;
  background-size: contain;
  height: 20px;
  width: 22px;
}
.nav_sns_block {
  display: flex;
  margin: 30px 0 0;
  width: 100%;
  order: 2;
  /* align-items: center; */
  justify-content: center;
}
.nav_sns_block div {
  max-width: 40px;
}
.nav_sns_block div:not(:last-child) {
  margin-right: 10px
}
.nav_sns_block div a {
  padding: 0;
}
.nav_sns_block div img {
  width: 100%;
}
.section--drawer {
  display: none;
}
@media screen and (max-width: 767px) {
  /* 767px以下用（タブレット／スマートフォン用）の記述 */
  .pulldown_menu_wrap {
    display: none
  }
  .fs-p-headerNavigation__search {
    width: 0%;
    margin: 0 auto;
    max-width: 300px;
  }
  #navbtn {
    position: absolute;
    top: 30px;
    left: 0px;
    margin-right: 0px;
    display:block;
    margin-right: auto;
    width: 30px;
    z-index: 1;
  }
  .open .overlay{
    background: #00000070;
    /* z-index: 9999; */
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .open #navbtn {
    position: fixed;
    top: 10px;
    background: none;
    /* width: 30px; */
    height: 30px;
    right: 5px;
    left: unset;
  }
  .hamburger_menu_wrap {
    position: fixed;
    top: 0;
    right: 100%;
    width: 90%;
    height: 100%;
    padding: 0px;
    min-height: unset;
    display: block;
    overflow-y: scroll;
    /* justify-content: center; */
    background: #eee;
  }
  .open .hamburger_menu_wrap {
    /* left: 0; */
  }
  .open #navbtn::after, .open #navbtn::before {
    background-color: #fff;
  }
  .hamburger_menu_wrap a {
    color: #000;
    text-decoration: none;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    font-size: 1;
  }
  .hamburger_menu_wrap ul.hamburger_menu_nav {
    margin-left: 20px;
  }
  .nav_sns_block {
    margin-bottom: 20px;
  }
  /*スマホ用メニュー*/
  .section--drawer {
    padding-top: 10px;
    margin-bottom: 0px;
    display: block;
    background: #fff;
  }
  .dNav__unit {
    border-bottom: solid 1px #c9c9c9;
  }
  .dNav__unit.open {
    border-bottom: none;
  }
  .dNav__unit:first-child {
    border-top: solid 1px #c9c9c9;
  }
  .dNav__link {
    width: 100%;
  }
  .dNav__table {
    display: table;
    table-layout: fixed;
  }
  .dNav__cell {
    display: table-cell;
    vertical-align: middle;
    /* height:60px; */
    padding-left: 10px;
    padding: 15px 0 15px 10px;
  }
  .dNav__icon {
    text-align: left;
    padding: 0px 0px 0px 10px;
    font-size: 42px;
    width: 52px;
  }
  .dNav__name {
    text-align: left;
    /*font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', "游明朝体", "Yu Mincho" , "HG明朝E", "メイリオ", Meiryo, sans-serif;*/
    font-size: 1.2rem;
  }
  .dNavName--small {
    font-size: 13px;
    margin-left: 10px;
  }
  .dNav__link--acMenu {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
  }
  .dNav__link--acMenu .dNav__name:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
  }
  .dNav__link--acMenu .dNav__name.open::before {
    transform: rotate(-180deg);
    top: 35%
  }
  /*横50%タイプ*/
  .dNav__unit.open .dNav__name:before {
    content: "\f054";
    font-size: 14px;
  }
  .dDropNav--type1 {
    border-top: solid 1px #999999;
    border-bottom: solid 1px #cccccc;
  }
  .dDropNav--type1 .dDropNav__unit {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .dDropNav--type1 .dDropNav__unit:nth-child(2n) {
    border-left: 1px solid #cccccc;
  }
  .dDropNav--type1 .dDropNav__unit:nth-child(n+3) {
    border-top: 1px solid #cccccc;
  }
  .dDropNav--type1 .dDropNav__link {
    line-height: 1;
    background: #f2f2f2;
    padding: 25px 10px;
    display: block;
    font-size: 12px;
  }
  /*テキスト横1タイプ*/
  .dDropNav--type2 {
    border-top: solid 1px #c9c9c9;
    border-bottom: solid 1px #c9c9c9;
    padding: 0 0px 0 0px;
  }
  .dDropNav--type2 .dDropNav__unit:nth-child(n+2) {
    border-top: solid 1px #c9c9c9;
  }
  .dDropNav--type2 .indent {
    padding-left: 10px;
  }
  .dDropNav__link {
    position: relative;
    display: block;
    padding: 15px 0 15px 15px;
    color: #fff;
    font-size: 1.2rem;
  }
  .dDropNav__link:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 25px;
    /* color: #cccccc; */
    transform: translateY(-50%);
  }
  .dDropNav__link_icon_none {
    left: 0px;
  }
  .dDropNav__link_icon_none:after {
    content: none;
  }
  /* 第三階層までのプルダウンメニュー装飾*/
  .dNav__unit .dDropNav--type2 .dDropNav--type2 {
    border-bottom: none;
  }
  .dNav__unit .dDropNav--type2 a.dNav__link--acMenu {
    border-top: solid 1px #c9c9c9;
  }
  .dNav__unit .dDropNav--type2 a:first-child.dNav__link--acMenu {
    border-top: none;
  }
  .dNav__unit .dDropNav--type2 .dNav__name {
    font-size: 14px;
    padding-left: 15px;
  }
  .dNav__unit .dDropNav--type2 .dDropNav--type2 .dDropNav__link {
    padding: 15px 0 15px 20px;
  }
  .dNav__unit .dDropNav--type2 .dNav__link--acMenu .dNav__name:before {
    content: "\f078";
    font-size: 9px;
    right: 25px;
  }
  
  /*会員登録・ログインなど*/
  .drawerAccSection {
    background: #eeeeee;
    padding: 20px 5px 20px;
  }
  .drawerAcc__regist {
    text-align: center;
    border: 1px solid #000000;
    line-height: 60px;
    font-size: 1.2rem;
    margin: 1%;
  }
  .drawerAcc{
    display:flex;
    flex-wrap:wrap;
  }
  .drawerAcc__unit {
    /* float: none; */
    width: 48%;
    text-align: center;
    border: 1px solid #000000;
    line-height: 60px;
    font-size: 1.2rem;
    /* padding: 1%; */
    margin: 1%;
  }
  .drawerAcc__unit:nth-of-type(n+2) {
    /*margin-left: 2%;*/
  }
  .drawerAcc__unit:nth-of-type(2n+1) {
    /* margin-left: 0; */
    /* clear: both; */
  }
  .drawerAcc__unit:nth-of-type(n+3) {
    /*margin-top: 2%;*/
  }
  .dAccIcon {
    width: auto;
    height: 20px;
    vertical-align: middle;
    margin-right: 8px;
  }  
  /*会員登録・ログインなど*/
  .drawerAccSection {
    background: none;
  }
  .drawerAcc__regist {
    border: 1px solid #666666;
    background:#fff;
  }
  .drawerAcc__unit {
    border: 1px solid #666666;
    background:#fff;  
  }
  .drawerAcc__unit a{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
}




/*==================
フッター
==================*/
.fs-l-footer{
  margin-top: 40px;
}

.footer {
    background: #AFA79F;
    color: #fff;
}
.footer-contents {
    max-width: 1024px;
    margin: 0 auto;
    padding: 20px 20px 40px;
    font-size: 1.3rem;
}
.footer-sns{
  display:flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px;
}
.footer-sns li{
  margin:10px;
}
.footer-sns li img{
  height:25px;
}
.footer-menu-container {
}
.footer-menu {
    /* margin-right: 130px; */
    /* width: 35%; */
    /* margin-right: 5%; */
}
.footer-menu:nth-child(3) {
    margin-right: 0;
}
.footer-menu-list-title {
    /* margin-bottom: 24px; */
    font-size: 1.3rem;
    /* font-weight: bold; */
    border-bottom: 1px solid #fff;
    display: none;
    margin: 0 0 10px;
}
.footer-menu-list{
  display:flex;
  justify-content:center;
  margin: 0 0 20px;
}
.footer-menu-list-item {
    margin-left: 30px;
    /* margin-bottom: 5px; */
}
.footer-menu-list-item a{
    color:#fff;
}
.footer-item-list {
    display: flex;
    flex-direction: column;
    height: 700px;
    flex-wrap: wrap;
    justify-content: left;
    align-content: baseline;
    width: 440px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.4em;
}
.footer-item-list li {
    margin-right: 45px;
}

.footer_shopinfo_area{
    margin-left:auto;
}
.footer_logo img{
    width:200px;
}
.mail-icon {
    vertical-align: middle;
}
.sns-link-list {
    display: flex;
    margin-top: 36px;
}
.sns-link {
    margin-right: 16px;
}
.mail-magazine-text {
    text-align: center;
    margin: 56px 0 36px;
}
.mail-magazine-title {
    font-size: 3.2rem;
    margin-bottom: 24px;
}
.mail-magazine-caption {
    line-height: 1.4em;
    margin-bottom: 24px;
}
.mail-magazine-btn-wrap {
    margin-bottom: 0;
}
.footer-bottom {
    /* background: #6E6E6E; */
}
.footer-bottom-inner {
    padding: 0px 0 0;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
}
.copy-right {
    /* font-size: 10px; */
    /* margin-top: 20px; */
    letter-spacing: 0.1em;
}
.copy-right a{
    color:#fff;
}

@media screen and (max-width: 767px) {
    .fs-l-footer{
      margin-top:20px;
    }
    .footer-contents {
        width: 100%;
        padding: 20px 0px;
        margin-top: 0px;
    }
    .footer-menu-container {
        display: block;
        margin-bottom: 20px;
    }
    .footer-menu {
        margin-bottom: 40px;
        width: 100%;
    }
    .footer-menu-list-title{
      display:block;
      padding: 10px;
    }
    .footer-menu:last-child {
        margin-bottom: 0;
    }
    .footer-menu-list{
      display:block;
      margin: 0;
    }
    .footer-menu-list-item {
        margin-bottom: 0px;
        margin-left: 0;
        padding: 10px 20px;
        border-bottom: 1px solid #fff;
    }
    .footer-menu-list-item a{
        padding: 10px 0;
        display: block;
        position:relative;
    }
	.footer-menu-list-item a:hover{
        text-decoration:none;
    }
    .footer-menu-list-item a:after{
        content: "";
        display: inline-block;
        width: 9px;
        height: 14px;
        background-image: url("https://signpost.itembox.design/item/assets/img/icon_arrow.svg");
        background-size: contain;
        position: absolute;
        top: 15px;
        right: 0px;
    }
    .footer_shopinfo_area{
        text-align:center;
    }
    .footer-bottom-inner{
        padding: 20px;
    }
}



/*==================
TOP コンテンツ
==================*/

/*カルーセル*/

.pc_carousel{}
.sp_carousel{display:none;}

@media only screen and (max-width:767px) {
.pc_carousel{display:none;}
.sp_carousel{display:block;}
}


/*--------------------
共通 フローティングボタン
--------------------*/

.floating_button{
    position: fixed;
    right: 5%;
    bottom: 5%;
	display: none;
}
.floating_button img{
    width: 40px;
	height: 40px;
}


/*==========
 TOPの全体のレイアウト
 ==========*/
.fs-body-top .fs-l-main{
    max-width: unset;
    padding: 40px 0;
}
.fs-body-top .fs-l-pageMain{
  max-width:unset;
}
.bg_gray{
    background: #F7F7F7;
}

/* ==========
タイトル・キャプション共通
==========*/
.ttl_sub_block{
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', "游明朝体", "Yu Mincho" , "HG明朝E", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    letter-spacing:1.6px;
    margin: 0px 0 40px;
}
.ttl_sub{
    font-size: 2.0rem;
}
.ttl_sub_caption{
    margin-top:10px;
    font-size:1.3rem;
    line-height:1.8;
}

/*==========
ボタン 共通
==========*/
a.btn_type01{
    border-radius: 5px;
    background: #8A8A8A;
    padding: 10px 10px;
    display: inline-block;
    width: 180px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* ==========
TOP NEWS 
==========*/
.top_news_wrap{
    padding: 20px 0 60px;
}
.top_news_inner{
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
}

/*NEWSパーツ*/
.fs-p-dateList > li {
  padding: 20px;
  border: 1px solid #B2B2B2;
  border-width: 1px 0 1px 0;
  border-top: none;
}
.fs-p-dateList > li:last-child {
  padding: 20px;
}
.fs-p-dateList > li time:first-child {
  background: #AFA79F;
  color: #fff;
  line-height: unset;
  padding: 8px 15px;
  font-size: 1.2rem;
  border-radius: 5px;
  margin-right: 10px;
}

/* ==========
TOP CATEGORY 
==========*/
.top_column_wrap{
    padding: 60px 0 60px;
    width: 100%;
}
.top_column_inner{
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
}
.top_column_inner .fs-pt-column--3{
  padding: 0px 80px;
}

/*コラムパーツ 修正*/

.fs-pt-column__item{
  position:relative;
  display: block;
}
.fs-pt-column__image{
  /* background:#000; */
  /* display:block; */
  /* border-radius: 10px; */
  /* overflow: hidden; */
}
.fs-pt-column__image img{
  /* opacity: 0.8; */
}
.fs-pt-column__heading{
  margin: 0;
  font-size: 1.7rem;
  font-weight: normal;
  color: #000;
  font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', "游明朝体", "Yu Mincho" , "HG明朝E", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 3.0px;
  text-align: center;
  display: block;
}

  .fs-pt-column--3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .fs-pt-column--3 > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-pt-column--3 > *:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-pt-column--3 > *:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-pt-column--3 > *:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }


/* ==========
TOP NEW ARRIVAL / RECOMMENDED ITEM 
==========*/
.top_new_arrival_wrap{
    padding: 60px 0 20px;
    width: 100%;
}
.top_new_arrival_inner{
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 30px;  
}

.top_recommended_wrap{
    padding: 60px 0 60px;
    width: 100%;  
}
.top_recommended_inner{
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 30px;    
}

/*カルーセル*/
.fs-c-productListCarousel .fs-c-buttonContainer{
  display:none;
}
.fs-c-productListCarousel__ctrl.slick-disabled:hover,
.fs-c-productListCarousel__ctrl.slick-disabled{
  opacity:1;
}
.fs-c-button--carousel--prev::before{
  content:"";
  background-image:url(https://signpost.itembox.design/item/assets/img/icon_prev.png);
  background-size:contain;
  background-repeat:no-repeat;
  width:30px;
  height:30px;
}

.fs-c-button--carousel--next::before{
  content:"";
  background-image:url(https://signpost.itembox.design/item/assets/img/icon_next.png);
  background-size:contain;
  background-repeat:no-repeat;
  width:30px;
  height:30px;
}

/* ==========
TOP ABOUT
==========*/
.top_about_wrap{
    padding: 60px 0 60px;
}
.top_about_inner{
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
}
.about_contents_area{
    display: flex;
    align-items: center;
}
.about_contents_area .img_block{
    /* max-width: 300px; */
    width: 60%;
    text-align: center;
    padding: 10px;
}
.about_contents_area .img_block img{
  max-width:400px;
  width: 100%;
}
.about_contents_area .img_block video{
  width: 100%;
  height: auto;
}
.about_contents_area  .shop_info{
    font-size: 1.3rem;
    line-height: 2.0;
    letter-spacing: 1.2px;
    padding: 10px;
}
.about_contents_area  .shop_info h3{
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', "游明朝体", "Yu Mincho" , "HG明朝E", "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.about_contents_area  .shop_info p{}
.about_contents_area  .shop_info .shop_list{
    margin: 20px 0 0;
}
.shop_info .shop_list .shop_list_block{
    margin-bottom: 10px;
}
.shop_info .shop_list .shop_list_block h4{
    font-weight: bold;
}
.shop_info .shop_list .shop_list_block p{}
.shop_info .btn_area{
    margin-top: 20px;
}
.shop_info .btn_area a{}

/* ==========
TOP CONTACT
==========*/
.top_contact_wrap{
    padding: 60px 0 40px;
}
.top_contact_inner{
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
}
.contact_info{
    text-align: center;
    font-size: 1.3rem;
    line-height: 2.0;
    letter-spacing: 2.0px;
}


@media screen and (max-width: 767px) {

/*==========
 TOPの全体のレイアウト
 ==========*/
.fs-body-top .fs-l-main{}
.bg_gray{}

/* ==========
タイトル・キャプション共通
==========*/
.ttl_sub_block{
    margin: 0  0 20px;
}
.ttl_sub{}
.ttl_sub_caption{}

/*==========
ボタン 共通
==========*/
.btn_type01{}

/* ==========
TOP NEWS 
==========*/
.top_news_wrap
.top_news_inner{}

/*NEWSパーツ*/
  .fs-p-dateList > li {
    padding: 20px 10px;
  }
  .fs-p-dateList > li:last-child {
    padding: 20px 10px;
  }
  .fs-p-dateList > li time:first-child {
    display: block;
    width: max-content;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 1.0rem;
  }

/* ==========
TOP CATEGORY 
==========*/
.top_column_wrap{}
.top_column_inner{}
.top_column_inner .fs-pt-column--3{
  padding:0;
}
/*コラムパーツ 修正*/

.fs-pt-column__item{
  position:relative;
  display: block;
  padding: 6px;
}
.fs-pt-column__image{
  background: unset;
  display:block;
  border-radius: 10px;
  overflow: hidden;
  /* border: 1px solid #000; */
}
.fs-pt-column__image img{
  /* opacity: 0.8; */
}
.fs-pt-column__heading{
  margin: 0;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', "游明朝体", "Yu Mincho" , "HG明朝E", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 2.0px;
  text-align: center;
  width: 100%;
}

  .fs-pt-column--3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .fs-pt-column--3 > *:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  }
  .fs-pt-column--3 > *:nth-child(2) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;;
  }
  .fs-pt-column--3 > *:nth-child(3) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
  }
  .fs-pt-column--3 > *:nth-child(4) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
  }
/* ==========
TOP NEW ARRIVAL / RECOMMENDED ITEM 
==========*/
.top_new_arrival_wrap{
  padding: 60px 0 0;
}
.top_new_arrival_inner{
    padding: 0px 5px;
}

.top_recommended_wrap{
    padding: 20px 0 40px;
}
.top_recommended_inner{
    padding: 0px 5px;  
}

/*カルーセル*/

.fs-c-productListCarousel__list__item {
    /* flex-basis: 192px; */
    /* max-width: 192px; */
    /* min-width: 152px; */
    /* margin: 0px 4px; */
}

.fs-c-productListCarousel{
  position:relative;
}
.fs-c-productListCarousel__ctrl{
  position: absolute;
}
.fs-c-productListCarousel__ctrl--prev{
  top: 50%;
  left: -5px;
  z-index: 9999;
}
.fs-c-productListCarousel__ctrl--next{
  top: 50%;
  right: -5px;
  z-index: 9999;  
}
.fs-c-button--carousel--prev::before{
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
}

.fs-c-button--carousel--next::before{
  width:25px;
  height:25px;
  background-color: #fff;
  border-radius: 50%;
}

/* ==========
TOP ABOUT
==========*/
.top_about_wrap{
    padding: 40px 0 40px;
}
.top_about_inner{
    padding: 0 10px;
}
.about_contents_area{
    flex-wrap: wrap;
}
.about_contents_area .img_block{
    width: 100%;
}
.shop_info .btn_area{
    text-align: center;
}
.shop_info .btn_area a{}

/* ==========
TOP CONTACT
==========*/
.top_contact_wrap{
    padding: 40px 0 40px;
}
.top_contact_inner{}
.contact_info{}



}



/*==================
 商品グループページ
==================*/

.fs-p-scrollingCartButton {
  display: none !important;
}

/* 商品一覧 必須システム機能 非表示*/
.fs-body-category .fs-c-productListItem__viewMoreImageButton,
.fs-body-category .fs-c-productName__copy,
.fs-body-category .fs-c-buttonContainer,
.fs-body-category .fs-p-scrollingCartButton {
  display: none !important;
}

.pager_wrap .fs-c-listControl {
  justify-content: center;
}
.pager_wrap .fs-c-pagination {
  display: flex !important;
}
.pager_wrap .fs-c-listControl__status {
  display: none !important;
}
.fs-c-productList {
  margin: 0;
}
/* 商品一覧部分修正*/
.fs-c-productList__list {
  display: flex;
  flex-flow: wrap;
  padding: 0 1.25rem;
  grid: none;
  grid-gap: unset;
}
.fs-c-productList__list__item {
  width: calc((100% - 60px)/ 3);
  margin: 10px;
}
.fs-c-productList__list__item:nth-of-type(3n+1) {
  margin-left: 0;
}
.fs-c-productList__list__item:nth-of-type(n+4) {}




@media only screen and (max-width: 767px) {
  .fs-c-productList__list {
    padding: 0 0px;
    max-width: 1280px;
    margin: 0 auto;
  }
  .fs-c-productList__list__item {
    width: calc((100% - 10px)/ 2);
    margin: 0 0 0 0px;
  }
  .fs-c-productList__list__item:nth-of-type(3n+1) {
    margin-left: unset;
  }
  .fs-c-productList__list__item:nth-of-type(n+4) {
    margin-top: 0px
  }
  .fs-c-productList__list__item:nth-of-type(2n) {
    margin-left: 10px;
  }
}


.fs-c-productList__list__item {
  text-align: center;
  border-bottom: none;
  padding: 0;
  grid: none !important;
  grid-column: none !important;
  grid-row: none !important;
}
.fs-c-productListItem__image a {
  display: block;
  position: relative
}
.fs-c-productListItem__image a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  opacity: .3;
  transition: background-color .2s;
  z-index: 2;
}
.fs-c-productListItem__image a:hover:before { background-color: #000}
.fs-c-productName__name {}
.fs-c-productPrice, .fs-c-productPrice__addon {
}

/*予約商品*/
.fs-c-productPrice__main__label{
  display:none;
}
.fs-body-product .fs-c-productPrice__main__label {
  display: block;
  color: #B43838;
  margin-right: 5px;
}
.fs-c-productPreorderMessage p {
  font-size: .75rem;
  letter-spacing: 0;
  line-height: 2;
  margin: 30px 0 0;
}

/*商品一覧のアイコン部分*/
.fs-c-productListItem__lowInStock, .fs-c-productListItem__outOfStock, .fs-c-productListItem__numberOfStock {
  background: #a0a0a0;
  border: none;
  font-size: .6875rem;
  display: inline-block;
  padding: 5px 10px;
  margin: 12px 0 0;
}
.fs-c-productListItem__preorderMessage {
  background: #de959b;
  border: none;
  font-size: .6875rem;
  display: inline-block;
  padding: 5px 10px;
  margin: 12px 0 0;
  line-height: 1;
}
/*件数表示 （システムパーツ）*/
.fs-c-listControl {
  font-size: 1.2rem;
}
/*並び替え・ページャーパーツ（システムパーツ）*/

.fs-c-productList__controller, .fs-c-coordinationList__controller, .fs-c-staffList__controller {
  margin: 0px 0 40px;
  border-top: 1px solid #EEEEEE;
  padding: 10px 0 0;
}

.fs-c-productList .fs-c-productList__controller:last-child{
  margin-top:40px;
}
.fs-c-sortItems {
  font-size: 1.2rem;
}
.fs-c-sortItems__label{
  border-radius:5px;
  margin-right: 5px;
}
.fs-c-sortItems__list__item{
  margin:0 5px;
}
.fs-c-sortItems__list__item.is-active{
  background-color:#AFA79F;
  border-radius:5px;
}

/* 商品説明 一言テキスト*/
.fs-c-productListItem__productDescription{
  border-top:1px solid #231815;
  border-bottom:1px solid #231815;
  padding:10px 0;
  font-size:1.2rem;
}

/*

/*商品一覧価格*/
.fs-body-category .fs-c-productPrice{
    justify-content: center;
}
.fs-body-category .fs-c-productPrice__main {}
.fs-body-category .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 1.6rem;
}
.fs-body-category .fs-c-price__currencyMark{
  margin-right: 0px;
}
.fs-body-category .fs-c-price__value{
  font-size: unset;
  margin-right: 0;
}
.fs-body-category .fs-c-productPrice__addon{
  font-size: unset;
}



@media only screen and (max-width: 767px) {
  .fs-c-sortItems {
    border: none;
    font-size: 1.2rem;
    display: flex;
    width: 100%;
    justify-content:space-between;
    letter-spacing: 0px;
  }
  .fs-c-sortItems__label {
    border: 1px solid #666;
    margin: 0;
    width: calc(100% / 4 - 5px);
  }
  .fs-c-sortItems__list {
    border-left: none;
    display: flex;
    justify-content: space-evenly;
  }
  .fs-c-sortItems__list > li {
    width: calc(100% / 3 - 5px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* background: #f4f4f4; */
    /* border-right: 1px solid #d6d6d6; */
    margin: 0;
  }
  .fs-c-sortItems__list li:last-child {
    border-right: none;
  }
  .fs-c-sortItems__list__item__label {
    /* display: flex; */
    /* height: 100%; */
    /* align-items: center; */
    padding: 0px 0px;
    /* width: 100%; */
    /* justify-content: center; */
  }
}


/*==================
闇市ログイン
==================*/
.fs-c-blackmarketPasswordField {
  width: 250px;
  margin: 0 auto;
  padding: .35em .75em .625em;
}
.fs-c-button--particular.fs-c-button--displayPassword::before {
  content: "\e917";
  font-size: 1.5rem;
  padding-right: 5px;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before, .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before, .fs-c-button--particular.fs-c-button--displayPassword::before, .fs-c-button--particular.fs-c-button--hidePassword::before {
  font-size: 1.5rem;
  padding-right: 5px;
}


/*==================
商品詳細ページ
==================*/

/*ブロック全体のレイアウト*/
.fs-l-product2 .fs-l-productLayout > * > *{
  /* margin:0; */
  font-weight: normal;
  margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
.fs-l-productLayout__item--2{border-top: 1px solid #eee;padding-top:20px;margin-top:0px;}
}


/*ボタン*/
.fs-l-product2 .fs-c-productActionButton .fs-c-button--primary,
.fs-l-product2 .fs-c-productActionButton .fs-c-button--secondary {
    min-width: 100%;
    padding: 1.6em 1.6em 1.6em;
}
@media screen and (min-width: 960px) {
  .fs-l-product2 .fs-c-productActionButton .fs-c-button--primary,
  .fs-l-product2 .fs-c-productActionButton .fs-c-button--secondary {
    min-width: 100%;
  }
}

@media screen and (min-width: 960px) {
  .fs-l-product2 .fs-l-productLayout {
    display: grid;
    grid-template-columns: calc(55% - 30px / 2) calc(45% - 30px / 2);
    grid-gap: 30px;
    align-items: start;
  }
}





/*サムネイル画像*/
.fs-c-productThumbnail__image {
  margin: 4px 6px;
  flex-basis: 100px;
  min-width: 100px;
}
.fs-c-productMainImage__expandButton{
  display:none;
}

/* 商品番号*/

.fs-c-productNumber {
  border: none;
  display: block;
  padding: 0;
}
.fs-c-productNumber__label {
  /* display: none; */
  font-size: 1.2rem;
}
.fs-c-productNumber__label::after{
  content:":";
  padding: 0px 0px 0 5px;
}
.fs-c-productNumber__number {
  font-weight: inherit;
  font-size: 1.2rem;
}

/*商品名・キャッチコピー*/
.fs-c-productNameHeading {
  font-size: 2.0rem;
  margin-bottom: 10px!important;
}

.fs-c-productNameHeading__copy {display: block;font-size: 1.4rem;}

.fs-c-productNameHeading__name {}


@media only screen and (max-width:767px) {
  /*商品名・キャッチコピー*/
  .fs-c-productNameHeading {
    font-size: 2.25rem;
  }
  .fs-c-productNameHeading__copy {
    font-size: 1rem;
  }
  .fs-c-productNameHeading__name {}
}

/*価格*/
.p-item__price-point .fs-c-productPrice, .p-item__price-point .fs-c-productPrice__addon {
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: HelveticaNeue-Medium, "Helvetica Neue Medium", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0;
  justify-content: start;
}
.fs-c-productPrice__main {}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 1.6rem;
}
.fs-body-product .fs-c-price__currencyMark{
}
.fs-body-product .fs-c-price__value{
  font-size: 2.0rem;
  margin-right:5px;
}
.fs-body-product .fs-c-productPrice__addon{
  font-size:1.6rem;
}



/*ポイント*/
.fs-c-productPointDisplay__label {
  /* display: none; */
}
.fs-c-productPointDisplay__unit {


}
/*お問い合わせボタン*/
.p-item__ft button {
  border: 1px solid #000;
  border-radius: .125rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: .6875rem;
  letter-spacing: 0;
  line-height: 1.181818181818182;
  height: 2.25rem;
  padding: .625rem;
  min-width: auto;
  background: #fff;
  color: #000;
}
.p-item__ft button:hover {
  text-decoration: none;
  color: #000;
  opacity: 0.7;
}
@media only screen and (min-width:751px) {
  .p-item__ft button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    height: 32px;
    /* min-width: auto; */
  }
}


/*サイズ・カラー / カートボタン部分*/
.fs-c-stockSignLegend {
  /* display: none; */
}
.fs-c-productChooseVariation {
  margin: 2.5rem 0 0;
}
.fs-c-productChooseVariation__variationLabel__size, .fs-c-variationLabel {
  margin: 0 0 10px;
  font-weight: normal;
}
.fs-c-variationMatrix__row__variationName {
  /* display: none; */
  text-align: center;
  font-size: .75rem;
  padding: 0.5rem 0 0;
}
.fs-c-productChooseVariation__variation__thumbs {
  display: flex;
}
.fs-c-productChooseVariation__variation__thumb {
  width: 5rem;
  /*  */
}
.fs-c-variationMatrix__row__thumbnail {
  border: 1px solid transparent;
}
.fs-c-productChooseVariation__variation__thumb + .fs-c-productChooseVariation__variation__thumb {
  margin: 0 0 0 .3125rem
}

.fs-c-productChooseVariation__variation__thumb {
    width: 23.92857142857143%
}
.fs-c-productChooseVariation__variation__thumb + .fs-c-productChooseVariation__variation__thumb {
    margin: 0 0 0 1.428571428571429%
}

/* カート・バリエーションごとにボタンパーツ*/
.fs-c-variationList__item__body{
  margin: 20px 0;
}
.fs-c-variationList__item__cart{
  padding: 0 10px;
}
.fs-c-variationCart > li{
  margin-bottom:15px;
}
.fs-c-variationCart > li:last-child{
  margin-bottom:0;
}
.fs-c-variationList__item__image{
  width:100px;
}
.fs-c-variationList__item__image > img{
  max-width:100px;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before{
  font-size: 1.8rem;
  padding-right: 10px;
  /* padding-top: 0px; */
}

@media only screen and (max-width:767px) {

}


.fs-c-variationMatrix__row__thumbnail > img {
  max-width: unset;
}
.fs-c-variationMatrix__row__thumbnail img, .fs-c-variationMatrix__row__variationName {
  margin: 0;
}
.fs-c-productChooseVariation__variation__thumb.is-active {
  border-color: #000;
  pointer-events: none;
}
.fs-c-productChooseVariation__variation__thumb.is-active .fs-c-variationMatrix__row__thumbnail {
  border-color: #000;
  pointer-events: none;
}
/* size*/
.fs-c-productChooseVariation__variationLabel__size {
  margin-top: 10px;
}
.fs-c-variationMatrix__row {
  display: none;
}
.fs-c-variationMatrix__row.is-active {
  display: block;
}
.fs-c-variationMatrix {
  font-family: HelveticaNeue-Medium, "Helvetica Neue Medium", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.fs-c-variationMatrix__item {
  flex-grow: 1;
  flex-basis: unset;
  flex: unset;
  border: 1px solid #e3e3e3;
  background: #fff;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  width: 18%;
  height: 4.5rem;
  border-radius: .25rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: start;
  margin: 0 1.5% 1.5% 0;
  /* margin-bottom: 1.492537313432836%; */
}
.fs-c-variationMatrix__item + .fs-c-variationMatrix__item {
  /* margin: 0 1.492537313432836% 0 0; */
}
.fs-c-variationMatrix__panel {
  padding: 0;
  padding: 4px;
  border: none;
  background: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
}
.fs-c-variationMatrix__panel:hover {}
.fs-c-variationMatrix__radio:checked + .fs-c-variationMatrix__panel {
  background: #000;
}
/* 数量・カート・お気に入り*/
.fs-c-productQuantityAndWishlist {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: start;
}
/* 数量ボタン*/
.fs-c-productQuantityAndWishlist__quantity {
  grid: unset;
  order: 1;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  width: 20%;
  max-width: unset;
  margin-bottom: 0px;
}
.fs-c-productQuantityAndWishlist__quantity:before {
  /* content: ""; */
  /* display: block; */
  /* text-align: left; */
  /* margin: 0 0 .625rem; */
  /* font-family: HelveticaNeue-Bold, "Helvetica Neue Bold", 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  /* font-weight: 700; */
  /* font-size: .75rem; */
}
.fs-c-productQuantityAndWishlist__quantity select {
  /* font-family: HelveticaNeue-Medium, "Helvetica Neue Medium", 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  /* font-weight: 500; */
  /* -webkit-appearance: none; */
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  /* border-radius: .25rem; */
  outline: 0;
  height: 48px;
  width: 70px;
  font-size: 1.2rem;
  /* letter-spacing: 0; */
  /* line-height: 1.071428571428571; */
  padding: 10px 15px 10px 15px;
  background: url(https://taigaliona.itembox.design/item/assets/img/ui/ad.svg) top 19px right 10px /10px no-repeat #fff;
}
.fs-c-productQuantityAndWishlist__quantity input {
  /*font-family: HelveticaNeue-Medium, "Helvetica Neue Medium", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e3e3e3;
  border-radius: .25rem;
  outline: 0;
  height: 3.5625rem;
  width: 5.4375rem;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.071428571428571;
  padding: 1.3125rem 2.3125rem 1.3125rem 1.0625rem;
  box-shadow: none;
}


/* カートボタン*/
.fs-c-productQuantityAndWishlist .fs-c-productActionButton {
  order: 2;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  padding: 0;
  width: 80%;
}

@media only screen and (max-width:767px) {
  .fs-c-productQuantityAndWishlist .fs-c-productActionButton {
    width: 100%;
    margin:10px 0;
  }
  .fs-c-productQuantityAndWishlist__quantity{
    width:100%;
  }
  .fs-c-productQuantityAndWishlist__quantity select{
    width:100%;
  } 
}
.fs-c-productQuantityAndWishlist .fs-c-productActionButton button {
  /* font-family: HelveticaNeue-Bold, "Helvetica Neue Bold", 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  /* font-weight: 700; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  border-radius: 0;
  color: #fff;
  background: #8a8075;
  font-size: 1.4rem;
  letter-spacing: 0;
  /* line-height: 1.25; */
  cursor: pointer;
  height: 50px;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: unset;
  min-width: unset;
  width: 100%;
  padding: 0;
}
.fs-c-button--secondary {
  background: #B2B2B2 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 20px 0;
  box-shadow: none;
  min-width: 250px;
  background: #B2B2B2;
  color: #fff;
  border-radius: 4px;
  border: none;
  margin: 0 auto;
}
/*お気に入りボタン*/
.fs-c-productQuantityAndWishlist__wishlist {
  order: 3;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  padding: 0;
  display: flex;
  /* height: 4.25rem; */
  width: 100%;
  margin: auto;
  justify-content: start;
  margin: 20px 0 0px;
}
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--particular {
  background: none;
  border: none;
  box-shadow: none;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail, .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  padding: 0;
  border: none;
  box-shadow: none;
  background: none;
  font-size: 1.4rem;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::after, .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  margin: 0;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  color: #BF0036;
}
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button__label {
  /* display: none; */
  color: #3c3c3c;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::after{
  display:none;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::before{
    content: "\e919";
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6em;
    margin-right: 8px;
    color: #3c3c3c;
}
/* 商品詳細画像 スライダー部分*/
.fs-c-productCarouselMainImage__expandButton {
  display: none;
}
.p-item__images .fs-c-slick .slick-prev, .p-item__images .fs-c-slick .slick-next {
  display: none !important;
}
.fs-c-productCarouselMainImage__image__caption {
  display: none;
}
.fs-c-productCarouselMainImage__thumbnailList {
  flex-wrap: wrap;
  overflow-x: visible;
  padding: 1.25rem;
  max-width: 34.75rem;
  margin: 0 auto;
  justify-content: flex-start;
}
@media only screen and (min-width: 961px) {
  .fs-c-productCarouselMainImage__thumbnailList {
    padding: 30px 20px;
    max-width: unset;
  }
}
.fs-c-productCarouselMainImage__thumbnail__caption {
  display: none;
}
.fs-c-productCarouselMainImage__thumbnailList > li {
  flex-basis: unset;
  flex-shrink: 0;
  margin: 0 0px;
  width: calc((95%)/ 4);
  margin: 0.5%;
  cursor: pointer;
  transition: opacity .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (min-width: 961px) {
  .fs-c-productCarouselMainImage__thumbnailList > li {
    width: 100px;
    margin: 0.5%;
  }
}
.fs-c-productCarouselMainImage__thumbnailList > li img {
  border: 0px solid transparent;
  max-width: unset;
  width: 100%;
}
.slick-active .fs-c-productCarouselMainImage__thumbnail__img {
  border: 0px solid transparent;
  position: relative;
}
.slick-active {
  position: relative;
}
.slick-active .fs-c-productCarouselMainImage__thumbnail:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000;
  opacity: .2;
  /* margin: 0px; */
}
/*在庫なし*/
.fs-c-productNotice--outOfStock, .fs-c-productNotice--subscriptionOutOfStock {
  background: #a0a0a0;
  padding: 8px 15px;
  text-align: center;
  font-size: 0.6875rem;
  margin: 12px 0;
}


/*販売期間*/
.fs-c-productSalesPeriod {
  line-height: 1.4;
  background: #a0a0a0;
  padding: 8px 15px;
  text-align: center;
  font-size: 0.6875rem;
  margin: 12px 0;
  border: none;
}

/*返品特約*/
.fs-c-returnedSpecialContract{
padding:0;
margin:10px 0!important;
}
.fs-c-returnedSpecialContract__link a{
  display:flex;
  align-items: center;
}

/*商品についてのお問い合わせ*/
.fs-c-buttonContainer--inquiryAboutProduct{padding:0;margin:10px 0!important;}
.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--plain{
  color:#3c3c3c;
}
.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--plain .fs-c-button__label{
  display:flex;
  align-items: center;
}
.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--plain:hover{
  text-decoration:none;
}


/*商品についてレビューを書く*/
.fs-c-buttonContainer--addReview--detail{
padding:0;  
margin:10px 0!important;
}
.fs-c-buttonContainer--addReview--detail .fs-c-button--plain{
  color:#3c3c3c;
  display:flex;
  align-items:center;
}
.fs-c-buttonContainer--addReview--detail .fs-c-button--plain:hover{
  text-decoration:none;
}
.fs-c-buttonContainer--addReview--detail .fs-c-button--plain::before{
  /* font-size:1.4rem; */
  font-size: 20px;
  margin-right:10px;
}

/*==================
商品詳細 商品説明
==================*/

.product_detail_ttl{
  font-size:1.4rem;
  border-bottom:1px solid #eee;
  padding-bottom: 5px;
  /* margin-top: 20px; */
  margin-bottom: 10px!important;
}

.fs-p-productDescription{
  font-size: 1.3rem;
  /* margin-bottom:20px; */
}


/*独自コメント商品詳細*/
.product_comment_wrap{
    border-top: 1px solid #eee;
    padding: 40px 0 0;
    margin: 40px 0 0;
}
.product_commnet_block{
    display: flex;
    align-items: center;
}
.product_commnet_block .img_block{
    width: 50%;
    padding: 20px;
}
.product_commnet_block .img_block img{}
.product_commnet_block .text_block{
    width: 50%;
    padding: 20px;
    font-size: 1.3rem;
}
.product_commnet_block .text_block h3{
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.product_commnet_block .text_block p{}

/* 2の倍数 カラムの位置を変更*/
.product_comment_wrap .product_commnet_block:nth-child(2n){}
.product_comment_wrap .product_commnet_block:nth-child(2n) .img_block{
    order: 2;
}
.product_comment_wrap .product_commnet_block:nth-child(2n) .text_block{
    order: 1;
}

/* スタッフレビュー*/
.staff_comment_wrap{
    padding: 40px 0;
    border-top: 1px solid #eee;
    margin: 40px 0;
}
.staff_comment_wrap h2{
    /* padding: 40px; */
    font-size: 1.8rem;
    text-align: center;
    margin: 20px 0 40px;
}
.staff_comment_block{
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}
.staff_comment_block .img_block{
    width: 35%;
    padding:20px;
}
.staff_comment_block .img_block img{}
.staff_comment_block .text_block{
    width: 65%;
    padding: 20px 30px;
    background: #F4F2F2;
    border-radius: 5px;
    font-size: 1.3rem;
}
.staff_comment_block .text_block h3{
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.staff_comment_block .text_block p{}
.staff_comment_block .text_block p.comment{
    margin-bottom: 20px;
}
.staff_comment_block .text_block p.staff{
    text-align: right;
}


@media only screen and (max-width: 767px) {
  /*独自コメント商品詳細*/
  .product_comment_wrap{
    padding: 20px 0;
    margin: 20px 0;
}
  .product_commnet_block{
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.product_comment_wrap .product_commnet_block:last-child{
  margin-bottom:0;
}
  .product_commnet_block .img_block{
    width: 100%;
    padding: 10px;
}
  .product_commnet_block .img_block img{}
  .product_commnet_block .text_block{
    width: 100%;
    padding: 10px;
}
  .product_commnet_block .text_block h3{}
  .product_commnet_block .text_block p{}

  /* 2の倍数 カラムの位置を変更*/
  .product_comment_wrap .product_commnet_block:nth-child(2n){}
  .product_comment_wrap .product_commnet_block:nth-child(2n) .img_block{
    order: 1;
}
  .product_comment_wrap .product_commnet_block:nth-child(2n) .text_block{
    order: 2;
}

  /* スタッフレビュー*/
  .staff_comment_wrap{
    padding: 20px 0;
    margin: 20px 0;
}
  .staff_comment_wrap h2{
    /* font-size: 1.6rem; */
    /* margin-bottom: 40px; */
}
  .staff_comment_block{
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
  .staff_comment_block .img_block{
    padding: 0;
    width: 60%;
    top: 0px;
    margin-bottom: -20px;
    z-index: 2;
}
  .staff_comment_block .img_block img{}
  .staff_comment_block .text_block{
    width: 100%;
    top: 0px;
    padding-top: 40px;
}
  .staff_comment_block .text_block h3{}
  .staff_comment_block .text_block p{}
  .staff_comment_block .text_block p.comment{}
  .staff_comment_block .text_block p.staff{
    text-align: left;
}
}

/*==================
マイページ
==================*/

/*マイページにログアウトを追加*/
.fs-c-accountService__page--accountDelete {
  align-items: stretch;
  flex-basis: 128px;
}
@media screen and (max-width: 767px) {
  .fs-c-accountService{
    
justify-content: start;
  }
  .fs-c-accountService__page{
    
flex-basis: 48%;
    
margin: 1%;
  }
  .fs-c-accountService__page--accountDelete {
    /* flex-basis: 48%; */
  }
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  box-shadow: none;
  background: #FFF;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  color: #101a24;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.fs-c-accountService__page.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink {
  box-shadow: none;
  background: #FFF;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  color: #101a24;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-size: 1.2rem;
}
.fs-c-accountService__page.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink__label::before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  color: #7c8790;
  font-size: 48px;
  line-height: 1.2;
  margin: 8px auto 0;
  width: 47px;
  height: 64px;
  content: '';
  background: url(/item/assets/img/icon/taikai.svg) no-repeat center center;
  background-size: 100% auto;
}
.fs-c-accountService__page--logout .fs-c-accountService__pageLink__label::before {
  position: relative;
  left: -7px;
  content: "";
  width: 52px !important;
  background: url(/item/assets/img/icon/out.svg) no-repeat center center;
  background-size: 100% auto;
}
/*お届け先リスト*/
.fs-c-buttonContainer--deleteChange > .fs-c-button--changeInfomation {
  margin: 0;
  padding: 0.8em 1.6em 0.6em;
  line-height: 1.2;
}

/*==================
購入画面
==================*/

/*お客様情報入力*/
.fs-c-agreementConfirmation__message{
  display: none;
}

.fs-c-wishlistProduct{
    display:none;
}

/**************** AIレコメンド ****************/
.flywheel-recommend__frame{
    max-width:1280px;
    margin:0 auto 8rem;
}
.flywheel-recommend__frame h2{
    font-size: 2.0rem;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "游明朝体", "Yu Mincho", "HG明朝E", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    letter-spacing: 1.6px;
    border-bottom:none;
    margin-bottom: 2rem;
}
