@charset "UTF-8";

body {
  margin: 0;
}

main {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  color: #111111;
  position: relative;
  background: #F6F3EC;
}
main img {
  width: 100%;
  vertical-align: bottom;
}
main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
main p, main h1, main h2, main h3 {
  margin: 0;
}
main .u-txC {
  text-align: center;
}
main .u-fwB {
  font-weight: bold !important;
}

.js-scroll-fade {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  transition-duration: 1000ms;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.js-scroll-fade.js-scroll-fade--in {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

.js-scroll-fade-delay2 {
  transition-delay: 0.5s;
}

.js-scroll-fade-delay3 {
  transition-delay: 1s;
}

.sm2-price_item {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.sm2-btn {
  display: block;
  line-height: 1;
  text-align: center;
  background: #fff;
  color: #111;
  border: 1px solid #111;
  text-decoration: none;
}

.sm2-deco {
  position: absolute;
}

.sm2-mv {
  position: relative;
  overflow: hidden;
}

@-webkit-keyframes mvFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mvFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mvLogoFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mvLogoFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sm2-mv_img {
  -webkit-animation: mvFade 2s linear forwards;
          animation: mvFade 2s linear forwards;
}

.sm2-mv_title {
  position: absolute;
  -webkit-animation: mvLogoFade 1s linear 2S forwards;
          animation: mvLogoFade 1s linear 2S forwards;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.sm2-intro {
  text-align: center;
}

.sm2-intro_deco {
  margin: 0 auto;
}

.sm2-intro_lead {
  line-height: 1.35;
}

.sm2-intro_text {
  line-height: 2;
}
.sm2-intro_text span {
  display: block;
}
.sm2-intro_text span:nth-child(1) {
  transition-delay: 0.2s;
}
.sm2-intro_text span:nth-child(2) {
  transition-delay: 0.5s;
}
.sm2-intro_text span:nth-child(3) {
  transition-delay: 0.8s;
}

.sm2-sec01_inner {
  margin: 0 auto;
}

.sm2-sec01_title {
  margin: 0 auto;
}

@-webkit-keyframes flowing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes flowing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.sm2-sec01_text-block {
  -webkit-animation: flowing 30s linear infinite;
          animation: flowing 30s linear infinite;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  display: flex;
  -webkit-column-gap: 1.3333333333vw;
          column-gap: 1.3333333333vw;
}

.sm2-sec01_text-img {
  width: 225.0666666667vw;
}

.sm2-sec01_column01 {
  display: flex;
}
.sm2-sec01_block01 .slick-dots {
  top: 0;
}

.sm2-product {
  display: flex;
  justify-content: space-between;
}

.sm2-product-item {
  text-align: center;
}
.sm2-product-item .sm2-price_item {
  line-height: 1.5;
}
.sm2-product-item .sm2-btn-wrap {
  margin: 0 auto;
}

.sm2-sec02 {
  background: #E6DBD4;
}

.sm2-sec02_inner {
  position: relative;
  margin: 0 auto;
}

.sm2-sec02_title {
  position: absolute;
  margin: auto;
}

.sm2-sec02_text-block {
  -webkit-animation: flowing 30s linear infinite;
          animation: flowing 30s linear infinite;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  display: flex;
  -webkit-column-gap: 1.3333333333vw;
          column-gap: 1.3333333333vw;
}

.sm2-sec02_img01 {
  display: block;
}

.sm2-sec02_column01 {
  display: flex;
}
.sm2-sec02_block01 .slick-dots {
  bottom: -5px;
}

.sm2-sec03_staff-text {
  text-align: center;
  line-height: 2;
  color: #101010;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.sm2-sec03_staff-text span {
  display: block;
  font-weight: bold;
}

.sm2-footer {
  background: #fff;
}

.sm2-footer_logo {
  margin: 0 auto;
  display: block;
}

.sm2-footer_copy {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-align: center;
  font-weight: normal;
  line-height: 1.1;
}

.slick-list {
  z-index: 50;
}

/* Dots */
.slick-dots {
  position: absolute;
  z-index: 40;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  text-align: center;
  color: #C9C7C2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #606060;
}

.slick-dots {
  bottom: 0;
}

@media screen and (max-width: 767.98px) {
  .pc-only {
    display: none !important;
  }
  .sm2-price_item {
    font-size: 3.2vw;
  }
  .sm2-price_item + .sm2-price_item {
    margin-top: 3.2vw;
  }
  .sm2-btn-wrap {
    width: 29.3333333333vw;
  }
  .sm2-btn {
    font-size: 3.2vw;
    padding: 1.3866666667vw 0;
    margin-top: 5.4933333333vw;
  }
  .sm2-mv_title {
    width: 57.3333333333vw;
    left: 0;
    right: 0;
    margin: auto;
    top: -2.4vw;
  }
  .sm2-intro {
    margin-top: 10.6666666667vw;
  }
  .sm2-intro_deco {
    width: 4.8vw;
  }
  .sm2-intro_lead {
    font-size: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
  .sm2-intro_text {
    font-size: 3.7333333333vw;
    margin-top: 6.1333333333vw;
  }
  .sm2-sec01 {
    margin-top: 20vw;
  }
  .sm2-sec01_title {
    width: 20.8vw;
  }
  .sm2-sec01_text {
    width: 100%;
    margin: 5.3333333333vw 0;
    overflow: hidden;
    display: flex;
    -webkit-column-gap: 1.3333333333vw;
            column-gap: 1.3333333333vw;
  }
  .sm2-sec01_column01 {
    flex-direction: column;
    row-gap: 2.6666666667vw;
  }
  .sm2-sec01_block01 {
    margin: 0 auto;
    display: flex;
    width: 91.2vw;
    gap: 2.6666666667vw;
  }
  .sm2-sec01_column02 {
    width: 91.4666666667vw;
    margin: 2.6666666667vw auto 0;
  }
  .sm2-sec01_block02-detail {
    margin-top: 8.1866666667vw;
  }
  .sm2-product {
    width: 91.2vw;
    margin: 8vw auto 0;
  }
  .sm2-product-item {
    width: 44.2666666667vw;
  }
  .sm2-product-item .sm2-price_item {
    margin-top: 2.1333333333vw;
  }
  .sm2-product-item .sm2-btn-wrap {
    width: 14.6666666667vw;
  }
  .sm2-product-item .sm2-btn {
    margin-top: 2.6666666667vw;
  }
  .sm2-sec02 {
    margin-top: 32.1333333333vw;
    padding-bottom: 4.2666666667vw;
  }
  .sm2-sec02 .sm2-product {
    width: 44.2666666667vw;
    margin-top: 10.6666666667vw;
  }
  .sm2-sec02_inner {
    padding-top: 16vw;
  }
  .sm2-sec02_title {
    width: 20.8vw;
    left: 0;
    right: 0;
    top: -10.6666666667vw;
  }
  .sm2-sec02_text-sp {
    width: 100%;
    margin: 0 0 5.3333333333vw;
    overflow: hidden;
    display: flex;
    -webkit-column-gap: 1.3333333333vw;
            column-gap: 1.3333333333vw;
  }
  .sm2-sec02_text-img {
    width: 217.9733333333vw;
  }
  .sm2-sec02_img01 {
    width: 91.4666666667vw;
    margin: 0 auto;
  }
  .sm2-sec02_column01 {
    width: 91.4666666667vw;
    margin: 2.6666666667vw auto 0;
    justify-content: space-between;
  }
  .sm2-sec02_img02 {
    width: 44.2666666667vw;
  }
  .sm2-sec02_block01 {
    width: 44.4vw;
    padding-bottom: 2.4vw;
  }
  .sm2-sec02_detail {
    width: 91.4666666667vw;
    margin: 5.52vw auto 0;
  }
  .sm2-sec2_deco {
    width: 4.8vw;
    margin: 10.6666666667vw auto 0;
  }
  .sm2-sec03 {
    padding: 24.4vw 0 15.8666666667vw;
    background: url("/static/full/images/cts/sm2/2025spring_crosslinen/bg_day2.png") repeat-x left top/12.6666666667vw auto;
  }
  .sm2-sec03_staff-text {
    font-size: 3.2vw;
  }
  .sm2-sec03_staff-text + .sm2-sec03_staff-text {
    margin-top: 4.2666666667vw;
  }
  .sm2-sec03_logo {
    width: 40.7386666667vw;
    margin: 8vw auto 0;
  }
  .sm2-footer {
    padding: 7.7333333333vw 0 7.8666666667vw;
  }
  .sm2-footer_logo {
    width: 56.5333333333vw;
  }
  .sm2-footer_copy {
    font-size: 2.6666666667vw;
    margin-top: 2.9333333333vw;
  }
  .slick-slide {
    height: unset;
  }

  .slick-dots li {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    padding: 0;
    margin: 0;
  }

  .slick-dots li button {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    padding: 0.5333333333vw;
  }

  .slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
  }

  .slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
  }

  .slick-dots li button:before {
    font-size: 3.7333333333vw;
    line-height: 9px;
    width: 100%;
    height: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  main {
    min-width: 960px;
    margin: 0 auto;
  }
  .sm2-price_item {
    font-size: 12px;
  }
  .sm2-price_item + .sm2-price_item {
    margin-top: 12px;
  }
  .sm2-btn-wrap {
    width: 110px;
  }
  .sm2-btn {
    font-size: 12px;
    padding: 4px 0;
    margin-top: 23px;
  }
  .sm2-btn:hover {
    color: #fff;
    background: #111;
  }
  .sm2-mv_title {
    width: 31.8055555556%;
    left: 8.1944444444%;
    top: -2.1875%;
  }
  .sm2-intro {
    margin-top: 40px;
  }
  .sm2-intro_deco {
    width: 24px;
  }
  .sm2-intro_lead {
    font-size: 20px;
    margin-top: 40px;
  }
  .sm2-intro_text {
    font-size: 14px;
    margin-top: 23px;
  }
  .sm2-sec01 {
    margin-top: 77.8px;
  }
  .sm2-sec01_inner {
    width: 820px;
  }
  .sm2-sec01_title {
    width: 78px;
  }
  .sm2-sec01_text {
    position: absolute;
    top: 0;
    right: -70px;
    display: flex;
    -webkit-column-gap: 7.8px;
            column-gap: 7.8px;
  }
  .sm2-sec01_text-item {
    width: 11px;
  }
  .sm2-sec01_column01 {
    justify-content: space-between;
    margin-top: 12px;
  }
  .sm2-sec01_img01 {
    width: 402px;
    margin-top: 28px;
  }
  .sm2-sec01_block01 {
    width: 402px;
    padding-top: 28px;
  }
  .sm2-sec01_column02 {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 16.2px;
  }
  .sm2-sec01_img04 {
    width: 326px;
  }
  .sm2-sec01_block02-detail {
    margin-top: 30px;
  }
  .sm2-sec01_img05 {
    width: 478px;
  }
  .sm2-product {
    width: 500px;
    margin: 40px auto 0;
  }
  .sm2-product-item {
    width: 230px;
  }
  .sm2-product-item .sm2-price_item {
    margin-top: 8px;
  }
  .sm2-product-item .sm2-btn-wrap {
    width: 55px;
  }
  .sm2-product-item .sm2-btn {
    margin-top: 10px;
  }
  .sm2-sec02 {
    margin-top: 120px;
    padding-bottom: 20px;
  }
  .sm2-sec02 .sm2-product {
    width: 230px;
    margin-top: -107px;
  }
  .sm2-sec02_inner {
    width: 820px;
    padding-top: 88px;
  }
  .sm2-sec02_title {
    width: 78px;
    left: 361px;
    top: -40px;
  }
  .sm2-sec02_text {
    width: 700px;
    margin: 0 auto 40px;
  }
  .sm2-sec02_text-sp {
    display: none;
  }
  .sm2-sec02_column01 {
    justify-content: space-between;
    margin-top: 16px;
  }
  .sm2-sec02_img02 {
    width: 402px;
  }
  .sm2-sec02_block01 {
    width: 402px;
    padding-bottom: 18.6px;
  }
  .sm2-sec02_detail {
    margin-top: 12px;
  }
  .sm2-sec2_deco {
    width: 24px;
    margin: 60px auto 0;
  }
  .sm2-sec03 {
    padding: 151px 0 59.5px;
    background: url("/static/full/images/cts/sm2/2025spring_crosslinen/bg_day2.png") repeat-x left top/78px auto;
  }
  .sm2-sec03_staff-text {
    font-size: 12px;
  }
  .sm2-sec03_staff-text + .sm2-sec03_staff-text {
    margin-top: 16px;
  }
  .sm2-sec03_logo {
    width: 152.77px;
    margin: 30px auto 0;
  }
  .sm2-footer {
    padding: 29px 0 29.5px;
  }
  .sm2-footer_logo {
    width: 212px;
  }
  .sm2-footer_copy {
    font-size: 10px;
    margin-top: 11px;
  }
  /* Dots pc */
  .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0 2.5px;
    padding: 0;
  }

  .slick-dots li button {
    width: 13px;
    height: 13px;
    padding: 2.5px;
  }

  .slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
  }

  .slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
  }

  .slick-dots li button:before {
    font-size: 32px;
    line-height: 13px;
    width: 13px;
    height: 13px;
  }
}
