@charset "UTF-8";

/*
■ 汎用パーツ
■ 全画面キービジュアル
■ フォーム
■ ライブラリー
*/



/* ■ 汎用パーツ ==================================================================================== */


.Page_Home .KeyVisual {
opacity: 0;
transition: opacity .3s linear;
}

.Page_Home .KeyVisual.slick-initialized{
opacity: 1;
}

.slider {
opacity: 0;
transition: opacity .3s linear;
}

.slider.slick-initialized{
opacity: 1;
}


/* 共通 --------------------------------------------------- */

.SectionCheckList .MdsH3 {
position: relative;
padding-left: 34px;
}

.SectionCheckList .MdsH3:before {
position: absolute;
top: 30%;
left: 0;
content: '';
display: inline-block;
width: 19px;
height: 17px;
background-image: url(/img/common/icon/Icon_Check.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
}

.ProductList li a {
display: block;
color: #000;
}

.ProductList li a .Number {
font-size: 80%;
}

.ProductList .ProductName {
font-size: 94%;
}

.ProductList .Price {
font-size: 94%;
}

.ProductList .Price span {
margin-right: 5px;
font-size: 80%;
}

.Stock .Warehouse {
display: inline-block;
background: #000;
color: #fff;
}

.Stock .New {
display: inline-block;
background: #fff;
color: #000;
}

.ProductList li {
line-height: 1.8em;
position: relative;
}

.ProductList li .AddCheckList a {
background: #fff;
border-radius: 5px;
}

.ToCheckList a {
display: inline-block;
background: #fff;
border-radius: 5px;
color: #000;
}

.ProductList .Thumb {
margin-bottom: 10px;
background: #fff;
height: auto;
position: relative;
}

.ProductList .Thumb:before {
content: "";
display: block;
padding-top: 100%;
}

.ProductList .Thumb span {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
/* 中央寄せ */
text-align: center;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.ProductList .Thumb span:before{
content: "";
height: 100%;
vertical-align: middle;
width: 0px;
display: inline-block;
}

.ProductList .Thumb span > *{
  vertical-align: middle;
  display: inline-block;
}

.ProductList .Thumb span img{
max-width: 100%;
height: auto;
max-height: 100%;
}

.ProductList li .ProductName {
margin-top: -1px;
}

.ProductList li .Price {
margin-top: -3px;
}

.ProductList.Index {
width: 100%;
overflow: hidden;
}

@media only screen and (max-width: 767px) {

	.SectionRelationList {
	padding-bottom: 30px;
	}

	.SectionCheckList {
	padding-top: 30px;
	padding-bottom: 30px;
	}

	.SectionCheckList .MdsH3,
	.SectionRelationList .MdsH3 {
	margin-left: 15px;
	}
	
	.ToCheckList {
	margin-left: 15px;
	margin-right: 15px;
	}

	.Stock .Warehouse,
	.Stock .New {
	width: 50%;
	font-size: 67%;
	text-align: center;
	padding: 4px !important;
	line-height: 1.0em;
	}

	.ProductList li {
	padding-right: 5px;
	padding-left: 5px;
	}

	.ProductList li .AddCheckList a {
	margin-right: 5px;
	margin-left: 5px;
	font-size: 87%;
	text-align: center;
	margin-top: 15px;
	padding: 3px;
	width: 100%;
	}

	.ToCheckList {
	margin-top: 55px;
	text-align: center;
	}

	.ToCheckList a {
	width: 100%;
	padding: 3px 0;
	font-size: 94%;
	text-align: center;
	}

}

@media only screen and (max-width: 372px) {

	.ProductList li .AddCheckList a {
	font-size: 67%;
	text-align: center;
	margin-top: 15px;
	padding: 3px;
	width: 100%;
	}

}

@media print, screen and (min-width: 768px) {

	.SectionRelationList {
	max-width: 1090px;
	margin: 0 auto;
	padding: 0 20px 60px 20px;
	}
	
	.SectionCheckListIn {
	max-width: 1090px;
	margin: 0 auto;
	padding: 0 0;
	}

	.ProductList {
	padding-bottom: 20px;
	}

	.Lead2.Stock .Warehouse {
	width: 78px;
	}

	.Stock .Warehouse,
	.Stock .New {
	width: 45%;
	font-size: 80%;
	text-align: center;
	margin-right: 3px;
	padding: 4px !important;
	line-height: 1.0em;
	}

	.ProductList li {
	padding-right: 7px;
	padding-left: 7px;
	}

	.ProductList li .AddCheckList a {
	margin-right: 7px;
	margin-left: 7px;
	position: relative;
	font-size: 87%;
	margin-top: 30px;
	padding: 3px 3px 3px 20px;
	width: 100%;
	}

	.ProductList li .AddCheckList a:before {
	position: absolute;
	top: 30%;
	left: 5px;
	content: '';
	display: inline-block;
	width: 12px;
	height: 11px;
	background-image: url(/img/common/icon/Icon_Check.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
	}

	.ToCheckList {
	margin-top: 65px;
	text-align: center;
	}

	.ToCheckList a {
	width: 200px;
	padding: 8px 0;
	font-size: 94%;
	text-align: center;
	}

}

@media print, screen and (min-width: 1090px) {

	.Stock span {
	width: 78px;
	font-size: 80%;
	text-align: center;
	margin-right: 3px;
	padding: 4px !important;
	line-height: 1.0em;
	}

	.ProductList li .AddCheckList a {
	margin-right: 7px;
	margin-left: 7px;
	position: relative;
	font-size: 87%;
	text-align: center;
	margin-top: 30px;
	padding: 3px;
	width: 85%;
	}

	.ProductList li .AddCheckList a {
	padding-left: 18px;
	}

	.ProductList li .AddCheckList a:before {
	position: absolute;
	top: 30%;
	left: 10px;
	content: '';
	display: inline-block;
	width: 12px;
	height: 11px;
	background-image: url(/img/common/icon/Icon_Check.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
	}

}


/* 左右ボックス --------------------------------------------------- */

.Page_Parts .Photo {
width: 40%;
margin-right: 4%;
padding: 15px;
border: 1px solid #b8b8b8;
}

.Page_Parts .Info {
width: 56%;
padding: 15px;
border: 1px solid #b8b8b8;
}


/* カラム --------------------------------------------------- */

.Page_Parts .Col li {
border: 1px solid #b8b8b8;
}


/* リスト各種 --------------------------------------------------- */

.Page_Parts #list .SectionSub {
padding-bottom: 20px;
border-bottom: 1px solid #e7e7e7;
}


/* FAQ --------------------------------------------------- */

.Page_Parts .FaqQ {
padding-bottom: 20px;
}


/* ボタン --------------------------------------------------- */

.Page_Parts #btn li {
margin-bottom: 15px;
}


/* ボーダー色 --------------------------------------------------- */

.Page_Parts #cbo .Bo {
margin-bottom: 20px;
padding-bottom: 3px;
border-bottom: 1px solid;
}


/* 背景色 --------------------------------------------------- */

.Page_Parts #cbg div {
margin-bottom: 20px;
color: #fff;
}


/* AutoHeightUnit --------------------------------------------------- */

#AutoHeightUnit .Col li {
padding: 10px;
border: 1px solid #ccc;
}


/* アコーディオンメニュー（AccoMenu） --------------------------------------------------- */

#AccoMenu .Level1 {
display: block;
padding: 5px 10px;
border-bottom: solid 1px #ffffff;
background: #c1c1c1;
}

#AccoMenu .Level2 {
display: none;
}

#AccoMenu .Level2 li {
padding: 5px 10px;
border-bottom: solid 1px #ffffff;
background: #ebebeb;
}

#AccoMenu .Level2 a {
display: block;
}


/* タブメニュー --------------------------------------------------- */

.TabMenu {
margin-bottom: 10px;
border-bottom: 2px solid #666;
}

.TabMenu li {
float: left;
width: 32.5%;
margin-right: 1.25%;
}

.TabMenu li:last-child {
margin-right: 0;
}

.TabMenu a {
display: block;
float: left;
width: 100%;
padding: 12px 0 10px 0;
border-radius:  6px 6px 0 0;
line-height: 1.5em;
font-weight: bold;
text-align: center;
background: #ccc;
}

.TabMenu a.Current {
border-radius: 6px 6px 0 0;
color: #fff;
background: #666;
}

.TabContent {
display: none;
text-align: center;
}

.TabContent.Current {
display: block;
}



/* ■ 検索部分 ==================================================================================== */

.Range input[type="number"]::-webkit-outer-spin-button,
.Range input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

.Range input[type="number"] {
-moz-appearance:textfield;
}

@media only screen and (max-width: 767px) {

	.SectionProduct {
	overflow: hidden;
	padding-bottom: 40px !important;
	}

	.SectionProduct.Width1 {
	padding-left: 0;
	padding-right: 0;
	}

	.RefineSearch .SortMds {
	position: relative;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-left: 30px;
	color: #fff;
	font-size: 120%;
	}

	.RefineSearch .SortMds:before {
	position: absolute;
	top: 30%;
	left: 0;
	content: '';
	display: inline-block;
	width: 17px;
	height: 13px;
	background-image: url(/img/common/icon/Icon_Sort.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
	}

	.RefineSearch {
	padding: 40px 0 20px 0;
	}

	.RefineSearch .Range .Mds {
	margin-bottom: 13px;
	}

	.RefineSearch #RangePrice {
	width: 95%;
	text-align: center;
	margin: 0 0 13px 10px;
	}

	.RefineSearch #RangePrice2 {
	width: 95%;
	text-align: center;
	margin: 0 0 13px 10px;
	}

	.RefineSearchList label {
	display: block;
	margin-bottom: 7px;
	}

	.RefineSearchList .Category p {
	margin-bottom: 5px;
	}

	.RefineSearch .Range .InputPrice1,
	.RefineSearch .Range .InputPrice2 {
	width: 40%;
	height: 2.4em;
	line-height: 2.4em;
    margin-bottom: 10px;
    text-align: right;
    border-radius: 5px !important;
    background-image: none !important;
	}
	
	.RefineSearch .Stock .InputStock {
	height: 2.4em;
	line-height: 2.4em;
	}

	.RefineSearch .Mds,
	.RefineSearch li {
	color: #fff;
	}

	.RefineSearch .Range .En {
	display: inline-block;
	margin-left: 3px;
	}

	.Page_ProductIndex .ProductUnit .Width1 {
	padding-left: 0;
	padding-right: 0;
	}

}

@media print, screen and (min-width: 768px) {

	.SectionCheckList,
	.SectionRelationList {
	padding-top: 50px;
	padding-bottom: 80px;
	padding-left: 50px;
	padding-right: 50px;
	}

	.SectionRelationList {
	clear: both;
	border-top: 1px solid #d7d7d7;
	}

	.SectionProduct {
	overflow: hidden;
	padding-bottom: 80px !important;
	}

	.SectionProductIn {
	padding-bottom: 5px !important;
	overflow: hidden;
	}

	.RefineSearch {
	width: 25%;
	float: left;
	background: #9a9ca3;
	padding: 25px;
	box-sizing: border-box;
	}

	.RefineSearch label {
	display: block;
	}

	.RefineSearch .Mds,
	.RefineSearch li {
	color: #fff;
	}
	
	.RefineSearch .SortMds {
	position: relative;
	margin-bottom: 20px;
	padding-left: 30px;
	color: #fff;
	font-size: 120%;
	}

	.RefineSearch .SortMds:before {
	position: absolute;
	top: 30%;
	left: 0;
	content: '';
	display: inline-block;
	width: 17px;
	height: 13px;
	background-image: url(/img/common/icon/Icon_Sort.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
	}

	.RefineSearch #RangePrice {
	width: 95%;
	text-align: center;
	margin: 0 0 13px 10px;
	}
	
	.RefineSearch .Range .InputPrice1,
	.RefineSearch .Range .InputPrice2 {
	width: 35%;
    margin-bottom: 10px;
    text-align: right;
    border-radius: 5px !important;
    background-image: none !important;
	}

	.RefineSearch .Range .En {
	display: inline-block;
	margin-left: 3px;
	}

}

@media print, screen and (min-width: 1090px) {


	.SectionRelationList {
	padding-right: 0;
	padding-left: 0;	
	}

}



/* ■ トップ（Page_Home） ================================================================ */

.BtnL.BtnSearch {
border:none !important;
}

.Page_Home .SectionUnit a {
color: #000;
}

.Page_Home .SectionUnit .MdsH2 {
font-weight: normal;
border-bottom: none;
}

.Page_Home .SectionUnit .MdsH2 .Jp {
font-size: 50%;
}

.Page_Home .SectionNews .Day {
margin-bottom: 8px;
}

.Page_Home .SectionNews .Day .Cate {
display: inline-block;
width: 80px;
font-size: 74%;
background: #fff;
margin-left: 20px;
padding: 4px 0;
line-height: 1.0em;
text-align: center;
}

.Page_Home .SectionNews .NewsUnit {
border-bottom: 1px solid #d2d2d2;
}

.Page_Home .SectionCategory li a {
display: block;
background: #fff;
}

.Page_Home .SectionCountry a,
.Page_Home .SectionTaste a {
display: block;
}

.Page_Home .KeyVisual li a {
color: #000;
display: block;
}

.KeyVisual{
opacity: 0;
transition: opacity .3s linear;
}
.KeyVisual.slick-initialized{
opacity: 1;
}

.Page_Home .SectionColor {
width: 100%;
overflow: hidden;
}

.Page_Home .SectionColor li {
float: left;
}

.Page_Home .SectionColor li a {
display: block;
border-radius: 4px;
}

@media only screen and (max-width: 767px) {

	.Page_Home .KeyVisual {
	padding-top: 65px;
	}

	.Page_Home .KeyVisualWrap {
	position: relative;
	margin-bottom: 50px;
	}

	.Page_Home .KeyVisual li {
	position: relative;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 70px;
	}

	.Page_Home .KeyVisualWrap .slick-dots {
	bottom: -60px;
	}

	.Page_Home .KeyVisualWrap .slick-dots li {
	padding-bottom: 0;
	}

	.Page_Home .KeyVisualWrap .Panel {
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 30px;
	margin: auto;
	padding: 30px 25px;
	z-index: 10;
	background: #fff url(/img/home/Allow.png) no-repeat;
	background-size: 30px 30px;
	background-position: 100% 100%;
	}

	.Page_Home .KeyVisualWrap .Panel .Mds {
	font-size: 147%;
	font-weight: bold;
	}

	.Page_Home .KeyVisualWrap .Panel .Txt {
	font-size: 87%;
	}

	.Page_Home .SectionUnit .MdsH2 {
	margin-bottom: 0;
	font-size: 174%;
	line-height: 1.0em;
	}

	.Page_Home .SectionNews .Jp {
	margin-left: 10px;
	}

	.Page_Home .SectionNews .NewsUnit {
	padding-bottom: 20px;
	margin-bottom: 20px;
	}

	.Page_Home .SectionNews .Day .Cate {
	margin-left: 10px;
	font-size: 87%;
	}

	.Page_Home .SectionCheckList .Width1 {
	padding: 30px 0 40px 0;
	}


	.Page_Home .SectionRelated {
	padding: 30px 0 40px 0;	
	}

	.Page_Home .SectionRelated .MdsH2 {
	font-size: 114%;
	border-bottom: none;
	}

	.Page_Home .SectionRelated .RelatedList {
	width: 100%;
	overflow: hidden;
	}

	.Page_Home .SectionRelated .RelatedList li {
	margin-bottom: 20px;
	}

	.Page_Home .SectionRelated .RelatedList li:last-child {
	margin-right: 0;
	}

	.Page_Home .SectionRelated .RelatedList li .Txt {
	font-size: 87%;
	}

	.Page_Home .SectionRelated .RelatedList li .Thumb {
	margin-bottom: 10px;
	}

	.Page_Home .SectionCategory {
	padding-bottom: 30px;
	}

	.Page_Home .SectionCategory li {
	margin-bottom: 3px;
	}

	.Page_Home .SectionCategory li a {
	position: relative;
	height: 69px;
	font-size: 107%;
	padding: 15px 0 15px 100px;
	}

	.Page_Home .SectionCategory li a span {
	line-height: 2.6em;
	}

	.Page_Home .SectionCategory li a:after {
	position: absolute;
	top: 43%;
	right: 10px;
	content: '';
	display: inline-block;
	width: 6px;
	height: 10px;
	background-image: url(/img/common/icon/Icon_AllowR.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;	
	}

	.Page_Home .SectionCategory a .Thumb {
	position: absolute;
	top: 2px;
	left: 5px;
	content: '';
	display: inline-block;
	width: 80px;
	height: 63px;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
	}

	.Page_Home .SectionCountry,
	.Page_Home .SectionTaste {
	padding-bottom: 50px;
	}

	.Page_Home .SectionCountry ul,
	.Page_Home .SectionTaste ul {
	width: 100%;
	overflow: hidden;
	}

	.Page_Home .SectionCountry .Thumb,
	.Page_Home .SectionTaste .Thumb {
	margin-bottom: 5px;
	}

	.Page_Home .SectionCountry .Mds,
	.Page_Home .SectionTaste .Mds {
	font-size: 107%;
	}

	.Page_Home .SectionCountry .Jp,
	.Page_Home .SectionTaste .Jp
	 {
	margin-left: 6px;
	}

	.Page_Home .SectionCountry .Txt,
	.Page_Home .SectionTaste .Txt {
	font-size: 87%;
	}

	.Page_Home .SectionCountry li,
	.Page_Home .SectionTaste li {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 30px;
	}

	.Page_Home .SectionCountry li:nth-child(2n),
	.Page_Home .SectionTaste li:nth-child(2n) {
	margin-right: 0;
	}
	
	.Page_Home .ToCheckList {
	margin-left: 15px;
	margin-right: 15px;
	}

	.Page_Home .SectionProduct {
	padding-bottom: 0 !important;
	}

	.Page_Home .SectionColor li {
	width: 48.5%;
	margin-right: 3%;
	}

	.Page_Home .SectionColor {
	margin-top: 30px;
	margin-bottom: 40px;
	}

	.Page_Home .SectionColor li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 15px;
	float: left;
	text-align: center;
	}

	.Page_Home .SectionColor li:nth-child(3n) {
	margin-right: 0;
	}

	.Page_Home .SectionColor li .Thumb {
	width: 70%;
	margin: 0 auto;
	padding: 5px;
	box-sizing: border-box;
/* 	background: #fff; */
	}

	.Page_Home .SectionColor li .Txt {
	margin-top: 8px;
	font-size: 87%;
	letter-spacing: -0.07em;
	}


}

@media print, screen and (min-width: 768px) {

	.Page_Home .KeyVisualWrap {
	position: relative;
	margin-bottom: 50px;
	}
	
	.Page_Home .KeyVisual {
	margin-top: 40px;
	}

	.Page_Home .KeyVisual li {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	max-height: 480px;
	}

	.Page_Home .KeyVisual li a:after {
	position: absolute;
	bottom: 0;
	right: 15px;
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(/img/home/Allow.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
	}
	
	.Page_Home .KeyVisual .slick-dots {
	width: 22%;
	left: 0;
	}

	.Page_Home .KeyVisual .slick-dots li {
	margin-left: 0;
	margin-right: 0;
	}

	.Page_Home .KeyVisual .slick-dots li:after {
	display: none;
	}

	.Page_Home .KeyVisualWrap .Panel {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	right: 7%;
	width: auto;
	height: auto;
	padding: 20px 25px;
	z-index: 1000;
	background: #fff;
	background-size: 30px 30px;
	background-position: 100% 100%;
	}

	.Page_Home .KeyVisualWrap .Panel .Mds {
	font-size: 174%;
	font-weight: bold;
	}

	.Page_Home .KeyVisualWrap .Panel .Txt {
	font-size: 120%;
	}

	.Page_Home .SectionNews {
	margin-top: 90px;
	width: 100%;
	overflow: auto;
	}

	.Page_Home .SectionUnit .MdsH2 {
	margin-bottom: 5px;
	font-size: 254%;
	line-height: 1.0em;
	}

	.Page_Home .SectionNews .MdsH2 span,
	.Page_Home .SectionProduct .MdsH2 span {
	display: block;
	margin-left: 0;
	}

	.Page_Home .SectionUnit .MdsH2 span,
	.Page_Home .SectionUnit .MdsH2 span {
	margin-left: 10px;
	}

	.Page_Home .SectionNews .MdsH2,
	.Page_Home .SectionProduct .MdsH2 {
	float: left;
	width: 25%;
	}
	
	.Page_Home .SectionNews .NewsWrap,
	.Page_Home .SectionProduct .RefineSearchWrap {
	float: right;
	width: 75%;
	}

	.Page_Home .SectionNews .NewsWrap {
	padding-bottom: 25px;
	}

	.Page_Home .SectionNews .NewsUnit {
	padding-bottom: 30px;
	margin-bottom: 30px;
	}

	.Page_Home .SectionNews .NewsWrap .Day {
	font-size: 97%;
	}

	.Page_Home .SectionProduct {
	padding: 30px 0 50px 0;	
	}

	.Page_Home .RefineSearch {
	width: 100%;
	float: none;
	}

	.Page_Home .SectionProduct .MdsH2 {
	color: #fff;
	}

	.Page_Home .SectionProduct .RefineSearchList {
	}

	.Page_Home .SectionProduct .RefineSearchList li {
	float: left;
	margin-left: 10px;
	width: 43% !important;
	}

	.Page_Home .SectionProduct .RefineSearchList .InputStock {
	width: 100% !important;
	}

	.Page_Home .Category,
	.Page_Home .Color,
	.Page_Home .Country,
	.Page_Home .Taste {
	width: 23%;
	margin-left: 1%;
	}

	.Page_Home .Category {
	margin-left 0:
	}

	.Page_Home .SectionProduct .Range {
	width: 120px;
	}

	.Page_Home .SectionProduct .FormAction {
	text-align: left;
	padding-top: 30px;
	}

	.Page_Home .SectionProduct .FormAction p {
	width: 160px;
	margin-bottom: 15px;
	} 

	.Page_Home .RefineSearchWrap .Detail {
	float: left;
	width: 60%;
	}

	.Page_Home .RefineSearchWrap .FormAction {
	float: right;
	width: 40%;
	}

	.Page_Home .SectionRelated {
	padding: 60px 0 100px 0;	
	}

	.Page_Home .SectionRelated .MdsH2 {
	font-size: 120%;
	border-bottom: none;
	}

	.Page_Home .SectionRelated .RelatedList {
	width: 100%;
	overflow: hidden;
	}

	.Page_Home .SectionRelated .RelatedList li {
	float: left;
	width: 30%;
	margin-right: 5%;
	}

	.Page_Home .SectionRelated .RelatedList li:last-child {
	margin-right: 0;
	}

	.Page_Home .SectionRelated .RelatedList li .Txt {
	font-size: 94%;
	}

	.Page_Home .SectionRelated .RelatedList li .Thumb {
	margin-bottom: 10px;
	}

	.Page_Home .SectionProduct .RefineSearchList .Stock {
	width: 100px;
	}
	
	.Page_Home .SectionProduct .RefineSearchList .InputStock {
	width: 90px;
	}
	
	.Page_Home .SectionProduct .RefineSearch #RangePrice {
	width: 85%;
	}

	.Page_Home .SectionCountry,
	.Page_Home .SectionTaste {
	padding-bottom: 100px;
	}

	.Page_Home .SectionCountry ul,
	.Page_Home .SectionTaste ul {
	width: 100%;
	overflow: hidden;
	}

	.Page_Home .SectionCountry .Thumb,
	.Page_Home .SectionTaste .Thumb {
	margin-bottom: 5px;
	}

	.Page_Home .SectionCountry .Mds,
	.Page_Home .SectionTaste .Mds {
	font-size: 107%;
	line-height: 1.4em;
	}

	.Page_Home .SectionCountry .Txt,
	.Page_Home .SectionTaste .Txt {
	font-size: 94%;
	}

	.Page_Home .SectionCountry li,
	.Page_Home .SectionTaste li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
	}

	.Page_Home .SectionCountry li:nth-child(3n),
	.Page_Home .SectionTaste li:nth-child(3n) {
	margin-right: 0;
	}

	.Page_Home .SectionCategory {
	padding-bottom: 100px;
	}

	.Page_Home .CategoryList {
	width: 100%;
	overflow: hidden;
	}

	.Page_Home .SectionCategory li {
	margin-bottom: 3px;
	float: left;
	width: 24.5%;
	margin-right: 0.66%;
	margin-bottom: 7px;
	}

	.Page_Home .SectionCategory li:nth-child(4n) {
	margin-right: 0;	
	}

	.Page_Home .SectionCategory li a {
	position: relative;
	padding: 160px 0 15px 0;
	height: 200px;
	text-align: center;
	}

	.Page_Home .SectionCategory a .Thumb {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	display: inline-block;
	width: 183px;
	height: 145px;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
	}

	.Page_Home .CategoryList li span {
	font-size: 107%;
	}

	.Page_Home .FormUnit .FormAction {
	margin-top: 0 !important;
	}
	
	.Page_Home .SectionColor {
	padding-bottom: 100px;
	}

	.Page_Home .SectionColor li {
	width: 10%;
	margin-right: 1.2%;
	margin-bottom: 25px;
	float: left;
	text-align: center;
	}

	.Page_Home .SectionColor li:last-child {
	margin-right: 0;
	}

	.Page_Home .SectionColor li .Thumb {
	box-sizing: border-box;
/* 	background: #fff; */
	}

	.Page_Home .SectionColor li .Txt {
	margin-top: 8px;
	font-size: 87%;
	letter-spacing: -0.05em;
	}

}

@media print, screen and (min-width: 1090px) {
	
	.Page_Home .KeyVisual li a:after {
	bottom: -10px;
	}

	.Page_Home .KeyVisualWrap .Panel {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	right: 7%;
	width: auto;
	height: auto;
	padding: 30px 25px;
	z-index: 1000;
	background: #fff;
	background-size: 30px 30px;
	background-position: 100% 100%;
	}

	.Page_Home .KeyVisualWrap .Panel .Mds {
	font-size: 228%;
	font-weight: bold;
	}

	.Page_Home .SectionProduct {
	padding: 60px 0 100px 0;
	margin-bottom: 100px;
	}

	.Page_Home .SectionNews .NewsWrap {
	padding-bottom: 65px;
	}

	.Page_Home .SectionNews {
	margin-top: 140px;
	width: 100%;
	overflow: auto;
	}

	.Page_Home .SectionProduct .Range {
	width: 190px;
	}

}





/* ■ 商品一覧（Page_ProductIndex） ================================================================ */

.Page_ProductIndex .ProductUnit .FormUnit select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 0;
outline: none;
height: 2.0em;
}

.Page_ProductIndex .ProductUnit .FormUnit select.dispnum {
width: auto;
}

.Page_ProductIndex .ProductUnit .Result span {
color: #d7d7d7;
}

.Page_ProductIndex .SectionRelationList .ProductList .SpecList li {
float: none;
width: 100%;
margin-bottom: 0;
}

.Page_ProductIndex .ProductUnit .FormUnit .Result,
.Page_ProductIndex .ProductUnit .FormUnit .Mds,
.Page_ProductIndex .ProductUnit .FormUnit .p-region {
display: inline-block;
}

.Page_ProductIndex .ProductUnit .Lead2 {
font-size: 94%;
}

.PopUnit {
background: #fff;
position: relative;
}

.PopUnit .Lead {
position: relative;
background: #fff;
}

.PopUnit .Lead:before {
position: absolute;
top: 30%;
left: 0;
content: '';
display: inline-block;
width: 31px;
height: 31px;
background-image: url(/img/page/index/Icon_Check.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
}

.PopUnit .Check a {
color: #000;
}

.Page_ProductIndex .PopUnit .Close a {
color: #000;
}

.Page_ProductIndex .SectionRelationList {
border-top: none;
}

.Page_ProductIndex .SectionCategory li a {
display: block;
background: #fff;
}


@media only screen and (max-width: 767px) {

	.Page_ProductIndex {
	padding: 0 15px;
	}

	.Page_ProductIndex .FormUnit {
	margin-bottom: 10px;
	}

	.Page_ProductIndex .Lead2.Stock .Warehouse {
	width: 80px;
	margin-right: 5px;
	}
	
	.Page_ProductIndex .SectionRelationList.Width1 {
	padding: 0;
	}

	.Page_ProductIndex .ProductUnit .Lead2 {
	margin-bottom: 20px;
	}

	.Page_ProductIndex .SectionRelationList .ProductList li {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 30px;
	}

	.Page_ProductIndex .SectionRelationList .ProductList li:nth-child(2n) {
	margin-right: 0;
	}

	.Page_ProductIndex .SectionRelationList .ProductList li a {
	padding: 0;
	}

	.Page_ProductIndex .SectionCheckList .Width1 {
	padding-right: 0;
	padding-left: 0;
	}

	.Page_ProductIndex .SectionCheckList .MdsH3, .Page_ProductIndex .SectionRelationList .MdsH3 {
	margin-left: 15px;
	}

	.Page_ProductIndex .SectionCheckList {
	padding-top: 30px;
	padding-bottom: 30px;
	}

	.Page_ProductIndex .ToCheckList {
	margin-left: 15px;
	margin-right: 15px;
	}
	
	.PopUnit {
	width: 90%;
	padding: 60px 20px 20px 20px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}

	.PopUnit .Lead {
	position: relative;
	font-size: 127%;
	}

	.PopUnit .Lead:before {
	position: absolute;
	top: -100%;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	content: '';
	display: inline-block;
	width: 31px;
	height: 31px;
	background-image: url(/img/page/index/Icon_Check.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
	}

	.PopUnit .Check {
	width: 100%;
	margin-top: 30px;
	padding: 5px 0;
	border-radius: 6px;
	border:1px solid #000;
	font-size: 107%;
	box-sizing: border-box;
	}

	.PopUnit .Close {
	width: 100%;
	margin-top: 10px;
	padding: 5px 0;
	border-radius: 6px;
	border:1px solid #000;
	font-size: 107%;
	box-sizing: border-box;
	}

	.Page_ProductIndex .SectionCategory {
	padding-bottom: 30px;
	}

	.Page_ProductIndex .SectionCategory li {
	margin-bottom: 3px;
	}

	.Page_ProductIndex .SectionCategory li a {
	position: relative;
	height: 69px;
	font-size: 107%;
	padding: 15px 0 15px 100px;
	}

	.Page_ProductIndex .SectionCategory li a span {
	line-height: 2.6em;
	}

	.Page_ProductIndex .SectionCategory li a:after {
	position: absolute;
	top: 43%;
	right: 10px;
	content: '';
	display: inline-block;
	width: 6px;
	height: 10px;
	background-image: url(/img/common/icon/Icon_AllowR.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;	
	}

	.Page_ProductIndex .SectionCategory a .Thumb {
	position: absolute;
	top: 2px;
	left: 5px;
	content: '';
	display: inline-block;
	width: 80px;
	height: 63px;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_ProductIndex .PopUnit {
	padding: 45px;
	box-sizing: border-box;
	}

	.PopUnit .Lead {
	padding-top: 80px;
	}

	.PopUnit .Lead:before {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	content: '';
	display: inline-block;
	width: 47px;
	height: 39px;
	background-image: url(/img/page/index/Icon_Check.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	}

	.PopUnit .Check {
	display: inline-block;
	width: 50%;
	margin-top: 30px;
	padding: 5px 0;
	border-radius: 6px;
	border:1px solid #000;
	font-size: 107%;
	box-sizing: border-box;
	}

	.PopUnit .Close {
	display: inline-block;
	width: 40%;
	margin-top: 40px;
	padding: 5px 0;
	border-radius: 6px;
	border:1px solid #000;
	font-size: 107%;
	box-sizing: border-box;
	}

	.Page_ProductIndex .SectionRelationList .ProductList li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 50px;
	}

	.Page_ProductIndex .SectionRelationList .ProductList li {
	padding-left: 0;
	padding-right: 0;
	}

	.Page_ProductIndex .SectionRelationList .ProductList li:nth-child(3n) {
	margin-right: 0;	
	}

	.Page_ProductIndex .ProductUnit {
	width: 75%;
	float: right;
	padding-left: 30px;
	box-sizing: border-box;
	}

	.Page_ProductIndex .ProductUnit .Width1 {
	padding: 0;
	}
	
	.Page_ProductIndex .SectionRelationList {
	margin-top: 50px;
	}

	.Page_ProductIndex .ProductUnit {
	position: relative;
	}

	.Page_ProductIndex .ProductUnit .FormUnit {
	position: absolute;
	top: 0;
	right: 0;
	}

	.Page_ProductIndex .ProductUnit .FormUnit .p-region {
	width: 85px;
	}

	.PopUnit {
	width: 65%;
	padding: 50px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}

	.PopUnit .Lead {
	position: relative;
	font-size: 174%;
	}


	.Page_ProductIndex .SectionCategory {
	padding-bottom: 100px;
	}

	.Page_ProductIndex .CategoryList {
	width: 100%;
	overflow: hidden;
	}

	.Page_ProductIndex .SectionCategory li {
	margin-bottom: 3px;
	float: left;
	width: 24.5%;
	margin-right: 0.66%;
	margin-bottom: 5px;
	}

	.Page_ProductIndex .SectionCategory li:nth-child(4n) {
	margin-right: 0;	
	}

	.Page_ProductIndex .SectionCategory li a {
	position: relative;
	padding: 15px;
	text-align: center;
	}

	.Page_ProductIndex .SectionCategory a .Thumb {
	width: 90%;
	height: auto;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
	}

	.Page_ProductIndex .CategoryList li span {
	font-size: 94%;
	}

}

@media print, screen and (min-width: 1090px) {

	.PopUnit {
	width: 40%;
	}

	.Page_ProductIndex .SectionRelationList .ProductList li {
	float: left;
	width: 24%;
	margin-right: 1.3%;
	margin-bottom: 50px;
	}

	.Page_ProductIndex .SectionRelationList .ProductList li:nth-child(3n) {
	margin-right: 1.3%;
	}

	.Page_ProductIndex .SectionRelationList .ProductList li:nth-child(4n) {
	margin-right: 0;
	}

	.Page_ProductIndex .SectionCategory li a {
	position: relative;
	text-align: center;
	}

	.Page_ProductIndex .CategoryList li span {
	font-size: 107%;
	}

}



/* ■ 商品詳細（Page_ProductDetail） ================================================================ */

.Page_ProductDetail .Stock .Warehouse {
display: inline-block;
background: #000;
color: #fff;
}

.Page_ProductDetail .Stock .New {
display: inline-block;
background: #fff;
color: #000;
}

.Page_ProductDetail .ProductSpec .AddCheckList a {
display: block;
position: relative;
width: 100%;
color: #000;
background: #fff;
text-align: center;
padding: 15px;
border-radius: 5px;
}

.Page_ProductDetail .ProductSpec .AddCheckList a:before {
position: absolute;
top: 35%;
left: 45px;
content: '';
display: inline-block;
width: 16px;
height: 13px;
background-image: url(/img/common/icon/Icon_Check.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
}

.Page_ProductDetail .ProductSpec .DLHori {
border-top: 1px solid #d7d7d7;
}

.Page_ProductDetail .ProductSpec .Color {
border-bottom: none;
}

.Page_ProductDetail .ProductSpec .Size {
border-bottom: none;
}
	
.Page_ProductDetail .ProductSpec .ProductTxt {
font-size: 94%;
}

.Page_ProductDetail .Main,
.ProductThumbList .Photo {
background: #fff;
height: auto;
position: relative;
}

.Page_ProductDetail .Main:before,
.ProductThumbList .Photo:before {
content: "";
display: block;
padding-top: 100%;
}

.Page_ProductDetail .Main span,
.ProductThumbList .Photo span {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
/* 中央寄せ */
text-align: center;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

.Page_ProductDetail .Main span:before,
.ProductThumbList .Photo span:before {
content: "";
height: 100%;
vertical-align: middle;
width: 0px;
display: inline-block;
}

.Page_ProductDetail .Main span > * ,
.ProductThumbList .Photo span > * {
vertical-align: middle;
display: inline-block;
}

.Page_ProductDetail .Main span img,
.ProductThumbList .Photo span img {
max-width: 100%;
height: auto;
max-height: 100%;
}

.Page_ProductDetail .ProductSpec .DLHori dt {
font-weight: normal;
}

@media only screen and (max-width: 767px) {

	.Page_ProductDetail .Width2 {
	padding: 0 !important;
	}

	.Page_ProductDetail .ProductThumbList li {
	padding-left: 5px;
	padding-right: 5px;
	}

	.Page_ProductDetail .SectionCheckList .Width1,
	.Page_ProductDetail .SectionRelationList.Width1 {
	padding-right: 0;
	padding-left: 0;
	}
	
	.Page_ProductDetail .ProductThumb .Date {
	margin-top: 10px;
	}

	.Page_ProductDetail .ProductList .Stock .Warehouse,
	.Page_ProductDetail .ProductList .Stock .New {
	width: 50%;
	font-size: 67%;
	text-align: center;
	padding: 4px !important;
	line-height: 1.0em;
	box-sizing: border-box;
	}
	
	.Page_ProductDetail .ProductSpec {
	padding: 40px 15px 0 15px;
	}
	
	.Page_ProductDetail .ProductSpec .AddCheckList {
	padding-bottom: 45px;
	border-bottom: 1px solid #d7d7d7;
	}
	
	.Page_ProductDetail .ProductSpec .Number {
	font-size: 94%;
	}
	
	.Page_ProductDetail .ProductSpec .ProductName {
	font-size: 160%;
	}

	.Page_ProductDetail .ProductSpec .Stock .Warehouse,
	.Page_ProductDetail .ProductSpec .Stock .New {
	width: 74px;
	font-size: 67%;
	text-align: center;
	margin-right: 3px;
	padding: 4px !important;
	line-height: 1.0em;
	}

	.Page_ProductDetail .ProductSpec .ProductTxt {
	margin-top: 15px;
	}
	
	.Page_ProductDetail .ProductSpec .DLHori {
	margin-top: 15px;
	border-top: 1px solid #d7d7d7;
	}

	.Page_ProductDetail .ProductSpec .DLHori dt {
	width: 20%;
	font-weight: normal;
	font-size: 94%;
	}

	.Page_ProductDetail .ProductSpec .Price dt {
	width: 40%;
	vertical-align: middle;
	}

	.Page_ProductDetail .ProductSpec .Price dd {
	font-size: 160%;
	text-align: right;
	}

	.Page_ProductDetail .ProductSpec .Price dd span {
	font-size: 60%;
	}
	
	.Page_ProductDetail .ProductSpec .AddCheckList a {
	font-size: 127%;
	}

	.Page_ProductDetail .ProductSpec .AddCheckList a:before {
	position: absolute;
	top: 38%;
	left: 45px;
	width: 16px;
	height: 13px;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_ProductDetail .ProductSpec .AddCheckList a:before {
	position: absolute;
	top: 35%;
	left: 15%;
	content: '';
	display: inline-block;
	width: 16px;
	height: 13px;
	background-image: url(/img/common/icon/Icon_Check.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
	}

	.Page_ProductDetail .ProductSpec .AddCheckList a {
	padding-left: 35px;
	}
	
	.Page_ProductDetail .ProductSpec .DLHori {
	margin-top: 30px;	
	}

	.Page_ProductDetail .ProductUnit {
	width: 75%;
	float: right;
	}
	
	.Page_ProductDetail .ProductThumb {
	width: 60%;
	float: left;
	padding-left: 30px;
	box-sizing: border-box;
	}

	.Page_ProductDetail .ProductThumb .Date {
	margin-top: 7px;
	font-size: 87%;
	}

	.Page_ProductDetail .ProductSpec {
	width: 40%;
	float: right;
	padding-left: 30px;
	box-sizing: border-box;
	}
	
	.Page_ProductDetail .ProductThumbList {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	}

	.Page_ProductDetail .ProductThumbList li {
	float: left;
	width: 24%;
	margin-right: 1.3%;
	margin-bottom: 6px;
	}

	.Page_ProductDetail .ProductThumbList li:nth-child(4n) {
	margin-right: 0;
	}

	.Page_ProductDetail .ProductSpec .Price dt {
	vertical-align: middle;
	}

	.Page_ProductDetail .ProductSpec .Price dd {
	font-size: 174%;
	text-align: right;
	}

	.Page_ProductDetail .ProductSpec .Price dd span {
	font-size: 80%;
	}

	.Page_ProductDetail .ProductSpec .Size dt,
	.Page_ProductDetail .ProductSpec .Color dt,	
	.Page_ProductDetail .ProductSpec .Stock dt {
	width: 100%;
	display: block;
	}

	.Page_ProductDetail .ProductSpec .Size dd,
	.Page_ProductDetail .ProductSpec .Color dd,	
	.Page_ProductDetail .ProductSpec .Stock dd {
	display: block;
	margin: 0;
	}

	.Page_ProductDetail .ProductSpec .Size dt,
	.Page_ProductDetail .ProductSpec .Size dd {
	padding: 15px 0 0 0;
	}
	
	.Page_ProductDetail .ProductSpec .Color dt,
	.Page_ProductDetail .ProductSpec .Color dd {
	padding: 5px 0;	
	}
	
	.Page_ProductDetail .ProductSpec .Stock dt,
	.Page_ProductDetail .ProductSpec .Stock dd {
	padding: 0 0 15px 0;
	}

	.Page_ProductDetail .ProductSpec .Number {
	margin-bottom: 10px;
	}

	.Page_ProductDetail .ProductSpec .ProductName {
	font-size: 187%;
	line-height: 1.2em;
	margin-bottom: 7px;
	}

	.Page_ProductDetail .Stock {
	margin-bottom: 15px;
	}

	.Page_ProductDetail .Stock .Warehouse,
	.Page_ProductDetail .Stock .New {
	width: 78px;
	font-size: 80%;
	text-align: center;
	margin-right: 3px;
	padding: 4px !important;
	line-height: 1.0em;
	}


}

@media print, screen and (min-width: 1090px) {


	.Page_ProductDetail .ProductSpec .AddCheckList a {
	padding-left: 15px;
	}

	.Page_ProductDetail .ProductSpec .AddCheckList a:before {
	position: absolute;
	top: 35%;
	left: 15%;
	content: '';
	display: inline-block;
	width: 16px;
	height: 13px;
	background-image: url(/img/common/icon/Icon_Check.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
	}

	.Page_ProductDetail .ProductSpec .Size dt,
	.Page_ProductDetail .ProductSpec .Color dt,	
	.Page_ProductDetail .ProductSpec .Stock dt {
	width: 25%;
	display: table-cell;
	}

	.Page_ProductDetail .ProductSpec .Size dd,
	.Page_ProductDetail .ProductSpec .Color dd,	
	.Page_ProductDetail .ProductSpec .Stock dd {
	display: table-cell;
	}

}


/* ■ チェックフォーム（Page_CheckForm） ================================================================ */

.Page_CheckForm .DecisionUnit {
background: #dbdee6;
}

.Page_CheckForm .FormIn dt,
.Page_CheckForm .FormIn dd {
border-bottom: none;
display: block !important;
margin: 0;
}

.Page_CheckForm input:checked + .cart_how2,
.Page_CheckForm input:checked + .cart_how3 {
width: 100%;
background: #dbdee6;
border-radius: 4px 4px 0 0;
}

.Page_CheckForm .SelectBtn {
width: 100%;
overflow: hidden;
}

.Page_CheckForm .SelectBtn li {
float: left;
}

.Page_CheckForm .DayUnit .Period {
display: inline-block;
}

.Page_CheckForm .DecisionUnit .Caution p {
color: #f2155e;
}

.Page_CheckForm .DecisionUnit dt {
width: 100%;
padding: 0 0 5px 0;
}

.Page_CheckForm .DecisionUnit dd {
padding: 0 0 7px 0;
}

.Page_CheckForm .DecisionUnit .Required {
display: inline-block;

}

.Page_CheckForm .DecisionUnit .Required:before {
top: 20%;
right: -50px;
display: inline-block;
}

.Page_CheckForm .SectionDelivery .ListKomeS {
margin-top: 10px;
color: #f2155e;
}

.Page_CheckForm .SectionForm .MdsH1 {
border-bottom: none;
}


.Page_CheckForm .SelectBtn label {
height: 56px;
line-height: 56px !important;
display: block;
}
	
.Page_CheckForm .FormUnit select {
height: 3.0em;	
}

.Page_CheckForm .text,
.Page_CheckForm .credit,
.Page_CheckForm .delivery,
.Page_CheckForm .payment,
.Page_CheckForm .credit_Quote {
display: none;
}

.Page_CheckForm .text01,
.Page_CheckForm .credit01,
.Page_CheckForm .delivery01,
.Page_CheckForm .payment01,
.Page_CheckForm .credit_Quote01 {
display: block;
}

.CarryIn_Time_Unit {
display: none;
}

.CarryOut_Time_Unit {
display: none;
}

.Page_CheckForm .use_icon {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.Page_CheckForm.Arissa .Txt {
margin-top: 7px;
font-size: 86%;
}

.Page_CheckForm.Arissa .Txt3 {
margin-top: 50px;
margin-bottom: 20px;
font-size: 107%;
}

.Page_CheckForm .BtnL {
background: #fff !important;
}

.Page_CheckForm .Confirm th {
text-align: left;
}

@media only screen and (max-width: 767px) {

	.Page_CheckForm .ListKomeS {
	margin-bottom: 20px;
	}

	.Page_CheckForm.Contact .Lead {
	margin-bottom: 30px;
	}

	.Page_CheckForm .SectionForm {
	margin-bottom: 60px;
	}

	.Page_CheckForm .FormUnitWrap {
	border-top: 1px solid #d7d7d7;
	}

	.Page_CheckForm .FormUnitWrap dl {
	border-bottom: 1px solid #d7d7d7;
	}

	.Page_CheckForm .DecisionUnit {
	padding: 20px;
	}

	.Page_CheckForm .FormUnit dt {
	padding: 0;
	font-size: 100% !important;
	}

	.Page_CheckForm .Required {
	display: inline-block;	
	}

	.Page_CheckForm .Required:before,
	.Page_CheckForm .DecisionUnit .Required:before {
	display: inline-block;
	top: 5px;
	right: -60px;
	}

	.Page_CheckForm .FormUnit dl {
	margin: 10px 0;
	}

	.Page_CheckForm .FormUnit select {
	height: 3.0em;
	padding: 10px 10px;
	}

	.Page_CheckForm .FormUnit .Lead {
	margin-top: 10px;
	margin-bottom: 0;
	}
	
	.Page_CheckForm .InputName2 {
	width: 48%;
	}
	
	.Page_CheckForm .InputName2:first-child {
	margin-right: 2%;
	}

	.Page_CheckForm .Period {
	display: block !important;
	line-height: 2.0em;
	}
	
	.Page_CheckForm .Day,
	.Page_CheckForm .Day2 {
	width: 100%;
	margin-bottom: 10px !important;
	padding: 17px 10px !important;
	}
	
	.Page_CheckForm .DecisionUnit dl {
	border-bottom: none !important;
	}

	.Page_CheckForm .DecisionUnit dt {
	margin-bottom: 10px;
	}

	.Page_CheckForm .SelectBtn.Confirm {
	margin-top: 20px;
	}
	
	.Page_CheckForm .SectionCredit .SelectList li {
	float: none !important;
	display: inline-block;
	}

	.Page_CheckForm .SectionPayment .SelectList li,
	.Page_CheckForm .SectionDelivery .SelectList li {
	margin-bottom: 7px;
	}

	.Page_CheckForm .SelectBtn li {
	width: 50%;
	}

	.Page_CheckForm .SelectBtn li:first-child {
	width: 100% !important;
	}

	.Page_CheckForm .FormUnit .Confirm label {
	margin: 0 20px 0 0 !important;
	}

	.Page_CheckForm .FormUnit .Confirm li:first-child input[type=radio] + label::before,
	.Page_CheckForm .FormUnit .Confirm li:first-child input[type=checkbox] + label::before {
	left: 14px;
	}

	.Page_CheckForm .FormUnit .Confirm input[type=radio] + label::before,
	.Page_CheckForm .FormUnit .Confirm input[type=checkbox] + label::before {
	width: 24px;
	height: 24px;
	margin-top: 6px;
	left: 8px;
	}

	.Page_CheckForm .FormUnit .Confirm input[type=radio] + label {
	padding: 0 0 0 50px !important;
	}

	/* ラジオボタン選択時の中央ドットのサイズ・位置 */
	.Page_CheckForm .FormUnit .Confirm li:first-child input[type=radio]:checked + label::after {
	left: 20px;
	}
	
	.Page_CheckForm .FormUnit .Confirm input[type=radio]:checked + label::after {
	left: 14px;
	width: 12px;
	height: 12px;
	margin-top: 12px;
	border-radius: 8px;
	}
	
	.Page_CheckForm .FormUnit .Confirm .Menu2 input[type=radio] + label::before,
	.Page_CheckForm .FormUnit .Confirm .Menu2 input[type=radio]:checked + label::after  {
	margin-left: 5px;
	}

	.Page_CheckForm .FormUnit .Confirm .Menu2 input[type=radio] + label {
	padding-left: 50px;
	}
	
	.Page_CheckForm .FormUnit .Caution {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c4c4c4;
	}
	
	.Page_CheckForm .FormUnit .Caution .Lead {
	font-size: 87%;
	}

	.Page_CheckForm .SectionUnit .Mds {
	margin-bottom: 10px;
	font-size: 120%;
	}

	.Page_CheckForm .CaseUnit {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
	background: #d4d6de;
	}

	.Page_CheckForm .CaseUnit .Mds {
	margin-bottom: 20px;
	font-size: 120%;
	}

	.Page_CheckForm .SectionUnit {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c4c4c4;
	}

	.Page_CheckForm .SelectBtn li {
	float: left;
	}
	
	.Page_CheckForm .SelectList {
	margin-top: 15px;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	}

	.Page_CheckForm .SectionDelivery .p-region,
	.Page_CheckForm .SectionDelivery .InputDeliveryName {
	width: 100%;
	}
	
	.Page_CheckForm .InputAddress {
	width: 100%;
	}

	.Page_CheckForm .InputMedium,
	.Page_CheckForm .InputMatter,
	.Page_CheckForm .InputOffice,
	.Page_CheckForm .InputSection {
	width: 100%;
	}
	
	.Page_CheckForm .InputCarry {
	width: 35%;
	}
	
	.Page_CheckForm .Txt1 {
	margin: 0 15px;
	}

	.Page_CheckForm .Txt2 {
	margin-left: 15px;
	}
	
	.Page_CheckForm .InputZipCode {
	width: 25%;	
	}
	
	.Page_CheckForm .FormAction {
	margin-top: 30px !important;
	}
	
	.Page_CheckForm .BtnL {
	padding: 20px 70px;
	}
	
	.Page_CheckForm .RemarksUnit .Mds {
	margin-bottom: 10px;
	font-size: 120%;
	}

	.Page_CheckForm .BtnL {
	padding: 20px 70px;
	background: #fff !important;
	}

	.Page_CheckForm .use_time {
	margin-bottom: 15px;
	}

	.Page_CheckForm.Arissa .FormUnit .Caution {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
	}

	.Page_CheckForm.Arissa .SelectList li {
	display: inline-block;
	}
	
	.Page_CheckForm.Arissa .InputMedium {
	margin-bottom: 15px;
	}
	
	.Page_CheckForm .InputIssue {
	width: 60%;
	}
	
	.Page_CheckForm .release_date {
	width: 75%;
	}

	.Page_CheckForm.Arissa .DateList {
	width: 100%;
	overflow: hidden;
	margin-bottom: 7px;
	}

	.Page_CheckForm.Arissa .DateList li {
	margin-bottom: 15px;		
	}

	.Page_CheckForm.Arissa .DateList li:first-child {
	width: 100%;
	}

	.Page_CheckForm.Arissa .DateList li:nth-child(2n) {
	width: 60%;
	margin-right: 7px;
	}

	.Page_CheckForm.Arissa .DateList li:nth-child(3n) {
	width: 60%;
	margin-right: 7px;
	}
	
	.Page_CheckForm.Arissa .NoteLower {
	margin-left: 7px;
	}

	.Page_CheckForm.Arissa .Mds {
	display: block;
	margin-bottom: 7px;
	}
	
	.Page_CheckForm.Arissa .StaffList li {
	margin-bottom: 7px;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_CheckForm .Confirm th {
	width: 30%;
	}

	.Page_CheckForm .ListKomeS {
	margin-bottom: 30px;
	}

	.Page_CheckForm.Contact .Lead {
	margin-bottom: 30px;
	}

	.Page_CheckForm.Contact .MdsH1 {
	margin-bottom: 40px !important;
	}

	.CheckForm.BreadCrumb {
	margin-top: 15px;
	}

	.Page_CheckForm .FormUnitWrap {
	border-top: solid 1px #d7d7d7;
	}
	
	.Page_CheckForm .SectionForm {
	margin-bottom: 120px !important;
	}

	.Page_CheckForm .FormUnitWrap dt {
	width: 25%;
	}

	.Page_CheckForm .FormUnitWrap dt,
	.Page_CheckForm .FormUnitWrap dd {
	padding-top: 20px;
	padding-bottom: 20px;
	}

	.Page_CheckForm .FormIn dt,
	.Page_CheckForm .FormIn dd {
	border-bottom: none;
	display: block !important;
	margin: 10px 0 !important;
	}

	.Page_CheckForm .FormUnitWrap .FormIn dt,
	.Page_CheckForm .FormUnitWrap .FormIn dd {
	padding: 0;
	}

	.Page_CheckForm .FormUnitWrap .MdTop {
	padding-top: 30px;
	}

	.Page_CheckForm .FormUnitWrap dd {
	padding-left: 25px;
	}

	.Page_CheckForm .FormUnit .Confirm input[type=radio] + label::before,
	.Page_CheckForm .FormUnit .Confirm input[type=checkbox] + label::before {
	width: 18px;
	height: 18px;
	margin-top: 8px;
	}
	
	/* ラジオボタン選択時の中央ドットのサイズ・位置 */
	.Page_CheckForm .FormUnit .Confirm input[type=radio]:checked + label::after {
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: 12px;
	border-radius: 8px;
	}
	
	.Page_CheckForm .FormUnit .Confirm .Menu2 input[type=radio] + label::before,
	.Page_CheckForm .FormUnit .Confirm .Menu2 input[type=radio]:checked + label::after  {
	margin-left: 20px;
	}

	.Page_CheckForm .FormUnit .Confirm .Menu2 input[type=radio] + label {
	padding-left: 50px;
	}

	.Page_CheckForm .FormUnit .Confirm .Menu3 input[type=radio] + label::before,
	.Page_CheckForm .FormUnit .Confirm .Menu3 input[type=radio]:checked + label::after  {
	margin-left: 20px;
	}

	.Page_CheckForm .FormUnit .Confirm .Menu3 input[type=radio] + label {
	padding-left: 50px;
	}


	.Page_CheckForm .FormUnit input[type=text],
	.Page_CheckForm .FormUnit input[type=email],
	.Page_CheckForm .FormUnit input[type=tel],
	.Page_CheckForm .FormUnit input[type=number],
	.Page_CheckForm .FormUnit input[type=password],
	.Page_CheckForm .FormUnit textarea {
	height: 3.0em;
	padding: 0 10px;
	line-height: 3.0em;
	}

	#CartHowToBuy {
	margin-top: 20px;
	}

	#CartHowToBuy dl
	#CartHowToBuy dt,
	#CartHowToBuy dd {
	display: block !important;
	}

	.Page_CheckForm .DecisionUnit {
	padding: 45px;
	}

	.Page_CheckForm .SelectBtn li {
	float: left;
	width: 150px;
	}
	
	.Page_CheckForm .SelectList {
	margin-top: 15px;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	}

	.Page_CheckForm .SelectList li {
	display: inline-block;
	}

	.Page_CheckForm input:checked + .cart_how2 {

	}

	.Page_CheckForm .DecisionUnit .Caution {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #c4c4c4;
	}

	.Page_CheckForm .DecisionUnit .Caution .Mds {
	font-size: 107%;
	}

	.Page_CheckForm .DecisionUnit dd {
	width: 100%;
	}

	.Page_CheckForm .SectionUnit .Mds {
	margin-bottom: 20px;
	font-size: 120%;
	}

	.Page_CheckForm .CaseUnit {
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 30px;
	background: #d4d6de;
	}

	.Page_CheckForm .CaseUnit .Mds {
	margin-bottom: 20px;
	font-size: 120%;
	}

	.Page_CheckForm .SectionUnit {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #c4c4c4;
	}

	.Page_CheckForm .RemarksUnit .Mds {
	font-size: 120%;
	margin-bottom: 20px;
	}

	.Page_CheckForm .RemarksUnit dt,
	.Page_CheckForm .RemarksUnit dd {
	display: block;
	border: none;
	}

	.Page_CheckForm .RemarksUnit dd {
	margin: 0;
	padding: 0;
	}
	
	.Page_CheckForm .InputComment {
	width: 80%;
	height: 300px !important;
	}
	
	.Page_CheckForm .SectionPayment dt {
	display: block;
	width: auto;
	border: none;
	}
	
	.Page_CheckForm .SectionPayment dd {
	display: block;
	width: auto;
	border: none;
	margin: 0;
	}

	.Page_CheckForm .SectionDelivery .p-region,
	.Page_CheckForm .SectionDelivery .InputDeliveryName {
	width: 50%;
	}
	
	.Page_CheckForm .InputAddress {
	width: 85%;
	}

	.Page_CheckForm .InputMedium,
	.Page_CheckForm .InputMatter,
	.Page_CheckForm .InputOffice,
	.Page_CheckForm .InputSection {
	width: 60%;
	}
	
	.Page_CheckForm .InputCarry {
	width: 15%;
	}
	
	.Page_CheckForm .Txt1 {
	margin: 0 15px;
	}

	.Page_CheckForm .Txt2 {
	margin-left: 15px;
	}
	
	.Page_CheckForm .InputZipCode {
	width: 15%;	
	}
	
	.Page_CheckForm .FormAction {
	margin-top: 60px !important;
	}
	
	.Page_CheckForm .BtnL {
	padding: 20px 70px;
	}
	
	.Page_CheckForm .use_time {
	width: 30%;
	margin-bottom: 15px;
	}
	
	.Page_CheckForm .InputIssue,
	.Page_CheckForm .release_date {
	width: 75%;
	}

	.Page_CheckForm.Arissa .DateList {
	width: 100%;
	overflow: hidden;
	margin-bottom: 7px;
	}

	.Page_CheckForm.Arissa .DateList li {
	float: left;
	width: 30%;
	margin-right: 7px;
	}
	
	.Page_CheckForm.Arissa .InputStaff {
	width: 40%;
	margin-bottom: 10px;
	}

	.Page_CheckForm.Arissa .InputCar {
	width: 30%;	
	}

	.Page_CheckForm.Arissa .MediaUnit .Required {
	position: relative;
	display: inline-block;
	}

}


/* ■ チェックリスト（Page_CheckList） ================================================================ */

.Page_CheckList .MdsH1 {
border-bottom: none;
}

.Page_CheckList .FormAction .BtnL {
background: #fff;
}

.Page_CheckList .FormAction .BtnRight input {
margin: 0 !important;
}

.Page_CheckList .StockSelect {
border: 1px solid #ddd !important;
}

.Page_CheckList .Quote {
background: #000 !important;
color: #fff !important;
}

.Page_CheckList .CustomrInfo th {
text-align: left;
}

#HeaderPrint {
width: 100%;
margin-top: 30px;
margin-bottom: 20px;
overflow: hidden;
}

#HeaderPrint .UnitL {
float: left;
width: 50%;
}

#HeaderPrint .UnitR {
float: right;
width: 50%;
text-align: right;
}

#HeaderPrint .Logo {
float: right;
width: 180px;
height: 41px;
margin-bottom: 5px;
text-align: right;
}

#HeaderPrint .Tel {
clear: both;
}

#HeaderPrint .MdsH1 {
font-size: 250%;
margin-top: 10px;
margin-bottom: 0;
border-bottom: none;
}


@media only screen and (max-width: 767px) {

	.Page_CheckList .Lead {
	margin-bottom: 20px;
	}
	
	.Page_CheckList .scroll-table {
	overflow: auto;
	white-space: nowrap;
	}
	
	.Page_CheckList .FormAction {
	margin: 0;
	}

	.Page_CheckList .Table2 .Item {
	width: 30%;
	}

	#HeaderPrint .MdsH1 {
	font-size: 147%;
	margin-top: 10px;
	margin-bottom: 0;
	border-bottom: none;
	}

	#HeaderPrint .Day {
	font-size: 80%;
	}

	#HeaderPrint .Tel,
	#HeaderPrint .Time {
	font-size: 80%;
	}

	#HeaderPrint .Logo {
	float: right;
	width: 120px;
	height: 27px;
	margin-bottom: 5px;
	text-align: right;
	}

}

@media only screen and (max-width: 372px) {

	.Page_CheckList .Table2 .Item {
	width: 35%;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_CheckList .Lead {
	margin-bottom: 30px;
	}

	.Page_CheckList .MdsH1 {
	margin-bottom: 20px;
	}
	
	.Page_CheckList .Table2 .Delete {
	width: 10%;
	}

	.Page_CheckList .Table2 .Picture {
	width: 10%;
	}

	.Page_CheckList .Table2 .Item {
	width: 15%;
	}

	.Page_CheckList .Table2 .Number {
	width: 10%;
	}

	.Page_CheckList .Table2 .Name {
	width: 35%;
	}

	.Page_CheckList .Table2 .Price {
	width: 12%;
	}
	
	.Page_CheckList .Table2 .Stock {
	width: 10%;	
	}

	.Page_CheckList .Table2 .SubTotal {
	width: 12%;		
	}
	
	.Page_CheckList {
	margin-bottom: 100px;
	}
	
	.Page_CheckList .Table2 .Mds {
	width: 75% !important;
	}

	.Page_CheckList .ConfirmBtn {
	margin-right: 10px !important;
	}

}


/* ■ 展示会オーダー（Page_Order） ================================================================ */

.Page_Order .RentalSystem .Caution {
margin: 20px 0;
}

.Page_Order .AboutUnit {
background: #fff;
}

.Page_Order .Contact a {
position: relative;
display: block;
color: #000;
border: 1px solid #000;
border-radius: 4px;
}

.Page_Order .Contact a:before {
position: absolute;
top: 35%;
left: auto;
margin-left: -30px;
content: '';
display: inline-block;
width: 20px;
height: 15px;
background-image: url(/img/common/icon/Icon_Letter.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
}

@media only screen and (max-width: 767px) {

	.Page_Order .ContWrap {
	margin-bottom: 50px;
	}

	.Page_Order .Lead1 {
	margin-bottom: 20px;
	}

	.Page_Order .MdsH2 {
	font-size: 160%;
	border-bottom: none;
	} 

	.Page_Order .RentalSystem {
	margin-top: 20px;
	margin-bottom: 40px;
	}

	.Page_Order .RentalSystem .Detail {
	border-top: 1px solid #d7d7d7;	
	}

	.Page_Order .RentalSystem .MdsH3 {
	padding-bottom: 20px;
	margin-bottom: 0;
	font-size: 120%;
	font-weight: normal;
	border-bottom: 1px solid #d7d7d7;
	}

	.Page_Order .DLHori.RentalSystem dt,
	.Page_Order .DLHori.RentalSystem dd {
	display: block;
	margin: 0;
	}

	.Page_Order .DLHori.RentalSystem dt {
	padding: 20px 0 5px 0;
	font-weight: normal;
	font-size: 107%;
	}

	.Page_Order .DLHori.RentalSystem dd {
	padding: 0 0 20px 0;
	}
	
	.Page_Order .Performance_Unit .MdsH3 {
	font-weight: normal;
	}

	.Page_Order .Performance_Unit li {
	margin-bottom: 15px;
	}

	.Page_Order .Performance_Unit li .Txt {
	margin-top: 7px;
	}

	.Page_Order .Performance_Unit {
	margin-bottom: 40px;
	}
	
	.Page_Order .RentalSystem dl a {
	letter-spacing: -0.02em;
	font-size: 90%;
	}

	.Page_Order .AboutUnit {
	margin: 0 15px 35px 15px;
	padding: 20px 15px 30px 15px;
	}

	.Page_Order .AboutUnit .Tell {
	margin-top: 10px;
	font-size: 167%;
	font-weight: bold;
	line-height: 1.2em;
	}

	.Page_Order .AboutUnit .Tell span {
	font-size: 60%;
	}

	.Page_Order .AboutUnit .Time,
	.Page_Order .AboutUnit .Caution {
	display: inline-block;
	color: #888787;
	}

	.Page_Order .Contact {
	margin-top: 10px;	
	}

	.Page_Order .Contact a {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Order .ContWrap {
	margin-bottom: 70px;
	}

	.Page_Order .Lead1 {
	margin-bottom: 30px;
	}

	.Page_Order {
	margin-top: 60px;
	}

	.Page_Order .MdsH2 {
	font-size: 187%;
	border-bottom: none;
	} 

	.Page_Order .Lead_Rental {
	width: 80%;
	}
	
	.Page_Order .RentalSystem {
	margin-top: 20px;
	margin-bottom: 50px;
	}

	.Page_Order .RentalSystem .MdsH3 {
	padding-bottom: 30px;
	margin-bottom: 0;
	font-size: 134%;
	border-bottom: 1px solid #d7d7d7;
	}
	
	.Page_Order .DLHori.RentalSystem dt,
	.Page_Order .DLHori.RentalSystem dd {
	padding: 30px 0;
	}

	.Page_Order .DLHori.RentalSystem dt {
	width: 25%;
	}

	.Page_Order .Performance_Unit {
	width: 100%;
	overflow: hidden;
	margin-bottom: 120px;
	}

	.Page_Order .Performance_Unit li {
	float: left;
	width: 24%;
	margin-right: 1.3%;
	}

	.Page_Order .Performance_Unit li:last-child {
	margin-right: 0;
	}

	.Page_Order .Performance_Unit li .Txt {
	margin-top: 7px;
	font-size: 106%;
	}
	
	.Page_Order .RentalSystem {
	width: 100%;
	overflow: hidden;
	}

	.Page_Order .RentalSystem .Detail {
	border-top: 1px solid #d7d7d7;
	}

	.Page_Order .Detail {
	float: left;
	width: 50%;
	}

	.Page_Order .Map {
	float: right;
	width: 50%;
	text-align: right;
	}

	.Page_Order .Map img {
	width: 90%;
	}

	.Page_Order .AboutUnit {
	margin-bottom: 80px;
	padding: 60px 40px 60px 40px !important;
	text-align: center;
	}
	
	.Page_Order .AboutUnit .Tell {
	font-size: 187%;
	font-weight: bold;
	}

	.Page_Order .AboutUnit .Tell span {
	font-size: 60%;
	}

	.Page_Order .AboutUnit .ListKomeS li {
	display: inline-block;
	}

	.Page_Order .AboutUnit .ListKomeS li:before,
	.Page_Order .AboutUnit .ListKome li:before {
	left: 0;
	}
	
	.Page_Order .AboutUnit .Time,
	.Page_Order .AboutUnit .Caution {
	display: inline-block;
	color: #888787;
	}

	.Page_Order .Contact {
	margin: 30px 0 30px 0;
	}

	.Page_Order .Contact a {
	width: 250px;
	margin: 0 auto;
	padding: 10px 0;
	}

	.Page_Order .Contact a:before {
	position: absolute;
	top: 35%;
	left: 80px;
	content: '';
	display: block;
	width: 20px;
	height: 15px;
	background-image: url(/img/common/icon/Icon_Letter.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_Order .Lead_Rental {
	width: 60%;
	}

	.Page_Order .RentalSystem {
	margin-top: 40px;
	margin-bottom: 120px;
	}

}


/* ■ うつわ（Page_Utuwa） ================================================================ */

.Page_Utuwa .Product_Main_List li a {
display: block;
color: #000;
}

.Page_Utuwa .Product_Main_List li a .Thumb {
position: relative;
}

.Page_Utuwa .Product_Main_List li a .Thumb:after {
position: absolute;
bottom: 0;
right: 0;
content: '';
display: inline-block;
width: 40px;
height: 40px;
background-image: url(/img/page/utuwa/Allow.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
}

.Page_Utuwa .CategoryUnit ul,
.Page_Utuwa .Product_Main_List {
width: 100%;
overflow: hidden;
}

.Page_Utuwa .AboutUnit {
background: #fff;
}

.Page_Utuwa .Contact a {
position: relative;
display: block;
color: #000;
border: 1px solid #000;
border-radius: 4px;
}

.Page_Utuwa .Contact a:before {
position: absolute;
top: 35%;
left: auto;
margin-left: -30px;
content: '';
display: inline-block;
width: 20px;
height: 15px;
background-image: url(/img/common/icon/Icon_Letter.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
}

.Page_Utuwa .SnsList li {
display: inline-block;
margin-right: 15px;
}

.Page_Utuwa .SnsList li:last-child {
margin-right: 0;
}

.Page_Utuwa .SnsList li a {
display: block;
text-indent: -9999px;
width: 35px;
height: 35px;
}

.Page_Utuwa .SnsList .Menu1 a {
background: url(/img/common/sns/Icon_Fb.png) no-repeat;
background-size: 100% auto;
}

.Page_Utuwa .SnsList .Menu2 a {
background: url(/img/common/sns/Icon_Twitter.png) no-repeat;
background-size: 100% auto;
}

.Page_Utuwa .SnsList .Menu3 a {
background: url(/img/common/sns/Icon_Insta.png) no-repeat;
background-size: 100% auto;
}

@media only screen and (max-width: 767px) {

	.Page_Utuwa .Product_Main_List li {
	margin-bottom: 10px;
	}

	.Page_Utuwa .Product_Main_List li .Txt {
	margin-top: 5px;
	}

	.Page_Utuwa .Product_Main_List li a {
	font-size: 120%;
	}

	.Page_Utuwa .SectionMainProduct .Lead {
	margin-bottom: 30px;
	font-size: 114%;
	}

	.Page_Utuwa .CategoryUnit {
	margin-bottom: 35px;
	}

	.Page_Utuwa .CategoryUnit li {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 20px;
	}

	.Page_Utuwa .CategoryUnit li .Txt {
	margin-top: 7px;
	}

	.Page_Utuwa .CategoryUnit li:nth-child(2n) {
	margin-right: 0;
	}

	.Page_Utuwa .AboutUnit {
	margin: 0 15px 35px 15px;
	padding: 20px 15px 30px 15px;
	}

	.Page_Utuwa .AboutUnit .Tell {
	margin-top: 10px;
	font-size: 167%;
	font-weight: bold;
	line-height: 1.2em;
	}

	.Page_Utuwa .AboutUnit .Tell span {
	font-size: 60%;
	}

	.Page_Utuwa .AboutUnit .Time,
	.Page_Utuwa .AboutUnit .Caution {
	display: inline-block;
	color: #888787;
	}

	.Page_Utuwa .Contact {
	margin-top: 10px;	
	}

	.Page_Utuwa .Contact a {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	}

	.Page_Utuwa .SnsList {
	margin-top: 20px;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Utuwa .Product_Main_List li {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	}

	.Page_Utuwa .Product_Main_List li:last-child {
	margin-right: 0;
	}

	.Page_Utuwa .Product_Main_List li .Thumb {
	margin-bottom: 10px;
	}

	.Page_Utuwa .Product_Main_List li a {
	text-align: center;
	}

	.Page_Utuwa .SectionMainProduct .Lead {
	margin-top: 50px;
	margin-bottom: 60px;
	font-size: 120%;
	}

	.Page_Utuwa .CategoryUnit li {
	float: left;
	width: 24%;
	margin-right: 1.3%;
	text-align: center;
	margin-bottom: 25px;
	}

	.Page_Utuwa .CategoryUnit li:nth-child(4n) {
	margin-right: 0;
	}
	
	.Page_Utuwa .CategoryUnit li .Txt {
	margin-top: 10px;
	font-size: 107%;
	}
	
	.Page_Utuwa .AboutUnit {
	margin-bottom: 80px;
	padding: 60px 40px 60px 40px !important;
	text-align: center;
	}
	
	.Page_Utuwa .AboutUnit .Tell {
	font-size: 187%;
	font-weight: bold;
	}

	.Page_Utuwa .AboutUnit .Tell span {
	font-size: 60%;
	}

	.Page_Utuwa .AboutUnit .ListKomeS li {
	display: inline-block;
	}

	.Page_Utuwa .AboutUnit .ListKomeS li:before,
	.Page_Utuwa .AboutUnit .ListKome li:before {
	left: 0;
	}
	
	.Page_Utuwa .AboutUnit .Time,
	.Page_Utuwa .AboutUnit .Caution {
	display: inline-block;
	color: #888787;
	}

	.Page_Utuwa .Contact {
	margin: 30px 0 30px 0;
	}

	.Page_Utuwa .Contact a {
	width: 250px;
	margin: 0 auto;
	padding: 10px 0;
	}

	.Page_Utuwa .Contact a:before {
	position: absolute;
	top: 35%;
	left: 80px;
	content: '';
	display: block;
	width: 20px;
	height: 15px;
	background-image: url(/img/common/icon/Icon_Letter.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
	}

}

/* ■ サイトマップ（Page_Sitemap） ================================================================ */

.Page_Sitemap .MdsH2 {
border-bottom: none;
}

.Page_Sitemap .Unit .UnitIn a {
color: #000;
}

.Page_Sitemap .Unit h3 a {
display: block;
width: 100%;
padding-bottom: 10px;
margin-bottom: 10px;
font-size: 147%;
color: #000 !important;
border-bottom: 1px solid #d7d7d7;
font-weight: normal;
}

.Page_Sitemap .Unit .UnitIn {
margin-bottom: 50px;
}

.Page_Sitemap .Unit .UnitIn .UnitListIn {
padding-left: 20px;
}

.Page_Sitemap .Unit .UnitIn .UnitListIn li a {
font-size: 80%;
}

.Page_Sitemap .Unit .UnitIn .UnitList li a,
.Page_Sitemap .Unit .UnitIn .Mds {
position: relative;
padding-left: 14px;
}

.Page_Sitemap .Unit .UnitIn .UnitList li a:before,
.Page_Sitemap .Unit .UnitIn .Mds:before {
position: absolute;
top: 20%;
left: 0;
content: '';
display: inline-block;
width: 4px;
height: 7px;
background-image: url(/img/common/icon/Icon_AllowR.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
}

.Page_Sitemap .Unit .UnitIn .Mds:before {
top: 35%;	
}

.Page_Sitemap .UnitWrap {
width: 100%;
overflow: hidden;
}

@media only screen and (max-width: 767px) {

	.Page_Sitemap .Unit .UnitList {
	margin-bottom: 40px;
	}

	.Page_Sitemap .Unit .UnitListIn {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}

	.Page_Sitemap .Unit .UnitListIn li,
	.Page_Sitemap .Unit .UnitList li,
	.Page_Sitemap .Unit .Mds {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	}
	
	.Page_Sitemap .Unit .Okimono {
	width: 100% !important;	
	}
	
	.Page_Sitemap .Unit .Okimono li a:before {
	display: none !important;
	}

	.Page_Sitemap .Unit .UnitList,
	.Page_Sitemap .Unit .UnitIn {
	width: 100%;
	overflow: hidden;
	}

	.Page_Sitemap .Unit .UnitListIn li:nth-child(2n),
	.Page_Sitemap .Unit .UnitList li:nth-child(2n),
	.Page_Sitemap .Unit .Mds:nth-child(2n) {
	margin-right: 0;
	}

	.Page_Sitemap .Unit .UnitIn .UnitListIn li a {
	font-size: 90%;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Sitemap .Unit {
	float: left;
	width: 30%;
	margin-right: 5%;
	}

	.Page_Sitemap .Unit:nth-child(3n) {
	margin-right: 0;
	}

}

@media print, screen and (min-width: 1090px) {

}




/* ■ ご利用ガイド（Page_Utuwa） ================================================================ */

.Page_Guide .MdsH2 {
border-bottom: none;
}

.Page_Guide .RentalSystem dl {
border-bottom: none;
border-top: 1px solid #d7d7d7;
}

@media only screen and (max-width: 767px) {

	.Page_Guide .RentalSystem dt,
	.Page_Guide .RentalSystem dd {
	display: block;
	margin-left: 0;
	}

	.Page_Guide .RentalSystem dt {
	font-size: 174%;
	padding-bottom: 7px;
	}

	.Page_Guide .RentalSystem dd {
	padding-top: 0;
	}

	.Page_Guide .RentalSystem dl {
	position: relative;
	padding-bottom: 30px;
	}

	.Page_Guide .RentalSystem dl:after {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	display: inline-block;
	width: 25px;
	height: 13px;
	background-image: url(/img/guide/Triangle.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
	}

	.Page_Guide .RentalSystem dl:last-child:after {
	display: none !important;
	}

	.Page_Guide .M0 {
	margin-bottom: 15px !important;
	}
	
	.Page_Guide .RentalSystem .ListKome {
	margin-bottom: 20px;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Guide .MdsH2 {
	margin-top: 60px;
	margin-bottom: 40px;
	}

	.Page_Guide .RentalSystem {
	margin-bottom: 80px;
	}

	.Page_Guide .RentalSystem dt {
	width: 25%;
	text-align: center;
	font-size: 174%;
	position: relative;
	}

	.Page_Guide .RentalSystem dl:last-child dt:after {
	display: none !important;
	}

	.Page_Guide .RentalSystem dt:after {
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	display: inline-block;
	width: 25px;
	height: 13px;
	background-image: url(/img/guide/Triangle.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
	}


	.Page_Guide .RentalSystem dt,
	.Page_Guide .RentalSystem dd {
	padding: 30px 0;
	}

	.Page_Guide .RentalSystem dt.clm1,
	.Page_Guide .RentalSystem dd.clm1 {
	padding: 30px 0 80px 0;
	}

	.Page_Guide .RentalSystem dd .Mds {
	margin-bottom: 7px;
	font-size: 107%;
	}

	.Page_Guide .M0 {
	margin-bottom: 15px !important;
	}
	
	.Page_Guide .RentalSystem .ListKome {
	margin-bottom: 20px;
	}


}

@media print, screen and (min-width: 1090px) {

}


/* ■ アリッサスタジオ ==================================================================================== */

.Page_Home_ArissaStudio .AboutUnit {
background: #fff;
}

.Page_Home_ArissaStudio .Contact a {
position: relative;
display: block;
color: #000;
border: 1px solid #000;
border-radius: 4px;
}

.Page_Home_ArissaStudio .Contact a:before {
position: absolute;
top: 35%;
left: auto;
margin-left: -30px;
content: '';
display: inline-block;
width: 20px;
height: 15px;
background-image: url(/img/common/icon/Icon_Letter.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
}

.Page_Home_ArissaStudio .AboutList li a {
display: block;
background: #fff;
color: #000;
border-radius: 6px;
padding: 15px;
}

.Page_Home_ArissaStudio .StudioUnit .DLHori {
border-top: 1px solid #d7d7d7;
}

.Page_Home_ArissaStudio .slick-prev {
top: 50%;
left: 30px;
z-index: 1000;
opacity: 1;
}

.Page_Home_ArissaStudio .slick-next {
top: 50%;
right: 50px;
}

.Page_Home_ArissaStudio .slick-prev:before {
background-image: url(/img/home/Allow_Pre.png);
}

.Page_Home_ArissaStudio .slick-next:before {
background-image: url(/img/home/Allow.png);
}

.Page_Home_ArissaStudio .slick-prev:before,
.Page_Home_ArissaStudio .slick-next:before {
position: absolute;
bottom: 0;
right: 15px;
content: '';
display: inline-block;
width: 40px;
height: 40px;
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
opacity: 1;
}

#CheckModalArissa02.PopUnit .Table2 .Subheading {
background: #f4f4f4;
text-align: center !important;
}

#CheckModalArissa02.PopUnit .Table2 tr td:nth-of-type(1),
#CheckModalArissa03.PopUnit .Table2 tr td:nth-of-type(1) {
text-align: left;
}

#CheckModalArissa02.PopUnit .Table2 .Mds1 {
width: 60% !important;
}

#CheckModalArissa02.PopUnit .Table2 .Mds2 {
width: 20%;
}

#CheckModalArissa02.PopUnit .Table2 .Mds3 {
width: 20%;
}

.Page_Home_ArissaStudio .AboutUnit {

}

@media only screen and (max-width: 767px) {

	.Page_Home_ArissaStudio .slick-prev {
	top: 60%;
	left: 0;
	z-index: 1000;
	opacity: 1;
	}
	
	.Page_Home_ArissaStudio .slick-next {
	top: 60%;
	right: 20px;
	}


	.Page_Home_ArissaStudio .KeyVisualWrap {
	position: relative;
	}

	.Page_Home_ArissaStudio .KeyVisual li {
	position: relative;
	}

	.Page_Home_ArissaStudio .KeyVisualWrap .slick-dots {
	bottom: -60px;
	}

	.Page_Home_ArissaStudio .KeyVisualWrap .slick-dots li {
	padding-bottom: 0;
	}

	.Page_Home_ArissaStudio .KeyVisualUnit .Mds {
	font-size: 140%;
	}

	.Page_Home_ArissaStudio .KeyVisualUnit {
	margin-top: 60px;
	}

	.Page_Home_ArissaStudio .KeyVisualUnit .AboutList {
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
	}

	.Page_Home_ArissaStudio .AboutList li {
	margin-bottom: 10px;
	}

	.Page_Home_ArissaStudio .AboutList li a {
	font-size: 127%;
	}

	.Page_Home_ArissaStudio .AccessUnit {
	margin-bottom: 45px;
	}

	.Page_Home_ArissaStudio .AccessUnit .Thumb {
	margin-bottom: 20px;
	}

	.Page_Home_ArissaStudio .AccessUnit .Mds {
	margin-bottom: 7px;
	font-size: 120%;
	}

	.Page_Home_ArissaStudio .AccessUnit .ListKomeS {
	margin-bottom: 20px;
	}

	.Page_Home_ArissaStudio .Reserved {
	font-size: 107%;
	}

	.Page_Home_ArissaStudio .AboutUnit {
	margin: 0 15px 35px 15px;
	padding: 20px 15px 30px 15px;
	}

	.Page_Home_ArissaStudio .AboutUnit .Tell {
	margin-top: 10px;
	font-size: 167%;
	font-weight: bold;
	line-height: 1.2em;
	}

	.Page_Home_ArissaStudio .AboutUnit .Tell span {
	font-size: 60%;
	}

	.Page_Home_ArissaStudio .AboutUnit .Time,
	.Page_Home_ArissaStudio .AboutUnit .Caution {
	display: inline-block;
	font-size: 94%;
	/* color: #888787; */
	}

	.Page_Home_ArissaStudio .Contact {
	margin: 10px 0;	
	}

	.Page_Home_ArissaStudio .Contact a {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	}

	.Page_Home_ArissaStudio .StudioUnit {
	margin-bottom: 25px;
	}

	.Page_Home_ArissaStudio .StudioUnit .DLHori dt,
	.Page_Home_ArissaStudio .StudioUnit .DLHori dd {
	display: block;
	margin: 0;
	}

	.Page_Home_ArissaStudio .StudioUnit .DLHori dt {
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 0;
	font-size: 107%;
	}

	.Page_Home_ArissaStudio .StudioUnit .DLHori dd {
	padding-top: 0;
	padding-bottom: 20px;
	font-size: 107%;
	}

	#CheckModalArissa01 .Mds,
	#CheckModalArissa02 .Mds,
	#CheckModalArissa03 .Mds {
	border-bottom: 1px solid #d7d7d7 !important;
	text-align: left !important;
	margin-bottom: 15px !important;
	}

	#CheckModalArissa01.PopUnit,
	#CheckModalArissa02.PopUnit,
	#CheckModalArissa03.PopUnit {
	width: 100% !important;
	padding: 30px 20px 20px 20px !important;
	}

	#CheckModalArissa02.PopUnit .Table2 th,
	#CheckModalArissa03.PopUnit .Table2 th {
	font-size: 80%;
	padding: 5px 5px;
	}

	#CheckModalArissa02.PopUnit .Table2 td,
	#CheckModalArissa03.PopUnit .Table2 td {
	font-size: 80%;
	padding: 5px 5px;
	}

	#CheckModalArissa01.PopUnit .Map {
	width: 80%;
	margin: 0 auto;
	}

}


@media print, screen and (min-width: 768px) {

	.Page_Home_ArissaStudio .KeyVisualWrap {
	position: relative;
	margin-bottom: 50px;
	}
	
	.Page_Home_ArissaStudio .KeyVisual {
	}

	.Page_Home_ArissaStudio .KeyVisual li {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	max-height: 480px;
	}
	
	.Page_Home_ArissaStudio .KeyVisual .slick-dots {
	width: 22%;
	left: -20px;
	}

	.Page_Home_ArissaStudio .KeyVisual .slick-dots li {
	margin-left: 0;
	margin-right: 0;
	}

	.Page_Home_ArissaStudio .KeyVisual .slick-dots li:after {
	display: none;
	}

	.Page_Home_ArissaStudio .KeyVisualWrap {
	padding: 0 20px;
	}

	.Page_Home_ArissaStudio .KeyVisualUnit .Mds {
	margin-bottom: 35px !important;
	}

	.Page_Home_ArissaStudio .KeyVisualUnit {
	margin-top: 60px;
	margin-bottom: 100px;
	}

	.Page_Home_ArissaStudio .KeyVisualUnit .Mds {
	font-size: 187%;
	text-align: center;
	}

	.Page_Home_ArissaStudio .KeyVisualUnit .AboutList {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	}

	.Page_Home_ArissaStudio .KeyVisualUnit .AboutList li {
	float: left;
	width: 32%;
	margin-right: 2%;
	}

	.Page_Home_ArissaStudio .KeyVisualUnit .AboutList li a {
	font-size: 120%;
	text-align: center;
	}

	.Page_Home_ArissaStudio .KeyVisualUnit .AboutList li:last-child {
	margin-right: 0;
	}

	.Page_Home_ArissaStudio .AccessUnit .Txt {
	margin-top: 40px;
	}

	.Page_Home_ArissaStudio .AccessUnit {
	width: 100%;
	overflow: hidden;
	margin-top: 90px;
	margin-bottom: 90px;
	}

	.Page_Home_ArissaStudio .AccessUnit .Mds {
	font-size: 120%;
	}

	.Page_Home_ArissaStudio .AccessUnit .Adrress {
	margin-bottom: 20px;
	font-size: 107%;
	}

	.Page_Home_ArissaStudio .AccessUnit .ListKomeS {
	margin-bottom: 20px;
	}

	.Page_Home_ArissaStudio .AccessUnit .Thumb {
	float: left;
	width: 45%;
	}

	.Page_Home_ArissaStudio .AccessUnit .Txt {
	float: right;
	width: 55%;
	padding-left: 40px;
	}
	
	.Page_Home_ArissaStudio .Reserved {
	font-size: 180%;
	}
	
	.Page_Home_ArissaStudio .AboutUnit {
	margin-bottom: 80px;
	padding: 60px 40px 60px 40px !important;
	text-align: center;
	}
	
	.Page_Home_ArissaStudio .AboutUnit .Tell {
	font-size: 280%;
	font-weight: bold;
	line-height: 1.2em;
	}

	.Page_Home_ArissaStudio .AboutUnit .Tell span {
	font-size: 60%;
	}

	.Page_Home_ArissaStudio .AboutUnit .ListKomeS li {
	display: inline-block;
	}

	.Page_Home_ArissaStudio .AboutUnit .ListKomeS li:before,
	.Page_Home_ArissaStudio .AboutUnit .ListKome li:before {
	left: 0;
	}
	
	.Page_Home_ArissaStudio .AboutUnit .Time,
	.Page_Home_ArissaStudio .AboutUnit .Caution {
	display: inline-block;
	/* color: #888787; */
	}

	.Page_Home_ArissaStudio .Contact {
	margin: 0 0 20px 0;
	}

	.Page_Home_ArissaStudio .Contact a {
	width: 250px;
	margin: 0 auto;
	padding: 10px 0;
	}

	.Page_Home_ArissaStudio .Contact a:before {
	position: absolute;
	top: 35%;
	left: 75px;
	content: '';
	display: block;
	width: 20px;
	height: 15px;
	background-image: url(/img/common/icon/Icon_Letter.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
	}

	.Page_Home_ArissaStudio .StudioUnit .DLHori dt,
	.Page_Home_ArissaStudio .StudioUnit .DLHori dd {
	padding-top: 25px;
	padding-bottom: 25px;
	}

	.Page_Home_ArissaStudio .StudioUnit .DLHori dt {
	width: 30%;
	font-size: 107%;
	}

	#CheckModalArissa01 .Mds,
	#CheckModalArissa02 .Mds,
	#CheckModalArissa03 .Mds {
	border-bottom: 1px solid #d7d7d7 !important;
	text-align: left !important;
	margin-bottom: 15px !important;
	padding-bottom: 20px;
	font-size: 134%;
	}

	#CheckModalArissa01.PopUnit,
	#CheckModalArissa02.PopUnit,
	#CheckModalArissa03.PopUnit {
	width: 90% !important;
	padding: 40px !important;
	}

	#CheckModalArissa01.PopUnit .Map {
	width: 60%;
	margin: 0 auto;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_Home_ArissaStudio .KeyVisualUnitIn {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	}

	#CheckModalArissa01.PopUnit,
	#CheckModalArissa02.PopUnit,
	#CheckModalArissa03.PopUnit {
	width: 70% !important;
	padding: 40px !important;
	}

}



/* ■ フォーム ==================================================================================== */

@media only screen and (max-width: 767px) {

	#PageForm h1.MdsBase {
	margin-left: 15px;
	margin-right: 15px;
	}

	#PageForm #Stage {
	padding: 0;
	}

}



/* ■ ライブラリー ==================================================================================== */

/*
SmartMenus
Magnific Popup
slick
*/


/* SmartMenus --------------------------------------------------- */

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}


/* Magnific Popup --------------------------------------------------- */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 30%;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #000;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/* slick --------------------------------------------------- */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 35%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
position: absolute;
content: '';
display: inline-block;
width: 12px;
height: 21px !important;

background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
top: 0;
left: 0;
background-image: url(/img/common/icon/Icon_AllowL.png);
}

.slick-next
{

    right: -35px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
top: 0;
left: 0;
background-image: url(/img/common/icon/Icon_AllowR.png);
}


/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 60px;
    height: 60px;
    padding: 30px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '•';
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background-image: url(/img/common/icon/Dots.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: bottom;
}

.slick-dots li.slick-active button:before {
	background-image: url(/img/common/icon/Dots_On.png);
}

@media only screen and (max-width: 767px) {

	.slick-dots {
	    position: absolute;
	    display: block;
	    bottom: -57px;
	    width: 100%;
	    padding: 0;
	    margin: 0;
	    list-style: none;
	    text-align: center;
	}

	.slick-dots li button:before {
    font-size: 40px;
    }
    
    .slick-dots li {
    margin: 0 5px;
	}
    
}


@media print, screen and (min-width: 768px) {

	.slick-dots {
	    position: absolute;
	    display: block;
	    bottom: -60px;
	    width: 100%;
	    padding: 0;
	    margin: 0;
	    list-style: none;
	    text-align: center;
	}

	.slick-dots li button:before {

    }

    .slick-dots li {
    margin: 0 8px;
	}

}


@media print, screen and (min-width: 1090px) {

	.slick-dots li button:before {

    }

}


@-moz-document url-prefix(){
	.slick-dots li button:before {
    font-size: 20px;
    }
}

@media all and (-ms-high-contrast: none){
	.slick-dots li button:before {
    font-size: 40px;
    }
}



