@import url(https://fonts.googleapis.com/css2?family=Lora&family=Noto+Sans+JP:wght@300;400;500&family=Noto+Serif&display=swap);

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none
}

main {
  display: block
}

img {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  vertical-align: bottom;
  max-width: 100%
}

ol,
ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input[type=radio],
input[type=checkbox] {
  display: none
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%
}

select::-ms-expand {
  display: none
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html,
body {
  width: 100%
}

html {
  font-size: 62.5%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #1c1c1c;
  background-color: #fff;
  min-width: 1366px
}

@media only screen and (max-width: 767px) {
  body {
    min-width: auto
  }
}

a {
  text-decoration: none
}

a:hover {
  opacity: .6;
  text-decoration: none
}

img {
  width: 100%;
  max-width: 100%;
  height: auto
}

.l-container {
  overflow: hidden;
  position: relative
}

.lgNavProducts {
  position: absolute;
  bottom: -144px;
  left: 0;
  height: 144px;
  width: 200px;
  z-index: 10
}

@media only screen and (max-width: 767px) {
  .lgNavProducts {
    display: none
  }
}

.lgNavProducts.is-active {
  visibility: visible;
  opacity: 1
}

.lgNavProducts::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 144px;
  right: 0;
  bottom: 0;
  background-color: #98011b;
  mix-blend-mode: multiply
}

.lgNavProducts__list {
  position: absolute;
  padding: 30px 30px 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.lgNavProducts__list__item {
  position: relative
}

.lgNavProducts__list__item>a {
  color: #fff;
  font-family: "Lora", serif;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem
}

.lgNavProducts__list__item>a:hover {
  text-decoration: underline;
  opacity: 1
}

.scroll-up {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: visibility 2s, opacity 2s, -webkit-transform 2s;
  transition: visibility 2s, opacity 2s, -webkit-transform 2s;
  transition: transform 2s, visibility 2s, opacity 2s;
  transition: transform 2s, visibility 2s, opacity 2s, -webkit-transform 2s
}

.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px)
}

.l-header {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#c70b32), to(#98011b));
  background-image: -webkit-linear-gradient(left, #c70b32, #98011b);
  background-image: linear-gradient(to right, #c70b32, #98011b);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5
}

.l-header:has(>.is-active) {
  background: none
}

.root .l-header {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

@media only screen and (max-width: 767px) {
  .root .l-header {
    background-image: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: none;
    transition: none
  }

  .root .l-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#c70b32), to(#98011b));
    background-image: -webkit-linear-gradient(left, #c70b32, #98011b);
    background-image: linear-gradient(to right, #c70b32, #98011b);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
  }
}

.root .l-header.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

@media only screen and (max-width: 767px) {
  .root .l-header.is-show::before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.l-header_lg {
  width: 100%
}

.l-header_xs {
  width: 100%
}

.l-header__content {
  width: 100%;
  max-width: 1260px;
  height: 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.l-header__content__logo {
  width: 110px;
  height: 60px;
  display: inline-block
}

.l-header__content__logo>img {
  width: 110px;
  height: 60px
}

.l-header__content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

.l-header__content__menu__item {
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

.l-header__content__menu__item:last-child:hover a {
  color: #fff
}

.l-header__content__menu__item:last-child:hover::before {
  display: none
}

.l-header__content__menu__item:hover::before {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background-color: #fccb68;
  left: 0;
  bottom: 0;
  -webkit-animation: borderAnime .7s ease-in-out forwards;
  animation: borderAnime .7s ease-in-out forwards
}

@-webkit-keyframes borderAnime {
  0% {
    width: 0%
  }

  100% {
    width: 100%
  }
}

@keyframes borderAnime {
  0% {
    width: 0%
  }

  100% {
    width: 100%
  }
}

.l-header__content__menu__item--hasChild {
  position: relative;
  height: 100%
}

.l-header__content__menu__item--hasChild.is-active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fccb68;
  left: 0;
  bottom: 0
}

.l-header__content__menu__item--hasChild>a:hover {
  cursor: default
}

.l-header__content__menu__item--hasChild.is-active>a,
.l-header__content__menu__item--hasChild:hover>a {
  color: #fccb68;
  opacity: 1
}

.l-header__content__menu__item a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Lora", serif;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 40px 20px
}

.l-header__content__menu__item[data-item=search] a {
  color: #fccb68;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Serif", serif;
  position: relative
}

.l-header__content__menu__item[data-item=search] a span {
  position: relative;
  display: inline-block;
  top: 2px;
  left: -10px;
  background-image: url(../.././assets/images/search.svg);
  width: 15px;
  height: 15px
}

.l-header__xsBar {
  height: 65px
}

.lgChildNav.is-active .lgChildNav__bg {
  top: 100px
}

.lgChildNav.is-active .lgChildNav__products {
  top: 100px
}

.lgChildNav__bg {
  position: fixed;
  top: -244px;
  left: 0;
  width: 200px;
  height: 144px;
  z-index: 9;
  background-color: #98011b;
  mix-blend-mode: multiply;
  pointer-events: none;
  -webkit-transition: top .8s;
  transition: top .8s;
  z-index: 4
}

.lgChildNav__products {
  position: fixed;
  top: -244px;
  left: 0;
  width: 200px;
  z-index: 4;
  -webkit-transition: top .8s;
  transition: top .8s
}

@media only screen and (max-width: 767px) {
  .lgChildNav__products {
    display: none
  }
}

.lgChildNav__products__list {
  padding: 30px 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.lgChildNav__products__list__item {
  position: relative
}

.lgChildNav__products__list__item>a {
  color: #fff;
  font-family: "Lora", serif;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer
}

.lgChildNav__products__list__item>a:hover {
  text-decoration: underline;
  opacity: 1
}

.xsMenuContents.is-open .xsMenuContents__menuBtn::before {
  top: 12px;
  -webkit-transform: translateX(-50%) rotate(10deg);
  transform: translateX(-50%) rotate(10deg)
}

.xsMenuContents.is-open .xsMenuContents__menuBtn::after {
  top: 12px;
  -webkit-transform: translateX(-50%) rotate(-10deg);
  transform: translateX(-50%) rotate(-10deg)
}

.xsMenuContents.is-open .xsMenuContents__bg {
  left: 0
}

.xsMenuContents.is-open .xsMenuContents__links {
  left: 0
}

.xsMenuContents__logo {
  width: 80px;
  height: 40px;
  top: 12px;
  z-index: 100;
  position: fixed;
  left: 20px
}

.xsMenuContents__menuBtn {
  position: fixed;
  right: 20px;
  top: 12px;
  width: 42px;
  height: 42px;
  padding-top: 25px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fccb68;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Lora", serif;
  z-index: 100;
  cursor: pointer
}

.xsMenuContents__menuBtn:hover {
  opacity: 1
}

.xsMenuContents__menuBtn::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #fccb68;
  -webkit-transition: 1s;
  transition: 1s
}

.xsMenuContents__menuBtn::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #fccb68;
  -webkit-transition: 500ms;
  transition: 500ms
}

.xsMenuContents__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  background-color: #98011b;
  mix-blend-mode: multiply;
  z-index: 10;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  height: 568px
}

.xsMenuContents__links {
  position: fixed;
  width: 100%;
  top: 0;
  left: 100%;
  padding: 100px 20px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}

.xsMenuContents__links__mainLinks__products__hl {
  font-family: "Lora", serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 30px
}

.xsMenuContents__links__mainLinks__products__list {
  margin-bottom: 50px
}

.xsMenuContents__links__mainLinks__products__list__item {
  margin-bottom: 12px
}

.xsMenuContents__links__mainLinks__products__list__item>a {
  font-family: "Lora", serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff
}

.xsMenuContents__links__mainLinks__link {
  font-family: "Lora", serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  display: inline-block;
  margin-bottom: 50px
}

.xsMenuContents__links__externalLinks>a:first-child {
  margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
  .l-footer {
    overflow: hidden
  }
}

.l-footer__top {
  background-image: -webkit-gradient(linear, left top, right top, from(#c70b32), to(#98011b));
  background-image: -webkit-linear-gradient(left, #c70b32, #98011b);
  background-image: linear-gradient(to right, #c70b32, #98011b);
  padding: 80px 0 130px;
  position: relative
}

@media only screen and (max-width: 767px) {
  .l-footer__top {
    padding: 30px 0 50px
  }
}

.l-footer__top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}

@media only screen and (max-width: 767px) {
  .l-footer__top__inner {
    display: block
  }
}

.l-footer__top__inner__bgLogo {
  pointer-events: none;
  position: absolute;
  left: -10px;
  top: -100px;
  width: 482px;
  height: 482px;
  background-image: url(../.././assets/images/logoMark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 482px 482px;
  z-index: 2
}

@media only screen and (max-width: 767px) {
  .l-footer__top__inner__bgLogo {
    background-image: url(../.././assets/images/logoMark_xs.svg);
    background-size: 440px 440px;
    width: 440px;
    height: 440px;
    top: -25px;
    left: auto;
    right: -60px
  }
}

.l-footer__top__inner__leftContents {
  position: relative;
  z-index: 2
}

.l-footer__top__inner__leftContents__logo {
  display: inline-block;
  width: 215px;
  height: 100px;
  margin-bottom: 60px
}

@media only screen and (max-width: 767px) {
  .l-footer__top__inner__leftContents__logo {
    width: 130px;
    height: 63px;
    margin-bottom: 35px
  }
}

.l-footer__top__inner__leftContents__copy {
  color: #fff;
  font-family: "Lora", serif;
  font-size: 12px;
  font-size: 1.2rem
}

.l-footer__top__inner__rightContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 80px;
  position: relative;
  z-index: 2
}

@media only screen and (max-width: 767px) {
  .l-footer__top__inner__rightContents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0
  }
}

@media only screen and (max-width: 767px) {
  .l-footer__top__inner__rightContents__mainLinks {
    width: 50%
  }
}

.l-footer__top__inner__rightContents__mainLinks__link {
  color: #fff;
  font-family: "Lora", serif;
  font-size: 18px;
  font-size: 1.8rem
}

.l-footer__top__inner__rightContents__mainLinks__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
  .l-footer__top__inner__rightContents__mainLinks__products {
    display: block
  }
}

.l-footer__top__inner__rightContents__mainLinks__products__hl {
  color: #fff;
  font-family: "Lora", serif;
  font-size: 18px;
  font-size: 1.8rem
}

@media only screen and (max-width: 767px) {
  .l-footer__top__inner__rightContents__mainLinks__products__hl {
    margin-bottom: 15px
  }
}

.l-footer__top__inner__rightContents__mainLinks__products__list__item {
  margin-bottom: 15px
}

.l-footer__top__inner__rightContents__mainLinks__products__list__item a {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Lora", serif;
  color: #fff
}

@media only screen and (max-width: 767px) {
  .l-footer__top__inner__rightContents__mainLinks__products__list__item a {
    font-size: 16px;
    font-size: 1.6rem
  }
}

@media only screen and (max-width: 767px) {
  .l-footer__top__inner__rightContents__subLinks {
    width: 50%
  }
}

@media only screen and (max-width: 767px) {
  .l-footer__top__inner__rightContents__subLinks__list {
    padding-left: 16px
  }
}

.l-footer__top__inner__rightContents__subLinks__list__item {
  margin-bottom: 22px
}

.l-footer__top__inner__rightContents__subLinks__list__item a {
  display: inline-block;
  letter-spacing: .012em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  height: 100%
}

.l-footer__top__inner__rightContents__xsLinks {
  padding-top: 30px
}

.l-footer__top__inner__rightContents__xsLinks__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 20px;
  width: 300px
}

.l-footer__top__inner__rightContents__xsLinks__list__item a {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem
}

.l-footer__bottom {
  background-color: #fff;
  padding: 25px 0
}

@media only screen and (max-width: 767px) {
  .l-footer__bottom {
    padding: 15px 0
  }
}

.l-footer__bottom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.l-footer__bottom__inner__leftContents__linklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px
}

.l-footer__bottom__inner__leftContents__linklist__item a {
  color: #1c1c1c;
  font-size: 12px;
  font-size: 1.2rem
}

@media only screen and (max-width: 767px) {
  .l-footer__bottom__inner__rightContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.l-footer__bottom__inner__rightContents__rohtoLogo {
  display: inline-block;
  width: 95px;
  height: 35px
}

@media only screen and (max-width: 767px) {
  .l-footer__bottom__inner__rightContents__rohtoLogo {
    width: 110px;
    height: 31px;
    margin-right: 55px
  }
}

.l-footer__bottom__inner__rightContents__copy {
  font-family: "Lora", serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4
}

.c-btn {
  position: relative;
  display: inline-block;
  cursor: pointer
}

.c-btn_type01 {
  font-family: "Noto Serif JP", serif;
  width: 320px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 24px;
  text-align: center;
  cursor: pointer;
  letter-spacing: .1em;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.c-btn_type01:hover {
  opacity: 1
}

.c-btn_type01::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  width: 40px;
  background-color: #fff
}

.c-btn_type01[data-lang=en] {
  font-family: "Lora", serif;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 22px 15px
}

.c-btn_type01[data-color=red] {
  background-color: #98011b;
  color: #fff
}

.c-btn_type01[data-color=red]:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #98011b;
  outline: 1px solid #98011b
}

@media only screen and (max-width: 767px) {
  .c-btn_type01[data-color=red]:hover {
    background-color: #98011b;
    color: #fff;
    outline: none
  }
}

.c-btn_type01[data-color=red]:hover::before {
  background-color: #98011b
}

@media only screen and (max-width: 767px) {
  .c-btn_type01[data-color=red]:hover::before {
    background-color: #fff
  }
}

.c-btn_type01[data-color=gold] {
  background-image: -webkit-gradient(linear, left top, right top, from(#fccb68), to(#b97c42));
  background-image: -webkit-linear-gradient(left, #fccb68, #b97c42);
  background-image: linear-gradient(to right, #fccb68, #b97c42);
  color: #fff
}

.c-btn_type01[data-color=gold]:hover {
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  color: #b97c42;
  outline: 1px solid #b97c42
}

@media only screen and (max-width: 767px) {
  .c-btn_type01[data-color=gold]:hover {
    background-color: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#fccb68), to(#b97c42));
    background-image: -webkit-linear-gradient(left, #fccb68, #b97c42);
    background-image: linear-gradient(to right, #fccb68, #b97c42);
    color: #98011b;
    outline: none
  }
}

.c-btn_type01[data-color=gold]:hover::before {
  background-color: #b97c42
}

@media only screen and (max-width: 767px) {
  .c-btn_type01[data-color=gold]:hover::before {
    background-color: #98011b
  }
}

.c-btn_type01[data-textColor=red] {
  color: #98011b
}

.c-btn_type01[data-textColor=red]::before {
  background-color: #98011b
}

@media only screen and (max-width: 767px) {
  .c-btn {
    width: 100%
  }
}

.c-btn_surround {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  font-weight: 400;
  background: #eee
}

.c-btn_surround span {
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  width: 40px;
  background-color: #98011b
}

.c-btn_surround:hover {
  background-color: rgba(245, 235, 223, .6) !important;
  outline: none !important;
  color: #98011b !important
}

.c-btn_surround:before,
.c-btn_surround:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-color: rgba(0, 0, 0, 0) !important;
  content: "";
  position: absolute;
  border: 2px solid rgba(0, 0, 0, 0);
  width: 0;
  height: 0
}

@media only screen and (max-width: 767px) {

  .c-btn_surround:before,
  .c-btn_surround:after {
    display: none
  }
}

.c-btn_surround:before {
  top: 0;
  left: 0
}

.c-btn_surround:after {
  bottom: 0;
  right: 0
}

.c-btn_surround:hover:before,
.c-btn_surround:hover:after {
  width: 100%;
  height: 100%
}

.c-btn_surround:hover:before {
  border-top-color: #f5ebdf;
  border-right-color: #f5ebdf;
  -webkit-transition: width .15s ease-out, height .15s ease-out .15s;
  transition: width .15s ease-out, height .15s ease-out .15s
}

.c-btn_surround:hover:after {
  border-bottom-color: #f5ebdf;
  border-left-color: #f5ebdf;
  -webkit-transition: border-color 0s ease-out .2s, width .15s ease-out .2s, height .15s ease-out .3s;
  transition: border-color 0s ease-out .2s, width .15s ease-out .2s, height .15s ease-out .3s
}

.c-inner {
  position: relative;
  height: 100%
}

.c-inner_content {
  margin: 0 auto;
  width: 1200px;
  height: 100%
}

@media only screen and (max-width: 767px) {
  .c-inner_content {
    width: auto;
    padding: 0 20px
  }
}

.c-pageTop {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 50;
  bottom: 30px;
  right: 30px;
  background-image: -webkit-linear-gradient(315deg, #fccb68, #b97c42);
  background-image: linear-gradient(135deg, #fccb68, #b97c42)
}

@media only screen and (max-width: 767px) {
  .c-pageTop {
    bottom: 20px;
    right: 20px
  }
}

.c-pageTop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 30px;
  background-color: #fff
}

.p-howToBuy {
  position: relative;
  padding: 190px 0 150px
}

@media only screen and (max-width: 767px) {
  .p-howToBuy {
    padding: 80px 0 160px
  }
}

.root .p-howToBuy {
  padding: 150px 0
}

@media only screen and (max-width: 767px) {
  .root .p-howToBuy {
    padding: 80px 0 160px
  }
}

.p-howToBuy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width: 767px) {
  .p-howToBuy__inner {
    display: block
  }
}

.p-howToBuy__inner__fig {
  width: 600px
}

@media only screen and (max-width: 767px) {
  .p-howToBuy__inner__fig {
    width: 100%;
    margin-bottom: 25px
  }
}

.p-howToBuy__inner__enTitle {
  position: absolute;
  top: -180px;
  left: -120px;
  font-size: 260px;
  font-size: 26rem;
  line-height: .8538461538;
  color: rgba(52, 52, 52, .03);
  z-index: -1;
  font-family: "Lora", serif;
  pointer-events: none
}

@media only screen and (max-width: 767px) {
  .p-howToBuy__inner__enTitle {
    color: rgba(52, 52, 52, .02);
    font-size: 100px;
    font-size: 10rem;
    margin-bottom: 20px;
    left: -10px;
    top: 300px
  }
}

.root .p-howToBuy__inner__enTitle {
  top: -260px
}

@media only screen and (max-width: 767px) {
  .root .p-howToBuy__inner__enTitle {
    left: -10px;
    top: 300px
  }
}

.p-howToBuy__inner__texts__hl {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 2;
  letter-spacing: .35em;
  margin-bottom: 25px
}

@media only screen and (max-width: 767px) {
  .p-howToBuy__inner__texts__hl {
    font-size: 20px;
    font-size: 2rem
  }
}

.p-howToBuy__inner__texts__lead {
  line-height: 2.2857142857;
  margin-bottom: 45px
}

@media only screen and (max-width: 767px) {
  .p-howToBuy__inner__texts__lead {
    margin-bottom: 80px
  }
}

.p-howToBuy__inner__texts__btn:first-of-type {
  margin-bottom: 20px
}

.p-productsMain {
  position: relative;
  -webkit-animation: fadeIn 3s;
  animation: fadeIn 3s
}

@-webkit-keyframes bg {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes bg {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.p-productsMain__slider {
  width: 100%;
  padding-top: 110px;
  padding-bottom: 130px;
  min-height: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden
}

@media only screen and (max-width: 767px) {
  .p-productsMain__slider {
    min-height: auto;
    padding-top: 75px;
    padding-bottom: 30px
  }
}

.p-productsMain__slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.elas-lift .p-productsMain__slider__list {
  -webkit-animation: infinity-scroll-left 24s infinite linear 1.5s both;
  animation: infinity-scroll-left 24s infinite linear 1.5s both
}

.cell-alive .p-productsMain__slider__list {
  -webkit-animation: infinity-scroll-left 32s infinite linear 1.5s both;
  animation: infinity-scroll-left 32s infinite linear 1.5s both
}

.cell-alive-pqq .p-productsMain__slider__list {
  -webkit-animation: infinity-scroll-left 40s infinite linear 1.5s both;
  animation: infinity-scroll-left 40s infinite linear 1.5s both
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

.p-productsMain__slider__list__item {
  width: 620px !important;
  height: 620px !important;
  margin: 0 10px
}

@media only screen and (max-width: 767px) {
  .p-productsMain__slider__list__item {
    width: 300px !important;
    height: 300px !important
  }
}

.p-productsMain__slider__list__item>img {
  width: 620px !important;
  height: 620px !important
}

@media only screen and (max-width: 767px) {
  .p-productsMain__slider__list__item>img {
    width: 300px !important;
    height: auto !important
  }
}

.p-productsMain .slider-controll {
  position: absolute;
  width: 60px;
  height: 15px;
  left: 50%;
  top: 745px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media only screen and (max-width: 767px) {
  .p-productsMain .slider-controll {
    top: 390px
  }
}

.p-productsMain .slider-controll__stop {
  height: 15px;
  width: 15px;
  background-image: url(../.././assets/images/stopBtn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer
}

.p-productsMain .slider-controll__stop:hover {
  opacity: .5
}

.p-productsMain .slider-controll__play {
  height: 15px;
  width: 15px;
  background-image: url(../.././assets/images/playBtn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer
}

.p-productsMain .slider-controll__play:hover {
  opacity: .5
}

.p-productsMain__data {
  padding: 0 0 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media only screen and (max-width: 767px) {
  .p-productsMain__data {
    display: block;
    padding: 60px 0 80px
  }
}

.p-productsMain__data__left {
  width: calc(100% - 780px)
}

@media only screen and (max-width: 767px) {
  .p-productsMain__data__left {
    width: 100%;
    margin-bottom: 45px
  }
}

.p-productsMain__data__left__name__ja {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 8px;
  letter-spacing: .2em
}

@media only screen and (max-width: 767px) {
  .p-productsMain__data__left__name__ja {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 5px
  }
}

.p-productsMain__data__left__name__en {
  font-family: "Lora", serif;
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 15px;
  font-weight: 400
}

@media only screen and (max-width: 767px) {
  .p-productsMain__data__left__name__en {
    font-size: 30px;
    font-size: 3rem
  }
}

.p-productsMain__data__left__price {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 35px;
  margin-left: -5px
}

@media only screen and (max-width: 767px) {
  .p-productsMain__data__left__price {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 0
  }
}

.p-productsMain__data__left__price span {
  margin-left: 8px;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem
}

.p-productsMain__data__left__mass {
  margin-left: 8px;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 2rem
}

@media only screen and (max-width: 767px) {
  .p-productsMain__data__left__mass {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.p-productsMain__data__left__links__btn:first-of-type {
  margin-bottom: 15px
}

.p-productsMain__data__right {
  width: 780px
}

@media only screen and (max-width: 767px) {
  .p-productsMain__data__right {
    width: 100%
  }
}

.p-productsMain__data__right__catch {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.6333333333;
  margin-bottom: 15px;
  letter-spacing: .35em
}

@media only screen and (max-width: 767px) {
  .p-productsMain__data__right__catch {
    font-size: 24px;
    font-size: 2.4rem
  }
}

.p-productsMain__data__right__featureList {
  margin-bottom: 20px
}

.p-productsMain__data__right__featureList__item {
  line-height: 2.2857142857
}

@media only screen and (max-width: 767px) {
  .p-productsMain__data__right__featureList__item {
    position: relative;
    padding-left: 18px
  }
}

@media only screen and (max-width: 767px) {
  .p-productsMain__data__right__featureList__item span {
    position: absolute;
    top: 0;
    left: 0
  }
}

.p-productsMain__data__right__recommend {
  background-color: #f8f8f8;
  padding: 20px;
  margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
  .p-productsMain__data__right__recommend {
    margin-bottom: 30px
  }
}

.p-productsMain__data__right__recommend__hl {
  margin-bottom: 8px
}

@media only screen and (max-width: 767px) {
  .p-productsMain__data__right__recommend__hl {
    margin-bottom: 15px
  }
}

.p-productsMain__data__right__recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 25px
}

@media only screen and (max-width: 767px) {
  .p-productsMain__data__right__recommend__list {
    display: block
  }
}

.p-productsMain__data__right__recommend__list__item {
  padding-left: 20px;
  position: relative;
  font-weight: 500;
  letter-spacing: .1em
}

@media only screen and (max-width: 767px) {
  .p-productsMain__data__right__recommend__list__item {
    margin-bottom: 8px
  }
}

.p-productsMain__data__right__recommend__list__item::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 6px;
  width: 9px;
  border-left: 1px solid #98011b;
  border-bottom: 1px solid #98011b
}

.p-productsMain__data__right__recommend__footnote {
  line-height: 1.7142857143
}

@media only screen and (max-width: 767px) {
  .p-productsMain__data__right__recommend__footnote {
    position: relative;
    padding-left: 15px;
    margin-bottom: 50px
  }

  .p-productsMain__data__right__recommend__footnote span {
    position: absolute;
    left: 0;
    top: 0
  }
}

.p-productsArtcle__inner {
  position: relative
}

@media only screen and (max-width: 767px) {
  .p-productsArtcle__inner {
    padding-top: 150px
  }
}

.p-productsArtcle__inner__texts {
  background-color: #98011b;
  color: #fff;
  padding: 156px 440px 157px 100px;
  width: 863px;
  height: 570px;
  margin-left: -100px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width: 767px) {
  .p-productsArtcle__inner__texts {
    width: 100%;
    height: auto;
    padding: 180px 20px 40px;
    margin: 0 -20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
  }
}

.cell-alive-pqq .p-productsArtcle__inner__texts {
  padding: 125px 440px 135px 100px
}

@media only screen and (max-width: 767px) {
  .cell-alive-pqq .p-productsArtcle__inner__texts {
    padding: 180px 20px 40px
  }
}

.cell-alive .p-productsArtcle__inner__texts {
  padding: 140px 440px 120px 100px
}

@media only screen and (max-width: 767px) {
  .cell-alive .p-productsArtcle__inner__texts {
    padding: 180px 20px 40px
  }
}

.p-productsArtcle__inner__texts__bgLight {
  position: absolute;
  bottom: 0;
  right: 170px;
  width: 500px;
  height: 200px;
  background-image: url(../.././assets/images/textBgLight.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden
}

@media only screen and (max-width: 767px) {
  .p-productsArtcle__inner__texts__bgLight {
    background-image: url(../.././assets/images/textBgLight_xs.svg);
    background-size: contain;
    width: 340px;
    height: 250px;
    right: -50px;
    top: 65px
  }
}

.p-productsArtcle__inner__texts__fig {
  position: absolute;
  width: 780px;
  top: 60px;
  right: -437px;
  z-index: 1
}

@media only screen and (max-width: 767px) {
  .p-productsArtcle__inner__texts__fig {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    margin-top: -330px;
    margin-bottom: 30px
  }
}

.p-productsArtcle__inner__texts__hl {
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: .2em;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7692307692;
  margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
  .p-productsArtcle__inner__texts__hl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 25px
  }
}

.p-productsArtcle__inner__texts__lead {
  line-height: 2.2857142857
}

.p-productsLearnMore {
  position: relative;
  padding: 100px 0 150px
}

@media only screen and (max-width: 767px) {
  .p-productsLearnMore {
    padding: 60px 0 80px
  }
}

.p-productsLearnMore__enTitle {
  position: absolute;
  right: -120px;
  top: -240px;
  font-size: 260px;
  font-size: 26rem;
  line-height: .7;
  color: rgba(52, 52, 52, .03);
  z-index: -1;
  font-family: "Lora", serif;
  font-weight: 400
}

@media only screen and (max-width: 767px) {
  .p-productsLearnMore__enTitle {
    color: rgba(52, 52, 52, .02);
    line-height: .83;
    font-size: 100px;
    font-size: 10rem;
    top: -80px;
    right: -20px
  }
}

.p-productsLearnMore__title {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .35em;
  margin-bottom: 50px
}

@media only screen and (max-width: 767px) {
  .p-productsLearnMore__title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 70px
  }
}

.p-productsLearnMore__list__item {
  background-color: #f8f8f8;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden
}

@media only screen and (max-width: 767px) {
  .p-productsLearnMore__list__item {
    overflow: visible;
    margin-bottom: 60px
  }
}

.p-productsLearnMore__list__item:last-child {
  margin-bottom: 0
}

.p-productsLearnMore__list__item__num {
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-family: "Lora", serif;
  color: #98011b;
  font-size: 100px;
  font-size: 10rem
}

@media only screen and (max-width: 767px) {
  .p-productsLearnMore__list__item__num {
    font-size: 60px;
    font-size: 6rem;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -30px
  }
}

.p-productsLearnMore__list__item__texts {
  padding: 35px 70px 40px 128px
}

@media only screen and (max-width: 767px) {
  .p-productsLearnMore__list__item__texts {
    padding: 50px 20px 30px
  }
}

.p-productsLearnMore__list__item__texts__hl {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .2em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
  .p-productsLearnMore__list__item__texts__hl {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.125
  }
}

.p-productsLearnMore__list__item__texts__lead {
  letter-spacing: .02em;
  line-height: 2.2857142857
}

.p-productsFaq {
  position: relative;
  background-color: #f8f8f8;
  padding: 80px 0
}

@media only screen and (max-width: 767px) {
  .p-productsFaq {
    padding: 60px 0 80px
  }
}

.p-productsFaq__enTitle {
  position: absolute;
  top: -120px;
  left: -110px;
  font-size: 260px;
  font-size: 26rem;
  line-height: .8538461538;
  color: #fff;
  font-family: "Lora", serif;
  font-weight: 400
}

@media only screen and (max-width: 767px) {
  .p-productsFaq__enTitle {
    font-size: 100px;
    font-size: 10rem;
    top: -95px;
    left: -15px
  }
}

.p-productsFaq__title {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .35em;
  margin-bottom: 50px;
  font-weight: 400;
  position: relative;
  z-index: 1
}

@media only screen and (max-width: 767px) {
  .p-productsFaq__title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 50px
  }
}

.p-productsFaq__list__item {
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding: 30px 30px 30px 84px;
  position: relative;
  cursor: pointer
}

@media only screen and (max-width: 767px) {
  .p-productsFaq__list__item {
    padding: 20px
  }
}

.p-productsFaq__list__item:last-child {
  margin-bottom: 0
}

.p-productsFaq__list__item.is-open .p-productsFaq__list__item__switch::after {
  display: none
}

.p-productsFaq__list__item__switch {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 25px;
  width: 30px;
  height: 30px;
  background-color: #98011b;
  border-radius: 50%;
  z-index: 1
}

@media only screen and (max-width: 767px) {
  .p-productsFaq__list__item__switch {
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

.p-productsFaq__list__item__switch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15px;
  height: 1px;
  background-color: #fff;
  pointer-events: none
}

.p-productsFaq__list__item__switch::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 15px;
  background-color: #fff;
  pointer-events: none
}

.p-productsFaq__list__item__q {
  position: relative;
  width: calc(100% - 50px)
}

@media only screen and (max-width: 767px) {
  .p-productsFaq__list__item__q {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.p-productsFaq__list__item__q::before {
  content: "Q";
  position: absolute;
  font-family: "Lora", serif;
  font-size: 30px;
  font-size: 3rem;
  top: -5px;
  left: -55px;
  color: #98011b
}

@media only screen and (max-width: 767px) {
  .p-productsFaq__list__item__q::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
  }
}

.p-productsFaq__list__item__q__text {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .2em
}

@media only screen and (max-width: 767px) {
  .p-productsFaq__list__item__q__text {
    padding: 0 40px 0 37px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625
  }
}

.p-productsFaq__list__item__a {
  display: none;
  position: relative;
  width: calc(100% - 50px);
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #bbb
}

@media only screen and (max-width: 767px) {
  .p-productsFaq__list__item__a {
    margin-top: 20px;
    padding-top: 20px
  }
}

.p-productsFaq__list__item__a::before {
  content: "A";
  position: absolute;
  font-family: "Lora", serif;
  font-size: 30px;
  font-size: 3rem;
  top: 30px;
  left: -53px;
  color: #98011b
}

@media only screen and (max-width: 767px) {
  .p-productsFaq__list__item__a::before {
    top: 25px;
    left: 0
  }
}

.p-productsFaq__list__item__a__text {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .02em;
  line-height: 2.2857142857
}

@media only screen and (max-width: 767px) {
  .p-productsFaq__list__item__a__text {
    padding: 0 0 0 35px
  }
}

.p-productsDetails {
  padding-top: 100px
}

@media only screen and (max-width: 767px) {
  .p-productsDetails {
    padding-top: 50px
  }
}

.p-productsDetails__dl {
  margin-bottom: 140px
}

@media only screen and (max-width: 767px) {
  .p-productsDetails__dl {
    margin-bottom: 80px
  }
}

.p-productsDetails__dl__dt {
  color: #98011b;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .48em;
  padding-bottom: 15px;
  border-bottom: 1px solid #98011b;
  margin-bottom: 10px;
  font-weight: 500
}

@media only screen and (max-width: 767px) {
  .p-productsDetails__dl__dt {
    letter-spacing: .3em;
    line-height: 1.7777777778
  }
}

.p-productsDetails__dl__dd {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.1666666667;
  margin-bottom: 30px;
  letter-spacing: .02em
}

.p-productsDetails__dl__dd:last-of-type {
  margin-bottom: 0
}

.p-productsDetails__linkWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 50px
}

@media only screen and (max-width: 767px) {
  .p-productsDetails__linkWrapper {
    display: block;
    text-align: right
  }
}

.p-productsDetails__linkWrapper__btn {
  background-color: #c70b32;
  color: #fccb68;
  width: 450px;
  padding: 26px 0 26px 164px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Lora", serif;
  font-size: 24px;
  font-size: 2.4rem
}

.p-productsDetails__linkWrapper__btn:last-child {
  z-index: 2
}

@media only screen and (max-width: 767px) {
  .p-productsDetails__linkWrapper__btn {
    width: calc(100% - 12px);
    text-align: center;
    padding: 31px 0
  }
}

@media only screen and (max-width: 767px) {
  .p-productsDetails__linkWrapper__btn:first-child {
    margin-bottom: 20px
  }
}

.p-productsDetails__linkWrapper__btn__line {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  width: 40px;
  background-color: #fccb68;
  margin: 0 !important
}

.p-productsDetails__linkWrapper__btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 170px;
  top: 50%;
  left: -100%;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: -webkit-linear-gradient(320deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-animation: shine 3s infinite;
  animation: shine 3s infinite;
  z-index: 2
}

@media only screen and (max-width: 767px) {
  .p-productsDetails__linkWrapper__btn::before {
    height: 100%
  }
}

@-webkit-keyframes shine {
  100% {
    left: 100%
  }
}

@keyframes shine {
  100% {
    left: 100%
  }
}

.p-productsDetails__linkWrapper__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 35px
}

@media only screen and (max-width: 767px) {
  .p-productsDetails__linkWrapper__btn::after {
    left: -15px
  }
}

.p-productsDetails__linkWrapper__btn[data-product=el]::after {
  background-image: url(../.././assets/images/elasLift_min.png);
  width: 100px;
  height: 172px
}

@media only screen and (max-width: 767px) {
  .p-productsDetails__linkWrapper__btn[data-product=el]::after {
    width: 59px;
    height: 98px
  }
}

.p-productsDetails__linkWrapper__btn[data-product=ca]::after {
  background-image: url(../.././assets/images/cellAlive_min.png);
  width: 100px;
  height: 172px
}

@media only screen and (max-width: 767px) {
  .p-productsDetails__linkWrapper__btn[data-product=ca]::after {
    width: 56px;
    height: 98px
  }
}

.p-productsDetails__linkWrapper__btn[data-product=pqq]::after {
  background-image: url(../.././assets/images/pqq_min.png);
  width: 105px;
  height: 172px
}

@media only screen and (max-width: 767px) {
  .p-productsDetails__linkWrapper__btn[data-product=pqq]::after {
    width: 63px;
    height: 98px
  }
}

.p-productsDetails__linkWrapper__btn>span {
  margin-top: 5px;
  display: block;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .2em;
  font-size: 14px;
  font-size: 1.4rem
}

.p-recordModal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(106, 106, 106, .7);
  z-index: 99999;
  display: none
}

.p-recordModal__window {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  max-width: 1000px;
  width: 100%;
  max-height: 570px;
  height: 100%;
  padding: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width: 767px) {
  .p-recordModal__window {
    width: calc(100% - 12px);
    max-height: auto;
    padding: 40px 20px
  }
}

.p-recordModal__window__heading {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: .18em;
  margin-bottom: 4rem
}

@media only screen and (max-width: 767px) {
  .p-recordModal__window__heading {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px
  }
}

.p-recordModal__window__content {
  text-align: center
}

.p-recordModal__window__content p {
  line-height: 2.14;
  margin-bottom: 5rem;
  letter-spacing: .28px;
  font-size: 14px;
  font-size: 1.4rem
}

@media only screen and (max-width: 767px) {
  .p-recordModal__window__content p {
    text-align: left;
    margin-bottom: 30px
  }
}

.p-recordModal__window__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px
}

@media only screen and (max-width: 767px) {
  .p-recordModal__window__content ul {
    display: block
  }
}

.p-recordModal__window__content ul li {
  width: calc(50% - 15px);
  background-color: #ebebeb
}

@media only screen and (max-width: 767px) {
  .p-recordModal__window__content ul li {
    width: 100%
  }
}

.p-recordModal__window__content ul li:last-child {
  background-color: #1a1a1a
}

@media only screen and (max-width: 767px) {
  .p-recordModal__window__content ul li:last-child {
    margin-top: 20px
  }
}

.p-recordModal__window__content ul li:last-child a {
  color: #ebebeb
}

.p-recordModal__window__content ul li:last-child a::after {
  background: url(../.././assets/images/btn_icon_w.svg)
}

.p-recordModal__window__content ul li a {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.5;
  color: #1a1a1a;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .28px;
  position: relative;
  cursor: pointer
}

.p-recordModal__window__content ul li a::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../.././assets/images/btn_icon.svg);
  background-size: cover
}

@media only screen and (max-width: 767px) {
  .p-recordModal__window__content ul li a::after {
    right: 20px
  }
}

.p-recordModal__window__content h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: .18em;
  line-height: 1.5;
  margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
  .p-recordModal__window__content h3 {
    margin-bottom: 20px
  }
}

.p-recordModal__window button {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 26px;
  height: 27px;
  background-image: url(../.././assets/images/icon_close.svg);
  background-size: cover;
  cursor: pointer
}

@media only screen and (max-width: 767px) {
  .p-recordModal__window button {
    top: 10px;
    right: 10px
  }
}

.is-openModal {
  cursor: pointer
}

.u-ta_c {
  text-align: center !important
}

.u-ta_l {
  text-align: left !important
}

.u-ta_r {
  text-align: right !important
}

.u-alpha {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: .4s opacity ease;
  transition: .4s opacity ease
}

.u-alpha:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: .7
}

.u-clearfix:before,
.u-clearfix:after {
  content: " ";
  display: table
}

.u-clearfix:after {
  clear: both
}

.u-visible_xs,
.u-visible_lg {
  display: none !important
}

.u-visible_xs_block,
.u-visible_xs_inline,
.u-visible_xs_inline-block,
.u-visible_lg_block,
.u-visible_lg_inline,
.u-visible_lg_inline-block {
  display: none !important
}

@media only screen and (max-width: 767px) {
  .u-visible_xs {
    display: block !important
  }

  table.u-visible_xs {
    display: table !important
  }

  tr.u-visible_xs {
    display: table-row !important
  }

  th.u-visible_xs,
  td.u-visible_xs {
    display: table-cell !important
  }
}

@media only screen and (max-width: 767px) {
  .u-visible_xs_block {
    display: block !important
  }
}

@media only screen and (max-width: 767px) {
  .u-visible_xs_inline {
    display: inline !important
  }
}

@media only screen and (max-width: 767px) {
  .u-visible_xs_inline-block {
    display: inline-block !important
  }
}

@media only screen and (min-width: 768px) {
  .u-visible_lg {
    display: block !important
  }

  table.u-visible_lg {
    display: table !important
  }

  tr.u-visible_lg {
    display: table-row !important
  }

  th.u-visible_lg,
  td.u-visible_lg {
    display: table-cell !important
  }
}

@media only screen and (min-width: 768px) {
  .u-visible_lg_block {
    display: block !important
  }
}

@media only screen and (min-width: 768px) {
  .u-visible_lg_inline {
    display: inline !important
  }
}

@media only screen and (min-width: 768px) {
  .u-visible_lg_inline-block {
    display: inline-block !important
  }
}

@media only screen and (max-width: 767px) {
  .u-hidden_xs {
    display: none !important
  }
}

@media only screen and (min-width: 768px) {
  .u-hidden_lg {
    display: none !important
  }
}

@media only screen and (max-width: 767px) {
  .u-hidden_xs {
    display: none !important
  }
}

.u-noEvent {
  pointer-events: none
}

.u-fw_normal {
  font-weight: normal !important
}

.u-fw_bold {
  font-weight: bold !important
}

.u-fs_normal {
  font-style: normal !important
}

.u-fs_italic {
  font-style: italic !important
}

.u-m_auto {
  margin-left: auto !important;
  margin-right: auto !important
}

.u-m_00 {
  margin: 0 !important
}

.u-m_05 {
  margin: 5px !important
}

.u-m_10 {
  margin: 10px !important
}

.u-m_15 {
  margin: 15px !important
}

.u-m_20 {
  margin: 20px !important
}

.u-m_25 {
  margin: 25px !important
}

.u-m_30 {
  margin: 30px !important
}

.u-m_35 {
  margin: 35px !important
}

.u-m_40 {
  margin: 40px !important
}

.u-m_45 {
  margin: 45px !important
}

.u-m_50 {
  margin: 50px !important
}

.u-mt_00 {
  margin-top: 0 !important
}

.u-mt_05 {
  margin-top: 5px !important
}

.u-mt_10 {
  margin-top: 10px !important
}

.u-mt_15 {
  margin-top: 15px !important
}

.u-mt_20 {
  margin-top: 20px !important
}

.u-mt_25 {
  margin-top: 25px !important
}

.u-mt_30 {
  margin-top: 30px !important
}

.u-mt_35 {
  margin-top: 35px !important
}

.u-mt_40 {
  margin-top: 40px !important
}

.u-mt_45 {
  margin-top: 45px !important
}

.u-mt_50 {
  margin-top: 50px !important
}

.u-mb_00 {
  margin-bottom: 0 !important
}

.u-mb_05 {
  margin-bottom: 5px !important
}

.u-mb_10 {
  margin-bottom: 10px !important
}

.u-mb_15 {
  margin-bottom: 15px !important
}

.u-mb_20 {
  margin-bottom: 20px !important
}

.u-mb_25 {
  margin-bottom: 25px !important
}

.u-mb_30 {
  margin-bottom: 30px !important
}

.u-mb_35 {
  margin-bottom: 35px !important
}

.u-mb_40 {
  margin-bottom: 40px !important
}

.u-mb_45 {
  margin-bottom: 45px !important
}

.u-mb_50 {
  margin-bottom: 50px !important
}

.u-ml_00 {
  margin-left: 0 !important
}

.u-ml_05 {
  margin-left: 5px !important
}

.u-ml_10 {
  margin-left: 10px !important
}

.u-ml_15 {
  margin-left: 15px !important
}

.u-ml_20 {
  margin-left: 20px !important
}

.u-ml_25 {
  margin-left: 25px !important
}

.u-ml_30 {
  margin-left: 30px !important
}

.u-ml_35 {
  margin-left: 35px !important
}

.u-ml_40 {
  margin-left: 40px !important
}

.u-ml_45 {
  margin-left: 45px !important
}

.u-ml_50 {
  margin-left: 50px !important
}

.u-mr_00 {
  margin-right: 0 !important
}

.u-mr_05 {
  margin-right: 5px !important
}

.u-mr_10 {
  margin-right: 10px !important
}

.u-mr_15 {
  margin-right: 15px !important
}

.u-mr_20 {
  margin-right: 20px !important
}

.u-mr_25 {
  margin-right: 25px !important
}

.u-mr_30 {
  margin-right: 30px !important
}

.u-mr_35 {
  margin-right: 35px !important
}

.u-mr_40 {
  margin-right: 40px !important
}

.u-mr_45 {
  margin-right: 45px !important
}

.u-mr_50 {
  margin-right: 50px !important
}

.u-mb_lv01 {
  margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
  .u-mb_lv01 {
    margin-bottom: 5px
  }
}

.u-mb_lv02 {
  margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
  .u-mb_lv02 {
    margin-bottom: 10px
  }
}

.u-mb_lv03 {
  margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
  .u-mb_lv03 {
    margin-bottom: 15px
  }
}

.u-mb_lv04 {
  margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
  .u-mb_lv04 {
    margin-bottom: 20px
  }
}

.u-mb_lv05 {
  margin-bottom: 50px
}

@media only screen and (max-width: 767px) {
  .u-mb_lv05 {
    margin-bottom: 25px
  }
}

.u-mb_lv06 {
  margin-bottom: 60px
}

@media only screen and (max-width: 767px) {
  .u-mb_lv06 {
    margin-bottom: 30px
  }
}

.u-mb_lv07 {
  margin-bottom: 70px
}

@media only screen and (max-width: 767px) {
  .u-mb_lv07 {
    margin-bottom: 35px
  }
}

.u-mb_lv08 {
  margin-bottom: 80px
}

@media only screen and (max-width: 767px) {
  .u-mb_lv08 {
    margin-bottom: 40px
  }
}

.u-mb_lv09 {
  margin-bottom: 90px
}

@media only screen and (max-width: 767px) {
  .u-mb_lv09 {
    margin-bottom: 45px
  }
}

.u-mb_lv10 {
  margin-bottom: 100px
}

@media only screen and (max-width: 767px) {
  .u-mb_lv10 {
    margin-bottom: 50px
  }
}

.u-mb_lv11 {
  margin-bottom: 110px
}

@media only screen and (max-width: 767px) {
  .u-mb_lv11 {
    margin-bottom: 55px
  }
}

.u-mb_lv12 {
  margin-bottom: 120px
}

@media only screen and (max-width: 767px) {
  .u-mb_lv12 {
    margin-bottom: 60px
  }
}

.u-mb_lv13 {
  margin-bottom: 130px
}

@media only screen and (max-width: 767px) {
  .u-mb_lv13 {
    margin-bottom: 65px
  }
}

.u-mb_lv14 {
  margin-bottom: 140px
}

@media only screen and (max-width: 767px) {
  .u-mb_lv14 {
    margin-bottom: 70px
  }
}

.u-mb_lv15 {
  margin-bottom: 150px
}

@media only screen and (max-width: 767px) {
  .u-mb_lv15 {
    margin-bottom: 80px
  }
}

.u-p_00 {
  padding: 0 !important
}

.u-p_05 {
  padding: 5px !important
}

.u-p_10 {
  padding: 10px !important
}

.u-p_15 {
  padding: 15px !important
}

.u-p_20 {
  padding: 20px !important
}

.u-p_25 {
  padding: 25px !important
}

.u-p_30 {
  padding: 30px !important
}

.u-p_35 {
  padding: 35px !important
}

.u-p_40 {
  padding: 40px !important
}

.u-p_45 {
  padding: 45px !important
}

.u-p_50 {
  padding: 50px !important
}

.u-pt_00 {
  padding-top: 0 !important
}

.u-pt_05 {
  padding-top: 5px !important
}

.u-pt_10 {
  padding-top: 10px !important
}

.u-pt_15 {
  padding-top: 15px !important
}

.u-pt_20 {
  padding-top: 20px !important
}

.u-pt_25 {
  padding-top: 25px !important
}

.u-pt_30 {
  padding-top: 30px !important
}

.u-pt_35 {
  padding-top: 35px !important
}

.u-pt_40 {
  padding-top: 40px !important
}

.u-pt_45 {
  padding-top: 45px !important
}

.u-pt_50 {
  padding-top: 50px !important
}

.u-pb_00 {
  padding-bottom: 0 !important
}

.u-pb_05 {
  padding-bottom: 5px !important
}

.u-pb_10 {
  padding-bottom: 10px !important
}

.u-pb_15 {
  padding-bottom: 15px !important
}

.u-pb_20 {
  padding-bottom: 20px !important
}

.u-pb_25 {
  padding-bottom: 25px !important
}

.u-pb_30 {
  padding-bottom: 30px !important
}

.u-pb_35 {
  padding-bottom: 35px !important
}

.u-pb_40 {
  padding-bottom: 40px !important
}

.u-pb_45 {
  padding-bottom: 45px !important
}

.u-pb_50 {
  padding-bottom: 50px !important
}

.u-pl_00 {
  padding-left: 0 !important
}

.u-pl_05 {
  padding-left: 5px !important
}

.u-pl_10 {
  padding-left: 10px !important
}

.u-pl_15 {
  padding-left: 15px !important
}

.u-pl_20 {
  padding-left: 20px !important
}

.u-pl_25 {
  padding-left: 25px !important
}

.u-pl_30 {
  padding-left: 30px !important
}

.u-pl_35 {
  padding-left: 35px !important
}

.u-pl_40 {
  padding-left: 40px !important
}

.u-pl_45 {
  padding-left: 45px !important
}

.u-pl_50 {
  padding-left: 50px !important
}

.u-pr_00 {
  padding-right: 0 !important
}

.u-pr_05 {
  padding-right: 5px !important
}

.u-pr_10 {
  padding-right: 10px !important
}

.u-pr_15 {
  padding-right: 15px !important
}

.u-pr_20 {
  padding-right: 20px !important
}

.u-pr_25 {
  padding-right: 25px !important
}

.u-pr_30 {
  padding-right: 30px !important
}

.u-pr_35 {
  padding-right: 35px !important
}

.u-pr_40 {
  padding-right: 40px !important
}

.u-pr_45 {
  padding-right: 45px !important
}

.u-pr_50 {
  padding-right: 50px !important
}

.u-position_relative {
  position: relative !important
}

.u-position_abs {
  position: absolute !important
}

.u-position_fixed {
  position: fixed !important
}

.u-position_static {
  position: static !important
}

.u-vertical_mid {
  vertical-align: middle !important
}

.u-vertical_bottom {
  vertical-align: bottom !important
}

.u-vertical_base {
  vertical-align: baseline !important
}

.u-vertical_sup {
  vertical-align: super !important
}

.u-vertical_sub {
  vertical-align: sub !important
}

.u-vertical_tb {
  vertical-align: text-bottom !important
}

.u-vertical_tt {
  vertical-align: text-top !important
}

.u-zIndex01 {
  z-index: 1 !important
}

.u-zIndex02 {
  z-index: 2 !important
}

.u-zIndex03 {
  z-index: 3 !important
}

.u-zIndex04 {
  z-index: 4 !important
}

.u-zIndex05 {
  z-index: 5 !important
}

.howToBuy#index {
  padding-top: 100px
}

@media only screen and (max-width: 767px) {
  .howToBuy#index {
    padding-top: 67px
  }
}

.howToBuy#index .intro__mv {
  position: relative;
  -webkit-animation: fadeIn 3s;
  animation: fadeIn 3s
}

@-webkit-keyframes bg {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes bg {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.howToBuy#index .intro__inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.howToBuy#index .intro__inner__pageTitle {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: .35em;
  font-weight: 400;
  font-family: "Noto Serif JP", serif
}

.howToBuy#index .intro__texts {
  padding: 120px 0;
  position: relative
}

@media only screen and (max-width: 767px) {
  .howToBuy#index .intro__texts {
    padding: 40px 0 60px
  }
}

.howToBuy#index .intro__texts__enTitle {
  color: rgba(52, 52, 52, .03);
  font-size: 260px;
  font-size: 26rem;
  font-family: "Lora", serif;
  line-height: .8538461538;
  position: absolute;
  top: -350px;
  left: -105px
}

@media only screen and (max-width: 767px) {
  .howToBuy#index .intro__texts__enTitle {
    font-size: 100px;
    font-size: 10rem;
    top: -95px;
    left: -15px
  }
}

.howToBuy#index .intro__texts__title {
  font-size: 40px;
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .35em;
  font-weight: 400;
  position: absolute;
  top: -290px;
  left: 0
}

@media only screen and (max-width: 767px) {
  .howToBuy#index .intro__texts__title {
    font-size: 24px;
    font-size: 2.4rem;
    position: static;
    margin-bottom: 50px
  }
}

.howToBuy#index .intro__texts__hl {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .35em;
  line-height: 2.1333333333;
  font-weight: 400;
  margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
  .howToBuy#index .intro__texts__hl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px
  }
}

.howToBuy#index .intro__texts__contentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media only screen and (max-width: 767px) {
  .howToBuy#index .intro__texts__contentWrapper {
    display: block
  }
}

.howToBuy#index .intro__texts__contentWrapper__lead {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.2857142857
}

@media only screen and (max-width: 767px) {
  .howToBuy#index .intro__texts__contentWrapper__lead {
    margin-bottom: 40px
  }
}

.howToBuy#index .step {
  padding: 100px 0 150px;
  background-color: #f8f8f8
}

@media only screen and (max-width: 767px) {
  .howToBuy#index .step {
    padding: 60px 0 90px
  }
}

.howToBuy#index .step__title {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .35em;
  line-height: 2.1333333333;
  font-weight: 400;
  margin-bottom: 80px
}

@media only screen and (max-width: 767px) {
  .howToBuy#index .step__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 50px
  }
}

.howToBuy#index .step__stepList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media only screen and (max-width: 767px) {
  .howToBuy#index .step__stepList {
    display: block
  }
}

.howToBuy#index .step__stepList__item {
  background-color: #fff;
  width: 370px;
  position: relative
}

@media only screen and (max-width: 767px) {
  .howToBuy#index .step__stepList__item {
    width: 100%;
    margin-bottom: 50px
  }
}

@media only screen and (max-width: 767px) {
  .howToBuy#index .step__stepList__item:last-child {
    margin-bottom: 0
  }
}

.howToBuy#index .step__stepList__item:last-child::before,
.howToBuy#index .step__stepList__item:last-child::after {
  display: none
}

.howToBuy#index .step__stepList__item::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  top: 215px;
  right: -20px;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  background-color: #1c1c1c
}

@media only screen and (max-width: 767px) {
  .howToBuy#index .step__stepList__item::before {
    top: auto;
    bottom: -35px;
    right: calc(50% + 8px);
    width: 1px;
    height: 17px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg)
  }
}

.howToBuy#index .step__stepList__item::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  top: 253px;
  right: -20px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  background-color: #1c1c1c
}

@media only screen and (max-width: 767px) {
  .howToBuy#index .step__stepList__item::after {
    top: auto;
    bottom: -35px;
    right: calc(50% - 7px);
    width: 1px;
    height: 17px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
  }
}

.howToBuy#index .step__stepList__item__num {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Lora", serif;
  padding: 25px 0
}

@media only screen and (max-width: 767px) {
  .howToBuy#index .step__stepList__item__num {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 20px 0
  }
}

.howToBuy#index .step__stepList__item__num span {
  font-size: 40px;
  font-size: 4rem
}

@media only screen and (max-width: 767px) {
  .howToBuy#index .step__stepList__item__num span {
    font-size: 32px;
    font-size: 3.2rem
  }
}

.howToBuy#index .step__stepList__item__texts {
  padding: 30px
}

@media only screen and (max-width: 767px) {
  .howToBuy#index .step__stepList__item__texts {
    padding: 30px 25px 35px
  }
}

.howToBuy#index .step__stepList__item__texts__hl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .1em;
  line-height: 1.6666666667;
  margin-bottom: 25px
}

.howToBuy#index .step__stepList__item__texts__lead {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .02em;
  line-height: 2.2857142857
}

.howToBuy#index .step__stepList__item__texts__footnote {
  margin-top: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .02em;
  line-height: 2.2857142857;
  position: relative;
  padding-left: 15px
}

@media only screen and (max-width: 767px) {
  .howToBuy#index .step__stepList__item__texts__footnote {
    margin-top: 20px
  }
}

.howToBuy#index .step__stepList__item__texts__footnote span {
  position: absolute;
  left: 0;
  top: 0
}

.howToBuy#index .step__stepList__item__texts__btn {
  margin-top: 25px;
  width: 100%
}

.sitePolicy#index {
  padding-top: 100px
}

@media only screen and (max-width: 767px) {
  .sitePolicy#index {
    padding-top: 67px
  }
}

.sitePolicy#index .intro {
  padding: 120px 0 80px;
  position: relative
}

@media only screen and (max-width: 767px) {
  .sitePolicy#index .intro {
    padding: 50px 0
  }
}

.sitePolicy#index .intro__enTitle {
  position: absolute;
  top: -35px;
  left: -30px;
  font-size: 260px;
  font-size: 26rem;
  line-height: .8538461538;
  font-family: "Lora", serif;
  color: rgba(52, 52, 52, .03)
}

@media only screen and (max-width: 767px) {
  .sitePolicy#index .intro__enTitle {
    font-size: 100px;
    font-size: 10rem;
    line-height: .83;
    top: 25px;
    left: -10px
  }
}

.sitePolicy#index .intro__pageTitle {
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: .35em;
  padding-left: 30px;
  position: relative;
  margin-bottom: 80px
}

@media only screen and (max-width: 767px) {
  .sitePolicy#index .intro__pageTitle {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5833333333;
    margin-bottom: 40px
  }
}

.sitePolicy#index .intro__pageTitle::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 13px;
  background-color: #98011b;
  left: 0;
  top: 6px
}

@media only screen and (max-width: 767px) {
  .sitePolicy#index .intro__pageTitle::before {
    height: 30px;
    top: 10px
  }
}

.sitePolicy#index .intro__pageTitle::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 13px;
  background-color: #fccb68;
  left: 0;
  top: 19px
}

@media only screen and (max-width: 767px) {
  .sitePolicy#index .intro__pageTitle::after {
    height: 30px;
    top: 40px
  }
}

.sitePolicy#index .intro__subTitle {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: .35em;
  margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
  .sitePolicy#index .intro__subTitle {
    font-size: 20px;
    font-size: 2rem
  }
}

.sitePolicy#index .intro__lead {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2857142857
}

.sitePolicy#index .content {
  padding-bottom: 170px
}

.sitePolicy#index .content__dl__dt {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: .48em;
  font-weight: 500;
  color: #98011b;
  padding-bottom: 20px;
  border-bottom: 1px solid #98011b
}

@media only screen and (max-width: 767px) {
  .sitePolicy#index .content__dl__dt {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.sitePolicy#index .content__dl__dt[data-text=en] {
  letter-spacing: 0
}

.sitePolicy#index .content__dl__dd {
  padding: 20px 0 50px;
  letter-spacing: .02em;
  line-height: 2.2857142857
}

.sitePolicy#index .content__dl__dd__hl {
  padding-top: 10px;
  font-size: 16px;
  font-size: 1.6rem
}

.sitePolicy#index .content__dl__dd__link {
  padding-top: 10px
}

.sitePolicy#index .content__dl__dd__link__list {
  list-style: none
}

.sitePolicy#index .content__dl__dd__link__list__item>a {
  position: relative;
  font-weight: bold;
  color: #98011b
}

.sitePolicy#index .content__dl__dd__link__list__item>a::before {
  content: "";
  position: absolute;
  top: 6px;
  right: -20px;
  width: 10px;
  height: 10px;
  background-image: url(../.././assets/images/window.svg);
  background-repeat: no-repeat
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}

.swiper-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-slide,
swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0)
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/44*27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size)/2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.root#index .mv {
  width: 100%;
  height: 56.544502617vw;
  max-height: 100vh;
  position: relative;
  background-image: url(../.././assets/images/mv.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-animation: fadeInAnime 5s;
  animation: fadeInAnime 5s
}

@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
    background-size: 120%
  }

  100% {
    opacity: 1;
    background-size: 100%
  }
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
    background-size: 120%
  }

  100% {
    opacity: 1;
    background-size: 100%
  }
}

@media only screen and (max-width: 767px) {
  .root#index .mv {
    background-image: url(../.././assets/images/mv_xs.jpg);
    height: 106.666666667vw
  }
}

.root#index .mv__inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0
}

@media only screen and (max-width: 767px) {
  .root#index .mv__inner {
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.root#index .mv__logo {
  position: absolute;
  top: 38px;
  left: 0;
  width: 110px;
  height: 53px
}

@media only screen and (max-width: 767px) {
  .root#index .mv__logo {
    width: 80px;
    height: 40px;
    top: 20px;
    left: 20px
  }
}

.root#index .mv__scroll {
  font-family: "Lora", serif;
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media only screen and (max-width: 767px) {
  .root#index .mv__scroll {
    font-size: 24px;
    font-size: 2.4rem
  }
}

.root#index .mv__menuBtn {
  position: absolute;
  right: -15px;
  top: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11;
  cursor: pointer;
  color: #fccb68;
  font-size: 20px;
  font-size: 2rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  font-family: "Lora", serif;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center
}

@media only screen and (max-width: 767px) {
  .root#index .mv__menuBtn {
    display: none
  }
}

.root#index .mv__menuBtn.is-open::before {
  -webkit-transform: translateY(-50%) rotate(10deg);
  transform: translateY(-50%) rotate(10deg)
}

.root#index .mv__menuBtn.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-10deg);
  transform: translateY(-50%) rotate(-10deg);
  right: 0
}

.root#index .mv__menuBtn::before {
  content: "";
  position: absolute;
  border: 1px solid #fccb68;
  width: 2px;
  height: 65px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 1s;
  transition: 1s
}

.root#index .mv__menuBtn::after {
  content: "";
  position: absolute;
  border: 1px solid #fccb68;
  width: 2px;
  height: 65px;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 1s;
  transition: 1s
}

.root#index .mv__menu {
  position: absolute;
  min-height: 100%;
  width: 600px;
  top: 0;
  right: 0;
  -webkit-transition: right 1.5s ease-in-out;
  transition: right 1.5s ease-in-out;
  right: -200%
}

.root#index .mv__menu.is-show {
  right: 0
}

.root#index .mv__menu__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #98011b;
  mix-blend-mode: multiply
}

.root#index .mv__menu__links {
  position: relative;
  padding: 120px 160px 120px 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.root#index .mv__menu__links__mainLinks__products__hl {
  font-family: "Lora", serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 30px
}

.root#index .mv__menu__links__mainLinks__products__list {
  margin-bottom: 50px
}

.root#index .mv__menu__links__mainLinks__products__list__item {
  margin-bottom: 12px
}

.root#index .mv__menu__links__mainLinks__products__list__item>a {
  font-family: "Lora", serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff
}

.root#index .mv__menu__links__mainLinks__link {
  font-family: "Lora", serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  display: inline-block;
  margin-bottom: 50px
}

.root#index .mv__menu__links__externalLinks {
  margin-bottom: 50px
}

.root#index .mv__menu__links__externalLinks>a:first-child {
  margin-bottom: 20px
}

.root#index .mv__menu__links__subLinks__list__item:first-child {
  margin-bottom: 20px
}

.root#index .mv__menu__links__subLinks__list__item>a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: .12em
}

.root#index .concept {
  padding: 200px 150px;
  position: relative
}

@media only screen and (max-width: 767px) {
  .root#index .concept {
    padding: 90px 0 80px
  }
}

.root#index .concept__enTitle {
  position: absolute;
  font-family: "Lora", serif;
  font-size: 260px;
  font-size: 26rem;
  color: rgba(52, 52, 52, .03);
  left: -180px;
  top: -100px;
  line-height: .8538461538;
  font-weight: 400
}

@media only screen and (max-width: 767px) {
  .root#index .concept__enTitle {
    color: rgba(52, 52, 52, .02);
    font-size: 100px;
    font-size: 10rem;
    left: -20px;
    top: -70px
  }
}

.root#index .concept__articleWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media only screen and (max-width: 767px) {
  .root#index .concept__articleWrapper {
    display: block
  }
}

.root#index .concept__articleWrapper__texts {
  width: 478px
}

@media only screen and (max-width: 767px) {
  .root#index .concept__articleWrapper__texts {
    width: 100%;
    margin-bottom: 30px
  }
}

.root#index .concept__articleWrapper__texts__catch {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .35em;
  margin-bottom: 25px
}

@media only screen and (max-width: 767px) {
  .root#index .concept__articleWrapper__texts__catch {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px
  }
}

.root#index .concept__articleWrapper__texts__lead {
  line-height: 2.2857142857
}

.root#index .concept__articleWrapper__fig {
  width: 600px
}

@media only screen and (max-width: 767px) {
  .root#index .concept__articleWrapper__fig {
    width: 100%
  }
}

.root#index .about {
  position: relative;
  padding: 150px 0 100px
}

@media only screen and (max-width: 767px) {
  .root#index .about {
    padding: 60px 0 100px
  }
}

.root#index .about__grayBg {
  position: absolute;
  background-color: #f8f8f8;
  min-width: 975px;
  width: 71vw;
  height: 100%;
  left: 0;
  bottom: 0
}

@media only screen and (max-width: 767px) {
  .root#index .about__grayBg {
    width: calc(100vw - 20px)
  }
}

.root#index .about__enTitle {
  position: absolute;
  font-family: "Lora", serif;
  font-size: 260px;
  font-size: 26rem;
  color: rgba(52, 52, 52, .03);
  right: -155px;
  top: -200px;
  line-height: .8538461538;
  font-weight: 400
}

@media only screen and (max-width: 767px) {
  .root#index .about__enTitle {
    color: rgba(52, 52, 52, .02);
    font-size: 100px;
    font-size: 10rem;
    right: -20px;
    top: -100px
  }
}

.root#index .about__title {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .35em;
  margin-bottom: 50px
}

@media only screen and (max-width: 767px) {
  .root#index .about__title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px
  }
}

.root#index .about__lead {
  line-height: 2.2857142857;
  margin-bottom: 90px
}

@media only screen and (max-width: 767px) {
  .root#index .about__lead {
    margin-bottom: 50px
  }
}

.root#index .about__pointList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

@media only screen and (max-width: 767px) {
  .root#index .about__pointList__item {
    display: block
  }
}

.root#index .about__pointList__item:first-child {
  margin-bottom: 50px
}

.root#index .about__pointList__item__texts {
  width: 530px
}

@media only screen and (max-width: 767px) {
  .root#index .about__pointList__item__texts {
    width: 100%
  }
}

.root#index .about__pointList__item__texts__num {
  position: relative;
  font-family: "Lora", serif;
  letter-spacing: 0;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
  .root#index .about__pointList__item__texts__num {
    font-size: 16px;
    font-size: 1.6rem
  }
}

.root#index .about__pointList__item__texts__num::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #1c1c1c;
  width: 60px;
  height: 1px;
  right: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media only screen and (max-width: 767px) {
  .root#index .about__pointList__item__texts__num::before {
    width: 80px;
    right: -90px
  }
}

.root#index .about__pointList__item__texts__hl {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .2em;
  line-height: 2.1538461539;
  margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
  .root#index .about__pointList__item__texts__hl {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.root#index .about__pointList__item__texts__lead {
  line-height: 2.1538461539;
  letter-spacing: 0
}

.root#index .about__pointList__item__fig {
  width: 600px
}

@media only screen and (max-width: 767px) {
  .root#index .about__pointList__item__fig {
    width: 100%;
    margin-bottom: 30px
  }
}

.root#index .products__list {
  width: 1366px;
  margin: 0 auto
}

@media only screen and (max-width: 767px) {
  .root#index .products__list {
    width: 100%
  }
}

.root#index .products__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 767px) {
  .root#index .products__list__item {
    display: block
  }
}

.root#index .products__list__item[data-product=el] .products__list__item__texts__bgName {
  left: -10px;
  bottom: -55px
}

@media only screen and (max-width: 767px) {
  .root#index .products__list__item[data-product=el] .products__list__item__texts__bgName {
    left: -10px;
    bottom: -20px
  }
}

.root#index .products__list__item[data-product=ca] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.root#index .products__list__item[data-product=ca] .products__list__item__texts__bgName {
  left: -200px;
  bottom: -55px
}

@media only screen and (max-width: 767px) {
  .root#index .products__list__item[data-product=ca] .products__list__item__texts__bgName {
    left: -35px;
    bottom: -25px
  }
}

.root#index .products__list__item[data-product=pqq] .products__list__item__texts__bgName {
  left: -860px;
  bottom: -55px
}

@media only screen and (max-width: 767px) {
  .root#index .products__list__item[data-product=pqq] .products__list__item__texts__bgName {
    left: -405px;
    bottom: -25px
  }
}

.root#index .products__list__item__fig {
  width: 50%
}

@media only screen and (max-width: 767px) {
  .root#index .products__list__item__fig {
    width: 100%
  }
}

.root#index .products__list__item__texts {
  background-color: #98011b;
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden
}

@media only screen and (max-width: 767px) {
  .root#index .products__list__item__texts {
    width: 100%;
    padding: 50px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.root#index .products__list__item__texts__name {
  font-family: "Lora", serif;
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
  margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
  .root#index .products__list__item__texts__name {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 10px
  }
}

.root#index .products__list__item__texts__jaName {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .2em;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  margin-bottom: 45px
}

@media only screen and (max-width: 767px) {
  .root#index .products__list__item__texts__jaName {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 35px
  }
}

.root#index .products__list__item__texts__lead {
  letter-spacing: 0;
  line-height: 2.2857142857;
  color: #fff;
  margin-bottom: 45px
}

@media only screen and (max-width: 767px) {
  .root#index .products__list__item__texts__lead {
    margin-bottom: 40px
  }
}

.root#index .products__list__item__texts>a {
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.root#index .products__list__item__texts__bgName {
  position: absolute;
  left: 0;
  bottom: 200px;
  color: rgba(255, 255, 255, .23);
  mix-blend-mode: overlay;
  font-family: "Lora", serif;
  font-size: 200px;
  font-size: 20rem;
  white-space: nowrap
}

@media only screen and (max-width: 767px) {
  .root#index .products__list__item__texts__bgName {
    font-size: 100px;
    font-size: 10rem
  }
}

.root#index .products__list__item__texts__btn {
  max-width: 320px
}