@charset "utf-8";

html,button,input,select,textarea{color:#121212}html{font-size:62.5%}body{font-size:1.6em;line-height:1.8}::-moz-selection{color:#fff;background:#470c19;text-shadow:none}::selection{color:#fff;background:#470c19;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}ul{list-style:none}ul,ol{padding:0}dl,dd,figure{margin:0}a{color:inherit;text-decoration:inherit}*,::before,::after{box-sizing:border-box}svg{fill:inherit}a[href^="http"]{text-decoration:underline}a[href^="http"]:hover{text-decoration:inherit}
img { height: auto; }

body {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#wrapper {
	overflow: hidden;
}

.visualtyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}





/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
header,
.social {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header {
	flex-wrap: wrap;
	height: auto;
	padding: 20px;
	line-height: 1;
	background: #fff;
}
header h1 {
	margin: 0;
	font-size: 1rem;
	text-align: center;
}
.social {
	margin: 0;
}
.social li {
	width: 40px;
	height: 40px;
}
.social li:nth-child(n+2) {
	margin-left: 10px;
}
.social a {
	display: block;
	padding: 8px;
	fill: #470c19;
	background: #fff;
}
.social .social-twitter a{
	padding: 4px;
}
.social a svg {
	vertical-align: top;
	max-width: 100%;
	max-height: 100%;
}
@media (-ms-high-contrast: none) {
	header .logo img {
		width: 137px;
		height: 28px;
	}
	header h1 img {
		width: 286px;
		height: 25px;
	}
}
@media screen and (max-width: 767px) {
	header {
		height: auto;
	}
	header .logo img {
		width: 20vw;
	}
	header h1 img {
		width: 40vw;
		height: auto;
	}
	.social li,
	.social a {
		width: 8vw;
		height: 8vw;
	}
	.social a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media screen and (max-width: 480px) {
	header {
		padding: 10px;
	}
	.social {
		padding: 10px 0;
	}
	.social li:nth-child(n+2) {
		margin-left: 5px;
	}
	.social a {
		padding: 4px;
	}
}



/* :::::: nav :::::: */
header {
	z-index: 99;
	position: relative;
	padding-bottom: 72px;
}
.nav-position,
header nav {
	display: flex;
	flex-basis: 100%;
}
.nav-position {
	height: 0;
}
header nav {
	justify-content: center;
	background: #fff;
}
body.navFixed header .fixedNav {
	position: fixed;
	top: 0;
	left: 0;
	bottom: auto;
	margin: 0;
}
header nav a {
	position: relative;
	padding: 1.2em 0;
	color: #470c19;
	font-size: 1.8rem;
	line-height: 1;
	white-space: nowrap;
	letter-spacing: .05em;
}
header nav a:not([href]) span {
	opacity: .3;
}
header nav a span {
	display: inline-block;
	padding: .3em .5em;
}
@media screen and (min-width: 481px) {
	header nav {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	body.navFixed header .fixedNav {
		width: calc(100% + 40px);
		margin: 0 -20px;
	}
	header nav a:not(:first-child) {
		padding-left: 2.5em;
	}
	header nav a:not(:first-child)::before {
		content: "";
		position: absolute;
		top: 1em;
		left: 1em;
		width: 1px;
		height: 2em;
		background: #470c19;
		transform: rotate(45deg);
	}
	header nav a.active span {
		background: rgba(204,204,204,.2);
	}
}
@media screen and (max-width: 767px) {
	header {
		padding-bottom: 56px;
	}
	header nav a {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 480px) {
	header {
		padding-bottom: 0;
	}
	body.navFixed #wrapper[data-page="top"] header,
	body.navFixed #wrapper[data-page="history"] header {
		padding-bottom: 86px;
	}
	header nav {
		flex-wrap: wrap;
		flex-grow: 1;
		justify-content: flex-start;
		margin: 0 -10px;
		border-top: 1px solid #eee;
	}
	body.navFixed header .fixedNav {
		width: 100%;
	}
	header nav a {
		flex-basis: 50%;
		padding: 1em 16px;
		border-bottom: 1px solid #eee;
	}
	header nav a.active {
		background: rgba(204,204,204,.2);
	}
	header nav a:nth-child(2n+1) {
		border-right: 1px solid #eee;
	}
	header nav a span {
		padding: 0;
	}
	header nav a[href]::after {
		content: "";
		position: absolute;
		top: calc(50% - .3em);
		right: 1em;
		width: .6em;
		height: .6em;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		transform: rotate(45deg);
	}
	header nav a[href^="#"]::after {
		top: calc(50% - .4em);
		transform: rotate(135deg);
	}
}





/* --------------------------------------------------------------------------
   Slideshow
   -------------------------------------------------------------------------- */
.slideshow {
	background: #202020;
}
.main-slide,
.thumb-slide {
	position: relative;
	overflow: hidden;
}
.main-slide:not(.flickity-enabled),
.thumb-slide:not(.flickity-enabled) {
	display: flex;
	width: 100%;
	align-items: center;
}
.thumb-slide:not(.flickity-enabled) {
	justify-content: center;
}

/* :::::: slide :::::: */
.main-slide .item {
	width: 100vw;
}
.thumb-slide {
	padding: 15px 0;
	background: #202020;
}
.thumb-slide .item {
	cursor: pointer;
	position: relative;
	width: 115px;
	transition: transform 1s cubic-bezier(.2,1,.2,1);
}
.main-slide .item img,
.thumb-slide .item img {
	width: 100%;
	height: auto;
}
.thumb-slide .item:not(.is-selected):hover {
	transform: scale(.95);
	transition-duration: .2s;
}
.thumb-slide .item:nth-child(n+2) {
	margin-left: 9px;
}
.thumb-slide .item::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid transparent;
}
.thumb-slide .item.is-selected::after {
	border-color: #fff;
}
@media screen and (max-width: 767px) {
	.thumb-slide {
		padding: 10px;
	}
	.thumb-slide .item:nth-child(n+2) {
		margin-left: 5px;
	}
}
@media screen and (max-width: 480px) {
	.thumb-slide .item {
		width: 80px;
	}
}

/* :::::: color simulator :::::: */
.colorsimulator {
	position: relative;
	font-feature-settings: "pkna";
}
.colorsimulator .tip,
.colorsimulator .img {
	margin: 0;
}
.colorsimulator .img li {
	position: absolute;
}
/* img */
.colorsimulator .img li {
	width: 100%;
	height: auto;
}
.colorsimulator .img li:not(.active) {
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0s .3s;
}
.colorsimulator .img .active {
	z-index: 1;
	position: relative;
	transition: opacity .3s;
}
/* tip */
.colorsimulator .tip,
.colorsimulator .tip dt,
.colorsimulator .tip dd,
.colorsimulator .tip a {
	display: flex;
	flex-grow: 0;
}
.colorsimulator .tip {
	cursor: pointer;
	z-index: 1;
	bottom: 16px;
	max-width: 1016px;
	margin: 0 auto;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.2;
}
.colorsimulator .tip dt,
.colorsimulator .tip dd {
	align-items: center;
}
.colorsimulator .tip dt {
	font-size: 2rem;
	letter-spacing: .05em;
	white-space: nowrap;
}
.colorsimulator .tip dd {
	padding: 16px 12px;
}
.colorsimulator .tip [data-color="c202"] {
	white-space: nowrap;
}
.colorsimulator .tip dd.active {
	background: rgba(255,255,255,.2);
}
.colorsimulator .tip dd::before {
	content: "";
	display: inline-block;
	position: relative;
	min-width: 20px;
	min-height: 20px;
	margin-right: 8px;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 20px;
	opacity: .5;
}
.colorsimulator .tip [data-color="c070"]::before {
	background: linear-gradient(to bottom, #d8d8ce, #c6c6bb);
}
.colorsimulator .tip [data-color="c086"]::before {
	background: linear-gradient(to bottom, #e5e6d6, #dbdbc3);
}
.colorsimulator .tip [data-color="c202"]::before {
	background: linear-gradient(to bottom, #505050, #000);
}
.colorsimulator .tip [data-color="c220"]::before {
	background: linear-gradient(to bottom, #564e5f, #080017);
}
.colorsimulator .tip dd:hover::before,
.colorsimulator .tip dd.active::before {
	opacity: 1;
	border-color: #fff;
}
.colorsimulator .tip a {
	display: inline-block;
	opacity: .5;
}
.colorsimulator .tip dd:hover a,
.colorsimulator .tip dd.active a {
	opacity: 1;
}
@media print, (min-width: 481px) {
	.colorsimulator .tip dt {
		padding-left: 16px;
	}
}
@media print, (min-width: 768px) {
	.colorsimulator .tip dt::after {
		content: "";
		display: inline-block;
		width: 1px;
		height: 1.6em;
		margin: 0 24px;
		background: #fff;
		transform: rotate(45deg);
	}
}
@media screen and (max-width: 1024px) {
	.colorsimulator .tip dd {
		padding: 12px;
	}
}
@media screen and (max-width: 767px) and (min-width: 481px) {
	.colorsimulator .tip {
		flex-wrap: wrap;
	}
	.colorsimulator .tip dt {
		justify-content: center;
		min-width: 100%;
		padding: 8px;
	}
	.colorsimulator .tip dd {
		flex-basis: 50%;
	}
}
@media screen and (max-width: 480px) {
	.colorsimulator .tip {
		justify-content: center;
	}
	.colorsimulator .tip dt {
		margin-right: 16px;
	}
	.colorsimulator .tip dd::before {
		min-width: 30px;
		min-height: 30px;
		margin-right: 0;
	}
	.colorsimulator .tip a {
		position: absolute;
		height: 1px;
		clip: rect(0,0,0,0);
	}
	.colorsimulator .tip br {
		display: none;
	}
}



/* :::::: flickity.js :::::: */
.flickity-enabled .flickity-viewport {
	overflow: hidden;
	transition: height .3s cubic-bezier(.2,1,.2,1);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}



/* :::::: flickity-prev-next-button :::::: */
.flickity-enabled .flickity-prev-next-button {
	position: absolute;
	top: 0;
	height: 100%;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	transition: background 1s cubic-bezier(.2,1,.2,1);
}
.flickity-enabled .flickity-prev-next-button:not([disabled]) {
	cursor: pointer;
}
.flickity-enabled .flickity-prev-next-button:not([disabled]):hover {
	background: rgba(255,255,255,.2);
	transition-duration: .2s;
}
.flickity-enabled .flickity-prev-next-button[disabled] {
	opacity: .2;
}
.flickity-enabled .flickity-prev-next-button.previous {
	left: 0;
}
.flickity-enabled .flickity-prev-next-button.next {
	right: 0;
}
.flickity-enabled .flickity-prev-next-button svg {
	width: 80px;
	height: 80px;
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	vertical-align: middle;
	transition: transform 1s cubic-bezier(.2,1,.2,1);
}
@media print, (min-width: 481px) {
	#keyvisual .flickity-enabled .flickity-prev-next-button {
		height: 48.57vw;
	}
}
@media print, (min-width: 768px) {
	.flickity-enabled .flickity-prev-next-button.previous:not([disabled]):hover svg {
		transform: translateX(-4px);
		transition-duration: .2s;
	}
	.flickity-enabled .flickity-prev-next-button.next:not([disabled]):hover svg {
		transform: translateX(4px);
		transition-duration: .2s;
	}
}
@media screen and (max-width: 1024px) {
	.flickity-enabled .flickity-prev-next-button svg {
		width: 60px;
		height: 60px;
	}
}
@media screen and (max-width: 767px) {
	.flickity-enabled .flickity-prev-next-button {
		padding: 8px;
	}
	.flickity-enabled .flickity-prev-next-button svg {
		width: 40px;
		height: 40px;
		stroke-width: 3;
	}
}
@media screen and (max-width: 480px) {
	#keyvisual .flickity-enabled .flickity-prev-next-button {
		height: 75vw;
	}
	.flickity-enabled .flickity-prev-next-button svg {
		width: 20px;
		height: 20px;
		stroke-width: 4;
	}
}



/* :::::: flickity-page-dots :::::: */
.flickity-page-dots {
	display: flex;
	justify-content: center;
	list-style: none;
	flex-wrap: wrap;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 0;
}
.flickity-page-dots .dot {
	flex: 0 1 auto;
	margin: 10px 10px 0;
	width: 12px;
	height: 12px;
	padding: 0;
	border: 1px solid #fff;
	border-radius: 6px;
	font-size: 1rem;
}
.flickity-page-dots .dot.is-selected {
	background: #fff;
}
@media screen and (max-width: 767px) {
	.flickity-page-dots {
		left: 36px;
		width: calc(100% - 72px);
	}
	.flickity-page-dots .dot {
		margin: 5px 5px 0;
	}
}





/* --------------------------------------------------------------------------
   Section-title
   -------------------------------------------------------------------------- */
.section-title {
	display: inline-block;
	position: relative;
	padding: 1em 0;
	color: #fff;
	font-size: 3.6rem;
	font-weight: normal;
	letter-spacing: .05em;
}
.section-title::before,
.section-title::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 1em;
	background: #fff;
}
.section-title::before {
	top: 0;
	left: calc(50% + 1.3em);
	transform: rotate(45deg);
}
.section-title::after {
	right: calc(50% + 1.3em);
	bottom: 0;
	transform: rotate(45deg);
}
@media screen and (max-width: 480px) {
	.section-title {
		/*font-size: 2.4rem;*/
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 2.0rem;
	}
}





/* --------------------------------------------------------------------------
   Parts list
   -------------------------------------------------------------------------- */
#parts-list {
	display: flex;
	flex-wrap: wrap;
	background: #0c1d4d;
	text-align: center;

}
#parts-list h2 {
	flex-basis: 100%;
}
.parts-thumb {
	display: flex;
	flex-wrap: wrap;
	flex: 1 1 50%;
	margin: 0;
}
.parts-thumb .item {
	flex: 1 1 auto;
	display: block;
}
.parts-thumb .sizer {
	width: 25%;
}
.parts-thumb .item.g1 {
	flex-basis: 25%;
	width: 25%;
}
.parts-thumb .item.g2 {
	flex-basis: 50%;
	width: 50%;
}
.parts-thumb .item.g3 {
	flex-basis: 75%;
	width: 75%;
}
.parts-thumb .item.g4 {
	flex-basis: 100%;
	width: 100%;
}
.parts-thumb .item a {
	cursor: pointer;
	display: block;
	opacity: .6;
	transition: opacity 2s, transform 2s cubic-bezier(.2,1,.2,1);
}
.parts-thumb .item a:hover {
	z-index: 1;
	position: relative;
	opacity: 1;
	transform: scale(1.1);
	transition-duration: .6s;
}
@media screen and (max-width: 767px) {
	#parts-list {
		flex-direction: column;
	}
	.parts-thumb {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 480px){
	#parts-list{
		display: block;
	}
}


/* :::::: plus-icon :::::: */
.parts-thumb .item a::before,
.parts-thumb .item a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(50% - 29px);
	width: 59px;
	height: 1px;
	background: #fff;
	opacity: 0;
	transition: opacity 1s, transform 1s cubic-bezier(.2,1,.2,1);
}
.parts-thumb .item a:hover::before {
	opacity: 1;
	transform: rotate(180deg);
}
.parts-thumb .item a:hover::after {
	opacity: 1;
	transform: rotate(270deg);
}
.parts-thumb .item img {
	width: 100%;
	height: auto;
}





/* --------------------------------------------------------------------------
   Modal
   -------------------------------------------------------------------------- */
.modal-wrap {
	z-index: -1;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px;
	visibility: hidden;
	opacity: 0;
	transform: scale(.9);
	pointer-events: none;
}
.modal-wrap.active {
	z-index: 100;
	opacity: 1;
	visibility: visible;
	transform: none;
	pointer-events: auto;
}
.modal-wrap.anima {
	transition: z-index .6s, visibility .6s, opacity .6s, transform .6s cubic-bezier(.2,1,.2,1);
}
.modal-wrap.active.anima {
	transition-duration: .4s;
}
.modal-container {
	z-index: 1;
	position: relative;
	top: calc(50vh + 20px);
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
	transform: translateY(-50%);
}
.modal-container .item {
	width: 100%;
	background: #fff;
}
#parts-modal .modal-container,
#parts-modal .modal-container .item {
	color: #fff;
	background: #121212;
}
.modal-container .item p {
	margin: 0;
	padding: .7em 1.5em;
}
#parts-modal .modal-container .item p {
	font-size: 2.8rem;
	line-height: 1.4;
}
.modal-container .item figure img {
	max-width: 100%;
	height: auto;
}
.modal-container .item figcaption {
	padding: .7em 1em;
	text-align: right;
}
#parts-modal .modal-container .item figcaption {
	font-size: 1.8rem;
}
.modal-container .item figcaption sub {
	display: inline-block;
	bottom: .2em;
	margin-left: .5em;
	padding: 0 .5em;
	line-height: inherit;
	vertical-align: middle;
	background: rgba(125,125,125,.3);
}
#parts-modal .modal-container .item figcaption sub {
	font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
	#parts-modal .modal-container .item p {
		font-size: 2.4rem;
	}
	#parts-modal .modal-container .item figcaption {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 767px) {
	#parts-modal .modal-container .item p {
		font-size: 1.6rem;
	}
	#parts-modal .modal-container .item figcaption {
		font-size: 1.2rem;
	}
	#parts-modal .modal-container .item figcaption sub {
		font-size: 1rem;
	}
}
@media screen and (max-width: 480px) {
	.modal-wrap {
		padding: 0;
	}
}
@media screen and (max-height: 760px) and (min-width: 760px) {
	.modal-container {
		width: 100vh;
	}
}



/* :::::: dealer-modal :::::: */
#dealer-modal .modal-container {
	max-width: 600px;
}
#dealer-modal iframe {
	width: 100%;
	height: 100%;
	min-height: 266px;
	padding: 40px;
	border: 0;
	vertical-align: middle;
	transition: height .3s cubic-bezier(.2,1,.2,1);
}
@media screen and (max-width: 480px) {
	#dealer-modal iframe {
		padding: 16px;
	}
}



/* :::::: overlay :::::: */
.modal-overlay {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}
.modal-overlay::before,
.modal-overlay::after {
	content: "";
	position: absolute;
	top: 30px;
	right: 15px;
	width: 49px;
	height: 1px;
	background: #fff;
	opacity: 0;
	transition: opacity .3s .3s, transform .3s .3s cubic-bezier(.2,1,.2,1);
}
.modal-wrap.active .modal-overlay::before {
	opacity: 1;
	transform: rotate(-135deg);
}
.modal-wrap.active .modal-overlay::after {
	opacity: 1;
	transform: rotate(135deg);
}



/* :::::: flickity-prev-next-button :::::: */
@media print, (min-width: 768px) {
	.modal-wrap .flickity-enabled .flickity-prev-next-button.previous {
		left: auto;
		right: 100%;
	}
	.modal-wrap .flickity-enabled .flickity-prev-next-button.next {
		right: auto;
		left: 100%;
	}
}
@media screen and (max-width: 767px) {
	.modal-wrap .flickity-enabled .flickity-prev-next-button {
		top: 100%;
		height: 56px;
		padding: 8px;
	}
	.modal-wrap .flickity-enabled .flickity-prev-next-button svg {
		width: 40px;
		height: 40px;
		stroke-width: 3;
	}
}
@media screen and (max-width: 480px) {
	.modal-wrap .flickity-enabled .flickity-prev-next-button {
		height: 36px;
	}
	.modal-wrap .flickity-enabled .flickity-prev-next-button svg {
		width: 20px;
		height: 20px;
		stroke-width: 4;
	}
}





/* --------------------------------------------------------------------------
   Gallery / Design History / Information
   -------------------------------------------------------------------------- */
#gallery {
	background: #470c19;
	text-align: center;
}
#history,
#information {
	padding: 16px;
	text-align: center;
	background: #fff;
}
#history,
#information {
	padding-bottom: 80px;
}
#information {
	margin-top: -80px;
}
#gallery .section-title {
	width: 100%;
}
#gallery .section-note {
	padding-top: 1em;
	background: #fff;
	font-size: 1.2rem;
}
#history .section-title,
#information .section-title {
	width: 100%;
	color: #202020;
}
#history .section-title::before,
#history .section-title::after,
#information .section-title::before,
#information .section-title::after {
	background: #202020;
}
#information .bnr-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
}
#information .bnr-list li {
	max-width: 50%;
}
#information .bnr-list li:nth-child(2n+1) {
	padding-right: 8px;
}
#information .bnr-list li:nth-child(2n) {
	padding-left: 8px;
}
#information .bnr-list li:nth-child(n+3) {
	margin-top: 16px;
}
#history .bnr {
	display: inline-block;
}
#history .bnr img,
#information .bnr-list img {
	max-width: 100%;
}
@media screen and (min-width: 768px) {
	#history .bnr img,
	#information .bnr-list img {
		transition: transform 2s cubic-bezier(.2,1,.2,1);
	}
	#history .bnr:hover img,
	#information .bnr-list a:hover img {
		transform: scale(1.05);
		transition-duration: .6s;
	}
}
@media screen and (max-width: 767px) {
	#history,
	#information {
		padding: 10px;
	}
	#history,
	#information {
		padding-bottom: 40px;
	}
	#information {
		margin-top: -40px;
	}
	#information .bnr-list li:nth-child(2n+1) {
		padding-right: 4px;
	}
	#information .bnr-list li:nth-child(2n) {
		padding-left: 4px;
	}
	#information .bnr-list li:nth-child(n+3) {
		margin-top: 8px;
	}
}
@media screen and (max-width: 480px) {
	#history,
	#information {
		padding-bottom: 24px;
	}
	#information {
		margin-top: -24px;
	}
	#history .bnr,
	#information .bnr-list {
		margin: 0 -16px;
	}
	#information .bnr-list li:nth-child(2n+1) {
		padding-right: 2px;
	}
	#information .bnr-list li:nth-child(2n) {
		padding-left: 2px;
	}
	#information .bnr-list li:nth-child(n+3) {
		margin-top: 4px;
	}
}





/* --------------------------------------------------------------------------
   Aside
   -------------------------------------------------------------------------- */
.relation {
	display: flex;
	justify-content: space-between;
	max-width: 980px;
	margin: 0 auto;
	padding: 80px 20px;
}
.relation li {
	flex: 1 1 auto;
	flex-basis: calc(50% - 20px);
	max-width: calc(50% - 20px);
	position: relative;
	overflow: hidden;
	color: #fff;
}
.relation li .bg {
	max-width: 100%;
	height: auto;
}
.relation li .txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 1.8rem;
	letter-spacing: .05em;
}
.relation li .txt .ja {
	font-size: 2rem;
	font-weight: normal;
}
.relation li .txt .sub {
	font-size: 1.4rem;
	letter-spacing: 0;
}
.relation li .txt img {
	margin-top: 1em;
}
@media print, (min-width: 768px) {
	.relation li .bg {
		transform: scale(1.1);
		transition: transform 2s cubic-bezier(.2,1,.2,1);
	}
	.relation li a:hover .bg {
		transform: none;
		transition-duration: .6s;
	}
}
@media screen and (max-width: 1024px) {
	.relation li {
		flex-basis: calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
}
@media screen and (max-width: 767px) {
	.relation {
		flex-direction: column;
	}
	.relation li {
		flex-basis: 100%;
		max-width: none;
		margin: 0 auto;
	}
	.relation li:nth-child(n+2) {
		margin-top: 20px;
	}
}
@media screen and (max-width: 480px) {
	.relation {
		padding: 40px 10px;
	}
	.relation li:nth-child(n+2) {
		margin-top: 10px;
	}
	.relation li .txt {
		font-size: 1.6rem;
	}
	.relation li .txt .ja {
		font-size: 1.8rem;
	}
	.relation li .txt .sub {
		font-size: 1.2rem;
	}
}



/* :::::: 取扱販売店 :::::: */
#dealer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 530px;
	text-align: center;
	background: #0c1d4d url(../img/img_conversion.jpg) center / cover;
}
#dealer .lead {
	margin-top: 24px;
	font-size: 1.4rem;
}
.netz {
	padding: 50px 20px;
	width: 500px;
	max-width: calc(100% - 40px);
	border: 4px solid transparent;
	box-shadow: 0 0 0 .1px #fff;
	background: #fff;
	background-clip: padding-box;
}
.purchase-wrapper {
	padding: 50px 16px 30px;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: .05em;
}
.purchase-wrapper a {
	display: inline-block;
	margin: 0 1em;
}
.purchase-wrapper a::after {
	content: "";
	display: inline-block;
	position: relative;
	top: -.1em;
	width: .6em;
	height: .6em;
	/*margin-left: .6em;*/
	margin-left: .4em;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	vertical-align: middle;
	transform: rotate(45deg);
}
@media print, (min-width: 768px) {
	#dealer .lead {
		white-space: nowrap;
	}
}
@media screen and (max-width: 767px) {
	.purchase-wrapper a {
		display: block;
		padding: .3em .5em;
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 480px) {
	#dealer {
		min-height: 0;
		padding: 20px 0;
	}
	.netz {
		max-width: calc(100% - 20px);
		padding: 30px 10px;
	}
}



/* :::::: 販売店一覧 :::::: */
#dealer-list {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	margin: 24px 0 0;
	font-size: 1.4rem;
	white-space: nowrap;
}
#dealer-list li a {
	display: block;
	cursor: pointer;
	padding: .5em 1em;
	background: #eee;
}
#dealer-list li a:hover {
	background: #fff;
}
@media print, (min-width: 768px) {
	#dealer-list li {
		width: calc(33.333333% - 2px);
		margin: 0 1px;
	}
	#dealer-list li:nth-child(n+4) {
		margin-top: 3px;
	}
}
@media screen and (max-width: 767px) {
	#dealer-list li {
		flex-basis: calc(50% - 2px);
		margin: 0 1px;
	}
	#dealer-list li:nth-child(n+3) {
		margin-top: 3px;
	}
}
@media screen and (max-width: 480px) {
	#dealer-list {
		display: block;
		margin-top: 1em;
		white-space: normal;
	}
	#dealer-list li:nth-child(n+2) {
		margin-top: 3px;
	}
}





/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
footer {
	padding-top: 30px;
	color: #fff;
	font-size: 1.3rem;
	font-family: sans-serif;
	letter-spacing: .05em;
	text-align: center;
	background: #202020;
}
footer .info {
	margin: 1.5em 0;
	padding: 0 10px;
}
footer .info br.sp {
	display: none;
}
footer .copyright {
	margin: 0;
	padding: 1.5em;
	border-top: 1px solid #605e5b;
	color: #a9a9a9;
	font-family: helvetica;
}
@media screen and (max-width: 480px) {
	footer {
		font-size: 1.1rem;
	}
	footer .info br.sp {
		display: block;
	}
}

/* --------------------------------------------------------------------------
   Loading
   -------------------------------------------------------------------------- */
#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #000;
	z-index: 101;
}
#loader {
	position: fixed;
	top: calc(50% - 100px);
	left: calc(50% - 100px);
	width: 200px;
	height: 200px;
	text-align: center;
	color: #fff;
	z-index: 102;
}
body.loading #wrapper {
	display: none;
}
