﻿@charset "utf-8";
/* CSS Document */

/** font **/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@500&display=swap');

.font_jp, .con_title, #page_title p, .cate_title, .box_title1, .box_title{
    font-family: 'Shippori Mincho B1', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.font_en, a[href^="tel:"], #pc_nav, #sp_nav, .pager, .date, #contents1 .con_box .con_sub_title, #contents1-h .con_box .con_sub_title, #top_cms .cms_title h2, .more, #top_info .con_title, #page_title h2, .cate_list::before{
    font-family: 'Shippori Mincho B1', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.font_bold{
    font-weight: normal;
}
.txt_shadow, .txt_shadow-l, .txt_shadow-b, .txt_shadow_h{
    text-shadow: none;
}

/***　全ページ　***/

body,.txt_color_nomal{color: #fff!important;}
.txt_red{color: #E86366!important;}

html, body{
    font-size: 14px;
    line-height: 2;
    letter-spacing: 2px;
}
h2, h3, h4, h5, h6{
    line-height: 1.5;
}
#sns_link{
    line-height: 1.5;
}

#loading_bg{
	height: 100svh;
	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)}

.more a::before,.more a::after,.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 {
    z-index: 100;
    height: 102px;
    padding: 40px;
}
#header::before {
    display: inline-block;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    height: 100%;
    background: linear-gradient(to bottom, currentColor, rgba(0,0,0,0));
    opacity: 0.8;
    box-sizing: border-box;
}
header .menu_stick{
	height: 16px;
	top: 45px;
	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: -1px
}
#header h1 img{
    height: auto;
    width: 200px!important;
}
#header .contact_bt {
    right: 150px;
    top: 26px;
    background-color: rgba(244,244,244,0.10);
}
#header .contact_bt.top{
    opacity: 0;
    z-index: -5;
    transition: opacity .5s;
}
#header .contact_bt.top.active{
    opacity: 1;
    z-index: 1;
}
#pc_nav .contact_bt {
    background-color: rgba(244,244,244,0.3);
    transform: translateX(13px);
    margin-top: 25px;
}
#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;
}
#sp_nav li a:hover .en{
    opacity: 0;
}
#sp_nav li a:hover .jp{
    opacity: 1;
}
.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)
}

#pc_nav{
	z-index: 3;
	top: 120px;
    right: 55px;
    text-align: right;
}
#pc_nav li{
    margin-bottom: 10px;
}
#pc_nav li a{
    text-shadow: 0 4px 5px rgba(0,0,0,1.0);
    display: inline-block;
    padding-left: 0!important;
    transition: background-size 0.3s;
}
#pc_nav li a:hover{
	padding-left: 50px
}
#pc_nav li a .jp{
    top: 0;
    right: 0;
    pointer-events: none;
}
#pc_nav li a:hover .en{
    opacity: 0;
}
#pc_nav li a:hover .jp{
    opacity: 1;
}
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
}

#main_img .bg_box {
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    opacity: 0.3;
}
#main_img .main_txt{
    z-index: 3;
    left: 5%;
    bottom: 10%;
    width: 90%;
}
#main_img .main_txt h3 {
    font-size: calc(30px + 2vw);
    border-bottom: 2px solid;
    display: inline;
}
#main_img .main_txt p{
    font-size: calc(7px + 2vw);
}
#main_img .main_txt {
    transform: translateX(-20px);
    opacity: 0;
    filter: blur(5px);
    transition: 1s;
    transition-property: transform, opacity, filter;
}
#main_img .main_txt.active {
    transform: none;
    opacity: 1;
    filter: none;
}
.video_wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
video {
	min-width: 100%;
	min-height: 100vh;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	vertical-align: bottom;
}
#contents1 .con_title, #contents1-h .con_title{
    position: relative;
    z-index: 1;
    padding: 0;
}
#contents1 .con_title::before{
    position: absolute;
    content: "";
    width: 160px;
    height: 1px;
    top: 0.75em;
    left: -180px;
    background-color: currentColor;
}
#contents1 .con_box{
    margin-bottom: -100px;
}
#contents1 .con_box p, #contents1-h .con_box p{
    position: relative;
    z-index: 1;
}
#contents1 .posi_abs{
    width: 65%!important;
    right: auto;
    left: 0;
}
#contents1-h > div{
    margin-left: auto;
}
#contents1-h .con_box{
    margin-bottom: -100px;
}
#contents1-h .posi_abs{
    width: 65%!important;
	top: 0;
	right: 0;
}
#contents1-h .con_title::before{
    position: absolute;
    content: "";
    width: 160px;
    height: 1px;
    top: 0.75em;
    right: -180px;
    background-color: currentColor;
}
#contents1 .con_box .con_sub_title, #contents1-h .con_box .con_sub_title {
    position: absolute;
    font-size: 70px;
    line-height: 1;
    top: -50px;
    letter-spacing: 0;
}
#contents1 .con_box .con_sub_title{
    right: 20px;
}
#contents1-h .con_box::after{
    left: 20px;
}

#contents2 .con2_img{
    height: 700px;
}
#contents2 .con2_img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 60%;
    left: 0;
    bottom: -50px;
    background-image: linear-gradient(to bottom, rgba(6,32,73,0), currentColor  calc(100% - 50px), rgba(6,32,73,0));
}
#contents2 .con2_txt_wrap{
    margin-top: -100px;
    max-width: 1400px;
}
#contents2 .con2_title1 span{
    background-image: linear-gradient(to bottom, currentColor, currentColor);
    background-size: 80px 1px;
    background-position: right center;
    background-repeat: no-repeat;
}
#top_banner a:hover .banner_bg{
    opacity: 0.2;
    transform: translate(-50%, -50%) scale(1.1);
}

#top_banner a p{
    background-image: linear-gradient(to bottom, currentColor, currentColor);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: background-size 0.5s;
}
#top_banner a:hover p{
    background-size: 100% 1px;
}
#top_cms .cms_title{
    text-align: center;
    background-image: linear-gradient(to bottom, currentColor, currentColor);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 50px 3px;
}
#top_cms .cms_title h2{
    font-size: 50px;
    letter-spacing: 5px;
}
#top_cms .cms_title p{
    letter-spacing: 3px;
    font-size: 18px;
}
#top_cms{
	padding-bottom: 1px
}

/***　ページタイトル・カテゴリーリスト・ページャー　***/

#page_title{
	height: 360px
}
#page_title .page_title_box{
    text-align: center;
	top: 150px
}
#page_title h2{
    font-size: 50px;
    letter-spacing: 8px;
}
#page_title p{
    font-size: 18px;
}
#under_page .under_box{
	top: -40px
}
.cate_list {
    margin-bottom: 100px;
    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;
    background-color: rgba(244,244,244,0.1);
    padding: 25px;
}

.cate_list::before{
    content: "CATEGORY";
    display: block;
    width: 100%;
    padding: 5px;
    color: currentColor;
}
.cate_list li {
    width: auto;
    padding: 5px;
    box-sizing: border-box;
}
.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;
	background-color: rgba(244,244,244,0.10);
    font-size: 12px;
}

.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;
    min-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;
}

/***　page7　***/

#under_page .map_wrap{
	height: 300px
}

/***　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
}

.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;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#header{
    height: 80px;
    padding: 30px;
}
header .menu_stick {
    top: 35px;
    right: 30px;
}
#header .contact_bt, .sp_contact_bt{
    right: 100px;
    top: 15px;
}
.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
}

.video_wrap {
	position: static;
	overflow: hidden;
	width: 100%;
	height: auto;
	min-width: 100%;
}
video {   
	min-width: auto;
	min-height: auto;
	width: 100%;
	z-index: 1;
	position: static;
	top: 0%;
	left: 0%;
	-webkit-transform: translate(0%, 0%); 
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%); 
}
#contents1 .con_title::before, #contents1-h .con_title::before{
    display: none;
}
#contents1 .con_title .border, #contents1-h .con_title .border {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -80px;
    height: 2px;
    width: 100px;
}
#contents1 .con_box, #contents1-h .con_box{
    top: -50px;
    padding-top: 80px;
}
#contents1 .posi_abs, #contents1-h .posi_abs, #top_info .posi_abs{
	height: 60vw!important;
}
#contents1 .posi_abs, #contents1-h .posi_abs{
    width: 100%!important;
}
#contents1 .con_box .con_sub_title, #contents1-h .con_box .con_sub_title {
    font-size: 20px;
    opacity: 1;
    top: 20px;
    letter-spacing: 3px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

#contents2 .con2_img{
    height: 80vw;
}
#top_banner a .banner_bg{
    opacity: 0.2;
}
#top_info .con_box{
	top: -40px
}
#page_title{
	height: 300px
}
#page_title .page_title_box {
    top: 100px;
}
.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}

#header{
    height: 70px;
    padding: 20px;
}
header .menu_stick {
    top: 30px;
    right: 20px;
}
.sp_contact_bt{
    position: fixed;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
}
.sp_contact_bt a{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#sns_link li{
	width: 50px;
	height: 50px;
}
#main_img .main_txt h3 {
    font-size: calc(20px + 2vw);
}
#main_img .main_txt p {
    font-size: calc(10px + 2vw);
}
#contents1 .con_box,#top_info .con_box{
	top: -20px
}
#contents2 .con2_txt_wrap {
    margin-top: -45px;
}
#top_cms .cms_title h2{
    font-size: 30px;
}
#top_cms .cms_title p{
    font-size: 16px;
}
#page_title{
	height: 270px
}
#page_title h2 {
    font-size: 32px;
    letter-spacing: 4px;
}
#page_title p {
    font-size: 16px;
}
.cate_list{
	padding: 15px;
}
.cate_list::before{
    text-align: center;
}
.cate_list li{
	width: 100%;
}
.cate_list li a{
	padding: 10px 15px
}
#copyright{
    padding-bottom: 100px;
}

.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;
}

#sp_nav li a:hover .en {
    opacity: 1;
}
#sp_nav li a:hover .jp {
    opacity: 0;
}
}