/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2[0].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/cp/bayflow/2023_spring_men/assets/css/common.scss ***!
  \******************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* GROUND animation
***********************************/
.upShow {
  animation: jsUpShow 1.2s 1s cubic-bezier(0.165, 0.84, 0.44, 1) backwards;
}

@keyframes jsUpShow {
  0% {
    opacity: 0;
    transform: translateY(80px);
    visibility: hidden;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes jsDownShow {
  0% {
    opacity: 0;
    transform: translateY(-30px);
    visibility: hidden;
  }
  60% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes jsFedeShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes jsFedeHide {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes moveFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes moveFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes moveFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveToTop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes moveToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes moveToRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes moveToBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes maskFromTop {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    visibility: visible;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    visibility: visible;
  }
}
@keyframes maskFromLeft {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    visibility: visible;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    visibility: visible;
  }
}
@keyframes maskFromRight {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    visibility: visible;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    visibility: visible;
  }
}
@keyframes maskFromBottom {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    visibility: visible;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    visibility: visible;
  }
}
@keyframes maskFromScale {
  0% {
    -webkit-clip-path: inset(20% 20% 20% 20%);
            clip-path: inset(20% 20% 20% 20%);
    visibility: visible;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    visibility: visible;
  }
}
@keyframes maskToTop {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    visibility: visible;
  }
  100% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    visibility: visible;
  }
}
@keyframes maskToLeft {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    visibility: visible;
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    visibility: visible;
  }
}
@keyframes maskToRight {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    visibility: visible;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    visibility: visible;
  }
}
@keyframes maskToBottom {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    visibility: visible;
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    visibility: visible;
  }
}
[data-mask=FromTop] {
  animation: maskFromTop 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

[data-mask=FromLeft] {
  animation: maskFromLeft 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

[data-mask=FromRight] {
  animation: maskFromRight 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

[data-mask=FromBottom] {
  animation: maskFromBottom 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

[data-mask=ToTop] {
  animation: maskToTop 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

[data-mask=ToLeft] {
  animation: maskToLeft 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

[data-mask=ToRight] {
  animation: maskToRight 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

[data-mask=ToBottom] {
  animation: maskToBottom 0.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

@keyframes ScalefadeIn {
  0% {
    transform: scale(1.12);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes accordionHeight {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.jsStanby {
  visibility: hidden;
}

.scrAnim {
  position: relative;
}

.scrAnimDelay0 {
  position: relative;
}

.animShow {
  animation: jsUpShow 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.animShow.-right {
  animation: maskFromRight 1.2s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) backwards;
}
.animShow.-right img {
  animation: transRight 1.2s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) backwards;
}
.animShow.-left {
  animation: maskFromLeft 1.2s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) backwards;
}
.animShow.-left img {
  animation: transLeft 1.2s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) backwards;
}

@keyframes transRight {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes transLeft {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes moveAround {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(-15px);
  }
}
.moveAround {
  animation: moveAround 10s ease-in-out infinite;
}

/* GROUND override
***********************************/
html {
  font-size: 62.5%;
  scrollbar-width: none;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 7.6388888889px;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media print {
  html {
    font-size: 10px;
  }
}

body {
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  position: relative;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  font-weight: normal;
  font-feature-settings: "palt";
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::after {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0vw;
  z-index: 10;
  pointer-events: none;
  background-color: #d64159;
}
@media (min-width: 769px) {
  body::after {
    width: 50%;
    left: 50%;
  }
}
body *, body *:before, body *:after {
  box-sizing: border-box;
}
body.ready::after {
  animation: maskToLeft 1s cubic-bezier(0.77, 0, 0.175, 1) 1.4s forwards;
}
body::-webkit-scrollbar {
  display: none;
}

.en {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bold {
  font-weight: bold;
}

img {
  pointer-events: none;
}

::selection {
  color: #000;
  background-color: #D9D9D9;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
  outline: none;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:visited {
  color: #000;
}

i {
  display: inline-block;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: top;
  height: auto;
}

canvas, video {
  vertical-align: top;
}

button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: inherit;
  white-space: normal;
  cursor: pointer;
}

* {
  -webkit-tap-highlight-color: transparent;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

input:focus, textarea:focus, input[type]:focus, .uneditable-input:focus {
  outline: 0;
  box-shadow: none;
  border: none;
  background-color: transparent;
}

select,
input[type=text],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=number],
input[type=file],
input[type=date],
textarea,
select:focus,
input[type=text]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=file]:focus,
input[type=date]:focus,
textarea:focus {
  padding: 0 1rem;
  border: 2px solid #000;
  width: 335px;
  height: 56px;
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 768px) {
  select,
input[type=text],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=number],
input[type=file],
input[type=date],
textarea,
select:focus,
input[type=text]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=file]:focus,
input[type=date]:focus,
textarea:focus {
    padding: 0 15px;
    height: 42px;
    font-size: 12px;
    border: 1px solid #000;
    width: 100%;
  }
  html.ANDROID select,
html.ANDROID input[type=text],
html.ANDROID input[type=search],
html.ANDROID input[type=tel],
html.ANDROID input[type=url],
html.ANDROID input[type=email],
html.ANDROID input[type=password],
html.ANDROID input[type=number],
html.ANDROID input[type=file],
html.ANDROID input[type=date],
html.ANDROID textarea,
html.ANDROID select:focus,
html.ANDROID input[type=text]:focus,
html.ANDROID input[type=search]:focus,
html.ANDROID input[type=tel]:focus,
html.ANDROID input[type=url]:focus,
html.ANDROID input[type=email]:focus,
html.ANDROID input[type=password]:focus,
html.ANDROID input[type=number]:focus,
html.ANDROID input[type=file]:focus,
html.ANDROID input[type=date]:focus,
html.ANDROID textarea:focus {
    padding: 0 15px;
  }
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

select {
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 768px) {
  select {
    background-position: right 1.2rem top 50%;
    background-size: 1.2rem;
  }
}

textarea, textarea:focus {
  font-weight: bold;
  height: 135px;
}

input[type=checkbox],
input[type=radio],
input[type=checkbox]:focus,
input[type=radio]:focus {
  width: 20px;
  height: 20px;
  border: 1px solid #CCCCCC;
  margin-right: 10px;
  position: relative;
}
input[type=checkbox][type=radio],
input[type=radio][type=radio],
input[type=checkbox]:focus[type=radio],
input[type=radio]:focus[type=radio] {
  border-radius: 20px;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
  background-color: #333333;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
input[type=checkbox]:checked[type=radio],
input[type=radio]:checked[type=radio] {
  border-radius: 20px;
}
input[type=checkbox]:checked[type=radio]:before,
input[type=radio]:checked[type=radio]:before {
  border-radius: 20px;
}

/* 共通部分
*******************/
header.header {
  width: 100%;
  background-color: #c7c6b7;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  header.header {
    position: absolute;
  }
}
@media all and (min-width: 769px) {
  header.header {
    height: 8.2rem;
  }
}
@media all and (max-width: 768px) {
  header.header {
    height: 5.8rem;
  }
}
header.header .brand-logo {
  display: flex;
  margin-right: auto;
}
@media all and (min-width: 769px) {
  header.header .brand-logo {
    width: 16.65rem;
  }
}
@media all and (max-width: 768px) {
  header.header .brand-logo {
    width: 13.85rem;
  }
}
@media all and (min-width: 769px) {
  header.header .brand-logo {
    margin-left: 3rem;
  }
}
@media all and (max-width: 768px) {
  header.header .brand-logo {
    margin-left: auto;
  }
}

@media (min-width: 769px) {
  .footer.footer {
    padding-left: 50%;
  }
}
.footer.footer .-wrapper {
  margin: auto;
}
@media all and (min-width: 769px) {
  .footer.footer .-wrapper {
    width: 31.8rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .-wrapper {
    width: 31.8rem;
  }
}
@media all and (min-width: 769px) {
  .footer.footer .-wrapper {
    margin-bottom: 1.6rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .-wrapper {
    margin-bottom: 1.6rem;
  }
}
.footer.footer .page-link {
  display: block;
  text-align: right;
}
@media all and (min-width: 769px) {
  .footer.footer .page-link {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .page-link {
    font-size: 2.4rem;
  }
}
.footer.footer .page-link .txt {
  position: relative;
}
@media all and (min-width: 769px) {
  .footer.footer .page-link .txt {
    padding-right: 3.6rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .page-link .txt {
    padding-right: 3.6rem;
  }
}
.footer.footer .page-link .txt:after {
  content: "";
  position: absolute;
  background-image: url(/static/docs/bayflow/pages/2023_spring_women/assets/img/common/arrow-link.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 769px) {
  .footer.footer .page-link .txt:after {
    top: 0.7rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .page-link .txt:after {
    top: 0.7rem;
  }
}
@media all and (min-width: 769px) {
  .footer.footer .page-link .txt:after {
    right: 1.3rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .page-link .txt:after {
    right: 1.3rem;
  }
}
@media all and (min-width: 769px) {
  .footer.footer .page-link .txt:after {
    width: 1.3rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .page-link .txt:after {
    width: 1.3rem;
  }
}
@media all and (min-width: 769px) {
  .footer.footer .page-link .txt:after {
    height: 1.3rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .page-link .txt:after {
    height: 1.3rem;
  }
}
.footer.footer .online-link {
  position: relative;
  display: block;
  letter-spacing: 0.03em;
  text-align: center;
}
@media all and (min-width: 769px) {
  .footer.footer .online-link {
    margin-top: 4.8rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .online-link {
    margin-top: 4.8rem;
  }
}
@media all and (min-width: 769px) {
  .footer.footer .online-link {
    padding: 0.9rem 0rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .online-link {
    padding: 0.9rem 0rem;
  }
}
@media all and (min-width: 769px) {
  .footer.footer .online-link {
    font-size: 3.6rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .online-link {
    font-size: 3.6rem;
  }
}
.footer.footer .online-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: solid #000;
  border-top: solid #000;
}
@media all and (min-width: 769px) {
  .footer.footer .online-link:before {
    width: 0.9rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .online-link:before {
    width: 0.9rem;
  }
}
@media all and (min-width: 769px) {
  .footer.footer .online-link:before {
    height: 0.9rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .online-link:before {
    height: 0.9rem;
  }
}
@media all and (min-width: 769px) {
  .footer.footer .online-link:before {
    border-width: 0.1rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .online-link:before {
    border-width: 0.1rem;
  }
}
.footer.footer .online-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: solid #000;
  border-bottom: solid #000;
}
@media all and (min-width: 769px) {
  .footer.footer .online-link:after {
    width: 0.9rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .online-link:after {
    width: 0.9rem;
  }
}
@media all and (min-width: 769px) {
  .footer.footer .online-link:after {
    height: 0.9rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .online-link:after {
    height: 0.9rem;
  }
}
@media all and (min-width: 769px) {
  .footer.footer .online-link:after {
    border-width: 0.1rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .online-link:after {
    border-width: 0.1rem;
  }
}
.footer.footer .online-link .txt {
  position: relative;
  display: block;
}
.footer.footer .online-link .txt:before {
  content: "";
  position: absolute;
  border-right: solid #000;
  border-top: solid #000;
}
@media all and (min-width: 769px) {
  .footer.footer .online-link .txt:before {
    top: -0.9rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .online-link .txt:before {
    top: -0.9rem;
  }
}
@media all and (min-width: 769px) {
  .footer.footer .online-link .txt:before {
    right: 0rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .online-link .txt:before {
    right: 0rem;
  }
}
@media all and (min-width: 769px) {
  .footer.footer .online-link .txt:before {
    width: 0.9rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .online-link .txt:before {
    width: 0.9rem;
  }
}
@media all and (min-width: 769px) {
  .footer.footer .online-link .txt:before {
    height: 0.9rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .online-link .txt:before {
    height: 0.9rem;
  }
}
@media all and (min-width: 769px) {
  .footer.footer .online-link .txt:before {
    border-width: 0.1rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .online-link .txt:before {
    border-width: 0.1rem;
  }
}
.footer.footer .online-link .txt:after {
  content: "";
  position: absolute;
  right: 0;
  border-right: solid #000;
  border-bottom: solid #000;
}
@media all and (min-width: 769px) {
  .footer.footer .online-link .txt:after {
    bottom: -0.9rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .online-link .txt:after {
    bottom: -0.9rem;
  }
}
@media all and (min-width: 769px) {
  .footer.footer .online-link .txt:after {
    width: 0.9rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .online-link .txt:after {
    width: 0.9rem;
  }
}
@media all and (min-width: 769px) {
  .footer.footer .online-link .txt:after {
    height: 0.9rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .online-link .txt:after {
    height: 0.9rem;
  }
}
@media all and (min-width: 769px) {
  .footer.footer .online-link .txt:after {
    border-width: 0.1rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .online-link .txt:after {
    border-width: 0.1rem;
  }
}
.footer.footer .copy {
  text-align: right;
  letter-spacing: 0.05em;
}
@media all and (min-width: 769px) {
  .footer.footer .copy {
    margin-top: 5.6rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .copy {
    margin-top: 5.6rem;
  }
}
@media all and (min-width: 769px) {
  .footer.footer .copy {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .copy {
    font-size: 1.1rem;
  }
}
@media all and (min-width: 769px) {
  .footer.footer .copy {
    line-height: 1.6rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .copy {
    line-height: 1.6rem;
  }
}
.footer.footer .copyright {
  text-align: center;
  letter-spacing: 0.05em;
}
@media all and (min-width: 769px) {
  .footer.footer .copyright {
    margin-top: 4.4rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .copyright {
    margin-top: 4.4rem;
  }
}
@media all and (min-width: 769px) {
  .footer.footer .copyright {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 768px) {
  .footer.footer .copyright {
    font-size: 1.1rem;
  }
}

.bg-white {
  background: #fff;
}

.bold {
  font-weight: bold;
}

.hide {
  display: none;
}

:root {
  --vh: 1vh;
  --vw: 1vw;
  --spHeight: 700px;
}

svg.sprite,
svg.sprite use {
  fill: currentColor;
}

.bg-muted {
  background-color: #F2F2F0;
}

* {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.underline, .underline_reverse {
  position: relative;
}
.underline::after, .underline_reverse::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
}
@media (min-width: 769px) {
  .underline:hover::after, .underline_reverse:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}

.underline_reverse::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
@media (min-width: 769px) {
  .underline_reverse:hover::after {
    transform: scaleX(0);
    transform-origin: bottom right;
  }
}

.btn {
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (min-width: 769px) {
  .btn:hover {
    opacity: 0.5;
  }
  .btn:hover.round {
    opacity: 0.8;
  }
}

.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.relative {
  position: relative;
}

@media all and (min-width: 769px) {
  .spacerXL {
    height: 9rem;
  }
}
@media all and (max-width: 768px) {
  .spacerXL {
    height: 7rem;
  }
}

@media all and (min-width: 769px) {
  .spacerLg {
    height: 7rem;
  }
}
@media all and (max-width: 768px) {
  .spacerLg {
    height: 5rem;
  }
}

@media all and (min-width: 769px) {
  .spacerMd {
    height: 5rem;
  }
}
@media all and (max-width: 768px) {
  .spacerMd {
    height: 5rem;
  }
}

@media all and (min-width: 769px) {
  .spacerSm {
    height: 3rem;
  }
}
@media all and (max-width: 768px) {
  .spacerSm {
    height: 3rem;
  }
}

@media (min-width: 769px) {
  .spOnly {
    display: none;
  }

  .btn {
    display: inline-block;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}
.hidden {
  visibility: hidden;
}

svg {
  width: 100%;
  height: auto;
}

.relative {
  position: relative;
}

.w100 {
  width: 100%;
}

.t-center {
  text-align: center;
}

.flex {
  display: flex;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-middle {
  display: flex;
  align-items: center;
}

.flex-center {
  justify-content: center;
  display: flex;
}

.flex-all-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.overflow {
  overflow: hidden;
}

.fsz-m {
  line-height: 2.14;
}
@media all and (min-width: 769px) {
  .fsz-m {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 768px) {
  .fsz-m {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .fsz-m {
    line-height: 1.96;
  }
}

@media all and (min-width: 769px) {
  .hp_mt_10 {
    margin-top: 1rem;
  }
}
@media all and (max-width: 768px) {
  .hp_mt_10 {
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .hp_mb_10_sp {
    margin-bottom: 1rem;
  }
}

/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  padding: 15px 15px;
  /* 5 */
  background: rgba(0, 0, 0, 0.6);
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-modal {
    padding: 50px 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*
 * Open
 */
.uk-modal.uk-open {
  opacity: 1;
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-modal-page {
  overflow: hidden;
}

/* Dialog
 ========================================================================== */
/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
 *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  /* 3 */
  max-width: calc(100% - 0.01px) !important;
  /* 4 */
  background: #fff;
  /* 5 */
  opacity: 0;
  will-change: transform;
  transform: scale(0.8);
  transition: 0.5s;
  transition-property: opacity, transform;
}

/*
 * Open
 */
.uk-open > .uk-modal-dialog {
  will-change: transform;
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
[class*=uk-modal-close-] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px;
}

/*
 * Remove margin from adjacent element
 */
[class*=uk-modal-close-]:first-child + * {
  margin-top: 0;
}

.uk-modal-dialog {
  background-color: #fff;
}

.uk-flex {
  display: flex;
}

.uk-flex-top {
  align-items: flex-start;
}

.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.uk-width-auto {
  width: auto;
}

.uk-switcher > li {
  display: none;
}
.uk-switcher > li.uk-active {
  display: block;
}

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/* Show */
.uk-dropdown {
  display: none;
}
.uk-dropdown.uk-open {
  display: block;
}

/**
 * Swiper 5.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 11, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-button-prev {
  left: 0;
  width: 60px;
  height: 60px;
}
.swiper-button-prev:after {
  content: none;
}

.swiper-button-next {
  right: 0;
  width: 60px;
  height: 60px;
}
.swiper-button-next:after {
  content: none;
}

.swiper-container .swiper-pagination {
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 2.5px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #79888B;
}

/* 共通部分
*******************/
.wrapper {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
@media (min-width: 769px) {
  .wrapper {
    min-width: 1100px;
  }
}

.section-kv {
  pointer-events: none;
  border-bottom: solid 1px #858585;
  width: 100%;
}
@media all and (min-width: 769px) {
  .section-kv {
    padding-bottom: 9.65rem;
  }
}
@media all and (max-width: 768px) {
  .section-kv {
    padding-bottom: 4.2rem;
  }
}
.section-kv .slide-pics {
  position: relative;
}
@media all and (min-width: 769px) {
  .section-kv .slide-pics {
    width: 69rem;
  }
}
@media all and (max-width: 768px) {
  .section-kv .slide-pics {
    width: 37.5rem;
  }
}
@media all and (min-width: 769px) {
  .section-kv .slide-pics {
    height: 65.9rem;
  }
}
@media all and (max-width: 768px) {
  .section-kv .slide-pics {
    height: 36.9rem;
  }
}
@media (max-width: 768px) {
  .section-kv .slide-pics {
    overflow: hidden;
  }
}
.section-kv .slide-pics[data-current="1"] .pic:nth-child(2) {
  animation: slide1 0.5s ease-out both;
}
.section-kv .slide-pics[data-current="2"] .pic:nth-child(3) {
  animation: slide1 0.5s ease-out both;
}
.section-kv .slide-pics[data-current="3"] .pic:nth-child(4) {
  animation: slide1 0.5s ease-out both;
}
.section-kv .slide-pics[data-current="4"] .pic:nth-child(1) {
  animation: slide1 0.5s ease-out both;
}
.section-kv .slide-pics[data-current="1"] .pic:nth-child(3) {
  animation: slide2 0.5s ease-out both;
}
.section-kv .slide-pics[data-current="2"] .pic:nth-child(4) {
  animation: slide2 0.5s ease-out both;
}
.section-kv .slide-pics[data-current="3"] .pic:nth-child(1) {
  animation: slide2 0.5s ease-out both;
}
.section-kv .slide-pics[data-current="4"] .pic:nth-child(2) {
  animation: slide2 0.5s ease-out both;
}
.section-kv .slide-pics[data-current="1"] .pic:nth-child(4) {
  animation: slide3 0.5s ease-out both;
}
.section-kv .slide-pics[data-current="2"] .pic:nth-child(1) {
  animation: slide3 0.5s ease-out both;
}
.section-kv .slide-pics[data-current="3"] .pic:nth-child(2) {
  animation: slide3 0.5s ease-out both;
}
.section-kv .slide-pics[data-current="4"] .pic:nth-child(3) {
  animation: slide3 0.5s ease-out both;
}
.section-kv .slide-pics[data-current="1"] .pic:nth-child(1) {
  animation: slide4 0.5s ease-out both;
}
.section-kv .slide-pics[data-current="2"] .pic:nth-child(2) {
  animation: slide4 0.5s ease-out both;
}
.section-kv .slide-pics[data-current="3"] .pic:nth-child(3) {
  animation: slide4 0.5s ease-out both;
}
.section-kv .slide-pics[data-current="4"] .pic:nth-child(4) {
  animation: slide4 0.5s ease-out both;
}
.section-kv .slide-pics .pic {
  position: absolute;
  top: 0;
}
@media all and (min-width: 769px) {
  .section-kv .slide-pics .pic {
    width: 51.75rem;
  }
}
@media all and (max-width: 768px) {
  .section-kv .slide-pics .pic {
    width: 29rem;
  }
}
.section-kv .slide-pics .pic:nth-child(1) {
  z-index: 4;
}
@media all and (min-width: 769px) {
  .section-kv .slide-pics .pic:nth-child(1) {
    left: 0rem;
  }
}
@media all and (max-width: 768px) {
  .section-kv .slide-pics .pic:nth-child(1) {
    left: 0rem;
  }
}
@media (max-width: 768px) {
  @keyframes slide1 {
    0% {
      z-index: 3;
      left: 2.8333333333rem;
    }
    100% {
      z-index: 4;
      left: 0rem;
    }
  }
}
@media (min-width: 769px) {
  @keyframes slide1 {
    0% {
      z-index: 3;
      left: 5.75rem;
    }
    100% {
      z-index: 4;
      left: 0rem;
    }
  }
}
.section-kv .slide-pics .pic:nth-child(2) {
  z-index: 3;
}
@media all and (min-width: 769px) {
  .section-kv .slide-pics .pic:nth-child(2) {
    left: 5.75rem;
  }
}
@media all and (max-width: 768px) {
  .section-kv .slide-pics .pic:nth-child(2) {
    left: 2.8333333333rem;
  }
}
@media (max-width: 768px) {
  @keyframes slide2 {
    0% {
      z-index: 2;
      left: 5.6666666667rem;
    }
    100% {
      z-index: 3;
      left: 2.8333333333rem;
    }
  }
}
@media (min-width: 769px) {
  @keyframes slide2 {
    0% {
      z-index: 2;
      left: 11.5rem;
    }
    100% {
      z-index: 3;
      left: 5.75rem;
    }
  }
}
.section-kv .slide-pics .pic:nth-child(3) {
  z-index: 2;
}
@media all and (min-width: 769px) {
  .section-kv .slide-pics .pic:nth-child(3) {
    left: 11.5rem;
  }
}
@media all and (max-width: 768px) {
  .section-kv .slide-pics .pic:nth-child(3) {
    left: 5.6666666667rem;
  }
}
@media (max-width: 768px) {
  @keyframes slide3 {
    0% {
      z-index: 1;
      left: 8.5rem;
    }
    100% {
      z-index: 2;
      left: 5.6666666667rem;
    }
  }
}
@media (min-width: 769px) {
  @keyframes slide3 {
    0% {
      z-index: 1;
      left: 17.25rem;
    }
    100% {
      z-index: 2;
      left: 11.5rem;
    }
  }
}
.section-kv .slide-pics .pic:nth-child(4) {
  z-index: 1;
}
@media all and (min-width: 769px) {
  .section-kv .slide-pics .pic:nth-child(4) {
    left: 17.25rem;
  }
}
@media all and (max-width: 768px) {
  .section-kv .slide-pics .pic:nth-child(4) {
    left: 8.5rem;
  }
}
@media (max-width: 768px) {
  @keyframes slide4 {
    0% {
      z-index: 5;
      left: 0;
    }
    20% {
      opacity: 0;
      z-index: 5;
      left: -2.8333333333rem;
    }
    21% {
      z-index: 0;
      left: 11.3333333333rem;
    }
    100% {
      z-index: 1;
      left: 8.5rem;
    }
  }
}
@media (min-width: 769px) {
  @keyframes slide4 {
    0% {
      z-index: 5;
      left: 0;
    }
    20% {
      opacity: 0;
      z-index: 5;
      left: -5.75rem;
    }
    21% {
      z-index: 0;
      left: 23rem;
    }
    100% {
      z-index: 1;
      left: 17.25rem;
    }
  }
}
.section-kv .kv-shoulder {
  letter-spacing: 0.05em;
}
@media all and (min-width: 769px) {
  .section-kv .kv-shoulder {
    font-size: 4rem;
  }
}
@media all and (max-width: 768px) {
  .section-kv .kv-shoulder {
    font-size: 4rem;
  }
}
.section-kv .kv-title {
  position: relative;
  pointer-events: auto;
  z-index: 6;
  display: flex;
  align-items: flex-start;
}
.section-kv .kv-title .acumin {
  line-height: 1;
  margin-right: 0.25em;
  letter-spacing: 0.03em;
}
@media all and (min-width: 769px) {
  .section-kv .kv-title .acumin {
    font-size: 4.43rem;
  }
}
@media all and (max-width: 768px) {
  .section-kv .kv-title .acumin {
    font-size: 2.28rem;
  }
}
.section-kv .kv-title .trajan {
  letter-spacing: -0.03em;
  line-height: 1;
}
@media all and (min-width: 769px) {
  .section-kv .kv-title .trajan {
    font-size: 8.88rem;
  }
}
@media all and (max-width: 768px) {
  .section-kv .kv-title .trajan {
    font-size: 4.53rem;
  }
}
.section-kv .kv-text {
  margin: auto;
  line-height: 1.79;
  letter-spacing: 0.07rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .section-kv .kv-title {
    width: 30.6rem;
    flex-direction: column;
    margin: auto;
    margin-top: -1.3rem;
  }
  .section-kv .kv-title .trajan {
    margin-top: 0.8rem;
  }
  .section-kv .kv-shoulder {
    width: 30.6rem;
    margin: auto;
    text-align: right;
    font-size: 1.68rem;
    margin-top: 0.3rem;
  }
  .section-kv .kv-text {
    width: 26rem;
    margin-top: 3rem;
  }
}
@media (min-width: 769px) {
  .section-kv .inner {
    position: relative;
    display: flex;
  }
  .section-kv .inner .kv-title {
    white-space: nowrap;
    position: absolute;
    bottom: -6.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .section-kv .inner .kv-text {
    order: 1;
    width: 23.55rem;
  }
  .section-kv .inner .slide-pics {
    order: 2;
  }
  .section-kv .inner .kv-shoulder {
    width: 23.55rem;
    order: 3;
    margin: auto;
    text-align: center;
    white-space: nowrap;
  }
}

/* 各パーツ
*****************************/
/* slide-btnのレイアウト */
.btn-holder {
  margin: auto;
}
@media all and (min-width: 769px) {
  .btn-holder {
    width: 27.5rem;
  }
}
@media all and (max-width: 768px) {
  .btn-holder {
    width: 13.9rem;
  }
}
@media all and (min-width: 769px) {
  .r-article-section .btn-holder {
    width: 44.3rem;
  }
}
@media all and (max-width: 768px) {
  .r-article-section .btn-holder {
    width: 15.9rem;
  }
}

.slide-btn {
  border-radius: 3.5rem;
  display: flex;
  align-items: center;
  border: 2px solid #ff0000;
}
@media all and (min-width: 769px) {
  .slide-btn {
    width: 27.5rem;
  }
}
@media all and (max-width: 768px) {
  .slide-btn {
    width: 13.9rem;
  }
}
@media all and (min-width: 769px) {
  .slide-btn {
    height: 7rem;
  }
}
@media all and (max-width: 768px) {
  .slide-btn {
    height: 3.5rem;
  }
}
@media (max-width: 768px) {
  .slide-btn {
    border: 1px solid #ff0000;
  }
}
@media all and (min-width: 769px) {
  .r-article-section .slide-btn {
    width: 44.3rem;
  }
}
@media all and (max-width: 768px) {
  .r-article-section .slide-btn {
    width: 15.9rem;
  }
}
@media all and (min-width: 769px) {
  .r-article-section .slide-btn {
    height: 7rem;
  }
}
@media all and (max-width: 768px) {
  .r-article-section .slide-btn {
    height: 4rem;
  }
}
.slide-btn .btn-icon {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 769px) {
  .slide-btn .btn-icon {
    width: 6.6rem;
  }
}
@media all and (max-width: 768px) {
  .slide-btn .btn-icon {
    width: 3.5rem;
  }
}
@media all and (min-width: 769px) {
  .slide-btn .btn-icon {
    height: 6.6rem;
  }
}
@media all and (max-width: 768px) {
  .slide-btn .btn-icon {
    height: 3.5rem;
  }
}
@media (min-width: 769px) {
  .slide-btn .btn-icon {
    height: 100%;
  }
}
@media all and (min-width: 769px) {
  .r-article-section .slide-btn .btn-icon {
    width: 6.6rem;
  }
}
@media all and (max-width: 768px) {
  .r-article-section .slide-btn .btn-icon {
    width: 4rem;
  }
}
@media all and (min-width: 769px) {
  .r-article-section .slide-btn .btn-icon {
    height: 6.6rem;
  }
}
@media all and (max-width: 768px) {
  .r-article-section .slide-btn .btn-icon {
    height: 4rem;
  }
}
@media (min-width: 769px) {
  .r-article-section .slide-btn .btn-icon {
    height: 100%;
  }
}
.slide-btn .btn-txt {
  color: #ff0000;
}
@media all and (min-width: 769px) {
  .slide-btn .btn-txt {
    margin-bottom: 0.3rem;
  }
}
@media all and (max-width: 768px) {
  .slide-btn .btn-txt {
    margin-bottom: 0.1rem;
  }
}
@media all and (min-width: 769px) {
  .slide-btn .btn-txt {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .slide-btn .btn-txt {
    font-size: 1.4rem;
  }
}

/* セクションタイトル */
.ttl-block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
.ttl-block.movie {
  flex-direction: column;
}
.ttl-block.movie .ttl {
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media all and (min-width: 769px) {
  .ttl-block.movie .ttl {
    font-size: 5rem;
  }
}
@media all and (max-width: 768px) {
  .ttl-block.movie .ttl {
    font-size: 3rem;
  }
}
.ttl-block.movie .ttl-sub {
  letter-spacing: 0.05em;
}
@media all and (min-width: 769px) {
  .ttl-block.movie .ttl-sub {
    margin-top: -0.1rem;
  }
}
@media all and (max-width: 768px) {
  .ttl-block.movie .ttl-sub {
    margin-top: 0.2rem;
  }
}
@media all and (min-width: 769px) {
  .ttl-block.movie .ttl-sub {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  .ttl-block.movie .ttl-sub {
    font-size: 1.2rem;
  }
}
@media (min-width: 769px) {
  .ttl-block.report {
    /* 記事3個以上の場合 */
    margin-left: 8.547008547%;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .ttl-block.report {
    align-items: flex-end;
  }
}
@media all and (min-width: 769px) {
  .ttl-block.report .icon {
    width: 9.9rem;
  }
}
@media all and (max-width: 768px) {
  .ttl-block.report .icon {
    width: 4.9rem;
  }
}
@media all and (min-width: 769px) {
  .ttl-block.report .icon {
    margin-right: 1.9rem;
  }
}
@media all and (max-width: 768px) {
  .ttl-block.report .icon {
    margin-right: 1.5rem;
  }
}
@media all and (min-width: 769px) {
  .ttl-block.report .ttl {
    width: 34.3rem;
  }
}
@media all and (max-width: 768px) {
  .ttl-block.report .ttl {
    width: 18.1rem;
  }
}
.ttl-block.sns .ttl {
  letter-spacing: 0.04em;
}
@media all and (min-width: 769px) {
  .ttl-block.sns .ttl {
    font-size: 3rem;
  }
}
@media all and (max-width: 768px) {
  .ttl-block.sns .ttl {
    font-size: 1.8rem;
  }
}

/* レポート記事 */
.article-block .pic-wrap {
  overflow: hidden;
  border-radius: 3rem;
  transform: rotate(0.1deg);
}
.article-block .pic {
  height: 68.3333333333%;
}
.article-block .pic img {
  border-radius: 3rem;
  height: 100%;
}
@media all and (min-width: 769px) {
  .article-block .txt-wrap {
    padding: 0rem 0.5rem 0rem 0.5rem;
  }
}
@media all and (max-width: 768px) {
  .article-block .txt-wrap {
    padding: 0rem 0.5rem 0rem 0.6rem;
  }
}
.article-block .txt-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (min-width: 769px) {
  .article-block .txt-head {
    margin-top: 2rem;
  }
}
@media all and (max-width: 768px) {
  .article-block .txt-head {
    margin-top: 2rem;
  }
}
.article-block .txt-head .date .txt {
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media all and (min-width: 769px) {
  .article-block .txt-head .date .txt {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 768px) {
  .article-block .txt-head .date .txt {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 769px) {
  .article-block .main-txt {
    margin-top: 0.7rem;
  }
}
@media all and (max-width: 768px) {
  .article-block .main-txt {
    margin-top: 0.7rem;
  }
}
.article-block .main-txt .txt {
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: start;
}
@media all and (min-width: 769px) {
  .article-block .main-txt .txt {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 768px) {
  .article-block .main-txt .txt {
    font-size: 1.6rem;
  }
}

/* snsアイコン */
.sns-btn-holder-wrap {
  display: flex;
}
@media all and (min-width: 769px) {
  .sns-btn-holder-wrap .sns-btn-holder:not(:first-child) {
    margin-left: 3.1rem;
  }
}
@media all and (max-width: 768px) {
  .sns-btn-holder-wrap .sns-btn-holder:not(:first-child) {
    margin-left: 2rem;
  }
}
.sns-btn-holder-wrap .sns-btn-holder .icon {
  display: block;
}
@media all and (min-width: 769px) {
  .sns-btn-holder-wrap .sns-btn-holder .icon {
    width: 7rem;
  }
}
@media all and (max-width: 768px) {
  .sns-btn-holder-wrap .sns-btn-holder .icon {
    width: 4rem;
  }
}

/*****************************

 ARTICLE PAGE

*****************************/
.txt-block-holder {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .txt-block-holder {
    width: 69.8069498069%;
  }
}
.pic-block-holder {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .pic-block-holder {
    width: 69.8069498069%;
  }
}
@media (min-width: 769px) {
  .pc-mt50 {
    margin-top: 5rem;
  }

  .pc-mt80 {
    margin-top: 8rem;
  }
}
@media (max-width: 768px) {
  .sp-mt30 {
    margin-top: 3rem;
  }

  .sp-mt50 {
    margin-top: 5rem;
  }
}
@media all and (min-width: 769px) {
  .r-article-section .btn-play {
    width: 10.4rem;
  }
}
@media all and (max-width: 768px) {
  .r-article-section .btn-play {
    width: 4.2rem;
  }
}
@media (min-width: 769px) {
  .r-article-section .btn-play {
    width: 11.5044247788%;
  }
}

/*****************************

ホバーアニメーション

*****************************/
.hvr-btn-slide .slide-btn {
  transition: 0.5s;
  animation-timing-function: ease;
  background: #fff;
}
.hvr-btn-slide .btn-icon {
  transition: 0.5s;
  animation-timing-function: ease;
  transform: translateX(0rem);
  background: #ff0000;
}
@media (max-width: 768px) {
  .hvr-btn-slide .btn-icon {
    transform: translateX(-0.1rem);
  }
}
.hvr-btn-slide .btn-txt {
  transition: 0.5s;
  animation-timing-function: ease;
}
@media all and (min-width: 769px) {
  .hvr-btn-slide .btn-txt {
    margin-left: 5.4rem;
  }
}
@media all and (max-width: 768px) {
  .hvr-btn-slide .btn-txt {
    margin-left: 2.3rem;
  }
}
@media all and (min-width: 769px) {
  .r-article-section .hvr-btn-slide .btn-txt {
    margin-left: 13.1rem;
  }
}
@media all and (max-width: 768px) {
  .r-article-section .hvr-btn-slide .btn-txt {
    margin-left: 2.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hvr-btn-slide:focus .slide-btn {
    background: #ff0000;
  }
  .hvr-btn-slide:focus .btn-icon {
    background: #fff;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
  .hvr-btn-slide:focus .btn-icon {
    transform: translateX(20.5rem);
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 768px) {
  .hvr-btn-slide:focus .btn-icon {
    transform: translateX(10.2rem);
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
  .r-article-section .hvr-btn-slide:focus .btn-icon {
    transform: translateX(37.3rem);
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 768px) {
  .r-article-section .hvr-btn-slide:focus .btn-icon {
    transform: translateX(11.8rem);
  }
}
@media (hover: hover) and (pointer: fine) {
  .hvr-btn-slide:focus .btn-txt {
    color: #fff;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
  .hvr-btn-slide:focus .btn-txt {
    margin-left: 2.3rem;
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 768px) {
  .hvr-btn-slide:focus .btn-txt {
    margin-left: 0.6rem;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
  .r-article-section .hvr-btn-slide:focus .btn-txt {
    margin-left: 11rem;
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 768px) {
  .r-article-section .hvr-btn-slide:focus .btn-txt {
    margin-left: 0.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hvr-btn-slide:hover .slide-btn {
    background: #ff0000;
  }
  .hvr-btn-slide:hover .btn-icon {
    background: #fff;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
  .hvr-btn-slide:hover .btn-icon {
    transform: translateX(20.5rem);
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 768px) {
  .hvr-btn-slide:hover .btn-icon {
    transform: translateX(10.2rem);
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
  .r-article-section .hvr-btn-slide:hover .btn-icon {
    transform: translateX(37.3rem);
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 768px) {
  .r-article-section .hvr-btn-slide:hover .btn-icon {
    transform: translateX(11.8rem);
  }
}
@media (hover: hover) and (pointer: fine) {
  .hvr-btn-slide:hover .btn-txt {
    color: #fff;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
  .hvr-btn-slide:hover .btn-txt {
    margin-left: 2.3rem;
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 768px) {
  .hvr-btn-slide:hover .btn-txt {
    margin-left: 0.6rem;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
  .r-article-section .hvr-btn-slide:hover .btn-txt {
    margin-left: 11rem;
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 768px) {
  .r-article-section .hvr-btn-slide:hover .btn-txt {
    margin-left: 0.4rem;
  }
}

.hvr-sns-icon .icon {
  border-radius: 50%;
  line-height: 0;
}
.hvr-sns-icon .icon .twitter .border,
.hvr-sns-icon .icon .instagram .border {
  fill: #ff0000;
}
.hvr-sns-icon .icon .twitter .outer,
.hvr-sns-icon .icon .instagram .outer {
  transition: 0.2s ease;
  fill: #ff0000;
}
.hvr-sns-icon .icon .twitter .inner,
.hvr-sns-icon .icon .instagram .inner {
  transition: 0.2s ease;
  fill: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .hvr-sns-icon:focus .icon .twitter .outer,
.hvr-sns-icon:focus .icon .instagram .outer {
    fill: #ffffff;
  }
  .hvr-sns-icon:focus .icon .twitter .inner,
.hvr-sns-icon:focus .icon .instagram .inner {
    fill: #ff0000;
  }
  .hvr-sns-icon:hover .icon .twitter .outer,
.hvr-sns-icon:hover .icon .instagram .outer {
    fill: #ffffff;
  }
  .hvr-sns-icon:hover .icon .twitter .inner,
.hvr-sns-icon:hover .icon .instagram .inner {
    fill: #ff0000;
  }
}

.hvr-txt-line {
  position: relative;
  display: inline-block;
}
.hvr-txt-line:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: currentColor;
  width: 100%;
  transition: all 0.4s;
}
@media all and (min-width: 769px) {
  .hvr-txt-line:before {
    bottom: 0.3rem;
  }
}
@media all and (max-width: 768px) {
  .hvr-txt-line:before {
    bottom: 0.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hvr-txt-line:focus::before {
    width: 0%;
  }
  .hvr-txt-line:hover::before {
    width: 0%;
  }
}

.hvr-card .pic {
  transition: 0.7s all;
}
.hvr-card .date .txt {
  color: #414141;
}
.hvr-card .main-txt .txt {
  color: #535353;
}
@media (hover: hover) and (pointer: fine) {
  .hvr-card:focus {
    cursor: pointer;
  }
  .hvr-card:focus .pic {
    transform: scale(1.03, 1.03);
    transition: 0.7s all;
  }
  .hvr-card:focus .date .txt {
    color: #ff0000;
  }
  .hvr-card:focus .main-txt .txt {
    color: #ff0000;
  }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  .hvr-card:focus:focus {
    cursor: pointer;
  }
  .hvr-card:focus:hover {
    cursor: pointer;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hvr-card:hover {
    cursor: pointer;
  }
  .hvr-card:hover .pic {
    transform: scale(1.03, 1.03);
    transition: 0.7s all;
  }
  .hvr-card:hover .date .txt {
    color: #ff0000;
  }
  .hvr-card:hover .main-txt .txt {
    color: #ff0000;
  }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  .hvr-card:hover:focus {
    cursor: pointer;
  }
  .hvr-card:hover:hover {
    cursor: pointer;
  }
}

.btn-play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (min-width: 769px) {
  .btn-play {
    width: 10.4rem;
  }
}
@media all and (max-width: 768px) {
  .btn-play {
    width: 4.2rem;
  }
}
@media (min-width: 769px) {
  .btn-play {
    width: 13.9037433155%;
  }
}
.btn-play .hvr-btn-play {
  display: block;
  transition: 0.4s all;
}

.btn-movie {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .btn-movie:focus .hvr-btn-play {
    transform: scale(1.05, 1.05);
    transition: 0.4s all;
  }
  .btn-movie:hover .hvr-btn-play {
    transform: scale(1.05, 1.05);
    transition: 0.4s all;
  }
}

.mask {
  display: block;
  position: relative;
}
.mask::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
}

/* home-map
*****************************/
/* 共通部分
*******************/
.bg-white {
  background: #fff;
}

.bold {
  font-weight: bold;
}

.container {
  position: relative;
}

.scroll-border {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media all and (min-width: 769px) {
  .scroll-border {
    right: 4.1rem;
  }
}
@media all and (max-width: 768px) {
  .scroll-border {
    right: auto;
  }
}
@media all and (min-width: 769px) {
  .scroll-border {
    height: 52.4rem;
  }
}
@media all and (max-width: 768px) {
  .scroll-border {
    height: auto;
  }
}
@media all and (min-width: 769px) {
  .scroll-border {
    width: 0.7rem;
  }
}
@media all and (max-width: 768px) {
  .scroll-border {
    width: auto;
  }
}
.scroll-border .-dot {
  position: absolute;
  border-radius: 50%;
  background-color: #000;
}
@media all and (min-width: 769px) {
  .scroll-border .-dot {
    width: 0.7rem;
  }
}
@media all and (max-width: 768px) {
  .scroll-border .-dot {
    width: auto;
  }
}
@media all and (min-width: 769px) {
  .scroll-border .-dot {
    height: 0.7rem;
  }
}
@media all and (max-width: 768px) {
  .scroll-border .-dot {
    height: auto;
  }
}
@media all and (min-width: 769px) {
  .scroll-border .-dot {
    top: 0rem;
  }
}
@media all and (max-width: 768px) {
  .scroll-border .-dot {
    top: auto;
  }
}
@media all and (min-width: 769px) {
  .scroll-border .-dot {
    right: 0rem;
  }
}
@media all and (max-width: 768px) {
  .scroll-border .-dot {
    right: auto;
  }
}
.scroll-border .-border {
  width: 1px;
  height: 100%;
  margin: 0 auto;
  background-image: linear-gradient(to bottom, #000 4px, transparent 4px);
  background-size: 1px 8px;
  background-repeat: repeat-y;
  background-position: left bottom;
}

.container .first-show-logo {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media all and (min-width: 769px) {
  .container .first-show-logo {
    width: 12.5rem;
  }
}
@media all and (max-width: 768px) {
  .container .first-show-logo {
    width: 12.5rem;
  }
}
.container .first-show-logo .logo {
  width: 100%;
}
.container .first-show-logo .text {
  color: #fff;
  line-height: 1;
}
@media all and (min-width: 769px) {
  .container .first-show-logo .text {
    margin-top: 1.5rem;
  }
}
@media all and (max-width: 768px) {
  .container .first-show-logo .text {
    margin-top: 1.5rem;
  }
}
@media all and (min-width: 769px) {
  .container .first-show-logo .text {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 768px) {
  .container .first-show-logo .text {
    font-size: 1.1rem;
  }
}

.cover {
  width: 100%;
  height: 100%;
  z-index: 1;
}
body.ready .cover {
  transition: 0.5s;
}
@media (min-width: 769px) {
  .cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
  }
}
.cover .cover-wrapper {
  opacity: 0;
}
body.ready .cover .cover-wrapper {
  opacity: 1;
}
@media all and (min-width: 769px) {
  .cover .cover-wrapper {
    padding: 4rem 3.5rem 2.1rem 3.8rem;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-wrapper {
    padding: 1.8rem 0rem 2.8rem 0rem;
  }
}
@media (min-width: 769px) {
  .cover .cover-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .cover .cover-wrapper {
    position: relative;
    z-index: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.cover .cover-logo {
  display: block;
}
@media all and (min-width: 769px) {
  .cover .cover-logo {
    width: 15.2rem;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-logo {
    width: 14.1rem;
  }
}
@media (max-width: 768px) {
  .cover .cover-logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin-left: 1.7rem;
  }
}
@media all and (min-width: 769px) {
  .cover .cover-menu {
    font-size: 1.8055555556vw;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-menu {
    font-size: 2.6rem;
  }
}
@media all and (min-width: 769px) {
  .cover .cover-menu {
    padding: 0rem 0rem 0rem;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-menu {
    padding: 5.2rem 0rem 4.8rem 2.8rem;
  }
}
@media all and (min-width: 769px) {
  .cover .cover-menu {
    margin: 10rem 0rem 0rem;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-menu {
    margin: 4.9rem 0rem -2.8rem;
  }
}
@media (min-width: 769px) {
  .cover .cover-menu {
    flex: 1;
    display: flex;
    align-items: center;
    transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-top: 15%;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .cover .cover-menu {
    margin-left: -11.5277777778vw;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .cover .cover-menu {
    margin-left: 0rem;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  body[data-pagenum="1"] .cover .cover-menu, body[data-pagenum="2"] .cover .cover-menu, body[data-pagenum="3"] .cover .cover-menu, body[data-pagenum="4"] .cover .cover-menu {
    margin-left: 0vw;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  body[data-pagenum="1"] .cover .cover-menu, body[data-pagenum="2"] .cover .cover-menu, body[data-pagenum="3"] .cover .cover-menu, body[data-pagenum="4"] .cover .cover-menu {
    margin-left: 0rem;
  }
}
@media (max-width: 768px) {
  .cover .cover-menu {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
.cover .cover-menu .head-img-list {
  position: relative;
}
@media all and (min-width: 769px) {
  .cover .cover-menu .head-img-list {
    min-width: 9.4444444444vw;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-menu .head-img-list {
    min-width: 0rem;
  }
}
@media all and (min-width: 769px) {
  .cover .cover-menu .head-img-list {
    max-width: 9.4444444444vw;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-menu .head-img-list {
    max-width: 0rem;
  }
}
@media all and (min-width: 769px) {
  .cover .cover-menu .head-img-list {
    height: 11.3888888889vw;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-menu .head-img-list {
    height: 0rem;
  }
}
@media all and (min-width: 769px) {
  .cover .cover-menu .head-img-list {
    margin-right: 2.0138888889vw;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-menu .head-img-list {
    margin-right: 0rem;
  }
}
.cover .cover-menu .head-img-list .head-img {
  opacity: 0;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: 0.5s;
}
@media (min-width: 769px) {
  body[data-pagenum="1"] .cover .cover-menu .head-img-list .head-img:nth-child(1) {
    opacity: 1;
  }
  body[data-pagenum="2"] .cover .cover-menu .head-img-list .head-img:nth-child(2) {
    opacity: 1;
  }
  body[data-pagenum="3"] .cover .cover-menu .head-img-list .head-img:nth-child(3) {
    opacity: 1;
  }
  body[data-pagenum="4"] .cover .cover-menu .head-img-list .head-img:nth-child(4) {
    opacity: 1;
  }
}
.cover .cover-menu .cover-menu-item {
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (hover: hover) and (pointer: fine) {
  .cover .cover-menu .cover-menu-item:focus {
    transform: translateX(1.5rem);
    opacity: 0.6;
  }
  .cover .cover-menu .cover-menu-item:hover {
    transform: translateX(1.5rem);
    opacity: 0.6;
  }
}
@media all and (min-width: 769px) {
  .cover .cover-menu .cover-menu-item + .cover-menu-item {
    margin-top: 1.25vw;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-menu .cover-menu-item + .cover-menu-item {
    margin-top: 1.8rem;
  }
}
.cover .cover-menu .cover-menu-item .item-link {
  display: flex;
  align-items: center;
  line-height: 0.8;
  white-space: nowrap;
  letter-spacing: 0.031em;
}
@media (min-width: 769px) {
  .cover .cover-menu .cover-menu-item .item-link {
    letter-spacing: 0.044em;
  }
}
.cover .cover-menu .cover-menu-item .-num {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: solid 1px #000;
  line-height: 1;
}
@media all and (min-width: 769px) {
  .cover .cover-menu .cover-menu-item .-num {
    width: 1.875vw;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-menu .cover-menu-item .-num {
    width: 2.7rem;
  }
}
@media all and (min-width: 769px) {
  .cover .cover-menu .cover-menu-item .-num {
    height: 1.1111111111vw;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-menu .cover-menu-item .-num {
    height: 1.6rem;
  }
}
@media all and (min-width: 769px) {
  .cover .cover-menu .cover-menu-item .-num {
    font-size: 0.6944444444vw;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-menu .cover-menu-item .-num {
    font-size: 1rem;
  }
}
@media all and (min-width: 769px) {
  .cover .cover-menu .cover-menu-item .-num {
    margin-left: 0.3472222222vw;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-menu .cover-menu-item .-num {
    margin-left: 0.8rem;
  }
}
@media all and (min-width: 769px) {
  .cover .cover-menu .cover-menu-item .-num {
    margin-bottom: 0.1388888889vw;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-menu .cover-menu-item .-num {
    margin-bottom: 0.2rem;
  }
}
@media all and (min-width: 769px) {
  .cover .cover-menu .cover-menu-item .-num {
    border-radius: 0.5555555556vw;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-menu .cover-menu-item .-num {
    border-radius: 0.8rem;
  }
}
@media (min-width: 769px) {
  body[data-pagenum="1"] .cover .cover-menu .cover-menu-item:nth-child(1) {
    font-weight: bold;
  }
  body[data-pagenum="2"] .cover .cover-menu .cover-menu-item:nth-child(2) {
    font-weight: bold;
  }
  body[data-pagenum="3"] .cover .cover-menu .cover-menu-item:nth-child(3) {
    font-weight: bold;
  }
  body[data-pagenum="4"] .cover .cover-menu .cover-menu-item:nth-child(4) {
    font-weight: bold;
  }
}
@media all and (min-width: 769px) {
  .cover .cover-ttl-holder {
    margin-top: 0rem;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-ttl-holder {
    margin-top: 28rem;
  }
}
@media (max-width: 768px) {
  .cover .cover-ttl-holder {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    padding: 0 2.7rem;
    display: flex;
    flex-direction: column-reverse;
  }
}
.cover .cover-ttl {
  line-height: 1.05em;
  letter-spacing: 0.037em;
}
@media all and (min-width: 769px) {
  .cover .cover-ttl {
    font-size: 6.9444444444vw;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-ttl {
    font-size: 5rem;
  }
}
@media all and (min-width: 769px) {
  .cover .cover-ttl {
    margin-top: 0.2083333333vw;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-ttl {
    margin-top: 0rem;
  }
}
@media (max-width: 768px) {
  .cover .cover-ttl {
    line-height: 1.22em;
  }
}
@media (min-width: 769px) {
  .cover .cover-ttl {
    white-space: nowrap;
  }
}
.cover .cover-sense {
  position: absolute;
}
@media all and (min-width: 769px) {
  .cover .cover-sense {
    top: 7.2rem;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-sense {
    top: 4.4rem;
  }
}
@media all and (min-width: 769px) {
  .cover .cover-sense {
    right: 2rem;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-sense {
    right: 1.2rem;
  }
}
.cover .cover-sense .text {
  display: inline-block;
  transform: rotate(39deg);
  letter-spacing: 0.037em;
}
@media all and (min-width: 769px) {
  .cover .cover-sense .text {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-sense .text {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .cover .cover-sense .text {
    transform: rotate(30deg);
  }
}
.cover .cover-for {
  letter-spacing: 0.037em;
}
@media all and (min-width: 769px) {
  .cover .cover-for {
    padding-right: 2rem;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-for {
    padding-right: 0rem;
  }
}
@media all and (min-width: 769px) {
  .cover .cover-for {
    font-size: 2.7rem;
  }
}
@media all and (max-width: 768px) {
  .cover .cover-for {
    font-size: 2.4rem;
  }
}
@media (min-width: 769px) {
  .cover .cover-for {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .cover .cover-for {
    margin-top: 0.4rem;
  }
}
.cover .kv-img-holder {
  height: auto;
}
@media (max-width: 768px) {
  .cover .kv-img-holder {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .cover .kv-txt {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    width: 32.95rem;
    margin: 3.2rem auto 0;
    font-size: 1.5rem;
    line-height: 1.6em;
  }
}

.contents {
  position: relative;
}
@media (min-width: 769px) {
  .contents {
    padding-left: 50%;
  }
}

.kv .kv-img-holder {
  height: auto;
}
@media (min-width: 769px) {
  .kv .kv-img-holder {
    height: 100vh;
    min-height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media all and (min-width: 769px) {
  .kv .kv-img-holder .kv-img {
    width: 47rem;
  }
}
@media all and (max-width: 768px) {
  .kv .kv-img-holder .kv-img {
    width: 37.5rem;
  }
}
.kv .kv-txt {
  margin: auto;
}
@media all and (min-width: 769px) {
  .kv .kv-txt {
    width: 31.95rem;
  }
}
@media all and (max-width: 768px) {
  .kv .kv-txt {
    width: 31.95rem;
  }
}
@media all and (min-width: 769px) {
  .kv .kv-txt {
    margin-top: 0rem;
  }
}
@media all and (max-width: 768px) {
  .kv .kv-txt {
    margin-top: 4rem;
  }
}
@media (min-width: 769px) {
  .kv .kv-txt {
    padding-top: 50%;
    padding-bottom: 50%;
  }
}

body.ready .first-show-logo {
  animation: fadeOut 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 1s forwards;
}
body.ready .kv-img-holder .kv-img {
  animation: ScalefadeIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s backwards;
}
body.ready .cover-ttl-holder {
  animation: maskFromRight 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) 2.4s backwards;
}
body.ready .cover-logo {
  animation: fadeIn 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 3s backwards;
}
body.ready .cover-sense {
  animation: fadeIn 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 3s backwards;
}
body.ready .cover-menu {
  animation: fadeIn 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 3.3s backwards;
}
body.ready .kv-txt.spOnly {
  animation: jsUpShow 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 3.3s both;
}

.price {
  margin: auto;
}
@media all and (min-width: 769px) {
  .price {
    width: 31.5rem;
  }
}
@media all and (max-width: 768px) {
  .price {
    width: 32rem;
  }
}
@media all and (min-width: 769px) {
  .price {
    margin-top: 2.3rem;
  }
}
@media all and (max-width: 768px) {
  .price {
    margin-top: 2.3rem;
  }
}
@media all and (min-width: 769px) {
  .price .price-item + .price-item {
    margin-top: 0.5rem;
  }
}
@media all and (max-width: 768px) {
  .price .price-item + .price-item {
    margin-top: 0.5rem;
  }
}
.price .price-item-link {
  word-break: break-all;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .price .price-item-link {
    letter-spacing: 0.01em;
  }
}

.num {
  display: block;
}
@media all and (min-width: 769px) {
  .num {
    padding-left: 1.5rem;
  }
}
@media all and (max-width: 768px) {
  .num {
    padding-left: 1.5rem;
  }
}

.movie {
  position: relative;
  aspect-ratio: 9/16;
}
@media all and (min-width: 769px) {
  .movie {
    width: 21.5rem;
  }
}
@media all and (max-width: 768px) {
  .movie {
    width: 21.5rem;
  }
}
.movie video {
  width: 100%;
}

.pagetop-link {
  position: absolute;
  z-index: 0;
}
@media all and (min-width: 769px) {
  .pagetop-link {
    bottom: auto;
  }
}
@media all and (max-width: 768px) {
  .pagetop-link {
    bottom: -8.9rem;
  }
}
@media (min-width: 769px) {
  .pagetop-link {
    position: fixed;
    top: 31.3%;
    left: 41.3vw;
  }
}
@media (max-width: 768px) {
  .pagetop-link {
    left: 4.4rem;
  }
}
body.ready .pagetop-link {
  z-index: 100;
}
.pagetop-link .text {
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.04em;
  transform: rotate(-15deg);
}
@media all and (min-width: 769px) {
  .pagetop-link .text {
    font-size: 2.4305555556vw;
  }
}
@media all and (max-width: 768px) {
  .pagetop-link .text {
    font-size: 1.7rem;
  }
}

/*# sourceMappingURL=common.css.map*/