@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

body {
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #444444;
}

a img {
  border: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

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

ul,
li,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

input,
label,
select,
textarea {
  vertical-align: middle;
}

button {
  color: unset;
  background-color: unset;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 13px;
  color: #444444;
  letter-spacing: 0;
}
@media all and (min-width: 751px) {
  body {
    font-size: 14px;
  }
}

:root {
  --header_height: 60px;
}
@media all and (min-width: 751px) {
  :root {
    --header_height: 95px;
  }
}

main {
  margin-top: var(--header_height);
}

.inner {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 40px;
}
@media all and (max-width: 750px) {
  .inner {
    padding: 0 20px;
  }
}

.for_sp {
  display: block;
}
@media all and (min-width: 751px) {
  .for_sp {
    display: none;
  }
}

.for_pc {
  display: none;
}
@media all and (min-width: 751px) {
  .for_pc {
    display: block;
  }
}

/*----------------------------------------------------
下層ページ共通
----------------------------------------------------*/
.mv_common {
  position: relative;
}
.mv_common .mv_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.mv_common .mv_text span {
  display: block;
  font-size: clamp(16px, 2.08vw, 30px);
  margin-bottom: 10px;
}
.mv_common .page_title {
  font-size: clamp(33px, 3.89vw, 56px);
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.mv_common .mv_text_sub {
  font-size: clamp(14px, 1.81vw, 26px);
}

.sec_title {
  font-size: clamp(25px, 2.92vw, 42px);
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
}

.sec_text {
  text-align: center;
  margin-top: 10px;
}
.sec_text span {
  display: inline;
  color: #fff;
  background-color: #333;
  margin: 20px auto 0;
  padding: 2px 15px;
  font-size: clamp(18px, 2.5vw, 36px);
  font-weight: 600;
  position: relative;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 2;
}

.sec_text_sub {
  text-align: center;
  line-height: 2.2;
  font-size: clamp(13px, 1.53vw, 22px);
  font-weight: 400;
  margin: clamp(30px, 2.78vw, 40px) 0;
}

.sec_text_mini {
  text-align: center;
  line-height: 2.2;
  font-size: clamp(13px, 1.53vw, 18px);
  font-weight: 400;
  margin: clamp(15px, 2.78vw, 20px) 0 40px;
}
@media all and (max-width: 750px) {
  .sec_text_mini {
    margin: clamp(15px, 2.78vw, 20px) 0 20px;
  }
}

a.more_btn {
  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;
  width: min(227px, 100% - 48px);
  min-height: 60px;
  border-radius: 999px;
  background: #111111;
  color: #fff;
  font-size: clamp(13px, 1.25vw, 18px);
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 751px) {
  a.more_btn {
    width: 214px;
  }
}
@media all and (max-width: 750px) {
  a.more_btn {
    min-height: 35px;
    width: min(140px, 100% - 48px);
    margin: 0 auto;
  }
}
a.more_btn:hover {
  background: #fff;
  color: #444444;
}
a.more_btn:hover span {
  color: #444444;
}

.anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin: 40px 0;
}
@media all and (max-width: 750px) {
  .anchor_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin: 20px 0;
  }
}
.anchor_list li {
  width: calc(50% - 20px);
}
@media all and (max-width: 750px) {
  .anchor_list li {
    width: 100%;
  }
}
.anchor_list li a {
  padding: 20px;
  gap: 15px;
  background: #BE6DA7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: clamp(25px, 3.472vw, 50px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (max-width: 750px) {
  .anchor_list li a {
    padding: 12px;
    border-radius: 6.5vw;
    gap: 10px;
  }
}
.anchor_list li a .anchor_img {
  width: 28%;
}
.anchor_list li a .anchor_num_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media all and (max-width: 750px) {
  .anchor_list li a .anchor_num_wrap {
    gap: 10px;
  }
}
.anchor_list li a .anchor_num {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: clamp(21px, 5.21vw, 39px);
  color: #fff;
}
.anchor_list li a .anchor_num span {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: clamp(24px, 6vw, 44px);
}
.anchor_list li a .anchor_title {
  background: #fff;
  font-size: clamp(16px, 4vw, 28px);
  padding: 0px 5px;
}
.anchor_list li a .anchor_text_sub {
  color: #fff;
  font-size: clamp(10px, 2.5vw, 17px);
}
.anchor_list li a:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeLeftAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeLeftAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeRightAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeRightAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideToRight {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes slideToRight {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@-webkit-keyframes slideToLeft {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes slideToLeft {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0);
  }
}
.fadeUp {
  -webkit-animation: fadeUpAnime 0.6s forwards;
          animation: fadeUpAnime 0.6s forwards;
  opacity: 0;
}

.fadeLeft {
  -webkit-animation: fadeLeftAnime 0.6s forwards;
          animation: fadeLeftAnime 0.6s forwards;
  opacity: 0;
}

.fadeRight {
  -webkit-animation: fadeRightAnime 0.6s forwards;
          animation: fadeRightAnime 0.6s forwards;
  opacity: 0;
}

.fadeIn {
  -webkit-animation: fadeInAnime 0.6s forwards;
          animation: fadeInAnime 0.6s forwards;
  opacity: 0;
}

.delay02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media all and (min-width: 751px) {
  .delay02_pc {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .delay04_pc {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .delay06_pc {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .delay08_pc {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger,
.fadeInTrigger {
  opacity: 0;
}

.delayScroll > * {
  opacity: 0;
}

html {
  -webkit-animation: fadeInAnime 0.8s forwards;
          animation: fadeInAnime 0.8s forwards;
  opacity: 0;
}

body.navOpen {
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header_height);
  background-color: #A9CDCE;
  z-index: 100;
}
header .header_inner {
  height: 100%;
  padding: 0 30px;
}
@media all and (max-width: 750px) {
  header .header_inner {
    padding: 0 15px;
  }
}

.logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 175px;
}
@media all and (max-width: 750px) {
  .logo {
    width: 88px;
  }
}
.logo a {
  display: block;
}
.logo a img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 1.7vw, 30px);
  height: 100%;
}
.nav_wrap ul {
  margin-left: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav_wrap > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: clamp(12px, 1.111vw, 16px);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
@media all and (max-width: 1000px) {
  .nav_wrap > li:not(.entry) {
    display: none;
  }
}
.nav_wrap > li > a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.nav_wrap > li > a span {
  position: relative;
}
.nav_wrap > li > a span::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav_wrap > li > a:hover span::after {
  width: 100%;
}
.nav_wrap > li:hover .sub_nav {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  pointer-events: auto;
}
.nav_wrap > li.entry {
  height: 45px;
}
@media all and (max-width: 750px) {
  .nav_wrap > li.entry {
    height: 29px;
  }
}
.nav_wrap > li.entry a {
  border-radius: 50px;
  background: #fff;
  color: #A9CDCE;
  padding: 0 clamp(20px, 4.3vw, 65px);
  border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav_wrap > li.entry a:hover {
  background: #A9CDCE;
  color: #fff;
}

.sub_nav {
  position: fixed;
  top: var(--header_height);
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 100%;
  padding: 50px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate(-50%, 16px);
          transform: translate(-50%, 16px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sub_nav li {
  width: min(100%, 200px);
}
.sub_nav li a {
  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;
  gap: 16px;
}
.sub_nav li a .sub_nav_img {
  overflow: hidden;
  border-radius: 30px;
}
.sub_nav li a img {
  aspect-ratio: 200/140;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sub_nav li a span {
  font-size: clamp(16px, 1.111vw, 16px);
  color: #444444;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
}
.sub_nav li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.openbtn {
  display: none;
  position: relative;
  aspect-ratio: 1;
  width: 48px;
  z-index: 120;
}
@media all and (max-width: 1000px) {
  .openbtn {
    display: block;
  }
}
.openbtn.open span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.openbtn.open span:nth-child(2) {
  opacity: 0;
}
.openbtn.open span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.openbtn span {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.openbtn span:nth-child(1) {
  top: calc(50% - 9px);
}
.openbtn span:nth-child(2) {
  top: 50%;
}
.openbtn span:nth-child(3) {
  top: calc(50% + 9px);
}

.nav_wrap_sp {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100dvh - var(--header_height));
  background-color: #A9CDCE;
  top: var(--header_height);
  left: 0;
  z-index: 110;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav_wrap_sp.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media all and (max-width: 1000px) {
  .nav_wrap_sp {
    display: block;
  }
}

.nav_sp {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav_sp > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  border-top: 1px solid #CEE3E3;
}
.nav_sp > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 64px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.nav_sp > li .sub_open {
  display: block;
  width: 15px;
  height: 15px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.nav_sp > li .sub_open span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav_sp > li .sub_open span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.nav_sp > li .sub_open.open span:first-child {
  opacity: 0;
}
.nav_sp > li.entry {
  border-bottom: 1px solid #CEE3E3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav_sp > li.entry a {
  color: #A9CDCE;
  background: #fff;
  width: 80%;
  border-radius: 50px;
  margin: 40px 0;
  position: relative;
  min-height: 58px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav_sp > li.entry a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #A9CDCE;
}
.nav_sp .sub_nav {
  position: static;
  left: auto;
  top: auto;
  display: none;
  width: calc(100% + 80px);
  margin: 0 -40px;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: none;
          transform: none;
}
.nav_sp .sub_nav li {
  width: 100%;
  border-top: 1px solid #e5e5e5;
}
.nav_sp .sub_nav li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 44px 18px 60px;
  color: #444444;
}
.nav_sp .sub_nav li a .sub_nav_img {
  display: none;
}
.nav_sp .sub_nav li a span {
  font-size: 15px;
  font-weight: 300;
  text-align: left;
}
.nav_sp .arrow_w, .nav_sp .arrow_bk {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 28px;
}
.nav_sp .arrow_w::after, .nav_sp .arrow_bk::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 12px;
  background-image: url(../images/common/nav/nav_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.nav_sp .arrow_w::after {
  background-image: url(../images/common/nav/nav_arrow.svg);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  right: 28px;
}

footer {
  background-color: #A9CDCE;
}

.foot_company {
  padding: 60px 0;
  border-bottom: 1px solid #CEE3E3;
}
@media all and (max-width: 750px) {
  .foot_company {
    padding: 50px 0 40px;
  }
}

.foot_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media all and (min-width: 751px) {
  .foot_sns {
    gap: 30px;
  }
}
.foot_sns li {
  width: 30px;
}
@media all and (min-width: 751px) {
  .foot_sns li {
    width: 44px;
  }
}
.foot_sns li a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.foot_sns li a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.foot_company_txt {
  color: #fff;
  text-align: center;
  margin: 10px 0;
}
@media all and (min-width: 751px) {
  .foot_company_txt {
    margin: 20px 0;
  }
}
.foot_company_txt span {
  font-size: 16px;
}
@media all and (min-width: 751px) {
  .foot_company_txt span {
    font-size: 21px;
  }
}
.foot_company_txt p {
  margin-top: 10px;
  line-height: 2;
}
.foot_company_txt a {
  color: #fff;
}

.foot_privacy_link {
  display: block;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.foot_privacy_link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.foot_privacy_link:hover::after {
  width: 0%;
}

.foot_copy {
  color: #fff;
  text-align: center;
  font-size: 11px;
  padding: 20px 0;
}
@media all and (min-width: 751px) {
  .foot_copy {
    font-size: 14px;
  }
}

.cta {
  position: relative;
  overflow: hidden;
  background: #444444;
  padding: 130px 34px 90px;
  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;
  min-height: 400px;
  background: #D6D6D6;
}
@media all and (max-width: 750px) {
  .cta {
    min-height: 270px;
    padding: 60px 20px 40px;
  }
}

.cta_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.cta_shine {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cta_shine_track {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: shineMove 20s linear infinite;
          animation: shineMove 20s linear infinite;
  width: 100%;
  height: 15%;
  gap: 40px;
}
@media all and (max-width: 750px) {
  .cta_shine_track {
    width: 210%;
    margin-top: 30px;
  }
}
.cta_shine_track img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cta_content {
  position: relative;
  z-index: 3;
  width: 100%;
  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;
  aspect-ratio: 2207/282;
  height: 280px;
}
@media all and (max-width: 750px) {
  .cta_content {
    aspect-ratio: auto;
    height: 150px;
  }
}
.cta_content::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/mv_catch.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(480px, 100% - 40px);
  aspect-ratio: 577/274;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
@media all and (max-width: 750px) {
  .cta_content::after {
    width: min(320px, 100% - 40px);
  }
}

.cta_img_track {
  width: 214%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: ctaImageLoop 40s linear infinite;
          animation: ctaImageLoop 40s linear infinite;
  gap: 30px;
}
@media all and (max-width: 750px) {
  .cta_img_track {
    -webkit-animation: ctaImageLoop 30s linear infinite;
            animation: ctaImageLoop 30s linear infinite;
  }
}

.cta_img {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cta_img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 750px) {
  .cta_img img {
    width: 260%;
    height: 120%;
  }
}

.cta_entry_btn {
  position: absolute;
  bottom: -25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #111111;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: bold;
  width: 330px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.08em;
}
@media all and (max-width: 750px) {
  .cta_entry_btn {
    width: 165px;
    font-size: 13px;
    padding: 12px 0px;
  }
}
.cta_entry_btn::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(../images/common/arrow_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (max-width: 750px) {
  .cta_entry_btn::after {
    right: 15px;
    width: 9px;
    height: 9px;
  }
}
.cta_entry_btn:hover {
  background: #fff;
  color: #111111;
}
.cta_entry_btn:hover::after {
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.cta_entry_arrow {
  display: inline-block;
  font-size: 1.2em;
  -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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@-webkit-keyframes shineMove {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes shineMove {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes ctaImageLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes ctaImageLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}