@charset "UTF-8";
.ssl_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
}
.ssl_parts .ssl_img {
  width: 44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ssl_parts .ssl_img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #0000EE;
  text-decoration: underline;
  font-size: 12px;
}
.ssl_parts .ssl_link {
  width: 55%;
  text-align: right;
  letter-spacing: 0.5px;
  font-size: 12px;
  line-height: 1.4;
  color: #000;
}

@media (min-width: 1px) and (max-width: 1000px) {
  .ssl_parts .ssl_img {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .ssl_parts .ssl_link {
    width: 65%;
    font-size: 11px;
    letter-spacing: 0.3px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .ssl_parts .ssl_img {
    width: 25%;
  }
  .ssl_parts .ssl_img a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ssl_parts .ssl_img .ssl_img_text {
    text-align: center;
  }
  .ssl_parts .ssl_link {
    width: 73%;
    font-size: 11px;
    letter-spacing: 0.3px;
    text-align: left;
    text-decoration: none;
  }
}
.logout.my-false {
  display: none;
}

.login.my-true {
  display: none;
}

.login_parts {
  width: 100%;
}
.login_parts .login_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.login_parts .login_box_left {
  width: 90%;
}
.login_parts .login_box_right {
  width: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.login_parts .login_first {
  border-bottom: 1px dotted #DDDDDD;
  padding: 5px 0;
}
.login_parts .login_sedcond {
  border-bottom: 1px dotted #DDDDDD;
  padding: 5px 0;
}
.login_parts .login_thrid {
  border-bottom: 2px solid #DDDDDD;
  padding: 5px 0;
}
.login_parts .my_page_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.login_parts .my_page_link_list {
  padding: 0 5px 0 15px;
}
.login_parts .my_page_link_list a {
  color: #0000EE;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}
.login_parts .welcome {
  font-size: 15px;
  font-weight: bold;
}

@media (min-width: 1px) and (max-width: 767px) {
  .login_parts {
    display: none;
  }
}
/*form回り*/
.fs-c-inputTable > tbody > tr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fs-c-inputTable__headerCell {
  width: 30%;
}

.fs-c-inputTable__dataCell {
  width: 70%;
}

.fs-c-inputTable > tbody > tr + tr {
  margin-top: 0;
}

/*インプットタグ選択*/
[type=hidden]:focus,
[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=datetime]:focus,
[type=date]:focus,
[type=month]:focus,
[type=week]:focus,
[type=time]:focus,
[type=datetime-local]:focus,
[type=number]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgb(118, 118, 118);
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*ページ見出し*/
.fs-c-heading--page {
  padding: 0px;
  margin: 0 0 25px 0;
  border-bottom: 2px solid rgb(255, 180, 0);
  font-size: 14px;
  text-align: left;
  color: #000;
  padding-bottom: 3px;
}

/*パンくず*/
.fs-c-breadcrumb {
  background: rgb(255, 246, 235);
  font-size: 10px;
  margin-top: 5px;
}
.fs-c-breadcrumb a {
  text-decoration: underline;
  color: -webkit-link;
}

/*SP フッターリンク*/
@media (min-width: 1px) and (max-width: 767px) {
  .FS2_contents_container {
    background: #fff;
    margin: 4px;
    padding: 3px 3px 3px;
    -webkit-box-shadow: 0px 0px 5px #cfcfcf;
            box-shadow: 0px 0px 5px #cfcfcf;
    border-radius: 5px;
  }
  ul.FS2_Utility1 {
    text-align: center;
    padding: 3px 0;
  }
  ul.FS2_Utility1 li {
    display: inline-block;
    width: 31%;
    margin: 0px;
    text-align: left;
    line-height: 1;
    border-radius: 5px;
    border: 1px solid #666;
    -webkit-box-shadow: 0px 1px 3px rgba(173, 173, 173, 0.5), inset 0px 0px 3px rgb(255, 255, 255);
            box-shadow: 0px 1px 3px rgba(173, 173, 173, 0.5), inset 0px 0px 3px rgb(255, 255, 255);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px rgb(255, 255, 255);
  }
  ul.FS2_Utility1 li.FS2_UtilityMypage {
    background-image: url(../../shop/icon_mypage.gif);
    background-position: center right;
    background-repeat: no-repeat;
  }
  ul.FS2_Utility1 li.FS2_UtilityCart {
    background-image: url(../../shop/icon_cart.gif);
    background-position: center right;
    background-repeat: no-repeat;
  }
  ul.FS2_Utility1 li a {
    display: block;
    color: #1a1a1a;
    padding: 5px;
    font-size: 12px;
  }
  .FS2_Utility2 li {
    border-bottom: 1px dotted #ddd;
  }
  .FS2_Utility2 li.last {
    border-bottom: none;
  }
  .FS2_Utility2 li a {
    display: block;
    background: url(../../shop/arrow_r.gif) no-repeat right center;
    color: #000;
    margin: 0 5px 0 0;
    padding: 7px 3px;
  }
}
/*ページTOPボタン*/
.gotop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 11;
}
.gotop a {
  font-size: 0;
  display: block;
  height: 95px;
  width: 145px;
  background: url(https://gekkeikan.itembox.design/item/ssl/renew17/images/index/gotop.png);
  background-repeat: no-repeat;
  background-size: 145px 95px;
  background-position: center;
}

@media (min-width: 1px) and (max-width: 767px) {
  .gotop {
    position: fixed;
    right: -50%;
    height: 60px;
    width: 60px;
  }
  .gotop.fixed {
    right: 4%;
    bottom: 11%;
  }
  .gotop a {
    font-size: 0;
    display: block;
    height: 60px;
    width: 60px;
    background: url(https://gekkeikan.itembox.design/item/ssl/sp/images/common/back.png);
    background-repeat: no-repeat;
    background-size: 60px 60px;
    background-position: center;
  }
}
/*パスワード*/
.fs-c-button--particular.fs-c-button--addToWishList--icon::before, .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before, .fs-c-button--particular.fs-c-button--displayPassword::before, .fs-c-button--particular.fs-c-button--hidePassword::before {
  font-size: 1.5rem;
}

/*商品詳細　商品グループ　バナー*/
.item_g_bnr_area .bnr_left {
  margin-right: 10px;
}

@media (min-width: 1px) and (max-width: 784px) {
  .item_g_bnr_area .bnr_left {
    margin-right: 0;
  }
}
/*フッターバナーエリア*/
.fs-body-top .footer_bnr_area {
  display: none;
}

.footer_bnr_area {
  max-width: 1000px;
  width: 100%;
  margin: 100px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_bnr_area .footer_bnr_list {
  padding: 0 10px;
}

@media (min-width: 1px) and (max-width: 767px) {
  .footer_bnr_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px auto 20px;
  }
  .footer_bnr_area .footer_bnr_list {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer_bnr_area .footer_bnr_list:last-child {
    margin-bottom: 0;
  }
}