﻿@font-face {
  font-family: 'jins';
  src:
    url('../fonts/JINS_NextRegular.woff') format('woff'),
    url('../fonts/JINS_NextRegular.ttf') format('truetype');
}

@font-face {
  font-family: JINS_NextLight;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/JINS_NextLight.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: JINS_NextRegular;
  font-style: normal;
  font-weight: 400;
  src:
    url('../fonts/JINS_NextRegular.woff') format('woff'),
    url('../fonts/JINS_NextRegular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: JINS_NextMedium;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/JINS_NextMedium.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: JINS_NextBold;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/JINS_NextBold.otf') format('opentype');
  font-display: swap;
}

.fontJinsNextLight,
.font-jins-next-light {
  font-family: JINS_NextLight, sans-serif;
}

.fontJinsNextRegular,
.font-jins-next-regular {
  font-family: JINS_NextRegular, sans-serif;
}

.fontJinsNextMedium,
.font-jins-next-medium {
  font-family: JINS_NextMedium, sans-serif;
}

.fontJinsNextBold,
.font-jins-next-bold {
  font-family: JINS_NextBold, sans-serif;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}
mark {
  font-style: italic;
  font-weight: bold;
  color: #000;
  background-color: #ff9;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
}
input,
select {
  vertical-align: middle;
}
.fi {
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  transform: translate(0, 30px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fi.active {
  opacity: 1;
  transform: translate(0, 0);
}
@-webkit-keyframes scale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    opacity: 0.7;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    opacity: 0.7;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite
    cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite
    cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.ball-pulse > div {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 2px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}
.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
}
.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}
.ball-pulse-sync > div {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 2px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-scale > div {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 2px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-scale > div {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 2px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ball-scale-random {
  width: 37px;
  height: 40px;
}
.ball-scale-random > div {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 2px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ball-scale-random > div:nth-child(1) {
  margin-left: -7px;
  -webkit-animation: ball-scale 1s 0.2s ease-in-out infinite;
  animation: ball-scale 1s 0.2s ease-in-out infinite;
}
.ball-scale-random > div:nth-child(3) {
  margin-top: 9px;
  margin-left: -2px;
  -webkit-animation: ball-scale 1s 0.5s ease-in-out infinite;
  animation: ball-scale 1s 0.5s ease-in-out infinite;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ball-rotate {
  position: relative;
}
.ball-rotate > div {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 2px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ball-rotate > div:first-child {
  -webkit-animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
  animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
}
.ball-rotate > div:before,
.ball-rotate > div:after {
  position: absolute;
  width: 15px;
  height: 15px;
  margin: 2px;
  content: '';
  background-color: #fff;
  border-radius: 100%;
  opacity: 0.8;
}
.ball-rotate > div:before {
  top: 0px;
  left: -28px;
}
.ball-rotate > div:after {
  top: 0px;
  left: 25px;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ball-clip-rotate > div {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 2px;
  background: transparent !important;
  background-color: #fff;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-radius: 100%;
  -webkit-animation: rotate 0.75s 0s linear infinite;
  animation: rotate 0.75s 0s linear infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-clip-rotate-pulse {
  position: relative;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.ball-clip-rotate-pulse > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%;
}
.ball-clip-rotate-pulse > div:first-child {
  top: 7px;
  left: -7px;
  width: 16px;
  height: 16px;
  background: #fff;
  -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
.ball-clip-rotate-pulse > div:last-child {
  position: absolute;
  top: -2px;
  left: -16px;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 2px solid #fff;
  border: 2px solid;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
.ball-clip-rotate-multiple {
  position: relative;
}
.ball-clip-rotate-multiple > div {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 35px;
  height: 35px;
  border: 2px solid #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 100%;
  -webkit-animation: rotate 1s 0s ease-in-out infinite;
  animation: rotate 1s 0s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ball-clip-rotate-multiple > div:last-child {
  top: -10px;
  left: -10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-color: #000 transparent #000 transparent;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
@-webkit-keyframes ball-scale-ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple > div {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-animation: ball-scale-ripple 1s 0s infinite
    cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple 1s 0s infinite
    cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}
.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ball-scale-ripple-multiple > div {
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite
    cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite
    cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-beat > div {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 2px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important;
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ball-scale-multiple > div {
  position: absolute;
  top: 0px;
  left: -30px;
  width: 60px;
  height: 60px;
  margin: 2px;
  margin: 0;
  background-color: #fff;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
.ball-triangle-path {
  position: relative;
  -webkit-transform: translate(-29.994px, -37.50938px);
  transform: translate(-29.994px, -37.50938px);
}
.ball-triangle-path > div:nth-child(1) {
  -webkit-animation-name: ball-triangle-path-1;
  animation-name: ball-triangle-path-1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.ball-triangle-path > div:nth-child(2) {
  -webkit-animation-name: ball-triangle-path-2;
  animation-name: ball-triangle-path-2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.ball-triangle-path > div:nth-child(3) {
  -webkit-animation-name: ball-triangle-path-3;
  animation-name: ball-triangle-path-3;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.ball-triangle-path > div {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ball-triangle-path > div:nth-of-type(1) {
  top: 50px;
}
.ball-triangle-path > div:nth-of-type(2) {
  left: 25px;
}
.ball-triangle-path > div:nth-of-type(3) {
  top: 50px;
  left: 50px;
}
@-webkit-keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-transform: scale(1);
    transform: translateY(0);
    transform: scale(1);
  }
}
@keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-transform: scale(1);
    transform: translateY(0);
    transform: scale(1);
  }
}
@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: translateY(0);
    transform: scale(0.75);
  }
}
@keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: translateY(0);
    transform: scale(0.75);
  }
}
.ball-pulse-rise > div {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 2px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ball-pulse-rise > div:nth-child(2n) {
  -webkit-animation-name: ball-pulse-rise-even;
  animation-name: ball-pulse-rise-even;
}
.ball-pulse-rise > div:nth-child(2n-1) {
  -webkit-animation-name: ball-pulse-rise-odd;
  animation-name: ball-pulse-rise-odd;
}
@-webkit-keyframes ball-grid-beat {
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ball-grid-beat {
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.ball-grid-beat {
  width: 57px;
}
.ball-grid-beat > div:nth-child(1) {
  -webkit-animation-duration: 1.45s;
  animation-duration: 1.45s;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.ball-grid-beat > div:nth-child(2) {
  -webkit-animation-duration: 0.97s;
  animation-duration: 0.97s;
  -webkit-animation-delay: -0.02s;
  animation-delay: -0.02s;
}
.ball-grid-beat > div:nth-child(3) {
  -webkit-animation-duration: 1.23s;
  animation-duration: 1.23s;
  -webkit-animation-delay: 0.66s;
  animation-delay: 0.66s;
}
.ball-grid-beat > div:nth-child(4) {
  -webkit-animation-duration: 1.24s;
  animation-duration: 1.24s;
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}
.ball-grid-beat > div:nth-child(5) {
  -webkit-animation-duration: 1.13s;
  animation-duration: 1.13s;
  -webkit-animation-delay: -0.19s;
  animation-delay: -0.19s;
}
.ball-grid-beat > div:nth-child(6) {
  -webkit-animation-duration: 1.42s;
  animation-duration: 1.42s;
  -webkit-animation-delay: 0.69s;
  animation-delay: 0.69s;
}
.ball-grid-beat > div:nth-child(7) {
  -webkit-animation-duration: 1.14s;
  animation-duration: 1.14s;
  -webkit-animation-delay: 0.58s;
  animation-delay: 0.58s;
}
.ball-grid-beat > div:nth-child(8) {
  -webkit-animation-duration: 1.17s;
  animation-duration: 1.17s;
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
}
.ball-grid-beat > div:nth-child(9) {
  -webkit-animation-duration: 0.65s;
  animation-duration: 0.65s;
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
}
.ball-grid-beat > div {
  display: inline-block;
  float: left;
  width: 15px;
  height: 15px;
  margin: 2px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation-name: ball-grid-beat;
  animation-name: ball-grid-beat;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-grid-pulse {
  width: 57px;
}
.ball-grid-pulse > div:nth-child(1) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
}
.ball-grid-pulse > div:nth-child(2) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}
.ball-grid-pulse > div:nth-child(3) {
  -webkit-animation-duration: 0.63s;
  animation-duration: 0.63s;
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}
.ball-grid-pulse > div:nth-child(4) {
  -webkit-animation-duration: 1.24s;
  animation-duration: 1.24s;
  -webkit-animation-delay: -0.03s;
  animation-delay: -0.03s;
}
.ball-grid-pulse > div:nth-child(5) {
  -webkit-animation-duration: 1.37s;
  animation-duration: 1.37s;
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
}
.ball-grid-pulse > div:nth-child(6) {
  -webkit-animation-duration: 1.55s;
  animation-duration: 1.55s;
  -webkit-animation-delay: 0.43s;
  animation-delay: 0.43s;
}
.ball-grid-pulse > div:nth-child(7) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.ball-grid-pulse > div:nth-child(8) {
  -webkit-animation-duration: 0.97s;
  animation-duration: 0.97s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.ball-grid-pulse > div:nth-child(9) {
  -webkit-animation-duration: 0.63s;
  animation-duration: 0.63s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.ball-grid-pulse > div {
  display: inline-block;
  float: left;
  width: 15px;
  height: 15px;
  margin: 2px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation-name: ball-grid-pulse;
  animation-name: ball-grid-pulse;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px;
}
.ball-spin-fade-loader > div:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
  animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
  animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
  animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
  animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
  animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
  animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
  animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}
.ball-spin-fade-loader > div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
  animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}
.ball-spin-fade-loader > div {
  position: absolute;
  width: 15px;
  height: 15px;
  margin: 2px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes ball-spin-loader {
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ball-spin-loader {
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.ball-spin-loader {
  position: relative;
}
.ball-spin-loader > span:nth-child(1) {
  top: 45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
  animation: ball-spin-loader 2s 0.9s infinite linear;
}
.ball-spin-loader > span:nth-child(2) {
  top: 30.68182px;
  left: 30.68182px;
  -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
  animation: ball-spin-loader 2s 1.8s infinite linear;
}
.ball-spin-loader > span:nth-child(3) {
  top: 0;
  left: 45px;
  -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
  animation: ball-spin-loader 2s 2.7s infinite linear;
}
.ball-spin-loader > span:nth-child(4) {
  top: -30.68182px;
  left: 30.68182px;
  -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
  animation: ball-spin-loader 2s 3.6s infinite linear;
}
.ball-spin-loader > span:nth-child(5) {
  top: -45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
  animation: ball-spin-loader 2s 4.5s infinite linear;
}
.ball-spin-loader > span:nth-child(6) {
  top: -30.68182px;
  left: -30.68182px;
  -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
  animation: ball-spin-loader 2s 5.4s infinite linear;
}
.ball-spin-loader > span:nth-child(7) {
  top: 0;
  left: -45px;
  -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
  animation: ball-spin-loader 2s 6.3s infinite linear;
}
.ball-spin-loader > span:nth-child(8) {
  top: 30.68182px;
  left: -30.68182px;
  -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
  animation: ball-spin-loader 2s 7.2s infinite linear;
}
.ball-spin-loader > div {
  position: absolute;
  width: 15px;
  height: 15px;
  background: green;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ball-zig-zag {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}
.ball-zig-zag > div {
  position: absolute;
  top: 4px;
  left: -7px;
  width: 15px;
  height: 15px;
  margin: 2px;
  margin-left: 15px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ball-zig-zag > div:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear;
}
.ball-zig-zag > div:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear;
}
@-webkit-keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ball-zig-zag-deflect {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}
.ball-zig-zag-deflect > div {
  position: absolute;
  top: 4px;
  left: -7px;
  width: 15px;
  height: 15px;
  margin: 2px;
  margin-left: 15px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ball-zig-zag-deflect > div:first-child {
  -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
  animation: ball-zig-deflect 1.5s 0s infinite linear;
}
.ball-zig-zag-deflect > div:last-child {
  -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
  animation: ball-zag-deflect 1.5s 0s infinite linear;
}
@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite
    cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite
    cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite
    cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite
    cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite
    cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}
.line-scale > div {
  display: inline-block;
  width: 4px;
  height: 35px;
  margin: 2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.line-scale-party > div:nth-child(1) {
  -webkit-animation-duration: 0.54s;
  animation-duration: 0.54s;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.line-scale-party > div:nth-child(2) {
  -webkit-animation-duration: 1.15s;
  animation-duration: 1.15s;
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}
.line-scale-party > div:nth-child(3) {
  -webkit-animation-duration: 0.77s;
  animation-duration: 0.77s;
  -webkit-animation-delay: 0.04s;
  animation-delay: 0.04s;
}
.line-scale-party > div:nth-child(4) {
  -webkit-animation-duration: 0.61s;
  animation-duration: 0.61s;
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
}
.line-scale-party > div {
  display: inline-block;
  width: 4px;
  height: 35px;
  margin: 2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-animation-name: line-scale-party;
  animation-name: line-scale-party;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale-pulse-out > div {
  display: inline-block;
  width: 4px;
  height: 35px;
  margin: 2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite
    cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite
    cubic-bezier(0.85, 0.25, 0.37, 0.85);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.line-scale-pulse-out > div:nth-child(2),
.line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important;
}
.line-scale-pulse-out > div:nth-child(1),
.line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important;
}
@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale-pulse-out-rapid > div {
  display: inline-block;
  width: 4px;
  height: 35px;
  margin: 2px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 2px;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite
    cubic-bezier(0.11, 0.49, 0.38, 0.78);
  animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite
    cubic-bezier(0.11, 0.49, 0.38, 0.78);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.line-scale-pulse-out-rapid > div:nth-child(2),
.line-scale-pulse-out-rapid > div:nth-child(4) {
  -webkit-animation-delay: -0.25s !important;
  animation-delay: -0.25s !important;
}
.line-scale-pulse-out-rapid > div:nth-child(1),
.line-scale-pulse-out-rapid > div:nth-child(5) {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}
@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px;
}
.line-spin-fade-loader > div:nth-child(1) {
  top: 20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(2) {
  top: 13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(4) {
  top: -13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(5) {
  top: -20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(6) {
  top: -13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}
.line-spin-fade-loader > div:nth-child(8) {
  top: 13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}
.line-spin-fade-loader > div {
  position: absolute;
  width: 5px;
  height: 15px;
  margin: 2px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
.triangle-skew-spin > div {
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  -webkit-animation: triangle-skew-spin 3s 0s
    cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9)
    infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
.square-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9)
    infinite;
  animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}
@-webkit-keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px);
  }
}
@keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px);
  }
}
.pacman {
  position: relative;
}
.pacman > div:nth-child(2) {
  -webkit-animation: pacman-balls 1s -0.99s infinite linear;
  animation: pacman-balls 1s -0.99s infinite linear;
}
.pacman > div:nth-child(3) {
  -webkit-animation: pacman-balls 1s -0.66s infinite linear;
  animation: pacman-balls 1s -0.66s infinite linear;
}
.pacman > div:nth-child(4) {
  -webkit-animation: pacman-balls 1s -0.33s infinite linear;
  animation: pacman-balls 1s -0.33s infinite linear;
}
.pacman > div:nth-child(5) {
  -webkit-animation: pacman-balls 1s 0s infinite linear;
  animation: pacman-balls 1s 0s infinite linear;
}
.pacman > div:first-of-type {
  position: relative;
  left: -30px;
  width: 0px;
  height: 0px;
  border-top: 25px solid #fff;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #fff;
  border-left: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
  animation: rotate_pacman_half_up 0.5s 0s infinite;
}
.pacman > div:nth-child(2) {
  position: relative;
  left: -30px;
  width: 0px;
  height: 0px;
  margin-top: -50px;
  border-top: 25px solid #fff;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #fff;
  border-left: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
  animation: rotate_pacman_half_down 0.5s 0s infinite;
}
.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
  position: absolute;
  top: 25px;
  left: 70px;
  width: 10px;
  height: 10px;
  margin: 2px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-transform: translate(0, -6.25px);
  transform: translate(0, -6.25px);
}
@-webkit-keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.cube-transition {
  position: relative;
  -webkit-transform: translate(-25px, -25px);
  transform: translate(-25px, -25px);
}
.cube-transition > div {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
  animation: cube-transition 1.6s 0s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.cube-transition > div:last-child {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden;
}
.semi-circle-spin > div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    transparent 0%,
    transparent 70%,
    #fff 30%,
    #fff 100%
  );
  border-width: 0px;
  border-radius: 100%;
  -webkit-animation: spin-rotate 0.6s 0s infinite linear;
  animation: spin-rotate 0.6s 0s infinite linear;
}
@font-face {
  font-family: 'slick';
  font-style: normal;
  font-weight: normal;
  src: url('/fonts/slick.eot');
  src:
    url('/fonts/slick.eot?#iefix') format('embedded-opentype'),
    url('/fonts/slick.woff') format('woff'),
    url('/fonts/slick.ttf') format('truetype'),
    url('/fonts/slick.svg#slick') format('svg');
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  width: 2.4vw;
  max-width: 20px;
  height: 4.6vw;
  max-height: 30px;
  padding: 0;
  font-size: 0px;
  line-height: 0px;
  color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  background: transparent;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  border: none;
  outline: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: clamp(-30px, -2vw, -20px);
}
[dir='rtl'] .slick-prev {
  right: clamp(-30px, -2vw, -20px);
  left: auto;
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: clamp(-30px, -2vw, -20px);
}
[dir='rtl'] .slick-next {
  right: auto;
  left: clamp(-30px, -2vw, -20px);
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
.slick-prev {
  background-image: url('../images/common/1x/arrow-left-pink.png');
}
.is-pink .slick-prev {
  background-image: url(../images/common/1x/arrow-left-pink.png);
}
.is-red .slick-prev {
  background-image: url(../images/common/1x/arrow-left-red.png);
}
.is-purple .slick-prev {
  background-image: url(../images/common/1x/arrow-left-purple.png);
}
.is-yellow .slick-prev {
  background-image: url(../images/common/1x/arrow-left-yellow.png);
}
.is-lightblue .slick-prev {
  background-image: url(../images/common/1x/arrow-left-lightblue.png);
}
.is-green .slick-prev {
  background-image: url(../images/common/1x/arrow-left-green.png);
}
.is-blue .slick-prev {
  background-image: url(../images/common/1x/arrow-left-blue.png);
}
.is-orange .slick-prev {
  background-image: url(../images/common/1x/arrow-left-orange.png);
}
.is-black .slick-prev {
  background-image: url(../images/common/1x/arrow-left-black.png);
}
.is-white .slick-prev {
  background-image: url(../images/common/1x/arrow-left-white.png);
}
.slick-next {
  background-image: url('../images/common/1x/arrow-right-pink.png');
}
.is-pink .slick-next {
  background-image: url(../images/common/1x/arrow-right-pink.png);
}
.is-red .slick-next {
  background-image: url(../images/common/1x/arrow-right-red.png);
}
.is-purple .slick-next {
  background-image: url(../images/common/1x/arrow-right-purple.png);
}
.is-yellow .slick-next {
  background-image: url(../images/common/1x/arrow-right-yellow.png);
}
.is-lightblue .slick-next {
  background-image: url(../images/common/1x/arrow-right-lightblue.png);
}
.is-green .slick-next {
  background-image: url(../images/common/1x/arrow-right-green.png);
}
.is-blue .slick-next {
  background-image: url(../images/common/1x/arrow-right-blue.png);
}
.is-orange .slick-next {
  background-image: url(../images/common/1x/arrow-right-orange.png);
}
.is-black .slick-next {
  background-image: url(../images/common/1x/arrow-right-black.png);
}
.is-white .slick-next {
  background-image: url(../images/common/1x/arrow-right-white.png);
}
.slick-dotted.slick-slider {
  margin-bottom: 35px;
}
.slick-dots {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  font-size: 0px;
  line-height: 0px;
  color: transparent;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: 'slick';
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  content: '•';
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
}
.is-pink .slick-dots li button:before {
  color: #ef889a;
}
.is-red .slick-dots li button:before {
  color: #eb5751;
}
.is-purple .slick-dots li button:before {
  color: #d0abcf;
}
.is-yellow .slick-dots li button:before {
  color: #fccf53;
}
.is-lightblue .slick-dots li button:before {
  color: #67c6df;
}
.is-green .slick-dots li button:before {
  color: #9bcb6c;
}
.is-blue .slick-dots li button:before {
  color: #78a0d4;
}
.is-orange .slick-dots li button:before {
  color: #f6ad41;
}
.is-black .slick-dots li button:before {
  color: #9e9e9f;
}
.is-white .slick-dots li button:before {
  color: #f3c7ca;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.is-pink .slick-dots li.slick-active button:before {
  color: #ef889a;
}
.is-red .slick-dots li.slick-active button:before {
  color: #eb5751;
}
.is-purple .slick-dots li.slick-active button:before {
  color: #d0abcf;
}
.is-yellow .slick-dots li.slick-active button:before {
  color: #fccf53;
}
.is-lightblue .slick-dots li.slick-active button:before {
  color: #67c6df;
}
.is-green .slick-dots li.slick-active button:before {
  color: #9bcb6c;
}
.is-blue .slick-dots li.slick-active button:before {
  color: #78a0d4;
}
.is-orange .slick-dots li.slick-active button:before {
  color: #f6ad41;
}
.is-black .slick-dots li.slick-active button:before {
  color: #9e9e9f;
}
.is-white .slick-dots li.slick-active button:before {
  color: #f3c7ca;
}
.slick-slider {
  position: relative;
  box-sizing: border-box;
  display: block;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.l-loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100lvh;
  pointer-events: none;
  background-size: cover;
  opacity: 0;
}
.l-loader.is-active {
  opacity: 1;
}
@keyframes dot_animation {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
}
@keyframes dot_animation2 {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes dot_animation3 {
  0% {
    opacity: 0;
  }
  74% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
}
.l-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}
.l-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-background {
    background-size: cover;
  }
}
.l-screen {
  position: absolute;
  top: 0;
  left: 50%;
  box-sizing: border-box;
  height: 100%;
  overflow: scroll;
  transform: translate(-50%, 0);
}
.l-screen.is-show {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 767px) {
  .l-screen--no-padding {
    padding: 0;
    padding-top: 80px;
  }
  .l-screen--opening {
    min-height: 100%;
    padding: 0;
  }
}
.c-grid {
  margin-bottom: clamp(20px, 10%, 60px);
}
.c-grid__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -1.65vw;
  margin-bottom: -1.65vw;
  margin-left: -1.65vw;
}
.c-grid__col--sm-1 {
  width: 8.33333%;
}
.c-grid__col--sm-2 {
  width: 16.66667%;
}
.c-grid__col--sm-3 {
  width: 25%;
}
.c-grid__col--sm-4 {
  width: 33.33333%;
}
.c-grid__col--sm-5 {
  width: 41.66667%;
}
.c-grid__col--sm-6 {
  width: 50%;
}
.c-grid__col--sm-7 {
  width: 58.33333%;
}
.c-grid__col--sm-8 {
  width: 66.66667%;
}
.c-grid__col--sm-9 {
  width: 75%;
}
.c-grid__col--sm-10 {
  width: 83.33333%;
}
.c-grid__col--sm-11 {
  width: 91.66667%;
}
.c-grid__col--sm-12 {
  width: 100%;
}
[class*='c-grid__col'] {
  box-sizing: border-box;
}
[class*='c-grid__col--sm'] {
  padding: 0 1.65vw;
  margin-bottom: 1.65vw;
}
@media screen and (min-width: 767px) {
  .c-grid__row {
    margin-right: -15px;
    margin-bottom: -15px;
    margin-left: -15px;
  }
  .c-grid__col--lg-1 {
    width: 8.33333%;
  }
  .c-grid__col--lg-2 {
    width: 16.66667%;
  }
  .c-grid__col--lg-3 {
    width: 25%;
  }
  .c-grid__col--lg-4 {
    width: 33.33333%;
  }
  .c-grid__col--lg-5 {
    width: 41.66667%;
  }
  .c-grid__col--lg-6 {
    width: 50%;
  }
  .c-grid__col--lg-7 {
    width: 58.33333%;
  }
  .c-grid__col--lg-8 {
    width: 66.66667%;
  }
  .c-grid__col--lg-9 {
    width: 75%;
  }
  .c-grid__col--lg-10 {
    width: 83.33333%;
  }
  .c-grid__col--lg-11 {
    width: 91.66667%;
  }
  .c-grid__col--lg-12 {
    width: 100%;
  }
  [class*='c-grid__col--lg'] {
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
.c-inner {
  width: 86%;
  margin: 0 auto;
}
.c-title {
  font-size: 5.5vw;
}
.c-text {
  margin-top: 1em;
  font-size: 3.8vw;
  line-height: 1.4;
}
.c-text--large {
  font-size: 5vw;
}
.c-button {
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  font-size: 4.5vw;
  line-height: 1;
  border-radius: 7.5vw;
}
.c-button--primary {
  color: #fff;
  background-color: #0b2241;
  border: 1px solid #0b2241;
}
.c-button--secondary {
  color: #000;
  background-color: #fff;
  border: 1px solid #0b2241;
}
.c-button--small {
  width: 80%;
  color: #fff;
  background-color: #0b2241;
  border: 1px solid #0b2241;
}
.c-button__item {
  margin-bottom: 10px;
}
.c-button__item:last-child {
  margin-bottom: 0;
}
.c-modal__wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.c-modal__wrap.is-active {
  pointer-events: all;
  animation-name: show;
  animation-duration: 0.7s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.c-modal__inner {
  box-sizing: border-box;
  width: 80vw;
  padding: 10% 5%;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.is-active .c-modal__inner {
  pointer-events: all;
  animation-name: vertical_show;
  animation-duration: 0.3s;
  animation-timing-function: ease;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes vertical_show {
  0% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
#js-show-preview {
  opacity: 1;
}
#js-show-preview:disabled {
  opacity: 0.5;
}
button {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.p-background-fixexd {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  background: url('../images/background.jpg') no-repeat center center fixed;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-background-fixexd {
    background: url('../images/background_sp.jpg') no-repeat center center;
  }
}
.contentContainer {
  position: relative;
  z-index: 1;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1a1a1c;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  :root {
    --kv-height: 149.48718vw;
  }
}
.p-special-button {
  position: fixed;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: rgba(222, 227, 246, 0.6);
  backdrop-filter: blur(2.06769px);
  border-color: #fff;
  border-style: solid;
  box-shadow: 1.37px 1.37px 2.75px 1.37px #0000000d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translateX(-100%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-special-button.is-show {
  transform: translateX(0);
}
.p-special-button:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-special-button {
    bottom: calc(17 / 390 * 100vw);
    width: calc(156 / 390 * 100vw);
    height: calc(51.4 / 390 * 100vw);
    padding-right: calc(12 / 390 * 100vw);
    margin-left: calc(-39 / 390 * 100vw);
    border-width: calc(0.55 / 390 * 100vw);
    border-radius: calc(25.7 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-special-button {
    bottom: calc(20 / 1366 * 100vw);
    width: calc(350 / 1366 * 100vw);
    height: calc(60 / 1366 * 100vw);
    padding-right: calc(50 / 1366 * 100vw);
    margin-left: calc(-93 / 1366 * 100vw);
    border-width: calc(0.69 / 1366 * 100vw);
    border-radius: calc(30 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-special-button {
    bottom: 20px;
    width: 350px;
    height: 60px;
    padding-right: 50px;
    margin-left: -93px;
    border-width: 0.69px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-special-button {
    backdrop-filter: blur(1.64571px);
    box-shadow: 1.09px 1.09px 2.19px 1.09px #0000000d;
  }
}
.p-special-button img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-special-button img {
    height: calc(28 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-special-button img {
    height: calc(30 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-special-button img {
    height: 30px;
  }
}
.p-kv-02 {
  position: relative;
  width: 100%;
  height: calc(1080 / 722 * 100vw);
  pointer-events: none;
}
.p-kv-02 video {
  display: block;
  width: 100%;
  height: auto;
}
.p-kv-02.is-hidden {
  opacity: 0;
}
.p-kv {
  position: fixed;
  top: var(--header-height);
  left: 50%;
  z-index: 0;
  width: 100%;
  width: var(--kv-width);
  width: 100vw;
  height: var(--kv-height);
  height: 51.35417vw;
  overflow: hidden;
  background-size: cover;
  transition:
    height 0.01s linear,
    width 0.01s linear;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .p-kv {
    width: calc(390 / 390 * 100vw);
    height: calc(583 / 390 * 100vw);
  }
}
.p-kv video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-kv {
    top: 0;
  }
}
.p-mainvisual {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-mainvisual {
    width: calc(390 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-mainvisual {
    width: calc(1366 / 1366 * 100vw);
    height: calc(769 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-mainvisual {
    width: 1366px;
    height: 769px;
  }
}
.p-main-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-main-list {
    gap: calc(32 / 1366 * 100vw);
    width: calc(1140 / 1366 * 100vw);
    margin-top: calc(110 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-main-list {
    gap: 32px;
    width: 1140px;
    margin-top: 110px;
  }
}
.p-main-list img {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-main-list img {
    width: calc(117 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-main-list img {
    width: calc(261 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-main-list img {
    width: 261px;
  }
}
.p-main-list__row {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p-main-list {
    display: flex;
    flex-direction: column;
    gap: 2.05128vw;
    width: 94.10256vw;
    margin-top: 20.51282vw;
  }
  .p-main-list__row {
    display: flex;
    flex-direction: row;
    gap: 2.05128vw;
    justify-content: center;
    width: 94.10256vw;
  }
}
.p-container {
  z-index: 1;
  width: 100%;
  padding-top: 51.35417vw;
}
@media screen and (max-width: 767px) {
  .p-container {
    padding-top: calc(0 / 390 * 100vw);
  }
}
.is-fadein {
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  transform: translate(0, 50px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-fadein.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.is-fadein-left {
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  transform: translate(-10%, 10%) rotate(-3deg) !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-fadein-left.is-active {
  opacity: 1 !important;
  transform: translate(0, 0) rotate(-3deg) !important;
}
.is-fadein-right {
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  transform: translate(10%, 10%) rotate(3deg) !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-fadein-right.is-active {
  opacity: 1;
  transform: translate(0, 0) rotate(3deg) !important;
}
.parallax-target {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: transform 0.1s ease-out;
  transform: translateY(0);
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .parallax-target {
    transform: translateY(0) !important;
  }
}
.is-textanimation-wrapper {
  display: block;
  overflow: hidden;
  line-height: 1;
}
.is-textanimation {
  display: block;
}
.is-textanimation span {
  display: inline-block;
  line-height: 1;
  opacity: 0;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  transform: translateY(1em);
}
.is-textanimation.is-active span {
  opacity: 1;
  transform: translateY(0);
}
.p-top-message {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-message {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-top-message {
    gap: calc(32 / 390 * 100vw);
    margin-top: calc(48 / 390 * 100vw);
    margin-bottom: calc(81 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-top-message {
    gap: calc(80 / 1366 * 100vw);
    width: calc(800 / 1366 * 100vw);
    margin-top: calc(88 / 1366 * 100vw);
    margin-bottom: calc(120 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-top-message {
    gap: 80px;
    width: 800px;
    margin-top: 88px;
    margin-bottom: 120px;
  }
}
.p-top-text {
  font-family: JINS_NextRegular, sans-serif;
  color: #fff;
  text-shadow: 1.56px 1.56px 6.23px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-top-text {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .p-top-text {
    font-size: calc(18 / 390 * 100vw);
    line-height: calc(32 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-top-text {
    font-size: calc(22 / 1366 * 100vw);
    line-height: calc(42 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-top-text {
    font-size: 22px;
    line-height: 42px;
  }
}
.p-top-en-text {
  font-family: 'Gantari', sans-serif;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.04em;
  box-shadow: 2.35px 2.35px 7.63px 1.74px rggba(#000, 0.05);
}
@media screen and (max-width: 767px) {
  .p-top-en-text {
    margin-bottom: calc(30 / 390 * 100vw);
    font-size: calc(30 / 390 * 100vw);
    line-height: calc(36 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-top-en-text {
    margin-bottom: calc(30 / 1366 * 100vw);
    font-size: calc(34 / 1366 * 100vw);
    line-height: calc(40 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-top-en-text {
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 40px;
  }
}
.p-top-logo {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-logo {
    width: calc(273 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-top-logo {
    width: calc(385 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-top-logo {
    width: 385px;
  }
}
.p-top-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin: 0 auto;
  font-weight: 700;
  color: #1a1a1c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  backdrop-filter: blur(2.39261px);
  border: none;
  border-color: rgba(255, 255, 255, 0.7);
  border-style: solid;
  border-radius: 0;
  outline: none;
  box-shadow: 1.59px 1.59px 3.18px 1.59px #0000000d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-top-button:after {
  display: block;
  content: '';
  background: url('../images/arrow.png') no-repeat center center/contain;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-button:after {
    width: calc(11 / 390 * 100vw);
    height: calc(11 / 390 * 100vw);
    margin-left: calc(11 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-top-button:after {
    width: calc(18 / 1366 * 100vw);
    height: calc(18 / 1366 * 100vw);
    margin-left: calc(11 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-top-button:after {
    width: 18px;
    height: 18px;
    margin-left: 11px;
  }
}
.p-top-button:hover:hover {
  transform: scale(1.035);
}
.p-top-button:hover:hover:after {
  transform: translate(0, 3px);
}
@media screen and (max-width: 767px) {
  .p-top-button {
    backdrop-filter: blur(1.75524px);
    box-shadow: 1.17px 1.17px 2.33px 1.17px #0000000d;
  }
}
@media screen and (max-width: 767px) {
  .p-top-button {
    width: calc(287 / 390 * 100vw);
    height: calc(64 / 390 * 100vw);
    margin-bottom: calc(80 / 390 * 100vw);
    font-size: calc(14.93 / 390 * 100vw);
    border-width: calc(1.47 / 390 * 100vw);
    border-radius: calc(32 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-top-button {
    width: calc(398 / 1366 * 100vw);
    height: calc(90 / 1366 * 100vw);
    margin-bottom: calc(120 / 1366 * 100vw);
    font-size: calc(20 / 1366 * 100vw);
    border-width: calc(2 / 1366 * 100vw);
    border-radius: calc(45 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-top-button {
    width: 398px;
    height: 90px;
    margin-bottom: 120px;
    font-size: 20px;
    border-width: 2px;
    border-radius: 45px;
  }
}
.p-top-caption {
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-top-caption {
    margin-bottom: calc(81 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-top-caption {
    margin-bottom: calc(218 / 1366 * 100vw);
    font-size: calc(16 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-top-caption {
    margin-bottom: 218px;
    font-size: 16px;
  }
}
.p-top-button-group-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-button-group-wrap {
    gap: calc(40 / 390 * 100vw);
    width: calc(346 / 390 * 100vw);
    margin-bottom: calc(56 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-top-button-group-wrap {
    gap: calc(36 / 1366 * 100vw);
    width: calc(1056 / 1366 * 100vw);
    margin-bottom: calc(80 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-top-button-group-wrap {
    gap: 36px;
    width: 1056px;
    margin-bottom: 80px;
  }
}
.p-top-button-group {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-top-button-group {
    gap: calc(24 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-top-button-group {
    gap: calc(26 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-top-button-group {
    gap: 26px;
  }
}
.p-top-button-large {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: JINS_NextRegular, sans-serif;
  font-weight: 500;
  color: #1a1a1c;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(3.00984px);
  box-shadow: 2px 2px 4px 2px #0000000d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.p-top-button-large > span {
  padding-top: 0.2em;
}
.p-top-button-large:after {
  display: block;
  content: '';
  background: url('../images/arrow.png') no-repeat center center/contain;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-button-large:after {
    width: calc(11 / 390 * 100vw);
    height: calc(11 / 390 * 100vw);
    margin-left: calc(14 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-top-button-large:after {
    width: calc(18 / 1366 * 100vw);
    height: calc(18 / 1366 * 100vw);
    margin-left: calc(24 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-top-button-large:after {
    width: 18px;
    height: 18px;
    margin-left: 24px;
  }
}
.p-top-button-large:hover {
  opacity: 0.6;
}
.p-top-button-large:hover:after {
  transform: translate(0, 3px);
}
@media screen and (max-width: 767px) {
  .p-top-button-large {
    backdrop-filter: blur(1.78322px);
    box-shadow: 1.18px 1.18px 2.37px 1.18px #0000000d;
  }
}
@media screen and (max-width: 767px) {
  .p-top-button-large {
    height: calc(42 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    border-width: calc(0.59 / 390 * 100vw);
    border-radius: calc(4 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-top-button-large {
    height: calc(48 / 1366 * 100vw);
    font-size: calc(18 / 1366 * 100vw);
    border-width: calc(1 / 1366 * 100vw);
    border-radius: calc(8 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-top-button-large {
    height: 48px;
    font-size: 18px;
    border-width: 1px;
    border-radius: 8px;
  }
}
.p-top-button-small-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top-button-small-wrap {
    gap: calc(16 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-top-button-small-wrap {
    gap: calc(8 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-top-button-small-wrap {
    gap: 8px;
  }
}
.p-top-button-small {
  display: block;
  padding: 0;
  margin: 0;
  font-family: 'Gantari', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.01em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  background-color: #1a1a1c;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-top-button-small span {
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top-button-small span {
    font-size: calc(10.5 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-top-button-small span {
    font-size: calc(10.5 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-top-button-small span {
    font-size: 10.5px;
  }
}
.p-top-button-small:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-top-button-small {
    width: calc(135 / 390 * 100vw);
    height: calc(52 / 390 * 100vw);
    font-size: calc(19.33 / 390 * 100vw);
    border-radius: calc(6.72 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-top-button-small {
    width: calc(140 / 1366 * 100vw);
    height: calc(54.25 / 1366 * 100vw);
    font-size: calc(20 / 1366 * 100vw);
    border-radius: calc(7 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-top-button-small {
    width: 140px;
    height: 54.25px;
    font-size: 20px;
    border-radius: 7px;
  }
}
.p-white-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #1a1a1c;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(3.00984px);
  border-color: #fff;
  border-style: solid;
  box-shadow: 2px 2px 4px 2px #0000000d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-white-button:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-white-button {
    backdrop-filter: blur(2.25738px);
    box-shadow: 1.5px 1.5px 3px 1.5px #0000000d;
  }
}
@media screen and (max-width: 767px) {
  .p-white-button {
    width: calc(271 / 390 * 100vw);
    height: calc(48 / 390 * 100vw);
    margin-bottom: calc(81 / 390 * 100vw);
    font-size: calc(13.5 / 390 * 100vw);
    border-width: calc(0.75 / 390 * 100vw);
    border-radius: calc(24 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-white-button {
    width: calc(363 / 1366 * 100vw);
    height: calc(64 / 1366 * 100vw);
    margin-bottom: calc(120 / 1366 * 100vw);
    font-size: calc(18 / 1366 * 100vw);
    border-width: calc(0.59 / 1366 * 100vw);
    border-radius: calc(32 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-white-button {
    width: 363px;
    height: 64px;
    margin-bottom: 120px;
    font-size: 18px;
    border-width: 0.59px;
    border-radius: 32px;
  }
}
.p-white-button.is-disabled {
  pointer-events: none !important;
  opacity: 0.4 !important;
}
@media screen and (max-width: 767px) {
  .p-white-button--large {
    width: calc(346 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-white-button--large {
    width: calc(583 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-white-button--large {
    width: 583px;
  }
}
.p-white-button--question:before {
  display: block;
  content: '';
  background: url('../images/icon_question.png') no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-white-button--question:before {
    width: calc(29.25 / 390 * 100vw);
    height: calc(29.25 / 390 * 100vw);
    margin-right: calc(7.12 / 390 * 100vw);
    border-width: calc(0.75 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-white-button--question:before {
    width: calc(39 / 1366 * 100vw);
    height: calc(39 / 1366 * 100vw);
    margin-right: calc(9.5 / 1366 * 100vw);
    border-width: calc(1 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-white-button--question:before {
    width: 39px;
    height: 39px;
    margin-right: 9.5px;
    border-width: 1px;
  }
}
.p-section-title {
  display: flex;
  justify-content: center;
  font-family: JINS_NextMedium, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-section-title {
    font-size: calc(48 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-section-title {
    font-size: calc(68 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-section-title {
    font-size: 68px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-title--colorlens {
    margin-bottom: calc(16 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-section-title--colorlens {
    margin-bottom: calc(16 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-section-title--colorlens {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-title--small {
    font-size: calc(48 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-section-title--small {
    font-size: calc(51 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-section-title--small {
    font-size: 51px;
  }
}
.p-section-title-sub {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-section-title-sub {
    margin-top: calc(9 / 390 * 100vw);
    margin-bottom: calc(16 / 390 * 100vw);
    font-size: calc(22 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-section-title-sub {
    margin-top: calc(18 / 1366 * 100vw);
    margin-bottom: calc(24 / 1366 * 100vw);
    font-size: calc(30 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-section-title-sub {
    margin-top: 18px;
    margin-bottom: 24px;
    font-size: 30px;
  }
}
.p-section-title-sub-02 {
  font-family: JINS_NextMedium, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-section-title-sub-02 {
    margin-bottom: calc(24 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    line-height: calc(26 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-section-title-sub-02 {
    margin-bottom: calc(24 / 1366 * 100vw);
    font-size: calc(22 / 1366 * 100vw);
    line-height: calc(42 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-section-title-sub-02 {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 42px;
  }
}
.p-section-title-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1em 1.5em;
  margin: 0 auto;
  font-family: JINS_NextRegular, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  border-style: solid;
}
.p-section-title-category--prescription {
  margin-bottom: 30px;
}
.p-section-title-category__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-section-title-category__list {
    gap: calc(8 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-section-title-category__list {
    gap: calc(8 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-section-title-category__list {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-section-title-category {
    min-height: calc(36 / 390 * 100vw);
    padding: calc(10 / 390 * 100vw) calc(35 / 390 * 100vw);
    margin-bottom: calc(32 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    border-width: calc(1 / 390 * 100vw);
    border-radius: calc(3 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-section-title-category {
    min-height: calc(36 / 1366 * 100vw);
    padding: calc(10 / 1366 * 100vw) calc(35 / 1366 * 100vw);
    margin-bottom: calc(77 / 1366 * 100vw);
    font-size: calc(15 / 1366 * 100vw);
    border-width: calc(1 / 1366 * 100vw);
    border-radius: calc(3 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-section-title-category {
    min-height: 36px;
    padding: 10px 35px;
    margin-bottom: 77px;
    font-size: 15px;
    border-width: 1px;
    border-radius: 3px;
  }
}
.p-section-title-category--prescription {
  margin-bottom: 30px;
}
.p-section-description-image {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-section-description-image {
    width: calc(342 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-section-description-image {
    width: calc(410 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-section-description-image {
    width: 410px;
  }
}
.p-card {
  position: relative;
  margin: 0 auto;
}
.p-card__content {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(16.5px);
  border-color: #fff;
}
.p-card__content:after {
  display: block;
  display: none;
  font-weight: 700;
  text-align: center;
  content: '※7/3 12:00スタート';
}
@media screen and (max-width: 767px) {
  .p-card__content:after {
    margin-top: calc(16 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    line-height: calc(16 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-card__content:after {
    margin-top: calc(23 / 1366 * 100vw);
    font-size: calc(18 / 1366 * 100vw);
    line-height: calc(16 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-card__content:after {
    margin-top: 23px;
    font-size: 18px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-card__content {
    width: calc(307 / 390 * 100vw);
    height: calc(282 / 390 * 100vw);
    padding-top: calc(50 / 390 * 100vw);
    margin-right: calc(8.52 / 390 * 100vw);
    border-width: calc(1 / 390 * 100vw);
    border-radius: calc(4.78 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-card__content {
    width: calc(500 / 1366 * 100vw);
    height: calc(282 / 1366 * 100vw);
    padding-top: calc(60 / 1366 * 100vw);
    margin-right: calc(17 / 1366 * 100vw);
    border-width: calc(1 / 1366 * 100vw);
    border-radius: calc(8 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-card__content {
    width: 500px;
    height: 282px;
    padding-top: 60px;
    margin-right: 17px;
    border-width: 1px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-card__content {
    height: auto;
    padding-bottom: 3.4359vw;
  }
}
@media screen and (max-width: 767px) {
  .p-card {
    width: calc(360 / 390 * 100vw);
    padding-top: calc(401 / 390 * 100vw);
    padding-left: calc(42 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-card {
    width: calc(566 / 1366 * 100vw);
    padding-top: calc(650 / 1366 * 100vw);
    margin-left: calc(38 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-card {
    width: 566px;
    padding-top: 650px;
    margin-left: 38px;
  }
}
.p-card__head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  gap: 0;
  transform: rotate(-3deg);
}
.p-product-section__item--rtl .p-card__head {
  transform: rotate(3deg);
}
@media screen and (max-width: 767px) {
  .p-card__head {
    margin-top: calc(5 / 390 * 100vw);
    margin-left: calc(12 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-card__head {
    margin-left: calc(-20 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-card__head {
    margin-left: -20px;
  }
}
.p-card__name {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 1em;
  padding: 0;
  margin-left: 0.3em;
  font-family: 'Gantari', sans-serif;
  font-weight: 700;
  color: #1a1a1c;
  text-align: left;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.p-card__name .dot {
  display: block;
  margin: 0 auto;
  background-color: #1a1a1c;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-card__name .dot {
    width: calc(4.78 / 390 * 100vw);
    height: calc(4.78 / 390 * 100vw);
    margin-bottom: calc(5 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-card__name .dot {
    width: calc(8 / 1366 * 100vw);
    height: calc(8 / 1366 * 100vw);
    margin-bottom: calc(9 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-card__name .dot {
    width: 8px;
    height: 8px;
    margin-bottom: 9px;
  }
}
.p-card__name .border {
  background-color: #1a1a1c;
}
@media screen and (max-width: 767px) {
  .p-card__name .border {
    width: calc(1 / 390 * 100vw);
    height: calc(10 / 390 * 100vw);
    margin-top: calc(7 / 390 * 100vw);
    margin-bottom: calc(7 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-card__name .border {
    width: calc(1 / 1366 * 100vw);
    height: calc(16 / 1366 * 100vw);
    margin-top: calc(10 / 1366 * 100vw);
    margin-bottom: calc(10 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-card__name .border {
    width: 1px;
    height: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-card__name {
    font-size: calc(14.5 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-card__name {
    font-size: calc(24 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-card__name {
    font-size: 24px;
  }
}
.p-card__image {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.p-card__image img {
  object-fit: cover;
}
.p-card__image-wrap {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-card__image-wrap {
    width: calc(329.6475 / 390 * 100vw);
    height: calc(418.6 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-card__image-wrap {
    width: calc(525 / 1366 * 100vw);
    height: calc(700 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-card__image-wrap {
    width: 525px;
    height: 700px;
  }
}
.p-card__image li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  opacity: 1;
  transition:
    transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.4s ease;
  transform: translateX(-100%);
}
.p-card__image li.active {
  z-index: 1;
  opacity: 1;
  transform: translateX(0%);
}
.p-card__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: 700;
  color: #1a1a1c;
  background: linear-gradient(90deg, #cfe9f9 0%, #c2c8f6 100%);
}
@media screen and (max-width: 767px) {
  .p-card__tag {
    width: calc(157.4 / 390 * 100vw);
    height: calc(28 / 390 * 100vw);
    margin-bottom: calc(11 / 390 * 100vw);
    font-size: calc(11.7 / 390 * 100vw);
    border-radius: calc(14 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-card__tag {
    width: calc(180 / 1366 * 100vw);
    height: calc(32 / 1366 * 100vw);
    margin-bottom: calc(8 / 1366 * 100vw);
    font-size: calc(13.38 / 1366 * 100vw);
    border-radius: calc(16 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-card__tag {
    width: 180px;
    height: 32px;
    margin-bottom: 8px;
    font-size: 13.38px;
    border-radius: 16px;
  }
}
.p-card__product {
  margin: 0 auto;
}
.p-card__product img {
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-card__product {
    width: calc(270 / 390 * 100vw);
    margin-bottom: calc(22 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-card__product {
    width: calc(436 / 1366 * 100vw);
    margin-bottom: calc(34 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-card__product {
    width: 436px;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 767px) {
  .p-card__product--modal {
    width: calc(350 / 390 * 100vw);
    margin-bottom: calc(22 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-card__product--modal {
    width: calc(371 / 1366 * 100vw);
    margin-bottom: calc(34 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-card__product--modal {
    width: 371px;
    margin-bottom: 34px;
  }
}
.p-card__id {
  font-family: 'jins', sans-serif;
}
@media screen and (max-width: 767px) {
  .p-card__id {
    font-size: calc(14 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-card__id {
    font-size: calc(14 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-card__id {
    font-size: 14px;
  }
}
.p-card__product-name {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-card__product-name {
    font-size: calc(14 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-card__product-name {
    font-size: calc(14 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-card__product-name {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-card__price {
    font-size: calc(28 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-card__price {
    font-size: calc(28 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-card__price {
    font-size: 28px;
  }
}
.p-card__button-list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-card__button-list {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-card__button-list {
    gap: calc(11 / 390 * 100vw);
    width: calc(240 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-card__button-list {
    width: calc(453 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-card__button-list {
    width: 453px;
  }
}
.p-card__button-list-modal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-card__button-list-modal {
    gap: calc(12 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-card__button-list-modal {
    gap: calc(12 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-card__button-list-modal {
    gap: 12px;
  }
}
.p-card__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: #1a1a1c;
  border-color: #1a1a1c;
  border-style: solid;
}
.p-card__button.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.p-card__button:before {
  display: block;
  content: '';
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-card__button:before {
    width: calc(7.82 / 390 * 100vw);
    height: calc(7.82 / 390 * 100vw);
    margin-right: calc(5.82 / 390 * 100vw);
    border-radius: calc(3.91 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-card__button:before {
    width: calc(8 / 1366 * 100vw);
    height: calc(8 / 1366 * 100vw);
    margin-right: calc(10 / 1366 * 100vw);
    border-radius: calc(4 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-card__button:before {
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 4px;
  }
}
.p-card__button:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: '';
  background: url('../images/arrow-right-white.png') no-repeat center
    center/contain;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: translate(0, -50%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-card__button:after {
    width: calc(28 / 390 * 100vw);
    height: calc(28 / 390 * 100vw);
    margin-right: calc(14 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-card__button:after {
    width: calc(28 / 1366 * 100vw);
    height: calc(28 / 1366 * 100vw);
    margin-right: calc(14 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-card__button:after {
    width: 28px;
    height: 28px;
    margin-right: 14px;
  }
}
.p-card__button:hover::after {
  transform: translate(5px, -50%) !important;
}
.p-card__button span {
  display: block;
  overflow: hidden;
  color: transparent;
  text-shadow:
    0 -1.5em 0 #fff,
    0 0 0 #fff;
  transition: text-shadow 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.p-card__button:hover span {
  text-shadow:
    0 0 0 #fff,
    0 1.5em 0 #fff;
}
.p-card__button--secondary {
  color: #1a1a1c;
  background-color: rgba(255, 255, 255, 0.7);
}
.p-card__button--secondary:before {
  background-color: #1a1a1c;
}
.p-card__button--secondary:after {
  background: url('../images/arrow-right.png') no-repeat center center/contain;
}
.p-card__button--secondary span {
  text-shadow:
    0 -1.5em 0 #1a1a1c,
    0 0 0 #1a1a1c !important;
}
.p-card__button--secondary:hover span {
  text-shadow:
    0 0 0 #1a1a1c,
    0 1.5em 0 #1a1a1c !important;
}
@media screen and (max-width: 767px) {
  .p-card__button {
    width: calc(240 / 390 * 100vw);
    height: calc(56 / 390 * 100vw);
    padding-left: calc(13.68 / 390 * 100vw);
    font-size: calc(13.68 / 390 * 100vw);
    border-width: calc(0.81 / 390 * 100vw);
    border-radius: calc(4 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-card__button {
    width: calc(218 / 1366 * 100vw);
    height: calc(56 / 1366 * 100vw);
    padding-left: calc(14 / 1366 * 100vw);
    font-size: calc(14 / 1366 * 100vw);
    border-width: calc(0.83 / 1366 * 100vw);
    border-radius: calc(4 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-card__button {
    width: 218px;
    height: 56px;
    padding-left: 14px;
    font-size: 14px;
    border-width: 0.83px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 767px) {
  .p-card__button-list-modal .p-card__button {
    width: calc(272 / 390 * 100vw) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-card__button-list-modal .p-card__button {
    width: calc(240 / 1366 * 100vw) !important;
  }
}
@media screen and (min-width: 1367px) {
  .p-card__button-list-modal .p-card__button {
    width: 240px !important;
  }
}
.p-product-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-product-section {
    width: 100%;
    overflow: hidden;
  }
}
.p-product-section__text {
  font-family: JINS_NextMedium, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-product-section__text {
    font-size: calc(14 / 390 * 100vw);
    line-height: calc(31 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-product-section__text {
    font-size: calc(20 / 1366 * 100vw);
    line-height: calc(39 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-product-section__text {
    font-size: 20px;
    line-height: 39px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-section__text--large {
    font-size: calc(16 / 390 * 100vw);
    line-height: calc(32 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-product-section__text--large {
    font-size: calc(22 / 1366 * 100vw);
    line-height: calc(42 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-product-section__text--large {
    font-size: 22px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-section {
    display: flex;
    flex-wrap: wrap;
    gap: 12.30769vw;
    align-items: center;
    justify-content: center;
  }
}
.p-product-section--rtl > *:nth-child(2n-1) {
  grid-column: 2;
}
.p-product-section--rtl > *:nth-child(2n) {
  grid-column: 1;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-product-section--01 .p-product-section__item:nth-of-type(2) {
    margin-top: calc(-140 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-product-section--01 .p-product-section__item:nth-of-type(2) {
    margin-top: -140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-product-section--01 .p-product-section__item:nth-of-type(3) {
    margin-top: calc(57 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-product-section--01 .p-product-section__item:nth-of-type(3) {
    margin-top: 57px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-section--02 {
    margin-top: calc(64 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-product-section--02 {
    margin-top: calc(140 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-product-section--02 {
    margin-top: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-product-section--02 .p-product-section__item:nth-of-type(2) {
    margin-top: calc(200 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-product-section--02 .p-product-section__item:nth-of-type(2) {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-section--02 .p-product-section__item:nth-of-type(3) {
    margin-bottom: calc(64 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-product-section--02 .p-product-section__item:nth-of-type(3) {
    margin-top: calc(-720 / 1366 * 100vw);
    margin-bottom: calc(140 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-product-section--02 .p-product-section__item:nth-of-type(3) {
    margin-top: -720px;
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-section--03 {
    padding-bottom: calc(64 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-product-section--03 {
    padding-bottom: calc(140 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-product-section--03 {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-product-section--03 .p-product-section__item:first-of-type {
    margin-top: calc(85 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-product-section--03 .p-product-section__item:first-of-type {
    margin-top: 85px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-product-section--03 .p-product-section__item:nth-of-type(2) {
    margin-top: calc(-225 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-product-section--03 .p-product-section__item:nth-of-type(2) {
    margin-top: -225px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-product-section--03 .p-product-section__item:nth-of-type(3) {
    margin-top: calc(180 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-product-section--03 .p-product-section__item:nth-of-type(3) {
    margin-top: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-product-section--03 .p-product-section__item:nth-of-type(4) {
    margin-top: calc(-348 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-product-section--03 .p-product-section__item:nth-of-type(4) {
    margin-top: -348px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-section {
    padding-right: calc(15 / 390 * 100vw);
    padding-left: calc(15 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-product-section {
    gap: calc(36 / 1366 * 100vw);
    width: calc(1244 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-product-section {
    gap: 36px;
    width: 1244px;
  }
}
.p-loop-text__wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #fff;
  background-color: #000;
}
.p-loop-track {
  display: flex;
  align-items: center;
  width: max-content;
  font-family: 'Gantari', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-loop-track {
    height: calc(48 / 390 * 100vw);
    font-size: calc(40 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-loop-track {
    height: calc(98 / 1366 * 100vw);
    font-size: calc(82 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-loop-track {
    height: 98px;
    font-size: 82px;
  }
}
.p-loop-text {
  box-sizing: border-box;
  flex-shrink: 0;
  padding-right: 0.7em;
  white-space: nowrap;
  animation: marquee 5s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.swiper-slide {
  width: auto !important;
  white-space: nowrap;
}
.swiper-slide--width100 {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .p-slider {
    padding-bottom: calc(50 / 390 * 100vw) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-slider {
    padding-bottom: calc(30 / 1366 * 100vw) !important;
  }
}
@media screen and (min-width: 1367px) {
  .p-slider {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .p-slider__wrap {
    margin-top: calc(48 / 390 * 100vw);
    margin-bottom: calc(81 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-slider__wrap {
    margin-top: calc(48 / 1366 * 100vw);
    margin-bottom: calc(198 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-slider__wrap {
    margin-top: 48px;
    margin-bottom: 198px;
  }
}
.p-slider__link {
  position: relative;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  background-color: #fff;
  box-shadow:
    0px 1px 2px 0px #71788e21,
    0px 3px 3px 0px #71788e1c,
    0px 8px 5px 0px #71788e0f,
    0px 13px 5px 0px #71788e05,
    0px 21px 6px 0px #71788e00;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-slider__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-slider__link {
    box-shadow:
      0px 0.75px 1.49px 0px #71788e21,
      0px 2.24px 2.24px 0px #71788e1c,
      0px 5.98px 3.74px 0px #71788e0f,
      0px 9.72px 3.74px 0px #71788e05,
      0px 15.7px 4.48px 0px #71788e00;
  }
}
.p-slider__link img {
  display: block;
  width: 100%;
  height: auto;
}
.p-slider__link p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: 'jins', sans-serif;
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-slider__link p {
    margin-bottom: calc(15 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-slider__link p {
    margin-bottom: calc(21 / 1366 * 100vw);
    font-size: calc(16 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-slider__link p {
    margin-bottom: 21px;
    font-size: 16px;
  }
}
.p-slider__link:before {
  position: absolute;
  z-index: 1;
  display: block;
  display: none;
  pointer-events: none;
  content: '';
  background: url('../images/arrow-right-top.png') no-repeat center
    center/contain;
}
@media screen and (max-width: 767px) {
  .p-slider__link:before {
    right: calc(6.5 / 390 * 100vw);
    bottom: calc(6.5 / 390 * 100vw);
    width: calc(11 / 390 * 100vw);
    height: calc(11 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-slider__link:before {
    right: calc(11 / 1366 * 100vw);
    bottom: calc(11 / 1366 * 100vw);
    width: calc(14 / 1366 * 100vw);
    height: calc(14 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-slider__link:before {
    right: 11px;
    bottom: 11px;
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-slider__link {
    width: calc(246 / 390 * 100vw);
    margin-right: calc(8.39 / 390 * 100vw);
    margin-left: calc(8.39 / 390 * 100vw);
    border-radius: calc(3 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-slider__link {
    width: calc(330 / 1366 * 100vw);
    margin-right: calc(11 / 1366 * 100vw);
    margin-left: calc(11 / 1366 * 100vw);
    border-radius: calc(4 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-slider__link {
    width: 330px;
    margin-right: 11px;
    margin-left: 11px;
    border-radius: 4px;
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px !important;
  font-size: 0 !important;
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets.is-padding,
  .swiper-pagination-bullets.swiper-pagination-horizontal.is-padding,
  .swiper-pagination-custom.is-padding,
  .swiper-pagination-fraction.is-padding {
    padding-bottom: calc(14 / 390 * 100vw) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .swiper-horizontal > .swiper-pagination-bullets.is-padding,
  .swiper-pagination-bullets.swiper-pagination-horizontal.is-padding,
  .swiper-pagination-custom.is-padding,
  .swiper-pagination-fraction.is-padding {
    padding-bottom: calc(14 / 1366 * 100vw) !important;
  }
}
@media screen and (min-width: 1367px) {
  .swiper-horizontal > .swiper-pagination-bullets.is-padding,
  .swiper-pagination-bullets.swiper-pagination-horizontal.is-padding,
  .swiper-pagination-custom.is-padding,
  .swiper-pagination-fraction.is-padding {
    padding-bottom: 14px !important;
  }
}
.p-slider-text {
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .p-slider-text {
    margin-top: calc(-30 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
    line-height: calc(20 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-slider-text {
    padding-bottom: calc(16 / 1366 * 100vw);
    margin-top: calc(-20 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-slider-text {
    padding-bottom: 16px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-wrapper {
    padding-bottom: calc(48 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .swiper-wrapper {
    padding-bottom: calc(48 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .swiper-wrapper {
    padding-bottom: 48px;
  }
}
.swiper-wrapper--padding0 {
  padding-bottom: 0 !important;
}
.swiper-pagination-bullet {
  box-sizing: border-box;
  background-color: #fff !important;
  border-color: #d8d8db;
  border-style: solid;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: calc(10 / 390 * 100vw) !important;
    height: calc(10 / 390 * 100vw) !important;
    margin-right: calc(8 / 390 * 100vw) !important;
    margin-left: calc(8 / 390 * 100vw) !important;
    border-width: calc(1 / 390 * 100vw) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .swiper-pagination-bullet {
    width: calc(10 / 1366 * 100vw) !important;
    height: calc(10 / 1366 * 100vw) !important;
    margin-right: calc(8 / 1366 * 100vw) !important;
    margin-left: calc(8 / 1366 * 100vw) !important;
    border-width: calc(0.85 / 1366 * 100vw) !important;
  }
}
@media screen and (min-width: 1367px) {
  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    margin-right: 8px !important;
    margin-left: 8px !important;
    border-width: 0.85px !important;
  }
}
.swiper-pagination-bullet-active {
  background-color: #000 !important;
}
.p-movie {
  display: flex;
  justify-content: center;
}
.p-movie__button {
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}
.p-movie__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-movie__icon {
    width: calc(46.5 / 390 * 100vw);
    height: calc(46.5 / 390 * 100vw);
    margin-right: calc(12 / 390 * 100vw);
    margin-bottom: calc(11 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-movie__icon {
    width: calc(54 / 1366 * 100vw);
    height: calc(54 / 1366 * 100vw);
    margin-right: calc(12 / 1366 * 100vw);
    margin-bottom: calc(12 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-movie__icon {
    width: 54px;
    height: 54px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
}
.p-movie__button:hover .p-movie__icon {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .p-movie {
    gap: calc(2 / 390 * 100vw);
    padding-left: calc(6 / 390 * 100vw);
    margin-bottom: calc(80 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-movie {
    gap: calc(8 / 1366 * 100vw);
    margin-bottom: calc(140 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-movie {
    gap: 8px;
    margin-bottom: 140px;
  }
}
.p-movie__content {
  position: relative;
}
.p-movie__content video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-movie__content img {
  display: block;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-movie__content {
    width: calc(333 / 390 * 100vw);
    height: calc(592 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-movie__content {
    width: calc(386 / 1366 * 100vw);
    height: calc(686.22222 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-movie__content {
    width: 386px;
    height: 686.22222px;
  }
}
.p-movie__text {
  width: 1em;
  margin-left: 0.1em;
  font-family: 'Gantari', sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: left;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-movie__text {
    font-size: calc(18 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-movie__text {
    font-size: calc(18 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-movie__text {
    font-size: 18px;
  }
}
.p-campaign-section {
  position: relative;
  overflow: visible;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(4px);
}
@media screen and (max-width: 767px) {
  .p-campaign-section {
    padding-bottom: calc(54 / 390 * 100vw) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-section {
    padding-bottom: calc(80 / 1366 * 100vw) !important;
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-section {
    padding-bottom: 80px !important;
  }
}
.p-campaign-section__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-campaign-section__inner + .p-campaign-section__inner {
    margin-top: calc(48 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-section__inner + .p-campaign-section__inner {
    margin-top: calc(48 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-section__inner + .p-campaign-section__inner {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign-section__inner {
    width: calc(352 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-section__inner {
    width: calc(1103 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-section__inner {
    width: 1103px;
  }
}
.p-campaign-section__nav {
  position: sticky;
  top: var(--header-height);
}
@media screen and (max-width: 767px) {
  .p-campaign-section__nav {
    width: calc(352 / 390 * 100vw);
    padding-top: calc(54 / 390 * 100vw);
    padding-bottom: calc(54 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-section__nav {
    width: calc(282 / 1366 * 100vw);
    height: calc(300 / 1366 * 100vw);
    padding-top: calc(80 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-section__nav {
    width: 282px;
    height: 300px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign-section__nav {
    position: static;
    height: auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign-section__content {
    width: calc(352 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-section__content {
    width: calc(668 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-section__content {
    width: 668px;
  }
}
.p-campaign-nav li {
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-campaign-nav li {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign-nav li {
    margin-bottom: calc(10 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-nav li {
    margin-bottom: calc(19 / 1366 * 100vw);
    font-size: calc(20 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-nav li {
    margin-bottom: 19px;
    font-size: 20px;
  }
}
.p-campaign-nav li button {
  position: relative;
  padding: 0;
  margin: 0;
  color: #1a1a1c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-nav li button {
    padding-left: calc(30 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-nav li button {
    padding-left: 30px;
  }
}
.p-campaign-nav li button.is-active:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  background-color: #000;
  border-radius: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-nav li button.is-active:before {
    width: calc(11 / 1366 * 100vw);
    height: calc(11 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-nav li button.is-active:before {
    width: 11px;
    height: 11px;
  }
}
.p-campaign {
  background-color: #fff;
  box-shadow:
    0px 1px 2px 0px #71788e21,
    0px 3px 3px 0px #71788e1c,
    0px 8px 5px 0px #71788e0f,
    0px 13px 5px 0px #71788e05,
    0px 21px 6px 0px #71788e00;
}
@media screen and (max-width: 767px) {
  .p-campaign {
    box-shadow:
      0px 1px 2px 0px #71788e21,
      0px 3px 3px 0px #71788e1c,
      0px 8px 5px 0px #71788e0f,
      0px 13px 5px 0px #71788e05,
      0px 21px 6px 0px #71788e00;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign {
    padding-bottom: calc(54 / 390 * 100vw);
    margin-top: calc(54 / 390 * 100vw);
    border-radius: calc(4 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign {
    padding-bottom: calc(54 / 1366 * 100vw);
    margin-top: calc(80 / 1366 * 100vw);
    border-radius: calc(4 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign {
    padding-bottom: 54px;
    margin-top: 80px;
    border-radius: 4px;
  }
}
.p-campaign__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Gantari', sans-serif;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-campaign__title {
    height: calc(47 / 390 * 100vw);
    padding-right: calc(14 / 390 * 100vw);
    padding-left: calc(14 / 390 * 100vw);
    font-size: calc(23.26 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign__title {
    height: calc(60 / 1366 * 100vw);
    padding-right: calc(20 / 1366 * 100vw);
    padding-left: calc(20 / 1366 * 100vw);
    font-size: calc(28.85 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign__title {
    height: 60px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 28.85px;
  }
}
.p-campaign-toggle {
  width: 100%;
}
.p-campaign-toggle:last-child .p-campaign-content {
  padding-bottom: 0 !important;
}
.p-campaign-toggle__button {
  position: relative;
  width: 100%;
  font-weight: 700;
  color: #1a1a1c;
  cursor: pointer;
  background-color: #f1f1f4;
}
.p-campaign-toggle__button:before {
  position: absolute;
  top: 50%;
  display: block;
  content: '';
  background: url('../images/icon_open.png') no-repeat center center/contain;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .p-campaign-toggle__button:before {
    right: calc(12 / 390 * 100vw);
    width: calc(24 / 390 * 100vw);
    height: calc(24 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-toggle__button:before {
    right: calc(8 / 1366 * 100vw);
    width: calc(24 / 1366 * 100vw);
    height: calc(24 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-toggle__button:before {
    right: 8px;
    width: 24px;
    height: 24px;
  }
}
.p-campaign-toggle__button.is-active:before {
  background: url('../images/icon_close.png') no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-campaign-toggle__button {
    height: calc(48 / 390 * 100vw);
    margin-top: calc(4 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-toggle__button {
    height: calc(40 / 1366 * 100vw);
    margin-top: calc(4 / 1366 * 100vw);
    font-size: calc(16 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-toggle__button {
    height: 40px;
    margin-top: 4px;
    font-size: 16px;
  }
}
.p-campaign-toggle__content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-campaign-toggle__content {
    padding-top: calc(32 / 390 * 100vw);
    padding-bottom: calc(32 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-toggle__content {
    padding-top: calc(32 / 1366 * 100vw);
    padding-bottom: calc(32 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-toggle__content {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.p-campaign-content {
  display: block;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: max-height 0.4s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-campaign-content {
    padding-top: calc(0 / 390 * 100vw);
    padding-bottom: calc(0 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-content {
    padding-top: calc(0 / 1366 * 100vw);
    padding-bottom: calc(0 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.p-campaign-content.is-open {
  max-height: 2000px;
}
@media screen and (max-width: 767px) {
  .p-campaign-content.is-open {
    padding-top: calc(32 / 390 * 100vw);
    padding-bottom: calc(48 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-content.is-open {
    padding-top: calc(32 / 1366 * 100vw);
    padding-bottom: calc(48 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-content.is-open {
    padding-top: 32px;
    padding-bottom: 48px;
  }
}
.p-campaign-content__inner {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-campaign-content__inner {
    width: calc(308 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-content__inner {
    width: calc(462 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-content__inner {
    width: 462px;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign-content__inner + .p-campaign-content__inner {
    margin-top: calc(48 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-content__inner + .p-campaign-content__inner {
    margin-top: calc(48 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-content__inner + .p-campaign-content__inner {
    margin-top: 48px;
  }
}
.p-campaign-content__title {
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-align: center;
}
.p-campaign-content__title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-campaign-content__title:before {
    bottom: calc(-5 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-content__title:before {
    bottom: calc(-5 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-content__title:before {
    bottom: -5px;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign-content__title {
    margin-bottom: calc(30 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-content__title {
    margin-bottom: calc(30 / 1366 * 100vw);
    font-size: calc(16 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-content__title {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.p-campaign-content__image {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-campaign-content__image {
    max-width: 200%;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign-content__image {
    width: calc(352 / 390 * 100vw);
    margin-bottom: calc(24 / 390 * 100vw);
    margin-left: calc(-22 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-content__image {
    margin-bottom: calc(24 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-content__image {
    margin-bottom: 24px;
  }
}
.p-campaign-content__text {
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-campaign-content__text {
    font-size: calc(14 / 390 * 100vw);
    line-height: calc(26 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-content__text {
    font-size: calc(14 / 1366 * 100vw);
    line-height: calc(26 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-content__text {
    font-size: 14px;
    line-height: 26px;
  }
}
.p-campaign-content__text a {
  color: #2f6dc3;
  text-decoration: underline;
}
.p-campaign-content__text--center {
  text-align: center;
}
.p-campaign-content__text strong {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-campaign-content__text strong {
    font-size: calc(16 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-content__text strong {
    font-size: calc(16 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-content__text strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign-content__text span {
    font-size: calc(12 / 390 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-campaign-content__text + .p-campaign-content__text {
    margin-top: calc(16 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-content__text + .p-campaign-content__text {
    margin-top: calc(16 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-content__text + .p-campaign-content__text {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign-content__text--small {
    font-size: calc(12 / 390 * 100vw);
    line-height: calc(20 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-content__text--small {
    font-size: calc(12 / 1366 * 100vw);
    line-height: calc(20 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-content__text--small {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign-content__text--xsmall {
    margin-top: calc(8 / 390 * 100vw) !important;
    font-size: calc(10 / 390 * 100vw) !important;
    line-height: calc(14 / 390 * 100vw) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-content__text--xsmall {
    margin-top: calc(8 / 1366 * 100vw) !important;
    font-size: calc(10 / 1366 * 100vw) !important;
    line-height: calc(14 / 1366 * 100vw) !important;
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-content__text--xsmall {
    margin-top: 8px !important;
    font-size: 10px !important;
    line-height: 14px !important;
  }
}
.p-campaign-content__text--large {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-campaign-content__text--large {
    margin-top: calc(73 / 390 * 100vw) !important;
    font-size: calc(16 / 390 * 100vw) !important;
    line-height: calc(25 / 390 * 100vw) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-content__text--large {
    margin-top: calc(86 / 1366 * 100vw) !important;
    margin-bottom: calc(16 / 1366 * 100vw) !important;
    font-size: calc(18 / 1366 * 100vw) !important;
    line-height: calc(24 / 1366 * 100vw) !important;
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-content__text--large {
    margin-top: 86px !important;
    margin-bottom: 16px !important;
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
.p-campaign-content__text--caution {
  color: #ea3323;
}
@media screen and (max-width: 767px) {
  .p-campaign-content__text--caution {
    font-size: 3.58974vw !important;
    line-height: 5.12821vw !important;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign-content__text--small {
    font-size: calc(12 / 390 * 100vw) !important;
    line-height: calc(18 / 390 * 100vw) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-content__text--small {
    font-size: calc(12 / 1366 * 100vw) !important;
    line-height: calc(20 / 1366 * 100vw) !important;
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-content__text--small {
    font-size: 12px !important;
    line-height: 20px !important;
  }
}
.p-campaign-content__table-wrap {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  border-color: #cecece;
  border-style: solid;
}
@media screen and (max-width: 767px) {
  .p-campaign-content__table-wrap {
    padding: calc(11 / 390 * 100vw);
    border-width: calc(1 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-content__table-wrap {
    padding: calc(13 / 1366 * 100vw);
    border-width: calc(1 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-content__table-wrap {
    padding: 13px;
    border-width: 1px;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign-content__table th,
  .p-campaign-content__table td {
    font-size: calc(12 / 390 * 100vw);
    line-height: calc(22 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-content__table th,
  .p-campaign-content__table td {
    font-size: calc(14 / 1366 * 100vw);
    line-height: calc(24 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-content__table th,
  .p-campaign-content__table td {
    font-size: 14px;
    line-height: 24px;
  }
}
.p-campaign-content__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-campaign-content__list {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign-content__list {
    gap: calc(16 / 390 * 100vw);
    margin-top: calc(48 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-content__list {
    gap: calc(16 / 1366 * 100vw);
    margin-top: calc(48 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-content__list {
    gap: 16px;
    margin-top: 48px;
  }
}
.p-campaign-content__card {
  box-sizing: border-box;
  font-feature-settings: 'palt';
  text-align: left;
  border-color: #b4b4b7;
  border-style: solid;
}
@media screen and (max-width: 767px) {
  .p-campaign-content__card {
    width: calc(223 / 390 * 100vw);
    height: calc(210 / 390 * 100vw);
    padding-top: calc(10 / 390 * 100vw);
    padding-right: calc(10 / 390 * 100vw);
    padding-bottom: calc(10 / 390 * 100vw);
    padding-left: calc(10 / 390 * 100vw);
    border-width: calc(1 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-content__card {
    width: calc(223 / 1366 * 100vw);
    height: calc(210 / 1366 * 100vw);
    padding-top: calc(10 / 1366 * 100vw);
    padding-right: calc(10 / 1366 * 100vw);
    padding-bottom: calc(10 / 1366 * 100vw);
    padding-left: calc(10 / 1366 * 100vw);
    border-width: calc(1 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-content__card {
    width: 223px;
    height: 210px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-width: 1px;
  }
}
.p-campaign-content__card img {
  display: block;
}
.p-campaign-content__card h5 {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-campaign-content__card h5 {
    margin-top: calc(8 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    line-height: calc(20 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-content__card h5 {
    margin-top: calc(8 / 1366 * 100vw);
    font-size: calc(14 / 1366 * 100vw);
    line-height: calc(20 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-content__card h5 {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }
}
.p-campaign-content__card p {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-campaign-content__card p {
    margin-top: calc(8 / 390 * 100vw);
    font-size: calc(10 / 390 * 100vw);
    line-height: calc(16 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-campaign-content__card p {
    margin-top: calc(8 / 1366 * 100vw);
    font-size: calc(10 / 1366 * 100vw);
    line-height: calc(16 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-campaign-content__card p {
    margin-top: 8px;
    font-size: 10px;
    line-height: 16px;
  }
}
.p-profile {
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
  box-shadow:
    0px 1px 2px 0px #71788e21,
    0px 3px 3px 0px #71788e1c,
    0px 8px 5px 0px #71788e0f,
    0px 13px 5px 0px #71788e05,
    0px 21px 6px 0px #71788e00;
}
@media screen and (max-width: 767px) {
  .p-profile {
    box-shadow:
      0px 0.75px 1.49px 0px #71788e21,
      0px 2.24px 2.24px 0px #71788e1c,
      0px 5.98px 3.74px 0px #71788e0f,
      0px 9.72px 3.74px 0px #71788e05,
      0px 15.7px 4.48px 0px #71788e00;
  }
}
@media screen and (max-width: 767px) {
  .p-profile {
    width: calc(343 / 390 * 100vw);
    padding-top: calc(40 / 390 * 100vw);
    padding-right: calc(20 / 390 * 100vw);
    padding-bottom: calc(40 / 390 * 100vw);
    padding-left: calc(20 / 390 * 100vw);
    margin-top: calc(80 / 390 * 100vw);
    border-radius: calc(8 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-profile {
    width: calc(870 / 1366 * 100vw);
    padding-top: calc(34 / 1366 * 100vw);
    padding-right: calc(70 / 1366 * 100vw);
    padding-bottom: calc(80 / 1366 * 100vw);
    padding-left: calc(70 / 1366 * 100vw);
    margin-top: calc(144 / 1366 * 100vw);
    margin-bottom: calc(144 / 1366 * 100vw);
    border-radius: calc(8 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-profile {
    width: 870px;
    padding-top: 34px;
    padding-right: 70px;
    padding-bottom: 80px;
    padding-left: 70px;
    margin-top: 144px;
    margin-bottom: 144px;
    border-radius: 8px;
  }
}
.p-profile__title {
  font-family: 'Gantari', sans-serif;
  font-weight: 700;
  color: #1a1a1c;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .p-profile__title {
    padding-bottom: calc(18 / 390 * 100vw);
    margin-bottom: calc(30 / 390 * 100vw);
    font-size: calc(16.42 / 390 * 100vw);
    line-height: calc(14.24 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-profile__title {
    padding-bottom: calc(18 / 1366 * 100vw);
    margin-bottom: calc(58 / 1366 * 100vw);
    font-size: calc(16.42 / 1366 * 100vw);
    line-height: calc(14.24 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-profile__title {
    padding-bottom: 18px;
    margin-bottom: 58px;
    font-size: 16.42px;
    line-height: 14.24px;
  }
}
.p-profile__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
  text-align: left;
}
.p-profile__image {
  display: block;
}
.p-profile__description {
  font-family: JINS_NextMedium, sans-serif;
}
@media screen and (max-width: 767px) {
  .p-profile__description img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__content {
    gap: calc(30 / 390 * 100vw);
  }
  .p-profile__description img {
    width: calc(164 / 390 * 100vw);
    margin-bottom: calc(23 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-profile__description img {
    width: calc(164 / 1366 * 100vw);
    margin-bottom: calc(27 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-profile__description img {
    width: 164px;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__description p {
    font-size: calc(14 / 390 * 100vw);
    line-height: calc(26 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .p-profile__description p {
    font-size: calc(14 / 1366 * 100vw);
    line-height: calc(26 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .p-profile__description p {
    font-size: 14px;
    line-height: 26px;
  }
}
.modal {
  position: fixed;
  inset: 0;
  top: 0;
  z-index: 1000;
  width: 100;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal * {
  pointer-events: none !important;
}
.modal.is-active {
  pointer-events: auto;
  opacity: 1;
}
.modal.is-active * {
  pointer-events: auto !important;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
  backdrop-filter: blur(0px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.modal__content-wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .modal__content-wrap {
    display: block;
  }
}
.modal__slide {
  overflow: hidden;
}
.modal__slide img {
  display: block;
}
@media screen and (max-width: 767px) {
  .modal__slide {
    width: calc(350 / 390 * 100vw);
    border-top-left-radius: calc(8 / 390 * 100vw);
    border-top-right-radius: calc(8 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .modal__slide {
    width: calc(476 / 1366 * 100vw);
    border-top-left-radius: calc(8 / 1366 * 100vw);
    border-bottom-left-radius: calc(8 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .modal__slide {
    width: 476px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
.modal__information {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.modal__information img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .modal__information {
    width: calc(350 / 390 * 100vw);
    padding-top: calc(24 / 390 * 100vw);
    padding-bottom: calc(40 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .modal__information {
    width: calc(371 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .modal__information {
    width: 371px;
  }
}
.modal.is-active .modal__overlay {
  backdrop-filter: blur(10.8px);
  opacity: 1;
}
.modal__wrap {
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  overflow: auto;
}
.modal__content {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  background: linear-gradient(
    180deg,
    rgba(243, 252, 255, 0.8) 0%,
    rgba(244, 244, 255, 0.8) 104.41%
  );
  backdrop-filter: blur(16.5px);
  border: 1px solid #fff;
  opacity: 0;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transform: translateY(20px);
}
@media screen and (max-width: 767px) {
  .modal__content {
    box-shadow:
      0px 1px 2px 0px #71788e21,
      0px 3px 3px 0px #71788e1c,
      0px 8px 5px 0px #71788e0f,
      0px 13px 5px 0px #71788e05,
      0px 21px 6px 0px #71788e00;
  }
}
@media screen and (max-width: 767px) {
  .modal__content {
    width: calc(345 / 390 * 100vw);
    padding-right: calc(25 / 390 * 100vw);
    padding-left: calc(25 / 390 * 100vw);
    margin-top: calc(160 / 390 * 100vw);
    margin-bottom: calc(60 / 390 * 100vw);
    border-radius: calc(8 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .modal__content {
    width: calc(654 / 1366 * 100vw);
    margin-top: calc(80 / 1366 * 100vw);
    margin-bottom: calc(60 / 1366 * 100vw);
    border-radius: calc(8 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .modal__content {
    width: 654px;
    margin-top: 80px;
    margin-bottom: 60px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .modal__content--product {
    width: calc(350 / 390 * 100vw);
    padding-right: calc(0 / 390 * 100vw);
    padding-left: calc(0 / 390 * 100vw);
    border-radius: calc(8 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .modal__content--product {
    width: calc(848 / 1366 * 100vw);
    border-radius: calc(8 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .modal__content--product {
    width: 848px;
    border-radius: 8px;
  }
}
.modal__content--video {
  box-sizing: border-box;
  display: none;
  width: auto;
  width: calc((100svh - var(--header-height) - 40px) / 16 * 9);
  height: calc(100svh - var(--header-height) - 40px);
  padding-top: var(--header-height);
  margin-top: 20px;
  margin-bottom: 20px;
  pointer-events: none !important;
  background: none;
  border: none !important;
  box-shadow: none;
}
.modal.is-active .modal__content--video {
  display: block;
  pointer-events: all !important;
}
.modal__content--video video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .modal__content--video {
    width: calc(345 / 390 * 100vw);
    height: calc(613.33333 / 390 * 100vw);
    padding-top: calc(0 / 390 * 100vw);
    margin-top: calc(120 / 390 * 100vw);
    margin-bottom: calc(60 / 390 * 100vw);
  }
}
.purchase-image {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .purchase-image {
    width: calc(296 / 390 * 100vw);
    margin-top: calc(45 / 390 * 100vw);
    margin-bottom: calc(45 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .purchase-image {
    width: calc(331 / 1366 * 100vw);
    margin-top: calc(45 / 1366 * 100vw);
    margin-bottom: calc(45 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .purchase-image {
    width: 331px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.modal.is-active .modal__content {
  opacity: 1;
  transform: translateY(0);
}
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: none;
  background: url('../images/modal_close.png') no-repeat center center/contain;
  border: none;
}
@media screen and (max-width: 767px) {
  .modal__close {
    width: calc(46 / 390 * 100vw);
    height: calc(46 / 390 * 100vw);
    margin-top: calc(-72 / 390 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .modal__close {
    width: calc(56 / 1366 * 100vw);
    height: calc(56 / 1366 * 100vw);
    margin-right: calc(-70 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1367px) {
  .modal__close {
    width: 56px;
    height: 56px;
    margin-right: -70px;
  }
}
body.is-modal-open {
  overflow: hidden;
}

/* VNブランドサイトフッター */
.standard-footer *,
.standard-footer *::before,
.standard-footer *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.standard-footer ul,
.standard-footer ol {
  list-style: none;
}

.standard-footer a {
  color: inherit;
  text-decoration: none;
}

.standard-footer button {
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
}

.standard-footer img {
  display: block;
  max-width: 100%;
  height: auto;
}

.standard-footer {
  padding: 24px;
  margin-top: 100px;
  font-family: JINS_NextRegular, sans-serif;
  background-color: #fff;
}

.standard-footer__list-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.standard-footer__sns-list {
  display: flex;
  gap: 24px;
  padding: 0;
  margin: 0;
  font-size: 0;
  list-style: none;
}

.standard-footer__sns-item {
  line-height: 1;
}

.standard-footer__sns-link {
  display: inline-block;
}

.standard-footer__copy {
  margin-top: 24px;
  text-align: center;
}

.standard-footer__copy-text {
  font-family: JINS_NextLight, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 769px) {
  .standard-footer {
    margin-top: 0;
  }

  .standard-footer__list-wrap {
    flex-direction: row;
  }
}

/* VNブランドサイトのヘッダー */
.header *,
.header *::before,
.header *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.header ul,
.header ol {
  list-style: none;
}

.header a {
  color: inherit;
  text-decoration: none;
}

.header button {
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
}

.header img {
  display: block;
  max-width: 100%;
  height: auto;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999 !important;
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background-color: #fff;
}

.header__outer {
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .header__outer {
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .header__outer {
    padding: 22px 48px;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .header__inner {
    position: relative;
    gap: 24px;
    width: 100%;
    padding: 8px 8px 8px 24px;
  }
}

.header__logo-link {
  display: inline-block;
}

.header__logo {
  width: 86px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 70px;
  }
}

.header__hamburger {
  z-index: 50;
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #e6e6e6 !important;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}

.header__hamburger-line-wrap {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 15px;
}

.header__hamburger-line {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1.5px;
  background-color: #000;
}

.header__hamburger-line--top {
  top: 0;
  transition:
    transform 0.2s,
    top 0.2s;
}

.header__hamburger-line--middle {
  top: 50%;
  transition: opacity 0.2s;
  transform: translateY(-50%);
}

.header__hamburger-line--bottom {
  bottom: 0;
  transition:
    transform 0.2s,
    bottom 0.2s;
}

.header__hamburger.is-open .header__hamburger-line--top {
  top: 7px;
  transform: rotate(45deg);
}

.header__hamburger.is-open .header__hamburger-line--middle {
  opacity: 0;
}

.header__hamburger.is-open .header__hamburger-line--bottom {
  bottom: 6px;
  transform: rotate(-45deg);
}

.header__menu-sp {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 40;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(27, 27, 27, 0.5);
}

@media screen and (min-width: 768px) {
  .header__menu-sp {
    display: none;
  }
}

.header__menu-sp-inner {
  position: absolute;
  right: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px);
  height: 100%;
  padding: 10px;
  overflow: auto;
  background-color: #fff;
}

.header__menu-sp-inner .header__link-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 5px 20px;
  margin-top: 60px;
  font-family: JINS_NextMedium, sans-serif;
  font-size: 1.0625rem;
  letter-spacing: 0.02em;
}

.header__menu-sp-inner .header__link-list li {
  width: 100%;
}

.header__menu-sp-inner .header__submenu {
  padding: 12px;
}

.header__menu-sp-inner .header__submenu a {
  font-family: JINS_NextLight, sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  transition: opacity 0.3s ease;
}

.header__menu-sp-inner .header__submenu a:hover {
  opacity: 0.7;
}

.header__link-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  font-size: 17px;
  letter-spacing: 0.05em;
}

.header__link {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.header__link:hover {
  opacity: 0.7;
}

.header__link-submenu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 17px;
  cursor: pointer;
}

.header__link-text {
  font-size: 17px;
  font-weight: 500;
  color: #000;
}

.header__submenu-link {
  display: inline-block;
  width: 100%;
  padding: 8px 0px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.header__submenu-link:hover {
  opacity: 0.7;
}

.header__menu-pc {
  flex: 1 1 auto;
}

@media screen and (max-width: 767px) {
  .header__menu-pc {
    display: none;
  }
}

.header__menu-pc-inner .header__link-list {
  display: flex;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
  .header__menu-pc-inner .header__link-list {
    flex-direction: row;
    gap: 30px;
    align-items: center;
    justify-content: center;
    padding-right: 86px;
  }
}

.header__menu-pc-inner .header__submenu {
  position: relative;
  cursor: pointer;
}

.header__menu-pc-inner .header__submenu:hover::after,
.header__menu-pc-inner .header__submenu.is-open::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #000;
}

.header__submenu-header {
  position: absolute;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 24px 0 32px 0;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .header__submenu-header {
    display: none;
  }
}

.header__overlay {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  background-color: rgba(27, 27, 27, 0.5);
  animation: fadeIn 0.3s ease;
}

@media screen and (max-width: 767px) {
  .header__overlay {
    display: none;
  }
}

.header__link-pc {
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.header__link-pc:hover {
  opacity: 0.7;
}

.header__link-pc:hover::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #000;
}

.header__link-submenu svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.header__link-submenu.is-open svg {
  transform: rotate(180deg);
}
