@charset "UTF-8";
/****************************
このCSSファイルは直接編集せず、
style_override.css
にスタイルを追加・上書きするようお願い致します。
LIFEWGN　後藤　2021/4
*****************************/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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;
  -moz-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;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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;
}

[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: none;
}

/*****************************************
HTMLタグ再定義
*****************************************/
html.wf-active, html.loading-delay {
  visibility: visible;
}

body, input, textarea, button {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 2;
  letter-spacing: 0.15em;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
}

body.fixed, input.fixed, textarea.fixed, button.fixed {
  position: fixed;
}

img {
  max-width: 100%;
  height: auto;
}

.bg-white {
  background-color: #FFFFFF !important;
}

a {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

a:hover {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0.5;
}

a.color_link {
  color: #00b0ea;
}

.content_width {
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.sp {
  display: none;
}

main {
  padding-bottom: 80px;
}

#page_head {
  text-align: center;
}

#page_head .h1_1 {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  margin-bottom: 80px;
  letter-spacing: 0.15em;
  font-weight: 500;
}

#page_head .h1_1:before, #page_head .h1_1:after {
  position: absolute;
  top: calc((50% - 2px));
  width: 10px;
  content: '';
  border-top: 4px solid #000000;
}

#page_head .h1_1:before {
  left: -22px;
}

#page_head .h1_1:after {
  right: -22px;
}

.h2_1 {
  position: relative;
  color: #5E5E5E;
  font-size: 40px;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  font-weight: 600;
  margin-bottom: 80px;
  letter-spacing: 0.15em;
  /*
    &:after{
        content: '';
        position: absolute;
        border-bottom: 4px solid $color-darkgray;
        width: 80px;
        height: 1px;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
    */
}

.h2_2 {
  font-size: 25px;
  color: #FFFFFF;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.h2_3 {
  font-size: 50px;
  color: #E8E4E4;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.h2_4 {
  font-size: 25px;
  font-weight: 500;
  border-bottom: 1px solid #6A6A6A;
  margin-bottom: 10px;
  letter-spacing: 0.15em;
}

.h2_5 {
  font-size: 30px;
  color: #5e5e5e;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: 0.15em;
}

.h2_6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}

.h2_7 {
  position: relative;
  color: #5E5E5E;
  font-size: 40px;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.15em;
  font-weight: 500;
}

.h3_1 {
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: 500;
}

.h3_2 {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #6A6A6A;
  margin-bottom: 10px;
  letter-spacing: 0.15em;
}

.hide {
  visibility: hidden;
}

.btn_vm {
  text-align: center;
}

.btn_vm a {
  position: relative;
  padding-right: 18px;
  width: 170px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
  border: 2px solid #a5a3a5;
  display: block;
  text-align: center;
  line-height: 44px;
}

.btn_vm a::after {
  position: absolute;
  content: '>';
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_vm.style2 {
  text-align: center;
}

.btn_vm.style2 a {
  width: 230px;
  line-height: 44px;
  margin: 0 auto;
}

.btn_return {
  display: block;
  padding: 0 20px;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  background-color: #D6D6D6;
  margin: 0 auto;
  width: 170px;
}

.flg_login.member_false {
  display: none;
}

.flg_notlogin.member_true {
  display: none;
}

.slick-slider .arrow {
  position: absolute;
  z-index: 2;
  top: calc(50% - 13px);
  width: 18px;
  height: 26px;
  background: url(../img/top_slider_arrow.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}

.slick-slider .arrow.prev {
  left: calc(50vw - 420px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-slider .arrow.next {
  right: calc(50vw - 420px);
}

section.announcebar {
  text-align: center;
  padding: 6px 0;
  background-color: #f2f2f2;
}

.fs-c-breadcrumb {
  padding-top: 16px;
  margin-bottom: 40px;
}

.fs-c-breadcrumb .fs-c-breadcrumb__list li {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0;
}

.fs-c-breadcrumb .fs-c-breadcrumb__list li a {
  color: #898989;
}

.fs-c-breadcrumb .fs-c-breadcrumb__list li:last-child {
  font-weight: bold;
}

.fs-c-productMarks {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fs-c-productMarks .fs-c-mark--preorder {
  display: none;
  padding: 0 8px;
  background-color: #A95DA1;
  min-width: 52px;
  line-height: 16px;
  font-size: 10px;
  margin-right: 4px;
  margin-bottom: 4px;
}

.fs-c-productMarks .fs-c-mark--preorder .fs-c-mark__label {
  display: inline-block;
  width: 100%;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 10px;
  font-weight: bold;
}

.fs-c-productMarks .fs-c-productMark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fs-c-productMarks .fs-c-productMark .fs-c-productMark__item {
  min-width: 52px;
  line-height: 16px;
  font-size: 10px;
  margin-right: 4px;
  margin-bottom: 4px;
}

.fs-c-productMarks .fs-c-productMark .fs-c-productMark__item span {
  display: block;
}

.fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__label {
  display: inline-block;
  width: 100%;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 10px;
  font-weight: bold;
}

.fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .fs-c-productMark__mark {
  padding: 0 8px;
}

.fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .mark_new {
  background-color: #FF6688;
}

.fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .mark_restock {
  background-color: #F9B3C0;
}

.fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .mark_few {
  background-color: #ADACAC;
}

.fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .mark_sale {
  background-color: #C90101;
}

.fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .mark_yoyaku {
  background-color: #A95DA1;
}

.fs-c-productMarks .fs-c-productMark .fs-c-productMark__item .mark_order {
  background-color: #D0BB86;
}

.slick {
  opacity: 0;
}

.slick.slick-initialized {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.fs-c-button--removeFromWishList--icon {
  width: 23px;
}

#common_pickup, #common_checked, #ranking, #pickup {
  background-color: #f2f2f2;
  padding: 60px 0;
}

#common_pickup .common_pickup, #common_checked .common_pickup, #ranking .common_pickup, #pickup .common_pickup {
  position: relative;
}

#common_pickup .fr_products .arrow, #common_checked .fr_products .arrow, #ranking .fr_products .arrow, #pickup .fr_products .arrow {
  top: 100px;
}

#common_pickup .fr_products .arrow.prev, #common_checked .fr_products .arrow.prev, #ranking .fr_products .arrow.prev, #pickup .fr_products .arrow.prev {
  left: -30px;
}

#common_pickup .fr_products .arrow.next, #common_checked .fr_products .arrow.next, #ranking .fr_products .arrow.next, #pickup .fr_products .arrow.next {
  right: -30px;
}

#common_pickup .fs-c-productListCarousel, #common_checked .fs-c-productListCarousel, #ranking .fs-c-productListCarousel, #pickup .fs-c-productListCarousel {
  position: relative;
}

#common_pickup .fs-c-button__label, #common_checked .fs-c-button__label, #ranking .fs-c-button__label, #pickup .fs-c-button__label {
  display: none;
}

#common_pickup .fs-c-productListCarousel__ctrl, #common_checked .fs-c-productListCarousel__ctrl, #ranking .fs-c-productListCarousel__ctrl, #pickup .fs-c-productListCarousel__ctrl {
  position: absolute;
  top: 100px;
  width: 18px;
  height: 26px;
  z-index: 2;
  background-image: url(../img/top_slider_arrow.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 26px;
  background-size: cover;
  min-width: 1px;
}

#common_pickup .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev, #common_checked .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev, #ranking .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev, #pickup .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev {
  left: -20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#common_pickup .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next, #common_checked .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next, #ranking .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next, #pickup .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next {
  right: -20px;
}

#common_pickup .h2_1, #common_checked .h2_1, #ranking .h2_1, #pickup .h2_1 {
  font-weight: bold;
  margin-bottom: 60px;
}

#common_pickup .slick-slide, #common_checked .slick-slide, #ranking .slick-slide, #pickup .slick-slide {
  width: 200px;
  margin-right: 0;
  padding: 0 10px;
}

#common_pickup .slick-slide .fs-c-productListItem__imageContainer, #common_checked .slick-slide .fs-c-productListItem__imageContainer, #ranking .slick-slide .fs-c-productListItem__imageContainer, #pickup .slick-slide .fs-c-productListItem__imageContainer {
  margin-bottom: 10px;
}

#common_pickup .slick-slide .fs-c-productListItem__productName, #common_checked .slick-slide .fs-c-productListItem__productName, #ranking .slick-slide .fs-c-productListItem__productName, #pickup .slick-slide .fs-c-productListItem__productName {
  font-size: 14px;
  line-height: 2;
}

#common_pickup .slick-slide .fs-c-productMarks, #common_checked .slick-slide .fs-c-productMarks, #ranking .slick-slide .fs-c-productMarks, #pickup .slick-slide .fs-c-productMarks {
  display: none;
}

#pickup {
  background-color: #FFFFFF;
}

#common_checked {
  background-color: #e8e4e4;
  padding: 60px 0;
}

#common_checked .h2_1 {
  font-weight: bold;
  margin-bottom: 60px;
}

.fs-c-productList__list__item, .fs-c-productListItem {
  /*
    .fs-c-productListItem__salesPeriodNotice{
        width: 100%;
        border:2px solid #c90101;
        color: #c90101;;
        text-align: center;
        font-size: 13px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    */
}

.fs-c-productList__list__item .fs-c-productListItem__productName, .fs-c-productListItem .fs-c-productListItem__productName {
  margin-bottom: 13px;
}

.fs-c-productList__list__item .fs-c-productListItem__salesPeriod, .fs-c-productListItem .fs-c-productListItem__salesPeriod {
  display: none;
  background-color: #efefef;
  padding: 10px;
  margin-bottom: 20px;
}

.fs-c-productList__list__item .fs-c-productListItem__salesPeriod dt, .fs-c-productListItem .fs-c-productListItem__salesPeriod dt {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 2px;
}

.fs-c-productList__list__item .fs-c-productListItem__salesPeriod dd, .fs-c-productListItem .fs-c-productListItem__salesPeriod dd {
  font-size: 13px;
}

.fs-c-productList__list__item .fs-c-productListItem__imageContainer, .fs-c-productListItem .fs-c-productListItem__imageContainer {
  margin-bottom: 20px;
}

.fs-c-productList__list__item .fs-c-button--viewProductDetail, .fs-c-productListItem .fs-c-button--viewProductDetail {
  display: none;
}

.fs-c-productList__list__item .fs-c-button--addToWishList--icon, .fs-c-productListItem .fs-c-button--addToWishList--icon {
  display: none;
}

.fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--listed, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--listed {
  line-height: 1.3;
}

.fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__main, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__main {
  font-size: 14px;
}

.fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-price, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-productPrice__main__label, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}

.fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__currencyMark, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__currencyMark {
  display: none;
}

.fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value {
  text-decoration: line-through;
  font-weight: bold;
}

.fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value::after, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value::after {
  content: '円';
}

.fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__addon--listed, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__addon--listed {
  display: none;
}

.fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--selling, .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--preorder, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--preorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__label, .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__main .fs-c-productPrice__main__label, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__label, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__main .fs-c-productPrice__main__label {
  display: none;
}

.fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__currencyMark, .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__currencyMark, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__currencyMark, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__currencyMark {
  display: none;
}

.fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value, .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value {
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 15px;
  font-weight: bold;
}

.fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value::after, .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value::after, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value::after, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value::after {
  font-size: 13px;
  content: '円';
}

.fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__addon__label, .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__addon__label, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__addon__label, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__addon__label {
  font-weight: bold;
  font-size: 13px;
}

.fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__addon__label:before, .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__addon__label:before, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__addon__label:before, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__addon__label:before {
  content: '(';
}

.fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__addon__label:after, .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__addon__label:after, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__addon__label:after, .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__addon__label:after {
  content: ')';
}

@media screen and (max-width: 1099px) {
  body {
    padding-top: 80px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  a:hover {
    opacity: 1;
  }
  main {
    padding-bottom: 40px;
  }
  #bread {
    margin-bottom: 30px;
  }
  #bread ul li {
    font-size: 9px;
  }
  #page_head .h1_1 {
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: bold;
  }
  .h2_1 {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: bold;
  }
  .h2_1:after {
    border-bottom: 3px solid #5E5E5E;
    width: 60px;
  }
  .h2_2 {
    font-size: 20px;
  }
  .h2_4 {
    font-size: 14px;
  }
  .h2_6 {
    font-size: 14px;
  }
  .h2_7 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .h3_1 {
    font-size: 15px;
    font-weight: bold;
  }
  .h3_2 {
    font-size: 14px;
  }
  .btn_vm {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .btn_vm a {
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 60px;
  }
  .btn_vm.style2 {
    text-align: center;
  }
  .btn_vm.style2 a {
    width: 300px;
    line-height: 60px;
    margin: 0 auto;
  }
  .btn_return {
    line-height: 60px;
    font-size: 13px;
    width: 80%;
  }
  .fs-c-breadcrumb {
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .fs-c-breadcrumb .fs-c-breadcrumb__list li {
    font-size: 9px;
  }
  .fs-c-productList__list .fs-c-productList__list__item, .fs-c-productList__list .fs-c-productListItem {
    margin-right: 20px;
    /*
            .fs-c-productListItem__salesPeriodNotice{
                font-size: 11px;
            }

            */
  }
  .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__salesPeriod dt, .fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__salesPeriod dt {
    font-size: 11px;
  }
  .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__salesPeriod dd, .fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__salesPeriod dd {
    font-size: 10px;
  }
  .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__imageContainer, .fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__imageContainer {
    margin-bottom: 10px;
  }
  .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName, .fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__productName {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productName .fs-c-productName__name, .fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__productName .fs-c-productName__name {
    font-size: 11px;
  }
  .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value, .fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value {
    font-size: 9px;
  }
  .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value, .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value, .fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value, .fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value {
    font-size: 12px;
  }
  .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value::after, .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value::after, .fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value::after, .fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value::after {
    font-size: 11px;
  }
  .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__addon__label, .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__addon__label, .fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__addon__label, .fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__addon__label {
    font-size: 11px;
  }
  #common_pickup, #common_checked, #ranking, #pickup {
    padding: 40px 0;
  }
  #common_pickup .h2_1, #common_checked .h2_1, #ranking .h2_1, #pickup .h2_1 {
    margin-bottom: 40px;
  }
  #common_pickup .fs-c-price, #common_checked .fs-c-price, #ranking .fs-c-price, #pickup .fs-c-price {
    display: inline;
  }
  #common_pickup .slick-slide, #common_checked .slick-slide, #ranking .slick-slide, #pickup .slick-slide {
    margin-right: 0;
  }
  #common_pickup .fr_products .arrow, #common_checked .fr_products .arrow, #ranking .fr_products .arrow, #pickup .fr_products .arrow {
    top: 60px;
  }
  #common_pickup .fr_products .arrow.prev, #common_checked .fr_products .arrow.prev, #ranking .fr_products .arrow.prev, #pickup .fr_products .arrow.prev {
    left: -10px;
  }
  #common_pickup .fr_products .arrow.next, #common_checked .fr_products .arrow.next, #ranking .fr_products .arrow.next, #pickup .fr_products .arrow.next {
    right: -10px;
  }
  #common_pickup .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev, #common_checked .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev, #ranking .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev, #pickup .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev {
    left: 0;
  }
  #common_pickup .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next, #common_checked .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next, #ranking .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next, #pickup .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next {
    right: 0;
  }
  #common_pickup .fs-c-productListCarousel__ctrl .fs-c-productListCarousel__list .slick-slide .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__main, #common_pickup .fs-c-productListCarousel__ctrl .fs-c-productListCarousel__list .slick-slide .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__main, #common_checked .fs-c-productListCarousel__ctrl .fs-c-productListCarousel__list .slick-slide .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__main, #common_checked .fs-c-productListCarousel__ctrl .fs-c-productListCarousel__list .slick-slide .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__main, #ranking .fs-c-productListCarousel__ctrl .fs-c-productListCarousel__list .slick-slide .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__main, #ranking .fs-c-productListCarousel__ctrl .fs-c-productListCarousel__list .slick-slide .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__main, #pickup .fs-c-productListCarousel__ctrl .fs-c-productListCarousel__list .slick-slide .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-productPrice__main, #pickup .fs-c-productListCarousel__ctrl .fs-c-productListCarousel__list .slick-slide .fs-c-productListItem__prices .fs-c-productPrice--preorder .fs-c-productPrice__main {
    font-size: 9px;
  }
  #common_pickup .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value, #common_checked .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value, #ranking .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value, #pickup .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value {
    font-size: 11px;
  }
  #common_pickup .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value::after, #common_checked .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value::after, #ranking .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value::after, #pickup .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value::after {
    font-size: 11px;
  }
  #common_pickup .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__addon .fs-c-productPrice__addon__label, #common_checked .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__addon .fs-c-productPrice__addon__label, #ranking .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__addon .fs-c-productPrice__addon__label, #pickup .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__addon .fs-c-productPrice__addon__label {
    font-size: 11px;
  }
  #common_pickup .slick-slide, #common_checked .slick-slide, #ranking .slick-slide, #pickup .slick-slide {
    width: 150px;
    margin-right: 0;
    padding: 0 8px;
  }
  #common_pickup .slick-slide .fs-c-productListItem__productName, #common_checked .slick-slide .fs-c-productListItem__productName, #ranking .slick-slide .fs-c-productListItem__productName, #pickup .slick-slide .fs-c-productListItem__productName {
    font-size: 11px;
    line-height: 1.5;
  }
  #common_checked {
    padding: 40px 0;
  }
  #common_checked .h2_1 {
    margin-bottom: 40px;
  }
  #common_checked .h2_1, #common_pickup .h2_1 {
    font-weight: bold;
  }
}

.msg_org_order {
  font-size: 12px;
  font-weight: bold;
  line-height: 34px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.msg_org_order.msg_soldout {
  border: 2px solid #cdcbcb;
  background-color: #f6f6f6;
  margin-top: 10px;
}

.msg_org_order.msg_before {
  color: #cc0f14;
  border: 2px solid #cc0f14;
}

.msg_org_order.msg_after {
  color: #cc0f14;
  border: 2px dotted #cc0f14;
  background-color: #fff6f6;
}

.fs-c-productListItem__salesPeriodNotice ~ .fs-c-productListItem__outOfStock {
  display: none;
}

@media screen and (max-width: 1099px) {
  .msg_org_order {
    font-size: 11px;
    line-height: 34px;
    letter-spacing: 0;
  }
}

body.fs-body-stockNotification-cancel .fs-c-stockNotificationsProduct {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.fs-body-stockNotification-cancel .fs-c-stockNotificationsProduct .fs-c-stockNotificationsProduct__productImage {
  margin: 0 20px;
}

body.fs-body-stockNotification-cancel .fs-c-stockNotificationsProduct .fs-c-stockNotificationsProduct__productName {
  font-weight: bold;
  text-align: left;
  max-width: 680px;
}

body.fs-body-stockNotification-cancel .fs-c-stockNotificationsProduct .fs-c-inputInformation__button {
  margin-top: 22px;
}

body.fs-body-stockNotification-cancel .fs-c-stockNotificationsMessage {
  display: none;
}

body.fs-body-stockNotification-cancel .fs-c-inputInformation__button button {
  background: #262626;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
  padding: 0.6em 1.6em 0.6em;
  min-width: 240px;
  border: none;
  line-height: 30px;
}

@media screen and (max-width: 1099px) {
  body.fs-body-stockNotification-cancel .fs-c-stockNotificationsProduct {
    float: none;
    display: block;
  }
  body.fs-body-stockNotification-cancel .fs-c-inputInformation__button button {
    line-height: 40px;
  }
  body.fs-body-stockNotification-cancel .fs-c-stockNotificationsProduct__productName {
    max-width: 100%;
  }
  body.fs-body-stockNotification-cancel #fs_form {
    margin: 0 auto;
  }
}

.layer {
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
}

header {
  border-top: 3px solid #000000;
  padding-top: 20px;
}

header .search {
  position: relative;
  width: 180px;
  border-bottom: 1px solid #000000;
  background-size: 24px 28px;
  background-position: left;
  padding-left: 30px;
}

header .search input {
  font-weight: bold;
  letter-spacing: 0;
}

header .search button {
  position: absolute;
  left: 0;
  top: 0;
}

header .search input::-webkit-input-placeholder {
  color: #010101;
}

header .search input:-ms-input-placeholder {
  color: #010101;
}

header .search input::-ms-input-placeholder {
  color: #010101;
}

header .search input::placeholder {
  color: #010101;
}

header .box .links .account {
  position: relative;
}

header .box .links .account .fs-clientInfo {
  display: none;
}

header .box .links .account .child {
  position: absolute;
  z-index: 2;
  top: -1px;
  left: -30px;
  padding-top: 40px;
}

header .box .links .account .child ul {
  background-color: #908E8E;
  padding: 20px 15px;
  width: 170px;
}

header .box .links .account .child ul li {
  font-size: 13px;
  color: #FFFFFF;
  font-weight: normal;
  text-align: center;
  line-height: 2.5;
}

header .gnavi .js-hover > a {
  position: relative;
}

header .gnavi .js-hover .child {
  display: none;
  padding-top: 40px;
  position: absolute;
  display: none;
  left: 0;
  width: 100vw;
}

header .gnavi li.active > a {
  border-bottom: 3px solid #000000;
  padding-bottom: 3px;
  opacity: 1;
}

header#type_b {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #FFFFFF;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

header#type_b .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header#type_b .box .logo {
  margin-bottom: 0;
  margin-right: 40px;
}

header#type_b .box .logo img {
  width: 118px;
}

header#type_b .box .gnavi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header#type_b .box .gnavi > ul > li {
  margin-right: 35px;
  font-weight: bold;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
}

header#type_b .box .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  font-weight: bold;
}

header#type_b .box .links .account {
  margin-right: 10px;
  background: url(../img/header_ico_ac.svg) no-repeat;
  background-size: 19px 22px;
  background-position: top center;
  padding-top: 30px;
  text-align: center;
}

header#type_b .box .links .account .child {
  top: 30px;
}

header#type_b .box .links .account a {
  padding-top: 40px;
}

header#type_b .box .links .cart {
  background: url(../img/header_ico_cart.svg) no-repeat;
  background-size: 24px 19px;
  background-position: center 4px;
  padding-top: 30px;
  text-align: center;
}

header#type_b .box .links .cart a {
  padding-top: 40px;
}

header#type_a {
  position: relative;
  z-index: 11;
  background-color: #FFFFFF;
}

header#type_a .logo {
  padding-top: 20px;
  text-align: center;
  margin-bottom: 40px;
}

header#type_a .logo img {
  height: 55px;
  width: auto;
}

header#type_a .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header#type_a .box .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
}

header#type_a .box .links .welcome {
  position: relative;
  margin-right: 30px;
  width: 170px;
  letter-spacing: 0;
}

header#type_a .box .links .welcome .fs-clientInfo {
  position: absolute;
  left: 0;
  top: 0;
}

header#type_a .box .links .account {
  margin-right: 30px;
  background: url(../img/header_ico_ac.svg) no-repeat;
  background-size: 19px 22px;
  background-position: 0 0px;
  padding-left: 30px;
  cursor: pointer;
}

header#type_a .box .links .cart {
  background: url(../img/header_ico_cart.svg) no-repeat;
  background-size: 24px 19px;
  background-position: 0 3px;
  padding-left: 30px;
}

header#type_a .gnavi {
  padding-bottom: 40px;
}

header#type_a .gnavi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 630px;
}

header#type_a .gnavi > ul li a {
  font-size: 15px;
  font-weight: bold;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
}

header#type_a .gnavi > ul li .child {
  width: 100vw;
  display: none;
}

.js-dropdown {
  position: absolute;
  z-index: 10;
  left: 0;
  padding: 20px;
  width: 100vw;
  background-color: #000000;
}

.js-dropdown ul {
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 100px;
}

.js-dropdown ul li {
  width: calc((100% / 3));
  color: #FFFFFF;
  line-height: 2.5;
  font-weight: bold;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (max-width: 1099px) {
  header {
    position: fixed;
    left: 0;
    top: -80px;
    width: 100%;
    height: 80px;
    z-index: 10;
    padding: 20px 0;
    background-color: #FFFFFF;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
  }
  header.show {
    top: 0;
  }
  header .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .box a {
    display: block;
  }
  header .box .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .box .left .btn_menu {
    position: relative;
    width: 25px;
    height: 25px;
    margin-right: 20px;
    top: 2px;
  }
  header .box .left .btn_menu a {
    display: block;
    height: 100%;
  }
  header .box .left .btn_menu span {
    position: absolute;
    width: 25px;
    height: 0;
    left: 0;
    border-top: 2px solid #000000;
  }
  header .box .left .btn_menu span:nth-child(1) {
    top: 0;
  }
  header .box .left .btn_menu span:nth-child(2) {
    top: 9px;
  }
  header .box .left .btn_menu span:nth-child(3) {
    top: 18px;
  }
  header .box .left .btn_search {
    padding-top: 3px;
  }
  header .box .left .btn_search img {
    height: 29px;
    width: auto;
  }
  header .box .left .btn_search .search_panel {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100vw;
    height: 80px;
    padding-top: 20px;
    background-color: #F2F2F2;
  }
  header .box .left .btn_search .search_panel form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    border-bottom: 1px solid #000000;
    background-size: 24px 28px;
    background-position: left;
    margin: 0 auto;
  }
  header .box .left .btn_search .search_panel form input {
    font-weight: bold;
    letter-spacing: 0;
    padding-left: 8px;
  }
  header .box .logo img {
    height: 31px;
    width: auto;
  }
  header .box .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 32px;
  }
  header .box .right .btn_account {
    margin-right: 20px;
  }
  header .box .right .btn_account img {
    height: 24px;
    width: auto;
  }
  header .box .right .btn_cart img {
    height: 21px;
    width: auto;
  }
}

.btn_close {
  display: none;
  position: fixed;
  left: 85vw;
  top: 30px;
  width: 24px;
  height: 30px;
  z-index: 40;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.btn_close img {
  width: 100%;
  height: auto;
  vertical-align: baseline;
}

.btn_close.show {
  display: block;
}

.js-drawer {
  position: fixed;
  z-index: 30;
  top: 0;
  left: -80vw;
  background-color: #FFFFFF;
  width: 80vw;
  height: 100vh;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
  overflow-y: auto;
  overflow-x: hidden;
}

.js-drawer.show {
  left: 0;
}

.js-drawer .announce {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  padding: 3px 20px;
}

.js-drawer .blk_logo {
  padding: 30px 0;
  text-align: center;
}

.js-drawer .blk_logo img {
  width: 83px;
}

.js-drawer .blk_account .member_true .box .btn_vm {
  width: 160px;
}

.js-drawer .blk_account .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.js-drawer .blk_account .box .btn_vm {
  width: calc((100% - 15px) / 2);
}

.js-drawer .blk_account .box .btn_vm a {
  line-height: 40px;
  padding-right: 10px;
}

.js-drawer .blk_account hr {
  margin-top: 30px;
  border-top: 1px solid #D2D2D2;
}

.js-drawer .blk_links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}

.js-drawer .blk_links ul li {
  text-align: center;
  font-size: 9px;
}

.js-drawer .blk_links ul li img {
  margin-bottom: 5px;
  height: 24px;
  width: auto;
}

.js-drawer .blk_search {
  background-color: #F2F2F2;
  padding: 30px 0;
}

.js-drawer .blk_search form {
  position: relative;
  width: 100%;
}

.js-drawer .blk_search form input {
  width: 100%;
  padding-right: 40px;
  padding-left: 20px;
  background-color: #FFFFFF;
  line-height: 45px;
  font-size: 10px;
  font-weight: bold;
}

.js-drawer .blk_search form button {
  position: absolute;
  right: 10px;
  top: 10px;
}

.js-drawer .blk_menu {
  background-color: #F2F2F2;
}

.js-drawer .blk_menu ul li {
  position: relative;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  border-bottom: 1px solid #d2d2d2;
  font-weight: bold;
  line-height: 60px;
  padding: 0 10px;
}

.js-drawer .blk_menu ul li:nth-child(1) {
  border-top: 1px solid #d2d2d2;
}

.js-drawer .blk_menu ul li a {
  display: block;
}

.js-drawer .blk_menu ul li:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: '>';
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.js-drawer .blk_menu ul li.js-acco:after {
  content: '+';
}

.js-drawer .blk_menu ul li.js-acco.active:after {
  content: '-';
}

.js-drawer .blk_menu .js-acco-content {
  display: none;
}

.js-drawer .blk_menu .js-acco-content ul li {
  padding-left: 30px;
  border-top: none;
}

.js-drawer .blk_sns {
  background-color: #F2F2F2;
  padding: 30px 0 30px;
}

.js-drawer .blk_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.js-drawer .blk_sns ul li {
  margin: 0 20px;
}

.js-drawer .blk_sns ul li:nth-child(1) img {
  width: 37px;
}

.js-drawer .blk_sns ul li:nth-child(2) img {
  width: 30px;
}

.js-drawer .blk_sns ul li:nth-child(3) img {
  width: 30px;
}

.js-drawer .blk_sns ul li img {
  height: auto;
}

.js-drawer .blk_magazine {
  background-color: #F2F2F2;
  padding-bottom: 20px;
}

.js-drawer .blk_magazine .btn_vm {
  width: 100%;
}

.js-drawer .blk_line {
  background-color: #F2F2F2;
  padding-bottom: 80px;
}

#totop {
  position: fixed;
  right: 33px;
  bottom: -34px;
  z-index: 5;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}

#totop img {
  width: 34px;
  height: 34px;
}

#totop.show {
  bottom: 33px;
}

footer {
  background-color: #000000;
  padding: 60px 0;
  color: #FFFFFF;
}

footer .logo {
  text-align: center;
  margin-bottom: 60px;
}

footer .logo img {
  height: 55px;
  width: auto;
}

footer .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .cols .title {
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}

footer .cols .title.title_company {
  margin-top: 40px;
}

footer .cols .title.title_topics {
  margin-top: 40px;
}

footer .cols ul li {
  font-size: 13px;
  line-height: 30px;
}

footer .cols ul li a {
  position: relative;
}

footer .cols ul li a:hover {
  opacity: 1;
}

footer .cols ul li a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

footer .cols ul li a:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

footer .cols ul li a.noeffect:after {
  display: none;
}

footer .cols .cols ul {
  margin-right: 20px;
}

footer .blk_sns {
  margin-top: 40px;
}

footer .blk_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .blk_sns ul li {
  margin-right: 30px;
}

footer .blk_sns ul li:nth-child(1) {
  margin-right: 25px;
}

footer .blk_sns ul li:nth-child(1) img {
  height: 30px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

footer .blk_sns ul li img {
  height: 20px;
  width: auto;
}

.copyrights {
  text-align: center;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
  padding: 20px 0;
}

@media screen and (max-width: 1099px) {
  #totop {
    right: 10px;
    bottom: -40px;
  }
  #totop img {
    width: 40px;
    height: 40px;
  }
  #totop.show {
    bottom: 70px;
  }
  footer {
    padding: 0;
  }
  footer .full {
    position: relative;
    text-align: center;
    font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    line-height: 60px;
  }
  footer .full a {
    display: block;
  }
  footer .full:after {
    position: absolute;
    content: '>';
    top: 50%;
    right: 20px;
    color: #FFFFFF;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  footer .full.js-acco:after {
    right: 16px;
    content: '＋';
  }
  footer .full.js-acco.active:after {
    content: 'ー';
  }
  footer .js-acco-content {
    display: none;
  }
  footer .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #FFFFFF;
  }
  footer .links li {
    width: 50%;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding-left: 20px;
    line-height: 40px;
    font-size: 12px;
    font-weight: bold;
  }
  footer .links li:nth-child(2n) {
    border-right: none;
  }
  footer .links li.noborder {
    border-bottom: none;
  }
  footer .sns {
    text-align: center;
    padding: 40px 0;
  }
  footer .sns .ttl {
    margin-bottom: 20px;
    font-size: 17.5px;
    font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
  }
  footer .sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .sns ul li {
    margin-right: 25px;
  }
  footer .sns ul li img {
    height: 23px;
    width: auto;
  }
  footer .sns ul li:nth-child(1) {
    margin-right: 20px;
  }
  footer .sns ul li:nth-child(1) img {
    height: 33px;
  }
}

.hidden {
  display: none;
}

.brand_layout_a, .brand_layout_b, .brand_layout_c {
  padding-top: 16px;
}

body.fs-body-top main, .brand_layout_a main, .brand_layout_b main, .brand_layout_c main {
  padding-bottom: 0;
}

body.fs-body-top #brandlogo, .brand_layout_a #brandlogo, .brand_layout_b #brandlogo, .brand_layout_c #brandlogo {
  padding-bottom: 60px;
}

body.fs-body-top #brandlogo .content_width, .brand_layout_a #brandlogo .content_width, .brand_layout_b #brandlogo .content_width, .brand_layout_c #brandlogo .content_width {
  max-width: 830px;
  margin: 0 auto;
}

body.fs-body-top #brandlogo .content_width .logo, .brand_layout_a #brandlogo .content_width .logo, .brand_layout_b #brandlogo .content_width .logo, .brand_layout_c #brandlogo .content_width .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}

body.fs-body-top #brand_mv, .brand_layout_a #brand_mv, .brand_layout_b #brand_mv, .brand_layout_c #brand_mv {
  text-align: center;
}

body.fs-body-top #mv, .brand_layout_a #mv, .brand_layout_b #mv, .brand_layout_c #mv {
  padding-bottom: 40px;
  padding-top: 20px;
}

body.fs-body-top #mv ul .slick-slide, .brand_layout_a #mv ul .slick-slide, .brand_layout_b #mv ul .slick-slide, .brand_layout_c #mv ul .slick-slide {
  margin: 0 45px;
  outline: none;
}

body.fs-body-top #mv .slick-dots, .brand_layout_a #mv .slick-dots, .brand_layout_b #mv .slick-dots, .brand_layout_c #mv .slick-dots {
  bottom: -40px;
}

body.fs-body-top #mv .slick-dots li, .brand_layout_a #mv .slick-dots li, .brand_layout_b #mv .slick-dots li, .brand_layout_c #mv .slick-dots li {
  margin: 0 14px;
}

body.fs-body-top #keywords, .brand_layout_a #keywords, .brand_layout_b #keywords, .brand_layout_c #keywords {
  background-color: #000000;
  padding: 40px 0;
}

body.fs-body-top #keywords .h2_2, .brand_layout_a #keywords .h2_2, .brand_layout_b #keywords .h2_2, .brand_layout_c #keywords .h2_2 {
  margin-bottom: 30px;
}

body.fs-body-top #keywords ul, .brand_layout_a #keywords ul, .brand_layout_b #keywords ul, .brand_layout_c #keywords ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.fs-body-top #keywords ul li, .brand_layout_a #keywords ul li, .brand_layout_b #keywords ul li, .brand_layout_c #keywords ul li {
  margin-right: 20px;
  margin-bottom: 17px;
}

body.fs-body-top #keywords ul li a, .brand_layout_a #keywords ul li a, .brand_layout_b #keywords ul li a, .brand_layout_c #keywords ul li a {
  display: block;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 18px;
  background-color: #5E5E5E;
  text-align: center;
  min-width: 100px;
  padding: 11px 20px;
  line-height: 1;
}

body.fs-body-top #topics1, .brand_layout_a #topics1, .brand_layout_b #topics1, .brand_layout_c #topics1 {
  padding: 40px 0 80px;
  background-color: #F6F6F6;
}

body.fs-body-top #topics1 ul, .brand_layout_a #topics1 ul, .brand_layout_b #topics1 ul, .brand_layout_c #topics1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}

body.fs-body-top #topics1 ul li:nth-child(1), .brand_layout_a #topics1 ul li:nth-child(1), .brand_layout_b #topics1 ul li:nth-child(1), .brand_layout_c #topics1 ul li:nth-child(1) {
  margin-right: 30px;
}

body.fs-body-top #information, .brand_layout_a #information, .brand_layout_b #information, .brand_layout_c #information {
  padding-top: 80px;
  padding-bottom: 80px;
}

body.fs-body-top #information .h2_1, .brand_layout_a #information .h2_1, .brand_layout_b #information .h2_1, .brand_layout_c #information .h2_1 {
  margin-bottom: 30px;
}

body.fs-body-top #information .informations, .brand_layout_a #information .informations, .brand_layout_b #information .informations, .brand_layout_c #information .informations {
  max-width: 820px;
  margin: 0 auto;
}

body.fs-body-top #information .informations li, .brand_layout_a #information .informations li, .brand_layout_b #information .informations li, .brand_layout_c #information .informations li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #C9C9C9;
  padding-top: 30px;
  padding-bottom: 10px;
}

body.fs-body-top #information .informations li a, .brand_layout_a #information .informations li a, .brand_layout_b #information .informations li a, .brand_layout_c #information .informations li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
  -webkit-transition: color .3s;
  transition: color .3s;
}

body.fs-body-top #information .informations li a:hover, .brand_layout_a #information .informations li a:hover, .brand_layout_b #information .informations li a:hover, .brand_layout_c #information .informations li a:hover {
  opacity: 1;
}

body.fs-body-top #information .informations li a:hover p.content, .brand_layout_a #information .informations li a:hover p.content, .brand_layout_b #information .informations li a:hover p.content, .brand_layout_c #information .informations li a:hover p.content {
  color: #1196AA;
}

body.fs-body-top #information .informations li a p.date, .brand_layout_a #information .informations li a p.date, .brand_layout_b #information .informations li a p.date, .brand_layout_c #information .informations li a p.date {
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  margin-right: 40px;
}

body.fs-body-top #topics2, .brand_layout_a #topics2, .brand_layout_b #topics2, .brand_layout_c #topics2 {
  padding-bottom: 80px;
}

body.fs-body-top #topics2 ul, .brand_layout_a #topics2 ul, .brand_layout_b #topics2 ul, .brand_layout_c #topics2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.fs-body-top #topics2 ul li, .brand_layout_a #topics2 ul li, .brand_layout_b #topics2 ul li, .brand_layout_c #topics2 ul li {
  width: calc((100% - 105px) / 4);
  margin-right: 35px;
}

body.fs-body-top #topics2 ul li:nth-child(4), .brand_layout_a #topics2 ul li:nth-child(4), .brand_layout_b #topics2 ul li:nth-child(4), .brand_layout_c #topics2 ul li:nth-child(4) {
  margin-right: 0;
}

body.fs-body-top #newarrival, .brand_layout_a #newarrival, .brand_layout_b #newarrival, .brand_layout_c #newarrival {
  padding-bottom: 100px;
  padding-top: 40px;
}

body.fs-body-top #newarrival .h2_1, .brand_layout_a #newarrival .h2_1, .brand_layout_b #newarrival .h2_1, .brand_layout_c #newarrival .h2_1 {
  margin-bottom: 70px;
}

body.fs-body-top #ranking, .brand_layout_a #ranking, .brand_layout_b #ranking, .brand_layout_c #ranking {
  position: relative;
  background-color: #F4F4F4;
  padding: 80px 0;
}

body.fs-body-top #ranking .h2_3, .brand_layout_a #ranking .h2_3, .brand_layout_b #ranking .h2_3, .brand_layout_c #ranking .h2_3 {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 50px;
  font-weight: 500;
  color: #d5d5d5;
}

body.fs-body-top #ranking .fr_ranking .slick-slider .slick-arrow, .brand_layout_a #ranking .fr_ranking .slick-slider .slick-arrow, .brand_layout_b #ranking .fr_ranking .slick-slider .slick-arrow, .brand_layout_c #ranking .fr_ranking .slick-slider .slick-arrow {
  top: 84px;
}

body.fs-body-top #ranking .fr_ranking .slick-slider .slick-arrow.next, .brand_layout_a #ranking .fr_ranking .slick-slider .slick-arrow.next, .brand_layout_b #ranking .fr_ranking .slick-slider .slick-arrow.next, .brand_layout_c #ranking .fr_ranking .slick-slider .slick-arrow.next {
  right: -20px;
}

body.fs-body-top #ranking .fr_ranking .slick-slider .slick-arrow.prev, .brand_layout_a #ranking .fr_ranking .slick-slider .slick-arrow.prev, .brand_layout_b #ranking .fr_ranking .slick-slider .slick-arrow.prev, .brand_layout_c #ranking .fr_ranking .slick-slider .slick-arrow.prev {
  left: -20px;
}

body.fs-body-top #ranking .fr_ranking .items .item a, .brand_layout_a #ranking .fr_ranking .items .item a, .brand_layout_b #ranking .fr_ranking .items .item a, .brand_layout_c #ranking .fr_ranking .items .item a {
  display: block;
}

body.fs-body-top #ranking .fr_ranking .items .item a .rank, .brand_layout_a #ranking .fr_ranking .items .item a .rank, .brand_layout_b #ranking .fr_ranking .items .item a .rank, .brand_layout_c #ranking .fr_ranking .items .item a .rank {
  letter-spacing: 0;
}

body.fs-body-top #ranking .fr_ranking .items .item a .rank::before, .brand_layout_a #ranking .fr_ranking .items .item a .rank::before, .brand_layout_b #ranking .fr_ranking .items .item a .rank::before, .brand_layout_c #ranking .fr_ranking .items .item a .rank::before {
  content: 'Rank';
  font-size: 12px;
  font-weight: 500;
}

body.fs-body-top #ranking .fr_ranking .items .item a .rank::after, .brand_layout_a #ranking .fr_ranking .items .item a .rank::after, .brand_layout_b #ranking .fr_ranking .items .item a .rank::after, .brand_layout_c #ranking .fr_ranking .items .item a .rank::after {
  content: '';
  font-size: 20px;
  font-weight: 700;
}

body.fs-body-top #ranking .fr_ranking .items .item a .rank.rank1, body.fs-body-top #ranking .fr_ranking .items .item a .rank.rank2, body.fs-body-top #ranking .fr_ranking .items .item a .rank.rank3, .brand_layout_a #ranking .fr_ranking .items .item a .rank.rank1, .brand_layout_a #ranking .fr_ranking .items .item a .rank.rank2, .brand_layout_a #ranking .fr_ranking .items .item a .rank.rank3, .brand_layout_b #ranking .fr_ranking .items .item a .rank.rank1, .brand_layout_b #ranking .fr_ranking .items .item a .rank.rank2, .brand_layout_b #ranking .fr_ranking .items .item a .rank.rank3, .brand_layout_c #ranking .fr_ranking .items .item a .rank.rank1, .brand_layout_c #ranking .fr_ranking .items .item a .rank.rank2, .brand_layout_c #ranking .fr_ranking .items .item a .rank.rank3 {
  background-repeat: no-repeat;
  padding-left: 25px;
  background-size: 16px 17px;
  background-position: 0 10px;
}

body.fs-body-top #ranking .fr_ranking .items .item a .rank.rank1, .brand_layout_a #ranking .fr_ranking .items .item a .rank.rank1, .brand_layout_b #ranking .fr_ranking .items .item a .rank.rank1, .brand_layout_c #ranking .fr_ranking .items .item a .rank.rank1 {
  background-image: url(../img/top_rank_1.png);
  color: #a18927;
}

body.fs-body-top #ranking .fr_ranking .items .item a .rank.rank1::after, .brand_layout_a #ranking .fr_ranking .items .item a .rank.rank1::after, .brand_layout_b #ranking .fr_ranking .items .item a .rank.rank1::after, .brand_layout_c #ranking .fr_ranking .items .item a .rank.rank1::after {
  content: '1';
}

body.fs-body-top #ranking .fr_ranking .items .item a .rank.rank2, .brand_layout_a #ranking .fr_ranking .items .item a .rank.rank2, .brand_layout_b #ranking .fr_ranking .items .item a .rank.rank2, .brand_layout_c #ranking .fr_ranking .items .item a .rank.rank2 {
  background-image: url(../img/top_rank_2.png);
  color: #9aa1a1;
}

body.fs-body-top #ranking .fr_ranking .items .item a .rank.rank2::after, .brand_layout_a #ranking .fr_ranking .items .item a .rank.rank2::after, .brand_layout_b #ranking .fr_ranking .items .item a .rank.rank2::after, .brand_layout_c #ranking .fr_ranking .items .item a .rank.rank2::after {
  content: '2';
}

body.fs-body-top #ranking .fr_ranking .items .item a .rank.rank3, .brand_layout_a #ranking .fr_ranking .items .item a .rank.rank3, .brand_layout_b #ranking .fr_ranking .items .item a .rank.rank3, .brand_layout_c #ranking .fr_ranking .items .item a .rank.rank3 {
  background-image: url(../img/top_rank_3.png);
  color: #996936;
}

body.fs-body-top #ranking .fr_ranking .items .item a .rank.rank3::after, .brand_layout_a #ranking .fr_ranking .items .item a .rank.rank3::after, .brand_layout_b #ranking .fr_ranking .items .item a .rank.rank3::after, .brand_layout_c #ranking .fr_ranking .items .item a .rank.rank3::after {
  content: '3';
}

body.fs-body-top #ranking .fr_ranking .items .item a .rank.rank4::after, .brand_layout_a #ranking .fr_ranking .items .item a .rank.rank4::after, .brand_layout_b #ranking .fr_ranking .items .item a .rank.rank4::after, .brand_layout_c #ranking .fr_ranking .items .item a .rank.rank4::after {
  content: '4';
}

body.fs-body-top #ranking .fr_ranking .items .item a .rank.rank5::after, .brand_layout_a #ranking .fr_ranking .items .item a .rank.rank5::after, .brand_layout_b #ranking .fr_ranking .items .item a .rank.rank5::after, .brand_layout_c #ranking .fr_ranking .items .item a .rank.rank5::after {
  content: '5';
}

body.fs-body-top #ranking .fr_ranking .items .item a .rank.rank6::after, .brand_layout_a #ranking .fr_ranking .items .item a .rank.rank6::after, .brand_layout_b #ranking .fr_ranking .items .item a .rank.rank6::after, .brand_layout_c #ranking .fr_ranking .items .item a .rank.rank6::after {
  content: '6';
}

body.fs-body-top #ranking .fr_ranking .items .item a .rank.rank7::after, .brand_layout_a #ranking .fr_ranking .items .item a .rank.rank7::after, .brand_layout_b #ranking .fr_ranking .items .item a .rank.rank7::after, .brand_layout_c #ranking .fr_ranking .items .item a .rank.rank7::after {
  content: '7';
}

body.fs-body-top #ranking .fr_ranking .items .item a .rank.rank8::after, .brand_layout_a #ranking .fr_ranking .items .item a .rank.rank8::after, .brand_layout_b #ranking .fr_ranking .items .item a .rank.rank8::after, .brand_layout_c #ranking .fr_ranking .items .item a .rank.rank8::after {
  content: '8';
}

body.fs-body-top #ranking .fr_ranking .items .item a .rank.rank9::after, .brand_layout_a #ranking .fr_ranking .items .item a .rank.rank9::after, .brand_layout_b #ranking .fr_ranking .items .item a .rank.rank9::after, .brand_layout_c #ranking .fr_ranking .items .item a .rank.rank9::after {
  content: '9';
}

body.fs-body-top #ranking .fr_ranking .items .item a .rank.rank10::after, .brand_layout_a #ranking .fr_ranking .items .item a .rank.rank10::after, .brand_layout_b #ranking .fr_ranking .items .item a .rank.rank10::after, .brand_layout_c #ranking .fr_ranking .items .item a .rank.rank10::after {
  content: '10';
}

body.fs-body-top #ranking .fr_ranking .items .item a .data .name, .brand_layout_a #ranking .fr_ranking .items .item a .data .name, .brand_layout_b #ranking .fr_ranking .items .item a .data .name, .brand_layout_c #ranking .fr_ranking .items .item a .data .name {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 13px;
}

body.fs-body-top #ranking .fr_ranking .items .item a .data .price, .brand_layout_a #ranking .fr_ranking .items .item a .data .price, .brand_layout_b #ranking .fr_ranking .items .item a .data .price, .brand_layout_c #ranking .fr_ranking .items .item a .data .price {
  font-size: 15px;
  font-weight: 700;
}

body.fs-body-top #ranking .fr_ranking .items .item a .data .price:after, .brand_layout_a #ranking .fr_ranking .items .item a .data .price:after, .brand_layout_b #ranking .fr_ranking .items .item a .data .price:after, .brand_layout_c #ranking .fr_ranking .items .item a .data .price:after {
  content: '円(税込)';
  font-size: 13px;
}

body.fs-body-top #ranking .slick-slide .rank, .brand_layout_a #ranking .slick-slide .rank, .brand_layout_b #ranking .slick-slide .rank, .brand_layout_c #ranking .slick-slide .rank {
  letter-spacing: 0;
}

body.fs-body-top #ranking .slick-slide .rank::before, .brand_layout_a #ranking .slick-slide .rank::before, .brand_layout_b #ranking .slick-slide .rank::before, .brand_layout_c #ranking .slick-slide .rank::before {
  content: 'Rank';
  font-size: 12px;
  font-weight: 500;
}

body.fs-body-top #ranking .slick-slide .rank::after, .brand_layout_a #ranking .slick-slide .rank::after, .brand_layout_b #ranking .slick-slide .rank::after, .brand_layout_c #ranking .slick-slide .rank::after {
  content: '';
  font-size: 20px;
  font-weight: 700;
}

body.fs-body-top #ranking .slick-slide:nth-child(1) .rank, body.fs-body-top #ranking .slick-slide:nth-child(2) .rank, body.fs-body-top #ranking .slick-slide:nth-child(3) .rank, .brand_layout_a #ranking .slick-slide:nth-child(1) .rank, .brand_layout_a #ranking .slick-slide:nth-child(2) .rank, .brand_layout_a #ranking .slick-slide:nth-child(3) .rank, .brand_layout_b #ranking .slick-slide:nth-child(1) .rank, .brand_layout_b #ranking .slick-slide:nth-child(2) .rank, .brand_layout_b #ranking .slick-slide:nth-child(3) .rank, .brand_layout_c #ranking .slick-slide:nth-child(1) .rank, .brand_layout_c #ranking .slick-slide:nth-child(2) .rank, .brand_layout_c #ranking .slick-slide:nth-child(3) .rank {
  background-repeat: no-repeat;
  padding-left: 25px;
  background-size: 16px 17px;
  background-position: 0 10px;
}

body.fs-body-top #ranking .slick-slide:nth-child(1) .rank, .brand_layout_a #ranking .slick-slide:nth-child(1) .rank, .brand_layout_b #ranking .slick-slide:nth-child(1) .rank, .brand_layout_c #ranking .slick-slide:nth-child(1) .rank {
  background-image: url(../img/top_rank_1.png);
  color: #a18927;
}

body.fs-body-top #ranking .slick-slide:nth-child(1) .rank::after, .brand_layout_a #ranking .slick-slide:nth-child(1) .rank::after, .brand_layout_b #ranking .slick-slide:nth-child(1) .rank::after, .brand_layout_c #ranking .slick-slide:nth-child(1) .rank::after {
  content: '1';
}

body.fs-body-top #ranking .slick-slide:nth-child(2) .rank, .brand_layout_a #ranking .slick-slide:nth-child(2) .rank, .brand_layout_b #ranking .slick-slide:nth-child(2) .rank, .brand_layout_c #ranking .slick-slide:nth-child(2) .rank {
  background-image: url(../img/top_rank_2.png);
  color: #9aa1a1;
}

body.fs-body-top #ranking .slick-slide:nth-child(2) .rank::after, .brand_layout_a #ranking .slick-slide:nth-child(2) .rank::after, .brand_layout_b #ranking .slick-slide:nth-child(2) .rank::after, .brand_layout_c #ranking .slick-slide:nth-child(2) .rank::after {
  content: '2';
}

body.fs-body-top #ranking .slick-slide:nth-child(3) .rank, .brand_layout_a #ranking .slick-slide:nth-child(3) .rank, .brand_layout_b #ranking .slick-slide:nth-child(3) .rank, .brand_layout_c #ranking .slick-slide:nth-child(3) .rank {
  background-image: url(../img/top_rank_3.png);
  color: #996936;
}

body.fs-body-top #ranking .slick-slide:nth-child(3) .rank::after, .brand_layout_a #ranking .slick-slide:nth-child(3) .rank::after, .brand_layout_b #ranking .slick-slide:nth-child(3) .rank::after, .brand_layout_c #ranking .slick-slide:nth-child(3) .rank::after {
  content: '3';
}

body.fs-body-top #ranking .slick-slide:nth-child(4) .rank::after, .brand_layout_a #ranking .slick-slide:nth-child(4) .rank::after, .brand_layout_b #ranking .slick-slide:nth-child(4) .rank::after, .brand_layout_c #ranking .slick-slide:nth-child(4) .rank::after {
  content: '4';
}

body.fs-body-top #ranking .slick-slide:nth-child(5) .rank::after, .brand_layout_a #ranking .slick-slide:nth-child(5) .rank::after, .brand_layout_b #ranking .slick-slide:nth-child(5) .rank::after, .brand_layout_c #ranking .slick-slide:nth-child(5) .rank::after {
  content: '5';
}

body.fs-body-top #ranking .slick-slide:nth-child(6) .rank::after, .brand_layout_a #ranking .slick-slide:nth-child(6) .rank::after, .brand_layout_b #ranking .slick-slide:nth-child(6) .rank::after, .brand_layout_c #ranking .slick-slide:nth-child(6) .rank::after {
  content: '6';
}

body.fs-body-top #ranking .slick-slide:nth-child(7) .rank::after, .brand_layout_a #ranking .slick-slide:nth-child(7) .rank::after, .brand_layout_b #ranking .slick-slide:nth-child(7) .rank::after, .brand_layout_c #ranking .slick-slide:nth-child(7) .rank::after {
  content: '7';
}

body.fs-body-top #ranking .slick-slide:nth-child(8) .rank::after, .brand_layout_a #ranking .slick-slide:nth-child(8) .rank::after, .brand_layout_b #ranking .slick-slide:nth-child(8) .rank::after, .brand_layout_c #ranking .slick-slide:nth-child(8) .rank::after {
  content: '8';
}

body.fs-body-top #ranking .slick-slide:nth-child(9) .rank::after, .brand_layout_a #ranking .slick-slide:nth-child(9) .rank::after, .brand_layout_b #ranking .slick-slide:nth-child(9) .rank::after, .brand_layout_c #ranking .slick-slide:nth-child(9) .rank::after {
  content: '9';
}

body.fs-body-top #ranking .slick-slide:nth-child(10) .rank::after, .brand_layout_a #ranking .slick-slide:nth-child(10) .rank::after, .brand_layout_b #ranking .slick-slide:nth-child(10) .rank::after, .brand_layout_c #ranking .slick-slide:nth-child(10) .rank::after {
  content: '10';
}

body.fs-body-top #ranking .slick-slide:nth-child(11) .rank::after, .brand_layout_a #ranking .slick-slide:nth-child(11) .rank::after, .brand_layout_b #ranking .slick-slide:nth-child(11) .rank::after, .brand_layout_c #ranking .slick-slide:nth-child(11) .rank::after {
  content: '11';
}

body.fs-body-top #ranking .slick-slide:nth-child(12) .rank::after, .brand_layout_a #ranking .slick-slide:nth-child(12) .rank::after, .brand_layout_b #ranking .slick-slide:nth-child(12) .rank::after, .brand_layout_c #ranking .slick-slide:nth-child(12) .rank::after {
  content: '12';
}

body.fs-body-top #ranking .slick-slide:nth-child(13) .rank::after, .brand_layout_a #ranking .slick-slide:nth-child(13) .rank::after, .brand_layout_b #ranking .slick-slide:nth-child(13) .rank::after, .brand_layout_c #ranking .slick-slide:nth-child(13) .rank::after {
  content: '13';
}

body.fs-body-top #ranking .slick-slide:nth-child(14) .rank::after, .brand_layout_a #ranking .slick-slide:nth-child(14) .rank::after, .brand_layout_b #ranking .slick-slide:nth-child(14) .rank::after, .brand_layout_c #ranking .slick-slide:nth-child(14) .rank::after {
  content: '14';
}

body.fs-body-top #ranking .slick-slide:nth-child(15) .rank::after, .brand_layout_a #ranking .slick-slide:nth-child(15) .rank::after, .brand_layout_b #ranking .slick-slide:nth-child(15) .rank::after, .brand_layout_c #ranking .slick-slide:nth-child(15) .rank::after {
  content: '15';
}

body.fs-body-top #ranking .slick-slide:nth-child(16) .rank::after, .brand_layout_a #ranking .slick-slide:nth-child(16) .rank::after, .brand_layout_b #ranking .slick-slide:nth-child(16) .rank::after, .brand_layout_c #ranking .slick-slide:nth-child(16) .rank::after {
  content: '16';
}

body.fs-body-top #ranking .slick-slide:nth-child(17) .rank::after, .brand_layout_a #ranking .slick-slide:nth-child(17) .rank::after, .brand_layout_b #ranking .slick-slide:nth-child(17) .rank::after, .brand_layout_c #ranking .slick-slide:nth-child(17) .rank::after {
  content: '17';
}

body.fs-body-top #ranking .slick-slide:nth-child(18) .rank::after, .brand_layout_a #ranking .slick-slide:nth-child(18) .rank::after, .brand_layout_b #ranking .slick-slide:nth-child(18) .rank::after, .brand_layout_c #ranking .slick-slide:nth-child(18) .rank::after {
  content: '18';
}

body.fs-body-top #ranking .slick-slide:nth-child(19) .rank::after, .brand_layout_a #ranking .slick-slide:nth-child(19) .rank::after, .brand_layout_b #ranking .slick-slide:nth-child(19) .rank::after, .brand_layout_c #ranking .slick-slide:nth-child(19) .rank::after {
  content: '19';
}

body.fs-body-top #ranking .slick-slide:nth-child(20) .rank::after, .brand_layout_a #ranking .slick-slide:nth-child(20) .rank::after, .brand_layout_b #ranking .slick-slide:nth-child(20) .rank::after, .brand_layout_c #ranking .slick-slide:nth-child(20) .rank::after {
  content: '20';
}

body.fs-body-top #pickup, .brand_layout_a #pickup, .brand_layout_b #pickup, .brand_layout_c #pickup {
  padding: 80px 0;
}

body.fs-body-top #brands, .brand_layout_a #brands, .brand_layout_b #brands, .brand_layout_c #brands {
  background-color: #F4F4F4;
  padding: 40px 0 80px;
}

body.fs-body-top #brands .h2_1, .brand_layout_a #brands .h2_1, .brand_layout_b #brands .h2_1, .brand_layout_c #brands .h2_1 {
  margin-bottom: 40px;
}

body.fs-body-top #brands .brands, .brand_layout_a #brands .brands, .brand_layout_b #brands .brands, .brand_layout_c #brands .brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

body.fs-body-top #brands .brands li, .brand_layout_a #brands .brands li, .brand_layout_b #brands .brands li, .brand_layout_c #brands .brands li {
  margin-right: 35px;
  width: calc((100% - 105px) / 4);
  margin-bottom: 35px;
}

body.fs-body-top #brands .brands li:nth-child(4n), .brand_layout_a #brands .brands li:nth-child(4n), .brand_layout_b #brands .brands li:nth-child(4n), .brand_layout_c #brands .brands li:nth-child(4n) {
  margin-right: 0;
}

body.fs-body-top #brands .brands li a, .brand_layout_a #brands .brands li a, .brand_layout_b #brands .brands li a, .brand_layout_c #brands .brands li a {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  display: block;
  text-align: center;
  line-height: 70px;
}

body.fs-body-top #character, .brand_layout_a #character, .brand_layout_b #character, .brand_layout_c #character {
  padding: 80px 0;
  background-color: #E8E4E4;
}

body.fs-body-top #character .characters, .brand_layout_a #character .characters, .brand_layout_b #character .characters, .brand_layout_c #character .characters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

body.fs-body-top #character .characters li, .brand_layout_a #character .characters li, .brand_layout_b #character .characters li, .brand_layout_c #character .characters li {
  background-color: #000000;
  margin-right: 35px;
  width: calc((100% - 105px) / 4);
  margin-bottom: 20px;
}

body.fs-body-top #character .characters li:nth-child(4n), .brand_layout_a #character .characters li:nth-child(4n), .brand_layout_b #character .characters li:nth-child(4n), .brand_layout_c #character .characters li:nth-child(4n) {
  margin-right: 0;
}

body.fs-body-top #character .characters li a, .brand_layout_a #character .characters li a, .brand_layout_b #character .characters li a, .brand_layout_c #character .characters li a {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  display: block;
  text-align: center;
  line-height: 70px;
}

body.fs-body-top #character .characters li a:hover, .brand_layout_a #character .characters li a:hover, .brand_layout_b #character .characters li a:hover, .brand_layout_c #character .characters li a:hover {
  background-color: #afafaf;
  opacity: 1;
}

body.fs-body-top #concept, .brand_layout_a #concept, .brand_layout_b #concept, .brand_layout_c #concept {
  background-color: #F2F2F2;
  padding: 40px 0;
}

body.fs-body-top #concept .h2_1, .brand_layout_a #concept .h2_1, .brand_layout_b #concept .h2_1, .brand_layout_c #concept .h2_1 {
  margin-bottom: 40px;
}

body.fs-body-top #concept .content_width, .brand_layout_a #concept .content_width, .brand_layout_b #concept .content_width, .brand_layout_c #concept .content_width {
  max-width: 1000px;
  margin: 0 auto;
}

body.fs-body-top #concept .blk_concept, .brand_layout_a #concept .blk_concept, .brand_layout_b #concept .blk_concept, .brand_layout_c #concept .blk_concept {
  margin-bottom: 40px;
}

body.fs-body-top #concept .blk_concept .img, .brand_layout_a #concept .blk_concept .img, .brand_layout_b #concept .blk_concept .img, .brand_layout_c #concept .blk_concept .img {
  margin-bottom: 40px;
}

body.fs-body-top #concept .blk_concept .text, .brand_layout_a #concept .blk_concept .text, .brand_layout_b #concept .blk_concept .text, .brand_layout_c #concept .blk_concept .text {
  font-size: 15px;
  font-weight: bold;
}

body.fs-body-top #concept .blk_shops .h3_1, .brand_layout_a #concept .blk_shops .h3_1, .brand_layout_b #concept .blk_shops .h3_1, .brand_layout_c #concept .blk_shops .h3_1 {
  margin-bottom: 40px;
}

body.fs-body-top #concept .blk_shops .shops .shop, .brand_layout_a #concept .blk_shops .shops .shop, .brand_layout_b #concept .blk_shops .shops .shop, .brand_layout_c #concept .blk_shops .shops .shop {
  padding: 60px;
  margin-bottom: 80px;
  background-color: #EBEAEA;
}

body.fs-body-top #concept .blk_shops .shops .shop .name, .brand_layout_a #concept .blk_shops .shops .shop .name, .brand_layout_b #concept .blk_shops .shops .shop .name, .brand_layout_c #concept .blk_shops .shops .shop .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 400px;
}

body.fs-body-top #concept .blk_shops .shops .shop .name .h4_1, .brand_layout_a #concept .blk_shops .shops .shop .name .h4_1, .brand_layout_b #concept .blk_shops .shops .shop .name .h4_1, .brand_layout_c #concept .blk_shops .shops .shop .name .h4_1 {
  width: calc(100% - 80px);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

body.fs-body-top #concept .blk_shops .shops .shop .name .sns, .brand_layout_a #concept .blk_shops .shops .shop .name .sns, .brand_layout_b #concept .blk_shops .shops .shop .name .sns, .brand_layout_c #concept .blk_shops .shops .shop .name .sns {
  width: 80px;
}

body.fs-body-top #concept .blk_shops .shops .shop .name .sns ul, .brand_layout_a #concept .blk_shops .shops .shop .name .sns ul, .brand_layout_b #concept .blk_shops .shops .shop .name .sns ul, .brand_layout_c #concept .blk_shops .shops .shop .name .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.fs-body-top #concept .blk_shops .shops .shop .name .sns ul li, .brand_layout_a #concept .blk_shops .shops .shop .name .sns ul li, .brand_layout_b #concept .blk_shops .shops .shop .name .sns ul li, .brand_layout_c #concept .blk_shops .shops .shop .name .sns ul li {
  margin-left: 15px;
}

body.fs-body-top #concept .blk_shops .shops .shop .name .sns ul li img, .brand_layout_a #concept .blk_shops .shops .shop .name .sns ul li img, .brand_layout_b #concept .blk_shops .shops .shop .name .sns ul li img, .brand_layout_c #concept .blk_shops .shops .shop .name .sns ul li img {
  height: 22px;
  width: auto;
}

body.fs-body-top #concept .blk_shops .shops .shop .data, .brand_layout_a #concept .blk_shops .shops .shop .data, .brand_layout_b #concept .blk_shops .shops .shop .data, .brand_layout_c #concept .blk_shops .shops .shop .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body.fs-body-top #concept .blk_shops .shops .shop .data .img, .brand_layout_a #concept .blk_shops .shops .shop .data .img, .brand_layout_b #concept .blk_shops .shops .shop .data .img, .brand_layout_c #concept .blk_shops .shops .shop .data .img {
  width: 400px;
}

body.fs-body-top #concept .blk_shops .shops .shop .data .img .img, .brand_layout_a #concept .blk_shops .shops .shop .data .img .img, .brand_layout_b #concept .blk_shops .shops .shop .data .img .img, .brand_layout_c #concept .blk_shops .shops .shop .data .img .img {
  width: 400px;
}

body.fs-body-top #concept .blk_shops .shops .shop .data .desc, .brand_layout_a #concept .blk_shops .shops .shop .data .desc, .brand_layout_b #concept .blk_shops .shops .shop .data .desc, .brand_layout_c #concept .blk_shops .shops .shop .data .desc {
  width: 400px;
  font-weight: bold;
}

body.fs-body-top #concept .blk_shops .shops .shop .data .desc dl, .brand_layout_a #concept .blk_shops .shops .shop .data .desc dl, .brand_layout_b #concept .blk_shops .shops .shop .data .desc dl, .brand_layout_c #concept .blk_shops .shops .shop .data .desc dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

body.fs-body-top #concept .blk_shops .shops .shop .data .desc dl:last-child, .brand_layout_a #concept .blk_shops .shops .shop .data .desc dl:last-child, .brand_layout_b #concept .blk_shops .shops .shop .data .desc dl:last-child, .brand_layout_c #concept .blk_shops .shops .shop .data .desc dl:last-child {
  margin-bottom: 0;
}

body.fs-body-top #concept .blk_shops .shops .shop .data .desc dl a, .brand_layout_a #concept .blk_shops .shops .shop .data .desc dl a, .brand_layout_b #concept .blk_shops .shops .shop .data .desc dl a, .brand_layout_c #concept .blk_shops .shops .shop .data .desc dl a {
  margin-left: 0;
  margin-top: 10px;
}

body.fs-body-top #concept .blk_shops .shops .shop .data .desc dl dt, .brand_layout_a #concept .blk_shops .shops .shop .data .desc dl dt, .brand_layout_b #concept .blk_shops .shops .shop .data .desc dl dt, .brand_layout_c #concept .blk_shops .shops .shop .data .desc dl dt {
  font-weight: bold;
  width: 80px;
}

body.fs-body-top #concept .blk_shops .shops .shop .data .desc dl dd, .brand_layout_a #concept .blk_shops .shops .shop .data .desc dl dd, .brand_layout_b #concept .blk_shops .shops .shop .data .desc dl dd, .brand_layout_c #concept .blk_shops .shops .shop .data .desc dl dd {
  width: calc(100% - 80px);
}

body.fs-body-top #magazine, .brand_layout_a #magazine, .brand_layout_b #magazine, .brand_layout_c #magazine {
  display: none;
}

body.fs-body-top .product-list, .brand_layout_a .product-list, .brand_layout_b .product-list, .brand_layout_c .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

body.fs-body-top .product-list > div, .brand_layout_a .product-list > div, .brand_layout_b .product-list > div, .brand_layout_c .product-list > div {
  margin-right: 80px;
}

body.fs-body-top .product-list > div .fs-c-productListItem, .brand_layout_a .product-list > div .fs-c-productListItem, .brand_layout_b .product-list > div .fs-c-productListItem, .brand_layout_c .product-list > div .fs-c-productListItem {
  max-width: 200px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.fs-body-top .product-list > div .fs-c-productListItem > *, .brand_layout_a .product-list > div .fs-c-productListItem > *, .brand_layout_b .product-list > div .fs-c-productListItem > *, .brand_layout_c .product-list > div .fs-c-productListItem > * {
  width: 100%;
}

body.fs-body-top .product-list > div .fs-c-productListItem .fs-c-productMarks, .brand_layout_a .product-list > div .fs-c-productListItem .fs-c-productMarks, .brand_layout_b .product-list > div .fs-c-productListItem .fs-c-productMarks, .brand_layout_c .product-list > div .fs-c-productListItem .fs-c-productMarks {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

body.fs-body-top .product-list > div .fs-c-productListItem .fs-c-productMarks .fs-c-productMark, .brand_layout_a .product-list > div .fs-c-productListItem .fs-c-productMarks .fs-c-productMark, .brand_layout_b .product-list > div .fs-c-productListItem .fs-c-productMarks .fs-c-productMark, .brand_layout_c .product-list > div .fs-c-productListItem .fs-c-productMarks .fs-c-productMark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.fs-body-top .product-list > div .fs-c-productListItem .fs-c-productListItem__imageContainer, .brand_layout_a .product-list > div .fs-c-productListItem .fs-c-productListItem__imageContainer, .brand_layout_b .product-list > div .fs-c-productListItem .fs-c-productListItem__imageContainer, .brand_layout_c .product-list > div .fs-c-productListItem .fs-c-productListItem__imageContainer {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

body.fs-body-top .product-list > div .fs-c-productListItem .fs-c-productListItem__productName, .brand_layout_a .product-list > div .fs-c-productListItem .fs-c-productListItem__productName, .brand_layout_b .product-list > div .fs-c-productListItem .fs-c-productListItem__productName, .brand_layout_c .product-list > div .fs-c-productListItem .fs-c-productListItem__productName {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-bottom: 10px;
}

body.fs-body-top .product-list > div .fs-c-productListItem .fs-c-productListItem__prices, .brand_layout_a .product-list > div .fs-c-productListItem .fs-c-productListItem__prices, .brand_layout_b .product-list > div .fs-c-productListItem .fs-c-productListItem__prices, .brand_layout_c .product-list > div .fs-c-productListItem .fs-c-productListItem__prices {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}

body.fs-body-top .product-list > div .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-price__value, .brand_layout_a .product-list > div .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-price__value, .brand_layout_b .product-list > div .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-price__value, .brand_layout_c .product-list > div .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-price__value {
  text-decoration: line-through;
}

body.fs-body-top .product-list > div .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-price__value:after, .brand_layout_a .product-list > div .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-price__value:after, .brand_layout_b .product-list > div .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-price__value:after, .brand_layout_c .product-list > div .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--listed .fs-c-price__value:after {
  content: '円';
}

body.fs-body-top .product-list > div .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main__price .fs-c-price__value:after, .brand_layout_a .product-list > div .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main__price .fs-c-price__value:after, .brand_layout_b .product-list > div .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main__price .fs-c-price__value:after, .brand_layout_c .product-list > div .fs-c-productListItem .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main__price .fs-c-price__value:after {
  content: '円(税込)';
}

body.fs-body-top .product-list > div .fs-c-productListItem .fs-c-productListItem__image__image, .brand_layout_a .product-list > div .fs-c-productListItem .fs-c-productListItem__image__image, .brand_layout_b .product-list > div .fs-c-productListItem .fs-c-productListItem__image__image, .brand_layout_c .product-list > div .fs-c-productListItem .fs-c-productListItem__image__image {
  max-width: 100%;
}

body.fs-body-top .product-list > div .fs-c-productListItem .fs-c-button--addToWishList--icon, .brand_layout_a .product-list > div .fs-c-productListItem .fs-c-button--addToWishList--icon, .brand_layout_b .product-list > div .fs-c-productListItem .fs-c-button--addToWishList--icon, .brand_layout_c .product-list > div .fs-c-productListItem .fs-c-button--addToWishList--icon {
  display: none;
}

body.fs-body-top .product-list > div .fs-c-productListItem .fs-c-button__label, .brand_layout_a .product-list > div .fs-c-productListItem .fs-c-button__label, .brand_layout_b .product-list > div .fs-c-productListItem .fs-c-button__label, .brand_layout_c .product-list > div .fs-c-productListItem .fs-c-button__label {
  display: none;
}

body.fs-body-top .product-list > div .fs-c-productListItem .fs-c-productPrice__main__label, .brand_layout_a .product-list > div .fs-c-productListItem .fs-c-productPrice__main__label, .brand_layout_b .product-list > div .fs-c-productListItem .fs-c-productPrice__main__label, .brand_layout_c .product-list > div .fs-c-productListItem .fs-c-productPrice__main__label {
  display: none;
}

body.fs-body-top .product-list > div .fs-c-productListItem .fs-c-productPrice__addon, .brand_layout_a .product-list > div .fs-c-productListItem .fs-c-productPrice__addon, .brand_layout_b .product-list > div .fs-c-productListItem .fs-c-productPrice__addon, .brand_layout_c .product-list > div .fs-c-productListItem .fs-c-productPrice__addon {
  display: none;
}

body.fs-body-top .product-list > div .fs-c-productListItem .fs-c-price__currencyMark, .brand_layout_a .product-list > div .fs-c-productListItem .fs-c-price__currencyMark, .brand_layout_b .product-list > div .fs-c-productListItem .fs-c-price__currencyMark, .brand_layout_c .product-list > div .fs-c-productListItem .fs-c-price__currencyMark {
  display: none;
}

.brand_layout_a #newarrival {
  padding-top: 80px;
}

@media screen and (max-width: 1099px) {
  body.fs-body-top #mv {
    padding-top: 16px;
  }
  .brand_layout_a #mv, .brand_layout_b #mv, .brand_layout_c #mv {
    padding-top: 0;
  }
  body.fs-body-top #brandlogo, .brand_layout_a #brandlogo, .brand_layout_b #brandlogo, .brand_layout_c #brandlogo {
    padding-bottom: 20px;
  }
  body.fs-body-top #brandlogo .content_width, .brand_layout_a #brandlogo .content_width, .brand_layout_b #brandlogo .content_width, .brand_layout_c #brandlogo .content_width {
    max-width: 100%;
  }
  body.fs-body-top #brandlogo .content_width .logo, .brand_layout_a #brandlogo .content_width .logo, .brand_layout_b #brandlogo .content_width .logo, .brand_layout_c #brandlogo .content_width .logo {
    height: 65px;
  }
  body.fs-body-top #brandlogo .content_width .logo img, .brand_layout_a #brandlogo .content_width .logo img, .brand_layout_b #brandlogo .content_width .logo img, .brand_layout_c #brandlogo .content_width .logo img {
    height: 23px;
    width: auto;
  }
  body.fs-body-top #mv ul .slick-slide, .brand_layout_a #mv ul .slick-slide, .brand_layout_b #mv ul .slick-slide, .brand_layout_c #mv ul .slick-slide {
    margin: 0;
  }
  body.fs-body-top #mv ul .slick-slide img, .brand_layout_a #mv ul .slick-slide img, .brand_layout_b #mv ul .slick-slide img, .brand_layout_c #mv ul .slick-slide img {
    width: 100%;
  }
  body.fs-body-top #mv .arrow, .brand_layout_a #mv .arrow, .brand_layout_b #mv .arrow, .brand_layout_c #mv .arrow {
    width: 20px;
    height: 29px;
  }
  body.fs-body-top #mv .arrow.prev, .brand_layout_a #mv .arrow.prev, .brand_layout_b #mv .arrow.prev, .brand_layout_c #mv .arrow.prev {
    left: 10px;
  }
  body.fs-body-top #mv .arrow.next, .brand_layout_a #mv .arrow.next, .brand_layout_b #mv .arrow.next, .brand_layout_c #mv .arrow.next {
    right: 10px;
  }
  body.fs-body-top #newarrival .h2_1, .brand_layout_a #newarrival .h2_1, .brand_layout_b #newarrival .h2_1, .brand_layout_c #newarrival .h2_1 {
    margin-bottom: 40px;
  }
  body.fs-body-top #keywords, .brand_layout_a #keywords, .brand_layout_b #keywords, .brand_layout_c #keywords {
    padding: 20px 0;
  }
  body.fs-body-top #keywords .h2_2, .brand_layout_a #keywords .h2_2, .brand_layout_b #keywords .h2_2, .brand_layout_c #keywords .h2_2 {
    margin-bottom: 20px;
  }
  body.fs-body-top #keywords ul li, .brand_layout_a #keywords ul li, .brand_layout_b #keywords ul li, .brand_layout_c #keywords ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  body.fs-body-top #keywords ul li a, .brand_layout_a #keywords ul li a, .brand_layout_b #keywords ul li a, .brand_layout_c #keywords ul li a {
    border-radius: 9px;
    min-width: 60px;
    padding: 11px 20px;
    line-height: 1.3;
    font-size: 10px;
  }
  body.fs-body-top #topics1, .brand_layout_a #topics1, .brand_layout_b #topics1, .brand_layout_c #topics1 {
    padding: 40px 0 40px;
  }
  body.fs-body-top #topics1 ul, .brand_layout_a #topics1 ul, .brand_layout_b #topics1 ul, .brand_layout_c #topics1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  body.fs-body-top #topics1 ul li, .brand_layout_a #topics1 ul li, .brand_layout_b #topics1 ul li, .brand_layout_c #topics1 ul li {
    width: calc((100% - 20px) / 2);
  }
  body.fs-body-top #topics1 ul li:nth-child(1), .brand_layout_a #topics1 ul li:nth-child(1), .brand_layout_b #topics1 ul li:nth-child(1), .brand_layout_c #topics1 ul li:nth-child(1) {
    margin-right: 20px;
  }
  body.fs-body-top #topics1 ul li img, .brand_layout_a #topics1 ul li img, .brand_layout_b #topics1 ul li img, .brand_layout_c #topics1 ul li img {
    max-width: none;
    width: 100%;
  }
  body.fs-body-top #information, .brand_layout_a #information, .brand_layout_b #information, .brand_layout_c #information {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body.fs-body-top #information .h2_1, .brand_layout_a #information .h2_1, .brand_layout_b #information .h2_1, .brand_layout_c #information .h2_1 {
    margin-bottom: 0px;
  }
  body.fs-body-top #information .informations, .brand_layout_a #information .informations, .brand_layout_b #information .informations, .brand_layout_c #information .informations {
    max-width: 100%;
  }
  body.fs-body-top #information .informations li, .brand_layout_a #information .informations li, .brand_layout_b #information .informations li, .brand_layout_c #information .informations li {
    display: block;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  body.fs-body-top #information .informations li a, .brand_layout_a #information .informations li a, .brand_layout_b #information .informations li a, .brand_layout_c #information .informations li a {
    display: block;
    font-size: 13px;
    line-height: 30px;
  }
  body.fs-body-top #information .informations li a p.date, .brand_layout_a #information .informations li a p.date, .brand_layout_b #information .informations li a p.date, .brand_layout_c #information .informations li a p.date {
    margin-right: 0;
  }
  body.fs-body-top #ranking, .brand_layout_a #ranking, .brand_layout_b #ranking, .brand_layout_c #ranking {
    padding: 40px 0 20px;
  }
  body.fs-body-top #ranking .h2_3, .brand_layout_a #ranking .h2_3, .brand_layout_b #ranking .h2_3, .brand_layout_c #ranking .h2_3 {
    font-size: 30px;
    top: -25px;
  }
  body.fs-body-top #ranking .fr_ranking .slick-slider .slick-arrow, .brand_layout_a #ranking .fr_ranking .slick-slider .slick-arrow, .brand_layout_b #ranking .fr_ranking .slick-slider .slick-arrow, .brand_layout_c #ranking .fr_ranking .slick-slider .slick-arrow {
    top: 66px;
  }
  body.fs-body-top #ranking .fr_ranking .slick-slider .slick-arrow.next, .brand_layout_a #ranking .fr_ranking .slick-slider .slick-arrow.next, .brand_layout_b #ranking .fr_ranking .slick-slider .slick-arrow.next, .brand_layout_c #ranking .fr_ranking .slick-slider .slick-arrow.next {
    right: 0;
  }
  body.fs-body-top #ranking .fr_ranking .slick-slider .slick-arrow.prev, .brand_layout_a #ranking .fr_ranking .slick-slider .slick-arrow.prev, .brand_layout_b #ranking .fr_ranking .slick-slider .slick-arrow.prev, .brand_layout_c #ranking .fr_ranking .slick-slider .slick-arrow.prev {
    left: 0;
  }
  body.fs-body-top #ranking .fr_ranking .items .item a .img, .brand_layout_a #ranking .fr_ranking .items .item a .img, .brand_layout_b #ranking .fr_ranking .items .item a .img, .brand_layout_c #ranking .fr_ranking .items .item a .img {
    margin-bottom: 10px;
  }
  body.fs-body-top #ranking .fr_ranking .items .item a .rank, .brand_layout_a #ranking .fr_ranking .items .item a .rank, .brand_layout_b #ranking .fr_ranking .items .item a .rank, .brand_layout_c #ranking .fr_ranking .items .item a .rank {
    padding-left: 25px;
  }
  body.fs-body-top #ranking .fr_ranking .items .item a .rank::before, .brand_layout_a #ranking .fr_ranking .items .item a .rank::before, .brand_layout_b #ranking .fr_ranking .items .item a .rank::before, .brand_layout_c #ranking .fr_ranking .items .item a .rank::before {
    font-size: 9px;
  }
  body.fs-body-top #ranking .fr_ranking .items .item a .rank::after, .brand_layout_a #ranking .fr_ranking .items .item a .rank::after, .brand_layout_b #ranking .fr_ranking .items .item a .rank::after, .brand_layout_c #ranking .fr_ranking .items .item a .rank::after {
    content: '';
    font-size: 15px;
  }
  body.fs-body-top #ranking .fr_ranking .items .item a .rank.rank1, body.fs-body-top #ranking .fr_ranking .items .item a .rank.rank2, body.fs-body-top #ranking .fr_ranking .items .item a .rank.rank3, .brand_layout_a #ranking .fr_ranking .items .item a .rank.rank1, .brand_layout_a #ranking .fr_ranking .items .item a .rank.rank2, .brand_layout_a #ranking .fr_ranking .items .item a .rank.rank3, .brand_layout_b #ranking .fr_ranking .items .item a .rank.rank1, .brand_layout_b #ranking .fr_ranking .items .item a .rank.rank2, .brand_layout_b #ranking .fr_ranking .items .item a .rank.rank3, .brand_layout_c #ranking .fr_ranking .items .item a .rank.rank1, .brand_layout_c #ranking .fr_ranking .items .item a .rank.rank2, .brand_layout_c #ranking .fr_ranking .items .item a .rank.rank3 {
    padding-left: 25px;
    background-size: 16px 17px;
    background-position: 0 4px;
  }
  body.fs-body-top #ranking .fr_ranking .items .item a .data .name, .brand_layout_a #ranking .fr_ranking .items .item a .data .name, .brand_layout_b #ranking .fr_ranking .items .item a .data .name, .brand_layout_c #ranking .fr_ranking .items .item a .data .name {
    font-size: 11px;
    line-height: 1.5;
  }
  body.fs-body-top #ranking .fr_ranking .items .item a .data .price, .brand_layout_a #ranking .fr_ranking .items .item a .data .price, .brand_layout_b #ranking .fr_ranking .items .item a .data .price, .brand_layout_c #ranking .fr_ranking .items .item a .data .price {
    font-size: 11px;
  }
  body.fs-body-top #ranking .fr_ranking .items .item a .data .price:after, .brand_layout_a #ranking .fr_ranking .items .item a .data .price:after, .brand_layout_b #ranking .fr_ranking .items .item a .data .price:after, .brand_layout_c #ranking .fr_ranking .items .item a .data .price:after {
    font-size: 11px;
  }
  body.fs-body-top #ranking .slick-slide:nth-child(1) .rank, body.fs-body-top #ranking .slick-slide:nth-child(2) .rank, body.fs-body-top #ranking .slick-slide:nth-child(3) .rank, .brand_layout_a #ranking .slick-slide:nth-child(1) .rank, .brand_layout_a #ranking .slick-slide:nth-child(2) .rank, .brand_layout_a #ranking .slick-slide:nth-child(3) .rank, .brand_layout_b #ranking .slick-slide:nth-child(1) .rank, .brand_layout_b #ranking .slick-slide:nth-child(2) .rank, .brand_layout_b #ranking .slick-slide:nth-child(3) .rank, .brand_layout_c #ranking .slick-slide:nth-child(1) .rank, .brand_layout_c #ranking .slick-slide:nth-child(2) .rank, .brand_layout_c #ranking .slick-slide:nth-child(3) .rank {
    background-repeat: no-repeat;
    padding-left: 25px;
    background-size: 16px 17px;
    background-position: 0 4px;
  }
  body.fs-body-top #ranking .slick-slide .rank, .brand_layout_a #ranking .slick-slide .rank, .brand_layout_b #ranking .slick-slide .rank, .brand_layout_c #ranking .slick-slide .rank {
    letter-spacing: 0;
  }
  body.fs-body-top #ranking .slick-slide .rank::before, .brand_layout_a #ranking .slick-slide .rank::before, .brand_layout_b #ranking .slick-slide .rank::before, .brand_layout_c #ranking .slick-slide .rank::before {
    content: 'Rank';
    font-size: 9px;
  }
  body.fs-body-top #ranking .slick-slide .rank::after, .brand_layout_a #ranking .slick-slide .rank::after, .brand_layout_b #ranking .slick-slide .rank::after, .brand_layout_c #ranking .slick-slide .rank::after {
    content: '';
    font-size: 15px;
  }
  body.fs-body-top #pickup, .brand_layout_a #pickup, .brand_layout_b #pickup, .brand_layout_c #pickup {
    padding: 40px 0;
  }
  body.fs-body-top #topics2, .brand_layout_a #topics2, .brand_layout_b #topics2, .brand_layout_c #topics2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body.fs-body-top #topics2 ul, .brand_layout_a #topics2 ul, .brand_layout_b #topics2 ul, .brand_layout_c #topics2 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.fs-body-top #topics2 ul li, .brand_layout_a #topics2 ul li, .brand_layout_b #topics2 ul li, .brand_layout_c #topics2 ul li {
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
    margin-bottom: 20px;
  }
  body.fs-body-top #topics2 ul li:nth-child(2n), .brand_layout_a #topics2 ul li:nth-child(2n), .brand_layout_b #topics2 ul li:nth-child(2n), .brand_layout_c #topics2 ul li:nth-child(2n) {
    margin-right: 0;
  }
  body.fs-body-top #topics2 ul li img, .brand_layout_a #topics2 ul li img, .brand_layout_b #topics2 ul li img, .brand_layout_c #topics2 ul li img {
    max-width: none;
    width: 100%;
  }
  body.fs-body-top #brands, .brand_layout_a #brands, .brand_layout_b #brands, .brand_layout_c #brands {
    padding: 40px 0 40px;
  }
  body.fs-body-top #brands .brands, .brand_layout_a #brands .brands, .brand_layout_b #brands .brands, .brand_layout_c #brands .brands {
    margin-bottom: 20px;
  }
  body.fs-body-top #brands .brands li, .brand_layout_a #brands .brands li, .brand_layout_b #brands .brands li, .brand_layout_c #brands .brands li {
    margin-right: 13px;
    width: calc((100% - 13px) / 2);
    margin-bottom: 13px;
  }
  body.fs-body-top #brands .brands li:nth-child(2n), .brand_layout_a #brands .brands li:nth-child(2n), .brand_layout_b #brands .brands li:nth-child(2n), .brand_layout_c #brands .brands li:nth-child(2n) {
    margin-right: 0;
  }
  body.fs-body-top #brands .brands li img, .brand_layout_a #brands .brands li img, .brand_layout_b #brands .brands li img, .brand_layout_c #brands .brands li img {
    max-width: none;
    width: 100%;
  }
  body.fs-body-top #character, .brand_layout_a #character, .brand_layout_b #character, .brand_layout_c #character {
    padding: 40px 0;
  }
  body.fs-body-top #character .characters, .brand_layout_a #character .characters, .brand_layout_b #character .characters, .brand_layout_c #character .characters {
    margin-bottom: 20px;
  }
  body.fs-body-top #character .characters li, .brand_layout_a #character .characters li, .brand_layout_b #character .characters li, .brand_layout_c #character .characters li {
    margin-right: 13px;
    width: calc((100% - 13px) / 2);
  }
  body.fs-body-top #character .characters li:nth-child(2n), .brand_layout_a #character .characters li:nth-child(2n), .brand_layout_b #character .characters li:nth-child(2n), .brand_layout_c #character .characters li:nth-child(2n) {
    margin-right: 0;
  }
  body.fs-body-top #character .characters li a, .brand_layout_a #character .characters li a, .brand_layout_b #character .characters li a, .brand_layout_c #character .characters li a {
    font-size: 12px;
    line-height: 65px;
  }
  body.fs-body-top #concept .blk_concept, .brand_layout_a #concept .blk_concept, .brand_layout_b #concept .blk_concept, .brand_layout_c #concept .blk_concept {
    padding-bottom: 20px;
  }
  body.fs-body-top #concept .blk_concept .text, .brand_layout_a #concept .blk_concept .text, .brand_layout_b #concept .blk_concept .text, .brand_layout_c #concept .blk_concept .text {
    font-size: 12px;
  }
  body.fs-body-top #concept .blk_shops .h3_1, .brand_layout_a #concept .blk_shops .h3_1, .brand_layout_b #concept .blk_shops .h3_1, .brand_layout_c #concept .blk_shops .h3_1 {
    margin-bottom: 20px;
  }
  body.fs-body-top #concept .blk_shops .shops .shop, .brand_layout_a #concept .blk_shops .shops .shop, .brand_layout_b #concept .blk_shops .shops .shop, .brand_layout_c #concept .blk_shops .shops .shop {
    padding: 20px;
    margin-bottom: 20px;
    display: block;
  }
  body.fs-body-top #concept .blk_shops .shops .shop .name, .brand_layout_a #concept .blk_shops .shops .shop .name, .brand_layout_b #concept .blk_shops .shops .shop .name, .brand_layout_c #concept .blk_shops .shops .shop .name {
    display: block;
    width: 100%;
  }
  body.fs-body-top #concept .blk_shops .shops .shop .name .h4_1, .brand_layout_a #concept .blk_shops .shops .shop .name .h4_1, .brand_layout_b #concept .blk_shops .shops .shop .name .h4_1, .brand_layout_c #concept .blk_shops .shops .shop .name .h4_1 {
    width: 100%;
    font-size: 15px;
  }
  body.fs-body-top #concept .blk_shops .shops .shop .name .sns, .brand_layout_a #concept .blk_shops .shops .shop .name .sns, .brand_layout_b #concept .blk_shops .shops .shop .name .sns, .brand_layout_c #concept .blk_shops .shops .shop .name .sns {
    display: none;
  }
  body.fs-body-top #concept .blk_shops .shops .shop .data, .brand_layout_a #concept .blk_shops .shops .shop .data, .brand_layout_b #concept .blk_shops .shops .shop .data, .brand_layout_c #concept .blk_shops .shops .shop .data {
    display: block;
  }
  body.fs-body-top #concept .blk_shops .shops .shop .data .img, .brand_layout_a #concept .blk_shops .shops .shop .data .img, .brand_layout_b #concept .blk_shops .shops .shop .data .img, .brand_layout_c #concept .blk_shops .shops .shop .data .img {
    width: 100%;
    margin-bottom: 15px;
  }
  body.fs-body-top #concept .blk_shops .shops .shop .data .img img, .brand_layout_a #concept .blk_shops .shops .shop .data .img img, .brand_layout_b #concept .blk_shops .shops .shop .data .img img, .brand_layout_c #concept .blk_shops .shops .shop .data .img img {
    width: 100%;
    max-width: none;
  }
  body.fs-body-top #concept .blk_shops .shops .shop .data .desc, .brand_layout_a #concept .blk_shops .shops .shop .data .desc, .brand_layout_b #concept .blk_shops .shops .shop .data .desc, .brand_layout_c #concept .blk_shops .shops .shop .data .desc {
    width: 100%;
    font-size: 12px;
  }
  body.fs-body-top #concept .blk_shops .shops .shop .data .desc dl, .brand_layout_a #concept .blk_shops .shops .shop .data .desc dl, .brand_layout_b #concept .blk_shops .shops .shop .data .desc dl, .brand_layout_c #concept .blk_shops .shops .shop .data .desc dl {
    display: block;
    margin-bottom: 20px;
  }
  body.fs-body-top #concept .blk_shops .shops .shop .data .desc dl dt, .brand_layout_a #concept .blk_shops .shops .shop .data .desc dl dt, .brand_layout_b #concept .blk_shops .shops .shop .data .desc dl dt, .brand_layout_c #concept .blk_shops .shops .shop .data .desc dl dt {
    width: 100%;
  }
  body.fs-body-top #concept .blk_shops .shops .shop .data .desc dl dd, .brand_layout_a #concept .blk_shops .shops .shop .data .desc dl dd, .brand_layout_b #concept .blk_shops .shops .shop .data .desc dl dd, .brand_layout_c #concept .blk_shops .shops .shop .data .desc dl dd {
    width: 100%;
  }
  body.fs-body-top #concept .blk_shops .shops .shop .data .desc dl dd .sns, .brand_layout_a #concept .blk_shops .shops .shop .data .desc dl dd .sns, .brand_layout_b #concept .blk_shops .shops .shop .data .desc dl dd .sns, .brand_layout_c #concept .blk_shops .shops .shop .data .desc dl dd .sns {
    padding-top: 10px;
  }
  body.fs-body-top #concept .blk_shops .shops .shop .data .desc dl dd .sns ul, .brand_layout_a #concept .blk_shops .shops .shop .data .desc dl dd .sns ul, .brand_layout_b #concept .blk_shops .shops .shop .data .desc dl dd .sns ul, .brand_layout_c #concept .blk_shops .shops .shop .data .desc dl dd .sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.fs-body-top #concept .blk_shops .shops .shop .data .desc dl dd .sns ul li, .brand_layout_a #concept .blk_shops .shops .shop .data .desc dl dd .sns ul li, .brand_layout_b #concept .blk_shops .shops .shop .data .desc dl dd .sns ul li, .brand_layout_c #concept .blk_shops .shops .shop .data .desc dl dd .sns ul li {
    margin-right: 20px;
  }
  body.fs-body-top #concept .blk_shops .shops .shop .data .desc dl dd .sns ul li img, .brand_layout_a #concept .blk_shops .shops .shop .data .desc dl dd .sns ul li img, .brand_layout_b #concept .blk_shops .shops .shop .data .desc dl dd .sns ul li img, .brand_layout_c #concept .blk_shops .shops .shop .data .desc dl dd .sns ul li img {
    height: 25px;
    width: 25px;
  }
  body.fs-body-top #concept .blk_shops .shops .shop:nth-child(odd), .brand_layout_a #concept .blk_shops .shops .shop:nth-child(odd), .brand_layout_b #concept .blk_shops .shops .shop:nth-child(odd), .brand_layout_c #concept .blk_shops .shops .shop:nth-child(odd) {
    background-color: #EBEAEA;
  }
  body.fs-body-top #magazine, .brand_layout_a #magazine, .brand_layout_b #magazine, .brand_layout_c #magazine {
    display: block;
    padding: 40px 0;
  }
  body.fs-body-top #magazine .box, .brand_layout_a #magazine .box, .brand_layout_b #magazine .box, .brand_layout_c #magazine .box {
    border: 4px solid #F2F2F2;
    line-height: 55px;
    padding: 0 0 40px;
  }
  body.fs-body-top #magazine .box .bg, .brand_layout_a #magazine .box .bg, .brand_layout_b #magazine .box .bg, .brand_layout_c #magazine .box .bg {
    background-color: #F2F2F2;
  }
  body.fs-body-top #magazine .box .bg .h2_1, .brand_layout_a #magazine .box .bg .h2_1, .brand_layout_b #magazine .box .bg .h2_1, .brand_layout_c #magazine .box .bg .h2_1 {
    margin-bottom: 0;
  }
  body.fs-body-top #magazine .box .content, .brand_layout_a #magazine .box .content, .brand_layout_b #magazine .box .content, .brand_layout_c #magazine .box .content {
    padding: 20px 20px 0;
  }
  body.fs-body-top #magazine .box .content p, .brand_layout_a #magazine .box .content p, .brand_layout_b #magazine .box .content p, .brand_layout_c #magazine .box .content p {
    line-height: 1.8;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 20px;
  }
  body.fs-body-top #magazine .box .content .btn_vm, .brand_layout_a #magazine .box .content .btn_vm, .brand_layout_b #magazine .box .content .btn_vm, .brand_layout_c #magazine .box .content .btn_vm {
    margin-bottom: 40px;
  }
  body.fs-body-top #magazine .box .content .t2, .brand_layout_a #magazine .box .content .t2, .brand_layout_b #magazine .box .content .t2, .brand_layout_c #magazine .box .content .t2 {
    text-align: center;
    margin-bottom: 20px;
  }
  body.fs-body-top .product-list > div, .brand_layout_a .product-list > div, .brand_layout_b .product-list > div, .brand_layout_c .product-list > div {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
  }
  body.fs-body-top .product-list > div:nth-child(2), .brand_layout_a .product-list > div:nth-child(2), .brand_layout_b .product-list > div:nth-child(2), .brand_layout_c .product-list > div:nth-child(2) {
    margin-right: 0;
  }
  .brand_layout_a #newarrival {
    padding-top: 40px;
  }
}

.wrapper_btn_kodawari_upper {
  position: relative;
  display: none;
}

.wrapper_btn_kodawari_upper .js-btn_search_detail_pc {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.blk_title {
  margin-top: 45px;
}

.fs-c-productList__controller {
  margin-left: auto;
  margin-bottom: 30px;
}

.fs-c-productList__controller .fs-c-sortItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}

.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__label {
  font-weight: bold;
  color: #000000;
}

.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__label::after {
  content: '：';
  margin: 0 10px;
}

.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item {
  font-size: 14px;
  font-weight: bold;
  color: #898989;
}

.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item::after {
  content: '|';
  margin: 0 5px 0 0;
  color: #000000;
  text-decoration: none;
}

.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item.is-active {
  color: #000000;
}

.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item.is-active span {
  text-decoration: underline;
}

.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item:last-child::after {
  content: '';
}

.fs-c-productList__controller .fs-c-listControl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: bold;
  font-size: 14px;
}

.fs-c-productList__controller .fs-c-listControl .fs-c-listControl__status {
  margin-right: 20px;
}

.fs-c-productList__controller .fs-c-listControl .fs-c-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.fs-c-productList__controller .fs-c-listControl .fs-c-pagination .fs-c-pagination__item {
  margin: 0 3px;
}

.fs-c-productList__controller .fs-c-listControl .fs-c-pagination .fs-c-pagination__item.is-active {
  border: 1px solid #000000;
  padding: 3px 4px;
}

#blk_search {
  position: fixed;
  z-index: 10;
  bottom: -70px;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #000000;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
  padding: 7px 0;
}

#blk_search.show {
  bottom: 0;
}

#blk_search a {
  font-size: 15px;
  font-weight: bold;
  width: 220px;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 55px;
  color: #FFFFFF;
  border: 1px solid #fff;
  padding-left: 32px;
  background: url(../img/search_btn_kodawari.png) no-repeat;
  background-position: 15px 17px;
  background-size: 27px auto;
}

body.fs-body-search .category_sub-ttl, body.fs-body-category .category_sub-ttl, body.fs-body-bundle .category_sub-ttl, body.fs-body-couponProduct .category_sub-ttl {
  display: block;
  background-color: #eeeeee;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  padding: 0 15px;
  margin-bottom: 20px;
}

body.fs-body-search .accordion_menu-label, body.fs-body-search .accordion_menu-input, body.fs-body-category .accordion_menu-label, body.fs-body-category .accordion_menu-input, body.fs-body-bundle .accordion_menu-label, body.fs-body-bundle .accordion_menu-input, body.fs-body-couponProduct .accordion_menu-label, body.fs-body-couponProduct .accordion_menu-input {
  display: none;
}

body.fs-body-search .fs-c-subgroup, body.fs-body-category .fs-c-subgroup, body.fs-body-bundle .fs-c-subgroup, body.fs-body-couponProduct .fs-c-subgroup {
  margin-bottom: 60px;
}

body.fs-body-search .fs-c-subgroup .fs-c-listControl, body.fs-body-category .fs-c-subgroup .fs-c-listControl, body.fs-body-bundle .fs-c-subgroup .fs-c-listControl, body.fs-body-couponProduct .fs-c-subgroup .fs-c-listControl {
  display: none;
}

body.fs-body-search .fs-c-subgroup .fs-c-listControl__status, body.fs-body-category .fs-c-subgroup .fs-c-listControl__status, body.fs-body-bundle .fs-c-subgroup .fs-c-listControl__status, body.fs-body-couponProduct .fs-c-subgroup .fs-c-listControl__status {
  display: none;
}

body.fs-body-search .fs-c-subgroup .fs-c-subgroupList, body.fs-body-category .fs-c-subgroup .fs-c-subgroupList, body.fs-body-bundle .fs-c-subgroup .fs-c-subgroupList, body.fs-body-couponProduct .fs-c-subgroup .fs-c-subgroupList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.fs-body-search .fs-c-subgroup .fs-c-subgroupList li, body.fs-body-category .fs-c-subgroup .fs-c-subgroupList li, body.fs-body-bundle .fs-c-subgroup .fs-c-subgroupList li, body.fs-body-couponProduct .fs-c-subgroup .fs-c-subgroupList li {
  font-size: 13px;
  width: 25%;
  padding: 0 15px;
  height: 48px;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.fs-body-search .fs-c-breadcrumb, body.fs-body-category .fs-c-breadcrumb, body.fs-body-bundle .fs-c-breadcrumb, body.fs-body-couponProduct .fs-c-breadcrumb {
  margin-bottom: 10px;
}

body.fs-body-search .js-btn_search_detail_pc, body.fs-body-category .js-btn_search_detail_pc, body.fs-body-bundle .js-btn_search_detail_pc, body.fs-body-couponProduct .js-btn_search_detail_pc {
  text-align: right;
}

body.fs-body-search .js-btn_search_detail_pc .btn, body.fs-body-category .js-btn_search_detail_pc .btn, body.fs-body-bundle .js-btn_search_detail_pc .btn, body.fs-body-couponProduct .js-btn_search_detail_pc .btn {
  display: inline-block;
  padding: 0 20px;
  color: #FFFFFF;
  line-height: 54px;
  background-color: #000000;
  background-image: url(../img/search_ico_mushimegane.png);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: 12px 18px;
  padding-left: 40px;
}

body.fs-body-search .blk_title .h2_1, body.fs-body-category .blk_title .h2_1, body.fs-body-bundle .blk_title .h2_1, body.fs-body-couponProduct .blk_title .h2_1 {
  margin-bottom: 40px;
}

body.fs-body-search .fs-c-productList__list, body.fs-body-category .fs-c-productList__list, body.fs-body-bundle .fs-c-productList__list, body.fs-body-couponProduct .fs-c-productList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.fs-body-search .fs-c-productList__list > article, body.fs-body-category .fs-c-productList__list > article, body.fs-body-bundle .fs-c-productList__list > article, body.fs-body-couponProduct .fs-c-productList__list > article {
  width: calc((100% - 270px) / 4);
  margin-right: 90px;
  margin-bottom: 40px;
}

body.fs-body-search .fs-c-productList__list > article:nth-child(4n), body.fs-body-category .fs-c-productList__list > article:nth-child(4n), body.fs-body-bundle .fs-c-productList__list > article:nth-child(4n), body.fs-body-couponProduct .fs-c-productList__list > article:nth-child(4n) {
  margin-right: 0;
}

body.fs-body-search .fs-c-productList__list > article .fs-c-productListItem__viewMoreImageButton, body.fs-body-category .fs-c-productList__list > article .fs-c-productListItem__viewMoreImageButton, body.fs-body-bundle .fs-c-productList__list > article .fs-c-productListItem__viewMoreImageButton, body.fs-body-couponProduct .fs-c-productList__list > article .fs-c-productListItem__viewMoreImageButton {
  display: none;
}

body.fs-body-search .fs-c-productList__list > article .fs-c-productListItem__control, body.fs-body-category .fs-c-productList__list > article .fs-c-productListItem__control, body.fs-body-bundle .fs-c-productList__list > article .fs-c-productListItem__control, body.fs-body-couponProduct .fs-c-productList__list > article .fs-c-productListItem__control {
  display: none;
}

body.fs-body-search .control_bottom, body.fs-body-category .control_bottom, body.fs-body-bundle .control_bottom, body.fs-body-couponProduct .control_bottom {
  padding-bottom: 0;
}

body.fs-body-search .control_bottom .js-btn_search_detail_pc, body.fs-body-category .control_bottom .js-btn_search_detail_pc, body.fs-body-bundle .control_bottom .js-btn_search_detail_pc, body.fs-body-couponProduct .control_bottom .js-btn_search_detail_pc {
  margin-bottom: 20px;
}

@media screen and (max-width: 1099px) {
  body.fs-body-search .category_sub-ttl, body.fs-body-category .category_sub-ttl, body.fs-body-bundle .category_sub-ttl, body.fs-body-couponProduct .category_sub-ttl {
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
    margin: 0 0 1px;
    padding: 0 13px;
    font-size: 12px;
    font-weight: bold;
    background-color: #333;
  }
  body.fs-body-search .category_sub-ttl:after, body.fs-body-category .category_sub-ttl:after, body.fs-body-bundle .category_sub-ttl:after, body.fs-body-couponProduct .category_sub-ttl:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 15%;
    margin: auto;
  }
  body.fs-body-search .accordion_menu-input:checked ~ .category_link_list li, body.fs-body-category .accordion_menu-input:checked ~ .category_link_list li, body.fs-body-bundle .accordion_menu-input:checked ~ .category_link_list li, body.fs-body-couponProduct .accordion_menu-input:checked ~ .category_link_list li {
    height: 40px;
    opacity: 1;
  }
  body.fs-body-search .fs-c-subgroup, body.fs-body-category .fs-c-subgroup, body.fs-body-bundle .fs-c-subgroup, body.fs-body-couponProduct .fs-c-subgroup {
    margin-bottom: 10px;
    display: none;
  }
  body.fs-body-search .fs-c-subgroup .fs-c-subgroupList li, body.fs-body-category .fs-c-subgroup .fs-c-subgroupList li, body.fs-body-bundle .fs-c-subgroup .fs-c-subgroupList li, body.fs-body-couponProduct .fs-c-subgroup .fs-c-subgroupList li {
    line-height: 40px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #fff;
    font-size: 13px;
    padding: 0 15px;
    width: 100%;
  }
  .fs-c-productList__controller {
    margin-left: auto;
    margin-bottom: 30px;
    margin-top: 10px !important;
  }
  .fs-c-productList__controller .fs-c-sortItems {
    font-size: 11px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__label::after {
    content: '：';
    margin: 0;
  }
  .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item {
    font-size: 11px;
  }
  .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item::after {
    margin: 0;
    text-decoration: none;
  }
  .fs-c-productList__controller .fs-c-listControl {
    display: block;
    font-size: 11px;
    text-align: center;
  }
  .fs-c-productList__controller .fs-c-listControl .fs-c-listControl__status {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .fs-c-productList__controller .fs-c-listControl .fs-c-pagination .fs-c-pagination__item {
    margin: 0;
  }
  .fs-c-productList__controller .fs-c-listControl .fs-c-pagination .fs-c-pagination__item.is-active {
    border: 1px solid #000000;
    padding: 12px;
  }
  body.fs-body-search .js-btn_search_detail_sp, body.fs-body-category .js-btn_search_detail_sp, body.fs-body-bundle .js-btn_search_detail_sp, body.fs-body-couponProduct .js-btn_search_detail_sp {
    display: none;
  }
  body.fs-body-search .fs-c-productList__list > article, body.fs-body-category .fs-c-productList__list > article, body.fs-body-bundle .fs-c-productList__list > article, body.fs-body-couponProduct .fs-c-productList__list > article {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    margin-bottom: 40px;
  }
  body.fs-body-search .fs-c-productList__list > article:nth-child(2n), body.fs-body-category .fs-c-productList__list > article:nth-child(2n), body.fs-body-bundle .fs-c-productList__list > article:nth-child(2n), body.fs-body-couponProduct .fs-c-productList__list > article:nth-child(2n) {
    margin-right: 0;
  }
  body.fs-body-search .fs-c-productList__list > article .fs-c-productListItem__viewMoreImageButton, body.fs-body-category .fs-c-productList__list > article .fs-c-productListItem__viewMoreImageButton, body.fs-body-bundle .fs-c-productList__list > article .fs-c-productListItem__viewMoreImageButton, body.fs-body-couponProduct .fs-c-productList__list > article .fs-c-productListItem__viewMoreImageButton {
    display: none;
  }
  body.fs-body-search .fs-c-productList__list > article .fs-c-productListItem__control, body.fs-body-category .fs-c-productList__list > article .fs-c-productListItem__control, body.fs-body-bundle .fs-c-productList__list > article .fs-c-productListItem__control, body.fs-body-couponProduct .fs-c-productList__list > article .fs-c-productListItem__control {
    display: none;
  }
}

body.fs-body-product .fs-c-breadcrumb {
  margin-bottom: 40px;
}

body.fs-body-product .fs-c-modal .fs-c-requiredMark {
  display: none;
}

body.fs-body-product .fs-c-modal button {
  font-size: 13px;
}

body.fs-body-product .fs-c-modal .fs-c-inputTable {
  width: 80%;
}

body.fs-body-product .fs-c-modal .fs-c-inputTable input, body.fs-body-product .fs-c-modal .fs-c-inputTable textarea {
  border: 1px solid #ccc;
  padding: 5px;
}

body.fs-body-product .fs-c-modal .fs-c-inputTable textarea {
  margin-bottom: 20px;
}

body.fs-body-product .fs-c-modal .fs-c-button--sendInquiry, body.fs-body-product .fs-c-modal .fs-c-button--subscribeToArrivalNotice {
  background-color: #000000;
  text-align: center;
  width: 100%;
  line-height: 30px;
  font-weight: bold;
  color: #FFFFFF;
  border: none !important;
}

body.fs-body-product .js-brandname {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
  text-decoration: underline;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img {
  width: 45%;
  padding: 0;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__carousel {
  opacity: 0;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__carousel.slick-initialized {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .slick-dotted.slick-slider {
  margin-bottom: 0;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-slick .slick-next, body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-slick .slick-prev {
  background-color: transparent;
  width: auto;
  height: auto;
  width: 18px;
  height: 26px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-slick .slick-next:before, body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-slick .slick-prev:before {
  content: '';
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  width: 18px;
  height: 26px;
  background-size: cover;
  min-width: 1px;
  background-position: center;
  top: 0;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-slick .slick-next {
  right: -20px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-slick .slick-next:before {
  background-image: url(../img/top_slider_arrow.png);
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-slick .slick-prev {
  left: -20px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-slick .slick-prev:before {
  background-image: url(../img/top_slider_arrow-left.png);
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-slick .slick-slide img {
  max-width: 477px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-productCarouselMainImage__thumbnailList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-x: hidden;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-productCarouselMainImage__thumbnailList > li {
  margin-bottom: 8px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-productCarouselMainImage__thumbnail__caption {
  font-size: 11px;
  font-weight: bold;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-productCarouselMainImage__image__caption {
  display: none;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-productCarouselMainImage__expandButton {
  text-align: right;
  font-size: 12px;
  margin-bottom: 20px;
  margin-bottom: 0;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-productCarouselMainImage__expandButton .fs-c-button--viewExtendedImage {
  margin-bottom: 20px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-productCarouselMainImage__expandButton .fs-c-button--viewExtendedImage .fs-c-button__image {
  width: 66px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data {
  width: 55%;
  padding: 0 0 0 40px;
  /*
                    .fs-c-productSalesPeriod{
                        font-weight: bold;
                        font-size: 12px;
                        padding:5px 20px;
                        background-color: #e8e8e8;
                        margin-bottom: 60px;

                        &.order_text{
                            position: relative;
                            z-index: 1;
                            border:2px solid #c90101;
                            background-color: $color-white;
                            text-align: center;
                            font-weight: bold;
                            color: #c90101;

                            &:before{
                                display: none;
                                position: absolute;
                                width: 90%;
                                top: 0;
                                height: 100%;
                                content: '';
                                background-color:#fff;
                                border:none;
                                z-index: 2;
                                transform: translateX(-50%);
                            }
                        }
                    }
                    */
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variationLabel {
  display: none;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation {
  margin-bottom: 20px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item:first-child {
  border-top: 1px solid #919191;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body {
  width: 100%;
  margin-top: 0;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 14px;
  width: 15%;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart {
  width: 100%;
  padding: 0;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart .fs-c-variationList__item__image {
  padding: 0 20px;
  width: 30%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart .fs-c-variationList__item__image img {
  width: 100%;
  height: auto;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px solid #5a5a5a;
  padding: 10px 0;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart li .fs-c-variationCart__image {
  width: 15%;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart li .fs-c-variationCart__image img {
  max-width: 100%;
  width: 477px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart li .fs-c-variationCart__variationName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  font-size: 14px;
  padding-left: 20px;
  font-weight: bold;
  text-align: left;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart li .fs-c-variationCart__wishlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15%;
  text-align: left;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart li .fs-c-variationCart__wishlist img {
  width: 23px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart li > .fs-c-variationCart__cartButton {
  width: 40%;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart li > .fs-c-variationCart__cartButton .fs-c-button--addToCart--variation {
  width: 100%;
  background-color: #000000;
  color: #FFFFFF;
  line-height: 46px;
  font-size: 14px;
  text-align: center;
  background-image: url(../img/detail_ico_cart.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 20px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart li > .fs-c-variationCart__cartButton .fs-c-variationCart__cartButton--subscribeToArrivalNotice {
  width: 100%;
  background-color: #b9b9b9;
  line-height: 46px;
  font-size: 14px;
  text-align: center;
  background-image: url(../img/detail_ico_mail.png);
  background-size: 20px 14px;
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 25px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart li > .fs-c-variationCart__cartButton .fs-c-variationCart__cartButton--subscribeToArrivalNotice span {
  color: #FFFFFF;
  font-size: 14px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart li .fs-c-variationCart__variationName__stock {
  display: none;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .contact_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .contact_sns .fs-p-snsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .contact_sns .fs-p-snsArea iframe[data-type="share-a"] {
  min-width: 90px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  background-image: url(../img/detail_ico_inquiry.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-productNameHeading {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 10px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-productMarks {
  margin-bottom: 30px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-productNumber {
  font-size: 13px;
  font-weight: bold;
  color: #919191;
  margin-bottom: 30px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-p-card {
  display: none;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-price {
  display: inline;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-productPrices {
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-productPrices .fs-c-productPrice--listed {
  line-height: 1.5;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-productPrices .fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__currencyMark {
  display: none;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-productPrices .fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value {
  text-decoration: line-through;
  font-size: 13px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-productPrices .fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value:after {
  content: '円';
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-productPrices .fs-c-productPrice--listed .fs-c-productPrice__main__label {
  display: none;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-productPrices .fs-c-productPrice--listed .fs-c-productPrice__addon {
  display: none;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-productPrices .fs-c-productPrice {
  line-height: 1.3;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-productPrices .fs-c-productPrice .fs-c-price__currencyMark {
  display: none;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-productPrices .fs-c-productPrice .fs-c-price__value {
  font-size: 30px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-productPrices .fs-c-productPrice .fs-c-productPrice__main__label {
  display: none;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-productPrices .fs-c-productPrice .fs-c-productPrice__main__label .fs-c-productPrice__main__price .fs-c-price__currencyMark {
  display: none;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-productPrices .fs-c-productPrice .fs-c-productPrice__addon__label:before {
  content: '円(';
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-productPrices .fs-c-productPrice .fs-c-productPrice__addon__label::after {
  content: ')';
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-productPointDisplay {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 40px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_bottom {
  padding-bottom: 100px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_bottom .fs-p-productDescription {
  font-size: 14px;
  line-height: 2.1;
  font-weight: bold;
  margin-bottom: 40px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_bottom .js-comment1 {
  display: none;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_bottom .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_bottom .btns .btn_vm {
  width: 240px;
  margin-right: 20px;
}

body.fs-body-product #fs_form .l_detail_wrapper .l_detail_bottom .btns .btn_vm a {
  width: 100%;
  font-size: 14px;
}

@media screen and (max-width: 1099px) {
  body.fs-body-product .fs-c-breadcrumb {
    margin-bottom: 10px;
  }
  body.fs-body-product .js-brandname {
    margin-bottom: 10px;
  }
  body.fs-body-product .fs-c-modal button {
    font-size: 11px;
  }
  body.fs-body-product .fs-c-modal .fs-c-inputTable input, body.fs-body-product .fs-c-modal .fs-c-inputTable textarea {
    line-height: 40px;
  }
  body.fs-body-product .fs-c-modal .fs-c-button--sendInquiry {
    line-height: 40px;
  }
  body.fs-body-product .fs-c-modal tr {
    display: block;
  }
  body.fs-body-product .fs-c-modal tr th, body.fs-body-product .fs-c-modal tr td {
    display: block;
    padding: 0;
  }
  body.fs-body-product .fs-c-modal tr .fs-c-inputTable__headerCell {
    text-align: left;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper {
    display: block;
    margin-bottom: 30px;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img {
    overflow-x: hidden;
    width: 100%;
    padding: 0;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 30px;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-productCarouselMainImage__thumbnailList {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-productCarouselMainImage__expandButton {
    right: 20px;
    bottom: -46px;
    -webkit-transform: translate(-20px, -50px);
            transform: translate(-20px, -50px);
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-productCarouselMainImage__expandButton .fs-c-button--viewExtendedImage {
    margin-bottom: 0;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-slick .slick-next {
    right: 20px;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-slick .slick-prev {
    left: 20px;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_img .fs-c-slick .slick-slide img {
    max-width: 100vw;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data {
    width: 100%;
    padding: 0;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item:last-child {
    border-bottom: 1px solid #919191;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__title {
    width: 100%;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body {
    display: block;
    width: 100%;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__image {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__image img {
    height: 200px;
    width: auto;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart {
    width: 100%;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart li {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px dashed #919191;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart li:last-child {
    border-bottom: none;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart li .fs-c-variationCart__image {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart li .fs-c-variationCart__image img {
    height: 100px;
    width: auto;
    margin: 0 auto;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart li .fs-c-variationCart__variationName {
    width: 47%;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-left: 13px;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart li .fs-c-variationCart__wishlist {
    width: 50%;
    display: inline-block;
    text-align: right;
    padding-right: 6px;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart li .fs-c-variationCart__wishlist img {
    vertical-align: middle;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart li .fs-c-variationCart__cartButton {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 16px;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart li .fs-c-variationCart__cartButton .fs-c-button--addToCart--variation {
    width: 100%;
    line-height: 60px;
    font-size: 13px;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-variationAndActions .fs-c-variationAndActions__variation .fs-c-variationList__item .fs-c-variationList__item__body .fs-c-variationList__item__cart li .fs-c-variationCart__cartButton .fs-c-button--subscribeToArrivalNotice--variation {
    width: 100%;
    line-height: 60px;
    font-size: 13px;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .contact_sns {
    display: block;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .contact_sns .fs-p-snsArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-inquiryAboutProduct {
    text-align: right;
    margin-bottom: 15px;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct {
    font-size: 12px;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-productNameHeading {
    font-size: 16px;
    line-height: 1.4;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-productMarks {
    margin-bottom: 10px;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-productNumber {
    font-size: 12px;
    margin-bottom: 5px;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_upper .l_detail_upper_data .fs-c-productPrices .fs-c-productPrice--selling .fs-c-price__value {
    font-size: 27px;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_bottom {
    padding-bottom: 0;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_bottom .fs-p-productDescription {
    line-height: 1.8;
    margin-bottom: 20px;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_bottom .btns {
    display: block;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_bottom .btns .btn_vm {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  body.fs-body-product #fs_form .l_detail_wrapper .l_detail_bottom .btns .btn_vm a {
    width: 100%;
    font-size: 13px;
  }
}

.js-search_detail {
  display: none;
  position: fixed;
  top: 30px;
  width: 90vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 30;
  background-color: #FFFFFF;
  padding: 55px;
  max-height: 90vh;
}

.js-search_detail .inner {
  position: relative;
  z-index: 1;
}

.js-search_detail .inner .js-btn_search_detail_close {
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: 2;
}

.js-search_detail .inner .js-btn_search_detail_close a {
  display: block;
}

.js-search_detail .inner .box {
  margin-bottom: 60px;
  background-color: #f4f4f4;
  overflow-x: hidden;
}

.js-search_detail .inner .box .ttl {
  background-color: #e5e5e5;
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
  font-size: 18px;
  font-weight: bold;
  line-height: 48px;
}

.js-search_detail .inner .box .search {
  padding: 30px 0;
}

.js-search_detail .inner .box .search .form {
  position: relative;
  margin: 0 auto;
  width: 740px;
}

.js-search_detail .inner .box .search .form input {
  width: 100%;
  background-color: #FFFFFF;
  line-height: 42px;
  height: 42px;
  padding: 0 40px 0 20px;
  font-size: 13px;
  font-weight: bold;
}

.js-search_detail .inner .box .search .form button {
  position: absolute;
  right: 10px;
  top: 8px;
}

.js-search_detail .inner .box .search .form button img {
  width: 28px;
  height: 32px;
}

.selector .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 420px;
  height: 40vh;
}

.selector .cols .col {
  width: calc(100% / 3);
  overflow-y: auto;
}

.selector .cols .col#col2 > div, .selector .cols .col#col3 > div {
  display: none;
}

.selector .cols .col .selected_item {
  line-height: 1.5;
  font-size: 11px;
  width: 190px;
  padding-right: 25px;
  text-align: right;
}

.search_detail_ui ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #d2d2d2;
  line-height: 60px;
  padding: 0 20px;
  font-weight: bold;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  cursor: pointer;
}

.search_detail_ui .ui_haschild, .search_detail_ui .ui_hasnext {
  position: relative;
}

.search_detail_ui .ui_haschild:after, .search_detail_ui .ui_hasnext:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search_detail_ui .selected {
  background-color: #FFFFFF;
}

.search_detail_ui .ui_check:after {
  content: '□';
}

.search_detail_ui .ui_check.selected:after {
  content: '■';
}

.search_detail_ui .ui_haschild:after {
  content: '>';
}

.search_detail_ui .ui_hasnext:after {
  content: '＋';
}

.search_detail_ui .ui_hasnext.open:after {
  content: 'ー';
}

.search_detail_ui .ui_select:after {
  content: '◯';
}

.search_detail_ui .ui_select.selected:after {
  content: '●';
}

.search_detail_ui .js-next {
  display: none;
}

.search_detail_ui .js-next li {
  background-color: #FFFFFF;
  padding-left: 40px;
}

.search_detail_ui .form_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}

.search_detail_ui .form_group input {
  position: relative;
  width: calc((100% - 80px) / 2);
  background-color: #FFFFFF;
  line-height: 20px;
  padding: 8px;
}

.search_detail_ui .form_group input:before {
  position: absolute;
  left: 10px;
  content: '￥';
  color: #000000;
}

.search_detail_ui .form_group span {
  width: 40px;
  text-align: center;
}

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btns .btn {
  width: 170px;
  line-height: 44px;
  text-align: center;
  border: 2px solid #818181;
  font-size: 15px;
  font-weight: bold;
  margin: 0 15px;
}

.btns .btn a {
  display: block;
}

.btns .btn.submit {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
}

@media screen and (max-width: 1099px) {
  .js-search_detail {
    top: 0;
    left: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    max-height: none;
    padding-bottom: 20px;
    -webkit-transform: none;
            transform: none;
  }
  .js-search_detail .inner .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 100px;
    padding-top: 20px;
  }
  .js-search_detail .inner .btns .btn {
    width: 150px;
    line-height: 60px;
    text-align: center;
    border: 2px solid #818181;
    font-size: 13px;
    font-weight: bold;
    margin: 0 8px;
  }
  .js-search_detail .inner .btns .btn a {
    display: block;
  }
  .js-search_detail .inner .btns .btn.submit {
    background-color: #000000;
    color: #FFFFFF;
    border: 2px solid #000000;
  }
  .js-search_detail .inner .js-btn_search_detail_close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
  }
  .js-search_detail .inner .js-btn_search_detail_close a {
    display: block;
  }
  .js-search_detail .inner .box {
    margin-bottom: 20px;
    background-color: transparent;
  }
  .js-search_detail .inner .box .ttl {
    background-color: #e5e5e5;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
  }
  .selector {
    width: 200vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  }
  .selector.second {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .selector .col_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    padding-left: 20px;
  }
  .selector .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: none;
    height: 100vh;
  }
  .selector .cols .col {
    width: 50%;
    overflow-y: auto;
  }
  .selector .cols .col .search {
    position: relative;
    background-color: #f4f4f4;
    width: 100%;
  }
  .selector .cols .col .search .inner {
    width: 80%;
    margin: 0 auto;
  }
  .selector .cols .col .search .inner input {
    width: 100%;
    line-height: 40px;
    font-size: 10px;
    padding: 0 30px 0 10px;
    background-color: #FFFFFF;
  }
  .selector .cols .col .search .inner button {
    position: absolute;
    right: 5px;
    top: 8px;
  }
  .selector .cols .col > ul {
    background-color: #f4f4f4;
  }
  .selector .cols .col .get_group .col_title, .selector .cols .col .get_group .group {
    background-color: #f4f4f4;
  }
  .selector .cols .col .selected_item {
    line-height: 1.5;
    font-size: 11px;
    width: 190px;
    padding-right: 25px;
    text-align: right;
  }
  .selector .cols .col .price {
    display: block;
  }
  .selector .cols .col .btn_return {
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    font-size: 11px;
    line-height: 60px;
    width: 80%;
    margin: 20px auto;
  }
  .selector .cols .col .btn_return a {
    display: block;
  }
  .search_detail_ui ul li {
    font-size: 12px;
  }
  .search_detail_ui .selected {
    background-color: transparent;
  }
  .search_detail_ui .form_group {
    width: 100%;
    padding: 0 0 30px;
  }
  .search_detail_ui .price .select {
    line-height: 1.3;
    padding-top: 20px;
  }
}

#page_head .h1_1 {
  margin-bottom: 40px;
}

.layout_faq #faqs dl dt {
  position: relative;
  background-color: #f4f4f4;
  padding: 20px 60px 20px 20px;
}

.layout_faq #faqs dl dd {
  padding: 20px 20px 40px;
}

.layout_law, .layout_privacy, .layout_rule, .layout_order, .layout_ship, .layout_point, .layout_return {
  letter-spacing: 0;
  letter-spacing: 0.15em;
}

.layout_law .alert, .layout_privacy .alert, .layout_rule .alert, .layout_order .alert, .layout_ship .alert, .layout_point .alert, .layout_return .alert {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 40px;
}

.layout_law .table_1, .layout_privacy .table_1, .layout_rule .table_1, .layout_order .table_1, .layout_ship .table_1, .layout_point .table_1, .layout_return .table_1 {
  width: 100%;
  border-top: 1px solid #a2a2a2;
  border-left: 1px solid #a2a2a2;
  border-bottom: 1px solid #a2a2a2;
  margin-bottom: 20px;
}

.layout_law .table_1 tr td, .layout_law .table_1 tr th, .layout_privacy .table_1 tr td, .layout_privacy .table_1 tr th, .layout_rule .table_1 tr td, .layout_rule .table_1 tr th, .layout_order .table_1 tr td, .layout_order .table_1 tr th, .layout_ship .table_1 tr td, .layout_ship .table_1 tr th, .layout_point .table_1 tr td, .layout_point .table_1 tr th, .layout_return .table_1 tr td, .layout_return .table_1 tr th {
  border-right: 1px solid #a2a2a2;
  width: 25%;
  text-align: center;
  font-weight: bold;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
}

.layout_law .table_1 tr th, .layout_privacy .table_1 tr th, .layout_rule .table_1 tr th, .layout_order .table_1 tr th, .layout_ship .table_1 tr th, .layout_point .table_1 tr th, .layout_return .table_1 tr th {
  background-color: #f2f2f2;
}

.layout_law .table_2, .layout_privacy .table_2, .layout_rule .table_2, .layout_order .table_2, .layout_ship .table_2, .layout_point .table_2, .layout_return .table_2 {
  margin-bottom: 40px;
}

.layout_law .table_2 tr td, .layout_privacy .table_2 tr td, .layout_rule .table_2 tr td, .layout_order .table_2 tr td, .layout_ship .table_2 tr td, .layout_point .table_2 tr td, .layout_return .table_2 tr td {
  font-size: 16px;
  padding: 5px 80px 0 0;
  font-weight: bold;
}

.layout_law .color_red, .layout_privacy .color_red, .layout_rule .color_red, .layout_order .color_red, .layout_ship .color_red, .layout_point .color_red, .layout_return .color_red {
  color: #e50000;
}

.layout_law .content_width, .layout_privacy .content_width, .layout_rule .content_width, .layout_order .content_width, .layout_ship .content_width, .layout_point .content_width, .layout_return .content_width {
  max-width: 860px;
}

.layout_law .name, .layout_privacy .name, .layout_rule .name, .layout_order .name, .layout_ship .name, .layout_point .name, .layout_return .name {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}

.layout_law .info, .layout_privacy .info, .layout_rule .info, .layout_order .info, .layout_ship .info, .layout_point .info, .layout_return .info {
  margin-bottom: 80px;
}

.layout_law .info dl, .layout_privacy .info dl, .layout_rule .info dl, .layout_order .info dl, .layout_ship .info dl, .layout_point .info dl, .layout_return .info dl {
  margin-bottom: 10px;
}

.layout_law .info dl dt, .layout_privacy .info dl dt, .layout_rule .info dl dt, .layout_order .info dl dt, .layout_ship .info dl dt, .layout_point .info dl dt, .layout_return .info dl dt {
  background-color: #F2F2F2;
  font-size: 18px;
  line-height: 2;
  padding: 8px 10px;
}

.layout_law .info dl dd, .layout_privacy .info dl dd, .layout_rule .info dl dd, .layout_order .info dl dd, .layout_ship .info dl dd, .layout_point .info dl dd, .layout_return .info dl dd {
  font-weight: bold;
  padding: 8px 10px;
}

.layout_law .blk .t, .layout_privacy .blk .t, .layout_rule .blk .t, .layout_order .blk .t, .layout_ship .blk .t, .layout_point .blk .t, .layout_return .blk .t {
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 2;
}

.layout_law .blk.contact, .layout_privacy .blk.contact, .layout_rule .blk.contact, .layout_order .blk.contact, .layout_ship .blk.contact, .layout_point .blk.contact, .layout_return .blk.contact {
  background-color: #F2F2F2;
  padding: 20px 0 10px;
  margin-bottom: 40px;
}

.layout_law .blk .img img, .layout_privacy .blk .img img, .layout_rule .blk .img img, .layout_order .blk .img img, .layout_ship .blk .img img, .layout_point .blk .img img, .layout_return .blk .img img {
  max-width: 400px;
}

@media screen and (max-width: 1099px) {
  .layout_faq #faqs {
    margin-left: -20px;
    margin-right: -20px;
  }
  .layout_faq #faqs dl {
    line-height: 1.8;
    font-weight: bold;
  }
  .layout_faq #faqs dl:last-child dt {
    border-bottom: 1px solid #d2d2d2;
  }
  .layout_faq #faqs dl dt {
    position: relative;
    background-color: #f4f4f4;
    padding: 20px 50px 20px 20px;
    border-top: 1px solid #d2d2d2;
  }
  .layout_faq #faqs dl dt:after {
    position: absolute;
    content: '＋';
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .layout_faq #faqs dl dt.active:after {
    content: 'ー';
  }
  .layout_faq #faqs dl dd {
    display: none;
    border-top: 1px solid #d2d2d2;
    padding: 20px 20px 40px;
  }
  .layout_law, .layout_privacy, .layout_rule, .layout_order, .layout_ship, .layout_point, .layout_return {
    padding-bottom: 40px;
    letter-spacing: 0;
  }
  .layout_law .content_width, .layout_privacy .content_width, .layout_rule .content_width, .layout_order .content_width, .layout_ship .content_width, .layout_point .content_width, .layout_return .content_width {
    max-width: 860px;
  }
  .layout_law .name, .layout_privacy .name, .layout_rule .name, .layout_order .name, .layout_ship .name, .layout_point .name, .layout_return .name {
    font-size: 12px;
  }
  .layout_law .info dl, .layout_privacy .info dl, .layout_rule .info dl, .layout_order .info dl, .layout_ship .info dl, .layout_point .info dl, .layout_return .info dl {
    margin-bottom: 10px;
  }
  .layout_law .info dl dt, .layout_privacy .info dl dt, .layout_rule .info dl dt, .layout_order .info dl dt, .layout_ship .info dl dt, .layout_point .info dl dt, .layout_return .info dl dt {
    font-size: 12px;
    padding: 3px 10px;
  }
  .layout_law .info dl dd, .layout_privacy .info dl dd, .layout_rule .info dl dd, .layout_order .info dl dd, .layout_ship .info dl dd, .layout_point .info dl dd, .layout_return .info dl dd {
    font-size: 12px;
    padding: 8px 10px;
  }
  .layout_law .table_1 tr td, .layout_law .table_1 tr th, .layout_privacy .table_1 tr td, .layout_privacy .table_1 tr th, .layout_rule .table_1 tr td, .layout_rule .table_1 tr th, .layout_order .table_1 tr td, .layout_order .table_1 tr th, .layout_ship .table_1 tr td, .layout_ship .table_1 tr th, .layout_point .table_1 tr td, .layout_point .table_1 tr th, .layout_return .table_1 tr td, .layout_return .table_1 tr th {
    line-height: 30px;
  }
  .layout_law .table_2, .layout_privacy .table_2, .layout_rule .table_2, .layout_order .table_2, .layout_ship .table_2, .layout_point .table_2, .layout_return .table_2 {
    margin-bottom: 20px;
  }
  .layout_law .table_2 tr td, .layout_privacy .table_2 tr td, .layout_rule .table_2 tr td, .layout_order .table_2 tr td, .layout_ship .table_2 tr td, .layout_point .table_2 tr td, .layout_return .table_2 tr td {
    font-size: 14px;
    padding: 5px 40px 0 0;
  }
  .layout_law .blk .t, .layout_privacy .blk .t, .layout_rule .blk .t, .layout_order .blk .t, .layout_ship .blk .t, .layout_point .blk .t, .layout_return .blk .t {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .layout_law .blk .img img, .layout_privacy .blk .img img, .layout_rule .blk .img img, .layout_order .blk .img img, .layout_ship .blk .img img, .layout_point .blk .img img, .layout_return .blk .img img {
    max-width: 100%;
  }
}

.layout_brands #brands dl dt {
  position: relative;
  background-color: #000000;
  color: #FFFFFF;
  padding: 20px 60px 20px 20px;
}

.layout_brands #brands dl dd {
  padding: 40px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layout_brands #brands dl dd .logo {
  margin-bottom: 10px;
  width: 326px;
}

.layout_brands #brands dl dd .desc {
  width: calc(100% - 326px);
  padding-left: 60px;
}

.layout_brands #brands dl dd .desc .text {
  margin-bottom: 30px;
}

.layout_brands #brands dl dd .desc .btn_vm a {
  width: 270px;
  margin-left: 0;
  margin-right: auto;
}

.layout_chara .h2_1 {
  font-weight: bold;
}

.layout_chara #anchors {
  margin-bottom: 40px;
}

.layout_chara #anchors ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.layout_chara #anchors ul li {
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  line-height: 2.9;
}

.layout_chara #anchors ul li::after {
  content: '|';
  margin: 0 5px;
}

.layout_chara #characters {
  padding-bottom: 40px;
}

.layout_chara #characters .blk {
  margin-bottom: 0;
}

.layout_chara #characters .blk h2 {
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 2;
  font-size: 20px;
  padding: 10px 16px;
}

.layout_chara #characters .blk .content {
  padding: 40px 20px 60px;
}

.layout_chara #characters .blk .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.layout_chara #characters .blk .content ul li {
  width: calc(100% / 3);
  padding-right: 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 10px 10px 0;
}

.layout_chara #characters .blk .content ul li.small {
  font-size: 11px;
}

.layout_topics_list .topicss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.layout_topics_list .topicss .topics {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}

.layout_topics_list .topicss .topics:nth-child(1), .layout_topics_list .topicss .topics:nth-child(2) {
  width: calc((100% - 40px) / 2);
}

.layout_topics_list .topicss .topics:nth-child(1) {
  margin-right: 40px;
}

.layout_topics_list .topicss .topics:nth-child(2) {
  margin-right: 0;
}

.layout_topics_list .topicss .topics a {
  display: block;
}

.layout_topics_list .topicss .topics:nth-child(3n+2) {
  margin-right: 0;
}

.layout_topics_list .topicss .topics .desc {
  padding: 20px 0 60px;
}

.layout_topics_list .topicss .topics .desc .date {
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
}

.layout_topics_list .topicss .topics .desc .name {
  font-size: 14px;
  font-weight: bold;
}

.layout_shoplist #anchors {
  margin-bottom: 40px;
}

.layout_shoplist #anchors ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.layout_shoplist #anchors ul li {
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  line-height: 2.9;
}

.layout_shoplist #anchors ul li::after {
  content: '|';
  margin: 0 5px;
}

.layout_shoplist .blk {
  margin-bottom: 0;
}

.layout_shoplist .blk h2 {
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 2;
  font-size: 20px;
  padding: 10px 16px;
}

.layout_shoplist #shoplist .blk .content {
  padding: 0;
}

.layout_shoplist #shoplist .blk .content .shops {
  padding-bottom: 40px;
}

.layout_shoplist #shoplist .blk .content .shops .shop {
  padding: 60px 0 40px;
  margin-bottom: 0;
}

.layout_shoplist #shoplist .blk .content .shops .shop .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 400px;
}

.layout_shoplist #shoplist .blk .content .shops .shop .name .h4_1 {
  width: calc(100% - 80px);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

.layout_shoplist #shoplist .blk .content .shops .shop .name .sns {
  width: 80px;
}

.layout_shoplist #shoplist .blk .content .shops .shop .name .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layout_shoplist #shoplist .blk .content .shops .shop .name .sns ul li {
  margin-left: 15px;
}

.layout_shoplist #shoplist .blk .content .shops .shop .name .sns ul li img {
  height: 22px;
  width: auto;
}

.layout_shoplist #shoplist .blk .content .shops .shop .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.layout_shoplist #shoplist .blk .content .shops .shop .data .img {
  width: 400px;
}

.layout_shoplist #shoplist .blk .content .shops .shop .data .img .img {
  width: 400px;
}

.layout_shoplist #shoplist .blk .content .shops .shop .data .desc {
  width: calc(100% - 400px);
  font-weight: bold;
  padding-left: 40px;
}

.layout_shoplist #shoplist .blk .content .shops .shop .data .desc dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.layout_shoplist #shoplist .blk .content .shops .shop .data .desc dl:last-child {
  margin-bottom: 0;
}

.layout_shoplist #shoplist .blk .content .shops .shop .data .desc dl a {
  margin-left: 0;
  margin-top: 10px;
}

.layout_shoplist #shoplist .blk .content .shops .shop .data .desc dl dt {
  font-weight: bold;
  width: 80px;
}

.layout_shoplist #shoplist .blk .content .shops .shop .data .desc dl dd {
  width: calc(100% - 80px);
}

.layout_information .eyecatch, .layout_topics_detail .eyecatch {
  text-align: center;
  margin-bottom: 80px;
}

.layout_information .meta, .layout_topics_detail .meta {
  margin-bottom: 40px;
}

.layout_information .meta .date, .layout_topics_detail .meta .date {
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

.layout_information .meta .title, .layout_topics_detail .meta .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

.layout_information .cols, .layout_topics_detail .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.layout_information .cols > div, .layout_topics_detail .cols > div {
  margin-right: 30px;
}

.layout_information .cols > div a, .layout_topics_detail .cols > div a {
  display: block;
}

.layout_information .cols > div:last-child, .layout_topics_detail .cols > div:last-child {
  margin-right: 0;
}

.layout_information .post h2, .layout_topics_detail .post h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}

.layout_information .post .btn_vm.style2, .layout_topics_detail .post .btn_vm.style2 {
  margin-bottom: 60px;
}

.layout_information .post .btn_vm.style2 a, .layout_topics_detail .post .btn_vm.style2 a {
  width: 480px;
}

.layout_information .post p, .layout_topics_detail .post p {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.1;
  margin-bottom: 40px;
}

.layout_information .post p.text-center, .layout_topics_detail .post p.text-center {
  text-align: center;
}

.layout_information .post .box, .layout_topics_detail .post .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.layout_information .post .box .img, .layout_topics_detail .post .box .img {
  margin-right: 50px;
  font-weight: bold;
  font-size: 12px;
}

.layout_information .post .box .img img, .layout_topics_detail .post .box .img img {
  margin-bottom: 10px;
}

.layout_information .post .box.img_r .img, .layout_topics_detail .post .box.img_r .img {
  margin-right: 0;
  margin-left: 50px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.layout_information .post .box.img_r .text, .layout_topics_detail .post .box.img_r .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 1099px) {
  .layout_brands #brands {
    margin-left: -20px;
    margin-right: -20px;
  }
  .layout_brands #brands dl {
    line-height: 1.8;
    font-weight: bold;
  }
  .layout_brands #brands dl:last-child dt {
    border-bottom: 1px solid #d2d2d2;
  }
  .layout_brands #brands dl dt {
    position: relative;
    padding: 20px 50px 20px 20px;
    border-top: 1px solid #d2d2d2;
    font-size: 12px;
  }
  .layout_brands #brands dl dt:after {
    position: absolute;
    content: '＋';
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .layout_brands #brands dl dt.active:after {
    content: 'ー';
  }
  .layout_brands #brands dl dd {
    display: none;
    padding: 20px 0 40px;
  }
  .layout_brands #brands dl dd .logo {
    width: 100%;
    padding: 0 20px;
  }
  .layout_brands #brands dl dd .desc {
    width: 90%;
    padding: 20px 20px 0;
    margin: 0 auto;
  }
  .layout_brands #brands dl dd .desc .text {
    margin-bottom: 30px;
  }
  .layout_brands #brands dl dd .desc .btn_vm {
    width: 100%;
  }
  .layout_brands #brands dl dd .desc .btn_vm a {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .layout_chara #anchors {
    display: none;
  }
  .layout_chara #characters {
    padding-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .layout_chara #characters .blk {
    margin-bottom: 0;
  }
  .layout_chara #characters .blk h2 {
    position: relative;
    line-height: 2;
    font-size: 12px;
    padding: 18px 16px;
    height: 60px;
    border-bottom: 1px solid #313131;
    cursor: pointer;
  }
  .layout_chara #characters .blk h2:after {
    position: absolute;
    content: '+';
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .layout_chara #characters .blk h2.show::after {
    content: '-';
  }
  .layout_chara #characters .blk .content {
    padding: 0;
  }
  .layout_chara #characters .blk .content ul {
    display: none;
  }
  .layout_chara #characters .blk .content ul li {
    position: relative;
    width: 100%;
    padding-right: 10px;
    font-size: 12px;
    line-height: 1.5;
    padding: 20px 40px 20px 20px;
    border-bottom: 1px solid #d2d2d2;
  }
  .layout_chara #characters .blk .content ul li:last-child {
    border-bottom: none;
  }
  .layout_chara #characters .blk .content ul li a {
    display: block;
    line-height: 1.5;
  }
  .layout_chara #characters .blk .content ul li:after {
    position: absolute;
    content: '>';
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .layout_topics_list .topicss {
    display: block;
  }
  .layout_topics_list .topicss .topics {
    width: 100%;
    margin-right: 0;
  }
  .layout_topics_list .topicss .topics:nth-child(1), .layout_topics_list .topicss .topics:nth-child(2) {
    width: 100%;
  }
  .layout_topics_list .topicss .topics:nth-child(1) {
    margin-right: 0;
  }
  .layout_topics_list .topicss .topics .desc {
    padding: 20px 0 60px;
  }
  .layout_topics_list .topicss .topics .desc .date {
    font-size: 11px;
  }
  .layout_topics_list .topicss .topics .desc .name {
    font-size: 12px;
    line-height: 1.8;
  }
  .layout_information .eyecatch, .layout_topics_detail .eyecatch {
    margin-bottom: 50px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .layout_information .meta .date, .layout_topics_detail .meta .date {
    font-size: 11px;
    margin-bottom: 0;
  }
  .layout_information .meta .title, .layout_topics_detail .meta .title {
    font-size: 15px;
    line-height: 1.3;
  }
  .layout_information .cols, .layout_topics_detail .cols {
    display: block;
  }
  .layout_information .cols > div, .layout_topics_detail .cols > div {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .layout_information .post .btn_vm.style2, .layout_topics_detail .post .btn_vm.style2 {
    margin-bottom: 40px;
  }
  .layout_information .post .btn_vm.style2 a, .layout_topics_detail .post .btn_vm.style2 a {
    width: 300px;
  }
  .layout_information .post h2, .layout_topics_detail .post h2 {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 40px;
  }
  .layout_information .post p, .layout_topics_detail .post p {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .layout_information .post .box, .layout_topics_detail .post .box {
    display: block;
    margin-bottom: 20px;
  }
  .layout_information .post .box .img, .layout_topics_detail .post .box .img {
    font-size: 11px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .layout_information .post .box .img img, .layout_topics_detail .post .box .img img {
    margin-bottom: 10px;
    width: 100%;
    max-width: none;
  }
  .layout_information .post .box.img_r .img, .layout_topics_detail .post .box.img_r .img {
    margin-right: 0;
    margin-left: 0;
  }
  .layout_shoplist #anchors {
    display: none;
  }
  .layout_shoplist .blk {
    margin-bottom: 0;
  }
  .layout_shoplist .blk h2 {
    position: relative;
    line-height: 2;
    font-size: 12px;
    padding: 18px 40px 18px 16px;
    border-bottom: 1px solid #313131;
    cursor: pointer;
  }
  .layout_shoplist .blk h2:after {
    position: absolute;
    content: '＋';
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .layout_shoplist .blk h2.active::after {
    content: 'ー';
  }
  .layout_shoplist #shoplist {
    margin-left: -20px;
    margin-right: -20px;
  }
  .layout_shoplist #shoplist .blk .content {
    display: none;
    padding: 20px 30px;
  }
  .layout_shoplist #shoplist .blk .content .shops {
    padding: 0;
  }
  .layout_shoplist #shoplist .blk .content .shops .shop {
    padding: 10px 0 30px;
    margin-bottom: 20px;
    display: block;
    border-bottom: 2px solid #828282;
  }
  .layout_shoplist #shoplist .blk .content .shops .shop:last-child {
    border-bottom: none;
  }
  .layout_shoplist #shoplist .blk .content .shops .shop .name {
    display: block;
    width: 100%;
  }
  .layout_shoplist #shoplist .blk .content .shops .shop .name .h4_1 {
    width: 100%;
    font-size: 15px;
  }
  .layout_shoplist #shoplist .blk .content .shops .shop .name .sns {
    display: none;
  }
  .layout_shoplist #shoplist .blk .content .shops .shop .data {
    display: block;
  }
  .layout_shoplist #shoplist .blk .content .shops .shop .data .img {
    width: 100%;
    margin-bottom: 15px;
  }
  .layout_shoplist #shoplist .blk .content .shops .shop .data .img img {
    width: 100%;
    max-width: none;
  }
  .layout_shoplist #shoplist .blk .content .shops .shop .data .desc {
    width: 100%;
    font-size: 12px;
    padding-left: 0;
  }
  .layout_shoplist #shoplist .blk .content .shops .shop .data .desc .btn_vm {
    width: 100%;
  }
  .layout_shoplist #shoplist .blk .content .shops .shop .data .desc dl {
    display: block;
    margin-bottom: 20px;
  }
  .layout_shoplist #shoplist .blk .content .shops .shop .data .desc dl dt {
    width: 100%;
  }
  .layout_shoplist #shoplist .blk .content .shops .shop .data .desc dl dd {
    width: 100%;
  }
  .layout_shoplist #shoplist .blk .content .shops .shop .data .desc dl dd .sns {
    padding-top: 10px;
  }
  .layout_shoplist #shoplist .blk .content .shops .shop .data .desc dl dd .sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout_shoplist #shoplist .blk .content .shops .shop .data .desc dl dd .sns ul li {
    margin-right: 20px;
  }
  .layout_shoplist #shoplist .blk .content .shops .shop .data .desc dl dd .sns ul li img {
    height: 25px;
    width: 25px;
  }
}

.fs-c-inputInformation__message .fs-c-modal__contents .fs-c-inputInformation__message {
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fs-c-inputInformation__message .fs-c-modal__contents .fs-c-inputInformation__message p {
  text-align: left;
}

.fs-c-modal__inner.is-warning {
  border: 2px solid #388EC9;
}

.fs-c-modal__inner.is-warning .fs-c-modal__header {
  background: #388EC9;
  border-radius: 0;
  color: #ffffff;
}

.fs-c-modal__inner.is-warning .fs-c-modal__close {
  color: #ffffff;
}

.fs-c-modal__header {
  background: #f7f7f7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 8px 16px;
}

.fs-c-modal__title,
.fs-c-modal__productName {
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0.1em 0 0;
}

.fs-c-modal__productPrice {
  font-weight: normal;
}

.fs-c-modal--inquiry .fs-c-modal__inner {
  min-width: 360px;
}

.fs-c-modal__contents .fs-c-stockNotificationsProduct {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64px 1fr;
  grid-template-columns: 64px 1fr;
  text-align: left;
}

.fs-c-modal__contents .fs-c-stockNotificationsProduct__productImage {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  margin-right: 8px;
  margin-bottom: 0;
}

.fs-c-modal__contents .fs-c-stockNotificationsProduct__productName {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

.fs-c-modal__contents .fs-c-stockNotificationsProduct__productName:only-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.fs-body-merge .fs-c-modal .fs-c-inputInformation__field {
  background: none;
  padding: 0;
}

.fs-c-button--secondary .fs-c-button__label {
  font-size: 1rem;
  vertical-align: 1px;
}

.fs-c-inputInformation__message {
  margin: 24px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fs-c-inputInformation__message .fs-c-modal__contents .fs-c-inputInformation__message {
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fs-c-inputInformation__message .fs-c-modal__contents .fs-c-inputInformation__message p {
  text-align: left;
}

.fs-c-inputInformation__body {
  background: #ffffff;
  color: #333333;
  padding: 16px 24px;
  max-width: 768px;
  margin: 0 auto;
}

.fs-c-inputInformation__link {
  margin-top: 8px;
  text-align: right;
}

.fs-c-inputInformation__button {
  margin-top: 32px;
}

.fs-c-inputInformation__field {
  margin: 24px auto;
  max-width: 600px;
}

.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
  font-size: 1.2rem;
}

.fs-c-checkout-checkoutMethod__body .fs-c-inputInformation__field {
  max-width: 100%;
  margin: 8px auto;
}

.fs-body-cart-login .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px 32px;
}

.fs-body-forgotPassword .fs-c-inputInformation__field,
.fs-body-cardAuth .fs-c-inputInformation__field,
.fs-body-merge .fs-c-inputInformation__field {
  background: rgba(126, 126, 126, 0.08);
  padding: 16px 32px;
}

.fs-c-button--standard {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 0;
  color: #262626;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.6em 1.6em 0.6em;
}

#common_pickup .fr_products, #common_checked .fr_products {
  display: block;
}

.fr_products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fr_products .product {
  width: calc((100% - 255px) / 4);
  margin-right: 85px;
  margin-bottom: 40px;
}

.fr_products .product:nth-child(4n) {
  margin-right: 0;
}

.fr_products .product a {
  display: block;
}

.fr_products .product a:hover .desc {
  opacity: 1;
}

.fr_products .product a .img {
  margin-bottom: 10px;
}

.fr_products .product a .desc .name {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 10px;
}

.fr_products .product a .desc .price {
  font-weight: bold;
  font-size: 15px;
}

@media screen and (max-width: 1099px) {
  .fr_products .product {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .fr_products .product:nth-child(2n) {
    margin-right: 0;
  }
  .fr_products .product a .desc .name {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .fr_products .product a .desc .price {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */