<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* reset.scss */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&amp;display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

/* You can add more global styles if necessary */
* {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-weight: normal;
}

body {
  background: #000;
  color: #fff;
  text-align: center;
}

/* SP */
.wrapper {
  width: 100%;
  position: relative;
}
.header {
  background-color: transparent;
}

.header img{
  width: calc(100vw * (65 / 390));
  margin: 0;
  position: absolute;
  left: calc(100vw * (15 / 390));
  top: calc(100vw * (5 / 390));
}
.nav{
  display: none;
}

.mv{
  position: fixed;
  z-index: -1;
}
.mv img{
  width: 100vw;
}

  
#CONCEPT{
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
  line-height: 2.5;
}
#CONCEPT h2{
  width: calc(100vw * (240 / 390));
  padding:  calc(100vw * (270 / 390)) 0 calc(100vw * (250 / 390));
  text-align: left;
}

#CONCEPT p:nth-child(2) {
  font-size: calc(100vw * (21 / 390));
  margin-bottom: calc(100vw * (60 / 390));
}
#CONCEPT p:nth-child(3) {
  font-size: calc(100vw * (15 / 390));
  margin-bottom: calc(100vw * (70 / 390));
}
#CONCEPT p:nth-child(4) {
  font-size: calc(100vw * (21 / 390));
  padding-bottom: calc(100vw * (75 / 390));
}
.hr {
  background: #000;
}
.hr img {
  width: calc(100vw * (200 / 390));
  margin: 0 auto;
}

.menubg{
  background: #000 url(../img/bg_menu.jpg) top center no-repeat;
  background-size: contain;
  padding-bottom: calc(100vw * (120 / 390));
}

h2.l2{
  padding-top: calc(100vw * (100 / 390));
  padding-bottom: calc(100vw * (25 / 390));
  font-size: calc(100vw * (30 / 390));
}
.btn{
  width: calc(100vw * (200 / 390));
  font-size: calc(100vw * (16 / 390));
  background:#1b1b28;
  border: 1px solid #5f5f68;
  display: block;
  box-shadow: 0 0 calc(100vw * (7 / 390)) 0 #0074ff;
  padding: calc(100vw * (8 / 390)) 0;
  margin: 0 auto;
}
#MENU ul{
  margin-bottom: calc(100vw * (130 / 390));
}
#MENU li{
  display: block;
  padding: calc(100vw * (25 / 390)) 0;
}

.newsbox{
  width: calc(100vw * (370 / 390));
  margin: calc(100vw * (50 / 390)) auto calc(100vw * (50 / 390));
  padding: 10px calc(100vw * (20 / 390));
  background:#fff;
  color: #000;
  text-align: left;
  display: none;
  
}

.newsbox li{
  padding: 10px 0;
  font-size: calc(100vw * (16 / 390));
}
/*.map {
  aspect-ratio: unset;
  margin-left: calc(100vw * (55 / 950));
  margin-bottom: calc(100vw * (20 / 950));
} */
.map iframe {
  width: calc(100vw * (840 / 950));
  height: calc(100vw * (520 / 950));
}
#ACCESS{
  line-height: 2;
  background: #000;
  font-size: calc(100vw * (17 / 390));
}
.map iframe {
  position: relative;
  z-index: 1;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.footermenu{
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 500;
}
.footermenu ul{
  display: flex;
  width: 100vw;
  border-top: 1px solid rgba(255,255,255,0.8);
}
.footermenu ul&gt;li{
  flex: 1;
  border-right: 1px solid rgba(255,255,255,0.8);
  background-color: rgba(0,0,15,0.8);
}
.footermenu ul&gt;li:nth-child(3){
  flex: 1;
  border-right: none;
}
.footermenu ul&gt;li&gt;a{
  display: block;
  height: 130px;
  padding-top:19px;
  font-size: 17px;
}
.footermenu ul&gt;li&gt;a&gt;img{
  display: block;
  height: 72px;
  margin-bottom:7px;
}

footer{
  font-size: 12px;
  padding: 110px 0 170px;
  background: #000;
}

/* PC */
@media (min-width: 769px) {
  .wrapper {
    width: calc(100vw * (950 / 950));
    margin: 0 auto;
    background: url(../img/bg_body.jpg) bottom left no-repeat;
    background-size: contain;
  }
  .header {
    background: url(../img/bg_head.jpg) 0 0 no-repeat;
    background-size: cover;
    height: calc(100vw * (250 / 950));
    font-size:  calc(100vw * (14 / 950));
  }
  .header img{
    width: calc(100vw * (147 / 950));
    margin: 0 auto calc(100vw * (25 / 950));
    position: relative;
    left: auto;
    top: auto;
  }
  .nav{
    display: block;
  }
  .nav li{
    display: inline-block;
    padding: 0 calc(100vw * (20 / 950));
  }
  .mv{
    position: relative;
    z-index: -1;
  }
  .mv img{
    width: 100%;
  }
  
  #CONCEPT{
    line-height: 2;
    background: url(../img/bg_concept.jpg) center center no-repeat;
    background-size: contain;
    margin-top: calc(100vw * (-150 / 950));
  }
  #CONCEPT h2{
    width: calc(100vw * (353 / 950));
    margin: 0 auto calc(100vw * (30 / 950));
    padding:  0;
  }
  #CONCEPT p:nth-child(2) {
    font-size: calc(100vw * (21 / 950));
    margin-bottom: calc(100vw * (60 / 950));
  }
  #CONCEPT p:nth-child(3) {
    font-size: calc(100vw * (15 / 950));
    margin-bottom: calc(100vw * (70 / 950));
  }
  #CONCEPT p:nth-child(4) {
    font-size: calc(100vw * (21 / 950));
    padding-bottom: calc(100vw * (75 / 950));
  }
  
  .hr {
    background-color: transparent;
  }
  .hr img {
    width: calc(100vw * (338 / 950));
    margin: 0 auto;
  }
  
  
  
  .menubg{
    background: url(../img/bg_menu.jpg) top center no-repeat;
    background-size: contain;
    padding-bottom: calc(100vw * (120 / 950));
  }
  h2.l2{
    padding-top: calc(100vw * (100 / 950));
    padding-bottom: calc(100vw * (25 / 950));
    font-size: calc(100vw * (30 / 950));
  }
  .btn{
    width: calc(100vw * (190 / 950));
    font-size: calc(100vw * (16 / 950));
    background:#1b1b28;
    border: 1px solid #5f5f68;
    display: block;
    box-shadow: 0 0 calc(100vw * (7 / 950)) 0 #0074ff;
    padding: calc(100vw * (8 / 950)) 0;
    margin: 0 auto;
  }
  #MENU ul{
    margin-bottom: calc(100vw * (130 / 950));
  }
  #MENU li{
    display: inline-block;
    padding: 0 calc(100vw * (7 / 950));
  }
  
  .newsbox{
    width: calc(100vw * (420 / 950));
    margin: 0 auto calc(100vw * (20 / 950));
    padding: calc(100vw * (20 / 950));
    background:#fff;
    color: #000;
    
  }
  
  .newsbox li{
    font-size: 16px;
  }
  #ACCESS{
    background-color: transparent;
    font-size: calc(100vw * (17 / 950));
  }
  /*.map {
    aspect-ratio: unset;
    margin-left: calc(100vw * (55 / 950));
    margin-bottom: calc(100vw * (20 / 950));
  } */
  .map iframe {
    width: calc(100vw * (840 / 950));
    height: calc(100vw * (520 / 950));
  }
  
  .footermenu{
    display: none;
  }
  footer{
    font-size: 12px;
    padding: 110px 0 40px;
    background-color: transparent;
  }
}
/* PC */
@media (min-width: 950px) {
  body {
    background: #000;
  }
  .wrapper {
    width: 950px;
    margin: 0 auto;
  }
  .header {
    height: 250px;
    font-size: 14px;
  }
  .header img{
    width: 147px;
    margin: 0 auto 25px;
  }
  
  #CONCEPT{
    line-height: 2;
    margin-top: -150px;
  }
  #CONCEPT h2{
    width: 353px;
    margin: 0 auto 30px;
  }
  #CONCEPT p:nth-child(2) {
    font-size: 21px;
    margin-bottom: 60px;
  }
  #CONCEPT p:nth-child(3) {
    font-size: 15px;
    margin-bottom: 70px;
  }
  #CONCEPT p:nth-child(4) {
    font-size: 21px;
    padding-bottom: 75px;
  }
  .hr img {
    width: 338px;
    margin: 0 auto;
  }
  
  .menubg{
    padding-bottom: 120px;
  }
  h2.l2{
    padding-top: 100px;
    padding-bottom: 25px;
    font-size: 30px;
  }
  .btn{
    width: 190px;
    font-size: 16px;
    display: block;
    box-shadow: 0 0 7px 0 #0074ff;
    padding: 8px 0;
    margin: 0 auto;
    
  }
  #MENU ul{
    margin-bottom: 130px;
  }
  #MENU li{
    padding: 0 7px;
  }
  
  .newsbox{
    width: 420px;
    margin: 0 auto 20px;
    padding: 20px;
    color: #000;
    
  }
  #ACCESS{
    font-size: 17px;
  }
  /*.map {
    margin-left: 55px;
    margin-bottom: 20px;
  } */
  .map iframe {
    width: 840px;
    height: 520px;
  }
}




@media (min-width: 769px) {
  .u_sp {
    display: none;
  }
}

/* SP */
@media (max-width: 768px) {
  .u_pc {
    display: none;
  }
}



.header_hmbrg {
  position: fixed;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  top: 17px;
  right: 10px;
  background-color: #2b2b37;
  z-index: 106;
}
.header_hmbrg_line {
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #FFF;
  top: 22px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header_hmbrg_line:nth-child(2) {
  top: 31px;
  margin: auto;
}
.header_hmbrg.is_show .header_hmbrg_line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 0;
  top: 0;
  margin: auto;
}
.header_hmbrg.is_show .header_hmbrg_line:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0;
  top: 0;
}
.header_hmbrg.is_show .header_hmbrg_line:nth-child(3) {
  display: none;
}



.spnav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  background: url(../img/bg_sp_menu.jpg) 0 0 no-repeat;
  background-size: cover;
  z-index: 105;
}


.spnav_links {
  color: #FFF;
  margin-top: 110px;
  padding: 0 36px;
  font-size: calc(100vw * (18 / 390));
}

.spnav_links li{
  padding-bottom: 36px;
}



.modaal-inner-wrapper{
  background: url(../img/modal_bg.jpg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.modaal-container{
  background: transparent!important;
}

.modaal-close {
	background: transparent!important;
}

.modaal-close:focus,
.modaal-close:hove
	background: transparent!important;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #321919;
}

.modaal-close:before,
.modaal-close:after {
	display: block;
	content: " ";
	position: absolute;
	top: 14px;
	left: 23px;
	width: 2px!important;
	height: 22px;
	border-radius: 4px;
	background: #321919!important;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.modaal-fullscreen .modaal-close {
	background: #afb7bc;
	right: 10px;
	top: 10px;
}
.modaal-content-container {
	padding: 30px 0!important;
}



.modal-menu{
  max-width: 750px;
  text-align: center;
  color:#321919;
}
.modal-menu h3{
  background: url(../img/modal_h3_bg_sp.png) 0 0 no-repeat;
  background-size: contain;
  width: 100%;
  height: calc(100vw * (55 / 390));
  font-size: calc(100vw * (20 / 390));
  padding-top: calc(100vw * (27 / 390));
  margin-bottom: 30px;
}
.modal-menu dl {
  text-align: left;
  margin: 0 40px;
}
.modal-menu dt {
  align-items: center;
  display: flex;
  font-size: calc(100vw * (18 / 390));
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-bottom: 30px;
}
.modal-menu dt::after{
  background-color: #321919;
  content: "";
  flex-grow: 1;
  height: 1px;
}
.modal-menu dt::after {
  margin-left: 10px;
}

.modal-menu li {
  padding-left: 15px;
  padding-bottom: 30px;
  font-size: calc(100vw * (14 / 390));
}
.modal-hr{
  width: calc(100vw * (77 / 390));
  margin: 0 auto 30px;
}

.modal-menu p {
  padding-bottom: 30px;
  font-size: calc(100vw * (14 / 390));
}
.btoom_bot{
  border-bottom: 1px dotted #321919;
  margin-bottom: 30px;
}

/* PC */
@media (min-width: 769px) {

	.modal-menu{
		max-width: 750px;
		margin: 0 auto;
	}
	
	.modal-menu h3{
		background: url(../img/modal_h3_bg_pc.png) 0 0 no-repeat;
		background-size: contain;
		width: 100%;
		height: 94px;
		font-size: 34px;
		padding-top: 45px;
		margin-bottom: 50px;
	}
	.modal-menu-wrapper{
		display: flex;
		justify-content: space-between;
	}
	.modal-menu-inner{
		width: 350px;
	}
	.modal-menu dl {
		text-align: left;
		margin: 0 0 40px;
	}
	.modal-menu dt {
		font-size: 21px;
	}
	
	.modal-menu li {
		padding-left: 15px;
		padding-bottom: 30px;
		font-size: 15px;
		overflow: visible;
		white-space:nowrap;
	}
	.modal-hr{
		display: none;
	}
	
	.modal-menu p {
		font-size: 16px;
	}
	.btoom_bot_sp{
		border-bottom: none;
	}
}

</pre></body></html>