/* 基本設定
 *----------------------------------------------------------------------*/
html {
	font-size:62.3%;
}
body {
	color: #666;
	font-size: 1.3rem;/*13px*/
        font-family: "Zen Kaku Gothic New", sans-serif;
	line-height: 1.3;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sp_only{
	display:none;
}
#sysAll {
	max-width: 100%;
	background-color: transparent;
	padding: 0;
}
#sysWrap {
	max-width: 1100px;
	margin:100px auto 0; /*元数値：160px*/
	padding: 0;
	overflow: hidden;
}
#sysHeader {
	margin: 0;
	padding: 0;
}
div#sysMain {
	float: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
        margin-top:100px; /**特集ページ　ヘッダーバナー設置時の間隔調整用**/
}
#sysAside {
	display:none;
	float: none;
	padding: 0;
}
#sysFooter {
	margin: 0;
	padding: 0;
}

#top #sysWrap{
	margin-top:10px;
}


.sysContent {
	padding: 0 !important;
}
h1, h2, h3, h4, h5{
    margin:0;
    padding:0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1.6;
    font-weight:bold;
    letter-spacing:inherit;
}
a {
	color: #666;
	text-decoration: none;
	font-weight:inherit;
}
a:hover {
	color: #222222;
}
img {
	vertical-align: bottom;
	/*you kakunin*/
	height:auto;
}
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-filter: "alpha( opacity=50 )";
	-webkit-filter: "alpha( opacity=50 )";
	-o-filter: "alpha( opacity=50 )";
	-ms-filter: "alpha( opacity=50 )";
}
a:hover img.nohover {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-filter: "alpha( opacity=100 )";
	-webkit-filter: "alpha( opacity=100 )";
	-o-filter: "alpha( opacity=100 )";
	-ms-filter: "alpha( opacity=100 )";
}
p {
	margin: 10px auto;
}
p.indent{
        margin: 5px 0 !important;
        text-indent: 1em
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* フォーム要素の基本レイアウト */
input[type=search], input[type=text], input[type=tel], input[type=email], input[type=password], textarea {
	-webkit-appearance: none;
	padding: 10px 5px !important;
	width: 100%;
	line-height: 2;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 0;
}
input[type=submit] {
	-webkit-appearance: none;
	padding: 10px 5px !important;
	line-height: 2;
        margin-top: 30px;
    cursor: pointer;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
input[type="radio"]{
        margin: 10px 10px 20px;
}
.sysFormField{margin: 10px 0;}
.sysFormField label{
        margin-right: 20px;
        font-size: 15px;
}
.sysFormField a{
	display: inline-block;
	color: #068acc;
	border-bottom: 1px solid #068acc;
	line-height: 15px;
	margin: 0 3px;
}
select {height: 30px;}
#sysItemCategory select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none !important;
        width: 100%;
        padding: 3px 5px;
}


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /*background: url("owl.video.play.png") no-repeat;*/
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
.owl-controls .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}
.owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-dots{
	text-align:center;
}
.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display:inline;
	position:relative;
	top:10px;
}
.owl-dots .owl-dot span {
	width: 20px;
	height: 20px;
	margin: 5px 12.5px;
	background: #999;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	background: #000;
}
.owl-nav{
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-nav [class*=owl-] {
	position: absolute;
	top:98%;
	margin-top: -18.5px;
	outline: 0;
	width: 20px;
	height: 37px;
	padding:0;
	text-indent: -9999px;
	z-index: 9999;
	border:none;
	border-radius:none;
	cursor:pointer;
}
.owl-nav .owl-prev{
	left:35%;
	background: url(/img/common/controls.png) no-repeat 0 0;
	background-size:40px;
}
.owl-nav .owl-next{
	right:35%;
	background: url(/img/common/controls.png) no-repeat -20px 0;
	background-size:40px;
}
.owl-nav .owl-prev:hover {
	background-position: 0 0;
}
.owl-nav .owl-next:hover {
	background-position: -20px 0;
}



/* 検索ボックス */
.search_bx form{
	overflow: hidden;
	border: 1px solid #dddddd;
}
.search_bx .sysItemSearchFormWord {
	float: left;
	width: 70%;
}
.search_bx input[type="search"] {
	height: 40px;
	border: none;
	padding: 5px;
	width: 100%;
}
.search_bx .sysSearchButton {
	overflow: hidden;
	float: left;
	display: block;
	width: 30%;
	height: 40px;
	margin: 0;
	padding: 0;
	text-indent: -999px;
	border-radius: 0px;
	border: none;
	background: #f3a8c4 url(/img/common/ico_search.png) no-repeat center center;/*検索ボタン背景色*/
	background-size: 70px;
	cursor: pointer;
}

/* submitボタンの調整 */
#sysMypageReminder #sysMain input[type=submit],
.sysBackButton,
.sysNextSubmit {
    background: #666;
	color: #fff;
    display: block;
    padding: 10px 15px;
    text-shadow: none;
    border-color: transparent;
    border-radius: 3px;
    width: 80%;
    height: 50px;
    margin: 0 auto;
}

/* 商品カテゴリページ */
.sysFuncItemCategory a {
    line-height: 1.75;
}
.sysFuncItemCategory a:hover {
    background: #eee;
}
#sysItemCategory h1.itemCategory{
	margin-left: 5px;
	border-left: 5px solid #222222;
	padding-left: 10px;
	font-size: 18px;
	margin: 20px 0 10px;
}
.sysSelectionDescription{margin : 2px 0 10px;}

/* 4-1-3 Category View Mode */
.sysItemCategoryCtl {
    font-size: small;
}
.sysItemCategoryCtl a {
    display: inline-block;
    padding: 2px 4px;
    background: #ddd;
    border: 1px solid #999;
    border-radius: 3px;
    text-decoration: none;
    margin: 2px 0;
}

/* PRアイコン設定 */
.sysItemPr {
    font-size: smaller;
    padding: 0 5px;
    background: #a9e2e8;
    border: 1px solid #a9e2e8;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
}
/*PRアイコン(商品詳細ページ)*/
.sysPr span{
        width: 24%;
        padding: 3px 10px;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        border-radius: 15px;
        margin: 0 0 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
}
span.icon_online, span.icon_kyobashi{
        display: inline-block;
        background: #ff1000;
        border: 3px solid #ff1000;
        color: #fff;
}
span.icon_book{
        display: inline-block;
	border: 3px solid #ff1000;
        color: #ff1000;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
span.icon_chilled{
        display: inline-block;
        background: #4472c4;
        border: 3px solid #4472c4;
        color: #fff; 
        text-indent: 0.5em;
        letter-spacing: 0.5em;
}

/* カートボタン */
.sysCartButton {
    border: none;
    padding: 10px;
    margin: 4px 0;
    border-radius: 5px;
    background-color: #222222;
    color: #fff;
    cursor: pointer;
}
.sysCartButton:hover {
    background: #999;
}

/* アーカイブリスト */
.sysItemList ul.sysList li .sysThumbnailImage {
    width: 40%;
    max-width: 200px;
}
/* 4-1-7  商品サムネイル画像 */
.sysItemList ul.sysThumbnail li {
    display: inline-block;
    float: none;
    vertical-align: top;
    letter-spacing: normal;
}
.sysItemList ul.sysThumbnail {
    letter-spacing: -.4em;
}
.sysItemList ul.sysThumbnail .input_new_wrap, .sysItemList ul.sysList .input_new_wrap {
    margin-top: 20px;
}
.sysItemList ul.sysList .input_new_wrap {
    max-width: 300px;
    float: left;
    width: 100%;
}
.sysItemList ul.sysThumbnail input, .sysItemList ul.sysList input {
    width: 100%;
    border-radius: 0;
    margin: 0;
    background-color: #fff;
    color: var(--text-color);
    max-width: inherit;
}
.sysItemList ul.sysThumbnail input:hover, .sysItemList ul.sysList input:hover  {
    background-color: var(--hover);
}

/* 商品ぺージ */
/* 商品画像 */
.sysThumbnailImage > span,.sysThumbnailImage > br { display: none;}
.sysItemImages{
	max-width:500px;
	padding-right:20px;
}
.sysItemImages .sysImageList li{
    display: inline-block;
    vertical-align: top;
    height: auto;
    width:23%;
    line-height: 1;
    float: none;
    margin: 1% 0;
}

/* 商品名 */
.sysItemName h1 { font-size: x-large;}

/* 注文エリア*/
.orderArea {
    letter-spacing: -.4em;
    text-align: center;
}
.orderArea > div {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
}
.orderArea > .orderArea > div {
    width: 100%;
    display: block;
}


/* 商品ページのタイトル */
.sysItemName,
.sysExplanation > div > span,
.sysReview > span{
    display: block;
    margin-bottom: 0px;
    font-size: large;
}
/* 商品説明 */
.sysExplanation table {
    width: 100%;
    text-align: center;
    border: 1px solid #999;
    line-height: 2;
}
.sysExplanation thead {
    text-align: center;
    color: #fff;
    background: #999;
}
.sysExplanation td {
    font-size: small;
    text-align: left;
    padding-left: 10px;
}

/* 買い物フォーム */
#sysItemDetail .sysRetailPrice { font-weight: bold;}
#sysItemDetail #sysVariation {
     overflow: hidden;
     margin: 5px auto;
}
#sysItemDetail #sysVariation >div {
    margin: 10px auto;
    overflow: hidden;
}
#sysItemDetail .sysNumArea button {
    display: inline-block;
    width: 48%;
    background: #666;
    padding: 10px;
    border: 1px solid #999;
    border-radius: 5px;
    color: #fff;
}
#sysItemDetail .sysNumArea {
    padding-top: 5px;
    clear: both;
    text-align: right;
}
#sysWishlist .sysButton,
#sysItemDetail .sysCartButton {
    width: 98%;
    margin-left: 2%;
}
#sysItemDetail .sysShare { padding: 5px 0 0 2%;}
#sysCartInForm { width: 100%;}

/* ログインボタン */
.sysLoginButton,
.sysButton {
    border: none;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    background-color: #d0c89c;
    color: #fff;
    cursor: pointer;
    max-width:200px; /*お気に入りボタン最大幅制限*/
}
.sysLoginButton,
.sysButton:hover {
    background: #999;
}
.sysLoginButton{
    display: block;
    width: 50%;
    margin: 10px auto;
    padding: 20px;
}
/* カートボタン */
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain input[type=submit],
.sysCart #sysMain button[type=submit],
.sysCart #sysMain button {
    background: #666;
    color: #fff;
    text-shadow: none;
}
.sysCartInDone {
    animation-name: fadeOut0.5s;
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    transform: translateY(0px);
    opacity: 1;
    margin: 0;
}

/* フォームページの基本レイアウト*/
#sysFormIndex #sysMain, #sysFormConfirm #sysMain, #sysFormThanks #sysMain, .sysMemberRegister #sysMain, .sysMypage #sysMain{
            width: 1100px;
            border: 1px solid #eee;
            padding: 20px 150px !important;
            margin: 90px auto 0;
}
#sysDestination #sysMain{
           width: 1100px;
            border: 1px solid #eee;
            padding: 20px 150px !important;
            margin: 30px auto;
}
#sysFormConfirm label, #sysMemberRegisterConfirm label{
	display: block;
	margin: 15px 0 5px!important;
}
#sysFormConfirm .sysFormField #sysMemberRegisterConfirm .sysFormField{
	margin: 10px 0 20px !important;
}
#sysFormConfirm button.sysButton{
	width: 49%;
	float: left;
	margin: 0;
	margin-right: 1%;
	margin-top: 30px;
	height: 50px;
	border-radius: 3px;
	background: #ccc;
	color: #444;
}
#sysFormConfirm .sysNextSubmit{
	width: 49%;
	margin: 0;
	margin-top: 50px;
	margin-left: 1%;
}
#sysMemberRegisterConfirm .sysNextSubmit{
        width: 49%;
	margin: 0;
	margin-top: 20px;
	margin-right: 1%;
        float: left;
}
#sysMemberRegisterConfirm .sysBackButton{
        width: 49%;
	float: left;
	margin: 0;
	margin-left: 1%;
	margin-top: 0px;
	height: 50px;
	border-radius: 3px;
	background: #ccc;
	color: #444;
}
#sysFormThanks .completeText{
	margin: 20px 0;
	text-align: center;
	font-size: 15px;
}
#sysFormThanks .completeText a{
	color: #068acc;
	text-decoration: underline;
}
#sysMemberRegisterRegister #sysMain h2,
#sysMemberRegisterConfirm #sysMain h2,
#sysMemberRegisterIndex #sysMain h2,
#sysFormThanks #sysMain h2,
#sysFormConfirm #sysMain h2,
#sysFormIndex #sysMain h2 {display:none;}
#sysFormIndex #sysMain input {font-size: 15px;}

#sysFormIndex .txtBlock{text-align: center;}
#sysMemberRegisterConfirm  #sysMain > form,
#sysMemberRegisterIndex #sysMain > form,
#sysFormConfirm #sysMain > form,
#sysFormIndex #sysMain > form { padding: 10px;}

#sysMypageReminder #sysMain input[type="text"],
#sysMemberRegisterIndex #sysMain input[type="text"],
#sysFormIndex #sysMain input[type="text"],
#sysFormIndex #sysMain textarea {
        background: #fff;
        border-radius: 0;
        margin: 10px 0 30px
}
#sysMemberRegisterIndex #sysMain input[type="tel"],
#sysMemberRegisterIndex #sysMain input[type="email"] ,
#sysMemberRegisterIndex #sysMain input[type="password"] {
        background: #fff;
        border-radius: 0;
        margin: 10px 0 30px
}

#sysMain .sysFormLabel{
	display:block;
	border-left: 5px solid #CDC1C7;
	padding-left: 5px;
	line-height: 25px;
	font-size: 15px;
	margin-bottom: 5px;
    text-align: left;
}
#sysMain .sysRequired{
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	margin-bottom: 5px;
}
#sysMain textarea { min-height: 75px;}
.sysZipcode button,
.sysZipcode .sysFormField { display: inline-block;}
.sysZipcode .sysFormLabel { display: block;}
.sysZipcode .sysFormField { width: 200px;}
.sysZipcode br{ display: none;}
.sysBirthday input { width: auto!important;}


/* フォーム確認ぺージ */
#sysMypageEditConfirm #sysMain .sysFormField,
#sysMemberRegisterConfirm #sysMain .sysFormField,
#sysFormConfirm #sysMain .sysFormField {
    border: 1px solid #999;
    line-height: 2;
    padding-left: 10px;
    font-size: small;
    border-radius: 3px;
    margin: 5px auto;
    min-height: 20px;
}

/* マイページ */
.sysMypageMajorHeadLine{display:none;}
.SysMypageMinorHeadLine{
        font-size: 18px;
	border-left: 5px solid #3d3d3d;
	padding-left: 5px;
	margin: 20px 0;
}
#sysMypageLogin .sysMypageMinorHeadLine{display: none;}

/* 購入履歴 */
.sysOrderList {
    border: 1px solid rgb(212,212,212);
    padding: 10px;
    max-height: 400px;
    overflow-y: scroll;
}
.sysOrderList li {
    border-bottom: 1px dotted rgb(212,212,212);
    margin-bottom: 5px;
    padding-bottom: 5px;
}

/* Member Profile Editor */
#sysMypageEditDelivery #sysMain > form,
#sysMypageEditMember #sysMain > form{ padding: 10px;}
#sysMypageEditDelivery #sysMain input,
#sysMypageEditMember #sysMain input {
    line-height: 15px;
    padding: 5px;
    font-size: small;
    margin: 5px auto;
}

#sysMypageEditConfirm #sysMain > form { padding: 10px;}

/* Special Point */
.sysSpecialPoint {
    overflow: hidden;
    letter-spacing: -.4em;
}
.sysSpecialPoint > div:nth-child(2n) {
    width: 60%;
}
.sysSpecialPoint > div {
    display: inline-block;
    letter-spacing: normal;
    padding: 5px 10px;
    border-bottom: 1px solid #d5d5d5;
}
.sysSpecialPoint > div:nth-child(2n+1) {
    width: 40%;
}

/* 4-5-4 Coupon List */
.sysCoupon {
    border: 1px solid #d5d5d5;
    margin: 10px;
}

/* マイページ（複数配送先編集画面）*/
.sysSelectAddress{background: none;}
.sysSelectAddress a {
    display: block;
    text-decoration: none;
    border: 0px solid;
    padding: 10px;
}

.sysSelectAddress {
    margin: 10px 0;
}

.sysSelectAddress a:hover {
    background: #eee;
}

/***********************************
	商品詳細ページ
***********************************/
/*商品名*/
#sysItemDetail .sysItemName h1{
	font-size:18px;
	font-weight:normal;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #000;
}
/*商品番号*/
#sysItemDetail .sysItemId {
        text-align: right;
	font-size:12px;
}
/*価格表示*/
#sysItemDetail .sysRetailPrice {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	color: #000;
	font-weight: bold;
	text-align: left;
}
#sysItemDetail .sysRetailPrice span {
	font-size: 1.1rem;
}
#sysItemDetail .sysRetailPrice span.sysRetailPriceValue {
	font-size:20px;
	font-weight:normal;
}
/*通常価格*/
#sysItemDetail .sysSuggestedRetailPrice {
	margin-bottom: 5px;
	text-align: left;
}
#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;
        max-width: 200px; /*PRタグ最大幅制限*/
}

#sysItemDetail .sysForm select {
	min-width: 450px;
	display: inline-block;
	float: none!important;
        margin: 5px 0;
}
#sysItemDetail .sysForm select[name="num"]{
    max-width: 200px;
    min-width: inherit;
}
#sysItemDetail .sysForm input[type="text"]{margin-top: 5px;}
#sysSelections div{margin-bottom: 10px;}
#sysItemDetail .sysSelections{ line-height: 30px;}
#sysItemDetail #sysVariation {
	width: 100%;
	max-width: 500px;
	overflow: hidden;
	margin-left: auto;
}
#sysItemDetail #sysVariation >div {
	margin: 10px auto;
	overflow: hidden;
}
#sysItemDetail .sysNumArea button {
	display: inline-block;
	width: 48%;
	background: #000;
	padding: 10px;
	border: 1px solid #999;
	border-radius: 5px;
	color: #fff;
}
#sysItemDetail .sysNumArea {
	padding-top: 5px;
	clear: both;
	text-align: right;
}
#sysWishlist .sysButton, #sysItemDetail .sysCartButton {
	width: 98%;
	margin-left: 2%;
}
#sysItemDetail .sysShare {
	padding: 5px 0 0 2%;
}
#sysCartInForm {
	width: 100%;
	margin-left: auto;
}
/*バリエーション*/
#sysItemDetail .sysFormVariationName {
	background-color: #fdf5f5;
}
#sysItemDetail .sysFormVariationTable {
	width: 100%;
	max-width: 500px;
}
/*下部フォーム*/
#sysItemDetail .order_bottom {
	margin: 0 auto 40px;
	text-align: right;
}
/*簡易商品説明*/
#sysItemDetail .sysDescription {
	text-align: left;
}
/*商品詳細*/
.sysExplanation {
	text-align: center;
}
.sysExplanation img {
	height: auto;
}
#sysItemDetail .itempage_cap{
	margin-bottom:30px;
	font-size:12px;
}
#sysItemDetail .itempage_cap .i_ttl{
	margin-bottom:20px;
	font-size:120%;
	font-weight:bold;
}
#sysItemDetail .itempage_detail h3{
	font-size:18px;
	font-weight:normal;
}
#sysItemDetail .itempage_detail table{
	width:100%;
	margin-bottom:10px;
	border-top: 1px solid #ccc;
}
#sysItemDetail .itempage_detail table tr {
    border-bottom: 1px solid #ccc;
}
#sysItemDetail .itempage_detail table th,
#sysItemDetail .itempage_detail table td {
    padding:10px;
	font-size:12px;
	line-height:1.6;
    text-align: center;
}
#sysItemDetail .itempage_detail table th{
	width:30%;
    border-right: 1px solid #ccc;
}
#sysItemDetail .itempage_detail table td{
	width:70%;
	text-align:left;
    background: #fff;
}
#sysItemDetail .itempage_detail_ttl{
	position:relative;
	margin-top:40px;
	padding:5px 0;
	font-weight:bold;
	font-size:18px;
}
#sysItemDetail .itempage_detail_ttl:after{
	content: "　";
	display:block;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-30px;
	width:60px;
	height:2px;
	background-color:#000;
}

#sysItemDetail .sysMainImage img{
	border:1px solid #ccc;
}


/*数量増減*/
#sysItemDetail #sysNumber{
	text-align:right;
}
#sysItemDetail .sysNumArea {
	margin-bottom: 20px;
}
#sysItemDetail .sysNumArea button {
	overflow: hidden;
	display: inline-block;
	width: 25%;
	padding: 10px;
	text-indent: -999px;
	border: 1px solid #b9b9b9;
	border-radius: 5px;
	background: #f1f1f1;
	cursor: pointer;
}
#sysItemDetail .sysNumArea button:hover {
	background-color: #efefef;
}
#sysItemDetail .sysNumArea .sysBtnPlus {
	border-color:#b9b9b9;
	background: url(/img/layout/system/btn_plus.png) center center no-repeat;
	background-size: 65px;
	width: 35%;
}
#sysItemDetail .sysNumArea .sysBtnMinus {
	border-color:#b9b9b9;
	background: url(/img/layout/system/btn_minus.png) center center no-repeat;
	background-size: 90px;
	width: 35%;
}
/*カートに入れる*/
#sysItemDetail .sysCartButton {
	padding:23px 15px !important;
	text-indent: -999px;
	background: #da4636 url(/img/layout/system/btn_cart.png) center center no-repeat;
	background-size:140px;
}
#sysItemDetail .sysCartButton:hover {
	opacity:0.8;
}
#sysItemDetail .sysGoCartButton {
	background: #da4636 url(/img/layout/system/btn_cart2.png) center center no-repeat;
	background-size: 127px;
}
/*お気に入り*/
#sysItemDetail #sysWishlist .sysButton {
	overflow: hidden;
	text-indent: -999px;
	border: 1px solid #efd8e3;
	background: #fff url(/img/layout/system/btn_favo.png) center center no-repeat;
	background-size: 100px;
}
#sysItemDetail #sysWishlist .sysButton:hover {
	background-color: #efefef;
}
/*SNSボタン*/
#sysItemDetail .sysShare {
	padding: 5px 0 0 2%;
	text-align: right;
}
#sysItemDetail .sysShare .sysFacebook {
	position: relative;
	top: -6px;
}
#sysItemDetail .sysShare .sysGoogleplus {
	width: 58px;
}
#sysItemDetail .sysShare .sysLine, #sysItemDetail .sysShare .sysDisplayPcNone {
	display: inline-block !important;
}
#sysItemDetail .sysShare .sysLine {
	position: relative;
	top: 0px;
}
/*.sysReview*/
#sysItemDetail .sysReview {
	margin: 20px 0 40px;
}

/*テーブルデザイン*/
.sysExplanation table{
	margin-bottom:40px;
	border:none;
	border-top:1px solid #ccc;
}
.sysExplanation table tr{
	border-bottom:1px solid #ccc;
}
.sysExplanation table th,
.sysExplanation table td{
	padding:3px 10px;
	text-align:center;
	border:none;
}
/*商品ページ用おすすめ商品*/
.itempage_recommend .sysItemBlock .sysHorizontal li{
	width:25%;
	padding:0 10px;
}
.itempage_recommend .sysItemName{
	margin-bottom:0;
	font-size:14px;
	text-align:left;
}
.itempage_recommend .sysItemPrice{
	text-align:left;
}
/*商品ページ成分表*/
#sysItemDetail .show_bx{
	margin-bottom:30px;
}
#sysItemDetail .show_bx_inner{
	margin-bottom:10px;
}
#sysItemDetail .btn_tr{
	padding:10px 0 10px 35px !important;
	background:#e4e4e4 url(/img/layout/system/ico_plus.png) 10px center no-repeat !important;
	background-size:18px !important;
	cursor:pointer;
}
#sysItemDetail .active{
	background:#e4e4e4 url(/img/layout/system/ico_minus.png) 10px center no-repeat !important;
	background-size:18px !important;
}
#sysItemDetail .contents_tr{
	background-color:#f5f5f5;
}
#sysItemDetail .contents_tr td{
	background-color:#f5f5f5 !important;
}
#sysItemDetail .contents_tr table{
	margin-bottom:0;
}

/***********************************
	カートページ
***********************************/
/*カートページ内レイアウト調整*/
.sysCart .header_h1_under{
	float:none;
	padding:10px 0;
	width:100%;
	height:auto;
	background-color:#8edae5;/*カートページヘッダ背景色*/
}
.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;
	border: 1px solid #eee;
	padding: 20px 150px;
	margin:0 auto;
}


.sysCart #sysMain, .sysCart #sysMain a {
	color: #000;
}
.sysCart .sysBox, .sysCart .sysSelectPaymentArea,
.sysCart .sysSelectDeliveryArea, .sysCart .sysRemarksArea,
.sysCart .sysSelectOptionArea, .sysCart .sysDetail,
.sysCart .sysOrder .nav,
.sysCart .sysAcceptDomainArea,
.sysCart .sysRepeatOrderSetting {
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	border-radius: 0;
	box-shadow: none;
	margin: 1em auto 2em;
	padding: 1em;
}
.sysCart .sysBox hr {
	display: block;
	border: 0;
	height: 0;
	border-bottom: 1px solid #cfcfcf;
	margin: 5px 0;
	padding: 0;
}
.sysCart #sysMain input[type="text"],
.sysCart #sysMain input[type="password"],
.sysCart #sysMain input[type="email"],
.sysCart #sysMain input[type="number"],
.sysCart #sysMain input[type="tel"],
.sysCart #sysMain input[type="search"],
.sysCart #sysMain textarea {
	background: none;
	border-radius: 0;
	border: 1px solid #dddddd;
}
.sysCart .sysTotalTxt {
	text-shadow: none;
}
.sysTotal .sysTotalTxt .sysCartAttention {
	font-size: 2rem;
}
.sysCart .sysSubTotalArea {
	margin: 10px 0;
}
.sysCart .sysNextSubmitArea {
	margin-bottom: 20px;
}
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
	width: 100%;
	padding: 10px;
	margin: 5px 0;
	color: #fff;
	font-weight: bold;
	text-shadow: none;
	border-radius: 5px;
	background: #da4636 !important;
	border: none;
}
.sysCart .sysCartAttention, .sysCart .sysRequired {
	color: #da4636;
	font-weight: bolder;
}
.sysCart .sysGetPoint {
	color: #da4636;
	font-weight: bolder;
}
.sysCart .sysCartNote {
	color: #000;
	font-size: 90%;
}
.sysCart .sysCartTitle {
	color: #000;
	font-size: large;
	font-weight: bolder;
	background-color: #fff;
	padding: 0;
	margin-bottom: 2-px;
}
.sysCart .sysCartTitle span {
	font-size: 1.2rem;
}
.sysCart #sysMain input {
	background: #fff !important;
}
.sysCart #sysMain input[type="submit"], .sysCart #sysMain button[type="submit"], .sysCart #sysMain button {
	display: inline-block;
	padding: 10px;
	width: auto;
	height: auto;
	color: #000;
	background: #fff;
	border-radius: none;
	border: 1px solid #999;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sysCart .sysDeleteArea, .sysCart .sysConfirmButton {
	text-align: right;
}
.sysCart .sysNavImg {
	text-align: center;
         margin-top: 10px;
	margin-bottom: 20px;
}
.sysCart .sysFreeArea {
	color: #000;
	margin: 20px 0;
}
.sysSelectPayment li:last-child,
.sysSelectDelivery li:last-child,
.sysSelectOption li:last-child,
.sysCart .sysDetail li:last-child,
.sysRemarks, .sysCart .sysOrder .nav li:last-child {
	border-bottom: none;
}
.sysCart .sysAcceptDomainArea input {
	padding: 0 10px!important;
}
.sysCart .cart_btn {
	color: #000;
	text-align: center;
	margin-top: 40px;
}
.sysCart .cart_btn p {
	margin: 0;
	padding: 0;
}
.sysCart .cart_btn .btn {
	margin-top: 5px;
}
.sysCart .cart_btn img {
	width: 200px;
	border: 1px solid #d0d0d0;
}
#sysBasket #sysMain {
	padding-top: 10px;
}
.sysCart .cart_info .sysContent {
	max-width: 300px;
	color: #000;
	text-align: center;
	font-weight: bolder;
	font-size: 13px;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	margin: 1em auto 0 auto;
	padding: 10px;
	background-color: #fff;
}

.sysCart #sysMain .sysConfirmButton input[type="submit"] {
	width: auto;
}
.sysCart #sysMain select {
	display: inline-block;
}
.sysCart .sysBtnChange {
	margin-bottom: 10px !important;
}
/*登録せずに購入*/
#sysBillingAddress .input-append input[type="text"] {
	display: inline-block;
}
/*都道府県*/
#sysBillingAddress .sysPrefState select {
	width: 200px;
}
/*性別*/
#sysBillingAddress .sysGender {
	margin-bottom: 20px;
}
#sysBillingAddress .sysGender input {
	vertical-align: middle;
}
#sysBillingAddress .sysGender label {
	display: inline-block;
	margin-right: 20px;
}
/*メルマガ*/
#sysBillingAddress .sysAcceptMailmagazine {
	margin-bottom: 20px;
}
/*注文完了ページ*/
.cart_completion {
	text-align: center;
}
/*ご注文番号*/
#sysThanks #sysMain .sysOrderNumber {
	font-size: 1.5rem;
	font-weight: bold;
}
/*お買い物を続ける*/
body#sysBasket .sysBackButton2 {
	font-weight: bold;
	background: #b4f4ff !important;
	border-color: #000 !important;
}


/***********************************
	ワンページカート
***********************************/
.mdl_btn_.opcDialog, form.opcUseAmazon{
	width:100%;
	padding-right:0;
}
.sysCart #sysMain h3{
	font-size:20px;
}
.sysCart #sysMain #show-dlg-1,
.sysCart #sysMain #show-dlg-1_low,
.sysCart #sysMain .sysOpcNextSubmit,
.sysCart #sysMain .sysNextSubmit{
	display:block;
	width: 100% !important;
	padding:15px 10px !important;
	margin: 5px 0 !important;
	color: #fff !important;
	font-size:1.2rem;
	line-height:1;
	font-weight: bold;
	text-shadow: none;
	box-shadow: none;
	border:none !important;
	border-radius: 5px;
	background: #da4636 !important;
}
.sysCart #sysMain #show-dlg-2,
.sysCart #sysMain #show-dlg-3{
	display:block;
	width: 100% !important;
	padding: 10px;
	margin:0 0 30px !important;
	color: #fff !important;
	font-size:1.2rem;
	line-height:1;
	text-shadow: none;
	box-shadow: none;
	border:none !important;
	border-radius: 5px;
	background: #000 !important;
}
.sysCart #sysMain #show-dlg-3{
	color: #fff !important;
	background: #da4636 !important;
}
.sysCart #sysMain .next_btn{
	color: #fff !important;
	font-size:1rem;
	line-height:1;
	border:none !important;
	background: #000 !important;
}
.sysCart #sysMain #order_price_confirm_btn{
	color: #fff !important;
	width: 100% !important;
	box-shadow: none;
	background: #000 !important;
}
.sysCart #sysMain .mdl-js-button{
	box-shadow: none;
}
.sysCart #sysMain #change-to-billAddr,
.sysCart #sysMain #show-dlg-addrList,
.sysCart #sysMain #show-dlg-inputAddr{
	line-height:1;
	border:none !important;
	background: #000 !important;
}
.sysCart #sysMain p.user_type{
	font-size:1.2rem;
}
.sysOpcProduct .sysOpcItemName{
	font-size:1.2rem;
}

/***********************************
	検索ページ
***********************************/
#sysItemSearch div#sysMain {
	max-width: 980px;
	margin: 20px auto 40px;
}
#sysItemSearch .sysThumbnail .sysItemPrArea {
	text-align: left;
	margin-top: 5px;
}
#sysItemSearch #sysMain h2 {
	font-size: 13px;
	margin-bottom: 10px;
}
#sysItemSearch #sysMain .sysItemSearchForm {
	font-size: 12px;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}
#sysItemSearch #sysMain .sysItemSearchFormWord {
	margin-bottom: 5px;
}
#sysItemSearch #sysMain .sysItemSearchFormWord input {
	height: 40px;
	vertical-align: bottom;
	border: 1px solid #d0d0d0;
}
#sysItemSearch #sysMain .sysSearchButton {
	display: block;
	margin: 10px auto;
	padding: 10px;
	width: 95%;
	border: none;
	background: #f3a8c4;/*検索ボタン背景色*/
	color: #fff;
	font-size: 120%;
	cursor: pointer;
	border-radius: 3px;
}
#sysItemSearch #sysMain .sysItemSearchFormRange input {
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}
#sysItemSearch #sysMain .sysItemSearchFormRange,
#sysItemSearch #sysMain .sysItemSearchFormCategory,
#sysItemSearch #sysMain .sysItemSearchFormSort,
#sysItemSearch #sysMain .sysItemSearchFormLimit {
	display: inline-block;
	margin: 5px auto;
}
#sysItemSearch #sysMain .sysItemSearchFormRange input {
	padding: 10px;
}

/***********************************
	お問い合わせ
***********************************/
#sysFormConfirm .sysNextSubmit{
	width:100%;
	margin:20px 0 0 !important;
}
#sysFormConfirm button.sysButton{
	width:30%;
	margin-bottom:20px;
}

/***********************************
	新規会員登録
***********************************/
.sysMemberRegister #sysWrap{
	margin:160px auto 0;
}

/***********************************
	マイページ
***********************************/
.sysMypage #sysWrap{
	margin:180px auto 0;
}
.sysMypage input[type="submit"]{
	margin-top:10px;
}

/* マイページボタン */
.sysMypageNav > form {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.sysMypageNav .sysButton {
    width: 100%;
    display: block;
    font-size: 15px;
	margin: 5px 0;
	padding:15px 0;
}
#sysMemberRegisterIndex .sysNextSubmit{
	width: 49%;
	float: left;
	margin-right: 1%;
	border-radius: 5px;
	height: 50px; 
	font-size: 15px;
}
#sysMemberRegisterIndex .sysButton[type="submit"]{
	width: 49%;
	float: left;
	margin-right: 1%;
	border-radius: 5px;
	height: 50px;
	font-size: 15px;
	margin-top: 10px;
}
#sysMypageLogin .sysLoginButton{
	width: 49%;
	float: left;
	margin-right: 1%;
	font-size: 15px;
}
#sysMypageLogin .sysButton{
	width: 49%;
	margin-left: 1%;
	font-size: 15px;
}

/***********************************
	ヘッダー
***********************************/
.header_wrap{
	position: fixed;
	height: 130px; /*元数値：130px*//*navi非表示時：90px*/
	top: 0; left: 0; right: 0;
	margin: auto;
	background: #8edae5; /* ナビ以外の背景色変更 */
	z-index: 120;
      /*border-bottom: 1px solid #aaa;*/
}
.header_wrap_inner{
	max-width:1120px;
	margin:0 auto;
        background-color:#8edae5; /* ナビ以外の背景色変更 */
}
.h_inner{margin: 15px 0 0;}
.header_h1_under, .header_h1{
	width: 580px;
	height: 80px;
	float: left;
}
.header{
	width: 395px;
	height: 80px;
	float: left;
}
.logo img{
	width: 180px;
	margin-right: 15px;
	float: left;
}
.head_title{
	font-size: 11px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	letter-spacing: 1px;
        margin-top: 0 !important;
        padding-top: 0 !important;
}
.header .g_navi li{
	float: left;
	text-align: center;
	margin: 15px 5px 0;
}

.header .g_navi li i{margin-right: 5px;}


/***********************************
	カート情報
***********************************/
#cartInfo{
	float: left;
	position: relative;
	margin-top: 15px;
	margin-left: 5px;
	width: 120px;
	height: 30px;
	line-height: 28px;
	font-weight: bold;
	font-size: 12px;
	border-radius: 20px;
	border: 1px solid #f3a8c4;/*ヘッダカートボタン枠色*/
	background: #f3a8c4;/*ヘッダーカートボタン背景色*/
	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: #f3a8c4;/*カートアイコンオンマウス時ボタン背景色*/
	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:#f998bc;/*カートアイコンオンマウス時ボタンhover背景色*/
}
.h_cart .sysCartInfoCartIn a img{
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 5px;
}
.h_cart .sysCartInfoCartIn a i{margin-right: 5px;}

/* カート内商品数表示 */
button.itemCount{
	display: none;
	border:none;
	width: 20px;
	height: 20px;
        line-height: 20px;
	text-align: center;
	font-weight: bold;
	margin-left: 5px;
	color: #222222;
	background: #fff;
	border-radius: 10px;
}


/***********************************
	ナビゲーション
***********************************/
.h_navi{
	width: 100%;
	height: 60px;
}

#headNavigation{
	max-width: 1100px;
	margin: 20 auto;
        height: 60px;
}
#headNavigation .pcnone{display: none;}
#headNavigation li.tab1{
	width: 220px;
	float: left;
	text-align: center;
}

#headNavigation li a{
    display: block;
	font-weight: 700;
}
#headNavigation li a span{
	display: block;
	font-size: 15px;
}
.tabmenu .border:after{
	background-color: #000;
    content: " ";
    height: 15px;
    margin-top: -35px;
    position: absolute;
    right: 0;
    top: 42px;
    width: 1px;

}

/*ナビゲーショントグル*/
.tabmenu:before{
	display: block;
	content: "";
	clear: both;
}
.tabmenu{
	margin: 10px 0 0;
}
.toggleNav{
	display: none;
	width: 220px;
	position: absolute;
	height: 0px; /*heightはjs制御*/
	top: 26px; left:0;
	background: rgba(255,255,255,1);
	z-index: 110;
	box-shadow:2px 2px 4px 0px #ccc;
	-moz-box-shadow:2px 2px 4px 0px #ccc;
	-webkit-box-shadow:2px 2px 4px 0px #ccc;
}
.toggleNav:hover{
	overflow: visible !important;
}
.tabmenu li.tab1{
	position: relative;
}
.tabmenu li.tab1 a{
	font-size:14px;
}
.tabmenu li.tab2{
	text-align: left;
	height: 35px;
	border-bottom: 1px dotted #ccc;
	position: relative;
}
.tabmenu li.tab2:hover{background: #ededed;}
.tabmenu li.tab2 a{
	display: block;
	position: relative;
	padding: 10px;
	font-size: 12px !important;
	line-height: 15px;
    font-weight: bold;
}
.tabmenu li.tab2 a i{
	position: absolute;
	right: 10px;
	top: 10px;
}
.tabmenu li.tab2 .subCategory{
	position: absolute;
	width: 200px;
	left:200px; top: 0px;
	background: rgba(255,255,255,1);
	visibility: hidden;
	transition: all .10s ease;
	z-index: 120;
	box-shadow:2px 2px 4px 0px #ccc;
	-moz-box-shadow:2px 2px 4px 0px #ccc;
	-webkit-box-shadow:2px 2px 4px 0px #ccc;
}
.tabmenu li.tab2:hover .subCategory{
	visibility: visible;
}
.tabmenu li.tab3{
	font-size: 14px;
	height: 35px;
	border-bottom: 1px dotted #ccc;
    font-weight: bold;
}
.tabmenu li.tab3:hover{background: #ededed;}

/***********************************
	フッター
***********************************/
.footer{
	width: 100%;
	margin: 50px 0 0;
	text-align: center;
	background: #ededed;
	letter-spacing: 2px;
}
.footer .f_navi_all{
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 0;
}
.footer .f_navi h3{
	margin: 10px 0 0;
	font-size: 15px;
}
.footer .f_navi ul{
	width: 671px;
	text-align: left;
	margin: 0 auto;
}
.footer .f_navi li{
	display: inline-block;
	padding: 0 15px 0 5px;
	margin: 10px 5px 0;
	font-size: 15px;
	position: relative;
}
.footer .f_navi li:after{
	background-color: #000;
    content: "　";
    height: 10px;
    margin-top: -35px;
    position: absolute;
    right: 0;
    top: 41px;
    width: 1px;
}
.footer .f_navi .b_none{border-right: 0px;}
.footer .telephone{
	margin: 20px 0 5px;
}
.footer .telephone .telephone01{
	width: 250px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #000;
	border-radius: 15px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
}
.footer .telephone .telephone02{
	width: 300px;
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
}
.footer .telephone .telephone02 a{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	font-size: 25px;
}
.footer .telephone .telephone02 a img{
	display: inline-block;
	height: 30px;
	margin-right: 10px;
}
.footer .telephone:after{
	display: block;
	content: "";
	clear: both;
}
.footer .time{
	font-size: 15px;
	margin: 0 0 10px;
}
.footer .f_gnav_all{
	background: #fff;
	padding: 15px 0 10px;
	letter-spacing: 2px;
}
.footer .f_gnav li{
	display: inline-block;
	padding: 0px 20px 0 15px;
	font-size: 12px;
	position: relative;
}
.footer .f_gnav li:after{
	background-color: #000;
    content: "　";
    height: 10px;
    margin-top: -35px;
    position: absolute;
    right: 0;
    top: 40px;
    width: 1px;

}
.footer .f_gnav li:last-child{
	border-right: 0px;
}
.footer .f_gnav{margin-bottom:  5px;}
.footer .f_copy{
	background: #8edae5;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}

/***********************************
	フッター部分のご利用ガイド
***********************************/
.f_guide{
	width: 100%;
	border-top: 2px solid #222222;
	margin-top: 50px;
}
.f_guide .sysContent{
	width: 1100px;
	margin: 0 auto;
}
.f_guide .Title{ 
	font-size: 15px;
	text-align: center;	
	font-weight: bold;
	padding: 10px 0 30px;
}
.f_guide .clearfix{
	font-size:0;
}
.f_guide .guideBlock{
	display:inline-block;
	width: 550px;
	font-size:14px;
	vertical-align:top;
}
.f_guide .guideBlock:after{
	display: block;
	content: "";
	clear: both;
}
.f_guide .guide01{padding-right: 50px;}
.f_guide .guide02{padding-left: 50px;}
.f_guide .guideTitle{
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 15px;
	margin-bottom: 10px;
}
.f_guide p{
	font-size: 15px;
	line-height: 22px;
	margin: 5px 0;
}
.f_guide .mt{margin-top: 20px;}
.f_guide .smaller{font-size: 12px;}

.f_guide .freedial{
    background: rgba(0, 0, 0, 0) url("/img/common/dial.png") no-repeat scroll left center / 45px auto;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    padding-left: 50px;
}

/*ボタン*/
.f_guide .common_btn{
	margin: 10px auto;
}
.f_guide .common_btn a{
	font-size: 13px;
	padding:10px 0;
}

/* ページトップに戻る*/
.pagetop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 52px;
	height: 52px;
	text-align: center;
        z-index:999999;
}
.pagetop #page-top{
	display: none;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	background: #999;/*戻るボタン背景色*/
	border-radius: 5px;
	padding-top: 4px;
	height: 51px;
}
.pagetop #page-top:hover{
	background:#ccc;/*戻るボタンhover背景色*/
}

/***********************************
	サイド
***********************************/
/*検索ボックス*/
.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: #f3a8c4 url(/img/common/ico_search.png) no-repeat center center;/*検索ボタン背景色*/
	background-size: 70px;
	text-indent: -999px;
}

.side_navi .sysHeadline,
.side_navi_item .sysHeadline{
    font-size: 14px;
    margin:0 !important;
    text-align:left;
	font-weight:bold;
	letter-spacing:2px;
    width:auto;
	border-bottom:1px solid #222222;
}
.side_navi .sysHeadline:before,
.side_navi_item .sysHeadline:before{
	content:none;
}
.side_navi a{
	position:relative;
	padding:7px 5px 7px 20px !important;
    letter-spacing:1px;
	border-bottom:1px dotted #cdcdcd !important;
}
.side_navi a:after{
	position:absolute;
	top:7px;
	right:10px;
	content:">";
	font-size:14px;
}
.side_navi a:hover{
    background: #eee;
}
.side_navi{
	margin-bottom:30px;
}

/*商品別*/
.side_navi_item{
	margin-bottom:0;
	border-bottom:1px solid #000;
}
.side_navi_item .sysHeadline,
.side_navi_item .sysContent{
	width:90% !important;
	margin-left:auto !important;
}
.side_navi_item a{
	position:relative;
	padding:7px 5px !important;
    letter-spacing:1px;
	border-bottom:1px dotted #cdcdcd !important;
}
.side_navi_item a:after{
	position:absolute;
	top:7px;
	right:10px;
	content:">";
	font-size:14px;
}
.side_navi_item li:last-child a{
	border-bottom:none !important;
}
.side_navi_item .sysHeadline{
	font-size: 13px;
	padding:0;
	border-bottom:1px dotted #cdcdcd !important;
}
.side_navi_item .sysHeadline a{
	display:block;
	border-bottom:none !important;
}
/*お買い物ガイド 最後2つ*/
.side_navi_guide li:nth-last-child(1),
.side_navi_guide li:nth-last-child(2){
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #222222;
	margin-bottom:10px;
}
.side_navi_guide li:nth-last-child(1) a,
.side_navi_guide li:nth-last-child(2) a{
	padding:7px 5px !important;
	border:none !important;
}
.side_navi_guide li:nth-last-child(1) a:hover,
.side_navi_guide li:nth-last-child(2) a:hover{
	background-color:#fff;
}
.side_navi_guide li:nth-last-child(3){
	margin-bottom:10px;
}

/***********************************
	共通パーツ
***********************************/
hr.style01 {
	width: 100%;
	height: 1px;
	background: #222222;
	margin: 50px auto;
	padding: 0;
	border: 0;
}
.sysTitle, .sysHeadline{
	width: 600px;
	margin: 30px auto!important;
	position: relative;
	text-align: center;
	font-size: 23px;
	letter-spacing: 3px;
}
.sysTitle b, .sysHeadline b{
	display: block;
	font-size: 14px;
	text-align: center;
}
.sysTitle span, .sysHeadline span{
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 40px;
	background-color: #fff;
	text-align: center;
}
.sysTitle::before, .sysHeadline::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #222222;
}
.contentsWrap{
	width: 1100px;
	margin: 0 auto;
}

/***********************************
	特商法テーブルレイアウト
***********************************/
#main_tradelaw, .main_tradelaw {
    border: 1px solid #ddd;
    margin: 0 auto 30px;
    max-width: 1100px;
}
#main_tradelaw dl, .main_tradelaw dl{
	background: #ededed;
	border-bottom: 1px dotted #bfbfbf;
	overflow: hidden;
}
#main_tradelaw dl:last-child, .main_tradelaw dl:last-child{border: 0px;}
#main_tradelaw dt, .main_tradelaw dt{
	padding: 15px 0 15px 20px;
	float: left;
	clear: both;
	font-weight: bolder;
}
#main_tradelaw dd, .main_tradelaw dd{
	margin-left: 200px;
	padding: 15px;
	background: #fff;
}
.shipFee{
	max-width: 1100px;
	margin: 20px auto
}
.shipFee .tableTitle{
	font-size: 16px;
        height: 70px;
        padding: 10px;
	color: #424242;
	margin: 50px 0 0px;
	border: 0px !important;
	text-align: leftr;
}
table.shipFeeTable {
    border-collapse: collapse;
	margin-bottom: 30px;
    text-align: left;
    line-height: 1.5;
	text-align: center;
}
table.shipFeeTable .eyeCatch{
	width: 120px;
	display: block;
	margin: 5px auto;
	height: 25px;
	line-height: 25px;
	color: #000;
        border-bottom: 1px solid #aaa;
        padding-bottom: 5px;
}
table.shipFeeTable thead {
        background: #555;
	text-align: center;
}
.spThead{display: none;}
table.shipFeeTable thead th {
        padding: 10px;
        vertical-align: top;
        font-weight: normal;
        color: #fff;
}
table.shipFeeTable tbody .sum{position: relative;}
table.shipFeeTable tbody .sum i{
	position: absolute;
	color: #888;
	font-size: 35px;
	right: -15px;
	bottom: 30px;
	z-index: 20;
}
table.shipFeeTable tbody th {
        width: 600px;
        padding: 10px;
        vertical-align: top;
       background: #fff;
        font-weight: normal;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table.shipFeeTable td {
    width: 500px;
    padding: 10px;
    vertical-align: top;
	border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #eee;
}
table.shipFeeTable b{
	color: #D42E30;
	display: inline-block;
	padding: 0 3px;
	font-size: 1.2em;
}
div#main_tradelaw a{
	display: inline-block;
	color: #068acc;
	text-decoration: underline;
}

/***********************************
	2カラムレイアウト
***********************************/
.column2Wrap{
	width: 1100px;
	margin: 0 auto;
}
.column2Wrap:after{
	display: block;
	content: "";
	clear: both;
}
.sideWrap{
	width: 180px;
	height: 1000px;
	background: #aaa;
	margin-right: 20px;
	float: left;
}
.mainWrap{
	width: 900px;
	margin-left: 200px;
}
.col2Style h2.pattern01{
	font-size: 18px;
	border-left: 5px solid #3d3d3d;
	padding-left: 5px;
	margin: 15px 0;
}
.col2Style h2.pattern02{
	font-size: 18px;
	border-bottom: 1px solid #3d3d3d;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 15px 0;
}
.col2Style h2.pattern03{
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	padding: 0 0px 3px 30px;
	margin: 0 0 15px;
	border-bottom: 1px solid #6843ac;
}
.col2Style h3.pattern01{
	font-size: 14px;
	border-bottom: 0px solid #aaa !important;
	padding: 0px 0px 3px;
	margin: 15px 0 5px;
}
.col2Style h4.style01{
	font-size: 15px;
	padding-bottom: 3px;
	margin: 20px 0;
	border-bottom: 0px solid #3d3d3d!important;
}
.col2Style .txtBlock{margin: 30px 0;}
.col2Style .imgWrap {
	margin: 30px 0;
}
.col2Style .txtBlock a, #forbusiness .txtBlock a, #relocation .txtBlock a, #privacypolicy .txtBlock a{
	color: #068acc;
	height: 25px;
	line-height: 25px;
	padding-bottom: 1px;
	border-bottom: 1px solid #068acc;
}
#shoplist td a, #corporate dd a{
        color: #068acc;
	height: 25px;
	line-height: 25px;
	padding-bottom: 1px;
        border-bottom: 1px solid #068acc;
}
.col2Style .txtBlock li{
	margin: 5px 0;
	font-size: 12px;
}
.col2Style .txtBlock li .larger{
	font-size: 14px;
	margin-bottom: 10px;
}
.col2Style .txtBlock li span{
	width: 20px;
	display: inline-block;
}

.col2Style .imgWrap img{
	width: 40%;
	margin: 10px 0;
}
.col2Style .floatWrap{
	margin: 20px 0;
}
.col2Style .floatWrap:after{
	display: block;
	content: "";
	clear: both;
}
.col2Style .floatWrap img{
	width: 150px;
	float: left;
}
.col2Style .floatWrap .txt{
	padding-top: 5px;
	margin-left: 170px
}
.col2Style .floatImg{text-align: center;}
.col2Style .floatImg:after{
	display:block;
	content: "";
	clear: both;
}
.col2Style .floatImg .imgWrap{
	width: 50%;
	float: left;
}
.col2Style .floatImg .imgWrap img{
	width: 60%;
	margin: 20px 10%;
}

/***********************************
	 お買い物ガイド
***********************************/
.indexList{margin: 10px 0;}
.indexList li{
	display: inline-block;
	text-align: center;
	margin: 0 5px 10px;
	border: 1px solid #aaa;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 15px;
}
.guideBlock{padding-top: 30px;}

/*商品購入ステップ*/
.steps ul{
	width: 700px;
	margin: 0 auto;
}
.steps ul:after{
	display: block;
	content: "";
	clear: both;
}
.steps li{
	float: left;
	padding: 0 6px;
	height: 200px;
}
.steps li a{
	display: block;
	height: 100%;
	height: 200px !important;
}
.steps li img{height: 200px;}


/***********************************
	 ボタンデザイン
***********************************/
.common_btn{
	width: 250px;
	margin:20px auto 50px;
	position: relative;
}
.common_btn a{
	display: block;
	padding:15px 0;
	font-size: 15px;
	color: #666;/*ボタン文字色*/
	text-align:center;
	border-radius:5px;
	background: #f3a8c4;/*ボタン背景色*/
}
.common_btn a:hover{
	background:#ee83ab;/*ボタンhover背景色*/
}
.common_btn a i{
	display:inline-block;
	margin-left:10px;
	font-size:20px;
}

/***********************************
	TOPページ
***********************************/
/*スライダー*/
#slider{
	display:none;
}
.top_slider {
	padding-top:90px; /元数値：130px/
	margin:0 0 40px;
}
.top_slider .owl-item {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-filter: "alpha( opacity=50 )";
	-webkit-filter: "alpha( opacity=50 )";
	-o-filter: "alpha( opacity=50 )";
	-ms-filter: "alpha( opacity=50 )";
}
.top_slider .center {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-filter: "alpha( opacity=100 )";
	-webkit-filter: "alpha( opacity=100 )";
	-o-filter: "alpha( opacity=100 )";
	-ms-filter: "alpha( opacity=100 )";
}

/*新着アイテム*/
.top_newarrival ul{
	font-size:0;
	text-align:left;
}
.top_newarrival li{
	float:none !important;
	display:inline-block;
	width: 23% !important;
	margin: 5px 1% 20px !important;
	padding: 10px;
	font-size:12px;
	text-align:center;
	vertical-align:top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top_newarrival li img{ 
	width: 100%;
}
.top_newarrival .sysItemName{
	font-size: 16px;
	font-weight: 500;
	padding-top: 10px;
}

/*特集一覧*/
.top_features{
	overflow:hidden;
}
.top_features ul{
	font-size:0;
	text-align:left;
}
.top_features li{
	float:none !important;
	display:inline-block;
	width: 30%;
	margin:1.66666666666667%;
	font-size:12px;
	vertical-align:top;
}
.top_features li img{width: 100%;}
.top_features li a{
	display: block;
	position: relative;
}
.top_features li span{
	display:block;
	font-size:14px;
	font-weight:bold;
}

/*おすすめ商品、ランキング*/
.top_recommend_item li .sysItemName,
.top_ranking_item li .sysItemName{
	font-size: 16px;
	font-weight: 500;
	padding-top: 10px;
}
top_recommend_item .sysItemPrice,
top_ranking_item .sysItemPrice{
	font-size: 14px;
	color: #ff0000;
	font-weight: 600;
	padding-top: 5px;
}

/*おすすめ商品*/
.top_recommend_item{
	margin-bottom:60px;
}
.top_recommend_item li{
	width: 100% !important;
	padding:0 20px !important;
}

/*ランキング*/
.top_ranking_item ul{
	font-size:0;
	text-align:left;
}
.top_ranking_item li{
	float:none !important;
	display:inline-block;
	width: 30% !important;
	margin: 0 1.5% 30px !important;
	padding: 10px;
	font-size:12px;
	text-align:center;
	vertical-align:top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

span.sysSubtotalPrice {
    font-size: 17px;
    float: right;
}

/***********************************
	カスタムCSS
***********************************/
/* Google Web fonts */
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

.box1100 {
  max-width: 1100px;
  margin: 0 auto;
}

/*テキスト装飾*/
.txt_red {
    color:#ff0000;
}
.txt_wh {
    color:#fff;
}
.txt_blue {
    color:#1ea2b6;
}
.txt_pinkbold {
    color:#f3689c;
    font-weight:bold;
}
.txt_smaller {
  font-size: smaller;
}
.txt_underline {
  text-decoration:underline;
}
.title_center {
    text-align:center;
    font-size:1.75rem;
    font-weight:bold;
    padding-bottom:5px;
}
.mb10 {
    margin-bottom:10px;
}
.mb20 {
    margin-bottom:20px;
}
.mb30 {
    margin-bottom:30px;
}
.mb50 {
    margin-bottom:50px;
}
.mt20 {
    margin-top:20px;
}

.hasen {
  margin: 20px auto;
  border:0;
  border-top: 1px dashed #bbb;
  max-width: 1100px;
}

/* 吹き出し */
.balloon {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding:1em;
	min-width:12em;
	max-width:100%;
 	color: #666;
        line-height: 150%;
	font-size: 16px;
	background: #fff;
	border-radius:.5em;
}
.balloon:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fff;
}

/*中央揃えボックス*/
.center_box {
	text-align:center;
	padding: 5px;
}
.center_box p {text-align:left;}

/*flexボックス（横並び）*/
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

/* SNSボタン */

#share ul {
    height:auto;
    margin-left: 5px;
}
 
#share li {
    font-size:16px;
    float:left;
    text-align:center;
    width:84px;
    margin-right:1%;
    margin-bottom:8px;
    border-radius:3px;
    list-style:none;
}
 
#share li.share-twitter {
    background:#55acee;
    box-shadow:0 2px #2795e9;
}
 
#share li.share-twitter:hover {
    background:#83c3f3;
}
 
#share li.share-facebook {
    background:#3b5998;
    box-shadow:0 2px #2d4373;
}
 
#share li.share-facebook:hover {
    background:#4c70ba;
}

#share li.share-line {
    background:#00b900;
    box-shadow:0 2px #008900;
}
 
#share li.share-line:hover {
    background:#2fc22f;
}
 
#share li.share-instagram {
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション*/
    box-shadow:0 2px #c23321;
}
 
#share li.share-google:hover {
    background:#e47365;
}
 
#share li.share-hatena {
    background:#2c6ebd;
    box-shadow:0 2px #225694;
}
 
#share li.share-hatena:hover {
    background:#4888d4;
}
 
#share li.share-pocket {
    background:#f13d53;
    box-shadow:0 2px #e6152f;
}
 
#share li.share-pocket:hover {
    background:#f26f7f;
}
 
#share a {
    display:block;
    height:27px;
    padding-top:6px;
    color:#ffffff;
    text-decoration:none;
}
 
#share a:hover {
    text-decoration:none;
    color:#ffffff;
}

/*メイン画像*/
#mainimage{
	display:none;
}
.mainimage_box {
	padding-top:130px;
	margin:0 0 40px;
}

/*************************************
  アサイド関連カスタムCSS
*************************************/
/*Topicsタイトル装飾*/
.topics_title {
    margin:  0;                 /* デフォルトCSS打ち消し */
    font-size:  20px;           /* 文字サイズ指定 */
    border-bottom: solid 3px;   /* 線指定 */
    padding-bottom:  5px;       /* 余白指定 */
    margin-bottom: 15px;        /* 周りの余白指定 */
    position:  relative;        /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
}
.topics_title:before {
    content:  '';                   /* 空白の要素を作る */
    width: 50px;                    /* 幅指定 */
    height: 3px;                    /* 高さ指定 */
    background-color: #bde5e3;      /* 背景色指定 */
    display:  block;                /* ブロック要素にする */
    position:  absolute;            /* 位置調整 */
    left:  0;                       /* 位置調整 */
    bottom: -3px;                   /* 位置調整 */
}

/*アサイドバナー 共通*/
.bnr_aside img {
  margin-bottom: 8px;
}

.bnr_aside02 img {
  margin-bottom: 8px;
}

/**CSSアコーディオン（レスポンシブ）**/
.acdmenu-area {
	width:98%;
	margin:0 auto;
}
.acdmenu-check{
    display: none;
}
.acdmenu-label{
    background: #eaeaea; /*ラベル背景色*/
    color: #333;
    font-weight:900;
    font-size:1.2rem; /*修正前1rem*/
    display: block;
    margin-bottom: 1px;
    margin-top:7px;
	padding:13px 40px 13px 6px !important; /*修正前右35px*/
    position: relative;
    line-height:180%;
}
.acdmenu-label:after{
    background: #4e4e4e; /*アイコン背景色*/
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    height: 100%;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 0px;
    color:#FFF; /*アイコン色*/
}
.acdmenu-content{
    border-bottom: 1px dashed #ccc;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    color:#666;
    font-size:1.2rem;
    line-height:180%;
}
.acdmenu-check:checked + .acdmenu-label:after{
    content: '\f068';
}
.acdmenu-check:checked + .acdmenu-label + .acdmenu-content{
    height: 100%;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
.acdmenu-badge {
	margin:2px;
	padding:2px;
	font-size:0.8rem;
	background:#666;
	border-radius:3px;
	text-align:center;
	color:#FFF;
}

/***********************************
	2列レスポンシブBOX(比率調整OK)
***********************************/
*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
	width: 50%;
	padding: 10px;
	margin-bottom:10px;
}
.col_2 > .col-10{
	width: 10%;
	padding: 10px;
}
.col_2 > .col-20{
	width: 20%;
	padding: 10px;
}
.col_2 > .col-30{
	width: 30%;
	padding: 10px;
}
.col_2 > .col-40{
	width: 40%;
	padding: 10px;
}
.col_2 > .col-60{
	width: 60%;
	padding: 10px;
}
.col_2 > .col-70{
	width: 70%;
	padding: 10px;
}
.col_2 > .col-80{
	width: 80%;
	padding: 10px;
}
.col_2 > .col-90{
	width: 90%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 100%;
	}
	.col_2 > .col-10{
		width: 100%;
	}
	.col_2 > .col-20{
		width: 100%;
	}
	.col_2 > .col-30{
		width: 100%;
	}
	.col_2 > .col-40{
		width: 100%;
	}
	.col_2 > .col-60{
		width: 100%;
	}
	.col_2 > .col-70{
		width: 100%;
	}
	.col_2 > .col-80{
		width: 100%;
	}
	.col_2 > .col-90{
		width: 100%;
	}
}

.col_2new{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2new > .col-10{
	width: 10%;
	padding: 10px;
}
.col_2new > .col-20{
	width: 20%;
	padding: 10px;
}
.col_2new > .col-30{
	width: 30%;
	padding: 10px;
}
.col_2new > .col-40{
	width: 40%;
	padding: 10px;
}
.col_2new > .col-50{
	width: 50%;
	padding: 10px;
}
.col_2new > .col-60{
	width: 60%;
	padding: 10px;
}
.col_2new > .col-70{
	width: 70%;
	padding: 10px;
}
.col_2new > .col-80{
	width: 80%;
	padding: 10px;
}
.col_2new > .col-90{
	width: 90%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_2new > .col-10{
		width: 100%;
	}
	.col_2new > .col-20{
		width: 100%;
	}
	.col_2new > .col-30{
		width: 100%;
	}
	.col_2new > .col-40{
		width: 100%;
	}
	.col_2new > .col-50{
		width: 100%;
	}
	.col_2new > .col-60{
		width: 100%;
	}
	.col_2new > .col-70{
		width: 100%;
	}
	.col_2new > .col-80{
		width: 100%;
	}
	.col_2new > .col-90{
		width: 100%;
	}
}


/***********************************
	3列レスポンシブBOX(均等)
***********************************/
*, *:before, *:after {
	box-sizing: border-box;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 33.33333%;
	padding: 10px;
	margin-bottom:10px;
}
@media screen and (max-width: 960px) {
	.col_3 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
	}
}

/***********************************
	4列レスポンシブBOX(均等)
***********************************/
*, *:before, *:after {
	box-sizing: border-box;
}
.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
	width: 25%;
	padding: 5px;
	margin-bottom:10px;
}
@media screen and (max-width: 960px) {
	.col_4 > div{
		width: 33.33333%;
	}
}
@media screen and (max-width: 480px) {
	.col_4 > div{
		width: 50%;
	}
}


/***********************************
均等3列枠
***********************************/
.avr3 {
  display: flex;
}

.avr3 li {
  width: calc(100% / 3);
  text-align: center;
  font-size:small;
  padding: 5px;
}

.avr3 ul,.avr3 li {
  margin-top: 5px;
  margin-left:5px;
  margin-bottom: 0;
  list-style: none;
}


/***********************************
フリーページ用2カラムレスポンシブBOX【共通】
***********************************/
/* ラッパー */
.fp_box .sysContent{
	width: 1100px;
	margin: 0 auto;
}

/* タイトル */
.fp_box .Title{ 
	font-size: 15px;
	text-align: center;	
	font-weight: bold;
	padding: 10px 0 30px;
}
/* キャッチ */
.fp_box .catch{
	font-size:20px;
	font-weight:bold;
	padding: 10px 0 20px;
}
.fp_box .clearfix{
	font-size:0;
}
/* ボックス幅・PC */
.fp_box .contBlock{
	display:inline-block;
	width: 50%;
	font-size:14px;
	vertical-align:top;
}
.fp_box .contBlock:after{
	display: block;
	content: "";
	clear: both;
}
.fp_box .contBlock_full{
	display:inline-block;
	width: 1100px;
	font-size:14px;
	vertical-align:top;
}
.fp_box .cont01{padding-right: 20px;}
.fp_box .cont02{padding-left: 20px;}
.fp_box p{
	font-size: 15px;
	line-height: 150%;
	margin: 5px 0;
}
.fp_box .mt{margin-top: 20px;}
.fp_box .smaller{font-size: 12px;}

/*ボタン*/
.fp_box .common_btn{
	margin: 10px auto;
}
.fp_box .common_btn a{
	font-size: 13px;
	padding:10px 0;
}

/***********************************
フリーページ用ボタンデザイン【共通】
***********************************/
.fp_btn{
	width: 250px;
	margin:20px auto 50px;
	position: relative;
}
.fp_btn a{
	display: block;
	padding:15px 0;
	font-size: 16px;
	color: #fff;
	text-align:center;
	border-radius:5px;
	background: #f99695;  /* 背景色 */
}
.fp_btn a:hover{
	background:#fdb8b8;  /* マウスオーバー時背景色 */
}
.fp_btn a i{
	display:inline-block;
	margin-left:10px;
	font-size:20px;
}


/***********************************
　　　フッター【共通】
***********************************/
.f_color {
   margin:auto;
}
/* 機能パーツID f_colorに対してボックスを中央揃えさせる */
/* カラー・シーンで選ぶ */
.f_color .sysContent{
	width: 1100px;
	margin: 0 auto;
}

.ft_inner {
	width:95%;
}

/* フッター カラーで選ぶ */
.color_col4 {
  display: flex;
}
.color_col4 li {
  width: calc(100% / 4);
  min-height:6rem;
  text-align: center;
  font-size:smaller;
  padding:0;
}

.color_col4 ul,.color_col4 li {
  padding-left: 0;
  margin: 0;
  list-style: none;
}


/* フッター シーンで選ぶ */
.scene_col4 {
  display: flex;
}

.scene_col4 li {
  width: calc(100% / 3);
  text-align: center;
  font-size:smaller;
  padding: 0 5px;
  border: solid 2px #fff;/*枠線*/
  border-radius: 10px;/*角の丸み*/
}

.scene_col4 ul,.scene_col4 li {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right:5px;
  list-style: none;
}

/*フッター 価格帯別*/
.f_boxkakaku {
    padding: 0.5em 0.3em;
    margin:0;
    background: #fff;
    border: dashed 2px #ccc;/*点線*/
    border-radius:10px;
    text-align:center;
}
.f_boxkakaku p {
    margin: 0; 
    padding: 0;
    font-size:0.7rem;
}
.f_boxkakaku a {
	color:#666;
	text-decoration:underline;
}
.f_boxkakaku a hover {
	color:#39C;
	text-decoration:none;
}

/*フッターレンタルステップ枠*/
.rental_step {
	max-width:1100px;
	margin:0 auto;
}
/*ステップタイトル*/
.title_step {
	font-size:2rem;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
/*レンタルステップ角丸枠*/
div.step_radius {
 border: 1px solid #bde5e3;
 border-radius: 10px;
 margin-right: 10px;
 background-color:#bde5e3;
 padding: 10px;
 display: inline-block;
 width:97%;
}

.txtbox {
  text-align:left;
}
/*テキストボックス内リンク色*/
.txtbox a {
	color:#f3689c !important;
	text-decoration:underline;
	}
.txtbox a hover {color:#f3689c !important;}

/*フッター｜ショップ情報見出し*/
.f_soir {
    margin:  0;                 /* デフォルトCSS打ち消し */
    position:  relative;        /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
    font-size: large;            /* 文字サイズ指定 */
    text-align:  center;        /* 文字位置指定 */
    padding: 20px 0 15px;       /* 余白指定 */
    border-top: solid 1px;      /* 線指定 */
    border-bottom:  solid 1px;  /* 線指定 */
    margin: 30px auto 0;        /* 周りの余白指定 */
}


/***********************************
	ショップ紹介
***********************************/
/* Googleマップレスポンシブ埋め込み */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/**********************************
 商品詳細ページ内お問い合わせ番号
***********************************/
.ask_no {
  font-size:18px;
  background-color:#e4e4e4;
  padding:3px;
  margin: 10px auto;
  display:inline-block;
  font-weight:bold;
}


/**********************************
 商品詳細ページ内画像挿入（リンク不可）
***********************************/
/*背景画像として常設バナーを設置*/
.top_cm {
  width: 100%;
  padding-top:5.2%; /*高さ指定*/
  background:url(https://www.soir-rentaldress.jp/img/common/obi_rental.png);
  background-size: cover;
  position: relative;
  top: 0;
  left: 0;
}

/**********************************
 商品詳細ページ内 追加スペック用プログレスバー
***********************************/
.stepBar {
  display: flex;
  max-width: 500px;
  position: relative;
  margin: 20px auto;
  text-align: center;
}

.stepBar_box {
  text-align:center;
  padding-left:30px;/**●数分余白を入れて中央揃えする**/
}
.stepBar_title {
  font-size:12px;
  color:#666;
  font-weight:bold;
  position: relative;
  display: inline-block;
  padding: 0 2.5em;
}
.stepBar_title:before, .stepBar_title:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15%;
  height: 1px;
  background-color: #ccc;
}
.stepBar_title:before {left:0;}
.stepBar_title:after {right: 0;}

.stepBar li {
  font-size: 10px;
  color:#666;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.stepBar li:after {
  background: #D0E1F9;/**未チェックバー色**/
  content: "";
  width: calc(100% - 20px);/**バー長さ-●部**/
  height: 4px;
  position: absolute;
  left: calc(-50% + 10px);/**バーのはみ出し調整**/
  top: 10px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
  background: #D0E1F9;/**未チェック●色**/
  color: #ffffff;
  display: inline-block;
  height: 20px;/**●部サイズ**/
  margin-bottom: 5px;
  line-height: 20px;/**●部サイズ**/
  width: 20px;/**●部サイズ**/
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stepBar .visited:after {
  background: #D0E1F9;/**チェック後バー色**/
}
.stepBar .visited span {
  background: #4D648D;/**チェック後●色**/
}


/**********************************
 商品詳細ページ内 商品特性表記
***********************************/
.stepBar {
  display: flex;
  max-width: 500px;
  position: relative;
  margin: 20px auto;
  text-align: center;
}

.stepBar_box {
  text-align:center;
  padding-left:0px;/**●数分余白を入れて中央揃えする**/
}
.stepBar_title {
  font-size:12px;
  color:#666;
  font-weight:bold;
  position: relative;
  display: inline-block;
  padding: 0 2.5em;
}
.stepBar_title:before, .stepBar_title:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15%;
  height: 1px;
  background-color: #ccc;
}
.stepBar_title:before {left:0;}
.stepBar_title:after {right: 0;}

.stepBar li {
  font-size: 10px;
  color:#666;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.stepBar li:after {
  background: #D0E1F9;/**未チェックバー色**/
  content: "";
  width: calc(100% - 20px);/**バー長さ-●部**/
  height: 4px;
  position: absolute;
  left: calc(-50% + 10px);/**バーのはみ出し調整**/
  top: 10px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
  background: #D0E1F9;/**未チェック●色**/
  color: #ffffff;
  display: inline-block;
  height: 20px;/**●部サイズ**/
  margin-bottom: 5px;
  line-height: 20px;/**●部サイズ**/
  width: 20px;/**●部サイズ**/
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stepBar .visited:after {
  background: #D0E1F9;/**チェック後バー色**/
}
.stepBar .visited span {
  background: #4D648D;/**チェック後●色**/
}

/***********************************
 商品詳細ページ　旧在庫リスト
***********************************/
#storage_list {
  padding:10px;
  background-color:#73bebe;
  border-radius:5px;
  margin-top:20px;
  margin-bottom:20px;
  width:98%;
}

#storage_list hr{
  margin:10px auto;
  border:0;
  border-top: 1px dashed #fff;
  width:98%;
}

#m-storage_list {
  padding:10px;
  background-color:#ffffff;
  border:3px solid #ff6060;
  border-radius:5px;
  margin-top:20px;
  margin-bottom:20px;
  width:98%;
}

#m-storage_list hr{
  margin:10px auto;
  border:0;
  border-top: 1px dashed #ff6060;
  width:98%;
}

.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl03 {
	position: relative;
	border-radius: 2px;
	border: 2px solid #518383;
	background: #ffffff;
}
.cp_ipselect.cp_sl03::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #518383;
	pointer-events: none;
}
.cp_ipselect.cp_sl03 select {
	padding: 8px 38px 8px 8px;
	color: #518383;
}


/***********************************
 商品詳細ページ　新同デザイン在庫リスト
***********************************/
#storage_list2 {
  padding:10px;
  background-color: #ffe4e1;
  border: 5px dotted;
  border-color: #ffb6c1;
  margin-top:20px;
  margin-bottom:20px;
  width:98%;
  font-size:18px;
}

#storage_list2 hr{
  margin:10px auto;
  border:0;
  border-top: 1px solid #ffb6c1;
  width:98%;
}

#m-storage_list2 {
  padding:10px;
  background-color:#ffffff;
  border:3px solid #ff6060;
  border-radius:5px;
  margin-top:20px;
  margin-bottom:20px;
  width:98%;
}

#m-storage_list2 hr{
  margin:10px auto;
  border:0;
  border-top: 1px dashed #ff6060;
  width:98%;
}

.cp_ipselect2 {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect2 select {
	width: 100%;
        height: 200%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
        font-size: 110%;
}
.cp_ipselect2 select::-ms-expand {
    display: none;
}
.cp_ipselect2.cp_sl03 {
	position: relative;
	border-radius: 2px;
	border: 2px solid #518383;
	background: #ffffff;
}
.cp_ipselect2.cp_sl03::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #518383;
	pointer-events: none;
}
.cp_ipselect2.cp_sl03 select {
	padding: 8px 38px 8px 8px;
	color: #518383;
}

/***********************************
 商品詳細ページ　新サイズ一覧リスト
***********************************/

#storage_list3 {
  padding:10px;
  background-color: #73bebe;
  border-radius:5px;
  margin-top:20px;
  margin-bottom:20px;
  width:98%;
  font-size:18px;
}

#storage_list3 hr{
  margin:10px auto;
  border:0;
  border-top: 1px dashed #fff;
  width:98%;
}

#m-storage_list3 {
  padding:10px;
  background-color:#ffffff;
  border:3px solid #ff6060;
  border-radius:5px;
  margin-top:20px;
  margin-bottom:20px;
  width:98%;
}

#m-storage_list3 hr{
  margin:10px auto;
  border:0;
  border-top: 1px dashed #ff6060;
  width:98%;
}

.cp_ipselect3 {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect3 select {
	width: 100%;
        height: 200%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
        font-size: 110%;
}
.cp_ipselect3 select::-ms-expand {
    display: none;
}
.cp_ipselect3.cp_sl03 {
	position: relative;
	border-radius: 2px;
	border: 2px solid #518383;
	background: #ffffff;
}
.cp_ipselect3.cp_sl03::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #518383;
	pointer-events: none;
}
.cp_ipselect3.cp_sl03 select {
	padding: 8px 38px 8px 8px;
	color: #518383;
}


/**********************************
 お知らせ
***********************************/
.sysNewsDetail p {
  padding: 10px;
}


/**********************************
 ショップ紹介（ドロワー）
***********************************/
/* ドロワー */
.drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 90px;
    right: 0;
    width: 300px;
    height: 100%;
    padding: 100px 0;
    background: #222;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
}

.drawer-menu li {
    text-align: center;
}

.drawer-menu li a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .8s;
    transition: all .8s;
}

.drawer-menu li a:hover {
    color: #1a1e24;
    background: #fff;
}

/* チェックボックスを非表示 */
.check {
    display: none;
}

/* メニューボタン(label) */
.menu-btn {
    position: fixed;
    display: block;
    top: 130px;
    right: 20px;
    width: 40px;
    height: 40px;
	font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 1px;
    background: #ccc;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.bar.middle {
    top: 15px;
    opacity: 1;
}

.bar.bottom {
    top: 30px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.menu-btn__text {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    color: #999;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
}

.menu-btn:hover .bar {
    background: #999;
}

.menu-btn:hover .menu-btn__text {
    color: #999;
}

/* コンテンツの閉じる。普段は非表示(label)*/
.close-menu {
    position: fixed;
    top: 0;
    right: 300px;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
}

/* チェックボックスオンの時 */
.check:checked ~ .drawer-menu {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2;
}

.check:checked ~ .contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}

.check:checked ~ .menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
    width: 56px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
    width: 56px;
    top: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* チェックボックスオンの時 */
.check:checked ~ .close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(0,0,0,.5);
    visibility: visible;
    opacity: 1;
    z-index: 3;
}


/********************
 クーポン一覧表示オフ
*********************/
#sysMypageReview .sysCoupon{
display: none;
}


/******************************
 注文を確定するボタンサイズ調整
*******************************/
input[type="button"]{
    -webkit-appearance: none;
}


/********************
 レビュー装飾
*********************/
#sysItemReviewIndex #sysMain select[name="sort"] {
    width: 45%;
    height: 50px;
    margin-right: 2%;
    border: 1px solid #bbb; /*遷移ページ選択肢囲み色*/
    margin-left: 2%;
}

#sysItemReviewIndex .sysReviewHistoryList {
    padding: 0 4%;
    font-size: 1.6rem;
}

#sysItemReviewIndex .sysReviewHistoryList li {
    border: 1px solid #bbb;
    margin-top: 5%;
    padding: 3%;
}

#sysItemReviewIndex .sysReviewHistoryList .sysEvaluation {
    color: #f3a8c4;
}

#sysItemReviewIndex #sysMain input[name="front_site_item_review_index"] {
    width: 45%;
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
    background-color: #64c8c8; /*遷移後ボタン色*/
    padding: 0!important;
}

#sysItemReviewIndex .sysReviewImproperForm {
    width: 180px;
    line-height: 30px;
    margin: 30px 0 0 auto;
    font-size: 1.2rem;
}

#sysItemReviewIndex #sysMain > h2, #sysItemReviewConfirm #sysMain > h2 {
    margin: 0 4% 23px;
    line-height: 1.3;
    font-size: 2.5rem;
    font-weight: normal;
    text-align: center;
}

#sysItemReviewIndex #sysMain > h2 + div > img, #sysItemReviewConfirm #sysMain > h2 + div > img {
    width: 500px;
    margin: auto;
    padding: 0;
    vertical-align: bottom;
    display: block;
}

.js-plusArrowBtn {
    background-color: #f6b79e;
    position: relative;
    transition: .2s;
}

#sysItemReviewIndex #sysMain > h3, #sysItemReviewConfirm #sysMain > h3 {
    padding: 45px 4% 0;
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
}

#sysItemReviewIndex #sysMain h2 + div + form, #sysItemReviewIndex #sysMain h2 + div + div + form {
    width: 70px;
    height: 30px;
    line-height: 30px;
    margin: 10px 4% 0 auto;
    font-size: 1.2rem;
}

.sysReview input[type="submit"]{
    background: #64c8c8; /*レビューを見る ボタン色*/
    border-radius:5px;
    width:45%;
    color:#fff;
    border:none;
}

.sysReviewHistoryList .sysNickname{
  font-weight:bold; /*ニックネーム*/
}

.sysReviewHistoryList .sysEvaluation span{
  color:#ffd200; /*★の色*/
}

.sysReviewHistoryList .sysReviewText{
  color:#669999; /*レビューコメントの色*/
}

.sysFuncItemReview .sysReviewItemName a{
  color:#669999; /*全体用：商品名の色*/
}

.sysFuncItemReview .sysNickname{
  font-weight:bold; /*全体用：ニックネーム*/
}

.sysFuncItemReview .sysEvaluation{
  color:#ffd200; /*全体用：★の色*/
}

.sysFuncItemReview .sysReviewText{ /*全体用：コメント*/
  position: relative;
  padding: 20px;
  background-color: #c7e6e6;
  border-radius: 10px;
  margin-left:110px;
  margin-bottom:5px;
}
.sysFuncItemReview .sysReviewText::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #c7e6e6;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.sysReviewImproperForm .sysButton{
  background:#bababa; /*全体用：不適切レビュー色*/
  font-size:0.8rem;
  display:none;
}

.sysReviewImproperForm .sysButton:hover{
  background:#dfdfdf; /*全体用：ボタン色ホバー時*/
}

.sysReviewList .sysReviewDatetime{ /*全体用：日付*/
  margin-bottom:20px;
}

#sysItemDetail .sysCartButton {
  background-color:#da4636 !important;
}


/****注文確認ボタン文字サイズ変更
変更前は1.5rem****/

.sysCart #sysMain
.sysNextSubmitArea .sysNextSubmit {
  font-size:2rem;
}

/****注文確認ボタン文字サイズ変更
変更前は指定なし****/
.opcCommonButton {
  font-size:1.7rem;
}


/****検索ページ内ラジオボタンカスタム****/
.itemCategoryGroup0 ul {
  margin-top:0px;
}
.itemCategoryGroup0 li {
  display:inline;
}
.itemCategoryGroup0 input {
  display:none;
}
.itemCategoryGroup0 label {
  background-color:#f8f8ff;
  padding:7px 3px;
  border-radius:5px;
  line-height:380%;
}
.itemCategoryGroup0 input:checked + label {
  background-color:#b0c4de;
}
.itemCategoryGroup0 {
  margin-bottom:0px;
}
.itemCategoryGroupTitle0 {
  font-weight:bold;
  font-size:16px;
  color:#666;
}
.itemCategoryGroup1 ul {
  margin-top:0px;
}
.itemCategoryGroup1 li {
  display:inline;
}
.itemCategoryGroup1 input {
  display:none;
}
.itemCategoryGroup1 label {
  background-color:#f8f8ff;
  padding:7px 3px;
  border-radius:5px;
  line-height:380%;
}
.itemCategoryGroup1 input:checked + label {
  background-color:#b0c4de;
}
.itemCategoryGroup1 {
  margin-bottom:0px;
}
.itemCategoryGroupTitle1 {
  font-weight:bold;
  font-size:16px;
  color:#666;
}
.itemCategoryGroup2 ul {
  margin-top:0px;
}
.itemCategoryGroup2 li {
  display:inline;
}
.itemCategoryGroup2 input {
  display:none;
}
.itemCategoryGroup2 label {
  background-color:#f8f8ff;
  padding:7px 3px;
  border-radius:5px;
  line-height:380%;
}
.itemCategoryGroup2 input:checked + label {
  background-color:#b0c4de;
}
.itemCategoryGroup2 {
  margin-bottom:0px;
}
.itemCategoryGroupTitle2 {
  font-weight:bold;
  font-size:16px;
  color:#666;
}
.itemCategoryGroup3 ul {
  margin-top:0px;
}
.itemCategoryGroup3 li {
  display:inline;
}
.itemCategoryGroup3 input {
  display:none;
}
.itemCategoryGroup3 label {
  background-color:#f8f8ff;
  padding:7px 3px;
  border-radius:5px;
  line-height:380%;
}
.itemCategoryGroup3 input:checked + label {
  background-color:#b0c4de;
}
.itemCategoryGroup3 {
  margin-bottom:0px;
}
.itemCategoryGroupTitle3 {
  font-weight:bold;
  font-size:16px;
  color:#666;
}
.itemCategoryGroup4 ul {
  margin-top:0px;
}
.itemCategoryGroup4 li {
  display:inline;
}
.itemCategoryGroup4 input {
  display:none;
}
.itemCategoryGroup4 label {
  background-color:#f8f8ff;
  padding:7px 3px;
  border-radius:5px;
  line-height:380%;
}
.itemCategoryGroup4 input:checked + label {
  background-color:#b0c4de;
}
.itemCategoryGroup4 {
  margin-bottom:0px;
}
.itemCategoryGroupTitle4 {
  font-weight:bold;
  font-size:16px;
  color:#666;
}
.itemCategoryGroup5 ul {
  margin-top:0px;
}
.itemCategoryGroup5 li {
  display:inline;
}
.itemCategoryGroup5 input {
  display:none;
}
.itemCategoryGroup5 label {
  background-color:#f8f8ff;
  padding:7px 3px;
  border-radius:5px;
  line-height:380%;
}
.itemCategoryGroup5 input:checked + label {
  background-color:#b0c4de;
}
.itemCategoryGroup5 {
  margin-bottom:0px;
}
.itemCategoryGroupTitle5 {
  font-weight:bold;
  font-size:16px;
  color:#666;
}


/** カートの注文確認ページにて、商品オプション説明文を非表示(20201013 aishipRより) **/
.sysOpcBody .opcItem_itemOptionDescription_edit{
display:none;
}

/** サイズ展開表 **/
#sysSizeDetail .sizepage_cap{
	margin-bottom:30px;
	font-size:12px;
}
#sysSizeDetail .sizepage_cap .i_ttl{
	margin-bottom:20px;
	font-size:120%;
	font-weight:bold;
}
#sysSizeDetail .sizepage_detail h3{
	font-size:18px;
	font-weight:normal;
}
#sysSizeDetail .sizepage_detail table{
	width:100%;
	margin-bottom:10px;
	border-top: 1px solid #ccc;
}
#sysSizeDetail .sizepage_detail table tr {
    border-bottom: 1px solid #ccc;
}
#sysSizeDetail .sizepage_detail table th,
#sysSizeDetail .sizepage_detail table td {
    padding:10px;
	font-size:12px;
	line-height:1.6;
    text-align: center;
}
#sysSizeDetail .sizepage_detail table th{
	width:30%;
    border-right: 1px solid #ccc;
}
#sysSizeDetail .sizepage_detail table td{
	width:70%;
	text-align:left;
    background: #fff;
}
#sysSizeDetail .sizepage_detail_ttl{
	position:relative;
	margin-top:40px;
	padding:5px 0;
	font-weight:bold;
	font-size:18px;
}
#sysSizeDetail .sizepage_detail_ttl:after{
	content: "　";
	display:block;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-30px;
	width:60px;
	height:2px;
	background-color:#000;
}

#sysSizeDetail .sysMainImage img{
	border:1px solid #ccc;
}

/** サイズ展開表用ボタン **/

.btn--size,
a.btn--size {
  color: #fff;
  background-color: #ffa07a;
　font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn--size:hover,
a.btn--size:hover {
  color: #fff;
  background: #ffa07a;
}

/*-------------------------------カレンダー次月透過防止↓*/
.sysNextCalendar{
    z-index: 0;
}
 .sysPrevCalendar{
    z-index: 0;
}
/*-------------------------------カレンダー次月透過防止↑*/

.sysMypage .sysMypageNav form:nth-of-type(3), .sysMypage .sysMypageNav form:nth-of-type(4), .sysMypage .sysMypageNav form:nth-of-type(5), .sysMypage .sysMypageNav form:nth-of-type(6), .sysMypage .sysMypageNav form:nth-of-type(7), .sysMypage .sysMypageNav form:nth-of-type(8), .sysMypage .sysMypageNav form:nth-of-type(9){
display:none;
}



/* サイトリニューアル後（20241213追加）
*******************************************/

/* 共通パーツ（20241213追加）
*******************************************/
:root {
    --text-color: #4d4d4d;
    --fontsize: 1.4rem;
    --bg-color: #f4f4f4;
    --btn-color: #4d4d4d;
    --hover: #efe57c;
    --mark: #E56C5F;
    --beige: #f3ece4;
}
body {
    color: var(--text-color);
    font-size: var(--fontsize);
}
.new_flex {
    display: flex;
    display: -webkit-flex;
}
h1.sysHeadline, h2.sysHeadline {
    width: 100%;
    font-size: 3.6rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    color: var(--text-color);
    margin: 0 auto 30px !important;
}
h1.sysHeadline span, h2.sysHeadline span {
    font-size: 1.6rem;
    color: #9ca5af;
    display: block;
    font-family: "Cormorant Infant", serif;
    font-weight: 300;
    font-style: normal;
    background: none;
    z-index: inherit;
}
h1.sysHeadline:before, h2.sysHeadline:before {
    content: none;
}
h3.sysHeadline {
    font-size: 2rem;
    font-family: "Cormorant Infant", serif;
    font-weight: 600;
    font-style: normal;
    color: var(--text-color);
    width: auto;
    margin: 0 !important;
}
h3.sysHeadline span {
    font-size: 1.6rem;
    color: #9CA5AF;
    margin: 0 0 0 10px;
    padding: 0;
    background: inherit;
    z-index: inherit;
}
h3.sysHeadline:before {
    content: none;
}
h4.sysHeadline {
    width: inherit;
    margin: 0 auto 10px !important;
    position: inherit;
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: inherit;
}
h4.sysHeadline:before {
    content: none;
}
.common_new_btn {
    display: block;
    padding: 10px;
    text-align: center;
    font-size: var(--fontsize);
    border: 1px solid #707070;
    position: relative;
    transition: background-color 0.5s ease-in-out;
}
.common_new_btn:hover {
    background-color: var(--hover);
    transition: background-color 0.5s ease-in-out;
}
@media screen and (max-width: 600px) {
    .common_new_btn {
        font-size: 1.2rem;
    }
}

/* 共通パーツ（20250328大谷追記）*/
.common_new_btn2 {
    display: block;
    padding: 10px;
    width: 105%;
    text-align: left;
    font-size: var(--fontsize);
    border: 1px solid #707070;
    position: relative;
    transition: background-color 0.5s ease-in-out;
}
.common_new_btn2:hover {
    background-color: var(--hover);
    transition: background-color 0.5s ease-in-out;
}
@media screen and (max-width: 600px) {
    .common_new_btn2 {
        font-size: 1.0rem;
    }
}

.new_arrow {
    position: absolute;
    right: 10px;
    top: calc(50% + 5px);
    display: inline-block;
    width: 25px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
}
.new_arrow::before {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 20px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
    transform: rotate(45deg);
    transform-origin: calc(100% - 0.5px) 50%;
}
.new_arrow_back {
    position: absolute;
    left: 10px;
    top: calc(50% + 5px);
    display: inline-block;
    width: 25px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
}
.new_arrow_back::before {
    content: "";
    position: absolute;
    top: calc(50% - -6px);
    right: 0;
    width: 20px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
    transform: rotate(315deg);
    transform-origin: calc(100% - 30px) 50%;
}

/* 矢印（20250325大谷追記） */

.new_arrow2 {
    position: absolute;
    right: 5px;
    top: calc(50% + 5px);
    display: inline-block;
    width: 15px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
}
.new_arrow2::before {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 10px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
    transform: rotate(45deg);
    transform-origin: calc(100% - 0.5px) 50%;
}
.new_arrow2_back {
    position: absolute;
    left: 10px;
    top: calc(50% + 5px);
    display: inline-block;
    width: 15px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
}
.new_arrow2_back::before {
    content: "";
    position: absolute;
    top: calc(50% - -6px);
    right: 0;
    width: 10px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
    transform: rotate(315deg);
    transform-origin: calc(100% - 30px) 50%;
}

#top_new #sysWrap {
    max-width: inherit;
}
.select_new_wrap {
    position: relative;
    margin-bottom: 1rem;
}
.select_new_wrap:after {
    content: '';
    border-right: solid 1px #000;
    border-top: solid 1px #000;
    display: block;
    position: absolute;
    right: 10px;
    top: 30%;
    transform: rotate(135deg);
    transition: transform .3sease-in-out, top .3sease-in-out;
    height: 10px;
    width: 10px;
}
select {
    height: 40px !important;
    cursor: pointer;
    outline: none;
    appearance: none;
    color: var(--text-color);
    border: 1px solid var(--text-color);
    padding: 5px;
    background-color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    line-height: 1;
    font-size: 1.6rem;
    padding-right: 3rem;
    border-radius: 0 !important;
    width: 100%;
}
.mark {
    color: var(--mark);
}
.input_new_wrap {
    position: relative;
    border: 1px solid #707070;
    margin: 0 auto 20px;
    text-align: center;
}
.input_new_wrap:before {
    content: "";
    position: absolute;
    top: calc(60% - 0.5px);
    right: 10px;
    width: 20px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
    transform: rotate(45deg);
    transform-origin: calc(100% - 0.5px) 50%;
}
.input_new_wrap:after {
    content: "";
    position: absolute;
    right: 10px;
    top: calc(50% + 5px);
    display: inline-block;
    width: 25px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
}
.input_new_wrap_bk {
    position: relative;
    border: 1px solid #707070;
    margin: 0 auto 20px;
    text-align: center;
}
.input_new_wrap_bk:before {
    content: "";
    position: absolute;
    top: calc(60% - 0.5px);
    right: 10px;
    width: 20px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
    transform: rotate(45deg);
    transform-origin: calc(100% - 0.5px) 50%;
}
.input_new_wrap_bk:after {
    content: "";
    position: absolute;
    right: 10px;
    top: calc(50% + 5px);
    display: inline-block;
    width: 25px;
    height: 1px;
    border-radius: 9999px;
    background-color: #000000;
}

/* ヘッダー（20241213追加）
*******************************************/
.header_new_allwrap {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    height: 80px;
}
.menu_new_wrap, .menu_new_wrap_inner {
    align-items: center;
}
.menu_new_wrap {
    max-width: 1200px;
    margin: 10px auto;
}
@media screen and (min-width: 1101px) and  (max-width: 1310px) {
    .menu_new_wrap {
        max-width: 1000px;
    }
}
@media screen and (min-width: 1501px)  {
    .menu_new_wrap {
        max-width: 1500px;
    }
}
@media screen and (min-width: 2301px) {
    .menu_new_wrap {
        max-width: 1600px;
    }
}
body[data-member-login="true"] .menu_new_wrap {
    margin: 0 auto;
}

/* ロゴ */
.new_header_logoh1, .new_header_logoh2 {
    width: 45vw;
    max-width: 400px;
}
.new_header_logoh1 .sysContent, .new_header_logoh2 .sysContent {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-direction: row-reverse;
}
.new_header_logoh1 .new_logo img, .new_header_logoh2 .new_logo img {
    max-width: 200px;
    width: 100%;
}
.new_header_logoh1 h1.new_blandname, .new_header_logoh2 h2.new_blandname {
    font-weight: normal;
    font-size: var(--fontsize);
    color: var(--text-color);
}

/* サブメニュー */
.menu_new_wrap_inner {
    width: 55vw;
    justify-content: flex-end;
    margin-left: auto;
}
.header_new_submenu ul {
    display: flex;
    display: -webkit-flex;
    width: 23vw;
    justify-content: flex-end;
    align-items: center;
}
.header_new_submenu ul li {
    margin-right: 1vw;
}
.header_new_submenu ul li a {
    color: var(--text-color);
}
.header_new_submenu ul li:nth-child(1) a:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/img/common/icon_new_guide.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.header_new_submenu ul li:nth-child(2) a:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(/img/common/icon_new_search.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.header_new_submenu ul li:nth-child(3) a:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/img/common/icon_new_favorite.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
@media screen and (min-width: 1501px) and (max-width: 1600px) {
    .menu_new_wrap_inner {
        margin-right: 5vw;
    }
}

/* 会員ログイン */
body[data-member-login="true"] .header_new_login .sysContent {
    display: block;
    background-color: #E5DACB;
    font-size: 1.3rem;
    padding: 10px !important;
    text-align: center;
    line-height: 1.6;
    height: 70px;
    margin-right: 1vw !important;
}
body[data-member-login="true"] .header_new_login .sysContent div:nth-child(2), body[data-member-login="true"] .header_new_login .sysContent div:nth-child(3), body[data-member-login="true"] .header_new_login .sysContent div:nth-child(4) {
    display: none;
}
.header_new_login .sysContent {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
}
.header_new_login .sysContent form {
    margin-right: 1vw;
}
.header_new_login ul {
    margin-top: 4px;
    margin-right: 1.5vw;
}
.header_new_login input[type=submit].sysLoginButton {
    padding: 0 !important;
    margin: 0;
    line-height: inherit;
    color: var(--text-color);
    background: none;
    width: inherit;
    max-width: inherit;
    font-size: var(--fontsize);
    background-image: url(/img/common/icon_new_login.png);
    padding-left: 40px !important;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center left;
    height: 40px;
}
.header_new_login .sysContent ul li a {
    color: var(--text-color);
}
.header_new_login .sysContent ul li a:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/img/common/icon_new_regist.png);
    background-position: center;
    background-size: 40px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
}
.header_new_login p, .header_new_login form .sysFormItem, .header_new_login ul li:nth-child(2) {
    display: none;
}

/* ショッピングカート */
.header_new_cart .sysContent {
    position: relative;
}
.header_new_cart .sysCartInfoItemCount {
    position: absolute;
    top: -10px;
    left: -10px;
}
.header_new_cart .sysCartInfoItemCount dt {
    display: none;
}
.header_new_cart .sysCartInfoItemCount dd {
    font-size: 0;
}
.header_new_cart .sysCartInfoItemCount dd span {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background-color: #F44336;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}
.header_new_cart .sysCartInfoCartIn a {
    color: var(--text-color);
}
.header_new_cart .sysCartInfoCartIn a:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/img/common/icon_new_cart.png);
    background-position: center;
    background-size: 35px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}

/* ハンバーガーメニュー */
.header_new_hamburgermenu {
    display: none;  /* 2025.03.13 追加*/
}

/* ハンバーガーメニュー内タグ検索 */
.header_new_keywordsearch {
    padding: 15px 15px 0 15px;
    display: none;  /* 2025.03.13 追加*/
}
.header_new_keywordsearch h4.sysHeadline span {
    font-weight: normal;
    font-size: 1.4rem;
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
    padding-top: 5px;
}
.header_new_keywordsearch ul {
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    flex-wrap: wrap;
}
.header_new_keywordsearch ul li {
    display: inline-block;
    width: inherit !important;
    margin: 1%;
    float: none;
    text-align: center;
}
.header_new_keywordsearch ul li a {
    padding: 8px !important;
    border: 1px solid #707070;
    color: var(--text-color);
}
.header_new_keywordsearch ul li a:hover {
    background-color: var(--hover) !important;
}

/*ハンバーガーボタン*/
.el_humburger {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 13px;
    z-index: 20;
    cursor: pointer;
    pointer-events: auto;
    color: #000;
    text-align: center;
}

@media screen and (max-width: 840px) {
    .el_humburger {
        display: block;
        right: 0;
        top: 0;
        /*padding-top: 20px;*/
        width: 70px;
        height: 70px;
    }
        #factory .el_humburger {
        display: none;
    }
}

.el_humburger_wrapper {
    padding-bottom: 10px;
    margin-bottom: 5px;
    width: 42px;
    display: inline-block;
}

@media screen and (max-width: 840px) {
    .el_humburger_wrapper {
        margin-bottom: 5px;
        /*width: 30px; */
    }
}
.js_humburgerOpen .el_humburger {
    background: inherit;
}
.el_humburger_text {
    font-size: 12px;
    letter-spacing: 0.1em;
    font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
    display: none;
}
.el_humburger_text.el_humburger_text__close {
    display: none;
}
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
    display: block;
}

@media screen and (max-width: 840px) {
    .el_humburger_text {
        font-size: 10px;
        padding-top: 2px;
    }
}

@media screen and (max-width: 840px) {
    .el_humburger_text svg path {
        -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
        -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
        transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
        fill: #000;
    }
}

@media screen and (max-width: 840px) {
    .js_humburgerOpen .el_humburger_text svg path {
        fill: #000;
    }
}

.el_humburger span.el_humburger_bar {
    display: block;
    width: 100%;
    margin: 0 auto 9px;
    height: 1px;
    background: #000;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 30px;
}

.el_humburger span.el_humburger_bar:last-child {
    margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
    opacity: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-11px) rotate(45deg);
    -ms-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
    top: 2%;
    right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 4px;
    background: #000;
}

.el_humburgerButton__close span.el_humburger_bar.top {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

.hambur_new_wrap {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #ffff;
    width: 400px;
    z-index: 2;
    padding-top: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    transform:translateZ(0) translateX(100%);
    overflow: auto;
    padding: 50px 0;
}
.hambur_new_wrap > div {
    margin-bottom: 10px;
}
.js_humburgerOpen .hambur_new_wrap {
    transform:translateZ(0) translateX(0);
    z-index: 12;
}
@media screen and (max-width: 840px) {
    .hambur_new_wrap {
        padding: 100px 5% 0;
    }
    .js_humburgerOpen .hambur_new_wrap {
        width: 100%;
    }
}

.navi_inner > .navi_item {
    position: relative;
    font-size: 1.6rem;
    white-space: nowrap;
    border-bottom: 1px solid #ddd1Be;
}
.navi_inner > .navi_item:last-child {
    border-bottom: 1px solid #c1c1c1;
}
.navi_item {
    position: relative;
    font-size: 1.6rem;
    white-space: nowrap;
    border-bottom: 1px solid #ddd1Be;
}
.navi_item:last-child {
    border-bottom: 0;
}
.navi_item.op_innerLink {
    cursor: pointer;
}
@media screen and (max-width: 840px) {
    .navi_item {
        margin-left: 0;
        font-size: 18px;
    }
}
.navi_inner_wrap.navi_item a {
    padding: 15px;
    display: block;
    position: relative;
    font-weight: bold;
}
.nav_child .navi_inner_wrap.navi_item a:before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 6px;
    left: 6px;
}
.nav_child .navi_inner_wrap.navi_item a {
    text-indent: 3.6em;
    font-weight: normal;
    font-size: 1.4rem;
}
.nav_child .navi_inner_wrap.navi_item.colorformal > a:before {
    background-image: url(/img/common/icon_colorformal.png);
}
.nav_child .navi_inner_wrap.navi_item.zakka > a:before {
    background-image: url(/img/common/icon_zakka.png);
}
.nav_child .navi_inner_wrap.navi_item.blackformal > a:before {
    background-image: url(/img/common/icon_blackformal.png);
}
.nav_child .navi_inner_wrap.navi_item.blackzakka > a:before {
    background-image: url(/img/common/icon_blackzakka.png);
}
.nav_child .navi_inner_wrap.navi_item.mens > a:before {
    background-image: url(/img/common/icon_mens.png);
}
.nav_child .navi_inner_wrap.navi_item.size > a:before {
    background-image: url(/img/common/icon_size.png);
}
.nav_child .navi_inner_wrap.navi_item.price > a:before {
    background-image: url(/img/common/icon_price.png);
}
.nav_child .navi_inner_wrap.navi_item.scene > a:before {
    background-image: url(/img/common/icon_scene.png);
}
.navi_inner > .new_mypage {
    margin-top: 20px;
}
.navi_inner > .new_mypage ul li {
    margin-bottom: 10px;
}
.navi_inner > .new_mypage ul li a {
    max-width: 90%;
    margin: auto;
}
.navi_inner > .new_mypage ul li a:after {
    content: '';
}
.el_spChildNavOpen {
    position: absolute;
    top: 7px;
    right: 15px;
    z-index: 20;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    padding: 10px;
}
.navi_inner > .new_mypage ul li.mypage {
    display: none;
}
[data-member-login="true"] .navi_inner > .new_mypage ul li.mypage {
    display: block;
}
[data-member-login="true"] .navi_inner > .new_mypage ul li.login, [data-member-login="true"] .navi_inner > .new_mypage ul li.regist {
    display: none;
}

.js_openParent.js_fire > .el_spChildNavOpen {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.js_openParent.js_fire > .el_spChildNavOpen > .el_spChildNavOpen_wrapper:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
}

.el_spChildNavOpen_wrapper {
    position: relative;
    width: 15px;
    height: 15px;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; 
}
.el_spChildNavOpen_wrapper:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #111;
    position: absolute;
    top: calc(50% - 1px);
}
.el_spChildNavOpen_wrapper:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #111;
    position: absolute;
    left: calc(50% - 1px);
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.nav_child{
    background-color: #f8f8f8;
    border-top: 1px solid #ddd1be;
}
.js_openSwitch {
    cursor: pointer;
}
.js_openTarget {
    display: none;
}

/* ハンバーガーメニュー内商品検索 */
.header_new_itemsearch .sysItemSearchAndOr, .header_new_itemsearch .sysItemSearchFormRange, .header_new_itemsearch .sysItemSearchFormCategory, .header_new_itemsearch .sysItemSearchFormSort, .header_new_itemsearch .sysItemSearchFormLimit, .header_new_itemsearch .sysItemSearchFormViewType {
    display: none;
}
.header_new_itemsearch {
    padding: 0 15px 0 15px;
    display: none; /* 2025.03.13 追加*/
}
.header_new_itemsearch form {
    display: flex;
    display: -webkit-flex;
}
.header_new_itemsearch .sysItemSearchFormWord {
    width: 70%;
}
.header_new_itemsearch .sysItemSearchFormWord input {
    padding: 5px !important;
}
.header_new_itemsearch input.sysSearchButton {
    padding: 0 !important;
    line-height: inherit;
    margin-top: 0;
    width: 30%;
    background-image: url(/img/common/text_search.png);
    background-color: var(--btn-color);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    border: 0;
    border-radius: 0;
}

/* メインメニュー */
.header_new_mainmenu .sysContent {
    background-color: var(--bg-color);
    margin-top: 20px;
}
.header_new_mainmenu ul {
    max-width: 1200px;
    margin: auto;
    align-items: center;
}
.header_new_mainmenu ul li {
    width: 33.33333%;
    text-align: center;
    position: relative;
}
.header_new_mainmenu ul li a {
    font-size: 1.5rem;
    padding: 15px;
    display: block;
}
.header_new_mainmenu ul li a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 25%;
    border-right: 1px solid #b7b7b7;
    height: 50%;
}
.header_new_mainmenu ul li:last-child a:after {
    content: '';
    border: 0;
}
.header_new_mainmenu ul li a br {
    display: none;
}
.header_new_mainmenu ul li a:hover {
    background-color: var(--hover);
    height: 60px;
    position: absolute;
    max-width: 400px;
    width: 100%;
    bottom: -25px;
    line-height: 2;
}
.header_new_mainmenu ul li a:hover:after {
    content: '';
    border: 0;
}

@media screen and (min-width:1301px) and ( max-width:1435px) {
    .header_new_submenu ul li:first-child {
        display: none;
    }
}
@media screen and (min-width:1100px) and ( max-width:1310px) {
    .header_new_submenu ul {
        width: 100%;
    }
    .header_new_submenu ul li:first-child {
        display: none;
    }
}

/* 試着バナー */
.accordion-title br {
    display: none;
}
@media screen and (max-width: 600px) {
    .accordion-title br {
        display: block;
    }
}
.accordion-title {
    position: relative;
    text-align: center;
    font-size: 1.8rem;
    padding: 25px;
    border-bottom: 1px solid #e8e8e8;
    background-color: #fff;
}
.accordion-title span {
    color: #ea7c74;
}
.accordion-title:after {
    content: '';
    border-right: solid 1px #000;
    border-top: solid 1px #000;
    display: block;
    height: 14px;
    position: absolute;
    right: 350px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 14px;
}
.accordion-title.open:after {
    top: 45%;
    transform: rotate(-45deg); 
}
.accordion-content {
    display: none;
    width: 100%;
}

.accordion-content:after {
    content: '';
    display: block;
    clear: both;
}
.accordion-content tr td {
    width: 50%;
    border: 1px solid #e8e8e8;
    border-top: 0;
}
.accordion-content tr td a {
    position: relative;
    font-size: 1.6rem;
    padding: 20px;
    display: block;
    background-color: #fff;
}
.accordion-content tr td a:hover {
    background-color: var(--hover);
    transition: 0.3s;
}

/* メインコンテンツ（20241215追加）
*******************************************/
/* TOPスライダー */
.top_new_slick_slider .sp {
    display: none;
}
@media screen and (max-width: 600px) {
    .top_new_slick_slider .sp {
        display: block;
    }
    .top_new_slick_slider .pc {
        display: none;
    }
}

/* TOP新着情報 */
.top_new_inportant_information ul li {
    background-color: #e5dacb;
}
.top_new_inportant_information ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px;
    font-size: var(--fontsize);
    text-align: center;
}

/* TOPランキング */
.top_new_rentaldressranking {
    padding-top: 50px;
}
.top_new_rentaldressranking .tab-container {
    width: 720px;
    margin: auto;
}
.top_new_rentaldressranking .tab-container .tab {
    text-align: center;
    padding: 15px 50px;
    background-color: #f8f8f8;
    cursor: pointer;
    width: 180px;
}
.top_new_rentaldressranking .tab-container .tab.active {
    background-color: var(--hover);
    position: relative;
}
.top_new_rentaldressranking .tab-container .tab.active:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid var(--hover);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.top_new_rentaldressranking .content-container {
    background-color: #f8f8f8;
    width: 100%;
    padding: 30px;
}
.top_new_rentaldressranking .content {
    display: none;
    max-width: 1440px;
    margin: auto;
}
.top_new_rentaldressranking .content.show {
    display: block;
}
.top_new_rentaldressranking .content h2.sysHeadline {
    display: none;
}
.top_new_rentaldressranking .content-container .content ul {
    display: flex;
    display: -webkit-flex;
}
.top_new_rentaldressranking .content-container .content ul li {
    position: relative;
}
.top_new_rentaldressranking .content-container .content ul li .icon img, .top_new_rentaldressranking .content-container .content ul li .sysIconRank img {
    position: absolute;
    width: 30px;
    left: 0;
}
.top_new_rentaldressranking .content-container .content ul li .sysItemImage {
    margin-bottom: 10px;
}
.top_new_rentaldressranking .content-container .content ul li .sysItemName {
    margin-bottom: 10px;
}
.top_new_rentaldressranking .content-container .content ul li .sysItemName a {
    font-size: 1.4rem;
    line-height: 2rem;
    display: block;
}
.top_new_rentaldressranking .content-container .content ul li .sysItemPrice {
    font-size: 1.6rem;
}

/* ご利用シーンから選ぶ */
.top_new_scene {
    padding-top: 50px;
    background-color: var(--beige);
}
.top_new_scene ul {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1440px;
    margin: auto;
}
.top_new_scene ul li {
    width: 48%;
    margin-bottom: 2%;
    position: relative;
}
.top_new_scene ul li .icon {
    position: absolute;
    padding: 10px 10px 10px 20px;
    top: 0;
    left: 0;
    margin: auto;
    font-size: var(--fontsize);
    color: #fff;
}
.top_new_scene ul li .icon.wedding {
    background-color: #707070;
    border-left: 10px solid #594c4c;
}
.top_new_scene ul li .icon.ceremony {
    background-color: #707070;
    border-left: 10px solid #594c4c;
}
.top_new_scene ul li .icon.suit {
    background-color: #707070;
    border-left: 10px solid #594c4c;
}
.top_new_scene ul li .icon.exam {
    background-color: #707070;
    border-left: 10px solid #594c4c;
}
.top_new_scene ul li a {
    width: 60%;
    margin: 30px auto;
    cursor: pointer;
}

/* 結婚式の立場で選ぶ */
.top_new_position {
    padding-top: 50px;
}
.top_new_position ul {
    justify-content: space-between;
    max-width: 1440px;
    margin: auto;
}
.top_new_position ul li {
    width: 24%;
}
.top_new_position ul li p {
    text-align: center;
}
.top_new_position ul li .common_new_btn {
    width: 60%;
    margin: 30px auto;
}

/* 特集 */
.top_new_feature {
    padding: 50px 0;
    background-color: #F0F0F0;
}
.top_new_feature ul {
    max-width: 1440px;
    margin: auto;
}
.top_new_feature .slick-track {
    justify-content: space-between;
    display: flex;
    display: -webkit-flex;
}
.top_new_feature .slick-track li {
    width: 32% !important;
}
.top_new_feature .slick-track li .thumbnail {
    margin-bottom: 20px;
}
.top_new_feature .slick-track li .thumbnail img {
    width: 100%;
    height: auto;
}
.top_new_feature .slick-track li p {
    text-align: center;
}
.top_new_feature .slick-track li .common_new_btn {
    width: 60%;
    margin: 30px auto;
}

/* 東京ソワールレンタルドレスが選ばれる３つの理由 */
.top_new_reason .title_reason .sp {
    display: none;
}
@media screen and (max-width: 600px) {
    .top_new_reason .title_reason .sp {
        display: block;
    }
    .top_new_reason .title_reason .pc {
        display: none;
    }
}

.top_new_reason {
    padding-top: 50px;
}
.top_new_reason .title_reason {
    position: relative;
    margin-bottom: 20rem;
}
.top_new_reason .title_reason .title {
    position: absolute;
    bottom: -15rem;
    left: 10rem;
    background-color: #fff;
    padding: 2rem;
}
.top_new_reason .title_reason .title h2 {
    font-size: 3.6rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    color: var(--text-color);
}
.top_new_reason .title_reason .title p {
    font-size: 1.6rem;
    color: #9ca5af;
    display: block;
    font-family: "Cormorant Infant", serif;
    font-weight: 300;
    font-style: normal;
}
.top_new_reason .inner_wrap {
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 50px;
    max-width: 1440px;
}
.top_new_reason .inner_wrap.lineup {
    flex-direction: row-reverse;
}
.top_new_reason figure {
    width: 54%;
}
.top_new_reason figcaption {
    width: 44%;
}
.top_new_reason figcaption h3 {
    font-size: 2.4rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    color: var(--text-color);
}
.top_new_reason figcaption p {
    font-size: 1.6rem;
    line-height: 2.8rem;
}
.top_new_reason .common_new_btn {
    width: 100%;
    margin: 40px auto;
    max-width: 300px;
}

/* 新着情報 */
.top_new_information {
    padding-top: 50px;
}
.top_new_information .tab-container {
    width: 360px;
    margin: auto;
}
.top_new_information .tab-container .tab {
    text-align: center;
    padding: 15px 50px;
    background-color: #f8f8f8;
    cursor: pointer;
    width: 180px;
}
.top_new_information .tab-container .tab.active {
    background-color: var(--hover);
    position: relative;
}
.top_new_information .tab-container .tab.active:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid #e8dc62;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.top_new_information .content-container .content {
    background-color: #F8F8F8;
    display: none;
    padding-bottom: 30px;
}
.top_new_information .content-container .content.show {
    display: block;
}
.top_new_information .content-container .content ul {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px;
    padding-bottom: 0;
    max-width: 1200px;
    margin: auto;
}
.top_new_information .content-container.blog_content ul {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 50px 0 50px;
}
.top_new_information .content-container .blog_content  ul li {
    width: 49%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2%;
    padding-bottom: 2%;
    border-bottom: 1px solid #707070;
}
.top_new_information .content-container .blog_content ul li figure {
    width: 45%;
}
.top_new_information .content-container .blog_content ul li .blog_detail {
    width: 55%;
}
.top_new_information .content-container .blog_content ul li .blog_detail .blog_title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.top_new_information .content-container .blog_content ul li .blog_detail .blog_paragraph {
    margin-bottom: 2rem;
}
.top_new_information .content-container .blog_content ul li .blog_detail .blog_date {
    font-size: 1.2rem;
}
.top_new_information .action_btn a {
    width: 100%;
    margin: 40px auto;
    max-width: 300px;
}
/* お知らせのみ表示 */
.top_new_news_vol2 .sysContent {
    background-color: #F8F8F8;
    padding-bottom: 30px;
}
.top_new_news_vol2 .sysContent ul {
    padding: 50px;
    max-width: 800px;
    margin: auto;
}
.top_new_news_vol2 ul li a {
    line-height: 2;
    border-bottom: 1px solid #dfdfdf;
}

/* フッター（20241221追加）
*******************************************/
.footer_new_wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.footer_new_wrap .footer_new_frequently {
    width: 40%;
    padding: 50px;
    background-color: var(--bg-color);
}
.footer_new_wrap .footer_new_faq {
    width: 60%;
    padding: 50px;
}

/* レンタルご利用方法 */
.footer_new_howtouse {
    background-color: var(--beige);
    padding: 50px 0 10px;
}
.footer_new_howtouse ul {
    justify-content: space-between;
    margin: auto;
    max-width: 1280px;
}
.footer_new_howtouse ul li {
    width: 23%;
    background-color: #fff;
}
.footer_new_howtouse ul li .step {
    width: 90%;
    font-weight: bold;
    margin: 10px auto;
}
.footer_new_howtouse ul li .step span {
    font-weight: bold;
    background-color: #707070;
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    margin-right: 1rem;
}
.footer_new_howtouse ul li .note {
    width: 90%;
    margin: 0 auto 30px;
}
.footer_new_howtouse .common_new_btn {
    width: 100%;
    margin: 40px auto;
    max-width: 300px;
}

/* よくご利用されるページ */
.footer_new_wrap h3.sysHeadline {
    text-align: left;
    padding-bottom: 30px;
}
.footer_new_frequently ul li {
    margin-bottom: 20px;
}
.footer_new_frequently ul li a {
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px;
    text-align: left;
    text-indent: 4rem;
}
.footer_new_frequently ul li a.shop {
    background-image: url(/img/footer/icon_new_shop.svg);
}
.footer_new_frequently ul li a.ships {
    background-image: url(/img/footer/icon_new_ships.svg);
}
.footer_new_frequently ul li a.twins {
    background-image: url(/img/footer/icon_new_twins.svg);
}
.footer_new_frequently ul li a.rules {
    background-image: url(/img/footer/icon_new_rules.svg);
}
.footer_new_frequently ul li a.line {
    background-image: url(/img/footer/icon_new_line.svg);
}

/* よくあるご質問 */
.footer_new_faq .new_faq dl {
    border-bottom: 1px solid #707070;
    padding: 10px 0;
}
.footer_new_faq .new_faq dt {
    font-size: 1.6rem;
    line-height: 2.6rem;
    position: relative;
    padding-right: 4rem;
}
.footer_new_faq .new_faq dt:before, .footer_new_faq .new_faq dt:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 15px;
    width: 15px;
    height: 1px;
    margin: auto 0;
    background-color: #707070;
    transition: all 0.3s;
}
.footer_new_faq .new_faq dt:after {
    transform: rotate(90deg);
}
.footer_new_faq .new_faq dt.open:before {
    transform: rotate(180deg);
}
.footer_new_faq .new_faq dt.open:after {
    transform: rotate(180deg);
    opacity: 0;
}
.footer_new_faq .new_faq dd {
    font-size: 1.6rem;
    position: relative;
    margin: 20px 0 0 10px;
    padding-left: 2.4rem;
    display: none;
    line-height: 2.6rem;
}
.footer_new_faq .new_faq dd a {
    text-decoration: underline;
}
.footer_new_faq .new_faq dd:before {
    content: '';
    border-bottom: 1px solid #000;
    width: 20px;
    display: block;
    position: absolute;
    top: 1rem;
    left: 0;
}
.footer_new_faq .new_faq dd:after {
    content: '';
    border-left: 1px solid #000;
    position: absolute;
    left: 0;
    top: -1rem;
    height: 20px;
}
.footer_new_faq .common_new_btn {
    width: 100%;
    margin: 40px auto;
    max-width: 300px;
}

/* フッターコンテンツ */
.footer_new_contents {
    padding-top: 50px;
}
.footer_new_contents .inquery_new_wrap {
    align-items: center;
    margin: auto;
    max-width: 1440px;
}
.footer_new_contents h2.sysHeadline {
    width: 30%;
    margin: 0 !important;
    border-right: 1px solid #707070;
    height: 100px;
}
.footer_new_contents .sns_new_wrap {
    width: 70%;
}
.footer_new_contents .sns_new_wrap ul {
    align-items: center;
    text-align: center;
}
.footer_new_contents .sns_new_wrap ul li {
    width: 25%;
    border-right: 1px solid #707070;
    height: 100px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.footer_new_contents .sns_new_wrap ul li:last-child {
    border: none;
}
.footer_new_contents .sns_new_wrap ul li.line {
    width: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.footer_new_contents .sns_new_wrap ul li.line .images {
    width: 30%;
}
.footer_new_contents .sns_new_wrap ul li.line p {
    width: 70%;
    text-align: left;
    font-size: 1.3rem;
    line-height: 2rem;
    margin-right: 30px;
}
.footer_new_contents .sns_new_wrap ul li.mail img {
    width: 40px;
}
.footer_new_contents .sns_new_wrap ul li img {
    width: 30px;
}
.footer_new_contents .link_new_wrap {
    padding: 50px 0;
}
.footer_new_contents .link_new_wrap ul {
    justify-content: space-around;
    margin: auto;
    max-width: 1440px;
}
.footer_new_contents .link_new_wrap ul li {
    border-right: 1px solid #707070;
    width: 100%;
    text-align: center;
}
.footer_new_contents .link_new_wrap ul li:last-child {
    border: 0;
}

/* コピーライト */
.new_copyright p {
    font-size: 1rem;
    text-align: center;
    background-color: var(--bg-color);
    padding: 15px;
    margin: 0;
    color: var(--text-color);
}

/* 共通商品ページ（20241226追加）
*******************************************/
.common_new_template {
    margin-bottom: 60px;
}
.common_new_template .common_new_wrap {
    display: flex;
    display: -webkit-flex;
}
.common_new_wrap .imageArea_new {
    width: 49%;
}
.common_new_wrap .orderArea_new {
    width: 49%;
}
.common_new_wrap .orderArea_new .sysForm {
    margin-bottom: 40px;
}
.common_new_wrap .orderArea_new .sysExplanation {
    margin-bottom: 30px;
}
.common_new_wrap .orderArea_new .sysExplanation .next_new_btn {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 30px;
}

/* ぱんくずリスト */
.common_new_template .sysCategoryPankuzu {
    margin-bottom: 20px;
}

/* PR設定 */
.sysPr span:first-child {
    display: none;
}
.sysItemPrArea, .sysItemPr {
    /*background: #fff;*/
    border: 0;
    color: var(--btn-color) !important;
    margin-bottom: 5px;
    text-align: left;
}
.sysItemPrArea span, .sysPr span {
    width: inherit;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 0;
    display: inline-block;
    padding: 2px 5px;
    margin-bottom: 5px;
    height: inherit;
    vertical-align: top;
}
.sysPr span.new, .sysPr span.popular, .sysPr span.web, .sysPr span.rental_value, .sysPr span.used, .sysItemPrArea span.new, .sysItemPrArea span.popular, .sysItemPrArea span.web, .sysItemPrArea span.rental_value, .sysItemPrArea span.used {
    color: #D47C85;
}
.sysPr span.new, .sysPr span.popular, .sysPr span.rental_value, .sysPr span.used, .sysItemPrArea span.new, .sysItemPrArea span.popular, .sysItemPrArea span.rental_value, .sysItemPrArea span.used {
    border: 1px solid #D47C85;
}
.sysPr span.relaxed, .sysPr span.slim, .sysPr span.height155, .sysPr span.height165, .sysItemPrArea span.relaxed, .sysItemPrArea span.slim, .sysItemPrArea span.height155, .sysItemPrArea span.height165 {
    color: #809A99;
}
.sysPr span.jacket, .sysPr span.onepiece, .sysPr span.dress, .sysPr span.longdress, .sysPr span.skirt, .sysPr span.pants, .sysPr span.tops, .sysPr span.things_set, .sysItemPrArea span.jacket, .sysItemPrArea span.onepiece, .sysItemPrArea span.dress, .sysItemPrArea span.longdress, .sysItemPrArea span.skirt, .sysItemPrArea span.pants, .sysItemPrArea span.tops, .sysItemPrArea span.things_set {
    color: #729FCF;
}
.sysPr span.formal, .sysPr span.mourning, .sysPr span.seasons, .sysPr span.summer, .sysPr span.winter, .sysItemPrArea span.formal, .sysItemPrArea span.mourning, .sysItemPrArea span.seasons, .sysItemPrArea span.summer, .sysItemPrArea span.winter {
    color: #D6A400;
}
.sysPr span.size_custom, .sysItemPrArea span.size_custom {
    background-color: #9CA5AF;
    border: 1px solid #9CA5AF;
    color: #fff;
}
.sysPr span.normal {
    color: #948484;
}
.sysPr span.long {
    color: #f8b163;
}
.sysPr span.short {
    color: #98bb31;
}

/* お問い合わせ番号 */
#sysItemDetail .common_new_wrap .sysItemViewId {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

/* 商品管理番号 */
#sysItemDetail .common_new_wrap .sysItemId {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 10px;
    font-weight: bold;
}
#sysItemDetail .common_new_wrap .sysItemId span {
    font-weight: normal;
    font-size: 1.4rem;
}

/* 価格ブロック */
#sysItemDetail .common_new_wrap .sysRetailPrice {
    font-weight: normal;
    margin-bottom: 0 !important;
}
#sysItemDetail .common_new_wrap .sysRetailPrice span {
    font-size: 1.4rem;
    color: var(--btn-color);
    font-weight: bold;
}
#sysItemDetail .common_new_wrap .sysRetailPrice span.sysRetailPriceValue {
    font-size: 1.8rem;
    color: #d47c85;
}
#sysItemDetail .common_new_wrap .sysForm .sysRetailPrice span.sysRetailPriceValue {
    font-size: 2.2rem;
}
#sysItemDetail .common_new_wrap .sysSuggestedRetailPrice {
    margin-top: 10px;
    font-size: 1.4rem;
}
#sysItemDetail .common_new_wrap .sysSuggestedRetailPrice span {
    font-size: 1.2rem;
}
.common_new_template .step_new_view {
    margin-bottom: 20px;
}
.common_new_template .step_new_view .step_level {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    flex-wrap: wrap;
}
.common_new_template .step_new_view .step_level li {
    position: relative;
    display: block;
    width: auto;
    text-overflow: ellipsis;
    color: #b0bec5;
    margin-top: 4px;
    width: 25%;
    text-align: center;
}
.common_new_template .step_new_view .step_level li strong {
    color: #4d4d4d;
    font-size: 1.4rem;
}
.common_new_template .step_new_view .step_level li .bubble {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto 0.5em;
    border-radius: 6px;
    background-color: #E0E0E0;
    font-size: inherit;
    padding: 0;
}
.common_new_template .step_new_view .step_level li .bubble:before, .common_new_template .step_new_view .step_level li .bubble:after {
    position: absolute;
    top: 5px;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #E0E0E0;
    z-index: -1;
}
.common_new_template .step_new_view .step_level li:last-child .bubble:before, .common_new_template .step_new_view .step_level li:last-child .bubble:after {
    width: 0%;
    margin-right: 50%;
}
.common_new_template .step_new_view .step_level li.addition .bubble {
    background-color: #E8DC62;
}
.common_new_template .price_new_details {
    margin-bottom: 30px;
}
.common_new_template .price_new_details .free {
    color: #CABF53;
    font-weight: bold;
}
.common_new_template .price_new_details .cleaning {
    color: var(--text-color);
    border: 1px solid var(--text-color);
    display: inline-block;
    font-size: 1.2rem;
    padding: 3px 10px;
    margin: auto;
}

/* 配送希望日を選択するへ内部リンク */
.common_new_wrap .delivery_request_link {
    margin: 20px auto 40px;
    text-align: center;
}
.common_new_wrap .delivery_request_link a {
    color: var(--btn-color);
    text-align: center;
    display: inline-block;
    font-size: 1.6rem;
    background-color: #f8f8f8;
    padding: 10px;
    margin: auto;}
.common_new_wrap .delivery_request_link a:hover {
    background-color: var(--hover);
}
.common_new_wrap .sysForm .sysDescription .delivery_request_link {
    display: none;
}

/* 詳細商品説明 */
#sysItemDetail .common_new_wrap .sysExplanation .tab-container {
    width: 100%;
    margin: auto;
    justify-content: center;
}
#sysItemDetail .common_new_wrap .sysExplanation .tab-container .tab {
    text-align: center;
    padding: 15px;
    background-color: #f8f8f8;
    cursor: pointer;
    width: 33.3333333%;
}
#sysItemDetail .common_new_wrap .sysExplanation .tab-container .tab.active {
    background-color: var(--hover) !important;
    position: relative;
    background-image: none !important;
}
#sysItemDetail .common_new_wrap .sysExplanation .tab-container .tab.active:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid #e8dc62;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
#sysItemDetail .common_new_wrap .sysExplanation .content-container {
    background-color: #f8f8f8;
    width: 100%;
    padding: 30px;
    margin-bottom: 20px;
}
#sysItemDetail .common_new_wrap .sysExplanation .content {
    display: none;
}
#sysItemDetail .common_new_wrap .sysExplanation .content.show {
    display: block;
    width: 100%;
}
#sysItemDetail .common_new_wrap .sysExplanation .content-container .content ul {
    display: flex;
    display: -webkit-flex;
}
#sysItemDetail .common_new_wrap .sysExplanation .content-container .content ul li {
    position: relative;
}
#sysItemDetail .common_new_wrap .sysExplanation .content-container .content p {
    text-align: left;
    line-height: 2.2rem;
}
#sysItemDetail .common_new_wrap .sysExplanation .content-container .content table {
    width: 100%;
    border-top: 0;
    margin-bottom: 0;
}
#sysItemDetail .common_new_wrap .sysExplanation .content-container .content table tr {
    width: 100%;
    border-bottom: 1px solid #707070;
}
#sysItemDetail .common_new_wrap .sysExplanation .content-container .content table tr:last-child {
    border: 0;
}
#sysItemDetail .common_new_wrap .sysExplanation .content-container .content table th {
    width: 30%;
    font-weight: normal;
    text-align: left;
    border-right: 1px solid #707070;
    line-height: 2.2rem;
}
#sysItemDetail .common_new_wrap .sysExplanation .content-container .content table td {
    width: 70%;
    text-align: left;
    line-height: 2.2rem;
}

/* カレンダー */
#sysItemDetail .common_new_wrap .sysRentalSchedules .title {
    font-size: 2rem;
    font-family: "Cormorant Infant", serif;
    font-weight: 600;
    color: var(--text-color);
    text-align: center;
    background-color: var(--beige);
    padding: 10px;
    scroll-margin-top: 200px;
}
#sysItemDetail .common_new_wrap .sysRentalSchedules .sysRentalSchedulesCalendarsMonth {
    display: none;
}
#sysItemDetail .common_new_wrap .sysRentalSchedules .sysPrevCalendar {
    border: 0;
}
#sysItemDetail .common_new_wrap .sysRentalSchedules .sysNextCalendar {
    border: 0;
}
#sysItemDetail .common_new_wrap .sysRentalSchedules .sysRentalSchedulesCalendarArea {
    margin-bottom: 30px;
}
#sysItemDetail .common_new_wrap .sysRentalSchedules .sysCalendarLoading {
    display: none;
}
#sysItemDetail .common_new_wrap .sysRentalSchedules .sysRentalSchedulesCalendars {
    max-width: 400px;
    width: inherit;
    background-color: #fff;
    padding: 5px;
}
#sysItemDetail .common_new_wrap .sysRentalSchedules .sysRentalScheduleInfo {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
    line-height: 2.4rem;
}
#sysItemDetail .common_new_wrap .sysRentalSchedules .sysRentalScheduleInfo .sysRentalUseDays, #sysItemDetail .common_new_wrap .sysRentalSchedules .sysRentalScheduleInfo .sysRentalReturnDay {
    display: flex !important;
    display: -webkit-flex !important;
    align-items: center;
    width: 78%;
    margin: auto;
}
#sysItemDetail .common_new_wrap .sysRentalSchedules .sysRentalScheduleInfo .sysRentalSendDay {
    display: none !important;
}
#sysItemDetail .common_new_wrap .sysRentalSchedules .sysRentalScheduleInfo .sysRentalUseItemName {
    background-color: var(--beige);
    color: var(--text-color);
    border: 1px solid #c0c0c0;
    width: 30%;
    height: 30px;
    line-height: 2;
    padding-left: 10px;
}
#sysItemDetail .common_new_wrap .sysRentalSchedules .sysRentalScheduleInfo .sysRentalDate {
    width: 70%;
    border-top: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    height: 30px;
    line-height: 2;
    padding-left: 10px;
}
#sysItemDetail .common_new_wrap .sysRentalSchedules .sysRentalScheduleInfo .sysRentalReturnDay .sysRentalDate {
    border-bottom: 1px solid #c0c0c0;
}
#sysItemDetail .common_new_wrap .sysRentalSchedules .sysRentalScheduleInfo .sysRentalReturnItemName {
    background-color: var(--hover);
    color: var(--text-color);
    border-right: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    width: 30%;
    height: 30px;
    line-height: 2;
    padding-left: 10px;
}

/* カレンダー下注釈 */
#sysItemDetail .common_new_wrap .sysRentalScheduleNotice {
    width: 78%;
    margin: auto;
}
#sysItemDetail .common_new_wrap .sysRentalScheduleNotice .rental_calender_bottom {
    color: var(--mark);
    font-size: 1.6rem;
}
#sysItemDetail .common_new_wrap .sysRentalScheduleNotice .rental_calender_bottom span {
    display: block;
    color: var(--btn-color);
    font-size: 1.4rem;
}

/* カレンダーが空いていない場合はこちら */
.common_new_wrap .calendar_empty_link {
    margin-bottom: 50px;
    text-align: center;
}
.common_new_wrap .calendar_empty_link a {
    color: var(--btn-color);
    text-align: center;
    display: inline-block;
    font-size: 1.6rem;
    background-color: #f8f8f8;
    padding: 10px;
    max-width: 400px;
    margin: auto;
}
.common_new_wrap .calendar_empty_link a:hover {
    background-color: var(--hover);
}

/* カレンダー下価格 */
#sysItemDetail .common_new_wrap .price_new_wrap {
    width: 60%;
    margin: auto;
}

/* 延長指定 */
#sysItemDetail .common_new_wrap .sysRentalExtendDays {
    width: 60%;
    margin: auto;
}
#sysItemDetail .common_new_wrap .sysRentalExtendDays .sysRentalExtendItemName {
    display: none;
}
#sysItemDetail .common_new_wrap .sysRentalExtendDays select {
    width: 100%;
    height: 40px;
    padding: 10px;
    min-width: inherit;
    font-size: var(--fontsize);
}

/* 商品オプション */
#sysItemDetail .common_new_wrap #sysSelections {
    width: 60%;
    margin: 20px auto;
}
#sysItemDetail .common_new_wrap #sysSelections > div {
    font-weight: bold;
}
#sysItemDetail .common_new_wrap #sysSelections .sysSelectionDescription {
    font-weight: normal;
}
#sysItemDetail .common_new_wrap #sysSelections input[type="text"] {
    height: 40px;
    border: 1px solid #767676;
}

/* 数量 */
#sysItemDetail .common_new_wrap #sysNumber {
    display: none;
}

/* サブミットボタン */
#sysItemDetail .common_new_wrap #sysSubmit {
    width: 60%;
    margin: auto;
}
#sysItemDetail .common_new_wrap #sysSubmit .sysCartButton {
    width: 100%;
    margin-left: 0;
    padding: 20px 15px !important;
}
#sysItemDetail .common_new_wrap #sysSubmit .sysCartButton.sysAddGoCartButton {
    background: url(/img/common/btn_cart.png) center center no-repeat;
    background-size: 130px;
}
#sysItemDetail .common_new_wrap #sysSubmit .sysCartButton.sysGoCartButton {
    background: url(/img/common/btn_cart2.png) center center no-repeat;
    background-size: 115px;
    background-color: #e96a5c !important;
}
#sysItemDetail .common_new_wrap #sysWishlist .sysWishListButtonForm {
    width: 60%;
    margin: auto;
}
#sysItemDetail .common_new_wrap #sysWishlist .sysWishListButtonForm button {
    background: url(/img/common/btn_favarite.png) center center no-repeat #efd8e3;
    width: 100%;
    margin-left: 0;
    background-size: 180px;
    max-width: 100%;
    padding: 15px;
}
#sysItemDetail .common_new_wrap #sysSubmit .input_new_wrap {
    border: 0;
    margin: 0;
}
#sysItemDetail .common_new_wrap #sysSubmit .input_new_wrap:before, #sysItemDetail .common_new_wrap #sysSubmit .input_new_wrap:after {
    content: none;
}
#sysItemDetail .common_new_wrap #sysSubmit .input_new_wrap input[type="submit"] {

}


/* カレンダーが空いていない場合 */
.item_new_calendar_empty {
    background-color: var(--beige);
    padding: 40px 30px 10px !important;
    margin-bottom: 20px;
}
.item_new_calendar_empty .sysContent {
    background-color: #DDD1BE;
    padding: 50px 30px 20px !important;
}
.item_new_calendar_empty .title_calendar {
    font-size: 2rem;
    font-family: "Cormorant Infant", serif;
    font-weight: 600;
    border: 1px solid #707070;
    color: var(--btn-color);
    padding: 10px 20px;
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
    scroll-margin-top: 300px;
}
.item_new_calendar_empty p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 20px;
}
.item_new_calendar_empty p.stock {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}
.item_new_calendar_empty select {
    width: 100%;
    padding: 10px;
    height: 40px;
}
.item_new_calendar_empty .btn_size {
    margin-bottom: 30px;
}
.item_new_calendar_empty .btn_size a {
    padding: 5px;
    border-radius: 0;
    font-size: 1.6rem;
    background-color: #fff;
}
.item_new_calendar_empty .bnr_formalgoods {
    margin-bottom: 30px;
}

/* アイコン付きリンクボタン */
.common_new_wrap .btn_new_link {
    background-color: #F5F5F5;
    padding: 20px 50px 30px;
}
.common_new_wrap .btn_new_link p {
    font-size: 1.6rem;
    font-weight: bold;
}
.common_new_wrap .btn_new_link ul {}
.common_new_wrap .btn_new_link ul li {
    margin-bottom: 10px;
}
.common_new_wrap .btn_new_link ul li:last-child {
    margin-bottom: 0;
}
.common_new_wrap .btn_new_link ul li a {
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px;
    text-align: left;
    text-indent: 4rem;
}
.common_new_wrap .btn_new_link ul li a.line {
    background-image: url(/img/item/icon_new_line.svg);
}
.common_new_wrap .btn_new_link ul li a.tryon {
    background-image: url(/img/item//icon_new_tryon.png);
}

/* スタッフレビュー */
#sysItemDetail .item_new_staffreview {
    margin-bottom: 50px;
}
#sysItemDetail .item_new_staffreview .review_new_wrap {
    width: 60%;
    margin: auto;
    justify-content: space-between;
}
#sysItemDetail .item_new_staffreview .review_new_wrap figure {
    width: 20%;
}
#sysItemDetail .item_new_staffreview .review_new_wrap .review_detail {
    width: 75%;
}
#sysItemDetail .item_new_staffreview .review_new_wrap .review_detail > div {
    margin-bottom: 10px;
}
#sysItemDetail .item_new_staffreview .review_new_wrap .review_detail .star {
    font-size: 2rem;
    color: #E8DC62;
}
#sysItemDetail .item_new_staffreview .review_new_wrap .review_detail .star span {
    color: #E0E0E0;
}
#sysItemDetail .item_new_staffreview .review_new_wrap .review_detail .staff_features {}
#sysItemDetail .item_new_staffreview .review_new_wrap .review_detail .clothes_size {
    display: flex;
    display: -webkit-flex;
}
#sysItemDetail .item_new_staffreview .review_new_wrap .review_detail .clothes_size strong {
    width: 20%;
}
#sysItemDetail .item_new_staffreview .review_new_wrap .review_detail .clothes_size .size_level {
    display: flex;
    display: -webkit-flex;
    width: 100%;
}
#sysItemDetail .item_new_staffreview .review_new_wrap .review_detail .clothes_size .size_level > li {
    position: relative;
    display: block;
    width: auto;
    text-overflow: ellipsis;
    color: #b0bec5;
    -ms-flex: 1;
    -moz-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    margin-top: 4px;
}
#sysItemDetail .item_new_staffreview .review_new_wrap .review_detail .clothes_size .size_level > li .bubble {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto 0.5em;
    border-radius: 6px;
    background-color: #E0E0E0
}
#sysItemDetail .item_new_staffreview .review_new_wrap .review_detail .clothes_size .size_level > li .bubble::after,
#sysItemDetail .item_new_staffreview .review_new_wrap .review_detail .clothes_size .size_level > li .bubble::before {
    position: absolute;
    top: 5px;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #E0E0E0;
    z-index: -1;
}
#sysItemDetail .item_new_staffreview .review_new_wrap .review_detail .clothes_size .size_level > li:last-child .bubble::after,
#sysItemDetail .item_new_staffreview .review_new_wrap .review_detail .clothes_size .size_level > li:last-child .bubble::before {
    width: 0%;
    margin-right: 50%;
}
#sysItemDetail .item_new_staffreview .review_new_wrap .review_detail .clothes_size .size_level > li.addition .bubble {
    background-color: #E8DC62;
}
#sysItemDetail .item_new_staffreview .review_text {
    width: 60%;
}

/* 商品テンプレート下商品ブロック */
#sysItemDetail .sysFuncItemBlock {
    margin-bottom: 50px;
}
#sysItemDetail .sysFuncItemBlock ul {
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    flex-wrap: wrap;
}
#sysItemDetail .sysFuncItemBlock ul li {
    width: 24%;
    float: none;
    padding: 10px;
    text-align: left;
    margin-right: 1%;
}
#sysItemDetail .sysFuncItemBlock ul li:nth-child(4n) {
    margin-right: 0;
}
#sysItemDetail .sysFuncItemBlock ul li .sysItemImage {
    margin-bottom: 10px;
}
#sysItemDetail .sysFuncItemBlock .sysItemName {
    margin-bottom: 10px;
}
#sysItemDetail .sysFuncItemBlock .sysItemName a {
    font-size: 1.4rem;
    text-align: left;
    display: block;
}
#sysItemDetail .sysFuncItemBlock .sysItemPrice {
    font-size: 1.6rem;
    text-align: justify;
    font-weight: bold;
}
#sysItemDetail .sysFuncItemBlock .sysItemPrice:before {
    content: 'レンタル価格:';
    font-size: 1.2rem;
    display: block;
    font-weight: normal;
}
#sysItemDetail .sysFuncItemBlock .sysItemPrArea {
    margin-bottom: 5px;
}

/* その他在庫はこちらの制御 */
#sysItemDetail .item_new_stock {
    display: none;
}

/* 画像サムネイルスライド化 */
#sysItemDetail .sysModal {
    position: relative;
}
#sysItemDetail .sysModal #modalNext {
    display: block;
    position: absolute;
    width: 30px;
    height: 60px;
    background-size: 20px;
    background-image: url(/img/item/icon_new_arrow.png);
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    padding: 20px 10px;
    z-index: 1;
}
#sysItemDetail .sysModal #modalPreb {
    display: block;
    position: absolute;
    width: 30px;
    height: 60px;
    background-size: 20px;
    background-image: url(/img/item/icon_new_arrow.png);
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 20px 10px;
    z-index: 99999;
    left: 10px;
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH";
    z-index: 1;
}


/* 代表商品ページ（20241229追加）
*******************************************/

/* プルダウン選択式コンテンツ */
.common_new_wrap .pulldown_allwrap {}
.common_new_wrap .pulldown_allwrap h2 {
    font-size: 2.2rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    color: var(--btn-color);
    padding: 10px 20px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
    border-top: 1px dotted #707070;
    border-bottom: 1px dotted #707070;
}
.common_new_wrap .pulldown_allwrap h2 span {
    color: var(--hover);
}
.common_new_wrap .pulldown_wrap {
    background-color: var(--beige);
    text-align: center;
    padding: 30px;
}
.common_new_wrap .pulldown_wrap.reverse {
    background-color: #E8E8E8;
}
.common_new_wrap .title_pulldown_wrap {
    font-size: 2.2rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    color: var(--btn-color);
    padding: 10px 20px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.common_new_wrap .title_pulldown_wrap:before {
    content: '';
    font-size: 4rem;
    color: #fff;
    vertical-align: sub;
    line-height: 0;
}
.common_new_wrap .title_pulldown_wrap.one:before {
    content: '01.';
    color: #9e8e76;
}
.common_new_wrap .title_pulldown_wrap.two:before {
    content: '02.';
    color: #b3b3b3;
}
.common_new_wrap .pulldown_wrap p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    text-align: left;
    margin: 0 auto 10px;
}
.common_new_wrap .pulldown_wrap select {
    padding: 10px;
    height: 40px;
    font-size: 1.4rem;
    width: 100%;
}
.common_new_wrap .pulldown_wrap ul {
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    justify-content: space-between;
}
.common_new_wrap .pulldown_wrap ul li {
    width: 48%;
    margin-bottom: 4%;
}
.common_new_wrap .pulldown_wrap .next_btn_arrow {
    text-align: right;
    margin-top: 10px;
    margin-right: 1em;
}
.common_new_wrap .pulldown_wrap .next_btn_arrow a {
    position: relative;
    color: #707070;
    text-decoration: underline;
}
.common_new_wrap .pulldown_wrap .next_btn_arrow a:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/img/common/icon_new_arrow_right.png);
    background-position: center;
    background-size: contain;
    position: absolute;
}

/* バナー画像リンク */
.common_new_wrap .images_wrap {
    margin: 60px auto;
}
.common_new_wrap .images_wrap p {
    margin-bottom: 30px;
}


/* 代表紳士商品ページ（20241229追加）
*******************************************/
.common_new_wrap .nine_item_set {
    margin: 50px auto;
}
.common_new_wrap .nine_item_set ul {
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
}
.common_new_wrap .nine_item_set ul li {
    width: 31%;
    margin-bottom: 3%;
}


/* 商品カテゴリページ（20250103追加）
*******************************************/
#sysItemCategory #sysMain .sysItemCategoryPankuzu {
    margin-bottom: 20px;
}
#sysItemCategory #sysMain .sysItemCategoryPankuzu a {
    color: var(--text-color);
    font-size: var(--fontsize);
}
#sysItemCategory #sysMain form {
    background-color: #E8E8E8;
    padding: 30px 20px;
    margin: 30px auto;
}
#sysItemCategory #sysMain .sysItemCategoryCtl {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    font-size: 0;
    flex-wrap: wrap;
    border: 0;
    width: 80%;
    margin: auto;
}
#sysItemCategory #sysMain .sysItemCategoryCtl a {
    display: none;
}
#sysItemCategory #sysMain .sysItemSearchFormWord {
    width: 80%;
}
#sysItemCategory #sysMain .sysItemSearchFormWord input {
    border: 1px solid #707070;
    height: 50px;
}
#sysItemCategory #sysMain .sysItemSearchFormWord + div {
    width: 20%;
    margin-right: auto;
}
#sysItemCategory #sysMain .sysItemCategoryCtl .sysItemSearchFormCategory {
    width: 30%;
    margin-right: 2%;
    margin-top: 2%;
}
#sysItemCategory #sysMain .sysItemCategoryCtl .sysItemSearchFormCategory select {
    height: 40px;
}
#sysItemCategory #sysMain .sysItemCategoryCtl .sysItemSearchFormOrder {
    width: 20%;
    margin-right: auto;
    margin-top: 2%;
}
#sysItemCategory #sysMain .sysItemCategoryCtl .sysItemSearchFormOrder select {
    height: 40px;
}
#sysItemCategory #sysMain input.sysSearchButton {
    width: 100%;
    border: 1px solid #707070;
    border-left: 0;
    background-color: #4D4D4D;
    color: #fff;
    border-radius: 0;
    height: 48px;
}
#sysItemCategory #sysMain .sysItemCategoryCtl .input_new_wrap:before, #sysItemCategory #sysMain .sysItemCategoryCtl .input_new_wrap:after {
    content: none;
}
#sysItemCategory #sysMain .sysThumbnail {
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
#sysItemCategory #sysMain .sysThumbnail li {
    position: relative;
    width: 25%;
}
#sysItemCategory #sysMain .sysThumbnail li .sysRetailPrice {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 10px;
}
#sysItemCategory #sysMain .sysThumbnail li .sysRetailPrice > span {
    font-size: 1.2rem;
    font-weight: normal;
    display: block;
}
#sysItemCategory #sysMain .sysThumbnail li .sysItemPrArea {
    margin-bottom: 5px;
}
#sysItemCategory #sysMain .sysThumbnail li .sysWishListButtonFormAjax button {
    text-indent: -9999px;
    background-image: url(/img/item/icon_new_favorite_btn.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-color: inherit;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 3px;
    right: 10px;
}
#sysItemCategory #sysMain .sysThumbnail li .sysWishListButtonFormAjax button[disabled] {
    background-image: url(/img/item/icon_new_favorite_btn_checked.png);
}
#sysItemCategory #sysMain .sysPagination {
    margin-bottom: 50px;
}
#sysItemCategory #sysMain .sysPagination a.sysCurrent {
    background-color: #9CA5AF;
    color: #fff;
}
#sysItemCategory #sysMain .sysPagination a:hover {
    background-color: #E0E0E0;
}

/* 商品カテゴリページフリーエリア */
#sysItemCategory #sysMain .sysCategoryDescription {}
#sysItemCategory #sysMain .sysCategoryDescription .fv {
    margin-bottom: 30px;
    text-align: center;
}
#sysItemCategory #sysMain .sysCategoryDescription .search_contents {
    margin-bottom: 30px;
}
#sysItemCategory #sysMain .sysCategoryDescription .search_contents ul {
    width: 90%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
#sysItemCategory #sysMain .sysCategoryDescription .search_contents ul li {
    width: 48%;
    margin-bottom: 4%;
}

/* 商品カテゴリページフリーエリア （20250325大谷追記） */

#sysItemCategory #sysMain .sysCategoryDescription .search_contents2 {
    margin-bottom: 30px;
}
#sysItemCategory #sysMain .sysCategoryDescription .search_contents2 ul {
    width: 90%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
#sysItemCategory #sysMain .sysCategoryDescription .search_contents2 ul li {
    width: 30%;
    margin-bottom: 4%;
}

/* 商品カテゴリページレンタルドレスランキング */
#sysItemCategory #sysMain .sysFuncItemBlock .sysItemBlock ul {
    display: flex;
    display: -webkit-flex;
}
#sysItemCategory #sysMain .sysFuncItemBlock .sysItemBlock ul li {
    position: relative;
}
#sysItemCategory #sysMain .sysFuncItemBlock .sysItemBlock ul li .icon img {
    position: absolute;
    width: 30px;
    left: 0;
}
#sysItemCategory #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemImage {
    margin-bottom: 10px;
}
#sysItemCategory #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemName {
    margin-bottom: 10px;
}
#sysItemCategory #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemName a {
    font-size: 1.4rem;
    line-height: 2rem;
    display: block;
}
#sysItemCategory #sysMain .sysFuncItemBlock .sysItemBlock ul li .sysItemPrice {
    font-size: 1.6rem;
}

/* お気に入りモーダル */
.modaal-content-container {
    text-align: center;
}
.modaal-content-container .mdl-dialog__content {
    padding: 0;
    margin: 20px auto;
    color: var(--text-color);
}
.modaal-content-container .mdl-dialog__image img {
    max-width: 500px;
    width: 100%;
}
.modaal-content-container form {
    text-align: center;
    margin: 20px auto;
}
.modaal-content-container form input {
    border: 1px solid #4D4D4D;
    border-radius: 0;
    background-color: inherit;
    color: var(--text-color);
    padding: 8px 20px !important;
}
.modaal-content-container .sysWishlistCloseBottomButtonGroup .sysButton {
    background: none;
    background-image: url(/img/item/icon_new_closed.png);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    font-size: 0;
}
.modaal-content-container .sysWishlistMemberRegisterGroup:before {
    content: '会員登録すると、今すぐ使える『500ポイント』プレゼント';
    color: var(--btn-color);
}

/* 商品検索ページ（20250105追加）
*******************************************/
#sysItemSearch #sysWrap {
    margin-top: 200px;
}
#sysItemSearch #sysMain .sysFreeArea {
    margin-bottom: 30px;
}
#sysItemSearch #sysMain .sysFreeArea + h2 {
    display: none;
    font-size: inherit;
    margin: inherit;
}
#sysItemSearch #sysMain .sysFreeArea h2.sysHeadline {
    font-size: 3.6rem;
}
#sysItemSearch #sysMain .sysFreeArea .keyword_search {
    width: 90%;
    margin: auto;
}
#sysItemSearch #sysMain .sysFreeArea .keyword_search h3 {
    margin: 0 auto 10px !important;
    font-size: 1.6rem;
}
#sysItemSearch #sysMain .sysFreeArea .keyword_search h3 span {
    font-weight: normal;
    font-size: 1.4rem;
    display: block;
    padding-top: 5px;
}
#sysItemSearch #sysMain .sysFreeArea .keyword_search .tag {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#sysItemSearch #sysMain .sysFreeArea .keyword_search .tag li {
    display: inline-block;
    width: inherit !important;
    float: none;
    text-align: center;
    margin: 0 0 2% 0;
}
#sysItemSearch #sysMain .sysFreeArea .keyword_search .tag li a {
    padding: 10px 20px;
    border: 1px solid #707070;
    color: var(--text-color);
    display: block;
    font-size: 1.6rem;
}
#sysItemSearch #sysMain .sysFreeArea .keyword_search .tag li a:hover {
    background-color: var(--hover);
}
#sysItemSearch #sysMain .itemsearch_new_wrap {
    background-color: #E8E8E8;
    padding: 30px;
    margin-bottom: 30px;
}
#sysItemSearch #sysMain .sysItemSearchFormInput .sysRentalSchedules .sysRentalSchedulesCalendars span {
    display: block;
    text-align: center;
    font-size: var(--fontsize);
    margin-bottom: 2rem;
}
#sysItemSearch #sysMain .sysItemSearchFormInput .sysRentalSchedules .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarsMonth {
    width: 100%;
    max-width: 130px;
    left: 30%;
}
#sysItemSearch #sysMain .sysItemSearchFormInput .sysRentalSchedules .sysRentalSchedulesCalendars .sysMonthSelect {
    border: 1px solid #c0c0c0;
}
#sysItemSearch #sysMain .sysItemSearchFormInput input {
    border: 1px solid #707070;
}
#sysItemSearch #sysMain .sysItemSearchFormWord {

}
#sysItemSearch #sysMain .sysItemSearchAndOr {
    margin: 10px 0;
}
#sysItemSearch #sysMain .sysItemSearchAndOr label {
    margin-right: 10px;
}
#sysItemSearch #sysMain .sysItemSearchAndOr input {
    margin: 0;
    vertical-align: text-top;
    margin-right: 5px;
}
#sysItemSearch #sysMain .sysItemSearchFormRange input {
    border: 1px solid #707070;
    height: 40px;
    margin-right: 5px;
}
#sysItemSearch #sysMain .sysItemSearchFormItemCategoryGroups .sysItemSearchFormItemCategoryGroupsTitle {
    display: block;
    text-align: center;
    font-size: var(--fontsize);
}
#sysItemSearch #sysMain .sysItemSearchFormItemCategoryGroups .itemCategoryGroup_new_wrap {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-between;
}
#sysItemSearch #sysMain .sysItemSearchFormItemCategoryGroups .itemCategoryGroup_new_wrap > div {
    width: 32%;
    margin-bottom: 2%;
    position: relative;
}
#sysItemSearch #sysMain .itemCategoryGroupTitle0, #sysItemSearch #sysMain .itemCategoryGroupTitle1, #sysItemSearch #sysMain .itemCategoryGroupTitle2, #sysItemSearch #sysMain .itemCategoryGroupTitle3, #sysItemSearch #sysMain .itemCategoryGroupTitle4, #sysItemSearch #sysMain .itemCategoryGroupTitle5 {
    font-size: var(--fontsize);
    font-weight: normal;
    color: var(--text-color);
    position: relative;
    border: 1px solid #707070;
    display: block;
    padding: 15px;
}
#sysItemSearch #sysMain .itemCategoryGroup_new_wrap div span:after {
    content: '';
    border-right: solid 1px #000;
    border-top: solid 1px #000;
    display: block;
    position: absolute;
    right: 25px;
    top: 30%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    height: 10px;
    width: 10px;
}
#sysItemSearch #sysMain .itemCategoryGroup_new_wrap div span.open:after {
    top: 45%;
    transform: rotate(-45deg); 
}
#sysItemSearch #sysMain .sysItemSearchFormItemCategoryGroups div ul {
    display: none;
    border: 1px solid #707070;
    border-top: 0;
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 1;
}
#sysItemSearch #sysMain .sysItemSearchFormItemCategoryGroups div ul li {
    display: block;
    padding: 5px;
}
#sysItemSearch #sysMain .sysItemSearchFormItemCategoryGroups div ul li input {
    display: inline-block;
}
#sysItemSearch #sysMain .sysItemSearchFormItemCategoryGroups div ul li label {
    background-color: inherit;
    padding: 0;
    border-radius: 0;
    line-height: inherit;
}
#sysItemSearch #sysMain .sysItemSearchFormInput .input_new_wrap {
    width: 320px;
    margin-top: 50px;
}
#sysItemSearch #sysMain .sysItemSearchFormInput input.sysSearchButton {
    border: 0;
    background-color: inherit;
    color: var(--text-color);
    width: 100%;
    font-size: var(--fontsize);
    margin: 0;
    height: 50px;
    line-height: 1;
}
#sysItemSearch #sysMain .sysItemSearchFormInput input.sysSearchButton:hover {
    background-color: #e7dc63;
}

/* 商品検索結果 */
#sysItemSearch #sysMain .sysThumbnail {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
#sysItemSearch #sysMain .sysThumbnail li {
    position: relative;
    width: 25%;
}
#sysItemSearch #sysMain .sysThumbnail li .sysItemPrArea {
    margin-bottom: 5px;
}
#sysItemSearch #sysMain .sysThumbnail li .sysItemName {
    font-size: var(--fontsize);
}
#sysItemSearch #sysMain .sysThumbnail li .sysRetailPrice {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 10px;
}
#sysItemSearch #sysMain .sysThumbnail li .sysRetailPrice > span {
    font-size: 1.2rem;
    font-weight: normal;
    display: block;
}
#sysItemSearch #sysMain .sysThumbnail li .sysWishListButtonFormAjax button {
    text-indent: -9999px;
    background-image: url(/img/item/icon_new_favorite_btn.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-color: inherit;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 3px;
    right: 10px;
}
#sysItemSearch #sysMain .sysThumbnail li .sysWishListButtonFormAjax button[disabled] {
    background-image: url(/img/item/icon_new_favorite_btn_checked.png);
}

/* 
ヘッダーを下スクロールで隠して
上スクロールで再表示（20250115追加）
*******************************************/
.header_new_allwrap_inner {
    position: fixed;
    top: 58px;
    left: 0px;
    z-index: 1000;
    width: 100%;
    /*height: 200px; パンくずリストにかぶるため非表示（20250203）*/
    transition: transform 0.03s;
}
.header_new_allwrap_inner.js_hide {
    transform: translateY(-500px);    
}

/* 
カートページ（20250122追加）
*******************************************/
.sysCart #sysMain .sysBox .select_new_wrap {
    max-width: 160px;
}
.sysCart #sysMain .sysDeleteArea .input_new_wrap {
    max-width: 160px;
    margin: 20px 0 10px;
}
.sysCart #sysMain .sysDeleteArea .input_new_wrap input[value="削除"] {
    margin: 0;
    border: 0;
    width: 100%;
    height: 40px;
    line-height: 1;
    color: var(--text-color);
}
.sysCart #sysMain input[type="submit"], .sysCart #sysMain button[type="submit"], .sysCart #sysMain button, .sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
    border-radius: 0;
}
.sysCart #sysWrap {
    margin: 80px auto;
}
.opcOrderBackToBasket .input_new_wrap {
    max-width: 160px;
    margin: 30px 0;
}
.opcOrderBackToBasket .input_new_wrap input[type="submit"] {
    margin: 0;
    border: 0;
    width: 100%;
    max-width: inherit;
}
.sysOpcBody #sysMain {
    margin-top: 130px;
}

/* レジ画面 */
#sysBasket #sysMain .sysNextSubmitArea .input_new_wrap {
    border: 0;
}
#sysBasket #sysMain .sysNextSubmitArea .input_new_wrap:before, #sysBasket #sysMain .sysNextSubmitArea .input_new_wrap:after {
    content: none;
}
#sysBasket #sysMain .sysNextSubmitArea .input_new_wrap input {}

/* お届け方法選択 */
.sysOpcBody #sysWrap {
    margin: 0px auto;
}
.sysOpcBody #sysWrap .opcCommonEditModeBlock {
    background: #fff;
}
.sysOpcBody #sysWrap .opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit {
    padding-bottom: 10px;
}
.opcDeliveryMethod_completeButton_edit {
    border-radius: 0;
    max-width: 300px;
    margin: 0 auto 20px;
}
.opcDeliveryMethod_backButton_edit {
    max-width: 100px;
    border-radius: 0;
    background: none;
}

/* 注文確認画面 */
.sysOpcBody .confirm_new_privacypolicy_bottom {
    text-align: center;
    margin: 20px auto 10px;
}
.sysOpcBody .confirm_new_privacypolicy_bottom p {
    margin: 0;
    padding: 5px;
    color: var(--text-color);
    line-height: 2.6rem;
    font-size: 1.4rem;
}
.sysOpcBody .confirm_new_privacypolicy_bottom p a {
    color: var(--text-color);
    text-decoration: underline;
}
.sysOpcBody .opcConfirm {
    padding: 0;
}
.sysOpcBody .opcRequestOrderArea:first-child .opcConfirm{
    display: none;
}
.sysOpcBody #sysMain input[type="submit"].opcOrderBackToBasket_backToBasket {
    display: inline-block;
    color: #000;
    background: #fff;
    border: 1px solid #707070;
    font-size: 1.4rem;
    width: 100%;
    max-width: 120px;
    border-radius: 0;
    height: 40px;
    line-height: 1;
    margin-top: 20px;
}
.sysOpcBody #sysMain .opcCommonButton {
    font-size: 1.4rem;
    border-radius: 0;
    background: none;
}
.sysOpcBody #sysMain .opcConfirm_requestOrder {
    width: 80%;
    padding: 10px;
    margin: 5px 0;
    color: #fff;
    font-weight: bold;
    text-shadow: none;
    background: #da4636;
    border: none;
    border-radius: 0;
    height: 55px;
}
.sysOpcBody #sysMain .opcConfirm_requestOrder.opcConfirm_order_disable {
    background-color: #d0cece;
}
.sysOpcBody #sysMain .opcCommonEditLabel {
    border: 0;
    padding: 0;
}
.sysOpcBody #sysMain .opcRemarks_remarkAndLabelGroup_edit {
    margin-bottom: 30px;
}
.sysOpcBody #sysMain .opcRemarks_remarkLabel_edit {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 5px;
    color: var(--btn-color);
}
.sysOpcBody #sysMain .opcRemarks_remarkDescription_edit {
    margin-left: 0;
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.sysOpcBody #sysMain .opcRemarks_remarkDescription_edit strong {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    background-color: var(--mark);
    width: 80px;
    text-align: center;
    padding: 5px;
    font-weight: normal;
    color: #fff;
}
.sysOpcBody #sysMain .opcRemarks_edit textarea {
    width: 100%;
}
.sysOpcBody #sysMain .opcRemarks_edit .opcRemarks_remarkAndLabelGroup_edit:nth-child(2) textarea {
    display: none;
}
.sysOpcBody #sysMain .opcCommonInputText, .sysOpcBody #sysMain .opcCommonInputSelect, .sysOpcBody #sysMain .opcCommonInputRadio, .sysOpcBody #sysMain .opcCommonInputCheckbox {
    margin-left: 0;
}
.sysOpcBody #sysMain .opcItem_numAndLabelGroup_edit .opcCommonInputSelect {
    height: 40px;
    border-radius: 0;
    width: 100px;
}
.sysOpcBody #sysMain .opcItem_numAndLabelGroup_edit input {
    width: 40px;
    height: 40px;
    border: 1px solid #707070;
}
.sysOpcBody #sysMain .opcOrderSummary_priceBreakDownGroup {
    margin-bottom: 10px;
}
.sysOpcBody #sysMain .input_new_wrap {}
.sysOpcBody #sysMain .input_new_wrap:before, .sysOpcBody #sysMain .input_new_wrap:after {
    content: none;
}
.sysOpcBody #sysMain input[type="submit"].opcOrderBackToBasket_backToBasket {
    margin: 0;
    max-width: inherit;
    border: 0;
}
#sysOpcBody #sysMain .modaal-wrapper .opcCommonEditLabel {
    text-align: left;
}
.opcOrderSummary_priceBreakDownGroup::after, .opcOrderSummary_totalItemPricesAndLabelGroup, .opcOrderSummary_deliveryCostAndLabelGroup, .opcOrderSummary_isolatedIslandCostMessageAndLabelGroup, .opcOrderSummary_totalCartOptionPriceAndLabelGroup, .opcOrderSummary_feeAndLabelGroup, .opcOrderSummary_itemDiscountAndLabelGroup, .opcOrderSummary_useCouponPriceAndLabelGroup, .opcOrderSummary_usePointPriceAndLabelGroup, .opcOrderSummary_getPointAndLabelGroup, .opcOrderSummary_getPointIfLoginLabelGroup, .opcOrderSummary_prospectPointAndLabelGroup, .opcOrderSummary_remainFreeShippingCostAndLabelGroup {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.opcBillingAddress, .opcBillingAddress_edit, .opcItemCommonOptionList, .opcClient, .opcClient_edit, .opcDeliveryAddress, .opcDeliveryAddress_edit, .opcDeliveryMethod, .opcDeliveryMethod_edit, .opcDeliveryAddressAndDeliveryMethodGroup, .opcItemList, .opcItem_edit, .opcSocialGiftLetterContentsGroup, .opcSocialGiftLetterContentsGroup_edit, .opcPaymentMethodList, .opcPaymentMethod, .opcRemarks, .opcRemarks_edit, .opcSubstituteOrderMemo, .opcSubstituteOrderMemo_edit, .opcPoint_edit, .opcItemPoint_edit, .opcCouponCode_edit, .opcCoupon_edit, .opcDeliveryAddressSummary, .opcDeliveryAddressAndItemsGroup, .opcDeliveryAddressViewPackage_summaryGroup, .opcSelectDeliveries, .basketCoupon_edit {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.modaal-outer-wrapper .opcCommonEditLabel {
    text-align: left;
}

/* ご注文者情報 */
.sysOpcBody #sysMain .opcBillingAddress_zipCode_edit {
    max-width: 100px;
    margin: 0;
    height: 50px;
}
.sysOpcBody #sysMain .opcBillingAddress_zipCodeSearchButton_edit {
    height: 50px;
}
.sysOpcBody #sysMain .opcBillingAddress_genderMaleAndLabelGroup_edit, .sysOpcBody #sysMain .opcBillingAddress_genderFemaleAndLabelGroup_edit {
    width: inherit;
    margin-right: 3%;
}
.sysOpcBody #sysMain .opcBillingAddress_completeButton_edit {
    border-radius: 0;
    max-width: 300px;
    margin: 0 auto 20px;
}
.sysOpcBody #sysMain .opcBillingAddress_backButton_edit {
    max-width: 100px;
    border-radius: 0;
    background: none;
}

/* お支払い方法選択画面 */
.sysOpcBody #sysMain .opcPaymentMethod_completeButton_edit {
    border-radius: 0;
    max-width: 300px;
    margin: 0 auto 20px;
}
.sysOpcBody #sysMain .opcPaymentMethod_backButton_edit {
    max-width: 100px;
    border-radius: 0;
    background: none;
}

/* お届け先情報編集画面 */
.sysOpcBody #sysMain .opcDeliveryAddress_zipCode_edit {
    max-width: 100px;
    margin: 0;
    height: 50px;
}
.sysOpcBody #sysMain .opcDeliveryAddress_zipCodeSearchButton_edit {
    height: 50px;
}
.sysOpcBody #sysMain .opcPaymentMethod_completeButton_edit {
    border-radius: 0;
    max-width: 300px;
    margin: 0 auto 20px;
}
.sysOpcBody #sysMain .opcDeliveryAddress_completeButton_edit {
    border-radius: 0;
    max-width: 300px;
    margin: 0 auto 20px;
}
.flatpickr-current-month {
    padding: 0;
}

/* 
会員登録ページ、マイページ（20250122追加）
*******************************************/
.sysMemberRegister #sysMain .sysFreeArea > br {
    display: none;
}
.sysMemberRegister #sysMain .sysFreeArea, .sysMypage #sysMain .sysFreeArea {}
.sysMemberRegister #sysMain .member_new_benefits, .sysMypage #sysMain .member_new_benefits {
    background-color: #F4F4F4;
    padding: 20px;
    max-width: 550px;
    margin: auto;
    margin: 0 auto 30px;
}
.sysMemberRegister #sysMain .menber_new_point, .sysMypage #sysMain .menber_new_point {
    background-color: var(--beige);
    padding: 20px;
    margin: 0 0 20px 0;
}
.sysMemberRegister #sysMain .sysFreeArea h2, .sysMypage #sysMain .sysFreeArea h2 {
    display: block !important;
    font-size: 2.6rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    color: var(--text-color);
    text-align: center;
}
.sysMypage #sysMain .sysFreeArea h2 {
    margin-bottom: 20px;
}
.sysMemberRegister #sysMain .sysFreeArea p, .sysMypage #sysMain .sysFreeArea p {
    font-size: 1.6rem;
}
.sysMemberRegister #sysMain .sysFreeArea p span, .sysMypage #sysMain .sysFreeArea p span {
    color: var(--mark);
}
.sysMemberRegister .sysMemberAgreementFormLabel {
    display: none;
}
#sysMemberRegisterIndex .sysFormItem {
    margin-bottom: 30px;
}
#sysMemberRegisterIndex #sysMain .sysMemberAgreement {
    margin-bottom: 20px;
    padding: 10px;
}
#sysMemberRegisterIndex #sysMain .sysZipcode button {
    max-width: 100px;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 0;
    height: 50px;
    color: var(--text-color);
}
#sysMemberRegisterIndex #sysMain input[type="text"], #sysMemberRegisterIndex #sysMain input[type="tel"], #sysMemberRegisterIndex #sysMain input[type="email"], #sysMemberRegisterIndex #sysMain input[type="password"] {
    margin: 0;
}
.sysMemberRegister #sysMain input[type="submit"].sysNextSubmit {
    float: none;
    font-size: 1.6rem;
    line-height: 1;
    max-width: 300px;
    margin: auto;
    display: block;
    width: 100%;
    color: var(--text-color);
    border: 1px solid #707070;
    background: #e7e9ec;
    border-radius: 0;
    height: 40px;
    cursor: pointer;
}
.sysMemberRegister #sysMain .sysButton[type="submit"], .sysMemberRegister #sysMain .sysBackButton {
    width: 100%;
    float: none;
    margin-right: 0;
    border-radius: 0;
    height: 40px;
    font-size: 1.6rem;
    margin-top: 10px;
    line-height: 1;
    max-width: 100px;
    background-color: #fff;
    color: var(--text-color);
    border: 1px solid #707070;
}
#sysMemberRegisterConfirm #sysMain .sysFormItem {
    margin-bottom: 20px;
}
.sysMemberRegister #sysMain .input_new_wrap {
    max-width: 160px;
    margin: 0;
}
.sysMemberRegister #sysMain .input_new_wrap input[type="submit"] {
    border: 0;
    padding: 0 !important;
    margin: 0;
    max-width: inherit;
}
.sysMemberRegister #sysMain .sysForm .input_new_wrap {
    max-width: 300px;
    margin: auto;
}
.sysMemberRegister #sysMain .sysForm .input_new_wrap input[type="submit"] {
    border: 0;
}


/* 
マイページ（20250122追加）
*******************************************/
.sysMypage #sysMain .sysMypageNav {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0 0;
}
.sysMypage #sysMain .sysMypageNav form {}
.sysMypage #sysMain .sysMypageNav form input[type="submit"] {
    max-width: inherit;
    background-color: #fff;
    color: var(--text-color);
    border-radius: 0;
    margin: 0;
}
.sysMypage #sysMain .sysMypageNav form input[type="submit"]:hover {
    background-color: var(--hover);
}
.sysMypage .sysMypageNav form:nth-of-type(3), .sysMypage .sysMypageNav form:nth-of-type(4), .sysMypage .sysMypageNav form:nth-of-type(5), .sysMypage .sysMypageNav form:nth-of-type(6), .sysMypage .sysMypageNav form:nth-of-type(7), .sysMypage .sysMypageNav form:nth-of-type(8), .sysMypage .sysMypageNav form:nth-of-type(9) {
    display: block;
}
#sysMypageEditDelivery #sysMain input{
    height: 50px;
}
#sysMypageEditMember #sysMain input[type="text"], #sysMypageEditMember #sysMain input[type="email"], #sysMypageEditMember #sysMain input[type="password"], #sysMypageEditMember #sysMain input[type="tel"] {
    height: 50px;
}
#sysMypageEditMember #sysMain .sysZipcode button {
    max-width: 100px;
    border-radius: 0;
    height: 50px;
    background-color: #fff;
    border: 1px solid #707070;
    color: var(--text-color);
}
#sysMypageEditConfirm #sysMain .sysFormItem {
    margin-bottom: 20px;
}
#sysMypageEditDelivery #sysMain .sysForm .input_new_wrap, #sysMypageEditMember #sysMain .sysForm .input_new_wrap, #sysMypageEditMember #sysMain .sysForm .input_new_wrap {
    max-width: 300px;
    margin: 30px auto 0;
}
#sysMypageEditDelivery #sysMain .sysOtherAddress + .input_new_wrap {
    max-width: 300px;
    margin: 30px auto 0;
}
#sysMypageEditDelivery #sysMain input.sysNextSubmit, #sysMypageEditMember #sysMain input.sysNextSubmit, #sysMypageEditConfirm #sysMain input.sysNextSubmit {
    max-width: 300px;
    margin: 0;
    display: block;
    width: 100%;
    height: 50px;
    color: var(--text-color);
    white-space: nowrap;
    background: #fff;
    border-radius: 0;
    line-height: 1;
    font-size: 1.6rem;
}
#sysMypageEditDelivery #sysMain input.sysNextSubmit:hover, #sysMypageEditMember #sysMain input.sysNextSubmit:hover, #sysMypageEditConfirm #sysMain input.sysNextSubmit:hover {
    background-color: var(--hover);
}
#sysMypageEditDelivery #sysMain .input_new_wrap, #sysMypageEditMember #sysMain .input_new_wrap, #sysMypageEditConfirm #sysMain .input_new_wrap, .sysMypage #sysMain > form .input_new_wrap {
    max-width: 160px;
    margin: 0;
}
#sysMypageEditDelivery #sysMain .input_new_wrap:hover, #sysMypageEditMember #sysMain .input_new_wrap:hover, #sysMypageEditConfirm #sysMain .input_new_wrap:hover, .sysMypage #sysMain > form .input_new_wrap:hover {
    background-color: var(--hover);
}
#sysMypageEditDelivery #sysMain input.sysButton[value="戻る"], #sysMypageEditMember #sysMain input.sysBackButton, #sysMypageEditConfirm #sysMain input.sysBackButton, .sysMypage #sysMain input[value="戻る"] {
    min-width: 100px;
    border-radius: 0;
    background: none;
    color: var(--text-color);
    height: 40px;
    margin: 0;
    line-height: 1;
}
#sysMypageEditDelivery #sysMain .sysZipcode input {
    max-width: 100px;
}
#sysMypageEditDelivery #sysMain .sysZipcode button {
    background-color: #fff;
    border: 1px solid #707070;
    color: var(--text-color);
    padding: 10px;
    height: 50px;
}
#sysMypageEditSave #sysMain input.sysButton, #sysMypageEditSavedelivery #sysMain input.sysButton {
    max-width: 100px;
    border-radius: 0;
    background: none;
    color: var(--text-color);
    border: 1px solid #707070;
    height: 40px;
    line-height: 1;
}
#sysMypageEditDeliveryinput #sysMain .input_new_wrap {
    max-width: 160px;
    margin: 20px 0;
}
#sysMypageEditDeliveryinput #sysMain .input_new_wrap input[type="submit"][value="戻る"] {
    background: inherit;
    color: var(--text-color);
    height: 40px;
    line-height: 1;
    margin: 0;
    max-width: 160px;
    padding: 0 !important;
    width: 100%;
}
#sysMypageEditDeliveryinput #sysMain div + .input_new_wrap {
    max-width: 300px;
    margin: 20px auto 30px;
}
#sysMypageEditDeliveryinput #sysMain div + .input_new_wrap input[type="submit"]{
    max-width: 300px;
    margin: 30px auto 0;
}
#sysMypageEditDeliveryinput #sysMain div + .input_new_wrap:hover {
    background-color: var(--hover);
}
#sysMypageEditDeliveryinput #sysMain div + .input_new_wrap input#button2{
    max-width: 300px;
    margin: 0;
    display: block;
    width: 100%;
    height: 50px;
    color: var(--text-color);
    white-space: nowrap;
    background: #fff;
    border-radius: 0;
    line-height: 1;
}

/* マイページTOP */
/* クレジットカードを編集するを非表示 */
.sysMypage #sysMain .sysMypageNav form:nth-child(4) {
display: none;
}

/* お届け先情報を編集するを非表示 */
.sysMypage #sysMain .sysMypageNav form:nth-child(5) {
display: none;
}

/* クーポンを確認するを非表示 */
.sysMypage #sysMain .sysMypageNav form:nth-child(7) {
display: none;
}

/* レビュー管理を非表示 */
.sysMypage #sysMain .sysMypageNav form:nth-child(10) {
display: none;
}

/* ログインページ */
#sysRegi #sysMain .input_new_wrap {
    border: 0;
    text-align: left;
    margin: 0;
}
#sysRegi #sysMain .input_new_wrap:before, #sysRegi #sysMain .input_new_wrap:after {
    content: none;
}
#sysRegi #sysMain input.sysLoginButton {
    width: 100%;
    margin: 5px 0;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
    background: #da4636 !important;
    border: none;
    font-size: 2rem;
    max-width: 100%;
}
#sysRegi #sysMain input[value="ログインパスワードを忘れた場合"] {
    text-overflow: inherit;
    white-space: inherit;
    max-width: inherit;
}
#sysMypageLogin #sysMain .input_new_wrap {
    max-width: 300px;
}
#sysMypageLogin #sysMain .sysLoginButton {
    width: 100%;
    float: none;
    font-size: 1.4rem;
    max-width: 100%;
    border-radius: 0;
    line-height: 1;
    background: #fff;
    color: var(--text-color);
    height: 40px;
    margin: 0;
}
#sysMypageLogin #sysMain .sysButton {
    width: 100%;
    font-size: 1.4rem;
    border-radius: 0;
    background: none;
    color: var(--text-color);
    height: 40px;
    margin: 0;
    line-height: 1;
    max-width: 100%;
}
#sysMypageLogin #sysMain .sysLoginButton:hover, #sysMypageLogin #sysMain .sysButton:hover {
    background-color: var(--hover);
}

/* ログアウト */
#sysMypageLogout #sysMain .sysMypageMinorHeadLine {
    font-size: inherit;
    text-align: left;
    font-family: inherit;
}
.sysMypage #sysMain .action_btn a {
    margin: 30px auto;
    max-width: 300px;
    padding: 15px;
    font-size: 1.6rem;
}

/* 解約 */
#sysMypageWithdrawalConfirm #sysMain .sysWithdrawal .input_new_wrap {
    max-width: 300px;
}
#sysMypageWithdrawalConfirm #sysMain .sysWithdrawal .input_new_wrap:hover {
    background-color: var(--hover);
}
#sysMypageWithdrawalConfirm #sysMain .sysWithdrawal .input_new_wrap input[type="submit"] {
    margin: 0;
    width: 100%;
    max-width: inherit;
    border-radius: 0;
    background: #fff;
    color: var(--text-color);
}

/* 購入履歴 */
.sysMypage #sysMain .sysMypageMinorHeadLine {
    font-size: 2.6rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    color: var(--text-color);
    text-align: center;
    margin-bottom: 10px;
}
.sysMypage #sysMain .sysOrderHeader .sysDatetime {
    float: none;
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.sysMypage #sysMain .sysOrderHeader .sysTotalPrice {
    text-align: left;
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.sysMypage #sysMain .sysOrderHeader .sysShopOrderNo {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.sysMypage #sysMain .sysOrderHeader .sysCallOrderHistoryDetail {
    margin: 10px auto;
}
.sysMypage #sysMain .sysOrderHeader .sysCallPrintReceipt {
    text-align: left;
}
.sysMypage #sysMain .sysOrderHeader .sysCallPrintReceipt button, .sysMypage #sysMain .sysOrderHeader .sysCallOrderHistoryDetail button {
    border: 1px solid #9D9D9D;
    background-color: #E0E0E0;
    cursor: pointer;
    outline: none;
    padding: 5px 10px;
    appearance: none;
}
.sysMypage #sysMain .sysOrder .sysDatetime {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.sysMypage #sysMain .sysOrder .sysItemName {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.sysMypage #sysMain .sysOrder .sysVariations, .sysMypage #sysMain .sysOrder .sysOptions {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.sysMypage #sysMain .sysOrder .sysNumber {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.sysMypage #sysMain .sysRentalScheduleInfo > div {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.sysMypage #sysMain .sysRentalScheduleInfo .sysRentalUseItemName {
    color: #e56c5f;
}

/* 購入履歴詳細 */
.sysMypage #sysMain .sysOrderDetailArea .sysOrderDatatimeGroup {
    font-size: 2rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.sysMypage #sysMain .sysOrderDetailArea > div {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.sysMypage #sysMain .sysDeliveryDetailArea {}
.sysMypage #sysMain .sysDeliveryDetailArea > div {
    margin-bottom: 20px;
}
.sysMypage #sysMain .sysDeliveryDetailArea > div > div {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.sysMypage #sysMain .sysDeliveryDetailArea .sysDeliveryAddressHeader {
    margin-top: 0;
}
.sysMypage #sysMain .sysItemArea .sysItemAreaHeader {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.sysMypage #sysMain .sysItemSummaryGroup > div {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.sysMypage #sysMain .sysRentalScheduleArea > div {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.sysMypage #sysMain .sysRentalScheduleArea .sysRentalScheduleUsageDateLabel, .sysMypage #sysMain .sysRentalScheduleArea .sysRentalScheduleReturnDateLabel {
    color: var(--mark);
}
.sysMypage #sysMain .sysCartOption_RemarkArea > div {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.sysMypage #sysMain .sysOrderDetail .input_new_wrap {
    max-width: 300px;
    height: 50px;
}
.sysMypage #sysMain .sysOrderDetail .input_new_wrap:hover {
    background-color: var(--hover);
}
.sysMypage #sysMain .sysOrderDetail input[type="submit"].sysBackButton {
    width: 100%;
    background: inherit;
    height: 48px;
    padding: 0 !important;
    margin: 0;
    color: var(--text-color);
    font-size: 1.6rem;
    cursor: pointer;
}

/* マイページカートボタン */
.sysMypage #sysMain input.sysCartButton {
    background: url(/img/common/btn_cart.png) center center no-repeat;
    background-size: 130px;
    background-color: #da4636 !important;
    text-indent: -9999px;
    padding: 20px 15px !important;
    margin: 4px 0;
    border-radius: 5px;
    max-width: 400px;
}

/* 
レンタルご利用方法（20250128追加）
*******************************************/
#howto_rental #sysWrap {
    max-width: inherit;
}
.under_new_howtouse section {
    padding: 30px;
    border-top: 1px solid #707070;
}
.under_new_howtouse #anchor {
    border-top: 0;
    padding: 10px;
}
.under_new_howtouse .tableofcontents {
    justify-content: space-between;
    padding: 30px;
    max-width: 1100px;
    margin: auto;
    flex-wrap: wrap;
}
.under_new_howtouse .tableofcontents li {
    width: 12%;
}
.under_new_howtouse .tableofcontents li a {
    padding: 10px 20px;
    border: 1px solid #e8e8e8;
    color: var(--text-color);
    font-size: 1.6rem;
    display: block;
    text-align: center;
}
.under_new_howtouse #howtouse {
    background-color: var(--beige);
    border-top: 0;
}
.under_new_howtouse #cost {
    border-top: 0;
}
.under_new_howtouse .common_new_btn {
    max-width: 300px;
    margin: 30px auto;
    text-decoration: none !important;
}
.under_new_howtouse .howto_rental_wrap_inner ul, .under_new_howtouse .howto_rental_innerwrap ul {
    margin: 10px;
    background-color: #f6f6f6;
    padding: 10px;
}
.under_new_howtouse .howto_rental_wrap_inner ul li, .under_new_howtouse .howto_rental_innerwrap ul li {
    line-height: 2.6rem;
    font-size: 1.6rem;
    list-style-type: disc;
    margin-left: 1em;
}
.under_new_howtouse .howto_rental_wrap {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    max-width: 1100px;
    margin: auto;
}
.under_new_howtouse .howto_rental_wrap.step {
    background-color: #fff;
    margin-bottom: 30px;
}
.under_new_howtouse .step h2 {
    font-size: 2.8rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    color: var(--text-color);
    text-align: center;
    margin-bottom: 30px;
}
.under_new_howtouse .step h2 span {
    font-family: sans-serif;
    font-size: 1.6rem;
    background-color: #707070;
    color: #fff;
    padding: 5px 10px;
    vertical-align: middle;
    margin-right: 10px;
}
.under_new_howtouse .step figure {
    text-align: center;
}
.under_new_howtouse .step .howto_rental_wrap_inner, .under_new_howtouse .step .howto_rental_wrap_inner.box {
    max-width: 900px;
    margin: 10px auto 30px;
}
.under_new_howtouse .step .howto_rental_wrap_inner.box {
    border: 1px solid #e9e9e9;
    padding: 20px;
}
.under_new_howtouse .step .howto_rental_wrap_inner.box.no5 {
    position: inherit;
}
.under_new_howtouse .step .howto_rental_wrap_inner.box.no5:before, .under_new_howtouse .step .howto_rental_wrap_inner.box.no5:after {
    content: none;
}
.under_new_howtouse .step .howto_rental_wrap_inner.box {
    position: relative;
    display: block;
    width: 100%;
    background: #FFF;
    border: solid 1px #555;
    box-sizing: border-box;
}
.under_new_howtouse .step .howto_rental_wrap_inner.box:before {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -16px;
    border: 13px solid transparent;
    border-top: 13px solid #FFF;
    z-index: 2;
}
.under_new_howtouse .step .howto_rental_wrap_inner.box:after {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #555;
    z-index: 1;
}
.under_new_howtouse p {
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.under_new_howtouse .step .howto_rental_wrap_inner h3 {
    font-size: 2.8rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    color: var(--text-color);
    margin-bottom: 30px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.under_new_howtouse .step .howto_rental_wrap_inner h3 span {
    width: 10%;
    text-align: center;
}
.under_new_howtouse .step .howto_rental_wrap_inner h3 strong {
    width: 90%;
    border-left: 5px solid #CABF53;
    padding-left: 1rem;
}
.under_new_howtouse .step .howto_rental_wrap_inner h4 {
    font-size: 2rem;
}
.under_new_howtouse .howto_rental_wrap.cost h3, .under_new_howtouse .howto_rental_wrap.add h3, .under_new_howtouse .howto_rental_wrap.other h3 {
    font-size: 2.4rem;
    font-weight: normal;
    border-left: 4px solid #CDC1C7;
    padding-left: 1rem;
    line-height: 1;
}
.under_new_howtouse .howto_rental_innerwrap {
    padding: 0 2rem;
}
.under_new_howtouse .howto_rental_innerwrap table {
    width: 100%;
    background-color: #F8F8F8;
    margin: 30px auto 0;
    padding: 30px;
    border-collapse: separate;
}
.under_new_howtouse .howto_rental_innerwrap table th {
    padding: 10px;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 1px solid #707070;
}
.under_new_howtouse .howto_rental_innerwrap table td {
    border-left: 1px solid #707070;
    padding: 10px;
    font-size: 1.6rem;
    text-align: center;
    border-bottom: 1px solid #707070;
}
.under_new_howtouse .howto_rental_innerwrap table tr:last-child th, .under_new_howtouse .howto_rental_innerwrap table tr:last-child td {
    border-bottom: 0;
}
.under_new_howtouse .howto_rental_wrap.add dl dd {
    font-size: 1.6rem;
    margin: 10px;
    background-color: #f6f6f6;
    padding: 10px;
}
.under_new_howtouse .howto_rental_wrap.add table tr > th:first-child, .under_new_howtouse .howto_rental_wrap.add table tr > td:first-child {
    border-left: 0;
}
.under_new_howtouse .howto_rental_wrap.add table th {
    border-left: 1px solid #707070;
}
.under_new_howtouse .howto_rental_wrap.other h2 {
    width: 100%;
    font-size: 3rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    color: var(--text-color);
    margin: 0 auto 30px;
    text-align: center;
}
.under_new_howtouse .howto_rental_wrap.other ul.delivery_image {
    justify-content: space-between;
    padding: 20px;
    flex-wrap: wrap;
}
.under_new_howtouse .howto_rental_wrap.other ul.delivery_image li {
    list-style-type: none;
    margin-left: 0;
    width: 33%;
    padding: 1rem;
}
.under_new_howtouse .howto_rental_wrap.other ul.delivery_image li figure {
    text-align: center;
}
.under_new_howtouse .howto_rental_wrap.other a {
    text-decoration: underline;
}

/* 
サイズのめやす（20250129追加）
*******************************************/
#content_size #sysWrap {
    max-width: inherit;
}
.under_new_size .size_new_wrap {
    max-width: 1100px;
    margin: auto;
}
.under_new_size #fv {
    position: relative;
    background-color: var(--beige);
}
.under_new_size #fv .size_new_wrap {
    position: relative;
    height: 60vh;
    max-height: 450px;
}
.under_new_size #fv h1 {
    font-size: 5rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    color: var(--text-color);
    position: absolute;
    bottom: 60px;
    z-index: 1;
}
.under_new_size #fv figure {
    position: absolute;
    bottom: 0;
    right: 0;
}
.under_new_size #fv figure img {
    max-width: 600px;
}
.under_new_size #view {
    padding: 30px;
}
.under_new_size #view .size_new_innerwrap {
    max-width: 1100px;
    margin: 10px auto 30px;
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
}
.under_new_size #view .size_new_innerwrap:last-child {
    border: 0;
}
.under_new_size #view .size_new_innerwrap h3 {
    width: 100%;
    font-size: 2.4rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    color: var(--text-color);
    margin-bottom: 20px;
}
.under_new_size #view .size_new_innerwrap h3 span {
    display: block;
    color: #9CA5AF;
    font-size: 1.6rem;
}
.under_new_size #view .size_new_innerwrap .flex {
    justify-content: space-between;
    align-items: center;
}
.under_new_size #view .size_new_innerwrap .flex figure {
    width: 40%;
    max-width: 350px;
}
.under_new_size #view .size_new_innerwrap .flex .table_layout table {
    width: 100%;
    background-color: #F8F8F8;
    margin: 30px auto 0;
    padding: 30px;
    border-collapse: separate;
}
.under_new_size #view .size_new_innerwrap .flex .table_layout table th {
    padding: 10px;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 1px solid #707070;
}
.under_new_size #view .size_new_innerwrap .flex .table_layout table td {
    border-left: 1px solid #707070;
    padding: 10px;
    font-size: 1.6rem;
    text-align: left;
    border-bottom: 1px solid #707070;
}
.under_new_size #view .size_new_innerwrap .flex .table_layout table tr:last-child th, .under_new_size #view .size_new_innerwrap .flex .table_layout table tr:last-child td {
    border-bottom: 0;
}
.under_new_size #view .size_new_innerwrap .flex .table_layout p{
    font-size: 1.6rem;
}

/* 
ルールとマナー（20250130追加）
*******************************************/
#manner #sysWrap {
    max-width: inherit;
}
.under_new_rule_manner .manner_new_wrap {
    max-width: 1100px;
    margin: auto;
}
.under_new_rule_manner #fv {
    position: relative;
    background-color: var(--beige);
    padding: 0;
}
.under_new_rule_manner #fv .manner_new_wrap {
    position: relative;
    height: 60vh;
    max-height: 450px;
}
.under_new_rule_manner #fv h1 {
    font-size: 5rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    color: var(--text-color);
    position: absolute;
    bottom: 60px;
    z-index: 1;
}
.under_new_rule_manner #fv figure {
    position: absolute;
    bottom: 0;
    right: 0;
}
.under_new_rule_manner #fv figure img {
    max-width: 600px;
}
.under_new_rule_manner section {
    padding: 30px 0;
}
.under_new_rule_manner #container_list_wrap {
    margin-bottom: 50px;
}
.under_new_rule_manner section#tab h2 br {
    display: none;
}
.under_new_rule_manner section#tab h3 {
    width: 100%;
    font-size: 2.6rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    color: var(--text-color);
    margin: 0 auto 20px !important;
}
.under_new_rule_manner section#tab h3.headline {
    font-size: 2.4rem;
    font-weight: normal;
    border-left: 4px solid #CDC1C7;
    padding-left: 1rem;
    line-height: 1;
}
.under_new_rule_manner section#tab .container_innerwrap {
    margin-bottom: 30px;
}
.under_new_rule_manner section#tab .container_innerwrap h3.headline {
    font-size: 2rem;
    font-family: inherit;
    margin-bottom: 10px !important;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap_block {
    justify-content: space-between;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap_block p {
    width: 60%;
    margin: 0;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap_block li {
    font-size: 1.6rem;
    line-height: 1.6;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap_block figure {
    width: 30%;
}
.under_new_rule_manner .manner_new_innerwrap {
    margin: 10px auto 30px;
}
.under_new_rule_manner .manner_new_innerwrap p {
    font-size: 1.6rem;
    line-height: 1.6;
    max-width: 1100px;
}
.under_new_rule_manner .manner_new_innerwrap .content_area {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 20px;
}
.under_new_rule_manner .manner_new_innerwrap .tab-container {
    display: flex;
    flex-wrap: wrap;
}
.under_new_rule_manner .manner_new_innerwrap .tab-container {
    width: 1080px;
    margin: auto;
    white-space: nowrap;
    overflow-x: scroll;
    flex-wrap: inherit;
    padding-bottom: 30px;
    justify-content: center;
}
.under_new_rule_manner .manner_new_innerwrap .tab {
    text-align: center;
    padding: 15px 50px;
    background-color: var(--bg-color);
    cursor: pointer;
    min-width: 180px;
}
.under_new_rule_manner .manner_new_innerwrap .tab.active {
    background-color: var(--hover);
    position: relative;
}
.under_new_rule_manner .manner_new_innerwrap .tab.active:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 10px solid #e8dc62;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.under_new_rule_manner .manner_new_innerwrap .content-container {
    background-color: var(--bg-color);
    margin-top: -45px;
}
.under_new_rule_manner .manner_new_innerwrap .content {
    display: none;
}
.under_new_rule_manner .manner_new_innerwrap .content.show {
    display: block;
}
.under_new_rule_manner .tab_new_innerwrap {
    max-width: 1100px;
    margin: auto;
}
.under_new_rule_manner .tab_new_innerwrap .read_wrap {
    margin-bottom: 50px;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap {
    margin-bottom: 50px;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap {
    justify-content: space-between;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap figure {
    width: 34%;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block {
    width: 63%;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block p {
    margin: 0 auto 20px;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block h4 {
    text-align: center;
    font-size: 1.6rem;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    font-family: "Shippori Mincho", serif;
    font-weight: normal;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block ul {
    justify-content: space-between;
    margin-bottom: 30px;
    width: 100%;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block ul.left {
    justify-content: left;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block ul.left > li {
    width: 32%;
    margin-right: 2%;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block ul .slick-list {
    width: 100%;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block ul li.slick-slide {
    width: 32% !important;
    margin-right: 2%;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block ul li.slick-slide:last-child {
    margin-right:0;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block ul li .image {
    margin-bottom: 20px;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block ul li a {
    max-width: 180px;
    margin: auto;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block ul .slick-track {
    justify-content: space-between;
    display: flex;
    display: -webkit-flex;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block .btn_action {}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block .btn_action a {
    max-width: 300px;
    margin: auto;
    font-size: 1.8rem;
    padding: 15px;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap.block .detail {
    width: 60%;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap.block figure {
    width: 20%;
}
.under_new_rule_manner .action_btn a {
    max-width: 400px;
    display: block;
    margin: auto;
}

/* 東京ソワールレンタルドレスとは */
#about #sysWrap {
    max-width: inherit;
    margin-top: 50px;
}
#about .under_new_about .title_reason .sp {
    display: none;
}
@media screen and (max-width: 600px) {
    #about .under_new_about .title_reason .sp {
        display: block;
    }
    #about .under_new_about .title_reason .pc {
        display: none;
    }
}
#about .under_new_about {}
#about .under_new_about .wrap_content {
    margin-bottom: 50px;
    padding: 50px 0;
}
#about .under_new_about .wrap_content.bg {
    background-color: #F0F0F0;
    margin-bottom: 0;
}
#about .under_new_about .title_reason {
    position: relative;
    max-width: 1500px;
    margin: 0 auto 5rem;
}
#about .under_new_about .title_reason .title {
    position: absolute;
    bottom: -15rem;
    left: 10rem;
    background-color: #fff;
    padding: 2rem;
}
#about .under_new_about .title_reason .title h2 {
    font-size: 2.8vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    color: var(--text-color);
}
#about .under_new_about .title_reason .title p {
    font-size: 1.6rem;
    color: #9ca5af;
    display: block;
    font-family: "Cormorant Infant", serif;
    font-weight: 300;
    font-style: normal;
}
#about .under_new_about .inner_wrap {
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 50px;
    max-width: 1440px;
}
#about .under_new_about .inner_wrap.new_read > p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    max-width: 1100px;
    margin: 5rem auto;
}
#about .under_new_about .inner_wrap.lineup {
    flex-direction: row-reverse;
}
#about .under_new_about figure {
    width: 54%;
}
#about .under_new_about figcaption {
    width: 44%;
}
#about .under_new_about figcaption h3 {
    font-size: 2.4rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    color: var(--text-color);
}
#about .under_new_about figcaption h3 span {
    color: #9ca5af;
    display: block;
    font-family: "Cormorant Infant", serif;
    font-weight: 300;
    font-size: 5rem;
    line-height: 1;
}
#about .under_new_about figcaption p {
    font-size: 1.6rem;
    line-height: 2.8rem;
}
#about .under_new_about .wrap_content .specialist {
    max-width: 900px;
    margin-left: 10rem;
}
#about .under_new_about .wrap_content.line {
    max-width: 700px;
    margin: auto;
}
#about .under_new_about .wrap_content.line p {
    font-size: 1.6rem;
    margin: 20px auto;
}
#about .under_new_about .wrap_content.bg_image {
    background-image: url(/img/under/about/img_new_about_bg.jpg);
    padding-bottom: 10%;
    background-position: bottom right;
    background-repeat: no-repeat;
    margin-bottom: 0;
}
#about .under_new_about .wrap_content.bg_image .inner_wrap {
    text-align: left;
    padding: 0;
    margin: 5% 0 0 15%;
    width: 30%;
}
#about .under_new_about .wrap_content.bg_image h2 {
    text-align: left;
}
#about .under_new_about .wrap_content.bg_image h2 span{
    text-align: left;
    padding: 0;
    margin: 0;
}
#about .under_new_about .wrap_content.bg_image p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 5%;
}
#about .under_new_about .wrap_content.bg_image .common_new_btn {
    padding: 15px;
    font-size: 1.6rem;
    max-width: 400px;
}

/* フォーム */
.form-inquiry #sysMain .input_new_wrap {
    max-width: 360px;
    margin: auto;
}
.form-inquiry #sysMain .input_new_wrap input {
    width: 100%;
    margin: 0;
    line-height: inherit;
    background-color: #ffffff;
    color: var(--btn-color);
    font-size: 1.6rem !important;
}
.form-inquiry #sysMain .input_new_wrap input:hover {
    background-color: var(--hover);
}
@media screen and (max-width:600px){
.sysDisplayMobileNone{
	display:none !important;
}

/* 10-0 Only Smartphone
 *----------------------------------------------------------------------*/
body{
position: relative;
overflow: auto;
height: 100%;
}  

#sysWrap{margin-top:60px;}
#sysMain,#sysAside{ width: 100%!important;}
 
.sysMypage #sysWrap, .sysMemberRegister #sysWrap{
	margin: 240px auto 0; /*元数値：130px*/
}

#sysFormIndex div#sysMain,
#sysFormConfirm div#sysMain,
#sysFormThanks div#sysMain {
    width: 98% !important;
    padding:20px 10px 30px !important;
    margin: 110px auto 10px;
}
.sysCart #sysMain,
.sysMypage div#sysMain,
.sysMemberRegister #sysMain,
#sysItemSearch div#sysMain{
    width: 98% !important;
    padding:20px 10px 30px !important;
    margin:10px auto 0;
}
.sysFormField label{display: block;}
#sysFormIndex .txtBlock{text-align: left;}
#sysMain{ margin-top: 0;}
.grid-col {
	float: none;
	width: 100%!important;
        margin-left: 0;
}
/*Header */
#sysHeader{ margin-bottom: 5px;}

/* Category Pankuzu */
.sysItemCategoryPankuzu {
    font-size: xx-small;
}

/* Archive Thumbnail Item */
.sysItemList ul.sysThumbnail { font-size: small;}
.sysItemList ul.sysThumbnail input { font-size: x-small;}

/* Order Area */
.orderArea { letter-spacing: normal;}
.orderArea > div {
    width: 100%;
    padding-right: 0;
    float: none;
}

/*header検索ボックス*/
.h_search{
	margin-top:30px;
}

/***********************************
	商品詳細ページ
***********************************/
#sysItemDetail #sysMain {
    max-width: 450px;
    width: 90% !important;
}
.sysItemList ul.sysThumbnail li{width: 50% !important;}
.sysItemName a{font-size: 12px;}
/*商品名*/
#sysItemDetail .sysItemName h1{
	font-size:18px;
	padding-bottom:5px;
	margin-bottom:20px;
}
#sysItemDetail .sysForm select{
	height:30px;
	text-align:center;
}
#sysItemDetail .sysSelectionDescription{margin: 5px 0 10px;}
#sysItemDetail #sysNumber{text-align: right;}

/*数量増減*/
#sysItemDetail .sysNumArea button {
	width: 35%;
}
/*PRアイコン(商品カテゴリーページ)*/
#sysItemCategory #sysMain{padding: 5px;}
.sysItemPrArea span{
        width: 48%;
        padding: 3px 0px;
        font-size: 10px;
        max-width: 200px; /*PRタグ最大幅制限*/
}
#sysItemCategory input[type=submit]{margin-top: 0px;}
.sysAddSelection{font-size: 12px;}
.sysSelectionDescription{font-size: 10px;}
/*PRアイコン(商品詳細ページ)*/
.sysPr{margin-top: 10px;}
.sysPr span{
        width: 49%;
        font-size: 16px;
}
#sysItemDetail .sysForm select {
	min-width: 300px;
	display: inline-block;
	float: right;
}
#sysItemDetail .sysNumber select {
        min-width: 100px;
}

#sysItemDetail{
	padding-bottom:40px;
}

/*商品ページ用おすすめ商品*/
.itempage_recommend .sysItemBlock .sysHorizontal li{
	width:50%;
	padding:0 5px;
	margin-bottom:20px;
}
.itempage_recommend .sysItemName{
	font-size:12px;
}
.itempage_recommend .sysItemPrice{
	font-size:11px;
}

/*for demo 2017/01/12*/
.sysExplanation{
	float: none;
	width: 100%;
}

span.sp_newline{display: block}

/***********************************
	ヘッダー
***********************************/
.header_wrap{
	position: fixed;
	height: 90px;/*元数値：90px*//*ナビ非表示時数値：60px*/
	top: 0px; left: 0; right: 0;
	margin: auto;
	background: #8edae5; /* ナビ以外の背景色変更 */
	z-index: 120;
}
#sysHeader{
	width: 100%;
	margin: 0px auto;
}
.h_inner{margin: 0px 0 0;}
.header_h1_under, .header_h1{
	width: 100%;
	height: auto;
	float: none;
	text-align: center;
	background: #8edae5;
}
.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: 5px;
}

/***********************************
	カート情報
***********************************/
#cartInfo{display: none;}

/***********************************
	ナビゲーション
***********************************/
#headNavigation .pcnone{display: block;}
#headNavigation .spnone{display: none;}
#headNavigation li.active{background: #fff;}
.h_navi{
	width: 100%;
	height: 50px;
        background-color:#fff;
}
#headNavigation li.tab1{
        width: 25%;
	margin-top:10px;
        margin-bottom: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; */
}

div#spNaviWrap {
    height: 100vh;
    overflow: auto;
}

#spNaviWrap{
	position: absolute;
	width: 100%;
	height: 1550px;
	top: 0px; left: -100%;
	background: rgba(225,225,225,1);
	z-index:  200;
	padding: 30px 10px 0;
        overflow: scroll;
}

/***********************************
	ログイン情報
***********************************/
.h_login .sysHeadline,.h_search .sysHeadline{
	text-align: center;
	font-size: 18px;
    margin-botom: 10px;
}
.h_login .sysContent{text-align: center;}
.h_login .sysFormItem{margin-bottom: 10px;}
.h_login .sysFormLabel{
	display: block;
	font-size: 12px;
	height: 20px;
	text-align: left;
	margin-bottom: 3px;
}
.h_login .sysLoginButton{
	width: 100%;
	margin: 10px 0%;
	border-radius:5px;
	background:#000;
	font-size: 15px;
	height: 35px;
	line-height: 10px;
}
.h_login li{
	border:1px solid #444;
	margin-bottom: 10px;
	font-size: 15px;
	height: 35px;
	line-height: 32px;
	text-align: center;
	border-radius:5px;
}
.h_login li a{
	font-size: 12px;
	padding: 0px 5px 5px 0px;
}

/***********************************
	ナビゲーションメニュー
***********************************/
#closeMenu{
	position: absolute;
	top: 15px; left: 15px;
	font-size: 15px;
}
#closeMenu span{
        font-size: 12px;
        margin: 0 10px;
        display: inline-block;
		cursor:pointer;
}
#closeMenu2{
        text-align: center;
        margin: 20px 0;
        border: 1px solid #444;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
		border-radius:5px;
		cursor:pointer;
}
#closeMenu2 span{
        display: inline-block;
        margin: 0 10px;
}
#spNavMenu .navTitle{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#spNavMenu{margin: 30px 0 0;}
#spNavMenu .spMenuList{
	height: auto;
	line-height: 40px;
	font-size: 15px;
	position: relative;
	border-bottom: 1px solid #aaa;
}
#spNavMenu .spMenuList a{
        display: block;
	padding-left: 15px;
}
#spNavMenu .spToggleNav{
	height: 270px;
	overflow: hidden;
}
#spNavMenu .spToggleNav li{
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	border-bottom: 1px dotted #aaa;
}
#spNavMenu .spToggleNav li{padding-left: 20px;}
#spNavMenu .spToggleNav li:first-child{border-top: 1px solid #aaa}
#spNavMenu .spToggleNav li:last-child{border-bottom: 0;}

/***********************************
	フッター
***********************************/
.footer{
	margin: 30px 0 0;
	background: #fff;
	letter-spacing: 2px;
}
.footer .f_navi_all{
	width: 95%;
	margin: 0 auto;
	padding: 10px 2.5% 0;
}
.footer .f_navi h3{
	width: 100%;
	height: 25px;
	background: #424242;
	color: #fff;
	margin: 10px 0;
	font-size: 12px;
	line-height: 25px;
	border-radius: 10px;
}
.footer .f_navi ul{
	width: 100%;
	text-align: left;
	margin: 0 auto;
}
.footer .f_navi li{
	display: inline-block;
	height: 25px;
	padding: 0 3px;
	margin: 10px 0px 0;
	font-size: 15px;
	position: relative;
	border-right: 1px solid #aaa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer .f_navi li i{
	position: absolute;
	font-size: 20px;
	line-height: 23px;
	right: 10px; top: 0;
}
.footer .f_navi li.sp_title{
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

.footer .f_navi li.sp_title h5{
	position: relative;
	text-align: center;
	background: #fff;
}
.footer .f_navi li.sp_title h5 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
.footer .f_navi li.sp_title h5::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #222222;
}
.footer .f_navi li.sp_3column{
	width: 32%;
	margin-bottom: 5px;
}
.footer .f_navi li.sp_2column{
	width: 49%;
	margin-bottom: 5px;
}
.footer .f_navi li:after{width: 0;}
.footer .f_navi .b_none, .footer .f_navi .spb_none{border-right: 0px;}

.footer .f_gnav_all{
	background: #fff;
	padding: 0px 0 0px;
	letter-spacing: 2px;
	text-align: left;
}
.footer .f_gnav ul:after{
	display: block;
	content: "";
	clear: both;
}
.footer .f_gnav{
	width:100%;
	border-top: 1px solid #ccc;
	margin-bottom: 0;
	overflow: hidden;
}
.footer .f_gnav li{
	width: 50% !important;
	float: left;
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0px 0px 0 15px;
	font-size: 12px;
	position: relative;
	border-bottom: 1px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*フッター項目が増えた場合の調整*/
.nav_adjust{
	width: 50%;
}
/*endフッター項目が増えた場合の調整*/

.footer .f_gnav li i{
	position: absolute;
	font-size: 20px;
	line-height: 30px;
	right: 10px;
  top: 6px;
}
.footer .f_gnav li:nth-child(even){
	border-left: 1px solid #ccc;
}
.footer .f_gnav li:last-child{
	width:100%;
}
.footer .f_gnav li a{display: block;}
.footer .f_gnav .sp_wide{
	width: 100%;
	height: 38px;
	border-bottom: 0px;
}
.footer .f_gnav li:after{width: 0px;}
.footer .f_gnav{margin-bottom: 5px;}

.footer .f_copy{
	padding: 10px 5px;
	font-size: 10px;
}
@media screen and (max-width:320px) {
  .footer .telephone .telephone02 a {
      font-size: 27px;
  }
  .footer .f_gnav:nth-of-type(2) li:nth-child(3) a{
    font-size: 10px;
  }
}

/***********************************
	サイド
***********************************/
.side_search{
	width:95%;
	margin:0 auto 30px;
}
.side_navi_item,
.side_navi{
	width:95%;
	margin:0 auto;
}
.side_navi ul li.sysText a{
	padding:10px 5px !important;
}
.side_navi_item .sysHeadline,
.side_navi_item .sysContent{
	width:100% !important;
	margin:0 auto !important;
}
.side_navi_1{
	border-top:1px solid #000;
}

/***********************************
	共通パーツ
***********************************/
.sysTitle{
	width: 100%;
	margin: 30px auto!important;
	position: relative;
	text-align: center;
	font-size: 13px;
	letter-spacing: auto;
}
.sysTitle b{
	display: block;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}
.sysTitle span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 10px 0 20px;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
}
.sysTitle::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #222222;
}
.sysHeadline{
	width: 95%;
	margin: 30px auto!important;
	position: static;
	font-size: 20px;
	letter-spacing: 3px;
}
.sysHeadline b{
	width: 100%;
	display: block;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #222222;
	padding: 0 80px;
	margin-top: 3px;
	padding-top: 5px;
}
.sysTitle span, .sysHeadline span{
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
}
.sysTitle::before, .sysHeadline::before {height: 0px;}
.contentsWrap{
	width: 90%;
	margin: 0 auto;
}

/***********************************
	特商法テーブルレイアウト
***********************************/	
.p-law .sysTitle{width: 90%;}
#main_tradelaw, .main_tradelaw{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 30px;
	border: 0px solid #ddd;
}
#main_tradelaw dl , .main_tradelaw d{
	width: 100%;
	background: #ededed;
	border-bottom: 0px dotted #bfbfbf;
	overflow: hidden;
}
#main_tradelaw dl:after, .main_tradelaw dl:after{
	display: block;
	content: "";
	clear: both;
}
#main_tradelaw dt, .main_tradelaw dt{
	width: 100%;
	padding: 15px 0 15px 20px;
	float: none;
	clear: both;
	font-weight: bolder;
}
#main_tradelaw dd, .main_tradelaw dd{
	margin-left: 0px;
	padding: 15px;
	background: #fff;
}
.shipFee{
	max-width: 1100px;
	margin: 20px auto
}
.shipFee .tableTitle{
	text-align: center;
	font-size: 12px;
}
table.shipFeeTable {
	width: 100%;
	margin: 0%;
    border-collapse: collapse;
	margin-bottom: 30px;
    text-align: left;
    line-height: 1.5;
}
.spThead{display: block;}
.pcThead{display: none;}
table.shipFeeTable thead th {
	font-size: 12px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #fff;
	text-align: left;
}
table.shipFeeTable tbody th {
	font-size: 12px;
	display: block;
	width: 100%;
	border: 0px solid #ddd;
}
table.shipFeeTable tbody .sum{
	position: relative;
	padding: 25px 10px;
	text-align: center;
}
table.shipFeeTable tbody .sum i{
	position: absolute;
	color: #888;
	font-size: 35px;
	left: 0;
	right: 0px;
	margin: auto;
	bottom: -20px;
	z-index: 20;
}
table.shipFeeTable td {
	display: block;
    width: 100%;
    vertical-align: top;
	border: 0px;
}
table.shipFeeTable b{
	color: #D42E30;
	display: inline-block;
	padding: 0 3px;
	font-size: 1.2em;
}

/***********************************
	2カラムレイアウト
***********************************/
.col2Style h2.pattern03{
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	padding: 0 0px 3px 10px;
	margin: 0 0 15px;
	border-bottom: 1px solid #6843ac;
}
.col2Style .txtBlock li{margin: 10px 0;}
.col2Style .imgWrap img{
	width: 80%;
	margin: 0px 10%;
}
.col2Style .floatWrap img{
	width: 80%;
        margin: 0px 10%;
	float: none;
}
.col2Style .floatWrap .txt{
	padding-top: 5px;
	margin-left: 0px
}
.col2Style .floatImg .imgWrap{
	width: 100%;
	float: none;
}
.col2Style .floatImg .imgWrap img{
	width: 80%;
	margin: 20px 10%;
}

/***********************************
	お買物ガイド
***********************************/
.indexList li{
	padding: 3px 5px;
	font-size: 12px;
}
.guideBlock{
        padding-top: 0;
        maergin-top: 30px;
}

/***********************************
	ご利用ガイド
***********************************/
.f_guide{margin-top: 30px;}
.f_guide .sysContent{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.f_guide .Title{
	font-size: 20px;
	text-align: center;	
	padding: 20px 0 0px;
}
.f_guide .guideBlock{
	width: 95%;
	margin: 50px 2.5%;
	display: block;
	padding: 30px 0px 5px;
	border: 1px solid #424242;
	border-radius: 10px;
	position: relative;
}
.f_guide .guide01{padding-right: 0px;}
.f_guide .guide02{padding-left: 0px;}
.f_guide .guideTitle{
	width: 200px;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
	position: absolute;
	top: -15px; left:0; right: 0;
	background: #fff;
	font-size: 15px;
}
.f_guide p{
	font-size: 15px;
	line-height: 20px;
	margin: 5px 0  !important;
	text-align: left;
        padding: 0 10px 0 15px;
}
.f_guide img{width: 100%;}
.f_guide .mt{margin-top: 10px;}
.f_guide .smaller{font-size: 12px;}
.f_guide a.f_guide_btn{
	margin: 20px auto;
	float: none;
}
.f_guide .freedial{
	font-size:30px;
}


/* カート内商品数表示*/
button.itemCount2{
        display: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: rgba(207,15,42,0.9);
	border:none;
	width: 18px;
	height: 18px;
	border-radius: 10px;
	text-align: center;
	line-height: 15px;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
}
/*商品購入ステップ*/
.steps ul{width: 350px;}
.steps li{
	float: left;
	padding: 0 6px;
	height: 150px;
}
.steps li a{height: 150px !important;}
.steps li img{height: 150px;}
@media screen and (max-width: 350px){
/*商品購入ステップ*/
.steps ul{width: 275px;}
.steps li{
	float: left;
	padding: 0 2px;
	height: 100px;
}
.steps li a{height: 100px !important;}
.steps li img{height: 100px;}
}
/* 決済ページ*/
#sysPayment #sysWrap,
#sysConfirm #sysWrap,
#sysThanks #sysWrap,
#sysCartError #sysMain{
         width: 95% !important;
        margin-left: 2.5%;
}
#sysBillingAddress form{
        width: 95%;
        padding: 30px 20px;
        margin: 0 auto;
}
#sysPayment #sysMain .sysFormLabel{line-height: 10px;}
#sysDestination #sysMain{
           width: 95%;
            border: 1px solid #aaa;
            padding: 20px 20px !important;
            margin: 30px auto;
}

/***********************************
	マイページ
***********************************/
.sysMypage .sysMypageNav form{width: 100% !important;}

/***********************************
	新規会員登録
***********************************/
#sysMemberRegisterIndex .sysNextSubmit{
        width: 100%;
         float: none;
         margin-right: 0%;
         border-radius: 5px;
         height: 50px; 
         font-size: 15px;
}
#sysMemberRegisterIndex .sysButton[type="submit"]{
         width: 100%;
         float: none;
        margin-right: 0%;
        border-radius: 5px;
        height: 50px;
        font-size: 15px;
        margin-top: 0px;
}
#sysMypageLogin .sysLoginButton{
        width: 100%;
        float:none;
        margin-right: 0%;
}
#sysMypageLogin .sysButton{
        width: 100%;
        margin-left: 0%;
        margin-top: 0px;
}

/***********************************
	カートページ
***********************************/
/*ドメイン*/
.sysAcceptDomainArea .sysAcceptDomain a{
	padding:0;
	font-size:10px;
}

/***********************************
	ボタンデザイン
***********************************/
.common_btn{
	margin: 20px auto 30px;
}

/***********************************
	TOPページ
***********************************/
/*.トップスライダー*/
#slideShow{height: 130px;}
.top_slider{
	padding-top:77px; /*元数値：0px*/
	margin:55px auto 0; /*元数値：margin:100px*/
}
.owl-dots .owl-dot {
	top:0;
}
.owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;}

.owl-nav [class*=owl-] {
	margin-top: -25px;
	width: 15px !important;
	height: 28px !important;
}
.owl-nav .owl-prev{
	left:20%;
	background: url(/img/common/controls.png) no-repeat 0 0;
	background-size:30px !important;
}
.owl-nav .owl-next{
	right:20%;
	background: url(/img/common/controls.png) no-repeat -15px 0;
	background-size:30px !important;
}
.owl-nav .owl-prev:hover {
	background-position: 0 0;
}
.owl-nav .owl-next:hover {
	background-position: -15px 0;
}

/*新着アイテム*/
.top_newarrival li{
	width: 30% !important;
	margin: 0 1.5% 30px !important;
	padding:0 !important;
}
.top_newarrival li .sysItemName{
	padding-top:0;
}
.top_newarrival li .sysItemPrice{
	font-size:12px;
}

/*特集一覧*/
.top_features{
	overflow:hidden;
}
.top_recommend_item ul{
	font-size:0;
	text-align:left;
}
.top_features li{
	width: 46%;
	margin: 2%;
}
.top_features li:nth-child(1),
.top_features li:nth-child(2){
	position:relative;
	z-index:10;
	width:96%;
}
.top_features li:nth-child(1) p,
.top_features li:nth-child(2) p{
	position:absolute;
	left:0;
	bottom:0;
	z-index:15;
	margin:0;
	padding:10px;
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}

/*おすすめ商品、ランキング*/
.top_ranking_item li{
	width: 30% !important;
	margin: 0 1.5% 30px !important;
	padding:0 !important;
}
.top_recommend_item li .sysItemName,
.top_ranking_item li .sysItemName{
	padding-top:0;
}
.top_recommend_item li .sysItemPrice,
.top_ranking_item li .sysItemPrice{
	font-size:12px;
}
.top_recommend_item li .sysCartButton,
.top_ranking_item li .sysCartButton{
	width:100%;
	font-size:10px;
	letter-spacing:-1px;
}

/*おすすめ商品*/
.top_recommend_item li{
	padding:5px !important;
}

/***********************************
    カスタムCSS
***********************************/
/* Google Web fonts */
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

.title_center {
    text-align:center;
    font-size:1.75rem;
    font-weight:bold;
    padding-bottom:5px;
}

/*アサイドバナー SP*/
.bnr_aside ul li {
  width: 94% !important;
  margin: 5px auto 5px !important;
  text-align: center !important;
}

.bnr_aside02 ul li {
  width: 94% !important;
  margin: 5px auto 5px !important;
  text-align: center !important;
}

/***********************************
    フッターコンテンツ用
***********************************/
/* カラー・シーンで選ぶ */
.f_color .sysContent{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

/***********************************
フリーページ用2カラムレスポンシブBOX【SP】
***********************************/
.fp_box{margin-top: 30px;}
.fp_box .sysContent{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.fp_box .Title{
	font-size: 20px;
	text-align: center;	
	padding: 20px 0 0px;
}
/* ボックス幅・SP */
.fp_box .contBlock{
	width: 95%;
	margin: 10px 2.5%;
	display: block;
	padding: 10px 0px 5px;
	position: relative;
}
.fp_box .contBlock_full{
	width: 95%;
	margin: 30px 2.5%;
	display: block;
	padding: 10px 0px 5px;
	position: relative;
}
.fp_box .cont01{padding-right: 0px;}
.fp_box .cont02{padding-left: 0px;}
.fp_box .contTitle{
	width: 200px;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
	position: absolute;
	top: -15px; left:0; right: 0;
	background: #fff;
	font-size: 15px;
}
.fp_box p{
	font-size: 15px;
	line-height: 150%;
	margin: 5px 0  !important;
	text-align: left;
        padding: 0 10px 0 15px;
}
.fp_box img{width: 100%;}
.fp_box .mt{margin-top: 10px;}
.fp_box .smaller{font-size: 12px;}
.fp_box a.f_guide_btn{
	margin: 20px auto;
	float: none;
}

/***********************************
フリーページ用ボタンデザイン【SP】
***********************************/
.common_btn{
	margin: 20px auto 30px;
}

/***********************************
    お知らせ
***********************************/
.title_topics_aside{
     width:95%;
     margin:0 auto;
}

.topics_aside{
     width:95%;
     margin:0 auto;
}


.sysContent .logo_all .logo img {
     text-align:center;
     margin-top:5px;
}


/***********************************
    新ヘッダーバナー
***********************************/

.header_bnr_sp{

}

/***********************************
    ヘッダーとメインの間隔調整
***********************************/


#top #sysMain{
margin-top:10px;/*元数値：0px*/

}

/***********************************
    メニュー（さがす）ボタン調整
***********************************/

#closeMenu2{
margin-bottom: 80px;
}

/***********************************
    ヘッダー調整時20221111入力
***********************************/

.header_bnr_sp img {
    top: 110px;
}

body#sysItemCategory #sysMain {
    margin-top: 100px;
}

body#sysItemDetail #sysMain {
    margin-top: 100px;
}

body#sysItemSearch #sysMain {
    margin-top: 0;
}

body#sysInformation #sysMain,
 body#privacypolicy #sysMain,
 body#questions #sysMain,
 body#howto_rental #sysMain,
 body#law #sysMain {
     margin-top: 100px;
 }

/*商品詳細ページの商品画像の拡大を制御する*/
#sysItemDetail .sysMainImage a {
pointer-events: none;
}



/* サイトリニューアル後（20241224追加）
*******************************************/

/* 共通パーツ（20241213追加）
*******************************************/
#sysWrap {
    margin-top: 140px;/*元数値：140px*/
}
#top_new #sysWrap {
    margin-top: 140px;
}
body#sysItemDetail #sysMain {
    width: 100% !important;
}
h1.sysHeadline, h2.sysHeadline {
    font-size: 2.6rem;
}
h1.sysHeadline span, h2.sysHeadline span {
    font-size: 1.4rem;
}

/* ヘッダー（20241213追加）
*******************************************/
.header_new_allwrap {
    height: 110px;
}
.menu_new_wrap {
    margin: 0;
    display: block;
    position: relative;
}
.menu_new_wrap_inner {
    justify-content: flex-end;
    margin-left: auto;
    position: absolute;
    right: 15%;
    top: 45px;
    width: 45%;
}

/* ロゴ */
.new_header_logoh1, .new_header_logoh2 {
    width: 100%;
    max-width: inherit;
}
.new_header_logoh1 .sysContent, .new_header_logoh2 .sysContent {
    display: block;
}
.new_header_logoh1 h1.new_blandname, .new_header_logoh2 h2.new_blandname {
    background-color: var(--bg-color);
    text-align: center;
    padding: 5px;
}
.new_header_logoh1 .new_logo img, .new_header_logoh2 .new_logo img {
    max-width: 180px;
    margin-top: 10px;
}

/* サブメニュー */
.header_new_submenu ul li {
    margin-right: 3vw;
}
.header_new_submenu ul li:nth-child(1) {
    display: none;
}
.header_new_submenu ul li:nth-child(2) a:before, .header_new_submenu ul li:nth-child(3) a:before {
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
}
.header_new_submenu ul {
    width: 100px;
}
.header_new_submenu ul li a {
    font-size: 0;
}
.header_new_login input[type=submit].sysLoginButton {
    display: none;
}

/* 会員ログイン */
.header_new_login {
    display: none;
}
#sysMypageLogin #sysMain form {
    text-align: center;
}
#sysMypageLogin #sysMain .sysButton {
    min-width: 300px;
}

/* ショッピングカート */
.header_new_cart .sysContent {
    margin-right: 3vw;
}
.header_new_cart .sysCartInfoItemCount {
    position: absolute;
    top: -10px;
    left: 15px;
}
.header_new_cart .sysCartInfoCartIn a {
    font-size: 0;
}
.header_new_cart .sysCartInfoCartIn a:before {
    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
}

/* ハンバーガーメニュー */
.el_humburger {
    right: 0;
    top: 42px;
}
.accordion-title {
    padding: 10px 0;
    font-size: 1.6rem;
}
.accordion-title span {
    font-size: 1.8rem;
}

/* メインメニュー */
.header_new_mainmenu ul li a {
    font-size: 1.6rem;
    padding: 15px 0;
}
.header_new_mainmenu ul li a:hover {
    bottom: 0;
    line-height: 1.4;
    position: inherit;
    height: inherit;
}
.header_new_mainmenu ul li a br {
    display: block;
}

/* メインコンテンツ（20241226追加）
*******************************************/
/* TOPスライダー */
.top_new_slick_slider .pc {
    display: none;
}

/* TOPランキング */
.top_new_rentaldressranking .tab-container {
    width: 360px;
}
.top_new_rentaldressranking .tab-container .tab {
    padding: 15px 10px;
    width: 90px;
}
.top_new_rentaldressranking .content-container {
    padding: 20px;
}
.top_new_rentaldressranking .content-container .content ul {
    flex-wrap: wrap;
}
.top_new_rentaldressranking .content-container .content ul li:nth-child(1), .top_new_rentaldressranking .content-container .content ul li:nth-child(2) {
        width: 50%;
}

/* TOPご利用シーンから選ぶ */
.top_new_scene ul {
    display: block;
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
}
.top_new_scene ul li {
    width: 100%;
}
.top_new_scene ul li a {
    width: 80%;
}

/* 結婚式の立場で選ぶ */
.top_new_position ul {
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
}
.top_new_position ul li {
    width: 48%;
}
.top_new_position ul li .common_new_btn {
    width: 100%;
}

/* 特集 */
.top_new_feature .slick-list {
    padding-right: 30%;
}
.top_new_feature .slick-track li {
    margin-right: 0.5%;
}
.top_new_feature .slick-track li .common_new_btn {
    width: 80%;
}

/* 東京ソワールレンタルドレスが選ばれる３つの理由 */
.top_new_reason .title_reason .title {
    bottom: -15rem;
    left: 5%;
}
.top_new_reason .title_reason .title h2 {
    font-size: 2.6rem;
}
.top_new_reason .inner_wrap {
    display: block;
}
.top_new_reason figure {
    width: 90%;
    margin-bottom: 20px;
}
.top_new_reason figcaption {
    width: 90%;
    margin: auto;
}
.top_new_reason .inner_wrap.lineup figure {
    margin-left: auto;
}
.top_new_reason .inner_wrap.lineup figcaption {
    margin: initial;
    margin-left: auto;
}

/* レンタルご利用方法 */
.footer_new_howtouse ul {
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
}
.footer_new_howtouse ul li {
    width: 48%;
    margin-bottom: 5%;
}
.footer_new_howtouse ul li .step {
    text-align: center;
}
.footer_new_howtouse ul li .step span {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
}

/* 新着情報 */
.top_new_information .content-container .content ul {
    padding: 20px;
}
.top_new_information .content-container .blog_content ul li {
    width: 100%;
}
.top_new_information .content-container .blog_content ul li figure {
    width: 30%;
}
.top_new_information .content-container .blog_content ul li .blog_detail {
    width: 65%;
}
.top_new_information .content-container .blog_content ul li .blog_detail .blog_title {
    font-size: 1.6rem;
}

/* フッター（20241226追加）
*******************************************/
/* よくご利用されるページ */
.footer_new_wrap {
    display: block;
}
.footer_new_wrap .footer_new_frequently {
    width: 100%;
}
.footer_new_wrap .footer_new_frequently {
    width: 100%;
    padding: 30px;
}
.footer_new_wrap .footer_new_faq {
    width: 100%;
    padding: 30px;
}

/* フッターコンテンツ */
.footer_new_contents .inquery_new_wrap {
    display: block;
}
.footer_new_contents h2.sysHeadline {
    width: 100%;
    border-right: 0;
    height: inherit;
    margin-bottom: 20px !important;
}
.footer_new_contents .sns_new_wrap {
    width: 100%;
}
.footer_new_contents .sns_new_wrap ul {
    display: block;
}
.footer_new_contents .sns_new_wrap ul:after {
    content: '';
    display: block;
    clear: both;
}
.footer_new_contents .sns_new_wrap ul li.line {
        width: 90%;
        border-bottom: 1px solid #707070;
        margin: auto;
        border-top: 1px solid #707070;
        border-right: 0;
        height: 130px;
}
.footer_new_contents .sns_new_wrap ul li.line .images {
    width: 40%;
}
.footer_new_contents .sns_new_wrap ul li.line p {
    width: 60%;
}
.footer_new_contents .sns_new_wrap ul li.instagram {
    float: left;
    width: 50%;
    border-right: 0;
    position: relative;
}
.footer_new_contents .sns_new_wrap ul li.instagram:after {
    content: '';
    border-right: 1px solid #707070;
    width: 1px;
    height: 50px;
    position: absolute;
    right: 0;
}
.footer_new_contents .sns_new_wrap ul li.mail {
    width: 50%;
}
.footer_new_contents .link_new_wrap {
    padding: 0;
}
.footer_new_contents .link_new_wrap ul {
    flex-wrap: wrap;
}
.footer_new_contents .link_new_wrap ul li {
    width: 50%;
    border-top: 1px solid #707070;
    padding: 10px;
}
.footer_new_contents .link_new_wrap ul li:nth-child(2n) {
        border-right: 0;
}
.footer_new_contents .link_new_wrap ul li:nth-last-child(2) {
        border-bottom: 1px solid #707070;
}
.footer_new_contents .link_new_wrap ul li:last-child {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

/* 共通商品ページ（20241226追加）
*******************************************/
#sysItemDetail #sysWrap {
    margin-top: 140px;
}
.common_new_template .common_new_wrap {
    display: block;
}
.common_new_wrap .imageArea_new {
    width: 100%;
}
.common_new_wrap .imageArea_new .sysItemImages {
    padding-right: 0;
}
.common_new_wrap .orderArea_new {
    width: 100%;
}
#sysItemDetail .common_new_wrap .sysRentalSchedules .sysRentalScheduleInfo .sysRentalUseDays, #sysItemDetail .common_new_wrap .sysRentalSchedules .sysRentalScheduleInfo .sysRentalReturnDay {
    width: 95%;
}

/* ぱんくずリスト */
.common_new_template .sysCategoryPankuzu {
    width: 90%;
    margin: auto;
}

/* PR設定 */
.common_new_template .sysPr {
    width: 90%;
    margin: auto;
}

/* 商品名 */
.common_new_template .sysItemName {
    width: 90%;
    margin: auto;
}
#sysItemDetail .common_new_template .sysItemName h1 {
    font-size: 1.6rem;
}

/* お問い合わせ番号 */
.common_new_wrap .sysItemViewId {
    text-align: center;
    margin-top: 20px;
}

/* 価格ブロック */
#sysItemDetail .common_new_wrap .sysItemId, #sysItemDetail .common_new_wrap .sysRetailPrice, #sysItemDetail .common_new_wrap .sysSuggestedRetailPrice, #sysItemDetail .sysDescription {
    text-align: center;
}

/* カレンダー下価格 */
#sysItemDetail .common_new_wrap .price_new_wrap {
    width: 100%;
}

/* 延長指定 */
#sysItemDetail .common_new_wrap .sysRentalExtendDays {
    width: 90%;
}

/* サブミットボタン */
#sysItemDetail .common_new_wrap #sysSubmit {
    width: 90%;
}
#sysItemDetail .common_new_wrap #sysWishlist .sysWishListButtonForm {
    width: 90%;
}

/* カレンダー下注釈 */
#sysItemDetail .common_new_wrap .sysRentalScheduleNotice {
    width: 95%;
}

/* カレンダーが空いていない場合 */
.item_new_calendar_empty .sysContent {
    padding: 30px 20px 10px !important;
}
.item_new_calendar_empty .title_calendar {
    font-size: 2rem;
    padding: 10px;
    width: 100%;
}
.item_new_calendar_empty .bnr_formalgoods {
    margin-bottom: 20px;
}

/* スタッフレビュー */
#sysItemDetail .item_new_staffreview .review_new_wrap {
    width: 90%;
}
#sysItemDetail .item_new_staffreview .review_new_wrap .review_detail .star {
    font-size: 1.6rem;
}
#sysItemDetail .item_new_staffreview .review_new_wrap .review_detail .staff_features {
    font-size: 1.2rem;
}
#sysItemDetail .item_new_staffreview .review_new_wrap .review_detail > div {
    font-size: 1.2rem;
}
#sysItemDetail .item_new_staffreview .review_new_wrap .review_detail .clothes_size strong {
    width: 25%;
}
#sysItemDetail .item_new_staffreview .review_text {
    width: 90%;
}

/* 商品テンプレート下商品ブロック */
#sysItemDetail .sysFuncItemBlock ul {
    flex-wrap: wrap;
    justify-content: space-between;
}
#sysItemDetail .sysFuncItemBlock ul li {
    width: 50%;
    padding: 5px;
    margin-right: 0;
}

/* 商品カテゴリページ（20250103追加）
*******************************************/
#sysItemCategory #sysWrap {
    margin-top: 180px;
}
#sysItemCategory #sysMain .sysItemCategoryCtl {
    width: 100%;
}
#sysItemCategory #sysMain .sysItemCategoryCtl .sysItemSearchFormCategory {
    width: 50%;
}

/* 商品カテゴリページレンタルドレスランキング */
#sysItemCategory #sysMain .sysFuncItemBlock .sysItemBlock ul {
    flex-wrap: wrap;
}
#sysItemCategory #sysMain .sysFuncItemBlock .sysItemBlock ul li:nth-child(1), #sysItemCategory #sysMain .sysFuncItemBlock .sysItemBlock ul li:nth-child(2) {
    width: 50%;
}

/* 商品検索ページ（20250105追加）
*******************************************/
#sysItemSearch #sysWrap {
    margin-top: 180px;
}
#sysItemSearch #sysMain .sysFreeArea .keyword_search .tag li {
    width: 49% !important;
}
#sysItemSearch #sysMain .sysItemSearchFormItemCategoryGroups .itemCategoryGroup_new_wrap > div {
    width: 49%;
}

/* ヘッダーを下スクロールで隠して
上スクロールで再表示（20250115追加）
*******************************************/
.header_new_allwrap_inner {
    /* height: 280px; */
    top: 88px;
}

/* 
カートページ（20250122追加）
*******************************************/
.sysCart #sysWrap {
    margin: 100px auto;
}


/* 
会員登録ページ（20250122追加）
*******************************************/
.sysMemberRegister #sysMain, .sysMypage #sysMain {
    width: 100% !important;
    padding: 0 !important;
}
.sysMemberRegister #sysMain .member_new_benefits, .sysMypage #sysMain .member_new_benefits {
    max-width: 350px;
}
.sysMemberRegister #sysMain .sysFreeArea p, .sysMypage #sysMain .sysFreeArea p {
    max-width: 350px;
}
div.sysMemberAgreement {
    padding: 10px;
    max-width: 350px;
    margin: auto;
    border: 1px solid #CDC1C7;
}

/* 
レンタルご利用方法（20250128追加）
*******************************************/
#howto_rental #sysWrap {
    margin-top: 150px;
}
.under_new_howtouse .tableofcontents {
    padding: 10px;
}
.under_new_howtouse .tableofcontents li {
    width: 49%;
    margin-bottom: 2%;
}
.under_new_howtouse .tableofcontents li a {
    padding: 5px 20px;
    font-size: 1.2rem;
    text-align: center;
    margin: 0;
}
.under_new_howtouse section {
    padding: 30px 10px;
}
.under_new_howtouse p {
    font-size: 1.4rem;
    line-height: 2.2rem;
}
.under_new_howtouse .common_new_btn {
    margin: 20px auto;
}
.under_new_howtouse .howto_rental_wrap {
    padding: 10px;
}
.under_new_howtouse .step h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.under_new_howtouse .step .howto_rental_wrap_inner h3 {
    font-size: 1.8rem;
}
.under_new_howtouse .step .howto_rental_wrap_inner h4 {
    font-size: 1.6rem;
}
.under_new_howtouse .howto_rental_wrap_inner ul li, .under_new_howtouse .howto_rental_innerwrap ul li {
    line-height: 2.2rem;
    font-size: 1.4rem;
}
.under_new_howtouse .howto_rental_wrap.cost h3, .under_new_howtouse .howto_rental_wrap.add h3, .under_new_howtouse .howto_rental_wrap.other h3 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 10px;
}
.under_new_howtouse .howto_rental_innerwrap {
    padding: 0;
}
.under_new_howtouse .howto_rental_innerwrap table {
    margin: 10px auto 0;
    padding: 10px;
}
.under_new_howtouse .howto_rental_innerwrap table th, .under_new_howtouse .howto_rental_innerwrap table td {
    padding: 5px;
    font-size: 1.2rem;
}
.under_new_howtouse .howto_rental_wrap.add dl dd {
    font-size: 1.4rem;
    margin: 10px 0;
}
.under_new_howtouse .howto_rental_wrap_inner ul, .under_new_howtouse .howto_rental_innerwrap ul {
    margin: 0;
}
.under_new_howtouse .howto_rental_wrap.other ul.delivery_image li {
    width: 50%;
}

/* 
サイズのめやす（20250129追加）
*******************************************/
#content_size #sysWrap {
    margin-top: 110px;
}
.under_new_size #fv h1 {
    font-size: 3rem;
    color: #fff;
    bottom: 30px;
    left: 30px;
}
.under_new_size #fv .size_new_wrap {
    height: 40vh;
}
.under_new_size #fv figure img {
    max-width: 100%;
}
.under_new_size #view {
    padding: 10px;
}
.under_new_size #view h2 {
    font-size: 2.4rem;
}
.under_new_size #view .size_new_innerwrap h3 {
    font-size: 2rem;
    text-align: center;
}
.under_new_size #view .size_new_innerwrap h3 span {
    font-size: 1.2rem;
}
.under_new_size #view .size_new_innerwrap .flex {
    display: block;
}
.under_new_size #view .size_new_innerwrap .flex figure {
    width: 100%;
    text-align: center;
    max-width: inherit;
}
.under_new_size #view .size_new_innerwrap .flex figure img {
    max-width: 250px;
}
.under_new_size #view .size_new_innerwrap .flex .table_layout table {
    margin: 10px auto 0;
    padding: 10px;
}
.under_new_size #view .size_new_innerwrap .flex .table_layout table th {
    width: 20%;
}
.under_new_size #view .size_new_innerwrap .flex .table_layout table th, .under_new_size #view .size_new_innerwrap .flex .table_layout table td {
    padding: 5px;
    font-size: 1.2rem;
    text-align: left;
}
.under_new_size #view .size_new_innerwrap .flex .table_layout p {
    font-size: 1.4rem;
}

/* 
ルールとマナー（20250130追加）
*******************************************/
#manner #sysWrap {
    margin-top: 110px;
}
.under_new_rule_manner #fv h1 {
    font-size: 2rem;
    bottom: 0px;
    right: 0px;
    background-color: var(--bg-color);
    padding: 10px;
    color: var(--text-color);
    line-height: 3rem;
}
.under_new_rule_manner #fv figure {
    position: absolute;
    top: 0;
    left: 0;
}
.under_new_rule_manner #fv .manner_new_wrap {
    height: 40vh;
    max-height: 260px;
}
.under_new_rule_manner #fv figure img {
    max-width: 350px;
}
.under_new_rule_manner section#tab h2 br {
    display: block;
}
.under_new_rule_manner .manner_new_innerwrap p {
    padding: 0 10px;
}
.under_new_rule_manner .manner_new_innerwrap .tab-container {
    width: 100%;
    /*justify-content: left;  コンテンツが4つ以上になった場合はコメントをはずしてください*/
}
.under_new_rule_manner .manner_new_innerwrap .tab {
    padding: 15px 10px;
    width: 90px;
    min-width: 90px;
}
.under_new_rule_manner .tab_new_innerwrap {
    padding: 10px;
}
.under_new_rule_manner section#tab h3 {
    font-size: 2rem;
    margin: 0 0 10px 0 !important;
}
.under_new_rule_manner .tab_new_innerwrap .read_wrap p {
    padding: 0;
}
.under_new_rule_manner section#tab h3 {
    font-size: 2rem;
}
.under_new_rule_manner section#tab h3.headline {
    font-size: 2rem;
    line-height: 2.6rem;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap_block {
    display: block;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap_block p {
    width: 100%;
    margin: 0 0 20px 0;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap_block figure {
    width: 100%;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap {
    display: block;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap figure {
    width: 100%;
    margin: 0 0 10px 0;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block {
    width: 100%;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block ul.new_feature_slider {
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block .slick-list {
    padding-right: 30%;
    margin-bottom: 20px;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block .slick-track {
    justify-content: space-between;
    display: flex;
    display: -webkit-flex;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block ul .slick-track {

}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block ul.left {

}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block ul.left > li {
    width: 49%;
    margin-right: 2%;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block ul.left > li:last-child {
    margin-right: 0;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block ul.new_feature_slider li.slick-slide {
    /*width: 32% !important;*/
    width: 100% !important;
    /*margin-right: 0.5%;*/
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block ul.new_feature_slider li img {
    width: 100%;
    height: auto;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block ul.slick-dots {
    margin: auto;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block ul.new_feature_slider .slick-dots li {
    width: 20px;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block .btn_action {
    margin-top: 50px;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap.block .detail {
    width: 100%;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap.block figure {
    width: 100%;
}

/* 東京ソワールレンタルドレスとは */
#about .under_new_about .title_reason .title {
    bottom: -15rem;
    left: 5%;
}
#about .under_new_about .title_reason .title h2 {
    font-size: 2rem;
}
#about .under_new_about .wrap_content.about_read {
    padding-bottom: 0;
}
#about .under_new_about .inner_wrap {
    display: block;
    margin: 0;
}
#about .under_new_about .inner_wrap.new_read > p {
    width: 90%;
}
#about .under_new_about figure {
    width: 90%;
    margin-bottom: 20px;
}
#about .under_new_about figcaption {
    width: 90%;
    margin: auto;
}
#about .under_new_about .inner_wrap.lineup figure {
    margin-left: auto;
}
#about .under_new_about .inner_wrap.lineup figcaption {
    margin: initial;
    margin-left: auto;
}
#about .under_new_about .wrap_content .specialist {
    width: 90%;
    margin: auto;
}
#about .under_new_about .wrap_content.line .inner_wrap {
    width: 90%;
    margin: auto;
}
#about .under_new_about .wrap_content.bg_image .inner_wrap {
    margin: auto;
    width: 90%;
    background-color: rgb(255 255 255 / 80%);
    padding: 5%;
}

/* 試着バナー(20250418大谷追記） */
.accordion-title br {
    display: none;
}
@media screen and (max-width: 600px) {
    .accordion-title br {
        display: block;
    }
}
.accordion-title {
    position: relative;
    text-align: center;
    font-size: 1.8rem;
    padding: 10px; /*元数値：25px*/
    border-bottom: 1px solid #e8e8e8;
    background-color: #fff;
}
.accordion-title span {
    color: #ea7c74;
}
.accordion-title:after {
    content: '';
    border-right: solid 1px #000;
    border-top: solid 1px #000;
    display: block;
    height: 14px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 14px;
}
.accordion-title.open:after {
    top: 45%;
    transform: rotate(-45deg); 
}
.accordion-content {
    display: none;
    width: 100%;
}

.accordion-content:after {
    content: '';
    display: block;
    clear: both;
}
.accordion-content tr td {
    width: 50%;
    border: 1px solid #e8e8e8;
    border-top: 0;
}
.accordion-content tr td a {
    position: relative;
    font-size: 1.6rem;
    padding: 20px;
    display: block;
    background-color: #fff;
}
.accordion-content tr td a:hover {
    background-color: var(--hover);
    transition: 0.3s;
}
}
@media screen and (min-width:601px) and (max-width:1100px){
.sysDisplayTabletNone{
	display:none !important;
}

/* 20-0 Only Tablet
 *----------------------------------------------------------------------*/
#sysWrap{
    margin-top:90px; /*元数値：120px*/
} 


div#sysMain,div#sysAside{
	width: 100% !important;
	float: none;
}
.sysMypage #sysWrap,
.sysMemberRegister #sysWrap{
	margin: 180px auto 0;
}
#sysFormIndex div#sysMain,
#sysFormConfirm div#sysMain,
#sysFormThanks div#sysMain,
.sysMypage div#sysMain,
.sysMemberRegister #sysMain,
#sysItemSearch div#sysMain{
        width: 95% !important;
        margin: 140px auto 40px;
        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%;
            border: 1px solid #aaa;
            padding: 20px 20px !important;
            margin: 30px auto;
}
/*header検索ボックス*/
.h_search{
	margin-top:100px;
}

/***********************************
	商品詳細ページ
***********************************/
#sysItemCategory #sysMain{padding:  30px 20px;}
#sysItemCategory input[type=submit]{margin-top: 0px;}
#sysItemDetail #sysMain {
    width: 95% !important;
}
#sysItemDetail .sysCategoryPankuzu {
	margin-bottom: 20px;
}
#sysItemDetail .sysItemName h1 {
	font-size: 15px;
}
#sysItemDetail .sysItemId {
	margin: 0 0 10px 0 !important;
	text-align: left !important;
}
#sysItemDetail .sysMainImage {
	max-width: 700px;
	margin: 0 auto;
}
#sysItemDetail .sysImageList {
	max-width: 700px;
	margin: 0 auto 20px;
}
#sysItemDetail .sysImageList li {
	display: inline-block;
	max-width: 60px;
	line-height: 0;
}
#sysItemDetail .sysReview,
#sysItemDetail .description_left,
#sysItemDetail .sysDescription,
#sysItemDetail .sysForm,
#sysItemDetail .sysRetailPrice,
#sysItemDetail .sysImageDescription {
	max-width: 700px;
	margin: 0 auto 10px auto !important;
}
#sysItemDetail .sysForm select {
	min-width: 350px;
	display: inline-block;
	float: none!important;
}
#sysItemDetail #sysNumber{text-align:right;}
.sysItemPrArea span{
        width: 48%;
        font-size: 14px;
        max-width:200px; /*PRタグの最大幅制限*/
}
.sysPr span {
    font-size: 10px;
}

/***********************************
	ヘッダー
***********************************/
.header_wrap{
	position: fixed;
	height: 120px; /*元数値：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: auto;
	float: none;
	text-align: center;
	background-color: #8edae5;/*ヘッダ背景色*/
}
.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;
        background-color:#8edae5; /* h1タグ部背景色変更 */
}
.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;
        background-color:#fff;
}
#headNavigation li.tab1{
        width: 25%;
		margin-top:10px;
}
#headNavigation li.tab1 a{
        font-size: 12px;
        line-height: 15px;
        position: relative;
}
#headNavigation li.tab1:nth-of-type(5){
        display:none;
}
/*ナビゲーショントグル*/
.toggleNav{
	display: none;
	width: 100%;
	position: absolute;
	height: 0px; /*heightはjs制御*/
	top: 39px; left:0;
	z-index: 110;
         background: rgba(0,0,0,0);
	box-shadow:0px 0px 0px 0px #ccc;
	-moz-box-shadow:0px 0px 0px 0px #ccc;
	-webkit-box-shadow:0px 0px 0px 0px #ccc;
}
.toggleNav:hover{overflow: visible !important;}
#headNavigation ul.tab{
        position: relative;
}
.tabmenu .border:after{
	content:none;
}
.tabmenu li.tab1{
	position: static;
	border-right:1px solid #000;
}
.tabmenu li.tab1:nth-child(4){
	border-right:none;
}
.tabmenu li.tab1{position: static;}
.tabmenu li.tab1 a{font-size:14px;}
.tabmenu ul:after{
    display: block;
    content: "";
    clear: both;
}
.tabmenu li.tab2{
	width: 100%;
	height:auto;
	text-align: left;
	line-height:1;
	font-size: 18px;
	border-bottom: 1px dotted #ddd;
	position: relative;
	background: rgba(255,255,255,1);
}
.tabmenu li.tab2 a{
	display: block;
	position: relative;
	padding: 5px 15px;
	font-size: 14px !important;
	line-height: 40px !important;
    font-weight: bold;
}
#headNavigation li.tab2 a:after{display: none;}
.tabmenu li.tab2 a i{
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top:-7px;
}

.h_spnavi{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px; left: 0;
	background: rgba(220,220,220,0.9);
	z-index: 150;
	color: #444;
	display:none;
    overflow: auto;
}
#spNaviWrap{
	position: absolute;
	width: 100%;
	height: 1400px;
	top: 0px; left: -100%;
	background: rgba(225,225,225,1);
	z-index:  200;
	padding: 80px 10px 50px;
       overflow: scroll;
}
/***********************************
	ログイン情報
***********************************/
.h_login{
        max-width: 700px;
        width: 90%;
        margin: 0 auto;
}
.h_login .sysHeadline{
	text-align: center;
	font-size: 25px;
    margin-botom: 10px;
}
.h_login .sysContent{text-align: center;}
.h_login .sysFormItem{margin-bottom: 10px;}
.h_login .sysFormLabel{
	display: block;
	font-size: 15px;
	height: 25px;
	text-align: left;
	margin-bottom: 0px;
}
.h_login .sysLoginButton{
	width: 100%;
	margin: 15px 0%;
	border-radius: 0;
	border:1px solid #444;
	font-size: 15px;
	height: 50px;
	line-height: 10px;
}
.h_login li{
	border:1px solid #444;
	margin-bottom: 15px;
	height: 50px;
	line-height: 45px;
	text-align: center;
}
.h_login li a{
	font-size: 15px;
	padding: 0px 5px 5px 0px;
}

/***********************************
	ナビゲーションメニュー
***********************************/
#closeMenu{
	position: absolute;
	top: 15px; left: 15px;
	font-size: 20px;
}
#closeMenu span{
        font-size: 15px;
        margin: 0 10px;
        display: inline-block;
}
#closeMenu2{
        text-align: center;
        margin: 20px 0;
        border: 1px solid #aaa;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
}
#closeMenu2 span{
        display: inline-block;
        margin: 0 10px;
}
#spNavMenu .navTitle{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}
#spNavMenu{
        max-width: 800px;
        margin: 80px auto 0;
        width: 90%;
}
#spNavMenu .spMenuList{
	height: auto;
	line-height: 40px;
	font-size: 15px;
	position: relative;
	border-bottom: 1px solid #aaa;
}
#spNavMenu .spMenuList i{
	position: absolute;
	line-height: 40px;
	right: 10px;
	font-size: 18px;
}
#spNavMenu .spMenuList a{
        display: block;
	padding-left: 15px;
}
#spNavMenu .spToggleNav{
	height: 200px;
	overflow: hidden;
}
#spNavMenu .spToggleNav li{
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	border-bottom: 1px dotted #aaa;
}
#spNavMenu .spToggleNav li:first-child{border-top: 1px solid #aaa}
#spNavMenu .spToggleNav li:last-child{border-bottom: 0;}

/***********************************
	フッター
***********************************/
.footer .f_gnav_all{
	background: #fff;
	padding: 0px 0 0px;
	letter-spacing: 2px;
	text-align: left;
}
.footer .f_gnav ul:after{
	display: block;
	content: "";
	clear: both;
}
.footer .f_gnav{
	width:100%;
	border-top: 1px solid #ccc;
	margin-bottom:0;
	overflow: hidden;
}
.footer .f_gnav li{
	width: 50%;
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0px 0px 0 15px;
	font-size: 12px;
	position: relative;
	border-bottom: 1px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/*フッター項目が増えた場合の調整*/
.nav_adjust{
	width: 50% !important;
}
/*endフッター項目が増えた場合の調整*/

.footer .f_gnav li i{
	position: absolute;
	font-size: 18px;
	line-height: 30px;
	right: 10px; top: 5px;
}
.footer .f_gnav li:nth-child(even){
	border-left: 1px solid #ccc;
}
.footer .f_gnav li:last-child{
	width:100%;
}
.footer .f_gnav li a{display: block;}
.footer .f_gnav .sp_wide{
	width: 100%;
	height: 35px;
	border-bottom: 0px;
}
.footer .f_gnav li:after{width: 0px;}

/***********************************
	サイド
***********************************/
.side_search{
	width:95%;
	margin:0 auto 30px;
}
.side_navi_item,
.side_navi{
	width:95%;
	margin:0 auto;
}
.side_navi ul li.sysText a{
	padding:10px 5px !important;
}
.side_navi_item .sysHeadline,
.side_navi_item .sysContent{
	width:100% !important;
	margin:0 auto !important;
}
.side_navi_item .sysContent li,
.side_navi .sysContent li{
	float:left !important;
	width:50% !important;
}
.side_navi_1{
	border-top:1px solid #000;
}

/***********************************
	共通パーツ
***********************************/
.sysTitle{
	width: 600px;
	margin: 50px auto!important;
	position: relative;
	text-align: center;
	font-size: 20px;
	letter-spacing: auto;
}
.sysTitle b{
	display: block;
	font-size: 15px;
	text-align: center;
	margin-top: 5px;
}
.sysTitle span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 40px;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
}
.sysTitle::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #222222;
}

.contentsWrap{
	width: 90%;
	margin: 0 auto;
}

/***********************************
	商法テーブルレイアウト
***********************************/
.p-law .sysTitle{max-width: 600px;}
.p-law .sysTitle span {
	font-size: 22px;
	padding: 0 40px;
}

#main_tradelaw{width: 90%;}
.shipFee{
	width: 90%;
	margin: 50px auto;
}
.shipFee h3{font-size: 16px;}
table.shipFeeTable .newLine{display: block;}
table.shipFeeTable tbody th {
	width: 500px;
	vertical-align: middle;
}
table.shipFeeTable td{
    width: 500px;
	font-size: 15px;
	vertical-align: middle;
}

/***********************************
	 フッター部分のご利用ガイド
***********************************/
.f_guide{margin-top: 50px;}
.f_guide .sysContent{width: 100%;}
.f_guide .Title{ 
	font-size: 15px;
	padding: 20px 0 30px;
}
.f_guide .guideBlock{
	width: 50%;
	padding: 0 2%;
	padding-bottom:30px;
}
.f_guide .guide01{padding-right: 20px;}
.f_guide .guide02{padding-left: 20px;}
.f_guide .freedial{
	font-size:30px;
}
.f_guide a{
	display:block;
	width:200px;
}

/***********************************
	カート内商品数表示
***********************************/
button.itemCount2{
        display:none;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: rgba(207,15,42,0.9);
	border:none;
	width: 18px;
	height: 18px;
	border-radius: 10px;
	text-align: center;
	line-height: 15px;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
}
/***********************************
	商品購入ステップ
***********************************/
.steps ul{width: 550px;}
.steps li{
	float: left;
	padding: 0 2px;
	height: 180px;
}
.steps li a{height: 180px !important;}
.steps li img{height: 180px;}

/***********************************
	TOPページ
***********************************/
/*.トップスライダー*/
#slideShow{height: 190px;}

.top_slider{
	padding-top:0;
	margin-top:90px; /*元数値：120px*/
}


/***********************************
    カスタムCSS
***********************************/

/*アサイドバナー TB*/
.bnr_aside ul {
  width: 96% !important;
  margin: 50px auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bnr_aside img {
  padding:0 5px;
}
.bnr_aside02 ul {
  width: 96% !important;
  margin: 50px auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bnr_aside02 img {
  padding:0 5px;
}


/***********************************
フリーページ用2カラムレスポンシブBOX【TB】
***********************************/
.fp_box{margin-top: 50px;}
.fp_box .sysContent{width: 100%;}
.fp_box .Title{ 
	font-size: 15px;
	padding: 20px 0 30px;
}
/* ボックス幅・TB */
.fp_box .contBlock{
	width: 50%;
	padding: 0 2%;
	padding-bottom:30px;
}
.fp_box .contBlock_full{
	width: 95%;
	padding: 0 2%;
	padding-bottom:30px;
}
  .fp_box .cont01{padding-right: 20px;}
  .fp_box .cont02{padding-left: 20px;}
  .fp_box a{display:block;}


/***********************************
    お知らせ
***********************************/
.title_topics_aside{
     width:95%;
     margin:0 auto;
}

.topics_aside{
     width:95%;
     margin:0 auto;
}


/***********************************
    フッターコンテンツ用
***********************************/
/* カラー・シーンで選ぶ */
.f_color .sysContent{width: 100%;}



/* サイトリニューアル後（20241224追加）
*******************************************/

/* メインコンテンツ（20241226追加）
*******************************************/
/* TOPスライダー */
.top_new_slick_slider .pc {
    display: block;
}
.top_new_slick_slider .sp {
    display: none;
}
.menu_new_wrap {
    margin-top: 10px !important;
}
.menu_new_wrap_inner {
    width: 40%;
    margin-right: auto;
    max-width: 340px;
}

/* PR設定 */
.sysItemPrArea span, .sysPr span {
    font-size: 1rem;
}

/* ヘッダー（20241213追加）
*******************************************/
.header_new_login {
    display: none;
}
.header_new_submenu ul {
    width: 100%;
}
.header_new_submenu ul li:nth-child(1) {
    display: none;
}

/* 商品ページ（20241226追加）
*******************************************/
#sysItemDetail .common_new_wrap .sysRentalSchedules .sysRentalScheduleInfo .sysRentalUseDays, #sysItemDetail .common_new_wrap .sysRentalSchedules .sysRentalScheduleInfo .sysRentalReturnDay {
    width: 95%;
}

/* 商品検索ページ（20250213追加）
*******************************************/
#sysItemSearch #sysWrap {
    margin-top: 160px;
}

/* 
サイズのめやす（20250129追加）
*******************************************/
.under_new_size #fv .size_new_wrap {
    height: 40vh;
}

/* 
ルールとマナー（20250130追加）
*******************************************/
.under_new_rule_manner #fv .manner_new_wrap {
    height: 40vh;
}
.under_new_rule_manner .slick-slider .slick-track {
    width: inherit !important;
}
.under_new_rule_manner .manner_new_innerwrap .tab-container {
    width: 100%;
}
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block ul li {
    width: 32% !important;
}
/* 試着バナー(20250418大谷追記） */
.accordion-title br {
    display: none;
}
@media screen and (max-width: 600px) {
    .accordion-title br {
        display: block;
    }
}
.accordion-title {
    position: relative;
    text-align: center;
    font-size: 1.8rem;
    padding: 25px;
    border-bottom: 1px solid #e8e8e8;
    background-color: #fff;
}
.accordion-title span {
    color: #ea7c74;
}
.accordion-title:after {
    content: '';
    border-right: solid 1px #000;
    border-top: solid 1px #000;
    display: block;
    height: 14px;
    position: absolute;
    right: 100px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 14px;
}
.accordion-title.open:after {
    top: 45%;
    transform: rotate(-45deg); 
}
.accordion-content {
    display: none;
    width: 100%;
}

.accordion-content:after {
    content: '';
    display: block;
    clear: both;
}
.accordion-content tr td {
    width: 50%;
    border: 1px solid #e8e8e8;
    border-top: 0;
}
.accordion-content tr td a {
    position: relative;
    font-size: 1.6rem;
    padding: 20px;
    display: block;
    background-color: #fff;
}
.accordion-content tr td a:hover {
    background-color: var(--hover);
    transition: 0.3s;
}
}
@media screen and (min-width:1101px){
.sysDisplayPcNone{
	display:none !important;
}


.header_bnr_pc{
  position:absolute;
  left: 0;
  bottom: 0;
}

/* 
ルールとマナー（20250130追加）
*******************************************/
.under_new_rule_manner .tab_new_innerwrap .container_wrap .container_innerwrap .recommend_block ul .slick-track {
    width: 100% !important;
}

/* 試着バナー （20250324大谷追記）*/

.accordion-content {
    display: none;
    width: 100%;
    text-align: center;
}
}
/* #END_OF_RESOURCE_FILE */
