@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;700&display=swap");
.wrapper {
  min-width: 1334px;
  overflow-x: hidden;
  font-family: "Jost", "Noto Sans JP", sans-serif;
}

.fv {
  text-align: center;
  padding-top: 85px;
  color: white;
  background: linear-gradient(to bottom, #fff 130px, #00001f 130px, #00001f);
}
.fv__mv {
  max-width: 1334px;
  margin: 0 auto;
}
.fv__lead {
  padding: 50px 0 55px;
}
.fv__lead--ttl {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
.fv__lead--txt {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 2.28;
  letter-spacing: 0.23em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 30px;
}

.collection {
  padding-top: 90px;
}
.collection__ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  letter-spacing: 0.2em;
  padding: 0 0.1em 13px 0.3em;
  margin: 0 auto;
  border-bottom: 2.25px solid #000;
}
.collection__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1334px;
  margin: 27px auto 0;
}
.collection__nav--list {
  width: 222px;
}
.collection__blk {
  padding-top: 125px;
}
.collection__blk--ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.collection__blk--ttl--en {
  font-size: 54px;
  letter-spacing: 0.23em;
}
.collection__blk--ttl--coat {
  position: absolute;
  top: 45px;
  right: -40px;
  width: 144px;
}
.collection__blk--ttl--jp {
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: 900;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 3px 0 0;
}
.collection__blk--price {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  margin-top: 55px;
  font-family: "Noto Sans JP", sans-serif;
}
.collection__blk--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1334px;
  margin: 55px auto 0;
}
.collection__blk--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 550px;
  text-align: center;
}
.collection__blk--main--img {
  margin: 0 auto;
}
.collection__blk--main--credit {
  font-size: 12.45px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 35px;
}
.collection__blk--info {
  width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.collection__blk--info--lead {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.23em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  width: 500px;
  margin: 0 0 0 auto;
}
.collection__blk--info--detail {
  width: 500px;
  margin: 0 0 0 auto;
}
.collection__blk--info .detail-top, .collection__blk--info .detail-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.collection__blk--info .detail-top__img, .collection__blk--info .detail-btm__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 244px;
}
.collection__blk--info .detail-top__txt, .collection__blk--info .detail-btm__txt {
  width: 100%;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.collection__blk--info .detail-top {
  text-align: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.collection__blk--info .detail-top__txt {
  padding-top: 12px;
  padding-right: 20px;
}
.collection__blk--info .detail-btm {
  margin-top: -80px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.collection__blk--info .detail-btm__txt {
  padding-left: 20px;
}

#coat01 {
  background: linear-gradient(to bottom, #fff 165px, #c8bb9b 165px, #c8bb9b calc(100% - 115px), #fff calc(100% - 115px), #fff);
}
#coat01 .collection__blk--main {
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}
#coat01 .collection__blk--main--img {
  width: 541px;
  margin-top: -45px;
}

#coat02 {
  background: linear-gradient(to bottom, #fff 165px, #e2e6ee 165px, #e2e6ee calc(100% - 115px), #fff calc(100% - 115px), #fff);
}
#coat02 .collection__blk--main {
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}
#coat02 .collection__blk--main--img {
  width: 431px;
  margin-top: -95px;
}

#coat03 {
  background: linear-gradient(to bottom, #fff 165px, #bea5a2 165px, #bea5a2 calc(100% - 115px), #fff calc(100% - 115px), #fff);
}
#coat03 .collection__blk--ttl--coat {
  top: 25px;
  right: -120px;
}
#coat03 .collection__blk--main {
  -webkit-transform: translate(40px, 0);
          transform: translate(40px, 0);
}
#coat03 .collection__blk--main--img {
  width: 468px;
  margin-top: -75px;
}

#coat04 {
  background: linear-gradient(to bottom, #fff 165px, #aebbc3 165px, #aebbc3 calc(100% - 115px), #fff calc(100% - 115px), #fff);
}
#coat04 .collection__blk--ttl--coat {
  right: -55px;
}
#coat04 .collection__blk--main {
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
}
#coat04 .collection__blk--main--img {
  width: 444px;
  margin-top: -15px;
}

#coat05 {
  background: linear-gradient(to bottom, #fff 165px, #4486a1 165px, #4486a1 calc(100% - 115px), #fff calc(100% - 115px), #fff);
}
#coat05 .collection__blk--main {
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}
#coat05 .collection__blk--main--img {
  width: 471px;
  margin-top: -65px;
}
#coat05 .collection__blk--info--lead,
#coat05 .detail-top__txt {
  color: #fff;
}

#coat06 {
  background: linear-gradient(to bottom, #fff 165px, #c8c9ca 165px, #c8c9ca calc(100% - 115px), #fff calc(100% - 115px), #fff);
}
#coat06 .collection__blk--main {
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}
#coat06 .collection__blk--ttl--coat {
  top: 15px;
  right: -100px;
}
#coat06 .collection__blk--main--img {
  width: 468px;
  margin-top: -40px;
}
#coat06 .collection__blk--info--detail {
  margin-top: 80px;
}

.reserveBtn {
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.reserveBtn__btn {
  display: block;
  margin: 0 auto;
  width: 448px;
  background: #00001f;
  color: #fff;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  padding: 21px 0;
  font-size: 2.5rem;
  position: relative;
}
.reserveBtn__btn.bebas {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.1em;
  font-size: 3.2rem;
  padding: 13px 0;
  width: 350px;
}
.reserveBtn__btn::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  top: 50%;
  right: 41px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.totop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  width: 95px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  z-index: 10;
  font-family: "Shippori Mincho", serif;
  position: relative;
}
.totop:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 15px;
  margin-top: 10px;
}

#ft {
  background: #eee;
  padding: 80px 0 0;
  margin-top: 243px;
}
#ft .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#ft .shop {
  margin-bottom: 30px;
}
#ft .img {
  text-align: center;
}
#ft .ft__copy {
  color: #fff;
  background: #000;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  margin-top: 50px;
  padding: 40px 0;
}
#ft .shopList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 834px;
  margin: 32px auto 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 129px;
}
#ft .shopList li {
  width: 169px;
  margin-bottom: 10px;
}
#ft .shopList li a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .wrapper {
    min-width: unset;
  }
  .fv {
    padding-top: 0;
    background: #00001f;
  }
  .fv__lead {
    padding: calc(65/375*100vw) 0 calc(60/375*100vw);
  }
  .fv__lead--ttl {
    font-size: calc(26/375*100vw);
    letter-spacing: 0.15em;
  }
  .fv__lead--txt {
    font-size: calc(14/375*100vw);
    letter-spacing: 0.23em;
    margin-top: calc(30/375*100vw);
  }
  .collection {
    padding-top: calc(75/375*100vw);
  }
  .collection__ttl {
    font-size: calc(28/375*100vw);
    letter-spacing: 0.2em;
    padding: 0 0.1em 13px 0.3em;
  }
  .collection__nav {
    margin: calc(30/375*100vw) auto 0;
  }
  .collection__nav--list {
    width: 33%;
    margin-top: calc(3/375*100vw);
  }
  .collection__blk {
    padding-top: calc(90/375*100vw);
  }
  .collection__blk--ttl {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .collection__blk--ttl--en {
    font-size: calc(37.8/375*100vw);
    letter-spacing: 0.23em;
  }
  .collection__blk--ttl--coat {
    top: calc(35/375*100vw);
    right: calc(-35/375*100vw);
    width: calc(102/375*100vw);
  }
  .collection__blk--ttl--jp {
    font-size: calc(18/375*100vw);
    letter-spacing: 0.1em;
    margin: calc(8/375*100vw) 0 0;
  }
  .collection__blk--price {
    font-size: calc(18/375*100vw);
    letter-spacing: 0.1em;
    margin-top: calc(45/375*100vw);
  }
  .collection__blk--wrap {
    display: block;
    margin: calc(40/375*100vw) auto 0;
  }
  .collection__blk--main {
    display: block;
    width: 100%;
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
  }
  .collection__blk--main--img {
    margin-top: 0 !important;
  }
  .collection__blk--main--credit {
    font-size: calc(13/375*100vw);
    margin-top: ve(35);
  }
  .collection__blk--info {
    width: 100%;
    display: block;
    margin-top: calc(50/375*100vw);
  }
  .collection__blk--info--lead {
    font-size: calc(16/375*100vw);
    letter-spacing: 0.23em;
    width: 86%;
    margin: 0 auto;
  }
  .collection__blk--info--detail {
    width: 100%;
    margin-top: calc(45/375*100vw);
  }
  .collection__blk--info .detail-top, .collection__blk--info .detail-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .collection__blk--info .detail-top__img, .collection__blk--info .detail-btm__img {
    width: calc(185/375*100vw);
  }
  .collection__blk--info .detail-top__txt, .collection__blk--info .detail-btm__txt {
    font-size: calc(16/375*100vw);
    letter-spacing: 0.1em;
  }
  .collection__blk--info .detail-top__txt {
    padding-top: calc(12/375*100vw);
    padding-right: calc(5/375*100vw);
  }
  .collection__blk--info .detail-btm {
    margin-top: calc(-25/375*100vw);
  }
  .collection__blk--info .detail-btm__txt {
    padding-right: calc(5/375*100vw);
  }
  #coat01 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(32vw, #fff), color-stop(32vw, #c8bb9b), color-stop(#c8bb9b), color-stop(#fff), to(#fff));
    background: linear-gradient(to bottom, #fff 32vw, #c8bb9b 32vw, #c8bb9b calc(100% - 37vw), #fff calc(100% - 37vw), #fff);
  }
  #coat01 .collection__blk--main--img {
    width: calc(351/375*100vw);
  }
  #coat02 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(32vw, #fff), color-stop(32vw, #e2e6ee), color-stop(#e2e6ee), color-stop(#fff), to(#fff));
    background: linear-gradient(to bottom, #fff 32vw, #e2e6ee 32vw, #e2e6ee calc(100% - 37vw), #fff calc(100% - 37vw), #fff);
  }
  #coat02 .collection__blk--main--img {
    width: calc(272.8/375*100vw);
  }
  #coat02 .collection__blk--ttl--coat {
    top: calc(40/375*100vw);
    right: calc(-15/375*100vw);
  }
  #coat03 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(32vw, #fff), color-stop(32vw, #bea5a2), color-stop(#bea5a2), color-stop(#fff), to(#fff));
    background: linear-gradient(to bottom, #fff 32vw, #bea5a2 32vw, #bea5a2 calc(100% - 37vw), #fff calc(100% - 37vw), #fff);
  }
  #coat03 .collection__blk--ttl--coat {
    top: calc(20/375*100vw);
    right: calc(-85/375*100vw);
  }
  #coat03 .collection__blk--main--img {
    width: calc(304/375*100vw);
  }
  #coat04 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(32vw, #fff), color-stop(32vw, #aebbc3), color-stop(#aebbc3), color-stop(#fff), to(#fff));
    background: linear-gradient(to bottom, #fff 32vw, #aebbc3 32vw, #aebbc3 calc(100% - 37vw), #fff calc(100% - 37vw), #fff);
  }
  #coat04 .collection__blk--ttl--coat {
    right: calc(-35/375*100vw);
  }
  #coat04 .collection__blk--main--img {
    width: calc(288.2/375*100vw);
  }
  #coat05 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(32vw, #fff), color-stop(32vw, #4486a1), color-stop(#4486a1), color-stop(#fff), to(#fff));
    background: linear-gradient(to bottom, #fff 32vw, #4486a1 32vw, #4486a1 calc(100% - 37vw), #fff calc(100% - 37vw), #fff);
  }
  #coat05 .collection__blk--ttl--en {
    letter-spacing: 0.08em !important;
  }
  #coat05 .collection__blk--main--img {
    width: calc(306/375*100vw);
  }
  #coat05 .collection__blk--info--lead,
  #coat05 .detail-top__txt {
    color: #fff;
  }
  #coat06 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(32vw, #fff), color-stop(32vw, #c8c9ca), color-stop(#c8c9ca), color-stop(#fff), to(#fff));
    background: linear-gradient(to bottom, #fff 32vw, #c8c9ca 32vw, #c8c9ca calc(100% - 37vw), #fff calc(100% - 37vw), #fff);
  }
  #coat06 .collection__blk--ttl--coat {
    right: calc(-35/375*100vw);
  }
  #coat06 .collection__blk--main--img {
    width: calc(303.7/375*100vw);
  }
  #coat06 .collection__blk--info--detail {
    margin-top: 80px;
  }
  #coat06 .collection__blk--ttl--coat {
    top: calc(15/375*100vw);
    right: calc(-85/375*100vw);
  }
  .reserveBtn {
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .reserveBtn__btn {
    display: block;
    margin: 0 auto;
    width: 448px;
    background: #00001f;
    color: #fff;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    padding: 21px 0;
    font-size: 2.5rem;
    position: relative;
  }
  .reserveBtn__btn.bebas {
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.1em;
    font-size: 3.2rem;
    padding: 13px 0;
    width: 350px;
  }
  .reserveBtn__btn::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    top: 50%;
    right: 41px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .reserveBtn {
    margin-top: 27.2vw;
  }
  .reserveBtn__btn {
    width: 86.6666666667vw;
    padding: 4vw 0;
    font-size: 6.4vw;
    letter-spacing: -0.03em;
  }
  .reserveBtn__btn.bebas {
    font-size: 8.16vw;
    padding: 3.2vw 0 2.6666666667vw;
    width: 87%;
  }
  .reserveBtn__btn.bebas:before {
    display: block;
    right: 6.1333333333vw;
  }
  .reserveBtn__btn::before {
    right: 3.7333333333vw;
    display: none;
  }
  .totop {
    right: 14.3%;
  }
  #ft {
    background: #eee;
    padding: 70px 0 0;
  }
  #ft .inner {
    padding: 0 8%;
  }
  #ft .shop {
    margin-bottom: 25px;
    text-align: left;
  }
  #ft .img {
    width: 110px;
  }
  #ft .shopList {
    width: 100%;
    margin: 12px auto 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  #ft .shopList li {
    width: 50%;
  }
  #ft .shopList li a {
    font-size: 14px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 768px) and (min-width: 501px) {
  .others__cnt--item .reserveBtn__btn {
    width: 67%;
    margin-right: auto;
  }
  .others__cnt--item .reserveBtn {
    width: 67%;
  }
}
/*# sourceMappingURL=style.css.map */