@charset "UTF-8";
/*
 * Author: FlyBounce
 * URL: http://***.com
 */

body{
	margin: 0;
	padding: 0;
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
img{
	max-width: 100%;
}
*{
	box-sizing: border-box;
}
.containerBox{
	width: 90%;
	max-width: 1080px;
	margin: auto;
}
section#main{
	background: url("images/main.jpg") no-repeat center center / cover;
	padding-bottom: 50px;
}
section#main header{
	width: 90%;
	max-width: 1080px;
	margin: 0 auto 20px;
}
section#main header .logo{
	padding-top: 30px;
	width: 150px;
	display: inline-block;
	vertical-align: top;
}
section#main header .btn{
	width: calc(100% - 150px);
	display: inline-block;
	vertical-align: top;
	text-align: right;
}
section#main header .btn img{
	width: 250px;
}
.mainBox .mainLeft{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
	box-sizing: border-box;
}
.mainBox .mainLeft .mainprice{
	text-align: center;
	margin-bottom: 25px;
	margin-top: 25px;
}
.mainBox .mainLeft .mainprice img{
	max-width: 500px;
}
.mainBox .mainLeft .qr{
	text-align: center;
}
.mainBox .mainLeft .qr img{
	max-width: 150px;
}
.mainBox .mainRight{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	box-sizing: border-box;
}
.movieBox{
	max-width: 500px;
	margin: auto;
}
.box1{
	width: 95%;
	max-width: 1080px;
	margin: 0 auto 60px;
}
table#postage{
	max-width: 800px;
	margin: 0 auto;
	border-top: 1px #46BBC8 solid;
	border-left: 1px #46BBC8 solid;
	border-collapse:separate;
	border-spacing:0px;
	background:#fff;
}
table#postage tr th,
table#postage tr td{
	border-right: 1px #46BBC8 solid;
	border-bottom: 1px #46BBC8 solid;
	padding: 5px;
}
table#postage tr th{
	background: #46BBC8;
	color: #fff;
	font-weight: bold;
}

#faqBox > .elementor-container{
	width: 95%;
	max-width: 1080px;
	margin: 0 auto 60px;
}
#faqBox > .elementor-container .question,
#faqBox > .elementor-container .anser{
	color: #fff;
}
p.couponCode{
	color: #fff;
	margin-bottom: 2em;
	text-indent: -1em;
	margin-left:1em;
}

footer{
	background:#555555;
	padding: 50px;
}
footer h2{
	font-size: 30px;
	text-align: center;
	padding: 0 0 30px;
	margin: 0;
	color: #fff;
}
footer dl,
footer dl dt,
footer dl dd{
	margin: 0;
	padding: 0;
}
footer dl{
	margin: 0 0 15px;
	font-size: 0;
}
footer dl dt{
	width: 140px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 16px;
	text-align:left;
}
footer dl dd{
	width: calc(100% - 140px);
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}
footer dl dd input{
	display: block;
	width: 100%;
	padding: 5px;
}
footer p{
	text-align: left;
	margin: 0;
	padding: 0;
}
footer p input[type="submit"]{
	background: #000;
	border: none;
	padding: 20px 30px;
	color: #fff;
	cursor: pointer;
}
footer p input[type="submit"]:hover{
	background: #121212;
}
footer .footerBox{
	max-width: 800px;
	margin: 0 auto;
}
footer .footerBox .footerLeft{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding-right: 50px;
}
footer .footerBox .footerRight{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
footer .footerBox .footerRight h3{
	margin-top: 10px;
	font-size: 22px;
	color: #fff;
}
#copyright{
	background: #000000;
	color:#fff;
	text-align: center;
	padding: 15px;
}
#copyright .footerLeft{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	text-align: left;
}
#copyright .footerLeft ul{
	margin: 0;
	padding: 0;
	display: block;
}
#copyright .footerLeft ul li{
	margin: 0 1em 0 0 ;
	padding: 0;
	display: inline-block;
}
#copyright .footerLeft ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	transition: 0.3s;
}
#copyright .footerLeft ul li a:hover{
	opacity: 0.7;
}
#copyright .footerRight{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	text-align: right;
}
.postage{
	border: 1px #fff solid;
	padding: 10px;
	margin-bottom: 1em;
}
.postage .postageExplanation{
	color: #fff;
	font-size: 14px;
	margin-bottom: 7px;
}
.postage .postageExplanation div.postageLbl{
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}
.postage .postageExplanation div.postageLbl p{
	text-align: center;
	font-size: 16px;
}
.postage div.postageSelect p{
	text-align: center;
}


.pagetop {
    height: 50px;
	padding:10px 10px 10px 35px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #46BBC8 url(http://dengurigaeshi.jp/FlyBounce/wp-content/uploads/2023/05/ic_back_btn.png) no-repeat left 10px center / 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
	text-decoration: none;
	color: #fff;
	border: 1px #fff solid;
	transition: 0.3s;
}
.pagetop:hover{
    background: #399499 url(http://dengurigaeshi.jp/FlyBounce/wp-content/uploads/2023/05/ic_back_btn.png) no-repeat left 10px center / 15px;
}
#single,#subscription{
	display: none;
}

/*------------------------------
レスポンシブ設定
------------------------------*/
@media screen and (max-width:767px){
	.mainBox .mainLeft{
		display: block;
		width: 100%;
		padding-right: 0;
	}
	.mainBox .mainLeft .mainprice img{
		max-width: 100%;
	}
	.mainBox .mainRight{
		display: block;
		width: 100%;
		padding-left: 0;
	}
	.mainBox .mainRight{
		padding-bottom: 5px;
	}
	footer{
		padding: 30px;
	}
	footer dl dt,
	footer dl dd{
		display: block;
		width: 100%;
	}
	footer .footerBox .footerLeft{
		padding-right: 0;
	}
	footer .footerBox .footerLeft,
	footer .footerBox .footerRight{
		display: block;
		width: 100%;
	}
}
@media screen and (max-width:480px){
	section#main header .logo{
		width: 100px;
		margin-right: 50px;
	}
}