@charset "UTF-8";
.c-deco {
  width: 417px;
  overflow: hidden;
}

.header__logo {
  width: 90px;
}

.header__logo {
  width: 121px;
}

.mv {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.mv .slick-slider {
  height: 100%;
}
.mv .slick-list {
  height: 100%;
}
.mv .slick-track {
  height: 100%;
}
.mv .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .slick-dotted.slick-slider {
  margin: 0;
}
.mv .add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}
.mv__list {
  position: absolute;
  top: 178px;
  right: 43px;
}
.mv__item {
  margin: 0 0 15px;
  text-align: right;
}
.mv__item:last-child {
  margin: 0;
}
.mv__item__txt {
  color: #fff;
  font-family: "Jost", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0;
}
.mv__item__txt[\:has\(.circle\)] {
  position: relative;
  padding: 0 18px 0 0;
}
.mv__item__txt:has(.circle) {
  position: relative;
  padding: 0 18px 0 0;
}
.mv__item__txt .circle {
  width: 22px;
  height: 22px;
  position: absolute;
  right: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.mv__item__txt .circle span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.mv__item__txt .circle span:nth-child(1) {
  width: 100%;
  height: 100%;
  border: 1px solid #f8f6f5;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-animation: 2s linear infinite scale;
          animation: 2s linear infinite scale;
}
.mv__item__txt .circle span:nth-child(2) {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  opacity: 0.75;
  -webkit-animation: 2s linear infinite scale;
          animation: 2s linear infinite scale;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.mv__item__txt .circle span:nth-child(3) {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
.mv__item__sns {
  display: block;
  width: 17px;
  margin: 0 0 0 auto;
}
.mv__scroll {
  position: absolute;
  bottom: 0;
  right: 42px;
}
.mv__scroll__txt {
  display: block;
  color: #fff;
  font-family: "Jost", serif;
  font-size: 12px;
  font-weight: 400;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  margin: 0 0 10px;
}
.mv__scroll__line {
  display: block;
  position: relative;
  width: 1px;
  height: 87px;
  margin: 0 auto;
  background: #fff;
}
.mv__scroll__line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  height: 19px;
  width: 4px;
  -webkit-animation: wheel 2s infinite;
          animation: wheel 2s infinite;
  border-radius: 5px;
}
@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 100%;
  }
}
@keyframes wheel {
  to {
    opacity: 0;
    top: 100%;
  }
}
.mv__box {
  position: absolute;
  bottom: 82px;
  left: 25px;
  width: 100%;
}
.mv__ttl {
  color: #fff;
  font-family: "Jost", serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2105263158;
  margin: 0 0 10px;
  letter-spacing: 0.2em;
}
.mv__txt {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.0555555556;
}
.mv__teaser {
  position: absolute;
  bottom: 48px;
  left: 70px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Jost", serif;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.4444444444;
  text-align: center;
}
.mv__teaser span {
  color: #fff;
  font-size: 24px;
}

.intro {
  position: relative;
  padding: 223px 0 122px;
  width: 100%;
  overflow: hidden;
}
.intro__deco01 {
  position: absolute;
  top: 0;
  right: 0;
}
.intro__deco01 img {
  -webkit-transform: translate(223px, -104px);
          transform: translate(223px, -104px);
}
.intro__deco02 {
  position: absolute;
  bottom: 305px;
  left: 0;
}
.intro__deco02 img {
  -webkit-transform: translate(-28px, 0);
          transform: translate(-28px, 0);
}
.intro__slider {
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
}
.intro__slider img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro__slider__txt {
  width: 1556px;
}
.intro__in {
  position: relative;
  max-width: 1245px;
  padding: 0 15px;
  margin: 0 auto;
}
.intro__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 40px;
}
.intro__box {
  position: relative;
  width: 50%;
  padding: 0 37px 60px 0;
}
.intro__box__img01 {
  width: 64.71544715%;
  margin: 0 0 0 auto;
  -webkit-filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
}
.intro__box__img01 img {
  border-radius: 20px;
  overflow: hidden;
}
.intro__box__img02 {
  position: absolute;
  left: 31px;
  bottom: 0;
  width: 37.07317073%;
  border-radius: 20px;
  -webkit-filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
}
.intro__box__img02 img {
  border-radius: 20px;
  overflow: hidden;
}
.intro__box__img__in {
  border-radius: 20px;
  overflow: hidden;
}
.intro__container {
  width: 50%;
  padding: 0 25px 85px 0;
}
.intro__ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.2em;
  background: -webkit-gradient(linear, left top, right top, from(#58585a), color-stop(25%, #b2aba9), color-stop(50%, #58585a));
  background: linear-gradient(90deg, #58585a 0%, #b2aba9 25%, #58585a 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 40px;
}
.intro__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8571428571;
  margin: 0 0 73px;
  letter-spacing: 0.2em;
}
.intro__txt span {
  font-family: "Montserrat", serif;
  font-weight: 400;
}
.intro__txt .sub {
  position: relative;
}
.intro__txt .sub::before {
  content: "リンク";
  position: absolute;
  top: -17px;
  left: 0;
  font-family: "Noto Sans JP", serif;
  font-size: 10px;
  width: 100%;
  text-align: center;
}
.intro__btn {
  margin: 0 0 0 auto;
}
.intro__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro__picture__item01 {
  width: 22.30452675%;
  padding: 0 12px 10px 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.intro__picture__item02 {
  width: 40%;
}
.intro__picture__item03 {
  width: 21.64609053%;
  padding: 40px 0 0 32px;
}
.step {
  overflow: hidden;
  width: 100%;
}
.step__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.webp .step__box.box01 {
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top/bg_step01.webp) no-repeat center center/cover;
}
.no-webp .step__box.box01 {
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top/bg_step01.jpg) no-repeat center center/cover;
}
.webp .step__box.box02 {
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top/bg_step02.webp) no-repeat center center/cover;
}
.no-webp .step__box.box02 {
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top/bg_step02.jpg) no-repeat center center/cover;
}
.webp .step__box.box03 {
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top/bg_step03.webp) no-repeat center center/cover;
}
.no-webp .step__box.box03 {
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top/bg_step03.jpg) no-repeat center center/cover;
}
.webp .step__box.box04 {
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top/bg_step04.webp) no-repeat center center/cover;
}
.no-webp .step__box.box04 {
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top/bg_step04.jpg) no-repeat center center/cover;
}
.step__box__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.step__box__container {
  width: 483px;
  padding: 0 0 0 45px;
}
.step__box__tag {
  font-family: "Jost", serif;
  color: #fff;
  display: inline;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
}
.step__box__tag span {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0 0 0 30px;
  margin: 0 0 0 15px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.step__box__tag span::after {
  position: absolute;
  content: "";
  top: 23%;
  left: 0;
  width: 23px;
  height: 1px;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
  background: #fff;
}
.step__box__ttl {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.2em;
  margin: 45px 0 0 0;
}
.step__box__sub {
  font-family: "Jost", serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 20px 0 0 0;
}
.step__box__txt01 {
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin: 30px 0 0 0;
}
.step__box__txt01 .bg {
  color: #a7a291;
  padding: 0 10px 2px 10px;
  font-weight: 500;
  display: inline-block;
  background: #fff;
  margin: 10px 0 0 0;
}
.step__box__txt01 .bg.pnk {
  color: #b8a4aa;
}
.step__box__txt01 .bg.grn {
  color: #acbfbc;
}
.step__box__txt01 .bg.l_grn {
  color: #b5c8ad;
}
.step__box__txt01 .bg:first-child {
  margin: 0;
}
.step__box__txt01 .bg span {
  color: currentColor;
  font-size: 10px;
}
.step__box__txt01 .bg.pnk {
  color: #b8a4aa;
}
.step__box__txt01 .small {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2em;
  padding: 0 0 0 5px;
}
.step__box__txt02 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.2em;
  margin: 20px 0 0 0;
}
.step__box__txt03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  max-width: 388px;
  margin: 72px 0 0 0;
}
.step__box__price {
  color: #fff;
  font-family: "Jost", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.step__box__price .yen {
  color: #fff;
  font-family: "Noto Sans JP", serif;
}
.step__box__price .tax {
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0 0 0 2px;
}
.step__box__price .amount {
  color: #fff;
  position: relative;
  font-family: "Jost", serif;
  font-size: 14px;
  margin: 0 0 0 2px;
  padding: 0 0 0 14px;
}
.step__box__price .amount::before {
  position: absolute;
  content: "";
  top: 55%;
  -webkit-transform: translateY(-50%) rotate(130deg);
          transform: translateY(-50%) rotate(130deg);
  left: -2px;
  width: 11px;
  height: 0.5px;
  background: #fff;
}
.step__box__btn {
  padding: 0 67px 0 0;
}
.step__img {
  width: calc(100% - 483px);
  padding: 0 20px 0 0;
}

.repeat {
  position: relative;
}
.repeat__deco {
  position: absolute;
  bottom: -76px;
  right: 0;
}
.repeat__deco img {
  -webkit-transform: translate(150px, 0px);
          transform: translate(150px, 0px);
}
.repeat__wrap {
  overflow: hidden;
  padding: 130px 0 125px;
}
.repeat__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.repeat__container {
  width: 50%;
}
.repeat__container__main {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0.2em;
  margin: 55px 0 0 0;
}
.repeat__container__txt {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.2em;
  margin: 37px 0 0 0;
}
.repeat__container__txt span {
  font-family: "Jost", serif;
}
.repeat__container__look {
  font-size: 14px;
  font-weight: 100;
  line-height: 1.8571428571;
  letter-spacing: 0.2em;
  position: relative;
  margin: 65px 0 0 0;
}
.repeat__container__look::after {
  position: absolute;
  content: "";
  background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top/ico_arrow_brown.svg) no-repeat center center/100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 275px;
  width: 47px;
  height: 21px;
}
.repeat__container__btn {
  padding: 0 70px 0 0;
  margin: 70px 0 0;
}
.repeat__img {
  position: relative;
  width: 50%;
  -webkit-filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 4px 54px rgba(0, 0, 0, 0.1));
}
.repeat__img__in {
  margin-right: calc(50% - 29vw);
}
.repeat__img img {
  display: block;
  border-radius: 20px 0 0 20px;
  max-width: none;
}
.repeat.trial .repeat__wrap {
  padding: 130px 0 0;
  overflow: visible;
}
.repeat.trial .repeat__container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 0 0 97px;
}
.repeat.trial .repeat__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.repeat.trial .repeat__img img {
  border-radius: 0 20px 20px 0;
}
.repeat.trial .repeat__img__in {
  margin-left: calc(50% - 29vw);
  margin-right: 0;
}

.topics {
  position: relative;
  margin: 0 0 100px;
}
.topics__deco {
  position: absolute;
  bottom: -293px;
  left: 0;
}
.topics__deco img {
  -webkit-transform: translate(-92px, 0);
          transform: translate(-92px, 0);
}
.topics__ttl {
  text-align: center;
  margin: 0 0 65px;
}
.topics__wrap {
  margin: 0 0 75px;
}
.topics__cards {
  max-width: 850px;
  margin: 0 auto;
}
.topics__card {
  margin: 0 0 40px 0;
}
.topics__card:last-child {
  margin: 0;
}
.topics__card__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6.352941%;
  font-family: "Noto Sans JP", serif;
}
.topics__card__img {
  width: 31.529412%;
}
.topics__card__container {
  width: 62.117647%;
}
.topics__card__time {
  display: block;
  color: #787878;
  font-family: "Montserrat", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.2em;
  margin: 0 0 30px;
}
.topics__card__ttl {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: 0.2em;
  margin: 0 0 13px;
}
.topics__card__txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.2em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.topics__btn {
  margin: 0 0 0 auto;
  padding: 0 64px 0 0;
}
.topics .slick-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 0 0;
}
.topics .slick-num {
  width: auto;
}
.topics .slick-slider {
  padding: 0 0 25px;
  margin: 0;
}
.topics .slick-scroll {
  color: #dbdbdb;
  font-family: "Jost", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  width: 56px;
}
.topics .progress-container {
  width: calc(100% - 56px);
  height: 0.5px;
  background-color: #787878;
  background: rgba(219, 219, 219, 0.7);
  position: relative;
  margin: 0 auto;
}
.topics .progress-bar1-1 {
  width: 0;
  height: 4px;
  background-color: #dbdbdb;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
@media only screen and (max-width: 719px) {
  .header__logo {
    width: 81px;
  }
  .header__logo {
    width: 81px;
  }
  .mv {
    height: 100dvh;
  }
  .mv__scroll {
    right: 15px;
  }
  .mv__scroll__txt {
    margin: 0 15px 10px 0px;
  }
  .mv__teaser {
    font-size: 18px;
    left: 0;
    width: 100%;
    bottom: 28px;
  }
  .mv__teaser span {
    font-size: 14px;
  }
  .intro {
    padding: 97px 0 65px;
  }
  .intro__deco01 img {
    -webkit-transform: translate(168px, -151px);
            transform: translate(168px, -151px);
  }
  .intro__deco02 {
    bottom: 0;
  }
  .intro__deco02 img {
    -webkit-transform: translate(-171px, 260px);
            transform: translate(-171px, 260px);
  }
  .intro__slider {
    top: 45px;
  }
  .intro__slider__txt {
    width: 1077px;
  }
  .intro__wrap {
    margin: 0 0 23px;
  }
  .intro__box {
    width: 100%;
    padding: 0 0 35px 17px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .intro__box__img01 {
    width: calc(100% + 15px);
  }
  .intro__box__img01 img {
    border-radius: 20px 0 0 20px;
  }
  .intro__box__img02 {
    left: 0;
    border: 0;
    width: 34.20289855%;
  }
  .intro__container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 0 31px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .intro__ttl {
    font-size: 28px;
    margin: 0 0 21px;
  }
  .intro__txt {
    margin: 0 0 45px;
  }
  .intro__btn {
    margin: 0;
  }
  .intro__picture__item01 {
    width: 50%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .intro__picture__item02 {
    width: 100%;
    margin: 0 0 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .intro__picture__item03 {
    width: 50%;
    padding: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .step__box {
    padding: 40px 0;
    display: block;
    position: relative;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
  }
  .webp .step__box.box01 {
    background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top/bg_step01_sp.webp) no-repeat center center/cover;
  }
  .no-webp .step__box.box01 {
    background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top/bg_step01_sp.jpg) no-repeat center center/cover;
  }
  .webp .step__box.box02 {
    background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top/bg_step02_sp.webp) no-repeat center center/cover;
  }
  .no-webp .step__box.box02 {
    background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top/bg_step02_sp.jpg) no-repeat center center/cover;
  }
  .webp .step__box.box03 {
    background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top/bg_step03_sp.webp) no-repeat center center/cover;
  }
  .no-webp .step__box.box03 {
    background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top/bg_step03_sp.jpg) no-repeat center center/cover;
  }
  .webp .step__box.box04 {
    background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top/bg_step04_sp.webp) no-repeat center center/cover;
  }
  .no-webp .step__box.box04 {
    background: url(https://d2w53g1q050m78.cloudfront.net/linkucosmecom/uploads/assets/img/top/bg_step04_sp.jpg) no-repeat center center/cover;
  }
  .step__box__in {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .step__box__container {
    display: contents;
  }
  .step__box__tag {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 16px;
    font-weight: 400;
  }
  .step__box__tag span {
    padding: 0 0 0 18px;
    margin: 0 0 0 8px;
    font-size: 12px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .step__box__tag span::after {
    top: 46%;
    width: 14px;
  }
  .step__box__block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 12px;
    margin: 23px 0 25px;
  }
  .step__box__ttl {
    font-size: 32px;
    line-height: 1.1875;
    margin: 0;
  }
  .step__box__sub {
    font-size: 12px;
    margin: 0;
    padding: 0 0 3px;
  }
  .step__box__txt01 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 40px;
  }
  .step__box__txt01[\:has\(.small\)] {
    margin: 0 0 11px;
  }
  .step__box__txt01:has(.small) {
    margin: 0 0 11px;
  }
  .step__box__txt01 .bg {
    padding: 2px 10px;
    margin: 5px 0 0 0;
  }
  .step__box__txt01 .small {
    width: 100%;
    padding: 12px 0 0 0;
    display: block;
    line-height: 1.6;
  }
  .step__box__detail {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 100%;
  }
  .step__box__txt02 {
    letter-spacing: 0.1em;
    margin: 15px auto 0;
    text-align: center;
  }
  .step__box__txt03 {
    margin: 10px 0 0;
    text-align: center;
    display: block;
    max-width: none;
  }
  .step__box__price {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin: 0 0 32px;
  }
  .step__box__price .tax {
    font-size: 10px;
  }
  .step__box__btn {
    padding: 0 64px 0 0;
    margin: 0 auto;
  }
  .step__img {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    padding: 0 10px;
  }
  .repeat__deco {
    bottom: 77px;
  }
  .repeat__deco img {
    -webkit-transform: translate(184px, 0);
            transform: translate(184px, 0);
  }
  .repeat__wrap {
    padding: 68px 0 70px;
  }
  .repeat__box {
    display: contents;
  }
  .repeat__container {
    width: 100%;
  }
  .repeat__container__main {
    font-size: 24px;
    margin: 46px 0 0 0;
  }
  .repeat__container__txt {
    margin: 35px 0 40px 0;
  }
  .repeat__container__look {
    margin: 42px 0 32px 0;
  }
  .repeat__container__btn {
    margin: 42px 0 34px;
  }
  .repeat__img {
    width: 100%;
    -webkit-filter: none;
            filter: none;
  }
  .repeat__img__in {
    margin-right: calc(50% - 50vw);
  }
  .repeat.trial .repeat__wrap {
    padding: 68px 0 0px;
  }
  .repeat.trial .repeat__container {
    padding: 0;
  }
  .repeat.trial .repeat__img__in {
    margin-left: calc(50% - 50vw);
  }
  .topics {
    margin: 0 0 60px;
    overflow: hidden;
  }
  .topics__deco img {
    -webkit-transform: translate(168px, -151px);
            transform: translate(168px, -151px);
  }
  .topics__ttl {
    text-align: left;
    margin: 0 0 35px;
  }
  .topics__wrap {
    margin: 0 -15px 40px;
    padding: 0 0 0 15px;
  }
  .topics__card {
    margin: 0 20px 0 0;
  }
  .topics__card:last-child {
    margin: 0 20px 0 0;
  }
  .topics__card__img {
    width: 100%;
    margin: 0 0 22px;
  }
  .topics__card__container {
    width: 100%;
  }
  .topics__card__time {
    margin: 0 0 10px;
  }
  .topics__card__ttl {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 7px;
  }
  .topics__card__txt {
    font-size: 12px;
    line-height: 1.3333333333;
    -webkit-line-clamp: 3;
  }
  .topics__btn {
    margin: 0;
  }
  .topics.teaser .topics__btn {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 720px) {
  .intro__box {
    width: 400px;
  }
  .intro__container {
    width: calc(100% - 400px);
  }
  .intro__ttl {
    font-size: 28px;
  }
}
@media only screen and (min-width: 720px) {
  .box {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
  }
  .pinSection {
    height: 100%;
    width: 100%;
  }
  .image {
    top: -50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    background-size: contain;
    height: 100%;
    width: 100%;
  }
  .pin-spacer {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .event1 {
    background-color: #fbc531;
  }
  .event1 .image {
    top: 50%;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 720px) {
  .repeat__container__main {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1500px) {
  .repeat__img__in {
    margin-right: calc(50% - 33vw);
  }
  .repeat.trial .repeat__img__in {
    margin-left: calc(50% - 33vw);
  }
}
@media only screen and (min-width: 1501px) {
  .repeat__img__in {
    margin-right: calc(50% - 38vw);
  }
  .repeat.trial .repeat__img__in {
    margin-left: calc(50% - 38vw);
  }
}