@charset "utf-8";
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

.grecaptcha-badge { visibility: hidden; }

.wpcf7-response-output{
	border:none !important;
	text-align:left;
	font-size:12px !important;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@font-face {
    font-family:"HigureGothic";
    src: url('../font/HigureGothic-Regular.ttf') format('truetype');
    font-style: normal;
	font-weight:400;
}

@font-face {
    font-family:"HigureGothic";
    src: url('../font/HigureGothic-Medium.ttf') format('truetype');
    font-style: normal;
	font-weight:500;
}

@font-face {
    font-family:"HigureGothic";
    src: url('../font/HigureGothic-Bold.ttf') format('truetype');
    font-style: normal;
	font-weight:700;
}

body {
	font-family: "HigureGothic", sans-serif;
	font-weight: 500;
	font-size:16px;
	line-height:1.6;
	word-wrap: break-word;
	color: #455B66;
	background:#fff;
}

a{
	color: #455B66;
}


h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}

@media screen and (max-width: 500px) {
body {
	font-size:14px;
}
}

/* contents
-------------------------------------------------------------------*/
.wrap{
	position:relative;
}

.main-bg{
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	background:url(../img/common/main-bg.jpg) no-repeat center center;
	background-size:cover;
	z-index:-1;
}

.r-link{
	position:fixed;
	max-width:535px;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	z-index:99;
}

.r-link ul{
	position:absolute;
	right:-320px;
	top:150px;
}

.r-link ul li{
	padding:0 0 10px 0;
}

.r-link ul li:not(:last-child) a{
    display:inline-block;
    border-radius: 50px;
    border: 2px dotted rgba(170, 170, 170, 0.44);
	padding:2px 10px;
	background:#fff;
	font-size:14px;
	position:relative;
}

.r-link ul li:not(:last-child) a:after{
	content:"";
	width:14px;
	height:14px;
	border-radius:50%;
	background:#31CBE3;
	position:absolute;
	left:-10px;
	top:50%;
	transform: translateY(-50%);
	opacity:0;
	transition: all 0.3s;
}

.r-link ul li:not(:last-child) a.select:after{
	opacity:1;
}

.r-link ul li.m-btn{
	padding:10px 0 0 0;
}

.r-link ul li.m-btn a{
	padding:10px 0 10px 20px;
	font-size:16px;
	width:210px;
}

.r-link ul li.m-btn a:before,
.r-link ul li.m-btn a:after{
	width:41px;
	height:18px;
	right:4.3%;
}

.contents{
	clear:both;
	max-width:535px;
	margin:0 auto;
	position:relative;
	z-index:3;
	background: #fff;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
}

.youtube .inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.youtube .inner iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:none;
}

.scale{
	width:100%;
	height:auto;
}

.left{
	float:left;
}

.right{
	float:right;
}

img{
	max-width:100%;
	height:auto;
}

.sp{
	display:none;
}
@media screen and (max-width: 500px) {
.pc{
	display:none;
}
.sp{
	display:block;
}
.bg-img{
	z-index:-1;
}
}

/* header
-------------------------------------------------------------------*/
header{
	position:absolute;
	left:40px;
	top:30px;
	width:180px;
}

@media screen and (max-width: 500px) {
header{
	left:30px;
	top:30px;
	width:140px;
}

}
/* footer
-------------------------------------------------------------------*/
footer{
	background:#64748B;
	padding:25px 25px 40px 25px;
	color:#fff;
	text-align:center;
	max-width:535px;
	margin:0 auto 50px;
	border-radius:0 0 20px 20px;
}

footer .txt{
	font-size: 12px;
	line-height:1.8;
}

footer .txt a{
	color:#fff;
}

footer .copy{
	font-size: 10px;
	padding:10px 0 0 0;
}

@media screen and (max-width: 500px) {
footer{
	padding:25px 20px 30px 20px;
	margin:0;
	border-radius:0;
}
}