@charset "UTF-8";


.loading {
	position: fixed;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	z-index: 99999;
	background: #fff;
}

.loading_inner {
    height: 100vh;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: futura-pt, sans-serif;
}

.loading_cap {
    font-size: 3rem;
    letter-spacing: 4px;
}

.loading_cap span {
    display: block;
    letter-spacing: 3px;
    font-family: mr-eaves-modern, sans-serif;
    margin-top: 30px;
}

.loading_cap img {
    display: block;
    margin: 0 auto;
}

body {
	font-size: 1rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	min-width: 1100px;
	margin: 0 auto;
}

header {
    padding: 40px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    align-items: center;
    width: 100%;
	min-width: 1100px;
	z-index: 9999;
}

a,
a img{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;	
}

a:hover,
a:hover img {
	opacity: 0.4;
}

ul.g_menu {
    display: flex;
    margin-right: 80px;
}

.g_menu li {
    margin-left: 80px;
}

.g_menu li a {
	font-family: mr-eaves-modern, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	letter-spacing: 1.5px;
}

.triger_wrap {
    display: none!important;
}

.section_title {
    font-family: mr-eaves-modern, sans-serif;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    color: #707070;
}

.disp_sp {
	display: none;
}

.disp_pc {
	display: block;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

	
body {
	font-size: 1rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	min-width: 100%;
	margin: 0 auto;
}

header {
    padding: 14px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    align-items: center;
    width: 100%;
    min-width: 100%;
    background: #fff;
    z-index: 9999;
}

.header_logo {
    width: 32%;
}

ul.g_menu {
    display: none;
    margin-right: 80px;
}

.g_menu li {
    margin-left: 80px;
}

.g_menu li a {
	font-family: mr-eaves-modern, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	letter-spacing: 1.5px;
}

.triger_wrap {
    display: block!important;
}

.section_title {
    font-family: mr-eaves-modern, sans-serif;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    color: #707070;
    font-size: 1.5rem;
}

.disp_sp {
	display: block;
}

.disp_pc {
	display: none;
}
	
}
