@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
html,
body {
	padding: 0;
	margin: 0;
}
img,video {
	width: 100%;
	border: 0;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2 {
	padding: 0;
	margin: 0;
	line-height: 0;
}
a {
	text-decoration: none;
    color: #111;
}
.img {
	position: relative;
	line-height: 0;
}
.anim {
	opacity: 0;
	transition: 1.5s all 0s;
}
.anim.ac {
	opacity: 1;
	transform: translate(0);
}

#er {
	font-family: "noto-sans-cjk-jp", sans-serif;
	position: relative;
	font-size: 11px;
	line-height: 2.0;
}
#er .center {
	text-align: center;
}
#er .main {
	position: fixed;
	top: 0;
	left: 0;
}
#er .main .ttl {
	width: 74%;
    top: 38%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
#er .main .erlogo {
	width: 28%;
    top: 4%;
    left: 5%;
    position: absolute;
}
@media only screen and (min-width: 769px)  {
	#er {
		width: 100%;
		font-size: 12px;
	}
	#er .main {
		position: sticky;
		width: 50%;
	}
	#er .main .ttl {
		width: 72%;
		top: 34%;
	}
	#er .main .erlogo {
		width: 22%;
		top: 3%;
		left: 4%;
	}
}
/* contents
------------------------------------- */
#er #contents {
	width: 100%;
    margin: 133vw auto 0%;
    position: relative;
    transition: 1s all 0s ease;
    background: #fff;
    padding-top: 1%;
}


@media only screen and (min-width: 769px)  {
	#er #contents {
		width: 50%;
		margin: 0;
        padding-top: 0;
		padding-bottom: 0;
	}
	#er .flex {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
}	

/* 
------------------------------------- */

#er #contents .read {
	text-align: center;
    margin: 14% 0;
}


@media only screen and (min-width: 769px) {
	#er #contents .read {
		font-size: 14px;
		padding-bottom: 60px;
	}
}

/* bnr
------------------------------------- */
#er #contents .bnr {
	width: 86%;
	margin: 8% auto 0%;
	box-shadow: 3px 4px 6px #12121285;
	line-height: 0;
}
@media only screen and (min-width: 769px) {
	#er #contents .bnr {
		
		
	}
}

/* point
------------------------------------- */
#er #contents .point {
	padding: 26% 0;
	text-align: center;
}
#er #contents .point .point_text {
	width: 60%;
    margin: 0 auto 6%;
}
#er #contents .point h3 {
    font-weight: 800;
    font-style: normal;
	line-height: 1.0;
    letter-spacing: .8px;
    font-size: 16px;
    margin: 0 0 4%;
	text-align: center;
}
#er #contents .point a {
	display: block;
    text-align: center;
    width: fit-content;
    margin: 8% auto 0;
    font-size: 15px;
    border-bottom: solid 2px #111;
}

@media only screen and (min-width: 769px) {
	#er #contents .point h3 {
		font-size: 18px;
	}
}


/* profile
------------------------------------- */
#er #contents .profile {
	padding: 16% 0;
    border-top: solid 1px #111;
	line-height: 1.8;
}
#er #contents .profile .profile_pic {
	width: 22%;
	margin: 0 auto;
}
#er #contents .profile .profile_pic img {
	border-radius: 50%;
}
#er #contents .profile h4 {
	text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin: 1% 0 3%;
}
#er #contents .profile h4 span {
	display: block;
	font-size: 74%;
	font-weight: 400;
}
#er #contents .profile p {
	width: 50%;
    margin: 0 auto;
}

@media only screen and (min-width: 769px) {
	
}


/* hamburger
------------------------------------- */
.hamburger {
    position: fixed;
    top: 3%;
    right: 3%;
    width: 36px;
    z-index: 99999;
    cursor: pointer;
    transition: opacity 1s ease;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 1px;
    background: #111;
}
.hamburger span:nth-of-type(3) {
    width: 60%;
    align-self: flex-end;
}
/* drawer
------------------------------------- */
.drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    height: 100%;
    background: #fff;
    z-index: 999999;
    transition: right 0.4s ease;
    overflow-y: auto;
}
.drawer.open {
    right: 0;
}
.drawer_inner {
    padding: 6% 8%;
    min-height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.drawer_head {
    position: relative;
}
.drawer_head img {
    width: 100%;
}
.drawer_head .logo-2 {
    width: 44%;
}
.drawer_close {
    position: absolute;
    width: 12%;
    top: 0;
    right: 0;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}
.drawer_nav {
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.drawer_nav_main {
    margin-bottom: 16%;
}
.drawer_nav_main li {
    margin-bottom: 4%;
}
.drawer_nav_main li a {
    font-family: "vinila-extended", sans-serif;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 1;
	display: flex;
    align-items: center;
}
.drawer_nav_main li span {
    font-size: 50%;
    margin-right: 2%;
}
.drawer_nav_sub {
	width: 93%;
    margin: 0 0 0 auto;
}
.drawer_nav_sub_title {
    font-family: "vinila-extended", sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0 0 6% 0;
    line-height: 1;
}
.drawer_nav_sub ul li {
    margin-bottom: 2%;
}
.drawer_nav_sub ul li a {
    font-size: 12px;
	font-weight: 300;
    color: #111;
    text-decoration: none;
    letter-spacing: 0.5px;
	font-family: helvetica-lt-pro, sans-serif;
}
.drawer_nav_sub ul li a span {
    font-size: 50%;
    margin-right: 2%;
}

/* drawer overlay */
.drawer_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 99998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}
.drawer_overlay.open {
    opacity: 1;
    pointer-events: all;
}

/* footer_er
------------------------------------- */
#footer_er {
	position: relative;
	z-index: 999;
	background: #fff;
	padding-top: 4%;
	border-top: solid 1px #111;
}
#footer_er .f_logo {
	width: 44%;
    margin: 8% auto 4%;
}
#footer_er .footer_inner {
	width: 36%;
    margin: 0% auto 4%;
}
#footer_er .footer_inner .link {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#footer_er .footer_inner .link a {
	color: #111;
	display: block;
	font-size: 10px;
	text-decoration: underline;
}
#footer_er .copy {
	font-size: 8px;
	text-align: center;
	padding: 2% 0;
	line-height: 1.0;
}

@media only screen and (min-width: 768px)  {
	#footer_er {
		padding-top: 60px;
	}
	#footer_er .footer_inner {
		width: 30%;
		max-width: 180px;
		margin: 0% auto 40px;
	}
	#footer_er .f_logo {
		width: 38%;
        max-width: 380px;
        margin: 20px auto 40px;
	}
	#footer_er .copy {
		padding: 10px 0;
	}
}


/* view
------------------------------------- */
.spview {
	display: block;
}
.pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
     .spview {
		display: none;
	}	
	.pcview {
		display: block;
	}
}