@charset "UTF-8";
@font-face {
  font-family: "BASEGATE  SANS";
  src: url("../fonts/BASEGATESANS-Regular.woff") format("woff");
}
/* CSS Document */
/* 基本設定-------------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.3s;
  color: #404040;
  outline: none;
  position: relative;
  display: inline-block;
}

@media (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}
a img,
a svg {
  text-decoration: none;
  transition: all 0.3s;
  color: #404040;
  outline: none;
}

div {
  outline: none;
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
  outline: none;
}

svg {
  backface-visibility: hidden;
  transform: translateZ(0);
}

div,
li,
header,
footer,
dt,
dd,
section {
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.pc-view {
  display: none !important;
}

.sp-view {
  display: block !important;
}

@media screen and (min-width: 769px) {
  .pc-view {
    display: block !important;
  }
  .sp-view {
    display: none !important;
  }
}
/*-- Base --*/
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: -webkit-fill-available;
}
@media (min-width: 769px) {
  html {
    height: 110px;
  }
}

body {
  color: #404040;
  background: #fff;
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  width: 100%;
  word-wrap: break-word;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  min-height: -webkit-fill-available;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
  a[href*="tel:"] {
    text-decoration: none;
  }
}
/*-- HTML5 elements --*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

strong {
  font-weight: bold;
}

section,
article {
  position: relative;
}

.nolink {
  pointer-events: none;
}
.nolink:hover {
  opacity: 1;
}

[data-aos=fade-up] {
  transform: translate3d(0, 20px, 0);
}

.svg-box {
  width: 0;
  height: 0;
}

/* 細かいパーツ-------------------------------------------*/
#page {
  position: relative;
  overflow: hidden;
}

.flex-wrapper {
  display: flex;
}

.box-inner {
  padding: 0 24px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .box-inner {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1163px;
  }
  .pc-flex {
    display: flex;
  }
}
.font-en {
  font-family: "BASEGATE  SANS", sans-serif;
}

.icon-svg {
  position: absolute;
  width: 0;
  height: 0;
}

.font-s {
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .font-s {
    font-size: 12px;
  }
}
.page-hd {
  position: fixed;
  width: 100%;
  height: 50px;
  z-index: 10;
  background: transparent;
  backdrop-filter: blur(20px);
  --webkit-backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 769px) {
  .page-hd {
    height: 80px;
    display: none;
  }
  .page-hd.show {
    display: block;
  }
}
.page-hd .hd-inner {
  display: flex;
  padding: 10px 20px 0;
}
@media (min-width: 769px) {
  .page-hd .hd-inner {
    padding: 20px 0 0;
    max-width: 1207px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.page-hd .hd-inner .top-logo {
  width: 123px;
}
@media (min-width: 769px) {
  .page-hd .hd-inner .top-logo {
    width: 164px;
  }
}
.page-hd .hd-inner .btn-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 107px;
  height: 50px;
}

.btn-menu {
  background: #006EB7;
  width: 107px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: 0.3s;
}
@media (min-width: 769px) {
  .btn-menu {
    display: none;
  }
}
.btn-menu .hbg-wrapper {
  position: relative;
  width: 12px;
  height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-menu .hbg-wrapper span {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 1px;
  width: 100%;
  background-color: #fff;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.3s ease;
  z-index: 1;
}
@media (min-width: 769px) {
  .btn-menu .hbg-wrapper span {
    height: 2px;
  }
}
.btn-menu .hbg-wrapper span:nth-of-type(1) {
  top: 0;
}
.btn-menu .hbg-wrapper span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-menu .hbg-wrapper span:nth-of-type(3) {
  bottom: 0;
}
.btn-menu .menu-txt {
  color: #fff;
  font-size: min(4.2666666667vw, 16px);
  font-family: "BASEGATE  SANS", sans-serif;
  font-weight: 400;
}
@media (min-width: 769px) {
  .btn-menu .menu-txt {
    font-size: 14px;
  }
}
.btn-menu.open .hbg-wrapper {
  width: 17px;
}
.btn-menu.open .hbg-wrapper span:nth-child(1) {
  transform: translateY(5px) rotate(-45deg);
}
.btn-menu.open .hbg-wrapper span:nth-child(2) {
  opacity: 0;
}
.btn-menu.open .hbg-wrapper span:nth-child(3) {
  transform: translateY(-7px) rotate(45deg);
}

/*============================
#gnav
============================*/
#gnav {
  position: relative;
}
@media (max-width: 768px) {
  #gnav {
    background: #006EB7;
    color: #fff;
    position: fixed;
    width: 100%;
    height: 100svh;
    z-index: 20;
    color: #fff;
    top: 0;
    right: -100%;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #gnav a {
    color: #fff;
  }
  #gnav.open {
    right: 0;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  #gnav .gnav-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  #gnav .gnav-inner .btn-menu {
    position: absolute;
    right: 0;
    top: 0;
  }
  #gnav .gnav-inner .gnav-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-left: 42px;
    border-left: 4px solid #ffd2be;
    margin-left: 24px;
    margin-top: auto;
  }
  #gnav .gnav-inner .gnav-list li {
    font-size: 22px;
    font-weight: 500;
    transition: 0.3s;
    opacity: 0;
    transform: translateX(20px);
  }
  #gnav .gnav-inner .gnav-list li.show {
    opacity: 1;
    transform: translateX(0px);
  }
  #gnav .gnav-inner .lofo-ft {
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 19px;
    margin-top: auto;
  }
  #gnav .gnav-inner .lofo-ft img {
    width: 148px;
  }
}
@media (min-width: 769px) {
  #gnav .gnav-inner .btn-menu {
    display: none;
  }
  #gnav .gnav-inner .gnav-list {
    display: flex;
    gap: 30px;
  }
  #gnav .gnav-inner .gnav-list li {
    font-size: 14px;
    font-weight: 500;
  }
  #gnav .gnav-inner .gnav-list li a {
    color: #006EB7;
  }
  #gnav .gnav-inner .lofo-ft {
    display: none;
  }
}

.blue-line {
  width: 0%;
  height: 30px;
  background: #006eb7;
  position: relative;
  transition: 0.8s;
}
@media (min-width: 769px) {
  .blue-line {
    height: 66px;
  }
}
.blue-line.anm {
  width: 100%;
}

.circle {
  width: 8px;
  height: 8px;
  background: #006eb7;
  border-radius: 50%;
  display: inline-block;
  vertical-align: super;
  margin-right: 8px;
  margin-bottom: -3px;
}

.bg-image-clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 230px;
  clip-path: inset(0);
  z-index: -1;
}

.bg-image-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: calc(100% + 200px);
  background-size: cover;
  background-position: center;
}

/*============================
#splash
============================*/
#splash {
  position: fixed;
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 100;
  transition: 0.5s;
}
#splash .splash-bg01 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  /* 左の縦線 (下から上へ) */
  /* 上の横線 (左から右へ) */
  /* 右の縦線用の擬似要素 */
  /* アニメーション実行クラス */
  /* テキストのフェードイン */
  /* 追加のスタイリング */
}
#splash .splash-bg01 .splash-half {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#splash .splash-bg01 .splash-left {
  background: #006EB7;
  transform-origin: right center;
}
#splash .splash-bg01 .splash-right {
  background: #006EB7;
  transform-origin: left center;
}
#splash .splash-bg01 .splash-txt-wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#splash .splash-bg01 .splash-txt-wrapper.out .splash-txt {
  transform: scale(10);
  transform-origin: center center;
  transition: 1.5s;
  opacity: 0;
}
#splash .splash-bg01 .splash-txt-wrapper.out .text {
  transition: 1s;
  opacity: 0;
}
#splash .splash-bg01 .splash-txt.animated-text {
  width: 152px;
  height: 87px;
  position: absolute;
  top: -70px;
  left: 11px;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
#splash .splash-bg01 .animated-text::before,
#splash .splash-bg01 .animated-text::after {
  content: "";
  position: absolute;
  background: #ffd2be;
  z-index: 10;
}
#splash .splash-bg01 .animated-text::before {
  left: 0;
  bottom: 0;
  width: 15px;
  height: 0;
  transition: height 0.6s ease-out;
}
#splash .splash-bg01 .animated-text::after {
  top: 0;
  left: 0;
  height: 15px;
  width: 0;
  transition: width 0.6s ease-out 0.6s;
}
#splash .splash-bg01 .line-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 0;
  background: #ffd2be;
  z-index: 10;
  transition: height 0.6s ease-out 1.2s;
}
#splash .splash-bg01 .animate .animated-text::before {
  height: 87px;
}
#splash .splash-bg01 .animate .animated-text::after {
  width: 152px;
}
#splash .splash-bg01 .animate .line-right {
  height: 100%;
}
#splash .splash-bg01 .animated-text p {
  margin: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out 2.4s;
}
#splash .splash-bg01 .animate .animated-text p {
  opacity: 1;
  transform: translateY(0);
}
#splash .splash-bg01 .text {
  position: relative;
  z-index: 1;
  color: #fff;
  transition: 0.8s;
  font-family: "BASEGATE  SANS", sans-serif;
  line-height: 1;
  letter-spacing: -0.12em;
  opacity: 0;
  transform: translateY(50px);
  display: inline-block;
}
@media (max-width: 768px) {
  #splash .splash-bg01 .text {
    font-size: 14.6666666667vw;
  }
}
@media (min-width: 769px) {
  #splash .splash-bg01 .text {
    font-size: min(9.5168374817vw, 130px);
  }
}
#splash .splash-bg01 .text.show {
  opacity: 1;
  transform: translateY(0px);
}
#splash .splash-bg02 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
}

/* アニメーション設定 */
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%);
  }
}
@keyframes splitLeft {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes splitRight {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes fadeInContent {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
  }
}
/* アニメーション開始クラス */
.animate-out .splash-left {
  animation: splitLeft 1s ease-out forwards;
  animation-delay: 1s;
}

.animate-out .splash-right {
  animation: splitRight 1s ease-out forwards;
  animation-delay: 1s;
}

/*============================
#mv
============================*/
@media (max-width: 768px) {
  #mv {
    padding-top: 50px;
  }
}
@media (min-width: 769px) {
  #mv {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #mv .mv-logo {
    display: none;
  }
}
@media (min-width: 769px) {
  #mv .mv-logo {
    margin-bottom: 40px;
  }
}
#mv .txt-box {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 768px) {
  #mv .txt-box {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media (min-width: 769px) {
  #mv .txt-box {
    width: 31.4787701318vw;
    padding: min(3.2942898975vw, 45px) min(4.0263543192vw, 55px);
  }
}
#mv .txt-box .open-txt {
  transition: 0.5s;
  opacity: 0;
  transform: translateY(20px);
}
@media (max-width: 768px) {
  #mv .txt-box .open-txt {
    width: 87.4666666667vw;
  }
}
@media (min-width: 769px) {
  #mv .txt-box .open-txt {
    width: 19.3265007321vw;
  }
}
#mv .txt-box .open-txt.anm {
  opacity: 1;
  transform: translateY(0px);
}
#mv .img-box {
  position: relative;
}
@media (min-width: 769px) {
  #mv .img-box {
    flex: 1;
  }
}
@media (min-width: 769px) {
  #mv .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 769px) {
  #mv .img-box .catch-box {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
#mv .img-box .catch-wrap {
  display: flex;
  width: 100%;
}
#mv .img-box .catch {
  font-size: 17px;
  letter-spacing: 0.1em;
  position: relative;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.3;
}
@media (min-width: 769px) {
  #mv .img-box .catch {
    display: block;
  }
}
#mv .img-box .catch::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 0%;
  height: 100%;
  background: #fff;
  transition: all 500ms cubic-bezier(0.84, 0.065, 0.5, 0.9);
  opacity: 1;
}
#mv .img-box .catch.anm::before {
  width: 100%;
}
#mv .img-box .catch.anm span {
  opacity: 1;
}
@media (min-width: 769px) {
  #mv .img-box .catch {
    font-size: 24px;
    letter-spacing: 0.3em;
  }
}
#mv .img-box .catch span {
  padding: 1px 10px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
@media (min-width: 769px) {
  #mv .img-box .catch span {
    padding: 0;
  }
}
#mv .img-box .catch.bg-p {
  color: #006EB7;
}
@media (min-width: 769px) {
  #mv .img-box .catch.bg-p {
    padding: 5px 20px;
  }
}
#mv .img-box .catch.bg-p::before {
  background: #ffd2be;
}
#mv .img-box .catch.bg-b {
  color: #fff;
  flex: 1;
  font-size: 15px;
  padding: 3px 0;
}
@media (min-width: 769px) {
  #mv .img-box .catch.bg-b {
    font-size: 24px;
    padding: 5px 20px;
  }
}
#mv .img-box .catch.bg-b::before {
  background: #006EB7;
}
#mv .img-box .catch.bg-w {
  padding: 3px 0;
  color: #006EB7;
}
@media (min-width: 769px) {
  #mv .img-box .catch.bg-w {
    font-size: 26px;
    padding: 5px 20px;
    width: 100%;
  }
}
#mv .img-box .catch.bg-w::before {
  background: #fff;
}

/*============================
#countdown
============================*/
#countdown {
  background: #006eb7;
  color: #fff;
  font-family: "BASEGATE  SANS", sans-serif;
  padding: 15px 0 13px;
  letter-spacing: -0.1em;
}
@media (min-width: 769px) {
  #countdown .box-inner {
    display: flex;
    align-items: center;
    max-width: 1257px;
    gap: 60px;
  }
}
#countdown .box-inner .cd-ttl {
  text-align: center;
  color: #ffd2be;
  font-size: 37px;
  margin-bottom: -5px;
}
@media (min-width: 769px) {
  #countdown .box-inner .cd-ttl {
    margin-bottom: 0;
    font-size: min(4.3191800878vw, 59px);
    text-align: left;
    letter-spacing: -0.1em;
  }
}
#countdown .box-inner .cd-wrapper {
  display: flex;
  justify-content: center;
  gap: 23px;
  letter-spacing: -0.3em;
  line-height: 1;
}
@media (min-width: 769px) {
  #countdown .box-inner .cd-wrapper {
    align-items: flex-end;
    gap: 36px;
  }
}
#countdown .box-inner .cd-wrapper .cd-num {
  font-size: 20px;
  text-align: center;
}
@media (min-width: 769px) {
  #countdown .box-inner .cd-wrapper .cd-num {
    font-size: min(2.2693997072vw, 31px);
    text-align: left;
    letter-spacing: 0em;
  }
}
#countdown .box-inner .cd-wrapper .cd-num .num {
  font-size: 70px;
  display: block;
  letter-spacing: -0.15em;
}
@media (min-width: 769px) {
  #countdown .box-inner .cd-wrapper .cd-num .num {
    font-size: min(6.9546120059vw, 95px);
    display: inline;
    margin-right: 20px;
  }
}

/*============================
#concept
============================*/
#concept {
  color: #fff;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  #concept {
    min-height: 100svh;
    height: 100svh;
    padding-top: 50px;
  }
}
@media (min-width: 769px) {
  #concept {
    height: 100svh;
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  #concept .bg-image-fixed {
    background: url(../images/conceptbg_sp.webp) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 769px) {
  #concept .bg-image-fixed {
    background: url(../images/conceptbg_pc.webp) no-repeat;
    background-size: cover;
  }
}
#concept .concept-ttl {
  letter-spacing: -0.1em;
  line-height: 0.7;
  position: static;
  font-size: 80px;
  font-family: "BASEGATE  SANS", sans-serif;
  writing-mode: vertical-rl;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}
@media (min-width: 769px) {
  #concept .concept-ttl {
    font-size: min(19.909224vh, 190px);
  }
}
#concept .text-section {
  position: relative;
  height: 100%;
}
#concept .scroll-inner {
  text-align: center;
}
@media (max-width: 768px) {
  #concept .scroll-inner {
    text-align: left;
  }
}
#concept .c-txt01,
#concept .c-txt02 {
  width: 100%;
  opacity: 0;
}
#concept .box-inner {
  font-weight: 500;
  line-height: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
@media (min-width: 769px) {
  #concept .box-inner {
    max-width: 60.7613469985vw;
    margin: 0 auto;
  }
}
#concept .box-inner .c-txt01 {
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  #concept .box-inner .c-txt01 {
    font-size: min(3.7333333333vw, 14px);
    padding-left: 80px;
    padding-right: 20px;
  }
}
@media (min-width: 769px) {
  #concept .box-inner .c-txt01 {
    font-size: min(1.3909224012vw, 19px);
    line-height: 2.225;
  }
}
#concept .box-inner .c-txt01 .txt-l {
  font-size: 34px;
  line-height: 1.33;
  display: inline-block;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  #concept .box-inner .c-txt01 .txt-l {
    font-size: min(5.8565153734vw, 80px);
    margin-bottom: 20px;
    font-family: "BASEGATE  SANS", sans-serif;
    letter-spacing: -0.1em;
  }
}
#concept .box-inner .c-txt02 {
  font-weight: 500;
}
@media (max-width: 768px) {
  #concept .box-inner .c-txt02 {
    font-size: min(4.8vw, 18px);
    padding-left: 60px;
  }
}
@media (min-width: 769px) {
  #concept .box-inner .c-txt02 {
    font-size: min(2.0497803807vw, 28px);
    line-height: 2.3;
  }
}

/*============================
#news
============================*/
#news {
  background: #f7fcff;
  padding: 40px 0 55px;
}
@media (min-width: 769px) {
  #news {
    padding: 90px 0;
  }
}
@media (min-width: 769px) {
  #news .box-inner {
    max-width: 1070px;
  }
}
@media (min-width: 769px) {
  #news .box-inner .pc-flex .box-l {
    margin-right: min(14.6412884334vw, 200px);
  }
}
#news .box-inner .pc-flex .box-l .mds-ttl {
  margin-bottom: 25px;
}
#news .box-inner .pc-flex .box-l .mds-ttl .txt-en {
  display: block;
  color: #006eb7;
  font-family: "BASEGATE  SANS", sans-serif;
  letter-spacing: -0.09em;
  line-height: 36px;
  margin-bottom: 21px;
  font-size: 60px;
}
#news .box-inner .pc-flex .box-l .mds-ttl .txt-jp {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
#news .box-inner .pc-flex .box-l .mds-ttl .txt-jp .circle {
  width: 8px;
  height: 8px;
  background: #006eb7;
  border-radius: 50%;
  display: inline-block;
  vertical-align: super;
  margin-right: 8px;
  margin-bottom: -3px;
}
@media (min-width: 769px) {
  #news .box-inner .pc-flex .box-r {
    flex: 1;
  }
}
#news .box-inner .pc-flex .box-r .info-list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c9e3f4;
}
@media (min-width: 769px) {
  #news .box-inner .pc-flex .box-r .info-list li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
#news .box-inner .pc-flex .box-r .info-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 769px) {
  #news .box-inner .pc-flex .box-r .info-list li a {
    display: flex;
  }
}
#news .box-inner .pc-flex .box-r .info-list li a.nolink {
  pointer-events: none;
}
#news .box-inner .pc-flex .box-r .info-list li a .date {
  font-family: "BASEGATE  SANS", sans-serif;
  font-size: 18px;
  letter-spacing: -0.07em;
  line-height: 21px;
  color: #006eb7;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  #news .box-inner .pc-flex .box-r .info-list li a .date {
    width: 176px;
  }
}
#news .box-inner .pc-flex .box-r .info-list li a .ttl {
  font-size: 14px;
}
@media (min-width: 769px) {
  #news .box-inner .pc-flex .box-r .info-list li a .ttl {
    flex: 1;
  }
}
#news .box-inner .btn-more {
  width: 280px;
  height: 50px;
  background: #006eb7;
  margin-top: 30px;
}
@media (min-width: 769px) {
  #news .box-inner .btn-more {
    margin-top: 40px;
    margin-left: auto;
  }
}
#news .box-inner .btn-more a {
  display: flex;
  position: relative;
  color: #fff;
  padding: 15px 20px;
}
#news .box-inner .btn-more a .txt {
  font-size: 14px;
}
#news .box-inner .btn-more a .arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #ffd2be;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  #news .box-inner .btn-more a:hover {
    opacity: 1;
  }
  #news .box-inner .btn-more a:hover img {
    animation-name: hoverArrow;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }
}
/*============================
#facility
============================*/
#facility {
  padding-top: 68px;
  padding-bottom: 0px;
}
@media (min-width: 769px) {
  #facility {
    padding-top: 206px;
  }
}
#facility .mds-ttl {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  opacity: 0;
  transform: translateY(30px);
}
#facility .mds-ttl.anm {
  opacity: 1;
  transform: translateY(0px);
}
#facility .mds-ttl .txt-en {
  display: block;
  width: fit-content;
  color: #006eb7;
  font-family: "BASEGATE  SANS", sans-serif;
  margin-bottom: 9px;
  font-size: 72px;
  letter-spacing: -0.09em;
  line-height: 72px;
  padding-left: 8px;
  padding-right: 14px;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  #facility .mds-ttl .txt-en {
    margin-bottom: 20px;
    font-size: min(8.78477306vw, 120px);
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  #facility .mds-ttl .txt-en .sp-txt-s {
    font-size: 55px;
  }
}
#facility .mds-ttl .txt-en .line-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -8px;
  left: 0;
  z-index: -1;
}
@media (min-width: 769px) {
  #facility .mds-ttl .txt-en .line-bg {
    width: calc(100% - 3px);
    height: calc(100% + 30px);
    top: -28px;
    left: 2px;
  }
}
#facility .mds-ttl .txt-en .line-bg::before, #facility .mds-ttl .txt-en .line-bg::after {
  content: "";
  position: absolute;
  background: #ffd2be;
  z-index: 10;
}
#facility .mds-ttl .txt-en .line-bg::before {
  left: 0;
  bottom: 0;
  width: 15px;
  height: 0;
  transition: height 0.4s ease-out 0.2s;
}
#facility .mds-ttl .txt-en .line-bg::after {
  top: -15px;
  left: 0;
  height: 15px;
  width: 0;
  transition: width 0.4s ease-out 0.6s;
}
#facility .mds-ttl .txt-en .line-bg .line-right {
  position: absolute;
  top: -15px;
  right: 0;
  width: 15px;
  height: 0;
  background: #ffd2be;
  z-index: 10;
  transition: height 0.4s ease-out 1s;
}
#facility .mds-ttl .txt-en .line-bg.anm.line-bg::before {
  height: calc(100% + 15px);
}
#facility .mds-ttl .txt-en .line-bg.anm.line-bg::after {
  width: 100%;
}
#facility .mds-ttl .txt-en .line-bg.anm .line-right {
  height: calc(100% + 15px);
}
#facility .mds-ttl .txt-jp {
  display: block;
  font-size: 20px;
  font-weight: 500;
  padding-left: 24px;
}
#facility .mds-ttl .txt-jp .circle {
  width: 8px;
  height: 8px;
  background: #006eb7;
  border-radius: 50%;
  display: inline-block;
  vertical-align: super;
  margin-right: 8px;
  margin-bottom: -3px;
}
@media (min-width: 769px) {
  #facility .facility-list li {
    display: flex;
  }
  #facility .facility-list li:nth-child(odd) {
    flex-direction: row-reverse;
  }
  #facility .facility-list li:first-child .txt-box::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 9.5168374817vw;
    background: #fff;
  }
  #facility .facility-list li:first-child .txt-box .wrapper {
    padding-top: 100px;
  }
}
#facility .facility-list li .img-box {
  overflow: hidden;
}
#facility .facility-list li .img-box img {
  transform: scale(1.1);
  transition: 0.8s;
}
@media (min-width: 769px) {
  #facility .facility-list li .img-box {
    width: 50%;
  }
}
#facility .facility-list li .txt-box {
  background: #f7fcff;
  padding: 40px 24px;
  position: relative;
}
@media (min-width: 769px) {
  #facility .facility-list li .txt-box {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #facility .facility-list li .txt-box .wrapper {
    max-width: 416px;
  }
}
#facility .facility-list li .txt-box .ttl {
  font-weight: 500;
  font-size: 26px;
  color: #006eb7;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  #facility .facility-list li .txt-box .ttl {
    font-size: 34px;
  }
}
#facility .facility-list li .txt-box .detail {
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 2;
  font-size: 14px;
}
#facility .facility-list li .txt-box .btn-more {
  width: 240px;
  height: 50px;
  background: #006eb7;
}
#facility .facility-list li .txt-box .btn-more a {
  display: flex;
  position: relative;
  color: #fff;
  padding: 15px 20px;
}
#facility .facility-list li .txt-box .btn-more a .txt {
  font-size: 14px;
}
#facility .facility-list li .txt-box .btn-more a .arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #ffd2be;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  #facility .facility-list li .txt-box .btn-more a:hover {
    opacity: 1;
  }
  #facility .facility-list li .txt-box .btn-more a:hover img {
    animation-name: hoverArrow;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }
}
#facility .facility-list li.aos-animate .img-box img {
  transform: scale(1);
}
@media (min-width: 769px) {
  #facility .area01 .mds-ttl {
    margin-left: 5.8565153734vw;
    padding-top: 30px;
    margin-top: -30px;
  }
  #facility .area01 .facility-list {
    margin-top: -1.4641288433vw;
  }
}
#facility .area02 {
  padding-top: 50px;
}
@media (min-width: 769px) {
  #facility .area02 {
    padding-top: 218px;
  }
  #facility .area02 .mds-ttl {
    margin-left: 5.8565153734vw;
    padding-top: 30px;
    margin-top: -110px;
  }
  #facility .area02 .facility-list {
    margin-top: -0.7320644217vw;
  }
}
#facility .area02 .shoplist-link {
  color: #fff;
  padding: 38px 0;
}
@media (min-width: 769px) {
  #facility .area02 .shoplist-link {
    padding: 80px 0 63px;
  }
}
@media (max-width: 768px) {
  #facility .area02 .shoplist-link .bg-image-fixed {
    background: url(../images/shoplistbg_sp.webp) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 769px) {
  #facility .area02 .shoplist-link .bg-image-fixed {
    background: url(../images/shoplistbg_pc.webp) no-repeat;
    background-size: cover;
  }
}
#facility .area02 .shoplist-link .mds-ttl {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  #facility .area02 .shoplist-link .mds-ttl {
    margin-bottom: 30px;
    padding-top: 0;
    margin-top: 0;
    margin-left: 0;
    text-align: center;
  }
}
#facility .area02 .shoplist-link .txt-en {
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 100px;
}
@media (max-width: 768px) {
  #facility .area02 .shoplist-link .txt-en {
    font-size: 64px;
    padding: 0;
  }
}
#facility .area02 .shoplist-link .link-btn {
  margin: 0 30px;
}
@media (min-width: 769px) {
  #facility .area02 .shoplist-link .link-btn {
    width: fit-content;
    margin: 0 auto;
  }
}
#facility .area02 .shoplist-link .link-btn a {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-bottom: 4px solid #fff;
  padding-bottom: 21px;
}
@media (min-width: 769px) {
  #facility .area02 .shoplist-link .link-btn a {
    font-size: 34px;
    padding-bottom: 30px;
    letter-spacing: 0.05em;
  }
  #facility .area02 .shoplist-link .link-btn a:hover .arrow img {
    animation-name: hoverArrow;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }
}
#facility .area02 .shoplist-link .link-btn a .arrow {
  margin-left: auto;
  margin-right: 0;
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  #facility .area02 .shoplist-link .link-btn a .arrow {
    margin-left: 20px;
  }
}
@media (min-width: 769px) {
  #facility .area03 {
    padding-top: 180px;
    position: relative;
  }
  #facility .area03::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: #fff4ef;
  }
}
#facility .area03 .facility-list li:last-child .txt-box {
  padding-bottom: 0;
}
#facility .area03 .facility-list li .mds-ttl.pink {
  background: #fff4ef;
  padding-top: 55px;
  margin-bottom: 0;
  padding-bottom: 25px;
}
#facility .area03 .facility-list li .txt-box.bg-w {
  background: #fff;
}
@media (min-width: 769px) {
  #facility .area03 .facility-list li .txt-box {
    position: relative;
    justify-content: flex-start;
  }
  #facility .area03 .facility-list li .txt-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: #fff4ef;
  }
  #facility .area03 .facility-list li .txt-box::before {
    content: "";
    display: block;
    padding-top: 250px;
  }
}
@media (min-width: 769px) {
  #facility .area03 .facility-list li .txt-box .wrapper {
    text-align: left;
    width: 84%;
    max-width: initial;
    padding-top: 0;
    margin-top: 0;
  }
}
@media (min-width: 769px) {
  #facility .area03 .facility-list li .txt-box .mds-ttl {
    position: absolute;
    top: 130px;
    left: 10%;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 769px) {
  #facility .area03 .facility-list li .txt-box .mds-ttl .txt-en {
    font-size: min(8.78477306vw, 120px);
  }
}
@media (min-width: 769px) {
  #facility .area03 .facility-list li .txt-box .mds-ttl .txt-jp {
    text-align: left;
  }
}
/*============================
#new
============================*/
#new {
  padding-top: 20vw;
}
@media (min-width: 769px) {
  #new {
    padding-top: 190px;
  }
}
@media (min-width: 769px) {
  #new .box-inner {
    max-width: 1080px;
  }
}
#new .box-inner .new-mds {
  font-size: 26px;
  color: #006eb7;
  margin-bottom: 14px;
}
@media (min-width: 769px) {
  #new .box-inner .new-mds {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
#new .box-inner .detail {
  line-height: 2;
  padding-bottom: 35px;
}
@media (min-width: 769px) {
  #new .box-inner .detail {
    padding-bottom: 70px;
  }
}
#new .box-inner .new-slider.splide {
  opacity: 0;
  transition: 0.5s;
}
#new .line-bg {
  width: 86.6666666667vw;
  height: calc(100% + 8vw);
  position: absolute;
  top: -8vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media (min-width: 769px) {
  #new .line-bg {
    width: 66.1786237189vw;
    height: 31.4787701318vw;
    top: -6.149341142vw;
  }
}
#new .line-bg::before, #new .line-bg::after {
  content: "";
  position: absolute;
  background: #e1eef7;
  z-index: 10;
}
#new .line-bg::before {
  left: 0;
  bottom: 0;
  width: 24px;
  height: 0;
  transition: height 0.4s ease-out;
}
@media (min-width: 769px) {
  #new .line-bg::before {
    width: 65px;
  }
}
#new .line-bg::after {
  top: 0;
  left: 0;
  height: 24px;
  width: 0;
  transition: width 0.4s ease-out 0.4s;
}
@media (min-width: 769px) {
  #new .line-bg::after {
    height: 65px;
  }
}
#new .line-bg .line-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 0;
  background: #e1eef7;
  z-index: 10;
  transition: height 0.4s ease-out 0.8s;
}
@media (min-width: 769px) {
  #new .line-bg .line-right {
    width: 65px;
  }
}
#new .anm.line-bg::before {
  height: 100%;
}
#new .anm.line-bg::after {
  width: 100%;
}
#new .anm .line-right {
  height: 100%;
}

/*============================
#instagram
============================*/
#instagram {
  padding-top: 42.6666666667vw;
  padding-bottom: 42.6666666667vw;
}
@media (min-width: 769px) {
  #instagram {
    padding: 18.8140556369vw 0 19.0336749634vw;
  }
}
#instagram .insta-ttl {
  text-align: center;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "BASEGATE  SANS", sans-serif;
  font-size: 64px;
  letter-spacing: -0.09em;
  line-height: 72px;
  color: #006eb7;
}
@media (min-width: 769px) {
  #instagram .insta-ttl {
    font-size: 130px;
  }
}
#instagram .insta-wrapper {
  background: #fff4ef;
  position: relative;
  padding: 64px 0 60px;
}
@media (min-width: 769px) {
  #instagram .insta-wrapper {
    position: relative;
    background: #fff4ef;
    max-width: 1032px;
    margin: 0 auto;
    padding: min(8.78477306vw, 120px) min(5.1244509517vw, 70px);
  }
}
#instagram .box-inner p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  #instagram .box-inner p {
    text-align: center;
    margin-bottom: 50px;
  }
}
#instagram .box-inner .btn-link {
  background: #fff;
  border-bottom: 4px solid #006eb7;
}
@media (min-width: 769px) {
  #instagram .box-inner .btn-link {
    max-width: 584px;
    margin: 0 auto;
  }
}
#instagram .box-inner .btn-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 8px 20px 30px;
}
@media (min-width: 769px) {
  #instagram .box-inner .btn-link a {
    padding: 27px 40px;
    gap: 0;
  }
  #instagram .box-inner .btn-link a:hover .arrow img {
    animation-name: hoverArrow;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }
}
#instagram .box-inner .btn-link a .icon {
  width: 36px;
}
@media (min-width: 769px) {
  #instagram .box-inner .btn-link a .icon {
    margin-right: 20px;
  }
}
#instagram .box-inner .btn-link a .txt {
  font-size: 22px;
  font-weight: 500;
  color: #006eb7;
}
@media (min-width: 769px) {
  #instagram .box-inner .btn-link a .txt {
    font-size: 28px;
  }
}
#instagram .box-inner .btn-link a .arrow {
  margin-left: auto;
  margin-right: 0;
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #006EB7;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  #instagram .box-inner .btn-link a .arrow {
    margin-left: auto;
  }
}
#instagram .line-bg {
  width: 33.6vw;
  height: 33.6vw;
  position: absolute;
  z-index: -1;
}
@media (min-width: 769px) {
  #instagram .line-bg {
    width: 36.2371888726vw;
    height: 10.7613469985vw;
  }
}
#instagram .line-bg::before, #instagram .line-bg::after {
  content: "";
  position: absolute;
  z-index: 10;
}
#instagram .line-bg01 {
  top: 10.6666666667vw;
  left: 0;
}
#instagram .line-bg01::before, #instagram .line-bg01::after {
  background: #ffd2be;
}
#instagram .line-bg01::before {
  top: 0;
  left: 0;
  height: 24px;
  width: 0;
  transition: width 0.4s ease-out;
}
@media (min-width: 769px) {
  #instagram .line-bg01::before {
    height: 65px;
  }
}
#instagram .line-bg01::after {
  right: 0;
  top: 0;
  width: 24px;
  height: 0;
  transition: height 0.4s ease-out 0.4s;
}
@media (min-width: 769px) {
  #instagram .line-bg01::after {
    width: 65px;
  }
}
#instagram .line-bg01.anm::before {
  width: 100%;
}
#instagram .line-bg01.anm::after {
  height: 100%;
}
#instagram .line-bg02 {
  bottom: 0;
  right: 0;
}
@media (min-width: 769px) {
  #instagram .line-bg02 {
    width: 23.4260614934vw;
    height: 32.2108345534vw;
  }
}
#instagram .line-bg02::before, #instagram .line-bg02::after {
  background: #006EB7;
}
#instagram .line-bg02::before {
  top: 0;
  right: 0;
  height: 24px;
  width: 0;
  transition: width 0.4s ease-out;
}
@media (min-width: 769px) {
  #instagram .line-bg02::before {
    height: 65px;
  }
}
#instagram .line-bg02::after {
  left: 0;
  top: 0;
  width: 24px;
  height: 0;
  transition: height 0.4s ease-out 0.4s;
}
@media (min-width: 769px) {
  #instagram .line-bg02::after {
    width: 65px;
  }
}
#instagram .line-bg02.anm::before {
  width: 100%;
}
#instagram .line-bg02.anm::after {
  height: 100%;
}

/*============================
#tenant
============================*/
@media (min-width: 769px) {
  #tenant {
    display: flex;
  }
}
#tenant .txt-box {
  padding: 225px 24px 50px;
  background: #006eb7;
  color: #fff;
}
@media (min-width: 769px) {
  #tenant .txt-box {
    padding: 155px 24px 60px;
    width: 50%;
  }
}
#tenant .txt-box .tenant-ttl {
  font-family: "BASEGATE  SANS", sans-serif;
  font-size: min(23.5vw, 78px);
  letter-spacing: -0.09em;
  line-height: 72px;
  color: #ffd2be;
  position: absolute;
  top: -30px;
  left: 14px;
}
@media (min-width: 769px) {
  #tenant .txt-box .tenant-ttl {
    font-size: 130px;
    top: -73px;
    left: 70px;
    line-height: 1;
  }
}
#tenant .txt-box .top-txt {
  font-size: 20px;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  #tenant .txt-box .top-txt {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  #tenant .txt-box .shoplist-link {
    width: 352px;
    margin: 0 auto;
  }
}
#tenant .txt-box .shoplist-link .link-btn a {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  border-bottom: 4px solid #fff;
  padding-bottom: 16px;
}
@media (min-width: 769px) {
  #tenant .txt-box .shoplist-link .link-btn a {
    font-size: 30px;
    padding-bottom: 30px;
  }
  #tenant .txt-box .shoplist-link .link-btn a:hover .arrow img {
    animation-name: hoverArrow;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }
}
#tenant .txt-box .shoplist-link .link-btn a .arrow {
  margin-left: auto;
  margin-right: 0;
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #tenant .txt-box .shoplist-link .link-btn a .arrow {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 769px) {
  #tenant .img-box {
    width: 50%;
  }
}
/*============================
#btm-bg
============================*/
@media (max-width: 768px) {
  #btm-bg {
    min-height: 132vw;
  }
}
@media (min-width: 769px) {
  #btm-bg {
    height: 54.1727672035vw;
  }
}
@media (max-width: 768px) {
  #btm-bg .bg-image-fixed {
    background: url(../images/btmbg_sp.webp) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 769px) {
  #btm-bg .bg-image-fixed {
    background: url(../images/btmbg_pc.webp) no-repeat;
    background-size: cover;
  }
}

.page-ft {
  padding-top: 30px;
  padding-bottom: 40px;
  background: #f7fcff;
}
@media (min-width: 769px) {
  .page-ft {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.page-ft .box-inner .bnr-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .page-ft .box-inner .bnr-list {
    gap: 24px;
    margin-bottom: 30px;
  }
}
.page-ft .box-inner .bnr-list li {
  width: calc(50% - 5px);
}
@media (min-width: 769px) {
  .page-ft .box-inner .bnr-list li {
    width: calc(25% - 18px);
  }
}
.page-ft .box-inner .ft-note {
  font-size: 12px;
  color: #6c6c6c;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-note {
    text-align: right;
  }
}
.page-ft .box-inner .ft-box {
  margin-top: 70px;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 100px;
  }
}
.page-ft .box-inner .ft-box .ft-logo {
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-box .ft-logo {
    margin-bottom: 0;
  }
}
.page-ft .box-inner .ft-box .ft-logo img {
  width: 280px;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-box .ft-logo img {
    width: 328px;
  }
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-box .box-r {
    margin-left: auto;
  }
}
.page-ft .box-inner .ft-box .box-r .btn-ft {
  width: fit-content;
  margin: 0 auto 30px;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-box .box-r .btn-ft {
    margin: 0 0 30px auto;
  }
}
.page-ft .box-inner .ft-box .box-r .btn-ft a {
  color: #006eb7;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #006eb7;
}
.page-ft .box-inner .ft-box .box-r .btn-ft a .txt {
  font-size: 14px;
  color: #006eb7;
}
.page-ft .box-inner .ft-box .box-r .btn-ft a .arrow img {
  width: 27px;
  height: 27px;
}
.page-ft .box-inner .ft-box .box-r .copyright {
  font-family: "BASEGATE  SANS", sans-serif;
  font-size: 12px;
  letter-spacing: -0.09em;
  line-height: 36px;
  color: #006eb7;
  text-align: center;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-box .box-r .copyright {
    text-align: right;
    font-size: 14px;
  }
}

/* ANIMATIONS */
@keyframes hoverArrow {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(100%);
    opacity: 0;
  }
  51% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*# sourceMappingURL=_map/common.css.map */
