.page_transition {
  position: fixed;
  top: -5rem;
  left: -5rem;
  right: -5rem;
  bottom: -5rem;
  display: block;
  width: calc(100% + 10rem);
  height: calc(100vh + 10rem);
  height: calc(100dvh + 10rem);
  z-index: -1;
}

.header_logo {
  position: fixed;
  position: absolute;
  top: 10rem;
  top: 10svh;
  left: 10rem;
  width: 18rem;
  width: 15rem;
  mix-blend-mode: difference;
  z-index: 5;
}
.header_logo svg path {
  fill: #ffffff;
}
@media only screen and (max-width: 860px) {
  .header_logo {
    position: fixed;
    position: absolute;
    top: 16svh;
    left: 0;
    right: 0;
    margin: auto;
    width: 15rem;
  }
}

header {
  position: fixed;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  mix-blend-mode: difference;
}
header .main_menu {
  position: fixed;
  top: 12rem;
  right: 3rem;
}
header .main_menu ul li {
  position: relative;
  margin-bottom: 2.4rem;
  text-align: right;
}
header .main_menu ul li .en {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  color: #ffffff;
}
header .main_menu ul li .en:before {
  content: none;
  position: absolute;
  top: 0;
  right: 8rem;
  bottom: 0;
  display: block;
  margin: auto;
  width: 4.2rem;
  height: 1px;
  background-color: #000000;
  background-color: #ffffff;
}
header .main_menu ul li .en:after {
  content: none;
  position: absolute;
  top: 0;
  right: calc(-3rem + 0.2px);
  bottom: 0;
  display: block;
  margin: auto;
  width: 2px;
  height: 2.4rem;
  background-color: #ffffff;
}
header .main_menu ul li .en:hover, header .main_menu ul li .en.hover {
  opacity: 1 !important;
}
header .main_menu ul li .en:hover:after, header .main_menu ul li .en.hover:after {
  content: "";
}
header .main_menu ul li .wrap {
  position: absolute;
  top: -1rem;
  top: 0;
  right: 9.6rem;
  display: none;
  text-align: initial;
  mix-blend-mode: initial;
}
header .main_menu ul li .wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  bottom: 0;
  display: block;
  width: 4.2rem;
  height: 1px;
  background-color: #000000;
}
header .main_menu ul li .wrap li {
  margin-bottom: 0.6rem;
}
header .main_menu ul li .wrap a {
  display: block;
  padding: 2rem 2.4rem;
  width: 20.2rem;
  line-height: 1;
  background-color: #ffffff;
}
header .main_menu ul li .wrap a span {
  font-size: 1.1rem;
  line-height: 1;
}
header .main_menu ul li .wrap > ol {
  counter-reset: num;
}
header .main_menu ul li .wrap > ol > li {
  counter-increment: num;
}
header .main_menu ul li .wrap > ol > li a {
  position: relative;
}
header .main_menu ul li .wrap > ol > li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5.2rem;
  bottom: 0;
  display: block;
  width: 5rem;
  height: 100%;
  background-color: #000000;
}
header .main_menu ul li .wrap > ol > li a:after {
  content: counter(num, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: -5.2rem;
  bottom: 0;
  display: block;
  margin: auto;
  width: 5rem;
  height: fit-content;
  line-height: 1;
  text-align: center;
}
header .main_menu ul li .wrap > ol > li a span {
  margin-bottom: 1.2rem;
}
header .main_menu ul li .wrap > ol > li .yamapri {
  padding: 2.4rem;
}
header .main_menu ul li .wrap > ul > li a span {
  display: inline-block;
  font-size: 1.1rem;
}
header .main_menu ul li .wrap.show {
  display: block;
}
header .main_menu ul li:nth-of-type(2) .wrap {
  top: -2.4rem;
}
header .main_menu ul li:nth-of-type(2) .wrap:after {
  top: -4.2rem;
}
header .main_menu ul.hover li .en {
  opacity: 0.4;
}
header .menu_button,
header .smart_menu {
  display: none;
}
header.modal_header {
  position: fixed;
  height: 8rem;
  background-color: #ffffff;
  border-bottom: 1px solid #CCCCCC;
  mix-blend-mode: initial;
  z-index: 2;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  header.modal_header {
    border-width: 0.5px;
  }
}
header.modal_header .back_link .icon {
  padding-right: 0;
  width: 8rem;
  height: 8rem;
  transition: background 0.2s ease-in-out;
  border-right: 1px solid #CCCCCC;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  header.modal_header .back_link .icon {
    border-width: 0.5px;
  }
}
header.modal_header .back_link .icon i {
  left: 0;
  display: block;
  margin: auto;
  width: 0.8rem;
  height: 0.8rem;
  transform: scale(-1, 1);
  transition: transform 0.2s ease-in-out, opacity 0.1s ease-in-out;
}
header.modal_header .back_link .text {
  display: inline-block;
  padding: 0 2.4rem;
  height: 8rem;
  font-size: 1.1rem;
  line-height: 8rem;
}
@media only screen and (min-width: 860px) {
  header.modal_header .back_link:hover .icon {
    background-color: #222222;
  }
  header.modal_header .back_link:hover .icon i:before {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: transform 0.4s ease-in-out, opacity 0.2s 0.2s ease-in-out;
    background-image: url("../images/icon/arrow_w.svg");
  }
  header.modal_header .back_link:hover .icon i:after {
    transform: translate3d(100%, 0%, 0);
    opacity: 0;
    transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  }
}
header.modal_header .logo {
  position: relative;
  top: initial;
  left: initial;
  display: inline-block;
  margin-right: 3.5rem;
  width: 12rem;
  height: fit-content;
  line-height: 1;
}
@media only screen and (max-width: 860px) {
  header {
    mix-blend-mode: initial;
  }
  header .main_menu {
    position: fixed;
    top: initial;
    left: 0;
    right: 20%;
    bottom: 0;
    width: 80%;
    width: calc(100% - 4.8rem);
    background-color: #F8F8F8;
  }
  header .main_menu ul {
    display: flex;
    width: 80%;
    width: 100%;
  }
  header .main_menu ul li {
    display: block;
    margin-bottom: 0;
    width: 25%;
    text-align: center;
  }
  header .main_menu ul li .en {
    display: block;
    padding: 3.3svh 0 3svh;
    padding: 2.1rem 0 2rem;
    width: 100%;
    font-size: calc(1rem + 2px);
    font-size: 1rem;
    line-height: 1;
    color: #222222;
    text-align: center;
    background-color: #F8F8F8;
  }
  header .main_menu ul li .en:before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 1rem;
    background-color: #d8d8d8;
  }
  header .main_menu ul li:last-of-type .en:before {
    content: none;
  }
  header .menu_button {
    position: fixed;
    right: 0;
    bottom: 0;
    display: block;
    padding: 3.3svh 0 3svh;
    padding: 2.1rem 0 2rem;
    width: 20%;
    width: 4.8rem;
    height: 1rem;
    color: #ffffff;
    background-color: #222222;
    z-index: 15;
  }
  header .menu_button:before, header .menu_button:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 2rem;
    height: 1px;
    transform-origin: center;
    background-color: #d8d8d8;
    background-color: #ffffff;
  }
  header .menu_button:before {
    top: 3.3svh;
    top: 2rem;
  }
  header .menu_button:after {
    bottom: 3.3svh;
    bottom: 2rem;
  }
  header .menu_button.active {
    background-color: #ffffff;
    border-color: #ffffff;
    border-top-left-radius: 0.5rem;
  }
  header .menu_button.active:before, header .menu_button.active:after {
    background-color: #222222;
  }
  header .menu_button.active:before {
    top: 2.5rem;
    transform: rotate(25deg);
  }
  header .menu_button.active:after {
    bottom: 2.5rem;
    transform: rotate(-25deg);
  }
  header .smart_menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 8rem 3rem 4.8rem;
    width: calc(100% - 6rem);
    height: calc(100dvh - 8rem - 4.8rem);
    background-color: #222222;
    opacity: 0;
    visibility: hidden;
    overflow: scroll;
    z-index: 12;
  }
  header .smart_menu * {
    color: #ffffff;
  }
  header .smart_menu .logo {
    position: relative;
    top: initial;
    left: initial;
    display: block;
    margin: auto;
    width: 15rem;
  }
  header .smart_menu .instagram {
    margin-top: 8rem;
  }
  header .smart_menu .instagram .heading,
  header .smart_menu .instagram .text {
    font-size: 1.1rem;
  }
  header .smart_menu .instagram .image {
    margin: 0 2.4rem;
    width: 12rem;
  }
  header .smart_menu .instagram .image .ratio {
    padding-top: 100%;
  }
  header .smart_menu nav {
    margin-top: 8rem;
  }
  header .smart_menu nav > ul > li {
    margin-bottom: 3rem;
  }
  header .smart_menu nav > ul > li .light {
    display: inline-block;
    font-size: 3rem;
    line-height: 1.5;
  }
  header .smart_menu nav > ul > li ul {
    margin-top: 1.2rem;
    padding-left: 2.4rem;
  }
  header .smart_menu nav > ul > li ul li {
    margin-bottom: 0.4rem;
  }
  header .smart_menu nav > ul > li ul li a {
    font-size: 1.5rem;
  }
  header .smart_menu nav > ul > li:last-of-type {
    margin-bottom: 0;
  }
  header .smart_menu .information_list li {
    margin-bottom: 1.6rem;
  }
  header .smart_menu .information_list li * {
    display: inline-block;
    line-height: 1;
  }
  header .smart_menu .information_list li:last-of-type {
    margin-bottom: 0;
  }
  header .smart_menu .data {
    margin-top: 8rem;
    padding-top: 6rem;
    border-top: 1px solid #646464;
  }
}
@media only screen and (max-width: 860px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 860px) and (min-resolution: 192dpi) {
  header .smart_menu .data {
    border-width: 0.5px;
  }
}
@media only screen and (max-width: 860px) {
  header .smart_menu .data li * {
    position: relative;
    padding-left: 3.5rem;
  }
  header .smart_menu .data li *:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    margin: auto;
    width: 1.6rem;
    height: 1.6rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  header .smart_menu .data li:first-of-type a:before {
    background-image: url("../images/icon/address.svg");
  }
  header .smart_menu .data li:nth-of-type(2) span:before {
    background-image: url("../images/icon/time.svg");
  }
  header .smart_menu .data li:nth-of-type(3) a:before {
    background-image: url("../images/icon/contact.svg");
  }
  header .smart_menu .link {
    margin-top: 4.8rem;
  }
  header .smart_menu .link li.netprint {
    margin-bottom: 3.5rem;
  }
  header .smart_menu .credit {
    display: block;
    margin-top: 4.8rem;
  }
  header .smart_menu.show {
    opacity: 1;
    visibility: visible;
  }
  header.modal_header {
    height: 6rem;
  }
  header.modal_header .back_link .icon {
    width: 6rem;
    height: 6rem;
  }
  header.modal_header .back_link .icon img {
    width: 0.8rem;
    height: 0.8rem;
  }
  header.modal_header .back_link .text {
    padding: 0 1.6rem;
    height: 6rem;
    line-height: 6rem;
  }
  header.modal_header .back_link:hover .icon img {
    transform: scale(-1, 1) translate3d(0, 0px, 0px);
  }
  header.modal_header .logo {
    margin-right: 2.4rem;
    width: 8rem;
  }
}

.re_button {
  position: fixed;
  top: 8rem;
  right: 3rem;
  mix-blend-mode: difference;
  z-index: 10;
}
.re_button svg {
  display: block;
  width: 2rem;
}
@media only screen and (max-width: 860px) {
  .re_button {
    position: fixed;
    top: 1.6rem;
    right: 1.6rem;
    width: 6rem;
    width: fit-content;
    z-index: 15;
  }
  .re_button svg {
    margin: auto;
  }
  .re_button svg path {
    fill: #ffffff;
  }
}

.header_shadow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.1);
  z-index: 8;
}
.header_shadow.show {
  display: block;
}

.sub_menu {
  position: fixed;
  top: 9.1rem;
  right: 12.5rem;
  z-index: 9;
}
.sub_menu .wrap {
  position: relative;
  display: none;
}
.sub_menu .wrap li {
  position: relative;
  margin-bottom: 0.6rem;
}
.sub_menu .wrap li:after {
  position: absolute;
  top: calc(2.6rem + 1px);
  right: -2rem;
  bottom: 0;
  display: block;
  width: 4.2rem;
  height: 1px;
  background-color: #222222;
}
.sub_menu .wrap a {
  position: relative;
  display: block;
  margin-left: auto;
  width: fit-content;
}
.sub_menu .wrap a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -2rem;
  bottom: 0;
  display: block;
  margin: auto;
  width: 4.2rem;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.1s ease-in-out;
  background-color: #222222;
}
.sub_menu .wrap a span {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
}
.sub_menu .wrap a .text {
  padding: 2rem 2.4rem;
  width: 20.2rem;
  font-size: 1.3rem;
  line-height: 1;
  background-color: #ffffff;
  border-radius: 0.2rem;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.sub_menu .wrap a .text .name {
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1;
}
.sub_menu .wrap a.hover:after, .sub_menu .wrap a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
  transition-delay: 0.2s;
}
.sub_menu .wrap .service_menu {
  counter-reset: num;
}
.sub_menu .wrap .service_menu > li {
  counter-increment: num;
}
.sub_menu .wrap .service_menu > li a {
  position: relative;
  padding-left: 5.2rem;
}
.sub_menu .wrap .service_menu > li a .num,
.sub_menu .wrap .service_menu > li a .icon {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  height: 100%;
  background-color: #ffffff;
  border-radius: 0.2rem;
}
.sub_menu .wrap .service_menu > li a .num img, .sub_menu .wrap .service_menu > li a .num:after,
.sub_menu .wrap .service_menu > li a .icon img,
.sub_menu .wrap .service_menu > li a .icon:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 5rem;
  height: fit-content;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
}
.sub_menu .wrap .service_menu > li a span {
  display: block;
  margin-bottom: 0.8rem;
}
.sub_menu .wrap .service_menu > li a .small {
  display: inline-block;
  margin-bottom: 0;
}
.sub_menu .wrap .service_menu > li.service_page a .num {
  width: 5rem;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.sub_menu .wrap .service_menu > li.service_page a .num:after {
  content: counter(num, decimal-leading-zero);
}
.sub_menu .wrap .service_menu > li.modal_page a {
  background-color: #ffffff;
  border-radius: 0.2rem;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.sub_menu .wrap .service_menu > li.modal_page a .icon {
  width: 5.2rem;
}
.sub_menu .wrap .service_menu > li.modal_page a .icon img {
  width: 1.6rem;
}
.sub_menu .wrap .service_menu > li.modal_page a .text {
  box-shadow: none;
}
.sub_menu .wrap:first-of-type {
  top: -0.2rem;
}
.sub_menu .wrap:first-of-type:after {
  top: 3.7rem;
}
.sub_menu .wrap:nth-of-type(2) {
  top: 4.8rem;
}
.sub_menu .wrap:nth-of-type(3) {
  top: 8.6rem;
}
.sub_menu .wrap:nth-of-type(4) {
  top: 12.4rem;
}
.sub_menu .wrap.show {
  display: block;
}
@media only screen and (max-width: 860px) {
  .sub_menu {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 9;
  }
  .sub_menu .wrap {
    position: relative;
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 6rem;
    display: none;
    padding: 3.5rem;
    height: fit-content;
    background-color: #ffffff;
    border-radius: 0.5rem;
    overflow: hidden;
    z-index: 1;
  }
  .sub_menu .wrap:after {
    content: none;
  }
  .sub_menu .wrap .menu_title {
    display: block;
    margin-bottom: 2.4rem;
    font-size: 2rem;
    line-height: 1;
  }
  .sub_menu .wrap li {
    position: relative;
    margin-bottom: 1.6rem;
  }
  .sub_menu .wrap li:last-of-type {
    margin-bottom: 0;
  }
  .sub_menu .wrap a {
    position: relative;
    display: inline-block;
    padding-left: 2.4rem;
  }
  .sub_menu .wrap a:before {
    content: "";
    position: absolute;
    top: 1.3rem;
    left: 0;
    bottom: initial;
    display: block;
    margin: auto;
    width: 1.6rem;
    height: 1px;
    background-color: #222222;
  }
  .sub_menu .wrap a:after {
    content: none;
  }
  .sub_menu .wrap a .text {
    padding: 2rem 1.6rem;
    padding: 0;
    width: fit-content;
    font-size: 1.3rem;
    background-color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 0.24rem;
    box-shadow: initial;
  }
  .sub_menu .wrap a .text .name {
    margin-top: 1rem;
    font-size: 1.3rem;
    line-height: 1;
  }
  .sub_menu .wrap a .gray {
    display: block;
    white-space: nowrap;
  }
  .sub_menu .wrap a .small {
    text-decoration: underline;
    text-underline-offset: 0.24rem;
  }
  .sub_menu .wrap .service_menu > li a {
    position: relative;
    padding-left: 2.4rem;
  }
  .sub_menu .wrap .service_menu > li a .num,
  .sub_menu .wrap .service_menu > li a .icon {
    display: none;
  }
  .sub_menu .wrap .service_menu > li a .num:after,
  .sub_menu .wrap .service_menu > li a .icon:after {
    content: none;
  }
  .sub_menu .wrap .service_menu > li a span {
    display: inline-block;
    margin-bottom: 0;
  }
  .sub_menu .wrap .service_menu > li a .gray {
    display: block;
  }
  .sub_menu .wrap .service_menu > li.service_page {
    margin-bottom: 2rem;
  }
  .sub_menu .wrap .service_menu > li.service_page a:before {
    top: 0.6rem;
  }
  .sub_menu .wrap .service_menu > li.service_page a .num {
    box-shadow: initial;
  }
  .sub_menu .wrap .service_menu > li.service_page a .text {
    text-decoration: none;
    text-underline-offset: initial;
  }
  .sub_menu .wrap .service_menu > li.service_page a .text .name {
    text-decoration: underline;
    text-underline-offset: 0.24rem;
  }
  .sub_menu .wrap .service_menu > li.modal_page a {
    box-shadow: initial;
  }
  .sub_menu .wrap .service_menu > li.modal_page a .text {
    padding-top: 0;
  }
  .sub_menu .wrap:first-of-type, .sub_menu .wrap:nth-of-type(2), .sub_menu .wrap:nth-of-type(3), .sub_menu .wrap:nth-of-type(4) {
    top: initial;
  }
  .sub_menu .wrap.show {
    display: block;
  }
  .sub_menu .bg {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px);
    z-index: 0;
  }
  .sub_menu.show {
    display: block;
  }
}

main {
  position: relative;
}
main .pagination {
  padding: 15rem 0;
  width: 100%;
}
main .pagination ul li {
  margin-right: 0.8rem;
}
main .pagination ul li span, main .pagination ul li a {
  display: inline-block;
  text-underline-offset: 0.2rem;
}
main .pagination ul li .current {
  text-decoration: underline;
}
main .pagination ul li a {
  opacity: 0.4;
}
main .pagination ul li a:hover {
  text-decoration: underline;
  opacity: 1;
}
main .pagination ul li:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 860px) {
  main .pagination {
    padding: 6rem 0 10rem;
  }
}
footer .footer_content {
  position: relative;
  padding: 30rem 10rem 24rem;
}
footer .footer_content .heading {
  font-size: 1.3rem;
  line-height: 1;
}
footer .footer_content .wrap {
  margin-top: 1rem;
  margin-left: 4.8rem;
  width: fit-content;
}
footer .footer_content .info {
  width: fit-content;
}
footer .footer_content .info .wrap h5 {
  margin-bottom: 4.8rem;
  width: 100%;
  line-height: 1;
}
footer .footer_content .info .wrap h5 .en {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.1rem;
}
footer .footer_content .info .wrap ul li {
  position: relative;
  margin-bottom: 1.2rem;
}
footer .footer_content .info .wrap ul li a, footer .footer_content .info .wrap ul li span {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
footer .footer_content .info .wrap ul li:last-of-type {
  margin-bottom: 0;
}
footer .footer_content .info .wrap .data li a, footer .footer_content .info .wrap .data li span {
  padding-left: 3.5rem;
}
footer .footer_content .info .wrap .data li a:before, footer .footer_content .info .wrap .data li span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 1.6rem;
  height: 1.6rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
footer .footer_content .info .wrap .data li .address:before {
  background-image: url("../images/icon/address.svg");
}
footer .footer_content .info .wrap .data li .time:before {
  background-image: url("../images/icon/time.svg");
}
footer .footer_content .info .wrap .data li .contact:before {
  background-image: url("../images/icon/contact.svg");
}
footer .footer_content .info .wrap .link {
  margin-left: 12rem;
  margin-left: 8rem;
}
footer .footer_content .info .wrap .link li.netprint {
  margin-bottom: 2.4rem;
}
footer .footer_content .instagram .wrap .image {
  width: 15rem;
}
footer .footer_content .instagram .wrap .image .ratio {
  padding-top: 15rem;
}
@media only screen and (min-width: 860px) {
  footer .footer_content .instagram .wrap .image:hover + .text i {
    transform: translate3d(0.1rem, -0.1rem, 0) rotate(-45deg);
  }
}
footer .footer_content .instagram .wrap .text {
  display: inline-block;
  margin-left: 3.5rem;
  font-size: 1.3rem;
}
footer .footer_content .credit {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
  display: inline-block;
  font-size: 1rem;
}
@media only screen and (max-width: 860px) {
  footer .footer_content {
    padding: 8rem 1.6rem 12rem;
    border-top: 1px solid #cccccc;
  }
}
@media only screen and (max-width: 860px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 860px) and (min-resolution: 192dpi) {
  footer .footer_content {
    border-width: 0.5px;
  }
}
@media only screen and (max-width: 860px) {
  footer .footer_content .heading {
    font-size: 1.1rem;
  }
  footer .footer_content .wrap {
    margin-top: 0;
    margin-left: auto;
  }
  footer .footer_content .info {
    position: relative;
    margin-top: 12rem;
    width: 100%;
  }
  footer .footer_content .info .heading {
    display: inline-block;
    line-height: 1.3rem;
    writing-mode: initial;
    -webkit-writing-mode: initial;
    font-feature-settings: initial;
    -webkit-font-feature-settings: initial;
    white-space: initial;
  }
  footer .footer_content .info .wrap {
    margin-top: 2.4rem;
    margin-top: 4.8rem;
    width: 100%;
  }
  footer .footer_content .info .wrap h5 {
    margin-bottom: 2.4rem;
    width: 100%;
  }
  footer .footer_content .info .wrap h5 .en {
    margin-left: 1rem;
    font-size: 1rem;
  }
  footer .footer_content .info .wrap ul li {
    margin-bottom: 1.2rem;
  }
  footer .footer_content .info .wrap ul li a, footer .footer_content .info .wrap ul li span {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  footer .footer_content .info .wrap .data {
    margin-bottom: 4.8rem;
  }
  footer .footer_content .info .wrap .data li a, footer .footer_content .info .wrap .data li span {
    padding-left: 2.4rem;
  }
  footer .footer_content .info .wrap .data li a:before, footer .footer_content .info .wrap .data li span:before {
    width: 1.6rem;
    height: 1.6rem;
  }
  footer .footer_content .info .wrap .link {
    margin-left: 0;
  }
  footer .footer_content .instagram {
    align-items: center;
    width: 100%;
    order: -1;
  }
  footer .footer_content .instagram .vertical_text {
    display: none;
    writing-mode: initial;
    -webkit-writing-mode: initial;
    font-feature-settings: initial;
    -webkit-font-feature-settings: initial;
    white-space: initial;
  }
  footer .footer_content .instagram .wrap {
    margin-top: 0;
    width: 100%;
    justify-content: center;
  }
  footer .footer_content .instagram .wrap .image {
    margin: 0 2.4rem;
    width: 12rem;
  }
  footer .footer_content .instagram .wrap .image .ratio {
    padding-top: 100%;
  }
  footer .footer_content .instagram .wrap .text {
    margin-left: 0;
    font-size: 1.1rem;
  }
  footer .footer_content .credit {
    position: relative;
    left: initial;
    bottom: initial;
    display: block;
    margin-top: 6rem;
    width: 100%;
    font-size: 1rem;
    text-align: center;
    text-align: right;
  }
}

.not_found {
  position: relative;
  padding: 24rem 10rem 0;
}
.not_found h1 {
  font-size: 3.5rem;
  line-height: 1.5;
}
.not_found .wrap {
  margin: 16rem auto 0;
  width: fit-content;
  text-align: center;
}
.not_found .wrap h2 {
  position: relative;
  display: inline-block;
  font-size: 20rem;
  line-height: 1;
  color: #cccccc;
}
.not_found .wrap h2 .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: fit-content;
  height: fit-content;
  font-size: 2.4rem;
}
.not_found .wrap .sentence {
  margin-top: 6rem;
  font-size: 1.3rem;
}
.not_found .wrap .sentence .en {
  display: block;
  font-size: 1.3rem;
}
.not_found .wrap a {
  display: inline-block;
  margin-top: 6rem;
  padding: 3rem 3.5rem;
  background-color: #222222;
  border-radius: 0.5rem;
}
.not_found .wrap a span {
  display: block;
  width: 25rem;
  color: #ffffff;
  text-align: initial;
}
@media only screen and (max-width: 860px) {
  .not_found {
    padding: 24rem 2rem 12rem;
  }
  .not_found h1 {
    font-size: 2.4rem;
  }
  .not_found .wrap {
    margin-top: 8rem;
    width: 100%;
  }
  .not_found .wrap h2 {
    font-size: 16rem;
  }
  .not_found .wrap h2 .text {
    font-size: 2rem;
  }
  .not_found .wrap .sentence {
    margin-top: 4.8rem;
  }
  .not_found .wrap a {
    margin-top: 4.8rem;
    padding: 3rem 2.4rem;
    width: calc(100% - 4.8rem);
  }
  .not_found .wrap a span {
    width: 20rem;
    width: calc(100% - 1.5rem);
  }
}

body {
  background-color: #ffffff;
}
body .bg_ff {
  background-color: #ffffff;
}
body .bg_f8 {
  background-color: #f8f8f8;
}
body .bg_cc {
  background-color: #cccccc;
}
body.black {
  background-color: #222222;
}
body.black .bg_f8 {
  background-color: #1b1b1b;
}
body.black .arrow i:before, body.black .arrow i:after {
  background-image: url("../images/icon/arrow_w.svg");
}
body.black .arrow.w i:before, body.black .arrow.w i:after {
  background-image: url("../images/icon/arrow_b.svg");
}
body.black .title_underline:before {
  background-color: #ffffff;
}
body.black .sub_menu .wrap a:after {
  background-color: #646464;
  background-color: #9b9b9b;
}
body.black main h1, body.black main h2, body.black main h3, body.black main h4, body.black main h5, body.black main h6, body.black main a, body.black main span, body.black main p, body.black main button, body.black main label {
  color: #ffffff;
}
body.black main .gray, body.black main .gray * {
  color: #5d5d5d;
  color: #9b9b9b;
}
body.black main .modal h1, body.black main .modal h2, body.black main .modal h3, body.black main .modal h4, body.black main .modal h5, body.black main .modal h6, body.black main .modal a, body.black main .modal span, body.black main .modal p, body.black main .modal button, body.black main .modal label {
  color: #222222;
}
body.black main .modal .gray, body.black main .modal .gray * {
  color: #5d5d5d;
}
body.black main .modal .arrow i:before, body.black main .modal .arrow i:after {
  background-image: url("../images/icon/arrow_b.svg");
}
body.black main .modal .arrow.w i:before, body.black main .modal .arrow.w i:after {
  background-image: url("../images/icon/arrow_w.svg");
}
body.black .not_found .wrap h2 {
  color: #cccccc;
}
body.black .not_found .wrap a {
  background-color: #ffffff;
}
body.black .not_found .wrap a span {
  color: #222222;
}
body.black footer h5, body.black footer a, body.black footer span, body.black footer p, body.black footer button {
  color: #ffffff;
}
body.black footer .gray, body.black footer .gray * {
  color: #5d5d5d;
  color: #9b9b9b;
}