/* 基本設定
 *----------------------------------------------------------------------*/
html {
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    scroll-padding-top: 150px;
}

 body {
  color: #080808;
 font-family: "Zen Kaku Gothic New", serif;
  line-height: 1;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  transition: opacity .3s ease;
  -webkit-text-size-adjust: 100%; /* 自動調整を無効にする */
  text-size-adjust: 100%; /* 他のブラウザ用 */
}
body.is-show {
  opacity: 1;
}
.wf-hannari {
  font-family: "Hannari", "Zen Kaku Gothic New", serif;
}
.inter {
  font-family: "Inter", serif;
}
.sp_only{
  display:none;
}
.pc_only{
  display:block;
}
#sysAll {
  max-width: 100%;
  background-color: transparent;
  padding: 0;
  overflow: hidden;
}
#sysWrap {
  max-width: 1100px;
  margin:160px auto 0;
  padding: 29px 0 0;
  overflow: hidden;
}

#sysHeader {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 999;
  background-color: initial;
  transition: .3s;
}

.h_inner-white {
  display: none;
}

#sysHeader.is-active {
  background-color: #fff;

}

div#sysMain {
  float: none!important;
  width: 100%!important;
  margin: 0 auto!important;
  padding: 0;
}
#sysAside {
  display:none;
  float: none;
  padding: 0;
}
#sysFooter {
  margin: 0;
  padding: 0;
}

#sysFooter a {
transition: .3s;
}

@media(hover: hover) {
  #sysFooter a:hover {
    opacity: 0.6;
  }
}

#top #sysWrap{
  margin-top:0;
max-width: initial;
width: 100%;
}

.sysContent {
 padding: 0!important;
}
.sysContent form {
  max-width: 524.5px;
  margin: 0 auto;
 position: relative;
}
.pc-h_search .sysSearchButton {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
  height: 100%;
  width: 100px;
  border: none;
  background-color: initial;
  padding-left: 30px;
cursor: pointer;
margin: 0!important;
}
h1,h2,h3,h4,h5{
  margin:0;
  padding:0;
  line-height: 1.6;
  font-weight:bold;
  letter-spacing:inherit;
}
a {
  color: #333333;
  text-decoration: none;
  font-weight:inherit;
}
img {
  vertical-align: bottom;
  /*you kakunin*/
  height:auto;
}
a:hover img {
  position: relative;
  opacity: 1;
  filter: alpha(opacity=50);
  -moz-filter: "alpha( opacity=50 )";
  -webkit-filter: "alpha( opacity=50 )";
  -o-filter: "alpha( opacity=50 )";
  -ms-filter: "alpha( opacity=50 )";
}

a:hover img.nohover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-filter: "alpha( opacity=100 )";
  -webkit-filter: "alpha( opacity=100 )";
  -o-filter: "alpha( opacity=100 )";
  -ms-filter: "alpha( opacity=100 )";
}
p {
  margin: 10px auto;
}
p.indent{
        margin: 5px 0 !important;
        text-indent: 1em
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* フォーム要素の基本レイアウト */
input[type=search], input[type=text], input[type=tel], input[type=email], input[type=password], textarea {
  -webkit-appearance: none;
  padding: 10px 5px !important;
  width: 100%;
  line-height: 2;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 0;
}
 /*  input[type=submit] {
  -webkit-appearance: none;
  padding: 10px 5px !important;
  line-height: 2;
  margin-top: 30px;
}
*/
ul, ol {
  line-height: initial;
}
input[type="checkbox"] {
  accent-color: #080808;
}
input[type="radio"]{
        margin: 10px 10px 20px;
        accent-color: #080808;
}
.sysFormField{margin: 10px 0;}
.sysFormField label{
        margin-right: 20px;
        font-size: 15px;
}
.sysFormField input {
  accent-color: #080808;
}
.sysFormField a{
  display: inline-block;
  color: #080808;
  border-bottom: 1px solid #080808;
  line-height: 15px;
  margin: 0 3px;
}
select {height: 30px;}
#sysItemCategory select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
        width: 100%;
        padding: 3px 5px;
}

@media(max-width: 743px) {
  #sysWrap {
    padding: 31px 0 0;
  }

  .sp_only{
    display:block;
  }
.pc_only{
  display:none;
}
}


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /*background: url("owl.video.play.png") no-repeat;*/
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}
.owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none
}
.owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default
}
.owl-dots{
  text-align:center;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display:inline;
  position:relative;
  top:10px;
}
.owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 12.5px;
  background: #999;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #000;
}
.owl-nav{
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-nav [class*=owl-] {
  position: absolute;
  top:98%;
  margin-top: -18.5px;
  outline: 0;
  width: 20px;
  height: 37px;
  padding:0;
  text-indent: -9999px;
  z-index: 9999;
  border:none;
  border-radius:none;
  cursor:pointer;
}
.owl-nav .owl-prev{
  left:35%;
  background: url(/img/common/controls.png) no-repeat 0 0;
  background-size:40px;
}
.owl-nav .owl-next{
  right:35%;
  background: url(/img/common/controls.png) no-repeat -20px 0;
  background-size:40px;
}
.owl-nav .owl-prev:hover {
  background-position: 0 0;
}
.owl-nav .owl-next:hover {
  background-position: -20px 0;
}

/* 検索バー背景 */
#sysAll {
  position: relative;
}

#sysAll #sysWrap,
#sysAll #sysFooter,
#sysItemCategory #sysHeader,
.item_bottom-list-wrap,
.sysCategoryPankuzu {
  filter: blur(0);
  transition: .1s;
}

#sysAll.is-search #sysWrap,
#sysAll.is-search #sysFooter,
#sysAll.is-search .sysCategoryPankuzu,
#sysAll.popup-show #sysWrap,
#sysAll.popup-show #sysFooter,
#sysHeader.popup-show .header_sp,
.item_bottom-list-wrap.is-search,
.sysCategoryPankuzu.is-search {
filter: blur(10px) !important;
}

.header__wrap.is-search + .search-filter {
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 29px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(8, 8, 8, 0.1);
  display: block;
  z-index: 998;
}




/* 検索ボックス */
.search_bx form{
  overflow: hidden;
  border: 1px solid #dddddd;
}

#sysHeader .sysItemSearchFormWord {
position: relative;
}

.sysItemSearchFormItemCategoryGroupsTitle {
    display: none;
}

#sysHeader .sysItemSearchFormWord::after {
  position: absolute;
  content: "";
  background-image: url(/img/top/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  }

#sysItemSearch .sp-cat-sort input[type=submit] {
background-color: #080808;
    border: none;
    color: #fff;
    padding: 10px;
    width: 200px;
    border-radius: 6px;
    margin-top: 20px;
    cursor: pointer;
}


#sysHeader .sysItemSearchFormWord input[type=search] {
  padding: 10px 5px 10px 100px!important;
}
.search_bx .sysItemSearchFormWord {
  float: left;
  width: 70%;
}
.search_bx input[type="search"] {
  height: 40px;
  border: none;
  padding: 5px;
  width: 100%;
}
.search_bx .sysSearchButton {
  overflow: hidden;
  float: left;
  display: block;
  width: 30%;
  height: 40px;
  margin: 0;
  padding: 0;
  text-indent: -999px;
  border-radius: 0px;
  border: none;
  background: #222222 url(/img/common/ico_search.png) no-repeat center center;
  background-size: 70px;
  cursor: pointer;
}

.sysItemSearchFormRange {
  font-size: 12px;
  margin-bottom: 40px!important;
}

.sysItemSearchFormRange input {
  width: 70% !important;
  max-width: 200px!important;
  min-width: 60px !important;
  min-width: 60px!important;
  padding: 5px!important;
  line-height: 1.8 !important;
  margin-right: 6px;
}

.sysItemSearchFormRange input:nth-child(1) {
  margin-bottom: 4px;
}

#sysItemSearch .search-switch-btn-ttl {
  display: flex;
  align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

#sysItemSearch .search-switch-btn-ttl span {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

#sysItemSearch .search-switch-btn-ttl input[type="radio"] {
  margin: 10px;
}

.search-close {
  opacity: 0;
  visibility: hidden;
  width: 8px;
  height: 8px;
}

.header__wrap.is-search ~ .pc-h_search + .search-close {
  position: fixed;
  top: 38px;
  right: 12px;
  z-index: 9999;
  width: 10px;
  height: 10px;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

.search-close img {
  width: 100%;
}


@media(max-width: 1024px) {
  #sysHeader .sysItemSearchFormWord input[type=search] {
    padding: 10px 5px 10px 50px !important;
  }

  .search-close {
    width: 8px;
    height: 8px;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    right: 20px;
    top: 36px;
    z-index: 0;
    transition: .3s;
  }

  .search-close.is-search {
    position: fixed;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
  }

  .search-close.up {
    top: 6px;
  }
}

@media(max-width: 743px) {
  #sysItemSearch #sysWrap {
    padding: 41px 20px 0;
  }

  .search-close {
    top: 41px;
  }

  .search-close.up {
    top: 10px;
  }
}

/* submitボタンの調整 */
#sysMypageReminder #sysMain input[type=submit],
.sysBackButton,
.sysNextSubmit {
    background: #666;
  color: #fff;
    display: block;
    padding: 10px 15px;
    text-shadow: none;
    border-color: transparent;
    border-radius: 3px;
    width: 80%;
    height: 50px;
    margin: 0 auto;
}

#sysMypageReminder #sysMain input[type=submit] {
  width: 100%;
}


/* 商品カテゴリページ */
.sysFuncItemCategory a {
    line-height: 1.75;
}
.sysFuncItemCategory a:hover {
    background: #eee;
}
.sysFuncItemCategory {
    font-size: 14px;
}
#sysItemCategory h1.itemCategory{
  margin-left: 5px;
  border-left: 5px solid #222222;
  padding-left: 10px;
  font-size: 18px;
  margin: 20px 0 10px;
}
/* .sysSelectionDescription{margin : 2px 0 10px;} */

.sysPagination {
  margin-top: 90px;
}

.sysPagination a {
  line-height: 1;
  padding: 10px;
  border: none;
  background-color: initial !important;
}

.sysPagination ul li {
  width: auto!important;
  padding: 0 10px;
  margin: 0 10px;
}

.sysPagination a.sysCurrent {
  background-color: initial;
  border: none;
}

@media(max-width: 743px) {
  .sysPagination {
    margin-top: 30px;
  }
}

/* 4-1-3 Category View Mode */
.sysItemCategoryCtl {
    font-size: small;
}

.sysItemCategoryCtl a {
  display: inline-block;
  padding: 4px 5px 5px;
  color: #080808;
  background: #fff;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  text-decoration: none;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  transition: .3s;
}


.sysItemCategoryCtl a.sysCurrent {
  cursor:auto;
}


@media(hover: hover) {
  .sysItemCategoryCtl a:not(.sysCurrent):hover {
    opacity: 0.6;
  }
}

  .sysItemCategoryCtl a.sysCurrent {
    background: #000000;
    color: #ffffff;
    font-weight: 700;
  }


.sysItemCategoryCtl a + a {
  margin-left: 10px;
}

/* PRアイコン設定 */
.sysItemPr {
    font-size: small;
    padding: 0 5px;
    background-color: rgba(255, 255, 255, 0.58);
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
}
/*PRアイコン(商品詳細ページ)*/
.sysPr span{
  width: 24%;
  padding: 7px 10px;
  color: #fff;
  background-color: #080808;
  font-weight: bold;
  font-size: 12px;
  border-radius: 0;
  margin: 14px 0 15px;
  line-height: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-family: "Inter", serif;
}
.sysPr span:nth-child(1) {
  display: none;
}
span.icon_online, span.icon_kyobashi{
        display: inline-block;
        background: #ff1000;
        border: 3px solid #ff1000;
        color: #fff;
}
span.icon_book{
        display: inline-block;
  border: 3px solid #ff1000;
        color: #ff1000;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
span.icon_chilled{
        display: inline-block;
        background: #4472c4;
        border: 3px solid #4472c4;
        color: #fff;
        text-indent: 0.5em;
        letter-spacing: 0.5em;
}

/* カートボタン */
.sysCartButton {
  margin: 0!important;
  background-color: #080808;
  border: 1px solid #080808;
  padding: 14px 16px !important;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  min-width: 200px;
}
.sysCartButton:hover {
    background: #fff;
    color: #080808;
}

@media(max-width: 743px) {
  .sysCartButton {
    min-width: initial;
  }
}

/* アーカイブリスト */
.sysItemList ul.sysList li .sysThumbnailImage {
    width: 50%;
    max-width: 200px;
    float: initial;
}

#sysMypageAshiato .sysMypage input[type="submit"] {
  margin: 16px 0 0;
  min-width: 201px;
  cursor: pointer;
}

#sysMypageAshiato .sysItemList ul.sysList li .sysThumbnailImage {
  margin-right: 24px;
  flex-shrink: 0;
}

#sysMypageAshiato .sysItemList ul.sysList li {
  padding: 20px 0;
}

#sysMypageAshiato .sysList li {
  display: flex;
  flex-flow: row;
  align-items: flex-end;
  justify-content: flex-start;
}

#sysMypageAshiato .sysItemList {
  margin-top: 10px;
}

#sysMypageReview .sysItemList .sysList {
  display: flex;
  flex-wrap: wrap;
}

#sysMypageReview .sysItemList ul.sysList li {
  width: calc(100% / 2);
  border-bottom: 1px solid lightgray;
  border-top: none;
}

#sysMypageReview .sysCartButton {
  background-color: #080808;
  padding: 10px !important;
  font-size: 14px;
  border-radius: 6px;
  border: none;
  margin: 20px auto 0 !important;
  width: 80%;
  min-height: 41px;
}

@media(max-width: 743px) {
  #sysMypageAshiato input[type="submit"],
  #sysMypageAshiato .sysCartButton {
    margin: 12px 0 0;
    display: block;
    width: 100%;
    padding: 14px !important;
    font-size: 14px;
  }

  #sysMypageAshiato .sysList li > div + div {
    width: 100%;
    font-size: 14px;
  }
  #sysMypageReview .sysCartButton {
    width: 100%;
  }
}


/* 4-1-7  商品サムネイル画像 */
.sysItemList ul.sysThumbnail li {
    display: inline-block;
    float: none;
    vertical-align: top;
    letter-spacing: normal;
}
.sysItemList ul.sysThumbnail {
    letter-spacing: -.4em;
}
.sysItemList ul.sysThumbnail input {
    width: 100%;
    padding: 10px 0;
}

/* 商品ぺージ */
/* 商品画像 */
.sysThumbnailImage > span,.sysThumbnailImage > br { display: none;}
.sysItemImages{
  max-width:500px;
  padding-right:20px;
}
.sysItemImages .sysImageList li{
    display: inline-block;
    vertical-align: top;
    height: auto;
    width:23%;
    line-height: 1;
    float: none;
    margin: 1% 0;
}

/* 商品名 */
.sysItemName h1 { font-size: x-large;}

/* 注文エリア*/
.orderArea {
    letter-spacing: -.4em;
    text-align: center;
}
.orderArea > div {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
}
.orderArea > .orderArea > div {
    width: 100%;
    display: block;
}


/* 商品ページのタイトル */
.sysItemName,
.sysExplanation > div > span,
.sysReview > span{
    display: block;
    margin-bottom: 0px;
    font-size: large;
}
/* 商品説明 */
.sysExplanation p {
  text-align: left;
  font-size: 12px;
  line-height: 1.66;
}

.sysExplanation table {
    width: 100%;
    text-align: center;
    border: 1px solid #999;
    line-height: 2;
}
.sysExplanation thead {
    text-align: center;
    color: #fff;
    background: #999;
}
.sysExplanation td {
    font-size: small;
    text-align: left;
    padding-left: 10px;
}

/* 買い物フォーム */
#sysItemDetail .sysRetailPrice { font-weight: bold;}
#sysItemDetail #sysVariation {
     overflow: hidden;
     margin: 5px auto;
}
#sysItemDetail #sysVariation >div {
    margin: 10px auto;
    overflow: hidden;
}
#sysItemDetail .sysNumArea button {
    display: inline-block;
    width: 48%;
    background: #666;
    padding: 10px;
    border: 1px solid #999;
    border-radius: 5px;
    color: #fff;
}
#sysItemDetail .sysNumArea {
    padding-top: 5px;
    clear: both;
    text-align: right;
}
#sysWishlist .sysButton {
  width: 82.2%;
}

#sysItemDetail .sysCartButton {
  width: 100%;
}
#sysItemDetail .products-col-right #sysSubmit {
  width: 83%;
}
#sysItemDetail .products-col-right #sysSubmit::after {
  width: 100%;
}
.sysWishlistForm {
    text-align: center;
}
#sysItemDetail .sysShare { padding: 5px 0 0 2%;}
#sysCartInForm { width: 100%;}

/* ログインボタン */
.sysLoginButton,
.sysButton:not(.sysWishListButtonFormAjax *) {
    border: none;
    padding: 10px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border-radius: 5px;
    background-color: #dddddd;
    color: #000;
    cursor: pointer;
    margin-top: 10px;
    min-width: 200px;
}

.sysMypageNav .sysButton {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#sysMypageEditDelivery .sysButton {
  display: flex;
  height: 50px;
}

.sysLoginButton,
.sysButton:hover {
    background: #999;
}
.sysLoginButton{
    display: block;
    width: 50%;
    margin: 10px auto;
    padding: 20px;
}
/* カートボタン */
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain input[type=submit],
.sysCart #sysMain button[type=submit],
.sysCart #sysMain button {
    background: #666;
    color: #fff;
    text-shadow: none;
}
.sysCartInDone{ margin: 0;}

.sysCart .sysBox img.sysProductImg {
  aspect-ratio: 217 / 290;
  object-fit: cover;
  object-position: center;
}

.sysCart .sysBox img.sysProductImg {
  float: initial;
  margin: 0 0 20px 0;
}

/* フォームページの基本レイアウト*/
#sysFormIndex #sysMain,
#sysFormConfirm #sysMain,
#sysFormThanks #sysMain,
.sysMemberRegister #sysMain,
.sysMypage #sysMain{
            width: 1100px;
            padding: 20px 150px !important;
            margin: 30px auto;
}
.sysMypage #sysMain {
  max-width: 1100px;
  margin: 0 auto !important;
  float: initial;
  border: none;
  padding: 0 50px !important;
}
#sysDestination #sysMain{
           width: 1100px;
            border: 1px solid #eee;
            padding: 20px 150px !important;
            margin: 30px auto;
}
#sysFormConfirm label, #sysMemberRegisterConfirm label{
  display: block;
  margin: 15px 0 5px!important;
}
#sysFormConfirm .sysFormField #sysMemberRegisterConfirm .sysFormField{
  margin: 10px 0 20px !important;
}
#sysFormConfirm button.sysButton{
  width: 49%;
  float: left;
  margin: 0;
  margin-right: 1%;
  margin-top: 30px;
  height: 50px;
  border-radius: 3px;
  background: #ccc;
  color: #444;
}
#sysFormConfirm .sysNextSubmit{
  width: 49%;
  margin: 0;
  margin-top: 50px;
  margin-left: 1%;
}
#sysMemberRegisterConfirm .sysNextSubmit{
        width: 49%;
  margin: 0;
  margin-top: 20px;
  margin-right: 1%;
        float: left;
}
#sysMemberRegisterConfirm .sysBackButton{
        width: 49%;
  float: left;
  margin: 0;
  margin-left: 1%;
  margin-top: 0px;
  height: 50px;
  border-radius: 3px;
  background: #ccc;
  color: #444;
}
#sysFormThanks .completeText{
  margin: 20px 0;
  text-align: center;
  font-size: 15px;
}
#sysFormThanks .completeText a{
  color: #068acc;
  text-decoration: underline;
}
#sysMemberRegisterRegister #sysMain h2,
#sysMemberRegisterConfirm #sysMain h2,
#sysMemberRegisterIndex #sysMain h2,
#sysFormThanks #sysMain h2,
#sysFormConfirm #sysMain h2,
#sysFormIndex #sysMain h2 {display:none;}
#sysFormIndex #sysMain input {font-size: 15px;}

#sysFormIndex .txtBlock{text-align: center;}
#sysMemberRegisterConfirm  #sysMain > form,
#sysMemberRegisterIndex #sysMain > form,
#sysFormConfirm #sysMain > form,
#sysFormIndex #sysMain > form { padding: 10px;}

#sysMypageReminder #sysMain input[type="text"],
#sysMemberRegisterIndex #sysMain input[type="text"],
#sysFormIndex #sysMain input[type="text"],
#sysFormIndex #sysMain textarea {
        background: #fff;
        border-radius: 0;
        margin: 10px 0 30px
}
input:focus,
input:focus-visible {
　outline: none!important;
}
#sysMemberRegisterIndex #sysMain input[type="tel"],
#sysMemberRegisterIndex #sysMain input[type="email"] ,
#sysMemberRegisterIndex #sysMain input[type="password"] {
        background: #fff;
        border-radius: 0;
        margin: 10px 0 30px
}

#sysMain .sysFormLabel{
  display:block;
  padding-left: 5px;
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: bold;
}
#sysMain .sysRequired{
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  margin-bottom: 5px;
}
#sysMain textarea { min-height: 75px;}
.sysZipcode button,
.sysZipcode .sysFormField { display: inline-block;}
.sysZipcode .sysFormLabel { display: block;}
.sysZipcode .sysFormField { width: 200px;}
.sysZipcode br{ display: none;}
.sysBirthday input { width: auto!important;}


.sysWithdrawal p + form {
  margin-top: 50px;
}

/* フォーム確認ぺージ */
#sysMypageEditConfirm #sysMain .sysFormField,
#sysMemberRegisterConfirm #sysMain .sysFormField,
#sysFormConfirm #sysMain .sysFormField {
    border: 1px solid #999;
    line-height: 2;
    padding: 10px;
    font-size: small;
    border-radius: 3px;
    margin: 5px auto;
    min-height: 48px;
    font-size: 14px;
}

#sysMypageEditConfirm.sysMypage input[type="submit"] {
  margin-top: 10px;
  cursor: pointer;
}

/* マイページ */
.sysMypageMajorHeadLine{display:none;}
.SysMypageMinorHeadLine{
        font-size: 18px;
  border-left: 5px solid #3d3d3d;
  padding-left: 5px;
  margin: 20px 0;
}
#sysMypageReminder .sysMypageMinorHeadLine {
text-align: center;
}
#sysMypageLogin .sysMypageMinorHeadLine{display: none;}

/* 購入履歴 */
.sysOrderList {
    border: 1px solid rgb(212,212,212);
    padding: 10px;
    max-height: 400px;
    overflow-y: scroll;
    margin-top: 10px;
    font-size: 14px!important;
}
.sysOrderList li {
    border-bottom: 1px dotted rgb(212,212,212);
    margin-bottom: 5px;
    padding-bottom: 5px;
}

/* Member Profile Editor */
#sysMypageEditDelivery #sysMain > form,
#sysMypageEditMember #sysMain > form{ padding: 0px;}
#sysMypageEditDelivery #sysMain input,
#sysMypageEditMember #sysMain input {
    line-height: 15px;
    padding: 5px;
    font-size: small;
    margin: 5px auto;
    cursor: pointer;
}


/* Special Point */
.sysSpecialPoint {
    overflow: hidden;
    letter-spacing: -.4em;
}
.sysSpecialPoint > div:nth-child(2n) {
    width: 60%;
}
.sysSpecialPoint > div {
    display: inline-block;
    letter-spacing: normal;
    padding: 5px 10px;
    border-bottom: 1px solid #d5d5d5;
}
.sysSpecialPoint > div:nth-child(2n+1) {
    width: 40%;
}

/* 4-5-4 Coupon List */
.sysCoupon {
    border: 1px solid #d5d5d5;
    margin: 10px;
}

/* マイページ（複数配送先編集画面）*/
.sysSelectAddress{background: none;}
.sysSelectAddress a {
    display: block;
    text-decoration: none;
    border: 0px solid;
    padding: 10px;
}

.sysSelectAddress {
    margin: 10px 0;
}

.sysSelectAddress a:hover {
    background: #eee;
}

.sysSelectAddress form button {
  background-color: #fff!important;
  border: 1px solid #080808!important;
  border-radius: 6px!important;
  padding: 10px!important;
}

@media(max-width: 743px) {
  .sysLoginButton, .sysButton {
    min-width: initial;
    width: 100%;
  }

  #sysMypageReview .sysItemList ul.sysList li {
    font-size: 14px;
  }

  .sysItemList ul.sysList li .sysThumbnailImage {
    width: 100%;
  }
}

/***********************************
  商品詳細ページ
***********************************/
/*商品名*/
#sysItemDetail .sysItemName h1{
  font-size: 26px;
  font-weight: 400;
  border-bottom: none;
  letter-spacing: 0;
  line-height: 1.3;
}
/*商品番号*/
#sysItemDetail .sysItemId {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: #080808;
  margin-top: 10px;
}
/*価格表示*/
#sysItemDetail .sysRetailPrice {
  display: inline-block;
  width: 100%;
  color: #080808;
  font-weight: 400;
  text-align: left;
  margin-top: 18px;
  font-size: 24px;
  letter-spacing: 0;
}
#sysItemDetail .sysRetailPrice span {
  font-size: 1.1rem;
}
#sysItemDetail .sysRetailPrice span.sysRetailPriceValue {
  font-size:20px;
  font-weight:normal;
}
/*通常価格*/
#sysItemDetail .sysSuggestedRetailPrice {
text-align: left;
    margin-bottom: -15px;
    margin-top: 20px;
    text-decoration: line-through;
    font-size: 16px;
}
#sysItemDetail .sysSuggestedRetailPrice span {
  font-size: 1.1rem;
}
/*送料区分*/
#sysItemDetail .sysShippingCost {
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-top: 5px;
  padding: 0 5px;
  color: #080808;
  font-weight: bold;
  font-size: 1.1rem;
  border: 1px solid #080808;
  border-radius: 3px;
}
/*PRアイコン(カテゴリーページ)*/
#sysItemCategory input[type=submit]{margin-top: 0px;}
.sysAddSelection div{margin-bottom: 10px;}
.sysAddSelection { clear: both;}
.sysAddSelection input, .sysAddSelection select{margin: 5px 0;}
.sysItemPrArea{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 8px;
}
.sysItemPrArea span{
  width: 100%;
  display: inline-block;
  padding: 6px;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  margin: 0;
  text-align: center;
  border-radius: 0;
  color: #707070!important;
  font-family: "Inter", serif!important;
}

#sysItemDetail .sysForm select {
  width: 100%;
  display: inline-block;
  float: none!important;
  margin: 10px 0 0 0;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  padding: 14.5px 10px;
  font-size: 14px;
  height: auto;
  line-height: 1;
  cursor: pointer;
        background-color: #fff;
        color: #080808;
}
#sysItemDetail .sysForm select[name="num"]{
        min-width: 200px;
        pointer-events: none;
}
#sysItemDetail .sysForm input[type="text"]{
  margin-top: 0;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  padding: 8px 10px !important;
}
/* #sysSelections div{margin-bottom: 10px;} */
#sysItemDetail .sysSelections{ line-height: 30px;}
#sysItemDetail #sysVariation {
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  margin-left: auto;
}
#sysItemDetail #sysVariation >div {
  margin: 10px auto;
  overflow: hidden;
}
#sysItemDetail .sysNumArea button {
  display: inline-block;
  width: 48%;
  background: #000;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 5px;
  color: #fff;
}
#sysItemDetail .sysNumArea {
  padding-top: 5px;
  clear: both;
  text-align: right;
}
#sysWishlist .sysButton {
  width: 82.2%;
}
#sysItemDetail .sysShare {
  padding: 5px 0 0 2%;
}
#sysCartInForm {
  width: 100%;
  margin-left: auto;
}
/*バリエーション*/
#sysItemDetail .sysFormVariationName {
  background-color: #fdf5f5;
}
#sysItemDetail .sysFormVariationTable {
  width: 100%;
  max-width: 500px;
}
/*下部フォーム*/
#sysItemDetail .order_bottom {
  margin: 0 auto 40px;
  text-align: right;
}
/*簡易商品説明*/
#sysItemDetail .sysDescription {
  text-align: left;
  line-height: 1.4;
  font-size: 14px;
}
#sysItemDetail .sysDescription p {
  font-size: 14px;
}
/*商品詳細*/
.sysExplanation {
  text-align: center;
}
.sysExplanation img {
  height: auto;
}
#sysItemDetail .itempage_cap{
  margin-bottom:30px;
  font-size:12px;
}
#sysItemDetail .itempage_cap .i_ttl{
  margin-bottom:20px;
  font-size:120%;
  font-weight:bold;
}
#sysItemDetail .itempage_detail h3{
  font-size:18px;
  font-weight:normal;
}
#sysItemDetail .itempage_detail table{
  width:100%;
  margin-bottom:10px;
  border-top: 1px solid #ccc;
}
#sysItemDetail .itempage_detail table tr {
    border-bottom: 1px solid #ccc;
}
#sysItemDetail .itempage_detail table th,
#sysItemDetail .itempage_detail table td {
    padding:10px;
  font-size:12px;
  line-height:1.6;
    text-align: center;
}
#sysItemDetail .itempage_detail table th{
  width:30%;
    border-right: 1px solid #ccc;
}
#sysItemDetail .itempage_detail table td{
  width:70%;
  text-align:left;
    background: #fff;
}
#sysItemDetail .itempage_detail_ttl{
  position:relative;
  margin-top:40px;
  padding:5px 0;
  font-weight:bold;
  font-size:18px;
}
#sysItemDetail .itempage_detail_ttl:after{
  content: "　";
  display:block;
  position:absolute;
  bottom:0;
  left:50%;
  margin-left:-30px;
  width:60px;
  height:2px;
  background-color:#000;
}

#sysItemDetail .sysMainImage img{
  border:1px solid #ccc;
}


.item_viewed-wrap,
.item_together-wrap,
.item_recommend-furi-wrap,
.item_recommend-cat-acs-wrap,
.item_recommend-acs-hair-wrap,
.item_recommend-acs-zoribag-wrap,
.item_recommend-acs-obijime-wrap,
.item_recommend-acs-obiage-wrap,
.item_recommend-acs-kasane-wrap {
  padding: 80px 0 80px 40px;
}

/*数量増減*/
#sysItemDetail #sysNumber{
  text-align:right;
}
#sysItemDetail .sysNumArea {
  margin-bottom: 20px;
}
#sysItemDetail .sysNumArea button {
  overflow: hidden;
  display: inline-block;
  width: 25%;
  padding: 10px;
  text-indent: -999px;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  background: #f1f1f1;
  cursor: pointer;
}
#sysItemDetail .sysNumArea button:hover {
  background-color: #efefef;
}
#sysItemDetail .sysNumArea .sysBtnPlus {
  border-color:#b9b9b9;
  background: url(/img/layout/system/btn_plus.png) center center no-repeat;
  background-size: 65px;
  width: 37%;
}
#sysItemDetail .sysNumArea .sysBtnMinus {
  border-color:#b9b9b9;
  background: url(/img/layout/system/btn_minus.png) center center no-repeat;
  background-size: 90px;
  width: 37%;
}
/*カートに入れる*/
#sysItemDetail .sysCartButton {
  padding:22px 15px !important;
  text-indent: -999px;
  background: #080808;
  background-size:140px;
  border: 1px solid #000;
  cursor: pointer;
  transition: .3s;
}
@media(hover: hover) {
  #sysItemDetail .sysCartButton:hover {
    background-color: #fff;
  }

  #sysItemDetail .products-col-right #sysSubmit:hover::after {
    color: #080808;
  }
}

#sysItemDetail #sysSubmit {
  position: relative;
}

#sysSubmit::after {
  position: absolute;
  content: "カートに入れる";
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  top: 35%;
  left: 0;
  width: 82.3%;
  height: 0;
pointer-events: none;
}

#sysItemDetail .sysGoCartButton {
  background: #080808;
  background-size: 127px;
}
/*お気に入り*/
#sysItemDetail #sysWishlist .sysButton {
  overflow: hidden;
  /* text-indent: -999px; */
  /* border: 1px solid #b9b9b9;
  background: #fff url(/img/layout/system/btn_favo.png) center center no-repeat;
  background-size: 100px; */
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 0;
  border: 1px solid #000;
  cursor: pointer;
  transition: .3s;
}
@media(hover: hover) {
  #sysItemDetail #sysWishlist .sysButton:hover {
    background-color: #fff;
  }
  #sysItemDetail #sysWishlist .sysButton:hover::before {
        color: #080808;
}
}

.modaal-container {
    max-width: 900px !important;
    padding: 27px;
    box-shadow: none !important;
    color: #080808 !important;
}
.modaal-content-container {
  padding: 10px!important;
}
.sysWishListButton{
    background: #ddd;
    border: 1px solid #999;
    border-radius: 3px;
    text-decoration: none;
}

.sysWishlistMessage {
  font-size: 12px;
  padding: 10px 0;
  color: rgba(8,8,8,0.3);
}

.sysWishlistInformation {
  font-size: 14px;
  padding: 28px 0 10px;
  color: rgba(8,8,8,0.3);
}
/* お気に入り登録時の画面 */
/* バツボタン */
.modaal-close{
    width: 50px;
    height: 50px;
    width: 22px !important;
    height: 22px !important;
    position: absolute !important;
    right: 15px !important;
    top: 15px !important;
    border-radius: 0 !important;
    border: none!important;
    background-color: #fff !important;
}
.modaal-close:after, .modaal-close:before {
    display: block;
    content: " ";
    position: absolute;
    top: 0.3px!important;
    left: 8px!important;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #080808!important;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}
/* @media (min-width: 1024px)
.modaal-close {
    width: 44px !important;
    height: 44px !important;
    right: 30px !important;
    top: 30px !important;
} */

/*20231204
button, input, optgroup, select, textarea {
    font: inherit;
}
*/

/* サンプルイメージ */
.mdl-dialog__image::before {
    content: "お気に入り登録完了";
    margin-bottom: 15px;
    display: block;
    text-align: center;
    font-size: 1.3rem;
}
.mdl-dialog__image {
    width: 88.81%;
    max-width: 250px;
    margin: auto;
}
.massage{
  text-align: center;
}
/* ログインボタン */
.sysWishlistLoginButton {
    width: 160px;
    line-height: 2;
    position: relative;
    background-color: #080808;
    text-align: center;
    font-size: 14px;
    transition: .2s;
    color: #fff;
}
.sysWishlistLoginGroup {
    margin: auto auto 30px!important;
    text-align: center;
}

:after, :before {
    text-decoration: inherit;
    vertical-align: inherit;
    background-repeat: no-repeat;
    box-sizing: inherit;
}
/* @media (min-width: 1024px)
.mdl-dialog__content {
    padding: 0 0 30px !important;
    font-size: 1.6rem !important;
} */
/* 会員登録ボタン */
.sysWishlistMemberRegisterGroup::before {
    content: "会員登録をされていないお客様はこちら";
    margin-top: 12px;
    margin-bottom: 12px;
    display: block;
    font-size: 1.1rem;
    text-align: center;
}
.sysWishlistMemberRegisterGroup {
    width: 100%;
    text-align: center;
    border: 1px solid #bbb;
    position: relative;
    background-color: #fff;
    margin: auto auto 30px!important;
    padding: 14px 20px 20px;
}
.sysWishlistMemberRegistButton{
  width: 160px;
    line-height: 2;
    position: relative;
    background-color: #080808;
    text-align: center;
    font-size: 14px;
    transition: .2s;
    color: #fff;
}
/* この画面を閉じるボタン */
.sysWishlistCloseBottomButtonGroup button {
    border-bottom: 1px solid #080808;
    transition: .2s;
    background-color: transparent;
    border-radius: 0px;
}
.sysWishlistCloseBottomButtonGroup {
    margin-top: 30px;
    text-align: right;
    font-size: 1.3rem;
display: none;
}

/*SNSボタン*/
#sysItemDetail .sysShare {
  padding: 5px 0 0 2%;
  text-align: right;
}
#sysItemDetail .sysShare .sysFacebook {
  position: relative;
  top: -6px;
}
#sysItemDetail .sysShare .sysGoogleplus {
  width: 58px;
}
#sysItemDetail .sysShare .sysLine, #sysItemDetail .sysShare .sysDisplayPcNone {
  display: inline-block !important;
}
#sysItemDetail .sysShare .sysLine {
  position: relative;
  top: 0px;
}
/*.sysReview*/
#sysItemDetail .sysReview {
  margin: 20px 0 40px;
}

/*テーブルデザイン*/
.sysExplanation table{
  margin-bottom:40px;
  border:none;
  border-top:1px solid #ccc;
}
.sysExplanation table tr{
  border-bottom:1px solid #ccc;
}
.sysExplanation table th,
.sysExplanation table td{
  padding:3px 10px;
  text-align:center;
  border:none;
}
/*商品ページ用おすすめ商品*/
.itempage_recommend .sysItemBlock .sysHorizontal li{
  width:25%;
  padding:0 10px;
}
.itempage_recommend .sysItemName{
  margin-bottom:0;
  font-size:14px;
  text-align:left;
}
.itempage_recommend .sysItemPrice{
  text-align:left;
}
/*商品ページ成分表*/
#sysItemDetail .show_bx{
  margin-bottom:30px;
}
#sysItemDetail .show_bx_inner{
  margin-bottom:10px;
}
#sysItemDetail .btn_tr{
  padding:10px 0 10px 35px !important;
  background:#e4e4e4 url(/img/layout/system/ico_plus.png) 10px center no-repeat !important;
  background-size:18px !important;
  cursor:pointer;
}
#sysItemDetail .active{
  background:#e4e4e4 url(/img/layout/system/ico_minus.png) 10px center no-repeat !important;
  background-size:18px !important;
}
#sysItemDetail .contents_tr{
  background-color:#f5f5f5;
}
#sysItemDetail .contents_tr td{
  background-color:#f5f5f5 !important;
}
#sysItemDetail .contents_tr table{
  margin-bottom:0;
}




/* タブ切り替え（サイズと仕様） */
/* ----------------------- */
.product__spec-txt {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: #080808;
  margin-bottom: 10px;
}

.product__spec-thead-th,
.product__spec-tr .product__spec-th  {
  background-color: #F8F8F8;
  font-size: 14px;
  font-weight: 500;
  color: #080808;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  padding: 7px;
}

.product__spec-thead-th {
  padding: 9px 7px 8px;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.product__spec-th {
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.product__spec-td {
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}


.product__spec-tr .product__spec-th {
  padding: 11px;
}

.product__spec-td {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #080808;
  background-color: #fff;
  text-align: center;
}

.product__spec-table {
  width: 100%;
}

.product__spec-bottom,
.product__spec p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

@media(max-width: 743px) {
  .product__spec-thead-th {
    padding: 9px 6px 7px;
  }

  .product__spec-tr .product__spec-th {
    padding: 10px 11px;
  }
}




/***********************************
  カートページ
***********************************/
/*カートページ内レイアウト調整*/
.sysCart .header_h1_under,
.sysOpcBody .header_h1_under{
  float:none;
  padding:10px 0;
  width:100%;
  height:auto;
  background-color:#fff;
}
.sysCart .header_h1_under a,
.sysOpcBody .header_h1_under a{
  display:block;
  width:160px;
  margin:0 auto;
}
.sysCart .header_h1_under .logo img,
.sysOpcBody .header_h1_under .logo img{
  float:none;
  margin-right:0;
}
.sysCart .header_h1_under .head_title,
.sysOpcBody .header_h1_under .head_title{
  text-align:center;
}
.sysCart .header_wrap {
    border-bottom:none;
    height:auto;
    position:inherit;
}
.sysCart #sysWrap {
    margin:0 auto;
}
.sysCart #sysMain,
.sysOpcBody #sysMain{
  max-width: 1280px;
  border: none;
  padding: 0 50px;
  margin:0 auto;
}


.sysOpcBody .opcItem_numAndLabelGroup_edit {
  opacity: 0;
  visibility: hidden;
  height: 0;
}


.sysCart #sysMain, .sysCart #sysMain a {
  color: #000;
}
.sysCart .sysBox, .sysCart .sysSelectPaymentArea,
.sysCart .sysSelectDeliveryArea, .sysCart .sysRemarksArea,
.sysCart .sysSelectOptionArea, .sysCart .sysDetail,
.sysCart .sysOrder .nav,
.sysCart .sysAcceptDomainArea,
.sysCart .sysRepeatOrderSetting {
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  box-shadow: none;
  margin: 1em auto 2em;
  padding: 1em;
}
.sysCart .sysBox hr {
  display: block;
  border: 0;
  height: 0;
  border-bottom: 1px solid #cfcfcf;
  margin: 5px 0;
  padding: 0;
}
.sysCart #sysMain input[type="text"],
.sysCart #sysMain input[type="password"],
.sysCart #sysMain input[type="email"],
.sysCart #sysMain input[type="number"],
.sysCart #sysMain input[type="tel"],
.sysCart #sysMain input[type="search"],
.sysCart #sysMain textarea {
  background: none;
  border-radius: 0;
  border: 1px solid #dddddd;
}
.sysCart .sysTotalTxt {
  text-shadow: none;
}
.sysTotal .sysTotalTxt .sysCartAttention {
  font-size: 2rem;
}
.sysCart .sysSubTotalArea {
  margin: 10px 0;
}
.sysCart .sysNextSubmitArea {
  margin-bottom: 20px;
}
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  color: #fff;
  font-weight: bold;
  text-shadow: none;
  border-radius: 5px;
  background: #080808 !important;
  border: none;
}
.sysCart .sysCartAttention, .sysCart .sysRequired {
  color: #080808;
  font-weight: bolder;
}
.sysCart .sysGetPoint {
  color: #080808;
  font-weight: bolder;
}
.sysCart .sysCartNote {
  color: #000;
  font-size: 90%;
}
.sysCart .sysCartTitle {
  color: #000;
  font-size: large;
  font-weight: bolder;
  background-color: #fff;
  padding: 0;
  margin-bottom: 2-px;
}
.sysCart .sysCartTitle span {
  font-size: 1.2rem;
}
.sysCart #sysMain input {
  background: #fff !important;
}
.sysCart #sysMain input[type="submit"], .sysCart #sysMain button[type="submit"], .sysCart #sysMain button {
  display: inline-block;
  padding: 10px;
  width: auto;
  height: auto;
  color: #000;
  background: #fff;
  border-radius: none;
  border: 1px solid #999;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sysCart .sysDeleteArea, .sysCart .sysConfirmButton {
  text-align: right;
}
.sysCart .sysNavImg {
  text-align: center;
         margin-top: 10px;
  margin-bottom: 20px;
}
.sysCart .sysFreeArea {
  color: #000;
  margin: 0 0 20px;
}
.sysSelectPayment li:last-child,
.sysSelectDelivery li:last-child,
.sysSelectOption li:last-child,
.sysCart .sysDetail li:last-child,
.sysRemarks, .sysCart .sysOrder .nav li:last-child {
  border-bottom: none;
}
.sysCart .sysAcceptDomainArea input {
  padding: 0 10px!important;
}
.sysCart .cart_btn {
  color: #000;
  text-align: center;
  margin-top: 40px;
}
.sysCart .cart_btn p {
  margin: 0;
  padding: 0;
}
.sysCart .cart_btn .btn {
  margin-top: 5px;
}
.sysCart .cart_btn img {
  width: 200px;
  border: 1px solid #d0d0d0;
}
#sysBasket #sysMain {
  padding-top: 10px;
}
#sysBasket #sysWrap  {
  margin: 160px auto 0 !important;
}
.sysCart .cart_info .sysContent {
  max-width: 300px;
  color: #000;
  text-align: center;
  font-weight: bolder;
  font-size: 13px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  margin: 1em auto 0 auto;
  padding: 10px;
  background-color: #fff;
}

.sysCart #sysMain .sysConfirmButton input[type="submit"] {
  width: auto;
}
.sysCart #sysMain select {
  display: inline-block;
  width: 252px;
  max-width: initial !important;
  border-radius: 5px;
  height: auto;
  padding: 8px 10px;
}
.sysCart #sysMain .sysSubTotalArea select {
  width: 296px;
}
.sysCart .sysBtnChange {
  margin-bottom: 10px !important;
}
.sysCart #sysMain .product-select-ttl {
  padding: 8px 0;
}




.opcDeliveryMethodTitle {
  margin-bottom: 20px;
  font-weight: 400;
}

/*登録せずに購入*/
#sysBillingAddress .input-append input[type="text"] {
  display: inline-block;
}
/*都道府県*/
#sysBillingAddress .sysPrefState select {
  width: 200px;
}
/*性別*/
#sysBillingAddress .sysGender {
  margin-bottom: 20px;
}
#sysBillingAddress .sysGender input {
  vertical-align: middle;
}
#sysBillingAddress .sysGender label {
  display: inline-block;
  margin-right: 20px;
}
/*メルマガ*/
#sysBillingAddress .sysAcceptMailmagazine {
  margin-bottom: 20px;
}
/*注文完了ページ*/
.cart_completion {
  text-align: center;
}
/*ご注文番号*/
#sysThanks #sysMain .sysOrderNumber {
  font-size: 1.5rem;
  font-weight: bold;
}

/*お買い物を続ける*/
body#sysBasket .sysBackButton2 {
  font-weight: bold;
  background: #b4f4ff !important;
  border-color: #000 !important;
}


.opcItem_rentalSchedulesGroup {
  max-width: 288px;
  line-height: 1.6;
}

@media(max-width:743px) {
  #sysBasket #sysWrap {
    margin: 100px auto 0 !important;
  }
}

/***********************************
  ワンページカート
***********************************/
.mdl_btn_.opcDialog, form.opcUseAmazon{
  width:100%;
  padding-right:0;
}
.sysCart #sysMain h3{
  font-size:20px;
}
.sysCart #sysMain #show-dlg-1,
.sysCart #sysMain #show-dlg-1_low,
.sysCart #sysMain .sysOpcNextSubmit,
.sysCart #sysMain .sysNextSubmit{
  display:block;
  width: 100% !important;
  padding:15px 10px !important;
  margin: 5px 0 !important;
  color: #fff !important;
  font-size:1.2rem;
  line-height:1;
  font-weight: bold;
  text-shadow: none;
  box-shadow: none;
  border:none !important;
  border-radius: 5px;
  background: #080808 !important;
}
.sysCart #sysMain #show-dlg-2,
.sysCart #sysMain #show-dlg-3{
  display:block;
  width: 100% !important;
  padding: 10px;
  margin:0 0 30px !important;
  color: #fff !important;
  font-size:1.2rem;
  line-height:1;
  text-shadow: none;
  box-shadow: none;
  border:none !important;
  border-radius: 5px;
  background: #000 !important;
}
.sysCart #sysMain #show-dlg-3{
  color: #fff !important;
  background: #080808 !important;
}
.sysCart #sysMain .next_btn{
  color: #fff !important;
  font-size:1rem;
  line-height:1;
  border:none !important;
  background: #000 !important;
}
.sysCart #sysMain #order_price_confirm_btn{
  color: #fff !important;
  width: 100% !important;
  box-shadow: none;
  background: #000 !important;
}
.sysCart #sysMain .mdl-js-button{
  box-shadow: none;
}
.sysCart #sysMain #change-to-billAddr,
.sysCart #sysMain #show-dlg-addrList,
.sysCart #sysMain #show-dlg-inputAddr{
  line-height:1;
  border:none !important;
  background: #000 !important;
}
.sysCart #sysMain p.user_type{
  font-size:1.2rem;
}
.sysOpcProduct .sysOpcItemName{
  font-size:1.2rem;
}

/*情報入力ページ調整*/
.sysOpcBody div#sysWrap {
  margin: 160px auto 0!important;
}
.sysOpcBody div#sysMain {
  /* padding: 3em 200px 0; */
  margin-bottom: 60px;
}
.sysOpcBody .header_wrap {
  height: auto;
  position: static;
  border-bottom: none;
}
.sysOpcBody .header_h1_under a {
  pointer-events: none;
}
.sysOpcBody .footer .f_gnav_all {
  display: none;
}

#sysOpc .product-option__wrap {
  display: none!important;
}

.opcItem_itemOptionDescription_edit {
  margin-left: 0!important;
}
.opcItem_itemOptionDescription_edit > p {
  padding: 0;
}
.product-option__txt {
  padding: 0!important;
}
input[type="button"],
select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
}
select {
  padding: 0 .5em;
}
.sysOpcBody img {
  max-width: 100%;
}
.opcCommonInputText,
.opcCommonInputSelect,
.opcCommonInputRadio,
.opcCommonInputCheckbox {
  margin-left: 0 !important;
}
.opcCommonEditModeBlock {
  background: #fff !important;
  padding: 20px;
}
.opcOrderSummaryTitle,
.opcBillingAddressTitle,
.opcDeliveryAddressTitle,
.opcItemTitle,
.opcPaymentMethodTitle {
  font-size: large !important;
  margin-bottom: 20px;
  font-weight: 400;
}
.opcItem{
    padding: 3%;
    border: 1px solid #9b9b9b;
    margin-top: 10px
}
.opcCommonInputSelect,
.opcCommonButton {
  background: #fff !important;
}
.opcCommonInputSelect {
  width: 200px !important;
  background: #f1f1f1 !important;
}
.opcBillingAddress_completeButton_edit,
.opcDeliveryMethod_completeButton_edit,
.opcPaymentMethod_completeButton_edit,
.opcItem_completeButton_edit,
.opcDeliveryAddress_completeButton_edit,
.opcPointAndCouponDialog_applyButton_edit,
.opcRemarks_completeButton_edit {
  background: #080808 !important;
  border: 1px solid #080808 !important;
  color: #fff !important;
  font-weight: bold;
}
.opcPaymentMethodArea {
  margin-top: 20px;
}
.opcConfirm_inputStatus {
  display: block !important;
  width: 700px !important;
  margin: 0 auto 1em;
  background: #080808 !important;
  color: #fff !important;
  border: 1px solid #080808 !important;
  font-weight: bold;
}
.opcConfirm_inputStatus_disable {
  display: block !important;
  width: 700px !important;
  margin: 0 auto 1em;
  background: #ccc !important;
  color: #000 !important;
}
.opcConfirm_order {
  display: block !important;
  width: 700px !important;
  margin: 0 auto;
  background: #080808 !important;
  color: #fff !important;
  border: 1px solid #080808 !important;
  font-weight: bold;
}
.opcConfirm_order_disable {
  display: block !important;
  width: 700px !important;
  margin: 0 auto;
  background: #ccc !important;
  color: #000 !important;
}
.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
  width: 30px !important;
  background: #f1f1f1 !important;
}
.opcCommonButtonGroup {
  margin-top: 1em;
}
.opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
  width: 15% !important;
}
.opcBillingAddress_acceptMailmagazineYesLabel_edit {
  margin-top: 1em;
  display: inline-block;
}
.opcOrderSummary_totalPriceAndLabelGroup {
  padding-bottom: 10px !important;
}
.opcOrderSummary_totalPricesAndLabelGroup {
  font-weight: 400;
}
.opcCommonEditLabel {
  margin-top: 1em;
  border-left: 0px;
}
.opcOrderSummary_priceBreakDownGroup {
  padding-top: 1em;
  padding-bottom: 1em;
}
.opcOrderSummary_priceBreakDownGroup > div {
  padding: 3px 0;
}
.opcOrderSummary_priceBreakDownGroup > div > div {
  padding: 0;
}
.opcOrderSummary_feeAndLabelGroup,
.opcOrderSummary_usePointPriceAndLabelGroup {
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.opcBillingAddress_prefState_edit {
  margin: 5px 0;
}
.opcBillingAddressButtonGroup_edit,
.opcDeliveryAddress_buttonGroup,
.opcDeliveryMethod_buttonGroup_edit {
  padding: 1em 0;
}
.opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit,
.opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit {
  margin-bottom: 1em;
}
.opcItem_itemSubTotalPriceAndLabelGroup {
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.opcDeliveryAddressAndDeliveryMethodGroup,
.opcItemList {
  margin-bottom: 0 !important;
  border: none !important;
  padding: 0 !important;
  position: static !important;
}
.opcBillingAddress .opcCommonReferenceLabel {
  width: 70px;
  display: inline-block;
  position: relative;
}
.opcBillingAddress .opcCommonReferenceLabel::after {
  position: absolute;
  right: 0;
}
.opcBillingAddress  > div {
  padding: 3px 0;
}

.opcBillingAddress  > div > div {
  padding: 0;
}
.opcDeliveryMethod .opcCommonReferenceLabel {
  width: 123px;
  display: inline-block;
  position: relative;
}
.opcDeliveryMethod .opcCommonReferenceLabel::after {
  position: absolute;
  right: 0;
}
.opcCommonRequireLabel {
  color: #080808 !important;
  font-weight: bold;
}
.opcRemarks_remark_edit {
  width: 100% !important;
}
.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
}
.opcDeliveryAddressEditDialog_directChangeLabel {
  width: 100%;
}
.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
  width: calc(32% - 1em) !important;
}
.opcItem_itemName {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}
.opcRemarksTitle {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
}
.opcConfirm_headerErrorMessage {
  width: 100% !important;
  max-width: 800px;
}
.opcRemarks_remark,
.opcRemarks_cartOption {
    margin-left: 0 !important;
    width: 100% !important; ;
    white-space: normal !important; ;
}
#sysOpc > form + div {
  margin-bottom: 60px !important;
}
.opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit {
  padding-left: 0 !important;
  margin-left: 0 !important;
  border-bottom: none !important;
}
.opcDeliveryAddress {
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 1em;
}
.opcDeliveryMethod_hopeDeliveryDateLabel_edit {
  width: 126px;
  display: inline-block;
}

.opcDeliveryAddress_normalDeliveryAddressGroup > div {
  padding: 3px 0;
}

.opcDeliveryAddress_normalDeliveryAddressGroup > div > div {
  padding: 0;
}

.opcItem_itemNumAndPricesAndLabelGroup > div {
  padding: 3px 0;
}

.opcItem_itemNumAndPricesAndLabelGroup > div > div {
  padding: 0;
}

/*完了ページ調整*/
#sysThanks #sysMain {
  border: none;
}
#sysThanks .sysNavImg {
  display: none;
}
#sysThanks.sysCart .sysBox:nth-of-type(2) div:nth-of-type(1),
#sysThanks.sysCart .sysBox:nth-of-type(2) div:nth-of-type(2) {
  margin-bottom: 1em;
}

/***********************************
  検索ページ
***********************************/
#sysItemSearch div#sysMain {
  max-width: initial;
  margin: 20px auto 40px;
}
#sysItemSearch .sysThumbnail .sysItemPrArea {
  text-align: left;
  margin-top: 5px;
}
#sysItemSearch #sysMain h2 {
  font-size: 13px;
  margin-bottom: 10px;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}
#sysItemSearch #sysMain .sysItemSearchForm {
  font-size: 14px;
  padding: 0;
  margin-bottom: 0;
  background-color: initial;
}
#sysItemSearch #sysMain .sysItemSearchFormWord {
  margin-bottom: 5px;
}
#sysItemSearch #sysMain .sysItemSearchFormWord input {
  height: 40px;
  vertical-align: bottom;
  border: 1px solid #d0d0d0;
}
#sysItemSearch #sysMain .sysSearchButton {
  display: block;
  margin: 10px auto;
  padding: 10px;
  width: 95%;
  border: none;
  background: #222222;
  color: #fff;
  font-size: 120%;
  cursor: pointer;
  border-radius: 3px;
}
#sysItemSearch #sysMain .sysItemSearchFormRange input {
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
#sysItemSearch #sysMain .sysItemSearchFormRange,
#sysItemSearch #sysMain .sysItemSearchFormCategory,
#sysItemSearch #sysMain .sysItemSearchFormSort,
#sysItemSearch #sysMain .sysItemSearchFormLimit {
  display: inline-block;
  margin: 5px auto;
}
#sysItemSearch #sysMain .sysItemSearchFormRange input {
  padding: 10px;
}

#sysItemSearch #sysWrap {
  max-width: initial;
  margin: 0 auto;
}

.sysMainHeadInner {
  position: relative;
}

#sysItemSearch .sysMainHeadInner {
  display: none;
}

.sysMainInner {
  display: flex;
  flex-flow: row;
  margin: 0 auto;
  padding: 111px 50px 0 50px;
  max-width: 1284px;
  position: relative;
}

.sysMainInner .sysItemSearchForm {
  width: 151px;
  margin: 0 55px 0 0;
}

.sysMainInner-wrap {
  width: calc(100% - 206px) !important;
}

@media(max-width: 1024px) {
  .sysMainInner {
    padding: 0;
  }

  #sysItemSearch #sysWrap {
    margin: 111px auto 0;
  }
}

@media(max-width: 743px) {
  .sysMainInner {
    padding: 0;
    flex-flow: column;
  }

  #sysItemSearch #sysWrap {
    margin: 130px auto 0;
  }

  .sysMainInner .sysItemSearchForm {
    width: 100%;
  }

  .sysMainInner-wrap {
    width: 100%!important;
  }
}

/* 即日レンタル可　スイッチボタン */
/* ラジオボタン自体を非表示にする */
#sysItemCategory input[type="radio"] {
  display: none;
}

/* ラベル（文字）の非表示 */
/* label[for="group0_category0"] {
  font-size: 0;
} */

.sysItemSearchFormItemCategoryGroups div span {
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: block;
  border-bottom: 1px solid #dddddd;
}

.sysItemSearchFormItemCategoryGroups div + div {
  margin-top: 40px;
}


.sysItemSearchFormItemCategoryGroups div li + li {
  margin-top: 20px;
}

.sysItemSearchFormSort {
  margin-top: 40px!important;
}





/***********************************
  お問い合わせ
***********************************/
#sysFormConfirm .sysNextSubmit{
  width:100%;
  margin:20px 0 0 !important;
}
#sysFormConfirm button.sysButton{
  width:30%;
  margin-bottom:20px;
}

/***********************************
  新規会員登録
***********************************/
.sysMemberRegister #sysWrap{
  margin:160px auto 0;
}

/***********************************
  マイページ
***********************************/

.sysMypage #sysWrap{
  margin:160px auto 0;
}
.sysMypage input[type="submit"]{
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

/* マイページボタン */
.sysMypageNav {
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
}

.sysMypageNav > form {
  display: block;
  width: calc(100% / 2 - 20px);
  vertical-align: top;
  margin-left: 20px;
margin-top: 10px;
}

/* .sysMypageNav form:nth-child(2n) {
  margin-left: 1.5%;
} */
.sysMypageNav .sysButton {
    width: 100%;
    display: block;
    font-size: 15px;
  margin: 5px 0;
  padding:15px 0;
}
#sysMemberRegisterIndex .sysNextSubmit{
  width: 100%;
  float: initial;
  margin-right: 1%;
  border-radius: 5px;
  height: 50px;
  font-size: 15px;
}
#sysMemberRegisterIndex .sysButton[type="submit"]{
  width: 100%;
  float: left;
  margin-right: 1%;
  border-radius: 5px;
  height: 50px;
  font-size: 15px;
  margin-top: 0;
}
#sysMypageLogin .sysLoginButton{
  width: 100%;
  float: initial;
  margin-left: 0;
  font-size: 15px;
}
#sysMypageLogin .sysButton{
  width: 100%;
  /* margin: 0 0 0 2%; */
  font-size: 15px;
  padding: 20px;
}

.sysLoginForm {
  position: relative;
}

/* .sysLoginForm form + form {
  display: block;
  width: 49%;
  position: absolute;
  bottom: 0;
  right: 1%;
} */

#sysMypageLogin #sysMain,
#sysMypageReminder #sysMain  {
  max-width: 1260px;
  float: initial!important;
  margin: 0 auto;
  padding: 0 50px;
}

.sysRemindForm {
  max-width: 80%;
  margin: 60px auto;
}

#sysMypageEditDeliveryinput #sysMain form + form {
  text-align: center;
}

#sysMypageEditDeliveryinput #sysMain form + form .sysButton {
  height: 50px;
}

.sysMemberAgreement {
  padding: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.sysMemberAgreementFormLabel {
  display: block;
}

.sysOrderHeader .sysTotalPrice {
  text-align: left;
}

#sysMypageWithdrawalConfirm .sysButton {
  width: 100%;
  max-width: 500px;
  margin: 10px auto;
}

.sysFormItem.sysIsUseAutoLogin {
  margin-bottom: 20px;
}

@media(max-width: 959px) {
  .sysLoginForm form:nth-last-child(1) {
    position: relative;
    margin: 0 auto;
  }

  #sysMypageLogin .sysLoginButton {
    margin: 0 auto 10px;
  }

  /* #sysMypageLogin .sysButton {
    margin: 0 0 0 2%;
  } */

  .mypage-btn {
    margin-top: 40px!important;
  }
}


@media(max-width: 743px) {
  .sysLoginForm form:nth-last-child(1) {
    width: 100%;
    right: 0;
  }

  .mypage-btn a {
    width: 100%!important;
  }

  #sysMypageLogin .sysHeadline {
    margin: 0 auto 30px !important;
  }

  .sysMypage #sysWrap, .sysMemberRegister #sysWrap {
    margin: 75px auto 0!important;
    padding: 41px 0 0;
  }

}

/***********************************
  ヘッダー
***********************************/
/* .header_wrap{
  position: fixed;
  height: 130px;
  top: 0; left: 0; right: 0;
  margin: auto;
  background: #fff;
  z-index: 120;
        border-bottom: 1px solid #aaa;
} */
/* .header_wrap_inner{
  
  margin:0 auto;
} */
/* .h_inner{margin: 15px 0 0;} */
/* .header_h1_under, .header_h1{
  width: 580px;
  height: 80px;
  float: left;
}
.header{
  width: 395px;
  height: 80px;
  float: left;
} */

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1180px;
  margin: 10.5px auto;
}

.logo {
  width: 117.56px;
}

.logo a {
  display: block;
}

.logo img{
  width: 100%;
  /* margin-right: 15px; */
  /* float: left; */
}
.head_title{
  font-size: 11px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  letter-spacing: 1px;
        margin-top: 0 !important;
        padding-top: 0 !important;
}

/* PC検索ボックス表示 / 非表示 */
  .pc-h_search {
      opacity: 0;
      visibility: hidden;
      z-index: 0;
      background-color: #fff;
      padding: 0;
      height: 0;
  }

  .header__wrap.is-search ~ .pc-h_search {
      opacity: 1;
      visibility: visible;
      z-index: 999;
      padding: 36px 0 40.5px;
      height: auto;

      position: fixed;
      top: 29px;
      right: 0;
      bottom: auto;
      left: 0;
  }

.header__wrap.is-search + .pc-h_search .sysContent {
padding: 36px 0 40.5px!important;
}
  .header .g_navi ul,
  .header_white .g_navi ul  {
      display: flex;
      align-items: center;
      margin: 0 0 0 -15px;
    }
    .header .g_navi li,
    .header_white .g_navi li{
      text-align: center;
      margin: 0 0 0 19px;
      display: flex;
      cursor: pointer;
      opacity: 1;
      transition: .3s;
    }
    .g_navi-btn {
      font-size: 12px;
      font-weight: 400;
      min-width: 65px;
      letter-spacing: 0;
      line-height: 1;  
    }
    .header .g_navi .g_navi-btn a,
    .header_white .g_navi .g_navi-btn a {
      padding: 4.5px 12.5px 5.5px;
      border: 1px solid #080808;
      background-color: #080808;
      color: #fff;
      display: flex;
      margin: 0;
      transition: .3s;
    }

    .header_white .g_navi .g_navi-btn a {
      border: 1px solid #fff;
      background-color: #fff;
      color: #8B3C44;
    }

    @media(hover: hover) {
      .header .g_navi .g_navi-btn a:hover {
        background-color: #fff;
        color: #080808;
      }
      .header .g_navi li:hover,
      .header_white .g_navi li:hover {
        opacity: .6;
      }

      .header_white .g_navi .g_navi-btn a:hover {
        border: 1px solid #fff;
       background-color: transparent;
      }
    }
    .header .g_navi li i{margin-right: 5px;}
    .header__btn-outer {
      display: flex;
      align-items: center;
    }

    .g_navi-search img {
      width: 18px!important;
      height: 20px!important;
    }

    .g_navi-search + .g_navi-list img {
      width: 17.84px!important;
      height: 23.5px!important;
    }

@media(max-width: 1279px) {
  .header__inner {
    max-width: 900px;
  }
}



/***********************************
  カート情報
***********************************/
  #cartInfo{
    position: relative;
    cursor: pointer;
    margin-left: 19px;
  }
  #cartInfo p.cartTxt{
    margin: 0;
    padding: 0;
    opacity: 1;
    transition: .3s;
  }
  @media(hover: hover) {
    #cartInfo p.cartTxt:hover {
      opacity: 0.6;
    }
  }
  #cartInfo p img{
    width: 19.31px!important;
    height: 22.5px!important;
    margin-right: 0;
  }
  #cartInfo i{
    margin-right: 5px;
  }
.h_cart{
  display: none;
  width: 280px;
  height: 145px;
  position: absolute;
  top: 40px; right: 5px;
  border: 1px solid #aaa;
  background: #fff;
  color: #000;
  z-index: 110;
  padding: 10px 20px;
}
.h_cart dl{
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 6px;
}
.h_cart dl:after{
  display: block;
  content: "";
  clear: both;
}
.h_cart dt, .h_cart dd{float: left;}
.h_cart dd span{
  display: inline-block;
  color: #080808;
  font-weight: bold;
  padding: 0 5px;
}
.h_cart .sysCartInfoCartIn a{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  width: 100%;
  margin: 10px 0% 5px;
  height: 50px;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}
.h_cart .sysCartInfoCartIn a:hover{
  background:#999;
}
.h_cart .sysCartInfoCartIn a img{
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.h_cart .sysCartInfoCartIn a i{margin-right: 5px;}

/* カート内商品数表示 */
button.itemCount{
  display: none;
  border:none;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  line-height: 1;
  text-align: center;
  background: #080808;
  border-radius: 90px;
  position: absolute;
  justify-content: center;
  align-items: center;
  /*display: flex;*/
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  color: #fff;
  font-size: 11px;
}


/***********************************
  ナビゲーション
***********************************/
/* .h_navi{
  width: 100%;
  height: 60px;
    margin-bottom: 10px;
} */
#headNavigation{
  /* max-width: 1100px; */
  margin: 0 auto;
  /* height: 60px; */
}
#headNavigation .pcnone{display: none;}
#headNavigation li{
  /* width: 220px;
  float: left; */
  text-align: center;
/* padding: 18px 10px; */
padding: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}

/* #headNavigation li a{
    display: block;
  font-weight: 700;
} */
#headNavigation li a span{
  display: block;
  font-size: 10px;
}
#headNavigation .tab {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* .tabmenu .border:after{
  background-color: #000;
    content: " ";
    height: 15px;
    margin-top: -35px;
    position: absolute;
    right: 0;
    top: 42px;
    width: 1px;

} */

/*ナビゲーショントグル*/
.tabmenu:before{
  display: block;
  content: "";
  clear: both;
}
.tabmenu{
  margin: 10px 0 0;
}
.toggleNav{
  display: none;
  width: 220px;
  position: absolute;
  height: 0px; /*heightはjs制御*/
  top: 50px; left:0;
  background: rgba(255,255,255,1);
  z-index: 110;
  box-shadow:2px 2px 4px 0px #ccc;
  -moz-box-shadow:2px 2px 4px 0px #ccc;
  -webkit-box-shadow:2px 2px 4px 0px #ccc;
}
.toggleNav:hover{
  overflow: visible !important;
}
/* .tabmenu li.tab1{
  position: relative;
} */
.tabmenu li a{
  font-size:14px;
}
.tabmenu li.tab2{
  text-align: left;
  height: 35px;
  border-bottom: 1px dotted #ccc;
  position: relative;
}
.tabmenu li.tab2:hover{background: #ededed;}
.tabmenu li.tab2 a{
  display: block;
  position: relative;
  padding: 10px;
  font-size: 12px !important;
  line-height: 15px;
    font-weight: bold;
}
.tabmenu li.tab2 a i{
  position: absolute;
  right: 10px;
  top: 10px;
}
.tabmenu li.tab2 .subCategory{
  position: absolute;
  width: 200px;
  left:200px; top: 0px;
  background: rgba(255,255,255,1);
  visibility: hidden;
  transition: all .10s ease;
  z-index: 120;
  box-shadow:2px 2px 4px 0px #ccc;
  -moz-box-shadow:2px 2px 4px 0px #ccc;
  -webkit-box-shadow:2px 2px 4px 0px #ccc;
}
.tabmenu li.tab2:hover .subCategory{
  visibility: visible;
}
.tabmenu li.tab3{
  font-size: 14px;
  height: 35px;
  border-bottom: 1px dotted #ccc;
    font-weight: bold;
}
.tabmenu li.tab3:hover{background: #ededed;}

.slideMenu {
padding: 0!important;
}

.slideMenu a {
padding: 10px;
}

/***********************************
  フッター
***********************************/
.footer{
  width: 100%;
  margin: 50px 0 0;
  text-align: center;
  background: #ededed;
  letter-spacing: 2px;
}
.footer__guide-bottom-txt {
  font-size: 14px;
}
.footer .f_navi_all{
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0 0;
}
.footer .f_navi h3{
  margin: 10px 0 0;
  font-size: 15px;
}
.footer .f_navi ul{
  width: 671px;
  text-align: left;
  margin: 0 auto;
}
.footer .f_navi li{
  display: inline-block;
  padding: 0 15px 0 5px;
  margin: 10px 5px 0;
  font-size: 15px;
  position: relative;
}
.footer .f_navi li:after{
  background-color: #000;
    content: "　";
    height: 10px;
    margin-top: -35px;
    position: absolute;
    right: 0;
    top: 41px;
    width: 1px;
}
.footer .f_navi .b_none{border-right: 0px;}
.footer .telephone{
  margin: 20px 0 5px;
}
.footer .telephone .telephone01{
  width: 250px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #000;
  border-radius: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-right: 10px;
}
.footer .telephone .telephone02{
  width: 300px;
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
}
.footer .telephone .telephone02 a{
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 25px;
}
.footer .telephone .telephone02 a img{
  display: inline-block;
  height: 30px;
  margin-right: 10px;
}
.footer .telephone:after{
  display: block;
  content: "";
  clear: both;
}
.footer .time{
  font-size: 15px;
  margin: 0 0 10px;
}
.footer .f_gnav_all{
  background: #c3c3c3;
  padding: 15px 0 10px;
  letter-spacing: 2px;
}
.footer .f_gnav li{
  display: inline-block;
  padding: 0px 20px 0 15px;
  font-size: 12px;
  position: relative;
}
.footer .f_gnav li:after{
  background-color: #000;
    content: "　";
    height: 10px;
    margin-top: -35px;
    position: absolute;
    right: 0;
    top: 40px;
    width: 1px;

}
.footer .f_gnav li:last-child{
  border-right: 0px;
}
.footer .f_gnav{margin-bottom:  5px;}
.footer .f_copy{
  background: #fff;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
}

/***********************************
  フッター部分のご利用ガイド
***********************************/
.f_guide{
  width: 100%;
  border-top: 2px solid #222222;
  margin-top: 50px;
}
.f_guide .sysContent{
  width: 1100px;
  margin: 0 auto;
}
.f_guide .Title{
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0 30px;
}
.f_guide .clearfix{
  font-size:0;
}
.f_guide .guideBlock{
  display:inline-block;
  width: 550px;
  font-size:14px;
  vertical-align:top;
}
.f_guide .guideBlock:after{
  display: block;
  content: "";
  clear: both;
}
.f_guide .guide01{padding-right: 50px;}
.f_guide .guide02{padding-left: 50px;}
.f_guide .guideTitle{
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 15px;
  margin-bottom: 10px;
}
.f_guide p{
  font-size: 15px;
  line-height: 22px;
  margin: 5px 0;
}
.f_guide .mt{margin-top: 20px;}
.f_guide .smaller{font-size: 12px;}

.f_guide .freedial{
    background: rgba(0, 0, 0, 0) url("/img/common/dial.png") no-repeat scroll left center / 45px auto;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    padding-left: 50px;
}

/*ボタン*/
.f_guide .common_btn{
  margin: 10px auto;
}
.f_guide .common_btn a{
  font-size: 13px;
  padding:10px 0;
}

/* ページトップに戻る*/
.pagetop{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 52px;
  height: 52px;
  text-align: center;
        z-index:999999;
}
.pagetop #page-top{
  display: none;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  background: #000;
  border-radius: 5px;
  padding-top: 4px;
  height: 51px;
}
.pagetop #page-top:hover{
  background:#999;
}

/***********************************
  サイド
***********************************/
/*検索ボックス*/
.side_search{margin-bottom: 30px;}
.side_search form{border:none;}
.side_search input[type="search"]{
  height: 40px;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}
.side_search .sysItemSearchFormWord {
    float:none;
    width:100%;
  margin-bottom:5px;
}
.side_search .sysSearchButton{
  float:none;
  width: 100% !important;
  height: 40px;
  border-radius:5px;
  background: #000 url(/img/common/ico_search.png) no-repeat center center;
  background-size: 70px;
  text-indent: -999px;
}

.side_navi .sysHeadline,
.side_navi_item .sysHeadline{
    font-size: 14px;
    margin:0 !important;
    text-align:left;
  font-weight:bold;
  letter-spacing:2px;
    width:auto;
  border-bottom:1px solid #222222;
}
.side_navi .sysHeadline:before,
.side_navi_item .sysHeadline:before{
  content:none;
}
.side_navi a{
  position:relative;
  padding:7px 5px 7px 20px !important;
    letter-spacing:1px;
  border-bottom:1px dotted #cdcdcd !important;
}
.side_navi a:after{
  position:absolute;
  top:7px;
  right:10px;
  content:">";
  font-size:14px;
}
.side_navi a:hover{
    background: #eee;
}
.side_navi{
  margin-bottom:30px;
}

/*商品別*/
.side_navi_item{
  margin-bottom:0;
  border-bottom:1px solid #000;
}
.side_navi_item .sysHeadline,
.side_navi_item .sysContent{
  width:90% !important;
  margin-left:auto !important;
}
.side_navi_item a{
  position:relative;
  padding:7px 5px !important;
    letter-spacing:1px;
  border-bottom:1px dotted #cdcdcd !important;
}
.side_navi_item a:after{
  position:absolute;
  top:7px;
  right:10px;
  content:">";
  font-size:14px;
}
.side_navi_item li:last-child a{
  border-bottom:none !important;
}
.side_navi_item .sysHeadline{
  font-size: 13px;
  padding:0;
  border-bottom:1px dotted #cdcdcd !important;
}
.side_navi_item .sysHeadline a{
  display:block;
  border-bottom:none !important;
}
/*お買い物ガイド 最後2つ*/
.side_navi_guide li:nth-last-child(1),
.side_navi_guide li:nth-last-child(2){
  font-size:14px;
  font-weight:bold;
  border-bottom:1px solid #222222;
  margin-bottom:10px;
}
.side_navi_guide li:nth-last-child(1) a,
.side_navi_guide li:nth-last-child(2) a{
  padding:7px 5px !important;
  border:none !important;
}
.side_navi_guide li:nth-last-child(1) a:hover,
.side_navi_guide li:nth-last-child(2) a:hover{
  background-color:#fff;
}
.side_navi_guide li:nth-last-child(3){
  margin-bottom:10px;
}

/***********************************
  共通パーツ
***********************************/
hr.style01 {
  width: 100%;
  height: 1px;
  background: #222222;
  margin: 50px auto;
  padding: 0;
  border: 0;
}
.sysTitle, .sysHeadline{
  width: 600px;
  margin: 30px auto!important;
  position: relative;
  text-align: center;
  font-size: 23px;
  letter-spacing: 3px;
}
.sysTitle b, .sysHeadline b{
  display: block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .1em;
  font-family: "Inter", serif;
  text-align: center;
}
.sysTitle span, .sysHeadline span{
  position: relative;
  z-index: 2;
  display: inline-block;
  /* margin: 0 2.5em;
  padding: 0 40px; */
  background-color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}
/* .sysTitle::before, .sysHeadline::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
} */
.contentsWrap{
  width: 1100px;
  margin: 0 auto;
}

@media(max-width: 743px) {
  .sysTitle b, .sysHeadline b{
    font-size: 24px!important;
    margin-top: 0!important;
    padding-top: 0!important;
  }
  .sysTitle span, .sysHeadline span{
    font-size: 12px!important;
  } 
}

/***********************************
  特商法テーブルレイアウト
***********************************/
#main_tradelaw, .main_tradelaw {
    border: 1px solid #ddd;
    margin: 0 auto 30px;
    max-width: 1100px;
}
#main_tradelaw dl, .main_tradelaw dl{
  background: #ededed;
  border-bottom: 1px dotted #bfbfbf;
  overflow: hidden;
}
#main_tradelaw dl:last-child, .main_tradelaw dl:last-child{border: 0px;}
#main_tradelaw dt, .main_tradelaw dt{
  padding: 15px 0 15px 20px;
  float: left;
  clear: both;
  font-weight: bolder;
}
#main_tradelaw dd, .main_tradelaw dd{
  margin-left: 200px;
  padding: 15px;
  background: #fff;
}
.shipFee{
  max-width: 1100px;
  margin: 20px auto
}
.shipFee .tableTitle{
  font-size: 16px;
        height: 70px;
        padding: 10px;
  color: #424242;
  margin: 50px 0 0px;
  border: 0px !important;
  text-align: leftr;
}
table.shipFeeTable {
    border-collapse: collapse;
  margin-bottom: 30px;
    text-align: left;
    line-height: 1.5;
  text-align: center;
}
table.shipFeeTable .eyeCatch{
  width: 120px;
  display: block;
  margin: 5px auto;
  height: 25px;
  line-height: 25px;
  color: #000;
        border-bottom: 1px solid #aaa;
        padding-bottom: 5px;
}
table.shipFeeTable thead {
        background: #555;
  text-align: center;
}
.spThead{display: none;}
table.shipFeeTable thead th {
        padding: 10px;
        vertical-align: top;
        font-weight: normal;
        color: #fff;
}
table.shipFeeTable tbody .sum{position: relative;}
table.shipFeeTable tbody .sum i{
  position: absolute;
  color: #888;
  font-size: 35px;
  right: -15px;
  bottom: 30px;
  z-index: 20;
}
table.shipFeeTable tbody th {
        width: 600px;
        padding: 10px;
        vertical-align: top;
       background: #fff;
        font-weight: normal;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table.shipFeeTable td {
    width: 500px;
    padding: 10px;
    vertical-align: top;
  border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee;
}
table.shipFeeTable b{
  color: #D42E30;
  display: inline-block;
  padding: 0 3px;
  font-size: 1.2em;
}
div#main_tradelaw a{
  display: inline-block;
  color: #068acc;
  text-decoration: underline;
}

/***********************************
  2カラムレイアウト
***********************************/
.column2Wrap{
  width: 1100px;
  margin: 0 auto;
}
.column2Wrap:after{
  display: block;
  content: "";
  clear: both;
}
.sideWrap{
  width: 180px;
  height: 1000px;
  background: #aaa;
  margin-right: 20px;
  float: left;
}
.mainWrap{
  width: 900px;
  margin-left: 200px;
}
.col2Style h2.pattern01{
  font-size: 18px;
  border-left: 5px solid #3d3d3d;
  padding-left: 5px;
  margin: 15px 0;
}
.col2Style h2.pattern02{
  font-size: 18px;
  border-bottom: 1px solid #3d3d3d;
  padding-left: 5px;
  padding-bottom: 5px;
  margin: 15px 0;
}
.col2Style h2.pattern03{
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  padding: 0 0px 3px 30px;
  margin: 0 0 15px;
  border-bottom: 1px solid #6843ac;
}
.col2Style h3.pattern01{
  font-size: 14px;
  border-bottom: 0px solid #aaa !important;
  padding: 0px 0px 3px;
  margin: 15px 0 5px;
}
.col2Style h4.style01{
  font-size: 15px;
  padding-bottom: 3px;
  margin: 20px 0;
  border-bottom: 0px solid #3d3d3d!important;
}
.col2Style .txtBlock{margin: 30px 0;}
.col2Style .imgWrap {
  margin: 30px 0;
}
.col2Style .txtBlock a, #forbusiness .txtBlock a, #relocation .txtBlock a, #privacypolicy .txtBlock a{
  color: #068acc;
  height: 25px;
  line-height: 25px;
  padding-bottom: 1px;
  border-bottom: 1px solid #068acc;
}
#shoplist td a, #corporate dd a{
        color: #068acc;
  height: 25px;
  line-height: 25px;
  padding-bottom: 1px;
        border-bottom: 1px solid #068acc;
}
.col2Style .txtBlock li{
  margin: 5px 0;
  font-size: 12px;
}
.col2Style .txtBlock li .larger{
  font-size: 14px;
  margin-bottom: 10px;
}
.col2Style .txtBlock li span{
  width: 20px;
  display: inline-block;
}

.col2Style .imgWrap img{
  width: 40%;
  margin: 10px 0;
}
.col2Style .floatWrap{
  margin: 20px 0;
}
.col2Style .floatWrap:after{
  display: block;
  content: "";
  clear: both;
}
.col2Style .floatWrap img{
  width: 150px;
  float: left;
}
.col2Style .floatWrap .txt{
  padding-top: 5px;
  margin-left: 170px
}
.col2Style .floatImg{text-align: center;}
.col2Style .floatImg:after{
  display:block;
  content: "";
  clear: both;
}
.col2Style .floatImg .imgWrap{
  width: 50%;
  float: left;
}
.col2Style .floatImg .imgWrap img{
  width: 60%;
  margin: 20px 10%;
}

/***********************************
   個別ページ（テキスト系）
***********************************/
/* PC用 768px以上 */
@media screen and (min-width:768px) {
.pageBlock {
padding: 30px 50px 40px;
max-width: 900px;
margin: auto;
line-height: 1.5;
}
}

/* SP用 768pxまで */
@media screen and (max-width:743px) {
.pageBlock {
padding-top: 1em;
padding-bottom: 1em;
padding-right: 20px;
padding-left: 20px;
width:100%;
margin: 0;
line-height: 1.5;
}
}

.pageBlock p {
margin: 0.3em 0 1.3em 0;
}

.pageBlock a {
    text-decoration: underline;
    transition: .3s;
}

.pageBlock a: hover {
    opacity: 0.7;
}


/***********************************
   ご利用ガイド
***********************************/
.s_guide h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 50px!important;
}

.s_guide h4 {
  font-weight: 400;
}

.s_guide p {
  font-size: 14px;
}

.s_guide p strong {
  font-weight: 600;
}

.indexList{margin: 10px 0;}
.indexList li{
  display: inline-block;
  text-align: center;
  margin: 0 5px 10px;
  border: 1px solid #aaa;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 15px;
}

/*商品購入ステップ*/
.steps ul{
  width: 700px;
  margin: 0 auto;
}
.steps ul:after{
  display: block;
  content: "";
  clear: both;
}
.steps li{
  float: left;
  padding: 0 6px;
  height: 200px;
}
.steps li a{
  display: block;
  height: 100%;
  height: 200px !important;
}
.steps li img{height: 200px;}


/***********************************
  振袖おおみについて
***********************************/



/***********************************
   ボタンデザイン
***********************************/
.common_btn{
  width: 250px;
  margin:20px auto 50px;
  position: relative;
}
.common_btn a{
  display: block;
  padding:15px 0;
  font-size: 16px;
  color: #fff;
  text-align:center;
  border-radius:5px;
  background: #000;
}
.common_btn a:hover{
  background:#999;
}
.common_btn a i{
  display:inline-block;
  margin-left:10px;
  font-size:20px;
}

/***********************************
  TOPページ
***********************************/
/*スライダー*/
#slider{
  display:none;
}
.top_slider {
  padding-top:130px;
  margin:0 0 40px;
}
.top_slider .owl-item {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-filter: "alpha( opacity=50 )";
  -webkit-filter: "alpha( opacity=50 )";
  -o-filter: "alpha( opacity=50 )";
  -ms-filter: "alpha( opacity=50 )";
}
.top_slider .center {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-filter: "alpha( opacity=100 )";
  -webkit-filter: "alpha( opacity=100 )";
  -o-filter: "alpha( opacity=100 )";
  -ms-filter: "alpha( opacity=100 )";
}

/*新着アイテム*/
.top_newarrival ul{
  font-size:0;
  text-align:left;
}
.top_newarrival li{
  float:none !important;
  display:inline-block;
  width: 23% !important;
  margin: 5px 1% 20px !important;
  padding: 10px;
  font-size:12px;
  text-align:center;
  vertical-align:top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top_newarrival li img{
  width: 100%;
}
.top_newarrival .sysItemName{
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}

/*特集一覧*/
.top_features{
  overflow:hidden;
}
.top_features ul{
  font-size:0;
  text-align:left;
}
.top_features li{
  float:none !important;
  display:inline-block;
  width: 30%;
  margin:1.66666666666667%;
  font-size:12px;
  vertical-align:top;
}
.top_features li img{width: 100%;}
.top_features li a{
  display: block;
  position: relative;
}
.top_features li span{
  display:block;
  font-size:14px;
  font-weight:bold;
}

/*おすすめ商品、ランキング*/
.top_recommend_item li .sysItemName,
.top_ranking_item li .sysItemName{
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}
.top_recommend_item .sysItemPrice,
.top_ranking_item .sysItemPrice{
  font-size: 14px;
  color: #ff0000;
  font-weight: 600;
  padding-top: 5px;
}

/*おすすめ商品*/
.top_recommend_item{
  margin-bottom:60px;
}
.top_recommend_item li{
  width: 100% !important;
  padding:0 20px !important;
}

/*ランキング*/
.top_ranking_item ul{
  font-size:0;
  text-align:left;
}
.top_ranking_item li{
  float:none !important;
  display:inline-block;
  width: 30% !important;
  margin: 0 1.5% 30px !important;
  padding: 10px;
  font-size:12px;
  text-align:center;
  vertical-align:top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

span.sysSubtotalPrice {
  font-size: 18px;
  float: initial;
  font-weight: 400;
  color: #4E4947;
  letter-spacing: 0;
  line-height: 1;
  margin: 30px 0;
  display: block;
}

/*クロネコペイボタン装飾調整*/
div#kuronekoPayFlex {
    margin-right: 21px;
}
.sysCart #sysMain #kuronekoPayFlex button img {
    margin-top: -11px;
}
.sysCart #sysMain button#kmid-login-subwindow-launch,
.sysCart #sysMain button[onclick="Sys('#kmid-login-subwindow-launch').click()"]
 {
  padding: 10px 0px 0px 0px;
}
.sysConfirmButton input#open_dlg_edit_customer_info {
    display: inline-block;
    padding: 10px;
    width: auto;
    height: auto;
    color: #000;
    background: #fff;
    border-radius: none;
    border: 1px solid #999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.viewall {
    position: absolute;
    bottom: 28.9px;
    left: 30.4px;
}

.viewall a,
.viewall p {
    background-color: rgba(255,255,255,0.7);
    padding: 15px 31px 10px;
    font-size: 12px;
    color: #080808;
    text-align: center;
    display: inline-block;
    transition: .3s;
}

.viewall--black {
    position: relative;
    text-align: center;
    margin-top: 40px;
    bottom: initial;
    left: initial;
}

.viewall--black a {
    background-color: #080808;
    color: #fff;
    transition: .3s;
}

@media(hover: hover) {
  .viewall a:hover {
    background-color: #080808!important;
    color: #fff!important;
  }

  .viewall--black a:hover {
    background-color: rgba(255,255,255,0.7)!important;
    color: #080808!important;
  }
}

@media(max-width: 1279px) {
  .viewall {
    bottom: 14.9px;
    left: 23.4px;
  }
}


/***********************************
 商品ブロック
***********************************/
.plus-btn-wrap {
display: none;
}

.panel,
.panel2 {
opacity: 0;
height: 0;
transition: .3s;
visibility: hidden;
}

.panel.is-show-ranking,
.panel2.is-show-new,
.panel.is-show-search {
opacity: 1;
height: initial;
position: relative;
visibility: visible;
}

.tab__btn {
  color: #080808;
  margin: 0!important;
  padding: 8px 5px;
  cursor: pointer;
  position: relative;
  transition: .3s;
}

.product__tab .tab__btn {
  transition: .3s;
}

@media(hover: hover) {
  .tab__btn:not(.is-active-search, .is-active-new, .is-active-ranking, .is-active):hover {
    opacity: 0.6;
  }

  .product__tab .tab__btn:not(.is-active):hover {
    opacity: 1;
    background-color: #FAFAFA;
  }
}

.tab__btn.is-active-ranking,
.tab__btn.is-active-new,
.tab__btn.is-active-search {
    color: #A7A7A7;
}

.tab__btn.is-active-ranking::after,
.tab__btn.is-active-new::after,
.tab__btn.is-active-search::after {
  position: absolute;
  content: "";
  background-color: #070707;
  /* width: 84.4px; */
  width: 100%;
  height: 1px;
  transform: translateX(-50%) scaleY(0.5);
  bottom: 0;
  left: 50%;
}

.top_ranking-furisode .sysContent .sysVertical .sysItemImage a,
.top_ranking-kamikazari .sysContent .sysVertical .sysItemImage a,
.top_ranking-zouribag .sysContent .sysVertical .sysItemImage a,
.top_new-furisode .sysContent .sysVertical .sysItemImage a,
.top_new-kamikazari .sysContent .sysVertical .sysItemImage a,
.top_new-zouribag .sysContent .sysVertical .sysItemImage a,
.item_viewed .sysContent .sysVertical .sysItemImage a,
.item_together .sysContent .sysVertical .sysItemImage a,
.item_recommend-furi .sysContent .sysVertical .sysItemImage a,
.item_recommend-cat-acs .sysContent .sysVertical .sysItemImage a,
.item_recommend-acs-hair .sysContent .sysVertical .sysItemImage a,
.item_recommend-acs-zoribag .sysContent .sysVertical .sysItemImage a,
.item_recommend-acs-obijime .sysContent .sysVertical .sysItemImage a,
.item_recommend-acs-obiage .sysContent .sysVertical .sysItemImage a,
.item_recommend-acs-kasane .sysContent .sysVertical .sysItemImage a  {
  display: block;
  width: 100%;
}

.top_ranking-furisode .sysContent .sysVertical .sysItemImage img,
.top_ranking-kamikazari .sysContent .sysVertical .sysItemImage img,
.top_ranking-zouribag .sysContent .sysVertical .sysItemImage img,
.top_new-furisode .sysContent .sysVertical .sysItemImage img,
.top_new-kamikazari .sysContent .sysVertical .sysItemImage img,
.top_new-zouribag .sysContent .sysVertical .sysItemImage img,
.item_viewed .sysContent .sysVertical .sysItemImage img,
.item_together .sysContent .sysVertical .sysItemImage img,
.item_recommend-furi .sysContent .sysVertical .sysItemImage img,
.item_recommend-cat-acs .sysContent .sysVertical .sysItemImage img,
.item_recommend-acs-hair .sysContent .sysVertical .sysItemImage img,
.item_recommend-acs-zoribag .sysContent .sysVertical .sysItemImage img,
.item_recommend-acs-obijime .sysContent .sysVertical .sysItemImage img,
.item_recommend-acs-obiage .sysContent .sysVertical .sysItemImage img,
.item_recommend-acs-kasane .sysContent .sysVertical .sysItemImage img  {
  width: 100%;
  height: 100%;
  max-width: 600px;
  aspect-ratio: 217 / 290;
  vertical-align: initial!important;
  float: initial!important;
  margin-right: 0!important;
}

.sysItemImage a {
  position: relative;
}

.sysItemImage a::after {
  position: absolute;
  content: "";
  background-color: rgba(255,255,255,0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  cursor: pointer;
}

@media(hover: hover) {
  .sysItemImage a:hover::after {
    opacity: 1;
    visibility: visible;
  }
}

.top_ranking-furisode .sysVertical,
.top_ranking-kamikazari .sysVertical,
.top_ranking-zouribag .sysVertical,
.top_new-furisode .sysVertical,
.top_new-kamikazari .sysVertical,
.top_new-zouribag .sysVertical,
.item_viewed .sysVertical,
.item_together .sysVertical,
.item_recommend-furi .sysVertical,
.item_recommend-cat-acs .sysVertical,
.item_recommend-acs-hair .sysVertical,
.item_recommend-acs-zoribag .sysVertical,
.item_recommend-acs-obijime .sysVertical,
.item_recommend-acs-obiage .sysVertical,
.item_recommend-acs-kasane .sysVertical {
  display: block !important;
  flex-flow: row;
}

.ranking__inner,
.new__inner,
.search__inner {
  padding: 80px 0 80px 40px;
}

.news__inner {
  padding: 80px 50px 80px 40px;
}

.ranking__col-wrap,
.new__col-wrap,
.news__col-wrap,
.item_viewed-wrap,
.item_together-wrap,
.item_recommend-furi-wrap,
.item_recommend-cat-acs-wrap,
.item_recommend-acs-hair-wrap,
.item_recommend-acs-zoribag-wrap,
.item_recommend-acs-obijime-wrap,
.item_recommend-acs-obiage-wrap,
.item_recommend-acs-kasane-wrap,
.search__col-wrap {
  display: flex;
}

.ranking__col-r,
.new__col-r,
.news__col-r,
.item_viewed,
.item_together,
.item_recommend-furi,
.item_recommend-cat-acs,
.item_recommend-acs-hair,
.item_recommend-acs-zoribag,
.item_recommend-acs-obijime,
.item_recommend-acs-obiage,
.item_recommend-acs-kasane,
.search__col-r {
  width: calc(100% - 60.78px);
}

.news__col-r {
  padding-left: 43px;
  display: flex;
  flex-direction: column-reverse;
}

.news__col-r li br {
  display: none;
}

.news__col-r li time {
  font-family: "Inter", serif;
  font-size: 12px;
  letter-spacing: 0;
  color: #080808;
  margin-right: 16px;
  line-height: 1.33;
}

.top_news .news__col-r li a,
.archive_info .news__col-r li a {
  line-height: 1.33;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  padding-top: 20.6px;
  padding-bottom: 13.4px;
  position: relative;
  transition: .3s;
}

@media(hover: hover) {
  .top_news .news__col-r li a:hover,
  .archive_info .news__col-r li a:hover {
    opacity: 0.6;
  }
}

.top_news .news__col-r li a::after,
.archive_info .news__col-r li a::after {
  width: 100%;
  height: 1px;
  transform: scaleY(0.5);
  background-color: #4E4947;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.top_news nav {
  max-width: 1086px;
  margin: 0 auto;
}





.ranking__col-r-tab,
.new__col-r-tab,
.search__col-r-tab {
  display: flex;
  width: 263px;
  margin: 0 auto 42.9px;
  justify-content: space-between;
}

.ranking__panel-wrap .sysItemName,
.new__panel-wrap .sysItemName,
.item_viewed .sysItemName,
.item_together .sysItemName,
.item_recommend-furi .sysItemName,
.item_recommend-cat-acs .sysItemName,
.item_recommend-acs-hair .sysItemName,
.item_recommend-acs-zoribag .sysItemName,
.item_recommend-acs-obijime .sysItemName,
.item_recommend-acs-obiage .sysItemName,
.item_recommend-acs-kasane .sysItemName {
  margin-top: 24px;
}

.ranking__panel-wrap .sysItemName a,
.new__panel-wrap .sysItemName a,
.item_viewed .sysItemName a,
.item_together .sysItemName a,
.item_recommend-furi .sysItemName a,
.item_recommend-cat-acs .sysItemName a,
.item_recommend-acs-hair .sysItemName a,
.item_recommend-acs-zoribag .sysItemName a,
.item_recommend-acs-obijime .sysItemName a,
.item_recommend-acs-obiage .sysItemName a,
.item_recommend-acs-kasane .sysItemName a {
  font-size: 14px;
  font-weight: 400;
  color: #080808;
  letter-spacing: 0;
}

.ranking__panel-wrap .sysItemPrice,
.new__panel-wrap .sysItemPrice,
.item_viewed .sysItemPrice,
.item_together .sysItemPrice,
.item_recommend-furi .sysItemPrice,
.item_recommend-cat-acs .sysItemPrice,
.item_recommend-acs-hair .sysItemPrice,
.item_recommend-acs-zoribag .sysItemPrice,
.item_recommend-acs-obijime .sysItemPrice,
.item_recommend-acs-obiage .sysItemPrice,
.item_recommend-acs-kasane .sysItemPrice {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .025em;
  font-family: "Inter", serif;
  margin-top: 6px;
  color: rgb(8 8 8 / 60%);
}

.ranking-panel .slick-track,
.new-panel .slick-track,
.item_viewed .slick-track,
.item_together .slick-track,
.item_recommend-furi .slick-track,
.item_recommend-cat-acs .slick-track,
.item_recommend-acs-hair .slick-track,
.item_recommend-acs-zoribag .slick-track,
.item_recommend-acs-obijime .slick-track,
.item_recommend-acs-obiage .slick-track,
.item_recommend-acs-kasane .slick-track {
  margin-left: -30px;
  display: inline-block;
}

.ranking-panel .slick-slide,
.new-panel .slick-slide,
.item_viewed .slick-slide,
.item_together .slick-slide,
.item_recommend-furi .slick-slide,
.item_recommend-cat-acs .slick-slide,
.item_recommend-acs-hair .slick-slide,
.item_recommend-acs-zoribag .slick-slide,
.item_recommend-acs-obijime .slick-slide,
.item_recommend-acs-obiage .slick-slide,
.item_recommend-acs-kasane .slick-slide {
  margin-left: 30px;
  position: relative;
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li.slick-slide:after {
  content: "1";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255,255,255,0.58);
  aspect-ratio: 1/1;
  color: #080808;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .05em;
  line-height: 1;
  z-index: 1;
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(2).slick-slide:after {
  content: "2";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(3).slick-slide:after {
  content: "3";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(4).slick-slide:after {
  content: "4";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(5).slick-slide:after {
  content: "5";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(6).slick-slide:after {
  content: "6";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(7).slick-slide:after {
  content: "7";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(8).slick-slide:after {
  content: "8";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(9).slick-slide:after {
  content: "9";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(10).slick-slide:after {
  content: "10";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(11).slick-slide:after {
  content: "11";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(12).slick-slide:after {
  content: "12";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(13).slick-slide:after {
  content: "13";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(14).slick-slide:after {
  content: "14";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(15).slick-slide:after {
  content: "15";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(16).slick-slide:after {
  content: "16";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(17).slick-slide:after {
  content: "17";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(18).slick-slide:after {
  content: "18";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(19).slick-slide:after {
  content: "19";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(20).slick-slide:after {
  content: "20";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(21).slick-slide:after {
  content: "21";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(22).slick-slide:after {
  content: "22";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(23).slick-slide:after {
  content: "23";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(24).slick-slide:after {
  content: "24";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(25).slick-slide:after {
  content: "25";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(26).slick-slide:after {
  content: "26";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(27).slick-slide:after {
  content: "27";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(28).slick-slide:after {
  content: "28";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(29).slick-slide:after {
  content: "29";
}

.ranking-panel .sysFuncItemBlock .sysContent .sysVertical li:nth-child(30).slick-slide:after {
  content: "30";
}


.new-panel .sysFuncItemBlock .sysContent .sysVertical li.slick-slide:after,
.new-panel .sysFuncItemBlock .sysContent .sysVertical li:after {
  content: "NEW"!important;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  font-weight: 500;
  padding: 10px;
  color: #080808;
  letter-spacing: 0;
  z-index: 8;
}

.ranking-panel .slick-slide img,
.new-panel .slick-slide img,
.item_viewed .slick-slide img,
.item_together .slick-slide img,
.item_recommend-furi .slick-slide img,
.item_recommend-furi .slick-slide img,
.item_recommend-cat-acs .slick-slide img,
.item_recommend-acs-hair .slick-slide img,
.item_recommend-acs-zoribag .slick-slide img,
.item_recommend-acs-obijime .slick-slide img,
.item_recommend-acs-obiage .slick-slide img,
.item_recommend-acs-kasane .slick-slide img {
  aspect-ratio: 217 / 290;
  object-fit: cover;
}


.slick-prev {
  display: block;
  height: 24.6px;
  overflow: hidden;
  position: absolute;
  top: 50%;
}

.slick-next {
  display: block;
  height: 24.6px;
  overflow: hidden;
  position: absolute;
  top: 50%;
}

.ranking-panel .slick-slider,
.new-panel .slick-slider,
.item_viewed .slick-slider,
.item_together .slick-slider,
.item_recommend-furi .slick-slider,
.item_recommend-cat-acs .slick-slider,
.item_recommend-acs-hair .slick-slider,
.item_recommend-acs-zoribag .slick-slider,
.item_recommend-acs-obijime .slick-slider,
.item_recommend-acs-obiage .slick-slider,
.item_recommend-acs-kasane .slick-slider {
  position: relative;
  padding-left: 3.36vw;
}

.ranking-prev-arrow,
.ranking-next-arrow,
.new-prev-arrow,
.new-next-arrow {
  position: absolute;
  width: 7.03vw;
  height: 7.03vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 9vw;
  padding: 0.79vw;
  z-index: 1;
}

.ranking-prev-arrow,
.new-prev-arrow {
  left: 0;
}

.ranking-next-arrow,
.new-next-arrow {
  right: 10vw;
}

.ranking-prev-arrow::after,
.new-prev-arrow::after {
  background-image: url(/img/common/slide-arrow.svg);
}

.ranking-next-arrow::after,
.new-next-arrow::after {
  background-image: url(/img/common/slide-arrow.svg);
  transform: rotate(180deg);
}

.ranking-prev-arrow::after,
.ranking-next-arrow::after,
.new-prev-arrow::after,
.new-next-arrow::after {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  object-fit: contain;
cursor: pointer;
}

/* 新着アイテム VIEW ALLボタン */
.new-panel__viewall {
  position: absolute;
  top: -75px;
  right: 50px;
}

.new-panel__viewall .viewall {
  position: static;
}

.new-panel__viewall .viewall a {
  border: 1px solid #a7a5a5;
}

/* お知らせ VIEW ALLボタン */
.top_news-btn.viewall {
  position: static;
  text-align: center;
  margin-top: 30px;
}

.top_news-btn.viewall a {
  border: 1px solid #a7a5a5;
}

.top_news-btn-wrap {
  text-align: right;
}

#info .top_news-btn-wrap {
  display: none;
}

@media(max-width: 1024px) {
  .ranking-prev-arrow,
  .ranking-next-arrow,
  .new-prev-arrow,
  .new-next-arrow {
    width: 11.03vw;
    height: 11.03vw;
    top: 20vw;
  }

  .ranking-prev-arrow,
  .new-prev-arrow {
    left: -2vw;
  }

  .ranking-next-arrow,
  .new-next-arrow {
    right: 10vw;
  }

  .ranking-next-arrow,
  .new-next-arrow {
    right: 0vw;
  }
}

@media(max-width: 959px) {
.ranking__inner, .search__inner, .new__inner {
    padding: 80px 0 80px 30px;
  }

  .news__inner {
    padding: 80px 30px 80px 30px;
  }

  .ranking-panel .slick-slider, .new-panel .slick-slider, .item_viewed .slick-slider, .item_together .slick-slider, .item_recommend-furi .slick-slider, .item_recommend-cat-acs .slick-slider {
    padding-left: 30px;
  }
}

@media(max-width: 743px) {
  .ranking__col-wrap,
  .new__col-wrap,
  .news__col-wrap,
  .item_viewed-wrap,
  .item_together-wrap,
  .item_recommend-furi-wrap,
  .item_recommend-cat-acs-wrap,
  .item_recommend-acs-hair-wrap,
  .item_recommend-acs-zoribag-wrap,
  .item_recommend-acs-obijime-wrap,
  .item_recommend-acs-obiage-wrap,
  .item_recommend-acs-kasane-wrap,
  .search__col-wrap  {
    flex-flow: column;
    align-items: center;
  }

  .item_viewed,
  .item_together,
  .item_recommend-furi,
  .item_recommend-cat-acs,
  .item_recommend-acs-hair,
  .item_recommend-acs-zoribag,
  .item_recommend-acs-obijime,
  .item_recommend-acs-obiage,
  .item_recommend-acs-kasane {
    width: 100%;
  }

  .ranking__inner, .new__inner {
    padding: 60px 0 60px 20px;
  }

  .new__inner {
    padding: 60px 20px;
  }

  .h2-heading-wrap {
max-width: initial!important;
  }

  .ranking__col-r,
  .new__col-r,
  .news__col-r {
    width: 100%;
  }

  .ranking-panel .slick-slider,
  .new-panel .slick-slider {
    padding-left: 0;
  }

  .ranking-panel .slick-track, .new-panel .slick-track {
    margin-left: -25px;
  }

  .ranking-panel .slick-slide, .new-panel .slick-slide {
    margin-left: 25px;
  }

  .top_new-furisode .sysVertical,
  .top_new-kamikazari .sysVertical,
  .top_new-zouribag .sysVertical {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -22px 0 0 -17.5px;
  }

  .top_new-furisode .sysVertical li,
  .top_new-kamikazari .sysVertical li,
  .top_new-zouribag .sysVertical li  {
    width: calc(100% / 2 - 17.5px);
    margin: 22px 0 0 17.5px;
    position: relative;
  }

  .new-panel .sysItemImage a img {
    aspect-ratio: 217 / 290;
    object-fit: cover;
  }

  .new-panel .new-label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    padding: 10px;
    color: #080808;
    letter-spacing: 0;
}

.new-panel__viewall {
  position: relative;
  margin-top: 30px;
  text-align: center;
  top: 0;
  right: 0;
}

.ranking__panel-wrap .sysItemName,
.new__panel-wrap .sysItemName,
.item_viewed .sysItemName,
.item_together .sysItemName,
.item_recommend-furi .sysItemName,
.item_recommend-cat-acs .sysItemName,
.item_recommend-acs-hair .sysItemName,
.item_recommend-acs-zoribag .sysItemName,
.item_recommend-acs-obijime .sysItemName,
.item_recommend-acs-obiage .sysItemName,
.item_recommend-acs-kasane .sysItemName {
    margin-top: 15px;
}

.news__inner {
  padding: 60px 0;
  border-bottom: 1px solid #EDEDED;
  margin: 0 20px;
}

.news__col-r {
  padding-left: 0;
  display: flex;
  flex-flow: column-reverse;
}

.top_news-btn-wrap {
  text-align: center;
  margin-top: 30px;
}

.is-show-new {
  position: relative;
  margin-bottom: 16vw;
  overflow: hidden;
  transition: height 1s ease, overflow 1s ease, margin-bottom 1s ease;
}

.is-show-new .is-show {
  margin-bottom: 0;
  overflow: visible;
}

.new-panel {
  position: absolute;
  top: 0;
}

.new__col-wrap {
  position: relative;
}

.plus-btn-wrap {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.plus-btn {
  width: 92px;
  height: 37px;
  border: 1px solid #a4a4a4;
  border-radius: 90px;
  position: relative;
  opacity: 1;
  transition: opacity .3s ease;
  visibility: visible;
}

.plus-btn.is-show {
  opacity: 0;
  visibility: hidden;
}

.plus-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.new-panel__viewall {
  position: relative;
}
.ranking__inner {
  padding: 58px 0 60px 20px;
}

.search__inner {
  padding: 58px 20px 60px 20px;
}

.item_together-wrap,
.item_recommend-furi-wrap,
.item_recommend-cat-acs-wrap,
.item_recommend-acs-hair-wrap,
.item_recommend-acs-zoribag-wrap,
.item_recommend-acs-obijime-wrap,
.item_recommend-acs-obiage-wrap,
.item_recommend-acs-kasane-wrap,
.item_viewed-wrap {
  flex-direction: column;
  padding: 60px 0 0 20px;
  overflow: hidden;
}

.ranking-panel .slick-slider, .new-panel .slick-slider, .item_viewed .slick-slider, .item_together .slick-slider, .item_recommend-furi .slick-slider, .item_recommend-cat-acs .slick-slider {
  padding-left: 0px;
}

.ranking-prev-arrow, .ranking-next-arrow, .new-prev-arrow, .new-next-arrow {
  width: 16.03vw;
  height: 16.03vw;
  padding: 0;
  top: 18vw;
cursor: pointer;
}

.ranking-next-arrow, .new-next-arrow {
  right: -2vw;
  cursor: pointer;
}

.ranking-prev-arrow, .new-prev-arrow {
  left: -30px;
}


}


@media(max-width: 630px) {
  .new__panel-wrap {
    /* height: 147vw; */
  }
}

/***********************************
 ヘッダーメニュー（250215追記）
***********************************/
#splide1-list {
  font-size: 12px;
}

@media(max-width: 1024px) {
  .header_sp-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 20px 8px;
  }

  .header_sp-left {
    display: flex;
    align-items: center;
  }

  .header_sp-right {
    display: flex;
    align-items: center;
  }

  .spLogo {
    width: 117.52px;
    cursor: pointer;
  }

  .spCart {
    margin-left: 20px;
  }

  .spCart a,
  .spMypage a  {
    display: block;
    width: 14.46px;
    cursor: pointer;
  }

  .spCart a img,
  .spMypage a img {
    width: 100%;
  }

  .news-close {
    cursor: pointer;
  }


  /* #navBtn {
    width: 30px;
  }

  #navBtn img {
    width: 100%;
  } */

  .header__inner {
    margin: 0;
  }

  .spSerch {
    margin-left: 20px;
    cursor: pointer;
  }

  .spSerch a {
    display: block;
    width: 13.67px;
  }

  .spSerch a img {
    width: 100%;
  }
}
}


/***********************************
  商品ページ用（2カラム)　レイアウト
***********************************/

#sysItemCategory #sysWrap,
#sysItemSearch #sysWrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#sysItemCategory .sysHeadline,
#sysItemSearch .sysHeadline {
  width: auto;
  margin: 0 0 30px;
  padding: 30px 0;
  position: relative;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
}

.sysFuncItemCategory + .sysFuncItemCategory {
  margin-top: 40px;
}

.ly-colWrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 1262px;
  margin: 0 auto;
  width: 100%;
  padding: 0 50px;
}

#sysItemCategory #sysWrap {
  max-width: initial;
  margin: 0 auto;
}

.catFv__wrap {
  position: relative;
}

.catFv__wrap-img + .cat-lv2-heading {
  display: none;
}

/* .sysItemCategoryInfo:has(.cat-ttl-wrap) .cat-lv2-heading {
  font-weight: 400;
  letter-spacing: .45em;
  display: block;
  position: static;
  font-size: 45px;
  text-align: center;
} */
.cat-lv1-heading {
  font-weight: 400;
  letter-spacing: .45em;
  font-size: 45px;
  text-align: center;
  position: relative;
  /* top: 58%;
  left: 52.5%;
  transform: translate(-50%, -50%); */
}

.cat-lv1-heading::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #707070;
}

.cat-lv1-heading::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #707070;
}

.catFv-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cat-ttl-wrap .cat-lv2-heading {
  writing-mode: unset;
}

.catFv-sub .cat-ttl-wrap {
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: auto;
  white-space: nowrap;
}

.catFv__wrap-img {
  aspect-ratio: 1280/450;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

.catFv__wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.catFv__wrap-img picture {
  display: block;
}


.productsHeadInfo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1262px;
  width: 100%;
  padding: 0 50px;
  margin: 109px auto 55px;
}

/* メインビジュアルがある場合 */
.sysItemCategoryInfo + .productsHeadInfo {
  margin-top: 30px;
}
/* 
.sysItemCategoryInfo:has(.cat-ttl-wrap) {
  margin-top: 89px;
} */

.sysItemCategoryCtl {
  margin: 0;
  padding: 0;
  border: initial;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sort-ttl {
  margin-right: 20.6px;
  display: flex;
  align-items: flex-start;
}

.sort-ttl__icon {
  margin-right: 7px;
  width: 18.39px;
  height: 17.18px;
  display: block;
}

.ly-colWrap #sysAside {
  width: 151px;
  margin: 0 55px 0 0;
}

.ly-colWrap #sysMain {
  width: calc(100% - 206px)!important;
}

/* ソート機能　表示順　（更新順・標準）削除 */
.sysItemCategoryCtl a:nth-child(5),
.sysItemCategoryCtl a:nth-child(6) {
  display: none;
}

.sysItemCategoryPankuzu {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}

.sysItemCategoryPankuzu a {
  padding: 0 9px;
}

.sysItemCategoryPankuzu a:nth-child(1) {
  padding-left: 0;
}

.sysAccordionHide:before {
  content: "" !important;
  position: absolute;
  width: 12px;
  height: 1px;
  border-radius: 90px;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  -webkit-transform: initial !important;
  transform: translateY(-50%) rotate(90deg) !important;
  background-color: #A7A7A7;
}

.sysAccordion:after {
  content: ""!important;
  position: absolute;
  width: 12px;
  height: 1px;
  border-radius: 90px;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  -webkit-transform: initial!important;
  background-color: #A7A7A7;
}


.sysThumbnailImage a {
  display: block;
  position: relative;
}

.sysThumbnailImage a::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  cursor: pointer;
  position: absolute;
}

@media(hover: hover) {
  .sysThumbnailImage a:hover::after {
    opacity: 1;
    visibility: visible;
  }
}

.sysItemList ul.sysThumbnail {
  margin: -50px 0 0 -30px;
}

.sysItemList ul.sysThumbnail li {
  width: calc(100% / 4 - 30px);
  margin: 50px 0 0 30px;
  padding: 0;
  position: relative;
}

/* 表示件数　非表示 */
.sysItemListDisp {
  display: none;
}

.sysThumbnailImage img {
  width: 100%;
  height: 100%;
  aspect-ratio: 217/290;
  object-fit: cover;
  object-position: center;
}

.sysItemName {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: #080808;

}

.sysRetailPrice,
.sysSuggestedRetailPrice {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  color: rgba(8,8,8,0.6);
  margin-top: 3px;
}

.itemDetailWrap {
  margin-top: 24px;
}

.sysWishListButtonFormAjax {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

.sysWishListButton {
  width: 100%;
  height: 100%;
  background-color: initial;
  color: #fff;
  background: initial;
  border: initial;
}

.sysWishListButtonFormAjax .sysButton {
  width: 30px;
  height: 30px;
  background-color: initial;
  overflow: hidden;
  margin: 0;
  font-size: 0;
  border: none;
}


.sysWishListButtonFormAjax button::before {
  content: "\f004";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.sysWishListButtonFormAjax button:disabled::before {
  font-weight: 900;
}

#sysItemDetail .sysWishListButtonFormAjax button::before {
  font-weight: 900;
}

#sysItemDetail .sysWishListButtonFormAjax button:disabled::before {
  color: #000;
}

#sysItemDetail #sysWishlist .sysButton:disabled {
  background-color: #fff;
}


@media(hover: hover) {
  #sysItemDetail #sysWishlist .sysButton:disabled:hover {
    opacity: 1;
    cursor: unset;
  }
}

.cat-sort {
  display: none;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 20px;
  cursor: pointer;
}

.cat-sort-icon {
  display: block;
  width: 16.78px;
  height: 16.78px;
  margin-right: 7px;
}

@media(max-width: 1279px) {
  /* .cat-lv1-heading {
    font-size: clamp(35.96px, 4.83vw, 62px);
    top: 18vw;
    right: 11.1vw;
  } */

  .cat-ttl-wrap .cat-lv2-heading {
    top: 140px;
    right: 151px;
  }

  .sysItemList ul.sysThumbnail li {
    width: calc(100% / 3 - 30px);
  }
}


@media(max-width: 1024px) {
  #sysItemCategory, #sysWrap {
    margin-top: 0;
  }

  #sysItemCategory .ly-colWrap {
    margin: -30px auto 0;
  }

  .ly-colWrap #sysAside {
    margin: 0 30px 0 0;
  }

  .ly-colWrap #sysMain {
    width: calc(100% - 181px) !important;
  }

  #sysItemCategory #sysMain {
    padding: 30px 0 0!important;
  }

  .productsHeadInfo {
    padding: 0 30px;
  }

  .ly-colWrap {
    padding: 0 30px;
  }

  .catFv-sub .catFv__wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .catFv-sub .cat-ttl-wrap {
    left: 52.5%;
  }
}


@media(max-width: 743px) {
  .cat-sort {
    display: flex;
  }

  #sysItemSearch .cat-sort {
    z-index: 1;
  }

  .catFv__wrap-img {
    aspect-ratio: 430/386;
  }

  .sysItemCategoryInfo + .productsHeadInfo {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .productsHeadInfo {
    padding: 0 20px;
    display: block;
    width: 100%!important;
  }

  #sysItemCategory .sysItemCategoryPankuzu {
    margin-bottom: 32px;
  }

  .ly-colWrap {
    padding: 0 20px;
    display: block;
  }

  .side_navi_popup {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 41px;
    width: 100%;
    height: 100vh;
    padding: 35px 20px 89px;
    background-color: rgba(8, 8, 8, 0.1);
    z-index: -8;
  }

  .side_navi_popup-close-btn {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 21px;
    left: 20px;
    z-index: 9999;
    pointer-events: none;
    background-image: url(/img/common/close-btn.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .side_navi_popup.popup-show {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
  }

  .side_navi_popup-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 45px;
    left: 0;
    z-index: -8;
  }

  .side_navi_popup-bg.popup-show {
    z-index: 0;
    background-color: #0808082b;
    backdrop-filter: blur(3px);
    visibility: visible;
    opacity: 1;
    display: block;
  }

  .side_navi_popup-bg.popup-show + .side_navi_popup {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
  }

  #sysItemCategory .sp-cat-sort__inner,
  #sysItemSearch .sp-cat-sort__inner {
    height: calc(100vh - 166px);
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
    padding: 50px 20px;
    display: block!important;
    z-index: 1000;
    position: relative;
  }

  .sysItemCategoryCtl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
  }

  .sysItemCategoryCtl a {
    font-size: 11px;
  }

  .sort-ttl__icon {
    margin-right: 7px;
    width: 18.39px;
    height: 17.18px;
  }

  .sort-ttl {
    font-size: 14px;
    margin-right: 0;
  }

  .sysItemCategoryCtl a {
    font-size: 10px;
  }

  #sysItemCategory .ly-colWrap #sysMain {
    width: 100% !important;
    padding: 0;
  }

  #sysItemCategory #sysWrap {
    overflow: initial!important;
  }
/* 
  .sysItemCategoryInfo:has(.cat-ttl-wrap) .cat-lv2-heading {
    font-size: 24px;
  } */

  .cat-lv1-heading {
    font-size: clamp(30px, 6vw, 38px);
  }

  .catFv-sub .cat-ttl-wrap {
    top: 70%;
  }

  .cat-lv1-heading::before {
    left: -49px;
    width: 35px;
  }

  .cat-lv1-heading::after {
    width: 35px;
    right: -28px;
  }
}

@media(max-width: 499px) {
  .cat-lv1-heading {
    font-size: clamp(20px, 5.3vw, 30px);
  }
}


@media(max-width: 400px) {
  .sysItemCategoryCtl a {
    font-size: 11px;
  }

  .sort-ttl__icon {
    width: 15.39px;
    height: 14.37px;
  }

  .sort-ttl {
    font-size: 11px;
    margin-right: 0;
  }

  .sysItemCategoryCtl a {
    font-size: 10px;
  }

  .sysItemCategoryCtl a + a {
    margin-left: 6px;
  }

  .cat-sort {
    font-size: 11px;
  }

  .cat-sort-icon {
    width: 13.78px;
    height: 13.78px;
  }
}

/* 商品詳細ページでは非表示 */
#sysItemDetail .sp-cat-sort__inner,
#sysItemSearch .sp-cat-sort__inner {
  display: none;
}



/***********************************
  サイドバー　カラーチップ
***********************************/
.side_navi_clr .sysImage a,
.side_navi_acs_clr .sysImage a
.side_navi_clr-sp .sysImage a {
  display: flex;
  align-items: center;
}

.side_navi_acs_clr ul li a {
  display: flex;
}

.side_navi_clr-sp ul li.sysImage a {
  display: flex;
  align-items: center;
}

.side_navi_clr ul li.sysImage a,
.side_navi_clr-sp ul li.sysImage a,
.side_navi_acs_clr ul li.sysImage a {
  padding: 10px 0;
}

.side_navi_clr ul li.sysImage img,
.side_navi_acs_clr ul li.sysImage img,
.side_navi_clr-sp ul li.sysImage img {
  width: 14px!important;
  height: 14px!important;
  margin-right: 7px!important;
}

.side_navi_clr .sysImage p,
.side_navi_acs_clr .sysImage p,
.side_navi_clr-sp .sysImage p {
  margin: 0!important;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0;
}

/* .side_navi_clr .sysImage + .sysImage,
.side_navi_acs_clr .sysImage + .sysImage {
  margin-top: 20px;
} */


.side_navi_acs_clr-sp ul li img {
  width: 14px;
  height: 14px;
  margin-right: 7px;
}

.side_navi_acs_clr-sp ul li.sysImage a {
  display: flex;
  align-items: center;
}

.side_navi_acs_clr-sp .sysImage a p {
  margin-top: 0!important;
}

.side_navi_acs_clr-sp ul,
.side_navi_clr-sp ul {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 0 -10px;
}

.side_navi_acs_clr-sp ul li,
.side_navi_clr-sp ul li {
  width: calc(100% / 4 - 10px) !important;
  margin: 20px 0 0 10px;
  float: initial;
}

@media(max-width: 429px) {
  .side_navi_acs_clr-sp ul li,
  .side_navi_clr-sp ul li {
    width: calc(100% / 3 - 10px) !important;
  }
}


/***********************************
  商品詳細ページ
***********************************/
#sysItemDetail #sysAll {
  overflow: initial!important;
}

#sysItemDetail #sysWrap {
  max-width: 1100px;
  margin: 20px auto 0;
  padding: 0 50px 0 60px;
  overflow: initial!important;
}

#sysItemDetail #sysHeader {
  top: 0;
}

.products-col-left__sticky {
  position: sticky;
  top: 120px;
}

#sysItemDetail .orderArea {
  display: flex;
}

.sysItemImagesSlide .sysItemImagesSlideList img {
  width: 100%;
  max-width: 405px;
  height: 100%;
  aspect-ratio: 411 / 587;
  object-fit: cover;
}

#sysMain .sysItemImages .sysItemImagesSlide .sysItemImagesSlideList img {
  max-width: initial;
}

.sysItemImagesSlide .sysItemImagesSlideList li {
  width: 100% !important;
  height: 100% !important;
  line-height: initial !important;
  float: initial;
}

.sysItemImagesSlide .sysItemImagesSlideList {
  height: auto;
  width: 100%;
  object-fit: cover;
  display: flex;
}



#sysItemDetail .sysItemImagesSlideCtl {
  position: relative;
}

.sysItemImagesSlideCtl .sysItemImagesSlidePrev,
.sysItemImagesSlideCtl .sysItemImagesSlideNext {
  float: initial;
  width: 26px !important;
  height: 26px !important;
  position: absolute;
  top: 50%;
}

.sysItemImagesSlidePrev span, .sysItemImagesSlideNext span {
  padding: 10px;
  border: initial !important;
  cursor: pointer;
  border-radius: initial;
  background: initial;
  background: initial;
  box-shadow: initial;
  -webkit-user-select: none;
  user-select: none;
}

.sysItemImagesSlideCtl .sysItemImagesSlidePrev {
  left: -60px;
}

.sysItemImagesSlideCtl .sysItemImagesSlideNext {
  right: -60px;
}

.sysItemImagesSlide {
  width: 100%;
  float: initial;
}

.sysItemImages {
  padding-right: 60px;
}

.sysItemImagesSlidePrev span,
.sysItemImagesSlideNext span {
  display: block;
}


.sysItemImagesSlidePrev span:after {
  content: "";
  background-image: url(/img/product-detail/prev-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 26px;
  width: 10.64px;
  display: block;
  position: relative;

}

.sysItemImagesSlideNext span:after {
  content: "";
  background-image: url(/img/product-detail/next-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 26px;
  width: 10.64px;
  display: block;
  position: relative;
}

#sysItemDetail .sysCategoryPankuzu {
  max-width: 1220px;
  padding: 42px 20px 0;
  margin: 85px auto 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: #080808;
}

.products-col-left {
  width: 47%!important;
}

.products-col-right {
  width: 53%!important;
  padding-left: 6.65vw;
}

#sysItemDetail .sysExplanation {
  background-color: #F7F8FA;
  padding: 15px 14px;
  margin-top: 34px;
  margin-bottom: 20px;
}

#sysExplanation .product-discription {
  text-align: left;
  margin: 0;
  line-height: 1;
  font-size: 14px;
}

#sysExplanation .product-discription + .product-discription {
  margin-top: 5px;
}


#sysMypageLogin .sysButton:hover {
  background-color: #dddddd!important;
}

.mypage-btn {
  text-align: left;
  margin-top: 50px;
}

.mypage-btn a {
  font-size: 17px;
  padding: 20px;
  border-radius: 5px;
  background-color: #dddddd;
  color: #000;
  display: inline-block;
  width: 100%;
  text-align: center;
  letter-spacing: 0;
}

.item_tab-sec,
.item_tab-sec-acs,
.item_tab-furi-comp-sec,
.item_tab-sec-acs-zouribag,
.item_tab-sec-acs-zouri,
.item_tab-sec-acs-bag {
  padding-right: 60px;
}

.item_tab-sec-sp,
.item_tab-sec-acs-sp,
.item_tab-furi-comp-sp-sec,
.item_tab-sec-acs-zouribag-sp,
.item_tab-sec-acs-zouri-sp,
.item_tab-sec-acs-bag-sp {
  display: none;
}

.product__flow-txt,
.product__flow-bottom {
  font-size: 14px;
  line-height: 1.4;
}

.sysAutoLoginField input {
  accent-color: #080808;
}

.taste-option-txt-wrap-ttl {
  font-size: 12px;
  margin-top: 25px;
  display: block;
}

.taste-option-txt-wrap .sysSelectionDescription {
  margin-bottom: 70px;
  margin-top: 6px !important;
}

#sysItemDetail .products-col-right {
  max-width: 700px;
}

@media(max-width: 1279px) {
.sysItemImagesSlidePrev span:after {
  left: 20px;
}

.sysItemImagesSlideNext span:after {
  right: 20px;
}
}

@media(max-width: 1024px) {
  #sysItemDetail #sysWrap {
    padding: 0 6vw;
  }
}

@media(max-width: 959px) {
  #sysItemDetail .orderArea {
    display: block;
  }

  .products-col-left,
  .products-col-right { 
    width: 100% !important;
  }

  .sysItemImages {
    padding-right: 0;
  }

  .item_tab-sec,
  .item_tab-sec-acs,
  .item_tab-furi-comp-sec,
  .item_tab-sec-acs-zouribag,
  .item_tab-sec-acs-zouri,
  .item_tab-sec-acs-bag {
    padding-right: 0;
    display: none;
  }

  .products-col-right {
    padding-left: 0;
  }

  #sysItemDetail #sysWrap {
    padding: 0 20px;
  }

  .products-col-left__sticky {
    top: 0;
    position: relative;
  }

  .products-col-left__sticky .sysItemImages {
    margin: 0 auto;
  }

  .item_tab-sec-sp,
  .item_tab-sec-acs-sp,
  .item_tab-furi-comp-sp-sec,
  .item_tab-sec-acs-zouribag-sp,
  .item_tab-sec-acs-zouri-sp,
  .item_tab-sec-acs-bag-sp {
    display: block;
    margin-bottom: 28px;
  }

  .mypage-btn {
    text-align: center;
  }

}

@media(max-width: 743px) {
  .sysAutoLoginField {
    margin-bottom: 20px;
  }

  .sysItemImagesSlide .sysItemImagesSlideList img {
    max-width: initial
  }

}

/* タブ切り替え */
.product-tab-sec .tab {
  display: flex;
  text-align: center;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
  }

  .product-tab-sec .tab p {
  width: calc(100% / 3);
  }

  .product-tab-sec .tab.product__tab-col2 p {
  width: calc(100% / 2);
  }

  .product-tab-sec .tab__01,
  .product-tab-sec .tab__02,
  .product-tab-sec .tab__03 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  color: #A7A7A7;
  }

  .product-tab-sec .tab__btn.is-active {
    color: #080808;
    position: relative;
  }

  .product-tab-sec .tab__btn.is-active::after {
    width: 84.4px;
    height: 1px;
    background-color: #606060;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    border-radius: 90px;
  }

  .product-tab-sec .panel {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: 1s;
  }

  .product-tab-sec .panel.is-show {
  opacity: 1;
  height: initial;
  visibility: visible;
  }

  #sysNumber {
      opacity: 0;
      height: 0;
  }

  .product-option__wrap {
      display: flex;
      width: 100%;
      max-width: 270px;
      justify-content: space-between;
      align-items: center;
      padding: 0 15px;
      margin: 0!important;
      position: relative;
  }

  .product-option__wrap::before,
  .product-option__wrap::after {
      position: absolute;
      content: "";
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      height: 11.73px;
      width: 4.8px;
      top: 50%;
      transform: translateY(-50%);
  }

  .product-option__wrap::before {
      background-image: url(/img/product-detail/calendar-prev-arrow.svg);
      left: 0;
  }

  .product-option__wrap::after {
      background-image: url(/img/product-detail/calendar-next-arrow.svg);
      right: 0;
  }

  .product-option__btn-wrap {
      display: flex;
      width: 100%;
      max-width: 260px;
      justify-content: center;
      padding: 0 15px;
      position: absolute;
      margin-top: 0!important;
      z-index: 1;
margin-left: 8px;
  }

  .product-option__btn-wrap + .sysSelectionDescription {
      margin-top: 0!important;
      margin-bottom: 8px;
  }

  #sysSelections div label {
      font-size: 14px;
      cursor: pointer;
      transition: .3s;
  }

  @media(hover: hover) {
    #sysSelections div label:hover {
      opacity: 0.6;
    }
  }

  #sysSelections input[type="radio"] {
      margin: 0;
      accent-color: #080808;
      cursor: pointer;
  }

  #sysSelections label + label {
      margin-left: 37px;
  }

  .product-option__btn-wrap input[type="radio"] {
      margin: 0 5px!important;
      cursor: pointer;
  }

  #sysSelections .product-option__btn-wrap label + label {
      margin-left: initial;
  }

  .product-option__ttl {
      text-align: center;
      min-width: 56px;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 1;
      margin: 0!important;
  }

  .product-option__link {
      padding-bottom: 5px;
      border-bottom: 1px solid #bbbbbb;
  }

  #sysItemDetail #sysSelections div {
      margin-top: 15px;
  }

  #sysItemDetail #sysSelections div:has(.product-option__btn-wrap) {
      margin-top: 7px;
  }

  #sysItemDetail #sysSelections div:has(select) {
    position: relative;
  }

  #sysItemDetail #sysSelections div:has(select)::after {
    position: absolute;
    content: "";
    background-image: url(/img/product-detail/select-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 7.4px;
    height: 3.24px;
    top: 45px;
    right: 15px;
  }

  .sysSelectionDescription p {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 1.5;
      padding: 0!important;
  }

  .product-option__wrap-ttl {
      margin-bottom: 18px;
      margin-top: 50px;
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 1;
  }

  #sysBasket .product-option__wrap-ttl {
    margin-bottom: 0;
    padding: 10px 0;
  }

  #sysBasket .sysCartPackageDetailList .sysBox .rental-start,
  #sysBasket .sysCartPackageDetailList .sysBox .delivery-date,
  #sysBasket .sysCartPackageDetailList .sysBox .usage-period,
  #sysBasket .sysCartPackageDetailList .sysBox .return-date,
  #sysBasket .sysCartPackageDetailList .sysBox .taste-option-txt-wrap-ttl  {
    padding: 0;
  }

  .sysSelectionDescription {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 1.5;
      margin: 15px 0 30px 0;
  }

    #sysBasket .sysSubTotalArea .sysSelectionDescription {
        display: none;
    }

  .product-select-ttl {
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 0;
      color: #080808;
      line-height: 1;
      margin: 0 !important;
  }

  #sysBasket .quantity-wrap {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }





  /* 購入の注意事項　最初は非表示にする */
  .rental-buy__description {
    opacity: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: opacity 0.3s ease, height 0.3s ease;
  }

  /* 表示時 */
  .rental-buy__description.is-visible {
    opacity: 1;
    height: auto;
    visibility: visible;
  }


  /* カレンダー */
  .sysRentalStartDate {
      font-size: 15px;
      color: #080808;
      letter-spacing: 0;
      line-height: 1;
      font-weight: 400;
  }

  .sysRentalSchedulesCalendarArea {
      margin-top: 20px;
  }

  .sysRentalSchedules {
      margin-top: 30px;
  }

  .sysPrevCalendar,
  .sysNextCalendar {
      border: 1px solid #bbbbbb;
      border-radius: 5px;
      padding: 2px 4px 4px;
  }

  @media(hover: hover) {
    .sysPrevCalendar:hover,
    .sysNextCalendar:hover {
      opacity: 0.6;
    }
  }

  .sysPrevCalendar::before,
  .sysNextCalendar::before {
      position: absolute;
      content: "";
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 4.8px;
      height: 11.73px;
      top: 50%;
      transform: translateY(-50%);
  }

  .sysPrevCalendar::before {
      left: -15px;
      background-image: url(/img/product-detail/calendar-prev-arrow.svg);
  }

  .sysNextCalendar::before {
      right: -15px;
      background-image: url(/img/product-detail/calendar-next-arrow.svg);
  }

  .sysPrevCalendar:after {
      content: "前月";
  }

  .sysNextCalendar:after {
      content: "次月";
  }

  .sysPrevCalendar:after,
  .sysNextCalendar:after {
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 1;
      padding: 0;
  }
  
  .sysMonthSelect {
      margin-top: 0!important;
  }

  .sysRentalSchedulesCalendarsMonth {
      width: auto;
      left: 50%;
      transform: translateX(-50%);
  }

  .sysRentalSchedulesCalendar td {
    transition: .3s;
  }

  @media(hover: hover) {
    .sysRentalSchedulesCalendar td:hover {
      opacity: 0.6;
    }
  }

  #sysItemDetail .sysForm select.sysMonthSelect {
      min-width: initial;
      height: auto;
      padding: 4px 8px 4px 8px;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 1;
  }

  .sysRentalScheduleInfo {
      font-size: 14px !important;
      line-height: 1.7;
      margin-top: 30px;
      margin-bottom: 24px;
      color: #080808;
  }

  .sysRentalSchedulesValid .sysRentalSchedulesValidPrice {
      display: none;
  }

  .schedules-cross,
  .schedules-circle {
      position: relative;
      width: 15px;
      height: 15px;
      display: block;
      margin: 0 auto;
  }

  .schedules-cross::before {
      content: "";
      width: 14px;
      height: 1px;
      background-color: #bbbbbb;
      bottom: 3px;
      left: 0;
      transform: rotate(-45deg);
      display: block;
      position: absolute;
  }

  .schedules-cross::after {
      content: "";
      width: 14px;
      height: 1px;
      background-color: #bbbbbb;
      bottom: 3px;
      left: 0;
      transform: rotate(45deg);
      display: block;
      position: absolute;
  }

  .schedules-circle {
      width: 12px;
      height: 12px;
      background-color: initial;
      border: 1px solid #bbbbbb;
      border-radius: 50%;
      bottom: -3px;
      left: 0;
  }

  #sysItemDetail #sysWishlist {
      position: relative;
      width: 14%;
      height: 63px;
      top: -63px;
      z-index: 0;
      right: -86%;
  }

  #sysItemDetail #sysWishlist .sysWishListButtonFormAjax {
      position: absolute;
      top: 3px;
      right: 0;
      width: 100%;
      height: 96%;
  }


  #sysItemDetail #sysSubmit {
      position: relative;
  }

  /* .product-cart-btn__txt {
      width: 82.2%;
      text-align: center;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      color: #fff;
      cursor: pointer;

      z-index: -1;
  } */

  .product-option__guarantee {
      display: block;
      font-size: 14px;
  }

  .product-option__guarantee label {
      display: block;
      margin: 10px 0 0 0!important;
  }

  .product-option__rental-consent label {
    font-size: 14px;
  }

  .product-option__rental-consent input[type="radio"] {
    margin: 0;
  }

    .product-option__rental-consent {
        margin-bottom: 60px;
    }

  .product-option__campaign-select {
    margin-top: 70px !important;
  }

  select:has(.placeholder-option) {
      color: #A6A6A6;
  }
  select:has(.placeholder-option):focus,
  select:has(.placeholder-option):valid {
      color: #080808;
  }

  @media(max-width: 743px) {
    #sysItemDetail #sysSelections div {
      margin-top: 18px;
    }

    #sysItemDetail .sysRentalSchedules {
      margin-top: 50px;
    }
  }



/***********************************
  選べるプラン
***********************************/

    @media(min-width: 744px) {
        .top_plan-col-r {
            margin: 0 auto;
        }

        #splide-plan-slide-list {
            display: flex;
            justify-content: center;
            margin: 0 auto!important;
            max-width: 990px;
        }

        #splide-plan-slide {
          touch-action: pan-y;
        }

        .back {
          display: none;
        }

        .plan-slide {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: calc(100% / 3);
        }

        .plan-slide__wrap {
            margin: 0 auto;
        }
    }

    
    .h2-heading-wrap {
        max-width: 132px;
    }

    .h2-heading {
        writing-mode: vertical-lr;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: .1em;
    }

    .h2-heading-wrap .h2-heading {
      width: 60.78px;
      height: auto;
    }

    .h2-heading--ja {
       display: block;
       font-size: 14px;
       font-weight: 400;
       letter-spacing: 0;
       letter-spacing: .2em;
    }

    .top_plan-inner {
        padding: 50px 0 60px 40px;
    }

    .top_plan-col-wrap {
        display: flex;
    }

    .top_plan {
        background-color: #F7F8FA;
    }

    .plan-slide__list {
        position: relative;
        width: 235px;
    }

    .plan-slide__list li img {
        border-radius: 135px;
    }

    .plan-slide__txt {
        color: #080808;
        line-height: 1.5;
        font-size: 14px;
        max-width: 287px;
        margin: 30px 31px 0;
        text-align: left;
    }

    .top_plan-nav {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
    }

    .top_plan-nav-item {
        padding-bottom: 8px;
        position: relative;
        width: calc(100% / 3);
        text-align: center;
        font-weight: 500;
    }

    .top_plan-nav-item::after {
        position: absolute;
        content: "";
        background-color: #707070;
        transform: scaleY(0.5) translateX(-50%);
        width: 41px;
        height: 1px;
        bottom: 0;
        left: 50%;
    }

    
    

@media(max-width: 959px) {
  .top_plan-inner {
    padding: 50px 30px 60px 30px;
  }

  .top_plan-col-r {
    padding-left: 30px;
  }

  .plan-slide__list {
    width: 180px;
  }

  .plan-slide__txt {
    margin: 20px 24px 0;
  }

  .top_plan-nav {
    margin-bottom: 30px;
  }
}

@media(max-width: 743px) {

  .plan-slide__list li {
    backface-visibility: hidden;
  }

  .front {
      animation: 6s linear infinite rotationy;
  }

  .back {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      animation: 6s linear infinite rotationy2;
  }

  @keyframes rotationy {
  0% {
      transform: rotateY(0)
  }

  25% {
      transform: rotateY(0)
  }

  35% {
      transform: rotateY(180deg)
  }

  60% {
      transform: rotateY(180deg)
  }

  70% {
      transform: rotateY(0)
  }

  100% {
      transform: rotateY(0)
  }
}

@keyframes rotationy2 {
  0% {
      transform: rotateY(180deg)
  }

  25% {
      transform: rotateY(180deg)
  }

  35% {
      transform: rotateY(0)
  }

  60% {
      transform: rotateY(0)
  }

  70% {
      transform: rotateY(180deg)
  }

  100% {
      transform: rotateY(180deg)
  }
}

    .top_plan-col-r {
        width: 100%;
        padding-left: 0;
        position: relative;
    }

    .top_plan-nav-item::after {
      display: none;
    }

    .top_plan-nav-item {
        color: #080808;
        transition: color 0.3s ease;
        position: relative;
    }

    .top_plan-nav-item.active {
        color: #A7A7A7;
        position: relative;
    }
    .top_plan-nav-item.active::before {
      position: absolute;
      content: "";
      background-color: #707070;
      transform: scaleY(0.5) translateX(-50%);
      width: 41px;
      height: 1px;
      bottom: 0;
      left: 50%;
    }

    .top_plan-col-wrap {
        flex-flow: column;
        align-items: center;
    }

    .h2-heading {
        writing-mode: initial;
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
        margin-bottom: 20px;
    }

    .h2-heading--ja {
        font-size: 12px;
        letter-spacing: 0;
    }
    .new-panel .slick-track
    .top_plan-inner {
        padding: 50px 20px;
        max-width: 387px;
        margin: 0 auto;
    }

    .plan-slide__list {
        margin: 0 auto;
        width: 278px;
    }

    .top_plan-nav-item {
        font-size: 14px;
        letter-spacing: 0;
    }

    .plan-slide__txt {
      margin: 20px auto;
    }

    .top_new-furisode .sysContent .sysVertical,
    .top_new-kamikazari .sysContent .sysVertical,
    .top_new-zouribag .sysVertical {
      display: flex!important;
    }


    .top_plan .splide {
      position: static;
    }

    .top_plan-nav-pagination {
      justify-content: space-around;
      bottom: initial!important;
      top: 0;
      padding: 0!important;
    }

    .top_plan-nav-page {
      background: initial;
      height: 28px;
      margin: 0!important;
      padding: 0!important;
      width: 95px;
    }

    .top_plan-nav-page.is-active {
      transform: initial;
      background-color: initial;
    }

    .top_plan-nav-pagination li {
      padding: 0 !important;
    }
}



/***********************************
振袖のネットレンタルが人気の理由
***********************************/
.top_rental__col-r {
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 1117px;
}

.top_rental__col-item-img {
  display: none;
}

.top_rental__col-item + .top_rental__col-item {
  margin-top: 50px;
}

.top_rental__col-item-txt {
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.42;
  margin: 0;
}

.top_rental__col-item-ttl {
  background-color: #fff;
  padding: 12px 24px;
  font-size: 22px;
  letter-spacing: 0;
  color: #080808;
  font-weight: 400;
  border-radius: 90px;
  display: inline-block;
}

.top_rental__col-item-ttl-num {
  font-size: 18px;
  transform: translate(24px, -50%);
  font-weight: 500;
  letter-spacing: .1em;
  position: absolute;
}

.top_rental__col-r-l {
  padding-left: 37px;
  width: 51.57%;
  margin-top: 25.3px;
}

.top_rental-cont__inner {
  padding: 0 20px 0 40px;
  display: flex;
}

.top_rental-col-wrap {
  padding-top: 94px;
}

.top_rental-cont {
  background-color: #F7F8FA;
}

.top_rental__col-r-r {
  width: 48.43%;
}

.top_rental__col-r-r img {
  width: 100%;
}

.top_rental__col-item-heading {
  position: relative;
}

@media(max-width: 1279px) {
  .top_rental-cont__inner {
    padding: 0 1.57vw 0 40px;
  }

  .top_rental__col-r {
    margin: 0 0 0 auto;
  }

  .top_rental__col-r-l {
    padding-left: 2.9vw;
  }

  .top_rental__col-item-txt {
    font-size: clamp(10px, 1.34vw, 14px);
    padding: 1.175vw 0 1.175vw 1.88vw;
  }

  .top_rental__col-item-ttl {
    font-size: clamp(12.76px, 1.71vw, 22px);
    padding: 0.94vw 1.88vw;
  }

  .top_rental__col-item-ttl-num {
    font-size: clamp(10.44px, 1.4vw, 18px);
    transform: translate(2vw, -50%);
  }

  .top_rental__col-item + .top_rental__col-item {
    margin-top: 3.91vw;
  }

  .top_rental-col-wrap {
    padding-top: 7.35vw;
  }
  
}

@media(max-width: 959px) {
  .top_rental-cont__inner {
    padding: 0 1.57vw 0 30px;
  }
}

@media(max-width: 743px) {
  .top_rental-cont__inner  {
    display: block;
    padding: 44px 20px 52px;
  }

  .top_rental__col-item-img {
    display: block;
    width: 28vw;
    max-width: 120px;
    flex-shrink: 0;
    margin-right: 4vw;
  }

  .top_rental__col-item-img img {
    width: 100%;
  }

  .top_rental-col-wrap {
    padding-top: 0;
  }

  .top_rental__col-r-l {
    padding-left: 0;
    width: 100%;
  }

  .top_rental__col-r-r {
    width: 100%;
  }

  .top_rental__col-item-txt {
    font-size: 14px;
    padding: 0;
  }

  .top_rental__col-r {
    flex-direction: column-reverse;
  }

  .top_rental__col-item {
    display: flex;
  }

  .top_rental__col-item:nth-child(2n) {
    flex-direction: row-reverse;
  }

  .top_rental__col-item:nth-child(2n) .top_rental__col-item-img {
    margin-right: 0;
    margin-left: 18px;
  }

  .top_rental__col-item-ttl-num {
    display: none;
  }

  .top_rental__col-item-ttl {
    font-size: 18px;
    padding: 12px 24px;
    letter-spacing: 0;
    width: 91%;
    text-align: center;
    margin: 0 auto;
  }

  .top_rental__col-item-txt {
    margin-top: 12.5px;
    font-size: 14px;
  }

  .top_rental__col-item + .top_rental__col-item {
    margin-top: 52.4px;
  }

  .top_rental__col-item-heading {
    display: flex;
  }

  .top_rental__col-item:nth-child(2n) .top_rental__col-item-heading {
    justify-content: flex-end;
  }

  .top_rental__col-img {
    width: 66.6vw;
    margin: 0 auto;
  }

}

@media(max-width: 500px) {
  .top_rental__col-item-ttl {
    font-size: clamp(16px, 4.26vw, 18px);
    width: 53.1vw;
    padding: 2.8vw 5.2vw;
  }
}


/***********************************
  お客様の声
***********************************/

.review__lv3-heading::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  background-color: #707070;
  width: 76px;
  height: 1px;
  transform: translateX(-50%) scaleY(0.5);
}

@media(min-width: 744px) {
  
  .top_review__inner {
      padding: 80px 50px 80px 40px;
  }

  .top_review-col-wrap {
      display: flex;
      position: relative;
  }

  .top_review-col-r {
      margin: 76.8px auto 0;
  }

  .review__list {
      display: flex;
      flex-flow: row;
      justify-content: flex-start;
      margin: 0;
      max-width: 958px;
  }

  .review__item {
      width: calc(100% / 4 - 42px);
      margin: 0 0 0 42px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .review__item-img {
    max-width: 181px;
    width: 14.1vw;
      margin: 0 auto;
  }

  .review__item-img img {
      width: 100%;
  }

  .review__lv3-heading {
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0;
      margin-top: 24px;
      position: relative;
      padding-bottom: 5px;
  }

  .review__txt {
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 1.42;
      margin-top: 15px;
      text-align: left;
  }

  .review__txt span {
      display: block;
      margin-top: 6px;
  }
}

.top_review-btn-wrap {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

.top_review-btn.viewall {
    display: inline-block;
    position: static;
    
}

.top_review-btn.viewall a {
    border: 1px solid #a7a5a5;
}

@media(max-width: 1024px) {
  .review__item {
    width: calc(100% / 4 - 26px);
    margin: 0 0 0 26px;
  }

  .review__item-img {
    width: 80%;
  }
}

@media(max-width: 959px) {
  .review__list {
    margin: 0 0 0 -50px;
    flex-wrap: wrap;
  }

  .review__item {
    width: calc(100% / 2 - 50px);
    margin: 0 0 0 50px;
    padding-left: 30px;
  }

  .top_review__inner {
    padding: 80px 30px 80px 30px;
  }
}

@media(max-width: 743px) {
    .top_review__inner {
        padding: 60px 0 60px 0;
    }

    .top_review-btn-wrap {
        text-align: center;
        position: static;
        margin-top: 30px;
    }

    .top_review-col-r {
        display: flex;
        flex-flow: column-reverse;
        width: 100%;
        margin-top: 40px;
    }

    .review__list {
        max-width: initial;
        margin: 0;
    }

    .top_review-col-wrap {
        display: flex;
    }

    .top_review-col-wrap {
        display: flex;
        flex-flow: column;
    }

    .h2-heading-wrap {
        margin: 0 auto;
    }

    .h2-heading {
        writing-mode: initial;
        display: flex;
        flex-flow: column-reverse;
        align-items: center;
    }

.h2-heading-wrap .h2-heading {
width: auto;
}

    .review__item-img {
        margin: 0 auto;
    }

    .review__item-img img {
      margin: 0 auto;
    }

    .review__item {
        margin: 0 2.9vw;
        padding-left: 0;
    }

    .review__lv3-heading {
        text-align: center;
        color: #080808;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        margin-top: 24px;
        position: relative;
        padding-bottom: 5px;
    }

    .review__txt {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 1.5;
    }
/* 
    .review__list .slick-list {
        padding-left: 13.1vw;
    } */

    .review__txt {
        margin: 10px auto 0;
    }
}





/***********************************
  振袖を探す
***********************************/
.search__panel-wrap {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.search-panel {
  position: relative;
}


.search__col-r {
  width: calc(100% - 103.78px);
}

.search__panel-inner {
  padding-left: 43px;
}

.search__panel-wrap {
  margin-top: 40px;
  position: relative;
}

.search-panel {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  margin-top: 34px;
  transition: 0s!important;
}

.search-panel.is-show-search {
  top: 0;
}

@media(max-width: 959px) {
  .search__col-r {
    width: calc(100% - 90.78px);
    padding-left: 30px;
  }
  
  .search__panel-inner {
    padding-left: 0;
  }
}


@media(max-width: 743px) {
  .search__panel-inner {
    padding-left: 0;
  }

  .search__col-r {
    width: 100%;
    padding-left: 0;
  }
}

/* カラー */
.search__color-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 0 -13.5px;
  justify-content: center;
}

.search__color-item {
  width: 169px;
  margin: 10px 0 0 13.5px;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  border: #bbbbbb 1px solid;
  transition: .3s;
}

.search__color-item a {
  padding: 17px 32px 17px 13px;
  display: flex;
  height: 100%;
}

@media(hover: hover) {
.search__color-item:hover {
  background-color: #FAFAFA;
  border-radius: 6px;
}

.search__color-item a:hover img {
  opacity: 1!important;
}
}

.search__color-img {
  display: flex;
  padding: 0 0 0 13px;
}

.search__color-img img {
  width: 100%;
  height: 100%;
}

.search__color-item p {
  margin: 0 0 0 15px;
  line-height: 1;
  font-size: 14px;
}

.search__color-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 5.49px;
  height: 10.98px;
  background-image: url(/img/top/furi-search/furi-search-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media(max-width: 743px) {
  .search__color-item {
    width: calc(100% / 2 - 13.5px);
    border: 1px solid #bbbbbb;
  }

  .search__color-item::before {
    display: none;
  }
}


/* ブランド */
.search__brand-list {
  display: flex;
  flex-wrap: wrap;
  margin: -41px 0 0 -38px;
}

.search__brand-item {
  width: calc(100% / 5 - 38px);
  margin: 41px 0 0 38px;
}

.search__brand-item a {
  display: block;
  text-align: center;
  transition: .3s;
}

@media(hover: hover) {
  .search__brand-item a:hover {
    opacity: 0.6;
  }
}

.search__brand-img {
  border-radius: 9px;
  overflow: hidden;
}

.search__brand-txt {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 11px 0 0 0;
}

@media(max-width: 959px) {
  .search__brand-list {
    margin: -41px 0 0 -26px;
  }

  .search__brand-item {
    width: calc(100% / 5 - 26px);
    margin: 41px 0 0 26px;
  }
}

@media(max-width: 743px) {
  .search__brand-list {
    margin: -21px 0 0 -22px;
  }
  .search__brand-item {
    width: calc(100% / 3 - 22px);
    margin: 21px 0 0 22px;
  }

  .search__brand-txt {
    font-size: 13px;
  }
}


/* プライス */
.search__price-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 0 -13.5px;
  justify-content: center;
}

.search__price-item {
  width: 169px;
  margin: 10px 0 0 13.5px;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  border: #bbbbbb 1px solid;
  transition: .3s;
}

.search__price-item a {
  padding: 17px 32px 17px 13px;
  display: flex;
  height: 100%;
  justify-content: center;
}

@media(hover: hover) {
  .search__price-item:hover {
    background-color: #FAFAFA;
    border-radius: 6px;
  }
}

.search__price-img {
  display: flex;
  padding: 0 0 0 13px;
}

.search__price-img img {
  width: 100%;
  height: 100%;
}

.search__price-item p {
  margin: 0 0 0 15px;
  line-height: 1;
}

.search__price-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 5.49px;
  height: 10.98px;
  background-image: url(/img/top/furi-search/furi-search-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.search__price-txt {
  font-size: 14px;
}

@media(max-width: 959px) {
  .search__price-inner {
    max-width: 530px;
    margin: 0 auto;
  }
}

@media(max-width: 743px) {
  .search__price-list {
    margin: -20px 0 0 -20px;
  }

  .search__price-item {
    width: calc(100% / 2 - 20px);
    margin: 20px 0 0 20px;
    border: 1px solid #bbbbbb;
  }

  .search__price-item::before {
    display: none;
  }
}



/***********************************
  注文確認ページ
***********************************/
.opcFreeAreaItems p {
  margin: 10px 0 50px;
}


.opcPaymentMethod_paymentMethodDetailGroup_edit {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 12px;
}

.opcPaymentMethod_description_edit {
  margin-top: 20px;
  line-height: 1.4;
}

.opcPaymentMethod_account_edit {
  line-height: 1.8;
  font-weight: 500;
  padding: 20px;
}

.opcFreeAreaRequestOrderBottom {
  display: none;
}

/***********************************
  ワンページカート　flow
***********************************/

.opc-flow__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.opc-flow__item {
  width: calc(100% / 3);
  text-align: center;
  flex-direction: column;
  position: relative;
}

.opc-flow__item::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(/img/common/ranking-next-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 38px;
}

.opc-flow__item:nth-child(3)::after {
  display: none;
}

.opc-flow__step {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  background-color: #bbbbbb;
  padding: 4px 10px;
  border-radius: 50px;
}

.opc-flow__item.is-active .opc-flow__step {
  background-color: #080808;
}

.opc-flow__txt {
  font-size: 14px;
  font-weight: 500;
  color: #080808;
}

.opc-flow__inner {
  max-width: 700px;
  margin: 0 auto 42px;
}


.opc-flow__ttl {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  padding: 0;
  margin: 0 0 6px 0;
}

.opc-flow__txt {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

.opcRequestOrderArea {
  margin-bottom: 70px;
}

#sysBasket h1 {
  display: none;
}

@media(max-width: 743px) {
  .opc-flow__item::after {
    top: 36%;
    right: -6px;
    width: 14px;
    height: 22px;
  }
}


/***********************************
  注文完了画面
***********************************/
#sysThanks #sysWrap {
  margin-top: 150px;
}

#sysThanks .sysBox {
  border: none;
}

#sysThanks .sysMemberAgreement {
  padding: 20px;
  line-height: 1.4;
}

#sysThanks .sysBox {
  line-height: 1.4;
}

#sysThanks .sysCart #sysMain input {
  margin-right: 10px;
}

#sysThanks .sysLengthMessageText {
  list-style: none;
}



/***********************************
  カート　ログイン画面
***********************************/
#sysRegi #sysWrap {
  margin-top: 150px;
}



/***********************************
  商品詳細　コーディネート　コンテンツ
***********************************/
.item_coord {
  margin-top: 80px;
}

.item-coord-cont {
  background-color: #F7F8FA;
  border-radius: 24px;
  padding: 43px 32px 50px;
}

.item-coord-cont__h2-wrap .h2-heading {
  writing-mode: horizontal-tb;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

.item-coord-cont__h2-wrap .h2-heading--ja {
  letter-spacing: 0;
}

.item-coord-cont__main-item-img {
  width: 9.08vw;
    max-width: 116px;
    height: 9.08vw;
    max-height: 116px;
    min-width: 86px;
    min-height: 86px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.item-coord-cont__main {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 62.5px;
}

.item-coord-cont__main-front-img {
  background-color: #fff;
  border-radius: 315px;
}

.item-coord-cont__main-front-img picture {
  display: block;
}

.item-coord-cont__main-front {
  width: 39%;
  max-width: 387px;
  min-width: 300px;
}

.item-coord-cont__main-list-txt {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 5px 0 0 0;
  text-align: center;
}

.item-coord-cont__main-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.item-coord-cont__main-side--l {
  margin-right: 5vw;
}

.item-coord-cont__main-side--r {
  margin-left: 5vw;
}

.item-coord-cont__bottom {
  margin-top: 40px;
  text-align: center;
}

.item-coord-cont-h3-heading {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: #080808;
  background-color: #fff;
  padding: 9px 30px 35px;
  border-radius: 16px;
  display: inline;
}

.item-coord-cont__bottom-list {
  background-color: #fff;
  border-radius: 18px;
  padding: 34px 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.item-coord-cont__bottom-item + .item-coord-cont__bottom-item {
  margin-left: 19px;
}

.item-coord-cont__bottom-item {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: #080808;
  display: flex;
  align-items: center;
}

.item-coord-cont__bottom-item-disc {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #F7F8FA;
  border-radius: 50%;
  margin-right: 10px;
}

@media(max-width: 1279px) {
  .item-coord-cont__main-list-txt {
    font-size: clamp(12px, 1.61vw, 15px);
  }

  .item-coord-cont-h3-heading {
    font-size: clamp(13px, 1.74vw, 16px);
    padding: 0.7vw 2.35vw 2.75vw;
  }

  .item-coord-cont__bottom-item {
    font-size: clamp(11px, 1.47vw, 14px);
  }

  .item-coord-cont__bottom-list {
    padding: 2.66vw 2.11vw;
  }
  
  .item-coord-cont__bottom-item + .item-coord-cont__bottom-item {
    margin-left: 1.5vw;
  }

  .item-coord-cont__bottom-item-disc {
    width: 1.25vw;
    height: 1.25vw;
  }

  .item-coord-cont {
    padding: 3.36vw 2.5vw 3.91vw;
  }
}

@media(max-width: 743px) {
  .item-coord-cont__main-front {
    min-width: auto;
    width: 175px;
    width: 40.7vw;
  }

  .item-coord-cont__main-item-img {
    min-width: auto;
    min-height: auto;
    width: 17.5vw;
    height: 17.5vw;
  }

  .item-coord-cont__main-side--l {
    margin-right: 7.4px;
  }

  .item-coord-cont__main-side--r {
    margin-left: 7.4px;
  }

  .item-coord-cont__main-front-img {
    background-color: initial;
  }

  .item-coord-cont__main {
    margin-top: 0;
  }

  .item-coord-cont__h2-wrap .h2-heading {
    margin-bottom: 24px;
  }

  .item-coord-cont {
    padding: 31px 22.5px 21px;
  }

  .item-coord-cont__bottom {
    margin-top: 28.7px;
  }

  .item-coord-cont-h3-heading {
    padding: 1.7vw 3.3vw 8.6vw;
    font-size: clamp(14px, 3.73vw, 16px);
  }

  .item-coord-cont__bottom-list {
    padding: 3.8vw 5.7vw 8vw 1vw;
    justify-content: flex-start;
  }

  .item-coord-cont__bottom-item + .item-coord-cont__bottom-item {
    margin-left: 19px;
  }

  .item-coord-cont__bottom-item {
    font-size: clamp(12px, 3.2vw, 14px);
    margin: 14.5px 0 0 19px;
  }

  .item-coord-cont__bottom-item-disc {
    width: 3.75vw;
    max-width: 16px;
    height: 3.75vw;
    max-height: 16px;
    flex-shrink: 0;
  }

  .item_coord {
    margin-top: 0;
  }

  .item-coord-cont__main-item + .item-coord-cont__main-item {
    margin-top: 20px;
  }
  

}




/***********************************
  NEWS
***********************************/
#sysInformation #sysWrap {
  /*max-width: 1180px;*/
  max-width: 900px;
  padding: 0 50px;
  line-height: 1.6;
}

#sysInformation #sysMain h1 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}

#sysInformation #sysMain {
  padding-top: 30px;
}

.news__txt {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
}

.news__txt + .news__txt {
  margin-top: 24px;
}

.news__bg {
  background-color: #F7F8FA;
  padding: 20px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.news__btn-wrap {
  margin: 38px auto;
  text-align: center;
}

.news__btn {
  background-color: #080808;
  border: 1px solid #080808;
  color: #fff;
  display: inline-block;
}

.news__btn a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  padding: 13px 50px;
  display: block;
  transition: .2s;
}

@media(hover: hover) {
  .news__btn a:hover {
    color: #080808;
    background-color: #fff;
  }
}

#sysInformation #sysAside {
  display: none;
}

.new__back-btn {
  margin-top: 100px;
  text-align: right;
  cursor: pointer;
}

.new__back-btn a {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  opacity: 1;
  transition: .3s;
}

@media(hover: hover) {
  .new__back-btn a:hover {
    opacity: .6;
  }
}

@media(max-width: 1024px) {
  #sysInformation #sysWrap {
    padding: 0 20px;
  }
}

@media(max-width: 743px) {
  #sysInformation #sysWrap {
    margin: 75px auto 0 !important;
    padding: 41px 20px 0;
  }
}



.spSerch-img-white,
.spLogo-img-white,
.spMypage-img-white,
.spCart-img-white {
    display: none;
}
@media screen and (max-width:743px){
.sysDisplayMobileNone{
    display:none !important;
  }
  
  /* 10-0 Only Smartphone
   *----------------------------------------------------------------------*/
  #sysWrap{margin-top:120px;}
  #sysMain,#sysAside{ width: 100%!important;}
  
  .sysMypage #sysWrap,
  .sysMemberRegister #sysWrap{
    margin: 130px auto 0;
  }
  
  #sysFormIndex div#sysMain,
  #sysFormConfirm div#sysMain,
  #sysFormThanks div#sysMain{
    width: 98% !important;
    padding:20px 10px 30px !important;
      margin:10px auto;
  }
  .sysCart #sysMain,
  .sysMypage div#sysMain,
  .sysMemberRegister #sysMain{
      width: 100% !important;
    padding:30px 10px 30px !important;
      margin:0 auto;
  }
  .sysCart #sysMain {
    width: 94% !important;
    padding: 0 !important;
    margin: 0 auto;
  }
  .sysFormField label{display: block;}
  #sysFormIndex .txtBlock{text-align: left;}
  #sysMain{ margin-top: 0;}
  .grid-col {
    float: none;
    width: 100%!important;
          margin-left: 0;
  }
  /*Header */
  #sysHeader{ margin-bottom: 5px;}
  
  /* Category Pankuzu */
  .sysItemCategoryPankuzu {
      font-size: xx-small;
  }
  
  /* Archive Thumbnail Item */
  .sysItemList ul.sysThumbnail { font-size: small;}
  .sysItemList ul.sysThumbnail input { font-size: x-small;}
  
  /* Order Area */
  .orderArea { letter-spacing: normal;}
  .orderArea > div {
      width: 100%;
      padding-right: 0;
      float: none;
  }
  
  /***********************************
    header検索ボックス
  ***********************************/
  .h_search{
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  
  .h_search.is-search {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    padding: 41px 20px 40.5px;
    height: auto;
    position: fixed;
    top: 32px;
    right: 0;
    bottom: auto;
    left: 0;
    background-color: #fff;
  
  }
  
  .search-filter {
    position: static;
    z-index: 0;
  }
  
  .search-filter.is-search,
  .search-filter.is-show {
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(8, 8, 8, 0.1);
    display: block;
    z-index: 998;
  }
  
   .h_search .sysSearchButton {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 100%;
    width: 50px!important;
    border: none;
    background-color: initial;
    padding-left: 50px;
    cursor: pointer;
    text-indent: -9999px;
  }
  
  #sysAll #sysWrap.is-show, #sysAll #sysFooter.is-show,
  #sysAll #sysWrap.is-search, #sysAll #sysFooter.is-search {
    filter: blur(10px);
  }
  
  
  /***********************************
    ヘッダー　ハンバーガーメニュー
  ***********************************/
  .sp_nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: -1;
    top: 32px;
    left: 0;
    right: 0;
  transition: opacity .3s ease, visibility .3s ease, background-color .3s ease;
  }
  
  .sp_nav.is-show {
    opacity: 1;
    visibility: visible;
    position: fixed;
    z-index: 0;
    top: 32px;
    background-color: #fff;
    z-index: 998;
    max-height: 100vh;
    overflow-y: scroll;
  }
  
  .closeMenu-btn {
    display: inline-block;
    width: 20px;
    height: 16px;
    position: relative;
    cursor: pointer;
  }
  
  .closeMenu-btn__bar01,
  .closeMenu-btn__bar02,
  .closeMenu-btn__bar03 {
    width: 16px;
    height: 1px;
    background-color: #707070;
    position: absolute;
    transition: transform .1s ease, opacity 1s ease;
  }
  
  .closeMenu-btn__bar01 {
    top: 0;
    left: 0;
  }
  
  .closeMenu-btn__bar02 {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  
  .closeMenu-btn__bar03 {
    bottom: 0;
    left: 0;
  }
  
  
  #closeMenu.is-show .closeMenu-btn__bar01 {
    transform: rotate(40deg) scaleX(1.414);
    transform-origin: top left;
  }
  
  #closeMenu.is-show .closeMenu-btn__bar03 {
    transform: rotate(-40deg) scaleX(1.414);
    transform-origin: top left;
  }
  
  #closeMenu.is-show .closeMenu-btn__bar02 {
    opacity: 0;
    visibility: hidden;
  }
  
  /***********************************
    商品詳細ページ
  ***********************************/
  #sysItemDetail #sysMain {
      width: 100% !important;
  }
  .sysItemList ul.sysThumbnail {
    margin: -40px 0 0 -17.5px;
    display: flex;
    flex-wrap: wrap;
  }
  .sysItemList ul.sysThumbnail li{
    width: calc(100% / 2 - 17.5px);
    margin: 40px 0 0 17.5px;
  }
  .sysItemName a{font-size: 12px;}
  /*商品名*/
  #sysItemDetail .sysItemName h1{
    font-size: 26px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #sysItemDetail .sysForm select{
    text-align:center;
  }
  #sysItemDetail .sysSelectionDescription{margin: 5px 0 10px;}
  #sysItemDetail .taste-option-txt-wrap .sysSelectionDescription {
    margin-bottom: 50px;
  }
  #sysItemDetail #sysNumber{text-align: right;}
  
  #sysItemDetail .sysRetailPrice {
    margin-top: 11px;
  }
  
  #sysItemDetail .sysExplanation {
    padding: 15px 18px;
    margin-top: 35px;
    border-radius: 6px;
  }
  
  .product__spec p {
    font-size: 14px;
  }
  
  /*数量増減*/
  #sysItemDetail .sysNumArea button {
    width: 35%;
  }
  /*PRアイコン(商品カテゴリーページ)*/
  #sysItemCategory #sysMain{padding: 5px;}
  .sysItemPrArea span{
          width: 100%;
          padding: 6px 6px;
          font-size: 10px;
  }
  #sysItemCategory input[type=submit]{margin-top: 0px;}
  #sysItemCategory .itemDetailWrap {
    margin-top: 14px;
  }
  .sysAddSelection{font-size: 12px;}
  /*PRアイコン(商品詳細ページ)*/
  .sysPr{margin-top: 10px;}
  .sysPr span{
  width: auto;
  font-size: 13px;
  padding: 7px 14px;
  border: none;
  }
  #sysItemDetail .sysForm select {
    min-width: 300px;
    display: inline-block;
    float: right;
  }
  #sysItemDetail .sysNumber select {
          min-width: 100px;
  }
  
  /* #sysItemDetail{
    padding-bottom:40px;
  } */
  
  /*商品ページ用おすすめ商品*/
  .itempage_recommend .sysItemBlock .sysHorizontal li{
    width:50%;
    padding:0 5px;
    margin-bottom:20px;
  }
  .itempage_recommend .sysItemName{
    font-size:12px;
  }
  .itempage_recommend .sysItemPrice{
    font-size:11px;
  }
  
  /*for demo 2017/01/12*/
  .sysExplanation{
    float: none;
    width: 100%;
  }
  
  span.sp_newline{display: block}
  
  .sysItemImagesSlideNext span:after {
  right: 2px;
  }
  
  .sysItemImagesSlidePrev span:after {
    left: 0;
  }
  
  .sysItemImagesSlideCtl .sysItemImagesSlideNext {
    right: 0;
  }
  
  .sysItemImagesSlideCtl .sysItemImagesSlidePrev {
    left: 0;
  }
  
  .item_tab-sec {
    display: none;
  }
  
  .item_tab-sec-sp {
    display: block;
  }
  
  .sysItemName {
    margin-top: 20px;
  }
  
  .itemDetailWrap .sysItemName {
    margin-top: 0;
  }

  /***********************************
    ヘッダー
  ***********************************/
  .header_wrap{
    position: fixed;
    height: 120px;
    top: 0px; left: 0; right: 0;
    margin: auto;
    background: #fff;
    z-index: 120;
  }
  #sysHeader{
    width: 100%;
    margin: 0px auto;
  }
  .h_inner{margin: 0px 0 0;}
  .header_h1_under, .header_h1{
    width: 100%;
    height: 20px;
    float: none;
    text-align: center;
    background: #ededed;
  }
  .header_h1_under a, .header_h1 a{
    display: none;
  }
  .head_title{
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    letter-spacing: 1px;
  }
  .header_sp{
    width: auto;
    margin: 0;
    position: relative;
    text-align: center;
  }
  .header_sp #navBtn {
    z-index: 1000;
  }
  /* .header_sp #navBtn{
    position: absolute;
    top: 10px; left: 0;
  } */
  /* .header_sp .spCart{
    position: absolute;
    top: 10px; right: 0;
  } */
  /* .header_sp #navBtn img, .header_sp .spCart img{
    width: 40px;
    height: 40px;
  }
  .header_sp .spLogo img{
    width: 180px;
    margin-top: 15px;
  } */
  
  /***********************************
    カート情報
  ***********************************/
  #cartInfo{display: none;}
  
  /***********************************
    ナビゲーション
  ***********************************/
  #headNavigation .pcnone{display: block;}
  #headNavigation .spnone{display: none;}
  #headNavigation li.active{background: #fff;}
  .h_navi{
    width: 100%;
    height: 40px;
  }
  #headNavigation li.tab1{
          width: 25%;
      margin-top:10px;
  }
  #headNavigation li.tab1 a{
          font-size: 12px;
          line-height: 15px;
          position: relative;
  }
  #headNavigation li.tab1:nth-of-type(5){
          display:none;
  }
  
  /*ナビゲーショントグル*/
  .toggleNav{
    display: none;
    width: 100%;
    position: absolute;
    height: 0px; /*heightはjs制御*/
    top: 39px; left:0;
    z-index: 110;
           background: rgba(0,0,0,0);
    box-shadow:0px 0px 0px 0px #ccc;
    -moz-box-shadow:0px 0px 0px 0px #ccc;
    -webkit-box-shadow:0px 0px 0px 0px #ccc;
  }
  .toggleNav:hover{overflow: visible !important;}
  #headNavigation ul.tab{
          position: relative;
  }
  .tabmenu .border:after{
    content:none;
  }
  .tabmenu li.tab1{
    position: static;
    border-right:1px solid #000;
  }
  .tabmenu li.tab1:nth-child(4){
    border-right:none;
  }
  .tabmenu li.tab1 a{font-size:14px;}
  .tabmenu ul:after{
      display: block;
      content: "";
      clear: both;
  }
  .tabmenu li.tab2{
    width: 100%;
    height:auto;
    text-align: left;
    line-height:1;
    font-size: 18px;
    border-bottom: 1px dotted #ddd;
    position: relative;
    background: rgba(255,255,255,1);
  }
  .tabmenu li.tab2 a{
    display: block;
    position: relative;
    padding: 5px 15px;
    font-size: 14px !important;
    line-height: 40px !important;
      font-weight: bold;
  }
  #headNavigation li.tab2 a:after{display: none;}
  .tabmenu li.tab2 a i{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top:-7px;
  }
  
  .h_spnavi{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px; left: 0;
    background: rgba(220,220,220,0.9);
    z-index: 150;
    color: #444;
    display: none;
    overflow: auto;
    margin-top: 32px;
  }
  #spNaviWrap{
    position: absolute;
    width: 100%;
    height: 1550px;
    top: 0px; left: -100%;
    background: rgba(255,255,255,1);
    z-index:  200;
    padding: 30px 10px 0;
          overflow: scroll;
  }
  
  .spNavMenuItem {
    font-size: 16px;
    font-weight: 400;
    padding:0;
  }
  
  .spNavMenuItem + .spNavMenuItem {
    margin-top: 20px;
  }
  
  .spNavMenuList {
    padding-top: 30px;
  }
  
  /***********************************
    ログイン情報
  ***********************************/
  .h_login .sysHeadline,.h_search .sysHeadline{
    text-align: center;
    font-size: 18px;
      margin-botom: 10px;
  }
  .h_login .sysContent{text-align: center;}
  .h_login .sysFormItem{margin-bottom: 10px;}
  .h_login .sysFormLabel{
    display: block;
    font-size: 12px;
    height: 20px;
    text-align: left;
    margin-bottom: 3px;
  }
  .h_login .sysLoginButton{
    width: 100%;
    margin: 10px 0%;
    border-radius:5px;
    background:#000;
    font-size: 15px;
    height: 35px;
    line-height: 10px;
  }
  .h_login li{
    border:1px solid #444;
    margin-bottom: 10px;
    font-size: 15px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border-radius:5px;
  }
  .h_login li a{
    font-size: 12px;
    padding: 0px 5px 5px 0px;
  }
  
  .h_login {
    display: none;
  }
  
  /***********************************
    ナビゲーションメニュー
  ***********************************/
  #closeMenu{
    /* position: absolute;
    top: 15px; left: 15px;
    font-size: 20px; */
    z-index: 1000;
  }
  #closeMenu span{
          font-size: 15px;
          /* margin: 0 10px; */
          /* display: inline-block; */
          display: block;
          margin: 0;
  }
  #closeMenu2{
          text-align: center;
          margin: 20px 0;
          border: 1px solid #aaa;
          height: 40px;
          line-height: 40px;
          font-size: 15px;
  }
  #closeMenu2 span{
          display: inline-block;
          margin: 0 10px;
  }
  #spNavMenu .navTitle{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
  }
  #spNavMenu{
    max-width: initial;
    margin: 52px auto 0;
    width: 100%;
    padding: 0 20px;
  }
  #spNavMenu .spMenuList{
    height: auto;
    line-height: 40px;
    font-size: 15px;
    position: relative;
    border-bottom: 1px solid #aaa;
  }
  #spNavMenu .spMenuList i{
    position: absolute;
    line-height: 40px;
    right: 10px;
    font-size: 18px;
  }
  #spNavMenu .spMenuList a{
          display: block;
    padding-left: 15px;
  }
  #spNavMenu .spToggleNav{
    height: 200px;
    overflow: hidden;
  }
  #spNavMenu .spToggleNav li{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-bottom: 1px dotted #aaa;
  }
  #spNavMenu .spToggleNav li:first-child{border-top: 1px solid #aaa}
  #spNavMenu .spToggleNav li:last-child{border-bottom: 0;}
  
  .spNavMenu__btn {
    margin: 30px 0 40px;
    text-align: left;
  }
  
  .spNavMenu__btn a {
    background-color: #000;
    padding: 9px 15px 10px;
    font-size: 16px;
    letter-spacing: 0;
    display: inline-block;
    color: #fff;
  }
  
  /***********************************
    フッター
  ***********************************/
  .footer{
    margin: 60px 0 0;
    background: #fff;
    letter-spacing: 2px;
  }
  .footer .f_navi_all{
    width: 95%;
    margin: 0 auto;
    padding: 10px 2.5% 0;
  }
  .footer .f_navi h3{
    width: 100%;
    height: 25px;
    background: #424242;
    color: #fff;
    margin: 10px 0;
    font-size: 12px;
    line-height: 25px;
    border-radius: 10px;
  }
  .footer .f_navi ul{
    width: 100%;
    text-align: left;
    margin: 0 auto;
  }
  .footer .f_navi li{
    display: inline-block;
    height: 25px;
    padding: 0 3px;
    margin: 10px 0px 0;
    font-size: 15px;
    position: relative;
    border-right: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer .f_navi li i{
    position: absolute;
    font-size: 20px;
    line-height: 23px;
    right: 10px; top: 0;
  }
  .footer .f_navi li.sp_title{
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  
  .footer .f_navi li.sp_title h5{
    position: relative;
    text-align: center;
    background: #fff;
  }
  .footer .f_navi li.sp_title h5 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
  }
  .footer .f_navi li.sp_title h5::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #222222;
  }
  .footer .f_navi li.sp_3column{
    width: 32%;
    margin-bottom: 5px;
  }
  .footer .f_navi li.sp_2column{
    width: 49%;
    margin-bottom: 5px;
  }
  .footer .f_navi li:after{width: 0;}
  .footer .f_navi .b_none, .footer .f_navi .spb_none{border-right: 0px;}
  
  .footer .f_gnav_all{
    background: #c3c3c3;
    padding: 0px 0 0px;
    letter-spacing: 2px;
    text-align: left;
  }
  .footer .f_gnav ul:after{
    display: block;
    content: "";
    clear: both;
  }
  .footer .f_gnav{
    width:100%;
    border-top: 1px solid #444;
    margin-bottom: 0;
    overflow: hidden;
  }
  .footer .f_gnav li{
    width: 50%;
    float: left;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0px 0px 0 15px;
    font-size: 12px;
    position: relative;
    border-bottom: 1px solid #444;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer .f_gnav li i{
    position: absolute;
    font-size: 20px;
    line-height: 30px;
    right: 10px;
    top: 6px;
  }
  .footer .f_gnav li:nth-child(even){
    border-left: 1px solid #444;
  }
  .footer .f_gnav li:last-child{
    width:100%;
  }
  .footer .f_gnav li a{display: block;}
  .footer .f_gnav .sp_wide{
    width: 100%;
    height: 38px;
    border-bottom: 0px;
  }
  .footer .f_gnav li:after{width: 0px;}
  .footer .f_gnav{margin-bottom: 5px;}
  
  .footer .f_copy{
    padding: 10px 5px;
    font-size: 10px;
  }
  @media screen and (max-width:320px) {
    .footer .telephone .telephone02 a {
        font-size: 27px;
    }
    .footer .f_gnav:nth-of-type(2) li:nth-child(3) a{
      font-size: 10px;
    }
  }
  
  /***********************************
    サイド
  ***********************************/
  .side_search{
    width:95%;
    margin:0 auto 30px;
  }
  .side_navi_item,
  .side_navi{
    width:95%;
    margin:0 auto;
  }
  .side_navi ul li.sysText a{
    padding:10px 5px !important;
  }
  .side_navi_item .sysHeadline,
  .side_navi_item .sysContent{
    width:100% !important;
    margin:0 auto !important;
  }
  .side_navi_1{
    border-top:1px solid #000;
  }
  
  /***********************************
    共通パーツ
  ***********************************/
  .sysTitle{
    width: 100%;
    margin: 30px auto!important;
    position: relative;
    text-align: center;
    font-size: 13px;
    letter-spacing: auto;
  }
  .sysTitle b{
    display: block;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
  }
  .sysTitle span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 10px 0 20px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .sysTitle::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #222222;
  }
  .sysHeadline{
    width: 95%;
    margin: 30px auto!important;
    position: static;
    font-size: 20px;
    letter-spacing: 3px;
  }
  .sysHeadline b{
    width: 100%;
    display: block;
    font-size: 10px;
    text-align: center;
    /*border-top: 1px solid #222222;*/
    padding: 0 0px;
    margin-top: 3px;
    padding-top: 5px;
  }
  .sysTitle span, .sysHeadline span{
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: #fff;
    text-align: center;
  }
  .sysTitle::before, .sysHeadline::before {height: 0px;}
  .contentsWrap{
    width: 90%;
    margin: 0 auto;
  }
  
  /***********************************
    特商法テーブルレイアウト
  ***********************************/  
  .p-law .sysTitle{width: 90%;}
  #main_tradelaw, .main_tradelaw{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 30px;
    border: 0px solid #ddd;
  }
  #main_tradelaw dl , .main_tradelaw d{
    width: 100%;
    background: #ededed;
    border-bottom: 0px dotted #bfbfbf;
    overflow: hidden;
  }
  #main_tradelaw dl:after, .main_tradelaw dl:after{
    display: block;
    content: "";
    clear: both;
  }
  #main_tradelaw dt, .main_tradelaw dt{
    width: 100%;
    padding: 15px 0 15px 20px;
    float: none;
    clear: both;
    font-weight: bolder;
  }
  #main_tradelaw dd, .main_tradelaw dd{
    margin-left: 0px;
    padding: 15px;
    background: #fff;
  }
  .shipFee{
    max-width: 1100px;
    margin: 20px auto
  }
  .shipFee .tableTitle{
    text-align: center;
    font-size: 12px;
  }
  table.shipFeeTable {
    width: 100%;
    margin: 0%;
      border-collapse: collapse;
    margin-bottom: 30px;
      text-align: left;
      line-height: 1.5;
  }
  .spThead{display: block;}
  .pcThead{display: none;}
  table.shipFeeTable thead th {
    font-size: 12px;
      padding: 10px;
      font-weight: bold;
      vertical-align: top;
      color: #fff;
    text-align: left;
  }
  table.shipFeeTable tbody th {
    font-size: 12px;
    display: block;
    width: 100%;
    border: 0px solid #ddd;
  }
  table.shipFeeTable tbody .sum{
    position: relative;
    padding: 25px 10px;
    text-align: center;
  }
  table.shipFeeTable tbody .sum i{
    position: absolute;
    color: #888;
    font-size: 35px;
    left: 0;
    right: 0px;
    margin: auto;
    bottom: -20px;
    z-index: 20;
  }
  table.shipFeeTable td {
    display: block;
      width: 100%;
      vertical-align: top;
    border: 0px;
  }
  table.shipFeeTable b{
    color: #D42E30;
    display: inline-block;
    padding: 0 3px;
    font-size: 1.2em;
  }
  
  /***********************************
    2カラムレイアウト
  ***********************************/
  .col2Style h2.pattern03{
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    padding: 0 0px 3px 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid #6843ac;
  }
  .col2Style .txtBlock li{margin: 10px 0;}
  .col2Style .imgWrap img{
    width: 80%;
    margin: 0px 10%;
  }
  .col2Style .floatWrap img{
    width: 80%;
          margin: 0px 10%;
    float: none;
  }
  .col2Style .floatWrap .txt{
    padding-top: 5px;
    margin-left: 0px
  }
  .col2Style .floatImg .imgWrap{
    width: 100%;
    float: none;
  }
  .col2Style .floatImg .imgWrap img{
    width: 80%;
    margin: 20px 10%;
  }
  
  /***********************************
    お買物ガイド
  ***********************************/
  .indexList li{
    padding: 3px 5px;
    font-size: 12px;
  }
  .guideBlock{
          padding-top: 0;
          maergin-top: 30px;
  }
  
  /***********************************
    ご利用ガイド
  ***********************************/
  .f_guide{margin-top: 30px;}
  .f_guide .sysContent{
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .f_guide .Title{
    font-size: 20px;
    text-align: center; 
    padding: 20px 0 0px;
  }
  .f_guide .guideBlock{
    width: 95%;
    margin: 50px 2.5%;
    display: block;
    padding: 30px 0px 5px;
    border: 1px solid #424242;
    border-radius: 10px;
    position: relative;
  }
  .f_guide .guide01{padding-right: 0px;}
  .f_guide .guide02{padding-left: 0px;}
  .f_guide .guideTitle{
    width: 200px;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
    position: absolute;
    top: -15px; left:0; right: 0;
    background: #fff;
    font-size: 15px;
  }
  .f_guide p{
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0  !important;
    text-align: left;
          padding: 0 10px 0 15px;
  }
  .f_guide img{width: 100%;}
  .f_guide .mt{margin-top: 10px;}
  .f_guide .smaller{font-size: 12px;}
  .f_guide a.f_guide_btn{
    margin: 20px auto;
    float: none;
  }
  .f_guide .freedial{
    font-size:30px;
  }
  
  
  /* カート内商品数表示*/
  button.itemCount2{
          display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(207,15,42,0.9);
    border:none;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
  }
  /*商品購入ステップ*/
  .steps ul{width: 350px;}
  .steps li{
    float: left;
    padding: 0 6px;
    height: 150px;
  }
  .steps li a{height: 150px !important;}
  .steps li img{height: 150px;}
  @media screen and (max-width: 350px){
  /*商品購入ステップ*/
  .steps ul{width: 275px;}
  .steps li{
    float: left;
    padding: 0 2px;
    height: 100px;
  }
  .steps li a{height: 100px !important;}
  .steps li img{height: 100px;}
  }
  /* 決済ページ*/
  #sysPayment #sysWrap,
  #sysConfirm #sysWrap,
  #sysThanks #sysWrap,
  #sysCartError #sysMain{
           width: 95% !important;
          margin-left: 2.5%;
  }
  #sysBillingAddress form{
          width: 95%;
          padding: 30px 20px;
          margin: 0 auto;
  }
  #sysPayment #sysMain .sysFormLabel{line-height: 10px;}
  #sysDestination #sysMain{
             width: 95%;
              border: 1px solid #aaa;
              padding: 20px 20px !important;
              margin: 30px auto;
  }
  
  /***********************************
    マイページ
  ***********************************/
  .sysMypage .sysMypageNav form{width: 100% !important;}
  
  /***********************************
    新規会員登録
  ***********************************/
  #sysMemberRegisterIndex .sysNextSubmit{
          width: 100%;
           float: none;
           margin-right: 0%;
           border-radius: 5px;
           height: 50px; 
           font-size: 15px;
  }
  #sysMemberRegisterIndex .sysButton[type="submit"]{
           width: 100%;
           float: none;
          margin-right: 0%;
          border-radius: 5px;
          height: 50px;
          font-size: 15px;
          margin-top: 0px;
  }
  #sysMypageLogin .sysLoginButton{
          width: 100%;
          float:none;
          margin-right: 0%;
  }
  #sysMypageLogin .sysButton{
          width: 100%;
          margin-left: 0%;
          margin-top: 0px;
  }
  
  /***********************************
    カートページ
  ***********************************/
  /*ドメイン*/
  .sysAcceptDomainArea .sysAcceptDomain a{
    padding:0;
    font-size:10px;
  }
  
  /***********************************
    ボタンデザイン
  ***********************************/
  .common_btn{
    margin: 20px auto 30px;
  }
  
  /***********************************
    TOPページ
  ***********************************/
  /*.トップスライダー*/
  #slideShow{height: 130px;}
  .top_slider{
    padding-top:0;
    margin:120px auto 0;
  }
  .owl-dots .owl-dot {
    top:0;
  }
  .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;}
  
  .owl-nav [class*=owl-] {
    margin-top: -25px;
    width: 15px !important;
    height: 28px !important;
  }
  .owl-nav .owl-prev{
    left:20%;
    background: url(/img/common/controls.png) no-repeat 0 0;
    background-size:30px !important;
  }
  .owl-nav .owl-next{
    right:20%;
    background: url(/img/common/controls.png) no-repeat -15px 0;
    background-size:30px !important;
  }
  .owl-nav .owl-prev:hover {
    background-position: 0 0;
  }
  .owl-nav .owl-next:hover {
    background-position: -15px 0;
  }
  
  /*新着アイテム*/
  .top_newarrival li{
    width: 30% !important;
    margin: 0 1.5% 30px !important;
    padding:0 !important;
  }
  .top_newarrival li .sysItemName{
    padding-top:0;
  }
  .top_newarrival li .sysItemPrice{
    font-size:12px;
  }
  
  /*特集一覧*/
  .top_features{
    overflow:hidden;
  }
  .top_recommend_item ul{
    font-size:0;
    text-align:left;
  }
  .top_features li{
    width: 46%;
    margin: 2%;
  }
  .top_features li:nth-child(1),
  .top_features li:nth-child(2){
    position:relative;
    z-index:10;
    width:96%;
  }
  .top_features li:nth-child(1) p,
  .top_features li:nth-child(2) p{
    position:absolute;
    left:0;
    bottom:0;
    z-index:15;
    margin:0;
    padding:10px;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  }
  
  /*おすすめ商品、ランキング*/
  .top_ranking_item li{
    width: 30% !important;
    margin: 0 1.5% 30px !important;
    padding:0 !important;
  }
  .top_recommend_item li .sysItemName,
  .top_ranking_item li .sysItemName{
    padding-top:0;
  }
  .top_recommend_item li .sysItemPrice,
  .top_ranking_item li .sysItemPrice{
    font-size:12px;
  }
  .top_recommend_item li .sysCartButton,
  .top_ranking_item li .sysCartButton{
    width:100%;
    font-size:10px;
    letter-spacing:-1px;
  }
  
  /*おすすめ商品*/
  .top_recommend_item li{
    padding:5px !important;
  }
  
  /***********************************
    ワンページカート
  ***********************************/
  /*情報入力ページ調整*/
  .sysOpcBody .header_wrap {
    border-bottom: none;
  }
  .sysOpcBody img {
    max-width: 100%;
  }
  .sysOpcBody div#sysWrap {
    margin: 20px auto 0;
  }
  .sysCart #sysMain,
  .sysOpcBody #sysMain{
    border: none;
  }
  .sysOpcBody div#sysMain {
    padding: 0 3%;
    margin-bottom: 0;
  }
  .opcCommonInputSelect,
  .opcCommonButton {
    /*width: 49% !important;*/
  }
  .opcConfirm_inputStatus,
  .opcConfirm_inputStatus_disable,
  .opcConfirm_order,
  .opcConfirm_order_disable {
    width: 94% !important;
  }
  .opcConfirm_inputStatus {
    margin-bottom: .5em;
  }
  .opcItem_increaseNumButton_edit,
  .opcItem_decreaseNumButton_edit {
    width: 40px !important;
  }
  .opcCommonButtonGroup {
    margin-top: 1em;
  }
  .opcBillingAddress_genderMaleAndLabelGroup_edit,
  .opcBillingAddress_genderFemaleAndLabelGroup_edit {
    width: 30% !important;
  }
  .opcBillingAddress_prefState_edit {
    margin: 5px 0;
    width: 100% !important;
  }
  .opcBillingAddress .opcCommonReferenceLabel {
    width: 70px;
    display: inline-block;
    position: relative;
  }
  .opcBillingAddress .opcCommonReferenceLabel::after {
    position: absolute;
    right: 0;
  }
  .opcDeliveryMethod .opcCommonReferenceLabel {
    width: 123px;
    display: inline-block;
    position: relative;
  }
  .opcDeliveryMethod .opcCommonReferenceLabel::after {
    position: absolute;
    right: 0;
  }
  .opcBillingAddress_addressGroup {
    width: calc(100% - 80px) !important;
  }
  .opcRemarks_remark_edit {
    width: 100% !important;
  }
  .opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
    margin: 0 0 .5em !important;
    width: 100% !important;
  }
  .opcOrderSummary_totalPriceLabel {
    font-size: 14px !important;
  }
  /*完了ページ調整*/
  #sysThanks #sysMain {
    width: 100% !important;
    padding: 0 !important;
  }
}
@media screen and (min-width:744px) and (max-width:1024px){
.sysDisplayTabletNone{
    display:none !important;
  }
  
  /* 20-0 Only Tablet
   *----------------------------------------------------------------------*/
  #sysWrap{margin-top:120px;} 
  /* div#sysMain,div#sysAside{
  width: 100% !important;
  float: none;
  } */
  .sysMypage #sysWrap,
  .sysMemberRegister #sysWrap{
    margin: 130px auto 0;
  }
  #sysFormIndex div#sysMain,
  #sysFormConfirm div#sysMain,
  #sysFormThanks div#sysMain,
  .sysMypage div#sysMain,
  .sysMemberRegister #sysMain,
  #sysItemSearch div#sysMain{
          width: 100% !important;
          margin: 30px auto;
          padding: 20px !important;
  }
  .sysCart #sysMain{
     width: 92% !important;
      margin: 0 auto;
    padding: 0;
  }
  .sysFormField label{display: block;}
  
  /* 決済ページ*/
  #sysPayment #sysWrap,
  #sysConfirm #sysWrap,
  #sysThanks #sysWrap,
  #sysCartError #sysMain{
           width: 95% !important;
          margin-left: 2.5%;
  }
  #sysPayment #sysMain .sysFormLabel{line-height: 10px;}
  #sysBillingAddress form{
          width: 95%;
          padding: 30px 20px;
          margin: 0 auto;
  }
  #sysDestination #sysMain{
             width: 95%;
              border: 1px solid #aaa;
              padding: 20px 20px !important;
              margin: 30px auto;
  }
  
  
  /***********************************
    header検索ボックス
  ***********************************/
  .h_search{
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  
  .h_search.is-search {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    padding: 36px 0 40.5px;
    height: auto;
    position: fixed;
    top: 29px;
    right: 0;
    bottom: auto;
    left: 0;
    background-color: #fff;
  
  }
  
  .search-filter {
  position: static;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease, background-color .3s ease;
  }
  
  .search-filter.is-search,
  .search-filter.is-show {
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 29px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  background-color: rgba(8, 8, 8, 0.1);
  display: block;
  z-index: 998;
  }
  
  .h_search .sysSearchButton {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 100%;
    width: 50px!important;
    border: none;
    background-color: initial;
    padding-left: 50px;
    cursor: pointer;
    text-indent: -9999px; /* valueを見えなくする */
  }
  
  #sysAll #sysWrap.is-show, #sysAll #sysFooter.is-show,
  #sysAll #sysWrap.is-search, #sysAll #sysFooter.is-search {
  filter: blur(10px);
  }
  
  /***********************************
    ヘッダー　ハンバーガーメニュー
  ***********************************/
  .sp_nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: -1;
    top: 22px;
    left: 0;
    right: 0;
  transition: opacity .3s ease, visibility .3s ease, background-color .3s ease;
  }
  
  .sp_nav.is-show {
    opacity: 1;
    visibility: visible;
    position: fixed;
    z-index: 0;
    top: 22px;
    background-color: #fff;
    z-index: 998;
    max-height: 100vh;
    overflow-y: scroll;
  }
  
  .closeMenu-btn {
    display: inline-block;
    width: 20px;
    height: 16px;
    position: relative;
    cursor: pointer;
  }
  
  .closeMenu-btn__bar01,
  .closeMenu-btn__bar02,
  .closeMenu-btn__bar03 {
    width: 16px;
    height: 1px;
    background-color: #707070;
    position: absolute;
    transition: transform .1s ease, opacity 1s ease;
  }
  
  .closeMenu-btn__bar01 {
    top: 0;
    left: 0;
  }
  
  .closeMenu-btn__bar02 {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  
  .closeMenu-btn__bar03 {
    bottom: 0;
    left: 0;
  }
  
  
  #closeMenu.is-show .closeMenu-btn__bar01 {
    transform: rotate(40deg) scaleX(1.414);
    transform-origin: top left;
  }
  
  #closeMenu.is-show .closeMenu-btn__bar03 {
    transform: rotate(-40deg) scaleX(1.414);
    transform-origin: top left;
  }
  
  #closeMenu.is-show .closeMenu-btn__bar02 {
    opacity: 0;
    visibility: hidden;
  }
  
  
  
  
  
  
  .h_login {
    display: none;
  }
  
  
  
  /***********************************
    商品詳細ページ
  ***********************************/
  #sysItemCategory #sysMain{padding:  30px 20px;}
  #sysItemCategory input[type=submit]{margin-top: 0px;}
  #sysItemDetail #sysMain {
      width: 100% !important;
  }
  #sysItemDetail .sysCategoryPankuzu {
    margin-bottom: 20px;
  }
  #sysItemDetail .sysItemName h1 {
    font-size: 26px;
  }
  #sysItemDetail .sysItemId {
    margin: 0 0 10px 0 !important;
    text-align: left !important;
  }
  #sysItemDetail .sysMainImage {
    max-width: 700px;
    margin: 0 auto;
  }
  #sysItemDetail .sysImageList {
    max-width: 700px;
    margin: 0 auto 20px;
  }
  #sysItemDetail .sysImageList li {
    display: inline-block;
    max-width: 60px;
    line-height: 0;
  }
  #sysItemDetail .sysReview,
  #sysItemDetail .description_left,
  #sysItemDetail .sysDescription,
  #sysItemDetail .sysForm,
  #sysItemDetail .sysRetailPrice,
  #sysItemDetail .sysImageDescription {
    max-width: 700px;
    margin: 0 auto 10px auto !important;
  }
  #sysItemDetail .sysForm select {
    min-width: 350px;
    display: inline-block;
    float: none!important;
  }
  #sysItemDetail #sysNumber{text-align:right;}
  .sysItemPrArea span{
          width: 100%;
          font-size: 14px;
  }
  .sysPr span{font-size: 14px;}
  
  /***********************************
    ヘッダー
  ***********************************/
  .header_wrap{
    position: fixed;
    height: 120px;
    top: 0px; left: 0; right: 0;
    margin: auto;
    background: #fff;
    z-index: 120;
  }
  #sysHeader{
    width: 100%;
    margin: 0px auto;
  }
  .h_inner{margin: 0px 0 0;}
  .header_h1_under, .header_h1{
    width: 100%;
    height: 20px;
    float: none;
    text-align: center;
    background: #ededed;
  }
  .header_h1_under a, .header_h1 a{
    display: none;
  }
  .head_title{
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    letter-spacing: 1px;
  }
  .header_sp{
    width: auto;
    margin: 0;
    position: relative;
    text-align: center;
  }
  
  .header_sp #navBtn {
  z-index: 1000;
  }
  /* .header_sp #navBtn{
    position: absolute;
    top: 10px; left: 0;
  } */
  /* .header_sp .spCart{
    position: absolute;
    top: 10px; right: 0;
  } */
  /* .header_sp #navBtn img, .header_sp .spCart img{
    width: 40px;
    height: 40px;
  } */
  /* .header_sp .spLogo img{
    width: 180px;
    margin-top: 15px;
  } */
  
  /***********************************
    カート情報
  ***********************************/
  #cartInfo{display: none;}
  
  /***********************************
    ナビゲーション
  ***********************************/
  #headNavigation .pcnone{display: block;}
  #headNavigation .spnone{display: none;}
  #headNavigation li.active{background: #fff;}
  .h_navi{
    width: 100%;
    height: 40px;
  }
  #headNavigation li.tab1{
          width: 25%;
      margin-top:10px;
  }
  #headNavigation li.tab1 a{
          font-size: 12px;
          line-height: 15px;
          position: relative;
  }
  #headNavigation li.tab1:nth-of-type(5){
          display:none;
  }
  /*ナビゲーショントグル*/
  .toggleNav{
    display: none;
    width: 100%;
    position: absolute;
    height: 0px; /*heightはjs制御*/
    top: 39px; left:0;
    z-index: 110;
           background: rgba(0,0,0,0);
    box-shadow:0px 0px 0px 0px #ccc;
    -moz-box-shadow:0px 0px 0px 0px #ccc;
    -webkit-box-shadow:0px 0px 0px 0px #ccc;
  }
  .toggleNav:hover{overflow: visible !important;}
  #headNavigation ul.tab{
          position: relative;
  }
  .tabmenu .border:after{
    content:none;
  }
  .tabmenu li.tab1{
    position: static;
    border-right:1px solid #000;
  }
  .tabmenu li.tab1:nth-child(4){
    border-right:none;
  }
  .tabmenu li.tab1{position: static;}
  .tabmenu li.tab1 a{font-size:14px;}
  .tabmenu ul:after{
      display: block;
      content: "";
      clear: both;
  }
  .tabmenu li.tab2{
    width: 100%;
    height:auto;
    text-align: left;
    line-height:1;
    font-size: 18px;
    border-bottom: 1px dotted #ddd;
    position: relative;
    background: rgba(255,255,255,1);
  }
  .tabmenu li.tab2 a{
    display: block;
    position: relative;
    padding: 5px 15px;
    font-size: 14px !important;
    line-height: 40px !important;
      font-weight: bold;
  }
  #headNavigation li.tab2 a:after{display: none;}
  .tabmenu li.tab2 a i{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top:-7px;
  }
  
  .h_spnavi{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px; left: 0;
    background: rgba(220,220,220,0.9);
    z-index: 150;
    color: #444;
    display:none;
    overflow: auto;
    margin-top: 22px;
  }
  #spNaviWrap{
    position: absolute;
    width: 100%;
    height: 1400px;
    top: 0px; left: -100%;
    background: rgba(255,255,255,1);
    z-index:  200;
    padding: 80px 10px 50px;
         overflow: scroll;
  }
  
  .spNavMenuItem {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
  }
  
  .spNavMenuItem + .spNavMenuItem {
  margin-top: 20px;
  }
  
  /***********************************
    ログイン情報
  ***********************************/
  .h_login{
          max-width: 700px;
          width: 90%;
          margin: 0 auto;
  }
  .h_login .sysHeadline{
    text-align: center;
    font-size: 25px;
      margin-botom: 10px;
  }
  .h_login .sysContent{text-align: center;}
  .h_login .sysFormItem{margin-bottom: 10px;}
  .h_login .sysFormLabel{
    display: block;
    font-size: 15px;
    height: 25px;
    text-align: left;
    margin-bottom: 0px;
  }
  .h_login .sysLoginButton{
    width: 100%;
    margin: 15px 0%;
    border-radius: 0;
    border:1px solid #444;
    font-size: 15px;
    height: 50px;
    line-height: 10px;
  }
  .h_login li{
    border:1px solid #444;
    margin-bottom: 15px;
    height: 50px;
    line-height: 45px;
    text-align: center;
  }
  .h_login li a{
    font-size: 15px;
    padding: 0px 5px 5px 0px;
  }
  
  /***********************************
    ナビゲーションメニュー
  ***********************************/
  #closeMenu{
  /* position: absolute;
  top: 15px; left: 15px;
  font-size: 20px; */
  z-index: 1000;
  }
  #closeMenu span{
          font-size: 15px;
          /* margin: 0 10px; */
          /* display: inline-block; */
          display: block;
          margin: 0;
  }
  #closeMenu2{
          text-align: center;
          margin: 20px 0;
          border: 1px solid #aaa;
          height: 40px;
          line-height: 40px;
          font-size: 15px;
  }
  #closeMenu2 span{
          display: inline-block;
          margin: 0 10px;
  }
  #spNavMenu .navTitle{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
  }
  #spNavMenu{
  max-width: initial;
  margin: 84px auto 0;
  width: 100%;
  padding: 0 20px;
  }
  #spNavMenu .spMenuList{
    height: auto;
    line-height: 40px;
    font-size: 15px;
    position: relative;
    border-bottom: 1px solid #aaa;
  }
  #spNavMenu .spMenuList i{
    position: absolute;
    line-height: 40px;
    right: 10px;
    font-size: 18px;
  }
  #spNavMenu .spMenuList a{
          display: block;
    padding-left: 15px;
  }
  #spNavMenu .spToggleNav{
    height: 200px;
    overflow: hidden;
  }
  #spNavMenu .spToggleNav li{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-bottom: 1px dotted #aaa;
  }
  #spNavMenu .spToggleNav li:first-child{border-top: 1px solid #aaa}
  #spNavMenu .spToggleNav li:last-child{border-bottom: 0;}
  
  
  .spNavMenu__btn {
  margin: 30px 0 40px;
  text-align: left;
  }
  
  .spNavMenu__btn a {
  background-color: #000;
  padding: 9px 15px 10px;
  font-size: 16px;
  letter-spacing: 0;
  display: inline-block;
  color: #fff;
  }
  
  /***********************************
    フッター
  ***********************************/
  .footer .f_gnav_all{
    background: #c3c3c3;
    padding: 0px 0 0px;
    letter-spacing: 2px;
    text-align: left;
  }
  .footer .f_gnav ul:after{
    display: block;
    content: "";
    clear: both;
  }
  .footer .f_gnav{
    width:100%;
    border-top: 1px solid #444;
    margin-bottom:0;
    overflow: hidden;
  }
  .footer .f_gnav li{
    width: 50%;
    float: left;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0px 0px 0 15px;
    font-size: 12px;
    position: relative;
    border-bottom: 1px solid #444;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer .f_gnav li i{
    position: absolute;
    font-size: 20px;
    line-height: 30px;
    right: 10px; top: 5px;
  }
  .footer .f_gnav li:nth-child(even){
    border-left: 1px solid #444;
  }
  .footer .f_gnav li:last-child{
    width:100%;
  }
  .footer .f_gnav li a{display: block;}
  .footer .f_gnav .sp_wide{
    width: 100%;
    height: 35px;
    border-bottom: 0px;
  }
  .footer .f_gnav li:after{width: 0px;}
  
  /***********************************
    サイド
  ***********************************/
  .side_search{
    width:95%;
    margin:0 auto 30px;
  }
  .side_navi_item,
  .side_navi{
    width:95%;
    margin:0 auto;
  }
  .side_navi ul li.sysText a{
    padding:10px 5px !important;
  }
  .side_navi_item .sysHeadline,
  .side_navi_item .sysContent{
    width:100% !important;
    margin:0 auto !important;
  }
  .side_navi_item .sysContent li,
  .side_navi .sysContent li{
    float:left !important;
    width:50% !important;
  }
  .side_navi_1{
    border-top:1px solid #000;
  }
  
  /***********************************
    共通パーツ
  ***********************************/
  .sysTitle{
    width: 600px;
    margin: 50px auto!important;
    position: relative;
    text-align: center;
    font-size: 20px;
    letter-spacing: auto;
  }
  .sysTitle b{
    display: block;
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
  }
  .sysTitle span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 40px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .sysTitle::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #222222;
  }
  
  .contentsWrap{
    width: 90%;
    margin: 0 auto;
  }
  
  /***********************************
    商法テーブルレイアウト
  ***********************************/
  .p-law .sysTitle{max-width: 600px;}
  .p-law .sysTitle span {
    font-size: 22px;
    padding: 0 40px;
  }
  
  #main_tradelaw{width: 90%;}
  .shipFee{
    width: 90%;
    margin: 50px auto;
  }
  .shipFee h3{font-size: 16px;}
  table.shipFeeTable .newLine{display: block;}
  table.shipFeeTable tbody th {
    width: 500px;
    vertical-align: middle;
  }
  table.shipFeeTable td{
      width: 500px;
    font-size: 15px;
    vertical-align: middle;
  }
  
  /***********************************
     フッター部分のご利用ガイド
  ***********************************/
  .f_guide{margin-top: 50px;}
  .f_guide .sysContent{width: 100%;}
  .f_guide .Title{ 
    font-size: 15px;
    padding: 20px 0 30px;
  }
  .f_guide .guideBlock{
    width: 50%;
    padding: 0 2%;
    padding-bottom:30px;
  }
  .f_guide .guide01{padding-right: 20px;}
  .f_guide .guide02{padding-left: 20px;}
  .f_guide .freedial{
    font-size:30px;
  }
  .f_guide a{
    display:block;
    width:200px;
  }
  
  /***********************************
    カート内商品数表示
  ***********************************/
  button.itemCount2{
          display:none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(207,15,42,0.9);
    border:none;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
  }
  /***********************************
    商品購入ステップ
  ***********************************/
  .steps ul{width: 550px;}
  .steps li{
    float: left;
    padding: 0 2px;
    height: 180px;
  }
  .steps li a{height: 180px !important;}
  .steps li img{height: 180px;}
  
  /***********************************
    TOPページ
  ***********************************/
  /*.トップスライダー*/
  #slideShow{height: 190px;}
  
  .top_slider{
    padding-top:0;
    margin-top:120px;
  }
  
  /***********************************
    ワンページカート
  ***********************************/
  
  /*情報入力ページ調整*/
  .sysOpcBody .header_wrap {
    border-bottom: none;
  }
  .sysOpcBody div#sysWrap {
    margin: 20px auto 0;
  }
  .sysCart #sysMain,
  .sysOpcBody #sysMain{
    border: none;
  }
  .sysOpcBody div#sysMain {
    margin-bottom: 0;
  }
  .sysOpcBody img {
    max-width: 100%;
  }
  .sysOpcBody div#sysMain {
    padding: 0 4%;
  }
  .opcConfirm_inputStatus,
  .opcConfirm_inputStatus_disable,
  .opcConfirm_order,
  .opcConfirm_order_disable {
    width: 94% !important;
  }
}
@media screen and (min-width:1025px){
.sysDisplayPcNone{
  display:none !important;
}
}
/* #END_OF_RESOURCE_FILE */
