@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Shippori+Mincho&display=swap");
/* ========================================================== */
/* 共通スタイル */
/* ========================================================== */
div {
  width: auto;
}

/* ヘッダー */
/* ========================================================== */
.site_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 55px;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.site_header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  padding: 0 0 0 15px;
}
.site_header h1 {
  width: 79px;
}
.site_header h1 img {
  width: 100%;
  display: block;
}

.langchange {
  margin-left: 30vw;
  font-size: 9px;
}
.langchange.open {
  color: #a0a0a0;
}

.menu_open {
  width: 55px;
  height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu_open span {
  width: 20px;
  height: 1px;
  background-color: #000000;
  display: block;
  margin: 4px auto;
  transition: 0.3s;
}
.menu_open.open span:first-child {
  transform: rotate(45deg) translate(2px, 3px);
}
.menu_open.open span:last-child {
  transform: rotate(-45deg) translate(3px, -4px);
}
.menu_open.white {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}
.menu_open.white span {
  background: #ffffff;
}

.selectlang {
  box-sizing: border-box;
  position: fixed;
  top: 55px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
  background: #000;
  padding: 15px 35px;
  color: #ffffff;
  line-height: 1.4;
}
.selectlang ul li {
  font-size: 3.2vw;
  font-family: "Noto Sans JP";
  line-height: 1.4;
}
.selectlang ul li a {
  display: block;
  text-align: center;
  padding: 3.2vw 7.0666vw;
  color: #ffffff;
  font-family: "Noto Sans JP";
}
.selectlang ul li span {
  display: block;
  text-align: center;
  padding: 3.2vw 7.0666vw;
  color: #a0a0a0;
}

.sp_nav {
  box-sizing: border-box;
  position: fixed;
  top: 55px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
  background: #000;
  padding: 15px 35px;
  color: #ffffff;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}
.sp_nav ul li {
  font-size: 3.2vw;
  font-family: "Noto Sans JP";
  line-height: 1.4 !important;
}
.sp_nav ul li a {
  display: block;
  border-bottom: 1px solid #505050;
  padding: 3.2vw 7.0666vw;
  color: #ffffff;
  font-family: "Noto Sans JP";
}
.sp_nav ul li li {
  margin-left: 7.0666vw;
}
.sp_nav ul li li a {
  padding-left: 0;
}
.sp_nav ul li li:last-child a {
  border-bottom: none;
}
.sp_nav ul li ul {
  border-bottom: 1px solid #505050;
}

/* フッター */
/* ========================================================== */
.site_footer {
  background: #000;
  padding: 20vw 0 4vw;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.site_footer .logo {
  width: 23.3333vw;
  margin: auto auto 18.6666vw auto;
  
}
.site_footer .logo img {
  width: 100%;
  display: block;
}
.site_footer .f_contents {
  font-size: 2.9333vw;
  font-family: "Noto Sans JP";
}
.site_footer .f_contents .copyright {
  color: #fff;
  font-size: 2.9333vw;
  line-height: 1.4;
  font-family: "Noto Sans JP";
}
.site_footer .f_contents ul {
  margin-bottom: 10vw;
  font-family: "Noto Sans JP";
}
.site_footer .f_contents ul li {
  margin-bottom: 4vw;
  font-size: 2.9333vw;
  line-height: 1.4 !important;
  font-family: "Noto Sans JP";
}
.site_footer .f_contents ul li a {
  color: #fff;
  font-family: "Noto Sans JP";
}