@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  color: #333333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, FontAwesome !important;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #333333;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input:focus, select:focus {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* form clear */
  /*   -webkit-appearance: none !important;*/
}

/* --------------------
Common
-------------------- */
/*.container h1, .container h2, .container h3, .container p, .container a {
  color: #000;
  font-size: 12px;
  line-height: 1.5em;
}*/
.container .bold {
  font-weight: bold;
}

/* ----- Clearfix ----- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*---------------------------------------------------------
  Common
*/
.fl_left {
  float: left;
}

.fl_right {
  float: right;
}

.pc_contents {
  display: block !important;
}

.sp_contents {
  display: none !important;
}

.pc_contents_common {
  display: block !important;
}

.sp_contents_common {
  display: none !important;
}

.sp_br {
  display: none;
}

.pc_br {
  display: inline;
}

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

@media screen and (max-width: 769px) {
  .pc_contents {
    display: none !important;
  }
  .sp_contents {
    display: block !important;
  }
  .sp_br {
    display: inline;
  }
  .pc_br {
    display: none;
  }
}

/* -------------------------
    bp
------------------------- */
.search {
  max-width: 730px;
  margin: 0 auto;
  padding-bottom: 180px;
}

@media (max-width: 768px) {
  .search {
    width: 92%;
    padding-bottom: 100px;
  }
}

.search h2 {
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 800;
  font-family: Raleway, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, FontAwesome !important;
}

@media (max-width: 768px) {
  .search h2 {
    font-size: 26px;
    line-height: 46px;
    margin-bottom: 40px;
  }
}

.search h2 span {
  display: block;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  font-weight: 500;
  margin: 8px 0 0;
  letter-spacing: 0em;
}

@media (max-width: 768px) {
  .search h2 span {
    font-size: 12px;
    margin: 0 0;
  }
}

.search input[type="text"],
.search select {
  height: 50px;
  border: 1px solid #cccccc;
  padding-left: 20px;
  border-radius: 0;
}

.search input[type="text"]::-webkit-input-placeholder,
.search select::-webkit-input-placeholder {
  color: #707070;
  font-size: 10px;
}

.search input[type="text"]:-ms-input-placeholder,
.search select:-ms-input-placeholder {
  color: #707070;
  font-size: 10px;
}

.search input[type="text"]::-ms-input-placeholder,
.search select::-ms-input-placeholder {
  color: #707070;
  font-size: 10px;
}

.search input[type="text"]::placeholder,
.search select::placeholder {
  color: #707070;
  font-size: 10px;
}

.search input[type="radio"] {
  -webkit-appearance: none;
  display: none;
}

.search .particularSearchPage-freeWord-title {
  width: 190px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #111111;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .search .particularSearchPage-freeWord-title {
    width: 100%;
    text-align: center;
    margin-bottom: 23px;
  }
}

.search .input-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.search .input-wrap .particularSearchPage-freeWord-title {
  padding: 0;
}

@media (max-width: 768px) {
  .search .input-wrap {
    display: block;
  }
}

.search .input-wrap .title_input-text {
  height: 50px;
  line-height: 50px;
}

@media (max-width: 768px) {
  .search .input-wrap .title_input-text {
    height: auto;
    line-height: 1;
  }
}

.search .input-wrap .input-area {
  width: calc(100% - 190px);
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .search .input-wrap .input-area {
    width: 100%;
    margin-bottom: 40px;
  }
}

.search .input-wrap .select_brand {
  -webkit-appearance: none;
  position: relative;
  background-image: url("./icon_arrow_select.svg");
  background-repeat: no-repeat;
  background-size: 12px 6px;
  background-position: center right 20px;
}

.search .input-wrap .select_brand.is-empty {
  color: #707070;
  font-size: 10px;
}

@media (max-width: 768px) {
  .search .input-wrap .title_radio {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .search .input-wrap .fs-c-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.search .input-wrap .fs-c-radio__label {
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media (max-width: 768px) {
  .search .input-wrap .fs-c-radio__label {
    margin: 0 30px;
    height: 14px;
  }
}

.search .input-wrap .fs-c-radio__radioMark {
  display: block;
  width: 14px;
  min-width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #C6A254;
  margin-right: 10px;
  position: relative;
}

@media (max-width: 768px) {
  .search .input-wrap .fs-c-radio__radioMark {
    margin-right: 16px;
  }
}

.search .input-wrap .fs-c-radio__radio:checked + label .fs-c-radio__radioMark::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #C6A254;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.search .input-wrap .fs-c-radio__labelText {
  font-size: 14px;
  color: #6E6E6E;
  line-height: 16px;
  margin-right: 60px;
}

@media (max-width: 768px) {
  .search .input-wrap .fs-c-radio__labelText {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
  }
}

.search .input-wrap .fs-c-inputTextGroup.input-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search .input-wrap .fs-c-inputTextGroup.input-area .icon {
  color: #707070;
  font-size: 12px;
  margin: 0;
}

.search .input-wrap .fs-c-inputTextGroup.input-area .fs-c-inputTextGroup__item {
  width: 43.5%;
  max-width: 43.5%;
  margin: 0;
}

.search .input-wrap .fs-c-inputTextGroup.input-area .fs-c-inputTextGroup__item input {
  width: 100%;
}

.search .fs-p-productSearch__searchButtonContainer {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .search .fs-p-productSearch__searchButtonContainer {
    margin-top: 70px;
  }
}

.search .fs-p-productSearch__searchButtonContainer button {
  width: 220px;
  max-width: 220px;
  height: 50px;
  line-height: 50px;
  background-color: #C6A254;
  border-radius: 0;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 !important;
}

.search .fs-p-productSearch__searchButtonContainer button::after {
  content: "";
  width: 8px;
  height: 100%;
  background-image: url("./icon_arrow_button.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 16px;
  -webkit-transform: none;
          transform: none;
  border: none;
}

.br_sp-s {
  display: none;
}

@media screen and (max-width: 380px) {
  .br_sp-s {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .l-inner {
    padding: 0;
  }
}
/*# sourceMappingURL=style.css.map */