@charset "UTF-8";


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

    .MainMds {
    font-size: 14px;
    margin: 20px 10px;
    }

    .PC {
    display: none;
    }

/*
	a.cp_btn {
    display: block;
    padding: 0.6em;
    text-align: center;
    text-decoration: none;
    color: #221f1e;
    border: 2px solid #221f1e;
    font-size: 14px;
    margin: 20px auto 50px auto;
	}
*/

}

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

    .MainMds {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    }

    .SP {
    display: none;
    }

/*
	a.cp_btn {
    display: block;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #221f1e;
    border: 2px solid #221f1e;
    font-size: 18px;
    margin: 40px auto 50px auto;
	}
*/
	
}



/* -----------------
■ 店舗一覧
------------------- */


/* -----------------
■ item
------------------- */

.goog-te-gadget img {
    vertical-align: top !important;
}

.goog-te-gadget-simple {
    height: 25px !important;
}

.goog-te-menu-value img {
    width: 1px !important;
}

.item {
    margin: 0 auto;
    text-align: center;
}

.item ul {
    padding: 0;
    position: relative;
    width: 100%;
    text-align: left;
    margin: 60px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item ul a {
    text-decoration: none;
}

.item ul li {

    text-align: left;
}

.item ul li a {
    transition: 0.8s;
}

.item ul li a:focus, .item ul li a:hover {
    text-decoration: none;
    transition: opacity 0.5s ease-out;
    opacity: 0.8s;
}

.item ul li a:focus p, .item ul li a:hover p {
    opacity: 0.5;
}

.item ul li a:focus .border, .item ul li a:hover .border {
    opacity: 0.5;
}

.item ul li .image {
    width: 100%;
}

.item ul li .floar {
    text-align: left;
    font-size: 12px;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 0;
    height: auto;
    color: #000;
}

.item ul li .read_more img {
    margin: 0 auto;
    vertical-align: middle;
}

.item .border {
    width: 24px;
    border-bottom: solid 1px #000;
    margin-bottom: 15px;
}

.brand_ttl {
    margin: 5px auto 15px;
    line-height: 1.2;
}

.CreatorName {
    text-align: center;
    font-size: 12px;
}


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

	.item ul li.Product  {

	}

	.item ul .Product .ShopThumb {
	position: relative;
	width: 165px;
	height: 165px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #000;
	}

	.item ul .Product .ShopThumb img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	}
	
}

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

	.item ul li.Product  {

	}

	.item ul .ShopThumb {
	width: 140px;
	height: 140px;
	}

    .item ul {
    width: auto !important;
    }

}

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

	.item ul .Product {
	margin-right: 10px;
	margin-left: 10px;
	width: 210px;
	}

	.item ul .Product .ShopThumb {
	position: relative;
	width: 210px;
	height: 210px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #000;
	box-sizing: border-box;
	}

	.item ul .Product .ShopThumb img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	}

}

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

	.item ul .Product {
	margin-right: 11px;
	margin-left: 11px;
	width: 210px;
	}

	.item ul .Product .ShopThumb {
	width: 210px;
	height: 210px;
	}

}



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

	.item ul li.ProductB  {
	width: 100%;
	}

	.item ul .ProductB .ShopThumb {
	position: relative;
	width: 100%;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	}

	.item ul .ProductB .ShopThumb img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	}
	
}

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

	.FloorTop .item ul {
    display: flex;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
	}

	.FloorTop .item ul .ProductB {
	width: calc((100% / 2) - 30px) !important;
	}

	.FloorTop .item ul .ProductB .ShopThumb {
	position: relative;
	width: 430px;
	height: 430px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	}

	.FloorTop .item ul .ProductB .ShopThumb img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	}

}

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

	.FloorTop .item ul .ProductB {
	margin-right: 20px !important;
	width: 430px !important;
	}

}


/* -----------------
■ modal
------------------- */

.modal {
    display: none;
    width: 100%;
}

.modalBar {
    position: absolute;
}

.overLay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    z-index: 1500;
}

.modal .inner {
    z-index: 2100;
   max-width: 700px;
    background-color: white;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px;
   	box-sizing: border-box;
}

.modal .inner .r {
	box-sizing: border-box;
    /* font-size: 0; */
}

.modal .inner .r .brand_ttl {
    margin: 0 0 15px;
    font-size: 20px;
    color: #000;
/*     letter-spacing: 2px; */
}

.modal .inner .r .brand_ttl .andW {
    font-family: 'Old Standard TT', serif;
}

.modal .inner .r .border {
    border-bottom: solid 1px #000;
    width: 24px;
    margin-bottom: 15px;
}

/*
.modal .inner .r p {
    line-height: 21px;
}
*/

.modal .inner .r .ShopName {
	margin-bottom: 10px;
    text-align: left !important;
}

.modal .inner .r .pc {
    margin-top: 10px;
}

.modal .inner .l {
text-align: center;
}

.modal .inner .l img {
    width: 60%;
    font-size: 0;
}

.modal .inner .itemNote {
    font-size: 10px;
    margin-top: 10px;
    padding-bottom: 0;
}

.bgB {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 3px;
}

.modalOpen {
    cursor: pointer;
}

.modalOpen:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.modalOpen2:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.modalOpen .floar {
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.modalOpen .bgB {
    letter-spacing: 1px;
    line-height: 21px;
}

.modalClose {
    position: absolute;
    top: 20px;
    right: 0;
}

.modalClose img {
    margin-right: 20px;
}

.hidden {
    top: 0;
    padding: 0 !important;
    left: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 2100;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100% !important;
    background-color: transparent;
}

.modal .OptionList {
margin-top: 0;
}

.modal .OptionList li {
width: auto;
margin-right: 5px;
margin-left: 0 !important;
padding: 3px 15px !important;
font-size: 94%;
color: #fff;
display: inline-block;
text-align: center;
background: #504241;
}

.modal .inner .r h1 {
border-bottom: 3px solid #000;
}

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

	.modal .inner .r h1 {
	font-size: 120%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	}

/*
	.modal .OptionList li {
	font-size: 86%;
	padding: 3px 7px !important;
	}
*/

}

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

	.modal .inner .r .brand_ttl {
    margin-bottom: 10px;
	}

	.modal .inner .r .ShopName {
	font-size: 16px !important;
	margin-bottom: 10px;
    text-align: left !important;
	}

	.modal .inner .r h1 {
	font-size: 150%;
	padding-bottom: 10px;
	margin-bottom: 30px;
	}

	.Photo {
	border: 1px solid #bbb;
	margin-top: 25px;
	}

	.modalClose {
	top: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	}

	.modal .inner .l {
	margin-bottom: 15px;
	text-align: center;
	}

}

/* -----------------
■ page-top
------------------- */

#page-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    margin: 0;
    padding: 0;
    text-align: right;
}

/* -----------------
■ 汎用
------------------- */

.lh0 {
    line-height: 0;
}

.clearFix:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

/* -----------------
■ Media Queries
------------------- */

.pc {
    display: block;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

.sp {
    display: block;
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

/* -----------------
■ PC用
------------------- */

@media screen and (min-width: 768px) {
    .inner {
        position: relative;
    }

    .item ul li {
	margin-bottom: 25px;
    }
	
	.modal .ShopName .Category {
	display: block;
	width: 259px;
	height: 25px;
	margin: 0 0 15px 0;
	}
	
	/* 実装カテゴリ */
	.modal .ShopName .Category1 {
	background: url(../item_popup/img/common/Icon_Category1.png?190318) no-repeat left top;
	background-size: 259px auto;
	}
	
	.modal .ShopName .Category2 {
	background: url(../item_popup/img/common/Icon_Category2.png?190318) no-repeat left top;
	background-size: 259px auto;
	}
	
	.modal .ShopName .Category3 {
	background: url(../item_popup/img/common/Icon_Category3.png?190318) no-repeat left top;
	background-size: 259px auto;
	}
	
	.modal .ShopName .Category4 {
	background: url(../item_popup/img/common/Icon_Category4.png?190318) no-repeat left top;
	background-size: 259px auto;
	}
	
	.modal .ShopName .Category5 {
	background: url(../item_popup/img/common/Icon_Category5.png?190318) no-repeat left top;
	background-size: 259px auto;
	}
	
	.modal .ShopName .Category6 {
	background: url(../item_popup/img/common/Icon_Category6.png?190318) no-repeat left top;
	background-size: 259px auto;
	}
	
	.modal .ShopName .Category7 {
	background: url(../item_popup/img/common/Icon_Category7.png?190318) no-repeat left top;
	background-size: 259px auto;
	}
	
	.modal .ShopName .Category8 {
	background: url(../item_popup/img/common/Icon_Category8.png?190318) no-repeat left top;
	background-size: 259px auto;
	}
	
	.modal .ShopName .Category9 {
	background: url(../item_popup/img/common/Icon_Category9.png?190318) no-repeat left top;
	background-size: 259px auto;
	}
	
	.modal .ShopName .Category10 {
	background: url(../item_popup/img/common/Icon_Category10.png?190318) no-repeat left top;
	background-size: 259px auto;
	}
	
	.modal .ShopName .Category11 {
	background: url(../item_popup/img/common/Icon_Category11.png?190318) no-repeat left top;
	background-size: 259px auto;
	}
	
	.modal .ShopName .Category12 {
	background: url(../item_popup/img/common/Icon_Category12.png?190318) no-repeat left top;
	background-size: 259px auto;
	}
	
	.modal .ShopName .Category13 {
	background: url(../item_popup/img/common/Icon_Category13.png?190318) no-repeat left top;
	background-size: 259px auto;
	}
	
	.modal .ShopName .Category14 {
	background: url(../item_popup/img/common/Icon_Category14.png?190318) no-repeat left top;
	background-size: 259px auto;
	}
	
	
	/* 商品情報 */
	.modal .ItemName {
	margin: 10px 0 0 0;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	color: #a78d10;
	}
	
	.modal .ItemNameS {
	margin: 10px 0 0 0;
	font-size: 15px;
	line-height: 1.2em;
	font-weight: bold;
	color: #a78d10;
	}
	
	.modal  .Campaign {
	margin: 10px 0 0 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4em;
	color: #000000;
	}
	
	.modal .ItemInfo {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4em;
	color: #000000;
	background: url(../item_popup/img/common/Texture_Dot.gif) repeat-x left bottom;
	}
	
	.modal .ItemInfoS {
	margin: 5px 0 0 0;
	padding: 0 0 10px 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	color: #000000;
	background: url(../item_popup/img/common/Texture_Dot.gif) repeat-x left bottom;
	}
	
	.modal .ItemInfoK {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2em;
	color: #000000;
	}
	
	.modal .ItemName .Price {
	display: block;
	margin: 4px 0 10px 0;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	}
	
	.modal .DLVert {
	
	}
	
	.modal .DLVert dl {
	margin: 10px 0 0 0;
	padding: 0;
	}
	
	.modal .DLVert dt {
	font-size: 13px;
	}
	
	.modal .DLVert dd {
	font-size: 13px;
	}
	
	.modal .Plan {
	padding: 10px 0 0 0;
	font-size: 13px;
	background: url(./img/common/Texture_Dot.gif) repeat-x;
	}
	
	.modal .Plan span {
	font-weight: bold;
	}
	
	.modal .Presale {
	margin: 10px 0 0 0;
	font-size: 13px;
	}
	
	.modal .Presale span {
	font-weight: bold;
	}


}

    .hidden .inner .l .Thumb img {
	border: 1px solid #000;
    }

/* -----------------
■ タブレット用
------------------- */

@media screen and (max-width: 1002px) {
    .hidden .inner {
        width: 100%;
    }
    .hidden .inner .l img {
        width: 100%;
    }
}

/* -----------------
■ スマートフォン用
------------------- */

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

	/* 写真 */
	.modal  .Photo {
	margin: 10px 0;
	}
	
	.modal  .Photo img {
	width: 100%;
	border: solid 1px #000000;
	}
	
	/* 実装カテゴリ */
	.modal .ShopName .Category {
	display: block;
	width: 259px;
	height: 25px;
	background-size: 44px 16px;
	}
	
	.modal .ShopName .Category1 {
	background: url(../item_popup/img/common/Icon_Category1.png?181204) no-repeat;
	background-size: 200px auto;
	}
	
	.modal .ShopName .Category2 {
	background: url(../item_popup/img/common/Icon_Category2.png?181204) no-repeat left top;
	background-size: 200px auto;
	}
	
	.modal .ShopName .Category3 {
	background: url(../item_popup/img/common/Icon_Category3.png?181204) no-repeat left top;
	background-size: 200px auto;
	}
	
	.modal .ShopName .Category4 {
	background: url(../item_popup/img/common/Icon_Category4.png?181204) no-repeat left top;
	background-size: 200px auto;
	}
	
	.modal .ShopName .Category5 {
	background: url(../item_popup/img/common/Icon_Category5.png?181204) no-repeat left top;
	background-size: 200px auto;
	}
	
	.modal .ShopName .Category6 {
	background: url(../item_popup/img/common/Icon_Category6.png?181204) no-repeat left top;
	background-size: 200px auto;
	}
	
	.modal .ShopName .Category7 {
	background: url(../item_popup/img/common/Icon_Category7.png?181204) no-repeat left top;
	background-size: 200px auto;
	}
	
	.modal .ShopName .Category8 {
	background: url(../item_popup/img/common/Icon_Category8.png?181204) no-repeat left top;
	background-size: 200px auto;
	}
	
	.modal .ShopName .Category9 {
	background: url(../item_popup/img/common/Icon_Category9.png?181204) no-repeat left top;
	background-size: 200px auto;
	}
	
	.modal .ShopName .Category10 {
	background: url(../item_popup/img/common/Icon_Category10.png?181204) no-repeat left top;
	background-size: 200px auto;
	}
	
	.modal .ShopName .Category11 {
	background: url(../item_popup/img/common/Icon_Category11.png?181204) no-repeat left top;
	background-size: 200px auto;
	}
	
	.modal .ShopName .Category12 {
	background: url(../item_popup/img/common/Icon_Category12.png?181204) no-repeat left top;
	background-size: 200px auto;
	}
	
	.modal .ShopName .Category13 {
	background: url(../item_popup/img/common/Icon_Category13.png?181204) no-repeat left top;
	background-size: 200px auto;
	}
	
	.modal .ShopName .Category14 {
	background: url(../item_popup/img/common/Icon_Category14.png?181204) no-repeat left top;
	background-size: 200px auto;
	}
	
	
	
	/* 商品情報 */
	.modal .ShopName {
	margin: 0 0 10px 0 !important;
	font-size: 14px;
	line-height: 1.4em;
	}
	
	.modal .ItemName {
	margin: 15px 10px 0 10px;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	color: #a78d10;
	}
	
	.modal .ItemNameS {
	margin: 15px 10px 0 10px;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	color: #a78d10;
	}
	
	.modal .ItemName .Price {
	display: block;
	margin: 0 0 0 0;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	}
	
	.modal .ItemColor {
	margin: 5px 10px 0 10px;
	font-size: 14px;
	line-height: 1.4em;
	}
	
	.modal .Campaign {
	margin: 10px 10px 0 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4em;
	color: #000000;
	}
	
	.modal .ItemInfo {
	margin: 10px 10px 0 10px;
	padding: 0 0 10px 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
	color: #000000;
	background: url(../item_popup/img/common/Texture_Dot.gif) repeat-x left bottom;
	}
	
	.modal .ItemInfoS {
	margin: 10px 10px 0 10px;
	padding: 0 0 10px 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
	color: #000000;
	background: url(../item_popup/img/common/Texture_Dot.gif) repeat-x left bottom;
	}
	
	.modal .ItemInfoK {
	margin: 10px 10px 0 10px;
	padding: 0 0 10px 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2em;
	color: #000000;
	}
	
	.modal .DLVert {
	margin: 0 10px 0 10px;
	}
	
	.modal .DLVert dl {
	margin: 10px 0 0 0;
	}
	
	.modal .DLVert dt {
	font-size: 19px;
	}
	
	.modal .DLVert dd {
	line-height: 1.5em;
	}
	
	/* 閉じるボタン */
	.modal .BtnClose {
	width: 100%;
	margin: 20px auto 0 auto;
	background: #000000;
	}
	
	.modal .BtnClose a {
	display: block;
	width: 300px;
	height: 45px;
	margin: 0 auto 0 auto;
	background: url(../img/common_sp/Btn_Close.png) no-repeat;
	background-size: 300px 45px;
	text-indent: -9999px;
	}


    .item ul {
        text-align: center;
        width: 350px;
        margin-top: 0;
    }
    
    .item ul li {
	width: 48.0%;
	/* margin-right: 4%; */
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 10px;
    }
    
    .item ul li .floar {
        text-align: left;
        font-size: 12px;
    }
/*
    .item ul li:nth-child(4n+3) {
	margin-right: 0;
    }
*/
    .item ul li a:hover {
        opacity: 0.5;
        transition: 0.5s;
    }
    .item ul li .image {
        width: 100%;
    }
    
     .item ul {
	 color: #000;
	}   
    

    .hidden {
        display: block;
        background: transparent !important;
        margin-left: 0 !important;
    }
    .hidden .modalBar {
        background: #fff;
        position: fixed;
        top: 56px;
        width: 100%;
        height: 35px;
    }
    .hidden .modalClose {
        position: absolute;
        top: 40px;
        right: -5px;
        font-size: 0;
    }
    .hidden .inner { 
	    margin: 30px 0 0 0;
        padding: 0;
        display: block;
        background: transparent !important;
    }
    .hidden .inner .l {
	    float: none;
        width: 100%;
        padding: 0;
        font-size: 0;
        box-sizing: border-box;

    }
    .hidden .inner .l img {
        font-size: 0;
		
    }
    .hidden .inner .l a {
        display: none;
    }
    .hidden .inner .l .modalClose {
        display: block;
    }
    
    .hidden .inner .l img {
        width: 86%;
        margin: 0 auto;
    }

    .hidden .inner .l .Thumb {
	background: #fff;
    padding: 55px 0 0 0;
    text-align: center;
    }

    .hidden .inner .r {
	    float: none;
        padding: 20px;
        background-color: #fff;
        width: 100%;
        margin: 0 auto;
    }
    .hidden .inner .r .floar {
        font-size: 12px;
        line-height: 1.2;
        padding-top: 15px;
        padding-bottom: 0;
    }
    .hidden .inner .r a {
        margin-top: 0;
    }
    .hidden .inner .r .brand_ttl {
        margin: 0 20px 5px 20px;
        font-size: 18px;
        font-weight: normal;
/*         letter-spacing: 2px; */
    }
    .hidden .inner .r .border {
        margin-left: 20px;
        margin-bottom: 15px;
    }
/*
    .hidden .inner .r p {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 1px;
        margin-right: 20px;
    }
*/
    .hidden .inner .r .PriceLead {
        font-size: 90%;
    }
    .modalOpen:hover {
        opacity: 1;
        transition: 0;
    }
    .modalOpen .floar {
        margin-bottom: 10px;
    }
    .modalOpen .bgB {
        line-height: 100%;
    }
    .modalBar {
        padding: 20px 0;
        text-align: center;
        font-size: 0;
    }
    .modalBar img {
        width: 190px;
    }
    .modalClose {
        top: 25px;
    }
    .modalClose img {
        width: 30px;
    }
    #page-top {
        right: 10px;
        bottom: 10px;
    }
    #page-top img {
        width: 60px;
    }
}


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

    .item ul {
    width: auto !important;
    }

}



@charset "UTF-8";
/* -----------------
■ デフォルトリセット
------------------- */

body {
    margin: 0;
    position: relative;
}

img {
    width: 100%;
    height: auto;
    border: none;
    vertical-align: bottom;
}

/* -----------------
■ 構成
------------------- */

.MainWrap {
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.MainWrap {
    margin-bottom: 80px;
/*     background-color: #e70012; */
}

.contents {
    width: 100%;
    margin: 0 auto;
}

.contents .Lead {
	line-height: 1.8em;
	color: #fff;
}

.contents .Kome {
color: #fff;
text-align: left;
font-size: 12px;
margin-bottom: 30px;
}


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


	#l-utility {
	height: 44px;
	}

}


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

	#l-utility {
	height: auto;
	}

}



.MainArea {
margin-bottom: 30px;
position: relative;
}

.MainAreaPh {
width: 100% !important;
height: auto;
margin-right: 0 !important;
}

.MainArea .txtBox {
    padding: 0 15px;
    box-sizing: border-box;
}

.MainArea .floar {
color: #f6dbbd;
}

.MainArea .Price,
.MainArea .txt,
.MainArea .txt a {
color: #fff !important;
}


/* -----------------
■ page-top
------------------- */

#page-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    margin: 0;
    padding: 0;
    text-align: right;
}

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

    #page-top {
        right: 10px;
        bottom: 10px;
        z-index: 25 !important;
    }
    
    #page-top img {
        width: 60px;
    }

}

@media only screen and (max-width: 767px) {
	
	.pc {
	display: none!important;
	}
	
}

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

	.sp {
	display: none !important;
	}

}

/*
.LRBox {
background-color: blue;
}

.LRBox .LBox {
float: left;
background-color: blue;
}

.LRBox .RBox {
float: right;
}
*/



/* -----------------
■ 汎用
------------------- */

.lh0 {
    line-height: 0;
}

.clearFix:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

/* -----------------
■ Media Queries
------------------- */

.pc {
    display: block;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

.sp {
    display: block;
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}
