@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
:root {
  --white: #ffffff;
  --black: #333333;
  --gray: #333333;
  --purple01: #914897;
  --purple02: #84388A;
  --purple03: #C039FF;
  --yellow01: #FFFF00;
  --border: #AAAAAA;
  --accent: var(--purple01);
  --inactive: var(--gray);
  --disabled: var(--gray);
  --japanese-sans-serif:
    "Noto Sans JP",
    "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, Arial, sans-serif;
  --english-sans-serif: "Montserrat", var(--japanese-sans-serif);
  --space-xs: clamp(1.25rem, 0.1389rem + 2.3148vw, 1.875rem);
  --space-sm: calc(var(--space-xs) * 1.5);
  --space-md: calc(var(--space-xs) * 2);
  --space-lg: calc(var(--space-xs) * 3);
  --space-xl: calc(var(--space-xs) * 4);
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: var(--black);
  font-feature-settings: "palt";
  font-family: var(--english-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  margin: 0;
  background: rgb(200, 45, 255);
  background: linear-gradient(90deg, rgb(200, 45, 255) 0%, rgb(0, 255, 240) 100%);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section, a {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

p a {
  display: inline-block;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin: 0 0 1rem;
}

ol,
ul,
dl,
ol ol,
ul ul,
ol ul,
ul ol {
  padding: 0;
  margin: 0;
}

ol li,
ul li {
  list-style-position: inside;
  padding: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a, p a {
  color: var(--active);
  display: block;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--active);
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption {
  color: var(--black);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
  vertical-align: top;
  padding: 0;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=submit] {
  outline: none;
  border: 1px solid var(--border);
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

button, input[type=submit], input[type=button] {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button, select, input {
  color: var(--black);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
button::-moz-placeholder, select::-moz-placeholder, input::-moz-placeholder {
  color: var(--black);
}
button::placeholder, select::placeholder, input::placeholder {
  color: var(--black);
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(145, 72, 151, 0.8);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.l-header__inner {
  position: relative;
  z-index: 2;
}
.l-header__logo {
  position: absolute;
  top: 0;
  left: 20px;
  margin: 15px auto 0 0;
}
@media screen and (min-width: 681px) {
  .l-header__logo {
    left: 30px;
    margin: 20px auto 0 0;
  }
}
@media screen and (min-width: 821px) {
  .l-header__logo {
    left: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .l-header__logo {
    left: 50px;
  }
}

.l-wrapper {
  overflow: hidden;
  background: url("../../assets/img/bg-main.jpg") no-repeat center 0/cover;
}
.l-footer {
  position: relative;
  padding-bottom: var(--space-sm);
  background-color: var(--white);
}
.l-footer__inner {
  position: relative;
  padding: var(--space-xs) 0 0;
}
.l-footer__slogan {
  padding: 20px 0;
  border: 1px solid var(--purple01);
  border-radius: 5px;
  margin: var(--space-md) 0 0;
}
.l-footer__slogan > * {
  color: var(--purple01);
  line-height: 1.8;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}
.l-footer__copy {
  margin: var(--space-xs) auto 0;
  text-align: center;
}
.l-footer__copy small {
  color: var(--purple01);
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.l-footer__button {
  max-width: 85px;
  margin: var(--space-sm) auto 0;
}
@media screen and (min-width: 681px) {
  .l-footer__slogan {
    padding: 30px 0;
  }
  .l-footer__slogan > * {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .l-footer__copy {
    margin: var(--space-sm) auto 0;
  }
  .l-footer__copy small {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .l-footer__button {
    margin: 0;
    max-width: 75px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 2;
  }
}
@media screen and (min-width: 1025px) {
  .l-footer__slogan > * {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .l-footer__slogan > * .br-md {
    display: none;
  }
  .l-footer__copy small {
    font-size: 16px;
    font-size: 1rem;
  }
  .l-footer__button {
    max-width: inherit;
    bottom: 50px;
    right: 50px;
  }
}

.l-column {
  margin-top: var(--space-sm);
}
.c-logo {
  width: 160px;
  line-height: 0.1;
  display: block;
}
@media screen and (min-width: 681px) {
  .c-logo {
    width: 180px;
  }
}
@media screen and (min-width: 1025px) {
  .c-logo {
    width: 232px;
  }
}

a.c-logo {
  transition: opacity 0.35s ease;
}
a.c-logo:hover {
  opacity: 0.8;
}

.c-snsNav {
  margin: 0 auto;
}
.c-snsNav__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-snsNav__item {
  width: 45px;
  line-height: 1;
  margin: 0 4px;
}
.c-snsNav__link {
  transition: opacity 0.35s ease;
}
.c-snsNav__link:hover {
  opacity: 0.5;
}
.c-snsNav__link svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .c-snsNav__item {
    width: 54px;
    line-height: 1;
    margin: 0 8px;
  }
}

.c-offcanvas {
  position: relative;
}
.c-offcanvas::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: var(--purple01);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2002;
  transform: translate(-50%, -50%);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-offcanvas.is-active::after {
  width: 300vh;
  height: 300vh;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-offcanvas.is-active .c-offcanvas__hamburger {
  background-color: transparent;
}
.c-offcanvas.is-active .c-offcanvas__hamburger::before {
  margin-top: 0;
  transform: rotate(135deg);
}
.c-offcanvas.is-active .c-offcanvas__hamburger::after {
  margin-top: 0;
  transform: rotate(-135deg);
}
.c-offcanvas.is-active .c-offcanvas__body {
  top: 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.c-offcanvas__button {
  display: block;
  cursor: pointer;
  width: 64px;
  height: 64px;
  position: relative;
  z-index: 2004;
  margin: 0 20px 0 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: var(--white);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  transition: opacity 0.35s ease;
}
.c-offcanvas__button:hover {
  opacity: 0.8;
}
.c-offcanvas__hamburger {
  display: block;
  width: 18px;
  height: 1.5px;
  margin: 0 auto;
  background-color: var(--purple01);
  transform: translateY(12px);
  transform-origin: center;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-offcanvas__hamburger::before, .c-offcanvas__hamburger::after {
  display: block;
  content: "";
  width: 18px;
  height: 1.5px;
  background-color: var(--purple01);
  transform-origin: center;
  transition: all 0.35s ease 0.1s;
  position: absolute;
  top: 0;
  left: 0;
}
.c-offcanvas__hamburger::before {
  transform: translateY(6px);
}
.c-offcanvas__hamburger::after {
  transform: translateY(-6px);
}
.c-offcanvas__menu {
  color: var(--purple01);
  display: block;
  line-height: 1;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 25px;
}
.c-offcanvas__body {
  position: relative;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  position: fixed;
  right: 0;
  top: -101vh;
  z-index: 2003;
}
.c-offcanvas__content {
  width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  margin: auto;
}
.c-offcanvas__logo {
  width: 120px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  transform: translateX(-20px);
}
.c-offcanvas__logo.is-active {
  opacity: 1;
  transform: translateX(0);
}
.c-offcanvas__nav {
  margin: 2rem 0 0;
}
.c-offcanvas__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.c-offcanvas__item {
  width: 50%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  list-style: none;
  padding: 0;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  transform: translateX(-20px);
}
.c-offcanvas__item.is-active {
  opacity: 1;
  transform: translateX(0);
}
.c-offcanvas__item a {
  color: var(--black);
  display: block;
  padding: 0.5rem 0;
  transition: all 0.35s ease;
}
.c-offcanvas__item a.is-current {
  color: var(--accent);
}
.c-offcanvas__item a:hover {
  opacity: 0.5;
}
.c-offcanvas__title {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.c-offcanvas__subtitle {
  color: var(--yellow01);
  line-height: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0.8em 0 0;
}
.c-offcanvas__externalLink {
  color: var(--white);
  display: block;
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 55px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  opacity: 0;
  transform: translateX(-20px);
}
.c-offcanvas__externalLink:hover {
  color: var(--white);
  opacity: 0.5;
  transition: all 0.35s ease;
}
.c-offcanvas__externalLink.is-active {
  opacity: 1;
  transform: translateX(0);
}
.c-offcanvas__externalLink img {
  width: 16px;
  margin-right: 12px;
}
@media screen and (min-width: 681px) {
  .c-offcanvas__button {
    margin: 0 30px 0 25px;
  }
  .c-offcanvas__list {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .c-offcanvas__list > * + * {
    margin: 22px 0 0;
  }
  .c-offcanvas__item {
    width: 100%;
  }
  .c-offcanvas__content {
    width: 80%;
  }
  .c-offcanvas__logo {
    width: 246px;
  }
  .c-offcanvas__title {
    font-size: 34px;
    font-size: 2.125rem;
    letter-spacing: 0.1em;
  }
  .c-offcanvas__subtitle {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .c-offcanvas__externalLink {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-offcanvas.is-active::after {
    width: 500vw;
    height: 500vw;
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-offcanvas__button {
    width: 88px;
    height: 88px;
  }
  .c-offcanvas__hamburger {
    width: 25px;
    height: 2.5px;
  }
  .c-offcanvas__hamburger::before, .c-offcanvas__hamburger::after {
    width: 25px;
    height: 2.5px;
  }
  .c-offcanvas__hamburger::before {
    transform: translateY(8px);
  }
  .c-offcanvas__hamburger::after {
    transform: translateY(-8px);
  }
  .c-offcanvas__menu {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 30px;
  }
  .c-offcanvas__content {
    width: auto;
    flex-direction: row;
  }
  .c-offcanvas__nav {
    margin: 0 0 0 90px;
  }
}

.c-footerBanner {
  margin: 0 auto;
}
.c-footerBanner__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.c-footerBanner__item {
  width: 100%;
}
.c-footerBanner__item:not(:first-of-type) {
  margin: 10px 0 0;
}
.c-footerBanner__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
  background: linear-gradient(57.21deg, #4E65CC 0%, #CA4299 99%);
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-footerBanner__link:hover {
  opacity: 0.5;
}
.c-footerBanner__link::after {
  pointer-events: none;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-footerBanner__title {
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  min-height: 2em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 0.5em auto 0;
}
@media screen and (min-width: 681px) {
  .c-footerBanner__list {
    display: flex;
    flex-direction: row;
    margin: 0 -10px;
  }
  .c-footerBanner__item {
    width: calc(33.33333% - 20px);
    margin: 0 10px;
  }
  .c-footerBanner__item:not(:first-of-type) {
    margin: 0 10px;
  }
  .c-footerBanner__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .c-footerBanner__link {
    min-height: 175px;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .c-footerBanner__list {
    margin: 0 -20px;
  }
  .c-footerBanner__item {
    width: calc(33.33333% - 40px);
    margin: 0 20px;
  }
  .c-footerBanner__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.c-footerNav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.c-footerNav__list > * {
  color: var(--black);
  position: relative;
  line-height: 1.5;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0;
  white-space: normal;
  margin: 0 1em 0.5em 0;
}
@media screen and (min-width: 681px) {
  .c-footerNav__list {
    justify-content: center;
  }
  .c-footerNav__list > * {
    line-height: 1;
    font-size: 12px;
    font-size: 0.75rem;
    white-space: nowrap;
    letter-spacing: 0.1em;
    margin: 0 1em 0.9em;
  }
}
.c-buttonToTop {
  transition: opacity 0.35s ease;
}
.c-buttonToTop:hover {
  opacity: 0.5;
}
.c-buttonFixed {
  display: none;
  width: 68px;
  height: 240px;
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 1001;
  transform: translateY(-50%);
}
.c-buttonFixed__button {
  display: block;
  width: 68px;
  transition: opacity 0.35s ease;
}
.c-buttonFixed__button:hover {
  opacity: 0.5;
}
@media screen and (min-width: 1025px) {
  .c-buttonFixed {
    display: block;
  }
}

.c-buttonPlay__circle {
  display: block;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-buttonPlay__icon {
  display: block;
  width: 100px;
  height: auto;
  transform-origin: center;
  animation: 10s linear infinite rotation;
}
@media screen and (min-width: 681px) {
  .c-buttonPlay__circle {
    width: 90px;
  }
  .c-buttonPlay__icon {
    width: 150px;
  }
}
@media screen and (min-width: 1025px) {
  .c-buttonPlay__circle {
    width: 128px;
  }
  .c-buttonPlay__icon {
    width: 215px;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0) scale(0.9);
  }
  50% {
    transform: rotate(-180deg) scale(1.2);
  }
  100% {
    transform: rotate(-360deg) scale(0.9);
  }
}
.c-buttonMore__link {
  display: block;
  max-width: 125px;
  transition: opacity 0.35s ease;
}
.c-buttonMore__link:hover {
  opacity: 0.5;
}
@media screen and (min-width: 681px) {
  .c-buttonMore__link {
    max-width: 150px;
  }
}
@media screen and (min-width: 1025px) {
  .c-buttonMore__link {
    max-width: 183px;
  }
}

.c-cardHowTo {
  display: flex;
  flex-direction: column-reverse;
}
.c-cardHowTo__thumbnail {
  position: relative;
  max-width: 432px;
  margin: 40px auto 0;
}
.c-cardHowTo__thumbnail--machine-01::after {
  content: "";
  display: block;
  width: 112%;
  height: auto;
  padding-top: 37.7%;
  background: url("../../assets/img/tmb-machine-before-01.png") no-repeat 0 0/cover;
  position: absolute;
  bottom: -15%;
  left: -3%;
}
.c-cardHowTo__thumbnail--machine-02::after {
  content: "";
  display: block;
  width: 112%;
  height: auto;
  padding-top: 93.5%;
  background: url("../../assets/img/tmb-machine-before-02.png") no-repeat 0 0/cover;
  position: absolute;
  bottom: 6%;
  left: -7%;
}
.c-cardHowTo__text {
  margin: 0 auto;
}
.c-cardHowTo__text > * + * {
  margin: 1.5em 0 0;
}
.c-cardHowTo__heading {
  margin: 0 auto;
}
.c-cardHowTo__heading--primary {
  max-width: 384px;
}
.c-cardHowTo__heading--secondary {
  max-width: 430px;
}
.c-cardHowTo__title {
  color: var(--white);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: -0.5em;
}
.c-cardHowTo__icon {
  display: block;
  margin-right: 8px;
  font-style: normal;
}
.c-cardHowTo__desc {
  color: var(--white);
  line-height: 2;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: justify;
}
@media screen and (min-width: 681px) {
  .c-cardHowTo__title {
    justify-content: center;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .c-cardHowTo__desc {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-cardHowTo {
    flex-direction: row;
  }
  .c-cardHowTo__heading {
    margin: 0 auto 40px;
  }
  .c-cardHowTo__thumbnail {
    max-width: 432px;
    margin: 40px 0 0;
  }
  .c-cardHowTo__thumbnail--machine-01::after {
    padding-top: 0%;
    width: 528px;
    height: 178px;
    bottom: -80px;
    left: -25px;
  }
  .c-cardHowTo__thumbnail--machine-02::after {
    padding-top: 0%;
    width: 515px;
    height: 431px;
    bottom: 58px;
    left: -40px;
  }
  .c-cardHowTo__text {
    max-width: 420px;
    margin: 0 auto 0 5%;
  }
  .c-cardHowTo__text > * + * {
    margin: 1em 0 0;
  }
  .c-cardHowTo__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-cardHowTo__desc {
    font-size: 16px;
    font-size: 1rem;
  }
}

.c-accordion {
  border-top: 1px solid #cccccc;
}
.c-accordion__item:not(:first-of-type) {
  border-top: none;
}
.c-accordion__trigger {
  color: var(--black);
  position: relative;
  cursor: pointer;
  display: block;
  margin: 0 0 -1px;
  padding: 1.5em 0.5em;
  border-bottom: 1px solid #cccccc;
  background: transparent;
  transition: all 0.2s ease 0s;
}
.c-accordion__trigger:hover, .c-accordion__trigger .c-accordion__trigger.is-active {
  color: var(--white);
  background: rgba(145, 72, 151, 0.25);
}
.c-accordion__trigger:focus {
  outline: none;
  box-shadow: 0px 0 8px 2px rgba(145, 72, 151, 0.25);
}
.c-accordion__target {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  text-align: justify;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #cccccc;
  transition: all 0.2s ease-out 0s;
}
.c-accordion__text {
  margin: 1.5em 0.5em;
}
.c-accordion__content dt {
  position: relative;
}
.c-accordion__content dt > * {
  position: absolute;
  top: -11px;
  left: 0;
}
.c-accordion__question {
  color: var(--purple01);
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0 20px 0 50px;
}
.c-accordion__answer {
  color: var(--black);
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 20px 0 50px;
}
.c-accordion__answer a {
  color: var(--purple01);
  display: inline-block;
  text-decoration: underline;
}
@media screen and (min-width: 681px) {
  .c-accordion__trigger {
    padding: 1.5em 0.75em;
  }
  .c-accordion__text {
    margin: 1.5em 1em;
  }
  .c-accordion__question {
    line-height: 1.8;
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 0 70px;
  }
  .c-accordion__answer {
    line-height: 1.8;
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 80px 0 70px;
  }
}
@media screen and (min-width: 1025px) {
  .c-accordion__question {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .c-accordion__answer {
    font-size: 16px;
    font-size: 1rem;
  }
}

.c-iconQuestion {
  color: var(--white);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  border-radius: 100%;
  background-color: var(--purple01);
}
@media screen and (min-width: 681px) {
  .c-iconQuestion {
    width: 52px;
    height: 52px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-iconQuestion {
    width: 56px;
    height: 56px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.c-iconAnswer {
  color: var(--purple01);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  border-radius: 100%;
  border: 3px solid var(--purple01);
  background-color: var(--white);
}
@media screen and (min-width: 681px) {
  .c-iconAnswer {
    width: 52px;
    height: 52px;
    font-size: 18px;
    font-size: 1.125rem;
    border: 5px solid var(--purple01);
  }
}
@media screen and (min-width: 1025px) {
  .c-iconAnswer {
    width: 56px;
    height: 56px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.c-iconPlus::before, .c-iconPlus::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: var(--purple01);
  width: 15px;
  height: 2px;
  transition: all 0.3s ease;
}
.c-iconPlus::after {
  transform: rotate(90deg);
}
.c-iconPlus.is-active::before {
  transform: rotate(180deg);
}
.c-iconPlus.is-active::after {
  transform: rotate(180deg);
  opacity: 0;
}
@media screen and (min-width: 681px) {
  .c-iconPlus {
    width: 52px;
    height: 52px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-iconPlus::before, .c-iconPlus::after {
    right: 22px;
    width: 24px;
    height: 2px;
  }
}

.c-arrowDown {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin: 0 15px 0 0;
  transform: translateY(-8px);
}
.c-arrowDown.is-active::after {
  transform: rotate(225deg);
  margin-top: 5px;
}
.c-arrowDown::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid var(--black);
  border-right: 1px solid var(--black);
  transform: rotate(45deg);
  transform-origin: center center;
  transition: all 0.3s ease 0.05s;
}

.c-navShopAll {
  max-width: 600px;
  margin: 0 auto;
}
.c-navShopAll__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px 0;
}
.c-navShopAll__item {
  margin: 6px 2px;
}
.c-navShopAll__button {
  color: var(--purple03);
  display: block;
  min-width: 40px;
  height: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding: 0 1em;
  border: 2px solid var(--purple03);
  border-radius: 30px;
  background-color: #E9DCFF;
  transition: all 0.35s ease;
}
.c-navShopAll__button.is-current, .c-navShopAll__button:hover {
  color: var(--white);
  border-color: #E9DCFF;
  background-color: var(--purple03);
}
@media screen and (min-width: 681px) {
  .c-navShopAll__item {
    margin: 5px 7px;
  }
  .c-navShopAll__button {
    min-width: 60px;
    height: 50px;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 2em;
  }
}
@media screen and (min-width: 1025px) {
  .c-navShopAll {
    max-width: inherit;
  }
  .c-navShopAll__button {
    min-width: 90px;
    height: 60px;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    border: 3px solid var(--purple03);
  }
}

.js-tabLink.is-disabled {
  pointer-events: none;
  opacity: 0.2;
  filter: grayscale(1);
}

.c-cardAllStores {
  display: flex;
}
.c-cardAllStores__thumbnail {
  width: 120px;
}
.c-cardAllStores__text {
  width: calc(100% - 120px - 12px);
  margin: 0 0 0 auto;
}
.c-cardAllStores__title {
  color: #4D4D4D;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.c-cardAllStores__desc {
  color: #4D4D4D;
  line-height: 1.6;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0;
  margin: 0.8em 0 0;
}
.c-cardAllStores__link {
  color: var(--purple01);
  line-height: 1.6;
  word-break: break-all;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0.8em 0 0;
}
@media screen and (min-width: 681px) {
  .c-cardAllStores__thumbnail {
    width: 200px;
  }
  .c-cardAllStores__text {
    width: calc(100% - 200px - 20px);
  }
  .c-cardAllStores__title {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
  .c-cardAllStores__desc {
    line-height: 2;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-cardAllStores__link {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-cardAllStores__thumbnail {
    width: 224px;
  }
  .c-cardAllStores__text {
    width: calc(100% - 224px - 25px);
  }
  .c-cardAllStores__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-cardAllStores__desc {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-cardAllStores__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-hero__main {
  position: relative;
  z-index: 1;
}
.p-hero__heading {
  display: block;
  width: calc(100% + 40px);
  margin-top: var(--space-lg);
  transform: translateX(-20px);
}
.p-hero__desc {
  color: #ffffff;
  position: relative;
  z-index: 2;
  line-height: 2.2;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: 0.05em;
  padding: var(--space-md) 0 0;
}
@media screen and (min-width: 681px) {
  .p-hero__heading {
    display: block;
    width: 100%;
    min-width: 140%;
    margin-top: var(--space-lg);
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-55%);
  }
  .p-hero__desc {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-hero__heading {
    min-width: 1789px;
    margin-top: 0;
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(calc(-50% - 100px));
  }
  .p-hero__desc {
    line-height: 1.8;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 380px 0 0;
  }
}

.p-movies {
  padding-top: 40px;
}
.p-movies__inner {
  position: relative;
  z-index: 1;
}
.p-movies__heading {
  display: block;
  margin: 0 auto;
}
.p-movies__main {
  max-width: 1080px;
  position: relative;
  z-index: 2;
  padding-top: 40px;
  margin: 0 auto var(--space-md);
}
.p-movies__list {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.p-movies__item {
  width: 100%;
  margin: 0;
}
.p-movies__item:not(:first-of-type) {
  margin: var(--space-md) 0 0;
}
.p-movies__item--fullWidth {
  width: 100%;
  margin: 0 auto 0;
}
.p-movies__link {
  cursor: pointer;
  position: relative;
  transition: all 0.35s ease;
}
.p-movies__link:hover {
  opacity: 0.5;
}
.p-movies__thumbnail {
  position: relative;
  z-index: 2;
  padding: 3px;
  background-color: var(--white);
}
.p-movies__thumbnail::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url("../../assets/img/icon-play-mini.png") no-repeat 0 0/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.p-movies__thumbnail::after {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
}
.p-movies__text {
  position: relative;
  z-index: 2;
  margin: 0.5em 0 0;
}
.p-movies__title {
  color: var(--white);
  line-height: 1.2;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 900;
  text-align: left;
  letter-spacing: 0.1em;
  margin: 0.5em 0 0;
}
.p-movies__subtitle {
  color: var(--white);
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  font-style: italic;
  text-align: left;
  letter-spacing: 0;
  margin: 0.8em 0 0;
}
.p-movies__subtitle::after {
  content: "";
  display: block;
  width: calc(100% - 7em);
  height: 1px;
  margin: 0 0 0 auto;
  opacity: 0.5;
  background-color: var(--white);
}
.p-movies__subtitle > span {
  display: block;
}
.p-movies__desc {
  color: var(--white);
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0.05em;
  margin: 0.8em 0 0;
}
@media screen and (min-width: 681px) {
  .p-movies {
    padding-top: 50px;
  }
  .p-movies__heading {
    max-width: 600px;
  }
  .p-movies__main {
    max-width: 600px;
    margin: 0 auto var(--space-xl);
  }
  .p-movies__list {
    flex-direction: row;
    flex-wrap: wrap;
    margin: -20px -15px;
  }
  .p-movies__item {
    width: calc(50% - 30px);
    margin: 20px 15px;
  }
  .p-movies__item:not(:first-of-type) {
    margin: 20px 15px;
  }
  .p-movies__item--fullWidth {
    width: 100%;
    max-width: 750px;
    margin: 30px auto 0;
  }
  .p-movies__thumbnail {
    padding: 5px;
  }
  .p-movies__thumbnail::before {
    width: 70px;
    height: 70px;
  }
  .p-movies__thumbnail::after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
  }
  .p-movies__text {
    margin: 1em 0 0;
  }
  .p-movies__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .p-movies__subtitle {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .p-movies__desc {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-movies__heading {
    max-width: 1018px;
  }
  .p-movies__main {
    max-width: 1080px;
    padding-top: 60px;
    margin: 0 auto 100px;
  }
  .p-movies__list {
    margin: -40px -35px;
  }
  .p-movies__item {
    width: calc(50% - 70px);
    margin: 40px 35px;
  }
  .p-movies__item:not(:first-of-type) {
    margin: 40px 35px;
  }
  .p-movies__item--fullWidth {
    width: 100%;
    max-width: 750px;
    margin: 30px auto 40px;
  }
  .p-movies__thumbnail::before {
    width: 99px;
    height: 99px;
  }
  .p-movies__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .p-movies__subtitle {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-movies__desc {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.js-tabContent {
  display: none;
}
.js-tabContent.is-active {
  display: block;
}

.p-tab {
  padding-top: var(--space-lg);
}
.p-tab__listButtons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-tab__itemButtons {
  margin: 0 2%;
}
.p-tab__button {
  opacity: 0.5;
  display: block;
  transition: opacity 0.35s ease;
}
.p-tab__button:hover {
  opacity: 0.3;
}
.p-tab__button::after {
  content: "";
  display: block;
  width: 95px;
  height: 35px;
}
.p-tab__button.is-current {
  opacity: 1;
}
.p-tab__button.is-disabled {
  filter: grayscale(1);
  pointer-events: none;
  opacity: 0.5;
}
.p-tab__button--01 {
  background: url("../../assets/img/tab-01.png") no-repeat 0 0/cover;
}
.p-tab__button--02 {
  background: url("../../assets/img/tab-02.png") no-repeat 0 0/cover;
}
.p-tab__button--03 {
  background: url("../../assets/img/tab-03.png") no-repeat 0 0/cover;
}
@media screen and (min-width: 681px) {
  .p-tab {
    padding-top: var(--space-md);
  }
  .p-tab__button::after {
    width: 160px;
    height: 58px;
  }
}
@media screen and (min-width: 1025px) {
  .p-tab {
    padding-top: 72px;
  }
  .p-tab__itemButtons {
    margin: 0 18px;
  }
  .p-tab__button::after {
    width: 185px;
    height: 68px;
  }
}

.p-stayTuned {
  padding-top: 28%;
  padding-bottom: 28%;
}
.p-stayTuned__header {
  position: relative;
  z-index: 2;
}
.p-stayTuned__heading {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 681px) {
  .p-stayTuned {
    padding-top: 130px;
    padding-bottom: 150px;
  }
  .p-stayTuned__heading {
    width: 80%;
    max-width: 400px;
  }
}
@media screen and (min-width: 1025px) {
  .p-stayTuned {
    padding-top: 180px;
    padding-bottom: 200px;
  }
  .p-stayTuned__heading {
    width: 100%;
    max-width: 570px;
  }
}

.u-container {
  width: 100%;
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.u-container--w890 {
  max-width: 990px;
}
.u-container--w1000 {
  max-width: 1100px;
}
@media screen and (min-width: 681px) {
  .u-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 821px) {
  .u-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .u-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

:root {
  --swiper-theme-color: #ffffff !important;
  --swiper-navigation-size: 78px !important;
}

.js-marquee {
  width: 100%;
  height: 100%;
}
.js-marquee .swiper-wrapper {
  width: 100%;
  height: 100%;
  transition-timing-function: linear !important;
}
.js-marquee .swiper-slide > img {
  min-height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .js-marquee .swiper-slide {
    min-width: 3031px;
  }
  .js-marquee .swiper-slide > img {
    min-height: 153px;
  }
}

#modal-video {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  transition: 0.5s;
}
#modal-video.close {
  filter: opacity(0);
  visibility: hidden;
}
#modal-video.open {
  filter: opacity(1);
  visibility: visible;
}
#modal-video iframe {
  width: 90vw;
  height: 51vw;
}
#modal-video .button-close {
  display: block;
  position: absolute;
  top: 3%;
  right: 5%;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 100%;
  background-color: #ffffff;
  transition: opacity 0.35s ease;
}
#modal-video .button-close:hover {
  opacity: 0.5;
}
#modal-video .button-close::after {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  background: url("../../assets/img/btn-close-modal.png") no-repeat 0 0/cover;
}
@media screen and (min-width: 681px) {
  #modal-video .button-close {
    top: 4%;
  }
  #modal-video .button-close::after {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1025px) {
  #modal-video iframe {
    width: 64vw;
    height: 36vw;
  }
  #modal-video .button-close {
    top: 5%;
  }
  #modal-video .button-close::after {
    content: "";
    display: block;
    width: 88px;
    height: 88px;
    margin: 0 auto;
    background: url("../../assets/img/btn-close-modal.png") no-repeat 0 0/cover;
  }
}

.js-scroll {
  opacity: 0;
  filter: blur(5px);
  transform: translate3d(0, 40px, 0) scale3d(1, 1, 1);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.js-scroll.is-active {
  opacity: 1;
  filter: blur(0px);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
