@charset "UTF-8";
/* CSS Document */ :root {
  --max-wide: 1080px;
  /*文字サイズ*/
  --font-size_ss: .4rem;
  --font-size_s: .6rem;
  --font-size_m: .8rem;
  --font-size_ml: .9rem;
  --font-size_l: 1rem;
  --font-size_ll: 1.2rem;
  --font-size_3l: 1.7rem;
  /*文字カラー*/
  --color_bk: #111111;
  --color_gy: #323232;
  --color_ltgy: #B6B6B6;
  --color_red: #DD0000;
  --color_gd: #8C7E5D;
  --color_aquabl: #31BDBA;
  --color_wh: #FCFCFC;
  /*ゴシック体*/
  --Gothic_font: 'YakuHanJP','Sawarabi Gothic', sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
/*@font-face {
  font-family: 'Futura;';
  src: url(../fonts/Futura.ttc);
}*/
/*! Yaku Han JP (Gothic - All Include) v3.0.0 SIL by Qrac / Based on Noto Sans CJK JP */
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/YakuHanJP/YakuHanJP-Thin.eot);
  src: url(../fonts/YakuHanJP/YakuHanJP-Thin.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Thin.woff) format("woff")
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/YakuHanJP/YakuHanJP-Light.eot);
  src: url(../fonts/YakuHanJP/YakuHanJP-Light.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Light.woff) format("woff")
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/YakuHanJP/YakuHanJP-DemiLight.eot);
  src: url(../fonts/YakuHanJP/YakuHanJP-DemiLight.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-DemiLight.woff) format("woff")
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/YakuHanJP/YakuHanJP-Regular.eot);
  src: url(../fonts/YakuHanJP/YakuHanJP-Regular.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Regular.woff) format("woff")
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/YakuHanJP/YakuHanJP-Medium.eot);
  src: url(../fonts/YakuHanJP/YakuHanJP-Medium.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Medium.woff) format("woff")
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/YakuHanJP/YakuHanJP-Bold.eot);
  src: url(../fonts/YakuHanJP/YakuHanJP-Bold.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Bold.woff) format("woff")
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/YakuHanJP/YakuHanJP-Black.eot);
  src: url(../fonts/YakuHanJP/YakuHanJP-Black.woff2) format("woff2"), url(../fonts/YakuHanJP/YakuHanJP-Black.woff) format("woff")
}
/*共通*/
html, body {
  width: 100%;
  font-family: var(--Gothic_font);
  /*IE*/ font-family: 'YakuHanJP','Sawarabi Gothic', sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  font-size: 16px;
  margin: 0 auto;
  padding: 0;
}
a {
  text-decoration: none;
  font-family: var(--Gothic_font);
  /*IE*/ font-family: 'YakuHanJP','Sawarabi Gothic', sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  color: var(--color_bk);
  /*IE*/ color: #111111;
  display: block;
  cursor: pointer !important;
}
.inline {
  display: inline
}
img {
  max-width: 100%;
  z-index: 1;
}
.logoutButton, .loginButton {
  display: none;
}
.iframeWraper {
  position: relative;
  width: calc(100% - 10px);
  margin: 0 auto;
}
.footer_iframe {
  height: 0;
  padding-bottom: 100%;
}
.footer_iframe iframe {
  min-height: 1050px;
  position: absolute;
  top: 0;
  left: 0;
}
/*会員特典テキスト*/
.WelcomeMembers {
  width: 80%;
  max-width: 480px;
  margin: 0 auto 1.5rem;
  background-color: #F3E3D0;
  padding: 1rem;
}
.WelcomeMembers ul {
  width: 100%;
  max-width: 350px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  font-size: 0;
  font-family: 'YakuHanJP',"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}
.WelcomeMembers li p {
  float: left;
  margin: .3rem .3rem 0 0;
  font-size: .6rem;
  padding: .2rem .7rem;
  background-color: #8A7E61;
  border-radius: 85px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
}
.WelcomeMembers li p span {
  font-size: 1rem;
  font-weight: bold;
}
.WelcomeMembers li div {
  float: left;
  padding: .35rem .5rem;
  margin: .45rem 0 .3rem 0;
  font-size: 1rem;
  font-weight: bold;
}
.WelcomeMembers li {
  clear: both;
}
@media screen and (max-width:480px) {
  .WelcomeMembers li div {
    font-size: .9rem;
  }
}
@media screen and (max-width:375px) {
  .WelcomeMembers li div {
    font-size: .8rem;
  }
}
@media screen and (max-width:320px) {
  .WelcomeMembers li div {
    font-size: .7rem;
  }
}
/*エフェクト表示設定*/
.inview {
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  transition: .5s;
}
.effect {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/*コンテンツ中央揃え*/
.container {
  width: 100%;
  padding: 0;
  max-width: var(--max-wide) !important;
  /*IE*/ max-width: 1080px !important;
  margin: 0 auto;
  overflow: hidden;
}
.clear {
  clear: both
}
.white {
  color: var(--color_wh) !important;
  /*IE*/ color: #FCFCFC !important;
}
.white a {
  color: var(--color_wh) !important;
  /*IE*/ color: #FCFCFC !important;
}
.red {
  color: var(--color_red);
  /*IE*/ color: #DD0000;
}
/*ヘッダ*/
.header_welcome {
  width: 100%;
  max-width: 1080px;
  margin: 15px auto 0;
  text-align: right;
  line-height: 150%;
  font-size: var(--font-size_s);
  /*IE*/ font-size: .6rem;
}
.login-text_link {
  margin: 0 auto;
  padding: 0;
  margin-top: 2rem;
  max-width: var(--max-wide);
  /*IE*/ max-width: 1080px;
  width: 100%;
  text-align: right;
}
.login-text_link div {
  display: inline-block;
  margin-right: 1%;
}
.login-text_link a {
  text-decoration: none;
  font-size: var(--font-size_m);
  /*IE*/ font-size: .8rem;
  color: var(--color-bk);
  /*IE*/ color: #111111;
}
#header_area {
  width: 100%;
  max-width: var(--max-wide);
  /*IE*/ max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  margin-top: .8rem;
  font-size: var(--font-size_m);
  /*IE*/ font-size: .8rem;
  color: var(--color-bk);
  /*IE*/ color: #111111;
}
.logo {
  width: 25%;
  margin: 0;
  padding: 0;
  padding-left: 1%;
  float: left;
}
.logo img {
  width: 100%;
}
.concept {
  width: 53%;
  line-height: 160%;
  margin: 0;
  margin-top: -.4rem;
  padding: 0;
  margin-left: 2%;
  float: left;
}
/*@media screen and (max-width:1023px) {
.concept {
    font-size: var(--font-size_s);
IEfont-size: .6rem;
}
}
*/ .account {
  width: 18%;
  margin: 0;
  padding: 0;
  text-align: right;
  float: left;
}
.account div {
  padding: 0 .3rem;
  font-size: var(--font-size_3l);
  /*IE*/ font-size: 1.7rem;
  display: inline-block;
}
/*ヘッダ・カテゴリfix*/
.header_menu {
  width: 100%;
  max-height: 48px;
  padding: 0;
  text-align: center;
  border-top: 1px solid var(--color_ltgy);
  border-bottom: 1px solid var(--color_ltgy);
  /*IE*/ border-top: 1px solid #B6B6B6;
  /*IE*/ border-bottom: 1px solid #B6B6B6;
  background-color: rgba(253, 253, 253, .8);
}
.header_category {
  max-width: var(--max-wide);
  /*IE*/ max-width: 1080px;
  max-height: 48px;
  padding: .4% 0 .5% 1%;
  margin: 0 auto;
}
.header_category div {
  padding: 0;
  margin: 0;
  margin-right: 4%;
  max-height: 48px;
  display: inline-block;
  font-size: var(--font-size_ml);
  /*IE*/ font-size: 1rem;
}
@media screen and (max-width:1080px) {
  .header_category div {
    margin-right: 3%;
    font-size: var(--font-size_ml);
    /*IE*/ font-size: .9rem;
  }
}
@media screen and (max-width:900px) {
  .header_category div {
    margin-right: 1.4%;
    font-size: var(--font-size_m);
    /*IE*/ font-size: .8rem;
  }
}
.header_category div.search {
  text-align: right;
  margin-right: 1.4% !important;
}
/*検索窓 PC*/
.search_container, .search_container_sp {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.search_container input[type="text"] {
  border: 1px solid var(--color_ltgy);
  /*IE*/ border: 1px solid #B6B6B6;
  padding: 3px 5px;
  height: 1.8rem;
  max-width: 140px;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .search_container input[type="text"] {
    padding: 3px;
    height: 1.5rem;
  }
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 16px;
  border: none;
  background: none;
  color: var(--color_ltgy);
  /*IE*/ color: #B6B6B6;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  padding-left: 6px;
}
/*検索窓 SP*/
.search_container_sp input[type="text"] {
  border: 1px solid var(--color_ltgy);
  /*IE*/ border: 1px solid #B6B6B6;
  padding: 3px 5px;
  height: 1.8rem;
  width: 80%;
  overflow: hidden;
}
.search_container_sp input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 16px;
  border: none;
  background: none;
  color: var(--color_ltgy);
  /*IE*/ color: #B6B6B6;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  padding-left: 6px;
}
/* スマホ */
.sp_head_space {
  max-width: 100%;
  height: 3rem;
}
li {
  list-style: none;
}
#Header_sp {
  position: fixed;
  background: rgba(255, 255, 255, .7);
  width: 100%;
  top: 0;
  z-index: 999999;
}
#Header_sp img {
  width: 68%;
  max-width: 170px;
  height: auto;
}
#Header_sp h1 {
  margin: .1rem auto;
  text-align: center;
}
#Header_sp .button {
  text-align: center;
  font-size: 1.5rem;
  position: fixed;
  top: .3rem;
  z-index: 999999; /*background: rgba(255, 255, 255, 0.7);
    padding: .2rem;
    border-radius: .3rem;*/
}
/*#Header_sp .button:before {
    content: '';
    margin-bottom: .1rem;
    background-repeat: no-repeat;
    background-position: 40% 50%;
    background-size: contain;
    display: block;
    width: 90%;
    height: 1.8rem;
}*/
#Header_sp .button-menu {
  left: 2vw;
}
/*#Header_sp .button-menu:before {
    background-image: url(/shop/item/aquagarage/design/img02/ico_menu.png);
}*/
#Header_sp .button-cart {
  right: 2vw;
}
#Header_sp .button-arekore {
  right: 19vw;
}
#Header_sp .button-search {
  right: 10vw;
  top: -1.15rem;
}
#accordion-search div {
  margin: 0;
  padding: .1rem 0 1rem;
  text-align: center;
}
/*#Header_sp .button-cart:before {
    background-image: url(/shop/item/aquagarage/design/img02/ico_cart.png);
}*/
/*.header-point {
    font-size: .65rem;
    text-align: center;
    letter-spacing: -.05em;
    margin: 0 .3em;
}
.header-point li {
    display: inline-block;
    color: var(--color_bk);
}
.header-point li + li:before {
  content: '/';
  display: inline-block;
  margin: 0 .3em;
}
*/
/* スマホメニュー */
.menu {
  position: fixed;
  top: 0;
  bottom: 0;
  padding: .8rem;
  left: -98%;
  width: 98%;
  box-sizing: border-box;
  background: var(--color_wh);
  /*IE*/ background: #FCFCFC;
  z-index: 9999999;
  transition: .4s ease-out;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  font-size: .87rem;
  text-decoration: none;
}
.menu.open {
  left: 0;
}
.menu-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: .2s ease-out;
  text-decoration: none;
}
.menu.open + .menu-bg {
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
}
.menu .button-menu-close {
  margin-bottom: .5rem;
  z-index: 9999999;
  font-size: 1.5rem;
}
.button-menu-close img {
  /*width: 24px;*/
}
.menu-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.menu-content a {
  text-decoration: none;
  text-align: left;
}
.menu-content h2 {}
.menu img {
  vertical-align: middle;
}
.menu-search {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.menu-search-input {
  padding: .5rem 0 .1rem .5rem;
  width: 78%;
}
.menu-search .menu-search-button {
  width: 17%;
  height: auto;
  padding: 0 .1rem;
}
.menu-join {
  /*padding: .5rem;*/
}
.menu h2 {
  padding: 0;
  margin: 1rem 0 .5rem;
  letter-spacing: .1em;
  border-bottom: 1px solid var(--color_bk);
  /*IE*/ border-bottom: 1px solid #111111;
  font-size: var(--font-size_m);
  /*IE*/ font-size: .8rem;
}
.menu hr {
  margin: .5rem 0;
  border-top: 1px solid var(--color_bk);
  /*IE*/ border-yop: 1px solid #111111;
}
.menu-primary, .menu-sub, .menu-category, .menu-category-sub, .menu-event, .menu-sns {
  padding: 0;
  line-height: 1.5rem;
}
.menu-primary li + li {
  /*border-top: 1px solid var(--color_gy);*/
}
.menu-primary a {
  padding: .5rem 0;
  text-align: left;
}
.menu-primary li a {
  text-decoration: none;
}
.menu-primary i, .menu-category-sub i, .menu-sns i {
  font-size: var(--font-size_ll);
  /*IE*/ font-size: 1.2rem;
  padding-right: .6rem
}
/*
.menu-primary a:before {
    content: '';
    margin-right: .8em;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.menu-primary-edit:before {
    background-image: url(/shop/item/aquagarage/design/img02/ico_edit.png);
}
.menu-mypage:before {
    background-image: url(/shop/item/aquagarage/design/img02/ico_mypage.png);
}
.menu-primary-history:before {
    background-image: url(/shop/item/aquagarage/design/img02/ico_history.png);
}
.menu-primary-point:before {
    background-image: url(/shop/item/aquagarage/design/img02/ico_point.png);
}
.menu-primary-logout:before {
    background-image: url(/shop/item/aquagarage/design/img02/ico_logout.png);
}
.menu-primary-login:before {
    background-image: url(/shop/item/aquagarage/design/img02/ico_login.png);
}
.menu-wish:before {
    background-image: url(/shop/item/aquagarage/design/img02/ico_wish.png);
}
.menu-primary-cart:before {
    background-image: url(/shop/item/aquagarage/design/img02/ico_cart.png);
}
.menu-primary-guide:before {
    background-image: url(/shop/item/aquagarage/design/img02/ico_guide.png);
}
*/
.menu-sub {
  margin-top: .5em;
}
.menu-sub a {
  padding: .3rem .8rem;
}
.menu-category img {
  max-width: 35px;
  height: auto;
  margin-right: .8em;
}
.menu-event {
  line-height: 1.4;
}
.menu-event li {
  width: 100%;
  margin: .8rem 0;
}
.menu-event li img {
  width: 60%; /*186px*/
  height: auto; /*100px*/
}
.menu-event p {
  width: 38%;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-size: var(--font-size_s);
  /*IE*/ font-size: .6rem;
}
.menu-category-sub a, .menu-sns a {
  padding: .5rem .8rem;
}
.menu-sns img {
  margin-right: .5rem;
  width: 32px;
}
/*絞り込み検索*/
.search-item_size {
  margin-bottom: 2.5rem;
}
.search-item_size li {
  width: 15%;
  margin-bottom: 0.5rem;
  list-style: none;
  margin-left: .35rem;
}
.search-item_size li a {
  display: block;
  font-size: var(--font-size_s);
  /*IE*/ font-size: .6rem;
  text-align: center;
  border: 1px solid var(--color_bk);
  /*IE*/ border: 1px solid #111111;
  padding: 0.5rem 0;
  border-radius: 0.3rem;
  text-decoration: none;
  color: #444444;
}
.search-item_price {
  margin-bottom: 1.5rem;
}
.search-item_price li {
  width: 32%;
  margin-bottom: 0.5rem;
  list-style: none;
  margin-left: 0.1rem;
}
@media screen and (max-width:767px) {
  .search-item_price li {
    width: 48%;
  }
}
.search-item_price li a {
  display: block;
  font-size: var(--font-size_s);
  /*IE*/ font-size: .6rem;
  text-align: center;
  border: 1px solid var(--color_bk);
  /*IE*/ border: 1px solid #111111;
  padding: 0.5rem 0;
  border-radius: 0.3rem;
  text-decoration: none;
  color: var(--color_bk);
  /*IE*/ color: #111111;
}
.search-item_color {
  margin-bottom: 3rem;
}
.search-item_size ul, .search-item_price ul, .search-item_color ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0 auto;
}
.search-item_color li {
  width: 15%;
  margin-bottom: 0.5rem;
  list-style: none;
  margin-left: .35rem;
}
@media screen and (max-width:320px) {
  .search-item_color li, .search-item_size li {
    width: 14.5%;
  }
}
.search-item_color li a {
  height: 2rem;
  border-radius: 5px;
  display: block;
}
.search-item_color ul li a span {
  display: none;
}
.search-item_color ul li a span:hover {
  width: 40px;
  margin-left: -25px;
  padding: 5px 5px;
  position: absolute;
  top: -25px;
  left: 50%;
  display: block;
  border: solid 1px #1e1e1e;
  border-radius: 3px;
  letter-spacing: 0;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
}
.search-item_color .white {
  border: 1px var(--color_ltgy) solid;
  /*IE*/ border: 1px solid #B6B6B6;
}
.search-item_color .black {
  background: #2e2e2e;
}
.search-item_color .gray {
  background: #B6B6B6;
}
.search-item_color .brown {
  background: #8F573C;
}
.search-item_color .beige {
  background: #CEB08E;
}
.search-item_color .green {
  background: #07503D;
}
.search-item_color .khaki {
  background: #64604F;
}
.search-item_color .mint {
  background: #C2DDCE;
}
.search-item_color .blue {
  background: #0000CD;
}
.search-item_color .navy {
  background: #01126C;
}
.search-item_color .purple {
  background: #7B4170;
}
.search-item_color .yellow {
  background: #DFC55C;
}
.search-item_color .pink {
  background: #E5ACBB;
}
.search-item_color .red {
  background: #CA2B33;
}
.search-item_color .orange {
  background: #CA5532;
}
.search-item_color .stripe {
  border: 1px var(--color_ltgy) solid;
  /*IE*/ border: 1px solid #B6B6B6;
  background: repeating-linear-gradient(90deg, #000, #000 4px, #FFF 0, #FFF 9px);
}
.search-item_color .pattern {
  border: 1px var(--color_ltgy) solid;
  /*IE*/ border: 1px solid #B6B6B6;
  background: repeating-linear-gradient(#000, #000 4px, #FFF 0, #FFF 9px);
}
.search-item_color .dot {
  border: 1px var(--color_ltgy) solid;
  /*IE*/ border: 1px solid #B6B6B6;
  background: #FFF;
  background-image: radial-gradient(#000 25%, transparent 0), radial-gradient(#000 25%, transparent 0);
  background-position: 0 0, 8px 8px;
  background-size: 16px 16px;
}
.search-item_color .gingham {
  border: 1px var(--color_ltgy) solid;
  /*IE*/ border: 1px solid #B6B6B6;
  background-color: #fff;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 50%, transparent 50%), linear-gradient(rgba(0, 0, 0, .5) 50%, transparent 50%);
  background-size: 10px 10px;
}
.search-item_color .t_check {
  background: url(/img/check1.jpg);
  background-size: 60px 60px;
}
.search-item_color .flower {
  background: url(/img/flower.jpg);
  background-size: 50px 50px;
}
.search-item_color .animal {
  background: url(/img/animal.png);
  background-size: 45px 45px;
}
/*アコーディオン*/
.accordion-box {
  width: 100%;
  margin: 0;
  text-align: left;
}
.accordion-box p {
  width: 100%;
  line-height: 45px;
  padding: 0;
  margin: 0;
  text-align: left;
  border-bottom: solid 1px var(--color_ltgy);
  /*IE*/ border-bottom: 1px solid #B6B6B6;
  background: url(/smf/arrowIcon.png) no-repeat;
  background-position: right 0px;
  cursor: pointer;
}
.accordion-box p span {
  font-size: var(--font-size_m);
  /*IE*/ font-size: .8rem;
  color: var(--color_gy);
  /*IE*/ color: #323232;
  display: block;
  margin: 0 15px;
}
.accordion-box p.active {
  background-position: right -46px;
}
.accordion-box .accordion-block {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
dl.ct_event {
  list-style-type: none;
  padding: 3px 0px 1rem;
  width: 100%;
  border-bottom: solid 1px var(--color_gd);
  /*IE*/ border-bottom: solid 1px #8C7E5D;
  overflow: hidden;
}
dl.ct_event dd {
  line-height: 160%;
  margin-right: 5px;
  text-align: left;
  font-size: var(--font-size_s);
  /*IE*/ font-size: .6rem;
  list-style-type: none;
}
dl.ct_event dd:first-of-type {
  font-size: var(--font-size_s);
  /*IE*/ font-size: .6rem;
  color: var(--color_aquabl);
  /*IE*/ color: #31BDBA;
  font-weight: bold;
}
dl.ct_event dd:nth-of-type(2) {
  font-size: var(--font-size_s);
  /*IE*/ font-size: .6rem;
  color: var(--color_gy);
  /*IE*/ color: #323232;
  font-weight: bold;
}
dl.ct_event img {
  width: 50%;
  height: auto;
  margin: 0 5px;
}
.accordion-box .accordion-block ul {
  clear: both;
  list-style-type: none;
  padding: 0;
}
.accordion-box .accordion-block ul li {
  list-style-type: none;
  width: 100%;
  text-align: left;
  font-size: var(--font-size_s);
  /*IE*/ font-size: .6rem;
  font-weight: normal;
  border-bottom: 1px dashed var(--color_ltgy);
  /*IE*/ border-bottom: 1px solid #B6B6B6;
  ;
}
.accordion-box .accordion-block ul li a {
  width: 100%;
  text-decoration: none;
  color: var(--color_gy);
  /*IE*/ color: #323232;
  line-height: 220%;
}
.accordion-box .accordion-block ul li a span {
  display: block;
  padding: 6px 0px 6px 10px;
  margin: 0 15px;
  background: url('/smf/subcat_view.png') no-repeat right center;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
}
p.ct_subIcon a span {
  display: block;
  background: url('/smf/subcat_view.png') no-repeat right center;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
}
p.ct_subIcon a {
  font-size: var(--font-size_m);
  /*IE*/ font-size: .8rem;
  border-bottom: solid 1px var(--color_ltgy);
  /*IE*/ border-bottom: 1px solid #B6B6B6;
  line-height: 40px;
  padding: 0 15px;
  text-align: left;
  margin: 0;
}
/*インフォメーション*/
.informationBox {
  border: 1px solid var(--color_ltgy);
  /*IE*/ border: 1px solid #B6B6B6;
  padding: .6rem;
  margin: 0 auto;
}
.w970 {
  max-width: 970px;
}
.information {
  color: var(--color_gd);
  /*IE*/ color: #8C7E5D;
  font-size: var(--font-size_m);
  /*IE*/ font-size: .8rem;
  margin: .5rem 1%;
}
.informationBox a {
  text-decoration: none;
}
/*帯*/
.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;
}
/*スライダーメインバナーslick slide*/
#recommend_area {
  width: 100%;
  margin: 5px auto 0;
  padding: 0;
}
.slickBox {
  margin: 0;
  padding: 0 3%;
  width: 57%;
  float: left;
}
@media screen and (max-width:767px) {
  .slickBox {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .informationBox {
    margin: 0 .5%;
  }
}
.slider {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 1rem;
}
.slider img {
  height: auto;
  width: 100%;
}
.slick-prev:before, .slick-next:before {
  color: var(--color_bk);
  /*IE*/ color: #111111;
}
.slider_sub {
  width: 36%;
  float: left;
  margin: 0 auto;
  padding: 0;
}
.slider_sub div {
  width: 96%;
}
.slider_sub div img {
  width: 100%;
}
.fix {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999999;
  width: 100%;
}
.obi_iframe {
  width: 100%;
}
.hot_word {
  margin: .6rem .5rem .6rem 0;
  background-color: var(--color_ltgy);
  /*IE*/ background-color: #B6B6B6;
  width: 140px;
  float: left;
  position: relative;
}
.hot_word p {
  margin: 0;
  padding: .5rem;
  text-align: center;
  font-family: Futura, Futura-pt-bold, sans-serif;
  font-size: var(--font-size_3l);
  /*IE*/ font-size: .8rem;
  color: var(--color_wh);
  /*IE*/ color: #FFFFFF;
}
.hot_word p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -9px;
  border: 9px solid transparent;
  border-left: 9px solid #B6B6B6;
}
.hot_words span a {
  font-size: var(--font-size_m);
  /*IE*/ font-size: .8rem;
  float: left;
  margin: 1.2rem 0 0 .6rem;
  padding: .35rem;
  /*text-decoration: underline;*/
  color: var(--color_gd);
  /*IE*/ color: #666666;
  border: 1px solid #666666;
  border-radius: 6px;
  background: rgba(255, 255, 255, .7);
}
.pc_top_hot {
  background: rgba(255, 255, 255, .7);
}
.hot_words_sp {
  width: 96%;
  margin: 0 auto;
}
.hot_words_sp p {
  padding: 0;
  margin: .45rem;
  font-size: var(--font-size_s);
  /*IE*/ font-size: .6rem;
  text-align: center;
}
.hot_words_sp span a {
  padding: 4px 6px;
  border: 1px solid var(--color_gd);
  /*IE*/ border: 1px solid #8C7E5D;
  border-radius: 5px;
  color: var(--color_gd);
  /*IE*/ color: #8C7E5D;
  font-size: var(--font-size_s);
  /*IE*/ font-size: .6rem;
  float: left;
  margin: 1% .8%;
  background-color: var(--color_wh);
  /*IE*/ background-color: #FFFFFF;
}
@media screen and (max-width:1080px) {
  .hot_words span a {
    /*IE*/ font-size: .65rem;
    margin: .5rem 0 0 .6rem;
    padding: .2rem .35rem;
  }
}
.swiper-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}
.swiper-container_ct {
  overflow: hidden;
}
.swiper-container_ct {
  margin: 0;
  padding: 0;
}
.swiper-container_ct img {
  max-height: 80px;
  max-width: 80px;
}
/*h2コンテンツタイトル*/
.contents_title {
  font-family: Futura, Futura-pt-bold, sans-serif;
  font-weight: normal;
  text-align: center;
  margin: 3.5rem auto 2rem;
  padding: 0;
  font-size: var(--font-size_3l);
  /*IE*/ font-size: 1.7rem;
  color: var(--color_bk);
  /*IE*/ color: #111111;
}
.contents_title p {
  width: 100px;
  margin: .5rem auto;
  padding: 0;
  border-bottom: 3px solid var(--color_ltgy);
  /*IE*/ border-bottom: 3px solid #B6B6B6;
}
.contents_title span {
  font-size: var(--font-size_m);
  /*IE*/ font-size: .8rem;
}
#new_show, #pick_show, #re_show,#hit_show {
  width: 100%;
  margin: 1rem auto;
}
.ShowBox,.hitBox {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}
.ShowBox li {
  font-size: var(--font-size_s);
  /*IE*/ font-size: .6rem;
  text-align: center;
  list-style: none;
  width: 20%;
  padding: 0;
  margin: 0 auto 2rem;
  display: inline-block;
  vertical-align: top;
}
.hitBox li {
  font-size: var(--font-size_s);
  /*IE*/ font-size: .6rem;
  text-align: center;
  list-style: none;
  width: 25%;
  padding: 0;
  margin: 0 auto 2rem;
  display: inline-block;
  vertical-align: top;
}
.rank_list {
  font-size: var(--font-size_s);
  /*IE*/ font-size: .6rem;
  text-align: left;
  list-style: none;
  width: 20%;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  /*float: left;*/
}
/*.ShowBox li p{
	width: 98%;
	text-align: left;
	margin: 0 3%;
	padding: 0;
}
.ShowBox li dl dd,.rank_list dl dd{
		margin: 0;
		padding: 0;
}*/
.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;
}
.newIcon, .saleIcon, .reIcon, .freeshippingTxt {
  display: inline-block;
  border-radius: 5px;
  font-size: .6rem;
  padding: .1rem .25rem .18rem;
  height: .85rem;
  margin: 0 2px 0 0;
  line-height: 140%;
  position: relative;
  top: -1px;
}
.newIcon {
  border: 1px solid #FF1D8A;
  color: #FF1D8A;
}
.saleIcon {
  /*border: 1px solid var(--color_red);*/
  background-color: var(--color_red);
  /*IE*/ background-color: #DD0000;
  color: #FFFFFF;
  font-size: .48rem;
  line-height: 150%;
  padding: .21rem .21rem .25rem;
}
.reIcon {
  border: 1px solid #7BC8C8;
  color: #7BC8C8;
}
p.price {
  width: 99%;
  text-align: center !important;
  margin: 0 auto;
  vertical-align: middle;
}
span.pricetext {
  font-family: Futura, Futura-pt-bold, sans-serif;
  color: #484848; /*#BB1405*/
  font-size: var(--font-size_ml);
  font-weight: normal;
  /*IE*/ font-size: .9rem;
  padding-left: 4px;
  padding-right: 4px;
}
span.membersprice {
  font-family: Futura, Futura-pt-bold, sans-serif;
  color: #BB1405;
  font-weight: bold;
  font-size: var(--font-size_ml);
  /*IE*/ font-size: .9rem;
}
span.membersprice::before {
  content: "会員限定価格";
  font-size: .75rem;
  padding-right: 4px;
  font-weight: bold;
}
span.membersprice::after {
  content: "円+税";
  font-size: .7rem;
  padding-left: 4px;
  font-weight: bold;
}
span.freeshippingTxt {
  background-color: #484848;
  color: #FFFFFF;
  padding: .18rem .25rem .2rem;
  letter-spacing: .5px;
  margin-top: 2px;
}
span.freeshippingTxt:empty {
  display: none;
}
/*.ShowBox li dl dd.price,.rank_list dl dd.price{
	text-align: right;
}
.ShowBox li dl dd span.priceTxt,.rank_list dl dd span.priceTxt{
	font-size: var(--font-size_m);
}
.ShowBox li a, .rank_list a {
  padding: 0;
  margin: 0;
}
.ShowBox li img, .rank_list img {
  width: 94%;
  padding: 0;
  margin: 0 auto;
}
*/
.rankIcon {
  font-size: var(--font-size_ll);
  /*IE*/ font-size: 1.2rem;
  font-family: Futura, Futura-pt-bold, sans-serif;
}
.space_r {
  padding: .3rem;
}
.freeshipBox {
  width: 100%;
  max-width: var(--max-wide);
  /*IE*/ max-width: 1080px;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
.freeshipBox li {
  list-style: none;
  width: 25%;
  padding: 0;
  margin: 0 auto 2rem;
  float: left; /*display: inline-block;*/
}
.freeshipBox li img {
  width: 94%;
  padding: 0;
  margin: 0 auto;
}
.priceTxt {
  font-family: Futura, Futura-pt-bold, sans-serif;
  font-size: var(--font-size_ml);
  /*IE*/ font-size: .9rem;
  clear: both;
  text-align: right;
}
.saleTxt {
  font-family: Futura, Futura-pt-bold, sans-serif;
  font-size: var(--font-size_ml);
  /*IE*/ font-size: .9rem;
  color: var(--color_red);
  /*IE*/ color: #DD0000;
  clear: both;
  text-align: right;
}
/* ランキングボックス内*/
#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: .1rem;
  left: 2%;
  height: 25px;
  width: 25px;
  background: #000;
  color: #fff;
  font-size: .7rem;
  text-align: center;
  border-radius: 50%;
  line-height: 25px;
  z-index: 1;
}
.ctInner {
  margin: 10px auto;
  width: 25%;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: .7rem;
  position: relative;
}
.ctInner a {
  width: 100%;
  display: block;
  text-decoration: none;
  border: 0;
}
.ctInner p {
  width: 95%;
  font-size: .7rem;
  color: #444;
  text-align: left;
  margin: 6px auto;
  /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.ctInner img {
  width: 98%;
  margin: 0 auto;
}
span.none {
  display: none;
}
@media screen and (max-width:768px) {
  .ShowBox li, .freeshipBox li {
    width: 33.333%;
  }
  .hitBox li{
	  width:50%
	}
}
@media screen and (max-width:480px) {
  .ShowBox li {
    width: 50%;
  }
  p.price {
    font-size: .55rem;
  }
  span.pricetext {
    font-size: var(--font-size_m);
    /*IE*/ font-size: .8rem;
    padding-left: 2px;
    padding-right: 2px;
  }
  span.membersprice {
    /*IE*/ font-size: .8rem;
  }
  span.membersprice::before {
    content: "会員限定価格";
    font-size: .7rem;
    padding-right: 2px;
  }
  span.membersprice::after {
    content: "円+税";
    font-size: .6rem;
    padding-left: 2px;
  }
  .freeshipBox li {
    width: 50%;
    font-size: var(--font-size_s);
    /*IE*/ font-size: .6rem;
  }
  #itemList li::before {
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: .5rem;
    font-weight: bold;
  }
  .ctInner {
    width: 50%;
  }
  .w480 {
    display: none !important;
  }
}
/*コーディネート*/
/*ピックアップ*/
#pickupCd, #pickupCd ul {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}
#pickupCd {
  margin-bottom: 1rem;
}
#pickupCd ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto 1rem;
  padding: 0;
  width: 20%;
  text-align: left;
}
#pickupCd ul li p {
  padding: .45rem .6rem;
  margin: .5rem auto;
  text-decoration: none;
  width: 45%;
  color: var(--color_gy);
  /*IE*/ color: #323232;
  font-size: var(--font-size_m) !important;
  font-size: .8rem !important;
  line-height: 170%;
  border-bottom: 1px solid #ECECEC;
  /*border-radius: 5px;*/
  display: block;
  background: url('/smf/subcat_view.png') no-repeat right 14px center;
  -webkit-background-size: 14px 14px;
  -moz-background-size: 14px 14px;
}
#pickupCd a {
  color: var(--color_gy);
  /*IE*/ color: #323232;
}
#pickupCd img {
  width: 94%;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  #pickupCd ul li {
    width: 33%;
  }
  #pickupCd ul li p {
    font-size: var(--font-size_s) !important;
    /*IE*/ font-size: .6rem !important;
  }
}
/*ブランドリスト*/
#brand_list, #brand_list ul {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
#brand_list ul li {
  list-style: none;
  width: 22%;
  margin: 0;
  padding: 0;
  margin-left: 2%;
  float: left;
}
#brand_list ul li a img {
  width: 100%;
}
.more_button {
  text-align: right;
}
.more_button a {
  display: inline-block;
  font-size: 1rem;
  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;
}
/*.more_button {
	max-width: 140px;
	background-color: #666666;
	padding: .55rem .6rem;
	vertical-align: middle;
	text-align: center;
	margin: 1rem auto;
}
.more_button a {
	color: var(--color_wh);
color: #FCFCFC;
font-size: var(--font-size_m);
font-size: .8rem;
}
*/ /*カテゴリー*/
#category_fix {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.ct_sub {
  width: 33.3%;
  float: left;
  padding: 0;
  margin: 0 auto;
  font-size: .8rem;
}
.ct_sub dl dt {
  width: 96%;
  text-align: left;
  padding: 10px 0;
  margin: 5px auto 1rem;
  border-bottom: 1px #BCBCBC solid;
}
.ct_sub dl dt img {
  padding: 0;
  margin: 0;
  margin-right: 10px;
  margin-bottom: -.3rem;
  width: 13%;
  vertical-align: bottom;
}
.ct_sub dl dd {
  width: 80%;
  text-align: left;
  margin: 0 5%;
  padding: 10px;
  font-size: .75rem;
  border-bottom: 1px dashed #E6E6E6;
}
.ct_sub dl dd a {
  width: 100%;
  position: relative;
}
.ct_sub dl dd a span {
  color: var(--color_gy);
  color: #BCBCBC;
  margin: 0 6px 0 10px;
}
/*instagram slick-slider*/
.slider_insta {
  width: 92%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}
.slider_img {
  width: 100%;
  padding: 0;
  padding-top: 100%;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.slider_img img {
  width: 95%;
  height: 95%;
  position: absolute;
  top: 0;
  left: 2.5%;
  object-fit: cover;
}
@media screen and (max-width:480px) {
  .slider_insta {
    width: 100% !important;
  }
}
/*送料無料エリア*/
#free_shipping_section {
  width: 100%;
  padding: 1rem 0 4rem;
  text-align: center;
  background-color: var(--color_ltgy);
  /*IE*/ background-color: #B6B6B6;
  color: var(--color_wh);
  /*IE*/ color: #FCFCFC;
}
.freeshipping_area1 {
  padding: 0;
  margin: 0 auto;
}
.freeshipping_area2 {
  font-size: var(--font-size_3l);
  /*IE*/ font-size: 1.7rem;
  letter-spacing: 2px;
  padding: 0;
  margin: 0 auto 2rem;
}
.freeshipping_area2 span {
  font-size: 4.5rem;
  color: #FFF447;
}
#freeship_show {
  width: 100%;
  max-width: var(--max-wide);
  /*IE*/ max-width: 1080px;
}
#freeship_show.ShowBox {
  margin: 0 auto;
  text-align: center;
}
.freeship_list {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem !important;
}
.freeship_list p {
  position: absolute;
  font-family: Futura, Futura-pt-bold, sans-serif;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  padding: .6rem 1rem;
  line-height: 140%;
}
.freeship_list p span {
  font-family: var(--Gothic_font);
  /*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: .8rem;
}
@media screen and (max-width:1023px) {
  .freeship_list p {
    font-size: var(--font-size_m);
    /*IE*/ font-size: .8rem;
  }
}
@media screen and (max-width:768px) {
  .freeship_list p {
    font-size: var(--font-size_m);
    /*IE*/ font-size: .8rem;
  }
  .freeship_list p span.tax {
    font-size: var(--font-size_s);
    /*IE*/ font-size: .6rem;
  }
}
@media screen and (max-width:480px) {
  .freeship_list p {
    padding: .6rem;
    width: 60%;
  }
}
/*page top*/
#topBtn {
  display: none;
  position: fixed;
  bottom: 4rem;
  right: 8px;
  z-index: 999
}
#topBtn a {
  display: block;
  background: #CBCBCB;
  /*opacity: 0.8;*/
  text-align: center;
  color: #000000;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 1rem;
  text-decoration: none;
  /*filter: alpha(opacity=50);*/
  width: 45px;
  height: 45px;
  position: relative;
}
#topBtn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#topBtn a:hover {
  display: block;
  background-color: #888888;
  text-align: center;
  color: #000000;
  text-decoration: none;
  /*filter: alpha(opacity=50);*/
}
/*イベントバナーevent_list.html*/
#eventWrap_sp, .event_box {
  width: 100%;
  margin: 0;
  padding: 0;
}
.event_left {
  width: 42%;
  display: inline-block;
}
.event_right {
  width: 56%;
  height: auto;
  float: right;
  vertical-align: top;
}
.event_text_h2 {
  font-weight: bold;
  font-size: var(--font-size_ml);
  /*IE*/ font-size: .9rem;
  color: var(--color_gy);
  /*IE*/ color: #323232;
  padding: 0;
  margin: 0;
  letter-spacing: .3vw;
}
.event_text_h3 {
  font-weight: bold;
  font-size: var(--font-size_ml);
  /*IE*/ font-size: .9rem;
  color: var(--color_ltgy);
  /*IE*/ color: #B6B6B6;
  padding: 0;
  margin: 0;
  margin-top: .3rem;
}
.event_text {
  font-size: var(--font-size_s);
  /*IE*/ font-size: .6rem;
  color: var(--color_bk);
  /*IE*/ color: #111111;
  padding: 0;
  margin: 0;
  margin-top: .5rem;
}
@media screen and (max-width:320px) {
  #event_list_pc {
    height: 1000px !important;
    overflow-y: hidden;
  }
  .event_text_h2 {
    /*IE*/ font-size: .8rem;
  }
  .event_text_h3 {
    /*IE*/ font-size: .8rem;
  }
  .event_text {
    /*IE*/ font-size: .4rem;
  }
}
@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:479px) {
  #eventWrap_sp {
    width: 95%;
    margin: 0 auto;
  }
  .event_box {
    width: 32%;
    display: inline-block;
    border: 1px solid var(--color_ltgy);
    /*IE*/ border: 1px solid #B6B6B6;
    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: var(--font-size_m);
    /*IE*/ font-size: .8rem;
  }
}
@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;
}*/
}
/*フッターfooter.html*/
#Footer {
  background: url(/img/parts/footer_background.png) repeat-y;
  background-position: center;
  font-size: var(--font-size_ml);
  /*IE*/ font-size: .9rem;
}
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: 600;
  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: 0.75em;
  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 {
  list-style: none;
  width: 16%;
  display: inline-block;
  margin-left: 0;
  padding: 0;
  margin-top: -1.2rem;
}
ul.credit:first-child {
  margin: 1rem 0;
  margin-bottom: -.8rem;
}
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;
  font-size: var(--font-size_ml);
  /*IE*/ font-size: .9rem;
}
div.footer-inner dl.other_shops dt::before {
  content: "";
}
div.footer-inner dl.other_shops dd a::before {
  content: "▶︎ ";
}
div.support {
  background-color: var(--color_wh);
  /*IE*/ 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: 100%;
  font-size: var(--font-size_m);
  /*IE*/ font-size: .8rem;
}
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: .9rem;
  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: .8rem;
    margin-top: -.4rem;
  }
}
#footer_area {
  width: 100%;
  max-width: var(--max-wide);
  /*IE*/ max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
#button_footer {
  width: 100%;
}
#button_footer div {
  width: 21%;
  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: 16.5%;
  float: left;
  font-size: 2.7rem;
  margin: 1rem auto 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width:768px) {
  #footer-contact {
    width: 96%;
    clear: both;
  }
  .snsIcon {
    width: 60%;
  }
  .snsIcon p {
    font-size: 1.7rem;
  }
  #button_footer div {
	width:48%;
    margin: 0 .3% .3rem;
    font-size: .85rem;
  }
  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: .8rem;
    margin-bottom: .8rem;
  }
  #button_footer div {
    font-size: var(--font-size_s);
    /*IE*/ font-size: .6rem;
  }
  .snsIcon {
    width: 70%;
  }
  .snsIcon p {
    width: 33.33%;
    font-size: 3.5rem;
    margin: .6rem auto 0;
  }
}
#footerBox {
  width: 95%;
  margin: 0 auto;
}
#footer-contact {
  text-align: left;
}
div.support p:first-child {
  font-size: 1em;
  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: var(--font-size_m);
  /*IE*/ font-size: .8rem;
  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 {
    font-size: var(--font-size_s);
    /*IE*/ font-size: .6rem;
  }
}
@media screen and (max-width:320px) {
  #terms_footer div {
    font-size: var(--font-size_ss);
    /*IE*/ font-size: .4rem;
  }
}
#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%;
}
#copyright {
  color: var(--color_gd);
  /*IE*/ color: #8C7E5D;
  margin: 1rem auto;
}
@media screen and (max-width:320px) {
  #copyright {
    font-size: var(--font-size_ss);
    /*IE*/ font-size: .4rem;
  }
}
/*共通レスポンシブ*/
@media screen and (max-width:1200px) {
  .w1200 {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .w767 {
    display: none !important;
  }
  .slider_sub_sp {
    clear: both;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
  }
  .slider_sub_sp div {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width:768px) {
  .w768 {
    display: none !important;
  }
  .iframeWraper {
    z-index: 999999;
    max-height: 800px;
    overflow: hidden;
  }
  .footer_iframe iframe {
    min-height: 550px;
  }
}
@media screen and (min-width:481px) and (max-width:767px) {
  .w481_767 {
    display: none !important;
  }
  #event_list_pc {
    height: 610px !important;
    overflow-y: hidden;
  }
}
@media screen and (min-width:481px) {
  .w481 {
    display: none !important;
  }
}