@charset "utf-8";

body {
	font-size: 14px;
	line-height: 175%;
	overflow-x: hidden;
	
}
* html body {
	font-size:small;  
	font:x-small;/*--標準準拠モード時は不要--*/  
}
*:first-child+html body {  
	font-size:small;  
	font:x-small;/*--標準準拠モード時は不要--*/  
}  

img{
	width :auto;
}


.hover {
	filter:alpha(opacity=100);
	opacity:1.0;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	outline: none;
}
.hover:hover {
	filter:alpha(opacity=70);
	opacity:0.7;
}
.img_hover a img{
	filter:alpha(opacity=100);
	opacity:1.0;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
.img_hover a img:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
}

.link_hover a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
}
.link_hover a:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}

.link_hover a img{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
}
.link_hover a img:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
}
.hover:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}


/* nav btn ------------------------- */


.menu-trigger,
.menu-trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
/*	display: none;*/
}
.menu-trigger {
	position: absolute;
	width: 34px;
	height: 37px;
	right: 40px;
	top: 20px;
	z-index: 100;
	cursor: pointer;
}
.menu-trigger_fix{
	top:20px;
}

.menu-trigger span {
	position: absolute;
	height: 2px;
	background-color: #000000;
	width: 100%;
}

.menu-trigger span:nth-of-type(1) {
	left: 0px;
	top: 0px;
}
.menu-trigger span:nth-of-type(2) {
	left: 0px;
	top: 17px;
	
}
.menu-trigger span:nth-of-type(3) {
	left: 0px;
	bottom: 0px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(17.5px) rotate(-45deg);
	transform: translateY(17.5px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-17.5px) rotate(45deg);
	transform: translateY(-17.5px) rotate(45deg);
	width: 100%;
}


/* site -------------------- */

.contents{

}

.pc_block{
	display: block;
}

.sp_only{
	display: none;
}

.contents_w{
	width: 85%;
	max-width: 1160px;
	margin-left: auto;
	margin-right:auto;
	position: relative;
}

.reverse{
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}

.page_link{
	padding-top: 100px;
	margin-top: -100px;
}

@media screen and (max-width:1770px){
	.page_link{
		padding-top: 170px;
		margin-top: -170px;
	}
}

.head_mg{
	height: 75px;
}

/* header ----------------------- */

.gheader{
	position: absolute;
	height: 80px;
	width: 100%;
	z-index: 100;
	-webkit-transition: all .4s;
	transition: all .4s;
	top: 0;
}
.gheader_top{
	background:none;
}

.gheader .logo{
	width: 80px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2000;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-top: 30px;
}



/* gnav -------------------- */

/*
.gnav_area{

}
.gnav_area_fix{
}

.gnav_inner{
	position: relative;
	width: 100%;
	
}
.gnav{
	text-align: center;
	margin-top: -10px;
}
.gnav li{
	display: inline-block;
}
.gnav li:first-child{
	margin-left: 140px;
}
.gnav li:nth-child(2){
	margin-left: 190px;
	margin-right: 40px;
}
*/

/* gnav -------------------- */
.gnav_area{
	position: fixed;
	z-index: 90;
	right: -100%;
	top: 0;
	height: 100vh;
	background: #fff;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.gnav_area_fix{
	right: 0;
}

.gnav_inner{
	position: relative;
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.gnav{
	width: 100%;
}

.gnav_area{
	width: 85%;
}
.gnav li{
	margin-top: 50px;
	font-size: 22px;
}
.gnav li:first-child{
	margin-top: 0;
}


.language{
	bottom:125px;
	font-size: 16px;
}
.gnav_area .icon_insta{
	width: 22px;
	margin-left: -11px;
	bottom: 70px;
}

/* index_main -------------------- */

.index_main{
	height: 100vh;
	overflow: hidden;
}

.index_main_slide .slide01{
	background-image: url(../../images/brand/top/slide01_pc.jpg);
}
.index_main_slide .slide02{
	background-image: url(../../images/brand/top/slide02_pc.jpg);
}
.index_main_slide .slide03{
	background-image: url(../../images/brand/top/slide03_pc.jpg);
}

.index_main_slide .slide06{
	background-image: url(../../images/brand/top/slide06_pc.jpg);
}

.index_main_slide .slide07{
	background-image: url(../../images/brand/top/slide07_pc.jpg);
}

.index_main_slide .slide08{
	background-image: url(../../images/brand/top/slide08_pc.jpg);
}

.index_about{
	width: 88%;
	max-width: 1700px;
	text-align: center;
	padding-top: 90px;
	line-height: 180%;
}
.index_about p{
	margin-top: 50px;	
}


.movie video{
	height: 66.25vw;
}

/* gfooter -------------------- */
.gfooter{
	margin-top: 200px;
	padding-bottom: 100px;
}
.gfooter .icon_insta{
	width: 15px;
}
.footer_language{
	padding-bottom: 20px;
	font-size: 12px;
}

.copy{
	margin-top: 30px;
	font-size: 11px;
}

/* about ----------------------- */

.about_txt{
	line-height: 180%;
	text-align: center;
}
.about_txt p{
	margin-top: 50px;	
}
.about_cont{
	width: 90%;
	max-width: 1110px;
	margin-top: 220px;
}

/* news ----------------------- */
.news_img {
	width: 85%;
	margin: 0 7.5%;
}

.news_title{
	line-height: 260%;
	font-size: 20px;
	text-align: center;
	margin-top: 100px;
	letter-spacing: 2px;
}

.news_title p {
	margin-bottom:50px;
}

.news_txt{
	line-height: 260%;
	font-size: 20px;
	text-align: center;
	margin-top: 100px;
	letter-spacing: 2px;
}

.news_txt p {
	margin-bottom:50px;
}

.news_txt_s {
	font-size: 16px;
}
.news_img2 {
	width: 100vw;
	margin: 0 calc(50% - 50vw);

}
.news_img2 img {
	width: 85%;
	margin: 100px auto 0 auto;
	display: block;
}
.news_btn_gray {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 450px;
	height: 60px;
	font-size: 20px;
	color: #FFF;
	margin: 120px auto 0 auto;
	background-color: #515150;
}

/* news top ----------------------- */

#info_block {
	width: 60%;
	max-width: 800px;
	margin: 100px auto 0 auto;
}
.info_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 80px;
}
.info_photo {
	width: 35%;
}
.info_photo p {
	margin: 0;
}
.info_txt {
	width: calc(65% - 80px);
	text-align: left;
	font-size: 14px;
}
.info_txt p {
	line-height: 180%;
	margin: 0 0 15px 0;
}
.info_txt p.news_date {
	margin: 0;
	color: #888888;
}

/* collection ----------------------- */

.collection24ss_mg{
	height: 320px;
}

.collection_cont_24ss{
	width: 90%;
	max-width: 1110px;
}

.ttl_collection{
	font-size: 20px;
	margin-left: 10px;
	margin-bottom: 60px;
}
.collection_list_24ss li{
	width: calc(50% - 3px);
	margin-top: 6px;
	cursor: pointer;
/*	opacity: 1;*/
	-webkit-transition: all .7s;
	transition: all .7s;
}
.collection_list_24ss li:hover{
	opacity: 0.6;
}

/* modal ----------------------- */
.modal_close{
	position: absolute;
	right: -50px;
	top:-50px;
	-webkit-transition: all .2s;
	transition: all .2s;
	height: 40px;
	width: 40px;
	opacity: 0.6;
}
.modal_close:hover{
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
	cursor: pointer;
	opacity: 1;
}

/*ルックブックリスト------------------------------------------------*/
#collection_index {
	padding-top: 320px;
	width: 90%;
	max-width: 1110px;
	margin: 0 auto;
}
#collection_index_list {
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
}
#collection_index_list li {
	width: calc((100% - 3px) / 2);
}
#collection_index_list li.snap_L {
	width: 100%;
}
#collection_index_list li img {
	width: 100%;
	vertical-align: bottom;
}
#collection_index_list li .list_name {
	margin-top: 10px;
	font-size: 10px;
}


/* stockist ----------------------- */

.stockist_cont{
	width: 90%;
	max-width: 1500px;
	margin-top: 220px;
}

.ttl_stockist{
	font-size: clamp(15px,1.56vw, 30px);
}

.stockistG{
	margin-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.stockist_tgl{
	font-size: clamp(21px,1.197vw, 23px);
	padding-top: 30px;
	cursor: pointer;
}
.stockist_list{
	margin-right: 12%;
	padding-top: 20px;
	padding-bottom: 30px;
}
.stockist_list li{
	display: flex;
	font-size: clamp(16px,0.937vw, 18px);
	margin-top: 20px;
}
.stockist_list .name{
	width: 30%;
}
.stockist_list .add_area{
	width: 58%;
	display: flex;
}
.stockist_list .zip{
	width: 17%;
}
.stockist_list .add{
	width: 83%%;
}
.stockist_list .tel{
	width: 12%;
}

.stockistG_last{
	padding-bottom: 30px;
}

.stockist_tgl_on::after{
	right: 10px;
}

.stockistG .tel{
	background-size: 20px auto;
	padding-left: 30px;
}

.btn_under_bar{
	text-align: center;
	margin-top: 50px;
}
.btn_under_bar a {
	display: inline-block;
	font-size: 1rem;
	border-bottom: 1px solid #000;
	padding: 0 10px 5px 10px;
}

.index_ranking {
	margin-top: 50px;
}
.swiper-pagination {
	position: relative !important;
	margin-top: 30px;
}
.swiper-pagination .swiper-pagination-bullet {
	width: 15px;
	margin: 0 7px !important;
}
.swiper-pagination .swiper-pagination-bullet {
    height: 0.5px;
    background: #a9a6a1;
}
.over_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.over_img img {
	width: 100%;
	object-fit: cover;
}
.rank_num {
	font-size: 15px;
	margin-top: 30px;
	text-align: center;
}
.ttl {
	font-size: 1.3vw;
}
.index_ranking_area .ttl {
	margin-left: 20px;
}
.index_ranking_area {
	margin-top: 80px;
}