.section {
  width: 100%;
}
/*******
 ローディングアニメーション
********/
.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: 350px;
}
/*******
 ファーストビューの３分割画面
********/
.third_division{
	width:calc(100% - 20px);
	min-width: calc(100% - 20px);
	
	margin:0 10px 10px 10px;
	height: calc(100vh - 110px);
	height: calc((var(--vh, 1vh) * 100) - 110px);
	max-height: calc((var(--vh, 1vh) * 100) - 110px);
	overflow: hidden;
}
.third_division .one,.third_division .two,.third_division .three{
	width: calc(100% / 3 - 7px) ;
	overflow: hidden;
	margin-right:10px;
	float:left;
	transition : 1s;
	position: relative;
	height: calc(100vh - 110px);
	height: calc((var(--vh, 1vh) * 100) - 110px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.third_division .two{
	display: flex;
	justify-content: center;
	margin:0 auto;
}
.third_division .three{
	float: right;
	margin-right:0!important;
}
.image-container img{
	/*height: calc(100vh - 110px);
	width: calc((100vh - 110px) * 0.9742);*/
}
.image-container.horizontal img{
	width: calc(100vw / 2 - 20px) ;
	height :  calc((100vw / 2 - 20px) / 0.9742 ) ;
}
.image-container.vertical img{
	height: calc(100vh - 110px);
	height: calc((var(--vh, 1vh) * 100) - 110px);
	width: calc((100vh - 110px) * 0.9742);
	
}
/**** マウスオーバー ****/
.third_division .one:hover,.third_division .two:hover,.third_division .three:hover,
body.hover-enabled .third_division .one:hover,body.hover-enabled .third_division .two:hover,body.hover-enabled .third_division .three:hover{
	width: calc(100% / 2 - 7px) ;
	transition : 1s;
}
.narrow{
    width: calc(100% / 4 - 7px)!important ;
}
.hover-mask {
	align-items: center;
	background: rgba(0, 0, 0, .65); 
	bottom: 0;
	color: #fff;
	height: auto;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 2s ease; 
	width: 100%;
	padding-top:calc((100vh - 110px) /3);
	text-align: center;
	padding-right:10px;
	padding-left:10px;
	
}
.hover-mask:hover {
  opacity: 1; 
}
.hover-mask p{
	font-family: 'Cormorant Garamond', serif;
	font-size: 22px;
	letter-spacing: 6px;
	text-align: center;
	width:360px;
	margin:0 auto 20px auto;
}
.hover-mask h2{
	font-family: 'Shippori Mincho B1', serif;
	font-size: 29px;
	font-weight: normal;
	letter-spacing: 8px;
	margin-top:30px;
	margin:3vh auto 0 auto;
	width:330px;
	text-align: left;
}
.third_division .three p{
	text-align: center!important;
}
.third_division .three h2{
	width:180px!important;
}
.third_division .one .hover-mask h2{
	width:285px;
}
.hover-mask h2 a:hover{
	color:#fff;
	opacity: 1.0; 
	background: url("../images/top/yajirushi.png") no-repeat right 9px;
	background-size:27px 27px;
	transition: opacity 1s ease; 
}
.hover-mask h2 a{
	color:#fff;
	opacity: 0.4;
	display: block;
	background: url("../images/top/yajirushi.png") no-repeat right 9px;
	background-size:27px 27px;
}
.hover-mask h2 img{
	width:27px!important;
	height:27px!important;
	vertical-align:baseline;
}
.hover-mask .news{
	margin:10vh auto 0 auto;
	text-align: left;
	width:58%;
	font-family:  "a-otf-ryumin-pr6n",serif;
}

.hover-mask .news li{
	clear: both;
	font-size: 14px;
	margin-bottom:5vh;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	letter-spacing: 2px;
	vertical-align: middle;
	line-height: 15px;
}
.hover-mask .news span{
	display: inline-block;
	font-size: 15px;
	width:120px;
	float:left;
	letter-spacing: 2px;
	font-family: 'EB Garamond', serif;
	vertical-align: middle;
	line-height: 15px;
}
.hover-mask .news a{
	color:#fff;
}
.hover-mask .news a:hover{
	text-decoration: underline;
}
@media screen and (max-height: 450px) {
	.hover-mask .news li:nth-child(n+2) {
		display: none;
	}
}
/*****
 オンラインショップのスライダー
****/
.section-online{
	position: relative;
}
.slider {
	margin:10px;
  	position:relative;
	z-index: 1;
	height: calc(100vh - 20px);
	height: calc((var(--vh, 1vh) * 100) - 20px);
	padding-top:10px;
}
/*　背景画像設定　*/
.slider-item01 {background:url("../images/top/slide1.jpg");}
.slider-item02 {background:url("../images/top/slide2.jpg");}
.slider-item03 {background:url("../images/top/slide3.jpg");}
.slider-item04 {background:url("../images/top/slide4.jpg");}
.slider-item05 {background:url("../images/top/slide5.jpg");}
.slider-item06 {background:url("../images/top/slide6.jpg");}
.slider-item07 {background:url("../images/top/slide7.jpg");}
.slider-item08 {background:url("../images/top/slide8.jpg");}
.slider-item09 {background:url("../images/top/slide9.jpg");}
.slider-item10 {background:url("../images/top/slide10.jpg");}
.slider-item11 {background:url("../images/top/slide11.jpg");}
.slider-item12 {background:url("../images/top/slide12.jpg");}
.slider-item13 {background:url("../images/top/slide13.jpg");}
.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: calc(100vh - 20px);
	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: 3;
    top: 50%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 1px solid #fff;/*矢印の色*/
    border-right: 1px solid #fff;/*矢印の色*/
    height: 17px;
    width: 17px;
}
.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}
.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin:-50px 0 0 0;/*ドットの位置*/
}
.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;
}
/****
　スライド上のメニュー
   ****/
.menu2 .logo{
	z-index: 800;
	position: absolute;
	left:20px;
	top:23px;
}
/* click-nav */
#click-nav2 {
	position: absolute;
	width: 36px;
	height: 15px;
	cursor: pointer;
	top:0;
	right:0;
	margin:42.5px 35px 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{
	position: absolute;
	z-index: 800;
	font-size:14px;
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: 1.5px;
	line-height: 100px;
	background: url("../images/top/cago2.png") no-repeat right center;
	background-size: 20px 20px;
	width:133px;
	margin-right:35px;
	top:0;
	right:60px;
}
.menu2 .online a{
	display: block;
	color:#fff;
}
.menu2 .online a:hover{
	text-decoration: none;
}
.menu2 a.kasen::after {
    background-color: #FFF!important;
}

.online_box{
	position: absolute;
	left:9%;
	top:23%;
	display: table;
	vertical-align: middle;
	color:#fff;
	z-index:800;
	letter-spacing: 2px;
	
	text-align: left;
	font-size:12px;
	font-family:  "a-otf-ryumin-pr6n",serif;
	flex-wrap: wrap;
	line-height: 35px;
	
}
.online_box h3{
	width:100%;
	font-weight: normal;
	font-size:24px;
	letter-spacing: 5px;
	text-align: left;
	margin-bottom:40px;
	font-family: 'Shippori Mincho B1', serif;
}
.online_box h3 span{
	display: block;
	font-size:22px;
	font-family: 'Cormorant Garamond', serif;
	margin-bottom:10px;
}
.online_box a.link{
	width:200px;
	height:55px;
	line-height: 55px;
	font-family: 'Cormorant Garamond', serif;
	border:1px solid #fff;
	display: block;
	margin-top:45px;
	color:#fff;
	font-size:16px;
	text-align: center;
	letter-spacing: 2px;
}
.online_box a.link:hover{
	background: #fff;
	color:#181F6C;
	transition: all 0.8s ease 0.1s;
	opacity: 1.0;
}