<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.preloader {
	background: #fff url(../img/preloader.gif) no-repeat center center;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 999;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

h1,
h2,
h3,
h4 { margin: 0; }

a,
a:hover,
a:focus,
a:active { outline: 0; }

.clear-fix:after {
  content: '';
  clear: both;
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000;
  font: normal 12px/2 "Sawarabi Gothic", 'Amiri', sans-serif;
  letter-spacing: .3px;
}
.serif {
	font-family:"Sawarabi Mincho", 'Amiri', serif;
}

.en {
	font-family:'Amiri', serif;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 640px;
}

header {
  border-top: 3px solid #1C1F48;
  height: 74px;
  padding-top: 24px;
  width: 100%;
}

header h1 img {
  display: block;
  margin: 0 auto;
}

header .menu-trigger a {
  background: url(../img/btn_open_menu.png) no-repeat 15px top;
  background-size: 30px 25px;
  display: block;
  font-size: 0;
  height: 46px;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  transition: .1s ease-in-out;
  -moz-transition: .1s ease-in-out;
  -webkit-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  -ms-transition: .1s ease-in-out;
  right: 0;
  width: 60px;
}

header .wrapper .menu-trigger a.close {
  background: url(../img/btn_close_menu.png) no-repeat 22px top;
  background-size: 18px 18px;
}

.top-nav {
  font-family: 'Amiri', sans-serif;
  display: none;
  background-size: 97px 285px;
  margin-top: 22px;
}

.top-nav ul {
  margin: 0 auto;
  width: calc(100% - 60px);
}

.top-nav ul li {
  border-top: 1px solid #808080;
  display: block;
  height: 46px;
  line-height: 46px;
  text-align: center;
  width: 100%;
}

.top-nav ul li a {
  display: block;
  /*font-size: 0;*/
  letter-spacing: 0;
  text-decoration: none;
  color: #000;
}

.top-nav ul li:last-child { border-bottom: 1px solid #808080; }

.bot-nav {
  /*background: url(../img/bg_bot_nav.png) no-repeat 16px center;
  background-size: 97px 254px;*/
  font-family: 'Amiri', sans-serif;
  margin-bottom: 49px;
  width: 100%;
}

.bot-nav ul { width: 100%; }

.bot-nav ul li {
  border-top: 1px solid rgba(35, 24, 21, .3);
  display: block;
  height: 35px;
  position: relative;
  width: 100%;
}

.bot-nav ul li a {
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  height: 100%;
  text-decoration: none;
  color: #000;
  line-height: 35px;
  padding-left: 15px;
}

.bot-nav ul li:after {
  background: url(../img/bg_bot_nav_after.png) no-repeat top left;
  background-size: 10px 9px;
  content: '';
  display: block;
  height: 9px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 10px;
}

.bot-nav ul li:last-child { border-bottom: 1px solid rgba(35, 24, 21, .3); }

.back-to-top {
  display: block;
  background: url(../img/btn_back_to_top.png) no-repeat center center;
  background-size: 55px 30px;
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 28px;
  height: 30px;
  width: 100%;
}

footer {
  padding: 11px;
  margin-bottom: 16px;
  height: 35px;
  text-align: center;
}

footer p {
  font-family:'Amiri', serif;
  margin: 0 auto;
  /*font-size: 0;*/
  height: 35px;
}

#content {
  /*margin-top: 25px;*/
  margin-bottom: 25px;
  min-height: 500px;
}

.talC { text-align: center; }

.txt-underline { text-decoration: underline; }

.new-slide {
	text-align: center;
}
.new-slide p {
	font-size: 0;
	text-align: center;
}
.new-slide .label {
	font-size: 10px;
	color: #A2A2A2;
	line-height: 1.2;
	margin-bottom: 5px
}
.new-slide .label span.new::after {
  content: "NEW";
  display: inline-block;
  color: #ed0000;
  margin-left: 15px;
}

.new-slide .sp_btn.coming_soon{
	display: inline-block;
	font-size: 12px;
	line-height: 1.4;
	color: #C0C0C0;
	border: 1px solid #F6F6F6;
	padding: 0 30px;
}

.no-btn.slick-slider { margin-bottom: 0; }

.no-btn .slick-dots { height: 41px; }

.no-btn .slick-dots li { margin: 17px 2px; }

#content .modelia-list&gt;.new-slide { margin-bottom: 47px; }

#content .modelia-list&gt;.new-slide:nth-last-child(1) { margin-bottom: 17px; }

#content .modelia-list&gt;#minamiaoyama { margin-bottom: 47px; }

.modelia-list .new-slide .main-img img { margin-bottom: 0; }

.new-slide .no-slick { margin-bottom: 12px; }
</pre></body></html>