/* 初期テンプレ */

/* ======================================== */

/* 基本設定
 *----------------------------------------------------------------------*/

html {
	font-size: 62.3%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fff;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.3rem; /*13px*/
	line-height: 1.6;
}

.sp_only {
	display: none;
}

#sysAll {
	background-color: transparent;
	max-width: 100%;
	padding: 0;
}

#sysWrap {
	margin: 160px auto 0;
	max-width: 1100px;
	overflow: hidden;
	padding: 0;
}

#sysHeader {
	margin: 0;
	padding: 0;
}

div#sysMain {
	float: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#sysAside {
	display: none;
	float: none;
	padding: 0;
}

#sysFooter {
	margin: 0;
	padding: 0;
}

#top #sysWrap {
	margin-top: 0;
}

.sysContent {
	padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	letter-spacing: inherit;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

a {
	color: #212121;
	font-weight: inherit;
	text-decoration: none;
}

img { /*you kakunin*/
	height: auto;
	vertical-align: bottom;
}

a:hover img {
	-moz-filter: "alpha( opacity=50 )";
	-webkit-filter: "alpha( opacity=50 )";
	-o-filter: "alpha( opacity=50 )";
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha(opacity=50);
}

a:hover img.nohover {
	-moz-filter: "alpha( opacity=100 )";
	-webkit-filter: "alpha( opacity=100 )";
	-o-filter: "alpha( opacity=100 )";
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha(opacity=100);
	opacity: 1;
}

p {
	margin: 10px auto;
}

p.indent {
	margin: 5px 0 !important;
	text-indent: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
}

.clearfix:after {
	clear: both;
	content: "";
	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;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 0;
	line-height: 2;
	padding: 10px 5px !important;
	width: 100%;
}

input[type=submit] {
	-webkit-appearance: none;
	line-height: 2;
	margin-top: 30px;
	padding: 10px 5px !important;
}

input[type=radio] {
	margin: 10px 10px 20px;
}

.sysFormField {
	margin: 10px 0;
}

.sysFormField label {
	font-size: 15px;
	margin-right: 20px;
}

.sysFormField a {
	border-bottom: 1px solid #068acc;
	color: #068acc;
	display: inline-block;
	line-height: 15px;
	margin: 0 3px;
}

select {
	height: 30px;
}

#sysItemCategory select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none !important;
	padding: 3px 5px;
	width: 100%;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
	-webkit-tap-highlight-color: transparent;
	display: none; /* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
	position: relative; /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.owl-carousel .owl-stage-outer { /* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
	overflow: hidden;
	position: relative;
}

.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 {
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	float: left;
	min-height: 1px;
	position: relative;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	-webkit-user-select: none;
	-moz-user-select: none;
	cursor: pointer;
	cursor: hand;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	display: block;
	opacity: 0;
}

.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;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	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 {
	-webkit-animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	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 {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

/*
 *  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 {
	background: #000;
	height: 100%;
	position: relative;
}

.owl-carousel .owl-video-play-icon {
	-webkit-backface-visibility: hidden; /*background: url("owl.video.play.png") no-repeat;*/
	cursor: pointer;
	height: 80px;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
	transition: transform 100ms ease;
	width: 80px;
	z-index: 1;
}

.owl-carousel .owl-video-play-icon:hover {
	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 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}

.owl-controls {
	-webkit-tap-highlight-color: transparent;
	margin-top: 10px;
	text-align: center;
}

.owl-controls .owl-nav [class*=owl-] {
	background: #d6d6d6;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
}

.owl-controls .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}

.owl-controls .owl-nav .disabled {
	cursor: default;
	opacity: 0.5;
}

.owl-dots {
	text-align: center;
}

.owl-dots .owl-dot {
	zoom: 1;
	display: inline-block;
	*display: inline;
	position: relative;
	top: 10px;
}

.owl-dots .owl-dot span {
	-webkit-backface-visibility: visible;
	background: #999;
	border-radius: 30px;
	display: block;
	height: 20px;
	margin: 5px 12.5px;
	transition: opacity 200ms ease;
	width: 20px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
	background: #000;
}

.owl-nav {
	-webkit-tap-highlight-color: transparent;
	margin-top: 10px;
	text-align: center;
}

.owl-nav [class*=owl-] {
	border: none;
	border-radius: none;
	cursor: pointer;
	height: 37px;
	margin-top: -18.5px;
	outline: 0;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	top: 98%;
	width: 20px;
	z-index: 9999;
}

.owl-nav .owl-prev {
	background: url(/img/common/controls.png) no-repeat 0 0;
	background-size: 40px;
	left: 35%;
}

.owl-nav .owl-next {
	background: url(/img/common/controls.png) no-repeat -20px 0;
	background-size: 40px;
	right: 35%;
}

.owl-nav .owl-prev:hover {
	background-position: 0 0;
}

.owl-nav .owl-next:hover {
	background-position: -20px 0;
}

/* 検索ボックス */

.search_bx form {
	border: 1px solid #dddddd;
	overflow: hidden;
}

.search_bx .sysItemSearchFormWord {
	float: left;
	width: 70%;
}

.search_bx input[type=search] {
	border: none;
	height: 40px;
	padding: 5px;
	width: 100%;
}

.search_bx .sysSearchButton {
	background: #222222 url(/img/common/ico_search.png) no-repeat center center;
	background-size: 70px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	display: block;
	float: left;
	height: 40px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -999px;
	width: 30%;
}

/* submitボタンの調整 */

#sysMypageReminder #sysMain input[type=submit],
.sysBackButton,
.sysNextSubmit {
	background: #666;
	border-color: transparent;
	border-radius: 3px;
	color: #fff;
	display: block;
	height: 50px;
	margin: 0 auto;
	padding: 10px 15px;
	text-shadow: none;
	width: 80%;
}

/* 商品カテゴリページ */

.sysFuncItemCategory a {
	line-height: 1.75;
}

.sysFuncItemCategory a:hover {
	background: #eee;
}

#sysItemCategory h1.itemCategory {
	border-left: 5px solid #222222;
	font-size: 18px;
	margin: 20px 0 10px;
	margin-left: 5px;
	padding-left: 10px;
}

.sysSelectionDescription {
	margin: 2px 0 10px;
}

/* 4-1-3 Category View Mode */

.sysItemCategoryCtl {
	font-size: small;
}

.sysItemCategoryCtl a {
	background: #ddd;
	border: 1px solid #999;
	border-radius: 3px;
	display: inline-block;
	margin: 2px 0;
	padding: 2px 4px;
	text-decoration: none;
}

/* PRアイコン設定 */

.sysItemPr {
	background: #fff;
	border: 1px solid #666;
	border-radius: 3px;
	display: inline-block;
	font-size: small;
	font-weight: bold;
	padding: 0 5px;
}

/*PRアイコン(商品詳細ページ)*/

.sysPr span {
	border-radius: 15px;
	box-sizing: border-box;
	color: #222222;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 3px 10px;
	text-align: center;
	width: 24%;
}

span.icon_online,
span.icon_kyobashi {
	background: #ff1000;
	border: 3px solid #ff1000;
	color: #fff;
	display: inline-block;
}

span.icon_book {
	border: 3px solid #ff1000;
	box-sizing: border-box;
	color: #ff1000;
	display: inline-block;
}

span.icon_chilled {
	background: #4472c4;
	border: 3px solid #4472c4;
	color: #fff;
	display: inline-block;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
}

/* カートボタン */

.sysCartButton {
	background-color: #222222;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	margin: 5px 0;
	padding: 10px;
}

.sysCartButton:hover {
	background: #999;
}

/* アーカイブリスト */

.sysItemList ul.sysList li .sysThumbnailImage {
	max-width: 200px;
	width: 40%;
}

/* 4-1-7  商品サムネイル画像 */

.sysItemList ul.sysThumbnail li {
	display: inline-block;
	float: none;
	letter-spacing: normal;
	vertical-align: top;
}

.sysItemList ul.sysThumbnail {
	letter-spacing: -0.4em;
}

.sysItemList ul.sysThumbnail input {
	padding: 10px 0;
	width: 100%;
}

/* 商品ぺージ */

/* 商品画像 */

.sysThumbnailImage > span,
.sysThumbnailImage > br {
	display: none;
}

.sysItemImages {
	max-width: 500px;
	padding-right: 20px;
}

.sysItemImages .sysImageList li {
	display: inline-block;
	float: none;
	height: auto;
	line-height: 1;
	margin: 1% 0;
	vertical-align: top;
	width: 23%;
}

/* 商品名 */

.sysItemName h1 {
	font-size: x-large;
}

/* 注文エリア*/

.orderArea {
	letter-spacing: -0.4em;
	text-align: center;
}

.orderArea > div {
	display: inline-block;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.orderArea > .orderArea > div {
	display: block;
	width: 100%;
}

/* 商品ページのタイトル */

.sysItemName,
.sysExplanation > div > span,
.sysReview > span {
	display: block;
	font-size: large;
	margin-bottom: 0px;
}

/* 商品説明 */

.sysExplanation table {
	border: 1px solid #999;
	line-height: 2;
	text-align: center;
	width: 100%;
}

.sysExplanation thead {
	background: #999;
	color: #fff;
	text-align: center;
}

.sysExplanation td {
	font-size: small;
	padding-left: 10px;
	text-align: left;
}

/* 買い物フォーム */

#sysItemDetail .sysRetailPrice {
	font-weight: bold;
}

#sysItemDetail #sysVariation {
	margin: 5px auto;
	overflow: hidden;
}

#sysItemDetail #sysVariation > div {
	margin: 10px auto;
	overflow: hidden;
}

#sysItemDetail .sysNumArea button {
	background: #666;
	border: 1px solid #999;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	padding: 10px;
	width: 48%;
}

#sysItemDetail .sysNumArea {
	clear: both;
	padding-top: 5px;
	text-align: right;
}

#sysWishlist .sysButton,
#sysItemDetail .sysCartButton {
	margin-left: 2%;
	width: 98%;
}

#sysItemDetail .sysShare {
	padding: 5px 0 0 2%;
}

#sysCartInForm {
	width: 100%;
}

/* ログインボタン */

.sysLoginButton,
.sysButton {
	background-color: #dddddd;
	border: none;
	border-radius: 5px;
	color: #000;
	cursor: pointer;
	margin: 5px 0;
	padding: 10px;
}

.sysLoginButton,
.sysButton:hover {
	background: #999;
}

.sysLoginButton {
	display: block;
	margin: 10px auto;
	padding: 20px;
	width: 50%;
}

/* カートボタン */

.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain input[type=submit],
.sysCart #sysMain button[type=submit],
.sysCart #sysMain button {
	background: #666;
	color: #fff;
	text-shadow: none;
}

.sysCartInDone {
	margin: 0;
}

/* フォームページの基本レイアウト*/

#sysFormIndex #sysMain,
#sysFormConfirm #sysMain,
#sysFormThanks #sysMain,
.sysMemberRegister #sysMain,
.sysMypage #sysMain {
	border: 1px solid #eee;
	margin: 30px auto;
	padding: 20px 150px !important;
	width: 1100px;
}

#sysDestination #sysMain {
	border: 1px solid #eee;
	margin: 30px auto;
	padding: 20px 150px !important;
	width: 1100px;
}

#sysFormConfirm label,
#sysMemberRegisterConfirm label {
	display: block;
	margin: 15px 0 5px !important;
}

#sysFormConfirm .sysFormField #sysMemberRegisterConfirm .sysFormField {
	margin: 10px 0 20px !important;
}

#sysFormConfirm button.sysButton {
	background: #ccc;
	border-radius: 3px;
	color: #444;
	float: left;
	height: 50px;
	margin: 0;
	margin-right: 1%;
	margin-top: 30px;
	width: 49%;
}

#sysFormConfirm .sysNextSubmit {
	margin: 0;
	margin-left: 1%;
	margin-top: 50px;
	width: 49%;
}

#sysMemberRegisterConfirm .sysNextSubmit {
	float: left;
	margin: 0;
	margin-right: 1%;
	margin-top: 20px;
	width: 49%;
}

#sysMemberRegisterConfirm .sysBackButton {
	background: #ccc;
	border-radius: 3px;
	color: #444;
	float: left;
	height: 50px;
	margin: 0;
	margin-left: 1%;
	margin-top: 0px;
	width: 49%;
}

#sysFormThanks .completeText {
	font-size: 15px;
	margin: 20px 0;
	text-align: center;
}

#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;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 5px;
	padding-left: 5px;
}

#sysMain .sysRequired {
	display: inline-block;
	font-size: 15px;
	height: 25px;
	line-height: 25px;
	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;
	border-radius: 3px;
	font-size: small;
	line-height: 2;
	margin: 5px auto;
	min-height: 20px;
	padding-left: 10px;
}

/* マイページ */

.sysMypageMajorHeadLine {
	display: none;
}

.SysMypageMinorHeadLine {
	border-left: 5px solid #3d3d3d;
	font-size: 18px;
	margin: 20px 0;
	padding-left: 5px;
}

#sysMypageLogin .sysMypageMinorHeadLine {
	display: none;
}

/* 購入履歴 */

.sysOrderList {
	border: 1px solid rgb(212, 212, 212);
	max-height: 400px;
	overflow-y: scroll;
	padding: 10px;
}

.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 {
	font-size: small;
	line-height: 15px;
	margin: 5px auto;
	padding: 5px;
}

#sysMypageEditConfirm #sysMain > form {
	padding: 10px;
}

/* Special Point */

.sysSpecialPoint {
	letter-spacing: -0.4em;
	overflow: hidden;
}

.sysSpecialPoint > div:nth-child(2n) {
	width: 60%;
}

.sysSpecialPoint > div {
	border-bottom: 1px solid #d5d5d5;
	display: inline-block;
	letter-spacing: normal;
	padding: 5px 10px;
}

.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 {
	border: 0px solid;
	display: block;
	padding: 10px;
	text-decoration: none;
}

.sysSelectAddress {
	margin: 10px 0;
}

.sysSelectAddress a:hover {
	background: #eee;
}

/***********************************
  商品詳細ページ
***********************************/

/*商品名*/

#sysItemDetail .sysItemName h1 {
	border-bottom: 1px solid #000;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/*商品番号*/

#sysItemDetail .sysItemId {
	font-size: 12px;
	text-align: right;
}

/*価格表示*/

#sysItemDetail .sysRetailPrice {
	color: #000;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: right;
	width: 100%;
}

#sysItemDetail .sysRetailPrice span {
	font-size: 1.1rem;
}

#sysItemDetail .sysRetailPrice span.sysRetailPriceValue {
	font-size: 20px;
	font-weight: normal;
}

/*通常価格*/

#sysItemDetail .sysSuggestedRetailPrice {
	margin-bottom: 5px;
	text-align: right;
}

#sysItemDetail .sysSuggestedRetailPrice span {
	font-size: 1.1rem;
}

/*送料区分*/

#sysItemDetail .sysShippingCost {
	border: 1px solid #da4636;
	border-radius: 3px;
	color: #da4636;
	display: inline-block;
	font-size: 1.1rem;
	font-weight: bold;
	margin-left: auto;
	margin-top: 5px;
	padding: 0 5px;
	width: auto;
}

/*PRアイコン(カテゴリーページ)*/

#sysItemCategory input[type=submit] {
	margin-top: 0px;
}

.sysAddSelection div {
	margin-bottom: 10px;
}

.sysAddSelection {
	clear: both;
}

.sysAddSelection input,
.sysAddSelection select {
	margin: 5px 0;
}

.sysItemPrArea {
	margin-top: 5px;
}

.sysItemPrArea span {
	border-radius: 20px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	line-height: 18px;
	margin: 0 0 5px;
	padding: 3px 0px;
	text-align: center;
	width: 49%;
}

#sysItemDetail .sysForm select {
	display: inline-block;
	float: none !important;
	margin: 5px 0;
	min-width: 450px;
}

#sysItemDetail .sysForm select[name=num] {
	min-width: 200px;
}

#sysItemDetail .sysForm input[type=text] {
	margin-top: 5px;
}

#sysSelections div {
	margin-bottom: 10px;
}

#sysItemDetail .sysSelections {
	line-height: 30px;
}

#sysItemDetail #sysVariation {
	margin-left: auto;
	max-width: 500px;
	overflow: hidden;
	width: 100%;
}

#sysItemDetail #sysVariation > div {
	margin: 10px auto;
	overflow: hidden;
}

#sysItemDetail .sysNumArea button {
	background: #000;
	border: 1px solid #999;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	padding: 10px;
	width: 48%;
}

#sysItemDetail .sysNumArea {
	clear: both;
	padding-top: 5px;
	text-align: right;
}

#sysWishlist .sysButton,
#sysItemDetail .sysCartButton {
	margin-left: 2%;
	width: 98%;
}

#sysItemDetail .sysShare {
	padding: 5px 0 0 2%;
}

#sysCartInForm {
	margin-left: auto;
	width: 100%;
}

/*バリエーション*/

#sysItemDetail .sysFormVariationName {
	background-color: #fdf5f5;
}

#sysItemDetail .sysFormVariationTable {
	max-width: 500px;
	width: 100%;
}

/*下部フォーム*/

#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 {
	font-size: 12px;
	margin-bottom: 30px;
}

#sysItemDetail .itempage_cap .i_ttl {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 20px;
}

#sysItemDetail .itempage_detail h3 {
	font-size: 18px;
	font-weight: normal;
}

#sysItemDetail .itempage_detail table {
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
	width: 100%;
}

#sysItemDetail .itempage_detail table tr {
	border-bottom: 1px solid #ccc;
}

#sysItemDetail .itempage_detail table th,
#sysItemDetail .itempage_detail table td {
	font-size: 12px;
	line-height: 1.6;
	padding: 10px;
	text-align: center;
}

#sysItemDetail .itempage_detail table th {
	border-right: 1px solid #ccc;
	width: 30%;
}

#sysItemDetail .itempage_detail table td {
	background: #fff;
	text-align: left;
	width: 70%;
}

#sysItemDetail .itempage_detail_ttl {
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;
	padding: 5px 0;
	position: relative;
}

#sysItemDetail .itempage_detail_ttl:after {
	background-color: #000;
	bottom: 0;
	content: "　";
	display: block;
	height: 2px;
	left: 50%;
	margin-left: -30px;
	position: absolute;
	width: 60px;
}

#sysItemDetail .sysMainImage img {
	border: 1px solid #ccc;
}

/*数量増減*/

#sysItemDetail #sysNumber {
	text-align: right;
}

#sysItemDetail .sysNumArea {
	margin-bottom: 20px;
}

#sysItemDetail .sysNumArea button {
	background: #f1f1f1;
	border: 1px solid #b9b9b9;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 10px;
	text-indent: -999px;
	width: 25%;
}

#sysItemDetail .sysNumArea button:hover {
	background-color: #efefef;
}

#sysItemDetail .sysNumArea .sysBtnPlus {
	background: url(/img/layout/system/btn_plus.png) center center no-repeat;
	background-size: 65px;
	border-color: #b9b9b9;
	width: 37%;
}

#sysItemDetail .sysNumArea .sysBtnMinus {
	background: url(/img/layout/system/btn_minus.png) center center no-repeat;
	background-size: 90px;
	border-color: #b9b9b9;
	width: 37%;
}

/*カートに入れる*/

#sysItemDetail .sysCartButton {
	background: #da4636 url(/img/layout/system/btn_cart.png) center center no-repeat;
	background-size: 140px;
	padding: 23px 15px !important;
	text-indent: -999px;
}

#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 {
	background: #fff url(/img/layout/system/btn_favo.png) center center no-repeat;
	background-size: 100px;
	border: 1px solid #b9b9b9;
	overflow: hidden;
	text-indent: -999px;
}

#sysItemDetail #sysWishlist .sysButton:hover {
	background-color: #efefef;
}

.modaal-container {
	box-shadow: none !important;
	color: #333 !important;
	max-width: 750px !important;
	padding: 30px 8%;
}

.sysWishListButton {
	background: #ddd;
	border: 1px solid #999;
	border-radius: 3px;
	text-decoration: none;
}

/* お気に入り登録時の画面 */

/* バツボタン */

.modaal-close {
	background-color: #fff !important;
	border: 1px solid #da4636 !important;
	border-radius: 0 !important;
	height: 50px;
	height: 22px !important;
	position: absolute !important;
	right: 15px !important;
	top: 15px !important;
	width: 50px;
	width: 22px !important;
}

.modaal-close:after,
.modaal-close:before {
	background: #da4636 !important;
	border-radius: 4px;
	content: " ";
	display: block;
	height: 22px;
	left: 8px !important;
	position: absolute;
	top: 0.3px !important;
	transition: background 0.2s ease-in-out;
	width: 4px;
}

.modaal-close {
	height: 44px !important;
	right: 30px !important;
	top: 30px !important;
	width: 44px !important;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
}

/* サンプルイメージ */

.mdl-dialog__image::before {
	content: "お気に入り登録完了";
	display: block;
	font-size: 1.3rem;
	margin-bottom: 15px;
	text-align: center;
}

.mdl-dialog__image {
	margin: auto;
	max-width: 250px;
	width: 88.81%;
}

.massage {
	text-align: center;
}

/* ログインボタン */

.sysWishlistLoginButton {
	background-color: #da4636;
	color: #fff;
	font-size: 1.3rem; /* height: 35px; */
	line-height: 35px;
	position: relative;
	text-align: center;
	transition: 0.2s;
	width: 167px;
}

.sysWishlistLoginGroup {
	margin: auto auto 30px !important;
	text-align: center;
}

:after,
:before {
	background-repeat: no-repeat;
	box-sizing: inherit;
	text-decoration: inherit;
	vertical-align: inherit;
}

.mdl-dialog__content {
	font-size: 1.6rem !important;
	padding: 0 0 30px !important;
}

/* 会員登録ボタン */

.sysWishlistMemberRegisterGroup::before {
	content: "会員登録をされていないお客様はこちら";
	display: block;
	font-size: 1.1rem;
	margin-top: 12px;
	text-align: center;
}

.sysWishlistMemberRegisterGroup {
	background-color: #fff;
	border: 1px solid #bbb;
	height: 92px;
	margin: auto auto 30px !important;
	position: relative;
	text-align: center;
	width: 80%;
}

.sysWishlistMemberRegistButton {
	background-color: #da4636;
	color: #fff;
	font-size: 1.3rem; /* height: 35px; */
	line-height: 35px;
	position: relative;
	text-align: center;
	transition: 0.2s;
	width: 167px;
}

/* この画面を閉じるボタン */

.sysWishlistCloseBottomButtonGroup button {
	background-color: transparent;
	border-bottom: 1px solid #da4636;
	border-radius: 0px;
	transition: 0.2s;
}

.sysWishlistCloseBottomButtonGroup {
	font-size: 1.3rem;
	margin-top: 30px;
	text-align: right;
}

/*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 {
	border: none;
	border-top: 1px solid #ccc;
	margin-bottom: 40px;
}

.sysExplanation table tr {
	border-bottom: 1px solid #ccc;
}

.sysExplanation table th,
.sysExplanation table td {
	border: none;
	padding: 3px 10px;
	text-align: center;
}

/*商品ページ用おすすめ商品*/

.itempage_recommend .sysItemBlock .sysHorizontal li {
	padding: 0 10px;
	width: 25%;
}

.itempage_recommend .sysItemName {
	font-size: 14px;
	margin-bottom: 0;
	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 {
	background: #e4e4e4 url(/img/layout/system/ico_plus.png) 10px center no-repeat !important;
	background-size: 18px !important;
	cursor: pointer;
	padding: 10px 0 10px 35px !important;
}

#sysItemDetail .active {
	background: #e4e4e4 url(/img/layout/system/ico_minus.png) 10px center no-repeat !important;
	background-size: 18px !important;
}

#sysItemDetail .contents_tr {
	background-color: #f5f5f5;
}

#sysItemDetail .contents_tr td {
	background-color: #f5f5f5 !important;
}

#sysItemDetail .contents_tr table {
	margin-bottom: 0;
}

/***********************************
  カートページ
***********************************/

/*カートページ内レイアウト調整*/

.sysCart .header_h1_under,
.sysOpcBody .header_h1_under {
	background-color: #fff;
	float: none;
	height: auto;
	padding: 10px 0;
	width: 100%;
}

.sysCart .header_h1_under a,
.sysOpcBody .header_h1_under a {
	display: block;
	margin: 0 auto;
	width: 160px;
}

.sysCart .header_h1_under .logo img,
.sysOpcBody .header_h1_under .logo img {
	float: none;
	margin-right: 0;
}

.sysCart .header_h1_under .head_title,
.sysOpcBody .header_h1_under .head_title {
	text-align: center;
}

.sysCart .header_wrap {
	border-bottom: none;
	height: auto;
	position: inherit;
}

.sysCart #sysWrap {
	margin: 0 auto;
}

.sysCart #sysMain,
.sysOpcBody #sysMain {
	border: 1px solid #eee;
	margin: 0 auto;
	max-width: 1100px;
	padding: 20px 150px;
}

.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 {
	border: 0;
	border-bottom: 1px solid #cfcfcf;
	display: block;
	height: 0;
	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: 1px solid #dddddd;
	border-radius: 0;
}

.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 {
	background: #da4636 !important;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	margin: 5px 0;
	padding: 10px;
	text-shadow: none;
	width: 100%;
}

.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 {
	background-color: #fff;
	color: #000;
	font-size: large;
	font-weight: bolder;
	margin-bottom: 2-px;
	padding: 0;
}

.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 {
	background: #fff;
	border: 1px solid #999;
	border-radius: none;
	color: #000;
	display: inline-block;
	height: auto;
	overflow: hidden;
	padding: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: auto;
}

.sysCart .sysDeleteArea,
.sysCart .sysConfirmButton {
	text-align: right;
}

.sysCart .sysNavImg {
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
}

.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;
	margin-top: 40px;
	text-align: center;
}

.sysCart .cart_btn p {
	margin: 0;
	padding: 0;
}

.sysCart .cart_btn .btn {
	margin-top: 5px;
}

.sysCart .cart_btn img {
	border: 1px solid #d0d0d0;
	width: 200px;
}

#sysBasket #sysMain {
	padding-top: 10px;
}

.sysCart .cart_info .sysContent {
	background-color: #fff;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	color: #000;
	font-size: 13px;
	font-weight: bolder;
	margin: 1em auto 0 auto;
	max-width: 300px;
	padding: 10px;
	text-align: center;
}

.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 {
	background: #b4f4ff !important;
	border-color: #000 !important;
	font-weight: bold;
}

/***********************************
  ワンページカート
***********************************/

.mdl_btn_.opcDialog,
form.opcUseAmazon {
	padding-right: 0;
	width: 100%;
}

.sysCart #sysMain h3 {
	font-size: 20px;
}

.sysCart #sysMain #show-dlg-1,
.sysCart #sysMain #show-dlg-1_low,
.sysCart #sysMain .sysOpcNextSubmit,
.sysCart #sysMain .sysNextSubmit {
	background: #da4636 !important;
	border: none !important;
	border-radius: 5px;
	box-shadow: none;
	color: #fff !important;
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	margin: 5px 0 !important;
	padding: 15px 10px !important;
	text-shadow: none;
	width: 100% !important;
}

.sysCart #sysMain #show-dlg-2,
.sysCart #sysMain #show-dlg-3 {
	background: #000 !important;
	border: none !important;
	border-radius: 5px;
	box-shadow: none;
	color: #fff !important;
	display: block;
	font-size: 1.2rem;
	line-height: 1;
	margin: 0 0 30px !important;
	padding: 10px;
	text-shadow: none;
	width: 100% !important;
}

.sysCart #sysMain #show-dlg-3 {
	background: #da4636 !important;
	color: #fff !important;
}

.sysCart #sysMain .next_btn {
	background: #000 !important;
	border: none !important;
	color: #fff !important;
	font-size: 1rem;
	line-height: 1;
}

.sysCart #sysMain #order_price_confirm_btn {
	background: #000 !important;
	box-shadow: none;
	color: #fff !important;
	width: 100% !important;
}

.sysCart #sysMain .mdl-js-button {
	box-shadow: none;
}

.sysCart #sysMain #change-to-billAddr,
.sysCart #sysMain #show-dlg-addrList,
.sysCart #sysMain #show-dlg-inputAddr {
	background: #000 !important;
	border: none !important;
	line-height: 1;
}

.sysCart #sysMain p.user_type {
	font-size: 1.2rem;
}

.sysOpcProduct .sysOpcItemName {
	font-size: 1.2rem;
}

/*情報入力ページ調整*/

.sysOpcBody div#sysWrap {
	margin: 0 auto;
}

.sysOpcBody div#sysMain {
	margin-bottom: 60px;
	padding: 3em 200px 0;
}

.sysOpcBody .header_wrap {
	border-bottom: none;
	height: auto;
	position: static;
}

.sysOpcBody .header_h1_under a {
	pointer-events: none;
}

.sysOpcBody .footer .f_gnav_all {
	display: none;
}

input[type=button],
select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	box-sizing: border-box;
}

select {
	padding: 0 0.5em;
}

.sysOpcBody img {
	max-width: 100%;
}

.opcCommonInputText,
.opcCommonInputSelect,
.opcCommonInputRadio,
.opcCommonInputCheckbox {
	margin-left: 0 !important;
}

.opcCommonEditModeBlock {
	background: #fff !important;
	padding: 20px;
}

.opcOrderSummaryTitle,
.opcBillingAddressTitle,
.opcDeliveryAddressTitle,
.opcItemTitle,
.opcPaymentMethodTitle {
	font-size: large !important;
	margin-bottom: 0.5em;
}

.opcItem {
	border: 1px solid #9b9b9b;
	margin-top: 10px;
	padding: 3%;
}

.opcCommonInputSelect,
.opcCommonButton { /*width: 100px !important;*/
	background: #fff !important;
}

.opcCommonInputSelect {
	background: #f1f1f1 !important;
}

.opcBillingAddress_completeButton_edit,
.opcDeliveryMethod_completeButton_edit,
.opcPaymentMethod_completeButton_edit,
.opcItem_completeButton_edit,
.opcDeliveryAddress_completeButton_edit,
.opcPointAndCouponDialog_applyButton_edit,
.opcRemarks_completeButton_edit {
	background: #da4636 !important;
	border: 1px solid #da4636 !important;
	color: #fff !important;
	font-weight: bold;
}

.opcConfirm_inputStatus {
	background: #da4636 !important;
	border: 1px solid #da4636 !important;
	color: #fff !important;
	display: block !important;
	font-weight: bold;
	margin: 0 auto 1em;
	width: 700px !important;
}

.opcConfirm_inputStatus_disable {
	background: #ccc !important;
	color: #000 !important;
	display: block !important;
	margin: 0 auto 1em;
	width: 700px !important;
}

.opcConfirm_order {
	background: #da4636 !important;
	border: 1px solid #da4636 !important;
	color: #fff !important;
	display: block !important;
	font-weight: bold;
	margin: 0 auto;
	width: 700px !important;
}

.opcConfirm_order_disable {
	background: #ccc !important;
	color: #000 !important;
	display: block !important;
	margin: 0 auto;
	width: 700px !important;
}

.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
	background: #f1f1f1 !important;
	width: 30px !important;
}

.opcCommonButtonGroup {
	margin-top: 1em;
}

.opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
	width: 15% !important;
}

.opcBillingAddress_acceptMailmagazineYesLabel_edit {
	display: inline-block;
	margin-top: 1em;
}

.opcOrderSummary_totalPriceAndLabelGroup {
	padding-bottom: 10px !important;
}

.opcCommonEditLabel {
	border-left: 0px;
	margin-top: 1em;
}

.opcOrderSummary_priceBreakDownGroup {
	padding-bottom: 1em;
	padding-top: 1em;
}

.opcOrderSummary_feeAndLabelGroup,
.opcOrderSummary_usePointPriceAndLabelGroup {
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.opcBillingAddress_prefState_edit {
	margin: 5px 0;
}

.opcBillingAddressButtonGroup_edit,
.opcDeliveryAddress_buttonGroup,
.opcDeliveryMethod_buttonGroup_edit {
	padding: 1em 0;
}

.opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit,
.opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit {
	margin-bottom: 1em;
}

.opcItem_itemSubTotalPriceAndLabelGroup {
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.opcDeliveryAddressAndDeliveryMethodGroup,
.opcItemList {
	border: none !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
	position: static !important;
}

.opcBillingAddress .opcCommonReferenceLabel {
	display: inline-block;
	position: relative;
	width: 70px;
}

.opcBillingAddress .opcCommonReferenceLabel::after {
	position: absolute;
	right: 0;
}

.opcDeliveryMethod .opcCommonReferenceLabel {
	display: inline-block;
	position: relative;
	width: 123px;
}

.opcDeliveryMethod .opcCommonReferenceLabel::after {
	position: absolute;
	right: 0;
}

.opcCommonRequireLabel {
	color: #da4636 !important;
	font-weight: bold;
}

.opcRemarks_remark_edit {
	width: 100% !important;
}

.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2em;
}

.opcDeliveryAddressEditDialog_directChangeLabel {
	width: 100%;
}

.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
	width: calc(32% - 1em) !important;
}

.opcItem_itemName {
	font-size: 15px;
	font-weight: bold;
}

.opcConfirm_headerErrorMessage {
	max-width: 800px;
	width: 100% !important;
}

.opcRemarks_remark,
.opcRemarks_cartOption {
	margin-left: 0 !important;
	white-space: normal !important;
	width: 100% !important;
}

#sysOpc > form + div {
	margin-bottom: 60px !important;
}

.opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit {
	border-bottom: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.opcDeliveryAddress {
	border-bottom: 1px solid #9b9b9b;
	margin-bottom: 1em;
}

.opcDeliveryMethod_hopeDeliveryDateLabel_edit {
	display: inline-block;
	width: 126px;
}

/*完了ページ調整*/

#sysThanks #sysMain {
	border: none;
}

#sysThanks .sysNavImg {
	display: none;
}

#sysThanks.sysCart .sysBox:nth-of-type(2) div:nth-of-type(1),
#sysThanks.sysCart .sysBox:nth-of-type(2) div:nth-of-type(2) {
	margin-bottom: 1em;
}

/***********************************
  検索ページ
***********************************/

#sysItemSearch div#sysMain {
	margin: 20px auto 40px;
	max-width: 980px;
}

#sysItemSearch .sysThumbnail .sysItemPrArea {
	margin-top: 5px;
	text-align: left;
}

#sysItemSearch #sysMain h2 {
	font-size: 13px;
	margin-bottom: 10px;
}

#sysItemSearch #sysMain .sysItemSearchForm {
	background-color: #ededed;
	font-size: 12px;
	margin-bottom: 20px;
	padding: 20px;
}

#sysItemSearch #sysMain .sysItemSearchFormWord {
	margin-bottom: 5px;
}

#sysItemSearch #sysMain .sysItemSearchFormWord input {
	border: 1px solid #d0d0d0;
	height: 40px;
	vertical-align: bottom;
}

#sysItemSearch #sysMain .sysSearchButton {
	background: #222222;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 120%;
	margin: 10px auto;
	padding: 10px;
	width: 95%;
}

#sysItemSearch #sysMain .sysItemSearchFormRange input {
	background: #fff;
	border-radius: 0;
	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 {
	margin: 20px 0 0 !important;
	width: 100%;
}

#sysFormConfirm button.sysButton {
	margin-bottom: 20px;
	width: 30%;
}

/***********************************
  新規会員登録
***********************************/

.sysMemberRegister #sysWrap {
	margin: 160px auto 0;
}

/***********************************
  マイページ
***********************************/

.sysMypage #sysWrap {
	margin: 160px auto 0;
}

.sysMypage input[type=submit] {
	margin-top: 10px;
}

/* マイページボタン */

.sysMypageNav > form {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.sysMypageNav .sysButton {
	display: block;
	font-size: 15px;
	margin: 5px 0;
	padding: 15px 0;
	width: 100%;
}

#sysMemberRegisterIndex .sysNextSubmit {
	border-radius: 5px;
	float: left;
	font-size: 15px;
	height: 50px;
	margin-right: 1%;
	width: 49%;
}

#sysMemberRegisterIndex .sysButton[type=submit] {
	border-radius: 5px;
	float: left;
	font-size: 15px;
	height: 50px;
	margin-right: 1%;
	margin-top: 10px;
	width: 49%;
}

#sysMypageLogin .sysLoginButton {
	float: left;
	font-size: 15px;
	margin-right: 1%;
	width: 49%;
}

#sysMypageLogin .sysButton {
	font-size: 15px;
	margin-left: 1%;
	width: 49%;
}

/***********************************
  ヘッダー
***********************************/

.header_wrap {
	background: #fff;
	border-bottom: 1px solid #aaa;
	height: 130px;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 120;
}

.header_wrap_inner {
	margin: 0 auto;
	max-width: 1100px;
}

.h_inner {
	margin: 15px 0 0;
}

.header_h1_under,
.header_h1 {
	float: left;
	height: 80px;
	width: 580px;
}

.header {
	float: left;
	height: 80px;
	width: 395px;
}

.logo img {
	float: left;
	margin-right: 15px;
	width: 180px;
}

.head_title {
	font-size: 11px;
	font-weight: bold;
	height: 32px;
	letter-spacing: 1px;
	line-height: 32px;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.header .g_navi li {
	float: left;
	text-align: center;
}

.header .g_navi li a {
	border: 1px solid #222222;
	border-radius: 20px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 28px;
	margin: 15px 5px 0;
	width: 120px;
}

.header .g_navi li i {
	margin-right: 5px;
}

/***********************************
  カート情報
***********************************/

#cartInfo {
	background: #222222;
	border: 1px solid #222222;
	border-radius: 20px;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 28px;
	margin-left: 5px;
	margin-top: 15px;
	padding-top: -10px;
	position: relative;
	text-align: center;
	width: 120px;
}

#cartInfo p.cartTxt {
	font-size: 10px;
	line-height: 21px;
	margin: -2px;
	padding-top: 5px;
}

#cartInfo p img {
	display: inline-block;
	height: 20px;
	margin-right: 5px;
	width: 20px;
}

#cartInfo i {
	margin-right: 5px;
}

.h_cart {
	background: #fff;
	border: 1px solid #aaa;
	color: #000;
	display: none;
	height: 145px;
	padding: 10px 20px;
	position: absolute;
	right: 5px;
	top: 40px;
	width: 280px;
	z-index: 110;
}

.h_cart dl {
	font-size: 12px;
	margin-bottom: 0px;
}

.h_cart dl:after {
	clear: both;
	content: "";
	display: block;
}

.h_cart dt,
.h_cart dd {
	float: left;
}

.h_cart dd span {
	color: #da4636;
	display: inline-block;
	font-weight: bold;
	padding: 0 5px;
}

.h_cart .sysCartInfoCartIn a {
	background: #000;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 50px;
	margin: 10px 0% 5px;
	padding: 12px 0 0;
	text-align: center;
	width: 100%;
}

.h_cart .sysCartInfoCartIn a:hover {
	background: #999;
}

.h_cart .sysCartInfoCartIn a img {
	display: inline-block;
	height: 25px;
	margin-right: 5px;
	width: 25px;
}

.h_cart .sysCartInfoCartIn a i {
	margin-right: 5px;
}

/* カート内商品数表示 */

button.itemCount {
	background: #fff;
	border: none;
	border-radius: 10px;
	color: #222222;
	display: none;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-left: 5px;
	text-align: center;
	width: 20px;
}

/***********************************
  ナビゲーション
***********************************/

.h_navi {
	height: 60px;
	margin-bottom: 10px;
	width: 100%;
}

#headNavigation {
	height: 60px;
	margin: 0 auto;
	max-width: 1100px;
}

#headNavigation .pcnone {
	display: none;
}

#headNavigation li.tab1 {
	float: left;
	text-align: center;
	width: 220px;
}

#headNavigation li a {
	display: block;
	font-weight: 700;
}

#headNavigation li a span {
	display: block;
	font-size: 10px;
}

.tabmenu .border:after {
	background-color: #000;
	content: " ";
	height: 15px;
	margin-top: -35px;
	position: absolute;
	right: 0;
	top: 42px;
	width: 1px;
}

/*ナビゲーショントグル*/

.tabmenu:before {
	clear: both;
	content: "";
	display: block;
}

.tabmenu {
	margin: 10px 0 0;
}

.toggleNav {
	-moz-box-shadow: 2px 2px 4px 0px #ccc;
	-webkit-box-shadow: 2px 2px 4px 0px #ccc;
	background: rgb(255, 255, 255);
	box-shadow: 2px 2px 4px 0px #ccc;
	display: none;
	height: 0px; /*heightはjs制御*/
	left: 0;
	position: absolute;
	top: 50px;
	width: 220px;
	z-index: 110;
}

.toggleNav:hover {
	overflow: visible !important;
}

.tabmenu li.tab1 {
	position: relative;
}

.tabmenu li.tab1 a {
	font-size: 14px;
}

.tabmenu li.tab2 {
	border-bottom: 1px dotted #ccc;
	height: 35px;
	position: relative;
	text-align: left;
}

.tabmenu li.tab2:hover {
	background: #ededed;
}

.tabmenu li.tab2 a {
	display: block;
	font-size: 12px !important;
	font-weight: bold;
	line-height: 15px;
	padding: 10px;
	position: relative;
}

.tabmenu li.tab2 a i {
	position: absolute;
	right: 10px;
	top: 10px;
}

.tabmenu li.tab2 .subCategory {
	-moz-box-shadow: 2px 2px 4px 0px #ccc;
	-webkit-box-shadow: 2px 2px 4px 0px #ccc;
	background: rgb(255, 255, 255);
	box-shadow: 2px 2px 4px 0px #ccc;
	left: 200px;
	position: absolute;
	top: 0px;
	transition: all 0.1s ease;
	visibility: hidden;
	width: 200px;
	z-index: 120;
}

.tabmenu li.tab2:hover .subCategory {
	visibility: visible;
}

.tabmenu li.tab3 {
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
}

.tabmenu li.tab3:hover {
	background: #ededed;
}

/***********************************
  フッター
***********************************/

.footer {
	background: #ededed;
	letter-spacing: 2px;
	margin: 50px 0 0;
	text-align: center;
	width: 100%;
}

.footer .f_navi_all {
	margin: 0 auto;
	padding: 10px 0 0;
	width: 1000px;
}

.footer .f_navi h3 {
	font-size: 15px;
	margin: 10px 0 0;
}

.footer .f_navi ul {
	margin: 0 auto;
	text-align: left;
	width: 671px;
}

.footer .f_navi li {
	display: inline-block;
	font-size: 15px;
	margin: 10px 5px 0;
	padding: 0 15px 0 5px;
	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 {
	border: 1px solid #000;
	border-radius: 15px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin-right: 10px;
	width: 250px;
}

.footer .telephone .telephone02 {
	display: inline-block;
	font-weight: bold;
	margin-left: 10px;
	width: 300px;
}

.footer .telephone .telephone02 a {
	display: inline-block;
	font-size: 25px;
	height: 32px;
	line-height: 32px;
}

.footer .telephone .telephone02 a img {
	display: inline-block;
	height: 30px;
	margin-right: 10px;
}

.footer .telephone:after {
	clear: both;
	content: "";
	display: block;
}

.footer .time {
	font-size: 15px;
	margin: 0 0 10px;
}

.footer .f_gnav_all {
	background: #c3c3c3;
	letter-spacing: 2px;
	padding: 15px 0 10px;
}

.footer .f_gnav li {
	display: inline-block;
	font-size: 12px;
	padding: 0px 20px 0 15px;
	position: relative;
}

.footer .f_gnav li:after {
	background-color: #000;
	content: "　";
	height: 10px;
	margin-top: -35px;
	position: absolute;
	right: 0;
	top: 40px;
	width: 1px;
}

.footer .f_gnav li:last-child {
	border-right: 0px;
}

.footer .f_gnav {
	margin-bottom: 5px;
}

.footer .f_copy {
	background: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
}

/***********************************
  フッター部分のご利用ガイド
***********************************/

.f_guide {
	border-top: 2px solid #222222;
	margin-top: 50px;
	width: 100%;
}

.f_guide .sysContent {
	margin: 0 auto;
	width: 1100px;
}

.f_guide .Title {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0 30px;
	text-align: center;
}

.f_guide .clearfix {
	font-size: 0;
}

.f_guide .guideBlock {
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	width: 550px;
}

.f_guide .guideBlock:after {
	clear: both;
	content: "";
	display: block;
}

.f_guide .guide01 {
	padding-right: 50px;
}

.f_guide .guide02 {
	padding-left: 50px;
}

.f_guide .guideTitle {
	border: 1px solid #000;
	border-radius: 15px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: center;
	width: 120px;
}

.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 {
	bottom: 20px;
	height: 52px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 52px;
	z-index: 999999;
}

.pagetop #page-top {
	background: #000;
	border-radius: 5px;
	color: #fff;
	display: none;
	font-size: 11px;
	height: 51px;
	line-height: 14px;
	padding-top: 4px;
}

.pagetop #page-top:hover {
	background: #999;
}

/***********************************
  サイド
***********************************/

/*検索ボックス*/

.side_search {
	margin-bottom: 30px;
}

.side_search form {
	border: none;
}

.side_search input[type=search] {
	border: 1px solid #ddd;
	height: 40px;
	margin-bottom: 5px;
}

.side_search .sysItemSearchFormWord {
	float: none;
	margin-bottom: 5px;
	width: 100%;
}

.side_search .sysSearchButton {
	background: #000 url(/img/common/ico_search.png) no-repeat center center;
	background-size: 70px;
	border-radius: 5px;
	float: none;
	height: 40px;
	text-indent: -999px;
	width: 100% !important;
}

.side_navi .sysHeadline,
.side_navi_item .sysHeadline {
	border-bottom: 1px solid #222222;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 !important;
	text-align: left;
	width: auto;
}

.side_navi .sysHeadline:before,
.side_navi_item .sysHeadline:before {
	content: none;
}

.side_navi a {
	border-bottom: 1px dotted #cdcdcd !important;
	letter-spacing: 1px;
	padding: 7px 5px 7px 20px !important;
	position: relative;
}

.side_navi a:after {
	content: ">";
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 7px;
}

.side_navi a:hover {
	background: #eee;
}

.side_navi {
	margin-bottom: 30px;
}

/*商品別*/

.side_navi_item {
	border-bottom: 1px solid #000;
	margin-bottom: 0;
}

.side_navi_item .sysHeadline,
.side_navi_item .sysContent {
	margin-left: auto !important;
	width: 90% !important;
}

.side_navi_item a {
	border-bottom: 1px dotted #cdcdcd !important;
	letter-spacing: 1px;
	padding: 7px 5px !important;
	position: relative;
}

.side_navi_item a:after {
	content: ">";
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 7px;
}

.side_navi_item li:last-child a {
	border-bottom: none !important;
}

.side_navi_item .sysHeadline {
	border-bottom: 1px dotted #cdcdcd !important;
	font-size: 13px;
	padding: 0;
}

.side_navi_item .sysHeadline a {
	border-bottom: none !important;
	display: block;
}

/*お買い物ガイド 最後2つ*/

.side_navi_guide li:nth-last-child(1),
.side_navi_guide li:nth-last-child(2) {
	border-bottom: 1px solid #222222;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.side_navi_guide li:nth-last-child(1) a,
.side_navi_guide li:nth-last-child(2) a {
	border: none !important;
	padding: 7px 5px !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 {
	background: #222222;
	border: 0;
	height: 1px;
	margin: 50px auto;
	padding: 0;
	width: 100%;
}

.sysTitle,
.sysHeadline {
	font-size: 23px;
	letter-spacing: 3px;
	margin: 30px auto !important;
	position: relative;
	text-align: center;
	width: 600px;
}

.sysTitle b,
.sysHeadline b {
	display: block;
	font-size: 14px;
	text-align: center;
}

.sysTitle span,
.sysHeadline span {
	background-color: #fff;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 40px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.sysTitle::before,
.sysHeadline::before {
	background-color: #222222;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
}

.contentsWrap {
	margin: 0 auto;
	width: 1100px;
}

/***********************************
  特商法テーブルレイアウト
***********************************/

#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 {
	clear: both;
	float: left;
	font-weight: bolder;
	padding: 15px 0 15px 20px;
}

#main_tradelaw dd,
.main_tradelaw dd {
	background: #fff;
	margin-left: 200px;
	padding: 15px;
}

.shipFee {
	margin: 20px auto;
	max-width: 1100px;
}

.shipFee .tableTitle {
	border: 0px !important;
	color: #424242;
	font-size: 16px;
	height: 70px;
	margin: 50px 0 0px;
	padding: 10px;
	text-align: leftr;
}

table.shipFeeTable {
	border-collapse: collapse;
	line-height: 1.5;
	margin-bottom: 30px;
	text-align: left;
	text-align: center;
}

table.shipFeeTable .eyeCatch {
	border-bottom: 1px solid #aaa;
	color: #000;
	display: block;
	height: 25px;
	line-height: 25px;
	margin: 5px auto;
	padding-bottom: 5px;
	width: 120px;
}

table.shipFeeTable thead {
	background: #555;
	text-align: center;
}

.spThead {
	display: none;
}

table.shipFeeTable thead th {
	color: #fff;
	font-weight: normal;
	padding: 10px;
	vertical-align: top;
}

table.shipFeeTable tbody .sum {
	position: relative;
}

table.shipFeeTable tbody .sum i {
	bottom: 30px;
	color: #888;
	font-size: 35px;
	position: absolute;
	right: -15px;
	z-index: 20;
}

table.shipFeeTable tbody th {
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	font-weight: normal;
	padding: 10px;
	vertical-align: top;
	width: 600px;
}

table.shipFeeTable td {
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	padding: 10px;
	vertical-align: top;
	width: 500px;
}

table.shipFeeTable b {
	color: #D42E30;
	display: inline-block;
	font-size: 1.2em;
	padding: 0 3px;
}

div#main_tradelaw a {
	color: #068acc;
	display: inline-block;
	text-decoration: underline;
}

/***********************************
  2カラムレイアウト
***********************************/

.column2Wrap {
	margin: 0 auto;
	width: 1100px;
}

.column2Wrap:after {
	clear: both;
	content: "";
	display: block;
}

.sideWrap {
	background: #aaa;
	float: left;
	height: 1000px;
	margin-right: 20px;
	width: 180px;
}

.mainWrap {
	margin-left: 200px;
	width: 900px;
}

.col2Style h2.pattern01 {
	border-left: 5px solid #3d3d3d;
	font-size: 18px;
	margin: 15px 0;
	padding-left: 5px;
}

.col2Style h2.pattern02 {
	border-bottom: 1px solid #3d3d3d;
	font-size: 18px;
	margin: 15px 0;
	padding-bottom: 5px;
	padding-left: 5px;
}

.col2Style h2.pattern03 {
	border-bottom: 1px solid #6843ac;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	margin: 0 0 15px;
	padding: 0 0px 3px 30px;
}

.col2Style h3.pattern01 {
	border-bottom: 0px solid #aaa !important;
	font-size: 14px;
	margin: 15px 0 5px;
	padding: 0px 0px 3px;
}

.col2Style h4.style01 {
	border-bottom: 0px solid #3d3d3d !important;
	font-size: 15px;
	margin: 20px 0;
	padding-bottom: 3px;
}

.col2Style .txtBlock {
	margin: 30px 0;
}

.col2Style .imgWrap {
	margin: 30px 0;
}

.col2Style .txtBlock a,
#forbusiness .txtBlock a,
#relocation .txtBlock a,
#privacypolicy .txtBlock a {
	border-bottom: 1px solid #068acc;
	color: #068acc;
	height: 25px;
	line-height: 25px;
	padding-bottom: 1px;
}

#shoplist td a,
#corporate dd a {
	border-bottom: 1px solid #068acc;
	color: #068acc;
	height: 25px;
	line-height: 25px;
	padding-bottom: 1px;
}

.col2Style .txtBlock li {
	font-size: 12px;
	margin: 5px 0;
}

.col2Style .txtBlock li .larger {
	font-size: 14px;
	margin-bottom: 10px;
}

.col2Style .txtBlock li span {
	display: inline-block;
	width: 20px;
}

.col2Style .imgWrap img {
	margin: 10px 0;
	width: 40%;
}

.col2Style .floatWrap {
	margin: 20px 0;
}

.col2Style .floatWrap:after {
	clear: both;
	content: "";
	display: block;
}

.col2Style .floatWrap img {
	float: left;
	width: 150px;
}

.col2Style .floatWrap .txt {
	margin-left: 170px;
	padding-top: 5px;
}

.col2Style .floatImg {
	text-align: center;
}

.col2Style .floatImg:after {
	clear: both;
	content: "";
	display: block;
}

.col2Style .floatImg .imgWrap {
	float: left;
	width: 50%;
}

.col2Style .floatImg .imgWrap img {
	margin: 20px 10%;
	width: 60%;
}

/***********************************
   お買い物ガイド
***********************************/

.indexList {
	margin: 10px 0;
}

.indexList li {
	border: 1px solid #aaa;
	border-radius: 5px;
	display: inline-block;
	font-size: 15px;
	margin: 0 5px 10px;
	padding: 3px 10px;
	text-align: center;
}

.guideBlock {
	padding-top: 30px;
}

/*商品購入ステップ*/

.steps ul {
	margin: 0 auto;
	width: 700px;
}

.steps ul:after {
	clear: both;
	content: "";
	display: block;
}

.steps li {
	float: left;
	height: 200px;
	padding: 0 6px;
}

.steps li a {
	display: block;
	height: 100%;
	height: 200px !important;
}

.steps li img {
	height: 200px;
}

/***********************************
   ボタンデザイン
***********************************/

.common_btn {
	margin: 20px auto 50px;
	position: relative;
	width: 250px;
}

.common_btn a {
	background: #000;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 15px 0;
	text-align: center;
}

.common_btn a:hover {
	background: #999;
}

.common_btn a i {
	display: inline-block;
	font-size: 20px;
	margin-left: 10px;
}

/***********************************
  TOPページ
***********************************/

/*スライダー*/

#slider {
	display: none;
}

.top_slider {
	margin: 0 0 40px;
	padding-top: 130px;
}

.top_slider .owl-item {
	-moz-filter: "alpha( opacity=50 )";
	-webkit-filter: "alpha( opacity=50 )";
	-o-filter: "alpha( opacity=50 )";
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.top_slider .center {
	-moz-filter: "alpha( opacity=100 )";
	-webkit-filter: "alpha( opacity=100 )";
	-o-filter: "alpha( opacity=100 )";
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha(opacity=100);
	opacity: 1;
}

/*新着アイテム*/

.top_newarrival ul {
	font-size: 0;
	text-align: left;
}

.top_newarrival li {
	box-sizing: border-box;
	display: inline-block;
	float: none !important;
	font-size: 12px;
	margin: 5px 1% 20px !important;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	width: 23% !important;
}

.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 {
	display: inline-block;
	float: none !important;
	font-size: 12px;
	margin: 1.6666666667%;
	vertical-align: top;
	width: 30%;
}

.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 {
	color: #ff0000;
	font-size: 14px;
	font-weight: 600;
	padding-top: 5px;
}

/*おすすめ商品*/

.top_recommend_item {
	margin-bottom: 60px;
}

.top_recommend_item li {
	padding: 0 20px !important;
	width: 100% !important;
}

/*ランキング*/

.top_ranking_item ul {
	font-size: 0;
	text-align: left;
}

.top_ranking_item li {
	box-sizing: border-box;
	display: inline-block;
	float: none !important;
	font-size: 12px;
	margin: 0 1.5% 30px !important;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	width: 30% !important;
}

span.sysSubtotalPrice {
	float: right;
	font-size: 17px;
}

/*クロネコペイボタン装飾調整*/

div#kuronekoPayFlex {
	margin-right: 21px;
}

.sysCart #sysMain #kuronekoPayFlex button img {
	margin-top: -11px;
}

.sysCart #sysMain button#kmid-login-subwindow-launch,
.sysCart #sysMain button[onclick="Sys('#kmid-login-subwindow-launch').click()"] {
	padding: 10px 0px 0px 0px;
}

.sysConfirmButton input#open_dlg_edit_customer_info {
	background: #fff;
	border: 1px solid #999;
	border-radius: none;
	color: #000;
	display: inline-block;
	height: auto;
	overflow: hidden;
	padding: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: auto;
}

/* 各種設定 */

/* ======================================== */

.font-sub {
	font-family: "Times New Roman";
	font-weight: normal;
}

body {
	color: #212121;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro";
	font-weight: normal;
}

#sysAside {
	display: none !important;
}

p {
	margin: 0;
}

.is-sp {
	display: none;
}

.is-pc {
	display: block;
}

.sysHeadline {
	margin-top: 0 !important;
	max-width: 100%;
}

.sysHeadline::before {
	display: none;
}

.sysHeadline span {
	font-family: "Times New Roman";
	font-size: 64px;
	font-weight: normal;
	letter-spacing: 0.01em;
	line-height: 1em;
	margin: 0 auto;
	width: 100%;
}

.sysHeadline span b {
	font-size: 16px;
	line-height: 1em;
	margin-top: 16px;
}

input[type=button] {
	font-weight: normal;
}

/* 共通 */

/* ======================================== */

.h_cart {
	display: none !important;
}

.sysOpcBody .header_wrap,
.sysCart .header_wrap,
.header_wrap {
	height: 114px !important;
	position: fixed;
}

.header_wrap {
	border-bottom: 1px solid #E5E5E5 !important;
}

/* ===========================================
* カートに入れるアイコン
* ======================================== */

.header_wrap_inner {
	height: 52px;
	max-width: 1260px;
	padding: 0 50px;
	position: relative;
	width: 100%;
}

#cartInfo {
	background: inherit;
	border: none;
	bottom: 4px;
	display: inline-block;
	float: none;
	height: auto;
	margin: 0;
	position: absolute;
	right: 90px;
	width: auto;
}

#cartInfo p.cartTxt {
	padding: 0;
}

#cartInfo p.cartTxt a {
	transition: opacity 0.3s;
}

#cartInfo p.cartTxt a:hover {
	opacity: 0.6;
}

#cartInfo p img {
	margin: 0;
}

/* ===========================================
* ロゴ
* ======================================== */

.header_h1 {
	bottom: 0;
	height: auto;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: auto;
}

.header_h1 .logo a {
	display: block;
	transition: opacity 0.3s;
}

.header_h1 .logo a:hover {
	opacity: 0.6;
}

.header_h1 .logo img {
	width: 160px;
}

/* ===========================================
* ログイン・会員登録等
* ======================================== */

.header {
	bottom: 0;
	float: inherit;
	height: auto;
	position: absolute;
	right: 50px;
	width: auto;
}

.header .g_navi li {
	position: relative;
}

.header .g_navi li:nth-child(2) {
	margin-left: 28px;
	position: relative;
}

.header .g_navi li:nth-child(2)::before {
	content: "/";
	left: -16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.header .g_navi li.serch_icon {
	height: auto;
	margin-left: 70px;
	width: 20px;
}

.header .g_navi li a {
	border: none;
	font-weight: normal;
	height: auto;
	line-height: inherit;
	margin: 0;
	transition: opacity 0.3s;
	width: auto;
}

.header .g_navi li a:hover {
	opacity: 0.6;
}

/* ===========================================
* ナビゲーション
* ======================================== */

.h_navi {
	bottom: -62px;
	height: auto;
	left: 50%;
	margin: 0;
	position: absolute;
	transform: translateX(-50%);
}

#headNavigation {
	height: auto;
	max-width: 1260px;
	padding: 0 50px;
}

#headNavigation .clearfix:before,
#headNavigation .clearfix:after {
	display: none;
}

#headNavigation.tabmenu .border::after {
	display: none;
}

#headNavigation ul {
	display: flex;
	justify-content: space-between;
}

#headNavigation ul.clearfix::after {
	display: none;
}

#headNavigation li.tab1 {
	float: none;
	width: auto;
}

#headNavigation li a,
#headNavigation li p {
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	line-height: inherit;
	padding: 0 0 12px 0;
	transition: opacity 0.3s;
}

#headNavigation li a:hover,
#headNavigation li p:hover {
	opacity: 0.6;
}

/* ===========================================
* spカートアイコン ハンバーガーボタン
* ======================================== */

button.itemCount {
	background: #FF0062;
	color: #fff;
	height: 18px;
	left: -20px;
	line-height: 18px;
	position: absolute;
	top: -7px;
	width: 18px;
}

.header_sp #navBtn.is-open .navBtn_yazirushi span:first-child {
	top: 1px;
	transform: rotate(-23deg);
}

.header_sp #navBtn.is-open .navBtn_yazirushi span:nth-child(2) {
	opacity: 0;
}

.header_sp #navBtn.is-open .navBtn_yazirushi span:last-child {
	bottom: 1px;
	transform: rotate(23deg);
}

.header_sp #navBtn .navBtn_yazirushi {
	height: 100%;
	position: relative;
	width: 100%;
}

.header_sp #navBtn .navBtn_yazirushi span {
	background-color: #414141;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform-origin: right;
	transition: all 0.3s;
	width: 100%;
}

.header_sp #navBtn .navBtn_yazirushi span:first-child {
	top: 0;
}

.header_sp #navBtn .navBtn_yazirushi span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.header_sp #navBtn .navBtn_yazirushi span:last-child {
	bottom: 0;
}

/* ===========================================
* ヘッダー　カート横 LINEアイコン
* ======================================== */

.header_line  {
  position: absolute;
  z-index: 120;
  width: 24px;
  top: 30px;
  right: 128px;
}

@media screen and (min-width: 851px) and (max-width: 1100px) {
  .header_line {
    top: 30px;
    right: 108px;
  }
}

@media screen and (min-width: 601px) and (max-width: 850px) {
  .header_line {
    top: 20px;
    right: 108px;
  }
}

@media screen and (max-width: 600px) {
  .header_line {
    top: 20px;
    right: 80px;
  }
}

/* ===========================================
* LINEバナー
* ======================================== */

.linepopin {
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 1000;
}
.linepop_close {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  z-index: 1050;
  max-width: 30px;
}
.lp_bn {
  max-width: 100%;
  box-shadow: 0 0px 10px rgba(0,0,0,0.2);
}
.lp_bn.brnon {
  display: none;
}

@media screen and (max-width:600px ){
  .linepopin {
    right: 0;
    bottom: 30px;
    padding: 2%;
  }
  .linepop_close {
    top: -4px;
    right: 3px;
    width: 24px;
  }
  .lp_bn.brsp {
    display: none;
  }
  .lp_bn.brnon {
    display: block;
  }
}




/* ===========================================
* ヘッダーホバーメニュー
* ======================================== */

.hover-block {
	background-color: #fff;
	border-bottom: 1px solid #E5E5E5;
	display: none;
	left: 0;
	position: fixed;
	top: 114px;
	width: 100%;
	z-index: 5;
}

.hover-block__inner {
	padding: 60px 0 80px 0;
}

.hover-block__wrap {
	display: flex;
	margin: 0 auto;
	max-width: 1260px;
	padding: 0 50px;
}

.hover-block__item {
	width: 240px;
}

.hover-block__item:not(:first-child) {
	margin-left: 40px;
}

.hover-block__title {
	border-bottom: #212121 1px solid;
	font-size: 14px;
	line-height: 1em;
	padding-bottom: 12px;
	padding-left: 8px;
}

.hover-block__linkArea {
	display: grid;
	gap: 25px;
	margin-top: 40px;
}

.hover-block__link {
	display: block;
	font-size: 14px;
	padding-left: 8px;
	transition: opacity 0.3s;
}

.hover-block__link:hover {
	opacity: 0.6;
}

.sysOpcBody .footer .f_gnav_all {
	display: block;
}

#sysFooter {
	background-color: #fff;
	position: relative;
}

.footer {
	background-color: #212121;
	margin-top: 0;
	padding: 32px 0 20px;
}

.footer .f_gnav_all {
	background: none;
	padding: 0;
}

.footer .f_gnav a {
	color: #fff;
	font-size: 13px;
	transition: opacity 0.3s;
}

.footer .f_gnav a:hover {
	opacity: 0.6;
}

.footer .f_gnav i::before {
	display: none;
}

.footer .f_copy {
	background: none;
	color: #fff;
	font-family: "Times New Roman";
	font-weight: normal;
	margin-top: 25px;
	padding: 0;
}

.contactArea {
	background-color: #F7F6F4;
	margin-top: 160px;
}

.contactArea__inner {
	padding: 60px 0;
}

.contactArea__wrap {
	display: flex;
	justify-content: center;
}

.contactArea__btn {
	align-items: center;
	background-color: #212121;
	border: 1px solid #212121;
	color: #F7F6F4;
	display: flex;
	height: 60px;
	justify-content: center;
	letter-spacing: 0.1em;
	margin: 0 20px;
	max-width: 100%;
	text-align: center;
	transition: background-color 0.3s, color 0.3s;
	width: 320px;
}

.contactArea__btn:hover {
	background-color: #fff;
	color: #212121;
}

.contactArea__btn:hover path {
	fill: #212121;
}

.contactArea__btn path {
	transition: fill 0.3s;
}

.contactArea__btn p {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	line-height: 1em;
	margin-left: 20px;
	text-align: left;
}

.contactArea__btn p span {
	font-size: 10px;
	font-weight: normal;
}

.contactArea__btn.contactArea__btn--mail svg {
	width: 25px;
}

.contactArea__btn.contactArea__btn--tel {
	pointer-events: none;
}

.contactArea__btn.contactArea__btn--tel svg {
	width: 20px;
}

.footerMain {
	border-top: #F7F6F4 2px solid;
}

.footerMain__inner {
	margin: 0 auto;
	max-width: 1080px;
	padding: 64px 50px;
}

.footerMain__wrap {
	display: flex;
	justify-content: space-between;
}

.footerMain__logo a {
	display: block;
	transition: opacity 0.3s;
	width: 240px;
}

.footerMain__logo a:hover {
	opacity: 0.6;
}

.footerMain__snsList {
	display: flex;
	margin-top: 47px;
}

.footerMain__snsItem {
	transition: opacity 0.3s;
}

.footerMain__snsItem:hover {
	opacity: 0.6;
}

.footerMain__snsItem.footerMain__snsItem--facebook {
	width: 10px;
}

.footerMain__snsItem.footerMain__snsItem--pinterest {
	margin-left: 48px;
	width: 17px;
}

.footerMain__snsItem.footerMain__snsItem--instagram {
	margin-left: 40px;
	width: 22px;
}

.footerMain__snsItem.footerMain__snsItem--line {
	margin-left: 40px;
	width: 24px;
}

.footerMain__snsItem a {
	display: block;
}

.footerMain__infoArea {
	width: 100%;
	max-width: 420px;
}

.footerMain__infoWrap {
	display: flex;
	justify-content: space-between;
}

.footerMain__itemArea h3 {
	font-size: 13px;
	line-height: 1em;
	margin-bottom: 20px;
}

.footerMain__itemArea a {
	display: inline-block;
	font-size: 13px;
}

.footerMain__link {
	line-height: 1em;
	padding-left: 5px;
}

.footerMain__link:not(:first-of-type) {
	margin-top: 20px;
}

.footerMain__link a {
	transition: opacity 0.3s;
}

.footerMain__link a:hover {
	opacity: 0.6;
}

#spNaviWrap {
	background-color: #F7F6F4;
	transition: left 0.5s ease-in-out;
}

#spNaviWrap.is-open {
	left: 0;
}

.h_spnavi {
	background: none !important;
	display: block !important;
	opacity: 0;
	transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
	visibility: hidden;
}

.h_spnavi.is-open {
	opacity: 1;
	visibility: visible;
}

.spNavMenu__topList {
	display: flex;
	justify-content: center;
	line-height: 1em;
}

.spNavMenu__topItem {
	margin: 0 15px;
}

.spNavMenu__topItem a {
	font-size: 14px;
}

.spNavMenu__topItem:last-child {
	position: relative;
}

.spNavMenu__topItem:last-child::before {
	content: "/";
	left: -18px;
	position: absolute;
	top: 0;
}

.spNavMenu__middle {
	margin-top: 30px;
}

.spNavMenu__middleItem span {
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 1em;
	max-width: 207px;
	position: relative;
}

.spNavMenu__middleItem span::before {
	background-color: #707070;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.3s;
	width: 15px;
}

.spNavMenu__middleItem span::after {
	background-color: #707070;
	content: "";
	height: 15px;
	position: absolute;
	right: 7.5px;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: center;
	transition: transform 0.3s;
	width: 1px;
}

.spNavMenu__middleItem:not(:first-child) {
	margin-top: 40px;
}

.spNavMenu__middleItem.is-open span::before {
	opacity: 0;
}

.spNavMenu__middleItem.is-open span::after {
	transform: translateY(-50%) rotate(90deg);
}

.spNavMenu__middleItem.is-open .spNavMenu__itemList {
	margin-top: 24px;
}

.spNavMenu__middleItem.is-open .spNavMenu__itemItem {
	opacity: 1;
	visibility: visible;
}

.spNavMenu__itemList {
	margin-top: 0;
	overflow: hidden;
	padding-left: 8px;
	transition: margin-top 0.3s, height 0.3s;
}

.spNavMenu__itemItem {
	font-size: 15px;
	line-height: 1em;
	opacity: 0;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
}

.spNavMenu__itemItem:not(:first-child) {
	margin-top: 30px;
}

.spNavMenu__info {
	margin-top: 50px;
}

.spNavMenu__infoItem {
	font-size: 15px;
	line-height: 1em;
}

.spNavMenu__infoItem:not(:first-child) {
	margin-top: 30px;
}

.spNavMenu__sns {
	margin-top: 60px;
}

.spNavMenu__snsList {
	display: flex;
	justify-content: center;
}

.spNavMenu__snsItem {
	margin: 0 20px;
}

.spNavMenu__snsItem.spNavMenu__snsItem--facebook {
	width: 10px;
}

.spNavMenu__snsItem.spNavMenu__snsItem--pinterest {
	width: 17px;
}

.spNavMenu__snsItem.spNavMenu__snsItem--instagram {
	width: 22px;
}

.spNavMenu__snsItem.spNavMenu__snsItem--line {
	width: 24px;
}

.fade-trigger,
.fade-trigger-mv { /* フェードの種類 */ /* ======================================== */ /* フェードの時間差設定 */ /* ======================================== */
}

.fade-trigger.fade-underIn,
.fade-trigger-mv.fade-underIn {
	opacity: 0;
	transform: translateY(20px);
}

.fade-trigger.fade-underIn.is-in,
.fade-trigger-mv.fade-underIn.is-in {
	-webkit-animation-name: fade-underIn;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fade-underIn;
}

.fade-trigger.delay-time02,
.fade-trigger-mv.delay-time02 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.fade-trigger.delay-time04,
.fade-trigger-mv.delay-time04 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.fade-trigger.delay-time06,
.fade-trigger-mv.delay-time06 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

/* コンポーネント */

/* ======================================== */

.c-secTitle {
	text-align: center;
}

.c-secTitle__en {
	display: block !important;
	font-family: "Times New Roman" !important;
	font-size: clamp(10px, 5.9259259259vw, 64px) !important;
	font-weight: normal !important;
	line-height: 1em !important;
}

.c-secTitle__ja {
	display: block !important;
	font-size: clamp(10px, 1.4814814815vw, 16px) !important;
	font-weight: bold !important;
	line-height: 1em !important;
	margin-top: 16px !important;
}

.c-btnBlak {
	text-align: center;
}

.c-btnBlak a {
	background-color: #212121;
	border: 1px solid #212121;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	height: 56px;
	line-height: 56px;
	max-width: 100%;
	text-align: center;
	transition: background-color 0.3s, color 0.3s;
	width: 320px;
}

.c-btnBlak a:hover {
	background-color: #fff;
	color: #212121;
}

/* メインページ */

/* ======================================== */

#sysWrap {
	background-color: #fff;
	max-width: 100%;
	position: relative;
}

div#sysMain {
	margin: 0 auto !important;
	width: 100% !important;
}

/* ===========================================
* MVスライダー
* ======================================== */

.top_slider {
	padding-top: 114px;
}

.top_slider .sysContent {
	height: calc(100vh - 114px);
	left: 0;
	position: fixed;
	top: 114px;
	width: 100%;
}

.top_slider .topMv {
	position: relative;
}

.top_slider {
	height: 100vh;
	width: 100%;
}

.top_slider .topMv__info {
	position: absolute;
	right: 16.4%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.top_slider .topMv__info p {
	font-size: 15px;
	line-height: 2em;
}

.top_slider .topMv__info p:last-of-type {
	margin-top: 40px;
}

.top_slider .topMv__infoBtn {
	margin-top: 72px;
}

.top_slider .topMv__infoBtn a {
	background-color: #fff;
	border: 1px solid #212121;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	height: 56px;
	line-height: 56px;
	max-width: 100%;
	text-align: center;
	transition: background-color 0.3s, color 0.3s;
	width: 280px;
}

.top_slider .topMv__infoBtn a:hover {
	background-color: #212121;
	color: #fff;
}

.owl-nav {
	display: none;
}

.owl-dots {
	display: none;
}

/* ===========================================
* 利用方法
* ======================================== */

.howToUse {
	margin-top: 135px;
}

.howToUse__inner {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 50px;
}

.howToUse__lead {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2em;
	text-align: center;
}

.howToUse__conts {
	margin-top: 128px;
}

.howToUse__flows {
	display: flex;
	justify-content: space-between;
	margin-top: 48px;
}

.howToUse__flow {
	width: calc(33.3% - 28px);
}

.howToUse__num {
	font-family: "Times New Roman";
	font-size: 32px;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
}

.howToUse__howto {
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	margin-top: 16px;
	text-align: center;
}

.howToUse__image {
	line-height: 1em;
	margin-top: 24px;
	text-align: center;
}

.howToUse__image img {
	width: 125px;
}

.howToUse__image.wide img {
	width: 220px;
}

.howToUse__tab {
	background-color: #d1d0cf;
	border-radius: 16px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin-top: 22px;
	text-align: center;
}

.howToUse__info {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 2em;
	margin-top: 24px;
}

.howToUse__btn {
	margin-top: 72px;
}

.howToUse__spOnly {
	display: none;
}

/* ===========================================
* 商品カテゴリ ドレス
* ======================================== */

.top_item-list {
	margin-top: 160px;
}

.top_item-list .sysContent {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 50px;
}

.top_item-list .sysContent .sysHorizontal {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 50px;
	max-width: 1180px;
	padding: 0 50px;
}

.top_item-list .sysContent .sysHorizontal li {
	float: none;
	padding: 0;
	width: calc(25% - 15px);
}

.top_item-list .sysContent .sysHorizontal li:nth-child(n+5) {
	margin-top: 50px;
}

.top_item-list .sysContent .sysHorizontal li:not(:first-child) {
	margin-left: 20px;
}

.top_item-list .sysContent .sysHorizontal li:nth-child(5) {
	margin-left: 0;
}

.top_item-list .sysContent .sysHorizontal li .sysItemImage a {
	display: block;
	padding-top: 149.8039215686%;
	position: relative;
	transition: opacity 0.3s;
}

.top_item-list .sysContent .sysHorizontal li .sysItemImage a:hover {
	opacity: 0.8;
}

.top_item-list .sysContent .sysHorizontal li .sysItemImage img {
	-o-object-fit: cover;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.top_item-list .sysContent .sysHorizontal li .sysItemName a {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	transition: opacity 0.3s;
}

.top_item-list .sysContent .sysHorizontal li .sysItemName a:hover {
	opacity: 0.8;
}

.top_item-list .sysContent .sysHorizontal li .sysItemPrice {
	display: block;
	font-size: 14px;
	text-align: center;
}

.top_item-list .sysContent .sysHorizontal li .sysItemPrArea .newArrival {
	display: block;
	margin: 0 auto;
	width: 40%;
}

.top_item-list .sysContent .sysHorizontal li .sysItemPrArea .sysItemPr {
	border: none;
	display: block;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.topItemCat__inner {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 50px;
}

.topItemCat__conts {
	margin-top: 56px;
}

.topItemCat__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.topItemCat__list.topItemCat__list--bottom {
	margin-top: 56px;
}

.topItemCat__item {
	width: calc(25% - 15px);
}

.topItemCat__item:not(:first-child) {
	margin-left: 20px;
}

.topItemCat__link {
	transition: opacity 0.3s;
}

.topItemCat__link:hover {
	opacity: 0.6;
}

.topItemCat__info {
	margin-top: 20px;
}

.topItemCat__brand {
	display: block;
	font-size: 14px;
	text-align: center;
}

.topItemCat__name {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.topItemCat__price {
	display: block;
	font-size: 14px;
	text-align: center;
}

.topItemCat__btn {
	margin-top: 72px;
}

/* ===========================================
* 試着サービス
* ======================================== */

.fitting {
	background-color: #f7f6f4;
	margin-top: 160px;
	padding: 64px 0 80px;
}

.fitting__inner {
	margin: 0 auto;
	max-width: 892px;
	padding: 0 50px;
}

.fitting__lead {
	font-size: 18px;
	margin-top: 72px;
	text-align: center;
}

.fitting__conts {
	margin-top: 72px;
}

.fitting__wrap {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.fitting__wrap::after {
	background-color: #212121;
	border-radius: 50%;
	color: #fff;
	content: "OR";
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	height: 72px;
	left: 50%;
	line-height: 72px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 72px;
}

.fitting__box {
	background-color: #fff;
	border: 2px solid #212121;
	height: 320px;
	max-width: 48%;
	padding: 42px 20px 41px;
	width: 320px;
}

.fitting__name {
	font-size: 24px;
	line-height: 1em;
	text-align: center;
}

.fitting__image {
	margin: 0 auto;
	margin-top: 32px;
}

.fitting__image.fitting__image--home {
	width: 100px;
}

.fitting__image.fitting__image--salon {
	width: 106px;
}

.fitting__info {
	font-size: 15px;
	line-height: 2em;
	margin-top: 32px;
}

.fitting__btn {
	margin-top: 72px;
}

/* ===========================================
* ミーチェ プリヴェについて
* ギャラリー
* ======================================== */

.topAbout, .topGallery {
	margin-top: 160px;
}

.topAbout__inner, .topGallery__inner {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 50px;
}

.topAbout__conts, .topGallery__conts {
	display: block;
	position: relative;
}

.topAbout__secTitle, .topGallery__secTitle {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.topAbout__secTitle .topAbout__secTitle--en,
.topGallery__secTitle--en {
	color: #fff;
}

.topAbout__secTitle .topAbout__secTitle--en span {
	font-size: clamp(10px, 4.8148148148vw, 52px);
}

.topAbout__secTitle .topAbout__secTitle--ja,
.topGallery__secTitle--ja {
	color: #fff;
}

.topAbout__image, .topGallery__image {
	transition: opacity 0.3s;
}

.topAbout__image:hover, .topGallery__image:hover {
	opacity: 0.8;
}

/* ===========================================
* ブランド紹介
* ======================================== */

.topBrand {
	margin-top: 160px;
}

.topBrand__inner {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 50px;
}

.topBrand__lead {
	font-size: 18px;
	margin-top: 72px;
	text-align: center;
}

.topBrand__conts {
	margin-top: 72px;
}

.topBrand__wrap {
	height: 646px;
	position: relative;
	width: 100%;
}

.topBrand__item {
	display: inline-block;
	position: absolute;
}

.topBrand__item.topBrand__AntonioRiva {
	left: 0;
	top: 0;
	width: 50%;
	z-index: 13;
}

.topBrand__item.topBrand__AntonioRiva span {
	bottom: 15px;
	right: 16px;
}

.topBrand__item.topBrand__ToscaSpose {
	right: 13%;
	top: 7%;
	width: 35.8%;
	z-index: 14;
}

.topBrand__item.topBrand__ToscaSpose span {
	left: 20px;
	top: 15px;
}

.topBrand__item.topBrand__TeresaRipoll {
	bottom: 8%;
	left: 7%;
	width: 30%;
	z-index: 12;
}

.topBrand__item.topBrand__TeresaRipoll span {
	left: 16px;
	top: 11px;
}

.topBrand__item.topBrand__DaphneMilano {
	bottom: 28%;
	right: 0;
	width: 30%;
	z-index: 15;
}

.topBrand__item.topBrand__DaphneMilano span {
	bottom: 13px;
	right: 13px;
}

.topBrand__item.topBrand__PeterLangner {
	bottom: 0;
	right: 17%;
	width: 44.4%;
	z-index: 11;
}

.topBrand__item.topBrand__PeterLangner span {
	bottom: 13px;
	right: 19px;
}

.topBrand__link {
	display: block;
	position: relative;
	transition: opacity 0.3s;
}

.topBrand__link:hover {
	opacity: 0.95;
}

.topBrand__link span {
	color: #fff;
	font-family: "Times New Roman";
	font-size: 30px;
	line-height: 1em;
	position: absolute;
}

.topBrand__btn {
	margin-top: 72px;
}

/* ===========================================
* Antonio Riva Dress
* ======================================== */

.topAntonio {
	margin-top: 160px;
}

.topAntonio__inner {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 50px;
}

.topAntonio__conts {
	display: block;
	position: relative;
}

.topAntonio__secTitle {
	color: #fff;
	display: inline-block;
	font-family: "Times New Roman";
	font-size: 40px;
	font-weight: normal;
	left: 50%;
	line-height: 1.5em;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

.topAntonio__image {
	transition: opacity 0.3s;
}

.topAntonio__image:hover {
	opacity: 0.8;
}

/* ===========================================
* Accessory
* ======================================== */

.topAccessory {
	margin-top: 72px;
}

.topAccessory__inner {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 50px;
}

.topAccessory__conts {
	display: block;
	position: relative;
}

.topAccessory__secTitle {
	color: #fff;
	display: inline-block;
	font-family: "Times New Roman";
	font-size: 40px;
	font-weight: normal;
	left: 50%;
	line-height: 1.5em;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

.topAccessory__image {
	transition: opacity 0.3s;
}

.topAccessory__image:hover {
	opacity: 0.8;
}

/* ===========================================
* Topicks
* ======================================== */

.topTopicks {
	margin-top: 160px;
}

.topTopicks__inner {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 50px;
}

.topTopicks__btn {
	margin-top: 72px;
}

.sysRss {
	display: flex;
	margin-top: 72px;
}

.sysRss__list {
	transition: opacity 0.3s;
	width: calc(25% - 17px);
}

.sysRss__list:hover {
	opacity: 0.6;
}

.sysRss__list:not(:last-child) {
	margin-right: 20px;
}

.sysRss__link {
	display: block;
}

.sysRss__image {
	padding-top: 100%;
	position: relative;
}

.sysRss__image img {
	-o-object-fit: cover;
	height: 100%;
	inset: 0;
	margin: auto;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.sysRss__category {
	display: block;
	font-size: 14px;
	margin-top: 18px;
}

.sysRss__title {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.8em;
	margin-top: 3px;
}

/* ===========================================
* インスタ
* ======================================== */

.instaArea {
	margin-top: 160px;
}

.instaArea__inner {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 50px;
}

.instaArea__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
}

.instaArea__item {
	transition: opacity 0.3s;
	width: 25%;
}

.instaArea__item:hover {
	opacity: 0.8;
}

/* ===========================================
* 提携店
* ======================================== */
.allianceArea {
	margin-top: 160px;
}

.allianceArea__inner {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 50px;
}
.alliance__list {
  display: flex;
	flex-wrap: wrap;
  justify-content: center;
	margin-top: 70px;
}
.alliance__store {
  width: 25%;
}


#about #sysAll #sysWrap div#sysMain {
	border: none;
	padding: 0;
	width: 100% !important;
}

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__image {
	margin-top: 60px;
}

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__lead {
	margin-top: 80px;
}

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__leadTop {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 2em;
	text-align: center;
}

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__lead__leadText {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 2em;
	margin-top: 40px;
	padding: 0 20px;
	text-align: center;
}

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__list {
	margin: 0 auto;
	margin-top: 80px;
	max-width: 1040px;
	padding: 0 20px;
}

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__item {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__item:nth-child(2n) {
	flex-direction: row-reverse;
}

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__itemImage {
	width: 50%;
}

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__itemInfo {
	padding: 0 clamp(0px, 5.2884615385vw, 55px);
	width: 50%;
}

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__menuTitle--en {
	color: #B9B9B9;
	font-family: "Times New Roman";
	font-size: clamp(10px, 3.8461538462vw, 40px);
	font-weight: normal;
	line-height: 1.6em;
}

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__menuTitle--ja {
	font-size: clamp(10px, 1.5384615385vw, 16px);
	font-weight: bold;
}

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__text {
	font-size: clamp(10px, 1.4423076923vw, 15px);
	letter-spacing: 0.05em;
	line-height: 2em;
	margin-top: 25px;
}

#about #sysAll #sysWrap div#sysMain .contactArea {
	margin-top: 80px;
}

.c-bread__inner {
	align-items: center;
	display: flex;
	font-size: 13px;
	line-height: 1em;
	margin: 0 auto;
	margin-bottom: 27px;
	max-width: 1120px;
	padding: 0 20px;
}

.c-bread__link {
	transition: opacity 0.3s;
}

.c-bread__link:hover {
	opacity: 0.6;
}

.c-bread__now {
	margin-left: 20px;
	position: relative;
}

.c-bread__now::before {
	content: ">";
	left: -13px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#brand .contactArea {
	margin-top: 80px;
}

#brand #sysAll #sysWrap div#sysMain {
	border: none;
	padding: 0;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-main__lead {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 2em;
	margin-top: 65px;
	padding: 0 20px;
	text-align: center;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-contents {
	margin-top: 65px;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block:not(:first-child) {
	margin-top: 126px;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__inner {
	margin: 0 auto;
	max-width: 1120px;
	padding: 55px 0 0;
	position: relative;
	z-index: 1;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__inner::before {
	background-color: #F7F6F4;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 75%;
	z-index: -1;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__inner--reverse::before {
	left: 0;
	right: auto;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__wrap {
	display: flex;
	justify-content: space-between;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__wrap--reverse {
	flex-direction: row-reverse;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__underWrap {
	margin-left: auto;
	padding-bottom: clamp(0px, 5vw, 56px);
	padding-left: clamp(0px, 4.4642857143vw, 50px);
	padding-right: clamp(0px, 4.4642857143vw, 50px);
	width: 50%;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__underWrap--reverse {
	margin-left: 0;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__image {
	width: 50%;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__info {
	padding-left: clamp(0px, 4.4642857143vw, 50px);
	padding-right: clamp(0px, 4.4642857143vw, 50px);
	padding-top: clamp(0px, 3.5714285714vw, 40px);
	width: 50%;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__name .p-brand-block__name--en {
	font-family: "Times New Roman";
	font-size: clamp(10px, 3.5714285714vw, 40px);
	font-weight: normal;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__name .p-brand-block__name--ja {
	font-size: clamp(10px, 1.3392857143vw, 15px);
	font-weight: bold;
	margin-left: 16px;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__feature {
	font-size: clamp(10px, 1.3392857143vw, 15px);
	letter-spacing: 0.05em;
	line-height: 2em;
	margin-top: clamp(0px, 1.3392857143vw, 15px);
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__subImages {
	display: flex;
	justify-content: space-between;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__subImages li {
	width: calc(33.3% - 6.666px);
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__btn {
	margin-top: clamp(0px, 5vw, 56px);
	text-align: center;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__btn a {
	background-color: #212121;
	border: 1px solid #212121;
	color: #fff;
	display: inline-block;
	font-size: clamp(10px, 1.3392857143vw, 15px);
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: clamp(0px, 1.7857142857vw, 20px) clamp(0px, 3.5714285714vw, 40px);
	transition: background-color 0.3s, color 0.3s;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__btn a:hover {
	background-color: #fff;
	color: #212121;
}

#howto #sysAll #sysWrap div#sysMain {
	border: none;
	padding: 0;
	width: 100% !important;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main { /* まずは会員登録から */ /* ======================================== */ /* 宅配試着料金について */ /* 宅配フロー */ /* hrライン */ /* ======================================== */ /* レンタルに関して 〜 サイズについて */ /* ======================================== */ /* サイズブロック */ /* ======================================== */
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-contents {
	background-color: #F7F6F4;
	margin-top: 72px;
	padding: 56px 0;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-home {
	background-color: #fff;
	margin: 0 auto;
	max-width: 900px;
	padding: 56px 50px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-register {
	background-color: #F7F6F4;
	margin-left: 40px;
	margin-right: 40px;
	padding: 40px 40px 34px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-register .p-tryon-register__title {
	border-bottom: #212121 1px solid;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1em;
	padding-bottom: 17px;
	padding-left: 9px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-register .p-tryon-register__textBlock {
	margin-top: 14px;
	padding-left: 9px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-register .p-tryon-register__text {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.8em;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-price {
	background-color: #F7F6F4;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 30px;
	padding: 40px 40px 25px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-price .p-tryon-price__table {
	width: 100%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-price .p-tryon-price__th {
	background-color: #487296;
	border: 1px solid #B9B9B9;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.05em;
	padding: 21px 24px;
	width: 192px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-price .p-tryon-price__td {
	background-color: #fff;
	border: 1px solid #B9B9B9;
	border-left: 0;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.428em;
	padding: 21px 20px;
	width: calc(100% - 192px);
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-price .p-tryon-price__td--bold {
	font-weight: bold;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-price .p-tryon-price__title {
	font-size: 20px;
	letter-spacing: 0.05em;
	margin-top: 40px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-price .p-tryon-price__list {
	font-size: 15px;
	letter-spacing: 0.05em;
	margin-top: 10px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-price .p-tryon-price__item {
	display: flex;
	margin: 5px 0;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-price .p-tryon-price__item p {
	line-height: 1.8em;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-price .p-tryon-price__link {
	display: block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 20px;
	transition: opacity 0.3s;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-price .p-tryon-price__link:hover {
	opacity: 0.6;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow {
	display: grid;
	gap: 72px;
	margin-top: 72px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__titleBlock {
	align-items: flex-end;
	display: flex;
	margin-bottom: 60px;
	padding-left: 50px;
	position: relative;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__titleBlock::after {
	background-color: #212121;
	bottom: -20px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 350px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__secList {
	display: grid;
	gap: 72px;
	padding: 0 50px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__secConts {
	margin-top: 24px;
	padding: 0 50px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__secConts--02 {
	padding: 0 100px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__secConts--03 {
	padding: 0 100px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__secImage {
	margin-top: 32px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__secImage.p-flow__secImage--step01 {
	width: 74%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__secImage.p-flow__secImage--step02 {
	width: 52%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__secImage.p-flow__secImage--step03 {
	width: 72%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__secText {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 2em;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__secText--kome {
	padding-left: 1em;
	text-indent: -1em;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__secText--dress01 {
	margin-top: 30px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__secText--cart02 {
	margin-top: 25px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__secText--cart03 {
	margin-top: 18px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__secText--return02 {
	margin-top: 49px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__secText--return03 {
	margin-top: 17px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__secText--return04 {
	margin-top: 17px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__secText--return05 {
	margin-top: 17px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__icon {
	width: 46px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__Title {
	font-size: 24px;
	letter-spacing: 0.05em;
	margin-left: 20px;
	text-align: center;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__Title span {
	background-color: #487296;
	border-radius: 999px;
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 1em;
	margin-bottom: 3px;
	padding: 9px 0;
	width: 172px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__subTitleBlock {
	align-items: center;
	background-color: #F7F6F4;
	display: flex;
	padding: 14px 20px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__subTitleBlock .p-flow__subTitle--num {
	background-color: #487296;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__subTitleBlock .p-flow__subTitle {
	font-size: 20px;
	letter-spacing: 0.05em;
	margin-left: 20px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__subTitleBlock .p-flow__subTitle--mini {
	display: inline-block;
	font-size: 16px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-tryon-flow__wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-tryon-flow__image {
	width: 42.85%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__textBlock {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 2em;
	width: 51.42%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__text span {
	font-weight: bold;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__text:nth-child(2) {
	margin-top: 26px;
	padding-left: 1em;
	text-indent: -1em;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__text:nth-child(3) {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-line {
	background-color: #F7F6F4;
	border: none;
	height: 20px;
	margin-top: 65px;
	width: 100%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block {
	margin-top: 72px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__inner {
	padding: 0 50px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__title {
	border-bottom: #212121 1px solid;
	border-top: #212121 1px solid;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
	padding: 18px 24px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__conts {
	margin-top: 30px;
	padding: 0 50px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__list {
	display: grid;
	gap: 8px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__item {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__item span {
	width: 15px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__item p {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.8em;
	width: calc(100% - 23px);
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__table {
	border: #B9B9B9 1px solid;
	font-size: 16px;
	width: 100%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__table--cancel {
	margin-top: 30px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__table--cancel .p-howto-block__th {
	width: 50%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__table--cancel .p-howto-block__td {
	padding: 20px;
	width: 50%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__table--plan {
	margin-top: 20px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__table--plan .p-howto-block__th {
	width: 50%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__table--plan .p-howto-block__td {
	padding: 20px;
	width: 50%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__table--deliver {
	margin-top: 20px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__table--deliver .p-howto-block__th {
	width: 25%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__table--deliver .p-howto-block__td {
	padding: 8px 20px;
	width: 75%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__table .p-howto-block__th {
	background-color: #F7F6F4;
	border: #B9B9B9 1px solid;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.05em;
	padding: 20px;
	text-align: left;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__table .p-howto-block__td {
	border: #B9B9B9 1px solid;
	font-size: 16px;
	letter-spacing: 0.05em;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__text {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.8em;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__text--kome {
	padding-left: 1em;
	text-indent: -1em;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__text--plan01 {
	margin-top: 50px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__text--plan02 {
	margin-top: 10px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__text--deliver01 {
	margin-top: 50px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__text--deliver02 {
	margin-top: 22px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__text--deliver03 {
	margin-top: 22px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__subTitle {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 45px 0 30px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__sizeImage {
	margin-top: 30px;
	width: 78.68%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-sizeBlock {
	margin-top: 56px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-sizeBlock--onepiece {
	margin-top: 32px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-sizeBlock__title {
	background-color: #F7F6F4;
	font-size: 16px;
	letter-spacing: 0.05em;
	padding: 10px 20px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-sizeBlock__image {
	margin-top: 25px;
	max-width: 100%;
	width: 300px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-sizeBlock__table {
	font-size: 15px;
	margin-top: 30px;
	text-align: left;
	width: 100%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-sizeBlock__tr {
	border-bottom: #B9B9B9 1px solid;
	border-top: #B9B9B9 1px solid;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-sizeBlock__th {
	padding: 8px 10px;
	width: 117px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-sizeBlock__td {
	letter-spacing: 0.05em;
	padding: 8px 0;
	width: calc(100% - 117px);
}

#howto #sysAll #sysWrap div#sysMain .contactArea {
	margin-top: 80px;
}

#shop .contactArea {
	margin-top: 80px;
}

#shop #sysAll #sysWrap div#sysMain {
	border: none;
	padding: 0;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-main__lead {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 2em;
	margin-top: 65px;
	padding: 0 20px;
	text-align: center;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-main__contactArea__inner {
	padding: 40px 0 20px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-main__contactArea__bottom {
	text-align: center;
	font-size: 15px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-main__conts {
	background-color: #F7F6F4;
	margin-top: 72px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-main__inner {
	margin: 0 auto;
	max-width: 1120px;
	padding: 56px 20px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop {
	display: flex;
	justify-content: space-between;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__image {
	width: 50%;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__info {
	padding-left: 50px;
	width: 50%;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__logo {
	align-items: flex-end;
	display: flex;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__logo img {
	width: 200px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__logo span {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	margin-left: 5px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__address {
	margin-top: 42px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__address p {
	font-size: 15px;
	line-height: 1.8em;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__address a {
	background-color: #212121;
	color: #FFFFFF;
	display: inline-block;
	font-size: 13px;
	line-height: 1em;
	margin-top: 14px;
	padding: 7px 12px;
	text-align: center;
	transition: opacity 0.3s;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__address a:hover {
	opacity: 0.6;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__tel {
	font-size: 15px;
	margin-top: 30px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__tel li {
	display: flex;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__tel li:not(:first-child) {
	margin-top: 3px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__tel span {
	display: inline-block;
	font-weight: bold;
	width: 62px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__tel p {
	margin-left: 30px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__access {
	border-bottom: 1px solid #707070;
	border-top: 1px solid #707070;
	margin-top: 28px;
	padding: 20px 0;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__accessItem {
	display: flex;
	font-size: 15px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__accessItem span {
	display: inline-block;
	font-weight: bold;
	width: 77px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__accessItem p {
	width: calc(100% - 77px);
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__accessItem:last-child {
	margin-top: 18px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-coodinater {
	margin-top: 72px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-coodinater__wrap {
	background-color: #FFFFFF;
	display: grid;
	grid-template-columns: 50% 50%;
	padding: 50px 90px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main h3 {
	border-bottom: 1px solid #212121;
	border-top: 1px solid #212121;
	font-size: 20px;
	font-weight: bold;
	height: 82px;
	letter-spacing: 0.06em;
	line-height: 1em;
	margin-top: 42px;
	padding: 30px 0;
	text-align: center;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-coodinater__image {
	grid-column: 2/3;
	grid-row: 1/3;
	padding-left: 50px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-coodinater__info h4 {
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-top: 55px;
	text-align: center;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-coodinater__info p {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 2em;
	margin-top: 26px;
	padding: 0 18px;
}

#tryon #sysAll #sysWrap div#sysMain {
	border: none;
	padding: 0;
	width: 100% !important;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main { /* リードテキスト */ /* ======================================== */ /* アンカーボタンエリア */ /* ======================================== */ /* ===========================================
  * 宅配試着
  * ======================================== */ /* リード部分 */ /* ======================================== */ /* まずは会員登録から */ /* ======================================== */ /* 宅配試着料金について */ /* ======================================== */ /* 宅配フロー */ /* ======================================== */ /* 本番お申込みの場合 */ /* ======================================== */ /* 本番お申込みをしない場合 */ /* ======================================== */ /* hrライン */ /* ======================================== */ /* 宅配試着について 注意事項 */ /* ======================================== */ /* ===========================================
  * サロン試着
  * ======================================== */
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-main__lead {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 2em;
	margin-top: 72px;
	text-align: center;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-main__tabList {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-main__tabItem {
	margin: 0 12px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-main__tabItem a {
	border: 1px solid #B9B9B9;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	height: 56px;
	letter-spacing: 0.1em;
	line-height: 56px;
	padding-right: 10%;
	position: relative;
	text-align: center;
	width: 240px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-main__tabItem a::after {
	border-bottom: 2px solid #212121;
	border-right: 2px solid #212121;
	content: "";
	height: 12px;
	position: absolute;
	right: 20%;
	top: 35%;
	transform: rotate(45deg);
	width: 12px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-contents {
	background-color: #F7F6F4;
	margin-top: 72px;
	padding: 56px 0;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-home {
	background-color: #fff;
	border-top: 16px solid #4E8694;
	margin: 0 auto;
	max-width: 900px;
	padding: 56px 50px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-lead {
	display: flex;
	justify-content: center;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-lead .p-tryon-lead__info {
	margin: 0 25px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-lead .p-tryon-lead__icon {
	margin: 0 25px;
	width: 80px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-lead .p-tryon-lead__titleWrap {
	align-items: center;
	display: flex;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-lead .p-tryon-lead__title {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-lead .p-tryon-lead__subTitle {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-lead .p-tryon-lead__text {
	font-size: 15px;
	letter-spacing: 0.05em;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-lead .p-tryon-lead__text--bold {
	font-weight: bold;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-register {
	background-color: #F7F6F4;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 57px;
	padding: 40px 40px 34px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-register .p-tryon-register__title {
	border-bottom: #212121 1px solid;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1em;
	padding-bottom: 17px;
	padding-left: 9px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-register .p-tryon-register__textBlock {
	margin-top: 14px;
	padding-left: 9px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-register .p-tryon-register__text {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.8em;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-price {
	background-color: #F7F6F4;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 30px;
	padding: 40px 35px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-price .p-tryon-price__table {
	width: 100%;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-price .p-tryon-price__th {
	background-color: #4E8694;
	border: 1px solid #B9B9B9;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.05em;
	padding: 21px 24px;
	width: 192px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-price .p-tryon-price__td {
	background-color: #fff;
	border: 1px solid #B9B9B9;
	border-left: 0;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.428em;
	padding: 21px 20px;
	width: calc(100% - 192px);
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-price .p-tryon-price__td--bold {
	font-weight: bold;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-price .p-tryon-price__title {
	font-size: 20px;
	letter-spacing: 0.05em;
	margin-top: 40px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-price .p-tryon-price__list {
	font-size: 15px;
	letter-spacing: 0.05em;
	margin-top: 10px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-price .p-tryon-price__item {
	display: flex;
	margin: 5px 0;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-price .p-tryon-price__item p {
	line-height: 1.8em;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow {
	display: grid;
	gap: 72px;
	margin-top: 72px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__titleBlock {
	align-items: flex-end;
	display: flex;
	margin-bottom: 70px;
	padding-left: 50px;
	position: relative;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__titleBlock::after {
	background-color: #212121;
	bottom: -20px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__titleBlock--01::after {
	width: 507px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__titleBlock--02::after {
	width: 605px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__titleBlock--03::after {
	width: 574px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__secList {
	display: grid;
	gap: 72px;
	padding: 0 50px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__secConts {
	margin-top: 24px;
	padding: 0 50px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__secImage {
	margin-top: 32px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__secImage.p-flow__secImage--step1-1 {
	width: 74%;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__secImage.p-flow__secImage--step1-2 {
	width: 50%;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__secImage.p-flow__secImage--step1-3 {
	width: 77%;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__secText {
	font-size: 15px;
	line-height: 2em;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__icon {
	width: 46px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__Title {
	font-size: 24px;
	letter-spacing: 0.05em;
	margin-left: 20px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__subTitleBlock {
	align-items: center;
	background-color: #F7F6F4;
	display: flex;
	justify-content: space-between;
	padding: 14px 20px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__subTitleBlock .p-flow__subTitle--num {
	background-color: #4E8694;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__subTitleBlock .p-flow__subTitle {
	font-size: 20px;
	letter-spacing: 0.05em;
	width: calc(100% - 50px);
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__subTitleBlock .p-flow__subTitle--mini {
	display: inline-block;
	font-size: 16px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-tryon-flow__wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-tryon-flow__image {
	width: 42.85%;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__textBlock {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 2em;
	width: 51.42%;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__text span {
	font-weight: bold;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__text:nth-child(2) {
	margin-top: 26px;
	padding-left: 1em;
	text-indent: -1em;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__text:nth-child(3) {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-use {
	margin-top: 56px;
	padding: 0 50px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-use .p-tryon-use__blockTitle {
	background-color: #F7F6F4;
	border: #4A4848 1px solid;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1em;
	padding: 20px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-use .p-tryon-use__list {
	display: grid;
	gap: 10px;
	margin-top: 32px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-use .p-tryon-use__item {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 2em;
	padding-left: 1em;
	text-indent: -1em;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-notuse {
	margin-top: 40px;
	padding: 0 50px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-notuse .p-tryon-notuse__blockTitle {
	border: #4A4848 1px solid;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1em;
	padding: 20px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-notuse .p-tryon-notuse__list {
	margin-top: 32px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-notuse .p-tryon-notuse__item {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 2em;
	padding-left: 1em;
	text-indent: -1em;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-line {
	background-color: #F7F6F4;
	border: none;
	height: 20px;
	margin-top: 65px;
	width: 100%;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-notes {
	margin-top: 72px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-notes .p-tryon-notes__title {
	background-color: #4E8694;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1em;
	padding: 33px 0;
	text-align: center;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-notes .p-tryon-notes__list {
	display: grid;
	gap: 50px;
	margin-top: 40px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-notes .p-tryon-notes__subTitle {
	border-bottom: #212121 solid 1px;
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 23px;
	padding-bottom: 13px;
	padding-left: 10px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-notes .p-tryon-notes__conts {
	display: grid;
	gap: 20px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-notes .p-tryon-notes__block {
	padding: 0 40px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-notes .p-tryon-notes__sec {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-notes .p-tryon-notes__num {
	background-color: #212121;
	color: #fff;
	font-size: 15px;
	height: 24px;
	line-height: 24px;
	margin-top: 1px;
	text-align: center;
	width: 24px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-notes .p-tryon-notes__text {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.8em;
	width: calc(100% - 40px);
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-salon {
	background-color: #fff;
	border-top: 16px solid #8E887C;
	margin: 0 auto;
	margin-top: 72px;
	max-width: 940px;
	padding: 56px 100px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-salon .p-tryon-salon__intro {
	margin-top: 56px;
	width: 100%;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-salon .p-tryon-salon__intro tr {
	border: #B9B9B9 1px solid;
	height: 58px;
	line-height: 58px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-salon .p-tryon-salon__intro th {
	background-color: #8E887C;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.05em;
	text-align: center;
	width: 280px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-salon .p-tryon-salon__intro td {
	font-size: 16px;
	padding-left: 32px;
	width: calc(100% - 280px);
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-salon .p-tryon-salon__intro td span {
	font-weight: bold;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-salon .p-tryon-salon__text {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 2em;
	margin-top: 50px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-salon .p-tryon-salon__info {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-salon .p-tryon-salon__image {
	width: 40%;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-salon .p-tryon-salo__infoText {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 2em;
	width: 55.42%;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-salon .p-tryon-salo__infoText a {
	display: block;
	font-weight: bold;
	margin-top: 25px;
}

#tryon #sysAll #sysWrap div#sysMain .contactArea {
	margin-top: 80px;
}

/* 商品ページ */

/* ======================================== */

#sysItemDetail .item_move_wrap {
	margin: 0 auto;
	width: 79%;
}

#sysItemDetail .item_move {
	height: 0;
	padding-top: 177.7777777778%;
	position: relative;
}

#sysItemDetail .item_move iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain {
	width: 100% !important;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .itemDetail_tab .js-itemDetail_tab {
	display: inline-block;
	font-size: 13px;
	margin-top: 5px;
	padding: 3px 7px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .itemDetail_tab .js-itemDetail_tab.color-light {
	background-color: #F7F6F4;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .itemDetail_tab .js-itemDetail_tab.color-deep {
	background-color: #EAE8E4;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .itemDetail_tab span:not(:first-child) {
	margin-left: 7px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain article > .sysBlock {
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	max-width: 1020px;
	padding: 0 20px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .sysCategoryPankuzu {
	font-size: 13px;
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 20px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .sysItemImages {
	max-width: 100%;
	padding: 0;
	width: calc(100% - 500px);
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .sysItemImages .sysImageDescription {
	display: none;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .sysItemImages .sysImageList {
	margin-top: 20px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .sysItemImages .sysImageList li {
	margin: 0;
	max-width: 90px;
	width: 18.75%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .sysItemImages .sysImageList li:nth-child(n+6) {
	margin-top: 7px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .sysItemImages .sysImageList li img {
	border: none;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .sysItemImages .sysModal {
	position: relative;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .sysItemImages #modalPreb,
#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .sysItemImages #modalNext {
	background-color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
	display: block;
	height: 40px;
	position: absolute;
	width: 40px;
	z-index: 5;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .sysItemImages #modalPreb {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .sysItemImages #modalPreb::after {
	border-bottom: 1px solid #212121;
	border-left: 1px solid #212121;
	content: "";
	display: inline-block;
	height: 10px;
	inset: 0;
	margin: auto;
	position: absolute;
	transform: rotate(45deg);
	width: 10px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .sysItemImages #modalNext {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .sysItemImages #modalNext::after {
	border-bottom: 1px solid #212121;
	border-right: 1px solid #212121;
	content: "";
	display: inline-block;
	height: 10px;
	inset: 0;
	margin: auto;
	position: absolute;
	transform: rotate(-45deg);
	width: 10px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea {
	width: 443px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysPr {
	line-height: 1em;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysPr .newArrival {
	display: inline-block;
  width: 96px;
  margin-right: 12px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysPr span {
	border: none;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: auto;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysItemName {
	margin-top: 6px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysItemName h1 {
	border: none;
	font-size: 18px;
	line-height: 2em;
	margin: 0;
	padding: 0;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRetailPrice {
	display: none;
	margin-top: 5px;
	text-align: left;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRetailPrice span {
	font-size: 15px;
	font-weight: normal;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRetailPrice .sysRetailPriceValue {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRetailPrice .sysRetailPriceValue #itemPrice {
	display: inline-block;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalExtendDays {
	margin-top: 8px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalExtendDays .sysRentalExtendItemName {
	display: block;
	font-size: 14px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalExtendDays label {
	display: block;
	width: 100%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalExtendDays select {
	background: url("https://micieprive.jp/img/common/icon_under.png") right 15px center no-repeat;
	background-size: 15px;
	border: 1px solid #212121;
	border-radius: 0;
	color: #212121;
	font-size: 15px;
	height: auto;
	line-height: 1em;
	margin: 8px 0 0;
	max-width: 100%;
	min-width: auto;
	padding: 16px 30px 16px 15px;
	text-overflow: ellipsis;
	width: 100%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea #sysSubtotal .sysSubtotalPrice {
	float: none;
	font-size: 20px;
	font-weight: bold;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea #sysSubtotal .sysSubtotalPrice::before {
	content: "価格：";
	font-size: 15px;
	font-weight: normal;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea #sysSubtotal .sysSubtotalPrice .pricein {
	font-size: 15px;
	font-weight: normal;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea #sysSubtotal .sysSubtotalPrice .taxin {
	font-size: 15px;
	font-weight: normal;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea #sysSelections {
	font-size: clamp(0px, 3.7333333333vw, 14px);
	margin-top: 15px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea #sysSelections select {
	background: url("https://micieprive.jp/img/common/icon_under.png") right 15px center no-repeat;
	background-size: 15px;
	border: 1px solid #212121;
	border-radius: 0;
	color: #212121;
	font-size: 15px;
	height: auto;
	line-height: 1em;
	margin: 8px 0 0;
	max-width: 100%;
	min-width: auto;
	padding: 16px 30px 16px 15px;
	text-align: left;
	text-overflow: ellipsis;
	width: 100%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea #sysSelections label {
	display: block;
	padding: 12px 8px;
	margin-top: 8px;
	border: 1px solid #b5b5b5;
	background-color: #f7f6f4;
	font-size: 15px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalSchedules {
	margin-top: 40px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalSchedules .sysRentalStartDate {
	display: none;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars {
	display: block !important;
	position: relative;
	width: 100%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarCtl {
	float: none;
	left: 0;
	position: absolute;
	top: 15px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarCtl .sysPrevCalendar {
	border: none;
	margin-left: 7%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarCtl .sysPrevCalendar::after {
	border-bottom: 1px solid #212121;
	border-left: 1px solid #212121;
	content: "";
	display: block;
	height: 10px;
	transform: rotate(45deg);
	width: 10px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarCtl .sysNextCalendar {
	border: none;
	margin-right: 7%;
	z-index: 5;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarCtl .sysNextCalendar::after {
	border-bottom: 1px solid #212121;
	border-right: 1px solid #212121;
	content: "";
	display: block;
	height: 10px;
	transform: rotate(-45deg);
	width: 10px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendars .sysRentalSchedulesCalendarDatesArea {
	padding: 10px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendar caption {
	font-family: "Times New Roman";
	font-size: 15px;
	font-weight: bold;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendar th {
	border: none;
	color: #212121;
	font-size: 16px;
	height: 38px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendar td {
	font-size: 14px;
	height: 38px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendar td.sysRentalSchedulesDays .sysRentalSchedulesDay {
	color: #fff;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalSchedules .sysRentalSchedulesCalendarArea .sysRentalSchedulesCalendar td .sysRentalSchedulesValidPrice {
	display: none;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalScheduleInfo {
	margin-top: 12px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalScheduleInfo .sysRentalSendDay {
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-top: 1px solid #B5B5B5;
	display: flex;
	margin-top: 32px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalScheduleInfo .sysRentalSendDay > span {
	display: inline-block;
	font-size: 14px;
	height: 53px;
	line-height: 53px;
	text-align: center;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalScheduleInfo .sysRentalSendDay > span:first-child {
	background-color: #e4eef5;
	border-right: 1px solid #B5B5B5;
	width: 34%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalScheduleInfo .sysRentalSendDay > span:last-child {
	width: 66%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalScheduleInfo .sysRentalReachDay {
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-top: 1px solid #B5B5B5;
	display: flex;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalScheduleInfo .sysRentalReachDay > span {
	display: inline-block;
	font-size: 14px;
	height: 53px;
	line-height: 53px;
	text-align: center;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalScheduleInfo .sysRentalReachDay > span:first-child {
	background-color: #e4eef5;
	border-right: 1px solid #B5B5B5;
	width: 34%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalScheduleInfo .sysRentalReachDay > span:last-child {
	background-color: #fff;
	width: 66%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalScheduleInfo .sysRentalUseDays {
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-top: 1px solid #B5B5B5;
	display: flex;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalScheduleInfo .sysRentalUseDays .sysRentalUseItemName {
	background-color: #487296 !important;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalScheduleInfo .sysRentalUseDays > span {
	display: inline-block;
	font-size: 14px;
	height: 53px;
	line-height: 53px;
	text-align: center;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalScheduleInfo .sysRentalUseDays > span:first-child {
	border-right: 1px solid #B5B5B5;
	width: 34%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalScheduleInfo .sysRentalUseDays > span:last-child {
	width: 66%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalScheduleInfo .sysRentalReturnDay {
	border: 1px solid #B5B5B5;
	display: flex;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalScheduleInfo .sysRentalReturnDay > span {
	display: inline-block;
	font-size: 14px;
	height: 53px;
	line-height: 53px;
	text-align: center;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalScheduleInfo .sysRentalReturnDay > span:first-child {
	background-color: #e4eef5;
	border-right: 1px solid #B5B5B5;
	width: 34%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalScheduleInfo .sysRentalReturnDay > span:last-child {
	background-color: #fff;
	width: 66%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalScheduleInfo .sysRentalScheduleNotice {
	margin-top: 12px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalScheduleInfo .sysRentalScheduleNotice p {
	font-size: 15px;
	line-height: 2em;
	padding-left: 1em;
	text-indent: -1em;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysForm #sysSubmit {
	margin-top: 40px;
	position: relative;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysForm #sysSubmit::before {
	background-image: url("https://micieprive.jp/img/top/icon_cart-white.png");
	background-size: contain;
	content: "";
	height: 20px;
	left: 35%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.3s;
	width: 21px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysForm #sysSubmit::after {
	background-image: url("https://micieprive.jp/img/top/cart_icon.png");
	background-size: contain;
	content: "";
	height: 20px;
	left: 35%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 0.3s;
	width: 21px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysForm #sysSubmit:hover::before {
	opacity: 0;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysForm #sysSubmit:hover::after {
	opacity: 1;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysForm #sysSubmit:hover .sysCartButton {
	background-color: #fff;
	color: #212121;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysForm .sysCartButton {
	background: #212121;
	border: 1px solid #212121;
	border-radius: 0;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 23px 0 23px 35px !important;
	text-indent: inherit;
	transition: background-color 0.3s, color 0.3s;
	width: 100%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysForm #sysNumber {
	display: none;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysExplanation {
	text-align: left;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysExplanation #sysExplanation {
	font-size: 15px;
	margin-top: 24px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysExplanation #sysExplanation h3 {
	border-bottom: #212121 1px solid;
	display: inline-block;
	font-size: 15px;
	line-height: 1em;
	padding-bottom: 8px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysExplanation #sysExplanation p {
	line-height: 2em;
	margin-top: 8px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysExplanation #sysExplanation a {
	text-decoration: underline;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysExplanation #sysExplanation a:hover {
	opacity: 0.8;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysExplanation #sysExplanation table {
	font-size: 14px;
	margin-top: 30px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysExplanation #sysExplanation table tr {
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-top: 1px solid #B5B5B5;
	height: 53px;
	line-height: 53px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysExplanation #sysExplanation table tr:last-child {
	border-bottom: 1px solid #B5B5B5;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysExplanation #sysExplanation table th {
	background-color: #F7F6F4;
	border-right: 1px solid #B5B5B5;
	font-weight: normal;
	text-align: center;
	width: 34%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysExplanation #sysExplanation table td {
	background-color: #fff;
	font-size: 14px;
	line-height: 2em;
	padding: 13px 20px;
	text-align: left;
	width: 66%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysExplanation #sysExplanation img {
	width: 63.63%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysDescription {
	font-size: 15px;
	margin-top: 24px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysDescription h3 {
	border-bottom: #212121 1px solid;
	display: inline-block;
	font-size: 15px;
	line-height: 1em;
	padding-bottom: 8px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysDescription ul {
	display: grid;
	font-size: 15px;
	gap: 8px;
	margin-top: 12px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysDescription li {
	padding-left: 1em;
	text-indent: -1em;
}

/*商品詳細ページ　試着に関する注意事項　最下部　本番申し込みについての但し書き*/
#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysDescription p.fitting_detail {
  	margin-top: 1em;
  	padding: 1em 1.5em;
  	background-color: #e4eef5;
  	line-height: 1.4;
  	font-weight: 600;
}

/*商品詳細ページ　試着に関する注意事項　最下部ボタン*/
#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysDescription a.fitting_link_btn {
	display: block;  
 	margin-left: 1em;
  	padding: 8px 0;
  	width: 200px;
  	background-color: #212121;
  	font-size: 14px;
  	color: #fff;
  	text-align: center;
  	text-decoration: none;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysDescription p {
	line-height: 2em;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysDescription a {
	text-decoration: underline;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysDescription a:hover {
	opacity: 0.8;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysDescription table {
	font-size: 14px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysDescription table tr {
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-top: 1px solid #B5B5B5;
	height: 53px;
	line-height: 53px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysDescription table tr:last-child {
	border-bottom: 1px solid #B5B5B5;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysDescription table th {
	background-color: #F7F6F4;
	border-right: 1px solid #B5B5B5;
	font-weight: normal;
	text-align: center;
	width: 34%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysDescription table td {
	background-color: #fff;
	line-height: 2em;
	padding: 13px 20px;
	text-align: left;
	width: 66%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysDescription img {
	width: 63.63%;
}

#sysItemDetail .contactArea {
	margin-top: 80px;
}

.recently_check,
.p-coordinate-item {
	margin-left: auto;
	margin-right: auto;
	max-width: 1020px;
	padding: 0 20px;
}

.recently_check .sysHorizontal li,
.p-coordinate-item .sysHorizontal li {
	padding: 0 !important;
	width: calc(25% - 15px) !important;
}

.recently_check .sysHorizontal li:not(:last-child),
.p-coordinate-item .sysHorizontal li:not(:last-child) {
	margin-right: 20px;
}

#sysItemCategory #sysAll #sysWrap div#sysMain {
	float: none;
	margin-bottom: 80px !important;
	max-width: 1180px;
	padding: 0 50px;
}

#sysItemCategory #sysAll #sysWrap div#sysMain .sysItemCategoryInfo {
	margin-top: 25px;
}

#sysItemCategory #sysAll #sysWrap div#sysMain .sysItemCategoryInfo .sysCategoryDescription h1 {
	font-family: "Times New Roman";
	font-size: 64px;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
}

#sysItemCategory #sysAll #sysWrap div#sysMain .sysItemCategoryInfo .sysCategoryDescription span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-top: 16px;
	text-align: center;
}

#sysItemCategory #sysAll #sysWrap div#sysMain .sysItemCategoryForm {
	margin-top: 50px;
}

#sysItemCategory #sysAll #sysWrap div#sysMain .sysItemListDisp {
	display: none;
}

#sysItemCategory #sysAll #sysWrap div#sysMain .sysPagination {
	margin-top: 40px;
}

#sysItemCategory #sysAll #sysWrap div#sysMain .sysPagination li {
	padding: 0;
	width: auto;
}

#sysItemCategory #sysAll #sysWrap div#sysMain .sysPagination a {
	border: none;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	width: 35px;
}

#sysItemCategory #sysAll #sysWrap div#sysMain .sysPagination a.sysCurrent {
	background-color: #F7F6F4;
}

#sysItemCategory #sysAll #sysWrap div .sysItemList {
	margin-top: 30px;
}

#sysItemCategory #sysAll #sysWrap div .sysItemList ul.sysThumbnail li {
	padding: 10px;
	transition: opacity 0.3s;
	width: 25%;
}

#sysItemCategory #sysAll #sysWrap div .sysItemList ul.sysThumbnail li:hover {
	opacity: 0.6;
}

#sysItemCategory #sysAll #sysWrap div .sysItemList ul.sysThumbnail li .sysThumbnailImage a {
	display: block;
	padding-top: 140%;
	position: relative;
}

#sysItemCategory #sysAll #sysWrap div .sysItemList ul.sysThumbnail li .sysThumbnailImage a img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

#sysItemCategory #sysAll #sysWrap div .sysItemList ul.sysThumbnail li .itemDetailWrap .sysItemName {
	text-align: center;
}

#sysItemCategory #sysAll #sysWrap div .sysItemList ul.sysThumbnail li .itemDetailWrap .sysItemName a {
	display: block;
	font-size: 14px;
	line-height: 1.5;
}

#sysItemCategory #sysAll #sysWrap div .sysItemList ul.sysThumbnail li .itemDetailWrap .sysRetailPrice {
	font-size: 14px;
	text-align: center;
}

#sysItemCategory #sysAll #sysWrap div .sysItemList ul.sysThumbnail li .itemDetailWrap .sysItemPrArea {
	margin-top: 15px;
}

#sysItemCategory #sysAll #sysWrap div .sysItemList ul.sysThumbnail li .itemDetailWrap .sysItemPrArea .newArrival {
	display: block;
	margin: 0 auto;
	width: 40%;
}

#sysItemCategory #sysAll #sysWrap div .sysItemList ul.sysThumbnail li .itemDetailWrap .sysItemPrArea .sysItemPr {
	border: none;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}

#sysItemCategory #sysAll #sysWrap div .sysItemCategoryCtl a {
	background: #F7F6F4;
	border-color: lightgray;
	color: #212121;
}

.recently_check,
.p-coordinate-item {
	margin-top: 80px;
}

.recently_check .sysContent .sysHorizontal,
.p-coordinate-item .sysContent .sysHorizontal {
	display: flex;
	flex-wrap: wrap;
}

.recently_check .sysContent .sysHorizontal li,
.p-coordinate-item .sysContent .sysHorizontal li {
	float: none;
	padding: 10px;
	transition: opacity 0.3s;
	width: 25%;
}

.recently_check .sysContent .sysHorizontal li:hover,
.p-coordinate-item .sysContent .sysHorizontal li:hover {
	opacity: 0.6;
}

.recently_check .sysContent .sysHorizontal li .sysItemPrArea,
.p-coordinate-item .sysContent .sysHorizontal li .sysItemPrArea {
	margin-top: 15px;
}

.recently_check .sysContent .sysHorizontal li .sysItemPrArea .sysItemPr,
.p-coordinate-item .sysContent .sysHorizontal li .sysItemPrArea .sysItemPr {
	border: none;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}

.recently_check .sysContent .sysHorizontal li .sysItemImage a,
.p-coordinate-item .sysContent .sysHorizontal li .sysItemImage a {
	display: block;
	padding-top: 140%;
	position: relative;
}

.recently_check .sysContent .sysHorizontal li .sysItemImage a img,
.p-coordinate-item .sysContent .sysHorizontal li .sysItemImage a img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.recently_check .sysContent .sysHorizontal li .sysItemPrice,
.p-coordinate-item .sysContent .sysHorizontal li .sysItemPrice {
	font-size: 14px;
	text-align: center;
}

.recently_check .sysContent .sysHorizontal li .sysItemName,
.p-coordinate-item .sysContent .sysHorizontal li .sysItemName {
	text-align: center;
}

.recently_check .sysContent .sysHorizontal li .sysItemName a,
.p-coordinate-item .sysContent .sysHorizontal li .sysItemName a {
	display: block;
	font-size: 14px;
	line-height: 1.5;
}

/* 商品検索 */

/* ======================================== */

#sysItemSearch .contactArea {
	margin-top: 100px;
}

#sysItemSearch #sysAll #sysWrap #sysMain {
	float: none;
	margin-bottom: 80px !important;
	max-width: 1180px;
	padding: 0 50px;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysItemListDisp .sysItemListViewType {
	display: none;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysItemSearchForm {
	background-color: #F7F6F4;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysItemSearchForm .sysItemSearchAndOr {
	margin: 5px 0 10px;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysItemSearchForm .sysItemSearchAndOr input[type=radio] {
	accent-color: #212121;
	margin: 10px 10px 20px;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysItemSearchForm .sysItemSearchFormCategory select {
	border: 1px solid #d0d0d0;
	border-radius: 0;
	height: 40px;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysItemSearchForm .sysItemSearchFormSort select {
	border: 1px solid #d0d0d0;
	border-radius: 0;
	height: 40px;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysItemSearchForm .sysItemSearchFormLimit select {
	border: 1px solid #d0d0d0;
	border-radius: 0;
	height: 40px;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysItemSearchForm .sysSearchButton {
	background: #212121;
	border: 1px solid #212121;
	border-radius: 0;
	height: 50px;
	max-width: 100%;
	transition: background-color 0.3s, color 0.3s;
	width: 100%;
	width: 320px;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysItemSearchForm .sysSearchButton:hover {
	background-color: #fff;
	color: #212121;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysItemList .sysThumbnail {
	margin-bottom: 40px;
	margin-top: 30px;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysItemList .sysThumbnail li {
	padding: 10px;
	transition: opacity 0.3s;
	width: 25%;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysItemList .sysThumbnail li:hover {
	opacity: 0.6;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysItemList .sysThumbnail li:nth-child(n+5) {
	margin-top: 35px;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysItemList .sysThumbnail li .sysThumbnailImage a {
	display: block;
	padding-top: 140%;
	position: relative;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysItemList .sysThumbnail li .sysThumbnailImage a img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysItemList .sysThumbnail li .sysItemName {
	text-align: center;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysItemList .sysThumbnail li .sysItemName a {
	display: block;
	font-size: 14px;
	line-height: 1.5;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysItemList .sysThumbnail li .sysRetailPrice {
	font-size: 14px;
	text-align: center;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysItemList .sysThumbnail li .sysItemPrArea {
	margin-top: 15px;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysItemList .sysThumbnail li .sysItemPrArea .sysItemPr {
	border: none;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysCartInButton,
#sysItemSearch #sysAll #sysWrap #sysMain .sysSelectCartButton,
#sysItemSearch #sysAll #sysWrap #sysMain .sysWishListButton {
	display: none;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysPagination ul li {
	padding: 0;
	width: auto;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysPagination ul li a {
	border: none;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	transition: opacity 0.3s;
	width: 35px;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysPagination ul li a:hover {
	opacity: 0.6;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysPagination ul li a.sysCurrent {
	background-color: #F7F6F4;
}

/* フォーム */

/* ======================================== */

/* 打ち消し + 共通 */

/* ======================================== */

#sysFormIndex #sysMain,
#sysFormConfirm #sysMain,
#sysFormThanks #sysMain,
.sysMemberRegister #sysMain,
.sysMypage #sysMain {
	border: none;
	margin: 0 auto;
	max-width: 840px;
	padding: 0 20px !important;
}

#sysMemberRegisterIndex #sysMain form {
	padding: 0;
}

#sysMemberRegisterIndex #sysMain form:last-of-type {
	text-align: center;
}

#sysMemberRegisterIndex .sys1 .sysErrorMessage,
#sysMemberRegisterIndex .sys2 .sysErrorMessage,
#sysMemberRegisterIndex .sys3 .sysErrorMessage,
#sysMemberRegisterIndex .sys4 .sysErrorMessage {
	display: none;
}

#sysMemberRegisterIndex .sys3 .sysErrorFormField,
#sysMemberRegisterIndex .sys4 .sysErrorFormField {
	background: transparent !important;
}

#sysMypageReminder #sysMain input[type=text],
#sysMemberRegisterIndex #sysMain input[type=text],
#sysFormIndex #sysMain input[type=text],
#sysFormIndex #sysMain textarea {
	margin: 0;
}

.sysFormField {
	margin: 0;
	margin-top: 10px;
}

input[type=search],
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
textarea {
	height: 40px;
	padding: 0 !important;
	padding: 0 1em !important;
}

#sysMain .sysFormLabel {
	margin: 0;
	padding: 0;
}

#sysMain .sysRequired {
	margin-bottom: 0;
}

.sysMemberAgreementFormLabel {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
}

#sysMemberRegisterIndex #sysMain input[type=tel],
#sysMemberRegisterIndex #sysMain input[type=email],
#sysMemberRegisterIndex #sysMain input[type=password] {
	margin: 0;
}

input[type=submit] {
	margin: 0;
	padding: 0 !important;
}

input[type=radio] {
	margin: 0;
}

#sysMemberRegisterIndex .sysButton[type=submit] {
	margin: 0;
}

.sysButton {
	margin: 0;
	padding: 0;
}

.sysFormItem:not(:first-child) {
	margin-top: 30px;
}

#sysMain .sysFormLabel {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}

.sysMemberAgreement {
	border: 1px solid #212121;
	margin-top: 10px;
	padding: 10px;
}

.sysFormItem.sysPrefStateId select {
	background-color: inherit;
	border: 1px solid #ddd;
	border-radius: 0;
	cursor: pointer;
	height: 40px;
	padding: 0 1em;
}

.sysFormItem.sysMemberPassword .sysFormLabel:last-of-type {
	margin-top: 30px !important;
}

.sysFormItem.sysBirthday .sysFormField input {
	margin-right: 5px !important;
	text-align: center;
}

.sysFormItem.sysBirthday .sysFormField input:nth-child(1) {
	width: 70px !important;
}

.sysFormItem.sysBirthday .sysFormField input:nth-child(2) {
	margin-left: 10px !important;
	width: 50px !important;
}

.sysFormItem.sysBirthday .sysFormField input:nth-child(3) {
	margin-left: 10px !important;
	width: 50px !important;
}

.sysFormItem.sysGender .sysFormField label {
	cursor: pointer;
	display: inline-block;
}

.sysFormItem.sysGender .sysFormField label input {
	cursor: pointer;
}

.sysFormItem.sysAcceptMailmagazine {
	display: none;
}

.sysFormItem.sysAcceptMailmagazine .sysFormField label {
	cursor: pointer;
}

.sysFormItem.sysAcceptMailmagazine .sysFormField label input {
	cursor: pointer;
}

.sysForm {
	margin-top: 10px;
}

.sysForm > label {
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}

.sysForm > label input {
	cursor: pointer;
	margin-right: 5px;
}

.sysRequired {
	font-weight: bold;
}

.sysNextSubmit {
	background-color: #212121;
	border: 1px solid #212121;
	border-radius: 4px !important;
	border-radius: 0 !important;
	color: #fff;
	cursor: pointer;
	float: none !important;
	font-size: 14px !important;
	height: 50px !important;
	margin: 48px auto 20px !important;
	max-width: 100%;
	transition: background-color 0.3s, color 0.3s;
	width: 300px !important;
}

.sysNextSubmit:hover {
	background-color: #fff;
	color: #212121;
}

#sysMain .sysRequired {
	color: #C69C4A;
	font-size: 13px;
}

.opcCommonRequireLabel {
	color: #C69C4A !important;
}

/* ===========================================
* 新規会員登録
* ======================================== */

.sysMemberRegister #sysWrap {
	margin: 200px auto 100px;
}

.sysMemberRegister #sysMain form:last-of-type > .sysButton {
	background: #fff;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	border-radius: 0;
	float: none;
	font-size: 14px !important;
	height: 50px;
	max-width: inherit;
	min-width: inherit;
	padding: 0;
	transition: opacity 0.3s;
	width: 160px;
}

.sysMemberRegister #sysMain form:last-of-type > .sysButton:hover {
	opacity: 0.6;
}

.sysFormItem.sysZipcode .sysFormField {
	width: calc(100% - 210px);
}

.sysFormItem.sysZipcode .sysButton {
	background-color: #D1D0CF;
	border-radius: 0;
	height: 40px;
	transition: opacity 0.3s;
	width: 200px;
}

.sysFormItem.sysZipcode .sysButton:hover {
	opacity: 0.6;
}

/* ===========================================
* 確認画面
* ======================================== */

#sysMemberRegisterConfirm .sysBackButton {
	background-color: inherit;
	border: 1px solid #E0E0E0;
	cursor: pointer;
	font-size: 14px;
	margin: 0;
	transition: opacity 0.3s;
	width: 160px;
}

#sysMemberRegisterConfirm .sysBackButton:hover {
	opacity: 0.6;
}

#sysMypageEditConfirm #sysMain .sysFormField,
#sysMemberRegisterConfirm #sysMain .sysFormField,
#sysFormConfirm #sysMain .sysFormField {
	border: 1px solid #dddddd;
	border-radius: 6px;
	border-radius: 0;
	height: 40px;
	padding: 6px 10px;
	width: 100%;
}

#sysMemberRegisterConfirm #sysMain .sysFormLabel {
	margin: 0 !important;
}

#sysMemberRegisterConfirm #sysMain .sysFormField {
	margin: 10px 0 0;
}

#sysMemberRegisterConfirm #sysMain > form {
	padding: 0;
}

/* ===========================================
* お問い合わせ
* ======================================== */

#sysFormIndex #sysWrap {
	margin-bottom: 50px;
}

#sysFormIndex div#sysMain > form {
	padding: 0;
}

#sysFormIndex div#sysMain .sysFormLabel {
	display: inline-block;
}

#sysFormIndex div#sysMain .sysFormField label {
	cursor: pointer;
}

#sysFormIndex div#sysMain .sysFormField label input {
	margin: 5px;
}

#sysFormIndex div#sysMain .sysFormItem.sys8 .sysFormField .sysErrorFormField {
	background: transparent !important;
}

#sysFormIndex div#sysMain .sysFormItem:last-of-type textarea {
	height: 150px;
	padding: 10px !important;
}

#sysFormConfirm div#sysMain {
	margin-bottom: 60px !important;
}

#sysFormConfirm div#sysMain > form {
	padding: 0;
}

#sysFormConfirm div#sysMain .sysButton {
	background-color: inherit;
	border: 1px solid #E0E0E0;
	cursor: pointer;
	float: none;
	font-size: 14px;
	margin-bottom: 0;
	transition: opacity 0.3s;
	width: 160px;
}

#sysFormConfirm div#sysMain .sysButton:hover {
	opacity: 0.6;
}

#sysFormConfirm div#sysMain .sysNextSubmit {
	margin: 20px auto 0 !important;
}

#sysFormConfirm div#sysMain .sysFormItem:last-of-type .sysFormField {
	height: auto;
	min-height: 40px;
}

#sysFormThanks .completeText a {
	background-color: #212121;
	border: 1px solid #212121;
	border-radius: 4px !important;
	border-radius: 0 !important;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: none !important;
	font-size: 14px !important;
	font-size: 14px !important;
	height: 50px !important;
	line-height: 50px;
	margin: 48px auto 20px !important;
	max-width: 100%;
	text-decoration: none;
	transition: background-color 0.3s, color 0.3s;
	width: 300px !important;
}

#sysFormThanks .completeText a:hover {
	background-color: #fff;
	color: #212121;
}

/* マイページ */

/* ======================================== */

/* 打ち消し + 共通 */

/* ======================================== */

#sysFormIndex #sysMain,
#sysFormConfirm #sysMain,
#sysFormThanks #sysMain,
.sysMemberRegister #sysMain,
.sysMypage #sysMain {
	border: none;
}

#sysMypageLogin .sysLoginButton {
	background-color: #212121;
	border: 1px solid #212121;
	border-radius: 0;
	color: #fff;
	float: none;
	font-size: 14px;
	height: 50px;
	margin: 30px auto 0;
	transition: background-color 0.3s, color 0.3s;
	width: 300px;
}

#sysMypageLogin .sysLoginButton:hover {
	background-color: #fff;
	color: #212121;
}

#sysMypageLogin .sysButton {
	background-color: inherit;
	border: 1px solid #dddddd;
	border-radius: 0;
	font-size: 14px;
	height: 50px;
	margin: 20px 0 0;
	transition: opacity 0.3s;
	width: 300px;
}

#sysMypageLogin .sysButton:hover {
	opacity: 0.6;
}

#sysRegi #sysMain {
	max-width: 930px;
}

#sysRegi #sysMain .sysForm form:last-child {
	text-align: center;
}

#sysRegi #sysMain .sysForm form:last-child .sysButton {
	width: 300px;
}

#sysRegi #sysMain .sysFormItem.sysSubmit {
	text-align: center;
}

#sysRegi #sysMain .sysLoginButton {
	width: 300px;
}

#sysRegi #sysMain #sysPurchaseAuthMember .sysCartTitle {
	border: none;
	font-size: 16px;
	text-align: center;
}

#sysRegi #sysMain #sysRegisterForm input[type=submit] {
	margin-top: 48px !important;
	width: 300px !important;
}

#sysRegi #sysMain #sysRegisterForm .sysCartTitle {
	border: none;
	font-size: 16px;
	text-align: center;
}

.sysMypage #sysWrap {
	margin: 200px auto 100px;
}

.sysMypage #sysAll #sysWrap #sysMain .sysNextSubmit {
	background-color: #212121;
	border: 1px solid #212121;
	border-radius: 4px !important;
	border-radius: 0 !important;
	color: #fff;
	cursor: pointer;
	float: none !important;
	font-size: 14px !important;
	font-weight: normal;
	height: 50px !important;
	margin: 48px auto 20px !important;
	max-width: 100%;
	transition: background-color 0.3s, color 0.3s;
	width: 300px !important;
}

.sysMypage #sysAll #sysWrap #sysMain .sysNextSubmit:hover {
	background-color: #fff;
	color: #212121;
}

.sysMypage #sysAll #sysWrap #sysMain input[value=戻る] {
	background: #fff;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	border-radius: 0;
	float: none;
	font-size: 14px !important;
	height: 50px;
	margin: 0 auto !important;
	max-width: inherit;
	min-width: inherit;
	padding: 0;
	transition: opacity 0.3s;
	width: 160px;
}

.sysMypage #sysAll #sysWrap #sysMain input[value=戻る]:hover {
	opacity: 0.6;
}

/* ===========================================
* マイページログイン
* ======================================== */

#sysMypageLogin #sysAll #sysWrap #sysMain .sysNextSubmit {
	margin-top: 10px !important;
}

.sysMypage #sysAll #sysWrap #sysMain {
	max-width: 1030px;
	padding: 0 50px !important;
}

.sysMypage #sysAll #sysWrap #sysMain .sysLoginForm {
	float: left;
	width: 47%;
}

.sysMypage #sysAll #sysWrap #sysMain .sysLoginForm form:last-child {
	text-align: center;
}

.sysMypage #sysAll #sysWrap #sysMain .sysLoginForm h2 {
	font-size: 16px;
	text-align: center;
}

.sysMypage #sysAll #sysWrap #sysMain .sysFreeArea {
	float: right;
	width: 47%;
}

.sysMypage #sysAll #sysWrap #sysMain .sysFreeArea #sysRegisterForm .sysCartTitle {
	font-size: 16px;
	text-align: center;
}

.sysMypage #sysAll #sysWrap #sysMain .sysFreeArea #sysRegisterForm .sysBox > p {
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
	text-align: center;
}

/* ===========================================
* マイページトップ
* ======================================== */

.SysMypageMinorHeadLine {
	border: none;
	font-size: 16px;
	padding-left: 0;
}

.sysMypageNav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sysMypageNav .sysButton {
	background-color: inherit;
	border: 1px solid #212121;
	border-radius: 0;
	color: #212121;
	font-size: 14px;
	height: 50px;
	margin: 0;
	transition: opacity 0.3s;
}

.sysMypageNav .sysButton:hover {
	opacity: 0.6;
}

.sysOrderList {
	padding: 20px;
}

.sysOrderList .sysOrders:not(:first-child) {
	margin-top: 20px;
}

.sysOrderList .sysOrders .sysOrderHeader,
.sysOrderList .sysOrders .sysOrder {
	font-size: 14px;
}

.sysOrderList .sysOrders .sysItemName {
	font-size: 14px;
}

/* ===========================================
* マイページ 会員登録編集
* ======================================== */

.sysMypageMinorHeadLine {
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
}

#sysMypageEditMember #sysAll #sysWrap #sysMain > form {
	padding: 0;
}

#sysMypageEditMember #sysAll #sysWrap #sysMain input {
	margin: 0;
}

#sysMypageEditMember #sysAll #sysWrap #sysMain .sysFormItem.sysMemberPassword .sysFormLabel:nth-of-type(1) {
	margin-top: 20px;
}

#sysMypageEditMember #sysAll #sysWrap #sysMain .sysFormItem.sysMemberPassword .sysFormLabel:nth-of-type(2) {
	margin-top: 30px;
}

/* ===========================================
* マイページ お届け先情報の変更
* ======================================== */

#sysMypageEditDelivery #sysMain .sysSelectAddress button {
	background: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
	padding: 8px;
}

#sysMypageEditDelivery #sysMain input {
	margin: 0;
}

#sysMypageEditDelivery #sysMain > form {
	padding: 0;
}

#sysMypageEditDelivery #sysMain .sysFormField.input-append {
	width: 100%;
}

#sysMypageEditDelivery #sysMain .sysFormField.input-append input {
	width: calc(100% - 210px);
}

#sysMypageEditDelivery #sysMain .sysFormField.input-append button {
	background-color: #D1D0CF;
	border: none;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 40px;
	transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 200px;
}

#sysMypageEditDelivery #sysMain .sysFormField.input-append button:hover {
	opacity: 0.6;
}

/* ===========================================
* 会員を退会する
* ======================================== */

#sysMypageWithdrawalConfirm .sysWithdrawal form {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 300px;
}

#sysMypageWithdrawalConfirm .sysWithdrawal form .sysButton {
	background-color: inherit;
	border: 1px solid #212121;
	border-radius: 0;
	font-size: 14px;
	height: 50px;
	margin-top: 20px;
	transition: opacity 0.3s;
	width: 100%;
}

#sysMypageWithdrawalConfirm .sysWithdrawal form .sysButton:hover {
	opacity: 0.6;
}

/* ===========================================
* 利用可能クーポン
* ======================================== */

.sysCoupon {
	border: none;
	margin: 0;
}

/* ===========================================
* ログアウトしました
* ======================================== */

#sysMypageLogout .sysMypageMinorHeadLine {
	display: none;
}

#sysMypageLogout #sysMain p {
	text-align: center;
}

/* ===========================================
* 会員IDとパスワードの確認
* ======================================== */

#sysMypageReminder #sysMain .sysFormItem.sys_mailaddress input[type=submit] {
	background: #212121;
	border: 1px solid #212121;
	border-radius: 0;
	cursor: pointer;
	font-size: 14px;
	height: 50px;
	margin: 20px auto 0;
	transition: background-color 0.3s, color 0.3s;
	width: 300px;
}

#sysMypageReminder #sysMain .sysFormItem.sys_mailaddress input[type=submit]:hover {
	background-color: #fff;
	color: #212121;
}

/* ===========================================
* 商品チェック履歴
* ======================================== */

#sysMypageAshiato #sysAll #sysWrap #sysMain .sysItemListViewType input {
	margin: 5px;
}

#sysMypageAshiato #sysAll #sysWrap #sysMain .sysThumbnail,
#sysMypageAshiato #sysAll #sysWrap #sysMain .sysList {
	margin-bottom: 60px;
}

#sysMypageAshiato #sysAll #sysWrap #sysMain .sysThumbnail li .sysThumbnailImage,
#sysMypageAshiato #sysAll #sysWrap #sysMain .sysList li .sysThumbnailImage {
	transition: opacity 0.3s;
}

#sysMypageAshiato #sysAll #sysWrap #sysMain .sysThumbnail li .sysThumbnailImage:hover,
#sysMypageAshiato #sysAll #sysWrap #sysMain .sysList li .sysThumbnailImage:hover {
	opacity: 0.6;
}

#sysMypageAshiato #sysAll #sysWrap #sysMain .sysThumbnail li div:last-child,
#sysMypageAshiato #sysAll #sysWrap #sysMain .sysList li div:last-child {
	font-size: 14px;
	margin-top: 5px;
}

#sysMypageAshiato #sysAll #sysWrap #sysMain .sysThumbnail li form input,
#sysMypageAshiato #sysAll #sysWrap #sysMain .sysList li form input {
	border: 1px solid #212121;
	border-radius: 0;
	font-size: 14px;
	height: 40px;
	transition: background-color 0.3s, color 0.3s;
}

#sysMypageAshiato #sysAll #sysWrap #sysMain .sysThumbnail li form input:hover,
#sysMypageAshiato #sysAll #sysWrap #sysMain .sysList li form input:hover {
	background-color: #fff;
	color: #212121;
}

#sysMypageAshiato #sysAll #sysWrap #sysMain .sysList li .sysThumbnailImage {
	max-width: 180px;
}

#sysMypageAshiato #sysAll #sysWrap #sysMain .sysList li form input {
	width: 200px;
}

/* ===========================================
* 会員登録完了
* ======================================== */

#sysMemberRegisterRegister #sysAll #sysMain p {
	display: none;
}

#sysMemberRegisterRegister #sysAll #sysMain .sysFreeArea {
	margin-top: 50px;
}

#sysMemberRegisterRegister #sysAll #sysMain .sysFreeArea span {
	display: block;
	font-size: 15px;
	text-align: center;
}

#sysMemberRegisterRegister #sysAll #sysMain .sysFreeArea .page-top_btn a {
	background-color: #212121;
	border: 1px solid #212121;
	border-radius: 4px !important;
	border-radius: 0 !important;
	color: #fff;
	cursor: pointer;
	display: block;
	float: none !important;
	font-size: 14px !important;
	height: 50px !important;
	line-height: 50px;
	margin: 30px auto 20px !important;
	max-width: 100%;
	text-align: center;
	transition: background-color 0.3s, color 0.3s;
	width: 300px !important;
}

#sysMemberRegisterRegister #sysAll #sysMain .sysFreeArea .page-top_btn a:hover {
	background-color: #fff;
	color: #212121;
}

/* カート */

/* ======================================== */

/* カート共通 */

/* ======================================== */

.sysCart #sysWrap {
	margin: 200px auto 100px;
}

.sysCart #sysWrap #sysMain {
	border: none;
	max-width: 1030px;
	padding: 0;
	padding: 0 50px !important;
}

.sysCart #sysWrap #sysMain input[type=submit] {
	background: #fff;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	border-radius: 0;
	cursor: pointer;
	float: none;
	font-size: 14px !important;
	height: 50px;
	max-width: inherit;
	min-width: inherit;
	padding: 0;
	transition: opacity 0.3s;
	width: 160px;
}

.sysCart #sysWrap #sysMain .sysNextSubmitArea .sysNextSubmit {
	background-color: #212121 !important;
	border: 1px solid #212121 !important;
	font-weight: normal;
	height: 50px !important;
	margin: 0 auto !important;
	transition: background-color 0.3s, color 0.3s;
	width: 300px !important;
}

.sysCart #sysWrap #sysMain .sysNextSubmitArea .sysNextSubmit:hover {
	background-color: #fff !important;
	color: #212121 !important;
}

.sysCart #sysWrap #sysMain .sysTotal .sysBox {
	border: none;
}

.sysCart #sysWrap #sysMain .sysItemName a {
	font-size: 13px;
}

.sysCart #sysWrap #sysMain .sysItemRetailPrice {
	font-size: 13px;
}

/* ===========================================
* カートトップ
* ======================================== */

#sysBasket #sysWrap #sysMain .sysNextSubmitArea:first-of-type {
	display: none;
}

#sysBasket #sysWrap #sysMain .sysBox {
	border: none;
	border-left: none;
	border-right: none;
	padding: 20px 0;
}

#sysBasket #sysWrap #sysMain .sysBox > a {
	width: 120px;
}

#sysBasket #sysWrap #sysMain .sysBox img.sysProductImg {
	width: 100%;
}

#sysBasket #sysWrap #sysMain .sysBox .sysProduct {
	float: none;
	padding-left: 10px;
	width: calc(100% - 700px);
}

#sysBasket #sysWrap #sysMain .sysBox .sysDeleteArea {
	bottom: 10px;
	height: 30px;
	margin: 0;
	position: absolute;
	right: 0;
	width: 80px;
}

#sysBasket #sysWrap #sysMain .sysItemListArea {
	position: relative;
}

#sysBasket #sysWrap #sysMain .sysItemListArea .sysBox {
	text-align: center;
}

#sysBasket #sysWrap #sysMain .sysItemListArea .sysCartTitle {
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-align: center;
}

#sysBasket #sysWrap #sysMain .sysItemListArea .sysCartItemAreaMessage {
	text-align: center;
}

#sysBasket #sysWrap #sysMain .sysItemListArea .nav {
	margin-top: 15px;
}

#sysBasket #sysWrap #sysMain .sysItemListArea .nav li {
	border-bottom: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
	position: relative;
}

#sysBasket #sysWrap #sysMain .sysItemListArea .nav li .sysBox {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
}

#sysBasket #sysWrap #sysMain .sysItemListArea .nav li .sysBox hr + div {
	display: flex;
	width: 180px;
}

#sysBasket #sysWrap #sysMain .sysNextSubmitArea {
	margin-top: 50px;
}

#sysBasket #sysWrap #sysMain .sysSubTotalArea {
	text-align: right;
	width: 310px;
}

#sysBasket #sysWrap #sysMain .sysSubTotalArea #sysSelections > div {
	text-align: left;
}

#sysBasket #sysWrap #sysMain .sysSubTotalArea #sysSelections select {
	border: 1px solid #999;
	cursor: pointer;
	max-width: 100%;
	width: auto;
}

#sysBasket #sysWrap #sysMain select {
	border: none;
	width: 3.5em;
}

#sysBasket #sysWrap #sysMain .sysNumArea {
	display: flex;
}

#sysBasket #sysWrap #sysMain .sysNumArea button {
	border-radius: 0;
	font-size: 13px;
	height: 36px;
	margin: 0;
	min-width: inherit;
	padding: 0;
	width: 36px;
}

#sysBasket #sysWrap #sysMain .sysNumArea .sysBtnPlus {
	border-right: 0;
}

/* ===========================================
* 購入ログイン画面
* ======================================== */

#sysRegi #sysMain #sysPurchaseAuthMember {
	float: left;
	width: 47%;
}

#sysRegi #sysMain #sysPurchaseAuthMember .loginPassword,
#sysRegi #sysMain #sysPurchaseAuthMember .loginId {
	margin: 0;
}

#sysRegi #sysMain #sysPurchaseAuthMember .sysSubmit {
	margin-top: 30px;
}

#sysRegi #sysMain #sysPurchaseAuthMember input[type=submit] {
	font-size: 14px !important;
	margin: 0;
	width: 300px;
}

#sysRegi #sysMain #sysPurchaseAuthMember .sysLoginButton {
	background-color: #212121 !important;
	border: 1px solid #212121;
	color: #fff;
	transition: background-color 0.3s, color 0.3s;
}

#sysRegi #sysMain #sysPurchaseAuthMember .sysLoginButton:hover {
	background-color: #fff !important;
	color: #212121 !important;
}

#sysRegi #sysMain #sysPurchaseAuthMember .sysForm form:last-child {
	margin-top: 20px;
}

#sysRegi #sysMain #sysRegisterForm {
	float: right;
	width: 47%;
}

#sysRegi #sysMain #sysRegisterForm input[type=submit] {
	font-size: 14px !important;
	margin-top: 10px !important;
	width: 300px !important;
}

#sysRegi #sysMain #sysRegisterForm .sysBox > p {
	font-weight: bold;
	text-align: center;
}

#sysRegi #sysMain #sysPurchaseAuthCustomer {
	float: right;
	margin-top: 58px;
	width: 48%;
}

#sysRegi #sysMain #sysPurchaseAuthCustomer input[type=submit] {
	font-size: 14px !important;
	width: 100% !important;
}

#sysRegi #sysMain > form {
	clear: both;
	display: block;
	margin: 0;
	padding-top: 20px;
}

#sysRegi #sysMain .sysCartTitle {
	border-bottom: 1px solid #212121;
}

#sysRegi #sysMain .sysBox {
	border: none;
	padding: 0;
}

/* ===========================================
* お届け方法
* ======================================== */

.sysOpcBody #sysAll #sysWrap {
	margin: 200px auto 0;
}

.sysOpcBody #sysAll #sysWrap #sysMain {
	border: none;
	max-width: 1030px;
	padding: 0 50px !important;
}

.sysOpcBody #sysAll #sysWrap #sysMain .opcCommonHeaderErrorMessage,
.sysOpcBody #sysAll #sysWrap #sysMain .opcCommonElementErrorMessage {
	margin-bottom: 30px;
	margin-left: 0;
}

.opcCommonInputSelect {
	background: #fff !important;
	border-radius: 0;
	cursor: pointer;
}

.opcDeliveryMethod_completeButton_edit,
.opcPaymentMethod_completeButton_edit {
	background-color: #212121 !important;
	border: 1px solid #212121 !important;
	border-radius: 0;
	cursor: pointer;
	height: 50px;
	margin: 0 auto;
	max-width: 100%;
	transition: opacity 0.3s;
	transition: background-color 0.3s, color 0.3s;
	width: 300px;
}

.opcDeliveryMethod_completeButton_edit:hover,
.opcPaymentMethod_completeButton_edit:hover {
	background-color: #fff !important;
	color: #212121 !important;
}

input.opcDeliveryMethod_backButton_edit.opcCommonButtonEdit,
input.opcPaymentMethod_backButton_edit.opcCommonButtonEdit {
	background: #fff;
	border: 1px solid #E0E0E0;
	border-radius: 0;
	cursor: pointer;
	float: none;
	font-size: 14px !important;
	height: 50px;
	margin: 20px auto 0;
	max-width: 100%;
	padding: 0;
	transition: opacity 0.3s;
	width: 300px;
}

input.opcDeliveryMethod_backButton_edit.opcCommonButtonEdit:hover,
input.opcPaymentMethod_backButton_edit.opcCommonButtonEdit:hover {
	opacity: 0.6;
}

.opcOrderSummaryTitle,
.opcBillingAddressTitle,
.opcItemCommonOptionsTitle,
.opcClientTitle,
.opcDeliveryAddressTitle,
.opcDeliveryMethodTitle,
.opcItemTitle,
.opcPaymentMethodTitle,
.opcRemarksTitle,
.opcSubstituteOrderMemoTitle,
.opcPointTitle,
.opcCouponCodeTitle,
.opcCouponTitle,
.opcMemberTitle,
.opcRepeatTitle,
.opcDeliveryAddressAndItemsTitle,
.opcSocialGiftItemsTitle,
.opcSocialGiftLetterTitle,
.opcDeliveryAddressHeader,
.opcDeliveryMethodHeader,
.opcDeliveryAddressItemHeader,
.opcSubstituteShippingMemoHeader,
.basketCouponTitle {
	margin-bottom: 15px;
}

/* ===========================================
* 会員登録せずに完了
* ======================================== */

.opcCommonEditModeBlock {
	border: none;
	padding: 0;
}

.opcCommonEditModeBlock input[type=text],
.opcCommonEditModeBlock input[type=tel],
.opcCommonEditModeBlock input[type=email],
.opcCommonEditModeBlock .opcBillingAddress_prefState_edit {
	margin: 10px 0 0;
}

.opcCommonEditLabel {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.opcBillingAddress_zipCodeAndLabelGroup_edit .opcBillingAddress_zipCode_edit {
	width: calc(100% - 210px);
}

.opcBillingAddress_zipCodeAndLabelGroup_edit .opcBillingAddress_zipCodeSearchButton_edit {
	background-color: #D1D0CF !important;
	border: none;
	border-radius: 0;
	cursor: pointer;
	height: 40px;
	transition: opacity 0.3s;
	width: 200px;
}

.opcBillingAddress_zipCodeAndLabelGroup_edit .opcBillingAddress_zipCodeSearchButton_edit:hover {
	opacity: 0.6;
}

.opcBillingAddress_prefStateAndLabelGroup_edit select {
	background-color: inherit;
	border: 1px solid #ddd;
	border-radius: 0;
	cursor: pointer;
	height: 40px;
	padding: 0 1em;
}

.opcBillingAddress_genderMaleAndLabelGroup_edit {
	font-size: 15px;
	margin-right: 20px;
	width: auto !important;
}

.opcBillingAddress_genderFemaleAndLabelGroup_edit {
	font-size: 15px;
	width: auto !important;
}

.opcBillingAddress_completeButton_edit {
	background-color: #212121 !important;
	border: 1px solid #212121 !important;
	border-radius: 0 !important;
	color: #fff;
	cursor: pointer;
	float: none !important;
	font-size: 14px !important;
	height: 50px !important;
	margin: 48px auto 20px !important;
	max-width: 100%;
	transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	width: 300px !important;
}

.opcBillingAddress_completeButton_edit:hover {
	background-color: #fff !important;
	color: #212121 !important;
}

.opcBillingAddress_backButton_edit {
	background: #fff;
	border: 1px solid #E0E0E0;
	border-radius: 0;
	cursor: pointer;
	float: none;
	font-size: 14px !important;
	height: 50px;
	margin: 20px auto 0;
	max-width: 100%;
	padding: 0;
	transition: opacity 0.3s;
	width: 300px !important;
}

.opcBillingAddress_backButton_edit:hover {
	opacity: 0.6;
}

.opcBillingAddress_edit div:not(:last-of-type) {
	margin-top: 30px;
}

.opcBillingAddress_edit .opcBillingAddress_acceptMailmagazineAndLabelGroup_edit {
	display: none;
}

.opcBillingAddressButtonGroup_edit {
	margin: 0;
	padding: 0;
}

.opcCommonButtonGroupEdit {
	padding: 0;
}

/* ===========================================
* 購入確認画面
* ======================================== */

.opcCommonButton {
	border-radius: 0;
	cursor: pointer;
	transition: opacity 0.3s;
}

.opcCommonButton:hover {
	opacity: 0.6;
}

.opcConfirm_order {
	background-color: #212121 !important;
	border: 1px solid #212121 !important;
	border-radius: 0 !important;
	color: #fff;
	cursor: pointer;
	float: none !important;
	font-size: 14px !important;
	height: 50px !important;
	margin: 48px auto 20px !important;
	max-width: 100%;
	transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	width: 300px !important;
}

.opcConfirm_order:hover {
	background-color: #fff !important;
	color: #212121 !important;
}

.opcOrderBackToBasket_backToBasket {
	background: #fff;
	border: 1px solid #E0E0E0;
	border-radius: 0;
	cursor: pointer;
	float: none;
	font-size: 14px !important;
	height: 50px;
	margin: 20px auto 0;
	max-width: 100%;
	padding: 0;
	transition: opacity 0.3s;
	width: 300px !important;
}

.opcOrderBackToBasket_backToBasket:hover {
	opacity: 0.6;
}

.opcOrderBackToBasket form {
	text-align: center;
}

.opcOrderSummary_priceBreakDownGroup,
.opcBillingAddress,
.opcDeliveryAddress_normalDeliveryAddressGroup,
.opcDeliveryMethod,
.opcPaymentMethod,
.opcRemarks_remarkDescription_edit,
.opcItem_itemNumAndPricesAndLabelGroup {
	font-size: 14px;
}

.opcBillingAddress .opcBillingAddress_acceptMailmagazineAndLabelGroup {
	display: none;
}

.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
	background: inherit !important;
	width: 40px !important;
}

.opcCommonInputSelect {
	border: none;
	font-weight: bold;
}

.opcRequestOrderArea:nth-of-type(1) .opcConfirm {
	padding: 0;
}

.opcRequestOrderArea:nth-of-type(1) .opcConfirm .opcConfirm_order {
	margin-top: 0 !important;
}

/* ===========================================
* お届け先情報変更
* ======================================== */

.opcDeliveryAddress_completeButton_edit {
	background-color: #212121 !important;
	border: 1px solid #212121 !important;
	border-radius: 0 !important;
	color: #fff;
	cursor: pointer;
	float: none !important;
	font-size: 14px !important;
	height: 50px !important;
	margin: 48px auto 20px !important;
	max-width: 100%;
	transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
	width: 300px !important;
}

.opcDeliveryAddress_completeButton_edit:hover {
	background-color: #fff !important;
	color: #212121 !important;
}

.opcDeliveryAddress_zipCode_edit {
	width: calc(100% - 210px) !important;
}

.opcDeliveryAddress_zipCodeSearchButton_edit {
	background-color: #D1D0CF !important;
	border: none;
	border-radius: 0;
	cursor: pointer;
	height: 40px;
	transition: opacity 0.3s;
	width: 200px;
}

.opcDeliveryAddress_zipCodeSearchButton_edit:hover {
	opacity: 0.6;
}

.opcDeliveryAddress_prefState_edit {
	background-color: inherit;
	border: 1px solid #ddd;
	border-radius: 0;
	cursor: pointer;
	height: 40px;
	margin-top: 10px;
	padding: 0 1em;
}

.opcDeliveryAddress_edit div:not(:first-of-type) {
	margin-top: 30px;
}

.opcDeliveryAddress_registerCustomerDeliveryAddressFlagYesAndLabelGroup_edit {
	display: block;
	margin-top: 10px;
}

/* ===========================================
* モーダル
* ======================================== */

.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
	margin: 10px 0 0 !important;
	width: 100% !important;
}

.opcDeliveryAddressEditDialog_customerDeliveryAddressButtonAndLabelGroup input[type=button] {
	margin: 10px 0 0;
	width: 100% !important;
}

.sysOpcBody .modaal-close {
	border-color: #212121 !important;
	cursor: pointer;
}

.sysOpcBody .modaal-close span {
	display: none;
}

.sysOpcBody .modaal-close::before {
	background: #212121 !important;
	height: 30px !important;
	left: 19px !important;
	top: 6px !important;
	transform: rotate(-45deg);
}

.sysOpcBody .modaal-close::after {
	background: #212121 !important;
	height: 30px !important;
	left: 19px !important;
	top: 6px !important;
	transform: rotate(45deg);
}

.modaal-content-container {
	padding: 30px 0 !important;
}

/* ===========================================
* クーポンを使用するモーダル
* ======================================== */

.opcCoupon_edit {
	border: none;
	padding: 0;
}

.opcCouponCode_edit {
	border: none;
	margin-bottom: 60px;
}

.opcPointAndCouponDialog_applyButton_edit {
	background-color: #212121 !important;
	border-color: #212121 !important;
	transition: background-color 0.3s, color 0.3s;
}

.opcPointAndCouponDialog_applyButton_edit:hover {
	background-color: #fff !important;
	color: #212121 !important;
}

.opcCouponCode_couponCodeLabel_edit,
.opcCouponCode_useCouponCodeListLabel_edit {
	font-size: 14px;
	font-weight: normal;
}

/* ===========================================
* 購入完了
* ======================================== */

#sysThanks #sysAll #sysWrap #sysMain .sysBox {
	border: none;
	padding: 0;
}

#sysThanks #sysAll #sysWrap #sysMain .sysBox > div:first-of-type {
	font-size: 15px;
	text-align: center;
}

#sysThanks #sysAll #sysWrap #sysMain .sysBox > div:first-of-type + div {
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
}

#sysThanks #sysAll #sysWrap #sysMain .sysBox > div:first-of-type + div .sysOrderNumber {
	font-size: 18px;
}

#sysThanks #sysAll #sysWrap #sysMain .sysBox .sysCartNote {
	font-size: 15px;
	text-align: center;
}

#sysThanks #sysAll #sysWrap #sysMain .sysBox .sysForm form > label {
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}

#sysThanks #sysAll #sysWrap #sysMain .sysBox .sysForm form > label input {
	cursor: pointer;
	margin-right: 5px;
}

#sysThanks #sysAll #sysWrap #sysMain .sysBox .sysForm form .sysFormItem input {
	margin: 0;
}

#sysThanks #sysAll #sysWrap #sysMain .sysBox .sysForm form .sysFormItem.sysSubmit {
	text-align: center;
}

#sysThanks #sysAll #sysWrap #sysMain .sysBox .sysForm form .sysNextSubmit {
	background-color: #212121 !important;
	border: 1px solid #212121 !important;
	font-weight: normal;
	height: 50px !important;
	margin: 0 auto !important;
	transition: background-color 0.3s, color 0.3s;
	width: 300px !important;
}

#sysThanks #sysAll #sysWrap #sysMain .sysBox .sysForm form .sysNextSubmit:hover {
	background-color: #fff !important;
	color: #212121 !important;
}

/* その他 */

/* ======================================== */

/* ===========================================
* プライバシーポリシー
* ======================================== */

#privacypolicy #sysWrap {
	margin: 160px auto 100px;
}

#privacypolicy div#sysMain {
	border: none;
	padding: 0;
}

#privacypolicy div#sysMain > .sysFuncText .sysHeadline {
	padding-top: 0;
	width: 100%;
}

#privacypolicy div#sysMain > .sysFuncText .txtBlock p,
#privacypolicy div#sysMain > .sysFuncText .txtBlock li {
	font-size: 14px;
}

#privacypolicy div#sysMain > .sysFuncText .txtBlock .indentText-1-2 {
	padding-left: 1.2em;
	text-indent: -1.2em;
}

#privacypolicy div#sysMain > .sysFuncText .txtBlock .indentText {
	padding-left: 1em;
	text-indent: -1em;
}

#privacypolicy div#sysMain > .sysFuncText .txtBlock .indentNum {
	padding-left: 1.7em;
	text-indent: -1.7em;
}

#privacypolicy div#sysMain > .sysFuncText .mt-sec {
	margin-top: 50px;
}

#privacypolicy div#sysMain > .sysFuncText center {
	font-size: 14px;
}

#privacypolicy div#sysMain > .sysFuncText .pattern01 {
	border-color: #212121;
}

#privacypolicy div#sysMain .p-privacy-contents {
	margin: 0 auto;
	max-width: 840px;
	padding: 0 20px;
}

/* ===========================================
* 特商法
* ======================================== */

#law #sysWrap {
	margin: 160px auto 100px;
}

#law div#sysMain {
	border: none;
	padding: 0;
}

#law div#sysMain > .sysFuncText .sysHeadline {
	padding-top: 0;
	width: 100%;
}

#law div#sysMain > .sysFuncText #main_tradelaw dl {
	background: #fff;
}

#law div#sysMain > .sysFuncText #main_tradelaw dt {
	padding-left: 10px;
}

/* ===========================================
* 会社概要
* ======================================== */

#corporate #sysWrap {
	margin: 160px auto 100px;
}

#corporate div#sysMain {
	border: none;
	padding: 0;
}

#corporate div#sysMain > .sysFuncText .sysHeadline {
	padding-top: 0;
	width: 100%;
}

#corporate div#sysMain > .sysFuncText #main_tradelaw {
	border: none;
}

#corporate div#sysMain > .sysFuncText #main_tradelaw dl {
	background: #fff;
	border: none;
}

#corporate div#sysMain > .sysFuncText #main_tradelaw dt {
	border: 1px solid #B5B5B5;
	width: 180px;
}

#corporate div#sysMain > .sysFuncText #main_tradelaw dd {
	border: 1px solid #B5B5B5;
}

#corporate div#sysMain > .sysFuncText .pattern01 {
	border-color: #212121;
}

.tabelBlockWrap {
	margin: 0 auto;
	max-width: 840px;
	padding: 0 20px;
}

.tabelBlock {
	border: 1px solid #B5B5B5;
	font-size: 15px;
	margin: 65px auto 0;
	max-width: 840px;
	padding: 0 50px !important;
	width: 100%;
}

.tabelBlock th {
	background-color: #F7F6F4;
	border: 1px solid #B5B5B5;
	font-weight: normal;
	padding: 18px 5px;
	text-align: center;
	width: 180px;
}

.tabelBlock td {
	border: 1px solid #B5B5B5;
	padding: 18px 30px;
	width: calc(100% - 180px);
}

.tabelBlock td b {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

.tabelBlock td .indent {
	padding-left: 1em;
	text-indent: 0em;
}

/* ===========================================
* 利用規約
* ======================================== */

#terms #sysAll #sysWrap,
#shopping-guide #sysAll #sysWrap {
	margin: 160px auto 100px;
}

#terms #sysAll #sysWrap div#sysMain,
#shopping-guide #sysAll #sysWrap div#sysMain {
	border: none;
	padding: 0;
}

#terms #sysAll #sysWrap div#sysMain .sysFuncText.guideindex .sysHeadline,
#shopping-guide #sysAll #sysWrap div#sysMain .sysFuncText.guideindex .sysHeadline {
	width: 100%;
}

#terms #sysAll #sysWrap div#sysMain .s_guide__lead,
#shopping-guide #sysAll #sysWrap div#sysMain .s_guide__lead {
	font-size: 14px;
}

#terms #sysAll #sysWrap div#sysMain .pattern01,
#shopping-guide #sysAll #sysWrap div#sysMain .pattern01 {
	border-color: #212121;
	font-size: 18px;
}

#terms #sysAll #sysWrap div#sysMain table.shipFeeTable b,
#shopping-guide #sysAll #sysWrap div#sysMain table.shipFeeTable b {
	color: #C69C4A;
}

#terms #sysAll #sysWrap div#sysMain table.shipFeeTable td,
#shopping-guide #sysAll #sysWrap div#sysMain table.shipFeeTable td {
	background-color: #F7F6F4;
}

#terms #sysAll #sysWrap div#sysMain .guideBlock .txtBlock,
#shopping-guide #sysAll #sysWrap div#sysMain .guideBlock .txtBlock {
	margin-top: 0;
}

#terms #sysAll #sysWrap div#sysMain .guideBlock .txtBlock p,
#shopping-guide #sysAll #sysWrap div#sysMain .guideBlock .txtBlock p {
	font-size: 14px;
}

#terms #sysAll #sysWrap div#sysMain .guideBlock .txtBlock p:not(:first-of-type),
#shopping-guide #sysAll #sysWrap div#sysMain .guideBlock .txtBlock p:not(:first-of-type) {
	margin-top: 30px;
}

#terms #sysAll #sysWrap div#sysMain .guideBlock .txtBlock ul,
#shopping-guide #sysAll #sysWrap div#sysMain .guideBlock .txtBlock ul {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	gap: 5px;
	margin-top: 30px;
}

#terms #sysAll #sysWrap div#sysMain .guideBlock .txtBlock li,
#shopping-guide #sysAll #sysWrap div#sysMain .guideBlock .txtBlock li {
	font-size: 14px;
	margin: 0;
	position: relative;
}

#terms #sysAll #sysWrap div#sysMain .guideBlock .txtBlock li.li_indent_01,
#shopping-guide #sysAll #sysWrap div#sysMain .guideBlock .txtBlock li.li_indent_01 {
	padding-left: 1.8em;
	text-indent: -1.8em;
}

#terms #sysAll #sysWrap div#sysMain .guideBlock .txtBlock li.li_indent_02,
#shopping-guide #sysAll #sysWrap div#sysMain .guideBlock .txtBlock li.li_indent_02 {
	padding-left: 0.9em;
	text-indent: -0.9em;
}

#terms #sysAll #sysWrap div#sysMain .guideBlock .txtBlock li.li_indent_03,
#shopping-guide #sysAll #sysWrap div#sysMain .guideBlock .txtBlock li.li_indent_03 {
	padding-left: 1em;
	text-indent: -1em;
}

#terms #sysAll #sysWrap div#sysMain .s-guide-contents,
#shopping-guide #sysAll #sysWrap div#sysMain .s-guide-contents {
	margin: 30px auto 0;
	max-width: 840px;
	padding: 0 20px;
}

#terms #sysAll #sysWrap div#sysMain .s-guide-contents .sysContent,
#shopping-guide #sysAll #sysWrap div#sysMain .s-guide-contents .sysContent {
	margin-top: 50px;
}

@media screen and (min-width: 600px) and (max-width: 1100px) {

.sysDisplayTabletNone {
	display: none !important;
}

/* 20-0 Only Tablet
   *----------------------------------------------------------------------*/

#sysWrap {
	margin-top: 120px;
}

div#sysMain,
div#sysAside {
	float: none;
	width: 100% !important;
}

.sysMypage #sysWrap,
.sysMemberRegister #sysWrap {
	margin: 130px auto 0;
}

#sysFormIndex div#sysMain,
#sysFormConfirm div#sysMain,
#sysFormThanks div#sysMain,
.sysMypage div#sysMain,
.sysMemberRegister #sysMain,
#sysItemSearch div#sysMain {
	margin: 30px auto;
	padding: 20px !important;
	width: 95% !important;
}

.sysCart #sysMain {
	margin: 0 auto;
	padding: 0;
	width: 92% !important;
}

.sysFormField label {
	display: block;
}

/* 決済ページ*/

#sysPayment #sysWrap,
#sysConfirm #sysWrap,
#sysThanks #sysWrap,
#sysCartError #sysMain {
	margin-left: 2.5%;
	width: 95% !important;
}

#sysPayment #sysMain .sysFormLabel {
	line-height: 10px;
}

#sysBillingAddress form {
	margin: 0 auto;
	padding: 30px 20px;
	width: 95%;
}

#sysDestination #sysMain {
	border: 1px solid #aaa;
	margin: 30px auto;
	padding: 20px 20px !important;
	width: 95%;
}

/*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 {
	margin: 0 auto;
	max-width: 700px;
}

#sysItemDetail .sysImageList {
	margin: 0 auto 20px;
	max-width: 700px;
}

#sysItemDetail .sysImageList li {
	display: inline-block;
	line-height: 0;
	max-width: 60px;
}

#sysItemDetail .sysReview,
#sysItemDetail .description_left,
#sysItemDetail .sysDescription,
#sysItemDetail .sysForm,
#sysItemDetail .sysRetailPrice,
#sysItemDetail .sysImageDescription {
	margin: 0 auto 10px auto !important;
	max-width: 700px;
}

#sysItemDetail .sysForm select {
	display: inline-block;
	float: none !important;
	min-width: 350px;
}

#sysItemDetail #sysNumber {
	text-align: right;
}

.sysItemPrArea span {
	font-size: 14px;
	width: 48%;
}

.sysPr span {
	font-size: 10px;
}

/***********************************
    ヘッダー
  ***********************************/

.header_wrap {
	background: #fff;
	height: 120px;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0px;
	z-index: 120;
}

#sysHeader {
	margin: 0px auto;
	width: 100%;
}

.h_inner {
	margin: 0px 0 0;
}

.header_h1_under,
.header_h1 {
	background: #ededed;
	float: none;
	height: 20px;
	text-align: center;
	width: 100%;
}

.header_h1_under a,
.header_h1 a {
	display: none;
}

.head_title {
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	letter-spacing: 1px;
	line-height: 20px;
}

.header_sp {
	margin: 0 2.5%;
	position: relative;
	text-align: center;
	width: 95%;
}

.header_sp #navBtn {
	left: 0;
	position: absolute;
	top: 10px;
}

.header_sp .spCart {
	position: absolute;
	right: 0;
	top: 10px;
}

.header_sp #navBtn img,
.header_sp .spCart img {
	height: 40px;
	width: 40px;
}

.header_sp .spLogo img {
	margin-top: 15px;
	width: 180px;
}

/***********************************
    カート情報
  ***********************************/

#cartInfo {
	display: none;
}

/***********************************
    ナビゲーション
  ***********************************/

#headNavigation .pcnone {
	display: block;
}

#headNavigation .spnone {
	display: none;
}

#headNavigation li.active {
	background: #fff;
}

.h_navi {
	height: 40px;
	width: 100%;
}

#headNavigation li.tab1 {
	margin-top: 10px;
	width: 25%;
}

#headNavigation li.tab1 a {
	font-size: 12px;
	line-height: 15px;
	position: relative;
}

/*ナビゲーショントグル*/

.toggleNav {
	-moz-box-shadow: 0px 0px 0px 0px #ccc;
	-webkit-box-shadow: 0px 0px 0px 0px #ccc;
	background: rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px #ccc;
	display: none;
	height: 0px; /*heightはjs制御*/
	left: 0;
	position: absolute;
	top: 39px;
	width: 100%;
	z-index: 110;
}

.toggleNav:hover {
	overflow: visible !important;
}

#headNavigation ul.tab {
	position: relative;
}

.tabmenu .border:after {
	content: none;
}

.tabmenu li.tab1 {
	border-right: 1px solid #000;
	position: static;
}

.tabmenu li.tab1:nth-child(4) {
	border-right: none;
}

.tabmenu li.tab1 {
	position: static;
}

.tabmenu li.tab1 a {
	font-size: 14px;
}

.tabmenu ul:after {
	clear: both;
	content: "";
	display: block;
}

.tabmenu li.tab2 {
	background: rgb(255, 255, 255);
	border-bottom: 1px dotted #ddd;
	font-size: 18px;
	height: auto;
	line-height: 1;
	position: relative;
	text-align: left;
	width: 100%;
}

.tabmenu li.tab2 a {
	display: block;
	font-size: 14px !important;
	font-weight: bold;
	line-height: 40px !important;
	padding: 5px 15px;
	position: relative;
}

#headNavigation li.tab2 a:after {
	display: none;
}

.tabmenu li.tab2 a i {
	margin-top: -7px;
	position: absolute;
	right: 10px;
	top: 50%;
}

.h_spnavi {
	background: rgba(220, 220, 220, 0.9);
	color: #444;
	display: none;
	height: 100vh;
	left: 0;
	overflow: auto;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 150;
}

#spNaviWrap {
	background: rgb(225, 225, 225);
	height: 1400px;
	left: -100%;
	overflow: scroll;
	padding: 80px 10px 50px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 200;
}

/***********************************
    ログイン情報
  ***********************************/

.h_login {
	margin: 0 auto;
	max-width: 700px;
	width: 90%;
}

.h_login .sysHeadline {
	margin-botom: 10px;
	font-size: 25px;
	text-align: center;
}

.h_login .sysContent {
	text-align: center;
}

.h_login .sysFormItem {
	margin-bottom: 10px;
}

.h_login .sysFormLabel {
	display: block;
	font-size: 15px;
	height: 25px;
	margin-bottom: 0px;
	text-align: left;
}

.h_login .sysLoginButton {
	border: 1px solid #444;
	border-radius: 0;
	font-size: 15px;
	height: 50px;
	line-height: 10px;
	margin: 15px 0%;
	width: 100%;
}

.h_login li {
	border: 1px solid #444;
	height: 50px;
	line-height: 45px;
	margin-bottom: 15px;
	text-align: center;
}

.h_login li a {
	font-size: 15px;
	padding: 0px 5px 5px 0px;
}

/***********************************
    ナビゲーションメニュー
  ***********************************/

#closeMenu {
	font-size: 20px;
	left: 15px;
	position: absolute;
	top: 15px;
}

#closeMenu span {
	display: inline-block;
	font-size: 15px;
	margin: 0 10px;
}

#closeMenu2 {
	border: 1px solid #aaa;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	margin: 20px 0;
	text-align: center;
}

#closeMenu2 span {
	display: inline-block;
	margin: 0 10px;
}

#spNavMenu .navTitle {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

#spNavMenu {
	margin: 80px auto 0;
	max-width: 800px;
	width: 90%;
}

#spNavMenu .spMenuList {
	border-bottom: 1px solid #aaa;
	font-size: 15px;
	height: auto;
	line-height: 40px;
	position: relative;
}

#spNavMenu .spMenuList i {
	font-size: 18px;
	line-height: 40px;
	position: absolute;
	right: 10px;
}

#spNavMenu .spMenuList a {
	display: block;
	padding-left: 15px;
}

#spNavMenu .spToggleNav {
	height: 200px;
	overflow: hidden;
}

#spNavMenu .spToggleNav li {
	border-bottom: 1px dotted #aaa;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}

#spNavMenu .spToggleNav li:first-child {
	border-top: 1px solid #aaa;
}

#spNavMenu .spToggleNav li:last-child {
	border-bottom: 0;
}

/***********************************
    フッター
  ***********************************/

.footer .f_gnav_all {
	background: #c3c3c3;
	letter-spacing: 2px;
	padding: 0px 0 0px;
	text-align: left;
}

.footer .f_gnav ul:after {
	clear: both;
	content: "";
	display: block;
}

.footer .f_gnav {
	border-top: 1px solid #444;
	margin-bottom: 0;
	overflow: hidden;
	width: 100%;
}

.footer .f_gnav li {
	border-bottom: 1px solid #444;
	box-sizing: border-box;
	display: block;
	float: left;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	padding: 0px 0px 0 15px;
	position: relative;
	width: 50%;
}

.footer .f_gnav li i {
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	right: 10px;
	top: 5px;
}

.footer .f_gnav li:nth-child(even) {
	border-left: 1px solid #444;
}

.footer .f_gnav li:last-child {
	width: 100%;
}

.footer .f_gnav li a {
	display: block;
}

.footer .f_gnav .sp_wide {
	border-bottom: 0px;
	height: 35px;
	width: 100%;
}

.footer .f_gnav li:after {
	width: 0px;
}

/***********************************
    サイド
  ***********************************/

.side_search {
	margin: 0 auto 30px;
	width: 95%;
}

.side_navi_item,
.side_navi {
	margin: 0 auto;
	width: 95%;
}

.side_navi ul li.sysText a {
	padding: 10px 5px !important;
}

.side_navi_item .sysHeadline,
.side_navi_item .sysContent {
	margin: 0 auto !important;
	width: 100% !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 {
	font-size: 20px;
	letter-spacing: auto;
	margin: 50px auto !important;
	position: relative;
	text-align: center;
	width: 600px;
}

.sysTitle b {
	display: block;
	font-size: 15px;
	margin-top: 5px;
	text-align: center;
}

.sysTitle span {
	background-color: #fff;
	display: inline-block;
	font-weight: bold;
	margin: 0 2.5em;
	padding: 0 40px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.sysTitle::before {
	background-color: #222222;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
}

.contentsWrap {
	margin: 0 auto;
	width: 90%;
}

/***********************************
    商法テーブルレイアウト
  ***********************************/

.p-law .sysTitle {
	max-width: 600px;
}

.p-law .sysTitle span {
	font-size: 22px;
	padding: 0 40px;
}

#main_tradelaw {
	width: 90%;
}

.shipFee {
	margin: 50px auto;
	width: 90%;
}

.shipFee h3 {
	font-size: 16px;
}

table.shipFeeTable .newLine {
	display: block;
}

table.shipFeeTable tbody th {
	vertical-align: middle;
	width: 500px;
}

table.shipFeeTable td {
	font-size: 15px;
	vertical-align: middle;
	width: 500px;
}

/***********************************
     フッター部分のご利用ガイド
  ***********************************/

.f_guide {
	margin-top: 50px;
}

.f_guide .sysContent {
	width: 100%;
}

.f_guide .Title {
	font-size: 15px;
	padding: 20px 0 30px;
}

.f_guide .guideBlock {
	padding: 0 2%;
	padding-bottom: 30px;
	width: 50%;
}

.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 {
	background: rgba(207, 15, 42, 0.9);
	border: none;
	border-radius: 10px;
	bottom: 0px;
	color: #fff;
	display: none;
	font-size: 10px;
	font-weight: bold;
	height: 18px;
	line-height: 15px;
	position: absolute;
	right: 0px;
	text-align: center;
	width: 18px;
}

/***********************************
    商品購入ステップ
  ***********************************/

.steps ul {
	width: 550px;
}

.steps li {
	float: left;
	height: 180px;
	padding: 0 2px;
}

.steps li a {
	height: 180px !important;
}

.steps li img {
	height: 180px;
}

/***********************************
    TOPページ
  ***********************************/

/*.トップスライダー*/

#slideShow {
	height: 190px;
}

.top_slider {
	margin-top: 120px;
	padding-top: 0;
}

/***********************************
    ワンページカート
  ***********************************/

/*情報入力ページ調整*/

.sysOpcBody .header_wrap {
	border-bottom: none;
}

.sysOpcBody div#sysWrap {
	margin: 20px auto 0;
}

.sysCart #sysMain,
.sysOpcBody #sysMain {
	border: none;
}

.sysOpcBody div#sysMain {
	margin-bottom: 0;
}

.sysOpcBody img {
	max-width: 100%;
}

.sysOpcBody div#sysMain {
	padding: 0 4%;
}

.opcConfirm_inputStatus,
.opcConfirm_inputStatus_disable,
.opcConfirm_order,
.opcConfirm_order_disable {
	width: 94% !important;
}

.header_wrap_inner {
	padding: 0 30px;
}

#cartInfo {
	display: block;
	right: 70px;
}

.header_h1 {
	background: none;
	height: auto;
	width: auto;
}

.header_h1 a {
	display: block;
}

.header_h1 .logo img {
	float: none;
	margin-right: 0;
}

.header {
	right: 30px;
}

.h_navi {
	height: auto;
}

#headNavigation {
	padding: 0 30px;
}

#headNavigation li.tab1 {
	border-right: none;
	width: auto;
}

#headNavigation li a,
#headNavigation li p {
	font-size: 12px;
	line-height: inherit !important;
}

.hover-block__wrap {
	padding: 0 30px;
}

.footer .f_gnav_all {
	background: none;
}

.footer .f_gnav {
	border: none;
}

.footer .f_gnav ul {
	display: flex;
	justify-content: center;
}

.footer .f_gnav li {
	border: none;
	float: none;
	height: auto;
	line-height: normal;
	margin: 0 20px;
	padding: 0;
	text-align: center;
	width: 100%;
	width: auto;
}

.footer .f_gnav li:last-child {
	width: auto;
}

.footer .f_gnav li:nth-child(even) {
	border: none;
}

.footer .f_gnav a {
	display: inline-block !important;
}

.footerMain__inner {
	max-width: 800px;
	padding: 64px 30px;
}

.footerMain__logo a {
	width: 160px;
}

.footerMain__itemArea:first-child {
	width: 180px;
}

#spNavMenu {
	margin: 0 auto;
	max-width: 280px;
	width: 100%;
}

.top_slider .topMv__info p:last-of-type {
	margin-top: 3.6363636364vw;
}

.top_slider .topMv__info p {
	font-size: 1.3636363636vw;
}

.top_slider .topMv__infoBtn {
	margin-top: 6.5454545455vw;
}

.top_slider .topMv__infoBtn a {
	font-size: 1.3636363636vw;
	height: 5.0909090909vw;
	line-height: 5.0909090909vw;
	width: 25.4545454545vw;
}

#brand #sysAll #sysWrap div#sysMain {
	width: 100% !important;
}

#shop #sysAll #sysWrap div#sysMain {
	width: 100% !important;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .itemDetail_tab + .sysForm {
	margin-top: 10px !important;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysDescription {
	margin-top: 24px !important;
}

#sysFormIndex #sysMain,
#sysFormConfirm #sysMain,
#sysFormThanks #sysMain,
.sysMemberRegister #sysMain,
.sysMypage #sysMain {
	padding: 0 50px !important;
}

#sysFormIndex div#sysMain,
#sysFormConfirm div#sysMain,
#sysFormThanks div#sysMain,
.sysMypage div#sysMain,
.sysMemberRegister #sysMain,
#sysItemSearch div#sysMain {
	width: 100% !important;
}

.sysMemberRegister #sysWrap {
	margin: 200px auto 100px;
}

#sysFormIndex div#sysMain .sysHeadline {
	padding-top: 0;
}

.sysMypage #sysWrap {
	margin: 200px auto 100px;
}

.sysCart #sysWrap {
	margin: 200px auto 100px;
}

.sysCart #sysWrap #sysMain {
	width: 100% !important;
}

#sysBasket #sysWrap #sysMain .sysBox {
	padding: 20px 0 50px;
}

#sysBasket #sysWrap #sysMain .sysBox .sysProduct {
	width: calc(100% - 120px);
}

#sysBasket #sysWrap #sysMain .sysItemListArea .nav li .sysBox hr + div {
	margin-left: auto;
}

.sysOpcBody #sysAll #sysWrap {
	margin: 200px auto 0;
}

.opcConfirm_order {
	width: 300px !important;
}

.opcDeliveryAddress_completeButton_edit {
	width: 300px !important;
}

#privacypolicy #sysWrap {
	margin: 160px auto 100px;
}

#law #sysWrap {
	margin: 160px auto 100px;
}

#law div#sysMain > .sysFuncText #main_tradelaw {
	width: 100%;
}

#corporate #sysWrap {
	margin: 160px auto 100px;
}

#corporate div#sysMain {
	width: 100% !important;
}

#corporate div#sysMain > .sysFuncText #main_tradelaw {
	width: 100%;
}

#terms #sysAll #sysWrap,
#shopping-guide #sysAll #sysWrap {
	margin: 160px auto 100px;
}

}

@media screen and (min-width: 601px) {

#sysItemCategory #sysAll #sysWrap div .sysItemList ul.sysThumbnail li:nth-child(n+5) {
	margin-top: 35px;
}

}

@media screen and (min-width: 1101px) {

.sysDisplayPcNone {
	display: none !important;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .sysItemImages .sysImageList li:not(:nth-child(5n)) {
	margin-right: 3px;
}

}

@media screen and (max-width: 1180px) {

.topBrand__wrap {
	height: 54.7457627119vw;
}

.topBrand__link span {
	font-size: 2.5423728814vw;
}

}

@media screen and (max-width: 1100px) {

.header_sp {
	display: none;
}

}

@media screen and (max-width: 1000px) {

.top_item-list .sysContent .sysHorizontal li:nth-child(n+5) {
	margin-top: 0;
}

.top_item-list .sysContent .sysHorizontal li:not(:first-child) {
	margin-left: 0;
}

.top_item-list .sysContent .sysHorizontal li {
	width: calc(50% - 25px);
}

.top_item-list .sysContent .sysHorizontal li:nth-child(even) {
	margin-left: 50px;
}

.top_item-list .sysContent .sysHorizontal li:nth-child(n+3) {
	margin-top: 40px;
}

.topItemCat__item:not(:first-child) {
	margin-left: 0;
}

.topItemCat__item {
	width: calc(50% - 25px);
}

.topItemCat__item:nth-child(even) {
	margin-left: 50px;
}

.topItemCat__item:nth-child(n+3) {
	margin-top: 40px;
}

}

@media screen and (min-width: 600px) and (max-width: 1000px) {

.top_item-list .sysContent .sysHorizontal li .sysItemPrArea .newArrival {
	width: 28%;
}
}

@media screen and (max-width: 900px) {

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-main__inner {
	padding: 0 0 50px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop {
	display: block;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__image {
	width: 100%;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__info {
	margin-top: 64px;
	padding: 0 32px;
	width: 100%;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-coodinater {
	padding: 0 20px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-coodinater__wrap {
	display: block;
	padding: 47px 33px 50px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main h3 {
	border: none;
	height: auto;
	margin-top: 0;
	padding: 0;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-coodinater__image {
	margin: 40px auto 0;
	padding-left: 0;
	text-align: center;
	width: 100%;
	width: 74.62%;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-coodinater__info {
	width: 100%;
}

}

@media screen and (max-width: 850px) {

.sysHeadline span {
	font-size: 40px;
}

.sysHeadline span b {
	font-size: 15px;
}

.sysOpcBody .header_wrap,
.sysCart .header_wrap,
.header_wrap {
	height: 60px !important;
}

.header_wrap_inner {
	height: 60px;
}

#cartInfo {
	top: 20px;
}

.header_h1 {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.header_h1 .logo img {
	width: 108px;
}

.header {
	position: absolute;
	top: 20px;
}

.header .g_navi li:first-child {
	display: none;
}

.header .g_navi li:nth-child(2) {
	display: none;
}

.header .g_navi li.serch_icon {
	line-height: 1.4em;
	margin-left: 0;
	width: 18px;
}

.h_navi {
	display: none;
}

.header_sp {
	display: block;
	margin: 0;
	top: 50%;
}

.header_sp .spCart {
	display: none;
}

.header_sp .spLogo {
	display: none;
}

.header_sp #navBtn {
	display: block;
	height: 16px;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	width: 32px;
}

.hover-block {
	display: none;
}

#spNaviWrap {
	background-color: #F7F6F4;
	height: auto;
	min-height: calc(100vh - 60px);
	padding: 30px 48px 97px;
}

.h_spnavi {
	height: calc(100vh - 60px);
	top: 60px;
}

.top_slider {
	margin-top: 60px;
}

.top_slider .sysContent {
	top: 60px;
}

.sysMemberRegister #sysWrap {
	margin: 100px auto 50px;
}

#sysFormIndex div#sysMain {
	padding: 0 50px !important;
}

.sysMypage #sysWrap {
	margin: 100px auto 50px;
}

.sysCart #sysWrap {
	margin: 100px auto 50px;
}

.sysOpcBody #sysAll #sysWrap {
	margin: 100px auto 0;
}

#privacypolicy #sysWrap {
	margin: 80px auto 50px;
}

#law #sysWrap {
	margin: 80px auto 50px;
}

#corporate #sysWrap {
	margin: 80px auto 50px;
}

#terms #sysAll #sysWrap,
#shopping-guide #sysAll #sysWrap {
	margin: 80px auto 50px;
}

}

@media screen and (max-width: 800px) {

.top_slider .topMv__info {
	display: none;
}

.howToUse__spOnly {
	display: block;
	margin-top: 72px;
}

.howToUse__spOnly p {
	font-size: 13px;
	line-height: 2em;
	text-align: center;
}

.howToUse__spOnly p:last-of-type {
	margin-top: 32px;
}

.howToUse__spOnly .howToUse__btnSp {
	margin-top: 48px;
	text-align: center;
}

.howToUse__spOnly .howToUse__btnSp a {
	border: 1px solid #212121;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	height: 56px;
	line-height: 56px;
	max-width: 100%;
	text-align: center;
	width: 280px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain article > .sysBlock {
	flex-direction: column;
	margin-top: 14px;
	padding: 0;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .sysItemImages {
	margin: 0 auto;
	max-width: 480px;
	width: 100%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea {
	margin-top: 35px;
	padding: 0 20px;
	width: 100%;
}

}

@media screen and (max-width: 700px) {

.sysOrderList .sysOrders .sysDatetime {
	float: none;
}

.sysOrderList .sysOrders .sysTotalPrice {
	text-align: left;
}

}

@media screen and (max-width: 600px) {

.sysDisplayMobileNone {
	display: none !important;
}

/* 10-0 Only Smartphone
   *----------------------------------------------------------------------*/

#sysWrap {
	margin-top: 120px;
}

#sysMain,
#sysAside {
	width: 100% !important;
}

.sysMypage #sysWrap,
.sysMemberRegister #sysWrap {
	margin: 130px auto 0;
}

#sysFormIndex div#sysMain,
#sysFormConfirm div#sysMain,
#sysFormThanks div#sysMain {
	margin: 10px auto;
	padding: 20px 10px 30px !important;
	width: 98% !important;
}

.sysCart #sysMain,
.sysMypage div#sysMain,
.sysMemberRegister #sysMain,
#sysItemSearch div#sysMain {
	margin: 0 auto;
	padding: 20px 10px 30px !important;
	width: 98% !important;
}

.sysCart #sysMain {
	margin: 0 auto;
	padding: 0 !important;
	width: 94% !important;
}

.sysFormField label {
	display: block;
}

#sysFormIndex .txtBlock {
	text-align: left;
}

#sysMain {
	margin-top: 0;
}

.grid-col {
	float: none;
	margin-left: 0;
	width: 100% !important;
}

/*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 {
	float: none;
	padding-right: 0;
	width: 100%;
}

/*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: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#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 {
	font-size: 10px;
	padding: 3px 0px;
	width: 48%;
}

#sysItemCategory input[type=submit] {
	margin-top: 0px;
}

.sysAddSelection {
	font-size: 12px;
}

.sysSelectionDescription {
	font-size: 10px;
}

/*PRアイコン(商品詳細ページ)*/

.sysPr {
	margin-top: 10px;
}

.sysPr span {
	font-size: 16px;
	width: 49%;
}

#sysItemDetail .sysForm select {
	display: inline-block;
	float: right;
	min-width: 300px;
}

#sysItemDetail .sysNumber select {
	min-width: 100px;
}

#sysItemDetail {
	padding-bottom: 40px;
}

/*商品ページ用おすすめ商品*/

.itempage_recommend .sysItemBlock .sysHorizontal li {
	margin-bottom: 20px;
	padding: 0 5px;
	width: 50%;
}

.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 {
	background: #fff;
	height: 120px;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0px;
	z-index: 120;
}

#sysHeader {
	margin: 0px auto;
	width: 100%;
}

.h_inner {
	margin: 0px 0 0;
}

.header_h1_under,
.header_h1 {
	background: #ededed;
	float: none;
	height: 20px;
	text-align: center;
	width: 100%;
}

.header_h1_under a,
.header_h1 a {
	display: none;
}

.head_title {
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	letter-spacing: 1px;
	line-height: 20px;
}

.header_sp {
	margin: 0 2.5%;
	position: relative;
	text-align: center;
	width: 95%;
}

.header_sp #navBtn {
	left: 0;
	position: absolute;
	top: 10px;
}

.header_sp .spCart {
	position: absolute;
	right: 0;
	top: 10px;
}

.header_sp #navBtn img,
.header_sp .spCart img {
	height: 40px;
	width: 40px;
}

.header_sp .spLogo img {
	margin-top: 15px;
	width: 180px;
}

/***********************************
    カート情報
  ***********************************/

#cartInfo {
	display: none;
}

/***********************************
    ナビゲーション
  ***********************************/

#headNavigation .pcnone {
	display: block;
}

#headNavigation .spnone {
	display: none;
}

#headNavigation li.active {
	background: #fff;
}

.h_navi {
	height: 40px;
	width: 100%;
}

#headNavigation li.tab1 {
	margin-top: 10px;
	width: 25%;
}

#headNavigation li.tab1 a {
	font-size: 12px;
	line-height: 15px;
	position: relative;
}

#headNavigation li.tab1:nth-of-type(5) {
	display: none;
}

/*ナビゲーショントグル*/

.toggleNav {
	-moz-box-shadow: 0px 0px 0px 0px #ccc;
	-webkit-box-shadow: 0px 0px 0px 0px #ccc;
	background: rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px #ccc;
	display: none;
	height: 0px; /*heightはjs制御*/
	left: 0;
	position: absolute;
	top: 39px;
	width: 100%;
	z-index: 110;
}

.toggleNav:hover {
	overflow: visible !important;
}

#headNavigation ul.tab {
	position: relative;
}

.tabmenu .border:after {
	content: none;
}

.tabmenu li.tab1 {
	border-right: 1px solid #000;
	position: static;
}

.tabmenu li.tab1:nth-child(4) {
	border-right: none;
}

.tabmenu li.tab1 a {
	font-size: 14px;
}

.tabmenu ul:after {
	clear: both;
	content: "";
	display: block;
}

.tabmenu li.tab2 {
	background: rgb(255, 255, 255);
	border-bottom: 1px dotted #ddd;
	font-size: 18px;
	height: auto;
	line-height: 1;
	position: relative;
	text-align: left;
	width: 100%;
}

.tabmenu li.tab2 a {
	display: block;
	font-size: 14px !important;
	font-weight: bold;
	line-height: 40px !important;
	padding: 5px 15px;
	position: relative;
}

#headNavigation li.tab2 a:after {
	display: none;
}

.tabmenu li.tab2 a i {
	margin-top: -7px;
	position: absolute;
	right: 10px;
	top: 50%;
}

.h_spnavi {
	background: rgba(220, 220, 220, 0.9);
	color: #444;
	display: none;
	height: 100vh;
	left: 0;
	overflow: auto;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 150;
}

#spNaviWrap {
	background: rgb(225, 225, 225);
	height: 1550px;
	left: -100%;
	overflow: scroll;
	padding: 30px 10px 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 200;
}

/***********************************
    ログイン情報
  ***********************************/

.h_login .sysHeadline,
.h_search .sysHeadline {
	margin-botom: 10px;
	font-size: 18px;
	text-align: center;
}

.h_login .sysContent {
	text-align: center;
}

.h_login .sysFormItem {
	margin-bottom: 10px;
}

.h_login .sysFormLabel {
	display: block;
	font-size: 12px;
	height: 20px;
	margin-bottom: 3px;
	text-align: left;
}

.h_login .sysLoginButton {
	background: #000;
	border-radius: 5px;
	font-size: 15px;
	height: 35px;
	line-height: 10px;
	margin: 10px 0%;
	width: 100%;
}

.h_login li {
	border: 1px solid #444;
	border-radius: 5px;
	font-size: 15px;
	height: 35px;
	line-height: 32px;
	margin-bottom: 10px;
	text-align: center;
}

.h_login li a {
	font-size: 12px;
	padding: 0px 5px 5px 0px;
}

/***********************************
    ナビゲーションメニュー
  ***********************************/

#closeMenu {
	font-size: 15px;
	left: 15px;
	position: absolute;
	top: 15px;
}

#closeMenu span {
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	margin: 0 10px;
}

#closeMenu2 {
	border: 1px solid #444;
	border-radius: 5px;
	cursor: pointer;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	margin: 20px 0;
	text-align: center;
}

#closeMenu2 span {
	display: inline-block;
	margin: 0 10px;
}

#spNavMenu .navTitle {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#spNavMenu {
	margin: 30px 0 0;
}

#spNavMenu .spMenuList {
	border-bottom: 1px solid #aaa;
	font-size: 15px;
	height: auto;
	line-height: 40px;
	position: relative;
}

#spNavMenu .spMenuList a {
	display: block;
	padding-left: 15px;
}

#spNavMenu .spToggleNav {
	height: 270px;
	overflow: hidden;
}

#spNavMenu .spToggleNav li {
	border-bottom: 1px dotted #aaa;
	font-size: 12px;
	height: 45px;
	line-height: 45px;
}

#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 {
	background: #fff;
	letter-spacing: 2px;
	margin: 30px 0 0;
}

.footer .f_navi_all {
	margin: 0 auto;
	padding: 10px 2.5% 0;
	width: 95%;
}

.footer .f_navi h3 {
	background: #424242;
	border-radius: 10px;
	color: #fff;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	margin: 10px 0;
	width: 100%;
}

.footer .f_navi ul {
	margin: 0 auto;
	text-align: left;
	width: 100%;
}

.footer .f_navi li {
	border-right: 1px solid #aaa;
	box-sizing: border-box;
	display: inline-block;
	font-size: 15px;
	height: 25px;
	margin: 10px 0px 0;
	padding: 0 3px;
	position: relative;
}

.footer .f_navi li i {
	font-size: 20px;
	line-height: 23px;
	position: absolute;
	right: 10px;
	top: 0;
}

.footer .f_navi li.sp_title {
	margin: 10px 0;
	text-align: center;
	width: 100%;
}

.footer .f_navi li.sp_title h5 {
	background: #fff;
	position: relative;
	text-align: center;
}

.footer .f_navi li.sp_title h5 span {
	background-color: #fff;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	position: relative;
	text-align: left;
	z-index: 2;
}

.footer .f_navi li.sp_title h5::before {
	background-color: #222222;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
}

.footer .f_navi li.sp_3column {
	margin-bottom: 5px;
	width: 32%;
}

.footer .f_navi li.sp_2column {
	margin-bottom: 5px;
	width: 49%;
}

.footer .f_navi li:after {
	width: 0;
}

.footer .f_navi .b_none,
.footer .f_navi .spb_none {
	border-right: 0px;
}

.footer .f_gnav_all {
	background: #c3c3c3;
	letter-spacing: 2px;
	padding: 0px 0 0px;
	text-align: left;
}

.footer .f_gnav ul:after {
	clear: both;
	content: "";
	display: block;
}

.footer .f_gnav {
	border-top: 1px solid #444;
	margin-bottom: 0;
	overflow: hidden;
	width: 100%;
}

.footer .f_gnav li {
	border-bottom: 1px solid #444;
	box-sizing: border-box;
	display: block;
	float: left;
	font-size: 12px;
	height: 45px;
	line-height: 45px;
	padding: 0px 0px 0 15px;
	position: relative;
	width: 50%;
}

.footer .f_gnav li i {
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	right: 10px;
	top: 6px;
}

.footer .f_gnav li:nth-child(even) {
	border-left: 1px solid #444;
}

.footer .f_gnav li:last-child {
	width: 100%;
}

.footer .f_gnav li a {
	display: block;
}

.footer .f_gnav .sp_wide {
	border-bottom: 0px;
	height: 38px;
	width: 100%;
}

.footer .f_gnav li:after {
	width: 0px;
}

.footer .f_gnav {
	margin-bottom: 5px;
}

.footer .f_copy {
	font-size: 10px;
	padding: 10px 5px;
}

/***********************************
    フッター　電話バナー
  ***********************************/
.tel-banner {
  position: fixed;
  left:0;
  bottom:0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height:56px;
  background-color: #212121;
  transition: 0.4s;
  opacity: 0;
  transform: translateY(100%);
  z-index: 100;
}
.tel-banner_text {
  color: #F7F6F4;
  padding: 4px 8px 0 8px;
  font-size: 1.3rem;
}
.tel-banner_tel {
  color: #F7F6F4;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/***********************************
    フッター　CVバナー
  ***********************************/
.sp_pullup-link_wrap {
  position: fixed;
  left:0;
  bottom:0;
  width: 100%;
  height:56px;
  background-color: #212121;
  transition: 0.4s;
  opacity: 0;
  transform: translateY(100%);
  z-index: 100;
}
.sp_pullup-link_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height:56px;
}
.sp_pullup-link_li:nth-child(-n+2) {
  width: 40%;
}
.sp_pullup-link_li:nth-child(2) {
  border-left: solid 1px #777;
  border-right: solid 1px #777;
}
.sp_pullup-link_li:last-child {
  width: 20%;
}
.sp_pullup-link_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
}
.sp_pullup-link_icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.sp_pullup-link_icon img {
  width: 100%;
  height: 100%;
}
.sp_pullup-link_text {
  color: #F7F6F4;
  padding: 4px 0 0 8px;
  font-size: 1.5rem;
  font-weight: bold;
}

/***********************************
    サイド
  ***********************************/

/***********************************
    共通パーツ
  ***********************************/

/***********************************
    特商法テーブルレイアウト
  ***********************************/

/***********************************
    2カラムレイアウト
  ***********************************/

/***********************************
    お買物ガイド
  ***********************************/

/***********************************
    ご利用ガイド
  ***********************************/

/* カート内商品数表示*/

/*商品購入ステップ*/

/* 決済ページ*/

/***********************************
    マイページ
  ***********************************/

/***********************************
    新規会員登録
  ***********************************/

/***********************************
    カートページ
  ***********************************/

/*ドメイン*/

/***********************************
    ボタンデザイン
  ***********************************/

/***********************************
    TOPページ
  ***********************************/

/*.トップスライダー*/

/*新着アイテム*/

/*特集一覧*/

/*おすすめ商品、ランキング*/

/*おすすめ商品*/

/***********************************
    ワンページカート
  ***********************************/

/*情報入力ページ調整*/

/*完了ページ調整*/

.side_search {
	margin: 0 auto 30px;
	width: 95%;
}

.side_navi_item,
.side_navi {
	margin: 0 auto;
	width: 95%;
}

.side_navi ul li.sysText a {
	padding: 10px 5px !important;
}

.side_navi_item .sysHeadline,
.side_navi_item .sysContent {
	margin: 0 auto !important;
	width: 100% !important;
}

.side_navi_1 {
	border-top: 1px solid #000;
}

.sysTitle {
	font-size: 13px;
	letter-spacing: auto;
	margin: 30px auto !important;
	position: relative;
	text-align: center;
	width: 100%;
}

.sysTitle b {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	text-align: center;
}

.sysTitle span {
	background-color: #fff;
	display: inline-block;
	font-weight: bold;
	margin: 0 2.5em;
	padding: 0 10px 0 20px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.sysTitle::before {
	background-color: #222222;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
}

.sysHeadline {
	font-size: 20px;
	letter-spacing: 3px;
	margin: 30px auto !important;
	position: static;
	width: 95%;
}

.sysHeadline b {
	border-top: 1px solid #222222;
	display: block;
	font-size: 10px;
	margin-top: 3px;
	padding: 0 80px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
}

.sysTitle span,
.sysHeadline span {
	background-color: #fff;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	z-index: 2;
}

.sysTitle::before,
.sysHeadline::before {
	height: 0px;
}

.contentsWrap {
	margin: 0 auto;
	width: 90%;
}

.p-law .sysTitle {
	width: 90%;
}

#main_tradelaw,
.main_tradelaw {
	border: 0px solid #ddd;
	margin: 0 auto 30px;
	max-width: 1100px;
	width: 100%;
}

#main_tradelaw dl,
.main_tradelaw d {
	background: #ededed;
	border-bottom: 0px dotted #bfbfbf;
	overflow: hidden;
	width: 100%;
}

#main_tradelaw dl:after,
.main_tradelaw dl:after {
	clear: both;
	content: "";
	display: block;
}

#main_tradelaw dt,
.main_tradelaw dt {
	clear: both;
	float: none;
	font-weight: bolder;
	padding: 15px 0 15px 20px;
	width: 100%;
}

#main_tradelaw dd,
.main_tradelaw dd {
	background: #fff;
	margin-left: 0px;
	padding: 15px;
}

.shipFee {
	margin: 20px auto;
	max-width: 1100px;
}

.shipFee .tableTitle {
	font-size: 12px;
	text-align: center;
}

table.shipFeeTable {
	border-collapse: collapse;
	line-height: 1.5;
	margin: 0%;
	margin-bottom: 30px;
	text-align: left;
	width: 100%;
}

.spThead {
	display: block;
}

.pcThead {
	display: none;
}

table.shipFeeTable thead th {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

table.shipFeeTable tbody th {
	border: 0px solid #ddd;
	display: block;
	font-size: 12px;
	width: 100%;
}

table.shipFeeTable tbody .sum {
	padding: 25px 10px;
	position: relative;
	text-align: center;
}

table.shipFeeTable tbody .sum i {
	bottom: -20px;
	color: #888;
	font-size: 35px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0px;
	z-index: 20;
}

table.shipFeeTable td {
	border: 0px;
	display: block;
	vertical-align: top;
	width: 100%;
}

table.shipFeeTable b {
	color: #D42E30;
	display: inline-block;
	font-size: 1.2em;
	padding: 0 3px;
}

.col2Style h2.pattern03 {
	border-bottom: 1px solid #6843ac;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	margin: 0 0 15px;
	padding: 0 0px 3px 10px;
}

.col2Style .txtBlock li {
	margin: 10px 0;
}

.col2Style .imgWrap img {
	margin: 0px 10%;
	width: 80%;
}

.col2Style .floatWrap img {
	float: none;
	margin: 0px 10%;
	width: 80%;
}

.col2Style .floatWrap .txt {
	margin-left: 0px;
	padding-top: 5px;
}

.col2Style .floatImg .imgWrap {
	float: none;
	width: 100%;
}

.col2Style .floatImg .imgWrap img {
	margin: 20px 10%;
	width: 80%;
}

.indexList li {
	font-size: 12px;
	padding: 3px 5px;
}

.guideBlock {
	maergin-top: 30px;
	padding-top: 0;
}

.f_guide {
	margin-top: 30px;
}

.f_guide .sysContent {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.f_guide .Title {
	font-size: 20px;
	padding: 20px 0 0px;
	text-align: center;
}

.f_guide .guideBlock {
	border: 1px solid #424242;
	border-radius: 10px;
	display: block;
	margin: 50px 2.5%;
	padding: 30px 0px 5px;
	position: relative;
	width: 95%;
}

.f_guide .guide01 {
	padding-right: 0px;
}

.f_guide .guide02 {
	padding-left: 0px;
}

.f_guide .guideTitle {
	background: #fff;
	font-size: 15px;
	left: 0;
	margin: auto;
	margin-bottom: 10px;
	position: absolute;
	right: 0;
	text-align: center;
	top: -15px;
	width: 200px;
}

.f_guide p {
	font-size: 15px;
	line-height: 20px;
	margin: 5px 0 !important;
	padding: 0 10px 0 15px;
	text-align: left;
}

.f_guide img {
	width: 100%;
}

.f_guide .mt {
	margin-top: 10px;
}

.f_guide .smaller {
	font-size: 12px;
}

.f_guide a.f_guide_btn {
	float: none;
	margin: 20px auto;
}

.f_guide .freedial {
	font-size: 30px;
}

button.itemCount2 {
	background: rgba(207, 15, 42, 0.9);
	border: none;
	border-radius: 10px;
	bottom: 0px;
	color: #fff;
	display: none;
	font-size: 10px;
	font-weight: bold;
	height: 18px;
	line-height: 15px;
	position: absolute;
	right: 0px;
	text-align: center;
	width: 18px;
}

.steps ul {
	width: 350px;
}

.steps li {
	float: left;
	height: 150px;
	padding: 0 6px;
}

.steps li a {
	height: 150px !important;
}

.steps li img {
	height: 150px;
}

#sysPayment #sysWrap,
#sysConfirm #sysWrap,
#sysThanks #sysWrap,
#sysCartError #sysMain {
	margin-left: 2.5%;
	width: 95% !important;
}

#sysBillingAddress form {
	margin: 0 auto;
	padding: 30px 20px;
	width: 95%;
}

#sysPayment #sysMain .sysFormLabel {
	line-height: 10px;
}

#sysDestination #sysMain {
	border: 1px solid #aaa;
	margin: 30px auto;
	padding: 20px 20px !important;
	width: 95%;
}

.sysMypage .sysMypageNav form {
	width: 100% !important;
}

#sysMemberRegisterIndex .sysNextSubmit {
	border-radius: 5px;
	float: none;
	font-size: 15px;
	height: 50px;
	margin-right: 0%;
	width: 100%;
}

#sysMemberRegisterIndex .sysButton[type=submit] {
	border-radius: 5px;
	float: none;
	font-size: 15px;
	height: 50px;
	margin-right: 0%;
	margin-top: 0px;
	width: 100%;
}

#sysMypageLogin .sysLoginButton {
	float: none;
	margin-right: 0%;
	width: 100%;
}

#sysMypageLogin .sysButton {
	margin-left: 0%;
	margin-top: 0px;
	width: 100%;
}

.sysAcceptDomainArea .sysAcceptDomain a {
	font-size: 10px;
	padding: 0;
}

.common_btn {
	margin: 20px auto 30px;
}

#slideShow {
	height: 130px;
}

.top_slider {
	margin: 120px auto 0;
	padding-top: 0;
}

.owl-dots .owl-dot {
	top: 0;
}

.owl-dots .owl-dot span {
	height: 10px;
	margin: 5px 7px;
	width: 10px;
}

.owl-nav [class*=owl-] {
	height: 28px !important;
	margin-top: -25px;
	width: 15px !important;
}

.owl-nav .owl-prev {
	background: url(/img/common/controls.png) no-repeat 0 0;
	background-size: 30px !important;
	left: 20%;
}

.owl-nav .owl-next {
	background: url(/img/common/controls.png) no-repeat -15px 0;
	background-size: 30px !important;
	right: 20%;
}

.owl-nav .owl-prev:hover {
	background-position: 0 0;
}

.owl-nav .owl-next:hover {
	background-position: -15px 0;
}

.top_newarrival li {
	margin: 0 1.5% 30px !important;
	padding: 0 !important;
	width: 30% !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 {
	margin: 2%;
	width: 46%;
}

.top_features li:nth-child(1),
.top_features li:nth-child(2) {
	position: relative;
	width: 96%;
	z-index: 10;
}

.top_features li:nth-child(1) p,
.top_features li:nth-child(2) p {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 10px;
	position: absolute;
	z-index: 15;
}

.top_ranking_item li {
	margin: 0 1.5% 30px !important;
	padding: 0 !important;
	width: 30% !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 {
	font-size: 10px;
	letter-spacing: -1px;
	width: 100%;
}

.top_recommend_item li {
	padding: 5px !important;
}

.sysOpcBody .header_wrap {
	border-bottom: none;
}

.sysOpcBody img {
	max-width: 100%;
}

.sysOpcBody div#sysWrap {
	margin: 20px auto 0;
}

.sysCart #sysMain,
.sysOpcBody #sysMain {
	border: none;
}

.sysOpcBody div#sysMain {
	margin-bottom: 0;
	padding: 0 3%;
}

.opcCommonInputSelect,
.opcCommonButton { /*width: 49% !important;*/
}

.opcConfirm_inputStatus,
.opcConfirm_inputStatus_disable,
.opcConfirm_order,
.opcConfirm_order_disable {
	width: 94% !important;
}

.opcConfirm_inputStatus {
	margin-bottom: 0.5em;
}

.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
	width: 40px !important;
}

.opcCommonButtonGroup {
	margin-top: 1em;
}

.opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
	width: 30% !important;
}

.opcBillingAddress_prefState_edit {
	margin: 5px 0;
	width: 100% !important;
}

.opcBillingAddress .opcCommonReferenceLabel {
	display: inline-block;
	position: relative;
	width: 70px;
}

.opcBillingAddress .opcCommonReferenceLabel::after {
	position: absolute;
	right: 0;
}

.opcDeliveryMethod .opcCommonReferenceLabel {
	display: inline-block;
	position: relative;
	width: 123px;
}

.opcDeliveryMethod .opcCommonReferenceLabel::after {
	position: absolute;
	right: 0;
}

.opcBillingAddress_addressGroup {
	width: calc(100% - 80px) !important;
}

.opcRemarks_remark_edit {
	width: 100% !important;
}

.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
	margin: 0 0 0.5em !important;
	width: 100% !important;
}

.opcOrderSummary_totalPriceLabel {
	font-size: 14px !important;
}

#sysThanks #sysMain {
	padding: 0 !important;
	width: 100% !important;
}

.is-sp {
	display: block;
}

.is-pc {
	display: none;
}

.sysHeadline {
	margin-top: 0 !important;
}

.sysHeadline span b {
	border: none;
	padding: 0;
}

.sysOpcBody .header_wrap,
.sysCart .header_wrap,
.header_wrap {
	height: 60px !important;
}

.header_wrap_inner {
	height: 60px;
	padding: 0 20px;
}

.header {
	right: 20px;
	z-index: 10;
}

button.itemCount2 {
	bottom: 7px;
	height: 15px;
	left: -10px;
	width: 15px;
}

.header_sp {
	height: 100%;
	margin: 0;
	top: auto;
	width: 100%;
}

.header_sp .sysContent {
	height: 100%;
}

.header_sp .spCart {
	display: block;
	right: 30px;
	top: 17px;
}

.header_sp .spCart img {
	height: auto;
	width: 17px;
}

.header_sp .spLogo {
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.header_sp .spLogo img {
	margin-top: 0;
	width: 108px;
}

.header_sp #navBtn {
	top: 50%;
}

.footer {
	background-color: #212121;
	padding: 56px 0 20px;
}

.footer .f_gnav_all {
	background: none;
}

.footer .f_gnav {
	border: none;
}

.footer .f_gnav li {
	border: none;
	float: none;
	height: auto;
	line-height: normal;
	padding: 0;
	text-align: center;
	width: 100%;
	width: auto;
}

.footer .f_gnav li:not(:first-child) {
	margin: 20px 0 0;
}

.footer .f_gnav li:last-child {
	width: auto;
}

.footer .f_gnav li:nth-child(even) {
	border: none;
}

.footer .f_gnav a {
	display: inline-block !important;
}

.footer .f_copy {
	margin-top: 50px;
	padding: 0;
	padding: 0 30px;
}

.contactArea__inner {
	padding: 50px 27px;
}

.contactArea__wrap {
	display: block;
}

.contactArea__btn:hover path {
	fill: #fff;
}

.contactArea__btn:hover {
	background-color: #212121;
	color: #F7F6F4;
}

.contactArea__btn {
	margin: 0;
	width: 100%;
}

.contactArea__btn:last-child {
	margin-top: 22px;
}

.contactArea__btn.contactArea__btn--tel {
	pointer-events: visible;
}

.footerMain__inner {
	padding: 64px 20px 60px;
}

.footerMain__wrap {
	display: block;
}

.footerMain__logo a {
	margin: 0 auto;
	width: 240px;
}

.footerMain__snsList {
	justify-content: center;
}

.footerMain__infoArea {
	margin: 60px auto 0;
	max-width: 400px;
}

.footerMain__link {
	padding-left: 0;
}

#spNaviWrap {
	background-color: #F7F6F4;
	height: auto;
	min-height: calc(100vh - 60px);
	padding: 30px 48px 97px;
}

.h_spnavi {
	height: calc(100vh - 60px);
	top: 60px;
}

#spNavMenu {
	margin: 0 auto;
	max-width: 280px;
	width: 100%;
}

.fade-trigger.delay-time02,
.fade-trigger-mv.delay-time02 {
	-webkit-animation-delay: unset;
	animation-delay: unset;
}

.fade-trigger.delay-time04,
.fade-trigger-mv.delay-time04 {
	-webkit-animation-delay: unset;
	animation-delay: unset;
}

.fade-trigger.delay-time06,
.fade-trigger-mv.delay-time06 {
	-webkit-animation-delay: unset;
	animation-delay: unset;
}

.c-secTitle__en {
	font-size: clamp(10px, 10.6666666667vw, 40px) !important;
	line-height: 1.6em !important;
}

.c-secTitle__ja {
	font-size: clamp(10px, 4vw, 15px) !important;
	margin-top: 0 !important;
}

.c-btnBlak a:hover {
	background-color: #212121;
	color: #fff;
}

.top_slider {
	margin-top: 60px;
}

.top_slider .sysContent {
	height: auto;
	top: 60px;
}

.top_slider {
	height: 100vw;
}

.top_slider .topMv__infoBtn a:hover {
	background-color: #fff;
	color: #212121;
}

.howToUse {
	margin-top: 72px;
}

.howToUse__inner {
	padding: 0 20px;
}

.howToUse__flows {
	display: block;
}

.howToUse__flow {
	width: 100%;
}

.howToUse__flow:not(:first-child) {
	margin-top: 40px;
}

.howToUse__howto {
	margin-top: 12px;
}

.howToUse__image {
	margin-top: 28px;
}

.howToUse__image img {
	width: 108px;
}

.howToUse__tab {
	margin-top: 20px;
}

.howToUse__info {
	margin-top: 20px;
}

.howToUse__btn {
	margin-top: 64px;
}

.top_item-list {
	margin-top: 125px;
}

.top_item-list .sysContent .sysHorizontal {
	padding: 0 20px;
}

.top_item-list .sysContent .sysHorizontal li {
	width: calc(50% - 10px);
}

.top_item-list .sysContent .sysHorizontal li:nth-child(even) {
	margin-left: 20px;
}

.top_item-list .sysContent .sysHorizontal li .sysItemPrArea {
	margin-top: 15px;
}

.topItemCat__inner {
	padding: 0 20px;
}

.topItemCat__conts {
	margin-top: 50px;
}

.topItemCat__item {
	width: calc(50% - 10px);
}

.topItemCat__item:nth-child(even) {
	margin-left: 20px;
}

.topItemCat__btn {
	margin-top: 64px;
}

.fitting {
	margin-top: 128px;
	padding: 64px 0 64px;
}

.fitting__inner {
	padding: 0 55px;
}

.fitting__lead {
	font-size: 16px;
	margin-top: 50px;
}

.fitting__conts {
	margin-top: 50px;
}

.fitting__wrap {
	display: block;
}

.fitting__box {
	height: 268px;
	margin: 0 auto;
	max-width: 100%;
	padding: 36px 25px 36px;
	width: 268px;
}

.fitting__box:last-child {
	margin-top: 30px;
}

.fitting__name {
	font-size: 20px;
}

.fitting__image {
	margin-top: 24px;
}

.fitting__image.fitting__image--home {
	width: 78px;
}

.fitting__image.fitting__image--salon {
	width: 83px;
}

.fitting__info {
	margin-top: 20px;
}

.fitting__btn {
	margin-top: 64px;
}

.topAbout, .topGallery {
	margin-top: 128px;
}

.topAbout__inner, .topGallery__inner {
	padding: 0 20px;
}

.topAbout__secTitle .topAbout__secTitle--en {
	font-size: 32px !important;
}

.topAbout__secTitle .topAbout__secTitle--en span {
	font-size: 24px;
}

.topBrand {
	margin-top: 128px;
}

.topBrand__inner {
	padding: 0 20px;
}

.topBrand__lead {
	font-size: 16px;
	margin-top: 50px;
}

.topBrand__conts {
	margin-top: 50px;
}

.topBrand__wrap {
	height: 72.2666666667vw;
}

.topBrand__item.topBrand__AntonioRiva {
	width: 68.6%;
}

.topBrand__item.topBrand__AntonioRiva span {
	bottom: 5px;
	right: 19px;
}

.topBrand__item.topBrand__ToscaSpose {
	right: 5%;
	top: 8%;
	width: 40.5%;
}

.topBrand__item.topBrand__ToscaSpose span {
	left: 5px;
	top: 2px;
}

.topBrand__item.topBrand__TeresaRipoll {
	bottom: 13%;
	left: 0;
	width: 34.6%;
}

.topBrand__item.topBrand__TeresaRipoll span {
	left: 4px;
	top: 4px;
}

.topBrand__item.topBrand__DaphneMilano {
	width: 34.9%;
}

.topBrand__item.topBrand__DaphneMilano span {
	bottom: 4px;
	right: 4px;
}

.topBrand__item.topBrand__PeterLangner {
	right: 13%;
	width: 50.7%;
}

.topBrand__item.topBrand__PeterLangner span {
	bottom: 2px;
	right: 6px;
}

.topBrand__link span {
	font-size: 4vw;
}

.topBrand__btn {
	margin-top: 64px;
}

.topAntonio {
	margin-top: 128px;
}

.topAntonio__inner {
	padding: 0;
}

.topAntonio__secTitle {
	font-size: 32px;
	width: 100%;
}

.topAccessory {
	margin-top: 24px;
}

.topAccessory__inner {
	padding: 0;
}

.topAccessory__secTitle {
	font-size: 32px;
	width: 100%;
}

.topTopicks {
	margin-top: 128px;
}

.topTopicks__inner {
	padding: 0 20px;
}

.topTopicks__btn {
	margin-top: 64px;
}

.sysRss {
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

.sysRss__list:not(:last-child) {
	margin-right: 0;
}

.sysRss__list {
	width: calc(50% - 10px);
}

.sysRss__list:nth-child(n+3) {
	margin-top: 20px;
}

.sysRss__category {
	margin-top: 10px;
}

.sysRss__title {
	margin-top: 0;
}

.instaArea {
	margin-top: 128px;
}

.instaArea__inner {
	padding: 0 20px;
}

.instaArea__list {
	margin-top: 50px;
}

.instaArea__item {
	width: 50%;
}
  
.allianceArea {
  margin-top: 128px;
}
  
.allianceArea__inner {
	padding: 0 20px;
}

.alliance__list {
	margin-top: 50px;
}
.alliance__list li:first-child,.alliance__list li:nth-child(2) {
  margin-bottom: 24px;
}
.alliance__store {
	width: 50%;
}

#about #sysAll #sysWrap {
	margin-top: 80px;
}

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__image {
	margin-top: 47px;
}

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__lead {
	margin-top: 51px;
}

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__leadTop {
	font-size: clamp(10px, 4.8vw, 18px);
}

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__lead__leadText {
	font-size: clamp(10px, 4vw, 15px);
	margin-top: 24px;
	text-align: left;
}

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__list {
	display: flex;
	flex-direction: column;
	gap: 52px;
	margin-top: 53px;
}

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__item {
	display: block;
}

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__itemImage {
	margin: 0 auto;
	width: 84%;
}

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__itemInfo {
	padding: 0;
	width: 100%;
}

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__menuTitle--en {
	font-size: clamp(10px, 10.6666666667vw, 40px);
	margin-top: 4px;
	text-align: center;
}

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__menuTitle--ja {
	font-size: clamp(10px, 4.2666666667vw, 16px);
	text-align: center;
}

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__text {
	font-size: clamp(10px, 4vw, 15px);
}

.c-bread__inner {
	font-size: 12px;
	margin-bottom: 10px;
}

#brand #sysAll #sysWrap {
	margin-top: 80px;
}

#brand #sysAll #sysWrap div#sysMain {
	width: 100% !important;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-main__lead {
	margin-top: 40px;
	text-align: left;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-contents {
	margin-top: 53px;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block:not(:first-child) {
	margin-top: 60px;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__inner {
	padding: 0 20px 50px;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__inner::before {
	bottom: 0;
	height: 89%;
	top: auto;
	width: 100%;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__wrap {
	display: block;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__underWrap {
	padding: 0;
	width: 100%;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__image {
	padding: 0 7px;
	width: 100%;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__info {
	margin-top: 40px;
	padding: 0;
	width: 100%;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__name {
	text-align: center;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__name .p-brand-block__name--en {
	display: block;
	font-size: clamp(10px, 10.6666666667vw, 40px);
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__name .p-brand-block__name--ja {
	display: block;
	font-size: clamp(10px, 4.2666666667vw, 16px);
	margin-left: 0;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__feature {
	font-size: clamp(10px, 4vw, 15px);
	margin-top: 20px;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__subImages {
	margin-top: 26px;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__btn {
	margin-top: 50px;
}

#brand #sysAll #sysWrap div#sysMain .p-brand-main .p-brand-block__btn a {
	align-items: center;
	display: flex;
	font-size: 15px;
	justify-content: center;
	margin: 0 auto;
	max-width: 100%;
	min-height: 56px;
	width: 320px;
}

#howto #sysAll #sysWrap {
	margin-top: 80px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-contents {
	margin-top: 45px;
	padding: 50px 10px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-home {
	padding: 40px 10px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-register {
	margin: 0 0 0;
	padding: 27px 15px 21px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-register .p-tryon-register__title {
	font-size: 18px;
	padding-left: 0;
	text-align: center;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-register .p-tryon-register__textBlock {
	padding: 0;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-price {
	margin: 40px 0 0;
	padding: 24px 8px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-price .p-tryon-price__tr {
	height: 58px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-price .p-tryon-price__th {
	font-size: 14px;
	line-height: 1em;
	padding: 0 8px;
	text-align: left;
	width: 136px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-price .p-tryon-price__td {
	font-size: 14px;
	padding: 0 7px;
	width: calc(100% - 136px);
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-price .p-tryon-price__title {
	font-size: 18px;
	margin-top: 30px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-price .p-tryon-price__list {
	padding: 0 8px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-price .p-tryon-price__link {
	font-size: 15px;
	margin-top: 15px;
	padding: 0 8px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow {
	gap: 56px;
	margin-top: 56px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__titleBlock {
	align-items: center;
	flex-direction: column;
	margin-bottom: 55px;
	padding-left: 0;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__titleBlock::after {
	bottom: -10px;
	width: 100%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__secList {
	gap: 50px;
	padding: 0;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__secConts {
	padding: 0;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__secImage.p-flow__secImage--step01 {
	margin: 0 auto;
	width: 95%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__secImage.p-flow__secImage--step02 {
	width: 69%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__secImage.p-flow__secImage--step03 {
	width: 100%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__Title {
	margin-left: 0;
	margin-top: 10px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__Title span {
	margin-bottom: 8px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__subTitleBlock {
	min-height: 80px;
	padding: 10px 16px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__subTitleBlock .p-flow__subTitle--num {
	height: 32px;
	line-height: 32px;
	width: 32px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__subTitleBlock .p-flow__subTitle--mini {
	display: inline;
	font-size: 14px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__subTitleBlock .p-flow__subTitle {
	font-size: 18px;
	width: calc(100% - 46px);
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-tryon-flow__wrap {
	display: block;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-tryon-flow__image {
	width: 100%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-flow .p-flow__textBlock {
	width: 100%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-line {
	margin-top: 40px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block {
	margin-top: 40px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__inner {
	padding: 0;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__conts {
	margin-top: 17px;
	padding: 0;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__table--cancel {
	margin-top: 14px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__table--cancel .p-howto-block__th {
	width: 41.8%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__table--cancel .p-howto-block__td {
	width: 58.2%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__table--plan {
	margin-top: 14px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__table--plan .p-howto-block__th {
	width: 41.8%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__table--plan .p-howto-block__td {
	width: 58.2%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__table--deliver {
	margin-top: 14px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__table--deliver .p-howto-block__th {
	width: 100px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__table--deliver .p-howto-block__td {
	width: calc(100% - 100px);
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__table .p-howto-block__th {
	font-size: 14px;
	padding: 8px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__table .p-howto-block__td {
	font-size: 14px;
	padding: 10px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__text--plan01 {
	margin-top: 30px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__text--deliver01 {
	margin-top: 30px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__text--deliver02 {
	margin-top: 14px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__text--deliver03 {
	margin-top: 12px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__subTitle {
	margin: 30px 0 12px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-block__sizeImage {
	margin-top: 18px;
	width: 100%;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-sizeBlock {
	margin-top: 40px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-sizeBlock--onepiece {
	margin-top: 26px;
}

#howto #sysAll #sysWrap div#sysMain .p-howto-main .p-howto-sizeBlock__image {
	margin: 25px auto 0;
}

#shop #sysAll #sysWrap {
	margin-top: 80px;
}

#shop #sysAll #sysWrap div#sysMain {
	width: 100% !important;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-main__lead {
	margin-top: 40px;
	text-align: left;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-main__contactArea__inner {
	padding: 40px 27px 20px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-main__conts {
	margin-top: 55px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__logo {
	display: block;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__logo span {
	margin-left: 0;
	margin-top: 16px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__address {
	margin-top: 32px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-shop__address a {
	margin-top: 11px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-coodinater__info h4 {
	margin-top: 26px;
}

#shop #sysAll #sysWrap div#sysMain .p-salon-main .p-salon-coodinater__info p {
	margin-top: 22px;
	padding: 0;
}

#tryon #sysAll #sysWrap {
	margin-top: 80px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-main__lead {
	margin-top: 48px;
	padding: 0 20px;
	text-align: left;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-main__tabList {
	align-items: center;
	flex-direction: column;
	gap: 20px;
	margin-top: 40px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-contents {
	margin-top: 60px;
	padding: 50px 10px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-home {
	padding: 40px 8px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-lead {
	align-items: center;
	flex-direction: column;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-lead .p-tryon-lead__info {
	margin: 0;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-lead .p-tryon-lead__titleWrap {
	align-items: center;
	flex-direction: column;
	margin-top: 18px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-lead .p-tryon-lead__text {
	letter-spacing: 0.045em;
	margin-top: 8px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-register {
	margin: 40px 0 0;
	padding: 27px 15px 21px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-register .p-tryon-register__title {
	font-size: 18px;
	padding-left: 0;
	text-align: center;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-price {
	margin: 40px 0 0;
	padding: 24px 8px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-price .p-tryon-price__tr {
	height: 58px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-price .p-tryon-price__th {
	font-size: 14px;
	line-height: 1em;
	padding: 0 8px;
	text-align: left;
	width: 136px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-price .p-tryon-price__td {
	font-size: 14px;
	padding: 0 10px;
	width: calc(100% - 136px);
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-price .p-tryon-price__title {
	font-size: 18px;
	margin-top: 30px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-price .p-tryon-price__list {
	padding: 0 8px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow {
	gap: 56px;
	margin-top: 56px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__titleBlock--01::after {
	width: 100%;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__titleBlock--02::after {
	width: 100%;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__titleBlock--03::after {
	width: 100%;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__titleBlock {
	align-items: center;
	flex-direction: column;
	margin-bottom: 55px;
	padding-left: 0;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__secList {
	gap: 50px;
	padding: 0;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__secConts {
	padding: 0 10px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__secImage.p-flow__secImage--step1-1 {
	width: 100%;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__secImage.p-flow__secImage--step1-2 {
	width: 70%;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__secImage.p-flow__secImage--step1-3 {
	width: 100%;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__Title {
	margin-left: 0;
	margin-top: 10px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__subTitleBlock {
	padding: 10px 16px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__subTitleBlock .p-flow__subTitle--num {
	height: 32px;
	line-height: 32px;
	width: 32px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__subTitleBlock .p-flow__subTitle--mini {
	display: inline;
	font-size: 14px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__subTitleBlock .p-flow__subTitle {
	font-size: 18px;
	width: calc(100% - 46px);
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-tryon-flow__wrap {
	display: block;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-tryon-flow__image {
	width: 68%;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-flow .p-flow__textBlock {
	margin-top: 20px;
	width: 100%;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-use {
	margin-top: 40px;
	padding: 0;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-use .p-tryon-use__blockTitle {
	font-size: 18px;
	padding: 20px 18px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-notuse {
	padding: 0;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-notuse .p-tryon-notuse__blockTitle {
	font-size: 18px;
	padding: 20px 18px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-line {
	margin-top: 40px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-notes {
	margin-top: 40px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-notes .p-tryon-notes__title {
	font-size: 20px;
	padding: 23px 0;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-notes .p-tryon-notes__list {
	gap: 40px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-notes .p-tryon-notes__block {
	padding: 0;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-salon {
	margin-top: 40px;
	padding: 40px 10px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-salon .p-tryon-salon__intro {
	margin-top: 35px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-salon .p-tryon-salon__intro th {
	font-size: 14px;
	width: 136px;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-salon .p-tryon-salon__intro td {
	font-size: 14px;
	padding-left: 0;
	padding-left: 17px;
	width: calc(100% - 136px);
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-salon .p-tryon-salon__info {
	display: block;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-salon .p-tryon-salon__image {
	width: 100%;
}

#tryon #sysAll #sysWrap div#sysMain .p-tryon-main .p-tryon-salon .p-tryon-salo__infoText {
	margin-top: 20px;
	width: 100%;
}

#sysItemDetail {
	padding-bottom: 0;
}

#sysItemDetail #sysAll #sysWrap {
	margin-top: 60px;
	padding: 0;
}

#sysItemDetail #sysAll #sysWrap div#sysMain {
	width: 100% !important;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .sysItemImages .sysImageList {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: scroll;
	padding-bottom: 15px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .sysItemImages .sysImageList li:nth-child(n+6) {
	margin-top: 0;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .sysItemImages .sysImageList li {
	flex-shrink: 0;
	margin: 0 3px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea {
	padding: 0 20px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysPr {
	margin-top: 0;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysRentalExtendDays select {
	font-size: 14px;
	padding: 22px 40px 22px 18px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea #sysSelections select {
	font-size: 14px;
	padding: 22px 30px 22px 18px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea #sysSelections label {
  font-size: 14px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysForm #sysSubmit {
	text-align: center;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysForm #sysSubmit::before {
	left: 30%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysForm #sysSubmit::after {
	left: 30%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysForm .sysCartButton {
	max-width: 320px;
	padding: 15px 0 15px 35px !important;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysExplanation #sysExplanation table td {
	padding: 13px 15px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysExplanation #sysExplanation img {
	width: 83.58%;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysDescription table td {
	padding: 13px 15px;
}

#sysItemDetail #sysAll #sysWrap div#sysMain .orderArea .orderArea .sysDescription img {
	width: 83.58%;
}

.recently_check,
.p-coordinate-item {
	padding: 0;
}

.recently_check .sysHorizontal,
.p-coordinate-item .sysHorizontal {
	padding: 0 20px;
}

.recently_check .sysHorizontal li:not(:last-child),
.p-coordinate-item .sysHorizontal li:not(:last-child) {
	margin-right: 0;
}

.recently_check .sysHorizontal li,
.p-coordinate-item .sysHorizontal li {
	width: calc(50% - 10px) !important;
}

.recently_check .sysHorizontal li:nth-child(odd),
.p-coordinate-item .sysHorizontal li:nth-child(odd) {
	margin-right: 20px;
}

#sysItemCategory #sysAll #sysWrap {
	margin-top: 80px;
}

#sysItemCategory #sysAll #sysWrap div#sysMain {
	padding: 0 20px;
}

#sysItemCategory #sysAll #sysWrap div#sysMain .sysItemCategoryInfo {
	margin-top: 20px;
}

#sysItemCategory #sysAll #sysWrap div#sysMain .sysItemCategoryInfo .sysCategoryDescription h1 {
	font-size: 40px;
}

#sysItemCategory #sysAll #sysWrap div#sysMain .sysItemCategoryInfo .sysCategoryDescription span {
	font-size: 15px;
	margin-top: 8px;
}

#sysItemCategory #sysAll #sysWrap div#sysMain .sysItemCategoryForm {
	margin-top: 20px;
}

#sysItemCategory #sysAll #sysWrap div .sysItemList ul.sysThumbnail li {
	padding: 5px;
}

#sysItemCategory #sysAll #sysWrap div .sysItemList ul.sysThumbnail li:nth-child(n+3) {
	margin-top: 20px;
}

.recently_check,
.p-coordinate-item {
	margin-top: 80px;
}

.recently_check .sysContent .sysHorizontal li,
.p-coordinate-item .sysContent .sysHorizontal li {
	padding: 5px;
	padding: 5px;
	width: 50%;
}

.recently_check .sysContent .sysHorizontal li:nth-child(n+3),
.p-coordinate-item .sysContent .sysHorizontal li:nth-child(n+3) {
	margin-top: 40px;
}

.recently_check .sysContent .sysHorizontal li .sysItemPrice,
.p-coordinate-item .sysContent .sysHorizontal li .sysItemPrice {
	font-size: 14px;
}

#sysItemSearch .contactArea {
	margin-top: 0;
}

#sysItemSearch #sysAll #sysWrap {
	margin-top: 80px;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysItemList .sysThumbnail li {
	padding: 5px;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysItemList .sysThumbnail li:nth-child(n+5) {
	margin-top: 0;
}

#sysItemSearch #sysAll #sysWrap #sysMain .sysItemList .sysThumbnail li:nth-child(n+3) {
	margin-top: 20px;
}

#sysFormIndex #sysMain,
#sysFormConfirm #sysMain,
#sysFormThanks #sysMain,
.sysMemberRegister #sysMain,
.sysMypage #sysMain {
	padding: 0 20px !important;
	width: 100% !important;
}

.sysFormItem.sysBirthday .sysFormField input {
	border: 1px solid #dddddd;
	height: 40px;
}

.sysNextSubmit {
	width: 100% !important;
}

.sysMemberRegister #sysWrap {
	margin: 100px auto 50px;
}

.sysFormItem.sysZipcode .sysFormField {
	width: 100%;
}

.sysFormItem.sysZipcode .sysFormField input {
	border: 1px solid #dddddd;
	height: 40px;
	padding: 0 1em !important;
	width: 100%;
}

.sysFormItem.sysZipcode .sysButton {
	margin-top: 10px;
}

#sysFormIndex div#sysMain {
	margin: 0;
	padding: 0 20px !important;
	width: 100% !important;
}

#sysFormIndex div#sysMain .sysHeadline {
	padding-top: 0;
}

#sysFormConfirm div#sysMain {
	margin: 0 0 60px !important;
	padding: 0 20px 0 !important;
	width: 100% !important;
}

#sysFormConfirm div#sysMain .sysButton {
	width: 100%;
}

#sysFormThanks .completeText a {
	width: 100% !important;
}

#sysMypageLogin .sysButton {
	margin: 20px 0 0;
}

#sysRegi #sysMain #sysRegisterForm input[type=submit] {
	width: 100% !important;
}

.sysMypage #sysWrap {
	margin: 100px auto 50px;
}

.sysMypage #sysAll #sysWrap #sysMain .sysNextSubmit {
	width: 100% !important;
}

.sysMypage #sysAll #sysWrap #sysMain {
	padding: 0 20px !important;
	width: 100% !important;
}

.sysMypage #sysAll #sysWrap #sysMain .sysLoginForm {
	float: none;
	margin-top: 50px;
	width: 100%;
}

.sysMypage #sysAll #sysWrap #sysMain .sysFreeArea {
	float: none;
	margin-top: 50px;
	width: 100%;
}

#sysMypageEditDelivery #sysMain .sysFormField.input-append input {
	width: 100%;
}

#sysMypageEditDelivery #sysMain .sysFormField.input-append button {
	margin-top: 10px;
}

#sysMypageWithdrawalConfirm .sysWithdrawal form {
	width: 100%;
}

#sysMypageReminder #sysMain .sysFormItem.sys_mailaddress input[type=submit] {
	width: 100%;
}

#sysMypageAshiato #sysAll #sysWrap #sysMain .sysThumbnail li div:last-child,
#sysMypageAshiato #sysAll #sysWrap #sysMain .sysList li div:last-child {
	font-size: 12px;
}

#sysMypageAshiato #sysAll #sysWrap #sysMain .sysThumbnail li form input,
#sysMypageAshiato #sysAll #sysWrap #sysMain .sysList li form input {
	font-size: 12px;
}

#sysMypageAshiato #sysAll #sysWrap #sysMain .sysList li form input {
	width: 150px;
}

#sysMemberRegisterRegister #sysAll #sysMain .sysFreeArea .page-top_btn a {
	width: 100% !important;
}

.sysCart #sysWrap {
	margin: 100px auto 50px;
}

.sysCart #sysWrap #sysMain {
	padding: 0 20px !important;
	width: 100% !important;
}

.sysCart #sysWrap #sysMain .sysNextSubmitArea .sysNextSubmit {
	width: 100% !important;
}

.sysCart #sysWrap #sysMain .sysItemName a {
	font-size: 14px;
}

.sysCart #sysWrap #sysMain .sysItemRetailPrice {
	font-size: 12px;
}

#sysBasket #sysWrap #sysMain .sysBox > a {
	width: 80px;
}

#sysBasket #sysWrap #sysMain .sysBox .sysProduct {
	width: 75%;
}

#sysBasket #sysWrap #sysMain .sysBox .sysDeleteArea {
	left: 0;
}

#sysBasket #sysWrap #sysMain .sysItemListArea .sysBox {
	padding: 20px 0 60px;
}

#sysBasket #sysWrap #sysMain .sysItemListArea .nav li .sysBox {
	align-items: flex-start;
	margin-bottom: 0;
}

#sysBasket #sysWrap #sysMain .sysItemListArea .nav li .sysBox hr + div {
	margin-left: auto;
}

#sysBasket #sysWrap #sysMain .sysSubTotalArea {
	margin-bottom: 0;
	width: 100%;
}

#sysRegi #sysMain #sysPurchaseAuthMember {
	float: none;
	width: 100%;
}

#sysRegi #sysMain #sysPurchaseAuthMember input[type=submit] {
	width: 100%;
}

#sysRegi #sysMain #sysRegisterForm {
	float: none;
	margin-top: 58px;
	width: 100%;
}

#sysRegi #sysMain #sysPurchaseAuthCustomer {
	float: none;
	width: 100%;
}

#sysRegi #sysMain #sysPurchaseAuthCustomer input[type=submit] {
	width: 100%;
}

.sysOpcBody #sysAll #sysWrap {
	margin: 100px auto 0;
}

.sysOpcBody #sysAll #sysWrap #sysMain {
	padding: 0 20px !important;
	width: 100% !important;
}

.opcDeliveryMethod_completeButton_edit,
.opcPaymentMethod_completeButton_edit {
	width: 100%;
}

input.opcDeliveryMethod_backButton_edit.opcCommonButtonEdit,
input.opcPaymentMethod_backButton_edit.opcCommonButtonEdit {
	width: 100%;
}

.opcBillingAddress_zipCodeAndLabelGroup_edit .opcBillingAddress_zipCode_edit {
	width: 100%;
}

.opcBillingAddress_zipCodeAndLabelGroup_edit .opcBillingAddress_zipCodeSearchButton_edit {
	margin-top: 10px;
}

.opcBillingAddress_genderMaleAndLabelGroup_edit {
	width: auto !important;
}

.opcBillingAddress_genderFemaleAndLabelGroup_edit {
	width: auto !important;
}

.opcBillingAddress_completeButton_edit {
	width: 100% !important;
}

.opcBillingAddress_backButton_edit {
	width: 100% !important;
}

.opcConfirm_order {
	width: 100% !important;
}

.opcOrderBackToBasket_backToBasket {
	width: 100% !important;
}

.opcOrderSummary_priceBreakDownGroup,
.opcBillingAddress,
.opcDeliveryAddress_normalDeliveryAddressGroup,
.opcDeliveryMethod,
.opcPaymentMethod,
.opcRemarks_remarkDescription_edit,
.opcItem_itemNumAndPricesAndLabelGroup {
	font-size: 13px;
}

.opcDeliveryAddress_completeButton_edit {
	width: 100% !important;
}

.opcDeliveryAddress_zipCode_edit {
	width: 100% !important;
}

.opcDeliveryAddress_zipCodeSearchButton_edit {
	margin-top: 10px;
}

.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
	margin: 10px 0 0 !important;
}

#sysThanks #sysAll #sysWrap #sysMain .sysBox > div:first-of-type {
	text-align: left;
}

#sysThanks #sysAll #sysWrap #sysMain .sysBox > div:first-of-type + div {
	text-align: left;
}

#sysThanks #sysAll #sysWrap #sysMain .sysBox .sysCartNote {
	text-align: left;
}

#sysThanks #sysAll #sysWrap #sysMain .sysBox .sysForm form .sysNextSubmit {
	width: 100% !important;
}

#privacypolicy #sysWrap {
	margin: 80px auto 50px;
}

#privacypolicy div#sysMain {
	width: 100% !important;
}

#privacypolicy div#sysMain > .sysFuncText {
	width: 100% !important;
}

#privacypolicy div#sysMain > .sysFuncText .sysHeadline span {
	font-size: 36px;
}

#law #sysWrap {
	margin: 80px auto 50px;
}

#law div#sysMain {
	width: 100% !important;
}

#law div#sysMain > .sysFuncText {
	width: 100% !important;
}

#law div#sysMain > .sysFuncText .sysHeadline span {
	font-size: 36px;
}

#law div#sysMain > .sysFuncText #main_tradelaw dt {
	padding-left: 20px;
}

#corporate #sysWrap {
	margin: 80px auto 50px;
}

#corporate div#sysMain {
	width: 100% !important;
}

#corporate div#sysMain > .sysFuncText {
	width: 100% !important;
}

#corporate div#sysMain > .sysFuncText .sysHeadline span {
	font-size: 36px;
}

.tabelBlockWrap {
	padding: 0 20px;
}

.tabelBlock {
	margin: 40px auto 0;
}

.tabelBlock th {
	font-size: 12px;
	padding: 10px 5px;
	width: 90px;
}

.tabelBlock td {
	font-size: 12px;
	padding: 10px 15px;
	width: calc(100% - 90px);
}

#terms #sysAll #sysWrap,
#shopping-guide #sysAll #sysWrap {
	margin: 80px auto 50px;
}

#terms #sysAll #sysWrap div#sysMain,
#shopping-guide #sysAll #sysWrap div#sysMain {
	width: 100% !important;
}

#terms #sysAll #sysWrap div#sysMain .sysFuncText.s_guide,
#shopping-guide #sysAll #sysWrap div#sysMain .sysFuncText.s_guide {
	width: 100%;
}

#terms #sysAll #sysWrap div#sysMain .guideBlock,
#shopping-guide #sysAll #sysWrap div#sysMain .guideBlock {
	padding-top: 10px !important;
}

#terms #sysAll #sysWrap div#sysMain .guideBlock .txtBlock,
#shopping-guide #sysAll #sysWrap div#sysMain .guideBlock .txtBlock {
	margin: 20px 0;
}

}

@media screen and (max-width: 600px) 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;
}

}

@media screen and (max-width: 600px) and (max-width: 350px) {

/*商品購入ステップ*/

.steps ul {
	width: 275px;
}

.steps li {
	float: left;
	height: 100px;
	padding: 0 2px;
}

.steps li a {
	height: 100px !important;
}

.steps li img {
	height: 100px;
}

}

@media screen and (max-width: 600px) and (max-width: 600px) {

#about #sysAll #sysWrap div#sysMain .p-about-main .p-about-main__text {
	margin-top: 17px;
}

}

@-webkit-keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes fade-underIn {

from {
	opacity: 0;
	transform: translateY(20px);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes fade-underIn {

from {
	opacity: 0;
	transform: translateY(20px);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}

/*会員登録、ログインに関する箇所を非表示にする*/
.header .g_navi li:first-of-type, .header .g_navi li:nth-child(2), .spNavMenu__topList, #howto #sysAll #sysWrap div#sysMain .p-howto-main .p-tryon-register{
display:none;
}


/*-----------------------------------
  宅配試着クーポン
-----------------------------------*/
.coupon_inner {
  max-width: 1080px;
  margin: 0 auto 80px;
}
.coupon_message {
  padding: 0 20px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.coupon_banner {
  margin-bottom: 50px;
}
.coupon_notice {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 24px;
  padding: 0 20px;
  font-size: 15px;
}
.coupon_notice a {
  text-decoration: underline;
}
.sp_banner {
  display: none;
}
@media screen and (max-width:481px ){
  .sp_banner {
    display: block;
  }
  .pctb_banner {
    display: none;
  }
}
@media screen and (max-width:600px){

}
@media screen and (min-width:601px) and (max-width:1100px){

}
@media screen and (min-width:1101px){

}
/* #END_OF_RESOURCE_FILE */
