@charset "utf-8";

body {
  font-family: 
  "Noto Sans JP",
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  "Yu Gothic",
  "Meiryo",
  sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

/* pc */
.u-pc { display: block; }
.u-sp { display: none; }
/* sp */
@media screen and (max-width: 860px) {
  .u-pc { display: none; }
  .u-sp { display: block; }
}

/* ヘッダー */
.mv {
  position: relative;
  width: 100%;
  height: 1080px;
  margin: 0 auto;
  background-image: url("images/bk_mv.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 860px) {
  .mv {
    min-height: 109.9vw;
    height: auto;
    background-image: url("images/bk_mv_sp.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding: 10px 13.333% 60px;
    display: flex;
    align-items: flex-end;
  }
}

.mv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 160px;
  background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%
    );
  pointer-events: none;
}
@media screen and (max-width: 860px) {
  .mv::after {
    height: 40px;
  }
}

.mv__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 860px) {
  .mv__inner {
    height: auto;
  }
}

.mv__content {
  position: absolute;
  top: 50%;
  right: 8.5%;
  transform: translateY(-50%);
  width: 500px;
}
@media screen and (max-width: 860px) {
  .mv__content {
    position: static;
    top: auto;
    right: auto;
    transform: none !important;
    width: 100%;
  }
}

.mv__copy {
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 7.3vw, 50px);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 1380px) {
  .mv__copy {
    text-shadow:
      0 0 6px rgba(0,0,0,0.3),
      0 0 14px rgba(0,0,0,0.2);
  }
}
@media screen and (max-width: 860px) {
  .mv__copy {
    text-shadow: none;
    line-height: 1.5;
    font-size: clamp(18px, 5.2vw, 36px);
    font-weight: 400;
  }
}

.mv__brand {
  width: 442px;
  margin: 20px auto 0;
}
@media screen and (max-width: 860px) {
  .mv__brand {
    width: 47.273%;
    margin: 0 auto;
  }
}

/* キャッチエリア */
.trust {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 80px 0 200px;
}
@media screen and (max-width: 1024px) {
  .trust {
    padding: 80px 5% 200px;
  }
}
@media screen and (max-width: 860px) {
  .trust {
    padding: 40px 13.333% 50px;
  }
}

.trust__title {
  max-width: 1024px;
  margin: 0 auto;
}

.trust__title img {
  width: 100%;
}

.trust__content {
  max-width: 1024px;
  display: flex;
  flex-flow: column;
  gap: 110px;
  margin: 200px auto 0;
}
@media screen and (max-width: 860px) {
  .trust__content {
    display: flex;
    flex-flow: column-reverse;
    gap: 20px;
    margin: 50px auto 0;
  }
}

.trust__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .trust__inner {
    gap: 30px;
  }
}
@media screen and (max-width: 860px) {
  .trust__inner {
    display: flex;
    flex-flow: column;
    gap: 20px;
  }
}

.trust__lead {
  margin: 0;
  color: #072667;
  font-size: clamp(27px, 7.9vw, 54px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .trust__lead {
    font-size: clamp(21px, 6.1vw, 42px);
  }
}
@media screen and (max-width: 860px) {
  .trust__lead {
    font-size: clamp(23px, 6.7vw, 46px);
  }
}

.trust__text {
  margin: 0;
  padding-top: 6px;
  color: #072667;
  font-size: clamp(12px, 2.9vw, 20px);
  font-weight: 400;
  line-height: 2.6;
  letter-spacing: 0.2em;
  max-width: 360px;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  .trust__text {
    font-size: clamp(12px, 3.5vw, 24px);
    line-height: 2;
    text-align: center;
    max-width: 100%;
  }
}

.trust__image {
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .trust__image {
    margin: 0 -6.7%;
  }
}

.trust__image img {
  width: 100%;
}

/* ポイントエリア */
.deepblue {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-image: url("images/bk_deepblue.jpg");
  background-position: top center;
  background-size: 1920px auto;
  background-repeat: repeat-y;
  padding: 170px 0 200px;
}
@media screen and (max-width: 860px) {
  .deepblue {
    background-image: url("images/bk_deepblue_sp.jpg");
    background-size: 100% auto;
    padding: 40px 0 60px;
  }
}

.deepblue::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 160px;
  background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(230, 239, 255, 1) 100%
    );
  pointer-events: none;
}
@media screen and (max-width: 860px) {
  .deepblue::after {
    height: 40px;
  }
}

/* マンチェスター */
.manchester {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 210px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .manchester {
    margin: 0 5%;
  }
}
@media screen and (max-width: 860px) {
  .manchester {
    margin: 0 13.333%;
    padding-bottom: 40px;
  }
}

.manchester__brand {
  max-width: 636px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .manchester__brand {
    max-width: 220px;
  }
}

.manchester__title {
  margin-top: 40px;
  color: #fff;
  font-size: clamp(27px, 7.9vw, 54px);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .manchester__title {
    font-size: clamp(25px, 7.3vw, 50px);
  }
}
@media screen and (max-width: 860px) {
  .manchester__title {
    margin-top: 0;
    font-size: clamp(19px, 5.5vw, 38px);
  }
}

.manchester__inner {
  max-width: 1024px;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 450px;
  align-items: end;
  gap: 90px;
}
@media screen and (max-width: 860px) {
  .manchester__inner {
    margin: 20px auto 0;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.manchester__text {
  display: block;
  color: #fff;
  font-size: clamp(12px, 2.9vw, 20px);
  font-weight: 400;
  line-height: 2.7;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 860px) {
  .manchester__text {
    order: 2;
    font-size: clamp(11px, 3.2vw, 22px);
    line-height: 2;
  }
}

.manchester__text p + p {
  margin-top: 30px;
}
@media screen and (max-width: 860px) {
  .manchester__text p + p {
    margin-top: 15px;
  }
}

.manchester__image {
  max-width: 450px;
}
@media screen and (max-width: 860px) {
  .manchester__image {
    max-width: 200px;
    margin: 0 auto;
    order: 1;
  }
}

/* 世界110カ国 */
.world {
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .world {
    margin: 0 5%;
  }
}
@media screen and (max-width: 860px) {
  .world {
    margin: 0 13.333%;
  }
}

.world__title {
  margin-top: 180px;
  color: #fff;
  font-size: clamp(27px, 7.9vw, 54px);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .world__title {
    margin-top: 40px;
    font-size: clamp(22px, 6.4vw, 44px);
  }
}

.world__inner {
  max-width: 1024px;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 450px;
  gap: 70px;
  align-items: start;
}
@media screen and (max-width: 860px) {
  .world__inner {
    margin: 20px auto 0;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.world__text {
  display: block;
  color: #fff;
  font-size: clamp(12px, 2.9vw, 20px);
  font-weight: 400;
  line-height: 2.7;
  letter-spacing: 0.15em;
  margin-top: -14px;
}
@media screen and (max-width: 860px) {
  .world__text {
    order: 2;
    font-size: clamp(11px, 3.2vw, 22px);
    line-height: 2;
  }
}

.world__text p + p {
  margin-top: 30px;
}
@media screen and (max-width: 860px) {
  .world__text p + p {
    margin-top: 15px;
  }
}

.world__image {
  max-width: 450px;
}
@media screen and (max-width: 860px) {
  .world__image {
    order: 1;
  }
}

/* 優反発 */
.youhanpatsu__header {
  width: 100%;
  margin: 200px auto 0;
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 860px) {
  .youhanpatsu__header {
    margin: 40px auto 0;
    padding-top: 30px;
  }
}

.youhanpatsu__header img {
  width: 100%;
}

.youhanpatsu__header-inner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .youhanpatsu__header-inner {
    padding: 0 13.333%;
  }
}

.youhanpatsu__header-text {
  color: #fff;
  font-size: clamp(27px, 7.9vw, 54px);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 860px) {
  .youhanpatsu__header-text {
    font-size: clamp(23px, 6.7vw, 46px);
  }
}

.youhanpatsu__header-title {
  font-size: clamp(28px, 5vw, 54px);
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-top: 80px;
  background: linear-gradient(
    90deg,
    #b6f4ff 0%,
    #7fe6ff 40%,
    #4ddcff 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 12px rgba(0, 200, 255, 0.25);
}
@media screen and (max-width: 860px) {
  .youhanpatsu__header-title {
    font-size: clamp(19px, 5.5vw, 38px);
    margin-top: 10px;
  }
}

.youhanpatsu__header-title span {
  display: block;
  font-size: clamp(45px, 13.0vw, 90px);
}
@media screen and (max-width: 860px) {
  .youhanpatsu__header-title span {
    font-size: clamp(35px, 10.1vw, 70px);
    line-height: 1.2;
  }
}

.youhanpatsu__header-title sup {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #7fe6ff;
  color: #7fe6ff;
  font-size: 0.8em;
  position: relative;
  top: -0.2em;
}
@media screen and (max-width: 860px) {
  .youhanpatsu__header-title sup {
    font-size: 0.65em;
  }
}

.youhanpatsu {
  max-width: 1024px;
  margin: 200px auto 0;
}
@media screen and (max-width: 1024px) {
  .youhanpatsu {
    margin: 200px 5% 0;
  }
}
@media screen and (max-width: 860px) {
  .youhanpatsu {
    margin: 40px 13.333% 0;
  }
}

.youhanpatsu__title {
  max-width: 860px;
  margin: 0 auto;
}

.youhanpatsu__title img {
  width: 100%;
}

.youhanpatsu__lead {
  margin-top: 60px;
  color: #fff;
  font-size: clamp(27px, 7.9vw, 54px);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .youhanpatsu__lead {
    margin-top: 20px;
    font-size: clamp(23px, 6.7vw, 46px);
  }
}

.youhanpatsu__text {
  margin-top: 30px;
  color: #fff;
  font-size: clamp(12px, 3.5vw, 24px);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .youhanpatsu__text {
    margin-top: 20px;
    font-size: clamp(14px, 4.0vw, 28px);
    line-height: 2;
  }
}

.youhanpatsu__image {
  max-width: 1024px;
  margin: 100px auto 0;
}
@media screen and (max-width: 860px) {
  .youhanpatsu__image {
    margin: 30px auto 0;
  }
}

.youhanpatsu__catch {
  max-width: 1024px;
  margin: -50px auto 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 860px) {
  .youhanpatsu__catch {
    margin: -40px auto 0;
  }
}

/* ラインナップ */
.lineup {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #e6efff;
  padding: 200px 0 400px;
}
@media screen and (max-width: 1024px) {
  .lineup {
    padding: 200px 5% 400px;
  }
}
@media screen and (max-width: 860px) {
  .lineup {
    padding: 50px 13.333% 100px;
  }
}

.lineup__inner {
  max-width: 1024px;
  margin: 0 auto;
}

.lineup__header-title {
  color: #072667;
  font-size: clamp(27px, 7.9vw, 54px);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .lineup__header-title {
    font-size: clamp(25px, 7.3vw, 50px);
    line-height: 1.4;
  }
}

.lineup__header-image {
  max-width: 1024px;
  margin: 80px auto 0;
}
@media screen and (max-width: 860px) {
  .lineup__header-image {
    margin: 30px auto 0;
  }
}

.lineup__header-text {
  display: block;
  color: #072667;
  font-size: clamp(12px, 2.9vw, 20px);
  font-weight: 400;
  line-height: 2.7;
  letter-spacing: 0.2em;
  text-align: left;
  margin-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .lineup__header-text {
    font-size: clamp(11px, 2.6vw, 18px);
  }
}
@media screen and (max-width: 860px) {
  .lineup__header-text {
    font-size: clamp(14px, 4.0vw, 28px);
    line-height: 2;
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

.lineup__box {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 120px auto 0;
  padding: 45px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 32, 96, 0.15);
  box-sizing: border-box;
  border-radius: 0 125px 0 0;
}
@media screen and (max-width: 860px) {
  .lineup__box {
    margin: 60px auto 0;
    padding: 30px;
    border-radius: 0 60px 0 0;
  }
}

.lineup__box-badge {
  position: absolute;
  top: -35px;
  right: 0;
  width: 170px;
  aspect-ratio: 1 / 1;
  background: url("images/bk_lineup_point.png") no-repeat center center / contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 860px) {
  .lineup__box-badge {
    top: clamp(-35px, -4vw, -22px);
    right: clamp(-22px, -2.5vw, 0px);
    width: clamp(80px, 19vw, 170px);
    aspect-ratio: 1 / 1;
  }
}


.lineup__box-badge-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 1;
  text-align: center;
}

.lineup__box-badge-label {
  font-size: clamp(12px, 2.1vw, 24px);
  font-weight: 300;
  letter-spacing: 0.08em;
}

.lineup__box-badge-size {
  margin-top: clamp(2px, 0.8vw, 10px);
  font-size: clamp(22px, 4.6vw, 50px);
  font-weight: 400;
  letter-spacing: 0.02em;
}

.lineup__box-title {
  margin: 0 0 48px;
  color: #0b2e78;
  font-size: clamp(20px, 5.8vw, 40px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 860px) {
  .lineup__box-title {
    margin: 0 0 20px;
    font-size: clamp(16px, 5.8vw, 42px);
    letter-spacing: 0.08em;
    text-align: left;
  }
}

.lineup__box-content {
  display: grid;
  grid-template-columns: minmax(0, 480px) minmax(0, 1fr);
  gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 860px) {
  .lineup__box-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.lineup__box-info {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.lineup__box-recommend {
  width: 100%;
  height: 214px;
  position: relative;
  padding: 10px 10px 10px 35px;
  border: 1px solid #999;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .lineup__box-recommend {
    height: auto;
    padding: 10px 10px 15px;
  }
}

.lineup__box-recommend::before {
  content: "";
  background: #fff;
  position: absolute;
  width: 90%;
  height: 2px;
  top: -1px;
  left: 5%;
}

.lineup__box-recommend::after {
  content: "";
  background: #fff;
  position: absolute;
  width: 90%;
  height: 2px;
  bottom: -1px;
  left: 5%;
}

.lineup__box-recommend-title {
  position: relative;
  margin: 0 0 0 -25px;
  padding: 0 0 20px;
  color: #222;
  font-size: clamp(13px, 3.7vw, 26px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .lineup__box-recommend-title {
    margin: 0;
    font-size: clamp(14px, 4.0vw, 28px);
    padding: 0 0 10px;
  }
}

.lineup__box-recommend-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lineup__box-recommend-list li {
  position: relative;
  margin: 0;
  padding-left: 38px;
  color: #222;
  font-size: clamp(11px, 2.6vw, 18px);
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .lineup__box-recommend-list li {
    padding-left: 28px;
    font-size: clamp(10px, 2.3vw, 16px);
  }
}
@media screen and (max-width: 860px) {
  .lineup__box-recommend-list li {
    padding-left: 24px;
    font-size: clamp(11px, 3.2vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .lineup__box-recommend-list li {
    padding-left: 20px;
    font-size: clamp(11px, 3.2vw, 22px);
  }
}

.lineup__box-recommend-list li + li {
  margin-top: 20px;
}
@media screen and (max-width: 860px) {
  .lineup__box-recommend-list li + li {
    margin-top: 10px;
  }
}

.lineup__box-recommend-list.-cm5 li + li {
  margin-top: 12px;
}
@media screen and (max-width: 860px) {
  .lineup__box-recommend-list.-cm5 li + li {
    margin-top: 10px;
  }
}

.lineup__box-recommend-list li::before {
  content: "✓";
  position: absolute;
  top: 0.1em;
  left: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #b7bcc4;
  border-radius: 50%;
  color: #0b2e78;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .lineup__box-recommend-list li::before {
    width: 22px;
    height: 22px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 860px) {
  .lineup__box-recommend-list li::before {
    top: 0.4em;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .lineup__box-recommend-list li::before {
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 14px;
  }
}

.lineup__box-button-wrap {
  margin-top: auto;
}
@media screen and (max-width: 860px) {
  .lineup__box-button-wrap {
    margin:
      0 -30px -30px;
  }
}

.lineup__box-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  min-height: 80px;
  padding: 10px 20px 10px 30px;
  background: #ed1e79;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 860px) {
  .lineup__box-button {
    gap: 10px;
    padding: 10px 20px 10px 20px;
    min-height: 50px;
  }
}

.lineup__box-button:hover {
  opacity: 0.85;
}

.lineup__box-button-text {
  font-size: clamp(12px, 2.9vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
  .lineup__box-button-text {
    font-size: clamp(11px, 2.6vw, 18px);
  }
}
@media screen and (max-width: 860px) {
  .lineup__box-button-text {
    font-size: clamp(11px, 3.2vw, 22px);
  }
}

.lineup__box-button-icon {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
}

.lineup__box-button-icon::after {
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ed1e79;
  border-right: 1px solid #ed1e79;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* フッター */
.footer {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #e6efff;
  padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 0 5% 70px;
  }
}
@media screen and (max-width: 860px) {
  .footer {
    padding: 0 13.333% 40px;
  }
}

.footer__logo {
  max-width: 673px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .footer__logo {
    max-width: 75%;
  }
}

.footer__logo a {
  display: inline-block;
}

.footer__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer__nav {
  margin-top: 60px;
}
@media screen and (max-width: 860px) {
  .footer__nav {
    margin-top: 20px;
  }
}

.footer__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 860px) {
  .footer__nav-list {
    gap: 20px;
  }
}

.footer__nav-item a {
  color: #212223;
  font-size: clamp(11px, 2.6vw, 18px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 860px) {
  .footer__nav-item a {
    font-size: clamp(10px, 2.3vw, 16px);
  }
}

.footer__nav-item a:hover {
  opacity: 0.7;
}

.footer__copyright {
  margin: 60px 0 0;
  color: #636668;
  font-size: clamp(10px, 2.0vw, 14px);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 860px) {
  .footer__copyright {
    margin: 20px 0 0;
    font-size: clamp(8px, 1.2vw, 8px);
  }
}

/* ===== fadeIn ===== */
.fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fadeIn.on {
  opacity: 1;
  transform: translateY(0);
}

.fadeBg {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.fadeBg.on {
  opacity: 1;
}
