@charset "utf-8";

/* reset CSS */
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html {
  scroll-behavior: auto;
}
html,
body {
  height: 100%;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
#root,
#__next {
  isolation: isolate;
}
dl,
ol,
ul {
  margin-bottom: 0;
}
figure {
  margin-bottom: 0;
}

/* フォント読み込み */
@font-face {
  font-family: "Tsunagi Gothic";
  src: url("../assets/fonts/TsunagiGothic.ttf");
}

/* 基本設定 */
body {
  font-family: "Tsunagi Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
}
a,
a:hover {
  color: #000;
}
a:hover {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

/**--------------------------------
            上部固定
--------------------------------**/
.loading {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100svh;
  z-index: 100;
  background-color: #fff;
}
.loading img {
  width: 64px;
  height: 64px;
}
.logo {
  position: fixed;
  z-index: 19;
  left: 3rem;
  top: 3rem;
  width: 100px;
  height: 100px;
}
.logo img {
  width: 100%;
  height: 100%;
}
.menu_button {
  position: fixed;
  z-index: 20;
  right: 1.5rem;
  top: 1.5rem;
  width: 60px;
  height: 60px;
  background-image: url("../assets/images/menu_button.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.navigation {
  position: fixed;
  z-index: 12;
  right: 3rem;
  top: 3rem;
}
.navigation ul {
  list-style: none;
}
.navigation ul li {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  text-align: right;
}
.navigation ul li a {
  position: relative;
  text-decoration: none;
}
.navigation ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 0.8s ease-out;
}
.navigation ul li a:hover::before {
  transform: scaleX(1);
}

.navigation_sp {
  position: fixed;
  z-index: 18;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100svh;
  padding-top: 200px;
  background-color: #fff;
  transform: translateY(-100%);
  transition: all 1.2s ease-out;
}
.navigation_sp.active {
  transform: translateY(0);
}
.navigation_sp ul {
  padding-left: 2.5rem;
  list-style: none;
}
.navigation_sp ul li {
  margin-bottom: 2rem;
  font-size: 20px;
  font-weight: 700;
}
.navigation_sp ul li a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .logo {
    left: 0;
    right: 0;
    top: 2rem;
    width: 120px;
    height: 120px;
    margin: auto;
  }
  .navigation {
    display: none;
  }
}

.main_object {
  position: fixed;
  z-index: -1;
  right: -40px;
  bottom: -120px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  overflow: hidden;
  transform-origin: center;
}

@media screen and (max-width: 767px) {
  .main_object {
    right: -300px;
    top: 0;
    bottom: 0;
    width: 600px;
    height: 600px;
    margin: auto;
    transform-origin: left;
  }
}

.main_object_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: repeating-radial-gradient(
    circle at center,
    #fff,
    #fff 40px,
    #23ff15 40px,
    #23ff15 80px
  );
  animation: barber-anime-3 12s linear infinite 0.1s both;
}

.main_object .obj {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  /*
  animation: barber-anime 8s linear 1 0.1s forwards;
  background-color: #23ff15;
  will-change: animation;
  */
}

svg {
  position: absolute;
  z-index: -1;
}
/*
.main_object .object1 {
  background-color: #23ff15;
}
.main_object .object2 {
  background-color: #FFF;
}
*/
@keyframes barber-anime-3 {
  0% {
    transform: scale(1);
    background: repeating-radial-gradient(
      circle at center,
      #fff,
      #fff 40px,
      #23ff15 40px,
      #23ff15 80px
    );
  }
  10% {
    transform: scale(1.1);
    background: repeating-radial-gradient(
      circle at center,
      #fff,
      #fff 36.36px,
      #23ff15 36.36px,
      #23ff15 72.72px
    );
  }
  20% {
    transform: scale(1.2);
    background: repeating-radial-gradient(
      circle at center,
      #fff,
      #fff 33.33px,
      #23ff15 33.33px,
      #23ff15 66.66px
    );
  }
  50% {
    transform: scale(1.5);
    background: repeating-radial-gradient(
      circle at center,
      #fff,
      #fff 26.6666px,
      #23ff15 26.6666px,
      #23ff15 53.3333px
    );
  }
  100% {
    transform: scale(2);
    background: repeating-radial-gradient(
      circle at center,
      #fff,
      #fff 20px,
      #23ff15 20px,
      #23ff15 40px
    );
  }
}

@keyframes barber-anime {
  0% {
    transform: scale(0) rotate(0.1deg);
  }
  100% {
    transform: scale(1.05) rotate(0.1deg);
  }
}

@keyframes barber-anime-2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(2);
  }
}

/**--------------------------------
          ファーストビュー
--------------------------------**/
.fv {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding-top: clamp(60px, 6.25vw, 120px);
  padding-left: 80px;
}
.fv_inner {
  position: relative;
}
.fv_inner_title {
  font-size: clamp(56px, 12.5vw, 240px);
  line-height: 1;
}
.fv_inner_title span {
  display: block;
}
.fv_inner_title span .word {
  display: flex;
}
.fv_inner_new {
  position: absolute;
  left: -20px;
  top: -40px;
  width: 180px;
  height: 60px;
  transform-origin: center;
  animation: fv-anime 2.4s ease-out 1 0.1s alternate forwards;
}

@keyframes fv-anime {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  50% {
    transform: scaleY(1) rotate(-12deg);
    opacity: 1;
  }
  100% {
    transform: scaleY(1) rotate(-20deg);
    opacity: 1;
  }
}

@media screen and (max-width: 575px) {
  .fv {
    padding-top: 60px;
  }
  .fv_inner_title {
    font-size: 56px;
  }
}

.fv_inner_new span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #23ff15;
  text-align: center;
}
.fv_inner_new::before {
  position: absolute;
  content: "";
  left: 8px;
  top: 16px;
  bottom: 0;
  width: 2px;
  height: 20px;
  margin: auto;
  background: #23ff15;
  transform: rotate(-36deg);
}
.fv_inner_new span::before {
  position: absolute;
  content: "";
  left: 16px;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 24px;
  margin: auto;
  background: #23ff15;
  transform: rotate(-24deg);
}
.fv_inner_new::after {
  position: absolute;
  content: "";
  right: 8px;
  top: 16px;
  bottom: 0;
  width: 2px;
  height: 20px;
  margin: auto;
  background: #23ff15;
  transform: rotate(36deg);
}
.fv_inner_new span::after {
  position: absolute;
  content: "";
  right: 16px;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 24px;
  margin: auto;
  background: #23ff15;
  transform: rotate(24deg);
}

.fv_inner_title .pl {
  padding-left: clamp(14px, 3.125vw, 60px);
}
.fv_inner_title .letter {
  overflow: hidden;
}

.fv_inner_text {
  display: flex;
  gap: clamp(4.5px, 0.95vw, 18.75px);
  font-size: clamp(18px, 3.9vw, 75px);
  padding-left: clamp(18px, 3.9vw, 75px);
}
.fv_inner_text .word {
  display: flex;
  overflow: hidden;
}
.fv_inner_text .letter {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .fv {
    padding-left: 0;
  }
  .fv_inner_new {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .fv_inner_text {
    font-size: 18px;
  }
}

/**--------------------------------
          メッセージ部
--------------------------------**/
.message {
  position: relative;
  width: clamp(288px, 38.4vw, 432px);
  height: clamp(600px, 80vw, 900px);
  margin: 240px auto 480px;
}
.message_ja {
  display: flex;
  flex-wrap: wrap;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  line-height: clamp(144px, 19.2vw, 216px);
}
.message_ja strong {
  font-size: clamp(120px, 16vw, 180px);
  line-height: clamp(144px, 19.2vw, 216px);
}
.message_ja span {
  font-size: clamp(60px, 8vw, 120px);
  line-height: clamp(144px, 19.2vw, 216px);
}
.message_ja .ja05 {
  margin-top: clamp(240px, 32vw, 360px);
}
.message_ja .letter_ja {
  /* will-change: transform, opacity; */
}
.message_en {
  position: absolute;
  left: 0;
  bottom: 0;
  /* will-change: transform, opacity; */
}
.message_en .en01,
.message_en .en02 {
  margin-bottom: clamp(15px, 2vw, 24px);
}
.message_en span {
  display: inline-flex;
  padding: 0 8px;
  font-size: clamp(21px, 3.2vw, 36px);
  letter-spacing: clamp(3px, 0.4vw, 4.5px);
  color: #fff;
  background-color: #000;
  border-radius: 8px;
}

.message_en span .word {
  display: flex;
}
.message_en span .word:not(:last-child) {
  margin-right: clamp(18px, 2.25vw, 24px);
}

@media screen and (max-width: 767px) {
  .message {
    margin: 120px auto 0;
  }
}

@media screen and (max-width: 575px) {
  .message {
    width: 288px;
    height: 600px;
    margin: 120px auto 0;
  }
  .message_ja {
    line-height: 144px;
  }
  .message_ja strong {
    font-size: 120px;
    line-height: 144px;
  }
  .message_ja span {
    font-size: 60px;
    line-height: 144px;
  }
  .message_ja .ja05 {
    margin-top: 240px;
  }
  .message_en .en01,
  .message_en .en02 {
    margin-bottom: 15px;
  }
  .message_en span {
    font-size: 21px;
    letter-spacing: 3px;
  }
  .message_en span .word:not(:last-child) {
    margin-right: 18px;
  }
}

/* 事業内容 */
.project {
  width: 100%;
  margin: auto;
  padding-bottom: 240px;
}
.project_content {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  font-size: min(5vw, 60px);
  line-height: 1.8;
}
.project_list {
  position: relative;
  max-width: 1800px;
  height: min(120vw, 1680px);
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.project_list li {
  font-size: min(20vw, 280px);
  line-height: 1;
  transition: all 0.6s;
}

@media screen and (max-width: 767px) {
  .project {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .project_content {
    width: calc(100% - 4rem);
    max-width: 450px;
    margin: auto;
    font-size: min(5vw, 60px);
    line-height: 1.8;
  }
}

@media screen and (max-width: 575px) {
  .project_list {
    height: 227vw;
    overflow: hidden;
  }
  .project_list li {
    font-size: 36vw;
    line-height: 1;
  }
  .project_content {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

.item1 {
  position: absolute;
  left: min(8vw, 112px);
  top: 0;
  letter-spacing: max(-4vw, -56px);
}
.item1.active,
.item2.active,
.item5.active,
.item7.active,
.item8.active {
  animation: item-anime 1.5s 1 ease-in-out 0.1s alternate forwards;
}
.item3.active,
.item4.active,
.item6.active {
  animation: item-anime-reverse 1.5s 1 ease-in-out 0.1s alternate forwards;
}
.item2 {
  position: absolute;
  left: min(8vw, 112px);
  top: min(18vw, 252px);
}
.item3 {
  position: absolute;
  left: min(48vw, 672px);
  top: min(18vw, 252px);
  letter-spacing: max(-4vw, -56px);
}
.item4 {
  position: absolute;
  right: min(16vw, 224px);
  top: min(36vw, 504px);
}
.item5 {
  position: absolute;
  left: min(2vw, 28px);
  top: min(54vw, 756px);
  letter-spacing: max(-6vw, -84px);
}
.item6 {
  position: absolute;
  left: min(16vw, 224px);
  top: min(72vw, 1008px);
}
.item7 {
  position: absolute;
  left: min(8vw, 112px);
  top: min(90vw, 1260px);
  font-size: min(16vw, 224px) !important;
  letter-spacing: max(-4vw, -56px);
}
.item8 {
  position: absolute;
  left: min(8vw, 112px);
  top: min(105vw, 1470px);
  font-size: min(16vw, 224px) !important;
  letter-spacing: max(-2vw, -28px);
}

@keyframes item-anime {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(1px, 2px) rotate(-0.5deg);
  }
  20% {
    transform: translate(3px, 0px) rotate(0.5deg);
  }
  30% {
    transform: translate(4px, 2px) rotate(-0.5deg);
  }
  40% {
    transform: translate(6px, 0px) rotate(0.5deg);
  }
  50% {
    transform: translate(7px, 2px) rotate(-0.5deg);
  }
  60% {
    transform: translate(9px, 0px) rotate(0.5deg);
  }
  70% {
    transform: translate(10px, 2px) rotate(-0.5deg);
  }
  80% {
    transform: translate(12px, 0px) rotate(0.5deg);
  }
  90% {
    transform: translate(13px, 2px) rotate(-0.5deg);
  }
  100% {
    transform: translate(15px, 0) rotate(0.5deg);
  }
}

@keyframes item-anime-reverse {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-1px, 2px) rotate(0.5deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(-0.5deg);
  }
  30% {
    transform: translate(-4px, 2px) rotate(0.5deg);
  }
  40% {
    transform: translate(-6px, 0px) rotate(-0.5deg);
  }
  50% {
    transform: translate(-7px, 2px) rotate(0.5deg);
  }
  60% {
    transform: translate(-9px, 0px) rotate(-0.5deg);
  }
  70% {
    transform: translate(-10px, 2px) rotate(0.5deg);
  }
  80% {
    transform: translate(-12px, 0px) rotate(-0.5deg);
  }
  90% {
    transform: translate(-13px, 2px) rotate(0.5deg);
  }
  100% {
    transform: translate(-15px, 0) rotate(-0.5deg);
  }
}

@media screen and (max-width: 575px) {
  .item1 {
    left: -1vw;
    top: 0;
    width: 102vw;
    font-size: 30vw;
    letter-spacing: -4vw;
  }
  .item2 {
    position: absolute;
    left: auto;
    right: -8vw;
    top: 32vw;
    text-align: right;
  }
  .item3 {
    position: absolute;
    left: 0;
    top: 64vw;
    letter-spacing: -4vw;
  }
  .item4 {
    position: absolute;
    left: 12vw;
    right: 0;
    top: 96vw;
  }
  .item5 {
    position: absolute;
    left: 0;
    top: 128vw;
    width: 102vw;
    font-size: 31vw !important;
    letter-spacing: -6vw;
  }
  .item6 {
    position: absolute;
    left: auto;
    right: -4vw;
    top: 156vw;
    text-align: right;
  }
  .item7 {
    left: 0;
    top: 188vw;
    font-size: 21vw !important;
    letter-spacing: -5vw;
  }
  .item8 {
    left: 0;
    top: 208vw;
    font-size: 21vw !important;
    letter-spacing: -5vw;
  }
}

/* 会社概要 */
.company {
  padding: 200px 0 160px;
  color: #fff;
  background-color: #000;
}
.company_title {
  text-align: center;
  font-size: 60px;
  margin-bottom: 72px;
}
.company_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 750px;
  margin: auto;
}
.company_list dt {
  position: relative;
  width: 200px;
  font-size: 30px;
  line-height: 3;
}
.company_list dt::after {
  position: absolute;
  content: "：";
  right: 10px;
  top: 0;
}
.company_list dd {
  width: 550px;
  font-size: 30px;
  line-height: 3;
}

@media screen and (max-width: 767px) {
  .company {
    padding: 120px 0 80px;
  }
  .company_title {
    font-size: 48px;
    margin-bottom: 60px;
  }
  .company_list {
    width: 100%;
  }
  .company_list dt {
    position: relative;
    width: 100%;
    font-size: 30px;
    line-height: 2;
    text-align: center;
  }
  .company_list dt::after {
    position: relative;
    content: "";
  }
  .company_list dd {
    width: 100%;
    font-size: 30px;
    line-height: 2;
    text-align: center;
  }
  .company_list dd:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .sp-none {
    display: none;
  }
}

/* クリエイター */
.creator {
  position: relative;
  padding: clamp(120px, 14vw, 250px) 0;
  background-color: #23ff15;
}
.creator_title {
  margin-bottom: 10px;
  font-size: 45px;
  text-align: center;
}
.creator_name {
  margin-bottom: 64px;
  font-size: clamp(45px, 4.5vw, 90px);
  text-align: center;
  cursor: pointer;
}
.creator_name .word {
  display: flex;
  justify-content: center;
}
.creator_slogan {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2rem);
  height: 80px;
  margin: auto;
}
.creator_slogan_text {
  font-size: 54px;
  line-height: 1;
  text-align: center;
}
.creator_slogan_text .word {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .creator_title {
    font-size: 30px;
  }
  .creator_slogan_text {
    font-size: 30px;
    line-height: 1.8;
  }
  .creator_slogan_text .word:nth-child(1) .letter:first-child {
    padding-right: 8px;
  }
  .creator_slogan_text .word:nth-child(2) {
    padding-left: 40px;
  }
  .creator_slogan_text .word:nth-child(2) .letter:last-child {
    padding-left: 8px;
  }
}
@media screen and (max-width: 575px) {
  .creator {
    padding: 120px 0;
  }
  .creator_name {
    font-size: 45px;
  }
}

/* お問い合わせ */
.contact {
  padding: 200px 0;
  background-color: #e8e8e8;
}
.contact_title {
  text-align: center;
  font-size: 60px;
  color: #23ff15;
  margin-bottom: 72px;
}
.contact_form {
  width: 750px;
  margin: auto;
}
.contact_form dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.contact_form dt {
  width: 200px;
  margin-bottom: 40px;
  padding-right: 20px;
  color: #23ff15;
  font-size: 42px;
  line-height: 60px;
  text-align: right;
}
.contact_form dd {
  width: 550px;
  margin-bottom: 40px;
}
.contact_form dd input[type="text"] {
  width: 100%;
  height: 60px;
  font-size: 24px;
  padding: 0 20px;
  background-color: #23ff15;
  border: none;
}
.contact_form dd textarea {
  width: 100%;
  height: 240px;
  font-size: 24px;
  padding: 20px;
  background-color: #23ff15;
  border: none;
}
.contact_form_error {
  margin-top: 10px;
  color: #ff3300;
  font-size: 20px;
}
.contact_agreement {
  display: flex;
  align-items: center;
}
.contact_agreement input[type="checkbox"] {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 24px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact_agreement input[type="checkbox"]::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-color: #23ff15;
}
.contact_agreement input[type="checkbox"]:checked:after {
  position: absolute;
  top: 4px;
  left: 14px;
  transform: rotate(50deg);
  width: 12px;
  height: 24px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
.contact_agreement label {
  font-size: 24px;
  color: #23ff15;
}
.contact_submit {
  width: 100%;
  height: 240px;
  margin-top: 40px;
  font-size: 48px;
  color: #e8e8e8;
  background-color: #23ff15;
  border: none;
}
.contact_submit:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 100px 0;
  }
  .contact_title {
    font-size: 48px;
    margin-bottom: 60px;
  }
  .contact_form {
    width: calc(100% - 4rem);
  }
  .contact_form dt {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    text-align: center;
  }
  .contact_form dd {
    width: 100%;
    margin-bottom: 60px;
  }
  .contact_form dd.mb-0 {
    margin-bottom: 0;
  }
  .contact_form dd input[type="text"] {
    font-size: 20px;
  }
  .contact_form dd textarea {
    font-size: 20px;
  }
  .contact_agreement {
    justify-content: center;
  }
  .contact_agreement input[type="checkbox"] {
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 24px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .contact_agreement input[type="checkbox"]::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-color: #23ff15;
  }
  .contact_agreement input[type="checkbox"]:checked:after {
    position: absolute;
    top: 4px;
    left: 14px;
    transform: rotate(50deg);
    width: 12px;
    height: 24px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    content: "";
  }
  .contact_agreement label {
    font-size: 20px;
    color: #23ff15;
  }
  .contact_submit {
    height: 180px;
    margin-top: 40px;
    font-size: 40px;
  }
}

.thanks {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100svh;
}
.thanks_content {
  max-width: 720px;
}
.thanks_content_text {
  font-size: 24px;
  text-align: center;
}
.thanks_content_list {
  margin-top: 1rem;
  padding-left: 1rem;
}
.thanks_content_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 160px;
  margin: 40px auto 0;
  font-size: 48px;
  color: #e8e8e8;
  background-color: #23ff15;
  border: none;
  text-decoration: none;
}
.thanks_content_button:hover {
  color: #e8e8e8;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .thanks_content {
    max-width: 330px;
  }
  .thanks_content_text {
    font-size: 18px;
    text-align: left;
  }
  .thanks_content_button {
    width: 300px;
    height: 135px;
    margin: 30px auto 0;
    font-size: 36px;
  }
}

/* フッター */
.footer {
  padding: 240px 0 80px;
  background-color: #23ff15;
}
.footer_logo {
  width: calc(100% - 4rem);
  max-width: 840px;
  margin: 0 auto 120px;
}
.footer_content {
  display: flex;
  flex-wrap: wrap;
}
.footer_copyright {
  width: 100%;
  font-size: 48px;
  letter-spacing: 2px;
  text-align: center;
}
.footer_navi {
  display: flex;
  margin: 80px 40px 0 auto;
  padding-left: 0;
  list-style: none;
  text-align: right;
}
.footer_navi li {
  position: relative;
  font-size: 24px;
}
.footer_navi li::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform-origin: center;
  transform: scaleX(0);
  transition: all 0.8s ease-out;
}
.footer_navi li:hover::before {
  transform: scaleX(1);
}
.footer_navi li:not(:last-child) {
  margin-right: 40px;
}
.footer_navi li a {
  text-decoration: none;
}

@keyframes border-anime {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 160px 0 80px;
  }
  .footer_logo {
    margin: 0 auto 80px;
  }
  .footer_copyright {
    order: 2;
    font-size: 24px;
    letter-spacing: 1.25px;
  }
  .footer_navi {
    order: 1;
    display: block;
    margin: 0 auto 80px;
    padding-left: 0;
    list-style: none;
    text-align: center;
  }
  .footer_navi li {
    font-size: 24px;
    text-align: center;
  }
  .footer_navi li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
