<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*--------------------------------------------
 Var
---------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&amp;display=swap");
/*--------------------------------------------
 found &gt; rest
---------------------------------------------*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}

/*--------------------------------------------
 Mixin
---------------------------------------------*/
/*--------------------------------------------
 Keyframe
---------------------------------------------*/
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes toBottom {
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    background-position: center 0%;
  }
}
@keyframes toBottom {
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    background-position: center 0%;
  }
}
/*--------------------------------------------
 Base
---------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6rem;
  font-family: YakuHanJPs_Noto, "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  -webkit-text-size-adjust: 100%;
  /* フォントサイズの正確に */
  -webkit-text-size-adjust: 100%;
  /* 文字をシャープに */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* カーニングとリガチャ（合字）を調整 */
}
@media screen and (min-width: 768px) {
  body {
    /* 16px */
    font-size: 1.6rem;
  }
}

.page,
.page__loading,
.page__header,
.page__nav,
.page__main,
.page__section,
.page__article,
.page__aside,
.page__footer,
.page__inner,
.page__flex {
  width: 100%;
  height: auto;
  position: relative;
}
.page__inner {
  margin: 0 auto;
}
.page__flex {
  display: flex;
}
.page__flexRr {
  display: flex;
  flex-direction: row;
}
.page__flexRc {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .page__flexRc {
    flex-direction: column;
  }
}
.page__flexCc {
  display: flex;
  flex-direction: column;
}
.page__flexCr {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page__flexCr {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .page__sp {
    display: none;
  }
}
.page__tb {
  display: none;
}
@media screen and (min-width: 768px) {
  .page__tb {
    display: block;
  }
}
.page__pc {
  display: none;
}
@media screen and (min-width: 1280px) {
  .page__pc {
    display: block;
  }
}
.page__bol {
  font-weight: 700;
}
.page__blck {
  color: #000;
}
.page__wte {
  color: #fff;
}
.page__blu {
  color: #0a1561;
}
.page__bluL {
  color: #8388b5;
}
.page__loading {
  background-color: #fff;
  transition: opacity 0.25s;
  opacity: 0;
}
@media all and (-ms-high-contrast: none) {
  .page__loading {
    opacity: 1;
  }
}
.is-loaded .page__loading {
  opacity: 1;
}
.fade-out .page__loading {
  opacity: 0;
}
.page__top {
  text-align: right;
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page__top {
    font-size: 1.05rem;
  }
}
@media screen and (min-width: 1280px) {
  .page__top {
    font-size: 1.4rem;
    cursor: pointer;
  }
}
.page__top span {
  border-bottom: 0.1rem solid #0a1561;
}
.page__off-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #0054a7;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: visibility, opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-active .page__off-canvas {
  opacity: 1;
  visibility: visible;
}
.page__link {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .page__link:before {
    position: absolute;
    bottom: -0.2rem;
    left: 0;
    content: "";
    width: 100%;
    height: 0.2rem;
    background: linear-gradient(to right, #0a1561, #d80058);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .page__link:hover:before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.page__link2 {
  transition: color 0.3s;
}
.page__link2:hover {
  color: #da0058;
}

.next .articles {
  background-color: #dedede;
}
.articles__inner {
  max-width: 127.2rem;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .articles__inner {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .articles__inner {
    padding: 0;
  }
}
.articles__inner.__post {
  padding: 0;
}
.next .articles__inner {
  padding: 0 2rem 4rem;
}
@media screen and (min-width: 768px) {
  .next .articles__inner {
    padding: 0 2rem 4.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .next .articles__inner {
    padding: 0 0 5.5rem 0;
  }
}
.articles__list {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .articles__item {
    width: calc(50% - 1.2rem);
    margin: 0 0.6rem 1.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .articles__item {
    width: calc(25% - 1.6rem);
    margin: 0 0.8rem 1.6rem;
  }
}
.articles__item:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .articles__item:not(:last-child) {
    margin: 0 0.6rem 1.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .articles__item:not(:last-child) {
    margin: 0 0.8rem 1.6rem;
  }
}
.articles__link {
  text-decoration: none;
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 4.25rem;
}
.articles__link:hover .articles__linkImg img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  .articles__link {
    padding-bottom: 3.1875rem;
  }
}
@media screen and (min-width: 1280px) {
  .articles__link {
    padding-bottom: 4.25rem;
  }
}
.articles__linkImg {
  width: 100%;
  aspect-ratio: 302/210;
  font-size: 0rem;
  overflow: hidden;
  box-shadow: 0.6rem 0.6rem 0.6rem rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .articles__linkImg {
    box-shadow: 0.45rem 0.45rem 0.45rem rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 768px) {
  .articles__linkImg {
    box-shadow: 0.6rem 0.6rem 0.6rem rgba(0, 0, 0, 0.2);
  }
}
.articles__linkImg img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.articles__linkDate {
  font-size: 1.7rem;
  padding: 1rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .articles__linkDate {
    font-size: 1.3rem;
    padding: 0.75rem 1.125rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .articles__linkDate {
    font-size: 1.7rem;
    padding: 1rem 1.5rem 0;
  }
}
.articles__linkTtl {
  font-size: 1.5rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .articles__linkTtl {
    font-size: 1.125rem;
    padding: 0 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .articles__linkTtl {
    font-size: 1.5rem;
    padding: 0 1.5rem;
  }
}
.articles__linkDesc {
  font-size: 14px;
  line-height: 1.8571428571;
  font-size: 1.4rem;
  padding: 0rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .articles__linkDesc {
    font-size: 0.975rem;
    padding: 0rem 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .articles__linkDesc {
    font-size: 1.3rem;
    padding: 0rem 1.5rem;
  }
}
.en .articles__linkDesc {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .en .articles__linkDesc {
    font-size: 1.05rem;
  }
}
@media screen and (min-width: 1280px) {
  .en .articles__linkDesc {
    font-size: 1.4rem;
  }
}
.articles__linkRead {
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  color: #5d5d5d;
  font-size: 1.5rem;
  padding: 1rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .articles__linkRead {
    font-size: 1.125rem;
    padding: 0.75rem 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .articles__linkRead {
    font-size: 1.5rem;
    padding: 1rem 1.5rem;
  }
}
.articles__linkRead:after {
  background-image: url("../img/com/arrow2.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  content: "";
  display: block;
  width: 1.8rem;
  height: 1rem;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .articles__linkRead:after {
    width: 1.35rem;
    height: 0.75rem;
    margin-left: 0.375rem;
  }
}
@media screen and (min-width: 1280px) {
  .articles__linkRead:after {
    width: 1.8rem;
    height: 1rem;
    margin-left: 0.5rem;
  }
}

.related {
  border-top: 0.1rem solid #5d5d5d;
  background-color: #efefef;
}
.related__inner {
  max-width: 127.2rem;
  padding: 4rem 2rem;
}
@media screen and (min-width: 768px) {
  .related__inner {
    padding: 2.25rem 2rem 3.375rem;
  }
}
@media screen and (min-width: 1280px) {
  .related__inner {
    padding: 3rem 0 4.5rem;
  }
}
.related__ttl {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .related__ttl {
    font-size: 2.7rem;
    margin-bottom: 3.375rem;
    margin: 0 0.6rem 3.375rem;
  }
}
@media screen and (min-width: 1280px) {
  .related__ttl {
    font-size: 3.6rem;
    margin-bottom: 4.5rem;
    margin: 0 0.8rem 4.5rem;
  }
}

.header {
  z-index: 100;
}

.off-canvas {
  z-index: 90;
}

.nextSec1__sliderSlideCnt {
  z-index: 10;
}

.footer {
  background-color: #0c1560;
}
.footer__inner {
  justify-content: space-between;
  padding: 4rem 2rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding: 1.125rem 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .footer__inner {
    padding: 1.5rem 9.2rem;
  }
}
.footer__top {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__top {
    justify-content: space-between;
  }
}
.footer__topLogo {
  text-decoration: none;
  text-align: center;
  margin-bottom: 2rem;
  transition: opacity 0.3s;
}
.footer__topLogo:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .footer__topLogo {
    font-size: 1.5rem;
    text-align: left;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .footer__topLogo {
    font-size: 2rem;
  }
}
.footer__topSns {
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .footer__topSns {
    justify-content: flex-start;
    margin: 0;
  }
}
.footer__topSnsTtl {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .footer__topSnsTtl {
    font-size: 1.35rem;
    margin: 0 0.75rem 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .footer__topSnsTtl {
    font-size: 1.8rem;
    margin: 0 1rem 0 0;
  }
}
.footer__topSnsItem {
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__topSnsItem {
    margin-left: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .footer__topSnsItem {
    margin-left: 1.5rem;
  }
}
.footer__topSnsLink {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  /* width: 4rem; */
  height: 4rem;
}
@media screen and (min-width: 768px) {
  .footer__topSnsLink {
    /* width: 3rem; */
    height: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .footer__topSnsLink {
    /* width: 4rem; */
    height: 4rem;
  }
}

.footer__topSnsLink img {
  display: block;
  width: auto;
  height: 4rem;
}
@media screen and (min-width: 768px) {
  .footer__topSnsLink img {
    height: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .footer__topSnsLink img {
    height: 4rem;
  }
}

.footer__topSnsLink.__facebook {
  background-color: #3b5998;
}
.footer__topSnsLink.__twitter {
  background-color: #1da1f2;
}
.footer__topSnsLink.__in {
  background-color: #0072b1;
}
.footer__bottom {
  justify-content: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    padding-left: 17rem;
    margin-bottom: 1.125rem;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .footer__bottom {
    padding-left: 30rem;
    margin-bottom: 1.5rem;
  }
}
.footer__bottomNav1,
.footer__bottomNav2 {
  margin: 0 2rem;
}
@media screen and (min-width: 768px) {
  .footer__bottomNav1,
  .footer__bottomNav2 {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer__bottomNav1List {
    padding: 1.125rem 0 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .footer__bottomNav1List {
    padding: 1.5rem 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .footer__bottomNav2List {
    padding: 1.125rem 0 0 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .footer__bottomNav2List {
    padding: 1.5rem 0 0 8.5rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__bottomNav1Item:not(:last-child),
  .footer__bottomNav2Item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .footer__bottomNav1Item:not(:last-child),
  .footer__bottomNav2Item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.footer__bottomNav1Link,
.footer__bottomNav2Link {
  text-decoration: none;
  font-size: 1.2rem;
}
.footer__bottomNav1Link:before,
.footer__bottomNav2Link:before {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 768px) {
  .footer__bottomNav1Link,
  .footer__bottomNav2Link {
    font-size: 1.275rem;
  }
}
@media screen and (min-width: 1280px) {
  .footer__bottomNav1Link,
  .footer__bottomNav2Link {
    font-size: 1.7rem;
  }
}
.footer__copy {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    text-align: right;
  }
}
.footer__copy small {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__copy small {
    font-size: 1.05rem;
  }
}
@media screen and (min-width: 1280px) {
  .footer__copy small {
    font-size: 1.4rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 1280px) {
  .header {
    height: 9rem;
  }
}
.header__inner {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 1rem;
}
@media screen and (min-width: 1280px) {
  .header__inner {
    padding: 0 9.2rem;
  }
}
.header__logo {
  width: 11.6rem;
  height: 3.5rem;
  font-size: 0rem;
  flex-shrink: 0;
}
@media screen and (min-width: 1280px) {
  .header__logo {
    width: 16rem;
    height: 4.8rem;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.header__nav {
  flex: 1;
}
@media screen and (min-width: 1280px) {
  .header__nav {
    margin-bottom: -3rem;
  }
}
.header__navList {
  justify-content: flex-end;
}
@media screen and (min-width: 1280px) {
  .header__navItem:not(:last-child) {
    margin-right: 4rem;
  }
}
.header__navItem:last-child .header__navLink {
  transition: opacity 0.3s;
}
.header__navItem:last-child .header__navLink:after {
  background-image: url("../img/com/arrow1.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  content: "";
  display: block;
}
@media screen and (min-width: 1280px) {
  .header__navItem:last-child .header__navLink:after {
    width: 3.5rem;
    height: 2.2rem;
    margin-left: 1.5rem;
  }
}
.header__navItem:last-child:hover .header__navLink {
  opacity: 0.5;
}
.header.nowHeader .header__navItem:last-child .header__navLink:after,
.header.nextHeader .header__navItem:last-child .header__navLink:after {
  background-image: url("../img/com/arrow1-r.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  content: "";
  display: block;
}
@media screen and (min-width: 1280px) {
  .header.nowHeader .header__navItem:last-child .header__navLink:after,
  .header.nextHeader .header__navItem:last-child .header__navLink:after {
    width: 3.5rem;
    height: 2.2rem;
    margin-left: 1.5rem;
  }
}
.header__navLink {
  text-decoration: none;
  line-height: 1;
}
.header__navLink.__current {
  display: inline;
  border-bottom: 0.2rem solid #5d5d5d;
  border-radius: 0.1rem;
}
@media screen and (min-width: 1280px) {
  .header__navLink {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .header__lang {
    position: absolute;
    top: 1.5rem;
    right: 10rem;
  }
}
.header__langitem {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .header__langitem {
    margin: 0 0.5rem;
  }
}
.header__langitem:nth-child(1)::after {
  position: absolute;
  top: 0.1rem;
  right: -0.85rem;
  content: "/";
  display: block;
  line-height: 1;
  font-weight: 700;
}
.header__langLink {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 1280px) {
  .header__langLink {
    font-size: 1.8rem;
  }
}

.gnav-btn {
  width: 6rem;
  height: 6rem;
  margin-left: auto;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .gnav-btn {
    display: none;
  }
}
.gnav-btn__bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  margin: auto;
  background-color: #5c5b5b;
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: opacity transform;
}
.gnav-btn__bar:nth-child(1) {
  -webkit-transform: translateY(-0.6rem);
  transform: translateY(-0.6rem);
}
.menu-active .gnav-btn__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-active .gnav-btn__bar:nth-child(2) {
  opacity: 0;
}
.gnav-btn__bar:nth-child(3) {
  -webkit-transform: translateY(0.6rem);
  transform: translateY(0.6rem);
}
.menu-active .gnav-btn__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.js-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  background: #fff;
  transition: opacity 0.8s ease-out, visibility 0.8s ease-out;
  z-index: 10000;
  will-change: opacity, visibility;
}
@media all and (-ms-high-contrast: none) {
  .js-loader {
    display: none;
  }
}
.is-loaded .js-loader {
  visibility: hidden;
  opacity: 0;
}

.js-loader-progress {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 0.2rem;
  will-change: opacity, visibility;
}
@media screen and (min-width: 768px) {
  .js-loader-progress {
    height: 0.3rem;
  }
}
@media screen and (min-width: 1280px) {
  .js-loader-progress {
    height: 0.4rem;
  }
}
.is-loaded .js-loader-progress {
  visibility: hidden;
  opacity: 0;
}

.js-loader-progress-bar {
  background: #0a1561;
  background: linear-gradient(to right, #0c1560, #da0058);
  height: 100%;
  width: 0;
  transition: width 0.4s;
  will-change: width;
}

.off-canvas__nav {
  padding-top: 6rem;
}
@media screen and (min-width: 1280px) {
  .off-canvas__nav {
    padding-top: 9rem;
  }
}
.off-canvas__item {
  border-bottom: 1px solid #006eda;
}
.off-canvas__link {
  letter-spacing: 0.1em;
  text-decoration: none;
  display: block;
  font-size: 4vw;
  line-height: 6rem;
  padding: 0 2.6rem;
  transition: opacity 0.3s;
}
.off-canvas__link:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .off-canvas__link {
    font-size: 1.4rem;
  }
}
.off-canvas__langList {
  padding: 0 2.6rem;
  align-items: center;
}
.off-canvas__langItem {
  position: relative;
}
.off-canvas__langItem:nth-child(1) {
  margin-right: 2rem;
  padding-right: 2rem;
}
.off-canvas__langItem:nth-child(1)::after {
  position: absolute;
  top: 50%;
  right: 0rem;
  content: "/";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  font-size: 1.2rem;
}
.off-canvas__langLink {
  text-decoration: none;
  line-height: 6rem;
  font-size: 4vw;
  transition: opacity 0.3s;
}
.off-canvas__langLink:hover {
  opacity: 0.5;
}
.off-canvas__langLink.__current:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .off-canvas__langLink {
    font-size: 1.4rem;
  }
}
.off-canvas__langLink.__current {
  color: #0e87ff;
}

.aboutSec1__mv {
  background-image: url("../img/about/mv.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 20rem;
}
@media screen and (min-width: 768px) {
  .aboutSec1__mv {
    height: 24.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .aboutSec1__mv {
    height: 33rem;
  }
}
.aboutSec1__ttl {
  position: absolute;
  top: 11rem;
  left: 2rem;
  width: calc(100% - 2rem);
  max-width: 104.4rem;
  margin: 0 auto;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .aboutSec1__ttl {
    position: absolute;
    top: 11.4375rem;
    left: 2rem;
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .aboutSec1__ttl {
    position: absolute;
    top: 15.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 4.8rem;
    width: 100%;
  }
}

.aboutSec2__inner {
  max-width: 104.4rem;
  padding: 4rem 2rem;
}
@media screen and (min-width: 768px) {
  .aboutSec2__inner {
    padding: 3.75rem 2rem 3.375rem;
  }
}
@media screen and (min-width: 1280px) {
  .aboutSec2__inner {
    padding: 5rem 0 4.5rem;
  }
}
.aboutSec2__ttl {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .aboutSec2__ttl {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .aboutSec2__ttl {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.aboutSec2__desc {
  line-height: 2;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .aboutSec2__desc {
    font-size: 1.275rem;
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 1280px) {
  .aboutSec2__desc {
    font-size: 1.7rem;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .aboutSec2__desc.__4 {
    margin-bottom: 3.375rem;
  }
}
@media screen and (min-width: 1280px) {
  .aboutSec2__desc.__4 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  .aboutSec2__desc.__5 {
    margin-bottom: 6.375rem;
  }
}
@media screen and (min-width: 1280px) {
  .aboutSec2__desc.__5 {
    margin-bottom: 8.5rem;
  }
}
@media screen and (min-width: 768px) {
  .aboutSec2__desc.__last {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .aboutSec2__desc.__last {
    margin-bottom: 5rem;
  }
}
.aboutSec2__desc span {
  display: block;
}
@media screen and (min-width: 768px) {
  .aboutSec2__desc span {
    font-size: 1.05rem;
    margin: 0.375rem 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .aboutSec2__desc span {
    font-size: 1.4rem;
    margin: 0.5rem 0 0;
  }
}
.aboutSec2__desc span a {
  text-decoration: none;
  color: #000;
}
.aboutSec2__img {
  width: 100%;
  height: auto;
  font-size: 0rem;
  margin: 4rem 0;
}
@media screen and (min-width: 768px) {
  .aboutSec2__img {
    margin: 4.125rem 0 5.625rem;
  }
}
@media screen and (min-width: 1280px) {
  .aboutSec2__img {
    margin: 5.5rem 0 7.5rem;
  }
}
.aboutSec2__img img {
  display: block;
  width: 100%;
  height: auto;
}
.aboutSec2__sTtl {
  margin-bottom: 0.5rem;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .aboutSec2__sTtl {
    font-size: 1.275rem;
    margin-bottom: 0.375rem;
  }
}
@media screen and (min-width: 1280px) {
  .aboutSec2__sTtl {
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
  }
}

.nextSec1 {
  background: linear-gradient(to left, #dddcf5, #f9e7ea);
}
.nextSec1:before {
  background-image: url("../img/home/white-block-bg.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-repeat: repeat;
  background-size: 4.1rem 4.25rem;
  background-position: bottom 2.05rem center;
}
@media screen and (min-width: 768px) {
  .nextSec1:before {
    background-size: 6.15rem 6.375rem;
    background-position: bottom 3.075rem center;
  }
}
@media screen and (min-width: 1280px) {
  .nextSec1:before {
    background-size: 8.2rem 8.5rem;
    background-position: bottom 4.1rem center;
  }
}
.nextSec1__mv {
  width: 100%;
  height: 60rem;
}
@media screen and (min-width: 768px) {
  .nextSec1__mv {
    height: 45rem;
  }
}
@media screen and (min-width: 1280px) {
  .nextSec1__mv {
    height: 60rem;
  }
}
.nextSec1__slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.nextSec1__sliderSlideCnt {
  position: absolute;
  top: 8rem;
  left: 2rem;
  width: calc(100% - 4rem);
  max-width: 104.4rem;
  margin: 0 auto;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .nextSec1__sliderSlideCnt {
    position: absolute;
    top: 13.875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 3rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .nextSec1__sliderSlideCnt {
    position: absolute;
    top: 18.5rem;
    left: 50%;
    font-size: 4.8rem;
    padding: 0;
  }
}
.nextSec1__mvDescEn {
  line-height: 1;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .nextSec1__mvDescEn {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .nextSec1__mvDescEn {
    margin-bottom: 5rem;
  }
}
.nextSec1__mvDescEn span {
  display: inline-block;
  line-height: 1;
}
.nextSec1__mvDescJp {
  line-height: 1;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .nextSec1__mvDescJp {
    margin-bottom: 7.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .nextSec1__mvDescJp {
    margin-bottom: 9.5rem;
  }
}
.en .nextSec1__mvDescJp {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .en .nextSec1__mvDescJp {
    font-size: 3rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .en .nextSec1__mvDescJp {
    font-size: 4rem;
    margin-bottom: 5rem;
  }
}
.nextSec1__mvDescJp span {
  display: block;
  line-height: 1;
}
.nextSec1__mvDescJp span:nth-child(1) {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .nextSec1__mvDescJp span:nth-child(1) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .nextSec1__mvDescJp span:nth-child(1) {
    margin-bottom: 1rem;
  }
}
.en .nextSec1__mvDescJp span:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .en .nextSec1__mvDescJp span:not(:last-child) {
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .en .nextSec1__mvDescJp span:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.nextSec1__link {
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #0a1561;
  font-size: 1.4rem;
  height: 3rem;
  border-radius: 1.5rem;
  transition: background-color 0.3s;
}
.nextSec1__link:hover {
  background-color: #da0058;
}
@media screen and (min-width: 768px) {
  .nextSec1__link {
    width: 22.65rem;
    height: 2.85rem;
    font-size: 1.35rem;
    border-radius: 1.425rem;
  }
}
@media screen and (min-width: 1280px) {
  .nextSec1__link {
    width: 30.2rem;
    height: 3.8rem;
    font-size: 1.8rem;
    border-radius: 1.9rem;
  }
}
.nextSec1__sliderSlideImg {
  position: absolute;
  top: auto;
  bottom: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 4rem);
  font-size: 0rem;
}
@media screen and (min-width: 768px) {
  .nextSec1__sliderSlideImg {
    position: absolute;
    top: 11.25rem;
    right: 2rem;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 28.5rem;
    height: 28.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .nextSec1__sliderSlideImg {
    position: absolute;
    top: 15rem;
    right: 9rem;
    width: 38rem;
    height: 38rem;
  }
}
.nextSec1__sliderSlideImg img {
  display: block;
  width: 100%;
  height: 100%;
}
.nextSec1__progressbar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  background: #c4c4c4;
  overflow: hidden;
}
.nextSec1__progressbarIn {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #da0058;
  border-radius: 7px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  transition-timing-function: linear;
}
.nextSec1__sliderPrev,
.nextSec1__sliderNext {
  width: 3rem !important;
  height: 2.1rem !important;
}
@media screen and (min-width: 768px) {
  .nextSec1__sliderPrev,
  .nextSec1__sliderNext {
    width: 2.25rem !important;
    height: 1.575rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .nextSec1__sliderPrev,
  .nextSec1__sliderNext {
    width: 3rem !important;
    height: 2.1rem !important;
  }
}
.nextSec1__sliderPrev:after,
.nextSec1__sliderNext:after {
  content: "" !important;
}
.nextSec1__sliderPrev {
  background-image: url("../img/next/arrow-prev.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  top: auto !important;
  left: auto !important;
  bottom: 2rem !important;
  right: 6rem !important;
}
@media screen and (min-width: 768px) {
  .nextSec1__sliderPrev {
    bottom: 1.5rem !important;
    right: 11.25rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .nextSec1__sliderPrev {
    bottom: 2rem !important;
    right: 15rem !important;
  }
}
.nextSec1__sliderNext {
  background-image: url("../img/next/arrow-next.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  top: auto !important;
  left: auto !important;
  bottom: 2rem !important;
  right: 2rem !important;
}
@media screen and (min-width: 768px) {
  .nextSec1__sliderNext {
    bottom: 1.5rem !important;
    right: 6.75rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .nextSec1__sliderNext {
    bottom: 2rem !important;
    right: 9rem !important;
  }
}

.nextSec2__inner {
  max-width: 104.4rem;
  padding: 4rem 2rem 0;
}
@media screen and (min-width: 768px) {
  .nextSec2__inner {
    padding: 5.25rem 2rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .nextSec2__inner {
    padding: 7rem 0 0;
  }
}
.nextSec2__desc {
  font-size: 36px;
  line-height: 1.5277777778;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .nextSec2__desc {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 1280px) {
  .nextSec2__desc {
    font-size: 3.6rem;
  }
}

.nextSec3__inner {
  padding: 6rem 0 0;
}
@media screen and (min-width: 768px) {
  .nextSec3__inner {
    padding: 6.75rem 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .nextSec3__inner {
    padding: 9rem 0 0;
  }
}
.nextSec3__bg {
  border-top: 0.1rem solid #c4c4c4;
  background-color: #dedede;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .nextSec3__bg {
    padding-bottom: 7.875rem;
  }
}
@media screen and (min-width: 1280px) {
  .nextSec3__bg {
    padding-bottom: 10.5rem;
  }
}
.nextSec3__tabList {
  justify-content: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .nextSec3__tabList {
    margin-bottom: 8.25rem;
    padding: 0.375rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .nextSec3__tabList {
    margin-bottom: 11rem;
    padding: 0.5rem 0;
  }
}
.nextSec3__tabItem {
  margin: 0 1rem;
}
@media screen and (min-width: 768px) {
  .nextSec3__tabItem {
    margin: 0 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .nextSec3__tabItem {
    margin: 0 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .en .nextSec3__tabItem {
    margin: 0 2.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .en .nextSec3__tabItem {
    margin: 0 3rem;
  }
}
.nextSec3__tabLink {
  text-decoration: none;
  font-size: 1.4rem;
  padding-bottom: 0.5rem;
  position: relative;
  line-height: 1;
  transition: opacity 0.3s;
}
.nextSec3__tabLink:hover {
  opacity: 0.5;
}
.nextSec3__tabLink.__active:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .nextSec3__tabLink {
    font-size: 1.65rem;
    padding-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .nextSec3__tabLink {
    font-size: 2.2rem;
    padding-bottom: 1rem;
  }
}
.nextSec3__tabLink.__active {
  display: inline;
  border-bottom: 0.2rem solid #da0058;
}
@media screen and (min-width: 1280px) {
  .nextSec3__tabLink.__active {
    border-bottom: 0.3rem solid #da0058;
  }
}
.en .nextSec3__tabLink {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .en .nextSec3__tabLink {
    font-size: 1.65rem;
  }
}
@media screen and (min-width: 1280px) {
  .en .nextSec3__tabLink {
    font-size: 2.2rem;
  }
}
.nextSec3__flex {
  max-width: 125.6rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .nextSec3__flex {
    padding: 0 2rem;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .nextSec3__flex {
    padding: 0;
    align-items: flex-start;
  }
}
.nextSec3__img {
  font-size: 0rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nextSec3__img {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .nextSec3__img {
    width: 67rem;
  }
}
.nextSec3__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.6rem;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
}
.nextSec3__cnt {
  width: 100%;
  padding: 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .nextSec3__cnt {
    width: 50%;
    padding: 0 0 0 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .nextSec3__cnt {
    width: calc(100% - 69.5rem);
    padding: 9.5rem 0 0 7rem;
  }
}
.nextSec3__cntSttl {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .nextSec3__cntSttl {
    font-size: 2.7rem;
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .nextSec3__cntSttl {
    font-size: 3.6rem;
    margin-bottom: 1rem;
  }
}
.nextSec3__cntDesc {
  font-size: 24px;
  line-height: 1.875;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .nextSec3__cntDesc {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .nextSec3__cntDesc {
    font-size: 2.4rem;
  }
}

.nowSec1__inner {
  width: 100%;
  max-width: 134rem;
}
.nowSec1__mv {
  background-image: url("../img/now/mv.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 42rem;
}
@media screen and (min-width: 768px) {
  .nowSec1__mv {
    height: 48.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .nowSec1__mv {
    height: 65rem;
  }
}
.nowSec1__mvCnt {
  position: absolute;
  top: 14.25rem;
  left: 2rem;
  width: calc(100% - 2rem);
  max-width: 104.4rem;
  margin: 0 auto;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .nowSec1__mvCnt {
    position: absolute;
    top: 14.25rem;
    left: 2rem;
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .nowSec1__mvCnt {
    position: absolute;
    top: 19rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 4.8rem;
  }
}
.nowSec1__mvDescEn {
  line-height: 1;
  font-size: 2.6rem;
  margin-bottom: 2rem;
  text-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .nowSec1__mvDescEn {
    font-size: 3.6rem;
    text-shadow: 0.375rem 0.375rem 0.375rem rgba(0, 0, 0, 0.6);
    margin-bottom: 3.375rem;
  }
}
@media screen and (min-width: 1280px) {
  .nowSec1__mvDescEn {
    font-size: 4.8rem;
    text-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.6);
    margin-bottom: 4.5rem;
  }
}
.nowSec1__mvDescEn span {
  line-height: 1;
  display: inline-block;
}
.nowSec1__mvDescJp {
  font-size: 48px;
  line-height: 1.25;
  line-height: 1;
  font-size: 2.6rem;
  text-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .nowSec1__mvDescJp {
    font-size: 3.6rem;
    text-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 1280px) {
  .nowSec1__mvDescJp {
    font-size: 4.8rem;
    text-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.6);
  }
}
.nowSec1__mvDescJp span {
  display: block;
  line-height: 1;
}
.nowSec1__mvDescJp span:nth-child(1) {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .nowSec1__mvDescJp span:nth-child(1) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .nowSec1__mvDescJp span:nth-child(1) {
    margin-bottom: 1rem;
  }
}

.nowSec2 {
  border-bottom: 0.1rem solid #5d5d5d;
}
.nowSec2__inner {
  max-width: 104.4rem;
  padding: 4rem 2rem;
}
@media screen and (min-width: 768px) {
  .nowSec2__inner {
    padding: 3rem 2rem 5.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .nowSec2__inner {
    padding: 7rem 0 7.2rem;
  }
}
.nowSec2__desc {
  font-size: 36px;
  line-height: 1.5277777778;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .nowSec2__desc {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 1280px) {
  .nowSec2__desc {
    font-size: 3.6rem;
  }
}

.nowSec3__inner {
  max-width: 104.4rem;
  padding: 4rem 2rem;
}
@media screen and (min-width: 768px) {
  .nowSec3__inner {
    padding: 4.5rem 2rem 4.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .nowSec3__inner {
    padding: 6rem 0 5.5rem;
  }
}
.nowSec3__item {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .nowSec3__item {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .nowSec3__item {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .nowSec3__item:last-child {
    margin-bottom: 8.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .nowSec3__item:last-child {
    margin-bottom: 11rem;
  }
}
@media screen and (min-width: 768px) {
  .nowSec3__item:nth-child(odd) {
    padding-left: 7.875rem;
  }
}
@media screen and (min-width: 1280px) {
  .nowSec3__item:nth-child(odd) {
    padding-left: 10.5rem;
  }
}
.nowSec3__item:nth-child(odd) .nowSec3__itemCnt {
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .nowSec3__item:nth-child(odd) .nowSec3__itemCnt {
    padding: 0;
  }
}
.nowSec3__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .nowSec3__item:nth-child(even) {
    padding-right: 15rem;
  }
}
@media screen and (min-width: 1280px) {
  .nowSec3__item:nth-child(even) {
    padding-right: 20rem;
  }
}
.en .nowSec3__item:nth-child(even) {
  padding-right: 0;
}
.nowSec3__item:nth-child(even) .nowSec3__itemCnt {
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .nowSec3__item:nth-child(even) .nowSec3__itemCnt {
    padding-left: 9rem;
  }
}
@media screen and (min-width: 1280px) {
  .nowSec3__item:nth-child(even) .nowSec3__itemCnt {
    padding-left: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .nowSec3__item:nth-child(4) {
    padding-right: 6.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .nowSec3__item:nth-child(4) {
    padding-right: 9rem;
  }
}
.nowSec3__itemCnt {
  width: 60%;
}
@media screen and (min-width: 768px) {
  .nowSec3__itemCnt {
    width: calc(100% - 30rem);
  }
}
@media screen and (min-width: 1280px) {
  .nowSec3__itemCnt {
    width: calc(100% - 40rem);
  }
}
.nowSec3__itemTtl {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .nowSec3__itemTtl {
    font-size: 2.7rem;
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .nowSec3__itemTtl {
    font-size: 3.6rem;
    margin-bottom: 1rem;
  }
}
.nowSec3__itemDetail {
  align-items: center;
  text-decoration: none;
  font-size: 1.4rem;
  color: #5d5d5d;
}
@media screen and (min-width: 768px) {
  .nowSec3__itemDetail {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .nowSec3__itemDetail {
    font-size: 1.5rem;
  }
}
.en .nowSec3__itemDetail {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .en .nowSec3__itemDetail {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .en .nowSec3__itemDetail {
    font-size: 1.5rem;
  }
}
.nowSec3__itemDetail:after {
  background-image: url("../img/com/arrow2.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  content: "";
  display: block;
  width: 1.8rem;
  height: 1rem;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .nowSec3__itemDetail:after {
    width: 1.35rem;
    height: 0.75rem;
    margin-left: 0.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .nowSec3__itemDetail:after {
    width: 1.8rem;
    height: 1rem;
    margin-left: 1rem;
  }
}
.nowSec3__itemImg {
  font-size: 0rem;
  width: 40%;
}
@media screen and (min-width: 768px) {
  .nowSec3__itemImg {
    width: 30rem;
    height: auto;
  }
}
@media screen and (min-width: 1280px) {
  .nowSec3__itemImg {
    width: 40rem;
  }
}
.nowSec3__itemImg img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.6rem;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
}

.postArticle__inner {
  width: 100%;
  max-width: 83.2rem;
  padding: 6rem 2rem;
}
@media screen and (min-width: 768px) {
  .postArticle__inner {
    padding: 8rem 2rem 6.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__inner {
    padding: 16.3rem 0 9rem;
  }
}
.postArticle__mv {
  font-size: 0rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .postArticle__mv {
    width: 100%;
    height: auto;
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__mv {
    width: 83.2rem;
    height: 47rem;
    margin-bottom: 3.5rem;
  }
}
.postArticle__mv img {
  display: block;
  width: calc(100% + 4rem);
  height: auto;
  margin-left: -2rem;
}
@media screen and (min-width: 768px) {
  .postArticle__mv img {
    width: 100%;
    height: auto;
    margin: 0;
    box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
    border-radius: 0.45rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__mv img {
    box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
    border-radius: 0.6rem;
  }
}
.postArticle__ttl {
  line-height: 1.5;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .postArticle__ttl {
    font-size: 2.7rem;
    margin-bottom: 2.775rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__ttl {
    font-size: 3.6rem;
    margin-bottom: 3.7rem;
  }
}
.postArticle__ttl span {
  display: block;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .postArticle__ttl span.__p2 {
    font-size: 2.475rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__ttl span.__p2 {
    font-size: 3.3rem;
  }
}
.postArticle__cat {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .postArticle__cat {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__cat {
    margin-bottom: 2rem;
  }
}
.postArticle__catText {
  line-height: 1;
  border: 0.1rem solid #707070;
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.5rem 2rem;
  border-radius: 1.3rem;
}
@media screen and (min-width: 768px) {
  .postArticle__catText {
    font-size: 1.2rem;
    padding: 0.825rem 2.4rem;
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__catText {
    font-size: 1.6rem;
    padding: 1.1rem 3.2rem;
    border-radius: 2rem;
  }
}
.postArticle__ttlCnt {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .postArticle__ttlCnt {
    margin-bottom: 4.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__ttlCnt {
    max-width: 51.4rem;
    margin-bottom: 5.5rem;
  }
}
.postArticle__ttl2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .postArticle__ttl2 {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__ttl2 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
.postArticle__desc {
  font-size: 18px;
  line-height: 1.7777777778;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .postArticle__desc {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__desc {
    font-size: 1.8rem;
  }
}
.postArticle__speaker {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .postArticle__speaker {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__speaker {
    margin-bottom: 6rem;
  }
}
.postArticle__speakerTtl {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .postArticle__speakerTtl {
    font-size: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__speakerTtl {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.postArticle__speakerSlider {
  width: calc(100% - 4rem);
  background: #dedede;
  position: relative;
  padding: 2rem 2rem 0;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px) {
  .postArticle__speakerSlider {
    width: calc(100% - 6rem);
    padding: 3.375rem 3.375rem 2.25rem 1.35rem;
    margin: 0 auto 0.5625rem;
    min-height: 29.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__speakerSlider {
    width: 100%;
    padding: 4.5rem 4.5rem 3rem 1.8rem;
    margin: 0 auto 0.75rem;
    min-height: 39rem;
  }
}
@media screen and (min-width: 768px) {
  .en .postArticle__speakerSlider.__2 {
    margin: 0 auto 2.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .en .postArticle__speakerSlider.__2 {
    margin: 0 auto 3rem;
  }
}
.postArticle__speakerSliderPagination {
  width: 100%;
  height: 0.9rem;
  position: absolute;
  bottom: -1.5rem !important;
  left: 0;
  display: flex;
}
@media screen and (min-width: 768px) {
  .postArticle__speakerSliderPagination {
    bottom: -1.875rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__speakerSliderPagination {
    bottom: -2.5rem !important;
  }
}
.postArticle__speakerSliderPagination span.swiper-pagination-bullet-active {
  background-color: #000;
}
.postArticle__speakerSliderPrev,
.postArticle__speakerSliderNext {
  width: 3rem !important;
  height: 2.1rem !important;
}
@media screen and (min-width: 768px) {
  .postArticle__speakerSliderPrev,
  .postArticle__speakerSliderNext {
    width: 3.75rem !important;
    height: 2.625rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__speakerSliderPrev,
  .postArticle__speakerSliderNext {
    width: 5rem !important;
    height: 3.5rem !important;
  }
}
.postArticle__speakerSliderPrev:after,
.postArticle__speakerSliderNext:after {
  content: "" !important;
}
.postArticle__speakerSliderPrev {
  background-image: url("../img/post/arrow1.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  left: -2rem !important;
}
@media screen and (min-width: 768px) {
  .postArticle__speakerSliderPrev {
    left: -3.375rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__speakerSliderPrev {
    left: -4.5em !important;
  }
}
.postArticle__speakerSliderNext {
  background-image: url("../img/post/arrow2.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  left: auto !important;
  right: -2rem !important;
}
@media screen and (min-width: 768px) {
  .postArticle__speakerSliderNext {
    right: -3.375rem !important;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__speakerSliderNext {
    right: -4.5em !important;
  }
}
.postArticle__speakerSliderWrapper {
  overflow: hidden;
}
.postArticle__speakerSliderSlideFlex {
  align-items: center;
}
.postArticle__speakerSliderSlideImg {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .postArticle__speakerSliderSlideImg {
    width: 22.5rem;
    height: 22.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__speakerSliderSlideImg {
    width: 30rem;
    height: 30rem;
  }
}
.postArticle__speakerSliderSlideImg img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.postArticle__speakerSliderSlideCnt {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .postArticle__speakerSliderSlideCnt {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__speakerSliderSlideCnt {
    padding-left: 4rem;
  }
}
.postArticle__speakerSliderName {
  font-size: 20px;
  line-height: 1.5;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .postArticle__speakerSliderName {
    font-size: 1.5rem;
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__speakerSliderName {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.postArticle__speakerSliderDesc {
  font-size: 14px;
  line-height: 2;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .postArticle__speakerSliderDesc {
    font-size: 1.05rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__speakerSliderDesc {
    font-size: 1.4rem;
  }
}
.postArticle__speakerModerator {
  text-align: right;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .postArticle__speakerModerator {
    font-size: 1.05rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__speakerModerator {
    font-size: 1.4rem;
  }
}
.en .postArticle__speakerModerator {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .en .postArticle__speakerModerator {
    text-align: right;
  }
}
.en .postArticle__speakerModerator.__2 {
  text-align: left;
}
.postArticle__table {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .postArticle__table {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__table {
    margin-bottom: 12rem;
  }
}
.postArticle__tableTtl {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .postArticle__tableTtl {
    font-size: 2.25rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__tableTtl {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
}
.postArticle__tableItem {
  padding-left: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .postArticle__tableItem {
    padding-left: 7.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__tableItem {
    padding-left: 9.5rem;
  }
}
.postArticle__tableItem::before {
  position: absolute;
  top: 0.5rem;
  left: 0rem;
  content: "–";
  display: block;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .postArticle__tableItem::before {
    position: absolute;
    top: -0.375rem;
    left: 0;
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__tableItem::before {
    position: absolute;
    top: -0.5rem;
    left: -1.5rem;
    font-size: 2.8rem;
  }
}
.en .postArticle__tableItem {
  padding-left: 2rem;
}
.postArticle__tableLink {
  font-size: 28px;
  line-height: 1.1428571429;
  text-decoration: none;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .postArticle__tableLink {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__tableLink {
    font-size: 2.8rem;
  }
}
.postArticle__block {
  justify-content: space-between;
}
.postArticle__block h3 {
  font-size: 30px;
  line-height: 1.7;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .postArticle__block h3 {
    font-size: 2.25rem;
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__block h3 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}
.postArticle__block p {
  font-size: 18px;
  line-height: 1.7777777778;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .postArticle__block p {
    font-size: 1.35rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__block p {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.postArticle__block p strong {
  font-weight: 700;
  display: block;
}
.postArticle__block p.bottomSpace {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .postArticle__block p.bottomSpace {
    margin-bottom: 5.625rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__block p.bottomSpace {
    margin-bottom: 7.5rem;
  }
}
.postArticle__block p img {
  display: block;
  width: calc(100% + 4rem);
  height: auto;
  margin-left: -2rem;
}
@media screen and (min-width: 768px) {
  .postArticle__block p img {
    width: 100%;
    margin: 2.25rem 0 5.25rem;
    box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.2);
    border-radius: 0.45rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__block p img {
    width: 83.2rem;
    margin: 3rem 0 7rem;
    box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
    border-radius: 0.6rem;
  }
}
.postArticle__block p img.__noShadow {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .postArticle__block p img.bottomNospace {
    margin: 2.25rem 0 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__block p img.bottomNospace {
    margin: 3rem 0 2rem;
  }
}
.postArticle__blockLeftTtlMb {
  font-weight: 700;
  font-size: 1.6rem;
  margin: 2rem 0;
  border-left: 0.3rem solid #000;
  padding-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .postArticle__blockLeftTtlMb {
    font-size: 1.8rem;
    margin: 4rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__blockLeftTtlMb {
    display: none;
  }
}
.postArticle__blockPlus {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .postArticle__blockPlus {
    margin-bottom: 7.875rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__blockPlus {
    margin-bottom: 10.5rem;
  }
}
.postArticle__blockPlusTtl {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .postArticle__blockPlusTtl {
    font-size: 1.125rem;
    margin-bottom: 0.91875rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__blockPlusTtl {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
.postArticle__blockPlusItem {
  position: relative;
}
@media screen and (min-width: 768px) {
  .postArticle__blockPlusItem {
    font-size: 1.125rem;
    padding-left: 4.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__blockPlusItem {
    font-size: 1.5rem;
    padding-left: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .postArticle__blockPlusItem:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__blockPlusItem:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.postArticle__blockPlusItem:before {
  content: "–";
  display: block;
}
@media screen and (min-width: 768px) {
  .postArticle__blockPlusItem:before {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.postArticle__blockLeft {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .postArticle__blockLeft {
    flex-shrink: 0;
    width: 51.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__blockRight {
    width: calc(100% - 55.6rem);
    flex-shrink: 0;
  }
}
.postArticle__blockRightTtl {
  font-size: 28px;
  line-height: 1.7857142857;
  border-left: 0.2rem solid #000;
  background-color: rgba(255, 255, 255, 0.25);
  position: sticky;
  top: 8rem;
  font-size: 1.2rem;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .postArticle__blockRightTtl {
    font-size: 2.1rem;
    padding-left: 1.5rem;
    top: 6.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .postArticle__blockRightTtl {
    font-size: 2.8rem;
    padding-left: 2rem;
    top: 9rem;
  }
}

.topSec1__mv {
  position: relative;
  height: 40rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .topSec1__mv {
    height: 45rem;
  }
}
@media screen and (min-width: 1280px) {
  .topSec1__mv {
    height: 60rem;
  }
}
.topSec1__mv:before {
  background-image: url("../img/home/mv.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.75);
  transform: scale(1.75);
  transition: -webkit-transform 6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.is-loaded .topSec1__mv:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.topSec1__mvDesc {
  font-size: 45px;
  line-height: 1.4444444444;
  position: absolute;
  top: 12rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 100%;
  max-width: 125.6rem;
  font-size: 1.8rem;
  padding: 0 2rem;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 300% 300%;
  text-align: justify;
  will-change: transform;
}
@media all and (-ms-high-contrast: none) {
  .topSec1__mvDesc {
    color: #fff;
    background-clip: none;
  }
}
.en .topSec1__mvDesc {
  text-align: left;
}
.is-loaded .topSec1__mvDesc {
  background-image: linear-gradient(to bottom, #fff 30%, rgba(255, 255, 255, 0) 50%);
  background-position: center 100%;
  -webkit-transform: translate3d(-50%, -4rem, 0);
  transform: translate3d(-50%, -4rem, 0);
  -webkit-animation: toBottom 6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: toBottom 6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
@media screen and (min-width: 768px) {
  .topSec1__mvDesc {
    position: absolute;
    top: 12.375rem;
    left: 50%;
    font-size: 3.375rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .topSec1__mvDesc {
    position: absolute;
    top: 16.5rem;
    left: 50%;
    font-size: 4.5rem;
    padding: 0;
  }
}
.topSec1__mvLink {
  letter-spacing: 0em;
  position: absolute;
  right: 2rem;
  bottom: 3rem;
  font-size: 2rem;
  font-family: Helvetica, "Helvetica Neue", Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration: none;
  align-items: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .topSec1__mvLink {
    position: absolute;
    right: 6.9rem;
    bottom: 2.25rem;
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .topSec1__mvLink {
    position: absolute;
    right: 9.2rem;
    bottom: 3rem;
    font-size: 4.8rem;
  }
}
.topSec1__mvLink:after {
  background-image: url("../img/com/arrow-r.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 2.6rem;
  height: 1.4rem;
  content: "";
  display: block;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .topSec1__mvLink:after {
    width: 5.025rem;
    height: 2.7rem;
    margin-left: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .topSec1__mvLink:after {
    width: 6.7rem;
    height: 3.6rem;
    margin-left: 1.5rem;
  }
}

.topSec2__inner,
.topSec3__inner {
  max-width: 104.4rem;
  padding: 4rem 2rem;
}
@media screen and (min-width: 768px) {
  .topSec2__inner,
  .topSec3__inner {
    padding: 6.5625rem 2rem 7.875rem;
  }
}
@media screen and (min-width: 1280px) {
  .topSec2__inner,
  .topSec3__inner {
    padding: 8.75rem 0 10.5rem;
  }
}
.topSec2__ttl,
.topSec3__ttl {
  line-height: 1;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .topSec2__ttl,
  .topSec3__ttl {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .topSec2__ttl,
  .topSec3__ttl {
    font-size: 4.8rem;
    margin-bottom: 4rem;
  }
}
.topSec2__ttl span,
.topSec3__ttl span {
  line-height: 1;
  display: inline-block;
}
.topSec2__desc,
.topSec3__desc {
  font-size: 36px;
  line-height: 1.5277777778;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .topSec2__desc,
  .topSec3__desc {
    font-size: 2.7rem;
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .topSec2__desc,
  .topSec3__desc {
    font-size: 3.6rem;
    margin-bottom: 6rem;
  }
}
.topSec2__link,
.topSec3__link {
  align-items: center;
  justify-content: center;
  background-color: #0a1561;
  text-decoration: none;
  width: 100%;
  height: 3rem;
  border-radius: 1.5rem;
  font-size: 1.4rem;
  transition: background-color 0.3s;
}
.topSec2__link:hover,
.topSec3__link:hover {
  background-color: #da0058;
}
@media screen and (min-width: 768px) {
  .topSec2__link,
  .topSec3__link {
    width: 22.65rem;
    height: 2.85rem;
    border-radius: 1.425rem;
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 1280px) {
  .topSec2__link,
  .topSec3__link {
    width: 30.2rem;
    height: 3.8rem;
    border-radius: 1.9rem;
    font-size: 1.8rem;
  }
}

.topSec2 {
  background: linear-gradient(to left, #e3ecf3, #fff);
}
.topSec2:before {
  background-image: url("../img/home/white-block-bg.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-repeat: repeat;
  background-size: 4.1rem 4.25rem;
  background-position: bottom 2.05rem center;
}
@media screen and (min-width: 768px) {
  .topSec2:before {
    background-size: 6.15rem 6.375rem;
    background-position: bottom 3.075rem center;
  }
}
@media screen and (min-width: 1280px) {
  .topSec2:before {
    background-size: 8.2rem 8.5rem;
    background-position: bottom 4.1rem center;
  }
}

.topSec3 {
  background: linear-gradient(to right, #fdeaea, #fff);
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .topSec3 {
    padding-bottom: 7.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .topSec3 {
    padding-bottom: 10.4rem;
  }
}
.topSec3:before {
  background-image: url("../img/home/white-block-bg.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-repeat: repeat;
  background-size: 4.1rem 4.25rem;
  background-position: top 2.05rem center;
}
@media screen and (min-width: 768px) {
  .topSec3:before {
    background-size: 6.15rem 6.375rem;
    background-position: top 3.075rem center;
  }
}
@media screen and (min-width: 1280px) {
  .topSec3:before {
    background-size: 8.2rem 8.5rem;
    background-position: top 4.1rem center;
  }
}
@media screen and (min-width: 768px) {
  .topSec3__inner {
    padding: 6.5625rem 2rem 4.6875rem;
  }
}
@media screen and (min-width: 1280px) {
  .topSec3__inner {
    padding: 8.75rem 0 6.25rem;
  }
}
@media screen and (min-width: 768px) {
  .topSec3__ttl {
    margin-bottom: 3.5625rem;
  }
}
@media screen and (min-width: 1280px) {
  .topSec3__ttl {
    margin-bottom: 4.75rem;
  }
}
@media screen and (min-width: 768px) {
  .topSec3__btn {
    transition: all 0.3s ease;
  }
  .topSec3__btn:hover {
    filter: brightness(1.1);
  }
}

/**
 * Swiper 6.8.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 16, 2021
 */
@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;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

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

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

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

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
  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));
}

/* CSS Mode */
.swiper-container-css-mode &gt; .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

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

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

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

.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-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

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

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal &gt; .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

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

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

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

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

.swiper-container-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

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

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

.swiper-container-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl &gt; .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.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%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

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

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

.swiper-container-vertical &gt; .swiper-pagination-progressbar,
.swiper-container-horizontal &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  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;
}

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

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

.swiper-container-vertical &gt; .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 &gt; img,
.swiper-zoom-container &gt; svg,
.swiper-zoom-container &gt; canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  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;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.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;
  -webkit-transform-origin: 0 0;
  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 {
  -webkit-transform-origin: 100% 0;
  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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  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%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*# sourceMappingURL=sourcemaps/style.css.map */
</pre></body></html>