<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*-------------------------------------------------
	reset
--------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; }
ul,ol { list-style-type: none; }
em,strong,th,address { font-style: normal; font-weight: normal; text-align: left; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%; }
img,
object,
embed { border: 0; vertical-align: top; }
img { max-width: 100%;vertical-align: bottom; }
hr { border: none;}
table { border-collapse: collapse; border-spacing: 0; font-size: 100%; }
li { list-style-type: none; }
strong { font-weight: bold; }
/*-------------------------------------------------
	base
--------------------------------------------------*/
html { position: relative; }
body {position: relative; width: 100%; background: #131313; color: #fff; font-family: 'Noto Serif JP', serif; font-weight: 400; line-height: 1.5; }
a{outline: none;}
#wrapper{ position: relative;  overflow: hidden;}
#onetrust-banner-sdk{ outline: none;}
/*-------------------------------------------------
	fade
--------------------------------------------------*/
.wrap_f{ width: 100%; height: 100%; position: relative;}
.wrap_f::after {content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; pointer-events: none; user-select: none; z-index: 8888; opacity: 1; transition:2s; }
.wrap_f.fade::after { opacity: 0; pointer-events: none; user-select: none; }
/*-------------------------------------------------
	in
--------------------------------------------------*/
.in{ animation: in 1.5s 0s 1 linear; }
@keyframes in { 
0% { opacity: 0;} 
100% { opacity: 1;}
}
/* -----------------------------------------
 header 
 -----------------------------------------*/
header .logo{ position: fixed; left: 20px; top: 20px; z-index: 1001; width: 160px; transition: .5s;opacity: 0;}
header .logo.logo_in{ opacity: 1; transition: .5s;}
@media screen and (max-width: 750px) {
header .logo{ left: 10px; top: 15px;width: 140px;}
}/*END*/
@media screen and (max-width: 450px) {
header .logo{ left: 10px; top: 15px; width: 120px;}
}/*END*/
@media screen and (max-width: 400px) {
header .logo{ left: 10px; top: 10px; width: 110px;}
}/*END*/
header{ position: fixed; left: 0px; top: 0px; width: 100%; height: 0px; z-index: 110; transition: 1s; pointer-events: none; }
header a{ pointer-events: initial !important; }
header .header_bg{ width: 100%; height: 150px; background: linear-gradient(to bottom , rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%); }
@media screen and (max-width: 1023px) {
header{ position: fixed; left: 0px; top: 0px; width: 100%; height: 60px; }
}/*END*/

/*-------------------------------------------------
	#gloval_nav_btn [btn] 三
--------------------------------------------------*/
#gloval_nav_btn { position: absolute; top: 25px; right: 40px; height: 32px; margin-top: 0px; cursor: pointer; z-index: 2000; transition: .3s; pointer-events: initial !important;}
#gloval_nav_btn:hover{ opacity: 0.7;}
#gloval_nav_btn &gt; div { position: relative; width: 36px; }
/*span*/
#gloval_nav_btn span { width: 100%; height: 1px; left: 0; display: block; background: #fff; position: absolute; transition: .5s; }
#gloval_nav_btn span:nth-child(1) { top: 2px; opacity: 1; transition: 0.5s; }
#gloval_nav_btn span:nth-child(2) { top: 14px; opacity: 1; transition: 0.5s;}
#gloval_nav_btn span:nth-child(3) { top: 26px; opacity: 1; transition: 0.5s;}
#gloval_nav_btn span:nth-child(4) { top: 14px; opacity: 0; }
#gloval_nav_btn span:nth-child(5) { top: 14px; opacity: 0; }
/*nav_open*/
.nav_open #gloval_nav_btn span:nth-child(1) { top: 10px; opacity: 0; transition: 0.5s; }
.nav_open #gloval_nav_btn span:nth-child(2) { top: 14px; opacity: 0; transition: 0.5s; }
.nav_open #gloval_nav_btn span:nth-child(3) { top: 18px; opacity: 0; transition: 0.5s; }
.nav_open #gloval_nav_btn span:nth-child(4) { top: 14px; opacity: 1; transform: rotate(45deg); }
.nav_open #gloval_nav_btn span:nth-child(5) { top: 14px; opacity: 1; transform: rotate(-45deg); }
/*p*/
#gloval_nav_btn p{ font-size: 13px; letter-spacing: 1px; line-height: 2; width: 50px; text-align: center; position: absolute; left: 50%; top: 100%; margin-left: -25px; font-family: 'Ibarra Real Nova', serif;}

@media screen and (max-width: 500px) {
#gloval_nav_btn { position: absolute; top: 18px; right: 21px; height: 26px; }
#gloval_nav_btn &gt; div { position: relative; width: 30px; }
#gloval_nav_btn p{ font-size: 10px; }
/*span*/
#gloval_nav_btn span:nth-child(1) { top: 4px; opacity: 1; transition: 0.5s; }
#gloval_nav_btn span:nth-child(2) { top: 14px; opacity: 1; transition: 0.5s;}
#gloval_nav_btn span:nth-child(3) { top: 24px; opacity: 1; transition: 0.5s;}
/*nav_open*/
.nav_open #gloval_nav_btn span:nth-child(1) { top: 12px; opacity: 0; transition: 0.5s; }
.nav_open #gloval_nav_btn span:nth-child(2) { top: 14px; opacity: 0; transition: 0.5s; }
.nav_open #gloval_nav_btn span:nth-child(3) { top: 16px; opacity: 0; transition: 0.5s; }
}/*END*/
@media screen and (max-width: 400px) {
#gloval_nav_btn { position: absolute; top: 13px; right: 18px; height: 26px;}
}/*END*/
/* | */
.gloval_nav_line{ position: absolute; top: 25px; right: 108px; width: 1px !important; height: 50px; background-color: rgba(255,255,255,0.4); z-index: 1000;transition: 0.3s; }
@media screen and (max-width: 500px) {
.gloval_nav_line{ position: absolute; top: 18px; right: 70px; width: 1px !important; height: 42px; }
}/*END*/
@media screen and (max-width: 400px) {
.gloval_nav_line{ position: absolute; top: 13px; right: 65px; width: 1px !important; height: 42px; }
}/*END*/

/*-------------------------------------------------
	#gloval_nav [OPEN]
--------------------------------------------------*/
#gloval_nav_wrap{ pointer-events: initial !important; }
/*open*/
.nav_open #gloval_nav { transform: translateY(0); }
/*gloval_nav aria*/
#gloval_nav nav { z-index: 1000; display: inline-block; width: 100%; }
#gloval_nav { background: rgba(5,5,5,0.95); transform: translateY(-100%); color: #fff; position: fixed; width: 100vw; height: 100vh; min-height: 100vh; top: 0px; left: 0px; z-index: 1000; display: flex; align-items: center; justify-content: center; transition: .5s; }
/*gloval_nav*/
.gloval_nav_inner{ max-width: 60vh; width: 85vw; text-align: left; display: block; font-family: 'Ibarra Real Nova', serif;}
@media screen and (orientation: portrait) {
/*gloval_nav aria*/
.gloval_nav_inner{ max-width: 600px; width: 80vw; }
}/*END*/
/*nav*/
.gloval_nav_inner nav a p{ transition: .4s; color: #fff; text-align: left; }
.gloval_nav_inner nav a:hover p { opacity: 0.4; }
.gloval_nav_inner nav ul li a { text-decoration: none; display: block; position: relative; }
.gloval_nav_inner nav ul li a p{ padding-left: 5vh; font-size: 3.7vh; letter-spacing: 0.1vh; line-height: 2; }
.gloval_nav_inner nav ul li a span{ position: absolute; left: 0px; top: 50%; width: 2.6vh; height: 0.4vh; margin-top: -0.2vh; margin-right: 2vh; background: rgba(255,255,255,0.2); display: block; overflow: hidden; transition: 0.3s;}
.gloval_nav_inner nav ul li a span::before{ content: ''; position: absolute; left: -100%; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,.2); display:block; transition: 0.3s;}
.gloval_nav_inner nav ul li a:hover span::before{ position: absolute; left: 0%; top: 0; }
@media screen and (max-height: 750px) and (orientation: landscape) {
.gloval_nav_inner nav ul li a p{ padding-left: 5vh; font-size: 4vh; letter-spacing: 0.1vh; line-height: 2; }
}/*END*/
/*official_site_link*/
.official_site_link { margin: 7vh auto 0; }
.official_site_link h5{ font-size: 1.8vh; letter-spacing: 0.2vh; line-height: 1; }
.official_site_link ul { width:100%; margin-top: 2vh; display: flex; justify-content: space-between; list-style: none; }
.official_site_link ul li { width: 48%; margin:0 0%; text-align: center; position: relative;}
.official_site_link ul li a { display: inline-block; text-decoration: none; overflow: hidden; }
.official_site_link ul li a img{ width: 100%; transition: 0.5s; }
.official_site_link ul li a:hover img{ transform: scale(1.04); opacity: 0.6;}
@media screen and (orientation: portrait) {
.official_site_link h5{ font-size: 14px; letter-spacing: 2px; line-height: 1; }
/*nav*/
.gloval_nav_inner nav ul li a p{ padding-left: 5vw; font-size: 3.5vw; line-height: 2; }
.gloval_nav_inner nav ul li a span{ position: absolute; left: 0px; top: 50%; width: 2.6vw; height: 0.56vw; margin-top: -0.28vw; margin-right: 2vw;}
}/*END*/
@media screen and (max-width: 1000px) and (orientation: portrait) {
/*nav*/
.gloval_nav_inner nav ul li a p{ padding-left: 5vw; font-size: 4.5vw; line-height: 2; }
}/*END*/
@media screen and (max-width: 700px) and (orientation: portrait) {
/*nav*/
.gloval_nav_inner nav ul li a p{ padding-left: 5vw; font-size: 6vw; line-height: 2; }
.gloval_nav_inner nav ul li a span{ position: absolute; left: 0px; top: 50%; width: 2.6vw; height: 0.56vw; margin-top: -0.28vw; margin-right: 2vw;}
}/*END*/

/*-------------------------------------------------
	#map_nav_btn [btn]
--------------------------------------------------*/
#map_nav_btn { position: absolute; top: 25px; right: 150px; height: 32px; margin-top: 0px; cursor: pointer; z-index: 1000; transition: 0.3s; pointer-events: initial !important; }
#map_nav_btn &gt; div { position: relative; width: 36px; }
#map_nav_btn:hover { opacity: 0.7;}
/*span*/
#map_nav_btn span { width: 90%; height: 1px; left: 5%; display: block; background: #fff; position: absolute; }
#map_nav_btn span:nth-child(1) { top: 14px; transform: rotate(0deg); opacity: 0;}
#map_nav_btn span:nth-child(2) { top: 14px; transform: rotate(0deg); opacity: 0;}
#map_nav_btn .map_icon { width: 36px; height: 36px; margin: 0 auto; background: url(../image/common/map_icon.svg) no-repeat center center; background-size: contain; opacity: 1; transition: 0.6s; }
/*open*/
.map_open #map_nav_btn span:nth-child(1) { top: 14px; transform: rotate(45deg); transition: 0.5s; opacity: 1;}
.map_open #map_nav_btn span:nth-child(2) { top: 14px; transform: rotate(-45deg); transition: 0.5s; opacity: 1;}
.map_open #map_nav_btn .map_icon { opacity: 0;transition: 0.3s; transform: scale(0.5); }
/*p*/
#map_nav_btn p{ font-size: 13px; letter-spacing: 0.5px; line-height: 2; width: 74px; text-align: center; position: absolute; left: 50%; top: 100%; margin-left: -37px; font-family: 'Ibarra Real Nova', serif; }
@media screen and (max-width: 500px) {
#map_nav_btn { position: absolute; top: 18px; right: 95px; height: 27px; margin-top: 0px; cursor: pointer; z-index: 1000; transition: 0.3s; pointer-events: initial !important; }
#map_nav_btn .map_icon { width: 32px; height: 32px; margin: 0 auto; background: url(../image/common/map_icon.svg) no-repeat center center; background-size: contain; opacity: 1; transition: 0.6s; }
#map_nav_btn p{ font-size: 11px; }
}/*END*/
@media screen and (max-width: 400px) {
#map_nav_btn { position: absolute; top: 13px; right: 90px; }
}/*END*/

/*-------------------------------------------------
	#map_nav [OPEN]
--------------------------------------------------*/
#map_nav { background: rgba(15,15,15,0.95); color: #fff;pointer-events: initial !important; position: fixed; width: 100%; height: 100vh; top: 0; left: 0; right: 0; bottom: 0; z-index: 990; display: flex; align-items: center; justify-content: center; min-height: 100vh; font-size: 29px; padding-left: 0; transform: translateY(100%); transition: .5s; }
.map_open #map_nav { transform: translateY(0);}
#map_nav .inner{ padding: 0px; position: relative; transition: .6s ease; transition-delay: .3s; }
.map_nav_link{ position: absolute; text-decoration: none; }
.map_nav_link a{ opacity: 0.7; background: #fff; color: #000; text-decoration: none; display: block; transition: .3s; text-align: center; font-family: 'Ibarra Real Nova', serif;}
.map_nav_link a:hover{ opacity: 0.4;}
#map_nav img{ transition: 0.3s;}
@media screen and (orientation: landscape) {
#map_nav img{ height: 100vh;}
.map_nav_link a{ font-size: 2.4vh; line-height:6vh ; width: 20vh; height: 6vh; border-radius: .7vh;}
}/*END*/
@media screen and (orientation: portrait) {
#map_nav img{ width: 100%; }
.map_nav_link a{ font-size: 3vw; line-height:6vw ; width: 20vw; height: 6vw; border-radius: .7vw;}
}/*END*/
@media screen and (max-width: 500px) and (orientation: portrait) {
.map_nav_link a{ font-size: 3.4vw; }
}/*END*/
.map_nav_link_a{ left: 51%; top: 77%; }
.map_nav_link_b{ left: 12%; top: 67.5%; }
.map_nav_link_c{ left: 36%; top: 47.8%; }
.map_nav_link_d{ left: 9%; top: 30.2%; }
.map_nav_link_e{ left: 43%; top: 16.4%; }
.map_nav_link_f{ left: 69%; top: 42.5%; }
.map_nav_link { transform: translateY(-100%); opacity: 0; transition: 0s; }
.map_open .map_nav_link { transform: translateY(0px); opacity: 1; transition: 1s; }
.map_open .map_nav_link_a{ transition-delay: .5s; }
.map_open .map_nav_link_b{ transition-delay: .6s; }
.map_open .map_nav_link_c{ transition-delay: .7s; }
.map_open .map_nav_link_d{ transition-delay: .8s; }
.map_open .map_nav_link_e{ transition-delay: 1s; }
.map_open .map_nav_link_f{ transition-delay: 1.1s; }

/* -----------------------------------------
 head_nav
 -----------------------------------------*/
.head_nav{ position: fixed; top: -50px; left: 0px; width: 100%; opacity: 0; transition: .8s; }
.head_nav_in .head_nav{ position: fixed; top: 30px; left: 0px; width: 100%; opacity: 1; }
.head_nav ul{ z-index: 500; width:1130px; margin:0 auto !important; padding: 0; list-style: none; text-align: center; display: flex !important; justify-content: center; z-index:100; font-family: 'Ibarra Real Nova', serif; position: relative;}
.head_nav ul::after{ content: ''; width: 83.4%; margin-left: -41.7%; height: 1px; background: rgba(255, 255, 255, 0.5); position: absolute; left:50%; top: 50%; z-index: 101; }
.head_nav ul li{ position: relative; width: 100%!important; height: 80px!important; margin: 0 0px; background: none ; z-index: 102;}
.head_nav ul li a{ font-size: 0; line-height: 0; display: block; cursor: pointer; border: 0; outline: none; background: transparent; width: 100%; height: 100%; } /* OFF */
.head_nav ul li a:before{ position: absolute; top:50%; left: 50%; content: ''; margin: -2px 0 0 -2.5px; opacity: 1; width: 5px; height: 5px; background: #fff; border: solid 2px #fff; box-sizing: border-box; transition: .3s; border-radius: 10px;}/* focus */
/* active */
.head_nav ul li a:hover::before,/* ON */
.head_nav ul li a.active::before{ cursor: pointer; position: absolute; top:50%; left: 50%; content: ''; margin: -7px 0 0 -7px; opacity: 1; width: 15px; height: 15px; background: none; }/* focus */
.head_nav ul li a span{ position: absolute; width: 100px; margin-left: -50px; left: 50%; bottom:68px; transition: .3s; z-index: -1 !important; }
@media screen and (max-width: 1600px) {
.head_nav ul{ width:70%; }
}/*END*/
@media screen and (max-width: 1300px) {
.head_nav ul{ width:65%; }
}/*END*/
@media screen and (max-width: 1200px) {
.head_nav ul{ width:60%; }
}/*END*/
/*font-size*/
.head_nav ul li a span{ color: #fff; font-size: 14px; }
.head_nav ul li a.active span,
.head_nav ul li a:hover span{ font-size: 20px !important; bottom:73px;}
@media screen and (max-width: 1400px) {
.head_nav ul li a span{ color: #fff; font-size: 12px; }
.head_nav ul li a.active span,
.head_nav ul li a:hover span{ font-size: 18px !important; bottom:73px;}
}/*END*/
@media screen and (max-width: 500px) {
.head_nav ul li a span{ color: #fff; font-size: 12px; }
.head_nav ul li a.active span,
.head_nav ul li a:hover span{ font-size: 14px !important; bottom:73px;}
}/*END*/
@media screen and (max-width: 400px) {
.head_nav ul li a span{ color: #fff; font-size: 12px; }
.head_nav ul li a.active span,
.head_nav ul li a:hover span{ font-size: 12px !important; bottom:73px;}
}/*END*/
/*1000以下消し*/
@media screen and (max-width: 1000px) {
.head_nav{ display: none; }
}/*END*/

/*-------------------------------------------------
	gotop
--------------------------------------------------*/
.gotop { position:fixed; bottom:0px; right:20px;width:50px; height:70px; box-sizing:border-box; border-radius: 0%; z-index: 100; }
.gotop a{ position: relative; display:block; background:rgba(60,60,60,0.8); text-decoration:none;width:50px; height:50px; box-sizing:border-box; border-radius: 0%; z-index: 11; transition: 0.3s; }
.gotop a::after { position:absolute; top:50%; left:50%; content: ''; width: 20px; height: 20px; margin: -10px 0 0 -10px; background: url("../image/common/page_top.png") no-repeat; background-size: cover;}
.gotop a:hover { background:rgba(60,60,60,0.5); }
@media (max-width: 500px) {
.gotop { position:fixed; bottom:0px; right:10px; width:40px; height:50px; }
.gotop a{ width:40px; height:40px; }
.gotop a::after { width: 20px; height: 20px; margin: -10px 0 0 -10px; }
}/*END*/

/*-------------------------------------------------
	footer
--------------------------------------------------*/
footer{ margin-top: 0px; background: #262626; width: 100%; height: auto; padding: 50px 0 20px; position: relative;}
footer::after { content:" "; display:block; clear:both;}
.foot_cn{ margin: 0px auto ; width: 100%; text-align: center;}
.foot_cn .foot_logo { line-height: 1; margin-bottom: 40px; }
.foot_cn .foot_logo img { width: 131px; transition: 0.2s; }
.foot_cn .foot_logo a:hover img{ opacity: 0.6;}
.foot_cn .copyright { margin:0px; font-size: 12px; line-height: 1; letter-spacing: 1px; color: #fff; }
@media (max-width: 750px) {
footer{ margin-top: 0px; background: #262626; width: 100%; height: auto; padding: 40px 0 0px; position: relative;}
.foot_cn{ float: none; margin: 39px 0 0 0px; text-align: center;}
.foot_cn .foot_logo { float: none; line-height: 1; margin-bottom: 23px; }
.foot_cn .copyright { float: none; margin: 13px 0 0 0px; padding-bottom: 30px; font-size: 12px; line-height: 1; color: #fff; }
}/*END*/
.foot_r { position: absolute; right: 35px; top: 50%; margin:-25px 0 0 0 ; }
.foot_r .sns { display: flex; list-style-type: none; }
.foot_r .sns img{ width: 100%;}
.foot_r .sns &gt; li { width: 40px; margin-right: 12px; padding: 5px; line-height: 1; border-radius: 50%; transition: 0.3s; background: #3c3c3c;}
.foot_r .sns &gt; li:nth-child(2){ margin-right: 0; }
.foot_r .sns &gt; li:hover{ opacity: 0.5; }
@media (max-width: 750px) {
.foot_r {position:relative; right: 0px; top: 0%; padding-top: 0px; margin: 0px; }
.foot_r .sns { position: static; margin-bottom: 20px; justify-content: center; }
.foot_r .sns &gt; li { margin-right: 10px; }
}/*END*/</pre></body></html>