@charset "UTF-8";
/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
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, main,
menu, nav, output, ruby, section, summary, input, textarea,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:root {
  --color-black: #141414;
  --color-yellow: #ffd146;
  --color-link: #139eff;
  --color-red: #ca0307;
  --color-blue: #092253;
  --btn-bg-gradient: linear-gradient(90deg, #cd306f, #6b27aa, #2d35e3 50%, #2d35e3 50%, #6b27aa, #cd306f);
  --border-gradient: linear-gradient(180deg, #cd306f, #6b27aa, #2d35e3);
  --bg-gradient: linear-gradient(90deg, #cd306f, #6b27aa, #2d35e3);
}

html {
  font-size: 0.625em;
  height: 100%;
  overflow-y: scroll;
}
html.--fixed {
  overflow: hidden;
}

body {
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

button {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

dd,
dt,
td,
th,
ol,
ul,
p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  dd,
dt,
td,
th,
ol,
ul,
p {
    font-size: 3.2vw;
  }
}

td dl,
td ul,
td ol,
td td,
td th,
td p,
td li,
dd dd,
dd dt,
dd p,
dd li,
dd ul,
dd ol,
li th,
li td,
li table,
li dd,
li dt,
li ol,
li ul,
ol li,
ul li,
li p {
  font-size: 1em;
}

ol,
ul {
  list-style: none;
}

a {
  color: var(--color-link);
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
  a:hover img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

address {
  font-style: normal;
}

/* google chrome input button padding */
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button, button {
  padding: 1px 6px;
}

input[type=checkbox] {
  margin: 0;
}

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

.img-box {
  font-size: 0;
  line-height: 0;
}

.wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .wrap {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
    width: auto;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

sup {
  font-size: 1.2rem;
  font-weight: normal;
  vertical-align: top;
}

.text-bold,
strong {
  font-weight: bold;
}

html {
  overflow: hidden visible;
  height: 100%;
}

body {
  height: 100%;
}

.text-small {
  font-size: 0.8em;
}

.text-large {
  font-size: 2.4em;
}

.text-underline {
  text-decoration: underline;
}

.text-italic {
  font-style: italic;
}

video {
  outline: none;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.text-red {
  color: var(--color-red) !important;
}

.text-black {
  color: var(--color-black) !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

:root {
  --sideberSize: 320px;
}
@media (max-width: 1080px) {
  :root {
    --sideberSize: 240px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?g02cxl");
  src: url("../fonts/icomoon.eot?g02cxl#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?g02cxl") format("truetype"), url("../fonts/icomoon.woff?g02cxl") format("woff"), url("../fonts/icomoon.svg?g02cxl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cart:before {
  content: "\e900";
  color: #767676;
}

.icon-instagram:before {
  content: "\e901";
  color: #767676;
}

.icon-line:before {
  content: "\e902";
  color: #767676;
}

/* ---------------------------------------------------------

■■■ PC SP ■■■■■■■■■■

--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  img.sp,
br.sp,
span.sp,
.sp {
    display: none !important;
  }
  br.sp {
    width: 0 !important;
  }
  .pc {
    display: block !important;
  }
  span.pc,
img.pc,
br.pc {
    display: inline !important;
  }
  th.pc,
td.pc {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  th.pc,
td.pc,
span.pc,
br.pc,
img.pc,
.pc {
    display: none !important;
  }
  img.sp,
br.sp,
span.sp {
    display: inline !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

/* f-move-top
========================================================================== */
.f-move-top {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.f-move-top.--delay {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.f-move-top.--delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .f-move-top.--delay2, .f-move-top.--delay {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.f-move-top.--move {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* c-btn
========================================================================== */
.c-btn {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 5.0666666667vw;
  }
}
.c-btn > a {
  background-color: #ff4d9a;
  color: #fff;
  display: block;
  padding: 32px;
  text-align: center;
  text-decoration: none;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-btn > a::after {
  background: url(../img/icon-arrow-right.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 20px;
  width: 12px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn > a {
    padding: 5.3333333333vw;
  }
  .c-btn > a::after {
    height: 3.6vw;
    width: 2.2666666667vw;
    right: 7.4666666667vw;
  }
}
@media (hover: hover) {
  .c-btn > a:hover {
    background-color: #ff2e89;
  }
  .c-btn > a:hover::after {
    right: 30px;
  }
}
.c-btn.--play > a::after {
  content: none;
}
.c-btn.--play > a > span {
  display: inline-block;
  padding-left: 36px;
  position: relative;
}
.c-btn.--play > a > span::before {
  background: url(../img/icon-arrow-triangle.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 23px;
  width: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn.--play > a > span {
    padding-left: 7.8666666667vw;
  }
  .c-btn.--play > a > span::before {
    height: 5.0666666667vw;
    width: 4.6666666667vw;
  }
}
@media (hover: hover) {
  .c-btn.--play > a:hover > span::before {
    left: 5px;
  }
}

/* c-caution
========================================================================== */
.c-caution {
  font-size: 12px;
  line-height: 1.3333333333;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-caution {
    font-size: 2.6666666667vw;
  }
}

/* c-bg
========================================================================== */
.c-bg {
  background: #343434;
  padding-bottom: 90px;
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .c-bg {
    padding-bottom: 10.6666666667vw;
    padding-top: 10.6666666667vw;
  }
}

/* c-content-title
========================================================================== */
.c-content-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
  font-weight: 700;
  gap: 0 15px;
  line-height: 1.1;
  margin-bottom: 12px;
}
.c-content-title > span {
  background-color: #fff;
  border-radius: 5px;
  color: #000;
  font-size: 15px;
  padding: 4px 9px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-content-title {
    font-size: 4vw;
    gap: 0 1.6vw;
    margin-bottom: 2.6666666667vw;
  }
  .c-content-title > span {
    border-radius: 0.6666666667vw;
    font-size: 2.2666666667vw;
    padding: 0.8vw 1.3333333333vw;
  }
}

/* c-modal
========================================================================== */
.c-modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  --height: -webkit-calc(100dvh - 100px);
  --height: calc(100dvh - 100px);
  --sp-height: -webkit-calc(100dvh - 100px);
  --sp-height: calc(100dvh - 100px);
  --margin: 2vh;
}
.c-modal.--active {
  opacity: 1;
  pointer-events: all;
}
.c-modal::before {
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}
.c-modal .c-modal_wrapper {
  max-height: var(--height);
  margin: 0 auto;
  max-width: 750px;
  pointer-events: none;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-modal .c-modal_wrapper {
    max-height: 100dvh;
  }
}
.c-modal .c-modal_container {
  background-color: #181818;
  border-radius: 10px;
  max-height: var(--height);
  overflow: hidden;
  padding: 40px;
  pointer-events: all;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-modal .c-modal_container {
    border-radius: 0;
    padding: 4.8vw;
    max-height: 100dvh;
  }
}
.c-modal .c-modal_box {
  max-height: -webkit-calc(var(--height) - 80px);
  max-height: calc(var(--height) - 80px);
  overflow: hidden auto;
}
@media screen and (max-width: 767px) {
  .c-modal .c-modal_box {
    max-height: -webkit-calc(100dvh - 9.6vw);
    max-height: calc(100dvh - 9.6vw);
    padding-bottom: 12vw;
    padding-top: 4vw;
  }
}
.c-modal .c-modal_box::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
@media screen and (max-width: 767px) {
  .c-modal .c-modal_box::-webkit-scrollbar {
    height: 5px;
    width: 5px;
  }
}
.c-modal .c-modal_box::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  cursor: -webkit-grab;
  cursor: grab;
}
@media screen and (min-width: 768px) {
  .c-modal .c-modal_box::-webkit-scrollbar-thumb:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
}
@media (hover: hover) {
  .c-modal .c-modal_box::-webkit-scrollbar-thumb:hover {
    background: rgba(51, 51, 51, 0.5);
  }
}
.c-modal .c-modal_box::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
.c-modal .c-modal_box .c-modal_img {
  height: 258px;
  margin-bottom: 28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-modal .c-modal_box .c-modal_img {
    height: 51.7333333333vw;
    margin-bottom: 3.7333333333vw;
  }
}
.c-modal .c-modal_box .c-modal_img img {
  height: 100%;
  max-width: initial;
  width: auto;
}
.c-modal .c-modal_box .c-modal_title {
  display: table;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .c-modal .c-modal_box .c-modal_title {
    font-size: 3.7333333333vw;
  }
}
.c-modal .c-modal_box .c-modal_product-id {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.c-modal .c-modal_box .c-modal_product-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-modal .c-modal_box .c-modal_product-title {
    font-size: 4vw;
    margin-bottom: 2.4vw;
  }
}
.c-modal .c-modal_box .c-modal_text {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-modal .c-modal_box .c-modal_text {
    font-size: 3.7333333333vw;
  }
}
.c-modal .c-modal_box .p-trial {
  padding-bottom: 50px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-modal .c-modal_box .p-trial {
    padding-bottom: 6.6666666667vw;
    padding-top: 5.3333333333vw;
  }
  .c-modal .c-modal_box .p-trial .p-trial_inner {
    padding: 0;
  }
}
.c-modal .c-modal_bg {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.c-modal .c-modal_bg img {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  height: 200%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 200%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-modal .c-modal_bg::after {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #181818), to(rgba(24, 24, 24, 0)));
  background: -webkit-linear-gradient(bottom, #181818 20%, rgba(24, 24, 24, 0));
  background: linear-gradient(0deg, #181818 20%, rgba(24, 24, 24, 0));
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-modal .c-modal_close {
  background-color: #5c5c5c;
  border-radius: 50%;
  cursor: pointer;
  height: 46px;
  pointer-events: all;
  width: 46px;
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 10;
}
.c-modal .c-modal_close::after, .c-modal .c-modal_close::before {
  background-color: #fff;
  border-radius: 2px;
  content: "";
  height: 2px;
  width: 20px;
  position: absolute;
  left: 28.2608695652%;
  top: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-modal .c-modal_close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-modal .c-modal_close {
    height: 6.4vw;
    width: 6.4vw;
    right: 2.6666666667vw;
    top: 2.4vw;
  }
  .c-modal .c-modal_close::after, .c-modal .c-modal_close::before {
    height: 2px;
    left: 27%;
    top: 47%;
    width: 3.2vw;
  }
}
.c-modal.--image .c-modal_wrapper {
  max-width: 1040px;
}
.c-modal.--image .c-modal_container {
  border-radius: 0;
  padding: 0;
}
.c-modal.--image .c-modal_image-box {
  overflow: auto;
}
.c-modal.--image .c-modal_image-box figure {
  min-width: 1040px;
}
.c-modal.--image .c-modal_image-box figure img {
  max-width: 100%;
}

/* swiper
========================================================================== */
.swiper .swiper-controls {
  pointer-events: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.swiper .swiper-controls .swiper-button-next,
.swiper .swiper-controls .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  height: 80px;
  margin: 0;
  pointer-events: all;
  width: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .swiper .swiper-controls .swiper-button-next,
.swiper .swiper-controls .swiper-button-prev {
    display: none;
  }
}
.swiper .swiper-controls .swiper-button-next::before,
.swiper .swiper-controls .swiper-button-prev::before {
  background: url(../img/icon-arrow-right.png);
  background-size: 100% 100%;
  content: "";
  height: 18px;
  width: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.swiper .swiper-controls .swiper-button-next::after,
.swiper .swiper-controls .swiper-button-prev::after {
  content: none;
}
.swiper .swiper-controls .swiper-button-next.swiper-button-disabled,
.swiper .swiper-controls .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.swiper .swiper-controls .swiper-button-prev {
  left: 6px;
}
.swiper .swiper-controls .swiper-button-prev::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
.swiper .swiper-controls .swiper-button-next {
  right: 6px;
}

body {
  background: #000;
}

/* l-container
========================================================================== */
.l-container {
  overflow-x: hidden;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-top: 9.3333333333vw;
  }
}

/* l-header
========================================================================== */
.l-header {
  background-color: #000;
  border-bottom: 2px solid #4a4a4a;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-header {
    border-bottom-width: 0.2666666667vw;
  }
}
.l-header .l-header_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .l-header .l-header_inner {
    height: 9.3333333333vw;
    padding: 0 1.8666666667vw 0 2.9333333333vw;
  }
}
.l-header .logo {
  width: 238px;
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    width: 37.0666666667vw;
  }
}
.l-header .l-header_btn {
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .l-header .l-header_btn {
    font-size: 2.8vw;
  }
}
.l-header .l-header_btn > a {
  background-color: #ff4d9a;
  color: #fff;
  display: block;
  padding: 10px 24px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .l-header .l-header_btn > a:hover {
    background-color: #ff2e89;
  }
}
@media screen and (max-width: 767px) {
  .l-header .l-header_btn > a {
    padding: 1.8666666667vw 4vw;
  }
}

/* l-footer
========================================================================== */
.l-footer {
  padding-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 56px;
  }
}
.l-footer .logo {
  margin-bottom: 30px;
}
.l-footer .logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 238px;
}
@media screen and (max-width: 767px) {
  .l-footer .logo {
    margin-bottom: 28px;
  }
}
.l-footer .copyright {
  color: #f5f5f5;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer .copyright {
    font-size: 10px;
  }
}

/* p-main-visual
========================================================================== */
.p-main-visual {
  background: url(../img/kv_bg.jpg) repeat-x 50% 0 #fff;
  background-size: contain;
  color: #000;
  padding-bottom: 64px;
  width: 100%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-main-visual {
    background: none;
    padding-bottom: 0;
  }
}
.p-main-visual .p-main-visual_title {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 0;
}
.p-main-visual .p-main-visual_title img {
  max-width: 1182px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-main-visual .p-main-visual_title {
    position: static;
  }
  .p-main-visual .p-main-visual_title img {
    max-width: 100%;
  }
}
.p-main-visual .p-main-visual_subtitle {
  color: #000;
  margin-bottom: 18px;
  text-align: center;
}
.p-main-visual .p-main-visual_subtitle > span {
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: 0.04em;
}
.p-main-visual .p-main-visual_subtitle > span > b {
  font-family: "din-condensed", "Noto Sans JP", sans-serif;
  font-size: 1.4em;
  font-weight: 900;
  letter-spacing: 0;
  margin-left: 0.1em;
  margin-right: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-main-visual .p-main-visual_subtitle {
    margin-bottom: 0;
    width: 69.0666666667vw;
    position: absolute;
    left: 50%;
    top: 71.3333333333vw;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-main-visual .p-main-visual_subtitle > span {
    font-size: 4vw;
    margin-top: 1.7333333333vw;
  }
}
.p-main-visual .p-trial {
  padding-bottom: 0;
  padding-top: 240px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-main-visual .p-trial {
    padding-top: 8vw;
    position: static;
  }
}

/* p-trial
========================================================================== */
.p-trial {
  color: #fff;
  padding-bottom: 75px;
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  .p-trial {
    padding-bottom: 12vw;
    padding-top: 12vw;
  }
}
.p-trial .p-trial_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 484px;
}
@media screen and (max-width: 767px) {
  .p-trial .p-trial_inner {
    max-width: initial;
  }
}
.p-trial .p-trial_title {
  margin-bottom: 44px;
  text-align: center;
}
.p-trial .p-trial_title > span {
  display: block;
  font-size: 26px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-trial .p-trial_title {
    margin-bottom: 6.6666666667vw;
  }
  .p-trial .p-trial_title > span {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-trial .p-trial_subtitle {
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-trial .p-trial_subtitle {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-trial .p-trial_catch {
  display: table;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 auto 18px;
  padding-left: 36px;
  padding-right: 36px;
  position: relative;
}
.p-trial .p-trial_catch::before, .p-trial .p-trial_catch::after {
  background-color: #fff;
  border-radius: 2px;
  content: "";
  height: 36px;
  width: 3px;
  position: absolute;
  top: 0.2em;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.p-trial .p-trial_catch::before {
  left: 0;
  -webkit-transform: rotate(-26deg);
      -ms-transform: rotate(-26deg);
          transform: rotate(-26deg);
}
.p-trial .p-trial_catch::after {
  right: 0;
  -webkit-transform: rotate(26deg);
      -ms-transform: rotate(26deg);
          transform: rotate(26deg);
}
.p-trial .p-trial_catch > span {
  color: #ffe53d;
  font-size: 31px;
}
.p-trial .p-trial_catch sub {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-trial .p-trial_catch {
    font-size: 4vw;
    margin-bottom: 2.4vw;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
  .p-trial .p-trial_catch::before, .p-trial .p-trial_catch::after {
    height: 90%;
    width: 2px;
  }
  .p-trial .p-trial_catch > span {
    font-size: 5.7333333333vw;
  }
  .p-trial .p-trial_catch sub {
    font-size: 2.8vw;
  }
}
.p-trial .p-trial_close {
  font-size: 14px;
  line-height: 1.1;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 146px;
}
.p-trial .p-trial_close > a {
  border: 1px solid #fff;
  border-radius: 7px;
  color: #fff;
  display: inline-block;
  padding: 7px;
  text-decoration: none;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (hover: hover) {
  .p-trial .p-trial_close > a:hover {
    background-color: #fff;
    color: var(--color-black);
  }
}
@media screen and (max-width: 767px) {
  .p-trial .p-trial_close {
    font-size: 3.2vw;
    width: 21.7333333333vw;
  }
  .p-trial .p-trial_close > a {
    border-radius: 0.6666666667vw;
    padding: 1.0666666667vw;
  }
}
.p-trial .c-btn {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-trial .c-btn {
    margin-bottom: 4.5333333333vw;
  }
}
.p-trial .c-btn:last-child {
  margin-bottom: 0;
}
.p-trial .c-caution {
  margin-bottom: 48px;
}
.p-trial .c-caution:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-trial .c-caution {
    margin-bottom: 7.4666666667vw;
  }
}
.p-trial.js-menu-box {
  background-color: #181818;
  opacity: 0;
  padding-bottom: 1px;
  padding-top: 1px;
  pointer-events: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 72px;
  z-index: 100;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s ease;
  transition: opacity 0.3s, -webkit-transform 0.5s ease;
  transition: opacity 0.3s, transform 0.5s ease;
  transition: opacity 0.3s, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-trial.js-menu-box .p-trial_inner {
  margin-bottom: 34px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-trial.js-menu-box {
    height: -webkit-calc(100% - 9.3333333333vw);
    height: calc(100% - 9.3333333333vw);
    overflow: hidden auto;
    top: 9.3333333333vw;
  }
  .p-trial.js-menu-box .p-trial_inner {
    margin-bottom: 4.8vw;
    margin-top: 7.7333333333vw;
  }
}
.p-trial.js-menu-box.--active {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .p-trial.--pc-black {
    color: #000;
  }
  .p-trial.--pc-black .p-trial_catch::after, .p-trial.--pc-black .p-trial_catch::before {
    background-color: #000;
  }
  .p-trial.--pc-black .p-trial_catch > span {
    color: #000;
  }
}

/* p-products
========================================================================== */
.p-products {
  padding: 75px 30px 0;
}
.p-products + .p-products {
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-products {
    padding: 10.6666666667vw 4.8vw 0;
  }
  .p-products + .p-products {
    padding-top: 6.4vw;
  }
}
.p-products:not(.--label) .p-products_slider {
  overflow: visible;
}
.p-products:not(.--label) .swiper-button-prev {
  left: -24px;
}
.p-products:not(.--label) .swiper-button-next {
  right: -24px;
}
@media screen and (max-width: 767px) {
  .p-products:not(.--label) .swiper-button-prev {
    left: -webkit-calc(-4.8vw + 6px);
    left: calc(-4.8vw + 6px);
  }
  .p-products:not(.--label) .swiper-button-next {
    right: -webkit-calc(-4.8vw + 6px);
    right: calc(-4.8vw + 6px);
  }
}
.p-products .p-products_item {
  cursor: -webkit-grab;
  cursor: grab;
  height: auto;
  width: 320px;
}
@media screen and (min-width: 768px) {
  .p-products .p-products_item:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
}
.p-products .p-products_item .p-products_item_title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 8px;
  max-height: 2.6em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-products .p-products_item figure {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  overflow: hidden;
  width: 320px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.p-products .p-products_item figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-products .p-products_item {
    width: 65.3333333333vw;
  }
  .p-products .p-products_item .p-products_item_title {
    font-size: 3.7333333333vw;
    margin-top: 2vw;
  }
  .p-products .p-products_item figure {
    height: 36.8vw;
    width: 65.3333333333vw;
  }
}
.p-products .swiper-controls {
  height: 180px;
}
@media screen and (max-width: 767px) {
  .p-products .swiper-controls {
    height: 36.8vw;
  }
}
.p-products.--label {
  padding-top: 75px;
}
.p-products.--label + .p-products {
  padding-top: 48px;
}
.p-products.--label .p-products_item {
  width: 185px;
}
.p-products.--label .p-products_item figure {
  height: 264px;
  width: 185px;
}
.p-products.--label .swiper-controls {
  height: 264px;
}
@media screen and (max-width: 767px) {
  .p-products.--label {
    padding-top: 6.4vw;
  }
  .p-products.--label + .p-products {
    padding-top: 6.4vw;
  }
  .p-products.--label .p-products_slider {
    overflow: visible;
  }
  .p-products.--label .p-products_item {
    width: 32.6666666667vw;
  }
  .p-products.--label .p-products_item figure {
    height: 46.6666666667vw;
    width: 32.6666666667vw;
  }
  .p-products.--label .swiper-controls {
    height: 46.6666666667vw;
  }
}

/* p-sponsor
========================================================================== */
.p-sponsor {
  padding-top: 48px;
  text-align: center;
}
.p-sponsor .p-sponsor_img {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 50px;
}
@media screen and (max-width: 767px) {
  .p-sponsor {
    padding-top: 6.4vw;
  }
  .p-sponsor .p-sponsor_img {
    border-radius: 0.6666666667vw;
    padding: 3.7333333333vw 4vw;
  }
}

/* p-payment
========================================================================== */
.p-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 14px;
}
.p-payment .c-content-title {
  width: 100%;
}
.p-payment .p-payment_box {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 0 10px;
  text-align: center;
  width: -webkit-calc(50% - 7px);
  width: calc(50% - 7px);
}
@media screen and (max-width: 767px) {
  .p-payment {
    display: block;
  }
  .p-payment .p-payment_box {
    border-radius: 0.6666666667vw;
    overflow: hidden;
    margin-bottom: 1.3333333333vw;
    padding: 0.9333333333vw 0 0;
    width: 100%;
  }
  .p-payment .p-payment_box:last-child {
    margin-bottom: 0;
  }
}

/* p-faq
========================================================================== */
.p-faq {
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-top: 6.4vw;
  }
}
.p-faq .p-faq_list {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq_list {
    font-size: 2.9333333333vw;
  }
}
.p-faq .p-faq_list > li {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq_list > li {
    margin-bottom: 1.3333333333vw;
  }
}
.p-faq .p-faq_list > li:last-child {
  margin-bottom: 0;
}
.p-faq .p-faq_list .p-faq_list_title {
  background-color: #292929;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.4;
  padding: 30px 40px;
  position: relative;
}
.p-faq .p-faq_list .p-faq_list_title::before, .p-faq .p-faq_list .p-faq_list_title::after {
  background-color: #fff;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-faq .p-faq_list .p-faq_list_title::before {
  height: 3px;
  width: 21px;
  right: 38px;
}
.p-faq .p-faq_list .p-faq_list_title::after {
  height: 20px;
  width: 3px;
  right: 47px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-faq .p-faq_list .p-faq_list_title.--active::after {
  -webkit-transform: translateY(-50%) rotate(450deg) scale(0.3);
      -ms-transform: translateY(-50%) rotate(450deg) scale(0.3);
          transform: translateY(-50%) rotate(450deg) scale(0.3);
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq_list .p-faq_list_title {
    border-radius: 1.3333333333vw;
    padding: 4.5333333333vw 16vw 4.5333333333vw 4vw;
  }
  .p-faq .p-faq_list .p-faq_list_title::before {
    height: 0.5333333333vw;
    width: 2.6666666667vw;
    right: 4vw;
  }
  .p-faq .p-faq_list .p-faq_list_title::after {
    height: 2.6666666667vw;
    width: 0.5333333333vw;
    right: 5.0666666667vw;
  }
}
.p-faq .p-faq_list .p-faq_list_text {
  display: none;
  padding: 20px 40px 0;
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq_list .p-faq_list_text {
    padding: 2.6666666667vw 4vw 2.6666666667vw;
  }
}
.p-faq .p-faq_list .p-faq_list_text p {
  letter-spacing: 0.025em;
  line-height: 1.875;
  margin-top: 1em;
}
.p-faq .p-faq_list .p-faq_list_text p:first-child {
  margin-top: 0;
}
.p-faq .p-faq_list .p-faq_list_text p + figure.--exp {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq_list .p-faq_list_text p + figure.--exp {
    margin-top: 1.6vw;
  }
}
.p-faq .p-faq_list .p-faq_list_text dl {
  margin-top: 1em;
}
.p-faq .p-faq_list .p-faq_list_text dl:first-child {
  margin-top: 0;
}
.p-faq .p-faq_list .p-faq_list_text dl dt {
  border-left: 5px solid #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  padding-left: 9px;
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq_list .p-faq_list_text dl dt {
    border-left-width: 0.6666666667vw;
    font-size: 2.6666666667vw;
    margin-bottom: 1.0666666667vw;
    padding-left: 1.2vw;
  }
}
.p-faq .p-faq_list .p-faq_list_text dl dd {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq_list .p-faq_list_text dl dd {
    margin-bottom: 2.6666666667vw;
  }
}
.p-faq .p-faq_list .p-faq_list_text dl dd:last-child {
  margin-bottom: 0;
}
.p-faq .p-faq_list .p-faq_list_text figure.--exp::before {
  background-color: #292929;
  content: "例";
  display: table;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.1;
  padding: 5px 5px 6px;
}
@media screen and (max-width: 767px) {
  .p-faq .p-faq_list .p-faq_list_text figure.--exp::before {
    font-size: 2.4vw;
    margin-bottom: 0;
    padding: 0.6666666667vw;
  }
}