@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;
}
body.fs-body-top .fs-l-pageMain, 
body.fs-body-custom .fs-l-pageMain{
	max-width: inherit;
	color: #000000;
}
h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}
@media (min-width: 768px){
	.fs-l-pageMain, 
	.fs-l-sideArea + .fs-l-pageMain{
		max-width: 1240px;
		margin: 0 auto;
		padding: 0 20px;
	}
	h2{
		text-align: center;
		font-size: 1.8rem;
		margin-bottom: 40px;
	}
}




/****************************************
トップページ
****************************************/
/****オンラインストアボタン****/
.btn--store {
    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;
}
.btn--store__item a{
	display: block;
}
/*↑2307更新後未使用になる*/
.topBtnSlideBtm {
	width: 190px;
	margin: 15px auto 0;
}
.topBtnSlideBtm a{
	display: block;
	padding: 3px;
	border: solid 1px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
}
@media (min-width: 768px){
	.topBtnSlideBtm {
		width: 135px;
	}
	.topBtnSlideBtm a{
		padding: 0;
		line-height: 2;
		font-size: 14px;
	}
}

/****ストーリー****/
.main--story{
    margin: 50px 25px 0px;
}
.main--story p{
    font-size: 1.2rem;
}
@media (min-width: 768px){
    .main--story h2{
        padding-bottom: 40px;
    }
    .main--story{
        max-width: 1120px;
        margin: 0 auto;
        padding: 120px;
    }
    .main--story p{
        font-size: 1.6rem;
    }

}

/****コレクション****/
.main--collection{
    position: relative;
    margin-top: 80px;
}
.main--collection a:hover{
	opacity: 1;
}
.main--collection a:hover img{
	opacity: 0.7;
}
.main--collection h2{
    position: absolute;
    top:100px;
    left: -50px;
    font-size: 2.0rem;
    transform: rotate( 270deg );
    font-weight: bold;
}
.main--collection p{
    font-size: 1.2rem;
    margin-left: 10px;
}
@media (min-width: 768px){
	.main--collection h2{
			font-size: 40px;
			top: 200px;
			left: -100px;
	}
}
/*↑2307更新後未使用になる*/
.topCollection{
	position: relative;
	max-width: 1000px;
	margin: 80px auto 0;
}
.topCollection a{
	display: block;
}
.topCollection a:hover{
	opacity: 0.7;
}
.topCollection h2{
	position: absolute;
	top:57vw;
	right: 2vw;
	font-size: 5vw;
	font-weight: bold;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.topCollection img{
	display: block;
	width: 84%;
}
.topCollection p{
	width: 20%;
	margin: 4vw 4vw 0 auto;
	border: solid 1px #000000;
	text-align: center;
	line-height: 2;
	font-size: 2vw;
}
@media (min-width: 768px){
	.topCollection a{
		margin-left: 9%;
	}
	.topCollection h2{
		top: 39vw;
		right: 2vw;
		text-align: left;
		font-size: 4.51923vw;
	}
	.topCollection img{
		width: 76.923%;
	}
	.topCollection p{
		position: relative;
		top: -6vw;
		width: 14.725%;
		margin: 0 2vw 0 auto;
		font-size: 1.34615vw;
	}
}
@media (min-width: 1040px){
	.topCollection h2{
		top: 390px;
		right: 20px;
		font-size: 47px;
	}
	.topCollection img{
		width: 700px;
	}
	.topCollection p{
		top: -60px;
		width: 134px;
		margin-right: 20px;
		font-size: 14px;
	}
}

/****ストアコンテンツ****/
.main--store__content{
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 80px;
}
.main--store__photo{
    width: 50%;
}
.main--store__content li{
    /** 高さ揃えるcss**/
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
		margin-bottom: 30px;
}
.main--store__content li:nth-child(even) {
	flex-direction: row-reverse;
}
.main--store__txt{
    font-size: 1.2rem;
    text-align: center;
    width: 50%;
    justify-content: center;
    align-items: center;
}
.main--store__txt .btn--store{
    margin-top: 40px;
}
.main--store__txt p{
    margin: 0 auto;
}
.main--store__txt p span{
	color: #7797ff;
}
.btn--store02{
    height: 55px;
    padding-top: 20px;
}

.btn--store__item02{
    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; */
    background-color: white;
}
.btn--store__item02 a{
	display: block;
}
@media (min-width: 768px){
    .main--store__content{
        padding-top: 230px;
    }
    .main--store__txt{
        font-size: 1.6rem;
    } 
	.main--store__content li{
			margin-bottom: 0;
	}
}
/*↑2307更新後未使用になる*/
.topStore{
	max-width: 1050px;
	margin: 80px auto 0;
	padding: 0 3.5vw;
}
.topStoreList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topStoreList > li{
	width: 40vw;
	padding: 20px 0;
}
.topStoreTxt{
	padding-top: 8px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
}
.topStoreTxt p span{
	color: #7797ff;
}
.topStoreTxt .topStoreBtn{
	margin: 20px auto 0;
}
.topStoreTxt .topStoreBtn a{
	display: block;
	width: 135px;
	margin: 0 auto;
	padding: 3px;
	text-align: center;
	font-size: 1.1rem;
	border: solid 1px;
	background-color: white;
}
@media (min-width: 768px){
	.topStore{
		margin-top: 150px;
		padding: 0;
	}
	.topStoreList{
		justify-content:flex-start;
	}
	.topStoreList > li{
		width: 33.3333%;
		width: calc( 100% / 3);
		padding: 55px 25px;
	}
	.topStoreTxt{
		padding-top: 16px;
		font-size: 18px;
	}
	.topStoreTxt .topStoreBtn a{
		font-size: 14px;
	}
}

/****ショップリスト****/
.shop--list{
    margin: 80px 25px 0;
}
.shop--list h3{
    font-size: 1.5rem;
    text-decoration: underline;
    margin-bottom: 20px;
}
.shop--list img{
    width: 92%;
}
.shop--list li{
    font-size: 1.2rem;
    margin-bottom: 15px;
}
.shop--list__japan{
    margin-bottom: 40px;
}
.shop--list__france dt, 
.shop--list__japan dt{
    font-size: 1.2rem;
    margin-top: 10px;
    font-weight: bold;
}
.shop--list__france dd,
.shop--list__japan dd{
    font-size: 1.2rem;
    margin-bottom: 20px;
}
@media (min-width: 768px){
    .shop--list{
        padding-top: 230px;
    }
    .shop--list h2{
        padding-bottom: 40px;
    }
    .shop--list h3{
        text-align: center;
        margin-bottom: 40px;
        font-size: 16px;
    }
    .shop--list img{
        width: 50%;
    }
    .shop--list__france1{
        text-align: center;
    }
    .shop--list__france2{
        text-align: center;
    }
    .shop--list__france dd,
    .shop--list__japan dd {
        font-size: 1.2rem;
        margin-bottom: 40px;
    }
    .shop--list dl{
        text-align: center;
    }
    .shop--list__japan{
        text-align: center;
        margin-bottom: 80px;
    }
   /* .shop--list__japan ul{
        display: inline-block;
    }
    .shop--list__japan li{
        text-align: left;
    } */
    .shop--list li{
        font-size: 1.6rem;
    }
}

/****ニュース****/
.news--list{
    margin: 80px 25px 0;
}
.news--list .fs-pt-list__item{
    display: flex;
    justify-content: flex-start;
    align-items:flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}
.news--list .fs-pt-list__item:nth-child(n + 6) {
	display: none;
}
.news--list .fs-pt-list__item a{
    display: flex;
    justify-content: flex-start;
    align-items:flex-start;
}
.news--list .fs-pt-list__item time{
		-webkit-flex-shrink:0; flex-shrink:0;
    padding-right: 15px;
		white-space: nowrap;
}
.news--list .readMore{
	max-width: 600px;
	margin: 10px auto 0;
	text-align: right;
	font-size: 16px;
}
.news--list .readMore a{
	display: inline;
	text-decoration: underline;
}

@media (min-width: 768px){
    .news--list{
        font-size: 1.6rem;
        padding-top: 120px;
    }
    .fs-pt-list__item{
        width: 600px;
        margin: 0 auto;
    }
}

/****メディア****/
.media--list{
    margin-top: 80px;
}
.media--list h2{
    margin-left: 25px;
}
.media--list__item{
    display: flex;
    text-align: center;
}
.media--list__frame p{
    margin: 10px 20px;
}
@media (min-width: 768px){
    .media--list{
        max-width: 787px;
        margin: 0 auto;
        margin-top: 80px;
    }
    .media--list__item{
        display: flex;
        text-align: center;
    }
    .media--list{
        padding-top: 120px;
    }

    .media--list h2{
        margin-left: 0;
        padding-bottom: 40px;
    }
}




.topTopNews{
	margin: 25px auto 0;
	text-align: center;
}
.topTopNews a{
	text-decoration: underline;
	color: #961919;
}
.topTopNews a:hover{
	text-decoration: none;
}

