.section {
  	width: 100%;
	height: 100vh!important;
	min-height: 100vh!important;
	min-height: calc(var(--vh, 1vh) * 100)!important;
}
/*******
 ローディングアニメーション
********/
.logo_fadein{
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.logo_fadein p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 200px;
}
.logo_fadein p img{
	width:200px;
	height:auto;
}
/*******
 ファーストビューの３分割画面
********/
.third_division{
	clear: both;
	width: calc(100% - 16px) ;
	margin:0 8px 10px 8px;
	height: calc(100vh - 65px);
	/*height: calc(var(--outer-height) - 65px);*/
	max-height: calc(100vh - 65px);
 	max-height: calc((var(--vh, 1vh) * 100) - 65px);
	overflow: hidden;
}
.third_division .one,.third_division .two,.third_division .three{
	width:100%;
	overflow: hidden;
	height: calc( (100% - 16px) / 3 );
	max-height: calc( (100% - 16px) / 3 );
	margin-bottom:8px;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
}
.third_division .one img,.third_division .two img,.third_division .three img{
	height:auto;
	width:100%;
}
@media screen and (min-width: 770px) {
    .third_division .one img,.third_division .two img,.third_division .three img{
		width:100vw;
		height:auto;
	}
}
/**** マウスオーバー ****/
.hover-mask {
	width:66%;
	background: rgba(0, 0, 0, .65); 
	bottom: 0;
	color: #fff;
	height: auto;
	right: 0;
	position: absolute;
	top: 0;
	padding:0 0 0 8%;
	display: none;
    justify-content: center;
	flex-direction: column;
	text-align: left;
}
.hover-mask p{

	font-family: 'Cormorant Garamond', serif;
	font-size: clamp(10px, 2.5vw, 14px);
	letter-spacing: 2px;
}
.hover-mask h2{
	font-family: 'Shippori Mincho B1', serif;
	font-size: clamp(16px, 4vw, 22px);
	font-weight: normal;
	letter-spacing: 2.5px;
	margin:5px 0;
}
.hover-mask h2 a{
	color:#fff;
	display: block;
	background: url("../../images/top/yajirushi.png") no-repeat 90% 53%;
	background-size: 7% auto;
	
}
@media screen and (max-width: 370px) {
   .hover-mask h2 a{
		background: url("../../images/top/yajirushi.png") no-repeat 90% 53%;
	    background-size: 7% auto;
	}
}
@media screen and (min-width:750px) {
   .hover-mask h2 a{
		background: url("../../images/top/yajirushi.png") no-repeat 90% 53%;
	    background-size: 4% auto;
	}
}
.hover-mask .news{
	top:80%;
	position: absolute;
	font-family:  "a-otf-ryumin-pr6n",serif;
	width:88%;
}
.hover-mask .news li{
	clear: both;
	font-size: clamp(11px, 3vw, 14px);
	margin-bottom:20px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hover-mask .news span{
	font-size: clamp(12px, 3vw, 14px);
	display: block;
	margin-right:16px;
	float:left;
	letter-spacing: 1.5px;
	font-family: 'EB Garamond', serif;
}
.hover-mask .news a{
	color:#fff;
	text-decoration: underline;
}
.hover-mask .news li:nth-child(n + 2) {
  	display: none;
}
/*****
 オンラインショップのスライダー
****/
.section-online{
	position: relative;
	height: calc(100vh - 20px);
/*	max-height: var(--outer-height);*/
	height:calc((var(--vh, 1vh) * 100) - 20px);
	max-height: calc((var(--vh, 1vh) * 100) - 20px);
	min-height: calc((var(--vh, 1vh) * 100) - 20px);
}
.slider {
	margin:10px;
	z-index: 1;
	padding-top:10px;
}
/*　背景画像設定　*/
.slider-item01 {background:url("../../images/top/slide_sp1.jpg");}
.slider-item02 {background:url("../../images/top/slide_sp2.jpg");}
.slider-item03 {background:url("../../images/top/slide_sp3.jpg");}
.slider-item04 {background:url("../../images/top/slide_sp4.jpg");}
.slider-item05 {background:url("../../images/top/slide_sp5.jpg");}
.slider-item06 {background:url("../../images/top/slide_sp6.jpg");}
.slider-item07 {background:url("../../images/top/slide_sp7.jpg");}
.slider-item08 {background:url("../../images/top/slide_sp8.jpg");}
.slider-item09 {background:url("../../images/top/slide_sp9.jpg");}
.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: calc(100vh  - 60px);
	min-height: calc((var(--vh, 1vh) * 100) -  20px);
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/
.slick-prev, 
.slick-next {
    position: absolute;
	z-index:888;
    top: 50%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 1px solid #fff;/*矢印の色*/
    border-right: 1px solid #fff;/*矢印の色*/
    height: 14px;
    width: 14px;
	
}
.slick-prev {/*戻る矢印の位置と形状*/
    left:5%;
    transform: rotate(-135deg);
}
.slick-next {/*次へ矢印の位置と形状*/
    right:5%;
    transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
	position: absolute;
	z-index:999;
    text-align:center;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.slick-dots li {
    display:inline-block;
	margin:0 5px;
	color: transparent;
}
.slick-dots button {
	color: transparent;
	outline:#fff;
	width:6px;/*ドットボタンのサイズ*/
	height:6px;/*ドットボタンのサイズ*/
	display:block;
	border-radius:50%;
	opacity: 0.5;
	border: none;
}
.slick-dots .slick-active button{
  	color: transparent;
	outline:#fff;
	width:6px;/*ドットボタンのサイズ*/
	height:6px;/*ドットボタンのサイズ*/
	display:block;
	border-radius:50%;
	opacity: 1.0;
	border: none;
}
/****
　スライド上のメニュー
   ****/
/* click-nav */
#click-nav2 {
	position: absolute;
	width: 30px;
	height: 15px;
	cursor: pointer;
	top:0;
	right:0;
	margin:28px 25px 0 0;
	z-index: 800;
}
#click-nav2 span{
	display: block;
	position: absolute;
	background: #fff;
	width: 100%;
	height: 1px;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 800;
}
#click-nav2 .one{
	top: 0;
}
#click-nav2 .two {
	top: 7px;
}
#click-nav2 .three{
	top: 14px;
}
.menu2 .online a{
	z-index: 800;
	display: block;
	color:#fff;
	background: url("../../images/top/cago2.png") no-repeat right center;
	top:10px;
	right:70px;
	position: absolute;
	width:50px;
	height:50px;
	background-size: 20px 20px;
	float:right;
}

.online_box{
	position: absolute;
	left:0;
	top:0;
	margin-top:calc(100vh / 2 + 18%);
	/*margin-top: calc((var(--outer-height) / 2) + 10%);*/
	margin-top: calc(((var(--vh, 1vh) * 100) / 2) + 18%);
	color:#fff;
	z-index:5;
	text-align:center;
	font-family:  "a-otf-ryumin-pr6n",serif;
	flex-wrap: wrap;
	line-height:240%;
	width:100%;
	letter-spacing: 1.5px;
	font-size: clamp(11px, 3vw, 16px);
}
.online_box h3{
	width:100%;
	font-weight: normal;
	font-size: clamp(24px, 5vw, 36px);
	letter-spacing: 4px;
	margin-bottom:24px;
	font-family: 'Shippori Mincho B1', serif;
}
.online_box h3 span{
	display: block;
	font-size: clamp(10px, 3vw, 16px);
	font-family: 'Cormorant Garamond', serif;
}
.online_box a.link{
	width:270px;
	height:50px;
	line-height:50px;
	font-family: 'Cormorant Garamond', serif;
	border:1px solid #fff;
	display: block;
	margin:5% auto 0 auto;
	color:#fff;
	font-size:15px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 600;
}