@charset "UTF-8";

/* ==============================

  style_common CSS

============================== */


html {
  scroll-behavior: smooth;
}

.sectio,
h3,
h4 {
  scroll-margin-top: 60px;
}


/* Header_common */

.Header_common {
  position: fixed;
  top: 16px;
  left: 0;
  padding: 0 20px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_common h1 {
  position: relative;
  z-index: 9999;
}
.Header_common h1 b {
  font-size: 1.25vw;
  letter-spacing: 0.3125vw;
  color: #000 !important;
}

.Header_common h1 b.en {
  font-size: 1.1vw;
  letter-spacing: -0.02vw;
}

.Header_common_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 8px 16px;
}

@media screen and (max-width: 767px) {
  .Header_common {
    top: 8px;
    padding: 0 8px;
  }
  .Header_common h1 b {
    font-size: 4.2666666667vw;
    letter-spacing: 1.3333333333vw;
  }
  .Header_common h1 b.en {
    font-size: 3.1vw;
    letter-spacing: -0.12vw;
  }
  .Header_common h1 span {
    font-size: 2.1333333333vw;
    margin-left: 2.9333333333vw;
    letter-spacing: 0.5333333333vw;
  }
  .Header_common.is-show {
    top: 0;
  }
  .Header_common.is-show h1 {
    top: 8px;
    left: 0;
  }
  .Header_common.is-show h1 b,
  .Header_common.is-show h1 span {
    color: #000;
  }

  .Header_common_inner {
    display: flex;
    align-items: center;
    padding: 4px 8px;
  }
}


.Navi_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
}
.Navi_list li {
  margin-left: 3.4375vw;
  color: #000;
}
.Navi_list li a,
.Navi_list li span {
  color: #000 !important;
  font-size: 1vw;
}
.Navi_list li .current {
  opacity: 0.6;
}
.Navi_icons,
.Navi_menu {
  display: none;
}
.Navi_menu:hover {
  opacity: 1;
}
.Navi_lang {
  display: none;
}

@media screen and (max-width: 767px) {
  .Navi_list {
    display: none;
    -webkit-animation: all 1s;
    animation: all 1s;
  }
  .Navi_list_lang {
    display: none;
  }
  .Navi_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    color: #fff;
    /* top: 32%;
    right: 4%; */
    top: 9px;
    right: 14px;
    order: 2;
  }
  .Navi_title {
    font-size: 2.6666666667vw;
    margin-right: 5.3333333333vw;
    display: none;
  }
  .Navi_open {
    display: block;
    width: 50px;
  }
  .Navi_close {
    display: none;
  }
  .Navi_lang {
    display: block;
    position: absolute;
    /* top: 23%;
    right: 22%; */
    top: 7px;
    right: 80px;
    color: #000;
    font-size: 1.2rem;
    order: 1;
  }
  .Navi_lang span,
  .Navi_lang a {
    color: #000;
    font-size: 1.2rem;
  }
  .Navi_lang .current {
    opacity: 0.6;
  }
  .is-show .Navi {
    position: absolute;
    left: -8px;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #eae8e3;
  }
  .is-show .Navi_lang {
    /* top: 1.8%;
    right: 23.2%; */
    top: 15px;
    right: 80px;
    color: #000;
  }
  .is-show .Navi_lang span,
  .is-show .Navi_lang a {
    color: #000;
  }
  .is-show .Navi_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24vw;
  }
  .is-show .Navi_list li {
    margin-left: 0;
  }
  .is-show .Navi_list li a {
    color: #000;
    font-size: 4.8vw;
  }
  .is-show .Navi_list li + li {
    margin-top: 8vw;
  }
  .is-show .Navi_title,
  .is-show .Navi_open {
    display: none;
  }
  .is-show .Navi_menu {
    /* top: 18px;
    right: 20px; */
    top: 18px;
    right: 20px;
  }
  .is-show .Navi_close {
    display: block;
    margin-top: -20%;
  }
  .is-show .Navi_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 21.3333333333vw;
  }
  .is-show .Navi_icons li + li {
    margin-left: 5.6vw;
  }
}


/* Footer_common */

.Footer {
  margin-top: 150px;
  background-color: #eae8e3;
  padding: 145px 0 0;
}
.Footer_title {
  font-size: 3.2rem;
  text-align: center;
  margin: 0 146px;
  border-bottom: 1px solid #707070;
  padding-bottom: 70px;
  letter-spacing: 8px;
}
.Footer_contents {
  margin-top: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Footer_menu {
  font-size: 2.6rem;
  letter-spacing: 10px;
}
.Footer_menu li + li {
  margin-top: 28px;
}
.Footer_item + .Footer_item {
  margin-left: 140px;
}
.Footer_itemTitle {
  font-size: 1.8rem;
  letter-spacing: 8px;
  margin-bottom: 60px;
}
.Footer_sns {
  display: block;
}
.Footer_sns + .Footer_sns {
  margin-top: 30px;
}
.Footer_logo {
  mix-blend-mode: multiply;
  margin: 100px 0 60px;
}
.Footer_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
}
.Footer_scroll a {
  display: block;
}
.Footer_bg {
  margin-top: 70px;
}
.Footer_bg img {
  width: 100%;
}

.Footer_btn_contact {
  display: block;
  margin: 100px 0 60px;
}

@media screen and (max-width: 767px) {
  .Footer {
    padding: 120px 0 0;
    margin-top: 150px;
  }
  .Footer_title {
    font-size: 2.2rem;
    margin: 0;
    padding-bottom: 50px;
  }
  .Footer_contents {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .Footer_menu {
    font-size: 1.6rem;
    letter-spacing: 10px;
    text-align: center;
  }
  .Footer_menu li + li {
    margin-top: 28px;
  }
  .Footer_item {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .Footer_item + .Footer_item {
    margin-left: 0;
    margin-top: 60px;
  }
  .Footer_itemTitle {
    margin-bottom: 40px;
  }
  .Footer_sns {
    display: block;
  }
  .Footer_sns + .Footer_sns {
    margin-top: 30px;
  }
  .Footer_logo {
    mix-blend-mode: multiply;
    margin: 20px 0;
  }
  .Footer_scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px;
  }
  .Footer_scroll a {
    display: block;
  }
  .Footer_bg {
    margin-top: 70px;
  }
  .Footer_bg img {
    width: 100%;
  }
}

