@charset "utf-8";

/*
Theme Name: hiroaki
Theme URI: https://e-hiroaki.jp/
Description: 遠藤ひろあき オフィシャルサイト
Version: 1.0
Author: 
Author URI: 
*/

html,body {
	color: #fff;
	font-size: 16px;
	font-family: "Noto Sans JP",-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	letter-spacing: .1em;
	transition: .5s;

}

a {
	text-decoration: none;
	color: #fff;
	transition: .5s;
}

.cf:after {
	clear: both;
	display: block;
	content: "";
}

.sa {
	opacity: 0;
	transform: translate(0,70px);
	-webkit-transform: translate(0,70px);
}

.o1 {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transition: 1.5s;
	transition-delay: 0.5s;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 62px;
	background: #b03323; 
	z-index: 9999;
}

#logo {
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 9999;
	font-size: 1.4em;
	line-height: 1;
}

#logo span {
	font-size: 0.7em;
}

#logo a {
	line-height: 1;
}

#nav-toggle {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 32px;
  height: 26px;
  padding: 18px;
  background: #b03323;
  cursor: pointer;
  z-index: 11111;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}

#menu {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 9999;
	font-weight: 700;
	text-shadow: 0px 0px 8px #555;
}

#menu li {
	display: inline-block;
	margin: 0;
	line-height: 1;
}

#menu a {
	padding: 0 1em 0.4em;
	position: relative;
	display: inline-block;
}

#menu a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: #fff;
	transform: scale(0,1);
	transform-origin: right top;
	transition: transform .5s;
}

#menu a:hover::after {
	transform-origin: left top;
	transform: scale(1,1);
}

#fullpage .top {
	background-size: cover;
	background-position: center bottom;
}

#fullpage h1 {
	text-align: center;
	font-size: 5em;
	text-shadow: 0px 0px 16px #555;
	margin-bottom: 20px;
}

#fullpage h1 span {
	margin-left: .5em; 
}

.section .button a {
	display: block;
	width: 180px;
	margin: 20px auto;
	padding: 20px 10px;
	text-align: center;
	font-size: 1em;
	color: #fff;
	background-color: #b03323;
}

.section .button a:hover {
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

#fullpage .profile {
	color: #555;
	height: 100%;
}

#fullpage .profile .wrap {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

#fullpage .wrap .fl {
	float: left;
	width: 45%;
}

#fullpage .wrap .fl img {
	max-width: 100%;
}

#fullpage .wrap .fr {
	float: right;
	width: 50%;
}

#fullpage .profile h1 {
	font-size: 1.5em;
	margin-bottom: 10px;
	text-align: left;
	text-shadow: none;
}

#fullpage .profile h1 span {
	font-size: .75em;
}

#fullpage .profile p {
	font-size: 1em;
	margin-bottom: 20px;
	margin-left: 40px;
}

#fullpage .engine {
	background: url(img/engine.jpg);
	background-size: cover;
	background-position: center bottom;
}

#fullpage .engine h2 {
	text-align: center;
	font-size: 2.5em;
	text-shadow: 0px 0px 16px #555;
	margin-top: -40px;
	margin-bottom: 20px;
}

.inst {
	width: 70%;
	margin: 62px auto;
	color: #444;
}

#fullpage .inst h1, #activity .inst h1 {
	font-size: 2.5em;
	line-height: 1.1;
	color: #b03323;
	margin-bottom: 20px;
	text-shadow: none;
	text-align: left;
}

.instagram {
	border-top: 2px solid #444;
}

.instagram li {
	padding: 20px 0;
	border-bottom: 1px dashed #444; 
}

.instagram li a {
	color: #444;
}

.instagram li img {
	float: left;
	width: 150px;
}

.instagram li p {
	display: block;
	font-size: 1.2em;
	float: left;
	width: calc(100% - 175px);
	margin-left: 20px;
}

.instagram li p .post_date {
	font-size: .9em;
	color: #999;
}

#fullpage .support h1 {
	margin-top: -62px;
}

.support .button a {
	background-color: #fff;
	color: #b03323;
}

#engine .lede {
	background: url(img/lede.jpg);
	background-size: cover;
	background-position: center top;
}

#engine .main {
	background-size: cover;
	background-position: center top;
}

#engine .text {
	width: 70%;
	margin: 62px auto 124px;
	padding: 60px 60px 28px;
	background-color: rgba(255,255,255,.75);
	color: #444;
}

#engine h1 {
	font-size: 2.5em;
	line-height: 1.1;
	color: #b03323;
	margin-bottom: 60px;
}

#engine p {
	font-size: 1.2em;
	margin-bottom: 32px;
}

#engine h2 {
	font-size: 1.8em;
	line-height: 1.1;
	color: #b03323;
	margin-bottom: 18px;
}

#engine ul {
	font-size: 1.2em;
	line-height: 1.2;
	padding: 0 0 0 20px;
	margin-left: 20px;
	margin-bottom: 60px;
}

#engine ul li {
	margin-bottom: 9px;
}

#activity {
	background: #f0f0f0;
	padding: 62px 0;
	min-height: 100vh;
}

#support {
	color: #555;
	padding-top: 124px;
	padding-bottom: 62px;
	background: #f0f0f0;
	min-height: 100vh;
}

#thanks {
	color: #555;
	background: #f0f0f0;
}

#support h1 {
	font-size: 2.5em;
	line-height: 1.1;
	color: #b03323;
	margin-bottom: 60px;
}

#support .thanks h1 {
	margin-bottom: 100px;
}

#support p {
	font-size: 1.2em;
	margin-bottom: 32px;
}

#support .form, #support .thanks {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

#support h2 {
	font-size: 1.6em;
	margin-bottom: 1em;
}

#support .thanks h2 {
	margin-top: 100px;
}

#support form {
	width: 100%;
	padding: 60px 60px 28px;
	background-color: rgba(255,255,255,.5);
	box-sizing: border-box;
	margin-bottom: 62px;
}

#support form p, #support p.address {
	font-size: 1em;
}

form span {
	color: #b03323;
	font-size: 1.5em;
	vertical-align: middle;
	line-height: 16px;
}

form div {
	margin-left: 40px;
}

form div + div {
	margin-top: 1em;
}

form label {
	display: inline-block;
	width: 150px;
}

form input {
	font-size: 16px;
	font-family: "Noto Sans JP",-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	letter-spacing: .1em;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	box-sizing: border-box;
}

input.w1 {
	width: 220px;
} 

input.w2 {
	width: calc(100% - 200px);
}

.mwform-zip-field input {
	margin-left: 0;
}

.send {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 160px;
}

.send input {
	font-size: 16px;
	font-family: "Noto Sans JP",-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	letter-spacing: .1em;
	background: #b03323;
	color: #fff;
	width: 120px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	margin-left: 0;
}

.send input:hover {
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

footer {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	text-align: right;
}

footer ul li {
	display: inline-block;
	font-size: 2.5em;
	margin: 0.1em;
	text-shadow: 0px 0px 4px #ccc;
}

footer ul li a:hover {
	color: #b03323;
}

footer p {
	font-size: 0.7em;
	font-weight: 700;
	text-shadow: 0px 0px 6px #ccc;
}

/*====================================================================================================*/
/*====================================================================================================*/
/*   for mobile start
/*====================================================================================================*/
/*====================================================================================================*/
@media screen and (max-width: 767px) {
html, body {
	letter-spacing: 0;
}

#logo {
	top: 12px;
	left: 12px;
}

#logo span {
	display: block;
	margin-top: 4px;
}

#nav-toggle {
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
}

.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

#menu {
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 100%;
	top: 62px;
	background: #b03323;
	transition: .5s;
	padding-top: 24px;
}

.open #menu {
	left: 0;
	overflow-y: auto;
}

#menu li {
	display: block;
	padding: 12px 0;
}

#menu a::after {
	width: 0;
	height: 0;
}


#fullpage h1 {
	font-size: 3em;
}

#fullpage h1 span {
	display: block;
	margin-left: 0;
	margin-top: -0.3em; 
}

#fullpage .profile .wrap {
	width: 95%;
}

#fullpage .wrap .fl {
	float: none;
	margin: 31px auto;
}

#fullpage .wrap .fr {
	float: none;
	width: 100%;
	margin-bottom: 248px;
}

#fullpage .profile p {
	margin-left: 0;
	margin-bottom: 40px;
}

#fullpage .engine h2 {
	font-size: 1.5em;
	margin-top: -20px;
}

.inst {
	width: 95%;
	margin-top: 20px;
	margin-bottom: 248px;
}

.instagram li img {
	width: 100px;
}

.instagram li p {
	font-size: 1em;
	margin-left: 5px;
	width: calc(100% - 105px);
}

#engine .text {
	width: 95%;
	padding: 62px 2.5%;
	margin-top: 0;
	margin-bottom: 248px;
}

#engine ul {
	margin-left: 0;
	padding-left: 0;
}

#activity .inst {
	margin-bottom: 0;
}

#support .form, #support .thanks {
	width: 95%;
}

#support form {
	padding: 5px;
}

form div {
	margin-left: 0;
}

input.w1, input.w2, input.w3 {
	width: calc(100% - 12px);
}

.send {
	padding-left: 0;
	text-align: right;
}

footer {
	right: 5px;
	bottom: 5px;
}

footer ul li {
	font-size: 2em;
	line-height: 1.2;
}

} /* 767 end */

@media screen and (max-width: 415px) {
#fullpage .top {
	background-size: cover;
	background-position: 65% bottom;
}

} /* 415 end */