#page.item-detail.in .btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 50px;
}
#page.item-detail.in .salon_search {
  width: 48.5%;
  margin: 0;
}
#page.item-detail.in .salon_search.only {
  width: 100%;
}
#page.item-detail.in .salon_search .search_icon {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
#page.item-detail.in .salon_search .search_btn {
  background-image: none;
  padding-left: 0;
  font-size: 1.4rem;
  line-height: 1.3;
}
#page.item-detail.in .online_shop {
  width: 48.5%;
  margin-bottom: 0;
}
#page.item-detail.in .online_shop .online_icon {
  width: 28px;
  height: 20px;
  margin-right: 5px;
}
#page.item-detail.in .online_shop .shop_btn {
  background-image: none;
  background: #0f2666;
  text-align: center;
  height: 58px;
  font-size: 1.4rem;
  line-height: 1.3;
}

#footer .side-bnr-list {
  display: none;
}
#footer .side-bnr-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
}
#footer .side-bnr-list li.aqua_bnr {
  display: block;
}
#footer .side-bnr-list li .aqua_bnr {
  display: block;
}
#footer .side-bnr-list li .normal {
  display: none;
}

#side-bnr.cosme-side {
  display: none;
}

#side-bnr.aqua-side.on .side-bnr-spv.aqua-side .side-bnr-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}

#side-bnr.aqua-side.off .side-bnr-spv.aqua-side .side-bnr-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}

#side-bnr.aqua-side {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 10000000;
}
#side-bnr.aqua-side .side-bnr-spv {
  background: #fff;
  padding: 5px;
}
#side-bnr.aqua-side .side-bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#side-bnr.aqua-side .side-bnr-list a {
  display: block;
  width: 100%;
}
#side-bnr.aqua-side .side-bnr-list a img {
  width: 100%;
}
#side-bnr.aqua-side .side-bnr-spv.aqua-side .side-bnr-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  width: 100%;
}
#side-bnr.aqua-side .side-bnr-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 100%;
}
#side-bnr.aqua-side .side-bnr-list li.aqua_bnr {
  display: block;
}
#side-bnr.aqua-side .side-bnr-list li .aqua_bnr {
  display: block;
}
#side-bnr.aqua-side .side-bnr-list li .normal {
  display: none;
}
#side-bnr.aqua-side .pcv {
  display: none;
}
#side-bnr.aqua-side .spv {
  display: block;
}

#cosme-footer .menber_area {
  display: none;
  max-width: 100%;
}
#cosme-footer .menber_area.aqua {
  display: block;
  margin-bottom: 50px;
}
#cosme-footer .bland_list_area {
  margin-top: 65px;
}
#cosme-footer .bland_list_title {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  line-height: 1.83;
  position: relative;
  margin-bottom: 10px;
}
#cosme-footer .bland_list_title::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #666464;
}
#cosme-footer .bland_list_title .bk_area {
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
#cosme-footer .bland_cate_title {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.611;
  margin-bottom: 18px;
}
#cosme-footer .bland_cate_list {
  margin-bottom: 7px;
}
#cosme-footer .bland_cate_list.last {
  margin-bottom: 40px;
}
#cosme-footer .bland_cate_link {
  display: block;
}
#cosme-footer .brand_bk_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  letter-spacing: 0.08em;
  background: url(../img/aqua-list/bland_btn_arrow.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 96% center;
  border: 1px solid #666464;
  border-radius: 30px;
  height: 64px;
  margin-top: 30px;
  width: 100%;
}

#page.item-detail.in .mv-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  display: none;
}
#page.item-detail.in .mv-box .item-logo-area {
  background: #fff;
}
#page.item-detail.in .sec-link-list {
  margin-top: 40px;
}
#page.item-detail.in .sec-link-list .link-area {
  background-image: url(../img/item/link_arrow.png);
  background-position: 95% center;
  background-size: 19px 19px;
  background-repeat: no-repeat, no-repeat;
  border: 1px solid #bababb;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  height: 70px;
}
#page.item-detail.in .voice_bottom_btn_area {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.item-detail.in .voice_bottom_btn_area .voice_bottom_btn {
  background-image: none;
  text-align: center;
  width: 48.5%;
  font-size: 1.4rem;
  line-height: 1.3;
}
#page.item-detail.in .voice_bottom_btn_area .voice_bottom_btn.only {
  width: 100%;
}
#page.item-detail.in .voice_bottom_btn_area .voice_bottom_btn .search_icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#page.item-detail.in .voice_bottom_btn_area .voice_bottom_btn.online {
  width: 48.5%;
  background-image: none;
  background-color: #0f2666;
  font-size: 1.4rem;
  line-height: 1.3;
}
#page.item-detail.in .voice_bottom_btn_area .voice_bottom_btn.online .online_icon {
  width: 28px;
  height: 20px;
  margin-right: 5px;
}
#page.item-detail.in .voice_bottom_btn {
  background: #c5b097;
  border-radius: 30px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
  margin-bottom: 22px;
}
#page.item-detail.in .voice_bottom_btn img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
#page.item-detail.in .voice_bottom_btn.online {
  background: #c6b198 url(../img/item/online-icon.png);
  background-repeat: no-repeat;
  background-size: 10px 20px;
  background-position: 96% center;
}
#page.item-detail.in .category_bk_btn_area {
  margin-bottom: 100px;
}
#page.item-detail.in .category_bk_btn_area .category_choose_link {
  display: none;
  border: 1px solid #bababb;
  position: relative;
  height: 60px;
  background: #fff url(../img/other/other-top-arrow.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 19px 19px;
  font-size: 1.5rem;
  line-height: 1.4;
}
#page.item-detail.in .category_bk_btn_area .category_choose_link.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page.item-detail.in .category_bk_btn_area .category_choose_link .category_icon {
  width: 26px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

@media screen and (min-width: 767px) {
  #page.item-detail.in .mv-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: none;
  }
  #page.item-detail.in .mv-box .item-logo-area {
    background: #f3f7f9;
  }
  #page.item-detail.in .voice_bottom_btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 744px;
    max-width: 640px;
    width: 100%;
    margin: 70px auto 0;
  }
  #page.item-detail.in .voice_bottom_btn_area .voice_bottom_btn {
    font-size: 1.6rem;
    margin: 0 auto;
  }
  #page.item-detail.in .voice_bottom_btn_area .voice_bottom_btn.only {
    max-width: 350px;
  }
  #page.item-detail.in .voice_bottom_btn_area .voice_bottom_btn .search_icon {
    margin-right: 10px;
  }
  #page.item-detail.in .voice_bottom_btn_area .voice_bottom_btn.online {
    font-size: 1.6rem;
  }
  #page.item-detail.in .voice_bottom_btn_area .voice_bottom_btn.online .online_icon {
    margin-right: 10px;
  }
  #page.item-detail.in .voice_bottom_btn {
    width: 49%;
    margin-bottom: 0;
  }
  #page.item-detail.in .category_bk_btn_area {
    margin-bottom: 240px;
  }
  #page.item-detail.in .category_bk_btn_area .category_choose_link {
    max-width: 485px;
    margin: 0 auto;
    font-size: 1.7rem;
    line-height: 1.35;
  }
  #page.item-detail.in .category_bk_btn_area .category_choose_link .category_icon {
    width: 32px;
    height: 30px;
    left: 45px;
  }
  #page.item-detail.in .related_products_title {
    position: relative;
    font-size: 2.6rem;
    letter-spacing: 0.12em;
    line-height: 1.96;
  }
  #page.item-detail.in .related_products_title::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #b7b7b8;
  }
  #page.item-detail.in .related_products_title .title_bk {
    background: #fff;
    position: relative;
    padding: 0 10px;
  }
  #page.item-detail.in .sec-link-list {
    margin-top: 45px;
    margin-bottom: 115px;
  }
  #page.item-detail.in .sec-link-list .link-area {
    font-size: 1.7rem;
    max-width: 485px;
    margin: auto;
  }
  #page.item-detail.in .item-detail-area {
    min-height: 0px;
  }
  #cosme-footer .others_link .others_link_btn {
    margin-top: 30px;
  }
  #cosme-footer .bland_list_title {
    font-size: 2.8rem;
  }
  #cosme-footer .bland_cate_title {
    font-size: 2.1rem;
  }
  #cosme-footer .bland_cate_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #cosme-footer .bland_cate_list {
    width: 33%;
    margin-bottom: 0.5%;
  }
  #cosme-footer .bland_cate_list.last f {
    margin-bottom: 35px;
  }
  #cosme-footer .brand_bk_btn {
    max-width: 320px;
    margin: 35px auto 0;
  }
  #cosme-footer .menbar_link {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  #side-bnr.aqua-side {
    width: auto;
    height: 500px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1000000;
  }
  #side-bnr.aqua-side.on {
    height: 400px;
  }
  #side-bnr.aqua-side.off {
    height: 270px;
  }
  #side-bnr.aqua-side .side-bnr-list {
    display: block;
  }
  #side-bnr.aqua-side .side-bnr-list a {
    max-width: 50px;
    max-width: 110px;
  }
  #side-bnr.aqua-side .side-bnr-list a:first-child {
    margin-bottom: 10px;
  }
  #side-bnr.aqua-side .footer-li-modal-open-btn {
    display: block;
  }
  #side-bnr.aqua-side .pcv {
    display: block;
  }
  #side-bnr.aqua-side .spv {
    display: none;
  }
  #side-bnr.aqua-side .side-bnr-spv.aqua-side {
    display: none;
  }
  #side-bnr.aqua-side .side-bnr-spv {
    display: none;
  }
}