@charset "UTF-8";

html {
    overflow-y: auto;
}

body {
  overflow-x: hidden !important;
  overflow-y: auto;;
}

li {
  list-style: none;
}

#value-bg {
  position: fixed;
  height: 100vh;
  width: 90vw;
  left: 8.8vw;
  top: 0;
  background: url(../img/bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  display: none;
}

@media (max-width: 1100px) {
  #value-bg {
    left: 8.5vw;
  }
}

@media (max-width: 920px) {
  #value-bg {
    left: 8vw;
  }
}

@media (max-width: 767px) {
  #value-bg {
    width: 100%;
    left: 0;
    background-image: url(../img/bg3@sp.jpg);
  }
}

.section-header {
  color: #333;
}
.section-header .small-txt {
  display: block;
  font-size: 1.125vw;
  letter-spacing: 0.2em;
  line-height: 1.5;
  min-height: 1.6875vw;
  font-family: m-plus-1c, sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .section-header .small-txt {
    font-size: 3.4666666667vw;
    min-height: 5.2vw;
  }
}
.section-header .lrg-txt {
  display: block;
  font-size: 1.875vw;
  line-height: 3vw;
  padding-top: 1.5625vw;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
  /*&:before{
  	content: "";
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 19 / 1600 * 100vw;
  	height: 7 / 1600 * 100vw;
  	background: url("../img/header-dots@2x.png");
  	background-size: contain;
  	background-repeat: no-repeat;
  	background-position: center center;
  	@media(max-width: 767px){
  		width: 27 / 750 * 100vw;
  		height: 10 / 750 * 100vw;
  	}
  }*/
}
@media (max-width: 767px) {
  .section-header .lrg-txt {
    font-size: 5.0666666667vw;
    line-height: 8vw;
    padding-top: 4.8vw;
    letter-spacing: 0.05em;
  }
}

#top {
  height: calc(100vh - 143px);
  width: 100%;
  background: #FFF;
  position: relative;
}
@media (max-width: 767px) {
  #top {
    height: calc(100vh - 116px);
  }
}
#top #top-swiper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #FFF;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s;
}
#top #top-swiper.is-visible {
  opacity: 1;
}
#top #top-swiper * {
  pointer-events: none;
}
#top #top-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #FFF;
}
#top #top-swiper .swiper-slide.bg-blue {
  background: #75b8ff;
}
#top #top-swiper .swiper-slide .size-adjustment-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#top #top-swiper .swiper-slide .size-adjustment-container.tall-window {
  left: 50%;
  transform: translateX(-50%);
}
#top #top-swiper .swiper-slide .bg-container {
  position: absolute;
  width: 100%;
  padding-top: 67.25%;
  left: 0;
  top: 0;
  transition: 7s;
  transition-timing-function: ease-out;
  transform: none;
}
@media (max-width: 767px) {
  #top #top-swiper .swiper-slide .bg-container {
    height: 220vw;
    width: 150vw;
    left: -25%;
  }
}
#top #top-swiper .swiper-slide .bg-container.slide-up {
  transform: translateY(-25.65%);
}
@media screen and (max-aspect-ratio: 1600/1076) {
  #top #top-swiper .swiper-slide .bg-container.slide-up {
    /*transform: none;*/
  }
}
@media (max-width: 767px) {
  #top #top-swiper .swiper-slide .bg-container.slide-up {
    transform: translateY(calc(-100% + 100vh - 116px));
  }
}
#top #top-swiper .swiper-slide .bg-container .bg-img {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*@media screen and (max-aspect-ratio: 1600/1076) {
  	width: auto;
  	height: 100%;
  }*/
}
#top #top-swiper .swiper-slide .bg-container .misola-img {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#top #top-swiper .swiper-slide .slide-txt {
  position: absolute;
  left: 56.25vw;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  font-size: 1.5vw;
  letter-spacing: 0.2em;
  font-weight: bold;
  z-index: 1000;
  text-shadow: 0 0 0.9375vw rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  #top #top-swiper .swiper-slide .slide-txt {
    font-size: 4.5333333333vw;
    left: 0;
    width: 100%;
    text-align: center;
    top: 48.5454545455%;
    letter-spacing: 0.18em;
  }
}
#top #top-swiper .swiper-slide .slide-txt.dark {
  color: #333;
  text-shadow: 0 0 0.9375vw #FFF;
}
#top #top-swiper .slide1 .bg-container .bg-img {
  background-image: url("../img/kv-bg-1.jpg");
}
@media (max-width: 767px) {
  #top #top-swiper .slide1 .bg-container .bg-img {
    background-image: url("../img/main@sp.jpg");
  }
}
#top #top-swiper .slide1 .bg-container .misola-img {
  background-image: url("../img/misola2.png");
  width: 28.0625%;
  height: 24.0706319703%;
  left: 44.5%;
  top: 9.4795539033%;
  /*@media screen and (max-aspect-ratio: 1600/1076) {
  	left: 0;
  	top: 103 / 1076 * 100%;
  	height: 259 / 1076 * 100%;
  	width: 100%;
  	background-position: left center;
  }*/
}
@media (max-width: 767px) {
  #top #top-swiper .slide1 .bg-container .misola-img {
    width: 67.2%;
    height: 26.3636363636%;
    left: 14%;
    top: 3.7272727273%;
  }
}
#top #top-swiper .slide2 .bg-container .bg-img {
  background-image: url("../img/kv-bg-2.jpg");
}
@media (max-width: 767px) {
  #top #top-swiper .slide2 .bg-container .bg-img {
    background-image: url("../img/main2@sp.jpg");
  }
}
#top #top-swiper .slide2 .bg-container .misola-img {
  background-image: url("../img/misola3.png");
  width: 39.75%;
  height: 31.6914498141%;
  left: 32.25%;
  top: 8.4572490706%;
}
@media (max-width: 767px) {
  #top #top-swiper .slide2 .bg-container .misola-img {
    background-image: url("../img/misola3@sp.png");
    width: 98.6666666667%;
    height: 37.0909090909%;
    left: 1.3333333333%;
    top: -3.5454545455%;
  }
}
#top #top-swiper .slide3 .bg-container .bg-img {
  background-image: url("../img/kv-bg-3.jpg");
}
@media (max-width: 767px) {
  #top #top-swiper .slide3 .bg-container .bg-img {
    background-image: url("../img/main3@sp.jpg");
  }
}
#top #top-swiper .slide3 .bg-container .misola-img {
  background-image: url("../img/misola4.png");
  width: 46.375%;
  height: 20.4460966543%;
  left: 26.75%;
  top: 13.4758364312%;
}
@media (max-width: 767px) {
  #top #top-swiper .slide3 .bg-container .misola-img {
    background-image: url("../img/misola4@sp.png");
    width: 100%;
    height: 21.4545454545%;
    left: 0%;
    top: 9%;
  }
}
#top .kv-shadow {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10vw;
  background: url(../img/kv-shadow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  z-index: 500;
}
@media (max-width: 767px) {
  #top .kv-shadow {
    display: none;
  }
}
#top .top-logo {
  position: absolute;
  left: 21.25vw;
  width: 24.5vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
@media (max-width: 767px) {
  #top .top-logo {
    width: 41.8666666667vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -29.3333333333vw);
  }
}
#top .top-logo img {
  display: block;
  width: 100%;
}
#top #top-slide-txt {
  position: absolute;
  left: 56.25vw;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  font-size: 1.5vw;
  letter-spacing: 0.2em;
  font-weight: bold;
  z-index: 1000;
}
@media (max-width: 767px) {
  #top #top-slide-txt {
    font-size: 4.5333333333vw;
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
  }
}
#top .container {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.top-swiper-nav {
  box-sizing: content-box;
  position: absolute;
  right: 2.5vw;
  top: 2.75vw;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  border: solid 2px #FFF;
  z-index: 500;
  transition: opacity 1s;
  transition-delay: 3s;
}
@media (max-width: 767px) {
  .top-swiper-nav {
    position: absolute;
    right: 40px;
    top: auto;
    bottom: 40px;
    width: 86px;
    height: 86px;
  }
}
.top-swiper-nav.hidden {
  opacity: 0;
  transition-delay: 0s;
  transition: opacity 0.5s;
  pointer-events: none;
}
@media (max-width: 767px) {
  .top-swiper-nav.hidden {
    pointer-events: auto;
    opacity: 1;
  }
}
.top-swiper-nav .pie-right {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: calc(50% + 4px);
  height: calc(100% + 4px);
  overflow: hidden;
}
.top-swiper-nav .pie-right .pie-right-black {
  box-sizing: content-box;
  position: absolute;
  width: 70px;
  height: 140px;
  border-radius: 140px 0 0 140px;
  border: solid 2px #888888;
  border-right: none;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 100% 50%;
  animation-origin: 100% 50%;
}
@media (max-width: 767px) {
  .top-swiper-nav .pie-right .pie-right-black {
    width: 43px;
    height: 86px;
    border-radius: 86px 0 0 86px;
  }
}
.top-swiper-nav .pie-right .pie-right-black.active {
  -webkit-animation: rotateRightPie 8s linear;
  animation: rotateRightPie 8s linear;
}
.top-swiper-nav .pie-left {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: calc(50% + 4px);
  height: calc(100% + 4px);
  overflow: hidden;
}
.top-swiper-nav .pie-left .pie-left-black {
  box-sizing: content-box;
  position: absolute;
  width: 70px;
  height: 140px;
  border-radius: 0 140px 140px 0;
  border: solid 2px #888888;
  border-left: none;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 0 50%;
  animation-origin: 100% 50%;
}
@media (max-width: 767px) {
  .top-swiper-nav .pie-left .pie-left-black {
    width: 43px;
    height: 86px;
    border-radius: 0 86px 86px 0;
  }
}
.top-swiper-nav .pie-left .pie-left-black.active {
  -webkit-animation: rotateLeftPie 8s linear;
  animation: rotateLeftPie 8s linear;
}
.top-swiper-nav .kv-nav-left {
  position: absolute;
  width: 11px;
  height: 19px;
  background-image: url("../img/kv-nav-left@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top-swiper-nav .kv-nav-left {
    width: 7px;
    height: 12px;
    left: 6px;
  }
}
.top-swiper-nav .kv-nav-right {
  position: absolute;
  width: 11px;
  height: 19px;
  background-image: url("../img/kv-nav-right@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top-swiper-nav .kv-nav-right {
    width: 7px;
    height: 12px;
    right: 6px;
  }
}

@-webkit-keyframes rotateRightPie {
  0% {
    transform: translateY(-50%) rotate(0);
  }
  44% {
    transform: translateY(-50%) rotate(180deg);
  }
  100% {
    transform: translateY(-50%) rotate(180deg);
  }
}
@keyframes rotateRightPie {
  0% {
    transform: translateY(-50%) rotate(0);
  }
  44% {
    transform: translateY(-50%) rotate(180deg);
  }
  100% {
    transform: translateY(-50%) rotate(180deg);
  }
}
@-webkit-keyframes rotateLeftPie {
  0% {
    transform: translateY(-50%) rotate(0);
  }
  44% {
    transform: translateY(-50%) rotate(0);
  }
  88% {
    transform: translateY(-50%) rotate(180deg);
  }
  100% {
    transform: translateY(-50%) rotate(180deg);
  }
}
@keyframes rotateLeftPie {
  0% {
    transform: translateY(-50%) rotate(0);
  }
  44% {
    transform: translateY(-50%) rotate(0);
  }
  88% {
    transform: translateY(-50%) rotate(180deg);
  }
  100% {
    transform: translateY(-50%) rotate(180deg);
  }
}
#concept {
  height: 100vh;
  width: 100%;
  background: url(../img/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #concept {
    min-height: 100vh;
    background-image: url(../img/bg1@sp.jpg);
  }
}
#concept .centered-inner {
  width: 100%;
  min-height: 50vw;
  position: relative;
}
@media (max-width: 767px) {
  #concept .centered-inner {
    min-height: 177.8666666667vw;
  }
}
#concept .section-header {
  color: #FFF;
  position: absolute;
  left: 21.25vw;
  top: 17.6875vw;
  transition: 2s;
  transition-delay: 0.5s;
}
@media (max-width: 767px) {
  #concept .section-header {
    left: 10.6666666667vw;
    top: 21.3333333333vw;
  }
}
#concept .concept-txt {
  position: absolute;
  left: 56.25vw;
  top: 13.6875vw;
  font-size: 1vw;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 2.25vw;
}
@media (max-width: 767px) {
  #concept .concept-txt {
    left: 10.6666666667vw;
    top: 58vw;
    font-size: 3.4666666667vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0.025em;
  }
}
#concept .concept-txt p {
  margin-bottom: 2.25vw;
}
@media (max-width: 767px) {
  #concept .concept-txt p {
    margin-bottom: 7.4666666667vw;
  }
}
#concept .concept-txt p.fade-in {
  transition: 3s;
}
#concept .concept-txt p.fade-in:nth-child(1) {
  transition-delay: 2s;
}
#concept .concept-txt p.fade-in:nth-child(2) {
  transition-delay: 2.5s;
}
#concept .concept-txt p.fade-in:nth-child(3) {
  transition-delay: 3s;
}
#concept .concept-txt p.fade-in:nth-child(4) {
  transition-delay: 3.5s;
}

#about {
  width: 100%;
  background: url(../img/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 190.25vw;
  position: relative;
}
@media (max-width: 767px) {
  #about {
    background-image: url(../img/bg2@sp.jpg);
    height: 708vw;
  }
}
#about .white-bg-1 {
  position: absolute;
  width: 51.25vw;
  height: 28.3125vw;
  left: 31.4375vw;
  top: 20vw;
  background: #FFF;
  opacity: 0.6;
}
@media (max-width: 767px) {
  #about .white-bg-1 {
    width: 80vw;
    height: 53.8666666667vw;
    left: 20vw;
    top: 100.4vw;
  }
}
#about .bg-img-1 {
  position: absolute;
  width: 41.875vw;
  height: 37.8125vw;
  left: 44.875vw;
  top: -11.875vw;
  background: url(../img/about-bg-img-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 767px) {
  #about .bg-img-1 {
    width: 89.3333333333vw;
    height: 80.6666666667vw;
    left: -6.6666666667vw;
    top: 126.6666666667vw;
  }
}
#about .text-container .section-header {
  margin-bottom: 1.25vw;
}
@media (max-width: 767px) {
  #about .text-container .section-header {
    margin-bottom: 3.2vw;
  }
}
#about .text-container p {
  font-size: 1vw;
  line-height: 2.25vw;
  letter-spacing: 0.05em;
  color: #333;
}
@media (max-width: 767px) {
  #about .text-container p {
    font-size: 3.4666666667vw;
    line-height: 6.1333333333vw;
    letter-spacing: 0.025em;
  }
}
#about .text-container-1 {
  position: absolute;
  left: 21.25vw;
  top: 38.125vw;
  width: 38.75vw;
}
@media (max-width: 767px) {
  #about .text-container-1 {
    left: 10.6666666667vw;
    top: 16vw;
    width: 84vw;
  }
}
#about .text-container-1 .section-header .lrg-txt {
  text-indent: -0.5em;
}
#about .img-1 {
  position: absolute;
  left: 64.625vw;
  top: 30.125vw;
  width: 25vw;
}
@media (max-width: 767px) {
  #about .img-1 {
    left: 58.1333333333vw;
    top: 121.6vw;
    width: 38.6666666667vw;
  }
}
#about .video-caption {
  position: absolute;
  left: 63.125vw;
  top: 10vw;
  width: 15vw;
  font-size: 0.875vw;
  line-height: 1.875vw;
  letter-spacing: 0.05em;
  color: #333;
}
@media (max-width: 767px) {
  #about .video-caption {
    left: 10.6666666667vw;
    top: 125.0666666667vw;
    width: 32vw;
    font-size: 2.6666666667vw;
    line-height: 5.0666666667vw;
    text-align: center;
    padding-top: 2.4vw;
  }
}
#about .video-caption:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1.75vw;
  width: 2.875vw;
  height: 1.3125vw;
  background: url(../img/img-caption-top-line@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 767px) {
  #about .video-caption:before {
    left: -5.0666666667vw;
    top: -0.4vw;
    width: 6.6666666667vw;
    height: 15.8666666667vw;
    background-image: url(../img/img-caption-left-line@2x.png);
  }
}
#about .video-caption:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1.75vw;
  width: 2.875vw;
  height: 1.3125vw;
  background: url(../img/img-caption-bottom-line@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 767px) {
  #about .video-caption:after {
    right: -4.5333333333vw;
    top: -0.4vw;
    bottom: auto;
    left: auto;
    width: 6.6666666667vw;
    height: 15.8666666667vw;
    background-image: url(../img/img-caption-right-line@2x.png);
  }
}
#about .video-container {
  position: absolute;
  left: 12.6875vw;
  top: 5.75vw;
  width: 47.25vw;
  height: 26.625vw;
  background: #dfdfdf;
}
@media (max-width: 767px) {
  #about .video-container {
    left: 5.3333333333vw;
    top: 69.6vw;
    width: 89.3333333333vw;
    height: 48vw;
  }
}
#about .white-bg-2 {
  position: absolute;
  width: 60.5vw;
  height: 55vw;
  left: 0;
  top: 62.5vw;
  background: #FFF;
  opacity: 0.6;
}
@media (max-width: 767px) {
  #about .white-bg-2 {
    width: 89.3333333333vw;
    height: 125.7333333333vw;
    left: 5.3333333333vw;
    top: 249.3333333333vw;
  }
}
#about .bg-img-2 {
  position: absolute;
  width: 39.5vw;
  height: 49.6875vw;
  left: 59.375vw;
  top: 88.75vw;
  background: url(../img/about-bg-img-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 767px) {
  #about .bg-img-2 {
    display: none;
  }
}
#about .text-container-2 {
  position: absolute;
  left: 64.625vw;
  top: 79.375vw;
  width: 25vw;
}
@media (max-width: 767px) {
  #about .text-container-2 {
    left: 10.6666666667vw;
    top: 185.8666666667vw;
    width: 78.6666666667vw;
  }
}
#about .fig-container-1 {
  position: absolute;
  left: 17.5vw;
  top: 67.5vw;
  width: 40.3125vw;
  text-align: center;
}
@media (max-width: 767px) {
  #about .fig-container-1 {
    width: 89.3333333333vw;
    left: 5.3333333333vw;
    top: 258.6666666667vw;
  }
}
#about .fig-container-1 .fig-ttl {
  color: #3b90df;
  font-size: 1.25vw;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 1.5625vw;
}
@media (max-width: 767px) {
  #about .fig-container-1 .fig-ttl {
    font-size: 3.7333333333vw;
    margin-bottom: 4.6666666667vw;
  }
}
#about .fig-container-1 .fig-1 {
  display: block;
  margin: 0 auto 6.0625vw;
  width: 38.5625vw;
}
@media (max-width: 767px) {
  #about .fig-container-1 .fig-1 {
    width: 80vw;
    margin-bottom: 12.8vw;
  }
}
#about .fig-container-1 .fig-2 {
  display: block;
  margin-left: 1.9375vw;
  width: 31.4375vw;
}
@media (max-width: 767px) {
  #about .fig-container-1 .fig-2 {
    width: 81.8666666667vw;
    margin: 0 auto;
  }
}
#about .white-bg-3 {
  position: absolute;
  width: 87.3125vw;
  height: 19.4375vw;
  right: 0;
  top: 141.0625vw;
  background: #FFF;
  opacity: 0.6;
}
@media (max-width: 767px) {
  #about .white-bg-3 {
    width: 90.6666666667vw;
    height: 48.1333333333vw;
    left: 0;
    right: auto;
    top: 455.0666666667vw;
  }
}
#about .text-container-3 {
  position: absolute;
  left: 21.25vw;
  top: 125.25vw;
  width: 67.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #about .text-container-3 {
    left: 10.6666666667vw;
    top: 388.8vw;
    width: 78.6666666667vw;
    display: block;
  }
}
@media (min-width: 768px) {
  #about .text-container-3 .section-header {
    margin-bottom: 0;
  }
}
#about .text-container-3 .section-header .lrg-txt {
  padding-top: 0;
}
#about .img-2-container {
  position: absolute;
  left: 15.625vw;
  top: 134.375vw;
  width: 78.75vw;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #about .img-2-container {
    flex-flow: row wrap;
    left: 18vw;
    top: 434.6666666667vw;
    width: 65.3333333333vw;
  }
}
#about .img-2-container div {
  width: 25.375vw;
  height: 19.6875vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (max-width: 767px) {
  #about .img-2-container div {
    width: 100%;
    height: 50.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
#about .img-2-container div img {
  display: block;
  width: 100%;
}
#about .img-2-container div span {
  display: block;
  position: absolute;
  right: 1.125vw;
  bottom: 1.25vw;
  color: #FFF;
  font-size: 1vw;
  font-weight: bold;
  text-align: right;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  #about .img-2-container div span {
    font-size: 2.4vw;
    left: 1.2vw;
    bottom: 1.2vw;
    right: auto;
    text-align: left;
  }
}
#about .links-container {
  position: absolute;
  bottom: 8.75vw;
  right: 7.1875vw;
  width: 75vw;
  height: 13.75vw;
  padding: 0 9.375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #about .links-container {
    justify-content: center;
    gap: 10vw;
    flex-direction: column;
    width: 89.0666666667vw;
    height: 80vw;
    bottom: 21.3333333333vw;
    right: 50%;
    transform: translateX(50%);
    padding: 0;
  }
}
#about .links-container .links-container-border-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.4375vw;
  height: 13.75vw;
  border-left: #6db6d7 solid 2px;
}
@media (max-width: 767px) {
  #about .links-container .links-container-border-left {
    border-left: #6db6d7 solid 1px;
    width: 6.6666666667vw;
    height: 80vw;
  }
}
#about .links-container .links-container-border-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3.4375vw;
  height: 2px;
  background-color: #6db6d7;
}
@media (max-width: 767px) {
  #about .links-container .links-container-border-left::after {
    height: 1px;
    width: 6.6666666667vw;
  }
}
#about .links-container .links-container-border-left::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.4375vw;
  height: 2px;
  background-color: #6db6d7;
}
@media (max-width: 767px) {
  #about .links-container .links-container-border-left::before {
    height: 1px;
    width: 6.6666666667vw;
  }
}
#about .links-container .links-container-border-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 3.4375vw;
  height: 13.75vw;
  border-right: #6db6d7 solid 2px;
}
@media (max-width: 767px) {
  #about .links-container .links-container-border-right {
    border-right: #6db6d7 solid 1px;
    width: 6.6666666667vw;
    height: 80vw;
  }
}
#about .links-container .links-container-border-right::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3.4375vw;
  height: 2px;
  background-color: #6db6d7;
}
@media (max-width: 767px) {
  #about .links-container .links-container-border-right::after {
    height: 1px;
    width: 6.6666666667vw;
  }
}
#about .links-container .links-container-border-right::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.4375vw;
  height: 2px;
  background-color: #6db6d7;
}
@media (max-width: 767px) {
  #about .links-container .links-container-border-right::before {
    height: 1px;
    width: 6.6666666667vw;
  }
}
#about .links-container .links-container-bg {
  position: absolute;
  z-index: 0;
  background-color: #fff;
  opacity: 0.2;
  width: 100%;
  height: 13.75vw;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  #about .links-container .links-container-bg {
    width: 89.0666666667vw;
    height: 80vw;
  }
}
#about .links-container .border {
  width: 2px;
  position: absolute;
  background-color: #6db6d7;
  height: 8.125vw;
  top: 50%;
  left: 50%;
  transform: translateX(50%) translateY(-50%);
}
@media (max-width: 767px) {
  #about .links-container .border {
    display: none;
  }
}
#about .links-container .box {
  z-index: 1;
  position: relative;
  text-align: center;
}
#about .links-container .box p {
  font-size: 1vw;
  line-height: 2.25vw;
  font-weight: 500;
}
@media (max-width: 767px) {
  #about .links-container .box p {
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
  }
}
#about .links-container .box a {
  font-family: m-plus-1c, sans-serif;
  font-size: 1.0625vw;
  font-weight: 500;
  background: linear-gradient(-90deg, #fd7a21, #fc7821, #fa982f);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.5vw;
  height: 3.4375vw;
  color: #fff;
  box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  margin-top: 1.5625vw;
  position: relative;
}
@media (max-width: 767px) {
  #about .links-container .box a {
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
    width: 66.6666666667vw;
    height: 12vw;
    margin: 1.3333333333vw auto 0;
  }
}
#about .links-container .box a:hover {
  text-decoration: none !important;
}
#about .links-container .box a::after {
  content: "";
  right: 1.25vw;
  background-image: url(../img/white-arrow.png);
  background-position: center;
  width: 0.75vw;
  height: 0.75vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #about .links-container .box a::after {
    right: 4vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

#value {
  width: 100%;
}
#value .value-p1 {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
#value .value-p1 .centered-inner {
  width: 100%;
  height: 56.25vw;
  position: relative;
}
@media (max-width: 767px) {
  #value .value-p1 .centered-inner {
    height: auto;
    padding-top: 10.6666666667vw;
    padding-bottom: 18.6666666667vw;
  }
}
#value .value-p1 .centered-inner .txt-container {
  position: absolute;
  left: 17.5vw;
  top: 6.6875vw;
  width: 50vw;
  color: #333;
}
@media (max-width: 767px) {
  #value .value-p1 .centered-inner .txt-container {
    position: static;
    margin-left: 10.6666666667vw;
    width: 80vw;
  }
}
#value .value-p1 .centered-inner .txt-container .section-header .lrg-txt {
  padding-top: 0.75vw;
}
@media (max-width: 767px) {
  #value .value-p1 .centered-inner .txt-container .section-header .lrg-txt {
    padding-top: 2.1333333333vw;
  }
}
#value .value-p1 .centered-inner .value-container {
  position: absolute;
  background: #FFF;
  width: 25vw;
  padding-top: 3.125vw;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  padding-bottom: 2.5vw;
  opacity: 0;
  transform: translateY(70px);
  transition: 2s;
}
@media (max-width: 767px) {
  #value .value-p1 .centered-inner .value-container {
    position: static;
    width: 79.0666666667vw;
    padding-top: 8vw;
    padding-left: 8vw;
    padding-right: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
}
#value .value-p1 .centered-inner .value-container.is-visible {
  opacity: 1;
  transform: translateY(0);
}
#value .value-p1 .centered-inner .value-container .value-ttl {
  font-family: m-plus-1c, sans-serif;
  font-weight: 300;
  color: #6db6d7;
  margin-bottom: 2.125vw;
  font-size: 2.8125vw;
  line-height: 3.125vw;
  letter-spacing: 0.16em;
}
@media (max-width: 767px) {
  #value .value-p1 .centered-inner .value-container .value-ttl {
    margin-bottom: 5.6vw;
    font-size: 8.4vw;
    line-height: 9.3333333333vw;
  }
}
#value .value-p1 .centered-inner .value-container p.strong {
  font-weight: bold;
  font-size: 1.25vw;
  color: #333;
  letter-spacing: 0.05em;
  margin-bottom: 0.75vw;
}
@media (max-width: 767px) {
  #value .value-p1 .centered-inner .value-container p.strong {
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
#value .value-p1 .centered-inner .value-container p {
  font-size: 1vw;
  line-height: 1.875vw;
  color: #333;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #value .value-p1 .centered-inner .value-container p {
    font-size: 3.2vw;
    line-height: 5.8666666667vw;
  }
}
#value .value-p1 .centered-inner .value-container-1 {
  left: 69.375vw;
  top: 10.9375vw;
  transition-delay: 1s;
}
@media (max-width: 767px) {
  #value .value-p1 .centered-inner .value-container-1 {
    margin-left: 10.6666666667vw;
    margin-top: 3.4666666667vw;
    margin-bottom: 3.4666666667vw;
  }
}
#value .value-p1 .centered-inner .value-container-2 {
  left: 42.5vw;
  top: 17.1875vw;
  transition-delay: 1.5s;
}
@media (max-width: 767px) {
  #value .value-p1 .centered-inner .value-container-2 {
    margin-left: 10.6666666667vw;
    margin-bottom: 3.4666666667vw;
  }
}
#value .value-p1 .centered-inner .value-container-3 {
  left: 15.625vw;
  top: 24.125vw;
  transition-delay: 2s;
}
@media (max-width: 767px) {
  #value .value-p1 .centered-inner .value-container-3 {
    margin-left: 10.6666666667vw;
  }
}
#value .value-p2 {
  position: relative;
  height: 41.25vw;
  width: 100%;
  background: #FFF;
}
@media (max-width: 767px) {
  #value .value-p2 {
    position: relative;
    height: auto;
    padding-top: 13.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
#value .value-p2 .main-txt-container {
  position: absolute;
  left: 17.5vw;
  top: 8.75vw;
  width: 50vw;
  color: #333;
}
@media (max-width: 767px) {
  #value .value-p2 .main-txt-container {
    position: static;
    margin-left: 10.6666666667vw;
    width: 80vw;
    margin-bottom: 5.3333333333vw;
  }
}
#value .value-p2 .main-txt-container .section-header {
  margin-bottom: 1vw;
}
@media (max-width: 767px) {
  #value .value-p2 .main-txt-container .section-header {
    margin-bottom: 2.1333333333vw;
  }
}
#value .value-p2 .main-txt-container p {
  font-size: 1vw;
  line-height: 2.25vw;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #value .value-p2 .main-txt-container p {
    font-size: 3.4666666667vw;
    line-height: 6.1333333333vw;
  }
}
#value .value-p2 .simply-scroll {
  position: absolute;
  left: 10vw;
  width: 100%;
  top: 19.5625vw;
  height: 20.625vw;
  padding-top: 2.1875vw;
  padding-bottom: 2.1875vw;
}
#value .value-p2 .simply-scroll:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
}
#value .value-p2 .simply-scroll .simply-scroll-clip {
  width: 100%;
  height: 100%;
}
#value .value-p2 .simply-scroll .scroller {
  white-space: nowrap;
  font-size: 0;
}
#value .value-p2 .simply-scroll li {
  float: none;
  display: inline-block;
  width: 26.8125vw;
  height: 16.25vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (max-width: 767px) {
  #value .value-p2 .simply-scroll li {
    width: 70.9333333333vw;
    height: 48.5333333333vw;
    margin-left: 2.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
#value .value-p2 .simply-scroll li .dark-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
}
#value .value-p2 .simply-scroll li .dark-bg.active {
  opacity: 1;
}
#value .value-p2 .simply-scroll li .dark-bg .txt-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12.8205128205%;
  right: 11.655011655%;
  color: #FFF;
}
@media (max-width: 767px) {
  #value .value-p2 .simply-scroll li .dark-bg .txt-container {
    left: 14.0977443609%;
    right: 9.3984962406%;
  }
}
#value .value-p2 .simply-scroll li .dark-bg .txt-container .img-ttl {
  font-size: 1.25vw;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin-bottom: 0.25vw;
}
@media (max-width: 767px) {
  #value .value-p2 .simply-scroll li .dark-bg .txt-container .img-ttl {
    font-size: 3.7333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}
#value .value-p2 .simply-scroll li .dark-bg .txt-container p {
  font-size: 1vw;
  line-height: 1.625vw;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #value .value-p2 .simply-scroll li .dark-bg .txt-container p {
    font-size: 3.2vw;
    line-height: 5.0666666667vw;
  }
}
#value .value-p2 .simply-scroll li .dark-bg .txt-container .blue-txt {
  color: #6db6d7;
}
#value .value-p2 #value-swiper {
  position: absolute;
  left: 10vw;
  width: 90vw;
  top: 22.0625vw;
  height: 20.625vw;
  padding-top: 2.1875vw;
  padding-bottom: 2.1875vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  #value .value-p2 #value-swiper {
    left: auto;
    top: auto;
    position: relative;
    height: 66.6666666667vw;
    width: 100%;
    padding-top: 5.2vw;
  }
}
#value .value-p2 #value-swiper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
}
@media (max-width: 767px) {
  #value .value-p2 #value-swiper:before {
    height: 58.6666666667vw;
  }
}
#value .value-p2 #value-swiper .swiper-slide {
  width: 26.8125vw;
  height: 16.25vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (max-width: 767px) {
  #value .value-p2 #value-swiper .swiper-slide {
    width: 70.9333333333vw;
    height: 48.5333333333vw;
    margin-left: 2.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
#value .value-p2 #value-swiper .swiper-slide .dark-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
}
#value .value-p2 #value-swiper .swiper-slide .dark-bg.active {
  opacity: 1;
}
#value .value-p2 #value-swiper .swiper-slide .dark-bg .txt-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12.8205128205%;
  right: 11.655011655%;
  color: #FFF;
}
@media (max-width: 767px) {
  #value .value-p2 #value-swiper .swiper-slide .dark-bg .txt-container {
    left: 13.1578947368%;
    right: auto;
    width: 80.2631578947%;
    margin-left: 0;
  }
}
#value .value-p2 #value-swiper .swiper-slide .dark-bg .txt-container .img-ttl {
  font-size: 1.25vw;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin-bottom: 0.25vw;
}
@media (max-width: 767px) {
  #value .value-p2 #value-swiper .swiper-slide .dark-bg .txt-container .img-ttl {
    font-size: 3.4666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
#value .value-p2 #value-swiper .swiper-slide .dark-bg .txt-container p {
  font-size: 1vw;
  line-height: 1.625vw;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #value .value-p2 #value-swiper .swiper-slide .dark-bg .txt-container p {
    font-size: 2.9333333333vw;
    line-height: 5.0666666667vw;
  }
}
#value .value-p2 #value-swiper .swiper-slide .dark-bg .txt-container .blue-txt {
  color: #6db6d7;
}
#value .value-p2 #value-swiper .swiper-pagination {
  position: absolute;
  bottom: 0vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
}
@media (min-width: 768px) {
  #value .value-p2 #value-swiper .swiper-pagination {
    display: none;
  }
}
#value .value-p2 #value-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #d5e2e6;
  opacity: 1;
  width: 8vw;
  height: 1.0666666667vw;
  border-radius: 1.0666666667vw;
  margin: 0 0.8vw;
}
#value .value-p2 #value-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6db6d7;
}

.special-link {
  display: block;
  width: 12.875vw;
  height: 2.25vw;
  line-height: 2.25vw;
  font-weight: bold;
  font-size: 1vw;
  letter-spacing: 0.05em;
  color: #333333 !important;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-size: 0.375vw;
  background-position: right center;
  border-bottom: solid 1px #d5e2e6;
  position: relative;
  text-decoration: none;
}
.special-link .sp-only {
  display: none;
}
@media (max-width: 767px) {
  .special-link {
    width: 46vw;
    height: 7.4666666667vw;
    line-height: 7.4666666667vw;
    font-size: 3.4666666667vw;
    background-size: 1.2vw;
    border-bottom: solid 2px #d5e2e6;
  }
  .special-link .sp-only {
    display: block;
  }
}
.special-link:link {
  color: #333333 !important;
  text-decoration: none;
}
.special-link:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 100%;
  background: #6db6d7;
  transition: transform 0.3s;
  transform: scale(0.3, 1);
  transform-origin: left top;
}
@media (max-width: 767px) {
  .special-link:after {
    height: 2px;
  }
}
.special-link:hover {
  opacity: 1;
}
.special-link:hover:after {
  transform: scale(1, 1);
}

#gallery {
  width: 100%;
  background: #FFF;
  align-items: center;
  position: relative;
  min-height: 46.875vw;
  position: relative;
}
@media (max-width: 767px) {
  #gallery {
    min-height: 172vw;
    padding-top: 17.3333333333vw;
    padding-bottom: 0;
  }
}
#gallery .txt-container {
  position: absolute;
  left: 17.5vw;
  top: 7.1875vw;
  color: #333;
}
@media (max-width: 767px) {
  #gallery .txt-container {
    position: static;
    margin-left: 10.6666666667vw;
    width: 80vw;
  }
}
#gallery .txt-container .section-header {
  margin-bottom: 0.75vw;
}
@media (max-width: 767px) {
  #gallery .txt-container .section-header {
    margin-bottom: 2.1333333333vw;
  }
}
#gallery .txt-container .section-header .lrg-txt {
  padding-top: 0.75vw;
}
@media (max-width: 767px) {
  #gallery .txt-container .section-header .lrg-txt {
    padding-top: 2.1333333333vw;
  }
}
#gallery .txt-container p {
  font-size: 1vw;
  line-height: 2.25vw;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #gallery .txt-container p {
    font-size: 3.4666666667vw;
    line-height: 6.1333333333vw;
  }
}
#gallery .special-link {
  position: absolute;
  left: 81.25vw;
  top: 13.5vw;
}
@media (max-width: 767px) {
  #gallery .special-link {
    left: 50%;
    transform: translateX(-50%);
    top: 162.9333333333vw;
  }
}
#gallery #gallery-swiper {
  position: absolute;
  left: 10vw;
  width: 90vw;
  top: 18.125vw;
  height: 27.125vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  #gallery #gallery-swiper {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 103.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
@media (max-width: 767px) {
  #gallery #gallery-swiper .swiper-wrapper {
    height: 64vw;
  }
}
#gallery #gallery-swiper .swiper-slide {
  width: 34.375vw;
  height: 25vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (max-width: 767px) {
  #gallery #gallery-swiper .swiper-slide {
    width: 88vw;
    height: 64vw;
  }
}
#gallery #gallery-swiper .swiper-slide .dark-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  #gallery #gallery-swiper .swiper-slide .dark-bg {
    display: none;
  }
}
#gallery #gallery-swiper .swiper-slide .dark-bg.active {
  opacity: 1;
}
#gallery #gallery-swiper .swiper-slide .dark-bg .txt-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 13.4545454545%;
  right: 13.4545454545%;
  color: #FFF;
}
#gallery #gallery-swiper .swiper-slide .dark-bg .txt-container p {
  font-size: 1vw;
  line-height: 1.625vw;
  letter-spacing: 0.05em;
  margin-bottom: 1.625vw;
}
#gallery #gallery-swiper .swiper-slide .dark-bg .txt-container p.credit {
  text-align: right;
  margin-bottom: 0;
}
#gallery #gallery-swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
}
#gallery #gallery-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #d5e2e6;
  opacity: 1;
  width: 3.125vw;
  height: 0.25vw;
  border-radius: 0.25vw;
  margin: 0 0.21875vw;
}
@media (max-width: 767px) {
  #gallery #gallery-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8vw;
    height: 1.0666666667vw;
    border-radius: 1.0666666667vw;
    margin: 0 0.8vw;
  }
}
#gallery #gallery-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6db6d7;
}
@media (max-width: 767px) {
  #gallery #gallery-swiper-caption {
    margin-top: 5.6vw;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
    width: 100%;
    font-size: 2.9333333333vw;
    line-height: 1.7;
    color: #333;
    letter-spacing: 0.05em;
  }
}
#gallery #gallery-swiper-caption p.credit {
  text-align: right;
}

#lineup {
  min-height: 65.625vw;
  width: 100%;
  background: #FFF;
  position: relative;
}
@media (max-width: 767px) {
  #lineup {
    min-height: 0;
    padding-top: 16vw;
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
    padding-bottom: 133.3333333333vw;
  }
}
#lineup .txt-container {
  position: absolute;
  left: 17.5vw;
  top: 7.1875vw;
  color: #333;
}
@media (max-width: 767px) {
  #lineup .txt-container {
    position: static;
    margin-bottom: 6.4vw;
  }
}
#lineup .txt-container .section-header {
  margin-bottom: 0.75vw;
}
@media (max-width: 767px) {
  #lineup .txt-container .section-header {
    margin-bottom: 2.1333333333vw;
  }
}
#lineup .txt-container .section-header .lrg-txt {
  padding-top: 0.75vw;
}
@media (max-width: 767px) {
  #lineup .txt-container .section-header .lrg-txt {
    padding-top: 2.1333333333vw;
  }
}
#lineup .txt-container p {
  font-size: 1vw;
  line-height: 2.25vw;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #lineup .txt-container p {
    font-size: 3.4666666667vw;
    line-height: 6.1333333333vw;
    letter-spacing: 0.025em;
  }
}
#lineup .special-link {
  position: absolute;
  right: 5.75vw;
  top: 10.375vw;
}
#lineup .special-link.special-link-bottom {
  top: 24vw;
}
@media (max-width: 767px) {
  #lineup .special-link.special-link-bottom {
    height: 11.4666666667vw;
    line-height: 5.3333333333vw;
  }
}
@media (min-width: 768px) {
  #lineup .special-link.special-link-bottom {
    top: 13.5vw;
    width: 18.75vw;
  }
}
@media (max-width: 767px) {
  #lineup .special-link {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
  }
}
#lineup .flex-container {
  position: absolute;
  left: 15.625vw;
  width: 78.75vw;
  top: 17.75vw;
  height: 26.75vw;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #lineup .flex-container {
    display: block;
    position: static;
    height: auto;
    margin-bottom: 8.4vw;
  }
}
#lineup .flex-container .item {
  background: #eef5f8;
  width: 25vw;
  height: 20.125vw;
}
@media (max-width: 767px) {
  #lineup .flex-container .item {
    width: 100%;
    height: auto;
    margin-bottom: 5.8666666667vw;
    padding-bottom: 5.6vw;
  }
  #lineup .flex-container .item:last-child {
    margin-bottom: 0;
  }
}
#lineup .flex-container .item:hover .img-container img {
  opacity: 0;
}
#lineup .flex-container .item .img-container {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 1.5625vw;
}
@media (max-width: 767px) {
  #lineup .flex-container .item .img-container {
    margin-bottom: 5.6vw;
  }
}
#lineup .flex-container .item .img-container img {
  display: block;
  width: 100%;
  transition: opacity 0.5s;
}
#lineup .flex-container .item .item-ttl {
  font-size: 1.25vw;
  color: #333;
  font-weight: bold;
  padding-left: 2.625vw;
  padding-right: 2.625vw;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #lineup .flex-container .item .item-ttl {
    font-size: 3.7333333333vw;
    padding-left: 7.7333333333vw;
    padding-right: 7.7333333333vw;
  }
}
#lineup .flex-container .item:first-child .img-container {
  background-image: url("../img/img4-4hover.jpg");
}
#lineup .flex-container .item:nth-child(2) .img-container {
  background-image: url("../img/img4-5hover.jpg");
}
#lineup .flex-container .item:nth-child(3) .img-container {
  background-image: url("../img/img4-6hover.jpg");
}
#lineup .flex-container .item:nth-child(4) .img-container {
  background-image: url("../img/img4-7hover.jpg");
}
#lineup .links-container {
  position: absolute;
  bottom: 8.75vw;
  right: 7.1875vw;
  width: 75vw;
  height: 13.75vw;
  padding: 0 9.375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #lineup .links-container {
    justify-content: center;
    gap: 10vw;
    flex-direction: column;
    width: 89.0666666667vw;
    height: 80vw;
    bottom: 21.3333333333vw;
    right: 50%;
    transform: translateX(50%);
    padding: 0;
  }
}
#lineup .links-container .links-container-border-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.4375vw;
  height: 13.75vw;
  border-left: #6db6d7 solid 2px;
}
@media (max-width: 767px) {
  #lineup .links-container .links-container-border-left {
    border-left: #6db6d7 solid 1px;
    width: 6.6666666667vw;
    height: 80vw;
  }
}
#lineup .links-container .links-container-border-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3.4375vw;
  height: 2px;
  background-color: #6db6d7;
}
@media (max-width: 767px) {
  #lineup .links-container .links-container-border-left::after {
    height: 1px;
    width: 6.6666666667vw;
  }
}
#lineup .links-container .links-container-border-left::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.4375vw;
  height: 2px;
  background-color: #6db6d7;
}
@media (max-width: 767px) {
  #lineup .links-container .links-container-border-left::before {
    height: 1px;
    width: 6.6666666667vw;
  }
}
#lineup .links-container .links-container-border-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 3.4375vw;
  height: 13.75vw;
  border-right: #6db6d7 solid 2px;
}
@media (max-width: 767px) {
  #lineup .links-container .links-container-border-right {
    border-right: #6db6d7 solid 1px;
    width: 6.6666666667vw;
    height: 80vw;
  }
}
#lineup .links-container .links-container-border-right::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3.4375vw;
  height: 2px;
  background-color: #6db6d7;
}
@media (max-width: 767px) {
  #lineup .links-container .links-container-border-right::after {
    height: 1px;
    width: 6.6666666667vw;
  }
}
#lineup .links-container .links-container-border-right::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.4375vw;
  height: 2px;
  background-color: #6db6d7;
}
@media (max-width: 767px) {
  #lineup .links-container .links-container-border-right::before {
    height: 1px;
    width: 6.6666666667vw;
  }
}
#lineup .links-container .links-container-bg {
  position: absolute;
  z-index: 0;
  background-color: #fff;
  opacity: 0.2;
  width: 100%;
  height: 13.75vw;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  #lineup .links-container .links-container-bg {
    width: 89.0666666667vw;
    height: 80vw;
  }
}
#lineup .links-container .border {
  width: 2px;
  position: absolute;
  background-color: #6db6d7;
  width: 0.125vw;
  height: 8.125vw;
  top: 50%;
  left: 50%;
  transform: translateX(50%) translateY(-50%);
}
@media (max-width: 767px) {
  #lineup .links-container .border {
    display: none;
  }
}
#lineup .links-container .box {
  z-index: 1;
  position: relative;
  text-align: center;
}
#lineup .links-container .box p {
  font-size: 1vw;
  line-height: 2.25vw;
  font-weight: 500;
}
@media (max-width: 767px) {
  #lineup .links-container .box p {
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
  }
}
#lineup .links-container .box a {
  font-family: m-plus-1c, sans-serif;
  font-size: 1.0625vw;
  font-weight: 500;
  background: linear-gradient(-90deg, #fd7a21, #fc7821, #fa982f);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.5vw;
  height: 3.4375vw;
  color: #fff;
  box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  margin-top: 1.5625vw;
  position: relative;
}
@media (max-width: 767px) {
  #lineup .links-container .box a {
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
    width: 66.6666666667vw;
    height: 12vw;
    margin: 1.3333333333vw auto 0;
  }
}
#lineup .links-container .box a:hover {
  text-decoration: none !important;
}
#lineup .links-container .box a::after {
  content: "";
  right: 1.25vw;
  background-image: url(../img/white-arrow.png);
  background-position: center;
  width: 0.75vw;
  height: 0.75vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #lineup .links-container .box a::after {
    right: 4vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

#related {
  width: 100%;
  background: #eef5f8;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 1.875vw;
  padding-bottom: 1.875vw;
}
@media (max-width: 767px) {
  #related {
    padding-top: 12.6666666667vw;
    padding-bottom: 20vw;
  }
}
#related .centered-inner {
  width: 100%;
  height: 50vw;
  position: relative;
}
@media (max-width: 767px) {
  #related .centered-inner {
    height: auto;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
#related .txt-container {
  position: absolute;
  left: 17.5vw;
  top: 5.8125vw;
  color: #333;
}
@media (max-width: 767px) {
  #related .txt-container {
    position: static;
    margin-left: 5.3333333333vw;
  }
}
#related .txt-container .section-header {
  margin-bottom: 0.75vw;
}
@media (max-width: 767px) {
  #related .txt-container .section-header {
    margin-bottom: 7.2vw;
  }
}
#related .txt-container p {
  font-size: 1vw;
  line-height: 2.25vw;
  letter-spacing: 0.05em;
}
#related .flex-container {
  position: absolute;
  left: 17.5vw;
  top: 12.5vw;
  width: 75vw;
  height: 26.5vw;
  display: flex;
  align-items: stretch;
  background: #FFF;
  box-shadow: 0 0 2.5vw rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  #related .flex-container {
    position: static;
    width: 100%;
    height: auto;
    display: block;
  }
}
#related .flex-container .flex-img {
  flex: 0 0 50%;
  height: 26.5vw;
  background: url("../img/img5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  #related .flex-container .flex-img {
    height: 62.9333333333vw;
  }
}
#related .flex-container .flex-txt {
  padding-top: 7vw;
  padding-left: 3.25vw;
  padding-right: 3.25vw;
}
@media (max-width: 767px) {
  #related .flex-container .flex-txt {
    padding-top: 5.8666666667vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 9.6vw;
  }
}
#related .flex-container .flex-txt .flex-ttl {
  color: #3b90df;
  font-weight: bold;
  font-size: 1.75vw;
  line-height: 2.875vw;
  letter-spacing: 0.075em;
  border-bottom: solid 1px #6db6d7;
  padding-bottom: 0.5vw;
  margin-bottom: 0.75vw;
}
@media (max-width: 767px) {
  #related .flex-container .flex-txt .flex-ttl {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    padding-bottom: 2.4vw;
    margin-bottom: 2.6666666667vw;
  }
}
#related .flex-container .flex-txt .flex-ttl .subttl {
  display: block;
  font-size: 1.125vw;
  line-height: 2.125vw;
  margin-left: -0.5em;
  text-indent: 0.5em;
}
#related .flex-container .flex-txt p {
  color: #333;
  font-size: 0.875vw;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 2.25vw;
}
@media (max-width: 767px) {
  #related .flex-container .flex-txt p {
    font-size: 3.2vw;
    line-height: 4.8vw;
    letter-spacing: 0.075em;
    margin-bottom: 4.5333333333vw;
  }
}
#related .flex-container .flex-txt .special-link {
  margin-left: auto;
}
@media (max-width: 767px) {
  #related .flex-container .flex-txt .special-link {
    margin-right: auto;
  }
}

#showroom {
  width: 100%;
  background: #FFF;
  padding-left: 17.5vw;
  padding-top: 8.25vw;
  padding-right: 7.5vw;
  padding-bottom: 24.125vw;
}
@media (max-width: 767px) {
  #showroom {
    padding-left: 0;
    padding-top: 13.3333333333vw;
    padding-right: 0;
    padding-bottom: 109.3333333333vw;
    margin-bottom: 4vw;
    border-bottom: solid 1px #e3e3e3;
  }
}
@media (max-width: 767px) {
  #showroom .sp-inner {
    width: 80vw;
    margin-left: 10.6666666667vw;
  }
}
#showroom .section-header {
  margin-bottom: 7vw;
}
@media (max-width: 767px) {
  #showroom .section-header {
    margin-bottom: 18.4vw;
  }
}
#showroom .showroom-h3 {
  font-size: 1.625vw;
  line-height: 1.875vw;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding-left: 2.8125vw;
  position: relative;
  margin-bottom: 2.625vw;
}
@media (max-width: 767px) {
  #showroom .showroom-h3 {
    font-size: 4.5333333333vw;
    line-height: 8.8vw;
    padding-left: 8.8vw;
    margin-bottom: 5.8666666667vw;
    padding-top: 18.6666666667vw;
  }
}
#showroom .showroom-h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.875vw;
  height: 1.875vw;
  background: #6db6d7;
}
@media (max-width: 767px) {
  #showroom .showroom-h3:before {
    width: 5.7333333333vw;
    height: 5.7333333333vw;
    transform: none;
    top: 19.7333333333vw;
  }
}
#showroom .showroom-h3 .callout {
  display: inline-block;
  color: #3b90df;
  font-size: 1vw;
  line-height: 1.5vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
  margin-top: -3vw;
  margin-left: 1.25vw;
  transform: translateY(20%);
}
@media (max-width: 767px) {
  #showroom .showroom-h3 .callout {
    margin: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
  }
}
#showroom .showroom-h3 .callout:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.25vw;
  top: -1.6875vw;
  width: 4.0625vw;
  height: 1.5625vw;
  background: url(../img/img-caption-top-line@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 767px) {
  #showroom .showroom-h3 .callout:before {
    width: 5.4666666667vw;
    height: 10.6666666667vw;
    top: 0;
    left: -10.6666666667vw;
    background-image: url(../img/img-caption-right-line@2x.png);
  }
}
#showroom .showroom-h3 .callout:after {
  content: "";
  display: block;
  position: absolute;
  left: -0.25vw;
  bottom: -1.6875vw;
  width: 4.0625vw;
  height: 1.5625vw;
  background: url(../img/img-caption-bottom-line@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 767px) {
  #showroom .showroom-h3 .callout:after {
    width: 5.4666666667vw;
    height: 10.6666666667vw;
    bottom: auto;
    top: 0;
    left: auto;
    right: -10.6666666667vw;
    background-image: url(../img/img-caption-left-line@2x.png);
  }
}
#showroom p, #showroom ul {
  font-size: 1vw;
  line-height: 1.625vw;
  letter-spacing: 0.05em;
  margin-bottom: 1.625vw;
}
@media (max-width: 767px) {
  #showroom p, #showroom ul {
    font-size: 3.4666666667vw;
    line-height: 5.6vw;
    margin-bottom: 5.6vw;
  }
}
#showroom .showroom-h4 {
  font-size: 1vw;
  font-weight: bold;
  line-height: 1.625vw;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #showroom .showroom-h4 {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
    margin-bottom: 3.2vw;
  }
}
#showroom .flex-container-1 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 8.75vw;
}
@media (max-width: 767px) {
  #showroom .flex-container-1 {
    display: block;
    margin-bottom: 16.5333333333vw;
  }
}
#showroom .flex-container-1 .flex-left {
  width: 31.25vw;
}
@media (max-width: 767px) {
  #showroom .flex-container-1 .flex-left {
    width: 78.6666666667vw;
    margin-left: 10.6666666667vw;
    margin-bottom: 6vw;
  }
}
#showroom .flex-container-1 .flex-left img {
  display: block;
  width: 100%;
}
#showroom .flex-container-1 .flex-right {
  width: 42.5vw;
  background: #f9fafb;
  padding-left: 3.125vw;
  padding-right: 3.75vw;
  padding-top: 2.25vw;
}
@media (max-width: 767px) {
  #showroom .flex-container-1 .flex-right {
    width: 100%;
    padding-top: 4.8vw;
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
    padding-bottom: 8vw;
  }
}
#showroom .flex-container-1 .flex-right .showroom-h4 {
  letter-spacing: 0;
}
#showroom .flex-container-1 .flex-right ul {
  font-size: 1vw;
  letter-spacing: 0;
  margin-right: -1.875vw;
}
@media (max-width: 767px) {
  #showroom .flex-container-1 .flex-right ul {
    margin-right: 0;
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
    margin-bottom: 6.1333333333vw;
  }
}
@media (max-width: 767px) {
  #showroom .flex-container-1 .flex-right ul li {
    margin-bottom: 2.1333333333vw;
  }
}
@media (max-width: 767px) {
  #showroom .flex-container-1 .flex-right ul li.long-line {
    margin-right: -2em;
  }
}
#showroom .flex-container-1 .flex-right ul.indented {
  padding-left: 5em;
  text-indent: -5em;
}
#showroom .flex-container-1 .flex-right .special-link {
  width: 33.125vw;
  margin-left: auto;
  margin-top: -0.75vw;
}
@media (max-width: 767px) {
  #showroom .flex-container-1 .flex-right .special-link {
    width: 46vw;
    line-height: 5.3333333333vw;
    height: auto;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    margin-right: auto;
    background-position: right bottom 2.6666666667vw;
  }
}
#showroom .flex-container-2 {
  margin-top: 3.375vw;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.125vw;
}
@media (max-width: 767px) {
  #showroom .flex-container-2 {
    width: 89.3333333333vw;
    margin: 0 auto 7.7333333333vw;
    flex-flow: row wrap;
    justify-content: center;
  }
}
#showroom .flex-container-2 div {
  width: 23.75vw;
}
@media (max-width: 767px) {
  #showroom .flex-container-2 div {
    width: 42.6666666667vw;
  }
}
@media (max-width: 767px) {
  #showroom .flex-container-2 div:first-child {
    margin-right: 4vw;
    margin-bottom: 4vw;
  }
}
#showroom .flex-container-2 div img {
  display: block;
  width: 100%;
}
#showroom .red-txt {
  color: #cc0000;
}
#showroom .footnote {
  font-size: 0.875vw;
  line-height: 1.5vw;
  margin-bottom: 0.625vw;
}
@media (max-width: 767px) {
  #showroom .footnote {
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
#showroom .gray-container {
  background: #f9fafb;
  padding-top: 2.375vw;
  padding-left: 3.125vw;
  padding-right: 3.75vw;
  padding-bottom: 2.625vw;
}
@media (max-width: 767px) {
  #showroom .gray-container {
    padding-top: 4.8vw;
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
    padding-bottom: 8vw;
  }
}
#showroom .gray-container .special-link {
  width: 17.8125vw;
  margin-left: auto;
  margin-top: -0.5vw;
}
@media (max-width: 767px) {
  #showroom .gray-container .special-link {
    width: 62.1333333333vw;
    margin-right: auto;
    margin-top: 8.6666666667vw;
  }
}
#showroom .links-container {
  position: absolute;
  bottom: 8.75vw;
  right: 7.1875vw;
  width: 75vw;
  height: 13.75vw;
  padding: 0 9.375vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  #showroom .links-container {
    justify-content: center;
    gap: 10vw;
    flex-direction: column;
    width: 89.0666666667vw;
    height: 80vw;
    bottom: 32vw;
    right: 50%;
    transform: translateX(50%);
    padding: 0;
  }
}
#showroom .links-container .links-container-border-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.4375vw;
  height: 13.75vw;
  border-left: #6db6d7 solid 2px;
}
@media (max-width: 767px) {
  #showroom .links-container .links-container-border-left {
    border-left: #6db6d7 solid 1px;
    width: 6.6666666667vw;
    height: 80vw;
  }
}
#showroom .links-container .links-container-border-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3.4375vw;
  height: 2px;
  background-color: #6db6d7;
}
@media (max-width: 767px) {
  #showroom .links-container .links-container-border-left::after {
    height: 1px;
    width: 6.6666666667vw;
  }
}
#showroom .links-container .links-container-border-left::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.4375vw;
  height: 2px;
  background-color: #6db6d7;
}
@media (max-width: 767px) {
  #showroom .links-container .links-container-border-left::before {
    height: 1px;
    width: 6.6666666667vw;
  }
}
#showroom .links-container .links-container-border-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 3.4375vw;
  height: 13.75vw;
  border-right: #6db6d7 solid 2px;
}
@media (max-width: 767px) {
  #showroom .links-container .links-container-border-right {
    border-right: #6db6d7 solid 1px;
    width: 6.6666666667vw;
    height: 80vw;
  }
}
#showroom .links-container .links-container-border-right::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3.4375vw;
  height: 2px;
  background-color: #6db6d7;
}
@media (max-width: 767px) {
  #showroom .links-container .links-container-border-right::after {
    height: 1px;
    width: 6.6666666667vw;
  }
}
#showroom .links-container .links-container-border-right::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.4375vw;
  height: 2px;
  background-color: #6db6d7;
}
@media (max-width: 767px) {
  #showroom .links-container .links-container-border-right::before {
    height: 1px;
    width: 6.6666666667vw;
  }
}
#showroom .links-container .links-container-bg {
  position: absolute;
  z-index: 0;
  background-color: #fff;
  opacity: 0.2;
  width: 100%;
  height: 13.75vw;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  #showroom .links-container .links-container-bg {
    width: 89.0666666667vw;
    height: 80vw;
  }
}
#showroom .links-container .border {
  width: 2px;
  position: absolute;
  background-color: #6db6d7;
  width: 0.125vw;
  height: 8.125vw;
  top: 50%;
  left: 50%;
  transform: translateX(50%) translateY(-50%);
}
@media (max-width: 767px) {
  #showroom .links-container .border {
    display: none;
  }
}
#showroom .links-container .box {
  z-index: 1;
  position: relative;
  text-align: center;
}
#showroom .links-container .box p {
  font-size: 1vw;
  line-height: 2.25vw;
  font-weight: 500;
}
@media (max-width: 767px) {
  #showroom .links-container .box p {
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
  }
}
#showroom .links-container .box a {
  font-family: m-plus-1c, sans-serif;
  font-size: 1.0625vw;
  font-weight: 500;
  background: linear-gradient(-90deg, #fd7a21, #fc7821, #fa982f);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.5vw;
  height: 3.4375vw;
  color: #fff;
  box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  margin-top: 1.5625vw;
  position: relative;
}
@media (max-width: 767px) {
  #showroom .links-container .box a {
    font-size: 3.4666666667vw;
    line-height: 5.3333333333vw;
    width: 66.6666666667vw;
    height: 12vw;
    margin: 1.3333333333vw auto 0;
  }
}
#showroom .links-container .box a:hover {
  text-decoration: none !important;
}
#showroom .links-container .box a::after {
  content: "";
  right: 1.25vw;
  background-image: url(../img/white-arrow.png);
  background-position: center;
  width: 0.75vw;
  height: 0.75vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #showroom .links-container .box a::after {
    right: 4vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

#page-end .return-top-btn {
  display: block;
  width: 7.5vw;
  margin: 0 auto 1.875vw;
  padding-top: 3.125vw;
  text-align: center;
  color: #333;
  font-size: 0.8125vw;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1;
  background-image: url("../img/return-top-btn@2x.png");
  background-repeat: no-repeat;
  background-size: 3.875vw;
  background-position: center top;
  text-decoration: none;
}
@media (max-width: 767px) {
  #page-end .return-top-btn {
    width: 24vw;
    margin: 0 auto 3.7333333333vw;
    padding-top: 6.6666666667vw;
    font-size: 2.6666666667vw;
    background-image: url("../img/return-top-btn@sp.png");
    background-size: 8.4vw;
  }
}
#page-end .return-top-btn:hover {
  text-decoration: none;
}

#sp-menu-btn {
  position: fixed;
  right: 5.3333333333vw;
  top: 5.0666666667vw;
  transform: translateY(116px);
  transition: 0.5s;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border-radius: 100%;
  background-color: #FFF;
  background-image: url("../img/ico-sp-menu-btn@2x.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 3.2vw;
  z-index: 1100;
  box-shadow: 0 0 5.3333333333vw rgba(0, 0, 0, 0.3);
}
#sp-menu-btn:hover {
  opacity: 1;
}
#sp-menu-btn.no-header {
  transform: none;
}

#sp-menu-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1290;
  display: none;
}

#sp-menu {
  position: fixed;
  left: calc(100% + 1px);
  top: 0;
  height: 100vh;
  width: 57.3333333333vw;
  padding-bottom: 9.3333333333vw;
  background: #FFF;
  box-shadow: 0 0 5.3333333333vw rgba(0, 0, 0, 0.3);
  z-index: 1300;
  overflow-y: scroll;
  transform: translateX(15%);
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#sp-menu.active {
  transform: translateX(-100%);
}
#sp-menu .sp-menu-close {
  position: absolute;
  right: 5.3333333333vw;
  top: 5.0666666667vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border-radius: 100%;
  background-color: #FFF;
  background-image: url("../img/ico-sp-menu-close@2x.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2.5333333333vw;
  border: solid 1px #bfbfbf;
}
#sp-menu .sp-menu-close:hover {
  opacity: 1;
}
#sp-menu #misola-main-nav-sp {
  padding-top: 21.3333333333vw;
  padding-left: 8.6666666667vw;
  margin-bottom: 10vw;
}
#sp-menu #misola-main-nav-sp ul li a {
  font-family: m-plus-1c, sans-serif;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  font-size: 3.2vw;
  letter-spacing: 0.1em;
  line-height: 13.3333333333vw;
  position: relative;
}
#sp-menu #misola-main-nav-sp ul li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 2vw;
  height: 2vw;
  border-radius: 100%;
  background: #6db6d7;
  left: -2.6666666667vw;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s;
}
#sp-menu #misola-main-nav-sp ul li a.active:before {
  opacity: 1;
}
#sp-menu #misola-bottom-nav-sp {
  position: relative;
  padding-left: 8.6666666667vw;
  background: linear-gradient(-90deg, #fd7a21, #fc7821, #fa982f);
  padding-top: 10.6666666667vw;
  padding-bottom: 10.6666666667vw;
}
#sp-menu #misola-bottom-nav-sp ul {
  width: 42.6666666667vw;
}
#sp-menu #misola-bottom-nav-sp ul li:first-of-type {
  border-bottom: 1px solid #fff;
}
#sp-menu #misola-bottom-nav-sp ul li::after {
  content: "";
}
#sp-menu #misola-bottom-nav-sp ul li a {
  padding: 2.6666666667vw 0;
  display: block;
  font-family: m-plus-1c, sans-serif;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  font-size: 2.9333333333vw;
  letter-spacing: 0.1em;
  line-height: 9.3333333333vw;
  position: relative;
}
#sp-menu #misola-bottom-nav-sp ul li a::after {
  content: "";
  right: 1.3333333333vw;
  background-image: url(../img/white-arrow.png);
  background-position: center;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}

#misola-main-nav {
  position: fixed;
  left: 1.75vw;
  top: calc(50% + 52.5px);
  transform: translatey(-50%);
  z-index: 1000;
}
@media (max-width: 767px) {
  #misola-main-nav {
    display: none;
  }
}
#misola-main-nav ul li a {
  font-family: m-plus-1c, sans-serif;
  font-weight: 500;
  color: #FFF;
  text-decoration: none;
  font-size: 0.8125vw;
  letter-spacing: 0.1em;
  line-height: 3.75vw;
  transition: 0.5s;
  position: relative;
}
#misola-main-nav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.9375vw;
  height: 0.9375vw;
  border-radius: 100%;
  background: #6db6d7;
  left: -1.75vw;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0s;
}
#misola-main-nav ul li a.active, #misola-main-nav ul li a:hover {
  color: #d5e2e6;
  opacity: 1;
}
#misola-main-nav ul li a.active:before {
  opacity: 1;
  transition-delay: 0.5s;
}
#misola-main-nav.dark ul li a {
  color: #333;
  opacity: 1;
}
#misola-main-nav.dark ul li a.active, #misola-main-nav.dark ul li a:hover {
  color: #6db6d7;
}

#misola-bottom-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #FFF;
  width: 15.625vw;
  height: 10.25vw;
  z-index: 1000;
  box-shadow: 0 0 0.8125vw rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  border-radius: 50px 0 0 0;
  border-top: 2px solid #fc7821;
  border-left: 2px solid #fc7821;
}
@media (max-width: 767px) {
  #misola-bottom-nav {
    display: none;
  }
}
#misola-bottom-nav ul {
  width: 12.5vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 auto;
}
#misola-bottom-nav ul li a {
  padding: 1.25vw 0;
  display: block;
  width: 12.5vw;
  color: #333;
  text-decoration: none;
  font-size: 0.90625vw;
  letter-spacing: 0.1em;
  font-family: m-plus-1c, sans-serif;
  font-weight: 500;
  transition: 0.3s;
  color: #fc7821;
  position: relative;
}
#misola-bottom-nav ul li a::after {
  content: "";
  right: 0vw;
  background-image: url(../img/orange-arrow.png);
  background-position: center;
  width: 0.75vw;
  height: 0.75vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
#misola-bottom-nav ul li:first-of-type {
  border-bottom: 2px #fc7821 solid;
}

#main * {
  box-sizing: border-box;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1024px) {
  .tb_show {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
#main {
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 500;
}
#main p, #main li {
  font-weight: 500;
}
@media (max-width: 767px) {
  #main {
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  #main {
    font-size: 3.4666666667vw;
  }
}
.w1200 #module_titleArea {
  padding: 0 0;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .w1200 #module_titleArea {
    padding: 18px 13px;
  }
}

#module_titleArea #category_title {
  margin-bottom: 10px;
  font-size: 1.13em;
  font-weight: 700;
}
@media (max-width: 767px) {
  #module_titleArea #category_title {
    margin-bottom: 0;
  }
}

#category_title:before {
  display: inline-block;
  width: 4px;
  height: 19px;
  content: "";
  margin-right: 7px;
  background: #ec1d00;
  border-radius: 4px;
  vertical-align: -3px;
}

.inner {
  width: 100%;
  max-width: 1414px;
  margin: 0 auto;
}

/*******************
Fade In Animation
*******************/
.fade-in {
  opacity: 0;
  transform: translateY(70px);
  transition: 1.5s;
}
@media (max-width: 767px) {
  .fade-in {
    transform: translateY(35px);
  }
}

.delay1 {
  transition-delay: 0.5s;
}

.delay2 {
  transition-delay: 1s;
}

.delay3 {
  transition-delay: 1.5s;
}

.delay4 {
  transition-delay: 2s;
}

.delay5 {
  transition-delay: 2.5s;
}

.delay-short1 {
  transition-delay: 0.1s;
}

.delay-short2 {
  transition-delay: 0.2s;
}

.delay-short3 {
  transition-delay: 0.3s;
}

.delay-short4 {
  transition-delay: 0.4s;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}
