@charset "UTF-8";
/*!
global > font
------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap");
/********************/
/*!
global > color
------------------------------
*/
:root {
  --font-family-base: "Hiragino Sans","ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", "メイリオ", Meiryo, sans-serif;
}

/*!
foundation > reset
------------------------------
*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!
foundation > base
------------------------------
*/
/* font reset
---------------------------------------------------------- */
body, html {
  font: 16px/1.231 "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", "メイリオ", Meiryo, sans-serif;
  font: 16px "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", "メイリオ", Meiryo, sans-serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #1a1a1a;
  -webkit-text-size-adjust: none;
  -ms-font-feature-settings: "normal";
  font-weight: 500;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

select, input, button, textarea {
  font: 99% "Noto Sans JP", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

/***************************************
 * clear fix
****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/***************************************
 共通css
****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
}
a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  color: inherit;
  cursor: pointer;
}
button:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
  width: 100%;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #1a1a1a;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}
body.add_overray {
  overflow: hidden;
}

address {
  font-style: normal;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

#wrapper {
  margin: 0 auto;
  position: relative;
}

/*!
utility > utility
------------------------------
*/
.u-display-ib {
  display: inline-block;
}

.u-display-sm {
  display: none;
}
@media screen and (max-width: 428px) {
  .u-display-sm {
    display: block;
  }
}

.u-fv-black {
  padding-top: 68px;
  background-color: #060302;
}
@media screen and (max-width: 768px) {
  .u-fv-black {
    padding-top: 50px;
  }
}

.u-link-num--link {
  display: inline-block;
  text-align: center;
  width: 0.75em;
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: 3.4rem;
  line-height: 1.1;
  opacity: 0.6;
  border-bottom: 2px solid #fff;
  margin-right: 0.1em;
}
.u-link-num--link:last-child {
  margin-right: 0;
}
.u-link-num--link:hover {
  opacity: 1;
}

.u-bottom-link {
  padding: 0 0 160px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-bottom-link {
    padding: 0 0 80px;
  }
}

.u-bottom-link-top {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .u-bottom-link-top {
    margin-bottom: 40px;
  }
}

.u-bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .u-bottom-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.u-fv-lead {
  line-height: 2.125;
}

.u-text-simple {
  font-size: 1.6rem;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .u-text-simple {
    font-size: 1.3rem;
  }
}

.u-text-simple-centerPC {
  font-size: 1.6rem;
  line-height: 2.1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-text-simple-centerPC {
    font-size: 1.3rem;
    text-align: left;
  }
}

/*!
animation > fadein
------------------------------
*/
/* スクロールCSS */
.fadeIn {
  opacity: 0;
  -webkit-transition-duration: 1200ms;
          transition-duration: 1200ms;
  -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, transform, filter;
  transition-property: opacity, transform, filter, -webkit-transform, -webkit-filter;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fadeIn-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fadeIn-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fadeIn-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.fadeIn.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

/*!
animation > loading
------------------------------
*/
/* ローディングアニメーション */
@-webkit-keyframes preload-show-1 {
  from {
    -webkit-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@keyframes preload-show-1 {
  from {
    -webkit-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@-webkit-keyframes preload-hide-1 {
  to {
    -webkit-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@keyframes preload-hide-1 {
  to {
    -webkit-transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@-webkit-keyframes preload-cycle-1 {
  5% {
    -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
  10%, 75% {
    -webkit-transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
            transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
    border-left-color: #eee;
  }
  80%, 100% {
    -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@keyframes preload-cycle-1 {
  5% {
    -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
  10%, 75% {
    -webkit-transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
            transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
    border-left-color: #eee;
  }
  80%, 100% {
    -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@-webkit-keyframes preload-show-2 {
  from {
    -webkit-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@keyframes preload-show-2 {
  from {
    -webkit-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@-webkit-keyframes preload-hide-2 {
  to {
    -webkit-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@keyframes preload-hide-2 {
  to {
    -webkit-transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@-webkit-keyframes preload-cycle-2 {
  10% {
    -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
  15%, 70% {
    -webkit-transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
            transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
    border-left-color: #eee;
  }
  75%, 100% {
    -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@keyframes preload-cycle-2 {
  10% {
    -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
  15%, 70% {
    -webkit-transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
            transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
    border-left-color: #eee;
  }
  75%, 100% {
    -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@-webkit-keyframes preload-show-3 {
  from {
    -webkit-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@keyframes preload-show-3 {
  from {
    -webkit-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@-webkit-keyframes preload-hide-3 {
  to {
    -webkit-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@keyframes preload-hide-3 {
  to {
    -webkit-transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@-webkit-keyframes preload-cycle-3 {
  15% {
    -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
  20%, 65% {
    -webkit-transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
            transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
    border-left-color: #eee;
  }
  70%, 100% {
    -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@keyframes preload-cycle-3 {
  15% {
    -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
  20%, 65% {
    -webkit-transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
            transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
    border-left-color: #eee;
  }
  70%, 100% {
    -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@-webkit-keyframes preload-show-4 {
  from {
    -webkit-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@keyframes preload-show-4 {
  from {
    -webkit-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@-webkit-keyframes preload-hide-4 {
  to {
    -webkit-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@keyframes preload-hide-4 {
  to {
    -webkit-transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@-webkit-keyframes preload-cycle-4 {
  20% {
    -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
  25%, 60% {
    -webkit-transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
            transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
    border-left-color: #eee;
  }
  65%, 100% {
    -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@keyframes preload-cycle-4 {
  20% {
    -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
  25%, 60% {
    -webkit-transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
            transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
    border-left-color: #eee;
  }
  65%, 100% {
    -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@-webkit-keyframes preload-show-5 {
  from {
    -webkit-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@keyframes preload-show-5 {
  from {
    -webkit-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@-webkit-keyframes preload-hide-5 {
  to {
    -webkit-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@keyframes preload-hide-5 {
  to {
    -webkit-transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@-webkit-keyframes preload-cycle-5 {
  25% {
    -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
  30%, 55% {
    -webkit-transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
            transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
    border-left-color: #eee;
  }
  60%, 100% {
    -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@keyframes preload-cycle-5 {
  25% {
    -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
  30%, 55% {
    -webkit-transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
            transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
    border-left-color: #eee;
  }
  60%, 100% {
    -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@-webkit-keyframes preload-show-6 {
  from {
    -webkit-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@keyframes preload-show-6 {
  from {
    -webkit-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@-webkit-keyframes preload-hide-6 {
  to {
    -webkit-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@keyframes preload-hide-6 {
  to {
    -webkit-transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
            transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@-webkit-keyframes preload-cycle-6 {
  30% {
    -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
  35%, 50% {
    -webkit-transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
            transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
    border-left-color: #eee;
  }
  55%, 100% {
    -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@keyframes preload-cycle-6 {
  30% {
    -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
  35%, 50% {
    -webkit-transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
            transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
    border-left-color: #eee;
  }
  55%, 100% {
    -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
            transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #fff;
  }
}
@-webkit-keyframes preload-flip {
  0% {
    -webkit-transform: rotateY(0deg) rotateZ(-60deg);
            transform: rotateY(0deg) rotateZ(-60deg);
  }
  100% {
    -webkit-transform: rotateY(360deg) rotateZ(-60deg);
            transform: rotateY(360deg) rotateZ(-60deg);
  }
}
@keyframes preload-flip {
  0% {
    -webkit-transform: rotateY(0deg) rotateZ(-60deg);
            transform: rotateY(0deg) rotateZ(-60deg);
  }
  100% {
    -webkit-transform: rotateY(360deg) rotateZ(-60deg);
            transform: rotateY(360deg) rotateZ(-60deg);
  }
}
#loader-bg {
  background-color: #060302;
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100vh !important;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  display: block;
  width: 3.75em;
  height: 4.25em;
  margin-left: -1.875em;
  margin-top: -2.125em;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotateY(180deg) rotateZ(-60deg);
          transform: rotateY(180deg) rotateZ(-60deg);
}
.preloader .slice {
  border-top: 1.125em solid transparent;
  border-right: none;
  border-bottom: 1em solid transparent;
  border-left: 1.875em solid #eee;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  border-radius: 3px 3px 0 0;
}
.preloader .slice:nth-child(1) {
  -webkit-transform: rotateZ(60deg) rotateY(0deg) rotateX(0);
          transform: rotateZ(60deg) rotateY(0deg) rotateX(0);
  -webkit-animation: 0.15s linear 0.82s preload-hide-1 both 1;
          animation: 0.15s linear 0.82s preload-hide-1 both 1;
}
.preloader .slice:nth-child(2) {
  -webkit-transform: rotateZ(120deg) rotateY(0deg) rotateX(0);
          transform: rotateZ(120deg) rotateY(0deg) rotateX(0);
  -webkit-animation: 0.15s linear 0.74s preload-hide-2 both 1;
          animation: 0.15s linear 0.74s preload-hide-2 both 1;
}
.preloader .slice:nth-child(3) {
  -webkit-transform: rotateZ(180deg) rotateY(0deg) rotateX(0);
          transform: rotateZ(180deg) rotateY(0deg) rotateX(0);
  -webkit-animation: 0.15s linear 0.66s preload-hide-3 both 1;
          animation: 0.15s linear 0.66s preload-hide-3 both 1;
}
.preloader .slice:nth-child(4) {
  -webkit-transform: rotateZ(240deg) rotateY(0deg) rotateX(0);
          transform: rotateZ(240deg) rotateY(0deg) rotateX(0);
  -webkit-animation: 0.15s linear 0.58s preload-hide-4 both 1;
          animation: 0.15s linear 0.58s preload-hide-4 both 1;
}
.preloader .slice:nth-child(5) {
  -webkit-transform: rotateZ(300deg) rotateY(0deg) rotateX(0);
          transform: rotateZ(300deg) rotateY(0deg) rotateX(0);
  -webkit-animation: 0.15s linear 0.5s preload-hide-5 both 1;
          animation: 0.15s linear 0.5s preload-hide-5 both 1;
}
.preloader .slice:nth-child(6) {
  -webkit-transform: rotateZ(360deg) rotateY(0deg) rotateX(0);
          transform: rotateZ(360deg) rotateY(0deg) rotateX(0);
  -webkit-animation: 0.15s linear 0.42s preload-hide-6 both 1;
          animation: 0.15s linear 0.42s preload-hide-6 both 1;
}
.preloader.loading {
  -webkit-animation: 2s preload-flip steps(2) infinite both;
          animation: 2s preload-flip steps(2) infinite both;
}
.preloader.loading .slice:nth-child(1) {
  -webkit-transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
          transform: rotateZ(60deg) rotateY(90deg) rotateX(0);
  -webkit-animation: 2s preload-cycle-1 linear infinite both;
          animation: 2s preload-cycle-1 linear infinite both;
}
.preloader.loading .slice:nth-child(2) {
  -webkit-transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
          transform: rotateZ(120deg) rotateY(90deg) rotateX(0);
  -webkit-animation: 2s preload-cycle-2 linear infinite both;
          animation: 2s preload-cycle-2 linear infinite both;
}
.preloader.loading .slice:nth-child(3) {
  -webkit-transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
          transform: rotateZ(180deg) rotateY(90deg) rotateX(0);
  -webkit-animation: 2s preload-cycle-3 linear infinite both;
          animation: 2s preload-cycle-3 linear infinite both;
}
.preloader.loading .slice:nth-child(4) {
  -webkit-transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
          transform: rotateZ(240deg) rotateY(90deg) rotateX(0);
  -webkit-animation: 2s preload-cycle-4 linear infinite both;
          animation: 2s preload-cycle-4 linear infinite both;
}
.preloader.loading .slice:nth-child(5) {
  -webkit-transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
          transform: rotateZ(300deg) rotateY(90deg) rotateX(0);
  -webkit-animation: 2s preload-cycle-5 linear infinite both;
          animation: 2s preload-cycle-5 linear infinite both;
}
.preloader.loading .slice:nth-child(6) {
  -webkit-transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
          transform: rotateZ(360deg) rotateY(90deg) rotateX(0);
  -webkit-animation: 2s preload-cycle-6 linear infinite both;
          animation: 2s preload-cycle-6 linear infinite both;
}

/*!
component > btn
------------------------------
*/
.c-btn-scroll {
  width: 42px;
  display: block;
  margin: 0 auto;
  padding-top: 28px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  background: url("../img/common/ico_scroll.svg") no-repeat top center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-btn-scroll {
    font-size: 1.1rem;
    height: 44px;
  }
}
.c-btn-scroll:hover {
  opacity: 0.7;
}
.c-btn-scroll--black {
  color: #060302;
  background-image: url("../img/common/ico_scroll-black.svg");
}

.c-btn-white {
  letter-spacing: 0.24em;
  line-height: 1.2;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 0.75em 3em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
}
.c-btn-white:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.c-btn-arrow {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  line-height: 1.5;
  padding: 0 2em 0.75em 0;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn-arrow {
    font-size: 1.4rem;
  }
}
.c-btn-arrow::after {
  content: "";
  width: 15px;
  height: 1px;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 0;
  bottom: -1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.c-btn-arrow:hover {
  opacity: 0.8;
}

.c-btn-top {
  width: 36px;
  padding-top: 25px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  background: url("../img/common/ico_top.svg") no-repeat center top;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-btn-top {
    font-size: 1.1rem;
  }
}
.c-btn-top:hover {
  opacity: 0.7;
}

.c-btn-black {
  color: #fff;
  background-color: #000;
  width: 47.1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 10px;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .c-btn-black {
    width: 94%;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 428px) {
  .c-btn-black {
    display: block;
    text-align: center;
  }
}
.c-btn-black:hover {
  background-color: #333;
}
.c-btn-black--en {
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: 4rem;
  display: block;
}
.c-btn-black--en::after {
  content: "|";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
@media screen and (max-width: 428px) {
  .c-btn-black--en::after {
    content: "";
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-black--en {
    font-size: 2.8rem;
  }
}
.c-btn-black--jp {
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  letter-spacing: 0.38em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-btn-black--jp {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 428px) {
  .c-btn-black--jp {
    text-align: center;
  }
  .c-btn-black--jp br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .c-btn-tel {
    padding: 1em 1em;
    border: 1px solid #1a1a1a;
  }
}

.c-btn-line {
  text-decoration: underline;
  display: inline-block;
}
.c-btn-line:hover {
  text-decoration: none;
}

/*!
component > title
------------------------------
*/
.c-title-head--en {
  display: block;
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: 8.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-title-head--en {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 428px) {
  .c-title-head--en {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 321px) {
  .c-title-head--en {
    font-size: 4.6rem;
  }
}
.c-title-head--jp {
  display: block;
  letter-spacing: 0.64em;
}

.c-title-lower {
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-title-lower {
    font-size: 1.5rem;
  }
}
.c-title-lower--en {
  display: block;
  font-family: "Akshar", sans-serif;
  font-size: 2.3rem;
  font-weight: 300;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .c-title-lower--en {
    font-size: 1.7rem;
  }
}
.c-title-lower--enb {
  font-weight: 600;
}
.c-title-lower--enb::before {
  content: "|";
  margin: 0 0.5em;
  font-weight: 300;
}
.c-title-lower--jp {
  display: block;
  font-weight: 500;
  letter-spacing: 0.64em;
}

.c-title-lead {
  font-size: 2.7rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin: 0.9em auto 1.2em 0;
}
@media screen and (max-width: 768px) {
  .c-title-lead {
    font-size: 1.9rem;
  }
}

.c-title-line {
  width: 94%;
  margin: 130px 0 0 auto;
  font-family: "Akshar", sans-serif;
  font-size: 2.3rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-title-line {
    font-size: 1.7rem;
    margin: 60px 0 0 auto;
  }
}
@media screen and (max-width: 428px) {
  .c-title-line {
    font-size: 1.6rem;
  }
}
.c-title-line--bold {
  font-weight: 600;
}
.c-title-line--bold::before {
  content: "|";
  margin: 0 0.5em;
  font-weight: 300;
}
.c-title-line--inner {
  display: inline-block;
  background-color: #fff;
  padding: 0 0.5em 0 0;
}
.c-title-line::after {
  content: "";
  border-top: 1px solid #231815;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  height: 1px;
  z-index: -1;
}

.c-title-simple {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 1100px) {
  .c-title-simple {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title-simple {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 428px) {
  .c-title-simple {
    font-size: 2.2rem;
  }
}

.c-title-showroom {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  position: relative;
}
.c-title-showroom span {
  display: inline-block;
  background-color: #fff;
  padding: 0 0.5em 0 0;
}
.c-title-showroom::after {
  content: "";
  border-top: 1px solid #231815;
  position: absolute;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  height: 1px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-title-showroom {
    font-size: 1.5rem;
  }
}

.c-title-contact {
  text-align: center;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .c-title-contact {
    margin: 0 auto 30px;
  }
}
.c-title-contact--en {
  display: block;
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: 6.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-title-contact--en {
    font-size: 4.2rem;
  }
}
.c-title-contact--jp {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.38em;
}
@media screen and (max-width: 768px) {
  .c-title-contact--jp {
    font-size: 1.4rem;
  }
}

/*!
layout > container
------------------------------
*/
.l-container-center, .l-container-s, .l-container-m, .l-container-l, .l-container {
  width: 86%;
  margin: auto;
}

.l-container-l {
  max-width: 1046px;
}

.l-container-m {
  max-width: 910px;
}

.l-container-s {
  max-width: 590px;
}

.l-container-center {
  text-align: center;
}

.l-container-right {
  text-align: right;
  margin: auto 0 auto auto;
}

/*!
layout > header
------------------------------
*/
header {
  position: fixed;
  width: 100%;
  height: 68px;
  z-index: 10000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
  left: 0;
  background-color: #060302;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  padding: 0 50px;
}
@media screen and (max-width: 1100px) {
  header {
    padding: 0 4%;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 50px;
  }
}

.header-logo {
  width: 230px;
  height: 19px;
  position: relative;
  z-index: 10002;
}
.header-logo:hover {
  opacity: 0.7;
}

.header-nav {
  font-family: "Akshar", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .header-nav {
    font-size: 1.8rem;
  }
}
.header-nav--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 240px);
}
@media screen and (max-width: 1100px) {
  .header-nav--pc {
    display: none;
  }
}
.header-nav--pc li {
  padding: 0 1.5em;
}
.header-nav--pc li:last-child {
  padding: 0 0 0 1.5em;
}
.header-nav--pc a:hover {
  opacity: 0.7;
}
.header-nav--sp {
  padding-top: 80px;
  text-align: center;
  position: relative;
  z-index: 10002;
}
.header-nav--sp li {
  padding: 1em 0;
}

#gnav_btn {
  position: absolute;
  width: 46px;
  height: 40px;
  top: 10px;
  right: 50px;
  z-index: 10000;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
@media screen and (max-width: 1100px) {
  #gnav_btn {
    display: block;
    right: 4%;
  }
}
@media screen and (max-width: 768px) {
  #gnav_btn {
    top: 5px;
    width: 40px;
  }
}
#gnav_btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #fff;
  width: 100%;
}
#gnav_btn span:nth-of-type(1) {
  top: 15px;
}
@media screen and (max-width: 768px) {
  #gnav_btn span:nth-of-type(1) {
    top: 12px;
  }
}
#gnav_btn span:nth-of-type(2) {
  top: 23px;
}
@media screen and (max-width: 768px) {
  #gnav_btn span:nth-of-type(2) {
    top: 20px;
  }
}
#gnav_btn span:nth-of-type(3) {
  top: 31px;
}
@media screen and (max-width: 768px) {
  #gnav_btn span:nth-of-type(3) {
    top: 28px;
  }
}
#gnav_btn:hover {
  opacity: 0.7;
}
#gnav_btn.open {
  right: 7%;
}
#gnav_btn.open span {
  background: #fff;
}
#gnav_btn.open span:nth-of-type(1) {
  top: 18px;
  left: 32px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 100%;
}
@media screen and (max-width: 768px) {
  #gnav_btn.open span:nth-of-type(1) {
    left: 15px;
    top: 11px;
  }
}
#gnav_btn.open span:nth-of-type(2) {
  opacity: 0;
}
#gnav_btn.open span:nth-of-type(3) {
  top: 30px;
  left: 32px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 100%;
}
@media screen and (max-width: 768px) {
  #gnav_btn.open span:nth-of-type(3) {
    left: 15px;
    top: 23px;
  }
}
#gnav_btn.open:hover span {
  background: #fff;
}

nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  overflow-y: scroll;
  color: #fff;
  height: 100%;
}
@media screen and (max-width: 768px) {
  nav {
    bottom: 0;
  }
}
nav::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #060302;
  opacity: 0.9;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

/*!
layout > footer
------------------------------
*/
footer {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  border-top: 1px solid #1a1a1a;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 40px 0;
  }
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    display: block;
  }
}

.footer-logo {
  width: 192px;
  margin: auto 25px auto 0;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    margin: 0 auto 25px;
  }
}

.footer-address {
  font-size: 1.5rem;
  display: grid;
  grid-template-columns: 90px 260px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  width: 380px;
}
@media screen and (max-width: 768px) {
  .footer-address {
    font-size: 1.1rem;
    margin: 0 auto;
    grid-template-columns: 90px 200px;
    width: 320px;
  }
}
@media screen and (max-width: 321px) {
  .footer-address {
    font-size: 1rem;
  }
}
.footer-address dt {
  font-family: "Akshar", sans-serif;
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0;
}

.footer-link {
  font-size: 1.2rem;
}
@media screen and (max-width: 860px) {
  .footer-link {
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer-link {
    font-size: 1rem;
  }
}
.footer-link a {
  margin: 0 2em 0 0;
}
.footer-link a:last-child {
  margin-right: 0;
}
.footer-link a:hover {
  opacity: 0.7;
}

/*!
page > top
------------------------------
*/
.top-fv {
  position: relative;
}

.top-fv-img {
  position: relative;
}
.top-fv-img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.top-fv-img video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}
@media screen and (max-width: 1000px) {
  .top-fv-img::before {
    padding-top: 75%;
  }
}
@media screen and (max-width: 768px) {
  .top-fv-img {
    position: relative;
  }
  .top-fv-img::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .top-fv-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
  .top-fv-img::before {
    padding-top: 100%;
  }
}

.top-fv-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 8%;
  max-width: 1040px;
  width: 70%;
}
.top-fv-text img {
  max-width: 426px;
  width: 100%;
}

.top-fv-scroll {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
  left: 0;
}

.top-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 150px 0;
  margin: 0 0 0 auto;
  width: 92%;
}
@media screen and (max-width: 1100px) {
  .top-lead {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-lead {
    padding: 70px 0;
  }
}

@media screen and (max-width: 1100px) {
  .top-lead-block {
    width: 86%;
    margin: 0 auto;
  }
}

.top-lead-title {
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .top-lead-title {
    font-size: 1.9rem;
  }
}

.top-lead-text {
  line-height: 2;
  padding-right: 100px;
}
@media screen and (max-width: 1280px) {
  .top-lead-text {
    padding-right: 70px;
  }
}
@media screen and (max-width: 1100px) {
  .top-lead-text {
    padding-right: 0;
    margin-bottom: 3em;
  }
}

@media screen and (max-width: 1100px) {
  .top-lead-img {
    margin: 0 0 0 auto;
    width: 93%;
  }
}

.top-section {
  min-height: 800px;
}
@media screen and (max-width: 768px) {
  .top-section {
    min-height: 500px;
  }
}

.top-merit {
  text-align: center;
  background: url("../img/top/img_merit.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 190px 0 150px;
}
@media screen and (max-width: 768px) {
  .top-merit {
    padding: 130px 0 120px;
  }
}

.top-merit-text {
  font-size: 2.5rem;
  line-height: 2;
  letter-spacing: 0.2em;
  margin: 1.25em auto 2em;
}
@media screen and (max-width: 768px) {
  .top-merit-text {
    font-size: 1.8rem;
  }
}

.top-merit-link {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .top-merit-link {
    margin-top: 35px;
  }
}

.top-feature {
  background: url("../img/top/img_features.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 200px 0 150px;
}
@media screen and (max-width: 768px) {
  .top-feature {
    padding: 130px 0 110px;
  }
}

.top-feature-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-feature-link {
  margin-top: 2.5em;
}

.top-feature-text {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .top-feature-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 428px) {
  .top-feature-text {
    font-size: 1.5rem;
    letter-spacing: 0.3em;
  }
}

.top-function {
  background: url("../img/top/img_function.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 85px 0 105px 7%;
}
@media screen and (max-width: 768px) {
  .top-function {
    padding: 60px 0 70px 7%;
  }
}

.top-function-text {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  font-size: 2.5rem;
  margin-left: 70px;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 768px) {
  .top-function-text {
    font-size: 1.6rem;
    margin-left: 30px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 428px) {
  .top-function-text {
    font-size: 1.5rem;
    letter-spacing: 0.3em;
  }
}

.top-function-link {
  margin-top: 2.5em;
}

.top-showroom {
  background: url("../img/top/img_show.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 85px 0 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .top-showroom {
    padding: 60px 0 70px;
  }
}

.top-showroom-link {
  margin-top: 3em;
}

.top-colorsize {
  padding: 200px 0 180px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-colorsize {
    padding: 100px 0 90px;
  }
}

.top-colorsize-title {
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: 6rem;
  line-height: 1;
  padding: 0 0 0.5em;
  margin: 0 auto 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-colorsize-title {
    font-size: 3.4rem;
  }
}
.top-colorsize-title::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #000;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
}

.top-colorsize-content {
  position: relative;
  font-size: 1.4rem;
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-colorsize-content {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 428px) {
  .top-colorsize-content {
    font-size: 1.1rem;
  }
}

.top-color-img {
  position: relative;
  max-width: 360px;
  width: 50%;
  margin: 0 auto 0 230px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-color-img {
    margin: 0 auto 0 190px;
  }
}
@media screen and (max-width: 428px) {
  .top-color-img {
    margin: 0 0 0 auto;
    width: calc(100% - 130px);
  }
}
.top-color-img::before {
  content: "";
  width: 5px;
  height: 100%;
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  position: absolute;
  left: -40px;
  top: 0;
}
.top-color-img::after {
  content: "";
  height: 5px;
  width: 100%;
  border-right: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-color-img::after {
    bottom: -20px;
  }
}

.top-size-height {
  position: absolute;
  text-align: right;
  top: 45%;
  left: 0;
  width: 230px;
  background-color: #fff;
  display: inline-block;
  padding: 10px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-size-height {
    width: 180px;
    padding: 10px 5px;
    top: 40%;
  }
}
@media screen and (max-width: 428px) {
  .top-size-height {
    width: 120px;
    top: 36%;
  }
}
.top-size-height span {
  display: inline-block;
}

.top-size-width {
  width: auto;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  padding: 2px 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -45px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-size-width {
    bottom: -32px;
  }
}

.top-colorsize-tab .tab-button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-colorsize-tab .tab-button {
  color: #231815;
  width: 138px;
  border: 1px solid #d4d4d4;
  border-radius: 30px;
  margin-top: 40px;
  margin-right: 1.5em;
  padding: 0.5em;
  font-family: "Akshar", sans-serif;
  line-height: 1;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-colorsize-tab .tab-button:last-child {
  margin-right: 0;
}
.top-colorsize-tab .tab-button:hover {
  background-color: #EAEAEA;
}
.top-colorsize-tab .tab-button::before {
  content: "";
  display: block;
  height: 13px;
  width: 13px;
  background-color: #231815;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -40px;
}
.top-colorsize-tab .tab-button.tab-02::before {
  background-color: #fff;
  border: 1px solid #231815;
}
.top-colorsize-tab .tab-button.tab-03::before {
  background-color: #1f2774;
}
.top-colorsize-tab .tab-contents {
  padding: 0 0 120px;
}
@media screen and (max-width: 768px) {
  .top-colorsize-tab .tab-contents {
    padding: 0 0 100px;
  }
}
@media screen and (max-width: 428px) {
  .top-colorsize-tab .tab-contents {
    padding: 0 0 60px;
  }
}
.top-colorsize-tab .content {
  display: none;
}
.top-colorsize-tab .content .is-display {
  display: block;
}
.top-colorsize-tab .content.is-display {
  display: block;
  height: auto;
}

.top-origin {
  margin: 0 auto 160px;
}
@media screen and (max-width: 768px) {
  .top-origin {
    margin: 0 auto 70px;
  }
}

.top-origin-title {
  font-size: 2.3rem;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 0 auto 1em;
}
@media screen and (max-width: 768px) {
  .top-origin-title {
    font-size: 1.7rem;
  }
}

/*!
page > feature
------------------------------
*/
.feature-fv {
  position: relative;
  background: url("../img/feature/img_head.jpg") no-repeat right center;
  background-size: cover;
  color: #fff;
  padding-bottom: 20px;
  min-height: 868px;
}
@media screen and (max-width: 768px) {
  .feature-fv {
    min-height: 600px;
    background-position: center center;
  }
}

.feature-fv-inner {
  max-width: 510px;
  position: relative;
  margin: 0 0 0 auto;
  padding: 210px 0 170px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .feature-fv-inner {
    padding: 150px 0 110px;
  }
}

.feature-lead {
  padding: 100px 0;
  border-bottom: 1px solid #231815;
}
@media screen and (max-width: 768px) {
  .feature-lead {
    padding: 50px 0;
  }
}

.feature-lead-movie {
  margin: 80px auto 0;
}
.feature-lead-movie video {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .feature-lead-movie {
    margin: 40px auto 0;
  }
}

.feature-damage {
  padding: 100px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .feature-damage {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .feature-damage {
    padding: 50px 0 0;
  }
}

.feature-damage-inner {
  width: 44%;
}
@media screen and (max-width: 860px) {
  .feature-damage-inner {
    margin-bottom: 30px;
    width: 100%;
  }
}

.feature-damage-image {
  width: 48.7%;
}
@media screen and (max-width: 860px) {
  .feature-damage-image {
    width: 100%;
  }
}

.feature-flow {
  padding: 60px 0 50px;
  position: relative;
}
.feature-flow::after {
  content: "";
  width: 86%;
  max-width: 1046px;
  height: 1px;
  display: block;
  border-bottom: 1px solid #1a1a1a;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
}

.feature-flow-grid {
  display: grid;
  place-content: center;
  grid-template-columns: 24.3% 150px 20.4% 150px 24.3%;
  text-align: center;
  margin: 0 auto 55px;
  line-height: 1.5;
  max-width: 1046px;
  width: 86%;
}
@media screen and (max-width: 1000px) {
  .feature-flow-grid {
    max-width: 700px;
    grid-template-columns: 40% 40%;
    gap: 10px 10%;
  }
}
@media screen and (max-width: 768px) {
  .feature-flow-grid {
    width: 94%;
    margin: 0 auto 30px;
    grid-template-columns: 45% 45%;
    gap: 10px 5%;
  }
}
.feature-flow-grid .feature-flow-title--B {
  grid-column: 3/4;
  grid-row: 1/2;
}
.feature-flow-grid .feature-flow-title--C {
  grid-column: 5/6;
  grid-row: 1/2;
}
@media screen and (max-width: 1000px) {
  .feature-flow-grid .feature-flow-title--B {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .feature-flow-grid .feature-flow-title--A {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .feature-flow-grid .feature-flow-title--C {
    grid-column: 2/3;
    grid-row: 4/5;
  }
}
@media screen and (max-width: 768px) {
  .feature-flow-grid .feature-flow-title--B {
    font-size: 1.4rem;
  }
}
.feature-flow-grid .feature-flow-image {
  margin: auto;
}
.feature-flow-grid .feature-flow-image--A {
  grid-column: 1/2;
  grid-row: 2/3;
}
.feature-flow-grid .feature-flow-image--B {
  grid-column: 3/4;
  grid-row: 2/3;
}
.feature-flow-grid .feature-flow-image--C {
  grid-column: 5/6;
  grid-row: 2/3;
}
@media screen and (max-width: 1000px) {
  .feature-flow-grid .feature-flow-image--B {
    grid-column: 1/3;
    grid-row: 2/3;
    max-width: 300px;
  }
  .feature-flow-grid .feature-flow-image--A {
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .feature-flow-grid .feature-flow-image--C {
    grid-column: 2/3;
    grid-row: 5/6;
  }
}
@media screen and (max-width: 428px) {
  .feature-flow-grid .feature-flow-image--B {
    max-width: 200px;
  }
}
.feature-flow-grid .feature-flow-after {
  padding: 0;
  margin: auto;
}
.feature-flow-grid .feature-flow-after--gray {
  grid-column: 2/3;
  grid-row: 2/3;
}
.feature-flow-grid .feature-flow-after--blue {
  grid-column: 4/5;
  grid-row: 2/3;
}
@media screen and (max-width: 1000px) {
  .feature-flow-grid .feature-flow-after--gray {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .feature-flow-grid .feature-flow-after--blue {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
.feature-flow-grid .feature-flow-text {
  margin-top: 0.2em;
}
.feature-flow-grid .feature-flow-text--A {
  grid-column: 1/2;
  grid-row: 3/4;
}
.feature-flow-grid .feature-flow-text--C {
  grid-column: 5/6;
  grid-row: 3/4;
}
@media screen and (max-width: 1000px) {
  .feature-flow-grid .feature-flow-text--A {
    grid-column: 1/2;
    grid-row: 6/7;
  }
  .feature-flow-grid .feature-flow-text--C {
    grid-column: 2/3;
    grid-row: 6/7;
  }
}

.feature-flow-after {
  width: 130px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  padding-top: 100px;
  margin: 0 10px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .feature-flow-after {
    padding-top: 0;
    margin: 10px auto;
  }
}
@media screen and (max-width: 768px) {
  .feature-flow-after {
    font-size: 1.1rem;
  }
}
.feature-flow-after::before {
  content: "";
  width: 100%;
  height: 85px;
  display: block;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .feature-flow-after::before {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .feature-flow-after::after {
    content: "";
    width: 100%;
    height: 70px;
    display: block;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 5px;
  }
}
.feature-flow-after--gray {
  color: #9e9e9f;
}
.feature-flow-after--gray::before {
  background-image: url("../img/feature/ico_arrow-left-g.svg");
}
@media screen and (max-width: 1000px) {
  .feature-flow-after--gray::after {
    background-image: url("../img/feature/ico_arrow-down-g.svg");
  }
}
.feature-flow-after--blue {
  color: #36bdef;
}
.feature-flow-after--blue::before {
  background-image: url("../img/feature/ico_arrow-right-b.svg");
}
@media screen and (max-width: 1000px) {
  .feature-flow-after--blue::after {
    background-image: url("../img/feature/ico_arrow-down-b.svg");
  }
}

.feature-flow-title {
  font-weight: 600;
  line-height: 1.68;
  margin-bottom: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .feature-flow-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .feature-flow-title {
    font-size: 1.2rem;
  }
}

.feature-flow-text {
  text-align: center;
  margin-top: 0.75em;
  font-size: 1.6rem;
}
.feature-flow-text span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .feature-flow-text {
    font-size: 1.2rem;
  }
}

.feature-flow-cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 20px;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .feature-flow-cap {
    font-size: 1.2rem;
  }
}
.feature-flow-cap figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature-flow-cap figure img {
  width: 30px;
}
.feature-flow-cap figcaption {
  margin-left: 0.5em;
}

.feature-delicious {
  padding: 80px 0 240px;
}
@media screen and (max-width: 768px) {
  .feature-delicious {
    padding: 50px 0 100px;
  }
}

.feature-delicious-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 7px;
  max-width: 900px;
  margin: 75px auto 70px;
}
@media screen and (max-width: 768px) {
  .feature-delicious-inner {
    margin: 45px auto 40px;
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
    row-gap: 10px;
    grid-template-rows: 1fr 2em 1fr 3em;
  }
}

.feature-delicious-item1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .feature-delicious-item1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.feature-delicious-item2 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 768px) {
  .feature-delicious-item2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.feature-delicious-item3 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .feature-delicious-item3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.feature-delicious-item4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (max-width: 768px) {
  .feature-delicious-item4 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.feature-delicious-cap {
  place-content: center;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .feature-delicious-cap {
    font-size: 1.4rem;
    grid-column: 1/3;
    place-content: top;
    margin-top: 0;
  }
}
.feature-delicious-cap.cap1 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media screen and (max-width: 768px) {
  .feature-delicious-cap.cap1 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0.5em;
  }
}
.feature-delicious-cap.cap2 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

/*!
page > merit
------------------------------
*/
.merit-fv {
  position: relative;
  background: url("../img/merit/img_head.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding-bottom: 20px;
  min-height: 868px;
}
@media screen and (max-width: 768px) {
  .merit-fv {
    min-height: 600px;
    background-position-x: 22%;
  }
}

.merit-fv-inner {
  max-width: 510px;
  position: relative;
  margin: 0 0 0 auto;
  padding: 190px 0 110px;
}
@media screen and (max-width: 768px) {
  .merit-fv-inner {
    padding: 150px 0 60px;
  }
}

.merit-fv-link {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .merit-fv-link {
    margin-top: 30px;
  }
}

.merit-wrap {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .merit-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.merit-section {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .merit-section {
    margin-bottom: 50px;
  }
}
.merit-section h2 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .merit-section-image {
    position: relative;
  }
  .merit-section-image::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .merit-section-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}

.merit-section-num {
  color: #666;
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: 9.2rem;
  line-height: 1;
  padding-bottom: 0.2em;
  margin: -0.5em auto 60px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .merit-section-num {
    font-size: 5rem;
    margin: -0.5em auto 35px;
  }
}
.merit-section-num::after {
  content: "";
  width: 0.5em;
  height: 3px;
  background-color: #666;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
}

/*!
page > function
------------------------------
*/
.function-fv {
  position: relative;
  background: url("../img/function/img_head.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding-bottom: 20px;
  min-height: 868px;
}
@media screen and (max-width: 768px) {
  .function-fv {
    min-height: 600px;
  }
}

.function-fv-inner {
  max-width: 510px;
  position: relative;
  margin: 0 auto 0 0;
  padding: 210px 0 100px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .function-fv-inner {
    padding: 150px 0 60px;
  }
}

.function-lead {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .function-lead {
    padding-top: 40px;
  }
}

.function-lead-image {
  width: 94%;
  margin: 0 0 70px auto;
}
@media screen and (max-width: 768px) {
  .function-lead-image {
    margin: 0 0 40px auto;
  }
}

.function-lead-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #231815;
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .function-lead-inner {
    display: block;
    padding: 0 0 50px;
  }
}

.function-lead-title {
  width: 320px;
}
@media screen and (max-width: 1100px) {
  .function-lead-title {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .function-lead-title {
    width: 100%;
  }
}

.function-lead-block {
  width: calc(100% - 320px);
}
@media screen and (max-width: 1100px) {
  .function-lead-block {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 768px) {
  .function-lead-block {
    width: 100%;
  }
}

.function-lead-table {
  margin: 50px auto 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .function-lead-table {
    margin: 30px auto 0;
  }
}
.function-lead-table th, .function-lead-table td {
  border: 1px solid #231815;
  text-align: center;
  padding: 0.5em;
  font-weight: 400;
  vertical-align: middle;
}

.function-contents-wrap {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .function-contents-wrap {
    padding-bottom: 50px;
  }
}

.function-contents {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .function-contents {
    padding: 50px 0;
  }
}
.function-contents::after {
  content: "";
  display: block;
  max-width: 1046px;
  width: 86%;
  height: 1px;
  margin: 0 auto;
  background-color: #231815;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
}
.function-contents:nth-child(2n) .function-contents-image {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .function-contents:nth-child(2n) .function-contents-image {
    margin: 0 0 0 auto;
  }
}
.function-contents:nth-child(2n) .function-contents-dl {
  margin: 0 auto 0 0;
}
.function-contents:last-child::after {
  display: none;
}

.function-contents-image {
  width: 44%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
.function-contents-image img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 560px;
}
.function-contents-image video {
  width: 100%;
  background-color: #000;
  max-height: 560px;
}
@media screen and (max-width: 1000px) {
  .function-contents-image {
    position: relative;
    width: 93%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 0;
  }
}

.function-contents-dl {
  width: 52%;
  margin: 0 0 0 48%;
  padding: 40px 0;
}
@media screen and (max-width: 1000px) {
  .function-contents-dl {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .function-contents-dl {
    padding: 40px 0 0;
  }
}

/*!
page > showroom
------------------------------
*/
.showroom-fv {
  position: relative;
  color: #1a1a1a;
  margin: 220px 0 110px;
}
@media screen and (max-width: 1100px) {
  .showroom-fv {
    margin: 170px 0 110px;
  }
}
@media screen and (max-width: 768px) {
  .showroom-fv {
    margin: 0 0 50px;
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 428px) {
  .showroom-fv {
    margin: 0 0 40px;
    padding: 110px 0 0;
  }
}

.showroom-fv-inner {
  max-width: 420px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .showroom-fv-inner {
    width: 100%;
    max-width: none;
  }
}

.showroom-fv-image {
  max-width: calc(100% - 460px);
  width: 54%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  text-align: right;
}
.showroom-fv-image img {
  max-height: 600px;
  width: auto;
}
@media screen and (max-width: 1100px) {
  .showroom-fv-image {
    width: 93%;
    max-width: none;
    position: relative;
    margin: 50px 0 0 auto;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media screen and (max-width: 428px) {
  .showroom-fv-image {
    margin: 35px 0 0 auto;
  }
}

.showroom-can {
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .showroom-can {
    padding: 70px 0 0;
  }
}

.showroom-can-inner {
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .showroom-can-inner {
    display: block;
  }
}

.showroom-can-block {
  max-width: 290px;
  width: 30%;
  padding: 0 0 30px;
  border-bottom: 1px solid #1a1a1a;
  line-height: 1.875;
}
@media screen and (max-width: 860px) {
  .showroom-can-block {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 768px) {
  .showroom-can-block {
    padding: 0 0 20px;
  }
}
.showroom-can-block .showroom-can-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding-right: 70px;
  margin: 80px auto 50px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .showroom-can-block .showroom-can-title {
    margin: 60px auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .showroom-can-block .showroom-can-title {
    margin: 40px auto 30px;
  }
}
.showroom-can-block .showroom-can-title::after {
  content: "01";
  text-align: right;
  position: absolute;
  right: 0;
  top: calc(50% - 0.5em);
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  .showroom-can-block .showroom-can-title::after {
    font-size: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .showroom-can-block .showroom-can-title::after {
    font-size: 4.5rem;
  }
}
.showroom-can-block:nth-child(2) .showroom-can-title::after {
  content: "02";
}
.showroom-can-block:nth-child(3) .showroom-can-title::after {
  content: "03";
}

.showroom-consul {
  padding: 140px 0 0;
}
@media screen and (max-width: 768px) {
  .showroom-consul {
    padding: 70px 0 0;
  }
}

.showroom-consul-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto 2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .showroom-consul-title {
    margin: 0 auto 1.25em;
  }
}

.showroom-consul-dl {
  text-align: center;
  margin: 60px auto 80px;
}
@media screen and (max-width: 768px) {
  .showroom-consul-dl {
    margin: 30px auto 40px;
  }
}
.showroom-consul-dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 768px) {
  .showroom-consul-dl dt {
    font-size: 1.4rem;
  }
}
.showroom-consul-dl dd {
  letter-spacing: 0.1em;
  margin-bottom: 0.3em;
}

.showroom-consul-tel {
  text-align: center;
  margin: 70px auto 40px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .showroom-consul-tel {
    margin: 35px auto;
    font-size: 2rem;
  }
}

.showroom-consul-tel-text {
  text-align: center;
  line-height: 2;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .showroom-consul-tel-text {
    font-size: 1.2rem;
  }
}

.showroom-access {
  text-align: center;
  padding: 170px 0 110px;
}
@media screen and (max-width: 768px) {
  .showroom-access {
    padding: 70px 0 60px;
  }
}

.showroom-access-title {
  margin: 0 auto 2em;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .showroom-access-title {
    font-size: 1.5rem;
  }
}
.showroom-access-title span {
  font-size: 2.3rem;
  font-family: "Akshar", sans-serif;
  font-weight: 500;
}
.showroom-access-title span::after {
  content: "|";
  margin: 0 0.5em;
}
@media screen and (max-width: 768px) {
  .showroom-access-title span {
    font-size: 1.6rem;
  }
}

.showroom-access-map {
  position: relative;
  width: 100%;
  padding-top: 600px;
}
.showroom-access-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .showroom-access-map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .showroom-access-map iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
.showroom-access-map iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.showroom-slide-section {
  padding: 130px 0 0;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .showroom-slide-section {
    padding: 30px 0 0;
  }
}
.showroom-slide-section .showroom-slide-text {
  text-align: center;
  font-size: 2.3rem;
  font-family: "Akshar", sans-serif;
  padding: 2em 0 1.85em;
}
@media screen and (max-width: 768px) {
  .showroom-slide-section .showroom-slide-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .showroom-slide-section .showroom-slide-text {
    padding: 1em 0 0.85em;
  }
}
.showroom-slide-section .showroom-slide-text span {
  font-weight: 500;
}
.showroom-slide-section .showroom-slide-text span::before {
  content: "|";
  margin: 0 0.5em;
}
.showroom-slide-section .splide__slide {
  opacity: 0.7;
}
.showroom-slide-section .splide__slide.is-active {
  opacity: 1;
}
.showroom-slide-section .splide__slide img {
  height: auto;
  width: 100%;
}
.showroom-slide-section .splide__track--nav > .splide__list > .splide__slide {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .showroom-slide-section .splide__track--nav > .splide__list > .splide__slide {
    margin: 0 5px;
  }
}
@media screen and (max-width: 428px) {
  .showroom-slide-section .splide__track--nav > .splide__list > .splide__slide {
    margin: 0 3px;
  }
}
.showroom-slide-section .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #fff;
}
.showroom-slide-section .splide__pagination {
  bottom: -30px;
}
@media screen and (max-width: 428px) {
  .showroom-slide-section .splide__pagination {
    bottom: -20px;
  }
}
.showroom-slide-section .splide__pagination__page.is-active {
  background: #1a1a1a;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.showroom-slide-section .splide__arrow {
  background: none;
  height: 35px;
  width: 35px;
}
@media screen and (max-width: 428px) {
  .showroom-slide-section .splide__arrow {
    height: 25px;
    width: 25px;
  }
}
.showroom-slide-section .splide__arrow svg {
  height: 35px;
  width: 35px;
}
@media screen and (max-width: 428px) {
  .showroom-slide-section .splide__arrow svg {
    height: 25px;
    width: 25px;
  }
}

#thumbnail-carousel {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #thumbnail-carousel {
    margin-top: 10px;
  }
}

@media screen and (min-width: 860px) {
  #main-carousel .splide__slide .showroom-slide-inner-image {
    position: relative;
  }
  #main-carousel .splide__slide .showroom-slide-inner-image::before {
    content: "";
    display: block;
    padding-top: 600px;
  }
  #main-carousel .splide__slide .showroom-slide-inner-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}
@media screen and (min-width: 1280px) {
  #main-carousel .splide__slide .showroom-slide-inner-image {
    position: relative;
  }
  #main-carousel .splide__slide .showroom-slide-inner-image::before {
    content: "";
    display: block;
    padding-top: 40%;
  }
  #main-carousel .splide__slide .showroom-slide-inner-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}

.showroom-slide-word-wrap {
  position: relative;
}
@media screen and (min-width: 860px) {
  .showroom-slide-word-wrap {
    position: relative;
  }
  .showroom-slide-word-wrap::before {
    content: "";
    display: block;
    padding-top: 600px;
  }
  .showroom-slide-word-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}
@media screen and (min-width: 1280px) {
  .showroom-slide-word-wrap {
    position: relative;
  }
  .showroom-slide-word-wrap::before {
    content: "";
    display: block;
    padding-top: 40%;
  }
  .showroom-slide-word-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}

.showroom-slide-word {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*!
page > contact
------------------------------
*/
.contact-wrap {
  padding: 180px 0;
}
@media screen and (max-width: 768px) {
  .contact-wrap {
    padding: 100px 0;
  }
}

.contact-block {
  max-width: 980px;
  width: 86%;
  padding: 0 80px;
  margin: 110px auto 50px;
}
@media screen and (max-width: 860px) {
  .contact-block {
    padding: 0 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .contact-block {
    margin: 50px auto 30px;
    padding: 0;
  }
}

.contact-item {
  position: relative;
  margin-bottom: 30px;
}
.contact-item dt {
  color: #1a1a1a;
  letter-spacing: 0;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .contact-item dt {
    font-size: 1.3rem;
    position: relative;
  }
}
.contact-item dd input {
  display: block;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #d3d3d3;
  border-radius: 0;
  padding: 0.5em 0.5em 0.5em 8em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 1.6rem;
}
.contact-item dd input:focus {
  outline: none;
  border-color: #333;
}
@media screen and (max-width: 768px) {
  .contact-item dd input {
    padding-left: 0;
  }
}
.contact-item dd::after {
  content: "";
  background-color: #d3d3d3;
  width: 5px;
  height: 5px;
  right: 0;
  bottom: -2px;
  position: absolute;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-item dd:focus-within::after {
  background-color: #333;
}
.contact-item textarea {
  border: 1px solid #d3d3d3;
  border-radius: 0;
  width: 100%;
  height: 140px;
  padding: 0.5em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 1.6rem;
}
.contact-item textarea:focus {
  border-color: #333;
  outline: none;
}
@media screen and (max-width: 768px) {
  .contact-item--required dt {
    padding-left: 55px;
  }
}
.contact-item--required::after {
  content: "必須";
  position: absolute;
  left: -80px;
  bottom: 3px;
  width: 4em;
  padding: 0.3em;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  background-color: #333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-item--required::after {
    font-size: 1.1rem;
    top: 0;
    bottom: auto;
    left: 0;
    width: 3em;
    position: relative;
    display: inline-block;
    margin-left: 1em;
  }
}

.contact-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contact-first {
    display: block;
  }
}
.contact-first .contact-item {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .contact-first .contact-item {
    width: 100%;
  }
}
.contact-first .contact-item dd input {
  padding-left: 3.5em;
}
@media screen and (max-width: 768px) {
  .contact-first .contact-item dd input {
    padding-left: 0.25em;
  }
}

.contact-item-label {
  color: #1a1a1a;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contact-item-label {
    font-size: 1.3rem;
  }
}

.contact-check-block {
  margin: 0 auto 30px;
  padding: 10px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
}
@media screen and (max-width: 768px) {
  .contact-check-block {
    display: block;
    text-align: left;
    padding: 0;
  }
}
.contact-check-block .contact-check {
  display: block;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .contact-check-block .contact-check {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }
}
.contact-check-block input[type=checkbox] {
  display: none;
}
.contact-check-block .checkbox01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 2px 0 0 30px;
  position: relative;
  width: auto;
}
.contact-check-block .checkbox01::before {
  background: #fff;
  border: 1px solid #d3d3d3;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.contact-check-block .checkbox01::after {
  border-right: 5px solid #1a1a1a;
  border-bottom: 3px solid #1a1a1a;
  content: "";
  display: block;
  height: 20px;
  left: 7px;
  margin-top: -16px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 9px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-check-block input[type=checkbox]:checked + .checkbox01::before {
  border-color: #666;
}
.contact-check-block input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}

.contact-send {
  text-align: center;
}

.contact-send-btn {
  font-size: 1.6rem;
  color: #fff;
  background-color: #333;
  border: none;
  border-radius: 50px;
  padding: 0.75em 4em;
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.contact-send-btn:hover {
  background-color: #000;
}

.contact-to-home {
  padding-top: 80px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .contact-to-home {
    margin-top: 60px;
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */