@charset "utf-8";
/* CSS Document */

/* 
===================== 1.Universal reset ==========================
*/
.pc { display: block !important; }
.sp { display: none !important; }
img{
	width:100%;
	border: none;
	margin: 0 auto;
	padding: 0;
	height:auto;
	user-select: none;/*選択禁止*/
	-moz-user-select: none;/*選択禁止*/
	-webkit-user-select: none;/*選択禁止*/
	-ms-user-select: none;/*選択禁止*/
	}
.clear{clear: both;}
	
/* 
===================== 2.Body and base setting ====================
*/
body{	
	font-family: "メイリオ",'Lucida Grande', 'ヒラギノ角ゴ Pro W3', 'ＭＳ ゴシック', sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

/*#wrap{
	background-image: url(../img/bg.jpg); 
	background-size:cover;
	background-repeat: repeat;
	background-position: top center;
	}*/
#wrap::before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-image: url(../img/bg.jpg); 
	background-size:contain;
	background-repeat: repeat;
	background-position: top center;
	}
	@media only screen and (max-width:1920px){
		#wrap::before{
			background-size:cover;
		}
	}

a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}

/*---------fadein--------*/	
/* 画面外にいる状態 */
.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
    }
 
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
	margin: 0;	
    }

.fadein.scrollin picture{
	line-height: 0;
}

/* 
===================== 3.Content setting ====================
*/	

/* ---Top---*/
#top {
	width: 100%;
	}
	#top h1{
		margin:0;
		padding:0; 
		line-height:0;
	}
	#top img{
		/*width: 100%;
		max-width:1920px;*/
		width: auto;
		max-width:100%;
		max-height: 100vh;
		}

/* ---Container---*/
.container{
	width: 90%;
	max-width:1000px;
	margin: 0 auto;
	padding: 0;
	}

/* ----- Movie ----- */
.movie-box {
    width: 100%;
    margin: 2rem auto;
    display: flex;
    flex-direction: column;
}
.movie-item {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
	border:solid 3px #6d9546;
	box-sizing:border-box;
	/*border-radius:1rem;
	box-shadow:5px 5px 0px #00000050;*/
}
.movie-item iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	/*border-radius:.8rem;*/
}

/* ----- contents ----- */
.contents{
	margin: 0 auto;
	padding: 0;
}
.inner-box{
	width:100%;
	margin: 2rem auto;
	padding: 0;
	}
	@media only screen and (max-width:767px){
		.inner-box{
			margin: 1rem auto;
		}
	}

/* --- product --- */
#product {
	}

.box_price{
	margin:4rem auto;
	padding:3rem 3rem 1.5rem;
	box-sizing:border-box;
	background-color:#fff;
    border-radius:1rem;
	text-align:left;
	box-shadow:5px 5px 0px #00000050;
	}
	@media screen and (max-width:767px){
		.box_price {
			margin: 2rem auto;
			padding: 1.5rem 1.5rem 1rem;
		}
	}
.pr_photo{
	width: 45%;
	height: auto;
	margin: 0 auto;
	padding:0;
	float: left;
	vertical-align:middle;
	}
	.pr_photo img{
		width: 100%;
	}
	@media screen and (max-width:767px){
		.pr_photo {
			width: 100%;
			float: none;
		}
	}
.pr_txt{
	width: 50%;
	margin:0 auto;
	float: right;
	}
	.pr_txt table{
		width: 100%;
		border: none;
		}
	.pr_txt	th{
		width:30%;
		line-height: 1.2rem;
		}
	.pr_txt	td{
		border-spacing: 0;
		font-weight: bold;
		line-height: 1.5em;
		padding: .5rem 0;
		}
	@media screen and (max-width:767px){
		.pr_txt{
			width: 100%;
			float: none;
			padding:0;
			font-size:.9rem;
			}
		.pr_txt	th{
			width: 28%;
			font-size:.8rem;
		}
	}
.font_s{
	font-size:80% !important;
	}
.pr_features{
	margin: 1rem auto 0;
	}
	@media only screen and (max-width:767px){
		.pr_features{ 
			font-size: .9rem;
		}
	}
	.pr_features h3{
		margin: 0 auto;
		padding:0;
		margin-bottom: 1rem;
        font-size: 1.2rem;
		font-weight: bold;
        border-bottom: 2px solid;
        display: block;
        }
	.pr_features h3:before{
        /*content: '●';
        padding:0 1% 0 0; 
        vertical-align: middle;*/
        }
		@media only screen and (max-width:767px){
			.pr_features h3{ 
				font-size: 1.1rem;
			}
		}

/* ----- Btn ----- */
.btn{
	width: 80%;
	max-width: 600px;
	margin: 3rem auto 1.5rem !important;
	position: relative;
	display: inline-block;
	}
    @media screen and (max-width:767px){
        .btn {
            margin: 1rem auto .5rem !important;
			font-size:.8rem;
        }
    }
	.btn span{
		display:block;
		font-size:clamp(.9rem, 1.8vw, 1.2rem);
		margin-top:.5rem;
        }
		@media screen and (max-width:767px){
			.btn span{
				margin-top:.2rem;
			}
		}
		.btn span:after{
			font-family: "Font Awesome 5 Free";
			content: '\f138';
			font-weight: bold;
			padding:0 1%;
			}
	.btn a{
		display: block;
		padding: 1rem 4rem;
		box-sizing:border-box;
		font-weight: bold;
		text-decoration: none;
		}
		@media screen and (max-width:767px){
			.btn a{
				padding: .8rem 1.5rem;
			}
		}
		/*.btn a:before{
			content: '';
			width: 25px;
			height: 25px;
			background: #a4c90a;
			border-radius: 50%;
			position: absolute;
			top: 0;
			right: 1rem;
			bottom: 0;
			margin: auto;
			}
			@media screen and (max-width:767px){
				.btn a:before{
					width: 18px;
					height: 18px;
					right: .5rem;
				}
			}
		.btn a:after {
			content: '';
			width: 6px;
			height: 6px;
			border: 0;
			border-top: solid 2px #000;
			border-right: solid 2px #000;
			transform: rotate(45deg);
			position: absolute;
			top: 0;
			right: 1.6rem;
			bottom: 0;
			margin: auto;
			}
			@media screen and (max-width:767px){
				.btn a:after {
					right: .95rem;
				}
			}*/

.btn__future {
	background: #1e130d;
	border-radius: 0;
	box-shadow: 0px 0px 0px 5px #a4c90a;
	}
	.btn__future:hover {
		background: #3d3d3d;
	}
	.btn__future a{
		color: #FFF;
		}
/*		.btn__future a:before{
			background: #a4c90a;
		}*/
    .btn__future span:after{
        color: #a4c90a;
        }

/* ----- Recommend ----- */
#recommend .contents{
	margin: 4rem auto 0;
}
#recommend .inner-box{
	padding: 1rem 2rem 2rem;
	box-sizing: border-box;
	background-color:#000000ab;
	border:solid 5px #6d9546;
	}
	@media screen and (max-width:767px){
		#recommend .inner-box{
			padding: .5rem;
		}
	}
#recommend h3{
	margin: .8rem;
	font-size: clamp(1.1rem, 2.5vw, 2rem);
	color: #FFF;
	text-shadow: 2px 2px 5px #000000;
	}
#recommend .btn{
	width: 100%;
	max-width: none;
	margin:.5rem auto 0rem !important;
	font-size: clamp(1rem, 2.5vw, 1.2rem); 
	}
	@media screen and (max-width:767px){
		#recommend .btn{
			width: 95%;
			margin:0rem auto .5rem !important;
		}
	}
	#recommend .btn span{
		margin-top:0;
	}
	#recommend .btn span:after{
		font-family: "Font Awesome 5 Free";
		content: '\f04b';
		font-weight: bold;
		padding:0 2%;
		top:50%;
		right:1rem;
		transform:translateY(-50%);
		position: absolute;
	}
#recommend .btn__future {
	margin:3rem auto !important;
	background: #ff4e00;
	border: 3px solid #ff4e00;
	border-radius: 10px;
	box-shadow: 5px 5px 0px 0px #000;
	box-sizing: border-box;
	}
	#recommend .btn__future:hover {
		background: white;
	}
	#recommend .btn__future a{
		text-shadow: none;
		padding: 2rem 0;
		}
		@media screen and (max-width:767px){
			#recommend .btn__future a{
				padding: 1rem 0;
			}
		}
		#recommend .btn__future a:hover {
			color: #ff4e00;
		}
    #recommend .btn__future span:after{
          color: inherit;
        }
.flexBox{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.item{
	width: 25%;
	padding: .5rem;
	box-sizing: border-box;
	}
	@media screen and (max-width:767px){
		.item{
			width: 50%;
			padding: .4rem;
		}
	}
#recommend a{
	color: white;
	text-shadow: 2px 2px 5px #000000;
	text-decoration: none;
}
#recommend p{
	margin: 0 auto;
	font-weight: bold;
	font-size: clamp(.6rem, 2.5vw, .8rem);
	}
	@media screen and (max-width:767px){
		#recommend p{
			font-weight: normal;
		}
	}

/* ----- Copyright ----- */
.copyright {
	margin: auto; 
	padding: 3rem 0 7rem;
	color: #FFF;
	font-size:clamp(.9rem, 2vw, 1rem);
	text-shadow: 2px 2px 5px #000000;
	background-image: url(../img/line-w.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: 100%;
	}
	@media screen and (max-width:767px){
		.copyright{
			padding: 0rem 0 5rem;
			background-position: 600px bottom;
			background-size: 150%;
		}
	}
.copyright p{
	width: 90%;
	margin: auto;
}

/*---------PageTop--------*/	
.pagetop {
	width: 22%;
	max-width:100px;
	z-index: 9999;
    position: fixed;
    bottom: 0px;
    right: 20px;
	}
	.pagetop img{
		width: 100%;
	}
	@media screen and (max-width:767px){
		.pagetop {
			right: 10px;
		}
	}

/* ----- LinkList ----- */
#linkList {
    background-color: #fff;
	margin:0 auto;
	padding: 2rem 0;
    padding-bottom: 5rem;
	}
	@media screen and (max-width:767px){
		#linkList {padding-bottom: 2rem;}
	}

/*===============================================
スマホ・タブレット  画面横幅767pxまで
===============================================*/
@media screen and (max-width:767px){
/* 
===================== 1.Universal reset ==========================
*/
.pc { display: none !important; }
.sp { display: block !important; }
/* 
===================== 2.Body and base setting ====================
*/
} /* /@media */		