@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap);
@charset "UTF-8";
.drawer_hidden {
  display: none;
}

.drawer_open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  right: 0;
  top: 0;
}

.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
}

.drawer_open span:before {
  bottom: 8px;
}

.drawer_open span:after {
  top: 8px;
}

#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*humbuger inner*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 99;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav_list {
  list-style: none;
}

#drawer_input:checked ~ .nav_content {
  left: 0;
}

/*PC NAVI*/
.global-nav-fixed {
  width: 100%;
  position: fixed;
  z-index: 9999;
}

.global-nav img {
  height: 60px;
  width: auto;
  margin: 0 32px 10px 16px;
}

.global-nav-wrap {
  border-left: 1px solid #000;
  padding-left: 32px;
  display: inline-block;
}

.global-nav {
  width: 100%;
  background-color: #fff;
  position: fixed;
  padding: 16px 0 4px;
  z-index: 9999;
  position: relative;
  min-width: 1280px;
}

.global-nav ul {
  float: left;
}

.global-nav ul li {
  padding: 0 40px 0 0;
}

.global-nav ul li a {
  font-size: 16px;
  display: block;
  padding-left: 10px;
  position: relative;
}

.global-nav ul li a:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.global-nav ul li:before {
  width: 4px;
  border-top: 1px solid #000;
}

.global-nav ul li.left_shape {
  margin-top: 20px;
  padding-left: 10px;
  border-left: 1px dotted #555;
}

.global-nav ul li a {
  text-decoration: none;
  color: #333;
}

.global-nav .cr {
  margin-top: 48px;
  font-size: 12px;
}

.season {
  position: absolute;
  right: 100px;
  top: 8px;
}
@media screen and (max-width: 768px) {
  .season {
    position: static;
    margin-top: 50px;
  }
}
.season .seasonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
  max-width: 100px;
}
@media screen and (max-width: 768px) {
  .season .seasonList {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100% !important;
    gap: 10px !important;
  }
}
.season .seasonList__item {
  padding: 0;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .season .seasonList__item {
    width: 112px;
  }
}
.season .seasonList__item a {
  font-size: 16px;
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding-left: 0;
}
.season .seasonList__item a::before {
  content: none;
}
.season .seasonList__item a.current {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.season .seasonList__item a.non-current {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.season .seasonList__item a.non-current:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.lang {
  position: absolute;
  top: 8px;
  right: 16px;
}

.lang .langList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
  max-width: 67px;
}
.lang .langList__item {
  padding: 0;
  width: 32px;
}
.lang .langList__item a {
  font-size: 16px;
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding-left: 0;
}
.lang .langList__item a::before {
  content: none;
}
.lang .langList__item a.current {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lang .langList__item a.non-current {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lang .langList__item a.non-current:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.lang .langList__item:last-child {
  width: 67px;
}

.dummy {
  width: 900px;
  margin: 48px auto 0;
}

.mainvisual {
  padding: 0 16px;
}

.toppage_wrapper h1 {
  margin: 32px 0;
}

.toppage_wrapper h1 img {
  height: 200px;
}

.toppage_wrapper h2 img {
  height: 72px;
}

.toppage_wrapper h3 {
  font-size: 40px;
  font-weight: 900;
}

.banner {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.banner li {
  float: right;
}

/*.banner li:last-child {
  margin-right: -52px;
}*/
.clearfix {
  min-height: 1px;
  zoom: 1;
}

.va {
  height: calc(100vh - 90px);
  position: relative;
  overflow: hidden;
  margin-top: 90px;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.upperpart {
  width: 900px;
  margin: 0 auto;
}

.upperpart p {
  margin-bottom: 60px;
}

.points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.points-inner {
  position: absolute;
  top: -12vh;
}

.points-bg {
  background-color: #007BCB;
  padding-bottom: 100px;
  position: relative;
  height: 410px;
  margin-top: 210px;
}

.points-position {
  width: 1200px;
  margin: 0 auto;
}

.points_number {
  margin: 20px 0;
}

.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Itembox {
  width: 346px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

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

.Barlow {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 40px;
  font-weight: normal;
  font-weight: 400;
  line-height: 1.46;
}

.title-heading__heading-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.46;
  margin-bottom: 48px;
}

.title-heading__heading-text-extra {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.46;
}

.title-heading__heading-caption-text {
  font-family: "Noto Sans JP", sans-serif;
  color: #272727;
  font-size: 10px;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.46;
}

.sub-heading {
  text-align: left;
}

.sub-heading__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #272727;
  font-size: 14px;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.36;
}

.youtube {
  margin: 48px auto 110px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#part01 {
  padding: 100px 0;
}

#part02 {
  padding: 100px 0 0;
  margin: 100px auto;
  background-color: #EBF0F1;
}

.inner-fruid {
  width: 1200px;
  margin: 0 auto;
}

.about_yuzawa {
  position: relative;
}

.left-txt-block {
  width: 25%;
  margin-left: 10%;
  margin-right: 3%;
}

.left-txt-block img {
  margin-bottom: 32px;
}

.right-photo-block {
  width: 67%;
}

.right-txt-block {
  width: 25%;
  margin-right: 10%;
  margin-left: 3%;
}

.right-txt-block img {
  margin-bottom: 32px;
}

.left-photo-block {
  width: 67%;
}

.special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.moreBtn {
  margin-top: 32px;
}

.moreBtn a {
  display: block;
  margin: auto;
  width: 100%;
  height: 40px;
  position: relative;
  border-bottom: 1px solid #2E2E2E;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  color: #000;
}

.moreBtn a::after {
  content: "";
  background: url("../img/ttl-arrow.svg") no-repeat;
  background-size: 32px 10px;
  width: 32px;
  height: 10px;
  position: absolute;
  top: 8px;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.moreBtn a:hover {
  color: #007BCB;
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
}

.moreBtn a:hover::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 10px;
}

#part03 {
  padding-bottom: 100px;
}

.table_box {
  margin: auto;
  max-width: 1200px;
  overflow: scroll;
}

.table_box .table_ticket_list {
  width: 100%;
  min-width: 600px;
  margin-bottom: 16px;
}

.table_box .table_ticket_list thead tr .deadline {
  font-size: 16px;
  width: 460px;
  height: 48px;
  border-top: solid 1px #000;
}

.table_box .table_ticket_list thead th {
  border-right: solid 1px #000;
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
  padding: 5px 0;
  vertical-align: middle;
  border-top: solid 1px #000;
}

.table_box .table_ticket_list thead th .division {
  width: 175x;
  height: 124px;
}

.table_box .table_ticket_list tbody .title {
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  height: 48px;
}

.table_box .table_ticket_list tbody td {
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  height: 48px;
  white-space: nowrap;
  padding: 8px 12px;
}

@media (max-width: 768px) {
  .table_box {
    margin: 0 -16px;
    padding: 0 16px;
  }
  .table_box .table_ticket_list {
    min-width: 520px;
  }
  .table_box .table_ticket_list thead th {
    font-size: 14px;
    padding: 8px 6px;
  }
  .table_box .table_ticket_list tbody .title {
    font-size: 16px;
    padding: 8px 6px;
  }
  .table_box .table_ticket_list tbody td {
    font-size: 14px;
    padding: 8px 6px;
  }
}
.tikit-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.tikit-info-left {
  border-right: 1px solid #000;
  padding-right: 100px;
  font-weight: 600;
}

.tikit-info-right {
  padding-left: 16px;
  font-weight: 600;
}

#part04 {
  padding: 100px 0 100px;
  background-color: #EBF0F1;
}

.ticket_txt {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
}

.tickit-coution {
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 80px;
}

.bold {
  font-weight: 600;
}

.round-btn {
  font-size: 20px;
  text-align: center;
  margin-top: 48px;
}

.round-btn a {
  display: block;
  margin: 0 auto;
  width: 720px;
  position: relative;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  background-color: #216DA9;
  border-radius: 100px;
  padding: 40px 0;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.round-btn a::after {
  content: "";
  background: url(../img/arrow_right.svg) no-repeat;
  background-size: 11px 22px;
  width: 11px;
  height: 22px;
  position: absolute;
  top: 40%;
  right: 32px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.round-btn a:hover::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 40px;
}

.round-btn a:hover {
  background-color: #0F314B;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#part05 {
  padding: 144px 0 100px;
  background-color: #0091D4;
}

.appeal-box {
  background-color: #F8F9DA;
  border: solid 4px #00046F;
  border-radius: 32px;
  padding: 48px 100px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: -44px;
}

.appeal {
  background: url(../img/appeal-bg.jpg) no-repeat;
  background-position: bottom;
}

.appeal h3 {
  font-size: 32px;
  font-weight: 600;
  color: #00046F;
  text-align: center;
}

.round-btn-small {
  font-size: 20px;
  text-align: center;
  margin-top: 32px;
}

.round-btn-small a {
  display: block;
  margin: 0 auto;
  width: 485px;
  position: relative;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  background-color: #000;
  border-radius: 60px;
  padding: 20px 0;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}

.round-btn-small a::after {
  content: "";
  background: url(../img/arrow_right.svg) no-repeat;
  background-size: 11px 22px;
  width: 11px;
  height: 22px;
  position: absolute;
  top: 33%;
  right: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.round-btn-small a:hover::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 25px;
}

.round-btn-small a:hover {
  background-color: #216DA9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.appeal-left {
  width: 600px;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  margin-top: 32px;
}

.appeal-right {
  width: 400px;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  margin-top: 32px;
}

.appeal_caution {
  font-size: 14px;
  font-weight: 400;
  margin-top: 16px;
}

.snow-icon {
  width: 80px;
  margin: -40px auto;
  position: relative;
  z-index: 2;
}

#part06 {
  padding: 100px 0 100px;
  background-color: #EBF0F1;
}

.news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.news-info {
  background-color: #fff;
  padding: 48px 120px 32px;
  margin-bottom: 20px;
}

.news-heading {
  font-size: 18px;
  font-weight: 600;
  height: 20px;
  padding: 5px 0;
  width: 100px;
  border: 1px solid #000;
  text-align: center;
  margin-right: 16px;
  line-height: 1;
  margin-top: 4px;
}

.news-contents {
  width: 900px;
}

.how-entry {
  margin-top: 60px;
}

.news-inner-b img {
  width: 370px;
}

.news-contents-b {
  width: 470px;
  line-height: 2.5;
}

.news-inner-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.how-checkin {
  margin-top: 60px;
  border: 1px solid #000;
  padding: 48px;
}

.news-info h3 {
  text-align: center;
}

.checkin-number {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 80px;
  width: 60px;
  text-align: center;
  line-height: 1;
}

.checkin-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#part07 {
  padding: 100px 0;
}

.access img {
  margin-top: 48px;
}

.access-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
}

.access-info-left {
  border-right: 1px solid #000;
  width: 332px;
  font-weight: 600;
  margin-right: 20px;
}

.access-info-right {
  width: 870px;
}

.access_txt {
  font-size: 20px;
  font-weight: 600;
}

.access_txt-thin {
  font-size: 20px;
}

.access_caution {
  font-size: 14px;
  font-weight: 400;
  margin-top: 48px;
  margin-bottom: 148px;
}

.nav-wrap {
  margin: 40px 0;
}

.c-section__vertical {
  margin-bottom: 48px;
}

.information-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "游ゴシック", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Helvetica, sans-serif;
  font-size: 85%;
  line-height: 1.5;
  letter-spacing: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .information-area {
    display: block;
    font-size: 95%;
  }
}
.information-area h3 {
  text-align: center;
  font-weight: normal;
  font-size: 130%;
  margin-bottom: 1.5rem;
  position: relative;
}

.information-area h3::before {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #999;
}

.information-area h3 span {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0 0.5em;
}

.information-area .information-box {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .information-area .information-box {
    width: auto;
    margin-bottom: 1.3rem;
  }
}
.information-area .information-box .information-inner .textarea {
  max-height: 160px;
  overflow: scroll;
  margin-bottom: 10px;
}

.information-area .information-box .information-inner .updatetime {
  text-align: right;
}

.information-area .weather-box {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .information-area .weather-box {
    width: auto;
    margin-bottom: 1.3rem;
  }
}
.information-area .weather-box .weather-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.information-area .weather-box .weather-inner .inner-box {
  width: 33.33333%;
  min-height: 168px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .information-area .weather-box .weather-inner .inner-box {
    min-height: 108px;
  }
}
.information-area .weather-box .weather-inner .inner-box h4 {
  font-size: 130%;
  font-weight: normal;
  margin: 25px 0 10px 0;
}

.information-area .weather-box .weather-inner .inner-box:not(:first-child) {
  border-left: 1px dotted #000;
}

.information-area .weather-box .weather-inner .inner-box:not(:first-child) p {
  padding: 29px 0;
}

@media screen and (max-width: 768px) {
  .information-area .weather-box .weather-inner .inner-box:not(:first-child) p {
    padding: 10px 0;
  }
}
.information-area .weather-box .weather-inner p {
  font-size: 300%;
}

@media screen and (max-width: 768px) {
  .information-area .weather-box .weather-inner p {
    font-size: 200%;
  }
}
.information-area .weather-box .weather-inner p span {
  font-size: 50%;
}

.information-area .livecamera-box {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .information-area .livecamera-box {
    width: auto;
    margin-bottom: 1.3rem;
  }
  .information-area .livecamera-box img {
    width: 100%;
  }
}
/*SP*/
@media screen and (max-width: 768px) {
  .dummy {
    width: 100%;
    margin: 48px auto 0;
  }
  body {
    min-width: 320px;
  }
  .va-sp {
    height: 520px;
    margin-top: 0;
  }
  .main {
    padding: 0;
  }
  .mainvisual {
    padding: 0px;
  }
  .Itembox {
    width: 100%;
    margin-bottom: 32px;
  }
  .Itembox img {
    margin-bottom: 16px;
  }
  .inner-fruid {
    width: 100%;
  }
  .upperpart {
    width: 100%;
  }
  .round-btn a {
    width: 100%;
    line-height: 1.5;
    font-size: 16px;
    padding: 16px 0;
  }
  .round-btn-small a {
    width: 90%;
    font-size: 16px;
  }
  .round-btn-small {
    margin-top: 16px;
  }
  .points {
    display: inherit;
  }
  .points-inner {
    position: inherit;
  }
  .points-bg {
    background-color: #007BCB;
    padding-bottom: 0px;
    position: inherit;
    height: auto;
    margin-top: 0;
    padding: 16px;
  }
  .points-position {
    width: 100%;
    margin: 0 auto;
  }
  .points_number {
    margin: 10px 0;
  }
  .appeal-box {
    border-radius: 16px;
    padding: 48px 20px;
    margin-top: -34px;
  }
  .appeal-left {
    width: 100%;
    font-size: 16px;
    margin-top: 24px;
  }
  .news-info {
    padding: 48px 0 32px;
  }
  .how-checkin {
    padding: 28px 20px 16px 20px;
  }
  .news-inner {
    display: inherit;
  }
  .news-contents {
    width: 100%;
    line-height: 1.5;
  }
  .news-contents-b {
    width: 100%;
    line-height: 2.5;
  }
  .news-inner-b img {
    width: 100%;
    margin-top: 16px;
  }
  .news-inner-b {
    display: inherit;
    margin-bottom: 20px;
  }
  .appeal-right {
    width: 100%;
  }
  #part01 {
    padding: 48px 16px;
  }
  #part02 {
    padding: 48px 16px 0;
    margin-top: 50px;
    margin-bottom: 0px;
  }
  #part03 {
    padding: 48px 16px;
  }
  #part04 {
    padding: 48px 16px 48px;
  }
  #part05 {
    padding: 84px 16px;
  }
  #part06 {
    padding: 48px 16px 48px;
  }
  .news-info {
    padding: 48px 16px 32px;
  }
  #part07 {
    padding: 48px 16px;
  }
  .tikit-info-left {
    padding-right: 0;
  }
  .left-txt-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .right-txt-block {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .special {
    display: inherit;
    margin-bottom: 40px;
  }
  .toppage_wrapper {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .toppage_wrapper h1 {
    margin: 15px 0;
  }
  .toppage_wrapper h3 {
    font-size: 24px;
    font-weight: 900;
  }
  .toppage_wrapper h1 img {
    height: auto;
  }
  .toppage_wrapper h2 img {
    height: auto;
  }
  .access_txt {
    font-size: 16px;
    line-height: 1.35;
  }
  .access_txt-thin {
    font-size: 16px;
    line-height: 1.35;
  }
  .title-heading__heading-text {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .appeal h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .title-heading__heading-text-extra {
    margin-bottom: 0;
  }
  .checkin-inner {
    margin-bottom: 10px;
  }
  .news-info {
    padding: 32px 16px 32px;
  }
  .news-heading {
    display: block;
    height: 18px;
    padding: 5px 0;
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .c-section__vertical {
    margin-bottom: 32px;
  }
  .upperpart p {
    margin-bottom: 32px;
  }
  .youtube {
    margin: 32px auto 32px;
  }
  .logo-position {
    text-align: center;
  }
  .right-photo-block {
    width: 100%;
    margin-top: 24px;
  }
  .left-photo-block {
    width: 100%;
    margin-top: 24px;
  }
  .access_caution {
    margin-bottom: 20px;
  }
  .ticket_txt {
    font-size: 16px;
    line-height: 1.5;
    margin-right: 8px;
  }
  .snow-icon {
    width: 60px;
    margin: -30px auto;
  }
  .banner {
    padding-left: 16px;
  }
  .banner li:last-child {
    margin-right: 0;
  }
  /*SP NAVI*/
  .global-nav-fixed {
    width: 100%;
    position: fixed;
    z-index: 9999;
  }
  .global-nav img {
    height: 60px;
    width: auto;
    margin: 0 32px 10px 16px;
  }
  .global-nav-wrap {
    border-left: none;
    display: inherit;
    width: 51%;
    margin: 10vh auto;
    padding: 0;
  }
  .global-nav {
    min-width: 100%;
  }
  .global-nav ul {
    float: inherit;
  }
  .global-nav ul li {
    padding: 0 40px 0 0;
  }
  .global-nav ul li a {
    font-size: 16px;
    display: block;
    padding-left: 10px;
    position: relative;
  }
  .global-nav ul li a:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
  }
  .global-nav ul li:before {
    width: 4px;
    border-top: 1px solid #000;
  }
  .global-nav ul li.left_shape {
    margin-top: 20px;
    padding-left: 10px;
    border-left: 1px dotted #555;
  }
  .global-nav ul li a {
    text-decoration: none;
    color: #333;
    margin-bottom: 10px;
  }
  .global-nav .cr {
    margin-top: 48px;
    font-size: 12px;
  }
  .lang-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  .lang-sp a {
    font-size: 16px;
    font-family: "Barlow Condensed", sans-serif;
    text-align: center;
    width: 32px;
    display: block;
    margin: 0 4px;
    text-decoration: none;
  }
  .lang-sp a.is_zh {
    width: 67px;
  }
  .current {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .non-current {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .non-current:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .cr {
    margin-bottom: 50px;
  }
}
/*english*/
.toppage_wrapper-en h1 {
  margin: 32px 0;
}

.toppage_wrapper-en h1 img {
  height: 200px;
}

.toppage_wrapper-en h2 img {
  height: 144px;
}

.points-bg-en {
  background-color: #007BCB;
  padding-bottom: 100px;
  position: relative;
  height: 530px;
  margin-top: 210px;
}

.title-heading__heading-text-en {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 40px;
  line-height: 1.46;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .toppage_wrapper-en {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .toppage_wrapper-en h1 {
    margin: 0 0 15px 0;
  }
  .toppage_wrapper-en h1 img {
    height: auto;
  }
  .toppage_wrapper-en h2 img {
    height: auto;
  }
  .points-bg-en {
    background-color: #007BCB;
    padding-bottom: 0px;
    position: inherit;
    height: auto;
    margin-top: 0;
    padding: 16px;
  }
}
/*yukiyama*/
.yukiyamaapi_info_wrap {
  position: relative;
}

.yukiyamaapi_info_bg {
  width: 100%;
}

.yukiyamaapi_info_abs {
  position: absolute;
  width: 100%;
  height: 100%;
}

.yukiyamaapi_info_name {
  z-index: 300;
}

.yukiyamaapi_info_lift134 img, .yukiyamaapi_info_lift136 img, .yukiyamaapi_info_lift156 img {
  z-index: 200;
}

.yukiyamaapi_info_course134 img, .yukiyamaapi_info_course136 img, .yukiyamaapi_info_course156 img {
  z-index: 100;
}

.yukiyamaapi_info_bus {
  z-index: 50;
}

/*230106*/
.round-btn-b {
  font-size: 20px;
  text-align: center;
  margin-top: 48px;
}

.round-btn-b a {
  display: block;
  margin: 0 auto;
  width: 720px;
  position: relative;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  background-color: #FF0000;
  border-radius: 100px;
  padding: 40px 0;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.round-btn-b a::after {
  content: "";
  background: url(../img/arrow_right.svg) no-repeat;
  background-size: 11px 22px;
  width: 11px;
  height: 22px;
  position: absolute;
  top: 40%;
  right: 32px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.round-btn-b a:hover::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 40px;
}

.round-btn-b a:hover {
  background-color: #0F314B;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .round-btn-b a {
    width: 100%;
    line-height: 1.5;
    font-size: 16px;
    padding: 16px 0;
  }
}
.is-sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
}
body {
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "游ゴシック", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  color: #000;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-width: 1280px;
}
body.is-open {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #b5c1cc;
}

button, input, optgroup, select, textarea {
  color: #000;
  line-height: inherit;
}

.mb40 {
  margin-bottom: 40px;
}

.c-inner01 {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .c-inner01 {
    padding: 0 4.2666666667vw;
  }
}

.c-ttl01 {
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    font-size: 6.4vw;
  }
}
.c-ttl01 span {
  color: #0086D1;
}

.c-subTtl01 {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #0086D1;
  padding-left: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-subTtl01 {
    font-size: 3.2vw;
    padding-left: 5.3333333333vw;
  }
}
.c-subTtl01::before {
  content: "";
  background: url(../img/common/ico_arrow01.svg) no-repeat center center/100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .c-subTtl01::before {
    width: 4.2666666667vw;
    height: 2.1333333333vw;
  }
}

.c-btn01 a {
  background-color: #0086D1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  width: 221px;
  height: 56px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn01 a img {
  width: 24px;
  height: auto;
}
@media (hover: hover) {
  .c-btn01 a:hover {
    opacity: 1;
    background-color: #00B3EC;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

.fixbannerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 160px;
  height: 160px;
  background-color: #00B3EC;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (hover: hover) {
  .fixbannerBox:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.fixbannerBox::before {
  content: "";
  background: url(../img/common/txt_fix01.webp) no-repeat center center/100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  z-index: 1;
  -webkit-animation: rotate 25s linear infinite;
          animation: rotate 25s linear infinite;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.fixbannerBox.is-en::before {
  background: url(../img/common/txt_fix01.webp) no-repeat center center/100% 100%;
}
.fixbannerBox.is-zh::before {
  background: url(../img/common/txt_fix01.webp) no-repeat center center/100% 100%;
}
.fixbannerBox a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.16em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  z-index: 2;
}
.fixbannerBox a img {
  width: 32px;
  height: 32px;
}

.fixInfoBox {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
}
.fixInfoBox.is-show {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .fixInfoBox {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
  }
}
.fixInfoBox.is-en .fixInfoBox-list__item a {
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .fixInfoBox.is-en .fixInfoBox-list__item a {
    font-size: 2.9333333333vw;
  }
}
.fixInfoBox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .fixInfoBox-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.fixInfoBox-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: 76px;
  height: 76px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .fixInfoBox-list__item a {
    font-size: 2.9333333333vw;
    width: 20.2666666667vw;
    height: 17.6vw;
  }
}
.fixInfoBox-list__item a img {
  margin: 0 auto;
  display: block;
  height: auto;
}
@media (hover: hover) {
  .fixInfoBox-list__item a:hover {
    opacity: 1;
    width: 98px;
  }
}
.fixInfoBox-list__item.is-price a {
  background-color: #fff;
  color: #000;
}
.fixInfoBox-list__item.is-price a img {
  width: 24px;
}
@media screen and (max-width: 767px) {
  .fixInfoBox-list__item.is-price a img {
    margin-bottom: 0.8vw;
    width: 6.4vw;
  }
}
.fixInfoBox-list__item.is-info a {
  background-color: #0086D1;
  color: #fff;
}
.fixInfoBox-list__item.is-info a img {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .fixInfoBox-list__item.is-info a img {
    margin-bottom: 0.8vw;
    width: 8vw;
  }
}
.fixInfoBox-list__item.is-access a {
  background-color: #3F7085;
  color: #fff;
}
.fixInfoBox-list__item.is-access a img {
  width: 24px;
}
@media screen and (max-width: 767px) {
  .fixInfoBox-list__item.is-access a img {
    margin-top: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
    width: 6.4vw;
  }
}
.fixInfoBox-list__item.is-ticket a {
  background-color: #00B3EC;
  color: #fff;
  width: 38.9333333333vw;
}
.fixInfoBox-list__item.is-ticket a img {
  width: 24px;
}
@media screen and (max-width: 767px) {
  .fixInfoBox-list__item.is-ticket a img {
    margin-top: 0.8vw;
    width: 6.4vw;
  }
}

.header {
  background-color: transparent;
  padding-top: 31px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    background-color: #fff;
    height: 16vw;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 36px 0 80px;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    margin-left: 2.9333333333vw;
    width: 25.8666666667vw;
  }
}
.header__logo img {
  width: 127px;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 25.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 3.7333333333vw;
  }
}
.header-rightBox {
  background: rgba(255, 255, 255, 0.7);
  border: solid 2px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 39px;
  padding: 7px 6px 7px 38px;
}
@media screen and (max-width: 767px) {
  .header-rightBox {
    border: 0;
    padding: 0;
  }
}
.header-menuBox {
  background-color: #0195D1;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  width: 153px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .header-menuBox {
    border-radius: 0;
    width: 18.6666666667vw;
    height: 16vw;
  }
}
.header-menuBox.is-open .header-menuBox__btn span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-15deg);
          transform: translateY(8px) rotate(-15deg);
}
.header-menuBox.is-open .header-menuBox__btn span:nth-of-type(2) {
  opacity: 0;
}
.header-menuBox.is-open .header-menuBox__btn span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(15deg);
          transform: translateY(-8px) rotate(15deg);
}
.header-menuBox__ttl {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.4px;
}
.header-menuBox__btn {
  position: relative;
  width: 48px;
  height: 16px;
}
.header-menuBox__btn span {
  background-color: #fff;
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.header-menuBox__btn span:nth-of-type(1) {
  top: 0;
}
.header-menuBox__btn span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-menuBox__btn span:nth-of-type(3) {
  bottom: 0;
}

.header-seasonChangeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header-seasonChangeBox.is-sp-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-seasonChangeBox {
    margin-top: 9.8666666667vw;
  }
  .header-seasonChangeBox.is-sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.2vw;
  }
}
.header-seasonChangeBox__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 34px;
  height: 14px;
  border-radius: 50px;
  background-color: #333;
  cursor: pointer;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.header-seasonChangeBox__input::after {
  border: 2px solid #fff;
  position: absolute;
  left: -4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #1976D2;
  content: "";
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}
.header-seasonChangeBox__input:has(:checked)::after {
  left: 14px;
}
.header-seasonChangeBox__input input {
  display: none;
}
.header-seasonChangeBox a {
  color: #B4B4B5;
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .header-seasonChangeBox a {
    color: #fff;
    font-size: 3.2vw;
  }
}
.header-seasonChangeBox a.is-current {
  color: #0195D1;
}
@media screen and (max-width: 767px) {
  .header-seasonChangeBox a.is-current {
    color: #fff;
  }
}

.header-langBox {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-left: auto;
  max-width: 125px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header-langBox {
    margin-top: 0;
  }
}
.header-langBox__ttl {
  background: url(../img/common/ico_lang02.svg) no-repeat left center/16px 16px;
  border-bottom: 1px solid #0195D1;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #0195D1;
  padding-right: 25px;
  padding-left: 27px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-langBox__ttl {
    background: url(../img/common/ico_lang02.svg) no-repeat left center/4.2666666667vw 4.2666666667vw;
    border-bottom: solid 1px #0195D1;
    color: #0195D1;
  }
}
.header-langBox__ttl.is-color-change {
  background: url(../img/common/ico_lang01.svg) no-repeat left center/16px 16px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.header-langBox__ttl.is-color-change::after {
  background: url(../img/common/ico_arrow_down01.svg) no-repeat right center/8.5px 5px;
}
@media screen and (max-width: 767px) {
  .header-langBox__ttl.is-color-change {
    background: url(../img/common/ico_lang01.svg) no-repeat left center/4.2666666667vw 4.2666666667vw;
    border-bottom: solid 1px #fff;
    color: #fff;
  }
  .header-langBox__ttl.is-color-change::after {
    background: url(../img/common/ico_arrow_down01.svg) no-repeat right center/2.2666666667vw 1.3333333333vw;
  }
}
.header-langBox__ttl.is-open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.header-langBox__ttl::after {
  background: url(../img/common/ico_arrow_down02.svg) no-repeat right center/8.5px 5px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8.5px;
  height: 5px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (max-width: 767px) {
  .header-langBox__ttl::after {
    background: url(../img/common/ico_arrow_down02.svg) no-repeat right center/2.2666666667vw 1.3333333333vw;
  }
}

.header-langList {
  background-color: #fff;
  display: none;
  padding: 8px 15px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}
.header-langList__item:not(:last-child) {
  border-bottom: 1px solid rgba(179, 197, 219, 0.3);
}
.header-langList__item.is-current a {
  color: #0195D1;
}
.header-langList__item a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #B4B4B5;
  text-align: center;
}

.header-navBox {
  background-color: #0086D1;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  overflow-y: scroll;
  height: 100vh;
  padding: 195px 64px 64px;
  max-width: 520px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
@media screen and (max-width: 767px) {
  .header-navBox {
    padding: 33.6vw 10.6666666667vw 8vw;
    max-width: 100%;
    height: 100svh;
  }
}
.header-navBox.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.header-navBox__bg {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 43, 59, 0.7);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.header-navBox__bg.is-open {
  opacity: 1;
  visibility: visible;
}
.header-navBox__btn {
  border-top: 1px solid #fff;
  margin-top: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .header-navBox__btn {
    margin-top: 10.6666666667vw;
    padding-top: 10.6666666667vw;
  }
}
.header-navBox__btn a {
  background-color: #fff;
  border-radius: 30px;
  color: #0086D1;
  width: 260px;
  height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .header-navBox__btn a {
    width: 100%;
    height: 10.6666666667vw;
    font-size: 3.2vw;
  }
}
@media (hover: hover) {
  .header-navBox__btn a:hover {
    opacity: 1;
    background-color: #E8F4FC;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
}

.header-navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .header-navList {
    gap: 5.3333333333vw;
  }
}
.header-navList__item a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header-navList__item a {
    font-size: 3.7333333333vw;
  }
}

.header-instaBox {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .header-instaBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .header-instaBox__txt {
    font-size: 3.4666666667vw;
  }
}
.header-instaBox__txt span {
  color: #fff;
}
.header-instaBox__txt::before {
  content: "";
  background: url(../img/common/ico_arrow02.svg) no-repeat center center/100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .header-instaBox__txt::before {
    width: 3.2vw;
    height: 1.6vw;
  }
}
.header-instaBox__btn {
  margin-top: 9px;
}
.header-instaBox__btn a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .header-instaBox__btn a {
    font-size: 4.5333333333vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer {
  background: #333333;
  color: #fff;
}
.footer-topBox {
  border-bottom: 1px solid #fff;
  padding: 96px 0;
}
@media screen and (max-width: 767px) {
  .footer-topBox {
    padding: 10.6666666667vw 0;
  }
}
.footer-topBox__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 169px auto;
  grid-template-columns: 169px auto;
  gap: 200px;
}
@media screen and (max-width: 767px) {
  .footer-topBox__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
.footer-leftBox__logo {
  max-width: 169px;
}
@media screen and (max-width: 767px) {
  .footer-leftBox__logo {
    max-width: 33.8666666667vw;
    margin: 0 auto;
  }
}
.footer-leftBox__insta {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .footer-leftBox__insta {
    font-size: 3.7333333333vw;
    margin-top: 3.4666666667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-topList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .footer-topList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.6666666667vw;
  }
}
.footer-topList.is-mt {
  gap: 1.6vw 3.2vw;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .footer-topList.is-mt {
    gap: 2.1333333333vw;
    margin-top: 8vw;
  }
  .footer-topList.is-mt .footer-topList__item a {
    font-size: 3.2vw;
  }
}
.footer-topList__item a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-topList__item a {
    font-size: 3.7333333333vw;
  }
}
.footer-bottomBox {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .footer-bottomBox {
    padding: 6.4vw 0 21.3333333333vw;
  }
}
.footer-bottomBox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .footer-bottomBox__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.2vw;
  }
}
.footer-bottomBox__copy {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .footer-bottomBox__copy {
    font-size: 3.2vw;
  }
}
.footer-linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .footer-linkList {
    gap: 12.8vw;
  }
}
.footer-linkList__item a {
  display: block;
}
.footer-linkList__item.is-yuzawa {
  width: 44px;
}
@media screen and (max-width: 767px) {
  .footer-linkList__item.is-yuzawa {
    width: 11.7333333333vw;
  }
}
.footer-linkList__item.is-gala {
  width: 60px;
}
@media screen and (max-width: 767px) {
  .footer-linkList__item.is-gala {
    width: 16vw;
  }
}
.footer-linkList__item.is-ishiuchi {
  width: 59px;
}
@media screen and (max-width: 767px) {
  .footer-linkList__item.is-ishiuchi {
    width: 15.7333333333vw;
  }
}

.opening {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}
.opening__arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  max-width: 418px;
  width: 100%;
  height: 94px;
}
@media screen and (max-width: 767px) {
  .opening__arrowBox {
    max-width: 85.3333333333vw;
    height: 20vw;
  }
}
.opening__arrowBox > div {
  width: 36.8%;
  max-width: 202px;
  opacity: 0;
}
.opening__arrowBox > div:nth-child(1) {
  position: absolute;
  bottom: 0;
  left: 0;
}
.opening__arrowBox > div:nth-child(2) {
  position: relative;
  width: 39.6%;
  max-width: 217px;
}
.opening__arrowBox > div:nth-child(2) img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.opening__arrowBox > div:nth-child(2) img:nth-child(1) {
  opacity: 1;
}
.opening__arrowBox > div:nth-child(2) img:nth-child(2) {
  opacity: 0;
}
.opening__arrowBox > div:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
}
.opening__txtWrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .opening__txtWrap {
    width: 100%;
    height: 40vw;
  }
}
.opening__txtBox {
  opacity: 0;
  max-width: 527px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .opening__txtBox {
    max-width: 85.3333333333vw;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.opening__txtBox img {
  width: 100%;
  height: auto;
}
.opening__logoBox {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 433px;
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .opening__logoBox {
    max-width: 85.3333333333vw;
    position: absolute;
    left: 50%;
    top: -5.3333333333vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.opening__logoBox img {
  width: 100%;
  height: auto;
}
.opening__bgBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00B3EC), to(#0086D1));
  background: linear-gradient(to right, #00B3EC 0%, #0086D1 100%);
  z-index: 10000;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

#scroll-container {
  overflow: hidden;
}

.homeMv {
  width: 100%;
  height: 100vh;
  margin-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .homeMv {
    height: 100svh;
  }
}
.homeMv__scrollBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
  .homeMv__scrollBox {
    width: 8.5333333333vw;
    height: calc(100svh - 26.6666666667vw);
  }
}
.homeMv__scrollBox img {
  width: 15px;
  height: 107px;
}
.homeMv-videoBox {
  margin-left: 60px;
  position: relative;
  width: calc(100% - 60px);
  height: calc(100% - 180px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .homeMv-videoBox {
    margin-left: 8.5333333333vw;
    width: calc(100% - 8.5333333333vw);
    height: calc(100svh - 26.6666666667vw);
  }
}
.homeMv-videoBox video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}
.homeMv-videoBox__bg01, .homeMv-videoBox__bg02, .homeMv-videoBox__bg03 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: -1;
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  opacity: 0;
}
.homeMv-videoBox__bg01.is-animate, .homeMv-videoBox__bg02.is-animate, .homeMv-videoBox__bg03.is-animate {
  -webkit-animation-name: slideInFromBottom;
          animation-name: slideInFromBottom;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.homeMv-videoBox__bg01 {
  border-width: 0px 0px 800px 800px;
  border-color: transparent transparent rgba(255, 255, 255, 0.2) transparent;
  z-index: 2;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.homeMv-videoBox__bg02 {
  border-width: 0px 0px 650px 650px;
  border-color: transparent transparent rgba(255, 255, 255, 0.3) transparent;
  z-index: 1;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.homeMv-videoBox__bg03 {
  border-width: 0px 0px 500px 500px;
  border-color: transparent transparent rgba(255, 255, 255, 0.4) transparent;
  z-index: 0;
}
.homeMv__txtBox {
  position: absolute;
  bottom: 150px;
  left: 0;
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .homeMv__txtBox {
    bottom: auto;
    top: calc(100svh - 53.3333333333vw);
    width: 94%;
  }
}
.homeMv__txtBox .is-1st {
  margin-bottom: -5px;
}
.homeMv__txtBox .is-1st img {
  width: 100%;
  height: auto;
}
.homeMv__txtBox .is-2nd {
  width: 95%;
}
.homeMv__txtBox .is-2nd img {
  width: 100%;
  height: auto;
}
.homeMv.is-en .homeMv__txtBox {
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .homeMv.is-en .homeMv__txtBox {
    max-width: 100%;
    top: calc(100svh - 45.3333333333vw);
  }
}
.homeMv.is-en .homeMv__txtBox .is-1st img {
  max-width: 100%;
}
.homeMv.is-en .homeMv__txtBox .is-2nd {
  width: 50%;
}
.homeMv.is-en .homeMv__txtBox .is-2nd img {
  max-width: 100%;
}
.homeMv.is-zh .homeMv__txtBox {
  max-width: 550px;
}
@media screen and (max-width: 767px) {
  .homeMv.is-zh .homeMv__txtBox {
    max-width: 70%;
    top: calc(100svh - 50.6666666667vw);
  }
}
.homeMv.is-zh .homeMv__txtBox .is-1st img {
  max-width: 100%;
}
.homeMv.is-zh .homeMv__txtBox .is-2nd {
  width: 120%;
}
.homeMv.is-zh .homeMv__txtBox .is-2nd img {
  max-width: 100%;
}
.homeMv-btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 0 40px;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .homeMv-btnList {
    gap: 2.4vw;
    padding: 0 4vw;
    margin-top: 5.3333333333vw;
  }
}
.homeMv-btnList.is-en .homeMv-btnList__ttl {
  width: 420px;
  font-size: 13px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .homeMv-btnList.is-en .homeMv-btnList__ttl {
    width: 45.0666666667vw;
    font-size: 2.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    min-height: 8vw;
    padding: 1.0666666667vw 0;
  }
}
.homeMv-btnList.is-en .homeMv-btnList__btn {
  width: 480px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .homeMv-btnList.is-en .homeMv-btnList__btn {
    width: 45.3333333333vw;
    height: 16vw;
    font-size: 2.9333333333vw;
    line-height: 1.4;
  }
  .homeMv-btnList.is-en .homeMv-btnList__btn span {
    white-space: normal;
    gap: 1.6vw;
    padding-left: 1.0666666667vw;
  }
}
.homeMv-btnList__item.is-blue .homeMv-btnList__ttl span {
  color: #00B3EC;
}
.homeMv-btnList__item.is-blue .homeMv-btnList__btn {
  background-color: #00B3EC;
}
.homeMv-btnList__item.is-red .homeMv-btnList__ttl span {
  color: #D94B29;
}
.homeMv-btnList__item.is-red .homeMv-btnList__btn {
  background-color: #D94B29;
}
@media (hover: hover) {
  .homeMv-btnList__item a:hover {
    opacity: 1;
  }
  .homeMv-btnList__item a:hover .homeMv-btnList__ttl {
    -webkit-transform: translateY(-12px) scale(1.1);
            transform: translateY(-12px) scale(1.1);
  }
  .homeMv-btnList__item a:hover .homeMv-btnList__btn {
    opacity: 1;
    -webkit-filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.4));
    -webkit-transform: translateY(-8px) scale(1.03);
            transform: translateY(-8px) scale(1.03);
  }
  .homeMv-btnList__item a:hover .homeMv-btnList__btn::before {
    left: 100%;
  }
  .homeMv-btnList__item a:hover .homeMv-btnList__btn span img {
    -webkit-transform: rotate(15deg) scale(1.15);
            transform: rotate(15deg) scale(1.15);
  }
}
.homeMv-btnList__item a:active .homeMv-btnList__btn {
  -webkit-transform: translateY(-4px) scale(1.01);
          transform: translateY(-4px) scale(1.01);
  -webkit-filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}
.homeMv-btnList__ttl {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 auto -5px;
  width: 312px;
  height: 37px;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .homeMv-btnList__ttl {
    letter-spacing: 0;
    width: 45.0666666667vw;
    height: 8vw;
    font-size: 2.4vw;
    margin: 0 auto -3px;
  }
}
.homeMv-btnList__ttl::before {
  content: "";
  position: absolute;
  bottom: -8.7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0px 5px;
  border-color: #fff transparent transparent transparent;
}
.homeMv-btnList__btn {
  -webkit-filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.25));
  border-radius: 33px;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.04em;
  width: 380px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .homeMv-btnList__btn {
    -webkit-filter: none;
            filter: none;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    width: 44vw;
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0;
  }
}
.homeMv-btnList__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  -webkit-transition: left 0.6s;
  transition: left 0.6s;
}
.homeMv-btnList__btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .homeMv-btnList__btn span {
    gap: 1.0666666667vw;
  }
  .homeMv-btnList__btn span img {
    width: 4.2666666667vw;
    height: auto;
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@-webkit-keyframes slideInFromBottom {
  0% {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes slideInFromBottom {
  0% {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
.homeSec01 {
  padding: 100px 0 163px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .homeSec01 {
    overflow: hidden;
    padding: 5.3333333333vw 0 10.6666666667vw;
  }
}
.homeSec01__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .homeSec01__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.homeSec01__left {
  position: sticky;
  top: 140px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .homeSec01__left {
    top: auto;
    position: relative;
  }
}
.homeSec01__right {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .homeSec01__right {
    width: 100%;
  }
}
.homeSec01__ttl {
  margin-top: 27px;
}
.homeSec01__ttl .is-sp-use {
  display: none;
}
@media screen and (max-width: 767px) {
  .homeSec01__ttl {
    margin-top: 2.6666666667vw;
  }
  .homeSec01__ttl .is-sp-use {
    display: inline-block;
    font-style: normal;
  }
}
.homeSec01__btn {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .homeSec01__btn {
    margin: 14.9333333333vw auto 0;
  }
}
.homeSec01__btn a {
  width: 278px;
}
@media screen and (max-width: 767px) {
  .homeSec01__btn a {
    width: 66.9333333333vw;
  }
}
.homeSec01__btn a img {
  width: 10px;
}
@media screen and (max-width: 767px) {
  .homeSec01.is-en .homeSec01__btn a {
    width: 74.6666666667vw;
  }
}
.homeSec01-list {
  max-width: 744px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .homeSec01-list {
    margin-top: 10.6666666667vw;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.homeSec01-list__item {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  padding: 63px 25px 46px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .homeSec01-list__item {
    padding: 6.4vw;
    text-align: left;
    width: 100%;
  }
  .homeSec01-list__item img {
    display: inline-block;
    margin-right: 6.4vw;
    width: 21.3333333333vw;
    height: auto;
  }
  .homeSec01-list__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .homeSec01-list__item:nth-child(2) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .homeSec01-list__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .homeSec01-list__item:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .homeSec01-list__item:nth-child(5) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .homeSec01-list__item:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.homeSec01-list__ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  .homeSec01-list__ttl {
    display: inline-block;
    font-size: 4.8vw;
    margin-top: 0;
    margin-bottom: 4vw;
  }
}
.homeSec01-list__ttl .is-blue {
  color: #0086D1;
}
.homeSec01-list__ttl .is-red {
  color: #D94B29;
}
@media screen and (max-width: 767px) {
  .homeSec01-list.is-en .homeSec01-list__ttl {
    font-size: 4.2666666667vw;
    letter-spacing: 0.5px;
  }
}
.homeSec01-list__txt {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .homeSec01-list__txt {
    font-size: 3.7333333333vw;
    line-height: 1.4;
    margin-top: 3.2vw;
  }
}
.homeSec01-marqueeBox {
  position: absolute;
  top: 350px;
  left: calc(50% + 400px);
  overflow: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .homeSec01-marqueeBox {
    left: -4.2666666667vw;
    top: 338.6666666667vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.homeSec01-marqueeBox__content {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-animation: scroll-left 50s linear infinite;
          animation: scroll-left 50s linear infinite;
}
.homeSec01-marqueeBox__content span {
  color: #F6F7FA;
  font-size: 160px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .homeSec01-marqueeBox__content span {
    font-size: 32vw;
  }
}
@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.homeSec02 {
  padding-block: 80px 80px;
}
@media screen and (max-width: 767px) {
  .homeSec02 {
    overflow: hidden;
    padding-block: 10.6666666667vw 16vw;
  }
}
.homeSec02__inner {
  -webkit-perspective: 1500px;
          perspective: 1500px;
  -webkit-perspective-origin: center center;
          perspective-origin: center center;
}
.homeSec02__subTtl {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .homeSec02__subTtl {
    margin: 0;
  }
}
.homeSec02__ttl {
  text-align: center;
  margin: 24px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .homeSec02__ttl {
    margin: 2.6666666667vw 0 0;
    text-align: left;
  }
}
.homeSec02-blueBox {
  border: 1px solid #0195D1;
  background-color: rgba(201, 229, 247, 0.8980392157);
  padding: 20px 60px;
  margin: 56px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .homeSec02-blueBox {
    margin: 10.6666666667vw auto 0;
    padding: 3.2vw 4.2666666667vw;
  }
}
.homeSec02-blueBox__txt {
  color: #0195D1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .homeSec02-blueBox__txt {
    display: inline-block;
    font-size: 3.7333333333vw;
  }
  .homeSec02-blueBox__txt img {
    vertical-align: middle;
    width: 5.3333333333vw;
    height: auto;
    margin-right: 2.1333333333vw;
  }
}
.homeSec02-blueBox__note {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .homeSec02-blueBox__note {
    font-size: 3.2vw;
  }
}
.homeSec02__lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .homeSec02__lead {
    font-size: 3.7333333333vw;
    margin-top: 3.2vw;
    text-align: left;
  }
}
.homeSec02__txt {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .homeSec02__txt {
    font-size: 3.2vw;
    margin-top: 3.2vw;
    text-align: left;
  }
}
.homeSec02-tableBox {
  border-radius: 16px;
  -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
  margin-top: 64px;
  position: relative;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
  .homeSec02-tableBox {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 14.9333333333vw;
  }
}
.homeSec02-tableBox .sp-table-group {
  -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.homeSec02-tableBox .sp-table-group + .sp-table-group {
  margin-top: 14.9333333333vw;
}
.homeSec02-tableBox__pop {
  position: absolute;
  top: -44px;
  right: -67px;
  width: 120px;
  z-index: 11;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
@media screen and (max-width: 767px) {
  .homeSec02-tableBox__pop {
    top: 85.3333333333vw;
    right: -5.3333333333vw;
    width: 24vw;
  }
}
.homeSec02-tableBox table {
  border-collapse: separate;
  text-align: center;
  width: 100%;
  vertical-align: middle;
  table-layout: fixed;
}
.homeSec02-tableBox table tr:last-child td {
  border-bottom: none;
}
.homeSec02-tableBox table th, .homeSec02-tableBox table td {
  border-bottom: solid 1px #E5E7EB;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .homeSec02-tableBox table th, .homeSec02-tableBox table td {
    padding: 3.2vw;
  }
}
.homeSec02-tableBox table th:not(:last-child), .homeSec02-tableBox table td:not(:last-child) {
  border-right: solid 1px #E5E7EB;
}
.homeSec02-tableBox table th:nth-child(1), .homeSec02-tableBox table td:nth-child(1) {
  width: 12%;
}
.homeSec02-tableBox table th:nth-child(2), .homeSec02-tableBox table th:nth-child(3), .homeSec02-tableBox table th:nth-child(4), .homeSec02-tableBox table th:nth-child(5), .homeSec02-tableBox table td:nth-child(2), .homeSec02-tableBox table td:nth-child(3), .homeSec02-tableBox table td:nth-child(4), .homeSec02-tableBox table td:nth-child(5) {
  width: 22%;
}
.homeSec02-tableBox table th {
  background-color: #F3F4F6;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .homeSec02-tableBox table th {
    font-size: 3.7333333333vw;
  }
}
.homeSec02-tableBox table th:first-child {
  border-radius: 16px 0 0 0;
}
.homeSec02-tableBox table th:last-child {
  border-radius: 0 16px 0 0;
}
.homeSec02-tableBox table th .is-small {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .homeSec02-tableBox table th .is-small {
    font-size: 3.2vw;
    line-height: 1.2;
    display: inline-block;
  }
}
.homeSec02-tableBox table th .is-blue {
  color: #0086D1;
}
.homeSec02-tableBox table th.is-red {
  background-color: #D94B29;
  color: #fff;
}
.homeSec02-tableBox table th.is-border-left-red {
  border-left: solid 3px #D94B29;
  border-bottom: solid 1px #D94B29;
}
.homeSec02-tableBox table th.is-border-right-red {
  border-right: solid 3px #D94B29;
  border-bottom: solid 1px #D94B29;
}
.homeSec02-tableBox table td {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .homeSec02-tableBox table td {
    font-size: 3.7333333333vw;
  }
}
.homeSec02-tableBox table td:first-child {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .homeSec02-tableBox table td:first-child {
    font-size: 3.7333333333vw;
  }
}
.homeSec02-tableBox table td.is-bg-red {
  background-color: #FEF2F2;
}
.homeSec02-tableBox table td.is-small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .homeSec02-tableBox table td.is-small {
    font-size: 3.2vw;
  }
}
.homeSec02-tableBox table td.is-color-red {
  color: #D94B29;
}
.homeSec02-tableBox table td.is-border-left-red {
  border-left: solid 3px #D94B29;
}
.homeSec02-tableBox table td.is-border-right-red {
  border-right: solid 3px #D94B29 !important;
}
.homeSec02-tableBox table td.is-border-bottom-red {
  border-bottom: solid 3px #D94B29 !important;
}
.homeSec02-tableBox table td.is-border-radius-right {
  border-radius: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .homeSec02.is-zh .homeSec02-tableBox table td {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .homeSec02.is-zh .homeSec02-tableBox table td:first-child {
    font-size: 3.4666666667vw;
  }
}

.homeCta01 {
  background: rgba(63, 112, 133, 0.7);
  text-align: center;
  margin-top: 60px;
  padding-block: 124px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .homeCta01 {
    margin-top: 0;
    padding-block: 16vw;
  }
}
.homeCta01__subTtl {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .homeCta01__subTtl {
    font-size: 4.8vw;
  }
}
.homeCta01__ttl {
  text-align: center;
  margin: 24px auto 0;
  max-width: 549px;
}
@media screen and (max-width: 767px) {
  .homeCta01__ttl {
    margin: 1.0666666667vw auto 0;
    max-width: 76.5333333333vw;
  }
}
.homeCta01-btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 63px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .homeCta01-btnList {
    gap: 6.4vw;
    margin-top: 8.5333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .homeCta01-btnList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.homeCta01-btnList__item a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-top: 8px;
  width: 432px;
  height: 65px;
  border-radius: 33px;
  position: relative;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.25));
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-filter 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .homeCta01-btnList__item a {
    width: 61.8666666667vw;
    height: 12.8vw;
    font-size: 3.2vw;
  }
}
.homeCta01-btnList__item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  -webkit-transition: left 0.6s;
  transition: left 0.6s;
}
.homeCta01-btnList__item a img {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.homeCta01-btnList__item a.is-blue {
  background: #00B3EC;
}
.homeCta01-btnList__item a.is-red {
  background: #D94B29;
}
@media (hover: hover) {
  .homeCta01-btnList__item a:hover {
    opacity: 1;
    -webkit-filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.4));
    -webkit-transform: translateY(-8px) scale(1.03);
            transform: translateY(-8px) scale(1.03);
  }
  .homeCta01-btnList__item a:hover::before {
    left: 100%;
  }
  .homeCta01-btnList__item a:hover img {
    -webkit-transform: rotate(15deg) scale(1.15);
            transform: rotate(15deg) scale(1.15);
  }
}
.homeCta01-btnList__item a:active {
  -webkit-transform: translateY(-4px) scale(1.01);
          transform: translateY(-4px) scale(1.01);
  -webkit-filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}
@media (hover: hover) {
  .homeCta01-btnList__item:hover .homeCta01-btnList__txt {
    -webkit-transform: translateY(-10px) scale(1.1);
            transform: translateY(-10px) scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .homeCta01.is-en .homeCta01-btnList__item a {
    width: 69.3333333333vw;
    height: 12.8vw;
    font-size: 3.2vw;
  }
}
.homeCta01-btnList__txt {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #fff;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .homeCta01-btnList__txt {
    font-size: 3.2vw;
    line-height: 1.2;
    text-align: center;
  }
}
.homeCta01-bgSlideBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  position: absolute;
  top: 0;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .homeCta01-bgSlideBox {
    max-width: 91.4666666667vw;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 4.2666666667vw;
  }
}
.homeCta01-bgSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .homeCta01-bgSlide {
    gap: 4.2666666667vw;
  }
}
.homeCta01-bgSlide01, .homeCta01-bgSlide03 {
  -webkit-animation: slideInFromTop 30s linear infinite;
          animation: slideInFromTop 30s linear infinite;
}
.homeCta01-bgSlide02 {
  animation: slideInFromTop 30s linear infinite reverse;
}
@media screen and (max-width: 767px) {
  .homeCta01-bgSlide03 {
    display: none;
  }
}
@-webkit-keyframes slideInFromTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes slideInFromTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.homeSec03 {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .homeSec03 {
    padding-block: 16vw 16vw;
    z-index: -1;
  }
}
.homeSec03::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  background-color: #F6F7FA;
  z-index: -2;
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .homeSec03::before {
    content: none;
  }
}
.homeSec03::after {
  background: #F6F7FA;
  content: "";
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: -2;
  width: 100%;
  height: calc(100% - 100px);
}
.homeSec03__ttl {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .homeSec03__ttl {
    margin-top: 2.6666666667vw;
  }
}
.homeSec03-topBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 418px auto;
  grid-template-columns: 418px auto;
  gap: 41px;
}
@media screen and (max-width: 767px) {
  .homeSec03-topBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}
.homeSec03-infoBox {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .homeSec03-infoBox {
    margin-top: 14.9333333333vw;
  }
}
.homeSec03-infoBox__ttl {
  border-bottom: solid 1px #000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .homeSec03-infoBox__ttl {
    font-size: 3.7333333333vw;
    padding-bottom: 3.2vw;
    margin-bottom: 3.2vw;
  }
}
.homeSec03-infoBox__txt p {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .homeSec03-infoBox__txt p {
    font-size: 3.7333333333vw;
    line-height: 1.4;
  }
}
.homeSec03-infoBox__year {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .homeSec03-infoBox__year {
    font-size: 3.7333333333vw;
    margin-top: 7.4666666667vw;
  }
}
.homeSec03-infoBox__time {
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .homeSec03-infoBox__time {
    font-size: 6.9333333333vw;
  }
}
.homeSec03-infoBox__time span {
  display: inline-block;
  font-size: 26px;
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .homeSec03-infoBox__time span {
    font-size: 5.6vw;
    margin-left: 2.1333333333vw;
  }
}
.homeSec03 .yukiyamaapi_info_wrap {
  margin: 48px auto 0;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .homeSec03 .yukiyamaapi_info_wrap {
    margin: 9.6vw auto 0;
  }
}
.homeSec03-weatherList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-top: 32px;
}
.homeSec03-weatherList__item {
  color: #0086D1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .homeSec03-weatherList__item {
    font-size: 4vw;
  }
}
.homeSec03-weatherList__item:not(:first-child) {
  border-left: solid 1px #000;
}
.homeSec03-weatherList__txt {
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .homeSec03-weatherList__txt {
    font-size: 10.6666666667vw;
  }
}
.homeSec03-weatherList__txt span {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .homeSec03-weatherList__txt span {
    font-size: 3.7333333333vw;
  }
}

.homeSec04 {
  padding-block: 100px 128px;
}
@media screen and (max-width: 767px) {
  .homeSec04 {
    padding-block: 16vw 19.4666666667vw;
  }
}
.homeSec04__ttl {
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .homeSec04__ttl {
    margin-top: 2.6666666667vw;
  }
}
.homeSec04-middleBox {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: auto 515px;
  grid-template-columns: auto 515px;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .homeSec04-middleBox {
    margin-top: 17.0666666667vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 17.0666666667vw;
  }
}
.homeSec04-middleBox__txt {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .homeSec04-middleBox__txt {
    font-size: 3.7333333333vw;
    line-height: 1.4;
  }
}
.homeSec04-middleBox__imgBox {
  position: relative;
  width: 100%;
  height: 123px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .homeSec04-middleBox__imgBox {
    height: 20.8vw;
  }
}
.homeSec04-middleBox__imgBox img:nth-child(1) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36.8%;
  max-width: 202px;
}
.homeSec04-middleBox__imgBox img:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 39.6%;
  max-width: 217px;
}
.homeSec04-middleBox__imgBox img:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36.8%;
  max-width: 202px;
}
.homeSec04-middleBox__btn {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .homeSec04-middleBox__btn {
    margin-top: 8vw;
  }
}
.homeSec04-middleBox__btn a {
  background: #0086D1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
  width: 350px;
  height: 56px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .homeSec04-middleBox__btn a {
    margin: auto;
    width: 67.7333333333vw;
    height: 12.8vw;
    font-size: 3.2vw;
  }
}
@media (hover: hover) {
  .homeSec04-middleBox__btn a:hover {
    opacity: 1;
    background-color: #00B3EC;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
.homeSec04-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
  margin-top: 128px;
}
@media screen and (max-width: 767px) {
  .homeSec04-list {
    margin-top: 16vw;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 5.6vw;
  }
}
.homeSec04-list__item {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.homeSec04-list__imgBox {
  width: 100%;
}
.homeSec04-list__txtBox {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .homeSec04-list__txtBox {
    padding: 6.4vw;
  }
}
.homeSec04-list__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .homeSec04-list__ttl {
    font-size: 3.7333333333vw;
    line-height: 1.4;
  }
}
.homeSec04-list__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .homeSec04-list__txt {
    font-size: 3.7333333333vw;
    line-height: 1.4;
    margin-top: 3.2vw;
  }
}
.homeSec04-list__btn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 130px;
  grid-template-columns: auto 130px;
  gap: 16px;
  margin-top: auto;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .homeSec04-list__btn {
    -ms-grid-columns: auto 33.6vw;
    grid-template-columns: auto 33.6vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.1333333333vw;
    padding-top: 5.3333333333vw;
  }
}
.homeSec04-list__btn a {
  background: #0086D1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: auto;
  width: 186px;
  height: 56px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .homeSec04-list__btn a {
    width: 44.8vw;
    height: 12.8vw;
    font-size: 3.2vw;
  }
}
@media (hover: hover) {
  .homeSec04-list__btn a:hover {
    opacity: 1;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
.homeSec04-list__btn a.is-blue {
  background: #0086D1;
}
.homeSec04-list__btn a.is-orange {
  background: #EA5504;
}
.homeSec04-list__btn a.is-black {
  background: #000;
}
.homeSec04-list__btn a.is-webcam {
  background: #fff;
  width: 100%;
}
.homeSec04-list__btn a.is-webcam.is-blue {
  border: solid 2px #0086D1;
  color: #0086D1;
}
.homeSec04-list__btn a.is-webcam.is-orange {
  border: solid 2px #EA5504;
  color: #EA5504;
}
.homeSec04-list__btn a.is-webcam.is-black {
  border: solid 2px #000;
  color: #000;
}

.homeSec05 {
  background: #F6F7FA;
  padding-block: 128px 78px;
}
@media screen and (max-width: 767px) {
  .homeSec05 {
    padding-block: 16vw 16vw;
  }
}
.homeSec05__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homeSec05__ttl {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .homeSec05__ttl {
    margin-top: 2.6666666667vw;
  }
}
.homeSec05-btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .homeSec05-btnBox {
    gap: 2.1333333333vw;
  }
}
.homeSec05-btnBox__btn {
  background: #D4E7F4;
  color: #0195D1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .homeSec05-btnBox__btn {
    width: 14.9333333333vw;
    height: 14.9333333333vw;
    font-size: 3.2vw;
  }
}
.homeSec05-btnBox__btn img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (hover: hover) {
  .homeSec05-btnBox__btn.js-homeSec05-splide-prev:hover {
    opacity: 1;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .homeSec05-btnBox__btn.js-homeSec05-splide-prev:hover img {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
@media (hover: hover) {
  .homeSec05-btnBox__btn.js-homeSec05-splide-next:hover {
    opacity: 1;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .homeSec05-btnBox__btn.js-homeSec05-splide-next:hover img {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}
.homeSec05__splide {
  margin-top: 64px;
  margin-left: 36px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .homeSec05__splide {
    margin-top: 10.6666666667vw;
    margin-left: 4.2666666667vw;
  }
}
.homeSec05-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.homeSec05-list__item {
  width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.homeSec05-list__item a {
  display: block;
  color: inherit;
}
@media (hover: hover) {
  .homeSec05-list__item a:hover .homeSec05-list__imgBox img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.homeSec05-list__imgBox {
  position: relative;
  width: 280px;
  height: 280px;
  overflow: hidden;
}
.homeSec05-list__imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.homeSec05-list__category {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0195D1;
  padding: 5px 20px;
}
.homeSec05-list__category span {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #fff;
}
.homeSec05-list__txtBox {
  padding-top: 24px;
}
.homeSec05-list__date {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #BCBCBC;
}
@media screen and (max-width: 767px) {
  .homeSec05-list__date {
    font-size: 3.2vw;
  }
}
.homeSec05-list__ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .homeSec05-list__ttl {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
}
.homeSec05-list__txt {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .homeSec05-list__txt {
    font-size: 3.7333333333vw;
    margin-top: 1.0666666667vw;
  }
}

.homeBg01 {
  overflow: hidden;
  width: 100%;
  height: 440px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .homeBg01 {
    height: 74.6666666667vw;
  }
}
.homeBg01 video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}

.homeSec06 {
  padding-block: 178px 139px;
}
@media screen and (max-width: 767px) {
  .homeSec06 {
    padding-block: 16vw 16vw;
  }
}
.homeSec06__topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.homeSec06__ttl {
  margin-top: 24px;
}
.homeSec06__txt {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .homeSec06__txt {
    font-size: 3.7333333333vw;
    margin-top: 10.6666666667vw;
    line-height: 1.4;
  }
}
.homeSec06-mapBox {
  position: absolute;
  top: -290px;
  right: 0;
  width: 896px;
  height: 969px;
}
@media screen and (max-width: 767px) {
  .homeSec06-mapBox {
    top: 8vw;
    width: 77.0666666667vw;
    height: 78.4vw;
  }
}
.homeSec06-mapBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     font-family: "object-fit:contain";
     object-fit: contain;
}
.homeSec06-accessBox {
  background: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.14);
  margin-top: 300px;
  padding: 60px 54px 84px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .homeSec06-accessBox {
    margin-top: 29.3333333333vw;
    padding: 10.6666666667vw 4.2666666667vw;
  }
}
.homeSec06-accessBox__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .homeSec06-accessBox__ttl {
    font-size: 3.7333333333vw;
    margin-bottom: 3.2vw;
  }
}
.homeSec06-accessBox__imgBox {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .homeSec06-accessBox__imgBox {
    overflow-x: scroll;
    margin-bottom: 10.6666666667vw;
    width: 100%;
  }
  .homeSec06-accessBox__imgBox img {
    min-width: 173.3333333333vw;
  }
}
.homeSec06-accessBox__caution {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .homeSec06-accessBox__caution {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
  }
}
.homeSec06-accessList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .homeSec06-accessList {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 6.4vw;
  }
}
.homeSec06-accessList__item {
  padding: 32px 24px;
}
@media screen and (max-width: 767px) {
  .homeSec06-accessList__item {
    padding: 8.5333333333vw 6.4vw;
  }
}
.homeSec06-accessList__item.is-blue {
  border: solid 1px #0086D1;
  background: #CFE7F8;
}
.homeSec06-accessList__item.is-red {
  border: solid 1px #D94B29;
  background: #FEF2F2;
}
.homeSec06-accessList__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .homeSec06-accessList__ttl {
    font-size: 3.7333333333vw;
  }
}
.homeSec06-accessList__txt {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .homeSec06-accessList__txt {
    margin-top: 2.1333333333vw;
    font-size: 3.2vw;
    line-height: 1.4;
  }
}
.homeSec06-btnBox {
  margin: 56px auto 0;
}
@media screen and (max-width: 767px) {
  .homeSec06-btnBox {
    margin-top: 8vw;
  }
}
.homeSec06-btnBox__btn {
  background: #0086D1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin: auto;
  width: 241px;
  height: 56px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .homeSec06-btnBox__btn {
    width: 53.3333333333vw;
    height: 12.8vw;
    font-size: 3.2vw;
  }
}
@media (hover: hover) {
  .homeSec06-btnBox__btn:hover {
    opacity: 1;
    background-color: #00B3EC;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@media screen and (max-width: 767px) {
  .homeSec06.is-en .homeSec06__txt {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .homeSec06.is-en .homeSec06-accessBox {
    margin-top: 16vw;
    padding: 10.6666666667vw 4.2666666667vw;
  }
}

.homeSec07 {
  background: #CFE7F8;
  padding-block: 100px 112px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .homeSec07 {
    padding-block: 16vw 16vw;
  }
}
.homeSec07__ttl {
  color: #0195D1;
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .homeSec07__ttl {
    font-size: 10.6666666667vw;
  }
}
.homeSec07__ttl .js-mask-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.homeSec07-instaList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (320px)[3];
  grid-template-columns: repeat(3, 320px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin: 71px auto 0;
}
@media screen and (max-width: 767px) {
  .homeSec07-instaList {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2vw;
    margin: 10.6666666667vw auto 0;
  }
}
.homeSec07-instaList__item {
  width: 100%;
}
.homeSec07-instaBox {
  margin: 71px auto 0;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .homeSec07-instaBox {
    margin: 10.6666666667vw auto 0;
    padding: 0;
  }
}
.homeSec07-btnBox {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .homeSec07-btnBox {
    margin-top: 10.6666666667vw;
  }
}
.homeSec07-btnBox__btn {
  background-image: linear-gradient(45deg, #833AB4 0%, #E1306C 25%, #F77737 50%, #E1306C 75%, #833AB4 100%);
  background-size: 200% 200%;
  background-position: 0% 0%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin: auto;
  width: 330px;
  height: 65px;
  -webkit-transition: background-position 0.4s ease, -webkit-transform 0.4s ease;
  transition: background-position 0.4s ease, -webkit-transform 0.4s ease;
  transition: background-position 0.4s ease, transform 0.4s ease;
  transition: background-position 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  .homeSec07-btnBox__btn {
    width: 64vw;
    height: 14.9333333333vw;
    font-size: 3.2vw;
  }
}
@media (hover: hover) {
  .homeSec07-btnBox__btn:hover {
    opacity: 1;
    background-position: 100% 100%;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.homeSec07-marqueeBox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  overflow: hidden;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .homeSec07-marqueeBox {
    top: 48vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.homeSec07-marqueeBox__content {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-animation: scroll-left 20s linear infinite;
          animation: scroll-left 20s linear infinite;
}
.homeSec07-marqueeBox__content span {
  color: #BADDF4;
  font-size: 240px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .homeSec07-marqueeBox__content span {
    font-size: 32vw;
  }
}

.homeSec08 {
  text-align: center;
  padding-block: 152px 123px;
}
@media screen and (max-width: 767px) {
  .homeSec08 {
    padding-block: 16vw 21.3333333333vw;
  }
}
.homeSec08__subTtl {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.homeSec08__ttl {
  text-align: center;
  margin: 24px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .homeSec08__ttl {
    margin: 2.6666666667vw auto 0;
  }
}
.homeSec08-faqList {
  text-align: left;
  margin-top: 71px;
}
@media screen and (max-width: 767px) {
  .homeSec08-faqList {
    margin-top: 8vw;
  }
}
.homeSec08-faqList__item {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  padding: 28px 56px;
}
@media screen and (max-width: 767px) {
  .homeSec08-faqList__item {
    padding: 6.4vw 4.2666666667vw;
  }
}
.homeSec08-faqList__item:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .homeSec08-faqList__item:not(:last-child) {
    margin-bottom: 3.2vw;
  }
}
.homeSec08-faqList__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
  position: relative;
  padding-right: 72px;
}
@media screen and (max-width: 767px) {
  .homeSec08-faqList__ttl {
    font-size: 3.7333333333vw;
    padding-right: 8.8vw;
  }
}
.homeSec08-faqList__ttl.is-open .is-plus {
  background: #0086D1;
}
.homeSec08-faqList__ttl.is-open .is-plus::before, .homeSec08-faqList__ttl.is-open .is-plus::after {
  background: #fff;
}
.homeSec08-faqList__ttl.is-open .is-plus::before {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.homeSec08-faqList__ttl.is-open .is-plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.homeSec08-faqList__ttl::before {
  content: "Q.";
  color: #0086D1;
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .homeSec08-faqList__ttl::before {
    font-size: 6.4vw;
    margin-right: 3.2vw;
  }
}
.homeSec08-faqList__ttl .is-plus {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #EDF6FF;
  width: 48px;
  height: 48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .homeSec08-faqList__ttl .is-plus {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.homeSec08-faqList__ttl .is-plus::before, .homeSec08-faqList__ttl .is-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background: #0086D1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .homeSec08-faqList__ttl .is-plus::before, .homeSec08-faqList__ttl .is-plus::after {
    width: 2.6666666667vw;
    height: 0.5333333333vw;
  }
}
.homeSec08-faqList__ttl .is-plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.homeSec08-faqList__txt {
  border-top: solid 1px #B3C5DB;
  display: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 72px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .homeSec08-faqList__txt {
    font-size: 3.7333333333vw;
    margin-top: 3.2vw;
    padding-top: 3.2vw;
    padding-left: 9.6vw;
  }
}
.homeSec08-faqList__txt::before {
  content: "A.";
  color: #0086D1;
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .homeSec08-faqList__txt::before {
    font-size: 6.4vw;
    top: 3.2vw;
  }
}
.homeSec08-faqList__txt a {
  color: #0086D1;
  text-decoration: underline;
}

.homeSec09 {
  padding-block: 156px 262px;
}
@media screen and (max-width: 767px) {
  .homeSec09 {
    padding-block: 19.2vw 0;
  }
}
.homeSec09-topBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 437px auto;
  grid-template-columns: 437px auto;
  gap: 81px;
}
@media screen and (max-width: 767px) {
  .homeSec09-topBox {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 6.4vw;
  }
}
.homeSec09__ttl {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 11px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.4;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .homeSec09__ttl {
    font-size: 6.4vw;
    margin-top: 2.6666666667vw;
  }
}
.homeSec09__ttl span {
  background-color: #0086D1;
  display: block;
  padding: 8px 16px;
}
@media screen and (max-width: 767px) {
  .homeSec09__ttl span {
    padding: 2.1333333333vw 4.2666666667vw;
  }
}
.homeSec09__txt {
  font-weight: bold;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .homeSec09__txt {
    font-size: 3.7333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.homeSec09-blueBox {
  padding-block: 263px 50px;
}
@media screen and (max-width: 767px) {
  .homeSec09-blueBox {
    margin-top: 72vw;
    padding-block: 35.2vw 6.6666666667vw;
  }
}
.homeSec09-blueBox {
  position: relative;
  z-index: 1;
}
.homeSec09-blueBox__bg {
  position: absolute;
  z-index: -3;
  width: 100%;
  height: 100%;
}
.homeSec09-blueBox__bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F6F7FA;
  z-index: -1;
  width: 100%;
  height: 50%;
}
.homeSec09-blueBox::before {
  content: "";
  position: absolute;
  top: 200px;
  left: 0;
  background-color: #F0FAFF;
  z-index: -2;
  -webkit-transform: skewY(-15deg);
          transform: skewY(-15deg);
  width: 100%;
  height: 800px;
}
@media screen and (max-width: 767px) {
  .homeSec09-blueBox::before {
    -webkit-transform: skewY(15deg);
            transform: skewY(15deg);
    top: 26.6666666667vw;
    height: 106.6666666667vw;
  }
}
.homeSec09-blueBox::after {
  content: "";
  position: absolute;
  top: 300px;
  left: 0;
  background-color: #F0FAFF;
  z-index: -1;
  -webkit-transform: skewY(15deg);
          transform: skewY(15deg);
  width: 100%;
  height: 550px;
}
@media screen and (max-width: 767px) {
  .homeSec09-blueBox::after {
    content: none;
  }
}
.homeSec09-blueBox__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .homeSec09-blueBox__ttl {
    font-size: 3.7333333333vw;
  }
}
.homeSec09-blueBox__imgBox {
  margin-top: -24px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .homeSec09-blueBox__imgBox {
    margin-top: -3.2vw;
  }
}
.homeSec09-blueBox__imgBox img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .homeSec09-blueBox__btn {
    margin: 8.8vw auto 0;
  }
  .homeSec09-blueBox__btn a {
    margin: auto;
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .homeSec09.is-en .homeSec09-blueBox__btn a {
    width: 72vw;
  }
}
@media screen and (max-width: 767px) {
  .homeSec09.is-en .homeSec09-btnBox {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .homeSec09.is-zh .homeSec09-btnBox {
    margin-top: -8vw;
  }
}
.homeSec09-btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .homeSec09-btnBox {
    gap: 2.1333333333vw;
    margin-top: 6.4vw;
    position: absolute;
    top: 173.3333333333vw;
    right: 5.3333333333vw;
    z-index: 2;
  }
}
.homeSec09-btnBox__btn {
  background: #D4E7F4;
  color: #0195D1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.2;
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .homeSec09-btnBox__btn {
    width: 14.9333333333vw;
    height: 14.9333333333vw;
    font-size: 3.2vw;
    gap: 1.0666666667vw;
  }
}
.homeSec09-btnBox__btn img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (hover: hover) {
  .homeSec09-btnBox__btn.js-homeSec09-btnBox-next:hover {
    opacity: 1;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .homeSec09-btnBox__btn.js-homeSec09-btnBox-next:hover img {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}
@media (hover: hover) {
  .homeSec09-btnBox__btn.js-homeSec09-btnBox-prev:hover {
    opacity: 1;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .homeSec09-btnBox__btn.js-homeSec09-btnBox-prev:hover img {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
.homeSec09-stepList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.homeSec09-stepList__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(245, 251, 255, 0.8);
  backdrop-filter: blur(2px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  padding: 126px 16px;
  text-align: center;
  width: 400px;
  height: 556px;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  cursor: pointer;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .homeSec09-stepList__item {
    width: 53.3333333333vw;
    height: 74.1333333333vw;
    padding: 17.0666666667vw 4.2666666667vw 8.5333333333vw;
  }
}
.homeSec09-stepList__item.in-animation {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.homeSec09-stepList__item[data-idx="1"] {
  cursor: default;
  -webkit-transform: translate3d(0, 0, 4px);
          transform: translate3d(0, 0, 4px);
}
.homeSec09-stepList__item[data-idx="2"] {
  -webkit-transform: translate3d(130px, 0, 3px) scale(0.8017904426);
          transform: translate3d(130px, 0, 3px) scale(0.8017904426);
}
@media screen and (max-width: 767px) {
  .homeSec09-stepList__item[data-idx="2"] {
    -webkit-transform: translate3d(18.6666666667vw, 0, 3px) scale(0.8017904426);
            transform: translate3d(18.6666666667vw, 0, 3px) scale(0.8017904426);
  }
}
@media (hover: hover) {
  .homeSec09-stepList__item[data-idx="2"]:hover {
    -webkit-transform: translate3d(calc(130px + 5%), 0, 3px) scale(0.8017904426);
            transform: translate3d(calc(130px + 5%), 0, 3px) scale(0.8017904426);
  }
}
.homeSec09-stepList__item[data-idx="3"] {
  -webkit-transform: translate3d(228px, 0, 2px) scale(0.6715420502);
          transform: translate3d(228px, 0, 2px) scale(0.6715420502);
}
@media screen and (max-width: 767px) {
  .homeSec09-stepList__item[data-idx="3"] {
    -webkit-transform: translate3d(37.3333333333vw, 0, 2px) scale(0.6715420502);
            transform: translate3d(37.3333333333vw, 0, 2px) scale(0.6715420502);
  }
}
@media (hover: hover) {
  .homeSec09-stepList__item[data-idx="3"]:hover {
    -webkit-transform: translate3d(calc(228px + 5%), 0, 2px) scale(0.6715420502);
            transform: translate3d(calc(228px + 5%), 0, 2px) scale(0.6715420502);
  }
}
@media (hover: hover) {
  .homeSec09-stepList__item {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.homeSec09-stepList__num {
  color: #0086D1;
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .homeSec09-stepList__num {
    font-size: 6.4vw;
  }
}
.homeSec09-stepList__imgBox {
  margin-block: 30px;
}
@media screen and (max-width: 767px) {
  .homeSec09-stepList__imgBox {
    margin-block: 4.2666666667vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 17.3333333333vw;
  }
}
.homeSec09-stepList__txt {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .homeSec09-stepList__txt {
    font-size: 3.7333333333vw;
  }
}

.singleMv {
  background: linear-gradient(135deg, #00B3EC 0%, #0086D1 100%);
  padding: 70px 0 70px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .singleMv {
    margin-top: 16vw;
  }
}
.singleMv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/common/mv_pattern.svg) repeat;
  opacity: 0.1;
  pointer-events: none;
}
.singleMv__bgBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.singleMv__bg01, .singleMv__bg02, .singleMv__bg03 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  opacity: 0;
  -webkit-animation: slideInFromBottom 0.5s ease-out forwards;
          animation: slideInFromBottom 0.5s ease-out forwards;
}
.singleMv__bg01 {
  border-width: 0px 0px 600px 600px;
  border-color: transparent transparent rgba(255, 255, 255, 0.2) transparent;
  z-index: 2;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.singleMv__bg02 {
  border-width: 0px 0px 500px 500px;
  border-color: transparent transparent rgba(255, 255, 255, 0.3) transparent;
  z-index: 1;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.singleMv__bg03 {
  border-width: 0px 0px 400px 400px;
  border-color: transparent transparent rgba(255, 255, 255, 0.4) transparent;
  z-index: 0;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.singleMv__inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.singleMv__title {
  font-family: "Outfit", sans-serif;
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  margin-top: 40px;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .singleMv__title {
    font-size: 36px;
    margin-top: 24px;
  }
}
.singleMv__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  color: #fff;
}
.singleMv__breadcrumb a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.singleMv__breadcrumb a:hover {
  opacity: 0.7;
}
.singleMv__breadcrumb-separator {
  color: #fff;
  opacity: 0.6;
}
.singleMv__breadcrumb-current {
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .singleMv__breadcrumb {
    font-size: 12px;
    gap: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .singleMv {
    padding: 8vw 0 10.6666666667vw;
  }
  .singleMv__bgBox {
    display: none;
  }
}

.singleSec01 {
  padding: 120px 0 100px;
}
.singleSec01-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .singleSec01-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}
.singleSec01-mainBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 680px;
}
@media only screen and (max-width: 768px) {
  .singleSec01-mainBox {
    max-width: 100%;
  }
}
.singleSec01-sideBox {
  width: 410px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .singleSec01-sideBox {
    width: 100%;
  }
}
.singleSec01-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 80px;
}
.singleSec01-pager__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #0086D1;
  color: #fff;
  padding: 24px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.singleSec01-pager__btn.is-prev {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.singleSec01-pager__btn.is-next {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.singleSec01-pager__btn.is-disabled {
  opacity: 0;
  pointer-events: none;
}
.singleSec01-pager__btn:hover:not(.is-disabled) {
  background-color: #00B3EC;
  opacity: 1;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.singleSec01-pager__label {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.singleSec01-pager__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .singleSec01-pager {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 48px;
  }
  .singleSec01-pager__btn {
    padding: 20px 24px;
  }
  .singleSec01-pager__btn.is-prev, .singleSec01-pager__btn.is-next {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .singleSec01-pager__label {
    font-size: 12px;
  }
  .singleSec01-pager__title {
    font-size: 14px;
  }
}
.singleSec01-article__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .singleSec01-article__head {
    gap: 16px;
    margin-bottom: 24px;
  }
}
.singleSec01-article__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
}
.singleSec01-article__year {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #0086D1;
  line-height: 1;
  margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  .singleSec01-article__year {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.singleSec01-article__day {
  font-family: "Outfit", sans-serif;
  font-size: 56px;
  font-weight: bold;
  color: #0086D1;
  line-height: 1;
  margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  .singleSec01-article__day {
    font-size: 36px;
    margin-bottom: 2px;
  }
}
.singleSec01-article__weekday {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .singleSec01-article__weekday {
    font-size: 13px;
  }
}
.singleSec01-article__category {
  background-color: #0086D1;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 12px 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 768px) {
  .singleSec01-article__category {
    font-size: 13px;
    padding: 8px 20px;
  }
}
.singleSec01-article__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .singleSec01-article__title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.singleSec01-article__thumbnail {
  margin-bottom: 48px;
}
.singleSec01-article__thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .singleSec01-article__thumbnail {
    margin-bottom: 32px;
  }
}
.singleSec01-article__content {
  font-size: 16px;
  line-height: 2;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 768px) {
  .singleSec01-article__content {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
}
.singleSec01-article__content p {
  margin-bottom: 24px;
}
.singleSec01-article__content p:last-child {
  margin-bottom: 0;
}
.singleSec01-article__content h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 48px 0 24px;
}
.singleSec01-article__content h2:first-child {
  margin-top: 0;
}
.singleSec01-article__content h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 32px 0 16px;
}
.singleSec01-article__content ul, .singleSec01-article__content ol {
  margin-bottom: 24px;
  padding-left: 24px;
}
.singleSec01-article__content li {
  margin-bottom: 8px;
}
.singleSec01-article__content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 32px 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .singleSec01-article__content img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 24px 0;
    padding: 0;
  }
}
.singleSec01-article__content figure {
  margin: 32px 0;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .singleSec01-article__content figure {
    margin: 24px 0;
    width: 100%;
  }
}
.singleSec01-article__content figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.singleSec01-article__content .wp-block-image,
.singleSec01-article__content .wp-block-gallery {
  max-width: 100%;
  width: 100%;
  margin: 32px 0;
}
@media only screen and (max-width: 768px) {
  .singleSec01-article__content .wp-block-image,
  .singleSec01-article__content .wp-block-gallery {
    margin: 24px 0;
    width: 100%;
  }
}
.singleSec01-article__content .wp-block-image img,
.singleSec01-article__content .wp-block-gallery img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.singleSec01-article__content a {
  color: #0086D1;
  text-decoration: underline;
}
.singleSec01-article__content a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .singleSec01-article__content {
    font-size: 14px;
    line-height: 1.8;
  }
  .singleSec01-article__content p {
    margin-bottom: 20px;
  }
  .singleSec01-article__content h2 {
    font-size: 20px;
    margin: 32px 0 16px;
  }
  .singleSec01-article__content h3 {
    font-size: 18px;
    margin: 24px 0 12px;
  }
}
.singleSec01-sidebar {
  margin-bottom: 48px;
}
.singleSec01-sidebar:last-child {
  margin-bottom: 0;
}
.singleSec01-sidebar__title {
  background-color: #0086D1;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 24px 0;
  margin-bottom: 0;
}
.singleSec01-sidebar__title.is-event {
  background-color: #0086D1;
}
@media only screen and (max-width: 768px) {
  .singleSec01-sidebar__title {
    font-size: 20px;
    padding: 20px 0;
  }
}
.singleSec01-sidebar__list {
  background-color: #fff;
  border: 2px solid #0086D1;
  border-top: none;
}
.singleSec01-sidebar__item {
  border-bottom: 1px solid #E8E8E8;
}
.singleSec01-sidebar__item:last-child {
  border-bottom: none;
}
.singleSec01-sidebar__item a {
  display: block;
  padding: 24px 20px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.singleSec01-sidebar__item a:hover {
  background-color: #E8F4FC;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .singleSec01-sidebar__item a {
    padding: 16px 15px;
  }
}
.singleSec01-sidebar__date {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #0086D1;
  display: block;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .singleSec01-sidebar__date {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
.singleSec01-sidebar__ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .singleSec01-sidebar__ttl {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .singleSec01-sidebar {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .singleSec01 {
    padding: 60px 0 60px;
  }
}

@keyframes slideInFromBottom {
  0% {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
.js-mask-box {
  position: relative;
  overflow: hidden;
  opacity: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.js-wipe-band {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00B3EC), to(#0086D1));
  background: linear-gradient(to right, #00B3EC 0%, #0086D1 100%);
  z-index: 2;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.js-mvFadeInUp {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.js-fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent], .lenis [data-lenis-prevent-wheel], .lenis [data-lenis-prevent-touch] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  -webkit-transition-property: overflow;
  transition-property: overflow;
  -webkit-transition-duration: 1ms;
          transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

/* --------------------------------------------------
  spCommonModal
-------------------------------------------------- */
@media only screen and (min-width: 769px) {
  #spCommonModalArea {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .commonSpModalImage {
    position: relative;
    cursor: pointer;
  }
  .commonSpModalImage.is-pos0:before {
    top: 0;
    right: 0;
  }
  .commonSpModalImage.is-pos1:before {
    top: get_vw(-5);
    right: get_vw(-5);
  }
  .commonSpModalImage.is-pos2:before {
    top: get_vw(5);
    right: get_vw(5);
  }
  .commonSpModalImage.is-pos3:before {
    top: get_vw(-10);
    right: get_vw(-10);
  }
  .commonSpModalImage.is-pos4:before {
    top: get_vw(-25);
    right: 0;
  }
  .commonSpModalImage:before {
    position: absolute;
    top: 0px;
    right: get_vw(10);
    display: block;
    content: "";
    width: get_vw(30);
    height: get_vw(30);
    background: url("../img/contents/ico_plus01.svg") no-repeat center center/contain;
    z-index: 2;
  }
  .commonSpModalImage_after {
    position: relative;
    cursor: pointer;
  }
  .commonSpModalImage_after:after {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: url("../img/element/modal-plus.png") no-repeat center center/contain;
  }
  #spCommonModalArea {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-overflow-scrolling: touch;
    z-index: 9999999;
  }
  #spCommonModalTable {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    padding: 60px 0;
  }
  #spCommonModalCell {
    display: table-cell;
    vertical-align: middle;
  }
  #spCommonModalInner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
  }
  #spCommonModalInner img {
    max-width: 100%;
    height: auto;
  }
  #spCommonModalContents,
  #spCommonSlideContents {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #spCommonModalContents:before,
  #spCommonSlideContents:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 70px;
    height: 70px;
    background: url("../img/element/yubi.png") no-repeat center center/contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-animation: return 3s 0s infinite ease;
            animation: return 3s 0s infinite ease;
    z-index: 2;
  }
  #spCommonModalContents.icoOff:before,
  #spCommonSlideContents.icoOff:before {
    opacity: 0;
  }
  #spCommonModalContents figure,
  #spCommonSlideContents figure {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 200%;
    margin: 0;
  }
  #spCommonModalContents figure img,
  #spCommonSlideContents figure img {
    width: 100%;
  }
  #spCommonModalClose {
    position: absolute;
    top: -50px;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  #spCommonModalClose:before,
  #spCommonModalClose:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 12px;
    height: 2px;
    background-color: #fff;
  }
  #spCommonModalClose:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  #spCommonModalClose:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
}
@-webkit-keyframes return {
  50% {
    margin-left: -70px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes return {
  50% {
    margin-left: -70px;
  }
  100% {
    margin-left: 0;
  }
}
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}

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