@charset "utf-8";



/**************************************************
 loading
**************************************************/
/*#loading.loaded{
	animation: loading2 0.35s ease-in-out forwards 0.6s;
}
#loading.loaded span{
	animation: loading3 0.1s ease-in-out forwards 0.5s;
}
@keyframes loading2{
  	0%{
		height: 100vh;
	}
	100%{
		height: 0;
		display: none;
	}
}
@keyframes loading3{
  	0%{
		height: 22px;
		margin-top: 0;
	}
	100%{
		height: 0;
		margin-top: -22px;
	}
}*/



/**************************************************
 visualHanger
**************************************************/
.visualHanger{
	position: relative;
	height: calc(100vh - 50px);
	min-height: 650px;
}

.sky{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}
.sky img{
	width: 100%;
	height: 100%;
	object-fit: center center;
}

.cloud {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
}
.cloud .swiper-wrapper{transition-timing-function: linear;}
.cloud .swiper-slide{width: 140%;}
.swiper-slide img{
	position: relative;
	width: 100%;
	top: -5%;
}

.mountain{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 2;
}

.visualCopy{
	position: absolute;
	width: 100%;
	height: 65%;
	top: 0;
	left: 0;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	z-index: 3;
}
.visualCopy dl{
	position: relative;
	display: inline-block;
	color: #FFFFFF;
	padding-right: 120px;
}
.visualCopy dt{
	font-family: var(--font-Roboto);
	font-size: 9.0rem;
	font-weight: 900;
	letter-spacing: 4px;
	filter: blur(10px);
	opacity: 0;
}
.visualCopy dd{
	position: absolute;
	top: -50px;
	right: 0;
	font-family: var(--font-Shippori);
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 5px;
	writing-mode: vertical-rl;
	white-space: nowrap;
}
.visualCopy dd span{
	display: block;
	opacity: 0;
}


/**************************************************
 importantNotice
**************************************************/
.importantNotice{
	position: relative;
	width: 70%;
	margin: 0 auto;
	background: var(--color3);
	padding: 10px 20px 10px 20px;
	z-index: 4;
	top: -100px;
}
.importantNotice::before{
	content: '重要なお知らせ';
	width: 27%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 1.6rem;
	font-weight: 500;
	color: #FFFFFF;
	background: var(--color1);
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.importantNotice .inner{
	position: relative;
	width: 70%;
	height: 50px;
	margin-left: 30%;
	overflow: hidden;
}
.importantNotice ul{
}
.importantNotice ul li.swiper-slide{
	width: 70%;
	font-size: 1.5rem;
	margin-right: 30px;
	line-height: 1.4;
	text-align: left;
	margin: 0;
	display:-webkit-box;
  	display:flex;
	-webkit-box-align: center;
	align-items: center;
}
.importantNotice ul li a{color: #FFFFFF;}
.importantNotice ul li a:hover{opacity: 0.5;}
.importantNotice .swiper-pagination{right: 0;}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	background: #FFFFFF;
	width: 10px;
	height: 10px;
}



/**************************************************
 main
**************************************************/
article{
	margin-top: 130px;
	padding: 0 100px;
}

article h2{
	font-family: var(--font-Roboto);
	font-size: 7.0rem;
	font-weight: 900;
	letter-spacing: 2px;
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
}
article h2 small{
	font-family: var(--font-Shippori);
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 1px;
	margin-left: 80px;
}

.btn1{margin-top: 50px;}
.btn1 a{
	position: relative;
	width: 270px;
	height: 48px;
	font-size: 1.6rem;
	color: var(--text-color1);
	background: url("../img/pointer1.svg") no-repeat right 20px center #FFFFFF;
	background-size: 16px auto;
	border: 1px solid var(--color1);
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.btn1 a:hover{
	color: #FFFFFF;
	background: url("../img/pointer1_2.svg") no-repeat right 10px center var(--color1);
	background-size: 14px auto;
}



/**************************************************
 topics
**************************************************/
#topics{padding-right: 0;}

.pickUp{
	margin-top: 60px;
	position: relative;
	overflow: hidden;
}
.pickUp ul{width: 110%;}

/*.pickUp{
	margin-top: 50px;
	padding-bottom: 30px;
}*/
.pickUp ul li{
	margin-right: 30px;
	max-width: 400px;
}
.pickUp ul li a{
	position: relative;
	display: block;
	color: var(--text-color1);
	padding-bottom: 40px;
}
.pickUp ul li a img{
	display: block;
	width: 100%;
}
.pickUp ul li a div{
	position: absolute;
	width: 85%;
	bottom: 0;
	right: -2px;
	font-size: 1.6rem;
	line-height: 1.6;
	padding: 20px;
	background: #FFFFFF;
	user-select: text;
}
.pickUp ul li a div:hover{text-decoration:underline; text-underline-offset: 3px;}

.pickUp ul li a div small{
	display: block;
	color: var(--color3);
	margin-bottom: 10px;
	font-weight:600;
}
.pickUp .swiper-pagination{text-align: left;}
.pickUp .swiper-pagination .swiper-pagination-bullet{
	background: var(--color3);
	width: 12px;
	height: 12px;
	margin: 0 5px;
}

.dots-wrap {
	margin-top: 20px;
    display: flex;
}

.pickUp .dots-wrap li{
    width: 14px;
    height: 14px;
    margin: 0 5px;
	padding: 0;
    background: #CCCCCC;
    border-radius: 50%;
    cursor: pointer;
}

ul.dots-wrap {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important; 
    align-items: center !important;
    gap: 10px !important; 
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

ul.dots-wrap li {
    margin: 0 !important;
}


.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: var(--color3);
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}


.custom-dots-container {
    display: flex;
    flex-direction: column; 
    align-items: flex-start; 
    gap: 10px;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    box-sizing: border-box;
}

.custom-arrows-wrap {
    display: flex;
	gap: 15px;
    align-items: center;
}

.custom-arrow-btn {
    font-family: "Shippori Mincho", serif; 
    font-size: 32px; 
    line-height: 1;
    cursor: pointer;
    color: #666;
    user-select: none;
    transition: opacity 0.3s;
    background: none;
    border: none;
    padding: 0 10px 0 0;
	font-weight: 100;
    margin: 0;
}
.custom-arrow-btn:hover {
    opacity: 0.6;
    color: #000;
}


/**************************************************
 news
**************************************************/
#news{padding-bottom: 100px;}
#news::before{
	width: 100%;
	height: calc(100% - 100px);
	bottom: 0;
	left: 0;
	background: #EFE8C9;
	z-index: -1;
}
#news::after{
	width: 798px;
	height: 100px;
	top: 30px;
	right: 0;
	background: url("../img/top/news_bg.svg") no-repeat 0 0;
	z-index: 0;
}

.newsInner{
	margin-top: 100px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.newsIndex{width: calc(100% - 500px);}
.newsIndex nav ul li{
	width: calc((100% - 60px) / 4);
	margin: 5px 20px 5px 0;
}
.newsIndex nav ul li:nth-of-type(4n){margin: 5px 0;}
.newsIndex nav ul li a{
	display: block;
	font-size: 1.4rem;
	color: var(--text-color1);
	text-align: center;
	padding: 10px 0;
	border-radius: 10.0rem;
	background: rgba(0,0,0,0);
	background: rgb(255 255 255 / 50%);
}
.newsIndex nav ul li a:hover{
	text-decoration:underline;
	text-underline-offset:3px;
	background-color: #ffffff;
}
.newsIndex nav ul li.cur a{
	color: #FFFFFF;
	background: rgba(0,0,0,1.0);
}

.cateIndex{
	margin-top: 50px;
	display: none;
}
.cateIndex ul{border-top: 1px solid var(--color1);}
.cateIndex ul li{
	padding: 20px;
	border-bottom: 1px solid var(--color1);
}
.cateIndex ul li:hover{background:#f7f4e4;}

.cateIndex ul li a{
	position: relative;
	display: block;
	font-size: 1.6rem;
	line-height: 1.4;
	color: var(--text-color1);
}
.cateIndex ul li a::before{
	width: 40px;
	height: 40px;
	top: calc(50% - 21px);
	right: 0;
	border: 1px solid var(--color1);
	border-radius: 100%;
	background: url("../img/pointer1.svg") no-repeat center center;
	background-size: 14px auto;
}
.cateIndex ul li a:hover::before{
	background: url("../img/pointer1_2.svg") no-repeat center center var(--color1);
	background-size: 14px auto;
}
.cateIndex ul li a strong{
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.0;
	color: var(--color3);
	margin-bottom: 5px;
}
.cateIndex ul li a strong small{
	display: inline-block;
	font-size: 1.2rem;
	padding: 6px 12px;
	color: var(--text-color1);
	background: #FFFFFF;
	border-radius: 10.0rem;
	margin-left: 10px;
	vertical-align: middle;
}
.cateIndex ul li a span{
	display: inline-block;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	padding-right: 50px;
}
.cateIndex ul li a:hover span{
/*	opacity: 0.8;*/
	text-decoration:underline;
	text-underline-offset: 3px;
}
.cateIndex ul li a span img{
	width: 23px;
	vertical-align: middle;
	margin-left: 10px;
}
.cateIndex ul li a:hover span img{opacity: 1.0;}

.magazine{
	width: 420px;
	padding-top: 40px;
}
.magazine h4{
	font-family: var(--font-Roboto);
	font-size: 5.8rem;
	font-weight: 900;
	letter-spacing: 2px;
	padding-left: 60px;
}
.magazine h4 small{
	display: block;
	font-family: var(--font-Shippori);
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 2px;
}
.magazine p{
	position: relative;
	margin-top: 48px;
	font-size: 2.6rem;
	text-align: center;
	padding-bottom: 40px;
}
.magazine p::before{
	width: 420px;
	height: 420px;
	left: 0;
	bottom: 0;
	border-radius: 100%;
	background: #C6A450;
	z-index: -1;
}
.magazine p a{
	color: var(--text-color1);
	vertical-align: sub;
	font-family: var(--font-Shippori);
	font-weight:600;
}
.magazine p a:hover{
	text-decoration:underline;
	text-underline-offset: 3px;
}
.magazine p img{
	display: block;
	width: 240px;
	margin: 0 auto 10px auto;
	box-shadow: 4px 4px rgba(0,0,0,0.25)
}
.magazine p a:hover img{opacity: 0.5;}
.magazine p small{
	display: block;
	font-size: 1.8rem;
	margin-top: 14px;
}



/**************************************************
 brand
**************************************************/
#brand{
	padding: 100px 0;
	margin: 0;
	background: var(--color1);
}

.brandVisual{
	position: relative;
	margin-bottom: 60px;
}

.brandMovie{width: 35%;}
.movieHanger{
	position: relative;
	width: 100%;
	padding-top: 100%;
}
.movieWrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.movieWrapper video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.brandItems{
	position: absolute;
	width: calc(65% - 10px);
	height: calc(50% - 5px);
	right: 0;
	overflow: hidden;
	/*background: #CCCCCC;*/
}
.brandItems.line1{top: 0;}
.brandItems.line2{bottom: 0;}
.brandItems ul{width: 114%;}
.brandItems ul li{
	width: 28%;
	margin-right: 10px;
	aspect-ratio: 1 / 1;
}
.brandItems ul li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.brandItems ul li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.brandItems ul li a:hover img{opacity: 1.0;}
.brandItems ul li a span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: var(--font-Shippori);
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	color: #FFFFFF;
	background: rgba(0,0,0,0.6);
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	opacity: 0;
}
.brandItems ul li a span strong{
	display: block;
	font-size: 2.4rem;
	margin-bottom: 10px;
}
.brandItems ul li a:hover span{opacity: 1.0;}

#brand h2{
	font-size: 13.0rem;
	letter-spacing: 4px;
	color: #FFFFFF;
	text-align: center;
	display: block;
}
#brand h2 small{
	display: block;
	font-size: 3.2rem;
	color: #EA5504;
	margin: 10px 0 0 0;
}

#brand p{
	font-family: var(--font-Shippori);
	font-size: 3.3rem;
	font-weight: 500;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 60px;
}

#brand nav{
	width: 740px;
	margin: 60px auto 0 auto;
}
#brand nav ul{
	-webkit-box-pack: justify;
	justify-content: space-between;
}
#brand nav ul li{width: 294px;}
#brand nav ul li a{
	position: relative;
	width: 100%;
	height: 70px;
	font-size: 1.6rem;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 10.0rem;
	display:-webkit-box;
  	display:flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
#brand nav ul li a::before{
	width: 44px;
	height: 2px;
	top: calc(50% - 1px);
	right: -22px;
	background: #EA5504;
}
#brand nav ul li a:hover{
	color: var(--color1);
	background: #FFFFFF;
}
#brand nav ul li a:hover::before{
	width: 70px;
	right: -22px;
}



/**************************************************
 onlineShop
**************************************************/
#onlineShop{
	background: var(--color2);
	padding: 80px 20px;
	margin: 0;
}

.osInner{
	position: relative;
	width: 85%;
	margin: 0 auto;
}

.osInner h2{
	position: absolute;
	width: 32%;
	top: 5%;
	right: 0;
	letter-spacing: 4px;
	display: block;
}
.osInner h2 small{
	display: block;
	font-size: 2.1rem;
	letter-spacing: 0;
	margin: 10px 0 0 0;
}

.proIndex{width: 60%;}
.proIndex p{
	font-family: var(--font-Shippori);
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
}
.proIndex ul{
	display: flex;
    flex-wrap: wrap;
	margin-top: 40px;
}
.proIndex ul li{
	width: calc(92% / 3);
	margin-right: 4%;
    display: flex;
    flex-direction: column;
    height: auto; 
}
.proIndex ul li:last-of-type{margin-right: 0;}
.proIndex ul li a{
	display: block;
	color: var(--color1);
	background: #FFFFFF;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.proIndex ul li a:hover{
	box-shadow: 0px 5px 10px rgba(0,0,0,0.15),0px -5px 10px rgba(0,0,0,0.15),5px 0px 10px rgba(0,0,0,0.15),-5px 0px 10px rgba(0,0,0,0.15);
}
.proIndex ul li .proPhoto{
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.proIndex ul li .proPhoto img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.proIndex ul li a:hover .proPhoto img{
	opacity: 1.0;
	transform: scale(1.1);
}
.proIndex ul li span{
	display: block;
	font-size: 1.6rem;
	line-height: 1.2;
	text-align: center;
	padding: 10px;
	flex-grow: 1; /* 余白があればこの要素が伸びて埋める */
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.proIndex ul li span small{
	display: block;
	font-size: 1.6rem;
}

.osInner .btn1{
	position: absolute;
	width: 32%;
	right: 0;
	bottom: 8%;
}

.proIndex ul li span small p{
    font-size: 1.6rem !important; 
    display: block; 
    width: 100%;
    line-height: 1.2;
}

/**************************************************
 scrollBg
**************************************************/
.scrollBg{
	position: relative;
	height: 400px;
	background: url("../img/top/scroll_bg.webp") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.scrollBg img{display: none;}



/**************************************************
 hometownTax
**************************************************/
#hometownTax{
	position: relative;
	margin: 0;
	padding: 140px 0;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

#hometownTax h2{
	display: block;
	width: 40%;
	padding-left: 5%;
}
#hometownTax h2 small{
	display: block;
	font-size: 2.1rem;
	margin: 10px 0 0 0;
}

#hometownTax .bannerHanger{width: 60%;}
#hometownTax .bannerHanger p{
	font-family: var(--font-Shippori);
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}
.bannerWrapper{
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.bannerWrapper:first-of-type{margin-top: 30px;}
.bannerWrapper ul{
	width: 125%;
	margin-top: 10px;
	padding: 0;
}
.bannerWrapper ul li{margin-top: 10px;}
.bannerWrapper .slick-slide {
  margin: 0 10px 0 0;
}
.bannerWrapper ul li a{}
.bannerWrapper ul li a img{}

#hometownTax .btn1{
	position: absolute;
	left: 5%;
	bottom: 120px;
}



/**************************************************
service
**************************************************/
#service{
	position: relative;
	margin: 0;
	padding: 0 0 100px 0;
}

#service h2{
	position: absolute;
	width: 38%;
	letter-spacing: 3px;
	top: 10%;
	right: 0;
	display: block;
}
#service h2 small{
	display: block;
	font-size: 2.3rem;
	margin: 10px 0 0 0;
}

.servicePhoto{
	position: relative;
	width: 55%;
	aspect-ratio: 1.3;
	overflow: hidden;
}
.servicePhoto img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#service nav{
	position: absolute;
	width: 50%;
	bottom: 20%;
	right: 0;
	background: var(--color1);
	padding: 30px 5%;
}
#service nav ul{
	-webkit-box-pack: justify;
	justify-content: space-between;
}
#service nav ul li{
	width: 40%;
	margin: 20px 0;
	font-size: 1.6rem;
}
#service nav ul li a{
	position: relative;
	color: #FFFFFF;
}
#service nav ul li a:hover{
	color: rgba(255,255,255,0.5);
	text-decoration:underline;
	text-underline-offset: 3px;
}
#service nav ul li a::before{
	width: 40px;
	height: 40px;
	top: calc(50% - 21px);
	left: 125px;
	border: 1px solid #FFFFFF;
	border-radius: 100%;
	background: url("../img/pointer1_2.svg") no-repeat center center;
	background-size: 14px auto;
}
#service nav ul li a:hover::before{
	background: url("../img/pointer1.svg") no-repeat center center #FFFFFF;
	background-size: 14px auto;
}



/**************************************************
members
**************************************************/
#members{
	position: relative;
	margin-top: 40px;
	padding-top: 0;
	padding-bottom: 115px;
}

#members nav ul{
	position: relative;
	margin-top: 60px;
}
#members nav ul li{
	width: 30%;
	border-top: 1px solid var(--color1);
	margin-right: 5%;
}
#members nav ul li:nth-of-type(3n){margin-right: 0;}
#members nav ul li a{
	position: relative;
	padding: 25px 0;
	font-size: 1.6rem;
	color: var(--color1);
	display:-webkit-box;
  	display:flex;
	-webkit-box-align: center;
	align-items: center;
}
#members nav ul li a:hover{
	color: rgba(0,0,0,0.5);
	text-decoration:underline;
	text-underline-offset: 3px;
}

#members nav ul li a::before{
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	right: 0;
	border: 1px solid var(--color1);
	border-radius: 100%;
	background: url("../img/pointer2.svg") no-repeat center center;
	background-size: 12px auto;
}
#members nav ul li a:hover::before{
	background: url("../img/pointer2_2.svg") no-repeat center center var(--color1);
	background-size: 12px auto;
}



/**************************************************
topBanner
**************************************************/
.topBanner{
	position: relative;
	width: calc(100% - 200px);
	margin: 0 auto;
	overflow: hidden;
}
.topBanner ul{
	width: 130%;
	padding: 0;
	margin: 0;
}
.topBanner .slick-slide {
  margin: 0 1% 0 0;
}

.arrow_box{padding-bottom: 25px;}

.prev-arrow,
.next-arrow{
    display: block;
    width: 36px;
    height: 20px;
    cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.prev-arrow{background: url("../img/prev.svg") no-repeat center center;}
.next-arrow{
	background: url("../img/next.svg") no-repeat center center;
	margin-left: 20px;
}
.prev-arrow:hover,
.next-arrow:hover{opacity: 0.5;}

