/* ---------------------------------------
  CONTAINER
--------------------------------------- */
/**, *:before, *:after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  min-width: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  letter-spacing: .06em;
  line-height: 1.65;  
}
body.fixed {
  position: fixed;
  right: 0;
  left: 0;
}
input {
  font-family: inherit;
}
ul, li {
  list-style: none;
}
img {
  border: none;
}
a:link, a:visited, a:focus {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #494949;
  text-decoration: none;
  opacity: .75;
}
.linkbtn {
  text-align: center;
  margin: 30px auto;
}
.linkbtn a {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  padding: 20px 0;
  border: 1px solid #000;
  position: relative;
}
.linkbtn a:before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.wrapper {
  min-width: 1000px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}
.container {
  padding-top: 100px;
  margin: 0 auto;
}
.contents {
  max-width: 1400px;
  padding: 50px;
  padding-bottom: 70px;
  margin: 0 auto;
  position: relative;
}
.container:after, .contents:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}*/


/* ---------------------------------------
  HEADER
--------------------------------------- */
/*#header {
  width: 100%;
  min-width: 1000px;
  background: #FFF;
  margin-bottom: 0;
  position: fixed;
  top: 0;
  z-index: 99;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
#header .header_inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}*/

/* : HEADER TOP : */
/*#customer_menu {
  text-align: right;
  position: relative;
}
#customer_menu li {
  display: inline-block;
}
#customer_menu li a {
  display: block;
  line-height: 1;
  padding: 15px 15px 10px;
}
#customer_menu li:last-of-type a {
  padding-right: 0;
}
#customer_menu .cmenu_brandsite {
  padding: 0;
  position: absolute;
  left: 0;
}
#customer_menu .cmenu_brandsite a {
  padding-right: 0;
  padding-left: 0;
}
#customer_menu .cmenu_mag a {
  font-size: 11px;
  padding-left: 35px;
  position: relative;
}
#customer_menu .cmenu_mag a:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 12px;
  background: url(/img/usr/common/icon_black_magazine.png) no-repeat center;
  position: absolute;
  top: 14px;
  left: 10px;
}*/

/* : HEADER BOTTOM : */
/*#glb-nav {
  font-size: 0;
  letter-spacing: -1em;
}
#glb-nav > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  letter-spacing: .06em;
}
#glb-nav > li > a {
  display: block;
  font-weight: bold;
  padding: 15px 15px 20px;
}
#glb-nav > li > a span {
  display: inline-block;
  min-height: 16px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 16px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}
#glb-nav > li > a:hover {
  opacity: 1;
}
#glb-nav > li > a:hover span {
  border-bottom: 2px solid #000;
}
#glb-nav > li.gnav_sale > a:hover span {
  border-bottom: 2px solid #E52828;
}

#glb-nav .gnav_logo {
  margin-top: -5px;
}
#glb-nav .gnav_logo a {
  padding: 0;
  margin-right: 35px;
}
#glb-nav .gnav_logo a img {
  width: 93px;
  height: 33px;
}
#glb-nav .gnav_sophnet > a span {
  width: 57px;
  background-image: url(/img/usr/common/txt_black_sophnet.png);
}
#glb-nav .gnav_ue > a span {
  width: 117px;
  background-image: url(/img/usr/common/txt_black_uniformexperiment.png);
}
#glb-nav .gnav_fcrb > a span {
  width: 90px;
  background-image: url(/img/usr/common/txt_black_fcrb.png);
}
#glb-nav .gnav_all > a span {
  width: 75px;
  background-image: url(/img/usr/common/txt_black_allbrands.png);
}
#glb-nav .gnav_arrival > a span {
  width: 81px;
  background-image: url(/img/usr/common/txt_black_newarrival.png);
}
#glb-nav .gnav_news > a span {
  width: 34px;
  background-image: url(/img/usr/common/txt_black_news.png);
}
#glb-nav .gnav_sale > a span {
  width: 30px;
  background-image: url(/img/usr/common/txt_sale.png);
}*/


/* : HEADERSEARCH : */
/*#header_search {
  width: 100%;
  height: 0;
  margin: 0;
  position: relative;
}
#search_box {
  display: inline-block;
  width: 17%;
  height: 36px;
  position: absolute;
  right: 0;
  top: -36px;
  border: 1px solid #ECECEC;
  -webkit-transition: width .5s;
  -ms-transition: width .5s;
  transition: width .5s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#search_box form {
  height: 100%;
}
#header_search .submit_image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}
#header_search #keyword {
  width: 100%;
  height: 100%;
  color: #CBCBCB;
  font-size: 11px;
  background: rgba(255, 255, 255, .25);
  padding-left: 40px;
  margin: 0;
  border: none;
  outline: none;
  border-radius: 0;
}
@media (max-width: 1100px) {
  #search_box {
    width: 36px;
  }
  #header_search #keyword {
    display: none;
  }
}
*/
/* : SUBMENU : */
/*.submenu {
  height: 0;
  background: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}
.submenu_inner {
  padding: 40px 0;
}
.submenu ul {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
}
.submenu ul li a {
  display: block;
  font-size: 13px;
  padding: 5px 15px;
}
.submenu ul li.red a {
  color: #F00;
}
#glb-nav > li:hover .submenu {
  height: 328px;
  -webkit-transition: height .5s;
  transition: height .5s;
  border-top: 1px solid #ECECEC;
}
*/
/* ---------------------------------------
  MAIN FRAME - ITEM
--------------------------------------- */
/*form[name="frmSort"] {
  padding-left: 240px;
}
.mainframe {
  position: relative;
}*/
/* : HEADER : */
/*.brand_mainvisual {
  margin-bottom: 70px;
  position: relative;
}
.brand_mainvisual .brand_bgimg img {
  width: 100%;
}*/

/* : SORT : */
/*.select_wrap {
  display: block;
  width: 121px;
  text-align: right;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 10px;
  position: relative;
}
.selectbox {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #FFF;
  position: relative;
  padding: 5px 35px 5px 0;
  margin: 0;
}
.selectbox:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-75%) rotate(45deg);
  -ms-transform: translateY(-75%) rotate(45deg);
  transform: translateY(-75%) rotate(45deg);
}
.select_wrap select {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}*/

/* : ITEM : */
/*div.goods_ {
  clear: both;
  width: auto;
  font-size: 0;
  letter-spacing: -1em;
  padding: 0;
  margin: 0 -15px;
  overflow: hidden;
}
.goods_ .item {
  display: inline-block;
  width: 25%;
  font-size: 12px;
  letter-spacing: .06em;
  text-align: center;
  vertical-align: top;
  padding: 0 15px;
  margin: 30px 0;
  position: relative;
}
.goods_ .item > a {
  display: block;
  position: relative;
}
.goods_ .item > a:hover {
  color: #494949;
  text-decoration: none;
  opacity: 1;
}
.goods_ .item > a:hover .img:not(.lazy) .over_img {
  opacity: 1;
}
.goods_ .item .img {
  width: 100%;
  height: 0;
  background: #ECECEC;
  margin-bottom: 10px;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.goods_ .item .img img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.goods_ .item .over_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
  -webkit-transition-duration: 1.0s;
  transition-duration: 1.0s;
}
.goods_ .item .data {
  margin-bottom: 5px;
}
.goods_ .item .data .brand {
  font-weight: bold;
}
.goods_ .item .icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.goods_ .item .icon img {
  width: 46px;
  height: auto;
}*/

/* : SALE PRICE : */
/*.price .sale {
  display: block;
  color: #F00;
}
.price .proper {
  display: block;
  text-decoration: line-through;
}*/


/* : PAGINATION : */
/*.navipage {
  font-size: 0;
  letter-spacing: -1em;
  text-align: right;
  margin-top: 50px;
}
.navipage button {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  font-size: 12px;
  letter-spacing: .06em;
  line-height: 40px;
  vertical-align: top;
  background: #CCC;
  margin: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  position: relative;
}
.navipage button:last-of-type {
  margin-right: 0;
}
.navipage button.now {
  background: #000;
  cursor: default;
}
.navipage button.pager {
  background: #000;
}
.navipage button.pager:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
}
.navipage button[value="next"]:before {
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  -ms-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.navipage button[value="prev"]:before {
  -webkit-transform: translate(-25%, -50%) rotate(-135deg);
  -ms-transform: translate(-25%, -50%) rotate(-135deg);
  transform: translate(-25%, -50%) rotate(-135deg);
}
.navipage button.rest {
  width: 30px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(/img/usr/common/rest.png) no-repeat center;
  cursor: default;
}*/

/* ---------------------------------------
  SIDE MENU
--------------------------------------- */
/*.leftmenuframe {
  width: 190px;
  position: absolute;
  top: 50px;
  margin-left: -210px;
}
.leftmenuframe .sidebox {
  margin-bottom: 30px;
}
.leftmenuframe h2 {
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 10px;
}
.leftmenuframe .tree li {
  position: relative;
}
.leftmenuframe .tree li label {
  display: block;
  margin: 0;
  padding: 8px 0 8px 25px;
  cursor: pointer;
  position: relative;
}
.leftmenuframe .tree li:hover label {
  color: rgba(85, 85, 85, .75);
}
.leftmenuframe input[type="checkbox"], .leftmenuframe .tree li label:before {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 8px;
  left: 0;
}
.leftmenuframe input[type="checkbox"] {
  opacity: 0;
}
.leftmenuframe .tree li label:before {
  content: '';
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #95989A;
  outline: none;
}
.leftmenuframe input[type="checkbox"]:checked + label:after {
  content: '';
  width: 10px;
  height: 7px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  position: absolute;
  top: 11px;
  left: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.leftmenuframe .tree li label .stock {
  color: #C3C3C3;
  font-size: 11px;
  margin-left: 5px;
}*/

/* ---------------------------------------
  ITEM HISTORY
--------------------------------------- */
/*div.rightmenuframe_ {
  width: 100%;
  margin: 0;
  border-top: 1px solid #ECECEC;
}
#block_of_itemhistory {
  max-width: 1200px;
  padding: 30px 50px 10px;
  margin: 0 auto;
}
#block_of_itemhistory h2 {
  font-size: 11px;
  background: none;
}
#itemHistory #itemHistoryDetail {
  margin: 0;
}
div.rightmenuframe_ .goods_ {
  margin: 0 -10px;
}
div.rightmenuframe_ .item {
  width: 12.5%;
  padding: 0 10px;
}*/

/* ---------------------------------------
  FOOTER
--------------------------------------- */
/*#footer {
  width: 100%;
  background: #000;
  padding: 0;
  margin: 0;
  border-top: none;
}
#pagetop a {
  display: block;
  padding: 40px 0;
  position: relative;
}
#pagetop a:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #FFF;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, -25%) rotate(-45deg);
  -webkit-transform: translate(-50%, -25%) rotate(-45deg);
  transform: translate(-50%, -25%) rotate(-45deg);
}*/

/* : FOOTER NAV : */
/*#footer .footer_inner {
  max-width: 1200px;
  padding: 20px 50px 80px;
  margin: 0 auto;
}
.footer_nav {
  position: relative;
}
.footer_nav ul {
  display: inline-block;
  margin-right: 30px;
}
.footer_nav ul li a {
  display: block;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  padding: 8px 0;
}
#sns_nav {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
#sns_nav li {
  display: inline-block;
}
#sns_nav li a {
  padding: 8px;
}
#sns_nav li:last-of-type a {
  padding-right: 0;
}
#sns_nav li a img {
  width: 21px;
  height: auto;
}
.copyright {
  color: #999;
  font-size: 11px;
  position: absolute;
  right: 0;
  bottom: 8px;
}
.copyright img {
  width: 78px;
  height: auto;
}*/

/* ---------------------------------------
  MODAL
--------------------------------------- */
/*#overlay {
  display: none;
  height: 120%;
  background: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.modal_contents {
  display: none;
  background: #FFF;
  position: fixed;
  z-index: 100;
}
.modal_inner {
  padding: 50px 40px;
}
.modal_closebtn {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.modal_closebtn:before, .modal_closebtn:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.modal_closebtn:before {
  -webkit-transform: translateZ(0) rotate(45deg);
  -ms-transform: translateZ(0) rotate(45deg);
  transform: translateZ(0) rotate(45deg);
}
.modal_closebtn:after {
  -webkit-transform: translateZ(0) rotate(-45deg);
  -ms-transform: translateZ(0) rotate(-45deg);
  transform: translateZ(0) rotate(-45deg);
}*/

/* ---------------------------------------
  MODAL :: RAKUTEN ID CONNECT SETTING
--------------------------------------- */
#rakutenidconnect_setting .modal_inner {
  width: 530px;
  padding: 50px;
}
#rakutenidconnect_setting .title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-align: center;
  line-height: 1.0;
  margin-bottom: 20px;
}
#rakutenidconnect_setting .rakutenidconnect_msg {
  font-size: 11px;
  letter-spacing: 0.025em;
  text-align: center;
  line-height: 1.0;
  margin-bottom: 10px;
}
#rakutenidconnect_setting .rakutenidconnect_sync {
  text-align: center;
}
#rakutenidconnect_setting .rakutenidconnect_sync_release {
  margin: auto;
  width: 280px;
  border: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: #dddddd;
}
#rakutenidconnect_setting .loginSync_btn {
  background-color: #fff;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  transition: background-color 0.3s;
}
#rakutenidconnect_setting .loginSync_btn:hover {
  opacity: 0.7;
}
#rakutenidconnect_setting .loginSync_logo::before {
  content: '';
  display: block;
  width: 35px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/img/icon/logo_rakuten.png");
}
#rakutenidconnect_setting .loginSync_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 45px;
  position: relative;
}
#rakutenidconnect_setting .loginSync_word {
  color: #000;
  width: 185px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* ---------------------------------------
  SLIDER
--------------------------------------- */
/* : NAV BUTTON : */
/*.swiper-button-prev, .swiper-button-next {
  width: 80px;
  height: 80px;
  background: none;
  margin-top: -60px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-button-prev {
  left: 3%;
}
.swiper-button-next {
  right: 3%;
}
.swiper-button-prev:before, .swiper-button-next:before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  z-index: 99;
  opacity: 1;
}
.swiper-button-prev:before {
  -webkit-transform: translateZ(0) rotate(-135deg);
  -ms-transform: translateZ(0) rotate(-135deg);
  transform: translateZ(0) rotate(-135deg);
  margin-left: -7px;
}
.swiper-button-next:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -21px;
}

.swiper-button-disabled:before {
  opacity: .25 !important;
}

.btn-black.swiper-button-prev, .btn-black.swiper-button-next {
  width: 55px;
  height: 100%;
  background: #FFF;
  margin-top: 0;
  top: 0;
  opacity: 1;
}
.btn-black.swiper-button-prev {
  left: -5px;
}
.btn-black.swiper-button-next {
  right: -5px;
}
.btn-black.swiper-button-prev:before, .btn-black.swiper-button-next:before {
  width: 20px;
  height: 20px;
  border-color: #000;
  top: 35%;
}
.btn-black.swiper-button-prev:before {
  margin-left: -5px;
}
.btn-black.swiper-button-next:before {
  margin-left: -15px;
}*/

/* : PAGINATION : */
/*.line-pagination {
  display: block;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0 !important;
  list-style: none;
  text-align: center;
  font-size: 0;
  letter-spacing: -1em;
}
.line-pagination span {
  display: inline-block;
  width: 30px;
  height: 12px;
  background: transparent;
  margin: 0 8px !important;
  border-radius: 0;
  cursor: pointer;
  opacity: 1;
  position: relative;
}
.line-pagination span:before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #ECECEC;
  position: absolute;
  top: 5px;
}
.line-pagination .swiper-pagination-bullet-active:before {
  background: #000;
}*/