<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  font-size: 0.73206442vw; /*画面幅1366pxの場合、1rem=10px*/
}
@media screen and (max-width: 768px) {
  * {
    font-size: 2.66666667vw; /*画面幅375pxの場合、1rem=10px*/
  }
}

body {
  color: #fff;
  background-color: #1B1E23;
}

header {
  width: 100%;
  height: auto;
}
header #top-header {
  width: 100%;
  height: auto;
  padding: 1.98vw 4.4vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
header #top-header #top-header-inner {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #top-header #top-header-inner #top-header-logo {
  width: 9.5vw;
  height: auto;
}
header #top-header #top-header-inner #top-header-logo img {
  width: 100%;
  height: auto;
}
header #top-header ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #top-header ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-left: 4.4vw;
}
header #top-header ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #top-header ul li a p {
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1;
  color: #fff;
}
header #top-header ul li a p:last-child {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-top: 0.5vw;
}
header .second-header {
  width: 100%;
  height: auto;
  padding: 1.98vw 4.4vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  display: block;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  header .second-header {
    display: none;
  }
}
header .second-header #second-header-inner {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .second-header #second-header-inner #second-header-logo {
  width: 5.93vw;
  height: auto;
}
header .second-header #second-header-inner #second-header-logo img {
  width: 100%;
  height: auto;
}
header .second-header ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .second-header ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-left: 4.4vw;
}
header .second-header ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .second-header ul li a p {
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1;
  color: #fff;
  /*
  &amp;:last-child {
      @include Yu-Gothic();
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 0.01em;
      line-height: 1;
      margin-top: 0.5vw;
  }
  */
}
header .second-header-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all;
}
header #sp-header {
  width: 100%;
  height: auto;
  padding: 5vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
header #sp-header #sp-header-inner {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header #sp-header #sp-header-inner #sp-header-logo {
  width: 25vw;
  height: auto;
  position: relative;
  z-index: 2;
}
header #sp-header #sp-header-inner #sp-header-logo img {
  width: 100%;
  height: auto;
}
header #sp-header #sp-header-inner .sp-header-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
}
header #sp-header #sp-header-inner .sp-header-btn::before {
  content: "MENU";
  font-family: "Barlow", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1;
  color: #fff;
  -webkit-transform: translateX(0.2vw);
          transform: translateX(0.2vw);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header #sp-header #sp-header-inner .sp-header-btn .bars {
  width: 9.5vw;
  height: 4.5vw;
  position: relative;
  margin-top: 1.5vw;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header #sp-header #sp-header-inner .sp-header-btn .bars span {
  width: 9.5vw;
  height: 0.5vw;
  background-color: #fff;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header #sp-header #sp-header-inner .sp-header-btn .bars span:nth-child(1) {
  top: 0;
}
header #sp-header #sp-header-inner .sp-header-btn .bars span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header #sp-header #sp-header-inner .sp-header-btn .bars span:nth-child(3) {
  top: 100%;
}
header #sp-header #sp-header-inner .sp-header-btn-active::before {
  content: "CLOSE";
  -webkit-transform: translateX(-0.2vw);
          transform: translateX(-0.2vw);
}
header #sp-header #sp-header-inner .sp-header-btn-active .bars {
  margin-top: 2vw;
}
header #sp-header #sp-header-inner .sp-header-btn-active .bars span {
  width: 8.5vw;
}
header #sp-header #sp-header-inner .sp-header-btn-active .bars span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
header #sp-header #sp-header-inner .sp-header-btn-active .bars span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
header #sp-header #sp-header-inner .sp-header-btn-active .bars span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
header #sp-header #sp-header-inner #sp-header-nav {
  width: 100%;
  height: 100%;
  background-color: #1B1E23;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: none;
}
header #sp-header #sp-header-inner #sp-header-nav ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-top: 14vh;
}
header #sp-header #sp-header-inner #sp-header-nav ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin-bottom: 9vh;
}
header #sp-header #sp-header-inner #sp-header-nav ul li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #sp-header #sp-header-inner #sp-header-nav ul li a p {
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1;
  color: #fff;
}
header #sp-header #sp-header-inner #sp-header-nav ul li a p:last-child {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-top: 2vw;
}
header #sp-header #sp-header-inner #sp-header-nav #sp-header-sns {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-top: 5vh;
}
header #sp-header #sp-header-inner #sp-header-nav #sp-header-sns a:nth-child(2) {
  margin: 0 9vw;
}
header #sp-header #sp-header-inner #sp-header-nav #sp-header-sns a i {
  font-size: 3.4rem;
  color: #fff;
}

@-webkit-keyframes fv-text-cover {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes fv-text-cover {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
#fv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fv {
    height: 100vh;
  }
}
#fv .fv-logo {
  width: 10%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 768px) {
  #fv .fv-logo {
    width: 40%;
  }
}
#fv .fv-logo img {
  width: 100%;
  height: auto;
}
#fv .fv-logo-fade {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
#fv .fv-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  #fv .fv-img {
    height: 100%;
  }
}
#fv .fv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  #fv .fv-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
#fv .fv-img-fade {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#fv #fv-text-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  position: absolute;
  top: 11.27vw;
  left: 6.95vw;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #fv #fv-text-box {
    top: auto;
    left: 5vw;
    bottom: 10vw;
  }
}
#fv #fv-text-box p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.8;
  width: 0%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #fv #fv-text-box p {
    font-size: 1.8rem;
  }
}
#fv #fv-text-box .fv-text-fade {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#fv #fv-text-box .fv-text-cover {
  -webkit-animation-name: fv-text-cover;
          animation-name: fv-text-cover;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#fv .fv-scroll-prompt-img {
  width: 4.25vw;
  height: auto;
  position: absolute;
  bottom: 7.1vw;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  #fv .fv-scroll-prompt-img {
    display: none;
  }
}
#fv .fv-scroll-prompt-img img {
  width: 100%;
  height: auto;
}
#fv .fv-scroll-fade {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  #fv .fv-scroll-fade {
    display: none;
  }
}

#content {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#concept {
  width: 86.38%;
  height: auto;
  padding-top: 9.5vw;
  padding-left: 2vw;
  padding-bottom: 16vw;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #concept {
    width: 100%;
    padding-top: 16.8vw;
    padding-left: 5vw;
    padding-bottom: 16vw;
  }
}
#concept h2 {
  font-family: "Barlow", sans-serif;
  font-size: 8.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  z-index: 2;
  margin-bottom: 2.2vw;
  opacity: 0;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #concept h2 {
    font-size: 3.8rem;
    margin-bottom: 3vw;
  }
}
#concept h3 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  z-index: 3;
  margin-bottom: 3.2vw;
  opacity: 0;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #concept h3 {
    font-size: 1.3rem;
    margin-bottom: 4vw;
  }
}
#concept .concept-img {
  width: 40.26vw;
  height: auto;
  position: absolute;
  top: 12.15vw;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #concept .concept-img {
    width: 72.26vw;
    position: relative;
    top: auto;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: -6.2vw;
  }
}
#concept .concept-img::after {
  content: "";
  display: block;
  background-color: #1a1a1a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 2;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
#concept .concept-img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
#concept .concept-img-active::after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 2;
}
#concept p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.5;
  position: relative;
  z-index: 4;
  opacity: 0;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 2.7vw;
}
@media screen and (max-width: 768px) {
  #concept p {
    font-size: 1.3rem;
    line-height: 2.2;
    margin-bottom: 5vw;
    margin-left: 1vw;
  }
}
#concept .concept-text-fade {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes title-cover {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes title-cover {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 auto;
  margin-bottom: 6.4vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .title {
    margin-bottom: 5.87vw;
  }
}
.title h2 {
  font-family: "Barlow", sans-serif;
  font-size: 3.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .title h2 {
    font-size: 2.6rem;
  }
}
.title p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  margin-top: 0.7vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .title p {
    font-size: 1.1rem;
    margin-top: 2vw;
  }
}
.title::before {
  content: "";
  display: block;
  background-color: rgba(27, 30, 35, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: 0;
          transform: 0;
  z-index: 3;
}
.title::after {
  content: "";
  display: block;
  background-color: #1b1e23;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: 0;
          transform: 0;
  z-index: 2;
}

.title-active::before {
  -webkit-animation-name: title-cover;
          animation-name: title-cover;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.title-active::after {
  -webkit-animation-name: title-cover;
          animation-name: title-cover;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#feature {
  width: 72.6vw;
  height: auto;
  margin: 0 auto;
  padding-top: 10vw;
}
@media screen and (max-width: 768px) {
  #feature {
    width: 100%;
    padding-top: 16vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
#feature .feature-flex-box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #feature .feature-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 21.8vw;
  }
}
#feature .feature-flex-box .feature-text-box {
  width: 32vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #feature .feature-flex-box .feature-text-box {
    width: 100%;
  }
}
#feature .feature-flex-box .feature-text-box h3 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 1.5vw;
  opacity: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #feature .feature-flex-box .feature-text-box h3 {
    font-size: 1.8rem;
    margin-bottom: 4vw;
  }
}
#feature .feature-flex-box .feature-text-box p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  opacity: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #feature .feature-flex-box .feature-text-box p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
#feature .feature-flex-box .feature-text-box a {
  width: 90%;
  height: auto;
  margin: 0 auto;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: center;
  padding-top: 1.8vw;
  padding-bottom: 1.8vw;
  margin-top: 4vw;
  opacity: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #feature .feature-flex-box .feature-text-box a {
    width: 100%;
    font-size: 2rem;
    padding-top: 6vw;
    padding-bottom: 6vw;
    margin-top: 8vw;
  }
}
#feature .feature-flex-box .feature-text-box a:hover {
  color: #1B1E23;
  background-color: #fff;
}
#feature .feature-flex-box .feature-text-box .feature-text-fade {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#feature .feature-flex-box .feature-img-box {
  width: 38.1vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #feature .feature-flex-box .feature-img-box {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#feature .feature-flex-box .feature-img-box img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#feature .feature-flex-box .feature-img-box .feature-img-fade {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
#feature .feature-flex-box02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #feature .feature-flex-box02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#lineup {
  width: 100%;
  height: auto;
  padding-top: 6vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #lineup {
    padding-top: 12vw;
  }
}
#lineup .linup-title {
  margin-bottom: 10vw;
}
#lineup .lineup-box {
  width: 100%;
  height: auto;
  padding-top: 2.5vw;
  padding-bottom: 4vw;
  position: relative;
  margin-bottom: 11vw;
}
#lineup .lineup-box:nth-child(even) {
  padding-top: 6vw;
}
@media screen and (max-width: 768px) {
  #lineup .lineup-box {
    padding-top: 6vw;
    padding-bottom: 10vw;
    margin-bottom: 24vw;
  }
}
#lineup .lineup-box::before {
  content: "";
  display: block;
  width: 74vw;
  height: 100%;
  background-color: #005585;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #lineup .lineup-box::before {
    width: 100%;
  }
}
#lineup .lineup-box:nth-child(2)::before {
  background-color: #005585;
}
@media screen and (max-width: 768px) {
  #lineup .lineup-box:nth-child(2) .lineup-flex-box .lineup-box-text .lineup-text-img {
    height: auto;
    width: 40vw;
    top: -48px;
  }
}
@media screen and (max-width: 768px) {
  #lineup .lineup-box:nth-child(2) .lineup-flex-box .lineup-box-text .lineup-text-img img {
    width: 100%;
    height: auto;
  }
}
#lineup .lineup-box:nth-child(3)::before {
  background-color: #162C50;
}
#lineup .lineup-box:nth-child(4)::before {
  background-color: #446880;
}
@media screen and (max-width: 768px) {
  #lineup .lineup-box:nth-child(4) .lineup-box-img {
    margin-bottom: 16vw !important;
  }
}
@media screen and (max-width: 768px) {
  #lineup .lineup-box:nth-child(4) .lineup-flex-box .lineup-box-text .lineup-text-img {
    height: 100%;
    width: 64vw;
    top: -80px;
  }
}
@media screen and (max-width: 768px) {
  #lineup .lineup-box:nth-child(4) .lineup-flex-box .lineup-box-text .lineup-text-img img {
    width: 100%;
    height: auto;
  }
}
#lineup .lineup-box:nth-child(5)::before {
  background-color: #363A41;
}
#lineup .lineup-box:nth-child(6)::before {
  background-color: #AFB9C6;
}
@media screen and (max-width: 768px) {
  #lineup .lineup-box:nth-child(6) .lineup-box-img {
    margin-bottom: 20vw !important;
  }
}
@media screen and (max-width: 768px) {
  #lineup .lineup-box:nth-child(6) .lineup-flex-box .lineup-box-text .lineup-text-img {
    height: 100%;
    width: 64vw;
    top: -70px;
  }
}
@media screen and (max-width: 768px) {
  #lineup .lineup-box:nth-child(6) .lineup-flex-box .lineup-box-text .lineup-text-img img {
    width: 100%;
    height: auto;
  }
}
#lineup .lineup-box .lineup-flex-box {
  width: 93.2vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #lineup .lineup-box .lineup-flex-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#lineup .lineup-box .lineup-flex-box .lineup-box-img {
  width: 60vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #lineup .lineup-box .lineup-flex-box .lineup-box-img {
    width: calc(100% - 5vw);
    height: auto;
    margin-bottom: 8vw;
  }
}
#lineup .lineup-box .lineup-flex-box .lineup-box-img img {
  width: 100%;
  height: auto;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#lineup .lineup-box .lineup-flex-box .lineup-box-img .lineup-img-slide {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#lineup .lineup-box .lineup-flex-box .lineup-box-text {
  width: 27.8vw;
  height: auto;
  position: relative;
  top: 1vw;
}
@media screen and (max-width: 768px) {
  #lineup .lineup-box .lineup-flex-box .lineup-box-text {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
#lineup .lineup-box .lineup-flex-box .lineup-box-text h3 {
  font-family: "Barlow", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 1vw;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #lineup .lineup-box .lineup-flex-box .lineup-box-text h3 {
    line-height: 1.5;
  }
}
#lineup .lineup-box .lineup-flex-box .lineup-box-text h3 span {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #lineup .lineup-box .lineup-flex-box .lineup-box-text h3 span {
    font-size: 2.4rem;
  }
}
#lineup .lineup-box .lineup-flex-box .lineup-box-text p {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 2.56vw;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #lineup .lineup-box .lineup-flex-box .lineup-box-text p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 14vw;
    width: 80%;
  }
}
#lineup .lineup-box .lineup-flex-box .lineup-box-text a {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: center;
  padding-top: 1.8vw;
  padding-bottom: 1.8vw;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #lineup .lineup-box .lineup-flex-box .lineup-box-text a {
    font-size: 2rem;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
}
#lineup .lineup-box .lineup-flex-box .lineup-box-text a:hover {
  color: #162C50;
  background-color: #fff;
}
#lineup .lineup-box .lineup-flex-box .lineup-box-text .lineup-text-img {
  width: auto;
  height: 6.4vw;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-130%);
          transform: translateY(-130%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #lineup .lineup-box .lineup-flex-box .lineup-box-text .lineup-text-img {
    width: auto;
    height: 22.4vw;
    top: auto;
    bottom: 63vw;
    right: 8vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#lineup .lineup-box .lineup-flex-box .lineup-box-text .lineup-text-img img {
  width: auto;
  height: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #lineup .lineup-box .lineup-flex-box .lineup-box-text .lineup-text-img img {
    width: auto;
    height: auto;
  }
}
#lineup .lineup-box .lineup-flex-box .lineup-box-text .lineup-text-img .lineup-text-img-shrink {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
#lineup .lineup-box .lineup-flex-box .lineup-box-text .lineup-text-slide {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#lineup .lineup-box-even::before {
  left: 0;
}
#lineup .lineup-box-even .lineup-flex-box {
  margin-left: auto;
  margin-right: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #lineup .lineup-box-even .lineup-flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #lineup .lineup-box-even .lineup-flex-box .lineup-box-img {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 6vw;
  }
}
#lineup .lineup-box-even .lineup-flex-box .lineup-box-img img {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#lineup .lineup-box-even .lineup-flex-box .lineup-box-text .lineup-text-img {
  left: 0;
}
@media screen and (max-width: 768px) {
  #lineup .lineup-box-even .lineup-flex-box .lineup-box-text .lineup-text-img {
    width: 10vw;
    height: auto;
    top: -40px;
    bottom: auto;
    left: auto;
    right: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #lineup .lineup-box-even .lineup-flex-box .lineup-box-text .lineup-text-img img {
    width: 100%;
    height: auto;
  }
}

.typ {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.typ span {
  opacity: 0;
  position: relative;
  top: -16px;
  font-family: "Barlow", sans-serif;
  font-size: 3.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .typ span {
    font-size: 2.6rem;
  }
}

#otherbrand {
  width: 86.38%;
  height: auto;
  margin: 0 auto;
  padding-top: 5vw;
  padding-bottom: 14vw;
}
@media screen and (max-width: 768px) {
  #otherbrand {
    width: 100%;
    padding-top: 8vw;
    padding-bottom: 16vw;
  }
}
#otherbrand #otherbrand-link {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #otherbrand #otherbrand-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#otherbrand #otherbrand-link a {
  display: block;
  width: 41.72vw;
  height: auto;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #otherbrand #otherbrand-link a {
    width: 100%;
    margin-bottom: 14vw;
  }
}
#otherbrand #otherbrand-link a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#otherbrand #otherbrand-link a:hover::after {
  background-color: rgba(255, 255, 255, 0.4);
}
#otherbrand #otherbrand-link a img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
#otherbrand #sns-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-top: 8vw;
}
@media screen and (max-width: 768px) {
  #otherbrand #sns-link {
    display: none;
  }
}
#otherbrand #sns-link a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#otherbrand #sns-link a:hover {
  opacity: 0.6;
}
#otherbrand #sns-link a:nth-child(2) {
  margin: 0 2vw;
}
#otherbrand #sns-link a i {
  font-size: 3.4rem;
  color: #fff;
}

footer {
  width: 100%;
  height: auto;
  background-color: #CCCCCC;
  padding-top: 2.34vw;
  padding-bottom: 2.34vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 5.3vw;
    padding-bottom: 5.3vw;
  }
}
footer #footer-logo {
  width: 7.25vw;
  height: auto;
  position: absolute;
  top: 50%;
  right: 3.18vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  footer #footer-logo {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 20vw;
    margin: 0 auto;
    margin-bottom: 1.8vw;
  }
}
footer #footer-logo a {
  display: block;
  width: 100%;
  height: auto;
}
footer #footer-logo a img {
  width: 100%;
  height: auto;
}
footer p {
  color: #1A1311;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer p {
    font-size: 1rem;
  }
}

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

.del-sp {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .del-sp {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>