@charset "UTF-8";
.section01 {
  max-width: 1100px;
  margin: 0 auto 60px auto;
}
@media (max-width: 1200px) {
  .section01 .list {
    width: 90%;
    margin: 0 auto 60px auto;
  }
}
.section01 .list .btn {
  width: calc(100% / 4 - 60px / 4);
  margin-right: 20px;
}
.section01 .list .btn:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 800px) {
  .section01 .list .btn {
    width: calc(100% / 2 - 10px / 2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .section01 .list .btn:nth-child(2n) {
    margin-right: 0;
  }
}
.section01 .list .btn a {
  display: block;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border: 1px solid #e4e8ea;
  border-radius: 30px;
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media (max-width: 800px) {
  .section01 .list .btn a {
    padding: 15px 0;
    font-size: 13px;
  }
}
.section01 .list .btn a::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section01 .list .btn:nth-child(1) a {
  color: #ff83a4;
}
.section01 .list .btn:nth-child(1) a::after {
  background-color: #ff83a4;
}
.section01 .list .btn:nth-child(2) a {
  color: #00c9ff;
}
.section01 .list .btn:nth-child(2) a::after {
  background-color: #00c9ff;
}
.section01 .list .btn:nth-child(3) a {
  color: #fa9150;
}
.section01 .list .btn:nth-child(3) a::after {
  background-color: #fa9150;
}
.section01 .list .btn:nth-child(4) a {
  color: #d3a1ff;
}
.section01 .list .btn:nth-child(4) a::after {
  background-color: #d3a1ff;
}

.section02 {
  max-width: 1100px;
  margin: 0 auto 60px auto;
}
@media (max-width: 1200px) {
  .section02 {
    width: 95%;
    margin: 0 auto 60px auto;
  }
}
.section02 .season-box {
  margin-bottom: 80px;
}
.section02 .season-box .headline {
  font-size: 18px;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #d1e0e8;
}
.section02 .season-box .headline-b {
  font-size: 24px;
  letter-spacing: 0.07em;
  margin-bottom: 30px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 5px solid #000;
}
@media (max-width: 800px) {
  .section02 .season-box .headline-b {
    font-size: 20px;
    padding: 5px 10px;
  }
}
.section02 .season-box .box {
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section02 .season-box .box::before {
  content: "";
  display: block;
  width: 280px;
  height: 280px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 800px) {
  .section02 .season-box .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section02 .season-box .box::before {
    width: 150px;
    height: 150px;
    bottom: auto;
    top: 50%;
    left: auto;
    right: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.section02 .season-box .box .content {
  width: calc(50% - 50px);
  margin-right: 50px;
}
@media (max-width: 800px) {
  .section02 .season-box .box .content {
    width: 100%;
    margin-right: 0;
  }
}
.section02 .season-box .box .content .title {
  font-size: 34px;
  letter-spacing: 0.07em;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .section02 .season-box .box .content .title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.section02 .season-box .box .content .text {
  letter-spacing: 0.07em;
  line-height: 30px;
}
@media (max-width: 800px) {
  .section02 .season-box .box .content .text {
    font-size: 14px;
  }
}
.section02 .season-box .box .image-slider {
  width: 50%;
}
@media (max-width: 800px) {
  .section02 .season-box .box .image-slider {
    width: 100%;
  }
}
.section02 .season-box .box .image-slider .main-slider-pc {
  position: relative;
}
@media (max-width: 800px) {
  .section02 .season-box .box .image-slider .main-slider-pc {
    display: none;
  }
}
.section02 .season-box .box .image-slider .main-slider-pc img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.section02 .season-box .box .image-slider .main-slider-pc .slick-arrow {
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.section02 .season-box .box .image-slider .main-slider-pc .slick-arrow::before {
  display: none;
}
.section02 .season-box .box .image-slider .main-slider-pc .slick-arrow .arrow-img {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section02 .season-box .box .image-slider .main-slider-pc .slick-arrow.slick-prev {
  left: 10px;
}
.section02 .season-box .box .image-slider .main-slider-pc .slick-arrow.slick-next {
  right: 10px;
}
.section02 .season-box .box .image-slider .main-slider-pc .slick-arrow.slick-next .arrow-img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section02 .season-box .box .image-slider .main-slider-sp {
  display: none;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .section02 .season-box .box .image-slider .main-slider-sp {
    display: block;
  }
}
.section02 .season-box .box .image-slider .main-slider-sp img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.section02 .season-box .box .image-slider .main-slider-sp .slick-arrow {
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.section02 .season-box .box .image-slider .main-slider-sp .slick-arrow::before {
  display: none;
}
.section02 .season-box .box .image-slider .main-slider-sp .slick-arrow .arrow-img {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section02 .season-box .box .image-slider .main-slider-sp .slick-arrow.slick-prev {
  left: -10px;
}
.section02 .season-box .box .image-slider .main-slider-sp .slick-arrow.slick-next {
  right: -10px;
}
.section02 .season-box .box .image-slider .main-slider-sp .slick-arrow.slick-next .arrow-img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section02 .season-box .box .image-slider .sub-slider {
  height: 80px;
  margin: 10px 0 0 0;
}
.section02 .season-box .box .image-slider .sub-slider .slick-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* ← これで border も含めた幅にする */
}
.section02 .season-box .box .image-slider .sub-slider .image .image-inner {
  margin-right: 10px;
}
.section02 .season-box .box .image-slider .sub-slider .image .image-inner img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}
@media (max-width: 800px) {
  .section02 .season-box .box .image-slider .sub-slider {
    display: none;
  }
}
@media (max-width: 800px) {
  .section02 .season-box .list {
    overflow-x: hidden;
    position: relative;
    padding-right: 40px;
  }
  .section02 .season-box .list .slick-slide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section02 .season-box .list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section02 .season-box .list .slick-list {
    overflow: visible;
  }
}
.section02 .season-box .list .card {
  height: auto;
}
.section02 .season-box .list .card .card-inner {
  height: 100%;
  background-color: #f5f7f7;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section02 .season-box .list .card .image {
  width: 100%;
  height: 180px;
  margin-bottom: 25px;
}
.section02 .season-box .list .card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.section02 .season-box .list .card .title {
  font-size: 20px;
  letter-spacing: 0.07em;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
  line-height: 30px;
}
@media (max-width: 800px) {
  .section02 .season-box .list .card .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.section02 .season-box .list .card .text {
  letter-spacing: 0.02em;
  line-height: 30px;
  margin-bottom: 20px;
}
.section02 .season-box .list .card .text:last-child {
  margin-bottom: 0;
}
.section02 .season-box .list .card .morebtn {
  width: 100%;
}
.section02 .season-box .list .card .morebtn a {
  display: block;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border: 1px solid #e4e8ea;
  border-radius: 30px;
  letter-spacing: 0.07em;
  background-color: #fff;
}
.section02 .season-box .list .card .morebtn a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section02 .season-box#spring .headline {
  color: #ff83a4;
}
.section02 .season-box#spring .headline-b {
  border-color: #ff83a4;
}
.section02 .season-box#spring .box::before {
  background-image: url(/wp-content/uploads/2025/04/back-spring.png);
}
.section02 .season-box#spring .box .image-slider .main-slider-pc .slick-arrow .arrow-img,
.section02 .season-box#spring .box .image-slider .main-slider-sp .slick-arrow .arrow-img {
  background-image: url(/wp-content/uploads/2025/04/arrow-spring.png);
}
.section02 .season-box#spring .box .image-slider .main-slider-pc .slick-dots .slick-active button::before,
.section02 .season-box#spring .box .image-slider .main-slider-sp .slick-dots .slick-active button::before {
  color: #ff83a4;
}
.section02 .season-box#spring .box .image-slider .sub-slider .slick-current img {
  border: 3px solid #ff83a4;
}
.section02 .season-box#spring .list .card {
  width: calc(100% / 3 - 60px / 3);
  margin-right: 30px;
}
.section02 .season-box#spring .list .card:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 800px) {
  .section02 .season-box#spring .list .card {
    width: calc(100% / 1 - 0px / 1);
    margin-right: 0px;
  }
  .section02 .season-box#spring .list .card:nth-child(1n) {
    margin-right: 0;
  }
}
.section02 .season-box#spring .list .card .morebtn a {
  border-color: #ff83a4;
  color: #ff83a4;
}
@media (max-width: 800px) {
  .section02 .season-box#spring .list .card .morebtn a {
    border: none;
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 135, 167)), to(rgb(255, 161, 186)));
    background: linear-gradient(to right, rgb(255, 135, 167) 0%, rgb(255, 161, 186) 100%);
    color: #fff;
  }
}
.section02 .season-box#spring .list .card .morebtn a::after {
  background-image: url(/wp-content/uploads/2025/04/link-spring.png);
}
@media (max-width: 800px) {
  .section02 .season-box#spring .list .card .morebtn a::after {
    background-image: url(/wp-content/uploads/2025/04/arrow-btn.png);
  }
}
.section02 .season-box#spring .list .card .morebtn.pdf::after {
  background-image: url(/wp-content/uploads/2025/04/link-springpdf.png);
}
@media (max-width: 800px) {
  .section02 .season-box#spring .list .card .morebtn.pdf::after {
    background-image: url(/wp-content/uploads/2025/04/link-pdfsp.png);
  }
}
.section02 .season-box#summer .headline {
  color: #00c9ff;
}
.section02 .season-box#summer .headline-b {
  border-color: #00c9ff;
}
.section02 .season-box#summer .box::before {
  background-image: url(/wp-content/uploads/2025/04/back-summer.png);
}
.section02 .season-box#summer .box .image-slider .main-slider-pc .slick-arrow .arrow-img,
.section02 .season-box#summer .box .image-slider .main-slider-sp .slick-arrow .arrow-img {
  background-image: url(/wp-content/uploads/2025/04/arrow-summer.png);
}
.section02 .season-box#summer .box .image-slider .main-slider-pc .slick-dots .slick-active button::before,
.section02 .season-box#summer .box .image-slider .main-slider-sp .slick-dots .slick-active button::before {
  color: #00c9ff;
}
.section02 .season-box#summer .box .image-slider .sub-slider .slick-current img {
  border: 3px solid #00c9ff;
}
.section02 .season-box#summer .list .card {
  width: calc(100% / 3 - 60px / 3);
  margin-right: 30px;
}
.section02 .season-box#summer .list .card:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 800px) {
  .section02 .season-box#summer .list .card {
    width: calc(100% / 1 - 0px / 1);
    margin-right: 0px;
  }
  .section02 .season-box#summer .list .card:nth-child(1n) {
    margin-right: 0;
  }
}
.section02 .season-box#summer .list .card .morebtn a {
  border-color: #00c9ff;
  color: #00c9ff;
}
@media (max-width: 800px) {
  .section02 .season-box#summer .list .card .morebtn a {
    border: none;
    background: -webkit-gradient(linear, left top, right top, from(rgb(10, 199, 250)), to(rgb(72, 217, 250)));
    background: linear-gradient(to right, rgb(10, 199, 250) 0%, rgb(72, 217, 250) 100%);
    color: #fff;
  }
}
.section02 .season-box#summer .list .card .morebtn a::after {
  background-image: url(/wp-content/uploads/2025/04/link-summer.png);
}
@media (max-width: 800px) {
  .section02 .season-box#summer .list .card .morebtn a::after {
    background-image: url(/wp-content/uploads/2025/04/arrow-btn.png);
  }
}
.section02 .season-box#autumn .headline {
  color: #fa9150;
}
.section02 .season-box#autumn .headline-b {
  border-color: #fa9150;
}
.section02 .season-box#autumn .box::before {
  background-image: url(/wp-content/uploads/2025/04/back-autumn.png);
}
.section02 .season-box#autumn .box .image-slider .main-slider-pc .slick-arrow .arrow-img,
.section02 .season-box#autumn .box .image-slider .main-slider-sp .slick-arrow .arrow-img {
  background-image: url(/wp-content/uploads/2025/04/arrow-autumn.png);
}
.section02 .season-box#autumn .box .image-slider .main-slider-pc .slick-dots .slick-active button::before,
.section02 .season-box#autumn .box .image-slider .main-slider-sp .slick-dots .slick-active button::before {
  color: #fa9150;
}
.section02 .season-box#autumn .box .image-slider .sub-slider .slick-current img {
  border: 3px solid #fa9150;
}
.section02 .season-box#autumn .list .card {
  width: calc(100% / 4 - 60px / 4);
  margin-right: 20px;
}
.section02 .season-box#autumn .list .card:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 800px) {
  .section02 .season-box#autumn .list .card {
    width: calc(100% / 1 - 0px / 1);
    margin-right: 0px;
  }
  .section02 .season-box#autumn .list .card:nth-child(1n) {
    margin-right: 0;
  }
}
.section02 .season-box#autumn .list .card .morebtn a {
  border-color: #fa9150;
  color: #fa9150;
}
@media (max-width: 800px) {
  .section02 .season-box#autumn .list .card .morebtn a {
    border: none;
    background: -webkit-gradient(linear, left top, right top, from(rgb(250, 145, 80)), to(rgb(255, 190, 80)));
    background: linear-gradient(to right, rgb(250, 145, 80) 0%, rgb(255, 190, 80) 100%);
    color: #fff;
  }
}
.section02 .season-box#autumn .list .card .morebtn a::after {
  background-image: url(/wp-content/uploads/2025/04/link-autumn.png);
}
@media (max-width: 800px) {
  .section02 .season-box#autumn .list .card .morebtn a::after {
    background-image: url(/wp-content/uploads/2025/04/arrow-btn.png);
  }
}
.section02 .season-box#winter .headline {
  color: #d3a1ff;
}
.section02 .season-box#winter .headline-b {
  border-color: #d3a1ff;
}
.section02 .season-box#winter .box::before {
  background-image: url(/wp-content/uploads/2025/04/back-winter.png);
}
.section02 .season-box#winter .box .image-slider .main-slider-pc .slick-arrow .arrow-img,
.section02 .season-box#winter .box .image-slider .main-slider-sp .slick-arrow .arrow-img {
  background-image: url(/wp-content/uploads/2025/04/arrow-winter.png);
}
.section02 .season-box#winter .box .image-slider .main-slider-pc .slick-dots .slick-active button::before,
.section02 .season-box#winter .box .image-slider .main-slider-sp .slick-dots .slick-active button::before {
  color: #d3a1ff;
}
.section02 .season-box#winter .box .image-slider .sub-slider .slick-current img {
  border: 3px solid #d3a1ff;
}
.section02 .season-box#winter .list .card {
  width: calc(100% / 4 - 60px / 4);
  margin-right: 20px;
}
.section02 .season-box#winter .list .card:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 800px) {
  .section02 .season-box#winter .list .card {
    width: calc(100% / 1 - 0px / 1);
    margin-right: 0px;
  }
  .section02 .season-box#winter .list .card:nth-child(1n) {
    margin-right: 0;
  }
}