@charset "utf-8";
/* CSS Document */


/****************************************
基本
****************************************/
*{
	margin: 0;
	padding: 0;
}
body{
	line-height: 1.7;
	letter-spacing: 0.05em;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-weight: normal;
}
p{
	margin: 0;
}
img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
a, a:visited{
	color: inherit;
	text-decoration: none;
}
a:hover{
	opacity: 0.7;
	color: inherit;
	text-decoration: none;
}
ul, ol {
	list-style: none;
}

/****************************************
main
****************************************/
main.fs-l-main{
	max-width: inherit;
	margin: 0;
	padding: 0;
}
@media (min-width: 768px){
	.fs-l-pageMain, 
	.fs-l-sideArea + .fs-l-pageMain{
		max-width: 1240px;
		margin: 0 auto;
		padding: 0 20px;
	}
}


/****************************************
タイトル
****************************************/
.pageTitleE{
	padding: 1.2em 0 10px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}
@media screen and (min-width:768px) {
	.pageTitleE{
		padding: 85px 0 14px;
		font-size: 26px;
	}
}

/****************************************
プライバシーポリシー
****************************************/
.privacy{
    margin: 0 auto;
    padding: 40px 25px;
    max-width: 600px;
}

.privacy h1{
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: center;
    font-weight: normal;
}

.privacy p{
    font-size: 1.2rem;
}

.privacy dl{
    margin-top: 40px;
}
.privacy p.lead{
	text-align: center;
	margin-bottom: 40px;
}

.privacy dt{
    font-size: 15px;
    margin-bottom: 10px;
}

.privacy dd{
    font-size: 1.2rem;
}

.privacy ol{
    margin-left: 2em;
}

.privacy ol li{
	counter-increment: cnt;
	position: relative;
}

.privacy ol li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em;
	width: 3em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
@media (min-width: 768px){
    .privacy{
        margin: 0 auto;
        margin-top: 80px;
    }
}





/****************************************
特定商取引法に基づく表示
****************************************/
.fs-body-about-terms .fs-l-pageMain{
    margin: 40px 25px;
    max-width: 600px;
}
.fs-body-about-terms h1.fs-c-heading--page{
	padding: 0;
	font-size: 1.5rem;
	margin: 0 0 40px;
	border-bottom: none;
	text-align: center;
	font-weight: normal;
}
.legal h2{
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.legal table{
    width: 100%;
    border-spacing: 0px;
    border-bottom: solid 1px;
    border-collapse:collapse;
}
.legal--table{
    margin-bottom: 40px;
}
.legal th{
    width: 100%;
    border: solid 1px;
    display: block;
    border-bottom: 0px;
    border-collapse:collapse;
    padding: 5px;
    text-align: left;
    padding-left: 15px;
    background-color: #F4F3EE;
    font-weight: normal;
}
.legal td{
    width: 100%;
    border: solid 1px;
    display: block;
    border-bottom: 0px;
    border-collapse:collapse;
    padding: 5px;
    padding-left: 15px;
}
.legal p{
    font-size: 1.2rem;
}
.legal dl{
    margin-top: 40px;
}
.legal dt{
    font-size: 15px;
    margin-bottom: 10px;
}
.legal dd{
    font-size: 1.2rem;
}
.legal ol{
    margin-left: 2em;
}
.legal ol li{
	counter-increment: cnt;
	position: relative;
}
.legal ol li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em;
	width: 3em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
.legal ul li{
    list-style-type: disc;
    margin-left: 25px;
}
@media (min-width: 768px){
	.fs-body-about-terms .fs-l-pageMain{
		margin: 80px auto 0;
	}
	.legal h2{
		text-align: center;
	}
}





/****************************************
collection
****************************************/
/* 画面外にいるとき */
.effect-fade {
    opacity: 0;
    transform: translate(0, 100px); /* フェードインで動く高さを指定 */
    transition: all 2000ms; /* フェードインにかかる時間を指定 */
}
/* 画面内に入ったら */
.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}
.collection--content{
    max-width: 1280px;
    margin: 0 auto;
}
.collection--content h1{
    text-align: center;
    font-weight: normal;
    font-size: 1.5rem;
    padding: 40px 0;
}
.collection--content__item01{
    width: 60%;
    padding-top: 40px;
}
.collection--content__item02{
    width: 60%;
    margin: 0 0 0 auto;
}
.collection--content__item03{
    width: 70%;
    padding-top: 60px;
}
.collection--content__item04{
    width: 90%;
    padding-top: 60px;
    margin: 0 auto;
}
.collection--content__item05{
    width: 45%;
    padding-top: 100px;
    padding-right: 10px;
    margin: 0 0 0 auto;
}

.collection--content__item06{
    width: 75%;
    padding-top: 15px;
}
.collection--content__item07{
    width: 95%;
    padding-top: 100px;
    margin: 0 auto;
}
.collection--content__item08{
    width: 55%;
    padding-top: 80px;
    margin: 0 auto;
}
.collection--content__item09{
    width: 55%;
    padding-top: 20px;
    margin: 0 auto;
}
.collection--content__item10{
    padding-top: 60px;
}
.collection--content__item11{
    width: 75%;
    padding-top: 60px;
}
.collection--content__item12{
    width: 85%;
    padding-top: 100px;
    margin: 0 auto;
}
.collection--content__item13{
    width: 45%;
}
.collection--content__item14{
    width: 70%;
    margin: 0 0 0 auto;
    margin-top: 40px;
}
.collection--content__item15{
    width: 55%;
    margin: 0 auto;
    padding-top: 100px;
}
.collection--content__item16{
    width: 55%;
    margin: 0 auto;
    padding-top: 15px;
}
@media (min-width: 768px){
    .collection--content h1{
        font-size: 1.8rem;
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .collection--content__wrap{
        display: flex;
        justify-content: center;
        padding: 0 25px;
        margin-top: 130px;
    }
    .collection--content__item01{
        padding-top: 0;
    }
    .collection--content__item03{
        padding-top: 150px;
        width: 45%;
        margin-left: 25px;
    }
    .collection--content__item05{
        padding-top: 150px;
    }
    .collection--content__item07{
        padding-top: 200px;
    }
    .collection--content__wrap02{
        display: flex;
        width: 50%;
        margin: 0 auto;
        padding-top: 200px;
    }
    .collection--content__item08{
        padding-top: 0;
        padding-right: 5px;
    }
    .collection--content__item09{
        padding-top: 0;
        padding-left: 5px;
    }
    .collection--content__item10{
        padding-top: 200px;
    }
    .collection--content__wrap03{
        display: flex;
        margin: 0 auto;
        padding-top: 200px;
        justify-content: space-between;
        align-items: center;
    }
    .collection--content__item11{
        padding-top: 0;
        width: 40%;
    }
    .collection--content__item12{
        padding-top: 0;
        width:50%;
        margin: 0;
    }
    .collection--content__item13{
        padding-top: 200px;
    }
    .collection--content__item14{
        padding-top: 160px;
    }
    .collection--content__wrap04{
        padding-top: 130px;
    }
    .collection--content__item15{
        padding-top: 0;
        padding-right: 5px;
    }
    .collection--content__item16{
        padding-top: 0;
        padding-left: 5px;
    }
}


/****クレジット****/
.colCredit .colItem{
	width: 100%;
	padding-top: 40px;
}
.colCredit .collection--content__item04{
	width: 90%;
}
.colCredit .collection--content__item07{
	width: 95%;
}
.colCredit .collection--content__item08,
.colCredit .collection--content__item09{
	width: 55%;
}

.colCredit .colItem img{
	display: block;
}
.colCredit .collection--content__item01 img{
	width: 60%;
}
.colCredit .collection--content__item02 img{
	width: 60%;
	margin: 0 0 0 auto;
}
.colCredit .collection--content__item03 img{
	width: 70%;
}
.colCredit .collection--content__item05 img{
	width: 45%;
	margin: 0 0 0 auto;
}
.colCredit .collection--content__item06 img{
	width: 75%;
}
.colCredit .collection--content__item11 img{
	width: 75%;
}
.colCredit .collection--content__item12 img{
	width: 60%;
	margin: 0 0 0 auto;
}
.colCredit .collection--content__item14 img{
	width: 75%;
}

.colCredit .collection--content .credit{
	padding: 10px 10px 0;
	white-space:nowrap;
	line-height: 1.7;
	font-size: 10px;
	color: #000000;
}
.colCredit .collection--content .collection--content__item04 .credit, 
.colCredit .collection--content .collection--content__item07 .credit, 
.colCredit .collection--content .collection--content__item08 .credit, 
.colCredit .collection--content .collection--content__item09 .credit,
.colCredit .collection--content .collection--content__item12 .credit{
	padding-left: 0;
}
.colCredit .collection--content .collection--content__item05 .credit{
	padding-right: 0;
}
.colCredit .collection--content .collection--content__item02 .credit, 
.colCredit .collection--content .collection--content__item05 .credit, 
.colCredit .collection--content .collection--content__item12 .credit{
	text-align: right;
}
.colCredit .collection--content .credit span.cs{
	font-size: 80%;
	color: #333333;
}
.colCredit .collection--content .credit a{
	display: inline-block;
	border: solid 1px #000000;
	padding: 2px 8px 0;
	line-height: 1.25;
	font-size: 8px;
}
.colCredit .collection--content .credit a:hover{
	background-color: #000000;
	color: #ffffff;
	opacity: 1;
}
@media (min-width: 768px){
	.colCredit .colItem{
		padding-top: 120px;
	}
	.colCredit .collection--content__wrap{
		margin-top: 0;
	}
	.colCredit .collection--content__item01{
		width: 60%;
	}
	.colCredit .collection--content__item02{
		width: 60%;
	}
	.colCredit .collection--content__item03{
		width: 45%;
		padding-top: 120px;
	}
	.colCredit .collection--content__item05{
		width: 45%;
	}
	.colCredit .collection--content__item06{
		width: 75%;
	}
	.colCredit .collection--content__item07{
		width: 95%;
	}
	.collection--content__wrap02, 
	.collection--content__wrap03{
		padding-top: 0;
	}
	.colCredit .collection--content__item11{
		width: 40%;
	}
	.colCredit .collection--content__item12{
		width: 60%;
		margin: 0 0 0 auto;
	}
	.colCredit .collection--content__item14{
		width: 75%;
		margin: 0;
	}
	.colCredit .colItem img{
		width: 100%;
	}
	
	.colCredit .collection--content .credit{
		padding: 10px 0 0;
		line-height: 1.75;
		font-size: 16px;
	}
	.colCredit .collection--content .collection--content__item02 .credit, 
	.colCredit .collection--content .collection--content__item05 .credit, 
	.colCredit .collection--content .collection--content__item12 .credit{
		text-align: left;
	}
	.colCredit .collection--content .credit a{
		padding: 0 10px;
		line-height: 1.6;
		font-size: 10px;
		transform: translateY(-2px);
	}
}

.col22fw.colCredit .collection--content .collection--content__item02 .credit{
	margin: 0 0 0 auto;
	padding-left: 0;
	text-align: left;
}
.col22fw.colCredit .collection--content .collection--content__item02 .credit{
	width: 60%;
}
@media (min-width: 768px){
	.col22fw.colCredit .collection--content .collection--content__item02 .credit{
		width: 100%;
	}
}
/****************************************
collection 2023SS
****************************************/
.collection01.col23ss h1{
	max-width: 1500px;
	margin: 0 auto;
}
.collection01.col23fw h1{
	max-width: 1200px;
	margin: 0 auto;
}
.collection01 h1.oText{
    text-align: center;
    font-weight: normal;
    font-size: 1.5rem;
    padding: 40px 0;
}

.collection01 .collectionList01{
	display: flex;
	flex-wrap: wrap;
	max-width: 1060px;
	margin: 0 auto;
}
.collection01.col23fw .collectionList01{
	max-width: 1280px;
}
.collection01 .collectionList01 .colItem{
	width: 50%;
	padding: 18px 10px;
	text-align: center;
	line-height: 1.4444;
	font-weight: 500;
}
.collection01 .collectionList01 .colItemImg{
	margin-bottom: 12px;
}
.collection01 .collectionList01 .colItem .colItemName{
	margin: 10px 0 7px;
}
.colItemColorchip{
	display: flex;
	flex-wrap: wrap;
	width: 86.6666%;
	margin: 0 auto;
}
.col23fw .colItemColorchip{
	justify-content: center;
}
.colItemColorchip li{
	width: 25%;
	padding: 0.96% 1.28%;
}
.colItemColorchip li span{
	display: block;
	width: 100%;
	height: 1.2vw;
}
.colItemColorchip li.ecru span{
	background-color: #dbc7b4;
}
.colItemColorchip li.anthracite span{
	background-color: #4d4a43;
}
.colItemColorchip li.grey span{
	background-color: #918d8a;
}
.colItemColorchip li.navy span{
	background-color: #0e2b47;
}
.colItemColorchip li.bluefonce span{
	background-color: #2a5483;
}
.colItemColorchip li.blue span{
	background-color: #027db9;
}
.colItemColorchip li.orange span{
	background-color: #de5a3b;
}
.colItemColorchip li.lightgreen span{
	background-color: #9dd0d1;
}
.colItemColorchip li.yellow span{
	background-color: #fdd753;
}
.colItemColorchip li.ciel span{
	background-color: #c2d8e6;
}
.colItemColorchip li.fuchisia span{
	background-color: #d80556;
}
.colItemColorchip li.rose span{
	background-color: #f1ceba;
}
.colItemColorchip li.kaki span{
	background-color: #4f553b;
}
.colItemColorchip li.green span{
	background-color: #269e68;
}
.colItemColorchip li.noir span{
	background-color: #23241d;
}
.colItemColorchip li.marron span{
	background-color: #7d7a75;
}
.colItemColorchip li.beige span{
	background-color: #e3c59a;
}
.colItemColorchip li.corail span{
	background-color: #e07a79;
}
.colItemColorchip li.red span{
	background-color: #c7091c;
}

.colItemColorchip li.sco_rose span{
	background-color: #c8a6a4;
}
.colItemColorchip li.sco_noir span{
	background-color: #060606;
}
.colItemColorchip li.sco_kaki span{
	background-color: #595d4f;
}
.colItemColorchip li.she_beige span{
	background-color: #cbad8b;
}
.colItemColorchip li.she_noir span{
	background-color: #0b0b0b;
}
.colItemColorchip li.she_marron span{
	background-color: #362920;
}
@media (min-width: 768px){
	.collection01 h1.oText{
		font-size: 1.8rem;
		margin-top: 80px;
	}
	.collection01 .collectionList01 .colItem{
		width: 33.3333%;
		width: calc(100% / 3);
		padding: 26px 30px;
		font-size: 18px;
	}
	.collection01.col23fw .collectionList01 .colItem{
		width: 50%;
		padding: 30px 40px;
	}
	.collection01 .collectionList01 .colItem .colItemName{
		margin: 20px 0 14px;
	}
	.colItemColorchip li{
		padding: 3px 4px;
	}
	.colItemColorchip li span{
		height: 10px;
	}
}
/****************************************
collection 2024FW
****************************************/
.col24fw{
	max-width: 1040px;
	margin: 0 auto;
}
.col24fw.colCredit .colItem{
	padding-top: 60px;
}
.col24fw .colItem01{
	width: 92%;
	margin: 0 auto;
}
.col24fw .colItem02, 
.col24fw .colItem04, 
.col24fw .colItem07{
	width: 76%;
	margin: 0 0 0 auto;
}
.col24fw .colItem03{
	width: 92%;
}
.col24fw .colItem05{
	width: 70%;
	margin: 0 21% 0 9%;
}
.col24fw .colItem08{
	width: 70%;
}
.col24fw .colItem09{
	width: 70%;
	margin: 0 0 0 auto;
}

@media (min-width: 768px){
	.col24fw{
		padding: 0 20px;
	}
	.col24fw.colCredit .colItem{
		padding-top: 110px;
	}
	.col24fw.colCredit .colItem01{
		padding-top: 20px;
	}
}
/****************************************
collection 2025SS
****************************************/
.col25ss{
	max-width: 1040px;
	margin: 0 auto;
}
.col25ss.colCredit .colItem{
	padding-top: 60px;
}
.col25ss .colItem01{
	width: 100%;
}
.col25ss .colItem02, 
.col25ss .colItem08, 
.col25ss .colItem11, 
.col25ss .colItem12{
	width: 66%;
}
.col25ss .colItem03, 
.col25ss .colItem06{
	width: 61%;
}
.col25ss .colItem04, 
.col25ss .colItem07, 
.col25ss .colItem09, 
.col25ss .colItem10, 
.col25ss .colItem13{
	width: 70%;
}
.col25ss .colItem05{
	width: 76%;
}

.col25ss .colItem02, 
.col25ss .colItem04, 
.col25ss .colItem09, 
.col25ss .colItem12{
	margin: 0 0 0 auto;
}
.col25ss .colItem05{
	margin: 0 0 0 12%;
}
.col25ss .colItem07{
	margin: 0 0 0 22%;
}
.col25ss .colItem08{
	margin: 0 0 0 6%;
}
.col25ss .colItem10, 
.col25ss .colItem13{
	margin: 0 0 0 15%;
}
@media (min-width: 768px){
	.col25ss{
		padding: 0 20px;
	}
	.col25ss.colCredit .colItem{
		padding-top: 110px;
	}
	.col25ss.colCredit .colItem01{
		padding-top: 20px;
	}
}


/****************************************
collection ハブ
****************************************/
.collections{
	margin: 30px auto;
	text-align: center;
}
.collections .collectionsYear h2{
	line-height: 7vw;
	font-size: 3.4vw;
	font-weight: bold;
}
.collections .collectionsYear ul{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 2.5vw 7vw 2vw;
}
.collections .collectionsYear ul::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1px;
	height: 100%;
	background-color: #474747;
}
.collections .collectionsYear ul li{
	position: relative;
	width: 50%;
	line-height: 1.36;
	font-size: 2.8vw;
}
.collections .collectionsYear ul li:nth-of-type(even){
	margin-top: 5vw;
	padding-left: 6vw;
}
.collections .collectionsYear ul.oSS li:nth-of-type(even){
	margin-top: 0;
}
.collections .collectionsYear ul li::before{
	content: '';
	position: absolute;
	top: 1.9vw;
	display: block;
	width: 4vw;
	height: 1px;
	background-color: #474747;
}
.collections .collectionsYear ul li:nth-of-type(odd)::before{
	right: 0;
}
.collections .collectionsYear ul.oSS li:nth-of-type(odd)::before{
	content: none;
}
.collections .collectionsYear ul li:nth-of-type(even)::before{
	left: 0;
}
.collections .collectionsYear ul li a{
	text-decoration: underline;
}
@media (min-width: 768px){
	.collections{
		margin: 90px auto;
	}
	.collections .collectionsYear h2{
		line-height: 30px;
		font-size: 24px;
	}
	.collections .collectionsYear ul{
		padding: 30px 0 80px;
	}
	.collections .collectionsYear ul li{
		font-size: 18px;
	}
	.collections .collectionsYear ul li:nth-of-type(odd){
		padding-right: 60px;
		text-align: right;
	}
	.collections .collectionsYear ul li:nth-of-type(even){
		margin-top: 50px;
		padding-left: 60px;
		text-align: left;
	}
	.collections .collectionsYear ul li::before{
		top: 12px;
		width: 40px;
	}
}



/****************************************
コンタクト
****************************************/
.contact{
    margin: 0 auto;
    padding: 40px 25px;
    max-width: 600px;
}

.contact h1{
    font-size: 1.5rem;
    margin-bottom: 40px;
    text-align: center;
    font-weight: normal;
}
.contact p{
    font-size: 1.2rem;
}
.contact p.note{
	max-width: 300px;
	padding-top: 10px;
	font-size: 1.1rem;
}
.contact p.note .req{
	color: #FF1515;
}
.contact p.lastText{
	padding-top: 20px;
}
.send p{
    text-align: center;
    padding: 3px;
    font-size: 1.1rem;
    border: solid 1px;
    vertical-align: middle;
    text-decoration: none;
    width: 135px;
    margin: 0 auto;
    margin-top: 15px;
}
.contact_content_box{
    margin: 0;
}
.contact_content_box.flex{
	display:-webkit-flex; display:flex;
	-webkit-justify-content:space-between; justify-content:space-between;
}
.contact_content_box.flex > span{
	width: 48%;
}
#contact_form .input_item .clearfix .contact_content_box.flex input[type="text"]{
	width: 100%;
}
.form-text{
	padding-top: 5px;
	font-size: 110%;
}
#contact_form dl dd.contact_content_box{
	padding-top: 5px;	
}
#contact_form dl dd.contact_content_box:first-of-type{
	padding-top: 0;
}
.radio_button_content{
    display: block;
    border: solid 1px;
    margin: 5px 0px;
    width: 305px;
    padding: 5px 15px; 
}

#contact_form .input_item .clearfix {
    max-width: 300px;
    margin: 0 auto;
}

.contact_title{
    margin-top: 22px;
    margin-bottom: 5px;
}

#contact_form .input_item .clearfix .contact_title {
    font-size: 1.2rem;
}

#contact_form .input_item .clearfix .contact_title span.req {
	color: #FF1515;
}

#contact_form .input_item .clearfix .contact_content_box li {
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 30px;
    height: 30px;
    padding: 3px 0;
}

#contact_form .input_item .clearfix .contact_content_box input[type="text"],
#contact_form .input_item .clearfix .contact_content_box input[type="number"],
#contact_form .input_item .clearfix .contact_content_box input[type="email"],
#contact_form .input_item .clearfix .contact_content_box input[type="tel"]{
		width: 100%;
    padding: 10px 10px;
    height: 35px;
    margin: 0;
    
}

#contact_form .input_item .transmission input[type="submit"] {
	border: 1px solid #000000;
    /* background: #F4D4D4; */
    font-size: 1.1rem;
    text-shadow: none;
    color: #000000;
		width: 100%;
    max-width: 150px;
    /* padding: 30px 0; */
    display: block;
    opacity: 1.0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    height: 35px;
    margin: 0 auto;
    margin-top: 70px;
}

#contact_form .input_item .transmission input[type="submit"]:hover {
    background: #F4D4D4;
	opacity:0.85;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#contact_form .input_item .clearfix .contact_content_box input[type="text"].inp_error,
#contact_form .input_item .clearfix .contact_content_box input[type="number"].inp_error,
#contact_form .input_item .clearfix .contact_content_box input[type="tel"].inp_error,
#contact_form .input_item .clearfix .contact_content_box textarea.inp_error,
#contact_form .input_item .clearfix .contact_content_box .radio_button_content input[type="radio"].inp_error{
    border: 1px solid #F88A8A;
    background: #F4D4D4;
}

#contact_form .input_item .clearfix .contact_content_box textarea {
    width: 100%;
    padding: 10px 10px;
}

#energy_contact #send_status{
	padding: 5px 0 25px;
    text-align: center;
}

#energy_contact #send_status p{
	width: 480px;
	margin: 0 auto;
    padding: 0 15px;
    line-height: 50px;
    font-size: 25px;
    border: 1px solid #3c763d;
    border-radius: 4px;
    background-color: #dff0d8;
    color: #3c763d;
}

span.error_m {
	font-size: 1.2rem;
	font-weight: normal;
	color: #FF4040;
	display: block;
	margin: 0;
}

.contact--modal{
    top: 0;
    left: 0;
    position: fixed;
    border: solid 1px;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999;
    width: 100vw;
    display: none;
}

.contact--modal__verification{
    width: 80%;
    height: 80%;
    background-color: white;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 40px 25px;
}

.contact--modal__verification p{
    text-align: center;
}

.contact--modal__verification a{
    text-align: center;
    width: 135px;
    padding: 6px 0;
    border: solid 1px;
    font-size: 11px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.verification-txt{
    padding-top: 40px;
    color: red;
}

.contact--modal__thank{
    top: 0;
    left: 0;
    position: fixed;
    border: solid 1px;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999;
    width: 100vw;
    display: none;
}

.contact--modal__thank2{
    width: 80%;
    height: 80%;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 40px 25px;
}

.close02{
    text-align: center;
    width: 135px;
    margin: 0 auto;
    padding: 5px;
    border: solid 1px;
    margin-top: 40px;
}
.contact--modal__thank2 h2{
    text-align: center;
}
.custom-select{
    width: 100%;
    height: 35px;
		appearance: auto;
}
@media (min-width: 768px){
    .contact{
        margin: 0 auto;
        margin-top: 80px;
    }
    .contact p{
        font-size: 1.6rem;
        text-align: center;
    }
}


/********************テーブル********************/
.fs-l-pageMain .table02{
	border-collapse: collapse;
	border: solid 1px #e1e1e1;
	border-bottom: none;
}
.fs-l-pageMain .table02 td,
.fs-l-pageMain .table02 th{
	padding: 0.5rem 1rem;
	border-bottom: solid 1px #e1e1e1;
}
.fs-l-pageMain .table02 th{
	font-weight: normal;
	background-color: #ffffff;
	border-right: solid 1px #e1e1e1;
}
.fs-l-pageMain .table02 .th01{
	background-color:#F4F3EE;
	text-align: center;
	color: #333333;
}
/********************／テーブル********************/
/********************リスト********************/
.fs-l-pageMain ol.numCir li{
	position: relative;
	padding: 0 0 0 1.2em;
}
.fs-l-pageMain ol.numCir li::before{
	position: absolute;
	top: 0;
	left: 0;
}
.fs-l-pageMain ol.numPar li:nth-of-type(1)::before{content: '(1)';}
.fs-l-pageMain ol.numPar li:nth-of-type(2)::before{content: '(2)';}
.fs-l-pageMain ol.numPar li:nth-of-type(3)::before{content: '(3)';}
.fs-l-pageMain ol.numPar li:nth-of-type(4)::before{content: '(4)';}
.fs-l-pageMain ol.numPar li:nth-of-type(5)::before{content: '(5)';}
.fs-l-pageMain ol.numPar li:nth-of-type(6)::before{content: '(6)';}
.fs-l-pageMain ol.numPar li:nth-of-type(7)::before{content: '(7)';}
.fs-l-pageMain ol.numPar li:nth-of-type(8)::before{content: '(8)';}
.fs-l-pageMain ol.numPar li:nth-of-type(9)::before{content: '(9)';}
.fs-l-pageMain ol.numCir li:nth-of-type(1)::before{content: '\02460';}
.fs-l-pageMain ol.numCir li:nth-of-type(2)::before{content: '\02461';}
.fs-l-pageMain ol.numCir li:nth-of-type(3)::before{content: '\02462';}
.fs-l-pageMain ol.numCir li:nth-of-type(4)::before{content: '\02463';}
.fs-l-pageMain ol.numCir li:nth-of-type(5)::before{content: '\02464';}
.fs-l-pageMain ol.numCir li:nth-of-type(6)::before{content: '\02465';}
.fs-l-pageMain ol.numCir li:nth-of-type(7)::before{content: '\02466';}
.fs-l-pageMain ol.numCir li:nth-of-type(8)::before{content: '\02468';}
.fs-l-pageMain ol.numCir li:nth-of-type(9)::before{content: '\02469';}

.fs-l-pageMain ul.dot{
	margin: 0;
	padding: 0;
	list-style: none;
}
.fs-l-pageMain ul.dot li{
	position: relative;
	padding: 0 0 0 1.2em;
}
.fs-l-pageMain ul.dot li::before{
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}
/********************／リスト********************/
.mb20{margin-bottom: 20px !important;}
/********************ご利用ガイド********************/
.guide{
	max-width: 1000px;
	margin: 40px auto;
}
.guide h1{
	font-size: 1.5rem;
	margin: 0 0 40px;
	text-align: center;
	font-weight: normal;
}
/**ナビ**/
.guide .list_pagemenu{
	display: none;
}
@media screen and (min-width:768px) {
	.guide .list_pagemenu{
		display:-webkit-flex; display:flex;
		-webkit-flex-wrap:wrap; flex-wrap:wrap;
		-webkit-justify-content:center; justify-content:center;
		margin-bottom: 4rem;
		padding: 0.6rem 0.4rem;
		border: solid 1px #333333;
	}
	.guide .item_pagemenu{
		width: 33.33333%;
		width: calc(100%/3);
		padding: 1rem 0.4rem;
	}
	.guide .item_pagemenu::before{
		content: none;
	}
	.guide .item_pagemenu h2.menutitle{
		text-align: left;
		font-size: 16px;
	}
	.guide .item_pagemenu .item_second{
		padding-left: 0;
	}
	.guide .item_pagemenu .item_second::before{
		content: none;
	}
	.guide .item_pagemenu a{
		position: relative;
		padding-left: 1.2em;
	}
	.guide .item_pagemenu a::before{
		content: '';
		position: absolute;
		top: 0.2em;
		left: 0;
		display: block;
		width: 0.5em;
		height: 0.5em;
		border-bottom: solid 2px #333333;
		border-left: solid 2px #333333;
		transform: rotate(-45deg);
	}
	.guide .item_pagemenu h2 a::before{
		top: 0.2em;
		border-width: 3px;
	}
	.guide .item_pagemenu a:hover::before{
		border-color: #333333;
	}
	.guide .item_pagemenu .list_second{
		padding-left: 0.5rem;
	}
}
/**／ナビ**/

.fs-l-pageMain .title01{
	margin: 0 0 1rem;
	padding: 0 1rem;
	text-align: left;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
}
.fs-l-pageMain .titleG01{
	margin: 0 0 1rem;
	padding: 0.5em 1rem;
	background-color: #F4F3EE;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
}
@media screen and (min-width:768px) {
	.fs-l-pageMain .title01{
		margin: 0 0 0.5rem;
		font-size: 16px;
	}
	.fs-l-pageMain .titleG01{
		margin: 0 0 0.5rem;
		font-size: 14px;
	}
}
.guide .guiCont01{
	padding-bottom: 2rem;
}
.guide .infoCont01{
	padding-bottom: 2px;
}
.guide .infoCont01.active{
	padding-bottom: 2rem;
}
.guide .infoCont01 h3{
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
}
.guide .infoCont01.active h3{
	margin-bottom: 1rem;
}
.guide .infoCont01 h3::after{
	content: '';
	position: absolute;
	top: 1em;
	right: 1rem;
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-bottom: solid 2px #737373;
	border-left: solid 2px #737373;
	transform: rotate(-45deg);
	transition: 0.5s;
}
.guide .infoCont01.active h3::after{
	transform: rotate(-225deg);
}
.guide .infoCont01 > *:not(h3){
	max-height: 0;
	padding: 0 1.5rem;
	overflow: hidden;
	transition: 1s;
}
.guide .infoCont01.active > *:not(h3){
	max-height: 9999px;
}
@media screen and (min-width:768px) {
	.guide .guiCont01{
		padding-top: 2rem;
		margin-top: -2rem;
	}
	.guide .infoCont01{
		padding-top: 2rem;
		margin-top: -2rem;
	}
	.guide .infoCont01,
	.guide .infoCont01.active{
		padding-bottom: 2.5rem;
	}
	.guide .infoCont01 h3, 
	.guide .infoCont01.active h3{
		margin-bottom: 0.5rem;
		cursor: auto;
	}
	.guide .infoCont01 h3::after{
		content: none;
	}
	.guide .infoCont01 > *:not(h3){
		max-height: 9999px !important;
	}
}

.guiCont01 .numCir li{
	margin-top: 0.5rem;
}
/********************／ご利用ガイド********************/


/****************************************
News & Media
****************************************/
.newsCont{
	margin: 0 auto;
	padding: 0 5%;
}
.newsCont .fs-pt-list__item{
	display:-webkit-flex; display:flex;
	-webkit-flex-direction:column; flex-direction:column;
	padding-top: 1.46875em;
	padding-bottom: 0.8125em;
	border-bottom: 1px solid #000000;
	line-height: 1.875;
}
.newsCont .fs-pt-list__item a{
	display:-webkit-flex; display:flex;
	-webkit-flex-direction:column; flex-direction:column;
}
.newsCont .fs-pt-list__item time{
	-webkit-flex-shrink:0; flex-shrink:0;
	margin-bottom: 0.5em;
	white-space: nowrap;
}
@media (min-width: 768px){
	.newsCont{
		max-width: 600px;
		padding: 0;
	}
	.newsCont .fs-pt-list:first-of-type{
		padding-top: 45px;
	}
	.newsCont .fs-pt-list__item{
		-webkit-flex-direction:row; flex-direction:row;
		padding-top: 9px;
		padding-bottom: 8px;
		line-height: 2;
		font-size: 16px;
	}
	.newsCont .fs-pt-list__item a{
		-webkit-flex-direction:row; flex-direction:row;
	}
	.newsCont .fs-pt-list__item time{
		margin: 0 0.8em 0 0;
	}
}
.newsCont .newsDate, 
.newsCont .newsTitle,
.newsCont .newsBody{
	text-align: left;
	line-height: 1.875;
	font-size: 12px;
}
.newsCont .newsDate{
	margin: 0;
	padding-top: 1.625em;
}
.newsCont .newsTitle{
	margin: 0;
	padding: 0.4375em 0 1.375em;
}
.newsCont .newsBody img{
	width: auto;
}
.newsCont .newsBody a{
	text-decoration: underline;
}
.newsCont .newsBody > *{
	margin-bottom: 6vw;
}
.newsCont .newsBody > *:last-child{
	margin-bottom: 0;
}
.newsCont .newsBody .flex2{
	display:-webkit-flex; display:flex;
	-webkit-flex-wrap:wrap; flex-wrap:wrap;
	margin: -3vw -3vw 3vw;
}
.newsCont .newsBody .flex2 > *{
	width: 50%;
	padding: 3vw;
}
.newsCont .backToList{
	display:-webkit-flex; display:flex;
	-webkit-justify-content:flex-end; justify-content:flex-end;
	margin-top: 74px;
	line-height: 30px;
	font-size: 12px;
}
.newsCont .backToList a{
	display:-webkit-flex; display:flex;
}
.newsCont .backToList span{
	padding-right: 5px;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (min-width:768px) {
	.newsCont .newsDate, 
	.newsCont .newsTitle,
	.newsCont .newsBody{
		line-height: 2;
		font-size: 16px;
	}
	.newsCont .newsDate{
		padding-top: 64px;
	}
	.newsCont .newsTitle{
		padding: 8px 0 36px;
	}
	.newsCont .newsBody > *{
		margin-bottom: 32px;
	}
	.newsCont .newsBody .flex2{
		display:-webkit-flex; display:flex;
		-webkit-flex-wrap:wrap; flex-wrap:wrap;
		margin: -30px -30px 2px;
	}
	.newsCont .newsBody .flex2 > *{
		padding: 30px;
	}
	.newsCont .backToList{
		margin-top: 60px;
	}
}
/****************************************
ページャー
****************************************/
.pager{
	margin-top: 74px;
}
.pager ul{
	display:-webkit-flex; display:flex;
	-webkit-justify-content:flex-end; justify-content:flex-end;
}
.pager ul li{
	padding: 0 5px;
	line-height: 30px;
	font-size: 12px;
}
.pager ul li a{
	display: block;
	padding: 0 8px;
}
.pager ul .arrow{
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}
.pager ul .carrent{
	font-size: 14px;
	font-weight: bold;
}


/****************************************
コンセプト
****************************************/
.concept{
	max-width: 680px;
	margin: 0 auto;
	padding: 0 2%;
}
.concept .pageTitleE{
	padding-bottom: 6vw;
}
.concept .conceptLead{
	padding: 4.8vw 3vw 2.5vw;
	text-align: center;
	line-height: 1.875;
	font-size: 14px;
	font-weight: bold;
	color: #5a5959;
}
.concept .conceptCont{
	padding: 7.5vw 3vw 0;
}
.concept .conceptCont h2{
	margin-bottom: 2.8vw;
	padding-bottom: 2.4vw;
	border-bottom: solid 1px #000000;
	text-align: center;
	letter-spacing: 0.02em;
	font-size: 14px;
	font-weight: bold;
	color: #5a5959;
}
.concept .conceptCont p{
	line-height: 1.875;
}
@media screen and (min-width:768px) {
	.concept{
		padding: 0 20px;
	}
	.concept .pageTitleE{
		padding-bottom: 80px;
	}
	.concept .conceptLead{
		padding: 30px 70px 16px;
		line-height: 2;
		font-size: 16px;
	}
	.concept .conceptCont{
		padding: 37px 0 0;
	}
	.concept .conceptCont h2{
		margin-bottom: 12px;
		padding-bottom: 18px;
		font-size: 16px;
	}
	.concept .conceptCont p{
		line-height: 30px;
	}
}



/****************************************
Shops
****************************************/
.shopsCont{
	margin: 0 auto;
	padding: 0 5%;
}
.shopsCont .shopLead{
	padding: 10px 0;
	text-align: center;
}
.shopsCont .shoplist > li{
	padding-top: 30px;
}
.shopsCont .shoplist > li:first-child{
	padding-top: 10px;
}
.shopsCont .shoplist h2 a, 
.shopsCont .shoplist h2 .noLinkTitle{
	position: relative;
	display: block;
	background-color: #000000;
	text-align: center;
	line-height: 2.5;
	font-size: 16px;
	color: #ffffff;
}
.shopsCont .shoplist h2 a::before{
	content: '＞';
	position: absolute;
	right: 20px;
}
.shopsCont .shoplist h2 a:hover{
	opacity: 1;
	background-color: #666666;
}
.shopsCont .shoplist ul li{
	position: relative;
	padding: 16px 0 10px 14px;
	border-bottom: solid 1px #000000;
	font-size: 12px;
}
.shopsCont .shoplist ul li::before{
	content: '-';
	position: absolute;
	top: 16px;
	left: 0;
	font-weight: bold;
}
.shopsCont .shoplist ul li span{
	display: block;
}
.shopsCont .shoplist ul li a{
	text-decoration: underline;
}
@media (min-width: 768px){
	.shopsCont{
		max-width: 600px;
		padding: 0;
	}
	.shopsCont .shopLead{
		padding: 30px 0 0;
	}
	.shopsCont .shoplist > li:first-child{
		padding-top: 50px;
	}
	.shopsCont .shoplist ul li{
		font-size: 16px;
	}
}




/****************************************
年末年始
****************************************/
.newsTable01{
	border-collapse: collapse; 
	border-spacing:0;
	width: 100%;
	border: solid 1px #dcdcdc;
	text-align: center;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.newsTable01 th{
	width: 25%;
	padding: 0.5625em 0;
	background-color: #f4f3ee;
	border: solid 1px #dcdcdc;
	vertical-align: middle;
	font-weight: bold;
}
.newsTable01 td{
	width: 25%;
	padding: 0.5625em 0;
	border: solid 1px #dcdcdc;
	vertical-align: middle;
}
.newsTable01 td.tdFalse{
	font-size: 1.2em;
	color: #868686;
}
.newsNote{
	position: relative;
	padding-left: 1.2em;
}
.newsNote::before{
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
@media (min-width: 768px){
	.newsCont .newsBody.newyear{
		font-size: 14px;
	}
	.newsCont .newsBody > .newsNote{
		margin-bottom: 16px;
	}
}

