@charset "UTF-8";

body {
	font-size: 1rem;
	font-family: "Zen Maru Gothic", serif;
	min-width: 1100px;
	margin: 0 auto;
}

.header_menu_area {
    display: flex;
    align-items: center;
    z-index: 99999;
    position: relative;
}

.language {
    font-weight: 600;
    font-size: 13px;
    align-items: center;
    letter-spacing: 1px;
    text-align: center;
    margin-right: 20px;
    z-index: 99999;
    line-height: 13px;
    position: relative;
}

.language a {
	display: flex;
	font-size: 11px;
	align-items: center;
	padding: 2px 8px 2px 2px;
	border: 1px solid;
	background: #fff;
	margin: 8px auto 0;
	border-radius: 100px;
	width: max-content;
	letter-spacing: 1px;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

.language a span {
    font-size: 11px;
    background: #000;
    color: #fff;
    padding: 2px 10px;
    margin-right: 6px;
    letter-spacing: 1px;
    border-radius: 100px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.language a:hover span {
    margin-left: 2px;
    margin-right: 4px;
	background: #333;
}

.language a:hover {
    color: #bc2621;
    border: 1px solid #000;
}

.language_sp {
	display: none
}

.loader-2 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
  border: solid 1px;
  border-color: #fff #00000010 #00000010;
  position: relative;
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.header_logo {
    width: 140px;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

.header_logo:hover {
	transform: scale(1.05);
}

header {
    position: fixed;
    padding: 40px;
    width: 100%;
    z-index: 9999;
    min-width: 1100px;
    margin: 0 auto;
}

.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.header_menu {
    display: flex;
}

ul.header_menu li a {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    display: block;
    text-align: center;
    font-family: "Hind", sans-serif;
	position: relative;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

ul.header_menu li a:before {
	content: "";
	display: block;
	width: 1px;
	height: 0;
	background: #bc2621;
	top: -50px;
	left: 50%;
	margin-left: -0.5px;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	position: absolute;
}

ul.header_menu li a:hover:before {
	height: 35px;
}

ul.header_menu li a:hover {
	color: #bc2621;
}

ul.header_menu li a span {
	font-family: "Zen Maru Gothic", serif;
	font-size: 10px;
	display: block;
	margin-top: 7px;
	margin-bottom: 4px;
	letter-spacing: 0px;
	font-weight: normal;
}

ul.header_menu li {
    margin: 0 30px;
}

#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background:#bc2621;
	z-index: 9999999;
	text-align:center;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	align-items: center;
	display: flex;
	color: #fff;
	transform: translate(-50%, -50%);
}

#splash-logo img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7476%) hue-rotate(213deg) brightness(105%) contrast(99%);
    width: 100px;
}

.splashbg{
    display: none;
}


/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	
body {
	min-width: inherit;	
}

.language_sp {
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    margin-right: 20px;
    z-index: 99999;
    right: 128px;
    position: absolute;
    top: -14px;
}

.language_sp a {
	display: flex;
	font-size: 10px;
	align-items: center;
	padding: 2px 10px 2px 2px;
	border: 1px solid;
	background: #fff;
	border-radius: 100px;
	margin-left: 10px;
	letter-spacing: 1px;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
}

.language_sp a span {
    font-size: 10px;
    background: #000;
    color: #fff;
    padding: 1px 10px;
    margin-right: 6px;
    letter-spacing: 1px;
    border-radius: 100px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.language_sp a:hover span {
    margin-left: 2px;
    margin-right: 4px;
	background: #333;
}

.language_sp a:hover {
    color: #bc2621;
    border: 1.5px solid #000;
}

.language {
	display: none;
}
	
ul.header_menu {
    display: none;
}

header {
	min-width: inherit;
    padding: 15px;
}

a.header_logo {
    width: 100px;
    position: relative;
    z-index: 9999;
}
#splash-logo img {
    width: 70px;
}

.loader-2 {
    width: 60px;
    height: 60px;
}
}
