html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
body .ac {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
}
body .ac .ac-trigger {
  padding: 0;
  color: c-brown;
}
body .ac .ac-trigger::after {
  content: '';
}
body .ac .ac-panel .ac-text {
  padding: 0;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
body .ac {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
}
body .ac .ac-trigger {
  padding: 0;
  color: c-brown;
}
body .ac .ac-trigger::after {
  content: '';
}
body .ac .ac-panel .ac-text {
  padding: 0;
}
header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 34px;
  background-color: rgba(102,90,77,0);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  transition: background-color 400ms cubic-bezier(0.25, 1, 0.5, 1), backdrop-filter 400ms cubic-bezier(0.25, 1, 0.5, 1), -webkit-backdrop-filter 400ms cubic-bezier(0.25, 1, 0.5, 1);
}
header.undisplay {
  opacity: 0;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  pointer-events: none;
}
header.only-humburger {
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}
header.only-humburger .header-wrap .header_logo {
  opacity: 0;
  pointer-events: none;
}
header.only-humburger .header-wrap .header-content-item.cart-button,
header.only-humburger .header-wrap .header-content-item.account-button {
  opacity: 0;
  pointer-events: none;
}
header.display-header {
  background-color: rgba(102,90,77,0.1);
  -webkit-backdrop-filter: blur(29px);
  backdrop-filter: blur(29px);
}
header.display-header .header-wrap .header_logo {
  opacity: 1;
  pointer-events: auto;
}
header.display-header .header-wrap .header-content-item.cart-button,
header.display-header .header-wrap .header-content-item.account-button {
  opacity: 1;
  pointer-events: auto;
}
header.menu-open {
  background-color: rgba(102,90,77,0);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
header.menu-open .header-wrap .header_logo {
  opacity: 0;
}
header.menu-open .header-wrap .header-content-item.menu-btn {
  row-gap: 0px;
}
header.menu-open .header-wrap .header-content-item.menu-btn span:first-of-type {
  transform: translateY(50%) rotate(45deg);
}
header.menu-open .header-wrap .header-content-item.menu-btn span:last-of-type {
  transform: translateY(-50%) rotate(-45deg);
}
header.in-KV .header-wrap .header_logo {
  opacity: 0;
}
header.in-about-visual:not(.menu-open) {
  background-color: transparent;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}
header.in-about-visual:not(.menu-open) .header-wrap .header_logo svg path {
  fill: #fffffe;
}
header.in-about-visual:not(.menu-open) .header-wrap .header-content svg path {
  stroke: #fffffe;
}
header.in-about-visual:not(.menu-open) .header-wrap .header-content-item.menu-btn span {
  background-color: #fffffe;
}
header.is-scroll-zero {
  background-color: transparent;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}
header.is-scroll-zero .header-wrap .header_logo {
  opacity: 0;
  pointer-events: none;
}
header .header-wrap {
  position: relative;
}
header .header-wrap .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header-wrap .header .account-button_panel {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: -10px;
  right: 0;
  transform: translateY(100%);
  width: 360px;
}
header .header-wrap .header .account-button_panel.panel-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
  -moz-filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
  -ms-filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
}
header .header-wrap .header .account-button_panel_pointer {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 102px;
  width: 24px;
  height: 24px;
  transform: rotate(45deg) skew(10deg, 10deg) translate(-50%, 5%);
  background-color: #fffffe;
}
header .header-wrap .header .account-button_panel-content {
  position: relative;
  z-index: 10;
  padding: 20px;
  background-color: #fffffe;
}
header .header-wrap .header .account-button_panel-content_rank {
  margin-bottom: 10px;
}
header .header-wrap .header .account-button_panel-content_rank-content {
  width: fit-content;
  border: 1px solid #665a4d;
  padding: 0 10px;
}
header .header-wrap .header .account-button_panel-content_rank-content p {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
header .header-wrap .header .account-button_panel-content_status {
  margin-bottom: 17px;
}
header .header-wrap .header .account-button_panel-content_status-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .header-wrap .header .account-button_panel-content_status-content_name-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  column-gap: 4px;
}
header .header-wrap .header .account-button_panel-content_status-content_name-content_main p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
header .header-wrap .header .account-button_panel-content_status-content_name-content_main p span:first-of-type {
  margin-right: 6px;
}
header .header-wrap .header .account-button_panel-content_status-content_name-content_sub p {
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
header .header-wrap .header .account-button_panel-content_status-content_point-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  column-gap: 2px;
}
header .header-wrap .header .account-button_panel-content_status-content_point-content_main p {
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
header .header-wrap .header .account-button_panel-content_status-content_point-content_unit p {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
header .header-wrap .header .account-button_panel-content_links {
  margin-bottom: 15px;
}
header .header-wrap .header .account-button_panel-content_links-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10px;
}
header .header-wrap .header .account-button_panel-content_links-content-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
header .header-wrap .header .account-button_panel-content_links-content-item a {
  display: block;
  padding: 5px 0;
  border: 1px solid #665a4d;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
header .header-wrap .header .account-button_panel-content_links-content-item a svg {
  width: 15px;
}
header .header-wrap .header .account-button_panel-content_mypage-content {
  width: 100%;
}
header .header-wrap .header .account-button_panel-content_mypage-content a {
  display: block;
  background-color: #665a4d;
  color: #fffffe;
  padding: 8px 0;
  border: 1px solid #665a4d;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
header .header-wrap .header .account-button_panel-content_mypage-content a svg {
  width: 15px;
}
header .header-wrap .header .account-button_panel_no-login {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: -10px;
  right: 0;
  transform: translateY(100%);
  width: 360px;
}
header .header-wrap .header .account-button_panel_no-login.panel-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
  -moz-filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
  -ms-filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
}
header .header-wrap .header .account-button_panel_no-login_pointer {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 102px;
  width: 24px;
  height: 24px;
  transform: rotate(45deg) skew(10deg, 10deg) translate(-50%, 5%);
  background-color: #fffffe;
}
header .header-wrap .header .account-button_panel_no-login-content {
  position: relative;
  z-index: 10;
  padding: 20px;
  background-color: #fffffe;
}
header .header-wrap .header .account-button_panel_no-login-content_title {
  margin-bottom: 10px;
}
header .header-wrap .header .account-button_panel_no-login-content_title-content {
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #665a4d;
  padding: 0 10px;
}
header .header-wrap .header .account-button_panel_no-login-content_title-content p {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
header .header-wrap .header .account-button_panel_no-login-content_text {
  margin-bottom: 17px;
}
header .header-wrap .header .account-button_panel_no-login-content_text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header .header-wrap .header .account-button_panel_no-login-content_text-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
header .header-wrap .header .account-button_panel_no-login-content_links {
  margin-bottom: 15px;
}
header .header-wrap .header .account-button_panel_no-login-content_links-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10px;
}
header .header-wrap .header .account-button_panel_no-login-content_links-content-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
header .header-wrap .header .account-button_panel_no-login-content_links-content-item a {
  display: block;
  padding: 5px 0;
  border: 1px solid #665a4d;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
header .header-wrap .header .account-button_panel_no-login-content_links-content-item a svg {
  width: 15px;
}
header .header-wrap .header .account-button_panel_no-login-content_links-content-item.register a {
  background-color: #665a4d;
  color: #fff;
}
header .header-wrap .header .cart-button_panel {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: -10px;
  right: 0;
  transform: translateY(100%);
  width: 360px;
}
header .header-wrap .header .cart-button_panel.panel-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
  -moz-filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
  -ms-filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
}
header .header-wrap .header .cart-button_panel_pointer {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 52px;
  width: 24px;
  height: 24px;
  transform: rotate(45deg) skew(10deg, 10deg) translate(-50%, 5%);
  background-color: #fffffe;
}
header .header-wrap .header .cart-button_panel-content {
  position: relative;
  z-index: 10;
  padding: 20px;
  background-color: #fffffe;
}
header .header-wrap .header .cart-button_panel-content_num p,
header .header-wrap .header .cart-button_panel-content_price p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
header .header-wrap .header .cart-button_panel-content_num-content,
header .header-wrap .header .cart-button_panel-content_price-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .header-wrap .header .cart-button_panel-content_num {
  margin-bottom: 5px;
}
header .header-wrap .header .cart-button_panel-content_price {
  margin-bottom: 20px;
}
header .header-wrap .header .cart-button_panel-content_show_cart-content {
  width: 100%;
}
header .header-wrap .header .cart-button_panel-content_show_cart-content a {
  display: block;
  background-color: #665a4d;
  color: #fffffe;
  padding: 8px 0;
  border: 1px solid #665a4d;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
header .header-wrap .header .cart-button_panel-content_show_cart-content a svg {
  width: 15px;
}
header .header-wrap .header_logo {
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms cubic-bezier(0, 0.55, 0.45, 1);
}
header .header-wrap .header_logo a {
  display: block;
  padding: 10px;
}
header .header-wrap .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 2px;
}
header .header-wrap .header-content-item {
  cursor: pointer;
  padding: 10px;
  opacity: 1;
}
header .header-wrap .header-content-item.cart-button {
  position: relative;
}
header .header-wrap .header-content-item.cart-button .cart-button-notification {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #ec967a;
}
header .header-wrap .header-content-item.cart-button .cart-button-notification p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fffffe;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
}
header .header-wrap .header-content-item.menu-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: 10px;
}
@supports (row-gap: 0px) {
  header .header-wrap .header-content-item.menu-btn {
    transition: row-gap 400ms cubic-bezier(0.25, 1, 0.5, 1);
  }
}
header .header-wrap .header-content-item.menu-btn span {
  width: 28px;
  height: 1px;
  background-color: #665a4d;
  transition: transform 400ms cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  header .header-wrap .header .account-button_panel {
    width: 100vw;
    right: -20px;
  }
  header .header-wrap .header .account-button_panel_pointer {
    top: 5px;
    right: 112px;
  }
  header .header-wrap .header .account-button_panel-content_links-content-item a {
    font-size: 14px;
  }
  header .header-wrap .header .account-button_panel_no-login {
    width: 100vw;
    right: -20px;
  }
  header .header-wrap .header .account-button_panel_no-login_pointer {
    top: 5px;
    right: 112px;
  }
  header .header-wrap .header .account-button_panel_no-login-content_links-content-item a {
    font-size: 14px;
  }
  header .header-wrap .header .cart-button_panel {
    width: 100vw;
    right: -20px;
  }
  header .header-wrap .header .cart-button_panel_pointer {
    top: 5px;
    right: 66px;
  }
  header .header-wrap .header .cart-button_panel-content_num p,
  header .header-wrap .header .cart-button_panel-content_price p {
    font-size: 16px;
  }
  header .header-wrap .header .cart-button_panel-content_show_cart-content a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    padding: 5px 20px;
  }
  header .header-wrap .header_logo {
    opacity: 0;
    pointer-events: none;
  }
  header .header-wrap .header_logo a svg {
    width: 120px;
  }
  header .header-wrap .header-content-item {
    padding: 5px 8px;
  }
  header.display-header .header-wrap .header_logo {
    opacity: 1;
    pointer-events: auto;
  }
  header.menu-open .header-wrap .header_logo {
    opacity: 0;
    pointer-events: none;
  }
  header.in-KV .header-wrap .header_logo {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 370px) {
  header .header-wrap .header .account-button_panel_pointer {
    right: 77px;
  }
  header .header-wrap .header .cart-button_panel_pointer {
    right: 40px;
  }
  header .header-wrap .header_logo {
    -ms-flex-negative: 4;
    flex-shrink: 4;
  }
  header .header-wrap .header_logo a svg {
    max-width: 100%;
  }
  header .header-wrap .header-content {
    -ms-flex-negative: 3;
    flex-shrink: 3;
  }
  header .header-wrap .header-content-item {
    padding: 3px;
  }
  header .header-wrap .header-content-item svg {
    width: 100%;
  }
  header .header-wrap .header-content-item.menu-btn span {
    width: 6vw;
  }
}
@media screen and (min-width: 1025px) {
  body.split header {
    background-color: rgba(102,90,77,0);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }
  body.split header.only-humburger .header-wrap .header_logo {
    opacity: 1;
    pointer-events: auto;
  }
  body.split header.only-humburger .header-wrap .header-content-item.cart-button,
  body.split header.only-humburger .header-wrap .header-content-item.account-button {
    opacity: 1;
    pointer-events: auto;
  }
  header .header-wrap .header .account-button_panel-content_links-content-item a:hover {
    background-color: #665a4d;
    color: #fffffe;
  }
  header .header-wrap .header .account-button_panel-content_links-content-item a:hover svg path {
    stroke: #fffffe;
  }
  header .header-wrap .header .account-button_panel-content_mypage-content a:hover {
    background-color: #fffffe;
    color: #665a4d;
  }
  header .header-wrap .header .account-button_panel-content_mypage-content a:hover svg path {
    stroke: #665a4d;
  }
  header .header-wrap .header .account-button_panel_no-login-content_links-content-item.register a:hover {
    background-color: #fffffe;
    color: #665a4d;
  }
  header .header-wrap .header .account-button_panel_no-login-content_links-content-item.register a:hover svg path {
    stroke: #665a4d;
  }
  header .header-wrap .header .account-button_panel_no-login-content_links-content-item.login a:hover {
    background-color: #665a4d;
    color: #fffffe;
  }
  header .header-wrap .header .account-button_panel_no-login-content_links-content-item.login a:hover svg path {
    stroke: #fffffe;
  }
  header .header-wrap .header .cart-button_panel-content_show_cart-content a:hover {
    background-color: #fffffe;
    color: #665a4d;
  }
  header .header-wrap .header .cart-button_panel-content_show_cart-content a:hover svg path {
    stroke: #665a4d;
  }
  header .header-wrap .header-content-item:hover {
    opacity: 0.3;
  }
  header .header-wrap .header-content-item.menu-btn:hover {
    row-gap: 14px;
  }
  header.display-header .header-wrap .header_logo:hover {
    opacity: 0.7;
  }
  header.menu-open .header-wrap .header-content-item.menu-btn {
    row-gap: 0;
  }
  header.menu-open .header-wrap .header-content-item.menu-btn:hover span:first-of-type {
    transform: translateY(50%) rotate(30deg);
  }
  header.menu-open .header-wrap .header-content-item.menu-btn:hover span:last-of-type {
    transform: translateY(-50%) rotate(-30deg);
  }
}
.float_text_col div {
  transform: translateY(200px);
  opacity: 0;
}
.menu-open .float_text_col div {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 400ms cubic-bezier(0, 0.55, 0.45, 1), transform 400ms cubic-bezier(0, 0.55, 0.45, 1);
}
.menu-open .float_text_col div:nth-of-type(1) {
  transition-delay: 0ms;
}
.menu-open .float_text_col div:nth-of-type(2) {
  transition-delay: 70ms;
}
.menu-open .float_text_col div:nth-of-type(3) {
  transition-delay: 140ms;
}
.menu-open .float_text_col div:nth-of-type(4) {
  transition-delay: 210ms;
}
.menu-open .float_text_col.second div:nth-of-type(1) {
  transition-delay: 210ms;
}
.menu-open .float_text_col.third div:nth-of-type(1) {
  transition-delay: 280ms;
}
.menu-open .float_text_col.third div:nth-of-type(2) {
  transition-delay: 350ms;
}
.menu-open .float_text_col.third div:nth-of-type(3) {
  transition-delay: 420ms;
}
.menu-open .float_text_col.third div:nth-of-type(4) {
  transition-delay: 490ms;
}
.menu-open .float_text_col.forth div:nth-of-type(1) {
  transition-delay: 490ms;
}
.menu-open .float_text_col.forth div:nth-of-type(2) {
  transition-delay: 560ms;
}
.menu-open .float_text_col.forth div:nth-of-type(3) {
  transition-delay: 630ms;
}
aside {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms ease;
}
aside.menu-open {
  opacity: 1;
  pointer-events: auto;
}
aside .menu-wrap {
  background-color: #fffffe;
}
aside .menu-wrap .menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
aside .menu-wrap .menu-content_visual,
aside .menu-wrap .menu-content_main {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
aside .menu-wrap .menu-content_visual {
  -ms-flex-preferred-size: 32.265625vw;
  flex-basis: 32.265625vw;
  height: 100vh;
  overflow: hidden;
}
aside .menu-wrap .menu-content_visual-content {
  position: relative;
  height: inherit;
}
aside .menu-wrap .menu-content_visual-content picture,
aside .menu-wrap .menu-content_visual-content img {
  width: auto;
  height: 100%;
  min-height: 580px;
}
aside .menu-wrap .menu-content_visual-content picture {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-57%);
}
aside .menu-wrap .menu-content_main {
  -ms-flex-preferred-size: 67.734375vw;
  flex-basis: 67.734375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-top: 100px;
  height: 100vh;
  overflow: auto;
  background-color: rgba(255,255,254,0.8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
aside .menu-wrap .menu-content_main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 100px;
}
aside .menu-wrap .menu-content_main-content_inner a,
aside .menu-wrap .menu-content_main-content_products a {
  padding-left: 23px;
}
aside .menu-wrap .menu-content_main-content_inner a::before,
aside .menu-wrap .menu-content_main-content_products a::before {
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
}
aside .menu-wrap .menu-content_main-content_inner a.current::before,
aside .menu-wrap .menu-content_main-content_products a.current::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #665a4d;
}
aside .menu-wrap .menu-content_main-content_inner {
  margin-bottom: 22px;
}
aside .menu-wrap .menu-content_main-content_inner-content {
  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: 20px;
}
aside .menu-wrap .menu-content_main-content_inner-content-item a {
  font-family: 'Jost', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
aside .menu-wrap .menu-content_main-content_products {
  margin-bottom: 45px;
}
aside .menu-wrap .menu-content_main-content_products-content_title {
  margin-bottom: 4px;
}
aside .menu-wrap .menu-content_main-content_products-content_title-content p {
  font-family: 'Jost', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
aside .menu-wrap .menu-content_main-content_products-content_links-content {
  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: 7px;
}
aside .menu-wrap .menu-content_main-content_products-content_links-content-item a {
  font-family: 'Jost', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
aside .menu-wrap .menu-content_main-content_corp-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 20px;
}
aside .menu-wrap .menu-content_main-content_corp-content-item {
  -ms-flex-preferred-size: 177px;
  flex-basis: 177px;
  height: 48px;
}
aside .menu-wrap .menu-content_main-content_corp-content-item:first-of-type svg {
  width: 64px;
  height: 15px;
}
aside .menu-wrap .menu-content_main-content_corp-content-item:last-of-type svg {
  width: 100px;
  height: 12px;
}
@media screen and (max-width: 1024px) {
  aside .menu-wrap .menu-content_visual {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
  aside .menu-wrap .menu-content_main {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 80px;
  }
  aside .menu-wrap .menu-content_main-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
  }
  aside .menu-wrap .menu-content_main-content_inner,
  aside .menu-wrap .menu-content_main-content_products,
  aside .menu-wrap .menu-content_main-content_corp {
    width: 100%;
  }
  aside .menu-wrap .menu-content_main-content_inner a,
  aside .menu-wrap .menu-content_main-content_products a {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  aside .menu-wrap .menu-content_main-content_inner p,
  aside .menu-wrap .menu-content_main-content_products p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  aside .menu-wrap .menu-content_main-content_inner-content {
    row-gap: 13px;
  }
  aside .menu-wrap .menu-content_main-content_products {
    margin-bottom: 40px;
  }
  aside .menu-wrap .menu-content_main-content_products ≈_title,
  aside .menu-wrap .menu-content_main-content_products-content_title {
    padding-left: 23px;
    margin-bottom: 10px;
  }
  aside .menu-wrap .menu-content_main-content_products ≈_links-content,
  aside .menu-wrap .menu-content_main-content_products-content_links-content {
    row-gap: 5px;
  }
  aside .menu-wrap .menu-content_main-content_corp-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }
  aside .menu-wrap .menu-content_main-content_corp-content-item {
    -ms-flex-preferred-size: 56px;
    flex-basis: 56px;
  }
  aside .menu-wrap .menu-content_main-content_corp-content-item a {
    height: 100%;
  }
  aside .menu-wrap .menu-content_main-content_corp-content-item:first-of-type a svg {
    width: 80px;
    height: 20px;
  }
  aside .menu-wrap .menu-content_main-content_corp-content-item:last-of-type a svg {
    width: 132px;
    height: 16px;
  }
}
@media screen and (min-width: 1025px) {
  aside .menu-wrap .menu-content_main-content_inner a,
  aside .menu-wrap .menu-content_main-content_products a,
  aside .menu-wrap .menu-content_main-content_inner p,
  aside .menu-wrap .menu-content_main-content_products p {
    padding-left: 23px;
  }
  aside .menu-wrap .menu-content_main-content_inner a,
  aside .menu-wrap .menu-content_main-content_products a {
    position: relative;
  }
  aside .menu-wrap .menu-content_main-content_inner a:hover::before,
  aside .menu-wrap .menu-content_main-content_products a:hover::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #665a4d;
  }
  aside .menu-wrap .menu-content_main-content_corp {
    padding-left: 23px;
  }
  aside .menu-wrap .menu-content_main-content_corp-content-item a.block-btn:hover {
    background-color: #665a4d;
  }
  aside .menu-wrap .menu-content_main-content_corp-content-item a.block-btn:hover svg path {
    fill: #fffffe;
  }
  aside .menu-wrap .menu-content_main-content_corp-content-item a.block-btn:hover::after {
    background-image: url("/contents/product/helenus/assets/common/tab_w.svg");
  }
}
@media screen and (min-width: 1025px) and (max-height: 590px) {
  aside .menu-wrap .menu-content_main {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: auto;
    margin: 0;
  }
  aside .menu-wrap .menu-content_main-content {
    padding: 40px 0 40px 100px;
  }
}
@media screen and (max-width: 844px) and (orientation: landscape) {
  aside .menu-wrap .menu-content_main {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
  }
}
@media screen and (max-height: 630px) {
  aside .menu-wrap .menu-content_main-content {
    min-height: 630px;
  }
}
.logo-block-link {
  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: relative;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  border: 1px solid #665a4d;
  background-color: #fffffe;
}
.logo-block-link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("/contents/product/helenus/assets/common/tab.svg");
  background-size: contain;
}
footer {
  background-color: #e3cdba;
}
footer .footer-wrap {
  padding: 80px 0 40px;
}
footer .footer-wrap .footer {
  margin: 0 auto;
  max-width: 1024px;
}
footer .footer-wrap .footer-content_corporate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  column-gap: 20px;
}
footer .footer-wrap .footer-content_corporate-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
footer .footer-wrap .footer-content_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
footer .footer-wrap .footer-content_links p,
footer .footer-wrap .footer-content_links a {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
footer .footer-wrap .footer-content_links_pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 60px;
}
footer .footer-wrap .footer-content_links_pages a {
  position: relative;
  font-size: 18px;
}
footer .footer-wrap .footer-content_links_pages a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #665a4d;
}
footer .footer-wrap .footer-content_links_pages-item_name {
  margin-bottom: 4px;
}
footer .footer-wrap .footer-content_links_pages-item_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}
footer .footer-wrap .footer-content_links_follow {
  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: 20px;
}
footer .footer-wrap .footer-content_links_follow-content {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  row-gap: 10px;
}
footer .footer-wrap .footer-content_links_follow-content_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 25px;
}
footer .footer-wrap .footer-content_links_follow-content_icon a {
  display: block;
  font-size: initial;
  line-height: initial;
  letter-spacing: initial;
}
footer .footer-wrap .footer-content_links_follow-content_icon a svg {
  display: inherit;
}
footer .footer-wrap .footer-content_copyright p {
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  footer .footer-wrap {
    padding: 80px 20px 40px;
  }
  footer .footer-wrap .footer-content_corporate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
  }
  footer .footer-wrap .footer-content_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }
  footer .footer-wrap .footer-content_links_pages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
    row-gap: 18px;
  }
  footer .footer-wrap .footer-content_links_pages-item:last-of-type .footer-content_links_pages-item_links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    column-gap: 20px;
  }
  footer .footer-wrap .footer-content_links_follow p {
    font-size: 16px;
  }
  footer .footer-wrap .footer-content_links_follow-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .logo-block-link:hover {
    background-color: #665a4d;
  }
  .logo-block-link:hover svg path {
    fill: #fffffe;
  }
  .logo-block-link:hover::after {
    background-image: url("/contents/product/helenus/assets/common/tab_w.svg");
  }
  footer .footer-wrap .footer-content_links_pages a:hover::after {
    display: none;
  }
}
body.helenus.loaded .badge-wrap:not(.in-KV):not(.bottom) {
  opacity: 1;
  pointer-events: auto;
}
.badge-wrap {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 20px;
  width: 150px;
  height: 150px;
  transition: opacity 400ms cubic-bezier(0, 0.55, 0.45, 1), transform 400ms cubic-bezier(0, 0.55, 0.45, 1);
}
.badge-wrap.in-KV,
.badge-wrap.bottom {
  transform: scale(1.1);
}
.badge-wrap.bottom {
  position: absolute;
}
.badge-wrap .badge {
  position: relative;
  width: 100%;
  height: 100%;
}
.badge-wrap .badge-bg {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  animation: rotate 12s linear infinite;
}
.badge-wrap .badge-content {
  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;
  position: relative;
  z-index: 200;
  width: 100%;
  height: 100%;
}
.badge-wrap .badge-content p {
  text-align: center;
  color: #fffffe;
}
.badge-wrap .badge-content p:first-of-type {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin-bottom: 4px;
}
.badge-wrap .badge-content p:nth-of-type(2) {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.badge-wrap .badge-content svg {
  position: relative;
  top: unset;
  right: unset;
  transform: unset;
}
@media screen and (max-width: 1024px) {
  .badge-wrap {
    width: 110px;
    height: 110px;
  }
  .badge-wrap .badge-content p:first-of-type {
    font-family: 'Jost', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.15em;
    margin-bottom: 0;
  }
  .badge-wrap .badge-content p:nth-of-type(2) {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .badge-wrap {
    width: 160px;
    height: 160px;
  }
  .badge-wrap .badge-content p:first-of-type {
    font-size: 14px;
  }
  .badge-wrap .badge-content p:nth-of-type(2) {
    font-size: 18px;
  }
  .badge-wrap .badge-content svg {
    width: 36px;
    height: auto;
  }
}
@-moz-keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  12.5% {
    transform: rotate(45deg) scale(0.95);
  }
  25% {
    transform: rotate(90deg) scale(1);
  }
  37.5% {
    transform: rotate(135deg) scale(1.05);
  }
  50% {
    transform: rotate(180deg) scale(1);
  }
  62.5% {
    transform: rotate(225deg) scale(0.95);
  }
  75% {
    transform: rotate(270deg) scale(1);
  }
  87.5% {
    transform: rotate(315deg) scale(1.05);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  12.5% {
    transform: rotate(45deg) scale(0.95);
  }
  25% {
    transform: rotate(90deg) scale(1);
  }
  37.5% {
    transform: rotate(135deg) scale(1.05);
  }
  50% {
    transform: rotate(180deg) scale(1);
  }
  62.5% {
    transform: rotate(225deg) scale(0.95);
  }
  75% {
    transform: rotate(270deg) scale(1);
  }
  87.5% {
    transform: rotate(315deg) scale(1.05);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@-o-keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  12.5% {
    transform: rotate(45deg) scale(0.95);
  }
  25% {
    transform: rotate(90deg) scale(1);
  }
  37.5% {
    transform: rotate(135deg) scale(1.05);
  }
  50% {
    transform: rotate(180deg) scale(1);
  }
  62.5% {
    transform: rotate(225deg) scale(0.95);
  }
  75% {
    transform: rotate(270deg) scale(1);
  }
  87.5% {
    transform: rotate(315deg) scale(1.05);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  12.5% {
    transform: rotate(45deg) scale(0.95);
  }
  25% {
    transform: rotate(90deg) scale(1);
  }
  37.5% {
    transform: rotate(135deg) scale(1.05);
  }
  50% {
    transform: rotate(180deg) scale(1);
  }
  62.5% {
    transform: rotate(225deg) scale(0.95);
  }
  75% {
    transform: rotate(270deg) scale(1);
  }
  87.5% {
    transform: rotate(315deg) scale(1.05);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
html,
body {
  overflow-x: hidden;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #665a4d;
}
html {
  font-size: 16px;
  scrollbar-width: 10px;
}
html.scroll-forbidden {
  overflow: hidden;
  scrollbar-width: 10px;
}
body {
  position: relative;
}
body.helenus {
  background-color: #f5f2ec;
}
body.helenus picture,
body.helenus img {
  width: 100%;
  height: auto;
}
body.helenus picture a,
body.helenus img a {
  text-decoration: none;
  color: initial;
}
main,
footer {
  position: relative;
  z-index: 50;
}
main {
  padding-bottom: 200px;
}
ul {
  list-style: none;
}
ul li {
  position: relative;
  margin-left: 13px;
}
ul li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: -13px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #665a4d;
}
p,
li,
a {
  text-align: left;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  padding: 0;
  cursor: pointer;
  background-color: inherit;
  border: inherit;
  color: inherit;
  text-align: inherit;
}
video {
  width: 100%;
  height: auto;
}
.video-with-button {
  position: relative;
  cursor: pointer;
}
.video-with-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
.video-with-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-with-button.playing {
  background-color: transparent;
}
.video-with-button.playing::before {
  display: none;
}
.video-with-button.playing svg {
  display: none;
}
.video-with-button.playing video {
  z-index: 10;
}
picture,
img {
  display: block;
  vertical-align: top;
}
picture img {
  margin: 0 auto;
}
.disable-btn {
  pointer-events: none !important;
  opacity: 0.15 !important;
}
.arrow {
  position: relative;
}
.arrow svg {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
}
.fade-anim {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 600ms cubic-bezier(0.32, 0, 0.67, 0), transform 600ms linear;
}
.fade-anim.active {
  opacity: 1;
  transform: scale(1);
}
.uptext-anim {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.uptext-anim span,
.uptext-anim svg,
.uptext-anim div {
  transform: translateY(110%);
  transition: transform 600ms cubic-bezier(0, 0.55, 0.45, 1);
}
.uptext-anim span.space,
.uptext-anim svg.space,
.uptext-anim div.space {
  width: 12px;
}
.uptext-anim span.ignore,
.uptext-anim svg.ignore,
.uptext-anim div.ignore {
  transform: translateY(0);
}
.uptext-anim span:nth-of-type(1),
.uptext-anim svg:nth-of-type(1),
.uptext-anim div:nth-of-type(1) {
  transition-delay: 0ms;
}
.uptext-anim span:nth-of-type(2),
.uptext-anim svg:nth-of-type(2),
.uptext-anim div:nth-of-type(2) {
  transition-delay: 100ms;
}
.uptext-anim span:nth-of-type(3),
.uptext-anim svg:nth-of-type(3),
.uptext-anim div:nth-of-type(3) {
  transition-delay: 200ms;
}
.uptext-anim span:nth-of-type(4),
.uptext-anim svg:nth-of-type(4),
.uptext-anim div:nth-of-type(4) {
  transition-delay: 300ms;
}
.uptext-anim span:nth-of-type(5),
.uptext-anim svg:nth-of-type(5),
.uptext-anim div:nth-of-type(5) {
  transition-delay: 400ms;
}
.uptext-anim span:nth-of-type(6),
.uptext-anim svg:nth-of-type(6),
.uptext-anim div:nth-of-type(6) {
  transition-delay: 500ms;
}
.uptext-anim span:nth-of-type(7),
.uptext-anim svg:nth-of-type(7),
.uptext-anim div:nth-of-type(7) {
  transition-delay: 600ms;
}
.uptext-anim span:nth-of-type(8),
.uptext-anim svg:nth-of-type(8),
.uptext-anim div:nth-of-type(8) {
  transition-delay: 700ms;
}
.uptext-anim span:nth-of-type(9),
.uptext-anim svg:nth-of-type(9),
.uptext-anim div:nth-of-type(9) {
  transition-delay: 800ms;
}
.uptext-anim span:nth-of-type(10),
.uptext-anim svg:nth-of-type(10),
.uptext-anim div:nth-of-type(10) {
  transition-delay: 900ms;
}
.uptext-anim span:nth-of-type(11),
.uptext-anim svg:nth-of-type(11),
.uptext-anim div:nth-of-type(11) {
  transition-delay: 1000ms;
}
.uptext-anim span:nth-of-type(12),
.uptext-anim svg:nth-of-type(12),
.uptext-anim div:nth-of-type(12) {
  transition-delay: 1100ms;
}
.uptext-anim span:nth-of-type(13),
.uptext-anim svg:nth-of-type(13),
.uptext-anim div:nth-of-type(13) {
  transition-delay: 1200ms;
}
.uptext-anim span:nth-of-type(14),
.uptext-anim svg:nth-of-type(14),
.uptext-anim div:nth-of-type(14) {
  transition-delay: 1300ms;
}
.uptext-anim span:nth-of-type(15),
.uptext-anim svg:nth-of-type(15),
.uptext-anim div:nth-of-type(15) {
  transition-delay: 1400ms;
}
.uptext-anim span:nth-of-type(16),
.uptext-anim svg:nth-of-type(16),
.uptext-anim div:nth-of-type(16) {
  transition-delay: 1500ms;
}
.uptext-anim span:nth-of-type(17),
.uptext-anim svg:nth-of-type(17),
.uptext-anim div:nth-of-type(17) {
  transition-delay: 1600ms;
}
.uptext-anim span:nth-of-type(18),
.uptext-anim svg:nth-of-type(18),
.uptext-anim div:nth-of-type(18) {
  transition-delay: 1700ms;
}
.uptext-anim span:nth-of-type(19),
.uptext-anim svg:nth-of-type(19),
.uptext-anim div:nth-of-type(19) {
  transition-delay: 1800ms;
}
.uptext-anim span:nth-of-type(20),
.uptext-anim svg:nth-of-type(20),
.uptext-anim div:nth-of-type(20) {
  transition-delay: 1900ms;
}
.uptext-anim span:nth-of-type(21),
.uptext-anim svg:nth-of-type(21),
.uptext-anim div:nth-of-type(21) {
  transition-delay: 2000ms;
}
.uptext-anim span:nth-of-type(22),
.uptext-anim svg:nth-of-type(22),
.uptext-anim div:nth-of-type(22) {
  transition-delay: 2100ms;
}
.uptext-anim span:nth-of-type(23),
.uptext-anim svg:nth-of-type(23),
.uptext-anim div:nth-of-type(23) {
  transition-delay: 2200ms;
}
.uptext-anim span:nth-of-type(24),
.uptext-anim svg:nth-of-type(24),
.uptext-anim div:nth-of-type(24) {
  transition-delay: 2300ms;
}
.uptext-anim span:nth-of-type(25),
.uptext-anim svg:nth-of-type(25),
.uptext-anim div:nth-of-type(25) {
  transition-delay: 2400ms;
}
.uptext-anim span:nth-of-type(26),
.uptext-anim svg:nth-of-type(26),
.uptext-anim div:nth-of-type(26) {
  transition-delay: 2500ms;
}
.uptext-anim span:nth-of-type(27),
.uptext-anim svg:nth-of-type(27),
.uptext-anim div:nth-of-type(27) {
  transition-delay: 2600ms;
}
.uptext-anim span:nth-of-type(28),
.uptext-anim svg:nth-of-type(28),
.uptext-anim div:nth-of-type(28) {
  transition-delay: 2700ms;
}
.uptext-anim span:nth-of-type(29),
.uptext-anim svg:nth-of-type(29),
.uptext-anim div:nth-of-type(29) {
  transition-delay: 2800ms;
}
.uptext-anim span:nth-of-type(30),
.uptext-anim svg:nth-of-type(30),
.uptext-anim div:nth-of-type(30) {
  transition-delay: 2900ms;
}
.uptext-anim.cpw_2 div:nth-of-type(1) {
  transition-delay: 450ms;
}
.uptext-anim.cpw_2 div:nth-of-type(2) {
  transition-delay: 550ms;
}
.uptext-anim.cpw_2 div:nth-of-type(3) {
  transition-delay: 650ms;
}
.uptext-anim.cpw_3 div:nth-of-type(1) {
  transition-delay: 800ms;
}
.uptext-anim.cpw_3 div:nth-of-type(2) {
  transition-delay: 900ms;
}
.uptext-anim.cpw_3 div:nth-of-type(3) {
  transition-delay: 1000ms;
}
.uptext-anim.cpw_3 div:nth-of-type(4) {
  transition-delay: 1100ms;
}
.uptext-anim.cpw_3 div:nth-of-type(5) {
  transition-delay: 1200ms;
}
.uptext-anim.cpw_3 div:nth-of-type(6) {
  transition-delay: 1300ms;
}
.uptext-anim.active span,
.uptext-anim.active svg,
.uptext-anim.active div {
  transform: translateY(0);
}
.uptext-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  line-height: 1.2;
}
.uptext-animation span {
  transform: translateY(100%);
  line-height: 1.2;
}
.uptext-animation span:nth-of-type(1) {
  animation: loading1 3400ms cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
.uptext-animation span:nth-of-type(2) {
  animation: loading2 3400ms cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
.uptext-animation span:nth-of-type(3) {
  animation: loading3 3400ms cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
.uptext-animation span:nth-of-type(4) {
  animation: loading4 3400ms cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
.uptext-animation span:nth-of-type(5) {
  animation: loading5 3400ms cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
.uptext-animation span:nth-of-type(6) {
  animation: loading6 3400ms cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
.uptext-animation span:nth-of-type(7) {
  animation: loading7 3400ms cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
.uptext-animation span:nth-of-type(8) {
  animation: loading8 3400ms cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
.uptext-animation span:nth-of-type(9) {
  animation: loading9 3400ms cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
.uptext-animation span:nth-of-type(10) {
  animation: loading10 3400ms cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
.uptext-animation span:nth-of-type(11) {
  animation: loading11 3400ms cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
.uptext-animation span:nth-of-type(12) {
  animation: loading12 3400ms cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
.uptext-animation span:nth-of-type(13) {
  animation: loading13 3400ms cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
.uptext-animation span:nth-of-type(14) {
  animation: loading14 3400ms cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
.uptext-animation span:nth-of-type(15) {
  animation: loading15 3400ms cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
.uptext-animation span:nth-of-type(16) {
  animation: loading16 3400ms cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
.uptext-animation span:nth-of-type(17) {
  animation: loading17 3400ms cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
.uptext-animation span:nth-of-type(18) {
  animation: loading18 3400ms cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
.uptext-animation span:nth-of-type(19) {
  animation: loading19 3400ms cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
.uptext-animation span:nth-of-type(20) {
  animation: loading20 3400ms cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
.dot-anim span {
  opacity: 0;
}
.dot-anim span:nth-of-type(1) {
  animation: loadingDot 2400ms cubic-bezier(0, 0.55, 0.45, 1) 0ms infinite;
}
.dot-anim span:nth-of-type(2) {
  animation: loadingDot 2400ms cubic-bezier(0, 0.55, 0.45, 1) 800ms infinite;
}
.dot-anim span:nth-of-type(3) {
  animation: loadingDot 2400ms cubic-bezier(0, 0.55, 0.45, 1) 1600ms infinite;
}
.parallax-base {
  position: relative;
}
.parallax-base .parallax-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.parallax-base .parallax {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -48.2%) scale(1.1);
  width: 100%;
  height: 100%;
}
.annotation {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}
.num-annotation {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  vertical-align: super;
}
.num-annotation::before {
  content: '*';
}
li .num-annotation {
  margin-left: 8px;
  vertical-align: top;
}
.num-annotation-list-container {
  counter-reset: n-anno;
}
.num-annotation-list {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  counter-increment: n-anno;
}
.num-annotation-list::before {
  content: '*' counter(n-anno);
}
.block-btn {
  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: relative;
  box-sizing: border-box;
  border: 1px solid #665a4d;
  height: 50px;
  background-color: #fffffe;
}
.block-btn:hover {
  background-color: #665a4d;
  color: #fffffe;
}
.block-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: #665a4d;
}
.move-btn::after {
  background-image: url("../assets/common/arrow.svg");
  width: 25px;
  height: 5px;
}
.tab-btn::after {
  background-image: url("../assets/common/tab.svg");
  width: 10px;
  height: 10px;
}
.cart-btn {
  background-color: #665a4d;
  width: 100%;
  border: 0.5px solid #665a4d;
}
.cart-btn a,
.cart-btn button {
  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;
  width: 100%;
  height: auto;
  padding: 12px 5px;
  text-align: center;
}
.cart-btn a span,
.cart-btn button span {
  color: #fffffe;
  font-weight: 700;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f-dir-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.f-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.f-dir-c-rvs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.f-dir-r-rvs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.f-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.f-bs-50 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.f-shr-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.f-shr-1 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.f-shr-3 {
  -ms-flex-negative: 3;
  flex-shrink: 3;
}
.f-grw-0 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.f-grw-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.f-jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.f-jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.f-jc-fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.f-jc-sa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.f-ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.f-ai-fe {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.f-ac-sb {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.spbr {
  display: none;
}
.pcbr {
  display: none;
}
@media screen and (max-width: 1024px) {
  .spbr {
    display: initial;
  }
  .video-with-button svg {
    width: 60px;
    height: 60px;
  }
  .cart-btn {
    background-color: #665a4d;
    width: 100%;
    height: auto;
  }
  .cart-btn a,
  .cart-btn button {
    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;
    width: 100%;
    height: auto;
    padding: 12px 0;
    text-align: center;
  }
  .cart-btn a span,
  .cart-btn button span {
    color: #fffffe;
    font-weight: 700;
  }
  .arrow.blend-btn-active svg {
    animation: hoverArrow 1s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@media screen and (min-width: 1025px) {
  .pcbr {
    display: initial;
  }
  .arrow:hover svg {
    animation: hoverArrow 1s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .video-with-button:hover svg {
    mix-blend-mode: screen;
  }
  .video-with-button:hover svg circle {
    fill: #fffffe;
  }
  .video-with-button:hover svg path {
    fill: #fffffe;
    mix-blend-mode: exclusion;
  }
  .cart-btn:hover {
    background-color: #fffffe;
  }
  .cart-btn:hover a span,
  .cart-btn:hover button span {
    color: #665a4d;
  }
  body.helenus .block-btn:hover {
    background-color: #665a4d;
    color: #fffffe;
  }
  body.helenus .block-btn.move-btn:hover::after {
    background-image: url("../assets/common/arrow_w.svg");
    animation: hoverArrow 1s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
main {
  background-color: #f5f2ec;
  padding: 0;
}
main section {
  position: relative;
  z-index: 20;
  background-color: inherit;
}
main section:last-of-type {
  padding-bottom: 200px;
}
.blend {
  z-index: 10;
  overflow: hidden;
  background-color: transparent;
}
.blend-bg {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("/contents/product/helenus/assets/text_bg_01.jpg"), url("/contents/product/helenus/assets/text_bg_02.jpg");
  background-blend-mode: overlay;
  background-repeat: repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.blend-content {
  position: relative;
  z-index: 20;
  background-color: rgba(255,255,255,0.95);
  mix-blend-mode: overlay;
  color: #000;
}
.blend-content p {
  color: inherit;
}
.blend-content a {
  position: relative;
  border: 1px solid #000;
  overflow: hidden;
}
.blend-content a span,
.blend-content a svg {
  mix-blend-mode: difference;
  color: #fff;
}
.blend-content a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fffffe;
  transition: left 900ms cubic-bezier(0.16, 1, 0.3, 1), background 900ms cubic-bezier(0.16, 1, 0.3, 1);
}
body.helenus.PC .blend-bg {
  background-blend-mode: overlay;
}
body.helenus.PC .blend-content {
  mix-blend-mode: overlay;
}
@media screen and (max-width: 1024px) {
  main {
    padding: 0;
  }
  main section:last-of-type {
    padding-bottom: 130px;
  }
  .blend-content a.blend-btn-active::after {
    background-color: rgba(0,0,0,0.2);
  }
}
@media screen and (min-width: 1025px) {
  .blend-content a:hover::after {
    background-color: rgba(0,0,0,0.2);
  }
}
@-moz-keyframes loading1 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  6.25% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes loading1 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  6.25% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes loading1 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  6.25% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes loading1 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  6.25% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes loading2 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  6.25% {
    opacity: 0;
    transform: translateY(100%);
  }
  12.5% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes loading2 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  6.25% {
    opacity: 0;
    transform: translateY(100%);
  }
  12.5% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes loading2 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  6.25% {
    opacity: 0;
    transform: translateY(100%);
  }
  12.5% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes loading2 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  6.25% {
    opacity: 0;
    transform: translateY(100%);
  }
  12.5% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes loading3 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  12.5% {
    opacity: 0;
    transform: translateY(100%);
  }
  18.75% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes loading3 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  12.5% {
    opacity: 0;
    transform: translateY(100%);
  }
  18.75% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes loading3 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  12.5% {
    opacity: 0;
    transform: translateY(100%);
  }
  18.75% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes loading3 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  12.5% {
    opacity: 0;
    transform: translateY(100%);
  }
  18.75% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes loading4 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  18.75% {
    opacity: 0;
    transform: translateY(100%);
  }
  25% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes loading4 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  18.75% {
    opacity: 0;
    transform: translateY(100%);
  }
  25% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes loading4 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  18.75% {
    opacity: 0;
    transform: translateY(100%);
  }
  25% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes loading4 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  18.75% {
    opacity: 0;
    transform: translateY(100%);
  }
  25% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes loading5 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  31.25% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes loading5 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  31.25% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes loading5 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  31.25% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes loading5 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  31.25% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes loading6 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  31.25% {
    opacity: 0;
    transform: translateY(100%);
  }
  37.5% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes loading6 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  31.25% {
    opacity: 0;
    transform: translateY(100%);
  }
  37.5% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes loading6 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  31.25% {
    opacity: 0;
    transform: translateY(100%);
  }
  37.5% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes loading6 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  31.25% {
    opacity: 0;
    transform: translateY(100%);
  }
  37.5% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes loading7 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  37.5% {
    opacity: 0;
    transform: translateY(100%);
  }
  43.75% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes loading7 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  37.5% {
    opacity: 0;
    transform: translateY(100%);
  }
  43.75% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes loading7 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  37.5% {
    opacity: 0;
    transform: translateY(100%);
  }
  43.75% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes loading7 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  37.5% {
    opacity: 0;
    transform: translateY(100%);
  }
  43.75% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes loading8 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  43.75% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes loading8 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  43.75% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes loading8 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  43.75% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes loading8 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  43.75% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes hoverArrow {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  40% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  60% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes hoverArrow {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  40% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  60% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-o-keyframes hoverArrow {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  40% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  60% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes hoverArrow {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  40% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  60% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes loadingDot {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  33% {
    opacity: 1;
    transform: scale(1.5);
  }
  66% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@-webkit-keyframes loadingDot {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  33% {
    opacity: 1;
    transform: scale(1.5);
  }
  66% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@-o-keyframes loadingDot {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  33% {
    opacity: 1;
    transform: scale(1.5);
  }
  66% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes loadingDot {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  33% {
    opacity: 1;
    transform: scale(1.5);
  }
  66% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@-moz-keyframes wakuwaku {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(5px, -10px) rotate(30deg);
  }
  50% {
    transform: translate(0px, -15px) rotate(0deg);
  }
  75% {
    transform: translate(-5px, -10px) rotate(-30deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes wakuwaku {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(5px, -10px) rotate(30deg);
  }
  50% {
    transform: translate(0px, -15px) rotate(0deg);
  }
  75% {
    transform: translate(-5px, -10px) rotate(-30deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@-o-keyframes wakuwaku {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(5px, -10px) rotate(30deg);
  }
  50% {
    transform: translate(0px, -15px) rotate(0deg);
  }
  75% {
    transform: translate(-5px, -10px) rotate(-30deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes wakuwaku {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(5px, -10px) rotate(30deg);
  }
  50% {
    transform: translate(0px, -15px) rotate(0deg);
  }
  75% {
    transform: translate(-5px, -10px) rotate(-30deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@-moz-keyframes upText {
  0% {
    transform: translateY(100%);
  }
  75% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes upText {
  0% {
    transform: translateY(100%);
  }
  75% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-o-keyframes upText {
  0% {
    transform: translateY(100%);
  }
  75% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes upText {
  0% {
    transform: translateY(100%);
  }
  75% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
html {
  font-size: 16px;
}
body.helenus .fade-anim {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 600ms cubic-bezier(0.32, 0, 0.67, 0), transform 600ms linear;
}
body.helenus .fade-anim.active {
  opacity: 1;
  transform: scale(1);
}
body.helenus .uptext-anim {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.helenus .uptext-anim span,
body.helenus .uptext-anim svg {
  transform: translateY(110%);
  transition: transform 600ms cubic-bezier(0, 0.55, 0.45, 1);
}
body.helenus .uptext-anim span:nth-of-type(1),
body.helenus .uptext-anim svg:nth-of-type(1) {
  transition-delay: 0ms;
}
body.helenus .uptext-anim span:nth-of-type(2),
body.helenus .uptext-anim svg:nth-of-type(2) {
  transition-delay: 100ms;
}
body.helenus .uptext-anim span:nth-of-type(3),
body.helenus .uptext-anim svg:nth-of-type(3) {
  transition-delay: 200ms;
}
body.helenus .uptext-anim span:nth-of-type(4),
body.helenus .uptext-anim svg:nth-of-type(4) {
  transition-delay: 300ms;
}
body.helenus .uptext-anim span:nth-of-type(5),
body.helenus .uptext-anim svg:nth-of-type(5) {
  transition-delay: 400ms;
}
body.helenus .uptext-anim span:nth-of-type(6),
body.helenus .uptext-anim svg:nth-of-type(6) {
  transition-delay: 500ms;
}
body.helenus .uptext-anim span:nth-of-type(7),
body.helenus .uptext-anim svg:nth-of-type(7) {
  transition-delay: 600ms;
}
body.helenus .uptext-anim span:nth-of-type(8),
body.helenus .uptext-anim svg:nth-of-type(8) {
  transition-delay: 700ms;
}
body.helenus .uptext-anim span:nth-of-type(9),
body.helenus .uptext-anim svg:nth-of-type(9) {
  transition-delay: 800ms;
}
body.helenus .uptext-anim span:nth-of-type(10),
body.helenus .uptext-anim svg:nth-of-type(10) {
  transition-delay: 900ms;
}
body.helenus .uptext-anim span:nth-of-type(11),
body.helenus .uptext-anim svg:nth-of-type(11) {
  transition-delay: 1000ms;
}
body.helenus .uptext-anim span:nth-of-type(12),
body.helenus .uptext-anim svg:nth-of-type(12) {
  transition-delay: 1100ms;
}
body.helenus .uptext-anim span:nth-of-type(13),
body.helenus .uptext-anim svg:nth-of-type(13) {
  transition-delay: 1200ms;
}
body.helenus .uptext-anim span:nth-of-type(14),
body.helenus .uptext-anim svg:nth-of-type(14) {
  transition-delay: 1300ms;
}
body.helenus .uptext-anim span:nth-of-type(15),
body.helenus .uptext-anim svg:nth-of-type(15) {
  transition-delay: 1400ms;
}
body.helenus .uptext-anim span:nth-of-type(16),
body.helenus .uptext-anim svg:nth-of-type(16) {
  transition-delay: 1500ms;
}
body.helenus .uptext-anim span:nth-of-type(17),
body.helenus .uptext-anim svg:nth-of-type(17) {
  transition-delay: 1600ms;
}
body.helenus .uptext-anim span:nth-of-type(18),
body.helenus .uptext-anim svg:nth-of-type(18) {
  transition-delay: 1700ms;
}
body.helenus .uptext-anim span:nth-of-type(19),
body.helenus .uptext-anim svg:nth-of-type(19) {
  transition-delay: 1800ms;
}
body.helenus .uptext-anim span:nth-of-type(20),
body.helenus .uptext-anim svg:nth-of-type(20) {
  transition-delay: 1900ms;
}
body.helenus .uptext-anim span:nth-of-type(21),
body.helenus .uptext-anim svg:nth-of-type(21) {
  transition-delay: 2000ms;
}
body.helenus .uptext-anim span:nth-of-type(22),
body.helenus .uptext-anim svg:nth-of-type(22) {
  transition-delay: 2100ms;
}
body.helenus .uptext-anim span:nth-of-type(23),
body.helenus .uptext-anim svg:nth-of-type(23) {
  transition-delay: 2200ms;
}
body.helenus .uptext-anim span:nth-of-type(24),
body.helenus .uptext-anim svg:nth-of-type(24) {
  transition-delay: 2300ms;
}
body.helenus .uptext-anim span:nth-of-type(25),
body.helenus .uptext-anim svg:nth-of-type(25) {
  transition-delay: 2400ms;
}
body.helenus .uptext-anim span:nth-of-type(26),
body.helenus .uptext-anim svg:nth-of-type(26) {
  transition-delay: 2500ms;
}
body.helenus .uptext-anim span:nth-of-type(27),
body.helenus .uptext-anim svg:nth-of-type(27) {
  transition-delay: 2600ms;
}
body.helenus .uptext-anim span:nth-of-type(28),
body.helenus .uptext-anim svg:nth-of-type(28) {
  transition-delay: 2700ms;
}
body.helenus .uptext-anim span:nth-of-type(29),
body.helenus .uptext-anim svg:nth-of-type(29) {
  transition-delay: 2800ms;
}
body.helenus .uptext-anim span:nth-of-type(30),
body.helenus .uptext-anim svg:nth-of-type(30) {
  transition-delay: 2900ms;
}
body.helenus .uptext-anim.active span,
body.helenus .uptext-anim.active svg {
  transform: translateY(0);
}
body.helenus .block-btn {
  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: relative;
  box-sizing: border-box;
  border: 1px solid #665a4d;
  height: 50px;
  background-color: #fffffe;
}
body.helenus .block-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: #665a4d;
}
body.helenus .move-btn::after {
  background-image: url("/contents/product/helenus/assets/common/arrow.svg");
  width: 25px;
  height: 5px;
}
body.helenus .tab-btn::after {
  background-image: url("/contents/product/helenus/assets/common/tab.svg");
  width: 10px;
  height: 10px;
}
body.helenus .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.helenus .copy_word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
body.helenus .copy_word_text {
  background-size: contain;
  background-repeat: no-repeat;
}
body.helenus .copy_word_text.text_L {
  width: 23px;
  height: 40px;
  background-image: url("/contents/product/helenus/assets/svg/text_L.svg");
  margin-right: 12px;
}
body.helenus .copy_word_text.text_O {
  width: 40px;
  height: 41px;
  background-image: url("/contents/product/helenus/assets/svg/text_O.svg");
  margin-right: 13px;
}
body.helenus .copy_word_text.text_V {
  width: 36px;
  height: 40px;
  background-image: url("/contents/product/helenus/assets/svg/text_V.svg");
  margin-right: 17px;
}
body.helenus .copy_word_text.text_E {
  width: 24px;
  height: 40px;
  background-image: url("/contents/product/helenus/assets/svg/text_E.svg");
}
body.helenus .copy_word_text.text_U {
  width: 34px;
  height: 40px;
  background-image: url("/contents/product/helenus/assets/svg/text_U.svg");
  margin-right: 21px;
}
body.helenus .copy_word_text.text_R {
  width: 31px;
  height: 40px;
  background-image: url("/contents/product/helenus/assets/svg/text_R.svg");
}
body.helenus .copy_word_text.text_S {
  width: 27px;
  height: 41px;
  background-image: url("/contents/product/helenus/assets/svg/text_S.svg");
  margin-right: 15px;
}
body.helenus .copy_word_text.text_C {
  width: 36px;
  height: 41px;
  background-image: url("/contents/product/helenus/assets/svg/text_C.svg");
  margin-right: 17px;
}
body.helenus .copy_word_text.text_N {
  width: 34px;
  height: 40px;
  background-image: url("/contents/product/helenus/assets/svg/text_N.svg");
  margin-right: 17px;
}
body.helenus .copy_word_text.text_T {
  width: 28px;
  height: 40px;
  background-image: url("/contents/product/helenus/assets/svg/text_T.svg");
  margin-right: 15px;
}
body.helenus .copy_word_text.text_dot {
  width: 9px;
  height: 8px;
  background-image: url("/contents/product/helenus/assets/svg/text_dot.svg");
}
body.helenus .copy_word:first-of-type {
  margin-right: 42px;
}
body.helenus .copy_word:first-of-type .text_O {
  margin-right: 13px;
}
body.helenus .copy_word:nth-of-type(2) {
  margin-right: 38px;
}
body.helenus .copy_word:nth-of-type(2) .text_O {
  margin-right: 18px;
}
body.helenus .copy_word:nth-of-type(3) .text_E {
  margin-right: 18px;
}
body.helenus main section.kv-wrap .kv {
  width: 100vw;
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  body.helenus main section.kv-wrap .kv {
    height: 9/1600vw;
  }
}
body.helenus main section.statement-wrap .statement {
  padding: 137px 0;
}
body.helenus main section.statement-wrap .statement-content p,
body.helenus main section.statement-wrap .statement-content a,
body.helenus main section.statement-wrap .statement-content span {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
body.helenus main section.statement-wrap .statement-content-title {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  margin-bottom: 56px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
body.helenus main section.statement-wrap .statement-content-main {
  margin-bottom: 35px;
}
body.helenus main section.statement-wrap .statement-content-main svg:first-of-type {
  display: inline;
}
body.helenus main section.statement-wrap .statement-content-main svg:last-of-type {
  display: none;
}
body.helenus main section.statement-wrap .statement-content-sub {
  margin-bottom: 60px;
}
body.helenus main section.statement-wrap .statement-content-sub p {
  font-size: calc(1rem + 2px);
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
body.helenus main section.statement-wrap .statement-content-btn {
  width: 400px;
  height: 52px;
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
body.helenus main section.statement-wrap .statement-content-btn span {
  position: relative;
  z-index: 20;
  display: inline-block;
  margin: auto 0;
  color: #999;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
}
body.helenus main section.visuals-wrap {
  padding-bottom: 185px;
}
body.helenus main section.visuals-wrap .visuals-content {
  padding: 20px;
  width: calc(100% - 40px);
  column-gap: 20px;
}
body.helenus main section.visuals-wrap .visuals-content-start,
body.helenus main section.visuals-wrap .visuals-content-end,
body.helenus main section.visuals-wrap .visuals-content-mid {
  height: 45.3125vw;
  height: 45.3125vw;
}
body.helenus main section.visuals-wrap .visuals-content-start picture,
body.helenus main section.visuals-wrap .visuals-content-end picture,
body.helenus main section.visuals-wrap .visuals-content-mid picture,
body.helenus main section.visuals-wrap .visuals-content-start img,
body.helenus main section.visuals-wrap .visuals-content-end img,
body.helenus main section.visuals-wrap .visuals-content-mid img {
  width: auto;
}
body.helenus main section.visuals-wrap .visuals-content-start img,
body.helenus main section.visuals-wrap .visuals-content-end img,
body.helenus main section.visuals-wrap .visuals-content-mid img {
  height: 100%;
}
body.helenus main section.visuals-wrap .visuals-content-start picture,
body.helenus main section.visuals-wrap .visuals-content-end picture,
body.helenus main section.visuals-wrap .visuals-content-mid picture {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 120%;
}
body.helenus main section.visuals-wrap .visuals-content-start,
body.helenus main section.visuals-wrap .visuals-content-end {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 20px;
}
body.helenus main section.visuals-wrap .visuals-content-start-start,
body.helenus main section.visuals-wrap .visuals-content-end-start,
body.helenus main section.visuals-wrap .visuals-content-start-end,
body.helenus main section.visuals-wrap .visuals-content-end-end {
  position: relative;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
body.helenus main section.visuals-wrap .visuals-content-start {
  -ms-flex-preferred-size: 14.84375vw;
  flex-basis: 14.84375vw;
}
body.helenus main section.visuals-wrap .visuals-content-start-start {
  -ms-flex-preferred-size: 15.625vw;
  flex-basis: 15.625vw;
}
body.helenus main section.visuals-wrap .visuals-content-start-start picture {
  transform: translate(-50%, -50%) scale(0.9);
}
body.helenus main section.visuals-wrap .visuals-content-start-end {
  -ms-flex-preferred-size: 28.125vw;
  flex-basis: 28.125vw;
}
body.helenus main section.visuals-wrap .visuals-content-start-end picture {
  transform: translate(-29%, -62%) scale(1.5);
}
body.helenus main section.visuals-wrap .visuals-content-mid {
  position: relative;
  -ms-flex-preferred-size: 47.65625vw;
  flex-basis: 47.65625vw;
  clip-path: inset(0 round 100px 0 100px 0);
}
body.helenus main section.visuals-wrap .visuals-content-mid picture {
  transform: translate(-50%, -50%) scale(1.1);
}
body.helenus main section.visuals-wrap .visuals-content-end {
  -ms-flex-preferred-size: 31.25vw;
  flex-basis: 31.25vw;
}
body.helenus main section.visuals-wrap .visuals-content-end-start picture {
  transform: translate(-50%, -42%) scale(1.2);
}
body.helenus main section.visuals-wrap .visuals-content-end-end picture {
  transform: translate(-50%, -50%) scale(0.9);
}
body.helenus main section.products-wrap .products {
  color: #665a4d;
}
body.helenus main section.products-wrap .products-content_info-content-main {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  transform: translateY(-35px);
}
body.helenus main section.products-wrap .products-content_info-content-main_title {
  padding-left: 15px;
  font-family: 'Jost', sans-serif;
  font-size: 84px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 84px;
  letter-spacing: 0.1em;
}
body.helenus main section.products-wrap .products-content_info-content-main-content {
  padding-left: 9.921875vw;
  width: 340px;
}
body.helenus main section.products-wrap .products-content_info-content-main-content-head {
  font-family: 'Jost', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
body.helenus main section.products-wrap .products-content_info-content-main-content-body {
  font-family: 'Jost', sans-serif;
  font-size: calc(1rem + 2px);
  line-height: 2;
  margin-bottom: 36px;
  letter-spacing: 0.1em;
}
body.helenus main section.products-wrap .products-content_info-content-main-content-btn a {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
body.helenus main section.products-wrap .products-content_info-content-deco {
  position: relative;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  width: 100%;
  aspect-ratio: 1/1;
}
body.helenus main section.products-wrap .products-content_info-content-deco-bg {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
body.helenus main section.products-wrap .products-content_info-content-deco-bg-color {
  position: absolute;
  top: 0;
  right: 0;
  height: 80%;
  aspect-ratio: 1/1;
  background-color: #e4bdb0;
}
@supports not (aspect-ratio: 1/1) {
  body.helenus main section.products-wrap .products-content_info-content-deco-bg-color {
    width: 60%;
  }
}
body.helenus main section.products-wrap .products-content_info-content-deco-bg-frame {
  margin: 0 0 0 auto;
  height: 80%;
  width: auto;
  aspect-ratio: 1/1;
}
@supports not (aspect-ratio: 1/1) {
  body.helenus main section.products-wrap .products-content_info-content-deco-bg-frame {
    width: 80%;
  }
}
body.helenus main section.products-wrap .products-content_info-content-deco-bg-frame picture {
  position: absolute;
  z-index: 20;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 97%;
}
body.helenus main section.products-wrap .products-content_list {
  padding: 27px 20px 20px;
}
body.helenus main section.products-wrap .products-content_list-content {
  column-gap: 20px;
}
body.helenus main section.products-wrap .products-content_list-content-item {
  -ms-flex-preferred-size: calc(100% - 80px);
  flex-basis: calc(100% - 80px);
}
body.helenus main section.products-wrap .products-content_list-content-item-content {
  position: relative;
  display: block;
}
body.helenus main section.products-wrap .products-content_list-content-item-content-cover,
body.helenus main section.products-wrap .products-content_list-content-item-content-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.helenus main section.products-wrap .products-content_list-content-item-content-cover p,
body.helenus main section.products-wrap .products-content_list-content-item-content-text p {
  color: #fffffe;
}
body.helenus main section.products-wrap .products-content_list-content-item-content-cover p svg path,
body.helenus main section.products-wrap .products-content_list-content-item-content-text p svg path {
  stroke: #fffffe;
}
body.helenus main section.products-wrap .products-content_list-content-item-content-bg {
  position: relative;
  z-index: 0;
}
body.helenus main section.products-wrap .products-content_list-content-item-content-bg picture {
  clip-path: inset(0);
  filter: blur(0);
  transition: filter 400ms cubic-bezier(0, 0.55, 0.45, 1);
}
body.helenus main section.products-wrap .products-content_list-content-item-content-text {
  z-index: 10;
  box-sizing: border-box;
  padding: 2.03125vw 0 0 3.125vw;
  font-family: 'Jost', sans-serif;
  font-size: 42px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
body.helenus main section.products-wrap .products-content_list-content-item-content-text p {
  position: relative;
  display: inline;
  margin-right: 43px;
}
body.helenus main section.products-wrap .products-content_list-content-item-content-text p svg {
  position: absolute;
  bottom: 28px;
  right: -43px;
}
body.helenus main section.products-wrap .products-content_list-content-item-content-cover {
  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;
  row-gap: 2px;
  z-index: 5;
  background-color: rgba(255,255,255,0);
  opacity: 0;
  transition: background-color 400ms cubic-bezier(0, 0.55, 0.45, 1), opacity 400ms cubic-bezier(0, 0.55, 0.45, 1);
}
body.helenus main section.products-wrap .products-content_list-content-item-content-cover-text {
  padding: 0 40px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
body.helenus main section.products-wrap .products-content_list-content-item-content-cover_more {
  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;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
}
body.helenus main section.products-wrap .products-content_list-content-item-content-cover_more svg {
  margin-left: 6px;
}
@-moz-document url-prefix() {
  body.helenus main section.products-wrap .products-content_list-content-item-content-cover:hover ~ .products-content_list-content-item-content-bg picture {
    clip-path: inset(0);
    filter: blur(18px);
  }
}


/* add 24/05 */
.top-kv-slick{
  width: 100%;
}

.top-kv-slick .slick-dots{
  list-style: none;
  bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .top-kv-slick .slick-dots{
    bottom: 10px;
  }
}

.top-kv-slick .slick-dots li:before{
  background: none;
}

.top-kv-slick .slick-dots li button::before{
  font-size: 10px;
  color: #fff;
  opacity: 1;
}

.top-kv-slick .slick-dots li.slick-active button::before{
  color: #D8A380;
}

.slick-dotted.slick-slider{
  margin-bottom: 0;
}

.products-content_list-content.flex{
  flex-wrap: wrap;
  justify-content: space-between;
}

.products-content_list-content-item{
  width: 32%;
  flex-basis:auto !important;
}

@media screen and (max-width: 1024px) {
  .products-content_list-content-item{
    width: 100%;
    flex-basis:auto !important;
  }
}

.products-content_list-content-item.pure_skin{
  margin-top: 23px;
  width: 100%;
}

.products-content_list-content-item.pure_skin .products-content_list-content-item-content-cover-text{
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .products-content_list-content-item.pure_skin .products-content_list-content-item-content-cover-text{
    text-align: left;
  }
}

body.helenus main section.visuals-wrap .visuals-content{
  padding: 20px 20px 0 20px;
}

body.helenus main section.visuals-wrap .visuals-content-under-left{
  position: relative;
  -ms-flex-preferred-size: 65vw;
  flex-basis: 65vw;
  height: 27vw;
  clip-path: inset(0);
}

body.helenus main section.visuals-wrap .visuals-content-under-left picture {
  transform: translate(-50%, -50%) scale(1.2);
}

body.helenus main section.visuals-wrap .visuals-content-under-left img {
  width: auto;
  height: 100%;
}

body.helenus main section.visuals-wrap .visuals-content-under-right{
  position: relative;
  -ms-flex-preferred-size: 35vw;
  flex-basis: 35vw;
  clip-path: inset(0 round 50px 0 50px 0);
}

body.helenus main section.visuals-wrap .visuals-content-under-right picture {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
}

body.helenus main section.visuals-wrap .visuals-content-under-right img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  body.helenus main section.visuals-wrap .visuals-content.pure{
    flex-direction: row;
  }
  body.helenus main section.visuals-wrap .visuals-content-under-left{
    height: 26vw;
    -ms-flex-preferred-size: 35vw;
    flex-basis: 35vw;
  }
  
  body.helenus main section.visuals-wrap .visuals-content-under-right{
    -ms-flex-preferred-size: 65vw;
    flex-basis: 65vw;
    clip-path: inset(0 round 0 0 0 0);
  }
}