/* ---------------------------------------
  CONTAINER
--------------------------------------- */
*, *:before, *:after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
body {
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  letter-spacing: 0.02em;
  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, a:link, a:visited {
  color: inherit;
}
button {
  color: inherit;
}
.linkbtn {
  text-align: center;
  margin: 20px auto;
}
.linkbtn a {
  display: block;
  color: #000;
  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: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.contents_ {
  padding: 0 18px;
  margin: 0 auto 80px;
}

.contents-title {
  text-align: center;
  margin: 30px 0 50px;
}
.contents-title .title-newarrival {
  width: auto;
  height: 28px;
}

.titleBlock {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  padding-bottom: 20px;
}
h2.event_name_ > .titleBlock {
  margin: -10px;
}
.titleBlock__image {
  width: 100%;
  margin-top: 10px;
}
.titleBlock__image:first-child {
  margin-top: 0;
}
.titleBlock__image img {
  width: 100%;
}
.titleBlock__headline {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}
.titleBlock__headline:first-child {
  margin-top: 0;
}
.titleBlock__comment {
  margin-top: 10px;
}


/* ---------------------------------------
  HEADER
--------------------------------------- */
#header {
  position: relative;
}
#header .header_inner {
  padding: 7px 70px;
}

/* --------------------
  ロゴ
*/
#header h1.logo {
  width: 89px;
  font-size: 12px;
  line-height: 1.0;
  margin: 0 auto;
}
#header h1.logo a {
  display: block;
  padding: 10px;
}

/* --------------------
  ハンバーガー
*/
#header .nav_icon {
  position: absolute;
  top: 0;
  right: 0;
}
#header .nav_icon a {
  display: block;
  width: 60px;
  height: 50px;
  padding: 16px 19px;
}
#header .nav_icon a > span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#header .nav_icon a > span:before,
#header .nav_icon a > span:after {
  content: '';
  display: block;
  border-bottom: 2px solid #000;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
}
#header .nav_icon a > span:before {
  height: calc(50% + 1px);
  top: 0;
  border-top: 2px solid #000;
}
#header .nav_icon a > span:after {
  bottom: 0;
}

/* ========================================
  Header Navigation
======================================== */
#headerNav {
  width: 75%;
  max-width: 300px;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  -webkit-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0);
  transition: 0.2s ease-in-out;
}
#headerNav.is-open {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#headerNav .global_nav {
  width: 100%;
  height: 100%;
  /*overflow-y: auto;*/
}
#headerNav .global_nav .nav_inner {
  width: 100%;
  height: 100%;
  padding-top: 58px;
  position: relative;
}

/* : NAV HEAD : */
#headerNav .nav_head {
  font-size: 0;
  letter-spacing: -1em;
  text-align: center;
  background: #fff;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
#headerNav .nav_head li {
  display: inline-block;
  width: 33.3%;
  font-size: 12px;
  letter-spacing: .02em;
  line-height: 1.5;
}
#headerNav .nav_head li a {
  display: block;
  padding: 20px 0;
}

/* : NAV PANEL : */
#headerNav .nav_panel {
  width: 100%;
  height: 100%;
  position: relative;
}
#headerNav .nav_panel .panel_primary {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#headerNav .nav_panel .panel_secondary {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0);
  transition: 0.2s ease-in-out;
}

#headerNav .nav_panel .panel_secondary.is-active {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#headerNav .nav_panel .panel_inner {
  padding: 12px 25px 30px;
}

/* Panel Head */
#headerNav .nav_panel .panel_head {
  margin-bottom: 24px;
}
#headerNav .nav_panel .panel_head .headline a {
  display: block;
  padding: 10px 0;
  position: relative;
}
#headerNav .nav_panel .panel_head .headline a:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#headerNav .nav_panel .panel_head .headline a span {
  display: block;
  overflow: hidden;
}
#headerNav .nav_panel .panel_head .headline img {
  width: 231px;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

/* Brand Menu */
#headerNav .brand_menu {
  margin-bottom: 47px;
}
#headerNav .brand_menu ul.list > li:nth-of-type(n+2) {
  margin-top: 5px;
}
#headerNav .brand_menu ul.list > li a {
  display: block;
  padding: 10px 0;
}
#headerNav .brand_menu ul.list > li img {
  width: 231px;
}

/* Contents Menu */
#headerNav .panel_secondary .contents_menu {
  padding-left: 20px;
}
#headerNav .contents_menu ul.list + ul.list {
  margin-top: 32px;
}
#headerNav .contents_menu ul.list > li a {
  display: block;
  font-size: 12px;
  padding: 10px 0;
}

/* OVERLAY */
#headerOverlay {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: 0.2s ease-in-out;
}
#headerOverlay.is-open {
  opacity: 1;
  visibility: visible;
}

/* ---------------------------------------
  MAIN CONTENTS
--------------------------------------- */
/* : HEADER : */
.brand_mainvisual {
  margin: 0 -18px 28px;
  position: relative;
}
.brand_mainvisual .brand_bgimg img {
  width: 100%;
}

/* : ITEM HEAD - SORT & SEARCH : */
.item_head {
  min-height: 20px;
  margin-bottom: 38px;
  position: relative;
}
.searchbtn {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  padding-left: 32px;
  position: relative;
  cursor: pointer;
}
.searchbtn:before {
  content: '';
  display: block;
  width: 25px;
  height: 20px;
  background: url(../img/usr/sb/common/icon_search.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}

.select_wrap {
  display: inline-block;
  width: 100%;
  position: relative;
}
.select_wrap .selectbox {
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 40px;
  background: #FFF;
  vertical-align: middle;
  position: relative;
  padding: 10px 45px 10px 15px;
  margin: 0;
  border: 1px solid #D6D6D6;
  line-height: 20px;
}
.select_wrap .selectbox:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(-50%, -75%) rotate(45deg);
  transform: translate(-50%, -75%) rotate(45deg);
}
.select_wrap select {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

/* : ITEM : */
.autopagerize_page_element_ {
  overflow: hidden;
}
div.goods_ {
  font-size: 0;
  letter-spacing: -1em;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.goods_ .item {
  display: inline-block;
  width: calc((100% - 19px) / 2);
  font-size: 12px;
  letter-spacing: normal;
  vertical-align: top;
  position: relative;
}
.goods_ .item:not(:nth-of-type(2n+1)) {
  margin-left: 19px;
}
.goods_ .item:nth-of-type(n+3) {
  margin-top: 40px;
}
.goods_ .item > a {
  display: block;
  position: relative;
}
.goods_ .item > a:hover .img:not(.lazy) img.over_img {
  opacity: 1;
}
.goods_ .item .img {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.goods_ .item .img:before {
  content: '';
  display: block;
  background: #ECECEC;
  padding-top: 125%;
}
.goods_ .item .img img {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
}
.goods_ .item .img img.over_img {
  opacity: 0;
  transition: 1s;
}
.goods_ .item .data {
  font-size: 11px;
  letter-spacing: 0.03em;
  margin-top: 10px;
  position: relative;
}
.goods_ .item .data .brand {
  font-weight: bold;
}
.goods_ .item .icon {
  height: 10px;
  font-size: 10px;
  line-height: 1.0;
  margin: 15px 0 10px;
}
.goods_ .item .icon img {
  width: auto;
  height: 100%;
}

/* : SALE PRICE : */
.price .sale {
  font-size: inherit;
  display: block;
  color: #F00;
}
.price .proper {
  font-size: inherit;
  display: block;
  text-decoration: line-through;
}

/* : PAGINATION : */
.navipage {
  font-size: 0;
  letter-spacing: -1em;
  text-align: center;
  margin: 50px -18px 0;
}
.navipage button {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 12px;
  letter-spacing: .06em;
  line-height: 40px;
  vertical-align: top;
  background: transparent;
  margin: 0 3px;
  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 {
  font-weight: bold;
  text-decoration: underline;
  cursor: default;
  opacity: 1;
}
.navipage button.pager:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
}
.navipage button[value="next"]:before {
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.navipage button[value="prev"]:before {
  -webkit-transform: translate(-25%, -50%) rotate(-135deg);
  transform: translate(-25%, -50%) rotate(-135deg);
}
.navipage button.rest {
  width: 10px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/usr/common/rest.png) no-repeat center;
  background-size: 10px 2px;
  margin: 0 -8px;
  position: relative;
  z-index: -1;
  cursor: default;
  opacity: 1;
}

.navisort {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 35px;
}
.navisort .select_wrap {
  width: auto;
}
.navisort .select_wrap .selectbox {
  min-height: 0;
  padding: 0 20px 0 0;
  border: none;
}
.navisort .select_wrap .selectbox:after {
  right: 0;
}

/* ---------------------------------------
  SEARCH MENU
--------------------------------------- */
#searchmenubox {
  display: none;
  position: absolute;
  background: #FFF;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 50px 40px;
}
#block_of_tree h2 {
  color: #9D9D9D;
  font-weight: normal;
  margin-bottom: 10px;
}
#block_of_tree .sidebox {
  padding-top: 20px;
  padding-bottom: 20px;
}
#block_of_tree #sidebox_brand {
  font-weight: bold;
}
#block_of_tree .tree li {
  position: relative;
}
#block_of_tree .tree li label {
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 10px 0 10px 25px;
  cursor: pointer;
}
#block_of_tree input[type="checkbox"], #block_of_tree .tree li label:before {
  width: 16px;
  height: 16px;
  margin: 0;
  position: absolute;
  top: 12px;
  left: 0;
}
#block_of_tree input[type="checkbox"] {
  opacity: 0;
}
#block_of_tree .tree li label:before {
  content: '';
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #95989A;
  outline: none;
}
#block_of_tree 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: 15px;
  left: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* : CATEGORY : */
#block_of_tree #sidebox_cat li {
  display: inline-block;
  width: 50%;
  float: left;
  clear: left;
}
#block_of_tree #sidebox_cat li:nth-of-type(8) ~ li {
  float: none;
  clear: none;
}

.submitbtn {
  max-width: 260px;
  text-align: center;
  margin: 20px auto 50px;
}
.submitbtn input {
  width: 100%;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  background: #000;
  border: none;
  padding: 20px 80px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

/* ---------------------------------------
  ITEM HISTORY
--------------------------------------- */
.rightmenuframe_ {
  width: 100%;
  background: #FFF;
  margin: 0;
  position: relative;
  z-index: 2;
}
#block_of_itemhistory {
  padding: 30px 17px 30px 18px;
  margin-top: 80px;
  border-top: 1px solid #D6D6D6;
}
#block_of_itemhistory h2 {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.06em;
  margin-bottom: 32px;
}
#itemHistory #itemHistoryDetail {
  margin: 0;
  overflow: hidden;
}
#itemHistory .goods_ {
  margin: 0;
  overflow: visible;
}
#itemHistory .goods_ .item {
  width: auto;
  padding: 0;
  margin: 0;
}
#itemHistory .goods_ .item .img {
  margin-bottom: 0;
}

/* ---------------------------------------
  FIXED MENU
--------------------------------------- */
#fixedMenu {
  text-align: center;
  background: #FFF;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 97;
}
#fixedMenu .menu_inner {
}

#fixedMenu ul.list {
  font-size: 0;
  letter-spacing: -1em;
}
#fixedMenu ul.list > li {
  display: inline-block;
  width: 20%;
  font-size: 12px;
  letter-spacing: normal;
  vertical-align: middle;
}
#fixedMenu ul.list > li a {
  display: block;
  padding: 4px 0;
}
#fixedMenu ul.list > li a img {
  width: 75px;
}

/* : FIXED SEARCH : */
#fixedSearch .modal_inner {
  padding: 70px 20px;
}
#fixedSearch.is-open {
  opacity: 1;
  visibility: visible;
}
#fixedSearch .searchbox input.keyword_ {
  width: 100%;
  max-width: 100%;
  height: 50px;
  color: #555;
  font-size: 12px;
  letter-spacing: 0.03em;
  margin: 0;
  border: 1px solid #EBEBEB;
  outline: none;
  border-radius: 0;
}

/* ---------------------------------------
  FOOTER
--------------------------------------- */
#footer {
  text-align: left;
  background: #FFF;
  padding-top: 1px;
  margin-top: -1px;
  border-top: 1px solid #D6D6D6;
}
#footer .footer_inner {
  padding: 50px 28px 60px;
}

/* --------------------
  アプリメニュー
*/
#footer .app_menu .title {
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 1.0;
  margin-bottom: 17px;
}
#footer .app_menu ul.list {
  font-size: 0;
  letter-spacing: -1em;
  padding-left: 54px;
  position: relative;
}
#footer .app_menu ul.list:before {
  content: '';
  width: 44px;
  height: 44px;
  background: url(../img/usr/sb/common/footer_app_icon.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 22px);
  left: 0;
}
#footer .app_menu ul.list > li {
  display: inline-block;
  width: calc((100% - 7px) / 2);
  max-width: 129px;
  font-size: 12px;
  letter-spacing: normal;
  vertical-align: middle;
}
#footer .app_menu ul.list > li:not(:nth-of-type(2n+1)) {
  margin-left: 7px;
}
#footer .app_menu ul.list > li a {
  display: block;
}

/* --------------------
  コンテンツメニュー
*/
#footer .contents_menu {
  margin-top: 60px;
}
#footer .contents_menu ul.list {
  font-size: 0;
  letter-spacing: -1em;
}
#footer .contents_menu ul.list > li {
  display: inline-block;
  width: calc((100% - 10px) / 2);
  font-size: 11px;
  letter-spacing: 0.06em;
  vertical-align: top;
}
#footer .contents_menu ul.list > li:not(:nth-of-type(2n+1)) {
  margin-left: 10px;
}
#footer .contents_menu ul.list > li:nth-of-type(n+3) {
  margin-top: 27px;
}

/* --------------------
  SNSメニュー
*/
#footer .sns_menu {
  text-align: center;
  margin-top: 70px;
}
#footer .sns_menu ul.list {
  font-size: 0;
  letter-spacing: -1em;
}
#footer .sns_menu ul.list > li {
  display: inline-block;
  font-size: 12px;
  letter-spacing: normal;
  vertical-align: middle;
}
#footer .sns_menu ul.list > li a {
  display: block;
  padding: 8px;
}
#footer .sns_menu ul.list > li a img {
  width: 21px;
}

/* --------------------
  コピーライト
*/
#footer .copyright {
  width: 78px;
  margin: 48px auto 0;
}

/* --------------------
  ページメニュー
*/
#footer .pages_menu {
  margin-top: 50px;
  text-align: center;
}
#footer .pages_menu ul.list {
  font-size: 0;
  letter-spacing: -1em;
  margin: 0 -18px;
}
#footer .pages_menu ul.list > li {
  display: inline-block;
  color: #ACACAC;
  font-size: 10px;
  letter-spacing: 0.06em;
  vertical-align: middle;
  position: relative;
}
#footer .pages_menu ul.list > li:nth-of-type(n+2) {
  padding-left: 10px;
  margin-left: 10px;
}
#footer .pages_menu ul.list > li:nth-of-type(n+2):before {
  content: '';
  display: block;
  width: 1px;
  height: 8px;
  background: #ACACAC;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
}

/* ---------------------------------------
  RECOMMEND
--------------------------------------- */
#recommend {
  margin: 80px 0;
}
#recommend h2 {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.0;
  margin-bottom: 32px;
}

#block_of_accessory_x {
  margin: 60px 0;
}
.cartlist_ #block_of_accessory_x {
  padding: 0 18px;
}

#block_of_accessory {
  padding: 30px 17px 30px 18px;
  margin-top: 80px;
  border-top: 1px solid #D6D6D6;
}
#block_of_accessory h2 {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.06em;
  margin-bottom: 32px;
}





/* ---------------------------------------
  MODAL
--------------------------------------- */
#overlay {
  display: none;
  height: 120%;
  background: rgba(0, 0, 0, .3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 98;
}
.modal_contents {
  display: none;
  background: #FFF;
  width: 100%;
  padding: 70px 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.modal_closebtn {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.modal_closebtn:before, .modal_closebtn:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.modal_closebtn:before {
  -webkit-transform: rotate(45deg) translateZ(0);
  -ms-transform: rotate(45deg) translateZ(0);
  transform: rotate(45deg) translateZ(0);
}
.modal_closebtn:after {
  -webkit-transform: rotate(-45deg) translateZ(0);
  -ms-transform: rotate(-45deg) translateZ(0);
  transform: rotate(-45deg) translateZ(0);
}

/* ----- 2018 ----- */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;s
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}
.modal .modal_frame {
  width: 100%;
  height: 100%;
  background: #FFF;
}
.modal .modal_scrollarea {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.modal .modal_inner {
  padding: 0;
  position: relative;
}
.modal .modal_overlay {
  background: rgba(0,0,0,0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
/**/
.modal .modal_close {
  display: block;
  width: 55px;
  height: 55px;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
}
.modal .modal_close span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.modal .modal_close span:before,
.modal .modal_close span:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.modal .modal_close span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .modal_close span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ---------------------------------------
  MODAL :: RAKUTEN ID CONNECT SETTING
--------------------------------------- */
#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
--------------------------------------- */
.swiper-slide img {
  width: 100%;
}
.swiper-container div.goods_ {
  overflow: visible;
}

/* Arrow */
div.swiper-button-prev,
div.swiper-button-next {
  background: none;
  margin-top: 0;
  left: auto;
  right: auto;
}
div.swiper-button-prev:before,
div.swiper-button-next:before {
  opacity: 1;
}
div.swiper-button-disabled {
  opacity: 0.25 !important;
}

/* Pagination */
div.swiper-pagination-bullets {
  text-align: center;
  line-height: 1.0;
  position: static;
}
span.swiper-pagination-bullet {
  background: transparent;
  margin: 0;
  border: none;
  border-radius: 0px;
  opacity: 1;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  cursor: default;
}

/* ---------------------------------------
  RECOMMEND SYSTEM
--------------------------------------- */
.recommends {
  padding: 0 11px;
  margin: 80px 0;
}
.related-products {
  padding: 30px 17px 30px 18px;
}
.recommends .headline {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0 0 32px;
}
.ttl_related-products_ {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.06em;
  margin: 0 0 32px;
}

.dv_recommend {
  display: flex;
  flex-wrap: wrap;
  margin: -40px 0 0 -19px;
}
.dv_rc_header,
.dv_rc_title,
.dv_rc_footer {
  display: none;
}
.dv_rc_items {
  width: calc((100% - 38px) * 0.5);
  margin: 40px 0 0 19px;
  position: relative;
  z-index: 1;
}
.dv_rc_items > a {
  display: block;
}
.dv_rc_items > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.dv_rc_img {
  margin: 0 0 15px;
}
.dv_rc_img img {
  width: 100%;
}
.dv_rc_reserve1 {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.dv_rc_name {
  font-size: 11px;
  letter-spacing: 0.03em;
}
.dv_rc_description {
  display: none;
}
.dv_rc_price {
  font-size: 11px;
  letter-spacing: 0.03em;
}

.goods_ .item p.bookmark-button .goods-bookmark-button {
  position: absolute;
  top: -8px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  border: 0;
  outline: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url(/img/icon/wishlist_inactive.png?d=202208) center center / 100% 100% no-repeat;
}