@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --White: #FFF;
}

@media all and (min-width: 752px) {
  .-sp {
    display: none !important;
  }
}
@media all and (max-width: 751px) {
  .-pc {
    display: none !important;
  }
}
@media screen and (min-width: 752px) {
  /* -----------------------------
    #labeltop
  ------------------------------ */
  #labeltop {
    width: 100%;
    min-width: 1280px;
  }
  #labeltop a {
    display: block;
    position: relative;
    width: 450px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #000;
    padding: 30px;
    margin: 90px auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #labeltop a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #labeltop a:hover {
    opacity: 0.7;
  }
  /* -----------------------------
    footer(背景色意外変更不可)
  ------------------------------ */
  footer ul {
    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    background-color: #000; /* 背景色変更可能 */
  }
  footer ul::after {
    content: "";
    display: block;
    position: absolute;
    height: 60px;
    top: 28%;
    left: 50%;
    border-right: 1px solid #fff;
  }
  footer ul li {
    display: inline-block;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0;
  }
  footer li a {
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  footer li a:hover {
    opacity: 0.7;
  }
  footer ul li:nth-child(1) a {
    width: 130px;
  }
  footer ul li:nth-child(2) a {
    width: 230px;
  }
}
@media screen and (max-width: 751px) {
  /* -----------------------------
    #labeltop
  ------------------------------ */
  #labeltop a {
    display: block;
    position: relative;
    width: 90vw;
    margin: 15vw auto;
    padding: 5vw;
    font-size: 4vw;
    text-align: center;
    color: #fff;
    background: #000;
  }
  #labeltop a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7vw;
    width: 2vw;
    height: 2vw;
    margin-top: -1.2vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  /* -----------------------------
    footer(背景色意外変更不可)
  ------------------------------ */
  footer {
    background-color: #000; /* 背景色変更可能 */
    padding: 16vw 0;
  }
  footer ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  footer ul li:nth-child(1) {
    margin-bottom: 12vw;
  }
  footer li a {
    margin: 0 auto;
    display: block;
  }
  footer ul li:nth-child(1) a {
    width: 31.87vw;
  }
  footer ul li:nth-child(2) a {
    width: 54.67vw;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-slider.-h100 {
  height: 100%;
}
.slick-slider.-h100 .slick-list, .slick-slider.-h100 .slick-track, .slick-slider.-h100 .slick-slide, .slick-slider.-h100 .slick-slide > div {
  height: 100%;
}

.c-imgBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: center center/cover no-repeat;
}
.c-imgBox.-tc {
  background-position: top center;
}

.c-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c-slide .slick-list, .c-slide .slick-track {
  height: 100%;
}
.c-slide .c-slideItem {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c-slide .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
}
.c-slide .slick-dots li button {
  border-radius: 50%;
  background: #ffffff;
  padding: 0;
  width: 100%;
  height: 100%;
}
.c-slide .slick-dots li.slick-active button {
  background: #3366CC !important;
}
.c-slide.js-sld-c .slick-list {
  overflow: inherit;
}
.c-slide.js-sld-c .slick-slide > div {
  position: relative;
  height: 100%;
  margin: 0 10px;
}

.mod-itemList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.mod-itemList .itemBox {
  position: relative;
  display: block;
  line-height: 0;
}
@media screen and (min-width: 752px) {
  .mod-itemList .itemBox {
    width: 25%;
  }
}
@media screen and (max-width: 751px) {
  .mod-itemList .itemBox {
    width: 50%;
  }
}
.mod-itemList .itemBox .imgBox {
  position: relative;
  padding-top: 178%;
}
@media screen and (max-width: 751px) {
  .mod-itemList .itemBox .imgBox {
    padding-top: 148%;
  }
}
.mod-itemList .itemBox__img {
  line-height: 0;
}
.mod-itemList .itemBox__img .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 10px;
}
@media screen and (min-width: 752px) {
  .mod-itemList .itemBox__img .slick-dots li {
    margin: 0 15px;
  }
}
.mod-itemList .itemBox__img .slick-dots li button {
  border-radius: 50%;
  background: #ffffff;
  padding: 0;
  width: 100%;
  height: 100%;
}
.mod-itemList .itemBox__img .slick-dots li.slick-active button {
  background: #3366CC;
}
.mod-itemList .itemBox__img .slick-dots {
  bottom: 25px;
}
.mod-itemList .itemBox__txt {
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 1.2083333333;
  text-align: center;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  font-weight: 500;
}
@media screen and (max-width: 751px) {
  .mod-itemList .itemBox__txt {
    font-size: 16px;
  }
}
.mod-itemList .itemBox__txt .-price {
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-top: 10px;
  font-size: 14px;
}

.js-iv {
  opacity: 0;
  -webkit-transition: opacity 4s;
  transition: opacity 4s;
}
.js-iv.viewed {
  opacity: 1;
}

.yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#labeltop {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

#doorsPage {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 752px) {
  #doorsPage {
    min-width: 1280px;
  }
  #doorsPage a {
    display: inline-block;
    position: relative;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #doorsPage a:hover {
    opacity: 0.4;
  }
}
@media screen and (max-width: 751px) {
  #doorsPage {
    overflow: hidden;
  }
}
#doorsPage .kvSec {
  position: relative;
}
@media screen and (min-width: 752px) {
  #doorsPage .kvSec {
    min-height: 700px;
  }
}
@media screen and (max-width: 751px) {
  #doorsPage .kvSec {
    padding-top: 87px;
  }
}
#doorsPage .kvSec__logo {
  z-index: 1;
  position: absolute;
  width: 500px;
  left: 50px;
  top: 30px;
}
#doorsPage .kvSec__logo img {
  width: 100%;
}
@media screen and (max-width: 751px) {
  #doorsPage .kvSec__logo {
    width: 325px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 25px;
  }
}
#doorsPage .kvSec__ttl {
  position: absolute;
  width: 288px;
  top: 43px;
  left: 660px;
}
#doorsPage .kvSec__ttl img {
  width: 100%;
}
#doorsPage .kvSec__ttl.viewed .kvSec__ttl__bdr:after {
  width: 100%;
}
#doorsPage .kvSec__ttl__bdr {
  position: relative;
  border: solid 1px #181d1e;
  height: 4px;
  width: 100%;
}
#doorsPage .kvSec__ttl__bdr:after {
  content: "";
  position: absolute;
  background: #181d1e;
  left: 0;
  width: 0;
  top: 0;
  height: 100%;
  -webkit-transition: width 7s linear 3s;
  transition: width 7s linear 3s;
}
#doorsPage .kvSec__txt {
  position: absolute;
  z-index: 2;
}
#doorsPage .kvSec__txt img {
  width: 100%;
}
@media screen and (min-width: 752px) {
  #doorsPage .kvSec__txt {
    width: 29px;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 11;
    margin-top: 60px;
  }
}
@media screen and (max-width: 751px) {
  #doorsPage .kvSec__txt {
    width: 289px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 141.3333vw;
  }
}
#doorsPage .kvSec__img {
  position: relative;
}
#doorsPage .kvSec__img img {
  width: 100%;
}
@media screen and (max-width: 751px) {
  #doorsPage .kvSec__img {
    height: 154.6667vw;
  }
}
@media screen and (min-width: 752px) {
  #doorsPage .kvSec__img {
    padding-top: 54%;
    top: 120px;
    position: relative;
    left: 264px;
    width: calc(100% - 264px);
  }
}
@media screen and (min-width: 752px) {
  #doorsPage .kvSec__cnt {
    left: 50px;
    position: absolute;
    top: 0;
    width: 215px;
    height: 100vh;
    height: 100dvh;
    min-height: 700px;
  }
}
@media screen and (max-width: 751px) {
  #doorsPage .kvSec__cnt {
    padding: 100px 0 125px;
  }
}
@media screen and (min-width: 752px) {
  #doorsPage .kvSec__copy {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -30px;
  }
  #doorsPage .kvSec__copy img {
    width: 151px;
  }
}
@media screen and (max-width: 751px) {
  #doorsPage .kvSec__copy {
    text-align: center;
  }
  #doorsPage .kvSec__copy img {
    width: 210px;
  }
}
@media screen and (min-width: 752px) {
  #doorsPage .kvSec__name {
    position: absolute;
    bottom: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 751px) {
  #doorsPage .kvSec__name {
    text-align: center;
    margin-top: 120px;
  }
}
#doorsPage .kvSec__name__en {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
#doorsPage .kvSec__name__txt {
  letter-spacing: 0.1em;
  font-size: 17px;
}
#doorsPage .igLink {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50px;
  right: 50px;
}
#doorsPage .igLink__txt {
  -webkit-transition: opacity 4s;
  transition: opacity 4s;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  font-size: 12px;
  margin-right: 1em;
}
#doorsPage .igLink img {
  width: 20px;
}
@media screen and (max-width: 751px) {
  #doorsPage .igLink {
    position: fixed;
    top: auto;
    bottom: 20px;
    right: 0;
    z-index: 99;
  }
  #doorsPage .igLink img {
    width: 40px;
  }
}
#doorsPage .igLinkSp {
  border-radius: 50%;
  overflow: hidden;
  position: fixed;
  top: auto;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  width: 45px;
}
#doorsPage .igLinkSp img {
  width: 100%;
}
@media screen and (min-width: 752px) {
  #doorsPage .igLinkSp {
    display: none;
  }
}
@media screen and (min-width: 752px) {
  #doorsPage .topSec {
    padding-top: 300px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 752px) {
  #doorsPage .topSec .pcClm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#doorsPage .topSec .box {
  position: relative;
}
#doorsPage .topSec .box img {
  width: 100%;
}
#doorsPage .topSec .box.viewed .boxBtn__bdr:after {
  width: 100%;
}
#doorsPage .topSec .box .boxBtn {
  font-family: "Roboto", sans-serif;
  position: absolute;
  letter-spacing: 0.05em;
  width: 193px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 751px) {
  #doorsPage .topSec .box .boxBtn {
    font-size: 16px;
  }
}
#doorsPage .topSec .box .boxBtn__bdr {
  position: relative;
  border: solid 1px #181d1e;
  height: 4px;
  width: 100%;
  margin-top: 10px;
}
#doorsPage .topSec .box .boxBtn__bdr:after {
  content: "";
  position: absolute;
  background: #181d1e;
  left: 0;
  width: 0;
  top: 0;
  height: 100%;
  -webkit-transition: width 6s linear 1.5s;
  transition: width 6s linear 1.5s;
}
#doorsPage .topSec .box .itemLink {
  position: absolute;
  opacity: 0;
}
#doorsPage .topSec .box.-box1 {
  margin-bottom: 250px;
}
#doorsPage .topSec .box.-box1 .boxBtn {
  right: 100px;
  bottom: 115px;
}
#doorsPage .topSec .box.-box1 .boxBtn.-pos2 {
  right: 380px;
  bottom: 0px;
}
#doorsPage .topSec .box.-box1 .itemLink {
  width: 400px;
  height: 600px;
  left: 0px;
  bottom: 0px;
}
#doorsPage .topSec .box.-box1 .itemLink.-pos2 {
  bottom: auto;
  left: auto;
  right: 0px;
  top: 0px;
  width: 600px;
  height: 400px;
}
#doorsPage .topSec .box.-box2 {
  margin-bottom: 325px;
}
#doorsPage .topSec .box.-box2 .boxBtn {
  left: 155px;
  top: 175px;
}
#doorsPage .topSec .box.-box2 .boxBtn.-pos2 {
  left: 155px;
  bottom: 0px;
  top: auto;
}
#doorsPage .topSec .box.-box2 .itemLink {
  width: 250px;
  height: 380px;
  left: 400px;
  bottom: 0px;
}
#doorsPage .topSec .box.-box2 .itemLink.-pos2 {
  bottom: auto;
  left: auto;
  right: 100px;
  top: 0px;
  width: 400px;
  height: 600px;
}
#doorsPage .topSec .box.-box3 {
  margin-bottom: 400px;
}
#doorsPage .topSec .box.-box3 .boxBtn {
  right: 100px;
  bottom: 0px;
}
#doorsPage .topSec .box.-box3 .itemLink {
  width: 600px;
  height: 605px;
  left: 50px;
  bottom: 0px;
}
#doorsPage .topSec .box.-box4 {
  margin-bottom: 400px;
}
#doorsPage .topSec .box.-box4 .boxBtn {
  left: 100px;
  top: 200px;
}
#doorsPage .topSec .box.-box4 .boxBtn.-pos2 {
  left: 100px;
  top: auto;
  bottom: 0;
}
#doorsPage .topSec .box.-box4 .itemLink {
  width: 300px;
  height: 460px;
  left: 400px;
  bottom: 0px;
}
#doorsPage .topSec .box.-box4 .itemLink.-pos2 {
  bottom: auto;
  left: auto;
  right: 100px;
  top: 0px;
  width: 300px;
  height: 450px;
}
#doorsPage .topSec .box.-box5 {
  margin-bottom: 350px;
}
#doorsPage .topSec .box.-box5 .boxBtn {
  left: 100px;
  top: 295px;
}
#doorsPage .topSec .box.-box5 .itemLink {
  width: 430px;
  height: 637px;
  left: 385px;
  bottom: 0px;
}
#doorsPage .topSec .box.-box6 {
  margin-bottom: 300px;
}
#doorsPage .topSec .box.-box6 .boxBtn {
  left: 100px;
  bottom: 35px;
}
#doorsPage .topSec .box.-box6 .itemLink {
  width: 700px;
  height: 530px;
  right: 0px;
  bottom: 0px;
}
#doorsPage .topSec .box.-box7 {
  margin-bottom: 400px;
}
#doorsPage .topSec .box.-box7 .boxBtn {
  right: 65px;
  bottom: 0;
  width: 230px;
}
#doorsPage .topSec .box.-box7 .itemLink {
  width: 800px;
  height: 535px;
  left: 0px;
  bottom: 0px;
}
#doorsPage .topSec .box.-box1-sp {
  margin-bottom: 150px;
}
#doorsPage .topSec .box.-box1-sp .boxBtn {
  left: 14.4vw;
  bottom: 0;
}
#doorsPage .topSec .box.-box1-sp .itemLink {
  width: 86.6667vw;
  height: 130.6667vw;
  right: 0px;
  top: 0px;
}
#doorsPage .topSec .box.-box2-sp {
  margin-bottom: 200px;
}
#doorsPage .topSec .box.-box2-sp .boxBtn {
  left: 20vw;
  bottom: 0;
}
#doorsPage .topSec .box.-box2-sp .itemLink {
  width: 88vw;
  height: 130.6667vw;
  left: 0px;
  top: 0px;
}
#doorsPage .topSec .box.-box3-sp {
  margin-bottom: 175px;
}
#doorsPage .topSec .box.-box3-sp .boxBtn {
  left: 13.3333vw;
  bottom: 0;
}
#doorsPage .topSec .box.-box3-sp .itemLink {
  width: 100%;
  height: 150.6667vw;
  left: 0px;
  top: 53.3333vw;
}
#doorsPage .topSec .box.-box4-sp {
  margin-bottom: 200px;
}
#doorsPage .topSec .box.-box4-sp .boxBtn {
  left: 16.5333vw;
  bottom: 0;
}
#doorsPage .topSec .box.-box4-sp .itemLink {
  width: 68vw;
  height: 98.6667vw;
  left: 16vw;
  top: 0px;
}
#doorsPage .topSec .box.-box5-sp {
  margin-bottom: 170px;
}
#doorsPage .topSec .box.-box5-sp .boxBtn {
  left: 9.3333vw;
  bottom: 0px;
}
#doorsPage .topSec .box.-box5-sp .itemLink {
  width: 82.6667vw;
  height: 120vw;
  left: 9.3333vw;
  top: 0px;
}
#doorsPage .topSec .box.-box6-sp {
  margin-bottom: 250px;
}
#doorsPage .topSec .box.-box6-sp .boxBtn {
  left: 20vw;
  bottom: 80px;
}
#doorsPage .topSec .box.-box6-sp .boxBtn.-pos2 {
  bottom: 0px;
}
#doorsPage .topSec .box.-box6-sp .itemLink {
  width: 80vw;
  height: 121.3333vw;
  right: 0px;
  top: 17.3333vw;
}
#doorsPage .topSec .box.-box7-sp {
  margin-bottom: 150px;
}
#doorsPage .topSec .box.-box7-sp .boxBtn {
  left: 24vw;
  bottom: 0;
}
#doorsPage .topSec .box.-box7-sp .itemLink {
  width: 100%;
  height: 150.6667vw;
  left: 0px;
  top: 24vw;
}
#doorsPage .topSec .box.-box8-sp {
  margin-bottom: 200px;
}
#doorsPage .topSec .box.-box8-sp .boxBtn {
  left: 13.3333vw;
  bottom: 0;
}
#doorsPage .topSec .box.-box8-sp .itemLink {
  width: 80vw;
  height: 120vw;
  left: 0px;
  top: 0px;
}
#doorsPage .topSec .box.-box8-sp .itemLink.-pos2 {
  left: auto;
  top: auto;
  right: 0px;
  width: 66.6667vw;
  height: 101.3333vw;
  bottom: 26.6667vw;
}
#doorsPage .topSec .box.-box9-sp {
  margin-bottom: 200px;
}
#doorsPage .topSec .box.-box9-sp .boxBtn {
  width: 270px;
  left: 13.3333vw;
  bottom: 0;
}
#doorsPage .topSec .box.-box9-sp .itemLink {
  width: 100%;
  height: 150.6667vw;
  left: 0px;
  top: 0px;
}
#doorsPage .aboutSec {
  background: url(bg-tex.webp) top center;
}
@media screen and (min-width: 752px) {
  #doorsPage .aboutSec {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 751px) {
  #doorsPage .aboutSec {
    padding-top: 150px;
    padding-bottom: 125px;
  }
}
@media screen and (min-width: 752px) {
  #doorsPage .aboutSec__in {
    max-width: 1000px;
    margin: 0 auto;
  }
}
#doorsPage .aboutSec__ttl {
  margin: 0 auto 70px;
  text-align: center;
}
#doorsPage .aboutSec__ttl img {
  width: 162px;
}
@media screen and (min-width: 752px) {
  #doorsPage .aboutSec__ttl {
    border-bottom: solid 1px #000;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 751px) {
  #doorsPage .aboutSec__ttl {
    margin-bottom: 0px;
  }
}
#doorsPage .aboutSec__cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 752px) {
  #doorsPage .aboutSec__cnt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 825px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 751px) {
  #doorsPage .aboutSec__cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 752px) {
  #doorsPage .aboutSec__img {
    width: 230px;
  }
}
@media screen and (max-width: 751px) {
  #doorsPage .aboutSec__img {
    width: 203px;
    margin: 0 auto;
  }
}
#doorsPage .aboutSec__img img {
  width: 100%;
}
#doorsPage .aboutSec__txt {
  text-align: justify;
  line-height: 2.2;
  letter-spacing: 0.12em;
  font-size: 15px;
}
@media screen and (min-width: 752px) {
  #doorsPage .aboutSec__txt {
    width: 525px;
  }
}
@media screen and (max-width: 751px) {
  #doorsPage .aboutSec__txt {
    padding: 45px 25px 0;
    font-size: 16px;
  }
}
#doorsPage .aboutSec__movie {
  padding-top: 100px;
}
@media screen and (max-width: 751px) {
  #doorsPage .aboutSec__movie {
    padding-top: 65px;
  }
}
#doorsPage .aboutSec__movie video {
  width: 100%;
}
#doorsPage .aboutSec__topimg {
  text-align: center;
  margin-bottom: 75px;
}
#doorsPage .aboutSec__topimg img {
  width: 200px;
}
#doorsPage .candoSec {
  padding-top: 110px;
}
@media screen and (max-width: 751px) {
  #doorsPage .candoSec {
    padding-top: 120px;
  }
}
#doorsPage .candoSec .-indent {
  text-indent: -0.5em;
  display: inline-block;
}
#doorsPage .candoSec__head {
  text-align: center;
  margin-bottom: 85px;
}
#doorsPage .candoSec__head__ttl {
  font-weight: bold;
  letter-spacing: 0.075em;
  font-size: 40px;
}
#doorsPage .candoSec__head__ttl img {
  width: 355px;
}
@media screen and (max-width: 751px) {
  #doorsPage .candoSec__head__ttl img {
    max-width: 325px;
  }
}
@media screen and (max-width: 751px) {
  #doorsPage .candoSec__head__ttl {
    line-height: 1.6;
    font-size: 25px;
  }
}
#doorsPage .candoSec__head__txt {
  letter-spacing: 0.12em;
  line-height: 2.2222222222;
  font-size: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 751px) {
  #doorsPage .candoSec__head__txt {
    font-size: 16px;
    line-height: 2.2;
  }
}
#doorsPage .candoSec__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 752px) {
  #doorsPage .candoSec__body {
    max-width: 1000px;
    margin: 0 auto;
    gap: 135px;
  }
}
#doorsPage .candoSec__body .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#doorsPage .candoSec__body .item__img img {
  width: 100%;
}
@media screen and (min-width: 752px) {
  #doorsPage .candoSec__body .item__img {
    width: 600px;
  }
}
#doorsPage .candoSec__body .item__img .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 10px;
}
@media screen and (min-width: 752px) {
  #doorsPage .candoSec__body .item__img .slick-dots li {
    margin: 0 15px;
  }
}
#doorsPage .candoSec__body .item__img .slick-dots li button {
  border-radius: 50%;
  background: #ffffff;
  padding: 0;
  width: 100%;
  height: 100%;
}
#doorsPage .candoSec__body .item__img .slick-dots li.slick-active button {
  background: #3366CC;
}
#doorsPage .candoSec__body .item__img .slick-dots {
  bottom: 25px;
}
@media screen and (min-width: 752px) {
  #doorsPage .candoSec__body .item__txtarea {
    padding: 0 50px;
    width: calc(100% - 600px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 751px) {
  #doorsPage .candoSec__body .item__txtarea {
    padding: 60px 40px 100px;
  }
}
#doorsPage .candoSec__body .item__txtarea__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 751px) {
  #doorsPage .candoSec__body .item__txtarea__head {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#doorsPage .candoSec__body .item__txtarea__head__ttl {
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 2;
  font-size: 22px;
}
@media screen and (max-width: 751px) {
  #doorsPage .candoSec__body .item__txtarea__head__ttl {
    font-size: 22px;
  }
}
#doorsPage .candoSec__body .item__txtarea__body {
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 15px;
  margin-top: 35px;
}
@media screen and (max-width: 751px) {
  #doorsPage .candoSec__body .item__txtarea__body {
    font-size: 17px;
    margin-top: 30px;
  }
}
#doorsPage .candoSec__body .item__btn {
  text-align: center;
  padding-top: 100px;
}
#doorsPage .candoSec__body .item__btn img {
  width: 244px;
}
@media screen and (min-width: 752px) {
  #doorsPage .candoSec__body .item {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #doorsPage .candoSec__body .item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #doorsPage .candoSec__body .item:nth-child(2n) .item__txtarea {
    padding: 0 75px 0 0px;
  }
  #doorsPage .candoSec__body .item__txtarea {
    padding: 0 0px 0 75px;
  }
}
@media screen and (max-width: 751px) {
  #doorsPage .candoSec__body .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#doorsPage .movieSec {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (min-width: 752px) {
  #doorsPage .movieSec {
    padding-top: 225px;
  }
}
@media screen and (max-width: 751px) {
  #doorsPage .movieSec {
    background: url(bg-tex.webp) top center;
    margin-top: -25px;
    padding-top: 75px;
    padding-bottom: 100px;
  }
}
#doorsPage .movieSec__head {
  text-align: center;
  margin-bottom: 60px;
}
#doorsPage .movieSec__head__ttl img {
  width: 341px;
}
@media screen and (max-width: 751px) {
  #doorsPage .movieSec__head__ttl img {
    max-width: 325px;
  }
}
@media screen and (max-width: 751px) {
  #doorsPage .movieSec__head__ttl {
    font-size: 25px;
  }
}
#doorsPage .movieSec__head__txt {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.2222222222;
  font-size: 13px;
  margin-top: 30px;
}
#doorsPage .spInkV img {
  width: 100%;
}
@media screen and (min-width: 752px) {
  #doorsPage .spInkV {
    display: none;
  }
}
#doorsPage .interviewSec {
  padding-top: 225px;
}
@media screen and (max-width: 751px) {
  #doorsPage .interviewSec {
    padding-top: 100px;
    padding-bottom: 150px;
    margin-left: 37px;
    margin-right: 37px;
  }
}
#doorsPage .interviewSec__ttl {
  text-align: center;
  margin: 0 auto 100px;
}
@media screen and (min-width: 752px) {
  #doorsPage .interviewSec__ttl {
    width: 327px;
  }
}
@media screen and (max-width: 751px) {
  #doorsPage .interviewSec__ttl {
    width: 220px;
    margin-bottom: 45px;
  }
}
#doorsPage .interviewSec__ttl img {
  width: 100%;
}
@media screen and (min-width: 752px) {
  #doorsPage .interviewSec__cnt {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#doorsPage .interviewSec__img {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
#doorsPage .interviewSec__img img {
  width: 100%;
}
@media screen and (min-width: 752px) {
  #doorsPage .interviewSec__img {
    width: 500px;
  }
}
@media screen and (max-width: 751px) {
  #doorsPage .interviewSec__img {
    margin-bottom: 75px;
  }
}
#doorsPage .interviewSec__txtarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 90px;
}
@media screen and (min-width: 752px) {
  #doorsPage .interviewSec__txtarea {
    width: 515px;
    margin-right: 90px;
  }
}
@media screen and (max-width: 751px) {
  #doorsPage .interviewSec__txtarea {
    gap: 60px;
  }
}
#doorsPage .interviewSec__txtarea dl {
  font-size: 15px;
}
@media screen and (max-width: 751px) {
  #doorsPage .interviewSec__txtarea dl {
    font-size: 17px;
  }
}
#doorsPage .interviewSec__txtarea dl dt {
  font-weight: normal;
  position: relative;
  padding-left: 30px;
  margin-bottom: 35px;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 2;
}
@media screen and (max-width: 751px) {
  #doorsPage .interviewSec__txtarea dl dt {
    margin-bottom: 30px;
  }
  #doorsPage .interviewSec__txtarea dl dt br {
    display: none;
  }
}
#doorsPage .interviewSec__txtarea dl dt:before {
  content: "";
  position: absolute;
  left: 0;
  background: #1577ca;
  width: 5px;
  top: 0.5em;
  height: calc(100% - 1em);
}
#doorsPage .interviewSec__txtarea dl dd {
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.1em;
}
#doorsPage .itemSec {
  padding-top: 225px;
}
@media screen and (max-width: 751px) {
  #doorsPage .itemSec {
    padding-top: 150px;
  }
}
#doorsPage .itemSec__head {
  text-align: center;
  margin-bottom: 50px;
}
#doorsPage .itemSec__head__txt1 {
  letter-spacing: 0.075em;
  line-height: 1.375;
  font-size: 40px;
  font-weight: bold;
}
#doorsPage .itemSec__head__txt1 img {
  width: 350px;
}
@media screen and (max-width: 751px) {
  #doorsPage .itemSec__head__txt1 img {
    max-width: 325px;
  }
}
@media screen and (min-width: 752px) {
  #doorsPage .itemSec__head__txt1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 751px) {
  #doorsPage .itemSec__head__txt1 {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
#doorsPage .itemSec__head__txt2 {
  letter-spacing: 0.12em;
  line-height: 2.2;
  font-size: 15px;
}
@media screen and (max-width: 751px) {
  #doorsPage .itemSec__head__txt2 {
    font-size: 15px;
  }
}
#doorsPage .cntFooter {
  background: url(bg-tex.webp) top center;
  padding: 100px 0 125px;
}
@media screen and (min-width: 752px) {
  #doorsPage .cntFooter {
    padding: 200px 0 225px;
  }
}
#doorsPage .cntFooter.viewed .cntFooter__btn__bdr:after {
  width: 100%;
}
#doorsPage .cntFooter__device {
  text-align: center;
  margin-bottom: 50px;
}
#doorsPage .cntFooter__device img {
  width: 440px;
}
@media screen and (max-width: 751px) {
  #doorsPage .cntFooter__device img {
    width: 325px;
  }
}
#doorsPage .cntFooter__ttl {
  text-align: center;
}
#doorsPage .cntFooter__ttl img {
  width: 162px;
}
#doorsPage .cntFooter__txt {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.12em;
  font-size: 15px;
  margin-top: 30px;
}
#doorsPage .cntFooter__btn {
  font-weight: 400;
  margin: 35px auto 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  width: 165px;
  font-size: 14px;
}
@media screen and (max-width: 751px) {
  #doorsPage .cntFooter__btn {
    font-size: 16px;
  }
}
#doorsPage .cntFooter__btn__bdr {
  position: relative;
  border: solid 1px #181d1e;
  height: 4px;
  width: 100%;
  margin-top: 10px;
}
#doorsPage .cntFooter__btn__bdr:after {
  content: "";
  position: absolute;
  background: #181d1e;
  left: 0;
  width: 0;
  top: 0;
  height: 100%;
  -webkit-transition: width 6s linear 1.5s;
  transition: width 6s linear 1.5s;
}

.-kvscrl #doorsPage .igLinkSp {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}/*# sourceMappingURL=style.css.map */