/*
 Thin 100  / Regular 400 /  Medium 500 / SemiBold 600 / Bold 700
*/
body {
	font-family: 'Noto Sans JP';
	background:#fff !important;
}
#site-translate-message {
	position: absolute;
	z-index: 99999;
	width: 100%;
	display: block;
	background: #d2dad4;
  opacity: 0.6;
}
.select_box {
	position: absolute;
	display: flex;
	align-items: center;
	border: 1px solid #d2dad4;
	border-radius: 0;
	width: max-content;
	height: 32px;
	right: 115px;
	top: 35px;
	backdrop-filter: blur(2px);
	background: rgba(255,255,255,0.13);
	padding: 0 14px 3px 3px;
}
.select_box::before {
	position: absolute;
	right: 10px;
	content: '';
	width: 7px;
	height: 6px;
	background: rgba(255,255,255,0.8);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	z-index: 99;
  top: 12px;
}
.select_box select {
	width: 100%;
	padding: 8px 10px 8px 12px;
	cursor: pointer;
	text-overflow: ellipsis;
	z-index: 1;
	border: none;
	appearance: none;
	outline: none;
	background: transparent;
	color: #fff;
	font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.select_box select option {
  background: #fff;
  color: #000;
}
.select_box select option:hover {
  background: #eee;
  color: #000;
}
.select_box select option:checked,
.select_box select option:active {
  background: #ddd;
  color: #000;
}

.wow {
  visibility: hidden;
}
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
}
#splash_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  transform: translateX(0);
}
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 200px;
  margin-top: -80px;
}
#splash_logo img {
  
  opacity: 0;
}
@keyframes sweepOut {
  from { transform: translateX(0); }
  to   { transform: translateX(100%); }
}
@keyframes fade {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.fade {
  animation: fade 0.8s ease-out forwards;
}
@keyframes fadeOut {
  from { opacity: 1; }
  to   { opacity: 0; }
}
.fadeOut {
  animation: fadeOut 0.6s ease forwards;
}

img {
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
a img {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade {
  animation-name: fadeIn;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}

@keyframes fadeOutFast {
  from { opacity: 1; }
  to   { opacity: 0; }
}
.fadeOutFast {
  animation: fadeOutFast 1s ease forwards;
}
#header {
	width: 100%;
	height: 84px;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

#header {
	width: 100%;
	height: 175px;
	height: 84px;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
#header_sub {
	width: 100%;
	height: 175px;
	height: 75px;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.header_bottom {
	height: 105px;
	top: 70px;
	left: 120px;
	background: url("../images/smt_header_arch.png") no-repeat top center/500px auto;
	z-index: 999;
	width: 100%;
	position: fixed;
}

.header_bottom:before {
  content: "";
  display: block;
  width: calc(50% - 80px);
  height: 70px;
  background: #000;
  position: absolute;
  left: -120px;
}
.header_bottom:after {
  content: "";
  display: block;
  width: calc(50% - 200px);
  height: 70px;
  background: #000;
  position: absolute;
  right: 0;
}
.sub_main_img {
  margin-top: -74px;
}
.header_sub_area {
  position: relative;
  height: 170px;
}
.logo_sub a {
	display: flex;
	width: 400px;
	height: 125px;
	position: fixed;
	left: 0;
	top: 70px;
	transform: translate(0%, -50%);
	z-index: 1000;
	color: #fff;
	align-items: center;
	font-size: 2.4rem;
	font-family: "Noto Serif JP", serif;
}
.logo_sub a img {
	height: 100%;
}

.header_bottom::before,.header_bottom::after {
	height: 64px;
}






