@charset "UTF-8";
/*color*/
/*weight*/
/*font-family*/
/* ============= media query ============= */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

small {
  font-size: 80%;
}

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

li {
  list-style: none;
}

#js__loader.js-fadeOut {
  animation: fadeOut 1s cubic-bezier(0.18, 0.58, 0.58, 0.9) forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
}
.information {
  position: absolute;
  z-index: 10;
  bottom: 30px;
  right: 15px;
  background: #fff;
  aspect-ratio: 1;
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  font-size: 1.4rem;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .information {
    width: 80%;
    right: 0;
    left: 0;
    background: transparent;
    border: solid 3px #fff;
    color: #fff;
    margin: auto;
    aspect-ratio: inherit;
  }
}
.information li:nth-child(2) {
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 640px) {
  .information li:nth-child(2) {
    border-color: #fff;
  }
}
.information a {
  color: #d6624b;
}
.information a:hover {
  text-decoration: undrline;
}

.header {
  position: relative;
  z-index: 100;
  border-bottom: solid 1px #eee;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  height: 100px;
  padding-left: 100px;
  padding-right: 115px;
  background: rgba(255, 255, 255, 0.98);
}
@media screen and (max-width: 640px) {
  .header__inner {
    flex-direction: row;
    padding-left: 2rem;
  }
}
.header__logo {
  width: 150px;
}

.fv__inner {
  width: calc(100% - 100px);
  margin: 0;
  position: relative;
  margin-bottom: 25%;
}
@media screen and (max-width: 640px) {
  .fv__inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.fv__ttl {
  position: absolute;
  z-index: 2;
  bottom: 5rem;
  left: 2rem;
}
@media screen and (max-width: 640px) {
  .fv__ttl {
    position: relatve;
    bottom: auto;
    left: auto;
  }
}
.fv__ttl h1 {
  font-size: clamp(4rem, 10vw, 13rem);
  font-family: "Sawarabi Mincho", serif;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
.fv__ttl h1 .fv-span {
  overflow: hidden;
  display: block;
}
.fv__ttl h1 .fv-span span {
  display: block;
  opacity: 0;
  margin: -11px 0;
  transform: translateY(110%);
  transition: opacity 1s, transform 1.2s;
}
@media screen and (max-width: 640px) {
  .fv__ttl h1 .fv-span span {
    margin: 0;
  }
}
.fv__img {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  right: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.border {
  height: 1px;
  background-color: #fff;
  width: 90%;
  margin: 12% auto;
  transform-origin: center left;
  transform: scale(0);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.border.jsBorder {
  transform: scale(1);
}

.message {
  margin-top: 10%;
}
.message__inner {
  margin: 0 100px;
  position: relative;
  padding-bottom: 10%;
}
@media screen and (max-width: 640px) {
  .message__inner {
    margin: 2rem;
  }
}
.message__txt {
  width: 43%;
  margin: 0 5% 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .message__txt {
    width: 100%;
  }
}
.message__img {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .message__img {
    position: relative;
  }
}
.message__img__01 {
  left: 0;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .message__img__01 {
    width: 100%;
  }
}
.message__img__02 {
  right: 0;
  bottom: 0;
  width: 33%;
}
.message__img img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.category-ttl {
  font-size: clamp(3.5rem, 2vw, 11rem);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 5rem;
  text-align: right;
}

.headline {
  font-size: clamp(3.5rem, 3.5vw, 6rem);
  font-weight: 700;
  margin-top: 9%;
  text-align: right;
}

.basic-text {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-weight: 500;
  text-align: justify;
}

.fade-up-ttl {
  transform: translateY(60px);
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, transform 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.fade-up-ttl.js-fadeUp-ttl, .fade-up-ttl.is-show {
  transform: translateY(0);
  opacity: 1;
}
.fade-up-ttl-02 {
  opacity: 0;
  transform-origin: center top;
  transform-style: preserve-3d;
  transform: translateY(100%) rotateX(-80deg);
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, transform 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition-duration: 0.8s;
}
.fade-up-ttl-02.js-fadeUp-ttl-02, .fade-up-ttl-02.is-show {
  transform: none;
  opacity: 1;
  transition-duration: 0.8s;
}

.js-message__img {
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s linear 0s;
}
.js-message__img.is-show {
  opacity: 1;
}
.js-message__img.is-show img {
  transform-origin: center;
  transform: scale(1.4);
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.about__inner {
  margin: 0 100px;
}
@media screen and (max-width: 640px) {
  .about__inner {
    margin: 2rem;
  }
}
.about__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .about__box {
    flex-direction: column;
  }
}
.about__box h4 {
  font-size: clamp(3rem, 4vw, 5.6rem);
  font-weight: 900;
  text-align: left;
}
.about__box__item {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .about__box__item {
    width: 100%;
  }
}
.about__box .category-ttl {
  text-align: left;
}
.about__box__img {
  width: 100%;
}
.about__box__img img {
  width: 100%;
  display: block;
}
.about__box__bland {
  border: solid 1px #866f23;
  padding: 2rem;
  margin-top: 3rem;
}
.about__box__bland h3 {
  color: #866f23;
  font-size: 1.5rem;
  background: #fff;
  font-weight: 700;
  text-align: center;
  display: block;
  line-height: 1;
  transform: translateY(-3rem);
  width: fit-content;
  margin: auto;
}
.about__box__bland a {
  color: #866f23;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 2rem;
}
.about__box__bland p {
  font-size: 1.5rem;
  color: #000;
  text-align: center;
}

.repair {
  position: relative;
  padding: 10% 0 10%;
  margin-bottom: 13%;
}
.repair .headline {
  text-align: left;
}
.repair .category-ttl {
  text-align: left;
}
.repair__inner {
  width: 96%;
  max-width: 1380px;
  margin: 0 auto;
}
.repair__box {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.repair__box h5 {
  font-size: clamp(4.5rem, 7vw, 7rem);
  font-weight: 900;
  margin-bottom: 8%;
}
.repair__txt {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 2;
  text-align: left;
}
.repair__txt small {
  font-size: 0.8em;
  line-height: 1.3;
}
.repair__img {
  position: absolute;
  transition: transform 0.4s;
}
.repair__text {
  text-align: left;
}
.repair__flex {
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
  margin: auto;
  padding: 0 100px;
  max-width: 1200px;
  margin-top: 5rem;
}
@media screen and (max-width: 640px) {
  .repair__flex {
    padding: 0 2rem;
    flex-direction: column;
    align-items: center;
  }
}
.repair__flex div {
  text-align: center;
  width: calc(33.3333333333% - 5rem);
}
@media screen and (max-width: 640px) {
  .repair__flex div {
    width: calc(50% - 1.5rem);
  }
}
.repair__flex div img {
  transform: scale(0);
  transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 1.33);
}
.repair__flex div.is-show img {
  transform: scale(1);
  transition-delay: 0.3s;
}
.repair__flex h3 {
  font-size: 2rem;
  font-weight: 500;
}

.order {
  background-color: #282e2d;
  color: #fff;
  position: relative;
  z-index: 1;
}
.order .headline, .order .category-ttl {
  text-align: left;
}
.order__text {
  line-height: 4.3rem;
  letter-spacing: 0.02em;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-weight: 500;
}
.order__text b {
  font-size: 2.2rem;
  font-weight: 700;
  display: block;
}
.order__contents {
  position: relative;
}
.order__flex {
  position: sticky;
  bottom: 0;
  width: 100%;
  min-height: 100vh;
  padding: 5rem 100px;
  display: flex;
  gap: 10rem;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media screen and (max-width: 834px) {
  .order__flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .order__flex {
    padding: 2rem;
  }
}
.order__flex:nth-of-type(1) {
  z-index: 7;
  background-color: #282e2d;
}
.order__flex:nth-of-type(2) {
  z-index: 6;
  background-color: #45504d;
}
.order__flex:nth-of-type(3) {
  z-index: 5;
  background-color: #5f6c68;
}
.order__flex:nth-of-type(4) {
  z-index: 4;
  background-color: #70817c;
}
.order__flex:nth-of-type(5) {
  z-index: 3;
  background-color: #7e968e;
}
.order__flex:nth-of-type(6) {
  z-index: 2;
  background-color: #9cb3ac;
}
.order__flex:nth-of-type(7) {
  z-index: 1;
  background-color: #b0c9c1;
}
.order__flex.--column {
  display: block;
}
.order__flex__item {
  width: calc(50% - 10rem);
}
@media screen and (max-width: 834px) {
  .order__flex__item {
    width: 100%;
  }
  .order__flex__item:nth-of-type(2) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.order__flex img {
  width: 25vw;
  height: auto;
}
@media screen and (max-width: 640px) {
  .order__flex img {
    width: 50vw;
  }
  .order__flex img.photo {
    width: 80%;
  }
}
.order__sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .order__sp {
    display: block;
    padding: 2rem;
  }
}
.order__sp__item {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.order__sp__img {
  width: 40%;
  margin: auto;
  margin-bottom: 1rem;
}

.footer {
  width: 100%;
  min-height: 100vh;
}

.footer__inner {
  height: 100%;
}


/*swiper*/
.l-section {
  border-top: 1px solid #eee;
}

.l-section .l-inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.swiper-button-prev::after, .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.mv01 {
  margin-bottom: 16rem;
}

.mv01 .l-inner {
  padding-bottom: 0;
}

.mv01 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}

.mv01 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.mv01 .swiper-pagination {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 3.2rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}

.mv01 .swiper-pagination-bullet {
  display: block;
  width: 3px;
  height: 4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: rgba(255, 255, 255, 0.4);
}

.mv01 .swiper-pagination-bullet:not(:first-child) {
  margin-top: 0.8rem;
}

.mv01 .swiper-pagination-bullet-active {
  background-color: var(--color-theme);
}

.mv01 .slide-media {
  height: 800px;
}

.mv01 .slide-media img {
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}

.mv01 .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@-webkit-keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
    filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
    filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .l-inner {
    padding: 0 4rem;
  }
  .pc {
    display: none !important;
  }
  .mv01 {
    margin-bottom: 8rem;
  }
  .mv01 .slide-media {
    height: max(70vh, 70vw);
  }
}
@media only screen and (max-width: 599px) {
  html {
    font-size: 50%;
  }
  .pc-tab {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
/*上書きcss*/
.cm-h__menu {
  background: #000;
}

.cm-h__body {
  width: 10rem;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.mv01 {
  margin-bottom: 0;
  height: 100%;
}

.swiper {
  height: 100%;
  overflow: hidden;
}

main {
  height: 100%;
}

.slide {
  height: 100%;
}

.mv01 .slide-media {
  height: 100%;
}

@media screen and (max-width: 640px) {
  .type {
    display: none;
  }
}

.type a {
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 65px;
  color: #000;
  font-size: 10px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
}
.type a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #000;
}
.type a:hover {
  opacity: 0.5;
}

#type04 a::after {
  animation: sdl04 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl04 {
  0% {
    opacity: 1;
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  30.1%, 70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#type06 a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: rgba(0, 0, 0, 0.2);
}
#type06 a::after {
  animation: sdl06 4s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl06 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  25% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  25.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  50% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*
 * 角度の値を保持するCSS変数を定義
 * 対応ブラウザ: https://caniuse.com/?search=%40property
 */
@property --angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
.buttonOutlineGlow {
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  height: 64px;
  padding: 2px;
  margin: 2rem auto;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #866f23;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #866f23;
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
}
@media screen and (max-width: 834px) {
  .buttonOutlineGlow {
    margin: 5rem auto;
  }
}

.buttonOutlineGlow_bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: conic-gradient(from var(--angle), #fff, #866f23, #fff, #866f23, #fff);
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
  opacity: 0;
  animation: gradient-spin 3s linear 0s infinite;
}

@keyframes gradient-spin {
  0% {
    --angle: 0deg;
  }
  100% {
    --angle: 360deg;
  }
}
.buttonOutlineGlow_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
}

@media (any-hover: hover) {
  .buttonOutlineGlow .buttonOutlineGlow_bg {
    transition: opacity 0.3s;
  }
  .buttonOutlineGlow:hover {
    background-color: #939393;
  }
  .buttonOutlineGlow:hover .buttonOutlineGlow_bg {
    opacity: 1;
  }
}
#contact {
  padding: 120px;
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  #contact {
    padding: 2rem;
  }
}
#contact .category-ttl {
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
  position: relative;
  margin: auto;
  padding: 1rem 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid 5px #000;
}
#contact .headline {
  text-align: center;
  font-size: 2rem;
  padding: 3rem 0;
  margin: 0 auto 2rem auto;
}

.contact_flex {
  display: flex;
  gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .contact_flex {
    display: block;
  }
}
.contact_flex_map {
  aspect-ratio: 16/9;
  flex: 1;
}
@media screen and (max-width: 640px) {
  .contact_flex_map {
    margin-bottom: 1rem;
  }
}
.contact_flex_address {
  flex: 1;
}
.contact_flex_address ul {
  margin-bottom: 2rem;
}
.contact_flex_address ul b {
  font-weight: 700;
  font-size: 1.2em;
}
.contact_flex_address ul a {
  color: #000;
}

.address {
  margin: 20px 0;
}

.address a {
  color: #000;
}

.address a:hover {
  color: #ff6868;
}

p.name {
  text-align: center;
}

.social {
  display: block;
  width: 36px;
  height: 36px;
  position: relative;
}
.social img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.3s;
}
.social .front {
  opacity: 1;
}
.social .back {
  opacity: 0;
}
.social:hover .front {
  opacity: 0;
}
.social:hover .back {
  opacity: 1;
}

.copyright {
  padding: 5rem;
  text-align: center;
}
.copyright a {
  display: block;
  width: 100px;
  margin: 0 auto 2rem;
}
.copyright a img {
  width: 100%;
}

#aside {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  height: 100vh;
  width: 100px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-left: solid 1px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 640px) {
  #aside {
    border-left: none;
  }
}
#aside.is-open {
  width: 100%;
  -webkit-backdrop-filter: grayscale(1);
  backdrop-filter: grayscale(1);
}
#aside.is-open .aside {
  position: absolute;
}

.aside {
  width: calc(var(--header-width) * 1px);
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  z-index: 99;
}

@media screen and (max-width: 1024px) {
  .aside {
    font-size: 1em;
    height: calc(var(--header-height) * 1px);
    border-left: 0;
    border-bottom: 1px solid var(--border-gray-color);
    background-color: #fff;
  }
}
.aside__lng {
  font-size: 0.875em;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.7857142857em;
}

@media screen and (max-width: 1024px) {
  .aside__lng {
    display: none;
  }
}
.aside__lngItem {
  line-height: 1;
}

.aside__lngItem:not(:first-of-type) {
  margin-top: 0.7142857143em;
  padding-top: 0.7142857143em;
  border-top: 1px solid var(--main-color);
}

.aside__lngItemTarget {
  opacity: 0.3;
}

.aside__lngItemTarget.is-active {
  opacity: 1;
}

.aside__nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: var(--transition);
  transform: translateX(100%);
}

.is-open .aside__nav {
  visibility: inherit;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.aside__navBody {
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
  padding: 4.125em 6.875em 0;
  /*min-width: calc(680em/16);*/
}

.aside__navBodyItem {
  position: relative;
}

.aside__navBodyItem:not(:first-of-type) {
  margin-top: 2.125em;
}
@media screen and (max-width: 1024px) {
  .aside__navBodyItem:not(:first-of-type) {
    margin-top: 4em;
  }
}

.aside__navBodyItem .targetTxt {
  color: #fff;
  line-height: 1;
}

.aside__navBodyItem .targetTxt:nth-of-type(1) {
  font-size: 2.125em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aside__navBodyItem .targetTxt:nth-of-type(2) {
  font-size: 0.875em;
  margin-top: 0.8571428571em;
}

.aside__navBodyLng {
  opacity: 0;
  font-size: 0.875em;
  margin-top: 3.9285714286em;
  display: flex;
  position: relative;
}

.aside__navBodyLng .item:not(:first-of-type) {
  margin-left: 1.4285714286em;
}

.aside__navBodyLng .item__target {
  line-height: 1.4;
  color: #fff;
}

.aside__navBodyLng .item__target .u-targetline__txt {
  padding-bottom: 0.3571428571em;
}

.aside__navBodyLng .item__target.is-noactive {
  opacity: 0.2;
}

.aside__navBodyLng .item__target.is-noactive .u-targetline__txt:after {
  display: none;
}

@media (hover: hover) {
  .aside__navBodyLng .item__target.is-noactive {
    -webkit-transition: opacity var(--transition);
    transition: opacity var(--transition);
  }
  .aside__navBodyLng .item__target.is-noactive:hover {
    opacity: 0.6;
  }
}
.aside__navLetter {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 31.8125em;
  height: 33.75em;
  fill: rgba(109, 109, 109, 0.08);
  opacity: 0;
}

.aside__navBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
  opacity: 0;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.is-open .aside__navBg {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.aside__menu {
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: #000;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}

@media screen and (max-width: 1024px) {
  .aside__menu {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    z-index: 1;
    -webkit-transition: background var(--transition);
    transition: background var(--transition);
  }
  #aside.is-open .aside__menu {
    background-color: #fff;
  }
}
.aside__menu-inner {
  display: block;
  width: 3.125em;
}

.aside__menuLine {
  position: relative;
  height: 1.4375em;
  display: block;
}

.aside__menuLineBody {
  display: block;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.125em;
  background-color: #fff;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@media screen and (max-width: 1024px) {
  #aside.is-open .aside__menuLineBody {
    background-color: #101d23;
  }
}
.aside__menuLineBody.is-01 {
  top: 0;
}

.aside__menuLineBody.is-02 {
  top: 0.6875em;
}

.aside__menuLineBody.is-03 {
  bottom: 0;
}

.aside__menuLineBody.is-04, .aside__menuLineBody.is-05 {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.aside__menuLineBody.is-04 {
  top: 0;
  -webkit-transform: translateY(0.6875em) rotate(-45deg) scale(0, 1);
  transform: translateY(0.6875em) rotate(-45deg) scale(0, 1);
}

.aside__menuLineBody.is-05 {
  bottom: 0;
  -webkit-transform: translateY(-0.6875em) rotate(45deg) scale(0, 1);
  transform: translateY(-0.6875em) rotate(45deg) scale(0, 1);
}

#aside.is-open .aside__menuLineBody.is-01, #aside.is-open .aside__menuLineBody.is-02, #aside.is-open .aside__menuLineBody.is-03 {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#aside.is-open .aside__menuLineBody.is-04 {
  -webkit-transform: translateY(0.6875em) rotate(-45deg) scale(1, 1);
  transform: translateY(0.6875em) rotate(-45deg) scale(1, 1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#aside.is-open .aside__menuLineBody.is-05 {
  -webkit-transform: translateY(-0.6875em) rotate(45deg) scale(1, 1);
  transform: translateY(-0.6875em) rotate(45deg) scale(1, 1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}/*# sourceMappingURL=style.css.map */