.page p, .page span, .page a, .page h2, .page h3 {
  line-height: 1.5;
}
.page a {
  display: block;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.page a:hover {
  opacity: 0.6;
}
.page img {
  max-width: 100%;
  height: auto;
}
.page div, .page span, .page applet, .page object, .page iframe,
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page p,
.page blockquote, .page pre, .page a, .page abbr, .page acronym, .page address,
.page big, .page cite, .page code, .page del, .page dfn, .page em, .page img, .page ins, .page kbd, .page q, .page s, .page samp, .page small, .page strike, .page strong, .page sub, .page sup, .page tt, .page var, .page b, .page u, .page i, .page center,
.page dl, .page dt, .page dd, .page ol, .page ul, .page li,
.page fieldset, .page form, .page label, .page legend,
.page table, .page caption, .page tbody, .page tfoot, .page thead, .page tr, .page th, .page td,
.page article, .page aside, .page canvas, .page details, .page embed, .page figure, .page figcaption, .page footer, .page header, .page hgroup,
.page menu, .page nav, .page output, .page ruby, .page section, .page summary, .page time, .page mark, .page audio, .page video, .page picture {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page article, .page aside, .page details, .page figcaption, .page figure, .page footer, .page header, .page hgroup, .page menu, .page nav, .page section, .page summary, .page picture {
  display: block;
}
.page *, .page *:before, .page *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l-wrap {
  overflow: initial;
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block !important;
  }
  .view--sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none !important;
  }
  .view--sp {
    display: block !important;
  }
}
body {
  margin: 0;
}

.page {
  /*=============================
   kv
  =============================*/
  /*=============================
   jacket,pants
  =============================*/
}
.page .kv h1 {
  min-width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .kv h1 {
    min-width: 190vw;
  }
}
@media screen and (max-width: 768px) {
  .page .kv h1 {
    min-width: 100%;
  }
}
.page .kv h1 img {
  width: 100%;
  margin: auto;
}
.page .statement {
  margin: 80px auto;
  max-width: 475px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page .statement {
    margin: 20.8vw auto;
    max-width: 89.3vw;
  }
}
.page .model_change {
  display: block;
  max-width: 168px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .page .model_change {
    max-width: 43.8vw;
    margin-bottom: 13vw;
  }
}
.page .jacket {
  margin: 0 auto 90px;
  max-width: 800px;
  width: 96%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .jacket {
    max-width: 89.6vw;
    width: 100%;
    margin-bottom: 20.8vw;
  }
}
.page .jacket_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page .jacket_title {
    font-size: 6.3vw;
    margin-bottom: 2.6vw;
  }
}
.page .jacket_text {
  font-size: 14px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .jacket_text {
    font-size: 3.6vw;
    margin-bottom: 5.2vw;
  }
}
.page .jacket_img {
  position: relative;
}
.page .pants {
  margin: 0 auto 60px;
  max-width: 800px;
  width: 96%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .pants {
    max-width: 89.6vw;
    width: 100%;
    margin-bottom: 20.8vw;
  }
}
.page .pants_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page .pants_title {
    font-size: 6.3vw;
    margin-bottom: 2.6vw;
  }
}
.page .pants_text {
  font-size: 14px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .pants_text {
    font-size: 3.6vw;
    margin-bottom: 5.2vw;
  }
}
.page .pants_img {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .pants_img {
    margin-bottom: 0;
  }
}
.page .pants_note {
  font-size: 14px;
  text-align: left;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .page .pants_note {
    font-size: 3.6vw;
  }
}
.page .btn-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 600px;
  width: 100%;
  padding-bottom: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .btn-list {
    padding: 5.2vw 0 26vw;
  }
}
@media screen and (max-width: 768px) {
  .page .btn-list__item {
    margin-bottom: 7.3vw;
  }
}
.page .btn-list__item a {
  height: 68px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page .btn-list__item a {
    max-width: 72.9vw;
    height: 17.7vw;
    font-size: 3.6vw;
  }
}
.page .btn-list__item:last-child {
  margin-bottom: 0;
}
.page .bnr_area {
  margin: 0 auto 80px;
  text-align: center;
  background: #F5F5F5;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .page .bnr_area {
    margin-bottom: 26vw;
    padding: 10.4vw 0;
  }
}
.page .bnr_heading {
  margin: 0 auto 33px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .bnr_heading {
    max-width: 89.6vw;
    font-size: 6.3vw;
    font-weight: bold;
    margin-bottom: 10.4vw;
    padding: 2.6vw 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    letter-spacing: -0.02em;
  }
}
.page .img-wrap-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 784px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .img-wrap-bnr {
    -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;
    width: 100%;
  }
}
.page .img-wrap-bnr .link {
  max-width: 372px;
  width: 49%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page .img-wrap-bnr .link {
    max-width: 100%;
    width: 89.6vw;
    margin-bottom: 5.2vw;
  }
}
.page .img-wrap-bnr .link:last-child {
  margin-bottom: 0;
}
.page .modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.page .modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page .modal img {
  max-width: 83vw;
  display: block;
  opacity: 1;
}
.page .modal_list {
  display: none;
}
@media screen and (max-width: 768px) {
  .page .modal_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 89.6vw;
    gap: 5.2vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5.2vw auto;
  }
}
.page .modal_list .thumbnail {
  width: 42.2vw;
  cursor: pointer;
}
.page .modal-trigger {
  display: none;
}
@media screen and (max-width: 768px) {
  .page .modal-trigger {
    display: block;
    opacity: 1;
    position: absolute;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2196078431);
  }
}
.page .trigger01 {
  width: 13vw;
  height: 13vw;
  left: 16.5vw;
  top: 17.6vw;
}
.page .trigger02 {
  width: 13vw;
  height: 13vw;
  right: 28.5vw;
  top: 21.6vw;
}
.page .trigger03 {
  width: 13vw;
  height: 13vw;
  left: 31.5vw;
  top: 8.6vw;
}
.page .trigger04 {
  width: 13vw;
  height: 13vw;
  left: 39.1vw;
  bottom: 37vw;
}
.page .trigger05 {
  width: 13vw;
  height: 13vw;
  right: 33.5vw;
  bottom: 8.6vw;
}
.page .trigger06 {
  width: 20.6vw;
  height: 5.7vw;
  left: 24.5vw;
  top: 15vw;
}
.page .trigger07 {
  width: 20.6vw;
  height: 5.7vw;
  right: 24.5vw;
  top: 30.6vw;
}
.page .trigger08 {
  width: 20.6vw;
  height: 5.7vw;
  right: 23.5vw;
  bottom: 9vw;
}

body.modal-open {
  overflow: hidden;
}