/*----------------------------------------
  common
----------------------------------------*/
@keyframes zoom {
  0% {
    scale: 1;
  }
  100% {
    scale: 1.15;
  }
}
/*----------------------------------------
  common
----------------------------------------*/
html {
  scroll-behavior: smooth;
}

/*----------------------------------------
  u-device-sp
----------------------------------------*/
.u-device-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-device-sp {
    display: block;
  }
}

/*----------------------------------------
  u-device-pc
----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-device-pc {
    display: none;
  }
}

/*----------------------------------------
  u-animation-fadeIn
----------------------------------------*/
.u-animation-fadeIn {
  opacity: 0;
  transition: 1s;
}
.u-animation-fadeIn.is-active {
  opacity: 1;
}

/*----------------------------------------
  u-animation-fadeup
----------------------------------------*/
.u-animation-fadeup {
  opacity: 0;
  translate: 0 0.8em;
  transition: 1s;
}
.u-animation-fadeup.is-active {
  opacity: 1;
  translate: 0 0;
}

/*----------------------------------------
  c-expand
----------------------------------------*/
.c-expand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .c-expand {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.c-expand:before, .c-expand:after {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1px;
  background: #3C403E;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .c-expand:before, .c-expand:after {
    width: 0.8rem;
  }
}
.c-expand:after {
  rotate: 90deg;
}
.c-expand:hover {
  background: #3C403E;
}
.c-expand:hover:before, .c-expand:hover:after {
  background: #fff;
}

/*----------------------------------------
  p-earlysummer
----------------------------------------*/
.p-earlysummer {
  font-size: 1.2rem;
  font-family: "fot-cezanne-pron", sans-serif;
  line-height: 1.6;
  color: #3c403e;
}
.p-earlysummer img {
  width: 100%;
  height: auto;
}

/*----------------------------------------
  p-earlysummer-mv
----------------------------------------*/
.p-earlysummer-mv {
  position: sticky;
  display: flex;
  align-items: center;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-mv {
    flex-direction: column-reverse;
    gap: 2.4rem;
  }
}
.p-earlysummer-mv__head {
  position: absolute;
  font-size: 3.3674963397vw;
  font-family: "Helvetica", sans-serif;
  line-height: 1.2;
  text-align: center;
  padding: 6%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-mv__head {
    display: none;
  }
}
.p-earlysummer-mv__main {
  width: 100%;
}
.p-earlysummer-mv__main video {
  width: 100%;
  vertical-align: bottom;
}

/*----------------------------------------
  p-earlysummer-product
----------------------------------------*/
.p-earlysummer-product {
  position: relative;
  display: flex;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-product {
    flex-direction: column;
  }
}
.p-earlysummer-product__head {
  width: 40rem;
  background: #EBEFF7;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-product__head {
    width: 100%;
    background: #fff;
  }
}
.p-earlysummer-product__content {
  position: sticky;
  display: grid;
  gap: 1.6rem;
  top: 0;
  padding: 24rem 4rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-product__content {
    position: static;
    gap: 1.8rem;
    padding: 3.2rem 0 2.4rem;
    background: #EBEFF7;
  }
}
.p-earlysummer-product__content h2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-product__content h2 {
    display: block;
    font-size: 2.4rem;
    font-family: "Helvetica", sans-serif;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 0.8rem;
  }
}
.p-earlysummer-product__content p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-product__content p {
    font-size: 1.2rem;
    text-align: center;
  }
}
.p-earlysummer-product__main {
  flex: 1;
  padding: 8rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-product__main {
    padding: 3.2rem 2.4rem;
  }
}
.p-earlysummer-product__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-product__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem 0.8rem;
  }
}
.p-earlysummer-product__list__item:nth-child(3n+2) {
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-product__list__item:nth-child(3n+2) {
    transition-delay: 0s;
  }
}
.p-earlysummer-product__list__item:nth-child(3n+3) {
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-product__list__item:nth-child(3n+3) {
    transition-delay: 0s;
  }
}
@media screen and (max-width: 767px) {
  .p-earlysummer-product__list__item:nth-child(even) {
    transition-delay: 0.2s;
  }
}
.p-earlysummer-product__list__link:hover .p-earlysummer-product__list__img {
  scale: 1.1;
}
.p-earlysummer-product__list__link:hover .p-earlysummer-product__list__txt {
  opacity: 1;
}
.p-earlysummer-product__list__link:hover .p-earlysummer-product__list__icon {
  background: url(../img/icon-arrow02.svg) center/cover;
}
.p-earlysummer-product__list__picture {
  position: relative;
  border: 0.5rem solid #fff;
  margin: 0 0 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-product__list__picture {
    border: 0.24rem solid #fff;
  }
}
.p-earlysummer-product__list__img {
  transition: 1s;
}
.p-earlysummer-product__list__txt {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  width: 17rem;
  height: 17rem;
  font-size: 1.4rem;
  font-family: "Helvetica", sans-serif;
  background: #fff;
  border-radius: 50%;
  translate: -50% -50%;
  opacity: 0;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-product__list__txt {
    width: 10rem;
    height: 10rem;
    font-size: 0.8rem;
  }
}
.p-earlysummer-product__list__txt span {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-product__list__txt span {
    font-size: 1.5rem;
  }
}
.p-earlysummer-product__list__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5rem;
  height: 5rem;
  background: url(../img/icon-arrow01.svg) center/cover;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-product__list__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-earlysummer-product__list__name {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-product__list__name {
    font-size: 1rem;
  }
}
.p-earlysummer-product__feature {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-product__feature {
    position: relative;
    left: 50%;
    width: 100vw;
    translate: -50% 0;
  }
}
.p-earlysummer-product__feature__picture {
  position: relative;
  margin: 0 0 0.8rem;
}
.p-earlysummer-product__feature__link li {
  position: absolute;
}
.p-earlysummer-product__feature__link li:nth-child(1) {
  top: 72%;
  left: 30%;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-product__feature__link li:nth-child(1) {
    top: 45%;
    left: 40%;
  }
}
.p-earlysummer-product__feature__link li:nth-child(2) {
  top: 19%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-product__feature__link li:nth-child(2) {
    top: 22%;
    left: 59%;
  }
}
.p-earlysummer-product__feature__link li:nth-child(3) {
  top: 37%;
  left: 58%;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-product__feature__link li:nth-child(3) {
    top: 39%;
    left: 71%;
  }
}
.p-earlysummer-product__feature__link li:nth-child(4) {
  top: 51%;
  left: 70%;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-product__feature__link li:nth-child(4) {
    top: 59%;
    left: 92%;
  }
}
.p-earlysummer-product__feature__link li a {
  display: block;
}
.p-earlysummer-product__feature__name {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-product__feature__name {
    gap: 0.2rem 0.8rem;
  }
}
.p-earlysummer-product__feature__name p {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-product__feature__name p {
    font-size: 1rem;
  }
}

/*----------------------------------------
  p-earlysummer-product__feature--second (2つ目のfeature専用)
----------------------------------------*/

.p-earlysummer-product__feature--second {
  margin-top: 4rem; /* 上に隙間を追加 */
}

@media screen and (max-width: 767px) {
  .p-earlysummer-product__feature--second {
    margin-top: 2.4rem; /* スマホ版は少し小さめ */
  }
}

.p-earlysummer-product__feature--second .p-earlysummer-product__feature__link li:nth-child(1) {
  top: 24%; /* お好みの位置に調整 */
  left: 37%;
}

.p-earlysummer-product__feature--second .p-earlysummer-product__feature__link li:nth-child(2) {
  top: 39%;
  left: 43%;
}

.p-earlysummer-product__feature--second .p-earlysummer-product__feature__link li:nth-child(3) {
  top: 56%;
  left: 38%;
}

.p-earlysummer-product__feature--second .p-earlysummer-product__feature__link li:nth-child(4) {
  top: 45%;
  left: 74%;
}

/* スマホ版 */
@media screen and (max-width: 767px) {
  .p-earlysummer-product__feature--second .p-earlysummer-product__feature__link li:nth-child(1) {
    top: 15%;
    left: 45%;
  }
  
  .p-earlysummer-product__feature--second .p-earlysummer-product__feature__link li:nth-child(2) {
    top: 33%;
    left: 50%;
  }
  
  .p-earlysummer-product__feature--second .p-earlysummer-product__feature__link li:nth-child(3) {
    top: 51%;
    left: 45%;
  }
  
  .p-earlysummer-product__feature--second .p-earlysummer-product__feature__link li:nth-child(4) {
    top: 40%;
    left: 87%;
  }
} 

/*----------------------------------------
  p-earlysummer-novelty
----------------------------------------*/
.p-earlysummer-novelty {
  position: relative;
  background: #fff;
  padding: 10rem 0 4rem 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-novelty {
    padding: 4.8rem 2.4rem;
  }
}
.p-earlysummer-novelty__container {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 0 4.8rem;
  max-width: 89rem;
  background: #fff; /* 青い背景を白に変更 */
  border: 1px solid #000; /* 黒い枠線を追加 */
  padding: 4rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-novelty__container {
    grid-template-columns: auto;
    padding: 4rem 2.4rem;
  }
}
.p-earlysummer-novelty__head {
  display: flex;
  justify-content: end;
  flex-direction: column;
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: 1.8rem;
  text-align: center;
  padding: 0 0 1.6rem;
  margin: 0 0 1.6rem;
  border-bottom: 1px solid #383838;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-novelty__head {
    grid-column: auto;
    grid-row: auto;
    font-size: 1.2rem;
    margin: 0 0 0.8rem;
  }
}
.p-earlysummer-novelty__head span {
  font-size: 3.4rem;
  font-weight: 500;
  font-family: "Helvetica", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-novelty__head span {
    font-size: 2.6rem;
  }
}
.p-earlysummer-novelty__main {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-novelty__main {
    grid-column: auto;
    grid-row: auto;
    width: 20rem;
    margin: auto auto 2.4rem auto; /* 下に間隔を追加 */
  }
}
.p-earlysummer-novelty__foot {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-novelty__foot {
    grid-column: auto;
    grid-row: auto;
  }
}
.p-earlysummer-novelty__foot p {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-novelty__foot p {
    font-size: 1.2rem;
  }
}
.p-earlysummer-novelty__foot p + p {
  margin: 1em 0 0;
}
.p-earlysummer-novelty__foot p small {
  display: block;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-novelty__foot p small {
    font-size: 1rem;
  }
}

/*----------------------------------------
  p-earlysummer-feature
----------------------------------------*/
.p-earlysummer-feature {
  position: relative;
  display: flex;
  background: #3c403e;
  padding: 3.2rem 0 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-feature {
    flex-direction: column;
    padding: 1.6rem 0 0;
  }
}
.p-earlysummer-feature__column:nth-child(1) .p-earlysummer-feature__link li:nth-child(1) {
  top: 64%;
  left: 44%;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-feature__column:nth-child(1) .p-earlysummer-feature__link li:nth-child(1) {
    left: 42%;
  }
}
.p-earlysummer-feature__column:nth-child(1) .p-earlysummer-feature__link li:nth-child(2) {
  top: 84%;
  left: 52%;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-feature__column:nth-child(1) .p-earlysummer-feature__link li:nth-child(2) {
    left: 58%;
  }
}
.p-earlysummer-feature__column:nth-child(2) .p-earlysummer-feature__link li:nth-child(1) {
  top: 56%;
  left: 40%;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-feature__column:nth-child(2) .p-earlysummer-feature__link li:nth-child(1) {
    top: 52%;
    left: 46%;
  }
}
.p-earlysummer-feature__picture {
  position: relative;
}
.p-earlysummer-feature__link li {
  position: absolute;
}
.p-earlysummer-feature__name {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  padding: 1.6rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-feature__name {
    justify-content: center;
    padding: 0.8rem 2.4rem;
  }
}
.p-earlysummer-feature__name p {
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-feature__name p {
    font-size: 1rem;
  }
}

/*----------------------------------------
  p-earlysummer-back
----------------------------------------*/
.p-earlysummer-back {
  position: relative;
  text-align: center;
  background: #fff;
  padding-top:0;
  padding-bottom: 8rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-back {
    padding-bottom: 4.8rem;
    padding-top: 0;
  }
}
.p-earlysummer-back:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: #fff;
}
.p-earlysummer-back a {
  font-size: 1.6rem;
  font-family: "Helvetica", sans-serif;
  text-decoration: underline;
  text-underline-offset: 0.8rem;
}

/*----------------------------------------
  p-earlysummer-totop
----------------------------------------*/
.p-earlysummer-totop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 6rem;
  height: 6rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-earlysummer-totop {
    width: 4.8rem;
    height: 4.8rem;
  }
}/*# sourceMappingURL=earlysummer.css.map */


/*----------------------------------------
  p-earlysummer-preorder
----------------------------------------*/
.p-earlysummer-preorder {
  position: relative;
  background: #fff;
  padding: 4rem 2.4rem;
  z-index: 1;
}

.p-earlysummer-preorder__container {
  max-width: 60rem;
  text-align: center;
  border: 1px solid #000;
  padding: 2.4rem;
  margin: 0 auto;
}

.p-earlysummer-preorder__title {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 0 1.6rem;
  padding-bottom: 1.2rem; /* 線との間隔 */
  border-bottom: 1px solid #000; /* 黒い線を追加 */
}

.p-earlysummer-preorder__period {
  font-size: 1.6rem;
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 1.6rem;
}

.p-earlysummer-preorder__link {
  font-size: 1.2rem;
  color: #666;
  margin: 0;
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-earlysummer-preorder {
    padding: 2.4rem 1.6rem;
  }
  
  .p-earlysummer-preorder__container {
    padding: 1.6rem;
  }
  
  .p-earlysummer-preorder__title {
    font-size: 1.2rem;
    padding-bottom: 1.2rem; /* 線との間隔 */
    border-bottom: 1px solid #000; /* 黒い線を追加 */
  }
  
  .p-earlysummer-preorder__period {
    font-size: 1.4rem;
  }
  
  .p-earlysummer-preorder__link {
    font-size: 1.1rem;
  }
}

/*----------------------------------------
  カルーセル用のスタイル
----------------------------------------*/
.carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y;
  cursor: grab;
}

.carousel-container:active {
  cursor: grabbing;
}

.carousel-slides {
  display: flex;
  width: 200%;
  height: 100%;
  transition: transform 0.7s ease;
  will-change: transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel-slide {
  width: 50%;
  height: 100%;
  flex-shrink: 0;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
  pointer-events: none;
  user-select: none;
}

/* インジケーター */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 5;
}

.indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.indicator:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.indicator.active {
  background-color: #fff;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .carousel-container {
  }
  
  .carousel-indicators {
    bottom: 5px;
  }
  
  .indicator {
    width: 8px;
    height: 8px;
  }
}