@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  word-break: break-all;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, nav, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.564vw;
  }
}

body {
  font-family: "a-otf-gothic-mb101-pr6n", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #5a2277;
  background-color: #fff;
  word-break: normal;
  line-break: strict;
  font-weight: 500;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
    line-height: 1.6667;
  }
  body.open {
    overflow-y: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.75;
  }
}

a:focus {
  outline: none;
  text-decoration: none;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

figure img {
  max-width: 100%;
  height: auto;
}

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

table {
  border-spacing: inherit;
  border-collapse: collapse;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

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

p + p {
  margin: 1em 0 0 0;
}

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

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .show_sp {
    display: none !important;
  }
  .show_pc {
    display: inherit;
  }
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
  #hambuger {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body p {
    word-break: normal;
    line-break: strict;
  }
  .show_sp {
    display: inherit;
  }
  .show_pc {
    display: none !important;
  }
}

.js-view {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.js-view.is-act {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-view-img {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-filter 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-filter 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, filter 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, filter 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-filter 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.js-view-img.is-act {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.txt-center {
  text-align: center;
}

.p-wrapper {
  width: 39rem;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .p-wrapper {
    width: 750px;
  }
}

@media screen and (max-width: 768px) {
  .p-wrapper {
    width: 100%;
  }
}

.container {
  padding-block: 0rem;
  padding-inline: 3.5rem;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .container {
    padding-block: 0px;
  }
}

@media screen and (min-width: 1024px) {
  .container {
    padding-inline: 67.30769px;
  }
}

/** header area
====================================== **/
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  width: 39rem;
  z-index: 10;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 1024px) {
  .page-header {
    width: 750px;
  }
}

.header-btn {
  display: block;
  padding-block: 1.2rem;
  padding-left: 1.2rem;
  padding-right: 1.8rem;
  background-color: #5a2277;
}

@media screen and (min-width: 1024px) {
  .header-btn {
    padding-block: 23.07692px;
  }
}

@media screen and (min-width: 1024px) {
  .header-btn {
    padding-left: 23.07692px;
  }
}

@media screen and (min-width: 1024px) {
  .header-btn {
    padding-right: 34.61538px;
  }
}

.header-btn img {
  display: inline-block;
  width: 9.2rem;
}

@media screen and (min-width: 1024px) {
  .header-btn img {
    width: 176.92308px;
  }
}

.g-nav {
  width: 100%;
  height: auto;
  max-height: 100dvh;
  padding-top: 4.5rem;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
  background-color: #5a2277;
  color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media screen and (min-width: 1024px) {
  .g-nav {
    padding-top: 86.53846px;
  }
}

.g-nav .logo {
  display: block;
  width: 20.3rem;
  margin-bottom: 4rem;
  margin-left: 3.6rem;
}

@media screen and (min-width: 1024px) {
  .g-nav .logo {
    width: 390.38462px;
  }
}

@media screen and (min-width: 1024px) {
  .g-nav .logo {
    margin-bottom: 76.92308px;
  }
}

@media screen and (min-width: 1024px) {
  .g-nav .logo {
    margin-left: 69.23077px;
  }
}

.g-nav .mnav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .g-nav .mnav {
    row-gap: 23.07692px;
  }
}

.g-nav .mnav .mnav-item .mnav-item_link {
  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: 31.8rem;
  height: 6.4rem;
  background-color: #b46fab;
  border-radius: 6.4rem;
  border-style: solid;
}

@media screen and (min-width: 1024px) {
  .g-nav .mnav .mnav-item .mnav-item_link {
    width: 611.53846px;
  }
}

@media screen and (min-width: 1024px) {
  .g-nav .mnav .mnav-item .mnav-item_link {
    height: 123.07692px;
  }
}

@media screen and (min-width: 1024px) {
  .g-nav .mnav .mnav-item .mnav-item_link {
    border-radius: 123.07692px;
  }
}

.g-nav .mnav .mnav-item .mnav-item_link img {
  width: auto;
  max-width: unset;
  height: 3.9rem;
}

@media screen and (min-width: 1024px) {
  .g-nav .mnav .mnav-item .mnav-item_link img {
    height: 75px;
  }
}

.g-nav .mnav .mnav-item:nth-child(2) .mnav-item_link img {
  height: 3.7rem;
}

@media screen and (min-width: 1024px) {
  .g-nav .mnav .mnav-item:nth-child(2) .mnav-item_link img {
    height: 71.15385px;
  }
}

.g-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 2rem;
  margin-top: 5rem;
}

@media screen and (min-width: 1024px) {
  .g-nav .menu {
    row-gap: 38.46154px;
  }
}

@media screen and (min-width: 1024px) {
  .g-nav .menu {
    margin-top: 96.15385px;
  }
}

.g-nav .menu .menu-item {
  position: relative;
  width: 31.8rem;
}

@media screen and (min-width: 1024px) {
  .g-nav .menu .menu-item {
    width: 611.53846px;
  }
}

.g-nav .menu .menu-item::after {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 0.2rem;
  background-color: #FFFFFF;
}

@media screen and (min-width: 1024px) {
  .g-nav .menu .menu-item::after {
    height: 3.84615px;
  }
}

.g-nav .menu .menu-item .menu-item_link {
  display: inline-block;
  background-color: #5a2277;
  padding-right: 1rem;
  position: relative;
  z-index: 2;
  font-size: 1.8rem;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .g-nav .menu .menu-item .menu-item_link {
    padding-right: 19.23077px;
  }
}

@media screen and (min-width: 1024px) {
  .g-nav .menu .menu-item .menu-item_link {
    font-size: 34.61538px;
  }
}

.g-nav .mbnr-ins {
  display: block;
  margin-top: 6rem;
}

@media screen and (min-width: 1024px) {
  .g-nav .mbnr-ins {
    margin-top: 115.38462px;
  }
}

.g-nav .btn-close {
  background-color: #FFFFFF;
  width: 12rem;
  height: 4.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .g-nav .btn-close {
    width: 230.76923px;
  }
}

@media screen and (min-width: 1024px) {
  .g-nav .btn-close {
    height: 88.46154px;
  }
}

.g-nav .btn-close img {
  width: 6.7rem;
}

@media screen and (min-width: 1024px) {
  .g-nav .btn-close img {
    width: 128.84615px;
  }
}

.g-nav.open {
  opacity: 1;
  visibility: visible;
}

.bgover {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 39rem;
  height: 100%;
  background-color: #837998;
  mix-blend-mode: multiply;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media screen and (min-width: 1024px) {
  .bgover {
    width: 750px;
  }
}

.bgover.open {
  opacity: 1;
  visibility: visible;
}

/** footer
======================================= **/
.page-footer {
  position: relative;
  color: #FFFFFF;
}

.page-footer .container {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .page-footer .container {
    padding-bottom: 19.23077px;
  }
}

.page-footer .footer-logo {
  text-align: center;
  margin-bottom: 5rem;
}

@media screen and (min-width: 1024px) {
  .page-footer .footer-logo {
    margin-bottom: 96.15385px;
  }
}

.page-footer .footer-logo img {
  display: inline-block;
  width: 20.4rem;
}

@media screen and (min-width: 1024px) {
  .page-footer .footer-logo img {
    width: 392.30769px;
  }
}

.page-footer .footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .page-footer .footer-link {
    -webkit-column-gap: 48.07692px;
    -moz-column-gap: 48.07692px;
    column-gap: 48.07692px;
  }
}

@media screen and (min-width: 1024px) {
  .page-footer .footer-link {
    margin-bottom: 19.23077px;
  }
}

.page-footer .footer-link li a {
  display: inline-block;
  font-size: 1rem;
  line-height: calc(15.22/8.63);
  padding-left: 1.4rem;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .page-footer .footer-link li a {
    font-size: 19.23077px;
  }
}

@media screen and (min-width: 1024px) {
  .page-footer .footer-link li a {
    padding-left: 26.92308px;
  }
}

.page-footer .footer-link li a::before {
  position: absolute;
  content: '';
  width: 0.9rem;
  height: 1.15rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon_blank.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1024px) {
  .page-footer .footer-link li a::before {
    width: 17.30769px;
  }
}

@media screen and (min-width: 1024px) {
  .page-footer .footer-link li a::before {
    height: 22.11538px;
  }
}

.copyright {
  display: block;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .copyright {
    font-size: 19.23077px;
  }
}

/** header area
====================================== **/
.arrow {
  width: 2.7rem;
  height: 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  -webkit-transition: width 0.2s cubic-bezier(0.33, 1, 0.68, 1), height 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: width 0.2s cubic-bezier(0.33, 1, 0.68, 1), height 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .arrow {
    width: 51.92308px;
  }
}

@media screen and (min-width: 1024px) {
  .arrow {
    height: 51.92308px;
  }
}

.arrow img,
.arrow svg {
  display: block;
  width: 0.7rem;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .arrow img,
  .arrow svg {
    width: 13.46154px;
  }
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  background-color: #5a2277;
  border-radius: 0.7rem;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 31.4rem;
  height: 8.6rem;
  padding-left: 1.8rem;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .c-btn {
    border-radius: 13.46154px;
  }
}

@media screen and (min-width: 1024px) {
  .c-btn {
    width: 603.84615px;
  }
}

@media screen and (min-width: 1024px) {
  .c-btn {
    height: 165.38462px;
  }
}

@media screen and (min-width: 1024px) {
  .c-btn {
    padding-left: 34.61538px;
  }
}

.c-btn .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .c-btn .arrow {
    right: 30.76923px;
  }
}

.c-btn .ja {
  display: inline-block;
  font-size: 1.6rem;
  line-height: calc(28/16);
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1024px) {
  .c-btn .ja {
    font-size: 30.76923px;
  }
}

.c-btn .en {
  display: inline-block;
  font-size: 1.3rem;
  line-height: calc(23/13);
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1024px) {
  .c-btn .en {
    font-size: 25px;
  }
}

.c-btn .comming {
  display: inline-block;
  width: 15.3rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5.6rem;
  line-height: 0;
}

@media screen and (min-width: 1024px) {
  .c-btn .comming {
    width: 294.23077px;
  }
}

@media screen and (min-width: 1024px) {
  .c-btn .comming {
    right: 107.69231px;
  }
}

.font-en {
  font-family: "new-astro", sans-serif;
}

.font-ryumin {
  font-family: "a-otf-ryumin-pr6n", sans-serif;
}

.c-txt-en {
  font-size: 1.7rem;
  line-height: 1.7647;
  letter-spacing: 0.03em;
  font-family: "new-astro", sans-serif;
  word-break: normal;
}

@media screen and (max-width: 768px) {
  .c-txt-en {
    font-size: 1.2rem;
    line-height: 1.41667;
  }
}

.heading-lv2 {
  font-size: 2.8rem;
  line-height: calc(37.87/27.1);
}

@media screen and (min-width: 1024px) {
  .heading-lv2 {
    font-size: 53.84615px;
  }
}

.heading-lv3 {
  font-size: 1.6rem;
  line-height: calc(28.12/15.84);
}

@media screen and (min-width: 1024px) {
  .heading-lv3 {
    font-size: 30.76923px;
  }
}

.img-shadow {
  position: relative;
  z-index: 1;
}

.img-shadow::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
}

.slide-anime {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.slide-anime.active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.anim-img {
  position: relative;
}

.anim-img:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: #fff;
  mix-blend-mode: color;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.anim-img.is-inview:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.img-anim {
  overflow: hidden;
}

.img-anim img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 30%;
  object-position: 0 30%;
  -webkit-transform: translate3d(0px, -2px, 0px) scale(1.2);
  transform: translate3d(0px, -2px, 0px) scale(1.2);
  opacity: 0;
}

.img-anim.is-inview img {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px) scale(1);
  transform: translate3d(0px, 0px, 0px) scale(1);
  will-change: transform;
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(0, 0, 0, 1) 0s;
}

@media screen and (min-width: 769px) {
  .js-ctn {
    display: block !important;
  }
}

@-webkit-keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes arrow-right {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes arrow-right {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes arrow-left {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(-1);
    transform: translate3d(0, 0, 0) scaleX(-1);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(-1);
    transform: translate3d(-10px, 0, 0) scaleX(-1);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0) scaleX(-1);
    transform: translate3d(10px, 0, 0) scaleX(-1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(-1);
    transform: translate3d(0, 0, 0) scaleX(-1);
  }
}

@keyframes arrow-left {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(-1);
    transform: translate3d(0, 0, 0) scaleX(-1);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(-1);
    transform: translate3d(-10px, 0, 0) scaleX(-1);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0) scaleX(-1);
    transform: translate3d(10px, 0, 0) scaleX(-1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(-1);
    transform: translate3d(0, 0, 0) scaleX(-1);
  }
}

@-webkit-keyframes arrow-down {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes arrow-down {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-mask-position: center 0;
    mask-position: center 0;
    -webkit-mask-size: auto 500%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

@keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  to {
    -webkit-mask-position: center 0;
    mask-position: center 0;
    -webkit-mask-size: auto 500%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

/** header area
====================================== **/
#hambuger {
  width: 7rem;
  height: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 12;
  cursor: pointer;
  position: relative;
}

@media screen and (min-width: 1024px) {
  #hambuger {
    width: 134.61538px;
  }
}

@media screen and (min-width: 1024px) {
  #hambuger {
    height: 84.61538px;
  }
}

.nav-icon ul {
  position: relative;
  width: 3.2rem;
  height: 1.8rem;
}

@media screen and (min-width: 1024px) {
  .nav-icon ul {
    width: 61.53846px;
  }
}

@media screen and (min-width: 1024px) {
  .nav-icon ul {
    height: 34.61538px;
  }
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 0.2rem;
  left: 50%;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #FFFFFF;
}

@media screen and (min-width: 1024px) {
  .nav-icon ul li {
    height: 3.84615px;
  }
}

.nav-icon ul li:nth-of-type(1) {
  top: 0%;
}

.nav-icon ul li:nth-of-type(2) {
  top: 48%;
}

.nav-icon ul li:nth-of-type(3) {
  top: 98%;
}

.nav-icon ul li span {
  display: inline-block;
}

.nav-icon.open ul {
  opacity: 1;
  visibility: visible;
}

.nav-icon.open ul li:nth-of-type(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(23deg);
  transform: translate(-50%, -50%) rotate(23deg);
}

.nav-icon.open ul li:nth-of-type(3) {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-23deg);
  transform: translate(-50%, -50%) rotate(-23deg);
}

.nav-icon.open ul li:nth-of-type(2) {
  opacity: 0;
}

/** home
======================================= **/
.main-visual {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  position: relative;
}

.main-visual .movie-wrap {
  width: 100%;
  height: 100%;
}

.main-visual .movie-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* Quan trọng: Giúp video lấp đầy mà không bị biến dạng */
  position: absolute;
  top: 0;
  left: 0;
}

.sc-about {
  background-color: #efeae2;
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}

@media screen and (min-width: 1024px) {
  .sc-about {
    padding-top: 57.69231px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-about {
    padding-bottom: 67.30769px;
  }
}

.sc-about .sc-about_ttl {
  font-size: 1.7rem;
  line-height: 1;
  margin-bottom: 2rem;
  font-family: "new-astro", sans-serif;
}

@media screen and (min-width: 1024px) {
  .sc-about .sc-about_ttl {
    font-size: 32.69231px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-about .sc-about_ttl {
    margin-bottom: 38.46154px;
  }
}

.sc-about .about-img {
  margin-bottom: 4rem;
}

@media screen and (min-width: 1024px) {
  .sc-about .about-img {
    margin-bottom: 76.92308px;
  }
}

.sc-about .about-img img {
  display: block;
}

.sc-about .about-txt_en {
  font-size: 1.1rem;
  line-height: calc(16.05/11.03);
  margin-top: 2rem;
  font-family: "new-astro", sans-serif;
}

@media screen and (min-width: 1024px) {
  .sc-about .about-txt_en {
    font-size: 21.15385px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-about .about-txt_en {
    margin-top: 38.46154px;
  }
}

.sc-about .about-txt_ja {
  font-size: 1.1rem;
  line-height: calc(22/11);
  font-weight: 600;
  text-align: justify;
  letter-spacing: 0.05em;
  margin-top: 3.5rem;
  margin-bottom: 4rem;
}

@media screen and (min-width: 1024px) {
  .sc-about .about-txt_ja {
    font-size: 21.15385px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-about .about-txt_ja {
    margin-top: 67.30769px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-about .about-txt_ja {
    margin-bottom: 76.92308px;
  }
}

.sc-about .sc-about_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sc-about .sc-about_btn li {
  width: 15.3rem;
}

@media screen and (min-width: 1024px) {
  .sc-about .sc-about_btn li {
    width: 294.23077px;
  }
}

.sc-about .sc-about_btn li a {
  width: 100%;
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25;
  background-color: #5a2277;
  color: #FFFFFF;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  margin-top: 2rem;
}

@media screen and (min-width: 1024px) {
  .sc-about .sc-about_btn li a {
    height: 144.23077px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-about .sc-about_btn li a {
    font-size: 19.23077px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-about .sc-about_btn li a {
    margin-top: 38.46154px;
  }
}

.sc-about .sc-about_btn li a span {
  display: inline-block;
}

.sc-about .sc-about_btn li a span.en {
  margin-top: 0.5rem;
}

@media screen and (min-width: 1024px) {
  .sc-about .sc-about_btn li a span.en {
    margin-top: 9.61538px;
  }
}

.sc-feature {
  background-color: #5a2277;
  color: #FFFFFF;
  padding-block: 4rem;
}

@media screen and (min-width: 1024px) {
  .sc-feature {
    padding-block: 76.92308px;
  }
}

.sc-feature .heading-lv3 {
  margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
  .sc-feature .heading-lv3 {
    margin-bottom: 38.46154px;
  }
}

.sc-feature .feature-txt {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: calc(22/11);
}

@media screen and (min-width: 1024px) {
  .sc-feature .feature-txt {
    font-size: 21.15385px;
  }
}

.sc-feature .feature-img {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

@media screen and (min-width: 1024px) {
  .sc-feature .feature-img {
    margin-top: 38.46154px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-feature .feature-img {
    margin-bottom: 76.92308px;
  }
}

.sc-feature .feature-img img {
  display: block;
}

.sc-feature .feature-list {
  margin-top: 8rem;
}

@media screen and (min-width: 1024px) {
  .sc-feature .feature-list {
    margin-top: 153.84615px;
  }
}

.sc-feature .feature-list img {
  display: block;
}

.sc-feature .feature-art {
  padding-block: 2.3rem;
  padding-left: 2rem;
  padding-right: 1rem;
  background-color: #FFFFFF;
  color: #5a2277;
}

@media screen and (min-width: 1024px) {
  .sc-feature .feature-art {
    padding-block: 44.23077px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-feature .feature-art {
    padding-left: 38.46154px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-feature .feature-art {
    padding-right: 19.23077px;
  }
}

.sc-feature .feature-art + .feature-art {
  margin-top: 1rem;
}

@media screen and (min-width: 1024px) {
  .sc-feature .feature-art + .feature-art {
    margin-top: 19.23077px;
  }
}

.sc-feature .feature-art:last-of-type {
  margin-bottom: 3rem;
}

@media screen and (min-width: 1024px) {
  .sc-feature .feature-art:last-of-type {
    margin-bottom: 57.69231px;
  }
}

.sc-feature .feature-art_dl {
  font-weight: 600;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc-feature .feature-art_dl .feature-art_ttl {
  width: 12.5rem;
  font-size: 1.5rem;
  line-height: 1.35;
}

@media screen and (min-width: 1024px) {
  .sc-feature .feature-art_dl .feature-art_ttl {
    width: 240.38462px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-feature .feature-art_dl .feature-art_ttl {
    font-size: 28.84615px;
  }
}

.sc-feature .feature-art_dl .feature-art_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1rem;
  line-height: calc(18.06/10.18);
}

@media screen and (min-width: 1024px) {
  .sc-feature .feature-art_dl .feature-art_txt {
    font-size: 19.23077px;
  }
}

.sc-feature .feature-art_dl + .feature-art_dl {
  margin-top: 1rem;
}

@media screen and (min-width: 1024px) {
  .sc-feature .feature-art_dl + .feature-art_dl {
    margin-top: 19.23077px;
  }
}

.sc-fabric .fabric-slider .fabric-slider_item {
  position: relative;
}

.sc-fabric .fabric-slider .fabric-slider_item .fabric-slider_item_ctn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
}

.sc-fabric .fabric-title {
  font-size: 3.2rem;
}

@media screen and (min-width: 1024px) {
  .sc-fabric .fabric-title {
    font-size: 61.53846px;
  }
}

.sc-fabric .fabric-ttl {
  font-size: 3.2rem;
}

@media screen and (min-width: 1024px) {
  .sc-fabric .fabric-ttl {
    font-size: 61.53846px;
  }
}

.sc-fabric .fabric-txt {
  font-size: 1.5rem;
  margin-top: 1rem;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .sc-fabric .fabric-txt {
    font-size: 28.84615px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-fabric .fabric-txt {
    margin-top: 19.23077px;
  }
}

.sc-fabric .fabric-txt_en {
  font-size: 3.2rem;
  line-height: calc(41/31.93);
  margin-top: 1.5rem;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .sc-fabric .fabric-txt_en {
    font-size: 61.53846px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-fabric .fabric-txt_en {
    margin-top: 28.84615px;
  }
}

.sc-product {
  background-color: #efeae2;
  padding-block: 4rem;
}

@media screen and (min-width: 1024px) {
  .sc-product {
    padding-block: 76.92308px;
  }
}

.sc-product .product-ttl {
  font-size: 4.6rem;
  font-family: "new-astro", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
  .sc-product .product-ttl {
    font-size: 88.46154px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-product .product-ttl {
    margin-bottom: 38.46154px;
  }
}

.sc-product .product-sub {
  text-align: center;
  margin-top: 3.5rem;
  margin-bottom: 5rem;
}

@media screen and (min-width: 1024px) {
  .sc-product .product-sub {
    margin-top: 67.30769px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-product .product-sub {
    margin-bottom: 96.15385px;
  }
}

.sc-product .product-sub img {
  display: inline-block;
  width: 21rem;
}

@media screen and (min-width: 1024px) {
  .sc-product .product-sub img {
    width: 403.84615px;
  }
}

.sc-product .product-wes {
  background-color: #5a2277;
  color: #FFFFFF;
  line-height: 1.35;
  padding: 1rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
  .sc-product .product-wes {
    padding: 19.23077px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-product .product-wes {
    margin-bottom: 38.46154px;
  }
}

.sc-product .product-txt {
  font-size: 1rem;
  margin-top: 1rem;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .sc-product .product-txt {
    font-size: 19.23077px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-product .product-txt {
    margin-top: 19.23077px;
  }
}

.sc-product .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-block: 2rem;
}

@media screen and (min-width: 1024px) {
  .sc-product .product-list {
    margin-block: 38.46154px;
  }
}

.sc-product .product-list li {
  width: 15.3rem;
}

@media screen and (min-width: 1024px) {
  .sc-product .product-list li {
    width: 294.23077px;
  }
}

.sc-product .product-list li p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 0.7rem;
}

@media screen and (min-width: 1024px) {
  .sc-product .product-list li p {
    font-size: 19.23077px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-product .product-list li p {
    margin-top: 13.46154px;
  }
}

.sc-product .product-list li p span {
  display: block;
}

.sc-product .product-list li p span.en {
  margin-top: 0.3rem;
}

@media screen and (min-width: 1024px) {
  .sc-product .product-list li p span.en {
    margin-top: 5.76923px;
  }
}

.sc-flow {
  background-color: #efeae2;
  padding-block: 4rem;
}

@media screen and (min-width: 1024px) {
  .sc-flow {
    padding-block: 76.92308px;
  }
}

.sc-flow .flow-txt {
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .sc-flow .flow-txt {
    font-size: 21.15385px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-flow .flow-txt {
    margin-top: 28.84615px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-flow .flow-txt {
    margin-bottom: 38.46154px;
  }
}

.sc-flow .flow-list {
  background-color: #FFFFFF;
  border: 0.1rem solid #5a2277;
  text-align: center;
}

.sc-flow .flow-list li {
  padding-block: 2rem;
}

@media screen and (min-width: 1024px) {
  .sc-flow .flow-list li {
    padding-block: 38.46154px;
  }
}

.sc-flow .flow-list li:not(:first-of-type) {
  border-top: 0.1rem solid #5a2277;
}

.sc-flow .flow-list li .lbl {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: calc(25.34/18);
  margin-bottom: 0.7rem;
}

@media screen and (min-width: 1024px) {
  .sc-flow .flow-list li .lbl {
    font-size: 34.61538px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-flow .flow-list li .lbl {
    margin-bottom: 13.46154px;
  }
}

.sc-flow .flow-list li .txt-ja {
  font-size: 1rem;
  line-height: calc(18.06/10.18);
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .sc-flow .flow-list li .txt-ja {
    font-size: 19.23077px;
  }
}

.sc-flow .flow-list li .txt-en {
  font-size: 1rem;
  line-height: calc(12/10.18);
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .sc-flow .flow-list li .txt-en {
    font-size: 19.23077px;
  }
}

.sc-meet {
  position: relative;
}

.sc-meet:not(.c-btn) {
  color: #FFFFFF;
}

.sc-meet .container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 5rem;
  padding-bottom: 6rem;
}

@media screen and (min-width: 1024px) {
  .sc-meet .container {
    padding-top: 96.15385px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-meet .container {
    padding-bottom: 115.38462px;
  }
}

.sc-meet .heading-lv2 {
  letter-spacing: -3px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .sc-meet .heading-lv2 {
    margin-bottom: 28.84615px;
  }
}

.sc-meet .heading-lv2.h2-en {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  margin-top: 3rem;
}

@media screen and (min-width: 1024px) {
  .sc-meet .heading-lv2.h2-en {
    font-size: 32.69231px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-meet .heading-lv2.h2-en {
    margin-top: 57.69231px;
  }
}

.sc-meet .heading-lv3.h3-en {
  font-size: 1rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1024px) {
  .sc-meet .heading-lv3.h3-en {
    font-size: 19.23077px;
  }
}

.sc-meet .meet-txt {
  font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .sc-meet .meet-txt {
    font-size: 30.76923px;
  }
}

.sc-meet .meet-btn {
  margin-top: auto;
}

.sc-life {
  background-color: #efeae2;
  padding-block: 4rem;
}

@media screen and (min-width: 1024px) {
  .sc-life {
    padding-block: 76.92308px;
  }
}

.sc-life .life-txt_ja {
  font-size: 1rem;
  font-weight: 600;
  line-height: calc(18.06/10.18);
  margin-top: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .sc-life .life-txt_ja {
    font-size: 19.23077px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-life .life-txt_ja {
    margin-top: 28.84615px;
  }
}

.sc-life .life-ttl {
  font-size: 2.1rem;
  line-height: calc(25.02/20.76);
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .sc-life .life-ttl {
    font-size: 40.38462px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-life .life-ttl {
    margin-top: 57.69231px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-life .life-ttl {
    margin-bottom: 28.84615px;
  }
}

.sc-life .life-txt_en {
  font-size: 1rem;
  font-weight: 600;
  line-height: calc(18.06/10.18);
}

@media screen and (min-width: 1024px) {
  .sc-life .life-txt_en {
    font-size: 19.23077px;
  }
}

.sc-life .life-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.5rem;
  margin-top: 3.5rem;
}

@media screen and (min-width: 1024px) {
  .sc-life .life-btn {
    row-gap: 28.84615px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-life .life-btn {
    margin-top: 67.30769px;
  }
}

.sc-life .life-ins {
  display: block;
  margin: 0 auto;
  width: 3.7rem;
  margin-top: 3.5rem;
}

@media screen and (min-width: 1024px) {
  .sc-life .life-ins {
    width: 71.15385px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-life .life-ins {
    margin-top: 67.30769px;
  }
}
