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;
  -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);
  }
}
@-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,
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: #665a4d;
}
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.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.forth div:nth-of-type(1) {
  transition-delay: 490ms;
}
.menu-open .float_text_col.forth div:nth-of-type(2) {
  transition-delay: 560ms;
}
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;
  -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);
  }
}
.soft-color-list {
  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;
}
.soft-color-list-item {
  margin-left: 10px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.soft-color-list-item::before {
  top: 0.6em;
  left: -10px;
  background-color: #e2b1a0;
}
.imgcompo {
  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;
}
.imgcompo-item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 20px;
}
.imgcompo-item-block-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.imgcompo-item-block_info {
  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: 1px;
}
.imgcompo-item-block_info_name {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.imgcompo-item-block_info_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 3px;
}
.imgcompo-item-block_info_tag p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}
.imgcompo-item-block_info_tag p::before {
  content: '#';
}
.product-cart-list p.annotation {
  margin-top: 10px;
  text-align: right;
}
.product-cart-list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-cart-list-content-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-cart-list-content-item-content_name {
  -ms-flex-preferred-size: 21.01492537313433%;
  flex-basis: 21.01492537313433%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
}
.product-cart-list-content-item-content_name p {
  margin-top: 7px;
  padding: 6px;
  background-color: #fffffe;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.product-cart-list-content-item-content_cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 2px;
}
.product-cart-list-content-item-content_cost p {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.product-cart-list-content-item-content_cost p:first-of-type {
  font-family: 'Jost', sans-serif;
}
.product-cart-list-content-item-content_cost p span {
  line-height: 1.2;
  letter-spacing: 0;
}
.product-cart-list-content-item-content_cost p span.yen {
  font-size: 14px;
  font-weight: 700;
  margin: 0 4px;
}
.product-cart-list-content-item-content_cost p span.tax {
  font-size: 12px;
}
.product-cart-list-content-item-content_cost p.sale-msg {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0;
}
.product-cart-list-content-item-content-btn {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.product-cart-list-content-item-content-btn button {
  cursor: pointer;
  margin-top: 4px;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  border-radius: 50px;
  background-color: #665a4d;
  border: 1px solid #665a4d;
  transition: background-color 400ms cubic-bezier(0, 0.55, 0.45, 1);
  color: #fffffe;
}
.product-cart-list-content-item-content-btn button span {
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
.product-cart-list-content-item-content-btn button:hover {
  background-color: #fffffe;
}
.product-cart-list-content-item-content-btn button:hover span {
  color: #665a4d;
}
.product-cart-list-content-item.main-item:not(:first-of-type) {
  margin-top: 12px;
}
.product-cart-list-content-item.sub-item {
  margin-top: 20px;
}
.product-cart-list-content-item.sub-item .product-cart-list-content-item-content_name p {
  font-size: 11px;
}
.cost-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px 20px;
}
.cost-set_title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cost-set_title-content p {
  background-color: #fbf9f6;
  padding: 0 10px;
  clip-path: inset(0 round 50px);
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0em;
}
.cost-set_value-content p {
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.cost-set_value-content p span.yen {
  margin: 0 4px 0 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0em;
}
.cost-set_value-content p span.tax {
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
.cost-set-btn {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.cost-set-btn-content button {
  cursor: pointer;
  background-color: #665a4d;
  padding: 6px 0;
  border: transparent solid 1px;
  border-radius: 50px;
  text-align: center;
  color: #fffffe;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  transition: background-color 400ms cubic-bezier(0, 0.55, 0.45, 1), color 400ms cubic-bezier(0, 0.55, 0.45, 1), border-color 400ms cubic-bezier(0, 0.55, 0.45, 1);
}
.buy-select-wrap .buy-select {
  position: relative;
}
.buy-select-wrap .buy-select::after {
  content: '';
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 10px;
  transform: translateY(-75%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #665a4d;
  border-right: 1px solid #665a4d;
}
.buy-select-wrap .buy-select select {
  padding-left: 15px;
}
.product-modal-wrap {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(102,90,77,0.7);
}
.product-modal-wrap.modal-active {
  display: block;
}
@media screen and (max-height: 800px) {
  .product-modal-wrap#modal-subscribe {
    overflow: auto;
  }
  .product-modal-wrap#modal-subscribe .product-modal {
    min-height: 800px;
    top: 0;
    transform: translate(-50%, 0);
  }
}
.product-modal-wrap#modal-subscribe .product-modal-content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product-modal-wrap .product-modal {
  width: 64.0625%;
  min-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-modal-wrap .product-modal-close-btn {
  position: relative;
  width: 100%;
  height: 60px;
}
.product-modal-wrap .product-modal-close-btn-content {
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 62px;
  height: 60px;
  cursor: pointer;
}
.product-modal-wrap .product-modal-close-btn-content span {
  position: absolute;
  top: 30px;
  width: 70px;
  height: 1px;
  background-color: #fffffe;
  transform-origin: 50% 50%;
  transition: transform 400ms ease;
}
.product-modal-wrap .product-modal-close-btn-content span:first-of-type {
  transform: rotate(40deg);
}
.product-modal-wrap .product-modal-close-btn-content span:last-of-type {
  transform: rotate(-40deg);
}
.product-modal-wrap .product-modal-close-btn-content:hover span:first-of-type {
  transform: rotate(30deg);
}
.product-modal-wrap .product-modal-close-btn-content:hover span:last-of-type {
  transform: rotate(-30deg);
}
.product-modal-wrap .product-modal-content {
  position: relative;
  column-gap: 40px;
  background-color: #fffffe;
  padding: 60px;
  padding-right: 80px;
}
.product-modal-wrap .product-modal-content_visual,
.product-modal-wrap .product-modal-content__info {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.product-modal-wrap .product-modal-content_info-content {
  width: 320px;
  margin: 0 auto;
}
.product-modal-wrap .product-modal-content_info-content_name {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
.product-modal-wrap .product-modal-content_info-content_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  column-gap: 7px;
  font-family: 'Jost', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.product-modal-wrap .product-modal-content_info-content_type .quantity {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.product-modal-wrap .product-modal-content_info-content_product_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  column-gap: 3px;
  margin-bottom: 20px;
}
.product-modal-wrap .product-modal-content_info-content_product_number p {
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
.product-modal-wrap .product-modal-content_info-content_product_number p.number {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.product-modal-wrap .product-modal-content_info-content_cost-content {
  row-gap: 40px;
}
.product-modal-wrap .product-modal-content_info-content_cost-content_order {
  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;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  column-gap: 30px;
}
.product-modal-wrap .product-modal-content_info-content_cost-content_order_cost {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  font-family: 'Jost', sans-serif;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.product-modal-wrap .product-modal-content_info-content_cost-content_order_cost .yen {
  font-family: 'YuGothic', sans-serif;
  font-size: 16px;
}
.product-modal-wrap .product-modal-content_info-content_cost-content_order_cost .tax {
  font-family: 'YuGothic', sans-serif;
  font-size: 14px;
}
.product-modal-wrap .product-modal-content_info-content_cost-content_order_num {
  column-gap: 10px;
}
.product-modal-wrap .product-modal-content_info-content_cost-content_order_num select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  width: 80px;
  height: 43px;
  background-color: transparent;
  color: #665a4d;
  border-color: #665a4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
.product-modal-wrap .product-modal-content_info-content_cost-content-btn {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  min-height: 52px;
}
.product-modal-wrap .product-modal-content_info-content_cost-content-btn button {
  cursor: pointer;
}
.product-modal-wrap .product-modal-content_info-content_cost-content-btn button span {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_cost,
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_num {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_cost {
  margin-bottom: 15px;
}
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_cost-item {
  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;
  column-gap: 20px;
  max-width: 240px;
}
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_cost-item_name {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1;
}
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_cost-item_name p {
  border-radius: 50px;
  padding: 0 18px;
  background-color: #fbf9f6;
  text-align: center;
}
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_cost-item>p .yen {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  margin: 0 3px 0 7px;
}
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_cost-item>p .tax {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0;
}
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_cost-item.main-order .product-modal-content_info-content_cost-content_order_cost-item_name {
  font-size: 14px;
}
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_cost-item.main-order>p {
  font-size: 32px;
}
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_cost-item.main-order>p .yen {
  font-size: 14px;
}
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_cost-item.sub-order .product-modal-content_info-content_cost-content_order_cost-item_name {
  font-size: 12px;
}
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_cost-item.sub-order .product-modal-content_info-content_cost-content_order_cost-item_name p {
  padding: 0 20px;
}
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_cost-item.sub-order>p {
  font-size: 24px;
}
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_cost-item.sub-order>p .yen {
  font-size: 12px;
}
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_num {
  row-gap: 18px;
  margin-bottom: 20px;
}
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_num-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_num-item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_num-item p:first-of-type {
  margin-right: 20px;
}
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_num-item .for-layout {
  opacity: 0 !important;
  pointer-events: none !important;
}
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_num-item .buy-select-wrap {
  margin-right: 10px;
}
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_annotation ul {
  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: 8px;
}
.product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_annotation ul li::before {
  content: '※';
  top: 1px;
  background-color: transparent;
}
.skinscent-wrap {
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms cubic-bezier(0, 0.55, 0.45, 1);
  position: fixed;
  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;
  z-index: 1000;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translateX(-50%);
  margin: 0 auto;
  background-color: rgba(102,90,77,0.7);
}
.skinscent-wrap.modal-active {
  opacity: 1;
  pointer-events: auto;
}
.skinscent-wrap .skinscent {
  position: relative;
  background-color: #fbf0e8;
  border-radius: 10px;
  width: 335px;
  margin: auto 20px;
}
.skinscent-wrap .skinscent-close-btn {
  position: absolute;
  top: -55px;
  right: 0;
  cursor: pointer;
  width: 43px;
  aspect-ratio: 1/1;
}
.skinscent-wrap .skinscent-close-btn span {
  position: absolute;
  top: 50%;
  right: -8px;
  width: 58px;
  height: 1px;
  background-color: #fffffe;
  transition: transform 400ms cubic-bezier(0, 0.55, 0.45, 1);
}
.skinscent-wrap .skinscent-close-btn span:first-of-type {
  transform: translateY(-50%) rotate(45deg);
}
.skinscent-wrap .skinscent-close-btn span:last-of-type {
  transform: translateY(-50%) rotate(-45deg);
}
.skinscent-wrap .skinscent-content {
  padding: 60px 20px 74px;
}
.skinscent-wrap .skinscent-content_title-content {
  margin-bottom: 12px;
}
.skinscent-wrap .skinscent-content_title-content p {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.skinscent-wrap .skinscent-content_body-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.movie-modal-wrap {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  background-color: rgba(102,90,77,0.7);
}
.movie-modal-wrap.modal-active {
  display: block;
}
.movie-modal-wrap .movie-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 375px;
  padding-top: 43px;
}
.movie-modal-wrap .movie-modal-close-btn {
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
  width: 43px;
  aspect-ratio: 1/1;
}
.movie-modal-wrap .movie-modal-close-btn span {
  position: absolute;
  top: 50%;
  right: -8px;
  width: 58px;
  height: 1px;
  background-color: #fffffe;
  transition: transform 400ms cubic-bezier(0, 0.55, 0.45, 1);
}
.movie-modal-wrap .movie-modal-close-btn span:first-of-type {
  transform: translateY(-50%) rotate(45deg);
}
.movie-modal-wrap .movie-modal-close-btn span:last-of-type {
  transform: translateY(-50%) rotate(-45deg);
}
.movie-modal-wrap .movie-modal-content {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.movie-modal-wrap .movie-modal-content .video-with-button {
  max-width: none;
  margin: 0;
}
.movie-modal-wrap .movie-modal-content .video-with-button video {
  display: block;
  width: 100%;
  height: auto;
}
.slick {
  position: relative;
  padding-bottom: 20px;
}
.slick-ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  column-gap: 12px;
}
.slick-ui p {
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.slick-ui div {
  cursor: pointer;
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slick-ui div:nth-last-of-type(2) {
  left: -30px;
  transform: translate(-100%, -50%) rotate(180deg);
}
.slick-ui div:nth-last-of-type(1) {
  right: -30px;
  transform: translate(100%, -50%);
}
.slick-ui div svg {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0);
  padding: 5px 0;
}
.slick-container {
  margin: 0 auto;
  width: 100%;
}
.slick-container .slick-item {
  display: none;
}
.slick-container .slick-slide {
  padding: 0 10px;
}
.landscape-wrap {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #f5f2ec;
  transition: opacity 400ms cubic-bezier(0, 0.55, 0.45, 1);
}
.landscape-wrap .landscape {
  width: 100%;
  height: 100%;
  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;
}
.landscape-wrap .landscape-content p {
  text-align: center;
}
.landscape-wrap .landscape-content_title-content p {
  color: #e2b1a0;
  transform: scale(1);
}
.landscape-wrap .landscape-content_visual-content {
  transform-origin: bottom center;
  transform: rotate(-90deg);
  transition: transform 800ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.product-modal-success,
.product-modal-error {
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms cubic-bezier(0, 0.55, 0.45, 1);
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-modal-success.belt-active,
.product-modal-error.belt-active {
  opacity: 1;
  pointer-events: auto;
}
.product-modal-success-content,
.product-modal-error-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: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 53.2319391634981%;
}
.product-modal-success-content p,
.product-modal-error-content p {
  text-align: center;
}
.product-modal-success-content_title-content p,
.product-modal-error-content_title-content p {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.product-modal-success-content_show_cart,
.product-modal-error-content_show_cart {
  width: 340px;
}
.product-modal-success-content_show_cart a,
.product-modal-error-content_show_cart a {
  display: block;
  background-color: #fffffe;
  padding: 12px 0;
  border: 1px solid #665a4d;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
.product-modal-success-content {
  row-gap: 24px;
  background-color: #e3cdba;
}
.product-modal-success-content_title-content p {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.product-modal-success-content_show_cart {
  width: 340px;
}
.product-modal-success-content_show_cart a {
  display: block;
  border: 1px solid #665a4d;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
.product-modal-error-content {
  row-gap: 18px;
  background-color: #f2dcdb;
}
.product-modal-error-content-close-btn {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.product-modal-error-content-close-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 37px;
  height: 1px;
  background-color: #665a4d;
  transition: transform 400ms cubic-bezier(0, 0.55, 0.45, 1);
}
.product-modal-error-content-close-btn span:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}
.product-modal-error-content-close-btn span:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.product-modal-error-content_title-content p {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.product-modal-error-content_message-content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
body.helenus.SP .movie-modal-wrap .movie-modal {
  width: 41.6vh;
}
body.helenus.SP .movie-modal-wrap .movie-modal-close-btn {
  right: 0;
}
body.helenus.SP .movie-modal-wrap .movie-modal-content {
  padding: 20px 0 0;
}
body.helenus.TAB .slick {
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  body.helenus .product-modal-wrap {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  body.helenus .product-modal-wrap .product-modal {
    width: calc(100% - 40px);
    min-width: auto;
    height: inherit;
  }
  body.helenus .product-modal-wrap .product-modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    padding: 40px;
  }
  body.helenus .product-modal-wrap .product-modal-content_info-content {
    width: 100%;
  }
  body.helenus .product-modal-wrap .product-modal-content_info-content_name {
    font-size: 24px;
    margin-bottom: 4px;
  }
  body.helenus .product-modal-wrap .product-modal-content_info-content_type {
    font-size: 20px;
    margin-bottom: 3px;
  }
  body.helenus .product-modal-wrap .product-modal-content_info-content_product_number {
    margin-bottom: 10px;
  }
  body.helenus .product-modal-wrap .product-modal-content_info-content_cost {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  body.helenus .product-modal-wrap .product-modal-content_info-content_cost-content_order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  body.helenus .product-modal-wrap .product-modal-content_info-content_cost-content_order_num {
    width: 100%;
  }
  body.helenus .product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  body.helenus .product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_num,
  body.helenus .product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_cost {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  body.helenus .product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_cost {
    margin-bottom: 23px;
  }
  body.helenus .product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_num-item {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body.helenus .product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_num-item p,
  body.helenus .product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_num-item select {
    margin: 0;
  }
  body.helenus .product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_num-item p {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  body.helenus .product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_num-item p:first-of-type {
    -ms-flex-preferred-size: 27.450980392156865%;
    flex-basis: 27.450980392156865%;
    margin-right: 12px;
  }
  body.helenus .product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_num-item .buy-select-wrap {
    -ms-flex-preferred-size: 58.03921568627452%;
    flex-basis: 58.03921568627452%;
  }
  body.helenus .product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_num-item .buy-select-wrap .buy-select select {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  body.helenus .product-modal-wrap .product-modal-content_info-content_cost-content.once .product-modal-content_info-content_cost-content_order_cost {
    margin-bottom: 13px;
  }
  body.helenus .product-modal-wrap .product-modal-content_info-content_cost-content.once .product-modal-content_info-content_cost-content_order_num .buy-select-wrap {
    -ms-flex-preferred-size: 80.7843137254902%;
    flex-basis: 80.7843137254902%;
    width: 80.7843137254902%;
  }
  body.helenus .product-modal-wrap .product-modal-content_info-content_cost-content.once .product-modal-content_info-content_cost-content_order_num .buy-select-wrap .buy-select select {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  body.helenus .product-modal-wrap .product-modal-content_info-content_cost-content.sample {
    row-gap: 33px;
  }
  .product-modal-success-content,
  .product-modal-error-content {
    padding: 55px 20px;
    box-sizing: border-box;
    height: fit-content;
  }
  .product-modal-success-content_title-content p,
  .product-modal-error-content_title-content p {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .product-modal-success-content_show_cart,
  .product-modal-error-content_show_cart {
    width: 340px;
  }
  .product-modal-success-content_show_cart a,
  .product-modal-error-content_show_cart a {
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .product-modal-success-content_title-content p {
    font-size: 22px;
  }
  .product-modal-success-content_show_cart {
    width: 100%;
  }
  .product-modal-success-content_show_cart a {
    font-size: 16px;
  }
  .product-modal-error-content_title-content p {
    font-size: 22px;
  }
  .product-modal-error-content_show_cart {
    width: 100%;
  }
  .product-modal-error-content_show_cart a {
    font-size: 16px;
  }
  .slick-container {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .cost-set-btn-content button:hover {
    background-color: #fffffe;
    color: #665a4d;
    border-color: #665a4d;
  }
  .skinscent-wrap .skinscent-close-btn:hover span:first-of-type {
    transform: translateY(-50%) rotate(30deg);
  }
  .skinscent-wrap .skinscent-close-btn:hover span:last-of-type {
    transform: translateY(-50%) rotate(-30deg);
  }
  .movie-modal-wrap .movie-modal-close-btn:hover span:first-of-type {
    transform: translateY(-50%) rotate(30deg);
  }
  .movie-modal-wrap .movie-modal-close-btn:hover span:last-of-type {
    transform: translateY(-50%) rotate(-30deg);
  }
  .product-modal-wrap .product-modal-content_info-content_cost-content.subscribe .product-modal-content_info-content_cost-content_order_num-item p:first-of-type {
    min-width: 100px;
  }
  .product-modal-error-content-close-btn:hover span:first-of-type {
    transform: translate(-50%, -50%) rotate(30deg);
  }
  .product-modal-error-content-close-btn:hover span:last-of-type {
    transform: translate(-50%, -50%) rotate(-30deg);
  }
}
@media screen and (max-width: 1366px) and (orientation: landscape) {
  body.helenus.TAB .landscape-wrap,
  body.helenus.SP .landscape-wrap {
    opacity: 1;
    pointer-events: auto;
  }
  body.helenus.TAB .landscape-wrap .landscape-content_title-content p,
  body.helenus.SP .landscape-wrap .landscape-content_title-content p {
    font-family: 'Jost', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
    animation: error 400ms linear 400ms;
  }
  body.helenus.TAB .landscape-wrap .landscape-content_text-content p,
  body.helenus.SP .landscape-wrap .landscape-content_text-content p {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  body.helenus.TAB .landscape-wrap .landscape-content_visual-content,
  body.helenus.SP .landscape-wrap .landscape-content_visual-content {
    margin: 0 auto;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 844px) and (orientation: landscape) {
  .landscape-wrap {
    opacity: 1;
    pointer-events: auto;
  }
  .landscape-wrap .landscape-content_title-content p {
    font-size: 16px;
    animation: error 400ms linear 400ms;
  }
  .landscape-wrap .landscape-content_text-content p {
    font-size: 20px;
  }
  .landscape-wrap .landscape-content_visual-content {
    margin: 0 auto;
    width: 240px;
    transform: rotate(0deg);
  }
}
@media screen and (max-height: 730px) {
  .movie-modal-wrap {
    overflow: auto;
  }
  .movie-modal-wrap .movie-modal {
    top: 55px;
    transform: translate(-50%, 0);
  }
}
@-moz-keyframes error {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes error {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes error {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes error {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
body.helenus {
  width: 100vw;
  min-height: 100vh;
}
body.helenus .split-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.helenus .split-wrap.question .left-container,
body.helenus .split-wrap.question .right-container {
  display: none;
}
body.helenus .split-wrap .left,
body.helenus .split-wrap .right,
body.helenus .split-wrap .main {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
body.helenus .split-wrap .left,
body.helenus .split-wrap .right {
  position: fixed;
  top: 0;
  width: calc((100vw - 375px) / 2);
  height: 100vh;
  -ms-flex-preferred-size: calc((100vw - 375px) / 2);
  flex-basis: calc((100vw - 375px) / 2);
  -ms-flex-negative: 1;
  flex-shrink: 1;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
body.helenus .split-wrap .left-container,
body.helenus .split-wrap .right-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
body.helenus .split-wrap .left {
  left: 0;
  background-image: url("/contents/product/helenus/assets/split/left.png");
}
body.helenus .split-wrap .left-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  transition: opacity 400ms cubic-bezier(0, 0.55, 0.45, 1);
}
body.helenus .split-wrap .left-container .left-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: 40px;
}
body.helenus .split-wrap .left-container .left-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: 15px;
}
body.helenus .split-wrap .left-container .left-content_links-content-item a {
  padding-right: 37px;
  font-family: 'Jost', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
body.helenus .split-wrap .left-container .left-content_links-content-item a svg {
  right: 0;
}
body.helenus .split-wrap .left-container .left-content_share-content_title {
  margin-bottom: 12px;
}
body.helenus .split-wrap .left-container .left-content_share-content_title-content p {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
body.helenus .split-wrap .left-container .left-content_share-content_body-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 15px;
}
body.helenus .split-wrap .left-container .left-content_share-content_body-content-item a {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  clip-path: inset(0 round 50%);
  transition: background-color 400ms cubic-bezier(0, 0.55, 0.45, 1);
}
body.helenus .split-wrap .left-container .left-content_share-content_body-content-item a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.helenus .split-wrap .left-container .left-content_share-content_body-content-item a svg path,
body.helenus .split-wrap .left-container .left-content_share-content_body-content-item a svg rect {
  transition: fill 400ms cubic-bezier(0, 0.55, 0.45, 1);
}
body.helenus .split-wrap .left-container .left-content_share-content_body-content-item a.twitter {
  background-color: #1d9bf0;
}
body.helenus .split-wrap .left-container .left-content_share-content_body-content-item a.twitter:hover svg path,
body.helenus .split-wrap .left-container .left-content_share-content_body-content-item a.twitter:hover svg rect {
  fill: #1d9bf0;
}
body.helenus .split-wrap .left-container .left-content_share-content_body-content-item a.facebook {
  background-color: #1877f2;
}
body.helenus .split-wrap .left-container .left-content_share-content_body-content-item a.facebook:hover svg path,
body.helenus .split-wrap .left-container .left-content_share-content_body-content-item a.facebook:hover svg rect {
  fill: #1877f2;
}
body.helenus .split-wrap .left-container .left-content_share-content_body-content-item a:hover {
  background-color: #fffffe;
}
body.helenus .split-wrap .right {
  right: 0;
  background-image: url("/contents/product/helenus/assets/split/right.png");
  background-position: 90%;
}
body.helenus .split-wrap .right-container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
body.helenus .split-wrap .right-container .right-content {
  padding-left: 40px;
}
body.helenus .split-wrap .right-container .right-content_banar {
  width: 373px;
  background-color: #fffffe;
  padding: 20px;
  box-sizing: border-box;
  clip-path: inset(0px round 10px 10px 0 0);
  transform: translate(0);
  transition: transform 400ms cubic-bezier(0, 0.55, 0.45, 1);
}
body.helenus .split-wrap .right-container .right-content_banar-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: center;
  -ms-flex-align: center;
  align-items: center;
}
body.helenus .split-wrap .right-container .right-content_banar-content_title {
  margin-bottom: 2px;
}
body.helenus .split-wrap .right-container .right-content_banar-content_title-content p {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #e2b1a0;
}
body.helenus .split-wrap .right-container .right-content_banar-content_name {
  margin-bottom: 16px;
}
body.helenus .split-wrap .right-container .right-content_banar-content_name-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
body.helenus .split-wrap .right-container .right-content_banar-content_body-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 20px;
}
body.helenus .split-wrap .right-container .right-content_banar-content_body-content_cost {
  max-width: 190px;
}
body.helenus .split-wrap main {
  -ms-flex-preferred-size: 375px;
  flex-basis: 375px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  box-shadow: 0 0 30px 5px rgba(0,0,0,0.2);
  max-width: 375px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fbf0e8;
  padding: 0;
}
body.helenus .split-wrap main .split-ui-wrap {
  position: relative;
  pointer-events: none;
}
body.helenus .split-wrap main .split-ui-wrap .split-ui {
  opacity: 1;
  pointer-events: auto;
  position: fixed;
  z-index: 90;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 375px;
}
body.helenus .split-wrap main .split-ui-wrap .split-ui a {
  height: 75px;
  transition: opacity 400ms ease, height 400ms ease;
}
body.helenus .split-wrap main .split-ui-wrap .split-ui button {
  transform: translateY(0);
  transition: opacity 400ms ease, transform 400ms ease;
}
body.helenus .split-wrap main .split-ui-wrap .split-ui.reached a {
  opacity: 0;
  pointer-events: none;
  height: 0;
}
body.helenus .split-wrap main .split-ui-wrap .split-ui.reached-share-area {
  pointer-events: none;
}
body.helenus .split-wrap main .split-ui-wrap .split-ui.reached-share-area button {
  opacity: 0;
  pointer-events: none;
  transform: translateY(150%);
}
body.helenus .split-wrap main .split-ui-wrap .split-ui-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: 20px;
}
body.helenus .split-wrap main .split-ui-wrap .split-ui-content_share {
  pointer-events: auto;
  margin-right: 20px;
  background-color: #eaa678;
  padding: 15px 18px 14px 16px;
  border-radius: 50%;
}
body.helenus .split-wrap main .split-ui-wrap .split-ui-content_bar {
  pointer-events: auto;
  background-color: #fffffe;
  width: 100%;
}
body.helenus .split-wrap main .split-ui-wrap .split-ui-content_bar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 20px 13px;
}
body.helenus .split-wrap main .split-ui-wrap .split-ui-content_bar-content_visual {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  width: 50px;
  margin-right: 20px;
}
body.helenus .split-wrap main .split-ui-wrap .split-ui-content_bar-content_body {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
}
body.helenus .split-wrap main .split-ui-wrap .split-ui-content_bar-content_body-content_title-content p {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #e2b1a0;
}
body.helenus .split-wrap main .split-ui-wrap .split-ui-content_bar-content_body-content_name-content p {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
body.helenus .split-wrap main .split-ui-wrap .split-ui-content_bar-content_icon {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 10px;
  height: 10px;
}
body.helenus .split-wrap main .split-ui-wrap .split-ui-content_bar-content_icon-content {
  position: relative;
  width: 100%;
  height: 100%;
}
body.helenus .split-wrap main .split-ui-wrap .split-ui-content_bar-content_icon-content span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 2px;
  border-radius: 1px;
  background-color: #665a4d;
}
body.helenus .split-wrap main .split-ui-wrap .split-ui-content_bar-content_icon-content span:first-of-type {
  transform: translate(-32%, -50%) rotate(45deg);
}
body.helenus .split-wrap main .split-ui-wrap .split-ui-content_bar-content_icon-content span:last-of-type {
  transform: translate(32%, -50%) rotate(-45deg);
}
body.helenus.SP .split-wrap main {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  max-width: none;
}
body.helenus.SP .split-wrap main .split-ui-wrap .split-ui {
  width: 100%;
}
body.helenus.SP .split-wrap main .split-ui-wrap .split-ui a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.helenus.SP .split-wrap main .split-ui-wrap .split-ui-content_bar-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.helenus.PC .split-ui-wrap .split-ui-content_share {
  display: none;
}
@media (orientation: portrait) {
  body.helenus.split.TAB .product-modal-wrap .product-modal {
    max-width: 335px;
    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;
  }
}
@media screen and (max-width: 1140px) {
  body.helenus .split-wrap .left-container {
    opacity: 0;
    pointer-events: none;
  }
  body.helenus .split-wrap .right-container .right-content_banar {
    transform: translateY(100%);
    padding: 0;
  }
}
body.helenus {
  min-height: unset;
}
body.helenus .progress-container {
  position: relative;
  width: 250px;
  height: 250px;
}
body.helenus .progress-container.complete .progress {
  width: 350px;
  height: 350px;
  opacity: 0;
}
body.helenus .progress-container.complete .progress .mask-circle {
  width: 288px;
  height: 288px;
  opacity: 0;
}
body.helenus .progress-container.complete .progress .progress-left-content,
body.helenus .progress-container.complete .progress .progress-right-content {
  width: 288px;
  height: 288px;
  opacity: 0;
}
body.helenus .progress-container .progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 250px;
  height: 250px;
  background-color: #e2b1a0;
  border-radius: 50%;
  transition: width 400ms cubic-bezier(0, 0.55, 0.45, 1), height 400ms cubic-bezier(0, 0.55, 0.45, 1), opacity 400ms cubic-bezier(0, 0.55, 0.45, 1);
}
body.helenus .progress-container .progress .mask-circle {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 202px;
  height: 202px;
  background-color: #fbf0e8;
  border-radius: 50%;
  transition: width 400ms cubic-bezier(0, 0.55, 0.45, 1), height 400ms cubic-bezier(0, 0.55, 0.45, 1), opacity 400ms cubic-bezier(0, 0.55, 0.45, 1);
}
body.helenus .progress-container .progress .progress-left,
body.helenus .progress-container .progress .progress-right {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.helenus .progress-container .progress .progress-left-content,
body.helenus .progress-container .progress .progress-right-content {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f3e2dc;
  transition: transform 2000ms linear;
  border-radius: 50%;
}
body.helenus .progress-container .progress .progress-left-content-mask,
body.helenus .progress-container .progress .progress-right-content-mask {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 202px;
  height: 202px;
  background-color: #fbf0e8;
  border-radius: 50%;
  transition: width 400ms cubic-bezier(0, 0.55, 0.45, 1), height 400ms cubic-bezier(0, 0.55, 0.45, 1), opacity 400ms cubic-bezier(0, 0.55, 0.45, 1);
}
body.helenus .progress-container .progress .progress-left {
  clip-path: inset(0 0 0 50%);
}
body.helenus .progress-container .progress .progress-left-content {
  clip-path: inset(0 0 0 50%);
  transform: rotate(0deg);
}
body.helenus .progress-container .progress .progress-right {
  clip-path: inset(0 50% 0 0);
}
body.helenus .progress-container .progress .progress-right-content {
  clip-path: inset(0 50% 0 0);
  transform: rotate(0deg);
}
body.helenus .progress-container .progress .text {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.helenus .progress-container .progress .text p {
  font-family: 'Jost', sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0em;
}
body.helenus .progress-container .progress .text p::after {
  content: '%';
  font-size: 43px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0em;
}
body.helenus main section {
  position: relative;
  z-index: 5;
  display: none;
  height: 100vh;
  height: 100svh;
  overflow: auto;
}
body.helenus main section.q-section-active {
  display: block;
}
body.helenus main section.q-top-wrap .q-top {
  height: 100vh;
  height: 100svh;
  background-image: url("/contents/product/helenus/assets/question/q_start_screen@2x.jpg");
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
body.helenus main section.q-top-wrap .q-top-content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
  padding: 76px 0 80px;
}
body.helenus main section.q-top-wrap .q-top-content h2,
body.helenus main section.q-top-wrap .q-top-content p,
body.helenus main section.q-top-wrap .q-top-content button {
  text-align: center;
}
body.helenus main section.q-top-wrap .q-top-content_title-content {
  font-family: 'Jost', sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
body.helenus main section.q-top-wrap .q-top-content_title-content h2 {
  font-weight: inherit;
}
body.helenus main section.q-top-wrap .q-top-content_desc {
  margin-bottom: 5px;
}
body.helenus main section.q-top-wrap .q-top-content_desc-content {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
body.helenus main section.q-top-wrap .q-top-content_visual {
  margin-bottom: 30px;
}
body.helenus main section.q-top-wrap .q-top-content_visual-content {
  position: relative;
}
body.helenus main section.q-top-wrap .q-top-content_visual-content p {
  position: relative;
  font-family: 'Jost', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #fffffe;
}
body.helenus main section.q-top-wrap .q-top-content_visual-content p:first-of-type {
  z-index: 10;
  padding-bottom: 38%;
  text-align: left;
}
body.helenus main section.q-top-wrap .q-top-content_visual-content p:last-of-type {
  z-index: 30;
  text-align: right;
}
body.helenus main section.q-top-wrap .q-top-content_visual-content img {
  pointer-events: none;
  position: absolute;
  z-index: 20;
  bottom: calc(-0.3 * 375px);
  left: 0;
}
body.helenus main section.q-top-wrap .q-top-content-btn-content {
  margin: 0 20px;
}
body.helenus main section.q-top-wrap .q-top-content-btn-content button {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 8px 0;
  border-radius: 50px;
  background-color: #eaa678;
  font-family: 'Jost', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fffffe;
}
body.helenus main section.q-loading-wrap p {
  text-align: center;
}
body.helenus main section.q-loading-wrap .q-loading {
  height: 100%;
  box-sizing: border-box;
}
body.helenus main section.q-loading-wrap .q-loading-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: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin: 0 20px;
}
body.helenus main section.q-loading-wrap .q-loading-content-visual {
  margin-bottom: 25px;
}
body.helenus main section.q-loading-wrap .q-loading-content-visual-content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Jost', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #ddb497;
}
body.helenus main section.q-loading-wrap .q-loading-content-visual-content-text .dot-anim {
  line-height: 1;
}
body.helenus main section.q-loading-wrap .q-loading-content_about-content_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
body.helenus main section.q-loading-wrap .q-loading-content_about-content_body {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
body.helenus main section.q-loading-wrap .q-loading-content_about-content_body p {
  text-align: left;
}
body.helenus main form {
  position: relative;
  height: 100%;
  display: none;
}
body.helenus main form.active-form {
  display: block;
}
body.helenus main form p,
body.helenus main form label {
  text-align: center;
}
body.helenus main form .section-num-wrap {
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0, 0.55, 0.45, 1);
  position: absolute;
  top: 6px;
  left: 12px;
}
body.helenus main form .section-num-wrap.active-section-num {
  opacity: 1;
}
body.helenus main form .section-num-wrap .section-num {
  column-gap: 10px;
}
body.helenus main form .section-num-wrap .section-num p {
  font-family: 'Jost', sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  color: #fffffe;
}
body.helenus main form .section-num-wrap .section-num-slash p {
  font-size: 49px;
}
body.helenus main form section.q-main-wrap {
  position: relative;
}
body.helenus main form section.q-main-wrap#q-main01 .q-main-content_answer-btn-content {
  opacity: 0;
  pointer-events: none;
}
body.helenus main form section.q-main-wrap .q-main {
  height: 100%;
}
body.helenus main form section.q-main-wrap .q-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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 70px 0 20px;
  height: calc(100% - 70px - 40px);
  min-height: 555px;
  margin: 0 20px;
}
body.helenus main form section.q-main-wrap .q-main-content-question {
  margin-bottom: 16px;
}
body.helenus main form section.q-main-wrap .q-main-content-question_title {
  margin-bottom: 3px;
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
body.helenus main form section.q-main-wrap .q-main-content-question_body {
  min-height: 52px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
body.helenus main form section.q-main-wrap .q-main-content-visual {
  margin-bottom: 30px;
}
body.helenus main form section.q-main-wrap .q-main-content-visual-content {
  position: relative;
}
body.helenus main form section.q-main-wrap .q-main-content-visual-content svg {
  position: absolute;
  top: 0;
  left: 0;
}
body.helenus main form section.q-main-wrap .q-main-content-visual-content-image {
  position: relative;
}
body.helenus main form section.q-main-wrap .q-main-content_answer {
  width: 100%;
}
body.helenus main form section.q-main-wrap .q-main-content_answer-content {
  margin-bottom: 16px;
  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: 12px;
  min-height: 186px;
}
body.helenus main form section.q-main-wrap .q-main-content_answer-content-radio {
  display: block;
  background-color: #eaa678;
  padding: 10px 26px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fffffe;
}
body.helenus main form section.q-main-wrap .q-main-content_answer-content-radio input {
  display: none;
}
body.helenus main form section.q-main-wrap .q-main-content_answer-btn {
  padding-bottom: 16px;
}
body.helenus main form section.q-main-wrap .q-main-content_answer-btn-content {
  position: relative;
  text-align: center;
}
body.helenus main form section.q-main-wrap .q-main-content_answer-btn-content svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
body.helenus main form section.q-main-wrap .q-main-content_answer-btn-content button {
  padding-left: 37px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
body.helenus main section.q-analyse-wrap {
  z-index: 100;
}
body.helenus main section.q-analyse-wrap .analyse {
  height: 100%;
}
body.helenus main section.q-analyse-wrap .analyse-content {
  padding-top: 90px;
  height: 100%;
  box-sizing: border-box;
  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;
  min-height: 560px;
}
body.helenus main section.q-analyse-wrap .analyse-content_title {
  margin-bottom: 36px;
}
body.helenus main section.q-analyse-wrap .analyse-content_title-content p {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body.helenus main section.q-loading-wrap .q-loading {
    padding: 90px 0 20px;
  }
}
@media screen and (max-height: 748px) {
  body.helenus main section.q-top-wrap .q-top {
    background-position: top;
  }
}
@media screen and (min-width: 768px) {
  body.helenus main section.q-loading-wrap .q-loading-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@-moz-keyframes indicatorFirstHalf {
  0% {
    transform: rotate(0deg) !important;
  }
  100% {
    transform: rotate(180deg) !important;
  }
}
@-webkit-keyframes indicatorFirstHalf {
  0% {
    transform: rotate(0deg) !important;
  }
  100% {
    transform: rotate(180deg) !important;
  }
}
@-o-keyframes indicatorFirstHalf {
  0% {
    transform: rotate(0deg) !important;
  }
  100% {
    transform: rotate(180deg) !important;
  }
}
@keyframes indicatorFirstHalf {
  0% {
    transform: rotate(0deg) !important;
  }
  100% {
    transform: rotate(180deg) !important;
  }
}
