/* 基本設定
 *----------------------------------------------------------------------*/
html{
  font-size:62.3%;
}
body {
  color: #000;
  font-size: 1.3rem;/*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;
}
.sp_only{
  display:none;
}
#sysAll {
  max-width: 100%;
  background-color: transparent;
  padding: 0;
}
#sysWrap {
  max-width: 1100px;
  margin:0 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;
}
#sysMain .second_content{
  margin-bottom: 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.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;
  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-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /*background: url("owl.video.play.png") no-repeat;*/
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}
.owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none
}
.owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default
}
.owl-dots{
  text-align:center;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display:inline;
  position:relative;
  top:10px;
}
.owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 12.5px;
  background: #999;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #000;
}
.owl-nav{
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-nav [class*=owl-] {
  position: absolute;
  top:98%;
  margin-top: -18.5px;
  outline: 0;
  width: 20px;
  height: 37px;
  padding:0;
  text-indent: -9999px;
  z-index: 9999;
  border:none;
  border-radius:none;
  cursor:pointer;
}
.owl-nav .owl-prev{
  left:35%;
  background: url(/img/common/controls.png) no-repeat 0 0;
  background-size:40px;
}
.owl-nav .owl-next{
  right:35%;
  background: url(/img/common/controls.png) no-repeat -20px 0;
  background-size:40px;
}
.owl-nav .owl-prev:hover {
  background-position: 0 0;
}
.owl-nav .owl-next:hover {
  background-position: -20px 0;
}



/* 検索ボックス */
.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],
.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;
}
.sysSelectionDescription{margin : 2px 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 {
    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;
            /*margin: 30px auto;*/
}
#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-left: 10px;
    font-size: small;
    border-radius: 3px;
    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{ padding: 10px;}
#sysMypageEditDelivery #sysMain input,
#sysMypageEditMember #sysMain input {
    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:24px;
  font-weight:normal;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #000;
}
/*商品番号*/
#sysItemDetail .sysItemViewId {
  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: 450px;
  display: inline-block;
  float: none!important;
        margin: 5px 0;
}
#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: 92%;
    margin-left: 4%;
    margin-bottom: 4%;
}
#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-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;
}

/*20231204
button, input, optgroup, select, textarea {
    font: inherit;
}
*/

/* サンプルイメージ */
.mdl-dialog__image::before {
    content: "お気に入り登録完了";
    margin-bottom: 15px;
    display: block;
    text-align: center;
    font-size: 1.3rem;
}
.mdl-dialog__image {
    width: 88.81%;
    max-width: 250px;
    margin: auto;
}
.massage{
  text-align: center;
}
/* ログインボタン */
.sysWishlistLoginButton{
  width: 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: -6px;
}
#sysItemDetail .sysShare .sysGoogleplus {
  width: 58px;
}
#sysItemDetail .sysShare .sysLine, #sysItemDetail .sysShare .sysDisplayPcNone {
  display: inline-block !important;
}
#sysItemDetail .sysShare .sysLine {
  position: relative;
  top: 0px;
}
/*.sysReview*/
#sysItemDetail .sysReview {
 /* margin: 20px 0 40px;*/
}

/*テーブルデザイン*/
.sysExplanation table{
  margin-bottom:40px;
  border:none;
  border-top:1px solid #ccc;
}
.sysExplanation table tr{
  border-bottom:1px solid #ccc;
}
.sysExplanation table th,
.sysExplanation table td{
  padding:3px 10px;
  text-align:center;
  border:none;
}
/*商品ページ用おすすめ商品*/
.itempage_recommend .sysItemBlock .sysHorizontal li{
  width:25%;
  padding:0 10px;
}
.itempage_recommend .sysItemName{
  margin-bottom:0;
  font-size:14px;
  text-align:left;
}
.itempage_recommend .sysItemPrice{
  text-align:left;
}
/*商品ページ成分表*/
#sysItemDetail .show_bx{
  margin-bottom:30px;
}
#sysItemDetail .show_bx_inner{
  margin-bottom:10px;
}
#sysItemDetail .btn_tr{
  padding:10px 0 10px 35px !important;
  background:#e4e4e4 url(/img/layout/system/ico_plus.png) 10px center no-repeat !important;
  background-size:18px !important;
  cursor:pointer;
}
#sysItemDetail .active{
  background:#e4e4e4 url(/img/layout/system/ico_minus.png) 10px center no-repeat !important;
  background-size:18px !important;
}
#sysItemDetail .contents_tr{
  background-color:#f5f5f5;
}
#sysItemDetail .contents_tr td{
  background-color:#f5f5f5 !important;
}
#sysItemDetail .contents_tr table{
  margin-bottom:0;
}

/***********************************
  カートページ
***********************************/
/*カートページ内レイアウト調整*/
.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 150px;
  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;
  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: 0 .5em;
}
.sysOpcBody img {
  max-width: 100%;
}
.opcCommonInputText,
.opcCommonInputSelect,
.opcCommonInputRadio,
.opcCommonInputCheckbox {
  margin-left: 0 !important;
}
.opcCommonEditModeBlock {
  background: #fff !important;
  padding: 20px;
}
.opcOrderSummaryTitle,
.opcBillingAddressTitle,
.opcDeliveryAddressTitle,
.opcItemTitle,
.opcPaymentMethodTitle {
  font-size: large !important;
  margin-bottom: 0.5em;
}
.opcItem{
    padding: 3%;
    border: 1px solid #9b9b9b;
    margin-top: 10px
}
.opcCommonInputSelect,
.opcCommonButton {
  /*width: 100px !important;*/
  background: #fff !important;
}
.opcCommonInputSelect {
  background: #f1f1f1 !important;
}
.opcBillingAddress_completeButton_edit,
.opcDeliveryMethod_completeButton_edit,
.opcPaymentMethod_completeButton_edit,
.opcItem_completeButton_edit,
.opcDeliveryAddress_completeButton_edit,
.opcPointAndCouponDialog_applyButton_edit,
.opcRemarks_completeButton_edit {
  background: #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;
}
.opcConfirm_inputStatus_disable {
  display: block !important;
  width: 700px !important;
  margin: 0 auto 1em;
  background: #ccc !important;
  color: #000 !important;
}
.opcConfirm_order {
  display: block !important;
  width: 700px !important;
  margin: 0 auto;
  background: #da4636 !important;
  color: #fff !important;
  border: 1px solid #da4636 !important;
  font-weight: bold;
}
.opcConfirm_order_disable {
  display: block !important;
  width: 700px !important;
  margin: 0 auto;
  background: #ccc !important;
  color: #000 !important;
}
.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
  width: 30px !important;
  background: #f1f1f1 !important;
}
.opcCommonButtonGroup {
  margin-top: 1em;
}
.opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
  width: 15% !important;
}
.opcBillingAddress_acceptMailmagazineYesLabel_edit {
  margin-top: 1em;
  display: inline-block;
}
.opcOrderSummary_totalPriceAndLabelGroup {
  padding-bottom: 10px !important;
}
.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: 0px 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;*/
}
.sysMemberAgreement{
  padding: 10px;
}
/***********************************
  マイページ
***********************************/
.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 .guide01{padding-right: 50px;}
.f_guide .guide02{padding-left: 50px;}
.f_guide .guideTitle{
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 15px;
  margin-bottom: 10px;
}
.f_guide p{
  font-size: 15px;
  line-height: 22px;
  margin: 5px 0;
}
.f_guide .mt{margin-top: 20px;}
.f_guide .smaller{font-size: 12px;}

.f_guide .freedial{
    background: rgba(0, 0, 0, 0) url("/img/common/dial.png") no-repeat scroll left center / 45px auto;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    padding-left: 50px;
}

/*ボタン*/
.f_guide .common_btn{
  margin: 10px auto;
}
.f_guide .common_btn a{
  font-size: 13px;
  padding:10px 0;
}

/* ページトップに戻る*/
.pagetop{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 52px;
  height: 52px;
  text-align: center;
        z-index:999999;
}
.pagetop #page-top{
  display: none;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  background: #000;
  border-radius: 5px;
  padding-top: 4px;
  height: 51px;
}
.pagetop #page-top:hover{
  background:#999;
}

/***********************************
  サイド
***********************************/
/*検索ボックス*/
.side_search{margin-bottom: 30px;}
.side_search form{border:none;}
.side_search input[type="search"]{
  height: 40px;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}
.side_search .sysItemSearchFormWord {
    float:none;
    width:100%;
  margin-bottom:5px;
}
.side_search .sysSearchButton{
  float:none;
  width: 100% !important;
  height: 40px;
  border-radius:5px;
  background: #000 url(/img/common/ico_search.png) no-repeat center center;
  background-size: 70px;
  text-indent: -999px;
}

.side_navi .sysHeadline,
.side_navi_item .sysHeadline{
    font-size: 14px;
    margin:0 !important;
    text-align:left;
  font-weight:bold;
  letter-spacing:2px;
    width:auto;
  border-bottom:1px solid #222222;
}
.side_navi .sysHeadline:before,
.side_navi_item .sysHeadline:before{
  content:none;
}
.side_navi a{
  position:relative;
  padding:7px 5px 7px 20px !important;
    letter-spacing:1px;
  border-bottom:1px dotted #cdcdcd !important;
}
.side_navi a:after{
  position:absolute;
  top:7px;
  right:10px;
  content:">";
  font-size:14px;
}
.side_navi a:hover{
    background: #eee;
}
.side_navi{
  margin-bottom:30px;
}

/*商品別*/
.side_navi_item{
  margin-bottom:0;
  border-bottom:1px solid #000;
}
.side_navi_item .sysHeadline,
.side_navi_item .sysContent{
  width:90% !important;
  margin-left:auto !important;
}
.side_navi_item a{
  position:relative;
  padding:7px 5px !important;
    letter-spacing:1px;
  border-bottom:1px dotted #cdcdcd !important;
}
.side_navi_item a:after{
  position:absolute;
  top:7px;
  right:10px;
  content:">";
  font-size:14px;
}
.side_navi_item li:last-child a{
  border-bottom:none !important;
}
.side_navi_item .sysHeadline{
  font-size: 13px;
  padding:0;
  border-bottom:1px dotted #cdcdcd !important;
}
.side_navi_item .sysHeadline a{
  display:block;
  border-bottom:none !important;
}
/*お買い物ガイド 最後2つ*/
.side_navi_guide li:nth-last-child(1),
.side_navi_guide li:nth-last-child(2){
  font-size:14px;
  font-weight:bold;
  border-bottom:1px solid #222222;
  margin-bottom:10px;
}
.side_navi_guide li:nth-last-child(1) a,
.side_navi_guide li:nth-last-child(2) a{
  padding:7px 5px !important;
  border:none !important;
}
.side_navi_guide li:nth-last-child(1) a:hover,
.side_navi_guide li:nth-last-child(2) a:hover{
  background-color:#fff;
}
.side_navi_guide li:nth-last-child(3){
  margin-bottom:10px;
}

/***********************************
  共通パーツ
***********************************/
hr.style01 {
  width: 100%;
  height: 1px;
  background: #222222;
  margin: 50px auto;
  padding: 0;
  border: 0;
}
.sysTitle, .sysHeadline{
  width: 600px;
  margin: 30px auto!important;
  position: relative;
  text-align: center;
  font-size: 23px;
  letter-spacing: 3px;
}
.sysTitle b, .sysHeadline b{
  display: block;
  font-size: 14px;
  text-align: center;
}
.sysTitle span, .sysHeadline span{
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 40px;
  background-color: #fff;
  text-align: center;
}
.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: #000;
}
.common_btn a:hover{
  background:#999;
}
.common_btn a i{
  display:inline-block;
  margin-left:10px;
  font-size:20px;
}

/***********************************
  TOPページ
***********************************/
/*スライダー*/
#slider{
  display:none;
}
.top_slider {
  padding-top:130px;
  margin:0 0 40px;
}
.top_slider .owl-item {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-filter: "alpha( opacity=50 )";
  -webkit-filter: "alpha( opacity=50 )";
  -o-filter: "alpha( opacity=50 )";
  -ms-filter: "alpha( opacity=50 )";
}
.top_slider .center {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-filter: "alpha( opacity=100 )";
  -webkit-filter: "alpha( opacity=100 )";
  -o-filter: "alpha( opacity=100 )";
  -ms-filter: "alpha( opacity=100 )";
}

/*新着アイテム*/
.top_newarrival ul{
  font-size:0;
  text-align:left;
}
.top_newarrival li{
  float:none !important;
  display:inline-block;
  width: 23% !important;
  margin: 5px 1% 20px !important;
  padding: 10px;
  font-size:12px;
  text-align:center;
  vertical-align:top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top_newarrival li img{
  width: 100%;
}
.top_newarrival .sysItemName{
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}

/*特集一覧*/
.top_features{
  overflow:hidden;
}
.top_features ul{
  font-size:0;
  text-align:left;
}
.top_features li{
  float:none !important;
  display:inline-block;
  width: 30%;
  margin:1.66666666666667%;
  font-size:12px;
  vertical-align:top;
}
.top_features li img{width: 100%;}
.top_features li a{
  display: block;
  position: relative;
}
.top_features li span{
  display:block;
  font-size:14px;
  font-weight:bold;
}

/*おすすめ商品、ランキング*/
.top_recommend_item li .sysItemName,
.top_ranking_item li .sysItemName{
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}
top_recommend_item .sysItemPrice,
top_ranking_item .sysItemPrice{
  font-size: 14px;
  color: #ff0000;
  font-weight: 600;
  padding-top: 5px;
}

/*おすすめ商品*/
.top_recommend_item{
  margin-bottom:60px;
}
.top_recommend_item li{
  width: 100% !important;
  padding:0 20px !important;
}

/*ランキング*/
.top_ranking_item ul{
  font-size:0;
  text-align:left;
}
.top_ranking_item li{
  float:none !important;
  display:inline-block;
  width: 30% !important;
  margin: 0 1.5% 30px !important;
  padding: 10px;
  font-size:12px;
  text-align:center;
  vertical-align:top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

span.sysSubtotalPrice {
    font-size: 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;
}
.fw_b{font-weight: bold;}
.red{color: #bf272d;}
.red2{color: #e8594f;}
.red3{color: #91272d;}
.green{color: #006837;}
.marker{background-color: #faec21;}
.inline_b{display: inline-block;}
.mt1{margin-top: 1%;}
.text_center{text-align: center;}
.fs_small08{font-size: 0.8em;}
.fs_small09{font-size: 0.9em;}

/*モーニング(EC-cubeから移行。PC・タブレット・スマホはこれを基本として使用。細かい設定はそれぞれのcssに記述。)*/
.mor_cont_sita2 .mcon08 {
    margin: 1rem auto;
}
.mor_cont_sita2 .mcon08 .img72 {
    display: block;
    width: 97.4%;
    margin: 0.6rem auto;
}
.mor_cont_sita2 .mcon08 .tt01 {
    width: 94.7%;
    margin: 0.6rem auto;
}
.mor_cont_sita2 .mcon08 .tt02  {
    width: 94.7%;
    margin: 0.6rem auto;
    background: #f1f8fa;
}
.mor_cont_sita2 .mcon08 .tt02 .green {
    color: #006837;
}
.mor_cont_sita2 .mcon08 .tt02 .orange {
    color: #ef5a24;
}
.mor_cont_sita2 .mcon08 .tt02 .p1 {
    width: 98%;
    margin: 0 auto;
    border-bottom: 2px dotted #808080;
    box-sizing: border-box;
    padding: 0.5rem;
}
.mor_cont_sita2 .mcon08 .tt02 .p2 {
    width: 98%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0.5rem;
}
.mor_cont_sita2 .mcon08 .morning01 {
    margin: 1rem auto;
}
.mor_cont_sita2 .mcon08 .img73 {
    display: block;
    width: 93%;
    margin: 1rem auto 0.3rem;
}
.mor_cont_sita2 .mcon08 .size_table_navi ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 93%;
    margin: 0 auto;
}
.mor_cont_sita2 .mcon08 .size_table_navi ul li {
    width: 18.958%;
    margin: 0.5rem 0.7%;
}
.mor_cont_sita2 .mcon08 .size_table_navi ul li a {
    display: block;
    height: 4.86rem;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_navi ul li.navi_y a {
    background: white url(../img/original/pc/products/mor/img82.png) no-repeat center top!important;
    -webkit-background-size: 100% auto!important;
    background-size: 100% auto!important;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_navi ul li.navi_a a {
    background: white url(../img/original/pc/products/mor/img83.png) no-repeat center top!important;
    -webkit-background-size: 100% auto!important;
    background-size: 100% auto!important;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_navi ul li.navi_ab a {
    background: white url(../img/original/pc/products/mor/img84.png) no-repeat center top!important;
    -webkit-background-size: 100% auto!important;
    background-size: 100% auto!important;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_navi ul li.navi_b a {
    background: white url(../img/original/pc/products/mor/img85.png) no-repeat center top!important;
    -webkit-background-size: 100% auto!important;
    background-size: 100% auto!important;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_navi ul li.navi_o a {
    background: white url(../img/original/pc/products/mor/img_size_o.png) no-repeat center top!important;
    -webkit-background-size: 100% auto!important;
    background-size: 100% auto!important;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_navi ul li.navi_e a {
    background: white url(../img/original/pc/products/mor/img_size_e.png) no-repeat center top!important;
    -webkit-background-size: 100% auto!important;
    background-size: 100% auto!important;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_navi ul li.navi_k a {
    background: white url(../img/original/pc/products/mor/img_size_k.png) no-repeat center top!important;
    -webkit-background-size: 100% auto!important;
    background-size: 100% auto!important;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_navi ul li a.active {
    background-position-y: 100%!important;
}
.mor_cont_sita2 .mcon08 .size_table_wrap {
    width:88%;
    margin: 0.5rem auto;
}
.mor_cont_sita2 .mcon08 .size_table_wrap >div {
}
.mor_cont_sita2 .mcon08 .size_table_wrap >div table {
    display: none;
}
.mor_cont_sita2 .mcon08 .size_table_wrap .size_y {
    width: 22.266rem;
    height: 26.9rem;
    background: white url(../img/original/pc/products/mor/table_y.png?220316) no-repeat center top;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.mor_cont_sita2 .mcon08 .size_table_wrap .size_a {
    width: 22.266rem;
    height: 26.9rem;
    background: white url(../img/original/pc/products/mor/table_a.png?220316) no-repeat center top;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.mor_cont_sita2 .mcon08 .size_table_wrap .size_ab {
    width: 22.266rem;
    height: 26.9rem;
    background: white url(../img/original/pc/products/mor/table_ab.png?220316) no-repeat center top;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.mor_cont_sita2 .mcon08 .size_table_wrap .size_b {
    width: 22.266rem;
    height: 26.9rem;
    background: white url(../img/original/pc/products/mor/table_b.png?220316) no-repeat center top;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.mor_cont_sita2 .mcon08 .size_table_wrap .size_o {
    width: 22.266rem;
    height: 26.9rem;
    background: white url(../img/original/pc/products/mor/table_o.png?220316) no-repeat center top;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.mor_cont_sita2 .mcon08 .size_table_wrap .size_e {
    width: 22.266rem;
    height: 26.9rem;
    background: white url(../img/original/pc/products/mor/table_e.png?220316) no-repeat center top;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.mor_cont_sita2 .mcon08 .size_table_wrap .size_k {
    width: 22.266rem;
    height: 26.9rem;
    background: white url(../img/original/pc/products/mor/table_k.png) no-repeat center top;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.mor_cont_sita2 .mcon08 .size_table_wrap .slick-prev {
    display: block;
    width: 1.3rem;
    height: 5rem;
    position: absolute;
    top: 50%;
    left: -1.3rem;
    background: url(../img/original/pc/products/mor/icon_prev.png) no-repeat center top;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 50;
}
.mor_cont_sita2 .mcon08 .size_table_wrap .slick-prev::before {
    display: none;
}
.mor_cont_sita2 .mcon08 .size_table_wrap .slick-next {
    display: block;
    width: 1.3rem;
    height: 5rem;
    position: absolute;
    top: 50%;
    right: -1.3rem;
    background: url(../img/original/pc/products/mor/icon_next.png) no-repeat center top;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 50;
}
.mor_cont_sita2 .mcon08 .size_table_wrap .slick-next::before {
    display: none;
}
.mor_cont_sita2 .mcon08 .tt03 .p1 {
    width: 87.6%;
    margin: 0.5rem auto;
    line-height: 1.53;
    color: #bf272d;
    background: rgba(191,39,45,0.05);
    box-sizing: border-box;
    padding: 0.5rem;
}
.mor_cont_sita2 .mcon08 .tt03 .img74 {
    display: block;
    width: 87.6%;
    margin: 1rem auto;
}
.mor_cont_sita2 .mcon08 .tt04 {
    margin: 2rem auto;
}
.mor_cont_sita2 .mcon08 .tt04 .bg {
  background-image: url(../img/original/pc/products/mor/tt04.jpg);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.mor_cont_sita2 .mcon08 .tt04 .tt04inner {
    width: 100%;
    min-height: 35.27rem;
    background-color: #faf8e8;
    border: solid 1px #cacaca;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 1rem 0 2rem;
    margin: 1rem auto;
    box-sizing: border-box;
}

.mor_cont_sita2 .mcon08 .tt04 .img75 {
    display: block;
    width: 92.1%;
    margin: 1.5% auto 3%;
}
.mor_cont_sita2 .mcon08 .tt04 .img76 {
    display: block;
    width: 92.1%;
    margin: 1% auto 2%;
}
.mor_cont_sita2 .mcon08 .tt04 .p1 {
    width: 90%;
    margin: 0.7rem auto;
}
.mor_cont_sita2 .mcon08 .tt04 .p1 select {
    width: 21.7%;
    height: 50px;
    font-size: 1.2em;
}
.mor_cont_sita2 .mcon08 .tt04 .p2 {
    width: 90%;
    margin: 3% auto;
    text-align: right;
}
.mor_cont_sita2 .mcon08 .tt04 .p2 * {
    vertical-align: middle;
}
.mor_cont_sita2 .mcon08 .tt04 .icon_arrow2 {
    width: 2.5%;
}
.mor_cont_sita2 .mcon08 .tt04 #check_size1 {
    width: 21%;
}
.mor_cont_sita2 .mcon08 .tt04 #selected_size1 {
    padding: 0!important;
    border: 2px solid #db9442;
    width: 21%;
    font-size: 1.5em;
    text-align: center;
    color: #ef5a24;
    font-weight: bold;
}
.mor_cont_sita2 .mcon08 .tt04 .img78 {
    display: block;
    width: 92.1%;
    margin:4% auto 1%;
}
.mor_cont_sita2 .mcon08 .tt04 .p3 {
    width: 90%;
    margin: 0.7rem auto;
}
.mor_cont_sita2 .mcon08 .tt04 .p3 * {
    vertical-align: middle;
}
.mor_cont_sita2 .mcon08 .tt04 .p3 select {
    width: 21.7%;
    height: 50px;
    font-size: 1.2em;
}
.mor_cont_sita2 .mcon08 .tt04 #check_size2 {
    width: 21%;
    margin-left: 4%;
}
.mor_cont_sita2 .mcon08 .tt04 #selected_size2 {
    padding: 0!important;
    border: 2px solid #db9442;
    width: 21%;
    font-size: 1.5em;
    text-align: center;
    color: #ef5a24;
    font-weight: bold;
}
.mor_cont_sita2 .mcon08 .tt04 .p5 {
    font-size: 0.9rem;
    color: #bf272d;
    padding: 0 6% 1%;
    margin-bottom: 0.8rem;
}
.mor_cont_sita2 .mcon08 .tt04 .p6 {
    font-size: 0.9rem;
    color: #bf272d;
    padding: 0 5% 0 12%;
    margin-bottom: 0.8rem;
}
.mor_cont_sita2 .mcon08 .tt04 .ul1 {
    font-size: 0.9rem;
    background: #b39f89;
    width: 90%;
    margin: 4% auto 0.8rem;
    color: white;
    padding: 2% 1%;
    box-sizing: border-box;
    line-height: 1.5;
}
.mor_cont_sita2 .mcon08 .tt04 .ul1 li::before {
    content: "・";
}
.mor_cont_sita2 .mcon08 .tt04 .ul1 li {
    text-indent: -1em;
    margin-left: 1em;
}
.mor_cont_sita2 .mcon08 .tt04 .icon01 {
    height: 1.2em;
    vertical-align: middle;
    margin: 0 0.2em;
}
.mor_cont_sita2 .mcon08 .img80 {
    display: block;
    width: 89.6%;
    margin: 0.5rem auto;
}
.mor_cont_sita2 .mcon08 .tt04 .p4 {
    width: 73.7%;
    margin: 0.5rem auto;
    font-size: 0.9rem;
}
.mor_cont_sita2 .mcon08 .tt05 {
    margin: 1rem auto;
}
.mor_cont_sita2 .mcon08 .tt05 .img75 {
  margin: 2% 0 3%;
}
.mor_cont_sita2 .mcon08 .tt05 .img81 {
    display: block;
    margin: 0.8rem auto;
    width: 97.6%;
}
.mor_cont_sita2 .mcon08 .tt05 table {
    width: 94%;
    margin: 0.5rem auto;
}
.mor_cont_sita2 .mcon08 .tt05 table th {
    border: 1px solid #b1b1b1;
    background: #ecf3f5;
    font-weight: normal;
    font-size: 0.9rem;
    padding: 0.3rem;
}
.mor_cont_sita2 .mcon08 .tt05 table td {
    border: 1px solid #b1b1b1;
    font-weight: normal;
    font-size: 0.9rem;
    padding: 0.3rem;
    text-align: center;
}
/*関連商品*/
body .item_kanren .sysContent .sysHorizontal li {
  text-align: left;
}
body .item_kanren .sysContent .sysHorizontal li .sysItemName{
  margin-top: 3%;
  margin-bottom: 2%;
}
body .item_kanren .sysContent .sysHorizontal li .sysItemName a{
  color: #8c6708;
  text-decoration: underline;
}
body .item_kanren .sysContent .sysHorizontal li .sysItemName a:hover{
  text-decoration: none;
}
body .item_kanren .sysContent .sysHorizontal li .sysItemPrice{
  border-top: solid 1px #979797;
  border-bottom: solid 1px #979797;
  text-align: right;
  color: #c1272d;
}
/*閲覧履歴*/
body .item_etsuran .sysContent .sysHorizontal li {
  text-align: left;
}
body .item_etsuran .sysContent .sysHorizontal li .sysItemName{
  margin-top: 3%;
  margin-bottom: 2%;
}
body .item_etsuran .sysContent .sysHorizontal li .sysItemName a{
  color: #8c6708;
  text-decoration: underline;
}
body .item_etsuran .sysContent .sysHorizontal li .sysItemName a:hover{
  text-decoration: none;
}
body .item_etsuran .sysContent .sysHorizontal li .sysItemPrice{
  border-top: solid 1px #979797;
  border-bottom: solid 1px #979797;
  text-align: right;
  color: #c1272d;
}

.blue{color: #3b5998;}
.text_und{text-decoration: underline;}

/*商品詳細カレンダー*/
.sysRentalSchedulesCalendar {
    table-layout: fixed;
}
#sysItemDetail .sysRentalSchedulesCalendar td.sysRentalSchedulesInvalid,
#sysItemDetail .sysRentalSchedulesCalendar td.sysRentalSchedulesReserved  {
  background-color: #adadad;
  color: #000;
}
#sysItemDetail .sysRentalScheduleNotice{
  display: none;
}
/*商品タイトル*/
#sysItemDetail .sysItemName h1{
  width: auto;
}
/*商品詳細・商品価格*/
#sysItemDetail .item_block .sysRetailPrice .sysRetailPriceTaxIncluded{
  color: #000;
}
/*対応割引*/
#sysItemDetail .item_block .sysPr .pr_coupon{
  color: #fff;
  background-color: #bfa762;
  margin-right: 0.3em;
  display: inline-block;
  padding: 0.1em 0.7em;
}
#sysItemDetail .item_block .sysPr .pr_hukusuu{
  color: #fff;
  background-color: #934039;
  margin-right: 0.3em;
  display: inline-block;
  padding: 0.1em 0.7em;
}
#sysItemDetail .item_block .sysPr .pr_taisyougai{
  color: #fff;
  background-color: #666;
  margin-right: 0.3em;
  display: inline-block;
  padding: 0.1em 0.7em;
}
#sysItemDetail .item_block .sysItemViewId span:nth-child(2){
  margin-left: 2em;
}
#sysItemDetail .item_block .sysItemViewId .pr_osusume{
  color: #fff;
  background-color: #7b8312;
  margin-right: 0.3em;
  display: inline-block;
  padding: 0.1em 0.7em;
}
#sysItemDetail .item_block .sysItemViewId .pr_new{
  color: #fff;
  background-color: #e6443c;
  margin-right: 0.3em;
  display: inline-block;
  padding: 0.1em 0.7em;
}
#sysItemDetail .item_block .sysPr .pr_icon1,
#sysItemDetail .item_block .sysPr .pr_icon1m,
#sysItemDetail .item_block .sysPr .pr_icon1l,
#sysItemDetail .item_block .sysPr .pr_icon2{
  display: none;
}
#sysItemDetail .item_block .item_left .pr_area span{
  display: none;
}

/*評価*/
#item_review_button .hoshi{
  margin-left: 0.3em;
}
.hoshi_icon .hoshi{
  margin-left: 0.2em;
}
#sysItemDetail #item_review .hoshi{
  font-weight: bold;
  font-size: 1.2em;
  color: #91272d;
  margin-left: 0.3em;
}
#sysItemDetail #item_review .kensu{
  margin-left: 1em;
}
#sysItemDetail #item_review form{
  text-align: center;
}
#sysItemDetail #item_review form input[type=submit]{
  display: inline-block;
  background-color: transparent;
  color: #87321f;
  text-decoration: underline;
  border: none;
}
#sysItemDetail #item_review .sysReviewHistoryCount{
  display: none;
}
#sysItemDetail #item_review .sysAverage{
  display: none;
}
#item_review form.none{
  display: none;
}
.sysReviewHistoryList .sysReviewImproperForm{
  display: none;
}
.sysItemReview .sysList{
  display: none;
}
.sysItemReview .sysMain h3{
  display: none;
}
#sysItemDetail #item_review.none{
  display: none;
}
/*レビュー一覧ページ*/
.sysItemReview #sysMain > h2:first-child{
  /*display: none;*/
}
/*.sysItemReview #sysMain h3{
  display: none;
}*/
.sysItemReview #sysMain .detail_link{
  background-color: transparent;
  text-align: left;
  padding: 0!important;
  text-decoration: underline;
  margin-top: 0;
  display: inline-block;
  width: auto;
  margin-bottom: 3%;
  font-weight: normal;
}
.sysItemReview #sysMain .detail_link h2{
  display: inline;
  font-weight: normal;
}
.sysItemReview #sysMain .detail_link::before{
  content: '＜ ';
}
.sysItemReview #sysMain .detail_link:hover{
  text-decoration: none;
}
/*.sysItemReview #sysMain form{
  display: none;
}*/
/*検索*/
.itemDetailWrap {
  height: auto !important;
}
#sysMain .sysItemSearchForm{
  display: none;
}
.sysItemListViewType{
  display: none;
}
.search_box .search_accordion{
  margin: 0 auto;
  text-indent: -9999px;
  position: relative;
}
.search_box .search_accordion:hover{
  cursor: pointer;
  opacity: 0.8;
}
.search_box .search_accordion:before{
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:2em;
	bottom:0;
	margin:auto;
	width: 30px;
	height: 2px;
	background-color: #fff;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.search_box .search_accordion:after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
	right:2em;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 2px; 
	background-color: #fff;
	transition: .3s;
}
.search_box .search_accordion.bg02:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.search_box .search_accordion.bg02:after{
	background-color: transparent;
}
#sysMain .sysItemSearchFormInput{
  display: flex;
  display:-webkit-box;
  display: -webkit-flex;
  display:-ms-flexbox;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  height: auto;
  align-items: flex-start;
}
#sysMain .sysItemSearchFormInput .sysRentalSchedules{
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
  width: 100%;
}
#sysMain .sysItemSearchFormInput .sysItemSearchFormWord{
  -webkit-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
  width: 100%;
}
#sysMain .sysItemSearchFormInput .sysItemSearchAndOr{
  -webkit-box-ordinal-group:3;
  -ms-flex-order:3;
  -webkit-order:3;
  order:3;
  width: 100%;
}
#sysMain .sysItemSearchFormInput .sysItemSearchFormItemCategoryGroups{
  -webkit-box-ordinal-group:4;
  -ms-flex-order:4;
  -webkit-order:4;
  order:4;
  width: 100%;
}
#sysItemSearch #sysMain .sysItemSearchFormInput .sysItemSearchFormSort{
  -webkit-box-ordinal-group:5;
  -ms-flex-order:5;
  -webkit-order:5;
  order:5;
  width: 10em;
  margin-left: 5%;
  margin-right: 0;
}
#sysItemSearch #sysMain .sysItemSearchFormInput .sysItemSearchFormLimit{
  -webkit-box-ordinal-group:6;
  -ms-flex-order:6;
  -webkit-order:6;
  order:6;
  width: 10em;
  margin-left: 0;
  margin-right: 0;
  width: calc(100% - 10em - 5%);
}
#sysItemSearch #sysMain .sysItemSearchFormInput .sysItemSearchFormLimit::after{
  content: '';
  display: block;
  clear: both;
}
#sysMain .sysItemSearchFormInput .clear_button{
  -webkit-box-ordinal-group:7;
  -ms-flex-order:7;
  -webkit-order:7;
  order:7;
  width: 100%;
  border: none;
}
#sysMain .sysItemSearchForm .clear_button:hover{
  cursor: pointer;
  opacity: 0.8;
}
#sysMain .sysItemSearchFormInput .sysSearchButton{
  -webkit-box-ordinal-group:8;
  -ms-flex-order:8;
  -webkit-order:8;
  order:8;
  width: 100%;
}
#sysMain .sysItemSearchFormInput .sysSearchButton:hover{
  opacity: 0.8;
}
#displayCount{
  color: #603813;
  font-size: 1.3em;
  font-weight: bold;
  margin-left: 0.2em;
}
.sysItemList .sysRetailPrice,
.item_7800 .sysItemPrice,
.item_7801_over .sysItemPrice{
  border-top: solid 1px #979797;
  border-bottom: solid 1px #979797;
  text-align: right;
  color: #c1272d;
}
#sysItemSearch #sysMain > .sysFreeArea + h2{
  display: none;
}
.sysItemSearchFormItemCategoryGroups .sysItemSearchFormItemCategoryGroupsTitle{
  display: none;
}
.sysItemSearchFormItemCategoryGroups > div span{
  border: solid 2px #666;
  padding: 1.5% 2%;
  background-color: #fff;
  display: block;
  margin-top: 3%;
  position: relative;
}
.sysItemSearchFormItemCategoryGroups > div span:hover{
  cursor: pointer;
}
.sysItemSearchFormItemCategoryGroups > div span::after{
  content: '▼';
  position: absolute;
  right: 0.5em;
  top: 12%;
  font-size: 1.3em;
}
.sysItemSearchFormItemCategoryGroups > div span.bg02::after{
  content: '▲';
}
.sysItemSearchFormItemCategoryGroups > div span + ul{
  display: none;
  padding-top: 3%;
  padding-bottom: 1%;
}
.sysItemSearchFormItemCategoryGroups > div span + ul li{
  margin-bottom: 2%;
}
.sysItemSearchFormItemCategoryGroups input[type="radio"]{
  margin: 1% 2% 2%;
  vertical-align: middle;
}
body#sysItemSearch #sysMain .sysItemSearchFormWord input {
  height: auto;
  border: 2px solid #666;
  padding: 1.5% 2%;
}
/*ページャー*/
body .sysPagination{
  background-color: #f5f2e6;
  padding: 0;
}
body .sysPagination > ul > li > a {
  text-decoration: none;
  color: #91272d;
  font-size: 1.3em;
  padding: 0 0.8em;
  line-height: 2.2em;
  border: solid 1px #828282;
}
body .sysPagination a.sysCurrent {
    background-color: #91272d;
    color: #fff;
}
body .sysPagination ul li {
    width: auto;
    padding: 0.8em 0.3em;
}
/*カテゴリページ*/
.sysItemCategoryCtl a:nth-child(5),.sysItemCategoryCtl a:nth-child(6){
  display: none;
}
/*一覧共通*/
.sysItemList .sysThumbnailImage{
  position: relative;
}
.sysItemList .sysThumbnailImage .pr_osusume,
.top_new_list_original .sysItemPrArea .pr_osusume,
.item_7800 .sysItemPrArea .pr_osusume,
.item_7801_over .sysItemPrArea .pr_osusume{
  display: block;
  text-indent: -9999px;
}
/*商品詳細*/
#sysItemDetail .item_block .sysDescription a{
  color: #3b5998;
  text-decoration: underline;
}
#sysItemDetail .item_block .sysDescription a:hover{
  text-decoration: none;
}
/*slick*/
.slick-prev:before,.slick-next:before{
  content:'';
}
/*table*/
table.table1{
  width: 100%;
}
table.table1 th{
  background-color: #f0f0f0;
  border: solid 1px #b1b1b1;
  padding: 0.5em 0.8em;
  text-align: left;
  font-weight: normal;
}
table.table1 td{
  border: solid 1px #b1b1b1;
  padding: 0.5em 0.8em;
  text-align: left;
}
.text_ud{
  text-decoration: underline;
}
/*個人情報保護方針*/
body#privacy .cont1 dl dt{
  color: #91272d;
  font-size: 1.1em;
  font-weight: bold;
}
body#privacy .cont1 >dl+dl {
  border-top: 1px dashed #000000;
}
/*私の留袖レンタル物語-一覧*/
.monogatari_list ul li:last-child{
  border-bottom: none;
}
/*ページャー*/
.page_navi{
  text-align: center;
  font-size: 0.9em;
}
.page_navi li{
  display: inline-block;
}
.page_navi li a{
  display: block;
  color: #b58d29;
  background-color: #fff;
  border: solid 1px #b58d29;
}
.page_navi li.list a{
  color: #fff;
  background-color: #b58d29;
  border: solid 1px #b58d29;
}
.page_navi li.prev a::before{
  content: '＜　';
}
.page_navi li.next a::after{
  content: '　＞';
}
.page_navi li a:hover{
  text-decoration: underline;
}
.monogatari_detail table {
  margin-top: 3%;
}
.monogatari_detail table th{
  background: #edebe6;
  border: 1px solid #b3a2a2;
}
.monogatari_detail table td{
  border: 1px solid #b3a2a2;
}
.monogatari_detail .content a{
  color: #3b5998;
}
.monogatari_detail .content a:hover{
  text-decoration: underline;
}
.monogatari_detail .content::after{
  display: block;
  content: "";
  clear: both;
}
/*よくわかる留袖の教科書*/
.textbook_content > dl > dd > dl.tt01 > dt {color: #ef5a24;}
.textbook_content > dl > dd > dl.tt02 > dt {color: #367a25;}
.textbook_content > dl > dd > dl.tt03 > dt {color: #e35a72;}
.textbook_content > dl > dd > dl.tt04 > dt {color: #61499e;}
.textbook_content > dl > dd > dl.tt05 > dt {color: #28539e;}
.textbook_content > dl > dd > dl.tt06 > dt {color: #bf272d;}
.textbook_content > dl > dd > dl.tt07 > dt {color: #ef5a24;}
.textbook_content > dl > dd > dl.tt08 > dt {color: #367a25;}
.textbook_content > dl > dd > dl.tt09 > dt {color: #e35a72;}
.textbook_content > dl > dd > dl.tt10 > dt {color: #61499e;}
.textbook_content > dl > dd > dl.tt11 > dt {color: #28539e;}
.textbook_content > dl > dd > dl.tt12 > dt {color: #bf272d;}
.textbook_content > dl > dd > dl.tt13 > dt {color: #ef5a24;}
.textbook_content > dl > dd > dl.tt14 > dt {color: #367a25;}
.textbook_content > dl > dd > dl.tt01 > dd > dl > dt {color: #b58d29;}
.textbook_content > dl > dd > dl.tt02 > dd > dl > dt {color: #7b8312;}
.textbook_content > dl > dd > dl.tt03 > dd > dl > dt {color: #b56d74;}
.textbook_content > dl > dd > dl.tt04 > dd > dl > dt {color: #6b6594;}
.textbook_content > dl > dd > dl.tt05 > dd > dl > dt {color: #2268ae;}
.textbook_content > dl > dd > dl.tt06 > dd > dl > dt {color: #c46047;}
.textbook_content > dl > dd > dl.tt07 > dd > dl > dt {color: #b58d29;}
.textbook_content > dl > dd > dl.tt08 > dd > dl > dt {color: #7b8312;}
.textbook_content > dl > dd > dl.tt09 > dd > dl > dt {color: #b56d74;}
.textbook_content > dl > dd > dl.tt10 > dd > dl > dt {color: #6b6594;}
.textbook_content > dl > dd > dl.tt11 > dd > dl > dt {color: #2268ae;}
.textbook_content > dl > dd > dl.tt12 > dd > dl > dt {color: #c46047;}
.textbook_content > dl > dd > dl.tt13 > dd > dl > dt {color: #b58d29;}
.textbook_content > dl > dd > dl.tt14 > dd > dl > dt {color: #7b8312;}
.textbook_content > dl > dd > dl.tt01 > dd > dl > dd{border-color:#b58d29;}
.textbook_content > dl > dd > dl.tt02 > dd > dl > dd{border-color:#7b8312;}
.textbook_content > dl > dd > dl.tt03 > dd > dl > dd{border-color:#b56d74;}
.textbook_content > dl > dd > dl.tt04 > dd > dl > dd{border-color:#6b6594;}
.textbook_content > dl > dd > dl.tt05 > dd > dl > dd{border-color:#2268ae;}
.textbook_content > dl > dd > dl.tt06 > dd > dl > dd{border-color:#c46047;}
.textbook_content > dl > dd > dl.tt07 > dd > dl > dd{border-color:#b58d29;}
.textbook_content > dl > dd > dl.tt08 > dd > dl > dd{border-color:#7b8312;}
.textbook_content > dl > dd > dl.tt09 > dd > dl > dd{border-color:#b56d74;}
.textbook_content > dl > dd > dl.tt10 > dd > dl > dd{border-color:#6b6594;}
.textbook_content > dl > dd > dl.tt11 > dd > dl > dd{border-color:#2268ae;}
.textbook_content > dl > dd > dl.tt12 > dd > dl > dd{border-color:#c46047;}
.textbook_content > dl > dd > dl.tt13 > dd > dl > dd{border-color:#b58d29;}
.textbook_content > dl > dd > dl.tt14 > dd > dl > dd{border-color:#7b8312;}
.textbook_content > dl > dd > dl > dd > dl > dd::after{
  display: block;
  content: "";
  clear: both;
}
/*留袖コラム-一覧*/
body#column .column_detail_menu{
  display: none;
}
.second_content p.common_title2{
  color: #b58d29;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: solid 1px #534741;
  margin-bottom: 1%;
  margin-top: 5%;
  line-height: 1.5em;
  position: relative;
  padding-left: 1em;
}
.second_content p.common_title2::before {
  content: "■";
  position: absolute;
  left: 0;
}
/*フォーム*/
body#sysFormIndex.form-contact #sysMain .sysFormLabel{
  display: inline-block;
}
/*copy right*/
.copy_right p{
  margin: 0;
}
.copy_right .ul1 a{
  color: #fff;
}
.copy_right .ul1 a:hover{
  text-decoration: underline;
}
.copy_right .ul1 li{
  display: inline-block;
}
.copy_right .ul1 li::before{
  content: '|';
  margin: 0 0.6em 0 0.3em;
}
.copy_right .ul1 li:first-child:before{
  content: '';
  margin: 0;
}
/*サイトマップ*/
body#sitemap .cont1 .sitemap_menu1::before{
  content: '商品カテゴリ';
  font-weight: bold;
}
body#sitemap .sitemap_content_cat_size::before{
  content: 'サイズから選ぶ';
  font-weight: bold;
}
body#sitemap .sitemap_content_cat_price::before{
  content: '価格帯から選ぶ';
  font-weight: bold;
}
body#sitemap .sitemap_content_cat_age::before{
  content: '年代から選ぶ';
  font-weight: bold;
}
body#sitemap .sitemap_content_cat_genre::before{
  content: 'ジャンルから選ぶ';
  font-weight: bold;
}
body#sitemap #sysMain ul li{
  padding-left: 0.5em;
}
body#sitemap #sysMain ul li a::before{
  content: '＞';
}
body#sitemap #sysMain ul li a:hover{
  background-color: transparent;
}
/*注文確定画面*/
.opcRequestOrderArea .opcConfirm{
  padding:0;
}
#sysMain .opcOrderSummaryArea {
    margin-top: 5%;
}
.opcRequestOrderArea .opcConfirm .opcConfirm_order {
    width: 100% !important;
}

.opcSelectDeliveries_deliveryToMultiple_edit{
display: none;
}
@media screen and (max-width:760px){
.sysDisplayMobileNone{
  display:none !important;
}
#sysWrap{
  /*margin-top: 17.8%;*/
}
body{
  margin-top: 17.8%;
}
body#top #sysWrap{
  margin-top: 0;
}
#sysAll{
  padding: 0 0 15.5%;
}
/* 10-0 Only Smartphone
 *----------------------------------------------------------------------*/
#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: 100% !important;}
.sysItemName a{font-size: 12px;}
/*商品名*/
#sysItemDetail .sysItemName h1{
  font-size:20px;
  padding-bottom:5px;
  margin-bottom:20px;
}
#sysItemDetail .sysForm select{
  height:30px;
  text-align:center;
}
#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!important;
  height: 120px;
  top: 0px; left: 0; right: 0;
  margin: auto;
  background: #fff;
  z-index: 99;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.1);
}
#sysHeader{
  width: 100%;
  margin: 0px auto;
}
.h_inner{margin: 0px 0 0;}
.header_h1_under, .header_h1{
  width: 100%;
  height: 20px;
  float: none;
  text-align: center;
  background: #ededed;
}
.header_h1_under a, .header_h1 a{
  display: none;
}
.head_title{
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}
.header_sp{
  width: 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: 95%;
  margin: 50px 2.5%;
  display: block;
  padding: 30px 0px 5px;
  border: 1px solid #424242;
  border-radius: 10px;
  position: relative;
}
.f_guide .guide01{padding-right: 0px;}
.f_guide .guide02{padding-left: 0px;}
.f_guide .guideTitle{
  width: 200px;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
  position: absolute;
  top: -15px; left:0; right: 0;
  background: #fff;
  font-size: 15px;
}
.f_guide p{
  font-size: 15px;
  line-height: 20px;
  margin: 5px 0  !important;
  text-align: left;
        padding: 0 10px 0 15px;
}
.f_guide img{width: 100%;}
.f_guide .mt{margin-top: 10px;}
.f_guide .smaller{font-size: 12px;}
.f_guide a.f_guide_btn{
  margin: 20px auto;
  float: none;
}
.f_guide .freedial{
  font-size:30px;
}


/* カート内商品数表示*/
button.itemCount2{
        display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(207,15,42,0.9);
  border:none;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}
/*商品購入ステップ*/
.steps ul{width: 350px;}
.steps li{
  float: left;
  padding: 0 6px;
  height: 150px;
}
.steps li a{height: 150px !important;}
.steps li img{height: 150px;}
@media screen and (max-width: 350px){
/*商品購入ステップ*/
.steps ul{width: 275px;}
.steps li{
  float: left;
  padding: 0 2px;
  height: 100px;
}
.steps li a{height: 100px !important;}
.steps li img{height: 100px;}
}
/* 決済ページ*/
#sysPayment #sysWrap,
#sysConfirm #sysWrap,
#sysThanks #sysWrap,
#sysCartError #sysMain{
         width: 95% !important;
        margin-left: 2.5%;
}
#sysBillingAddress form{
        width: 95%;
        padding: 30px 20px;
        margin: 0 auto;
}
#sysPayment #sysMain .sysFormLabel{line-height: 10px;}
#sysDestination #sysMain{
           width: 95%;
            border: 1px solid #aaa;
            padding: 20px 20px !important;
            margin: 30px auto;
}

/***********************************
  マイページ
***********************************/
.sysMypage .sysMypageNav form{width: 100% !important;}

/***********************************
  新規会員登録
***********************************/
#sysMemberRegisterIndex .sysNextSubmit{
        width: 100%;
         float: none;
         margin-right: 0%;
         border-radius: 5px;
         height: 50px; 
         font-size: 15px;
}
#sysMemberRegisterIndex .sysButton[type="submit"]{
         width: 100%;
         float: none;
        margin-right: 0%;
        border-radius: 5px;
        height: 50px;
        font-size: 15px;
        margin-top: 0px;
}
#sysMypageLogin .sysLoginButton{
        width: 100%;
        float:none;
        margin-right: 0%;
}
#sysMypageLogin .sysButton{
        width: 100%;
        margin-left: 0%;
        margin-top: 0px;
}

/***********************************
  カートページ
***********************************/
/*ドメイン*/
.sysAcceptDomainArea .sysAcceptDomain a{
  padding:0;
  font-size:10px;
}

/***********************************
  ボタンデザイン
***********************************/
.common_btn{
  margin: 20px auto 30px;
}

/***********************************
  TOPページ
***********************************/
/*.トップスライダー*/
#slideShow{height: 130px;}
.top_slider{
  padding-top:0;
  margin:120px auto 0;
}
.owl-dots .owl-dot {
  top:0;
}
.owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;}

.owl-nav [class*=owl-] {
  margin-top: -25px;
  width: 15px !important;
  height: 28px !important;
}
.owl-nav .owl-prev{
  left:20%;
  background: url(/img/common/controls.png) no-repeat 0 0;
  background-size:30px !important;
}
.owl-nav .owl-next{
  right:20%;
  background: url(/img/common/controls.png) no-repeat -15px 0;
  background-size:30px !important;
}
.owl-nav .owl-prev:hover {
  background-position: 0 0;
}
.owl-nav .owl-next:hover {
  background-position: -15px 0;
}

/*新着アイテム*/
.top_newarrival li{
  width: 30% !important;
  margin: 0 1.5% 30px !important;
  padding:0 !important;
}
.top_newarrival li .sysItemName{
  padding-top:0;
}
.top_newarrival li .sysItemPrice{
  font-size:12px;
}

/*特集一覧*/
.top_features{
  overflow:hidden;
}
.top_recommend_item ul{
  font-size:0;
  text-align:left;
}
.top_features li{
  width: 46%;
  margin: 2%;
}
.top_features li:nth-child(1),
.top_features li:nth-child(2){
  position:relative;
  z-index:10;
  width:96%;
}
.top_features li:nth-child(1) p,
.top_features li:nth-child(2) p{
  position:absolute;
  left:0;
  bottom:0;
  z-index:15;
  margin:0;
  padding:10px;
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}

/*おすすめ商品、ランキング*/
.top_ranking_item li{
  width: 30% !important;
  margin: 0 1.5% 30px !important;
  padding:0 !important;
}
.top_recommend_item li .sysItemName,
.top_ranking_item li .sysItemName{
  padding-top:0;
}
.top_recommend_item li .sysItemPrice,
.top_ranking_item li .sysItemPrice{
  font-size:12px;
}
.top_recommend_item li .sysCartButton,
.top_ranking_item li .sysCartButton{
  width:100%;
  font-size:10px;
  letter-spacing:-1px;
}

/*おすすめ商品*/
.top_recommend_item li{
  padding:5px !important;
}

/***********************************
  ワンページカート
***********************************/
/*情報入力ページ調整*/
.sysOpcBody .header_wrap {
  border-bottom: none;
}
.sysOpcBody img {
  max-width: 100%;
}
.sysOpcBody div#sysWrap {
  margin: 20px auto 0;
}
.sysCart #sysMain,
.sysOpcBody #sysMain{
  border: none;
}
.sysOpcBody div#sysMain {
  padding: 0 3%;
  margin-bottom: 0;
}
.opcCommonInputSelect,
.opcCommonButton {
  /*width: 49% !important;*/
}
.opcConfirm_inputStatus,
.opcConfirm_inputStatus_disable,
.opcConfirm_order,
.opcConfirm_order_disable {
  width: 94% !important;
}
.opcConfirm_inputStatus {
  margin-bottom: .5em;
}
.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
  width: 40px !important;
}
.opcCommonButtonGroup {
  margin-top: 1em;
}
.opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
  width: 30% !important;
}
.opcBillingAddress_prefState_edit {
  margin: 5px 0;
  width: 100% !important;
}
.opcBillingAddress .opcCommonReferenceLabel {
  width: 70px;
  display: inline-block;
  position: relative;
}
.opcBillingAddress .opcCommonReferenceLabel::after {
  position: absolute;
  right: 0;
}
.opcDeliveryMethod .opcCommonReferenceLabel {
  width: 123px;
  display: inline-block;
  position: relative;
}
.opcDeliveryMethod .opcCommonReferenceLabel::after {
  position: absolute;
  right: 0;
}
.opcBillingAddress_addressGroup {
  width: calc(100% - 80px) !important;
}
.opcRemarks_remark_edit {
  width: 100% !important;
}
.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
  margin: 0 0 .5em !important;
  width: 100% !important;
}
.opcOrderSummary_totalPriceLabel {
  font-size: 14px !important;
}
/*完了ページ調整*/
#sysThanks #sysMain {
  width: 100% !important;
  padding: 0 !important;
}

/*追加*/
body{-webkit-text-size-adjust: 100%;}
/*ヘッダー*/
body .header_h1_sp {
  height: auto;
  float: none;
  text-align: left;
  background: #f1f1f1;
  margin: 0;
  display: block;
  height: 1.8em;
  font-size: 1.7vw;
}
body .header_h1_sp h1{
  line-height: 1.8em;
  padding: 0 0.5em;
  height: 1.8em;
  overflow: hidden;
  font-weight: normal;
}
body .header_wrap {
  height: auto;
  border-bottom: none;
}
body .header_sp {
  width: 100%;
  margin: 0;
  text-align: left;
}
.sp_head_wrap .logo{
  float: left;
  width: 56%;
}
.sp_head_wrap .search{
  float: left;
  width: 16%;
}
.header_sp .sp_head_wrap .spCart{
  float: left;
  width: 13.1%;
  position: relative;
  top: 0;
}
.header_sp .sp_head_wrap #navBtn{
  background: url(../img/original/sp/common/header/menu.jpg) center top / 100% auto no-repeat;
  float: left;
  width: 14.8%;
  position: relative;
  top: 0;
  padding-top: 14.8%;
}
.header_sp button.itemCount2 {
    top: 0.5em;
    bottom: auto;
    background: #fff;
    border: solid 1px #000;
    width: 1.8em;
    height: 1.8em;
    border-radius: 0.9em;
    line-height: 1.8em;
    font-size: 2.2vw;
    color: #000;
    font-weight: normal;
}
.header_sp .sp_head_wrap img{
  width: 100%;
  height: auto;
  float: none;
  margin: 0;
}
/*メニュー*/
body #spNaviWrap{
  height: auto;
  padding: 0;
  background-color: #fff;
}
#spNaviWrap .sp_side_menu1 li{
  border-bottom: dashed 1px #cacaca;
}
#spNaviWrap .sp_side_menu1 li:last-child{
  border-bottom: none;
}
#spNaviWrap .sp_side_menu2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto;
  padding: 3% 0 3%;
}
#spNaviWrap .sp_side_menu2 li{
  width: 49%;
}
#spNaviWrap .sp_side_menu2 li:nth-child(1) a {
  display: block;
  margin-top: -0.9rem;
}
#spNaviWrap .sp_side_menu3 li {
  width: 94.7%;
  margin: 3% auto;
}
body #spNavMenu{
  margin-top: 16%;
}
body #closeMenu {
  background: url(../img/original/sp/common/header/close.png) center top / 100% auto no-repeat;
  margin: 0;
  border: none;
  height: auto;
  width: 10.5%;
  text-indent: -9999px;
  position: fixed;
  top: 1em;
  left: 85%;
  height: 0;
  padding-top: 10.5%;
  z-index: 99;
}
body #closeMenu2 {
  background: url(../img/original/sp/common/bg06.png) center top / 100% auto repeat-y;
  margin: 0;
  border: none;
  height: auto;
  cursor: pointer;
  padding: 3% 0;
}
#closeMenu2 span{
  width: 79%;
  margin: 0 auto;
  display: block;
  background: url(../img/original/sp/common/img42.png) center top / 100% auto no-repeat;
  text-indent: -9999px;
  padding-top:15%;
}
/*追加*/
/*全体*/
body div#sysMain {
  margin-top: 0;
  margin-bottom: 0;
}
#sysFooter{
  margin-top: 6%;
}
/*ナビ*/
.global {
  /*margin-top: 17.8%;*/
}
.global li{
  float: left;
  width: 25%;
}
.global li a{
  display: block;
  padding-top: 42.1%;
  text-indent: -9999px;
  height: 0;
}
.global li.li1 a{
  background: url(../img/original/sp/common/nav/img01.png)center top / 100% auto no-repeat;
}
.global li.li2 a{
  background: url(../img/original/sp/common/nav/img02.png)center top / 100% auto no-repeat;
}
.global li.li3 a{
  background: url(../img/original/sp/common/nav/img03.png)center top / 100% auto no-repeat;
}
.global li.li4 a{
  background: url(../img/original/sp/common/nav/img04.png)center top / 100% auto no-repeat;
}
/*フッター*/
.footer_wrap{
  background: url(../img/original/sp/common/bg06.png)center top / 100% auto repeat-y;
  padding:2% 1.5% 6%;
}
.footer_wrap .footer_rental{
  background: url(../img/original/sp/common/cont2.jpg)center top / 100% auto no-repeat;
  padding: 9% 1.5% 0;
}
.footer_wrap .footer_rental .ul1 li{
  float: left;
  width: 49%;
}
.footer_wrap .footer_rental .ul1 li.li2{
  margin-left: 2%;
}
.footer_wrap .footer_rental .ul1 li a{
  display: block;
  padding-top: 65%;
}
.footer_wrap .footer_rental .ul1 li.li1 a{
  background: url(../img/original/sp/common/img20.png)center top / 100% auto no-repeat;
}
.footer_wrap .footer_rental .ul1 li.li2 a{
  background: url(../img/original/sp/common/img21.png)center top / 100% auto no-repeat;
}
.footer_wrap .footer_rental .ul2{
  margin-top: 2%;
}
.footer_wrap .footer_rental .ul2 li{
  float: left;
  width: 49%;
  margin-left: 2%;
  margin-bottom: 1.2%;
}
.footer_wrap .footer_rental .ul2 li:nth-child(odd){
  margin-left: 0;
  clear: both;
}
.footer_wrap .footer_rental .ul2 li a{
  display: block;
  padding-top: 24%;
}
.footer_wrap .footer_rental .ul2 li.li1 a{
  background: url(../img/original/sp/common/img22.png)center top / 100% auto no-repeat;
}
.footer_wrap .footer_rental .ul2 li.li2 a{
  background: url(../img/original/sp/common/img23.png)center top / 100% auto no-repeat;
}
.footer_wrap .footer_rental .ul2 li.li3 a{
  background: url(../img/original/sp/common/img24.png)center top / 100% auto no-repeat;
}
.footer_wrap .footer_rental .ul2 li.li4 a{
  background: url(../img/original/sp/common/img25.png)center top / 100% auto no-repeat;
}
.footer_wrap .footer_rental .ul3{
  margin: 2% auto 0;
}
.footer_wrap .footer_rental .ul3 li a{
  display: block;
  padding-top: 14%;
}
.footer_wrap .footer_rental .ul3 li.li1 a{
  background: url(../img/original/sp/common/button3.jpg)center top / 100% auto no-repeat;
}
.footer_wrap .footer_goriyou{
  background: url(../img/original/sp/common/cont4.jpg)center top / 100% auto no-repeat;
  padding: 6% 3.5% 0;
  margin-top: 6%;
}
.footer_wrap .footer_goriyou > li dt{
  background: url(../img/original/sp/common/title.jpg)center top / 100% auto no-repeat;
  line-height: 1.9;
  color: #fff;
  font-size: 4vw;
  padding-left: 1em;
  margin-top: 6%;
}
.footer_wrap .footer_goriyou > li dd{
  padding: 3% 2%;
  font-size: 3.6vw;
  line-height: 1.6;
}
.footer_wrap .footer_goriyou > li dd p{
  margin: 0;
  padding: 0;
  font-size: 3.6vw;
  line-height: 1.6;
}
.footer_wrap .footer_goriyou > li dd .pay {
  margin-top: 3%;
}
.footer_wrap .footer_goriyou > li dd .pay li{
  float: left;
  background-color: #fff;
  line-height: 2.2em;
  padding-top: 1px;
  text-align: center;
  border: solid 1px #808080;
  width: 49%;
  box-sizing: border-box;
  margin-left: 2%;
  margin-bottom: 2%;
  font-size: 3.6vw;
  line-height: 1.6;
}
.footer_wrap .footer_goriyou > li dd .pay li:nth-child(odd){
  margin-left: 0;
  clear: both;
}
.footer_wrap .footer_goriyou > li dd .box1{
  background-color: #f0f0f0;
  padding: 3%;
  margin: 2% 0;
}
.footer_wrap .footer_goriyou > li dd table{
  width: 100%;
  font-size: 3.6vw;
  margin-top: 2%;
}
.footer_wrap .footer_goriyou > li dd table th{
  background-color: #f0f0f0;
  padding: 0.3em 0;
  text-align: center;
  border: solid 1px #808080;
}
.footer_wrap .footer_goriyou > li dd table td{
  padding: 0.3em 0;
  border: solid 1px #808080;
  text-align: center;
  background-color: #fff;
}
.copy_right{
  color: #fff;
  background-color: #1a1a1a;
  text-align: center;
  line-height: 1.8em;
  font-size: 3vw;
  /*margin: 0 0 15.5%;*/
  margin: 0;
  padding: 1.5% 0;
}
p.page_top_sp{
  margin: 0;
  padding: 0;
}
.page_top_sp a{
  background: url(../img/original/sp/common/footer/totop.png)center top / 100% auto no-repeat;
  display: block;
  padding-top: 13%;
}
/*固定フッター*/
.sp_fix_foot{
  background: url(../img/original/sp/common/bg06.png)center top / 100% auto repeat-y;
  position: fixed;
  z-index: 10;
  bottom: 0;
  width: 100%;
  padding-bottom: 1%;
}
.sp_fix_foot li{
  float: left;
  display: block;
}
.sp_fix_foot li img{
  display: block;
}
.sp_fix_foot li.line{
  width: 13.02%;
}
.sp_fix_foot li.instagram{
  width: 13.68%;
}
.sp_fix_foot li.mail{
  width: 13.02%;
}
.sp_fix_foot li.tel{
  width: 13.02%;
}
.sp_fix_foot li.guide{
  background: url(../img/original/tablet/common/footer/info.png)center top / 100% auto no-repeat;
  padding-top: 8%;
  width: 45.8%;
  margin-top: 2%;
}
/*トップページ*/
.sp_header_img{
  background: url(../img/original/sp/top/img05.png)center top / 100% auto no-repeat;
  padding-top: 52%;
}
.sp_coupon{
  background: url(../img/original/sp/top/bg01.png) center top / 100% auto repeat-y;
  padding: 2% 2% 0;
}
.top_cont1{
  background: url(../img/original/sp/top/cont1.jpg)center top / 100% auto no-repeat,
    url(../img/original/sp/top/top02.png)center bottom 2% / 100% auto no-repeat,
    url(../img/original/sp/top/bg01.png)center top / 100% auto repeat-y;
  padding: 75% 3% 40%;
  font-size: 3.7vw;
  line-height: 1.6;
}
.top_cont2 a{
  background: url(../img/original/sp/top/button1.jpg)center top / 100% auto no-repeat;
  padding-top: 31.05%;
  display: block;
}
.top_cont4{
  background: url(../img/original/sp/top/img06.jpg)center top / 100% auto no-repeat,
    url(../img/original/sp/top/bg01.png)center top / 100% auto repeat-y;
  padding:34% 2.5% 1%
}
.top_cont4 .ul1{
  padding-bottom: 2%;
}
.top_cont4 .ul1 li{
  float: left;
  width: 48.7%;
  margin-left: 2.6%;
}
.top_cont4 .ul1 li:nth-child(odd){
  margin-left: 0;
}
.top_cont4 .ul1 li a{
  display: block;
  padding-top: 60.8%;
}
.top_cont4 .ul1 li.li1 a{
  background: url(../img/original/sp/common/img10.png)center top / 100% auto no-repeat;
}
.top_cont4 .ul1 li.li2 a{
  background: url(../img/original/sp/common/img11.png)center top / 100% auto no-repeat;
}
.top_cont4 .ul1 li.li3 a{
  background: url(../img/original/sp/common/img12.png)center top / 100% auto no-repeat;
}
.top_cont4 .ul1 li.li4 a{
  background: url(../img/original/sp/common/img13.png)center top / 100% auto no-repeat;
}
.top_ranking_list_original{
  background: url(../img/original/sp/top/img08.png)center top / 100% auto no-repeat,
    url(../img/original/sp/top/bg01.png)center top / 100% auto repeat-y;
  padding:10% 0 5%;
}
body .top_ranking_list_original .sysContent .sysHorizontal li{
  padding: 7% 1% 1%;
  width: 32%;
  margin-left: 1%;
  box-sizing: border-box;
}
.top_ranking_list_original ul li:nth-child(1){
  background: #fff url(../img/original/sp/top/rank1.png)left 0.5em top 2% / 100% auto no-repeat;
}
.top_ranking_list_original ul li:nth-child(2){
  background: #fff url(../img/original/sp/top/rank2.png)left 0.5em top 2% / 100% auto no-repeat;
}
.top_ranking_list_original ul li:nth-child(3){
  background: #fff url(../img/original/sp/top/rank3.png)left 0.5em top 2% / 100% auto no-repeat;
}
.top_ranking_list_original ul li .sysItemImage img{
	width:100%;
	height:35vw;
	object-fit:cover;
}
.top_ranking_list_original ul li .sysItemName{
  border-bottom: solid 1px #000;
  text-align: left;
  padding: 3% 1%;
}
.top_ranking_list_original ul li .sysItemName a{
  font-size: 3.5vw;
  line-height: 1.5;
  display: block;
}
.top_ranking_list_original ul li .sysItemPrice{
  text-align: right;
  color: #c1272d;
  font-size: 3vw;
  line-height: 1.5;
  padding: 4% 0;
  position: relative;
}
/*.top_ranking_list_original ul li .sysItemPrice::before{
  content: '￥';
  position: absolute;
  left: 0;
}*/
.top_oshirase{
  background: url(../img/original/sp/top/bg01.png) center top / 100% auto repeat-y;
  padding: 0 0% 5%;
}
.oshirase{
  background: url(../img/original/sp/common/oshirase.png) center top / 100% auto no-repeat;
  padding-top: 7.5%;
}
.oshirase .bg{
  background-color: #fff;
  border: solid 1px #edd4b6;
  padding:0 1%;
  font-size: 3.2vw;
  margin: 0 2%;
}
.oshirase dl{
  border-bottom: dashed 1px #929292;
  padding: 2.6% 2% 2%;
}
.oshirase dl:last-child{
  border-bottom: none;
}
.oshirase dl dt{
  float: left;
  width: 7.2em;
  clear: both;
}

.top_cont5{
  background: url(../img/original/sp/top/bg02.jpg)center top / 100% auto no-repeat;
}
.top_cont5 p{
  padding: 53% 3% 8% 22%;
  font-size: 3.8vw;
  line-height: 1.75;
  margin: 0;
}
.top_cont6{
  background: url(../img/original/sp/top/img13.png)center top / 100% auto no-repeat,
    url(../img/original/sp/common/bg10.png)center top / 100% auto repeat-y;
  padding-top: 20%;
}
.top_new_list_original{
  background: url(../img/original/sp/top/img18.png)center top / 100% auto no-repeat,
    url(../img/original/sp/common/bg10.png)center top / 100% auto repeat-y;
  padding:10% 0 0;
}
body .top_new_list_original .sysContent .sysHorizontal li{
  margin-bottom: 5%;
  width: 45.5%;
  padding:0;
  position: relative;
}
body .top_new_list_original .sysContent .sysHorizontal li:nth-child(odd){
  margin-left: 2.6%;
  clear: both;
}
body .top_new_list_original .sysContent .sysHorizontal li:nth-child(even){
  margin-left: 3.4%;
}
.top_new_list_original ul li .sysItemImage img{
	width:100%;
	height:55vw;
	object-fit:cover;
}
.top_new_list_original ul li .sysItemName{
  text-align: left;
  padding: 4% 0 3%;
}
.top_new_list_original ul li .sysItemName a{
  font-size:3.2vw;
  line-height: 1.5;
  color: #8c6708;
  text-decoration: underline;
  display: block;
}
.top_new_list_original ul li .sysItemPrice{
  text-align: right;
  color: #c1272d;
  font-size:4.1vw;
  padding: 2%;
  position: relative;
  border-bottom: solid 1px #979797;
  border-top: solid 1px #979797;
}
.top_new_list_original ul li .sysItemPrice .kakaku{
  font-size: 3vw;
  color: #000;
}
/*.top_new_list_original ul li .sysItemPrice::before{
  content:'価格：';
  font-size: 3vw;
  color: #000;
  position: absolute;
  left: 0.5em;
  top: 0.7em;
}*/
.top_new_list_original ul li .sysItemPrice .zeibetu{
  font-size: 3vw;
  color: #000;
}
#sysItemCategory .sysItemList .sysItemPrArea,
#sysItemSearch .sysItemList .sysItemPrArea,
.top_new_list_original .sysItemPrArea,
.top_osusume_list_original .sysItemPrArea{
  margin-top: 3%;
}
#sysItemCategory .sysItemList .sysItemPrArea span,
#sysItemSearch .sysItemList .sysItemPrArea span,
.top_new_list_original .sysItemPrArea span,
.top_osusume_list_original .sysItemPrArea span,
.item_7800 .sysItemPrArea span,
.item_7801_over .sysItemPrArea span,
#sysItemDetail .item_block .item_left .pr_area span{
  color: #fff;
  width: 32%;
  height: 1.8em;
  float: left;
  margin-left: 2%;
  font-weight: normal;
  line-height: 1.9em;
  margin-bottom: 0.3em;
  padding:0;
  border-radius: 0;
  font-size: 2.8vw;
  display: none;
  text-align: center;
}
#sysItemDetail .item_block .item_left .pr_area{
  margin-bottom: 2%;
  width: 101.6%;
  max-width: 695px;
}
#sysItemDetail .item_block .item_left .pr_area span{
  width: 31.9%;
  margin-left: 0;
  margin-right: 1.3%;
  font-size: 3.4vw;
}
#sysItemCategory .sysItemList .sysItemPrArea span:nth-child(3n + 1),
#sysItemSearch .sysItemList .sysItemPrArea span:nth-child(3n + 1),
.top_new_list_original .sysItemPrArea span:nth-child(3n + 1),
.top_osusume_list_original .sysItemPrArea span:nth-child(3n + 1),
.item_7800 .sysItemPrArea span:nth-child(3n + 1),
.item_7801_over .sysItemPrArea span:nth-child(3n + 1){
  margin-left: 0;
  clear: both;
}

#sysItemCategory .sysItemList .sysItemPrArea span.pr_icon1,
#sysItemSearch .sysItemList .sysItemPrArea span.pr_icon1,
.top_new_list_original .sysItemPrArea span.pr_icon1,
.top_osusume_list_original .sysItemPrArea span.pr_icon1,
.item_7800 .sysItemPrArea span.pr_icon1,
.item_7801_over .sysItemPrArea span.pr_icon1,
#sysItemDetail .item_block .item_left .pr_area span.pr_icon1{
  display: block;
  background: url(../img/original/pc/common/pr_bg1.png)center top / 100% auto no-repeat;
}
#sysItemCategory .sysItemList .sysItemPrArea span.pr_icon1m,
#sysItemSearch .sysItemList .sysItemPrArea span.pr_icon1m,
.top_new_list_original .sysItemPrArea span.pr_icon1m,
.top_osusume_list_original .sysItemPrArea span.pr_icon1m,
.item_7800 .sysItemPrArea span.pr_icon1m,
.item_7801_over .sysItemPrArea span.pr_icon1m,
#sysItemDetail .item_block .item_left .pr_area span.pr_icon1m{
  display: block;
  background: url(../img/original/pc/common/pr_bg1m.png)center top / 100% auto no-repeat;
}
#sysItemCategory .sysItemList .sysItemPrArea span.pr_icon1l,
#sysItemSearch .sysItemList .sysItemPrArea span.pr_icon1l,
.top_new_list_original .sysItemPrArea span.pr_icon1l,
.top_osusume_list_original .sysItemPrArea span.pr_icon1l,
.item_7800 .sysItemPrArea span.pr_icon1l,
.item_7801_over .sysItemPrArea span.pr_icon1l,
#sysItemDetail .item_block .item_left .pr_area span.pr_icon1l{
  display: block;
  background: url(../img/original/pc/common/pr_bg1l.png)center top / 100% auto no-repeat;
}
#sysItemCategory .sysItemList .sysItemPrArea span.pr_icon2,
#sysItemSearch .sysItemList .sysItemPrArea span.pr_icon2,
.top_new_list_original .sysItemPrArea span.pr_icon2,
.top_osusume_list_original .sysItemPrArea span.pr_icon2,
.item_7800 .sysItemPrArea span.pr_icon2,
.item_7801_over .sysItemPrArea span.pr_icon2,
#sysItemDetail .item_block .item_left .pr_area span.pr_icon2{
  display: block;
  background: url(../img/original/pc/common/pr_bg2.png)center top / 100% auto no-repeat;
}
.top_new_list_original:after,
.top_osusume_list_original:after{
  clear: both;
  content: '';
  display: block;
}

.top_osusume_list_original{
  background: url(../img/original/sp/top/img19.png)center top 3% / 100% auto no-repeat,
    url(../img/original/sp/common/bg11.png)center top / 100% auto repeat-y;
  padding:14% 2.6% 4%;
  margin-top: 4%;
}
body .top_osusume_list_original .sysContent .sysHorizontal li{
  margin-bottom: 5%;
  width: 46%;
  padding:0;
  position: relative;
}
.top_osusume_list_original ul li::before {
  background: url(../img/original/sp/products/icon_04.png)center top / 100% auto no-repeat;
  content: '';
  width: 21%;
  padding-top: 21%;
  position: absolute;
  left: 0.5em;
  top: 0.5em;
  z-index: 9;
}
body .top_osusume_list_original .sysContent .sysItemImage img{
	width:100%;
	height:55vw;
	object-fit:cover;
  float: none;
  margin-right: 0;
}
.top_osusume_list_original ul li .sysItemName{
  text-align: left;
  padding: 4% 0 3%;
}
.top_osusume_list_original ul li .sysItemName a{
  font-size:3.2vw;
  line-height: 1.6;
  color: #8c6708;
  text-decoration: underline;
  display: block;
}
.top_osusume_list_original ul li .sysItemPrice{
  text-align: right;
  color: #c1272d;
  font-size:4.1vw;
  line-height: 1.6;
  padding: 2%;
  position: relative;
  border-bottom: solid 1px #979797;
  border-top: solid 1px #979797;
}
.top_osusume_list_original ul li .sysItemPrice .kakaku{
  font-size:3vw;
  color: #000;
}
/*.top_osusume_list_original ul li .sysItemPrice::before{
  content:'価格：';
  font-size:3vw;
  color: #000;
  position: absolute;
  left: 0.5em;
  top: 0.7em;
}*/
.top_osusume_list_original ul li .sysItemPrice .zeibetu{
  font-size:3vw;
  color: #000;
}
.top_osusume_list_original .bx-wrapper {
  margin-bottom: 16%;
}
.top_osusume_list_original .bx-wrapper .bx-controls-direction a {
    top: 106%;
    margin-top: 0;
    width: 8.7%;
    height: 0;
    padding-top: 11%;
    z-index: 9;
}
.top_osusume_list_original .bx-wrapper .bx-prev {
  left: 5%;
  background: url(../img/original/sp/common/prev.png)center top / 100% auto no-repeat;
}
.top_osusume_list_original .bx-wrapper .bx-next {
  right: 5%;
  background: url(../img/original/sp/common/next.png)center top / 100% auto no-repeat;
}
.top_osusume_list_original .bx-wrapper .bx-pager.bx-default-pager a {
    background: #999999;
    width: 1.2em;
    height: 1.2em;
    margin: 0 0.5em;
    -moz-border-radius: 0.6em;
    -webkit-border-radius: 0.6em;
    border-radius: 0.6em;
}
.top_osusume_list_original .bx-wrapper .bx-pager.bx-default-pager a:hover, .top_osusume_list_original .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #006837;
}
.top_osusume_list_original .bx-wrapper .bx-pager, .top_osusume_list_original .bx-wrapper .bx-controls-auto {
    bottom: -15%;
}
.top_cont7{
  background: url(../img/original/sp/top/img20.jpg)center top / 100% auto no-repeat;
  margin-top: 5%;
}
.top_cont7 .p1{
  padding: 57% 5% 5% 36%;
  margin-bottom: 0;
  font-size: 3.7vw;
  line-height: 1.7;
}
.top_cont8{
  background: url(../img/original/sp/top/bg05.png)center top / 100% auto no-repeat;
  font-size: 3.6vw;
  line-height: 1.7;
  padding-bottom: 4%;
}
.top_cont8 .p1{
  padding: 34% 3% 0;
  margin-bottom: 0;
}
.top_cont8 .p2{
  text-align: right;
  margin:0 3% 0 0;
}
.top_cont8 .dummy{
  float: right;
  width: 39%;
  padding-top:55%;
  display: block;
}
.top_cont9{
  background: url(../img/original/sp/top/bg06.png)center top / 100% auto no-repeat;
  width: 94.7%;
  margin: 0 auto;
}
.top_cont9 .p1{
  padding:14% 3% 2%;
  font-size: 3.6vw;
  line-height: 1.65;
  margin: 0;
}
.top_cont9 .dummy{
  float: right;
  width: 44%;
  padding-top:38%;
  display: block;
}
.top_cont10{
  background: url(../img/original/sp/top/bg07.png)center top / 100% auto no-repeat;
  font-size: 3.7vw;
  line-height: 1.7;
}
.top_cont10 .p1{
  padding:24% 4% 3% 36%;
  margin: 0;
}
.top_cont10 .p2{
  background: url(../img/original/sp/top/bg08.png)center top / 100% auto no-repeat;
  padding:25% 4% 4%;
  margin: 0;
}
.common_search{
  background: url(../img/original/pc/common/bg.jpg)left top repeat;
  padding: 3% 2.5% 2px;
}
.common_search a{
  background: url(../img/original/pc/common/category/search.jpg)center top / 100% auto no-repeat;
  display: block;
  text-indent: -9999px;
  padding-top: 10.3%;
  height: 0;
}
.common_search a:hover{
  opacity: 0.8;
}
body .category_common{
  background: url(../img/original/pc/common/bg.jpg)left top repeat;
  padding: 0% 2.5% 2px;
  margin-bottom: 0;
}
body .category_common.category_genre{
  padding-bottom: 8%;
}
.category_common .sysHeadline {
  width: auto;
  margin: 0!important;
  text-indent: -9999px;
  padding-top: 9.4%;
  height: 0;
  position: relative;
}
.category_common .sysHeadline::before {
  background-color: transparent;
  position: absolute;
  top: 35%;
  z-index: 1;
  content: '';
  display: block;
  width: 4vw;
  height: 4vw;
  right: 3%;
  background: url(../img/original/pc/common/category/yajirusi.jpg)center top / 100% auto no-repeat
}
.category_common .sysHeadline.bg02::before {
  background-position: center bottom;
  top: 25%;
}
.category_common .sysHeadline:hover{
  opacity: 0.8;
  cursor: pointer;
}
.category_common.category_size .sysHeadline {
  background: url(../img/original/sp/common/category/button_size.jpg)center top / 100% auto no-repeat;
}
.category_common.category_price .sysHeadline {
  background: url(../img/original/sp/common/category/button_price.jpg)center top / 100% auto no-repeat;
}
.category_common.category_age .sysHeadline {
  background: url(../img/original/sp/common/category/button_age.jpg)center top / 100% auto no-repeat;
}
.category_common.category_genre .sysHeadline {
  background: url(../img/original/sp/common/category/button_genre.jpg)center top / 100% auto no-repeat;
}
.category_common .sysContent{
  display: none;
}
.category_common .sysContent ul{
  margin-top: 2px;
}
.category_common .sysContent ul li.sysText a{
  display: block;
  padding: 2.3% 5%;
  color: #534741;
  font-size: 3.2vw;
  line-height: 1.6;
  background-color: #f7f2ea;
  border-bottom: dashed 1px #d9cbbb;
}
.category_common .sysContent ul li.sysText:last-child a{
  border-bottom: none;
}
/*パンくず*/
.sysItemCategoryPankuzu,.second_h1{
  display: none;
}
/*共通*/
.content_width{
  padding: 0 1%;
}

/*カテゴリーページ*/
.cat_title{
  background: url(../img/original/sp/category/title.jpg)center top / 100% auto no-repeat;
  line-height: 2.4em;
  padding: 0 1em 0;
  color: #fff;
  font-size: 5vw;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
  margin-bottom: 2%;
}
.cat_coupon{
  margin: 2% 0;
}
/*モーニング*/
.item_title{
  background: url(../img/original/sp/products/title_top.png)center top / 100% auto no-repeat,
  url(../img/original/sp/products/title_bottom.png)center bottom / 100% auto no-repeat,
  url(../img/original/sp/products/title_y.png)center top / 100% auto repeat-y;
  padding: 2% 3%;
  color: #fff;
  font-size: 5vw;
  line-height: 1.35;
  font-weight: bold;
  margin: 0 0 4%;
}
.mor_cont1{
  background: url(../img/original/sp/products/mor/cont1.png)center top / 100% auto no-repeat;
  width: 97%;
  margin: 0 auto;
  position: relative;
}
.mor_cont1 .p1{
  font-size: 3.9vw;
  line-height: 1.7;
  padding: 15% 4% 3% 2%;
  margin: 0;
}
.mor_cont1::before{
  float: right;
  width: 43%;
  height: 52vw;
  content: '';
  display: block;
  right: 0;
  top: 0;
}
.mor_cont2{
  margin-top:3%;
}
.mor_cont2.bg{
  background: url(../img/original/sp/products/mor/cont2_title.png)center top / 100% auto no-repeat;
  padding: 8.9% 0 0;
}
.mor_cont2 .box{
  background: url(../img/original/sp/products/mor/cont2.png)center top / 100% auto no-repeat;
  padding-top: 5.5%;
  padding-bottom: 2%;
  margin-top: 2%;
}
.mor_cont2.bg .box{
  background: url(../img/original/sp/products/mor/cont2_bg.png)center top / 100% auto no-repeat;
  margin-top: 0;
  padding-top: 7%;
}
.mor_cont2 ul{
  padding-top: 0.8%;
}
.mor_cont2 ul li{
  width: 33%;
  height: 21vw;
  float: left;
  margin-left: 1%;
  margin-bottom: 0.7%;
}
.mor_cont2 ul li:nth-child(1){
  width: 29%;
  height: 87vw;
}
.mor_cont2 ul li a{
  display: block;
  height: 100%;
  text-indent: -9999px;
}
.mor_cont2 ul li a:hover{
  opacity: 0.8;
}
.mor_cont2 ul li:nth-child(2) a{background: url(../img/original/pc/products/mor/cont2_2.jpg)center top / 100% auto no-repeat;}
.mor_cont2 ul li:nth-child(3) a{background: url(../img/original/pc/products/mor/cont2_3.jpg)center top / 100% auto no-repeat;}
.mor_cont2 ul li:nth-child(4) a{background: url(../img/original/pc/products/mor/cont2_4.jpg)center top / 100% auto no-repeat;}
.mor_cont2 ul li:nth-child(5) a{background: url(../img/original/pc/products/mor/cont2_5.jpg)center top / 100% auto no-repeat;}
.mor_cont2 ul li:nth-child(6) a{background: url(../img/original/pc/products/mor/cont2_6.jpg)center top / 100% auto no-repeat;}
.mor_cont2 ul li:nth-child(7) a{background: url(../img/original/pc/products/mor/cont2_7.jpg)center top / 100% auto no-repeat;}
.mor_cont2 ul li:nth-child(8) a{background: url(../img/original/pc/products/mor/cont2_8.jpg)center top / 100% auto no-repeat;}
.mor_cont2 ul li:nth-child(9) a{background: url(../img/original/pc/products/mor/cont2_9.jpg)center top / 100% auto no-repeat;}

.mor_cont3{
  background: url(../img/original/sp/products/mor/cont3.png)center top / 100% auto no-repeat;
  margin-top: 5%;
}
.mor_cont3 .p1{
  font-size: 3.8vw;
  line-height: 1.7;
  padding: 16% 3% 0;
  margin: 0;
}
.mor_cont4{
  background: url(../img/original/sp/products/mor/cont4.png)center top 0.5% / 97% auto no-repeat,
  url(../img/original/sp/products/mor/cont4_bg.png)center bottom / 100% auto no-repeat,
  url(../img/original/sp/products/mor/cont4_y.png)center top / 100% auto repeat-y;
  font-size: 3.6vw;
  line-height: 1.6;
  width: 97%;
  margin: 4% auto 0;
  padding: 13% 3% 2%;
}
.mor_cont4 ul {
  box-sizing: content-box;
}
.mor_cont4 ul li{
  float: left;
  width: 45%;
  padding: 36% 2% 2%;
  margin-left:2%;
  margin-bottom: 2%;
  min-height: 4.8em;
  box-sizing: content-box;
}
.mor_cont4 ul li:nth-child(odd){
  clear: both;
  margin-left: 0;
}
.mor_cont4 ul li.item01{background: url(../img/original/sp/products/mor/cont4_1.png)center top / 100% auto no-repeat;}
.mor_cont4 ul li.item02{background: url(../img/original/sp/products/mor/cont4_2.png)center top / 100% auto no-repeat;}
.mor_cont4 ul li.item03{background: url(../img/original/sp/products/mor/cont4_3.png)center top / 100% auto no-repeat;}
.mor_cont4 ul li.item04{background: url(../img/original/sp/products/mor/cont4_4.png)center top / 100% auto no-repeat;}
.mor_cont4 ul li.item05{background: url(../img/original/sp/products/mor/cont4_5.png)center top / 100% auto no-repeat;}
.mor_cont4 ul li.item06{background: url(../img/original/sp/products/mor/cont4_6.png)center top / 100% auto no-repeat;}
.mor_cont4 ul li.item07{background: url(../img/original/sp/products/mor/cont4_7.png)center top / 100% auto no-repeat;}
.mor_cont4 ul li.item08{background: url(../img/original/sp/products/mor/cont4_8.png)center top / 100% auto no-repeat;}
.mor_cont4 .p1{
  margin: 0;
}
.mor_cont5{
  background: url(../img/original/sp/products/mor/cont5.jpg)center top / 100% auto no-repeat;
  margin-top: 4%;
}
.mor_cont5 .p1{
  font-size: 4vw;
  line-height: 1.6;
  padding: 20% 6% 23% 6%;
  margin: 0;
}
.mor_cont5::before{
  float: right;
  width: 33%;
  height: 33vw;
  content: '';
  display: block;
  right: 0;
  top: 0;
}
.detail_coupon{
  margin: 3% 4%;
}
.mor_cont6{
  background: url(../img/original/sp/products/mor/cont6.jpg)center top / 100% auto no-repeat;
  margin-top: 5%;
}
.mor_cont6 .p1{
  font-size: 4vw;
  line-height: 1.6;
  padding: 1.8% 2% 1.7% 24%;
  margin: 0;
  color: #fff;
  font-weight: bold;
}
.mor_cont7{
  background: url(../img/original/sp/products/mor/cont7.png)center top / 100% auto no-repeat;
  margin-top: 4%;
  margin-bottom: 6%;
}
.mor_cont7 .p1{
  font-size: 3.9vw;
  line-height: 1.6;
  padding:13% 3% 0;
  margin: 0;
}
.mor_cont8{
  background: url(../img/original/sp/products/mor/cont8.png)center top / 100% auto no-repeat;
  margin: 5% 2% 0;
  font-size: 3.6vw;
  line-height: 1.6;
}
.mor_cont8 .p1{
  padding:8% 2% 0;
  margin: 0;
}
.mor_cont8 .p1 .sp_box{
  display: block;
  background-color: #f1f8fa;
  padding: 2%;
  margin: 2% 0 0;
}
.item_cont1{
  background: url(../img/original/sp/products/item_cont1.png)center top / 100% auto no-repeat;
  margin-top: 6%;
  padding: 13% 1.3% 0;
  font-size: 3.9vw;
  line-height: 1.6;
}
.item_cont1 .ul1{
  position: relative;
}
.item_cont1 .ul2{
  position: relative;
}
.item_cont1 .item01{
  background: url(../img/original/sp/products/item_cont1_1.png)center top / 100% auto no-repeat;
  padding: 10% 0 2.5% 4%;
}
.item_cont1 .item02{
  background: url(../img/original/sp/products/item_cont1_3.png)center top / 100% auto no-repeat;
  padding: 10% 0% 2.5% 4%;
  margin-top: 38%;
}
.item_cont1 .item05{
  background: url(../img/original/sp/products/item_cont1_2.png)center top / 100% auto no-repeat;
  padding: 13% 0 2.5% 4%;
  position: absolute;
  margin-top: -82vw;
  width: 100%;
}
.item_cont1 .item06{
  background: url(../img/original/sp/products/item_cont1_4.png)center top / 100% auto no-repeat;
  padding: 11% 0 2.5% 4%;
  margin-top: 2%;
}
.item_cont1 .item07{
  background: url(../img/original/sp/products/item_cont1_5.png)center top / 100% auto no-repeat;
  padding: 11% 0% 2.5% 4%;
  margin-top: 2%;
}
.item_cont1 .item08{
  background: url(../img/original/sp/products/item_cont1_6.png)center top / 100% auto no-repeat;
  padding: 11% 0% 2.5% 4%;
  margin-top: 1.8%;
}
.item_cont2{
  background-color: #faf7f0;
  width: 88%;
  margin: 5% auto 0;
  padding: 2%;
  font-size: 3.6vw;
  line-height: 1.6;
}
.item_cont2 .p1{
  background: url(../img/original/sp/products/item_cont2.jpg)center top / 100% auto no-repeat;
  padding: 9% 2% 0;
  margin: 0;
}
.item_cont2 .p1 li{
  padding-left:1em;
  text-indent:-1em;
}
.common_item_kobetsu .item_detail_area{
  background: url(../img/original/sp/products/item_setumei.png)center top / 100% auto no-repeat;
  padding-top: 13%;
  margin-top: 7%;
}
.common_item_kobetsu .item_detail_area table{
  font-size: 3.4vw;
  line-height: 1.6;
  margin: 0 auto;
  width: 97%;
}
.common_item_kobetsu .item_detail_area th{
  background-color: #f0f0f0;
  border: solid 1px #b1b1b1;
  width: 8em;
  padding: 0.4em 0 0.4em 1em;
  border-right: solid 1px #b1b1b1;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.common_item_kobetsu .item_detail_area.retu2 table tr{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.common_item_kobetsu .item_detail_area td{
  border: solid 1px #b1b1b1;
  padding: 0.4em 1em;
}
.common_item_kobetsu .item_detail_area.retu2 td{
  width: 143%;
  margin-left: -44%;
}
.common_item_kobetsu .item_detail_area td p{
  margin: 0;
}
.common_item_kobetsu .item_detail_area td p.note{
  margin: 0;
  color: #808080;
  font-size: 85%;
}
.common_item_kobetsu .item_detail_area td .sizeimage{
  float: right;
  width: 50%;
}
.common_item_kobetsu .item_detail_area td .tt01 {
  background: #f7f6eb;
  margin-top: 0.5rem;
}
.common_item_kobetsu .item_detail_area td .tt01 > dl {
  padding: 0.5rem;
  line-height: 1.7;
}
.common_item_kobetsu .item_detail_area td .tt01 > dl > dt {
  background: #736357;
  color: white;
  text-align: center;
  padding: 0.2rem;
  box-sizing: border-box;
}
.common_item_kobetsu .item_detail_area td .tt01 > dl > dd .dt {
  display: block;
  float: left;
}
.common_item_kobetsu .item_detail_area td .tt01 > dl > dd {
  padding: 0.2rem 0;
}
.common_item_kobetsu .item_detail_area td .tt01 > dl > dd .dd {
  display: block;
  margin-left: 36%;
}
.item_common_menu {
  margin: 2% auto;
}
.item_common_menu li a{
  display: block;
  height: 0;
  text-indent: -9999px;
  padding-top: 9.5%
}
.item_common_menu li.li1 a{background: url(../img/original/sp/products/button1.jpg)center top / 100% auto no-repeat;}
.item_common_menu li.li2 a{background: url(../img/original/sp/products/button2.jpg)center top / 100% auto no-repeat;}
.item_common_menu li.li3 a{background: url(../img/original/sp/products/button3.jpg)center top / 100% auto no-repeat;}
.item_common_menu li.li4 a{background: url(../img/original/sp/products/button4.jpg)center top / 100% auto no-repeat;}

/*サイズ表(EC-cubeから移行したcssを共通に記述。細かい部分はデバイスごとに記述する）*/
.mor_cont_sita2 .mcon08 {
  background: url(../img/original/sp/products/mor/cont8_1.png)center top / 100% auto no-repeat;
  padding-top: 12%;
  margin-top: 5%;
  font-size: 3.8vw;
  line-height: 1.7;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt01{
  background: url(../img/original/sp/products/mor/cont8_1_2.png)center top / 100% auto no-repeat;
  padding:5% 3% 0;
  width: 98%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt02{
  font-size: 3.4vw;
  line-height: 1.9;
  width:94%;
  margin: 0 auto;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt02 .p1{
  padding: 3%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt03{
  background: url(../img/original/sp/products/mor/cont8_1_3.png)center top / 100% auto no-repeat;
  padding-top: 19%;
  margin-top: 6%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt03 .size_table_navi{
  background: url(../img/original/sp/products/mor/cont8_2.png)center top / 100% auto no-repeat;
  padding-top: 13%;
  margin: 0 auto;
  width: 93%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_navi ul{
  width:82%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_navi ul li{
  width: 23%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_navi ul li a{
  height: 0;
  padding-top: 109%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap{
  width: 84%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .size_y{height: 100vw;}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .size_a{height: 100vw;}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .size_ab{height: 100vw;}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .size_b{height: 100vw;}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .size_o{height: 100vw;}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .size_e{height: 100vw;}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .size_k{height: 100vw;}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .slick-prev{
  width: 5%;
  height: 16vw;
  left: -6%;
  z-index: 9;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .slick-slide:hover{
  cursor: grab;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .slick-next{
  width: 5%;
  height: 16vw;
  right: -6%;
  z-index: 9;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt03 .p1{
  width: 94%;
  margin-top: 5%;
  padding: 2%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt03 .p1 em{
  font-weight: bold;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04{
  background: url(../img/original/sp/products/mor/mcon08_5.png)center top / 100% auto no-repeat;
  padding-top: 12%;
  font-size: 3.6vw;
  line-height: 1.7;
  width: 95%;
  margin: 8% auto 4%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 .bg{
  padding-bottom: 0.05%;
}
.mor_cont_sita2 .mcon08 .tt04 .tt04inner{
  padding-bottom: 1.5%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .onegai{
  background: url(../img/original/sp/products/mor/mcon08_3.jpg)center top / 100% auto no-repeat;
  padding:10% 4% 0;
  color: #ab6618;
  font-size: 3.6vw;
  line-height: 1.7;
  margin-top: 4%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 .p5{
  font-size: 3.6vw;
  line-height: 1.7;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 .ul1{
  width: 94%;
  font-size: 3.6vw;
  line-height: 1.7;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 .p4{
  font-size: 3.6vw;
  line-height: 1.7;
  width: auto;
  margin-left: 4%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt05{
  background: url(../img/original/sp/products/mor/mcon08_4.png)center top / 100% auto no-repeat;
  margin: 4% 2%;
  padding-top:6%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt05 table{
  width:95%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt05 table th{
  font-size: 3.6vw;
  line-height: 1.7;
  padding: 0.4em 0;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt05 table td{
  font-size: 3.6vw;
  line-height: 1.7;
  padding: 0.4em 0;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 .p1 select {
    width: 20%;
    height: 8vw;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 #selected_size1 {
    font-size: 1.1em;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 #selected_size2 {
    font-size: 1.1em;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 .p3 select{
    width: 20%;
    height: 8vw;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 .img75 {
    width: 97%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 .img76 {
    width: 97%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 .img78 {
    width: 97%;
}
/*----------
商品情報
-----------*/
#sysItemDetail .item_block{
  margin: 4% 2.6%;
  line-height: 1.6;
  font-size: 3.9vw;
}
/*商品画像*/
#sysItemDetail .sysItemImage{
  margin-bottom: 4%;
}
#sysItemDetail .sysItemImages {
    max-width: none;
    padding-right: 0;
}
/*商品画像スライダ*/
.slider1 .bx-wrapper {
    margin-bottom:7%;
}
.slider1 .bx-wrapper .bx-pager{
    bottom: -5vw;
}
.slider1 li a{
  position: relative;
}
.slider1 li a::after{
  background: url(../img/original/pc/cart/kakudai.png)center top / 100% auto no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 12vw;
  height: 12vw;
  content: '';
}
.slider1 .bx-wrapper .bx-controls-direction a {
  width: 10%;
  height: 0;
  padding-top: 12%;
  z-index: 9;
}
.slider1 .bx-wrapper .bx-prev {
  left: 0;
  background: url(../img/original/sp/products/prev.png) center top / 100% auto no-repeat;
}
.slider1 .bx-wrapper .bx-next {
  right: 0;
  background: url(../img/original/sp/products/next.png) center top / 100% auto no-repeat;
}
/*評価*/
#sysItemDetail .item_block #item_review_button > div{
  border-top: solid 1px #dbdbdb;
  padding: 2% 2%;
  line-height: 1.6;
  font-size: 3.6vw;
}
#sysItemDetail .item_block #item_review_button .left{
  float: left;
  margin: 0;
}
#sysItemDetail .item_block #item_review_button .right{
  float: left;
  margin: 0;
}
#sysItemDetail .item_block #item_review_button .right a{
  color: #7b8312;
  text-decoration: underline;
}
/*商品記号*/
#sysItemDetail .item_block .sysItemViewId{
  padding: 2% 2%;
  text-align: left;
  border-top: solid 1px #dbdbdb;
  line-height: 1.6;
  font-size: 3.6vw;
  margin-bottom: 0!important;
}
#sysItemDetail .item_block .sysItemViewId span{
  font-weight: normal;
}
/*商品名*/
#sysItemDetail .item_block .sysItemName{
  border-top: solid 1px #dbdbdb;
  padding: 2% 2%;
}
#sysItemDetail .item_block .sysItemName .name_h1{
  line-height: 1.6;
  font-size: 3.6vw;
  border-bottom: none;
  padding: 0;
  margin: 0;
  width: auto;
}
#sysItemDetail .item_block .sysItemName .name_h1 span{
  font-weight: bold;
}
/*価格*/
#sysItemDetail .item_block .sysRetailPrice{
  border-top: solid 1px #dbdbdb;
  padding: 2% 2%;
  line-height: 1.6;
  font-size: 3.6vw;
  text-align: left;
  font-weight: bold;
}
#sysItemDetail .item_block .sysRetailPrice .sysRetailPriceValue{
  font-size: 4vw;
  color: #c1272d
}
#sysItemDetail .item_block .sysRetailPrice span{
  line-height: 1.6;
  font-size: 3.6vw;
  font-weight: normal;
}
#sysItemDetail .item_block .sysRetailPrice span.sysRetailPriceValue{
  font-weight: bold;
}
/*対応割引*/
#sysItemDetail .item_block .sysPr{
  padding: 0 2% 2%;
  font-weight: normal;
  line-height: 1.6;
  font-size: 3.6vw;
}
/*商品説明*/
#sysItemDetail .item_block .sysDescription{
  padding: 3%;
  line-height: 1.6;
  font-size: 3.6vw;
}
/*ご利用日を選択してください*/
#sysItemDetail .item_block .sysRentalStartDate{
  background-color: #e8e1d1;
  padding: 2% 3% 1%;
  margin-bottom: 5em;
  position: relative;
}
#sysItemDetail .item_block .sysRentalStartDate::before{
  line-height: 1.6;
  font-size: 3.6vw;
  content:'▼';
}
#sysItemDetail .item_block .sysRentalStartDate::after{
  content: 'ご利用日を選択してください。選択できない日付はレンタルできません。';
  color: #91272d;
  position: absolute;
  left: 1em;
  top: 2.9em;
  margin-right: 5%;
}
/*カレンダー*/
.sysRentalSchedulesCalendar tbody{
  font-size: 0.8em;
}
.sysRentalSchedulesCalendarCtl {
    font-size: 0.85em;
}
/*元のご利用日を選択してください*/
#sysItemDetail .item_block .sysRentalScheduleNotice{
  display: none;
}
/*お届日などの詳細*/
#sysItemDetail .item_block .sysRentalScheduleInfo{
  font-size: 80%;
  padding: 4%;
  color: #606060;
}
#sysItemDetail .item_block .sysRentalScheduleInfo .sysRentalSendItemName,
#sysItemDetail .item_block .sysRentalScheduleInfo .sysRentalReachItemName,
#sysItemDetail .item_block .sysRentalScheduleInfo .sysRentalReturnItemName{
  color: #606060;
}
/*数量*/
#sysItemDetail .item_block #sysNumber{
  display: none;
}
/*小計*/
#sysItemDetail .item_block #sysSubtotal{
  display: none;
}
/*カートに入れる*/
#sysItemDetail .item_block #sysSubmit{
  background-color: #f7f1eb;
  margin-left: 2%;
  margin-right: 2%;
  height: 17vw;
  margin-top: 5%;
}
#sysItemDetail .item_block #sysSubmit .sysCartButton {
  background: url(../img/original/sp/cart/button_cart.png)center top / 100% auto no-repeat;
  width: 96%;
  padding: 17% 0 0!important;
  height: 0;
  margin: 2% 0 2% 2%;
}
#sysItemDetail .item_block #sysWishlist{
  margin-left: 2%;
  margin-right: 2%;
  background-color: #f7f1eb;
}
#sysItemDetail .item_block #sysWishlist .sysWishListButton {
  background: url(../img/original/sp/cart/button_okiniiri.png)center top / 100% auto no-repeat;
  width: 96%;
  padding: 14% 0 0!important;
  height: 0;
  margin: 0 0 2% 2%;
  border: none;
}
/*ポップアップ画像のサイズ*/
body #sysModalWindow > .sysModalContent{
  width: 100%;
}
/*画像に虫眼鏡付与*/
#sysItemDetail .item_block .sysMainImage a{
  position: relative;
}
#sysItemDetail .item_block .sysMainImage a::after{
  background: url(../img/original/pc/cart/kakudai.png)center top / 100% auto no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 10vw;
  height: 10vw;
  content: '';
}
/*カートボタン上の案内*/
#sysItemDetail .item_block #item_announce_sp{
  background-color: #f7f7f7;
  padding: 2% 4%;
  margin: 4% 2% 6% 0;
  font-size: 95%;
}
#sysItemDetail .item_block #item_announce_sp p{
  margin-bottom: 7%;
}
#sysItemDetail .item_block #item_announce_sp p:last-child{
  margin-bottom: 2%;
}
#sysItemDetail .item_block #item_announce_sp a{
  color: #3b5998;
  text-decoration: underline;
}
#item_announce{
  display: none;
}
/*「発送日・お受け取り希望時間についてご一読ください」ボタン*/
#sysItemDetail .item_block .uketori_announce a{
  background: url(../img/original/sp/cart/button_uketori.png)center top / 100% auto no-repeat;
  padding: 12% 0 0!important;
  height: 0;
  margin: 4% auto 4%;
  text-indent: -9999px;
  display: block;
}
/*オプション*/
#sysItemDetail #sysSelections div {
    margin-bottom: 0;
    text-align: right;
    font-size: 3.2vw;
}
#sysItemDetail #sysSelections select{
  width: 50%;
  min-width: auto;
  font-size: 3.5vw;
  text-align: left;
}
#sysItemDetail .sysRentalExtendDays{
    text-align: right;
    font-size: 3.2vw;
}
#sysItemDetail .sysRentalExtendDays select{
    width: 50%;
    min-width: auto;
  font-size: 3.5vw;
  text-align: left;
}
/*レビュー*/
#sysItemDetail #item_review{
  background: url(../img/original/sp/products/review.jpg)center top / 100% auto no-repeat;
  padding: 11% 2% 0;
  margin-top: 6%;
  font-size: 3.6vw;
  line-height: 1.6;
}
#sysItemDetail #item_review .hoshi_icon{
  margin-left: 3%;
}
.sysReviewHistoryList {
  font-size: 3.6vw;
}
.sysReviewHistoryList li{
  margin: 2% 0px;
}
.sysReviewHistoryList li:first-child{
  margin-top: 0;
}
.sysReviewHistoryList .sysNickname{
  float: right;
  margin-left: 0.5em;
  font-size: 80%;
  margin-top: 0.6em;
}
.sysReviewHistoryList .sysEvaluation{
  color: #f7931e;
  float: left;
  margin-left: 0.5em;
  font-size: 4.6vw;
  letter-spacing: -0.06em;
}
.sysReviewHistoryList .sysReviewText{
  clear: both;
  font-size: 3vw;
  line-height: 1.6;
  border-top: solid 2px #87321f;
  padding: 2% 3.5%;
}
.sysReviewHistoryList .sysReviewDatetime{
  font-size: 80%;
  float: right;
  margin-left: 1em;
  margin-right:0.5em;
  margin-top: 0.6em;
}
.sysReviewHistoryList .sysReviewDatetime::before{
  content: '投稿日：';
}
#sysItemDetail #item_review form input[type=submit]{
  font-size: 3.6vw;
  margin-top: 2%;
}
#sysItemDetail #item_review form input[type=submit]:hover{
  text-decoration: none;
  cursor: pointer;
}
#sysItemReviewIndex #sysMain{
  padding: 0 3%;
}
.hoshi_icon {
  vertical-align: middle;
  display: inline-block;
  margin-top: 0.2em;
}
.hoshi_icon span{
  display: inline-block;
  width: 4vw;
  height: 4vw;
  margin-right: 0.5vw;
}
.hoshi_icon .hoshi1{
  background: url(../img/original/sp/products/hoshi1.png)center top / 100% auto no-repeat;
}
.hoshi_icon .hoshi2{
  background: url(../img/original/sp/products/hoshi2.png)center top / 100% auto no-repeat;
}
.hoshi_icon .hoshi3{
  background: url(../img/original/sp/products/hoshi3.png)center top / 100% auto no-repeat;
}
.sysItemReview #sysMain .detail_link{
  font-size: 2.7vw;
  margin-top: 4%;
}
/*関連商品*/
.item_kanren{
  background: url(../img/original/sp/products/kanren.png)center top / 100% auto no-repeat;
  padding:10% 1% 0;
  margin-top: 6%;
}
body .item_kanren .sysContent .sysHorizontal li {
    width: 33.3%;
}
body .item_kanren .sysContent .sysHorizontal li:nth-child(4) {
  display: none;
}
body .item_kanren .sysContent .sysHorizontal .sysItemImage img{
  height: 32vw;
  width: 100%;
  object-fit: cover;
}
body .item_kanren .sysContent .sysHorizontal li .sysItemName a{
  font-size: 3.4vw;
  display: block;
  line-height: 1.5;
}
body .item_kanren .sysContent .sysHorizontal li .sysItemPrice{
  font-size: 3.1vw;
  padding: 3% 0;
}
body .item_kanren .sysContent .sysHorizontal li .sysItemPrice::before{
  content: '￥';
}
body .item_kanren .sysContent .sysHorizontal li .sysItemPrice .kakaku{
  display: none;
}

/*閲覧履歴*/
.item_etsuran{
  background: url(../img/original/sp/products/kanren.png)center top / 100% auto no-repeat;
  padding:10% 1% 0;
  margin-top: 6%;
}
body .item_etsuran .sysContent .sysHorizontal li {
    width: 33.3%;
}
body .item_etsuran .sysContent .sysHorizontal li:nth-child(4) {
  display: none;
}
body .item_etsuran .sysContent .sysHorizontal .sysItemImage img{
  height: 32vw;
  width: 100%;
  object-fit: cover;
}
body .item_etsuran .sysContent .sysHorizontal li .sysItemName a{
  font-size: 3.4vw;
  display: block;
  line-height: 1.5;
}
body .item_etsuran .sysContent .sysHorizontal li .sysItemPrice{
  font-size: 3.1vw;
  padding: 3% 0;
}
body .item_etsuran .sysContent .sysHorizontal li .sysItemPrice::before{
  content: '￥';
}
body .item_etsuran .sysContent .sysHorizontal li .sysItemPrice .kakaku{
  display: none;
}

/*よくある質問*/
.faq{
  background: url(../img/original/sp/products/faq.png)center top / 100% auto no-repeat;
  padding: 12% 2% 0;
  margin-top: 6%;
  margin-bottom: 9%;
}
.faq dt{
  background:#faf7f0 url(../img/original/sp/products/icon_close2.png)right 0.7em center / 5% auto no-repeat;
  font-size: 3.7vw;
  font-weight: bold;
  color: #534741;
  padding: 1.6% 10% 1.6% 3%;
  line-height: 1.6;
  margin-top: 1.5%;
}
.faq dt.bg02{
  background:#faf7f0 url(../img/original/sp/products/icon_open2.png)right 0.7em center / 5% auto no-repeat;
}
.faq dt:hover{
  cursor: pointer;
  text-decoration: underline;
}
.faq dd{
  display: none;
  font-size: 3.6vw;
  line-height: 1.8;
  padding: 0 3% 2%;
}
.faq dd a{
  color: #2376dc;
}
/*黒留袖*/
#sysItemDetail #sysMain > * > .sysItemName > h1 {
  background: url(../img/original/sp/products/title_top.png) center top / 100% auto no-repeat, url(../img/original/sp/products/title_bottom.png) center bottom / 100% auto no-repeat, url(../img/original/sp/products/title_y.png) center top / 100% auto repeat-y;
  padding: 2% 3%;
  color: #fff;
  font-size: 5vw;
  line-height: 1.35;
  font-weight: bold;
  margin: 0 0 4%;
}
.tome_cont1{
  background: url(../img/original/sp/products/tome/cont1_top.jpg) center top / 100% auto no-repeat,
   url(../img/original/sp/products/tome/cont1_bottom.jpg) center bottom / 100% auto no-repeat,
   url(../img/original/sp/products/tome/cont1_y.jpg) center top / 100% auto repeat-y;
  padding-top: 34%;
  font-size: 3.6vw;
  line-height: 1.7;
  margin-top: 5%;
}
.tome_cont1 li{
  padding: 0 5% 4%;
}
.tome_cont1 a{
  display: block;
  width: 49%;
  height: 0;
  padding-top: 50%;
  float: left;
  margin: 1% 3% 0 0;
}
.tome_cont1 .li2{
  background: url(../img/original/sp/products/tome/cont1_2.png) center top / 100% auto no-repeat;
  padding-bottom: 18%;
  padding-top: 9%;
}
.tome_cont1 .li1 a{
  background: url(../img/original/sp/products/tome/cont1_img1.png)center top / 100% auto no-repeat;
}
.tome_cont1 .li2 a{
  background: url(../img/original/sp/products/tome/cont1_img2.png)center top / 100% auto no-repeat;
  padding-top: 45%;
}
.tome_cont1 p{
  margin: 0;
}
.tome_cont2{
  background: url(../img/original/sp/products/tome/cont2.jpg)center top / 100% auto no-repeat;
  font-size: 3.9vw;
  line-height: 1.65;
  margin-top: 6%;
}
.tome_cont2 .p1{
  padding: 13% 3% 1% 35%;
  margin: 0;
}
.tome_cont3{
  background: url(../img/original/sp/products/tome/cont3.png)center top / 100% auto no-repeat;
  padding:11.7% 2% 5%;
  margin-top: -1%;
}
.tome_cont3 li{
  float: left;
  width: 23.6%;
  margin-left: 1.1%;
  margin-bottom: 1.1%;
}
.tome_cont3 li a{
  display: block;
  padding-top: 81%;
  height: 0;
  text-indent: -9999px;
}
.tome_cont3 li:nth-child(1) a{background: url(../img/original/sp/products/tome/img62.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(2) a{background: url(../img/original/sp/products/tome/img63.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(3) a{background: url(../img/original/sp/products/tome/img64.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(4) a{background: url(../img/original/sp/products/tome/img65.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(5) a{background: url(../img/original/sp/products/tome/img66.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(6) a{background: url(../img/original/sp/products/tome/img67.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(7) a{background: url(../img/original/sp/products/tome/img68.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(8) a{background: url(../img/original/sp/products/tome/img69.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(9) a{background: url(../img/original/sp/products/tome/img70.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(10) a{background: url(../img/original/sp/products/tome/img71.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(11) a{background: url(../img/original/sp/products/tome/img72.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(12) a{background: url(../img/original/sp/products/tome/img73.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(13) a{background: url(../img/original/sp/products/tome/img74.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(14) a{background: url(../img/original/sp/products/tome/img75.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(15) a{background: url(../img/original/sp/products/tome/img76.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(16) a{background: url(../img/original/sp/products/tome/img77.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(17) a{background: url(../img/original/sp/products/tome/img78.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(18) a{background: url(../img/original/sp/products/tome/img79.png)center top / 100% auto no-repeat;}
.tome_cont3 .link{
  width: 48.3%;
  float: left;
  margin-left: 1%;
}
.tome_cont3 .link a{
  display: block;
  padding-top: 40%;
  height: 0;
  text-indent: -9999px;
 background: url(../img/original/sp/products/tome/img80.png)center top / 100% auto no-repeat;
}
.tome_cont4{
  background: url(../img/original/sp/products/tome/cont4.jpg)center top / 100% auto no-repeat;
  width: 95%;
  margin: 4% auto 0;
}
.tome_cont4 .p1{
  padding: 17% 3% 5% 47%;
  font-size: 4.1vw;
  line-height: 1.65;
  margin: 0;
}
/*お任せレンタル*/
.omakase_cont1{
  background: url(../img/original/sp/products/omakase/cont1.png)center top / 100% auto no-repeat;
}
.omakase_cont1 .p1{
  padding: 16% 33% 5% 3%;
  font-size: 3.75vw;
  line-height: 1.72;
  margin: 0;
}
.omakase_cont2{
  background: url(../img/original/sp/products/omakase/cont2.png)center top / 100% auto no-repeat;
}
.omakase_cont2 .p1{
  padding: 34% 2.5% 4%;
  font-size: 3.9vw;
  line-height: 1.7;
  margin: 0;
}
.omakase_cont3{
  background: url(../img/original/sp/products/omakase/cont3.jpg)center top / 100% auto no-repeat,
  url(../img/original/sp/products/omakase/cont3_bottom.jpg)center bottom / 100% auto no-repeat,
  url(../img/original/sp/products/omakase/cont3_y.jpg)center top / 100% auto repeat-y;
}
.omakase_cont3 ul{
  padding-top: 25%;
  padding-bottom: 4%;
}
.omakase_cont3 li{
  float: left;
  width: 43%;
  margin-bottom: 4%;
  margin-left: 4%;
}
.omakase_cont3 li:nth-child(odd){
  margin-left: 4.7%;
  clear: both;
}
.omakase_cont3 li a{
  display: block;
  height: 0;
  padding-top: 100%;
}
.omakase_cont3 li:nth-child(1) a{background: url(../img/original/sp/products/omakase/cont3_img1.jpg)center top / 100% auto no-repeat;}
.omakase_cont3 li:nth-child(2) a{background: url(../img/original/sp/products/omakase/cont3_img2.jpg)center top / 100% auto no-repeat;}
.omakase_cont3 li:nth-child(3) a{background: url(../img/original/sp/products/omakase/cont3_img3.jpg)center top / 100% auto no-repeat;}
.omakase_cont3 li:nth-child(4) a{background: url(../img/original/sp/products/omakase/cont3_img4.jpg)center top / 100% auto no-repeat;}
.omakase_cont3 li:nth-child(5) a{background: url(../img/original/sp/products/omakase/cont3_img5.jpg)center top / 100% auto no-repeat;}
.omakase_cont3 li:nth-child(6) a{background: url(../img/original/sp/products/omakase/cont3_img6.jpg)center top / 100% auto no-repeat;}
.omakase_cont3 li:nth-child(7) a{background: url(../img/original/sp/products/omakase/cont3_img7.jpg)center top / 100% auto no-repeat;}
.omakase_cont3 li:nth-child(8) a{background: url(../img/original/sp/products/omakase/cont3_img8.jpg)center top / 100% auto no-repeat;}
.omakase_cont4{
  background: url(../img/original/sp/products/omakase/cont4.jpg)center top / 100% auto no-repeat,
  url(../img/original/sp/products/omakase/cont4_bottom.jpg)center bottom / 100% auto no-repeat,
  url(../img/original/sp/products/omakase/cont4_y.jpg)center top / 100% auto repeat-y;
  font-size: 3.8vw;
  line-height: 1.7;
  padding-bottom:22%;
  padding-top: 42%;
  margin-top: 6%;
}
.omakase_cont4 li{
  padding-left:7%;
  padding-right:6%;
}
.omakase_cont4 li.li2{
  background: url(../img/original/sp/products/omakase/cont4_2.jpg) center top / 100% auto no-repeat;
  padding-top: 26%;
  margin-top: 3%;
}
.omakase_cont5 {
  background: url(../img/original/sp/products/mor/cont6.jpg) center top / 100% auto no-repeat;
  margin-top: 5%;
}
.omakase_cont5 .p1 {
  font-size: 4vw;
  line-height: 1.6;
  padding: 1.8% 2% 1.7% 24%;
  margin: 0;
  color: #fff;
  font-weight: bold;
}
/*baguetteBox*/
body.baguetteBox-open{
  z-index: 1;
  overflow: hidden;
}
/*検索結果*/
.sysItemListDisp{
  background: url(../img/original/sp/products/search/search.jpg) center top / 100% auto no-repeat;
  padding-top:14%;
  margin-top: 4%;
  margin-left: 2%;
  margin-right: 2%;
}
.search_box .search_accordion{
  background: url(../img/original/sp/products/search/search_button.jpg) center top / 100% auto no-repeat;
  height: 0;
  padding-top: 12.2%;
}
.search_box .search_accordion:before{
	width: 4vw;
}
.search_box .search_accordion:after{
	width: 4vw;
}
.sysItemList li{
  margin-bottom: 4%;
}
.sysItemList .sysThumbnailImage{
  float: left;
  width: 47%;
  margin-right: 3%;
}
.sysItemList .sysThumbnailImage img{
  height: 48vw;
  width: 100%;
  object-fit: cover;
}
.sysItemList .itemDetailWrap{
  float: right;
  width: 50%;
}
.sysItemList .sysItemName{
  margin-bottom: 2%;
  clear: left;
}
.sysItemList .sysItemName a{
  color: #8c6708;
  text-decoration: underline;
  font-size: 3.4vw;
}
.sysItemList .sysRetailPrice{
  font-size: 4.1vw;
}
.sysItemList .sysRetailPrice .kakaku{
  font-size: 3vw;
  color: #000;
}
.sysItemList .sysRetailPrice .zeibetu{
  font-size: 3vw;
  color: #000;
}
#sysMain .sysItemList li .itemDetailWrap .sysItemPrArea{
  margin-top: 0;
  margin-bottom: 5%;
}
#sysMain .sysItemList li .itemDetailWrap .sysItemPrArea:after{
  content: " ";
  font-size: 0.1em;
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  visibility: hidden;
}
#sysMain .sysItemList li .itemDetailWrap #sysDescriptionMobile{
  display: none;
}
#sysMain .sysItemSearchFormInput{
  font-size: 3.6vw;
}
#sysMain .search_box .sysRentalStartDate{
  margin-bottom: 4%;
}
body#sysItemSearch #sysMain .sysItemSearchFormWord input::placeholder {
  font-size: 3.6vw;
}
#sysItemSearch #sysMain .sysItemSearchFormWord{
  margin-top: 5%;
}
body#sysItemSearch #sysMain .sysItemSearchFormInput .sysItemSearchFormSort{
  margin-left: 0%;
  margin-top: 5%;
}
body#sysItemSearch #sysMain .sysItemSearchFormInput select{
  font-size: 3.6vw;
  height: auto;
  padding: 0.3em 1em;
}
body#sysItemSearch #sysMain .sysItemSearchFormInput .sysItemSearchFormLimit{
  width: 40vw;
  margin-top: 5%;
}
#sysItemSearch #sysMain .sysItemSearchForm .sysSearchButton {
  background: url(../img/original/sp/products/search/button_kensaku.png) center top / 100% auto no-repeat;
  width: 69%;
  height: 0;
  text-indent: -9999px;
  float: left;
  margin-left: 2%;
  margin-top: 4%;
  padding-top: 13%!important;
  margin-bottom: 0;
  border-radius: 0;
}
#sysItemSearch #sysMain .sysItemSearchForm .clear_button {
  background: url(../img/original/sp/products/search/button_clear.png) center top / 100% auto no-repeat;
  width: 29%;
  height: 0;
  text-indent: -9999px;
  float: left;
  margin-top: 4%;
  padding-top: 15%!important;
  border-radius: 0;
}

/*カテゴリページ*/
.siborikomi_button{
  margin: 4% 1.8%;
}
.siborikomi_button a{
  background: url(../img/original/sp/products/search/search_button.jpg) center top / 100% auto no-repeat;
  height: 0;
  padding-top: 12.4%;
  display: block;
  position: relative;
}
.siborikomi_button a::before{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 2em;
  bottom: 0;
  margin: auto;
  width: 4vw;
  height: 2px;
  background-color: #fff;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.siborikomi_button a::after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 2em;
  bottom: 0;
  margin: auto;
  width: 4vw;
  height: 2px;
  background-color: #fff;
}
.sysItemCategoryCtl{
  margin-left: 2%;
  margin-right: 2%;
}
.sysItemList{
  margin-left: 1%;
  margin-right:1%;
}
/*一覧共通*/
.sysItemList .sysThumbnailImage .pr_osusume,
.top_new_list_original .sysItemPrArea .pr_osusume,
.item_7800 .sysItemPrArea .pr_osusume,
.item_7801_over .sysItemPrArea .pr_osusume{
  position: absolute;
  background: url(../img/original/sp/products/icon_04.png) center top / 100% auto no-repeat;
  content: '';
  width: 9.3vw;
  padding-top: 9.3vw;
  position: absolute;
  left: 0.5em;
  top:0.8em;
  z-index: 9;
  margin: 0;
}
/*お客様の声*/
.voice_title{
  background: url(../img/original/sp/voice/title.jpg) center top / 100% auto no-repeat;
  padding-top: 20%;
}
.voice_cont1 {
  margin-bottom:5%;
}
.voice_cont1 .p1{
  padding: 0 3%;
  font-size: 3.6vw;
  line-height: 1.75;
  margin: 0;
}
.voice_cont1 img{
  float: left;
  clear: both;
  width: 46%;
	height:auto;
}
.voice_cont1 .bar {
  float: left;
  width: 1px;
  height: 13vw;
}
.sysReviewItemList{
  padding: 2% 1%;
}
#voice .sysReviewItemList li{
  padding: 3% 2%;
  border-bottom: solid 1px #4d4d4d;
  border-top: none;
}
body .sysReviewItemList ul.sysReviewList li .sysThumbnailImage{
  width: 20%;
  margin-right: 2%;
}
body .sysReviewItemList ul.sysReviewList li .sysThumbnailImage img{
  width: 100%;
  height: auto;
}
.sysReviewItemList li .sysReviewItemName a{
  color: #91272d;
  text-decoration: underline;
  font-size: 3.8vw;
  line-height: 1.5;
  font-weight: bold;
}
.sysReviewItemList li .sysReviewItemName a:nth-child(2){
  display: none;
}
.sysReviewItemList li .sysNickname{
  font-size: 3vw;
  margin-top: 2%;
  margin-left: 22%;
}
.sysReviewItemList li .sysEvaluation{
  color: #f7931e;
  font-size: 3.6vw;
  margin-left: 22%;
}
.sysReviewItemList li .sysReviewDatetime{
  font-size: 3vw;
  margin-left: 22%;
}
.sysReviewItemList li .sysReviewText{
  margin-top: 3%;
  font-size: 3.1vw;
  margin-left: 22%;
}
.sysReviewItemList li form{
  display: none;
}
/*セカンドページ*/
.second_content{
  font-size: 3.9vw;
  line-height: 1.7;
}
.second_content p{
  margin: 0 4%;
}
.second_content img{
  display: block;
}
/*和匠の黒留袖について*/
body#kurotomesode .kurotomesode_content{
  background: url(../img/original/sp/kurotomesode/img01.png) center top / 100% auto no-repeat;
  padding-top: 19%;
}
body#kurotomesode .kurotomesode_content .con01 .tt01{
  background: url(../img/original/sp/kurotomesode/img02.png) center top / 97.3% auto no-repeat;
  padding-top: 14.5%;
  margin-top: 3%;
}
body#kurotomesode .kurotomesode_content .con01 .tt01 img{
  float: left;
  width: 51%;
  margin:0 2% 0 1%;
}
body#kurotomesode .kurotomesode_content .con01 .tt02{
  background: url(../img/original/sp/kurotomesode/bg01.png) center top / 97.5% auto no-repeat;
  margin-top: 6%;
}
body#kurotomesode .kurotomesode_content .con01 .tt02 .p1{
  padding: 15% 0 10%;
  line-height: 1.8;
}
body#kurotomesode .kurotomesode_content .con02 .tt01{
  background: url(../img/original/sp/kurotomesode/img04.png) center top / 100% auto no-repeat;
  padding-top:23%;
}
body#kurotomesode .kurotomesode_content .con02 .tt01 .img1{
  width: 97.3%;
  margin: 0 auto;
}
body#kurotomesode .kurotomesode_content .con02 .tt01 .img2{
  width: 94.7%;
  margin: 2% auto 3%;
}
body#kurotomesode .kurotomesode_content .con03 {
  background: url(../img/original/sp/kurotomesode/img07.png) center top / 100% auto no-repeat;
  margin-top: 6%;
  padding-top: 20%;
}
body#kurotomesode .kurotomesode_content .con03 .img08{
  width:97.5%;
  margin: 0 auto 2%;
}
body#kurotomesode .kurotomesode_content .con03 .tt01 img{
  float: right;
  width: 42.9%;
  margin:1% 3% 1% 2%;
}
body#kurotomesode .kurotomesode_content .con03 .tt02{
  background: url(../img/original/sp/kurotomesode/bg02.png) center top / 100% auto no-repeat;
  margin-top: 4%;
  height: 165vw;
  font-size: 0.97em;
}
body#kurotomesode .kurotomesode_content .con03 .tt02 p {
  margin: 0;
  box-sizing: content-box;
}
body#kurotomesode .kurotomesode_content .con03 .tt02 .p1 {
  padding:23% 3% 0 53%;
  height: 50.2vw;
}
body#kurotomesode .kurotomesode_content .con03 .tt02 .p2 {
  padding: 0 3% 0 53.6%;
  height: 50svw;
}
body#kurotomesode .kurotomesode_content .con03 .tt02 .p3 {
  padding: 0 3% 0 53.6%;
}
body#kurotomesode .kurotomesode_content .con03 .tt03{
  background: url(../img/original/sp/kurotomesode/img10.png) center top / 97.5% auto no-repeat;
  padding-top: 14%;
}
body#kurotomesode .kurotomesode_content .con03 .tt04{
  background: url(../img/original/sp/kurotomesode/bg03.png) center top / 97.5% auto no-repeat;
  height: 199vw;
  width: 95%;
  margin: 5% auto 0;
}
body#kurotomesode .kurotomesode_content .con03 .tt04 p{
  margin: 0;
  box-sizing: content-box;
  line-height: 1.6;
  font-size: 0.92em;
}
body#kurotomesode .kurotomesode_content .con03 .tt04 .p1 {
  padding: 22% 0 0 52.5%;
  height: 47.6vw;
}
body#kurotomesode .kurotomesode_content .con03 .tt04 .p2 {
  padding: 0 0 0 52.5%;
  height: 47.6vw;
}
body#kurotomesode .kurotomesode_content .con03 .tt04 .p3 {
  padding: 0 0 0 52.5%;
  height: 44.8vw;
}
body#kurotomesode .kurotomesode_content .con03 .tt04 .p4 {
  padding: 0 0 0 54.43%;
  width: 44.72%;
}
body#kurotomesode .kurotomesode_content .con03 .tt04 .p4 iframe {
  width: 93%;
  height: 28vw;
}
body#kurotomesode .kurotomesode_content .con03 .tt04_2 {
  display: none;
}
body#kurotomesode .kurotomesode_content .con03 .tt05{
  background: url(../img/original/sp/kurotomesode/img11.png) center top / 97.5% auto no-repeat;
  padding-top: 14%;
  font-size: 0.97em;
  line-height: 1.75em;
}
body#kurotomesode .kurotomesode_content .con03 .tt05 img{
  float: right;
  width: 34%;
  margin: 1% 3% 1% 2%;
}
body#kurotomesode .kurotomesode_content .con03 .tt05 .p2{
  color: #666;
  clear: both;
  font-size: 0.93em;
  padding-top: 1%;
}
body#kurotomesode .kurotomesode_content .con03 .tt06{
  background: #fcfaef url(../img/original/sp/kurotomesode/bg04.png) center bottom / 100% auto no-repeat;
  width: 94.7%;
  margin: 3% auto 0;
  padding: 2% 2% 18%;
  margin-top: 3%;
  font-size: 93%;
  line-height: 1.6;
}
body#kurotomesode .kurotomesode_content .con03 .tt06 p{
  border: solid 1px #808080;
  padding: 11.8% 3% 2.5%;
  margin: 0 0 3%;
}
body#kurotomesode .kurotomesode_content .con03 .tt06 p.p1{
  background: #fff url(../img/original/sp/kurotomesode/bg04a.png) center top / 100% auto no-repeat;
}
body#kurotomesode .kurotomesode_content .con03 .tt06 p.p2{
  background: #fff url(../img/original/sp/kurotomesode/bg04b.png) center top / 100% auto no-repeat;
}
body#kurotomesode .kurotomesode_content .con04 .tt01{
  background: url(../img/original/sp/kurotomesode/img14.png) center top / 100% auto no-repeat,
    url(../img/original/sp/kurotomesode/img15.png) center bottom / 97.3% auto no-repeat;
  padding-top: 17%;
  padding-bottom: 136%;
  margin-top: 3.5%;
}
body#kurotomesode .kurotomesode_content .con04 .tt02{
  background: url(../img/original/sp/kurotomesode/bg05.png) center top / 100% auto no-repeat;
  margin: 4% auto 0;
  width: 94.8%;
}
body#kurotomesode .kurotomesode_content .con04 .tt02 .p1{
  padding: 49.8% 5% 10%;
  margin: 0;
  line-height: 1.61em;
}
body#kurotomesode .kurotomesode_content .con05 .tt01{
  background: url(../img/original/sp/kurotomesode/img16.png) center top / 97.4% auto no-repeat;
  padding-top: 11%;
}
body#kurotomesode .kurotomesode_content .con05 .tt01 img{
  float: right;
  width: 29.8%;
  margin: 0 3% 1% 2%;
}
body#kurotomesode .kurotomesode_content .con06{
  background: url(../img/original/sp/kurotomesode/cont16.jpg) center top / 100% auto no-repeat,
    url(../img/original/sp/kurotomesode/cont16_y.jpg) center top / 100% auto repeat-y;
  width: 97.4%;
  margin: 3.5% auto 0;
  padding: 16.7% 0 1%;
  line-height: 1.45;
  font-size: 0.96em;
}
body#kurotomesode .kurotomesode_content .con06 .ul1 .li1 {
  background: url(../img/original/sp/kurotomesode/cont16_1.png) center top / 100% auto no-repeat;
  padding: 16.5% 0 3% 5%;
}
body#kurotomesode .kurotomesode_content .con06 .ul1 .li2 {
  background: url(../img/original/sp/kurotomesode/cont16_2.png) center top / 100% auto no-repeat;
  padding: 11% 5% 2.5% 51%;
}
body#kurotomesode .kurotomesode_content .con06 .ul1 .li3 {
  background: url(../img/original/sp/kurotomesode/cont16_3.png) center top / 100% auto no-repeat;
  padding: 10.8% 5% 2% 51%;
}
body#kurotomesode .kurotomesode_content .con06 .p1 {
  font-size: 0.85em;
  text-align: right;
  color: #4d4d4d;
  margin-right: 0.5em;
}
body#kurotomesode .kurotomesode_content .con06 .ul2 {
  background: url(../img/original/sp/kurotomesode/cont16_4.png) center top / 100% auto no-repeat,
    url(../img/original/sp/kurotomesode/cont16_4_bottom.png) center bottom / 100% auto no-repeat,
    url(../img/original/sp/kurotomesode/cont16_4_y.png) center top / 100% auto repeat-y;
  padding-bottom: 5%;
  margin-top: 2%;
}
body#kurotomesode .kurotomesode_content .con06 .ul2 .li1 {
  padding: 12% 4% 0;
  box-sizing: content-box;
  height: 17.2em;
}
body#kurotomesode .kurotomesode_content .con06 .ul2 .li2 {
  width: 84%;
  margin: 0 auto;
}
body#kurotomesode .kurotomesode_content .con06 .ul2 li.li2 a{
  background: url(../img/original/sp/kurotomesode/btn01.png) center top / 100% auto no-repeat;
  display: block;
  height: 0;
  padding-top:10%;
}
body#kurotomesode .kurotomesode_content .con06 .ul3 {
  background: url(../img/original/sp/kurotomesode/cont16_5.png) center top / 100% auto no-repeat,
    url(../img/original/sp/kurotomesode/cont16_5_bottom.png) center bottom / 100% auto no-repeat,
    url(../img/original/sp/kurotomesode/cont16_4_y.png) center top / 100% auto repeat-y;
  padding-bottom: 2%;
  margin-top: 2.5%;
}
body#kurotomesode .kurotomesode_content .con06 .ul3 .li1 {
  padding: 39% 4% 3%;
}
body#kurotomesode .kurotomesode_content .con06 .ul3 .li2 {
  width: 84%;
  margin: 0 auto;
}
body#kurotomesode .kurotomesode_content .con06 .ul3 li.li2 a{
  background: url(../img/original/sp/kurotomesode/btn02.png) center top / 100% auto no-repeat;
  display: block;
  height: 0;
  padding-top:10%;
}
body#kurotomesode .kurotomesode_content .con07{
  background: url(../img/original/sp/kurotomesode/img18.png) center top / 100% auto no-repeat;
  margin: 7% auto 0;
  width: 97.3%;
  padding-top: 27%;
}
body#kurotomesode .kurotomesode_content .con07 .item01 .p1{
  background: url(../img/original/sp/kurotomesode/slide01.png) center top / 100% auto no-repeat,
    url(../img/original/sp/kurotomesode/slide_y.jpg) center top / 100% auto repeat-y;
}
body#kurotomesode .kurotomesode_content .con07 .item02 .p1{
  background: url(../img/original/sp/kurotomesode/slide02.png) center top / 100% auto no-repeat,
    url(../img/original/sp/kurotomesode/slide_y.jpg) center top / 100% auto repeat-y;
}
body#kurotomesode .kurotomesode_content .con07 .item03 .p1{
  background: url(../img/original/sp/kurotomesode/slide03.png) center top / 100% auto no-repeat,
    url(../img/original/sp/kurotomesode/slide_y.jpg) center top / 100% auto repeat-y;
}
body#kurotomesode .kurotomesode_content .con07 .item04 .p1{
  background: url(../img/original/sp/kurotomesode/slide04.png) center top / 100% auto no-repeat,
    url(../img/original/sp/kurotomesode/slide_y.jpg) center top / 100% auto repeat-y;
}
body#kurotomesode .kurotomesode_content .con07 .slideitem{
  padding: 0 0.4em;
  font-size: 90%;
}
body#kurotomesode .kurotomesode_content .con07 .slideitem .p1{
  padding: 25% 5% 3%;
  margin: 0;
  line-height: 1.7em;
  min-height: 11.9em;
  box-sizing: content-box;
}
body#kurotomesode .kurotomesode_content .con07 .slick-next {
  background: url(../img/original/sp/kurotomesode/next.png) center top / 100% auto no-repeat;
  width: 5%;
  height: 0;
  padding-top: 9%;
  right: -0.8vw;
  z-index: 9;
}

body#kurotomesode .kurotomesode_content .con07 .slick-prev {
  background: url(../img/original/sp/kurotomesode/prev.png) center top / 100% auto no-repeat;
  width: 5%;
  height: 0;
  padding-top: 9%;
  left: -0.8vw;
  z-index: 9;
}
body#kurotomesode .kurotomesode_content .con08 .tt01{
  background: url(../img/original/sp/kurotomesode/bg07.png) center top / 100% auto no-repeat,
    url(../img/original/sp/kurotomesode/img19.png) center bottom / 100% auto no-repeat;
  margin-top: 8%;
  padding:16% 0 50%;
}
/*着物に似合うヘアスタイル*/
body#hairstyle .hairstyle_content{
  background: url(../img/original/sp/hairstyle/img01.png) center top / 100% auto no-repeat;
  padding: 14% 0 0;
}
body#hairstyle .hairstyle_content .cont1 .ul1{
  margin: 0 2.6% 0;
}
body#hairstyle .hairstyle_content .cont1 .ul1 li{
  height: 107vw;
  margin-top: 3%;
}
body#hairstyle .hairstyle_content .cont1 .ul1 li p{
  padding: 28% 0 0 4.5%;
  line-height: 1.6em;
  font-size: 0.95em;
}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li1{background: url(../img/original/sp/hairstyle/bg01.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li2{background: url(../img/original/sp/hairstyle/bg02.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li3{background: url(../img/original/sp/hairstyle/bg03.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li4{background: url(../img/original/sp/hairstyle/bg04.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li5{background: url(../img/original/sp/hairstyle/bg05.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li6{background: url(../img/original/sp/hairstyle/bg06.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li7{background: url(../img/original/sp/hairstyle/bg07.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li8{background: url(../img/original/sp/hairstyle/bg08.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li9{background: url(../img/original/sp/hairstyle/bg09.png) center top / 100% auto no-repeat;}
/*7800円よりご提供する留袖*/
.tome7800_content{
  background: url(../img/original/sp/7800/img01.png) center top / 100% auto no-repeat;
  padding: 21% 0 0;
}
.tome7800_content .cont1{
  background: url(../img/original/sp/7800/bg01.png) center top / 100% auto no-repeat;
  padding: 59% 0 3%;
}
.tome7800_content .cont2{
  background: url(../img/original/sp/7800/bg02.png) center top / 100% auto no-repeat;
}
.tome7800_content .cont2 .p1{
  padding: 20% 3% 74% 35.5%;
  margin: 0;
  line-height: 1.55em;
}
.tome7800_content .cont2_2{
  width: 96%;
  margin: 0 auto;
  background: url(../img/original/sp/7800/bg03.png) center top / 100% auto no-repeat;
}
.tome7800_content .cont2_2 .p1{
  line-height: 1.65;
  padding: 51.5% 5% 5%;
  margin: 0;
}
.tome7800_content .cont3{
  width: 94.9%;
  margin: 0 auto;
  padding: 17.2% 1.2% 2%;
  background: url(../img/original/sp/7800/img02.png) center top / 100% auto no-repeat,
    url(../img/original/sp/7800/bg04.png) center top / 100% auto repeat-y;
}
.tome7800_content .cont3 .ul1 li{
  padding: 17% 2% 4% 39%;
  line-height: 1.5em;
  font-size: 0.9em;
}
.tome7800_content .cont3 .ul1 li:nth-child(1){background: url(../img/original/sp/7800/bg05.png) center top / 100% auto no-repeat;}
.tome7800_content .cont3 .ul1 li:nth-child(2){background: url(../img/original/sp/7800/bg06.png) center top / 100% auto no-repeat;}
.tome7800_content .cont3 .ul1 li:nth-child(3){background: url(../img/original/sp/7800/bg07.png) center top / 100% auto no-repeat;}
.tome7800_content .cont3 .ul1 li:nth-child(4){background: url(../img/original/sp/7800/bg08.png) center top / 100% auto no-repeat;}

.tome7800_content .cont3 .p1{
  text-align: right;
  font-size: 0.8em;
  color: #4d4d4d;
  margin-right:0;
  line-height: 1.2em;
}
.tome7800_content .cont3 .ul2{
  margin: 4% auto 0;
  width: 96%;
}
.tome7800_content .cont3 .ul2 li:first-child{
  margin-bottom: 3%;
}
.tome7800_content .cont3 .ul2 li a{
  display: block;
  height: 0;
  padding-top: 30%;
}
.tome7800_content .cont3 .ul2 li.li1 a{background: url(../img/original/sp/7800/bn01.png) center top / 100% auto no-repeat;}
.tome7800_content .cont3 .ul2 li.li2 a{background: url(../img/original/sp/7800/bn02.png) center top / 100% auto no-repeat;}
.item_7800{
  background: url(../img/original/sp/7800/img07.png) center top / 100% auto no-repeat;
  padding-top: 11%;
  margin-top: 2%;
}
.item_7800 .sysItemBlock{
  background: url(../img/original/sp/7800/img03.png) center top / 100% auto no-repeat;
  padding: 11% 2% 0;
}
.item_7801_over{
  margin-top: 7%;
  background: url(../img/original/sp/7800/img05.png) center top / 100% auto no-repeat;
  padding: 11% 2% 0;
}
body .item_7800 .sysContent .sysHorizontal li,
body .item_7801_over .sysContent .sysHorizontal li{
  float: none;
  width: 100%;
  text-align: left;
  margin-bottom: 3%;
  position: relative;
  padding: 0;
}
.item_7800 .sysItemImage,
.item_7801_over .sysItemImage{
  float: left;
  width: 47%;
}
.item_7800 .sysItemImage img,
.item_7801_over .sysItemImage img{
  height: 48vw;
  width: 100%;
  object-fit: cover;
}
.item_7800 .itemDetailWrap,
.item_7801_over .itemDetailWrap{
  float: right;
  width: 50%;
}
.item_7800 .sysItemName,
.item_7801_over .sysItemName{
  margin-bottom: 2%;
}
.item_7800 .sysItemName a,
.item_7801_over .sysItemName a{
  color: #8c6708;
  text-decoration: underline;
  font-size: 3.4vw;
}
.item_7800 .sysItemPrice,
.item_7801_over .sysItemPrice{
  font-size: 4.1vw;
}
.item_7800 .sysItemPrice .kakaku,
.item_7801_over .sysItemPrice .kakaku{
  font-size: 3vw;
  color: #000;
}
.item_7800 .sysItemPrice .zeibetu,
.item_7801_over .sysItemPrice .zeibetu{
  font-size: 3vw;
  color: #000;
}
#sysMain .item_7800 li .sysItemPrArea,
#sysMain .item_7801_over li .sysItemPrArea{
  margin-top: 0;
  margin-bottom: 5%;
}
#sysMain .item_7800 li:after,
#sysMain .item_7801_over li:after,
#sysMain .item_7800 li .sysItemPrArea:after,
#sysMain .item_7801_over li .sysItemPrArea:after{
  content: " ";
  font-size: 0.1em;
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  visibility: hidden;
}
/*会社概要*/
body#abouts .abouts_content{
  background: url(../img/original/sp/abouts/img01.png) center top / 100% auto no-repeat;
  padding: 16% 0 0;
}
body#abouts .cont1{
  background: url(../img/original/sp/abouts/img02.png) center top / 97.5% auto no-repeat;
  padding-top: 16.5%;
}
body#abouts .cont1 .p1{
  margin: 0 3%;
}
body#abouts .cont1 img{
  float: right;
  width: 40%;
  margin: 1% 3% 1% 2%;
}
#sysMain .common_title1{
  border-bottom: solid 1px #000;
  font-weight: bold;
  font-size: 4vw;
  padding-left: 1.1em;
  position: relative;
  margin: 6% 1% 3%;
}
.common_title1::before{
  content: '';
  display: block;
  width: 0.3em;
  background-color: #b58d29;
  height:80%;
  position: absolute;
  left: 0.4em;
  top:10%;
}
body#abouts .cont2{
  width: 95%;
  margin: 0 auto;
}
body#abouts .cont2 table.table1 th{
  width: 7em;
  box-sizing: content-box;
}
body#abouts .cont2_2{
  background: url(../img/original/sp/abouts/img05.png) center top / 94.3% auto no-repeat;
  padding: 6% 1% 0;
  margin-top: 6%;
}
body#abouts .cont2_2 ul li{
  float: left;
  width: 32%;
  margin-left: 1.3%;
  position: relative;
}
body#abouts .cont2_2 ul li a{
  text-decoration: underline;
  font-size: 0.9em;
  padding:6.4% 0;
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  background: white;
  text-align: center;
  line-height: 1.4;
}
body#abouts .cont2_2 ul li.li1 a{
  border: 1px solid #006837;
  color: #006837;
}
body#abouts .cont2_2 ul li.li2 a{
  border: 1px solid #276ebf;
  color: #276ebf;
}
body#abouts .cont2_2 ul li.li3 a{
  border: 1px solid #635873;
  color: #635873;
}
body#abouts .cont2_2 ul li::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 2px;
  left: 2px;
}
body#abouts .cont2_2 ul li.li1::before{
  background: #006837;
}
body#abouts .cont2_2 ul li.li2::before{
  background: #276ebf;
}
body#abouts .cont2_2 ul li.li3::before{
  background: #635873;
}
body#abouts .cont3{
  background: url(../img/original/sp/abouts/img07.png) center bottom / 94.7% auto no-repeat;
  padding-bottom: 29%;
}
body#abouts .cont3 table.table1{
  width: 95%;
  margin: 0 auto;
}
body#abouts .cont3 table.table1 th{
  width: 5em;
  box-sizing: content-box;
}
/*よくあるご質問*/
body#faq .faq_content{
  background: url(../img/original/sp/qa/img01.png) center top / 100% auto no-repeat;
  padding-top: 12%;
}
body#faq .cont1 {
  margin-top: 4%;
  line-height: 1.64;
}
body#faq .cont1 .p1{
  line-height: 1.7em;
}
body#faq .cont1 img{
  float: left;
  width: 42.1%;
  margin: 1% 3% 1% 3%;
}
body#faq .cont1 .p2{
  clear: both;
  padding: 0;
  width: 89.4%;
  margin: 3% auto 0;
}
body#faq .cont1 .p2 a{
  background: url(../img/original/sp/qa/img02.png) center top / 100% auto no-repeat;
  display: block;
  height: 0;
  padding-top: 12%;
}
body#faq .cont2{
  background: url(../img/original/sp/qa/img03.png) center top / 100% auto no-repeat;
  padding-top:13%;
  margin-top: 6%;
}
.faq_list{
  padding-left: 1%;
  padding-right: 1%;
}
.faq_list dt{
  background: url(../img/original/sp/qa/img10.png) left top 0.3em / 8% auto no-repeat;
  color: #7d611c;
  font-weight: bold;
  padding: 0 2% 1.8% 9.5%;
  border-bottom: solid 1px #c5b097;
  margin-bottom: 3%;
}
.faq_list dt.qa1{background: url(../img/original/sp/qa/img05.png)left 0.1em top 0.3em / 8% auto no-repeat;}
.faq_list dt.qa2{background: url(../img/original/sp/qa/img06.png)left 0.1em top 0.3em / 8% auto no-repeat;}
.faq_list dt.qa3{background: url(../img/original/sp/qa/img07.png)left 0.1em top 0.3em / 8% auto no-repeat;}
.faq_list dt.qa4{background: url(../img/original/sp/qa/img08.png)left 0.1em top 0.3em / 8% auto no-repeat;}
.faq_list dt.qa5{background: url(../img/original/sp/qa/img09.png)left 0.1em top 0.3em / 8% auto no-repeat;}
.faq_list dd{
  background: url(../img/original/sp/qa/img04.png) left top 0.2em / 8% auto no-repeat;
  padding: 0 2% 4% 9.5%;
  border-bottom: solid 1px #c5b097;
  margin-bottom: 3%;
}
.faq_list dd p{
  margin: 0;
}
.faq_list_wrap .faq_list dd{
  background-image: url(../img/original/sp/qa/img13.png);
  padding-left: 7%;
  background-size: 5% auto;
}
.faq_list dd a{
  color: #2376dc;
  text-decoration: underline;
}
.faq_list dt.accordion + dd{
  display: none;
}
body#faq .faq_menu{
  background: url(../img/original/sp/qa/img11.png) center top / 100% auto no-repeat;
  padding: 12.5% 1.4% 0;
  margin-top: 6%;
}
body#faq .faq_menu li{
  float: left;
  width: 31.9%;
  margin-right: 0.7%;
  margin-left: 0.7%;
  margin-bottom: 1.2%;
}
body#faq .faq_menu a{
  background: #947b3c url(../img/original/sp/qa/img15.png) 96% center / 17% auto no-repeat;
  display: block;
  padding:0 0 0 5%;
  color: #fff;
  font-weight: bold;
  border-radius: 0.2em;
  margin-bottom: 1.8%;
  font-size: 0.9em;
  line-height: 1.3em;
  display: flex;
  align-items: center;
  height: 3.2em;
}
.faq_list_wrap{
  margin: 0 1.3%;
}
.faq_list_wrap > dt{
  border-bottom: solid 2px #b58d29;
  font-size: 1.18em;
  color: #db9442;
  font-weight: bold;
  padding: 0 2%;
  margin-top:4%;
  line-height: 1.5;
  margin-bottom: 4%;
}
.faq_list_wrap .faq_list dt{
  background-position:left top 0.1em;
  background-size: 5% auto;
  padding-right: 0;
  padding-left: 7%;
  border-bottom: none;
  margin-bottom: 1.2%;
}
.faq_list_wrap .faq_list dd{
  margin-bottom: 4%;
  padding-right: 1%;
}
body#faq .totop{
  width: 55%;
  margin: 0 auto 8%;
}
body#faq .totop a{
  background: url(../img/original/sp/qa/img14.png) center top / 100% auto no-repeat;
  display: block;
  height: 0;
  padding-top: 18%;
  text-indent: -9999px;
}
.faq_list_wrap dd table{
  width: 100%;
  text-align: center;
  font-size: 0.9em;
  margin-top: 2%;
  margin-bottom: 2%;
}
.faq_list_wrap dd table th{
  background: #f0f0f0;
  padding: 0.2em 0.5em;
  border: 1px solid #ccc;
  text-align: left;
  font-weight: normal;
}
.faq_list_wrap dd table th.c{
  text-align: center;
}
.faq_list_wrap dd table td{
  padding: 0.2em 0.5em;
  border: 1px solid #ccc;
}
/*table*/
table.table1.small{
  font-size: 0.9em;
  line-height: 1.55;
}
table.table1 p{
  margin-left: 0;
  margin-right: 0;
}

/*特定商取引法に関する表示*/
body#order .second_content {
  font-size: 3.4vw;
}
body#order .order_content{
  background: url(../img/original/sp/order/img01.png) center top / 100% auto no-repeat;
  padding-top: 10%;
}
body#order .cont1 table{
  width: 95%;
  margin: 0 auto;
}
body#order .cont1 table th{
  width: 33%;
}
/*個人情報保護方針*/
body#privacy .second_content {
  font-size: 3.6vw;
}
body#privacy .privacy_content{
  background: url(../img/original/sp/privacy/img01.png) center top / 100% auto no-repeat;
  padding-top: 10%;
}
body#privacy .cont1 dl {
  margin: 0 3%;
}
body#privacy .cont1 dl dt{
  margin: 1.8% 0 0.7%;
}
body#privacy .cont1 dl dd{
  margin: 0.7% 0 3%;
}
body#privacy .cont1 dl dd p{
  margin-left: 0;
  margin-right: 0;
}
body#privacy .cont1 >dl+dl {
  padding-top: 2%;
}
/*私の留袖レンタル物語-一覧*/
body#monogatari .monogatari_content{
  background: url(../img/original/sp/monogatari/img01.png) center top / 100% auto no-repeat;
  padding-top: 14.5%;
}
body#monogatari .cont1{
  background: url(../img/original/sp/monogatari/img04.png) center top / 100% auto no-repeat;
  padding-top: 15.5%;
}
body#monogatari .cont1 img{
  float: right;
  width: 50%;
  margin: 1% 2% 1% 3%;
}
body#monogatari .cont1 .p1{
  margin-bottom: 5%;
}
body#monogatari .cont1 .p2{
  background: url(../img/original/sp/monogatari/img06.png) center bottom / 100% auto no-repeat;
  padding: 0 4% 58%;
  margin: 0 0 4%;
}
body#monogatari .cont1 .p3{
  margin-bottom: 5%;
}
.monogatari_list{
  background: url(../img/original/sp/monogatari/mokuji_title.png) center top 0.6em / 100% auto no-repeat,
    url(../img/original/sp/monogatari/mokuji_bg.jpg) center top / 100% auto repeat-y;
    padding: 10% 2% 2%;
  width: 97.3%;
  margin: 5% auto 0;
}
.monogatari_list ul{
  border: solid 1px #c5b097;
  background-color: #fff;
  height: 108vw;
  overflow-y: scroll;
  padding: 1%;
  font-size: 0.9em;
  line-height: 1.5;
}
.monogatari_list ul li{
  background: url(../img/original/sp/monogatari/mokuji_icon.jpg) left 2% center / 5.7% auto no-repeat;
  padding:2.8% 3% 2.8% 9%;
  border-bottom: dashed 1px #b1b1b1;
}
.monogatari_list ul li a{
  color: #665443;
  font-weight: bold;
}
.monogatari_list ul li a.active{
  color: #ef5a24;
}
.monogatari_list ul li a:hover{
  color: #ef5a24;
  text-decoration: underline;
}
/*私の留袖レンタル物語-詳細*/
.monogatari_detail{
  background: url(../img/original/sp/monogatari/img01.png) center top / 100% auto no-repeat;
  padding-top: 15.5%;
}
.monogatari_detail .monogatari_title .p0{
  background: url(../img/original/sp/monogatari_detail/title_bg.jpg) center top / 100% auto repeat-y;
  font-weight: bold;
  padding: 0.5% 2%;
  color: #534741;
  font-size: 1.14em;
  margin-left: 0;
  margin-right: 0;
}
.monogatari_detail .monogatari_title .p0 span{
  color: #ef5a24;
}
.monogatari_detail .monogatari_title .p1{
  text-align: right;
  font-size: 0.87em;
  margin-top: 1.5%;
  margin-left: 0;
  margin-right: 0;
}
.monogatari_detail .content{
  padding: 5% 1.2% 0;
}
.monogatari_detail .content p{
  margin: 1% 1.5% 5%;
}
.monogatari_detail .content img.alignright{
  float: right;
  max-width:45%;
  margin: 0 3% 0.3em 0.7em;
}
.monogatari_detail .content h3{
  color: #b58d29;
  font-weight: bold;
  font-size: 1.05em;
  line-height: 1.5em;
  border-bottom: solid 1px #534741;
  margin-bottom: 2%;
  position: relative;
  padding-left: 1.3em;
}
.monogatari_detail .content *+h3{
  margin-top: 10%;
}
.monogatari_detail .content h3::before {
  content: "■";
  position: absolute;
  left: 0.2em;
}
.monogatari_detail .honbun{
  margin: 0 1.5%;
}
.page_navi{
  margin: 4% 0 10%;
}
.page_navi li{
  width: 7em;
  margin: 0 0.5em;
}
.page_navi li a{
  line-height: 2.7em;
}
.monogatari_detail table{
  font-size: 0.9em;
  width: 98%;
  margin: 0 auto;
}
.monogatari_detail table th{
  width: 10.5em;
  padding: 0.5em 0.3em;
  width: 6em;
}
/*お母さま240人アンケート*/
.mother240_content{
  background: url(../img/original/sp/240/img01.png) center top / 100% auto no-repeat;
  padding-top: 15%;
}
.mother240_content .cont2{
  background: url(../img/original/sp/240/bg01.png) center top / 100% auto no-repeat;
  margin-top: 4%;
}
.mother240_content .cont2 .p1{
  padding: 19.5% 0 0;
  font-size: 0.99em;
  line-height: 1.7em;
  height: 23em;
  box-sizing: content-box;
}
.mother240_content .cont2 .ul1 li{
  padding: 1.88em 0 0 1.7em;
  height: 0;
}
.mother240_content .cont2 .ul1 li.li1{
  background: url(../img/original/sp/240/img03.png) left 0.8em top / 1.5em auto no-repeat,
    url(../img/original/sp/240/txt01.png) left 2.6em top / auto 1.29em no-repeat;
}
.mother240_content .cont2 .ul1 li.li2{
  background: url(../img/original/sp/240/img03.png) left 0.8em top / 1.5em auto no-repeat,
    url(../img/original/sp/240/txt02.png) left 2.6em top / auto 1.29em no-repeat;
}
.mother240_content .cont2 .ul1 li.li3{
  background: url(../img/original/sp/240/img03.png) left 0.8em top / 1.5em auto no-repeat,
    url(../img/original/sp/240/txt03.png) left 2.6em top / auto 1.29em no-repeat;
}
.mother240_content .cont2 .ul1 li.li4{
  background: url(../img/original/sp/240/img03.png) left 0.8em top / 1.5em auto no-repeat,
    url(../img/original/sp/240/txt04.png) left 2.6em top / auto 1.29em no-repeat;
}
.mother240_content .cont2 .ul1 li.li5{
  background: url(../img/original/sp/240/img03.png) left 0.8em top / 1.5em auto no-repeat,
    url(../img/original/sp/240/txt05.png) left 2.6em top / auto 2.6em no-repeat;
  padding-top: 3.6em;
}
.mother240_content .cont2 .ul1 li p{
  display: none;
}
.mother240_content .cont2 .p2{
  padding-bottom: 5%;
  padding-top: 2%;
}
.mother240_content .cont2 .p3{
  padding-bottom: 7%;
}
.mother240_content .cont3{
  margin: 0 3%;
}
/*よくわかる留袖の教科書*/
.textbook_wrap{
  background: url(../img/original/sp/textbook/img01.png) center top / 100% auto no-repeat;
  padding-top: 14%;
}
.textbook_menu {
  background: url(../img/original/sp/textbook/menu_txt1.png) center top / 83% auto no-repeat;
  padding-top: 6%;
  margin-top: 5%;
}
.textbook_menu_sita .textbook_menu {
  background: url(../img/original/sp/textbook/menu_txt2.png) center top / 95% auto no-repeat,
  url(../img/original/sp/textbook/menu_txt1.png) center bottom / 83% auto no-repeat;
  padding-bottom: 4%;
  margin-top: 7%;
  padding-top:8%;
}
.textbook_menu li{
  float: left;
  width:46.6%;
  margin-left: 1.5%;
  margin-bottom: 2%;
}
.textbook_menu li:nth-child(2n+1){
  margin-left:2.6%;
  clear: both;
}
.textbook_menu li a{
  display: block;
  text-indent: -9999px;
  height: 0;
  padding-top: 27.2%;
}
.textbook_menu li.item01 a{background: url(../img/original/sp/textbook/menu01.png) center top / 100% auto no-repeat;}
.textbook_menu li.item02 a{background: url(../img/original/sp/textbook/menu02.png) center top / 100% auto no-repeat;}
.textbook_menu li.item03 a{background: url(../img/original/sp/textbook/menu03.png) center top / 100% auto no-repeat;}
.textbook_menu li.item04 a{background: url(../img/original/sp/textbook/menu04.png) center top / 100% auto no-repeat;}
.textbook_menu li.item05 a{background: url(../img/original/sp/textbook/menu05.png) center top / 100% auto no-repeat;}
.textbook_menu li.item06 a{background: url(../img/original/sp/textbook/menu06.png) center top / 100% auto no-repeat;}
.textbook_menu li.item01 a.active{background: url(../img/original/sp/textbook/menu01on.png) center top / 100% auto no-repeat;}
.textbook_menu li.item02 a.active{background: url(../img/original/sp/textbook/menu02on.png) center top / 100% auto no-repeat;}
.textbook_menu li.item03 a.active{background: url(../img/original/sp/textbook/menu03on.png) center top / 100% auto no-repeat;}
.textbook_menu li.item04 a.active{background: url(../img/original/sp/textbook/menu04on.png) center top / 100% auto no-repeat;}
.textbook_menu li.item05 a.active{background: url(../img/original/sp/textbook/menu05on.png) center top / 100% auto no-repeat;}
.textbook_menu li.item06 a.active{background: url(../img/original/sp/textbook/menu06on.png) center top / 100% auto no-repeat;}
.textbook_content > dl > dt{
  background: url(../img/original/sp/textbook/bg02.png) center bottom / 100% auto no-repeat,
    url(../img/original/sp/textbook/bg01.png) center top / 100% auto repeat-y;
  padding: 1.5% 3% 1.5%;
  margin-top: 6%;
  color: #534741;
  font-weight: bold;
  font-size: 1.13em;
  line-height: 1.5em;
}
.textbook_submenu {
  margin: 3% 2.6% 4%;
}
.textbook_submenu:after {
  display: block;
  content: "";
  clear: both;
}
.textbook_submenu li{
  float: left;
}
.textbook1_content .textbook_submenu li{
  width:49.1%;
}
.textbook1_content .textbook_submenu li:nth-child(2){
  margin-left:1.8%;
}
.textbook2_content .textbook_submenu li:nth-child(1){
  width: 31.1%;
}
.textbook2_content .textbook_submenu li:nth-child(2){
  width: 31.1%;
  margin-left: 1.3%;
}
.textbook2_content .textbook_submenu li:nth-child(3){
  width: 35.2%;
  margin-left:1.3%;
}
.textbook3_content .textbook_submenu li:nth-child(1){
  width: 33.8%;
}
.textbook3_content .textbook_submenu li:nth-child(2){
  width: 28.3%;
  margin-left: 1.35%;
}
.textbook3_content .textbook_submenu li:nth-child(3){
  width: 35.2%;
  margin-left:1.35%;
}
.textbook4_content .textbook_submenu li:nth-child(1){
  width: 31.1%;
}
.textbook4_content .textbook_submenu li:nth-child(2){
  width: 31.1%;
  margin-left: 1.3%;
}
.textbook4_content .textbook_submenu li:nth-child(3){
  width: 35.2%;
  margin-left:1.3%;
}
.textbook5_content .textbook_submenu li{
  width:49.1%;
}
.textbook5_content .textbook_submenu li:nth-child(2){
  margin-left:1.8%;
}
.textbook_content > dl > dd > dl > dt{
  font-weight: bold;
  font-size: 1.15em;
  margin: 2.5% 1.3% 2%;
  padding: 0.5% 1%;
}
.textbook_content > dl > dd > dl.tt01 > dt {background: #f7f3eb;}
.textbook_content > dl > dd > dl.tt02 > dt {background: #f0f7ed;}
.textbook_content > dl > dd > dl.tt03 > dt {background: #f7ebf0;}
.textbook_content > dl > dd > dl.tt04 > dt {background: #f2edf7;}
.textbook_content > dl > dd > dl.tt05 > dt {background: #edf3f7;}
.textbook_content > dl > dd > dl.tt06 > dt {background: #faf1ed;}
.textbook_content > dl > dd > dl.tt07 > dt {background: #f7f3eb;}
.textbook_content > dl > dd > dl.tt08 > dt {background: #f0f7ed;}
.textbook_content > dl > dd > dl.tt09 > dt {background: #f7ebf0;}
.textbook_content > dl > dd > dl.tt10 > dt {background: #f2edf7;}
.textbook_content > dl > dd > dl.tt11 > dt {background: #edf3f7;}
.textbook_content > dl > dd > dl.tt12 > dt {background: #faf1ed;}
.textbook_content > dl > dd > dl.tt13 > dt {background: #f7f3eb;}
.textbook_content > dl > dd > dl.tt14 > dt {background: #f0f7ed;}
.textbook_content > dl > dd > dl > dd > dl > dt{
  font-weight: bold;
  position: relative;
  margin: 1% auto;
  width: 96%;
  overflow: hidden;
}
.textbook_content > dl > dd > dl > dd > dl > dt::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  margin-left: 0.5rem;
  display: inline-block;
  height: 1px;
  background-color: black;
}
.textbook_content > dl > dd > dl.tt01 > dd > dl > dt::after {background-color: #b58d29;}
.textbook_content > dl > dd > dl.tt02 > dd > dl > dt::after {background-color: #7b8312;}
.textbook_content > dl > dd > dl.tt03 > dd > dl > dt::after {background-color: #b56d74;}
.textbook_content > dl > dd > dl.tt04 > dd > dl > dt::after {background-color: #6b6594;}
.textbook_content > dl > dd > dl.tt05 > dd > dl > dt::after {background-color: #2268ae;}
.textbook_content > dl > dd > dl.tt06 > dd > dl > dt::after {background-color: #c46047;}
.textbook_content > dl > dd > dl.tt07 > dd > dl > dt::after {background-color: #b58d29;}
.textbook_content > dl > dd > dl.tt08 > dd > dl > dt::after {background-color: #7b8312;}
.textbook_content > dl > dd > dl.tt09 > dd > dl > dt::after {background-color: #b56d74;}
.textbook_content > dl > dd > dl.tt10 > dd > dl > dt::after {background-color: #6b6594;}
.textbook_content > dl > dd > dl.tt11 > dd > dl > dt::after {background-color: #2268ae;}
.textbook_content > dl > dd > dl.tt12 > dd > dl > dt::after {background-color: #c46047;}
.textbook_content > dl > dd > dl.tt13 > dd > dl > dt::after {background-color: #b58d29;}
.textbook_content > dl > dd > dl.tt14 > dd > dl > dt::after {background-color: #7b8312;}
.textbook_content > dl > dd > dl > dd > dl > dd{
  padding:0 3% 0 4%;
  margin-bottom:8%;
}
.textbook_content > dl > dd > dl > dd > dl > dd p{
  margin-bottom: 5%;
  margin-left: 0;
  margin-right: 0;
}
.textbook_content > dl > dd > dl > dd > dl > dd p:last-child{
  margin-bottom: 0;
}
.textbook_content > dl > dd > dl > dd > dl > dd .alignRight{
  float: right;
  margin: 0 0 1% 3%;
  width: 33%;
}
/*留袖コラム-一覧*/
body#column .column_content{
  background: url(../img/original/sp/column/img01.png) center top / 100% auto no-repeat;
  padding-top: 17%;
}
.column_content .cont1{
  background: url(../img/original/sp/column/img02.png) center top / 100% auto no-repeat;
  padding: 13% 0 0;
}
.column_menu{
  background: url(../img/original/sp/column/bg01.png) center top / 100% auto no-repeat,
    url(../img/original/sp/column/bg03.png) center bottom / 100% auto no-repeat,
    url(../img/original/sp/column/bg02.png) center top / 100% auto repeat-y;
  padding: 4.5% 1.5% 1% 3.5%;
  width: 97.4%;
  margin: 0 auto;
}
.column_menu li{
  border-left: solid 0.45em #8a6d24;
  padding-left: 2%;
  margin-bottom: 5%;
  font-size: 0.9em;
  
}
.column_menu li a{
  color: #42210b;
}
.column_menu li a.active{
  color: #db9442;
}
/*留袖コラム-詳細*/
.column_detail_wrap{
  background: url(../img/original/sp/column_detail/img03.png) center top / 100% auto no-repeat;
  padding-top: 15%;
}
.column_detail_wrap .column_detail{
  padding: 18% 1.4% 0;
}
.column01_content .column_detail{background: url(../img/original/sp/column_detail/img04.png) center top / 100% auto no-repeat;}
.column02_content .column_detail{background: url(../img/original/sp/column_detail/img10.png) center top / 100% auto no-repeat;}
.column03_content .column_detail{background: url(../img/original/sp/column_detail/img16.png) center top / 100% auto no-repeat;}
.column04_content .column_detail{background: url(../img/original/sp/column_detail/img22.png) center top / 100% auto no-repeat;}
.column05_content .column_detail{background: url(../img/original/sp/column_detail/img28.png) center top / 100% auto no-repeat;}
.column06_content .column_detail{background: url(../img/original/sp/column_detail/img34.png) center top / 100% auto no-repeat;}
.column07_content .column_detail{background: url(../img/original/sp/column_detail/img41.png) center top / 100% auto no-repeat;}
.column08_content .column_detail{background: url(../img/original/sp/column_detail/img48.png) center top / 100% auto no-repeat;}
.column09_content .column_detail{background: url(../img/original/sp/column_detail/img54.png) center top / 100% auto no-repeat;}
.column10_content .column_detail{background: url(../img/original/sp/column_detail/img60.png) center top / 100% auto no-repeat;}
.column_detail_wrap .column_detail dd{
  padding: 1.5% 1.4% 0;
  margin-bottom: 6%;
}
.column_detail_wrap .column_detail dd img{
  float: right;
  margin: 1% 0 1% 3%;
}
.column_detail_wrap .column_detail dd img.alignLeft{
  float: left;
  margin: 1% 3% 1% 0;
}
.column_detail_wrap .column_detail dd img.img06{width:29%;}
.column_detail_wrap .column_detail dd img.img09{width:42%;}
.column_detail_wrap .column_detail dd img.img12{width:39%;}
.column_detail_wrap .column_detail dd img.img15{width:31%;}
.column_detail_wrap .column_detail dd img.img19{width:35%;}
.column_detail_wrap .column_detail dd img.img21{width:32%;}
.column_detail_wrap .column_detail dd img.img24{width:28%;}
.column_detail_wrap .column_detail dd img.img26{width:35%;}
.column_detail_wrap .column_detail dd img.img30{width:28%;}
.column_detail_wrap .column_detail dd img.img32{width:39%;}
.column_detail_wrap .column_detail dd img.img36{width:41%;}
.column_detail_wrap .column_detail dd img.img38{width:41%;}
.column_detail_wrap .column_detail dd img.img40{width:44%;}
.column_detail_wrap .column_detail dd img.img43{width:39%;}
.column_detail_wrap .column_detail dd img.img45{width:41%;}
.column_detail_wrap .column_detail dd img.img47{width:44%;}
.column_detail_wrap .column_detail dd img.img50{width:39%;}
.column_detail_wrap .column_detail dd img.img52{width:41%;}
.column_detail_wrap .column_detail dd img.img56{width:39%;}
.column_detail_wrap .column_detail dd img.img58{width:41%;}
.column_detail_wrap .column_detail dd img.img62{width:41%;}
.column_detail_wrap .column_detail dd img.img64{width:41%;}
.column_detail_wrap .column_detail dd p{
  margin-bottom: 5%;
  margin-left: 0;
  margin-right: 0;
}
.column_detail_wrap .column_detail dd p:last-child{
  margin-bottom: 0;
}
.column_detail_wrap .column_detail dd::after{
  content: "";
  clear: both;
  display: block;
}
.column_detail_menu{
  margin: 3% 5% 8%;
}
.column_detail_menu li{
  margin-bottom: 3%;
}
.column_detail_menu li a{
  line-height: 3em;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: bold;
  background-color: #736357;
}
/*留袖コラム-詳細11*/
.column11_content .blog_header {
    background: url(../img/original/pc/column_detail/line1.png) center top / 100% auto no-repeat,
      url(../img/original/pc/column_detail/line2.png) center bottom / 100% auto no-repeat;
    padding: 2% 4%;
    margin-bottom: 3%;
    margin-top: 2%;
}
.column11_content .blog_header .date {
    color: #666666;
    font-size: 0.95em;
    margin-right: 0;
    margin-left: 0;
}
.column11_content .blog_header .title {
    font-size: 1.15em;
    line-height: 1.5;
    font-weight: bold;
    color: #534741;
    margin-right: 4%;
    margin-left: 0;
}
.column11_content .mce-content-body{
  padding:0 3.5%;
}
.column11_content .mce-content-body p{
  margin:0 0 4%;
}
.column11_content .mce-content-body p.title1{
  font-weight: bold;
  margin: 2% 0 1%;
}
.column11_content .mce-content-body .common_title2{
  font-size: 1.1em;
  line-height: 1.5em;
}
/*お買い物ガイド*/
body#shopguide .shopguide_content{
  background: url(../img/original/sp/shopguide/img01.png) center top / 100% auto no-repeat;
  padding-top: 16%;
}
body#shopguide .shopguide_menu{
  background: url(../img/original/sp/shopguide/img02.png) center top / 61% auto no-repeat;
  padding: 6% 0 5%;
}
body#shopguide .shopguide_menu li{
  float: left;
  width: 18.95%;
  margin-left: 0.7%;
}
body#shopguide .shopguide_menu li:first-child{
  margin-left: 0.875%;
}
body#shopguide .shopguide_menu li a{
  display: block;
  text-indent: -9999px;
  height: 0;
  padding-top:65%;
}
body#shopguide .shopguide_menu li.li1 a{background:url(../img/original/sp/shopguide/img03.png) center top / 100% auto no-repeat;}
body#shopguide .shopguide_menu li.li2 a{background:url(../img/original/sp/shopguide/img04.png) center top / 100% auto no-repeat;}
body#shopguide .shopguide_menu li.li3 a{background:url(../img/original/sp/shopguide/img05.png) center top / 100% auto no-repeat;}
body#shopguide .shopguide_menu li.li4 a{background:url(../img/original/sp/shopguide/img06.png) center top / 100% auto no-repeat;}
body#shopguide .shopguide_menu li.li5 a{background:url(../img/original/sp/shopguide/img07a.png) center top / 100% auto no-repeat;}

body#shopguide .shopguide_cont{
  background: url(../img/original/sp/shopguide/bg.jpg) center bottom / 100% auto no-repeat;
  padding-bottom: 13%;
  width: 97.4%;
  margin: 0 auto;
}
body#shopguide .shopguide_cont > dt{
  display: block;
  text-indent: -9999px;
  padding-top: 9.5%;
  height: 0;
  margin-bottom: 2%;
  margin-top: 7%;
}
body#shopguide .shopguide_cont > dt:first-child{
  margin-top: 0;
}
body#shopguide .shopguide_cont > dt#menu1{background:url(../img/original/sp/shopguide/title1.png) center top / 100% auto no-repeat;}
body#shopguide .shopguide_cont > dt#menu2{background:url(../img/original/sp/shopguide/title2.png) center top / 100% auto no-repeat;}
body#shopguide .shopguide_cont > dt#menu3{background:url(../img/original/sp/shopguide/title3.png) center top / 100% auto no-repeat;}
body#shopguide .shopguide_cont > dt#menu4{background:url(../img/original/sp/shopguide/title4.png) center top / 100% auto no-repeat;}
body#shopguide .shopguide_cont > dt#menu5{background:url(../img/original/sp/shopguide/title5.png) center top / 100% auto no-repeat;padding-top: 17%;}

body#shopguide .shopguide_cont > dd{
  padding: 0 1.3%;
  margin-bottom: 5%;
}
body#shopguide .shopguide_cont > dd p{
  margin: 0 0.3em 4%;
}
body#shopguide .shopguide_cont > dd a{
  color: #3b5998;
  text-decoration: underline;
}
body#shopguide .shopguide_cont > dd ul{
  margin-left:0.3em;
  margin-right:0.3em;
}
body#shopguide .shopguide_cont > dd p.mb0{
  margin-bottom: 0;
}
body#shopguide .shopguide_cont > dd .common_title3{
  background: url(../img/original/sp/shopguide/icon.jpg) left top 0.1em / 1.45em auto no-repeat;
  padding-left: 1.4em;
  border-bottom: solid 1px #42210b;
  margin-bottom: 2%;
  font-weight: bold;
  margin-top: 5%;
  padding-bottom: 0.5%;
}
body#shopguide .shopguide_cont > dd .common_title3:first-child{
  margin-top: 2%;
}
body#shopguide .shopguide_cont > dd .common_title3 p{
  margin-bottom: 0;
  font-size: 1.18em;
  line-height: 1.5;
  color: #b58d29;
}
body#shopguide .shopguide_cont > dd .common_title3 p.left{
  float: left;
}
body#shopguide .shopguide_cont > dd .common_title3 p.right{
  float: right;
  font-size: 1em;
  vertical-align: bottom;
}
body#shopguide .shopguide_cont > dd .common_title3 p.red{
  color: #bf272d;
}
body#shopguide .shopguide_cont > dd .gray_box{
  background-color: #f5f5f5;
  margin: 1% 3% 4% 5%;
  padding: 1% 2%;
}
body#shopguide .shopguide_cont > dd .gray_box.wide{
  margin: 1% 1% 7%;
}
body#shopguide .shopguide_cont > dd .gray_box.pl_small{
  padding-left: 0.5%;
}
body#shopguide .shopguide_cont > dd .indent1 li{
  padding-left:1em;
  text-indent:-1em;
}
body#shopguide .shopguide_cont > dd .p_ind{
  padding-left:1em;
  text-indent:-1em;
}
body#shopguide .shopguide_cont > dd .indent2 li:first-child{
  padding-left:2.8em;
  text-indent:-2.8em;
}
body#shopguide .shopguide_cont > dd .indent2 li:nth-child(2){
  padding-left:3em;
  text-indent:-3em;
}
body#shopguide .shopguide_cont > dd table{
  width: 92%;
  margin: 3% auto 0;
  text-align: center;
  font-size: 0.86em;
}
body#shopguide .shopguide_cont > dd table th{
  background-color: #f0f0f0;
  border: solid 1px #cacaca;
  font-weight: normal;
  padding: 0.2em 0;
}
body#shopguide .shopguide_cont > dd table td{
  border: solid 1px #cacaca;
  font-weight: normal;
  padding: 0.2em 0;
}
body#shopguide .shopguide_cont > dd table td .red{
  font-size: 1.15em;
}
body#shopguide .shopguide_cont > dd .hosoku{
  color: #808080;
  font-size: 0.9em;
  width: 92%;
  margin: 1% auto 0;
}
body#shopguide .shopguide_cont > dd img{
  margin: 1.5% 0 3%;
}
body#shopguide .shopguide_cont > dd .ul1 {
  margin-bottom: 1%;
}
body#shopguide .shopguide_cont > dd .ul1 li{
  padding-left: 1.2em;
  position: relative;
}
body#shopguide .shopguide_cont > dd .ul1 li::before{
  content: '※';
  position: absolute;
  left: 0;
}
body#shopguide .shopguide_cont > dd .ul1 li.red::before{
  color: #bf272d;
}
body#shopguide .shopguide_cont > dd .common_title4{
  background: url(../img/original/sp/shopguide/icon2.jpg) left 0.1em center / 1.2em auto no-repeat;
  padding-left: 1.6em;
  border-bottom: solid 1px #000;
  font-weight: bold;
  color: #3f591b;
  margin: 3% 0 1%;
}
body#shopguide .shopguide_cont > dd .dl1{
  padding: 2% 2%;
}
body#shopguide .shopguide_cont > dd .dl1 dt{
  font-weight: bold;
  margin-top: 6%;
}
body#shopguide .shopguide_cont > dd .dl1 dt:first-child{
  margin-top: 0;
}
/*初めての方へ（ご注文の流れ）*/
body#flow .flow_content{
  background: url(../img/original/sp/flow/title.png) center top / 100% auto no-repeat;
  padding-top: 18.55%;
}
body#flow .cont1{
  background: url(../img/original/sp/flow/cont1.png) right top / 95% auto no-repeat;
}
body#flow .cont1 .p1{
  padding: 2.5% 0 8%;
}
body#flow .flow_cont{
  background: url(../img/original/sp/flow/cont2.png) center top / 97.5% auto no-repeat;
  padding: 12.5% 0 0;
}
body#flow .flow_cont .flow_menu{
  background: url(../img/original/sp/flow/menu.jpg) center top / 100% auto no-repeat;
  padding-top: 9%;
}
body#flow .flow_cont .flow_menu ul{
  background: url(../img/original/sp/flow/menu_bg.jpg) center center / 100% auto no-repeat;
  margin-bottom: 4%;
}
body#flow .flow_cont .flow_menu ul li{
  float: left;
  width: 23.9%;
  margin-left: 7.3%;
  margin-bottom: 3.4%;
}
body#flow .flow_cont .flow_menu ul li:first-child{
  margin-left: 7.7%;
}
body#flow .flow_cont .flow_menu ul li:nth-child(4){
  clear: both;
  margin-left: 24.6%;
}
body#flow .flow_cont .flow_menu ul li a{
  display: block;
  text-indent: -9999px;
  display: block;
  height: 0;
  padding-top: 142%;
}
body#flow .flow_cont .flow_menu ul li.li1 a{background: url(../img/original/sp/flow/menu1.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .flow_menu ul li.li2 a{background: url(../img/original/sp/flow/menu2.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .flow_menu ul li.li3 a{background: url(../img/original/sp/flow/menu3.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .flow_menu ul li.li4 a{background: url(../img/original/sp/flow/menu4.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .flow_menu ul li.li5 a{background: url(../img/original/sp/flow/menu5.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .cont3{
  margin: 0 1.3%;
}
body#flow .flow_cont .oya{
  padding: 0 1.3%;
  margin-top: 7.5%;
}
body#flow .flow_cont .oya > dt{
  margin-top: 5%;
  text-indent: -9999px;
  height: 0;
  padding-top: 10%;
  margin-bottom:2.5%;
}
body#flow .flow_cont .oya > dt.step1{background: url(../img/original/sp/flow/step1.png) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dt.step2{background: url(../img/original/sp/flow/step2.png) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dt.step3{background: url(../img/original/sp/flow/step3.png) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dt.step4{background: url(../img/original/sp/flow/step4.png) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dt.step5{background: url(../img/original/sp/flow/step5.png) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dd{
  padding: 0 1.3%;
  margin-bottom: 6%;
}
body#flow .flow_cont .oya > dd.mg{
  padding: 0 2.6%;
}
body#flow .flow_cont .child > dt{
  margin-top:2%;
  text-indent: -9999px;
  height: 0;
  padding-top: 9.9%;
  margin-bottom: 2%;
}
body#flow .flow_cont .oya > dt.step1 + dd .child > dt.dt1{background: url(../img/original/sp/flow/step1_title1.png) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dt.step1 + dd .child > dt.dt2{background: url(../img/original/sp/flow/step1_title2.png) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dt.step3 + dd .child > dt.dt1{background: url(../img/original/sp/flow/step3_title1.png) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dt.step3 + dd .child > dt.dt2{background: url(../img/original/sp/flow/step3_title2.png) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya .child > dd{
  padding: 0 1.3%;
  margin-bottom: 6%;
}
body#flow .flow_cont .oya .child .mago > dt{
  font-size: 1.18em;
  font-weight: bold;
  color: #b58d29;
  padding: 0 0.2em;
  margin: 6.5% 0 2%;
  line-height: 1.5em;
  border-bottom: solid 1px #000;
}
body#flow .flow_cont .oya .child .mago > dt:first-child{
  margin-top: 3%;
}
body#flow .flow_cont .oya .child .mago > dd{
  padding: 0 1%;
  margin-bottom: 4%;
}
body#flow .flow_cont .oya dd p.mb2{
  margin-bottom: 2%;
}
body#flow .flow_cont .oya dd p.mb4{
  margin-bottom: 6%;
}

body#flow .flow_cont .oya dd p{
  margin-right: 0;
  margin-left: 0;
}
body#flow .flow_cont .oya dd p.step1_hosoku{
  font-size: 0.8em;
  color: #666;
}
body#flow .flow_cont .oya .child .mago > dd .img_right{
  float: right;
  margin: 1% 0 1% 3%;
}
body#flow .flow_cont .oya .child .mago > dd .img_right.size1{
  width: 45%;
}
body#flow .flow_cont .oya .child .mago > dd .img_right.size2{
  width: 45%;
}
body#flow .flow_cont .oya .child .mago > dd .step1_2{
  background: url(../img/original/sp/flow/step1_2.png) center top / 100% auto no-repeat;
  margin: 4% 0 0;
}
body#flow .flow_cont .oya .child .mago > dd .step1_2 p{
  padding: 11.5% 4% 4%;
  line-height: 1.55em;
}
body#flow .flow_cont .oya .child .mago > dd .step1_3{
  background: url(../img/original/sp/flow/step1_3.png) center top / 100% auto no-repeat;
  margin-top: 2.5%;
}
body#flow .flow_cont .oya .child .mago > dd .step1_3 p{
  padding: 12% 4% 3%;
  line-height: 1.55em;
}
body#flow .flow_cont .oya .child .mago > dd.step1_4 .p1{
  background: url(../img/original/sp/flow/step1_4.png) center bottom / 100% auto no-repeat;
  padding-bottom: 21%;
}
body#flow .flow_cont .oya .child .mago > dd .step1_5{
  background: url(../img/original/sp/flow/step1_5.png) center top / 100% auto no-repeat;
  margin: 4% 0 0;
}
body#flow .flow_cont .oya .child .mago > dd .step1_5 p{
  padding: 11.5% 3% 4%;
  line-height: 1.55em;
}
body#flow .flow_cont .oya .child .mago > dd .step1_6{
  background: url(../img/original/sp/flow/step1_6.png) center top / 100% auto no-repeat;
  margin: 2.5% 0;
}
body#flow .flow_cont .oya .child .mago > dd .step1_6 p{
  padding: 19.5% 3% 4%;
  line-height: 1.5em;
}
body#flow .flow_cont .oya dd .step3_2{
  background: #fcfaef url(../img/original/sp/flow/step3_2.png) center top / 96% auto no-repeat;
}
body#flow .flow_cont .oya dd .step3_2 p{
  padding: 11.5% 4% 4%;
  line-height: 1.55em;
}
body#flow .flow_cont .oya dd .step4_p2_title{
  background:  url(../img/original/sp/flow/step4_2.png) center top / 100% auto no-repeat;
  text-indent: -9999px;
  width: 102%;
  margin-left: -1%;
  margin-top: 8%;
  margin-bottom: 1.5%;
}
body#flow .flow_cont .oya dd .step5_2{
  background: url(../img/original/sp/flow/step5_2.png) center top / 100% auto no-repeat;
  margin: 4% 0 0;
}
body#flow .flow_cont .oya dd .step5_2 p{
  padding: 16.5% 3% 2%;
  line-height: 1.54em;
}
body#flow .flow_cont .oya dd .step5_2 img{
  float: right;
  width: 45%;
  margin: 17.6% 3% 1% 2%;
}
body#flow .flow_cont .oya dd .step5_2_hosoku{
  font-size: 0.9em;
  color: #333;
  padding: 0 2%;
  line-height: 1.55em;
  margin-bottom: 5%;
  margin-top: 2%;
}
body#flow .flow_cont .oya dd .step5_2_box img{
  margin-bottom: 2%;
}
body#flow .flow_cont .oya dd .indent1 li{
  padding-left:1em;
  text-indent:-1em;
}
body#flow .flow_cont .oya dd a{
  color: #3b5998;
  text-decoration: underline;
}
body#flow .flow_cont .oya dd a.mail_link{
  color: #0071ba;
}
body#flow .flow_cont .size_wrap {
  width: 74%;
  margin: 3% auto 1%;
}
body#flow .flow_cont .size_wrap li{
  margin-bottom: 3%;
}
body#flow .flow_cont .size_wrap .title{
  font-weight: bold;
  font-size: 1.03em;
  text-align: center;
  margin-bottom: 2%;
}
body#flow .flow_cont .size_wrap .li1 .title{background-color: #ced8db;}
body#flow .flow_cont .size_wrap .li2 .title{background-color: #d3cedb;}
body#flow .flow_cont .size_wrap .li3 .title{background-color: #d4dbce;}
body#flow .flow_cont .size_wrap table{
  width: 96%;
  margin: 0 auto;
}
body#flow .flow_cont .size_wrap table th{
  width: 3.5em;
  text-align: center;
  font-size: 0.94em;
}
body#flow .flow_cont .size_wrap table td{
  padding-left: 0.4em;
}
body#flow .flow_cont .size_wrap .li1 table th{background: #e9f3f5;}
body#flow .flow_cont .size_wrap .li2 table th{background: #ede9f5;}
body#flow .flow_cont .size_wrap .li3 table th{background: #edf5e9;}
body#flow .flow_cont .size_wrap .p1 {
  width: 96%;
  margin: 2% auto 0;
  background-color: #faf9f3;
  padding: 3% 4%;
}
body#flow .flow_cont .size_hosoku{
  font-size: 100%;
  text-align: left;
}
body#flow .flow_cont .oya .ul1 {
  margin: 3% 0;
}
body#flow .flow_cont .oya .ul1 li{
  border: solid 1px #808080;
  text-align: center;
  padding: 2% 1% 1%;
  margin-bottom: 2.5%;
}
body#flow .flow_cont .oya .ul1 li img{
  margin-top: 2%;
}
body#flow .flow_cont .step5_4{
  background: url(../img/original/sp/flow/step5_4.png) center top / 100% auto no-repeat;
  margin: 4% 1.3% 0;
}
body#flow .flow_cont .step5_4 p{
  padding: 11% 3% 2%;
  line-height: 1.55em;
  margin-right: 0;
  margin-left: 0;
}
body#flow .flow_cont .step5_5{
  background: url(../img/original/sp/flow/step5_5.png) center top / 95% auto no-repeat;
  margin: 5% 1.3% 0;
  padding: 13% 0 0;
}
body#flow .flow_cont .step5_5 a{
  background: url(../img/original/sp/flow/step5_button.png) center top / 100% auto no-repeat;
  display: block;
  text-indent: -9999px;
  height: 0;
  padding-top: 11%;
}
/*お問い合わせ*/
body#sysFormIndex.form-contact #sysMain{
  background: url(../img/original/sp/contact/cont1.jpg) center top / 100% auto no-repeat;
  padding: 140% 0 0!important;
  border: none;
  width: 100%!important;
  margin-top: 0;
  box-sizing: content-box;
}
body#sysFormIndex.form-contact #sysMain form{
  padding: 0 3% 0;
}
body#sysFormIndex.form-contact .sysNextSubmit {
  background: url(../img/original/sp/contact/img03.png) center top / 100% auto no-repeat;
  padding-top: 10%!important;
  text-indent: -9999px;
  width: 94%;
  height: 0;
  margin: 0 auto;
}
body#sysFormIndex.form-contact #sysMain input{
  font-size: 16px;
}
body#sysFormIndex.form-contact #sysMain textarea {
  font-size: 16px;
  height: 15em;
}
/*確認ページ*/
body#sysFormConfirm.form-contact #sysMain{
  background: url(../img/original/sp/contact/title_confirm.jpg) center top / 100% auto no-repeat;
  border: none;
  font-size: 3.4vw;
  line-height: 1.7;
  padding: 13% 4% 0!important;
  width: 94% !important;
  margin: 0 auto;
  box-sizing: content-box;
}
body#sysFormConfirm.form-contact button.sysButton {
    margin-left: 19%;
    margin-top: 30px;
}
body#sysFormConfirm.form-contact button.sysButton:hover {
  opacity: 0.8;
}
body#sysFormConfirm.form-contact .sysNextSubmit {
    width: 30%;
    margin: 10px 0 0 !important;
}
body#sysFormConfirm.form-contact .sysNextSubmit:hover {
  opacity: 0.8;
  cursor: pointer;
}
body#sysFormConfirm.form-contact .sysHeadline{
  display: none;
}
/*サンクス*/
body#sysFormThanks.form-contact #sysMain{
  background: url(../img/original/sp/contact/title_thanks.jpg) center top / 100% auto no-repeat;
  border: none;
  font-size: 3.4vw;
  line-height: 1.7;
  padding: 13% 4% 0!important;
  width: 94% !important;
  margin: 0 auto;
  box-sizing: content-box;
}
body#sysFormThanks.form-contact .cont1 .message{
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 3%;
}
body#sysFormThanks.form-contact .cont1 .shop_information{
  border-top: solid 1px #ccc;
  margin-top: 3%;
  padding-top: 3%;
}
body#sysFormThanks.form-contact .cont1 .shop_information .name{
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 3%;
}
body#sysFormThanks.form-contact .cont1 .shop_information a{
  color: #276ebf;
}
body#sysFormThanks.form-contact .cont1 .shop_information a:hover{
  text-decoration: underline;
}
body#sysFormThanks.form-contact .cont1 .btn_area{
  width: 40%;
  margin: 5% auto;
}
body#sysFormThanks.form-contact .cont1 .btn_area a{
  background: url(../img/original/pc/contact/btn_toppage.png) center top / 100% auto no-repeat;
  display: block;
  text-indent: -9999px;
  height: 0;
  padding-top: 19%;
}
/*サイトマップ*/
body#sitemap .second_content{
  font-size: 3.4vw;
}
body#sitemap #sysMain{
  background: url(../img/original/sp/sitemap/title.jpg) center top / 100% auto no-repeat;
  padding: 17% 3.9% 0;
}
body#sitemap .title{
  background: url(../img/original/sp/sitemap/title1.jpg) center top / 100% auto no-repeat;
  padding-top: 9%;
}
body#sitemap .cont1{
  float: left;
  width: 48%;
  margin-left: 3%;
  margin-bottom: 5%;
}
body#sitemap .sitemap_content_cat_size{
  float: left;
  width: 44%;
  margin-bottom: 5%;
}
body#sitemap .sitemap_content_cat_price{
  float: left;
  width: 48%;
  margin-bottom: 5%;
  margin-left: 3%;
  clear: both;
}
body#sitemap .sitemap_content_cat_age{
  float: left;
  width: 44%;
  margin-bottom: 5%;
}
body#sitemap .sitemap_content_cat_genre{
  float: left;
  width: 48%;
  margin-left: 2%;
  margin-bottom: 8%;
  clear: both;
}
body#sitemap #sysMain ul li {
  padding-top: 0.1em;
}
body#sitemap #sysMain ul li a{
  padding: 0;
}
body#sitemap .cont2{
  clear: both;
  background: url(../img/original/sp/sitemap/title2.jpg) center top / 100% auto no-repeat;
  padding: 9% 0 0 2%;
}
/*注文確定画面*/
.opcRequestOrderArea{
  padding-top: 3%;
}
}
@media screen and (min-width:761px) and (max-width:1100px){
.sysDisplayTabletNone,.sp_visible{
  display:none !important;
}
#sysAll{
  padding: 0 0 10.5%;
}
body div#sysFooter{
  margin-top: 6%;
}
body#top div#sysFooter{
  margin-top: 0%;
}
/* 20-0 Only Tablet
 *----------------------------------------------------------------------*/
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{
        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 20px;*/}
#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;
}
#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: 20px;
  float: none;
  text-align: center;
  background: #ededed;
}
.header_h1_under a, .header_h1 a{
  display: none;
}
.head_title{
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}
.header_sp{
  width: 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: 50%;
  padding: 0 2%;
  padding-bottom:30px;
}
.f_guide .guide01{padding-right: 20px;}
.f_guide .guide02{padding-left: 20px;}
.f_guide .freedial{
  font-size:30px;
}
.f_guide a{
  display:block;
  width:200px;
}

/***********************************
  カート内商品数表示
***********************************/
button.itemCount2{
        display:none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(207,15,42,0.9);
  border:none;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}
/***********************************
  商品購入ステップ
***********************************/
.steps ul{width: 550px;}
.steps li{
  float: left;
  padding: 0 2px;
  height: 180px;
}
.steps li a{height: 180px !important;}
.steps li img{height: 180px;}

/***********************************
  TOPページ
***********************************/
/*.トップスライダー*/
#slideShow{height: 190px;}

.top_slider{
  padding-top:0;
  margin-top:120px;
}

/***********************************
  ワンページカート
***********************************/

/*情報入力ページ調整*/
.sysOpcBody .header_wrap {
  border-bottom: none;
}
.sysOpcBody div#sysWrap {
  margin: 20px auto 0;
}
.sysCart #sysMain,
.sysOpcBody #sysMain{
  border: none;
}
.sysOpcBody div#sysMain {
  margin-bottom: 0;
}
.sysOpcBody img {
  max-width: 100%;
}
.sysOpcBody div#sysMain {
  padding: 0 4%;
}
.opcConfirm_inputStatus,
.opcConfirm_inputStatus_disable,
.opcConfirm_order,
.opcConfirm_order_disable {
  width: 94% !important;
}


/*追加*/
/*全体*/
body div#sysMain {
  margin-top: 0;
  margin-bottom: 0;
}
body .pagetop {
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
}
body .pagetop #page-top {
  background: url(../img/original/pc/common/totop.png)center top no-repeat;
  width: 100px;
  height: 100px;
	color:transparent;
}
body .pagetop #page-top:hover {
  background: url(../img/original/pc/common/totop.png)center bottom no-repeat;
}
body div#sysAside{
  margin: 0 auto;
}
/*ヘッダー*/
body .header_h1_sp {
  height: auto;
  float: none;
  text-align: left;
  background: #f1f1f1;
  margin: 0;
}
body .header_h1_sp h1{
  font-size: 1.2vw;
  line-height: 1.8em;
  padding: 0 0.5em;
  height: 1.8em;
  overflow: hidden;
  font-weight: normal;
}
body .header_wrap {
  height: auto;
  border-bottom: none;
  position: relative;
}
body .header_sp {
  width: 100%;
  margin: 0;
  text-align: left;
}
.sp_head_wrap .logo{
  float: left;
  width: 38.72%;
}
.sp_head_wrap .search{
  float: left;
  width: 11.09%;
  margin-left: 30%;
}
.header_sp .sp_head_wrap .spCart{
  float: left;
  width: 9.09%;
  position: relative;
  top: 0;
}
.header_sp .sp_head_wrap #navBtn{
  background: url(../img/original/sp/common/header/menu.jpg) center top / 100% auto no-repeat;
  float: left;
  width: 10.18%;
  position: relative;
  top: 0;
  padding-top: 10.3%;
}
.header_sp button.itemCount2 {
    top: 0.5em;
    bottom: auto;
    background: #fff;
    border: solid 1px #000;
    width: 1.8em;
    height: 1.8em;
    border-radius: 0.9em;
    line-height: 1.8em;
    font-size: 1.5vw;
    color: #000;
    font-weight: normal;
}
.header_sp .sp_head_wrap img{
  width: 100%;
  height: auto;
  float: none;
  margin: 0;
}

/*ナビ*/
.global li{
  float: left;
  width: 25%;
}
.global li a{
  display: block;
  padding-top: 30.5%;
  text-indent: -9999px;
  height: 0;
}
.global li.li1 a{
  background: url(../img/original/tablet/common/nav/nav1.png)center top / 100% auto no-repeat;
}
.global li.li2 a{
  background: url(../img/original/tablet/common/nav/nav2.png)center top / 100% auto no-repeat;
}
.global li.li3 a{
  background: url(../img/original/tablet/common/nav/nav3.png)center top / 100% auto no-repeat;
}
.global li.li4 a{
  background: url(../img/original/tablet/common/nav/nav4.png)center top / 100% auto no-repeat;
}

/*メニュー*/
body #spNaviWrap{
  height: auto;
  padding: 0;
  background-color: #fff;
  max-width: 690px;
}
body #spNavMenu {
    max-width: 100%;
    margin: 0;
    width: 100%;
}
#spNaviWrap .sp_side_menu1 li{
  border-bottom: dashed 1px #cacaca;
}
#spNaviWrap .sp_side_menu1 li:last-child{
  border-bottom: none;
}
#spNaviWrap .sp_side_menu2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto;
  padding: 3% 0 3%;
}
#spNaviWrap .sp_side_menu2 li{
  width: 49%;
}
#spNaviWrap .sp_side_menu2 li:nth-child(1) a {
  display: block;
  margin-top: -0.9rem;
}
#spNaviWrap .sp_side_menu3 li {
  width: 94.7%;
  margin: 3% auto;
}
body #spNavMenu{
  margin-top: 16%;
}
body #closeMenu {
  background: url(../img/original/sp/common/header/close.png) center top / 100% auto no-repeat;
  margin: 0;
  border: none;
  height: auto;
  width: 70px;
  text-indent: -9999px;
  position: fixed;
  top: 1em;
  left: 1em;
  height: 70px;
  z-index: 99;
}
body #closeMenu2 {
  background: url(../img/original/sp/common/bg06.png) center top / 100% auto repeat-y;
  margin: 0;
  border: none;
  height: auto;
  cursor: pointer;
  padding: 3% 0;
}
#closeMenu2 span{
  width: 79%;
  margin: 0 auto;
  display: block;
  background: url(../img/original/sp/common/img42.png) center top / 100% auto no-repeat;
  text-indent: -9999px;
  padding-top:15%;
}
/*ヘッダー画像*/
.pc_head_img_wrap{
  background: url(../img/original/pc/common/bg.jpg)left top repeat;
  padding: 1%;
}
.pc_head_img_wrap .ul1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin:1% auto 0;;
}
.pc_head_img_wrap .ul1 li{
  width: 49.5%;
}
.pc_head_img_wrap .coupon{
  margin: 1% 0 0;
  text-align: center;
}

/*フッター*/
.footer_wrap{
  background: url(../img/original/pc/common/bg.jpg)left top repeat;
  padding:2% 1.5% 5%;
}
.footer_wrap .footer_rental{
  background: url(../img/original/pc/common/footer/rental.png)center top / 100% auto no-repeat;
  padding-top: 6%;
}
.footer_wrap .footer_rental .ul1 li{
  float: left;
  width: 49.5%;
}
.footer_wrap .footer_rental .ul1 li.li2{
  margin-left: 1%;
}
.footer_wrap .footer_rental .ul1 li a{
  display: block;
  padding-top: 30%;
}
.footer_wrap .footer_rental .ul1 li.li1 a{
  background: url(../img/original/pc/top/header_button1.png)center top / 100% auto no-repeat;
}
.footer_wrap .footer_rental .ul1 li.li2 a{
  background: url(../img/original/pc/common/footer/button1.png)center top / 100% auto no-repeat;
}
.footer_wrap .footer_rental .ul2{
  margin-top: 2%;
}
.footer_wrap .footer_rental .ul2 li{
  float: left;
  width: 24%;
  margin-left: 1.3%;
}
.footer_wrap .footer_rental .ul2 li:first-child{
  margin-left: 0;
}
.footer_wrap .footer_rental .ul2 li a{
  display: block;
  padding-top: 22%;
}
.footer_wrap .footer_rental .ul2 li.li1 a{
  background: url(../img/original/pc/common/footer/nav1.png)center top / 100% auto no-repeat;
}
.footer_wrap .footer_rental .ul2 li.li2 a{
  background: url(../img/original/pc/common/footer/nav2.png)center top / 100% auto no-repeat;
}
.footer_wrap .footer_rental .ul2 li.li3 a{
  background: url(../img/original/pc/common/footer/nav3.png)center top / 100% auto no-repeat;
}
.footer_wrap .footer_rental .ul2 li.li4 a{
  background: url(../img/original/pc/common/footer/nav4.png)center top / 100% auto no-repeat;
}
.footer_wrap .footer_rental .ul3{
  width: 89%;
  margin: 2% auto 0;
}
.footer_wrap .footer_rental .ul3 li a{
  display: block;
  padding-top: 10%;
}
.footer_wrap .footer_rental .ul3 li.li1 a{
  background: url(../img/original/pc/common/footer/button2.png)center top / 100% auto no-repeat;
}
.footer_wrap .footer_goriyou{
  background: url(../img/original/pc/common/footer/riyou.png)center top / 100% auto no-repeat;
  padding-top: 3.5%;
  margin-top: 4%;
}
.footer_wrap .footer_goriyou > li{
  float: left;
  width: 32%;
  margin-left: 2%;
}
.footer_wrap .footer_goriyou > li:first-child{
  margin-left: 0;
}
.footer_wrap .footer_goriyou > li dt{
  background: url(../img/original/pc/common/footer/title_bg.png)center top / 100% auto no-repeat;
  line-height: 2.1;
  color: #fff;
  font-size: 1.5vw;
  padding-left: 1em;
  margin-top: 6%;
}
.footer_wrap .footer_goriyou > li dd{
  padding: 3%;
  font-size: 1.3vw;
  line-height: 1.6;
}
.footer_wrap .footer_goriyou > li dd p{
  margin: 0;
  padding: 0;
  font-size: 1.3vw;
}
.footer_wrap .footer_goriyou > li dd .pay {
  margin-top: 3%;
}
.footer_wrap .footer_goriyou > li dd .pay li{
  float: left;
  background-color: #fff;
  line-height: 2.2em;
  padding-top: 1px;
  text-align: center;
  border: solid 1px #808080;
  width: 49%;
  box-sizing: border-box;
  margin-left: 2%;
  margin-bottom: 2%;
  font-size: 1.3vw;
}
.footer_wrap .footer_goriyou > li dd .pay li:nth-child(odd){
  margin-left: 0;
  clear: both;
}
.footer_wrap .footer_goriyou > li dd .box1{
  background-color: #f0f0f0;
  padding: 3%;
  margin: 2% 0;
}
.footer_wrap .footer_goriyou > li dd table{
  width: 100%;
  font-size: 1.2vw;
  margin-top: 2%;
}
.footer_wrap .footer_goriyou > li dd table th{
  background-color: #f0f0f0;
  padding: 0.3em 0;
  text-align: center;
  border: solid 1px #808080;
}
.footer_wrap .footer_goriyou > li dd table td{
  padding: 0.3em 0;
  border: solid 1px #808080;
  text-align: center;
  background-color: #fff;
}
.copy_right{
  color: #fff;
  background-color: #1a1a1a;
  text-align: center;
  line-height: 1.6em;
  font-size: 2.2vw;
  /*margin: 0 0 10.5%;*/
  margin: 0;
  padding: 0.8% 0;
}
p.page_top_sp{
  margin: 0;
  padding: 0;
}
.page_top_sp a{
  background: url(../img/original/tablet/common/footer/totop.png)center top / 100% auto no-repeat;
  display: block;
  padding-top: 8.9%;
}
/*固定フッター*/
.sp_fix_foot{
  background: url(../img/original/sp/common/bg06.png)center top repeat;
  position: fixed;
  z-index: 10;
  bottom: 0;
  width: 100%;
  padding-bottom: 0.5%;
}
.sp_fix_foot li{
  float: left;
}
.sp_fix_foot li img{
  display: block;
}
.sp_fix_foot li.line{
  width: 9%;
}
.sp_fix_foot li.instagram{
  width: 9.45%;
}
.sp_fix_foot li.mail{
  width: 9%;
}
.sp_fix_foot li.tel{
  width: 9%;
}
.sp_fix_foot li.guide{
  background: url(../img/original/tablet/common/footer/info.png)center top / 100% auto no-repeat;
  padding-top: 5.5%;
  width: 31.6%;
  margin-top: 1%;
  float: right;
  margin-right: 3%;
}

/*トップページメインコンテンツ*/
.top_cont1{
  background: url(../img/original/pc/top/cont1.jpg)center top / 100% auto no-repeat,
  url(../img/original/pc/common/bg.jpg)left top repeat;
}
.top_cont1 p{
  margin: 0;
  font-size: 2.4vw;
  line-height: 1.75;
  padding: 65.5% 7% 16% 7%
}
.top_cont2{
  background: url(../img/original/pc/common/bg.jpg)left top repeat;
  padding:2% 8% 4%;
}
.top_cont2 a{
  background: url(../img/original/pc/top/cont2.png)center top / 100% auto no-repeat;
  padding-top: 30.6%;
  display: block;
}
.top_cont4{
  background: url(../img/original/pc/top/cont3.jpg)center top / 100% auto no-repeat,
  url(../img/original/pc/common/bg.jpg)left top repeat;
  padding:25% 7.5% 1%
}
.top_cont4 .ul1{
  padding-bottom: 4%;
}
.top_cont4 .ul1 li{
  float: left;
  width: 50%;
}
.top_cont4 .ul1 li a{
  display: block;
  padding-top: 51.6%;
}
.top_cont4 .ul1 li.li1 a{
  background: url(../img/original/pc/top/cont3_button1.png)center top / 100% auto no-repeat;
}
.top_cont4 .ul1 li.li2 a{
  background: url(../img/original/pc/top/cont3_button2.png)center top / 100% auto no-repeat;
}
.top_cont4 .ul1 li.li3 a{
  background: url(../img/original/pc/top/cont3_button3.png)center top / 100% auto no-repeat;
}
.top_cont4 .ul1 li.li4 a{
  background: url(../img/original/pc/top/cont3_button4.png)center top / 100% auto no-repeat;
}
.top_ranking_list_original{
  background: url(../img/original/pc/top/ranking.png)center top / 100% auto no-repeat,
  url(../img/original/pc/common/bg.jpg)left top repeat;
  padding:10% 6% 5%;
}
body .top_ranking_list_original .sysContent .sysHorizontal li{
  padding: 6% 1px 0;
  margin: 0 1%;
  width: 31.3%;
}
.top_ranking_list_original ul li:nth-child(1){
  background: #fff url(../img/original/pc/top/rank1.png)center top / 100% auto no-repeat;
}
.top_ranking_list_original ul li:nth-child(2){
  background: #fff url(../img/original/pc/top/rank2.png)center top / 100% auto no-repeat;
}
.top_ranking_list_original ul li:nth-child(3){
  background: #fff url(../img/original/pc/top/rank3.png)center top / 100% auto no-repeat;
}
.top_ranking_list_original ul li .sysItemImage img{
	width:100%;
	height:35vw;
	object-fit:cover;
}
.top_ranking_list_original ul li .sysItemName{
  font-size: 2.3vw;
  border-bottom: solid 1px #000;
  text-align: left;
  padding: 3% 2% 2%;
}
.top_ranking_list_original ul li .sysItemPrice{
  text-align: right;
  color: #c1272d;
  font-size: 2.6vw;
  padding: 2%;
  position: relative;
}
/*.top_ranking_list_original ul li .sysItemPrice::before{
  content: '￥';
  position: absolute;
  left: 0;
}*/
.top_oshirase{
  background: url(../img/original/pc/common/bg.jpg) left top repeat;
  padding: 0 6% 5%;
}
.oshirase{
  background: url(../img/original/pc/common/oshirase.png) center top / 100% auto no-repeat;
  padding-top: 7.5%;
}
.oshirase .bg{
  background-color: #fff;
  border: solid 1px #edd4b6;
  padding:0 1%;
  font-size: 2.6vw;
}
.oshirase dl{
  border-bottom: dashed 1px #929292;
  padding: 2.6% 2% 2%;
}
.oshirase dl:last-child{
  border-bottom: none;
}
.oshirase dl dt{
  float: left;
  width: 7.2em;
  clear: both;
}
.top_cont5{
  background: url(../img/original/pc/top/cont5.jpg)center top / 100% auto no-repeat;
}
.top_cont5 p{
  padding: 45% 7% 4% 30%;
  font-size: 2.7vw;
  line-height: 1.6;
  margin: 0;
}
.top_cont6{
  background: url(../img/original/pc/top/cont6.png)center top / 100% auto no-repeat,
  url(../img/original/pc/top/sinchaku_bg.png)left top repeat;
  padding-top: 16%;
  width: 91%;
  margin: 0 auto;
}
.top_new_list_original{
  background: url(../img/original/pc/top/sinchaku.png)center top / 96% auto no-repeat,
  url(../img/original/pc/top/sinchaku_bg.png)left top repeat;
  padding:8.5% 2% 1%;
  width: 91%;
  margin: 0 auto;
  box-sizing: border-box;
}
.top_osusume_list_original ul{
  transform:none!important;
}
body .common_list .sysContent .sysHorizontal li{
  margin-bottom: 5%;
  width: 32.6%!important;
  margin-left: 1%;
  padding:0;
  position: relative;
}
body .common_list .sysContent .sysHorizontal li:nth-child(3n + 1){
  margin-left: 0;
  clear: both;
}
.common_list ul li .sysItemImage img{
	width:100%;
	height:35vw;
	object-fit:cover;
}
.common_list ul li .sysItemName{
  font-size: 2.3vw;
  text-align: left;
  padding: 4% 0 3%;
}
.common_list ul li .sysItemName a{
  color: #8c6708;
  text-decoration: underline;
}
.common_list ul li .sysItemPrice{
  text-align: right;
  color: #c1272d;
  font-size: 2.6vw;
  padding: 2%;
  position: relative;
  border-bottom: solid 1px #979797;
  border-top: solid 1px #979797;
}
.common_list ul li .sysItemPrice .kakaku{
  font-size: 1.8vw;
  color: #000;
}
/*.top_new_list_original ul li .sysItemPrice::before{
  content:'価格：';
  font-size: 1.8vw;
  color: #000;
  position: absolute;
  left: 0.5em;
  top: 0.7em;
}*/
.common_list ul li .sysItemPrice .zeibetu{
  font-size: 1.8vw;
  color: #000;
}
#sysItemCategory .sysItemList .sysItemPrArea,
#sysItemSearch .sysItemList .sysItemPrArea,
.common_list .sysItemPrArea{
  margin-top: 3%;
}
#sysItemCategory .sysItemList .sysItemPrArea span,
#sysItemSearch .sysItemList .sysItemPrArea span,
.common_list .sysItemPrArea span,
#sysItemDetail .item_block .item_left .pr_area span{
  color: #fff;
  width: 32%;
  height: 1.8em;
  float: left;
  margin-left: 2%;
  font-weight: normal;
  line-height: 2em;
  margin-bottom: 0.3em;
  padding:0;
  border-radius: 0;
  font-size: 1.7vw;
  display: none;
  text-align: center;
}
#sysItemDetail .item_block .item_left .pr_area{
  margin-bottom: 2%;
  width: 97%;
  max-width: 488px;
}
#sysItemDetail .item_block .item_left .pr_area span{
  width: 31.9%;
  margin-left: 0;
  margin-right: 1.3%;
  font-size: 1.9vw;
}
#sysItemCategory .sysItemList .sysItemPrArea span:nth-child(3n + 1),
#sysItemSearch .sysItemList .sysItemPrArea span:nth-child(3n + 1),
.common_list .sysItemPrArea span:nth-child(3n + 1){
  margin-left: 0;
  clear: both;
}
#sysItemCategory .sysItemList .sysItemPrArea span.pr_icon1,
#sysItemSearch .sysItemList .sysItemPrArea span.pr_icon1,
.common_list .sysItemPrArea span.pr_icon1,
#sysItemDetail .item_block .item_left .pr_area span.pr_icon1{
  display: block;
  background: url(../img/original/pc/common/pr_bg1.png)center top / 100% 100% no-repeat;
}
#sysItemCategory .sysItemList .sysItemPrArea span.pr_icon1m,
#sysItemSearch .sysItemList .sysItemPrArea span.pr_icon1m,
.common_list .sysItemPrArea span.pr_icon1m,
#sysItemDetail .item_block .item_left .pr_area span.pr_icon1m{
  display: block;
  background: url(../img/original/pc/common/pr_bg1m.png)center top / 100% auto no-repeat;
}
#sysItemCategory .sysItemList .sysItemPrArea span.pr_icon1l,
#sysItemSearch .sysItemList .sysItemPrArea span.pr_icon1l,
.common_list .sysItemPrArea span.pr_icon1l,
#sysItemDetail .item_block .item_left .pr_area span.pr_icon1l{
  display: block;
  background: url(../img/original/pc/common/pr_bg1l.png)center top / 100% auto no-repeat;
}
#sysItemCategory .sysItemList .sysItemPrArea span.pr_icon2,
#sysItemSearch .sysItemList .sysItemPrArea span.pr_icon2,
.common_list .sysItemPrArea span.pr_icon2,
#sysItemDetail .item_block .item_left .pr_area span.pr_icon2{
  display: block;
  background: url(../img/original/pc/common/pr_bg2.png)center top / 100% 100% no-repeat;
}
.common_list:after{
  clear: both;
  content: '';
  display: block;
}

.top_osusume_list_original{
  background: url(../img/original/pc/top/osusume.png)center top 2% / 96% auto no-repeat,
  url(../img/original/pc/top/osusume_bg.png)left top repeat;
  padding:10.5% 2% 1%;
  width: 91%;
  margin: 4% auto 0;
  box-sizing: border-box;
}
.top_osusume_list_original ul li .sysItemImage {
  position: relative;
}
.top_osusume_list_original ul li {
  position: relative;
}
.top_osusume_list_original ul li::before {
  background: url(../img/original/pc/top/osusume_icon.png)center top / 100% auto no-repeat;
  content: '';
  width: 7.4vw;
  height: 7.4vw;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}
.top_osusume_list_original ul li .sysItemPrice .zeibetu{
  font-size: 1.8vw;
  color: #000;
}

.top_cont7{
  background: url(../img/original/pc/top/cont7.jpg)center top / 100% auto no-repeat;
  margin-top: 5%;
}
.top_cont7 .p1{
  padding: 48% 13% 10% 39%;
  margin-bottom: 0;
  font-size: 2.5vw;
  line-height: 1.7;
}
.top_cont8{
  background: url(../img/original/pc/top/cont8.jpg)center top / 100% auto no-repeat;
  font-size: 2.5vw;
  line-height: 1.7;
  width: 91%;
  margin: 0 auto;
  padding-bottom: 4%;
}
.top_cont8 .p1{
  padding: 30% 3% 0;
  margin-bottom: 0;
}
.top_cont8 .p2{
  text-align: right;
  margin:0 3% 0 0;
}
.top_cont8 .dummy{
  float: right;
  width: 39%;
  padding-top:53%;
  display: block;
}
.top_cont9{
  background: url(../img/original/pc/top/cont9.jpg)center top / 100% auto no-repeat;
  width: 91%;
  margin: 0 auto;
}
.top_cont9 .p1{
  padding:15% 37% 7% 3%;
  font-size: 2.5vw;
  line-height: 1.7;
  margin: 0;
}
.top_cont10{
  background: url(../img/original/pc/top/cont10.jpg)center top / 100% auto no-repeat;
  font-size: 2.5vw;
  line-height: 1.7;
  padding:55% 7% 4%;
}
.top_cont10 p{
  margin: 0;
}
.common_search{
  background: url(../img/original/pc/common/bg.jpg)left top repeat;
  padding: 0% 8% 2px;
}
.common_search a{
  background: url(../img/original/pc/common/category/search.jpg)center top / 100% auto no-repeat;
  display: block;
  text-indent: -9999px;
  padding-top: 10.5%;
  height: 0;
}
.common_search a:hover{
  opacity: 0.8;
}
body .category_common{
  background: url(../img/original/pc/common/bg.jpg)left top repeat;
  padding: 0% 8% 2px;
  margin-bottom: 0;
}
body .category_common.category_genre{
  padding-bottom: 8%;
}
.category_common .sysHeadline {
  width: auto;
  margin: 0!important;
  text-indent: -9999px;
  padding-top: 9.9%;
  height: 0;
}
.category_common .sysHeadline::before {
  background-color: transparent;
  position: absolute;
  top: 37%;
  z-index: 1;
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  right: 3%;
  background: url(../img/original/pc/common/category/yajirusi.jpg)center top / 100% auto no-repeat
}
.category_common .sysHeadline.bg02::before {
  background-position: center bottom;
  top: 30%;
}
.category_common .sysHeadline:hover{
  opacity: 0.8;
  cursor: pointer;
}
.category_common.category_size .sysHeadline {
  background: url(../img/original/pc/common/category/button_size.jpg)center top / 100% auto no-repeat;
}
.category_common.category_price .sysHeadline {
  background: url(../img/original/pc/common/category/button_price.jpg)center top / 100% auto no-repeat;
}
.category_common.category_age .sysHeadline {
  background: url(../img/original/pc/common/category/button_age.jpg)center top / 100% auto no-repeat;
}
.category_common.category_genre .sysHeadline {
  background: url(../img/original/pc/common/category/button_genre.jpg)center top / 100% auto no-repeat;
}
.category_common .sysContent{
  display: none;
}
.category_common .sysContent ul{
  margin-top: 2px;
}
.category_common .sysContent ul li.sysText a{
  display: block;
  padding: 2.3% 5%;
  color: #534741;
  font-size: 2.4vw;
  line-height: 1.6;
  background-color: #f7f2ea;
  border-bottom: dashed 1px #d9cbbb;
}
.category_common .sysContent ul li.sysText:last-child a{
  border-bottom: none;
}
/*パンくず*/
.sysItemCategoryPankuzu{
  display: none;
}
/*共通*/
.content_width{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1%;
}

/*カテゴリーページ*/
.cat_title{
  background: url(../img/original/pc/category/title_tablet.jpg)center top / 100% auto no-repeat;
  line-height: 1.8em;
  padding: 0 1em 0;
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 2%;
  margin-top: 0;
  width: 106%;
  margin-left:-2.6%;
}

.cat_coupon{
  margin: 2%;
}
/*モーニング*/
.item_title{
  background: url(../img/original/pc/products/title_top.jpg)center top / 100% auto no-repeat,
  url(../img/original/pc/products/title_bottom.jpg)center bottom / 100% auto no-repeat,
  url(../img/original/pc/products/title_y.jpg)center top / 100% auto repeat-y;
  padding: 2% 2% 2% 6%;
  color: #fff;
  font-size: 3.1vw;
  line-height: 1.3;
  font-weight: bold;
  margin: 0 0 4%;
}
#sysItemDetail .item_title{
  width: 106%;
  margin-left: -2.6%;
}
.mor_cont1{
  background: url(../img/original/pc/products/mor/cont1.jpg)center top / 100% auto no-repeat;
}
.mor_cont1 .p1{
  font-size: 1.86vw;
  line-height: 1.7;
  padding: 12% 26% 3% 2%;
  margin: 0;
}
.mor_cont2{
  margin: 2% 2% 0;
  padding: 1%;
}
.mor_cont2.bg{
  background: url(../img/original/pc/products/mor/cont2_bg.jpg)left top repeat;
}
.mor_cont2.bg .box{
  background: url(../img/original/pc/products/mor/cont2.jpg)center top / 100% auto no-repeat;
  padding-top: 6%;
}
.mor_cont2 ul{
  background: url(../img/original/pc/products/mor/cont2_bg.png)center top / 100% auto no-repeat;
  padding-left: 24.6%;
  padding-top: 0.8%;
}
.mor_cont2 ul li{
  width: 32%;
  height: 13.7vw;
  float: left;
  margin-left: 1%;
  margin-bottom: 1%;
}
.mor_cont2 ul li:nth-child(3n + 1){
  clear: both;
}
.mor_cont2 ul li a{
  display: block;
  height: 100%;
  text-indent: -9999px;
}
.mor_cont2 ul li a:hover{
  opacity: 0.8;
}
.mor_cont2 ul li:nth-child(1) a{background: url(../img/original/pc/products/mor/cont2_1.jpg)center top / 100% auto no-repeat;}
.mor_cont2 ul li:nth-child(2) a{background: url(../img/original/pc/products/mor/cont2_2.jpg)center top / 100% auto no-repeat;}
.mor_cont2 ul li:nth-child(3) a{background: url(../img/original/pc/products/mor/cont2_3.jpg)center top / 100% auto no-repeat;}
.mor_cont2 ul li:nth-child(4) a{background: url(../img/original/pc/products/mor/cont2_4.jpg)center top / 100% auto no-repeat;}
.mor_cont2 ul li:nth-child(5) a{background: url(../img/original/pc/products/mor/cont2_5.jpg)center top / 100% auto no-repeat;}
.mor_cont2 ul li:nth-child(6) a{background: url(../img/original/pc/products/mor/cont2_6.jpg)center top / 100% auto no-repeat;}
.mor_cont2 ul li:nth-child(7) a{background: url(../img/original/pc/products/mor/cont2_7.jpg)center top / 100% auto no-repeat;}
.mor_cont2 ul li:nth-child(8) a{background: url(../img/original/pc/products/mor/cont2_8.jpg)center top / 100% auto no-repeat;}
.mor_cont2 ul li:nth-child(9) a{background: url(../img/original/pc/products/mor/cont2_9.jpg)center top / 100% auto no-repeat;}
.mor_cont3{
  background: url(../img/original/pc/products/mor/cont3.jpg)center top / 100% auto no-repeat;
  margin-top: 4%;
}
.mor_cont3 .p1{
  font-size: 1.95vw;
  line-height: 1.7;
  padding: 12% 3% 0;
  margin: 0;
}
.mor_cont4{
  background: url(../img/original/pc/products/mor/cont4.jpg)center top / 100% auto no-repeat;
  margin-top: 4%;
  font-size: 1.8vw;
  line-height: 1.6;
}
.mor_cont4 ul {
  box-sizing: content-box;
}
.mor_cont4 ul li{
  float: left;
  width: 20.5%;
  margin-left:3%;
}
.mor_cont4 ul li:first-child{
  margin-left: 5%;
}
.mor_cont4 .ul1{
  padding-top: 24.7%;
  height:25.6vw;
}
.mor_cont4 .ul2{
  height:10.2vw;
}
.mor_cont4 .p1{
  padding-left:4%;
  margin: 0;
  padding-bottom: 2%;
}
.mor_cont5{
  background: url(../img/original/pc/products/mor/cont5.jpg)center top / 100% auto no-repeat;
  margin-top: 3%;
  height: 24.5vw;
}
.mor_cont5 .p1{
  font-size: 2.2vw;
  line-height: 1.6;
  padding: 7% 22% 0 4%;
  margin: 0;
}
.detail_coupon{
  margin: 3% 4%;
}
.mor_cont6{
  background: url(../img/original/pc/products/mor/cont6.jpg)center top / 100% auto no-repeat;
  margin-top: 5%;
}
.mor_cont6 .p1{
  font-size: 2.7vw;
  line-height: 1.4;
  padding:1.2% 0 1.2% 19%;
  margin: 0;
  color: #fff;
  font-weight: bold;
}
.mor_cont7{
  background: url(../img/original/pc/products/mor/cont7.jpg)center top / 100% auto no-repeat;
  margin-top: 4%;
}
.mor_cont7 .p1{
  font-size: 2.2vw;
  line-height: 1.6;
  padding:9% 2% 0;
  margin: 0;
}
.mor_cont8{
  background: url(../img/original/pc/products/mor/cont8.jpg)center top / 100% auto no-repeat;
  margin-top: 2%;
}
.mor_cont8 .p1{
  font-size: 1.9vw;
  line-height: 1.45;
  padding: 5.5% 6% 2% 32%;
  margin: 0;
}
.item_cont1{
  background: url(../img/original/pc/products/item_cont1.jpg)center top / 100% auto no-repeat;
  margin-top: 2%;
}
.item_cont1 .ul1{
  font-size: 1.8vw;
  line-height: 1.6;
  padding:15% 0 0 2.5%;
  box-sizing: content-box;
  height: 25.3vw;
}
.item_cont1 .ul1 li{
  float: left;
  width: 29%;
  margin-left:21.5%;
}
.item_cont1 .ul1 li:first-child{
  margin-left: 0;
}
.item_cont1 .ul2{
  font-size: 1.8vw;
  line-height: 1.5;
  padding-bottom: 2%;
}
.item_cont1 .ul2 li{
  float: left;
  width: 22%;
  margin-left: 3%;
}
.item_cont1 .ul2 li:first-child{
  margin-left: 2%;
}
.item_cont2{
  background: url(../img/original/pc/products/item_cont2.jpg)center top / 100% auto no-repeat;
  margin-top: 2%;
}
.item_cont2 .p1{
  font-size: 1.8vw;
  line-height: 1.48;
  padding: 1% 0 2% 13%;
  margin: 0;
}
.common_item_kobetsu .item_detail_area{
  background: url(../img/original/pc/products/item_setumei.jpg)center top / 100% auto no-repeat;
  padding-top: 10%;
  margin-top: 3%;
}
.common_item_kobetsu .item_detail_area table{
  font-size: 1.6vw;
  line-height: 1.6;
  margin: 0 auto;
  width: 96%;
}
.common_item_kobetsu .item_detail_area.retu2 table{
  font-size: 1.57vw;
}
.common_item_kobetsu .item_detail_area.retu2 th{
  width: 7em;
  padding-left: 0.8em;
  vertical-align: middle;
}
.common_item_kobetsu .item_detail_area th{
  background-color: #f0f0f0;
  border: solid 1px #b1b1b1;
  width: 12em;
  padding: 0.4em 0 0.4em 1em;
  border-right: solid 1px #b1b1b1;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.common_item_kobetsu .item_detail_area td{
  border: solid 1px #b1b1b1;
  padding: 0.4em 1em;
}
.common_item_kobetsu .item_detail_area td p{
  margin: 0;
}
.common_item_kobetsu .item_detail_area td p.note{
  margin: 0;
  color: #808080;
  font-size: 85%;
}
.common_item_kobetsu .item_detail_area td .sizeimage{
  float: right;
  width: 45%;
}
.common_item_kobetsu .item_detail_area td .tt01 {
    background: #fcfbf7;
    padding: 2%;
}
.common_item_kobetsu .item_detail_area td .tt01 >dl {
    display: flex;
}
.common_item_kobetsu .item_detail_area td .tt01 >dl >dt {
    display: flex;
    background: #736357;
    color: white;
    width: 7em;
    justify-content: center;
    align-items: center;
}
.common_item_kobetsu .item_detail_area td .tt01 >dl+dl {
    margin-top: 2%;
}
.item_common_menu {
  width: 96%;
  margin: 2% auto;
}
.item_common_menu li{
  width: 50%;
  float: left;
}
.item_common_menu li:nth-child(odd){
  clear: both;
}
.item_common_menu li a{
  display: block;
  height: 0;
  text-indent: -9999px;
  padding-top: 13%
}
.item_common_menu li.li1 a{background: url(../img/original/pc/products/button1.jpg)center top / 100% auto no-repeat;}
.item_common_menu li.li2 a{background: url(../img/original/pc/products/button2.jpg)center top / 100% auto no-repeat;}
.item_common_menu li.li3 a{background: url(../img/original/pc/products/button3.jpg)center top / 100% auto no-repeat;}
.item_common_menu li.li4 a{background: url(../img/original/pc/products/button4.jpg)center top / 100% auto no-repeat;}

/*サイズ表(EC-cubeから移行したcssを共通に記述。細かい部分はデバイスごとに記述する）*/
.mor_cont_sita2 .mcon08 {
  background: url(../img/original/pc/products/mor/mcon08_1.jpg)center top / 100% auto no-repeat;
  padding-top: 13%;
  margin-top: 3%;
  font-size: 2.25vw;
  line-height: 1.7;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt01{
  width:74%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt02{
  width:72%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt02 .p1{
  padding: 3%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt03{
  background: url(../img/original/pc/products/mor/mcon08_2.jpg)center top / 100% auto no-repeat;
  padding-top: 25%;
  margin-top: 4%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_navi ul{
  width:58%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_navi ul li{
  width: 23%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_navi ul li a{
  /*height: 13.5vw;*/
  height: 0;
  padding-top: 108.9%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap{
  width: 64%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .size_y{height: 70vw;}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .size_a{height: 70vw;}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .size_ab{height: 70vw;}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .size_b{height: 70vw;}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .size_o{height: 70vw;}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .size_e{height: 70vw;}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .size_k{height: 70vw;}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .slick-prev{
  width: 5%;
  height: 12vw;
  left: -6%;
  z-index: 9;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .slick-slide:hover{
  cursor: grab;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .slick-next{
  width: 5%;
  height: 12vw;
  right: -6%;
  z-index: 9;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt03 .p1{
  width: 70%;
  margin-top: 3%;
  padding: 2%;
  font-size: 90%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt03 .p1 em{
  font-weight: bold;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04{
  background: url(../img/original/pc/products/mor/mcon08_5.jpg)center top / 100% auto no-repeat;
  padding-top: 12%;
  margin-top: 4%;
  font-size: 2vw;
  line-height: 1.7;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 .bg{
  width: 72%;
  margin: 0 auto;
  padding-bottom: 0.15%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .onegai{
  background: url(../img/original/pc/products/mor/mcon08_3.jpg)center top / 100% auto no-repeat;
  padding: 7% 0 0 21%;
  color: #ab6618;
  font-size: 2vw;
  line-height: 1.7;
  margin-top: 4%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 .p5{
  font-size: 2vw;
  line-height: 1.7;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 .ul1{
  width: 94%;
  font-size: 2.2vw;
  line-height: 1.7;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 .p4{
  font-size: 2vw;
  line-height: 1.7;
  width: auto;
  margin-left: 4%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt05{
  background: url(../img/original/pc/products/mor/mcon08_4.jpg)center top / 100% auto no-repeat;
  margin-top: 4%;
  padding-top:6%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt05 table{
  width:71%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt05 table th{
  font-size: 2.2vw;
  line-height: 1.7;
  padding: 0.4em 0;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt05 table td{
  font-size: 2.2vw;
  line-height: 1.7;
  padding: 0.4em 0;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 .p1 select {
    width: 21.2%;
    height: 6vw;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 .p3 select{
    width: 21.3%;
    height: 6vw;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 .img75 {
    width: 97%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 .img76 {
    width: 97%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 .img78 {
    width: 97%;
}
/*----------
商品情報
-----------*/
#sysItemDetail .item_block{
  margin-top: 2%;
  line-height: 1.6;
  font-size: 2vw;
}
/*評価*/
#sysItemDetail .item_block #item_review_button > div{
  border-top: solid 1px #dbdbdb;
  padding: 2% 2%;
  line-height: 1.6;
  font-size: 2vw;
}
#sysItemDetail .item_block #item_review_button .left{
  float: left;
  margin: 0;
}
#sysItemDetail .item_block #item_review_button .right{
  float: left;
  margin: 0;
}
#sysItemDetail .item_block #item_review_button .right a{
  color: #7b8312;
  text-decoration: underline;
}
#sysItemDetail .item_block #item_review_button .right a:hover{
  text-decoration: none;
}
/*商品記号*/
#sysItemDetail .item_block .sysItemViewId{
  padding: 2% 2%;
  text-align: left;
  border-top: solid 1px #dbdbdb;
  line-height: 1.6;
  font-size: 2vw;
  margin-bottom: 0!important;
}
#sysItemDetail .item_block .sysItemViewId span{
  font-weight: normal;
}
/*商品名*/
#sysItemDetail .item_block .sysItemName{
  border-top: solid 1px #dbdbdb;
  padding: 2% 2%;
}
#sysItemDetail .item_block .sysItemName .name_h1{
  line-height: 1.6;
  font-size: 2vw;
  border-bottom: none;
  padding: 0;
  margin: 0;
  width: auto;
}
#sysItemDetail .item_block .sysItemName .name_h1 span{
  font-weight: bold;
}
/*価格*/
#sysItemDetail .item_block .sysRetailPrice{
  border-top: solid 1px #dbdbdb;
  padding: 2% 2%;
  line-height: 1.6;
  font-size: 2vw;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0;
}
#sysItemDetail .item_block .sysRetailPrice .sysRetailPriceValue{
  font-size: 2.4vw;
  color: #c1272d
}
#sysItemDetail .item_block .sysRetailPrice span{
  line-height: 1.6;
  font-size: 2vw;
  font-weight: normal;
}
#sysItemDetail .item_block .sysRetailPrice span.sysRetailPriceValue{
  font-weight: bold;
}
/*対応割引*/
#sysItemDetail .item_block .sysPr{
  padding: 0 2% 2%;
  font-weight: normal;
  line-height: 1.6;
  font-size: 2vw;
}
/*商品説明*/
#sysItemDetail .item_block .sysDescription{
  padding: 3%;
  line-height: 1.6;
  font-size: 2vw;
}
/*ご利用日を選択してください*/
#sysItemDetail .item_block .sysRentalStartDate{
  background-color: #e8e1d1;
  padding: 2% 3% 1%;
  margin-bottom: 5em;
  position: relative;
}
#sysItemDetail .item_block .sysRentalStartDate::before{
  line-height: 1.6;
  font-size: 2vw;
  content:'▼';
}
#sysItemDetail .item_block .sysRentalStartDate::after{
  content: 'ご利用日を選択してください。選択できない日付はレンタルできません。';
  color: #91272d;
  position: absolute;
  left: 1em;
  top: 2.9em;
}
/*カレンダー*/
.sysRentalSchedulesCalendar tbody{
  font-size: 0.8em;
}
.sysRentalSchedulesCalendarCtl {
    font-size: 0.85em;
}
/*元のご利用日を選択してください*/
#sysItemDetail .item_block .sysRentalScheduleNotice{
  display: none;
}
/*お届日などの詳細*/
#sysItemDetail .item_block .sysRentalScheduleInfo{
  font-size: 80%;
  padding: 2%;
  color: #606060;
}
#sysItemDetail .item_block .sysRentalScheduleInfo .sysRentalSendItemName,
#sysItemDetail .item_block .sysRentalScheduleInfo .sysRentalReachItemName,
#sysItemDetail .item_block .sysRentalScheduleInfo .sysRentalReturnItemName{
  color: #606060;
}
/*数量*/
#sysItemDetail .item_block #sysNumber{
  display: none;
}
/*小計*/
#sysItemDetail .item_block #sysSubtotal{
  display: none;
}
/*カートに入れる*/
#sysItemDetail .item_block #sysSubmit{
  background-color: #f7f1eb;
  height: 9.8vw;
  margin-top: 5%;
}
#sysItemDetail .item_block #sysSubmit .sysCartButton {
  background: url(../img/original/pc/cart/button_cart.png)center top / 100% auto no-repeat;
  width: 94%;
  padding: 15% 0 0!important;
  height: 0;
  margin: 3% 0 3% 3%;
}
#sysItemDetail .item_block #sysWishlist{
  background-color: #f7f1eb;
}
#sysItemDetail .item_block #sysWishlist .sysWishListButton {
  background: url(../img/original/pc/cart/button_okiniiri.png)center top / 100% auto no-repeat;
  width: 94%;
  padding: 12.5% 0 0!important;
  height: 0;
  margin: 0 0 3% 3%;
  border: none;
}
/*画像に虫眼鏡付与*/
#sysItemDetail .item_block .sysMainImage a{
  position: relative;
}
#sysItemDetail .item_block .sysMainImage a::after{
  background: url(../img/original/pc/cart/kakudai.png)center top / 100% auto no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 5vw;
  height: 5vw;
  content: '';
}
/*画像下の案内*/
#sysItemDetail .item_block #item_announce{
  background-color: #f7f7f7;
  padding: 2% 4%;
  margin: 4% 5% 0 0;
  font-size: 95%;
}
#sysItemDetail .item_block #item_announce p{
  margin-bottom: 7%;
}
#sysItemDetail .item_block #item_announce p:last-child{
  margin-bottom: 2%;
}
/*「発送日・お受け取り希望時間についてご一読ください」ボタン*/
#sysItemDetail .item_block .uketori_announce a{
  background: url(../img/original/pc/cart/button_uketori.png)center top / 100% auto no-repeat;
  padding: 12% 0 0!important;
  height: 0;
  margin: 4% auto 4%;
  text-indent: -9999px;
  display: block;
}
/*オプション*/
#sysItemDetail #sysSelections div {
    margin-bottom: 0;
    text-align: right;
    font-size: 1.8vw;
}
#sysItemDetail #sysSelections select{
    width: 50%;
    min-width: auto;
    font-size: 1.8vw;
}
#sysItemDetail .sysRentalExtendDays{
    text-align: right;
    font-size: 1.8vw;
}
#sysItemDetail .sysRentalExtendDays select{
    width: 50%;
    min-width: auto;
    font-size: 1.8vw;
}
/*レビュー*/
#sysItemDetail #item_review{
  background: url(../img/original/pc/products/review.jpg)center top / 100% auto no-repeat;
  padding: 8% 0 0;
  margin-top: 6%;
  font-size: 2vw;
  line-height: 1.6;
}
#sysItemDetail #item_review .hoshi_icon{
  margin-left: 3%;
}
#sysItemDetail #item_review .sysReviewHistoryList{
  margin-top: -2%;
}
.sysReviewHistoryList {
  font-size: 2vw;
}
.sysReviewHistoryList li{
  margin: 2% 0px;
}
.sysReviewHistoryList li:first-child{
  margin-top: 0;
}
.sysReviewHistoryList .sysNickname{
  float: right;
  margin-left: 1em;
  font-size: 90%;
  margin-top: 0.5em;
}
.sysReviewHistoryList .sysEvaluation{
  color: #f7931e;
  float: left;
  margin-left: 0.95em;
  font-size: 1.4em;
  letter-spacing: -0.06em;
}
.sysReviewHistoryList .sysReviewText{
  clear: both;
  font-size: 1.9vw;
  line-height: 1.6;
  border-top: solid 2px #87321f;
  padding: 2% 2.5%;
}
.sysReviewHistoryList .sysReviewDatetime{
  font-size: 90%;
  float: right;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0.5em;
}
.sysReviewHistoryList .sysReviewDatetime::before{
  content: '投稿日：';
}
#sysItemDetail #item_review form input[type=submit]{
  font-size: 2vw;
  margin-top: 2%;
}
#sysItemDetail #item_review form input[type=submit]:hover{
  text-decoration: none;
  cursor: pointer;
}
#sysItemReviewIndex #sysMain{
  padding: 0 3%;
}
.hoshi_icon {
  vertical-align: middle;
  display: inline-block;
  margin-top: 0.1em;
}
.hoshi_icon span{
  display: inline-block;
  width: 2.2vw;
  height: 2.2vw;
  margin-right: 0.5vw;
}
.hoshi_icon .hoshi1{
  background: url(../img/original/pc/products/hoshi1.png)center top / 100% auto no-repeat;
}
.hoshi_icon .hoshi2{
  background: url(../img/original/pc/products/hoshi2.png)center top / 100% auto no-repeat;
}
.hoshi_icon .hoshi3{
  background: url(../img/original/pc/products/hoshi3.png)center top / 100% auto no-repeat;
}
.sysItemReview #sysMain .detail_link{
  font-size: 2vw;
  margin-top: 2%;
}
/*関連商品*/
.item_kanren{
  background: url(../img/original/pc/products/kanren.jpg)center top / 100% auto no-repeat;
  padding:6.5% 4% 0;
  margin-top: 6%;
}
body .item_kanren .sysContent .sysHorizontal li {
    width: 25%;
}
body .item_kanren .sysContent .sysHorizontal .sysItemImage img{
  height: 24vw;
  width: 100%;
  object-fit: cover;
}
body .item_kanren .sysContent .sysHorizontal li .sysItemName{
  font-size: 2vw;
}
body .item_kanren .sysContent .sysHorizontal li .sysItemPrice{
  font-size: 1.99vw;
}
body .item_kanren .sysContent .sysHorizontal li .sysItemPrice .kakaku{
  font-size: 1.6vw;
  color: #000;  
}
body .item_kanren .sysContent .sysHorizontal li .sysItemPrice .zeibetu{
  font-size: 1.6vw;
  color: #000;  
}
/*閲覧履歴*/
.item_etsuran{
  background: url(../img/original/pc/products/eturan.jpg)center top / 100% auto no-repeat;
  padding:6.5% 4% 0;
  margin-top: 6%;
}
body .item_etsuran .sysContent .sysHorizontal li {
    width: 25%;
}
body .item_etsuran .sysContent .sysHorizontal .sysItemImage img{
  height: 24vw;
  width: 100%;
  object-fit: cover;
}
body .item_etsuran .sysContent .sysHorizontal li .sysItemName{
  font-size: 2vw;
}
body .item_etsuran .sysContent .sysHorizontal li .sysItemPrice{
  font-size: 1.99vw;
}
body .item_etsuran .sysContent .sysHorizontal li .sysItemPrice .kakaku{
  font-size: 1.6vw;
  color: #000;  
}
body .item_etsuran .sysContent .sysHorizontal li .sysItemPrice .zeibetu{
  font-size: 1.6vw;
  color: #000;  
}
/*よくある質問*/
.faq{
  background: url(../img/original/pc/products/faq.jpg)center top / 100% auto no-repeat;
  padding: 8% 2% 0;
  margin-top: 6%;
  margin-bottom: 6%;
}
.faq dt{
  background: url(../img/original/pc/products/faq_bg.jpg)center top / 100% auto no-repeat;
  font-size: 2vw;
  font-weight: bold;
  color: #534741;
  padding: 1% 3%;
  line-height: 1.6;
  margin-top: 0.5%;
}
.faq dt:hover{
  cursor: pointer;
  text-decoration: underline;
}
.faq dd{
  display: none;
  font-size: 2vw;
  line-height: 1.8;
  padding: 0 3% 2%;
}
.faq dd a{
  color: #2376dc;
}

/*黒留袖*/
#sysItemDetail #sysMain > * > .sysItemName > h1 {
  background: url(../img/original/pc/products/title_top.jpg) center top / 100% auto no-repeat, url(../img/original/pc/products/title_bottom.jpg) center bottom / 100% auto no-repeat, url(../img/original/pc/products/title_y.jpg) center top / 100% auto repeat-y;
  padding: 2% 4% 2%;
  color: #fff;
  font-size: 3vw;
  line-height: 1.45;
  font-weight: bold;
  margin: 0 0 3%;
  border-bottom: none;
}
.tome_cont1{
  background: url(../img/original/pc/products/tome/cont1.jpg)center top / 100% auto no-repeat;
  padding-left: 3%;
  font-size: 1.85vw;
  line-height: 1.7;
  margin-top: 5%;
}
.tome_cont1 a{
  display: block;
  width: 31.5%;
  height: 29vw;
  float: left;
}
.tome_cont1 .li1{
  padding-top: 17%;
  padding-bottom: 0.4%;
}
.tome_cont1 .li2{
  padding-bottom: 12%;
}
.tome_cont1 .li1 a{
  background: url(../img/original/pc/products/tome/cont1_img1.png)center top / 100% auto no-repeat;
}
.tome_cont1 .li2 a{
  background: url(../img/original/pc/products/tome/cont1_img2.png)center top / 100% auto no-repeat;
}
.tome_cont1 .p1{
  float: left;
  margin: 6% 0 0 2.8%;
  width: 63%;
}
.tome_cont2{
  background: url(../img/original/pc/products/tome/cont2.jpg)center top / 100% auto no-repeat;
  font-size: 2vw;
  line-height: 1.7;
}
.tome_cont2 .p1{
  padding: 8.5% 1% 1%;
  margin: 0;
}
.tome_cont3{
  background: url(../img/original/pc/products/tome/cont3.jpg)center top / 100% auto no-repeat;
  padding-left: 26.9%;
  padding-bottom: 5%;
}
.tome_cont3 ul{
  padding-top:1%;
}
.tome_cont3 li{
  float: left;
  width: 18.5%;
  height: 10.3vw;
  margin-left: 1%;
  margin-bottom: 0.75%;
}
.tome_cont3 li a{
  display: block;
  height: 100%;
  text-indent: -9999px;
}
.tome_cont3 li:nth-child(1) a{background: url(../img/original/pc/products/tome/img62.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(2) a{background: url(../img/original/pc/products/tome/img63.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(3) a{background: url(../img/original/pc/products/tome/img64.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(4) a{background: url(../img/original/pc/products/tome/img65.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(5) a{background: url(../img/original/pc/products/tome/img66.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(6) a{background: url(../img/original/pc/products/tome/img67.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(7) a{background: url(../img/original/pc/products/tome/img68.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(8) a{background: url(../img/original/pc/products/tome/img69.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(9) a{background: url(../img/original/pc/products/tome/img70.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(10) a{background: url(../img/original/pc/products/tome/img71.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(11) a{background: url(../img/original/pc/products/tome/img72.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(12) a{background: url(../img/original/pc/products/tome/img73.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(13) a{background: url(../img/original/pc/products/tome/img74.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(14) a{background: url(../img/original/pc/products/tome/img75.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(15) a{background: url(../img/original/pc/products/tome/img76.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(16) a{background: url(../img/original/pc/products/tome/img77.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(17) a{background: url(../img/original/pc/products/tome/img78.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(18) a{background: url(../img/original/pc/products/tome/img79.png)center top / 100% auto no-repeat;}
.tome_cont3 .link{
  height: 10.3vw;
  width: 38%;
  float: left;
  margin-left: 1%;
}
.tome_cont3 .link a{
  display: block;
  padding-top: 40%;
  height: 0;
  text-indent: -9999px;
 background: url(../img/original/pc/products/tome/img80.png)center top / 100% auto no-repeat;
}
.tome_cont3 a:hover{
  opacity: 0.8;
}
.tome_cont4{
  background: url(../img/original/pc/products/tome/cont4.jpg)center top / 100% auto no-repeat;
}
.tome_cont4 .p1{
  padding: 7% 4% 5% 53%;
  font-size: 1.9vw;
  line-height: 1.7;
  margin: 0;
}

/*お任せレンタル*/
.omakase_cont1{
  background: url(../img/original/pc/products/omakase/cont1.jpg)center top / 100% auto no-repeat;
}
.omakase_cont1 .p1{
  padding: 12% 42% 3% 2%;
  font-size: 1.8vw;
  line-height: 1.8;
  margin: 0;
}
.omakase_cont2{
  background: url(../img/original/pc/products/omakase/cont2.jpg)center top / 100% auto no-repeat;
}
.omakase_cont2 .p1{
  padding: 21.5% 5% 2%;
  font-size: 2vw;
  line-height: 1.65;
  margin: 0;
}
.omakase_cont3{
  background: url(../img/original/pc/products/omakase/cont3.jpg)center top / 100% auto no-repeat;
}
.omakase_cont3 ul{
  padding: 12% 2% 5%;
}
.omakase_cont3 li{
  float: left;
  width: 22.25%;
  margin-bottom: 2.2%;
  margin-left: 2.2%;
}
.omakase_cont3 li a{
  display: block;
  height: 0;
  padding-top: 100%;
}
.omakase_cont3 li:nth-child(1) a{background: url(../img/original/pc/products/omakase/cont3_img1.jpg)center top / 100% auto no-repeat;}
.omakase_cont3 li:nth-child(2) a{background: url(../img/original/pc/products/omakase/cont3_img2.jpg)center top / 100% auto no-repeat;}
.omakase_cont3 li:nth-child(3) a{background: url(../img/original/pc/products/omakase/cont3_img3.jpg)center top / 100% auto no-repeat;}
.omakase_cont3 li:nth-child(4) a{background: url(../img/original/pc/products/omakase/cont3_img4.jpg)center top / 100% auto no-repeat;}
.omakase_cont3 li:nth-child(5) a{background: url(../img/original/pc/products/omakase/cont3_img5.jpg)center top / 100% auto no-repeat;}
.omakase_cont3 li:nth-child(6) a{background: url(../img/original/pc/products/omakase/cont3_img6.jpg)center top / 100% auto no-repeat;}
.omakase_cont3 li:nth-child(7) a{background: url(../img/original/pc/products/omakase/cont3_img7.jpg)center top / 100% auto no-repeat;}
.omakase_cont3 li:nth-child(8) a{background: url(../img/original/pc/products/omakase/cont3_img8.jpg)center top / 100% auto no-repeat;}
.omakase_cont4{
  background: url(../img/original/pc/products/omakase/cont4.jpg)center top / 100% auto no-repeat;
  font-size: 1.9vw;
  line-height: 1.5;
  padding-bottom: 12%;
  padding-top: 19%;
}
.omakase_cont4 li{
  float: left;
  width: 44%;
}
.omakase_cont4 li.li1{
  margin-left: 5%;
}
.omakase_cont4 li.li2{
  margin-left: 2.5%;
}
.omakase_cont5 {
  background: url(../img/original/pc/products/omakase/cont5.jpg) center top / 100% auto no-repeat;
  margin-top: 5%;
}
.omakase_cont5 .p1 {
  font-size: 2.7vw;
  line-height: 1.4;
  padding: 1.6% 0 1.5% 19%;
  margin: 0;
  color: #fff;
  font-weight: bold;
}
/*検索結果*/
.sysItemListDisp{
  background: url(../img/original/pc/products/search/search.jpg) center top / 100% auto no-repeat;
  padding-top: 10%;
  margin-top: 4%;
}
#sysItemSearch div#sysMain{
  width: 95%!important;
  margin: 0 auto;
}
#sysItemSearch #sysMain .sysItemSearchForm .search_announce{
  margin-bottom: 3%;
  display: block;
}
.search_box{
  max-width: 656px;
  margin: 0 auto;
}
.search_box .search_accordion{
  background: url(../img/original/pc/products/search/search_button.jpg) center top / 100% auto no-repeat;
  height: 0;
  padding-top: 10%;
}

.sysItemList{
  margin: 0 auto;
}
.sysItemList li{
  margin-bottom: 4%;
}
.sysItemList .sysThumbnailImage img{
  height: 33vw;
  width: 100%;
  object-fit: cover;
}
.sysItemList .sysItemName{
  margin-top: 3%;
  margin-bottom: 2%;
}
.sysItemList .sysItemName a {
  color: #8c6708;
  text-decoration: underline;
  font-size: 1.9vw;
}
.sysItemList .sysRetailPrice{
  font-size: 2vw;
}
.sysItemList .sysRetailPrice .kakaku{
  font-size: 1.6vw;
  color: #000;
}
.sysItemList .sysRetailPrice .zeibetu{
  font-size: 1.6vw;
  color: #000;
}
.sysItemList #sysDescriptionPc{
  display: none;
}
#sysMain .sysItemSearchFormInput{
  font-size: 1.9vw;
}
body#sysItemSearch #sysMain .sysItemSearchFormWord input::placeholder {
  font-size: 1.9vw;
}
#sysItemSearch #sysMain .sysItemSearchFormWord{
  margin-top: 5%;
}
body#sysItemSearch #sysMain .sysItemSearchFormInput .sysItemSearchFormSort{
  margin-left: 0%;
  margin-top: 3%;
}
body#sysItemSearch #sysMain .sysItemSearchFormInput select{
  font-size: 1.9vw;
  height: auto;
  padding: 0.3em 1em;
}
body#sysItemSearch #sysMain .sysItemSearchFormInput .sysItemSearchFormLimit{
  width: 300px;
  margin-top: 3%;
}
#sysItemSearch #sysMain .sysItemSearchForm .sysSearchButton {
  background: url(../img/original/pc/products/search/button_kensaku.png) center top / 100% auto no-repeat;
  width: 69%;
  height: 0;
  text-indent: -9999px;
  float: left;
  margin-left: 2%;
  margin-top: 4%;
  padding-top: 10%!important;
}
#sysItemSearch #sysMain .sysItemSearchForm .clear_button {
  background: url(../img/original/pc/products/search/button_clear.png) center top / 100% auto no-repeat;
  width: 29%;
  height: 0;
  text-indent: -9999px;
  float: left;
  margin-top: 4%;
  padding-top: 11%!important;
}
/*カテゴリページ*/
.siborikomi_button{
  width: 85%;
  margin: 4% auto;
}
.siborikomi_button a{
  background: url(../img/original/pc/products/search/search_button.jpg) center top / 100% auto no-repeat;
  height: 0;
  padding-top: 10%;
  display: block;
  position: relative;
}
.siborikomi_button a::before{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 2em;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.siborikomi_button a::after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 2em;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.siborikomi_button a:hover{
  opacity: 0.8;
}
body#sysItemCategory #sysMain{
  width: 95%!important;
  margin: 0 auto;
}
/*一覧共通*/
.sysItemList .sysThumbnailImage .pr_osusume,
.top_new_list_original .sysItemPrArea .pr_osusume,
.item_7800 .sysItemPrArea .pr_osusume,
.item_7801_over .sysItemPrArea .pr_osusume{
  position: absolute;
  background: url(../img/original/pc/top/osusume_icon.png) center top / 100% auto no-repeat;
  content: '';
  width: 28%;
  padding-top: 28%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  margin: 0;
}
/*お客様の声*/
.voice_title{
  background: url(../img/original/pc/voice/title.jpg) center top / 100% auto no-repeat;
  padding-top: 8%;
}
.voice_cont1{
  background: url(../img/original/pc/voice/cont1.jpg) center top / 100% auto no-repeat;
  max-width: 960px;
  margin: 1.5% auto 0;
}
.voice_cont1 .p1{
  padding: 3.8% 5% 15% 26%;
  font-size: min(2.1vw,21px);
  line-height: 1.7;
}
.sysReviewItemList{
  padding: 0 3%;
  margin-bottom: 6%;
}
#voice .sysReviewItemList li{
  padding: 2%;
  border-bottom: solid 1px #4d4d4d;
  border-top: none;
}
body .sysReviewItemList ul.sysReviewList li .sysThumbnailImage{
  width: 22%;
  margin-right: 2%;
}
body .sysReviewItemList ul.sysReviewList li .sysThumbnailImage img{
  width: 100%;
  height: auto;
}
.sysReviewItemList li .sysReviewItemName a{
  color: #91272d;
  text-decoration: underline;
  font-size: 2vw;
  line-height: 1.5;
  font-weight: bold;
}
.sysReviewItemList li .sysReviewItemName a:nth-child(2){
  display: none;
}
.sysReviewItemList li .sysNickname{
  font-size: 1.8vw;
  margin-top: 1%;
  margin-left: 24%;
}
.sysReviewItemList li .sysEvaluation{
  color: #f7931e;
  font-size: 2vw;
  margin-left: 24%;
}
.sysReviewItemList li .sysReviewDatetime{
  font-size: 1.6vw;
  margin-left: 24%;
}
.sysReviewItemList li .sysReviewText{
  margin-top: 1.2%;
  font-size: 1.9vw;
  margin-left: 24%;
}
.sysReviewItemList li form{
  display: none;
}
/*セカンドページ*/
.second_content{
  font-size: 2vw;
  line-height: 1.7;
}
.second_content p{
  margin: 0;
}
.secont_content_wrap{
  max-width: 960px;
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: content-box;
}

/*和匠の黒留袖について*/
body#kurotomesode .kurotomesode_content{
  background: url(../img/original/pc/kurotomesode/title.jpg) center top / 100% auto no-repeat;
  padding: 11% 0 0;
}
body#kurotomesode .kurotomesode_content .con01 .tt01{
  background: url(../img/original/pc/kurotomesode/cont1.jpg) center top / 100% auto no-repeat;
  margin-top: 2.5%;
}
body#kurotomesode .kurotomesode_content .con01 .tt01 .p1{
  padding: 10% 0 3% 35%;
}
body#kurotomesode .kurotomesode_content .con01 .tt02{
  background: url(../img/original/pc/kurotomesode/cont2.jpg) center top / 100% auto no-repeat;
}
body#kurotomesode .kurotomesode_content .con01 .tt02 .p1{
  padding: 6.3% 4.5% 3%;
}
body#kurotomesode .kurotomesode_content .con02 .tt01{
  background: url(../img/original/pc/kurotomesode/cont3.jpg) center top / 100% auto no-repeat;
}
body#kurotomesode .kurotomesode_content .con02 .tt01 .p1{
  padding: 29% 4.5% 0;
}
body#kurotomesode .kurotomesode_content .con03 .tt01{
  background: url(../img/original/pc/kurotomesode/cont4.jpg) center top / 100% auto no-repeat;
  margin-top: 3.5%;
}
body#kurotomesode .kurotomesode_content .con03 .tt01 .p1{
  padding: 25.2% 33% 3% 2%;
}
body#kurotomesode .kurotomesode_content .con03 .tt02{
  background: url(../img/original/pc/kurotomesode/cont5.jpg) center top / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont5_bottom.jpg) center bottom / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont5_y.jpg) center top / 100% auto repeat-y;
    padding: 30.5% 0 1.8%;
}
body#kurotomesode .kurotomesode_content .con03 .tt02 p{
  float: left;
  width: 29%;
  margin-left: 3.2%;
}
body#kurotomesode .kurotomesode_content .con03 .tt02 p.p1{
  margin-left: 3.5%;
}
body#kurotomesode .kurotomesode_content .con03 .tt03{
  background: url(../img/original/pc/kurotomesode/cont6.jpg) center top / 100% auto no-repeat;
  margin-top: 3.5%;
}
body#kurotomesode .kurotomesode_content .con03 .tt03 .p1{
  padding: 10.7% 3% 0;
}
body#kurotomesode .kurotomesode_content .con03 .tt04{
  background: url(../img/original/pc/kurotomesode/cont7.jpg) center top / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont7_y.jpg) center top / 100% auto repeat-y;
    padding: 34% 0 1.8%;
  margin-top: 3.5%;
}
body#kurotomesode .kurotomesode_content .con03 .tt04 p{
  float: left;
  width: 29%;
  margin-left: 3.2%;
  font-size: 93%;
}
body#kurotomesode .kurotomesode_content .con03 .tt04_2{
  background: url(../img/original/pc/kurotomesode/cont9.jpg) center top / 100% auto no-repeat;
  padding-top: 2.5%;
}
body#kurotomesode .kurotomesode_content .con03 .tt04_2 .p1{
  width: 28.5%;
  border: none;
  margin-left: 68%;
	position: relative;
	padding-top: 20%;
}
body#kurotomesode .kurotomesode_content .con03 .tt04_2 iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border:none;
}
body#kurotomesode .kurotomesode_content .con03 .tt05{
  background: url(../img/original/pc/kurotomesode/cont10.jpg) center top / 100% auto no-repeat;
  margin-top: 4%;
}
body#kurotomesode .kurotomesode_content .con03 .tt05 .p1{
  padding: 11% 35% 0 2.5%;
}
body#kurotomesode .kurotomesode_content .con03 .tt05 .p2{
  padding-left: 2.5%;
}
body#kurotomesode .kurotomesode_content .con03 .tt06{
  background: url(../img/original/pc/kurotomesode/cont11.jpg) center top / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont11_bottom.jpg) center bottom / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont11_y.jpg) center top / 100% auto repeat-y;
    padding: 7.2% 0 2.8%;
  margin-top: 3%;
  font-size: 93%;
  line-height: 1.6;
}
body#kurotomesode .kurotomesode_content .con03 .tt06 p{
  float: left;
  width: 43%;
  margin-left: 4.6%;
}
body#kurotomesode .kurotomesode_content .con03 .tt06 p.p1{
  margin-left: 5%;
}
body#kurotomesode .kurotomesode_content .con04 .tt01_img1{
  background: url(../img/original/pc/kurotomesode/cont12.jpg) center top / 100% auto no-repeat;
  padding-top: 19.4%;
}
body#kurotomesode .kurotomesode_content .con04 .tt01{
  background: url(../img/original/pc/kurotomesode/cont13.jpg) center top / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont13_img.jpg) center bottom / 100% auto no-repeat;
}
body#kurotomesode .kurotomesode_content .con04 .tt01 .p1{
  padding: 9.5% 3% 34%;
}
body#kurotomesode .kurotomesode_content .con04 .tt02{
  background: url(../img/original/pc/kurotomesode/cont14.jpg) center top / 100% auto no-repeat;
  margin-top: 3%;
}
body#kurotomesode .kurotomesode_content .con04 .tt02 .p1{
  padding: 6% 51% 5% 3.6%;
}
body#kurotomesode .kurotomesode_content .con05 .tt01{
  background: url(../img/original/pc/kurotomesode/cont15.jpg) center top / 100% auto no-repeat;
}
body#kurotomesode .kurotomesode_content .con05 .tt01 .p1{
  padding: 7% 33% 3% 3.6%;
}
body#kurotomesode .kurotomesode_content .con06{
  background: url(../img/original/pc/kurotomesode/cont16.jpg) center top / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont16_y.jpg) center top / 100% auto repeat-y;
  padding-top: 7%;
}
body#kurotomesode .kurotomesode_content .con06 .ul1{
  background: url(../img/original/pc/kurotomesode/cont16_1.png) center top / 100% auto no-repeat;
  position: relative;
  padding-bottom: 1.3%;
  font-size: 90%;
  line-height: 1.5;
}
body#kurotomesode .kurotomesode_content .con06 ul li{
  box-sizing: content-box;
}
body#kurotomesode .kurotomesode_content .con06 .ul1 li.li1{
  float: left;
  padding: 9% 0 0 4%;
  width: 47%;
}
body#kurotomesode .kurotomesode_content .con06 .ul1 li.li2{
  float: left;
  padding: 22% 0 0 0;
  width: 21%;
}
body#kurotomesode .kurotomesode_content .con06 .ul1 li.li3{
  float: left;
  padding: 22% 0 0 3.5%;
  width: 21%;
}
body#kurotomesode .kurotomesode_content .con06 .ul1 li.li4{
  position: absolute;
  top: 72%;
  left: 31%;
}
body#kurotomesode .kurotomesode_content .con06 .p1{
  text-align: right;
  margin-bottom: 1%;
  margin-right: 1em;
  color: #4d4d4d;
  font-size: 81%;
}
body#kurotomesode .kurotomesode_content .con06 .ul2{
  background: url(../img/original/pc/kurotomesode/cont16_2.png) center top / 100% auto no-repeat;
  padding-bottom: 3%;
}
body#kurotomesode .kurotomesode_content .con06 .ul2 li.li1{
  float: left;
  padding: 11% 0 0 4%;
  width: 47%;
}
body#kurotomesode .kurotomesode_content .con06 .ul2 li.li2{
  float: left;
  width: 40.8%;
  margin: 22.5% 0 0 3.6%;
}
body#kurotomesode .kurotomesode_content .con06 .ul2 li.li2 a{
  background: url(../img/original/pc/kurotomesode/cont16_2button.png) center top / 100% auto no-repeat;
  display: block;
  height: 0;
  padding-top:12%;
}
body#kurotomesode .kurotomesode_content .con06 .ul3{
  background: url(../img/original/pc/kurotomesode/cont16_3.png) center top / 100% auto no-repeat;
  padding-bottom: 3%;
}
body#kurotomesode .kurotomesode_content .con06 .ul3 li.li1{
  float: left;
  padding: 10.5% 0 0 4%;
  width: 47%;
}
body#kurotomesode .kurotomesode_content .con06 .ul3 li.li2{
  float: left;
  width: 40.8%;
  margin: 24.5% 0 0 3.6%;
}
body#kurotomesode .kurotomesode_content .con06 .ul3 li.li2 a{
  background: url(../img/original/pc/kurotomesode/cont16_3button.png) center top / 100% auto no-repeat;
  display: block;
  height: 0;
  padding-top:12%;
}
body#kurotomesode .kurotomesode_content .con06 a:hover{
  opacity: 0.8;
}
body#kurotomesode .kurotomesode_content .con07{
  background: url(../img/original/pc/kurotomesode/cont17.jpg) center top / 100% auto no-repeat;
  margin-top: 4%;
  padding: 12.5% 1% 0;
}
body#kurotomesode .kurotomesode_content .con07 .item01 .p1{
  background: url(../img/original/pc/kurotomesode/cont17_1.jpg) center top / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont17_y.jpg) center top / 100% auto repeat-y;
}
body#kurotomesode .kurotomesode_content .con07 .item02 .p1{
  background: url(../img/original/pc/kurotomesode/cont17_2.jpg) center top / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont17_y.jpg) center top / 100% auto repeat-y;
}
body#kurotomesode .kurotomesode_content .con07 .item03 .p1{
  background: url(../img/original/pc/kurotomesode/cont17_3.jpg) center top / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont17_y.jpg) center top / 100% auto repeat-y;
}
body#kurotomesode .kurotomesode_content .con07 .item04 .p1{
  background: url(../img/original/pc/kurotomesode/cont17_4.jpg) center top / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont17_y.jpg) center top / 100% auto repeat-y;
}
body#kurotomesode .kurotomesode_content .con07 .slideitem{
  padding: 0 0.4em;
  font-size: 90%;
  line-height: 1.5;
}
body#kurotomesode .kurotomesode_content .con07 .slideitem .p1{
  padding: 27% 3% 3%;
  line-height: 1.5;
  min-height: 10.5em;
  box-sizing: content-box;
}
body#kurotomesode .kurotomesode_content .con07 .slick-next {
  background: url(../img/original/pc/kurotomesode/next.png) center top / 100% auto no-repeat;
  width: 3.5%;
  height: 0;
  padding-top: 5%;
  right: -15px;
  z-index: 9;
}
body#kurotomesode .kurotomesode_content .con07 .slick-prev {
  background: url(../img/original/pc/kurotomesode/prev.png) center top / 100% auto no-repeat;
  width: 3.5%;
  height: 0;
  padding-top: 5%;
  left: -15px;
  z-index: 9;
}
body#kurotomesode .kurotomesode_content .con07 .slick-next:hover,
body#kurotomesode .kurotomesode_content .con07 .slick-prev:hover{
  opacity: 0.8;
}
body#kurotomesode .kurotomesode_content .con08 .tt01{
  background: url(../img/original/pc/kurotomesode/cont18.jpg) center top / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont19.jpg) center bottom / 100% auto no-repeat;
  margin-top: 4%;
}
body#kurotomesode .kurotomesode_content .con08 .tt01 .p1{
  padding: 12.5% 6% 22%;
}
/*着物に似合うヘアスタイル*/
body#hairstyle .hairstyle_content{
  background: url(../img/original/pc/hairstyle/title.jpg) center top / 100% auto no-repeat;
  padding: 9% 0 0;
}
body#hairstyle .hairstyle_content .cont1 .ul1{
  margin: 2% 2% 0;
}
body#hairstyle .hairstyle_content .cont1 .ul1 li{
  height: 42.5vw;
}
body#hairstyle .hairstyle_content .cont1 .ul1 li p{
  padding: 12.8% 63.5% 0 1%;
  text-align: center;
  line-height: 1.4em;
}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li1{background: url(../img/original/pc/hairstyle/bg01.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li2{background: url(../img/original/pc/hairstyle/bg02.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li3{background: url(../img/original/pc/hairstyle/bg03.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li4{background: url(../img/original/pc/hairstyle/bg04.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li5{background: url(../img/original/pc/hairstyle/bg05.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li6{background: url(../img/original/pc/hairstyle/bg06.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li7{background: url(../img/original/pc/hairstyle/bg07.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li8{background: url(../img/original/pc/hairstyle/bg08.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li9{background: url(../img/original/pc/hairstyle/bg09.png) center top / 100% auto no-repeat;}
/*7800円よりご提供する留袖*/
.tome7800_content{
  background: url(../img/original/pc/7800/title.jpg) center top / 100% auto no-repeat;
  padding: 11% 0 0;
}
.tome7800_content .cont1{
  background: url(../img/original/pc/7800/cont1.jpg) center top / 100% auto no-repeat;
  margin-top: 3%;
}
.tome7800_content .cont1 .p1{
  padding: 39.5% 3% 4%;
}
.tome7800_content .cont2{
  background: url(../img/original/pc/7800/cont2.jpg) center top / 100% auto no-repeat;
  margin-top: 3%;
  height: 61vw;
}
.tome7800_content .cont2 .p1{
  padding: 15% 4% 0 28%;
}
.tome7800_content .cont2_2{
  background: url(../img/original/pc/7800/cont2_2.jpg) center top / 100% auto no-repeat;
}
.tome7800_content .cont2_2 .p1{
  line-height: 1.65;
  padding: 6.2% 51% 4% 3.5%;
}
.tome7800_content .cont3{
  background: url(../img/original/pc/kurotomesode/cont16.jpg) center top / 100% auto no-repeat,
   url(../img/original/pc/kurotomesode/cont16_y.jpg) center top / 100% auto repeat-y;
  padding-top: 7%;
}
.tome7800_content .cont3 .bg{
  background: url(../img/original/pc/7800/cont3.png) center top / 100% auto no-repeat,
    url(../img/original/pc/7800/cont3_bottom.png) center bottom / 100% auto no-repeat;
  padding: 22.2% 0 1.1%;
}
.tome7800_content .cont3 .ul1{
  background: url(../img/original/pc/7800/cont3_y.png) center top / 100% auto repeat-y;
  padding-bottom: 0.5%;
}
.tome7800_content .cont3 .ul1 li{
  float: left;
  width: 21.7%;
  margin-left: 2.9%;
  line-height: 1.6;
  font-size: 0.89em;
}
.tome7800_content .cont3 .ul1 li:first-child{
  margin-left: 2.3%;
}
.tome7800_content .cont3 .p1{
  text-align: right;
  font-size: 0.8em;
  color: #4d4d4d;
  margin-right:1em;
}
.tome7800_content .cont3 .ul2{
  padding: 0.2% 1% 0;
}
.tome7800_content .cont3 .ul2 li{
  float: left;
  width: 50%;
}
.tome7800_content .cont3 .ul2 li a{
  display: block;
  height: 0;
  padding-top: 39%;
}
.tome7800_content .cont3 .ul2 li.li1 a{background: url(../img/original/pc/7800/cont3_button1.png) center top / 100% auto no-repeat;}
.tome7800_content .cont3 .ul2 li.li2 a{background: url(../img/original/pc/7800/cont3_button2.png) center top / 100% auto no-repeat;}
.item_7800{
  background: url(../img/original/pc/7800/cat7800.jpg) center top / 100% auto no-repeat;
  padding-top: 13.5%;
  margin: 3% 4% 0;
}
.item_7801_over{
  background: url(../img/original/pc/7800/cat_all.jpg) center top / 100% auto no-repeat;
  padding-top: 8%;
  margin: 3% 4% 0;
}
.tome7800_content2 .button_7800{
  width: 84%;
  margin: 0% auto 7%;
}
.tome7800_content2 .button_7800 a{
  background: url(../img/original/pc/7800/cat7800_button.jpg) center top / 100% auto no-repeat;
  display: block;
  height: 0;
  padding-top: 10%;
}
.tome7800_content2 .button_7800 a:hover{
  opacity: 0.8;
}
.tome7800_content3 .button_7801_over{
  width: 84%;
  margin: 0% auto 5%;
}
.tome7800_content3 .button_7801_over a{
  background: url(../img/original/pc/7800/cat_all_button.jpg) center top / 100% auto no-repeat;
  display: block;
  height: 0;
  padding-top: 10%;
}
.tome7800_content3 .button_7801_over a:hover{
  opacity: 0.8;
}
/*会社概要*/
body#abouts .abouts_content{
  background: url(../img/original/pc/abouts/title.jpg) center top / 100% auto no-repeat;
  padding: 10% 0 0;
}
body#abouts .cont1{
  background: url(../img/original/pc/abouts/cont1.jpg) center top / 100% auto no-repeat;
}
body#abouts .cont1 .p1{
  padding: 10.5% 31% 4% 0.7%;
  line-height: 1.8em;
}
#sysMain .common_title1{
  border-bottom: solid 1px #000;
  font-weight: bold;
  font-size: 2.7vw;
  padding-left: 0.95em;
  position: relative;
  margin-bottom: 2%;
  margin-top: 5%;
}
#sysMain .common_title1.mt0{
  margin-top: 0;
}
.common_title1::before{
  content: '';
  display: block;
  width: 0.4em;
  background-color: #b58d29;
  height:80%;
  position: absolute;
  left: 0.1em;
  top:10%;
}
body#abouts .cont2{
  width: 98%;
  margin: 0 auto;
}
body#abouts .cont2_2{
  background: url(../img/original/pc/abouts/cont2.jpg) center top / 100% auto no-repeat;
  padding: 4.5% 1.5% 0;
  margin-top: 3%;
}
body#abouts .cont2_2 ul li{
  float: left;
  width: 33.3%;
}
body#abouts .cont2_2 ul li a{
  display: block;
  text-align: center;
  text-decoration: underline;
  font-size: 0.9em;
  padding: 5.8% 0;
}
body#abouts .cont2_2 ul li.li1 a{
  background: url(../img/original/pc/abouts/cont2_button1.jpg) center top / 100% auto no-repeat;
  color: #006837;
}
body#abouts .cont2_2 ul li.li2 a{
  background: url(../img/original/pc/abouts/cont2_button2.jpg) center top / 100% auto no-repeat;
  color: #276ebf;
}
body#abouts .cont2_2 ul li.li3 a{
  background: url(../img/original/pc/abouts/cont2_button3.jpg) center top / 100% auto no-repeat;
  color: #635873;
}
body#abouts .cont2_2 ul li a:hover{
  text-decoration: none;
}
body#abouts .cont3{
  background: url(../img/original/pc/abouts/cont3.jpg) center bottom / 100% auto no-repeat;
  padding-bottom: 23%;
}
body#abouts .cont3 table.table1{
  width: 98%;
  margin: 0 auto;
}
body#abouts .cont3 table.table1 th{
  width: 11em;
}
/*よくあるご質問*/
body#faq .faq_content{
  background: url(../img/original/pc/qa/title.jpg) center top / 100% auto no-repeat;
  padding-top: 10.2%;
}
body#faq .cont1{
  background: url(../img/original/pc/qa/cont1.jpg) left top 1.1% / 37.8% auto no-repeat;
  padding-left: 38%;
  padding-right: 2%;
  line-height: 1.84em;
}
body#faq .cont1 .p2{
  margin-top: 3%;
}
body#faq .cont1 .p2 a{
  background: url(../img/original/pc/qa/cont1_button.jpg) center top / 100% auto no-repeat;
  display: block;
  height: 0;
  padding-top: 9%;
}
body#faq .cont2{
  background: url(../img/original/pc/qa/cont2.jpg) center top / 100% auto no-repeat;
  padding-top:6.8%;
  margin-top: 3%;
}
.faq_list{
  padding-left: 2%;
  padding-right: 2%;
}
.faq_list dt{
  background: url(../img/original/pc/qa/q.jpg) left top 0.7em / 5% auto no-repeat;
  color: #7d611c;
  font-weight: bold;
  padding: 1.2% 2% 1.2% 6%;
  border-top: solid 1px #c5b097;
}
.faq_list dt:first-child{
  border-top: none;
}
.faq_list dt.qa1{background-image: url(../img/original/pc/qa/q1.jpg);}
.faq_list dt.qa2{background-image: url(../img/original/pc/qa/q2.jpg);}
.faq_list dt.qa3{background-image: url(../img/original/pc/qa/q3.jpg);}
.faq_list dt.qa4{background-image: url(../img/original/pc/qa/q4.jpg);}
.faq_list dt.qa5{background-image: url(../img/original/pc/qa/q5.jpg);}
.faq_list dd{
  background: url(../img/original/pc/qa/a.jpg) left top 0.2em / 5% auto no-repeat;
  padding: 0 2% 3% 6%;
}
.faq_list dd:last-child{
  border-bottom: solid 1px #c5b097;
}
.faq_list dd p+p {
  margin-top: 3%;
}
.faq_list_wrap .faq_list dd{
  background-image: url(../img/original/pc/qa/a2.jpg);
}
.faq_list dd a{
  color: #2376dc;
  text-decoration: underline;
}
.faq_list dd a:hover{
  text-decoration: none;
}
.faq_list dt.accordion + dd{
  display: none;
}
body#faq .faq_menu{
  background: url(../img/original/pc/qa/cont2.jpg) center top / 100% auto no-repeat;
  padding: 7% 1.25% 0;
  margin-top: 3%;
}
body#faq .faq_menu li{
  float: left;
  width: 33.3%;
}
body#faq .faq_menu a{
  background: url(../img/original/pc/qa/cont3_button.jpg) center top / 100% auto no-repeat;
  display: block;
  padding:4.6% 12% 4.4% 7%;
  color: #fff;
  font-weight: bold;
}
.faq_list_wrap > dt{
  border-bottom: solid 3px #b58d29;
  font-size: 1.18em;
  color: #db9442;
  font-weight: bold;
  padding: 0 2%;
  margin-top: 2.5%;
  line-height: 1.5;
}
.faq_list_wrap .faq_list dt{
  padding-top: 2.2%;
  background-position:left top 1.1em;
}
body#faq .totop{
  text-align: right;
  margin:1% 1em 4% 0;
}
body#faq .totop a{
  background: url(../img/original/pc/qa/icon.jpg) left top / 1em auto no-repeat;
  color: #db9442;
  border-bottom: solid 1px #db9442;
  padding-left: 1.2em;
  line-height: 1em;
  display: inline-block;
}
body#faq .totop a:hover{
  border-bottom: none;
}
.faq_list_wrap dd table{
  width: 100%;
  table-layout: fixed;
  text-align: center;
  font-size: 0.9em;
  margin-top: 1%;
}
.faq_list_wrap dd table th{
  background: #f0f0f0;
  padding: 0.2em 0.5em;
  border: 1px solid #ccc;
  text-align: left;
  font-weight: normal;
}
.faq_list_wrap dd table th.c{
  text-align: center;
}
.faq_list_wrap dd table td{
  padding: 0.2em 0.5em;
  border: 1px solid #ccc;
}
/*特定商取引法に関する表示*/
body#order .second_content {
  font-size: 1.8vw;
}
body#order .order_content{
  background: url(../img/original/pc/order/title.jpg) center top / 100% auto no-repeat;
  padding-top: 7%;
}
/*table*/
table.table1.small{
  font-size: 0.9em;
}
/*個人情報保護方針*/
body#privacy .second_content {
  font-size: 1.8vw;
}
body#privacy .privacy_content{
  background: url(../img/original/pc/privacy/title.jpg) center top / 100% auto no-repeat;
  padding-top: 7%;
}
body#privacy .cont1 dl {
  padding: 0 1%;
}
body#privacy .cont1 dl dt{
  margin: 1.8% 0 0.7%;
}
body#privacy .cont1 dl dd{
  margin: 0.7% 0 3%;
}
body#privacy .cont1 >dl+dl {
  padding-top: 2%;
}
/*私の留袖レンタル物語-一覧*/
body#monogatari .monogatari_content{
  background: url(../img/original/pc/monogatari/title.jpg) center top / 100% auto no-repeat;
  padding-top: 8%;
}
body#monogatari .cont1{
  background: url(../img/original/pc/monogatari/cont1.jpg) center top / 100% auto no-repeat;
}
body#monogatari .cont1 .p1{
  padding: 8% 43% 3% 4.5%;
}
body#monogatari .cont1 .p2{
  padding: 0 45% 3% 4.5%;
}
body#monogatari .cont1 .p3{
  padding: 0 60.5% 3% 4.5%;
}
body#monogatari .cont1 .p4{
  padding: 0 60.5% 3% 4.5%;
}
.monogatari_list{
  background: url(../img/original/pc/monogatari/mokuji_title.png) center top 2% / 100% auto no-repeat,
    url(../img/original/pc/monogatari/mokuji_bg.jpg) center top / 100% auto repeat-y;
    padding: 6% 1% 2%;
  width: 91%;
  margin: 3% auto 0;
}
.monogatari_list ul{
  border: solid 1px #c5b097;
  background-color: #fff;
  height: 62vw;
  overflow-y: scroll;
  padding: 1%;
}
.monogatari_list ul li{
  background: url(../img/original/pc/monogatari/mokuji_icon.jpg) left 2% top 0.8em / 3% auto no-repeat;
  padding:1.4% 1% 1.4% 6%;
  border-bottom: dashed 1px #b1b1b1;
}
.monogatari_list ul li a{
  color: #665443;
  font-weight: bold;
}
.monogatari_list ul li a.active{
  color: #ef5a24;
}
.monogatari_list ul li a:hover{
  color: #ef5a24;
  text-decoration: underline;
}
/*私の留袖レンタル物語-詳細*/
.monogatari_detail01,.monogatari_detail02,.monogatari_detail03,.monogatari_detail04,.monogatari_detail05,.monogatari_detail06,.monogatari_detail07,.monogatari_detail08,.monogatari_detail09,.monogatari_detail10,
.monogatari_detail11,.monogatari_detail12,.monogatari_detail13,.monogatari_detail14,.monogatari_detail15,.monogatari_detail16,.monogatari_detail17,.monogatari_detail18,.monogatari_detail19,.monogatari_detail20,
.monogatari_detail21,.monogatari_detail22,.monogatari_detail23,.monogatari_detail24,.monogatari_detail25,.monogatari_detail26,.monogatari_detail27,.monogatari_detail28,.monogatari_detail29,.monogatari_detail30,
.monogatari_detail31,.monogatari_detail32,.monogatari_detail33,.monogatari_detail34,.monogatari_detail35,.monogatari_detail36,.monogatari_detail37,.monogatari_detail38,.monogatari_detail39,.monogatari_detail40,
.monogatari_detail41,.monogatari_detail42,.monogatari_detail43,.monogatari_detail44,.monogatari_detail45,.monogatari_detail46,.monogatari_detail47{
  background: url(../img/original/pc/monogatari/title.jpg) center top / 100% auto no-repeat;
  padding-top: 9.5%;
}
.monogatari_detail .monogatari_title .p0{
  background: url(../img/original/pc/monogatari_detail/title_bg.jpg) center top / 100% auto repeat-y;
  font-weight: bold;
  padding: 0.5% 1.5%;
  color: #534741;
  font-size: 1.36em;
}
.monogatari_detail .monogatari_title .p0 span{
  color: #ef5a24;
}
.monogatari_detail .monogatari_title .p1{
  text-align: right;
  font-size: 0.9em;
  margin-top: 0.8%;
}
.monogatari_detail .content{
  padding: 1% 1.2% 0;
}
.monogatari_detail .content p{
  margin: 1% 1% 5%;
}
.monogatari_detail .content img.alignright{
  float: right;
  margin: 0 0 0.3em 1em;
}
.monogatari_detail .content h3{
  color: #b58d29;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: solid 1px #534741;
  margin-bottom: 1%;
}
.monogatari_detail .content *+h3{
  margin-top: 5%;
}
.monogatari_detail .content h3::before {
  content: "■";
}
.monogatari_detail .honbun{
  margin: 0 1%;
}
.page_navi{
  margin: 4% 0 10%;
}
.page_navi li{
  width: 8em;
  margin: 0 0.5em;
}
.page_navi li a{
  line-height: 2.7em;
}
.monogatari_detail table th{
  width: 10.5em;
}
/*お母さま240人アンケート*/
.mother240_content{
  background: url(../img/original/pc/240/title.jpg) center top / 100% auto no-repeat;
  padding-top: 10%;
}
.mother240_content .cont2{
  background: url(../img/original/pc/240/cont1.jpg) center top / 100% auto no-repeat;
  margin-top: 3%;
}
.mother240_content .cont2 .p1{
  padding: 6.7% 2.5% 1.5%;
}
.mother240_content .cont2 .ul1{
  background: url(../img/original/pc/240/cont1_2.png) center top / 100% auto no-repeat;
  color: #534741;
  padding:1.7% 0 2.5% 7.4%;
}
.mother240_content .cont2 .ul1 li{
  margin-bottom: 1.6%;
  font-size: 0.97em;
  line-height: 1.48em;
  font-weight: bold;
}
.mother240_content .cont2 .ul1 li .s1{
  font-size: 0.8em;
  font-weight: normal;
}
.mother240_content .cont2 .ul1 li.li5{
  padding-left:0.6em;
  text-indent:-0.6em;
}
.mother240_content .cont2 .p2{
  padding:0 2.5% 3%;
}
.mother240_content .cont2 .p3{
  padding:0 2.5% 4%;
}
/*よくわかる留袖の教科書*/
.textbook_menu_ue{
  background: url(../img/original/pc/textbook/title.jpg) center top / 100% auto no-repeat;
  padding-top: 8.5%;
}
.textbook_menu {
  background: url(../img/original/pc/textbook/menu_footer.png) center bottom / 48% auto no-repeat;
  padding-bottom: 3.5%;
  margin-top: 2%;
}
.textbook_menu_sita .textbook_menu {
  background: url(../img/original/pc/textbook/menu_header.png) center top / 100% auto no-repeat,
  url(../img/original/pc/textbook/menu_footer.png) center bottom / 48% auto no-repeat;
  padding-bottom: 3.5%;
  margin-top: 7%;
  padding-top:4.5%;
}
.textbook_menu li{
  float: left;
  width: 32.6%;
  margin-left: 1%;
  margin-bottom: 0.8%;
}
.textbook_menu li:nth-child(3n+1){
  margin-left: 0;
  clear: both;
}
.textbook_menu li a{
  display: block;
  text-indent: -9999px;
  height: 0;
  padding-top: 20.2%;
}
.textbook_menu li.item01 a{background: url(../img/original/pc/textbook/menu01.png) center top / 100% auto no-repeat;}
.textbook_menu li.item02 a{background: url(../img/original/pc/textbook/menu02.png) center top / 100% auto no-repeat;}
.textbook_menu li.item03 a{background: url(../img/original/pc/textbook/menu03.png) center top / 100% auto no-repeat;}
.textbook_menu li.item04 a{background: url(../img/original/pc/textbook/menu04.png) center top / 100% auto no-repeat;}
.textbook_menu li.item05 a{background: url(../img/original/pc/textbook/menu05.png) center top / 100% auto no-repeat;}
.textbook_menu li.item06 a{background: url(../img/original/pc/textbook/menu06.png) center top / 100% auto no-repeat;}
.textbook_menu li.item01 a.active{background: url(../img/original/pc/textbook/menu01on.png) center top / 100% auto no-repeat;}
.textbook_menu li.item02 a.active{background: url(../img/original/pc/textbook/menu02on.png) center top / 100% auto no-repeat;}
.textbook_menu li.item03 a.active{background: url(../img/original/pc/textbook/menu03on.png) center top / 100% auto no-repeat;}
.textbook_menu li.item04 a.active{background: url(../img/original/pc/textbook/menu04on.png) center top / 100% auto no-repeat;}
.textbook_menu li.item05 a.active{background: url(../img/original/pc/textbook/menu05on.png) center top / 100% auto no-repeat;}
.textbook_menu li.item06 a.active{background: url(../img/original/pc/textbook/menu06on.png) center top / 100% auto no-repeat;}
.textbook_content > dl > dt{
  background: url(../img/original/pc/textbook/bg01.png) center top / 100% auto repeat-y;
  padding: 1% 2% 0.5%;
  margin-top: 4%;
  color: #534741;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.5em;
}
.textbook_content > dl > dd > dl > dt{
  margin-top: 2.5%;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: solid 1px #534741;
}
.textbook_content > dl > dd > dl > dd > dl > dt{
  margin-top: 0.8%;
  font-weight: bold;
  margin-left: 0.2em;
}
.textbook_content > dl > dd > dl > dd > dl > dd{
  padding-left: 1.5%;
  margin-left: 1%;
  border-left-style: solid;
  border-left-width: 2px;
  margin-bottom: 4%;
}
.textbook_content > dl > dd > dl > dd > dl > dd p{
  margin-bottom: 4%;
}
.textbook_content > dl > dd > dl > dd > dl > dd p:last-child{
  margin-bottom: 0;
}
.textbook_content > dl > dd > dl > dd > dl > dd .alignRight{
  float: right;
  margin: 0 0 1% 2%;
  width: 18%;
}
.textbook_content > dl > dd > dl > dd > dl > dd .alignRight.img04{width: 26%;}
.textbook_content > dl > dd > dl > dd > dl > dd .alignRight.img06{width: 21%;}
.textbook_content > dl > dd > dl > dd > dl > dd .alignRight.img07{width: 23%;}
.textbook_content > dl > dd > dl > dd > dl > dd .alignRight.img08{width: 24%;}
.textbook_content > dl > dd > dl > dd > dl > dd .alignRight.img09{width: 26%;}
.textbook_content > dl > dd > dl > dd > dl > dd .alignRight.img11{width: 26%;}
/*留袖コラム-一覧*/
body#column .column_content{
  background: url(../img/original/pc/column/title.jpg) center top / 100% auto no-repeat;
  padding: 11% 3% 0;
}
body#column .column_content .cont1{
  background: url(../img/original/pc/column/cont1.jpg) center top / 100% auto no-repeat;
  padding: 12% 0 0;
}
.column_menu{
  background: url(../img/original/pc/column/bg.jpg) center top / 100% auto no-repeat,
    url(../img/original/pc/column/bg_bottom.jpg) center bottom / 100% auto no-repeat,
    url(../img/original/pc/column/bg_y.jpg) center top / 100% auto repeat-y;
  padding: 4% 3% 1% 3.5%;
  width: 77%;
  margin: 0 auto;
}
.column_menu li{
  border-left: solid 0.45em #8a6d24;
  padding-left: 2%;
  line-height: 1.5em;
  margin-bottom: 5%;
}
.column_menu li a{
  color: #42210b;
}
.column_menu li a:hover{
  color: #db9442;
  text-decoration: underline;
}
.column_menu li a.active{
  color: #db9442;
}
/*留袖コラム-詳細*/
.column01_content,.column02_content,.column03_content,.column04_content,.column05_content,.column06_content,.column07_content,.column08_content,.column09_content,.column10_content,.column11_content{
  background: url(../img/original/pc/column_detail/title.jpg) center top / 100% auto no-repeat;
  padding-top: 9%;
}
.column_detail_wrap .column_detail{
  padding: 12% 2% 0;
}
.column01_content .column_detail{background: url(../img/original/pc/column_detail/img04.png) center top / 100% auto no-repeat;}
.column02_content .column_detail{background: url(../img/original/pc/column_detail/img10.png) center top / 100% auto no-repeat;padding-top: 7.5%;}
.column03_content .column_detail{background: url(../img/original/pc/column_detail/img16.png) center top / 100% auto no-repeat;}
.column04_content .column_detail{background: url(../img/original/pc/column_detail/img22.png) center top / 100% auto no-repeat;}
.column05_content .column_detail{background: url(../img/original/pc/column_detail/img28.png) center top / 100% auto no-repeat;padding-top: 7.5%;}
.column06_content .column_detail{background: url(../img/original/pc/column_detail/img34.png) center top / 100% auto no-repeat;}
.column07_content .column_detail{background: url(../img/original/pc/column_detail/img41.png) center top / 100% auto no-repeat;}
.column08_content .column_detail{background: url(../img/original/pc/column_detail/img48.png) center top / 100% auto no-repeat;}
.column09_content .column_detail{background: url(../img/original/pc/column_detail/img54.png) center top / 100% auto no-repeat;padding-top: 7.5%;}
.column10_content .column_detail{background: url(../img/original/pc/column_detail/img60.png) center top / 100% auto no-repeat;}
.column_detail_wrap .column_detail dd{
  padding: 1.5% 2% 0;
  margin-bottom: 4%;
}
.column_detail_wrap .column_detail dd img{
  float: right;
  margin: 1% 0 1% 2%;
}
.column_detail_wrap .column_detail dd img.alignLeft{
  float: left;
  margin: 1% 2% 1% 0;
}
.column_detail_wrap .column_detail dd img.img06{width:20%;}
.column_detail_wrap .column_detail dd img.img09{width:35%;}
.column_detail_wrap .column_detail dd img.img12{width:36%;}
.column_detail_wrap .column_detail dd img.img15{width:20%;}
.column_detail_wrap .column_detail dd img.img19{width:20%;}
.column_detail_wrap .column_detail dd img.img21{width:20%;}
.column_detail_wrap .column_detail dd img.img24{width:20%;}
.column_detail_wrap .column_detail dd img.img26{width:26%;}
.column_detail_wrap .column_detail dd img.img30{width:18%;}
.column_detail_wrap .column_detail dd img.img32{width:36%;}
.column_detail_wrap .column_detail dd img.img36{width:22%;}
.column_detail_wrap .column_detail dd img.img38{width:29%;}
.column_detail_wrap .column_detail dd img.img40{width:30%;}
.column_detail_wrap .column_detail dd img.img43{width:18%;}
.column_detail_wrap .column_detail dd img.img45{width:30%;}
.column_detail_wrap .column_detail dd img.img47{width:26%;}
.column_detail_wrap .column_detail dd img.img50{width:18%;}
.column_detail_wrap .column_detail dd img.img52{width:20%;}
.column_detail_wrap .column_detail dd img.img56{width:18%;}
.column_detail_wrap .column_detail dd img.img58{width:30%;}
.column_detail_wrap .column_detail dd img.img62{width:30%;}
.column_detail_wrap .column_detail dd img.img64{width:38%;}
.column_detail_wrap .column_detail dd p{
  margin-bottom: 4%;
}
.column_detail_wrap .column_detail dd p:last-child{
  margin-bottom: 0;
}
.column_detail_wrap .column_detail dd::after{
  content: "";
  clear: both;
  display: block;
}
.column_detail_menu{
  margin: 6% 5%;
}
.column_detail_menu li{
  width: 48.5%;
  float: left;
}
.column_detail_menu li:nth-child(2){
  margin-left: 3%;
}
.column_detail_menu li a{
  line-height: 3em;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: bold;
  background-color: #736357;
}
.column_detail_menu li a:hover{
  text-decoration: underline;
}
/*留袖コラム-詳細11*/
.column11_content .blog_header {
    background: url(../img/original/pc/column_detail/line1.png) center top / 100% auto no-repeat,
      url(../img/original/pc/column_detail/line2.png) center bottom / 100% auto no-repeat;
    padding: 2% 2%;
    margin-bottom: 3%;
    margin-top: 2%;
}
.column11_content .blog_header .date {
    color: #666666;
    font-size: 0.95em;
}
.column11_content .blog_header .title {
    font-size: 1.35em;
    line-height: 1.5;
    font-weight: bold;
    color: #534741;
}
.column11_content .mce-content-body{
  padding:0 3%;
}
.column11_content .mce-content-body p{
  margin-bottom: 4%;
}
.column11_content .mce-content-body p.title1{
  font-weight: bold;
  margin: 2% 0 1%;
}
/*お買い物ガイド*/
body#shopguide .shopguide_content{
  background: url(../img/original/pc/shopguide/title.jpg) center top / 100% auto no-repeat;
  padding-top: 11%;
}
body#shopguide .shopguide_menu{
  background: url(../img/original/pc/shopguide/menu.jpg) center top / 100% auto no-repeat;
  padding: 4% 0.7% 3%;
}
body#shopguide .shopguide_menu li{
  float: left;
  width: 20%;
}
body#shopguide .shopguide_menu li a{
  display: block;
  text-indent: -9999px;
  height: 0;
  padding-top:36%;
}
body#shopguide .shopguide_menu li.li1 a{background:url(../img/original/pc/shopguide/menu1.jpg) center top / 100% auto no-repeat;}
body#shopguide .shopguide_menu li.li2 a{background:url(../img/original/pc/shopguide/menu2.jpg) center top / 100% auto no-repeat;}
body#shopguide .shopguide_menu li.li3 a{background:url(../img/original/pc/shopguide/menu3.jpg) center top / 100% auto no-repeat;}
body#shopguide .shopguide_menu li.li4 a{background:url(../img/original/pc/shopguide/menu4.jpg) center top / 100% auto no-repeat;}
body#shopguide .shopguide_menu li.li5 a{background:url(../img/original/pc/shopguide/menu5.jpg) center top / 100% auto no-repeat;}

body#shopguide .shopguide_cont{
  background: url(../img/original/pc/shopguide/bg.jpg) center bottom / 100% auto no-repeat;
  padding-bottom: 10%;
}
body#shopguide .shopguide_cont > dt{
  display: block;
  text-indent: -9999px;
  padding-top: 6.2%;
  height: 0;
  margin-bottom: 1.3%;
}
body#shopguide .shopguide_cont > dt#menu1{background:url(../img/original/pc/shopguide/title1.jpg) center top / 100% auto no-repeat;}
body#shopguide .shopguide_cont > dt#menu2{background:url(../img/original/pc/shopguide/title2.jpg) center top / 100% auto no-repeat;}
body#shopguide .shopguide_cont > dt#menu3{background:url(../img/original/pc/shopguide/title3.jpg) center top / 100% auto no-repeat;}
body#shopguide .shopguide_cont > dt#menu4{background:url(../img/original/pc/shopguide/title4.jpg) center top / 100% auto no-repeat;}
body#shopguide .shopguide_cont > dt#menu5{background:url(../img/original/pc/shopguide/title5.jpg) center top / 100% auto no-repeat;}
body#shopguide .shopguide_cont > dd{
  padding: 0 1.5%;
  margin-bottom: 5%;
}
body#shopguide .shopguide_cont > dd p{
  margin: 0 0.5em 4%;
}
body#shopguide .shopguide_cont > dd a{
  color: #3b5998;
  text-decoration: underline;
}
body#shopguide .shopguide_cont > dd a:hover{
  text-decoration: none;
}
body#shopguide .shopguide_cont > dd ul{
  margin-left:0.5em;
  margin-right:0.5em;
}
body#shopguide .shopguide_cont > dd p.mb0{
  margin-bottom: 0;
}
body#shopguide .shopguide_cont > dd .common_title3{
  background: url(../img/original/pc/shopguide/icon.jpg) left top 0.1em / 1.25em auto no-repeat;
  padding-left: 1.2em;
  border-bottom: solid 1px #42210b;
  margin-bottom: 1%;
  font-weight: bold;
  margin-top: 4%;
}
body#shopguide .shopguide_cont > dd .common_title3:first-child{
  margin-top: 2%;
}
body#shopguide .shopguide_cont > dd .common_title3 p{
  margin-bottom: 0;
  font-size: 1.18em;
  line-height: 1.5;
  color: #b58d29;
}
body#shopguide .shopguide_cont > dd .common_title3 p.left{
  float: left;
}
body#shopguide .shopguide_cont > dd .common_title3 p.right{
  float: right;
}
body#shopguide .shopguide_cont > dd .common_title3 p.red{
  color: #bf272d;
}
body#shopguide .shopguide_cont > dd .gray_box{
  background-color: #f5f5f5;
  margin: 0.5% 2% 1.5% 3%;
  padding: 1% 2%;
}
body#shopguide .shopguide_cont > dd .gray_box.wide{
  margin: 0.5% 0 1.5% 0;
}
body#shopguide .shopguide_cont > dd .gray_box.pl_small{
  padding-left: 1%;
}
body#shopguide .shopguide_cont > dd .indent2 li{
  padding-left:3em;
  text-indent:-3em;
}
body#shopguide .shopguide_cont > dd table{
  width: 74%;
  margin: 3% auto 0;
  text-align: center;
}
body#shopguide .shopguide_cont > dd table th{
  background-color: #f0f0f0;
  border: solid 1px #cacaca;
  font-weight: normal;
  padding: 0.2em 0;
}
body#shopguide .shopguide_cont > dd table td{
  border: solid 1px #cacaca;
  font-weight: normal;
  padding: 0.2em 0;
}
body#shopguide .shopguide_cont > dd .hosoku{
  color: #808080;
  font-size: 0.9em;
  width: 74%;
  margin: 1% auto 0;
}
body#shopguide .shopguide_cont > dd img{
  margin: 1.5% 0 2%;
}
body#shopguide .shopguide_cont > dd .ul1 {
  margin-bottom: 1%;
}
body#shopguide .shopguide_cont > dd .ul1 li{
  padding-left: 1.2em;
  position: relative;
}
body#shopguide .shopguide_cont > dd .ul1 li::before{
  content: '※';
  position: absolute;
  left: 0;
}
body#shopguide .shopguide_cont > dd .ul1 li.red::before{
  color: #bf272d;
}
body#shopguide .shopguide_cont > dd .common_title4{
  background: url(../img/original/pc/shopguide/icon2.jpg) left 0.1em top 0.3em / 1.1em auto no-repeat;
  padding-left: 1.4em;
  border-bottom: solid 1px #000;
  font-weight: bold;
  color: #3f591b;
  margin: 3% 0 1%;
}
body#shopguide .shopguide_cont > dd .dl1{
  padding: 1% 2%;
}
body#shopguide .shopguide_cont > dd .dl1 dt{
  font-weight: bold;
  margin-top: 3%;
}
body#shopguide .shopguide_cont > dd .dl1 dt:first-child{
  margin-top: 0;
}

/*初めての方へ（ご注文の流れ）*/
body#flow .flow_content{
  background: url(../img/original/pc/flow/title.jpg) center top / 100% auto no-repeat;
  padding-top: 7.4%;
}
body#flow .secont_content_wrap{
  max-width: none;
  margin: 0 auto;
  padding: 0;
}
body#flow .flow_cont_wrap{
  max-width: 960px;
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: content-box;
}
body#flow .cont1{
  background: url(../img/original/pc/flow/cont1.jpg) right top / 95% auto no-repeat;
}
body#flow .cont1 .p1{
  padding: 2.5% 9% 5% 5%;
}
body#flow .flow_cont{
  background: url(../img/original/pc/flow/cont2.jpg) center top / 100% auto no-repeat;
  padding: 9.2% 2% 0;
}
body#flow .flow_cont .flow_menu{
  background: url(../img/original/pc/flow/menu.jpg) center top / 100% auto no-repeat;
  padding-top: 5.6%;
}
body#flow .flow_cont .flow_menu ul{
  background: url(../img/original/pc/flow/menu_bg.jpg) center center / 100% auto no-repeat;
  margin-bottom: 4%;
}
body#flow .flow_cont .flow_menu ul li{
  float: left;
  width: 16.5%;
  margin-left: 4.37%;
}
body#flow .flow_cont .flow_menu ul li:first-child{
  margin-left: 0;
}
body#flow .flow_cont .flow_menu ul li a{
  display: block;
  text-indent: -9999px;
  display: block;
  height: 0;
  padding-top: 143%;
}
body#flow .flow_cont .flow_menu ul li.li1 a{background: url(../img/original/pc/flow/menu1.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .flow_menu ul li.li2 a{background: url(../img/original/pc/flow/menu2.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .flow_menu ul li.li3 a{background: url(../img/original/pc/flow/menu3.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .flow_menu ul li.li4 a{background: url(../img/original/pc/flow/menu4.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .flow_menu ul li.li5 a{background: url(../img/original/pc/flow/menu5.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .flow_menu ul li a:hover{
  opacity: 0.8;
}

body#flow .flow_cont .oya > dt{
  margin-top: 4%;
  text-indent: -9999px;
  height: 0;
  padding-top: 6.5%;
  margin-bottom: 1.6%;
}
body#flow .flow_cont .oya > dt.step1{background: url(../img/original/pc/flow/step1.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dt.step2{background: url(../img/original/pc/flow/step2.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dt.step3{background: url(../img/original/pc/flow/step3.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dt.step4{background: url(../img/original/pc/flow/step4.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dt.step5{background: url(../img/original/pc/flow/step5.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dd{
  padding: 0 2%;
  margin-bottom: 6%;
}
body#flow .flow_cont .child > dt{
  margin-top: 1.6%;
  text-indent: -9999px;
  height: 0;
  padding-top: 5.8%;
  margin-bottom: 1%;
}
body#flow .flow_cont .oya > dt.step1 + dd .child > dt.dt1{background: url(../img/original/pc/flow/step1_title1.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dt.step1 + dd .child > dt.dt2{background: url(../img/original/pc/flow/step1_title2.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dt.step3 + dd .child > dt.dt1{background: url(../img/original/pc/flow/step3_title1.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dt.step3 + dd .child > dt.dt2{background: url(../img/original/pc/flow/step3_title2.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya .child > dd{
  padding: 0 1.2%;
  margin-bottom: 4%;
}
body#flow .flow_cont .oya .child .mago > dt{
  font-size: 1.18em;
  font-weight: bold;
  color: #b58d29;
  padding: 0 0.2em;
  margin: 2% 0 1%;
  line-height: 1.5em;
  border-bottom: solid 1px #000;
}
body#flow .flow_cont .oya .child .mago > dd{
  padding: 0 1%;
  margin-bottom: 4%;
}
body#flow .flow_cont .oya dd p.mb2{
  margin-bottom: 2%;
}
body#flow .flow_cont .oya dd p.mb4{
  margin-bottom: 4%;
}
body#flow .flow_cont .oya .child .mago > dd .img_right{
  float: right;
  margin: 1% 0 1% 3%;
}
body#flow .flow_cont .oya .child .mago > dd .img_right.size1{
  width: 33%;
}
body#flow .flow_cont .oya .child .mago > dd .img_right.size2{
  width: 37%;
}
body#flow .flow_cont .oya .child .mago > dd .step1_2{
  background: url(../img/original/pc/flow/step1_2.jpg) center top / 100% auto no-repeat;
  margin: 2% 1% 0 2%;
}
body#flow .flow_cont .oya .child .mago > dd .step1_2 p{
  padding: 7% 2% 4%;
}
body#flow .flow_cont .oya .child .mago > dd .step1_3{
  background: url(../img/original/pc/flow/step1_3.jpg) center top / 100% auto no-repeat;
  margin: 0 1% 0 2%;
}
body#flow .flow_cont .oya .child .mago > dd .step1_3 p{
  padding: 8% 2% 1.5%;
}
body#flow .flow_cont .oya .child .mago > dd.step1_4 .p1{
  background: url(../img/original/pc/flow/step1_4.jpg) left bottom / 56% auto no-repeat;
  padding-bottom: 17%;
}
body#flow .flow_cont .oya .child .mago > dd .step1_5{
  background: url(../img/original/pc/flow/step1_5.jpg) center top / 100% auto no-repeat;
  margin: 2% 1% 0 1%;
}
body#flow .flow_cont .oya .child .mago > dd .step1_5 p{
  padding: 7% 3% 4%;
}
body#flow .flow_cont .oya .child .mago > dd .step1_6{
  background: url(../img/original/pc/flow/step1_6.jpg) center top / 100% auto no-repeat;
  margin: 0 1% 0 1%;
}
body#flow .flow_cont .oya .child .mago > dd .step1_6 p{
  padding: 6.5% 3% 2%;
}
body#flow .flow_cont .oya dd .step3_2{
  background: #fcfaef url(../img/original/pc/flow/step3_2.jpg) center top / 96% auto no-repeat;
  margin: 0 2% 0 2%;
}
body#flow .flow_cont .oya dd .step3_2 p{
  padding: 7% 3% 2%;
}
body#flow .flow_cont .oya dd .step4_p2_title{
  font-weight: bold;
  font-size: 1.18em;
  color: #635873;
  border-bottom: solid 1px #000;
  padding: 0 0.2em;
  line-height: 1.45;
  margin-top: 3%;
  margin-bottom: 1.5%;
}
body#flow .flow_cont .oya dd .step4_p2_title + .p2,
body#flow .flow_cont .oya dd .step4_p2_title + .p2 + .p3{
  margin-right: 0.5%;
  margin-left: 0.5%;
}
body#flow .flow_cont .oya dd .step5_2{
  background: url(../img/original/pc/flow/step5_2.jpg) center top / 100% auto no-repeat;
  margin: 4% 2% 0;
}
body#flow .flow_cont .oya dd .step5_2 p{
  padding: 8% 26% 2% 2%;
}
body#flow .flow_cont .oya dd .step5_2_hosoku{
  font-size: 0.85em;
  text-align: right;
  margin-bottom: 3%;
}
body#flow .flow_cont .oya dd .step5_2_box{
  margin: 0 2% ;
}
body#flow .flow_cont .oya dd .step5_2_box img{
  margin-bottom: 2%;
}
body#flow .flow_cont .oya dd .indent1 li{
  padding-left:1em;
  text-indent:-1em;
}
body#flow .flow_cont .oya dd a{
  color: #3b5998;
  text-decoration: underline;
}
body#flow .flow_cont .oya dd a.mail_link{
  color: #0071ba;
}
body#flow .flow_cont .oya dd a:hover{
  text-decoration: none;
}
body#flow .flow_cont .oya dd a.mail_link:hover{
  text-decoration: underline;
}
body#flow .flow_cont .size_wrap {
  margin-top: 3%;
  margin-bottom: 1%;
}
body#flow .flow_cont .size_wrap li{
  float: left;
  width: 32%;
  margin-left: 2%;
}
body#flow .flow_cont .size_wrap li:first-child{
  margin-left: 0;
}
body#flow .flow_cont .size_wrap .title{
  font-weight: bold;
  font-size: 0.81em;
  text-align: center;
  margin-bottom: 2%;
}
body#flow .flow_cont .size_wrap .li1 .title{background-color: #ced8db;}
body#flow .flow_cont .size_wrap .li2 .title{background-color: #d3cedb;}
body#flow .flow_cont .size_wrap .li3 .title{background-color: #d4dbce;}
body#flow .flow_cont .size_wrap table{
  width: 96%;
  margin: 0 auto;
}
body#flow .flow_cont .size_wrap table th{
  width: 3.5em;
  text-align: center;
  font-size: 0.88em;
}
body#flow .flow_cont .size_wrap table td{
  padding-left: 0.4em;
  font-size: 0.86em;
}
body#flow .flow_cont .size_wrap .li1 table th{background: #e9f3f5;}
body#flow .flow_cont .size_wrap .li2 table th{background: #ede9f5;}
body#flow .flow_cont .size_wrap .li3 table th{background: #edf5e9;}
body#flow .flow_cont .size_wrap .p1 {
  width: 96%;
  margin: 2% auto 0;
  background-color: #faf9f3;
  padding: 3% 4%;
  font-size: 0.81em;
}
body#flow .flow_cont .oya .ul1 {
  width: 79%;
  margin: 3% auto;
}
body#flow .flow_cont .oya .ul1 li{
  border: solid 1px #808080;
  text-align: center;
  padding: 2% 1% 1%;
  margin-bottom: 2.5%;
}
body#flow .flow_cont .oya .ul1 li img{
  margin-top: 2%;
}
body#flow .flow_cont .step5_4{
  background: url(../img/original/pc/flow/step5_4.jpg) center top / 100% auto no-repeat;
  margin: 4% 0 0;
}
body#flow .flow_cont .step5_4 p{
  padding: 7% 2% 2%;
}
body#flow .flow_cont .step5_5{
  background: url(../img/original/pc/flow/step5_5.jpg) center top / 100% auto no-repeat;
  margin: 2% 0 0;
  padding: 11% 11.5% 0;
}
body#flow .flow_cont .step5_5 a{
  background: url(../img/original/pc/flow/step5_button.jpg) center top / 100% auto no-repeat;
  display: block;
  text-indent: -9999px;
  height: 0;
  padding-top: 11%;
}
body#flow .flow_cont .step5_5 a:hover{
  opacity: 0.8;
}
/*お問い合わせ*/
body#sysFormIndex.form-contact #sysMain{
  background: url(../img/original/pc/contact/title.jpg) center top / 100% auto no-repeat,
    url(../img/original/pc/contact/cont1.jpg) center top 9.5vw / 86% auto no-repeat;
  padding-top: 61%!important;
  border: none;
  width: 100%!important;
  margin-top: 0;
}
body#sysFormIndex.form-contact #sysMain form{
  padding: 0 9% 0;
  max-width: 960px;
  margin: 0 auto;
}
body#sysFormIndex.form-contact .sysNextSubmit {
  background: url(../img/original/pc/contact/submit.jpg) center top / 100% auto no-repeat;
  padding-top: 7%!important;
  width: 33.3%;
  height: 0;
  margin: 0 auto;
}
body#sysFormIndex.form-contact .sysNextSubmit:hover {
  opacity: 0.8;
  cursor: pointer;
}
body#sysFormIndex.form-contact #sysMain textarea {
  font-size: 16px;
  height: 15em;
}

/*確認ページ*/
body#sysFormConfirm.form-contact #sysMain{
  background: url(../img/original/pc/contact/title_confirm.jpg) center top / 100% auto no-repeat;
  border: none;
  font-size: 2vw;
  line-height: 1.7;
  width: 100% !important;
  margin: 0 auto;
  padding: 9% 4% 0 !important;
}
body#sysFormConfirm.form-contact button.sysButton {
    margin-left: 19%;
    margin-top: 30px;
}
body#sysFormConfirm.form-contact button.sysButton:hover {
  opacity: 0.8;
}
body#sysFormConfirm.form-contact .sysNextSubmit {
    width: 30%;
    margin: 10px 0 0 !important;
}
body#sysFormConfirm.form-contact .sysNextSubmit:hover {
  opacity: 0.8;
  cursor: pointer;
}
body#sysFormConfirm.form-contact .sysHeadline{
  display: none;
}
/*サンクス*/
body#sysFormThanks.form-contact #sysMain{
  background: url(../img/original/pc/contact/title_thanks.jpg) center top / 100% auto no-repeat;
  border: none;
  font-size: 2vw;
  line-height: 1.7;
  width: 100% !important;
  margin: 0 auto;
  padding: 9% 4% 0 !important;
}
body#sysFormThanks.form-contact .cont1 .message{
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 3%;
}
body#sysFormThanks.form-contact .cont1 .shop_information{
  border-top: solid 1px #ccc;
  margin-top: 3%;
  padding-top: 3%;
}
body#sysFormThanks.form-contact .cont1 .shop_information .name{
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 3%;
}
body#sysFormThanks.form-contact .cont1 .shop_information a{
  color: #276ebf;
}
body#sysFormThanks.form-contact .cont1 .shop_information a:hover{
  text-decoration: underline;
}
body#sysFormThanks.form-contact .cont1 .btn_area{
  width: 30%;
  margin: 5% auto;
}
body#sysFormThanks.form-contact .cont1 .btn_area a{
  background: url(../img/original/pc/contact/btn_toppage.png) center top / 100% auto no-repeat;
  display: block;
  text-indent: -9999px;
  height: 0;
  padding-top: 19%;
}
/*サイトマップ*/
.sitemap_content1{
  background: url(../img/original/pc/sitemap/title.jpg) center top / 100% auto no-repeat;
  padding-top: 11%;
}
body#sitemap .title{
  background: url(../img/original/pc/sitemap/title1.jpg) center top / 100% auto no-repeat;
  padding-top: 7%;
  margin: 0 3%;
}
body#sitemap .cont1{
  float: left;
  width: 30%;
  margin-left: 10%;
  margin-bottom: 5%;
}
body#sitemap .sitemap_content_cat_size{
  float: left;
  width: 30%;
  margin-bottom: 5%;
}
body#sitemap .sitemap_content_cat_price{
  float: left;
  width: 30%;
  margin-bottom: 5%;
}
body#sitemap .sitemap_content_cat_age{
  float: left;
  width: 30%;
  clear: both;
  margin-left: 10%;
  margin-bottom: 8%;
}
body#sitemap .sitemap_content_cat_genre{
  float: left;
  width: 30%;
  margin-bottom: 8%;
}
body#sitemap #sysMain ul li {
  padding-top: 0.1em;
}
body#sitemap #sysMain ul li a{
  padding: 0;
}
body#sitemap #sysMain ul li a:hover{
  color: #91272d;
  text-decoration: underline;
}
body#sitemap .cont2{
  clear: both;
  background: url(../img/original/pc/sitemap/title2.jpg) center top / 100% auto no-repeat;
  padding: 7% 0 0 6%;
}
body#sitemap .cont2 ul{
  float: left;
  width: 46%;
}
}
@media screen and (min-width:1101px){
.sysDisplayPcNone,.sp_visible{
  display:none !important;
}
/*追加*/
/*全体*/
body a:hover img {
    opacity: 0.8;
    filter: alpha(opacity = 80);
    -moz-filter: "alpha( opacity=80 )";
    -webkit-filter: "alpha( opacity=80 )";
    -o-filter: "alpha( opacity=80 )";
    -ms-filter: "alpha( opacity=80 )";
}
body div#sysMain {
  margin-top: 0;
  margin-bottom: 60px;
}
body div#sysAside {
  margin-top: 0;
}
.pagetop_new #pageTop {
  bottom: 20px;
  right: 20px;
  width: 100px;
  height: 100px;
  background: url(../img/original/pc/common/totop.png)center top no-repeat;
  width: 100px;
  height: 100px;
	color:transparent;
}
.pagetop_new #pageTop:hover {
  background: url(../img/original/pc/common/totop.png)center bottom no-repeat;
}
/*ヘッダー*/
body .header_h1_sp{
  margin: 0;
}
h1{
  font-size: 12px;
  line-height: 16px;
  width: 1100px;
  margin: 0 auto;
  font-weight: normal;
  padding: 3px 0 6px;
  color: #000;
}
.h1{
  height: 25px;
}
body .header_wrap {
  position:relative;
  height: auto;
  border-bottom: none;
}
.pc_head_wrap{
  float: left;
}
.header_wrap_inner{
  background: url(../img/original/pc/common/header/bg1.jpg)left 337px top 27px no-repeat,
  url(../img/original/pc/common/header/bg2.jpg)left 580px top 27px no-repeat;
  width: 1100px;
  margin: 0 auto 5px;
}
.header_wrap_inner a:hover{
  opacity: 0.8;
}
.header_wrap_inner::after{
  content: "";
  clear: both;
  display: block;
}
.header_wrap_inner .header_h1{
  float: left;
  width: 955px;
  height: auto;
  margin-bottom: 0;
}
.header_h1 .logo_pc{
  float: left;
  width: 331px;
  margin: 0;
  padding: 0;
}
.header_h1 .logo_pc a{
  background: url(../img/original/pc/common/header/logo.jpg)center top no-repeat;
  display: block;
  height: 80px;
}
.header_h1 .ul1{
  margin-left: 509px;
  float: left;
  width: 104px;
}
.header_h1 .ul1 li:first-child{
  margin-bottom: 5px;
}
.header_h1 .ul1 li a{
  display: block;
  height: 34px;
}
.header_h1 .ul1 li.li1 a{
  background: url(../img/original/pc/common/header/line.jpg)center top no-repeat;
}
.header_h1 .ul1 li.li2 a{
  background: url(../img/original/pc/common/header/instagram.jpg)center top no-repeat;
}
.header_wrap_inner #cartInfo {
  margin-top: 0;
  margin-left: 0;
  width: 68px;
  height: 72px;
  border: none;
  background: url(../img/original/pc/common/header/cart.jpg)center top no-repeat;
  padding-top: 0;
  border-radius: 0;
}
.header_wrap_inner #cartInfo p.cartTxt {
  display: none;
}
.original_head3{
  float: left;
  width: 68px;
  height: 72px;
  margin-left: 9px;
}
.original_head3 a{
  background: url(../img/original/pc/common/header/login.jpg)center top no-repeat;
  display: block;
  width: 68px;
  height: 72px;
  text-indent: -9999px;
}
.global_nav{
  background: url(../img/original/pc/common/gnavi01bg.png)center top no-repeat;
}
.global_nav ul{
  width: 1100px;
  margin: 0 auto;
  height: 44px;
}
.global_nav ul li{
  float: left;
  width: 220px;
}
.global_nav ul li a{
  display: block;
  height: 44px;
  text-indent: -9999px;
}
.global_nav ul li.li1 a{
  background: url(../img/original/pc/common/nav1.png)center top no-repeat;
}
.global_nav ul li.li2 a{
  background: url(../img/original/pc/common/nav2.png)center top no-repeat;
}
.global_nav ul li.li3 a{
  background: url(../img/original/pc/common/nav3.png)center top no-repeat;
}
.global_nav ul li.li4 a{
  background: url(../img/original/pc/common/nav4.png)center top no-repeat;
}
.global_nav ul li.li5 a{
  background: url(../img/original/pc/common/nav5.png)center top no-repeat;
}
.global_nav ul li a:hover{
  background-position: center bottom;
}
/*ヘッダー画像*/
.pc_head_img_wrap{
  background: url(../img/original/pc/common/bg.jpg)left top repeat;
  padding:10px 0;
}
.pc_head_img_wrap .box{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: content-box;
}
.pc_head_img_wrap .ul1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 10px auto 0;;
}
.pc_head_img_wrap .ul1 li{
  width: 49.5%;
}
.pc_head_img_wrap .coupon{
  text-align: center;
  margin: 10px 0;
}

/*パンくず*/
.bread_crumb{
  max-width: 1100px;
  margin: 10px auto;
}
.bread_crumb .ul1,.sysItemCategoryPankuzu,.sysCategoryPankuzu{
  float: left;
  font-size: 12px;
}
.bread_crumb a:hover{
  text-decoration: underline;
}
.bread_crumb h2{
  float: right;
  font-size: 12px;
  font-weight: normal;
}
.bread_crumb .h2{
  float: right;
}

/*アサイド*/
#sysAside a:hover{
  opacity: 0.8;
}
#sysAside .side_search{
  background: url(../img/original/pc/common/side/search.png)left 6px top 4px no-repeat,
  url(../img/original/pc/common/side/search_bg.png)left top repeat;
  padding: 28px 6px 6px;
}
#sysAside .side_search .sysItemSearchFormWord{
  margin-bottom: 0;
}
#sysAside .side_search input[type="search"]{
  border: solid 1px #b3b3b3;
  font-size: 14px;
  height: 30px;
}
body #sysAside .side_search .sysSearchButton{
  width: 100px !important;
  height: 30px;
  background: url(../img/original/pc/common/search_button.png) center top no-repeat;
  margin: 3px 0 3px 34px;
}
body #sysAside .side_search .sysSearchButton:hover{
  opacity: 0.8;
}
#sysAside .side_search {
    margin-bottom: 10px;
}
#sysAside p.mypage{
  padding: 0;
}
#sysAside .mypage a{
  background: url(../img/original/pc/common/side/menu1.png)center top no-repeat;
  display: block;
  text-indent: -9999px;
  height: 38px;
}
#sysAside .side_menu1 li{
  border-bottom: dashed 1px #999;
}
#sysAside .side_menu1 li:first-child{
  border-top: dashed 1px #999;
}
#sysAside .side_menu1 li a{
  display: block;
  text-indent: -9999px;
  height: 36px;
}
#sysAside .side_menu1 li.li1 a{
  background: url(../img/original/pc/common/side/menu1_1.png)center center no-repeat;
}
#sysAside .side_menu1 li.li2 a{
  background: url(../img/original/pc/common/side/menu1_2.png)center center no-repeat;
}
#sysAside .side_menu2{
  background: url(../img/original/pc/common/side/menu2.png)center top no-repeat,
    url(../img/original/pc/common/side/menu2_bg.png)left top repeat;
  padding: 36px 1px 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#sysAside .side_menu2 ul{
  background-color: #fff;
}
#sysAside .side_menu2 li{
  border-bottom: dashed 1px #999;
}
#sysAside .side_menu2 li:last-child{
  border-bottom: none;
}
#sysAside .side_menu2 li a{
  display: block;
  padding: 0 15px;
  color: #000;
  line-height: 36px;
}
#sysAside .category_common{
  background-color: #e3e0d8;
  padding: 4px 4px 0;
  margin-bottom: 0;
}
#sysAside .category_common.category_genre{
  padding-bottom: 4px;
}
#sysAside .category_common .sysHeadline{
  background-color: #4d4d4d;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  width: auto;
  margin: 0!important;
  letter-spacing: 0;
}
#sysAside .category_common .sysHeadline::before{
  content: '';
  background-color: transparent;
}
#sysAside .category_common ul{
  background-color: #fff;
  padding: 7px 0;
}
#sysAside .category_common ul li.sysText a{
  font-size: 14px;
  padding: 5px 10px;
  line-height: 19px;
}
#sysAside .side_menu3{
  background: url(../img/original/pc/common/side/menu3.png)center top no-repeat,
    url(../img/original/pc/common/side/menu3_bg.png)left top repeat;
  padding: 36px 1px 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#sysAside .side_menu3 ul{
  background-color: #fff;
}
#sysAside .side_menu3 li{
  border-bottom: dashed 1px #999;
}
#sysAside .side_menu3 li:last-child{
  border-bottom: none;
}
#sysAside .side_menu3 li a{
  display: block;
  height: 38px;
  text-indent: -9999px;
}
#sysAside .side_menu3 li.li1 a{
  background: url(../img/original/pc/common/side/menu3_1.png)center center no-repeat;
}
#sysAside .side_menu3 li.li2 a{
  background: url(../img/original/pc/common/side/menu3_2.png)center center no-repeat;
}
#sysAside .side_menu3 li.li3 a{
  background: url(../img/original/pc/common/side/menu3_3.png)center center no-repeat;
}
#sysAside .side_menu3 li.li4 a{
  background: url(../img/original/pc/common/side/menu3_4.png)center center no-repeat;
}
#sysAside .side_menu3 li.li5 a{
  background: url(../img/original/pc/common/side/menu3_5.png)center center no-repeat;
}
#sysAside .side_menu3 li.li6 a{
  background: url(../img/original/pc/common/side/menu3_6.png)center center no-repeat;
}
#sysAside .side_menu3 li.li7 a{
  background: url(../img/original/pc/common/side/menu3_7.png)center center no-repeat;
}
#sysAside .side_menu3 li.li8 a{
  background: url(../img/original/pc/common/side/menu3_8.png)center center no-repeat;
}
#sysAside .side_menu3 li.li9 a{
  background: url(../img/original/pc/common/side/menu3_9.png)center center no-repeat;
}
#sysAside .side_banner1{
  margin-top: 15px;
  padding: 0;
}
#sysAside .side_banner2{
  margin-top: 10px;
  padding: 0;
}
#sysAside .side_banner3{
  margin-top: 13px;
  padding: 0;
}
#sysAside .side_banner4{
  margin-top: 10px;
  padding: 0;
}
#sysAside .side_banner5{
  margin-top: 20px;
  padding: 0;
}

/*フッター*/
.footer_wrap a:hover{
  opacity: 0.8;
}
.footer_wrap{
  background: url(../img/original/pc/common/bg.jpg)left top repeat;
  padding-top: 34px;
  padding-bottom: 80px;
}
.footer_wrap .bg{
  width: 1100px;
  margin: 0 auto;
}
.footer_wrap .footer_rental{
  background: url(../img/original/pc/common/footer/rental.png)center top no-repeat;
  padding-top: 62px;
}
.footer_wrap .footer_rental .ul1 li{
  float: left;
  width: 545px;
}
.footer_wrap .footer_rental .ul1 li.li2{
  margin-left: 10px;
}
.footer_wrap .footer_rental .ul1 li a{
  display: block;
  padding-top: 160px;
}
.footer_wrap .footer_rental .ul1 li.li1 a{
  background: url(../img/original/pc/top/header_button1.png)center top no-repeat;
}
.footer_wrap .footer_rental .ul1 li.li2 a{
  background: url(../img/original/pc/common/footer/button1.png)center top no-repeat;
}
.footer_wrap .footer_rental .ul2{
  margin-top: 20px;
}
.footer_wrap .footer_rental .ul2 li{
  float: left;
  width: 267px;
  margin-left: 10px;
}
.footer_wrap .footer_rental .ul2 li:first-child{
  margin-left: 0;
}
.footer_wrap .footer_rental .ul2 li a{
  display: block;
  padding-top: 55px;
}
.footer_wrap .footer_rental .ul2 li.li1 a{
  background: url(../img/original/pc/common/footer/nav1.png)center top no-repeat;
}
.footer_wrap .footer_rental .ul2 li.li2 a{
  background: url(../img/original/pc/common/footer/nav2.png)center top no-repeat;
}
.footer_wrap .footer_rental .ul2 li.li3 a{
  background: url(../img/original/pc/common/footer/nav3.png)center top no-repeat;
}
.footer_wrap .footer_rental .ul2 li.li4 a{
  background: url(../img/original/pc/common/footer/nav4.png)center top no-repeat;
}
.footer_wrap .footer_rental .ul3{
  width: 980px;
  margin: 30px auto 0;
}
.footer_wrap .footer_rental .ul3 li a{
  display: block;
  padding-top: 101px;
}
.footer_wrap .footer_rental .ul3 li.li1 a{
  background: url(../img/original/pc/common/footer/button2.png)center top no-repeat;
}
.footer_wrap .footer_goriyou{
  background: url(../img/original/pc/common/footer/riyou.png)center top no-repeat;
  padding-top: 39px;
  margin-top: 47px;
}
.footer_wrap .footer_goriyou > li{
  float: left;
  width: 350px;
  margin-left: 25px;
}
.footer_wrap .footer_goriyou > li:first-child{
  margin-left: 0;
}
.footer_wrap .footer_goriyou > li dt{
  background: url(../img/original/pc/common/footer/title_bg.png)center top no-repeat;
  line-height: 32px;
  padding-top: 1px;
  color: #fff;
  font-size: 20px;
  padding-left: 20px;
  margin-top: 20px;
}
.footer_wrap .footer_goriyou > li dd{
  padding: 10px;
  font-size: 15px;
}
.footer_wrap .footer_goriyou > li dd p{
  margin: 0;
}
.footer_wrap .footer_goriyou > li dd .pay {
  margin-top: 10px;
}
.footer_wrap .footer_goriyou > li dd .pay li{
  float: left;
  background-color: #fff;
  line-height: 40px;
  text-align: center;
  border: solid 1px #808080;
  width: 160px;
  box-sizing: border-box;
  margin-left: 10px;
  margin-bottom: 10px;
}
.footer_wrap .footer_goriyou > li dd .pay li:nth-child(odd){
  margin-left: 0;
  clear: both;
}
.footer_wrap .footer_goriyou > li dd .box1{
  background-color: #f0f0f0;
  padding: 10px;
  margin: 10px 0;
}
.footer_wrap .footer_goriyou > li dd table{
  width: 100%;
  font-size: 14px;
  margin-top: 5px;
}
.footer_wrap .footer_goriyou > li dd table th{
  background-color: #f0f0f0;
  padding: 5px 0;
  text-align: center;
  border: solid 1px #808080;
}
.footer_wrap .footer_goriyou > li dd table td{
  padding: 5px 0;
  border: solid 1px #808080;
  text-align: center;
  background-color: #fff;
}
.copy_right{
  color: #fff;
  background-color: #1a1a1a;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  margin: 0;
  padding: 5px 0;
}

/*トップページメインコンテンツ*/
.top_cont1{
  background: url(../img/original/pc/top/cont1.jpg)center top / 110% auto no-repeat;
  height: 897px;
}
.top_cont1 p{
  margin: 0;
  font-size: 21px;
  line-height: 1.8;
  padding: 650px 0 0 20px;
}
.top_cont2{
  background: url(../img/original/pc/common/bg.jpg)left top repeat;
  padding:2% 3% 4%;
}
.top_cont2 a{
  background: url(../img/original/pc/top/cont2.png)center top / 100% auto no-repeat;
  padding-top: 30.6%;
  display: block;
}
.top_cont2 a:hover{
  opacity: 0.8;
}
.top_cont4{
  background: url(../img/original/pc/top/cont3.jpg)center top / 110% auto no-repeat,
  url(../img/original/pc/common/bg.jpg)left top repeat;
  padding:27% 3% 1%;
}
.top_cont4 .ul1{
  padding-bottom: 4%;
}
.top_cont4 .ul1 li{
  float: left;
  width: 50%;
}
.top_cont4 .ul1 li a{
  display: block;
  padding-top: 51.6%;
}
.top_cont4 .ul1 li.li1 a{
  background: url(../img/original/pc/top/cont3_button1.png)center top / 100% auto no-repeat;
}
.top_cont4 .ul1 li.li2 a{
  background: url(../img/original/pc/top/cont3_button2.png)center top / 100% auto no-repeat;
}
.top_cont4 .ul1 li.li3 a{
  background: url(../img/original/pc/top/cont3_button3.png)center top / 100% auto no-repeat;
}
.top_cont4 .ul1 li.li4 a{
  background: url(../img/original/pc/top/cont3_button4.png)center top / 100% auto no-repeat;
}
.top_cont4 .ul1 li a:hover{
  opacity: 0.8;
}
.top_ranking_list_original{
  background: url(../img/original/pc/top/ranking.png)center top / 110% auto no-repeat,
  url(../img/original/pc/common/bg.jpg)left top repeat;
  padding:10% 2% 5%;
}
body .top_ranking_list_original .sysContent .sysHorizontal li{
  padding: 6% 1px 0;
  margin: 0 1%;
  width: 31.3%;
}
.top_ranking_list_original ul li:nth-child(1){
  background: #fff url(../img/original/pc/top/rank1.png)center top / 100% auto no-repeat;
}
.top_ranking_list_original ul li:nth-child(2){
  background: #fff url(../img/original/pc/top/rank2.png)center top / 100% auto no-repeat;
}
.top_ranking_list_original ul li:nth-child(3){
  background: #fff url(../img/original/pc/top/rank3.png)center top / 100% auto no-repeat;
}
.top_ranking_list_original ul li .sysItemImage img{
	width:300px;
	height:315px;
	object-fit:cover;
}
.top_ranking_list_original ul li .sysItemName{
  font-size: 18px;
  border-bottom: solid 1px #000;
  text-align: left;
  padding: 3% 2% 2%;
}
.top_ranking_list_original ul li .sysItemName a:hover{
  text-decoration: underline;
}
.top_ranking_list_original ul li .sysItemPrice{
  text-align: right;
  color: #c1272d;
  font-size: 24px;
  padding: 2%;
  position: relative;
}
/*.top_ranking_list_original ul li .sysItemPrice::before{
  content: '￥';
  position: absolute;
  left: 0;
}*/
.top_oshirase{
  background: url(../img/original/pc/common/bg.jpg) left top repeat;
  padding: 0 20px 30px;
}
.oshirase{
  background: url(../img/original/pc/common/oshirase.png) center top / 100% auto no-repeat;
  padding-top: 62px;
}
.oshirase .bg{
  background-color: #fff;
  border: solid 1px #edd4b6;
  padding:0 5px;
  font-size: 18px;
}
.oshirase dl{
  border-bottom: dashed 1px #929292;
  padding: 15px 10px 10px;
}
.oshirase dl:last-child{
  border-bottom: none;
}
.oshirase dl dt{
  float: left;
  width: 8em;
  clear: both;
}
.oshirase dl dd{
  width: calc(100% - 8em);
  float: left;
}
.top_cont5{
  background: url(../img/original/pc/top/cont5.jpg)center top / 110% auto no-repeat;
}
.top_cont5 p{
  padding: 50% 7% 6% 30%;
  font-size: 21px;
  line-height: 1.6;
  margin: 0;
}
.top_cont6{
  background: url(../img/original/pc/top/cont6.png)center top / 100% auto no-repeat,
  url(../img/original/pc/top/sinchaku_bg.png)left top repeat;
  padding-top: 17%;
}
.top_new_list_original{
  background: url(../img/original/pc/top/sinchaku.png)center top / 96% auto no-repeat,
  url(../img/original/pc/top/sinchaku_bg.png)left top repeat;
  padding:9% 2% 1%;
}
.top_osusume_list_original ul{
  transform:none!important;
}
body .common_list .sysContent .sysHorizontal li{
  margin-bottom: 4%;
  width: 32.6%!important;
  margin-left: 1%;
  padding:0;
  position: relative;
}
body .common_list .sysContent .sysHorizontal li:nth-child(3n + 1){
  margin-left: 0;
  clear: both;
}
.common_list ul li .sysItemImage img{
	width:310px;
	height:326px;
	object-fit:cover;
}
.common_list ul li .sysItemName{
  font-size: 18px;
  text-align: left;
  padding: 4% 0 3%;
}
.common_list ul li .sysItemName a{
  color: #8c6708;
  text-decoration: underline;
}
.common_list ul li .sysItemName a:hover{
  text-decoration: none;
}
.common_list ul li .sysItemPrice{
  text-align: right;
  color: #c1272d;
  font-size: 24px;
  padding: 2%;
  position: relative;
  border-bottom: solid 1px #979797;
  border-top: solid 1px #979797;
}
.common_list ul li .sysItemPrice .kakaku{
  font-size: 15px;
  color: #000;
}
/*.top_new_list_original ul li .sysItemPrice::before{
  content:'価格：';
  font-size: 15px;
  color: #000;
  position: absolute;
  left: 1em;
  top: 0.85em;
}*/
.common_list ul li .sysItemPrice .zeibetu{
  font-size: 15px;
  color: #000;
}
#sysItemCategory .sysItemList .sysItemPrArea,
#sysItemSearch .sysItemList .sysItemPrArea,
.common_list .sysItemPrArea{
  margin-top: 3%;
}
#sysItemCategory .sysItemList .sysItemPrArea span,
#sysItemSearch .sysItemList .sysItemPrArea span,
.common_list .sysItemPrArea span,
#sysItemDetail .item_block .item_left .pr_area span{
  color: #fff;
  width: 32%;
  height: 26px;
  float: left;
  margin-left: 2%;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 3px;
  padding:1px 0 0;
  border-radius: 0;
  display: none;
  font-size: 15px;
  text-align: center;
}
#sysItemDetail .item_block .item_left .pr_area{
  margin-bottom: 2%;
}
#sysItemDetail .item_block .item_left .pr_area span{
  width: 31%;
  margin-left: 0;
  margin-right: 1.3%;
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 1.7em;
  height: auto;
  padding-top: 2px;
}
#sysItemCategory .sysItemList .sysItemPrArea span:nth-child(3n + 1),
#sysItemSearch .sysItemList .sysItemPrArea span:nth-child(3n + 1),
.common_list .sysItemPrArea span:nth-child(3n + 1){
  margin-left: 0;
  clear: both;
}
#sysItemCategory .sysItemList .sysItemPrArea span.pr_icon1,
#sysItemSearch .sysItemList .sysItemPrArea span.pr_icon1,
.common_list .sysItemPrArea span.pr_icon1,
#sysItemDetail .item_block .item_left .pr_area span.pr_icon1{
  display: block;
  background: url(../img/original/pc/common/pr_bg1.png)center top / 100% auto no-repeat;
}
#sysItemCategory .sysItemList .sysItemPrArea span.pr_icon1m,
#sysItemSearch .sysItemList .sysItemPrArea span.pr_icon1m,
.common_list .sysItemPrArea span.pr_icon1m,
#sysItemDetail .item_block .item_left .pr_area span.pr_icon1m{
  display: block;
  background: url(../img/original/pc/common/pr_bg1m.png)center top / 100% auto no-repeat;
}
#sysItemCategory .sysItemList .sysItemPrArea span.pr_icon1l,
#sysItemSearch .sysItemList .sysItemPrArea span.pr_icon1l,
.common_list .sysItemPrArea span.pr_icon1l,
#sysItemDetail .item_block .item_left .pr_area span.pr_icon1l{
  display: block;
  background: url(../img/original/pc/common/pr_bg1l.png)center top / 100% auto no-repeat;
}
#sysItemCategory .sysItemList .sysItemPrArea span.pr_icon2,
#sysItemSearch .sysItemList .sysItemPrArea span.pr_icon2,
.common_list .sysItemPrArea span.pr_icon2,
#sysItemDetail .item_block .item_left .pr_area span.pr_icon2{
  display: block;
  background: url(../img/original/pc/common/pr_bg2.png)center top / 100% auto no-repeat;
}
.common_list:after{
  clear: both;
  content: '';
  display: block;
}
.top_osusume_list_original{
  background: url(../img/original/pc/top/osusume.png)center top 2% / 96% auto no-repeat,
  url(../img/original/pc/top/osusume_bg.png)left top repeat;
  padding:11% 2% 1%;
  margin-top: 40px;
}
.top_osusume_list_original ul li .sysItemImage {
  position: relative;
}
.top_osusume_list_original ul li {
  position: relative;
}
.top_osusume_list_original ul li::before {
  background: url(../img/original/pc/top/osusume_icon.png)center top / 100% auto no-repeat;
  content: '';
  width: 78px;
  height: 78px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}
.top_cont7{
  background: url(../img/original/pc/top/cont7.jpg)center top / 110% auto no-repeat;
  height: 840px;
  margin-top: 50px;
}
.top_cont7 .p1{
  padding: 470px 90px 0 350px;
  font-size: 21px;
  line-height: 2;
}
.top_cont8{
  background: url(../img/original/pc/top/cont8.jpg)center top / 100% auto no-repeat;
  height: 690px;
  font-size: 21px;
  line-height: 1.9;
}
.top_cont8 .p1{
  padding: 270px 40px 0;
  margin-bottom: 0;
}
.top_cont8 .p2{
  text-align: right;
  margin-right: 20px;
}
.top_cont8 .dummy{
  float: right;
  width: 410px;
  height: 536px;
  display: block;
}
.top_cont9{
  background: url(../img/original/pc/top/cont9.jpg)center top / 100% auto no-repeat;
  height: 410px;
}
.top_cont9 .p1{
  padding:145px 350px 0 40px;
  font-size: 21px;
  line-height: 1.7;
}
.top_cont10{
  background: url(../img/original/pc/top/cont10.jpg)center top / 110% auto no-repeat;
  padding:540px 20px 30px;
  font-size: 21px;
  line-height: 1.7;
}
.top_cont10 p{
  margin: 0;
}
.common_search{
  background: url(../img/original/pc/common/bg.jpg)left top repeat;
  padding: 0% 8% 2px;
}
.common_search a{
  background: url(../img/original/pc/common/category/search.jpg)center top / 100% auto no-repeat;
  display: block;
  text-indent: -9999px;
  padding-top: 10.5%;
  height: 0;
}
.common_search a:hover{
  opacity: 0.8;
}
body #sysMain .category_common{
  background: url(../img/original/pc/common/bg.jpg)left top repeat;
  padding: 0% 8% 2px;
  margin-bottom: 0;
}
body #sysMain .category_common.category_genre{
  padding-bottom: 8%;
}
#sysMain .category_common .sysHeadline {
  width: auto;
  margin: 0!important;
  text-indent: -9999px;
  padding-top: 9.9%;
  height: 0;
}
#sysMain .category_common .sysHeadline::before {
  background-color: transparent;
  position: absolute;
  top: 37%;
  z-index: 1;
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
  right: 3%;
  background: url(../img/original/pc/common/category/yajirusi.jpg)center top / 100% auto no-repeat
}
#sysMain .category_common .sysHeadline.bg02::before {
  background-position: center bottom;
  top: 30%;
}
#sysMain .category_common .sysHeadline:hover{
  opacity: 0.8;
  cursor: pointer;
}
#sysMain .category_common.category_size .sysHeadline {
  background: url(../img/original/pc/common/category/button_size.jpg)center top / 100% auto no-repeat;
}
#sysMain .category_common.category_price .sysHeadline {
  background: url(../img/original/pc/common/category/button_price.jpg)center top / 100% auto no-repeat;
}
#sysMain .category_common.category_age .sysHeadline {
  background: url(../img/original/pc/common/category/button_age.jpg)center top / 100% auto no-repeat;
}
#sysMain .category_common.category_genre .sysHeadline {
  background: url(../img/original/pc/common/category/button_genre.jpg)center top / 100% auto no-repeat;
}
#sysMain .category_common .sysContent{
  display: none;
}
#sysMain .category_common .sysContent ul{
  margin-top: 2px;
}
#sysMain .category_common .sysContent ul li.sysText a{
  display: block;
  padding: 2.3% 5%;
  color: #534741;
  font-size: 23px;
  line-height: 1.6;
  background-color: #f7f2ea;
  border-bottom: dashed 1px #d9cbbb;
}
#sysMain .category_common .sysContent ul li.sysText:last-child a{
  border-bottom: none;
}
/*カテゴリーページ*/
#sysMain p.cat_title{
  background: url(../img/original/pc/category/title_pc.jpg)center top no-repeat;
  line-height: 70px;
  padding: 3px 20px 0;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
}
.cat_coupon{
  margin: 10px 0;
}
/*モーニング*/
.item_title{
  background: url(../img/original/pc/products/title_top.jpg)center top / 100% auto no-repeat,
  url(../img/original/pc/products/title_bottom.jpg)center bottom / 100% auto no-repeat,
  url(../img/original/pc/products/title_y.jpg)center top / 100% auto repeat-y;
  padding: 15px 25px 13px;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  margin: 0 0 20px;
}
.mor_cont1{
  background: url(../img/original/pc/products/mor/cont1.jpg)center top / 100% auto no-repeat;
  height: 235px;
}
.mor_cont1 .p1{
  font-size: 17px;
  line-height: 1.7;
  padding: 105px 234px 0 20px;
  margin: 0;
}
.mor_cont2{
  margin: 0 20px 0;
  padding: 10px;
}
.mor_cont2.bg{
  background: url(../img/original/pc/products/mor/cont2_bg.jpg)left top repeat;
}
.mor_cont2.bg .box{
  background: url(../img/original/pc/products/mor/cont2.jpg)center top / 100% auto no-repeat;
  padding-top: 53px;
}
.mor_cont2 ul{
  background: url(../img/original/pc/products/mor/cont2_bg.png)center top / 100% auto no-repeat;
  padding-left: 206px;
  padding-top: 6px;
}
.mor_cont2 ul li{
  width: 203px;
  height: 134px;
  float: left;
  margin-left: 6px;
  margin-bottom: 5px;
}
.mor_cont2 ul li:nth-child(3n + 1){
  clear: both;
}
.mor_cont2 ul li a{
  display: block;
  width: 203px;
  height: 134px;
  text-indent: -9999px;
}
.mor_cont2 ul li a:hover{
  opacity: 0.8;
}
.mor_cont2 ul li:nth-child(1) a{background: url(../img/original/pc/products/mor/cont2_1.jpg)center top / 100% auto no-repeat;}
.mor_cont2 ul li:nth-child(2) a{background: url(../img/original/pc/products/mor/cont2_2.jpg)center top / 100% auto no-repeat;}
.mor_cont2 ul li:nth-child(3) a{background: url(../img/original/pc/products/mor/cont2_3.jpg)center top / 100% auto no-repeat;}
.mor_cont2 ul li:nth-child(4) a{background: url(../img/original/pc/products/mor/cont2_4.jpg)center top / 100% auto no-repeat;}
.mor_cont2 ul li:nth-child(5) a{background: url(../img/original/pc/products/mor/cont2_5.jpg)center top / 100% auto no-repeat;}
.mor_cont2 ul li:nth-child(6) a{background: url(../img/original/pc/products/mor/cont2_6.jpg)center top / 100% auto no-repeat;}
.mor_cont2 ul li:nth-child(7) a{background: url(../img/original/pc/products/mor/cont2_7.jpg)center top / 100% auto no-repeat;}
.mor_cont2 ul li:nth-child(8) a{background: url(../img/original/pc/products/mor/cont2_8.jpg)center top / 100% auto no-repeat;}
.mor_cont2 ul li:nth-child(9) a{background: url(../img/original/pc/products/mor/cont2_9.jpg)center top / 100% auto no-repeat;}
.mor_cont3{
  background: url(../img/original/pc/products/mor/cont3.jpg)center top / 100% auto no-repeat;
  margin-top: 40px;
}
.mor_cont3 .p1{
  font-size: 19px;
  line-height: 1.7;
  padding: 113px 20px 0;
  margin: 0;
}
.mor_cont4{
  background: url(../img/original/pc/products/mor/cont4.jpg)center top / 100% auto no-repeat;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 23px;
}
.mor_cont4 ul {
  box-sizing: content-box;
}
.mor_cont4 ul li{
  float: left;
  width: 190px;
  margin-left:21px;
}
.mor_cont4 .ul1{
  padding-top: 222px;
  height:247px;
}
.mor_cont4 .ul2{
  height:95px;
}
.mor_cont4 .p1{
  padding-left:10px;
  margin: 0;
  padding-bottom: 10px;
}
.mor_cont5{
  background: url(../img/original/pc/products/mor/cont5.jpg)center top / 100% auto no-repeat;
  margin-top: 20px;
  height: 230px;
}
.mor_cont5 .p1{
  font-size: 18px;
  line-height: 1.8;
  padding: 65px 210px 0 30px;
  margin: 0;
}
.detail_coupon{
  margin: 30px 20px;
}
.mor_cont6{
  background: url(../img/original/pc/products/mor/cont6.jpg)center top / 100% auto no-repeat;
  margin-top: 40px;
  height: 95px;
}
.mor_cont6 .p1{
  font-size: 27px;
  line-height: 1.4;
  padding:10px 20px 0 160px;
  margin: 0;
  color: #fff;
  font-weight: bold;
}
.mor_cont7{
  background: url(../img/original/pc/products/mor/cont7.jpg)center top / 100% auto no-repeat;
  margin-top: 40px;
  margin-bottom: 20px;
}
.mor_cont7 .p1{
  font-size: 18px;
  line-height: 1.6;
  padding:80px 10px 0;
  margin: 0;
}
.mor_cont8{
  background: url(../img/original/pc/products/mor/cont8.jpg)center top / 100% auto no-repeat;
  margin-top: 20px;
  height: 245px;
}
.mor_cont8 .p1{
  font-size: 18px;
  line-height: 1.5;
  padding:50px 65px 0 285px;
  margin: 0;
}
.item_cont1{
  background: url(../img/original/pc/products/item_cont1.jpg)center top / 100% auto no-repeat;
  margin-top: 40px;
  height: 523px;
}
.item_cont1 .ul1{
  font-size: 18px;
  line-height: 1.6;
  padding:132px 0 0 22px;
  box-sizing: content-box;
  height: 245px;
}
.item_cont1 .ul1 li{
  float: left;
  width: 255px;
  margin-left: 190px;
}
.item_cont1 .ul1 li:first-child{
  margin-left: 0;
}
.item_cont1 .ul2{
  font-size: 18px;
  line-height: 1.5;
}
.item_cont1 .ul2 li{
  float: left;
  width: 200px;
  margin-left: 22px;
}
.item_cont1 .ul2 li:first-child{
  margin-left: 18px;
}
.item_cont2{
  background: url(../img/original/pc/products/item_cont2.jpg)center top / 100% auto no-repeat;
  margin-top: 30px;
  height: 170px;
}
.item_cont2 .p1{
  font-size: 16px;
  line-height: 1.55;
  padding:10px 0 0 120px;
  margin: 0;
}
.common_item_kobetsu .item_detail_area{
  background: url(../img/original/pc/products/item_setumei.jpg)center top / 100% auto no-repeat;
  padding-top: 90px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.common_item_kobetsu .item_detail_area table{
  font-size: 17px;
  margin: 0 auto;
  width: 880px;
}
.common_item_kobetsu .item_detail_area th{
  background-color: #f0f0f0;
  border: solid 1px #b1b1b1;
  width: 12em;
  padding: 8px 0 8px 1em;
  border-right: solid 1px #b1b1b1;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.common_item_kobetsu .item_detail_area.retu2 table{
  font-size: 16px;
}
.common_item_kobetsu .item_detail_area.retu2 th{
  width: 6.5em;
  padding-left: 0.8em;
  vertical-align: middle;
}
.common_item_kobetsu .item_detail_area td{
  border: solid 1px #b1b1b1;
  padding: 8px 1em;
}
.common_item_kobetsu .item_detail_area td p{
  margin: 0;
}
.common_item_kobetsu .item_detail_area td p.note{
  margin: 0;
  color: #808080;
  font-size: 85%;
}
.common_item_kobetsu .item_detail_area td .sizeimage{
  float: right;
  width: 140px;
}
.common_item_kobetsu .item_detail_area td .tt01 {
    background: #fcfbf7;
    padding: 7px;
}
.common_item_kobetsu .item_detail_area td .tt01 >dl {
    display: flex;
}
.common_item_kobetsu .item_detail_area td .tt01 >dl >dt {
    display: flex;
    background: #736357;
    color: white;
    width: 82px;
    justify-content: center;
    align-items: center;
}
.common_item_kobetsu .item_detail_area td .tt01 >dl+dl {
    margin-top: 10px;
}
.item_common_menu li{
  width: 50%;
  float: left;
}
.item_common_menu li:nth-child(odd){
  clear: both;
}
.item_common_menu li a{
  display: block;
  height: 60px;
  text-indent: -9999px;
}
.item_common_menu li.li1 a{background: url(../img/original/pc/products/button1.jpg)center top / 100% auto no-repeat;}
.item_common_menu li.li2 a{background: url(../img/original/pc/products/button2.jpg)center top / 100% auto no-repeat;}
.item_common_menu li.li3 a{background: url(../img/original/pc/products/button3.jpg)center top / 100% auto no-repeat;}
.item_common_menu li.li4 a{background: url(../img/original/pc/products/button4.jpg)center top / 100% auto no-repeat;}
.item_common_menu li a:hover{
  opacity: 0.8;
}
/*サイズ表(EC-cubeから移行したcssを共通に記述。細かい部分はデバイスごとに記述する）*/
.mor_cont_sita2 .mcon08 {
  background: url(../img/original/pc/products/mor/mcon08_1.jpg)center top / 100% auto no-repeat;
  padding-top: 120px;
  margin-top: 30px;
  font-size: 17px;
  line-height: 1.7;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt01{
  width:74%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt02{
  width:72%;
  line-height: 1.9;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt02 .p1{
  padding: 12px;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt03{
  background: url(../img/original/pc/products/mor/mcon08_2.jpg)center top / 100% auto no-repeat;
  padding-top: 228px;
  margin-top: 30px;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_navi ul{
  width: 58%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_navi ul li{
  width: 99px;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_navi ul li a{
  height: 108px;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap{
  width: 603px;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .size_y{height: 728px;}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .size_a{height: 728px;}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .size_ab{height: 728px;}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .size_b{height: 728px;}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .size_o{height: 728px;}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .size_e{height: 728px;}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .size_k{height: 728px;}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .slick-prev{
  width: 28px;
  height: 110px;
  left: -30px;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .slick-slide:hover{
  cursor: grab;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .slick-next{
  width: 28px;
  height: 110px;
  right: -30px;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .slick-prev:hover{
  opacity: 0.8;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .size_table_wrap .slick-next:hover{
  opacity: 0.8;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt03 .p1{
  width: 72%;
  margin-top: 25px;
  padding: 10px;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt03 .p1 em{
  font-weight: bold;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04{
  background: url(../img/original/pc/products/mor/mcon08_5.jpg)center top / 100% auto no-repeat;
  padding-top: 100px;
  margin-top: 30px;
  font-size: 17px;
  line-height: 1.7;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 .bg{
  width: 72%;
  margin: 0 auto;
  padding-bottom: 0.15%;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .onegai{
  background: url(../img/original/pc/products/mor/mcon08_3.jpg)center top / 100% auto no-repeat;
  padding: 60px 0 0 175px;
  color: #ab6618;
  font-size: 18px;
  line-height: 1.7;
  margin-top: 30px;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 .p5{
  font-size: 18px;
  line-height: 1.7;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 .ul1{
  font-size: 18px;
  line-height: 1.7;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt04 .p4{
  font-size: 18px;
  line-height: 1.7;
  width: auto;
  margin-left: 40px;
  margin-top: 15px;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt05{
  background: url(../img/original/pc/products/mor/mcon08_4.jpg)center top / 100% auto no-repeat;
  margin-top: 40px;
  padding-top:50px;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt05 table{
  width: 640px;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt05 table th{
  font-size: 20px;
  line-height: 1.7;
  padding: 10px;
}
#sysItemDetail .mor_cont_sita2 .mcon08 .tt05 table td{
  font-size: 20px;
  line-height: 1.7;
  padding: 10px;
}
/*----------
商品情報
-----------*/
#sysItemDetail .item_block{
  margin-top: 15px;
  line-height: 1.6;
  font-size: 17px;
}
/*評価*/
#sysItemDetail .item_block #item_review_button > div{
  border-top: solid 1px #dbdbdb;
  padding: 5px 5px;
  line-height: 1.6;
  font-size: 17px;
}
#sysItemDetail .item_block #item_review_button .left{
  float: left;
  margin: 0;
}
#sysItemDetail .item_block #item_review_button .right{
  float: left;
  margin: 0;
}
#sysItemDetail .item_block #item_review_button .right a{
  color: #7b8312;
  text-decoration: underline;
}
#sysItemDetail .item_block #item_review_button .right a:hover{
  text-decoration: none;
}
/*商品記号*/
#sysItemDetail .item_block .sysItemViewId{
  padding: 5px 5px;
  text-align: left;
  border-top: solid 1px #dbdbdb;
  line-height: 1.6;
  font-size: 17px;
}
#sysItemDetail .item_block .sysItemViewId span{
  font-weight: normal;
}

/*商品名*/
#sysItemDetail .item_block h1{
  font-size: 17px;
  border-bottom: none;
}
#sysItemDetail .item_block .sysItemName{
  border-top: solid 1px #dbdbdb;
  padding: 5px 5px;
}
#sysItemDetail .item_block .sysItemName .name_h1{
  line-height: 1.6;
  font-size: 17px;
  border-bottom: none;
  padding: 0;
  margin: 0;
  width: auto;
}
#sysItemDetail .item_block .sysItemName .name_h1 span{
  font-weight: bold;
}
/*価格*/
#sysItemDetail .item_block .sysRetailPrice{
  border-top: solid 1px #dbdbdb;
  padding: 5px 5px;
  line-height: 1.6;
  font-size: 17px;
  text-align: left;
  font-weight: bold;
}
#sysItemDetail .item_block .sysRetailPrice .sysRetailPriceValue{
  font-size: 22px;
  color: #c1272d
}
#sysItemDetail .item_block .sysRetailPrice span{
  line-height: 1.6;
  font-size: 17px;
  font-weight: normal;
}
#sysItemDetail .item_block .sysRetailPrice span.sysRetailPriceValue{
  font-weight: bold;
}
/*対応割引*/
#sysItemDetail .item_block .sysPr{
  padding: 5px 5px;
  font-weight: normal;
  line-height: 1.6;
  font-size: 17px;
}

/*商品説明*/
#sysItemDetail .item_block .sysDescription{
  padding: 10px;
  line-height: 1.6;
  font-size: 17px;
}
/*ご利用日を選択してください*/
#sysItemDetail .item_block .sysRentalStartDate{
  background-color: #e8e1d1;
  padding: 4px 10px 3px;
  margin-bottom: 76px;
  position: relative;
}
#sysItemDetail .item_block .sysRentalStartDate::before{
  line-height: 1.6;
  font-size: 18px;
  content:'▼';
}
#sysItemDetail .item_block .sysRentalStartDate::after{
  content: 'ご利用日を選択してください。選択できない日付はレンタルできません。';
  color: #91272d;
  position: absolute;
  left: 10px;
  top: 48px;
}
/*カレンダー*/
.sysRentalSchedulesCalendar tbody{
  font-size: 0.8em;
}
.sysRentalSchedulesCalendarCtl {
    font-size: 0.85em;
}
.sysPrevCalendar
/*元のご利用日を選択してください*/
#sysItemDetail .item_block .sysRentalScheduleNotice{
  display: none;
}
/*お届日などの詳細*/
#sysItemDetail .item_block .sysRentalScheduleInfo{
  font-size: 80%;
  padding: 20px;
  color: #606060;
}
#sysItemDetail .item_block .sysRentalScheduleInfo .sysRentalSendItemName,
#sysItemDetail .item_block .sysRentalScheduleInfo .sysRentalReachItemName,
#sysItemDetail .item_block .sysRentalScheduleInfo .sysRentalReturnItemName{
  color: #606060;
}
/*数量*/
#sysItemDetail .item_block #sysNumber{
  display: none;
}
/*小計*/
#sysItemDetail .item_block #sysSubtotal{
  display: none;
}
/*カートに入れる*/
#sysItemDetail .item_block #sysSubmit{
  background-color: #f7f1eb;
  margin-top: 5%;
}
#sysItemDetail .item_block #sysSubmit .sysCartButton {
  background: url(../img/original/pc/cart/button_cart.png)center top / 100% auto no-repeat;
  width: 410px;
  padding: 0!important;
  height: 60px;
  margin: 20px 0 15px 20px;
}
#sysItemDetail .item_block #sysWishlist{
  background-color: #f7f1eb;
}
#sysItemDetail .item_block #sysWishlist .sysWishListButton {
  background: url(../img/original/pc/cart/button_okiniiri.png)center top / 100% auto no-repeat;
  width: 410px;
  padding: 0!important;
  height: 53px;
  margin: 0 0 20px 20px;
  border: none;
}
/*画像に虫眼鏡付与*/
#sysItemDetail .item_block .sysMainImage a{
  position: relative;
}
#sysItemDetail .item_block .sysMainImage a::after{
  background: url(../img/original/pc/cart/kakudai.png)center top / 100% auto no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 58px;
  height: 58px;
  content: '';
}
/*画像下の案内*/
#sysItemDetail .item_block #item_announce{
  background-color: #f7f7f7;
  padding: 5px 20px;
  margin: 30px 20px 0 0;
}
#sysItemDetail .item_block #item_announce p{
  margin-bottom: 30px;
}
#sysItemDetail .item_block #item_announce p:last-child{
  margin-bottom: 5px;
}
/*「発送日・お受け取り希望時間についてご一読ください」ボタン*/
#sysItemDetail .item_block .uketori_announce a{
  background: url(../img/original/pc/cart/button_uketori.png)center top / 100% auto no-repeat;
  width: 450px;
  padding: 0!important;
  height: 48px;
  margin: 30px auto 20px;
  text-indent: -9999px;
  display: block;
}
#sysItemDetail .item_block .uketori_announce a:hover{
  opacity: 0.8;
}
/*オプション*/
#sysItemDetail #sysSelections div {
    margin-bottom: 0;
    text-align: right;
}
#sysItemDetail #sysSelections select{
  width: 50%;
  min-width: auto;
}
#sysItemDetail .sysRentalExtendDays{
  text-align: right;
}
#sysItemDetail .sysRentalExtendDays select{
  width: 50%;
  min-width: auto;
}
/*レビュー*/
#sysItemDetail #item_review{
  background: url(../img/original/pc/products/review.jpg)center top / 100% auto no-repeat;
  padding: 70px 0 0;
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.6;
}
#sysItemDetail #item_review .hoshi_icon{
  margin-left: 20px;
}
#sysItemDetail #item_review .sysReviewHistoryList{
  margin-top: -20px;
}
.sysReviewHistoryList li{
  margin: 15px 0px;
}
.sysReviewHistoryList li:first-child{
  margin-top: 0;
}
.sysReviewHistoryList .sysNickname{
  float: right;
  margin-left: 10px;
  font-size: 90%;
  margin-top: 5px;
}
.sysReviewHistoryList .sysEvaluation{
  color: #f7931e;
  float: left;
  margin-left: 18px;
  font-size: 1.45em;
  letter-spacing: -0.06em;
}
.sysReviewHistoryList .sysReviewText{
  clear: both;
  font-size: 15px;
  line-height: 1.6;
  border-top: solid 2px #87321f;
  padding: 8px 10px;
}
.sysReviewHistoryList .sysReviewDatetime{
  font-size: 90%;
  float: right;
  margin-left: 1em;
  margin-right: 8px;
  margin-top: 5px;
}
.sysReviewHistoryList .sysReviewDatetime::before{
  content: '投稿日：';
}
#sysItemDetail #item_review form input[type=submit]{
  font-size: 17px;
  margin-top: 10px;
}
#sysItemDetail #item_review form input[type=submit]:hover{
  text-decoration: none;
  cursor: pointer;
}
.hoshi_icon {
  vertical-align: middle;
}
.hoshi_icon span{
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.hoshi_icon .hoshi1{
  background: url(../img/original/pc/products/hoshi1.png)center top / 100% auto no-repeat;
}
.hoshi_icon .hoshi2{
  background: url(../img/original/pc/products/hoshi2.png)center top / 100% auto no-repeat;
}
.hoshi_icon .hoshi3{
  background: url(../img/original/pc/products/hoshi3.png)center top / 100% auto no-repeat;
}

/*関連商品*/
.item_kanren{
  background: url(../img/original/pc/products/kanren.jpg)center top / 100% auto no-repeat;
  padding: 60px 30px 0;
  margin-top: 50px;
}
body .item_kanren .sysContent .sysHorizontal li {
    width: 210px;
}
body .item_kanren .sysContent .sysHorizontal .sysItemImage img{
  height: 224px;
  width: 100%;
  object-fit: cover;
}
body .item_kanren .sysContent .sysHorizontal li .sysItemPrice{
  font-size: 20px;
}
body .item_kanren .sysContent .sysHorizontal li .sysItemPrice .kakaku{
  font-size: 14px;
  color: #000;  
}
body .item_kanren .sysContent .sysHorizontal li .sysItemPrice .zeibetu{
  font-size: 14px;
  color: #000;  
}
/*閲覧履歴*/
.item_etsuran{
  background: url(../img/original/pc/products/eturan.jpg)center top / 100% auto no-repeat;
  padding: 60px 30px 0;
  margin-top: 50px;
}
body .item_etsuran .sysContent .sysHorizontal li {
    width: 210px;
}
body .item_etsuran .sysContent .sysHorizontal .sysItemImage img{
  height: 224px;
  width: 100%;
  object-fit: cover;
}
body .item_etsuran .sysContent .sysHorizontal li .sysItemPrice{
  font-size: 20px;
}
body .item_etsuran .sysContent .sysHorizontal li .sysItemPrice .kakaku{
  font-size: 14px;
  color: #000;  
}
body .item_etsuran .sysContent .sysHorizontal li .sysItemPrice .zeibetu{
  font-size: 14px;
  color: #000;  
}

/*よくある質問*/
.faq{
  background: url(../img/original/pc/products/faq.jpg)center top / 100% auto no-repeat;
  padding: 60px 15px 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
.faq dt{
  background: url(../img/original/pc/products/faq_bg.jpg)center top / 100% auto no-repeat;
  font-size: 20px;
  font-weight: bold;
  color: #534741;
  padding: 5px 15px;
  line-height: 1.6;
  margin-top: 8px;
}
.faq dt:hover{
  cursor: pointer;
  text-decoration: underline;
}
.faq dd{
  display: none;
  font-size: 17px;
  line-height: 1.8;
  padding: 5px 20px;
}
.faq dd a{
  color: #2376dc;
}
.faq dd a:hover{
  text-decoration: underline;
}

/*黒留袖*/
#sysItemDetail #sysMain > * > .sysItemName > h1 {
  background: url(../img/original/pc/products/title_top.jpg) center top / 100% auto no-repeat, url(../img/original/pc/products/title_bottom.jpg) center bottom / 100% auto no-repeat, url(../img/original/pc/products/title_y.jpg) center top / 100% auto repeat-y;
  padding: 15px 25px 13px;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  margin: 0 0 20px;
  border-bottom: none;
}
.tome_cont1{
  background: url(../img/original/pc/products/tome/cont1.jpg)center top / 100% auto no-repeat;
  height: 820px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.75;
  margin-top: 50px;
}
.tome_cont1 a{
  display: block;
  width: 278px;
  height: 278px;
  float: left;
}
.tome_cont1 .li1{
  padding-top: 153px;
  padding-bottom: 7px;
}
.tome_cont1 .li1 a{
  background: url(../img/original/pc/products/tome/cont1_img1.png)center top / 100% auto no-repeat;
}
.tome_cont1 .li2 a{
  background: url(../img/original/pc/products/tome/cont1_img2.png)center top / 100% auto no-repeat;
}
.tome_cont1 .p1{
  float: left;
  margin: 48px 20px 0 20px;
  width: 550px;
}
.tome_cont2{
  background: url(../img/original/pc/products/tome/cont2.jpg)center top / 100% auto no-repeat;
  font-size: 19px;
  line-height: 1.7;
}
.tome_cont2 .p1{
  padding: 76px 10px 10px;
  margin: 0;
}
.tome_cont3{
  background: url(../img/original/pc/products/tome/cont3.jpg)center top / 100% auto no-repeat;
  height: 460px;
  padding-left: 240px;
  padding-bottom: 4%;
}
.tome_cont3 ul{
  padding-top: 6px;
}
.tome_cont3 li{
  float: left;
  width: 124px;
  height: 100px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.tome_cont3 li a{
  display: block;
  height: 100%;
  text-indent: -9999px;
}
.tome_cont3 li:nth-child(1) a{background: url(../img/original/pc/products/tome/img62.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(2) a{background: url(../img/original/pc/products/tome/img63.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(3) a{background: url(../img/original/pc/products/tome/img64.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(4) a{background: url(../img/original/pc/products/tome/img65.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(5) a{background: url(../img/original/pc/products/tome/img66.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(6) a{background: url(../img/original/pc/products/tome/img67.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(7) a{background: url(../img/original/pc/products/tome/img68.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(8) a{background: url(../img/original/pc/products/tome/img69.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(9) a{background: url(../img/original/pc/products/tome/img70.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(10) a{background: url(../img/original/pc/products/tome/img71.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(11) a{background: url(../img/original/pc/products/tome/img72.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(12) a{background: url(../img/original/pc/products/tome/img73.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(13) a{background: url(../img/original/pc/products/tome/img74.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(14) a{background: url(../img/original/pc/products/tome/img75.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(15) a{background: url(../img/original/pc/products/tome/img76.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(16) a{background: url(../img/original/pc/products/tome/img77.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(17) a{background: url(../img/original/pc/products/tome/img78.png)center top / 100% auto no-repeat;}
.tome_cont3 li:nth-child(18) a{background: url(../img/original/pc/products/tome/img79.png)center top / 100% auto no-repeat;}
.tome_cont3 .link{
  height: 130px;
  width: 253px;
  float: left;
  margin-left: 5px;
}
.tome_cont3 .link a{
  display: block;
  height: 100px;
  text-indent: -9999px;
 background: url(../img/original/pc/products/tome/img80.png)center top / 100% auto no-repeat;
}
.tome_cont3 a:hover{
  opacity: 0.8;
}
.tome_cont4{
  background: url(../img/original/pc/products/tome/cont4.jpg)center top / 100% auto no-repeat;
  height: 210px;
}
.tome_cont4 .p1{
  padding: 60px 30px 0 480px;
  font-size: 18px;
  line-height: 1.7;
}
/*お任せレンタル*/
.omakase_cont1{
  background: url(../img/original/pc/products/omakase/cont1.jpg)center top / 100% auto no-repeat;
}
.omakase_cont1 .p1{
  padding: 107px 380px 30px 20px;
  font-size: 17px;
  line-height: 1.8;
}
.omakase_cont2{
  background: url(../img/original/pc/products/omakase/cont2.jpg)center top / 100% auto no-repeat;
  height:380px;
}
.omakase_cont2 .p1{
  padding: 198px 60px 0;
  font-size: 19px;
  line-height: 1.8;
  margin: 0;
}
.omakase_cont3{
  background: url(../img/original/pc/products/omakase/cont3.jpg)center top / 100% auto no-repeat;
  height:570px;
}
.omakase_cont3 ul{
  padding: 110px 20px 0;
}
.omakase_cont3 li{
  float: left;
  width: 22.25%;
  margin-bottom: 2.2%;
  margin-left: 2.2%;
}
.omakase_cont3 li a{
  display: block;
  height: 0;
  padding-top: 100%;
}
.omakase_cont3 li:nth-child(1) a{background: url(../img/original/pc/products/omakase/cont3_img1.jpg)center top / 100% auto no-repeat;}
.omakase_cont3 li:nth-child(2) a{background: url(../img/original/pc/products/omakase/cont3_img2.jpg)center top / 100% auto no-repeat;}
.omakase_cont3 li:nth-child(3) a{background: url(../img/original/pc/products/omakase/cont3_img3.jpg)center top / 100% auto no-repeat;}
.omakase_cont3 li:nth-child(4) a{background: url(../img/original/pc/products/omakase/cont3_img4.jpg)center top / 100% auto no-repeat;}
.omakase_cont3 li:nth-child(5) a{background: url(../img/original/pc/products/omakase/cont3_img5.jpg)center top / 100% auto no-repeat;}
.omakase_cont3 li:nth-child(6) a{background: url(../img/original/pc/products/omakase/cont3_img6.jpg)center top / 100% auto no-repeat;}
.omakase_cont3 li:nth-child(7) a{background: url(../img/original/pc/products/omakase/cont3_img7.jpg)center top / 100% auto no-repeat;}
.omakase_cont3 li:nth-child(8) a{background: url(../img/original/pc/products/omakase/cont3_img8.jpg)center top / 100% auto no-repeat;}
.omakase_cont4{
  background: url(../img/original/pc/products/omakase/cont4.jpg)center top / 100% auto no-repeat;
  height:475px;
  font-size: 18px;
  line-height: 1.52;
  padding-left: 15px;
}
.omakase_cont4 li{
  float: left;
  width: 390px;
  margin-left: 31px;
  padding-top: 170px;
}
.omakase_cont5 {
  background: url(../img/original/pc/products/omakase/cont5.jpg) center top / 100% auto no-repeat;
  margin-top: 40px;
  height:67px;
}
.omakase_cont5 .p1 {
  font-size: 27px;
  line-height: 1.4;
  padding: 15px 20px 0 160px;
  margin: 0;
  color: #fff;
  font-weight: bold;
}
/*検索結果*/
.sysItemListDisp{
  background: url(../img/original/pc/products/search/search.jpg) center top / 100% auto no-repeat;
  padding-top: 80px;
  margin-top: 30px;
}
#sysItemSearch #sysMain .sysItemSearchForm{
  background: url(../img/original/pc/products/search/bg.jpg) center top / 100% auto repeat-y;
}
#sysItemSearch #sysMain .sysItemSearchForm .search_announce{
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  display: block;
}
#sysItemSearch #sysMain .sysItemSearchForm .sysRentalSchedulesCalendars{
  background-color: #fff;
  padding: 20px;
  margin-top: 10px;
}
#sysItemSearch #sysMain .sysItemSearchForm .sysItemSearchFormWord{
  max-width: 660px;
  margin: 30px auto 0;
}
#sysItemSearch #sysMain .sysItemSearchForm .sysItemSearchAndOr{
  max-width: 660px;
  margin: 0px auto 0;
}
#sysItemSearch #sysMain .sysItemSearchForm .sysItemSearchFormItemCategoryGroups{
  max-width: 660px;
  margin: 0 auto;
}
#sysItemSearch #sysMain .sysItemSearchForm .clear_button{
  background: url(../img/original/pc/products/search/button_clear.png) center top / 100% auto no-repeat;
  width: 24%;
  height: 70px;
  text-indent: -9999px;
  float: left;
  margin-top: 30px;
  margin-left: 7%;
}
#sysItemSearch #sysMain .sysItemSearchForm .sysSearchButton{
  background: url(../img/original/pc/products/search/button_kensaku.png) center top / 100% auto no-repeat;
  width: 57%;
  height: 70px;
  text-indent: -9999px;
  float: left;
  margin-left: 3%;
  margin-top: 30px;
}
.sysItemList{
  /*max-width: 760px;*/
  margin: 0 auto;
}
.search_box{
  width: 800px;
  margin: 0 auto;
}
.search_box .search_accordion{
  background: url(../img/original/pc/products/search/search_button.jpg) center top / 100% auto no-repeat;
  height: 80px;
}
#sysItemSearch .sysItemList .sysItemPrArea span{
  margin-bottom: 5px;
}
.sysItemList li{
  margin-bottom: 20px;
}
.sysItemList .sysThumbnailImage img{
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.sysItemList .sysItemName{
  margin-top: 3%;
  margin-bottom: 2%;
}
.sysItemList .sysItemName a {
  color: #8c6708;
  text-decoration: underline;
}
.sysItemList .sysRetailPrice{
  font-size: 20px;
}
.sysItemList .sysRetailPrice .kakaku{
  font-size: 14px;
  color: #000;
}
.sysItemList .sysRetailPrice .zeibetu{
  font-size: 14px;
  color: #000;
}
.sysItemList #sysDescriptionPc{
  display: none;
}
#sysMain .sysItemSearchFormInput{
  font-size: 18px;
}
body#sysItemSearch #sysMain .sysItemSearchFormWord input::placeholder {
  font-size: 18px;
}
body#sysItemSearch #sysMain .sysItemSearchFormInput .sysItemSearchFormSort{
  margin-left: 6.7%;
  margin-top: 30px;
}
body#sysItemSearch #sysMain .sysItemSearchFormInput select{
  font-size: 18px;
}
body#sysItemSearch #sysMain .sysItemSearchFormInput .sysItemSearchFormLimit{
  width: 300px;
  margin-top: 30px;
}
/*カテゴリページ*/
.siborikomi_button{
  width: 800px;
  margin: 25px auto;
}
.siborikomi_button a{
  background: url(../img/original/pc/products/search/search_button.jpg) center top / 100% auto no-repeat;
  height: 0;
  padding-top: 10%;
  display: block;
  position: relative;
}
.siborikomi_button a::before{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 2em;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.siborikomi_button a::after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 2em;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.siborikomi_button a:hover{
  opacity: 0.8;
}
/*一覧共通*/
.sysItemList .sysThumbnailImage .pr_osusume,
.top_new_list_original .sysItemPrArea .pr_osusume,
.item_7800 .sysItemPrArea .pr_osusume,
.item_7801_over .sysItemPrArea .pr_osusume{
  position: absolute;
  background: url(../img/original/pc/top/osusume_icon.png) center top / 96% auto no-repeat;
  content: '';
  width: 78px;
  height: 78px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  margin: 0;
}
/*お客様の声*/
.voice_title{
  background: url(../img/original/pc/voice/title.jpg) center top / 110% auto no-repeat;
  height: 90px;
}
.voice_cont1{
  background: url(../img/original/pc/voice/cont1.jpg) center top / 100% auto no-repeat;
  height: 340px;
}
.voice_cont1 .p1{
  padding: 31px 30px 0 235px;
  font-size: 20px;
  line-height: 1.7;
}
.sysReviewItemList{
  padding: 0 3%;
  margin-bottom: 80px;
}
#voice .sysReviewItemList li{
  padding: 2%;
  border-bottom: solid 1px #4d4d4d;
  border-top: none;
}
body .sysReviewItemList ul.sysReviewList li .sysThumbnailImage{
  width: 22%;
  margin-right: 2%;
}
body .sysReviewItemList ul.sysReviewList li .sysThumbnailImage img{
  width: 100%;
  height: auto;
}
.sysReviewItemList li .sysReviewItemName a{
  color: #91272d;
  text-decoration: underline;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
.sysReviewItemList li .sysReviewItemName a:nth-child(2){
  display: none;
}
.sysReviewItemList li .sysNickname{
  font-size: 16px;
  margin-top: 7px;
  margin-left: 24%;
}
.sysReviewItemList li .sysEvaluation{
  color: #f7931e;
  font-size: 19px;
  margin-left: 24%;
}
.sysReviewItemList li .sysReviewDatetime{
  font-size: 14px;
  margin-left: 24%;
}
.sysReviewItemList li .sysReviewText{
  margin-top: 10px;
  font-size: 16px;
  margin-left: 24%;
}
.sysReviewItemList li form{
  display: none;
}
/*セカンドページ*/
.second_content{
  font-size: 19px;
  line-height: 1.8;
}
.second_content p{
  margin: 0;
}
/*和匠の黒留袖について*/
body#kurotomesode .kurotomesode_content{
  background: url(../img/original/pc/kurotomesode/title.jpg) center top / 110% auto no-repeat;
  padding-top: 12.2%;
}
body#kurotomesode .kurotomesode_content .con01 .tt01{
  background: url(../img/original/pc/kurotomesode/cont1.jpg) center top / 100% auto no-repeat;
  margin-top: 2.5%;
}
body#kurotomesode .kurotomesode_content .con01 .tt01 .p1{
  padding: 10% 0 3% 35%;
}
body#kurotomesode .kurotomesode_content .con01 .tt02{
  background: url(../img/original/pc/kurotomesode/cont2.jpg) center top / 100% auto no-repeat;
}
body#kurotomesode .kurotomesode_content .con01 .tt02 .p1{
  padding: 6.3% 4.5% 3%;
}
body#kurotomesode .kurotomesode_content .con02 .tt01{
  background: url(../img/original/pc/kurotomesode/cont3.jpg) center top / 100% auto no-repeat;
}
body#kurotomesode .kurotomesode_content .con02 .tt01 .p1{
  padding: 29% 4.5% 0;
}
body#kurotomesode .kurotomesode_content .con03 .tt01{
  background: url(../img/original/pc/kurotomesode/cont4.jpg) center top / 100% auto no-repeat;
  margin-top: 3.5%;
}
body#kurotomesode .kurotomesode_content .con03 .tt01 .p1{
  padding: 25.2% 33% 3% 2%;
}
body#kurotomesode .kurotomesode_content .con03 .tt02{
  background: url(../img/original/pc/kurotomesode/cont5.jpg) center top / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont5_bottom.jpg) center bottom / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont5_y.jpg) center top / 100% auto repeat-y;
    padding: 30.5% 0 1.8%;
}
body#kurotomesode .kurotomesode_content .con03 .tt02 p{
  float: left;
  width: 29%;
  margin-left: 3.2%;
}
body#kurotomesode .kurotomesode_content .con03 .tt02 p.p1{
  margin-left: 4%;
}
body#kurotomesode .kurotomesode_content .con03 .tt03{
  background: url(../img/original/pc/kurotomesode/cont6.jpg) center top / 100% auto no-repeat;
  margin-top: 3.5%;
}
body#kurotomesode .kurotomesode_content .con03 .tt03 .p1{
  padding: 10.7% 3% 0;
}
body#kurotomesode .kurotomesode_content .con03 .tt04{
  background: url(../img/original/pc/kurotomesode/cont7.jpg) center top / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont7_y.jpg) center top / 100% auto repeat-y;
    padding: 34% 0 1.8%;
  margin-top: 3.5%;
}
body#kurotomesode .kurotomesode_content .con03 .tt04 p{
  float: left;
  width: 29%;
  margin-left: 3.2%;
  font-size: 98%;
}
body#kurotomesode .kurotomesode_content .con03 .tt04_2{
  background: url(../img/original/pc/kurotomesode/cont9.jpg) center top / 100% auto no-repeat;
  padding-top: 2.5%;
}
body#kurotomesode .kurotomesode_content .con03 .tt04_2 .p1{
  width: 28.5%;
  border: none;
  margin-left: 68%;
	position: relative;
	padding-top: 20%;
}
body#kurotomesode .kurotomesode_content .con03 .tt04_2 iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border:none;
}
body#kurotomesode .kurotomesode_content .con03 .tt05{
  background: url(../img/original/pc/kurotomesode/cont10.jpg) center top / 100% auto no-repeat;
  margin-top: 4%;
}
body#kurotomesode .kurotomesode_content .con03 .tt05 .p1{
  padding: 11% 35% 0 2.5%;
}
body#kurotomesode .kurotomesode_content .con03 .tt05 .p2{
  padding-left: 2.5%;
}
body#kurotomesode .kurotomesode_content .con03 .tt06{
  background: url(../img/original/pc/kurotomesode/cont11.jpg) center top / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont11_bottom.jpg) center bottom / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont11_y.jpg) center top / 100% auto repeat-y;
    padding: 7.2% 0 2.8%;
  margin-top: 3%;
  font-size: 93%;
  line-height: 1.6;
}
body#kurotomesode .kurotomesode_content .con03 .tt06 p{
  float: left;
  width: 43%;
  margin-left: 4.6%;
}
body#kurotomesode .kurotomesode_content .con03 .tt06 p.p1{
  margin-left: 5%;
}
body#kurotomesode .kurotomesode_content .con04 .tt01_img1{
  background: url(../img/original/pc/kurotomesode/cont12.jpg) center top / 100% auto no-repeat;
  padding-top: 19.4%;
}
body#kurotomesode .kurotomesode_content .con04 .tt01{
  background: url(../img/original/pc/kurotomesode/cont13.jpg) center top / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont13_img.jpg) center bottom / 100% auto no-repeat;
}
body#kurotomesode .kurotomesode_content .con04 .tt01 .p1{
  padding: 9.5% 3% 34%;
}
body#kurotomesode .kurotomesode_content .con04 .tt02{
  background: url(../img/original/pc/kurotomesode/cont14.jpg) center top / 100% auto no-repeat;
  margin-top: 3%;
}
body#kurotomesode .kurotomesode_content .con04 .tt02 .p1{
  padding: 6% 51% 5% 3.6%;
}
body#kurotomesode .kurotomesode_content .con05 .tt01{
  background: url(../img/original/pc/kurotomesode/cont15.jpg) center top / 100% auto no-repeat;
}
body#kurotomesode .kurotomesode_content .con05 .tt01 .p1{
  padding: 7% 33% 3% 3.6%;
}
body#kurotomesode .kurotomesode_content .con06{
  background: url(../img/original/pc/kurotomesode/cont16.jpg) center top / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont16_y.jpg) center top / 100% auto repeat-y;
  padding-top: 7%;
}
body#kurotomesode .kurotomesode_content .con06 .ul1{
  background: url(../img/original/pc/kurotomesode/cont16_1.png) center top / 100% auto no-repeat;
  position: relative;
  padding-bottom: 1.8%;
  font-size: 90%;
  line-height: 1.5;
}
body#kurotomesode .kurotomesode_content .con06 ul li{
  box-sizing: content-box;
}
body#kurotomesode .kurotomesode_content .con06 .ul1 li.li1{
  float: left;
  padding: 9% 0 0 4%;
  width: 47%;
}
body#kurotomesode .kurotomesode_content .con06 .ul1 li.li2{
  float: left;
  padding: 22% 0 0 0;
  width: 21%;
}
body#kurotomesode .kurotomesode_content .con06 .ul1 li.li3{
  float: left;
  padding: 22% 0 0 3.5%;
  width: 21%;
}
body#kurotomesode .kurotomesode_content .con06 .ul1 li.li4{
  position: absolute;
  top: 74%;
  left: 31%;
}
body#kurotomesode .kurotomesode_content .con06 .p1{
  text-align: right;
  margin-bottom: 1%;
  margin-right: 1em;
  color: #4d4d4d;
  font-size: 81%;
}
body#kurotomesode .kurotomesode_content .con06 .ul2{
  background: url(../img/original/pc/kurotomesode/cont16_2.png) center top / 100% auto no-repeat;
  padding-bottom: 3%;
}
body#kurotomesode .kurotomesode_content .con06 .ul2 li.li1{
  float: left;
  padding: 11% 0 0 4%;
  width: 47%;
}
body#kurotomesode .kurotomesode_content .con06 .ul2 li.li2{
  float: left;
  width: 40.8%;
  margin: 22.5% 0 0 3.6%;
}
body#kurotomesode .kurotomesode_content .con06 .ul2 li.li2 a{
  background: url(../img/original/pc/kurotomesode/cont16_2button.png) center top / 100% auto no-repeat;
  display: block;
  height: 0;
  padding-top:12%;
}
body#kurotomesode .kurotomesode_content .con06 .ul3{
  background: url(../img/original/pc/kurotomesode/cont16_3.png) center top / 100% auto no-repeat;
  padding-bottom: 3%;
}
body#kurotomesode .kurotomesode_content .con06 .ul3 li.li1{
  float: left;
  padding: 10.5% 0 0 4%;
  width: 47%;
}
body#kurotomesode .kurotomesode_content .con06 .ul3 li.li2{
  float: left;
  width: 40.8%;
  margin: 24.5% 0 0 3.6%;
}
body#kurotomesode .kurotomesode_content .con06 .ul3 li.li2 a{
  background: url(../img/original/pc/kurotomesode/cont16_3button.png) center top / 100% auto no-repeat;
  display: block;
  height: 0;
  padding-top:12%;
}
body#kurotomesode .kurotomesode_content .con06 a:hover{
  opacity: 0.8;
}
body#kurotomesode .kurotomesode_content .con07{
  background: url(../img/original/pc/kurotomesode/cont17.jpg) center top / 100% auto no-repeat;
  margin-top: 4%;
  padding: 12.5% 1% 0;
}
body#kurotomesode .kurotomesode_content .con07 .item01 .p1{
  background: url(../img/original/pc/kurotomesode/cont17_1.jpg) center top / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont17_y.jpg) center top / 100% auto repeat-y;
}
body#kurotomesode .kurotomesode_content .con07 .item02 .p1{
  background: url(../img/original/pc/kurotomesode/cont17_2.jpg) center top / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont17_y.jpg) center top / 100% auto repeat-y;
}
body#kurotomesode .kurotomesode_content .con07 .item03 .p1{
  background: url(../img/original/pc/kurotomesode/cont17_3.jpg) center top / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont17_y.jpg) center top / 100% auto repeat-y;
}
body#kurotomesode .kurotomesode_content .con07 .item04 .p1{
  background: url(../img/original/pc/kurotomesode/cont17_4.jpg) center top / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont17_y.jpg) center top / 100% auto repeat-y;
}
body#kurotomesode .kurotomesode_content .con07 .slideitem{
  padding: 0 0.4em;
  font-size: 90%;
  line-height: 1.5;
}
body#kurotomesode .kurotomesode_content .con07 .slideitem .p1{
  padding: 27% 3% 3%;
  line-height: 1.5;
  min-height: 10.5em;
  box-sizing: content-box;
}
body#kurotomesode .kurotomesode_content .con07 .slick-next {
  background: url(../img/original/pc/kurotomesode/next.png) center top / 100% auto no-repeat;
  width: 3.5%;
  height: 0;
  padding-top: 5%;
  right: -15px;
  z-index: 9;
}
body#kurotomesode .kurotomesode_content .con07 .slick-prev {
  background: url(../img/original/pc/kurotomesode/prev.png) center top / 100% auto no-repeat;
  width: 3.5%;
  height: 0;
  padding-top: 5%;
  left: -15px;
  z-index: 9;
}
body#kurotomesode .kurotomesode_content .con07 .slick-next:hover,
body#kurotomesode .kurotomesode_content .con07 .slick-prev:hover{
  opacity: 0.8;
}
body#kurotomesode .kurotomesode_content .con08 .tt01{
  background: url(../img/original/pc/kurotomesode/cont18.jpg) center top / 100% auto no-repeat,
    url(../img/original/pc/kurotomesode/cont19.jpg) center bottom / 100% auto no-repeat;
  margin-top: 5%;
}
body#kurotomesode .kurotomesode_content .con08 .tt01 .p1{
  padding: 12.5% 6% 22%;
}
/*着物に似合うヘアスタイル*/
body#hairstyle .hairstyle_content{
  background: url(../img/original/pc/hairstyle/title.jpg) center top / 110% auto no-repeat;
  padding: 10% 3% 0;
}
body#hairstyle .hairstyle_content .cont1 .ul1{
  margin: 2% 2% 0;
}
body#hairstyle .hairstyle_content .cont1 .ul1 li{
  height: 393px;
}
body#hairstyle .hairstyle_content .cont1 .ul1 li p{
  padding: 12.5% 63.5% 0 1%;
  text-align: center;
  line-height: 1.4em;
}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li1{background: url(../img/original/pc/hairstyle/bg01.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li2{background: url(../img/original/pc/hairstyle/bg02.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li3{background: url(../img/original/pc/hairstyle/bg03.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li4{background: url(../img/original/pc/hairstyle/bg04.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li5{background: url(../img/original/pc/hairstyle/bg05.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li6{background: url(../img/original/pc/hairstyle/bg06.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li7{background: url(../img/original/pc/hairstyle/bg07.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li8{background: url(../img/original/pc/hairstyle/bg08.png) center top / 100% auto no-repeat;}
body#hairstyle .hairstyle_content .cont1 .ul1 li.li9{background: url(../img/original/pc/hairstyle/bg09.png) center top / 100% auto no-repeat;}
/*7800円よりご提供する留袖*/
.tome7800_content{
  background: url(../img/original/pc/7800/title.jpg) center top / 110% auto no-repeat;
  padding: 12.3% 0 0;
}
.tome7800_content .cont1{
  background: url(../img/original/pc/7800/cont1.jpg) center top / 100% auto no-repeat;
  margin-top: 3%;
}
.tome7800_content .cont1 .p1{
  padding: 39.5% 3% 4%;
}
.tome7800_content .cont2{
  background: url(../img/original/pc/7800/cont2.jpg) center top / 100% auto no-repeat;
  margin-top: 3%;
  height: 600px;
}
.tome7800_content .cont2 .p1{
  padding: 15% 4% 0 28%;
}
.tome7800_content .cont2_2{
  background: url(../img/original/pc/7800/cont2_2.jpg) center top / 100% auto no-repeat;
}
.tome7800_content .cont2_2 .p1{
  line-height: 1.65;
  padding: 6.2% 51% 4% 3.5%;
}
.tome7800_content .cont3{
  background: url(../img/original/pc/kurotomesode/cont16.jpg) center top / 100% auto no-repeat,
   url(../img/original/pc/kurotomesode/cont16_y.jpg) center top / 100% auto repeat-y;
  padding-top: 7%;
}
.tome7800_content .cont3 .bg{
  background: url(../img/original/pc/7800/cont3.png) center top / 100% auto no-repeat,
    url(../img/original/pc/7800/cont3_bottom.png) center bottom / 100% auto no-repeat;
  padding: 22% 0 1.1%;
}
.tome7800_content .cont3 .ul1{
  background: url(../img/original/pc/7800/cont3_y.png) center top / 100% auto repeat-y;
  padding-bottom: 0.5%;
}
.tome7800_content .cont3 .ul1 li{
  float: left;
  width: 21.7%;
  margin-left: 2.9%;
  line-height: 1.6;
  font-size: 0.9em;
}
.tome7800_content .cont3 .ul1 li:first-child{
  margin-left: 2.6%;
}
.tome7800_content .cont3 .p1{
  text-align: right;
  font-size: 0.8em;
  color: #4d4d4d;
  margin-right:1em;
}
.tome7800_content .cont3 .ul2{
  padding: 0.8% 1% 0;
}
.tome7800_content .cont3 .ul2 li{
  float: left;
  width: 50%;
}
.tome7800_content .cont3 .ul2 li a{
  display: block;
  height: 0;
  padding-top: 39%;
}
.tome7800_content .cont3 .ul2 li.li1 a{background: url(../img/original/pc/7800/cont3_button1.png) center top / 100% auto no-repeat;}
.tome7800_content .cont3 .ul2 li.li2 a{background: url(../img/original/pc/7800/cont3_button2.png) center top / 100% auto no-repeat;}
.item_7800{
  margin-top: 3%;
  background: url(../img/original/pc/7800/cat7800.jpg) center top / 100% auto no-repeat;
  padding-top: 13.5%;
}
.item_7801_over{
  margin-top: 3%;
  background: url(../img/original/pc/7800/cat_all.jpg) center top / 100% auto no-repeat;
  padding-top: 8%;
}
.tome7800_content2 .button_7800{
  width: 84%;
  margin: 0% auto 7%;
}
.tome7800_content2 .button_7800 a{
  background: url(../img/original/pc/7800/cat7800_button.jpg) center top / 100% auto no-repeat;
  display: block;
  height: 0;
  padding-top: 10%;
}
.tome7800_content2 .button_7800 a:hover{
  opacity: 0.8;
}
.tome7800_content3 .button_7801_over{
  width: 84%;
  margin: 0% auto 5%;
}
.tome7800_content3 .button_7801_over a{
  background: url(../img/original/pc/7800/cat_all_button.jpg) center top / 100% auto no-repeat;
  display: block;
  height: 0;
  padding-top: 10%;
}
.tome7800_content3 .button_7801_over a:hover{
  opacity: 0.8;
}
/*会社概要*/
body#abouts .abouts_content{
  background: url(../img/original/pc/abouts/title.jpg) center top / 110% auto no-repeat;
  padding: 10% 3% 0;
}
body#abouts .cont1{
  background: url(../img/original/pc/abouts/cont1.jpg) center top / 100% auto no-repeat;
}
body#abouts .cont1 .p1{
  padding: 10.5% 31% 4% 0.7%;
}
#sysMain .common_title1{
  border-bottom: solid 1px #000;
  font-weight: bold;
  font-size: 22px;
  padding-left: 0.95em;
  position: relative;
  margin-bottom: 2%;
  margin-top: 5%;
}
#sysMain .common_title1.mt0{
  margin-top: 0;
}
.common_title1::before{
  content: '';
  display: block;
  width: 0.4em;
  background-color: #b58d29;
  height:80%;
  position: absolute;
  left: 0.1em;
  top:10%;
}
body#abouts .cont2{
  width: 98%;
  margin: 0 auto;
}
body#abouts .cont2_2{
  background: url(../img/original/pc/abouts/cont2.jpg) center top / 100% auto no-repeat;
  padding: 4.5% 1.5% 0;
  margin-top: 3%;
}
body#abouts .cont2_2 ul li{
  float: left;
  width: 33.3%;
}
body#abouts .cont2_2 ul li a{
  display: block;
  text-align: center;
  text-decoration: underline;
  font-size: 0.9em;
  padding: 5.8% 0;
}
body#abouts .cont2_2 ul li.li1 a{
  background: url(../img/original/pc/abouts/cont2_button1.jpg) center top / 100% auto no-repeat;
  color: #006837;
}
body#abouts .cont2_2 ul li.li2 a{
  background: url(../img/original/pc/abouts/cont2_button2.jpg) center top / 100% auto no-repeat;
  color: #276ebf;
}
body#abouts .cont2_2 ul li.li3 a{
  background: url(../img/original/pc/abouts/cont2_button3.jpg) center top / 100% auto no-repeat;
  color: #635873;
}
body#abouts .cont2_2 ul li a:hover{
  text-decoration: none;
}
body#abouts .cont3{
  background: url(../img/original/pc/abouts/cont3.jpg) center bottom / 100% auto no-repeat;
  padding-bottom: 23%;
}
body#abouts .cont3 table.table1{
  width: 98%;
  margin: 0 auto;
}
body#abouts .cont3 table.table1 th{
  width: 11em;
}
/*よくあるご質問*/
body#faq .faq_content{
  background: url(../img/original/pc/qa/title.jpg) center top / 110% auto no-repeat;
  padding-top: 10.2%;
}
body#faq .cont1{
  background: url(../img/original/pc/qa/cont1.jpg) left top 1.1% / 37.8% auto no-repeat;
  padding-left: 38%;
  padding-right: 2%;
  line-height: 1.91em;
}
body#faq .cont1 .p2{
  margin-top: 3%;
}
body#faq .cont1 .p2 a{
  background: url(../img/original/pc/qa/cont1_button.jpg) center top / 100% auto no-repeat;
  display: block;
  height: 0;
  padding-top: 9%;
}
body#faq .cont2{
  background: url(../img/original/pc/qa/cont2.jpg) center top / 100% auto no-repeat;
  padding-top:6.8%;
  margin-top: 3%;
}
.faq_list{
  padding-left: 2%;
  padding-right: 2%;
}
.faq_list dt{
  background: url(../img/original/pc/qa/q.jpg) left top 0.9em / 4.1% auto no-repeat;
  color: #7d611c;
  font-weight: bold;
  padding: 1.2% 2% 1.2% 5%;
  border-top: solid 1px #c5b097;
}
.faq_list dt:hover{
  cursor: pointer;
}
.faq_list dt:first-child{
  border-top: none;
}
.faq_list dt.qa1{background-image: url(../img/original/pc/qa/q1.jpg);}
.faq_list dt.qa2{background-image: url(../img/original/pc/qa/q2.jpg);}
.faq_list dt.qa3{background-image: url(../img/original/pc/qa/q3.jpg);}
.faq_list dt.qa4{background-image: url(../img/original/pc/qa/q4.jpg);}
.faq_list dt.qa5{background-image: url(../img/original/pc/qa/q5.jpg);}
.faq_list dd{
  background: url(../img/original/pc/qa/a.jpg) left top 0.3em / 4.1% auto no-repeat;
  padding: 0 2% 3% 5%;
}
.faq_list dd:last-child{
  border-bottom: solid 1px #c5b097;
}
.faq_list dd p+p {
  margin-top: 3%;
}
.faq_list_wrap .faq_list dd{
  background-image: url(../img/original/pc/qa/a2.jpg);
}
.faq_list dd a{
  color: #2376dc;
  text-decoration: underline;
}
.faq_list dd a:hover{
  text-decoration: none;
}
.faq_list dt.accordion + dd{
  display: none;
}
body#faq .faq_menu{
  background: url(../img/original/pc/qa/cont2.jpg) center top / 100% auto no-repeat;
  padding: 7% 1.25% 0;
  margin-top: 3%;
}
body#faq .faq_menu li{
  float: left;
  width: 33.3%;
}
body#faq .faq_menu a{
  background: url(../img/original/pc/qa/cont3_button.jpg) center top / 100% auto no-repeat;
  display: block;
  padding:4.6% 12% 4.4% 7%;
  color: #fff;
  font-weight: bold;
}
.faq_list_wrap > dt{
  border-bottom: solid 3px #b58d29;
  font-size: 1.18em;
  color: #db9442;
  font-weight: bold;
  padding: 0 2%;
  margin-top: 2.5%;
  line-height: 1.5;
}
.faq_list_wrap .faq_list dt{
  padding-top: 2.2%;
  background-position:left top 1.3em;
}
.faq_list_wrap .faq_list dt:hover{
  cursor: default;
}
body#faq .totop{
  text-align: right;
  margin:1% 1em 4% 0;
}
body#faq .totop a{
  background: url(../img/original/pc/qa/icon.jpg) left top / 1em auto no-repeat;
  color: #db9442;
  border-bottom: solid 1px #db9442;
  padding-left: 1.2em;
  line-height: 1em;
  display: inline-block;
}
body#faq .totop a:hover{
  border-bottom: none;
}
.faq_list_wrap dd table{
  width: 100%;
  table-layout: fixed;
  text-align: center;
  font-size: 0.9em;
  margin-top: 1%;
}
.faq_list_wrap dd table th{
  background: #f0f0f0;
  padding: 0.2em 0.5em;
  border: 1px solid #ccc;
  text-align: left;
  font-weight: normal;
}
.faq_list_wrap dd table th.c{
  text-align: center;
}
.faq_list_wrap dd table td{
  padding: 0.2em 0.5em;
  border: 1px solid #ccc;
}
/*特定商取引法に関する表示*/
body#order .second_content {
  font-size: 16px;
}
body#order .order_content{
  background: url(../img/original/pc/order/title.jpg) center top / 110% auto no-repeat;
  padding-top: 7%;
}
body#order .cont1{
  padding: 0 2%;
}
/*個人情報保護方針*/
body#privacy .second_content {
  font-size: 16px;
}
body#privacy .privacy_content{
  background: url(../img/original/pc/privacy/title.jpg) center top / 110% auto no-repeat;
  padding-top: 7%;
}
body#privacy .cont1 {
  padding: 0 2%;
}
body#privacy .cont1 dl {
  padding: 0 1%;
}
body#privacy .cont1 dl dt{
  margin: 1.8% 0 0.7%;
}
body#privacy .cont1 dl dd{
  margin: 0.7% 0 3%;
}
body#privacy .cont1 >dl+dl {
  padding-top: 2%;
}
/*table*/
table.table1.small{
  font-size: 0.9em;
}
/*私の留袖レンタル物語-一覧*/
body#monogatari .monogatari_content{
  background: url(../img/original/pc/monogatari/title.jpg) center top / 110% auto no-repeat;
  padding-top: 9%;
}
body#monogatari .cont1{
  background: url(../img/original/pc/monogatari/cont1.jpg) center top / 100% auto no-repeat;
}
body#monogatari .cont1 .p1{
  padding: 8% 43% 3% 4.5%;
}
body#monogatari .cont1 .p2{
  padding: 0 45% 3% 4.5%;
}
body#monogatari .cont1 .p3{
  padding: 0 60.5% 3% 4.5%;
}
body#monogatari .cont1 .p4{
  padding: 0 60.5% 3% 4.5%;
}
.monogatari_list{
  background: url(../img/original/pc/monogatari/mokuji_title.png) center top 2% / 100% auto no-repeat,
    url(../img/original/pc/monogatari/mokuji_bg.jpg) center top / 100% auto repeat-y;
    padding: 6% 1% 2%;
  width: 91%;
  margin: 3% auto 0;
}
.monogatari_list ul{
  border: solid 1px #c5b097;
  background-color: #fff;
  height: 570px;
  overflow-y: scroll;
  padding: 1%;
}
.monogatari_list ul li{
  background: url(../img/original/pc/monogatari/mokuji_icon.jpg) left 2% top 0.8em / 3% auto no-repeat;
  padding:1.4% 1% 1.4% 6%;
  border-bottom: dashed 1px #b1b1b1;
}
.monogatari_list ul li a{
  color: #665443;
  font-weight: bold;
}
.monogatari_list ul li a.active{
  color: #ef5a24;
}
.monogatari_list ul li a:hover{
  color: #ef5a24;
  text-decoration: underline;
}
/*私の留袖レンタル物語-詳細*/
.monogatari_detail{
  background: url(../img/original/pc/monogatari/title.jpg) center top / 110% auto no-repeat;
  padding: 11% 3% 0;
}
.monogatari_detail .monogatari_title .p0{
  background: url(../img/original/pc/monogatari_detail/title_bg.jpg) center top / 100% auto repeat-y;
  font-weight: bold;
  padding: 0.5% 1.5%;
  color: #534741;
  font-size: 1.36em;
}
.monogatari_detail .monogatari_title .p0 span{
  color: #ef5a24;
}
.monogatari_detail .monogatari_title .p1{
  text-align: right;
  font-size: 0.9em;
  margin-top: 0.8%;
}
.monogatari_detail .content{
  padding: 1% 1.2% 0;
}
.monogatari_detail .content p{
  margin: 1% 1% 5%;
}
.monogatari_detail .content img.alignright{
  float: right;
  margin: 0 0 0.3em 1em;
}
.monogatari_detail .content h3{
  color: #b58d29;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: solid 1px #534741;
  margin-bottom: 1%;
}
.monogatari_detail .content *+h3{
  margin-top: 5%;
}
.monogatari_detail .content h3::before {
  content: "■";
}
.monogatari_detail .honbun{
  margin: 0 1%;
}
.page_navi{
  margin: 4% 0 10%;
}
.page_navi li{
  width: 120px;
  margin: 0 8px;
}
.page_navi li a{
  line-height: 38px;
}
.monogatari_detail table th{
  width: 10.5em;
}
/*お母さま240人アンケート*/
.mother240_content{
  background: url(../img/original/pc/240/title.jpg) center top / 110% auto no-repeat;
  padding: 10% 3% 0;
}
.mother240_content .cont2{
  background: url(../img/original/pc/240/cont1.jpg) center top / 100% auto no-repeat;
  margin-top: 3%;
}
.mother240_content .cont2 .p1{
  padding: 6.7% 2.5% 1.5%;
}
.mother240_content .cont2 .ul1{
  background: url(../img/original/pc/240/cont1_2.png) center top / 100% auto no-repeat;
  color: #534741;
  padding:1.7% 0 2.5% 7.4%;
}
.mother240_content .cont2 .ul1 li{
  margin-bottom: 1.6%;
  font-size: 0.95em;
  line-height: 1.5em;
  font-weight: bold;
}
.mother240_content .cont2 .ul1 li .s1{
  font-size: 0.8em;
  font-weight: normal;
}
.mother240_content .cont2 .ul1 li.li5{
  padding-left:0.6em;
  text-indent:-0.6em;
}
.mother240_content .cont2 .p2{
  padding:0 2.5% 3%;
}
.mother240_content .cont2 .p3{
  padding:0 2.5% 4%;
}
/*よくわかる留袖の教科書*/
.textbook_wrap{
  background: url(../img/original/pc/textbook/title.jpg) center top / 110% auto no-repeat;
  padding: 9.5% 3% 0;
}
.textbook_menu {
  background: url(../img/original/pc/textbook/menu_footer.png) center bottom / 48% auto no-repeat;
  padding-bottom: 3.5%;
  margin-top: 2%;
}
.textbook_menu_sita .textbook_menu {
  background: url(../img/original/pc/textbook/menu_header.png) center top / 100% auto no-repeat,
  url(../img/original/pc/textbook/menu_footer.png) center bottom / 48% auto no-repeat;
  padding-bottom: 3.5%;
  margin-top: 7%;
  padding-top:4.5%;
}
.textbook_menu li{
  float: left;
  width: 32.6%;
  margin-left: 1%;
  margin-bottom: 0.8%;
}
.textbook_menu li:nth-child(3n+1){
  margin-left: 0;
  clear: both;
}
.textbook_menu li a{
  display: block;
  text-indent: -9999px;
  height: 0;
  padding-top: 20.2%;
}
.textbook_menu li.item01 a{background: url(../img/original/pc/textbook/menu01.png) center top / 100% auto no-repeat;}
.textbook_menu li.item02 a{background: url(../img/original/pc/textbook/menu02.png) center top / 100% auto no-repeat;}
.textbook_menu li.item03 a{background: url(../img/original/pc/textbook/menu03.png) center top / 100% auto no-repeat;}
.textbook_menu li.item04 a{background: url(../img/original/pc/textbook/menu04.png) center top / 100% auto no-repeat;}
.textbook_menu li.item05 a{background: url(../img/original/pc/textbook/menu05.png) center top / 100% auto no-repeat;}
.textbook_menu li.item06 a{background: url(../img/original/pc/textbook/menu06.png) center top / 100% auto no-repeat;}
.textbook_menu li.item01 a.active{background: url(../img/original/pc/textbook/menu01on.png) center top / 100% auto no-repeat;}
.textbook_menu li.item02 a.active{background: url(../img/original/pc/textbook/menu02on.png) center top / 100% auto no-repeat;}
.textbook_menu li.item03 a.active{background: url(../img/original/pc/textbook/menu03on.png) center top / 100% auto no-repeat;}
.textbook_menu li.item04 a.active{background: url(../img/original/pc/textbook/menu04on.png) center top / 100% auto no-repeat;}
.textbook_menu li.item05 a.active{background: url(../img/original/pc/textbook/menu05on.png) center top / 100% auto no-repeat;}
.textbook_menu li.item06 a.active{background: url(../img/original/pc/textbook/menu06on.png) center top / 100% auto no-repeat;}
.textbook_content > dl > dt{
  background: url(../img/original/pc/textbook/bg01.jpg) center top / 100% auto repeat-y;
  padding: 1% 2% 0.5%;
  margin-top: 4%;
  color: #534741;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.5em;
}
.textbook_content > dl > dd > dl > dt{
  margin-top: 2.5%;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: solid 1px #534741;
}
.textbook_content > dl > dd > dl > dd > dl > dt{
  margin-top: 0.8%;
  font-weight: bold;
  margin-left: 0.2em;
}
.textbook_content > dl > dd > dl > dd > dl > dd{
  padding-left: 1.5%;
  margin-left: 1%;
  border-left-style: solid;
  border-left-width: 2px;
  margin-bottom: 4%;
}
.textbook_content > dl > dd > dl > dd > dl > dd p{
  margin-bottom: 4%;
}
.textbook_content > dl > dd > dl > dd > dl > dd p:last-child{
  margin-bottom: 0;
}
.textbook_content > dl > dd > dl > dd > dl > dd .alignRight{
  float: right;
  margin: 0 0 1% 2%;
  width: 164px;
}
.textbook_content > dl > dd > dl > dd > dl > dd .alignRight.img04{width: 235px;}
.textbook_content > dl > dd > dl > dd > dl > dd .alignRight.img06{width: 195px;}
.textbook_content > dl > dd > dl > dd > dl > dd .alignRight.img07{width: 214px;}
.textbook_content > dl > dd > dl > dd > dl > dd .alignRight.img08{width: 224px;}
.textbook_content > dl > dd > dl > dd > dl > dd .alignRight.img09{width: 234px;}
.textbook_content > dl > dd > dl > dd > dl > dd .alignRight.img11{width: 234px;}
/*留袖コラム-一覧*/
body#column .column_content{
  background: url(../img/original/pc/column/title.jpg) center top / 110% auto no-repeat;
  padding: 11% 3% 0;
}
body#column .column_content .cont1{
  background: url(../img/original/pc/column/cont1.jpg) center top / 100% auto no-repeat;
  padding: 12% 0 0;
}
.column_menu{
  background: url(../img/original/pc/column/bg.jpg) center top / 100% auto no-repeat,
    url(../img/original/pc/column/bg_bottom.jpg) center bottom / 100% auto no-repeat,
    url(../img/original/pc/column/bg_y.jpg) center top / 100% auto repeat-y;
  padding: 4% 3% 1% 3.5%;
  width: 77%;
  margin: 0 auto;
}
.column_menu li{
  border-left: solid 9px #8a6d24;
  padding-left: 2%;
  line-height: 1.5em;
  margin-bottom: 5%;
}
.column_menu li a{
  color: #42210b;
}
.column_menu li a:hover{
  color: #db9442;
  text-decoration: underline;
}
.column_menu li a.active{
  color: #db9442;
}
/*留袖コラム-詳細*/
.column_detail_wrap{
  background: url(../img/original/pc/column_detail/title.jpg) center top / 110% auto no-repeat;
  padding: 10% 3% 0;
}
.column_detail_wrap .column_detail{
  padding: 12% 2% 0;
}
.column01_content .column_detail{background: url(../img/original/pc/column_detail/img04.png) center top / 100% auto no-repeat;}
.column02_content .column_detail{background: url(../img/original/pc/column_detail/img10.png) center top / 100% auto no-repeat;padding-top: 8%;}
.column03_content .column_detail{background: url(../img/original/pc/column_detail/img16.png) center top / 100% auto no-repeat;}
.column04_content .column_detail{background: url(../img/original/pc/column_detail/img22.png) center top / 100% auto no-repeat;}
.column05_content .column_detail{background: url(../img/original/pc/column_detail/img28.png) center top / 100% auto no-repeat;padding-top: 8%;}
.column06_content .column_detail{background: url(../img/original/pc/column_detail/img34.png) center top / 100% auto no-repeat;}
.column07_content .column_detail{background: url(../img/original/pc/column_detail/img41.png) center top / 100% auto no-repeat;}
.column08_content .column_detail{background: url(../img/original/pc/column_detail/img48.png) center top / 100% auto no-repeat;}
.column09_content .column_detail{background: url(../img/original/pc/column_detail/img54.png) center top / 100% auto no-repeat;padding-top: 8%;}
.column10_content .column_detail{background: url(../img/original/pc/column_detail/img60.png) center top / 100% auto no-repeat;}
.column_detail_wrap .column_detail dd{
  padding: 1.5% 2% 0;
  margin-bottom: 4%;
}
.column_detail_wrap .column_detail dd img{
  float: right;
  margin: 1% 0 1% 2%;
}
.column_detail_wrap .column_detail dd img.alignLeft{
  float: left;
  margin: 1% 2% 1% 0;
}
.column_detail_wrap .column_detail dd img.img56{
  float: left;
  margin: 1% 2% 1% 0;
}
.column_detail_wrap .column_detail dd img.img58{
  float: right;
  margin: 1% 0 1% 2%;
}
.column_detail_wrap .column_detail dd img.img06{width:20%;}
.column_detail_wrap .column_detail dd img.img09{width:35%;}
.column_detail_wrap .column_detail dd img.img12{width:36%;}
.column_detail_wrap .column_detail dd img.img15{width:20%;}
.column_detail_wrap .column_detail dd img.img19{width:20%;}
.column_detail_wrap .column_detail dd img.img21{width:20%;}
.column_detail_wrap .column_detail dd img.img24{width:20%;}
.column_detail_wrap .column_detail dd img.img26{width:26%;}
.column_detail_wrap .column_detail dd img.img30{width:18%;}
.column_detail_wrap .column_detail dd img.img32{width:36%;}
.column_detail_wrap .column_detail dd img.img36{width:22%;}
.column_detail_wrap .column_detail dd img.img38{width:29%;}
.column_detail_wrap .column_detail dd img.img40{width:30%;}
.column_detail_wrap .column_detail dd img.img43{width:18%;}
.column_detail_wrap .column_detail dd img.img45{width:30%;}
.column_detail_wrap .column_detail dd img.img47{width:26%;}
.column_detail_wrap .column_detail dd img.img50{width:18%;}
.column_detail_wrap .column_detail dd img.img52{width:20%;}
.column_detail_wrap .column_detail dd img.img56{width:18%;}
.column_detail_wrap .column_detail dd img.img58{width:30%;}
.column_detail_wrap .column_detail dd img.img62{width:30%;}
.column_detail_wrap .column_detail dd img.img64{width:38%;}
.column_detail_wrap .column_detail dd p{
  margin-bottom: 4%;
}
.column_detail_wrap .column_detail dd p:last-child{
  margin-bottom: 0;
}
.column_detail_wrap .column_detail dd::after{
  content: "";
  clear: both;
  display: block;
}
.column_detail_menu{
  margin: 6% 5%;
}
.column_detail_menu li{
  width: 48.5%;
  float: left;
}
.column_detail_menu li:nth-child(2){
  margin-left: 3%;
}
.column_detail_menu li a{
  line-height: 3em;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: bold;
  background-color: #736357;
  border: solid 2px #736357;
  transition: 0.2s;
}
.column_detail_menu li a:hover{
  background-color: #fff;
  color: #736357;
}
/*留袖コラム-詳細11*/
.column11_content .blog_header {
    background: url(../img/original/pc/column_detail/line1.png) no-repeat center top,
      url(../img/original/pc/column_detail/line2.png) no-repeat center bottom;
    padding: 2% 2%;
    margin-bottom: 3%;
    margin-top: 2%;
}
.column11_content .blog_header .date {
    color: #666666;
    font-size: 0.95em;
}
.column11_content .blog_header .title {
    font-size: 1.35em;
    line-height: 1.5;
    font-weight: bold;
    color: #534741;
}
.column11_content .mce-content-body{
  padding:0 3%;
}
.column11_content .mce-content-body p{
  margin-bottom: 4%;
}
.column11_content .mce-content-body p.title1{
  font-weight: bold;
  margin: 2% 0 1%;
}
/*お買い物ガイド*/
body#shopguide .shopguide_content{
  background: url(../img/original/pc/shopguide/title.jpg) center top / 110% auto no-repeat;
  padding: 11% 3% 0;
}
body#shopguide .shopguide_menu{
  background: url(../img/original/pc/shopguide/menu.jpg) center top / 100% auto no-repeat;
  padding: 4% 0.7% 3%;
}
body#shopguide .shopguide_menu li{
  float: left;
  width: 20%;
}
body#shopguide .shopguide_menu li a{
  display: block;
  text-indent: -9999px;
  height: 0;
  padding-top:36%;
}
body#shopguide .shopguide_menu li.li1 a{background:url(../img/original/pc/shopguide/menu1.jpg) center top / 100% auto no-repeat;}
body#shopguide .shopguide_menu li.li2 a{background:url(../img/original/pc/shopguide/menu2.jpg) center top / 100% auto no-repeat;}
body#shopguide .shopguide_menu li.li3 a{background:url(../img/original/pc/shopguide/menu3.jpg) center top / 100% auto no-repeat;}
body#shopguide .shopguide_menu li.li4 a{background:url(../img/original/pc/shopguide/menu4.jpg) center top / 100% auto no-repeat;}
body#shopguide .shopguide_menu li.li5 a{background:url(../img/original/pc/shopguide/menu5.jpg) center top / 100% auto no-repeat;}

body#shopguide .shopguide_cont{
  background: url(../img/original/pc/shopguide/bg.jpg) center bottom / 100% auto no-repeat;
  padding-bottom: 10%;
}
body#shopguide .shopguide_cont > dt{
  display: block;
  text-indent: -9999px;
  padding-top: 6.2%;
  height: 0;
  margin-bottom: 1.3%;
}
body#shopguide .shopguide_cont > dt#menu1{background:url(../img/original/pc/shopguide/title1.jpg) center top / 100% auto no-repeat;}
body#shopguide .shopguide_cont > dt#menu2{background:url(../img/original/pc/shopguide/title2.jpg) center top / 100% auto no-repeat;}
body#shopguide .shopguide_cont > dt#menu3{background:url(../img/original/pc/shopguide/title3.jpg) center top / 100% auto no-repeat;}
body#shopguide .shopguide_cont > dt#menu4{background:url(../img/original/pc/shopguide/title4.jpg) center top / 100% auto no-repeat;}
body#shopguide .shopguide_cont > dt#menu5{background:url(../img/original/pc/shopguide/title5.jpg) center top / 100% auto no-repeat;}
body#shopguide .shopguide_cont > dd{
  padding: 0 1.5%;
  margin-bottom: 5%;
}
body#shopguide .shopguide_cont > dd p{
  margin: 0 0.5em 4%;
}
body#shopguide .shopguide_cont > dd a{
  color: #3b5998;
  text-decoration: underline;
}
body#shopguide .shopguide_cont > dd a:hover{
  text-decoration: none;
}
body#shopguide .shopguide_cont > dd ul{
  margin-left:0.5em;
  margin-right:0.5em;
}
body#shopguide .shopguide_cont > dd p.mb0{
  margin-bottom: 0;
}
body#shopguide .shopguide_cont > dd .common_title3{
  background: url(../img/original/pc/shopguide/icon.jpg) left top 0.1em / 1.25em auto no-repeat;
  padding-left: 1.2em;
  border-bottom: solid 1px #42210b;
  margin-bottom: 1%;
  font-weight: bold;
  margin-top: 4%;
}
body#shopguide .shopguide_cont > dd .common_title3:first-child{
  margin-top: 2%;
}
body#shopguide .shopguide_cont > dd .common_title3 p{
  margin-bottom: 0;
  font-size: 1.18em;
  line-height: 1.5;
  color: #b58d29;
}
body#shopguide .shopguide_cont > dd .common_title3 p.left{
  float: left;
}
body#shopguide .shopguide_cont > dd .common_title3 p.right{
  float: right;
}
body#shopguide .shopguide_cont > dd .common_title3 p.red{
  color: #bf272d;
}
body#shopguide .shopguide_cont > dd .gray_box{
  background-color: #f5f5f5;
  margin: 0.5% 2% 1.5% 3%;
  padding: 1% 2%;
}
body#shopguide .shopguide_cont > dd .gray_box.wide{
  margin: 0.5% 0 1.5% 0;
}
body#shopguide .shopguide_cont > dd .gray_box.pl_small{
  padding-left: 1%;
}
body#shopguide .shopguide_cont > dd .indent2 li{
  padding-left:3em;
  text-indent:-3em;
}
body#shopguide .shopguide_cont > dd table{
  width: 74%;
  margin: 3% auto 0;
  text-align: center;
}
body#shopguide .shopguide_cont > dd table th{
  background-color: #f0f0f0;
  border: solid 1px #cacaca;
  font-weight: normal;
  padding: 0.2em 0;
}
body#shopguide .shopguide_cont > dd table td{
  border: solid 1px #cacaca;
  font-weight: normal;
  padding: 0.2em 0;
}
body#shopguide .shopguide_cont > dd .hosoku{
  color: #808080;
  font-size: 0.9em;
  width: 74%;
  margin: 1% auto 0;
}
body#shopguide .shopguide_cont > dd img{
  margin: 1.5% 0 2%;
}
body#shopguide .shopguide_cont > dd .ul1 {
  margin-bottom: 1%;
}
body#shopguide .shopguide_cont > dd .ul1 li{
  padding-left: 1.2em;
  position: relative;
}
body#shopguide .shopguide_cont > dd .ul1 li::before{
  content: '※';
  position: absolute;
  left: 0;
}
body#shopguide .shopguide_cont > dd .ul1 li.red::before{
  color: #bf272d;
}
body#shopguide .shopguide_cont > dd .common_title4{
  background: url(../img/original/pc/shopguide/icon2.jpg) left 0.1em top 0.3em / 1.1em auto no-repeat;
  padding-left: 1.4em;
  border-bottom: solid 1px #000;
  font-weight: bold;
  color: #3f591b;
  margin: 3% 0 1%;
}
body#shopguide .shopguide_cont > dd .dl1{
  padding: 1% 2%;
}
body#shopguide .shopguide_cont > dd .dl1 dt{
  font-weight: bold;
  margin-top: 3%;
}
body#shopguide .shopguide_cont > dd .dl1 dt:first-child{
  margin-top: 0;
}
/*初めての方へ（ご注文の流れ）*/
body#flow .flow_content{
  background: url(../img/original/pc/flow/title.jpg) center top / 110% auto no-repeat;
  padding: 8.2% 0 0;
}
body#flow .cont1{
  background: url(../img/original/pc/flow/cont1.jpg) center top / 100% auto no-repeat;
}
body#flow .cont1 .p1{
  padding: 2.5% 9% 5% 5%;
}
body#flow .flow_cont{
  background: url(../img/original/pc/flow/cont2.jpg) center top / 100% auto no-repeat;
  padding: 9.2% 2% 0;
}
body#flow .flow_cont .flow_menu{
  background: url(../img/original/pc/flow/menu.jpg) center top / 100% auto no-repeat;
  padding-top: 5.6%;
}
body#flow .flow_cont .flow_menu ul{
  background: url(../img/original/pc/flow/menu_bg.jpg) center center / 100% auto no-repeat;
  margin-bottom: 4%;
}
body#flow .flow_cont .flow_menu ul li{
  float: left;
  width: 16.5%;
  margin-left: 4.37%;
}
body#flow .flow_cont .flow_menu ul li:first-child{
  margin-left: 0;
}
body#flow .flow_cont .flow_menu ul li a{
  display: block;
  text-indent: -9999px;
  display: block;
  height: 0;
  padding-top: 143%;
}
body#flow .flow_cont .flow_menu ul li.li1 a{background: url(../img/original/pc/flow/menu1.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .flow_menu ul li.li2 a{background: url(../img/original/pc/flow/menu2.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .flow_menu ul li.li3 a{background: url(../img/original/pc/flow/menu3.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .flow_menu ul li.li4 a{background: url(../img/original/pc/flow/menu4.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .flow_menu ul li.li5 a{background: url(../img/original/pc/flow/menu5.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .flow_menu ul li a:hover{
  opacity: 0.8;
}

body#flow .flow_cont .oya > dt{
  margin-top: 4%;
  text-indent: -9999px;
  height: 0;
  padding-top: 6.5%;
  margin-bottom: 1.6%;
}
body#flow .flow_cont .oya > dt.step1{background: url(../img/original/pc/flow/step1.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dt.step2{background: url(../img/original/pc/flow/step2.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dt.step3{background: url(../img/original/pc/flow/step3.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dt.step4{background: url(../img/original/pc/flow/step4.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dt.step5{background: url(../img/original/pc/flow/step5.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dd{
  padding: 0 2%;
  margin-bottom: 6%;
}
body#flow .flow_cont .child > dt{
  margin-top: 1.6%;
  text-indent: -9999px;
  height: 0;
  padding-top: 5.8%;
  margin-bottom: 1%;
}
body#flow .flow_cont .oya > dt.step1 + dd .child > dt.dt1{background: url(../img/original/pc/flow/step1_title1.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dt.step1 + dd .child > dt.dt2{background: url(../img/original/pc/flow/step1_title2.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dt.step3 + dd .child > dt.dt1{background: url(../img/original/pc/flow/step3_title1.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya > dt.step3 + dd .child > dt.dt2{background: url(../img/original/pc/flow/step3_title2.jpg) center top / 100% auto no-repeat;}
body#flow .flow_cont .oya .child > dd{
  padding: 0 1.2%;
  margin-bottom: 4%;
}
body#flow .flow_cont .oya .child .mago > dt{
  font-size: 1.18em;
  font-weight: bold;
  color: #b58d29;
  padding: 0 0.2em;
  margin: 2% 0 1%;
  line-height: 1.5em;
  border-bottom: solid 1px #000;
}
body#flow .flow_cont .oya .child .mago > dd{
  padding: 0 1%;
  margin-bottom: 4%;
}
body#flow .flow_cont .oya dd p.mb2{
  margin-bottom: 2%;
}
body#flow .flow_cont .oya dd p.mb4{
  margin-bottom: 4%;
}
body#flow .flow_cont .oya .child .mago > dd .img_right{
  float: right;
  margin: 1% 0 1% 3%;
}
body#flow .flow_cont .oya .child .mago > dd .img_right.size1{
  width: 33%;
}
body#flow .flow_cont .oya .child .mago > dd .img_right.size2{
  width: 37%;
}
body#flow .flow_cont .oya .child .mago > dd .step1_2{
  background: url(../img/original/pc/flow/step1_2.jpg) center top / 100% auto no-repeat;
  margin: 2% 1% 0 2%;
}
body#flow .flow_cont .oya .child .mago > dd .step1_2 p{
  padding: 7% 2% 4%;
}
body#flow .flow_cont .oya .child .mago > dd .step1_3{
  background: url(../img/original/pc/flow/step1_3.jpg) center top / 100% auto no-repeat;
  margin: 0 1% 0 2%;
}
body#flow .flow_cont .oya .child .mago > dd .step1_3 p{
  padding: 8% 2% 1.5%;
}
body#flow .flow_cont .oya .child .mago > dd.step1_4 .p1{
  background: url(../img/original/pc/flow/step1_4.jpg) left bottom / 56% auto no-repeat;
  padding-bottom: 17%;
}
body#flow .flow_cont .oya .child .mago > dd .step1_5{
  background: url(../img/original/pc/flow/step1_5.jpg) center top / 100% auto no-repeat;
  margin: 2% 1% 0 1%;
}
body#flow .flow_cont .oya .child .mago > dd .step1_5 p{
  padding: 7% 3% 4%;
}
body#flow .flow_cont .oya .child .mago > dd .step1_6{
  background: url(../img/original/pc/flow/step1_6.jpg) center top / 100% auto no-repeat;
  margin: 0 1% 0 1%;
}
body#flow .flow_cont .oya .child .mago > dd .step1_6 p{
  padding: 6.5% 3% 2%;
}
body#flow .flow_cont .oya dd .step3_2{
  background: #fcfaef url(../img/original/pc/flow/step3_2.jpg) center top / 96% auto no-repeat;
  margin: 0 2% 0 2%;
}
body#flow .flow_cont .oya dd .step3_2 p{
  padding: 7% 3% 2%;
}
body#flow .flow_cont .oya dd .step4_p2_title{
  font-weight: bold;
  font-size: 1.18em;
  color: #635873;
  border-bottom: solid 1px #000;
  padding: 0 0.2em;
  line-height: 1.45;
  margin-top: 3%;
  margin-bottom: 1.5%;
}
body#flow .flow_cont .oya dd .step4_p2_title + .p2,
body#flow .flow_cont .oya dd .step4_p2_title + .p2 + .p3{
  margin-right: 0.5%;
  margin-left: 0.5%;
}
body#flow .flow_cont .oya dd .step5_2{
  background: url(../img/original/pc/flow/step5_2.jpg) center top / 100% auto no-repeat;
  margin: 4% 2% 0;
}
body#flow .flow_cont .oya dd .step5_2 p{
  padding: 7.7% 26% 2% 2%;
}
body#flow .flow_cont .oya dd .step5_2_hosoku{
  font-size: 0.85em;
  text-align: right;
  margin-bottom: 3%;
}
body#flow .flow_cont .oya dd .step5_2_box{
  margin: 0 2% ;
}
body#flow .flow_cont .oya dd .step5_2_box img{
  margin-bottom: 2%;
}
body#flow .flow_cont .oya dd .indent1 li{
  padding-left:1em;
  text-indent:-1em;
}
body#flow .flow_cont .oya dd a{
  color: #3b5998;
  text-decoration: underline;
}
body#flow .flow_cont .oya dd a.mail_link{
  color: #0071ba;
}
body#flow .flow_cont .oya dd a:hover{
  text-decoration: none;
}
body#flow .flow_cont .oya dd a.mail_link:hover{
  text-decoration: underline;
}
body#flow .flow_cont .size_wrap {
  margin-top: 3%;
  margin-bottom: 1%;
}
body#flow .flow_cont .size_wrap li{
  float: left;
  width: 32%;
  margin-left: 2%;
}
body#flow .flow_cont .size_wrap li:first-child{
  margin-left: 0;
}
body#flow .flow_cont .size_wrap .title{
  font-weight: bold;
  font-size: 0.81em;
  text-align: center;
  margin-bottom: 2%;
}
body#flow .flow_cont .size_wrap .li1 .title{background-color: #ced8db;}
body#flow .flow_cont .size_wrap .li2 .title{background-color: #d3cedb;}
body#flow .flow_cont .size_wrap .li3 .title{background-color: #d4dbce;}
body#flow .flow_cont .size_wrap table{
  width: 96%;
  margin: 0 auto;
}
body#flow .flow_cont .size_wrap table th{
  width: 3.5em;
  text-align: center;
  font-size: 0.88em;
}
body#flow .flow_cont .size_wrap table td{
  padding-left: 0.4em;
  font-size: 0.86em;
}
body#flow .flow_cont .size_wrap .li1 table th{background: #e9f3f5;}
body#flow .flow_cont .size_wrap .li2 table th{background: #ede9f5;}
body#flow .flow_cont .size_wrap .li3 table th{background: #edf5e9;}
body#flow .flow_cont .size_wrap .p1 {
  width: 96%;
  margin: 2% auto 0;
  background-color: #faf9f3;
  padding: 3% 4%;
  font-size: 0.86em;
}
body#flow .flow_cont .oya .ul1 {
  width: 79%;
  margin: 3% auto;
}
body#flow .flow_cont .oya .ul1 li{
  border: solid 1px #808080;
  text-align: center;
  padding: 2% 1% 1%;
  margin-bottom: 2.5%;
}
body#flow .flow_cont .oya .ul1 li img{
  margin-top: 2%;
}
body#flow .flow_cont .step5_4{
  background: url(../img/original/pc/flow/step5_4.jpg) center top / 100% auto no-repeat;
  margin: 4% 0 0;
}
body#flow .flow_cont .step5_4 p{
  padding: 7% 2% 2%;
}
body#flow .flow_cont .step5_5{
  background: url(../img/original/pc/flow/step5_5.jpg) center top / 100% auto no-repeat;
  margin: 2% 0 0;
  padding: 11% 11.5% 0;
}
body#flow .flow_cont .step5_5 a{
  background: url(../img/original/pc/flow/step5_button.jpg) center top / 100% auto no-repeat;
  display: block;
  text-indent: -9999px;
  height: 0;
  padding-top: 11%;
}
body#flow .flow_cont .step5_5 a:hover{
  opacity: 0.8;
}

/*お問い合わせ*/
body#sysFormIndex.form-contact #sysMain{
  background: url(../img/original/pc/contact/title.jpg) center top / 110% auto no-repeat,
    url(../img/original/pc/contact/cont1.jpg) center top 9% / 93% auto no-repeat;
  padding: 55% 3% 0;
  border: none;
}
body#sysFormIndex.form-contact #sysMain form{
  padding: 0 5% 0;
}
body#sysFormIndex.form-contact .sysNextSubmit {
  background: url(../img/original/pc/contact/submit.jpg) center top / 100% auto no-repeat;
  padding-top: 7%!important;
  width: 33.3%;
  height: 0;
  margin: 0 auto;
}
body#sysFormIndex.form-contact .sysNextSubmit:hover {
  opacity: 0.8;
  cursor: pointer;
}
body#sysFormIndex.form-contact #sysMain textarea {
  font-size: 16px;
  height: 15em;
}
/*確認ページ*/
body#sysFormConfirm.form-contact #sysMain{
  background: url(../img/original/pc/contact/title_confirm.jpg) center top / 110% auto no-repeat;
  padding: 9% 3% 0;
  border: none;
  font-size: 18px;
  line-height: 1.8;
}
body#sysFormConfirm.form-contact button.sysButton {
    margin-left: 150px;
}
body#sysFormConfirm.form-contact button.sysButton:hover {
  opacity: 0.8;
}
body#sysFormConfirm.form-contact .sysNextSubmit {
    width: 30%;
    margin: 10px 0 0 !important;
}
body#sysFormConfirm.form-contact .sysNextSubmit:hover {
  opacity: 0.8;
  cursor: pointer;
}
body#sysFormConfirm.form-contact .sysHeadline{
  display: none;
}
/*サンクス*/
body#sysFormThanks.form-contact #sysMain{
  background: url(../img/original/pc/contact/title_thanks.jpg) center top / 110% auto no-repeat;
  padding: 9% 3% 0;
  border: none;
  font-size: 18px;
  line-height: 1.8;
}
body#sysFormThanks.form-contact .cont1 .message{
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 3%;
}
body#sysFormThanks.form-contact .cont1 .shop_information{
  border-top: solid 1px #ccc;
  margin-top: 3%;
  padding-top: 3%;
}
body#sysFormThanks.form-contact .cont1 .shop_information .name{
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 3%;
}
body#sysFormThanks.form-contact .cont1 .shop_information a{
  color: #276ebf;
}
body#sysFormThanks.form-contact .cont1 .shop_information a:hover{
  text-decoration: underline;
}
body#sysFormThanks.form-contact .cont1 .btn_area{
  width: 192px;
  margin: 5% auto;
}
body#sysFormThanks.form-contact .cont1 .btn_area a{
  background: url(../img/original/pc/contact/btn_toppage.png) center top / 100% auto no-repeat;
  display: block;
  text-indent: -9999px;
  height: 0;
  padding-top: 19%;
}
body#sysFormThanks.form-contact .cont1 .btn_area a:hover{
  opacity: 0.8;
}
/*サイトマップ*/
.sitemap_content1{
  background: url(../img/original/pc/sitemap/title.jpg) center top / 110% auto no-repeat;
  padding-top: 12%;
}
body#sitemap .title{
  background: url(../img/original/pc/sitemap/title1.jpg) center top / 100% auto no-repeat;
  padding-top: 7%;
}
body#sitemap .cont1{
  float: left;
  width: 30%;
  margin-left: 6%;
  margin-bottom: 5%;
}
body#sitemap .sitemap_content_cat_size{
  float: left;
  width: 30%;
  margin-bottom: 5%;
}
body#sitemap .sitemap_content_cat_price{
  float: left;
  width: 30%;
  margin-bottom: 5%;
}
body#sitemap .sitemap_content_cat_age{
  float: left;
  width: 30%;
  clear: both;
  margin-left: 6%;
  margin-bottom: 8%;
}
body#sitemap .sitemap_content_cat_genre{
  float: left;
  width: 30%;
  margin-bottom: 8%;
}
body#sitemap #sysMain ul li {
  padding-top: 0.1em;
}
body#sitemap #sysMain ul li a{
  padding: 0;
}
body#sitemap #sysMain ul li a:hover{
  color: #91272d;
  text-decoration: underline;
}
body#sitemap .cont2{
  clear: both;
  background: url(../img/original/pc/sitemap/title2.jpg) center top / 100% auto no-repeat;
  padding: 7% 0 0 6%;
}
body#sitemap .cont2 ul{
  float: left;
  width: 46%;
}
}
/* #END_OF_RESOURCE_FILE */
