﻿@charset "utf-8";
/* CSS Document */

/***　全ページ　***/

html{font-size:100%;}
body,.txt_color_nomal{color: #fff!important;}
.txt_red{color: #E86366!important;}

#loading_bg{
	height: 100vh;
	width: 100vw;
	z-index: 200
}
#loading{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#loading img{
	z-index: 1
}
#loading .gauge{
	width: 0;
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
	transform-origin: left bottom
}

.fadein {
    opacity : 0;
    -webkit-transform : translate(0, 20px);
    -ms-transform : translate(0, 20px);
    transform : translate(0, 20px);
	transition: all 1s
}
.fadein.scrollin {
    opacity : 1;
    -webkit-transform : translate(0, 0);
    -ms-transform : translate(0, 0);
    transform : translate(0, 0);
}

#page-top{
	cursor: pointer
}
#page-top .scroll_u{
	width: 1px;
	height: 70px;
}
#page-top .scroll_u span{
	width: 1px;
	height: 100%;
	background-color: rgba(255,255,255,0.4)
}
#page-top .scroll_u span::before{
	position:absolute;
	content: "";
	display: block;
	width: 100%;
	background-color: #fff;
	animation: lineu 4s ease 0s infinite;
}
@keyframes lineu {
	0% {
		top: 70px;
		height: 0;
	}
	20% {
		top: 0;
		height: 70px;
	}
	40% {
		top: 0;
		height: 0;
	}
	100% {
		top: 0;
		height: 0;
	}
}

.txt_shadow_h{text-shadow: 0 0 5px rgba(0,0,0,0.4)}
.shadow_h{box-shadow: 0 0 5px rgba(0,0,0,0.3)}

#pc_nav a::before,.con_box::before,#contents4 a .con_txt::before,.cms_title::before,.more a::before,.more a::after,#contents4 a::before,.cate_list li::before,.pager .prev a::before,.pager .next a::before{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
.map_wrap iframe{
	width: 100%;
	border: none;
	margin-top: -200px
}
.cate:last-of-type{
	margin-bottom: 0!important
}

/***　ヘッダー　***/

#header{
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8), transparent);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8), transparent);
	background: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent);
	z-index: 100;
	height: 150px
}

header .menu_stick{
	height: 16px;
	top: 60px;
	right: 60px;
	cursor: pointer;
	z-index: 101
}
header .menu_stick.stick_trans span{
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin: 0;
}
header .menu_stick.stick_trans{
	padding-top: 4px
}
header .menu_stick.stick_trans span:first-child{
	opacity: 0;
}
header .menu_stick.stick_trans span:last-child{
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top: -3px
}
#sp_nav{
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.7)
}
#sp_nav nav{
	box-sizing: border-box;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
}
.tel_bt{
	background-color: rgba(255,255,255,0.1);
	border: solid 1px rgba(255,255,255,0)
}
.tel_bt:hover{
	background-color: rgba(255,255,255,0);
	border: solid 1px rgba(255,255,255,0.2)
}
#sp_nav img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
}

header .scroll_d{
	width: 1px;
	height: 150px;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
header .scroll_d span{
	width: 1px;
	height: 100%;
	background-color: rgba(255,255,255,0.4)
}
header .scroll_d span::before{
	position:absolute;
	content: "";
	display: block;
	width: 100%;
	background-color: #fff;
	animation: line 4s ease 0s infinite;
}
@keyframes line {
	0% {
		bottom: 150px;
		height: 0;
	}
	20% {
		bottom: 0;
		height: 150px;
	}
	40% {
		bottom: 0;
		height: 0;
	}
	100% {
		bottom: 0;
		height: 0;
	}
}

#pc_nav{
	left: 40px;
	bottom: 100px;
	z-index: 2;
}
#pc_nav a{text-shadow: 0 4px 5px rgba(0,0,0,1.0)}
#pc_nav a:hover{
	padding-left: 50px
}
#pc_nav a::before{
	width: 20px;
	height: 1px;
	background-color: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: 0.5s
}
#pc_nav a:hover::before{
	width: 30px;
}
main{transform:translate3d(0,0,0);}

/***　フッター　***/

#footer{z-index: 1}
#footer .con_img{z-index: -1}
#sns_link li{
	width: 60px;
	height: 60px
}

/***　index　***/

.more a:hover{
	background-color: rgba(255,255,255,0.1)
}
.more a::before,.more a::after{
	width: 100%;
	height: 100%;
	transition: 0.3s
}
.more a::before{
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	top: -0.5px;
	right: -0.5px;
}
.more a::after{
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
	bottom: -0.5px;
	left: -0.5px;
}
.more a:hover::before,.more a:hover::after{
	width: 0
}

#contents1 .posi_abs{
	top: 0;
	right: 0;
}
.con_box::before{
	height: 150px;
	width: 1px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: left bottom;
	left: 50px;
	top: -100px;
}

.con_bg{
	left: 0;
	top: 0
}
#contents2,#contents3,#contents2 .con_box,#contents3 .con_box{
	min-height: 100vh
}
#contents2 .d_flex,#contents3 .d_flex{
	min-height: 80vh
}
#contents2 .con_box{
	background: -moz-linear-gradient(left, transparent, rgba(0,0,0,0.8));
	background: -webkit-linear-gradient(left, transparent, rgba(0,0,0,0.8));
	background: linear-gradient(to right, transparent, rgba(0,0,0,0.8));
}
#contents3 .con_box{
	background: -moz-linear-gradient(left, rgba(0,0,0,0.8), transparent);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.8), transparent);
	background: linear-gradient(to right, rgba(0,0,0,0.8), transparent);
}
#contents2 .con_box::before,#contents3 .con_box::before{
	left: 40px;
}
#contents2 .con_box > .d_table,#contents3 .con_box > .d_table{min-height: 80vh}
#contents2 .con_box > .d_table::before,#contents3 .con_box > .d_table::before{content: "";display: inline-block;vertical-align: middle;height: 100%;min-height: 80vh}

#contents4 a{width:48%}
#contents4 a:hover figure{
	opacity: 0.2
}
#contents4 a:hover figure{
	-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	transform-origin: center
}
#contents4 a .con_txt{z-index: 1}
#contents4 a .con_txt::before{
	width: 1px;
	height: 150px;
	right: 0;
	left: 0;
	top: -150px;
	margin: auto;
	background-color: #fff;
	transition: 0.3s;
}
#contents4 a:hover .con_txt::before{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#contents4 .con_bg_img{
	left: 0;
	top: 0
}

#top_cms{
	padding-bottom: 1px
}
.cms_title::before{
	width: 1px;
	height: 40px;
	background-color: #fff;
	top: 0;
	left: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: bottom left
}

/***　ページタイトル・カテゴリーリスト・ページャー　***/

#page_title{
	height: 360px
}
#page_title .page_title_box{
	top: 190px
}
#under_page .under_box{
	top: -40px
}
.cate_list{
	margin-bottom: 50px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	flex-direction: row;
	padding: 0 50px 30px;
	border-bottom: solid 1px #fff
}
.cate_list li{
	width: 25%;
	margin-bottom: 20px;
	position: relative;
}
.cate_list li a{
	display: block;
	text-align: center;
	padding: 10px 20px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.5s
}
.cate_list li a:hover{
	opacity: 0.8
}
.cate_list li:not(:first-child):not(:nth-child(4n + 1))::before{
	width: 1px;
	height: 100%;
	background-color: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
	transform-origin: center
}
.pager{
	margin-top: 50px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.pager li{
	margin: 0 5px
}
.pager li a{
	text-align: center;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	transition: 0.3s;
	color: #fff
}
.pager li:not(.prev):not(.next) a{
	background-color: rgba(255,255,255,0.3);
	border: solid 1px rgba(255,255,255,0)
}
.pager li:not(.prev):not(.next) a:hover{
	background-color: rgba(255,255,255,0.1);
	border: solid 1px rgba(255,255,255,0.2);
}
.pager li.prev a:hover,pager li.next a:hover{
	border-bottom: solid 3px rgba(255,255,255,0.7);
	box-sizing: border-box;
}
/*
.pager .prev a::before,.pager .next a::before{
	width: 8px;
	height: 8px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	transform-origin: center
}
.pager .prev a,.pager .next a{
	position: relative
}
.pager .prev a::before{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 5px;
}
.pager .next a::before{
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 5px;
}
*/

/***　page7　***/

#under_page .map_wrap{
	height: 300px
}
#under_page .info_box .d_flex:first-of-type{
	border-top: solid 1px
}

/***　page8　***/

#form_box dl input,#form_box dl textarea{background-color: rgba(255,255,255,0.1);color:#fff}

/***　page9　***/

.page9 h3{
	border-color: rgba(255,255,255,0.3)
}

/***　page10　***/

.sitemap_box li a{
	height: 80px;
	line-height: 80px;
}
.sitemap_box li a:hover p{
	transform: translateY(-10px)
}
.sitemap_box li a .site_sab_title{
	right: 0;
	left: 0;
	margin: auto;
	top: 25px;
	pointer-events: none
}
.sitemap_box li a:hover .site_sab_title{
	opacity: 1
}

/***　IE対処　***/

@media all and (-ms-high-contrast:none) {
	.tel_bt{
		padding-top: 20px
	}
	.more a{
		padding-top: 25px;
	}
	.pager li a{
		line-height: 53px
	}
	.info_box p{
		padding-top: 15px
	}
	#form_box .mail input{
		padding-top: 15px
	}
	.sitemap_box .more a{
		padding-top: 0;
		line-height: 85px
	}
	.page9 p a{
		padding-top: 5px;
	}
}

.float_right{
	float: right
}
.float_left{
	float: left
}
.float_clear{
	float: none
}
.clearfix::after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
.posi_center.posi_sta_tb{transform: none}
#sp_nav nav{
	overflow-y: scroll;
}
#header{
	height: 100px
}
header .menu_stick{
	top: 40px;
	right: 40px;
}
.more a{
	background-color: rgba(255,255,255,0.1)
}
.more a::before,.more a::after{
	display: none
}
.more a:hover::before,.more a:hover::after{
	width: 0
}
#contents1 .posi_abs,#top_info .posi_abs{
	height: 60vw!important
}
#contents1 .con_box,#top_info .con_box{
	top: -40px
}
.con_box::before{
	height: 50px;
	transform-origin: center;
	left: 0;
	right: 0;
	margin: auto;
	top: 30px
}
#contents2,#contents3,#contents2 .con_box,#contents3 .con_box,#contents2 .d_flex,#contents3 .d_flex{
	min-height: inherit
}
#contents2 .con_box,#contents3 .con_box{
	background: rgba(0,0,0,0.5)
}
#contents2 .con_box::before,#contents3 .con_box::before{
	left: 0
}
#contents2 .con_box > .d_table,#contents3 .con_box > .d_table,#contents2 .con_box > .d_table::before,#contents3 .con_box > .d_table::before{min-height: auto}

#contents4 a:hover figure{
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
#contents4 a .con_txt::before{
	display: none
}
#contents4 a::before{
	top: 20px;
	right: 20px;
	left: 20px;
	bottom: 20px;
	margin: auto;
	border: solid 1px #fff;
	z-index: 1
}
#page_title{
	height: 300px
}
#page_title .page_title_box{
	top: 140px;
	text-align: center
}
.cate_list{
	padding: 0 0 30px;
}
.cate_list li{
	width: 33.333%;
}
.cate_list li:nth-child(3n + 1)::before{
	display: none
}
.cate_list li:nth-child(4n + 1)::before{
	width: 1px;
	height: 100%;
	background-color: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
	transform-origin: center
}
.pager li:not(.prev):not(.next){
	display: none
}
.sitemap_box li a{
	height: 80px;
	line-height: 60px;
}
.sitemap_box li a:hover p{
	transform: none
}

.float_right_tb{
	float: right
}
.float_left_tb{
	float: left
}
.float_clear_tb{
	float: none
}
.clearfix_tb::after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
}

/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 667px){
.posi_center.posi_sta_sp{transform: none}

#sns_link li{
	width: 50px;
	height: 50px;
}
#contents1 .con_box,#top_info .con_box{
	top: -20px
}
#contents4 a{width:100%}
	
#page_title{
	height: 270px
}
#page_title .page_title_box{
	top: 120px;
}
.cate_list{
	padding: 0 20px 20px;
}
.cate_list li{
	width: 100%;
}
.cate_list li a{
	padding: 0
}
.cate_list li::before,.cate_list li:nth-child(4n + 1)::before{
	display: none
}

.float_right_sp{
	float: right
}
.float_left_sp{
	float: left
}
.float_clear_sp{
	float: none
}
.clearfix_sp::after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
}

@media all and (-ms-high-contrast:none){
#main_img{
	height: auto;
	max-height: 100vh;
}
#main_img .swiper-wrapper,#main_img .swiper-container{
	max-height: 110vh;
	overflow: hidden;
}
}