@charset "UTF-8";
/* ====================
 SIZE SET
==================== */
/* ====================
 MIXIN
==================== */
@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");
.c-bebas {
  font-family: "Bebas Neue", sans-serif;
}
.c-bebas::first-letter {
  font-size: 0.8em !important;
}

.c-sippori {
  font-family: "Shippori Mincho", serif;
}

.wrapper {
  min-width: 1000px;
  overflow-x: hidden;
  font-family: "BIZ UDGothic", sans-serif;
}

img {
  pointer-events: none;
}

.fv {
  max-width: 1000px;
  margin: 0 auto;
}
.fv__lead {
  background: #AEBEB3;
  padding: 60px 0 0;
}
.fv__lead--en {
  width: 312px;
  margin: 0 auto;
}
.fv__lead--ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 35px auto 90px;
}
.fv__lead--txt {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 3;
  text-align: center;
}
.fv__model {
  background: #AEBEB3;
  padding: 90px 0 60px;
}
.fv__model--en img {
  display: block;
  width: 81px;
  margin: 0 auto;
}
.fv__model__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 640px;
  margin: 35px auto 0;
}
.fv__model--logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.fv__model--logo img {
  display: block;
  margin-top: auto;
}
.fv__model--logo.-urawa img {
  width: 183px;
}
.fv__model--logo.-cereso img {
  width: 121.5px;
}
.fv__model--logo.-brt img {
  width: 162px;
}
.fv__model--logo.-sun img {
  width: 156px;
}
.fv__model--note {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 4;
  text-align: center;
  margin-top: 50px;
}

.collection {
  max-width: 1000px;
  margin: 0 auto;
}
.collection__blk {
  position: relative;
  margin-top: 25px;
}
.collection__blk .spec {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  line-height: 1;
  padding: 0.25em 0.75em;
  background: #fff;
}
.collection__blk .spec.-rgt {
  left: auto;
  right: 10px;
}
.collection__profile {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 25px;
}
.collection__mat {
  position: relative;
  width: 422px;
  margin: 25px auto 40px;
}
.collection__mat--txt {
  position: absolute;
  bottom: 0;
  right: -25px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  font-weight: bold;
}

.links {
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 40px 0 100px;
  background: #f7f8f8;
}
.links__official--ttl {
  width: 160px;
  margin: 0 auto;
}
.links__official--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 676px;
  margin: 60px auto 0;
}
.links__official--img--blk {
  max-width: 332px;
  height: auto;
}
.links__official--img--blk .logo {
  display: block;
  width: 70px;
  margin: 0 auto 15px;
}
.links__official--img--blk a {
  display: block;
}
.links__official--txt {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  margin-top: 40px;
}
.links__azabu {
  margin-top: 80px;
}
.links__azabu--logo {
  width: 300px;
  margin: 0 auto;
}
.links__azabu--bana {
  display: block;
  max-width: 596px;
  margin: 90px auto 0;
}

.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__lead {
    padding: 30px 0 0;
  }
  .fv__lead--en {
    width: 250px;
    margin: 0 auto;
  }
  .fv__lead--ttl {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 30px auto;
  }
  .fv__lead--txt {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2.57;
    text-align: center;
  }
  .fv__model {
    padding: 45px 0 30px;
  }
  .fv__model__wrap {
    width: 100%;
    margin: 35px auto 0;
  }
  .fv__model--logo.-urawa img {
    width: 122px;
  }
  .fv__model--logo.-cereso img {
    width: 81px;
  }
  .fv__model--logo.-brt img {
    width: 108px;
  }
  .fv__model--logo.-sun img {
    width: 104px;
  }
  .collection {
    max-width: 1000px;
    margin: 0 auto;
  }
  .collection__blk {
    margin-top: 25px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .collection__blk .spec {
    font-size: 10px;
  }
  .collection__blk.open {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
    height: 100dvh;
    overflow: auto;
    z-index: 10000;
    margin: 0;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.85);
  }
  .collection__blk.open img {
    width: auto;
    max-width: none;
    height: 70dvh;
  }
  .collection__blk.open .spec {
    position: fixed;
    bottom: 5dvh;
    font-size: 12px;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .collection__profile {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.43;
  }
  .collection__mat {
    width: 80%;
    margin: 25px auto 40px;
  }
  .collection__mat--txt {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.43;
    margin-top: 1em;
  }
  .collection__mat.open {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
    height: 100dvh;
    overflow: auto;
    z-index: 10000;
    margin: 0;
    background: rgba(0, 0, 0, 0.85);
  }
  .collection__mat.open img {
    width: auto;
    max-width: none;
    height: 60dvh;
  }
  .collection__mat.open .collection__mat--txt {
    position: fixed;
    color: #fff;
    bottom: 5dvh;
    font-size: 13px;
    text-align: center;
    margin: 0;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .links {
    margin: 30px auto 0;
    padding: 40px 5% 60px;
  }
  .links__official--ttl {
    width: 128px;
    margin: 0 auto;
  }
  .links__official--img {
    display: block;
    margin: 30px auto 0;
  }
  .links__official--img--blk {
    max-width: 100%;
    height: auto;
  }
  .links__official--img--blk:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .links__official--img--blk .logo {
    margin: 0 auto 5px;
  }
  .links__official--txt {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-align: center;
    margin-top: 20px;
  }
  .links__azabu {
    margin-top: 80px;
  }
  .links__azabu--logo {
    width: 150px;
    margin: 0 auto;
  }
  .links__azabu--bana {
    display: block;
    max-width: 100%;
    margin: 20px auto 0;
  }
  .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 */