@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*reset----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	list-style-type: none;
	font-style: inherit;
}
body {
	font-family: source-han-sans-cjk-ja, sans-serif; 
	font-weight: normal;
	line-height: 1;
	overflow-x: hidden;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
 }
html, body {
	min-width: 1200px;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
img {
	border-style: none;
	width: 100%;
}
#contents img {
	display: none;
}
a,
button {
	outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
.cover {
	overflow: hidden;
	height: auto;
}
.cover img {
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.round {
	overflow: hidden;
	border-radius: 50%;
}
.round img {
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.round.small {
	width: 60%;
	margin: 0 auto;
}
.user {
	background: #f2f2f2;
	border-radius: 50%;
	position: relative;
	top: 0;
}
.user:before {
	font-size: 60px;
	content: "\f007";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}
.user .name {
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: -30px;
}
.att {
	font-size: 54px;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}
.rudius {
	border-radius: 5px;
}
.img_bottom {
	margin-top: 15px;
}
.img_bottom h4:nth-last-child(1) {
	padding-bottom: 0;
}
.sp {
	display:none;
}
@media screen and (max-width:750px) and (orientation: portrait){
.round {
	width: 75%;
	margin: 0 auto;
}
.user:before {
	font-size: 9vw;
}
.user .name {
	font-size: 2.5vw;
	bottom: -5vw;
}
}

/*clearfix----------------------------------------*/
.clearfix:after {   
    content: ".";   
    display: block;   
    overflow:hidden;
    height: 0px;
    line-height: 0;
    clear: both;   
}
/*link--------------------------------------------*/
p a {
	transition: 0.3s;
}
p a:after {
	content: "\f101";
	padding-left: 8px;
	font: 900 12px "Font Awesome 5 Free";
	vertical-align: 5%;
}
p.note {
	font-size: 80%;
	padding-left: 1.5em;
	text-indent: -1.5em;
	line-height: 1.7;
}
.btn {
	transition: 0.5s;
}
.btn:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-webkit-opacity:0.70;
	opacity:0.70;
}
.btn1 {
	display: inline-block;
	-webkit-backface-visibility: hidden; /* 追加 */
	backface-visibility: hidden; /* 追加 */
}
.btn1 img {
	transition: 0.5s;
}
.btn1 img:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-webkit-opacity:0.50;
	opacity:0.50;
}
.btn2 {
	position: relative;
	padding: 8px 0;
	letter-spacing: 0.1em;
	display: block;
	margin: 20px auto 0;
	width: 150px;
	z-index: 2;
	border-radius: 2px;
	height: 13px;
}
.btn2.full {
	width: 100%;
}
.btn2:after {
	position: absolute;
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
	font-size: 12px;
	color: #fff;
	z-index: 2;
	width: 100%;
}
.btn2.down:after {
	content: "\f103";
}
.btn2:before {
	position: absolute;
	content: "";
	background: #000;
	width: 0%;
	height: 100%;
	left: 0;
	top: 0;	
	z-index: 1;
	transition: 0.3s;
	border-radius: 2px;
}
.btn2:hover:before {
	width: 100%;
}
.btn2.map {
	padding: 10px 0;
	height: 16px;
}
.btn2.map:after {
	content: "\f35d";
	font-size: 16px;
}
.btn2.more {
	padding: 10px 0;
	height: 16px;
	margin-top: 50px;
}
.btn2.more:after {
	content: "\f103";
	font-size: 16px;
}
.box.flex_btn .btn2 {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
#loading {
	position: fixed;
	font-size: 50px;
	text-align: center;
	right: 50%;
	bottom: 50%;
	margin-right: -25px;
}
#scroll {
	color: #ddd;
	width: 50px;
	height: 50px;
	position: fixed;
	font-size: 50px;
	content: "\f102";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
	right: 30px;
	bottom: 30px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.60;
	-webkit-opacity: 0.60;
	opacity: 0.60;
	transition: 0.3s;
	z-index: 20;
	display: none;
}

@media screen and (max-width:750px) and (orientation: portrait){
html, body {
	min-width:100%;
}
.pc {
	display:none;
}	
.sp {
	display:block;
}
/*link--------------------------------------------*/
a {
 -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.btn2 {
	margin-top: 20px;
}
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
	cursor: pointer;
}
#scroll {
	font-size: 40px;
	right: 10px;
}
}
