@charset "UTF-8";
/*------------------------------------------------------------------------------
	Chuo Kanko Corporation. - HOME CSS
	URL: http://www.kaneyamaen.sbs/
	Date: 2016-12-21
	Copyright (C) Chuo Kanko Corporation. All Rights Reserved.
------------------------------------------------------------------------------*/
/*==============================================================
　body#home : トップページ
===============================================================*/
body#home header h1#siteTitle #logo {
	fill: #000;
}
body#home header ul#globalNav {
	background: #fff;
}
body#home header #overlayArea {
	width: 100%;
	top: 0;
	background: #fff;
}

body#home #mainVisual {
	overflow: hidden;
	position: relative;
	height: 40vw;
}

body#home #mainVisual #mv_slider {
	height: 100%;
}
body#home #mainVisual .slick-prev,
body#home #mainVisual .slick-next {
	width: 40px;
	height: 40px;
	background-size: contain;
	transform: translateY(-50%);
}
body#home #mainVisual .slick-prev {
	left: 10px;
	background-image: url(../img/ico/ico_mv_arrow_prev.svg);
}
body#home #mainVisual .slick-next {
	right: 10px;
	background-image: url(../img/ico/ico_mv_arrow_next.svg);
}
body#home #mainVisual .slick-slider .slick-slide {
	margin: 0;
	position: relative;
}
@keyframes mv_btn_flickering {
	0% {
		color: rgba(255, 255, 255, 1);
	}
	50% {
		color: rgba(255, 255, 255, 0.2);
	}
	100% {
		color: rgba(255, 255, 255, 1);
	}
}
body#home #mainVisual .mv_click_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Cinzel', serif;
	padding: 3px 59px;
	border-radius: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 133%;
	animation: mv_btn_flickering 4s linear 0s infinite forwards;
}
body#home #mainVisual .mv_click_btn::before,
body#home #mainVisual .mv_click_btn::after {
	display: block;
	display: inline-block;
	font-size: 95%;
	transform: translateY(1px);
}
body#home #mainVisual .mv_click_btn::before {
	content: '>>';
	margin-right: 6px;
}
body#home #mainVisual .mv_click_btn::after {
	content: '<<';
	margin-left: 6px;
}
@media screen and (max-width: 768px) {
	body#home #mainVisual .mv_click_btn {
		display: none;
	}
}
/* .desktop body#home header #overlayArea {
	position:absolute;
	top:0;
	left:0;
	background:rgba(255,255,255,0.85);
} */

body#home .infection_btn {
	text-align: center;
	margin: 40px 0;
}
body#home .infection_btn a {
	padding: 30px 0;
	width: 80%;
}
body#home .infection_btn br {
	display: none;
}
@media (max-width: 768px) {
	body#home .infection_btn a {
		width: 100%;
	}
	body#home .infection_btn br {
		display: block;
	}
}
body#home #mainVisual #scrollBtn {
	position: absolute;
	bottom: 4%;
	width: 100%;
}
body#home #mainVisual #scrollBtn a {
	display: block;
	text-align: center;
	color: #fff;
	letter-spacing: 4px;
	font-size: 80%;
	padding-bottom: 25px;
	background: url(../img/ico/ico_scrolldown.png) no-repeat center bottom;
}
body#home main h2 {
	background: url(../img/ico/ico_fuji_lrg_brush.png) no-repeat center top;
	padding-top: 44px;
}

@media screen and (max-width: 1340px) {
	.ie body#home #mainVisual {
		height: auto;
	}
}
.tablet body#home #mainVisual {
	position: relative;
	z-index: 9;
}
.tablet body#home #mainVisual img {
	width: 100%;
	height: auto;
}
.tablet body#home #mainVisual img.copy {
	top: 10%;
	right: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	z-index: 9;
	width: auto;
	height: 220px;
}
.tablet body#home #reihouArea {
	display: none;
}
body#home #mainVisual video {
	width: 100%;
	height: auto;
	display: block;
}
body#home #planArea .postList li .begining {
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
}
body#home main .contentsBox {
	margin-bottom: 6.4%;
}
body#home #reihouArea {
	margin-bottom: 0;
	z-index: 99;
}
body#home #reihouArea p {
	position: relative;
}
body#home #reihouArea p img.text {
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
	height: 40%;
	padding-top: 2.3%;
	z-index: 9;
}
body#home #reihouArea p img.image {
	width: 100%;
	height: auto;
	display: block;
}
body#home #informationArea .innerWidth {
	overflow: hidden;
	margin: 4% auto 2%;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
body#home #informationArea h2 {
	display: inline-block;
	text-align: left;
	font-size: 120%;
	padding: 28px 2% 0;
	background: url(../img/ico/ico_fuji_lrg_brush.png) no-repeat center top;
	background-size: 45px auto !important;
	margin-bottom: 0;
}
body#home #informationArea .infoTxt {
	width: 70%;
}
body#home #informationArea .infoTxt a {
	text-decoration: underline;
}
body#home main #newsArea {
	position: relative;
	z-index: 0;
}

body#home main #newsArea .deco {
	position: absolute;
}
body#home main #newsArea .cloud2 {
	right: 0px;
	top: 0;
}
body#home main #planArea {
	position: relative;
}
body#home main #planArea .cloud1 {
	left: 0;
	bottom: -40px;
}
body#home main #movieBnr {
	position: relative;
	margin-bottom: 6.4%;
	line-height: 1;
	overflow: hidden;
}
body#home main #movieBnr a {
	display: block;
	width: 100%;
	background: #000;
}
body#home main #movieBnr .bgGifanime,
body#home main #movieBnr .bgFuji {
	display: block;
	position: absolute;
	height: auto;
	opacity: 0.5;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 1;
}
body#home main #movieBnr .bgFuji {
	width: 70%;
	left: 0;
}
body#home main #movieBnr .bgGifanime {
	width: 30%;
	right: 0;
}
body#home main #movieBnr a:hover .bgFuji {
	opacity: 0.8;
}
body#home main #movieBnr strong {
	color: #fff;
	font-size: 140%;
	font-family: 'Roboto Slab', Garamond, 'Times New Roman', '游明朝',
		'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3',
		'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝',
		'MS PMincho', serif;
	font-weight: normal;
	display: block;
	width: 70%;
	text-align: center;
	padding: 5.6% 0;
	background: url(../img/ico/ico_arrow_wht_rgt.png) no-repeat 72% center;
	position: relative;
	z-index: 9;
}
body#home main #movieBnr strong .eng {
	font-size: 70%;
}
body#home main #movieBnr strong .eng:before,
body#home main #movieBnr strong .eng:after {
	display: none;
}
body#home main #attractionArea {
	background: #1e1c1b;
	position: relative;
	padding: 70px 0;
}
body#home main #attractionArea h2 {
	color: #fff;
	font-weight: 100;
	background-image: url(../img/ico/ico_fuji_blk-lrg_brush.png);
}
body#home main #attractionArea:before,
body#home main #attractionArea:after {
	width: 100%;
	content: '';
	display: block;
	height: 1px;
	background: #1e1c1b;
	position: absolute;
}
body#home main #attractionArea:before {
	top: -3px;
}
body#home main #attractionArea:after {
	bottom: -3px;
}
body#home main #attractionArea .eng:after,
body#home main #attractionArea .eng:before {
	display: none;
}
body#home main #attractionArea .attBtns {
	overflow: hidden;
}
body#home main #attractionArea .btn {
	width: 50%;
	float: left;
	position: relative;
	cursor: pointer;
}
body#home main #attractionArea .title {
	padding: 11% 0;
	color: #fff;
	z-index: 9;
	line-height: 1.2;
	position: relative;
	text-align: center;
	font-size: 130%;
	font-family: 'Roboto Slab', Garamond, 'Times New Roman', '游明朝',
		'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3',
		'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝',
		'MS PMincho', serif;
	background: url(../img/ico/ico_fuji_sml.png) no-repeat center 29%;
}

body#home main #attractionArea .title .dscTxt {
	font-size: 80%;
	display: inline-block;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	height: 1px;
}
.desktop body#home main #attractionArea .title .dscTxt {
	opacity: 0;
    overflow-wrap: anywhere;
    word-break: keep-all;
}

.tablet body#home main #attractionArea .title {
	padding: 16% 0;
	background-position: center 29%;
}
body#home main #attractionArea a:hover .title .dscTxt {
	opacity: 1;
	height: auto;
}

body#home main #attractionArea .title .eng {
	font-size: 70%;
}
body#home main #attractionArea a {
	background: #000;
	display: block;
	position: relative;
}
body#home main #attractionArea a.externalLink{
    padding-left: 0;

}
body#home main #attractionArea .image {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
    object-fit: cover;
	opacity: 0.5;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
body#home main #attractionArea a:hover .image {
	opacity: 0.8;
}
body#home #bnrsArea .culum4 div {
	width: 49%;
	margin-bottom: 1.8%;
}
body#home #bnrsArea .culum4 div img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body#home #bnrsArea .culum4 div a:hover img {
	opacity: 0.7;
}
body#home #recommendArea .innerWidth {
	overflow: hidden;
}
body#home #recommendArea .tickSlider,
body#home #recommendArea ul {
	overflow: hidden;
}
body#home #recommendArea .tickSlider {
	padding: 0;
}
body#home #wrapper #recommendArea .tickSlider:hover,
body#home #recommendArea ul:hover {
	animation-play-state: paused !important;
}
body#home #recommendArea ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
@media screen and (max-width:890px) {
    body#home #recommendArea ul {
        grid-template-columns: repeat(3,1fr);
    }
}
body#home #recommendArea ul li{
    text-align: center;
}
body#home #recommendArea ul li ._ttl{
    font-size: clamp(100% , 3vw , 20px);
    font-family: 'MyKokoro';
}
body#home #recommendArea ul li ._thumb{
    background-color: #000;
    display: block;
}
body#home #recommendArea ul li ._thumb img{
    display: block;
    transition: opacity 0.3s ease;
}
body#home #recommendArea ul li a:hover ._thumb img{
    opacity: 0.7;

}


body#home #recommendArea .tickSlider div.tick-slide,
body#home #recommendArea ul li {
	/* width: 280px;
	float: left;
	padding: 0 15px; */
}
body#home #recommendArea .tickSlider div img,
body#home #recommendArea ul li img {
	width: 100%;
	height: auto;
}
body#home #recommendArea .nextBox,
body#home #recommendArea .prevBox {
	width: 100%;
}
body#home #recommendArea .btns {
	position: relative;
	overflow: visible;
}
body#home #recommendArea .tickWrapper {
	position: relative;
	width: 100%;
}
body#home #recommendArea .tickWrapper .btns button {
	position: absolute;
	top: 58px;
	background: #f6f5f5 url(../img/ico/ico_arrow_down.png) no-repeat center
		center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: block;
	outline: none;
	z-index: 9;
	opacity: 0.8;
}
body#home #recommendArea .tickWrapper .btns button.btn_next {
	left: -24px;
	transform: rotate(90deg);
}
body#home #recommendArea .tickWrapper .btns button.btn_prev {
	right: -24px;
	transform: rotate(-90deg);
}
body#home #instagramArea {
	position: relative;
}
body#home .contentsBox .deco {
	position: absolute;
	z-index: -1;
}
body#home .contentsBox .flower1 {
	left: 0;
	top: -55%;
}
body#home .contentsBox .flower2 {
	right: 0;
	top: -55%;
}
body#home #instagramArea {
	padding-bottom: 0;
	margin-bottom: 0;
}
body#home #instagramBox {
	margin-bottom: 80px;
	height: auto;
	background: none;
}
body#home #instagramArea h2 {
	letter-spacing: 5px;
}
body#home #instagramBox .innerWidth #instafeed {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
body#home #instagramBox .innerWidth #instafeed .instagram-photo {
	width: -webkit-calc(100% / 4 - 1%);
	width: calc(100% / 4 - 1%);
	height: 250px;
	overflow: hidden;
	position: relative;
	margin: 0.5%;
}
body#home #instagramBox .innerWidth #instafeed .instagram-photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
body#home #instagramBox .innerWidth #instafeed .instagram-photo img.narrow {
	width: 100%;
	height: auto;
}
body#home #instagramBox .innerWidth #instafeed .instagram-photo img.wide {
	height: 100%;
	width: auto;
}

body#home #instagramBox .innerWidth #instafeed .instagram-item{
    width: 23.5%;
    font-size:0;
    margin-bottom: 2%;
    order: 1;
}
body#home #instagramBox .innerWidth #instafeed .instagram-item a{
    background: none;
    padding-left: 0;
}
body#home #instagramBox .innerWidth #instafeed .instagram-item img{
    width: 100%;
    height:auto;
}
body#home #instagramBox .innerWidth #instafeed{
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
body#home #instagramBox .innerWidth #instafeed:before,
body#home #instagramBox .innerWidth #instafeed:after{
    content: "";
    width: 32%;
    order:2;
    display: block;
}
body#home #recommendArea .slider:hover {
	animation-play-state: paused !important;
}
body#home #recommendArea .slider .slick-slide {
	margin: 0 0px;
}
body#home #recommendArea .slider .slick-slide img {
	width: 250px !important;
	height: auto;
}

@media screen and (max-width: 1200px) and (min-width: 738px) {
	body#home main #attractionArea .title,
	body#home main #attractionArea .btn {
		height: 20vw;
	}
	body#home main #attractionArea .title {
		background-position: center 18%;
	}
	body#home main #attractionArea .image {
		height: 100%;
		width: auto;
	}
}
