@charset "UTF-8";
:root {
  --base: #000;
  --gray1: #7A8182;
  --gray2: #F0F4F5;
  --gray3: #F0F4F4;
  --gray4: #494949;
  --gray5: #E5EBEB;
  --gray6: #D6D6D6;
  --gray7: #707070;
  --gray8: #C4C4C4;
  --gray9: #E1E1E1;
  --gray10: #ABABAB;
  --green1: #229F91;
  --green2: #56C69E;
  --green3: #F0F4F5;
  --green4: #098374;
  --green5: #F0F4F4;
  --red1: #FF0000;
  --red2: #F76E5C;
  --blue: #0377CA;
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.mv {
  position: relative;
}
.mv:before, .mv:after {
  content: "";
  position: absolute;
  width: 35rem;
  height: 35rem;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#006BB9), to(#00FFEB));
  background: linear-gradient(to right, #006BB9 0%, #00FFEB 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: block;
  mix-blend-mode: overlay;
}
@media only screen and (max-width: 768px) {
  .mv:before, .mv:after {
    width: 10rem;
    height: 10rem;
  }
}
.mv:before {
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  left: 0;
  bottom: 0;
}
.mv:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  right: 0;
  top: 0;
}
.mv-image {
  height: 56.5rem;
  display: block;
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .mv-image {
    height: 24rem;
  }
}
.mv-ttl {
  font-size: 3rem;
  position: absolute;
  font-family: "Noto Sans Display", sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  position: absolute;
  top: 5.4rem;
  left: 8rem;
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
  letter-spacing: 0.5rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .mv-ttl {
    left: 3rem;
    top: 3rem;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
  }
}
.mv-catch {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 5.6rem;
  text-align: left;
  line-height: 1.3392857143;
  color: #fff;
  position: absolute;
  left: 4rem;
  bottom: 5rem;
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
  letter-spacing: 0.1rem;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .mv-catch {
    font-size: 2.6rem;
    top: 13rem;
    left: 1.5rem;
    width: 55%;
  }
}

.home-status {
  position: absolute;
  top: 2rem;
  right: 3rem;
  width: 32rem;
  z-index: 1;
  font-size: 2rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  z-index: 6;
  letter-spacing: 0.1rem;
  color: #272727;
}
@media only screen and (max-width: 768px) {
  .home-status {
    position: relative;
    background: #000;
    background: -webkit-gradient(linear, left top, right top, from(#00FFEB), color-stop(50%, #00b1ff), to(#855dd1));
    background: linear-gradient(to right, #00FFEB 0%, #00b1ff 50%, #855dd1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 100%;
    right: unset;
    top: unset;
    padding: 2rem;
    padding-bottom: 4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .home-status:before {
    content: "";
    width: 100%;
    height: 2rem;
    background: -webkit-gradient(linear, left top, right top, from(#00FFEB), color-stop(50%, #00b1ff), to(#855dd1));
    background: linear-gradient(to right, #00FFEB 0%, #00b1ff 50%, #855dd1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    display: block;
    position: absolute;
    bottom: calc(100% - 0.1rem);
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-status_inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(60% - 0.2rem) 0.3rem calc(40% - 0.1rem);
    grid-template-columns: calc(60% - 0.2rem) calc(40% - 0.1rem);
    -ms-grid-rows: auto 0.3rem auto;
        grid-template-areas: "weather lift" "live lift";
    gap: 0.3rem;
  }
}
.home-status_weather {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(30px);
  border-radius: 1rem;
  padding: 0.7rem 2rem 2rem;
  text-align: left;
  position: relative;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .home-status_weather {
    grid-area: weather;
    margin-bottom: 0;
    padding: 0.4rem 0.8rem 1.3rem;
    border-radius: 0.5rem;
    background: #fff;
  }
}
.home-status_weather-today {
  font-size: 1.4rem;
  font-weight: 900;
  color: #006BB9;
  margin-bottom: 1.8rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans", sans-serif;
}
@media only screen and (max-width: 768px) {
  .home-status_weather-today {
    font-size: 1rem;
    margin-bottom: 0.8rem;
    letter-spacing: 0;
  }
}
.home-status_weather-day {
  font-family: "Noto Sans Display", sans-serif;
  font-weight: bold;
  color: #fff;
  background: #272727;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.8rem;
  border-radius: 0 1rem 0 1rem;
  padding: 0 1.8rem;
}
@media only screen and (max-width: 768px) {
  .home-status_weather-day {
    font-size: 1.3rem;
    padding: 0 1.4rem;
    border-radius: 0 0.5rem 0 0.5rem;
  }
}
.home-status_weather-week {
  font-size: 1rem;
  vertical-align: 0.3rem;
  display: inline-block;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .home-status_weather-week {
    font-size: 0.7rem;
    vertical-align: 0.2rem;
  }
}
.home-status_weather-sec {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 40% 30%;
  grid-template-columns: 30% 40% 30%;
  text-align: center;
}
.home-status_weather-item {
  border-right: 0.1rem solid #CCCCCC;
  text-align: center;
}
.home-status_weather-item:last-child {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .home-status_weather-item img {
    height: 2.4rem;
    width: auto;
    padding-bottom: 0.3rem;
  }
}
.home-status_weather-item_txt {
  margin-top: 0.1rem;
  font-family: "Noto Sans Display", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .home-status_weather-item_txt {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0;
  }
}
.home-status_weather-ttl {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  color: #272727;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .home-status_weather-ttl {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
}
.home-status_weather-ttl._mb2 {
  margin-bottom: 0.2rem;
}
.home-status_weather-desc {
  font-size: 1.4rem;
  margin-top: 1.5rem;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .home-status_weather-desc {
    font-size: 0.8rem;
  }
}
.home-status_icon-temp {
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .home-status_live {
    grid-area: live;
  }
}
.home-status_live-capture {
  width: 100%;
  height: 20rem;
}
@media only screen and (max-width: 768px) {
  .home-status_live-capture {
    height: 11.2rem;
  }
}
.home-status_live, .home-status_lift {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(30px);
  border-radius: 1rem;
  padding: 0.5rem 2rem 1rem;
  text-align: left;
  position: relative;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .home-status_live, .home-status_lift {
    border-radius: 0.5rem;
    background: #fff;
    padding: 0.5rem 1rem 1rem;
  }
}
.home-status_live-ttl, .home-status_lift-ttl {
  font-size: 1.4rem;
  font-weight: bold;
  color: #006BB9;
  position: relative;
  font-family: "Noto Sans", sans-serif;
}
@media only screen and (max-width: 768px) {
  .home-status_live-ttl, .home-status_lift-ttl {
    font-size: 1rem;
  }
}
.home-status_live-link, .home-status_lift-link {
  font-size: 1.2rem;
  color: #006BB9;
  display: inline-block;
  position: absolute;
  right: 2rem;
  top: 0;
  padding-left: 1.3rem;
  color: #272727;
}
@media only screen and (max-width: 768px) {
  .home-status_live-link, .home-status_lift-link {
    right: 1rem;
    font-size: 0.9rem;
    letter-spacing: 0;
    padding-left: 0.7rem;
  }
}
.home-status_live-link:after, .home-status_lift-link:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.5rem);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 0.5rem;
  height: 1rem;
  background: #3FD6C8;
}
@media only screen and (max-width: 768px) {
  .home-status_live-link:after, .home-status_lift-link:after {
    width: 0.4rem;
    height: 0.8rem;
    top: calc(50% - 0.4rem);
  }
}
@media only screen and (max-width: 768px) {
  .home-status_lift {
    grid-area: lift;
    padding-bottom: 3rem;
  }
  .home-status_lift-item:last-child .home-status_lift-desc {
    font-size: 0.8rem;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 768px){
  .home-status_weather {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .home-status_live {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .home-status_lift {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
}
.home-status_lift-sec {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 0.5rem 0;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .home-status_lift-sec {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-status_lift-desc {
  font-size: 1.1rem;
}
@media only screen and (max-width: 768px) {
  .home-status_lift-desc {
    letter-spacing: 0;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 768px) {
  .home-status_lift-ttl {
    position: unset;
  }
}
@media only screen and (max-width: 768px) {
  .home-status_lift-link {
    bottom: 1rem;
    top: unset;
    right: 3rem;
  }
}
.home-recentnews {
  position: relative;
  padding: 2rem 0 0;
  z-index: 5;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 768px) {
  .home-recentnews {
    padding: 0 2rem;
    background: -webkit-gradient(linear, left top, right top, from(#00ffeb), color-stop(50%, #00b1ff), to(#855dd1));
    background: linear-gradient(to right, #00ffeb 0%, #00b1ff 50%, #855dd1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.home-recentnews_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3rem;
  background: rgba(0, 0, 0, 0.2);
  max-width: 126rem;
  overflow: hidden;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .home-recentnews_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 1rem;
  }
}
.home-recentnews_ttl {
  width: 18rem;
  background: #1A9AF7;
  border-radius: 3rem 0 0 3rem;
  padding: 0.2rem 0 0.4rem;
  color: #fff;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .home-recentnews_ttl {
    border-radius: 1rem 1rem 0 0;
    width: 100%;
  }
}
.home-recentnews_ttl-en {
  font-size: 1.9rem;
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: -0.2rem;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.2rem;
}
.home-recentnews_list {
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 18rem);
}
@media only screen and (max-width: 768px) {
  .home-recentnews_list {
    width: 100%;
  }
}
.home-recentnews_item {
  display: inline-block;
  display: inline-block;
  white-space: nowrap;
  padding: 0.2rem 3rem;
  font-size: 1.4rem;
  position: relative;
}
.home-recentnews_item:after {
  content: "／";
  color: #fff;
  position: absolute;
  right: -0.5rem;
}
.home-recentnews_link {
  color: #fff;
}
.home-bg01 {
  /*background: url(../img/top/bg_nav.png) no-repeat center top;*/
  background-size: cover;
  /*padding-bottom: 10rem;  */
  padding-bottom: 0rem;
  margin-top: 0rem;
}
@media only screen and (max-width: 768px) {
  .home-bg01 {
    margin-top: 0;
    padding-bottom: 0rem;
    background: url(../img/top/bg_nav_sp.png) no-repeat center top;
    background-size: cover;
  }
}
.home-navi {
  position: relative;
  padding-top: 2rem;
  z-index: 2;
  letter-spacing: 0.2rem;
  height: 0;
  padding-top: 0;
}
.home-navi:before {
  content: "";
  display: block;
  width: 100%;
  height: 27.5rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00ffeb+0,00b1ff+50,855dd1+100 */
  background: -webkit-gradient(linear, left top, right top, from(#00ffeb), color-stop(50%, #00b1ff), to(#855dd1));
  background: linear-gradient(to right, #00ffeb 0%, #00b1ff 50%, #855dd1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  top: -12rem;
  left: 0;
  /*transform: skewY(-3deg);*/
  clip-path: polygon(0 7.5rem, 100% 0, 100% 100%, 0 100%);
  height: 15.6rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .home-navi:before {
    clip-path: unset;
    height: 7rem;
  }
}
.home-navi_catch {
  font-family: "Noto Sans Display", sans-serif;
  font-weight: 900;
  letter-spacing: 0.5rem;
  font-style: italic;
  font-size: 8.6rem;
  mix-blend-mode: overlay;
  color: white;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .home-navi_catch {
    font-size: 3.8rem;
    line-height: 1.1;
    color: #fffae5;
    letter-spacing: 0.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-navi_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem 2rem 1.5rem;
    padding: 0 0;
    font-weight: bold;
  }
  .home-navi_tabs-item {
    width: 33.3333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    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: 1.3rem;
    line-height: 1.3076923077;
    min-height: 3.4rem;
    display: flex !important;
    color: #272727;
  }
  .home-navi_tabs .slick-slide {
    border-right: 0.1rem solid rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .home-navi_tabs .slick-slide:first-child {
    border-left: 0.1rem solid rgba(0, 0, 0, 0.2);
  }
  .home-navi_tabs .slick-track {
    padding-bottom: 1.5rem;
  }
  .home-navi_tabs .slick-current {
    position: relative;
  }
  .home-navi_tabs .slick-current:after {
    content: "";
    width: 80%;
    height: 0.3rem;
    background: #B16DD5;
    display: block;
    position: absolute;
    bottom: -1.2rem;
    left: 10%;
  }
}
.home-navi_content {
  max-width: 126rem;
  margin: -3rem auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.6rem 1fr 0.6rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  position: relative;
  z-index: 10;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .home-navi_content {
    margin-top: 0;
    margin-bottom: 6rem;
    display: block;
  }
  .home-navi_content .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-navi_content .slick-slide {
    height: auto;
  }
  .home-navi_content .slick-slide > div {
    height: 100%;
  }
}
.home-navi_sec {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(30px);
  border-radius: 1rem;
}
@media only screen and (max-width: 768px) {
  .home-navi_sec {
    width: calc(100vw - 4rem) !important;
    margin: 0 0.5rem;
    height: 100%;
  }
}
.home-navi_ttl {
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  padding: 2rem 0;
  border-radius: 1rem 1rem 0 0;
}
@media only screen and (max-width: 768px) {
  .home-navi_ttl {
    font-size: 1.8rem;
    padding: 1.8rem 0;
  }
}
.home-navi_ttl-pt01 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006bb9+0,ba5dd1+100 */
  background: -webkit-gradient(linear, left top, right top, from(#006bb9), to(#ba5dd1));
  background: linear-gradient(to right, #006bb9 0%, #ba5dd1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.home-navi_ttl-pt02 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#008be5+0,0bc6fe+100 */
  background: -webkit-gradient(linear, left top, right top, from(#008be5), to(#0bc6fe));
  background: linear-gradient(to right, #008be5 0%, #0bc6fe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.home-navi_ttl-pt03 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#008be5+0,0bc6fe+100 */
  background: -webkit-gradient(linear, left top, right top, from(#31F0B6), to(#19B3FD));
  background: linear-gradient(to right, #31F0B6 0%, #19B3FD 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.home-navi_list {
  padding: 3rem 4.8rem;
}
@media only screen and (max-width: 768px) {
  .home-navi_list {
    padding: 2rem 3rem;
  }
}
.home-navi_item {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
.home-navi_link {
  color: #272727;
  background: #fff;
  display: block;
  border-radius: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3rem;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 3rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 768px) {
  .home-navi_link {
    font-size: 1.5rem;
  }
}
.home-navi_link:after {
  content: "";
  position: absolute;
  right: 2rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 0.7rem;
  height: 1.4rem;
  top: calc(50% - 0.7rem);
  background: #B16DD5;
}
.home-navi_link:before {
  content: "";
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006bb9+0,ba5dd1+100 */
  background: -webkit-gradient(linear, left top, right top, from(#ba5dd1), to(#A52BFF));
  background: linear-gradient(to right, #ba5dd1 0%, #A52BFF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 4rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.home-navi_link:hover {
  color: #fff;
  background: none;
  opacity: 1;
}
.home-navi_link:hover:before {
  opacity: 1;
}
.home-navi_link-family:after {
  background: #1A9AF7;
}
.home-navi_link-facility:after {
  background: #3FD6C8;
}
.home-navi_link-lift img {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  margin-top: 1.2rem;
  margin-left: 1.2rem;
}
.home-navi_thumb {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .home-navi_thumb {
    width: 5rem;
    height: 5rem;
  }
}
.home-navi_txt {
  width: calc(100% - 6.4rem);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .home-navi_txt {
    width: calc(100% - 5rem);
  }
}
.home-news {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(30px);
  max-width: 126rem;
  margin: 0 auto;
  border-radius: 1rem;
  padding: 4.8rem 17.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 768px) {
  .home-news {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#90e5fb+0,daf3fd+10,daf3fd+90,90e5fb+100 */
    background: linear-gradient(45deg, #90e5fb 0%, #daf3fd 15%, #daf3fd 85%, #90e5fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 0;
    padding: 4rem 0 6rem;
  }
}
.home-news_ttl {
  font-size: 2rem;
  margin-bottom: 2.4rem;
  font-weight: bold;
  color: #272727;
}
@media only screen and (max-width: 768px) {
  .home-news_ttl {
    text-align: left;
    padding-left: 2rem;
    margin-bottom: 1rem;
  }
}
.home-news_ttl-en {
  font-size: 3rem;
  color: #006BB9;
  font-family: "Noto Sans Display", sans-serif;
  font-style: italic;
  display: inline-block;
  margin-right: 1.5rem;
  vertical-align: -0.3rem;
  font-weight: 900;
  letter-spacing: 0.2rem;
}
.home-news_list {
  text-align: left;
}
.home-news_list .slick-prev {
  width: 4rem;
  height: 4rem;
  background: url(../img/common/icon_play.svg) no-repeat;
  background-size: contain;
  rotate: 180deg;
  -webkit-box-shadow: 0 -0.2rem 0.4rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 -0.2rem 0.4rem rgba(0, 0, 0, 0.08);
  border-radius: 4rem;
  top: 5rem;
  left: -5rem;
}
@media only screen and (max-width: 768px) {
  .home-news_list .slick-prev {
    left: unset;
    right: 7rem;
    top: -7rem;
  }
}
.home-news_list .slick-next {
  width: 4rem;
  height: 4rem;
  background: url(../img/common/icon_play.svg) no-repeat;
  background-size: contain;
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.08);
  border-radius: 4rem;
  top: 9rem;
  right: -5rem;
}
@media only screen and (max-width: 768px) {
  .home-news_list .slick-next {
    right: 2rem;
    top: -3rem;
  }
}
.home-news_date {
  font-size: 1.4rem;
  font-family: "Noto Sans Display", sans-serif;
  color: #006BB9;
  font-weight: 900;
  font-style: italic;
  margin: 1rem 0 0.2rem;
  letter-spacing: 0.2rem;
}
.home-news_name {
  font-size: 1.6rem;
  color: #272727;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .home-news_item {
    max-width: 70vw;
  }
}
.home-news_link {
  padding: 1rem 1rem 0;
  display: block;
}
.home-news_detail {
  margin-top: 3rem;
}
.home-news_detail-link {
  display: inline-block;
  background: #fff;
  width: 32rem;
  border-radius: 4rem;
  padding: 2rem 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #272727;
  position: relative;
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.08);
}
.home-news_detail-link:after {
  content: "";
  position: absolute;
  right: 2rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 0.7rem;
  height: 1.4rem;
  top: calc(50% - 0.7rem);
  background: #3FD6C8;
}
.home-feature_catch {
  font-size: 6.3rem;
  font-family: "Noto Sans Display", sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #3FD6C8;
  opacity: 0.6;
  position: absolute;
  top: -1rem;
  width: 100%;
  left: 0;
  mix-blend-mode: color-burn;
  letter-spacing: 0.3rem;
  font-weight: 900;
  white-space: nowrap;
  z-index: 10;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  .home-feature_catch {
    font-size: 2.5rem;
    line-height: 1;
    top: -1.5rem;
    letter-spacing: 0.2rem;
    white-space: unset;
  }
}
.home-feature_content {
  position: relative;
  background: url(../img/top/bg_feature.png) no-repeat center center;
  background-size: cover;
  padding-top: 20rem;
  position: relative;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 768px) {
  .home-feature_content {
    padding-top: 7rem;
    background-position: center bottom;
  }
}
.home-feature_content:before {
  content: "";
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ba5dd1+0,006bb9+99 */
  background: linear-gradient(135deg, #ba5dd1 0%, #006bb9 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 67rem;
  height: 67rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .home-feature_content:before {
    height: 37vw;
    width: 37vw;
    z-index: 5;
    bottom: 26.5rem;
    background: -webkit-gradient(linear, left top, right top, from(#ba5dd1), color-stop(100vw, #006bb9));
    background: linear-gradient(to right, #ba5dd1 0%, #006bb9 100vw); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
.home-feature_content:after {
  content: "";
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: url(../img/top/feature_image01.png) no-repeat;
  background-size: contain;
  width: 81rem;
  height: 81rem;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .home-feature_content:after {
    width: 24rem;
    height: 24rem;
    bottom: 26.5rem;
  }
}
.home-feature_content02 {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#31F0B6), to(#19B3FD));
  background: linear-gradient(to right, #31F0B6 0%, #19B3FD 100%);
  padding: 9.8rem 0;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 768px) {
  .home-feature_content02 {
    background: -webkit-gradient(linear, left top, right top, from(#00D9C0), to(#50BAE0));
    background: linear-gradient(to right, #00D9C0 0%, #50BAE0 100%);
    padding-top: 100vw;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-feature_content02 .home-feature_intro {
    text-align: left;
    padding: 4rem 2rem;
  }
}
.home-feature_content02:before {
  content: "";
  clip-path: polygon(0% 0, 100% 100%, 0% 100%);
  background: url(../img/top/feature_image02.png) no-repeat;
  background-size: contain;
  width: 50.6rem;
  height: 50.6rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .home-feature_content02:before {
    width: 100vw;
    height: 100vw;
    top: 0;
    bottom: unset;
    background: url(../img/top/feature_image02_sp.png) no-repeat;
    background-size: contain;
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.home-feature_content02:after {
  content: "";
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: url(../img/top/feature_image03.png) no-repeat;
  background-size: contain;
  width: 50.6rem;
  height: 50.6rem;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .home-feature_content02:after {
    content: none;
  }
}
.home-feature_content03 {
  background: url(../img/top/feature_image04.png) no-repeat center center;
  background-size: cover;
  text-align: left;
  position: relative;
  height: 84rem;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 768px) {
  .home-feature_content03 {
    background: url(../img/top/feature_image04_sp.png) no-repeat center center;
    background-position: center top;
    background-size: 100% auto;
    height: 69rem;
  }
}
.home-feature_content03:before {
  content: "";
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ba5dd1+0,006bb9+99 */
  background: linear-gradient(135deg, #507CE0 0%, #00FFFF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 84rem;
  height: 84rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .home-feature_content03:before {
    content: none;
  }
}
.home-feature_ttl {
  color: #fff;
  display: inline-block;
  background: #006BB9;
  font-size: 1.6rem;
  padding: 0.6rem 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .home-feature_ttl {
    font-size: 1.4rem;
  }
}
.home-feature_desc {
  font-size: 6.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  z-index: 10;
  padding-bottom: 63rem;
}
@media only screen and (max-width: 768px) {
  .home-feature_desc {
    font-size: 3.1rem;
    padding-bottom: 56.8rem;
  }
}
.home-feature_desc ._mini {
  font-size: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .home-feature_desc ._mini {
    font-size: 2.2rem;
  }
}
.home-feature_intro {
  color: #fff;
  position: relative;
}
.home-feature_intro-num {
  font-size: 4rem;
  font-weight: 900;
  font-family: "Noto Sans Display", sans-serif;
  margin-bottom: 1rem;
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .home-feature_intro-num {
    font-size: 2rem;
  }
}
.home-feature_intro-lead {
  font-size: 4rem;
  margin-bottom: 2.5rem;
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  letter-spacing: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .home-feature_intro-lead {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    letter-spacing: 0.1rem;
  }
}
.home-feature_intro-desc {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.625;
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 768px) {
  .home-feature_intro-desc {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
.home-feature_intro-desc_left {
  display: inline-block;
  text-align: left;
}
.home-feature_intro-btn {
  margin-top: 4rem;
}
.home-feature_intro-link {
  border-radius: 4rem;
  display: inline-block;
  background: #fff;
  text-align: center;
  width: 32rem;
  padding: 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  color: #272727;
  position: relative;
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .home-feature_intro-link {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.home-feature_intro-link:after {
  content: "";
  position: absolute;
  right: 2rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 0.7rem;
  height: 1.4rem;
  top: calc(50% - 0.7rem);
  background: #3FD6C8;
}
.home-feature_intro01 {
  color: #fff;
  margin-top: 27rem;
  z-index: 10;
  position: absolute;
  left: 14rem;
  bottom: 8rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .home-feature_intro01 {
    background: -webkit-gradient(linear, left top, right top, from(#ba5dd1), color-stop(99%, #006bb9));
    background: linear-gradient(to right, #ba5dd1 0%, #006bb9 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2rem 1rem 5rem 2rem;
  }
}
.home-feature_intro03 {
  color: #fff;
  margin-top: 27rem;
  z-index: 10;
  position: absolute;
  left: 14rem;
  bottom: 8rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .home-feature_intro03 {
    background: -webkit-gradient(linear, left top, right top, from(#0BC6FE), color-stop(99%, #008BE5));
    background: linear-gradient(to right, #0BC6FE 0%, #008BE5 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2rem 2rem 5rem 2rem;
  }
}
.home-psa_catch {
  background: url(../img/top/psa_bg.png) no-repeat center;
  background-size: cover;
  padding: 18rem 0 20.6rem;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 768px) {
  .home-psa_catch {
    background: url(../img/top/psa_bg_sp.png) no-repeat center;
    background-size: cover;
    padding: 5rem 4rem 22.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-psa_catch img {
    display: block;
    margin: 0 -4rem 0 -1rem;
  }
}
.home-psa_catch-inner {
  width: 50rem;
  text-align: left;
  position: relative;
  left: 50%;
}
@media only screen and (max-width: 768px) {
  .home-psa_catch-inner {
    width: 100%;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.home-psa_catch-tag {
  margin-left: 2rem;
  display: inline-block;
  background: #FFE100;
  font-size: 1.6rem;
  padding: 0.2rem 1rem;
}
@media only screen and (max-width: 768px) {
  .home-psa_catch-tag {
    font-size: 1.4rem;
    padding: 0.8rem 2rem;
    margin-left: 0;
  }
}
.home-psa_catch-ttl {
  margin-top: 2rem;
  margin-left: 2rem;
  font-size: 2.8rem;
  color: #FFE100;
  -webkit-text-stroke: 3px black;
  text-stroke: 3px black;
  paint-order: stroke;
}
@media only screen and (max-width: 768px) {
  .home-psa_catch-ttl {
    margin-left: 0;
    margin-top: 1rem;
    font-size: 2rem;
  }
}
.home-psa_area {
  background-image: url("../img/top/deco_snow.svg"), url("../img/top/bg_fieldmap.png");
  background-repeat: repeat, no-repeat;
  background-position: 0 0, center center;
  background-size: auto, cover;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home-psa_area {
    background-image: url("../img/top/bg_fieldmap_sp.png");
    background-size: cover;
    overflow: hidden;
  }
}
.home-psa_area-inner {
  max-width: 100rem;
  margin: 0 auto 0;
  background: #fff;
  position: relative;
  top: -12.8rem;
  border-radius: 1rem;
  padding: 4rem 4rem 14rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .home-psa_area-inner {
    background: none;
    top: 0;
    margin: 0rem 0rem 0rem;
    padding: 4rem 0 8rem;
  }
}
.home-psa_area-map {
  margin-bottom: 2.8rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .home-psa_area-map {
    padding: 0 2rem 4rem;
    margin-bottom: 0;
  }
}
.home-psa_area-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 11.1rem;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 768px) {
  .home-psa_area-list {
    background: #fff;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    padding: 4rem 2rem 11.1rem;
    margin-bottom: 0;
    gap: 4rem;
  }
}
.home-psa_area-thumb {
  margin-bottom: 1.8rem;
}
.home-psa_area-name {
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #272727;
}
.home-psa_area-name:before {
  display: inline-block;
  content: "";
  background: url(../img/common/icon_mb.png) no-repeat left;
  background-size: 2.4rem 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.home-psa_area-desc {
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: left;
  padding: 0 3rem;
  color: #272727;
}
@media only screen and (max-width: 768px) {
  .home-psa_area-desc {
    font-size: 1.5rem;
  }
}
.home-psa_area-poke01 {
  position: absolute;
  top: 4.5rem;
  left: -5rem;
  width: 11.2rem;
}
@media only screen and (max-width: 768px) {
  .home-psa_area-poke01 {
    width: 6.7rem;
    top: 32rem;
    left: 1rem;
  }
}
.home-psa_area-poke02 {
  position: absolute;
  top: 50.8rem;
  right: -4rem;
  width: 10.2rem;
}
@media only screen and (max-width: 768px) {
  .home-psa_area-poke02 {
    width: 6rem;
    right: 1rem;
    top: 32rem;
  }
}
.home-psa_area-poke03 {
  position: absolute;
  bottom: 4.8rem;
  left: 13rem;
  width: 14.8rem;
}
@media only screen and (max-width: 768px) {
  .home-psa_area-poke03 {
    width: 6.8rem;
    left: 1rem;
    bottom: 57rem;
  }
}
.home-psa_area-poke05 {
  position: absolute;
  bottom: 13rem;
  left: -2rem;
  width: 13.2rem;
}
@media only screen and (max-width: 768px) {
  .home-psa_area-poke05 {
    width: 6.8rem;
    left: 2rem;
    bottom: 99rem;
  }
}
.home-psa_area-poke06 {
  position: absolute;
  bottom: 9rem;
  right: 18rem;
  width: 9rem;
}
@media only screen and (max-width: 768px) {
  .home-psa_area-poke06 {
    width: 5.2rem;
    right: 1rem;
    bottom: 99rem;
  }
}
.home-psa_area-poke07 {
  position: absolute;
  bottom: 4.5rem;
  right: -5rem;
  width: 20.4rem;
}
@media only screen and (max-width: 768px) {
  .home-psa_area-poke07 {
    width: 10rem;
    right: -1rem;
    bottom: 57rem;
  }
}
.home-psa_area-btn {
  position: relative;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 768px) {
  .home-psa_area-btn {
    background: #fff;
    padding-bottom: 5rem;
  }
}
.home-psa_area-btn:before {
  content: "";
  background: url(../img/top/pokemon_04.png) no-repeat;
  background-size: 14rem 14.7rem;
  width: 14rem;
  height: 14.7rem;
  display: block;
  position: absolute;
  z-index: 0;
  left: calc(50% - 6rem);
  top: -8.2rem;
}
.home-psa_area-btn_link {
  display: inline-block;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#50BAE0), to(#00D9C0));
  background: linear-gradient(left, #50BAE0 0%, #00D9C0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 4rem;
  display: inline-block;
  text-align: center;
  width: 32rem;
  padding: 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}
.home-psa_area-btn_link:after {
  content: "";
  position: absolute;
  right: 2rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 0.7rem;
  height: 1.4rem;
  top: calc(50% - 0.7rem);
  background: #fff;
}
.home-media {
  margin-top: -5rem;
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .home-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-media_sec {
  padding: 3.8rem 0 7.6rem;
}
@media only screen and (max-width: 768px) {
  .home-media_sec {
    padding: 5rem 2rem;
  }
}
.home-media_sec-ttl {
  font-size: 3rem;
  font-family: "Noto Sans Display", sans-serif;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.2rem;
  color: #fff;
  margin-bottom: 2rem;
}
.home-media_sec-ttl_link {
  color: #fff;
  display: block;
  position: relative;
}
.home-media_sec-ttl_link:after {
  content: "";
  display: block;
  background: url(../img/common/icon_arrow.svg) no-repeat right;
  width: 4rem;
  height: 4rem;
  background-size: contain;
  position: absolute;
  left: calc(50% + 12rem);
  top: 0.4rem;
}
.home-media_movie {
  width: 50%;
  background: url(../img/top/bg_movie.png) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .home-media_movie {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.home-media_movie-box {
  width: 50rem;
  aspect-ratio: 50/28;
  text-align: center;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .home-media_movie-box {
    width: 100%;
  }
}
.home-media_movie-box iframe {
  aspect-ratio: 50/28;
  width: 100%;
  height: 100%;
}
.home-media_instagram {
  width: 50%;
  background: url(../img/top/bg_insta.png) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .home-media_instagram {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.home-media_instagram-box {
  width: 50rem;
  text-align: center;
  margin: 0 auto 2rem;
  padding: 0 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-media_instagram-box #sbi_images {
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .home-media_instagram-box {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.home-media_sns {
  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: 0.5rem;
  width: 46rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .home-media_sns {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 0.5rem;
  }
}
.home-media_sns img {
  width: 5.3rem;
}
.home-media_sns-link {
  color: #272727;
  background: #fff;
  border-radius: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.3rem 1rem 0.3rem 0.3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 15rem;
  min-height: 7rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Noto Sans Display", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}
.home-media_sns-link:after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.7rem);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 0.7rem;
  height: 1.4rem;
  background: #3FD6C8;
}
.home-access {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#00D9C0), to(#50BAE0));
  background: linear-gradient(left, #00D9C0 0%, #50BAE0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding-bottom: 8.8rem;
}
@media only screen and (max-width: 768px) {
  .home-access {
    padding-top: 4.7rem;
    padding-bottom: 5rem;
  }
}
.home-access:before {
  content: "";
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  background: -webkit-gradient(linear, left top, right top, from(#00D9C0), to(#50BAE0));
  background: linear-gradient(left, #00D9C0 0%, #50BAE0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 7.8rem;
  width: 100%;
  display: block;
  position: absolute;
  bottom: calc(100% - 0.1rem);
}
@media only screen and (max-width: 768px) {
  .home-access:before {
    height: 2rem;
  }
}
.home-access_ttl {
  color: #fff;
  font-size: 3rem;
  font-family: "Noto Sans Display", sans-serif;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.2rem;
  text-align: left;
  max-width: 92rem;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 768px) {
  .home-access_ttl {
    text-align: center;
    margin-bottom: 3rem;
  }
}
.home-access_ttl-jp {
  font-size: 2rem;
  display: inline-block;
  margin-left: 2rem;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.1rem;
}
.home-access_map {
  max-width: 92rem;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home-access_map {
    padding: 22rem 2rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
}
.home-access_map-thumb {
  position: absolute;
  right: calc(50% - 23.5rem);
  top: 0;
  width: 87rem;
}
@media only screen and (max-width: 768px) {
  .home-access_map-thumb {
    width: 50rem;
    right: calc(50% - 27rem);
  }
}
.home-access_map-content {
  margin-right: 0;
  margin-left: auto;
  width: 40rem;
  padding: 4rem 0rem 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 3;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(30px);
}
@media only screen and (max-width: 768px) {
  .home-access_map-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    padding: 4.9rem 2.8rem 2.5rem;
  }
}
.home-access_map-content_ttl {
  font-size: 2.4rem;
  font-family: "Noto Sans Display", sans-serif;
  font-weight: 900;
  font-style: italic;
  color: #006BB9;
  padding: 0 5.2rem;
}
@media only screen and (max-width: 768px) {
  .home-access_map-content_ttl {
    padding: 0 0.5rem;
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
.home-access_map-content_address {
  font-size: 1.6rem;
  line-height: 1.625;
  padding: 0 5.2rem 2rem;
  color: #272727;
}
@media only screen and (max-width: 768px) {
  .home-access_map-content_address {
    padding: 0 0.5rem 2rem;
    font-size: 1.5rem;
  }
}
.home-access_map-content_address-tel {
  color: #272727;
}
.home-access_map-content_btn {
  text-align: center;
}
.home-access_map-content_link {
  color: #272727;
  background: #fff;
  border-radius: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.3rem 1rem 0.3rem 0.3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 32rem;
  margin: 0 auto 1.5rem;
  min-height: 7rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Noto Sans Display", sans-serif;
  line-height: 1.2;
}
.home-access_map-content_link:after {
  content: "";
  position: absolute;
  right: 2rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 0.7rem;
  height: 1.4rem;
  top: calc(50% - 0.7rem);
  background: #3FD6C8;
}
.home-access_map-content_gmap {
  display: block;
  text-align: center;
  color: #272727;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0;
}
.home-access_map-content_gmap:before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: -0.2rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 0.5rem;
  height: 1rem;
  background: #3FD6C8;
}

.char {
  opacity: 0;
  display: inline-block;
}

.js-anim-fade {
  -webkit-transform: translateY(8rem);
          transform: translateY(8rem);
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.js-anim-fade.home-mv-lead, .js-anim-fade.home-mv-eng {
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-transform: translateX(8rem);
          transform: translateX(8rem);
}
.js-anim-fade.js-show {
  opacity: 1;
  -webkit-transform: translateX(0rem);
          transform: translateX(0rem);
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}