@charset "UTF-8";


* {
  font-family: 'Overpass', 'Noto Sans JP', sans-serif;
}

html {
  font-size: 62.5%;
}


/*----------------------------------------
  clearfix
----------------------------------------*/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/*----------------------------------------
  PRE ORDER MAGAZINE
----------------------------------------*/

.preorder-magazine {
  display: flex;
  width: 100%;
  min-height: 100vh;
}


/*----------------------------------------
  HERO / LEFT
----------------------------------------*/

.preorder-hero {
  position: sticky;
  top: 0;
  flex: 0 0 40%;
  width: 40%;
  height: 100vh;
  overflow: hidden;
}

.preorder-hero-image {
  width: 100%;
  height: 100%;
}

.preorder-hero-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  opacity: 1 !important;
  visibility: visible !important;
}


/* HERO TEXT */

.preorder-hero-content {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  width: 90%;
  text-align: center;
  color: #fff;
}

.preorder-label {
  margin: 0 0 14px;
  font-family: 'Overpass', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.18em;
}

.preorder-title {
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}


/*----------------------------------------
  CONTENT / RIGHT
----------------------------------------*/

.preorder-content {
  flex: 0 0 60%;
  width: 60%;
  min-width: 0;
}


/*----------------------------------------
  INTRO
----------------------------------------*/

.preorder-intro {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 10% 50px;
  box-sizing: border-box;
  text-align: center;
}

.preorder-intro-label {
  margin: 0 0 22px;
  font-family: 'Overpass', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.16em;
}

.preorder-intro-title {
  font-family: "Noto Serif JP", serif;
  margin: 0 0 26px;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.preorder-intro-text {
  margin: 0;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.04em;
}


/*----------------------------------------
  LOOK
----------------------------------------*/

.preorder-look {
  padding: 0 10% 120px;
}

.preorder-look-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}

.preorder-look-number {
  margin: 0;
  flex: 0 0 auto;
}

.preorder-look-line {
  display: block;
  width: 36px;
  height: 2px;
  background: #e53b42;
  flex-shrink: 0;
}

/*----------------------------------------
  LOOK GALLERY
----------------------------------------*/

.preorder-look-gallery {
  width: 100%;
}

.preorder-look-photo img {
  display: block;
  width: 100%;
  height: auto;
}


/*========================================
  PATTERN 01
  STACK
  スクロールで写真が重なる
========================================*/

.pattern-stack {
  position: relative;
}

.pattern-stack .preorder-look-photo {
  position: sticky;
  top: 40px;
  width: 82%;
  margin: 0 auto;
}

.pattern-stack .preorder-look-photo:nth-child(1) {
  z-index: 1;
}

.pattern-stack .preorder-look-photo:nth-child(2) {
  z-index: 2;
}

.pattern-stack .preorder-look-photo:nth-child(3) {
  z-index: 3;
}

/* 3枚目が重なった状態を少し長く見せる */
.pattern-stack::after {
  content: "";
  display: block;
  height: 40px;
}


/*========================================
  PATTERN 02
  SHIFT
  縦に並べて左右にずらす
========================================*/

.pattern-shift {
  padding: 0 5%;
}

.pattern-shift .preorder-look-photo {
  width: 82%;
  margin-bottom: 0;
}

.pattern-shift .preorder-look-photo:nth-child(1) {
  margin-left: 0;
}

.pattern-shift .preorder-look-photo:nth-child(2) {
  margin-left: auto;
}

.pattern-shift .preorder-look-photo:nth-child(3) {
  margin-left: 8%;
}


/*========================================
  PATTERN 03
  OVERLAP
  写真を少し重ねる
========================================*/

.pattern-overlap {
  position: relative;
  padding: 0 2%;
}

/* 1枚目：メイン */
.pattern-overlap .preorder-look-photo:nth-child(1) {
  position: relative;
  width: 82%;
  margin-left: 0;
  margin-right: auto;
  z-index: 1;
}

/* 2枚目：右へずらす */
.pattern-overlap .preorder-look-photo:nth-child(2) {
  position: relative;
  width: 76%;
  margin-left: auto;
  margin-right: 0;
  margin-top: -8%;
  z-index: 2;
}

/* 3枚目：寄り写真なので少し小さく */
.pattern-overlap .preorder-look-photo:nth-child(3) {
  position: relative;
  width: 68%;
  margin-left: 5%;
  margin-right: auto;
  margin-top: -5%;
  z-index: 3;
}

/*========================================
  PATTERN 04
  HORIZONTAL
  横スクロール
========================================*/

.pattern-horizontal {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 0 5% 0;
  box-sizing: border-box;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.pattern-horizontal::-webkit-scrollbar {
  display: none;
}

.pattern-horizontal .preorder-look-photo {
  flex: 0 0 75%;
}

.pattern-horizontal .preorder-look-photo img {
  width: 100%;
}


/*----------------------------------------
  ITEM
----------------------------------------*/

.preorder-look-item {
  padding: 35px 3% 0 0;
  text-align: right;
}


/* BRAND */

.preorder-item-brand {
  margin: 0 0 6px;
  font-family: 'Overpass', sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.12em;
}


/* ITEM NAME */

.preorder-item-name {
  width: 70%;
  max-width: 320px;
  margin: 0 0 6px auto;

  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;

  /* 長い商品名対策 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


/* PRICE */

.preorder-item-price {
  margin: 0 0 3px;
  font-family: 'Overpass', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.preorder-item-discount {
  margin: 0 0 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
}

/* VIEW ITEM */

.preorder-item-button {
  display: inline-block;

  min-width: auto;
  padding: 7px 16px;

  border: none;
  border-bottom: 1px solid #222;

  color: #222;

  font-family: 'Overpass', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.15em;

  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.preorder-item-button::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-radius: 50%;
  background: #e53b42;
  vertical-align: middle;
}

/*----------------------------------------
  END
----------------------------------------*/

.preorder-end {
  padding: 30px 10% 80px;
  text-align: center;
}

.preorder-end-label {
  margin: 0 0 20px;
  font-family: 'Overpass', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.18em;
}

.preorder-end-title {
  margin: 0 0 45px;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.preorder-end-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.preorder-end-button {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 280px;
  padding: 15px 18px;

  border-bottom: 1px solid #222;

  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.preorder-end-button span {
  font-family: 'Overpass', sans-serif;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.preorder-end-button:hover span {
  transform: translateX(5px);
}

/*----------------------------------------
  END IMAGE SLIDER
----------------------------------------*/

.preorder-end-slider {
  width: 100%;
  overflow: hidden;
}

.preorder-end-slider-track {
  display: flex;
  width: max-content;
  animation: preorderEndSlide 55s linear infinite;
  will-change: transform;
}

.preorder-end-slider-set {
  display: flex;
  flex-shrink: 0;
}

.preorder-end-slider-set img {
  display: block;
  width: 250px;
  height: auto;
  flex-shrink: 0;
}

@keyframes preorderEndSlide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/*----------------------------------------
  INTRO BUTTON
----------------------------------------*/
.preorder-intro-button {
  display: inline-block;
  margin-top: 45px;
  padding: 15px 40px;

  border: 1px solid #222;
  background: #fff;

  color: #222;
  font-family: 'Overpass', 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.12em;

  text-decoration: none;

  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.preorder-intro-button:hover {
  background: #222;
  color: #fff;
}

/*----------------------------------------
  フェード
----------------------------------------*/
.preorder-fade {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.preorder-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 最初のボタン */
.preorder-intro-button {
  margin-top: 35px;
  padding: 13px 32px;
  font-size: 1.1rem;
}


/*----------------------------------------
  FUTURESHOP RESET / PC-SP 共通
----------------------------------------*/

body {
  min-width: auto;
}

.fs-l-main {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.fs-l-pageMain {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.layout_menu {
  display: none !important;
}

.layout_header_delivery {
  display: none !important;
}

.fs-c-heading.fs-c-heading--page {
  display: none !important;
}

.layout_header_keywords {
  display: none !important;
}

.layout_header_form_input {
  font-size: 0;
}

.layout_header_search {
  display: none !important;
}

.re_gnavi_wrap {
  display: none !important;
}

.layout_header_user {
  display: none !important;
}

.re_layout_header_utility .layout_header_utility-navi {
  display: none !important;
}

.re_header_user_menu {
  display: none !important;
}

/*----------------------------------------
  PC / SP
----------------------------------------*/

.sp-invisible {
  display: block;
}

.sp-display {
  display: none;
}

/*----------------------------------------
  TABLET
----------------------------------------*/

@media only screen and (max-width: 768px) {

  .layout_header_meta_inner {
    width: 768px;
  }

  .layout_header_navi {
    width: 768px;
  }

  .re_layout_footer_wrap {
    display: none;
  }

}


/*----------------------------------------
  SP
----------------------------------------*/

@media only screen and (max-width: 519px) {


  /*----------------------------------------
    PC / SP
  ----------------------------------------*/

  .sp-invisible {
    display: none;
  }

  .sp-display {
    display: block;
  }

  /* FutureShop側の親要素でstickyが無効になるのを防ぐ */
  html,
  body,
  .fs-l-main,
  .fs-l-pageMain,
  .preorder-magazine,
  .preorder-content,
  .preorder-look {
    overflow: visible !important;
  }


  /*----------------------------------------
    MAGAZINE
  ----------------------------------------*/

  .preorder-magazine {
    display: block;
    width: 100%;
    min-height: auto;
  }


  /*----------------------------------------
    HERO
  ----------------------------------------*/

  .preorder-hero {
    position: relative;
    width: 100%;
    height: auto;
  }

  .preorder-hero-image {
    width: 100%;
    height: auto;
  }

  .preorder-hero-image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: initial;
  }


  /* HERO TEXT */

  .preorder-hero-content {
    bottom: 8%;
    width: 90%;
  }

  .preorder-label {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }

  .preorder-title {
    font-size: 2.2rem;
    line-height: 1.6;
  }


  /*----------------------------------------
    CONTENT
  ----------------------------------------*/

  .preorder-content {
    width: 100%;
  }


  /*----------------------------------------
    INTRO
  ----------------------------------------*/

  .preorder-intro {
    min-height: auto;
    padding: 55px 7% 50px;
  }

  .preorder-intro-label {
    margin-bottom: 16px;
    font-size: 1rem;
  }

  .preorder-intro-title {
    margin-bottom: 22px;
    font-size: 1.55rem;
    line-height: 1.8;
  }

  .preorder-intro-text {
    font-size: 1.2rem;
    line-height: 2;
  }


  /*----------------------------------------
    LOOK
  ----------------------------------------*/

  .preorder-look {
    padding: 0 6% 70px;
  }

  .preorder-look:last-child {
    padding-bottom: 130px;
  }

  .preorder-look-heading {
    margin-bottom: 16px;
  }

  .preorder-look-number {
    font-size: 1rem;
  }

  /*========================================
    STACK
  ========================================*/

  .pattern-stack {
    position: relative;
    padding: 0 2% 0;
    overflow: hidden;
  }

  .pattern-stack .preorder-look-photo {
    position: relative !important;
    top: auto !important;

    width: 88%;
    margin-bottom: 28px;

    overflow: hidden;

    opacity: 0;
    clip-path: inset(0 0 100% 0);

    transition:
      opacity 0.7s ease,
      transform 1s cubic-bezier(0.22, 1, 0.36, 1),
      clip-path 1s cubic-bezier(0.22, 1, 0.36, 1);
  }

  /* 1枚目 */
  .pattern-stack .preorder-look-photo:nth-child(1) {
    margin-left: 0;
    margin-right: auto;

    transform:
      translateX(-24px) translateY(28px) rotate(-2deg) scale(1.04);
  }

  /* 2枚目 */
  .pattern-stack .preorder-look-photo:nth-child(2) {
    margin-left: auto;
    margin-right: 0;

    transform:
      translateX(24px) translateY(28px) rotate(2deg) scale(1.04);

    transition-delay: 0.08s;
  }

  /* 3枚目 */
  .pattern-stack .preorder-look-photo:nth-child(3) {
    width: 82%;
    margin-left: 6%;
    margin-right: auto;

    transform:
      translateY(32px) rotate(-1deg) scale(1.05);

    transition-delay: 0.12s;
  }


  /* 表示されたとき */
  .pattern-stack .preorder-look-photo.is-visible {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform:
      translateX(0) translateY(0) rotate(0) scale(1);
  }


  /* PC用STACKの余白を無効化 */
  .pattern-stack::after {
    display: none;
  }


  /*========================================
    SHIFT
  ========================================*/

  .pattern-shift {
    display: flex;
    align-items: flex-start;
    gap: 14px;

    overflow-x: auto;
    overflow-y: hidden;

    padding: 10px 6% 20px;
    box-sizing: border-box;

    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;

    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
  }

  .pattern-shift::-webkit-scrollbar {
    display: none;
  }

  .pattern-shift .preorder-look-photo {
    flex: 0 0 76%;
    width: 76%;
    min-width: 76%;

    margin: 0;

    scroll-snap-align: center;
  }

  /* 2枚目だけ少し大きく＋下げる */
  .pattern-shift .preorder-look-photo:nth-child(2) {
    flex-basis: 82%;
    width: 82%;
    min-width: 82%;

    transform: translateY(28px);
  }

  /* 3枚目は少しだけ下げる */
  .pattern-shift .preorder-look-photo:nth-child(3) {
    transform: translateY(8px);
  }

  /*========================================
    OVERLAP
  ========================================*/


  .pattern-overlap {
    position: relative;
    padding: 0 2% 30px;
  }

  .pattern-overlap .preorder-look-photo {
    position: relative;
  }

  /* 1枚目 */
  .pattern-overlap .preorder-look-photo:nth-child(1) {
    width: 90%;
    margin-left: 0;
    margin-right: auto;
    z-index: 1;
  }

  /* 2枚目 */
  .pattern-overlap .preorder-look-photo:nth-child(2) {
    width: 84%;
    margin-left: auto;
    margin-right: 0;

    margin-top: -18%;

    z-index: 2;
  }

  /* 3枚目 */
  .pattern-overlap .preorder-look-photo:nth-child(3) {
    width: 76%;
    margin-left: 5%;
    margin-right: auto;

    margin-top: -14%;

    z-index: 3;
  }

  /*========================================
    HORIZONTAL
  ========================================*/

  .pattern-horizontal {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    overflow-x: auto;
    overflow-y: hidden;

    padding: 0 5% 0;
    box-sizing: border-box;

    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;

    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
  }

  .pattern-horizontal::-webkit-scrollbar {
    display: none;
  }

  .pattern-horizontal .preorder-look-photo {
    flex: 0 0 82%;
    width: 82%;
    min-width: 82%;

    margin: 0;

    scroll-snap-align: start;
  }

  .pattern-horizontal .preorder-look-photo img {
    display: block;
    width: 100%;
    height: auto;
  }

  /*----------------------------------------
    ITEM
  ----------------------------------------*/

  .preorder-look-item {
    padding: 22px 3% 0 0;
  }

  .preorder-item-brand {
    margin-bottom: 3px;
    font-size: 0.95rem;
  }

  .preorder-item-name {
    width: 78%;
    font-size: 1.2rem;
    line-height: 1.55;
    margin-bottom: 4px;
  }

  .preorder-item-price {
    margin-bottom: 2px;
    font-size: 1.1rem;
  }

  .preorder-item-discount {
    margin-bottom: 12px;
    font-size: 0.85rem;
  }

  .preorder-item-button {
    padding: 4px 10px;
    font-size: 0.9rem;
  }

  /*----------------------------------------
    END IMAGE SLIDER / SP
  ----------------------------------------*/

  .preorder-end-slider {
    margin-bottom: 70px;
  }

  .preorder-end-slider-set img {
    width: 180px;
  }

  .preorder-end-slider-track {
    animation-duration: 35s;
  }


  /* sp_footer_navi */

  .sp_footer_navi220426_magazine {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    background: #F7F6F5;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 800000001;
    position: fixed;
    box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 13%);
  }

  .sp_footer_navi_box220426_magazine {
    width: 20%;
    padding: 2%;
    display: block;
    text-align: center;
  }

  .sp_footer_navi_box220426_magazine p {
    font-size: 10px;
    margin-top: 4px;
    line-height: 1;
  }

  .sp_footer_navi_box220426_magazine img {
    width: 40%;
  }

  #toTop {
    bottom: 60px;
    z-index: 9999;
  }

  /* sp_footer_navi */




  /*----------------------------------------
    RESET
  ----------------------------------------*/

  body {
    min-width: auto;
  }

  .fs-l-main {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .fs-l-pageMain {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .layout_header_navi {
    display: none;
  }

  .header-gnavi-category {
    display: none !important;
  }

  ul.sp-header-gnavi.fs-p-accountInfo.fs-clientInfo.is-ready {
    display: none !important;
  }

  .fs-l-header__drawerOpener {
    display: none;
  }

  .psLink img {
    display: none;
  }

  .re_keyword_form_wrap {
    display: none;
  }

  .search-price {
    display: none;
  }

  .re_footer-navi {
    display: none !important;
  }

  .footer-sns {
    display: none;
  }

  .footer-under {
    display: none;
  }

  .fs-clientInfo.is-ready {
    display: none;
  }

}