#sysItemSearch .sysSearchButton {display:none;}
/* フォント */
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

/* 基本設定
 *----------------------------------------------------------------------*/
html{
	font-size:62.3%;
}
body {
	color: #292929;
	font-size: 1.3rem;/*13px*/
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 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: 1300px;*/
	margin:160px auto 0;
	padding: 0;
	overflow: hidden;
}
#sysHeader {
	margin: 0;
	padding: 0;
}
div#sysMain {
	float: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#sysAside {
	display:none;
	float: none;
	padding: 0;
}
#top #sysWrap{
	margin-top:0;
}

.sysContent {
	padding: 0 !important;
}
h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.6;
	font-weight:bold;
	letter-spacing:inherit;
}
a {
	color: #292929;
	text-decoration: none;
	font-weight:inherit;
}
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.indent{
        margin: 5px 0 !important;
        text-indent: 1em
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
select {
	 font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* フォーム要素の基本レイアウト */
input[type=search], input[type=text], input[type=tel], input[type=email], input[type=password], textarea {
	-webkit-appearance: none;
	padding: 10px 5px !important;
	width: 100%;
	line-height: 2;
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 0;
}
input[type=submit] {
	-webkit-appearance: none;
	padding: 10px 5px;
	line-height: 2;
}
.sysFormField label{
        margin-right: 20px;
}
select {height: 30px;}


/* 使用箇所がわからず */
.sysFormField a{
	display: inline-block;
	color: #068acc;
	border-bottom: 1px solid #068acc;
	line-height: 15px;
	margin: 0 3px;
}
#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;
}

/* 次へ、戻るボタン */
.sysBackButton,
.sysNextSubmit {
    color: #fff;
    display: block;
    padding: 10px 15px;
    text-shadow: none;
    border-color: transparent;
    border-radius: 3px;
    width: 80%;
    height: 50px;
    margin: 0 auto;
}
.sysBackButton {
	background-color: #cbcbcb;
}
.sysNextSubmit {
	background-color: #cf9caf;
}

/* 商品カテゴリページ */
/* .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;} */
/*.sysSelectionDescription span{font-size: 12px;}*/


/* 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; */
/* } */

/* 確認done */


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;
    margin: 50px 0 0;
    border-radius: 0;
    background-color: #cf9caf;
    color: #fff;
    cursor: pointer;
    padding: 15px !important;
    font-size: 16px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sysCartButton:hover {
	opacity:0.8;
}

/* アーカイブリスト */
.sysItemList ul.sysList li .sysThumbnailImage {
    width: 40%;
    max-width: 200px;
}
/* 4-1-7  商品サムネイル画像 */
.sysItemList ul.sysThumbnail li {
position: relative;
    display: inline-block;
    float: none;
    vertical-align: top;
    letter-spacing: normal;
width:25%;
padding:40px 15px 15px;
}
.sysItemList ul.sysThumbnail {
    letter-spacing: -.4em;
}
.sysItemList ul.sysThumbnail input {
    width: 100%;
    padding: 10px 0;
}

/* 商品ぺージ */
/* 商品画像 */
.sysThumbnailImage > span,.sysThumbnailImage > br { display: none;}
.sysItemImages{
	max-width:430px;
        margin-right:30px;
}

.sysItemImages .sysImageList li {
    display: inline-block;
    vertical-align: top;
    height: auto;
    width: 100px;
    line-height: 1;
    float: none;
    margin:  0 5px 10px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.sysItemImages .sysImageList li:hover {
    opacity: 0.6;
}

.sysItemImages .sysImageList li img {
    border: none;
    object-fit: cover;
    width: 100px;
    height: 100px;
}

.sysItemImages .sysImageList li.sysCurrent img {
    border: none;
}

/* 商品名 */
.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 .sysExplanationText {
    padding-top: 20px;
    border-top: 1px solid #dfdfdf;
    font-size:14px;
    color: #666;
}
.sysExplanation .sysExplanationText.quality {
    font-size:13px;
    padding:20px 0;
}
.sysExplanation .sysExplanationText.quality p {
margin-bottom:5px;
font-size: 14px;
}
.sysExplanation table {
    width: 100%;
    text-align: left;
    line-height: 2;
    color: #666;
}
.sysExplanation thead {
    text-align: left;
    color: #fff;
    background: #999;
}
.sysExplanation td:first-child {
    width: 100px;
    padding-left: 0;
}
.sysExplanation tr:first-child td {
    padding: 30px 10px 3px 0;
}
.sysExplanation tr:last-child td {
    padding: 3px 10px 30px 0;
}
.sysExplanation td {
    font-size: 12px;
    text-align: left;
    padding-left: 10px;
}
.sysExplanation span {
display: inline-block;
    font-size: 11px;
}

.sysExplanationImages div {
display: inline-block;
margin: 0 20px 10px 0;
}

.sysExplanationImages img {
width: 165px;
}
.sysExplanationImages p {
    margin-top:5px;
}


/* 買い物フォーム */
#sysItemDetail #sysWrap {
margin: 100px auto 0;
}
#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: 100%;
}
#sysItemDetail .sysCartButton:disabled {
background-color: #e4e4e4;
}
#sysItemDetail .sysShare { padding: 5px 0 0 2%;}
#sysCartInForm { width: 100%;}

.sysButton {
    border: none;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    background-color: #666;
    color: #fff;
    cursor: pointer;
}
.sysButton:hover {
    background: #999;
}
/***********************************
	カートページ
***********************************/
/* カートの商品が0件時の表示 */
.sysCart .sysItemListArea.-no-item {
	padding-bottom: 100px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
}
.sysCart .sysItemListArea.-no-item + form {
	text-align: center;
}
.sysCart #sysMain .sysItemListArea.-no-item + form input[type="submit"].sysBackButton {
	background-color: #cf9caf;
}
.sysCart #sysMain .sysItemListArea ul li {
border-bottom: 1px solid #cbcbcb;
margin-bottom: 30px;
}
.sysCart #sysMain .sysItemListArea ul li:last-child {
	border: none;
}
.sysCart #sysMain .mdl-dialog input[type="text"] {
width:auto;
}
/* 追加分 */
.sysCart .sysBox {
	border: none;
	box-shadow: none;
}
#sysBasket.sysCart .sysCartTitle {
	font-size:28px;
}
#sysBasket.sysCart .sysTotal .sysBox div:nth-child(2) {
	display:none;
}

.sysCart .sysCartTitle {
	color: #2a2a2a;
	font-size:24px;
	font-family: 'Crimson Text', serif;
	background-color: #fff;
	padding: 0 0 15px;
	letter-spacing: 1.17px;
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 35px;
}
.sysCartItemAreaMessage,
.sysCart .sysNumArea {
	display:none;
}
.sysCartTitle span {
	display: inline-block;
	margin-left: 40px;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 12px;
	letter-spacing: 3px;
	color: #2a2a2a;
}
.sysCart .sysBox {
	padding:0;
	border:none;
}
.sysItemRetailPrice {
	font-family: YuMincho, 'Yu Mincho', serif;
}
.sysCart .sysBox img.sysProductImg {
	width: 29%;
	margin-right: 20px;
}
.sysCart .sysBox .sysItemName {
	font-family: 'Crimson Text', serif;
}
.sysCart .item-brand-name,
.sysCart .sysItemRetailPrice {
	color:#666;
}
.sysCart .sysBox .sysProduct {
vertical-align: top;
}
/* 赤字 */
.sysCart .sysCartAttention, .sysCart .sysRequired {
	color: #9f1027;
	font-weight: bolder;
}
#sysConfirm.sysCart .sysTotalTxt .sysCartAttention {
	font-size: 20px;
}
#sysConfirm.sysCart .sysSubTotalArea .sysCartAttention {
color:#292929;
font-weight: normal;
}
#sysConfirm.sysCart .nav .sysProduct div {
	font-size:13px;
}
#sysConfirm.sysCart .nav .sysProduct div:first-child {
	font-size:14px;
	margin-bottom: 15px;
}
#sysConfirm.sysCart .sysNextSubmitArea {
margin: 30px 0 0;
}
#sysConfirm.sysCart .sysNextSubmitArea + form {
text-align: center;
}
#sysConfirm.sysCart .sysButton.sysBackSubmitArea {
margin-top: 0;
}
#sysConfirm .bfy-confirm-bottom1,
#sysConfirm .bfy-confirm-bottom2 {
margin-top: 30px;
    padding: 0;
text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
font-size:10px;
}
#sysConfirm .bfy-confirm-bottom1 {
font-size:12px;
}
#sysConfirm .bfy-confirm-bottom1 a {
text-decoration: underline;
}
/* レンタル日程など */
.sysCart .sysSubTotalArea {
	margin-bottom: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
	color: #666666;
}

/* 削除 */
.sysCart .sysDeleteArea form {
	text-align: left;
}
#sysBasket.sysCart .sysTotal {
border-bottom: 1px solid #cbcbcb;
}
.sysCart #sysMain .sysDeleteArea input[type="submit"].sysButton.sysDeleteArea {
	min-width:112px;
 	background-color: #cbcbcb;
 	border-radius: 0px;
 	border: none;
	color: #fff;
	font-size: 16px;
 	font-family: YuMincho, 'Yu Mincho', serif;
}

.sysCart .sysDeleteArea, .sysCart .sysConfirmButton {
	text-align: right;
}
/* 購入ボタン、戻るボタン */
.sysCart #sysMain .sysNextSubmitArea {
	text-align: center;
}
.sysCart .sysNextSubmitArea {
	margin:80px 0 120px;
}
.sysCart .sysNextSubmitArea form {
	display: inline-block;
}
.sysCart #sysMain input[type="submit"].sysBackButton,
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
	min-width: 300px;
	height: 60px;
	color: #fff;
 	border-radius: 0;
 	border: none;
	text-shadow: none;
	font-size: 16px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
	background-color: #cf9caf;
	background: #cf9caf;
display: inline-block;
}
.sysCart #sysMain .sysFormField.input-append {
width:300px;
}
/* 戻る */
.sysCart #sysMain input[type="submit"].sysBackButton {
	background-color: #cbcbcb;
}
/*----*/

.sysCart #sysMain input[type=submit],
.sysCart #sysMain button[type=submit],
.sysCart #sysMain button {
    background: #666;
    color: #fff;
    text-shadow: none;
}
.sysCartInDone{ margin: 0;}

/* フォームページの基本レイアウト*/
#sysFormIndex #sysWrap {
margin: 100px auto 0;
}
#sysFormIndex #sysMain,
#sysFormConfirm #sysMain,
#sysFormThanks #sysMain {
            width: 1100px;
            padding: 20px 0px !important;
            margin: 30px auto;
}
.sysMemberRegister #sysMain,
.sysMypage #sysMain{
            width: 1100px;
            padding: 20px 150px !important;
            margin: 30px auto;
}
#sysDestination #sysMain{
           width: 1100px;
            padding: 20px 150px !important;
            margin: 30px auto;
}
#sysFormConfirm label, #sysMemberRegisterConfirm label{
	display: block;
	margin: 15px 0 5px!important;
}
#sysMemberRegisterConfirm .sysAcceptMailmagazine {
display: none;
}
#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 {
margin-top: 40px;
}
#sysMemberRegisterConfirm .sysNextSubmit,
#sysMemberRegisterConfirm .sysBackButton {
        width: 300px;
    height: 60px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-weight: 500;
    border-radius: 0px;
	margin-bottom: 10px;
}
#sysMemberRegisterConfirm .sysBackButton {
background-color: #cbcbcb;
}
#sysFormThanks .completeText{
	margin: 20px 0;
	text-align: center;
	font-size: 15px;
}
#sysFormThanks .completeText a{
	color: #068acc;
	text-decoration: underline;
}
#sysFormThanks #sysMain h2,
#sysFormConfirm #sysMain h2,
#sysFormIndex #sysMain input {font-size: 15px;}

#sysMemberRegisterConfirm  #sysMain > form,
#sysFormConfirm #sysMain > form,
#sysFormIndex #sysMain > form { padding: 10px;}

#sysMypageEditDeliveryinput #sysMain input[type="text"],
#sysMypageEditDeliveryinput #sysMain input[type="tel"],
#sysMypageReminder #sysMain input[type="text"],
#sysMemberRegisterIndex #sysMain input[type="text"],
#sysFormIndex #sysMain input[type="text"],
#sysFormIndex #sysMain textarea,
#sysMemberRegisterIndex #sysMain input[type="tel"],
#sysMemberRegisterIndex #sysMain input[type="email"] ,
#sysMemberRegisterIndex #sysMain input[type="password"],
#sysMypageEditDelivery #sysMain input[type="text"],
#sysMypageEditDelivery #sysMain input[type="tel"],
#sysMypageEditMember #sysMain input[type="tel"],
#sysMypageEditMember #sysMain input[type="email"],
#sysMypageEditMember #sysMain input[type="password"],
#sysMypageEditMember #sysMain input[type="text"] {
        background: #fff;
        border-radius: 0;
        margin: 10px 0 20px;
border: 1px solid #d7d7d7;
    height: 30px;
    width: 600px;
}

#sysMypageEditMember .sysAcceptMailmagazine {
	display:none;
}

#sysMain .sysFormLabel{
	display:block;
	font-size: 14px;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}
#sysMain .sysRequired{
	margin-left: 10px;
	display: inline-block;
	font-weight: normal;
    font-size: 11px;

}
#sysMypageEditMember #sysMain .sysRequired,
#sysMypageEditDelivery #sysMain .sysRequired,
#sysMypageEditDeliveryinput #sysMain .sysRequired,
#sysMemberRegisterIndex #sysMain .sysRequired {
color: #292929;
}

#sysMain .sysRequired:before {
	content: '(';
}
#sysMain .sysRequired:after {
	content: ')';
}
#sysMain textarea { min-height: 75px;}
.sysZipcode button,
.sysZipcode .sysFormField { display: inline-block;}
.sysZipcode .sysFormLabel { display: block;}
.sysZipcode br{ display: none;}
.sysBirthday input {
    width: 60px !important;
height: 30px !important;
    margin: 10px 3px 20px 0 !important;
}


/* フォーム確認ぺージ */
#sysMypageEditConfirm #sysMain .sysFormField,
#sysMemberRegisterConfirm #sysMain .sysFormField {
line-height: 2;
min-height: 28px;
font-size: 14px;
font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-weight: 500;
}
#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{
    text-align: left;
    color: #2a2a2a;
    font-size: 28px;
    font-family: 'Crimson Text', serif;
    padding: 0 0 15px;
    letter-spacing: inherit;
    border-bottom: 1px solid #cbcbcb;
    font-weight: normal;
}
.sysOrderHistory {
	margin-bottom: 60px;
}
.sysOrderHistory h3,
.sysOrderHistory p {
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
}
.SysMypageMinorHeadLine{
        font-size: 16px;
	margin: 30px 0 20px;
}
.sysMypageNav input {
border-radius: 0;
    background-color: #cf9caf;
    margin: 0;
}
#sysMypageEditDelivery .SysMypageMinorHeadLine + p {display: none;}
#sysMypageEditDelivery form .SysMypageMinorHeadLine {
border-top: 1px solid #cbcbcb;
    padding-top: 40px;
}
#sysMypageLogin .sysMypageMinorHeadLine{display: none;}
#sysMypageLogout h3,
#sysMypageLogout p {
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;}
#sysMypageLogout h3 {
    margin: 20px 0 10px;
}

/* 購入履歴 */
.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 */
#sysMypageEditMember h3,
#sysMypageEditDelivery h3,
#sysMypageEditDeliveryinput h3,
#sysMypageReminder h3,
#sysMypageRemindermessage h3 {
margin: 20px 0 30px;
}

#sysMypageEditSavedelivery h3,
#sysMypageEditConfirm h3,
#sysMypageEditSave h3,
#sysMypageWithdrawalConfirm h3,
#sysMypageAshiato h3,
#sysMypageReview h3 {
margin: 20px 0 5px;
}

#sysMypageEditConfirm #sysMain > form { margin-top: 20px;}

#sysMypageEditConfirm #sysMain > form label {
background-color: rgb(239, 239, 239);
    font-size: 14px;
    color: rgb(41, 41, 41);
    margin-bottom: -15px;
}
#sysMypageEditConfirm #sysMain > form .sysZipcode label {
    margin-bottom: 5px;
}
#sysMypageEditConfirm #sysMain > form .sysFormItem {
    margin-bottom: 20px;
}

/* 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;
    border: none;
    padding: 0;
}
.sysSelectAddress a {
    display: block;
    text-decoration: none;
    border: 0px solid;
    padding: 10px;
}

.sysSelectAddress {
    margin: 10px 0;
}

.sysSelectAddress a:hover {
    background: #eee;
}
.sysSelectAddress .sysSubTitle {
    background-color: #efefef;
    font-size: 14px;
    color: #292929;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
    padding-left: 5px;
}

.sysSelectAddress a {
padding: 0;
width: 300px;
    text-decoration: none;
}
.sysSelectAddress a .sysSubTitle {
width: 300px;
margin-bottom: 50px;
    line-height: 60px;
    text-align: center;
    background-image: url(https://befitsyou.aispr.jp/img/layout/icon/select.png);
    background-size: 10px 5px;
    background-repeat: no-repeat;
    background-position: 220px 50%;
}


.sysSelectAddress div:nth-child(2) {
    line-height: 32px;
    margin-bottom: 20px;
    padding: 0;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
}

.sysCart #sysMain .sysSelectAddress input[type="submit"].sysNextSubmit,
.sysCart #sysMain button[type="submit"][name="action_front_cart_destinationInput"] {
    background-color: #cf9caf;
    width:300px !important;
    height:60px;
font-size: 16px;
    font-weight: normal;
}

.sysCart #sysMain input[type="submit"].sysButton.sysBackSubmitArea {
background-color: #cbcbcb;
    border: none;
    width: 300px;
    height: 60px;
    color: #fff;
    font-size: 16px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
}

/***********************************
	商品詳細ページ
***********************************/
#sysItemDetail div#sysMain {
	width:950px;
}
/* パンくず */
#sysItemDetail .sysCategoryPankuzu {
	margin-bottom:40px;
	font-size:13px;
	color: #666;
font-family: 'Crimson Text', serif;
}
#sysItemDetail .sysCategoryPankuzu a {
	margin-right:10px;
}
/* なぜかfirst-childだけ効かないので対策を考える */
#sysItemDetail .sysCategoryPankuzu a:not( :first-child ) {
	margin-left:10px;
}
/*商品名*/
#sysItemDetail .sysItemName h1 {
	font-size:24px;
	font-weight:normal;
	color: #2a2a2a;
	margin-bottom:10px;
	font-family: 'Crimson Text', serif;
}

#sysItemDetail .sysItemName h1 .item-label-name {
display: none;
}
/*商品番号*/
#sysItemDetail .sysItemId {
	text-align: right;
	font-size:12px;
}
/*価格表示*/
#sysItemDetail #sysSubtotal,
#sysItemDetail .sysRetailPrice {
	display: inline-block;
	width: 100%;
	margin-bottom:20px;
	color: #000;
	font-weight: bold;
	text-align: left;
}
#sysItemDetail #sysSubtotal span {
font-size: 24px;
    font-weight: bold;
}
#sysItemDetail #sysSubtotal .sysSubTotalPriceLabelBfyText,
#sysItemDetail .sysRetailPrice span {
	font-size: 1.1rem;
}
#sysItemDetail .sysRetailPrice span.sysRetailPriceValue {
	font-size:24px;
	font-weight:bold;
}
#sysItemDetail #sysSubtotal .sysSubtotalPrice:before {
	margin-right: 10px;
}
#sysItemDetail #sysSubtotal .sysSubtotalPrice:before,
#sysItemDetail .sysRetailPrice span.sysRetailPriceValue:before {
	content:"Price";
	font-size:12px;
}
#sysItemDetail #sysSubtotal .sysSubTotalPriceValueBfyText,
#sysItemDetail .sysRetailPrice span.sysRetailPriceValueBfyText {
	font-size: 15px;
	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 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 {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	width: 100%;
	height: 60px;
	display: block;
	margin: 3px 0 30px;
	padding: 0 15px;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	font-size:16px;
	color:#666;
	background: url(https://befitsyou.aispr.jp/img/layout/icon/select.png) 460px 50% no-repeat;
	background-size: 10px 5px;
}
#sysItemDetail .sysForm select[name="num"]{
        min-width: 200px;
}
#sysItemDetail .sysForm input[type="text"]{margin-top: 5px;}
#sysSelections {
	letter-spacing: 1.3px;
	color:#6a6a6a;
	font-size:14px;
font-family: YuMincho, 'Yu Mincho', serif;
}
#sysSelections label {
display: block;
    margin-top: 5px;
}
#sysSelections label:last-child {
    margin-bottom: 30px;
}
#sysNumber {
	color:#6a6a6a;
	font-size:13px;
	font-weight: bold;
}
#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 {
	display:none;
	padding-top: 5px;
	clear: both;
	text-align: right;
}
#sysItemDetail .sysShare {
	padding: 5px 0 0 2%;
}
#sysCartInForm {
	width: 100%;
	margin-left: auto;
}
/* 詳細下の人気商品ブロック */
.p-popular-item {
max-width: 950px;
    margin: 0 auto 80px;
}

.p-popular-item ul {
text-align: left;
}

.p-popular-item .sysContent .sysHorizontal li {
float: none !important;
    display: inline-block;
    width: 24.6% !important;
    margin: 5px 0 20px !important;
    padding: 4px;
    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;
}

.p-popular-item .sysContent .sysHorizontal .sysItemImage img {
    width: 100%;
    vertical-align: middle;
}
.p-popular-item .sysHeadline {
padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}
.p-popular-item .sysItemName {
    text-align: left;
    font-size: 16px;
    padding-top: 20px;
    font-family: Montserrat;
}

#sysItemDetail .p-popular-item .sysItemName .item-brand-name {
margin:5px 0;
}
.p-popular-item .sysItemPrice {
    font-size: 14px;
    color: #8d8d8d;
    text-align: left;
    font-family: Montserrat;
}

/*バリエーション*/
#sysItemDetail .sysFormVariationName {
	background-color: #fdf5f5;
}
#sysItemDetail .sysFormVariationTable {
	width: 100%;
	max-width: 500px;
}
/*下部フォーム*/
#sysItemDetail .order_bottom {
	margin: 0 auto 40px;
	text-align: right;
}
/*簡易商品説明*/
#sysItemDetail .sysDescription {
	margin-bottom:20px;
	text-align: left;
}

#sysItemDetail .sysDescription div:first-child {
	margin-bottom:20px;
	color:#666;
	font-size:14px;
}
.sysDescriptionText {
	margin-bottom: 20px;
	font-size: 14px;
 	color: #666;
}
.sysDescriptionLabel {
	margin-bottom: 10px;
}
.sysDescriptionLabel span:first-child {
	width: 66px;
	margin-right: 5px;
	padding: 3px 8px;
	text-align: center;
	background-color: #edd7df;
	border: none;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1.12px;
	font-weight: bold;
}
.sysDescriptionLabel span {
	display: inline-block;
	padding: 2px 8px 3px;
	border: 1px solid #efefef;
	font-size: 9px;
	color:#6a6a6a;
vertical-align: bottom;
}
.sysDescriptionLabel span.item-label-new,
.sysDescriptionLabel span.sysItemPr {
	margin-right: 4px;
	border: none;
	font-family: Montserrat;
	background-color: #6a6a6a;
	border-radius: 0;
	color: #fff;
	font-family: Montserrat;
}
/*商品詳細*/
.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 {
	margin-bottom: 38px;
}

#sysItemDetail .sysMainImage img{
	width: 430px;
}

#sysItemDetail #sysNumber {
	display: none;
}

#sysItemDetail .sysItemName .item-brand-name,
#sysItemDetail .orderArea .item-brand-name {
font-weight: normal;
    margin: 10px 0 20px;
font-family: Montserrat;
color: #666;
}

/*数量増減*/
#sysItemDetail #sysNumber{
	text-align:left;
}
#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%;
}
/* カレンダー */
.sysRentalSchedules {
margin-top:40px;
}
.sysRentalSchedulesCalendars {
	font-family: HelveticaNeue;
	width: 350px;
}
.sysRentalStartDate {
	margin-bottom:5px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1.3px;
	color: #6a6a6a;
	font-size: 12px;
	font-weight: bold;
}
.sysRentalSchedulesCalendarArea {
	padding: 30px 0 40px;
	border:1px solid #dfdfdf;
	border-bottom: none;
}
.sysRentalSchedulesCalendar caption {
	margin-top: -4px;
	font-weight: bold;
}
.sysRentalSchedulesCalendar tr:first-child th {
	border:none;
	color:#2a2a2a;
}
.sysRentalSchedulesCalendar td {
	width: 50px;
	height: 50px;
}
.sysRentalSchedulesCalendar th,
.sysRentalSchedulesCalendar td {
	border:1px solid #dfdfdf;
}
.sysRentalScheduleNotice {
display:none;
border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding: 15px;

}
.sysNextCalendar {
	border:none;
z-index: 5;
}
.sysNextCalendar:after {
	content: ">";
	color:#666;
}
.sysPrevCalendar {
	border:none;
z-index: 5;
}
.sysPrevCalendar:after {
	content: "<";
	color:#666;
}
.sysRentalSchedulesValid .sysRentalSchedulesDay {
	color:#2a2a2a;
}
.sysRentalSchedulesValidPrice {
	display:none;
}
.sysRentalSchedulesInvalid {
	background-color: #f7f7f7;
}
.sysRentalScheduleInfo {
	display:table;
}
.sysRentalSendDay {
	display:table-cell;
	width: 163px;
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.sysRentalReachDay{	
display:none !important;
}
.sysRentalUseDays {
	display:table-cell;
	width: 164px;
	border: 1px solid #dfdfdf;
}
.sysRentalReturnDay {
	display:table-cell;
	width: 163px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}
.sysRentalUseDays span,
.sysRentalSendDay span,
.sysRentalReturnDay span {
	display:block;
	text-align: center;
	padding: 10px 0;
}
.sysRentalUseDays span:first-child,
.sysRentalSendDay span:first-child,
.sysRentalReturnDay span:first-child {
	border-bottom: 1px solid #dfdfdf;
	background-color: #f7f7f7;
}
.sysNextCalendar {
	padding-right: 20px;
}
.sysPrevCalendar {
	padding-left: 20px;
}
/*カートに入れる*/
#sysItemDetail #sysSubmit {
	margin-bottom:50px;
}

#sysItemDetail .sysGoCartButton {
	background: #da4636 url(/img/layout/system/btn_cart2.png) center center no-repeat;
	background-size: 127px;
}
/*お気に入り*/

#sysItemDetail .sysCartInForm {
	position: relative;
}
#sysItemDetail #sysWishlist {
	position: absolute;
	top:-180px;
	right: -10px;
}
#sysItemDetail #sysWishlist .sysButton {
display:none;
font-size: 20px;
    color: #8d8d8d;
    background: none;

	/* 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; */
}
/*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: 20px 0 0;
	border:none;
	border-top:1px solid #ccc;
}

.sysExplanation table tbody {
       border-top: 1px solid #dfdfdf;
}
.sysExplanation table tbody a {
color: #666;
    text-decoration: underline;
}

.sysExplanation table th,
.sysExplanation table td{
	padding:3px 0;
	text-align:left;
        vertical-align: top;
	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;
}

#sysItemDetail .sysPr {
display:none;
}

/* 商品ページフッター */
/* レコメンド */
.parts-recommend-item {
max-width: 950px;
    margin: 0 auto 80px;
}

.parts-recommend-item .sysHeadline {
border-bottom: 1px solid #dfdfdf;
    margin-bottom: 35px;
}

.parts-recommend-item #sysWishlist {
display:none;
}

.parts-recommend-item ul {
text-align: left;
}

.parts-recommend-item li {
float: none !important;
    display: inline-block;
    width: 24.6% !important;
    margin: 5px 0 20px !important;
padding: 4px;
    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;
}

.parts-recommend-item .sysItemName {
text-align: left;
    font-size: 16px;
    padding-top: 20px;
    font-family: Montserrat;
}

.parts-recommend-item .sysItemPrice {
font-size: 14px;
    color: #8d8d8d;
    text-align: left;
    font-family: Montserrat;
}

/***********************************
	カートページ
***********************************/
/*カートページ内レイアウト調整*/
.sysCart .header_h1_under{
	float:none;
	padding:10px 0;
	width:100%;
	height:auto;
	background-color:#fff;
}
.sysCart .header_h1_under a{
	display:block;
	width:160px;
	margin:0 auto;
}
.sysCart .header_h1_under .logo img{
	float:none;
	margin-right:0;
}
.sysCart .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{
	max-width: 1100px;
	padding: 20px 150px 200px;
	margin:100px auto 0;
border:none;
}


.sysCart #sysMain, .sysCart #sysMain a {
	color: #000;
}
.sysCart .sysSelectPaymentArea,
.sysCart .sysSelectDeliveryArea, .sysCart .sysRemarksArea,
.sysCart .sysSelectOptionArea, .sysCart .sysDetail,
.sysCart .sysOrder .nav,
.sysCart .sysAcceptDomainArea,
.sysCart .sysRepeatOrderSetting {
	margin: 1em auto 2em;
	padding: 1em;
}
.sysCart .sysBox hr {
	border:none;
	/*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 #d7d7d7;
background-color:#fff;
}
.sysCart #sysMain input[type="text"],
.sysCart #sysMain input[type="number"],
.sysCart #sysMain input[type="tel"],
.sysCart #sysMain input[type="search"],
.sysCart #sysMain textarea {
    width: 600px;
    height: 30px;
}
.sysCart .sysTotalTxt {
	text-shadow: none;
}
.sysTotal .sysTotalTxt .sysCartAttention {
	font-size: 2rem;
}
.sysCart .sysGetPoint {
	color: #da4636;
	font-weight: bolder;
}
.sysCart .sysCartNote {
	color: #000;
	font-size: 90%;
}

.sysCart .sysCartTitle span {
	font-size: 1.2rem;
}
.sysCart #sysMain input {
margin-right:10px;
	background: #fff;
}
.sysCart #sysMain button[name="searchAddress"] {
border: none;
    background-color: #cbcbcb;
    color: #fff;
    padding: 0;
    height: 30px;
    margin-left: 5px;
    min-width: 80px;
}
.sysCart #sysMain label.checkbox  {
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}
.sysCart #sysMain label.checkbox input {
margin-right: 10px;
}
.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: 0;
	border: 1px solid #999;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sysCart .sysSelectDelivery label,
.sysCart .sysSelectHopeDelivery label {
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    font-size: 14px;
    display: block;
}
.sysCart #sysMain select[name="hope_delivery_date"],
.sysCart #sysMain select[name="hope_delivery_time"] {
width: 300px;
    background-position: 280px 50%;
}

.sysCart .sysFormItem.sysRemarks {
background-color: #f7f7f7;
    padding: 10px 15px;
}

.sysCart .sysNavImg {
	text-align: center;
         margin-top: 10px;
	margin-bottom: 100px;
}
.sysCart .sysFreeArea {
	color: #000;
	margin: 20px 0;
}
.sysSelectHopeDelivery p {
color: #9f1027;
    font-size: 10px;
padding: 0;
    margin: 5px 0;
}
.sysSelectPayment li div, .sysSelectDelivery li div, .sysRemarks .sysFormField div:first-child {
    padding: 0 1.5em;
}
.sysSelectPayment li, .sysSelectDelivery li, .sysRemarks, .sysSelectOption li {
border:none;
}
.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;
width: 150px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding-left: 5px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
background: url(https://befitsyou.aispr.jp/img/layout/icon/select.png) 130px 50% no-repeat;
    background-size: 10px 5px;
}
.sysCart .sysBtnChange {
	margin-bottom: 10px !important;
}
/*登録せずに購入*/
#sysBillingAddress .sysFormItem {
	margin-bottom: 20px;
}
#sysBillingAddress .input-append input[type="text"] {
	display: inline-block;
}
/*都道府県*/
#sysBillingAddress .sysPrefState select {
	width: 200px;
}
#sysBillingAddress.sysCart #sysMain select {
background-position: 95% 50%;
}
/*性別*/
#sysBillingAddress .sysGender {
	margin-bottom: 20px;
}
#sysBillingAddress .sysGender input {
	vertical-align: middle;
}
#sysBillingAddress .sysGender label {
	display: inline-block;
	margin-right: 20px;
}
/* メールアドレス */
#sysBillingAddress .sysMailaddress input {
max-width: 600px;
    height: 30px;
}
/*メルマガ*/
#sysBillingAddress .sysAcceptMailmagazine {
	margin-bottom: 20px;
}
/* ボタン */
#sysBillingAddress .sysNextSubmitArea {
	margin: 35px 0 0px;
border-top: 1px solid #cbcbcb;
    padding-top: 40px;
}
#sysBillingAddress .sysNextSubmitArea  input {
max-width: 300px;
    display: inline-block;
}
#sysBillingAddress .sysBackSubmitArea {
	margin-bottom: 100px;
text-align: center;
}
/*注文完了ページ*/
.cart_completion {
	text-align: center;
}
/*ご注文番号*/
#sysThanks #sysMain .sysOrderNumber {
	font-size: 1.5rem;
	font-weight: bold;
}
#sysThanks #sysMain .sysBox {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
line-height: 30px;
    font-weight: bold;
}
#sysThanks .sysNextSubmitDom {
margin: 80px auto 0;
    text-align: center;
}
#sysThanks .sysNextSubmitDom a{
background-color: #cf9caf;
    background: #cf9caf;
    min-width: 300px;
    height: 60px;
    border-radius: 0;
    display: inline-block;
    max-width: 300px;
    font-size: 16px;
padding: 15px 0;
    color: #fff;
font-weight: normal;
}
/*お買い物を続ける*/
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;
}
.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;
}

/***********************************
	検索ページ
***********************************/
#sysItemSearch div#sysMain {
	max-width: 980px;
	margin: 20px auto 40px;
}
#sysItemSearch .sysThumbnail .sysItemPrArea {
	text-align: left;
	margin-top: 5px;
}
#sysItemSearch #sysMain .sysItemSearchForm {
	font-size: 12px;
	margin-bottom: 20px;
}
#sysItemSearch #sysMain .sysItemSearchFormWord {
	margin-bottom: 5px;
}
#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 .sysFreeArea .searchpage-form-wrap,
#sysItemSearch #sysMain .sysItemSearchFormCategory {display:none;}
#sysItemSearch #sysMain .sysItemSearchFormRange input {
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}
#sysItemSearch #sysMain .sysItemSearchFormRange,
#sysItemSearch #sysMain .sysItemSearchFormSort,
#sysItemSearch #sysMain .sysItemSearchFormLimit {
	display: inline-block;
/*display:none;*/
	margin: 5px auto;
}

#sysItemSearch #sysMain .sysItemSearchFormRange input {
	padding: 10px;
}
#sysItemSearch .sysSearchButton {
display:none;
}

/* ここから上いるのか謎 */
#sysItemSearch #sysMain h2 {
color: #2a2a2a;
    font-size: 24px;
font-family: YuMincho, 'Yu Mincho', serif;
    padding: 0 0 15px;
    letter-spacing: inherit;
    border-bottom: 1px solid #cbcbcb;
    font-weight: normal;
margin: 40px 0 30px;
    text-align: left;
}
#sysItemSearch #sysMain h2 .sysItemListDisp {
display: inline-block;
    margin-left: 30px;
    color: #2a2a2a;
    font-size: 12px;
}
#sysItemSearch .sysFreeArea,
.searchpage-form,
.searchpage-form-category-wrap {
  display: flex;
}
.searchpage-form-wrap:first-child {
  flex:1;
}
.searchpage-form-wrap {
  flex:2;
}
.searchpage-form {
    margin-right: 1px;
}

input[type=text].searchpage-form-date {
    width: 100%;
    border: none;
    margin-right: 1px;
    background-color: #f7f7f7;
    font-size: 19px;
    color: #bab9ba;
    padding: 12px 0px 12px 50px !important;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    background-image: url(https://befitsyou.aispr.jp/img/layout/icon/icon-search.png);
    background-size: 16px;
    background-position: 16px 23px;
    background-repeat: no-repeat;
    vertical-align: bottom;
-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
border-radius: 0px;
}

.searchpage-form-category-wrap .sysItemSearchFormInput {
    width: 100%;
}

.searchpage-form-category-wrap .sysItemSearchFormCategory select {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    height: 62px;
    display: block;
    margin-right: 1px;
    padding-left: 20px;
    border-radius: 0;
    background-color: #f7f7f7;
    border: none;
    font-size: 24px;
    color: #bab9ba;
    background-image: url(https://befitsyou.aispr.jp/img/layout/icon/select.png);
    background-size: 10px 5px;
    background-position: 96% 50%;
    background-repeat: no-repeat;
}

.searchpage-button {
    display: inline-block;
    width: 200px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    background-color: #cf9caf;
    font-size: 12px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: 23px;
}

/***********************************
	お問い合わせ
***********************************/
#sysFormConfirm .sysNextSubmit{
	width:100%;
	margin:20px 0 0 !important;
}
#sysFormConfirm button.sysButton{
	width:30%;
	margin-bottom:20px;
}

/***********************************
	新規会員登録
***********************************/
.sysMemberRegister #sysWrap{
	margin:160px auto 0;
}

/***********************************
	マイページ
***********************************/
.sysMypage #sysWrap{
	margin:160px auto 0;
}

/* マイページボタン */
.sysMypageNav > form {
    display: inline-block;
    width: 48.4%;
    vertical-align: top;
margin: 5px 3px;
}
.sysMypageNav .sysButton {
    width: 100%;
    display: block;
    font-size: 15px;
	margin: 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; */
	border-radius: 5px;
	height: 50px;
	font-size: 15px;
	margin-top: 0;
}
#sysMypageLogin h2 {
margin-bottom: 60px;
}
#sysMypageLogin .sysMemberPassword {
margin-top: 20px;
}
#sysMypageLogin .sysLoginButton{
border-radius: 0;
float: left;
    border: none;
    width: 300px;
    height: 60px;
    color: #fff;
    font-size: 16px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    margin: 80px auto 0;
    background-color: #cf9caf;

}
#sysMypageLogin .sysButton{
width: 300px;
    height: 60px;
    background-color: #cbcbcb;
    border-radius: 0;
margin: 80px 30px 30px;
    font-size: 16px;
}

#sysMypageLogin .sysLoginForm form + form + form .sysButton {
margin: 0;
    background: none;
    text-align: left;
    font-size: 15px;
    text-decoration: underline;
    color: #666;
    width: auto;
    padding: 0;
}

/* 会員登録時 */
#sysMemberRegisterConfirm h2,
#sysMemberRegisterIndex h2 {
color: #2a2a2a;
    font-size: 24px;
    font-family: 'Crimson Text', serif;
    background-color: #fff;
    padding: 0 0 15px;
    letter-spacing: 1.17px;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 35px;
}

#sysMypageEditDeliveryinput .sysZipcode button,
#sysMypageEditDelivery .sysZipcode button,
#sysMypageEditMember .sysZipcode button,
#sysMemberRegisterIndex .sysZipcode button {
border: none;
    background-color: #cbcbcb;
    color: #fff;
    padding: 0;
    height: 30px;
    min-width: 80px;
border-radius: 0px;
}
#sysMypageEditDeliveryinput input[name=zipcode],
#sysMypageEditDelivery input[name=zipcode],
#sysMypageEditMember input[name=zipcode],
#sysMemberRegisterIndex input[name=zipcode] {
display: inline;
    max-width: 8em;
}
#sysMypageEditDeliveryinput .sysPrefStateId select,
#sysMypageEditDelivery .sysPrefStateId select,
#sysMypageEditMember .sysPrefStateId select,
#sysMemberRegisterIndex .sysPrefStateId select {
display: inline-block;
    width: 200px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding-left: 5px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    background: url(https://befitsyou.aispr.jp/img/layout/icon/select.png) 180px 50% no-repeat;
    background-size: 10px 5px;
    margin: 5px 0 20px;
}
#sysMypageEditDeliveryinput .sysOtherAddress + div {
margin-bottom: 30px;
}
#sysMypageWithdrawalConfirm form input[type=submit] {
background-color: #cf9caf;
}
#sysMypageWithdrawalConfirm form:last-child input[type=submit] {
margin: 10px auto 0;
background-color: #cbcbcb;
}
#sysMypageWithdrawalConfirm input[type=submit],
#sysMypageEditDeliveryinput input[type=submit],
#sysMypageEditConfirm input[type=submit],
#sysMypageEditDelivery input[type=submit],
#sysMypageEditMember input[type=submit],
#sysMemberRegisterIndex input[type=submit] {
border-radius: 0;
    border: none;
    width: 300px;
    height: 60px;
    color: #fff;
    font-size: 16px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
margin: 30px auto 0;
}
#sysMemberRegisterIndex #sysMain form:last-child  {
    margin-top: 10px;
text-align: center;
}
#sysMypageEditSavedelivery form,
#sysMypageEditSave form {
margin-top: 30px;
    text-align: center;
}
#sysMypageEditDeliveryinput .sysButton,
#sysMypageEditSavedelivery .sysButton,
#sysMypageEditSave .sysButton,
#sysMypageEditConfirm #sysMain form:last-child .sysButton,
#sysMypageEditDelivery #sysMain form:last-child .sysButton,
#sysMypageEditMember #sysMain form:last-child .sysButton,
#sysMemberRegisterIndex #sysMain form:last-child .sysButton {
    width: 300px;
    height: 60px;
background-color: #cbcbcb;
border-radius: 0;
}
#sysMypageEditConfirm #sysMain form:last-child .sysButton {
margin-top: -10px;
}
#sysMypageEditDeliveryinput input[type=submit],
#sysMypageEditDelivery #sysMain form:last-child .sysButton,
#sysMypageEditMember #sysMain form:last-child .sysButton {
margin-top: 10px;
}

#sysMypageEditDelivery #sysMain form:last-child {
text-align: center;
}
#sysMypageEditDeliveryinput form:last-child {
    text-align: center;
}

/***********************************
	ヘッダー
***********************************/
/* ヘッダー実装後に削除 */
.header_wrap {
display:none;
}

.header-pc.-header-menu-top {
	top: -52px;
}

.header-pc {
	z-index: 5;
 	width: 100%;
 	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	padding: 5px 20px;
}

.header-pc header {
	max-width: 1100px;
	margin: 0 auto;
}

.header-pc header ul,
.header-pc header ul li {
	display: inline-block;
}

.header-pc header:after {
	content: "";
	display: block;
	clear: both;
}

.header-pc header h1 {
	float: left;
}

.header-pc header h1 img {
margin-bottom:1px;
}

.header-pc-menu {
	font-size: 12px;
letter-spacing: 1px;
font-family: Montserrat;
}

.header-pc-menu-wrap {
	float: right;
	padding: 10px 0;
}

.header-pc-menu li {
	margin-right:45px;
	letter-spacing: 1px;
}
.header-pc-menu li:last-child {
	margin-right:80px;
}
.header-pc-menu-cart {
margin-right: 20px;
}

@media screen and (max-width: 920px) {
.header-pc-menu li {
  margin-right: 20px;
}
.header-pc-menu li:last-child {
  margin-right: 40px;
}
}

/***********************************
	サイドメニュー
***********************************/
.pc-side-menu {
overflow: auto;
    overflow-x: hidden;
 	position: fixed;
	top: 0;
right: -455px;
/* right:0;*/
	z-index: 6;
	width: 450px;
	opacity: 0.95;
	padding-top:45px;
	height: 100%;
	background-color: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: -2px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.pc-side-menu.-active {
	right: 0;
}
.sidemenu-top {
display: flex;
  justify-content: space-between;
}

.sidemenu-top img {
margin: 0 50px 50px;
}
.pc-sidemenu-close img {
margin-left: 35px;
}
.side-manu-search {
	background-color: #edd7df;
	padding: 35px 18px;
}

.side-manu-search select {
-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    color: #a3a3a3;
    font-size: 20px;
    width: 350px;
    padding-left: 15px;
    height: 50px;
    border-radius: 0px;
    border: none;
    margin-right: 10px;
background-image: url(https://befitsyou.aispr.jp/img/layout/icon/select.png);
    background-size: 10px 5px;
    background-position: 330px 50%;
    background-repeat: no-repeat;
}

.side-manu-search select:last-child {
    margin-right: 10px;
}

.side-manu-search button {
	background-color: #cf9caf;
    width: 50px;
    height: 50px;
    border: none;
    vertical-align: top;
}

.side-manu-sns a {
	margin: 0 30px;
	padding: 40px 0;
	border-bottom: 1px solid #dfdfdf;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.side-manu-sns p {
font-family: Montserrat;
    font-size: 16px;
    color: #323232;
    letter-spacing: 2px;
}

.pc-side-menu .dropdown ul.dropdown-menu {
display:none;
}

.pc-side-menu .dropdown {
font-size: 24px;
    margin: 0 30px;
border-bottom: 1px solid #dfdfdf;
}

.pc-side-menu .dropdown div {
    position: relative;
    line-height: 1;
    letter-spacing: 1px;
    padding: 15px 0;
font-family: 'Crimson Text', serif;
}

.pc-side-menu .dropdown-icon-open,
.pc-side-menu .dropdown-icon-close {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
}

.pc-side-menu .dropdown-icon-close {
    display:none;
}

.pc-side-menu .dropdown ul.dropdown-menu li:last-child {
    margin-bottom: 15px;
}

.pc-side-menu .dropdown ul.dropdown-menu a {
padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
font-family: Montserrat;
letter-spacing: 1px;
}

.side-manu-contents {
margin-bottom:60px;
}

.side-manu-sub-contents {
margin: 0 30px 50px;
}

.side-manu-sub-contents a {
font-size: 20px;
    padding: 10px 0;
    display: inline-block;
font-family: 'Crimson Text', serif;
    letter-spacing: 0.8px;
}


/***********************************
	トップページ
***********************************/
/* メインビジュアル */
.top-main-contents {
  position:relative;
}

.top-main-contents-img {
    opacity: 0;
    min-height: 400px;
    background-color: #f3e3ea;
}

.top-main-contents-img.slick-initialized {
    opacity: 1;
}
.top-main-contents-cover {
  pointer-events: none;
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: -webkit-linear-gradient(top, #fff, transparent);
    background: linear-gradient(to bottom, #fff, transparent);
}

.top-main-contents-border {
  pointer-events: none;
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 20px solid #dbb0c0;
    opacity: 0.7;
}

.top-main-contents .slick-dots {
  display: flex;
  position: absolute;
  bottom: 45px;
  left: 50%;
  margin-left: -175px;
}
.top-main-contents .slick-dots li {
  width: 60px;
  height: 2px;
  background-color: #fff;
  content: "";
  border:none;
  margin: 0 5px;
}

.top-main-contents .slick-dots li.slick-active {
  background-color: #dbb0c0;
}

.top-main-contents .slick-dots li button {
  display:none;
}

.top-main-contents-menu-wrap {
  position: absolute;
  top:60px;
  left:0;
  width:100%;
}

.top-main-contents-menu-wrap div {
  position: relative;
}

.top-main-contents-menu-wrap h1 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left:-84px;
}

.top-main-contents-menu-wrap ul {
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
   padding: 0 10% 0 13%;
}

.top-main-contents-menu-wrap ul li:nth-child(3) {
  margin-right: 33%;
}


.top-main-contents-menu-wrap ul li a {
  font-size:12px;
font-family: Montserrat;

}

.top-main-contents-search-wrap {
position: absolute;
bottom: 195px;
    left: 50%;
	width: 745px;
	margin-left:-323px;
    pointer-events: none;
}

.top-main-contents-search-wrap p:nth-child(1) {
	margin-bottom: 20px;
	font-size: 50px;
	font-family: 'Crimson Text', serif;
}

.top-main-contents-search-wrap p:nth-child(2) {
	margin-bottom:20px;
	font-size: 12px;
	color: #6a6a6a;
	font-family: Montserrat;
letter-spacing:1px;
}

.top-main-contents-search-wrap p:nth-child(3) {
	margin-bottom:20px;
	font-size: 18px;
	color: #6a6a6a;
}

.top-main-contents-search {
position: absolute;
    bottom: 120px;
    left: 50%;
    margin-left: -323px;
    width: 745px;
}

.top-main-contents-search input,
.top-main-contents-search button {
	border:none;
}
.top-main-contents-search input {
	width: 297px;
	height: 50px;
	margin-right: 7px;
	font-family: 'Roboto', sans-serif;
    padding-top: 13px !important;
vertical-align: bottom;
-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
border-radius: 0px;
}
.top-main-contents-search input::placeholder {
	padding-left: 10px;
	color: #a3a3a3;
	font-size: 16px;
}
.top-main-contents-search input::-webkit-input-placeholder {
    padding-top: 0.2em;
}
.bfy-flatpickr-text {
display:none;
}
.top-main-contents-search button {
	width: 144px;
	height: 50px;
	background-color: #cf9caf;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	font-weight: bold;
}

.top-main-contents-menu-wrap ul.top-main-contents-submenu {
padding:0;
}
.top-main-contents-menu-wrap ul.top-main-contents-submenu li:first-child {
margin-right:24px;
}
.top-main-contents-menu-wrap ul.top-main-contents-submenu li:first-child img {
min-width:22px;
}
.top-main-contents-menu-wrap ul.top-main-contents-submenu li:last-child img {
min-width:30px;
}

/* top aboutパーツ */
.top-about {
    margin: 0 auto 90px;
    max-width: 1180px;
}

.top-about h2 {
	margin: 90px 0 60px;
	text-align: center;
}

.top-about-wrap {
overflow: hidden;
display: flex;
}

.top-about-text-wrap {
width:395px;
margin: 65px 40px 0 0;
text-align: center;
}

.top-about-text-cont {
	margin-bottom: 30px;
	color:#6a6a6a;
	font-size:16px;
	font-family: YuMincho, 'Yu Mincho', serif;
text-align: left;
}

.top-about h3 {
font-size: 25px;
    font-family: YuMincho, 'Yu Mincho', serif;
    color: #6a6a6a;
    line-height: 35px;
    letter-spacing: 1.2px;
font-weight: 600;
margin-bottom: 20px;
}

/* ボタン */
.bfy-button-pink {
	display: inline-block;
	padding: 15px 34px;
	background-color: #cf9caf;
	color:#fff;
	font-family: Montserrat;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
}

.bfy-text-link {
	text-align: center;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	width: 98%;
	margin: 0 auto;
}

.bfy-text-link a {
	width: 100%;
	padding: 15px 0;
	display: inline-block;
	font-size: 12px;
	font-family: Montserrat;
	color: #4a4a4a;
	letter-spacing: 1.3px;
}

/***********************************
	カート情報
***********************************/
#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;
}


/***********************************
	ナビゲーション
***********************************/
/* 新デッダー実装後に削除 */
#headNavigation {
display:none;
}


/***********************************
	フッター
***********************************/
#sysFooter {

margin: 100px 0;
	padding: 0;
}
#sysFooter .search-price-category {
background-color: #dbb0c0;
    padding: 50px 0;
    text-align: center;
}

#sysFooter .search-price-category select {
-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
background-color: #c58ba1;
color: #e6bfcd;
font-size: 20px;
    padding-left: 40px;
    height: 50px;
border-radius: 0px;
border: none;
margin-right: 10px;
width:420px;
vertical-align: top;
background-image: url(https://befitsyou.aispr.jp/img/layout/icon/icon-search2.png);
    background-size: 16px;
    background-position: 10px 50%;
    background-repeat: no-repeat;
}
#sysFooter  .search-price-category span {
font-size: 34px;
    color: #fff;
    letter-spacing: 2px;
    font-family: 'Crimson Text', serif;
    margin-right: 50px;
}
#sysFooter .search-price-category select:first-child {
margin-right: 1px;
}

#sysFooter .search-price-category button {
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
background-color: #fff;
    width: 174px;
    height: 50px;
    font-size: 12px;
    color: #6a6a6a;
    font-weight: bold;
    font-family: Montserrat;
vertical-align: top;
}

/* ガイド */
.footer-guide-pc {
padding: 50px 0;
    background-color: #f6e3e7;
  }
.footer-guide-pc ul {
    text-align: center;
  }

  .footer-guide-pc li {
vertical-align: top;
    width: 166px;
margin: 0 20px;
    text-align: left;
    display: inline-block;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    text-align: center;
  }

.footer-guide-pc li img {
margin-bottom: 20px
}

.footer-guide-pc li p {
font-weight: bold;
font-size: 12px;
    margin-bottom: 15px;
}

.footer-guide-pc li div {
margin-bottom: 15px;
font-size:11px;
    text-align: left;
}

.footer-guide-pc li a {
font-size:11px;
}

.footer-guide-pc li div.footer-guide-pc-image {
    text-align: center;
height:50px;
}
.footer-guide-pc li div.footer-guide-pc-text {
height:102px;
}

/* フッターメニュー */
.footer-menu-pc {
    margin: 0 auto 50px;
padding: 50px 0 40px;
    width: 1100px;
border-bottom: 1px solid #e5e5e5;
  }

  .footer-menu-pc .sysContent {
    width: 820px;
    display: flex;
    margin: 0 auto;
  }

  .footer-menu-wrap {
    margin-right: 40px;
  }
  .footer-menu-wrap h3 {
font-weight: normal;
    font-family: Montserrat;
    margin-bottom: 15px;
    font-size: 12px;
}

  .footer-menu-wrap:last-child {
    margin-right: 0;
  }

  .footer-menu-item {
    display: flex;
  }

  .footer-menu-item ul {
    margin-right: 35px;
  }

  .footer-menu-wrap:last-child .footer-menu-item ul {
    margin-right: 0px;
}

  .footer-menu-item li {
    margin-bottom: 10px;
    font-size: 10px;
  }

/***********************************
	サイド
***********************************/
/*検索ボックス*/
.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{
	margin: 0 auto 60px;
	text-align: center;
}
.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;
}
.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;
	float: left;
	clear: both;
	font-weight: bolder;
	width:200px;
}
#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;
}

/***********************************
	 お買い物ガイド
***********************************/



/***********************************
	 ボタンデザイン
***********************************/
.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ページ
***********************************/
/*新着アイテム*/
.parts-pickup-preloveddresses,
.parts-pickup-dresses,
.top_newarrival {
margin: 0 auto 20px;
    max-width: 1140px;
}
.parts-pickup-preloveddresses ul,
.parts-pickup-dresses ul,
.top_newarrival ul{
	font-size:0;
}
.parts-pickup-preloveddresses li,
.parts-pickup-dresses li,
.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;
}
.parts-pickup-preloveddresses li img,
.parts-pickup-dresses li img,
.top_newarrival li img{ 
	width: 100%;
}
.parts-pickup-preloveddresses .sysItemName,
.parts-pickup-dresses .sysItemName,
.top_newarrival .sysItemName{
	text-align: left;
	font-size: 16px;
	padding-top: 20px;
	font-family: Montserrat;
letter-spacing: 1px;
}
.parts-pickup-preloveddresses .sysItemPrice,
.sysItemList .sysRetailPrice,
.parts-pickup-dresses .sysItemPrice,
.top_newarrival .sysItemPrice {
	font-size: 14px;
	color: #8d8d8d;
	text-align: left;
	font-family: Montserrat;
letter-spacing: 1px;
}

.item-label-name {
	margin-right: 5px;
	padding: 2px 4px;
	font-size: 11px;
	background-color: #e9d8df;
font-family: 'Crimson Text', serif;
}

.item-brand-name {
	display: block;
	font-size: 14px;
	font-family: Montserrat;
letter-spacing: 1px;
margin:5px 0;
}
.parts-pickup-predre-btn,
.parts-pickup-dresses-button,
.top_newarrival_btn {
	margin-bottom: 100px;
}

/* レンタルとセル */
.accessories-rental-sell,
.dresses-rental-sell,
.top-rental-sell {
    margin: 0 auto 100px;
    max-width: 1140px;
}
.accessories-rental-sell .sysContent,
.dresses-rental-sell .sysContent,
.top-rental-sell .sysContent {
	display:flex;
}
.accessories-rental-sell .sysContent div:first-child,
.dresses-rental-sell .sysContent div:first-child,
.top-rental-sell .sysContent div:first-child {
	margin-right: 60px;
}
.accessories-rental-sell .sysContent div img,
.dresses-rental-sell .sysContent div img,
.top-rental-sell .sysContent div img {
	max-width: 540px;
	width: 100%;
}

/* ご利用方法 */
.top-how-to-rent {
	margin-bottom:100px;
}
#shopping-guide #sysMain {
    margin: 0 auto;
}
#shopping-guide .guide-step {
max-width: 1200px;
    margin: 0 auto;
}
.top-how-to-rent .guide-step1-img,
.top-how-to-rent .guide-step2-img,
.top-how-to-rent .guide-step3-img,
.top-how-to-rent .guide-step4-img,
.top-how-to-rent .guide-step5-img {
height: 324px;
    padding-top: 20px;
}

#shopping-guide .guide-step h3,
#shopping-guide .guide-rules h3 {
    color: #2a2a2a;
    font-size: 28px;
    font-family: 'Crimson Text', serif;
    padding: 0 0 15px;
    letter-spacing: inherit;
    border-bottom: 1px solid #cbcbcb;
    font-weight: normal;
    margin-bottom: 60px;
}

#shopping-guide h3 span {
    margin-left: 40px;
    font-size: 12px;
    letter-spacing: 3px;
}
#shopping-guide .guide-rules h3 {
margin: 120px 0 60px;
}

#shopping-guide .guide-banner {
width: 1100px;
text-align: center;
    margin: 0 auto 100px;
}

#shopping-guide .guide-banner a {
    display: inline-block;
}

#shopping-guide .guide-banner a:first-child {
    margin-right: 25px;
}

.guide-step-list {
    display: table;
    border-collapse: separate;
    border-spacing: 20px 0;
    margin: 0 auto;
}

.guide-step-list li {
    position: relative;
    width: 15%;
    display: table-cell;
    text-align: center;
    vertical-align: top;
}
.guide-step-list li img {
position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -5px;
}

.guide-step-list li a {
    display: block;
    height: 324px;
    padding-top: 20px;
}

.guide-step-list li hr {
    width: 46px;
    margin: 15px auto 0;
    border-top: 1px solid #000;
}
/* stap1 */
.guide-step1 {
	background-color:#e7e2dc;
}
.guide-step1 hr {
    border-bottom: 1px solid #f1e5ea;
}
.guide-step-list li.guide-step1 p:first-child {
    color:#8e2d51;
}
.guide-step1-img {
    background: url(https://www.befitsyou.com/img/layout/images/img-hiw-1.png) 2px 120px no-repeat;
    background-size: 100%;
}
#step1 h4 .text-img {
    position: absolute;
    bottom: 40px;
    right: 250px;
}

/* step2 */
.guide-step2 {
	background-color:#f3f3f1;
}

.guide-step2 hr {
    border-bottom: 1px solid #f3f3f1;
}
.guide-step-list li.guide-step2 p:first-child {
    color:#a97655;
}
.guide-step2-img {
    background: url(https://www.befitsyou.com/img/layout/images/img-hiw-2.png) -5px 120px no-repeat;
    background-size: 100%;
}
#step2 h4 .text-img {
    position: absolute;
    bottom: 40px;
    right: 200px;
}

/* step3 */
.guide-step3 {
	background-color:#e8efef;
}
.guide-step3 hr {
    border-bottom: 1px solid #e8efef;
}
.guide-step-list li.guide-step3 p:first-child {
    color:#4596c0;
}
.guide-step3-text {
position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -48px;
}
.guide-step3-img {
    background: url(https://www.befitsyou.com/img/layout/images/img-hiw-3.png) 57% 10px no-repeat;
    background-size: 102px 313px;
}

#step3 h4 .text-img {
    position: absolute;
    bottom: 40px;
    right: 200px;
}

/* step4 */
.guide-step4 {
	background-color:#f3f3f1;
}
.guide-step4 hr {
    border-bottom: 1px solid #f3f3f1;
}
.guide-step-list li.guide-step4 p:first-child {
    color:#9e9b56;
}
.guide-step4-img {
    background: url(https://www.befitsyou.com/img/layout/images/img-hiw-4.png) 15px 132px no-repeat;
    background-size: 85% 191px;
}
#step4 h4 .text-img {
    position: absolute;
    bottom: 40px;
    right: 200px;
}

/* step5 */
.guide-step5 {
	background-color:#f1e5ea;
}
.guide-step5 hr {
    border-bottom: 1px solid #e7e2dc;
}
.guide-step-list li.guide-step5 p:first-child {
    color:#9f5b74;
}
.guide-step5-img {
   background: url(https://www.befitsyou.com/img/layout/images/img-hiw-5.png) 10px 90px no-repeat;
    background-size: 90%;
}
#step5 h4 .text-img {
    position: absolute;
    bottom: 40px;
    right: 200px;
}

.guide-step-list li p {
    font-size: 11px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: bold;
}
.guide-step-list li p:first-child {
    margin-bottom: 10px;
    font-size: 10px;
font-family: Montserrat;
font-weight: bold;
    letter-spacing: 0.8px;
}
.guide-bfy-button {
	margin-top:75px;
	text-align: center;
}

#shopping-guide .guide-step-content {
width: 1100px;
    margin: 0 auto;
}
.guide-step-content h4 {
position: relative;
margin-top: 200px;
}

.guide-step-content h4 .step-img {
    position: absolute;
    left: 10px;
    bottom: 20px;
}
.guide-step-content h4 img {
    position: absolute;
    bottom: -15px;
    right: 10px;
}
.guide-step-content h4 span {
    display: inline-block;
    height: 26px;
    width: 100%;
    background-color: #e7e2dc;
}

.guide-step-content-text {
    font-size: 16px;
    color: #323232;
    letter-spacing: 0.2px;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}
.guide-step-content-text p {
    color: #6a6a6a;
    font-size: 25px;
    letter-spacing: 1.2px;
    margin: 30px 0 20px;
	font-family: YuMincho, 'Yu Mincho', serif;
}
.guide-step-content-text a {
    margin-top: 40px;
    display: inline-block;
    color: #b0738a;
    font-size: 16px;
}

.guide-rules-content {
    background-color: #f7f7f7;
    padding: 20px;
    font-size: 16px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.2px;
}

.guide-rules-content p {
font-weight: bold;
}
.guide-rules-content div {
margin-bottom: 30px;
}

#shopping-guide .guide-top {
text-align: center;
    margin: 65px 0;
}

#shopping-guide .guide-top a {
width: 174px;
    height: 60px;
    background-color: rgb(207, 156, 175);
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-weight: 500;
    display: inline-block;
    line-height: 60px;
}

/* ニュース */
.top-news {
margin-bottom: 100px;
background: url(https://www.befitsyou.com/img/layout/images/backimage.png) 0 -40px no-repeat;
    background-size: 471px 438px;
}
.top-news ul {
	display:flex;
justify-content: center;
margin:0 20px;
}

.top-news ul li {
	border: 1px solid #e5e5e5;
    padding: 20px;
width: 270px;
    max-width: 270px;
min-height: 320px;
}
.top-news ul li:nth-child(2) {
margin: 0 10px 0 20px;
}
.top-news ul li:nth-child(3) {
margin: 0 20px 0 10px;
}
.top-news ul li a {
padding: 0;
}
.top-news time{
display: none;
}
.top-news-date {
font-family: 'Crimson Text', serif;
    font-size: 50px;
    margin-bottom: 65px;
}
.top-news-label {
color: #8d8d8d;
    font-size: 11px;
    font-family: Montserrat;
    font-weight: bold;
    letter-spacing: 0.92px;
}
.top-news-title {
font-size: 16px;
color: #6a6a6a;
    white-space: initial;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
line-height: 24px;
overflow: hidden;
height: 50px;
}
.top-news-more {
color: #b8b8b8;
    margin-top: 30px;
    font-family: Montserrat;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
background: url(https://www.befitsyou.com/img/layout/icon/icon-arrow-right.png) 110px 4px no-repeat;
    background-size: 28px 8px;
}

/* 取扱ブランド、プランド一覧ページ */
.parts-brands-accessories,
.parts-brands-dresses,
.page-brands,
.top-brand {
    margin: 0 auto 20px;
        max-width: 1140px;
  }

.page-brands h2 {
color: #2a2a2a;
    font-size: 28px;
    font-family: 'Crimson Text', serif;
    background-color: #fff;
    padding: 0 0 15px;
    letter-spacing: 1.17px;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 35px;
    text-align: left;
    font-weight: normal;
}
.parts-brands-accessories ul,
.parts-brands-dresses ul,
.page-brands ul,
.top-brand ul {
  max-width: 1140px;
  margin: 0 auto 60px;
  text-align: left;
}
.parts-brands-accessories li,
.parts-brands-dresses li,
.page-brands li,
.top-brand li {
  display: inline-block;
  margin: 20px 55px 20px 0;
  text-align: center;
}
.parts-brands-accessories li:nth-child(5n),
.parts-brands-dresses li:nth-child(5n),
.page-brands li:nth-child(5n),
.top-brand li:nth-child(5n){
  margin-right: 0;
}
.parts-brands-accessories li a,
.parts-brands-dresses li a,
.page-brands li a,
.top-brand li a {
display: inline-block;
}
.parts-brands-accessories li p,
.parts-brands-dresses li p,
.page-brands li p,
.top-brand li p {
font-size: 18px;
    letter-spacing: 0.75px;
    color: #2a2a2a;
	font-family: YuMincho, 'Yu Mincho', serif;
}
.parts-brands-accessories li img,
.parts-brands-dresses li img,
.page-brands li img,
.top-brand li img {
  border-radius: 50%;
  width: 180px;
margin-bottom: 20px;
}
.parts-brands-accessories ul + div,
.parts-brands-dresses ul + div,
.page-brands ul + div,
.top-brand ul + div {
text-align: center;
}

@media (max-width: 1178px) {
.parts-brands-accessories ul,
.parts-brands-dresses ul,
.top-brand ul,
.page-brands ul {
  width: 900px;
}
.parts-brands-accessories li:nth-child(4n),
.parts-brands-dresses li:nth-child(4n),
.top-brand li:nth-child(4n),
.page-brands li:nth-child(4n) {
  margin-right: 0;
}
.parts-brands-accessories li:nth-child(5n),
.parts-brands-dresses li:nth-child(5n),
.top-brand li:nth-child(5n),
.page-brands li:nth-child(5n) {
  margin-right: 55px;
}
}

/*特集一覧*/
.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;
}

/* 商品一覧 hover */
.sysItemImage,
.sysThumbnailImage {
    position: relative;
max-width: 320px;
    min-height: 200px;
    background-color: #ececec;
}
.sysItemImage img,
.sysThumbnailImage img {
    height: auto
}
.sysItemImage img.hoveredImg,
.sysThumbnailImage img.hoveredImg {
    opacity: 0;
    /*filter:blur(5px);*/
    /*-ms-transform: scale(1.05);*/
    /*transform: scale(1.05);*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}
.sysItemImage.hasHoverImage a,
.sysThumbnailImage.hasHoverImage a {
    opacity: 1
}
.sysItemImage.hasHoverImage img,
.sysThumbnailImage.hasHoverImage img {
    transition: all 0.8s ease-out
}
.sysItemImage.hasHoverImage.is-active img,
.sysItemImage.hasHoverImage:hover:not(.hover-disabled) img,
.sysThumbnailImage.hasHoverImage.is-active img,
.sysThumbnailImage.hasHoverImage:hover:not(.hover-disabled) img {
    opacity: 0
}
.sysItemImage.hasHoverImage.is-active img.hoveredImg,
.sysItemImage.hasHoverImage:hover:not(.hover-disabled) img.hoveredImg,
.sysThumbnailImage.hasHoverImage.is-active img.hoveredImg,
.sysThumbnailImage.hasHoverImage:hover:not(.hover-disabled) img.hoveredImg {
    opacity: 1;
    /*filter:blur(0);*/
    /*-ms-transform: scale(1);*/
    /*transform: scale(1)*/
}
@media screen and(max-width:768px) {
    .sysItemImage .hoveredImg,
    .sysThumbnailImage .hoveredImg {
        position: absolute !important;
        top: 0 !important;
        left: 0;
        right: 0;
    }
}


a {
    transition: all 0.2s ease-out;
}

a:hover {
    opacity: 0.6;
}

/* フッターのロゴ、メニューなど */

.footer-site-navi {
width: 900px;
    margin: 0 auto;
}
.footer-site-navi-top-wrap {
      position: relative;
    }

    .footer-site-navi__logo {
      position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -83px;
    }

    .footer-site-navi-top {
      display: flex;
    justify-content: space-between;
    align-items: start;
    }
    .footer-site-navi-top div:first-child{
text-align: center;
margin-left: 30px;
}

    .footer-site-navi-bottom {
      width: 700px;
      text-align: center;
	margin: 100px auto;
font-family: HiraginoSansCNS-W3;
font-size: 12px;
    color: #6a6a6a;
    }

    .footer-site-navi-bottom li {
      display: inline-block;
border-right: 1px solid #6a6a6a;
    padding: 0 10px;
    margin-bottom: 15px;
    line-height: 12px;
    }
    .footer-site-navi-bottom li:last-child {
border-right: none;
}
    
    .footer-site-navi-top__title {
      font-weight: bold;
    font-family: Montserrat;
letter-spacing: 1px;
        font-size: 11px;
        text-align: center;
margin-bottom:20px;

    }

    .footer-site-navi input {
      width: 200px;
      height: 46px;
      margin-right: 7px;
    	font-family: 'Roboto', sans-serif;
      border: 1px solid #e5e5e5;
      padding-left: 10px;
      vertical-align: top;
-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
border-radius: 0px;
    }

    .footer-site-navi button {
      background-color: #cf9caf;
      width: 46px;
      height: 46px;
      border: none;
      vertical-align: top;
      border:none;
    }

/***********************************
	ログインページ
***********************************/
#sysMypageLogin .sysFormLabel,
#login .sysFormLabel {
margin-bottom:10px;
}
.sysFuncMemberLogin.parts-login {
width: 950px;
    margin: 0 auto;
}
.sysFuncMemberLogin .sysContent p {
display:none;
}
.sysLoginTitle {
text-align: left;
    color: #2a2a2a;
    font-size: 28px;
    font-family: 'Crimson Text', serif;
    padding: 0 0 15px;
    letter-spacing: inherit;
    border-bottom: 1px solid #cbcbcb;
    font-weight: normal;
}

.sysLoginTitle span {
display: inline-block;
    margin-left: 40px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-size: 12px;
    letter-spacing: 3px;
    color: #2a2a2a;
    padding: 0;
}

.sysFormItem.sysGender,
#sysMain .sysFuncMemberLogin .sysFormItem.sysMailaddress,
#sysRegi .sysFormItem.sysMemberId {
margin-bottom: 20px;
}
#sysMypageLogin .sysFormLabel,
#sysMain #sysPurchaseAuthMember .sysFormLabel,
#sysMain .sysFuncMemberLogin .sysFormItem.sysMailaddress label,
#sysMain .sysFuncMemberLogin .sysFormItem.sysMemberPassword label {
border: none;
    padding: 0;
    font-size: 14px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}
#sysRegi .sysFormItem.sysMemberPassword,
#sysMain .sysFuncMemberLogin .sysFormItem.sysMemberPassword {
margin-bottom: 80px;
}

#sysRegi.sysCart #sysMain input[type="submit"].sysLoginButton,
#sysMain .sysFuncMemberLogin input[type=submit].sysLoginButton {
width: 300px;
    height: 60px;
    border: none;
    background-color: #cf9caf;
    color: #fff;
    font-size: 16px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
display: block;
    margin: 0 auto;
border-radius: 0;
}

.sysFuncMemberLogin.parts-login form + ul {
text-align: center;
    margin-top: 20px;
}

.sysFuncMemberLogin.parts-login form + ul a {
display: inline-block;
    margin-bottom: 10px;
    font-size: 15px;
    text-decoration: underline;
    color: #666;
}

#login .parts-login .sysContent div a {
width: 300px;
    height: 60px;
    background-color: rgb(207, 156, 175);
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    line-height: 60px;
margin: 30px 10px 0 0;
}

/* カートからのログインページ */
#sysRegi.sysCart .sysCartTitle {
margin-bottom: 30px;
}

#sysRegi .sysFormField {
margin: 5px 0;
}
#sysRegi #sysPurchaseAuthMember,
#sysRegi #sysRegisterForm {
margin-top: 100px;
}

#sysRegi #sysRegisterForm p,
#sysRegi #sysPurchaseAuthCustomer p {
padding: 0 0 30px 0;
}
#sysRegi.sysCart .sysNextSubmitArea {
margin: 20px 0 0;
}
#sysRegi.sysCart .sysBackSubmitArea {
text-align: center;
}
#sysRegi.sysCart #sysRegisterForm .sysBox {
margin-bottom: 0;
}
#sysRegi.sysCart .sysBackSubmitArea input[type="submit"] {
    background-color: #cbcbcb;
    border: 0;
    min-width: 300px;
    height: 60px;
    color: #fff;
    border-radius: 0;
    border: none;
    text-shadow: none;
    font-size: 16px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
}

/* 注文者情報 入力 */
.sysSelectAddress form button {
background-color: #f1f1f1;
    padding: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.sysSelectAddress div {
    padding:0;
}

/* 配送情報など入力ページ */
#sysPayment.sysCart .sysFormField .sysRequired {
display: none;
}

#sysPayment.sysCart .sysFormItem .sysFormLabel {
display: inline-block;
}

#sysPayment.sysCart .sysFormItem .sysFormLabel + span {
color: #9f1027;
    font-size: 12px;
margin-left: 10px;
}
#sysPayment.sysCart #sysMain textarea {
padding-top: 5px !important;
}

#sysPayment.sysCart .sysSelectPaymentArea,
#sysPayment.sysCart .sysSelectDeliveryArea,
#sysPayment.sysCart .sysRemarksArea {
padding: 0;
}

#sysPayment.sysCart .sysNextSubmitArea {
width: 300px;
margin: 0 auto;
}
#sysPayment.sysCart .sysBackSubmitArea {
text-align: center;
}

/*注文確認ページ*/
#sysConfirm .sysConfirmInfo div:first-child {
background-color: rgb(239, 239, 239);
    font-size: 14px;
    color: rgb(41, 41, 41);
margin-bottom: 15px;
padding-left: 5px;
}
#sysConfirm.sysCart .sysOrder .nav,
#sysConfirm.sysCart .sysOrder .nav li,
#sysConfirm.sysCart .sysDetail .nav li {
padding: 0;
    border-bottom: 0;
    margin-bottom: 50px;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-weight: 500;
}
#sysConfirm.sysCart .sysOrder .nav {
    margin-bottom: 80px;
}
#sysConfirm.sysCart .sysDetail {
padding: 0;
}

#sysConfirm .sysConfirmInfo div.sysBox,
#sysConfirm .sysConfirmInfo div.sysBox div {
background-color:#fff !important;
}

#sysConfirm .sysProduct + hr + div {
display:none;
}

#sysConfirm .sysProduct .sysDeleteArea input.sysButton.sysDeleteArea {
margin: 0 0 5px;
}

#sysConfirm  .sysProduct ul.nav li {
border-bottom: 1px solid #cbcbcb;
margin-bottom: 30px;
}
#sysConfirm  .sysProduct ul.nav li:last-child {
border:none;
}

#sysConfirm  .sysProduct ul.nav {
margin-bottom: 80px;
}

#sysConfirm .sysAcceptDomain input {
width: auto !important;
}

#sysConfirm .sysDetail .sysAcceptDomain {
display: inline-block;
}

#sysConfirm .sysDetail .sysAcceptDomain a {
text-decoration: underline;
margin-right: 15px;
}

#sysConfirm .sysDetail .nav + div + .sysAcceptDomain {
display: block;
}

/* マイページ 登録確認 */
#sysMemberRegisterConfirm #sysMain > form {
padding: 0;
}

#sysMemberRegisterConfirm #sysMain > form:first-child {
margin-top: 50px;
}

#sysMemberRegisterConfirm #sysMain .sysFormLabel {
background-color: rgb(239, 239, 239);
}

/* 会員登録完了 */
#sysMemberRegisterRegister h2 {
color: #2a2a2a;
    font-size: 24px;
    font-family: 'Crimson Text', serif;
    background-color: #fff;
    padding: 0 0 15px;
    letter-spacing: 1.17px;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 35px;
}

#sysMemberRegisterRegister #sysMain {
text-align: left;
}
#sysMemberRegisterRegister {
    margin: 0 auto;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-weight: 500;
    text-align: center;
}

#sysMemberRegisterRegister .bfyGoMypage a {
display: inline-block;
    color: #fff;
    font-size: 16px;
    background-color: #cf9caf;
    width: 300px;
    height: 60px;
    line-height: 60px;
}

/* 閲覧履歴、お気に入り */
#sysMypageReview .sysItemList ul.sysList li,
#sysMypageAshiato .sysItemList ul.sysList li {
padding: 30px 0;
}
#sysMypageReview .sysItemList ul.sysList li:first-child,
#sysMypageAshiato .sysItemList ul.sysList li:first-child {
border-top: none;
}
#sysMypageReview .sysItemList ul.sysList li .sysThumbnailImage,
#sysMypageAshiato .sysItemList ul.sysList li .sysThumbnailImage {
margin-right: 20px;
}
#sysMypageReview .sysList,
#sysMypageAshiato .sysList {
margin-bottom: 100px;
}
#sysMypageReview .sysItemListDisp,
#sysMypageAshiato .sysItemListDisp {
display:none;
padding-bottom: 10px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}

#sysMypageReview .sysList .sysCartButton {
padding: 5px !important;
    width: 174px;
font-size: 14px;
}
#sysMypageReview .sysList .sysButton {
font-size: 14px;
    background-color: #cbcbcb;
    border-radius: 0;
    padding: 5px 10px !important;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* パスワード再発行 */
#sysMypageReminder .sys_mailaddress label {
margin-bottom:5px;
text-align: left;
}
#sysMypageReminder .sys_mailaddress {
text-align: center;
}
#sysMypageReminder .sys_mailaddress input[type=submit] {
width: 300px;
    height: 60px;
    background-color: rgb(207, 156, 175);
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    font-weight: 500;
    border: none;
    margin-top: 30px;
}
/* あとでもどす */
.sysWishListButtonForm {
/* display:none;*/
}

/* 商品カテゴリページ */
/* ぱんくず */
#sysItemCategory .sysItemCategoryPankuzu {
margin-bottom: 20px;

}
/* カテゴリ紹介エリア */
#sysItemCategory #sysWrap {
max-width: 1142px;
}

#sysItemCategory .sysCategoryDescription img {
width: 180px;
margin-right:40px;
border-radius: 50%;
}

#sysItemCategory .sysCategoryDescription-content {
display: flex;
align-items: center;
}

#sysItemCategory .sysCategoryDescription-content div {
font-size: 14px;
    line-height: 21px;
    color: #666;
}

#sysItemCategory .sysCategoryDescription h2 {
text-align: left;
    color: #2a2a2a;
    font-size: 28px;
    font-family: 'Crimson Text', serif;
    padding-bottom: 10px;
margin-bottom: 25px;
    letter-spacing: inherit;
    border-bottom: 1px solid #cbcbcb;
    font-weight: normal;
}

#sysItemCategory .sysCategoryDescription h2 .sysItemListDisp {
display: inline-block;
    font-size: 12px;
    font-weight: normal;
    color: #2a2a2a;
    margin-left: 20px;
}

/* リスト部分 */
#sysItemCategory .sysItemList {
margin-top:40px;
}
#sysItemSearch .sysItemList .sysItemName,
#sysItemCategory .sysItemList .sysItemName {
text-align: left;
    font-size: 15px;
    padding-top: 20px;
    font-family: Montserrat;
}

#sysItemCategory .sysItemList .sysItemName a {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
#sysItemCategory .sysItemList .sysItemName .item-brand-name {
margin-top:5px;
}

#sysItemCategory .sysItemList .sysItemName .item-label-new {
	margin-right: 4px;
	border: none;
	font-family: Montserrat;
	background-color: #6a6a6a;
	border-radius: 0;
	color: #fff;
font-size: 11px;
    padding: 3px 6px 4px;
}

#sysItemCategory .sysItemList .sysRetailPrice {
font-size: 14px;
    color: #8d8d8d;
    text-align: left;
margin-top:3px;
    font-family: Montserrat;
}


/* ページネーション */
.sysPagination {
margin: 80px 0 130px;
}
.sysPagination ul li {
width: 32px;
    height: 32px;
margin: 0 3px;
padding: 0;
}

.sysPagination a {
line-height: 30px;
border: 1px solid #dfdfdf;
}
.sysPagination > ul > li > a {
text-decoration: none !important;
}
.sysPagination a.sysCurrent {
background-color: #efefef;
}

/* PR（売り切れ） */
.sysThumbnail li .item-label-soldout {
position: absolute;
    top: 35%;
    left: 50%;
    width: 80%;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    margin-left: -40%;
    text-align: center;
    padding: 40px 0;
    font-family: Montserrat;
    font-weight: bold;
}

/* 問い合わせページ */
#sysFormIndex #sysMain h2 {
    color: #2a2a2a;
    font-size: 28px;
    font-family: 'Crimson Text', serif;
    padding: 0 0 15px;
    letter-spacing: inherit;
    border-bottom: 1px solid #cbcbcb;
    font-weight: normal;
    margin-bottom: 30px;
}
#sysFormIndex #sysMain h2:first-child {
display:none;
}
#sysFormIndex #sysMain h2 span {
display: inline-block;
    margin-left: 40px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-size: 12px;
    letter-spacing: 3px;
    color: #2a2a2a;
    padding: 0;
}
.contact-images {
text-align: center;
}
.contact-images a {
    display: inline-block;
margin-bottom: 40px;
}
.contact-images img {
max-width:600px;
width:100%;
}
.contact-text {
    margin-top: 60px;
    font-size: 16px;
    line-height: 29px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
}
.contact-text.-email,
.contact-text.-insta {
font-family: 'Open Sans', sans-serif;
}

.contact-text.-insta {
margin-top: 40px;
}

.contact-text.-insta img {
margin-left:-13px;
}
#sysFormIndex.form-contact #sysMain > form {
display:none;
}
.contact-bottom {
display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.contact-bottom-item .contact-text.-email {
margin-top:0;
}

/* news詳細ページ */
#sysInformation #sysMain {
max-width: 1100px;
    margin: 30px auto;
    padding: 0px 20px;
}
#sysInformation .top-news-title {
color: #2a2a2a;
    font-size: 24px;
    font-family: 'Crimson Text', serif;
    padding: 0 0 15px;
    letter-spacing: inherit;
    border-bottom: 1px solid #cbcbcb;
    font-weight: normal;
    margin-bottom: 30px;
}
#sysInformation .sysNewsDetail {
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #323232;
margin-bottom: 200px;
}
#sysInformation .sysNewsDetail img {
margin-bottom: 30px;
}

#sysInformation .sysNewsDetail a,
.p-faq__a a {
color: #b0738a;
}
#sysInformation .top-news-label {
display:none;
}

/* 問い合わせ */
#questions #sysMain {
max-width:1300px;
            padding: 0 20px !important;
            margin: 30px auto;
}
#questions #sysMain h2 {
    color: #2a2a2a;
    font-size: 28px;
    font-family: 'Crimson Text', serif;
    padding: 0 0 15px;
    letter-spacing: inherit;
    border-bottom: 1px solid #cbcbcb;
    font-weight: normal;
    margin-bottom: 0;
text-align: left;
}

#questions #sysMain h2 span {
display: inline-block;
    margin-left: 40px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-size: 12px;
    letter-spacing: 3px;
    color: #2a2a2a;
    padding: 0;
}
.p-faq__q {
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding: 20px;
    border-bottom: 1px solid #cbcbcb;
}
.p-faq__q:hover {
opacity:0.6;
}
.p-faq__a {
display: block;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 20px;
    line-height: 29px;
border-bottom: 1px solid #cbcbcb;
}
.p-faq__a.-hidden {
display: none;
}

/* ドレス、アクセページ */
.parts-banner-accessories,
.parts-banner-dresses {
text-align: center;
    margin: 100px 20px;
}

/* ABOUT */
.page-about {
    text-align: center;
}
.page-about-images {
    position: relative;
    margin-bottom: 50px;
}
.page-about-logo {
    position: absolute;
    top: 75%;
    left: 23%;
}
.page-about-text {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    margin: 0 20px;
}
#about .parts-banner-dresses {
margin-bottom: 0;
}
#about .parts-banner-accessories {
margin-top: 40px;
}

/* カテゴリ取得用検索 */
.sysFuncItemSearch.search-dummy {
display: none !important;
}

/* 委託販売 */
#consignment #sysWrap {
max-width:1100px;
padding:0 20px;
}
#consignment .page-consignment h3 {
color: #2a2a2a;
    font-size: 28px;
    font-family: 'Crimson Text', serif;
    padding: 0 0 15px;
    letter-spacing: inherit;
    border-bottom: 1px solid #cbcbcb;
    font-weight: normal;
margin-bottom: 50px;
}

#consignment .page-consignment h3 span {
    margin-left: 40px;
    font-size: 12px;
    letter-spacing: 3px;
}

.consignment-point {
    margin-bottom: 50px;
}

.consignment-point-title {
font-family: YuMincho, 'Yu Mincho', serif;
font-size: 25px;
    color: #b0738a;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
}

.consignment-point-text {
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #323232;
}
.consignment-banner {
text-align: center;
    margin: 70px 0 120px;
}

.consignment-banner a {
display:inline-block;
}

.page-consignment .guide-step-content-text p {
color:#6a6a6a;
font-size:25px;
}
.page-consignment .guide-step-content-text {
line-height: 29px;
}

/* エラーメッセージなど */
.sysCart #sysMain .sys_next_submit_error {
  color: #9f1027;
}
.sysErrorMessage {
  color: #9f1027;
    padding: 5px 0;
}

.sysErrorFormField {
background: #fbdddd !important;
}

/* インスタ */
.parts-instagram {
margin-bottom:100px;
}
.parts-instagram .slick-initialized .slick-slide {
margin:20px;
}
/* .parts-instagram .slick-initialized .slick-slide:nth-child(2n) { */
   /* 偶数番目(2,4,6……番目)だけに適用されるCSS */
/* } */
.parts-instagram .slick-initialized .slick-slide:nth-child(2n+1) {
   /* 奇数番目(1,3,5……番目)だけに適用されるCSS */
  margin-top: 40px;
}

.parts-instagram .sysHeadline {
margin-bottom:40px;
}

















/***********************************
*
*さらに追加
*
***********************************/



/***********************************
	サイドメニュー
***********************************/
.sideMenu_pc {
overflow: auto;
    overflow-x: hidden;
 	position: fixed;
	top: 0;
right: -455px;
/* right:0;*/
	z-index: 6;
	width: 450px;
	opacity: 0.95;
	padding-top:45px;
	height: 100%;
	background-color: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: -2px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.sideMenu_pc.-active {
	right: 0;
}

.sideMenu_pc .dropdown ul.dropdown-menu {
display:none;
}

.sideMenu_pc .dropdown {
font-size: 24px;
    margin: 0 30px;
border-bottom: 1px solid #dfdfdf;
}

.sideMenu_pc .dropdown div {
    position: relative;
    line-height: 1;
    letter-spacing: 1px;
    padding: 15px 0;
font-family: 'Crimson Text', serif;
}

.sideMenu_pc .dropdown-icon-open,
.sideMenu_pc .dropdown-icon-close {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
}

.sideMenu_pc .dropdown-icon-close {
    display:none;
}

.sideMenu_pc .dropdown ul.dropdown-menu li:last-child {
    margin-bottom: 15px;
}

.sideMenu_pc .dropdown ul.dropdown-menu a {
padding: 10px 20px;
    display: inline-block;
    font-size: 16px;
font-family: Montserrat;
letter-spacing: 1px;
}


/* フッターのロゴ、メニューなど */

.siteNavi_footer {
width: 900px;
    margin: 0 auto;
}
    .siteNavi_footer input {
      width: 200px;
      height: 46px;
      margin-right: 7px;
    	font-family: 'Roboto', sans-serif;
      border: 1px solid #e5e5e5;
      padding-left: 10px;
      vertical-align: top;
-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
border-radius: 0px;
    }

    .siteNavi_footer button {
      background-color: #cf9caf;
      width: 46px;
      height: 46px;
      border: none;
      vertical-align: top;
      border:none;
    }





/***********************************
	フッター
***********************************/

.search_footer {
background-color: #dbb0c0;
    padding: 50px 0;
    text-align: center;
}

.search_footer select {
-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
background-color: #c58ba1;
color: #e6bfcd;
font-size: 20px;
    padding-left: 40px;
    height: 50px;
border-radius: 0px;
border: none;
margin-right: 10px;
width:420px;
vertical-align: top;
background-image: url(https://befitsyou.aispr.jp/img/layout/icon/icon-search2.png);
    background-size: 16px;
    background-position: 10px 50%;
    background-repeat: no-repeat;
}
.search_footer span {
font-size: 34px;
    color: #fff;
    letter-spacing: 2px;
    font-family: 'Crimson Text', serif;
    margin-right: 50px;
}
.search_footer select:first-child {
margin-right: 1px;
}

.search_footer button {
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
background-color: #fff;
    width: 174px;
    height: 50px;
    font-size: 12px;
    color: #6a6a6a;
    font-weight: bold;
    font-family: Montserrat;
vertical-align: top;
}

/* ガイド */
.guidePC_footer {
padding: 50px 0;
    background-color: #f6e3e7;
  }
.guidePC_footer ul {
    text-align: center;
  }

  .guidePC_footer li {
vertical-align: top;
    width: 166px;
margin: 0 20px;
    text-align: left;
    display: inline-block;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    text-align: center;
  }

.guidePC_footer li img {
margin-bottom: 20px
}

.guidePC_footer li p {
font-weight: bold;
font-size: 12px;
    margin-bottom: 15px;
}

.guidePC_footer li div {
margin-bottom: 15px;
font-size:11px;
    text-align: left;
}

.guidePC_footer li a {
font-size:11px;
}

.guidePC_footer li div.footer-guide-pc-image {
    text-align: center;
height:50px;
}
.guidePC_footer li div.footer-guide-pc-text {
height:102px;
}

/* フッターメニュー */
.menuPC_footer {
    margin: 0 auto 50px;
padding: 50px 0 40px;
    width: 1100px;
border-bottom: 1px solid #e5e5e5;
  }

  .menuPC_footer .sysContent {
    width: 820px;
    display: flex;
    margin: 0 auto;
  }









:root {
  --pink: #deafc1/*#d6a7b9,#cf9caf*/;
  --lightpink: #f6e3e7;
  --lightpink2: #f5d7e1;
  --green1: #e0e0e0;
  --green2: #94a191;
  --green3: #ededed;
  --blue1: #829ebf;
  --headerH: 42px;
}

/**********本当はこうしたいけど既存のページまで変更されてしまう
html, body, #sysAll, #sysHeader, .sysContent{
  width: 100%;
  height: 100%;
}
**********/

/**********************************
*
*共通
*
**********************************/

button:focus {
  outline:0;
}


.rotateV{
}
.rotateV:hover{
  color: rgba(0,0,0,1);
  opacity: 1;
}

.rotateV span{
  transform-origin: 0px 0px 12px;
  transition: all 0.6s ease;
}
.rotateV span:first-child{
  display: block;
  opacity: 1;
  -webkit-transform: rotateX(0deg);  
  transform: rotateX(0deg);
}
.rotateV span:nth-child(2){
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: rotateX(-90deg); 
  transform: rotateX(-90deg);
}
.rotateV:hover > span:first-child{
  opacity: 0;
  -webkit-transform: rotateX(90deg); 
  transform: rotateX(90deg);
}
.rotateV:hover > span:nth-child(2){
  opacity: 1;
  -webkit-transform: rotateX(0deg); 
  transform: rotateX(0deg);
}



.rotateH{
  position: relative;
}
.rotateH:hover{
  opacity: 1;
}

.rotateH span{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 50px;
  transform-origin: 50% 0px -50px;
  transition: all 0.3s ease;
}
.rotateH span:first-child{
  display: block;
  transform: rotateY(0deg);
}
.rotateH span:nth-child(2){
  position: absolute;
  white-space: nowrap;
  transform: rotateY(-90deg);
}
.rotateH:hover > span:first-child{
  transform: rotateY(90deg);
}
.rotateH:hover > span:nth-child(2){
  transform: rotateY(0deg);
}



/***********************************
	ヘッダー
***********************************/

.header_pc {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--pink);
  box-shadow: none;
  padding: 2px 10px;
  transition: all 0.3s ease;
  z-index: 5;
}
.header_pc:hover {
}

header{
  max-width: 1200px;
  margin: 0 auto;
}

.header-logo{
  float: left;
}


.header_menu-wrap{
}

.header_menu-main{
  float: left;
}
.header_menu-side{
  float: right;
}

.header_menu-wrap li{
  display: inline-block;
  position: relative;
  margin: 10px 35px 10px 0;
  font-family: Montserrat;
  letter-spacing: 1px;
}
.header_menu-side li{
  margin: 10px 0 10px 20px;
  line-height: 16px;
}

.header_menu-wrap a{
  color: rgba(0,0,0,0.7);
}
.header_menu-wrap a:hover{
  color: rgba(0,0,0,1);
}

#header_search-btn{
  border: none;
  color: rgba(0,0,0,0.7);
  background: none;
  opacity: 0.7;
}
#header_search-area{
  width: 100%;
  height: calc(var(--headerH) + 54px);
  position: fixed;
  top: 0;
  left: 0;
  padding-top: var(--headerH);
  background: var(--pink);
  z-index: -1;
}
.header_search-wrap{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.mainTop-search {
  width: 100%;
  max-width: 500px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.mainTop-search input, .mainTop-search button {
  border: none;
}

.searchCal-wrap{
  display: inline;
  position: relative;
  width: 297px;
  height: 50px;
  line-height: 14px;
}
.searchCal-wrap span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 14px;
  color: #666;
  pointer-events: none;
}
.searchCal-alt{
  display: none;
  text-align: left;
  margin-left: 5px;
  letter-spacing: 0;
}
#header_search-text {
  width: 35%;
  font-family: 'Roboto', sans-serif;
  vertical-align: bottom;
  margin-right: 4px;
}
.header_search-box{
  width: 35%;
  height: 50px;
  font-family: 'Montserrat', sans-serif;
  color: rgba(0,0,0,0.7);
  padding-left: 5px;
  border: none;
  border-radius: 0;
  appearance: none;
}

.mainTop-search button {
    width: 10%;
    height: 50px;
    background-color: var(--pink);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
}

#header_search-close{
  float: right;
  margin: -34px 10px 0 0;
  background: none;
  border: none;
  color: rgba(0,0,0,0.7);
  opacity: 0.7;
}

.sideMenu-btn{
  display: inline-block;
  width: 24px;
  height: 6px;
  position: relative;
}
.sideMenu-btn span,
.sideMenu-btn span:before,
.sideMenu-btn span:after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background: #777;
  transition: 0.5s;
  position: absolute;
}
.sideMenu-btn span:before {
  bottom: 7px;
}

.sideMenu-btn span:after {
  top: 7px;
}



.header_pc-scroll {
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 5px 20px;
}

.header_pc-scroll header{
  max-width: 1100px;
}

.header_pc-scroll .header_menu li{
  margin: 10px 0 10px 45px;
}
.header_pc-scroll .sideMenu-btn{
  margin-left: 20px;
}

.header_portrait{
  height: 100vw !important;
}


/***********************************
	トップページ
***********************************/

/* メインビジュアル */
.mainVisual_top {
  position:relative;
  height: 100%;
  padding-top: --headerH;
  //scroll-snap-align: start;
}

.mainTop-text {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 6%;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

.mainTop-text p {
  margin-bottom: 20px;
  font-size: 50px;
  font-family: 'Crimson Text', serif;
  text-align: center;
}

.mainTop-text img {
  display: block;
  margin: 0 auto;
}

.main_slider{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.height60 {
  top: 20%;
  height: 40%;
}
.slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 2s;
  z-index: -1;
}
.slide a{
  width: 100%;
  height: 100%;
}
.slide a:hover, .slide a:hover img{
  opacity: 1;
}
.slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.active {
  opacity: 1;
  z-index: 1;
}


.main_slider_sp{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.slide_sp {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 2s;
  z-index: -1;
}
.slide_sp a{
  width: 100%;
  height: 100%;
}
.slide_sp a:hover, .slide a:hover img{
  opacity: 1;
}
.slide_sp img{
  width: 100%;
  height: 90vw;
  object-fit: cover;
}
.active_sp {
  opacity: 1;
  z-index: 1;
}


.main_slider-btn{
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
    color: #fff;
  border: none;
  background: none;
  color: #333;
  z-index: 2;
}
.main_slider-btn i{
  color: #fff;
  text-shadow: 0 0 3px black;
}
#main_slider-prev{
  left: 2%;
}
#main_slider-next{
  right: 2%;
}
.top30 {
  top: 45vw;
}


.rental-sell_top{
  max-width: 900px;
  margin: 0 auto 80px;
}
.rental-sell_box{
  width: 100%;
  padding: 15px 30px;
  opacity: 0;
  transform: translateX(30%);
  transition: 1s;
}
.rental-sell_img img{
  width: 100%;
}

.rs_anim{
    opacity: 1;
    transform: translateX(0);
}


.pickup_dresses {
  max-width: 1100px;
  margin: 0 auto 60px;
}
.pickup_dresses .sysContent .sysHorizontal li{
  width: 24%;
  margin: 0;
  padding: 1.5% 1.5% 2%;
  /*height: calc(50vh - 23px);*/
  display: inline-block;
  vertical-align: top;
  float: none;
  font-family: Montserrat;
  letter-spacing: 1px;
  text-align: left;
  opacity: 0;
  transform: translateY(30%);
  transition: 1s;
}
.pickup_dresses .sysItemPrice{
  font-size: 14px;
  color: #8d8d8d;
}

.pd_anim .sysContent .sysHorizontal li{
    opacity: 1;
    transform: translateY(0);
}
.pickup_dresses .sysContent .sysHorizontal li:nth-child(1) { transition-delay: 0s }
.pickup_dresses .sysContent .sysHorizontal li:nth-child(2) { transition-delay: .1s }
.pickup_dresses .sysContent .sysHorizontal li:nth-child(3) { transition-delay: .2s }
.pickup_dresses .sysContent .sysHorizontal li:nth-child(4) { transition-delay: .3s }
.pickup_dresses .sysContent .sysHorizontal li:nth-child(5) { transition-delay: .4s }
.pickup_dresses .sysContent .sysHorizontal li:nth-child(6) { transition-delay: .5s }
.pickup_dresses .sysContent .sysHorizontal li:nth-child(7) { transition-delay: .6s }
.pickup_dresses .sysContent .sysHorizontal li:nth-child(8) { transition-delay: .7s }


.learn_more_news{
  margin-top: -30px;
  margin-bottom: 100px;
}
.lmn-btn{
  margin: 0 auto;
  width: 163px;
}



.section-box{
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  margin: 0 auto 60px;
  padding-top: --headerH;
  //scroll-snap-align: start;
}

.box-fixed{
  position: fixed;
  top: 0;
  left: calc(50% - 550px);
}







/***********************************
	フッター
***********************************/

.all_footer{
    max-width: none !important;
}

.footer_guide-wrap{
  width: 100%;
  background-color: #f6e3e7;
}
.footer_guide{
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  overflow: auto;
}
.footer_guide li{
  vertical-align: top;
  width: calc(100% / 5);
  display: inline-block;
  padding: 0 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  float: left;
}
.footer_guide img{
  text-align: center;
  height: 45px;
  margin-bottom: 20px;
}
.footer_guide h3{
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 15px;
}
.footer_guide p{
  display: block;
  height: 102px;
  margin-bottom: 15px;
  font-size: 11px;
  text-align: left;
}
.footer_guide a{
  text-align: center;
}


.footer_menu-wrap{
  display: flex;
  width: fit-content;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0 40px;
}
.footer_menu-unit{
    margin-right: 40px;
}
.footer_menu-unit:last-child{
    margin-right: 0;
}
.footer_menu-unit h3{
    font-weight: normal;
    font-family: Montserrat;
    margin-bottom: 15px;
    font-size: 12px;
}
.footer_menu-unit ul{
    margin-right: 35px;
    display: inline-table;
}
.footer_menu-unit li{
    margin-bottom: 10px;
    font-size: 10px;
}


.footer_siteNavi-wrap{
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding-top: 50px;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}
.footer_siteNavi-logo{
  position: relative;
  margin: 20px 0 70px 0;
  /*position: absolute;
  top: 70px;*/
  left: calc(50% - 83px);
}
.footer_siteNavi-insta{
  width: 100%;
  display: block;
  /*margin: 0 0 20px 30px;
  float: left;*/
  text-align: center;
}
.footer_siteNavi-insta p{
  font-weight: bold;
  font-family: Montserrat;
  letter-spacing: 1px;
  font-size: 11px;
  text-align: center;
  margin-bottom: 20px;
}





/***********************************
	フリーページ
***********************************/



/**お直し**/

.alteration_page, .fitting-room_page{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.alteration_page h1, .fitting-room_page h1 {
  display: none;
  font-size: 30px;
  font-weight: 400;
  border-bottom: 1px solid #999;
  line-height: 30px;
  letter-spacing: 4px;
  color: #999;
  margin: 0 2%;
  padding-left: 1%;
}
.alteration_page h1 > span, .fitting-room_page h1 > span {
  font-size: 22px;
  padding-left: 22px;
}
.alteration_page h3, .fitting-room_page h3 {
    margin-top: 60px;
    padding-left: 2%;
    font-size: 60px;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 60px;
    border-bottom: 2px solid#333;
}
.alteration_exp{
  width: 100%;
  margin: 60px 0 50px;
  text-align: center;
  font-family: YuMincho, 'Yu Mincho', serif;
}
.alteration_exp h5{
  margin: 0 5%;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 2px;
  border-bottom: 1px solid #ccc;
  font-family: YuMincho, 'Yu Mincho', serif;
}
.alteration_exp p{
  margin: 30px 0 40px;
  padding: 0 4% 40px;
  font-size: 20px;
  line-height: 46px;
  letter-spacing: 1px;
}
.fitting-room_page .alteration_exp{
  font-size: 24px;
  letter-spacing: 1px;
}
.alteration-btn{
  display: inline-block;
  width: 35%;
  height: 100px;
  margin: 0 13% 40px;
  float: left;
  text-align: center;
  font-family: 'EB Garamond', serif;
  font-size: 40px;
  line-height: 100px;
  letter-spacing: 4px;
  color: #666;
  background: var(--pink);
  box-shadow: 0px 0px 0px 10px var(--pink);
  border: 1px solid white;
}
.alteration-btn-box .alteration-btn:nth-child(1){
  background: var(--lightpink);
  box-shadow: 0px 0px 0px 10px var(--lightpink);
  margin-right: 2%;
}
.alteration-btn-box .alteration-btn:nth-child(2){
  color: #fff;
  margin-left: 2%;
}
.alteration-btn-box .alteration-btn:nth-child(3){
  background: var(--green1);
  box-shadow: 0px 0px 0px 10px var(--green1);
  color: var(--green2);
  margin: 0 32.5% 80px;
}

#alteration_hiw-wrap{
  clear: both;
}

.guide-step-content h4 {
  font-size: 60px;
  letter-spacing: 4px;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  line-height: 46px;
  margin-top: 20px;
}
.guide_step_content h4 .step-img {
    bottom: 0;
}
.guide_step_content h4 span {
    height: 2px;
}
.guide-step-content-line {
  display: inline-block;
  height: 2px;
  width: 100%;
  margin-bottom: 13px;
  background-color: #e7e2dc;
}
.guide-step-content-text a {
    display: block;
}

#alteration_prc-wrap{
  margin-bottom: 150px;
}
#alteration_prc-wrap table, #alteration_prc-wrap p{
  margin-top: 12px;
  padding-left: 3%;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #323232;
}
#alteration_prc-wrap table{
  display: block;
  margin-top: 50px;
  text-align: center;
  line-height: 40px;
}
#alteration_prc-wrap table tr{
  border-bottom: 1px solid #eee;
}
#alteration_prc-wrap table tr:last-child{
  border-bottom: none;
}
#alteration_prc-wrap table td{
  padding: 0 12px;
}
.alteration-border_r{
  border-right: 1px solid #eee;
}
#alteration_prc-wrap span{
  display: inline-block;
  margin-bottom: 14px;
  border-bottom: 1px solid #eee;
}



/**アクセス**/

.access_page{
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 970px;
  margin: 0 auto 80px auto;
}
.access_page h1{
  margin: 0 0 20px;
  padding: 8px;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 100;
  font-family: 'Cormorant Garamond', serif, 'Quattrocento Sans', 'Sawarabi Mincho';
  color: #777777;
  line-height: 30px;
}
.access_page table{
    width: 100%;
    margin-bottom: 68px;
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 0;
    font-size: 14px;
    vertical-align: baseline;
    color: #666666;
    font-family: serif, 'Quattrocento Sans', "Sawarabi Mincho";
    font-family: "Sawarabi Mincho";
    line-height: 150%;
}
.access_page h3{
    margin-bottom: 12px;
    padding-left: 4px;
    border-left: 5px solid #ccc;
    line-height: 140%;
    font-family: serif, 'Quattrocento Sans', "Sawarabi Mincho";
    font-family: "Sawarabi Mincho";
    color: #666666;
}
.access_page th{
  width: 74px;
    background-color: #ddd;
    color: #666666;
    padding: 8px;
    vertical-align: baseline;
  text-align: left;
}
.access_page tr{
    border: 1px solid #ccc;
}
.access_page td{
    padding: 10px;
}
.access_page table p{
    font-size: 13px;
  margin-bottom: 18px;
}

.access-root{
    width: 48%;
    margin: 0 4% 0 0;
    float: left;
  color: #666666;
    line-height: 150%;
    font-family: serif, 'Quattrocento Sans', "Sawarabi Mincho";
    font-family: "Sawarabi Mincho";
}
.access-root h3{
    background: #edafa1;
    border-bottom: none;
    color: #fff;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 1.25em;
    line-height: 1.25em;
    font-size: 16px;
    font-family: serif, 'Quattrocento Sans', "Sawarabi Mincho";
    font-family: "Sawarabi Mincho";
}
.access-root p{
    margin-bottom: 16px;
    line-height: 1.5;
    font-size: 13px;
}

.access-map{
  position: relative;
    width: 48%;
    height: 300px;
    float: left;
}
.access-map iframe{
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  border: none;
}

.contact-btn{
  width: 94%;
  max-width: 570px;
  height: 150px;
  margin: 35px auto;
  padding: 10px 0;
  background: var(--lightpink2);
  font-family: 'EB Garamond', serif;
  color: #666;
  box-shadow: 0 0 0 15px var(--lightpink2);
  border: 2px solid #fff;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
.contact-images .contact-btn:nth-child(2){
  background: var(--pink);
  color: #fff;
  box-shadow: 0 0 0 15px var(--pink);
}
.contact-images .contact-btn:nth-child(3){
  background: var(--green1);
  color: var(--green2);
  box-shadow: 0 0 0 15px var(--green1);
}
.contact-images .contact-btn:nth-child(4){
  background: var(--green3);
  color: var(--blue1);
  box-shadow: 0 0 0 15px var(--green3);
}
.contact-btn span{
  display: block;
  margin: 0 auto;
  line-height: 18px;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
}
.contact-btn span:first-child{
  margin: 15px auto 0 auto;
  line-height: 75px;
  font-size: 50px;
  letter-spacing: 4px;
  font-weight: 400;
}

#sysFormIndex #sysMain h2 {
    text-align: center;
}



/**利用方法**/

.hiw-btn{
  /*display: none !important;*/
  width: 46%;
  max-width: 380px;
  height: 97px;
  margin: 10px 2%;
  padding: 0;
  background: var(--lightpink2);
  font-family: 'EB Garamond', serif;
  color: #666;
  box-shadow: 0 0 0 10px var(--lightpink2);
  border: 2px solid #fff;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
.guide-banner .hiw-btn:nth-child(2){
  background: var(--pink);
  color: #fff;
  box-shadow: 0 0 0 10px var(--pink);
}
.hiw-btn span{
  display: block;
  margin: 0 auto;
  line-height: 18px;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 500;
}
.hiw-btn span:first-child{
  margin: 15px auto 0 auto;
  line-height: 48px;
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 400;
}




/**ニュース一覧**/

.news-list, .news-list_parts{
  max-width: 1100px;
  margin: 0 auto;
}
.news-list ul {
  display: block;
  justify-content: center;
  margin: 0;
}
.news-list ul li {
  display: inline-block;
  border: 1px solid #e5e5e5;
  padding: 20px;
  width: 22%;
  min-height: 320px;
  margin: 20px 1%;
  text-align: left;
}
.news-list ul li a {
  padding: 0;
}
.news-list time, .news-list_parts time{
display: none;
}

.news-list_parts{
  margin-bottom: 150px;
}
.news-list_parts a{
  border-bottom: 1px solid #eee;
}
.news-list_parts .top-news-label{
  display: inline !important;
}
.news-list_parts .top-news-title{
  display: inline;
  margin-left: 20px;
  font-size: 20px !important;
  margin-bottom: 0px !important;
  border: none !important;
}





/***********************************
	商品検索
***********************************/


.item-label-soku{
  margin-right: 5px;
  padding: 1px 4px;
  font-size: 11px;
  border: 1px solid coral;
  color: coral;
  font-family: Montserrat;
}




.coming_soon{margin-bottom: 100%;}

.hide{
  display: none;
}




/**********ポップアップ**********/

.overlay{
    display:none;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
    position:fixed;
    z-index:10;
}
.popup_area{
  width: 50vw;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12vw;
  margin-left: -25vw;
  z-index:2;
}
.popup_area a, .popup_area img{
  display: block;
  width: 100%;
  height: auto;
}
.popup_area a:hover, .popup_area img:hover{
  opacity: 1;
}
.popup_area button{
  display:block;
  margin:0 auto;
  background: none;
  border: none;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}


.sp_br, .tb_br{
  display: none;
}
@media screen and (max-width:768px){
.sysDisplayMobileNone{
	display:none !important;
}

/* 10-0 Only Smartphone
 *----------------------------------------------------------------------*/
#sysWrap{margin-top:120px;}
#sysMain,#sysAside{ width: 100%!important;}

.sysMypage #sysWrap,
.sysMemberRegister #sysWrap{
	margin: 130px auto 0;
}

#sysFormIndex div#sysMain,
#sysFormConfirm div#sysMain,
#sysFormThanks div#sysMain{
	width: 98% !important;
	padding:20px 10px 30px !important;
    margin:10px auto;
}
.sysCart #sysMain,
.sysMypage div#sysMain,
.sysMemberRegister #sysMain,
#sysItemSearch div#sysMain{
    width: 98% !important;
	padding:40px 10px 30px !important;
    margin:0 auto;
}
.sysFormField label{display: block;}
#sysMain{ margin-top: 0;}
.grid-col {
	float: none;
	width: 100%!important;
        margin-left: 0;
}
/*Header */
#sysHeader{ margin-bottom: 5px;}

/* Category Pankuzu */
.sysItemCategoryPankuzu {
    font-size: xx-small;
}

/* Archive Thumbnail Item */
.sysItemList ul.sysThumbnail { font-size: small;}
.sysItemList ul.sysThumbnail input { font-size: x-small;}

/* Order Area */
.orderArea { letter-spacing: normal;}
.orderArea > div {
    width: 100%;
    padding-right: 0;
    float: none;
}

/*header検索ボックス*/
.h_search{
	margin-top:30px;
}

/***********************************
	商品詳細ページ
***********************************/
#sysItemDetail #sysMain {
    max-width: 450px;
    width: 90% !important;
}
.sysItemList ul.sysThumbnail li{
width: 50% !important;
padding: 20px 10px 10px;
}
.sysItemName a{font-size: 12px;}
/*商品名*/
#sysItemDetail .sysItemName h1{
	font-size:20px;
	padding-bottom:5px;
	margin-bottom:10px;
}
#sysItemDetail .sysForm select{
	height:40px;
	text-align:center;
margin-bottom: 25px;
    background: url(https://befitsyou.aispr.jp/img/layout/icon/select.png) 97% 50% no-repeat;
}
#sysItemDetail .sysSelectionDescription{margin: 5px 0 10px;}
#sysItemDetail #sysNumber{text-align: left;}
#sysItemDetail .sysRetailPrice {
display:none;
}

#sysItemDetail #sysWishlist {
top: -100px;
    right: -10px;
}

/*数量増減*/
#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 span{
margin-top: 4px;
    display: inline-block;
}
/*PRアイコン(商品詳細ページ)*/
.sysPr{margin-top: 10px;}
.sysPr span{
        width: 49%;
        font-size: 16px;
}
#sysItemCategory .sysCategoryDescription h2 {
margin: 0 15px 25px;
}
#sysItemCategory .sysItemCategoryPankuzu {
margin: 0 15px 20px;
}
#sysItemDetail .sysForm select {
	min-width: 300px;
	display: inline-block;
	float: right;
}
#sysItemDetail .sysNumber select {
        min-width: 100px;
}

#sysItemDetail{
	padding-bottom:40px;
}
#sysItemCategory .sysItemList .sysItemName a {
font-size:12px;
font-family: Montserrat;
}
.sysItemBlock .item-brand-name,
.sysItemList .item-brand-name {
font-size: 11px;
    margin: 3px 0;
}

/*商品ページ用おすすめ商品*/
.itempage_recommend .sysItemBlock .sysHorizontal li{
	width:50%;
	padding:0 5px;
	margin-bottom:20px;
}
.itempage_recommend .sysItemName{
	font-size:12px;
}
.itempage_recommend .sysItemPrice{
	font-size:11px;
}

/*for demo 2017/01/12*/
.sysExplanation{
	float: none;
	width: 100%;
}

span.sp_newline{display: block}

/***********************************
	ヘッダー
***********************************/
.header_wrap{
	position: fixed;
	height: 120px;
	top: 0px; left: 0; right: 0;
	margin: auto;
	background: #fff;
	z-index: 120;
}
#sysHeader{
	width: 100%;
	margin: 0px auto;
}
.h_inner{margin: 0px 0 0;}
.header_h1_under, .header_h1{
	width: 100%;
	height: 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;}

/***********************************
	フッター
***********************************/
#sysFooter {
margin-top: 100px;
}
/* カテゴリ+値段 検索 */
#sysFooter .search-price-category .sysContent {
    width: 100%;
    display: inline-block;
}
#sysFooter .search-price-category select { 
font-size: 15px;
    padding-left: 40px;
    width: 200px;
    display: inline-block;
margin: 0 0 5px 0!important;
}
#sysFooter .search-price-category button {
    width: 80px;
    display: inline-block;
margin-left: 10px;
}
/* ガイド */
.footer-guide-pc li {
width: 320px;
    margin-bottom: 30px;
}

.footer-guide-pc li div.footer-guide-pc-text {
height:auto;
}


/* フッターサイトナビ */
.footer-site-navi-bottom,
.footer-site-navi {
width:320px;
}
.footer-site-navi-top {
margin-top: 200px;
}
.footer-site-navi__logo {
margin-top: -160px;
}
.footer-site-navi-top div:first-child {
margin-left:0;
}
.footer-site-navi input {
width:150px;
}
.footer-site-navi-bottom {
margin: 60px 0;
}

/***********************************
	サイド
***********************************/
.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;
}
.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 .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;
}



/***********************************
	ご利用ガイド
***********************************/


/* カート内商品数表示*/
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: auto;
        padding: 0;
        margin: 0;
}
#sysPayment #sysMain .sysFormLabel{line-height: 10px;}
#sysDestination #sysMain{
           width: 95%;
            padding: 20px 20px !important;
            margin: 30px auto;
}
#sysMypageEditDeliveryinput #sysMain input[type="text"],
#sysMypageEditDeliveryinput #sysMain input[type="tel"],
#sysMypageReminder #sysMain input[type="text"],
#sysMemberRegisterIndex #sysMain input[type="text"],
.sysCart #sysMain input[type="text"],
.sysCart #sysMain input[type="number"],
.sysCart #sysMain input[type="tel"],
.sysCart #sysMain input[type="search"],
.sysCart #sysMain textarea,
#sysMemberRegisterIndex #sysMain input[type="tel"],
#sysMemberRegisterIndex #sysMain input[type="email"] ,
#sysMemberRegisterIndex #sysMain input[type="password"],
#sysMypageEditDelivery #sysMain input[type="text"],
#sysMypageEditDelivery #sysMain input[type="tel"],
#sysMypageEditMember #sysMain input[type="tel"],
#sysMypageEditMember #sysMain input[type="email"],
#sysMypageEditMember #sysMain input[type="password"],
#sysMypageEditMember #sysMain input[type="text"] {
width: 100%;
}
.sysCart #sysMain .sysFormItem.sysZipcode input[type="number"] {
width: 100px;
    display: inline-block;
}
.sysCart #sysMain .sysSelectAddress + form {
margin-top: -30px;
}

.sysCart #sysMain .sysSelectAddress input[type="submit"].sysNextSubmit,
.sysCart #sysMain .sysSelectAddress button[type="submit"][name="action_front_cart_destinationInput"] {
display: block;
margin: 0 auto !important;
}
.sysSelectAddress form a {
margin: 0 auto;
}
.sysBackSubmitArea {
text-align: center;
}

/***********************************
	マイページ
***********************************/
.sysMypage .sysMypageNav form{
width: 100% !important;
margin: 5px 0;
}


/***********************************
	新規会員登録
***********************************/
#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;
}
#sysMemberRegisterIndex #sysMain form:last-child {
margin-top: 10px;
}

#sysMemberRegisterIndex .sysFormItem.sysZipcode {
margin-bottom: 20px;
}
#sysMypageLogin .sysLoginButton{
        width: 100%;
        float:none;
        margin-right: 0%;
}
#sysMypageLogin .sysButton{
        width: 100%;
        margin-left: 0%;
        margin-top: 10px;
}

/***********************************
	カートページ
***********************************/
/*ドメイン*/
.sysAcceptDomainArea .sysAcceptDomain a{
	padding:0;
	font-size:10px;
}
.sysCart .sysCartTitle span {
	margin:0;
}
.sysCart .sysBox img.sysProductImg {
	margin-right:10px;
}
.sysCart .sysSubTotalArea {
	margin-bottom:20px;
}
#sysBasket.sysCart .sysNextSubmitArea {
max-width:500px;
	margin: 40px auto 120px;
}
.sysCart .sysBox .sysProduct {
width:67%;
}
/* 順番を入れ替える */
#sysBasket.sysCart #sysMain .sysNextSubmitArea {
display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
#sysBasket.sysCart #sysMain .sysNextSubmitArea form:first-child {
order: 2;
}
#sysBasket.sysCart #sysMain .sysNextSubmitArea form:last-child {
order: 1;
}
/***********************************
	ボタンデザイン
***********************************/
.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;
}

/*新着アイテム*/
.parts-pickup-preloveddresses h2 img,
.parts-pickup-dresses h2 img,
.top_newarrival h2 img {
width: 320px;
    margin-bottom: 20px;
}
.parts-pickup-preloveddresses li,
.parts-pickup-dresses li,
.top_newarrival li{
	width: 45% !important;
	margin: 0 0 30px 3% !important;
	padding:0 !important;
}
.parts-pickup-preloveddresses li:nth-child(2n),
.parts-pickup-dresses li:nth-child(2n),
.top_newarrival li:nth-child(2n) {
margin: 0 3% 30px !important;
}
.parts-pickup-preloveddresses li .sysItemName,
.parts-pickup-dresses li .sysItemName,
.top_newarrival li .sysItemName{
	padding-top:10px;
}
.parts-pickup-preloveddresses li .sysItemPrice,
.sysItemList .sysRetailPrice,
.parts-pickup-dresses li .sysItemPrice,
.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;
}

/* 商品詳細のスライド */
.sysImageList.slick-initialized.slick-slider img {
width: 100%;
    height: 100%;
}

.sysMainImage {
display:none;
}

/* news */
.top-news {
margin: 0 auto 100px;
    max-width: 500px;
background:none;
}
.top-news-date {
font-size:25px;
margin-bottom: 30px;
}
.top-news-title {
font-size:14px;
margin-top:10px;
}

.top-news ul {
    flex-wrap: wrap;
margin: 0 15px;
justify-content: space-between;
}

.top-news ul li {
width: 48%;
    min-width: 150px;
    margin: 7px 0 !important;
min-height: 230px;
}
.top-news-more {
margin-top: 10px;
font-size:10px;
background: url(https://www.befitsyou.com/img/layout/icon/icon-arrow-right.png) 95px 4px no-repeat;
    background-size: 21px 8px;
}

/* 取扱ブランド */
.parts-brands-accessories li:nth-child(5n),
.parts-brands-dresses li:nth-child(5n),
.page-brands li:nth-child(5n),
.top-brand li:nth-child(5n){
  margin-right: 30px;
}
.parts-brands-accessories li:nth-child(2n),
.parts-brands-dresses li:nth-child(2n),
.page-brands li:nth-child(2n),
.top-brand li:nth-child(2n) {
    margin-right: 0;
  }
.parts-brands-accessories ul,
.parts-brands-dresses ul,
.top-brand ul {
text-align: center;
}
.parts-brands-accessories ul,
.parts-brands-dresses ul,
.page-brands ul,
.top-brand ul {
    max-width: 500px;
    width: 100%;
margin-bottom:40px;
text-align: center;
  }
.parts-brands-accessories li,
.parts-brands-dresses li,
.page-brands li,
.top-brand li {
margin: 10px 30px 10px 0;
}
.parts-brands-accessories li img,
.parts-brands-dresses li img,
.page-brands li img,
.top-brand li img {
      width: 150px;
    }
.parts-brands-accessories li p,
.parts-brands-dresses li p,
.page-brands li p,
.top-brand li p {
font-size:15px;
}
.accessories-rental-sell .sysHeadline img,
.dresses-rental-sell .sysHeadline img,
.top-rental-sell .sysHeadline img {
width:320px;
}
.accessories-rental-sell .sysContent,
.dresses-rental-sell .sysContent,
.top-rental-sell .sysContent {
text-align: center;
display: block;
      margin: 0 25px;
}
.accessories-rental-sell .sysContent div:first-child,
.dresses-rental-sell .sysContent div:first-child,
.top-rental-sell .sysContent div:first-child {
margin: 0 0 25px;
}

/* 商品一覧 */
.parts-pickup-dresses-button,
.top_newarrival_btn {
margin: 0 20px 100px;
}

/* bfyとは */
.top-about-sp h2 {
text-align: center;
    margin: 60px 0 30px;
}
.top-about-sp h2 img {
width: 300px;
}

.top-about-wrap,
.top-about-text-wrap,
.top-about-img {
display:block;
}

.top-about-img {
width:100%;
margin:0 0 60px;
}

.top-about-text-wrap {
text-align: center;
width: 100%;
    padding: 0 20px;
margin-top: 20px;
}
.top-about-sp h3 {
font-size:20px;
margin-bottom: 10px;
color: #6a6a6a;
}

.top-about-text-cont {
margin-bottom: 20px;
font-size: 16px;
text-align: center;
margin-bottom: 50px;
}
.top-about-text div:last-child {
margin-bottom: 100px;
}

/***********************************
	商品詳細ページ
***********************************/

/* カレンダー */
.sysRentalSchedulesCalendars {
width: auto;
    margin: 0 15px;
}

.sysRentalUseDays span,
.sysRentalSendDay span,
.sysRentalReturnDay span {
    padding: 10px 5px;
    font-size: 11px;
}

/* 商品ページフッター */
/* レコメンド */
.parts-recommend-item ul {
    text-align: center;
}

.parts-recommend-item li {
width: 47% !important;
}

/* 配送情報など入力ページ */
#sysPayment.sysCart .sysNextSubmitArea {
    margin: 0 auto;
}

/* 全てのピンク（決定）ボタン */
/* グレー（戻る）ボタンのサイズを280にする */
#sysRegi.sysCart #sysMain input[type="submit"].sysLoginButton,
#sysMain .sysFuncMemberLogin input[type=submit].sysLoginButton,
.sysCart #sysMain input[type="submit"].sysBackButton,
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain input[type="submit"].sysButton.sysBackSubmitArea {
min-width: 280px;
width: 280px !important;
}

/* spではカートのナビ画像は非表示 */
.sysCart .sysNavImg {
display:none;
}

/* 情報入力ページ */
.sysCart #sysMain .input-append input[type=text] {
    margin: 0;
}

/* 会員登録ページ */
#sysMypageEditDeliveryinput input[name=zipcode],
#sysMypageEditDelivery input[name=zipcode],
#sysMypageEditMember input[name=zipcode] {
margin-bottom: 20px;
}
#sysMypageEditDeliveryinput input[name=zipcode],
#sysMypageEditDelivery input[name=zipcode],
#sysMypageEditMember input[name=zipcode],
#sysMemberRegisterIndex input[name=zipcode],
.sysBirthday input {
border: 1px solid #d7d7d7;
    height: 30px;
    padding-left: 5px;
    margin-right: 5px;
}


/* ログインページ */
.sysFuncMemberLogin.parts-login {
width: auto;
    margin: 0 20px;
}

.sysFuncMemberLogin .sysHeadline {
margin:30px 0 !important;
}

#login .parts-login .sysContent div:last-child {
text-align: center;
margin: 0 auto;
}
#login .parts-login .sysContent div a {
margin: 30px 0 0;
}
#login .parts-login .sysContent div:last-child,
#login .parts-login .sysContent div a {
width: 280px;
}

/* 閲覧履歴、お気に入り */
#sysMypageReview .sysItemList ul.sysList li input[type=submit].sysCartButton,
#sysMypageAshiato .sysItemList ul.sysList li input[type=submit] {
margin-top: 30px;
    font-size: 14px;
}

/* カテゴリ一覧ページ */
#sysItemCategory .sysCategoryDescription-content {
display: block;
    text-align: center;
}
#sysItemCategory .sysCategoryDescription img {
margin: 0 0 20px;
    width: 100px;
}
#sysItemCategory .sysCategoryDescription-content div {
font-size: 12px;
    line-height: 18px;
    text-align: left;
margin: 0 10px;
}
#sysItemCategory .sysItemList .sysRetailPrice {
font-size:12px;
}

/* 問い合わせページ */
.contact-images a {
  margin-bottom: 20px;
}
.contact-text {
margin-top: 30px;
    font-size: 14px;
    line-height: 27px;
}
.contact-bottom {
display:block;
margin-top: 30px;
}
.contact-bottom-item:last-child {
text-align: center;
}

/* news詳細ページ */
#sysInformation .top-news-title {
font-size:18px;
}
#sysInformation .sysNewsDetail {
font-size:14px;
line-height: 28px;
}

/* FAQ */
#questions #sysMain h2 {
margin: 0px !important;
width: 100%;
}

/* ご利用方法 */

#shopping-guide .sysHeadline {
margin-bottom: 50px !important;
}
#shopping-guide .guide-banner {
width: 100%;
}
#shopping-guide .guide-banner a {
margin: 0 auto 20px;
    width: 300px;
}
#shopping-guide .guide-banner a:first-child {
margin-right:0;
}
#shopping-guide h3 {
width: auto;
    margin: 0 20px 20px;
}

.guide-step-list {
display:block;
margin: 0 10px;
text-align: center;
}
.guide-step-list li {
display: inline-block;
    width: 31%;
    height: 160px;
margin-bottom: 10px;
}
.guide-step-list li:nth-child(1),
.guide-step-list li:nth-child(2),
.guide-step-list li:nth-child(4) {
margin-right: 5px;
}
.guide-step-list li:nth-child(1) {
padding: 0 5px;
}
.guide-step-list li .guide-step1-img,
.guide-step-list li .guide-step2-img,
.guide-step-list li .guide-step3-img,
.guide-step-list li .guide-step4-img,
.guide-step-list li .guide-step5-img {
    height: 160px;
padding-top: 10px;
font-size:9px;
}
.guide-step3-text {
margin-left: -48px;
    width: 100px;
}
.guide-step-list li .guide-step1-img {
background-position: 0px 85px;
}
.guide-step-list li .guide-step2-img {
background-position: 0px 85px;
}
.guide-step-list li .guide-step3-img {
background-size: 45%;
}
.guide-step-list li .guide-step4-img {
background-size: 73%;
    background-position: 16px 80px;
}
.guide-step-list li .guide-step5-img {
background-position: 17px 69px;
    background-size: 70%;
}
.guide-step-list li hr,
#step1 h4 .text-img,
#step2 h4 .text-img,
#step3 h4 .text-img,
#step4 h4 .text-img,
#step5 h4 .text-img {
display:none;
}
.guide-step-list li img {
left: 50%;
    border: 10px;
    margin-top: -2px;
}

.guide-step-list li p:first-child {
margin: 0 7px 5px;
}

.guide-step-list li.guide-step4 p:first-child {
margin: 0 18px 5px;
}
#shopping-guide .guide-step-content {
width:100%;
}
.guide-step-content h4 {
margin-top:100px;
}
.guide-step-content h4 .step-img {
width:150px;
left: 20px;
}

.guide-step-content h4 .deco-img {
width:100px;
}

.guide-step-content #step3 h4 .deco-img {
bottom: -50px !important;
    width: 50px !important;
    right: 20px !important;
}

.guide-step-content #step5 h4 .deco-img {
bottom: -20px !important;
}
.guide-step-content-text,
.guide-rules-content {
margin: 0 20px;
font-size: 14px;
}
.guide-step-content-text p {
font-size:18px;
}
.guide-step-list li p {
font-size:9px;
}

#shopping-guide .guide-rules h3 {
margin: 80px 20px 20px;
line-height: 1;
}
#shopping-guide .guide-rules h3 span {
display: inline-block;
    margin: 0;
}

/* TOPご利用ガイド */
.guide-bfy-button {
margin-top:30px;
}

/* TOP メインビジュアル */
.top-main-contents-border {
border: 8px solid #dbb0c0;
}
.top-main-contents-menu-wrap {
top:22px;
}
.top-main-contents-menu-wrap ul {
text-align: right;
    display: block;
    margin-right: 30px;
    padding: 0;
}
.top-main-contents-menu-item {
display:none;
}
.top-main-contents-menu-wrap li:nth-child(7) {
margin-right:15px;
}
.top-main-contents-menu-wrap li:nth-child(7) img {
width: 18px;
}
.top-main-contents-menu-wrap li:nth-child(8) {
width: 22px;
    margin-bottom: 2px;
}
.top-main-contents-menu-wrap li:nth-child(7),
.top-main-contents-menu-wrap li:nth-child(8) {
display:inline-block;
}
.top-main-contents-menu-wrap h1 {
margin-left: -65px;
}
.top-main-contents-menu-wrap h1 img {
width: 130px;
}

.slick-slide {
height: 550px;
    object-fit: cover;
}

.top-main-contents-search-wrap {
width: 300px;
    margin-left: -150px;
bottom: 160px;
}

.top-main-contents-search-wrap p:nth-child(1) {
    width: 236px;
font-size: 29px;
margin-bottom: 10px;
line-height: 35px;
}

.top-main-contents-search-wrap p:nth-child(2) {
font-family: 'Montserrat', sans-serif;
margin-bottom: 20px;
    width: 290px;
}

.top-main-contents-search-wrap p:nth-child(3) {
font-size: 11px;
    font-weight: bold;
margin-bottom:0;
}

.top-main-contents-search {
width: 296px;
    margin-left: -148px;
bottom: 82px;
}
.top-main-contents-search button {
width: 100px;
	font-family: 'Montserrat', sans-serif;
}

.top-main-contents-search input {
width: 148px;
padding: 0 0 0 10px !important;
line-height: normal;
padding-top: 0.2em;
}
.top-main-contents .slick-dots {
margin-left: -100px;
}
.top-main-contents .slick-dots li {
width: 30px;
}
.top-main-contents-submenu {
position: absolute;
    top: 0;
    right: 0;
    display: flex !important;
}
.top-main-contents-menu-wrap ul.top-main-contents-submenu li:last-child img {
max-width:20px !important;
}
.top-main-contents-menu-wrap ul.top-main-contents-submenu li:first-child img {
max-width:18px !important;
}
/* スマホ用擬似プレースホルダー  */
.bfy-flatpickr-text-wrap {
position: relative;
}
.bfy-flatpickr-text {
display: inline-block;
    position: absolute;
    top: 16px;
    left: 13px;
color: #a3a3a3;
}
.footer-site-navi .bfy-flatpickr-text {
    top: 13px;
}
/* サイドメニュー */
.pc-side-menu {
    width: 300px;
    padding-top: 25px;
}
.sidemenu-top img {
     margin: 0 25px 25px;
}
.sidemenu-top .sidemenu-top-logo {
    width: 82px;
height: 36.5px
}
.pc-sidemenu-close img {
    width: 18px;
}
.side-manu-search {
    padding: 16px 9px;
}
.side-manu-search select {
    width: 218px;
background-position: 95% 50%;
    font-size: 16px;
    font-family: 'Crimson Text', serif;
}
.side-manu-sns a {
margin: 0 15px;
    padding: 20px 0;
}
.side-manu-sns p {
font-size: 16px;
}
.pc-side-menu .dropdown div {
    padding: 10px 0;
}
.pc-side-menu .dropdown {
font-size: 20px;
    margin: 0 15px;
}

.pc-side-menu .dropdown-icon-open,
.pc-side-menu .dropdown-icon-close {
width: 7px;
    margin-top: -3px;
}

.pc-side-menu .dropdown ul.dropdown-menu a {
padding: 10px 15px;
font-size:14px;
}
.side-manu-sub-contents {
margin: 0 15px 25px;
}

.side-manu-sub-contents a {
font-size: 18px;
    padding: 6px 0;
}

/* ヘッダー */
.header-pc {
background-color: rgba(255,255,255,0.8);
}
.header-pc header {
width: 100%;
}
.header-pc header h1 {
text-align: center;
    float: none;
}
.header-pc header .header-pc-menu {
display:none;
}
.header-pc .sysContent {
position: relative;
}
.header-pc .header-pc-menu-wrap {
float: none;
    position: absolute;
    top: -2px;
    right: 0px;
}

/* ドレス、アクセページ */
.parts-banner-accessories,
.parts-banner-dresses {
    margin: 50px 20px;
}

/* ABOUT */
.page-about-logo {
    width: 100px;
    left: 17%;
}
.page-about-text {
    font-size: 14px;
    line-height: 28px;
}
#about .parts-banner-accessories {
    margin-top: 20px;
}

/* 検索ページ */
#sysItemSearch .sysFreeArea {
  /*display: block;*/
}
#sysItemSearch .sysItemList .sysItemName,
#sysItemCategory .sysItemList .sysItemName {
padding-top:10px;
}
#sysItemSearch .searchpage-form {
position: relative;
}
#sysItemSearch .searchpage-form .bfy-flatpickr-text {
top: 13px;
    left: 10px;
    font-size: 16px;
}
.searchpage-form-wrap {
  flex: none;
width:68%;
}

.searchpage-form-wrap:first-child {
  flex: none;
    margin-bottom: 2px;
width:32%;
}

input.searchpage-form-date,
.searchpage-form-category-wrap .sysItemSearchFormCategory select {
height:50px;
font-size: 14px;
}
.searchpage-form-category-wrap .sysItemSearchFormCategory select {
background-position: 92% 50%;
}
input.searchpage-form-date {
    width: 100%;
    border: none;
    margin-right: 1px;
    background-color: #f7f7f7;
    font-size: 13px;
    color: #bab9ba;
    padding: 12px 0px 12px 5px !important;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    vertical-align: bottom;
-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
border-radius: 0px;
background-image: url(https://befitsyou.aispr.jp/img/layout/icon/select.png);
    background-size: 10px 5px;
    background-position: 88% 50%;
    background-repeat: no-repeat;
}

.searchpage-form input[type=text].searchpage-form-date {
font-size: 12px;
background-position: 16px 15px;
}
.searchpage-button .for-pc {
display:none;
}
.searchpage-button {
height: 50px;
width:67px;
margin-left: 10px;
}
.searchpage-button img {
vertical-align: baseline;
}
.searchpage-form-category-wrap .sysItemSearchFormInput {
width:100%;
}

/* 委託販売 */
#consignment #sysWrap {
margin:0 10px;
}

#consignment .page-consignment h3 {
font-size:24px;
}

#consignment .page-consignment h3 span {
    margin-left: 10px;
}

.consignment-point-title {
font-size:20px;
}

.consignment-point-text {
font-size:14px;
}

.consignment-point {
    margin-bottom: 30px;
}

.consignment-banner {
margin: 35px 0 70px;
}

.page-consignment .guide-step-content-text p {
font-size:23px;
}

#consignment .page-consignment .guide-rules h3 span {
margin-left: 0;
display:block;
}

/* 商品詳細下の人気商品ブロック */
.p-popular-item ul {
text-align: center;
}
.p-popular-item .sysContent .sysHorizontal li {
width: 48% !important;
}
.p-popular-item .sysItemPrice {
font-size:11px;
}
.p-popular-item .sysItemName {
padding-top:10px;
}

#sysFooter .search-price-category span {
font-size: 30px;
    margin: 0 0 10px;
    display: block;
}

.parts-instagram .slick-initialized .slick-slide {
height:auto;
margin:10px;
}


















/************************
*
*さらに追加
*
************************/

.header_menu-wrap li {
  margin: 10px 10px 10px 0;
  font-size: 10px;
}

.mainTop-text {
  bottom: 20%;
}

.mainTop-text p:nth-child(1) {
  font-size: 24px;
}

.mainTop-text p:nth-child(2) {
  font-size: 10px;
  letter-spacing: 0;
}
.mainTop-search {
  bottom: 10%;
}
.mainTop-search input {
  width: 144px;
}
.bfy-flatpickr-text {
  left: 40px;
}
.searchCal-alt{
  display: inline;
}
.header_search-box {
  background: #fff:
}

/* サイドメニュー */
.sideMenu_pc {
    width: 300px;
    padding-top: 25px;
}
.sideMenu_pc .dropdown div {
    padding: 10px 0;
}
.sideMenu_pc .dropdown {
font-size: 20px;
    margin: 0 15px;
}

.sideMenu_pc .dropdown-icon-open,
.sideMenu_pc .dropdown-icon-close {
width: 7px;
    margin-top: -3px;
}

.pc-side-menu .dropdown ul.dropdown-menu a {
padding: 10px 15px;
font-size:14px;
}



/***********************************
	トップページ
***********************************/

#main_slider-prev {
  left: 0%;
}
#main_slider-next {
  right: 0%;
}

.rental-sell_box{
  padding: 15px 0;
}


.pickup_dresses .sysContent .sysHorizontal li {
  width: 49%;
  padding: 1.5% 1.5% 6%;
  letter-spacing: 0;
}


/***********************************
	フッター
***********************************/

/* カテゴリ+値段 検索 */
.search_footer {
    width: 100%;
    display: inline-block;
}
.search_footer select { 
font-size: 15px;
    padding-left: 40px;
    width: 200px;
    display: inline-block;
margin: 0 0 5px 0!important;
}
.search_footer button {
    width: 80px;
    display: inline-block;
margin-left: 10px;
}

/* ガイド */
.guidePC_footer li {
width: 320px;
    margin-bottom: 30px;
}

.guidePC_footer li div.footer-guide-pc-text {
height:auto;
}

/* フッターサイトナビ */
.siteNavi_footer {
width:320px;
}
.siteNavi_footer input {
width:150px;
}
.siteNavi_footer {
    top: 13px;
}

.footer_menu-wrap {
    display: none;
}

.footer_guide li {
    width: 320px;
    margin: 0 20px 50px;
    padding: 0 10px;
    float: unset;
}
.footer_guide p {
    height: 60px;
}

.footer-site-navi-bottom {
    margin: 60px auto;
}
.footer_siteNavi-insta {
  display: block;
  width: 200px;
  float: none;
  margin: 40px auto;
}


.search_footer span {
font-size: 30px;
    margin: 0 0 10px;
    display: block;
}



 .hide_sp{
   display: none;
 }





/***********************************
	フリーページ
***********************************/



/**お直し**/

.alteration_page h1, .fitting-room_page h1 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2px;
  margin: 0 2%;
  padding-left: 1%;
}
.alteration_page h1 > span, .fitting-room_page h1 > span {
  font-size: 18px;
  display: inline-block;
}
.alteration_page h3, .fitting-room_page h3 {
  font-size: 36px;
  line-height: 36px;
}
.alteration_exp{
  margin: 40px 0 30px;
}
.alteration_exp h5 {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0px;
}
.alteration_exp p {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
}
.fitting-room_page .alteration_exp{
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  padding: 0 8px;
}
.alteration-btn{
  display: inline-block;
  width: 80%;
  height: 50px;
  margin: 0 10% 30px;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 2px;
}
.alteration-btn-box .alteration-btn:nth-child(1){
  margin: 0 10% 30px;
}
.alteration-btn-box .alteration-btn:nth-child(2){
  margin-left: 10%;
}
.alteration-btn-box .alteration-btn:nth-child(3){
  margin: 0 10% 60px;
}

.guide-step-content h4 {
  margin-top: 20px;
  font-size: 36px;
  letter-spacing: 2px;
  line-height: 30px;
}
.guide-step-content-text p {
    margin: 15px 0 10px;
}

#alteration_prc-wrap p{
  font-size: 14px;
  line-height: 28px;
}



.access-root{
  width: 100%;
}

.access-map {
  width: 100%;
}

.contact-btn {
  height: 120px;
  margin: 15px auto;
  padding: 8px 0;
  box-shadow: 0 0 0 10px var(--lightpink2);
  border: 1px solid #fff;
}
.contact-images .contact-btn:nth-child(2){
  box-shadow: 0 0 0 10px var(--pink);
}
.contact-images .contact-btn:nth-child(3){
  box-shadow: 0 0 0 10px var(--green1);
}
.contact-images .contact-btn:nth-child(4){
  box-shadow: 0 0 0 10px var(--green3);
}
.contact-btn span {
  line-height: 12px;
  font-size: 12px;
  letter-spacing: 0px;
  font-weight: 400;
}
.contact-btn span:first-child {
  margin: 15px auto 0 auto;
  line-height: 50px;
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 300;
}



.hiw-btn{
  width: 285px !important;
  height: 71.75px;
  margin: 8px 2% 28px !important;
  box-shadow: 0 0 0 8px var(--lightpink2);
}
.guide-banner .hiw-btn:nth-child(2){
  box-shadow: 0 0 0 8px var(--pink);
}
.hiw-btn span {
  line-height: 14px;
  font-size: 8px;
}
.hiw-btn span:first-child {
  margin: 12px auto 0 auto;
  line-height: 34px;
  font-size: 22px;
  letter-spacing: 1px;
}


.news-list ul {
    flex-wrap: wrap;
    margin: 0 15px;
    justify-content: space-between;
}
.news-list ul li {
    width: 47%;
    min-height: 230px;
}
@media screen and (max-width: 360px){
.news-list ul li {
    width: 98%;
}
}


.news-list_parts .top-news-title{
  margin-left: 16px;
  font-size: 16px !important;
}




.popup_area{
  width: 80vw;
  margin-top: -20vw;
  margin-left: -40vw;
}
.popup_area button{
  width: 40px;
  height: 40px;
}

@media screen and(max-width:600px) {
.popup_area{
  width: 100vw;
  margin-top: -25vw;
  margin-left: -50vw;
}
.popup_area button{
  width: 40px;
  height: 40px;
}
}

.sp_br, .tb_br{
  display: inline;
}
}
@media screen and (min-width:769px) and (max-width:1024px){
.sysDisplayTabletNone{
	display:none !important;
}

/* 20-0 Only Tablet
 *----------------------------------------------------------------------*/
#sysWrap{
max-width:980px;
margin-top:120px;
} 
div#sysMain,div#sysAside{
	width: 100% !important;
	float: none;
}
.sysMypage #sysWrap,
.sysMemberRegister #sysWrap{
	margin: 130px auto 0;
}
#sysFormIndex div#sysMain,
#sysFormConfirm div#sysMain,
#sysFormThanks div#sysMain,
.sysMypage div#sysMain,
.sysMemberRegister #sysMain,
#sysItemSearch div#sysMain{
        width: 95% !important;
        margin: 30px auto;
        padding: 20px !important;
}
.sysCart #sysMain{
	 width: 95% !important;
    margin: 0 auto;
	padding: 20px;
}
.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%;
            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 #sysMain {
    width: 950px !important;
}
#sysItemDetail .sysCategoryPankuzu {
	margin-bottom: 20px;
}
#sysItemDetail .sysItemName h1 {
	font-size: 15px;
}
#sysItemDetail .sysItemId {
	margin: 0 0 10px 0 !important;
	text-align: left !important;
}
#sysItemDetail .sysMainImage {
	max-width: 700px;
	margin: 0 auto;
}
#sysItemDetail .sysImageList {
	max-width: 700px;
	margin: 0 auto 20px;
}
#sysItemDetail .sysImageList li {
	display: inline-block;
	max-width: 60px;
	line-height: 0;
}
#sysItemDetail .sysReview,
#sysItemDetail .description_left,
#sysItemDetail .sysDescription,
#sysItemDetail .sysForm,
#sysItemDetail .sysRetailPrice,
#sysItemDetail .sysImageDescription {
	max-width: 700px;
	margin: 0 auto 10px auto !important;
}
#sysItemDetail .sysForm select {
	min-width: 350px;
	display: inline-block;
	float: none!important;
}
#sysItemDetail #sysNumber{text-align:left;}
/*.sysItemPrArea span{*/
/*        width: 48%;*/
/*        font-size: 14px;*/
/*}*/
.sysPr span{font-size: 10px;}

#sysItemDetail #sysWishlist {
top: -160px;
}

/***********************************
	ヘッダー
***********************************/
.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-guide-pc ul {
width: 530px;
    margin: 0 auto;
    text-align: left;
}
.footer-guide-pc li {
margin: 0 30px 20px;
width:200px;
}

/* フッターメニュー */
.footer-menu-pc {
width: 817px;
}
.footer-menu-wrap {
margin-right: 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_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;
}

/***********************************
	 フッター部分のご利用ガイド
***********************************/


/***********************************
	カート内商品数表示
***********************************/
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;
}

/* news */
.top-news {
margin: 0 auto 100px;
    max-width: 600px;
background:none;
}
.top-news ul {
    width: 100%;
    flex-wrap: wrap;
}

.top-news ul li {
    margin: 10px !important;
}
/* 取扱ブランド */
.parts-brands-accessories ul,
.parts-brands-dresses ul,
.page-brands ul,
.top-brand ul {
  max-width: 800px;
}
.parts-brands-accessories li img,
.parts-brands-dresses li img,
.page-brands li img,
.top-brand li img {
    width: 150px;
  }
.parts-brands-accessories li p,
.parts-brands-dresses li p,
.page-brands li p,
.top-brand li p {
font-size:15px;
}
.parts-brands-accessories li:nth-child(5n),
.parts-brands-dresses li:nth-child(5n),
.page-brands li:nth-child(5n),
.top-brand li:nth-child(5n){
  margin-right: 50px;
}
.parts-brands-accessories li:nth-child(4n),
.parts-brands-dresses li:nth-child(4n),
.page-brands li:nth-child(4n),
.top-brand li:nth-child(4n){
  margin-right: 0px;
}

/* 情報入力ページ */
#sysBillingAddress form {
padding:0;
}

/* TOP */
.top-about h3 {
font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
}
.top-about-text-wrap {
margin: 20px 20px 0 20px;
}

.top-about-text-cont {
font-size: 14px;
    margin-bottom: 10px;
}


/* サイドバー */
.side-manu-search select {
    width: 230px;
background-position: 210px 50%;
}

#sysFooter .search-price-category select {
width:300px;
}

#sysFooter .search-price-category span {
font-size:30px;
}

/* TOPメインビジュアル */
.top-main-contents-menu-item {
display:none;
}

.top-main-contents-search-wrap p:nth-child(1) {
font-size: 40px;
margin-bottom:10px;
}

.top-main-contents-search-wrap p:nth-child(2) {
margin-bottom: 10px;
    font-size: 11px;
}
.top-main-contents-search-wrap p:nth-child(3) {
margin-bottom: 10px;
    font-size: 14px;
}
.top-main-contents-search { 
bottom:95px;
}

.top-main-contents-search-wrap {
bottom: 160px;
}

.top-main-contents-submenu {
position: absolute;
    top: 0;
    right: 50px;
}

.bfy-flatpickr-text {
display:none;
}

.footer-site-navi {
width: 820px;
}

.searchpage-button .for-sp {
display:none;
}






















/**************************
*
*さらに追加
*
**************************/


/***********************************
	フッター
***********************************/
.guidePC_footer ul {
width: 530px;
    margin: 0 auto;
    text-align: left;
}
.guidePC_footer li {
margin: 0 30px 20px;
width:200px;
}

/* フッターメニュー */
.menuPC_footer {
width: 817px;
}

.siteNavi_footer {
width: 820px;
}



/***********************************
	TOPページ
***********************************/

/* サイドバー */

.search_footer select {
width:300px;
}

.search_footer span {
font-size:30px;
}
























/****************
*
*さらに追加
*
****************/
 .header_menu-wrap li{
   margin: 10px 15px 10px 0;
   letter-spacing: 0px;
   font-size: 12px;
 }
 .header_menu-side li{
   margin: 10px 0 10px 15px;
 }




.pickup_dresses .sysItemName {
  font-size: 15px;
}




.footer_menu-unit {
    margin-right: 0;
}

.footer_guide li {
  padding: 0 10px;
}
.footer_guide p {
  margin-bottom: 30px;
}

.alteration_exp p {
    letter-spacing: 0px;
}



.news-list ul {
    width: 100%;
    flex-wrap: wrap;
}
.news-list ul li {
    width: 30%;
}

.tb_br{
  display: inline;
}
}
@media screen and (min-width:1025px){
.sysDisplayPcNone{
	display:none !important;
}

/* 商品詳細 */
#sysItemDetail .orderArea > div {
    width: 490px;
}

#sysItemDetail .sysImageList {
        width: 430px;
}
.sysItemImages .sysImageList li:nth-child(4n) {
    margin-right: 0;
}
/* カート */
#sysBasket.sysCart #sysMain .sysNextSubmitArea form:first-child {
margin-right: 20px;
}

#brands #sysMain {
padding: 0 20px;
}


.searchpage-button .for-sp {
display:none;
}
}
/* #END_OF_RESOURCE_FILE */
