/* variable > breakpoint
-----------------------------------------------------------------*/
/* variable > z-index
-----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
html,
body {
  height: 100%;
}

.t-top__visual {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.l-main {
  overflow: hidden;
}

.t-top__visual__inner {
  width: 100%;
  height: 100%;
}

.t-top__visual__body {
  width: 100%;
  height: 100%;
}

.t-top__visual__bg {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1c1f22;
  z-index: 100;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  will-change: opacity;
}
@media screen and (max-width: 559px) {
  .t-top__visual__bg li.js-carousel__cell2 .js-objectfit {
    -o-object-position: 31% 50% !important;
       object-position: 31% 50% !important;
  }
}

.t-top__visual__bg .js-carousel__main,
.t-top__visual__bg .js-carousel__main > * {
  pointer-events: none;
}

.is-top-op1 .t-top__visual__bg {
  visibility: visible;
  opacity: 1;
}

.t-top__visual__bg .js-carousel__indicator {
  width: auto !important;
  left: auto !important;
  right: -21px !important;
  bottom: 72px !important;
}
@media screen and (max-width: 559px) {
  .t-top__visual__bg .js-carousel__indicator {
    right: -0.8rem !important;
    bottom: 5.2rem !important;
  }
}
.t-top__showRoom__slide .t-top__visual__bg .js-carousel__indicator {
  bottom: 13.7rem !important;
  right: -2rem !important;
}

.t-top__showRoom__slide .js-carousel__indicator {
  width: auto !important;
  left: auto !important;
  right: -16px !important;
  bottom: 143px !important;
}
@media screen and (min-width: 1600px) {
  .t-top__showRoom__slide .js-carousel__indicator {
    right: -26px !important;
    bottom: 150px !important;
  }
}
@media screen and (max-width: 559px) {
  .t-top__showRoom__slide .js-carousel__indicator {
    display: none;
  }
}

.js-carousel__indicator a {
  text-decoration: none;
}

.js-carousel__indicator__counter {
  font-family: "Century Gothic W01", "Century Gothic", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 559px) {
  .js-carousel__indicator__counter {
    font-size: 10px;
    font-size: 1rem;
  }
}

.js-carousel__indicator__inner {
  display: block !important;
  text-align: center;
}

.js-carousel__indicator__caption {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
}
@media screen and (max-width: 559px) {
  .js-carousel__indicator__caption {
    display: block;
    margin-right: 0;
    padding-bottom: 1em;
  }
}

.t-top__visual__bg__inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.t-top__visual__bg__inner:before, .t-top__visual__bg__inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.t-top__visual__bg__inner:before {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#40000000", endColorstr="#00000000",GradientType=1 );
  /* IE6-9 */
}
.t-top__visual__bg__inner:after {
  background-color: #000000;
  opacity: 0.1;
}

.t-top__visual__content {
  position: absolute;
  top: 50%;
  left: calc(5.5% - 2.3rem);
  left: 5.5%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.t-top__visual__copy {
  font-size: 3.2rem;
  line-height: 1.08;
  color: #ffffff;
  word-break: keep-all;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.t-top__visual__copy[data-txtcrop=true]:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc(((-4.8rem * 1.08) + 4.8rem) / 2 + 0rem);
}
.t-top__visual__copy[data-txtcrop=true]:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc(((-4.8rem * 1.08) + 4.8rem) / 2 + 0rem);
}
@media screen and (max-width: 559px) {
  .t-top__visual__copy {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.t-top__visual__lead {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.t-top__visual__lead[data-txtcrop=true]:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc(((-1.8rem * 1) + 1.8rem) / 2 + 0rem);
}
.t-top__visual__lead[data-txtcrop=true]:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc(((-1.8rem * 1) + 1.8rem) / 2 + 0rem);
}
@media screen and (max-width: 559px) {
  .t-top__visual__lead {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    line-height: 1.57;
  }
}

.t-top__slider {
  margin-bottom: 1px;
}

.t-top__slider__inner {
  position: relative;
  width: 100%;
  padding-top: 42.4363%;
}
.t-top__slider__inner > .js-loopSlider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .t-top__slider__inner {
    padding-top: 70.5714%;
  }
}

.t-top__concept {
  position: relative;
}

.t-top__concept__content {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.t-top__concept__content > a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 6%;
  padding-right: 4%;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 559px) {
  .t-top__concept__content > a {
    padding-left: 14.3%;
    padding-right: 7.1%;
  }
}

.t-top-heading3 {
  display: block;
  margin-top: 1.4rem;
}

.t-top__concept__heading-wrap {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 959px) {
  .t-top__concept__heading-wrap {
    opacity: 1 !important;
    overflow: visible !important;
  }
}

.t-top__concept__heading1-jp {
  margin-top: 1.2rem;
  font-size: 2.8rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 400;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: 0.05em;
}
.t-top__concept__heading1-jp.-txtcrop:before, .t-top__concept__heading1-jp[data-txtcrop=true]:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc(((-2.8rem * 1) + 2.8rem) / 2 + 0rem);
}
.t-top__concept__heading1-jp.-txtcrop:after, .t-top__concept__heading1-jp[data-txtcrop=true]:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc(((-2.8rem * 1) + 2.8rem) / 2 + 0rem);
}
@media screen and (max-width: 559px) {
  .t-top__concept__heading1-jp {
    margin-top: 0.8rem;
    font-size: 2rem;
  }
}

.t-top__concept__heading1-en {
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 1;
  color: #ffffff;
  font-family: Century Gothic W01 Regular, Century Gothic, sans-serif, sans-serif;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 559px) {
  .t-top__concept__heading1-en {
    font-size: 1rem;
  }
}

.t-top__concept__detail__heading1 {
  margin-bottom: 4rem;
  padding-bottom: 3.2rem;
  position: relative;
}
.t-top__concept__detail__heading1:after {
  content: "";
  display: block;
  width: 8rem;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}

.t-top__concept__detail__heading1-jp {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: 0.025em;
}

.t-top__concept__detail__heading1-en {
  display: inline-block;
  font-size: 3.8rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: Century Gothic W01 Regular, Century Gothic, sans-serif, sans-serif;
  letter-spacing: 0.025em;
}

.t-top__concept__detail__heading2 {
  margin-bottom: 3.5rem;
  padding-bottom: 2.7rem;
  position: relative;
}
.t-top__concept__detail__heading2:after {
  content: "";
  display: block;
  width: 8rem;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}

.t-top__concept__detail__heading2-jp {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: 0.025em;
}

.t-top__concept__detail__heading2-en {
  display: inline-block;
  font-size: 3.4rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: Century Gothic W01 Regular, Century Gothic, sans-serif, sans-serif;
  letter-spacing: 0.025em;
}

.t-top__concept__heading2-jp {
  margin-top: 1.1rem;
  font-size: 2.4rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 400;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: 0.05em;
}
.t-top__concept__heading2-jp.-txtcrop:before, .t-top__concept__heading2-jp[data-txtcrop=true]:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc(((-2.4rem * 1) + 2.4rem) / 2 + 0rem);
}
.t-top__concept__heading2-jp.-txtcrop:after, .t-top__concept__heading2-jp[data-txtcrop=true]:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc(((-2.4rem * 1) + 2.4rem) / 2 + 0rem);
}
@media screen and (max-width: 559px) {
  .t-top__concept__heading2-jp {
    margin-top: 0.6rem;
    font-size: 1.6rem;
  }
}

.t-top__concept__heading2-en {
  font-size: 1.4rem;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-family: Century Gothic W01 Regular, Century Gothic, sans-serif, sans-serif;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 559px) {
  .t-top__concept__heading2-en {
    font-size: 1rem;
  }
}

.t-top-heading2-jp {
  display: block;
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 1;
  color: #555759;
  font-weight: 400;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: 0.025em;
}
.t-top-heading2-jp.-txtcrop:before, .t-top-heading2-jp[data-txtcrop=true]:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc(((-1.4rem * 1) + 1.4rem) / 2 + 0rem);
}
.t-top-heading2-jp.-txtcrop:after, .t-top-heading2-jp[data-txtcrop=true]:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc(((-1.4rem * 1) + 1.4rem) / 2 + 0rem);
}
@media screen and (max-width: 559px) {
  .t-top-heading2-jp {
    margin-top: 0.7rem;
    font-size: 1.2rem;
  }
}

.t-top-heading2-en {
  display: block;
  font-size: 3.6rem;
  line-height: 1;
  text-transform: uppercase;
  color: #1c1f22;
  font-family: Century Gothic W01 Regular, Century Gothic, sans-serif, sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 559px) {
  .t-top-heading2-en {
    font-size: 2.4rem;
  }
}

.t-top-heading3-jp {
  display: block;
  margin-top: 0.7rem;
  font-size: 1.3rem;
  line-height: 1;
  color: #555759;
  font-weight: 400;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: 0.025em;
}
.t-top-heading3-jp.-txtcrop:before, .t-top-heading3-jp[data-txtcrop=true]:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc(((-1.3rem * 1) + 1.3rem) / 2 + 0rem);
}
.t-top-heading3-jp.-txtcrop:after, .t-top-heading3-jp[data-txtcrop=true]:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc(((-1.3rem * 1) + 1.3rem) / 2 + 0rem);
}
@media screen and (max-width: 559px) {
  .t-top-heading3-jp {
    font-size: 1.2rem;
  }
}

.t-top-heading3-en {
  display: block;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 1;
  color: #1c1f22;
  font-family: Century Gothic W01 Regular, Century Gothic, sans-serif, sans-serif;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 559px) {
  .t-top-heading3-en {
    font-size: 1.8rem;
  }
}

.t-top-heading4-jp {
  display: block;
  margin-top: 0.7rem;
  font-size: 1.3rem;
  line-height: 1;
  color: #555759;
  font-weight: 400;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: 0.025em;
}
.t-top-heading4-jp.-txtcrop:before, .t-top-heading4-jp[data-txtcrop=true]:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc(((-1.3rem * 1) + 1.3rem) / 2 + 0rem);
}
.t-top-heading4-jp.-txtcrop:after, .t-top-heading4-jp[data-txtcrop=true]:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc(((-1.3rem * 1) + 1.3rem) / 2 + 0rem);
}
@media screen and (max-width: 559px) {
  .t-top-heading4-jp {
    margin-top: 0.6rem;
  }
}

.t-top-heading4-en {
  display: block;
  font-size: 2.4rem;
  text-transform: uppercase;
  line-height: 1;
  color: #1c1f22;
  font-family: Century Gothic W01 Regular, Century Gothic, sans-serif, sans-serif;
  letter-spacing: 0.05em;
}

.t-top__area__content {
  width: 100%;
  padding: 10rem 0 20rem 7.3%;
}
.t-top__area__content.-type02 {
  padding: 10rem 0 10rem 7.3%;
}
@media screen and (max-width: 559px) {
  .t-top__area__content {
    padding: 3rem 2.5rem 2.5rem;
  }
  .t-top__area__content.-type02 {
    padding: 3rem 2.5rem 2.5rem;
  }
}

.t-top__area__body.-bg-gray {
  position: relative;
}
.t-top__area__body.-bg-gray:before {
  content: "";
  display: block;
  width: calc(100vw - 10.4rem);
  height: 100%;
  background-color: #eef0f2;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 559px) {
  .t-top__area__body.-bg-gray:before {
    width: calc(100vw - 2.5rem);
  }
}

.t-top__area {
  position: relative;
}

.t-top__area__head {
  width: 10.4rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.t-top__area__head p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: Century Gothic W01 Regular, Century Gothic, sans-serif, sans-serif;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  z-index: 10000;
}
@media screen and (max-width: 959px) {
  .t-top__area__head {
    display: none !important;
  }
}

.-type-r .t-top__area__head {
  left: auto;
  right: 0;
}

.t-top__about__nav {
  margin-top: 3.8rem;
}
@media screen and (max-width: 559px) {
  .t-top__about__nav {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 559px) {
  .t-top__about__nav .c-flex {
    display: block;
  }
}

.t-top__about__nav li {
  border-right: 1px solid #dfdfdf;
  opacity: 0;
  -webkit-transform: translateY(5rem);
  -ms-transform: translateY(5rem);
  transform: translateY(5rem);
  -webkit-transition: opacity 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: opacity 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity, transform;
}
.t-top__about__nav li:nth-child(0) {
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
     transition-delay: 0ms;
}
.t-top__about__nav li:nth-child(1) {
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
     transition-delay: 100ms;
}
.t-top__about__nav li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
     transition-delay: 200ms;
}
.t-top__about__nav li:nth-child(3) {
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
     transition-delay: 300ms;
}
.t-top__about__nav li:nth-child(4) {
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
     transition-delay: 400ms;
}
.t-top__about__nav li:nth-child(5) {
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
     transition-delay: 500ms;
}
.t-top__about__nav li:nth-child(6) {
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
     transition-delay: 600ms;
}
.t-top__about__nav li:nth-child(7) {
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
     transition-delay: 700ms;
}
.t-top__about__nav li:nth-child(8) {
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
     transition-delay: 800ms;
}
.t-top__about__nav li:nth-child(9) {
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
     transition-delay: 900ms;
}
.t-top__about__nav li:nth-child(10) {
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
     transition-delay: 1000ms;
}
.t-top__about__nav li:first-child {
  border-left: 1px solid #dfdfdf;
}
@media screen and (max-width: 559px) {
  .t-top__about__nav li {
    border-right: 0;
    border-bottom: 1px solid #dfdfdf;
  }
  .t-top__about__nav li:first-child {
    border-left: 0;
    border-top: 1px solid #dfdfdf;
  }
}

.t-top__about__nav.is-init li {
  opacity: 1 !important;
  -webkit-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  transform: translateY(0rem);
}

.t-top__about__nav li a {
  display: block;
  padding: 1rem 3rem;
}
@media screen and (max-width: 559px) {
  .t-top__about__nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.5rem 0;
  }
}

.t-top-about__nav__pict {
  position: relative;
}

@media screen and (max-width: 559px) {
  .t-top-about__nav__pict {
    width: 35.27%;
  }

  .t-top-heading3 {
    width: 57%;
    margin-top: 0;
  }
}
.t-top__showRoom {
  margin-bottom: -10rem;
  position: relative;
  top: -10rem;
}
@media screen and (max-width: 559px) {
  .t-top__showRoom {
    top: 0;
    margin-bottom: 0;
  }
}

.t-top__showRoom__slide {
  position: relative;
  width: calc(100% - 10.4rem);
  padding-top: 42.4363%;
  z-index: 10;
}
.t-top__showRoom__slide__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 559px) {
  .t-top__showRoom__slide {
    width: 100%;
  }
}

.t-top__showRoom__content {
  margin-bottom: -7.5rem;
  padding: 7.5rem 5rem 0;
  background-color: #ffffff;
  position: relative;
  top: -7.5rem;
  z-index: 100;
}
.t-top__showRoom__content:before {
  content: "";
  display: block;
  width: calc(100% + ((100vw - 100%) / 2));
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 559px) {
  .t-top__showRoom__content {
    margin-bottom: -3rem;
    padding: 3rem 2.5rem 0;
    top: -3rem;
  }
  .t-top__showRoom__content:before {
    display: none;
  }
}

.t-top__info__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.t-top__info__flex__block {
  width: 47.5%;
}
@media screen and (max-width: 559px) {
  .t-top__info__flex {
    display: block;
  }
  .t-top__info__flex__block {
    width: 100%;
  }
}

.t-top__info__list {
  margin-top: 2rem;
}
@media screen and (max-width: 559px) {
  .t-top__info__list {
    margin-top: 2.5rem;
  }
}

.t-top__info__list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0;
}
@media screen and (max-width: 559px) {
  .t-top__info__list__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.5rem 0;
  }
}

.t-top__info__list__item {
  border-top: 1px solid #dfdfdf;
  position: relative;
  cursor: pointer;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(5rem);
  -ms-transform: translateY(5rem);
  transform: translateY(5rem);
  -webkit-transition: opacity 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: opacity 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity, transform;
}
.t-top__info__list__item:nth-child(0) {
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
     transition-delay: 0ms;
}
.t-top__info__list__item:nth-child(1) {
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
     transition-delay: 100ms;
}
.t-top__info__list__item:nth-child(2) {
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
     transition-delay: 200ms;
}
.t-top__info__list__item:nth-child(3) {
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
     transition-delay: 300ms;
}
.t-top__info__list__item:nth-child(4) {
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
     transition-delay: 400ms;
}
.t-top__info__list__item:nth-child(5) {
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
     transition-delay: 500ms;
}
.t-top__info__list__item:nth-child(6) {
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
     transition-delay: 600ms;
}
.t-top__info__list__item:nth-child(7) {
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
     transition-delay: 700ms;
}
.t-top__info__list__item:nth-child(8) {
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
     transition-delay: 800ms;
}
.t-top__info__list__item:nth-child(9) {
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
     transition-delay: 900ms;
}
.t-top__info__list__item:nth-child(10) {
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
     transition-delay: 1000ms;
}
.t-top__info__list__item > a {
  cursor: pointer;
}
.t-top__info__list__item > a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}
.t-top__info__list__item:before {
  content: "";
  background: rgba(223, 223, 223, 0.5);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.t-top__info__list__item:hover:before {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
@media screen and (max-width: 559px) {
  .t-top__info__list__item:last-child {
    border-bottom: 1px solid #dfdfdf;
  }
}

.t-top__info__list.is-init .t-top__info__list__item {
  opacity: 1 !important;
  -webkit-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  transform: translateY(0rem);
}

.t-top__info__thum {
  width: 23.6%;
}
@media screen and (max-width: 559px) {
  .t-top__info__thum {
    width: 29.45%;
  }
}

.t-top-info__meta {
  width: 72.8%;
}
@media screen and (max-width: 559px) {
  .t-top-info__meta {
    width: 64.7%;
  }
}

.t-top-info__time {
  font-size: 1.4rem;
  color: #333333;
  opacity: 0.5;
  font-family: Century Gothic W01 Regular, Century Gothic, sans-serif, sans-serif;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 559px) {
  .t-top-info__time {
    font-size: 1.2rem;
  }
}

.t-top-info__title {
  margin-top: 0.7rem;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 559px) {
  .t-top-info__title {
    font-size: 1.4rem;
  }
}

.t-top-info__category {
  display: inline-block;
  margin-top: 0.8rem;
  margin-left: 0.6rem;
  -webkit-transform: skewX(-22deg);
      -ms-transform: skewX(-22deg);
          transform: skewX(-22deg);
  padding: 0.5rem 1.2rem;
  background-color: #1c1f22;
  position: relative;
  z-index: 100;
}
.t-top-info__category span {
  display: inline-block;
  font-size: 1rem;
  color: #ffffff;
  -webkit-transform: skewX(22deg);
      -ms-transform: skewX(22deg);
          transform: skewX(22deg);
}

.t-top__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 65rem;
  width: 90%;
  margin: 10rem auto;
}
.t-top__sns.is-init .t-top__sns__item {
  opacity: 1 !important;
  -webkit-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  transform: translateY(0rem);
}
@media screen and (max-width: 559px) {
  .t-top__sns {
    display: block;
    width: auto;
    margin: 4rem 2.5rem;
  }
}

.t-top__sns__item {
  width: 46.15%;
  opacity: 0;
  -webkit-transform: translateY(5rem);
  -ms-transform: translateY(5rem);
  transform: translateY(5rem);
  -webkit-transition: opacity 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: opacity 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity, transform;
}
.t-top__sns__item:nth-child(0) {
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
     transition-delay: 0ms;
}
.t-top__sns__item:nth-child(1) {
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
     transition-delay: 100ms;
}
.t-top__sns__item:nth-child(2) {
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
     transition-delay: 200ms;
}
.t-top__sns__item:nth-child(3) {
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
     transition-delay: 300ms;
}
.t-top__sns__item:nth-child(4) {
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
     transition-delay: 400ms;
}
.t-top__sns__item:nth-child(5) {
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
     transition-delay: 500ms;
}
.t-top__sns__item:nth-child(6) {
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
     transition-delay: 600ms;
}
.t-top__sns__item:nth-child(7) {
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
     transition-delay: 700ms;
}
.t-top__sns__item:nth-child(8) {
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
     transition-delay: 800ms;
}
.t-top__sns__item:nth-child(9) {
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
     transition-delay: 900ms;
}
.t-top__sns__item:nth-child(10) {
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
     transition-delay: 1000ms;
}
@media screen and (max-width: 559px) {
  .t-top__sns__item {
    width: 100%;
  }
}

.t-top__sns__item > a {
  display: block;
  padding: 2.7rem 2rem;
  border: 2px solid #1c1f22;
  text-align: center;
  font-size: 1.8rem;
  font-family: Century Gothic W01 Regular, Century Gothic, sans-serif, sans-serif;
  letter-spacing: 0.05em;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.t-top__sns__item > a:hover {
  color: #ffffff;
}
@media screen and (max-width: 559px) {
  .t-top__sns__item > a {
    padding: 2.6rem 2rem;
  }
}

.t-top__sns__item > a span {
  display: inline-block;
  position: relative;
  z-index: 10000;
}
.t-top__sns__item > a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.t-top__sns__item.-face span {
  padding-left: 3.2rem;
}
.t-top__sns__item.-face span:before {
  width: 2rem;
  height: 2rem;
  background: url(/assets/image/common/icon-facebook2.png) no-repeat center/contain;
}
.t-top__sns__item.-face a {
  position: relative;
}
.t-top__sns__item.-face a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
}
.t-top__sns__item.-face a:hover {
  background-color: #1877f2;
}

.t-top__sns__item.-insta a {
  background: -o-linear-gradient(315deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.t-top__sns__item.-insta a span {
  padding-left: 3rem;
}
.t-top__sns__item.-insta a span:before {
  width: 2.2rem;
  height: 2.2rem;
  background: url(/assets/image/common/icon-instagram2.png) no-repeat center/contain;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.t-top__sns__item.-insta a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.t-top__sns__item.-insta a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(75deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.t-top__sns__item.-insta a:hover:before {
  opacity: 0;
}
.t-top__sns__item.-insta a:hover span:before {
  background: url(/assets/image/common/icon-instagram-white.png) no-repeat center/contain;
}
@media screen and (max-width: 559px) {
  .t-top__sns__item.-insta {
    margin-top: 2rem;
  }
}

.t-top-tile__cell {
  display: block;
  width: 100%;
  padding-top: 62.1019%;
  position: relative;
}
@media screen and (max-width: 959px) {
  .t-top-tile__cell {
    padding-top: 42.8571%;
  }
}

.t-top-concept__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.t-top-tile__cell__head {
  width: 100%;
  height: 100%;
  padding-right: 7.9%;
  padding-left: 10.8%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 559px) {
  .t-top-tile__cell__head {
    padding: 0 7.1% 0 14.3%;
  }
}

.t-top-concept__detail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 959px) {
  .t-top-concept__detail {
    display: none;
  }
}

.t-top-concept__detail__switch {
  position: relative;
}
.t-top-concept__detail__switch:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.t-top-concept__detail__switch:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 559px) {
  .t-top-concept__detail__switch:after {
    display: none !important;
  }
}

.t-top-concept__detail__switch:hover:after {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}
.t-top-concept__detail__switch:hover .t-top__concept__heading-wrap {
  opacity: 0;
  visibility: hidden;
}
.t-top-concept__detail__switch:hover .t-top-concept__detail {
  opacity: 1;
  visibility: visible;
}
.t-top-concept__detail__switch:hover .t-top-concept__detail__inner .u-effect__cell {
  opacity: 1 !important;
  -webkit-transform: translateY(0rem);
  -ms-transform: translateY(0rem);
  transform: translateY(0rem);
  -webkit-transition: opacity 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: opacity 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity, transform;
}
.t-top-concept__detail__switch:hover .t-top-concept__detail__inner .u-effect__cell:nth-child(0) {
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
     transition-delay: 100ms;
}
.t-top-concept__detail__switch:hover .t-top-concept__detail__inner .u-effect__cell:nth-child(1) {
  -webkit-transition-delay: 225ms;
  -o-transition-delay: 225ms;
     transition-delay: 225ms;
}
.t-top-concept__detail__switch:hover .t-top-concept__detail__inner .u-effect__cell:nth-child(2) {
  -webkit-transition-delay: 350ms;
  -o-transition-delay: 350ms;
     transition-delay: 350ms;
}
.t-top-concept__detail__switch:hover .t-top-concept__detail__inner .u-effect__cell:nth-child(3) {
  -webkit-transition-delay: 475ms;
  -o-transition-delay: 475ms;
     transition-delay: 475ms;
}
.t-top-concept__detail__switch:hover .t-top-concept__detail__inner .u-effect__cell:nth-child(4) {
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
     transition-delay: 600ms;
}
.t-top-concept__detail__switch:hover .t-top-concept__detail__inner .u-effect__cell:nth-child(5) {
  -webkit-transition-delay: 725ms;
  -o-transition-delay: 725ms;
     transition-delay: 725ms;
}
.t-top-concept__detail__switch:hover .t-top-concept__detail__inner .u-effect__cell:nth-child(6) {
  -webkit-transition-delay: 850ms;
  -o-transition-delay: 850ms;
     transition-delay: 850ms;
}
.t-top-concept__detail__switch:hover .t-top-concept__detail__inner .u-effect__cell:nth-child(7) {
  -webkit-transition-delay: 975ms;
  -o-transition-delay: 975ms;
     transition-delay: 975ms;
}
.t-top-concept__detail__switch:hover .t-top-concept__detail__inner .u-effect__cell:nth-child(8) {
  -webkit-transition-delay: 1100ms;
  -o-transition-delay: 1100ms;
     transition-delay: 1100ms;
}
.t-top-concept__detail__switch:hover .t-top-concept__detail__inner .u-effect__cell:nth-child(9) {
  -webkit-transition-delay: 1225ms;
  -o-transition-delay: 1225ms;
     transition-delay: 1225ms;
}
.t-top-concept__detail__switch:hover .t-top-concept__detail__inner .u-effect__cell:nth-child(10) {
  -webkit-transition-delay: 1350ms;
  -o-transition-delay: 1350ms;
     transition-delay: 1350ms;
}
@media screen and (max-width: 559px) {
  .t-top-concept__detail__switch:hover .t-top__concept__heading-wrap {
    opacity: 1;
    visibility: visible;
  }
}

.t-top-concept__detail__inner .u-effect__cell {
  opacity: 0;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
}

.t-top-concept__detail__inner {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 6%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.t-top-concept__detail.-type02 .t-top-concept__detail__inner {
  left: 10.8%;
}

.t-top__title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: 0.075em;
  position: relative;
  margin-top: 3.2rem;
  padding-top: 4rem;
}
.t-top__title:after {
  content: "";
  display: block;
  width: 8rem;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.t-top__txt {
  margin-top: 2.2rem;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

.t-top__title2 {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: 0.075em;
}

.t-top__txt2 {
  margin-top: 2.2rem;
  font-size: 1.4rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

.t-top-showRoom__title {
  margin-top: 4rem;
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 500;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: 0.05em;
}
.t-top-showRoom__title.-txtcrop:before, .t-top-showRoom__title[data-txtcrop=true]:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc(((-2.4rem * 2) + 2.4rem) / 2 + 0rem);
}
.t-top-showRoom__title.-txtcrop:after, .t-top-showRoom__title[data-txtcrop=true]:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc(((-2.4rem * 2) + 2.4rem) / 2 + 0rem);
}
@media screen and (max-width: 559px) {
  .t-top-showRoom__title {
    margin-top: 1.4rem;
    font-size: 1.8rem;
  }
  .t-top-showRoom__title.-txtcrop:before, .t-top-showRoom__title[data-txtcrop=true]:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc(((-1.8rem * 2) + 1.8rem) / 2 + 0rem);
  }
  .t-top-showRoom__title.-txtcrop:after, .t-top-showRoom__title[data-txtcrop=true]:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc(((-1.8rem * 2) + 1.8rem) / 2 + 0rem);
  }
}

.t-top-showRoom__txt {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 2;
  color: #555759;
  position: relative;
}
.t-top-showRoom__txt.-txtcrop:before, .t-top-showRoom__txt[data-txtcrop=true]:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc(((-1.6rem * 2) + 1.6rem) / 2 + 0rem);
}
.t-top-showRoom__txt.-txtcrop:after, .t-top-showRoom__txt[data-txtcrop=true]:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc(((-1.6rem * 2) + 1.6rem) / 2 + 0rem);
}
@media screen and (max-width: 559px) {
  .t-top-showRoom__txt {
    margin-top: 0.9rem;
    font-size: 1.3rem;
    line-height: 2;
  }
  .t-top-showRoom__txt.-txtcrop:before, .t-top-showRoom__txt[data-txtcrop=true]:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc(((-1.3rem * 2) + 1.3rem) / 2 + 0rem);
  }
  .t-top-showRoom__txt.-txtcrop:after, .t-top-showRoom__txt[data-txtcrop=true]:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc(((-1.3rem * 2) + 1.3rem) / 2 + 0rem);
  }
}

.c-icon.-arrow-white3:after {
  opacity: 1 !important;
}

.t-top__info__news .c-icon.-arrow:after,
.t-top__info__blog .c-icon.-arrow:after {
  opacity: 0.25;
}

/* .t-top__loader
-----------------------------------------------------------------*/
.t-top__loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #eef0f2;
  z-index: 2147483647;
  -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.is-top-op2 .t-top__loader {
  opacity: 0;
  visibility: hidden;
}

.t-top__loader-contnet {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.t-top__loader-logo {
  max-width: 360px;
  width: 70%;
  margin: 0 auto;
  position: relative;
}

.t-top__loader-logo__cover {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 240, 242, 0.9);
  position: absolute;
  top: 0;
  right: 0;
}

.t-top__loader-progress {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 2rem auto 0;
  position: relative;
}
.t-top__loader-progress span {
  font-family: Century Gothic W01 Regular, Century Gothic, sans-serif, sans-serif;
  letter-spacing: 0.05em;
  color: #1c1f22;
}

.t-top__loader-progress__count {
  font-size: 1.8rem;
}

.t-top__loader-progress__num {
  margin-left: 10px;
  padding-left: 10px;
  font-size: 1.8rem;
  position: relative;
}
.t-top__loader-progress__num:before {
  content: "";
  display: block;
  width: 1px;
  height: 21px;
  background-color: #9b9b9b;
  background-color: #d1d3d5;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(38deg);
      -ms-transform: translateY(-50%) rotate(38deg);
          transform: translateY(-50%) rotate(38deg);
}
@media screen and (max-width: 559px) {
  .t-top__loader-progress__num {
    padding-bottom: 0;
  }
  .t-top__loader-progress__num:before {
    height: 16px;
  }
}