@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*align---------------------------------*/
.alL {
  text-align: left !important;
}

.alR {
  text-align: right !important;
}

.alC {
  text-align: center !important;
}

/*margin---------------------------------*/
.mb0 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .mb0 {
    margin-bottom: 0 !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .mt0 {
    margin-top: 0 !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

/*padding---------------------------------*/
.pb0 {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .pb0 {
    padding-bottom: 0 !important;
  }
}

.pb10 {
  padding-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .pb10 {
    padding-bottom: 5px !important;
  }
}

.pb20 {
  padding-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .pb20 {
    padding-bottom: 10px !important;
  }
}

.pb30 {
  padding-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .pb30 {
    padding-bottom: 15px !important;
  }
}

.pb40 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .pb40 {
    padding-bottom: 20px !important;
  }
}

.pb50 {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .pb50 {
    padding-bottom: 25px !important;
  }
}

.pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .pb60 {
    padding-bottom: 30px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  .pb80 {
    padding-bottom: 40px !important;
  }
}

.pb100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .pb100 {
    padding-bottom: 50px !important;
  }
}

.pb120 {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 767px) {
  .pb120 {
    padding-bottom: 60px !important;
  }
}

.pt0 {
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .pt0 {
    padding-top: 0 !important;
  }
}

.pt10 {
  padding-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .pt10 {
    padding-top: 5px !important;
  }
}

.pt20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .pt20 {
    padding-top: 10px !important;
  }
}

.pt30 {
  padding-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .pt30 {
    padding-top: 15px !important;
  }
}

.pt40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .pt40 {
    padding-top: 20px !important;
  }
}

.pt50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .pt50 {
    padding-top: 25px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .pt60 {
    padding-top: 30px !important;
  }
}

.pt80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 767px) {
  .pt80 {
    padding-top: 40px !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 767px) {
  .pt100 {
    padding-top: 50px !important;
  }
}

.pt120 {
  padding-top: 120px !important;
}
@media screen and (max-width: 767px) {
  .pt120 {
    padding-top: 60px !important;
  }
}

/*only---------------------------------*/
.pc_only {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
}

/*color--------------------------------------*/
/*weight--------------------------------------*/
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/*size--------------------------------------*/
.fs-12 {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .fs-12 {
    font-size: 10px;
  }
}

.fs-13 {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .fs-13 {
    font-size: 11px;
  }
}

.fs-15 {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .fs-15 {
    font-size: 13px;
  }
}

.fs-16 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .fs-16 {
    font-size: 13px;
  }
}

.fs-18 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .fs-18 {
    font-size: 15px;
  }
}

.fs-20 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .fs-20 {
    font-size: 18px;
  }
}

.fs-22 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .fs-22 {
    font-size: 18px;
  }
}

.fs-24 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .fs-24 {
    font-size: 20px;
  }
}

.fs-30 {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .fs-30 {
    font-size: 24px;
  }
}

.fs-35 {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .fs-35 {
    font-size: 26px;
  }
}

/*style*/
.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.inline_box {
  display: inline-block;
}

/*btn--------------------------------------*/
.btn {
  display: block;
  border-radius: 5px;
  background-color: #231815;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 60px;
    height: 60px;
    font-size: 10px;
    padding: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.btn:hover, .btn:visited {
  color: #fff;
}
.btn p {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .btn span {
    display: none;
  }
}
.btn i {
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .btn i {
    padding-right: 0px;
    padding-bottom: 5px;
    font-size: 18px;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .btn.brown {
    background-color: #fff;
    color: #0b0b0b;
    border: solid 1px #cbcbcb;
  }
}
.btn.red {
  background-color: #881004;
}

.arrow_btn {
  display: block;
  background-color: #358cbd;
  color: #fff;
  font-weight: 600;
  position: relative;
  border-radius: 5px;
  line-height: 60px;
  text-align: center;
  width: 100%;
}
.arrow_btn:visited, .arrow_btn:hover {
  color: #fff;
}
.arrow_btn::after {
  content: "\f105";
  position: absolute;
  font-family: "font awesome 6 free";
  font-weight: 900;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

a:visited,
a:hover {
  color: inherit;
  text-decoration: none;
}

.fs-c-button--plain {
  color: #0b0b0b;
}

.fs-c-featuredProduct {
  margin-top: 80px;
}

.fs-c-featuredProduct__title {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 25px;
  background-color: #f4f4f4;
  border: none;
  color: #0b0b0b;
}

.fs-c-featuredProduct__list {
  margin-top: 30px;
}

.fs-c-sortItems {
  border: none;
}
.fs-c-sortItems .fs-c-sortItems__list {
  border: none;
}

.fs-c-button--primary {
  background-color: #881004;
}

.fs-c-productSelection,
.fs-c-returnedSpecialContract,
.fs-c-inquiryAboutProduct {
  width: 100%;
}

.fs-l-footer {
  margin-top: 0;
  border: none;
  background-color: transparent;
  color: #0b0b0b;
}

#fs_input_mailAddress {
  background-color: #fff;
}

/*------------------------共通----------------------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Roboto", メイリオ, Meiryo, sans-serif;
  color: #0b0b0b;
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
body.fixed .h_bot {
  overflow: inherit;
}

.wrapper {
  overflow-x: hidden;
}

p {
  line-height: 2;
  text-align: justify;
}

img {
  max-width: 100%;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.page_width {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .page_width {
    padding: 0 15px;
  }
}

.cont_width {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .cont_width {
    padding: 0 20px;
  }
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.page_side,
.page_main {
  margin-top: 60px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .page_side,
  .page_main {
    margin-top: 20px;
    margin-bottom: 80px;
  }
}

.page_side {
  width: 260px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .page_side {
    display: none;
  }
}

.page_main {
  width: calc(100% - 260px);
}
@media screen and (max-width: 767px) {
  .page_main {
    width: 100%;
  }
}

.kaso_ttl {
  font-size: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-weight: 600;
  border-bottom: solid 2px #e2e2e2;
  margin-bottom: 50px;
  font-family: "roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Roboto", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .kaso_ttl {
    font-size: 25px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

/*------------------------会員切り替え----------------------*/
.logout.my-false {
  display: none !important;
}

.login.my-true {
  display: none !important;
}

/*------------------------ヘッダー----------------------*/
.h_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 30px;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .h_top {
    display: none;
    padding: 0px;
  }
}
.h_top .left {
  font-size: 11px;
}
.h_top .h_guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.h_top .h_guide li:not(:last-child)::after {
  content: "/";
  padding: 0 10px;
  color: #666666;
}
.h_top .h_guide li a {
  font-size: 12px;
  color: #666666;
}

.h_bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: end;
  -webkit-align-items: end;
  align-items: end;
  width: 100%;
  padding: 0 30px;
  position: relative;
  z-index: 1000;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .h_bot {
    overflow: hidden;
  }
}
@media screen and (max-width: 999px) {
  .h_bot {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .h_bot {
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 0px;
    height: 60px;
  }
}
@media screen and (max-width: 999px) {
  .h_bot .h_logo {
    width: 140px;
  }
}
.h_bot .h_logo h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .h_bot .h_logo h1 a {
    display: block;
  }
}
.h_bot .h_logo h1 a p {
  font-size: 18px;
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Roboto", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #0f0f0f;
  padding-left: 10px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 999px) {
  .h_bot .h_logo h1 a p {
    text-align: center;
    padding-left: 0px;
    padding-top: 5px;
    font-size: 11px;
  }
}
@media screen and (max-width: 999px) {
  .h_bot .h_logo h1 a .pc {
    display: none;
  }
}
.h_bot .h_menu_bg {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu_bg {
    display: block;
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100vw;
    height: 100vh;
    top: 60px;
    left: 0;
  }
}
@media screen and (max-width: 999px) {
  .h_bot .h_menu_bg {
    top: 74px;
  }
}
@media screen and (max-width: 767px) {
  .h_bot .h_menu_bg {
    top: 60px;
  }
}
.h_bot .h_menu_bg.active {
  visibility: visible;
  opacity: 1;
}
.h_bot .h_menu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu {
    position: absolute;
    right: -100%;
    top: 60px;
    max-width: 400px;
    width: 100%;
    height: 88vh;
    height: 88svh;
    background-color: rgba(255, 255, 255, 0.9);
    transition: ease 0.4s;
    display: block;
    padding: 0 0 50px;
    border: solid 1px #e2e2e2;
    border-top: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 999px) {
  .h_bot .h_menu {
    top: 74px;
    height: 92vh;
    height: 92svh;
  }
}
@media screen and (max-width: 767px) {
  .h_bot .h_menu {
    top: 60px;
    height: 94vh;
    height: 94svh;
  }
}
@media screen and (max-width: 479px) {
  .h_bot .h_menu {
    max-width: none;
  }
}
.h_bot .h_menu.active {
  right: 0;
}
.h_bot .h_menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  margin-right: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul {
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 16px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul > li {
    width: 100%;
    margin-right: 0px;
  }
}
.h_bot .h_menu > ul > li .menu_ttl {
  font-weight: 600;
  padding-bottom: 6px;
  margin-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: 0.3s all;
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul > li .menu_ttl {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #8a8582;
  }
}
@media screen and (max-width: 767px) {
  .h_bot .h_menu > ul > li .menu_ttl {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
}
.h_bot .h_menu > ul > li .menu_ttl::before {
  padding-right: 10px;
  content: "\f002";
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul > li .menu_ttl::before {
    display: none;
  }
}
.h_bot .h_menu > ul .has-sub.sp {
  display: none;
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub.sp {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub dt {
    background-color: #eeeeee;
    position: relative;
    border-top: solid 1px #e2e2e2;
  }
  .h_bot .h_menu > ul .has-sub dt::after {
    content: "\f139";
    font-family: "font awesome 6 free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all;
  }
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub dt.active::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub dt .menu_ttl,
  .h_bot .h_menu > ul .has-sub dt h2 {
    cursor: pointer;
    padding: 15px;
    display: inline-block;
    width: 80%;
  }
}
.h_bot .h_menu > ul .has-sub .sub {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 55px;
  left: 0;
  width: calc(100vw - (100vw - 100%));
  background-color: #f0f0f0;
  padding: 30px 0;
  transition: 0.3s all;
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .sub {
    visibility: visible;
    opacity: 1;
    position: relative;
    width: 100%;
    background-color: #fff;
    top: 0px;
    padding: 0;
  }
}
.h_bot .h_menu > ul .has-sub .sub::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: -20px;
  left: 0;
  height: 20px;
}
.h_bot .h_menu > ul .has-sub:hover .menu_ttl {
  opacity: 1;
}
.h_bot .h_menu > ul .has-sub .h_cate_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
  margin: 0 -30px;
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_cate_list {
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
}
@media screen and (max-width: 767px) {
  .h_bot .h_menu > ul .has-sub .h_cate_list {
    margin: 0 -20px;
  }
}
.h_bot .h_menu > ul .has-sub .h_cate_list .cate {
  flex: 1;
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_cate_list .cate {
    flex: auto;
    width: 100%;
  }
}
.h_bot .h_menu > ul .has-sub .h_cate_list .cate:nth-child(n+2) {
  border-left: solid 2px rgba(51, 51, 51, 0.3);
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_cate_list .cate:nth-child(n+2) {
    border: none;
  }
}
.h_bot .h_menu > ul .has-sub .h_cate_list .cate:nth-child(3) ul::after {
  display: none;
}
.h_bot .h_menu > ul .has-sub .h_cate_list .cate .inner {
  padding: 0 35px;
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_cate_list .cate .inner {
    padding: 0;
  }
}
.h_bot .h_menu > ul .has-sub .h_cate_list .cate:nth-child(2) .inner {
  padding: 0 65px;
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_cate_list .cate:nth-child(2) .inner {
    padding: 0;
  }
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_cate_list .cate dt {
    background-color: #fff;
  }
  .h_bot .h_menu > ul .has-sub .h_cate_list .cate dt::after {
    content: "\f106";
  }
}
.h_bot .h_menu > ul .has-sub .h_cate_list .cate h2 {
  font-weight: 600;
  letter-spacing: 0.05em;
}
.h_bot .h_menu > ul .has-sub .h_cate_list .cate i {
  padding-right: 15px;
}
.h_bot .h_menu > ul .has-sub .h_cate_list .cate ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_cate_list .cate ul {
    margin-top: 0;
  }
  .h_bot .h_menu > ul .has-sub .h_cate_list .cate ul::after {
    display: block;
    content: "";
    width: 50%;
    border-top: 1px solid #e2e2e2;
  }
}
.h_bot .h_menu > ul .has-sub .h_cate_list .cate li {
  width: 45%;
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_cate_list .cate li {
    width: 50%;
    border-top: 1px solid #e2e2e2;
  }
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_cate_list .cate li:nth-child(odd) {
    border-right: 1px solid #e2e2e2;
  }
}
.h_bot .h_menu > ul .has-sub .h_cate_list .cate li:nth-child(n+3) {
  margin-top: 15px;
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_cate_list .cate li:nth-child(n+3) {
    margin-top: 0;
  }
}
.h_bot .h_menu > ul .has-sub .h_cate_list .cate li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_cate_list .cate li a {
    width: 100%;
    padding: 8px 15px;
    height: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_cate_list .cate .photo {
    height: 100%;
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.h_bot .h_menu > ul .has-sub .h_cate_list .cate .photo img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_cate_list .cate .photo img {
    box-shadow: none;
    max-height: 100%;
  }
}
.h_bot .h_menu > ul .has-sub .h_cate_list .cate .text {
  padding-left: 15px;
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_cate_list .cate .text {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_maker_list {
    margin: 0 -30px;
  }
}
@media screen and (max-width: 767px) {
  .h_bot .h_menu > ul .has-sub .h_maker_list {
    margin: 0 -20px;
  }
}
.h_bot .h_menu > ul .has-sub .h_maker_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.h_bot .h_menu > ul .has-sub .h_maker_list li {
  width: calc((100% - 50px) / 6);
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_maker_list li {
    width: 50%;
    border-top: 1px solid #e2e2e2;
    font-size: 13px;
  }
}
.h_bot .h_menu > ul .has-sub .h_maker_list li:nth-child(odd) {
  border-right: 1px solid #e2e2e2;
}
.h_bot .h_menu > ul .has-sub .h_maker_list li:nth-child(n+7) {
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_maker_list li:nth-child(n+7) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_maker_list li:nth-last-child(-n+2) {
    border-bottom: 1px solid #e2e2e2;
  }
}
.h_bot .h_menu > ul .has-sub .h_maker_list li.other {
  margin-top: 20px;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_maker_list li.other {
    margin-top: 0;
    line-height: 1;
    font-weight: 400;
  }
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_maker_list li.other span {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_maker_list a {
    display: block;
    padding: 15px;
  }
}
.h_bot .h_menu > ul .has-sub .h_maker_list i {
  padding-left: 10px;
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_maker_list i {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_maker_list img {
    display: none;
  }
}
.h_bot .h_menu > ul .has-sub .h_maker_list p {
  display: none;
}
@media screen and (max-width: 1199px) {
  .h_bot .h_menu > ul .has-sub .h_maker_list p {
    display: inline;
    font-size: 13px;
    line-height: 1;
  }
}
.h_bot .h_menu > ul #search_parent {
  cursor: pointer;
}
.h_bot .h_menu > ul #search_parent:hover .menu_ttl {
  border-color: #8a8582;
}
.h_bot .h_menu > ul #search_parent.active .menu_ttl {
  border-color: #8a8582;
}
@media screen and (max-width: 1199px) {
  .h_bot .h_mypage {
    margin-left: auto;
  }
}
.h_bot .h_mypage ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.h_bot .h_mypage ul li:nth-child(n+2) {
  margin-left: 15px;
}
@media screen and (max-width: 999px) {
  .h_bot .h_mypage ul li:nth-child(n+2) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .h_bot .h_mypage ul li:nth-child(n+2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 999px) {
  .h_bot .h_mypage ul li .btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .h_bot .h_mypage ul li .btn {
    font-size: 10px;
  }
}

.h_serch_box {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .h_serch_box {
    margin: 0 -15px;
    padding: 20px 0;
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .h_serch_box {
    margin: 0 -10px;
  }
}
.h_serch_box .left {
  text-align: center;
  position: relative;
  padding-right: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
@media screen and (max-width: 1199px) {
  .h_serch_box .left {
    display: none;
  }
}
.h_serch_box .left::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #0b0b0b;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.h_serch_box .left .icon {
  width: 100%;
  font-size: 30px;
}
.h_serch_box .left .text {
  font-weight: 600;
}
.h_serch_box .mid {
  flex-grow: 1;
}
.h_serch_box .mid input,
.h_serch_box .mid select {
  margin: 0 5px;
  padding: 10px;
  background-color: #fff;
  border: solid 1px #d4d4d4;
  font-size: 13px;
}
@media screen and (max-width: 1199px) {
  .h_serch_box .mid input,
  .h_serch_box .mid select {
    margin: 0;
  }
}
.h_serch_box .mid select {
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトの矢印を非表示 */
}
.h_serch_box .mid .select_arrow {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  .h_serch_box .mid .select_arrow {
    width: 48%;
  }
}
.h_serch_box .mid .select_arrow::after {
  position: absolute;
  content: "\f107";
  font-family: "font awesome 6 free";
  font-weight: 900;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .h_serch_box .mid .select_arrow::after {
    right: 5px;
  }
}
.h_serch_box .mid .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .h_serch_box .mid .top {
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
}
@media screen and (max-width: 1199px) {
  .h_serch_box .mid .search_cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
}
.h_serch_box .mid .search_cate select {
  width: 180px;
}
@media screen and (max-width: 1199px) {
  .h_serch_box .mid .search_cate select {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .h_serch_box .mid .search_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }
}
.h_serch_box .mid .search_price input {
  width: 120px;
}
@media screen and (max-width: 1199px) {
  .h_serch_box .mid .search_price input {
    width: 100%;
  }
}
.h_serch_box .mid .search_price label {
  font-size: 16px;
  padding: 0 5px;
}
@media screen and (max-width: 1199px) {
  .h_serch_box .mid .search_price label {
    font-size: 13px;
    white-space: nowrap;
    min-width: auto;
  }
}
.h_serch_box .mid .bot {
  margin-top: 15px;
}
.h_serch_box .mid .serch_key input {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .h_serch_box .mid .serch_key input {
    width: calc(100% - 100px);
  }
}
.h_serch_box .right {
  margin-top: auto;
  padding-left: 40px;
}
@media screen and (max-width: 1199px) {
  .h_serch_box .right {
    position: absolute;
    margin-top: 0;
    bottom: 20px;
    right: 0;
  }
}
.h_serch_box .right button {
  min-width: 100px;
  width: 100px;
  background-color: #881004;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .h_serch_box .right button {
    min-width: inherit;
    width: 80px;
    font-size: 13px;
    line-height: 35px;
  }
}

.hamburger {
  display: none;
  z-index: 999;
  background-color: #231815;
}
@media screen and (max-width: 1199px) {
  .hamburger {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    width: 60px;
    height: 60px;
  }
}
.hamburger .fa-bars {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .hamburger .fa-bars {
    display: block;
  }
}
.hamburger .fa-xmark {
  display: none;
}
.hamburger p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hamburger span {
    width: 100%;
    height: 1px;
    background-color: #999999;
    position: relative;
    transition: ease 0.4s;
    display: block;
  }
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  margin: 10px 0;
}
.hamburger span:nth-child(3) {
  top: 0;
}
.hamburger.active .fa-bars {
  display: none;
}
.hamburger.active .fa-xmark {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .hamburger.active .fa-xmark {
    display: block;
  }
}
.hamburger.active span:nth-child(1) {
  top: 25px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
  margin: 0;
  padding: 25px 0;
}
.hamburger.active span:nth-child(3) {
  top: -25px;
  transform: rotate(-45deg);
}

.h_search {
  display: none;
  border-top: solid 2px #ededed;
  padding: 20px 0;
}
.h_search .h_serch_box {
  font-size: 14px;
}
.h_search .h_serch_box .mid input,
.h_search .h_serch_box .mid select {
  margin: 0;
}

.h_cate_block {
  z-index: 100;
  position: relative;
  background-color: #f0f0f0;
}
.h_cate_block .h_cate_list {
  max-width: 1190px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 999px) {
  .h_cate_block .h_cate_list {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .h_cate_block .h_cate_list {
    padding: 0;
  }
}
.h_cate_block .cate {
  border-right: dotted #d8d8d8 2px;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .h_cate_block .cate {
    flex: 1;
  }
}
.h_cate_block .cate:first-child {
  width: calc(100% - 95px);
}
.h_cate_block .cate:first-child dt {
  border-left: dotted #d8d8d8 2px;
}
.h_cate_block .cate:not(:first-child) {
  width: 95px;
}
@media screen and (max-width: 999px) {
  .h_cate_block .lg_only {
    display: none;
  }
}
.h_cate_block .inner,
.h_cate_block dl,
.h_cate_block dt,
.h_cate_block dd,
.h_cate_block ul,
.h_cate_block h2 {
  height: 100%;
}
.h_cate_block dt {
  height: 100%;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .h_cate_block dt {
    font-size: 13px;
  }
}
.h_cate_block dt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .h_cate_block dt a {
    pointer-events: none;
  }
}
@media screen and (max-width: 999px) {
  .h_cate_block dt a::after {
    content: "\f107";
    font-family: "font awesome 6 free";
    font-weight: 900;
    margin-left: 10px;
    transition: 0.3s all;
  }
}
.h_cate_block dt.active a::after {
  transform: rotate(180deg);
}
.h_cate_block dd {
  background-color: #f0f0f0;
  position: absolute;
  width: 100%;
  left: 0;
  overflow: 0;
  visibility: hidden;
}
@media screen and (max-width: 999px) {
  .h_cate_block dd {
    overflow: 1;
    visibility: visible;
    display: none;
    padding: 0px 30px 30px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .h_cate_block dd {
    padding: 0 15px 30px;
  }
}
.h_cate_block a {
  display: block;
  height: 100%;
}
.h_cate_block a:hover {
  background-color: #ccc;
}
.h_cate_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.h_cate_block li {
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .h_cate_block li {
    margin: 20px 0 0;
    width: 90px;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .h_cate_block li {
    width: 25%;
  }
}
.h_cate_block li > a {
  padding: 0 10px;
}
@media screen and (max-width: 1199px) {
  .h_cate_block li > a {
    padding: 0 2px;
  }
}
@media screen and (max-width: 999px) {
  .h_cate_block li > a {
    padding: 0;
  }
}
@media screen and (max-width: 1199px) {
  .h_cate_block .photo {
    width: 50px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  .h_cate_block .text {
    padding-top: 10px;
  }
}
.h_cate_block .house dt {
  display: none;
}
@media screen and (max-width: 999px) {
  .h_cate_block .house dt {
    display: block;
  }
}
.h_cate_block .house dd {
  overflow: 1;
  visibility: visible;
  position: relative;
}
@media screen and (max-width: 999px) {
  .h_cate_block .house dd {
    position: absolute;
  }
}
.h_cate_block .house li {
  text-align: center;
}
.h_cate_block .house .photo {
  height: 65px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.h_cate_block .house .text {
  font-size: 13px;
  letter-spacing: -0.05em;
  line-height: 1;
}

/*------------------------フッター----------------------*/
.f_search .h_serch_box {
  margin: 0;
  padding: 15px;
  background-color: #f0f0f0;
}
.f_search .h_serch_box .right {
  right: 15px;
}
.f_search h2 {
  text-align: center;
  color: #fff;
  background-color: #231815;
  font-weight: 600;
  font-size: 14px;
  padding: 8px;
}

.f_block {
  background-color: #231815;
  color: #fff;
  padding: 55px 0;
}
@media screen and (max-width: 767px) {
  .f_block {
    padding: 40px 0 0;
    background: none;
    color: #0b0b0b;
  }
}
.f_block a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .f_block a {
    color: #0b0b0b;
  }
}

@media screen and (max-width: 767px) {
  .f_top .page_width {
    padding: 0;
  }
}
.f_top .f_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .f_top .f_list {
    -ms-flex-flow: column-reverse wrap;
    -webkit-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
  }
}
.f_top .col_1,
.f_top .col_2 {
  margin-right: auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .f_top .col_1,
  .f_top .col_2 {
    padding-bottom: 0;
  }
}
.f_top .col_1 {
  width: 100%;
  max-width: 140px;
}
@media screen and (max-width: 767px) {
  .f_top .col_1 {
    max-width: none;
  }
}
.f_top .col_2 {
  width: 100%;
  max-width: 380px;
}
@media screen and (max-width: 767px) {
  .f_top .col_2 {
    max-width: none;
  }
}
.f_top .col_2 ul {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .f_top .col_2 ul {
    width: 100%;
  }
}
.f_top h2 {
  font-size: 16px;
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Roboto", メイリオ, Meiryo, sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .f_top h2 {
    margin-bottom: 0px;
    font-size: 18px;
    background-color: #f4f4f4;
    padding: 20px 15px;
  }
}
.f_top .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .f_top .list {
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    font-size: 12px;
    letter-spacing: 0;
  }
}
.f_top ul {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .f_top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    padding-right: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .f_top ul:last-child {
    border-bottom: 1px solid #d4d2ce;
  }
}
@media screen and (max-width: 767px) {
  .f_top li {
    width: 50%;
    border-top: 1px solid #d4d2ce;
  }
}
.f_top li:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .f_top li:nth-child(n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .f_top li:nth-child(odd) {
    border-right: 1px solid #d4d2ce;
  }
}
@media screen and (max-width: 767px) {
  .f_top a {
    display: block;
    padding: 20px 15px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .f_top a::after {
    position: absolute;
    content: "\f138";
    display: block;
    font-family: "font awesome 6 free";
    font-weight: 900;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .f_top .sub {
    display: none;
  }
}
.f_top .sub::before {
  content: "-";
  padding-right: 0.5em;
}

.f_sns {
  margin: 30px 0;
}
.f_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.f_sns li {
  margin: 0 16px;
}

.f_bot {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .f_bot {
    background-color: #231815;
    color: #fff;
    padding: 50px 0 35px;
  }
}
.f_bot .copyright {
  margin-top: 25px;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .f_bot .copyright {
    margin-top: 35px;
  }
}

/*------------------------サイド----------------------*/
.page_side h2 {
  background-color: #231815;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 15px;
}

.side_search {
  border: solid 2px #d9d9d9;
}
.side_search input {
  font-size: 13px;
  padding: 15px 10px;
  border: none;
  width: auto;
}
.side_search .FS2_Search_btn {
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 15px;
}
.side_search .fs-c-button--secondary {
  border: none;
  background-color: #fff;
  padding: 20px 10px;
  min-width: 35px;
  color: #0b0b0b;
  box-shadow: none;
}

.side_list {
  margin-top: 30px;
}
.side_list a {
  display: block;
  padding: 15px 10px;
}
.side_list dt {
  position: relative;
  cursor: pointer;
}
.side_list dt::after {
  position: absolute;
  content: "\f106";
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 14px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all;
}
.side_list dt.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.side_list dt a {
  width: 170px;
}
.side_list h3 {
  border-bottom: 2px solid #d9d9d9;
  letter-spacing: 0;
}
.side_list h3 a {
  padding: 20px 10px;
}
.side_list h3 i {
  padding-right: 10px;
}
.side_list li {
  letter-spacing: 0;
  font-size: 14px;
}
.side_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  border-bottom: 2px dotted #d9d9d9;
}
.side_list li a::after {
  content: "\f054";
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 900;
  font-family: "font awesome 6 free";
  color: #808080;
}
.side_list li:last-child a {
  border-bottom: 2px solid #d9d9d9;
}
.side_list li .photo {
  padding-right: 15px;
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.side_list li .photo img {
  max-height: 100%;
}
.side_list .cate li a {
  padding: 10px;
  height: 55px;
}

.side_bnr {
  margin-top: 30px;
}
.side_bnr li:nth-child(n+2) {
  margin-top: 20px;
}

/*------------パンくずリスト------------*/
.fs-c-breadcrumb .fs-c-breadcrumb__list {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .fs-c-breadcrumb .fs-c-breadcrumb__list {
    padding: 15px 15px;
  }
}
.fs-c-breadcrumb .fs-c-breadcrumb__list.fs-c-breadcrumb__list--subgroup {
  padding-top: 0;
}
.fs-c-breadcrumb .fs-c-breadcrumb__listItem {
  display: inline-block;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .fs-c-breadcrumb .fs-c-breadcrumb__listItem {
    font-size: 11px;
  }
}
.fs-c-breadcrumb .fs-c-breadcrumb__listItem:nth-child(n+2)::before {
  content: ">";
}

.top_page section:nth-child(n+2) {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .top_page section:nth-child(n+2) {
    padding-top: 80px;
  }
}

.top_fv {
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  .top_fv {
    margin-top: 0;
  }
}
.top_fv .fv_slider {
  height: 550px;
}
@media screen and (max-width: 1199px) {
  .top_fv .fv_slider {
    height: auto;
  }
}
.top_fv .fv_slider .slide {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .top_fv .fv_slider .slide {
    margin: 0;
  }
}
.top_fv .fv_slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.top_fv .fv_slider .slick-dots {
  bottom: 15px;
}
.top_fv .fv_slider .slick-dots li {
  margin: 0 5px;
}
.top_fv .fv_slider .slick-dots li button:before {
  width: 8px;
  height: 8px;
}
.top_fv .fv_slider .slick-dots li.slick-active button:before {
  background-color: #231815;
}

.top_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_ttl {
    margin-bottom: 20px;
  }
}
.top_ttl h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top_ttl h2 {
    font-size: 24px;
  }
}
.top_ttl p {
  padding-left: 30px;
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Roboto", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #a37745;
}
@media screen and (max-width: 767px) {
  .top_ttl p {
    padding-left: 15px;
    font-size: 14px;
  }
}

.top_bnr .list li:nth-child(n+2) {
  margin-top: 20px;
}

.top_feature .feature_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.top_feature .feature_list ul::after {
  content: "";
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .top_feature .feature_list ul::after {
    width: calc((100% - 20px) / 3);
  }
}
.top_feature .feature_list li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .top_feature .feature_list li {
    width: calc((100% - 20px) / 3);
  }
}
.top_feature .feature_list li:nth-child(n+4) {
  margin-top: 50px;
}
.top_feature .feature_list .photo img {
  border: 1px solid #e2e2e2;
}
.top_feature .feature_list .tag {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top_feature .feature_list .tag {
    margin-top: 15px;
  }
}
.top_feature .feature_list .tag span {
  display: inline-block;
  background-color: #d5200d;
  border: solid 1px #d5200d;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  min-width: 90px;
  text-align: center;
  padding: 8px 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_feature .feature_list .tag span {
    min-width: auto;
    margin-bottom: 5px;
    font-size: 12px;
  }
}
.top_feature .feature_list .tag span:nth-child(2) {
  background-color: #fff;
  color: #d5200d;
}
.top_feature .feature_list .price {
  margin-bottom: 5px;
  color: #d5200d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top_feature .feature_list .price {
    margin: 5px 0;
    font-size: 11px;
  }
}
.top_feature .feature_list .price span {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .top_feature .feature_list .price span {
    font-size: 16px;
  }
}
.top_feature .feature_list .name {
  line-height: 1.5;
}

.top_item_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
}
@media screen and (max-width: 999px) {
  .top_item_list ul {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .top_item_list ul {
    margin: 0 -5px;
  }
}
.top_item_list li {
  width: calc((100% - 80px) / 5);
  position: relative;
  margin: 0 10px;
  min-width: 100px;
}
@media screen and (max-width: 767px) {
  .top_item_list li {
    margin: 0 5px;
  }
}
.top_item_list li .num {
  position: absolute;
  top: 0;
  left: 10px;
  background-color: #4d4d4d;
  color: #fff;
  font-weight: 600;
  width: 35px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top_item_list li .num {
    width: 25px;
    height: 28px;
  }
}
.top_item_list li .num::before, .top_item_list li .num::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .top_item_list li .num::before, .top_item_list li .num::after {
    bottom: -8px;
  }
}
.top_item_list li .num::before {
  left: 0;
  border-top: 5px solid #4d4d4d;
  border-left: 8px solid #4d4d4d;
  border-bottom: 5px solid transparent;
  border-right: 8px solid transparent;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
}
@media screen and (max-width: 767px) {
  .top_item_list li .num::before {
    border-width: 4px 6px 4px 6px;
  }
}
.top_item_list li .num::after {
  right: 0;
  border-top: 5px solid #4d4d4d;
  border-right: 8px solid #4d4d4d;
  border-bottom: 5px solid transparent;
  border-left: 8px solid transparent;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
}
@media screen and (max-width: 767px) {
  .top_item_list li .num::after {
    border-width: 4px 6px 4px 6px;
  }
}
.top_item_list li:nth-child(1) .num {
  background-color: #c69c6d;
}
.top_item_list li:nth-child(1) .num::before, .top_item_list li:nth-child(1) .num::after {
  border-color: #c69c6d;
}
.top_item_list li:nth-child(2) .num {
  background-color: #999;
}
.top_item_list li:nth-child(2) .num::before, .top_item_list li:nth-child(2) .num::after {
  border-color: #999;
}
.top_item_list li:nth-child(3) .num {
  background-color: #736357;
}
.top_item_list li:nth-child(3) .num::before, .top_item_list li:nth-child(3) .num::after {
  border-color: #736357;
}
.top_item_list .photo img {
  border: solid 1px #d4d2ce;
}
.top_item_list .name {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top_item_list .name {
    font-size: 12px;
  }
}

.top_maker .maker_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.top_maker .maker_list li {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 767px) {
  .top_maker .maker_list li {
    width: calc((100% - 20px) / 3);
  }
}
.top_maker .maker_list li:nth-child(n+5) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top_maker .maker_list li:nth-child(n+4) {
    margin-top: 10px;
  }
}

.top_strong .intro {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.top_strong .intro .photo {
  width: 122px;
}
.top_strong .intro .text {
  width: calc(100% - 122px);
  color: #916028;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .top_strong .intro .text {
    font-size: 18px;
    line-height: 1.4;
    padding-left: 10px;
  }
}
.top_strong .point {
  margin-top: 30px;
}
.top_strong .point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.top_strong .point li {
  width: calc((100% - 90px) / 4);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top_strong .point li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .top_strong .point li:nth-child(n+3) {
    margin-top: 35px;
  }
}
.top_strong .point h4 {
  margin-top: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .top_strong .point h4 {
    margin-top: 15px;
    font-size: 16px;
  }
}
.top_strong .point .text {
  margin-top: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top_strong .point .text {
    margin-top: 10px;
  }
}

.top_map .map_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 999px) {
  .top_map .map_box {
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
}
.top_map .left {
  padding-right: 40px;
}
@media screen and (max-width: 999px) {
  .top_map .left {
    padding-right: 0px;
  }
}
.top_map .left h3 {
  font-size: 18px;
  font-weight: 600;
}
.top_map .left h3 i {
  padding-right: 10px;
}
.top_map .left a {
  font-weight: 600;
  font-size: 16px;
}
.top_map .left a::before {
  content: "\f138";
  font-family: "font awesome 6 free";
  font-weight: 900;
  padding-right: 10px;
}
.top_map .left ul {
  margin-top: 15px;
}
@media screen and (max-width: 999px) {
  .top_map .left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    margin-top: 10px;
  }
}
@media screen and (max-width: 999px) {
  .top_map .left ul::after {
    content: "";
    display: block;
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 999px) {
  .top_map .left li {
    width: calc((100% - 20px) / 3);
  }
}
.top_map .left li:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (max-width: 999px) {
  .top_map .left li:nth-child(n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 999px) {
  .top_map .left li:nth-child(n+4) {
    margin-top: 10px;
  }
}
.top_map .left li a {
  display: block;
  background-color: #231815;
  color: #fff;
  text-align: center;
  width: 180px;
  padding: 14px;
}
@media screen and (max-width: 999px) {
  .top_map .left li a {
    width: 100%;
    font-size: 15px;
    padding: 12px;
  }
}
.top_map .left li a:hover {
  opacity: 1;
  background-color: #881004;
}
.top_map .left .link {
  margin-top: 15px;
}
.top_map .left .link a {
  border-bottom: solid 1px #231815;
  padding-bottom: 5px;
}
@media screen and (max-width: 999px) {
  .top_map .right {
    margin-top: 35px;
  }
}
.top_map .map {
  position: relative;
}
.top_map .map .pin li {
  position: absolute;
}
.top_map .map .pin li:nth-child(1) {
  top: 10%;
  right: 10%;
}

.top_news .news_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  border-bottom: 2px dashed #999999;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .top_news .news_list dl {
    border: none;
    background-image: linear-gradient(to right, #999999, #999999 2px, transparent 2px, transparent 6px);
    background-size: 6px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
    padding: 20px 0;
  }
}
.top_news .news_list dl:nth-child(1) {
  padding-top: 0;
}
.top_news .news_list dt,
.top_news .news_list dd {
  line-height: 1.7;
}
.top_news .news_list dt {
  width: 150px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .top_news .news_list dt {
    width: 100%;
    padding-bottom: 5px;
  }
}
.top_news .news_list dd {
  width: calc(100% - 150px);
}
@media screen and (max-width: 767px) {
  .top_news .news_list dd {
    width: 100%;
  }
}

/*------------スライド・商品カゴ部分------------*/
.fs-l-productLayout {
  display: grid;
  grid-template-columns: calc(60% - 8px) calc(40% - 8px);
  grid-gap: 16px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .fs-l-productLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
}
.fs-l-productLayout .fs-l-productLayout__item--1 {
  padding-right: 3%;
}
@media screen and (max-width: 767px) {
  .fs-l-productLayout .fs-l-productLayout__item--1 {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fs-l-productLayout .fs-l-productLayout__item--2 {
    width: 100%;
  }
}
.fs-l-productLayout .fs-l-productLayout__item--3 {
  grid-column: 1/3;
}
.fs-l-productLayout .fs-c-button--viewExtend:hover {
  text-decoration: none;
}
.fs-l-productLayout .fs-c-button--viewExtend::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fs-l-productLayout .fs-c-button--viewExtend .fs-c-button__label {
  padding-left: 20px;
}
.fs-l-productLayout .fs-c-productThumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fs-l-productLayout .fs-c-productThumbnail .fs-c-productThumbnail__image {
  width: calc((100% - 15px) / 4);
  margin-top: 10px;
}
.fs-l-productLayout .fs-c-productThumbnail .fs-c-productThumbnail__image:not(:nth-child(4n)) {
  margin-right: 5px;
}
.fs-l-productLayout .fs-c-productNameHeading .fs-c-productNameHeading__copy {
  font-weight: 400;
}
.fs-l-productLayout .fs-c-productNameHeading .fs-c-productNameHeading__name {
  display: inline-block;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .fs-l-productLayout .fs-c-productNameHeading .fs-c-productNameHeading__name {
    font-size: 18px;
  }
}
.fs-l-productLayout .fs-c-productNumber {
  border: none;
  padding: 0;
}
.fs-l-productLayout .fs-c-productNumber .fs-c-productNumber__number {
  font-weight: 400;
}
.fs-l-productLayout .fs-c-productPrice {
  color: #0b0b0b;
  margin-top: 35px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .fs-l-productLayout .fs-c-productPrice {
    font-size: 25px;
  }
}
.fs-l-productLayout .fs-c-productPrice__addon__label {
  font-size: 15px;
}
.fs-l-productLayout .fs-c-productQuantityAndWishlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-flow: column-reverse;
  -webkit-flex-flow: column-reverse;
  flex-flow: column-reverse;
}
.fs-l-productLayout .fs-c-productQuantityAndWishlist .fs-c-button--particular {
  box-shadow: none;
  padding: 1em;
}
.fs-l-productLayout .fs-c-quantity::before {
  content: "数量";
}
.fs-l-productLayout .fs-c-productQuantityAndWishlist__quantity {
  margin-top: 30px;
}
.fs-l-productLayout .fs-c-productQuantityAndWishlist__quantity .fs-system-quantity-list {
  margin-top: 10px;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  width: 115px;
  padding: 15px 10px 15px 25px;
}
.fs-l-productLayout .fs-c-productActionButton {
  margin-top: 40px;
}
.fs-l-productLayout .fs-c-productActionButton .fs-c-button--addToCart--detail {
  background-color: #881004;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 20px;
  font-weight: 600;
  font-size: 15px;
}
.fs-l-productLayout .fs-c-productActionButton .fs-c-button--addToCart--detail::before {
  content: "\f07a";
  font-family: "font awesome 6 free";
  font-weight: 900;
}
.fs-l-productLayout .product_num {
  margin-top: 20px;
}
.fs-l-productLayout .fs-c-productReview {
  margin-top: 20px;
}
.fs-l-productLayout .fs-c-button--plain:hover {
  opacity: 1;
}
.fs-l-productLayout .fs-c-button--plain:hover .fs-c-button__label {
  border-color: transparent;
}
.fs-l-productLayout .fs-c-button--plain .fs-c-button__label {
  display: inline-block;
  border-bottom: 1px solid #0b0b0b;
  padding-bottom: 3px;
}
.fs-l-productLayout .fs-c-inquiryAboutProduct {
  margin-top: 15px;
}

/*------------商品説明------------*/
.product_desc {
  width: 100%;
}

.item_desc section {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .item_desc section {
    margin-top: 40px;
  }
}
.item_desc .top_ttl {
  padding-bottom: 13px;
  border-bottom: solid 2px #e2e2e2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .item_desc .top_ttl {
    margin-bottom: 20px;
  }
}
.item_desc .item_spec table {
  width: 100%;
}
.item_desc .item_spec .tbl4-1 .min4-1 {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .item_desc .item_spec .tbl4-1 .min4-1 {
    width: 25px;
  }
}
.item_desc .item_spec .tbl4-1 .min4-2 {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .item_desc .item_spec .tbl4-1 .min4-2 {
    width: 30px;
  }
}
.item_desc .item_spec .tbl4-1 .min4-3 {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .item_desc .item_spec .tbl4-1 .min4-3 {
    width: 30px;
  }
}
.item_desc .item_spec .tbl4-1 .min4-4 {
  width: 110px;
}
@media screen and (max-width: 767px) {
  .item_desc .item_spec .tbl4-1 .min4-4 {
    width: 75px;
  }
}
.item_desc .item_spec .tbl4-1 .min4-5 {
  width: calc(100% - 300px);
}
@media screen and (max-width: 767px) {
  .item_desc .item_spec .tbl4-1 .min4-5 {
    width: calc(100% - 150px);
  }
}
.item_desc .item_spec .tbl4-1 th,
.item_desc .item_spec .tbl4-1 td {
  width: auto;
}
.item_desc .item_spec .tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .item_desc .item_spec .tate {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .item_desc .item_spec .tate_sp {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
    letter-spacing: 0.2em;
  }
}
.item_desc .item_spec th,
.item_desc .item_spec td {
  border: solid 1px #d4d2ce;
  padding: 15px 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .item_desc .item_spec th,
  .item_desc .item_spec td {
    padding: 15px 10px;
  }
}
.item_desc .item_spec th {
  width: 300px;
  background-color: #f4f4f4;
  font-weight: 400;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .item_desc .item_spec th {
    width: 130px;
    padding: 15px 5px;
  }
}
.item_desc .item_spec th.min01 {
  width: 100px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .item_desc .item_spec th.min01 {
    width: 30px;
    padding-right: 5px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
  }
}
.item_desc .item_spec th.min02 {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .item_desc .item_spec th.min02 {
    width: 100px;
  }
}
.item_desc .item_spec td {
  width: calc(100% - 300px);
}
@media screen and (max-width: 767px) {
  .item_desc .item_spec td {
    width: calc(100% - 130px);
  }
}
.item_desc .item_spec td.col2 {
  width: calc((100% - 300px) / 2);
}
@media screen and (max-width: 767px) {
  .item_desc .item_spec td.col2 {
    width: calc((100% - 130px) / 2);
  }
}
.item_desc .detail_list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .item_desc .detail_list .box {
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
}
.item_desc .detail_list .box:nth-child(n+2) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .item_desc .detail_list .box:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .item_desc .detail_list .box:nth-child(even) {
    -ms-flex-flow: column-reverse wrap;
    -webkit-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
  }
}
.item_desc .detail_list .photo {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .item_desc .detail_list .photo {
    width: 100%;
    padding-bottom: 10px;
  }
}
.item_desc .detail_list .photo-full {
  text-align: center;
  width: 100%;
}
.item_desc .detail_list .text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .item_desc .detail_list .text {
    width: 100%;
  }
}
.item_desc .detail_list .text h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 767px) {
  .item_desc .detail_list .text h3 {
    font-size: 18px;
  }
}
.item_desc .detail_list .text p {
  margin-top: 10px;
  line-height: 1.85;
  text-align: left;
}

.feature_item {
  margin-top: 80px;
}
.feature_item h2 {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 25px;
  background-color: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .feature_item h2 {
    font-size: 16px;
    padding: 20px 10px;
  }
}
.feature_item ul {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .feature_item ul {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
}
.feature_item li {
  width: calc((100% - 80px) / 5);
  min-width: 100px;
}
@media screen and (max-width: 999px) {
  .feature_item li {
    width: calc((100% - 40px) / 5);
    margin: 0 5px;
  }
}
.feature_item .text {
  margin-top: 5px;
  font-size: 14px;
}
.feature_item .checked_list {
  margin-top: 60px;
}

.cate_bnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .cate_bnr ul {
    margin-top: 10px;
  }
}
.cate_bnr ul::after {
  content: "";
  display: block;
  width: calc((100% - 20px) / 3);
}
.cate_bnr li {
  width: calc((100% - 20px) / 3);
  border: solid 1px #d4d2ce;
}
@media screen and (max-width: 999px) {
  .cate_bnr li {
    width: calc((100% - 10px) / 2);
  }
}
.cate_bnr li:nth-child(n+4) {
  margin-top: 10px;
}
@media screen and (max-width: 999px) {
  .cate_bnr li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.cate_bnr li a {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cate_bnr li a {
    font-size: 12px;
    letter-spacing: 0;
    height: 50px;
  }
}
.cate_bnr li a::after {
  position: absolute;
  content: "\f054";
  display: block;
  font-family: "font awesome 6 free";
  font-weight: 900;
  color: #808080;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .cate_bnr li a::after {
    right: 10px;
    font-size: 12px;
  }
}
.cate_bnr li .photo {
  width: 80px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cate_bnr li .photo {
    width: 55px;
  }
}
.cate_bnr li .photo img {
  max-height: 100%;
  padding: 5px 10px;
}
.cate_bnr li .text {
  padding: 0 35px 0 25px;
}
@media screen and (max-width: 1199px) {
  .cate_bnr li .text {
    padding: 0 35px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .cate_bnr li .text {
    padding: 0 25px 0 0px;
  }
}

.cate_maker ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .cate_maker ul {
    margin: 0 -5px;
  }
}
.cate_maker li {
  width: calc((100% - 80px) / 4);
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .cate_maker li {
    width: calc((100% - 30px) / 3);
    margin: 0 5px;
  }
}
.cate_maker li:nth-child(n+5) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .cate_maker li:nth-child(n+4) {
    margin-top: 10px;
  }
}
.cate_maker .other {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cate_maker .other {
    font-size: 13px;
  }
}
.cate_maker .other i {
  padding-right: 0.5em;
}
.cate_maker .other a {
  display: inline-block;
  padding: 10px 2px;
  border-bottom: solid 1px #0b0b0b;
}

.fs-c-productList {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .fs-c-productList {
    margin-top: 40px;
  }
}

.fs-c-sortItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.fs-c-sortItems__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.fs-c-sortItems__list__item {
  margin: 0 5px;
}
.fs-c-sortItems__list__item .fs-c-sortItems__list__item__label {
  display: block;
  border: solid 1px #d4d2ce;
  padding: 8px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .fs-c-sortItems__list__item .fs-c-sortItems__list__item__label {
    padding: 5px;
    font-size: 12px;
  }
}
.fs-c-sortItems__list__item.is-active .fs-c-sortItems__list__item__label {
  background-color: #231815;
  color: #fff;
}

.fs-c-productList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  margin: 40px -10px 0;
}
.fs-c-productList__list .fs-c-productList__list__item {
  width: calc((100% - 80px) / 4);
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .fs-c-productList__list .fs-c-productList__list__item {
    width: calc((100% - 20px) / 2);
    margin: 0 5px;
  }
}
.fs-c-productList__list .fs-c-productList__list__item:nth-child(n+5) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .fs-c-productList__list .fs-c-productList__list__item:nth-child(n+3) {
    margin-top: 30px;
  }
}
.fs-c-productList__list .fs-c-productListItem__productName {
  margin-top: 10px;
  font-size: 14px;
}
.fs-c-productList__list .fs-c-productListItem__prices {
  margin-top: 10px;
  font-size: 14px;
}
.fs-c-productList__list .fs-c-productPrice__main {
  color: #c41504;
}
.fs-c-productList__list .fs-c-productPrice__addon {
  font-size: 12px;
}

.fs-c-listControl {
  margin-top: 20px;
}

.cate_pager {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .cate_pager {
    margin-top: 40px;
  }
}
.cate_pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.cate_pager li {
  margin: 0 5px;
  text-align: center;
  width: 25px;
  line-height: 30px;
  font-size: 14px;
}
.cate_pager li a {
  display: block;
  color: #666666;
}
.cate_pager li a:hover {
  opacity: 1;
  color: #0b0b0b;
  background-color: #e2e2e2;
}
.cate_pager li.active {
  background-color: #e2e2e2;
}

/*店舗一覧*/
.shop_area {
  margin-top: 100px;
}
.shop_area .area_box:nth-child(n+2) {
  margin-top: 80px;
}
.shop_area h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.shop_area h3::before, .shop_area h3::after {
  content: "";
  display: block;
  width: 21px;
  height: 2px;
  background-color: #7d7d7d;
}
.shop_area h3::before {
  margin-right: 1em;
}
.shop_area h3::after {
  margin-left: 1em;
}
.shop_area table {
  border-top: 2px solid #d6cdbc;
  border-bottom: 2px solid #d6cdbc;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .shop_area table {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .shop_area table tr {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .shop_area table tr:first-child {
    display: none;
  }
}
.shop_area table tr:nth-child(n+2) {
  border-top: 2px solid #e9e4db;
}
@media screen and (max-width: 767px) {
  .shop_area table tr:nth-child(n+2) {
    border-bottom: 2px solid #e9e4db;
  }
}
@media screen and (max-width: 767px) {
  .shop_area table tr:nth-child(n+3) {
    margin-top: 10px;
  }
}
.shop_area table tr:nth-child(even) {
  background-color: #f8f7f4;
}
.shop_area table th,
.shop_area table td {
  padding: 20px 10px 20px 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .shop_area table th,
  .shop_area table td {
    padding: 15px 10px 15px 80px;
    display: block;
  }
}
.shop_area table th {
  color: #ae8b48;
}
.shop_area table .name {
  width: 28%;
  font-size: 16px;
  font-weight: 600;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .shop_area table .name {
    padding-left: 10px;
    width: 100%;
    text-align: center;
  }
}
.shop_area table .name a span {
  border-bottom: 1px solid #0b0b0b;
}
.shop_area table .name a::after {
  content: "\f35d";
  font-family: "font awesome 6 free";
  font-weight: 900;
  padding-left: 0.5em;
}
.shop_area table .name .pre {
  color: #a37745;
}
.shop_area table .adress {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .shop_area table .adress {
    width: 100%;
    border-top: 1px solid #e9e4db;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .shop_area table .adress::before {
    content: "住所";
    color: #ae8b48;
    font-weight: 600;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.shop_area table .tel {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .shop_area table .tel {
    width: 100%;
    border-top: 1px solid #e9e4db;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .shop_area table .tel::before {
    white-space: pre;
    content: "TEL /\a FAX";
    color: #ae8b48;
    font-weight: 600;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.2;
  }
}
.shop_area table .map_btn {
  margin-top: 5px;
  display: inline-block;
  background-color: #ae8b48;
  color: #fff;
  border-radius: 5px;
  padding: 5px 12px;
  font-weight: 600;
}
.shop_area table .map_btn::after {
  content: "\f3c5";
  font-family: "font awesome 6 free";
  font-weight: 900;
  padding-left: 0.5em;
}

/*ご利用案内*/
.guide_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .guide_link ul {
    margin: 0 -5px;
  }
}
.guide_link li {
  width: calc((100% - 60px) / 3);
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .guide_link li {
    width: calc((100% - 20px) / 2);
    margin: 0 5px;
  }
}
.guide_link li:nth-child(n+4) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .guide_link li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.guide_link li a {
  border: solid 1px #e2e2e2;
  padding: 25px 30px;
  font-weight: 600;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .guide_link li a {
    font-size: 13px;
    padding: 20px;
  }
}
.guide_link li a::after {
  content: "\f105";
  position: absolute;
  font-family: "font awesome 6 free";
  color: #808080;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .guide_link li a::after {
    right: 10px;
  }
}

.guide_list {
  color: #241f1d;
}
.guide_list .guide_box {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .guide_list .guide_box {
    margin-top: 50px;
  }
}
.guide_list h3 {
  background-color: #f4f4f4;
  padding: 20px 25px;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .guide_list h3 {
    font-size: 18px;
    padding: 20px 15px;
  }
}
.guide_list .intro {
  margin-top: 25px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .guide_list .intro {
    margin-top: 15px;
  }
}
.guide_list .case {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .guide_list .case {
    font-size: 16px;
  }
}
.guide_list .flow {
  margin-top: 30px;
  counter-reset: number 0;
}
.guide_list .flow li {
  border: solid 1px #e2e2e2;
  padding: 10px 20px 20px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .guide_list .flow li {
    padding: 5px 15px 20px 15px;
  }
}
.guide_list .flow li:not(:last-child) {
  margin-bottom: 50px;
}
.guide_list .flow li:not(:last-child)::after {
  position: absolute;
  content: "\f107";
  font-family: "font awesome 6 free";
  font-weight: 900;
  font-size: 20px;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.guide_list .flow h4 {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding: 20px 0 20px 50px;
  border-bottom: solid 2px #e2e2e2;
}
@media screen and (max-width: 767px) {
  .guide_list .flow h4 {
    font-size: 16px;
  }
}
.guide_list .flow h4::before {
  display: block;
  counter-increment: number 1;
  content: counter(number) "";
  background-color: #231815;
  color: #fff;
  border-radius: 50%;
  width: 35px;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .guide_list .flow h4::before {
    font-size: 16px;
  }
}
.guide_list .flow p {
  margin-top: 15px;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0;
}
.guide_list .link {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .guide_list .link {
    font-size: 14px;
    margin-top: 20px;
  }
}
.guide_list .link a {
  padding: 0 2px 2px 2px;
  border-bottom: 1px solid #0b0b0b;
}
.guide_list .link a::before {
  content: "\f138";
  font-family: "font awesome 6 free";
  font-weight: 900;
  padding-right: 0.5em;
}
.guide_list .list {
  margin-top: 20px;
}
.guide_list .list li {
  line-height: 1.8;
  padding-left: 1em;
  font-weight: 600;
  position: relative;
}
.guide_list .list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.guide_list .photo {
  margin: 5px 0 15px;
}
.guide_list .graph {
  margin: 20px 0 10px;
}
.guide_list .graph th,
.guide_list .graph td {
  width: 250px;
  text-align: center;
  border: solid 1px #e2e2e2;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .guide_list .graph th,
  .guide_list .graph td {
    padding: 10px 5px;
  }
}
.guide_list .graph th {
  background-color: #f8f7f4;
  font-weight: 400;
}
.guide_list .shipping_list {
  overflow-x: scroll;
}
.guide_list .shipping {
  width: 100%;
  font-size: 12px;
  min-width: 800px;
}
.guide_list .shipping th {
  padding: 15px 5px;
}
.guide_list .shipping td {
  padding: 15px 5px;
}
.guide_list .shipping .left {
  text-align: left;
}
.guide_list .shipping .right {
  text-align: right;
}
.guide_list .shipping .prefecture {
  padding-left: 10px;
  padding-right: 10px;
}

/*よくある質問*/
.faq_list {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .faq_list {
    margin-top: 40px;
  }
}
.faq_list.faq_item {
  margin-top: 0;
}
.faq_list h3 {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .faq_list h3 {
    font-size: 20px;
  }
}
.faq_list dl {
  margin-top: 20px;
  background-color: #f8f7f4;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .faq_list dl {
    padding: 20px 15px;
  }
}
.faq_list dt,
.faq_list dd {
  padding-left: 35px;
  padding-right: 100px;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq_list dt,
  .faq_list dd {
    padding-left: 25px;
    padding-right: 20px;
  }
}
.faq_list dt::before,
.faq_list dd::before {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 20px;
  font-weight: 600;
}
.faq_list dt {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .faq_list dt {
    font-size: 16px;
  }
}
.faq_list dt::before {
  content: "Q";
  color: #ae8b48;
}
.faq_list dt::after {
  position: absolute;
  content: "\f107";
  font-family: "font awesome 6 free";
  font-weight: 900;
  color: #ae8b48;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all;
}
.faq_list dt.active::after {
  transform: translateY(-50%) rotate(-180deg);
}
.faq_list dd {
  margin-top: 25px;
  padding-bottom: 10px;
  line-height: 1.8;
  display: none;
}
@media screen and (max-width: 767px) {
  .faq_list dd {
    margin-top: 20px;
  }
}
.faq_list dd::before {
  content: "A";
}
.faq_list .faq_contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.faq_list .faq_contact_list li {
  width: 48%;
}
.faq_list .note {
  font-size: 90%;
}
.faq_list a {
  text-decoration: underline;
}
.faq_list a:hover {
  text-decoration: none;
}

/*お問い合わせ*/
.guide_link.contact .intro p {
  text-align: center;
  line-height: 1.6;
}
.guide_link.contact .intro .note {
  font-weight: 600;
}
.guide_link.contact ul {
  margin-top: 25px;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .guide_link.contact ul {
    margin-top: 10px;
  }
}
.guide_link.contact li {
  width: calc((100% - 40px) / 2);
  max-width: 300px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .guide_link.contact li {
    width: calc((100% - 20px) / 2);
    margin: 0 5px;
  }
}
.guide_link.contact li a {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .guide_link.contact li a {
    padding: 25px 15px;
  }
}

.contact_form {
  margin-top: 60px;
}
.contact_form .note {
  margin-bottom: 20px;
}
.contact_form .note span {
  color: #881004;
}
.contact_form form {
  background-color: #f4f4f4;
  padding: 0 20px;
}
.contact_form form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  border-bottom: dashed 1px #e2e2e2;
}
.contact_form dt {
  width: 230px;
  font-weight: 400;
  padding: 30px 0;
}
@media screen and (max-width: 999px) {
  .contact_form dt {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .contact_form dt {
    width: 100%;
    padding: 30px 0 0;
  }
}
.contact_form .required::after {
  content: "※";
  color: #881004;
  padding-left: 1em;
}
.contact_form dd {
  width: calc(100% - 230px);
  padding: 20px 0;
}
@media screen and (max-width: 999px) {
  .contact_form dd {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 767px) {
  .contact_form dd {
    width: 100%;
    padding: 10px 0 20px;
  }
}
.contact_form input,
.contact_form textarea,
.contact_form select {
  background-color: #fff;
  border: solid 1px #d4d2ce;
  line-height: 40px;
  padding: 0 10px;
  width: 100%;
}
.contact_form .short {
  max-width: 200px;
  width: calc(50% - 50px);
}
@media screen and (max-width: 767px) {
  .contact_form .short {
    width: calc(50% - 40px);
  }
}
.contact_form .middle {
  max-width: 350px;
}
.contact_form label {
  font-size: 12px;
  padding-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .contact_form label {
    padding-right: 5px;
  }
}
.contact_form .caption {
  margin: 10px 0 4px;
}
.contact_form .first {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .contact_form .first {
    margin-right: 10px;
  }
}
.contact_form .submit {
  padding: 50px 0 60px;
}
.contact_form .submit .btn {
  padding: 0 30px;
  line-height: 60px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  font-size: 15px;
}
.contact_form .submit .btn::after {
  content: "\f105";
  font-family: "font awesome 6 free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/*会社概要*/
.company_info table {
  width: 100%;
}
.company_info th,
.company_info td {
  line-height: 1.8;
  padding: 15px 25px;
  border: solid 1px #e2e2e2;
}
@media screen and (max-width: 767px) {
  .company_info th,
  .company_info td {
    padding: 15px 10px;
  }
}
.company_info th {
  background-color: #f8f7f4;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .company_info th {
    width: 90px;
  }
}
.company_info td {
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  .company_info td {
    width: calc(100% - 90px);
  }
}
.company_info a {
  display: inline-block;
  background-color: #a37745;
  color: #fff;
  padding: 2px 12px;
  border-radius: 5px;
  font-weight: 700;
}
.company_info a i {
  padding-left: 0.5em;
}

.company_bnr {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company_bnr {
    margin-top: 40px;
  }
}

/*SALE*/
.sale_page {
  background-color: #ffefa9;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .sale_page {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.sale_page h3 {
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sale_page h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.sale_fv {
  background: url(https://daikokuonline.itembox.design/item/sale/sale_fv_bg.png?d=20221020172849) center center no-repeat;
  background-size: cover;
}
.sale_fv .text {
  text-align: center;
  padding: 40px 30px;
}

.sale_list {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .sale_list {
    margin-top: 50px;
  }
}
.sale_list .list .item:nth-child(n+2) {
  margin-top: 55px;
}
.sale_list .date {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sale_list .date {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.sale_list .box {
  background-color: #fff;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sale_list .box {
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    padding: 30px 20px;
  }
}
.sale_list .left {
  max-width: 450px;
  width: 100%;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .sale_list .left {
    max-width: none;
    text-align: center;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .sale_list .right {
    width: 100%;
    margin-top: 20px;
  }
}
.sale_list .name {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sale_list .name {
    margin-top: 5px;
    font-size: 22px;
  }
}
.sale_list .regular_price {
  margin-top: 40px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .sale_list .regular_price {
    margin-top: 25px;
    font-size: 18px;
  }
}
.sale_list .regular_price span {
  display: inline-block;
  margin-left: 1em;
  padding: 0 5px;
  position: relative;
}
.sale_list .regular_price span::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 7px;
  border-color: #e1210d;
  border-width: 1px;
  border-width: 1px 0 1px 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sale_list .regular_price span::before {
    height: 5px;
  }
}
.sale_list .sale_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 15px;
}
.sale_list .off {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #e1210d;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sale_list .off {
    width: 60px;
    height: 60px;
  }
}
.sale_list .off p {
  text-align: center;
  line-height: 1.25;
}
.sale_list .off span {
  font-size: 25px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sale_list .off span {
    font-size: 22px;
  }
}
.sale_list .num {
  font-size: 65px;
  color: #e1210d;
  font-weight: 600;
  padding-left: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sale_list .num {
    font-size: 55px;
  }
}
.sale_list .tax {
  font-size: 18px;
  color: #e1210d;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sale_list .tax {
    font-size: 16px;
  }
}
.sale_list .tax span {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .sale_list .tax span {
    font-size: 35px;
  }
}
.sale_list .link {
  margin-top: 20px;
}
.sale_list .link a {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background-color: #f6d546;
  border-radius: 8px;
  max-width: 340px;
  width: 100%;
  line-height: 70px;
  box-shadow: 5px 5px 0 #e8c631;
}
@media screen and (max-width: 767px) {
  .sale_list .link a {
    margin: 0 auto;
  }
}
.sale_list.other {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .sale_list.other {
    margin-top: 80px;
  }
}
.sale_list.other .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  .sale_list.other .list {
    margin: 0 -5px;
  }
}
.sale_list.other .box {
  width: calc((100% - 120px) / 3);
  display: block;
  padding: 20px 20px 30px;
  margin: 0 20px;
}
@media screen and (max-width: 999px) {
  .sale_list.other .box {
    width: calc((100% - 20px) / 2);
    padding: 10px 10px 20px;
    margin: 0 5px;
  }
}
.sale_list.other .box:nth-child(n+4) {
  margin-top: 40px;
}
@media screen and (max-width: 999px) {
  .sale_list.other .box:nth-child(n+3) {
    margin-top: 10px;
  }
}
.sale_list.other .name {
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sale_list.other .name {
    margin-top: 10px;
    font-size: 16px;
  }
}
.sale_list.other .regular_price {
  margin-top: 15px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .sale_list.other .regular_price {
    font-size: 16px;
  }
}
.sale_list.other .regular_price span::before {
  height: 5px;
}
@media screen and (max-width: 767px) {
  .sale_list.other .sale_price {
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
}
.sale_list.other .sale_price .off {
  width: 60px;
  height: 60px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sale_list.other .sale_price .off {
    width: 40px;
    height: 40px;
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .sale_list.other .sale_price .off {
    margin-right: calc(100% - 60px);
  }
}
.sale_list.other .sale_price .off p {
  line-height: 1.1;
}
.sale_list.other .sale_price .off span {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .sale_list.other .sale_price .off span {
    font-size: 14px;
  }
}
.sale_list.other .sale_price .num {
  font-size: 50px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .sale_list.other .sale_price .num {
    font-size: 35px;
    padding-left: 5px;
  }
}
.sale_list.other .sale_price .tax {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .sale_list.other .sale_price .tax {
    font-size: 10px;
  }
}
.sale_list.other .sale_price .tax span {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .sale_list.other .sale_price .tax span {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sale_list.other .link {
    margin-top: 10px;
  }
}
.sale_list.other .link a {
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .sale_list.other .link a {
    font-size: 15px;
    line-height: 50px;
  }
}

/*法人・事業主のお客様へ*/
.btob_page {
  color: #241f1d;
}

.btob_worry {
  padding: 50px 30px;
  background-color: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .btob_worry {
    padding: 50px 15px;
  }
}
.btob_worry h3 {
  text-align: center;
  border-bottom: solid 2px rgba(49, 70, 124, 0.5);
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .btob_worry h3 {
    font-size: 18px;
  }
}
.btob_worry .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.btob_worry .list::after {
  content: "";
  width: calc((100% - 60px) / 3);
}
.btob_worry .list > li {
  width: calc((100% - 60px) / 3);
  min-width: 250px;
  letter-spacing: 0;
}
@media screen and (max-width: 999px) {
  .btob_worry .list > li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 479px) {
  .btob_worry .list > li {
    width: 100%;
  }
}
.btob_worry h4 {
  background-color: #31467c;
  position: relative;
  margin: 40px 0 0 25px;
}
.btob_worry h4 .icon {
  position: absolute;
  top: 50%;
  left: -25px;
  color: #31467c;
  background-color: #fff;
  border: solid 2px #31467c;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  transform: translateY(-50%);
}
.btob_worry h4 .text {
  color: #fff;
  padding: 10px 0px 10px 35px;
  font-weight: 600;
}
.btob_worry .point {
  margin-top: 25px;
}
.btob_worry .point > li {
  font-weight: 600;
}
.btob_worry .point > li::before {
  content: "・";
}
.btob_worry .point > li:nth-child(n+2) {
  margin-top: 10px;
}

.btob_toform {
  padding: 50px 30px;
  background: url(../img/btob/to_form_bg.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .btob_toform {
    padding: 50px 15px;
  }
}
.btob_toform h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #31467c;
  line-height: 1.6;
}
@media screen and (max-width: 999px) {
  .btob_toform h3 {
    font-size: 18px;
  }
}
.btob_toform .box {
  margin-top: 30px;
  background-color: #fff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .btob_toform .box {
    margin-top: 15px;
  }
}
.btob_toform .photo {
  width: 40%;
}
@media screen and (max-width: 999px) {
  .btob_toform .photo {
    width: 100%;
  }
}
.btob_toform .text {
  width: 60%;
  padding-left: 40px;
}
@media screen and (max-width: 999px) {
  .btob_toform .text {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
}
.btob_toform .text p {
  font-weight: 600;
}
.btob_toform .text .arrow_btn {
  margin-top: 30px;
  max-width: 300px;
}
@media screen and (max-width: 999px) {
  .btob_toform .text .arrow_btn {
    margin: 30px auto 0;
  }
}

.btob_work {
  background-color: #dff3ff;
  padding: 50px 30px;
}
@media screen and (max-width: 767px) {
  .btob_work {
    padding: 50px 15px;
  }
}
.btob_work h3 {
  font-size: 20px;
  font-weight: 600;
  color: #31467c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btob_work h3 {
    font-size: 18px;
  }
}
.btob_work h3::before, .btob_work h3::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: rgba(49, 70, 124, 0.5);
  margin: 0 1em;
}
.btob_work .list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .btob_work .list {
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.btob_work .list > li {
  width: calc((100% - 40px) / 3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .btob_work .list > li {
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .btob_work .list > li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.btob_work .list .photo img {
  border-radius: 10px 10px 0 0;
}
.btob_work .list .text {
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  padding: 20px;
  letter-spacing: 0;
}
.btob_work .list .text h4 {
  font-size: 16px;
  font-weight: 600;
}
.btob_work .list .text p {
  padding-top: 10px;
  line-height: 1.6;
  text-align: left;
}

.btob_support {
  background-color: #dff3ff;
  padding-bottom: 60px;
}
.btob_support h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ffe77a;
  background-color: #358cbd;
  text-align: center;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .btob_support h3 {
    font-size: 18px;
  }
}
.btob_support .content {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .btob_support .content {
    padding: 0 15px;
  }
}
.btob_support .intro {
  margin: 40px 0;
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .btob_support .intro {
    margin: 20px 0;
  }
}
.btob_support .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.btob_support li {
  width: calc((100% - 20px) / 2);
  padding: 20px 20px 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .btob_support li {
    width: 100%;
  }
}
.btob_support li:nth-child(n+3) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .btob_support li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.btob_support h4 {
  color: #31467c;
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .btob_support h4 {
    font-size: 16px;
    margin-top: 15px;
  }
}
.btob_support p {
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .btob_support p {
    margin-top: 10px;
  }
}

.btob_link {
  padding: 50px 30px 0;
}
@media screen and (max-width: 767px) {
  .btob_link {
    padding: 50px 15px 0;
  }
}
.btob_link .text {
  color: #31467c;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .btob_link .text {
    font-size: 16px;
  }
}
.btob_link .link {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .btob_link .link {
    margin-top: 20px;
  }
}
.btob_link .arrow_btn {
  max-width: 500px;
  margin: 0 auto;
}
.btob_link .arrow_btn::after {
  right: 30px;
}

/*店舗受取サービス*/
.receive_page {
  background-color: #fff6df;
  padding: 0 30px 80px;
  color: #241f1d;
}
@media screen and (max-width: 767px) {
  .receive_page {
    padding: 0 15px 40px;
  }
}

.receive_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .receive_ttl {
    margin-bottom: 20px;
  }
}
.receive_ttl::before, .receive_ttl::after {
  content: "";
  width: 21px;
  height: 2px;
  background-color: rgba(11, 11, 11, 0.5);
}
.receive_ttl h3 {
  padding: 0 1em;
  font-size: 20px;
  font-weight: 600;
}

.receive_top {
  padding-top: 30px;
}
.receive_top .catch {
  text-align: center;
}
.receive_top .catch p {
  display: inline-block;
  line-height: 40px;
  border-radius: 40px;
  padding: 0 35px;
  color: #fff;
  background-color: #f39023;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .receive_top .catch p {
    font-size: 16px;
  }
}
.receive_top h2 {
  margin-top: 25px;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .receive_top h2 {
    margin-top: 15px;
    font-size: 30px;
  }
}
.receive_top h2 span {
  color: #eb663e;
}
.receive_top .intro {
  margin-top: 30px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .receive_top .intro {
    margin-top: 20px;
    font-size: 16px;
  }
}
.receive_top .intro span {
  color: #eb663e;
}
.receive_top .flow {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  counter-reset: number 0;
}
@media screen and (max-width: 767px) {
  .receive_top .flow {
    margin-top: 30px;
  }
}
.receive_top .flow > li {
  width: calc((100% - 50px) / 2);
  counter-increment: number 1;
  position: relative;
}
@media screen and (max-width: 999px) {
  .receive_top .flow > li {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .receive_top .flow > li:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 999px) {
  .receive_top .flow > li:not(:last-child)::after {
    content: "\f063";
    font-family: "font awesome 6 free";
    font-weight: 900;
    color: #f39023;
    font-size: 25px;
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
  }
}
.receive_top .flow > li:not(:last-child) .box::after {
  content: "\f061";
  font-family: "font awesome 6 free";
  font-weight: 900;
  color: #f39023;
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .receive_top .flow > li:not(:last-child) .box::after {
    display: none;
  }
}
.receive_top .box {
  position: relative;
}
.receive_top .box h3 {
  padding: 20px 20px 20px 75px;
  background-color: #f39023;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .receive_top .box h3 {
    font-size: 18px;
  }
}
.receive_top .box h3::before {
  position: absolute;
  display: block;
  content: counter(number, decimal-leading-zero) "";
  background-color: #fff;
  color: #f39023;
  font-size: 18px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .receive_top .box h3::before {
    font-size: 16px;
    width: 35px;
    line-height: 35px;
  }
}
.receive_top .box .photo {
  border: solid 1px #f39023;
  border-radius: 0px 0px 10px 10px;
  background-color: #fff;
  text-align: center;
}
.receive_top .box .photo img {
  border-radius: 0px 0px 10px 10px;
}
.receive_top .disc {
  margin-top: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .receive_top .disc {
    margin-top: 10px;
  }
}

.receive_link {
  margin-top: 50px;
}
.receive_link .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.receive_link .list > li {
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 999px) {
  .receive_link .list > li {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .receive_link .list > li:nth-child(n+2) {
    margin-top: 10px;
  }
}
.receive_link .list > li a {
  display: block;
  height: 70px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  border: solid 1px #f39023;
  font-weight: 600;
  position: relative;
}
.receive_link .list > li a::after {
  position: absolute;
  display: block;
  content: "\f105";
  font-family: "font awesome 6 free";
  color: #f39023;
  font-weight: 900;
  right: 20px;
}

.receive_shop {
  margin-top: 80px;
}
.receive_shop .link {
  text-align: center;
}

.receive_way {
  margin-top: 80px;
}
.receive_way .member {
  background-color: rgba(243, 144, 35, 0.2);
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .receive_way .member {
    padding: 20px;
  }
}
.receive_way .member .text {
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
.receive_way .member .arrow_btn {
  background-color: #f39023;
  max-width: 300px;
  margin: 25px auto 0;
}
.receive_way .flow {
  margin-top: 40px;
}
.receive_way .flow > li:not(:last-child) {
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .receive_way .flow > li:not(:last-child) {
    margin-bottom: 40px;
  }
}
.receive_way .flow > li:not(:last-child)::after {
  content: "\f107";
  font-family: "font awesome 6 free";
  font-weight: 600;
  color: #f39023;
  font-size: 30px;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .receive_way .flow > li:not(:last-child)::after {
    font-size: 25px;
    bottom: -35px;
  }
}
.receive_way .flow .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  color: #f39023;
  font-weight: 600;
  margin-bottom: 15px;
}
.receive_way .flow .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: end;
  -webkit-align-items: end;
  align-items: end;
  line-height: 1;
  margin-right: 20px;
}
.receive_way .flow .num span {
  font-size: 30px;
}
.receive_way .flow h4 {
  font-size: 18px;
}
.receive_way .flow .box {
  padding: 30px;
  background-color: #fff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  counter-reset: number 0;
}
.receive_way .flow .box > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}
.receive_way .flow .box > li:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  .receive_way .flow .box > li:nth-child(n+2) {
    margin-top: 40px;
  }
}
.receive_way .flow .box > li > div {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 999px) {
  .receive_way .flow .box > li > div {
    width: 100%;
  }
}
.receive_way .flow .box .right {
  text-align: center;
}
@media screen and (max-width: 999px) {
  .receive_way .flow .box .right {
    margin-top: 20px;
  }
}
.receive_way .flow .box h5 {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .receive_way .flow .box h5 {
    font-size: 16px;
  }
}
.receive_way .flow .box h5.point::before {
  margin-right: 8px;
  display: inline-block;
  counter-increment: number 1;
  content: counter(number) "";
  background-color: #f39023;
  color: #fff;
  width: 25px;
  line-height: 25px;
  text-align: center;
}
.receive_way .flow .box p {
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .receive_way .flow .box p {
    margin-top: 10px;
  }
}

.receive_pick {
  margin-top: 40px;
}
.receive_pick .inner {
  padding: 30px;
  background-color: rgba(243, 144, 35, 0.2);
}
@media screen and (max-width: 767px) {
  .receive_pick .inner {
    padding: 15px 15px 20px;
  }
}
.receive_pick .pick_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  border-bottom: solid 1px #0b0b0b;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .receive_pick .pick_ttl {
    -ms-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 20px;
  }
}
.receive_pick .pick_ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  width: 20px;
  height: 20px;
  background-color: #fde2bd;
  border-right: solid 1px #0b0b0b;
  border-bottom: solid 1px #0b0b0b;
  transform: translateX(-50%) rotate(45deg);
}
.receive_pick .pick_ttl h3 {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .receive_pick .pick_ttl h3 {
    padding: 10px 0 0;
    text-align: center;
  }
}
.receive_pick .pick_ttl span {
  color: #eb663e;
}
.receive_pick .desc {
  margin-top: 25px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .receive_pick .desc {
    font-size: 13px;
  }
}
.receive_pick .link {
  margin-top: 20px;
}
.receive_pick .link .arrow_btn {
  max-width: 300px;
  margin: 0 auto;
  background-color: #f39023;
}
.receive_pick .link .arrow_btn::after {
  content: "\f08e";
}

.receive_note {
  margin-top: 80px;
}
.receive_note .list li {
  position: relative;
  padding-left: 2em;
  line-height: 1.8;
}
.receive_note .list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.receive_note .list li:nth-child(n+2) {
  margin-top: 15px;
}/*# sourceMappingURL=style.css.map */