@charset "UTF-8";
/* default.css 2.0 by © ARTI FACTORY last update 2011.11.10 */
/* ------------------------------------------------------------ Initialization of the browser style */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
span.strong,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
hr {
  padding: 0;
  margin: 0;
  /*zoom: 1;*/
  font-style: normal;
  font-weight: normal;
}

/* ------------------------------------------------------------ body reset */
* {
  box-sizing: border-box;
}

table {
  font-size: 100%;
}

strong {
  font-weight: normal;
}

/* ------------------------------------------------------------ Table Elements */
table,
th,
td {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ------------------------------------------------------------ Form Elements */
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

button {
  border: 0;
}
button:disabled {
  cursor: not-allowed !important;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: unset !important;
}

label {
  cursor: pointer;
}

/* ------------------------------------------------------------ etc */
a,
fieldset,
img {
  border: 0;
  text-decoration: none;
}

ul li {
  list-style-type: none;
}

/* ------------------------------------------------------------ img */
*:first-child + html img {
  vertical-align: bottom;
}

* html img {
  vertical-align: bottom;
}

img {
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
}

/* ------------------------------------------------------------ input */
input {
  vertical-align: middle;
  display: inline;
  margin: 0;
  padding: 0;
}

input:focus {
  outline: unset;
}

*:first-child + html input {
  vertical-align: middle;
}

* html input {
  vertical-align: middle;
}

/* ------------------------------------------------------------ select */
select {
  vertical-align: middle;
}

*:first-child + html select {
  vertical-align: middle;
}

* html select {
  vertical-align: middle;
}

.SP {
  display: none !important;
}

.line_vertical_rl {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

@media (max-width: 1366px) {
  .count-scroll {
    left: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .PC {
    display: none !important;
  }
  .SP {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .SP {
    display: block !important;
  }
  .PC {
    display: none !important;
  }
  .inner {
    width: 100% !important;
  }
}
@media (min-width: 1100px) {
  .w_lg {
    width: 1004px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1099px) {
  .w_md {
    width: calc(100vw - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1099px) and (max-width: 360px) {
  .w_md {
    width: calc(100vw - 10px);
  }
}
@font-face {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "Zen-Kaku-Gothic-New-Black";
  src: url(../fonts/ZenKakuGothicNew-Black.ttf);
}
@font-face {
  font-family: "Zen-Kaku-Gothic-New-Bold";
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: "Zen-Kaku-Gothic-New-Light";
  src: url(../fonts/ZenKakuGothicNew-Light.ttf);
}
@font-face {
  font-family: "Zen-Kaku-Gothic-New-Regular";
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: "Zen-Old-Mincho-Regular";
  src: url(../fonts/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "CormorantSC-Bold";
  src: url(../fonts/CormorantSC-Bold.ttf);
}
@font-face {
  font-family: "CormorantSC-Light";
  src: url(../fonts/CormorantSC-Light.ttf);
}
@font-face {
  font-family: "CormorantSC-Medium";
  src: url(../fonts/CormorantSC-Medium.ttf);
}
@font-face {
  font-family: "CormorantSC-Regular";
  src: url(../fonts/CormorantSC-Regular.ttf);
}
@font-face {
  font-family: "CormorantSC-SemiBold";
  src: url(../fonts/CormorantSC-SemiBold.ttf);
}
.pagination_g {
  margin-top: 15rem;
}
.pagination_g ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin: unset;
}
.pagination_g ul li {
  font-size: 2rem;
  line-height: 100%;
  font-family: "Zen-Kaku-Gothic-New-Medium";
}
.pagination_g ul li.active {
  position: relative;
}
.pagination_g ul li.active::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #C83A1C;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.pagination_g ul li a {
  color: #000000;
  margin-top: 1rem;
}
.pagination_g ul li a.prev {
  margin-right: 2rem;
}
.pagination_g ul li a.next {
  margin-left: 2rem;
}
.pagination_g ul li a.prev, .pagination_g ul li a.next {
  font-size: 1.6rem;
  padding: 11px 17.15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid #6E6E6E;
}
.pagination_g ul li a.prev span, .pagination_g ul li a.next span {
  margin-top: -2px;
}
.pagination_g ul li a.prev > img, .pagination_g ul li a.next > img {
  margin-top: 2px;
}

@media screen and (max-width: 768px) {
  .pagination_g {
    margin-top: 6rem;
  }
  .pagination_g ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin: unset;
  }
  .pagination_g ul li {
    font-size: 1.6rem;
    line-height: 100%;
    font-family: "Zen-Kaku-Gothic-New-Medium";
  }
  .pagination_g ul li.active {
    position: relative;
  }
  .pagination_g ul li.active::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #C83A1C;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .pagination_g ul li a {
    color: #000000;
    margin-top: 1rem;
  }
  .pagination_g ul li a.prev, .pagination_g ul li a.next {
    padding: 11px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid #6E6E6E;
  }
}
@keyframes ripple {
  0% {
    width: 128px;
    height: 128px;
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    width: 192px;
    height: 192px;
    opacity: 0;
  }
}
@keyframes translate {
  0% {
    transform: translateX(500px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes bottom_to_top {
  0% {
    opacity: 0;
    transition: 2s all;
    transform: translateY(300px);
  }
  100% {
    opacity: 1;
    transition: 2s all;
    transform: translateY(0);
  }
}
@keyframes top_to_bottom {
  0% {
    transform: translateY(-1000px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes left_to_right {
  0% {
    transform: translateX(-1000px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes right_to_left {
  0% {
    transform: translateX(1000px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes small_to_big {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes translateX {
  0% {
    opacity: 0;
    transform: translateX(100vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.line_bottom_title {
  position: relative;
}
.line_bottom_title::after {
  width: 14px;
  height: 1px;
  background-color: #C83A1C;
  position: absolute;
  left: 0;
  bottom: -21px;
  display: inline-block;
  content: "";
}

@media screen and (max-width: 1599px) {
  .line_bottom_title {
    position: relative;
  }
  .line_bottom_title::after {
    width: 11.38px;
    height: 0.8px;
    background-color: #C83A1C;
    position: absolute;
    left: 0;
    bottom: -16.25px;
    display: inline-block;
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .line_bottom_title {
    position: relative;
  }
  .line_bottom_title::after {
    width: 14px;
    height: 1px;
    background-color: #C83A1C;
    position: absolute;
    left: 0;
    bottom: -20px;
    display: inline-block;
    content: "";
  }
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
}

.site-header {
  transition: transform 0.35s ease, background 0.35s ease;
  opacity: 1;
  transform: translateY(0);
  padding: 4rem;
  padding-top: 3.7rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 100%);
}
.site-header.is_fix_black .menu_header .flex .menu-toggle {
  border-color: #000000;
}
.site-header.is_fix_black .menu_header .flex .menu-toggle .hamburger .line.line-top, .site-header.is_fix_black .menu_header .flex .menu-toggle .hamburger .line.line-mid, .site-header.is_fix_black .menu_header .flex .menu-toggle .hamburger .line.line-bot {
  background-color: #000000;
}
.site-header.menu-open {
  height: 100dvh;
  backdrop-filter: unset !important;
  -webkit-backdrop-filter: unset !important;
}
.site-header.menu-open .menu_header .flex .logo .logo-main {
  display: none;
  visibility: hidden;
}
.site-header.menu-open .menu_header .flex .logo .logo-open {
  display: block !important;
  visibility: inherit !important;
}
.site-header.menu-open .menu_header .flex .menu-toggle {
  border-color: #ffffff;
}
.site-header.menu-open .menu_header .flex .menu-toggle .hamburger .line.line-top, .site-header.menu-open .menu_header .flex .menu-toggle .hamburger .line.line-mid, .site-header.menu-open .menu_header .flex .menu-toggle .hamburger .line.line-bot {
  background-color: #ffffff;
}
.site-header.has-fixed {
  opacity: 0;
  transform: translateY(-16px);
}
.site-header.is-fixed {
  opacity: 1;
  transform: translateY(0);
  position: fixed;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
}
.site-header.is-fixed .menu-toggle {
  border: 1px solid #000000;
}
.site-header.is-fixed .menu-toggle .hamburger .line {
  background-color: #000000;
}
.site-header.is-fixed::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0) 100%);
}
.site-header.is-fixed .menu_header .flex .list_menu .top-list .item a {
  color: #000000;
}
.site-header.is-fixed .menu_header .flex .list_menu .bottom-list .item a {
  color: #000000;
}
.site-header.is-fixed .menu_header .flex .list_menu .bottom-list .item:last-child a {
  color: #fff;
}
.site-header .menu_header .flex {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 9999;
}
.site-header .menu_header .flex .logo .logo-open {
  display: none;
  visibility: hidden;
}
.site-header .menu_header .flex .logo {
  max-width: 23rem;
}
.site-header .menu_header .flex .list_menu {
  max-width: 83.3rem;
}
.site-header .menu_header .flex .list_menu .top-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  gap: 1.9rem;
  margin: 0;
  margin-bottom: 1.8rem;
}
.site-header .menu_header .flex .list_menu .top-list .item a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  font-family: "Zen-Kaku-Gothic-New-Medium";
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.5;
}
.site-header .menu_header .flex .list_menu .top-list .item a span {
  display: inline-block;
  position: relative;
  transform: translateY(0);
}
.site-header .menu_header .flex .list_menu .top-list .item a span::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.site-header .menu_header .flex .list_menu .top-list .item:hover a span {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}
.site-header .menu_header .flex .list_menu .bottom-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 2.5rem;
  margin: 0;
}
.site-header .menu_header .flex .list_menu .bottom-list .item {
  position: relative;
  z-index: 999999;
}
.site-header .menu_header .flex .list_menu .bottom-list .item a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  font-family: "Zen-Kaku-Gothic-New-Medium";
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5;
}
.site-header .menu_header .flex .list_menu .bottom-list .item a span {
  display: inline-block;
  position: relative;
  transform: translateY(0);
}
.site-header .menu_header .flex .list_menu .bottom-list .item a span::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.site-header .menu_header .flex .list_menu .bottom-list .item:hover a span {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}
.site-header .menu_header .flex .list_menu .bottom-list .item:last-child {
  padding: 0.9rem 2rem;
  background: #C83A1C;
  border-radius: 2.1rem;
  line-height: 1;
}
.site-header .menu_header .flex .list_menu .bottom-list .item:last-child a {
  font-size: 1.4rem !important;
  text-shadow: none;
}
.site-header .menu-toggle {
  z-index: 60;
  width: 5.5rem;
  height: 5.5rem;
  display: none;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}
.site-header .menu-toggle .hamburger {
  width: 1.8rem;
  position: relative;
}
.site-header .menu-toggle .hamburger .line {
  display: block;
  height: 1px;
  background: #fff;
  margin: 6px 0;
  transition: transform 0.28s ease, opacity 0.2s ease;
}
.site-header .menu-toggle .hamburger .line.line-top {
  transform-origin: center;
}
.site-header .menu-toggle .hamburger .line.line-mid {
  transform-origin: center;
}
.site-header .menu-toggle .hamburger .line.line-bot {
  transform-origin: center;
}
.site-header .menu-toggle.is-open .line-top {
  transform: translateY(7px) rotate(45deg);
}
.site-header .menu-toggle.is-open .line-mid {
  opacity: 0;
  transform: scaleX(0);
}
.site-header .menu-toggle.is-open .line-bot {
  transform: translateY(-7px) rotate(-45deg);
}
.site-header .mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: none;
  justify-content: center;
  background-image: url("../images/bg_banner-sp.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 14.5rem 3rem 0;
}
.site-header .mobile-menu[aria-hidden=false], .site-header.menu-open .mobile-menu {
  display: flex;
  width: 100%;
}
.site-header .mobile-menu .mobile-menu-inner {
  color: #fff;
  width: 100%;
}
.site-header .mobile-menu .mobile-menu-inner .mobile-columns {
  display: flex;
  justify-content: space-between;
}
.site-header .mobile-list {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-bottom: 6rem;
}
.site-header .mobile-list li {
  margin-bottom: 3rem;
}
.site-header .mobile-list li:last-child {
  margin-bottom: 0;
}
.site-header .mobile-list li a {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.9;
  text-decoration: none;
  transition: opacity 0.18s ease;
  font-family: "Zen-Kaku-Gothic-New-Medium";
}
.site-header .mobile-list li a:hover {
  opacity: 0.9;
}
.site-header .mobile-list.mobile-right li {
  margin-bottom: 2.5rem;
}
.site-header .mobile-list.mobile-right li:last-child {
  margin-bottom: 0;
}
.site-header .mobile-list.mobile-right li a {
  font-size: 1.2rem;
  font-family: "Zen-Kaku-Gothic-New-Medium";
}
.site-header .mobile-cta {
  display: flex;
  justify-content: center;
}
.site-header .mobile-cta .btn-cta {
  font-family: "Zen-Kaku-Gothic-New-Bold";
  background: #C83A1C;
  color: #fff;
  font-size: 1.6rem;
  padding: 2.5rem 0;
  border-radius: 3.6rem;
  font-weight: 700;
  min-width: 29rem;
  text-align: center;
  text-decoration: none;
}

body.no-scroll {
  overflow: hidden;
}

@media (max-width: 1599px) {
  .site-header {
    padding: 2.9rem 3.25rem 3.25rem;
  }
  .site-header .menu_header .flex .logo {
    max-width: 18.7rem;
  }
  .site-header .menu_header .flex .list_menu {
    max-width: 80rem;
  }
  .site-header .menu_header .flex .list_menu .top-list {
    gap: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .site-header .menu_header .flex .list_menu .top-list .item a {
    font-size: 1.138rem;
  }
  .site-header .menu_header .flex .list_menu .bottom-list .item a {
    font-size: 1.3rem;
  }
  .site-header .menu_header .flex .list_menu .bottom-list .item:last-child {
    padding: 0.7rem 1.6rem;
  }
  .site-header .menu_header .flex .list_menu .bottom-list .item:last-child a {
    font-size: 1.138rem !important;
  }
}
@media (max-width: 900px) {
  .site-header {
    padding: 2rem;
  }
  .site-header .menu_header .flex {
    align-items: center;
  }
  .site-header .menu_header .flex .logo {
    max-width: 17rem;
    z-index: 60;
  }
  .site-header .menu_header .list_menu {
    display: none;
  }
  .site-header .menu-toggle {
    display: flex;
  }
}
.footer .footer-content .footer_top {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2)), url("../images/bg_footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 25rem 8rem 37.2rem;
  position: relative;
}
.footer .footer-content .footer_top .f-lex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footer-content .footer_top .f-lex .left .logo-footer {
  margin-bottom: 3rem;
}
.footer .footer-content .footer_top .f-lex .left .logo-footer a {
  display: inline-block;
}
.footer .footer-content .footer_top .f-lex .left .logo-footer a img {
  max-width: 34rem;
}
.footer .footer-content .footer_top .f-lex .left .name-company {
  font-family: "Zen-Kaku-Gothic-New-Bold";
  font-size: 2.2rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.footer .footer-content .footer_top .f-lex .left .address {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 2.5rem;
}
.footer .footer-content .footer_top .f-lex .left .phone {
  font-family: "Zen-Old-Mincho-Regular";
  font-size: 5.2rem;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 1rem;
}
.footer .footer-content .footer_top .f-lex .left .time {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.footer .footer-content .footer_top .f-lex .right .list_menu-footer {
  max-width: 75.7rem;
}
.footer .footer-content .footer_top .f-lex .right .list_menu-footer .list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: end;
  margin: 0;
}
.footer .footer-content .footer_top .f-lex .right .list_menu-footer .list .item a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  font-family: "Zen-Kaku-Gothic-New-Medium";
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 1.5;
}
.footer .footer-content .footer_top .f-lex .right .list_menu-footer .list .item a span {
  display: inline-block;
  position: relative;
  transform: translateY(0);
}
.footer .footer-content .footer_top .f-lex .right .list_menu-footer .list .item a span::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.footer .footer-content .footer_top .f-lex .right .list_menu-footer .list .item:hover a span {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}
.footer .footer-content .footer_top .f-lex .right .list_menu-footer .list.top-menu {
  margin-top: 0.3rem;
}
.footer .footer-content .footer_top .f-lex .right .list_menu-footer .list.bottom-menu {
  margin-top: 2.4rem;
  gap: 2.5rem;
}
.footer .footer-content .footer_top .f-lex .right .list_menu-footer .list.bottom-menu .item a {
  font-size: 1.6rem;
}
.footer .footer-content .footer_top .f-lex .right .cta {
  display: flex;
  justify-content: end;
  margin-top: 5.5rem;
  cursor: pointer;
}
.footer .footer-content .footer_top .f-lex .right .cta .item {
  padding: 2.25rem 0;
  display: inline-block;
  background: #C83A1C;
  font-size: 1.6rem;
  border-radius: 3.6rem;
  line-height: 1;
  font-weight: 700;
  min-width: 29rem;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
}
.footer .footer-content .footer_top .f-lex .right .cta a {
  font-family: "Zen-Kaku-Gothic-New-Bold";
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.footer .footer-content .footer_top .f-lex .right .cta a span {
  display: inline-block;
  position: relative;
  transform: translateY(0);
  line-height: 1.5;
}
.footer .footer-content .footer_top .f-lex .right .cta a span::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.footer .footer-content .footer_top .f-lex .right .cta:hover span {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}
.footer .footer-content .footer_top .social {
  position: absolute;
  bottom: 3rem;
  right: 8rem;
}
.footer .footer-content .footer_top .social .flex {
  display: flex;
  justify-content: end;
  gap: 0.8rem;
}
.footer .footer-content .footer_top .social .flex .item a {
  display: inline-block;
}
.footer .footer-content .footer_top .social .flex .item a img {
  max-width: 3.8rem;
}
.footer .footer-content .footer_bottom {
  padding: 3rem 8rem;
}
.footer .footer-content .footer_bottom .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer .footer-content .footer_bottom .flex .left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
}
.footer .footer-content .footer_bottom .flex .left .item a {
  display: inline-block;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.footer .footer-content .footer_bottom .flex .left .item a p {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  color: #000000;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.footer .footer-content .footer_bottom .flex .left .item a img {
  max-width: 1rem;
}
.footer .footer-content .footer_bottom .flex .left .item .privacy {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  color: #000000;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.footer .footer-content .footer_bottom .right p {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  color: #000000;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.banner-f {
  margin-top: 20.5rem;
  display: flex;
  flex-wrap: nowrap;
}
.banner-f .ban-f_item {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.banner-f .ban-f_item:hover .wrap_img img {
  transform: scale(1.038);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.banner-f .ban-f_item img {
  transition: 0.5s all;
  width: 100%;
}
.banner-f .ban-f_item .ban-f_content {
  position: absolute;
  left: 50%;
  top: 38%;
  transform: translateX(-50%);
  z-index: 1;
}
.banner-f .ban-f_item .ban-f_content .ban-f___title {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.banner-f .ban-f_item .ban-f_content .ban-f___title .t1 {
  font-size: 90px;
  line-height: 105%;
  font-family: "CormorantSC-Regular";
}
.banner-f .ban-f_item .ban-f_content .ban-f___title .t2 {
  font-size: 23px;
  line-height: 105%;
  font-family: "Zen-Kaku-Gothic-New-Medium";
}

.banner-f .btn_arrow {
  opacity: 0;
  width: 59px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  margin: auto;
  margin-top: 8rem;
  transition: opacity 0.4s ease;
}
.banner-f .btn_arrow .wrap_img {
  overflow: hidden;
  position: relative;
  display: flex;
}
.banner-f .ban-f_item .btn_arrow {
  opacity: 0;
  transition: 0.5s opacity;
}
.banner-f .ban-f_item:hover .btn_arrow {
  opacity: 1;
  transition: 0.5s opacity;
}
.banner-f .ban-f_item:hover .btn_arrow .wrap_img {
  animation: moveLeftToRight 0.5s ease-in;
  animation-timing-function: linear;
}

@keyframes moveLeftToRight {
  from {
    left: -10px;
  }
  to {
    left: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1598px) {
  .footer .footer-content .footer_top {
    padding: 20.3rem 6.5rem 30.5rem;
  }
  .footer .footer-content .footer_top .f-lex .left .logo-footer {
    margin-bottom: 2.4rem;
  }
  .footer .footer-content .footer_top .f-lex .left .logo-footer a img {
    max-width: 27.6rem;
  }
  .footer .footer-content .footer_top .f-lex .left .name-company {
    font-size: 1.8rem;
    margin-bottom: 0.4rem;
  }
  .footer .footer-content .footer_top .f-lex .left .address {
    font-size: 1.1rem;
    margin-bottom: 2.4rem;
  }
  .footer .footer-content .footer_top .f-lex .left .phone {
    font-size: 4.2rem;
    margin-bottom: 0.3rem;
  }
  .footer .footer-content .footer_top .f-lex .left .time {
    font-size: 1.1rem;
  }
  .footer .footer-content .footer_top .f-lex .right .list_menu-footer .list .item a {
    font-size: 1.1rem;
  }
  .footer .footer-content .footer_top .f-lex .right .list_menu-footer .list.bottom-menu {
    margin-top: 2rem;
  }
  .footer .footer-content .footer_top .f-lex .right .list_menu-footer .list.bottom-menu .item a {
    font-size: 1.3rem;
  }
  .footer .footer-content .footer_top .f-lex .right .cta {
    margin-top: 4.2rem;
  }
  .footer .footer-content .footer_top .f-lex .right .cta .item {
    font-size: 1.4rem;
    padding: 2rem 0;
    min-width: 23.5rem;
  }
  .footer .footer-content .footer_top .social {
    bottom: 2.9rem;
    right: 6.9rem;
  }
  .footer .footer-content .footer_top .social .flex {
    gap: 0.6rem;
  }
  .footer .footer-content .footer_top .social .flex .item a img {
    max-width: 3rem;
  }
  .footer .footer-content .footer_bottom {
    padding: 2rem 6.5rem;
  }
  .footer .footer-content .footer_bottom .flex .left {
    gap: 2.4rem;
  }
  .footer .footer-content .footer_bottom .flex .left .item a p {
    font-size: 1.1rem;
  }
  .footer .footer-content .footer_bottom .flex .left .item .privacy {
    font-size: 1.1rem;
  }
  .footer .footer-content .footer_bottom .flex .right p {
    font-size: 1.1rem;
  }
  .banner-f {
    margin-top: 20.5rem;
    display: flex;
    flex-wrap: nowrap;
  }
  .banner-f .ban-f_item {
    width: 50%;
    position: relative;
    overflow: hidden;
  }
  .banner-f .ban-f_item img {
    transition: 0.5s all;
    width: 100%;
  }
  .banner-f .ban-f_item .ban-f_content {
    position: absolute;
    left: 50%;
    top: 38%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .banner-f .ban-f_item .ban-f_content .ban-f___title {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .banner-f .ban-f_item .ban-f_content .ban-f___title .t1 {
    font-size: 73.13px;
    line-height: 105%;
    font-family: "CormorantSC-Regular";
  }
  .banner-f .ban-f_item .ban-f_content .ban-f___title .t2 {
    font-size: 18.69px;
    line-height: 105%;
    font-family: "Zen-Kaku-Gothic-New-Medium";
  }
  .banner-f .btn_arrow {
    opacity: 0;
    width: 59px;
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    margin: auto;
    margin-top: 8rem;
  }
  .banner-f .btn_arrow .wrap_img {
    overflow: hidden;
    position: relative;
    display: flex;
  }
  .banner-f .ban-f_item:hover .btn_arrow {
    opacity: 1;
    transition: 0.2s opacity;
  }
  .banner-f .ban-f_item:hover .btn_arrow .wrap_img {
    animation: moveLeftToRight 0.5s ease-in;
    animation-timing-function: linear;
  }
}
@media (max-width: 1100px) {
  .banner-f .ban-f_item .ban-f_content .ban-f___title .t1 {
    font-size: 50px;
    line-height: 105%;
    font-family: "CormorantSC-Regular";
  }
  .banner-f .ban-f_item .btn_arrow {
    opacity: 1;
    width: 47.94px;
    height: 47.94px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    margin: auto;
    margin-top: 6.1rem;
  }
  .banner-f .ban-f_item .btn_arrow .wrap_img {
    overflow: hidden;
    position: relative;
    display: flex;
  }
}
@media (max-width: 900px) {
  .footer .footer-content .footer_top {
    padding: 10rem 2rem 8.3rem;
    background-position: bottom;
  }
  .footer .footer-content .footer_top .f-lex {
    flex-direction: column-reverse;
    align-items: center;
    gap: 6rem;
  }
  .footer .footer-content .footer_top .f-lex .left {
    text-align: center;
  }
  .footer .footer-content .footer_top .f-lex .left .logo-footer a img {
    max-width: 23rem;
  }
  .footer .footer-content .footer_top .f-lex .left .name-company {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
  .footer .footer-content .footer_top .f-lex .left .address {
    font-size: 1.3rem;
    margin-bottom: 4rem;
  }
  .footer .footer-content .footer_top .f-lex .left .phone {
    font-size: 3.6rem;
    margin-bottom: 2rem;
    color: #ffffff !important;
    text-decoration: none;
  }
  .footer .footer-content .footer_top .f-lex .left .time {
    font-size: 1.3rem;
  }
  .footer .footer-content .footer_top .f-lex .right {
    width: 100%;
  }
  .footer .footer-content .footer_top .f-lex .right .cta {
    justify-content: center;
  }
  .footer .footer-content .footer_top .f-lex .right .cta .item {
    font-size: 1.6rem;
    padding: 2.2rem 0;
  }
  .footer .footer-content .footer_top .f-lex .right .list_menu-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer .footer-content .footer_top .f-lex .right .list_menu-footer .list.bottom-menu {
    order: 1;
    margin-top: 0;
  }
  .footer .footer-content .footer_top .f-lex .right .list_menu-footer .list.bottom-menu .item a {
    font-size: 1.4rem;
  }
  .footer .footer-content .footer_top .f-lex .right .list_menu-footer .top-menu {
    order: 2;
  }
  .footer .footer-content .footer_top .f-lex .right .list_menu-footer .top-menu .item a {
    font-size: 1.2rem;
  }
  .footer .footer-content .footer_top .f-lex .right .list_menu-footer .list {
    display: inline;
  }
  .footer .footer-content .footer_top .f-lex .right .list_menu-footer .list .item {
    margin-bottom: 3rem;
  }
  .footer .footer-content .footer_top .f-lex .right .list_menu-footer .list .item:last-child {
    margin-bottom: 0;
  }
  .footer .footer-content .footer_top .social {
    right: 50%;
    transform: translate(50%);
  }
  .footer .footer-content .footer_bottom {
    padding: 3rem 2rem;
  }
  .footer .footer-content .footer_bottom .flex {
    display: block;
  }
  .footer .footer-content .footer_bottom .flex .left .item {
    width: 100%;
  }
  .footer .footer-content .footer_bottom .flex .left .item a p {
    font-size: 1.2rem;
  }
  .footer .footer-content .footer_bottom .flex .left .line {
    display: none;
  }
  .footer .footer-content .footer_bottom .flex .right {
    margin-top: -2rem;
  }
  .footer .footer-content .footer_bottom .flex .right p {
    font-size: 1.2rem;
    text-align: end;
  }
}
@media (max-width: 768px) {
  .footer .footer-content .footer_top {
    padding: 10rem 2rem 14.6rem;
  }
  .footer .footer-content .footer_top .f-lex .right .list_menu-footer {
    justify-content: center;
    gap: 6rem;
    padding-right: 2rem;
  }
  .footer .footer-content .footer_top .f-lex .right .list_menu-footer .list .item {
    margin-bottom: 2.5rem;
    line-height: 1;
  }
  .footer .footer-content .footer_top .f-lex .right .list_menu-footer .list.top-menu {
    margin-top: 0;
  }
  .footer .footer-content .footer_top .f-lex .right .list_menu-footer .list.bottom-menu .item {
    margin-bottom: 3rem;
  }
  .footer .footer-content .footer_top .f-lex .right .cta {
    margin-top: 6rem;
  }
  .footer .footer-content .footer_top .f-lex .right .cta .item {
    min-width: 31rem;
  }
  .footer .footer-content .footer_top .f-lex .left .logo-footer {
    margin-bottom: 2rem;
  }
  .footer .footer-content .footer_top .f-lex .left .name-company {
    line-height: 1;
  }
  .footer .footer-content .footer_top .f-lex .left .address {
    line-height: 1;
  }
  .footer .footer-content .footer_top .social {
    bottom: 6rem;
  }
  .footer .footer-content .footer_top .social .flex {
    gap: 0.8rem;
  }
  .footer .footer-content .footer_top .social .flex .item a img {
    max-width: 3.8rem;
  }
  .footer .footer-content .footer_bottom {
    padding: 4rem 2rem 0rem;
  }
  .footer .footer-content .footer_bottom .flex .left {
    gap: 2rem;
  }
  .footer .footer-content .footer_bottom .flex .left .item:last-child {
    margin-top: 2rem;
  }
  .footer .footer-content .footer_bottom .flex .left .item a {
    line-height: 1;
  }
  .footer .footer-content .footer_bottom .flex .left .item a p {
    line-height: 100%;
    font-size: 1.2rem;
  }
  .footer .footer-content .footer_bottom .flex .left .item a p.privacy {
    font-size: 1.2rem;
  }
  .footer .footer-content .footer_bottom .flex .right {
    margin-top: -1.5rem;
  }
  .banner-f {
    margin-top: 10rem;
    display: flex;
    flex-wrap: unset;
    flex-direction: column;
  }
  .banner-f .ban-f_item {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .banner-f .ban-f_item:hover > img {
    transform: scale(1.1);
    transition: 0.5s all;
  }
  .banner-f .ban-f_item > img {
    transition: 0.5s all;
    width: 100%;
    height: 390px;
    object-fit: cover;
  }
  .banner-f .ban-f_item .ban-f_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .banner-f .ban-f_item .ban-f_content .ban-f___title {
    color: #ffffff;
    text-align: center;
  }
  .banner-f .ban-f_item .ban-f_content .ban-f___title .t1 {
    display: block;
    font-size: 45px;
    line-height: 100%;
    font-family: "CormorantSC-Regular";
  }
  .banner-f .ban-f_item .ban-f_content .ban-f___title .t2 {
    display: block;
    font-size: 18px;
    line-height: 100%;
    font-family: "Zen-Kaku-Gothic-New-Medium";
  }
  .banner-f .ban-f_item .btn_arrow {
    margin-top: 3rem;
    opacity: 1;
  }
}
.common_banner {
  width: 100%;
  height: 54.2rem;
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.common_banner::after {
  content: "";
  opacity: 0;
  transition: opacity 0.6s ease;
  width: 100%;
  height: 50%;
  background-image: url(../images/shadown_banner_pc.svg);
  z-index: 0;
  display: inline-block;
  left: 0;
  bottom: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 100% top;
  background-size: cover;
  z-index: 1;
}
.common_banner.img-loaded::after {
  opacity: 1;
}
.common_banner img {
  position: relative;
  z-index: 0;
}
.common_banner.home {
  height: 100dvh;
  max-height: 85rem;
}
.common_banner.home::after {
  content: unset;
}
.common_banner.home .video-wrap {
  position: relative;
  height: 100%;
}
.common_banner.home .video-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
  pointer-events: none;
}
.common_banner.home .video-wrap.video-loaded::before {
  opacity: 1;
}
.common_banner.home .video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common_banner.home .h_content {
  bottom: 6.4rem;
  left: 6.6rem;
}
.common_banner.home .h_content h1,
.common_banner.home .h_content h4 {
  white-space: pre-line;
}
.common_banner.home .h_content h1 {
  font-size: 12rem;
  line-height: 0.95;
  letter-spacing: -4px;
}
.common_banner.home .h_content .content {
  line-height: 150%;
  font-size: 2.1rem;
  letter-spacing: 0;
  margin-top: 2rem;
  margin-block-start: 0;
  margin-block-end: 0;
  color: #fff;
  font-family: "Zen-Kaku-Gothic-New-Medium";
  white-space: pre-line;
}
.common_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common_banner .h_content {
  position: absolute;
  bottom: 4rem;
  left: 8rem;
  display: inline-block;
  z-index: 2;
}
.common_banner .h_content h1 {
  line-height: 100%;
  font-size: 9rem;
  color: white;
  font-family: "CormorantSC-Regular";
  line-height: 100%;
  font-weight: 400;
  margin: unset;
}
.common_banner .h_content h1 br {
  display: none;
}
.common_banner .h_content .content {
  line-height: 100%;
  font-size: 2.3rem;
  margin-top: 1.8rem;
  color: white;
  font-weight: 400;
  font-family: "Zen-Kaku-Gothic-New-Medium";
  width: fit-content;
}

@media screen and (max-width: 1599px) {
  .common_banner {
    width: 100%;
    height: 44.038rem;
    position: relative;
  }
  .common_banner .fHeight .img {
    height: 44.038rem;
  }
  .common_banner.home {
    height: 100dvh;
    max-height: 69rem;
  }
  .common_banner.home .h_content h1,
  .common_banner.home .h_content h4 {
    white-space: pre-line;
  }
  .common_banner.home .h_content .content {
    line-height: 150%;
    font-size: 1.7rem;
  }
  .common_banner.home .h_content h1 {
    font-size: 9.75rem;
  }
  .common_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .common_banner .h_content {
    position: absolute;
    bottom: 4rem;
    left: 6.05rem;
    display: inline-block;
  }
  .common_banner .h_content h1 {
    line-height: 100%;
    font-size: 7.313rem;
    color: white;
    font-family: "CormorantSC-Regular";
    line-height: 100%;
    font-weight: 400;
    margin: unset;
  }
  .common_banner .h_content h1 br {
    display: none;
  }
  .common_banner .h_content .content {
    line-height: 100%;
    font-size: 1.869rem;
    margin-top: 1.2rem;
    color: white;
    font-weight: 400;
    font-family: "Zen-Kaku-Gothic-New-Medium";
    width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .common_banner {
    height: 30rem;
    position: relative;
    z-index: 1;
  }
  .common_banner::after {
    content: "";
    width: 100%;
    height: 50%;
    background-image: url(../images/shadown_banner.svg);
    z-index: 0;
    display: inline-block;
    left: 0;
    bottom: 0;
    position: absolute;
  }
  .common_banner .fHeight {
    height: 100%;
  }
  .common_banner .fHeight .img {
    width: 100%;
    height: 100%;
  }
  .common_banner.home {
    height: 100dvh;
  }
  .common_banner .h_content {
    bottom: 4rem;
    left: 2rem;
  }
  .common_banner .h_content h1 {
    line-height: 100%;
    font-size: 4.5rem;
    margin-bottom: 1rem;
  }
  .common_banner .h_content .content {
    font-size: 1.8rem;
    margin-top: unset;
  }
}
.common_about-page {
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  display: flex;
  justify-content: space-between;
  gap: 10rem;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.common_about-page .ap-left {
  font-size: 1.8rem;
  font-family: "Zen-Kaku-Gothic-New-Regular";
  line-height: 200%;
  max-width: 92rem;
  min-width: 92rem;
}
.common_about-page .ap-right {
  font-size: 3.5rem;
  font-family: "Zen-Kaku-Gothic-New-Regular";
  line-height: 150%;
}

@media screen and (max-width: 1598px) {
  .common_about-page {
    max-width: 1170px;
    gap: 8.125rem;
  }
  .common_about-page .ap-left {
    font-size: 1.463rem;
    font-family: "Zen-Kaku-Gothic-New-Regular";
    line-height: 200%;
    max-width: 74.75rem;
    min-width: 74.75rem;
  }
  .common_about-page .ap-right {
    font-size: 2.8rem;
    font-family: "Zen-Kaku-Gothic-New-Regular";
    line-height: 150%;
  }
}
@media screen and (max-width: 1298px) {
  .common_about-page {
    padding-top: 5rem;
    max-width: 95%;
    gap: 2rem;
  }
  .common_about-page .ap-left {
    min-width: 60%;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .common_about-page {
    padding-top: 6rem;
    max-width: 90%;
    gap: 3rem;
    flex-direction: column;
  }
  .common_about-page .ap-left {
    width: 100%;
    max-width: unset;
    font-size: 1.4rem;
    order: 2;
    max-width: 100%;
  }
  .common_about-page .ap-right {
    width: 100%;
    font-size: 2rem;
  }
}
.purchase_share_link_line {
  display: grid;
  justify-content: center;
  align-items: center;
  margin-top: 15rem;
  margin-bottom: 25rem;
}
.purchase_share_link_line .btn_contact_us {
  color: white;
  background-color: #C83A1D;
  border-radius: 3.6rem;
  padding: 2.15rem 4.5rem;
  border-style: solid;
  cursor: pointer;
  font-family: "Zen-Kaku-Gothic-New-Bold";
  line-height: 100%;
  font-size: 1.8rem;
  border-width: 0rem;
}
.purchase_share_link_line .btn_contact_us.contact_common:hover .lHepler span {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}
.purchase_share_link_line .btn_contact_us.contact_common .lHepler {
  overflow: hidden;
  list-style-type: none;
}
.purchase_share_link_line .btn_contact_us.contact_common .lHepler span {
  display: inline-block;
  position: relative;
  transform: translateY(0);
  line-height: 1.5;
}
.purchase_share_link_line .btn_contact_us.contact_common .lHepler span::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.purchase_share_link_line .container_copy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6rem;
  gap: 2rem;
}
.purchase_share_link_line .link {
  cursor: pointer;
  color: black;
  font-family: "Zen-Kaku-Gothic-New-Medium";
  font-size: 1.6rem;
  line-height: 180%;
  display: flex;
  width: max-content;
  flex-direction: column;
}
.purchase_share_link_line .btn_copy {
  border: none;
  cursor: pointer;
  border-radius: 10rem;
  width: 5.9rem;
  height: 5.9rem;
}
.purchase_share_link_line .btn_copy.arrow img {
  width: 16px;
  height: 14px;
}
.purchase_share_link_line .btn_copy img {
  width: 1.3rem;
  height: 1.3rem;
}

.arrow {
  background-color: #F5F5F5;
}

.slideToUp {
  overflow: hidden;
  position: relative;
}
.slideToUp:hover .text {
  animation: slideUp 0.5s forwards;
  animation-timing-function: linear;
  display: inline-block;
}

.slideToRight .line {
  position: relative;
  overflow: hidden;
}
.slideToRight .line::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #6E6E6E;
  display: inline-flex;
}
.slideToRight .arrow {
  position: relative;
}
.slideToRight .arrow .point {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slideToRight .arrow::after {
  content: "";
  background-image: url(../images/ic_arrow_red.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 14px;
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
.slideToRight .ic_copy {
  position: relative;
}
.slideToRight .ic_copy img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slideToRight .ic_copy::after {
  content: "";
  background-image: url(../images/ic_copy.svg);
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
.slideToRight:hover .arrow .point {
  left: 60%;
  opacity: 0;
  transition: opacity 0.5s ease-in, left 0.5s ease-in;
}
.slideToRight:hover .arrow::after {
  left: 50%;
  opacity: 1;
  transition: opacity 0.5s ease-in, left 0.5s ease-in;
  transition-delay: 0.5s;
}
.slideToRight:hover .ic_copy.isCheck::after {
  content: unset;
}
.slideToRight:hover .ic_copy.isCheck .point {
  opacity: 1;
  left: 50%;
  transition: left 0s ease-in;
}
.slideToRight:hover .ic_copy .point {
  left: 60%;
  opacity: 0;
  transition: opacity 0.5s ease-in, left 0.5s ease-in;
}
.slideToRight:hover .ic_copy::after {
  left: 50%;
  opacity: 1;
  transition: opacity 0.5s ease-in, left 0.5s ease-in;
  transition-delay: 0.5s;
}
.slideToRight:hover .line {
  position: relative;
}
.slideToRight:hover .line::after {
  animation: slideRightLine 1s forwards;
  animation-timing-function: ease-in-out;
}

@keyframes slideUp {
  /* 0% is the start of the animation, 100% is the end */
  0% {
    transform: translateY(100%);
    /* Start completely below the bottom edge */
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    /* End at its original 'bottom: 0' position */
    opacity: 1;
  }
}
@keyframes slideRightLine {
  /* 0% is the start of the animation, 100% is the end */
  0% {
    transform: translateX(-100%);
    /* Start completely below the bottom edge */
    opacity: 0;
    text-decoration: unset;
    text-underline-offset: 0;
  }
  100% {
    transform: translateX(0);
    /* End at its original 'bottom: 0' position */
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 1px;
  }
}
@keyframes slideRight {
  /* 0% is the start of the animation, 100% is the end */
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
    /* End at its original 'bottom: 0' position */
    opacity: 1;
  }
}
#translateAboutImg .slick-active img {
  animation: faceInTop 6s ease-in forwards;
}

@keyframes faceInTop {
  from {
    transform: scale(110%) translateX(4%);
  }
  to {
    transform: scale(110%) translateX(-4%);
  }
}
.linkTarget {
  position: relative;
  display: inline-flex;
  color: #000000;
  text-underline-offset: 1px;
  text-decoration: underline;
}
.linkTarget::after {
  position: absolute;
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background-image: url(../images/ic_copy.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: -1.5rem;
  bottom: 4px;
  z-index: 1;
  display: inline-block;
}
.linkTarget:hover {
  color: #000000;
}

@media screen and (max-width: 1599px) {
  .linkTarget::after {
    width: 1.1rem;
    height: 1.1rem;
    bottom: 3px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .purchase_share_link_line {
    margin-top: 12.336rem;
    margin-bottom: 20.313rem;
  }
  .purchase_share_link_line .btn_contact_us {
    border-radius: 3.6rem;
    padding: 2.1rem 3.6rem;
    font-size: 1.463rem;
  }
  .purchase_share_link_line .container_copy {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4.875rem;
    gap: 1.6rem;
  }
  .purchase_share_link_line .link {
    cursor: pointer;
    color: black;
    font-family: "Zen-Kaku-Gothic-New-Medium";
    font-size: 1.3rem;
    display: flex;
    width: max-content;
    flex-direction: column;
  }
  .purchase_share_link_line .btn_copy {
    border: none;
    cursor: pointer;
    border-radius: 10rem;
    width: 4.7rem;
    height: 4.7rem;
  }
  .purchase_share_link_line .btn_copy img {
    width: 1.3rem;
    height: 1.3rem;
  }
  .slideToRight .arrow::after {
    width: 14px;
    height: 11.98px;
    background-size: contain;
  }
  .purchase_share_link_line .btn_copy.arrow img {
    width: 14px;
    height: 11.98px;
  }
  .arrow img {
    width: 1.4rem;
    height: 1.198rem;
  }
}
.error-404 {
  width: 100%;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-family: "CormorantSC-SemiBold";
}

@media screen and (max-width: 768px) {
  .purchase_share_link_line {
    margin-bottom: 10rem;
  }
  .purchase_share_link_line .btn_contact_us {
    font-size: 16px;
    padding: 2.2rem 6.5rem;
  }
  .purchase_share_link_line .link {
    font-size: 1.4rem;
  }
  .purchase_share_link_line .btn_copy {
    width: 43px;
    height: 43px;
  }
  .purchase_share_link_line .btn_copy img {
    width: 13px;
    height: 13px;
  }
  .purchase_share_link_line .container_copy {
    margin-top: 4rem;
  }
}
html {
  font-size: 62.5%;
  min-width: 320px;
  overflow-x: hidden;
}
html body {
  margin: 0;
  font-family: "Zen-Kaku-Gothic-New-Regular", sans-serif;
  overflow: hidden;
}

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