@charset "UTF-8";
/*共通*/
html {
  font-size: 62.5%;
}
body {
  background: #ffffff;
  color: #212121;
  font-family: "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, "sans-serif";
  /*font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;*/
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
    padding-top: 40px; /* header_fix の高さ分だけ余白をつける */
}
header {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 1.5rem;
  position: relative;
}
a {
  color: #111111;
  text-decoration: none;
}
ul {
  margin-left: -40px;
}
li {
  list-style: none;
}n
img {
  max-width: 100%
}
.clear {
  clear: both
}
.white {
  color: var(--color_wh) !important;
  /*IE*/ color: #FCFCFC !important;
}
.white a {
  color: var(--color_wh) !important;
  /*IE*/ color: #FCFCFC !important;
}
#header_fix {
    position: fixed; /* 画面の上部に固定 */
    top: 0;
  width: 100%;
  max-width: 1280px;
  text-align: center;
  display: block;
	margin: 0 auto;
    background: rgba(255, 255, 255, 0.7); /* 白色を70%透過 */
    z-index: 9998; /* 最前面に表示 */
    backdrop-filter: blur(5px); /* 背景を少しぼかす（オプション） */
}
/*h2コンテンツタイトル*/
.contents_title {
  font-family: Futura, sans-serif;
  font-weight: normal;
  text-align: center;
  margin: 3.5rem auto 2rem;
  padding: 0;
  font-size: 2.8rem;
  color: #111111;
}
.contents_title span {
  font-size: 1.1rem;
}
/*もっと見る*/
.more_button {
  text-align: right;
}
.more_button a {
  display: inline-block;
  font-size: 1.4rem;
  margin: 1rem 1rem 1.5rem auto;
}
.more_button a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(https://aqua-garage.jp/img/allow_left.png);
  background-size: contain;
  margin-left: 5px;
}
.more_button a:hover {
  text-decoration: underline;
}
.concept {
  font-size: .87rem;
  padding: 4px 8px;
}
/*ヘッダメニューコンテンツ*/
#global-nav {
  background: #fff;
  width: 100%;
  z-index: 9999;
}
#global-nav.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
}
#global-nav .header_menu ul {
  width: 100%;
  max-width: 800px;
  padding: .5rem 0;
  margin: 0 auto 1rem;
  list-style: none;
  font-size: 1.3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#global-nav .header_menu ul li {
  border-right: 1px solid #C7C7C7;
  text-align: center;
  padding: .75rem 0;
}
#global-nav .header_menu ul li:last-child {
  border-right: 0;
}
#global-nav .header_menu ul li a {
  display: block;
  text-decoration: none;
  width: 95%;
  margin: 0 auto;
}
#global-nav .header_menu ul li span{
  color:#FFFFFF;
	background-color: #DD0000
}
@media screen and (max-width:767px) {
  #global-nav .header_menu ul {
    font-size: 1.1rem;
  }
#global-nav .header_menu ul li {
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
	}
body {
    padding-top: 35px; /* header_fix の高さ分だけ余白をつける */
}
}
@media screen and (max-width:320px) {
  #global-nav .header_menu ul {
    font-size: .85rem;
  }
}
/*インフォメーション*/
.informationBox {
  width: 90%;
  border: 1px solid var(--color_ltgy);
  /*IE*/ border: 1px solid #B6B6B6;
  padding: .6rem;
  margin: 0 auto 1rem;
}
.w970 {
  max-width: 970px;
}
.information {
  color: #8C7E5D;
  font-size: 1rem;
  margin: .5rem 1%;
}
.informationBox a {
  text-decoration: underline;
  color: #8C7E5D;
}
/*帯*/
.obi {
  width: 100%;
  margin: .3rem auto;
  text-align: center;
  padding: 0;
}
.obi img {
  display: block;
  width: 100%;
  max-width: 800px;
  padding: 0;
  margin: 0 auto;
}
/*　ヘッダーエリア　*/
#aquagarage_logo {
  display: block;
  margin: 5px 8px 0 14px;
  width: 45%;
  max-width: 240px;
  /*z-index : 9999999;*/
  z-index: 1;
}
#aquagarage_logo img {
  width: 100%;
}
.searchbox_head {
  width: 230px;
  position: absolute;
  right: 130px;
  top: 8px;
}
.searchbox_head .fs-p-searchForm__input {
  width: calc(100% - 32px) !important;
}
.searchbox_head .fs-p-searchForm__button {
  width: 32px !important;
  height: 32px !important;
}
.searchbox_head .fs-p-searchForm__button::before {
  font-size: 2.2rem;
  line-height: 32px !important;
}
.cart {
  right: 40px;
  top: 10px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  /*z-index : 9999999;*/
  display: block;
  /*position: fixed;*/
  position: absolute;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.mypage {
  right: 78px;
  top: 8px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  /*z-index : 9999999;*/
  display: block;
  /*position: fixed;*/
  position: absolute;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.cart a, .mypage a {
  text-decoration: none;
  color: #111111 !important;
}
/*絞り込み検索*/

.menu-drawer .dmenu_btn {
  right: 0;
  top: 8px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  /*z-index : 9999999;*/
  display: block;
  /*position: fixed;*/
  position: absolute;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.menu-drawer .dmenu_btn {
  right: 0;
  top: 8px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  /*z-index : 9999999;*/
  display: block;
  /*position: fixed;*/
  position: absolute;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.menu-drawer .dmenu_btn::before, .menu-drawer .dmenu_btn::after {
  font-family: 'icomoon' !important;
}
.menu-drawer .dmenu_btn::before {
  content: "\e900";
}
.menu-drawer .dmenu_btn::after {
  content: "\e91f";
}
.menu-drawer .dmenu_other {
  /*background: rgba(0, 0, 0, 0.2);*/
  top: -35px;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu-drawer .content {
  position: absolute;
  right: 0;
  display: table;
  background: #fff;
  width: 100%;
  height: 100vh;
  top: 42px;
  text-align: left;
  padding: 10px 10px 80px;
}
.menu-drawer .content #content_inner {
  height: 100%;
  overflow-y: scroll;
}
.menu-drawer .content ul {
  overflow: auto;
}
@media screen and (min-width: 560px) {
  .menu-drawer .content {
    width: 500px;
  }
}
.menu-drawer .content a i {
  font-size: 20px;
  padding: 6px;
}
.menu-drawer .content p {
  color: #858585;
}
.menu-drawer .dmenu_other {
  position: fixed;
}
.menu-drawer .dmenu_btn, .menu-drawer .content {
  z-index: 1001;
}
.menu-drawer .dmenu_other {
  z-index: 1000;
}
.menu-drawer #chk {
  display: none;
}
.menu-drawer #chk ~ .dmenu_btn::before {
  display: block;
}
.menu-drawer #chk ~ .dmenu_btn::after {
  display: none;
}
.menu-drawer #chk ~ .dmenu_other {
  display: none;
}
.menu-drawer #chk:checked ~ .dmenu_btn::before {
  display: none;
}
.menu-drawer #chk:checked ~ .dmenu_btn::after {
  display: block;
}
.menu-drawer #chk:checked ~ .dmenu_other {
  display: block;
}
.menu-drawer #chk ~ .content {
  transform: translate(350%, 0);
  transition: transform 0.3s ease-in-out;
}
.menu-drawer #chk:checked ~ .content {
  transform: none;
}
#accordion-search div {
  margin: 0;
  padding: .1rem 0 1rem;
  text-align: center;
}
input.cb_white[type="checkbox"] {
  position: relative;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 8px;
  border: 2px solid #ccc;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
}
input.cb_white[type="checkbox"]:checked {
  border: none;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='16'><rect fill='%23fff' width='16' height='16'/><path fill='none' stroke='%23000' stroke-width='2' d='M12.6,5.17l-5.66,5.66L3.4,7.29'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
}
input.cb_black[type="checkbox"] {
  position: relative;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 8px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
}
input.cb_black[type="checkbox"]:checked {
  border: none;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='16'><rect fill='%23000' width='16' height='16'/><path fill='none' stroke='%23fff' stroke-width='2' d='M12.6,5.17l-5.66,5.66L3.4,7.29'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
}
input.cb_gray[type="checkbox"] {
  position: relative;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 8px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #9F9F9F;
}
input.cb_gray[type="checkbox"]:checked {
  border: none;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='16'><rect fill='%239f9f9f' width='16' height='16'/><path fill='none' stroke='%23fff' stroke-width='2' d='M12.6,5.17l-5.66,5.66L3.4,7.29'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
}
input.cb_red[type="checkbox"] {
  position: relative;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 8px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #FF0000;
}
input.cb_red[type="checkbox"]:checked {
  border: none;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='16'><rect fill='%23f00' width='16' height='16'/><path fill='none' stroke='%23fff' stroke-width='2' d='M12.6,5.17l-5.66,5.66L3.4,7.29'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
}
input.cb_orange[type="checkbox"] {
  position: relative;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 8px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #E85E07;
}
input.cb_orange[type="checkbox"]:checked {
  border: none;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='16'><rect fill='%23E85E07' width='16' height='16'/><path fill='none' stroke='%23fff' stroke-width='2' d='M12.6,5.17l-5.66,5.66L3.4,7.29'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
}
input.cb_brown[type="checkbox"] {
  position: relative;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 8px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #6D3317;
}
input.cb_brown[type="checkbox"]:checked {
  border: none;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='16'><rect fill='%236D3317' width='16' height='16'/><path fill='none' stroke='%23fff' stroke-width='2' d='M12.6,5.17l-5.66,5.66L3.4,7.29'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
}
input.cb_yellow[type="checkbox"] {
  position: relative;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 8px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #F3C41B;
}
input.cb_yellow[type="checkbox"]:checked {
  border: none;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='16'><rect fill='%23F3C41B' width='16' height='16'/><path fill='none' stroke='%23fff' stroke-width='2' d='M12.6,5.17l-5.66,5.66L3.4,7.29'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
}
input.cb_beige[type="checkbox"] {
  position: relative;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 8px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #C0AD9A;
}
input.cb_beige[type="checkbox"]:checked {
  border: none;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='16'><rect fill='%23C0AD9A' width='16' height='16'/><path fill='none' stroke='%23fff' stroke-width='2' d='M12.6,5.17l-5.66,5.66L3.4,7.29'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
}
input.cb_khaki[type="checkbox"] {
  position: relative;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 8px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #4E642E;
}
input.cb_khaki[type="checkbox"]:checked {
  border: none;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='16'><rect fill='%234E642E' width='16' height='16'/><path fill='none' stroke='%23fff' stroke-width='2' d='M12.6,5.17l-5.66,5.66L3.4,7.29'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
}
input.cb_green[type="checkbox"] {
  position: relative;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 8px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0C7500;
}
input.cb_green[type="checkbox"]:checked {
  border: none;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='16'><rect fill='%230C7500' width='16' height='16'/><path fill='none' stroke='%23fff' stroke-width='2' d='M12.6,5.17l-5.66,5.66L3.4,7.29'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
}
input.cb_blue[type="checkbox"] {
  position: relative;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 8px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000BB5;
}
input.cb_blue[type="checkbox"]:checked {
  border: none;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='16'><rect fill='%23000BB5' width='16' height='16'/><path fill='none' stroke='%23fff' stroke-width='2' d='M12.6,5.17l-5.66,5.66L3.4,7.29'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
}
input.cb_pink[type="checkbox"] {
  position: relative;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 8px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #FA3989;
}
input.cb_pink[type="checkbox"]:checked {
  border: none;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='16'><rect fill='%23FA3989' width='16' height='16'/><path fill='none' stroke='%23fff' stroke-width='2' d='M12.6,5.17l-5.66,5.66L3.4,7.29'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
}
input.cb_purple[type="checkbox"] {
  position: relative;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 8px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #AA0BC2;
}
input.cb_purple[type="checkbox"]:checked {
  border: none;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='16'><rect fill='%23AA0BC2' width='16' height='16'/><path fill='none' stroke='%23fff' stroke-width='2' d='M12.6,5.17l-5.66,5.66L3.4,7.29'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
}
#de_search {
  width: 100%;
  display: block;
  /*background-color: #FAFAFA;*/
  padding: 1rem;
  margin: 0;
}
.de_search_div {
  width: 100%;
  max-width: 860px;
  margin: 1rem auto;
}
.de_search_div tr {
  width: 92%;
  text-align: left;
}
.de_search_div p {
  font-weight: bold;
}
.de_search_div tr td {
  width: 75%;
}
.de_search_price {
  width: 100%;
}
.de_search_price span.price_text {
  width: 45%;
}
.de_search_price span {
  display: inline-block;
}
.ct_select label {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.ct_select label::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
}
.ct_select select {
  appearance: none;
  width: 90%;
  height: 2.8em;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: 1px solid #cccccc;
  background-color: #fff;
  font-size: 1em;
  cursor: pointer;
}
input[type=checkbox] {
  display: none;
}
.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.checkbox01::before {
  background: #fff;
  border: 1px solid #231815;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.checkbox01::after {
  border-right: 3px solid #716D55;
  border-bottom: 3px solid #716D55;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
  pointer-events: auto;
}
.hot_words_sp {
  width: 96%;
  margin: 0 auto;
}
.hot_words_sp p {
  padding: 0;
  margin: .45rem;
  font-size: 1.2rem;
  text-align: center;
}
.hot_words_sp span a {
  padding: 4px 6px;
  border: 1px solid #402B17;
  border-radius: 5px;
  color: #402B17;
  font-size: 1rem;
  float: left;
  margin: 3px;
  background-color: #FFFFFF;
  text-decoration: none;
}
.sp_none span {
  font-weight: bold
}
.menu-primary li {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #DDD;
}
.menu-primary li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.menu-primary li:hover {
  background: #F1F1F1;
}
.menu-primary li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration: none;
}
/*===============
カテゴリアコーディオン
=================*/
.search_banner .accordion_wrap {
  width: 100%;
  padding: 8px;
  margin: 0 auto;
}
.search_banner .accordion_wrap .accordion_header {
  height: 40px;
  line-height: 40px;
  text-align: left;
  position: relative;
  z-index: +1;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  transition-duration: 0.1s;
}
.search_banner .accordion_wrap:nth-of-type(2) .accordion_header {}
.search_banner .accordion_wrap:nth-of-type(3) .accordion_header {}
.search_banner .accordion_wrap .accordion_header:hover {
  opacity: .8;
}
.search_banner .accordion_wrap .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
}
.search_banner .accordion_wrap .accordion_header .i_box .wrap_i {
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  position: relative;
}
.search_banner .accordion_wrap .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  right: 7%;
}
.search_banner .accordion_wrap .accordion_header .i_box .wrap_i:before, .search_banner .accordion_wrap .accordion_header .i_box .wrap_i:after {
  display: flex;
  content: '';
  background-color: #ccc;
  border-radius: 10px;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 3px;
  left: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
}
.search_banner .accordion_wrap .accordion_header .i_box .wrap_i:before {
  width: 2px;
  height: 10px;
  top: 5px;
  left: 5px;
}
.search_banner .accordion_wrap .accordion_header.open .i_box .wrap_i:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 2px;
  height: 10px;
  top: -5px;
  left: 9px;
}
.search_banner .accordion_wrap .accordion_header.open .i_box .wrap_i:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 10px;
  height: 2px;
  position: absolute;
  top: 3px;
  left: 1px;
}
.search_banner .accordion_wrap .accordion_inner {
  display: none;
  box-sizing: border-box;
}
.menu-category img {
  max-width: 35px;
  height: auto;
  vertical-align: top;
  margin: 0;
  margin-right: .8em;
}
.search_banner .accordion_wrap .accordion_inner p.txt_a_ac {
  margin: 0;
  background: #f7f7f7;
  border-bottom: 1px dashed #FFFFFF;
}
.txt_a_ac a {
  height: 40px;
  text-indent: 30px;
  line-height: 40px;
  display: block;
  color: #111;
}
/*下に固定するメニュー*/
.footerNavi {
  display: block;
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  max-width: 100%;
  background-color: #FFFFFF;
  z-index: 9999;
  padding: 0 0 10px 0;
  text-align: center;
}
.footerNavi_wrapper {
  /*display: flex;
    display: -webkit-flex;*/
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  list-style-type: none;
  width: 200px;
  text-align: center;
  font-size: 32px;
  line-height: 1rem;
}
.footerNavi_wrapper li {
  width: 50%;
  float: left;
}
.footerNavi_wrapper li a {
  width: 100%;
  display: block;
}
.footerNavi_wrapper li a span {
  font-size: .95rem;
}
.fs-p-cartItemNumber {
  font-size: 1.1rem !important;
  padding: 0.35em 0.5em !important;
  top: 0 !important;
  right: 10px !important;
}
/*会員特典テキスト*/
.WelcomeMembers {
  width: 97%;
  max-width: 480px;
  margin: 0 auto 1.5rem;
  background-color: #F3E3D0;
  padding: 1rem;
}
.WelcomeMembers ul {
  width: 100%;
  max-width: 400px;
  padding: 0;
  margin: 0 auto;
  font-size: 0;
  font-family: Arial, sans-serif;
  /*font-family: 'YakuHanJP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"*/
}
.WelcomeMembers li p {
  float: left;
  margin: .3rem .3rem 0 0;
  font-size: 1rem;
  padding: .2rem .7rem;
  background-color: #8A7E61;
  border-radius: 85px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
}
.WelcomeMembers li p span {
  font-size: 1.5rem;
  font-weight: bold;
}
.WelcomeMembers li div {
  float: left;
  padding: .35rem .5rem;
  margin: .45rem 0 .3rem 0;
  font-size: 1.3rem;
  font-weight: bold;
}
.WelcomeMembers li {
  clear: both;
}
@media screen and (max-width:480px) {
  .WelcomeMembers li div {
    font-size: 1rem;
  }
  .footerNavi_wrapper {
    font-size: 26px;
  }
  .footerNavi_wrapper li a span {
    font-size: .8rem;
  }
.cart {
  top: 2px;
}
.mypage {
  top: 1px;
}
.menu-drawer .dmenu_btn {
  top: 3px;
}
}
@media screen and (max-width:375px) {
  .WelcomeMembers li p span {
    font-size: 1.2rem;
  }
  .WelcomeMembers li div {
    font-size: 1.1rem;
    padding: .35rem;
    margin: .45rem 0 .3rem 0;
  }
}
@media screen and (max-width:320px) {
  .WelcomeMembers li div {
    font-size: 1rem;
  }
}
/*フッターfooter.html*/
#Footer {
  background: url(https://aquagarage.itembox.design/item/parts/footer_background.png) repeat-y;
  background-position: center;
}
div.footer-inner {
  width: 50%;
  float: left;
  text-align: left;
}
div.footer-inner dl {
  width: 83%;
  margin: .8rem auto;
}
div.footer-inner dl dt {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 4px;
}
dl.returns {
  padding: 12px 0;
}
div.footer-inner dl dt::before {
  content: "●";
  display: inline;
  padding-right: 3px;
}
div.footer-inner dl dt span {
  font-weight: normal;
  font-size: 1rem;
  margin-left: 10px;
}
div.footer-inner dl dd {
  line-height: 170%;
  padding: 0;
  margin: 0;
}
div.footer-inner dl dd img {
  width: 100%;
  margin: 8px 0;
}
ul.credit {
  margin-left: 0;
  width: 80%;
  margin: 0;
  padding: 0;
}
ul.credit li {
  width: 16%;
  display: inline-block;
  margin-left: 0;
  padding: 0;
  margin-top: -1.2rem;
}
ul.credit li img {
  width: 98%;
}
ul.settlement {
  width: 100%;
  line-height: 40%;
  margin: 0;
  padding: 0;
  margin-top: -12px;
}
ul.settlement li {
  width: 10%;
  display: inline-block;
  vertical-align: bottom;
}
ul.settlement li img {
  width: 100%;
}
ul.settlement li:first-child {
  width: 32%;
}
ul.settlement li:nth-child(n+2) img {
  border: 1px solid #000000;
  border-radius: 6px;
}
div.footer-inner dl dd.yubin img {
  width: 55%;
}
div.footer-inner dl.other_shops {
  width: 85%;
  margin: 1rem auto;
}
div.footer-inner dl.other_shops dd a {
  width: auto;
  min-width: 30%;
  margin-right: 3%;
  float: left;
  line-height: 230%;
}
div.footer-inner dl.other_shops dt {
  clear: both;
}
div.footer-inner dl.other_shops dt span {
  margin: 0;
  margin-bottom: 1.2rem;
  border: 1px solid #111;
  padding: 5px 10px;
}
div.footer-inner dl.other_shops dt::before {
  content: "";
}
div.footer-inner dl.other_shops dd a::before {
  content: "▶︎ ";
}
div.support {
  background-color: #FCFCFC;
  width: 86%;
  border: 1px solid #000000;
  padding: 0 12px;
  line-height: 160%;
  margin-top: 15px;
}
div.support p:first-child {
  font-size: 1.2em;
}
div.support p.borderline {
  width: 100%;
  margin: -4px auto;
  border-top: 1px solid #000000;
}
.to-support {
  padding: 0;
  margin: 12px 0;
  line-height: 140%;
  font-size: 1.2rem;
}
a.r-link-text {
  font-size: .75rem;
  letter-spacing: 1px;
  color: #000000;
  text-decoration: none;
  display: inline-block;
}
.footer-inner .accordion-footer {
  width: 95%;
  margin: 0;
  padding: 0;
}
.accordion-footer p {
  width: 100%;
  display: block;
  font-size: 1.2rem;
  background-color: #444444;
  color: #FFFFFF;
  padding: 0 .5rem;
  margin: 0 auto;
  line-height: 250%;
  margin-top: .2rem;
  pointer-events: all;
  position: relative;
}
.accordion-footer p::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: auto;
  transition: all 0.5s ease 0s;
}
.accordion-footer div {
  width: 95%;
  margin: .3rem auto;
}
.accordion-footer .active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.acc_a {
  background-color: #DADADA;
  padding: .6rem 0;
  padding-left: 1.5rem;
  margin: .4rem auto;
  width: 100%;
  display: block;
  position: relative;
  left: -.25rem;
}
.acc_a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: .6rem;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width:768px) {
  #Footer {
    font-size: var(--font-size_m);
    /*IE*/ font-size: 1.1rem;
    margin-top: -.4rem;
  }
}
#footer_area {
  width: 100%;
  max-width: var(--max-wide);
  /*IE*/ max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
#button_footer {
  width: 100%;
}
#button_footer div {
  width: 30%;
  margin: 1rem .3% .5rem;
  display: inline-block;
  border: 1px solid var(--color_ltgy);
  /*IE*/ border: 1px solid #B6B6B6;
  padding: 1% 0;
  background-color: var(--color_wh);
  /*IE*/ ackground-color: #FCFCFC;
}
#button_footer div a {
  color: var(--color_bk);
  /*IE*/ color: #111111;
  text-decoration: none;
}
#footer-contact {
  width: 100%;
  margin: 0 1%;
  padding: 0;
  float: left;
  text-align: center;
}
.snsTitle {
  text-align: center;
  margin: 1rem auto 0;
  padding: 0;
}
.snsIcon {
  width: 70%;
  margin: 0 auto;
  padding: 0;
}
.snsIcon p {
  width: 19%;
  float: left;
  font-size: 3.5rem;
  margin: 1rem auto 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width:768px) {
  #footer-contact {
    width: 96%;
    clear: both;
  }
  .snsIcon {
    width: 70%;
  }
  .snsIcon p {
    font-size: 2.5rem;
  }
  #button_footer div {
    margin: 1.2rem .5% .3rem;
    font-size: var(--font-size_m);
    /*IE*/ font-size: 1.1rem;
  }
  ul.credit {
    width: 100%;
  }
  ul.credit li {
    max-height: 20px;
    width: 15%;
    margin-top: -1rem;
  }
}
@media screen and (max-width:480px) {
  div.footer-inner {
    width: 100%;
    clear: both;
  }
  div.footer-inner dl {
    width: 90%;
    margin: .6rem auto 0;
  }
  #snsBox, #footer-contact {
    font-size: var(--font-size_m);
    /*IE*/ font-size: 1.1rem;
    margin-bottom: .8rem;
  }
  #button_footer div {
    font-size: var(--font-size_s);
    /*IE*/ font-size: .8rem;
  }
  .snsIcon {
    width: 70%;
  }
  .snsIcon p {
    width: 25%;
    font-size: 4.5rem;
    margin: .6rem auto 0;
  }
}
#footerBox {
  width: 95%;
  margin: 0 auto;
}
#footer-contact {
  text-align: left;
}
div.support p:first-child {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  #footer-contact {
    text-align: center;
  }
}
#footer-contact p {
  padding: 0;
  margin: 0;
  line-height: 180%;
}
#info_footer {
  margin: 2rem .5%;
  border: 1px solid var(--color_ltgy);
  /*IE*/ border: 1px solid #B6B6B6;
  padding: 1% 0;
  color: var(--color_gd);
  /*IE*/ color: #8C7E5D;
  background-color: var(--color_wh);
  /*IE*/ background-color: #FCFCFC;
}
@media screen and (max-width:768px) {
  #info_footer {
    margin: 1.2rem .5%;
  }
}
@media screen and (max-width:320px) {
  #info_footer {
    font-size: var(--font-size_s);
    /*IE*/ font-size: .6rem;
  }
}
#terms_footer {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
}
#terms_footer div {
  font-size: 1.2rem;
  width: 31.3%;
  margin: .5%;
  display: inline-block;
  border-bottom: 1px solid var(--color_ltgy);
  /*IE*/ border-bottom: 1px solid #B6B6B6;
  text-align: left;
  padding: 1% .5%;
  position: relative;
  display: inline-block;
}
@media screen and (max-width:768px) {
  #terms_footer div {
    width: 48%;
    font-size: var(--font-size_s);
    /*IE*/ font-size: 1rem;
  }
}
#terms_footer div::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px var(--color_bk);
  border-right: solid 1px var(--color_bk);
  /*IE*/ border-top: solid 1px #111111;
  /*IE*/ border-right: solid 1px #111111;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 2%;
}
/* 文字 */
.text_small {
  font-size: 11px;
  color: #222222;
  line-height: 250%;
}
.text {
  font-size: 11px;
  color: #222222;
  line-height: 200%;
}
.text_color {
  font-size: 12px;
  color: #F01955;
  line-height: 250%;
  font-weight: bold;
}
.text_medium {
  font-size: 15px;
  color: #222222;
  line-height: 90%;
}
.text_medium_color {
  font-size: 15px;
  color: #F01955;
  line-height: 90%;
  font-weight: bold;
}
.text_big {
  font-size: 23px;
  color: #222222;
  line-height: 110%;
}
.text_big_color {
  font-size: 23px;
  color: #F01955;
  line-height: 110%;
  font-weight: bold;
}
/* アイテムリスト */
.ShowBox, .hitBox {
  padding: 0;
  margin: 0 auto;
  font-size: 0;
}
.ShowBox li {
  font-size: 1.2rem;
  text-align: left;
  width: 20%;
  padding: 0;
  margin: 0 auto 2rem;
  display: inline-block;
  vertical-align: top;
}
.ShowBox li p {
  width: 95%;
  color: #444;
  text-align: left;
  margin: 3px auto 0;
  padding: 0;
  font-size: 1rem;
}
.hitBox li {
  font-size: 1.2rem;
  text-align: left;
  width: 25%;
  padding: 0;
  margin: 0 auto 2rem;
  display: inline-block;
  vertical-align: top;
}
.list li {
  opacity: 1;
  transition: all 0.4s ease 0s;
}
.list li.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}
.more {
  text-align: center;
  margin-top: 20px;
}
button {
  background-color: #333333;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  outline: none;
  /*padding: 0;
  height: 32px;
  line-height: 32px;
  width: 120px;*/
  border-radius: 16px;
}
.ShowBox li img,.hitBox li img {
  width: 98%;
  padding: 0;
  margin: 0 auto;
}
.tops_no1:before {
  background: url(/img/parts/tops_no1.png) no-repeat 50% 50%;
}
.outer_no1:before {
  background: url(/img/parts/outer_no1.png) no-repeat 50% 50%;
}
.skirt_no1:before {
  background: url(/img/parts/skirt_no1.png) no-repeat 50% 50%;
}
.pants_no1:before {
  background: url(/img/parts/pants_no1.png) no-repeat 50% 50%;
}
.bag_no1:before {
  background: url(/img/parts/bag_no1.png) no-repeat 50% 50%;
}
.shoes_no1:before {
  background: url(/img/parts/shoes_no1.png) no-repeat 50% 50%;
}
.onepiece_no1:before {
  background: url(/img/parts/onepiece_no1.png) no-repeat 50% 50%;
}
.inner_no1:before {
  background: url(/img/parts/inner_no1.png) no-repeat 50% 50%;
}
.tops_no1:before, .outer_no1:before, .skirt_no1:before, .pants_no1:before, .onepiece_no1:before, .bag_no1:before, .shoes_no1:before, .inner_no1:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 50px;
  background-size: 100%;
  position: absolute;
  top: -15px;
  left: 6px;
}
.saleIcon {
  border: 1px solid #DD0000;
  color: #DD0000;
	display: inline-block;
  font-size: 1rem;
  padding: .2rem;
  margin: 0 2px 0 0;
  position: relative;
  top: -2px;
  line-height: 120%;
}
.reIcon {
  border: 1px solid #7BC8C8;
  color: #7BC8C8;
}
p.price {
  width: 99%;
  /*text-align: center !important;*/
  margin: 0 auto;
  vertical-align: middle;
  padding: 0;
  line-height: 130%;
}
.freeshippingTxt, .fshipt {
  display: inline-block;
  border-radius: 0;
  font-size: 1rem;
  padding: .2rem;
  margin: 0 2px 0 0;
  position: relative;
  top: -2px;
  line-height: 120%;
}
.newIcon, .reIcon {
  display: none !important;
  /*display: inline-block;
  border-radius: 4px;
  font-size: 1rem;
  padding: .2rem;
  margin: 0 2px 0 0;
  position: relative;
  top: -2px;
  line-height: 120%;*/
}
.freeshippingTxt, .fshipt {
  line-height: 140%;
}
span.pricetext {
  font-family: "LatoLatinWeb";
  font-style: normal;
  /*font-family: Futura, sans-serif;*/
  color: #222222;
  font-size: 1.5rem;
  padding-left: 4px;
  padding-right: 4px;
}
span.membersprice, span.mpc {
  font-family: "LatoLatinWeb";
  font-style: normal;
  /*font-family: Futura, sans-serif;*/
  color: #BB1405;
  font-size: 1.4rem;
}
/*span.membersprice::before, span.mpc::before {
  content: "会員様価格";
  font-size: 1.1rem;
  padding-right: 2px;
}*/
span.membersprice::after, span.mpc::after {
  content: "会員様価格";
  font-size: 1.1rem;
  padding-left: 2px;
}
span.freeshippingTxt, span.fshipt {
  background-color: #484848;
  color: #FFFFFF;
  padding: .18rem .25rem .2rem;
  letter-spacing: .5px;
  margin-top: 2px;
}
span.freeshippingTxt:empty, span.fshipt:empty {
  display: none;
}
.space_r {
  padding: .3rem;
}
/*送料無料エリア*/
#free_shipping_section {
  width: 100%;
  padding: 1rem 0 4rem;
  text-align: center;
  background-color: #B6B6B6;
}
.freeshipping_area1 {
  padding: 0;
  margin: 0 auto;
}
.freeshipping_area2 {
  /*IE*/ font-size: 2.8rem;
  letter-spacing: 2px;
  padding: 0;
  margin: 0 auto 2rem;
}
.freeshipping_area2 span {
  font-size: 6rem;
  color: #FFF447;
}
#freeship_show {
  width: 100%;
  max-width: var(--max-wide);
  /*IE*/ max-width: 1400px;
}
#freeship_show.ShowBox {
  margin: 0 auto;
  text-align: center;
}
.freeshipBox {
  width: 100%;
  max-width: var(--max-wide);
  /*IE*/ max-width: 1400px;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
.freeshipBox li {
  width: 25% !important;
  padding: 0;
  margin: 0 auto 2rem;
  float: left; /*display: inline-block;*/
}
.freeship_list {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem !important;
}
.freeship_list p {
  position: absolute;
  /*font-family: Futura, sans-serif;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(237, 237, 237, 0.8);
  padding: .6rem 1rem;
  line-height: 140%;
}
.freeship_list p span {
  font-family: Arial, sans-serif;
  /*IE font-family: 'YakuHanJP', 'Sawarabi Gothic', sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
}
.freeship_list p span.tax {
  font-size: var(--font-size_m);
  /*IE*/ font-size: 1.2rem;
}
/* ランキングボックス内*/
#contentBox {
  padding-top: 20px;
  padding-bottom: 100px;
}
#pref-search {
  overflow: hidden;
  width: 90%;
  margin: 2em auto;
  text-align: center;
}
.refineForm {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.refineForm::-ms-expand {
  display: none;
}
#pref-search {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}
#pref-search::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.refineForm {
  padding: 8px 38px 8px 8px;
  color: #666666;
}
/*refineForm*/
.commonForm form {
  background-color: transparent;
}
#itemList {
  counter-reset: number;
  padding: 0;
  width: 98%;
  margin: 0 auto;
  font-size: 0;
  position: relative;
}
#itemList li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0;
  left: -50px;
  width:100px;
	height:40px;
	background:linear-gradient(to top right, transparent 0%,#D5B2A3 calc(50% + 2px)) top left/ 0% 100% no-repeat,
	linear-gradient(to top left, transparent 50%, #D5B2A3 calc(10% + 2px)) top right / 50% 100% no-repeat;
  color: #fff;
  font-size: 1.4rem;
	text-indent: 27px;
  text-align: center;
  z-index: 1;
}
.ctInner, #itemList li {
  margin: 10px auto;
  width: 25%;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.ctInner a, #itemList li a {
  width: 100%;
  display: block;
  text-decoration: none;
  border: 0;
}
.ctInner p, #itemList li p {
  width: 95%;
  color: #444;
  text-align: left;
  margin: 3px auto 0;
  padding: 0;
  font-size: 1rem;
  /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.ctInner img, #itemList li img {
  width: 98%;
  margin: 0 auto;
}
.none {
  display: none;
}
@media screen and (max-width:1023px) {
  .freeship_list p {
    font-size: var(--font-size_m);
    /*IE*/ font-size: 1.2rem;
  }
}
@media screen and (max-width:768px) {
  .freeship_list p {
    font-size: var(--font-size_m);
    /*IE*/ font-size: 1.2rem;
  }
  .freeship_list p span.tax {
    font-size: var(--font-size_s);
    /*IE*/ font-size: 1rem;
  }
}
@media screen and (max-width:480px) {
  .freeship_list p {
    padding: 1rem;
    width: 60%;
  }
}
@media screen and (max-width:768px) {
  .ShowBox li, .freeshipBox li {
    width: 33.333% !important;
  }
  .hitBox li {
    width: 50%
  }
}
@media screen and (max-width:480px) {
  .ctInner, #itemList li,.ShowBox li, .freeshipBox li {
    width: 50% !important;
  }
  p.price {
    font-size: 1rem;
  }
  span.pricetext {
    padding-left: 2px;
    padding-right: 2px;
  }
  /*#itemList li::before {
    height: 25px;
    width: 25px;
    line-height: 23px;
    font-size: 1.1rem;
    font-weight: bold;
  }*/
  .w480 {
    display: none !important;
  }
}
@media screen and (min-width:481px) {
  .w481 {
    display: none !important;
  }
}
/*イベントバナーevent_list.html*/
#eventWrap_sp, .event_box {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  font-family: Arial, sans-serif;
  /*font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";*/
}
.event_left {
  width: 42%;
  float: left;
}
.event_right {
  width: 56%;
  height: auto;
  float: right;
  vertical-align: top;
}
.event_text_h2 {
  font-weight: bold;
  font-size: 1.2rem;
  color: #323232;
  padding: 0;
  margin: 0;
  letter-spacing: .3vw;
}
.event_text_h3 {
  font-weight: bold;
  font-size: 1rem;
  color: #B6B6B6;
  padding: 0;
  margin: 0;
  margin-top: .3rem;
}
.event_text {
  font-size: var(--font-size_s);
  font-size: .8rem;
  color: #111111;
  padding: 0;
  margin: 0;
  margin-top: .5rem;
}
@media screen and (max-width:300px) {
  .event_left {
    width: 100%;
    max-width: 230px;
    clear: both;
    margin: 0;
    padding: 0;
  }
  .event_right {
    display: none;
  }
  .event_text_h3 {
    display: none;
  }
  .event_text_h2 {
    display: none;
  }
  .event_text {
    display: none;
  }
}
@media screen and (min-width:499px) {
  #eventWrap_sp {
    width: 95%;
    margin: 0 auto;
  }
  .event_box {
    width: 32%;
    display: inline-block;
    margin-bottom: .5rem;
  }
  .event_left {
    width: 98%;
    margin: 1%;
    clear: both;
  }
  .event_right {
    width: 98%;
    clear: both;
    padding-bottom: .5rem;
  }
  .event_text_h3 {
    margin-top: .5rem;
  }
  .event_text_h2 {
    font-size: 1rem;
  }
}
@media screen and (min-width:1079px) {
  .event_box {
    width: 24%;
  }
  #event_list_pc {
    height: 1020px !important;
    overflow-y: hidden;
  }
  /*	.WelcomeMembers li {
		width:50%;
  display: inline-block;
}*/
  /*.event_box:nth-last-child(-n+2){
    display: none;
}*/
}
/*レスポンシブ*/
@media screen and (max-width:767px) {
  .w767 {
    display: none !important;
  }
}
@media screen and (min-width:768px) {
  .w768 {
    display: none !important;
  }
}
/*スタイルブック210926*/
#stylebookList, .stylebookList {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style-type: none;
}
#stylebookList li, .stylebookList li {
  width: 20%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
#stylebookList li img, .stylebookList li img {
  width: 95%;
  display: block;
  margin: 0 auto;
}
#stylebookList li p, .stylebookList li p {
  padding: 0 0 0 .6rem;
  margin: .5rem auto;
  text-decoration: none;
  width: 95%;
  color: var(--color_gy);
  /*IE*/ color: #323232;
  font-size: 1.2rem !important;
  line-height: 2.8rem;
  border-bottom: 1px solid #ECECEC;
  /*border-radius: 5px;*/
  display: block;
  background: url('https://www.aqua-garage.jp/img/parts/subcat_view.png') no-repeat right 5px center;
  -webkit-background-size: 14px 14px;
  -moz-background-size: 14px 14px;
  position: relative;
}
#stylebookList li p a, .stylebookList li p a {
  text-decoration: none;
  display: block;
  color: #444444;
}
#stylebookList li p span, .stylebookList li p span {
  position: absolute;
  right: 15%;
}
#instagram-list, #top_instagram-list {
  width: 100%;
  max-width: 860px;
  padding: 0;
  margin: 0 auto;
  font-size: 0
}
#instagram-list li, #top_instagram-list li {
  width: 33%;
  display: inline-block;
  margin: .5rem auto;
  position: relative;
}
.instaImg {
  position: relative;
  width: 100%; /*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
  padding-top: 100%; /*　トリミングしたい枠の高さを比率で指定。（固定にしたい場合はサイズを入力）　*/
  margin: 0 auto;
}
.instaImg img, .instaImg video {
  /* 画像を上下左右に中央配置する（絶対指定） */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}
#instagram-list li p, #top_instagram-list li p {
  width: 95%;
  margin: .8rem auto;
  text-align: right;
}
#instagram-list li p a, #top_instagram-list li p a {
  display: block;
  color: #1B668B;
  font-size: 1rem;
}
#instagram-list li p a::before, #top_instagram-list li p a::before {
  content: ">";
  padding: .3rem;
}
#instagram-list li img, #top_instagram-list li img {
  width: 98%;
  margin: 0 auto;
}
#instagram-list li span, #top_instagram-list li span {
  display: block;
  background-color: #111111;
  color: #DDDDDD;
  padding: .5rem;
  font-size: .8rem;
  z-index: 11;
  position: absolute;
  left: 12px;
  bottom: 40px;
}
.cdItems {
  width: 93%;
  max-width: 500px;
  margin: 1rem auto;
  padding: 80px 0 0 0;
  border-bottom: 1px solid #111111;
  position: relative
}
.cdItems a {
  display: block
}
.cdItems dt {
  width: 25%;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.cdItems dd {
  font-size: .8rem;
  color: #111111;
  margin: .8rem 0;
  display: inline-block;
  vertical-align: top;
  line-height: 200%
}
.cdItems span {
  font-size: 1.2rem
}
.cdItems p {
  position: absolute;
  margin: 0;
  right: 5%;
  bottom: 2rem;
  border: 1px solid #111111;
  padding: .5rem;
  border-radius: 6px;
  font-size: .8rem
}
.cd {
  display: none;
  width: 100%;
  max-width: 800px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 12vh auto;
  z-index: 12;
  background-color: rgba(229, 229, 229, 0.85);
  overflow-y: scroll;
  backdrop-filter: blur(20px);
}
.js-cd-close {
  display: block;
  width: 30%;
  max-width: 150px;
  margin: 1.5rem auto;
  color: #111111;
  border: 1px solid #111111;
  padding: .5rem;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  font-size: 1.5rem
}
.itemlist li {
  width: 25%;
  margin: 0;
  padding: 0;
  display: inline-block
}
.itemlist li p {
  text-align: center;
  font-size: .8rem;
  line-height: 180%;
  padding: 0;
  margin: 0 auto
}
.itemlist li p span {
  font-size: 1.2rem;
  font-weight: bold
}
.ct_title {
  margin: 1.5rem auto;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  line-height: 180%
}
@media screen and (max-width:460px) {
  #instagram-list li, #top_instagram-list li {
    width: 50%;
  }
  #top_instagram-list li:nth-child(n+12) {
    display: none
  }
}
.clear_div {
  clear: both;
}
@media screen and (max-width:960px) {
  #stylebookList li, .stylebookList li {
    width: 25%;
  }
}
@media screen and (max-width:767px) {
  #stylebookList li, .stylebookList li {
    width: 33%;
  }
  #stylebookList li p, .stylebookList li p {
    font-size: .8rem;
    line-height: 2.3rem;
  }
}
@media screen and (max-width:480px) {
  /*#stylebookList li {
    width: 50%;
  }*/
  #stylebookList li p, .stylebookList li p {
    font-size: .75rem !important;
    line-height: 2.2rem;
  }
}
@media screen and (max-width:375px) {
  #stylebookList li p, .stylebookList li p {
    font-size: .7rem !important;
  }
}
@media screen and (max-width:320px) {
  #event_list_pc {
    height: 1000px !important;
    overflow-y: hidden;
  }
  .event_text {
    /*IE*/ font-size: .8rem;
  }
}
@media screen and (min-width:1079px) {
  #event_list_pc {
    max-width: 1400px;
    display: block;
    margin: 0 auto;
  }
  .event_box {
    width: 24%;
  }
  #event_list_pc {
    height: 1020px !important;
    overflow-y: hidden;
  }
}
@media screen and (min-width:481px) and (max-width:767px) {
  .w481_767 {
    display: none !important;
  }
  #event_list_pc {
    height: 610px !important;
    overflow-y: hidden;
  }
}
/*商品ページ
骨格別着こなしおすすめテキスト*/
.type_point {
  color: #444444;
  font-size: 1rem
}
/*ログイン/ログアウト切替え*/
.logout.my-false {
  display: none;
}
.login.my-true {
  display: none;
}
.regist.my-true {
  display: none;
}
.fs-c-button--particular{
	box-shadow: none !important;
	border: none !important;
}
.event_b,#sale_35 {
    display: none !important
} 
/*.ShowBox p,.ShowBox span,.ShowBox div,.fs-l-page h1,.fs-l-page h2,.fs-c-productListItem__prices p,.fs-c-productListItem__prices span,h2.fs-c-productListItem__productName span,#stylebook span,#stylebook p,#stylebook a,.hitBox a,.hitBox p,.hitBox span{color:#FFFFFF !important}
.fs-l-page h2.red,.fs-c-productPrice--member span{color:#DD0000 !important}
html,body{background-image: url({% items[/black_back.jpg] %});background-repeat:repeat}*/
@media only screen and (max-width: 650px) {
html,body{background-size:contain}
}
.fs-l-header{background-color:#FFFFFF !important}
/*.fs-l-header{display:none !important}*/
.fs-c-productMark__item span.black_none{display:none !important}

.m_btn2 {
    text-align: center;
    width: 140px;
    height: 25px;
    font-size:12px;
    border-radius: 30px;
    border: 1px solid #1F232E;
    line-height: 25px;
    margin: 8px auto;
    background-color: #000;
    color: #FFF !important
}
.sale_price{color:#DD0000}