*,
:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

button {
  border: none;
  font: inherit;
  line-height: inherit;
  background: none;
  margin: 0;
}

img {
  border: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

video {
  max-width: 100%;
  height: auto;
}

a,
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:active,
a:hover {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
li {
  list-style-type: none;
}

@font-face {
  font-family: "Bose Headline";
  src: url("../fonts/BoseHeadline-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bose Headline";
  src: url("../fonts/BoseHeadline-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bose Text";
  src: url("../fonts/BoseText-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bose Text";
  src: url("../fonts/BoseText-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bose Text";
  src: url("../fonts/BoseText-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bose Text";
  src: url("../fonts/BoseText-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
.showroom-date, .showroom-ttl, .success-btn .btn-cta span, .form-wrapper .btn-submit span, .form-wrapper, .special-content, .news-head, .intro-txt, .gallery-ttl, .product-ttl, .shop .btn-cta.coming-soon .coming-txt, .shop .btn-cta span, .shop-btn .txt-small, .shop-note, .campaign-note {
  font-family: "Bose Text", "Noto Sans", "Noto Sans JP", sans-serif;
}

.special-ttl, .news-ttl, .lineup-ttl, .campaign-countdonw {
  font-family: "Bose Headline", "Noto Sans", "Noto Sans JP", sans-serif;
}

/* COMMON
* ----------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 4.1025641026vw;
  line-height: 1.5;
  color: #4521AE;
}
@media (min-width: 1025px) {
  html {
    font-size: 1rem;
  }
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  min-height: calc(var(--vh, 1vh) * 100);
}
@media (min-width: 1025px) {
  body {
    overflow-y: scroll;
  }
}

@media (max-width: 1024px) {
  img {
    width: 100%;
  }
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .only-sp {
    display: none !important;
  }
}
/* PAGE TOP
* ----------------------------------------------- */
@media (min-width: 1025px) {
  .page-dandadan .lp-background {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 4.53125vw);
    background-size: cover;
    z-index: -1;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .page-dandadan .lp-background .col-left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: calc((100% - 25.5729166667vw) / 2);
  }
  .page-dandadan .lp-background .col-right {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: calc((100% - 25.5729166667vw) / 2);
  }
  .page-dandadan .lp-background .bg-img {
    position: relative;
    width: 50%;
    height: 100%;
  }
  .page-dandadan .lp-background .bg-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .page-dandadan .lp-background .bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-dandadan .lp-background .bg-img.img-01 {
    background-color: #B9FE91;
  }
  .page-dandadan .lp-background .bg-img.img-02 {
    background-color: #FF65A5;
  }
  .page-dandadan .lp-background .bg-img.img-03 {
    background-color: #3CF4FF;
  }
  .page-dandadan .lp-background .bg-img.img-04 {
    background-color: #FFEA97;
  }
  .page-dandadan .lp-background .bg-txt {
    position: absolute;
    left: 50%;
    bottom: 5.3125vw;
    height: 9.6875vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-dandadan .lp-background .bg-txt img {
    max-width: none;
    width: auto;
    height: 100%;
  }
  .page-dandadan .lp-wrapper {
    height: calc(100vh - 4.53125vw);
  }
  .page-dandadan .lp-inner {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .page-dandadan .is-scrollable {
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .page-dandadan .is-scrollable::-webkit-scrollbar {
    width: 0 !important;
    background: transparent;
  }
}

.lp-container {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .lp-container {
    min-width: 20rem;
    overflow-x: hidden;
  }
}
@media (min-width: 1025px) {
  .lp-container {
    width: 25.5729166667vw;
  }
}

.lp-sticky-btn {
  position: fixed;
  bottom: 0.75rem;
  right: 0.75rem;
  z-index: 98;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 1025px) {
  .lp-sticky-btn {
    right: 0.7868589744vw;
    bottom: 6.4915865385vw;
  }
}
.lp-sticky-btn .btn {
  display: block;
  width: 3.75rem;
  margin: 0 auto;
  color: #fff;
}
.lp-sticky-btn .btn img {
  width: 100%;
  height: auto;
}
.lp-sticky-btn .btn + .btn {
  margin-top: 0.375rem;
}
@media (min-width: 1025px) {
  .lp-sticky-btn .btn {
    width: 3.9342948718vw;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .lp-sticky-btn .btn + .btn {
    margin-top: 0.3934294872vw;
  }
  .lp-sticky-btn .btn:hover {
    opacity: 0.8;
  }
}
.lp-sticky-btn .btn-totop {
  width: 2.3125rem;
}
@media (min-width: 1025px) {
  .lp-sticky-btn .btn-totop {
    width: 2.4261485043vw;
  }
}
.lp-sticky-btn.is-hidden {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 1025px) {
  .hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .hover:hover {
    opacity: 0.8;
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 60px, 0);
            transform: translate3d(0, 60px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.js-animate-on-scroll.slideInUp {
  opacity: 0;
  -webkit-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}
.js-animate-on-scroll.slideInLeft {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}
.js-animate-on-scroll.slideInRight {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.js-animate-on-scroll.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.js-animate-on-scroll.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 36s !important;
          animation-duration: 36s !important;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.js-animateText .word {
  position: relative;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
}
.js-animateText .word .char-wrap {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.js-animateText .word .char {
  display: inline-block;
  position: relative;
}

@-webkit-keyframes blinkText {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes blinkText {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* HEADER
* ----------------------------------------------- */
.header {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.875rem;
  background-color: #000;
}
.header-logo {
  margin-bottom: -0.0625rem;
}
.header-logo img {
  display: block;
}
@media (max-width: 1024px) {
  .header-logo img {
    width: 24.375rem;
  }
}
@media (min-width: 1025px) {
  .header {
    height: 2.34375vw;
  }
}

.main {
  background-color: #000;
  color: #fff;
}

/* FOOTER
* ----------------------------------------------- */
.lp-container .footer {
  position: relative;
}
@media (min-width: 1025px) {
  .lp-container .footer {
    margin-bottom: 4.53125vw;
  }
}
.lp-container .footer-inner {
  margin-top: -0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 2.1875rem 1.75rem 1.25rem;
  color: #fff;
  background-color: #000;
}
@media (min-width: 1025px) {
  .lp-container .footer-inner {
    padding: 1.0416666667vw 1.8229166667vw 1.4583333333vw 1.0416666667vw;
  }
}
.lp-container .footer-logo {
  margin-top: -2.5625rem;
}
@media (min-width: 1025px) {
  .lp-container .footer-logo {
    margin-top: -2.1354166667vw;
  }
}
.lp-container .footer-nav {
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1025px) {
  .lp-container .footer-nav {
    margin-top: 0.2604166667vw;
  }
}
.lp-container .footer-nav .nav-item {
  display: block;
  width: 8.8125rem;
  height: 1.3125rem;
  border-radius: 0.6875rem;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.1875rem;
  color: #fff;
  margin-bottom: 0.5rem;
  border: 0.0625rem solid #fff;
  margin-left: auto;
}
.lp-container .footer-nav .nav-item.nav-01 {
  width: 4.875rem;
}
@media (min-width: 1025px) {
  .lp-container .footer-nav .nav-item {
    width: 7.34375vw;
    height: 1.09375vw;
    font-size: 0.5729166667vw;
    line-height: 0.9895833333vw;
    margin-bottom: 0.4166666667vw;
  }
  .lp-container .footer-nav .nav-item.nav-01 {
    width: 4.0625vw;
  }
}
.lp-container .footer-copyright {
  font-size: 0.5625rem;
  line-height: 0.75rem;
}
@media (min-width: 1025px) {
  .lp-container .footer-copyright {
    font-size: 0.46875vw;
    line-height: 0.625vw;
  }
}

.only-pc.footer {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
}
.only-pc .footer-inner {
  margin-top: -0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  background-color: #000;
}
@media (min-width: 1025px) {
  .only-pc .footer-inner {
    padding: 1.4583333333vw 1.6666666667vw;
  }
}
.only-pc .footer-logo {
  margin-top: -2.5625rem;
}
@media (min-width: 1025px) {
  .only-pc .footer-logo {
    height: 1.40625vw;
    background: url("../img/footer_logo_pc.png") no-repeat top right;
    background-size: auto 100%;
  }
}
.only-pc .footer-nav {
  margin-top: 0.2604166667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 0.2604166667vw;
}
.only-pc .footer-nav .nav-item {
  display: block;
  width: 7.34375vw;
  height: 1.09375vw;
  text-align: center;
  line-height: 0.9895833333vw;
  color: #fff;
  font-size: 0.5729166667vw;
}
.only-pc .footer-nav .nav-item.nav-01 {
  width: 4.0625vw;
}
.only-pc .footer-copyright {
  margin-left: calc((100% - 25.5729166667vw) / 2);
  width: 25.5729166667vw;
  text-align: center;
  font-size: 0.6770833333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* KV SECTION
* ----------------------------------------------- */
.kv-sec {
  position: relative;
  background-color: #fff;
}
@media (min-width: 1025px) {
  .kv-sec {
    height: calc(100vh - 2.34375vw - 4.53125vw);
  }
}
@media (max-width: 1024px) {
  .kv-sec {
    height: calc(var(--vh, 1vh) * 100 - 2.8125rem);
    height: calc(100svh - 2.875rem);
  }
}
.kv-sec .slideInLeft {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}
.kv-sec .slideInRight {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.kv-sec .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.kv-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
@media (min-width: 1025px) {
  .kv-slide {
    height: calc((100vh - 2.34375vw - 4.53125vw) / 2);
  }
}
@media (max-width: 1024px) {
  .kv-slide {
    height: calc((var(--vh, 1vh) * 100 - 2.8125rem) / 2);
    height: calc((100svh - 2.8125rem) / 2);
  }
}
@media (max-width: 1024px) {
  .kv-slider + .kv-slider {
    margin-top: -0.0625rem;
  }
}
.kv-img {
  overflow: hidden;
  height: 100%;
}
.kv-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv-txt {
  position: absolute;
  z-index: 9;
  line-height: 0;
}
.kv-txt img {
  width: 100%;
  height: auto;
}
.kv-txt.txt-01 {
  left: 50%;
  top: 50%;
  width: 68.9743589744%;
  -webkit-transform: translateY(-53%) translateX(-50%);
          transform: translateY(-53%) translateX(-50%);
}
.kv-txt.txt-02 {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 5.4200542005%;
  bottom: 1.8970189702%;
}
.kv-txt.txt-02 img {
  width: auto;
  height: 100%;
}
@media (max-width: 1024px) {
  .kv-txt.txt-02 {
    height: 5.4200542005%;
    bottom: 1.8970189702%;
  }
}

.js-text-marquee {
  position: relative;
  height: 2.3125rem;
}
@media (min-width: 1025px) {
  .js-text-marquee {
    height: 2.4261485043vw;
  }
}
.js-text-marquee.is-paused .marquee__inner {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.js-text-marquee.animated .marquee__inner {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.js-text-marquee .marquee__inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes bgAnimLeft {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform: translateX(calc(var(--marquee-width, 100%) * -1));
            transform: translateX(calc(var(--marquee-width, 100%) * -1));
  }
}
@keyframes bgAnimLeft {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform: translateX(calc(var(--marquee-width, 100%) * -1));
            transform: translateX(calc(var(--marquee-width, 100%) * -1));
  }
}
@-webkit-keyframes bgAnimLeft2 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform: translateX(var(--marquee-width, 100%));
            transform: translateX(var(--marquee-width, 100%));
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes bgAnimLeft2 {
  0% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform: translateX(var(--marquee-width, 100%));
            transform: translateX(var(--marquee-width, 100%));
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.js-text-marquee .marquee-01 {
  -webkit-animation-name: bgAnimLeft;
          animation-name: bgAnimLeft;
}
.js-text-marquee .marquee-02 {
  -webkit-animation-name: bgAnimLeft2;
          animation-name: bgAnimLeft2;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.js-text-marquee.reverse .marquee__inner {
  animation-direction: reverse;
}

.campaign {
  position: relative;
  color: #fff;
  background: #000;
  padding-bottom: 2.5rem;
  min-height: 43.9375rem;
  background: url("../img/campaign_bg.jpg") no-repeat left -7.5rem bottom;
  background-size: 40.6875rem auto;
}
@media (min-width: 1025px) {
  .campaign {
    padding-bottom: 2.6228632479vw;
    min-height: 46.0968215812vw;
    background: url("../img/campaign_bg.jpg") no-repeat left -7.8685897436vw bottom;
    background-size: 42.687099359vw auto;
  }
}
.campaign .hidden {
  display: none !important;
}
.campaign-dec {
  overflow: hidden;
  background-color: #B9FE91;
}
.campaign-dec .txt-wrapper {
  line-height: 0;
  width: 25.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (min-width: 1025px) {
  .campaign-dec .txt-wrapper {
    width: 26.7532051282vw;
  }
}
.campaign-dec .txt-wrapper img {
  display: inline-block;
  width: auto;
  height: 100%;
  margin-right: 0.5rem;
}
@media (min-width: 1025px) {
  .campaign-dec .txt-wrapper img {
    margin-right: 0.5245726496vw;
  }
}
.campaign-date {
  position: relative;
  margin-bottom: 1.8125rem;
  background: url("../img/date_bg.png") no-repeat top right;
  background-size: 22.1875rem auto;
  color: #000;
  line-height: 0;
}
@media (min-width: 1025px) {
  .campaign-date {
    margin-bottom: 1.9015758547vw;
    background-size: 23.2779113248vw auto;
  }
}
.campaign-date .campaign-char {
  position: absolute;
}
.campaign-date .word {
  width: 100%;
  height: 9.4375rem;
}
@media (min-width: 1025px) {
  .campaign-date .word {
    height: 9.9013087607vw;
  }
}
.campaign-date .word .char-wrap, .campaign-date .word .char {
  width: 100%;
}
.campaign-date .word img {
  width: 100%;
  height: auto;
}
.campaign-date .char-01 {
  width: 1.625rem;
  top: 2.1875rem;
  left: 2.5625rem;
}
@media (min-width: 1025px) {
  .campaign-date .char-01 {
    width: 1.7048611111vw;
    top: 2.2950053419vw;
    left: 2.6884348291vw;
  }
}
.campaign-date .char-02 {
  width: 4.5625rem;
  top: 0.375rem;
  left: 4.375rem;
}
@media (min-width: 1025px) {
  .campaign-date .char-02 {
    width: 4.7867254274vw;
    top: 0.3934294872vw;
    left: 4.5900106838vw;
  }
}
.campaign-date .char-03 {
  width: 4.9375rem;
  top: 0.5rem;
  left: 9.875rem;
}
@media (min-width: 1025px) {
  .campaign-date .char-03 {
    width: 5.1801549145vw;
    top: 0.5245726496vw;
    left: 10.3603098291vw;
  }
}
.campaign-date .char-04 {
  width: 4.3125rem;
  top: 0.375rem;
  right: 4.875rem;
}
@media (min-width: 1025px) {
  .campaign-date .char-04 {
    width: 4.5244391026vw;
    top: 0.3934294872vw;
    right: 5.1145833333vw;
  }
}
.campaign-date .char-05 {
  width: 5.25rem;
  top: 5.9375rem;
  right: 2.1875rem;
}
@media (min-width: 1025px) {
  .campaign-date .char-05 {
    width: 5.5080128205vw;
    top: 6.2293002137vw;
    right: 2.2950053419vw;
  }
}
.campaign-img {
  width: 13.125rem;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .campaign-img {
    width: 13.7700320513vw;
    margin: 0 auto;
  }
}
.campaign-ttl {
  width: 12.625rem;
  margin: 2.5rem auto 1.875rem;
}
@media (min-width: 1025px) {
  .campaign-ttl {
    width: 13.2454594017vw;
    margin: 2.6228632479vw auto 1.9671474359vw;
  }
}
.campaign-note {
  position: absolute;
  left: 0;
  bottom: 0.6875rem;
  width: 100%;
  font-size: 0.625rem;
  text-align: center;
}
@media (min-width: 1025px) {
  .campaign-note {
    font-size: 0.655715812vw;
    bottom: 0.7212873932vw;
  }
}
.campaign-countdonw {
  margin-block: -1.3125rem 0.6875rem;
  font-weight: 400;
  font-size: 6.75rem;
  line-height: 1;
  text-align: center;
}
.campaign-countdonw .day {
  font-size: 4.375rem;
}
.campaign-countdonw .hour {
  display: block;
  margin-top: -0.875rem;
}
@media (min-width: 1025px) {
  .campaign-countdonw {
    margin-block: -1.3770032051vw 0.7212873932vw;
    font-size: 7.0817307692vw;
  }
  .campaign-countdonw .day {
    font-size: 4.5900106838vw;
  }
  .campaign-countdonw .hour {
    margin-top: -0.9180021368vw;
  }
}
.campaign-txt {
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1025px) {
  .campaign-txt {
    font-size: 0.7868589744vw;
  }
}

.shop {
  color: #fff;
  min-height: 25rem;
  padding-bottom: 5rem;
}
@media (min-width: 1025px) {
  .shop {
    min-height: 26.2286324786vw;
    padding-bottom: 5.2457264957vw;
  }
}
.shop-dec {
  overflow: hidden;
  background-color: #B9FE91;
  height: 2.3125rem;
}
@media (min-width: 1025px) {
  .shop-dec {
    height: 2.4261485043vw;
  }
}
.shop-dec .txt-wrapper {
  line-height: 0;
  width: 25.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.shop-dec .txt-wrapper img {
  display: inline-block;
  width: auto;
  height: 100%;
  margin-right: 0.5rem;
}
@media (min-width: 1025px) {
  .shop-dec .txt-wrapper {
    width: 26.7532051282vw;
  }
  .shop-dec .txt-wrapper img {
    margin-right: 0.5245726496vw;
  }
}
.shop-ttl {
  margin-block: 3rem 3.5625rem;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1025px) {
  .shop-ttl {
    margin-block: 3.1474358974vw 3.7375801282vw;
    font-size: 1.0491452991vw;
    line-height: 1.4425747863vw;
  }
}
.shop-txt {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.67;
}
.shop-txt p + p {
  margin-top: 0.8125rem;
}
@media (min-width: 1025px) {
  .shop-txt {
    font-size: 0.7868589744vw;
  }
  .shop-txt p + p {
    margin-top: 0.8524305556vw;
  }
}
.shop-inner {
  position: relative;
}
.shop-inner.coming-soon {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.shop-inner.coming-soon:after {
  content: "";
  position: absolute;
  z-index: 9;
  top: -1.375rem;
  left: 0;
  width: 100%;
  height: 14.375rem;
  background: rgba(0, 0, 0, 0.76) url("../img/shop_coming_soon.png") no-repeat top 2.375rem left 5.75rem;
  background-size: 13.5rem auto;
}
@media (min-width: 1025px) {
  .shop-inner.coming-soon:after {
    top: -1.4425747863vw;
    height: 15.0814636752vw;
    background-position: top 2.4917200855vw left 6.0325854701vw;
    background-size: 14.1634615385vw auto;
  }
}
.shop-item {
  margin-inline: auto;
}
.shop-item + .shop-item {
  margin-top: 1.9375rem;
}
@media (min-width: 1025px) {
  .shop-item + .shop-item {
    margin-top: 2.0327190171vw;
  }
}
.shop-subttl {
  margin: 0 auto 1.1875rem;
  padding-bottom: 0.3125rem;
  width: 12.9375rem;
  font-size: 0.9375rem;
  line-height: 1.57;
  font-weight: bold;
  text-align: center;
  border-bottom: 0.0625rem solid #fff;
}
@media (min-width: 1025px) {
  .shop-subttl {
    margin-bottom: 1.2458600427vw;
    width: 13.5733173077vw;
    font-size: 0.9835737179vw;
    border-bottom-width: 0.0655715812vw;
  }
}
.shop-note {
  margin: 1.125rem auto 0;
  font-size: 0.625rem;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 1025px) {
  .shop-note {
    margin: 1.1802884615vw auto 0;
    font-size: 0.655715812vw;
  }
}
.shop-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem 0.875rem;
  margin-left: -0.375rem;
}
@media (min-width: 1025px) {
  .shop-btn {
    gap: 1.3114316239vw 0.9180021368vw;
    margin-left: -0.3934294872vw;
  }
}
.shop-btn .txt-small {
  position: absolute;
  bottom: -0.5625rem;
  right: 4.5625rem;
  font-size: 0.5rem;
  line-height: 1.56;
  font-style: italic;
}
@media (min-width: 1025px) {
  .shop-btn .txt-small {
    bottom: -0.5901442308vw;
    right: 4.7867254274vw;
    font-size: 0.5245726496vw;
  }
}
.shop .btn-cta {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.shop .btn-cta span {
  position: relative;
  width: 12.5rem;
  height: 1.8125rem;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.6875rem;
  border-radius: 0 0 0.625rem 0;
  border: solid 0.0625rem #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  background: #000 url("../img/ico_btn_white.png") right 0.25rem center no-repeat;
  background-size: 1.0625rem auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1025px) {
  .shop .btn-cta span {
    width: 13.1143162393vw;
    height: 1.9015758547vw;
    font-size: 0.8524305556vw;
    line-height: 1.7704326923vw;
    border-radius: 0 0 0.655715812vw 0;
    background-position: right 0.2622863248vw center;
    background-size: 1.1147168803vw auto;
  }
}
.shop .btn-cta.coming-soon {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.shop .btn-cta.coming-soon .coming-txt {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 13rem;
  height: 2.25rem;
  background: url("../img/btn_bg_coming_soon.png") no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 0.8125rem;
}
@media (min-width: 1025px) {
  .shop .btn-cta.coming-soon .coming-txt {
    font-size: 0.8524305556vw;
    width: 13.6388888889vw;
    height: 2.3605769231vw;
  }
}
.shop .btn-cta.bnt-01 span {
  padding-right: 1.375rem;
}
@media (min-width: 1025px) {
  .shop .btn-cta.bnt-01 span {
    padding-right: 1.4425747863vw;
  }
}
.shop .btn-cta:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 13rem;
  height: 2.25rem;
  background: url("../img/btn_bg.png") no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1025px) {
  .shop .btn-cta:before {
    width: 13.6388888889vw;
    height: 2.3605769231vw;
  }
}
@media (min-width: 1025px) {
  .shop .btn-cta {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .shop .btn-cta:hover span {
    color: #000;
    background-color: #A2FB4F;
    background-image: url("../img/ico_btn_black.png");
  }
  .shop .btn-cta:hover:before {
    background-position: top -0.5245726496vw left -0.5245726496vw;
  }
}

.lineup .anchor-link {
  position: relative;
  top: -3.125rem;
}
@media (min-width: 1025px) {
  .lineup .anchor-link {
    top: -3.2785790598vw;
  }
}
.lineup-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-block: 0 2rem;
  padding: 0 0.5rem;
  font-weight: 900;
  font-size: 6.5625rem;
  line-height: 1;
  color: #000;
}
@media (min-width: 1025px) {
  .lineup-ttl {
    margin-block: 0 2.0982905983vw;
    padding: 0 0.5245726496vw;
    font-size: 6.8850160256vw;
  }
}
.lineup-ttl .txt-small {
  margin: 0.3125rem 0.375rem 0;
  font-size: 4.5625rem;
}
@media (min-width: 1025px) {
  .lineup-ttl .txt-small {
    margin: 0.327857906vw 0.3934294872vw 0;
    font-size: 4.7867254274vw;
  }
}
.lineup-ttl:before {
  content: "";
  position: absolute;
  top: 1.0625rem;
  left: 0;
  width: 13.1875rem;
  height: 6.1875rem;
  background: url("../img/lineup_bg.png") no-repeat top left;
  background-size: 100% auto;
}
@media (min-width: 1025px) {
  .lineup-ttl:before {
    top: 1.1147168803vw;
    width: 13.8356036325vw;
    height: 6.4915865385vw;
  }
}
.lineup-wrapper {
  position: relative;
}
.lineup .btn-autoplay {
  position: absolute;
  z-index: 99;
  right: 7.625rem;
  bottom: 0;
  cursor: pointer;
  width: 0.9375rem;
  height: 0.9375rem;
  background: url("../img/ico_play.png") no-repeat center bottom;
  background-size: 100% auto;
}
@media (min-width: 1025px) {
  .lineup .btn-autoplay {
    right: 7.999732906vw;
    width: 0.9835737179vw;
    height: 0.9835737179vw;
  }
}
.lineup .btn-autoplay.is-pause {
  background-position: center top;
}
.lineup .lineup-slider {
  padding-bottom: 2.125rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 1025px) {
  .lineup .lineup-slider {
    padding-bottom: 2.2294337607vw;
    margin-bottom: 1.3114316239vw;
  }
}
.lineup .lineup-slider .lineup-item {
  position: relative;
  margin-right: 1.9375rem;
  width: 7.1875rem;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .lineup .lineup-slider .lineup-item {
    margin-right: 2.0327190171vw;
    width: 7.5407318376vw;
  }
}
.lineup .lineup-slider .lineup-item .lineup-img {
  height: 11.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 1025px) {
  .lineup .lineup-slider .lineup-item .lineup-img {
    height: 11.8028846154vw;
  }
}
.lineup .lineup-slider .lineup-item .lineup-name {
  position: relative;
  width: 4.0625rem;
  margin: 0.5rem auto 0.375rem;
}
@media (min-width: 1025px) {
  .lineup .lineup-slider .lineup-item .lineup-name {
    width: 4.2621527778vw;
    margin: 0.5245726496vw auto 0.3934294872vw;
  }
}
.lineup .lineup-slider .lineup-item .lineup-name span {
  position: relative;
  display: block;
  height: 1.6875rem;
  text-align: center;
  line-height: 1.5625rem;
  font-size: 0.875rem;
  font-weight: bold;
  border: 0.0625rem solid #fff;
  background-color: #000;
}
@media (min-width: 1025px) {
  .lineup .lineup-slider .lineup-item .lineup-name span {
    height: 1.7704326923vw;
    line-height: 1.6392895299vw;
    font-size: 0.9180021368vw;
  }
}
.lineup .lineup-slider .lineup-item .lineup-name:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 100%;
  height: 100%;
  background-color: #000;
}
@media (min-width: 1025px) {
  .lineup .lineup-slider .lineup-item .lineup-name:before {
    top: 0.327857906vw;
    left: 0.327857906vw;
  }
}
.lineup .lineup-slider .item-01 {
  width: 7.3125rem;
}
@media (min-width: 1025px) {
  .lineup .lineup-slider .item-01 {
    width: 7.671875vw;
  }
}
.lineup .lineup-slider .item-01 .lineup-name {
  color: #FD5F2F;
}
.lineup .lineup-slider .item-01 .lineup-name::before {
  background-color: #FD5F2F;
}
.lineup .lineup-slider .item-02 {
  width: 7.125rem;
}
.lineup .lineup-slider .item-02 .lineup-name {
  width: 6.75rem;
  color: #B0FFC0;
}
.lineup .lineup-slider .item-02 .lineup-name::before {
  background-color: #B0FFC0;
}
@media (min-width: 1025px) {
  .lineup .lineup-slider .item-02 {
    width: 7.4751602564vw;
  }
  .lineup .lineup-slider .item-02 .lineup-name {
    width: 7.0817307692vw;
  }
}
.lineup .lineup-slider .item-03 .lineup-name {
  color: #82F0FF;
}
.lineup .lineup-slider .item-03 .lineup-name::before {
  background-color: #82F0FF;
}
.lineup .lineup-slider .item-04 {
  width: 6.875rem;
}
.lineup .lineup-slider .item-04 .lineup-name {
  width: 4.75rem;
  color: #A0FF00;
}
.lineup .lineup-slider .item-04 .lineup-name::before {
  background-color: #A0FF00;
}
@media (min-width: 1025px) {
  .lineup .lineup-slider .item-04 {
    width: 7.2128739316vw;
  }
  .lineup .lineup-slider .item-04 .lineup-name {
    width: 4.9834401709vw;
  }
}
.lineup .lineup-slider .item-05 .lineup-name {
  color: #EFA6FF;
}
.lineup .lineup-slider .item-05 .lineup-name::before {
  background-color: #EFA6FF;
}
.lineup .lineup-slider .swiper-pagination {
  bottom: 0;
  line-height: 0;
}
.lineup .lineup-slider .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  border: 0.0625rem solid #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  margin: 0 0.125rem !important;
  border-radius: 100%;
}
.lineup .lineup-slider .swiper-pagination-bullet-active {
  background-color: #fff;
}
.lineup .lineup-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 0.8125rem;
}
@media (min-width: 1025px) {
  .lineup .lineup-slider .slick-dots {
    height: 0.8524305556vw;
  }
}
.lineup .lineup-slider .slick-dots li {
  margin: 0 0.125rem;
  width: 0.8125rem;
  height: 0.8125rem;
}
@media (min-width: 1025px) {
  .lineup .lineup-slider .slick-dots li {
    width: 0.8524305556vw;
    height: 0.8524305556vw;
  }
}
.lineup .lineup-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 0.0625rem solid #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.lineup .lineup-slider .slick-dots li button:before {
  display: none;
}
.lineup .lineup-slider .slick-dots li.slick-active button {
  background-color: #fff;
}

.product {
  position: relative;
}
.product p {
  font-size: 0.625rem;
}
@media (min-width: 1025px) {
  .product p {
    font-size: 0.655715812vw;
  }
}
.product .txt-hightlight {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0.4375rem;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .product .txt-hightlight {
    padding: 0.2622863248vw 0.4590010684vw;
  }
}
.product .txt-hightlight:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
  min-height: 1.625rem;
}
@media (min-width: 1025px) {
  .product .txt-hightlight:before {
    min-height: 1.7048611111vw;
  }
}
.product.product-01 .txt-hightlight {
  color: #FD5F2F;
}
.product.product-01 .txt-hightlight:before {
  background-color: #f8f2aa;
}
.product.product-01 .product-list .ico-01 {
  background-image: url("../img/lineup_ico_orange_01.png");
}
.product.product-01 .product-list .ico-02 {
  background-image: url("../img/lineup_ico_orange_02.png");
}
.product.product-01 .product-list .ico-03 {
  background-image: url("../img/lineup_ico_orange_03.png");
}
.product.product-01 .product-list .ico-04 {
  background-image: url("../img/lineup_ico_orange_04.png");
}
.product.product-01 .product-list .ico-05 {
  background-image: url("../img/lineup_ico_orange_05.png");
}
.product.product-01 .product-list .ico-06 {
  background-image: url("../img/lineup_ico_orange_06.png");
}
.product.product-01 .txt-note {
  color: #FD5F2E;
}
.product.product-02 .txt-hightlight {
  color: #00538F;
}
.product.product-02 .txt-hightlight:before {
  background-color: #B0FFC0;
}
.product.product-02 .product-ttl {
  border-color: #B0FFC0;
}
.product.product-02 .product-ttl:before {
  background-color: #00538F;
}
.product.product-02 .product-list .ico-01 {
  background-image: url("../img/lineup_ico_blue_01.png");
}
.product.product-02 .product-list .ico-02 {
  background-image: url("../img/lineup_ico_blue_02.png");
}
.product.product-02 .product-list .ico-03 {
  background-image: url("../img/lineup_ico_blue_03.png");
}
.product.product-02 .product-list .ico-04 {
  background-image: url("../img/lineup_ico_blue_04.png");
}
.product.product-02 .product-list .ico-05 {
  background-image: url("../img/lineup_ico_blue_05.png");
}
.product.product-02 .product-list .ico-06 {
  background-image: url("../img/lineup_ico_blue_06.png");
}
.product.product-02 .txt-note {
  color: #fff;
}
.product.product-03 .txt-hightlight {
  color: #4521AE;
}
.product.product-03 .txt-hightlight:before {
  background-color: #83F0FF;
}
.product.product-03 .product-ttl {
  border-color: #83F0FF;
}
.product.product-03 .product-ttl:before {
  background-color: #4521AE;
}
.product.product-03 .product-list .ico-01 {
  background-image: url("../img/lineup_ico_dark_purple_01.png");
}
.product.product-03 .product-list .ico-02 {
  background-image: url("../img/lineup_ico_dark_purple_02.png");
}
.product.product-03 .product-list .ico-03 {
  background-image: url("../img/lineup_ico_dark_purple_03.png");
}
.product.product-03 .product-list .ico-04 {
  background-image: url("../img/lineup_ico_dark_purple_04.png");
}
.product.product-03 .product-list .ico-05 {
  background-image: url("../img/lineup_ico_dark_purple_05.png");
}
.product.product-03 .product-list .ico-06 {
  background-image: url("../img/lineup_ico_dark_purple_06.png");
}
.product.product-04 .txt-hightlight {
  color: #007257;
}
.product.product-04 .txt-hightlight:before {
  background-color: #A0FF00;
}
.product.product-04 .product-ttl {
  border-color: #A0FF00;
}
.product.product-04 .product-ttl:before {
  background-color: #007257;
}
.product.product-04 .product-list .ico-01 {
  background-image: url("../img/lineup_ico_green_01.png");
}
.product.product-04 .product-list .ico-02 {
  background-image: url("../img/lineup_ico_green_02.png");
}
.product.product-04 .product-list .ico-03 {
  background-image: url("../img/lineup_ico_green_03.png");
}
.product.product-04 .product-list .ico-04 {
  background-image: url("../img/lineup_ico_green_04.png");
}
.product.product-04 .product-list .ico-05 {
  background-image: url("../img/lineup_ico_green_05.png");
}
.product.product-04 .txt-note {
  color: #fff;
}
.product.product-05 .txt-hightlight {
  color: #BB009A;
}
.product.product-05 .txt-hightlight:before {
  background-color: #EFA6FF;
}
.product.product-05 .product-ttl {
  border-color: #EFA6FF;
}
.product.product-05 .product-ttl:before {
  background-color: #BB009A;
}
.product.product-05 .product-list .ico-01 {
  background-image: url("../img/lineup_ico_purple_01.png");
}
.product.product-05 .product-list .ico-02 {
  background-image: url("../img/lineup_ico_purple_02.png");
}
.product.product-05 .product-list .ico-03 {
  background-image: url("../img/lineup_ico_purple_03.png");
}
.product.product-05 .product-list .ico-04 {
  background-image: url("../img/lineup_ico_purple_04.png");
}
.product.product-05 .product-list .ico-05 {
  background-image: url("../img/lineup_ico_purple_05.png");
}
.product-content {
  position: absolute;
  left: 1.3125rem;
  right: 1.3125rem;
  top: 1.25rem;
  bottom: 1.125rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media (min-width: 1025px) {
  .product-content {
    left: 1.3770032051vw;
    right: 1.3770032051vw;
    top: 1.3114316239vw;
    bottom: 1.1802884615vw;
  }
}
.product-head {
  font-size: 2.6875rem;
  line-height: 3.25rem;
}
.product-head .txt-hightlight {
  padding: 0 0.3125rem;
}
@media (min-width: 1025px) {
  .product-head {
    font-size: 2.8195779915vw;
    line-height: 3.4097222222vw;
  }
  .product-head .txt-hightlight {
    padding: 0 0.327857906vw;
  }
}
.product-txt01 {
  font-size: 0.625rem;
}
.product-txt01 .txt-hightlight {
  padding: 0.25rem 0.4375rem;
}
@media (min-width: 1025px) {
  .product-txt01 {
    font-size: 0.655715812vw;
  }
  .product-txt01 .txt-hightlight {
    padding: 0.2622863248vw 0.4590010684vw;
  }
}
.product-txt02 .txt-hightlight {
  min-width: 7.25rem;
}
@media (min-width: 1025px) {
  .product-txt02 .txt-hightlight {
    min-width: 7.6063034188vw;
  }
}
.product-ttl {
  position: relative;
  padding-bottom: 0.3125rem;
  font-size: 1.1875rem;
  line-height: 1.25rem;
  font-weight: 500;
  border-left: 0.625rem solid #f8f2aa;
}
@media (min-width: 1025px) {
  .product-ttl {
    padding-bottom: 0.327857906vw;
    font-size: 1.2458600427vw;
    line-height: 1.3114316239vw;
    border-left: 0.655715812vw solid #f8f2aa;
  }
}
.product-ttl .txt-hightlight {
  padding: 0 0.4375rem;
}
.product-ttl .txt-hightlight:before {
  height: 1.8125rem;
}
@media (min-width: 1025px) {
  .product-ttl .txt-hightlight {
    padding: 0 0.4590010684vw;
  }
  .product-ttl .txt-hightlight:before {
    height: 1.9015758547vw;
  }
}
.product-ttl:before {
  content: "";
  position: absolute;
  top: 0.125rem;
  bottom: 0.5rem;
  left: -0.25rem;
  width: 0.25rem;
  background-color: #FD5F2F;
}
@media (min-width: 1025px) {
  .product-ttl:before {
    top: 0.1311431624vw;
    bottom: 0.5245726496vw;
    left: -0.2622863248vw;
    width: 0.2622863248vw;
  }
}
.product-list {
  margin-top: 0.375rem;
  font-size: 0.5625rem;
  line-height: 0.8125rem;
}
@media (min-width: 1025px) {
  .product-list {
    margin-top: 0.327857906vw;
    font-size: 0.5901442308vw;
    line-height: 0.8524305556vw;
  }
}
.product-list small {
  font-size: 0.4375rem;
  line-height: 1;
  position: relative;
  top: -0.125rem;
  left: -0.5em;
}
@media (min-width: 1025px) {
  .product-list small {
    font-size: 0.4590010684vw;
    top: -0.1311431624vw;
  }
}
.product-list .txt-03 {
  line-height: 0.75rem;
  min-height: 1.75rem;
}
.product-list .txt-03 .txt-hightlight:before {
  height: 2.1875rem;
}
@media (min-width: 1025px) {
  .product-list .txt-03 {
    line-height: 0.7868589744vw;
    min-height: 1.8360042735vw;
  }
  .product-list .txt-03 .txt-hightlight:before {
    height: 2.2950053419vw;
  }
}
.product-list .txt-06 {
  padding-top: 0.125rem;
}
.product-list .txt-06 .txt-hightlight:before {
  height: 2.1875rem;
}
.product-list .txt-06 .ico-06 {
  margin-top: -0.3125rem;
}
@media (min-width: 1025px) {
  .product-list .txt-06 {
    padding-top: 0.1311431624vw;
  }
  .product-list .txt-06 .txt-hightlight:before {
    height: 2.2950053419vw;
  }
  .product-list .txt-06 .ico-06 {
    margin-top: -0.327857906vw;
  }
}
.product-list .txt-hightlight {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.4375rem 0 0.25rem;
}
.product-list .txt-hightlight:before {
  top: 50%;
  height: 1.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .product-list .txt-hightlight {
    padding: 0 0.4590010684vw 0 0.2622863248vw;
  }
  .product-list .txt-hightlight:before {
    height: 1.7048611111vw;
  }
}
.product-list i {
  margin-right: 0;
  display: inline-block;
  width: 1.625rem;
  height: 0.9375rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 1.375rem auto;
}
@media (min-width: 1025px) {
  .product-list i {
    width: 1.7048611111vw;
    height: 0.9835737179vw;
    background-size: 1.4425747863vw auto;
  }
}
.product .txt-note {
  margin: auto 0 0 0.1875rem;
  font-size: 0.5rem;
  line-height: 1.25;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .product .txt-note {
    margin: auto 0 0 0.1967147436vw;
    font-size: 0.5245726496vw;
  }
}

.gallery {
  padding: 3.125rem 0 3.125rem;
}
@media (min-width: 1025px) {
  .gallery {
    padding: 3.2785790598vw 0 3.2785790598vw;
  }
}
.gallery-item + .gallery-item {
  margin-top: 2.6875rem;
}
.gallery-item.item-03 {
  margin-top: 2rem;
}
.gallery-item.item-03 .gallery-ttl {
  margin-bottom: 1.25rem;
}
@media (min-width: 1025px) {
  .gallery-item + .gallery-item {
    margin-top: 2.8195779915vw;
  }
  .gallery-item.item-03 {
    margin-top: 2.0982905983vw;
  }
  .gallery-item.item-03 .gallery-ttl {
    margin-bottom: 1.3114316239vw;
  }
}
.gallery-ttl {
  position: relative;
  margin: 0 0 1.5625rem 4.375rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 1.4375rem;
}
@media (min-width: 1025px) {
  .gallery-ttl {
    margin: 0 0 1.6392895299vw 4.5900106838vw;
    font-size: 0.9835737179vw;
  }
}
.gallery-ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.3125rem;
  height: 2.1875rem;
  background-color: #fff;
}
@media (min-width: 1025px) {
  .gallery-ttl:before {
    width: 0.327857906vw;
    height: 2.2950053419vw;
  }
}
.gallery-img {
  margin: 0 auto;
  width: 15.8125rem;
}
@media (min-width: 1025px) {
  .gallery-img {
    width: 16.5896100427vw;
  }
}
.gallery .item-02 .gallery-ttl {
  margin-bottom: 1.3125rem;
}
@media (min-width: 1025px) {
  .gallery .item-02 .gallery-ttl {
    margin-bottom: 1.3770032051vw;
  }
}
.gallery.item-03 {
  margin-top: 2.0625rem;
}
.gallery.item-03 .gallery-ttl {
  margin-bottom: 1.1875rem;
}
@media (min-width: 1025px) {
  .gallery.item-03 {
    margin-top: 2.1638621795vw;
  }
  .gallery.item-03 .gallery-ttl {
    margin-bottom: 1.2458600427vw;
  }
}

.intro {
  position: relative;
}
.intro-dec {
  overflow: hidden;
  background-color: #FF97BC;
}
.intro-dec .txt-wrapper {
  line-height: 0;
  width: 25.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.intro-dec .txt-wrapper img {
  display: inline-block;
  width: auto;
  height: 100%;
  margin-right: 0.5rem;
}
@media (min-width: 1025px) {
  .intro-dec .txt-wrapper {
    width: 26.7532051282vw;
  }
  .intro-dec .txt-wrapper img {
    margin-right: 0.5245726496vw;
  }
}
.intro-inner {
  min-height: 30.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4.375rem 0;
  background: url("../img/intro_bg.jpg") no-repeat;
  background-size: 100% auto;
}
@media (min-width: 1025px) {
  .intro-inner {
    min-height: 32.2612179487vw;
    padding: 4.5900106838vw 0;
  }
}
.intro-txt {
  width: 17.0625rem;
  min-height: 18.6875rem;
  padding: 2rem 0.9375rem;
  font-size: 0.9375rem;
  line-height: 2.125rem;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: #fff;
  background-color: #000;
}
@media (min-width: 1025px) {
  .intro-txt {
    width: 17.9010416667vw;
    min-height: 19.6059027778vw;
    padding: 2.0982905983vw 0.9835737179vw;
    font-size: 0.9835737179vw;
    line-height: 2.2294337607vw;
  }
}
.intro-txt .bg-black {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.4375rem;
  height: 1.8125rem;
  background-color: #000;
}
@media (min-width: 1025px) {
  .intro-txt .bg-black {
    padding: 0 0.4590010684vw;
    height: 1.9015758547vw;
  }
}
.intro-ttl {
  margin: 1.25rem auto 0;
  line-height: 0;
  text-align: center;
}
.intro-ttl img {
  width: 12.75rem;
}
@media (min-width: 1025px) {
  .intro-ttl {
    margin-top: 1.3114316239vw;
  }
  .intro-ttl img {
    width: 13.3766025641vw;
  }
}

.news {
  padding-block: 2.9375rem 5.8125rem;
}
@media (min-width: 1025px) {
  .news {
    padding-block: 3.0818643162vw 6.0981570513vw;
  }
}
.news .anchor-link {
  position: relative;
  top: -2.75rem;
}
@media (min-width: 1025px) {
  .news .anchor-link {
    top: -2.8851495726vw;
  }
}
.news-ttl {
  margin-bottom: 0.625rem;
  font-size: 4.5625rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 1025px) {
  .news-ttl {
    margin-bottom: 0.655715812vw;
    font-size: 4.7867254274vw;
  }
}
.news-list {
  margin: 0 auto 5.1875rem;
  padding: 0.375rem 1.25rem;
  width: 21.875rem;
  height: 7.5625rem;
  border: solid 0.0625rem #fff;
}
@media (min-width: 1025px) {
  .news-list {
    margin: 0 auto 5.4424412393vw;
    padding: 0.3934294872vw 1.3114316239vw;
    width: 22.9500534188vw;
    height: 7.9341613248vw;
    border: solid 0.0655715812vw #fff;
  }
}
.news-list.is-scrollable {
  overflow: auto;
}
.news-item {
  font-size: 0.75rem;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 0;
}
.news-item + .news-item {
  border-top: solid 0.0625rem #fff;
}
.news-item:first-of-type {
  padding-top: 0.375rem;
}
.news-item:last-of-type {
  padding-bottom: 0.375rem;
}
@media (min-width: 1025px) {
  .news-item {
    font-size: 0.7868589744vw;
    padding: 0.655715812vw 0;
  }
  .news-item + .news-item {
    border-top: solid 0.0655715812vw #fff;
  }
  .news-item:first-of-type {
    padding-top: 0.3934294872vw;
  }
  .news-item:last-of-type {
    padding-bottom: 0.3934294872vw;
  }
}
.news-head {
  width: 4.75rem;
}
@media (min-width: 1025px) {
  .news-head {
    width: 4.9834401709vw;
  }
}
.news-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-banner {
  margin: 2.5rem auto 2.125rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1025px) {
  .news-banner {
    margin: 2.6228632479vw auto 2.2294337607vw;
  }
}
.news-banner .img-wrapper {
  width: 8.375rem;
  margin: 0 auto 1.125rem;
}
.news-banner .img-wrapper img {
  margin-left: 0.3125rem;
}
@media (min-width: 1025px) {
  .news-banner .img-wrapper {
    width: 8.7865918803vw;
    margin: 0 auto 1.1802884615vw;
  }
  .news-banner .img-wrapper img {
    margin-left: 0.327857906vw;
  }
}
.news-banner .btn-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0 0 0.125rem;
  width: 13.375rem;
  background: url("../img/ico_arrow01.png") no-repeat right bottom;
  background-size: 12.8125rem auto;
}
@media (min-width: 1025px) {
  .news-banner .btn-link {
    font-size: 0.8524305556vw;
    width: 14.0323183761vw;
    padding: 0 0 0.1311431624vw;
    background-size: 13.4421741453vw auto;
  }
}
.news-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 2rem 1.25rem;
  height: 7.4375rem;
  text-align: center;
  background-color: #fff;
}
@media (min-width: 1025px) {
  .news-btn {
    padding: 2.0982905983vw 1.3114316239vw;
    height: 7.8030181624vw;
  }
}
.news-btn .news-logo {
  width: 12.25rem;
  margin: 0 auto 1.125rem;
  line-height: 0;
}
.news-btn .news-logo img {
  width: 100%;
  height: auto;
}
@media (min-width: 1025px) {
  .news-btn .news-logo {
    width: 12.8520299145vw;
    margin: 0 auto 1.1802884615vw;
  }
}
.news-btn .btn-link {
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #000;
  width: 8.625rem;
  padding: 0 0.625rem 0.75rem 0;
  background: url("../img/btn_arrow_right.png") no-repeat center center;
  background-size: 8.625rem auto;
}
@media (min-width: 1025px) {
  .news-btn .btn-link {
    font-size: 0.8524305556vw;
    width: 9.0488782051vw;
    padding: 0 0.655715812vw 0.7868589744vw 0;
    background-size: 9.0488782051vw auto;
  }
}
.news .mCustomScrollbar {
  padding-right: 0.4375rem;
}
@media (min-width: 1025px) {
  .news .mCustomScrollbar {
    padding-right: 0.4590010684vw;
  }
}
.news .mCSB_inside > .mCSB_container {
  margin-right: 0.6875rem;
}
@media (min-width: 1025px) {
  .news .mCSB_inside > .mCSB_container {
    margin-right: 0.7212873932vw;
  }
}
.news .mCSB_scrollTools {
  width: 0.25rem;
  background: #1F1F1F !important;
  border-radius: 0;
  opacity: 1 !important;
}
@media (min-width: 1025px) {
  .news .mCSB_scrollTools {
    width: 0.2622863248vw;
  }
}
.news .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: 0 !important;
  width: 100%;
  background: #FFFFFF !important;
  border-radius: 0;
}
.news .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  background: transparent;
}

.lp-inner {
  -webkit-animation: opacity 1s ease-in-out;
          animation: opacity 1s ease-in-out;
}

.is-loading .lp-inner {
  opacity: 0;
}

.is-loaded .lp-inner {
  opacity: 1;
}

.loader-sec {
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 99;
  background: url("../img/loader_bg.webp") no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.875rem;
  height: 100lvh;
}
.loader-sec .header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  width: 100%;
}
@media (min-width: 1025px) {
  .loader-sec .header {
    width: 25.5729166667vw;
  }
}
.loader-sec.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .loader-sec {
    padding-top: 2.34375vw;
    padding-bottom: 4.53125vw;
    width: 25.5729166667vw;
    height: 100vh;
  }
}
.loader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.loader-container .img-bg {
  opacity: 0;
}
.loader-container .loader-wrapper {
  position: relative;
  width: 4.75rem;
  height: 5.6875rem;
}
@media (min-width: 1025px) {
  .loader-container .loader-wrapper {
    width: 4.9834401709vw;
    height: 5.9670138889vw;
  }
}
.loader-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.loader-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
@media (min-width: 1025px) {
  .loader-img {
    width: 4.9834401709vw;
  }
}
.loader-img img {
  width: 100%;
  height: auto;
}
.loader-img.animated {
  opacity: 1;
}

.special {
  position: relative;
  margin: 5.125rem 0 0;
  padding-block: 1.625rem 3.125rem;
  min-height: 58rem;
  background: url("../img/special_bg.jpg") no-repeat center bottom;
  background-size: cover;
}
@media (min-width: 1025px) {
  .special {
    margin: 5.3768696581vw 0 0;
    padding-block: 1.7048611111vw 3.2785790598vw;
    min-height: 60.8504273504vw;
  }
}
.special .anchor-link {
  position: relative;
  top: -9.0625rem;
}
@media (min-width: 1025px) {
  .special .anchor-link {
    top: -9.5078792735vw;
  }
}
.special p {
  font-size: 0.625rem;
}
@media (min-width: 1025px) {
  .special p {
    font-size: 0.655715812vw;
  }
}
.special-ttl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -5.125rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  min-width: 16rem;
}
@media (min-width: 1025px) {
  .special-ttl {
    top: -5.3768696581vw;
    min-width: 16.7863247863vw;
  }
}
.special-ttl .word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1875rem;
  height: 6.0625rem;
}
@media (min-width: 1025px) {
  .special-ttl .word {
    gap: 0.1967147436vw;
    height: 6.3604433761vw;
  }
}
.special-ttl .word .special-char img {
  width: auto;
  height: 6.0625rem;
}
@media (min-width: 1025px) {
  .special-ttl .word .special-char img {
    height: 6.3604433761vw;
  }
}
.special-ttl .word img {
  width: 100%;
  height: auto;
}
.special-subttl {
  margin-bottom: 5rem;
}
.special-subttl img {
  width: 100%;
}
@media (min-width: 1025px) {
  .special-subttl {
    margin-bottom: 5.2457264957vw;
  }
}
.special-content {
  position: relative;
  width: 17.0625rem;
  margin: 0 auto;
  padding: 2.125rem 0.3125rem 0.625rem;
  color: #fff;
  background-color: #000;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1025px) {
  .special-content {
    width: 17.9010416667vw;
    padding: 2.2294337607vw 0.327857906vw 0.655715812vw;
  }
}
.special-content p {
  font-size: 0.875rem;
  line-height: 1.8125rem;
}
@media (min-width: 1025px) {
  .special-content p {
    font-size: 0.9180021368vw;
    line-height: 1.9015758547vw;
  }
}
.special-content .txt-underline {
  display: inline-block;
  padding: 0 0.1875rem;
  text-decoration: none;
  background: url("../img/underline_bg.png") repeat-x left bottom 0.3125rem;
  background-size: auto 0.625rem;
}
@media (min-width: 1025px) {
  .special-content .txt-underline {
    padding: 0 0.1967147436vw;
    background: url("../img/underline_bg.png") repeat-x left bottom 0.327857906vw;
    background-size: auto 0.655715812vw;
  }
}
.special-content .txt-green {
  background-image: url("../img/underline_bg_green.png");
}
.special-img {
  position: absolute;
  z-index: 9;
  top: 13.5625rem;
  right: 1rem;
  width: 17rem;
}
@media (min-width: 1025px) {
  .special-img {
    top: 14.2290331197vw;
    width: 17.8354700855vw;
    right: 1.0491452991vw;
  }
}
.special-note {
  margin-top: 0.5rem;
  font-size: 0.625rem !important;
  line-height: 1.375rem;
}
@media (min-width: 1025px) {
  .special-note {
    margin-top: 0.5245726496vw;
    font-size: 0.655715812vw !important;
    line-height: 1.4425747863vw;
  }
}

.form-wrapper {
  margin: 2.875rem auto 0;
  padding: 1.3125rem 0 2.125rem;
  background-color: #9fff00;
}
@media (min-width: 1025px) {
  .form-wrapper {
    margin: 3.016292735vw auto 0;
    padding: 1.3770032051vw 0 2.2294337607vw;
  }
}
.form-wrapper .hidden {
  display: none;
}
.form-wrapper .disabled {
  pointer-events: none;
  opacity: 0.5;
}
.form-wrapper .col-label {
  margin-bottom: 0.4375rem;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  color: #ff3f2f;
  background: url("../img/input_dec.png") no-repeat center center;
  background-size: auto 0.6875rem;
}
@media (min-width: 1025px) {
  .form-wrapper .col-label {
    margin-bottom: 0.4590010684vw;
    font-size: 0.9180021368vw;
    background-size: auto 0.7212873932vw;
  }
}
.form-wrapper .col-input {
  position: relative;
}
.form-wrapper .input-wrapper {
  width: 17.0625rem;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .form-wrapper .input-wrapper {
    width: 17.9010416667vw;
  }
}
.form-wrapper input[type=text] {
  width: 100%;
  height: 2.625rem;
  line-height: 2.5rem;
  padding: 0 0.9375rem;
  font-size: 0.9375rem;
  text-align: center;
  color: #ff3f2f;
  border: solid 0.125rem #ff3f2f;
  border-radius: 1.3125rem;
}
@media (min-width: 1025px) {
  .form-wrapper input[type=text] {
    height: 2.7540064103vw;
    line-height: 2.6228632479vw;
    font-size: 0.9835737179vw;
    border-radius: 1.3770032051vw;
  }
}
.form-wrapper input[type=text]::-webkit-input-placeholder {
  text-align: center;
  color: #ff3f2f;
  font-style: italic;
}
.form-wrapper input[type=text]::-moz-placeholder {
  text-align: center;
  color: #ff3f2f;
  font-style: italic;
}
.form-wrapper input[type=text]:-ms-input-placeholder {
  text-align: center;
  color: #ff3f2f;
  font-style: italic;
}
.form-wrapper input[type=text]::-ms-input-placeholder {
  text-align: center;
  color: #ff3f2f;
  font-style: italic;
}
.form-wrapper input[type=text]::placeholder {
  text-align: center;
  color: #ff3f2f;
  font-style: italic;
}
.form-wrapper input[type=text]:focus {
  outline: none;
}
.form-wrapper .is-invalid {
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.form-wrapper .is-invalid input[type=text], .form-wrapper .is-invalid select {
  border-color: #FF3F2F;
  background-color: #FFD8D8;
}
.form-wrapper .message-error {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 0.125rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ff3f2f;
  text-align: center;
}
.form-wrapper .message-error span {
  margin-right: -0.5em;
}
@media (min-width: 1025px) {
  .form-wrapper .message-error {
    margin-top: 0.1311431624vw;
    font-size: 0.9180021368vw;
  }
}
.form-wrapper .special-btn {
  margin: 2.125rem auto 0;
  width: 9.8125rem;
}
@media (min-width: 1025px) {
  .form-wrapper .special-btn {
    margin: 2.2294337607vw auto 0;
    width: 10.2947382479vw;
  }
}
.form-wrapper .btn-submit {
  position: relative;
  display: block;
  margin-left: -0.625rem;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .form-wrapper .btn-submit {
    margin-left: -0.655715812vw;
  }
}
.form-wrapper .btn-submit span {
  position: relative;
  width: 10.5625rem;
  height: 1.6875rem;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5625rem;
  border-radius: 0 0 0.625rem 0;
  border: solid 0.0625rem #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  background: #000 url("../img/ico_btn_white.png") no-repeat right 0.25rem center;
  background-size: 1.0625rem auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1025px) {
  .form-wrapper .btn-submit span {
    width: 10.2947382479vw;
    height: 1.7704326923vw;
    line-height: 1.6392895299vw;
    border-radius: 0 0 0.655715812vw 0;
    background-position: right 0.2622863248vw center;
    background-size: 1.1147168803vw auto;
  }
}
.form-wrapper .btn-submit:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 11.0625rem;
  height: 2.1875rem;
  background: url("../img/special_btn_bg_01.png") no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1025px) {
  .form-wrapper .btn-submit:before {
    width: 10.688167735vw;
    height: 2.1638621795vw;
  }
}
@media (min-width: 1025px) {
  .form-wrapper .btn-submit {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .form-wrapper .btn-submit:hover span {
    background-color: #FF3F2F;
  }
  .form-wrapper .btn-submit:hover:before {
    background-position: top -0.5245726496vw left -0.5245726496vw;
  }
}

.success-sec {
  padding: 0.9375rem 0 4.875rem;
}
@media (min-width: 1025px) {
  .success-sec {
    padding: 0.9835737179vw 0 5.1145833333vw;
  }
}
.success-ttl {
  width: 18.875rem;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1025px) {
  .success-ttl {
    width: 19.8026175214vw;
  }
}
.success-img {
  margin: -2.3125rem auto 0;
  width: 19rem;
}
@media (min-width: 1025px) {
  .success-img {
    margin: -2.4261485043vw auto 0;
    width: 19.9337606838vw;
  }
}
.success-btn {
  margin: 1.4375rem auto 0;
  width: 13.25rem;
}
@media (min-width: 1025px) {
  .success-btn {
    margin: 1.5081463675vw auto 0;
    width: 13.9011752137vw;
  }
}
.success-btn .disabled {
  pointer-events: none;
  opacity: 0.5;
}
.success-btn .btn-cta {
  position: relative;
  display: block;
  margin-left: -0.25rem;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .success-btn .btn-cta {
    margin-left: -0.2622863248vw;
  }
}
.success-btn .btn-cta .ico-download {
  width: 0.6875rem;
  height: 0.875rem;
  margin-left: 0.5625rem;
  background: url("../img/ico_download.png") no-repeat center center;
  background-size: 100% auto;
}
@media (min-width: 1025px) {
  .success-btn .btn-cta .ico-download {
    width: 0.7212873932vw;
    height: 0.9180021368vw;
    margin-left: 0.5901442308vw;
  }
}
.success-btn .btn-cta span {
  position: relative;
  width: 13.25rem;
  height: 2.1875rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5625rem;
  border-radius: 0 0 0.625rem 0;
  border: solid 0.0625rem #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1025px) {
  .success-btn .btn-cta span {
    width: 13.9011752137vw;
    height: 2.2950053419vw;
    font-size: 1.0491452991vw;
    line-height: 1.6392895299vw;
    border-radius: 0 0 0.655715812vw 0;
    background-position: right 0.2622863248vw center;
    background-size: 1.1147168803vw auto;
  }
}
.success-btn .btn-cta:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 13.75rem;
  height: 2.75rem;
  background: url("../img/special_btn_bg.png") no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1025px) {
  .success-btn .btn-cta:before {
    width: 14.4257478632vw;
    height: 2.8851495726vw;
  }
}
@media (min-width: 1025px) {
  .success-btn .btn-cta {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .success-btn .btn-cta:hover span {
    background-color: #FF3F2F;
  }
  .success-btn .btn-cta:hover:before {
    background-position: top -0.5245726496vw left -0.5245726496vw;
  }
}
.success-link {
  margin: 1.8125rem auto 0;
  display: block;
  width: 7rem;
  font-size: 0.8125rem;
  line-height: 1.3125rem;
  font-weight: 600;
  text-align: center;
  background: url("../img/ico_back.png") no-repeat left bottom;
  background-size: 6.5rem auto;
}
@media (min-width: 1025px) {
  .success-link {
    margin: 1.9015758547vw auto 0;
    width: 7.344017094vw;
    line-height: 1.3770032051vw;
    background-size: 6.8194444444vw auto;
  }
}

.showroom {
  background-color: #B9FE91;
}
.showroom-dec {
  overflow: hidden;
  background-color: #B9FE91;
}
.showroom-dec .txt-wrapper {
  line-height: 0;
  width: 25.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (min-width: 1025px) {
  .showroom-dec .txt-wrapper {
    width: 26.7532051282vw;
  }
}
.showroom-dec .txt-wrapper img {
  display: inline-block;
  width: auto;
  height: 100%;
  margin-right: 0.5rem;
}
@media (min-width: 1025px) {
  .showroom-dec .txt-wrapper img {
    margin-right: 0.5245726496vw;
  }
}
.showroom-list {
  padding-block: 3rem;
}
@media (min-width: 1025px) {
  .showroom-list {
    padding-block: 3.1474358974vw;
  }
}
.showroom-item + .showroom-item {
  margin-top: 2.8125rem;
}
@media (min-width: 1025px) {
  .showroom-item + .showroom-item {
    margin-top: 2.9507211538vw;
  }
}
.showroom-ttl {
  position: relative;
  min-height: 3.6875rem;
  padding-block: 0.5rem 0;
  font-size: 0.875rem;
  line-height: 1.6428571429;
  font-weight: bold;
  color: #FF97BC;
  background: url("../img/showroom_ttl_bg01.png") no-repeat left top;
  background-size: auto 3.6875rem;
}
.showroom-ttl span {
  position: relative;
  z-index: 1;
  padding: 0.625rem 0.9375rem 0.5rem 1.5625rem;
}
@media (min-width: 1025px) {
  .showroom-ttl {
    min-height: 3.8687232906vw;
    padding-block: 0.5245726496vw 0;
    font-size: 0.9180021368vw;
    background-size: auto 3.8687232906vw;
  }
  .showroom-ttl span {
    padding: 0.655715812vw 0.9835737179vw 0.5245726496vw 1.6392895299vw;
  }
}
.showroom-img {
  margin: -0.5rem auto 0.875rem;
  width: 20.8125rem;
}
@media (min-width: 1025px) {
  .showroom-img {
    margin: -0.5245726496vw auto 0.9180021368vw;
    width: 21.8353365385vw;
  }
}
.showroom-date {
  margin-inline: auto 0;
  height: 1.4375rem;
  line-height: 1.4375rem;
  min-width: 8.375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 1.375rem 1.8125rem;
  color: #FF97BC;
  background-color: #000;
  font-size: 0.6875rem;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .showroom-date {
    height: 1.5081463675vw;
    line-height: 1.5081463675vw;
    min-width: 8.7865918803vw;
    padding-inline: 1.4425747863vw 1.9015758547vw;
    font-size: 0.7212873932vw;
  }
}
.showroom .item-02 .showroom-date,
.showroom .item-02 .showroom-ttl {
  color: #3CF4FF;
}
.showroom .item-02 .showroom-ttl {
  padding-block: 0.375rem;
  background: url("../img/showroom_ttl_bg02.png") no-repeat left top;
  background-size: auto 5.0625rem;
}
.showroom .item-02 .showroom-img {
  margin-top: -0.8125rem;
}
.showroom .item-02 .showroom-date {
  padding-left: 1.5625rem;
  min-width: 13.3125rem;
}
@media (min-width: 1025px) {
  .showroom .item-02 .showroom-ttl {
    padding-block: 0.3934294872vw;
    background-size: auto 5.3112980769vw;
  }
  .showroom .item-02 .showroom-img {
    margin-top: -0.8524305556vw;
  }
  .showroom .item-02 .showroom-date {
    padding-left: 1.6392895299vw;
    min-width: 13.9667467949vw;
  }
}