@font-face {
  font-family: Pretendard;
  font-weight: 100 900;
  font-display: swap;
  src: local("Pretendard Variable"), url(../assets/fonts/Pretendard-Variable.woff2) format("woff2-variations")
}

/* 400 - Regular */
@font-face {
  font-family: "novel-display";
  src: url('../assets/fonts/NovelDisplay-Regular.woff2') format('woff2'),
    url('../assets/fonts/NovelDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 500 - Medium */
@font-face {
  font-family: "novel-display";
  src: url('../assets/fonts/NovelDisplay-Medium.woff2') format('woff2'),
    url('../assets/fonts/NovelDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* 600 - SemiBold */
@font-face {
  font-family: "novel-display";
  src: url('../assets/fonts/NovelDisplay-SemiBd.woff2') format('woff2'),
    url('../assets/fonts/NovelDisplay-SemiBd.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* 700 - Bold */
@font-face {
  font-family: "novel-display";
  src: url('../assets/fonts/NovelDisplay-Bold.woff2') format('woff2'),
    url('../assets/fonts/NovelDisplay-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 800 - Black */
@font-face {
  font-family: "novel-display";
  src: url('../assets/fonts/NovelDisplay-Black.woff2') format('woff2'),
    url('../assets/fonts/NovelDisplay-Black.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* 900 - Ultra */
@font-face {
  font-family: "novel-display";
  src: url('../assets/fonts/NovelDisplay-Ultra.woff2') format('woff2'),
    url('../assets/fonts/NovelDisplay-Ultra.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

article,
aside,
audio,
canvas,
caption,
details,
div,
figure,
footer,
header,
hgroup,
iframe,
img,
mark,
menu,
nav,
object,
section,
span,
summary,
table,
tbody,
td,
tfoot,
thead,
tr,
video {
  border: 0;
  margin: 0;
  padding: 0
}

a,
abbr,
address,
b,
blockquote,
cite,
code,
dd,
del,
dfn,
dl,
dt,
em,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
i,
ins,
label,
legend,
li,
ol,
p,
pre,
q,
samp,
small,
strong,
sub,
sup,
ul {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0
}

article,
aside,
audio,
canvas,
figcaption,
figure,
figure img,
footer,
header,
hgroup,
nav,
section,
video {
  display: block
}

table {
  border-collapse: separate;
  border-spacing: 0
}

table caption,
table td,
table th {
  text-align: left;
  vertical-align: middle
}

a img {
  border: 0
}

:focus {
  outline: 0
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--grid-padding);
  box-sizing: border-box
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px
}

@media (max-width:1000px) {
  .offset-mobile-0 {
    margin-left: 0 !important
  }

}

.col-1 {
  width: 8.333333333333334%;
  padding: 0 10px;
  box-sizing: border-box
}

.offset-1 {
  margin-left: 8.333333333333334%
}

.col-2 {
  width: 16.666666666666668%;
  padding: 0 10px;
  box-sizing: border-box
}

.offset-2 {
  margin-left: 16.666666666666668%
}

.col-3 {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box
}

.offset-3 {
  margin-left: 25%
}

.col-4 {
  width: 33.333333333333336%;
  padding: 0 10px;
  box-sizing: border-box
}

.offset-4 {
  margin-left: 33.333333333333336%
}

.col-5 {
  width: 41.666666666666664%;
  padding: 0 10px;
  box-sizing: border-box
}

.offset-5 {
  margin-left: 41.666666666666664%
}

.col-6 {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box
}

.offset-6 {
  margin-left: 50%
}

.col-7 {
  width: 58.333333333333336%;
  padding: 0 10px;
  box-sizing: border-box
}

.offset-7 {
  margin-left: 58.333333333333336%
}

.col-8 {
  width: 66.66666666666667%;
  padding: 0 10px;
  box-sizing: border-box
}

.offset-8 {
  margin-left: 66.66666666666667%
}

.col-9 {
  width: 75%;
  padding: 0 10px;
  box-sizing: border-box
}

.offset-9 {
  margin-left: 75%
}

.col-10 {
  width: 83.33333333333333%;
  padding: 0 10px;
  box-sizing: border-box
}

.offset-10 {
  margin-left: 83.33333333333333%
}

.col-11 {
  width: 91.66666666666667%;
  padding: 0 10px;
  box-sizing: border-box
}

.offset-11 {
  margin-left: 91.66666666666667%
}

.col-12 {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box
}

.offset-12 {
  margin-left: 100%
}

@media (max-width:1440px) {
  .col-tablet-1 {
    width: 8.333333333333334% !important
  }

}

@media (max-width:1440px) {
  .offset-tablet-1 {
    margin-left: 8.333333333333334% !important
  }

}

@media (max-width:1440px) {
  .col-tablet-2 {
    width: 16.666666666666668% !important
  }

}

@media (max-width:1440px) {
  .offset-tablet-2 {
    margin-left: 16.666666666666668% !important
  }

}

@media (max-width:1440px) {
  .col-tablet-3 {
    width: 25% !important
  }

}

@media (max-width:1440px) {
  .offset-tablet-3 {
    margin-left: 25% !important
  }

}

@media (max-width:1440px) {
  .col-tablet-4 {
    width: 33.333333333333336% !important
  }

}

@media (max-width:1440px) {
  .offset-tablet-4 {
    margin-left: 33.333333333333336% !important
  }

}

@media (max-width:1440px) {
  .col-tablet-5 {
    width: 41.666666666666664% !important
  }

}

@media (max-width:1440px) {
  .offset-tablet-5 {
    margin-left: 41.666666666666664% !important
  }

}

@media (max-width:1440px) {
  .col-tablet-6 {
    width: 50% !important
  }

}

@media (max-width:1440px) {
  .offset-tablet-6 {
    margin-left: 50% !important
  }

}

@media (max-width:1440px) {
  .col-tablet-7 {
    width: 58.333333333333336% !important
  }

}

@media (max-width:1440px) {
  .offset-tablet-7 {
    margin-left: 58.333333333333336% !important
  }

}

@media (max-width:1440px) {
  .col-tablet-8 {
    width: 66.66666666666667% !important
  }

}

@media (max-width:1440px) {
  .offset-tablet-8 {
    margin-left: 66.66666666666667% !important
  }

}

@media (max-width:1440px) {
  .col-tablet-9 {
    width: 75% !important
  }

}

@media (max-width:1440px) {
  .offset-tablet-9 {
    margin-left: 75% !important
  }

}

@media (max-width:1440px) {
  .col-tablet-10 {
    width: 83.33333333333333% !important
  }

}

@media (max-width:1440px) {
  .offset-tablet-10 {
    margin-left: 83.33333333333333% !important
  }

}

@media (max-width:1440px) {
  .col-tablet-11 {
    width: 91.66666666666667% !important
  }

}

@media (max-width:1440px) {
  .offset-tablet-11 {
    margin-left: 91.66666666666667% !important
  }

}

@media (max-width:1440px) {
  .col-tablet-12 {
    width: 100% !important
  }

}

@media (max-width:1440px) {
  .offset-tablet-12 {
    margin-left: 100% !important
  }

}

@media (max-width:1000px) {
  .col-mobile-1 {
    width: 8.333333333333334% !important
  }

}

@media (max-width:1000px) {
  .offset-mobile-1 {
    margin-left: 8.333333333333334% !important
  }

}

@media (max-width:1000px) {
  .col-mobile-2 {
    width: 16.666666666666668% !important
  }

}

@media (max-width:1000px) {
  .offset-mobile-2 {
    margin-left: 16.666666666666668% !important
  }

}

@media (max-width:1000px) {
  .col-mobile-3 {
    width: 25% !important
  }

}

@media (max-width:1000px) {
  .offset-mobile-3 {
    margin-left: 25% !important
  }

}

@media (max-width:1000px) {
  .col-mobile-4 {
    width: 33.333333333333336% !important
  }

}

@media (max-width:1000px) {
  .offset-mobile-4 {
    margin-left: 33.333333333333336% !important
  }

}

@media (max-width:1000px) {
  .col-mobile-5 {
    width: 41.666666666666664% !important
  }

}

@media (max-width:1000px) {
  .offset-mobile-5 {
    margin-left: 41.666666666666664% !important
  }

}

@media (max-width:1000px) {
  .col-mobile-6 {
    width: 50% !important
  }

}

@media (max-width:1000px) {
  .offset-mobile-6 {
    margin-left: 50% !important
  }

}

@media (max-width:1000px) {
  .col-mobile-7 {
    width: 58.333333333333336% !important
  }

}

@media (max-width:1000px) {
  .offset-mobile-7 {
    margin-left: 58.333333333333336% !important
  }

}

@media (max-width:1000px) {
  .col-mobile-8 {
    width: 66.66666666666667% !important
  }

}

@media (max-width:1000px) {
  .offset-mobile-8 {
    margin-left: 66.66666666666667% !important
  }

}

@media (max-width:1000px) {
  .col-mobile-9 {
    width: 75% !important
  }

}

@media (max-width:1000px) {
  .offset-mobile-9 {
    margin-left: 75% !important
  }

}

@media (max-width:1000px) {
  .col-mobile-10 {
    width: 83.33333333333333% !important
  }

}

@media (max-width:1000px) {
  .offset-mobile-10 {
    margin-left: 83.33333333333333% !important
  }

}

@media (max-width:1000px) {
  .col-mobile-11 {
    width: 91.66666666666667% !important
  }

}

@media (max-width:1000px) {
  .offset-mobile-11 {
    margin-left: 91.66666666666667% !important
  }

}

@media (max-width:1000px) {
  .col-mobile-12 {
    width: 100% !important
  }

}

@media (max-width:1000px) {
  .offset-mobile-12 {
    margin-left: 100% !important
  }

}

@media (max-width:1440px) {
  .container {
    max-width: 1440px
  }

}

@media (max-width:1000px) {
  .container {
    max-width: 100%
  }

}

:root {
  --vh: 100vh;
  --real-vh: 100vh;
  --first-vh: 100vh;
  --transition-fast: 0.2s;
  --transition: 0.3s;
  --transition-slow: 0.6s;
  --transition-very-slow: 1s;
  --line-banner: 36px;
  --header: 90px;
  --font-size: 15px;
  --padding: 32px;
  --grid-padding: 40px
}

@media only screen and (max-width:1000px) {
  :root {
    --grid-padding: 20px
  }

}

body {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  font-family: novel-display, Pretendard, sans-serif;
  font-size: var(--font-size);
  font-weight: 400;
  line-height: 150%
}

@media only screen and (max-width:1000px) {
  body {
    --padding: 16px
  }

}

body a {
  text-decoration: none;
  transition: color var(--transition)
}

@media (hover:hover) {
  body a:hover {
    color: #000
  }

}

body .view-mobile {
  display: none
}

@media only screen and (max-width:1000px) {
  body .view-mobile {
    display: block
  }

}

body .view-tablet {
  display: none
}

@media only screen and (max-width:1439px) {
  body .view-tablet {
    display: block
  }

}

@media only screen and (max-width:1000px) {
  body .view-desktop {
    display: none
  }

}

body .extra-bold {
  font-weight: 800
}

body.show-3d-modal {
  overflow: hidden
}

.line-banner {
  white-space: nowrap;
  position: absolute;
  top: 0;
  width: 100%;
  height: var(--line-banner);
  overflow: hidden;
  background: var(--TG_Main, #690742);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: .7px;
  z-index: 1000;
  padding: 8px 0;
  box-sizing: border-box
}

@media only screen and (max-width:1000px) {
  .line-banner {
    position: fixed
  }

}

.line-banner a {
  color: #fff
}

.line-banner-inner {
  display: inline-block;
  animation: marquee 200s linear infinite
}

.line-banner-inner span {
  display: inline-block;
  padding-right: 60px
}

@media only screen and (max-width:1000px) {
  .line-banner-inner span {
    padding-right: 40px
  }

}

.line-banner:hover .line-banner-inner {
  animation-play-state: paused
}

.rate-star {
  display: inline-flex
}

.rate-star span.star {
  width: 20px;
  height: 20px;
  background: url(../assets/img/product/icon-rate-star-fill.svg) no-repeat center center/contain
}

.rate-star span.star.empty {
  background: url(../assets/img/product/icon-rate-star.svg) no-repeat center center/contain
}

@keyframes marquee {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }

}

.online-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px
}

@media only screen and (max-width:1000px) {
  .online-list {
    flex-wrap: wrap;
    gap: 24px !important;
    max-width: 264px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto
  }

}

.online-list a {
  position: relative;
  display: block;
  width: 203px;
  height: 80px
}

@media only screen and (max-width:1000px) {
  .online-list a {
    max-width: 203px;
    aspect-ratio: 203/60
  }

}

.online-list a:before {
  content: "";
  width: 218px;
  height: 109px;
  position: absolute;
  left: -21px;
  top: -36px;
  opacity: 0;
  transition: opacity var(--transition);
  z-index: -1;
  background: url(../assets/img/wtb/logo-bg-hover.svg) no-repeat center center/contain
}

@media only screen and (max-width:1000px) {
  .online-list a:before {
    display: none
  }

}

.online-list a.amazon {
  background: url(../assets/img/wtb/logo-amazon.svg) no-repeat center center/contain
}

.online-list a.kroger {
  background: url(../assets/img/wtb/logo-kroger.svg) no-repeat center center/contain
}

.online-list a.ochama {
  background: url(../assets/img/wtb/logo-ochama.svg) no-repeat center center/contain
}

.online-list a.qoo10 {
  background: url(../assets/img/wtb/logo-qoo10.svg) no-repeat center center/contain
}

.online-list a.goasia {
  background: url(../assets/img/wtb/logo-goasia.svg) no-repeat center center/contain
}

.online-list a.walmart {
  background: url(../assets/img/wtb/logo-walmart.svg) no-repeat center center/contain
}

@media only screen and (hover:hover) {
  .online-list a:hover:before {
    opacity: 1
  }

}

.products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 56px 0
}

@media only screen and (max-width:1000px) {
  .products-list {
    gap: 40px 0
  }

}

.products-list .product-item {
  width: 25%;
  position: relative
}

@media only screen and (max-width:1000px) {
  .products-list .product-item {
    width: 50%
  }

}

.products-list .product-item .product-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.products-list .product-item .product-thumbnail {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 360/440;
  overflow: hidden
}

.products-list .product-item .product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all var(--transition)
}

.products-list .product-item .product-thumbnail img.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0
}

.products-list .product-item .product-info {
  padding-top: 24px;
  padding-left: 38px;
  padding-right: 38px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

@media only screen and (max-width:1000px) {
  .products-list .product-item .product-info {
    padding-top: 16px;
    padding-left: 8px;
    padding-right: 8px
  }

}

.products-list .product-item .product-info .product-rate {
  font-size: 0;
  line-height: 0
}

.products-list .product-item .product-info .product-title {
  color: var(--TG_Main, #690742);
  font-size: 24px;
  font-weight: 800;
  line-height: 140%;
  text-transform: capitalize
}

@media only screen and (max-width:1000px) {
  .products-list .product-item .product-info .product-title {
    font-size: 16px
  }

}

@media only screen and (hover:hover) {
  .products-list .product-item:hover .product-thumbnail .hover-image {
    opacity: 1
  }

  .products-list .product-item:hover .product-thumbnail .normal-image {
    opacity: 0
  }

}

.form-input-checkbox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  margin-top: 16px
}

@media only screen and (max-width:1000px) {
  .form-input-checkbox {
    margin-top: 10px
  }

}

.form-input-checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: var(--transition)
}

.form-input-checkbox input[type=checkbox]:checked {
  background: url(../assets/img/ui-checkbox-checked.svg) no-repeat center center/contain
}

.form-input-checkbox input[type=checkbox]:not(:checked) {
  background: url(../assets/img/ui-checkbox.svg) no-repeat center center/contain
}

.form-input-checkbox label {
  cursor: pointer;
  color: var(--TG_Main, #690742);
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: .42px
}

@media only screen and (max-width:1000px) {
  .form-input-checkbox label {
    font-size: 12px;
    line-height: 160%
  }

}

body {
  background: var(--TG_Sub, #fef3dd);
  --header: 80px;
  --footer-height: 370px;
  padding-bottom: var(--footer-height)
}

@media only screen and (max-width:1000px) {
  body {
    --header: 60px;
    --footer-height: auto
  }

}

header {
  position: absolute;
  top: var(--line-banner);
  left: 0;
  right: 0;
  z-index: 1000;
  box-sizing: border-box;
  padding: 24px 40px;
  height: var(--header);
  border-bottom: 2px solid var(--TG_Main, #690742);
  background: var(--TG_Sub, #fef3dd)
}

@media only screen and (max-width:1000px) {
  header {
    position: fixed
  }

}

header .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 149px;
  height: 46px;
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  background: url(../assets/img/logo.svg) no-repeat center center/contain
}

@media only screen and (max-width:1000px) {
  header .logo {
    width: 110px;
    height: 34px
  }

}

header .mobile-menu-btn {
  display: none
}

@media only screen and (max-width:1000px) {
  header .mobile-menu-btn {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: url(../assets/img/icon-mobile-menu.svg) no-repeat center center/contain
  }

}

header .navs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 20px
}

header .navs.main-navs {
  left: 40px;
  gap: 30px
}

header .navs.sub-navs {
  right: 40px
}

@media only screen and (max-width:1000px) {
  header .navs.sub-navs {
    right: auto;
    left: 20px
  }

}

@media only screen and (max-width:1000px) {
  header .navs {
    right: 16px
  }

}

header .navs a {
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  width: 22px;
  height: 22px
}

header .navs a.nav {
  color: var(--TG_Main, #690742);
  width: auto;
  text-indent: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .45px;
  margin-right: 6px
}

header .navs a.instagram {
  background: url(../assets/img/layout/icon-instagram.svg?v=2) no-repeat center center/contain
}

header .navs a.youtube {
  background: url(../assets/img/layout/icon-youtube.svg) no-repeat center center/contain
}

header .navs a.tiktok {
  background: url(../assets/img/layout/icon-tiktok.svg) no-repeat center center/contain
}

header .navs a.language {
  background: url(../assets/img/layout/icon-language.svg) no-repeat center center/contain
}

@media only screen and (max-width:1000px) {

  header .navs a.instagram,
  header .navs a.nav,
  header .navs a.tiktok,
  header .navs a.youtube {
    display: none
  }

}

header .navs .language-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 16px;
  gap: 10px;
  position: absolute;
  border-radius: 5px;
  border: 1px solid var(--TG_Main, #690742);
  background: #fff;
  top: 30px;
  right: -18px;
  pointer-events: none;
  transform: translateY(-10px);
  opacity: 0;
  transition: transform var(--transition), opacity var(--transition)
}

@media only screen and (max-width:1000px) {
  header .navs .language-wrap {
    left: -6px;
    right: auto
  }

}

header .navs .language-wrap.active {
  pointer-events: auto;
  transform: none;
  opacity: 1
}

header .navs .language-wrap a {
  width: 24px;
  color: var(--TG_Sub, #fef3dd);
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: .75px;
  text-indent: 0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--TG_Main, #690742)
}

@media only screen and (hover:hover) {
  header .navs .language-wrap a:hover {
    color: var(--TG_Main, #690742)
  }

}

#mobile-menu {
  display: none;
  position: fixed;
  left: 0;
  top: calc(var(--header) + var(--line-banner));
  bottom: 0;
  right: 0;
  z-index: 999;
  background: var(--TG_Sub, #fef3dd);
  padding-top: 40px;
  transform: translateY(-100%);
  transition: transform var(--transition), opacity var(--transition);
  pointer-events: none
}

@media only screen and (max-width:1000px) {
  #mobile-menu {
    display: block
  }

  body.show-mobile-menu #mobile-menu {
    transform: none;
    opacity: 1;
    pointer-events: auto
  }

}

#mobile-menu .navs {
  display: flex;
  flex-direction: column
}

#mobile-menu .navs .nav {
  display: block;
  color: var(--TG_Main, #690742);
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: .48px;
  padding: 23px 0;
  text-align: center
}

main {
  position: relative;
  background: var(--TG_Sub, #fef3dd);
  z-index: 1
}

main .enter-effect {
  transition: opacity var(--transition-very-slow) cubic-bezier(.34, 1.56, .64, 1), transform var(--transition-slow) cubic-bezier(.34, 1.56, .64, 1);
  opacity: 0
}

main .enter-effect.zoom-effect {
  transform: scale(.8)
}

main .enter-effect.show {
  opacity: 1;
  transform: none
}

footer {
  color: var(--TG_Main, #690742);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  padding: 60px 0;
  box-sizing: border-box;
  height: var(--footer-height);
  background: var(--TG_Sub, #fef3dd);
  --grid-padding: 60px
}

@media only screen and (max-width:1000px) {
  footer {
    --grid-padding: 20px;
    padding: 40px 0 60px 0;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: auto
  }

}

footer .container {
  height: 100%
}

@media only screen and (max-width:1000px) {
  footer .container {
    height: auto
  }

}

footer .container .row {
  height: 100%
}

@media only screen and (max-width:1000px) {
  footer .container .row {
    height: auto
  }

}

footer .container .row .col {
  height: 100%
}

@media only screen and (max-width:1000px) {
  footer .container .row .col {
    height: auto
  }

}

footer .footer-left {
  display: flex;
  flex-direction: column;
  height: 100%
}

@media only screen and (max-width:1000px) {
  footer .footer-left {
    height: auto
  }

}

footer .footer-left .newsletter-form .newsletter-summary {
  font-size: 18px;
  font-weight: 650;
  line-height: 140%;
  margin-bottom: 18px
}

@media only screen and (max-width:1000px) {
  footer .footer-left .newsletter-form .newsletter-summary {
    font-size: 16px;
    margin-bottom: 24px
  }

}

footer .footer-left .newsletter-form form {
  position: relative;
  max-width: 278px
}

@media only screen and (max-width:1000px) {
  footer .footer-left .newsletter-form form {
    max-width: calc(100% - var(--grid-padding) * 3)
  }

}

footer .footer-left .newsletter-form form .input-wrap {
  position: relative;
  border-radius: 10px;
  border: 2px solid var(--TG_Main, #690742);
  background: var(--TG_Sub, #fef3dd);
  overflow: hidden
}

footer .footer-left .newsletter-form form .input-wrap input {
  border-radius: 10px;
  color: var(--TG_Main, #690742);
  border: 0;
  background: 0 0;
  width: 100%;
  height: 38px;
  padding: 12px 16px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .6px
}

@media only screen and (max-width:1000px) {
  footer .footer-left .newsletter-form form .input-wrap input {
    font-size: 16px;
    padding: 14px 16px;
    height: 43px
  }

}

footer .footer-left .newsletter-form form .input-wrap input.have-value {
  background: #fff
}

footer .footer-left .newsletter-form form .input-wrap input::placeholder {
  color: var(--TG_Main, #690742)
}

footer .footer-left .newsletter-form form button[type=submit] {
  position: absolute;
  right: -64px;
  top: -38px;
  display: block;
  border: 0;
  text-indent: -1000px;
  overflow: hidden;
  width: 105px;
  height: 81px;
  cursor: pointer;
  background: url(../assets/img/icon-subscribe.svg) no-repeat center center/contain
}

@media only screen and (hover:hover) {
  footer .footer-left .newsletter-form form button[type=submit]:hover {
    background-image: url(../assets/img/icon-subscribe-hover.svg)
  }

}

@media only screen and (max-width:1000px) {
  footer .footer-left .newsletter-form form button[type=submit] {
    top: -44px;
    right: -57px;
    width: 124px;
    height: 97px
  }

}

footer .footer-left .newsletter-form form.success .input-wrap:after {
  color: var(--TG_Flavor01, #e95157);
  content: "Success!";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .6px;
  background: #fff
}

footer .footer-left .newsletter-form form.success button[type=submit] {
  pointer-events: none
}

footer .footer-left .newsletter-form .form-agreement-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
  margin-bottom: 36px
}

@media only screen and (max-width:1000px) {
  footer .footer-left .newsletter-form .form-agreement-wrap {
    margin-top: 24px;
    margin-bottom: 24px
  }

}

footer .footer-left .newsletter-form .form-agreement-wrap .form-input-checkbox {
  margin-top: 0;
  justify-content: flex-start
}

footer .footer-left .footer-sns {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  gap: 16px
}

@media only screen and (max-width:1000px) {
  footer .footer-left .footer-sns {
    flex-wrap: wrap;
    gap: 32px;
    margin-right: calc(var(--grid-padding) * -1)
  }

}

footer .footer-left .footer-sns .family-site {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 2px solid var(--TG_Main, #690742);
  background: var(--TG_Sub, #fef3dd);
  height: 30px;
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}

footer .footer-left .footer-sns .family-site span.title {
  display: flex;
  color: var(--TG_Main, #690742);
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .6px;
  cursor: pointer;
  white-space: nowrap
}

footer .footer-left .footer-sns .family-site .family-site-list {
  display: none;
  transition: width var(--transition);
  overflow: hidden
}

footer .footer-left .footer-sns .family-site:after {
  content: "";
  width: 27px;
  height: 28px;
  position: absolute;
  right: -6px;
  top: -13px;
  background: url(../assets/img/icon-family-star.svg) no-repeat center center/contain;
  pointer-events: none
}

@media only screen and (hover:hover) {
  footer .footer-left .footer-sns .family-site:hover {
    background: var(--TG_Main, #690742)
  }

  footer .footer-left .footer-sns .family-site:hover span.title {
    color: var(--TG_Sub, #fef3dd)
  }

}

footer .footer-left .footer-sns .family-site.active {
  background: var(--TG_Main, #690742);
  padding-right: 0
}

footer .footer-left .footer-sns .family-site.active span.title {
  color: var(--TG_Sub, #fef3dd)
}

footer .footer-left .footer-sns .family-site.active .family-site-list {
  display: block;
  overflow: hidden
}

footer .footer-left .footer-sns .family-site.active .family-site-list .family-site-list-content {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 8px 12px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 2px solid var(--TG_Main, #690742);
  transform: translateX(2px);
  background: var(--TG_Sub, #fef3dd);
  white-space: nowrap
}

@media only screen and (max-width:1000px) {
  footer .footer-left .footer-sns .family-site.active .family-site-list .family-site-list-content {
    padding: 8px 10px
  }

}

footer .footer-left .footer-sns .family-site.active .family-site-list .family-site-list-content a {
  color: var(--TG_Main, #690742);
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .6px
}

@media only screen and (hover:hover) {
  footer .footer-left .footer-sns .family-site.active .family-site-list .family-site-list-content a:hover {
    color: var(--TG_Flavor01, #e95157)
  }

}

@media only screen and (max-width:1000px) {
  footer .footer-left .footer-sns .family-site.active .family-site-list .family-site-list-content a {
    font-size: 10px
  }

}

footer .footer-sns-list {
  display: flex;
  gap: 16px
}

@media only screen and (max-width:1000px) {
  footer .footer-sns-list {
    width: 100%;
    margin-bottom: 24px
  }

}

footer .footer-sns-list .instagram {
  display: inline-flex;
  text-indent: -1000px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background: url(../assets/img/icon-instagram.svg?v=2) no-repeat center center/contain
}

@media only screen and (hover:hover) {
  footer .footer-sns-list .instagram:hover {
    background-image: url(../assets/img/icon-instagram-hover.svg?v=2)
  }

}

footer .footer-sns-list .tiktok {
  display: inline-flex;
  text-indent: -1000px;
  overflow: hidden;
  width: 27px;
  height: 30px;
  background: url(../assets/img/icon-tiktok.svg) no-repeat center center/contain
}

@media only screen and (hover:hover) {
  footer .footer-sns-list .tiktok:hover {
    background-image: url(../assets/img/icon-tiktok-hover.svg)
  }

}

footer .footer-sns-list .youtube {
  display: inline-flex;
  text-indent: -1000px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background: url(../assets/img/icon-youtube.svg) no-repeat center center/contain
}

@media only screen and (hover:hover) {
  footer .footer-sns-list .youtube:hover {
    background-image: url(../assets/img/icon-youtube-hover.svg)
  }

}

@media only screen and (max-width:1000px) {
  footer .footer-logo {
    margin-top: 24px
  }

}

footer .footer-logo a.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%
}

@media only screen and (max-width:1000px) {
  footer .footer-logo a.logo {
    max-width: 235px
  }

}

footer .footer-logo a.logo img {
  max-width: 100%
}

footer .footer-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%
}

@media only screen and (max-width:1000px) {
  footer .footer-right {
    height: auto
  }

}

footer .footer-right .menus {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px 0;
  margin-bottom: 54px
}

@media only screen and (max-width:1000px) {
  footer .footer-right .menus {
    text-align: left;
    margin-top: 24px;
    margin-bottom: 24px;
    gap: 16px 0
  }

}

footer .footer-right .menus a {
  width: 50%;
  color: var(--TG_Main, #690742);
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: .8px
}

@media only screen and (hover:hover) {
  footer .footer-right .menus a:hover {
    color: var(--TG_Flavor01, #e95157)
  }

}

footer .footer-right .privacy-menu {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .6px
}

@media only screen and (max-width:1000px) {
  footer .footer-right .privacy-menu {
    font-size: 14px
  }

}

footer .footer-right .privacy-menu a {
  color: var(--TG_Main, #690742)
}

footer .footer-right .copyright {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700
}

@media only screen and (max-width:1000px) {
  footer .footer-right .copyright {
    font-size: 14px;
    margin-top: 12px
  }

}

.footer-line {
  position: relative
}

.footer-line:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 10px;
  background: url(../assets/img/wtb/footer-line.svg) repeat-x bottom
}

.gm-style .gm-style-iw-c {
  border-radius: 20px;
  background: var(--TG_Flavor01, #e95157);
  padding: 20px !important;
  box-shadow: none;
  color: var(--TG_Sub, #fef3dd)
}

.gm-style .gm-style-iw-chr,
.gm-style .gm-style-iw-tc {
  display: none
}

.gm-style .gm-style-iw-d {
  overflow: visible !important
}

.cookie-consent-popup {
  position: fixed;
  left: var(--grid-padding);
  bottom: 22px;
  z-index: 10000;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .25);
  padding: 24px;
  box-sizing: border-box;
  width: 100%;
  max-width: 490px;
  border-radius: 8px;
  transition: opacity .3s ease-in-out;
  opacity: 0;
  pointer-events: none
}

.cookie-consent-popup.show {
  opacity: 1;
  pointer-events: auto
}

@media only screen and (max-width:1000px) {
  .cookie-consent-popup {
    width: auto;
    right: var(--grid-padding);
    max-width: 100%
  }

}

.cookie-consent-popup .cookie-consent-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.cookie-consent-popup .cookie-consent-title {
  color: var(--TG_Main, #690742);
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 8px 0;
  flex-shrink: 0
}

@media only screen and (max-width:1000px) {
  .cookie-consent-popup .cookie-consent-title {
    font-size: 16px
  }

}

.cookie-consent-popup .cookie-consent-text {
  color: var(--TG_Main, #690742);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
  flex-grow: 1
}

@media only screen and (max-width:1000px) {
  .cookie-consent-popup .cookie-consent-text {
    font-size: 13px
  }

}

.cookie-consent-popup .cookie-consent-text a {
  color: var(--TG_Flavor01, #e95157);
  text-decoration: underline
}

.cookie-consent-popup .cookie-consent-text a:hover {
  text-decoration: none
}

.cookie-consent-popup .cookie-consent-buttons {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  margin-top: 12px
}

@media only screen and (max-width:1000px) {
  .cookie-consent-popup .cookie-consent-buttons {
    flex-direction: column;
    width: 100%;
    gap: 8px
  }

}

.cookie-consent-popup .cookie-btn {
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: .7px;
  width: 174px;
  border: 0;
  cursor: pointer;
  transition: all .2s ease;
  white-space: nowrap
}

@media only screen and (max-width:1000px) {
  .cookie-consent-popup .cookie-btn {
    width: 100%
  }

}

.cookie-consent-popup .cookie-btn.cookie-btn-accept {
  background: var(--TG_Main, #690742);
  color: #fff
}

.cookie-consent-popup .cookie-btn.cookie-btn-settings {
  background: #878787;
  color: #fff
}

.cookie-consent-popup .cookie-btn.cookie-btn-reject {
  width: auto;
  background: 0 0;
  border: 0;
  color: var(--TG_Main, #690742);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px
}

.cookie-settings-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  background: rgba(0, 0, 0, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease
}

.cookie-settings-modal.show {
  opacity: 1;
  visibility: visible
}

.cookie-settings-modal .cookie-settings-content {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .25);
  padding: 24px;
  max-width: 500px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  box-sizing: border-box
}

@media only screen and (max-width:1000px) {
  .cookie-settings-modal .cookie-settings-content {
    padding: 24px;
    max-height: calc(100vh - 40px)
  }

}

.cookie-settings-modal .cookie-settings-title {
  color: var(--TG_Main, #690742);
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 24px 0;
  text-align: center
}

@media only screen and (max-width:1000px) {
  .cookie-settings-modal .cookie-settings-title {
    font-size: 18px
  }

}

.cookie-settings-modal .cookie-category {
  margin-bottom: 12px
}

.cookie-settings-modal .cookie-category .cookie-category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px
}

.cookie-settings-modal .cookie-category .cookie-category-header h4 {
  color: var(--TG_Main, #690742);
  font-size: 16px;
  font-weight: 700;
  margin: 0
}

@media only screen and (max-width:1000px) {
  .cookie-settings-modal .cookie-category .cookie-category-header h4 {
    font-size: 14px
  }

}

.cookie-settings-modal .cookie-category p {
  color: var(--TG_Main, #690742);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  margin: 0
}

.cookie-settings-modal .cookie-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px
}

.cookie-settings-modal .cookie-toggle input {
  opacity: 0;
  width: 0;
  height: 0
}

.cookie-settings-modal .cookie-toggle input:checked+.cookie-slider {
  background-color: var(--TG_Main, #690742)
}

.cookie-settings-modal .cookie-toggle input:checked+.cookie-slider:before {
  transform: translateX(26px)
}

.cookie-settings-modal .cookie-toggle input:disabled+.cookie-slider {
  opacity: .6;
  cursor: not-allowed
}

.cookie-settings-modal .cookie-toggle .cookie-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #aaa;
  transition: .2s;
  border-radius: 24px
}

.cookie-settings-modal .cookie-toggle .cookie-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  transition: .2s;
  border-radius: 50%
}

.cookie-settings-modal .cookie-settings-buttons {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 24px
}

@media only screen and (max-width:1000px) {
  .cookie-settings-modal .cookie-settings-buttons {
    flex-direction: column
  }

}

.cookie-settings-modal .cookie-settings-buttons .cookie-btn {
  padding: 12px 24px;
  border-radius: 8px;
  border: 2px solid var(--TG_Main, #690742);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s ease
}

.cookie-settings-modal .cookie-settings-buttons .cookie-btn.cookie-btn-save {
  background: var(--TG_Main, #690742);
  color: var(--TG_Sub, #fef3dd)
}

.cookie-settings-modal .cookie-settings-buttons .cookie-btn.cookie-btn-cancel {
  background: 0 0;
  color: var(--TG_Main, #690742)
}

.home-v1-wrap .main-banner {
  position: relative;
  height: var(--first-vh);
  box-sizing: border-box;
  background: #000
}

.home-v1-wrap .main-banner:not(.not-background) {
  background: url(../assets/img/home/hero/main-banner.jpg);
  background-size: cover;
  background-position: center bottom !important
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3/2),
(min-resolution:1.5dppx) {
  .home-v1-wrap .main-banner:not(.not-background) {
    background: url(../assets/img/home/hero/main-banner@2x.jpg);
    background-size: cover
  }

}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
  .home-v1-wrap .main-banner:not(.not-background) {
    background: url(../assets/img/home/hero/main-banner@2x.jpg);
    background-size: cover
  }

}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .main-banner {
    height: auto;
    min-height: var(--first-vh)
  }

  .home-v1-wrap .main-banner:not(.not-background) {
    background-image: url(../assets/img/home/hero/main-banner-mobile@3x.jpg)
  }

}

.home-v1-wrap .main-banner .blue-line {
  position: absolute;
  left: 50%;
  top: 112px;
  transform: translateX(-50%);
  width: 164px;
  height: 118px
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .main-banner .blue-line {
    display: none
  }

}

.home-v1-wrap .main-banner .star {
  position: absolute;
  right: 20%;
  top: 102px;
  width: 120px;
  height: 120px
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .main-banner .star {
    width: 80px;
    height: 80px;
    top: 96px;
    right: 70px
  }

}

.home-v1-wrap .main-banner .sticker {
  position: absolute;
  left: 50%;
  top: 412px;
  transform: translateX(-50%);
  width: 176px;
  height: 176px
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .main-banner .sticker {
    width: 32vw;
    height: 32vw;
    max-width: 176px;
    top: 20%;
    left: 40%;
    z-index: 10
  }

}

.home-v1-wrap .main-banner .video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000
}

.home-v1-wrap .main-banner .video-wrap video {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: calc(var(--header) + var(--line-banner));
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #000;
  box-sizing: border-box;
  z-index: 1
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .main-banner .video-wrap video {
    position: relative
  }

}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .main-banner .video-sound-button-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: var(--vh)
  }

}

.home-v1-wrap .main-banner .sound {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 32px;
  height: 32px;
  background: url(../assets/img/layout/icon-sound-off.svg) no-repeat center center/contain;
  z-index: 2
}

.home-v1-wrap .main-banner .sound.on {
  background: url(../assets/img/layout/icon-sound-on.svg) no-repeat center center/contain
}

.home-v1-wrap .product-wrap {
  position: relative;
  background: var(--TG_Sub, #fef3dd);
  height: calc(var(--vh) * 4);
  --product-color: #91abd8
}

.home-v1-wrap .product-wrap .product-inner {
  position: sticky;
  top: 0;
  height: var(--vh);
  overflow: hidden
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .product-wrap .product-inner {
    top: calc(var(--header) + var(--line-banner))
  }

}

.home-v1-wrap .product-wrap .product-inner .product-bg-wrap {
  position: absolute;
  left: 0;
  top: 108px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .product-wrap .product-inner .product-bg-wrap {
    top: 100px
  }

}

@media only screen and (max-height:700px) {
  .home-v1-wrap .product-wrap .product-inner .product-bg-wrap {
    top: 80px
  }

}

.home-v1-wrap .product-wrap .product-inner .product-bg-wrap svg.product-bg {
  position: relative;
  left: auto;
  transform: none;
  width: auto;
  min-width: 100%;
  height: auto
}

.home-v1-wrap .product-wrap .product-inner .product-bg-wrap svg.product-bg .fill-color {
  fill: var(--product-color);
  transition: fill var(--transition-slow)
}

.home-v1-wrap .product-wrap .product-inner .product-bg-wrap .product-bg-dummy {
  flex: 1;
  background: var(--product-color);
  transition: background var(--transition-slow);
  margin-top: -10px
}

.home-v1-wrap .product-wrap .product-inner .product-circle {
  position: absolute;
  width: 450vw;
  height: 450vw;
  left: calc(50% - 225vw);
  border-radius: 100%;
  top: 0
}

@media only screen and (max-width:1919px) {
  .home-v1-wrap .product-wrap .product-inner .product-circle {
    width: calc(450vw * 1.25);
    height: calc(450vw * 1.25);
    left: calc(50% - 225vw * 1.25)
  }

}

@media only screen and (max-width:1439px) {
  .home-v1-wrap .product-wrap .product-inner .product-circle {
    width: calc(450vw * 1.5);
    height: calc(450vw * 1.5);
    left: calc(50% - 225vw * 1.5)
  }

}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .product-wrap .product-inner .product-circle {
    width: calc(100vw * 4 + 40vw * 3);
    height: calc(var(--vh));
    left: 0;
    padding-right: 40vw;
    display: flex;
    gap: 40vw
  }

}

.home-v1-wrap .product-wrap .product-inner .product-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .product-wrap .product-inner .product-box {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%
  }

}

.home-v1-wrap .product-wrap .product-inner .product-box .product-box-data {
  position: relative;
  height: var(--vh);
  display: flex;
  justify-content: center;
  align-items: center
}

.home-v1-wrap .product-wrap .product-inner .product-box .product-box-data .title {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%)
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .product-wrap .product-inner .product-box .product-box-data .title {
    top: 35px
  }

}

@media only screen and (max-height:700px) {
  .home-v1-wrap .product-wrap .product-inner .product-box .product-box-data .title {
    top: 25px
  }

}

.home-v1-wrap .product-wrap .product-inner .product-box .product-box-data .title svg .fill-color {
  fill: var(--product-color);
  transition: fill var(--transition-slow)
}

.home-v1-wrap .product-wrap .product-inner .product-box .product-box-data .title.title-text {
  z-index: 1
}

.home-v1-wrap .product-wrap .product-inner .product-box .product-box-data .image {
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translate(calc(-50% + 72px), 0);
  height: 90vh;
  aspect-ratio: 886/979;
  animation: float-image 1.9s cubic-bezier(.175, .885, .32, 1.275) infinite
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .product-wrap .product-inner .product-box .product-box-data .image {
    top: 220px;
    width: 60vh;
    aspect-ratio: unset;
    transform: translate(calc(-50% + 12vw), 0)
  }

}

.home-v1-wrap .product-wrap .product-inner .product-box .product-box-data .image img {
  width: 100%;
  height: auto;
  object-fit: contain
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .product-wrap .product-inner .product-box .product-box-data .image {
    animation-name: float-image-mobile
  }

}

@keyframes float-image {
  0% {
    transform: translate(calc(-50% + 72px), 0)
  }

  50% {
    transform: translate(calc(-50% + 72px), -24px)
  }

  100% {
    transform: translate(calc(-50% + 72px), 0)
  }

}

@keyframes float-image-mobile {
  0% {
    transform: translate(calc(-50% + 12vw), 0)
  }

  50% {
    transform: translate(calc(-50% + 12vw), -24px)
  }

  100% {
    transform: translate(calc(-50% + 12vw), 0)
  }

}

.home-v1-wrap .product-wrap .product-inner .product-box .product-box-data .float {
  position: absolute;
  left: 50%;
  bottom: 14%;
  transform: translateX(-50%)
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .product-wrap .product-inner .product-box .product-box-data .float {
    bottom: 19%
  }

}

@media only screen and (max-height:700px) {
  .home-v1-wrap .product-wrap .product-inner .product-box .product-box-data .float {
    bottom: 9%
  }

}

.home-v1-wrap .product-wrap .product-inner .product-box .product-box-data .float img,
.home-v1-wrap .product-wrap .product-inner .product-box .product-box-data .float svg {
  max-width: calc(100% - 40px);
  height: auto;
  max-height: 52vh;
  width: auto;
  object-fit: contain
}

@media only screen and (max-width:1439px) {

  .home-v1-wrap .product-wrap .product-inner .product-box .product-box-data .float img,
  .home-v1-wrap .product-wrap .product-inner .product-box .product-box-data .float svg {
    max-width: calc(90vw - var(--grid-padding) * 2);
    width: calc(90vw - var(--grid-padding) * 2)
  }

}

@media only screen and (max-width:1000px) {

  .home-v1-wrap .product-wrap .product-inner .product-box .product-box-data .float img,
  .home-v1-wrap .product-wrap .product-inner .product-box .product-box-data .float svg {
    max-width: calc(100vw - var(--grid-padding) * 2);
    width: calc(100vw - var(--grid-padding) * 2)
  }

}

.home-v1-wrap .product-wrap .product-inner .product-box .product-box-data .animation {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(calc(-50% - 336px))
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .product-wrap .product-inner .product-box .product-box-data .animation {
    width: 45.33vw;
    height: 45.33vw;
    top: 220px;
    transform: translateX(calc(-50% + -28vw))
  }

}

@media only screen and (max-height:700px) {
  .home-v1-wrap .product-wrap .product-inner .product-box .product-box-data .animation {
    top: 190px
  }

}

.home-v1-wrap .product-wrap .product-inner .product-box.index-1 .product-box-data .title svg {
  width: 63vh;
  height: 30vh;
  max-height: 300px;
  object-fit: contain
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .product-wrap .product-inner .product-box.index-1 .product-box-data .title svg {
    width: 100vw;
    height: 49.333vw;
    max-width: 606px
  }

}

.home-v1-wrap .product-wrap .product-inner .product-box.index-2 {
  transform: rotate(25deg)
}

.home-v1-wrap .product-wrap .product-inner .product-box.index-2 .product-box-data .title svg {
  width: 51vh;
  height: 22.4vh;
  max-height: 224px;
  object-fit: contain
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .product-wrap .product-inner .product-box.index-2 .product-box-data .title svg {
    width: 85.333vw;
    height: 37.6vw;
    max-width: 510px
  }

}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .product-wrap .product-inner .product-box.index-2 {
    transform: none
  }

}

.home-v1-wrap .product-wrap .product-inner .product-box.index-3 {
  transform: rotate(50deg)
}

.home-v1-wrap .product-wrap .product-inner .product-box.index-3 .product-box-data .title svg {
  width: 45.6vh;
  height: 36.4vh;
  max-height: 364px;
  object-fit: contain
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .product-wrap .product-inner .product-box.index-3 .product-box-data .title svg {
    width: 74.667vw;
    height: 59.733vw;
    max-width: 456px
  }

}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .product-wrap .product-inner .product-box.index-3 .product-box-data .float {
    bottom: calc(19% - 46px)
  }

}

@media only screen and (max-height:700px) {
  .home-v1-wrap .product-wrap .product-inner .product-box.index-3 .product-box-data .float {
    bottom: calc(9% - 46px)
  }

}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .product-wrap .product-inner .product-box.index-3 {
    transform: none
  }

}

.home-v1-wrap .product-wrap .product-inner .product-box.index-4 {
  transform: rotate(75deg)
}

.home-v1-wrap .product-wrap .product-inner .product-box.index-4 .product-box-data .title svg {
  width: 48.8vh;
  height: 32.6vh;
  max-height: 326px;
  object-fit: contain
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .product-wrap .product-inner .product-box.index-4 .product-box-data .title svg {
    width: 83.733vw;
    height: 57.067vw;
    max-width: 488px
  }

}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .product-wrap .product-inner .product-box.index-4 {
    transform: none
  }

}

.home-v1-wrap .story-wrap {
  position: relative;
  padding: 180px 60px;
  padding-bottom: 0;
  background: var(--TG_Main, #690742)
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .story-wrap {
    padding: 120px var(--grid-padding);
    padding-bottom: 146px
  }

}

.home-v1-wrap .story-wrap:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/101;
  background: url(../assets/img/home/story/bg-footer.svg) no-repeat center center/cover
}

.home-v1-wrap .story-wrap .story-inner {
  display: flex;
  gap: 120px;
  margin: 0 auto;
  padding-bottom: 260px
}

@media only screen and (max-width:1439px) {
  .home-v1-wrap .story-wrap .story-inner {
    gap: 60px
  }

}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .story-wrap .story-inner {
    gap: 100px;
    max-width: 100%;
    flex-direction: column;
    padding-bottom: 0
  }

}

.home-v1-wrap .story-wrap .story-inner>div {
  flex: 1
}

.home-v1-wrap .story-wrap .story-inner .story-text {
  position: relative;
  color: var(--TG_Sub, #fef3dd)
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .story-wrap .story-inner .story-text {
    padding-left: var(--grid-padding);
    padding-right: var(--grid-padding);
    margin-left: calc(var(--grid-padding) * -1);
    margin-right: calc(var(--grid-padding) * -1)
  }

}

.home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap {
  position: relative;
  max-width: 600px;
  margin-left: auto
}

@media only screen and (max-width:1919px) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%
  }

}

.home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg {
  content: "";
  position: absolute;
  top: -70px;
  left: -84px;
  max-width: 140%;
  width: 772px;
  aspect-ratio: 772/1013
}

@media only screen and (max-width:1439px) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg {
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: none
  }

}

.home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg .bg {
  transition: transform var(--transition-slow) ease-out, opacity var(--transition-slow) ease-out
}

.home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg .bg.hide {
  opacity: 0
}

.home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg .bg-1 {
  position: absolute;
  top: 96px;
  left: 0;
  width: 244px;
  height: 127px;
  background: url(../assets/img/home/story/story-bg-1.png);
  background-size: contain;
  background-repeat: no-repeat !important
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3/2),
(min-resolution:1.5dppx) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg .bg-1 {
    background: url(../assets/img/home/story/story-bg-1@2x.png);
    background-size: contain
  }

}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg .bg-1 {
    background: url(../assets/img/home/story/story-bg-1@2x.png);
    background-size: contain
  }

}

@media only screen and (max-width:1439px) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg .bg-1 {
    width: 17vw;
    left: -100px
  }

}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg .bg-1 {
    left: -30px;
    width: 166px
  }

}

.home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg .bg-2 {
  position: absolute;
  top: 0;
  right: 98px;
  width: 89px;
  height: 94px;
  background: url(../assets/img/home/story/story-bg-2.png);
  background-size: contain;
  background-repeat: no-repeat !important
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3/2),
(min-resolution:1.5dppx) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg .bg-2 {
    background: url(../assets/img/home/story/story-bg-2@2x.png);
    background-size: contain
  }

}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg .bg-2 {
    background: url(../assets/img/home/story/story-bg-2@2x.png);
    background-size: contain
  }

}

@media only screen and (max-width:1439px) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg .bg-2 {
    width: 6vw;
    right: 30px
  }

}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg .bg-2 {
    width: 80px;
    height: 84px
  }

}

.home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg .bg-3 {
  position: absolute;
  top: 605px;
  left: 36px;
  width: 74px;
  height: 66px;
  background: url(../assets/img/home/story/story-bg-3.png);
  background-size: contain;
  background-repeat: no-repeat !important
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3/2),
(min-resolution:1.5dppx) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg .bg-3 {
    background: url(../assets/img/home/story/story-bg-3@2x.png);
    background-size: contain
  }

}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg .bg-3 {
    background: url(../assets/img/home/story/story-bg-3@2x.png);
    background-size: contain
  }

}

@media only screen and (max-width:1439px) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg .bg-3 {
    width: 5vw;
    left: -50px
  }

}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg .bg-3 {
    width: 69px;
    height: 62px;
    top: auto;
    left: 10px;
    bottom: 200px
  }

}

.home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg .bg-4 {
  position: absolute;
  top: 800px;
  right: 0;
  width: 131px;
  height: 140px;
  background: url(../assets/img/home/story/story-bg-4.png);
  background-size: contain;
  background-repeat: no-repeat !important
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3/2),
(min-resolution:1.5dppx) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg .bg-4 {
    background: url(../assets/img/home/story/story-bg-4@2x.png);
    background-size: contain
  }

}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg .bg-4 {
    background: url(../assets/img/home/story/story-bg-4@2x.png);
    background-size: contain
  }

}

@media only screen and (max-width:1439px) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg .bg-4 {
    right: 10px;
    width: 8vw
  }

}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-bg-wrap .content-bg .bg-4 {
    width: 95px;
    height: 101px;
    top: auto;
    bottom: -134px
  }

}

.home-v1-wrap .story-wrap .story-inner .story-text .content-wrap {
  position: sticky;
  top: 0;
  z-index: 1;
  padding-top: 80px;
  max-width: 600px;
  margin-left: auto
}

@media only screen and (max-width:1919px) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-wrap {
    max-width: 100%
  }

}

.home-v1-wrap .story-wrap .story-inner .story-text .content-wrap .title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 48px
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-wrap .title {
    gap: 28px
  }

}

.home-v1-wrap .story-wrap .story-inner .story-text .content-wrap .title h3 {
  font-size: 80px;
  font-weight: 800;
  line-height: 100%
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-wrap .title h3 {
    font-size: 56px
  }

}

.home-v1-wrap .story-wrap .story-inner .story-text .content-wrap .title h4 {
  font-size: 66px;
  font-weight: 800;
  line-height: 100%
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-wrap .title h4 {
    font-size: 42px
  }

}

.home-v1-wrap .story-wrap .story-inner .story-text .content-wrap .content {
  display: flex;
  flex-direction: column;
  gap: 30px
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-wrap .content {
    gap: 20px
  }

}

.home-v1-wrap .story-wrap .story-inner .story-text .content-wrap .content p {
  font-size: 21px;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: .21px
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .story-wrap .story-inner .story-text .content-wrap .content p {
    font-size: 18px
  }

}

.home-v1-wrap .story-wrap .story-inner .story-images .story-images-contents {
  display: flex;
  gap: 20px
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .story-wrap .story-inner .story-images .story-images-contents {
    gap: 12px
  }

}

.home-v1-wrap .story-wrap .story-inner .story-images .story-images-contents .story-images-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 0;
  line-height: 0;
  transition: transform var(--transition-slow) ease-out
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .story-wrap .story-inner .story-images .story-images-contents .story-images-content {
    gap: 16px
  }

}

.home-v1-wrap .story-wrap .story-inner .story-images .story-images-contents .story-images-content img {
  width: 100%;
  height: auto;
  object-fit: contain
}

.home-v1-wrap .value-wrap {
  padding: 160px 38px 20px 38px;
  position: relative;
  background: var(--TG_Flavor01, #e95157)
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .value-wrap {
    padding: 120px var(--grid-padding)
  }

}

.home-v1-wrap .value-wrap:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(../assets/img/bg-footer.svg) repeat-x left bottom;
  background-size: 51px 20px;
  z-index: 1
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .value-wrap:after {
    width: auto 26px;
    height: 26px
  }

}

.home-v1-wrap .value-wrap .value-inner .value-title {
  display: flex;
  flex-direction: column;
  gap: 60px;
  text-align: center;
  margin-bottom: 80px
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .value-wrap .value-inner .value-title {
    gap: 40px
  }

}

.home-v1-wrap .value-wrap .value-inner .value-title h3 {
  color: var(--TG_Main, #690742);
  font-size: 80px;
  font-weight: 800;
  line-height: 100%
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .value-wrap .value-inner .value-title h3 {
    font-size: 56px
  }

}

.home-v1-wrap .value-wrap .value-inner .value-title p {
  color: var(--TG_Sub, #fef3dd);
  font-size: 24px;
  font-weight: 800;
  line-height: 140%
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .value-wrap .value-inner .value-title p {
    font-size: 22px
  }

}

.home-v1-wrap .value-wrap .value-inner .value-contents {
  display: flex;
  gap: 20px;
  padding-bottom: 40px
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .value-wrap .value-inner .value-contents {
    flex-direction: column;
    gap: 64px
  }

}

.home-v1-wrap .value-wrap .value-inner .value-contents .value-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px
}

.home-v1-wrap .value-wrap .value-inner .value-contents .value-content.index-2,
.home-v1-wrap .value-wrap .value-inner .value-contents .value-content.index-3 {
  position: relative
}

.home-v1-wrap .value-wrap .value-inner .value-contents .value-content.index-2:before,
.home-v1-wrap .value-wrap .value-inner .value-contents .value-content.index-3:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 205px;
  width: 5px;
  height: 85px;
  background: url(../assets/img/home/value/icon-sep.svg) no-repeat center center/contain
}

@media only screen and (max-width:1000px) {

  .home-v1-wrap .value-wrap .value-inner .value-contents .value-content.index-2:before,
  .home-v1-wrap .value-wrap .value-inner .value-contents .value-content.index-3:before {
    width: 81px;
    height: 6px;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    background-image: url(../assets/img/home/value/icon-sep-mobile.svg)
  }

}

.home-v1-wrap .value-wrap .value-inner .value-contents .value-content .image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px
}

.home-v1-wrap .value-wrap .value-inner .value-contents .value-content .image-wrap .image {
  width: 100%;
  height: 100%
}

.home-v1-wrap .value-wrap .value-inner .value-contents .value-content.index-1 .image-wrap {
  width: 100%;
  height: 160px;
  overflow: hidden
}

.home-v1-wrap .value-wrap .value-inner .value-contents .value-content.index-1 .image-wrap .image {
  width: auto;
  height: 200px;
  margin-top: 20px;
  margin-left: -60px
}

.home-v1-wrap .value-wrap .value-inner .value-contents .value-content.index-3 .image {
  width: 116px;
  height: 116px
}

.home-v1-wrap .value-wrap .value-inner .value-contents .value-content .info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  color: var(--TG_Main, #690742)
}

.home-v1-wrap .value-wrap .value-inner .value-contents .value-content .info .title {
  font-size: 24px;
  font-weight: 800;
  line-height: 120%
}

.home-v1-wrap .value-wrap .value-inner .value-contents .value-content .info .content {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%
}

.home-v1-wrap .value-wrap .value-inner .value-footer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: center
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .value-wrap .value-inner .value-footer {
    padding-top: 40px;
    padding-bottom: 0
  }

}

.home-v1-wrap .value-wrap .value-inner .value-footer .icon-2 {
  width: 151px;
  height: 146px;
  position: absolute;
  right: 30px;
  bottom: -76px;
  background: url(../assets/img/home/value/icon-2.svg) no-repeat center center/contain;
  z-index: 2
}

@media only screen and (max-width:1000px) {
  .home-v1-wrap .value-wrap .value-inner .value-footer .icon-2 {
    display: none
  }

}

.home-v2-wrap .main-banner {
  position: relative;
  height: var(--first-vh);
  box-sizing: border-box;
  background: #000
}

.home-v2-wrap .main-banner:not(.not-background) {
  background: url(../assets/img/home/hero/main-banner.jpg);
  background-size: cover;
  background-position: center bottom !important
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3/2),
(min-resolution:1.5dppx) {
  .home-v2-wrap .main-banner:not(.not-background) {
    background: url(../assets/img/home/hero/main-banner@2x.jpg);
    background-size: cover
  }

}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
  .home-v2-wrap .main-banner:not(.not-background) {
    background: url(../assets/img/home/hero/main-banner@2x.jpg);
    background-size: cover
  }

}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .main-banner {
    height: auto;
    min-height: var(--first-vh)
  }

  .home-v2-wrap .main-banner:not(.not-background) {
    background-image: url(../assets/img/home/hero/main-banner-mobile@3x.jpg)
  }

}

.home-v2-wrap .main-banner .blue-line {
  position: absolute;
  left: 50%;
  top: 112px;
  transform: translateX(-50%);
  width: 164px;
  height: 118px
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .main-banner .blue-line {
    display: none
  }

}

.home-v2-wrap .main-banner .star {
  position: absolute;
  right: 20%;
  top: 102px;
  width: 120px;
  height: 120px
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .main-banner .star {
    width: 80px;
    height: 80px;
    top: 96px;
    right: 70px
  }

}

.home-v2-wrap .main-banner .sticker {
  position: absolute;
  left: 50%;
  top: 412px;
  transform: translateX(-50%);
  width: 176px;
  height: 176px
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .main-banner .sticker {
    width: 32vw;
    height: 32vw;
    max-width: 176px;
    top: 20%;
    left: 40%;
    z-index: 10
  }

}

.home-v2-wrap .main-banner .video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000
}

.home-v2-wrap .main-banner .video-wrap video {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: calc(var(--header) + var(--line-banner));
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #000;
  box-sizing: border-box;
  z-index: 1
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .main-banner .video-wrap video {
    position: relative;
    height: 100vh
  }

}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .main-banner .video-sound-button-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: var(--vh)
  }

}

.home-v2-wrap .main-banner .sound {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 32px;
  height: 32px;
  background: url(../assets/img/layout/icon-sound-off.svg) no-repeat center center/contain;
  z-index: 2
}

.home-v2-wrap .main-banner .sound.on {
  background: url(../assets/img/layout/icon-sound-on.svg) no-repeat center center/contain
}

.home-v2-wrap .product-wrap {
  position: relative;
  background: var(--TG_Sub, #fef3dd);
  height: calc(var(--vh) * 4);
  --product-color: #91abd8
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .product-wrap {
    --vh: 100vh
  }

}

.home-v2-wrap .product-wrap .product-inner {
  position: sticky;
  top: 0;
  height: var(--vh);
  overflow: hidden
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .product-wrap .product-inner {
    top: calc(var(--header) + var(--line-banner));
    height: calc(var(--vh) - var(--header) - var(--line-banner))
  }

}

.home-v2-wrap .product-wrap .product-inner .product-bg-wrap {
  position: absolute;
  left: 0;
  top: 108px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .product-wrap .product-inner .product-bg-wrap {
    top: 100px
  }

}

@media only screen and (max-height:700px) {
  .home-v2-wrap .product-wrap .product-inner .product-bg-wrap {
    top: 80px
  }

}

.home-v2-wrap .product-wrap .product-inner .product-bg-wrap svg.product-bg {
  position: relative;
  left: auto;
  transform: none;
  width: auto;
  min-width: 100%;
  height: auto
}

.home-v2-wrap .product-wrap .product-inner .product-bg-wrap svg.product-bg .fill-color {
  fill: var(--product-color);
  transition: fill var(--transition-slow)
}

.home-v2-wrap .product-wrap .product-inner .product-bg-wrap .product-bg-dummy {
  flex: 1;
  background: var(--product-color);
  transition: background var(--transition-slow);
  margin-top: -10px
}

.home-v2-wrap .product-wrap .product-inner .product-circle {
  position: absolute;
  width: 450vw;
  height: 450vw;
  left: calc(50% - 225vw);
  border-radius: 100%;
  top: 0
}

@media only screen and (max-width:1919px) {
  .home-v2-wrap .product-wrap .product-inner .product-circle {
    width: calc(450vw * 1.25);
    height: calc(450vw * 1.25);
    left: calc(50% - 225vw * 1.25)
  }

}

@media only screen and (max-width:1439px) {
  .home-v2-wrap .product-wrap .product-inner .product-circle {
    width: calc(450vw * 1.5);
    height: calc(450vw * 1.5);
    left: calc(50% - 225vw * 1.5)
  }

}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .product-wrap .product-inner .product-circle {
    width: calc(100vw * 4 + 40vw * 3);
    height: calc(var(--vh));
    left: 0;
    padding-right: 40vw;
    display: flex;
    gap: 40vw
  }

}

.home-v2-wrap .product-wrap .product-inner .product-box {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .product-wrap .product-inner .product-box {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%
  }

}

.home-v2-wrap .product-wrap .product-inner .product-box .product-box-data {
  position: relative;
  height: var(--vh);
  display: flex;
  justify-content: center;
  align-items: center
}

.home-v2-wrap .product-wrap .product-inner .product-box .product-box-data .link {
  pointer-events: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.home-v2-wrap .product-wrap .product-inner .product-box .product-box-data .title {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%)
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .product-wrap .product-inner .product-box .product-box-data .title {
    top: 35px
  }

}

@media only screen and (max-height:700px) {
  .home-v2-wrap .product-wrap .product-inner .product-box .product-box-data .title {
    top: 25px
  }

}

.home-v2-wrap .product-wrap .product-inner .product-box .product-box-data .title svg .fill-color {
  fill: var(--product-color);
  transition: fill var(--transition-slow)
}

.home-v2-wrap .product-wrap .product-inner .product-box .product-box-data .title.title-text {
  z-index: 1
}

.home-v2-wrap .product-wrap .product-inner .product-box .product-box-data .image {
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translate(calc(-50% + 72px), 0);
  height: 90vh;
  aspect-ratio: 886/979;
  animation: float-image 1.9s cubic-bezier(.175, .885, .32, 1.275) infinite
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .product-wrap .product-inner .product-box .product-box-data .image {
    top: 220px;
    width: 60vh;
    aspect-ratio: unset;
    transform: translate(calc(-50% + 12vw), 0)
  }

}

.home-v2-wrap .product-wrap .product-inner .product-box .product-box-data .image img {
  width: 100%;
  height: auto;
  object-fit: contain
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .product-wrap .product-inner .product-box .product-box-data .image {
    animation-name: float-image-mobile
  }

}

@keyframes float-image {
  0% {
    transform: translate(calc(-50% + 72px), 0)
  }

  50% {
    transform: translate(calc(-50% + 72px), -24px)
  }

  100% {
    transform: translate(calc(-50% + 72px), 0)
  }

}

@keyframes float-image-mobile {
  0% {
    transform: translate(calc(-50% + 12vw), 0)
  }

  50% {
    transform: translate(calc(-50% + 12vw), -24px)
  }

  100% {
    transform: translate(calc(-50% + 12vw), 0)
  }

}

.home-v2-wrap .product-wrap .product-inner .product-box .product-box-data .float {
  position: absolute;
  left: 50%;
  bottom: 14%;
  transform: translateX(-50%)
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .product-wrap .product-inner .product-box .product-box-data .float {
    bottom: calc(var(--real-vh) * .19)
  }

}

.home-v2-wrap .product-wrap .product-inner .product-box .product-box-data .float img,
.home-v2-wrap .product-wrap .product-inner .product-box .product-box-data .float svg {
  max-width: calc(100% - 40px);
  height: auto;
  max-height: 52vh;
  width: auto;
  object-fit: contain
}

@media only screen and (max-width:1439px) {

  .home-v2-wrap .product-wrap .product-inner .product-box .product-box-data .float img,
  .home-v2-wrap .product-wrap .product-inner .product-box .product-box-data .float svg {
    max-width: calc(90vw - var(--grid-padding) * 2);
    width: calc(90vw - var(--grid-padding) * 2)
  }

}

@media only screen and (max-width:1000px) {

  .home-v2-wrap .product-wrap .product-inner .product-box .product-box-data .float img,
  .home-v2-wrap .product-wrap .product-inner .product-box .product-box-data .float svg {
    max-width: calc(100vw - var(--grid-padding) * 2);
    width: calc(100vw - var(--grid-padding) * 2)
  }

}

.home-v2-wrap .product-wrap .product-inner .product-box .product-box-data .animation {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(calc(-50% - 336px))
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .product-wrap .product-inner .product-box .product-box-data .animation {
    width: 45.33vw;
    height: 45.33vw;
    top: 220px;
    transform: translateX(calc(-50% + -28vw))
  }

}

@media only screen and (max-height:700px) {
  .home-v2-wrap .product-wrap .product-inner .product-box .product-box-data .animation {
    top: 190px
  }

}

.home-v2-wrap .product-wrap .product-inner .product-box.index-1 .product-box-data .title svg {
  width: 63vh;
  height: 30vh;
  max-height: 300px;
  object-fit: contain
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .product-wrap .product-inner .product-box.index-1 .product-box-data .title svg {
    width: 100vw;
    height: 49.333vw;
    max-width: 606px
  }

}

.home-v2-wrap .product-wrap .product-inner .product-box.index-2 {
  transform: rotate(25deg)
}

.home-v2-wrap .product-wrap .product-inner .product-box.index-2 .product-box-data .title svg {
  width: 51vh;
  height: 22.4vh;
  max-height: 224px;
  object-fit: contain
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .product-wrap .product-inner .product-box.index-2 .product-box-data .title svg {
    width: 85.333vw;
    height: 37.6vw;
    max-width: 510px
  }

}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .product-wrap .product-inner .product-box.index-2 {
    transform: none
  }

}

.home-v2-wrap .product-wrap .product-inner .product-box.index-3 {
  transform: rotate(50deg)
}

.home-v2-wrap .product-wrap .product-inner .product-box.index-3 .product-box-data .title svg {
  width: 45.6vh;
  height: 36.4vh;
  max-height: 364px;
  object-fit: contain
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .product-wrap .product-inner .product-box.index-3 .product-box-data .title svg {
    width: 74.667vw;
    height: 59.733vw;
    max-width: 456px
  }

}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .product-wrap .product-inner .product-box.index-3 .product-box-data .float {
    bottom: calc(var(--real-vh) * .19 - 46px)
  }

}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .product-wrap .product-inner .product-box.index-3 {
    transform: none
  }

}

.home-v2-wrap .product-wrap .product-inner .product-box.index-4 {
  transform: rotate(75deg)
}

.home-v2-wrap .product-wrap .product-inner .product-box.index-4 .product-box-data .title svg {
  width: 48.8vh;
  height: 32.6vh;
  max-height: 326px;
  object-fit: contain
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .product-wrap .product-inner .product-box.index-4 .product-box-data .title svg {
    width: 83.733vw;
    height: 57.067vw;
    max-width: 488px
  }

}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .product-wrap .product-inner .product-box.index-4 {
    transform: none
  }

}

.home-v2-wrap .value-wrap {
  padding: 160px 38px 100px 38px;
  position: relative;
  background: var(--TG_Flavor01, #e95157)
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .value-wrap {
    padding: 120px var(--grid-padding)
  }

}

.home-v2-wrap .value-wrap .value-inner .value-title {
  display: flex;
  flex-direction: column;
  gap: 60px;
  text-align: center;
  margin-bottom: 80px
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .value-wrap .value-inner .value-title {
    gap: 40px
  }

}

.home-v2-wrap .value-wrap .value-inner .value-title h3 {
  color: var(--TG_Main, #690742);
  font-size: 80px;
  font-weight: 800;
  line-height: 100%
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .value-wrap .value-inner .value-title h3 {
    font-size: 56px
  }

}

.home-v2-wrap .value-wrap .value-inner .value-title p {
  color: var(--TG_Sub, #fef3dd);
  font-size: 24px;
  font-weight: 800;
  line-height: 140%
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .value-wrap .value-inner .value-title p {
    font-size: 22px
  }

}

.home-v2-wrap .value-wrap .value-inner .value-contents {
  display: flex;
  gap: 20px;
  padding-bottom: 40px
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .value-wrap .value-inner .value-contents {
    flex-direction: column;
    gap: 64px
  }

}

.home-v2-wrap .value-wrap .value-inner .value-contents .value-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px
}

.home-v2-wrap .value-wrap .value-inner .value-contents .value-content.index-2,
.home-v2-wrap .value-wrap .value-inner .value-contents .value-content.index-3 {
  position: relative
}

.home-v2-wrap .value-wrap .value-inner .value-contents .value-content.index-2:before,
.home-v2-wrap .value-wrap .value-inner .value-contents .value-content.index-3:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 205px;
  width: 5px;
  height: 85px;
  background: url(../assets/img/home/value/icon-sep.svg) no-repeat center center/contain
}

@media only screen and (max-width:1000px) {

  .home-v2-wrap .value-wrap .value-inner .value-contents .value-content.index-2:before,
  .home-v2-wrap .value-wrap .value-inner .value-contents .value-content.index-3:before {
    width: 81px;
    height: 6px;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    background-image: url(../assets/img/home/value/icon-sep-mobile.svg)
  }

}

.home-v2-wrap .value-wrap .value-inner .value-contents .value-content .image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px
}

.home-v2-wrap .value-wrap .value-inner .value-contents .value-content .image-wrap .image {
  width: 100%;
  height: 100%
}

.home-v2-wrap .value-wrap .value-inner .value-contents .value-content.index-1 .image-wrap {
  width: 100%;
  height: 160px;
  overflow: hidden
}

.home-v2-wrap .value-wrap .value-inner .value-contents .value-content.index-1 .image-wrap .image {
  width: auto;
  height: 200px;
  margin-top: 20px;
  margin-left: -60px
}

.home-v2-wrap .value-wrap .value-inner .value-contents .value-content.index-3 .image {
  width: 116px;
  height: 116px
}

.home-v2-wrap .value-wrap .value-inner .value-contents .value-content .info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
  color: var(--TG_Main, #690742)
}

.home-v2-wrap .value-wrap .value-inner .value-contents .value-content .info .title {
  font-size: 24px;
  font-weight: 800;
  line-height: 120%
}

.home-v2-wrap .value-wrap .value-inner .value-contents .value-content .info .content {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%
}

.home-v2-wrap .value-wrap .value-inner .value-footer {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  align-items: center
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .value-wrap .value-inner .value-footer {
    margin-top: 40px;
    padding: 0 20px
  }

}

.home-v2-wrap .value-wrap .value-inner .value-footer .button {
  width: 438px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 3px solid var(--TG_Sub, #fef3dd);
  font-size: 20px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 1px;
  color: var(--TG_Sub, #fef3dd);
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.2px;
  transition: all var(--transition)
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .value-wrap .value-inner .value-footer .button {
    max-width: 100%;
    height: 54px;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: .8px
  }

}

@media only screen and (hover:hover) {
  .home-v2-wrap .value-wrap .value-inner .value-footer .button:hover {
    background: var(--TG_Main, #690742);
    border-color: var(--TG_Main, #690742);
    color: var(--TG_Sub, #fef3dd)
  }

}

.home-v2-wrap .saying-wrap {
  position: relative;
  color: var(--TG_Sub, #fef3dd);
  background: #690742;
  overflow: hidden
}

.home-v2-wrap .saying-wrap:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1440/96;
  background: url(../assets/img/home/bg-wave-1.svg) no-repeat center center/cover;
  pointer-events: none
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .saying-wrap:before {
    overflow: hidden;
    width: auto;
    margin-left: -1px;
    margin-right: -1px
  }

}

.home-v2-wrap .saying-wrap .saying-inner {
  padding-top: 145px;
  padding-bottom: 120px
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .saying-wrap .saying-inner {
    padding-top: 115px;
    padding-bottom: 115px
  }

}

.home-v2-wrap .saying-wrap .saying-inner .saying-title {
  text-align: center;
  margin-bottom: 65px
}

.home-v2-wrap .saying-wrap .saying-inner .saying-title h3 {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  padding-bottom: 5px
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .saying-wrap .saying-inner .saying-title h3 {
    font-size: 26px
  }

}

.home-v2-wrap .saying-wrap .saying-inner .saying-title h3:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  background: url(../assets/img/home/bg-wave-title-line.svg) repeat-x
}

.home-v2-wrap .saying-wrap .saying-inner .saying-contents {
  max-width: 1200px;
  margin: 0 auto
}

.home-v2-wrap .saying-wrap .saying-inner .saying-contents .saying-carousel .content {
  width: 100%;
  color: var(--TG_Sub, #fef3dd);
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  line-height: 140%;
  padding-bottom: 64px;
  padding-left: 120px;
  padding-right: 120px;
  box-sizing: border-box
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .saying-wrap .saying-inner .saying-contents .saying-carousel .content {
    font-size: 24px;
    padding-bottom: 90px;
    padding-left: 0;
    padding-right: 0
  }

  .home-v2-wrap .saying-wrap .saying-inner .saying-contents .saying-carousel .content p {
    padding: 0 20px;
    margin-bottom: 40px
  }

  .home-v2-wrap .saying-wrap .saying-inner .saying-contents .saying-carousel .content p br {
    display: none
  }

}

.home-v2-wrap .saying-wrap .saying-inner .saying-contents .saying-carousel .content .logo {
  display: none
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .saying-wrap .saying-inner .saying-contents .saying-carousel .content .logo {
    display: inline-block;
    width: auto;
    height: 80px
  }

}

.home-v2-wrap .saying-wrap .saying-inner .saying-contents .flickity-button {
  width: 32px;
  height: 32px;
  outline: 0
}

.home-v2-wrap .saying-wrap .saying-inner .saying-contents .flickity-button.previous {
  background: url(../assets/img/home/icon-prev.svg) no-repeat center center/contain
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .saying-wrap .saying-inner .saying-contents .flickity-button.previous {
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(calc((32px + 28px) * -1))
  }

}

.home-v2-wrap .saying-wrap .saying-inner .saying-contents .flickity-button.next {
  background: url(../assets/img/home/icon-next.svg) no-repeat center center/contain
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .saying-wrap .saying-inner .saying-contents .flickity-button.next {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(28px)
  }

}

.home-v2-wrap .saying-wrap .saying-inner .saying-contents .flickity-button svg {
  display: none
}

.home-v2-wrap .saying-wrap .saying-inner .saying-contents .flickity-custom-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .saying-wrap .saying-inner .saying-contents .flickity-custom-dots {
    display: none
  }

}

.home-v2-wrap .saying-wrap .saying-inner .saying-contents .flickity-custom-dots button {
  border: 0;
  background: 0 0;
  opacity: .3;
  transition: opacity .3s;
  cursor: pointer
}

.home-v2-wrap .saying-wrap .saying-inner .saying-contents .flickity-custom-dots button.is-selected {
  opacity: 1
}

.home-v2-wrap .social-wrap {
  position: relative
}

.home-v2-wrap .social-wrap:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1440/96;
  background: url(../assets/img/home/bg-wave-2.svg) no-repeat center center/cover;
  pointer-events: none;
  margin-top: -1px
}

.home-v2-wrap .social-wrap:after {
  content: "";
  width: 151px;
  height: 146px;
  position: absolute;
  right: 66px;
  bottom: -30px;
  background: url(../assets/img/home/value/icon-2.svg) no-repeat center center/contain;
  z-index: 2;
  pointer-events: none
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .social-wrap:after {
    right: 0
  }

}

.home-v2-wrap .social-wrap .social-inner {
  padding-top: 120px;
  padding-bottom: 70px;
  color: var(--TG_Main, #690742)
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .social-wrap .social-inner {
    padding-top: 80px;
    padding-bottom: 80px
  }

}

.home-v2-wrap .social-wrap .social-inner .social-title {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  align-items: center;
  justify-content: center
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .social-wrap .social-inner .social-title {
    margin-bottom: 56px
  }

}

.home-v2-wrap .social-wrap .social-inner .social-title h3 {
  font-size: 80px;
  font-weight: 800;
  line-height: 100%
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .social-wrap .social-inner .social-title h3 {
    font-size: 56px
  }

}

.home-v2-wrap .social-wrap .social-inner .social-title h4 {
  font-size: 24px;
  font-weight: 800;
  line-height: 100%
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .social-wrap .social-inner .social-title h4 {
    font-size: 16px
  }

}

.home-v2-wrap .social-wrap .social-inner .social-title h4 a {
  color: var(--TG_Main, #690742)
}

.home-v2-wrap .social-wrap .social-inner .social-contents .social-carousel .social-content {
  width: 406px;
  height: 506px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px
}

@media only screen and (max-width:1000px) {
  .home-v2-wrap .social-wrap .social-inner .social-contents .social-carousel .social-content {
    width: 300px;
    height: 384px;
    margin-right: 24px
  }

}

.home-v2-wrap .social-wrap .social-inner .social-contents .social-carousel .social-content.have-user-id {
  position: relative
}

.home-v2-wrap .social-wrap .social-inner .social-contents .social-carousel .social-content.have-user-id .social-content-inner {
  position: relative;
  display: inline-block;
  border: 3px solid #690742;
  width: 100%;
  height: 100%;
  box-sizing: border-box
}

.home-v2-wrap .social-wrap .social-inner .social-contents .social-carousel .social-content.have-user-id .instagram-user-id {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 26px 20px 20px 20px;
  box-sizing: border-box;
  gap: 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%
}

.home-v2-wrap .social-wrap .social-inner .social-contents .social-carousel .social-content.have-user-id .instagram-user-id:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../assets/img/home/icon-instagram.svg) no-repeat center center/contain
}

.home-v2-wrap .social-wrap .social-inner .social-contents .social-carousel .social-content img,
.home-v2-wrap .social-wrap .social-inner .social-contents .social-carousel .social-content video {
  display: block;
  width: 100%;
  object-fit: contain;
  box-sizing: content-box
}

.home-v2-wrap .social-wrap .social-inner .social-contents .social-carousel .social-content video {
  height: 100%;
  object-fit: cover
}

.page-where-to-buy {
  padding-top: calc(var(--header) + var(--line-banner))
}

.page-where-to-buy h3 {
  font-size: 60px;
  font-weight: 800;
  line-height: 120%
}

@media only screen and (max-width:1000px) {
  .page-where-to-buy h3 {
    font-size: 40px;
    line-height: 90%
  }

}

.page-where-to-buy .section-hero {
  height: 15vw;
  max-height: 360px;
  position: relative
}

@media only screen and (max-width:1919px) {
  .page-where-to-buy .section-hero {
    height: 280px
  }

}

@media only screen and (max-width:1439px) {
  .page-where-to-buy .section-hero {
    height: 320px
  }

}

@media only screen and (max-width:1000px) {
  .page-where-to-buy .section-hero {
    height: 226px
  }

}

.page-where-to-buy .section-hero:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/96;
  background: url(../assets/img/wtb/header-shape.svg) no-repeat left bottom/cover
}

@media only screen and (max-width:1439px) {
  .page-where-to-buy .section-hero:before {
    bottom: -8px;
    aspect-ratio: 375/26;
    background-image: url(../assets/img/wtb/header-shape-mobile@3x.png)
  }

}

@media only screen and (max-width:1000px) {
  .page-where-to-buy .section-hero:before {
    bottom: -2px;
    aspect-ratio: 375/26;
    background-image: url(../assets/img/wtb/header-shape-mobile@3x.png)
  }

}

.page-where-to-buy .section-hero:after {
  content: "";
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 413px;
  height: 260px;
  background: url(../assets/img/wtb/protein-packed.svg) no-repeat center center
}

@media only screen and (max-width:1439px) {
  .page-where-to-buy .section-hero:after {
    bottom: -20px
  }

}

@media only screen and (max-width:1000px) {
  .page-where-to-buy .section-hero:after {
    width: 185px;
    height: 115px;
    background-size: contain;
    bottom: -20px
  }

}

.page-where-to-buy .section-hero .star {
  width: 120px;
  height: 120px;
  position: absolute;
  left: calc(50% + 340px);
  top: 0
}

@media only screen and (max-width:1000px) {
  .page-where-to-buy .section-hero .star {
    width: 80px;
    height: 80px;
    left: auto;
    right: 0;
    top: 4px
  }

}

.page-where-to-buy .section-hero h1 {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 80px;
  font-weight: 800;
  line-height: 90%;
  color: #690742;
  text-align: center
}

@media only screen and (max-width:1000px) {
  .page-where-to-buy .section-hero h1 {
    font-size: 56px;
    left: 50%;
    right: auto;
    top: 58px;
    transform: translate(-50%, 0);
    white-space: nowrap
  }

}

.page-where-to-buy .section-hero h1:after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  left: -40px;
  bottom: -64px;
  background: url(../assets/img/wtb/point.svg) no-repeat center center/contain
}

@media only screen and (max-width:1000px) {
  .page-where-to-buy .section-hero h1:after {
    width: 20px;
    height: 20px;
    left: -5px;
    bottom: -10px
  }

}

.page-where-to-buy .section-wtb-service h3 {
  text-align: center;
  color: var(--TG_Sub, #fef3dd)
}

@media only screen and (max-width:1000px) {
  .page-where-to-buy .section-wtb-service h3 {
    margin-bottom: 28px
  }

}

.page-where-to-buy .section-wtb-service p {
  text-align: center;
  color: var(--TG_Sub, #fef3dd);
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1px;
  margin-top: 20px
}

@media only screen and (max-width:1000px) {
  .page-where-to-buy .section-wtb-service p {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 800;
    line-height: 140%;
    letter-spacing: .8px
  }

}

.page-where-to-buy .section-wtb-service .title-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 64px
}

@media only screen and (max-width:1000px) {
  .page-where-to-buy .section-wtb-service .title-wrap {
    margin-bottom: 40px
  }

}

.page-where-to-buy .section-wtb-service .title-wrap p {
  margin-top: 0
}

.page-where-to-buy .section-wtb-service .embed-wrap {
  background: var(--TG_Main, #690742);
  padding: 120px 60px;
  overflow: hidden
}

@media only screen and (max-width:1000px) {
  .page-where-to-buy .section-wtb-service .embed-wrap {
    padding: 80px 0
  }

}

.page-where-to-buy .section-wtb-service .embed-wrap .drb_embed,
.page-where-to-buy .section-wtb-service .embed-wrap .wtb-map-container {
  border-radius: 16px;
  border: 3px solid #ffeacc;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

@media only screen and (min-width:1001px) {

  .page-where-to-buy .section-wtb-service .embed-wrap .drb_embed iframe,
  .page-where-to-buy .section-wtb-service .embed-wrap .wtb-map-container iframe {
    height: 80vh !important
  }

}

@media only screen and (max-width:1000px) {

  .page-where-to-buy .section-wtb-service .embed-wrap .drb_embed,
  .page-where-to-buy .section-wtb-service .embed-wrap .wtb-map-container {
    border-radius: 0;
    border: 0;
    width: 100%;
    height: 100%
  }

}

.page-where-to-buy .section-wtb-service .embed-wrap .wtb-map-container {
  position: relative;
  margin-bottom: 20px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

@media only screen and (max-width:1000px) {
  .page-where-to-buy .section-wtb-service .embed-wrap .wtb-map-container {
    border-radius: 0
  }

}

.page-where-to-buy .section-wtb-service .embed-wrap .wtb-map-container #wtb-map {
  width: 100%;
  height: auto;
  aspect-ratio: 1390/880;
  max-height: calc(var(--vh) - 100px)
}

@media only screen and (max-width:1000px) {
  .page-where-to-buy .section-wtb-service .embed-wrap .wtb-map-container #wtb-map {
    aspect-ratio: unset;
    height: 80vh;
    max-height: calc(var(--vh) - var(--header) - var(--line-banner) - 40px)
  }

}

.page-where-to-buy .section-wtb-service .embed-wrap .wtb-map-container .store-info {
  font-family: novel-display;
  color: var(--TG_Sub, #fef3dd);
  max-width: 300px
}

.page-where-to-buy .section-wtb-service .embed-wrap .wtb-map-container .store-info h5 {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: .6px
}

.page-where-to-buy .section-wtb-service .embed-wrap .wtb-map-container .store-info h4 {
  font-size: 16px;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: .8px
}

.page-where-to-buy .section-wtb-service .embed-wrap .wtb-map-container .store-info h4 a {
  color: var(--TG_Sub, #fef3dd)
}

.page-where-to-buy .section-wtb-service .embed-wrap .wtb-map-container .store-info p {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: .8px
}

.page-where-to-buy .section-wtb-service .embed-wrap .wtb-map-container .store-link {
  color: var(--TG_Sub, #fef3dd);
  text-decoration: none;
  transition: color .2s ease
}

.page-where-to-buy .section-wtb-service .embed-wrap .wtb-map-container .country-filter {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1000
}

.page-where-to-buy .section-wtb-service .embed-wrap .wtb-map-container .filter-controls {
  display: flex;
  gap: 10px;
  align-items: center
}

.page-where-to-buy .section-wtb-service .embed-wrap .wtb-map-container .country-select {
  border: 0;
  border-radius: 0;
  padding: 8px 12px;
  height: 40px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  transition: all .3s ease;
  min-width: 150px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #fff url(../assets/img/icon-select-dropdown.svg) no-repeat right 10px center/14px
}

.page-where-to-buy .section-wtb-service .embed-wrap .wtb-map-container .location-btn {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
  transition: all .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000
}

.page-where-to-buy .section-wtb-service .embed-wrap .wtb-map-container .location-btn:hover {
  background: #f5f5f5;
  transform: translateY(-1px);
  box-shadow: rgba(0, 0, 0, .4) 0 2px 8px -1px
}

.page-where-to-buy .section-wtb-service .embed-wrap .wtb-map-container .location-btn:active {
  transform: translateY(0)
}

.page-where-to-buy .section-wtb-service .embed-wrap .wtb-map-container .location-btn svg {
  width: 20px;
  height: 20px
}

.page-where-to-buy .section-online-store:before {
  content: "";
  display: block;
  position: relative;
  top: -2px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/100;
  background: url(../assets/img/wtb/footer-shape.svg) no-repeat left bottom/cover
}

@media only screen and (max-width:1000px) {
  .page-where-to-buy .section-online-store:before {
    top: -1px;
    aspect-ratio: 375/25;
    background-image: url(../assets/img/wtb/footer-shape-mobile@3x.png)
  }

}

.page-where-to-buy .section-online-store .online-store-content {
  padding-top: 200px;
  padding-bottom: 180px;
  position: relative
}

@media only screen and (max-width:1000px) {
  .page-where-to-buy .section-online-store .online-store-content {
    padding-top: 190px;
    padding-bottom: 100px
  }

}

.page-where-to-buy .section-online-store .online-store-content .title-wrap {
  position: relative;
  color: var(--TG_Main, #690742);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 50px
}

.page-where-to-buy .section-online-store .online-store-content .title-wrap p {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 1px
}

.page-where-to-buy .section-online-store .online-store-content .title-wrap p:before {
  content: "";
  width: 66px;
  height: 7px;
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translate(-50%, -50%);
  background: url(../assets/img/wtb/bg-sep.svg) no-repeat center center/contain
}

@media only screen and (max-width:1000px) {
  .page-where-to-buy .section-online-store .online-store-content .title-wrap p {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: .8px
  }

}

.page-where-to-buy .section-online-store .online-store-content .title-wrap .sticker {
  pointer-events: none;
  position: absolute
}

.page-where-to-buy .section-online-store .online-store-content .title-wrap .sticker.index-1 {
  width: 200px;
  height: 200px;
  left: calc(50% - 340px);
  top: calc(50% - 270px)
}

@media only screen and (max-width:1000px) {
  .page-where-to-buy .section-online-store .online-store-content .title-wrap .sticker.index-1 {
    width: 150px;
    height: 150px;
    left: calc(50% - 110px);
    top: -80px;
    transform: translate(-50%, -50%)
  }

}

.page-where-to-buy .section-online-store .online-store-content .title-wrap .sticker.index-2 {
  width: 120px;
  height: 120px;
  left: calc(50% + 200px);
  top: 60px;
  background: url(../assets/img/wtb/tangle.svg) no-repeat center center/contain
}

@media only screen and (max-width:1000px) {
  .page-where-to-buy .section-online-store .online-store-content .title-wrap .sticker.index-2 {
    width: 84px;
    height: 84px;
    left: calc(50% + 100px);
    top: 110px
  }

}

.page-contact {
  display: flex;
  padding-top: calc(var(--header) + var(--line-banner));
  border-bottom: 2px solid var(--TG_Main, #690742)
}

@media only screen and (max-width:1000px) {
  .page-contact {
    flex-direction: column
  }

}

.page-contact .form,
.page-contact .hero {
  width: 50%;
  box-sizing: border-box
}

@media only screen and (max-width:1000px) {

  .page-contact .form,
  .page-contact .hero {
    width: 100%
  }

}

.page-contact .hero img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.page-contact .form {
  display: flex;
  justify-content: center;
  padding: 80px
}

@media only screen and (max-width:1000px) {
  .page-contact .form {
    padding: 48px 20px
  }

}

.page-contact .form .form-inner {
  width: 560px;
  max-width: 100%
}

@media only screen and (max-width:1000px) {
  .page-contact .form .form-inner {
    width: 100%
  }

}

.page-contact .form .form-inner h1 {
  color: var(--TG_Main, #690742);
  font-size: 56px;
  font-weight: 800;
  line-height: 120%;
  margin-bottom: 40px
}

@media only screen and (max-width:1000px) {
  .page-contact .form .form-inner h1 {
    font-size: 40px;
    margin-bottom: 32px
  }

}

.page-contact .form .form-inner .form-group-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.page-contact .form .form-inner .form-group.submit-wrap {
  padding-top: 32px;
  display: flex;
  justify-content: center
}

.page-contact .form .form-inner .form-group .form-input {
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  border: 2px solid var(--TG_Main, #690742);
  height: 64px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  transition: border-color var(--transition)
}

.page-contact .form .form-inner .form-group .form-input input,
.page-contact .form .form-inner .form-group .form-input textarea {
  width: 100%;
  height: 100%;
  border: none;
  outline: 0;
  background: 0 0;
  border-radius: 10px;
  color: var(--TG_Main, #690742);
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: .54px;
  padding: 11px 16px;
  padding-top: 25px;
  box-sizing: border-box;
  resize: none
}

.page-contact .form .form-inner .form-group .form-input input:-webkit-autofill,
.page-contact .form .form-inner .form-group .form-input input:-webkit-autofill:focus,
.page-contact .form .form-inner .form-group .form-input input:-webkit-autofill:hover,
.page-contact .form .form-inner .form-group .form-input textarea:-webkit-autofill,
.page-contact .form .form-inner .form-group .form-input textarea:-webkit-autofill:focus,
.page-contact .form .form-inner .form-group .form-input textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: var(--TG_Main, #690742)
}

.page-contact .form .form-inner .form-group .form-input.select:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../assets/img/icon-select-dropdown.svg) no-repeat center center/contain
}

.page-contact .form .form-inner .form-group .form-input.select select {
  display: none
}

.page-contact .form .form-inner .form-group .form-input.select .custom-select {
  display: block;
  width: 100%;
  height: 100%
}

.page-contact .form .form-inner .form-group .form-input.select .selected-value {
  display: none;
  color: var(--TG_Main, #690742);
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: .54px;
  padding: 11px 16px;
  padding-top: 25px
}

.page-contact .form .form-inner .form-group .form-input.select .options-list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  left: -2px;
  right: -2px;
  width: auto;
  list-style: none;
  background: var(--TG_Sub, #fef3dd);
  border-radius: 0 0 10px 10px;
  border: 2px solid var(--TG_Main, #690742);
  z-index: 10
}

.page-contact .form .form-inner .form-group .form-input.select .options-list li {
  padding: 21px 16px;
  color: var(--TG_Main, #690742);
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: .54px;
  transition: var(--transition)
}

.page-contact .form .form-inner .form-group .form-input.select .options-list li.active,
.page-contact .form .form-inner .form-group .form-input.select .options-list li:hover {
  background: var(--TG_Main, #690742);
  color: var(--TG_Sub, #fef3dd)
}

.page-contact .form .form-inner .form-group .form-input.select.active {
  border-color: var(--TG_Main, #690742);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.page-contact .form .form-inner .form-group .form-input.select.active:after {
  transform: translateY(-50%) rotate(180deg)
}

.page-contact .form .form-inner .form-group .form-input.select.active .options-list {
  display: block
}

.page-contact .form .form-inner .form-group .form-input.select.focus .selected-value {
  display: block
}

.page-contact .form .form-inner .form-group .form-input.textarea {
  height: 180px
}

.page-contact .form .form-inner .form-group .form-input label {
  pointer-events: none;
  opacity: .6;
  position: absolute;
  top: 21px;
  left: 16px;
  transition: var(--transition);
  color: var(--TG_Main, #690742);
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: .48px
}

.page-contact .form .form-inner .form-group .form-input.focusing,
.page-contact .form .form-inner .form-group .form-input:hover {
  border-color: var(--TG_Flavor01, #e95157)
}

.page-contact .form .form-inner .form-group .form-input.focus {
  border-color: var(--TG_Main, #690742)
}

.page-contact .form .form-inner .form-group .form-input.focus label {
  opacity: 1;
  top: 11px;
  font-size: 11px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: .33px
}

.page-contact .form .form-inner .form-group button {
  display: flex;
  width: 320px;
  max-width: 100%;
  padding: 16px 10px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: var(--TG_Main, #690742);
  border: 0;
  color: var(--TG_Sub, #fef3dd);
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1px;
  cursor: pointer
}

@media only screen and (max-width:1000px) {
  .page-contact .form .form-inner .form-group button {
    width: 100%
  }

}

.page-contact .form .form-inner .form-group button.disabled {
  background: #999;
  pointer-events: none
}

.page-privacy {
  display: flex;
  flex-direction: column;
  width: 940px;
  max-width: 100%;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  margin: 0 auto;
  color: var(--TG_Main, #690742);
  padding: 0 var(--grid-padding);
  padding-top: calc(var(--header) + var(--line-banner) + 60px);
  padding-bottom: 100px;
  box-sizing: content-box
}

@media only screen and (max-width:1000px) {
  .page-privacy {
    width: 100%;
    box-sizing: border-box
  }

}

.page-privacy .privacy-title {
  font-weight: 900;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 56px;
  line-height: 1.2
}

@media only screen and (max-width:1000px) {
  .page-privacy .privacy-title {
    font-size: 40px;
    margin-bottom: -24px
  }

}

.page-privacy .privacy-description {
  font-weight: 400;
  position: relative;
  font-size: 16px;
  letter-spacing: .48px;
  line-height: 1.4
}

.page-privacy .privacy-note,
.page-privacy .privacy-section-description,
.page-privacy .privacy-text {
  font-weight: 400;
  position: relative;
  font-size: 16px;
  letter-spacing: .48px;
  line-height: 1.4
}

.page-privacy .privacy-section-description.margin-md {
  margin-top: 4px;
  margin-bottom: 4px
}

.page-privacy .privacy-section-description+.privacy-section-description {
  margin-top: 12px
}

.page-privacy .privacy-section-description+.privacy-list-item {
  margin-top: 12px
}

.page-privacy ul {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

@media only screen and (max-width:1000px) {
  .page-privacy ul {
    margin-left: 10px
  }

}

.page-privacy ul li {
  list-style: none;
  position: relative;
  padding-left: 15px
}

.page-privacy ul li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--TG_Main, #690742)
}

.page-privacy .privacy-text:last-child {
  margin-bottom: 0
}

.page-privacy .privacy-text-normal {
  font-weight: 400;
  position: relative;
  font-size: 16px;
  letter-spacing: .48px;
  line-height: 1.4
}

.page-privacy .privacy-text-underline {
  color: var(--TG_Main, #690742);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px
}

.page-privacy .privacy-contact-link,
.page-privacy .privacy-text-link {
  color: var(--TG_Main, #690742);
  text-decoration: none
}

.page-privacy .privacy-article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%
}

.page-privacy .privacy-article.gap-md {
  gap: 16px
}

.page-privacy .privacy-article .privacy-section-title {
  width: 100%
}

.page-privacy .privacy-article .privacy-section-title .privacy-section-heading {
  font-weight: 900;
  position: relative;
  font-size: 18px;
  letter-spacing: .48px;
  line-height: 1.3;
  margin-bottom: 12px
}

@media only screen and (max-width:1000px) {
  .page-privacy .privacy-article .privacy-section-title .privacy-section-heading {
    font-size: 16px;
    line-height: 150%
  }

}

.page-privacy .privacy-article .privacy-list-item {
  display: flex;
  gap: 6px;
  width: 100%;
  align-items: flex-start
}

.page-privacy .privacy-article .privacy-list-item.column {
  flex-direction: column
}

.page-privacy .privacy-article .privacy-list-item+.privacy-list-item {
  margin-top: 12px
}

.page-privacy .privacy-article .privacy-list-item .privacy-list-number {
  font-weight: 400;
  position: relative;
  white-space: nowrap
}

.page-privacy .privacy-article .privacy-list-item .privacy-list-title {
  font-weight: 650
}

.page-privacy .privacy-article .privacy-list-item .privacy-list-content {
  font-weight: 400;
  position: relative;
  font-size: 16px;
  letter-spacing: .48px;
  line-height: 1.4;
  flex: 1;
  margin: 0
}

.page-privacy .privacy-article .privacy-list-item .privacy-list-content div,
.page-privacy .privacy-article .privacy-list-item .privacy-list-content p {
  margin: 0 0 10px 0
}

.page-privacy .privacy-article .privacy-list-item .privacy-list-content div:last-child,
.page-privacy .privacy-article .privacy-list-item .privacy-list-content p:last-child {
  margin-bottom: 0
}

.page-privacy .privacy-article .privacy-list-item .privacy-list-content .privacy-text {
  margin: 0 0 10px 0
}

.page-privacy .privacy-article .privacy-list-item .privacy-list-content .privacy-text:last-child {
  margin-bottom: 0
}

.page-privacy .privacy-contact {
  margin-top: 4px;
  display: flex;
  width: 100%
}

.page-privacy .privacy-contact .privacy-contact-icon {
  width: 20px;
  background: url(../assets/img/privacy/img-triangle.svg) no-repeat left 6px
}

.page-privacy .privacy-contact .privacy-contact-text {
  font-weight: 400;
  position: relative;
  flex: 1
}

.page-privacy .privacy-list-item-padding-wrap {
  padding-left: 20px
}

@media only screen and (max-width:1000px) {
  .page-privacy .privacy-list-item-padding-wrap {
    padding-left: 10px
  }

}

.page-privacy .privacy-list-item-padding-wrap .privacy-section-description {
  margin-top: 0;
  margin-bottom: 16px
}

.page-privacy .privacy-list-item-padding-wrap .privacy-list-item .privacy-list-number {
  margin-bottom: 0
}

.page-privacy .privacy-text+.privacy-list-item-padding-wrap {
  margin-top: 16px !important
}

.page-privacy .privacy-table-wrap {
  width: 100%
}

@media only screen and (max-width:1000px) {
  .page-privacy .privacy-table-wrap {
    margin-left: calc(var(--grid-padding) * -1);
    margin-right: calc(var(--grid-padding) * -1);
    width: calc(100% + var(--grid-padding) * 2);
    overflow: auto
  }

  .page-privacy .privacy-table-wrap .privacy-table {
    margin-left: var(--grid-padding);
    margin-right: var(--grid-padding)
  }

  .page-privacy .privacy-table-wrap .privacy-table.type-1 {
    min-width: 736px
  }

  .page-privacy .privacy-table-wrap .privacy-table.type-2 {
    min-width: 616px
  }

  .page-privacy .privacy-table-wrap .privacy-table.type-3 {
    min-width: 940px
  }

  .page-privacy .privacy-table-wrap .privacy-table.type-4 {
    min-width: 940px
  }

}

.page-privacy .privacy-table {
  width: 100%;
  overflow: hidden
}

.page-privacy .privacy-table td,
.page-privacy .privacy-table th {
  font-weight: 400;
  position: relative;
  padding: 6px 16px;
  text-align: center;
  border: 1px solid var(--TG_Main, #690742);
  border-right: 0;
  border-bottom: 0;
  font-size: 14px;
  line-height: 1.3
}

.page-privacy .privacy-table td:last-child,
.page-privacy .privacy-table th:last-child {
  border-right: 1px solid var(--TG_Main, #690742)
}

.page-privacy .privacy-table td.align-left,
.page-privacy .privacy-table th.align-left {
  text-align: left
}

.page-privacy .privacy-table:not(table) {
  display: flex;
  flex-direction: column
}

.page-privacy .privacy-table:not(table) .privacy-table-header {
  background-color: var(--TG_Main, #690742)
}

.page-privacy .privacy-table:not(table) .privacy-table-header .privacy-table-title {
  color: var(--TG_Sub, #fef3dd);
  font-weight: 700
}

.page-privacy .privacy-table tr:last-child td {
  border-bottom: 1px solid var(--TG_Main, #690742)
}

.page-privacy .privacy-table tbody.vertical-align-top td {
  vertical-align: top;
  text-align: left
}

.page-privacy .privacy-table tbody.vertical-align-left td {
  text-align: left
}

.page-story .hero-wrap {
  color: var(--TG_Sub, #fef3dd);
  background: #690742;
  margin-top: calc(var(--header) + var(--line-banner));
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 115px;
  padding-bottom: 25px;
  padding-left: 28px;
  padding-right: 28px;
  box-sizing: border-box
}

@media only screen and (max-width:1000px) {
  .page-story .hero-wrap {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
  }

}

.page-story .hero-wrap .hero-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px 16px;
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box
}

@media only screen and (max-width:1000px) {
  .page-story .hero-wrap .hero-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding-top: 48px;
    padding-bottom: 18px
  }

}

.page-story .hero-wrap .image-wrap,
.page-story .hero-wrap .title-wrap {
  flex: 1
}

@media only screen and (max-width:1000px) {

  .page-story .hero-wrap .image-wrap,
  .page-story .hero-wrap .title-wrap {
    width: 100%;
    box-sizing: border-box;
    flex: none
  }

}

.page-story .hero-wrap .title-wrap {
  display: flex
}

@media only screen and (max-width:1000px) {
  .page-story .hero-wrap .title-wrap {
    flex-direction: column;
    padding: 0 28px
  }

}

.page-story .hero-wrap .title-wrap h2 {
  font-size: 136px;
  font-weight: 800;
  line-height: 100%;
  display: inline-flex;
  flex-direction: column
}

@media only screen and (max-width:1000px) {
  .page-story .hero-wrap .title-wrap h2 {
    font-size: 72px
  }

}

.page-story .hero-wrap .title-wrap h2 span {
  display: block
}

.page-story .hero-wrap .title-wrap h2 span.point {
  color: var(--TG_Flavor01, #e95157)
}

.page-story .hero-wrap .image-wrap .image {
  display: block;
  width: 630px;
  height: auto;
  aspect-ratio: 1067/1031;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: url(../assets/img/story/main-v2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom !important
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3/2),
(min-resolution:1.5dppx) {
  .page-story .hero-wrap .image-wrap .image {
    background: url(../assets/img/story/main-v2@2x.png);
    background-size: contain;
    background-repeat: no-repeat
  }

}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
  .page-story .hero-wrap .image-wrap .image {
    background: url(../assets/img/story/main-v2@2x.png);
    background-size: contain;
    background-repeat: no-repeat
  }

}

@media only screen and (max-width:1000px) {
  .page-story .hero-wrap .image-wrap .image {
    width: 100%;
    background-image: url(../assets/img/story/main-mobile-v2@3x.png) !important
  }

}

.page-story .what-is-wrap:before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1440/96;
  margin-top: -1px;
  background: url(../assets/img/home/bg-wave-2.svg) no-repeat center center/cover
}

.page-story .what-is-wrap .what-is-inner {
  padding-top: 100px;
  overflow: hidden
}

@media only screen and (max-width:1000px) {
  .page-story .what-is-wrap .what-is-inner {
    padding-top: 80px;
    padding-bottom: 80px
  }

}

.page-story .what-is-wrap .what-is-inner .title-wrap {
  width: 418px;
  height: 173px;
  margin: 0 auto;
  background: url(../assets/img/story/title.svg) no-repeat center center/contain
}

@media only screen and (max-width:1000px) {
  .page-story .what-is-wrap .what-is-inner .title-wrap {
    width: 64vw;
    min-width: 240px;
    height: auto;
    aspect-ratio: 240/102
  }

}

.page-story .what-is-wrap .what-is-inner .title-wrap h3 {
  display: none
}

.page-story .what-is-wrap .what-is-inner .part {
  padding: 100px 60px;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  gap: 30px;
  color: var(--TG_Main, #690742);
  transition: padding var(--transition), max-width var(--transition)
}

@media only screen and (max-width:1000px) {
  .page-story .what-is-wrap .what-is-inner .part {
    padding: 80px 20px;
    padding-bottom: 0;
    max-width: 100%;
    flex-direction: column
  }

}

.page-story .what-is-wrap .what-is-inner .part .image-wrap,
.page-story .what-is-wrap .what-is-inner .part .text-wrap {
  flex: 1
}

@media only screen and (max-width:1000px) {

  .page-story .what-is-wrap .what-is-inner .part .image-wrap,
  .page-story .what-is-wrap .what-is-inner .part .text-wrap {
    width: 100%;
    flex: none;
    box-sizing: border-box
  }

}

.page-story .what-is-wrap .what-is-inner .part .image-wrap img {
  display: block
}

.page-story .what-is-wrap .what-is-inner .part .image-wrap img.with-border {
  max-width: 100%;
  border-radius: 16px;
  border: 5px solid var(--TG_Main, #690742);
  box-sizing: content-box
}

@media only screen and (max-width:1000px) {
  .page-story .what-is-wrap .what-is-inner .part .image-wrap img.with-border {
    box-sizing: border-box
  }

}

.page-story .what-is-wrap .what-is-inner .part .image-wrap .story-image-slide-wrap .story-image-carousel {
  border-radius: 16px;
  border: 5px solid var(--TG_Main, #690742);
  box-sizing: content-box;
  overflow: hidden
}

.page-story .what-is-wrap .what-is-inner .part .image-wrap .story-image-slide-wrap .story-image-carousel .story-image-slide {
  width: 100%;
  height: auto;
  aspect-ratio: 650/600
}

.page-story .what-is-wrap .what-is-inner .part .image-wrap .story-image-slide-wrap .story-image-carousel .story-image-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.page-story .what-is-wrap .what-is-inner .part .image-wrap .story-image-slide-wrap .flickity-page-dots {
  bottom: 30px
}

@media only screen and (max-width:1000px) {
  .page-story .what-is-wrap .what-is-inner .part .image-wrap .story-image-slide-wrap .flickity-page-dots {
    bottom: 14px
  }

}

.page-story .what-is-wrap .what-is-inner .part .image-wrap .story-image-slide-wrap .flickity-page-dots .dot {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: var(--TG_Sub, #fef3dd);
  border: 3px solid var(--TG_Main, #690742);
  opacity: 1
}

@media only screen and (max-width:1000px) {
  .page-story .what-is-wrap .what-is-inner .part .image-wrap .story-image-slide-wrap .flickity-page-dots .dot {
    width: 7px;
    height: 7px;
    border-width: 1.6px;
    margin: 0 3.5px
  }

}

.page-story .what-is-wrap .what-is-inner .part .image-wrap .story-image-slide-wrap .flickity-page-dots .dot.is-selected {
  background: var(--TG_Main, #690742)
}

.page-story .what-is-wrap .what-is-inner .part .text-wrap {
  position: relative;
  padding: 0 40px
}

@media only screen and (max-width:1000px) {
  .page-story .what-is-wrap .what-is-inner .part .text-wrap {
    padding: 0
  }

}

.page-story .what-is-wrap .what-is-inner .part .text-wrap p {
  font-size: 24px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: .72px
}

@media only screen and (max-width:1000px) {
  .page-story .what-is-wrap .what-is-inner .part .text-wrap p {
    font-size: 20px
  }

}

.page-story .what-is-wrap .what-is-inner .part .text-wrap p+p {
  margin-top: 36px
}

.page-story .what-is-wrap .what-is-inner .part.enter-effect {
  transition: none;
  opacity: 1
}

.page-story .what-is-wrap .what-is-inner .part.part-1 .part-icon-wrap.part-icon-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 220px;
  height: 192px
}

@media only screen and (max-width:1000px) {
  .page-story .what-is-wrap .what-is-inner .part.part-1 .part-icon-wrap.part-icon-1 {
    width: 137px;
    height: 119px;
    right: -15px;
    bottom: -50px
  }

}

.page-story .what-is-wrap .what-is-inner .part.part-1 .part-icon-wrap.part-icon-1 img {
  display: block;
  width: 100%;
  height: auto
}

.page-story .what-is-wrap .what-is-inner .part.part-1 .part-icon-wrap.part-icon-2 {
  position: absolute;
  left: 24px;
  bottom: -140px;
  width: 191px
}

.page-story .what-is-wrap .what-is-inner .part.part-1 .part-icon-wrap.part-icon-2 #part-1-animate {
  transition: opacity var(--transition)
}

.page-story .what-is-wrap .what-is-inner .part.part-1 .part-icon-wrap.part-icon-2 #part-1-animate.enter-effect {
  opacity: 0;
  transition-delay: 2s
}

.page-story .what-is-wrap .what-is-inner .part.part-1 .image-wrap .part-icon-wrap {
  display: none
}

.page-story .what-is-wrap .what-is-inner .part.part-1 .text-wrap {
  padding-top: 108px
}

@media only screen and (max-width:1000px) {
  .page-story .what-is-wrap .what-is-inner .part.part-1 .text-wrap {
    padding-top: 0
  }

  .page-story .what-is-wrap .what-is-inner .part.part-1 .text-wrap .part-icon-wrap {
    display: none
  }

}

@media only screen and (max-width:1000px) {
  .page-story .what-is-wrap .what-is-inner .part.part-2 {
    padding-top: 64px;
    gap: 48px
  }

}

@media only screen and (max-width:1000px) {
  .page-story .what-is-wrap .what-is-inner .part.part-2 .image-wrap {
    padding-top: 24px
  }

}

.page-story .what-is-wrap .what-is-inner .part.part-2 .text-wrap {
  padding-top: 260px
}

@media only screen and (max-width:1000px) {
  .page-story .what-is-wrap .what-is-inner .part.part-2 .text-wrap {
    padding-top: 0;
    order: 2
  }

}

.page-story .what-is-wrap .what-is-inner .part.part-2 .text-wrap:before {
  content: "";
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 180px;
  height: 155px;
  background: url(../assets/img/story/part-2-icon.svg) no-repeat center center/contain
}

@media only screen and (max-width:1000px) {
  .page-story .what-is-wrap .what-is-inner .part.part-2 .text-wrap:before {
    display: none
  }

}

.page-story .what-is-wrap .what-is-inner .part .image-wrap,
.page-story .what-is-wrap .what-is-inner .part .text-wrap {
  transform: translateX(0);
  opacity: 1;
  transition: transform var(--transition), opacity var(--transition)
}

.page-story .what-is-wrap .what-is-inner .part.part-1 .image-wrap.enter-effect {
  opacity: 0;
  transform: translateX(-100%)
}

.page-story .what-is-wrap .what-is-inner .part.part-1 .text-wrap.enter-effect {
  opacity: 0;
  transform: translateX(100%)
}

.page-story .what-is-wrap .what-is-inner .part.part-2 .image-wrap.enter-effect {
  opacity: 0;
  transform: translateX(100%)
}

.page-story .what-is-wrap .what-is-inner .part.part-2 .text-wrap.enter-effect {
  opacity: 0;
  transform: translateX(-100%)
}

.page-products {
  padding-top: calc(var(--header) + var(--line-banner))
}

.page-products .hero-wrap .hero {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/600;
  font-size: 0;
  line-height: 0
}

.page-products .hero-wrap .hero .video-wrap,
.page-products .hero-wrap .hero .youtube-embed-wrap {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/600;
  box-sizing: border-box
}

.page-products .hero-wrap .hero .video-wrap iframe,
.page-products .hero-wrap .hero .youtube-embed-wrap iframe {
  width: 100%;
  height: 100%
}

.page-products .hero-wrap .hero .video-wrap video,
.page-products .hero-wrap .hero .youtube-embed-wrap video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000;
  box-sizing: border-box;
  z-index: 1
}

@media only screen and (max-width:1000px) {

  .page-products .hero-wrap .hero .video-wrap video,
  .page-products .hero-wrap .hero .youtube-embed-wrap video {
    position: relative
  }

}

.page-products .hero-wrap .hero .video-wrap .sound,
.page-products .hero-wrap .hero .youtube-embed-wrap .sound {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 32px;
  height: 32px;
  background: url(../assets/img/layout/icon-sound-off.svg) no-repeat center center/contain;
  z-index: 2
}

.page-products .hero-wrap .hero .video-wrap .sound.on,
.page-products .hero-wrap .hero .youtube-embed-wrap .sound.on {
  background: url(../assets/img/layout/icon-sound-on.svg) no-repeat center center/contain
}

.page-products .hero-wrap .hero img,
.page-products .hero-wrap .hero video {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.page-products .product-wrap {
  padding-bottom: 82px
}

.page-products .product-wrap .product-category-wrap {
  padding-top: 40px;
  padding-bottom: 56px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  gap: 24px
}

@media only screen and (max-width:1000px) {
  .page-products .product-wrap .product-category-wrap {
    padding: 40px 20px;
    gap: 10px
  }

}

.page-products .product-wrap .product-category-wrap a {
  color: var(--TG_Main, #690742);
  flex: 1;
  text-align: center;
  border-radius: 8px;
  border: 3px solid var(--TG_Main, #690742);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.2px;
  height: 66px;
  box-sizing: border-box
}

@media only screen and (max-width:1000px) {
  .page-products .product-wrap .product-category-wrap a {
    height: 40px;
    font-size: 16px
  }

}

.page-products .product-wrap .product-category-wrap a.active {
  color: var(--TG_Flavor01, #e95157);
  border-color: var(--TG_Flavor01, #e95157)
}

.page-product {
  color: var(--TG_Main, #690742);
  padding-top: calc(var(--header) + var(--line-banner) + 77px);
  padding-bottom: 80px;
  --content-width: 1248px
}

@media only screen and (max-width:1000px) {
  .page-product {
    padding-top: calc(var(--header) + var(--line-banner));
    --content-width: 100%
  }

}

.page-product .product-header {
  max-width: var(--content-width);
  margin: 0 auto;
  display: flex;
  gap: 48px;
  padding-bottom: 100px
}

@media only screen and (max-width:1000px) {
  .page-product .product-header {
    flex-direction: column;
    gap: 24px;
    padding-bottom: 80px
  }

}

.page-product .product-header>div {
  flex: 1
}

.page-product .product-header .product-thumbnails .galleries {
  width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  margin-bottom: 24px;
  border-radius: 20px;
  overflow: hidden
}

@media only screen and (max-width:1000px) {
  .page-product .product-header .product-thumbnails .galleries {
    margin-bottom: 20px;
    border-radius: 0
  }

}

.page-product .product-header .product-thumbnails .galleries .gallery-cell {
  width: 100%;
  height: auto;
  aspect-ratio: 1200/1480
}

.page-product .product-header .product-thumbnails .galleries .gallery-cell:first-child {
  cursor: pointer
}

.page-product .product-header .product-thumbnails .galleries img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media only screen and (max-width:1000px) {
  .page-product .product-header .product-thumbnails .thumbnails {
    padding: 0 20px;
    overflow: hidden
  }

  .page-product .product-header .product-thumbnails .thumbnails .flickity-viewport {
    overflow: visible
  }

}

.page-product .product-header .product-thumbnails .thumbnails .thumbnail-item {
  width: 120px;
  height: 120px;
  margin-right: 16px
}

@media only screen and (max-width:1000px) {
  .page-product .product-header .product-thumbnails .thumbnails .thumbnail-item {
    width: 100px;
    height: 100px;
    margin-right: 8px
  }

}

.page-product .product-header .product-thumbnails .thumbnails .thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px
}

.page-product .product-header .product-info {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px
}

@media only screen and (max-width:1000px) {
  .page-product .product-header .product-info {
    padding-left: 20px;
    padding-right: 20px
  }

}

.page-product .product-header .product-info .product-title {
  display: flex;
  flex-direction: column;
  gap: 24px
}

@media only screen and (max-width:1000px) {
  .page-product .product-header .product-info .product-title {
    gap: 16px
  }

}

.page-product .product-header .product-info .product-title h2 {
  font-size: 48px;
  font-weight: 900;
  line-height: 130%;
  letter-spacing: .96px
}

@media only screen and (max-width:1000px) {
  .page-product .product-header .product-info .product-title h2 {
    font-size: 32px
  }

}

.page-product .product-header .product-info .product-title .product-rate {
  display: flex;
  gap: 10px
}

.page-product .product-header .product-info .product-title .product-rate a {
  color: var(--TG_Main, #690742);
  font-size: 15px;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px
}

.page-product .product-header .product-info .product-information-wrap .product-information-tabs {
  display: flex;
  gap: 40px;
  margin-bottom: 32px
}

@media only screen and (max-width:1000px) {
  .page-product .product-header .product-info .product-information-wrap .product-information-tabs {
    gap: 24px
  }

}

.page-product .product-header .product-info .product-information-wrap .product-information-tabs a {
  position: relative;
  color: var(--TG_Main, #690742);
  font-size: 20px;
  font-weight: 650;
  line-height: 36px;
  height: 36px
}

@media only screen and (max-width:1000px) {
  .page-product .product-header .product-info .product-information-wrap .product-information-tabs a {
    font-size: 16px;
    line-height: 32px;
    height: 32px
  }

}

.page-product .product-header .product-info .product-information-wrap .product-information-tabs a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0;
  width: 100%;
  background: var(--product-how-to-cook-background-color);
  opacity: .5;
  z-index: -1;
  display: none
}

.page-product .product-header .product-info .product-information-wrap .product-information-tabs a.active:after {
  display: block
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents {
  font-size: 17px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: .34px;
  margin-bottom: 4rem;
}

@media only screen and (max-width:1000px) {
  .page-product .product-header .product-info .product-information-wrap .product-information-contents {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: .32px;
    margin-bottom: 0
  }

}

.page-product .product-header .product-info .product-information-wrap .product-information-contents b,
.page-product .product-header .product-info .product-information-wrap .product-information-contents strong {
  font-weight: 650
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content {
  display: none
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.active {
  display: flex;
  flex-direction: column
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.details {
  gap: 32px
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.details .block h3 {
  margin-bottom: 16px
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.details .block ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.details .block ul li {
  position: relative;
  display: flex;
  line-height: 24px;
  gap: 6px
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.details .block ul li:before {
  content: "";
  width: 24px;
  height: 24px;
  flex: none;
  background: url(../assets/img/product/icon-check.svg) no-repeat center center/contain
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.nutrition .nutrition-facts {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: .8px
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.nutrition .nutrition-facts .nutrition-header {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 3px solid var(--TG_Main, #690742)
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.nutrition .nutrition-facts .nutrition-header .serviings {
  border-bottom: 3px solid var(--TG_Main, #690742);
  padding-bottom: 16px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.nutrition .nutrition-facts .nutrition-header .serviings .serving:last-child {
  font-weight: 700
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.nutrition .nutrition-facts .nutrition-header .serving-info {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.nutrition .nutrition-facts .nutrition-header .serving-info .amount-per-serving {
  font-weight: 650
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.nutrition .nutrition-facts .nutrition-header .serving-info .calories {
  font-size: 24px;
  line-height: 140%;
  font-weight: 650;
  letter-spacing: 1.2px
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.nutrition .nutrition-facts .nutrition-header .daily-value {
  position: absolute;
  right: 0;
  bottom: 8px;
  font-weight: 650
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.nutrition .nutrition-facts .nutrition-row {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--TG_Main, #690742)
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.nutrition .nutrition-facts .nutrition-row.with {
  border-bottom: 0
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.nutrition .nutrition-facts .nutrition-row.point {
  border-top: 2px solid var(--TG_Main, #690742)
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.nutrition .nutrition-facts .nutrition-row .nutrition-item {
  display: flex;
  gap: 16px
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.nutrition .nutrition-facts .nutrition-row .nutrition-item .nutrient-name {
  font-weight: 650
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.nutrition .nutrition-facts .nutrition-row .daily-value-percent {
  font-weight: 650
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.nutrition .nutrition-facts .nutrition-group .nutrition-row .nutrition-item .nutrient-name {
  font-weight: 500
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.nutrition .nutrition-facts .vitamins-section {
  border-top: 2px solid var(--TG_Main, #690742);
  padding-top: 18px
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.nutrition .nutrition-facts .vitamins-section .nutrition-row {
  padding: 0;
  border-bottom: 0
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.nutrition .nutrition-facts .vitamins-section .nutrition-row .nutrition-item .nutrient-name {
  font-weight: 500
}

.page-product .product-header .product-info .product-information-wrap .product-information-contents .product-information-content.nutrition .nutrition-facts .vitamins-section .nutrition-row .daily-value-percent {
  font-weight: 500
}

.page-product .product-header .product-info .product-information-wrap .product-information-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

@media only screen and (max-width:1000px) {
  .page-product .product-header .product-info .product-information-wrap .product-information-buttons {
    margin-top: 56px
  }

}

.page-product .product-header .product-info .product-information-wrap .product-information-buttons .product-information-button a {
  display: flex;
  width: 100%;
  height: 76px;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: var(--TG_Main, #690742);
  font-size: 20px;
  font-weight: 650;
  line-height: 140%;
  letter-spacing: 1px;
  border-radius: 8px;
  border: 3px solid var(--TG_Main, #690742)
}

@media only screen and (max-width:1000px) {
  .page-product .product-header .product-info .product-information-wrap .product-information-buttons .product-information-button a {
    height: 60px;
    color: #fff;
    background: var(--TG_Main, #690742);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px
  }

}

@media only screen and (hover:hover) {
  .page-product .product-header .product-info .product-information-wrap .product-information-buttons .product-information-button a:hover {
    color: #fff;
    background: var(--TG_Main, #690742)
  }

}

.page-product .product-header .product-info .product-information-wrap .product-information-buttons .product-buy-it-lists {
  display: none;
  margin-top: 8px;
  max-width: 100%;
  padding: 20px 0
}

.page-product .product-header .product-info .product-information-wrap .product-information-buttons .product-buy-it-lists .online-item {
  width: 50%;
  height: 80px
}

.page-product .product-header .product-info .product-information-wrap .product-information-buttons .product-buy-it-lists .online-item:before {
  background-image: url(../assets/img/product/img-buy-it-here-hover.svg);
  left: 50%;
  transform: translateX(-50%);
  top: -32px
}

.page-product .product-header .product-info .product-information-wrap .product-information-buttons .product-buy-it-lists .online-item.amazon {
  background-image: url(../assets/img/product/logo-amazon.svg)
}

.page-product .product-header .product-info .product-information-wrap .product-information-buttons .product-buy-it-lists .online-item.kroger {
  background-image: url(../assets/img/product/logo-kroger.svg)
}

.page-product .product-header .product-info .product-information-wrap .product-information-buttons .product-buy-it-lists .online-item.walmart {
  background-image: url(../assets/img/product/logo-walmart.svg)
}

.page-product .product-header .product-info .product-information-wrap .product-information-buttons .product-buy-it-lists .online-item.goasia {
  background-image: url(../assets/img/product/logo-goasia.svg)
}

.page-product .product-header .product-info .product-information-wrap .product-information-buttons.active .product-information-button a {
  color: #fff;
  background: var(--TG_Main, #690742)
}

.page-product .product-header .product-info .product-information-wrap .product-information-buttons.active .product-buy-it-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 0
}

.page-product .product-wave-background-1 svg {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/95
}

.page-product .product-why-tangle {
  position: relative;
  padding-top: 100px;
  background: #eee3ca;
  min-height: 824px;
  overflow: hidden
}

@media only screen and (max-width:1000px) {
  .page-product .product-why-tangle {
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 94px
  }

}

.page-product .product-why-tangle .why-tangle-inner {
  display: flex;
  gap: 48px;
  max-width: 1160px;
  margin: 0 auto
}

@media only screen and (max-width:1000px) {
  .page-product .product-why-tangle .why-tangle-inner {
    max-width: 100%;
    flex-direction: column;
    gap: 0
  }

}

.page-product .product-why-tangle .why-tangle-inner>div {
  flex: 1
}

.page-product .product-why-tangle .why-tangle-inner .image-wrap {
  position: relative;
  overflow: hidden
}

@media only screen and (max-width:1000px) {
  .page-product .product-why-tangle .why-tangle-inner .image-wrap {
    margin: 0 20px
  }

}

.page-product .product-why-tangle .why-tangle-inner .image-wrap .image {
  transition: all var(--transition-slow)
}

.page-product .product-why-tangle .why-tangle-inner .image-wrap .image img {
  max-width: 100%
}

@media only screen and (max-width:1000px) {
  .page-product .product-why-tangle .why-tangle-inner .image-wrap .image.image-1 {
    margin-bottom: -70px
  }

}

.page-product .product-why-tangle .why-tangle-inner .image-wrap .image.image-2 {
  position: absolute;
  left: 0;
  top: 0
}

.page-product .product-why-tangle .why-tangle-inner .image-wrap.enter-effect .image-2 {
  opacity: 0;
  transform: translateY(100%)
}

@media only screen and (max-width:1000px) {
  .page-product .product-why-tangle .why-tangle-inner .image-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 30%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(238, 227, 202, 0) 30.21%, rgba(238, 227, 202, .8) 57.06%, #eee3ca 68.72%)
  }

}

.page-product .product-why-tangle .why-tangle-inner .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 60px
}

@media only screen and (max-width:1000px) {
  .page-product .product-why-tangle .why-tangle-inner .content-wrap {
    gap: 24px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px
  }

}

.page-product .product-why-tangle .why-tangle-inner .content-wrap h3 {
  font-size: 60px;
  font-weight: 900;
  line-height: 120%;
  text-align: center
}

@media only screen and (max-width:1000px) {
  .page-product .product-why-tangle .why-tangle-inner .content-wrap h3 {
    font-size: 32px;
    font-weight: 800
  }

}

.page-product .product-why-tangle .why-tangle-inner .content-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 16px;
  list-style: none
}

@media only screen and (max-width:1000px) {
  .page-product .product-why-tangle .why-tangle-inner .content-wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 4px;
    padding-top: 16px
  }

}

.page-product .product-why-tangle .why-tangle-inner .content-wrap ul li {
  transition: all var(--transition-slow);
  width: calc(25% - 12px)
}

@media only screen and (max-width:1000px) {
  .page-product .product-why-tangle .why-tangle-inner .content-wrap ul li {
    width: calc(33.333% - 4px)
  }

}

.page-product .product-why-tangle .why-tangle-inner .content-wrap ul li:nth-child(5),
.page-product .product-why-tangle .why-tangle-inner .content-wrap ul li:nth-child(6),
.page-product .product-why-tangle .why-tangle-inner .content-wrap ul li:nth-child(7),
.page-product .product-why-tangle .why-tangle-inner .content-wrap ul li:nth-child(8) {
  transition-delay: .15s
}

@media only screen and (max-width:1000px) {

  .page-product .product-why-tangle .why-tangle-inner .content-wrap ul li:nth-child(5),
  .page-product .product-why-tangle .why-tangle-inner .content-wrap ul li:nth-child(6),
  .page-product .product-why-tangle .why-tangle-inner .content-wrap ul li:nth-child(7),
  .page-product .product-why-tangle .why-tangle-inner .content-wrap ul li:nth-child(8) {
    transition-delay: 0s
  }

}

@media only screen and (max-width:1000px) {

  .page-product .product-why-tangle .why-tangle-inner .content-wrap ul li:nth-child(4),
  .page-product .product-why-tangle .why-tangle-inner .content-wrap ul li:nth-child(5),
  .page-product .product-why-tangle .why-tangle-inner .content-wrap ul li:nth-child(6) {
    transition-delay: .15s
  }

  .page-product .product-why-tangle .why-tangle-inner .content-wrap ul li:nth-child(7),
  .page-product .product-why-tangle .why-tangle-inner .content-wrap ul li:nth-child(8) {
    transition-delay: .3s
  }

}

.page-product .product-why-tangle .why-tangle-inner .content-wrap ul li.enter-effect {
  opacity: 0;
  transform: translateY(100%)
}

.page-product .product-why-tangle .why-tangle-inner .content-wrap ul li .icon-wrap {
  display: flex;
  flex-direction: column;
  align-items: center
}

.page-product .product-why-tangle .why-tangle-inner .content-wrap ul li .icon-wrap img {
  max-width: 100%;
  height: auto
}

@media only screen and (max-width:1000px) {
  .page-product .product-why-tangle .why-tangle-inner .content-wrap ul li .icon-wrap img {
    width: 106px
  }

}

.page-product .product-why-tangle .product-wave-background-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin-bottom: -2px
}

.page-product .product-why-tangle .product-wave-background-2 svg {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/96
}

.page-product .product-why-tangle .product-wave-background-2 svg path {
  fill: var(--product-how-to-cook-background-color)
}

.page-product .product-how-to-cook {
  position: relative;
  background: var(--product-how-to-cook-background-color);
  padding-top: 60px;
  padding-bottom: 372px
}

@media only screen and (max-width:1000px) {
  .page-product .product-how-to-cook {
    padding-top: 40px;
    padding-bottom: 200px
  }

}

.page-product .product-how-to-cook h3 {
  font-size: 60px;
  font-weight: 800;
  line-height: 120%;
  text-align: center;
  padding-bottom: 56px
}

@media only screen and (max-width:1000px) {
  .page-product .product-how-to-cook h3 {
    font-size: 32px
  }

}

.page-product .product-how-to-cook .how-to-cook-steps .cook-step {
  width: 368px;
  height: auto;
  aspect-ratio: 368/410;
  margin-right: 24px
}

@media only screen and (max-width:1000px) {
  .page-product .product-how-to-cook .how-to-cook-steps .cook-step {
    width: 300px;
    aspect-ratio: 300/430
  }

}

.page-product .product-how-to-cook .how-to-cook-steps .cook-step img {
  width: 100%;
  height: auto
}

@media only screen and (max-width:1000px) {
  .page-product .product-how-to-cook .how-to-cook-steps .cook-step img {
    max-width: 300px
  }

}

.page-product .product-how-to-cook .product-3d-model {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  pointer-events: none;
  overflow: hidden
}

@media only screen and (max-width:1000px) {
  .page-product .product-how-to-cook .product-3d-model {
    height: 300px
  }

}

.page-product .product-how-to-cook .product-3d-model model-viewer {
  width: 100%;
  height: 100%;
  scale: 1.3
}

.page-product .product-how-to-cook .product-3d-model model-viewer::part(default-progress-bar) {
  display: none
}

.page-product .product-reviews-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: var(--content-width);
  margin: 0 auto
}

@media only screen and (max-width:1000px) {
  .page-product .product-reviews-wrap {
    padding-top: 80px;
    padding-bottom: 80px
  }

}

.page-product .product-reviews-wrap>h3 {
  font-size: 60px;
  font-weight: 800;
  line-height: 120%;
  text-align: center;
  padding-bottom: 80px
}

@media only screen and (max-width:1000px) {
  .page-product .product-reviews-wrap>h3 {
    font-size: 32px;
    padding-bottom: 40px
  }

}

.page-product .product-reviews-wrap .reviews-list {
  display: flex;
  flex-direction: column
}

@media only screen and (max-width:1000px) {
  .page-product .product-reviews-wrap .reviews-list {
    padding: 0 20px
  }

}

.page-product .product-reviews-wrap .reviews-list .review-item {
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid var(--TG_Main, #690742);
  gap: 56px
}

@media only screen and (max-width:1000px) {
  .page-product .product-reviews-wrap .reviews-list .review-item {
    flex-direction: column;
    gap: 16px
  }

}

.page-product .product-reviews-wrap .reviews-list .review-item .customer-id {
  width: 100px;
  font-size: 16px;
  font-weight: 650;
  line-height: 140%
}

@media only screen and (max-width:1000px) {
  .page-product .product-reviews-wrap .reviews-list .review-item .customer-id {
    width: auto;
    font-size: 14px;
    font-weight: 700
  }

}

.page-product .product-reviews-wrap .reviews-list .review-item .content {
  flex: 1;
  display: flex;
  flex-direction: column
}

.page-product .product-reviews-wrap .reviews-list .review-item .content .rate {
  margin-bottom: 16px
}

.page-product .product-reviews-wrap .reviews-list .review-item .content .title {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 650;
  line-height: 120%;
  margin-bottom: 8px
}

@media only screen and (max-width:1000px) {
  .page-product .product-reviews-wrap .reviews-list .review-item .content .title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700
  }

}

.page-product .product-reviews-wrap .reviews-list .review-item .content .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%
}

@media only screen and (max-width:1000px) {
  .page-product .product-reviews-wrap .reviews-list .review-item .content .description {
    min-height: 44px
  }

}

.page-product .product-reviews-wrap .reviews-list .review-item .date {
  width: 80px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%
}

.page-product.product-category-pack .product-how-to-cook {
  padding-bottom: 412px
}

@media only screen and (max-width:1000px) {
  .page-product.product-category-pack .product-how-to-cook {
    padding-bottom: 240px
  }

}

.product-3d-model-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .9);
  z-index: 1000
}

body.show-3d-modal .product-3d-model-modal {
  display: block
}

.product-3d-model-modal:after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
  background: url(../assets/img/product/icon-camera-control.svg) no-repeat center center/contain;
  pointer-events: none
}

@media only screen and (max-width:1000px) {
  .product-3d-model-modal:after {
    width: 30px;
    height: 30px;
    bottom: 40px
  }

}

.product-3d-model-modal .modal-close {
  position: absolute;
  top: 60px;
  right: 40px;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  width: 22px;
  height: 22px;
  background: url(../assets/img/product/icon-modal-close.svg) no-repeat center center/contain;
  z-index: 10;
  border: none;
  cursor: pointer
}

@media only screen and (max-width:1000px) {
  .product-3d-model-modal .modal-close {
    right: 20px;
    top: 52px
  }

}

.product-3d-model-modal model-viewer {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 100px;
  box-sizing: border-box
}

@media only screen and (max-width:1000px) {
  .product-3d-model-modal model-viewer {
    padding: 20px
  }

}

.product-3d-model-modal model-viewer::part(default-progress-bar) {
  display: none
}

.product-3d-model-modal model-viewer .animated-container {
  display: none
}

/*# sourceMappingURL=app.css.map */

.online-list-two {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  gap: 10px;
}

@media only screen and (max-width:1000px) {
  .online-list-two {
    flex-wrap: wrap;
    gap: 24px !important;
    max-width: 264px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto
  }
}

.online-list-two a {
  position: relative;
  display: block;
  width: 203px;
  height: 80px
}

@media only screen and (max-width:1000px) {
  .online-list-two a {
    max-width: 203px;
    aspect-ratio: 203/80
  }
}

.online-list-two a:before {
  content: "";
  width: 218px;
  height: 109px;
  position: absolute;
  left: -21px;
  top: -36px;
  opacity: 0;
  transition: opacity var(--transition);
  z-index: -1;
  background: url(../assets/img/wtb/logo-bg-hover.svg) no-repeat center center/contain
}

@media only screen and (max-width:1000px) {
  .online-list-two a:before {
    display: none
  }
}

.online-list-two a.shopee {
  background: url(../assets/img/product/logo-shopee.svg) no-repeat center center / contain;
}

.online-list-two a.tiktok {
  background: url(../assets/img/product/logo-tiktok.svg) no-repeat center center / contain;
}

@media only screen and (hover:hover) {
  .online-list-two a:hover:before {
    opacity: 1;
  }
}

/* S : 20260320 플로팅버튼 추가 */

/* ================================
   Floating Banner Variables
================================ */
:root {
  --fb-right: 20px;
  --fb-bottom: 20px;
  --fb-z: 9999;

  --fb-toggle-size: 56px;
  /* 작은 박스 크기 */
  --fb-radius: 20px;

  --fb-panel-w: 244px;
  /* 확장 박스 폭 */
  --fb-panel-h: 236px;
  --fb-panel-radius: 20px;
  --fb-shadow: 0 18px 45px rgba(0, 0, 0, .18);

  --font-weight-medium: 700;

  --fb-bg: #FEF3DD;
  --fb-fg: #690742;

  --fb-panel-bg: #FEF3DD;
  --fb-btn-bg: #690742;
  --fb-btn-fg: #FEF3DD;
}

/* ================================
   Floating Button Layout (fb-wrap)
================================ */
.fb-wrap {
  position: fixed;
  right: var(--fb-right);
  bottom: calc(var(--fb-bottom) + env(safe-area-inset-bottom));
  z-index: var(--fb-z);

  display: flex;
  flex-direction: column;
  align-items: flex-end;

  pointer-events: none;
}

/* ================================
   Expanded Panel (fb-panel)
================================ */
.fb-panel {
  width: var(--fb-panel-w);
  height: var(--fb-panel-h);
  background: var(--fb-panel-bg);
  border-radius: var(--fb-panel-radius);
  box-shadow: var(--fb-shadow);
  padding: 14px;
  margin-bottom: 10px;

  /* 닫힘 상태 */
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;

  box-sizing: border-box;
  visibility: hidden;
}

.fb-panel__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.fb-panel__title-wrap {
  display: flex;
  flex-direction: column;
  min-width: 125px;
  padding-bottom: 44px;
}

.fb-panel__title {
  color: var(--TG_Main, #690742);
  font-family: "novel-display";
  font-weight: 800;
  font-size: 28px;
  line-height: 110%;
  white-space: normal;
  word-break: keep-all;
  position: relative;
  z-index: 2;
  margin: 8px 0px 5px 6px;
  letter-spacing: -0.28px;
}

.fb-panel__thumb {
  position: relative;
  right: 20px;
  bottom: 0px;

  width: 106px;
  height: 170px;
  border-radius: 10px;
  object-fit: contain;
  flex: 0 0 auto;

  z-index: 1;
}

.fb-panel__desc {
  font-size: 12px;
  opacity: .75;
  margin-top: 3px;
  line-height: 1.3;
}

/* ================================
   Panel Button (fb-panel__btn)
================================ */
.fb-panel__btn {
  display: flex;
  width: calc(100% - 28px);
  height: 44px;
  margin-top: auto;

  border-radius: 10px;
  background: var(--fb-btn-bg);
  text-decoration: none;

  align-items: center;
  justify-content: center;

  z-index: 3;
  position: absolute;

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    filter 0.35s ease;

  color: var(--TG_Sub, #FEF3DD);
  box-sizing: border-box;
  line-height: 44px;
  padding: 0;

  bottom: 14px;
}

.fb-panel__btn:hover {
  transform: translateY(-1px) scale(1.02);
  color: var(--TG_Sub, #FEF3DD);
}

.fb-panel__btn-text {
  color: var(--TG_Sub, #FEF3DD);
  text-align: center;

  font-family: "novel-display";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.54px;

  pointer-events: none;
  /* 클릭 영역은 a 전체 */
}

/* ================================
   Toggle Button (fb-toggle)
================================ */
.fb-toggle {
  width: var(--fb-toggle-size);
  height: var(--fb-toggle-size);
  border-radius: var(--fb-radius);
  border: 0;
  background: var(--fb-bg);
  color: var(--fb-fg);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
  cursor: pointer;
  position: relative;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .15s ease, filter .15s ease;

  outline: 1px solid var(--fb-fg);
  outline-offset: -1px;
  /* 버튼 가장자리에 밀착 */

  pointer-events: auto;
}

.fb-toggle:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.fb-toggle:active {
  transform: translateY(0) scale(.98);
}

/* 접근성 포커스 */
.fb-toggle:focus-visible {
  outline: 3px solid rgba(59, 130, 246, .65);
  outline-offset: 3px;
}

.fb-toggle__open img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
}

.fb-toggle__close {
  position: absolute;
  font-size: 22px;
  line-height: 1;
  opacity: 0;
  transform: scale(.85);
  transition: opacity .15s ease, transform .15s ease;
}

/* ================================
   "Click!" Arc Animation (fb-click-arc)
================================ */
.fb-click-arc {
  position: absolute;
  top: -23px;
  left: -25px;
  width: 86px;
  height: 86px;
  pointer-events: none;
  /* 클릭 방해 금지 */
  transform: rotate(1.72deg);
  /* 네 angle 반영 */
}

.fb-click-arc__text {
  fill: #fff;
  font-family: "novel-display";
  font-weight: 800;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

@keyframes fbClickBounce {
  0% {
    transform: rotate(1.72deg) translateY(0);
  }

  35% {
    transform: rotate(1.72deg) translateY(-10px);
  }

  70% {
    transform: rotate(1.72deg) translateY(0);
  }

  100% {
    transform: rotate(1.72deg) translateY(0);
  }
}

.fb-toggle:hover .fb-click-arc {
  animation: fbClickBounce 0.45s ease-in-out;
}

/* ================================
   Opened State (is-open)
================================ */
.fb-wrap.is-open .fb-panel {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}

.fb-wrap.is-open .fb-toggle__open {
  opacity: 0;
}

.fb-wrap.is-open .fb-toggle__close {
  opacity: 1;
  transform: scale(1);
}

.fb-wrap.is-open .fb-click-arc {
  opacity: 0;
}

.fb-wrap .fb-panel {
  width: var(--fb-panel-w);
  max-width: var(--fb-panel-w);
  box-sizing: border-box;

  pointer-events: none;
}

/* 레시피 및 레시피 목록 페이지에서 플로팅 버튼 완전 숨김 */
.page-recipe .fb-wrap,
.page-recipes .fb-wrap {
  display: none !important;
}

/* E : 20260320 플로팅버튼 추가 */