@charset "UTF-8";
/* --------------------
		setting
-------------------- */
@import url("https://use.typekit.net/kin6dsx.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap");
@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none !important;
  }
}

/* PC用vw（500ベース） */
:root {
  --c-txt: #333;
  --c-navy: #2B3D58;
}

/* --------------------
		content
-------------------- */
#content {
  overflow: hidden;
  position: relative;
  line-height: 1;
  color: var(--c-txt);
  background-color: #f5f5f5;
}

#content img {
  width: 100%;
  height: auto;
}

.index-nav .num,
.index-nav .txt {
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.index-nav .num {
  line-height: 1;
  font-weight: 400;
  letter-spacing: .08em;
}

.index-nav .txt {
  margin-top: 4px;
  line-height: 1;
  letter-spacing: .12em;
}

.index-nav .is-active .num,
.index-nav .is-active .txt {
  color: #2B3D58;
}

.index-nav .is-active .num {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.lp-sp {
  background-color: #fff;
}

.lp-sp .sp-logo {
  position: absolute;
  top: clamp(20px, 5.33333vw, 28px);
  right: clamp(20px, 5.33333vw, 28px);
  width: clamp(50px, 13.33333vw, 70px);
  z-index: 10;
}

.lp-sp .sp-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-sp .intoro p {
  width: 80%;
  margin: 0 auto;
  padding-top: clamp(60px, 16vw, 84px);
  padding-bottom: clamp(60px, 16vw, 84px);
  font-family: "Noto Serif", serif;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.8;
  font-size: clamp(11px, 2.93333vw, 15.4px);
  line-height: 2;
}

@media screen and (min-width: 1000px) {
  .lp-sp .intoro p {
    padding-top: clamp(71.82px, 15.96vw, 79.8px);
    padding-bottom: clamp(54px, 12vw, 60px);
    font-size: clamp(13.14px, 2.92vw, 14.6px);
  }
}

.lp-sp .main {
  position: relative;
}

.lp-sp .index-nav--sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(111, 150, 196, 0.92);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.lp-sp .index-nav--sp.is-show {
  opacity: 1;
  pointer-events: auto;
}

.lp-sp .index-nav--sp__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%;
}

.lp-sp .index-nav--sp__item .num {
  font-size: clamp(16px, 4.26667vw, 22.4px);
}

.lp-sp .index-nav--sp__item .txt {
  font-size: clamp(10px, 2.66667vw, 14px);
}

.lp-sp .index-nav--sp__item a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-decoration: none;
}

.lp-sp .styling {
  scroll-margin-top: 60px;
  padding-bottom: clamp(120px, 32vw, 168px);
}

@media screen and (min-width: 1000px) {
  .lp-sp .styling {
    padding-bottom: clamp(143.64px, 31.92vw, 159.6px);
  }
}

.lp-sp .styling__img {
  position: relative;
  aspect-ratio: 750 / 1112;
}

.lp-sp .styling__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.lp-sp .styling__img img.is-active {
  opacity: 1;
}

.lp-sp .styling__img.is-open .styling__overlay {
  opacity: 1;
  visibility: visible;
}

.lp-sp .styling__img.is-open .styling__credit {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.lp-sp .styling__pagination {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 10;
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  font-size: clamp(15px, 4vw, 21px);
  letter-spacing: .12em;
}

@media screen and (min-width: 1000px) {
  .lp-sp .styling__pagination {
    font-size: clamp(17.91px, 3.98vw, 19.9px);
  }
}

.lp-sp .styling__credit-btn {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 10;
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  background: none;
  border: none;
  font-size: clamp(15px, 4vw, 21px);
  letter-spacing: .12em;
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  .lp-sp .styling__credit-btn {
    font-size: clamp(17.91px, 3.98vw, 19.9px);
  }
}

.lp-sp .styling__overlay {
  position: absolute;
  inset: 0;
  z-index: 20;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 32px 24px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.lp-sp .styling__close {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #fff;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  .lp-sp .styling__close {
    font-size: clamp(28.728px, 6.384vw, 31.92px);
  }
}

.lp-sp .styling__credit {
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  opacity: 0;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity .4s ease;
  transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
}

.lp-sp .styling__credit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 0;
  font-family: "Noto Serif", serif;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.8;
  font-size: clamp(12px, 3.2vw, 16.8px);
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.lp-sp .styling__credit a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 1000px) {
  .lp-sp .styling__credit a {
    font-size: clamp(14.4px, 3.2vw, 16px);
  }
}

.lp-sp .styling__txt h2 {
  text-align: center;
  padding-top: clamp(60px, 16vw, 84px);
  font-family: "Noto Serif", serif;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.8;
  font-size: clamp(22px, 5.86667vw, 30.8px);
  line-height: 1.6;
}

@media screen and (min-width: 1000px) {
  .lp-sp .styling__txt h2 {
    padding-top: clamp(71.82px, 15.96vw, 79.8px);
    font-size: clamp(26.334px, 5.852vw, 29.26px);
  }
}

.lp-sp .styling__txt p {
  width: 80%;
  margin: 0 auto;
  padding-top: clamp(30px, 8vw, 42px);
  padding-bottom: clamp(70px, 18.66667vw, 98px);
  font-family: "Noto Serif", serif;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.8;
  font-size: clamp(11px, 2.93333vw, 15.4px);
  line-height: 2;
}

@media screen and (min-width: 1000px) {
  .lp-sp .styling__txt p {
    padding-top: clamp(35.91px, 7.98vw, 39.9px);
    padding-bottom: clamp(83.79px, 18.62vw, 93.1px);
    font-size: clamp(13.167px, 2.926vw, 14.63px);
  }
}

.lp-sp .styling .howto {
  padding-bottom: clamp(80px, 21.33333vw, 112px);
}

@media screen and (min-width: 1000px) {
  .lp-sp .styling .howto {
    padding-bottom: clamp(95.4px, 21.2vw, 106px);
  }
}

.lp-sp .styling .howto__title {
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: clamp(22px, 5.86667vw, 30.8px);
  text-align: center;
  line-height: 1.1;
}

@media screen and (min-width: 1000px) {
  .lp-sp .styling .howto__title {
    font-size: clamp(26.334px, 5.852vw, 29.26px);
  }
}

.lp-sp .styling .howto__lead {
  font-family: "Noto Serif", serif;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.8;
  font-size: clamp(12px, 3.2vw, 16.8px);
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .lp-sp .styling .howto__lead {
    font-size: clamp(14.4px, 3.2vw, 16px);
  }
}

.lp-sp .styling .howto__list {
  width: 80%;
  margin: 0 auto;
  padding-top: clamp(15px, 4vw, 21px);
}

@media screen and (min-width: 1000px) {
  .lp-sp .styling .howto__list {
    padding-top: clamp(18px, 4vw, 20px);
  }
}

.lp-sp .styling .howto__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(15px, 4vw, 21px);
  padding: clamp(15px, 4vw, 21px) 0;
  border-bottom: 1px solid #d9d9d9;
  /* animation */
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity .8s ease, -webkit-transform .8s ease;
  transition: opacity .8s ease, -webkit-transform .8s ease;
  transition: opacity .8s ease, transform .8s ease;
  transition: opacity .8s ease, transform .8s ease, -webkit-transform .8s ease;
}

@media screen and (min-width: 1000px) {
  .lp-sp .styling .howto__item {
    padding: clamp(17.955px, 3.99vw, 19.95px) 0;
  }
}

.lp-sp .styling .howto__item.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.lp-sp .styling .howto__item:nth-child(1) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.lp-sp .styling .howto__item:nth-child(2) {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

.lp-sp .styling .howto__item:nth-child(3) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.lp-sp .styling .howto__icon {
  display: block;
  width: clamp(16px, 4.26667vw, 22.4px);
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lp-sp .styling .howto__icon img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1000px) {
  .lp-sp .styling .howto__icon {
    width: clamp(18px, 4vw, 20px);
  }
}

.lp-sp .styling .howto p {
  font-family: "Noto Serif", serif;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.8;
  font-size: clamp(12px, 3.2vw, 16.8px);
}

@media screen and (min-width: 1000px) {
  .lp-sp .styling .howto p {
    font-size: clamp(14.4px, 3.2vw, 16px);
  }
}

.lp-sp .styling .main-item__img {
  width: 80%;
  margin: 0 auto;
}

.lp-sp .styling .main-item__img img {
  width: 100%;
  height: 100%;
}

.lp-sp .styling .main-item__link {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.lp-sp .styling .main-item__link:hover {
  opacity: 0.5;
}

.lp-sp .styling .main-item__credit {
  text-align: center;
  padding-top: clamp(21px, 5.6vw, 29.4px);
  padding-bottom: clamp(21px, 5.6vw, 29.4px);
  font-family: "Noto Serif", serif;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.8;
  font-size: clamp(12px, 3.2vw, 16.8px);
}

@media screen and (min-width: 1000px) {
  .lp-sp .styling .main-item__credit {
    padding-top: clamp(25.2px, 5.6vw, 28px);
    padding-bottom: clamp(25.2px, 5.6vw, 28px);
    font-size: clamp(14.4px, 3.2vw, 16px);
  }
}

.lp-sp .styling .main-item__btn {
  width: 80%;
  height: clamp(50px, 13.33333vw, 70px);
  margin: 0 auto;
  background-color: var(--c-navy);
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: clamp(13px, 3.46667vw, 18.2px);
  text-align: center;
  line-height: clamp(50px, 13.33333vw, 70px);
  color: #fff;
}

@media screen and (min-width: 1000px) {
  .lp-sp .styling .main-item__btn {
    height: clamp(59.85px, 13.3vw, 66.5px);
    font-size: clamp(15.561px, 3.458vw, 17.29px);
    line-height: clamp(59.85px, 13.3vw, 66.5px);
  }
}

.lp-sp .styling .other-item__title {
  margin-left: 10%;
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: clamp(14px, 3.73333vw, 19.6px);
  margin-top: clamp(75px, 20vw, 105px);
  margin-bottom: clamp(20px, 5.33333vw, 28px);
}

@media screen and (min-width: 1000px) {
  .lp-sp .styling .other-item__title {
    font-size: clamp(16.758px, 3.724vw, 18.62px);
    margin-top: clamp(90px, 20vw, 100px);
    margin-bottom: clamp(23.94px, 5.32vw, 26.6px);
  }
}

.lp-sp .styling .other-item .swiper {
  margin-left: 10%;
  overflow: hidden;
}

.lp-sp .styling .other-item .swiper-slide {
  width: clamp(140px, 32vw, 240px);
}

@media screen and (min-width: 1000px) {
  .lp-sp .styling .other-item .swiper-slide {
    width: clamp(172.35px, 38.3vw, 191.5px);
  }
}

.lp-sp .styling .other-item .swiper-slide a {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.lp-sp .styling .other-item a {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.lp-sp .styling .other-item a:hover {
  opacity: 0.5;
}

.lp-sp .styling .other-item__img {
  margin-bottom: clamp(12px, 3.2vw, 16.8px);
}

@media screen and (min-width: 1000px) {
  .lp-sp .styling .other-item__img {
    margin-bottom: clamp(14.364px, 3.192vw, 15.96px);
  }
}

.lp-sp .styling .other-item__img img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-sp .styling .other-item__txt {
  font-family: "Noto Serif", serif;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.8;
  font-size: clamp(11px, 2.93333vw, 15.4px);
  margin-bottom: clamp(5px, 1.33333vw, 7px);
}

@media screen and (min-width: 1000px) {
  .lp-sp .styling .other-item__txt {
    font-size: clamp(13.167px, 2.926vw, 14.63px);
    margin-bottom: clamp(5.985px, 1.33vw, 6.65px);
  }
}

.lp-sp .styling .other-item__function {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #bdb8b0;
  border-radius: 999px;
  font-size: clamp(10px, 2.66667vw, 14px);
  margin-right: 4px;
  margin-top: 4px;
}

@media screen and (min-width: 1000px) {
  .lp-sp .styling .other-item__function {
    font-size: clamp(11.97px, 2.66vw, 13.3px);
  }
}

.lp-sp .styling .other-item__function-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
}

.lp-sp .all__btn {
  width: 80%;
  margin: 0 auto;
  padding-bottom: clamp(120px, 32vw, 168px);
  font-size: clamp(15px, 4vw, 21px);
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .lp-sp .all__btn {
    padding-bottom: clamp(143.64px, 31.92vw, 159.6px);
    font-size: clamp(17.955px, 3.99vw, 19.95px);
  }
}

.lp-sp .all__btn a {
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  line-height: 1.6;
  position: relative;
  display: block;
  border: 1px solid var(--c-navy);
  background-color: var(--c-navy);
  color: #fff;
  padding: clamp(17px, 4.53333vw, 23.8px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media screen and (min-width: 1000px) {
  .lp-sp .all__btn a {
    padding: clamp(20.349px, 4.522vw, 22.61px);
  }
}

.lp-sp .all__btn a:hover {
  border: 1px solid var(--c-txt);
  background-color: #fff;
  color: var(--c-txt);
  opacity: 1;
}

.lp-sp .all__btn span {
  font-family: "Noto Serif", serif;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.8;
  font-size: clamp(11px, 2.93333vw, 15.4px);
}

@media screen and (min-width: 1000px) {
  .lp-sp .all__btn span {
    font-size: clamp(11.7px, 2.6vw, 13px);
  }
}

@media screen and (min-width: 1000px) {
  .lp-wrap {
    position: relative;
    /* 背景固定 */
    /* 中央LP */
    /* 左タイトル */
    /* 右navi */
  }
  .lp-wrap .pc-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    background: url("../img/bg.jpg") center center/cover no-repeat;
  }
  .lp-wrap .lp-layout {
    width: clamp(500px, 30vw, 600px);
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  .lp-wrap .lp-layout__center {
    background: #fff;
  }
  .lp-wrap .pc-ttl {
    position: fixed;
    top: 50%;
    left: calc((100vw - clamp(500px, 30vw, 600px)) / 4);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: clamp(220px, 20vw, 500px);
  }
  .lp-wrap .pc-ttl__logo {
    width: clamp(50px, 4.5vw, 85px);
    margin-top: clamp(28px, 3vw, 45px);
  }
  .lp-wrap .pc-ttl img {
    display: block;
    width: 100%;
  }
  .lp-wrap .index-nav--pc {
    position: fixed;
    top: 50%;
    right: calc((100vw - clamp(500px, 30vw, 600px)) / 4);
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }
  .lp-wrap .index-nav--pc.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  .lp-wrap .index-nav--pc__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .lp-wrap .index-nav--pc__item {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  .lp-wrap .index-nav--pc__item .num {
    font-size: clamp(16.2px, 3.6vw, 18px);
    display: block;
    text-align: center;
  }
  .lp-wrap .index-nav--pc__item .txt {
    font-size: clamp(10.8px, 2.4vw, 12px);
  }
  .lp-wrap .index-nav--pc__item a {
    display: block;
    width: clamp(160px, 12.5vw, 240px);
    padding: clamp(12px, 0.9vw, 18px) 0;
    text-align: center;
    background: #6f96c4;
    text-decoration: none;
    color: #fff;
  }
  .lp-wrap .index-nav--pc__item:hover {
    opacity: 0.5;
  }
}

/* --------------------
		aside
-------------------- */
aside {
  position: relative;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  padding: clamp(100px, 26.66667vw, 140px) 0 clamp(150px, 40vw, 210px);
}

@media screen and (min-width: 1000px) {
  aside {
    width: 100%;
    margin: 0 auto;
    padding: clamp(90px, 20vw, 100px) 0 clamp(135px, 30vw, 150px);
    margin: 0 auto;
    background-color: #F5F5F5;
    z-index: 30;
  }
}

aside p {
  line-height: 2;
  font-size: clamp(12px, 3.2vw, 16.8px);
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1000px) {
  aside p {
    font-size: clamp(14.31px, 3.18vw, 15.9px);
  }
}

aside a {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

aside a:hover {
  opacity: 0.5;
}

aside .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(225px, 60vw, 315px);
  margin-right: clamp(10px, 2.66667vw, 14px);
}

@media screen and (min-width: 1000px) {
  aside .swiper-wrapper .swiper-slide {
    width: 225px;
    margin-right: 10px;
  }
}

aside .swiper-wrapper a {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

@media screen and (min-width: 1000px) {
  .aside__wrap {
    width: 600px;
    margin: 0 auto;
    overflow: hidden;
  }
}

.aside__wrap:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  margin: 80px auto;
}

@media screen and (min-width: 1000px) {
  .aside__wrap:not(:last-child):not(:last-child)::after {
    content: "";
    display: block;
    width: 100%;
    margin: 100px auto;
  }
}

.aside__wrap .aside__ttl {
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: clamp(22px, 5.86667vw, 30.8px);
  margin-bottom: clamp(10px, 2.66667vw, 14px);
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .aside__wrap .aside__ttl {
    font-size: clamp(26.28px, 5.84vw, 29.2px);
    margin-bottom: clamp(11.7px, 2.6vw, 13px);
  }
}

.aside__wrap .aside__cap {
  font-family: "Noto Serif", serif;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.8;
  margin-bottom: clamp(50px, 13.33333vw, 70px);
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .aside__wrap .aside__cap {
    margin-bottom: clamp(59.85px, 13.3vw, 66.5px);
  }
}

.aside-list li a {
  width: clamp(225px, 60vw, 315px);
  margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
  .aside-list li a {
    width: 225px;
  }
}

.aside-list__img {
  margin-bottom: clamp(10px, 2.66667vw, 14px);
}

@media screen and (min-width: 1000px) {
  .aside-list__img {
    margin-bottom: 10px;
  }
}

.aside-list__txt {
  font-family: "Noto Serif", serif;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.8;
  text-align: left;
  font-size: clamp(11px, 2.93333vw, 15.4px);
  margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
  .aside-list__txt {
    font-size: clamp(10.8px, 2.4vw, 12px);
    margin-bottom: 0;
  }
}

.aside__btn {
  margin: 0 auto;
  font-size: clamp(15px, 4vw, 21px);
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .aside__btn {
    font-size: clamp(15.561px, 3.458vw, 17.29px);
    line-height: clamp(59.85px, 13.3vw, 66.5px);
  }
}

.aside__btn a {
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  line-height: 1.6;
  position: relative;
  display: block;
  border: 1px solid var(--c-txt);
  background-color: var(--c-txt);
  color: #fff;
  padding: clamp(17px, 4.53333vw, 23.8px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media screen and (min-width: 1000px) {
  .aside__btn a {
    padding: clamp(20.349px, 4.522vw, 22.61px);
  }
}

.aside__btn a:hover {
  border: 1px solid var(--c-txt);
  background-color: #fff;
  color: var(--c-txt);
  opacity: 1;
}

.aside__btn span {
  font-family: "Noto Serif", serif;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 1.8;
  font-size: clamp(11px, 2.93333vw, 15.4px);
}

@media screen and (min-width: 1000px) {
  .aside__btn span {
    font-size: clamp(11.7px, 2.6vw, 13px);
  }
}

.aside__btn:not(:last-child) {
  margin-bottom: 30px;
}

.aside__label {
  margin: 0 auto;
  width: 80px;
}

@media screen and (min-width: 1000px) {
  .aside__label {
    width: 100px;
  }
}

/* --------------------
		footer
-------------------- */
.footer {
  position: relative;
  padding: clamp(60px, 16vw, 84px) 0;
  background-color: #000;
  z-index: 30;
}

@media screen and (min-width: 1000px) {
  .footer {
    padding: clamp(45px, 10vw, 50px) 0;
  }
}

.footer img {
  width: 100%;
  height: auto;
}

.footer__logo {
  width: clamp(110px, 29.33333vw, 154px);
  margin: 0 auto clamp(16px, 4.26667vw, 22.4px);
}

@media screen and (min-width: 1000px) {
  .footer__logo {
    width: min(130px, clamp(117px, 26vw, 130px));
    margin: 0 auto clamp(14.4px, 3.2vw, 16px);
  }
}

.footer__logo a {
  display: block;
}

@media screen and (min-width: 1000px) {
  .footer__logo a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .footer__logo a:hover {
    opacity: 0.5;
  }
}

.footer__copyright {
  text-align: center;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: clamp(11px, 2.93333vw, 15.4px);
}

@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: min(13px, clamp(11.7px, 2.6vw, 13px));
  }
}
/*# sourceMappingURL=260626_rosso-m_plus-one_style.css.map */