@charset "utf-8";
/* リセット
------------------------------------- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

table {border-spacing: 0; border-collapse: collapse;}
* html table {border-collapse: collapse;}
*:first-child+html table {border-collapse: collapse;}
caption,th {text-align: left; font-weight: normal;}
table,th,td,img {border: 0;}
input {vertical-align: middle;}
q:before,q:after {content: '';}
ul {list-style: none;}

hr,
legend,
caption {display: none;}

img {border:0; vertical-align: text-bottom;}

a:focus { outline: none;}

/* aタグ設定
------------------------------------- */
a.alpha:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	zoom: 1;
}
a {
	transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
	color: #333;
	text-decoration: none;
	display: inline-block;
}
a:hover {
	color: #fff;
	background: #333;
}
a.alpha:hover {
	background-color:transparent;
}

/* 基本設定
------------------------------------- */
html { font-size: 62.5%; } 
body {
	-webkit-text-size-adjust: 100%;
	font-size: 1.8rem;/* =16px */
	font-family:"M PLUS Rounded 1c", "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Verdana, Roboto, "Droid Sans",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	color: #333;
	line-height: 1.8;
}
strong,
.strong {
	font-weight: bold;
	font-size: 150%;
}
header {
	margin: 0 0 0;
}
footer {
	text-align: center;
	margin: 8em 0 0;
	padding: 1em 0;
	border-top: 3px solid #000;
}
h1 {
	text-align: center;
	font-size: 7rem;
	font-weight: bold;
	color: #4B474D;
}
h2 {
	text-align: center;
	margin: 0 0 0.5em;
	font-size: 4rem;
	font-weight: bold;
	position: relative;
}
section {
	text-align: center;
	margin: 10em auto 10em ;
	max-width: 1024px;
	position: relative;
}
section:last-child {
	margin-bottom:0 ;
}
h2:before {
	content: "";
	display: block;
	width: 200px;
	height: 5px;
	background: #ffff00;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}
.layout {
	width: 90%;
	margin: 0 auto;
}
.inconspicuous {
	opacity: 0.5;
	font-size: 80%;
}
.btnObj a {
	display: inline-flex;
	align-items: center;
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
	padding: 0.2em 2em;
	margin: 0.5em 5px;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}
.btnObj a:hover {
	background: #000;
	color: #fff;
}

.btnObj a::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #000;
	left: -100%;
	top: 0;
	z-index: -1;
	transition: left .1s ease;
}
.btnObj a:hover::after{
	left:0;
}
#greeting p {
	line-height: 2.8;
}
#profile dl {
	max-width: 100%;
	clear: both;
	margin: 0 auto;
	border: 2px solid #000;
	text-align: left;
}
#profile dt {
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
#profile dd {
	padding-left: 140px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
}
#profile dd:last-child {
	border-bottom: none;
}
.bgBox {
	text-align: center;
	margin: 0 auto;
}
.bgBox img {
	max-width: 1024px;
	width: 100%;
	height: auto;
}

/* clearfix
------------------------------------- */
.clearfix::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.clearfix {
	*zoom: 1;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 751px){
	.sp {
		display: none;
	}
}

@media screen and (max-width: 750px){
	.pc {
		display: none;
	}
	body {
		font-size: 3.6vw;
	}
	h1 {
		font-size: 8vw;
	}
	h2 {
		font-size: 7vw;
	}
	strong,
	.strong{
		font-size: 130%;
	}
	h2:before {
		width: 150px;
		top: -20px;
	}
	.bgBox {
		width: 100%;
	}
	.bgBox img{
		width: 100%;
		height: auto;
	}
	#profile dt {
		padding-left: 10px;
	}
	#profile dd {
		padding-left: 110px;
	}
}



.wholeMove{
	opacity:0;
}
#contents{
	overflow:hidden;
	
}
span.mover{
	opacity:0;
	display:inline-block;
	position:static;
}
.moveItem{
	display:inline;
}

#maskie2{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(82,139,234,1);
	opacity:0;
	pointer-events:none;
}

#maskie{
	position:fixed;
	left:-70%;
	top:0;
	width:300%;
	height:100%;
	background:linear-gradient(90deg,rgba(60,146,234,0) 0%,rgba(60,146,234,1) 25%,rgba(60,146,234,1) 75%,rgba(60,146,234,0) 100%);
	opacity:0;
	pointer-events:none;
}
header{
	opacity:0;
}

.appearance {
	text-align: center;
	margin-top: 1em;
}
.appearance img {
	width: 80%;
	height: auto;
}


::selection {
	background: rgba(82,139,234,0.99);
	color: #ffff00;
	opacity: 1;
}