@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}
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size:16px;
	line-height:1.6;
	word-wrap: break-word;
	color: #1A1A1A;
	background:#fff;
}

a{
	color: #1A1A1A;
}


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

@media screen and (max-width: 500px) {
body {
	font-size:14px;
}
	
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
}

/* 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.webp) no-repeat center center;
	background-size:cover;
	z-index:-1;
}

.r-link{
	position:fixed;
	right:0;
	bottom:30%;
	transition: all 0.3s;
}

@media screen and (max-width: 1000px) {
.r-link{
	opacity:0;
	z-index:-1;
}
}

.r-link .btn-box{
	display:block;
	width:220px;
}

.r-link .btn-box li{
	width:100%;
	display:inline-block;
	margin:20px 0 0 0;
}

.r-link .btn-box li a{
	border-radius:50px 0 0 50px;
}

.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;
}
}

/* footer
-------------------------------------------------------------------*/
.n-restyle footer{
	background:#1A1A1A;
	padding:25px 25px 40px 25px;
	color:#fff;
	text-align:center;
	max-width:535px;
	margin:0 auto;
}

.n-restyle footer .txt{
	font-size: 12px;
	line-height:2;
}

.n-restyle 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;
}
}


/* other
-------------------------------------------------------------------*/
a:hover img.opacity,
.opaities a:hover img,
a.opacity:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	transition: all 0.3s;
}
.txt_indent {
	padding-left:1em;
	text-indent:-1em;
}
.img{
	line-height:0;
}
.t_center{
	text-align:center;
}

@media screen and (max-width: 500px) {
a:hover img.opacity,
.opaities a:hover img,
a.opacity:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
}