@charset "UTF-8";
@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;
  }
}
.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;
}

/* kv
---------------------------*/
.page .kv {
  position: relative;
  margin: 0;
}
.page .kv .kv__img {
  margin: 0;
}
.page .kv .kv__img h1 {
  min-width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .kv .kv__img h1 {
    min-width: 190vw;
  }
}
@media screen and (max-width: 768px) {
  .page .kv .kv__img h1 {
    min-width: 100%;
  }
}
.page .kv .kv__img h1 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.page .kv .kv__btn {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.page .kv .kv__btn .kv__btn__item {
  position: absolute;
  top: 85px;
  right: calc(50% - 140px);
  width: 151px;
}
@media screen and (max-width: 768px) {
  .page .kv .kv__btn .kv__btn__item {
    width: 26.3vw;
    top: 10.4vw;
    left: 5.2vw;
  }
}

/* more
---------------------------*/
.page .more {
  text-align: center;
  margin: 0 auto 150px;
}
@media screen and (max-width: 768px) {
  .page .more {
    margin-bottom: 16.3vw;
  }
}
.page .more .more__heading {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Oswald", sans-serif;
  margin: 0 auto 55px;
}
@media screen and (max-width: 768px) {
  .page .more .more__heading {
    font-size: 6.5vw;
    margin: 0 auto 5.2vw;
  }
}
.page .more .more__heading span {
  display: block;
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "メイリオ", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .page .more .more__heading span {
    font-size: 2.3vw;
  }
}
.page .more .more__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .more .more__list {
    width: 89.6vw;
  }
}
.page .more .more__item {
  width: 22.7%;
  margin: 36px 3% 0 0;
}
@media screen and (min-width: 769px) {
  .page .more .more__item:nth-child(-n+4) {
    margin-top: 0;
  }
  .page .more .more__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .more .more__item {
    width: 43.8vw;
    margin: 2vw 2vw 0 0;
  }
  .page .more .more__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .page .more .more__item:nth-child(even) {
    margin-right: 0;
  }
}
.page .more .more__item a {
  display: block;
  background: #000;
  color: #fff;
  font-size: 20px;
  line-height: 1.78;
  font-weight: 500;
  padding: 1px 10px;
}
@media screen and (max-width: 768px) {
  .page .more .more__item a {
    font-size: 2.9vw;
    padding: 1.8vw;
  }
}

/* unisize
---------------------------*/
.page .unisize {
  width: 96%;
  max-width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #707070;
  padding: 60px 0;
  margin: 0 auto;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .unisize {
    padding: 30px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .page .unisize {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 89.6vw;
    padding: 7.8vw 5.2vw;
  }
}
.page .unisize .unisize__heading {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
  margin: 0 0 9px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page .unisize .unisize__heading {
    font-size: 5.1vw;
    margin: 0 0 2vw;
    text-align: center;
  }
}
.page .unisize .unisize__contents {
  width: 43%;
  margin: 0 5.5% 0 0;
}
@media screen and (max-width: 768px) {
  .page .unisize .unisize__contents {
    width: 100%;
    margin: 7.7vw auto 0;
    text-align: center;
  }
}
.page .unisize .unisize__contents p {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .unisize .unisize__contents p {
    margin-bottom: 4.6vw;
    font-size: 3vw;
  }
}
.page .unisize .unisize__contents p:last-child {
  margin-bottom: 0;
}
.page .unisize .unisize__img {
  width: 39.1%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page .unisize .unisize__img {
    width: 61.6vw;
    margin: 0 auto;
  }
}

/* door
---------------------------*/
.page .door {
  width: 96%;
  max-width: 980px;
  margin: 90px auto 0;
}
@media screen and (max-width: 768px) {
  .page .door {
    width: 58.3vw;
    margin: 13vw auto 0;
  }
}
.page .door .door__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page .door .door__list {
    display: block;
  }
}
.page .door .door__item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .page .door .door__item {
    width: 45.7%;
    margin-right: 8.5%;
  }
  .page .door .door__item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .door .door__item {
    margin: 0 auto 6.5vw;
  }
  .page .door .door__item:last-child {
    margin-bottom: 0;
  }
}
.page .door .door__btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 21px;
  line-height: 1.5;
  padding: 14px 55px;
  background-image: url("assets24ss_common/img/icon-arrow_right-white.png");
  background-size: auto 19px;
  background-position: center right 39px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .door .door__btn {
    font-size: 16px;
    padding: 1.6vw 3.9vw 1.8vw;
    background-position: center right 20px;
  }
}
@media screen and (max-width: 768px) {
  .page .door .door__btn {
    font-size: 2.7vw;
    padding: 14px 30px 14px 30px;
    background-size: auto 2.6vw;
    background-position: center right 5.1vw;
  }
}

.page .c-btn_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 389px;
  width: 100%;
  height: 74px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000;
  color: #fff;
  padding: 24px 0;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0;
  position: relative;
  margin-top: 130px !important;
}
@media screen and (max-width: 768px) {
  .page .c-btn_bottom {
    margin-top: 18.9vw !important;
    max-width: 100%;
    width: 43.4vw;
    font-size: 2.6vw;
    height: 9.2vw;
  }
}
.page .c-btn_bottom::after {
  display: none !important;
}

@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;
  }
}
.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;
}

.page .infiniteslide {
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .page .infiniteslide {
    margin: 13vw 0;
  }
}
.page .infiniteslide .infiniteslide__item {
  white-space: nowrap;
  font-size: 100px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1;
  padding: 0 20px;
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .page .infiniteslide .infiniteslide__item {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .page .infiniteslide .infiniteslide__item {
    font-size: 13vw;
    padding: 0 3.9vw;
  }
}