/* 基本設定
 *----------------------------------------------------------------------*/
html {
  font-size: 62.3%;
}
body {
  color: #000;
  font-size: 1.4rem; /*13px*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sysCategoryPankuzu {
  margin-bottom: 30px !important;
  font-size: 12px;
}
.sysCategoryPankuzu span, .sysCategoryPankuzu br {
  display: none;
}
/*----------------------------------------------------
 リンク
----------------------------------------------------*/
@media screen and (min-width:601px) {
  a, a img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
/*----------------------------------------------------
 PC＆スマホ
----------------------------------------------------*/
@media screen and (min-width:601px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
  .inline-sp {
    display: none !important;
  }
  .inline-pc {
    display: inline-block;
  }
}
@media screen and (max-width:600px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .inline-sp {
    display: inline-block;
  }
  .inline-pc {
    display: none;
  }
}
.sp_only {
  display: none;
}
#sysAll {
  max-width: 100%;
  background-color: transparent;
  padding: 0;
}
#sysWrap {
  max-width: 1100px;
  margin: 160px auto 0;
  padding: 0;
  overflow: hidden;
}
#sysHeader {
  margin: 0;
  padding: 0;
}
div#sysMain {
  float: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#sysAside {
  display: none;
  float: none;
  padding: 0;
}
#sysFooter {
  margin: 0;
  padding: 0;
}
#top #sysWrap {
  margin-top: 0;
}
.sysContent {
  padding: 0 !important;
}
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: inherit;
}
a {
  color: #000;
  text-decoration: none;
  font-weight: inherit;
}
a:hover {
  color: #222222;
}
img {
  vertical-align: bottom;
  /*you kakunin*/
  height: auto;
}
a:hover img {
  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 )";
}
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:first-of-type {
  margin: 0 auto 10px;
}
p:last-of-type {
  margin: 10px auto 0;
}
p:only-of-type {
  margin: 0 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;
}
input[type="radio"] {
  margin: 10px 10px 20px;
}
.sysFormField {
  margin: 10px 0;
}
.sysFormField label {
  margin-right: 20px;
  font-size: 15px;
}
.sysFormField a {
  display: inline-block;
  color: #068acc;
  border-bottom: 1px solid #068acc;
  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;
}
/**
 * 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-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  display: 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: 10px;
  height: 10px;
  margin: 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;
}
/* 検索ボックス */
.search_bx form {
  overflow: hidden;
  border: 1px solid #dddddd;
}
.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;
}
/* submitボタンの調整 */
#sysMypageReminder #sysMain input[type=submit], #sysMypageEditDeliveryinput #sysMain input[value="戻る"], .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;
}
/* 商品カテゴリページ */
.sysFuncItemCategory a {
  line-height: 1.75;
}
.sysFuncItemCategory a:hover {
  background: #eee;
}
#sysItemCategory h1.itemCategory {
  margin-left: 5px;
  border-left: 5px solid #222222;
  padding-left: 10px;
  font-size: 18px;
  margin: 20px 0 10px;
}
/* 4-1-3 Category View Mode */
.sysItemCategoryCtl {
  font-size: small;
}
.sysItemCategoryCtl a {
  display: inline-block;
  padding: 2px 4px;
  background: #ddd;
  border: 1px solid #999;
  border-radius: 3px;
  text-decoration: none;
  margin: 2px 0;
}
/* PRアイコン設定 */
.sysItemPr {
  font-size: small;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #666;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
}
/*PRアイコン(商品詳細ページ)*/
.sysPr span {
  width: 24%;
  padding: 3px 10px;
  color: #222222;
  font-weight: bold;
  font-size: 13px;
  border-radius: 15px;
  margin: 0 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
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 {
  border: none;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  background-color: #222222;
  color: #fff;
  cursor: pointer;
}
.sysCartButton:hover {
  background: #999;
}
/* アーカイブリスト */
.sysItemList ul.sysList li .sysThumbnailImage {
  width: 40%;
  max-width: 200px;
}
/* 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 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, #sysItemDetail .sysCartButton {
  width: 98%;
  margin-left: 2%;
}
#sysItemDetail .sysShare {
  padding: 5px 0 0 2%;
}
#sysCartInForm {
  width: 100%;
}
/* ログインボタン */
.sysLoginButton, .sysButton, #sysMypageEditDeliveryinput #sysMain input[value="戻る"] {
  border: none;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  background-color: #dddddd;
  color: #000;
  cursor: pointer;
}
.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;
}
/* フォームページの基本レイアウト*/
#sysFormIndex #sysMain, #sysFormConfirm #sysMain, #sysFormThanks #sysMain, .sysMemberRegister #sysMain, .sysMypage #sysMain {
  width: 1100px;
  border: 1px solid #eee;
  padding: 20px 30px !important;
  margin: 30px auto;
}
.sysMemberRegister #sysMain, .sysMypage #sysMain {
  padding: 20px 150px !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
}
#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;
}
#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;
}
/* フォーム確認ぺージ */
#sysMypageEditConfirm #sysMain .sysFormField, #sysMemberRegisterConfirm #sysMain .sysFormField, #sysFormConfirm #sysMain .sysFormField {
  border: 1px solid #999;
  line-height: 2;
  padding: 10px 5px !important;
  font-size: small;
  border-radius: 6px;
  margin: 5px auto;
  min-height: 20px;
}
/* マイページ */
.sysMypageMajorHeadLine {
  display: none;
}
.SysMypageMinorHeadLine {
  font-size: 18px;
  border-left: 5px solid #3d3d3d;
  padding-left: 5px;
  margin: 20px 0;
}
#sysMypageLogin .sysMypageMinorHeadLine {
  display: none;
}
/* 購入履歴 */
.sysOrderList {
  border: 1px solid rgb(212, 212, 212);
  padding: 10px;
  max-height: 400px;
  overflow-y: scroll;
}
.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, #sysMypageEditDeliveryinput #sysMain > form {
  padding: 10px;
}
#sysMypageEditDelivery #sysMain input, #sysMypageEditMember #sysMain input, #sysMypageEditDeliveryinput #sysMain input[value="戻る"] {
  line-height: 15px;
  padding: 5px;
  font-size: small;
  margin: 5px auto;
}
#sysMypageEditConfirm #sysMain > form {
  padding: 10px;
}
/* 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;
}
/***********************************
  商品詳細ページ
***********************************/
/*商品名*/
#sysItemDetail .sysItemName h1 {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}
/*商品番号*/
#sysItemDetail .sysItemId {
  text-align: right;
  font-size: 12px;
}
/*価格表示*/
#sysItemDetail .sysRetailPrice {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  color: #000;
  font-weight: bold;
  text-align: right;
}
#sysItemDetail .sysRetailPrice span {
  font-size: 1.1rem;
}
#sysItemDetail .sysRetailPrice span.sysRetailPriceValue {
  font-size: 20px;
  font-weight: normal;
}
/*通常価格*/
#sysItemDetail .sysSuggestedRetailPrice {
  margin-bottom: 5px;
  text-align: right;
}
#sysItemDetail .sysSuggestedRetailPrice span {
  font-size: 1.1rem;
}
/*送料区分*/
#sysItemDetail .sysShippingCost {
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-top: 5px;
  padding: 0 5px;
  color: #da4636;
  font-weight: bold;
  font-size: 1.1rem;
  border: 1px solid #da4636;
  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 {
  margin-top: 5px;
}
.sysItemPrArea span {
  width: 49%;
  height: 30px;
  display: inline-block;
  padding: 3px 0px;
  font-size: 18px;
  line-height: 18px;
  border-radius: 20px;
  font-weight: bold;
  margin: 0 0 5px;
  text-align: center;
}
#sysItemDetail .sysForm select {
  min-width: 100% /*450px*/ ;
  display: inline-block;
  float: none !important;
  margin: 5px 0;
  /*background-image: url(/img/common/select_arrow.png);
		background-repeat: no-repeat;
		background-size: 14px auto;
		background-position: right 10px center;
		padding-right: 20px;*/
}
#sysItemDetail .sysForm select[name="num"] {
  min-width: 200px;
}
#sysItemDetail .sysForm input[type="text"] {
  margin-top: 5px;
}
#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, #sysItemDetail .sysCartButton {
  /*width: 98%;
  margin-left: 2%;*/
  width: 100%;
  margin-left: 0;
}
#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;
}
/*商品詳細*/
.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;
}
/*数量増減*/
#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: 23px 15px !important;
  text-indent: -999px;
  background: #da4636 url(/img/layout/system/btn_cart.png) center center no-repeat;
  background-size: 140px;
}
#sysItemDetail .sysCartButton:hover {
  opacity: 0.8;
}
#sysItemDetail .sysGoCartButton {
  background: #da4636 url(/img/layout/system/btn_cart2.png) center center no-repeat;
  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-image: url(/img/layout/system/btn_favo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #FFF;
  background-size: 100px;
}
#sysItemDetail #sysWishlist .sysButton:hover {
  background-color: #efefef;
}
.modaal-container {
  max-width: 750px !important;
  padding: 30px 8%;
  box-shadow: none !important;
  color: #333 !important;
}
.sysWishListButton {
  background: #ddd;
  border: 1px solid #999;
  border-radius: 3px;
  text-decoration: none;
}
/* お気に入り登録時の画面 */
/* バツボタン */
.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: 1px solid #da4636 !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: #da4636 !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;
}
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: 167px;
  /* height: 35px; */
  line-height: 35px;
  position: relative;
  background-color: #da4636;
  text-align: center;
  font-size: 1.3rem;
  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;
  display: block;
  font-size: 1.1rem;
  text-align: center;
}
.sysWishlistMemberRegisterGroup {
  width: 80%;
  text-align: center;
  height: 92px;
  border: 1px solid #bbb;
  position: relative;
  background-color: #fff;
  margin: auto auto 30px !important;
}
.sysWishlistMemberRegistButton {
  width: 167px;
  /* height: 35px; */
  line-height: 35px;
  position: relative;
  background-color: #da4636;
  text-align: center;
  font-size: 1.3rem;
  transition: .2s;
  color: #fff;
}
/* この画面を閉じるボタン */
.sysWishlistCloseBottomButtonGroup button {
  border-bottom: 1px solid #da4636;
  transition: .2s;
  background-color: transparent;
  border-radius: 0px;
}
.sysWishlistCloseBottomButtonGroup {
  margin-top: 30px;
  text-align: right;
  font-size: 1.3rem;
}
/*SNSボタン*/
#sysItemDetail .sysShare {
  padding: 5px 0 0 2%;
  text-align: right;
}
#sysItemDetail .sysShare .sysFacebook {
  position: relative;
  top: 2px;
}
#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;
}
/***********************************
  カートページ
***********************************/
/*カートページ内レイアウト調整*/
.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: 1100px;
  border: 1px solid #eee;
  padding: 20px 40px;
  margin: 0 auto;
}
.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: #da4636 !important;
  border: none;
}
.sysCart .sysCartAttention, .sysCart .sysRequired {
  color: #da4636;
  font-weight: bolder;
}
.sysCart .sysGetPoint {
  color: #da4636;
  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: 20px 0;
}
.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;
}
.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;
}
.sysCart .sysBtnChange {
  margin-bottom: 10px !important;
}
/*登録せずに購入*/
#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;
}
/***********************************
  ワンページカート
***********************************/
.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: #da4636 !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: #da4636 !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: 0 auto;
}
.sysOpcBody div#sysMain {
  /*padding: 3em 200px 0;*/
  padding: 3em 40px 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;
}
input[type="button"], select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
}
select {
  padding: 6px .5em;
  border: solid 1px #CCC;
  border-radius: 5px;
  height: auto;
  position: relative;
}
.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: 0.5em;
}
.opcItem {
  padding: 3%;
  border: 1px solid #9b9b9b;
  margin-top: 10px
}
.opcCommonInputSelect, .opcCommonButton {
  /*width: 100px !important;
  background: #fff !important;*/
  background-color: #FFF !important;
}
.opcCommonInputSelect {
  /*background: #f1f1f1 !important;
  width: 40px !important;
  text-align: center;*/
  width: 100% !important;
  box-sizing: border-box;
  padding-right: 25px;
  text-align: left;
  background-image: url(/img/common/arrow-bottom.png);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 10px center;
}
.opcBillingAddress_completeButton_edit, .opcDeliveryMethod_completeButton_edit, .opcPaymentMethod_completeButton_edit, .opcItem_completeButton_edit, .opcDeliveryAddress_completeButton_edit, .opcPointAndCouponDialog_applyButton_edit, .opcRemarks_completeButton_edit {
  background: #da4636 !important;
  border: 1px solid #da4636 !important;
  color: #fff !important;
  font-weight: bold;
}
.opcConfirm_inputStatus {
  display: block !important;
  width: 700px !important;
  margin: 0 auto 1em;
  background: #da4636 !important;
  color: #fff !important;
  border: 1px solid #da4636 !important;
  font-weight: bold;
}
.opcRequestOrderArea {
  margin: 4em 0;
}
.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: 100% !important;
  max-width: 700px !important;
  margin: 0 auto;
  background: #da4636 !important;
  color: #fff !important;
  border: 1px solid #da4636 !important;
  font-weight: bold;
}
.opcConfirm_order_disable {
  display: block !important;
  width: 100% !important;
  max-width: 700px !important;
  margin: 0 auto;
  background: #ccc !important;
  color: #000 !important;
}
.opcItem_increaseNumButton_edit, .opcItem_decreaseNumButton_edit {
  width: 40px !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;
}
.opcCommonEditLabel {
  margin-top: 1em;
  border-left: 0px;
}
.opcOrderSummary_priceBreakDownGroup {
  padding-top: 1em;
  padding-bottom: 1em;
}
.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;
}
.opcDeliveryMethod .opcCommonReferenceLabel {
  width: 123px;
  display: inline-block;
  position: relative;
}
.opcDeliveryMethod .opcCommonReferenceLabel::after {
  position: absolute;
  right: 0;
}
.opcCommonRequireLabel {
  color: #da4636 !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: bold;
  font-size: 15px;
}
.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;
}
/*完了ページ調整*/
#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: 980px;
  margin: 20px auto 40px;
}
#sysItemSearch .sysThumbnail .sysItemPrArea {
  text-align: left;
  margin-top: 5px;
}
#sysItemSearch #sysMain h2 {
  font-size: 13px;
  margin-bottom: 10px;
}
#sysItemSearch #sysMain .sysItemSearchForm {
  font-size: 12px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #ededed;
}
#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;
}
/***********************************
  お問い合わせ
***********************************/
#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"] {
  margin-top: 10px;
}
/* マイページボタン */
.sysMypageNav > form {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.sysMypageNav .sysButton {
  width: 100%;
  display: block;
  font-size: 15px;
  margin: 5px 0;
  padding: 15px 0;
}
#sysMemberRegisterIndex .sysNextSubmit {
  width: 49%;
  float: left;
  margin-right: 1%;
  border-radius: 5px;
  height: 50px;
  font-size: 15px;
}
#sysMemberRegisterIndex .sysButton[type="submit"] {
  width: 49%;
  float: left;
  margin-right: 1%;
  border-radius: 5px;
  height: 50px;
  font-size: 15px;
  margin-top: 10px;
}
#sysMypageLogin .sysLoginButton {
  width: 49%;
  float: left;
  margin-right: 1%;
  font-size: 15px;
}
#sysMypageLogin .sysButton {
  width: 49%;
  margin-left: 1%;
  font-size: 15px;
}
/***********************************
  ヘッダー
***********************************/
.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 {
  max-width: 1100px;
  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;
}
.logo img {
  width: 180px;
  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;
}
.header .g_navi li {
  float: left;
  text-align: center;
}
.header .g_navi li a {
  display: block;
  width: 120px;
  margin: 15px 5px 0;
  height: 30px;
  line-height: 28px;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid #222222;
  border-radius: 20px;
}
.header .g_navi li i {
  margin-right: 5px;
}
/***********************************
  カート情報
***********************************/
#cartInfo {
  float: left;
  position: relative;
  margin-top: 15px;
  margin-left: 5px;
  width: 120px;
  height: 30px;
  line-height: 28px;
  font-weight: bold;
  font-size: 12px;
  border-radius: 20px;
  border: 1px solid #222222;
  background: #222222;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding-top: -10px;
}
#cartInfo p.cartTxt {
  margin: -2px;
  line-height: 21px;
  padding-top: 5px;
  font-size: 10px;
}
#cartInfo p img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}
#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;
}
.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: #da4636;
  font-weight: bold;
  padding: 0 5px;
}
.h_cart .sysCartInfoCartIn a {
  display: block;
  background: #000;
  color: #fff;
  width: 100%;
  margin: 10px 0% 5px;
  height: 50px;
  padding: 12px 0 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: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  margin-left: 5px;
  color: #222222;
  background: #fff;
  border-radius: 10px;
}
/***********************************
  ナビゲーション
***********************************/
.h_navi {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
}
#headNavigation {
  max-width: 1100px;
  margin: 0 auto;
  height: 60px;
}
#headNavigation .pcnone {
  display: none;
}
#headNavigation li.tab1 {
  width: 220px;
  float: left;
  text-align: center;
}
#headNavigation li a {
  display: block;
  font-weight: 700;
}
#headNavigation li a span {
  display: block;
  font-size: 10px;
}
.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.tab1 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;
}
/***********************************
  フッター
***********************************/
.footer {
  width: 100%;
  margin: 50px 0 0;
  text-align: center;
  background: #ededed;
  letter-spacing: 2px;
}
.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 .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: 12px 20px 12px 6px !important;
  letter-spacing: 1px;
  border-bottom: 1px dotted #cdcdcd !important;
  display: block !important;
}
.side_navi a:after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  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: 20px;
  letter-spacing: 3px;
}
.sysTitle b, .sysHeadline b {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #a55263;
  opacity: .8;
}
.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;
}
.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;
}
/***********************************
  特商法テーブルレイアウト
***********************************/
#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%;
}
/***********************************
   お買い物ガイド
***********************************/
.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;
}
.guideBlock {
  padding-top: 30px;
}
/*商品購入ステップ*/
.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: #a55263;
}
.common_btn a:hover {
  background: #c2546b /*#999*/ ;
}
.common_btn a i {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
}
/***********************************
  TOPページ
***********************************/
/*スライダー*/
#slider {
  display: none;
}
.top_slider {
  padding-top: 110px;
  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;
  border: 1px solid rgb(224, 224, 224);
  box-sizing: border-box;
}
.top_newarrival li {
  float: none !important;
  display: inline-block;
  width: calc(100% / 3) !important;
  margin: 0 !important;
  padding: 25px !important;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid rgb(224, 224, 224);
  border-bottom: 1px solid rgb(224, 224, 224);
}
.top_newarrival li:nth-child(3n) {
  border-right: none;
}
.top_newarrival li:nth-last-child(1), .top_newarrival li:nth-last-child(2):nth-child(3n+1), .top_newarrival li:nth-last-child(2):nth-child(3n+2), .top_newarrival li:nth-last-child(3):nth-child(3n+1) {
  border-bottom: none;
}
.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: 17px;
  float: right;
}
/*クロネコペイボタン装飾調整*/
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;
}
/*ソーシャルギフト*/
.opcSocialGiftLetter_message_edit {
  height: 200px
}
.opcSocialGiftLetter_letterImagePreviewAndMessageGroup_edit {
  width: 80%
}
.opcSocialGiftLetter_letterImageAndTitleGroup_edit {
  width: 20%;
  float: left;
  margin-right: 10px;
}
.opcSocialGiftLetter_messageTitleAndMessageGroup_edit {
  clear: both;
}
input.opcSocialGiftLetter_letterImageId_edit.opcCommonInputRadio:checked ~ .opcSocialGiftLetter_imageUrlGroup_edit {
  border: 3px solid #c03d3d;
}
.opcSocialGiftLetter_letterImageId_edit, .opcSocialGiftLetter_letterImageIdTitle_edit {
  display: none;
}
.sysSocialGiftReceiveUrlSendLineButton {
  background: #00B900 !important;
  color: #fff !important;
  border: none !important;
}
.sysSocialGiftReceiveGiftLetterArea {
  width: 70%;
  border: 1px solid #999;
  border-radius: 5px;
  margin: 0 auto;
}
.sysSocialGiftReceiveGiftLetterMessage {
  padding: 10px;
}
.opcSocialGiftLetter_messageTitleLabel {
  display: none;
}
.sysSocialGiftReceiveGiftLetterMessage {
  height: 200px
}
.sysSocialGiftReceiveButton {
  font-weight: bold;
  width: 30% !important;
  font-size: 20px;
  width: 70% !important;
}
/*カレンダー調整*/
.sysNextCalendar {
  z-index: 0;
}
.sysPrevCalendar {
  z-index: 0;
}
/*2023.11.29追加*/
/*コーディネート用　関連商品*/
.side_navi_title {
  margin-bottom: 0;
  border-bottom: 1px solid #000;
}
.side_navi_title {
  border-color: ;
  border-style: solid;
  border-radius: 0px;
  border-width: 0px;
  box-shadow: 0px 0px 0px grey;
  margin-bottom: 10px;
}
.side_navi_title .sysHeadline {
  font-size: 13px;
  padding: 0;
  border-bottom: 1px dotted #cdcdcd !important;
}
.side_navi_title .sysHeadline, .side_navi_item .sysContent {
  width: 100% !important;
  margin-left: 0px !important;
}
.side_navi_title .sysHeadline {
  font-size: 14px;
  margin: 0 !important;
  text-align: left;
  font-weight: bold;
  letter-spacing: 2px;
  width: auto;
  border-bottom: 1px solid #222222 !important;
}
.side_navi_title .sysHeadline a {
  display: block;
  border-bottom: none !important;
}
.side_navi_title a {
  position: relative;
  padding: 7px 5px !important;
  letter-spacing: 1px;
  border-bottom: 1px dotted #cdcdcd !important;
}
.side_navi_title a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  display: block;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
}
.side_navi_title .sysHeadline::before {
  height: 0px !important;
}
.sysItemSearchFormItemCategoryGroups label {
  border: 1px solid #bbb;
  border-radius: 10px;
  display: block;
  background-color: #fff;
}
.sysItemSearchFormItemCategoryGroups input[type="radio"]:checked + label {
  background-color: rgb(235, 145, 56);
  border: 1px solid rgb(235, 145, 56);
}
.sysItemSearchFormItemCategoryGroups input[type="checkbox"]:checked + label {
  background-color: rgb(235, 145, 56);
  border: 1px solid rgb(235, 145, 56);
}
.sysItemSearchFormItemCategoryGroups input[type="radio"] {
  display: none;
}
.sysItemSearchFormItemCategoryGroups input[type="checkbox"] {
  display: none;
}
.sysItemSearchFormItemCategoryGroups ul {
  display: flex;
  flex-wrap: wrap;
}
.sysItemSearchFormItemCategoryGroups li {
  width: 32%;
  height: 30px;
  text-align: center;
  font-size: 1rem;
}
.sysItemSearchFormItemCategoryGroups > div {
  padding: 0 0 30px 0;
}
.sysItemSearchFormItemCategoryGroups ul li:nth-child(n+4) {
  margin-top: 2%;
}
@media (min-width: 750px) {
  .sysItemSearchFormItemCategoryGroups li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .sysItemSearchFormItemCategoryGroups li {
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
  }
  .sysItemSearchFormItemCategoryGroups label {
    height: 50px;
    line-height: 50px;
  }
}
/*2023.9.20追加*/
/*コーディネート用　関連商品*/
/*.coord-item {
	background-color: #faf6f8;
	padding: 20px 10px!important;
	margin-top: 30px;
}
.set-coord-clone {
	margin-top: 0px;
	border-top: dashed 1px #666;
}
.coord-item .sysHeadline {
	width: 100%;
	box-sizing: border-box;
	background-color: #faf6f8;
	padding: 5px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 20px!important;
}
.coord-item .sysHeadline:before {
	display: none;
}
.coord-item .sysContent .sysHorizontal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	width: 100%;
}
.coord-item .sysContent .sysHorizontal:after {
	display: none;
}
.coord-item .sysContent .sysHorizontal li {
	width: 49%;
	padding: 10px;
	float: none;
	display: flex;
	flex-direction: column;
	background-color: #FFF;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.coord-item .sysContent .sysHorizontal li:nth-child(2n) {
	margin-left: 1%;
}
.coord-item .sysContent .sysHorizontal li:nth-child(2n+1) {
	margin-right: 1%;
}
.coord-item .sysContent .sysHorizontal li .sysItemImage a {
	display: block;
	width: 100%;
	position: relative;
}
.coord-item .sysContent .sysHorizontal li .sysItemImage a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.coord-item .sysContent .sysHorizontal li .sysItemImage a img {
	object-fit: contain;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.coord-item .sysContent .sysHorizontal li .sysItemName {
	flex-grow: 1;
	border-bottom: dashed 1px #999;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	margin-bottom: .5em;
	padding: 5px 0;
}
.coord-item .sysContent .sysHorizontal li .sysItemName a {
	font-size: 1.2rem;
	display: block;
}*/
/*2023.9.21追加*/
/* 商品総合ページ用　サイズ選択
 *----------------------------------------------------------------------*/
.select_choice {
  background-color: #faf6f8;
  padding: 30px 10px !important;
  margin-top: 30px;
  border: solid 1px #CCC;
}
.select_choice h2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
}
.select_choice .select_choice_option {
  position: relative;
  background: #FFF;
  box-sizing: border-box;
  border: solid 1px #999;
  width: 100%;
  border-radius: 8px;
}
.select_choice select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0 10px;
  border: 0;
  min-height: 45px;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  width: 100%;
  background-color: transparent;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.select_choice .select_choice_option:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%) rotate(135deg);
}
/*2023.9.26追加*/
/* 商品総合ページ用　サイズ選択
 *----------------------------------------------------------------------*/
.sizelist {
  background-color: #faf6f8;
  padding: 30px 10px !important;
  margin-top: 30px;
  margin-bottom: 30px;
  border: solid 1px #CCC;
}
.sizelist h2 {
  text-align: center;
  font-size: 16px;
  width: 100%;
  margin: 0 auto 15px !important;
  letter-spacing: 0.05em;
}
.sizelist h2:before {
  display: none !important;
}
.sizelist .sysItemBlock ul li {
  margin-top: 10px;
}
.sizelist .sysItemBlock ul li .sysItemName a {
  position: relative;
  background: #FFF;
  box-sizing: border-box;
  border: solid 1px #999;
  width: 100%;
  border-radius: 5px;
  display: block;
  font-size: 14px;
  padding: 5px 20px 5px 22px;
}
.sizelist .sysItemBlock ul li .sysItemName a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 8px;
  /*top: 13px;*/
  top: 50%;
  transform: translate(0, -50%);
}
.sizelist .sysItemBlock ul li .sysItemName a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
.sizelist .sysItemBlock ul li .sysItemName a:hover {
  background: #a55263;
  color: #FFF;
}
.sizelist .sysItemBlock ul li .sysItemName a:hover:before {
  background-color: #FFF;
}
.sizelist .sysItemBlock ul li .sysItemName a:hover:after {
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
}
/*2023.10.13追加*/
/* TOP・商品一覧
 *----------------------------------------------------------------------*/
/*画像サイズ*/
.sysContent .sysHorizontal .sysItemImage img, .sysItemList ul.sysThumbnail li .sysThumbnailImage img, .sysItemList ul.sysList li .sysThumbnailImage img {
  width: 100%;
  vertical-align: middle;
  aspect-ratio: 765/1020;
  object-fit: contain;
}
/*個別枠*/
.sysItemList ul.sysThumbnail li, .sysItemList ul.sysList li {
  box-sizing: border-box;
  padding: 15px;
}
/*商品名*/
.sysItemBlock .sysHorizontal .sysItemName, .sysItemList .sysItemName {
  border-bottom: solid 1px #000;
  margin-bottom: 8px;
  /*padding-bottom: 5px;*/
  /*text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;*/
  line-height: 1.3;
}
.sysItemList .sysItemName {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sysItemBlock .sysHorizontal .sysItemName a, .sysItemList .sysItemName a {
  font-size: 12px;
}
/*価格*/
.sysItemBlock .sysHorizontal .sysItemPrice, .sysItemList .sysItemPrice, .sysItemList .sysRetailPrice {
  color: #bf1a20;
  font-weight: bold;
}
/*2023.10.13追加*/
/* 商品一覧（サムネイルタイプ）
 *----------------------------------------------------------------------*/
.sysItemList ul.sysThumbnail, .sysItemList ul.sysList {
  font-size: 0;
  text-align: left;
  border: 1px solid rgb(224, 224, 224);
  box-sizing: border-box;
}
.sysItemList .sysThumbnail li, .sysItemList .sysList li {
  float: none !important;
  display: inline-block;
  width: calc(100% / 3) !important;
  margin: 0 !important;
  padding: 20px !important;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid rgb(224, 224, 224);
  border-bottom: 1px solid rgb(224, 224, 224);
}
#sysMain .sysThumbnail li a, #sysMain ul .sysItemImage a {
  display: block;
}
.sysItemList .sysThumbnail li:nth-child(3n), .sysItemList .sysList li:nth-child(3n) {
  border-right: none;
}
.sysItemList .sysThumbnail li:nth-last-child(1), .sysItemList .sysThumbnail li:nth-last-child(2):nth-child(3n+1), .sysItemList .sysThumbnail li:nth-last-child(2):nth-child(3n+2), .sysItemList .sysThumbnail li:nth-last-child(3):nth-child(3n+1), .sysItemList .sysList li:nth-last-child(1), .sysItemList .sysList li:nth-last-child(2):nth-child(3n+1), .sysItemList .sysList li:nth-last-child(2):nth-child(3n+2), .sysItemList .sysList li:nth-last-child(3):nth-child(3n+1) {
  border-bottom: none !important;
}
/*2023.12.26追加*/
/* 商品一覧（表示をサムネイルと同じにする）
 *----------------------------------------------------------------------*/
.sysItemList ul.sysList li {
  border-top: none;
}
.sysItemList ul.sysList li .sysThumbnailImage {
  width: 100%;
  max-width: none;
  float: none;
  margin-right: 0;
}
/*2023.10.13追加*/
/* 商品一覧（表示タイプ切り替え）
 *----------------------------------------------------------------------*/
.sysItemListDisp {
  margin-bottom: 30px;
}
.sysItemListDisp .sysItemListViewType {
  display: none;
}
/*2023.12.14追加*/
/* TOP・商品一覧
 *----------------------------------------------------------------------*/
.top_newarrival ul {
  display: flex;
  flex-wrap: wrap;
}
.top_newarrival ul li {
  display: flex;
  flex-flow: column;
}
.sysItemList .sysThumbnailImage ~ div {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
}
.sysItemBlock .sysHorizontal .sysItemName, .sysItemList .sysItemName {
  flex-grow: 1;
  display: flex;
  align-items: center;
  text-align: left;
  border-bottom: none;
  padding: 8px 0 0;
}
.sysItemBlock .sysHorizontal .sysItemPrice, .sysItemList .sysItemPrice, .sysItemList .sysRetailPrice {
  font-size: 15px;
  margin-top: .8em;
}
.sysItemBlock .sysHorizontal .sysItemName a, .sysItemList .sysItemName a {
  line-height: 1.8;
}
@media screen and (min-width:601px) {
  .sysItemBlock .sysHorizontal .sysItemName a, .sysItemList .sysItemName a {
    font-size: 14px;
  }
}
@media screen and (max-width:600px) {
  .sysItemBlock .sysHorizontal .sysItemPrice, .sysItemList .sysItemPrice, .sysItemList .sysRetailPrice {
    margin-top: 0;
  }
}
.sysItemBlock .sysHorizontal #sysDescriptionMobile, .sysItemList #sysDescriptionMobile {
  display: block !important;
  color: #555;
  text-align: left;
}
.sysItemBlock .sysHorizontal #sysDescriptionPc, .sysItemList #sysDescriptionPc, .sysItemList #sysDescriptionPc {
  display: none !important;
}
/*2023.10.13追加*/
/* お気に入りボタン
 *----------------------------------------------------------------------*/
/*.sysButton {
	background: transparent;
	background-color: transparent;
    border: none;
    border-radius: 0;
    text-decoration: none;

	display: inline-block;
	width: 30px;
	height: 30px;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
	background-image: url("/img/common/favorite.svg");
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: center center;
	
	text-indent:200%;
	white-space:nowrap;
	overflow:hidden;
}
.sysWishListButton {
	background: transparent;
	background-color: transparent;
    border: none;
    border-radius: 0;
    text-decoration: none;

	display: inline-block;
	width: 30px;
	height: 30px;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
	background-image: url("/img/common/favoritew.svg");
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: center center;
	
	text-indent:200%;
	white-space:nowrap;
	overflow:hidden;
}
.sysWishListButton:hover {
	background: transparent;
	background-image: url("/img/common/favoritew.svg");
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: center center;
}*/
/*2023.10.16追加*/
/* 検索部分をアコーディオン表示
 *----------------------------------------------------------------------*/
#sysMain .sysFuncItemSearch {
  margin-top: 30px;
  margin-bottom: 30px;
}
#sysMain .sysFuncItemSearch .sysHeadline {
  background-color: #a55263;
  border: solid 1px #a55263;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0 !important;
  padding: 10px !important;
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
}
#sysMain .sysFuncItemSearch .sysContent {
  display: none;
  background-color: #FFF;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 20px !important;
  border: solid 1px #a55263;
  border-top: none;
}
#sysMain .sysFuncItemSearch .sysHeadline::before, #sysMain .sysFuncItemSearch .sysHeadline::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 1s;
}
#sysMain .sysFuncItemSearch .sysHeadline::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 1s;
}
#sysMain .sysFuncItemSearch .sysHeadline.open::before {
  opacity: 0;
}
#sysMain .sysFuncItemSearch .sysHeadline.open::after {
  transform: translateY(-50%) rotate(180deg);
}
/*2023.10.16追加*/
/* 商品カテゴリページから子カテゴリで絞り込み
 *----------------------------------------------------------------------*/
.sysItemCategoryCtl a {
  background: #FFF;
}
/*2023.10.16追加*/
/* 検索
 *----------------------------------------------------------------------*/
#sysItemSearch #sysMain .sysItemSearchForm {
  background-color: #FFF;
  box-sizing: border-box;
  border: solid 1px #a55263;
  padding: 30px 20px;
}
.sysItemSearchFormItemCategoryGroups {
  margin-top: 30px;
}
.sysItemSearchFormItemCategoryGroups div ul li label {
  cursor: pointer;
}
.sysItemSearchFormItemCategoryGroups div ul li label:hover {
  color: #a55263;
  border: solid 1px #a55263;
}
.sysItemSearchFormItemCategoryGroups input[type="checkbox"]:checked + label {
  background-color: #a55263;
  color: #FFF;
  cursor: pointer;
}
/*2023.10.16追加*/
/* 検索（デフォルトカテゴリーで絞り込み）
 *----------------------------------------------------------------------*/
.sysItemSearchFormCategory {
  display: none;
}
/*2023.10.16追加*/
/* 検索（複数のカテゴリで絞り込み）
 *----------------------------------------------------------------------*/
.sysItemSearchFormItemCategoryGroupsTitle {
  color: #a55263;
  border-bottom: double 3px #a55263;
  display: block;
  margin: 10px 0 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}
/*2023.10.16追加*/
/* 検索（カテゴリーを選択する）
 *----------------------------------------------------------------------*/
.itemCategoryGroup0 .itemCategoryGroupTitle0 {
  color: #a55263;
  border-bottom: dashed 1px #a55263;
  display: block;
  margin: 10px 0 20px;
  text-align: center;
  font-size: 14px;
  padding-bottom: 5px;
}
.itemCategoryGroup0 ul li:nth-child(n+4), .itemCategoryGroup0 ul li:not(:nth-child(3n)), .itemCategoryGroup0 ul li {
  width: 32%;
  margin: 5px .5%;
  display: flex;
  height: auto !important;
  min-height: 50px;
}
.itemCategoryGroup0 ul li label {
  font-size: 13px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 10px;
  height: auto !important;
  line-height: 1.5 !important;
}
/*2023.11.29追加*/
/* 検索（選択できる・できないもの）2024.1.12機能中止
 *----------------------------------------------------------------------*/
/* 通常 */
/*.sysItemSearchFormItemCategoryGroups ul li input[type="checkbox"] + label {
	background-color: #FFF;
	border: solid 1px #bbb;
	color: #000;
	cursor: pointer;
}*/
/* 無効の項目 */
/*.first-search .sysItemSearchFormItemCategoryGroups ul li input[disabled*="disabled"] + label,
.result .sysItemSearchFormItemCategoryGroups ul li input[disabled*="disabled"] + label {
	background-color: #ececec;
	border: solid 1px #ececec;
	color: #333;
	cursor: default;
}
*/
/*.sysItemSearchFormItemCategoryGroups ul li input.input-enabled + label {
	background-color: #FFF;
	border: solid 1px #bbb;
	color: #000;
	cursor: pointer;
}
.first-search .sysItemSearchFormItemCategoryGroups ul li input[disabled*="disabled"] + label,
.result .sysItemSearchFormItemCategoryGroups ul li input[disabled*="disabled"] + label {
	background-color: #ececec;
	border: solid 1px #ececec;
	color: #333;
	cursor: default;
}
.first-search .sysItemSearchFormItemCategoryGroups ul li:hover input[disabled*="disabled"] + label,
.result .sysItemSearchFormItemCategoryGroups ul li:hover input[disabled*="disabled"] + label {
	border: solid 1px #ececec;
}

.sysItemSearchFormItemCategoryGroups ul li input.input-disabled + label {
	background-color: #ececec;
	border: solid 1px #ececec;
	color: #333;
	cursor: default;
}
.sysItemSearchFormItemCategoryGroups ul li input.input-nochecked + label {
	background-color: #ececec;
	border: solid 1px #ececec;
	color: #333;
	cursor: default;
}
.sysItemSearchFormItemCategoryGroups ul li:hover input.input-disabled + label {
	border: solid 1px #ececec;
}*/
/*2023.10.16追加*/
/* 検索（カラーを選択）
 *----------------------------------------------------------------------*/
.itemCategoryGroup1 .itemCategoryGroupTitle1 {
  color: #a55263;
  border-bottom: dashed 1px #a55263;
  display: block;
  margin: 10px 0 20px;
  text-align: center;
  font-size: 14px;
  padding-bottom: 5px;
}
.itemCategoryGroup1 ul li:nth-child(n+4), .itemCategoryGroup1 ul li:not(:nth-child(3n)), .itemCategoryGroup1 ul li {
  width: 32%;
  margin: 5px .5%;
  display: flex;
  height: auto !important;
  min-height: 50px;
}
.itemCategoryGroup1 ul li label {
  font-size: 13px;
  display: flex;
  width: 100%;
  height: auto !important;
  line-height: 1.5 !important;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.itemCategoryGroup1 ul li label:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FFF;
  border: solid 1px #CCC;
  margin-right: 5px;
  flex-shrink: 0;
}
/*赤系*/
.itemCategoryGroup1 ul li label[for="group1_category0"]:before, .itemCategoryGroup1 ul li:nth-child(1) label:before {
  background-color: #e60033;
}
/*青・ブルー系*/
.itemCategoryGroup1 ul li label[for="group1_category1"]:before, .itemCategoryGroup1 ul li:nth-child(2) label:before {
  background-color: #0095d9;
}
/*緑・グリーン系*/
.itemCategoryGroup1 ul li label[for="group1_category2"]:before, .itemCategoryGroup1 ul li:nth-child(3) label:before {
  background-color: #3eb370;
}
/*黒系*/
.itemCategoryGroup1 ul li label[for="group1_category3"]:before, .itemCategoryGroup1 ul li:nth-child(4) label:before {
  background-color: black;
}
/*白系*/
.itemCategoryGroup1 ul li label[for="group1_category4"]:before, .itemCategoryGroup1 ul li:nth-child(5) label:before {
  background-color: white;
}
/*ピンク系*/
.itemCategoryGroup1 ul li label[for="group1_category5"]:before, .itemCategoryGroup1 ul li:nth-child(6) label:before {
  background-color: #f2a0a1;
}
/*藤色・紫系*/
.itemCategoryGroup1 ul li label[for="group1_category6"]:before, .itemCategoryGroup1 ul li:nth-child(7) label:before {
  background-color: #7058a3;
}
/*水色*/
.itemCategoryGroup1 ul li label[for="group1_category7"]:before, .itemCategoryGroup1 ul li:nth-child(8) label:before {
  background-color: #a0d8ef;
}
/*紺系*/
.itemCategoryGroup1 ul li label[for="group1_category8"]:before, .itemCategoryGroup1 ul li:nth-child(9) label:before {
  background-color: #164a84;
}
/*黄色・イエロー系*/
.itemCategoryGroup1 ul li label[for="group1_category9"]:before, .itemCategoryGroup1 ul li:nth-child(10) label:before {
  background-color: #ffd900;
}
/*オレンジ系*/
.itemCategoryGroup1 ul li label[for="group1_category10"]:before, .itemCategoryGroup1 ul li:nth-child(11) label:before {
  background-color: #f08300;
}
/*茶色*/
.itemCategoryGroup1 ul li label[for="group1_category11"]:before, .itemCategoryGroup1 ul li:nth-child(12) label:before {
  background-color: #9f6f55;
}
/*グレー系*/
.itemCategoryGroup1 ul li label[for="group1_category12"]:before, .itemCategoryGroup1 ul li:nth-child(13) label:before {
  background-color: #dcdddd;
}
/*金・ゴールド*/
.itemCategoryGroup1 ul li label[for="group1_category13"]:before, .itemCategoryGroup1 ul li:nth-child(14) label:before {
  background-color: #e6b422;
}
/*クリーム・ベージュ系*/
.itemCategoryGroup1 ul li label[for="group1_category14"]:before, .itemCategoryGroup1 ul li:nth-child(15) label:before {
  background-color: #fde8d0;
}
/*パステルカラー*/
.itemCategoryGroup1 ul li label[for="group1_category15"]:before, .itemCategoryGroup1 ul li:nth-child(16) label:before {
  background-image: linear-gradient(to top, #fad0c4 0%, #ffd1ff 100%);
}
/*2024.01.11追加*/
/* 検索（サイズを選択する）
 *----------------------------------------------------------------------*/
.itemCategoryGroup2 .itemCategoryGroupTitle2 {
  color: #a55263;
  border-bottom: dashed 1px #a55263;
  display: block;
  margin: 10px 0 20px;
  text-align: center;
  font-size: 14px;
  padding-bottom: 5px;
}
.itemCategoryGroup2 ul li:nth-child(n+4), .itemCategoryGroup2 ul li:not(:nth-child(3n)), .itemCategoryGroup2 ul li {
  width: 32%;
  margin: 5px .5%;
  display: flex;
  height: auto !important;
  min-height: 50px;
}
.itemCategoryGroup2 ul li label {
  font-size: 13px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 10px;
  height: auto !important;
  line-height: 1.5 !important;
}
/*2024.04.02追加*/
/* 検索（サイズを選択する）
 *----------------------------------------------------------------------*/
.itemCategoryGroup3 .itemCategoryGroupTitle3 {
  color: #a55263;
  border-bottom: dashed 1px #a55263;
  display: block;
  margin: 10px 0 20px;
  text-align: center;
  font-size: 14px;
  padding-bottom: 5px;
}
.itemCategoryGroup3 ul li:nth-child(n+4), .itemCategoryGroup3 ul li:not(:nth-child(3n)), .itemCategoryGroup3 ul li {
  width: 32%;
  margin: 5px .5%;
  display: flex;
  height: auto !important;
  min-height: 50px;
}
.itemCategoryGroup3 ul li label {
  font-size: 13px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 10px;
  height: auto !important;
  line-height: 1.5 !important;
}
/*2024.01.11追加*/
/* 検索（価格を選択する）
 *----------------------------------------------------------------------*/
.itemCategoryGroup4 .itemCategoryGroupTitle4 {
  color: #a55263;
  border-bottom: dashed 1px #a55263;
  display: block;
  margin: 10px 0 20px;
  text-align: center;
  font-size: 14px;
  padding-bottom: 5px;
}
.itemCategoryGroup4 ul li:nth-child(n+4), .itemCategoryGroup4 ul li:not(:nth-child(3n)), .itemCategoryGroup4 ul li {
  width: 32%;
  margin: 5px .5%;
  display: flex;
  height: auto !important;
  min-height: 50px;
}
.itemCategoryGroup4 ul li label {
  font-size: 13px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 10px;
  height: auto !important;
  line-height: 1.5 !important;
}
/*2024.01.11追加*/
/* 検索（サイズを選択する）
 *----------------------------------------------------------------------*/
.itemCategoryGroup5 .itemCategoryGroupTitle5 {
  color: #a55263;
  border-bottom: dashed 1px #a55263;
  display: block;
  margin: 10px 0 20px;
  text-align: center;
  font-size: 14px;
  padding-bottom: 5px;
}
.itemCategoryGroup5 ul li:nth-child(n+4), .itemCategoryGroup5 ul li:not(:nth-child(3n)), .itemCategoryGroup5 ul li {
  width: 32%;
  margin: 5px .5%;
  display: flex;
  height: auto !important;
  min-height: 50px;
}
.itemCategoryGroup5 ul li label {
  font-size: 13px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 5px 10px;
  height: auto !important;
  line-height: 1.5 !important;
}
/*2023.10.16追加*/
/* 検索（カレンダー）
 *----------------------------------------------------------------------*/
.sysRentalSchedules {
  margin-bottom: 30px;
}
.sysRentalSchedules .sysRentalStartDate {
  color: #a55263;
  border-bottom: dashed 1px #a55263;
  display: block;
  margin: 10px 0 20px;
  text-align: center;
  font-size: 14px;
  padding-bottom: 5px;
}
/*2023.10.16追加*/
/* 検索（入力フォーム）
 *----------------------------------------------------------------------*/
.sysItemSearchFormWord input[type="search"], .sysItemSearchFormRange input[type="text"] {
  margin: 0;
  padding: 0;
  background: none;
  border: 1px solid #d0d0d0 !important;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sysItemSearchFormRange input[type="text"] {
  width: 8em !important;
  margin-right: 3px;
}
/*2023.10.16追加*/
/* 検索ボタン
 *----------------------------------------------------------------------*/
#sysMain .sysSearchButton {
  display: block;
  margin: 10px auto 25px!important;
  width: 100%;
  border: none;
  background: #222222;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 15px 5px !important;
  background: #a55263!important;
  /*background: linear-gradient(to bottom, #b8156b 1%, #580e35 100%) !important;*/
}
#sysMain .sysSearchButton:hover {
  /*background: linear-gradient(to bottom, #c61752 1%, #7a133a 100%) !important;*/
  background: #c2546b!important;
}
/*2023.10.16追加*/
/* 左サイド　バナー
 *----------------------------------------------------------------------*/
#sysAside .sysFuncBanner {
  margin: 30px 0;
}
/*2023.10.18追加*/
/* 表示順・数の選択されているもの
 *----------------------------------------------------------------------*/
.sysItemCategoryCtl .sysCurrent {
  color: #a55263;
  border: solid 1px #a55263;
}
/*2023.10.18追加*/
/* 商品サイズページの関連商品
 *----------------------------------------------------------------------*/
.item-kanren {
  margin-top: 80px;
}
/*.item-kanren .sysHeadline {
	color: #FFF;
	border: solid 1px #a55263;
	background-color: #a55263;
	display: block;
	margin: 10px 0 25px!important;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.item-kanren .sysHeadline:before {
	display: none;
}*/
.coord-item .sysHeadline:before {
  display: none;
}
.coord-kanren-txt p {
  display: none;
}
.coord-item .coord-hakama-kanren-txt {
  margin: 40px auto;
  text-align: center;
  line-height: 1.8;
}
/*個別枠*/
.item-kanren .sysContent .sysHorizontal li, .coord-item .sysContent .sysHorizontal li {
  box-sizing: border-box;
  padding: 15px;
}
.item-kanren .sysContent .sysHorizontal, .coord-item .sysContent .sysHorizontal {
  font-size: 0;
  text-align: left;
  border: 1px solid rgb(224, 224, 224);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.item-kanren .sysContent .sysHorizontal li, .coord-item .sysContent .sysHorizontal li {
  float: none !important;
  display: flex;
  flex-flow: column;
  margin: 0 !important;
  padding: 25px !important;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid rgb(224, 224, 224);
  border-bottom: 1px solid rgb(224, 224, 224);
}
.item-kanren .sysContent .sysHorizontal li div, .coord-item .sysContent .sysHorizontal li div {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
}
@media screen and (min-width:601px) {
  .item-kanren .sysContent .sysHorizontal li, .coord-item .sysContent .sysHorizontal li {
    width: calc(100% / 3) !important;
  }
  .item-kanren .sysContent .sysHorizontal li:nth-child(3n), .coord-item .sysContent .sysHorizontal li:nth-child(3n) {
    border-right: none;
  }
  .item-kanren .sysContent .sysHorizontal li:nth-last-child(1), .item-kanren .sysContent .sysHorizontal li:nth-last-child(2):nth-child(3n+1), .item-kanren .sysContent .sysHorizontal li:nth-last-child(2):nth-child(3n+2), .item-kanren .sysContent .sysHorizontal li:nth-last-child(3):nth-child(3n+1), .coord-item .sysContent .sysHorizontal li:nth-last-child(1), .coord-item .sysContent .sysHorizontal li:nth-last-child(2):nth-child(3n+1), .coord-item .sysContent .sysHorizontal li:nth-last-child(2):nth-child(3n+2), .coord-item .sysContent .sysHorizontal li:nth-last-child(3):nth-child(3n+1) {
    border-bottom: none;
  }
}
/* --------  タブレット調整   --------*/
@media screen and (max-width:600px) {
  .item-kanren .sysContent .sysHorizontal li, .coord-item .sysContent .sysHorizontal li {
    width: 50% !important;
  }
  .item-kanren .sysContent .sysHorizontal li:nth-child(2n), .coord-item .sysContent .sysHorizontal li:nth-child(2n) {
    border-right: none;
  }
  .item-kanren .sysContent .sysHorizontal li:nth-last-child(1), .item-kanren .sysContent .sysHorizontal li:nth-last-child(2):nth-child(3n+1), .coord-item .sysContent .sysHorizontal li:nth-last-child(1), .coord-item .sysContent .sysHorizontal li:nth-last-child(2):nth-child(3n+1) {
    border-bottom: none;
  }
}
/*2023.10.18追加*/
/* シーンから選ぶ
 *----------------------------------------------------------------------*/
.scene-btn .sysContent ul {
  display: flex;
}
.scene-btn .sysContent ul li {
  width: calc(100% / 6);
}
/*2023.10.18追加*/
/* シーンから選ぶ
 *----------------------------------------------------------------------*/
.scene-contents .sysContent ul {
  display: flex;
}
.scene-contents .sysContent ul li {
  width: calc(100% / 3);
}
.scene-contents {
  display: none;
}
.scene-contents.show {
  display: block;
}
#sysMain .sysFuncItemSearch .sysHeadline:hover {
  background-color: #b44c62;
}
/*2023.10.18追加*/
/* クーポン
 *----------------------------------------------------------------------*/
.coupon-btn a {
  display: block;
  width: 94%;
  max-width: 350px;
  background-color: #ff5b82;
  border-radius: 5px;
  color: #FFF;
  box-sizing: border-box;
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.coupon-btn a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
.coupon-btn a:hover {
  background-color: #ff3061;
}
/*2023.10.20追加*/
/* 検索へのボタン
 *----------------------------------------------------------------------*/
#sysMain .search-item-btn {
  margin-top: 50px;
  margin-bottom: 30px;
}
/*#sysMain .search-item-btn .sysHeadline {
	display: none;
}*/
#sysMain .search-item-btn .sysContent p a {
  /*background-color: #a55263;
	border: solid 1px #a55263;*/
  background-image: url(/img/common/bg_red2.jpg);
  background-repeat: repeat;
  width: 100%;
  display: block;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  margin: 0 !important;
  padding: 25px 10px !important;
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
}
#sysMain .search-item-btn .sysContent p a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
#sysMain .search-item-btn .sysContent p a:hover {
  /*background-color: #b85468;*/
  opacity: .8;
}
/* --------  タブレット調整   --------*/
@media screen and (max-width:600px) {
  #sysMain .search-item-btn .sysContent p a {
    font-size: 18px;
  }
}
/*2023.10.30追加*/
/* オプション　基本設定
 *----------------------------------------------------------------------*/
#sysSelections input[type="text"], .set-options-tome input[type="text"] {
  margin: 0;
  padding: 3px 5px !important;
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #CCC;
  border-radius: 5px;
}
.sysSelectionDescription {
  margin: 5px 0 10px;
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}
#sysSelections select, #sysSelections .select-listbox {
  margin-bottom: 0 !important;
}
#sysSelections > div, .set-options-tome {
  position: relative;
}
#sysSelections p.cap, .set-options-tome p.cap {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 12px;
  padding: 0;
}
.opcItem_itemOptionAndLabelGroup_edit {
  position: relative;
}
.opcItem_itemOptionDescription_edit .cap {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 12px;
  padding: 0;
}
/*2023.10.30追加*/
/* セット割引の案内
 *----------------------------------------------------------------------*/
.set-options-box {
  box-sizing: border-box;
  padding: 1em;
  border: solid 1px #a55263;
  margin: 25px 0 !important;
}
.set-options-box h3 {
  font-size: 15px;
  text-align: center;
  border-bottom: dashed 1px #a55263;
  margin: 10px 0 15px !important;
  font-weight: bold;
}
.set-options-box p {
  margin: 0 !important;
}
.set-options-box p.read {
  margin: 0 0 10px !important;
}
.set-options-box p.att {
  font-size: 12px;
}
/*.set-options-box */ .select-listbox {
  position: relative;
}
/*.set-options-box */ .select-listbox select {
  appearance: none;
  min-width: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  box-sizing: border-box;
  height: 2.8em;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
  position: relative;
}
/*.set-options-box */ .select-listbox::after {
  position: absolute;
  right: 15px;
  width: 10px;
  top: 50%;
  transform: translate(0, -50%);
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}
.set-options-box .modaal-btn {
  background-color: #a55263;
  color: #FFF;
  display: block;
  width: 90%;
  margin: 0 auto 0;
  text-align: center;
  border-radius: 10px;
  padding: .5em;
  box-sizing: border-box;
}
/* 紳士礼服のポップアップ
 *----------------------------------------------------------------------*/
/* モーダルの枠 */
.modaal-container {
  max-width: 1000px !important;
  padding: 30px 2.5%;
  box-sizing: border-box;
}
.modaal-option-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.modaal-option-list li {
  width: calc(100% / 3);
  box-sizing: border-box;
  padding: 15px;
}
.modaal-option-list li .select-pht img {
  width: 100%;
  vertical-align: middle;
  aspect-ratio: 765/1020;
  object-fit: contain;
}
.modaal-option-list li .select-name {
  font-weight: bold;
  margin: 15px !important;
}
.modaal-option-list li .choice {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*設定*/
  background-color: #a55263;
  color: #FFF;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  width: 84%;
  margin: 0 auto;
  padding: 1em .5em;
  box-sizing: border-box;
  font-weight: bold;
}
.modaal-option-list li .choice:hover {
  background-color: #b7576b;
}
.modaal-content-container .select-reset {
  border-top: dashed 1px #CCC;
  padding-top: 20px;
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
}
.modaal-content-container .select-reset .choice {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*設定*/
  background-color: #CCC;
  color: #000;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 1.3em .5em;
  box-sizing: border-box;
  font-weight: bold;
}
.modaal-content-container .select-reset .choice:hover {
  color: #FFF;
}
/* --------  タブレット調整   --------*/
@media screen and (max-width:850px) {
  /* モーダルの枠 */
  .modaal-container .modaal-content-container {
    padding: 30px 0 !important;
    box-sizing: border-box;
  }
  /*.modaal-option-list {
	border: dashed 1px #CCC;
}*/
  .modaal-option-list li {
    width: 50%;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  /*.modaal-option-list li {
	border-bottom: dashed 1px #CCC;
	border-right: dashed 1px #CCC;
}*/
  .modaal-option-list li:nth-child(even) {
    border-right: none;
  }
  .modaal-option-list li .select-name {
    font-size: 12px;
    margin-bottom: .8em;
  }
}
/*----------------------------------------------------
   
   ヘッダー
   
----------------------------------------------------*/
.header_wrap {
  border-bottom: none;
}
#cartInfo {
  background: #a55263;
}
/*----------------------------------------------------
   
   スライダー
   
----------------------------------------------------*/
/*--------------------------------------
   基本設定
--------------------------------------*/
.top_slider {
  margin-bottom: 15px !important;
}
#top-slider {
  margin: 10px auto 0;
  box-sizing: border-box;
  position: relative;
  z-index: 50;
}
#top-slider .swiper .swiper-wrapper li.swiper-slide a {
  display: block;
  width: 100%;
  text-align: center;
}
#top-slider .swiper-wrapper li img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  aspect-ratio: 900 / 600;
}
#top-slider .swiper .swiper-wrapper li.swiper-slide a:hover, #top-slider .swiper .swiper-wrapper li.swiper-slide a:hover img {
  opacity: 1;
}
#top-slider .swiper .swiper-wrapper li {
  opacity: .3;
}
#top-slider .swiper .swiper-wrapper li.swiper-slide-active {
  opacity: 1;
}
/*--------------------------------------
   ページネーション
--------------------------------------*/
#top-slider .swiper-horizontal > .swiper-pagination-bullets, #top-slider .swiper-pagination-bullets.swiper-pagination-horizontal, #top-slider .swiper-pagination-custom, #top-slider .swiper-pagination-fraction, #top-slider .swiper-pagination {
  padding: 10px 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: static;
}
#top-slider .swiper-pagination-bullet {
  height: 5px;
  display: block;
  margin: 3px 5px !important;
  box-sizing: border-box;
  border-radius: 5px;
  background: #f7c5c0;
  opacity: 1;
}
#top-slider .swiper-pagination-bullet-active {
  background-color: #f08b81;
}
#top-slider .swiper-pagination-bullet {
  width: 20px;
}
/*----------------------------------------------------
   
   top お知らせ
   
----------------------------------------------------*/
.top-news .sysContent {
  margin: 0 auto;
  width: 100%;
  padding: 5px !important;
  box-sizing: border-box;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  overflow: hidden;
}
.top-news .sysContent nav {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  position: relative;
  overflow: hidden;
}
.top-news .sysContent nav ul {
  width: 100%;
  position: relative;
}
.top-news .sysContent nav li {
  width: 100%;
  display: none;
}
.top-news .sysContent nav li br {
  display: none;
}
.top-news .sysContent nav li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: center;
}
.top-news .sysContent nav li a time {
  padding-right: 1.5em;
}
.top-news .sysContent nav li a:hover {
  color: #a55263;
}
/*----------------------------------------------------
   
   TOP-特集一覧
   
----------------------------------------------------*/
.features-box .sysContent ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.features-box .sysContent ul li {
  /*display: flex;*/
  flex-direction: column;
  width: 48%;
  box-sizing: border-box;
  margin: 20px 0;
}
.features-box .sysContent ul li a {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.features-box .sysContent ul li a img {
  flex-grow: 1;
}
.features-box .sysContent ul li a .featuresText {
  flex-grow: 1;
}
.features-box .sysContent ul li a .featuresText span {
  color: #a55263;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-top: 8px;
  margin-bottom: 10px;
}
/*----------------------------------------------------
   
   TOP　検索ナビ
   
----------------------------------------------------*/
/* 基本設定 */
.top-nav-content p {
  margin: 0;
}
.top-nav-content .top-nav-bnr li a {
  display: block;
  padding: 1.5em .5em;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
/* ボタン背景画像 */
.top-nav-content .top-nav-bnr li.top-nav-category a {
  background-image: url("/img/common/bg_yellow.jpg");
}
.top-nav-content .top-nav-bnr li.top-nav-scene a {
  background-image: url("/img/common/bg_green.jpg");
}
.top-nav-content .top-nav-bnr li.top-nav-features a {
  background-image: url("/img/common/bg_blue.jpg");
}
.top-nav-content .top-nav-bnr li a span {
  display: inline-block;
  font-weight: 700;
}
.top-nav-content .top-nav-bnr li a span strong {
  font-weight: 700;
  letter-spacing: 0.1em;
}
/*----------------------------------------------------
   
   オリジナルボタン
   
----------------------------------------------------*/
.origin-btn {
  text-align: center;
  margin: 3em 0;
}
.origin-btn a {
  display: inline-block;
  color: #FFF;
  min-width: 50%;
  position: relative;
  transition: all 1s;
  box-sizing: border-box;
}
.origin-btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: solid 1px #a55263;
  display: block;
  position: absolute;
  z-index: -1;
  left: 7px;
  top: 7px;
}
.origin-btn a span {
  display: block;
  font-weight: 700;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  padding: 1.5em 1.5em;
  box-sizing: border-box;
  background-color: #a55263;
  transition: all .7s;
  position: relative;
}
.origin-btn a span i {
  margin-left: 1em;
}
.origin-btn a:hover span {
  background-color: #c2546b;
  transform: translate(7px, 7px);
  opacity: 1;
}
/*----------------------------------------------------
   
   top メイン
   
----------------------------------------------------*/
div#sysMain {
  margin: 0 auto 30px !important;
}
.top_features, .top_recommend_item, .top_ranking_item {
  padding-top: 4em;
}
/*----------------------------------------------------
   
   サイド
   
----------------------------------------------------*/
div#sysAside {
  margin: 0 auto 30px !important;
}
#sysAside .sysHeadline {
  padding: 0.5em;
  margin-bottom: .5em !important;
  margin-top: 1em !important;
}
/*----------------------------------------------------
   
   2カラム
   
----------------------------------------------------*/
/*2023.11.29*/
@media screen and (max-width: 1100px) {
  .sub-page div#sysMain, .sub-page div#sysAside {
    box-sizing: border-box;
    width: 96%;
    margin: 30px auto;
    /*padding: 20px 20px;*/
  }
}
/*@media screen and (max-width: 600px) {
div#sysMain {
	padding: 20px 10px;
}
div#sysAside {
	float: none;
	width: 95% !important;
	margin: 30px auto;
	padding: 20px 10px;
}
}*/
/* --------  タブレット調整   --------*/
@media screen and (min-width:1101px) and (max-width:1120px) {
  .sub-page #sysWrap {
    width: 98%;
  }
}
@media screen and (min-width:1101px) {
  .sub-page div#sysWrap {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
  }
  .sub-page div#sysMain {
    width: 850px !important;
    margin: 0 !important;
    padding: 3em 1em;
    box-sizing: border-box;
  }
  .sysMypage div#sysMain {
    width: 850px !important;
    margin: 4.5em auto !important;
    padding: 3em 1em;
    box-sizing: border-box;
  }
  .sub-page div#sysAside {
    width: 210px !important;
    margin: 0 !important;
    float: none;
    display: block;
  }
}
@media screen and (max-width:1100px) {
  .sub-page div#sysWrap {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .sub-page div#sysMain {
    padding: 2em 0;
  }
  .sub-page div#sysAside {
    display: block;
  }
  .sub-page div#sysAside .top-nav-content {
    padding: 0;
    margin-top: 0;
  }
}
/*----------------------------------------------------
   
   2カラム（お知らせ）
   
----------------------------------------------------*/
/*----------------------------------------------------
   
   フッター（ガイド）
   
----------------------------------------------------*/
.f_guide {
  background-color: #f9eef0 !important;
  padding: 50px 0 20px;
  border-top: none;
  margin-top: 0 !important;
}
.f_guide .Title {
  display: none;
}
/* --------  タブレット調整   --------*/
@media screen and (max-width:1100px) {
  .f_guide {
    padding: 0 0 20px;
  }
  .footer {
    margin: 0 !important;
  }
}
/*----------------------------------------------------
   
   フッター
   
----------------------------------------------------*/
.footer .f_gnav_all {
  background-color: #FFF !important;
  /*border-top: solid 1px #999!important;
	border-bottom: solid 1px #999!important;*/
}
.footer .f_copy {
  padding: 20px 10px;
  font-size: 10px;
  font-weight: normal;
}
/*----------------------------------------------------
   
   ハンバーガーメニュー
   
----------------------------------------------------*/
/* --------  タブレット調整   --------*/
@media screen and (max-width:1100px) {
  #spNaviWrap {
    background-color: #f9eef0 !important;
  }
  #spNaviWrap .wrap1 {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  #spNaviWrap .h_search {
    margin-top: 0px;
  }
  #spNaviWrap .sysHeadline span {
    background-color: #f9eef0;
    font-weight: 700;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 17px;
  }
  #spNaviWrap #closeMenu, #spNaviWrap #closeMenu2 {
    color: #c2546b;
  }
  #spNaviWrap #closeMenu span, #spNaviWrap #closeMenu2 span {
    font-weight: bold;
  }
  #spNaviWrap #closeMenu2 {
    border: solid 1px #c2546b;
  }
  #spNaviWrap .sysLoginButton {
    color: #FFF;
    background-color: #a55263;
    border: solid 1px #a55263;
  }
  #spNaviWrap .sp-nav-list li {
    margin-bottom: 10px;
  }
  #spNaviWrap .sp-nav-list li a {
    padding: 15px 10px;
    display: block;
    border-bottom: solid 1px #000;
    font-size: 14px;
  }
  #spNaviWrap .sp-nav-list li .sp-nav-sub {
    padding-left: 1em;
  }
  #spNaviWrap .sp-nav-list li .sp-nav-sub li {
    margin-bottom: 0;
  }
  #spNaviWrap .sp-nav-list li .sp-nav-sub li a {
    padding: 15px 10px;
    display: block;
    border-bottom: dashed 1px #000;
    font-size: 13px;
  }
  .nav-shop-site {
    margin: 25px 0 60px;
  }
  .nav-shop-site a {
    padding: 15px;
    color: #FFF;
    background-color: #a55263;
    border: solid 1px #a55263;
    text-align: center;
    font-weight: 700;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 15px;
    display: block;
  }
  #spNavContent .top-nav-content .top-nav-bnr li.top-nav-beginner a {
    background-color: #FFF;
  }
}
/* --------  タブレット調整   --------*/
@media screen and (min-width:601px) and (max-width:700px) {
  #spNavContent .top-nav-content .top-nav-search {
    width: 180px;
  }
  #spNavContent .top-nav-content .top-nav-bnr {
    width: calc(100% - 200px);
  }
}
/* --------  タブレット調整   --------*/
@media screen and (max-width:600px) {
  #spNaviWrap .sysHeadline {
    position: relative;
    width: 86%;
    margin-top: 40px !important;
  }
  #spNaviWrap .sysHeadline span {
    padding: 0 1.5em;
  }
  #spNaviWrap .sysHeadline:before {
    height: 1px;
  }
}
/*----------------------------------------------------
   フッター（店舗案内）
----------------------------------------------------*/
.footer-shop {
  background-image: url("/img/common/shop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.footer-shop .inner {
  padding: 140px 20px;
  background-color: rgba(0, 0, 0, .4);
}
.footer-shop .inner h2 {
  max-width: 280px;
  margin: 0 auto 3em;
}
.footer-shop .inner h3 {
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  margin-bottom: 2em;
}
.footer-shop .inner p.txt {
  color: #FFF;
  font-size: 14px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.footer-shop .origin-btn {
  margin-top: 50px;
}
.footer-shop .origin-btn a span {
  border: solid 1px #FFF;
}
.footer-shop .origin-btn a:before {
  border: solid 1px #FFF !important;
  z-index: 0;
}
/* --------  タブレット調整   --------*/
@media screen and (max-width:1100px) {
  .footer-shop .inner {
    padding: 80px 20px;
  }
}
/* --------  タブレット調整   --------*/
@media screen and (max-width:600px) {
  .footer-shop .inner {
    padding: 80px 20px;
  }
  .footer-shop .inner h3 {
    font-size: 16px;
  }
  .footer-shop .inner p.txt {
    font-size: 13px;
    text-align: left;
  }
  .footer-shop .inner .origin-btn {
    margin: 35px auto 0;
  }
}
/*----------------------------------------------------
   
   ヘッダーメニュー
   
----------------------------------------------------*/
.header_wrap_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.h_cart .sysCartInfoCartIn a {
  color: #FFF;
  background-color: #a55263;
}
.h_cart .sysCartInfoCartIn a:hover {
  background-color: #c2546b;
}
/* --------  タブレット調整   --------*/
@media screen and (min-width:870px) {
  .header_wrap_inner {
    justify-content: space-between;
  }
  .header_wrap_inner .header_sp {
    display: none;
  }
  .header_wrap_inner .logo a {
    display: block;
    max-width: 230px;
    padding: 15px 0;
  }
  .header_wrap_inner .logo img {
    width: 100%;
    height: auto;
    float: none;
  }
  .header_wrap_inner .h_navi {
    height: auto;
    margin-top: 10px;
  }
  .header_wrap_inner .header_h1, .header_wrap_inner .header, .header_wrap_inner .header_h1_under {
    float: none !important;
    height: auto !important;
  }
  .header_wrap_inner .header_h1, .header_wrap_inner .header_h1_under {
    width: auto !important;
  }
  .header_wrap_inner .header_h1 .h_inner, .header_wrap_inner .header_h1_under .h_inner {
    margin: 0 !important;
  }
  .header_wrap_inner .header {
    width: 200px !important;
    box-sizing: border-box !important;
  }
  .header_wrap_inner #cartInfo {
    margin: 0 !important;
    width: 200px !important;
    box-sizing: border-box !important;
    float: none !important;
    height: auto !important;
    padding: 10px !important;
    border: none !important;
    border-radius: 5px !important;
    display: block !important;
  }
  .header_wrap_inner #cartInfo .cartTxt {
    margin: 0;
    line-height: 1.5;
    padding-top: 0;
    font-size: 14px;
  }
  .header_wrap_inner #cartInfo .cartTxt img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  .header .g_navi.header-shopping-navi ul {
    display: flex;
    justify-content: flex-start;
  }
  .header .g_navi.header-shopping-navi ul li {
    float: none !important;
    padding: 20px 0;
    margin-right: 10px;
  }
  .header .g_navi.header-shopping-navi ul li a {
    display: block;
    width: 60px;
    margin: 0;
    height: auto;
    line-height: 1.5;
    font-weight: bold;
    font-size: 10px;
    border: none;
    border-radius: 0px;
  }
  .header .g_navi.header-shopping-navi ul li a span {
    display: block;
    height: 30px;
  }
  .header .g_navi.header-shopping-navi ul li a span img {
    object-fit: contain;
    width: 100%;
    height: 30px;
  }
}
/* --------  タブレット調整   --------*/
@media screen and (max-width:870px) and (min-width:1120px) {
  .header_wrap_inner {
    padding: 0 10px;
  }
}
/* --------  タブレット調整   --------*/
@media screen and (max-width:1100px) {
  .header_wrap {
    height: auto !important;
  }
  .top_slider {
    margin-top: 0 !important;
  }
  .header_wrap_inner .header {
    padding-left: 5px !important;
  }
  .header_wrap_inner #cartInfo {
    margin-right: 5px !important;
  }
}
/* --------  タブレット調整   --------*/
@media screen and (max-width:869px) {
  .header_wrap {
    height: auto !important;
  }
  .header_sp {
    padding: 10px 0;
  }
  .sp-header-logo {
    display: inline-block;
    max-width: 230px;
    margin-top: 5px;
  }
  .top_slider {
    margin-top: 0 !important;
  }
  .header_wrap_inner .header {
    display: none;
  }
}
/*----------------------------------------------------

　ヘッダーピックアップ

----------------------------------------------------*/
.header-pickup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9eef0;
}
.header-pickup .header-pickup-txt {
  font-size: 11px;
  padding: 3px 5px;
  display: flex;
  align-items: center;
  margin: 0 !important;
}
.header-pickup .header-pickup-txt strong {
  font-size: 14px;
  color: #c2546b;
  display: inline-block;
  margin-left: 3px;
}
.header-pickup .header-pickup-right {
  display: flex;
  flex-flow: row-reverse;
}
.header-pickup .header-pickup-right li {
  display: flex;
}
.header-pickup .header-pickup-right li a {
  display: flex;
  align-items: center;
}
.header-pickup .header-pickup-right .sns-icon a {
  width: 46px;
  max-height: 46px;
  padding: 5px 8px;
}
.header-pickup .header-pickup-right li.header-pickup-hp a {
  background-color: rgba(165, 82, 99, .6);
  padding: 0 20px;
  margin-left: 10px;
  color: #FFF /*#a55263*/ ;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
/* --------  スマホ調整   --------*/
@media screen and (max-width:600px) {
  .header-pickup .header-pickup-txt strong {
    display: inline;
  }
  .header-pickup .header-pickup-right li.header-pickup-hp {
    display: none;
  }
  .header-pickup .header-pickup-right .sns-icon a {
    width: 40px;
    padding: 8px 5px;
  }
  .header-pickup .header-pickup-txt {
    font-size: 10px;
  }
  .header-pickup .header-pickup-txt strong {
    font-size: 13px;
  }
}
/*----------------------------------------------------

　ヘッダー（スクロール後）

----------------------------------------------------*/
@media screen and (min-width:870px) {
  /*ロゴ*/
  .header_wrap.transform .header_wrap_inner .logo a {
    max-width: 200px;
  }
  /*左側ナビ*/
  .header_wrap.transform .header .g_navi.header-shopping-navi ul li {
    padding: 10px 0
  }
  /*右側カート*/
  .header_wrap.transform .header_wrap_inner #cartInfo {
    padding: 6px !important;
  }
  .header_wrap.transform .header_wrap_inner .h_navi {
    margin-top: 0;
  }
}
/*----------------------------------------------------

　下層　商品検索ナビ

----------------------------------------------------*/
/* --------  PC調整   --------*/
@media screen and (min-width:1101px) {
  #subpage-NavContent .top-nav-content {
    flex-flow: column;
  }
  #subpage-NavContent .top-nav-content .top-nav-bnr, #subpage-NavContent .top-nav-content .top-nav-bnr li {
    width: 100%;
  }
  #subpage-NavContent .top-nav-content .top-nav-bnr {
    margin-top: 10px;
  }
  #subpage-NavContent .top-nav-content .top-nav-bnr li a {
    margin-bottom: 5px;
    padding: .8em .5em;
  }
  #subpage-NavContent .top-nav-content .top-nav-bnr li a span strong {
    font-size: 18px;
  }
  #subpage-NavContent .top-nav-content .top-nav-bnr li.top-nav-beginner a {
    background-size: 130px auto, 130px auto;
    background-position: left bottom -8px, right top;
    padding: 0;
  }
  #subpage-NavContent .top-nav-content .top-nav-bnr li.top-nav-beginner a span {
    font-size: 11px;
    background-size: 27px auto, 90px auto;
    background-position: left 5.5em top 5px, right -32px bottom;
    padding: 3.5em 55px 1.3em 3px;
    line-height: 1.3;
    display: block;
  }
  #subpage-NavContent .top-nav-content .top-nav-bnr li.top-nav-beginner a span strong {
    font-size: 16px;
    display: block;
    letter-spacing: normal;
  }
}
/* --------  スマホ調整   --------*/
@media screen and (min-width:601px) and (max-width:1100px) {
  div#sysAside {
    width: 100% !important;
    padding: 20px 0 !important;
    min-width: 100%;
  }
}
/*----------------------------------------------------

　下層　お知らせ

----------------------------------------------------*/
#sysInformation #sysMain h1 {
  font-size: 24px;
  padding-bottom: .5em;
  margin-bottom: 1.5em;
  border-bottom: solid 1px #CCC;
}
#sysInformation #sysMain .sysNewsDetail {
  font-size: 14px;
}
#sysInformation #sysMain .sysNewsDetail h2 {
  font-size: 20px;
}
#sysInformation #sysMain .sysNewsDetail h3 {
  font-size: 18px;
}
#sysInformation #sysMain .sysNewsDetail p {
  margin: 1.5em 0;
}
/*----------------------------------------------------

　下層　商品カテゴリ

----------------------------------------------------*/
.category-mainpht {
  width: 100%;
  margin: 1.5em auto 1.5em;
  display: flex;
  /*justify-content: space-between;*/
}
.category-mainpht dt {
  width: 35%;
  min-width: 270px;
  flex-shrink: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 18px;
  background-image: url("/img/common/bg_yellow.jpg");
  color: #FFF;
  text-align: center;
  /*border-bottom: solid 1px #CCC;
	border-top: solid 1px #CCC;*/
}
.category-mainpht dt span {
  display: block;
  margin-top: .5em;
  color: #FFF /*888*/ ;
  font-weight: 600;
  padding: 0 1.5em;
}
.category-mainpht dd {
  width: 65%;
}
@media screen and (min-width:1100px) {
  .category-mainpht dt {
    font-size: 28px;
    letter-spacing: 0.1em;
  }
  .category-mainpht dt span {
    font-size: 14px;
  }
}
.sysItemCategoryCtl a {
  padding: .4em 1em;
  margin: .3em 0;
}
.sysItemCategoryCtl a.sysCurrent {
  background-color: #a55263;
  color: #FFF;
}
@media screen and (max-width:600px) {
  .category-mainpht {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    /*border-bottom: solid 1px #CCC;
	border-top: solid 1px #CCC;
	padding: 10px;*/
  }
  .category-mainpht dt {
    width: 100%;
    min-width: 100%;
    font-size: 27px;
    padding: .8em 0;
    border-bottom: none;
    border-top: none;
  }
  .category-mainpht dt span {
    font-size: 15px;
  }
  .category-mainpht dd {
    width: 100%;
  }
}
/*----------------------------------------------------

　下層　シーンから選ぶ

----------------------------------------------------*/
.title-scene {
  background-image: url("/img/common/bg_green.jpg");
  color: #FFF;
  font-size: 20px;
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 600;
  padding: 1em;
  margin-bottom: 1.5em;
  margin-top: 5px;
  position: relative;
}
.title-scene:before {
  content: "";
  background-image: url("/img/common/bg_green.jpg");
  background-repeat: repeat;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: -5px;
}
.title-scene:after {
  content: "";
  background-image: url("/img/common/bg_green.jpg");
  background-repeat: repeat;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.scene-navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.scene-navi ul:after {
  display: none;
}
.scene-navi ul li {
  width: 49% !important;
  float: none !important;
}
.scene-navi ul li.sysImage a {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  border-bottom: dashed 1px #CCC;
  padding: 10px 30px 10px 10px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  position: relative;
}
.scene-navi ul li a img {
  width: 80px;
  flex-shrink: 0;
}
.scene-navi ul li a .scene-navi-txt {
  display: flex;
  align-items: center;
  color: #000;
  padding: 0 1em;
  margin: 0 !important;
}
.scene-navi ul li.sysImage a:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  transform: translate(0, -50%) rotate(45deg);
}
.scene-navi ul li.sysImage a:hover .scene-navi-txt {
  color: #a55263;
}
.scene-navi ul li.sysImage a:hover:after {
  border-right: solid 1px #a55263;
  border-bottom: solid 1px #a55263;
}
.scene-kimonobox .sysHeadline {
  margin: 0 !important;
  width: 100% !important;
}
.scene-kimonobox .sysHeadline:before {
  display: none;
}
.scene-kimonobox .sysHeadline h3 {
  color: #4da48d;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  margin-bottom: 1.5em;
}
.scene-kimonobox .sysHeadline p {
  font-size: 15px;
  text-align: left;
}
.scene-kimonobox .sysContent ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.scene-kimonobox .sysContent ul li {
  width: 30% !important;
  float: none !important;
  margin: 15px 0;
}
.scene-kimonobox .sysContent ul li.sysImage a {
  display: flex;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  position: relative;
}
.scene-kimonobox .sysContent ul li.sysImage a .scene-kimono-txt {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  margin: 10px auto;
}
.scene-kimonobox .sysContent ul li.sysImage a .scene-kimono-txt span {
  display: block;
  background-image: url("/img/common/bg_green.jpg");
  background-repeat: repeat;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-align: center;
  padding: .8em;
  border-radius: 5px;
  margin-bottom: 5px;
  position: relative;
}
.scene-kimonobox .sysContent ul li.sysImage a .scene-kimono-txt span:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  border-right: solid 2px #FFF;
  border-top: solid 2px #FFF;
  transform: translate(0, -50%) rotate(45deg);
}
.scene-kimonobox .sysContent ul li.sysImage a:hover .scene-kimono-txt span {
  opacity: .8;
}
@media screen and (min-width:751px) {
  .scene-navi ul li.sysImage a {
    font-size: 16px;
  }
  .scene-kimonobox {
    margin: 120px 0;
  }
  .scene-kimonobox .sysHeadline h3 {
    font-size: 24px;
  }
  .scene-kimonobox .sysContent ul::after {
    content: "";
    display: block;
    width: 30%;
  }
}
@media screen and (max-width:750px) {
  .scene-navi ul li {
    width: 100% !important;
  }
  .scene-navi ul li.sysImage a {
    font-size: 14px;
  }
  .scene-kimonobox {
    margin: 100px 0;
  }
  .scene-kimonobox .sysHeadline h3 {
    font-size: 24px;
  }
  .scene-kimonobox .sysContent ul::after {
    content: "";
    display: block;
    width: 30%;
  }
  .scene-kimonobox .sysHeadline p {
    font-size: 14px;
  }
  .scene-kimonobox .sysContent ul li {
    width: 47% !important;
    float: none !important;
    margin: 15px 0;
  }
  .scene-kimonobox .sysContent ul li.sysImage a {
    font-size: 15px;
  }
  .scene-kimonobox .sysContent ul li.sysImage a .scene-kimono-txt {
    font-size: 13px;
  }
  .scene-kimonobox .sysContent ul li.sysImage a .scene-kimono-txt span {
    font-size: 15px;
  }
}
/*----------------------------------------------------

　下層　カテゴリーから選ぶ

----------------------------------------------------*/
.title-category {
  background-image: url("/img/common/bg_yellow.jpg");
  color: #FFF;
  font-size: 20px;
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 600;
  padding: 1em;
  margin-bottom: 1.5em;
  margin-top: 5px;
  position: relative;
}
.title-category:before {
  content: "";
  background-image: url("/img/common/bg_yellow.jpg");
  background-repeat: repeat;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: -5px;
}
.title-category:after {
  content: "";
  background-image: url("/img/common/bg_yellow.jpg");
  background-repeat: repeat;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.cate-sec {
  margin-bottom: 100px;
}
.cate-introduction {
  margin-top: 50px;
  margin-bottom: 50px;
}
.cate-sec p {
  margin: 1.5em 0;
}
.cate-sec h3 {
  color: #d4a050;
}
@media screen and (min-width:751px) {
  .cate-sec p {
    font-size: 14px;
  }
  .cate-sec h3 {
    font-size: 16px;
  }
}
@media screen and (max-width:750px) {}
/*----------------------------------------------------

　下層　1カラム

----------------------------------------------------*/
.page-1column #sysWrap {
  display: block !important;
  max-width: 100%;
}
/*----------------------------------------------------

　下層　特集から選ぶ

----------------------------------------------------*/
.title-features {
  background-image: url("/img/common/bg_blue.jpg");
  color: #FFF;
  font-size: 20px;
  text-align: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 600;
  padding: 1em;
  margin-bottom: 1.5em;
  margin-top: 5px;
  position: relative;
}
.title-features:before {
  content: "";
  background-image: url("/img/common/bg_blue.jpg");
  background-repeat: repeat;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: -5px;
}
.title-features:after {
  content: "";
  background-image: url("/img/common/bg_blue.jpg");
  background-repeat: repeat;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
@media screen and (min-width:751px) {}
@media screen and (max-width:750px) {}
/*----------------------------------------------------

　特定商取引法に基づく表示

----------------------------------------------------*/
#main_tradelaw dl {
  display: flex;
}
#main_tradelaw dt {
  padding: 15px 20px 15px 20px;
  float: none;
  clear: both;
  font-weight: bolder;
  width: 15em;
}
#main_tradelaw dd {
  padding: 15px 20px 15px 20px;
  float: none;
  clear: both;
  font-weight: normal;
  width: calc(100% - 10em);
  margin-left: 0 !important;
}
@media screen and (max-width:600px) {
  #main_tradelaw dl {
    display: flex;
    flex-flow: column;
  }
  #main_tradelaw dt {
    padding: 15px 20px 15px 20px;
    float: none;
    clear: both;
    font-weight: bolder;
    width: 100%;
    box-sizing: border-box;
  }
  #main_tradelaw dd {
    padding: 15px 20px 15px 20px;
    float: none;
    clear: both;
    font-weight: normal;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0 !important;
  }
}
#main_tradelaw dd p {
  margin: 1.3em 0;
}
#main_tradelaw dd p:first-of-type {
  margin: 0 0 1.3em;
}
#main_tradelaw dd p:last-of-type {
  margin: 1.3em 0 0;
}
#main_tradelaw dd p:only-of-type {
  margin: 0;
}
#main_tradelaw dd h4 {
  margin: 1.3em 0 .5em;
}
#main_tradelaw dd h4:first-of-type {
  margin: 0 0 .5em;
}
#main_tradelaw dd ul {
  margin: 0 0 .5em 0;
}
ul.number-list li, ul.diagram-list li {
  padding-left: 1.5em;
  position: relative;
  margin: .5em 0;
}
ul.number-list li:before {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  font-size: 11px;
  border-radius: 50%;
  border: solid 1px #000;
  color: #000;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2em;
  position: absolute;
  left: 0;
  top: 1px;
}
ul.number-list li:nth-child(1):before {
  content: "1";
}
ul.number-list li:nth-child(2):before {
  content: "2";
}
ul.number-list li:nth-child(3):before {
  content: "3";
}
ul.number-list li:nth-child(4):before {
  content: "4";
}
ul.number-list li:nth-child(5):before {
  content: "5";
}
ul.number-list li:nth-child(6):before {
  content: "6";
}
ul.number-list li:nth-child(7):before {
  content: "7";
}
ul.number-list li:nth-child(8):before {
  content: "8";
}
ul.number-list li:nth-child(9):before {
  content: "9";
}
ul.number-list li:nth-child(10):before {
  content: "10";
}
ul.diagram-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  background-color: #000;
  position: absolute;
  left: 5px;
  top: 5px;
}
ul.circle-list {
  margin: 0 0 .5em 0;
}
ul.circle-list li {
  padding-left: 1.5em;
  position: relative;
  margin: .5em 0;
}
ul.circle-list li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
/*----------------------------------------------------

　よくある質問

----------------------------------------------------*/
#questions .txtBlock {
  margin: 30px 0 80px;
}
/* 個別枠 */
.accordion-box {
  border-bottom: solid 1px #999;
  padding-bottom: 10px;
}
.accordion-box.ac-open {
  background-color: #f9eef0;
}
/* ボタン部分 */
.accordion-box dt {
  color: #000;
  font-size: 16px;
  padding: 30px 65px 10px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.accordion-box dt:before {
  content: "Q";
  position: absolute;
  left: 20px;
  top: 26px;
  font-size: 30px;
  line-height: 1;
}
/* サンプル用背景色の変更 */
.accordion-box dt.open {
  background-color: #f9eef0;
}
/* ホバー */
.accordion-box dt:hover {
  opacity: .8;
}
/* アイコンの枠 */
.accordion-box dt .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: solid 1px #666;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  transform: translate(0, -30%);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.accordion-box dt .i_box .i_ac {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
}
/* アイコンの基本設定 */
.accordion-box dt .i_box .i_ac::before, .accordion-box dt .i_box .i_ac::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 1s;
}
/* +マークにする */
.accordion-box dt .i_box .i_ac::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .6s;
}
/* 透過 */
.accordion-box dt.open .i_box .i_ac::before {
  opacity: 0;
}
/* -マークにする */
.accordion-box dt.open .i_box .i_ac::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
/* アコーディオンの中身 */
.accordion-box dd {
  display: none;
  padding: 10px 20px 20px 20px;
  box-sizing: border-box;
  background-color: #f9eef0;
}
.accordion-box dd .answer-box {
  background-color: #FFF;
  border-radius: 10px;
  padding: 20px 60px;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
}
.accordion-box dd .answer-box:before {
  content: "A";
  position: absolute;
  left: 20px;
  top: 18px;
  font-size: 27px;
  line-height: 1;
  color: #a55263;
}
/*----------------------------------------------------

　ご利用ガイド

----------------------------------------------------*/
/*-- ピックアップ
----------------------------------*/
.guide-pickup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-image: url(/img/common/bg_red2.jpg);
  padding: 20px;
}
.guide-pickup li {
  width: 32%;
  background-color: #ffedc8;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 1em;
  margin: 5px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.guide-pickup li h4 {
  text-align: center;
  font-size: 14px;
  margin-bottom: .3em;
}
.guide-pickup li h4 strong {
  color: #E10003;
  display: block;
  font-size: 16px;
}
.guide-pickup li p {
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width:600px) {
  .guide-pickup li {
    width: 49%;
  }
}
/*-- アンカーリンクナビ
----------------------------------*/
.guide-navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0;
}
.guide-navi li {
  width: 49%;
  border-bottom: dashed 1px #CCC;
}
.guide-navi li a {
  display: block;
  padding: 1em 0 1em 35px;
  position: relative;
}
.guide-navi li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
  left: 10px;
  top: 50%;
}
.guide-navi li a:hover:before, .guide-navi li a:hover {
  color: #a55263;
}
@media screen and (max-width:600px) {
  .guide-navi {
    width: 96%;
    margin: 30px auto;
  }
}
/*-- ガイドブロック基本
----------------------------------*/
.guideBlock {
  padding-top: 50px;
  margin-bottom: 70px;
}
.guideBlock h2 {
  margin: 2.5em 0 2em;
  font-size: 20px;
  color: #a55263;
  border-left: solid 4px #a55263;
  padding-left: .5em;
}
.guideBlock h3 {
  font-size: 1.4rem;
}
.guideBlock p {
  font-size: 1.4rem;
  margin: 10px 0;
}
.guideBlock .red {
  color: #E10003;
}
.guideBlock .b {
  font-weight: bold;
}
.guideBlock .att {
  font-size: 12px;
  display: block;
}
.guide-state {
  display: flex;
  border: solid 1px #CCC;
  margin-bottom: 30px;
}
.guide-state li {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding: 1em;
  border-right: solid 1px #CCC;
}
.guide-state li:last-child {
  border-right: none;
}
.guide-state li.now {
  background-image: url(/img/common/bg_red2.jpg);
  color: #FFF;
  font-weight: bold;
  position: relative;
}
.guide-state li.now:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #FFFFFF transparent;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translate(-50%, 0);
}
@media screen and (max-width:880px) {
  .guideBlock .guide-txtbox {
    width: 96%;
    margin: 0 auto;
  }
}
@media screen and (min-width:601px) and (max-width:850px) {
  .guide-state {
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width:600px) {
  .guideBlock {
    padding-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .guide-state li {
    text-align: center;
    width: calc(100% / 6);
    padding: 1em .5em;
    font-size: 11px;
  }
}
/*-- ガイドブロック　ステップ
----------------------------------*/
.guide-step dt {
  border: solid 1px #a55263;
  border-radius: 5px;
  overflow: hidden;
  font-size: 15px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  margin: 20px 0 10px;
}
.guide-step dt span {
  border-right: solid 1px #a55263;
  background-color: #a55263;
  color: #FFF;
  display: inline-block;
  padding: .8em 1.5em;
  margin-right: 1.5em;
  font-weight: 20px;
  letter-spacing: 0.1em;
}
.guide-step dd {
  font-size: 14px;
  padding: 0 1em;
}
.order-other {
  border: solid 1px #999;
  border-radius: 10px;
  padding: 1.5em;
  margin: 20px auto 30px;
  width: 90%;
}
.order-other h3 {
  text-align: center;
  margin-bottom: 1.5em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #a55263;
}
.order-other ul {
  display: flex;
}
.order-other ul li {
  width: 50%;
  box-sizing: border-box;
}
.order-other ul li:nth-child(1) {
  padding-right: 1.5em;
  border-right: solid 1px #999;
}
.order-other ul li:nth-child(2) {
  padding-left: 1.5em;
}
.order-other ul li h4 {
  text-align: center;
  margin-bottom: 1em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
}
.order-other ul li p {
  font-size: 14px;
}
.order-other ul li .tel, .order-other ul li .fax, .order-other ul li .hagaki {
  margin: 0 0 5px;
  padding: 5px 0;
  border-bottom: dashed 1px #999;
}
.order-other ul li .tel {
  margin-top: 10px;
}
.order-other ul li .hagaki {
  position: relative;
  padding-left: 4em;
}
.order-other ul li .hagaki span {
  position: absolute;
  left: 0;
}
.order-other ul li .btn {
  margin: 15px auto;
  width: 90%;
}
.order-other ul li .btn a {
  display: block;
  background-color: #a55263;
  color: #FFF;
  border-radius: 5px;
  padding: 1em;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  position: relative;
  font-weight: bold;
}
.order-other ul li .btn a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
.order-other ul li .btn a:hover {
  background-color: #c2546b;
}
@media screen and (max-width:600px) {
  .guide-step dt {
    margin: 20px 0 15px;
  }
  .order-other {
    width: 100%;
  }
  .order-other ul {
    flex-flow: column;
  }
  .order-other ul li {
    width: 100%;
  }
  .order-other ul li:nth-child(1) {
    padding-right: 0;
    border-right: none;
    border-bottom: solid 1px #999;
    padding: 0 0 1em 0;
  }
  .order-other ul li:nth-child(2) {
    padding-left: 0;
    padding: 2em 0 0 0;
  }
}
/*-- ガイドブロック　イラストとテキスト
----------------------------------*/
.pic-box {
  display: flex;
  justify-content: space-between;
}
.pic-box .pic {
  width: 180px;
}
.pic-box .txt-box {
  width: calc(100% - 220px);
}
.pic-box .time-box {
  border: solid 1px #999;
  border-radius: 10px;
  padding: 1em;
  margin-top: 20px;
}
.pic-box .time-box p {
  font-size: 14px;
}
@media screen and (max-width:600px) {
  .pic-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
  .pic-box .pic {
    max-width: 180px;
    margin-top: 20px;
  }
  .pic-box .txt-box {
    width: 100%;
  }
}
/*-- ガイドブロック　お支払い
----------------------------------*/
.pay {
  margin: 30px 0;
}
.pay .collect {
  max-width: 210px;
}
.pay .credit01 {
  max-width: 350px;
}
.pay .credit02 {
  max-width: 400px;
}
.pay h3 {
  border-bottom: dashed 1px #999;
  font-size: 17px;
  padding-bottom: .3em;
  margin-bottom: .8em;
}
/*----------------------------------------------------

　商品オプションの説明文

----------------------------------------------------*/
.option-infotxt {
  margin: 0 auto 20px !important;
  width: 94%;
}
.option-infotxt p {
  margin: .3em 0;
}
.option-infotxt p.att {
  font-size: 11px;
}
.option-infotxt p span {
  color: #4c2b3c;
  font-weight: bold;
}
.option-infotxt p strong {
  color: #da4636;
  font-weight: bold;
}
/*----------------------------------------------------

　下層　商品ページ基本+画像設定

----------------------------------------------------*/
@media screen and (min-width:601px) {
  .orderArea {
    letter-spacing: normal;
    display: flex;
    justify-content: space-between;
  }
  .orderArea > div {
    display: block;
    width: 45%;
  }
  .orderArea > div.orderArea {
    width: 50%;
  }
}
.sysMainImage {
  overflow: hidden;
  border: solid 1px #CCC;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.sysMainImage a {
  display: block;
  aspect-ratio: 2 / 3;
  overflow: hidden;
}
.sysMainImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: middle;
  border: none !important;
}
.sysImageList li {
  aspect-ratio: 2 / 3;
  /*overflow: hidden;*/
  border: none!important;
  box-sizing: border-box;
  position: relative;
  z-index: 80;
}
.sysImageList li:after {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  content: "";
  display: block;
  border: solid 2px #CCC;
  box-sizing: border-box;
  position: absolute;
  left: -2px;
  top: -2px;
  z-index: -1;
  
}
.sysImageList li.sysCurrent:after {
  border: solid 2px #a55263;
}
.sysImageList li img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  vertical-align: middle;
  border: none !important;
  position: relative;
  z-index: 85;
}
/*----------------------------------------------------

　商品のレンタルカレンダー

----------------------------------------------------*/
.sysRentalSchedulesCalendars {
  width: 100% !important;
}
.sysRentalSchedulesCalendar {
  table-layout: fixed;
}
.sysPrevCalendar, .sysNextCalendar {
  padding: 10px 1.5em;
}
.sysPrevCalendar:after {
  content: "< 前月";
}
.sysNextCalendar:after {
  content: "次月 >";
}
/*----------------------------------------------------

　検索商品一覧

----------------------------------------------------*/
.first-search .sysItemListDisp, .first-search .sysItemList, .first-search .sysPagination {
  display: none;
}
.sysItemList ul.sysThumbnail {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: normal;
}
.sysItemList ul.sysThumbnail li {
  display: flex;
  flex-flow: column;
}
.sysItemList ul.sysThumbnail li .itemDetailWrap {
  display: flex;
  flex-flow: column;
}
.sysItemList ul.sysThumbnail li .sysItemName, .sysItemList ul.sysThumbnail li .sysItemNameTxt {
  flex-grow: 1;
}
/*----------------------------------------------------

　商品一覧のページャー

----------------------------------------------------*/
.sysPagination {
  margin: 50px auto;
}
.sysPagination li a {
  text-decoration: none !important;
}
@media screen and (max-width:600px) {
  .sysPagination {
    margin: 30px auto;
  }
}
/*----------------------------------------------------

　フッターのガイド

----------------------------------------------------*/
.footer-guide-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
}
.footer-guide-box .guideBlock {
  width: 47%;
  padding-right: 0 !important;
  display: block;
  margin-bottom: 20px;
}
.footer-guide-box .guideBlock h3 {
  border-bottom: dashed 1px #000;
  font-size: 15px;
  padding: .3em;
  margin-bottom: 1em;
}
.footer-guide-box .guideBlock p {
  font-size: 13px;
}
.footer-guide-box .guideBlock p.att {
  font-size: 12px;
}
.footer-guide-box .guideBlock p.guide-red {
  font-size: 15px;
  color: #E10003;
  font-weight: bold;
  margin-bottom: .5em;
}
.footer-guide-box .guideBlock .imgWrap {
  margin: 10px auto;
  /*max-width: 360px;*/
}
.footer-guide-box .guideBlock .imgWrap p {
  margin: 10px auto 0 !important;
}
.f_guide .common_btn a {
  margin: 25px auto 10px;
}
.footer-guide-box .guideBlock .freedial {
  font-size: 30px;
}
@media screen and (max-width:1200px) {
  .footer-guide-box {
    padding: 50px 5vw 25px;
  }
}
@media screen and (max-width:600px) {
  .f_guide {
    padding: 0 0 20px;
  }
  .f_guide .guide-pickup li p {
    padding: 0;
  }
  .f_guide .footer-guide-box .guideBlock {
    margin: 30px 0 !important;
    padding: 0 !important;
    border: none;
  }
}
/*----------------------------------------------------

　商品の詳細

----------------------------------------------------*/
#sysItemDetail .sysRetailPrice {
  margin: .5em 0;
  font-weight: 500;
}
#sysItemDetail .sysRetailPrice .sysRetailPriceValue {
  font-weight: bold !important;
}
#sysItemDetail #sysExplanation {
  margin: 1.5em 0;
  line-height: 1.8;
}
#sysItemDetail .sysForm {
  margin-top: 2.5em;
}
/*----------------------------------------------------

　商品の詳細（セット・単品移動ボタン）

----------------------------------------------------*/
.set-off-on {
  margin: 15px 0;
}
.set-off-on p a {
  display: block;
  box-sizing: border-box;
  border: solid 1px #000;
  background-color: #FFF;
  padding: 1em;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.set-off-on p a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: solid 1px #000;
  border-top: solid 1px #000;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
.set-off-on p a:hover {
  color: #FFF;
  background-color: #a55263;
}
.set-off-on p a:hover:after {
  border-right: solid 1px #FFF;
  border-top: solid 1px #FFF;
}
.btn-seton-txt {
  font-size: 12px;
  width: 98%;
  margin: 0 auto;
}
/*----------------------------------------------------

　商品の画像サムネイル

----------------------------------------------------*/
.sysItemImages .sysImageList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sysItemImages .sysImageList li {
  display: block;
  width: 23.5%;
}
.sysItemImages .sysImageList::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.sysItemImages .sysImageList::after {
  content: "";
  display: block;
  width: 23%;
  clear: none;
}
/*----------------------------------------------------

　商品詳細の下部

----------------------------------------------------*/
.detail {
  margin: 80px 0 50px 0;
}
.detail .att {
  font-size: 12px;
  margin: 1em 0;
}
.detail .uchiwake-pht {
  text-align: center;
}
.detail .sysHeadline {
  width: 100%;
}
.detail .sysHeadline:before {
  left: 0;
}
.detail .sysHeadline {
  position: relative;
  margin: 100px auto 80px !important;
}
.detail .sysHeadline:after {
  position: absolute;
  bottom: -30px;
  left: calc(50% - 40px);
  width: 80px;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #000;
}
/*----------------------------------------------------

　商品カテゴリの子カテゴリボタンとバナー

----------------------------------------------------*/
.cate-child-btn {
  margin-bottom: 80px;
  margin-top: 80px;
}
.cate-child-btn h3 {
  margin-top: 40px;
}
.cate-child-btn ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cate-child-btn ul li {
  background-image: url("/img/common/bg_yellow.jpg");
  box-sizing: border-box;
  padding: 5px;
  width: 48%;
  margin: 10px 1%;
  display: flex;
}
.cate-child-btn ul:has(> :nth-child(1):last-child) li {
  width: 100%;
  margin: 10px 0;
}
/*.cate-child-btn ul:has(> :nth-child(2n)) li {
	width: 48%;
	margin: 10px 1%;
}*/
.cate-child-size ul {
  justify-content: space-between;
}
.cate-child-size ul li {
  width: 48.5%;
  margin: 10px 0;
}
.cate-child-btn ul li a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  flex-grow: 1;
  border: solid 1px #FFF;
  padding: .8em .5em;
  font-size: 18px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  position: relative;
}
.cate-child-btn ul li a span {
  display: block;
  font-size: 12px;
}
.cate-child-btn ul li a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
.bnr-box p a {
  display: block;
  box-sizing: border-box;
  border: solid 1px #d4a050;
}
.bnr-box p {
  margin: 2.5em auto;
}
.cate-child-btn ul li:hover {
  opacity: .8;
}
@media screen and (min-width:680px) {
  .cate-child-btn ul:has(>: nth-child(1):last-child) li br, .cate-child-btn ul:has(>:nth-child(2n):last-child) li br {
    display: none;
  }
  .cate-child-btn ul:has(> :nth-child(3n):last-child) li {
    width: 31.5%;
    margin: 10px .8%;
  }
  .cate-child-btn ul:has(> :nth-child(3n):last-child) li br {
    display: block;
  }
}
@media screen and (max-width:679px) {
  .cate-child-btn ul li, .cate-child-size ul li {
    width: 100%;
    margin: 5px 0;
  }
  .cate-child-btn ul li a {
    font-size: 15px;
  }
}
/*----------------------------------------------------

　柄

----------------------------------------------------*/
@media screen and (min-width:680px) {
  .cate-img-btn ul {
    justify-content: center;
  }
}
.cate-img-btn ul li {
  background: none;
  padding: 0 !important;
  width: 31.5%;
  margin: 10px .8%;
}
.cate-img-btn ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px !important;
  border: solid 1px #a7833c;
  color: #a7833c;
  padding: 5px !important;
}
.cate-img-btn ul li a:after {
  border-top: solid 1px #a7833c;
  border-right: solid 1px #a7833c;
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0) rotate(45deg);
  margin-right: 5px;
}
.cate-img-btn ul li a:before {
  content: "";
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  margin-right: 15px;
}
.cate-img-btn ul li.koten a:before {
  background-image: url(/img/category/pattern/furisode-koten.jpg);
}
.cate-img-btn ul li.modern a:before {
  background-image: url(/img/category/pattern/furisode-modern.jpg);
}
.cate-img-btn ul li.wa a:before {
  background-image: url(/img/category/pattern/furisode-wa.jpg);
}
.cate-img-btn ul li.retro a:before {
  background-image: url(/img/category/pattern/furisode-retro.jpg);
}
.cate-img-btn ul li.small a:before {
  background-image: url(/img/category/pattern/furisode-small.jpg);
}
.cate-img-btn ul li.gradation a:before {
  background-image: url(/img/category/pattern/furisode-gradation.jpg);
}
.cate-img-btn ul li.contemporary a:before {
  background-image: url(/img/category/pattern/furisode-contemporary.jpg);
}
.cate-img-btn ul li.sakura a:before {
  background-image: url(/img/category/pattern/furisode-sakura.jpg);
}
.cate-img-btn ul li.botan a:before {
  background-image: url(/img/category/pattern/furisode-botan.jpg);
}
.cate-img-btn ul li.kiku a:before {
  background-image: url(/img/category/pattern/furisode-kiku.jpg);
}
.cate-img-btn ul li.rose a:before {
  background-image: url(/img/category/pattern/furisode-rose.jpg);
}
.cate-img-btn ul li.flower a:before {
  background-image: url(/img/category/pattern/furisode-flower.jpg);
}
.cate-img-btn ul li.western a:before {
  background-image: url(/img/category/pattern/furisode-western.jpg);
}
.cate-img-btn ul li.other a:before {
  background-image: url(/img/category/pattern/furisode-other.jpg);
}
/*@media screen and ( max-width:679px) {
.cate-img-btn ul li a:before {
	content: "";
	width: 100px;
	height: 100px;
}
}*/
@media screen and (max-width:679px) {
  .cate-img-btn ul li {
    width: 48%;
    margin: 10px 1%;
  }
  .cate-img-btn ul li a {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
  }
  .cate-img-btn ul li a:before {
    width: 100%;
    height: 120px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .cate-img-btn ul li a:after {
    position: relative;
    top: auto;
    right: auto;
    transform: translate(0, 0) rotate(45deg);
  }
}
/*----------------------------------------------------

　こだわり検索のタイトル

----------------------------------------------------*/
.first-search #sysMain h2.sysHeadline, .result #sysMain h2.sysHeadline {
  width: 100%;
  margin: 0 auto 30px auto !important;
  position: relative;
  text-align: center;
  font-size: 23px !important;
  letter-spacing: 3px;
}
.first-search #sysMain h2.sysHeadline:before, .result #sysMain h2.sysHeadline:before {
  left: 0;
}
@media screen and (max-width:1100px) {
  .first-search #sysMain h2.sysHeadline, .result #sysMain h2.sysHeadline {
    font-size: 20px !important;
  }
}
/*----------------------------------------------------

　こだわり検索の初期表示と結果表示

----------------------------------------------------*/
.result #sysMain form {
  /*display: none;*/
  margin-top: 50px;
}
/*----------------------------------------------------

　メニューマウスオーバーで背景固定

----------------------------------------------------*/
.no-scroll {
  overflow: hidden;
}
.no-scroll body {
  position: relative;
}
.no-scroll body:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
.header-nav li .nav-sub-inner {
  height: calc(100vh - 250px); /* メニュー部分の高さを決める */
  overflow-y: auto; /* スクロール可能にする */
  -webkit-overflow-scrolling: touch; /* SPで慣性スクロールを有効にする */
}
/*----------------------------------------------------

　サブメニュー

----------------------------------------------------*/
@media screen and (min-width:870px) {
  /* サブメニュー枠 */
  .header-nav li .nav-sub {
    display: block;
    padding: 35px;
    box-sizing: border-box;
  }
  .header-nav li .nav-sub-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  /* サブメニューのメニューリスト */
  .header-nav li .nav-sub .child-nav-list {
    width: calc(100% - 350px);
    display: flex;
    justify-content: flex-start;
    padding: 30px 4%;
    border-left: solid 1px #E9E9E9;
  }
  .header-nav li .nav-sub .child-nav-list li {
    width: calc(25% - 5px);
    margin: 5px 2.5px;
    padding: 0;
    display: flex;
  }
  .header-nav li .nav-sub .child-nav-list li a {
    padding: 0;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
  }
  .header-nav li .nav-sub .child-nav-list li a span {
    font-size: 12px;
  }
  /* 左側に画像を表示 */
  .header-nav li .nav-sub .child-nav-imgbox {
    width: 350px;
    padding: 0 25px 25px;
    box-sizing: border-box;
  }
  .header-nav li .nav-sub .child-nav-img {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /* 画像の比率 width / height */
    aspect-ratio: 600 / 800;
    display: block !important;
    position: relative;
  }
  .header-nav li .nav-sub .child-nav-img li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 988;
    padding: 0;
    opacity: 0;
  }
  .header-nav li .nav-sub .child-nav-img li:first-child {
    z-index: 990;
  }
  .header-nav li .nav-sub .child-nav-img li a {
    display: block;
    padding: 0;
    position: relative;
  }
  .header-nav li .nav-sub .child-nav-img li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .header-nav li .nav-sub .child-nav-img li a p {
    padding: 1em 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    font-size: 14px;
  }
  .header-nav li .nav-sub .child-nav-img li a p:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #a55263;
    border-right: solid 2px #a55263;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
  }
  /* 左側の画像の上に商品ラインナップをいれる */
  .header-nav li .nav-sub .child-nav-imgbox h3 {
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 1.5em;
    border-bottom: solid 1px #e9e9e9;
  }
  .header-nav li .nav-sub .child-nav-imgbox h3 a {
    text-align: center;
    display: block;
    color: #666;
  }
  .header-nav li .nav-sub .child-nav-imgbox h3 a:after {
    display: none;
  }
}
@media screen and (min-width:870px) and (max-width:970px) {
  .header-nav li .nav-sub {
    padding: 35px 25px;
  }
  /* サブメニューのメニューリスト */
  .header-nav li .nav-sub .child-nav-list {
    width: calc(100% - 300px);
    display: flex;
    justify-content: flex-start;
    padding: 30px 4%;
    border-left: solid 1px #E9E9E9;
  }
  /* 左側に画像を表示 */
  .header-nav li .nav-sub .child-nav-imgbox {
    width: 300px;
    padding: 0 25px 25px;
    box-sizing: border-box;
  }
}
/*----------------------------------------------------

　Sold out　再入荷通知

----------------------------------------------------*/
.item-soldout .sysForm {
  display: none !important;
}
.cate-soldout {
  position: relative;
  background-color: rgba(0, 0, 0, .1);
}
.cate-soldout .sysThumbnailImage a, .cate-soldout .sysItemImage a {
  opacity: .7;
  display: block;
}
.cate-soldout .sysItemPrArea .sysItemPr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
/*}
.cate-soldout .sysItemPrArea span {
  width: 100%;*/
  height: auto;
  display: block;
  padding: .5em;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 18px;
  letter-spacing: 0.03em;
  /*text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.8);*/
  font-weight: bold;
  margin: 0 !important;
  color: #FFF;
  background-color: #000 !important;
  border: none !important;
}
#sysItemDetail.item-soldout .sysPr span.sysItemPr {
  padding: 0;
}
#sysItemDetail.item-soldout .sysPr span.sysItemPr {
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  border-radius: 0;
  border: solid 1px #EB0000;
  color: #EB0000;
}
#sysItemDetail.item-soldout .sysPr span.sysItemPr /*span*/ {
  display: block;
  font-size: 11px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  color: #EB0000;
}
#sysItemDetail.item-soldout .sysNextSubmit[value="再入荷の通知登録はこちら"] {
  cursor: pointer;
}
#sysItemDetail.item-soldout .sysNextSubmit[value="再入荷の通知登録はこちら"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-filter: "alpha( opacity=70 )";
  -webkit-filter: "alpha( opacity=70 )";
  -o-filter: "alpha( opacity=70 )";
  -ms-filter: "alpha( opacity=70 )";
}
#sysFormIndex.form-restock.sub-page div#sysMain, #sysFormConfirm.form-restock.sub-page div#sysMain {
  margin: 30px auto !important;
  padding: 20px !important;
}
#sysFormIndex.form-restock.sub-page div#sysMain h2 {
  display: block;
  border-bottom: solid 1px #000;
  margin-bottom: 1.5em;
  font-size: 22px;
  padding: .3em;
}
#sysFormIndex.form-restock.sub-page div#sysMain .sysFormLabel, #sysFormConfirm.form-restock.sub-page div#sysMain .sysFormLabel {
  display: block;
  margin-bottom: .5em;
  margin-top: 1.5em;
  font-size: 14px;
  padding: .3em;
  border-bottom: solid 1px #CCC;
  font-weight: bold;
}
#sysFormIndex.form-restock.sub-page div#sysMain .sysFormField {
  margin: 0;
}
#sysFormConfirm.form-restock.sub-page div#sysMain .sysFormField {
  background: #fff;
  border-radius: 0;
  margin: 10px 0 30px;
  border: solid 1px #ddd;
  padding: .5em;
  min-height: 36px;
}
#sysFormIndex.form-restock.sub-page div#sysMain .sysFormField input[type=text] {
  padding: 5px !important;
}
#sysFormIndex.form-restock.sub-page div#sysMain .sysItemNameByFreeform {
  margin: 1.5em 0;
}
#sysFormIndex.form-restock.sub-page div#sysMain .sysItemNameByFreeform:before {
  content: "・";
}
#sysFormIndex.form-restock.sub-page div#sysMain .sysItemThumnailByFreeform {
  width: 80%;
  max-width: 250px;
  margin: 1.5em auto;
}
#sysFormIndex.form-restock.sub-page div#sysMain .sysNextSubmit {
  cursor: pointer;
}
#sysFormConfirm.form-restock.sub-page div#sysMain .sysButton, #sysFormConfirm.form-restock.sub-page .sysNextSubmit {
  float: none;
  width: 100%;
  margin: 0px auto !important;
  max-width: 550px;
  display: block;
  cursor: pointer;
}
#sysFormIndex.form-restock.sub-page div#sysMain .sysNextSubmit, #sysFormConfirm.form-restock.sub-page .sysNextSubmit {
  background-color: #a55263;
}
@media screen and (max-width:679px) {
  #sysFormIndex.form-restock.sub-page div#sysMain h2 {
    font-size: 16px;
  }
}
/*----------------------------------------------------

　会員登録

----------------------------------------------------*/
/* --------  表示の基本調整   --------*/
.sysMemberRegister .sysHeadline {
  width: 100%;
}
.sysMemberRegister #form_main {
  margin: 30px 0 0;
}
.sysMemberRegister .sysFormItem {
  margin: 30px 0;
}
.sysMypage .sysMypageMinorHeadLine {
  text-align: center;
  font-size: 18px;
  margin: 1em 0 2em !important;
  font-weight: bold;
}
/* --------  登録時の項目タイトル   --------*/
.sysMemberRegister #sysMain .sysFormLabel, .sysMemberRegister #sysMain .sysMemberAgreementFormLabel, .sysMypage #sysMain .sysFormLabel {
  border-bottom: solid 1px #CCC;
  margin: 1em 0 !important;
  font-weight: bold;
}
#sysMypageEditConfirm.sysMypage #sysMain .sysFormLabel {
  border-bottom: solid 1px #CCC;
  margin: 2em 0 1em !important;
  font-weight: bold;
}
.sysMemberRegister #sysMain .sysMemberAgreementFormLabel {
  display: block;
}
/* --------  登録時の項目   --------*/
.sysMemberRegister .sysFormItem .sysFormField, .sysMemberRegister .sysFormItem .sysFormField input {
  margin: 0 !important;
}
/* --------  チェックボックス   --------*/
.sysMemberRegister label.check-label input, .sysMypage .sysAutoLoginField input[type=checkbox] {
  display: none;
}
.sysMemberRegister label.check-label, .sysMypage .sysAutoLoginField .sysAutoLoginLabel {
  padding: 10px 0px 10px 30px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}
.sysMemberRegister label.check-label:before, .sysMypage .sysAutoLoginField .sysAutoLoginLabel:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
}
.sysMemberRegister label.check-label input[type="checkbox"]:after {
  display: none;
}
.sysMemberRegister label.check-label:has(> input:checked), .sysMypage .sysAutoLoginField input[type=checkbox]:checked + .sysAutoLoginLabel {
  color: #d01137;
}
.sysMemberRegister label.check-label:has(> input:checked):after, .sysMypage .sysAutoLoginField input[type=checkbox]:checked + .sysAutoLoginLabel:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 12px;
  height: 22px;
  transform: rotate(40deg);
  border-bottom: 3px solid #d01137;
  border-right: 3px solid #d01137;
}
/* --------  ラジオボタン   --------*/
.check-radio input {
  display: none;
}
.check-radio {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
.check-radio:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.check-radio:has(> input:checked) {
  color: #d01137;
}
.check-radio:has(> input:checked):after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #d01137;
  border-radius: 50%;
}
/* --------  その他フィールド調整   --------*/
.sysMemberRegister button[name="searchAddress"] {
  width: 40%;
}
.sysMemberRegister select {
  min-width: 40%;
}
.sysMemberRegister input[type="text"], .sysMemberRegister input[type="tel"], .sysMemberRegister input[type="email"], .sysMemberRegister input[type="password"], /*.sysMypage input[type="email"],
.sysMypage input[type="password"],*/ #sysMemberRegisterConfirm .sysFormField {
  margin: 0;
  padding: 3px 5px !important;
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #CCC;
  border-radius: 5px !important;
}
.sysMemberRegister .sysBirthday input[type="text"] {
  width: 5em !important;
  margin: 0 .3em !important;
}
/* --------  ボタン調整   --------*/
.sysMemberRegister input[name="submit"] {
  cursor: pointer;
}
.sysMemberRegister .sysNextSubmit, #sysMypageLogin .sysLoginButton, #sysMypageReminder #sysMain input[name="submit"] {
  background-color: #a55263;
  color: #FFF;
  cursor: pointer;
}
#sysMypageReminder input[name="submit"] {
  margin-top: 30px !important;
}
/* --------  登録完了後のページ内のボタン   --------*/
#sysMemberRegisterRegister .member-btnbox {
  margin-top: 30px !important;
}
#sysMemberRegisterRegister .member-btnbox .origin-btn {
  margin: 2em auto !important;
}
#sysMemberRegisterRegister .member-btnbox .origin-btn a {
  width: 100%;
}
/* --------  会員ログイン   --------*/
.sysMypage .sysAutoLoginField {
  margin: 25px 0;
}
.sysBirthday input[name="birth_year"] {
  width: 5em !important;
  margin: 0 .3em !important;
}
.sysBirthday input[name="birth_month"], .sysBirthday input[name="birth_day"] {
  width: 3em !important;
  margin: 0 .3em !important;
}
/*----------------------------------------------------

　マイページ

----------------------------------------------------*/
/* --------  表示の基本調整   --------*/
.sysMypage div#sysMain {
  width: 100% !important;
  padding: 3em 2.5em !important;
  max-width: 1000px;
}
.sysMypage .sysHeadline {
  width: 100%;
}
/* --------  メニューボタン   --------*/
.sysMypage .sysMypageNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto 20px;
}
.sysMypage .sysMypageNav form {
  display: block;
  width: 49%;
  margin: 5px 0;
  position: relative;
}
.sysMypage .sysMypageNav form input {
  border: solid 1px #a55263;
  background-color: #FFF;
  color: #000;
  z-index: 40;
  margin: 0 !important;
}
.sysMypage .sysMypageNav form:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 45;
}
.sysMypage .sysMypageNav form input:hover {
  background-color: #a55263;
  color: #FFF;
}
.sysMypage .sysMypageNav form:hover:after {
  border-color: transparent transparent transparent #FFF;
}
/* --------  閲覧履歴   --------*/
#sysMypageAshiato .sysItemList .sysList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px !important;
}
#sysMypageAshiato .sysItemList .sysList li {
  display: block;
}
#sysMypageAshiato .sysItemList li form {
  display: none;
}
/* --------  ボタン   --------*/
#sysMypageEditMember #sysMain input#button1, #sysMypageEditDelivery #sysMain input#button2, #sysMypageEditConfirm #sysMain input[value="更新する"], #sysMypageEditDeliveryinput #sysMain input#button1, #sysMypageEditDeliveryinput #sysMain input#button2 {
  background-color: #a55263;
  color: #FFF;
  cursor: pointer;
  margin: 40px auto 5px !important;
  font-size: 15px;
  padding: 20px !important;
  height: auto !important;
}
.sysZipcode button[name="searchAddress"] {
  border: none;
  padding: 10px;
  margin: 5px 0;
  border-radius: 5px;
  background-color: #dddddd;
  color: #000;
  cursor: pointer;
  max-width: 350px;
}
#sysMypageEditDelivery #sysMain input[value="戻る"], #sysMypageEditConfirm #sysMain input[value="戻る"], #sysMypageEditSave #sysMain input[value="戻る"], #sysMypageEditSavedelivery #sysMain input[value="戻る"] {
  border: none;
  padding: 20px !important;
  margin: 5px auto;
  height: auto;
  border-radius: 5px;
  background-color: #dddddd;
  color: #000;
  cursor: pointer;
  display: block;
}
#sysMypageEditSave #sysMain input[value="戻る"], #sysMypageEditSavedelivery #sysMain input[value="戻る"] {
  margin-top: 30px;
}
@media screen and (max-width:679px) {
  #sysMypageAshiato .sysItemList .sysList li {
    width: 50% !important;
  }
}
/*----------------------------------------------------

　会員専用一覧

----------------------------------------------------*/
/* --------  表示の基本調整   --------*/
.mdl-dialog__image::before {
  color: #a55263;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: .5em;
}
.sysMypage .sysItemList ul.sysList li div:first-of-type {
  line-height: 1.8;
  margin: 10px 0;
}
/*----------------------------------------------------

　お気に入り

----------------------------------------------------*/
/* --------  表示の基本調整   --------*/
.mdl-dialog__image::before {
  color: #a55263;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: .5em;
}
.modaal-container .sysWishlistShowGroup input {
  border: solid 1px #a55263;
  background-color: #FFF;
  color: #000;
  z-index: 40;
  margin: 0 auto;
  display: block;
}
.modaal-container .sysWishlistShowGroup form input:hover {
  background-color: #a55263;
  color: #FFF;
}
.modaal-container .sysWishlistCloseBottomButtonGroup button {
  display: block;
  margin: 0 auto;
}
#sysWishlist .sysButton[disabled] {
  background-image: none !important;
  background-color: #EBEBEB !important;
  text-indent: 0 !important;
}
#sysMypageReview .sysItemList ul.sysList {
  display: flex;
  flex-wrap: wrap;
}
.item-buy .sysFreeForm input[value="再入荷の通知登録はこちら"] {
  display: none;
}
.sysMypage input[value="オプション選択"] {
  background-color: #a55263;
  color: #FFF;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  margin: 10px auto 5px !important;
  font-size: 15px;
  padding: 10px !important;
  height: auto !important;
}
@media screen and (max-width:679px) {
  /* -------- マイお気に入り   --------*/
  #sysMypageReview .sysItemList ul.sysList li {
    width: 50% !important;
  }
  #sysMypageReview .sysItemList ul.sysList li:nth-child(2n) {
    border-right: none !important;
  }
}
/*----------------------------------------------------

　商品の内訳

----------------------------------------------------*/
/* --------  表示の基本調整   --------*/
.uchiwake-list .sysContent ul {
  display: flex;
  flex-wrap: wrap;
}
.uchiwake-list .sysContent ul li {
  width: 18%;
  margin: 15px 1%;
}
.uchiwake-list .sysContent ul li a {
  display: block;
  pointer-events: none;
}
.uchiwake-list .sysHeadline {
  width: 100%;
  margin: 30px auto !important;
}
.uchiwake-list .sysHeadline:before {
  display: none;
}
.uchiwake-list .sysHeadline h2 {
  max-width: 600px;
  margin: 0px auto 1.5em !important;
  position: relative;
  text-align: center;
  font-size: 20px;
  letter-spacing: 3px;
}
.uchiwake-list .sysHeadline h2:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.uchiwake-list .sysHeadline p {
  font-size: 14px;
  text-align: left;
}
.uchiwake-list .sysHeadline p span.att {
  font-size: 12px;
  text-align: left;
  padding: 0;
  display: block;
  margin: 10px 0;
}
.uchiwake-list li .att {
  font-size: 12px;
  text-align: left;
  padding: 0;
  display: block;
  margin: 5px 0;
}
.uchiwake-list .sysContent ul li a p.uchiwake-txt {
  font-size: 12px;
  margin-top: 5px;
}
.uchiwake-txt p {
  display: none;
}
@media screen and (max-width:679px) {
  .uchiwake-list .sysContent ul li {
    width: 31%;
    margin: 15px 1%;
  }
  .uchiwake-list .sysHeadline h2 {
    font-size: 18px;
  }
  .uchiwake-list .sysHeadline h2 span {
    padding: 0 .5em;
  }
  .uchiwake-list .sysHeadline p {
    font-size: 13px;
  }
  .uchiwake-list .sysContent ul li a p.uchiwake-txt {
    font-size: 11px;
  }
}
/*----------------------------------------------------

　サイズ表

----------------------------------------------------*/
.size {
  margin: 80px auto;
}
.size .size-title {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: .5em 1em;
  border-bottom: solid 1px #d29d4d;
  margin-bottom: 1.5em;
}
.size .size-title:before {
  content: "";
  width: 8px;
  height: 100%;
  background-image: url("/img/common/bg_yellow.jpg");
  background-repeat: repeat;
  background-position: left top;
  position: absolute;
  left: 0;
  top: 0;
}
.size .sec-size {
  margin: 40px 0;
}
.size .sec-size h4 {
  margin-bottom: 1em;
}
.size .sec-size h4:first-letter {
  color: #d29d4d;
}
.size .sec-size .size-table {
  overflow-y: hidden !important;
}
.size table {
  border-collapse: collapse; /* セルの線を重ねる */
  width: 100%;
  table-layout: fixed;
}
.size table th, .size table td {
  border: solid 1px #686868;
  padding: .8em;
  box-sizing: border-box;
}
.size table th {
  width: calc(100% / 7);
  background-image: url("/img/common/bg_yellow.jpg");
  color: #FFF;
}
.size table th.non {
  background: #FFF;
  border: none;
}
.size table td.non {
  border: none;
}
.size table td {
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
}
.size table td img {
  width: 50px;
  display: block;
  margin: 0 auto;
}
#size-furisode table .size-img .as img {
  width: 40px;
}
#size-furisode table .size-img .a0 img {
  width: 45px;
}
.size .att-box {
  margin: 50px 0;
}
.size .att {
  font-size: 12px;
  margin: .8em 0;
}
.size table th span {
  font-size: 12px;
  display: block;
  text-align: center;
}
.sizelist-txt p a {
  text-decoration: underline !important;
  display: inline-block;
  color: #a55263;
  font-weight: bold;
}
@media screen and (max-width:679px) {
  .size {
    margin: 50px auto;
  }
  .size-table {
    overflow-x: scroll;
    position: relative;
    white-space: nowrap;
  }
  .size-table table {
    width: 100%;
    /*min-width: 800px;*/
    border-collapse: collapse;
  }
  .size table th, .size table td {
    width: 115px;
    white-space: nowrap;
  }
  .size table th.non, .size table td.non {
    display: none;
  }
}
/*----------------------------------------
 サイズ表のアンカーリンク
----------------------------------------*/
.size-alink {
  display: flex;
  flex-wrap: wrap;
}
.size-alink li {
  width: 47%;
  display: flex;
  box-sizing: border-box;
  padding: 5px;
  margin: 5px 1.5%;
  border-bottom: dashed 1px #CCC;
}
.size-alink li a {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  font-size: 14px;
  position: relative;
  padding: 10px 15px 10px 5px;
}
.size-alink li a:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
.size-alink li a:hover {
  color: #a55263;
}
.size-alink li a:hover:after {
  border-right: solid 1px #a55263;
  border-bottom: solid 1px #a55263;
}
/*@media screen and ( min-width:680px) {
.size-alink li a {
	padding: .5em .5em 20px;
}
.size-alink li a:after {
	left: 50%;
	bottom: 5px;
	transform: translate(-50%,0) rotate(45deg);
}
}*/
@media screen and (max-width:679px) {
  .size-alink li {
    width: 47%;
    margin: 5px 1.5%;
  }
  .size-alink li a {
    font-size: 13px;
  }
}
/*----------------------------------------------------

　各ページからサイズ表へ移動リンク

----------------------------------------------------*/
.item-size-btn .size-page-link p a, .search-size-btn .size-page-link p a {
  display: block;
  padding: 10px 20px 10px 80px;
  border: solid 1px #a55263;
  font-size: 15px;
  font-weight: bold;
  background-image: url("/img/common/pic-keisoku.png");
  background-repeat: no-repeat;
  background-size: 65px auto;
  background-position: left 5px center;
  letter-spacing: 0.1em;
  position: relative;
}
.item-size-btn .size-page-link p a span, .search-size-btn .size-page-link p a span {
  display: block;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: normal;
}
.item-size-btn .size-page-link p a:after, .search-size-btn .size-page-link p a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
.item-size-btn .size-page-link p a:hover, .search-size-btn .size-page-link p a:hover {
  background-color: #f9e7eb;
}
.search-size-btn .size-page-link p {
  margin: 30px auto;
  max-width: 420px;
}
.item-size-btn .size-page-link p {
  display: none;
  margin: 30px 0;
}
/*振袖*/
.itempage-furisode .item-size-btn .size-page-link p.sizelink-furisode {
  display: block;
}
/*卒業袴*/
.itempage-hakama .item-size-btn .size-page-link p.sizelink-hakama {
  display: block;
}
/*卒業袴（小学生）*/
.itempage-jhakama .item-size-btn .size-page-link p.sizelink-jhakama {
  display: block;
}
/*留袖*/
.itempage-tomesode .item-size-btn .size-page-link p.sizelink-tome-houmon {
  display: block;
}
/*色留袖*/
.itempage-irotomesode .item-size-btn .size-page-link p.sizelink-tome-houmon {
  display: block;
}
/*訪問着*/
.itempage-houmongi .item-size-btn .size-page-link p.sizelink-tome-houmon {
  display: block;
}
/*ヌーボー*/
.itempage-nuovo .item-size-btn .size-page-link p.sizelink-nuovo {
  display: block;
}
/*七五三*/
.itempage-753 .item-size-btn .size-page-link p.sizelink-753 {
  display: block;
}
/*男子紋服*/
.itempage-monpuku .item-size-btn .size-page-link p.sizelink-monpuku {
  display: block;
}
/*ジュニア男子紋服*/
.itempage-junior-monpuku .item-size-btn .size-page-link p.sizelink-junior-monpuku {
  display: block;
}
/*小紋*/
.itempage-komon .item-size-btn .size-page-link p.sizelink-komon {
  display: block;
}
/*婚礼衣装（ドレス・白無垢・色打掛）*/
.itempage-wedding-lady .item-size-btn .size-page-link p.sizelink-wedding-lady {
  display: block;
}
/*婚礼衣装（紋付羽織袴・タキシード）*/
.itempage-wedding-man .item-size-btn .size-page-link p.sizelink-wedding-man {
  display: block;
}
/*喪服*/
.itempage-mofuku .item-size-btn .size-page-link p.sizelink-mofuku {
  display: block;
}
/*卒園式袴*/
.itempage-chakama .item-size-btn .size-page-link p.sizelink-chakama {
  display: block;
}
/*紳士礼服*/
.itempage-shinshi .item-size-btn .size-page-link p.sizelink-shinshi {
  display: block;
}
/*お宮参り産着*/
.itempage-omiya .item-size-btn .size-page-link p.sizelink-omiya {
  display: block;
}
/*足袋・履き物*/
.itempage-item .item-size-btn .size-page-link p.sizelink-item {
  display: block;
}
/*----------------------------------------

裄丈

----------------------------------------*/
.yukitake {
  /*border: solid 1px #d29d4d;*/
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.yukitake .yuki-title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  border-bottom: solid 1px #d29d4d;
  padding: 1em .5em;
  box-sizing: border-box;
  cursor: pointer;
}
.yukitake .yuki-ac {
  display: none;
  width: 100%;
}
.yukitake .yuki-01 h5, .yukitake .yuki-02 h5 {
  margin: .5em 0 .5em;
}
@media screen and (min-width:680px) {
  .yukitake .yuki-01 {
    width: 45%;
    margin: 20px 2.5%;
    padding: 1em 2.5%;
    box-sizing: border-box;
    border-right: dashed 1px #d29d4d;
  }
  .yukitake .yuki-02 {
    width: 45%;
    margin: 20px 2.5%;
    padding: 1em 2.5%;
    box-sizing: border-box;
  }
  .yukitake .yuki-01 h5, .yukitake .yuki-02 h5 {
    text-align: center;
  }
}
@media screen and (max-width:679px) {
  .yukitake {
    width: 90%;
    margin: 0px auto;
  }
  .yukitake .yuki-01, .yukitake .yuki-02 {
    /*display: flex;
	justify-content: space-between;
	align-items: center;*/
    padding: 1.5em .5em;
  }
  .yukitake .yuki-01 {
    border-bottom: dashed 1px #d29d4d;
  }
  .yukitake .yuki-01 .pic, .yukitake .yuki-02 .pic, .yukitake .yuki-01 .yuki-txt, .yukitake .yuki-02 .yuki-txt {
    width: 100%;
  }
}
/*----------------------------------------

アコーディオン

----------------------------------------*/
.ac-list .ac-menu {
  background-image: url("/img/common/bg_yellow.jpg");
  color: #FFF;
  border-bottom: 1px solid #FFF;
  /*border: solid 1px #d29d4d;*/
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  margin: 0 !important;
}
.ac-list .ac-menu:hover {
  opacity: .8;
}
.ac-list .ac-menu .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 3%;
  width: 30px;
  height: 30px;
  border: 1px solid #FFF;
  margin-top: -15px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.ac-list .ac-menu .i_box .icon {
  display: block;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.ac-list .ac-menu.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.ac-list .ac-menu .i_box .icon:before, .ac-list .ac-menu .i_box .icon:after {
  display: flex;
  content: '';
  background-color: #FFF;
  border-radius: 10px;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.ac-list .ac-menu .i_box .icon:before {
  width: 2px;
  height: 16px;
  top: 0;
  left: 7px;
}
.ac-list .ac-menu.open .i_box .icon:before {
  content: none;
}
.ac-list .ac-menu.open .i_box .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ac-list .ac-inner {
  display: none;
  padding: 30px 30px;
  border-left: 1px solid #d29d4d;
  border-right: 1px solid #d29d4d;
  border-top: 1px solid #FFF;
  box-sizing: border-box;
}
.ac-list:last-of-type .ac-inner, .ac-list:last-of-type .ac-menu {
  border-bottom: 1px solid #d29d4d;
}
.ac-list:last-of-type .ac-inner {
  border-top: none;
}
.ac-list .ac-inner ul li a {
  font-size: 16px;
  padding: 1em .5em;
}
/*----------------------------------------

ポップアップ

----------------------------------------*/
/*------------------------------
   メニューを固定する
--------------------------------*/
.no-scroll {
  overflow: hidden;
}
/*------------------------------
   薄黒カバー
--------------------------------*/
.pop-overlay {
  background: rgba(0, 0, 0, 0.5); /* 薄黒 */
  width: 100%; /* 画面いっぱいに表示 */
  height: 100%; /* 画面いっぱいに表示 */
  position: fixed; /* 固定 */
  top: 0;
  left: 0;
  z-index: 9990;
  display: none; /* 初期非表示 */
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.pop-open {
  display: flex;
}
/*------------------------------
   コンテンツ
--------------------------------*/
.pop-content {
  background-color: #FFF;
  width: 86%;
  max-width: 1000px;
  max-height: 80vh;
  overflow-y: scroll;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 2em;
}
@media screen and (max-width:679px) {
  .pop-content {
    width: 90%;
    height: 80vh;
    padding: 2em 1.5em;
    overflow-y: scroll;
  }
}
/*------------------------------
   ボタン
--------------------------------*/
.pop-btn {
  cursor: pointer;
}
.pop-overlay .close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 15px;
  top: 25px;
}
.pop-overlay .close span {
  position: relative;
  display: block;
}
.pop-overlay .close span::before, .pop-overlay .close span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 30px; /* 棒の高さ */
  background: #FFF;
}
.pop-overlay .close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pop-overlay .close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width:680px) {
  .pop-overlay .close {
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 30px;
    border: solid 2px #FFF;
    border-radius: 50%;
    right: 10px;
    top: 10px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .pop-overlay .close span::before, .pop-overlay .close span::after {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .pop-overlay .close:hover {
    background-color: #FFF;
  }
  .pop-overlay .close:hover span::before, .pop-overlay .close:hover span::after {
    background: #F03134;
  }
}
/*----------------------------------------------------
 サイドバナー
----------------------------------------------------*/
@media screen and (max-width:600px) {
  .side-bnr {
    width: 95%;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 450px;
  }
}
/*----------------------------------------------------
　検索ボタンの設定
----------------------------------------------------*/
.sysItemSearchFormItemCategoryGroups div ul li label.label-disabled {
  background-color: #E5E5E5;
  opacity: .5;
}
.sysItemSearchFormItemCategoryGroups div ul li label.label-disabled:hover {
  cursor: default;
  border: 1px solid #bbb;
  color: #000;
}
.result .result-first-checkbox label:not(.result-first-checked) {
  opacity: .5;
  pointer-events: none;
}
.result .result-first-checked label:not(.result-first-checked):hover {
  cursor: default;
}
/*----------------------------------------------------
　商品一覧でのセット割引のリボン
----------------------------------------------------*/
#sysMain ul li.icon-setoff {
  overflow: hidden;
}
#sysMain ul li.icon-setoff .sysThumbnailImage a, #sysMain ul li.icon-setoff .sysItemImage a {
  position: relative;
}
#sysMain ul li.icon-setoff .sysThumbnailImage a:after, #sysMain ul li.icon-setoff .sysItemImage a:after {
  content: "紳士礼服とセットで\A表示価格から10%OFF！";
  white-space: pre-wrap;
  background-color: rgba(191, 26, 32, .9);
  color: #FFF;
  font-weight: bold;
  text-align: center;
  width: 100% !important;
  display: block !important;
  padding: .5em .2em;
  font-size: 13px;
  box-sizing: border-box;
  line-height: 1.5;
  position: absolute;
  left: 0;
  bottom: 0;
}
#sysMain ul li.net-10off .sysThumbnailImage a:after, #sysMain ul li.net-10off .sysItemImage a:after {
  content: "ネット注文限定10%OFF！";
}
/*----------------------------------------------------
　来店レンタルのみ
----------------------------------------------------*/
.shop-only-rental .sysRentalSchedules, .shop-only-rental #sysNumber, .shop-only-rental #sysSubtotal, .shop-only-rental #sysSubmit {
  display: none !important;
}
.shop-only-rental .sysNextSubmit {
  background: #da4636;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  padding: 1.5em 1em !important;
  height: auto !important;
}
.shop-only-rental .sysNextSubmit:hover {
  opacity: 0.8;
}
.form-onlyshop.sub-page div#sysMain {
  margin: 100px auto !important;
  padding: 20px 30px !important;
}
#sysFormIndex.form-onlyshop #sysMain, #sysFormConfirm.form-onlyshop #sysMain, #sysFormThanks.shop-only-rental #sysMain {
  padding: 20px 30px !important;
}
.shop-only-rental .btn-tel a {
  background: #FFF;
  border: solid 1px #da4636;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  padding: 1.5em 1em !important;
  height: auto !important;
  line-height: 2;
  margin-top: 10px;
  color: #000;
  display: block;
  text-shadow: none;
  border-radius: 3px;
  text-align: center;
}
.shop-only-rental .btn-tel a span {
  font-weight: bold;
  line-height: 2;
  color: #000;
  display: inline-block;
  background-image: url("/img/common/dial.png");
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: left center;
  padding-left: 40px;
  font-size: 16px;
}
.shop-only-rental .btn-tel a:hover {
  opacity: 0.8;
}
.form-onlyshop #sysMain .sysFormLabel {
  display: inline-block !important;
  margin: 1em 0 !important;
}
.form-onlyshop #sysMain .sys3 .sysFormField input {
  width: 10em;
}
.form-onlyshop #sysMain .sys3 .sysFormField .sysButton {
  width: 18em;
}
.form-onlyshop #sysMain .sysItemNameByFreeform {
  padding: 1em;
  border: solid 1px #a55263;
}
.form-onlyshop #sysMain .sysNextSubmit {
  background: #da4636;
  margin-bottom: 30px !important;
  cursor: pointer;
}
.form-onlyshop #sysMain .sysNextSubmit:hover {
  opacity: 0.8;
}
#sysFormConfirm.form-onlyshop button.sysButton {
  width: 100%;
  margin-right: 0 !important;
  float: none !important;
  margin-bottom: 0 !important;
}
.form-onlyshop .message {
  margin-bottom: 30px;
}
/*----------------------------------------------------
　一覧　通常レンタル価格
----------------------------------------------------*/
#sysMain .sysItemList .sysSuggestedRetailPrice {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  color: #555;
}
#sysMain .sysItemList .sysSuggestedRetailPrice p {
  margin: 0 !important;
  text-decoration: line-through;
}
@media screen and (max-width:799px) {
  #sysMain .sysItemList .sysSuggestedRetailPrice {
    align-items: center;
    flex-flow: column;
  }
}
/*----------------------------------------------------
　商品のアイコン
----------------------------------------------------*/
.sysItemPrArea, .sysPr {
  margin-top: 20px !important;
  text-align: center !important;
}
.sysPr span.item-icontext {
  font-size: 12px;
  border-radius: 100px;
  border: solid 1px #552d40;
  color: #552d40;
  display: inline-block;
  min-width: 49%;
  box-sizing: border-box;
  padding: 5px 1px;
}
.sysPr span:empty {
  display: none !important;
}
.item-coordinate .sysPr, .itempage .sysPr {
  margin: 20px 0 !important;
}
.sysItemPrArea {
  margin-top: 10px;
}
.sysItemPrArea span.item-icontext {
  font-size: 10px;
  border-radius: 100px;
  border: solid 1px #552d40;
  color: #552d40;
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
  height: auto !important;
  line-height: 1.3 !important;
  padding: 5px;
}
/*.item-coordinate .sysPr:has(> :nth-child(2):last-child) span.item-icontext,
.itempage .sysPr:has(> :nth-child(2):last-child) span.item-icontext {
	width: 100%;
}*/
/*----------------------------------------------------
　お宮参り　着せ方
----------------------------------------------------*/
@media screen and (min-width:800px) {
  .kisekata-list {
    display: flex;
    flex-wrap: wrap;
  }
  .kisekata-list dt {
    width: 240px;
    padding: 25px 0;
    box-sizing: border-box;
  }
  .kisekata-list dd {
    width: calc(100% - 240px);
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 25px;
  }
}
@media screen and (max-width:799px) {
  .kisekata-list dt {
    width: 90%;
    max-width: 250px;
    margin: 45px auto 25px;
    box-sizing: border-box;
  }
  .kisekata-list dd {
    margin: 25px auto;
  }
}
/*----------------------------------------------------
　商品ページの機能パーツタイトル
----------------------------------------------------*/
.itempage .sysHeadline {
  width: 100%;
  /*margin: 100px auto 30px !important;*/
}
.itempage .sysHeadline h2 {
  margin: 0 auto 50px !important;
}
.itempage .sysHeadline:before {
  display: none;
}
.itempage .sysHeadline h2 {
  max-width: 600px;
  margin: 0px auto 1.5em !important;
  position: relative;
  text-align: center;
  font-size: 20px;
  letter-spacing: 3px;
}
.itempage .sysHeadline h2:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
@media screen and (max-width:679px) {
  .itempage .sysHeadline h2 {
    font-size: 18px;
  }
  .itempage .sysHeadline h2 span {
    padding: 0 .5em;
  }
}
/*----------------------------------------------------
　予約締切日以降のレンタル案内
----------------------------------------------------*/
.yoyaku-after-tel {
  margin: 15px 0 40px;
}
.yoyaku-after-tel .sysContent {
  background-color: #FFE9E9;
  padding: 1em !important;
  box-sizing: border-box;
}
.yoyaku-after-tel .sysContent dl {
  text-align: center;
}
.yoyaku-after-tel .sysContent dl dt {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #c2546b;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 10px;
  font-weight: bold;
}
.yoyaku-after-tel .sysContent dl dd {
  color: #c2546b;
  font-weight: bold;
}
.yoyaku-after-tel .sysContent dl dd a {
  color: #c2546b;
  font-weight: bold;
  text-decoration: underline;
}
/*----------------------------------------------------
　お問い合わせの写真
----------------------------------------------------*/
.form-onlyshop .sysItemThumnailByFreeform {
  max-width: 250px;
  margin: 30px auto;
}
/*----------------------------------------------------
　セット商品レンタルボタン（コーディネートから）
----------------------------------------------------*/
#sysExplanation a {
  display: block;
  background-color: #a55263;
  color: #FFF;
  font-weight: bold;
  border-radius: 10px;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 25px;
  text-align: center;
  font-size: 16px;
}
#sysExplanation a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
/*----------------------------------------------------
　パス再設定の案内
----------------------------------------------------*/
.renewal-pass {
  margin: 30px auto 0;
  width: 96%;
  max-width: 1100px;
  background-image: url(/img/common/bg-pink.jpg);
  background-repeat: repeat;
  padding: 15px;
  box-sizing: border-box;
}
.renewal-pass a {
  display: block;
  width: 100%;
  background-color: #FFF;
  padding: 15px;
  box-sizing: border-box;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}
.renewal-pass:has(a:hover) {
  opacity: .7;
}
.renewal-pass a h4 {
  font-size: 20px;
  color: #e5442f;
  text-align: center;
}
.renewal-pass a p {
  background-color: #e5442f;
  color: #FFF;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  display: block;
  max-width: 315px;
  margin: 15px auto 0;
}
.renewal-pass a p span {
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  padding: 0 25px;
  position: relative;
}
.renewal-pass a p span:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width:799px) {
  .renewal-pass {
    padding: 10px;
  }
  .renewal-pass a h4 {
    font-size: 14px;
  }
  .renewal-pass a h4 span {
    font-size: 16px;
  }
}

/*----------------------------------------------------
　カテゴリ内の検索
----------------------------------------------------*/
.sysItemCategoryCtl .sysItemSearchFormWord {
	padding-top: 20px;
	margin-bottom: 10px;
}
/*.sysItemCategoryCtl .sysItemSearchFormWord:before {
	content: "カテゴリ内でキーワード検索";
	font-size: 20px;
    letter-spacing: 3px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	display: block;
}*/
.sysItemCategoryCtl .sysSearchButton {
	width: 90%!important;
	max-width: 450px;
	margin: 10px auto 50px;
}
@media screen and (min-width: 600px) {
#sysItemCategory .sysFuncItemSearch.top-keyword.keyword-search .sysContent {
	display: flex;
	justify-content: space-between;
}
#sysItemCategory .sysFuncItemSearch.top-keyword.keyword-search .sysContent .sysItemSearchFormWord {
	padding-top: 5px!important;
	margin-bottom: 5px !important;
}
#sysItemCategory .sysFuncItemSearch.top-keyword.keyword-search .sysContent .sysSearchButton {
	margin: 5px 0!important;
}
}

/*----------------------------------------------------
 フリーエリアを非表示
----------------------------------------------------*/
.opcItem_freeAreaOrderConfirmGroup,
.opcItem_freeAreaOrderConfirm {
	display: none;
}

/*----------------------------------------------------
 TOPキーワード検索
----------------------------------------------------*/
#sysMain .sysFuncItemSearch.top-keyword {
	background-image: url(https://marusho-kimono-shop.jp/img/common/bg_red.jpg)!important;
	background-color: transparent;
	border: solid 1px #dbad6e;
	box-sizing: border-box;
	padding: 15px;
	margin: 0 auto 65px!important;
}
#sysMain .sysFuncItemSearch.top-keyword .sysHeadline {
	/*background-image: url(https://marusho-kimono-shop.jp/img/common/bg_red.jpg)!important;*/
	background-color: #dbad6e;
	border: solid 1px #dbad6e;
	padding-top: 1em!important;
	padding-bottom: 1em!important;
	text-shadow: 0px 2px 4px rgba(185, 145, 89, 0.9)!important;
	cursor: default!important;
	display: flex;
	justify-content: center;
	align-items: center;
}
#sysMain .sysFuncItemSearch.top-keyword .sysHeadline:before {
	content: "";
	width: 30px;
	height: 30px;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	background-image: url(https://marusho-kimono-shop.jp/img/common/icon_search2.png);
	background-color: transparent!important;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	margin-right: 10px;
	transform: translateY(0);
}
#sysMain .sysFuncItemSearch.top-keyword .sysHeadline:after {
	display: none!important;
}
#sysMain .sysFuncItemSearch.top-keyword .sysContent {
	display: block;
	border: solid 1px #dbad6e;
	/*background-image: url(https://marusho-kimono-shop.jp/img/common/bg_deco01_left.png),
	url(https://marusho-kimono-shop.jp/img/common/bg_deco01_right.png);
	background-repeat: no-repeat;
	background-size: 180px auto;
	background-position: left bottom, right top;
	box-sizing: border-box;*/
}
#sysMain .sysFuncItemSearch.top-keyword .sysContent .sysSearchButton {
	background: #c7614a!important;
}
#sysMain .sysFuncItemSearch.top-keyword .sysContent .sysItemSearchForm {
	background-color: transparent;
	border: none!important;
	padding: 0!important;
	margin: 0!important;
}
#sysMain .sysFuncItemSearch.top-keyword .sysContent .sysItemSearchForm .sysItemSearchFormWord {
	margin-bottom: 0!important;
}
#sysMain .sysFuncItemSearch.top-keyword .sysContent .sysItemSearchForm .sysItemSearchFormWord input {
	height: 100%!important;
}


@media screen and (max-width:1100px) {
#sysMain .sysFuncItemSearch.top-keyword {
	width: calc(100% - 40px);
	margin: 0 auto 65px!important;
}
}
@media screen and (min-width:600px) {
#sysMain .sysFuncItemSearch.top-keyword .sysContent form {
	display: flex;
	justify-content: space-between;
}
#sysMain .sysFuncItemSearch.top-keyword .sysContent .sysItemSearchFormWord {
	width: calc(100% - 270px)!important;
}
#sysMain .sysFuncItemSearch.top-keyword .sysContent .sysSearchButton {
	width: 250px!important;
	margin: 0!important;
}
#sysMain .sysFuncItemSearch.top-keyword .sysContent .sysItemSearchFormWord  input[type="search"] {
	height: 100%;
	box-sizing: border-box;
}
}
@media screen and (min-width:600px) and (max-width:799px) {
#sysMain .sysFuncItemSearch.top-keyword .sysContent .sysItemSearchFormWord {
	width: calc(100% - 190px)!important;
}
#sysMain .sysFuncItemSearch.top-keyword .sysContent .sysSearchButton {
	width: 170px!important;
}
}
@media screen and (max-width:599px) {
#sysMain .sysFuncItemSearch.top-keyword {
	width: 96%;
	margin: 0 auto 45px!important;
}
#sysItemCategory #sysMain .sysFuncItemSearch.top-keyword {
	width: 100%;
	margin: 25px auto 45px!important;
}
#sysMain .sysFuncItemSearch.top-keyword .sysContent .sysSearchButton {
	margin: 10px auto 0!important;
	width: 90%;
	max-width: 250px;
}
#sysMain .sysFuncItemSearch.top-keyword .sysContent .sysItemSearchFormWord  input[type="search"] {
	min-height: 60px;
	box-sizing: border-box;
}
}
@media screen and (max-width:600px){
.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,
#sysItemSearch div#sysMain{
    width: 98% !important;
  padding:20px 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{
  margin-top:30px;
}

/***********************************
  商品詳細ページ
***********************************/
#sysItemDetail #sysMain {
    max-width: 450px;
    width: 90% !important;
}
.sysItemList ul.sysThumbnail li{
	width: 50% !important;
	padding: 25px 15px!important;
	display: flex;
	flex-flow: column;
}
.sysItemList ul.sysThumbnail li .itemDetailWrap {
	display: flex;
	flex-flow: column;
}
.sysItemList ul.sysThumbnail li .sysItemName,
.sysItemList ul.sysThumbnail li .sysItemNameTxt {
	flex-grow: 1;
}
.sysItemList ul.sysThumbnail li .sysRetailPrice {
	margin-top: .8em!important;
}
.sysItemName a{font-size: 12px;}
/*商品名*/
#sysItemDetail .sysItemName h1{
  font-size:20px;
  padding-bottom:5px;
  margin-bottom:20px;
}
#sysItemDetail .sysForm select{
  height:40px;
  text-align:left;
}
#sysItemDetail .sysSelectionDescription{margin: 5px 0 10px;}
#sysItemDetail #sysNumber{text-align: right;}

/*数量増減*/
#sysItemDetail .sysNumArea button {
  width: 35%;
}
/*PRアイコン(商品カテゴリーページ)*/
#sysItemCategory #sysMain{padding: 5px;}
.sysItemPrArea span{
        width: 48%;
        padding: 3px 0px;
        font-size: 10px;
}
#sysItemCategory input[type=submit]{margin-top: 0px;}
.sysAddSelection{font-size: 12px;}
.sysSelectionDescription{font-size: 10px;}
/*PRアイコン(商品詳細ページ)*/
.sysPr{margin-top: 10px;}
.sysPr span{
        width: 49%;
        font-size: 16px;
}
#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}

/***********************************
  ヘッダー
***********************************/
.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: 0;
  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: 95%;
  margin: 0 2.5%;
  position: relative;
  text-align: center;
}
.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;
}
#spNaviWrap{
  position: absolute;
  width: 100%;
  height: 1550px;
  top: 0px; left: -100%;
  background: rgba(225,225,225,1);
  z-index:  200;
  padding: 30px 10px 0;
        overflow: scroll;
}

/***********************************
  ログイン情報
***********************************/
.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;
}

/***********************************
  ナビゲーションメニュー
***********************************/
#closeMenu{
  position: absolute;
  top: 15px; left: 15px;
  font-size: 15px;
}
#closeMenu span{
        font-size: 12px;
        margin: 0 10px;
        display: inline-block;
    cursor:pointer;
}
#closeMenu2{
        text-align: center;
        margin: 20px 0;
        border: 1px solid #444;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    border-radius:5px;
    cursor:pointer;
}
#closeMenu2 span{
        display: inline-block;
        margin: 0 10px;
}
#spNavMenu .navTitle{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#spNavMenu{margin: 30px 0 0;}
#spNavMenu .spMenuList{
  height: auto;
  line-height: 40px;
  font-size: 15px;
  position: relative;
  border-bottom: 1px solid #aaa;
}
#spNavMenu .spMenuList a{
        display: block;
  padding-left: 15px;
}
#spNavMenu .spToggleNav{
  height: 270px;
  overflow: hidden;
}
#spNavMenu .spToggleNav li{
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  border-bottom: 1px dotted #aaa;
}
#spNavMenu .spToggleNav li{padding-left: 20px;}
#spNavMenu .spToggleNav li:first-child{border-top: 1px solid #aaa}
#spNavMenu .spToggleNav li:last-child{border-bottom: 0;}

/***********************************
  フッター
***********************************/
.footer{
  margin: 30px 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 80px;
  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: 100%;
  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: 90%;}
.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 .sysHorizontal {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.top_newarrival li {
  width: 50% !important;
  margin: 0 !important;
  padding:1.5em !important;
  display: block;
}
.top_newarrival li:nth-child(3n) {
  border-right: 1px solid rgb(224, 224, 224);
}
.top_newarrival li:nth-child(2n) {
  border-right: none;
}
.top_newarrival li:nth-last-child(1),
.top_newarrival li:nth-last-child(2):nth-child(3n+1),
.top_newarrival li:nth-last-child(2):nth-child(3n+2),
.top_newarrival li:nth-last-child(3):nth-child(3n+1){
  border-bottom:1px solid rgb(224, 224, 224);
}
.top_newarrival li:last-child,
.top_newarrival li:nth-last-child(2):nth-child(odd) {
  border-bottom:none;
}
.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;
}



/*2023.10.16追加*/
/* TOP・商品一覧（サムネイルタイプ）
 *----------------------------------------------------------------------*/
.sysItemList ul.sysThumbnail {
  display: flex;
  flex-wrap: wrap;
}
.sysItemList .sysThumbnail li {
  display: block;
}
.sysItemList .sysThumbnail li:nth-child(3n) {
  border-right: 1px solid rgb(224, 224, 224);
}
.sysItemList .sysThumbnail li:nth-child(2n) {
  border-right: none;
}
.sysItemList .sysThumbnail li:nth-last-child(1),
.sysItemList .sysThumbnail li:nth-last-child(2):nth-child(3n+1),
.sysItemList .sysThumbnail li:nth-last-child(2):nth-child(3n+2),
.sysItemList .sysThumbnail li:nth-last-child(3):nth-child(3n+1){
  border-bottom:1px solid rgb(224, 224, 224);
}
.sysItemList .sysThumbnail li:last-child,
.sysItemList .sysThumbnail li:nth-last-child(2):nth-child(odd) {
  border-bottom:none;
}




/*2023.10.16追加*/
/* 検索（カテゴリーを選択する）
 *----------------------------------------------------------------------*/
.itemCategoryGroup0 ul li:nth-child(n+4),
.itemCategoryGroup0 ul li:not(:nth-child(3n)),
.itemCategoryGroup0 ul li {
	width: 49%;
}
.itemCategoryGroup0 ul li label {
	font-size: 11px;
}

/*2023.10.16追加*/
/* 検索（カラーを選択）
 *----------------------------------------------------------------------*/
.itemCategoryGroup1 ul li:nth-child(n+4),
.itemCategoryGroup1 ul li:not(:nth-child(3n)),
.itemCategoryGroup1 ul li {
	width: 49%;
}
.itemCategoryGroup1 ul li label {
	font-size: 11px;
}



/*2023.10.16追加*/
/* 検索部分をアコーディオン表示
 *----------------------------------------------------------------------*/
#sysMain .sysFuncItemSearch .sysHeadline {
	font-size: 16px;
}
.detail .sysHeadline  {
  position: relative;
  margin: 50px auto !important;
}
.detail .sysHeadline:after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #000;
}

/*----------------------------------------------------
 PC＆スマホ
----------------------------------------*/
.sp{
	display:block;
}
.pc{
	display:none;
}





/*----------------------------------------------------
   
   ヘッダーロゴ
   
----------------------------------------------------*/
.sp-header-logo {
	width: calc(100% - 200px);
	display: inline-block;
	margin-top: 5px;
}




/*----------------------------------------------------
   
   ヘッダー
   
----------------------------------------------------*/

.header_wrap {
	height: auto!important;
}
.top_slider {
	margin: 70px auto 0;
}


/*----------------------------------------------------
   
   top お知らせ
   
----------------------------------------------------*/
.top-news .sysContent nav li a {
	font-size: 12px;
}



/*----------------------------------------------------
   
   TOP　ナビ
   
----------------------------------------------------*/

.top-nav-content {
	width: 96%;
	margin: 2em auto;
}
.top-nav-content .top-nav-bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-nav-content .top-nav-bnr li {
	width: 32%;
}
.top-nav-content .top-nav-bnr li a {
	padding: .8em .3em;
	margin-bottom: 10px;
	line-height: 1.3;
	font-size: 14px;
}
.top-nav-content .top-nav-bnr li a span strong {
	font-size: 20px;
	display: block;
}

.top-nav-content .top-nav-search {
	box-sizing: border-box;
	padding-right: 6px;
	padding-bottom: 6px;
	position: relative;
	margin-bottom: 10px;
}
.top-nav-content .top-nav-search:before {
	content: "";
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	background-color: #dbad6e;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.top-nav-content .top-nav-search a {
	display: block;
	background-image: url("/img/common/bg_red.jpg");
	color: #FFF;
	padding: 1em 10px;
}
.top-nav-content .top-nav-search a span {
	display: block;
	border: double 6px #FFF;
	border-radius: 100px;
	padding: .6em 45px;
	text-align: center;
	font-weight: 700;
	position: relative;
}
.top-nav-content .top-nav-search a span strong {
	font-size: 20px;
}
.top-nav-content .top-nav-search a span:before {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url("/img/icon/icon_search01.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(0,-50%);
}


.top-nav-content .top-nav-bnr li.top-nav-beginner {
	width: 100%;
}
.top-nav-content .top-nav-bnr li.top-nav-beginner a {
	color: #a7833c;
	background-image: url("/img/common/bg_deco01_left.png"),url("/img/common/bg_deco01_right.png");
	background-repeat: no-repeat;
	background-size: 140px auto;
	background-position: left bottom,right top;
	box-sizing: border-box;
	border: solid 1px #dbad6e;
	padding: 0;
}
.top-nav-content .top-nav-bnr li.top-nav-beginner a span {
	background-image: url("/img/icon/icon_beginner.png"),url("/img/model/furisode01.png?20241225");
	background-repeat: no-repeat;
	background-size: 40px auto,100px auto;
	background-position: left 5px center,right top;
	padding: .6em 110px .6em 60px;
	font-size: 12px;
}
.top-nav-content .top-nav-bnr li.top-nav-beginner a span strong {
	font-size: 18px;
}






/*----------------------------------------------------
   
   TOP　特集
   
----------------------------------------------------*/

.features-box .sysContent ul {
	width: 96%;
	margin: 0 auto;
	flex-direction: column;
}
.features-box .sysContent ul li {
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto 20px;
}
.features-box .sysContent ul li:last-child {
	margin: 0 ;
}





/*----------------------------------------------------
   
   TOP　ボタン
   
----------------------------------------------------*/

.origin-btn {
	margin: 3em auto 0;
}
.origin-btn a {
	min-width: 70%;
}





/*----------------------------------------------------
   
   TOP　ヘッダー
   
----------------------------------------------------*/

.header_sp {
	padding-bottom: 10px;
}

/*----------------------------------------------------   
    詳細カレンダー
----------------------------------------------------*/
.sysRentalScheduleInfo {  margin-top: .5em;}
.sysRentalScheduleInfo .sysRentalSendDay {  display: none !important;}
.sysRentalSchedulesValid.sysRentalSchedulesSend    {    background-color: #fff;}
}
@media screen and (min-width:601px) and (max-width:1100px){
.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: 95% !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{
  margin-top:100px;
}

/***********************************
  商品詳細ページ
***********************************/
#sysItemCategory #sysMain{padding:  30px 0px;}
#sysItemCategory input[type=submit]{margin-top: 0px;}
#sysItemDetail #sysMain {
    width: 95% !important;
}
#sysItemDetail .sysCategoryPankuzu {
  margin-bottom: 20px;
}
#sysItemDetail .sysItemName h1 {
  font-size: 15px;
}
#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: 48%;
        font-size: 14px;
}
.sysPr span{font-size: 10px;}

/***********************************
  ヘッダー
***********************************/
.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: 0;
  float: none;
  text-align: center;
  
}
.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: 95%;
  margin: 0 2.5%;
  position: relative;
  text-align: center;
}
.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;
}
#spNaviWrap{
  position: absolute;
  width: 100%;
  height: 1400px;
  top: 0px; left: -100%;
  background: rgba(225,225,225,1);
  z-index:  200;
  padding: 80px 10px 50px;
       overflow: scroll;
}
/***********************************
  ログイン情報
***********************************/
.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;
}
#closeMenu span{
        font-size: 15px;
        margin: 0 10px;
        display: inline-block;
}
#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: 800px;
        margin: 80px auto 0;
        width: 90%;
}
#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;}

/***********************************
  フッター
***********************************/
.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: 46%;
  padding: 0;
  margin-bottom: 40px;
}

.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;
}

/*2023.9.20追加*/
/*コーディネート用　関連商品*/
.coord-item .sysHeadline {
	font-size: 20px;
}
.coord-item .sysContent .sysHorizontal li .sysItemName a {
	font-size: 1.3rem;
}



/*2023.10.16追加*/
/* 検索（カテゴリーを選択する）
 *----------------------------------------------------------------------*/
.itemCategoryGroup0 ul li:nth-child(n+4),
.itemCategoryGroup0 ul li:not(:nth-child(3n)),
.itemCategoryGroup0 ul li {
	width: 32%;
}

/*2023.10.16追加*/
/* 検索（カラーを選択）
 *----------------------------------------------------------------------*/
.itemCategoryGroup1 ul li:nth-child(n+4),
.itemCategoryGroup1 ul li:not(:nth-child(3n)),
.itemCategoryGroup1 ul li {
	width: 32%;
}


/*----------------------------------------------------
 PC＆スマホ
----------------------------------------*/
.sp{
	display:none!important;
}
.pc{
	display:block;
}




/*2023.11.24追加*/
/* 検索ナビ
 *----------------------------------------------------------------------*/
.top-nav-content {
	max-width: 1100px;
	margin: 3em auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.top-nav-content .top-nav-search {
	width: 210px;
	box-sizing: border-box;
	padding-right: 10px;
	padding-bottom: 10px;
	position: relative;
}
.top-nav-content .top-nav-bnr {
	width: calc(100% - 250px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-nav-content .top-nav-bnr li {
	width: 32%;
}
.top-nav-content .top-nav-bnr li a span {
	font-size: 15px;
}
.top-nav-content .top-nav-bnr li a span strong {
	font-size: 24px;
}

.top-nav-content .top-nav-bnr li.top-nav-beginner {
	width: 100%;
}
.top-nav-content .top-nav-bnr li.top-nav-beginner a {
	color: #a7833c;
	/*background-image: url("https://marusho-kimono-shop.jp/img/common/bg_deco01_left.png"),url("https://marusho-kimono-shop.jp/img/common/bg_deco01_right.png");*/
	background-image: url("/img/common/bg_deco01_left.png"),url("/img/common/bg_deco01_right.png");
	background-repeat: no-repeat;
	background-size: 180px auto;
	background-position: left bottom,right top;
	box-sizing: border-box;
	border: solid 1px #dbad6e;
	padding: 0;
}
.top-nav-content .top-nav-bnr li.top-nav-beginner a span {
	/*background-image: url("https://marusho-kimono-shop.jp/img/icon/icon_beginner.png"),url("https://marusho-kimono-shop.jp/img/model/furisode01.png");*/
	background-image: url("/img/icon/icon_beginner.png"),url("/img/model/furisode01.png?20241225");
	background-repeat: no-repeat;
	background-size: 45px auto,140px auto;
	background-position: left center,right top;
	padding: 1.3em 145px 1.3em 60px;
}

.top-nav-content .top-nav-search:before {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background-color: #dbad6e;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.top-nav-content .top-nav-bnr li a {
	transition: .3s;
}
.top-nav-content .top-nav-bnr li a:hover {
  opacity: .7;
}

.top-nav-content .top-nav-search a {
	display: block;
	transition: .3s;
}
.top-nav-content .top-nav-search a:hover {
  transform: translateY(6px) translateX(6px);
  opacity: .9;
}
.top-nav-content .top-nav-search a:hover img {
  opacity: 1;
}
/* --------  タブレット調整   --------*/
@media screen and ( min-width:600px) and ( max-width:1100px) {
.top-nav-content {
	padding: 0 20px;
}
}
/* --------  タブレット調整   --------*/
@media screen and ( min-width:600px) and ( max-width:935px) {
.top-nav-content .top-nav-bnr li a span strong {
	font-size: 20px;
}
}
/* --------  タブレット調整   --------*/
@media screen and ( min-width:600px) and ( max-width:840px) {
.top-nav-content .top-nav-bnr {
	width: calc(100% - 230px);
}
.top-nav-content .top-nav-bnr li a {
	padding: 1em .5em;
}
.top-nav-content .top-nav-bnr li a span {
	font-size: 15px;
}
.top-nav-content .top-nav-bnr li a span strong {
	font-size: 20px;
	display: block;
}
.top-nav-content .top-nav-bnr li.top-nav-beginner a span {
	padding: 1em 110px 1em 60px;
	font-size: 14px;
	background-size: 45px auto,100px auto;
	background-position: left 5px center,right top -5px;
}
.top-nav-content .top-nav-bnr li.top-nav-beginner a span strong {
	font-size: 20px;
	letter-spacing: normal;
}
}
/* --------  タブレット調整   --------*/
@media screen and ( min-width:600px) and ( max-width:650px) {
.top-nav-content .top-nav-bnr li.top-nav-beginner a span {
	padding: 1em 95px 1em 50px;
	font-size: 14px;
	background-size: 38px auto,85px auto;
	background-position: left 5px center,right top -5px;
}
}




/*----------------------------------------------------
   
   ヘッダー
   
----------------------------------------------------*/
.sp-header-logo {
	display: inline-block;
	max-width: 230px;
}

/* --------  タブレット調整   --------*/
@media screen and ( min-width:601px) and ( max-width:869px) {
.header_wrap {
	height: 80px;
}
.top_slider {
	margin-top: 80px;
}
}

/*----------------------------------------------------
   
   ヘッダーナビ
   
----------------------------------------------------*/

/* --------  タブレット調整   --------*/
@media screen and ( min-width:870px) and ( max-width:1100px) {
.h_navi {
	margin-top: 20px;
}
.header-nav {
	position: relative;
}
/* メニュー枠 */
.header-nav .nav-list {
  	width: 100%;
	display: flex;
	overflow: hidden;
}
/* メニュー個別枠 */
.header-nav .nav-list li {
	flex-shrink: 0;
	width: calc(100% / 5);/*メニューの幅*/
}
/* メニューリンクaタグ部分 */
.header-nav .nav-list li a {
	position: relative;
	padding: .5em;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
  	display:flex;
	align-items: center;
  	flex-direction: column;
	justify-content: center;
	font-size: 13px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
}
.header-nav .nav-list li a:after {
	content: "";
	width: 1px;
	height: 50%;
	background-color: #999;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.header-nav .nav-list li:last-child a:after {
	display: none;
}
/* メニューひらがな部分 */
.header-nav .nav-list li a span {
	font-size: 12px;
	font-weight: 500;
}
/* マウスホバー、サブメニューホバー時 */
.header-nav .nav-list li a:hover,
.header-nav .nav-list li a.active {
	/*background-color: #4873d1;
	color: #FFF;*/
}
/* 子メニュー枠 */
.header-nav li .nav-sub {
	position: absolute;/* 親要素liを基準とした位置に配置 */
	left: 0;/* 左右中央配置 */
	display: none;/* 初期非表示 */
	width: 100%;/* 幅指定必須！（親の幅サイズを基準とする） */
	z-index: 8000;
	background-color: #FFF;
	height: auto;
}
/* 子メニューを横並びに */
.header-nav li .nav-sub ul {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 10px;
}
.header-nav li .nav-sub li {
	display: flex;
	width: 20%;/* 子メニュー個々の幅 */
	box-sizing: border-box;
	padding: 5px 0;
}
.header-nav li .nav-sub li a {
	padding: 5px 10px 5px;
	font-size: 13px;
	border: none;
	display: flex;
	flex-direction: column;
}
.header-nav li .nav-sub li a span {
	flex-grow: 1;
}
.header-nav li .nav-sub li a:after {
	display: none;
}

.header-nav li a.active {
	color: #a55263;
}
.header-nav li .nav-sub li a:hover {
	color: #c2546b;
}
}
/* --------  タブレット調整   --------*/
@media screen and ( min-width:601px) and ( max-width:869px) {
.h_navi {
	display: none;
}
}




/*----------------------------------------------------
   
   TOP-特集一覧
   
----------------------------------------------------*/
.features-box .sysContent ul {
	width: 96%;
	margin: 0 auto;
}




/*----------------------------------------------------
   
   サイドナビ・バナー
   
----------------------------------------------------*/
.side_navi .sysContent ul {
	display: flex!important;
	flex-wrap: wrap!important;
}
.side_navi .sysContent ul li {
	display: block!important;
}
.side-banner_set10off .sysContent ul,
.side-bnr .sysContent ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 3em auto;
}
.side-banner_set10off .sysContent ul li,
.side-bnr .sysContent ul li {
	width: 50%;
	margin: 10px 0;
	box-sizing: border-box;
	padding: 10px;
}



/* --------  スマホ調整   --------*/
@media screen and ( min-width:600px) and ( max-width:1100px) {
div#sysAside {
	width: 100%!important;
}
}
/*----------------------------------------------------   
    詳細カレンダー
----------------------------------------------------*/
.sysRentalScheduleInfo {  margin-top: .5em;}
.sysRentalScheduleInfo .sysRentalSendDay {  display: none !important;}
.sysRentalSchedulesValid.sysRentalSchedulesSend    {    background-color: #fff;}
}
@media screen and (min-width:1101px){
.sysDisplayPcNone{
  display:none !important;
}

/*2023.9.20追加*/
/*コーディネート用　関連商品*/
.coord-item .sysHeadline {
	font-size: 20px;
}

/*----------------------------------------------------
 PC＆スマホ
----------------------------------------*/
.sp{
	display:none!important;
}
.pc{
	display:block;
}




/*----------------------------------------------------
   
   2カラム
   
----------------------------------------------------*/
#sysMain {
	width: 850px!important;
}
#sysAside {
	width: 210px!important;
}





/*2023.11.24追加*/
/* 検索ナビ
 *----------------------------------------------------------------------*/
.top-nav-content {
	max-width: 1100px;
	margin: 3em auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.top-nav-content .top-nav-search {
	width: 210px;
	box-sizing: border-box;
	padding-right: 10px;
	padding-bottom: 10px;
	position: relative;
}
.top-nav-content .top-nav-bnr {
	width: calc(100% - 250px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-nav-content .top-nav-bnr li {
	width: 32%;
}
.top-nav-content .top-nav-bnr li a span {
	font-size: 15px;
}
.top-nav-content .top-nav-bnr li a span strong {
	font-size: 24px;
}

.top-nav-content .top-nav-bnr li.top-nav-beginner {
	width: 100%;
}
.top-nav-content .top-nav-bnr li.top-nav-beginner a {
	color: #a7833c;
	/*background-image: url("https://marusho-kimono-shop.jp/img/common/bg_deco01_left.png"),url("https://marusho-kimono-shop.jp/img/common/bg_deco01_right.png");*/
	background-image: url("/img/common/bg_deco01_left.png"),url("/img/common/bg_deco01_right.png");
	background-repeat: no-repeat;
	background-size: 180px auto;
	background-position: left bottom,right top;
	box-sizing: border-box;
	border: solid 1px #dbad6e;
	padding: 0;
}
.top-nav-content .top-nav-bnr li.top-nav-beginner a span {
	/*background-image: url("https://marusho-kimono-shop.jp/img/icon/icon_beginner.png"),url("https://marusho-kimono-shop.jp/img/model/furisode01.png");*/
	background-image: url("/img/icon/icon_beginner.png"),url("/img/model/furisode01.png?20241225");
	background-repeat: no-repeat;
	background-size: 45px auto,140px auto;
	background-position: left center,right top;
	padding: 1.3em 145px 1.3em 60px;
}

.top-nav-content .top-nav-search:before {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background-color: #dbad6e;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.top-nav-content .top-nav-bnr li a {
	transition: .3s;
}
.top-nav-content .top-nav-bnr li a:hover {
  opacity: .7;
}

.top-nav-content .top-nav-search a {
	display: block;
	transition: .3s;
}
.top-nav-content .top-nav-search a:hover {
  transform: translateY(6px) translateX(6px);
  opacity: .9;
}
.top-nav-content .top-nav-search a:hover img {
  opacity: 1;
}
/* --------  タブレット調整   --------*/
@media screen and ( min-width:1100px) and ( max-width:1120px) {
#top .top-nav-content {
	padding: 0 20px;
}
}
/* --------  タブレット調整   --------*/
@media screen and ( min-width:600px) and ( max-width:935px) {
.top-nav-content .top-nav-bnr li a span strong {
	font-size: 20px;
}
}
/* --------  タブレット調整   --------*/
@media screen and ( min-width:600px) and ( max-width:840px) {
.top-nav-content .top-nav-bnr {
	width: calc(100% - 230px);
}
.top-nav-content .top-nav-bnr li a {
	padding: 1em .5em;
}
.top-nav-content .top-nav-bnr li a span {
	font-size: 15px;
}
.top-nav-content .top-nav-bnr li a span strong {
	font-size: 20px;
	display: block;
}
.top-nav-content .top-nav-bnr li.top-nav-beginner a span {
	padding: 1em 110px 1em 60px;
	font-size: 14px;
	background-size: 45px auto,100px auto;
	background-position: left 5px center,right top -5px;
}
.top-nav-content .top-nav-bnr li.top-nav-beginner a span strong {
	font-size: 20px;
	letter-spacing: normal;
}
}
/* --------  タブレット調整   --------*/
@media screen and ( min-width:600px) and ( max-width:650px) {
.top-nav-content .top-nav-bnr li.top-nav-beginner a span {
	padding: 1em 95px 1em 50px;
	font-size: 14px;
	background-size: 38px auto,85px auto;
	background-position: left 5px center,right top -5px;
}
}




/*----------------------------------------------------
   
   ヘッダーナビ
   
----------------------------------------------------*/

.header-nav {
	position: relative;
}
/* メニュー枠 */
.header-nav .nav-list {
  	width: 100%;
	display: flex;
	overflow: hidden;
}
/* メニュー個別枠 */
.header-nav .nav-list li {
	flex-shrink: 0;
	width: calc(100% / 5);/*メニューの幅*/
}
/* メニューリンクaタグ部分 */
.header-nav .nav-list li a {
	position: relative;
	padding: .5em;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
  	display:flex;
	align-items: center;
  	flex-direction: column;
	justify-content: center;
	font-size: 15px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
}
.header-nav .nav-list li a:after {
	content: "";
	width: 1px;
	height: 50%;
	background-color: #999;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.header-nav .nav-list li:last-child a:after {
	display: none;
}
/* メニューひらがな部分 */
.header-nav .nav-list li a span {
	font-size: 12px;
	font-weight: 500;
}
/* マウスホバー、サブメニューホバー時 */
.header-nav .nav-list li a:hover,
.header-nav .nav-list li a.active {
	/*background-color: #4873d1;
	color: #FFF;*/
}
/* 子メニュー枠 */
.header-nav li .nav-sub {
	position: absolute;/* 親要素liを基準とした位置に配置 */
	left: 0;/* 左右中央配置 */
	display: none;/* 初期非表示 */
	width: 100%;/* 幅指定必須！（親の幅サイズを基準とする） */
	z-index: 8000;
	background-color: #FFF;
	height: auto;
}
/* 子メニューを横並びに */
.header-nav li .nav-sub ul {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 10px;
}
.header-nav li .nav-sub li {
	display: block;
	width: 20%;/* 子メニュー個々の幅 */
	box-sizing: border-box;
	padding: 5px 0;
}
.header-nav li .nav-sub li a {
	padding: 5px 10px 5px;
	font-size: 13px;
	border: none;
}
.header-nav li .nav-sub li a span {
	flex-grow: 1;
}
.header-nav li .nav-sub li a:after {
	display: none;
}

.header-nav li a.active {
	color: #a55263;
}
.header-nav li .nav-sub li a:hover {
	color: #c2546b;
}

/*----------------------------------------------------   
    詳細カレンダー
----------------------------------------------------*/
.sysRentalScheduleInfo {  margin-top: .5em;}
.sysRentalScheduleInfo .sysRentalSendDay {  display: none !important;}
.sysRentalSchedulesValid.sysRentalSchedulesSend    {    background-color: #fff;}
}
/* #END_OF_RESOURCE_FILE */
