@charset "UTF-8";
@media screen and (max-width: 1139px) {
  /* -----------------------------------------
- common
----------------------------------------- */
  main {
    position: relative;
    width: 100%;
    min-width: 750px;
    height: auto;
    margin: 0 auto;
  }
  aside {
    float: left;
    width: 230px;
    max-width: 230px;
    padding-left: 1%;
    height: 100%;
    overflow: hidden;
  }
  .inner {
    width: 100%;
    min-width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 1%;
  }
  .rightcol {
    float: right;
    width: 910px;
    max-width: 910px;
    padding-left: 50px;
    padding-right: 1%;
    height: 100%;
    overflow: hidden;
  }
  .rightcol_inner {
    width: 99%;
  }
  /* -----------------------------------------
  - header
  ----------------------------------------- */
  header {
    width: 100%;
    min-width: 750px;
  }
  .top {
    height: 70px;
    overflow: hidden;
  }
  .topnav_box {
    float: right;
    height: 70px;
    overflow: hidden;
  }
  .topnav {
    display: flex;
  }
  /* .search */
  .search {
    margin-top: 23px;
    margin-right: 26px;
  }
  .input_box {
    position: relative;
    display: flex;
    width: 200px;
    border-bottom: 1px solid #515151;
  }
  .search_btn img {
    width: 17px;
    position: absolute;
    bottom: 4px;
    right: -4px;
  }
  input::-webkit-input-placeholder {
    color: #7f7f7f;
    font-size: 12px;
    letter-spacing: 1px;
  }
  /* IE */
  input:-ms-input-placeholder {
    color: #7f7f7f;
    font-size: 12px;
    letter-spacing: 1px;
  }
  /* firefox */
  input::-moz-placeholder {
    color: #7f7f7f;
    font-size: 12px;
    letter-spacing: 1px;
  }
  /* Edge */
  input::-ms-input-placeholder {
    color: #7f7f7f;
    font-size: 12px;
    letter-spacing: 1px;
  }
  /* .login */
  .login {
    margin-right: 25px;
    line-height: 65px;
  }
  .login_txt {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #7f7f7f;
    letter-spacing: 1px;
  }
  /* .comment */
  .comment {
    margin-right: 26px;
    line-height: 65px;
  }
  .comment img {
    width: 23px;
  }
  /* .love */
  .love {
    margin-right: 25px;
    line-height: 65px;
  }
  .love img {
    width: 23px;
  }
  /* .advanced-search */
  .advanced-search {
    position: relative;
    margin-right: 26px;
    line-height: 67px;
  }
  .advanced-search img {
    width: 25px;
  }
  /* .shopping-cart */
  .shopping-cart {
    position: relative;
    margin-right: 6px;
    line-height: 67px;
  }
  .shopping-cart img {
    width: 25px;
  }
  .cart-in_number {
    position: absolute;
    top: 15px;
    right: -6px;
    width: 16px;
    height: 16px;
    padding-left: 1px;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    color: #fff;
    background: #d0021b;
    line-height: 17px;
    text-align: center;
    border-radius: 50%;
    letter-spacing: 1px;
  }
  .gnav_box {
    clear: both;
    width: 100%;
    min-width: 100%;
    height: 50px;
    background: #f8f8f8;
  }
  .gnav_box ul {
    display: flex;
    line-height: 50px;
  }
  .gnav_box ul li a {
    display: block;
    color: #898989;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    letter-spacing: .7px;
  }
  .gnav_category a {
    padding: 0 30px 0 20px;
  }
  .gnav_brand a {
    padding: 0 30px 0;
  }
  .gnav_ranking a {
    padding: 0 30px;
  }
  .gnav_topics a {
    padding: 0 30px;
  }
  .gnav_sale a {
    padding: 0 30px;
  }
  /* ======================================
  = toppage =
  ========================================= */
  /* -----------------------------------------
  - #top_banner
  ----------------------------------------- */
  #top_banner {
    width: 100%;
    margin: 0 auto;
  }
  #top_banner a {
    display: block;
  }
  /* slider-pro */
  .slider-pro .sp-buttons {
    padding-top: 2.5px;
    margin-bottom: 20.5px;
  }
  .sp-buttons .sp-button {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%;
    margin: 9.5px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #c3c3c3;
  }
  .sp-buttons .sp-selected-button {
    background-color: #333;
  }
  /* -----------------------------------------
- #sub_banner
----------------------------------------- */
  #sub_banner ul {
    display: flex;
    justify-content: center;
    margin-bottom: 56px;
  }
  #sub_banner ul li {
    width: 32.5%;
    margin: 0 15px 0;
  }
  /* -----------------------------------------
- section
----------------------------------------- */
  section h1,
  .h1 {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 1.1px;
    line-height: 1.25;
  }
  /* -----------------------------------------
- .product_list
----------------------------------------- */
  .product_list {
    display: flex !important;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .product_list li {
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: center;
    padding-right: 3%;
  }
  .product_list>li {
    min-width: 15.614vw;
  }
  .product_list li:last-child {
    padding-right: 0;
  }
  .item_image {
    position: relative;
    width: 100%;
    min-width: 12.714vw;
    height: 20.833vw;
    min-height: auto;
    margin: 0 auto 8px;
    background: #fff;
    overflow: hidden;
  }
  .item_image.soldout::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #fff;
    content: "SOLD OUT";
    display: block;
    font-size: calc(100vw / (1140 / 16));
    /*16px;*/
    font-weight: bold;
    letter-spacing: 1px;
  }
  .item_image.soldout::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .item_image a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .item_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    padding: .5%;
  }
  .item_info {
    margin-bottom: .25em;
  }
  .item_info a {
    display: inline-block;
  }
  .item_info a:hover {
    opacity: .7;
    text-decoration: underline;
  }
  .item_info .brand {
    font-size: calc(100vw / (1140 / 12));
    /*12px;*/
  }
  .item_info .item_title {
    font-size: calc(100vw / (1140 / 14));
    /*14px;*/
    line-height: 1.75;
    white-space: nowrap;
  }
  .price_txt {
    font-size: calc(100vw / (1140 / 16));
    /*16px;*/
    font-weight: bold;
  }
  .tax-in {
    font-size: calc(100vw / (1140 / 12));
    /*12px;*/
    padding-left: .5em;
  }
  .sale {
    font-size: calc(100vw / (1140 / 12));
    /*12px;*/
    color: #d0021b;
  }
  .sale .sale_txt {
    font-size: calc(100vw / (1140 / 12));
    /*12px;*/
    padding-left: .5em;
  }
  .item_mark {
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: auto;
  }
  .item_mark li {
    width: 100%;
    max-width: 33px;
    margin: auto 0;
    line-height: 0;
  }
  .item_mark li img {
    width: 100%;
  }
  .item_mark a {
    display: block;
  }
  .item_mark a:hover {
    opacity: .7;
  }
  .item_mark>.none {
    display: none;
  }
  .more_link {
    position: relative;
    padding-top: 18px;
    padding-right: 20px;
    font-size: 14px;
    text-align: right;
  }
  .more_link span {
    letter-spacing: 1px;
  }
  .more_link a {
    color: #7f7f7f;
  }
  .more_link::after {
    position: absolute;
    top: 19px;
    right: 0;
    content: "";
    display: inline-block;
    width: 8px;
    height: 19px;
    background: url('/img/user/common/arrow-right_s.png') no-repeat;
    background-size: 100%;
  }
  /* -----------------------------------------
- #newarrival
----------------------------------------- */
  #newarrival {
    padding-bottom: 34px;
  }
  /* -----------------------------------------
- #ranking
----------------------------------------- */
  #ranking {
    padding-bottom: 34px;
  }
  #ranking h1,
  .h1 {
    margin-bottom: 26px;
  }
  #ranking-nav {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  #ranking-nav li {
    width: calc(100% / 7);
    font-size: 14px;
  }
  #ranking-nav a {
    color: #7f7f7f;
  }
  #ranking-nav a:focus,
  #ranking-nav a:hover,
  #ranking-nav a.active {
    color: #333;
  }
  .ranking_list {
    counter-reset: number;
  }
  .ranking_list li.rank {
    position: relative;
  }
  .ranking_list li.rank::after {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 9999;
    counter-increment: number;
    content: counter(number);
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 1.75;
    letter-spacing: 1px;
    background: #fff;
    border: 1px solid #c7c7c7;
  }
  .ranking_list li.rank:nth-of-type(1)::after {
    color: #fff;
    background: #e7bc3a;
    border: 1px solid #e7bc3a;
  }
  .ranking_list li.rank:nth-of-type(2)::after {
    color: #fff;
    background: #9a9893;
    border: 1px solid #9a9893;
  }
  .ranking_list li.rank:nth-of-type(3)::after {
    color: #fff;
    background: #a0783f;
    border: 1px solid #a0783f;
  }
  /* ranking-slider
--------------------------- */
  .rankingSlider_cnt .bx-wrapper {
    margin-bottom: 0;
  }
  .rankingSlider_cnt .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }
  /* DIRECTION CONTROLS (NEXT / PREV) */
  .rankingSlider_cnt .bx-wrapper .bx-prev {
    left: 0;
    background: url('/img/user/common/arrow-left.png') no-repeat 0;
    background-size: contain;
  }
  .rankingSlider_cnt .bx-wrapper .bx-prev:hover,
  .rankingSlider_cnt .bx-wrapper .bx-prev:focus {
    background-position: 0 0;
  }
  .rankingSlider_cnt .bx-wrapper .bx-next {
    right: 0;
    background: url('/img/user/common/arrow-right.png') no-repeat 0;
    background-size: contain;
  }
  .rankingSlider_cnt .bx-wrapper .bx-next:hover,
  .rankingSlider_cnt .bx-wrapper .bx-next:focus {
    background-position: 0 0;
  }
  .rankingSlider_cnt .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 0;
    margin-top: -54px;
    outline: 0;
    width: 13px;
    height: 25px;
    text-indent: -9999px;
    z-index: 99999;
  }
  .rankingSlider_cnt .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
  }

  /* -----------------------------------------
- #recommend
----------------------------------------- */
  #recommend {
    padding-bottom: 34px;
  }
  #recommend h1,
  .h1 {
    margin-bottom: 26px;
  }
  .recommend-nav {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .recommend-nav li {
    width: calc(100% / 7);
    font-size: 14px;
  }
  .recommend-nav a {
    color: #7f7f7f;
  }
  .recommend-nav a:focus,
  .recommend-nav a:hover,
  .recommend-nav a.active {
    color: #333;
  }
  /* recommend-slider
--------------------------- */
  .recommendSlider_cnt .bx-wrapper {
    margin-bottom: 0;
  }
  .recommendSlider_cnt .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }
  /* DIRECTION CONTROLS (NEXT / PREV) */
  .recommendSlider_cnt .bx-wrapper .bx-prev {
    left: 0;
    background: url('/img/user/common/arrow-left.png') no-repeat 0;
    background-size: contain;
  }
  .recommendSlider_cnt .bx-wrapper .bx-prev:hover,
  .recommendSlider_cnt .bx-wrapper .bx-prev:focus {
    background-position: 0 0;
  }
  .recommendSlider_cnt .bx-wrapper .bx-next {
    right: 0;
    background: url('/img/user/common/arrow-right.png') no-repeat 0;
    background-size: contain;
  }
  .recommendSlider_cnt .bx-wrapper .bx-next:hover,
  .recommendSlider_cnt .bx-wrapper .bx-next:focus {
    background-position: 0 0;
  }
  .recommendSlider_cnt .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 0;
    margin-top: -54px;
    outline: 0;
    width: 13px;
    height: 25px;
    text-indent: -9999px;
    z-index: 99999;
  }
  .recommendSlider_cnt .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
  }
  /* -----------------------------------------
- #news-event
----------------------------------------- */
  #news-event {
    padding-bottom: 34px;
  }
  .news-event_box {
    margin-top: -3px;
  }
  .news-event_box a {
    color: #1c1c1c;
  }
  .news-event_tbl {
    width: 100%;
    height: 80px;
    margin-bottom: 34px;
    color: #1c1c1c;
    border: 1px solid #c7c7c7;
    font-size: 14px;
    font-weight: normal;
  }
  .news-event_tbl th {
    width: 110px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
  }
  .news-event_tbl td {
    width: 460px;
    padding-right: .75em;
    vertical-align: middle;
    line-height: 1.25;
  }
  .news-event_tbl td span {
    letter-spacing: 1px;
  }
  .news_title {
    position: relative;
  }
  .news_title::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: inline-block;
    width: 1px;
    height: 70px;
    margin: 5px 0;
    background: #c7c7c7;
  }
  .ne-date_txt {
    padding: 0 28px 0 17px;
  }
  /* -----------------------------------------
- footer
----------------------------------------- */
  footer {
    width: 100%;
    min-width: 750px;
    margin: 0 auto;
    color: #333;
    background: #f6f7f8;
  }
  footer .inner {
    position: relative;
  }
  .footer-contents {
    display: flex;
    width: 100%;
    height: 252px;
    justify-content: space-between;
  }
  .footer-contents::after {
    content: "";
    clear: both;
    display: block;
  }
  .footer_nav {
    float: left;
    display: flex;
    margin-top: 46px;
    justify-content: space-between;
  }
  .footer_nav a {
    display: inline-block;
  }
  .footer_nav a:hover {
    opacity: .7;
    text-decoration: underline;
  }
  .footer_nav01 {
    width: 39.5%;
    max-width: 367px;
  }
  .footer_nav01 tr td:nth-of-type(1) {
    width: 13.158vw;
    max-width: 150px;
  }
  .footer_nav01 tr td:nth-of-type(2) {
    width: 19.649vw;
    max-width: 224px;
  }
  .footer_nav02 {
    width: 39.5%;
    max-width: 316px;
  }
  .footer_nav02 tr td:nth-of-type(1) {
    width: 13.158vw;
    max-width: 150px;
  }
  .footer_nav02 tr td:nth-of-type(2) {
    width: 14.561vw;
    max-width: 166px;
  }
  .footer_nav03 {
    width: 39.5%;
    max-width: 279px;
  }
  .footer_nav table {
    white-space: nowrap;
  }
  .footer_nav table th {
    font-family: 'Lato', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
    font-size: 16px;
    padding-bottom: 8px;
  }
  .footer_nav table td {
    font-size: 12px;
    line-height: 30px;
  }
  .footer_sns {
    width: 100%;
    max-width: 177px;
    margin-top: 85px;
  }
  .footer_sns a {
    display: block;
  }
  .footer_sns object {
    width: 100%;
    max-width: 177px;
    height: auto;
    max-height: 28px;
    margin-bottom: 6px;
  }
  .footer_sns .sns {
    width: 79.1%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  /* copyright */
  small {
    font-size: 11px;
  }
  .copyright {
    width: 100%;
    height: 60px;
    color: #333;
    text-align: center;
    background: #f2f2f2;
    overflow: hidden;
  }
  .copyright .txt {
    padding: 14px 0;
    line-height: 1.25;
  }
  .copyright .copy {
    font-family: sans-serif;
  }
  /* pagetop */
  #pagetop {
    position: absolute;
    z-index: 99999;
    right: 1%;
    top: 10px;
    width: 60px;
    height: 60px;
    font-size: 0;
  }
/* ======================================
= page =
========================================= */
/* -----------------------------------------
= detail.html
----------------------------------------- */
#detail_product-image .bx-wrapper {
  width: 37.719vw;
  height: 50.351vw;
  margin-left: 5.263vw;
  margin-right: 13.158vw;
}
.detail_product-image_inner {
  width: 52%;
  min-width: 52%;
}
#detail_product-image .bx-wrapper li {
  height: 50.351vw;
}
.detail_product-image_thumb {
  width: 100%;
}
.detail_product-image_thumb a {
  min-width: 64px;
  min-height: 7.456vw;
  margin-right: 0.175vw;
  margin-bottom: 0.439vw;
}

#detail_product-image .bx-wrapper .bx-prev {
  left: -3.509vw;
}
#detail_product-image .bx-wrapper .bx-next {
  right: -3.509vw;
}
#detail_product-image .bx-wrapper .bx-controls-direction a {
  margin-top: -1.404vw;
  width: 1.667vw;
  height: 3.246vw;
  text-indent: -877.105vw;
}

#detail_product-info {
  max-width: 43%;
  margin-left: 5%;
}
.detail_product-info .brand {
  margin-bottom: 2.456vw;
}
.detail_product-info .detail_item_mark {
  width: 9.912vw;
  margin-bottom: 2.632vw;
}
.detail_product-select .variation .txt {
  font-size: 0.877vw;
}

/* ======================================
= .login-page-- =
========================================= */
.login-page h1 {
  font-size: 30px;
  margin: 3.509vw 0 5.263vw;
}
#login-box {
  padding: 0 1.754vw;
}
#login-box .login_box {
  width: 569px;
  max-width: 49.912vw;
}
#login-box .login_box_add {
  width: 50%;
  max-width: 49.912vw;
}
#login-box .form_box {
  margin: 0 auto 8.772vw;
  padding: 4.386vw 0;
  border: 1px solid #c7c7c7;
}
#login-box th {
  width: 12.281vw;
  padding-left: 2.632vw;
  line-height: 4.386vw;
}
#login-box input[type="text"],
#login-box input[type="email"],
#login-box input[type="password"],
#login-box textarea {
  width: 35.088vw;
  max-width: 35.088vw;
  height: 4.386vw;
  margin-right: 2.632vw;
  margin-bottom: 1.754vw;
  padding: 0.5em;
  outline: none;
  border: 1px solid #c7c7c7;
  border-radius: 0.351vw;
  font-size: 1.404vw;
  background: #fff;
}
#login-box .ttl {
  font-size: 16px;
}
#login-box .autologin {
  margin-bottom: 1.228vw;
}
#login-box input[type=checkbox] {
  margin-right: 0.526vw;
  width: 1.228vw;
  height: 1.228vw;
  border: 1px solid #c7c7c7;
  border-radius: 0.351vw;
  color: #1c1c1c;
  background: #fff;
  vertical-align: middle;
}
#login-box .autologin .txt {
  font-size: 14px;
  line-height: 2.281vw;
}
#login-box .login-next {
  width: 25.439vw;
  height: 4.386vw;
  margin: 0 auto 1.754vw;
  border-radius: 0.351vw;
}
#login-box .login-next input {
  line-height: 4.386vw;
  font-size: 18px;
  letter-spacing: 0.088vw;
}
#login-box .login-forgot {
  margin-left: 12.281vw;
}
#login-box .login-forgot a {
  font-size: 14px;
}
#login-box .login_group ul {
  margin: 0 2.632vw;
}
#login-box .login_group ul li {
  max-width: 21.842vw;
  height: 11.754vw;
  border-radius: 0.351vw;
}
#login-box .login_group ul li img {
  width: 4.386vw;
  margin: 1.579vw auto 0.877vw;
}
#login-box .login_group ul li a {
  line-height: 20px;
  font-size: 16px;
}
#login-box .login_group ul .login-facebook {
  margin-right: 0.877vw;
  margin-bottom: 0.877vw;
}
#login-box .login_group ul .login-twitter {
  margin-bottom: 0.877vw;
}
#login-box .login_group ul .login-line {
  margin-right: 0.877vw;
}

/* ======================================
= .cart-page-- =
========================================= */
#cart-box .customers_btn .customers {
  width: 50%;
  padding: 4.386vw 0 4.386vw 14.035vw;
}
#cart-box .customers_btn .non_member {
  width: 50%;
  padding: 4.386vw 0 4.386vw 4.632vw;
}

}
