@charset "UTF-8";
/* ========================
  Setting
======================== */
@media screen and (max-width: 767px) {
  #FU250716awpreorder {
    --rate: calc(100vw / 750);
  }
}
@media screen and (min-width: 768px) {
  #FU250716awpreorder {
    --rate: calc(calc(100vw / 1400) * calc(460 / 750));
  }
}
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-base: var(--color-black);
}

/* ========================
  Bg
======================== */
/* ========================
  Common
======================== */
.FU250716awpreorder {
  width: 100%;
  margin-inline: auto;
  padding-bottom: calc(120 * var(--rate));
  color: var(--color-base);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  text-justify: inter-ideograph;
  text-align: justify;
}
.FU250716awpreorder h2 {
  color: #88A5D6;
  font-family: "akhand", sans-serif;
  font-weight: 600;
  font-size: calc(58 * var(--rate));
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
.FU250716awpreorder p {
  font-size: calc(24 * var(--rate));
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-align: center;
}
.FU250716awpreorder img {
  display: block;
  width: 100%;
}
.FU250716awpreorder__section {
  position: relative;
  overflow: hidden;
}
.FU250716awpreorder__section--block {
  position: relative;
}
.FU250716awpreorder__section--lead {
  position: relative;
  width: calc(640 * var(--rate));
  padding-top: calc(80 * var(--rate));
}
.FU250716awpreorder__section--lead-text {
  margin-top: calc(69 * var(--rate));
}
.FU250716awpreorder__section--lead-text-no {
  position: absolute;
  top: 0;
  padding: calc(13 * var(--rate)) calc(40 * var(--rate));
  color: #F6EFEA;
  font-family: "akhand", sans-serif;
  font-weight: 600;
  font-size: calc(56 * var(--rate));
  line-height: 1;
  letter-spacing: 0.05em;
  border-radius: 10px 10px 0 0;
  z-index: 1;
}
.FU250716awpreorder__section--lead-text-catch {
  position: absolute;
  top: calc(136 * var(--rate));
  left: 0;
  right: 0;
  margin: auto;
  font-family: "akhand", sans-serif;
  font-weight: 600;
  font-size: calc(80 * var(--rate));
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 1;
}
.FU250716awpreorder__section--img-frame {
  position: relative;
}
.FU250716awpreorder__section--img-frame::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 1;
}
.FU250716awpreorder__section--credit {
  font-family: "akhand", sans-serif;
  font-weight: 400;
  font-size: calc(24 * var(--rate));
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.FU250716awpreorder__section--credit > a {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .FU250716awpreorder .pcOnly {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .FU250716awpreorder .spOnly {
    display: none !important;
  }
  .FU250716awpreorder .content-common {
    max-width: 46rem;
    margin-inline: auto;
  }
  .FU250716awpreorder__contents--wrap {
    display: flex;
    justify-content: center;
  }
  .FU250716awpreorder__contents--wrap-inner {
    width: 50%;
  }
  .FU250716awpreorder__section--inner {
    margin: auto;
  }
  .FU250716awpreorder__section--credit {
    max-width: calc(600 * var(--rate));
  }
  .FU250716awpreorder__section--credit > a {
    display: inline-block;
  }
}
/* ========================
  FadeIn
======================== */
.FU250716awpreorder .js-fadeIn-load,
.FU250716awpreorder .js-fadeIn-scroll,
.FU250716awpreorder .js-fadeIn-scroll-fromBottom,
.FU250716awpreorder .js-fadeIn-scroll-fromLeft,
.FU250716awpreorder .js-fadeIn-scroll-fromRight {
  transition: all 1.2s;
  opacity: 0;
}
.FU250716awpreorder .js-fadeIn-load.isActive,
.FU250716awpreorder .js-fadeIn-scroll.isActive,
.FU250716awpreorder .js-fadeIn-scroll-fromBottom.isActive,
.FU250716awpreorder .js-fadeIn-scroll-fromLeft.isActive,
.FU250716awpreorder .js-fadeIn-scroll-fromRight.isActive {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.FU250716awpreorder .js-fadeIn-scroll-delay .js-delay-show1,
.FU250716awpreorder .js-fadeIn-scroll-delay .js-delay-show2,
.FU250716awpreorder .js-fadeIn-scroll-delay .js-delay-show3,
.FU250716awpreorder .js-fadeIn-scroll-delay .js-delay-show4 {
  transition: all 1.2s;
  opacity: 0;
}
.FU250716awpreorder .js-fadeIn-scroll-delay.isActive .js-delay-show1,
.FU250716awpreorder .js-fadeIn-scroll-delay.isActive .js-delay-show2,
.FU250716awpreorder .js-fadeIn-scroll-delay.isActive .js-delay-show3,
.FU250716awpreorder .js-fadeIn-scroll-delay.isActive .js-delay-show4 {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.FU250716awpreorder .js-fadeIn-scroll-delay.isActive .js-delay-show2 {
  transition-delay: 0.3s;
}
.FU250716awpreorder .js-fadeIn-scroll-delay.isActive .js-delay-show3 {
  transition-delay: 0.6s;
}
.FU250716awpreorder .js-fadeIn-scroll-delay.isActive .js-delay-show4 {
  transition-delay: 0.9s;
}
.FU250716awpreorder .js-fadeIn-scroll-fromBottom {
  transform: translate3d(0, 10%, 0);
}
.FU250716awpreorder .js-fadeIn-scroll-fromLeft {
  transform: translate3d(-10%, 0, 0);
}
.FU250716awpreorder .js-fadeIn-scroll-fromRight {
  transform: translate3d(10%, 0, 0);
}

/* ========================
  Swiper
======================== */
.FU250716awpreorder__section--slider {
  overflow: hidden;
}
.FU250716awpreorder__section--slider .swiper-slide {
  width: calc(600 * var(--rate));
  transform: scale(0.8333);
  transition: transform 0.15s ease;
}
.FU250716awpreorder__section--slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
  z-index: 10;
}
.FU250716awpreorder__section--slider-arrow {
  display: flex;
  align-items: center;
  gap: calc(40 * var(--rate));
  width: calc(600 * var(--rate));
  margin: calc(28 * var(--rate)) auto 0;
}
.FU250716awpreorder__section--slider-arrow-prev, .FU250716awpreorder__section--slider-arrow-next {
  display: block;
  position: relative;
  width: calc(20 * var(--rate));
  height: calc(50 * var(--rate));
  cursor: pointer;
}
.FU250716awpreorder__section--slider-arrow-prev::before, .FU250716awpreorder__section--slider-arrow-prev::after, .FU250716awpreorder__section--slider-arrow-next::before, .FU250716awpreorder__section--slider-arrow-next::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(-6 * var(--rate));
  width: calc(33 * var(--rate));
  height: 1px;
  z-index: 1;
}
.FU250716awpreorder__section--slider-arrow-prev::before {
  top: calc(13 * var(--rate));
  transform: rotate(-51deg);
}
.FU250716awpreorder__section--slider-arrow-prev::after {
  top: calc(37 * var(--rate));
  width: calc(33 * var(--rate));
  transform: rotate(-129deg);
}
.FU250716awpreorder__section--slider-arrow-next::before {
  top: calc(13 * var(--rate));
  transform: rotate(-129deg);
}
.FU250716awpreorder__section--slider-arrow-next::after {
  top: calc(38 * var(--rate));
  transform: rotate(-51deg);
}
.FU250716awpreorder__loopJs .swiper-wrapper {
  transition-timing-function: linear;
}

/* ========================
  StickyPoint
======================== */
.FU250716awpreorder__stickyBox {
  position: sticky;
}
.FU250716awpreorder__stickyBox._first {
  top: calc(-6470 * var(--rate));
  z-index: 10;
}
.FU250716awpreorder__stickyBox._01 {
  top: calc(-4656 * var(--rate));
  z-index: 11;
}
.FU250716awpreorder__stickyBox._02 {
  top: calc(-3880 * var(--rate));
  z-index: 12;
}
.FU250716awpreorder__stickyBox._03 {
  top: calc(-4086 * var(--rate));
  z-index: 13;
}
.FU250716awpreorder__stickyBox._04 {
  top: calc(-3810 * var(--rate));
  z-index: 14;
}
.FU250716awpreorder__stickyBox._05 {
  top: calc(-4472 * var(--rate));
  z-index: 15;
}
.FU250716awpreorder__stickyBox._last {
  z-index: 16;
}

@media screen and (min-width: 768px) {
  .FU250716awpreorder__stickyBox._first {
    top: calc(-6000 * var(--rate));
  }
  .FU250716awpreorder__stickyBox._01 {
    top: calc(-4800 * var(--rate));
  }
  .FU250716awpreorder__stickyBox._02 {
    top: calc(-4000 * var(--rate));
  }
  .FU250716awpreorder__stickyBox._03 {
    top: calc(-4300 * var(--rate));
  }
  .FU250716awpreorder__stickyBox._04 {
    top: calc(-4000 * var(--rate));
  }
  .FU250716awpreorder__stickyBox._05 {
    top: calc(-4800 * var(--rate));
  }
}
/* ========================
  FixedLink
======================== */
.FU250716awpreorder__checkItemAll--fix {
  position: fixed;
  right: calc(20 * var(--rate));
  bottom: calc(20 * var(--rate));
  width: calc(140 * var(--rate));
  height: calc(140 * var(--rate));
  transition: 0.3s;
  z-index: 100;
}
.FU250716awpreorder__checkItemAll--fix._hide {
  opacity: 0;
  cursor: none;
  pointer-events: none;
}

/* ========================
  FirstView
======================== */
.FU250716awpreorder__firstView {
  padding-bottom: calc(65 * var(--rate));
  background-color: #F6EFEA;
}
.FU250716awpreorder__leadText {
  padding-top: calc(100 * var(--rate));
}
.FU250716awpreorder__leadText > p {
  margin-top: calc(47 * var(--rate));
}
.FU250716awpreorder__leadText > p:nth-of-type(n+2) {
  margin-top: calc(35 * var(--rate));
}
.FU250716awpreorder__loopText {
  margin-top: calc(88 * var(--rate));
  background-color: #88A5D6;
}
.FU250716awpreorder__loopText > ul {
  padding: calc(22 * var(--rate));
}
.FU250716awpreorder__loopText > ul > li {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-white);
  font-family: "akhand", sans-serif;
  font-weight: 600;
  font-size: calc(46 * var(--rate));
  line-height: 1;
  letter-spacing: 0.05em;
}
.FU250716awpreorder__loopText > ul > li + li {
  margin-left: calc(28 * var(--rate));
}
.FU250716awpreorder__loopText > ul > li > span {
  font-size: calc(30 * var(--rate));
}
.FU250716awpreorder__deliveryText {
  padding-top: calc(82 * var(--rate));
}
.FU250716awpreorder__deliveryText > p {
  margin-top: calc(18 * var(--rate));
}
.FU250716awpreorder__deliveryText > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(40 * var(--rate));
  margin-top: calc(22 * var(--rate));
}
.FU250716awpreorder__deliveryText > ul > li > a {
  display: block;
  width: calc(120 * var(--rate));
  padding: calc(14 * var(--rate)) 0;
  font-size: calc(30 * var(--rate));
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
  border-bottom: 2px solid #88A5D6;
}

@media screen and (min-width: 768px) {
  .FU250716awpreorder__main-visual {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .FU250716awpreorder__main-visual--wrap {
    width: 100%;
  }
  .FU250716awpreorder__main-visual img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* ========================
  Section1
======================== */
.FU250716awpreorder__section1 {
  padding: calc(65 * var(--rate)) 0 calc(260 * var(--rate));
  background-color: #F6EFEA;
}
.FU250716awpreorder__section1--img-frame::before {
  border: 5px solid #7D5642;
}
.FU250716awpreorder__section1--lead {
  margin: auto;
}
.FU250716awpreorder__section1--lead-text-no {
  left: 0;
  background-color: #7D5642;
}
.FU250716awpreorder__section1--lead-text-catch {
  color: #7D5642;
}
.FU250716awpreorder__section1--slider1 {
  margin-top: calc(116 * var(--rate));
}
.FU250716awpreorder__section1--slider1 > ul > li {
  background-color: #F6EFEA;
}
.FU250716awpreorder__section1--slider1-arrow-prev::before, .FU250716awpreorder__section1--slider1-arrow-prev::after, .FU250716awpreorder__section1--slider1-arrow-next::before, .FU250716awpreorder__section1--slider1-arrow-next::after {
  background-color: var(--color-black);
}
.FU250716awpreorder__section1--img4 {
  position: absolute;
  top: calc(490 * var(--rate));
  right: 0;
  width: calc(300 * var(--rate));
  z-index: 1;
}
.FU250716awpreorder__section1--credit1 {
  margin: calc(44 * var(--rate)) 0 0 calc(75 * var(--rate));
}
.FU250716awpreorder__section1--credit1 > a:nth-of-type(2n) {
  margin-left: calc(10 * var(--rate));
}
.FU250716awpreorder__section1--img5 {
  width: calc(580 * var(--rate));
  margin: calc(278 * var(--rate)) 0 0 calc(130 * var(--rate));
}
.FU250716awpreorder__section1--img6 {
  position: absolute;
  top: calc(520 * var(--rate));
  left: 0;
  width: calc(420 * var(--rate));
  z-index: 1;
}
.FU250716awpreorder__section1--credit2 {
  margin: calc(42 * var(--rate)) calc(40 * var(--rate)) 0 0;
  text-align: right;
}
.FU250716awpreorder__section1--slider2 {
  margin-top: calc(324 * var(--rate));
}
.FU250716awpreorder__section1--slider2 > ul > li {
  background-color: #F6EFEA;
}
.FU250716awpreorder__section1--slider2-arrow-prev::before, .FU250716awpreorder__section1--slider2-arrow-prev::after, .FU250716awpreorder__section1--slider2-arrow-next::before, .FU250716awpreorder__section1--slider2-arrow-next::after {
  background-color: var(--color-black);
}
.FU250716awpreorder__section1--credit3 {
  margin: calc(44 * var(--rate)) 0 0 calc(75 * var(--rate));
}
.FU250716awpreorder__section1--credit3 > a:nth-of-type(2), .FU250716awpreorder__section1--credit3 > a:nth-of-type(3), .FU250716awpreorder__section1--credit3 > a:nth-of-type(5), .FU250716awpreorder__section1--credit3 > a:nth-of-type(6) {
  margin-left: calc(10 * var(--rate));
}
.FU250716awpreorder__section1--loop-item {
  margin-top: calc(138 * var(--rate));
}
.FU250716awpreorder__section1--loop-item > ul > li {
  width: calc(200 * var(--rate));
  margin: 0 calc(20 * var(--rate));
}
.FU250716awpreorder__section1--credit4 {
  margin-top: calc(44 * var(--rate));
  text-align: center;
}

@media screen and (max-width: 767px) {
  .FU250716awpreorder__section1 {
    padding: calc(65 * var(--rate)) 0 calc(486 * var(--rate));
  }
}
@media screen and (min-width: 768px) {
  .FU250716awpreorder__section1--block1 {
    max-width: calc(750 * var(--rate));
    margin: auto;
  }
  .FU250716awpreorder__section1--img4 {
    right: calc(197 * var(--rate));
  }
  .FU250716awpreorder__section1--img4-inner {
    width: calc(300 * var(--rate));
  }
  .FU250716awpreorder__section1--credit1 {
    margin: calc(44 * var(--rate)) auto 0;
  }
  .FU250716awpreorder__section1--credit2 {
    max-width: calc(670 * var(--rate));
    margin: calc(42 * var(--rate)) auto 0;
  }
  .FU250716awpreorder__section1--credit3 {
    margin: calc(44 * var(--rate)) auto 0;
  }
  .FU250716awpreorder__section1--credit4 {
    max-width: initial;
  }
}
@media screen and (min-width: 1400px) {
  .FU250716awpreorder__section1 {
    padding: calc(65 * var(--rate)) 0 calc(320 * var(--rate));
  }
}
@media screen and (min-width: 1750px) {
  .FU250716awpreorder__section1 {
    padding: calc(65 * var(--rate)) 0 calc(310 * var(--rate));
  }
}
@media screen and (min-width: 2000px) {
  .FU250716awpreorder__section1 {
    padding: calc(65 * var(--rate)) 0 calc(334 * var(--rate));
  }
}
@media screen and (min-width: 2500px) {
  .FU250716awpreorder__section1 {
    padding: calc(65 * var(--rate)) 0 calc(266 * var(--rate));
  }
}
@media screen and (min-width: 3000px) {
  .FU250716awpreorder__section1 {
    padding: calc(65 * var(--rate)) 0 calc(176 * var(--rate));
  }
}
/* ========================
  Section2
======================== */
.FU250716awpreorder__section2 {
  padding: calc(130 * var(--rate)) 0 calc(502 * var(--rate));
  background-color: #F3E5E6;
}
.FU250716awpreorder__section2--img-frame::before {
  border: 5px solid #E6B6B9;
}
.FU250716awpreorder__section2--lead {
  margin: auto;
}
.FU250716awpreorder__section2--lead-text-no {
  left: calc(96 * var(--rate));
  background-color: #E6B6B9;
}
.FU250716awpreorder__section2--lead-text-catch {
  color: #F3E5E6;
}
.FU250716awpreorder__section2--slider1 {
  margin-top: calc(116 * var(--rate));
}
.FU250716awpreorder__section2--slider1 > ul > li {
  background-color: #F3E5E6;
}
.FU250716awpreorder__section2--slider1-arrow-prev::before, .FU250716awpreorder__section2--slider1-arrow-prev::after, .FU250716awpreorder__section2--slider1-arrow-next::before, .FU250716awpreorder__section2--slider1-arrow-next::after {
  background-color: #333;
}
.FU250716awpreorder__section2--credit1 {
  margin: calc(44 * var(--rate)) 0 0 calc(75 * var(--rate));
}
.FU250716awpreorder__section2--credit1 > a:nth-of-type(2n) {
  margin-left: calc(10 * var(--rate));
}
.FU250716awpreorder__section2--slider2 {
  margin-top: calc(140 * var(--rate));
}
.FU250716awpreorder__section2--slider2 > ul > li {
  background-color: #F3E5E6;
}
.FU250716awpreorder__section2--slider2-arrow {
  justify-content: end;
}
.FU250716awpreorder__section2--slider2-arrow-prev::before, .FU250716awpreorder__section2--slider2-arrow-prev::after, .FU250716awpreorder__section2--slider2-arrow-next::before, .FU250716awpreorder__section2--slider2-arrow-next::after {
  background-color: #333;
}
.FU250716awpreorder__section2--randomItems1 {
  position: relative;
  padding-bottom: calc(240 * var(--rate));
}
.FU250716awpreorder__section2--credit2 {
  margin: calc(42 * var(--rate)) calc(74 * var(--rate)) 0 0;
  text-align: right;
}
.FU250716awpreorder__section2--item1 {
  position: absolute;
  top: calc(-160 * var(--rate));
  left: calc(40 * var(--rate));
  width: calc(170 * var(--rate));
  z-index: 1;
}
.FU250716awpreorder__section2--item2 {
  position: absolute;
  top: calc(-60 * var(--rate));
  left: calc(249 * var(--rate));
  width: calc(170 * var(--rate));
  z-index: 1;
}
.FU250716awpreorder__section2--slider3 > ul > li {
  background-color: #F3E5E6;
}
.FU250716awpreorder__section2--slider3-arrow-prev::before, .FU250716awpreorder__section2--slider3-arrow-prev::after, .FU250716awpreorder__section2--slider3-arrow-next::before, .FU250716awpreorder__section2--slider3-arrow-next::after {
  background-color: #333;
}
.FU250716awpreorder__section2--credit3 {
  margin: calc(44 * var(--rate)) 0 0 calc(75 * var(--rate));
}
.FU250716awpreorder__section2--credit3 > a:nth-of-type(2), .FU250716awpreorder__section2--credit3 > a:nth-of-type(4) {
  margin-left: calc(10 * var(--rate));
}
.FU250716awpreorder__section2--loop-item {
  margin-top: calc(140 * var(--rate));
}
.FU250716awpreorder__section2--loop-bg {
  height: calc(550 * var(--rate));
  background: url(../img/sec2_9.jpg) repeat-x;
  background-position-x: calc(-200 * var(--rate));
  background-size: calc(400 * var(--rate));
}
.FU250716awpreorder__section2--float-text {
  position: absolute;
  top: calc(404 * var(--rate));
  left: calc(54 * var(--rate));
  color: var(--color-white);
  font-family: "akhand", sans-serif;
  font-weight: 600;
  font-size: calc(44 * var(--rate));
  line-height: 1.4;
  letter-spacing: 0.05em;
  z-index: 1;
}
.FU250716awpreorder__section2--randomItems2 {
  position: relative;
}
.FU250716awpreorder__section2--credit4 {
  margin: calc(40 * var(--rate)) 0 0 calc(55 * var(--rate));
}
.FU250716awpreorder__section2--item3 {
  position: absolute;
  top: calc(610 * var(--rate));
  right: calc(240 * var(--rate));
  width: calc(170 * var(--rate));
  z-index: 10;
}
.FU250716awpreorder__section2--item4 {
  position: absolute;
  top: calc(510 * var(--rate));
  right: calc(40 * var(--rate));
  width: calc(170 * var(--rate));
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .FU250716awpreorder__section2 {
    padding: calc(130 * var(--rate)) 0 calc(776 * var(--rate));
  }
}
@media screen and (min-width: 768px) {
  .FU250716awpreorder__section2--credit1 {
    margin: calc(44 * var(--rate)) auto 0;
  }
  .FU250716awpreorder__section2--randomItems1 {
    max-width: calc(750 * var(--rate));
    margin: auto;
  }
  .FU250716awpreorder__section2--credit2 {
    margin: calc(42 * var(--rate)) auto 0;
  }
  .FU250716awpreorder__section2--randomItems2 {
    max-width: calc(750 * var(--rate));
    margin: auto;
  }
  .FU250716awpreorder__section2--credit3 {
    margin: calc(44 * var(--rate)) auto 0;
  }
  .FU250716awpreorder__section2--float-text {
    left: 0;
    right: 0;
    width: calc(640 * var(--rate));
    margin: auto;
  }
  .FU250716awpreorder__section2--credit4 {
    max-width: calc(640 * var(--rate));
    margin: calc(40 * var(--rate)) auto 0;
  }
}
@media screen and (min-width: 1400px) {
  .FU250716awpreorder__section2 {
    padding: calc(130 * var(--rate)) 0 calc(556 * var(--rate));
  }
}
@media screen and (min-width: 1750px) {
  .FU250716awpreorder__section2 {
    padding: calc(130 * var(--rate)) 0 calc(556 * var(--rate));
  }
}
@media screen and (min-width: 2000px) {
  .FU250716awpreorder__section2 {
    padding: calc(130 * var(--rate)) 0 calc(646 * var(--rate));
  }
}
@media screen and (min-width: 2500px) {
  .FU250716awpreorder__section2 {
    padding: calc(130 * var(--rate)) 0 calc(580 * var(--rate));
  }
}
@media screen and (min-width: 3000px) {
  .FU250716awpreorder__section2 {
    padding: calc(130 * var(--rate)) 0 calc(510 * var(--rate));
  }
}
/* ========================
  Section3
======================== */
.FU250716awpreorder__section3 {
  padding: calc(128 * var(--rate)) 0 calc(418 * var(--rate));
  background-color: #F9F6F5;
}
.FU250716awpreorder__section3--img-frame::before {
  border: 5px solid #54523D;
}
.FU250716awpreorder__section3--lead {
  margin: auto;
}
.FU250716awpreorder__section3--lead-text-no {
  left: calc(190 * var(--rate));
  background-color: #54523D;
}
.FU250716awpreorder__section3--lead-text-catch {
  color: #54523D;
}
.FU250716awpreorder__section3--img2 {
  margin-top: calc(120 * var(--rate));
}
.FU250716awpreorder__section3--credit1 {
  margin-top: calc(38 * var(--rate));
  text-align: center;
}
.FU250716awpreorder__section3--credit1 > a:nth-of-type(2n), .FU250716awpreorder__section3--credit1 > a:last-of-type {
  margin-left: calc(10 * var(--rate));
}
.FU250716awpreorder__section3--slider1 {
  margin-top: calc(142 * var(--rate));
}
.FU250716awpreorder__section3--slider1 > ul > li {
  background-color: #E9DDD6;
}
.FU250716awpreorder__section3--slider1-arrow-prev::before, .FU250716awpreorder__section3--slider1-arrow-prev::after, .FU250716awpreorder__section3--slider1-arrow-next::before, .FU250716awpreorder__section3--slider1-arrow-next::after {
  background-color: #333;
}
.FU250716awpreorder__section3--ball1 {
  position: absolute;
  top: calc(-44 * var(--rate));
  right: calc(104 * var(--rate));
  width: calc(80 * var(--rate));
  z-index: 2;
}
.FU250716awpreorder__section3--credit2 {
  margin: calc(42 * var(--rate)) 0 0 calc(75 * var(--rate));
}
.FU250716awpreorder__section3--credit2 > a:nth-of-type(2n) {
  margin-left: calc(10 * var(--rate));
}
.FU250716awpreorder__section3--block1 {
  margin-top: calc(142 * var(--rate));
}
.FU250716awpreorder__section3--img5 {
  width: calc(640 * var(--rate));
}
.FU250716awpreorder__section3--ball2 {
  position: absolute;
  top: calc(-132 * var(--rate));
  right: calc(78 * var(--rate));
  width: calc(70 * var(--rate));
  z-index: 30;
}
.FU250716awpreorder__section3--ball3 {
  position: absolute;
  top: calc(-40 * var(--rate));
  right: calc(160 * var(--rate));
  width: calc(80 * var(--rate));
  z-index: 30;
}
.FU250716awpreorder__section3--ball4 {
  position: absolute;
  top: calc(1160 * var(--rate));
  left: calc(220 * var(--rate));
  width: calc(80 * var(--rate));
  z-index: 30;
}
.FU250716awpreorder__section3--img6 {
  position: absolute;
  top: calc(620 * var(--rate));
  right: 0;
  width: calc(460 * var(--rate));
  z-index: 30;
}
.FU250716awpreorder__section3--credit3 {
  margin: calc(40 * var(--rate)) 0 0 calc(50 * var(--rate));
}

@media screen and (max-width: 767px) {
  .FU250716awpreorder__section3 {
    padding: calc(128 * var(--rate)) 0 calc(688 * var(--rate));
  }
}
@media screen and (min-width: 768px) {
  .FU250716awpreorder__section3--img2 {
    max-width: calc(750 * var(--rate));
    margin: calc(120 * var(--rate)) auto 0;
  }
  .FU250716awpreorder__section3--credit1 {
    max-width: initial;
    margin: calc(38 * var(--rate)) auto 0;
  }
  .FU250716awpreorder__section3--credit2 {
    margin: calc(42 * var(--rate)) auto 0;
  }
  .FU250716awpreorder__section3--block1 {
    max-width: calc(750 * var(--rate));
    margin: calc(142 * var(--rate)) auto 0;
  }
  .FU250716awpreorder__section3--credit3 {
    max-width: calc(650 * var(--rate));
    margin: calc(40 * var(--rate)) auto 0;
  }
  .FU250716awpreorder__section3--ball1 {
    top: calc(-41 * var(--rate));
    right: calc(300 * var(--rate));
  }
}
@media screen and (min-width: 1400px) {
  .FU250716awpreorder__section3 {
    padding: calc(128 * var(--rate)) 0 calc(484 * var(--rate));
  }
}
@media screen and (min-width: 1750px) {
  .FU250716awpreorder__section3 {
    padding: calc(128 * var(--rate)) 0 calc(508 * var(--rate));
  }
}
@media screen and (min-width: 2000px) {
  .FU250716awpreorder__section3 {
    padding: calc(128 * var(--rate)) 0 calc(458 * var(--rate));
  }
}
@media screen and (min-width: 2500px) {
  .FU250716awpreorder__section3 {
    padding: calc(128 * var(--rate)) 0 calc(450 * var(--rate));
  }
}
@media screen and (min-width: 3000px) {
  .FU250716awpreorder__section3 {
    padding: calc(128 * var(--rate)) 0 calc(338 * var(--rate));
  }
}
/* ========================
  Section4
======================== */
.FU250716awpreorder__section4 {
  padding: calc(132 * var(--rate)) 0 calc(218 * var(--rate));
  background-color: #B82C3F;
}
.FU250716awpreorder__section4--img-frame::before {
  border: 5px solid var(--color-white);
}
.FU250716awpreorder__section4--lead {
  margin: auto;
}
.FU250716awpreorder__section4--lead-text {
  color: var(--color-white);
}
.FU250716awpreorder__section4--lead-text-no {
  left: calc(288 * var(--rate));
  color: #B82C3F;
  background-color: var(--color-white);
}
.FU250716awpreorder__section4--lead-text-catch {
  top: calc(126 * var(--rate));
  left: calc(40 * var(--rate));
  color: var(--color-white);
  text-align: left;
}
.FU250716awpreorder__section4--slider1 {
  margin-top: calc(116 * var(--rate));
}
.FU250716awpreorder__section4--slider1 > ul > li {
  background-color: #B82C3F;
}
.FU250716awpreorder__section4--slider1-arrow-prev::before, .FU250716awpreorder__section4--slider1-arrow-prev::after, .FU250716awpreorder__section4--slider1-arrow-next::before, .FU250716awpreorder__section4--slider1-arrow-next::after {
  background-color: var(--color-white);
}
.FU250716awpreorder__section4--credit1 {
  margin: calc(42 * var(--rate)) 0 0 calc(75 * var(--rate));
  color: var(--color-white);
}
.FU250716awpreorder__section4--credit1 > a:nth-of-type(2n), .FU250716awpreorder__section4--credit1 > a:last-of-type {
  margin-left: calc(10 * var(--rate));
}
.FU250716awpreorder__section4--block1 {
  margin-top: calc(142 * var(--rate));
}
.FU250716awpreorder__section4--floatImages-list {
  position: absolute;
  top: calc(796 * var(--rate));
  left: calc(40 * var(--rate));
  width: calc(220 * var(--rate));
  z-index: 1;
}
.FU250716awpreorder__section4--credit2 {
  margin: calc(40 * var(--rate)) calc(50 * var(--rate)) 0 0;
  color: var(--color-white);
  text-align: right;
}
.FU250716awpreorder__section4--slider2 {
  margin-top: calc(414 * var(--rate));
}
.FU250716awpreorder__section4--slider2 > ul > li {
  background-color: #B82C3F;
}
.FU250716awpreorder__section4--slider2-arrow-prev::before, .FU250716awpreorder__section4--slider2-arrow-prev::after, .FU250716awpreorder__section4--slider2-arrow-next::before, .FU250716awpreorder__section4--slider2-arrow-next::after {
  background-color: var(--color-white);
}
.FU250716awpreorder__section4--credit3 {
  margin: calc(42 * var(--rate)) 0 0 calc(75 * var(--rate));
  color: var(--color-white);
}
.FU250716awpreorder__section4--credit3 > a:nth-of-type(2), .FU250716awpreorder__section4--credit3 > a:nth-of-type(3), .FU250716awpreorder__section4--credit3 > a:nth-of-type(5), .FU250716awpreorder__section4--credit3 > a:nth-of-type(6) {
  margin-left: calc(10 * var(--rate));
}

@media screen and (max-width: 767px) {
  .FU250716awpreorder__section4 {
    padding: calc(132 * var(--rate)) 0 calc(540 * var(--rate));
  }
}
@media screen and (min-width: 768px) {
  .FU250716awpreorder__section4--credit1 {
    margin: calc(42 * var(--rate)) auto 0;
  }
  .FU250716awpreorder__section4--block1 {
    max-width: calc(750 * var(--rate));
    margin: calc(142 * var(--rate)) auto 0;
  }
  .FU250716awpreorder__section4--credit2 {
    max-width: calc(650 * var(--rate));
    margin: calc(40 * var(--rate)) auto 0;
  }
  .FU250716awpreorder__section4--credit3 {
    margin: calc(42 * var(--rate)) auto 0;
  }
}
@media screen and (min-width: 1400px) {
  .FU250716awpreorder__section4 {
    padding: calc(132 * var(--rate)) 0 calc(306 * var(--rate));
  }
}
@media screen and (min-width: 1750px) {
  .FU250716awpreorder__section4 {
    padding: calc(132 * var(--rate)) 0 calc(332 * var(--rate));
  }
}
@media screen and (min-width: 2000px) {
  .FU250716awpreorder__section4 {
    padding: calc(132 * var(--rate)) 0 calc(286 * var(--rate));
  }
}
@media screen and (min-width: 2500px) {
  .FU250716awpreorder__section4 {
    padding: calc(132 * var(--rate)) 0 calc(304 * var(--rate));
  }
}
@media screen and (min-width: 3000px) {
  .FU250716awpreorder__section4 {
    padding: calc(132 * var(--rate)) 0 calc(250 * var(--rate));
  }
}
/* ========================
  Section5
======================== */
.FU250716awpreorder__section5 {
  padding: calc(124 * var(--rate)) 0 calc(218 * var(--rate));
  background-color: var(--color-white);
}
.FU250716awpreorder__section5--img-frame::before {
  border: 5px solid #FFC8C8;
}
.FU250716awpreorder__section5--lead {
  margin: auto;
}
.FU250716awpreorder__section5--lead-text-no {
  left: calc(384 * var(--rate));
  padding: calc(13 * var(--rate)) calc(36 * var(--rate));
  color: var(--color-white);
  background-color: #FFC8C8;
}
.FU250716awpreorder__section5--lead-text-catch {
  top: calc(440 * var(--rate));
  color: var(--color-white);
}
.FU250716awpreorder__section5--block1 {
  background-color: #FFEEEE;
}
.FU250716awpreorder__section5--block1-inner {
  margin-top: calc(116 * var(--rate));
  padding: calc(90 * var(--rate)) 0 calc(80 * var(--rate));
}
.FU250716awpreorder__section5--slider1 > ul > li {
  background-color: #FFEEEE;
}
.FU250716awpreorder__section5--slider1-arrow-prev::before, .FU250716awpreorder__section5--slider1-arrow-prev::after, .FU250716awpreorder__section5--slider1-arrow-next::before, .FU250716awpreorder__section5--slider1-arrow-next::after {
  background-color: #333;
}
.FU250716awpreorder__section5--credit1 {
  margin: calc(42 * var(--rate)) 0 0 calc(75 * var(--rate));
}
.FU250716awpreorder__section5--credit1 > a:nth-of-type(2), .FU250716awpreorder__section5--credit1 > a:nth-of-type(3), .FU250716awpreorder__section5--credit1 > a:nth-of-type(5), .FU250716awpreorder__section5--credit1 > a:nth-of-type(7) {
  margin-left: calc(10 * var(--rate));
}
.FU250716awpreorder__section5--slider2 {
  margin-top: calc(150 * var(--rate));
}
.FU250716awpreorder__section5--slider2 > ul > li {
  background-color: var(--color-white);
}
.FU250716awpreorder__section5--slider2-arrow-prev::before, .FU250716awpreorder__section5--slider2-arrow-prev::after, .FU250716awpreorder__section5--slider2-arrow-next::before, .FU250716awpreorder__section5--slider2-arrow-next::after {
  background-color: #333;
}
.FU250716awpreorder__section5--credit2 {
  margin: calc(42 * var(--rate)) 0 0 calc(75 * var(--rate));
}
.FU250716awpreorder__section5--credit2 > a:nth-of-type(2), .FU250716awpreorder__section5--credit2 > a:nth-of-type(3), .FU250716awpreorder__section5--credit2 > a:nth-of-type(5), .FU250716awpreorder__section5--credit2 > a:nth-of-type(6) {
  margin-left: calc(10 * var(--rate));
}
.FU250716awpreorder__section5--slider3 {
  margin-top: calc(262 * var(--rate));
}
.FU250716awpreorder__section5--slider3 > ul > li {
  background-color: var(--color-white);
}
.FU250716awpreorder__section5--slider3-arrow-prev::before, .FU250716awpreorder__section5--slider3-arrow-prev::after, .FU250716awpreorder__section5--slider3-arrow-next::before, .FU250716awpreorder__section5--slider3-arrow-next::after {
  background-color: #333;
}
.FU250716awpreorder__section5--credit3 {
  margin: calc(42 * var(--rate)) 0 0 calc(75 * var(--rate));
}
.FU250716awpreorder__section5--credit3 > a:nth-of-type(2), .FU250716awpreorder__section5--credit3 > a:nth-of-type(3), .FU250716awpreorder__section5--credit3 > a:nth-of-type(5), .FU250716awpreorder__section5--credit3 > a:nth-of-type(6) {
  margin-left: calc(10 * var(--rate));
}
.FU250716awpreorder__section5--bgText {
  position: absolute;
  top: calc(-120 * var(--rate));
  left: calc(40 * var(--rate));
}
.FU250716awpreorder__section5--bgText > li {
  font-family: "akhand", sans-serif;
  font-weight: 600;
  color: #FFE0E0;
  letter-spacing: 0.05em;
}
.FU250716awpreorder__section5--bgText > li:first-of-type {
  font-size: calc(80 * var(--rate));
}
.FU250716awpreorder__section5--bgText > li:nth-of-type(n+2) {
  margin-top: calc(20 * var(--rate));
  font-size: calc(28 * var(--rate));
}

@media screen and (max-width: 767px) {
  .FU250716awpreorder__section5 {
    padding: calc(124 * var(--rate)) 0 calc(486 * var(--rate));
  }
}
@media screen and (min-width: 768px) {
  .FU250716awpreorder__section5--block1 {
    max-width: initial !important;
  }
  .FU250716awpreorder__section5--block1-inner {
    margin: calc(116 * var(--rate)) auto 0;
    padding: calc(90 * var(--rate)) 0 calc(80 * var(--rate));
  }
  .FU250716awpreorder__section5--credit1 {
    margin: calc(42 * var(--rate)) auto 0;
  }
  .FU250716awpreorder__section5--credit2 {
    margin: calc(42 * var(--rate)) auto 0;
  }
  .FU250716awpreorder__section5--bgText {
    left: 0;
    right: 0;
    max-width: calc(750 * var(--rate));
    margin: auto;
  }
  .FU250716awpreorder__section5--credit3 {
    margin: calc(42 * var(--rate)) auto 0;
  }
}
@media screen and (min-width: 1400px) {
  .FU250716awpreorder__section5 {
    padding: calc(124 * var(--rate)) 0 calc(254 * var(--rate));
  }
}
@media screen and (min-width: 1750px) {
  .FU250716awpreorder__section5 {
    padding: calc(124 * var(--rate)) 0 calc(310 * var(--rate));
  }
}
@media screen and (min-width: 2000px) {
  .FU250716awpreorder__section5 {
    padding: calc(124 * var(--rate)) 0 calc(338 * var(--rate));
  }
}
@media screen and (min-width: 2500px) {
  .FU250716awpreorder__section5 {
    padding: calc(124 * var(--rate)) 0 calc(348 * var(--rate));
  }
}
@media screen and (min-width: 3000px) {
  .FU250716awpreorder__section5 {
    padding: calc(124 * var(--rate)) 0 calc(288 * var(--rate));
  }
}
/* ========================
  Section6
======================== */
.FU250716awpreorder__section6 {
  padding-top: calc(132 * var(--rate));
  background-color: #F4F7FC;
}
.FU250716awpreorder__section6--img-frame::before {
  border: 5px solid #978661;
}
.FU250716awpreorder__section6--lead {
  margin: auto;
}
.FU250716awpreorder__section6--lead-text-no {
  left: initial;
  right: 0;
  padding: calc(13 * var(--rate)) calc(36 * var(--rate));
  color: var(--color-white);
  background-color: #978661;
}
.FU250716awpreorder__section6--lead-text-catch {
  top: calc(114 * var(--rate));
  color: #978661;
}
.FU250716awpreorder__section6--slider1 {
  margin-top: calc(120 * var(--rate));
}
.FU250716awpreorder__section6--slider1 > ul > li {
  background-color: #F4F7FC;
}
.FU250716awpreorder__section6--slider1-arrow-prev::before, .FU250716awpreorder__section6--slider1-arrow-prev::after, .FU250716awpreorder__section6--slider1-arrow-next::before, .FU250716awpreorder__section6--slider1-arrow-next::after {
  background-color: #333;
}
.FU250716awpreorder__section6--randomItems1 {
  position: relative;
  padding-bottom: calc(270 * var(--rate));
}
.FU250716awpreorder__section6--item1 {
  position: absolute;
  top: calc(-158 * var(--rate));
  right: calc(20 * var(--rate));
  width: calc(220 * var(--rate));
  z-index: 1;
}
.FU250716awpreorder__section6--item2 {
  position: absolute;
  top: calc(20 * var(--rate));
  right: calc(260 * var(--rate));
  width: calc(220 * var(--rate));
  z-index: 1;
}
.FU250716awpreorder__section6--item3 {
  position: absolute;
  top: calc(120 * var(--rate));
  right: calc(50 * var(--rate));
  width: calc(220 * var(--rate));
  z-index: 1;
}
.FU250716awpreorder__section6--credit1 {
  margin: calc(42 * var(--rate)) 0 0 calc(75 * var(--rate));
}
.FU250716awpreorder__section6--slider2-frame::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(600 * var(--rate));
  height: calc(750 * var(--rate));
  border: 5px solid #978661;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 10;
}
.FU250716awpreorder__section6--slider2 > ul > li {
  background-color: #F4F7FC;
}
.FU250716awpreorder__section6--slider2-arrow {
  justify-content: flex-end;
}
.FU250716awpreorder__section6--slider2-arrow-prev::before, .FU250716awpreorder__section6--slider2-arrow-prev::after, .FU250716awpreorder__section6--slider2-arrow-next::before, .FU250716awpreorder__section6--slider2-arrow-next::after {
  background-color: #333;
}
.FU250716awpreorder__section6--randomItems2 {
  position: relative;
  padding-bottom: calc(276 * var(--rate));
}
.FU250716awpreorder__section6--item4 {
  position: absolute;
  top: calc(-160 * var(--rate));
  left: calc(20 * var(--rate));
  width: calc(220 * var(--rate));
  z-index: 30;
}
.FU250716awpreorder__section6--item5 {
  position: absolute;
  top: calc(-22 * var(--rate));
  left: calc(260 * var(--rate));
  width: calc(220 * var(--rate));
  z-index: 1;
}
.FU250716awpreorder__section6--item6 {
  position: absolute;
  top: calc(120 * var(--rate));
  left: calc(50 * var(--rate));
  width: calc(220 * var(--rate));
  z-index: 1;
}
.FU250716awpreorder__section6--credit2 {
  margin: calc(42 * var(--rate)) calc(75 * var(--rate)) 0 0;
  text-align: right;
}
.FU250716awpreorder__section6--slider3 > ul > li {
  background-color: #F4F7FC;
}
.FU250716awpreorder__section6--slider3-arrow-prev::before, .FU250716awpreorder__section6--slider3-arrow-prev::after, .FU250716awpreorder__section6--slider3-arrow-next::before, .FU250716awpreorder__section6--slider3-arrow-next::after {
  background-color: #333;
}
.FU250716awpreorder__section6--randomItems3 {
  position: relative;
  padding-bottom: calc(242 * var(--rate));
}
.FU250716awpreorder__section6--item7 {
  position: absolute;
  top: calc(-122 * var(--rate));
  right: calc(20 * var(--rate));
  width: calc(240 * var(--rate));
  z-index: 1;
}
.FU250716awpreorder__section6--item8 {
  position: absolute;
  top: calc(120 * var(--rate));
  right: calc(110 * var(--rate));
  width: calc(240 * var(--rate));
  z-index: 1;
}
.FU250716awpreorder__section6--item9 {
  position: absolute;
  top: calc(-42 * var(--rate));
  left: calc(210 * var(--rate));
  width: calc(240 * var(--rate));
  z-index: 1;
}
.FU250716awpreorder__section6--item10 {
  position: absolute;
  top: calc(120 * var(--rate));
  left: calc(20 * var(--rate));
  width: calc(240 * var(--rate));
  z-index: 1;
}
.FU250716awpreorder__section6--credit3 {
  margin-left: calc(75 * var(--rate));
  padding-top: calc(402 * var(--rate));
}
.FU250716awpreorder__section6--credit3 > a:nth-of-type(2), .FU250716awpreorder__section6--credit3 > a:nth-of-type(3), .FU250716awpreorder__section6--credit3 > a:nth-of-type(5), .FU250716awpreorder__section6--credit3 > a:nth-of-type(6), .FU250716awpreorder__section6--credit3 > a:nth-of-type(8) {
  margin-left: calc(10 * var(--rate));
}

@media screen and (max-width: 767px) {
  .FU250716awpreorder__section6 {
    padding: calc(132 * var(--rate)) 0 calc(464 * var(--rate));
  }
  .FU250716awpreorder__section6--randomItems3 {
    padding-bottom: calc(84 * var(--rate));
  }
}
@media screen and (min-width: 768px) {
  .FU250716awpreorder__section6--randomItems1 {
    max-width: calc(750 * var(--rate));
    margin: auto;
  }
  .FU250716awpreorder__section6--credit1 {
    margin: calc(42 * var(--rate)) auto 0;
  }
  .FU250716awpreorder__section6--randomItems2 {
    max-width: calc(750 * var(--rate));
    margin: auto;
  }
  .FU250716awpreorder__section6--credit2 {
    margin: calc(42 * var(--rate)) auto 0;
  }
  .FU250716awpreorder__section6--randomItems3 {
    max-width: calc(750 * var(--rate));
    margin: auto;
  }
  .FU250716awpreorder__section6--credit3 {
    margin: auto;
  }
}
@media screen and (min-width: 1400px) {
  .FU250716awpreorder__section6--randomItems3 {
    padding-bottom: calc(220 * var(--rate));
  }
}
@media screen and (min-width: 1750px) {
  .FU250716awpreorder__section6--randomItems3 {
    padding-bottom: calc(306 * var(--rate));
  }
}
@media screen and (min-width: 2000px) {
  .FU250716awpreorder__section6--randomItems3 {
    padding-bottom: calc(258 * var(--rate));
  }
}
@media screen and (min-width: 2500px) {
  .FU250716awpreorder__section6--randomItems3 {
    padding-bottom: calc(260 * var(--rate));
  }
}
@media screen and (min-width: 3000px) {
  .FU250716awpreorder__section6--randomItems3 {
    padding-bottom: calc(220 * var(--rate));
  }
}
/* ========================
  Others
======================== */
.FU250716awpreorder__others {
  padding-top: calc(140 * var(--rate));
  background-color: var(--color-white);
}
.FU250716awpreorder__others--checkAllItems {
  position: relative;
  width: calc(550 * var(--rate));
  margin: auto;
}
.FU250716awpreorder__others--checkAllItems::before {
  border: 5px solid #7D5642;
}
.FU250716awpreorder__others--checkAllItems div {
  position: absolute;
  top: calc(40 * var(--rate));
  left: 0;
  right: 0;
  margin: auto;
  color: #7D5642;
  font-family: "akhand", sans-serif;
  font-weight: 400;
  font-size: calc(50 * var(--rate));
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 1;
}
.FU250716awpreorder__others--staffCredit {
  width: 100%;
  margin: calc(150 * var(--rate)) auto 0;
  padding: calc(350 * var(--rate)) 0;
  background-image: url(../img/staffCreditBg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.FU250716awpreorder__others--staffCredit > ul {
  text-align: center;
}
.FU250716awpreorder__others--staffCredit > ul > li {
  color: #7D5642;
  font-family: "akhand", sans-serif;
  font-weight: 400;
  font-size: calc(28 * var(--rate));
  line-height: 1;
  letter-spacing: 0.05em;
}
.FU250716awpreorder__others--staffCredit > ul > li:nth-of-type(n+2) {
  margin-top: calc(22 * var(--rate));
}

@media screen and (min-width: 768px) {
  .FU250716awpreorder__others--staffCredit {
    max-width: calc(750 * var(--rate));
  }
}/*# sourceMappingURL=style.css.map */



/* ===============================================### 
responsive
###=============================================== */
@media screen and (min-width: 1401px) {
  /* ========================
  Common
  ======================== */
  .FU250716awpreorder {
    padding-bottom: 140px;
  }
  .FU250716awpreorder h2 {
    font-size: 34.8px;
  }
  .FU250716awpreorder p {
    font-size: 14.4px;
  }
  .FU250716awpreorder__section--lead {
    width: 391px;
    padding-top: 48px;
  }
  .FU250716awpreorder__section--lead-text {
    margin-top: 40px;
  }
  .FU250716awpreorder__section--lead-text-no {
    padding: 7.8px 24px;
    font-size: 33.6px;
  }
  .FU250716awpreorder__section--lead-text-catch {
    top: 81.6px;
    font-size: 48px;
  }
  .FU250716awpreorder__section--credit {
    font-size: 14.4px;
  }
  .FU250716awpreorder__section--credit {
    max-width: 360px;
    margin-inline: auto;
  }

  /* ========================
    Swiper
  ======================== */
  .FU250716awpreorder__section--slider .swiper-slide {
    width: 366px;
  }
  .FU250716awpreorder__section--slider-arrow {
    gap: 24px;
    width: 360px;
    margin: 16.8px auto 0;
  }
  .FU250716awpreorder__section--slider-arrow-prev, .FU250716awpreorder__section--slider-arrow-next {
    width: 12px;
    height: 30px;
  }
  .FU250716awpreorder__section--slider-arrow-prev::before, .FU250716awpreorder__section--slider-arrow-prev::after, .FU250716awpreorder__section--slider-arrow-next::before, .FU250716awpreorder__section--slider-arrow-next::after {
    left: -3.6px;
    width: 19.8px;
  }
  .FU250716awpreorder__section--slider-arrow-prev::before {
    top: 7.8px;
  }
  .FU250716awpreorder__section--slider-arrow-prev::after {
    top: 22.2px;
    width: 19.8px;
  }
  .FU250716awpreorder__section--slider-arrow-next::before {
    top: 7.8px;
  }
  .FU250716awpreorder__section--slider-arrow-next::after {
    top: 22.8px;
  }

  /* ========================
    Sticky
  ======================== */
  .FU250716awpreorder__stickyBox._first {
    /* top: calc(-5500 * var(--rate)); */
    top: -3500px;
  }
  .FU250716awpreorder__stickyBox._01 {
    /* top: calc(-4800 * var(--rate)); */
    top: -3000px;
  }
  .FU250716awpreorder__stickyBox._02 {
    /* top: calc(-4000 * var(--rate)); */
    top: -2500px;
  }
  .FU250716awpreorder__stickyBox._03 {
    /* top: calc(-4300 * var(--rate)); */
    top: -2500px;
  }
  .FU250716awpreorder__stickyBox._04 {
    /* top: calc(-4000 * var(--rate)); */
    top: -2500px;
  }
  .FU250716awpreorder__stickyBox._05 {
    /* top: calc(-4800 * var(--rate)); */
    top: -3000px;
  }

  /* ========================
    FixedLink
  ======================== */
  .FU250716awpreorder__checkItemAll--fix {
    right: 12px;
    bottom: 12px;
    width: 84px;
    height: 84px;
  }

  /* ========================
    FirstView
  ======================== */
  .FU250716awpreorder__firstView {
    padding-bottom: 39px;
  }
  .FU250716awpreorder__leadText {
    padding-top: 60px;
  }
  .FU250716awpreorder__leadText > p {
    margin-top: 28.2px;
  }
  .FU250716awpreorder__leadText > p:nth-of-type(n+2) {
    margin-top: 21px;
  }
  .FU250716awpreorder__loopText {
    margin-top: 52.8px;
  }
  .FU250716awpreorder__loopText > ul {
    padding: 13.2px;
  }
  .FU250716awpreorder__loopText > ul > li {
    font-size: 27.6px;
  }
  .FU250716awpreorder__loopText > ul > li + li {
    margin-left: 16.8px;
  }
  .FU250716awpreorder__loopText > ul > li > span {
    font-size: 18px;
  }
  .FU250716awpreorder__deliveryText {
    padding-top: 54px;
  }
  .FU250716awpreorder__deliveryText > p {
    margin-top: 10px;
  }
  .FU250716awpreorder__deliveryText > ul {
    gap: 24px;
    margin-top: 13.2px;
  }
  .FU250716awpreorder__deliveryText > ul > li > a {
    width: 72px;
    padding: 8px 1px;
    font-size: 18px;
  }

  /* ========================
    Section1
  ======================== */
  .FU250716awpreorder__section1 {
    padding: 39px 0 156px;
  }
  .FU250716awpreorder__section1--slider1 {
    margin-top: 73px;
  }
  .FU250716awpreorder__section1--img4 {
    /* top: 301px; */
    position: relative;
    top: auto;
    right: auto;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }
  .FU250716awpreorder__section1--img4-inner{
    position: absolute;
    top: -211px;
    right: -50px;
  }
  .FU250716awpreorder__section1--credit1 {
    margin: 26.4px 0 0 45px;
  }
  .FU250716awpreorder__section1--credit1 > a:nth-of-type(2n) {
    margin-left: 6px;
  }
  .FU250716awpreorder__section1--img5 {
    width: 351px;
    margin: 172px 0 0 83px;
  }
  .FU250716awpreorder__section1--img6 {
    top: 319px;
    width: 252px;
  }
  .FU250716awpreorder__section1--credit2 {
    margin: 25.2px 24px 0 0;
  }
  .FU250716awpreorder__section1--slider2 {
    margin-top: 200px;
  }
  .FU250716awpreorder__section1--credit3 {
    margin: 26.4px 0 0 45px;
  }
  .FU250716awpreorder__section1--credit3 > a:nth-of-type(2), .FU250716awpreorder__section1--credit3 > a:nth-of-type(3), .FU250716awpreorder__section1--credit3 > a:nth-of-type(5), .FU250716awpreorder__section1--credit3 > a:nth-of-type(6) {
    margin-left: 6px;
  }
  .FU250716awpreorder__section1--loop-item {
    margin-top: 82.8px;
  }
  .FU250716awpreorder__section1--loop-item > ul > li {
    width: 120px;
    margin: 0 12px;
  }
  .FU250716awpreorder__section1--credit4 {
    margin-top: 31px;
  }

  .FU250716awpreorder__section1--block1 {
    max-width: 450px;
  }
  /* .FU250716awpreorder__section1--img4 {
    right: 142px;
  } */
  .FU250716awpreorder__section1--img4-inner {
    width: 180px;
  }
  .FU250716awpreorder__section1--credit1 {
    margin: 26.4px auto 0;
  }
  .FU250716awpreorder__section1--credit2 {
    max-width: 410px;
    margin: 27px auto 0;
  }
  .FU250716awpreorder__section1--credit3 {
    margin: 26.4px auto 0;
  }
  .FU250716awpreorder__section1 {
    padding: 39px 0 192px;
  }

  /* ========================
    Section2
  ======================== */
  .FU250716awpreorder__section2 {
    padding: 78px 0 333.6px;
  }
  .FU250716awpreorder__section2--lead-text-no {
    left: 57.6px;
  }
  .FU250716awpreorder__section2--slider1 {
    margin-top: 69.6px;
  }
  .FU250716awpreorder__section2--credit1 {
    margin: 26.4px auto 0;
  }
  .FU250716awpreorder__section2--credit1 > a:nth-of-type(2n) {
    margin-left: 6px;
  }
  .FU250716awpreorder__section2--slider2 {
    margin-top: 88px;
  }
  .FU250716awpreorder__section2--randomItems1 {
    padding-bottom: 159px;
    max-width: 450px;
  }
  .FU250716awpreorder__section2--credit2 {
    margin: 25.2px auto 0;
  }
  .FU250716awpreorder__section2--item1 {
    top: -96px;
    left: 24px;
    width: 102px;
  }
  .FU250716awpreorder__section2--item2 {
    top: -36px;
    left: 149.4px;
    width: 102px;
  }
  .FU250716awpreorder__section2--credit3 {
    margin: 26.4px auto 0;
  }
  .FU250716awpreorder__section2--credit3 > a:nth-of-type(2), .FU250716awpreorder__section2--credit3 > a:nth-of-type(4) {
    margin-left: 6px;
  }
  .FU250716awpreorder__section2--loop-item {
    margin-top: 84px;
  }
  .FU250716awpreorder__section2--loop-bg {
    height: 330px;
    background-position-x: -120px;
    background-size: 240px;
  }
  .FU250716awpreorder__section2--float-text {
    top: 242.4px;
    left: 32.4px;
    font-size: 26.4px;
    width: 384px;
  }
  .FU250716awpreorder__section2--randomItems2 {
    position: relative;
    max-width: 450px;
  }
  .FU250716awpreorder__section2--credit4 {
    max-width: 384px;
    margin: 24px auto 0; 
  }
  .FU250716awpreorder__section2--item3 {
    top: 366px;
    right: 144px;
    width: 102px;
  }
  .FU250716awpreorder__section2--item4 {
    top: 306px;
    right: 24px;
    width: 102px;
  }
  .FU250716awpreorder__section2--credit1 {
    margin: 26.4px auto 0;
  }
  .FU250716awpreorder__section2--randomItems1 {
    max-width: 450px;
  }
  .FU250716awpreorder__section2--credit2 {
    margin: 25.2px auto 0;
  }
  .FU250716awpreorder__section2--randomItems2 {
    max-width: 450px;
  }
  .FU250716awpreorder__section2--credit3 {
    margin: 26.4px auto 0;
  }
  .FU250716awpreorder__section2--float-text {
    width: 384px;
  }
  .FU250716awpreorder__section2--credit4 {
    max-width: 384px;
    margin: 24px auto 0;
  }
  .FU250716awpreorder__section2 {
    padding: 78px 0 333.6px;
  }

  
  /* ========================
    Section3
  ======================== */
  .FU250716awpreorder__section3 {
    padding: 76.8px 0 221px;
  }
  .FU250716awpreorder__section3--lead-text-no {
    left: 114px;
  }
  .FU250716awpreorder__section3--img2 {
    margin-top: 72px;
    max-width: 457px;
  }
  .FU250716awpreorder__section3--credit1 {
    margin: 28px auto 0;
  }
  .FU250716awpreorder__section3--credit1 > a:nth-of-type(2n), .FU250716awpreorder__section3--credit1 > a:last-of-type {
    margin-left: 6px;
  }
  .FU250716awpreorder__section3--slider1 {
    margin-top: 85.2px; 
  }
  .FU250716awpreorder__section3--ball1-inner{
    position: absolute;
    top: -24px;
    right: 67px;
    width: 48px;
  }
  .FU250716awpreorder__section3--ball1 {
    max-width: 460px;
    margin-inline: auto;
    width: 100%;
    z-index: 2;
    position: relative;
    top: auto;
    right: auto;
  }
  .FU250716awpreorder__section3--credit2 {
    margin: 25.2px auto 0;
  }
  .FU250716awpreorder__section3--credit2 > a:nth-of-type(2n) {
    left: 6px;
  }
  .FU250716awpreorder__section3--block1 {
    margin: 85.2px auto 0;
    max-width: 450px;
  }
  .FU250716awpreorder__section3--img5 {
    width: 389px;
  }
  .FU250716awpreorder__section3--ball2 {
    top: -79.2px;
    right: 51px;
    width: 42px;
  }
  .FU250716awpreorder__section3--ball3 {
    top: -24px; 
    right: 100px;
    width: 48px;
  }
  .FU250716awpreorder__section3--ball4 {
    top: 706px;
    left: 132px;
    width: 48px;
  }
  .FU250716awpreorder__section3--img6 {
    top: 379px;
    width: 276px;
  }
  .FU250716awpreorder__section3--credit3 {
    margin: 28px auto 0;
    max-width: 400px;
  }
  /* .FU250716awpreorder__section3--ball1 {
    top: -24.6px;
    right: 217px;
  } */
  
  /* ========================
    Section4
  ======================== */
  .FU250716awpreorder__section4 {
    padding: 79.2px 0 104px;
  }
  .FU250716awpreorder__section4--lead-text-no {
    left: 172.8px;
  }
  .FU250716awpreorder__section4--lead-text-catch {
    top: 75.6px;
    left: 24px;
  }
  .FU250716awpreorder__section4--slider1 {
    margin-top: 73px;
  }
  .FU250716awpreorder__section4--credit1 {
    margin: 25.2px auto 0;
  }
  .FU250716awpreorder__section4--credit1 > a:nth-of-type(2n), .FU250716awpreorder__section4--credit1 > a:last-of-type {
    margin-left: 6px;
  }
  .FU250716awpreorder__section4--block1 {
    margin-top: 87px;
    max-width: 450px;
  }
  .FU250716awpreorder__section4--floatImages-list {
    top: 486px;
    left: 25px;
    width: 134px;
  }
  .FU250716awpreorder__section4--credit2 {
    margin: 24px auto 0;
    max-width: 390px;
  }
  .FU250716awpreorder__section4--slider2 {
    margin-top: 226px;
  }
  .FU250716awpreorder__section4--credit3 {
    margin: 25.2px auto 0;
  }
  .FU250716awpreorder__section4--credit3 > a:nth-of-type(2), .FU250716awpreorder__section4--credit3 > a:nth-of-type(3), .FU250716awpreorder__section4--credit3 > a:nth-of-type(5), .FU250716awpreorder__section4--credit3 > a:nth-of-type(6) {
    margin-left: 6px;
  }
  .FU250716awpreorder__section4--credit1 {
    margin: 25.2px auto 0;
  }
  .FU250716awpreorder__section4--block1 {
    max-width: 450px;
    margin: 85.2px auto 0;
  }
  .FU250716awpreorder__section4--credit2 {
    max-width: 390px;
    margin: 24px auto 0;
  }
  .FU250716awpreorder__section4--credit3 {
    margin: 25.2px auto 0;
  }

  /* ========================
    Section5
  ======================== */
  .FU250716awpreorder__section5 {
    padding: 79px 0 105px;
  }
  .FU250716awpreorder__section5--lead-text-no {
    left: 230.4px;
    padding: 7.8px 21.6px;
  }
  .FU250716awpreorder__section5--lead-text-catch {
    top: 264px;
  }
  .FU250716awpreorder__section5--block1-inner {
    margin-top: 75px;
    padding: 54px 0 48px;
  }
  .FU250716awpreorder__section5--credit1 {
    margin: 25.2px auto 0;
  }
  .FU250716awpreorder__section5--credit1 > a:nth-of-type(2), .FU250716awpreorder__section5--credit1 > a:nth-of-type(3), .FU250716awpreorder__section5--credit1 > a:nth-of-type(5), .FU250716awpreorder__section5--credit1 > a:nth-of-type(7) {
    margin-left: 6px;
  }
  .FU250716awpreorder__section5--slider2 {
    margin-top: 90px;
  }
  .FU250716awpreorder__section5--credit2 {
    margin: 25.2px auto 0;
  }
  .FU250716awpreorder__section5--credit2 > a:nth-of-type(2), .FU250716awpreorder__section5--credit2 > a:nth-of-type(3), .FU250716awpreorder__section5--credit2 > a:nth-of-type(5), .FU250716awpreorder__section5--credit2 > a:nth-of-type(6) {
    margin-left: 6px;
  }
  .FU250716awpreorder__section5--slider3 {
    margin-top: 162px;
  }
  .FU250716awpreorder__section5--credit3 {
    margin: 25.2px auto 0;
  }
  .FU250716awpreorder__section5--credit3 > a:nth-of-type(2), .FU250716awpreorder__section5--credit3 > a:nth-of-type(3), .FU250716awpreorder__section5--credit3 > a:nth-of-type(5), .FU250716awpreorder__section5--credit3 > a:nth-of-type(6) {
    margin-left: 6px;
  }
  .FU250716awpreorder__section5--bgText {
    top: -72px;
    left: 24px;
    max-width: 450px;
  }
  .FU250716awpreorder__section5--bgText > li:first-of-type {
    font-size: 48px;
  }
  .FU250716awpreorder__section5--bgText > li:nth-of-type(n+2) {
    margin-top: 12px;
    font-size: 16.8px;
  }
  .FU250716awpreorder__section5--credit1 {
    margin: 25.2px auto 0;
  }
  .FU250716awpreorder__section5--credit2 {
    margin: 25.2px auto 0;
  }
  .FU250716awpreorder__section5--bgText {
    max-width: 450px;
  }
  .FU250716awpreorder__section5--credit3 {
    margin: 25.2px auto 0;
  }


  /* ========================
    Section6
  ======================== */
  .FU250716awpreorder__section6 {
    padding-top: 79.2px;
  }
  .FU250716awpreorder__section6--lead-text-no {
    padding: 7.8px 21.6px;
  }
  .FU250716awpreorder__section6--lead-text-catch {
    top: 68.4px;
  }
  .FU250716awpreorder__section6--slider1 {
    margin-top: 75px;
  }
  .FU250716awpreorder__section6--randomItems1 {
    padding-bottom: 222px;
    max-width: 450px;
  }
  .FU250716awpreorder__section6--item1 {
    top: -94.8px;
    right: 12px;
    width: 132px;
  }
  .FU250716awpreorder__section6--item2 {
    top: -11px;
    right: 156px;
    width: 132px;
  }
  .FU250716awpreorder__section6--item3 {
    top: 72px;
    right: 30px;
    width: 132px;
  }
  .FU250716awpreorder__section6--credit1 {
    margin: 25.2px auto 0;
  }
  .FU250716awpreorder__section6--slider2-frame::before {
    width: 368px;
    height: 459px;
  }
  .FU250716awpreorder__section6--randomItems2 {
    padding-bottom: 168px;
    max-width: 450px;
  }
  .FU250716awpreorder__section6--item4 {
    top: -96px;
    left: 12px;
    width: 132px;
  }
  .FU250716awpreorder__section6--item5 {
    top: -13.2px;
    left: 156px;
    width: 132px;
  }
  .FU250716awpreorder__section6--item6 {
    top: 72px;
    left: 30px;
    width: 132px;
  }
  .FU250716awpreorder__section6--credit2 {
    margin: 25.2px auto 0;
  }
  .FU250716awpreorder__section6--randomItems3 {
    padding-bottom: 132px;
    max-width: 450px;
  }
  .FU250716awpreorder__section6--item7 {
    top: -73.2px;
    right: 12px;
    width: 144px;
  }
  .FU250716awpreorder__section6--item8 {
    top: 72px;
    right: 66px;
    width: 144px;
  }
  .FU250716awpreorder__section6--item9 {
    top: -25.2px;
    left: 126px;
    width: 144px;
  }
  .FU250716awpreorder__section6--item10 {
    top: 72px;
    left: 12px;
    width: 144px;
  }
  .FU250716awpreorder__section6--credit3 {
    margin-left: 45px;
    padding-top: 246px;
  }
  .FU250716awpreorder__section6--credit3 > a:nth-of-type(2), .FU250716awpreorder__section6--credit3 > a:nth-of-type(3), .FU250716awpreorder__section6--credit3 > a:nth-of-type(5), .FU250716awpreorder__section6--credit3 > a:nth-of-type(6), .FU250716awpreorder__section6--credit3 > a:nth-of-type(8) {
    margin-left: 6px;
  }
  .FU250716awpreorder__section6--randomItems1 {
    max-width: 450px;
  }
  .FU250716awpreorder__section6--credit1 {
    margin: 25.2px auto 0;
  }
  .FU250716awpreorder__section6--randomItems2 {
    max-width: 450px;
  }
  .FU250716awpreorder__section6--credit2 {
    margin: 25.2px auto 0;
  }
  .FU250716awpreorder__section6--randomItems3 {
    max-width: 450px;
    padding-bottom: 106px;
  }

  /* ========================
    Others
  ======================== */
  .FU250716awpreorder__others {
    padding-top: 84px;
  }
  .FU250716awpreorder__others--checkAllItems {
    width: 330px;
  }
  .FU250716awpreorder__others--checkAllItems div {
    top: 24px;
    font-size: 30px;
  }
  .FU250716awpreorder__others--staffCredit {
    margin: 90px auto 0;
    padding: 217px 0;
    max-width: 450px;
  }
  .FU250716awpreorder__others--staffCredit > ul > li {
    font-size: 16.8px;
  }
  .FU250716awpreorder__others--staffCredit > ul > li:nth-of-type(n+2) {
    margin-top: 13.2px;
  }
  .FU250716awpreorder__others--staffCredit {
    max-width: 450px;
  }
}