/* CSS Document */
/* ========================================

	.fix-btn_box(検索BOX)

 ======================================== */
.fix-btn_box {
	display: none;
  padding: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 70px;
  z-index: -2;
  width: 100%
}
.is-search_fixed .fix-btn_box {
  position: fixed;
  top: 70px;
  z-index: 4;
  -webkit-transition: top .2s;
  -o-transition: top .2s;
  transition: top .2s
}
.is-search_fixed .index .fix-btn_box {
  top: 75pt
}
.end .fix-btn_box {
  display: none
}
.fix-btn_box .wrap {
  position: relative;
  padding: 0;
  height: 0;
  max-width: 1780px
}
.fix-btn_search {
  position: absolute;
  right: 1pc;
  top: 0;
  margin-top: 50px;
  z-index: 1
}
.is-fixed_side .fix-btn_search {
  opacity: 1
}
.fix-btn_search a {
  display: block;
  width: 90px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 90px;
  text-decoration: none !important;
  position: relative
}
.fix-btn_search a:before {
  content: "\e902";
  font-family: icoset;
  position: absolute;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 3pc;
  height: 3pc;
  display: block;
  bottom: 20.5px;
  left: 50%;
  margin-left: -20px;
  font-size: 4.8rem
}
.fix-btn_search a:after {
  content: "";
  width: 34px;
  height: 34px;
  display: block;
  background: #fff;
  position: absolute;
  left: 29px;
  bottom: 31px;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.isOtherDevice .fix-btn_search a:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.fix-btn_search span {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  background: #5fcad6;
  text-align: center;
  padding: 8px 0 6px
}
.fix-btn_delivery {
  opacity: 0;
  position: absolute;
  right: 1pc;
  top: 15px;
  width: 90px;
  height: 118px;
  z-index: 2
}
.is-search_fixed .fix-btn_delivery {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1
}
.fix-btn_delivery i.fix-btn_close {
  display: none
}
.fix-btn_delivery a {
  display: block;
  background-color: #99986b;
  background: -webkit-gradient(linear, left top, right top, from(#99986b), color-stop(50%, #99986b), color-stop(50%, #9e9d73), to(#9e9d73));
  background: -webkit-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
  background: -o-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 50%, #9e9d73);
  background: -webkit-gradient(linear, left top, right top, from(#99986b), color-stop(50%, #99986b), color-stop(0, #9e9d73), to(#9e9d73));
  background: -o-linear-gradient(left, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
  background: linear-gradient(90deg, #99986b, #99986b 50%, #9e9d73 0, #9e9d73);
  background-size: 9pt 9pt;
  text-decoration: none !important;
  color: #fff;
  text-align: center;
  padding: 38px 0 15px;
  border-radius: 8px;
  position: relative
}
.fix-btn_delivery a:after {
  content: "\e905";
  font-family: icoset;
  position: absolute;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 62px;
  height: 3pc;
  top: -13px;
  left: 50%;
  margin-left: -31px;
  -webkit-animation: b 1s infinite alternate linear;
  animation: b 1s infinite alternate linear;
  font-size: 5.5rem;
  text-shadow: #99986b 3px 0 0, #99986b -3px 0 0, #99986b 0 -3px 0, #99986b 0 3px 0, #99986b 3px 3px 0, #99986b -3px 3px 0, #99986b 3px -3px 0, #99986b -3px -3px 0, #99986b 2px 3px 0, #99986b -2px 3px 0, #99986b 2px -3px 0, #99986b -2px -3px 0, #99986b 3px 2px 0, #99986b -3px 2px 0, #99986b 3px -2px 0, #99986b -3px -2px 0, #99986b 2px 0 0, #99986b -2px 0 0, #99986b 0 -2px 0, #99986b 0 2px 0, #99986b 2px 2px 0, #99986b -2px 2px 0, #99986b 2px -2px 0, #99986b -2px -2px 0, #99986b 1px 2px 0, #99986b -1px 2px 0, #99986b 1px -2px 0, #99986b -1px -2px 0, #99986b 2px 1px 0, #99986b -2px 1px 0, #99986b 2px -1px 0, #99986b -2px -1px 0, #99986b 1px 1px 0, #99986b -1px 1px 0, #99986b 1px -1px 0, #99986b -1px -1px 0
}
.fix-btn_delivery a span {
  font-size: 1.4rem;
  line-height: 1.2
}
.fix-btn_delivery a span em {
  font-size: 1.8rem;
  font-weight: 700
}
.isOtherDevice .fix-btn_delivery a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#838252), color-stop(50%, #838252), color-stop(50%, #8c8b5b), to(#8c8b5b));
  background: -webkit-linear-gradient(left, #838252, #838252 50%, #8c8b5b 0, #8c8b5b);
  background: -o-linear-gradient(left, #838252, #838252 50%, #8c8b5b 50%, #8c8b5b);
  background: -webkit-gradient(linear, left top, right top, from(#838252), color-stop(50%, #838252), color-stop(0, #8c8b5b), to(#8c8b5b));
  background: -o-linear-gradient(left, #838252, #838252 50%, #8c8b5b 0, #8c8b5b);
  background: linear-gradient(90deg, #838252, #838252 50%, #8c8b5b 0, #8c8b5b);
  background-size: 9pt 9pt
}
.is-search {
  overflow-y: hidden
}
.modal-pullMenu_box {
  display: none
}
.modal-overlay {
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  cursor: pointer;
  -webkit-animation: d .3s;
  animation: d .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: -3;
  background: transparent
}
.is-search .modal-overlay {
  background: rgba(0, 0, 0, .7);
  z-index: 5;
  -webkit-animation: c .3s;
  animation: c .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 1
}
.modal-search {
  background: #fff;
  z-index: 6;
  width: 25pc;
  height: 100vh;
  position: fixed;
  right: -25pc;
  top: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}
.is-search .modal-search, .modal-search {
  -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
  -o-transition: right .6s cubic-bezier(.19, 1, .22, 1);
  transition: right .6s cubic-bezier(.19, 1, .22, 1)
}
.is-search .modal-search {
  right: 0
}
.modal-search_cover {
  position: relative;
  padding: 30px;
  color: #fff
}

.modal-search_cover .button {
width: 100%;
}

.modal-search_cover .button a {
  text-decoration: none !important;
  color: #fff
}
/*.isOtherDevice .modal-search_cover a:hover {
  color: #c83250
}*/
.modal-close.top {
  position: absolute;
  right: 10px;
  top: 5px;
  text-align: right
}
.modal-close.top a {
  display: inline-block;
  padding-right: 1.2em;
  font-size: 1.2rem;
  position: relative
}
.modal-close.top a:after {
  /*content: "\e91b";
  font-family: defico;*/
  content: "×";
  position: absolute;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  right: 0;
  top: .43em
}
.modal-close.top a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #c83250;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}
.isOtherDevice .modal-close.top a:hover:before {
  opacity: 1
}
.modal-close.btm {
  margin-top: 20px
}
.modal-close.btm .modal-close_btn {
  width: 100%;
  background: #444;
  color: #fff !important;
  display: block;
  text-align: center;
  min-height: 36px;
  padding-top: 9px
}
.isOtherDevice .modal-close.btm .modal-close_btn {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}
.isOtherDevice .modal-close.btm .modal-close_btn:hover {
  opacity: .7
}
.modal-search_ttl {
  font-size: 2rem;
  line-height: 1.3;
  text-align: center
}
.modal-search_subttl {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.3
}
.modal-search_box {
  margin-top: 20px;
  font-size: 1.5rem
}
.modal-search_box ~ .modal-search_box {
  border-top: 1px dashed #444;
  margin-top: 20px;
  padding-top: 20px
}
.modal-search_box button, .modal-search_box input[type=button], .modal-search_box input[type=file], .modal-search_box input[type=submit], .modal-search_box label, .modal-search_box option, .modal-search_box select {
  cursor: pointer;
  font-family: メイリオ, Meiryo, Droid Sans, HiraKakuProN-W3, HiraKakuPro-W3, ヒラギノ角ゴ ProN W3, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic ProN, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  position: relative;
  z-index: 1;
  background: transparent
}
.modal-search_box input, .modal-search_box select {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #444;
  font-size: 1.5rem;
  border-radius: 0;
  padding: 5px 10px;
  height: 36px
}
.modal-search_box select::-ms-expand {
  display: none
}
.modal-search_box .btn-submit {
  background: #444;
  color: #fff;
  font-size: 1.5rem;
  padding: 5px;
  height: 36px;
  vertical-align: top;
}
.isOtherDevice .modal-search_box .btn-submit {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s
}
.isOtherDevice .modal-search_box .btn-submit:hover {
  opacity: .7
}
.modal-keywords_box fieldset:after {
  content: "";
  display: block;
  clear: both
}
.modal-keywords_box fieldset .query {
  width: calc(100% - 5pc);
  float: left
}
.modal-keywords_box fieldset .btn-submit {
  width: 70px;
  float: right
}
.modal-select_box .btn-submit {
  /*margin-top: 10px;*/
  width: 100%
}
.modal-select_box .search-select_cover {
  margin-top: 5px
}
.modal-select_box .search-select_cover:after {
  content: "";
  display: block;
  clear: both
}
.modal-select_box .search-select_cover .select {
  width: calc(50% - 1em);
  float: left;
  position: relative
}
.modal-select_box .search-select_cover .select:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0;
  border-color: #444 transparent transparent;
  margin-top: -3px
}
.modal-select_box .search-select_cover .select ~ .select {
  float: right
}
.modal-select_box .search-select_cover .select ~ .select:before {
  content: "\e91b";
  font-family: defico;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  position: absolute;
  left: -1.6em;
  top: 13px
}
.modal-select_box .search-select_cover select {
  width: 100%;
  background: transparent;
  padding-right: 1.6em
}
.modal-item_link .item-link_list dt {
  border-top: 1px dashed #444;
  margin-top: 18px;
  padding-top: 18px
}
.modal-item_link .item-link_list dt.noborder, .modal-item_link .item-link_list dt:first-child {
  border: 0;
  margin-top: -5px;
  padding: 0
}
.modal-item_link .item-link_list dt.noborder {
  margin-top: 9pt
}
.modal-item_link .item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 103%;
  margin-left: -3%;
  margin-top: 6px
}
.modal-item_link .item-link li {
  width: 47%;
  margin-left: 3%
}
.modal-item_link .item-link li:nth-child(n+3) {
  margin-top: 3px
}
.modal-item_link .item-link a {
  display: block;
  position: relative;
  padding-left: 1em
}
.modal-item_link .item-link a:after {
  content: "\e914";
  font-family: defico;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #444;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: .3em
}
.isOtherDevice .modal-item_link .item-link a:hover span {
  text-decoration: underline
}
.modal-item_link .item-link span {
  display: inline-block
}
.js-fix-btn_search {
  display: none !important
}