@charset "UTF-8";
/* 外装全体を囲うクラス */
.p-exterior {
  overflow: hidden;
}

/* 外装FV */
.p-exterior-fv {
  position: relative;
}
.p-exterior-fv__mainvisual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-exterior-fv__mainvisual {
    position: relative;
  }
}
.p-exterior-fv__mainvisual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-exterior-fv__lead {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: calc(480px + 16vw);
  min-height: 35.944363104vw;
  padding: 2.9282576867vw 0 2.9282576867vw 10vw;
  color: #fff;
}
@media screen and (max-width: 1354px) {
  .p-exterior-fv__lead {
    max-width: calc(480px + 4vw);
    padding-left: 4vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-exterior-fv__lead {
    max-width: calc(460px + 3vw);
    padding-left: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-fv__lead {
    color: #020202;
    padding: 50px 0 0;
    width: 88%;
    margin: 0 auto;
  }
}
.p-exterior-fv__catch img {
  width: 246px;
}
@media screen and (max-width: 767px) {
  .p-exterior-fv__catch img {
    width: 39.4871794872vw;
  }
}
.p-exterior-fv__title {
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin-top: 22px;
}
@media screen and (max-width: 1000px) {
  .p-exterior-fv__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-fv__title {
    font-size: 10.4vw;
    margin-top: 15px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .p-exterior-fv__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-exterior-en .p-exterior-fv__title {
  letter-spacing: 0;
}

.p-exterior-fv__detail {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2;
  margin-top: 40px;
  text-align: center;
}
.p-exterior-fv__detail::before, .p-exterior-fv__detail::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-exterior-fv__detail::before {
  margin-top: calc((1 - 2.2) * 0.5em);
}
.p-exterior-fv__detail::after {
  margin-bottom: calc((1 - 2.2) * 0.5em);
}
@media screen and (max-width: 1000px) {
  .p-exterior-fv__detail {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
    margin-top: 20px;
  }
  .p-exterior-fv__detail::before, .p-exterior-fv__detail::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-exterior-fv__detail::before {
    margin-top: calc((1 - 2) * 0.5em);
  }
  .p-exterior-fv__detail::after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-fv__detail {
    line-height: 2.2;
    font-size: 2.8vw;
    margin: 30px calc(50% - 50vw) 0;
  }
  .p-exterior-fv__detail::before, .p-exterior-fv__detail::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-exterior-fv__detail::before {
    margin-top: calc((1 - 2.2) * 0.5em);
  }
  .p-exterior-fv__detail::after {
    margin-bottom: calc((1 - 2.2) * 0.5em);
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .p-exterior-fv__detail {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-en .p-exterior-fv__detail {
    margin: 30px 0 0;
  }
}

/* 外装 メインコンテンツ幅 */
.p-exterior-inner {
  width: 68%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-exterior-inner {
    width: 82%;
  }
}

/* 外装 背景色 */
.bg-yellow,
.bg-blue {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .bg-yellow,
  .bg-blue {
    background-position: bottom center;
  }
}

.bg-yellow {
  background-image: url(../img/exterior/bg_yellow.webp);
}
@media screen and (max-width: 767px) {
  .bg-yellow {
    background-image: url(../img/exterior/bg_yellow_sp.webp);
  }
}

.bg-blue {
  background-image: url(../img/exterior/bg_blue.webp);
}
@media screen and (max-width: 767px) {
  .bg-blue {
    background-image: url(../img/exterior/bg_blue_sp.webp);
  }
}

/* 外装 共通テキスト */
.p-exterior-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  position: relative;
}
.p-exterior-text::before, .p-exterior-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-exterior-text::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.p-exterior-text::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 767px) {
  .p-exterior-text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* 外装 各セクション */
.p-exterior-section#section01 {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-exterior-section#section01 {
    padding: 60px 0 40px;
  }
}
.p-exterior-section#section02 {
  padding: 104px 0 144px;
}
@media screen and (max-width: 767px) {
  .p-exterior-section#section02 {
    padding: 60px 0 100px;
  }
}

.p-exterior-intro__sub {
  font-size: 19px;
  font-size: 1.1875rem;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .p-exterior-intro__sub {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 16px;
  }
}
.p-exterior-intro__main {
  text-align: center;
}
.p-exterior-intro__main span {
  font-size: 53px;
  font-size: 3.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-exterior-intro__main span {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.p-exterior-intro__main span::after {
  content: "";
  width: 74%;
  height: 1px;
  background-image: url(../img/exterior/under_intro.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  margin: 0 auto;
}
.p-exterior-intro__catch {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 28px;
}
.p-exterior-intro__catch::before, .p-exterior-intro__catch::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-exterior-intro__catch::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.p-exterior-intro__catch::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 1200px) {
  .p-exterior-intro__catch {
    font-size: min(2.6vw, 28px);
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-intro__catch {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
    margin-top: 20px;
  }
  .p-exterior-intro__catch::before, .p-exterior-intro__catch::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-exterior-intro__catch::before {
    margin-top: calc((1 - 1.8) * 0.5em);
  }
  .p-exterior-intro__catch::after {
    margin-bottom: calc((1 - 1.8) * 0.5em);
  }
}

.p-exterior-case-first {
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-exterior-case-first {
    margin-top: 50px;
  }
}
.p-exterior-case-first__img {
  position: absolute;
  top: -220px;
  left: -270px;
}
@media screen and (max-width: 1200px) {
  .p-exterior-case-first__img {
    top: -15.4vw;
    left: -14.2vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-exterior-case-first__img {
    top: -24vw;
    left: -14vw;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-case-first__img {
    position: relative;
    top: 0;
    left: 2.6vw;
  }
}
.p-exterior-case-first__img img {
  width: 424px;
}
@media screen and (max-width: 1200px) {
  .p-exterior-case-first__img img {
    width: 22vw;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-case-first__img img {
    width: 57.8vw;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-case-first__text {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1160px) {
  .p-exterior-case-first__text br.pc {
    display: none;
  }
}

.p-exterior-case-second {
  margin-top: 76px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-exterior-case-second {
    margin-top: 30px;
  }
}
.p-exterior-case-second__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  .p-exterior-case-second__row {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-case-second__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.p-exterior-case-second__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-exterior-case-second__img {
    margin: 0 calc(50% - 50vw);
  }
}
.p-exterior-case-second__img img {
  width: min(30vw, 420px);
}
@media screen and (max-width: 1200px) {
  .p-exterior-case-second__img img {
    width: 21.8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-case-second__img img {
    width: 100%;
  }
}
.p-exterior-case-second__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-exterior-case-second__subimg {
  position: absolute;
  left: 78px;
  bottom: -111px;
}
@media screen and (max-width: 1200px) {
  .p-exterior-case-second__subimg {
    position: relative;
    left: 10vw;
    bottom: -0.2vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-exterior-case-second__subimg {
    bottom: -1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-case-second__subimg {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 30px;
  }
}
.p-exterior-case-second__subimg img {
  width: 296px;
}
@media screen and (max-width: 1200px) {
  .p-exterior-case-second__subimg img {
    width: 20.4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-case-second__subimg img {
    width: 100%;
  }
}

.p-exterior-case-third {
  margin-top: 204px;
  margin-left: -206px;
  margin-right: -114px;
}
@media screen and (max-width: 1200px) {
  .p-exterior-case-third {
    margin-left: -10.6vw;
    margin-right: -5.8vw;
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-case-third {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-exterior-case-third__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 46px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-exterior-case-third__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
  }
}
.p-exterior-case-third__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-exterior-case-third__img {
    margin: 0 -6.8vw;
  }
}
.p-exterior-case-third__img img {
  width: 526px;
}
@media screen and (max-width: 1200px) {
  .p-exterior-case-third__img img {
    width: 27.4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-case-third__img img {
    width: 100%;
  }
}
.p-exterior-case-third__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-exterior-case-four {
  margin-top: 105px;
  margin-right: -228px;
}
@media screen and (max-width: 1200px) {
  .p-exterior-case-four {
    margin-right: -11.8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-case-four {
    margin-top: 40px;
    margin-right: 0;
  }
}
.p-exterior-case-four__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1000px) {
  .p-exterior-case-four__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-case-four__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-exterior-case-four__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-exterior-case-four__img {
    margin-left: -24vw;
    margin-right: -14.6vw;
  }
}
.p-exterior-case-four__img img {
  width: 688px;
}
@media screen and (max-width: 1200px) {
  .p-exterior-case-four__img img {
    width: 35.8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-case-four__img img {
    width: 100%;
  }
}
.p-exterior-case-four__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 28px;
  margin-right: -55px;
}
@media screen and (max-width: 1000px) {
  .p-exterior-case-four__item {
    padding-top: 0;
    margin-right: -2.8vw;
  }
}
.p-exterior-case-four__text + .p-exterior-case-four__text {
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .p-exterior-case-four__text + .p-exterior-case-four__text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-case-four__text + .p-exterior-case-four__text {
    margin-top: 40px;
  }
}

.p-exterior-bracelet-first {
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-exterior-bracelet-first {
    margin-top: 40px;
  }
}
.p-exterior-bracelet-first__img {
  position: absolute;
  top: -290px;
  left: -510px;
}
@media screen and (max-width: 1200px) {
  .p-exterior-bracelet-first__img {
    top: -14vw;
    left: -26.8vw;
  }
}
@media screen and (max-width: 1000px) {
  .p-exterior-bracelet-first__img {
    top: -15vw;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-bracelet-first__img {
    position: relative;
    top: 0;
    left: 0;
    margin-left: -9vw;
    margin-right: 4.6vw;
  }
}
.p-exterior-bracelet-first__img img {
  width: 494px;
}
@media screen and (max-width: 1200px) {
  .p-exterior-bracelet-first__img img {
    width: 25.7vw;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-bracelet-first__img img {
    width: 100%;
  }
}
.p-exterior-bracelet-first__text {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-exterior-bracelet-first__text {
    margin-top: 25px;
  }
}

.p-exterior-bracelet-second {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-exterior-bracelet-second {
    margin-top: 30px;
  }
}
.p-exterior-bracelet-second__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 60px;
  margin-right: -228px;
}
@media screen and (max-width: 1200px) {
  .p-exterior-bracelet-second__row {
    margin-right: -6vw;
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-bracelet-second__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
}
.p-exterior-bracelet-second__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .p-exterior-bracelet-second__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13px;
  }
}
.p-exterior-bracelet-second__img img {
  width: 306px;
}
@media screen and (max-width: 1200px) {
  .p-exterior-bracelet-second__img img {
    width: 30.8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-bracelet-second__img img {
    width: 100%;
  }
}
.p-exterior-bracelet-second__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-exterior-bracelet-third {
  margin-top: 88px;
}
@media screen and (max-width: 1200px) {
  .p-exterior-bracelet-third {
    margin-top: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-bracelet-third {
    margin-top: 44vw;
  }
}
.p-exterior-bracelet-third__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 60px;
  margin-left: -280px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-exterior-bracelet-third__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    margin-left: 0;
  }
}
.p-exterior-bracelet-third__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-exterior-bracelet-third__img {
    margin: 0 calc(50% - 50vw);
  }
}
.p-exterior-bracelet-third__img img {
  width: 416px;
}
@media screen and (max-width: 1200px) {
  .p-exterior-bracelet-third__img img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-bracelet-third__img img {
    width: 100%;
  }
}
.p-exterior-bracelet-third__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 1;
  padding-right: 120px;
}
@media screen and (max-width: 1200px) {
  .p-exterior-bracelet-third__item {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-bracelet-third__item {
    padding-left: 18vw;
  }
}
.p-exterior-bracelet-third__subimg {
  position: absolute;
  top: -120px;
  right: -380px;
}
@media screen and (max-width: 1200px) {
  .p-exterior-bracelet-third__subimg {
    top: -17vw;
    right: auto;
    left: -19vw;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-bracelet-third__subimg {
    top: -46vw;
    left: -27vw;
  }
}
.p-exterior-bracelet-third__subimg img {
  width: 582px;
}
@media screen and (max-width: 1200px) {
  .p-exterior-bracelet-third__subimg img {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .p-exterior-bracelet-third__subimg img {
    width: 100vw;
  }
}