@charset "UTF-8";
.top_image img{
	width: 100%;
}

.top_header{
	/* position: absolute; */
	top: 0px;
	left: 0px;
  padding: 10px ;
  width: 100%;
	margin: 0;
  max-width: 100%;
  background-color: #00A1D6;
}


.top_header_img{
	color: #fff;
}

.top_header_img img{
	width: 45%;
  max-width: 240px;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    background-color: #ffffff;
}


.News_content{
	width: 50%;
	margin: 50px auto;
	color: #333333;
	font-weight: bold;
}

.News_content_title{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #333333;
	font-family: 'HiraKakuPro-W6','ヒラギノ角ゴ Pro W6';
}

.News_content dl{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}

.News_content dt{
	width: 20%;
	margin-bottom: 10px;
}

.News_content dd{
	width: 80%;
	margin-bottom: 10px;
}

.News_content dd a{
	text-decoration: none;
	color: #333333;
}

.News_content dd a:hover{
transition: 0.5s;
opacity:0.5;
}

.News_content .new{
	font-weight: bold;
	color: #D22127;

}


.banner{
	width: 60%;
	margin: 80px auto;
}

.banner img{
	width: 100%;
}

.banner_content{
	padding: 80px 0;
}

.banner_content_title{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #333333;
	margin-bottom: 30px;
	font-family: 'HiraKakuPro-W6','ヒラギノ角ゴ Pro W6';
}

.banner_content ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-top: 30px;
	width: 70%;
	margin: 0 auto;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}

.banner_content ul li{
	width: 31%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	margin-right: 15px;
	margin-bottom: 15px;
}

.banner_content ul li img{
	width: 100%;
}
.banner_content a:hover{
	transition: 0.5s;
	opacity:0.5;
}

.banner_content dl{
	width: 70%;
	margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banner_content dt{
	width: 30%;
	margin-bottom: 30px;
	margin-right: 30px;
}

.banner_content dt img{
	width: 100%;
}

.banner_content dd{
	font-weight: bold;
	color: #333;
	width: calc(70% - 30px);
}

.banner_content dd .monthly_title{
	font-size: 1.3em;
}

.banner_content dd .sawakai_button{
	color: #fff;
	background-color: #D95583;
	border-radius: 50px;
	padding:10px;
	width: 50%;
	margin-top: 40px;
	display: block;
	text-align: center;
	text-decoration: none;
}

.cancel{
	color: red;
	font-weight: bold;
	margin-top: 20px;
}

.gray{
	background-color: #F8F8F8;
}


.SNS_banner{
	width: 100%;
	margin: 40px auto 50px;
	position: relative;
}

.SNS_banner img{
	width: 100%;
}

.SNS_button01{
	position: absolute;
	top:20px;
	right: 15px;
	width: 27%;
}

.SNS_button02{
	position: absolute;
	top: 90px;
	right: 15px;
	width: 27%;
}
.smp{
	display: none;
}

.top{
	display:block;
}

.page{
	display: none;
}


.Twitter_sale{
	width: 70%;
	margin: 50px auto;
	background-color: #F8F8F8;
	overflow:hidden;
}

.Twitter_sale_title{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
	color: #2783B2;
	font-size: 2em;
}

.Twitter_sale_text{
	text-align:center;
	font-weight: bold;
	font-size: 1.2em;
}

.Twitter_sale_note{
	text-align:center;
	font-size: 0.9em;
}

.Twitter_sale_step{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 100px 50px 100px;
}

.Twitter_sale_step_content{
	width: 40%;
}

.Twitter_sale_step_content img{
	width: 100%;
}

.Twitter_sale_step_content_title{
	font-weight: bold;
	margin:30px 0 ;
}

.Twitter_sale_button{
	display: block;
	background-color: #0983BF;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 50px;
	padding: 10px 0;
	margin: 0 auto 50px;
	width: 50%;
}

.Twitter_sale_button:hover{
	text-decoration: none;
	color: #fff;
}

.movie{
	padding: 80px 0;
}

.movie_box{
	width: 48%;
	margin: 0 auto;
}

.movie_box_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 70%;
	margin: 0 auto;
	justify-content: space-between;
}

.movie_content_title{
	font-size: 1rem;
    font-weight: bold;
    text-align: center;
    color: #333333;
    margin-bottom: 30px;
    font-family: 'HiraKakuPro-W6','ヒラギノ角ゴ Pro W6';
	margin-top: 20px;
}

.movie-wrap{
	width: 100%;
  aspect-ratio: 16 / 9;
}

.movie-wrap iframe {
	width: 100%;
	height: 100%;
  }


.POB{
	background-color: #179145;
	width: 70%;
    margin: 50px auto;
	padding: 10px 0;
	
}
.POB h2{
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.POB_box{
	width: 97%;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 15px;
	color: #179145;
	font-weight: bold;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	align-items:center;
}

.POB_company{
	width: 50%;
	text-align: center;
	margin: 15px 0;
}

.POB_company span{
	font-size: 180%;
}

.POB_time{
	background-color: #179145;
	color: #ffffff;
	text-align: center;
	padding: 5px;
	border-radius: 50px;
	width: 57%;
	margin: 0 auto;
}

.POB_content{
	margin: 15px 0;
}


@media screen and (max-width: 989px){


	.POB{
		width: 90%;
	}

	.POB h2{
		padding: 0 15px;
	}
	.POB_box{
		display: block;
		padding: 15px 0;
	}
	.POB_company{
		width: 90%;
		margin: 15px auto;
	}

	.POB_time{
		width: 80%;
	}

	.POB_content{
		width: 90%;
		margin: 15px auto;
	}
	
}


@media screen and (min-width: 990px){

	.movie_box_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 70%;
		margin: 0 auto;
		justify-content: space-between;
	}

	.movie_box_wrap{
		width: 100%;
	}
}

@media screen and (max-width: 989px){
	.top_header{
		top: 15px;
		left: 10px;
		z-index: 30;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}
	.top_header_img{
		font-size: 3vh;
		color: #0D9ED9;
	}

	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		content: '';
		background-color: #0D9ED9;
	}

	.top_image_back{
		background-image: url(/image/top_image_back.jpg);
		background-size: cover;
		background-position: center;
		height: 90vh;
		position:relative;
	}

	.top_image_content{
		margin: 0 auto;
		width: 40vh;
		padding-top: 15%;
	}

	.top_image_content img{
		width: 100%;
		height: auto;
	}

	.top_image_content_button img{
		position: absolute;
		bottom: 15px;
		width: 90%;
		left: 5%;
	}

	.News_content{
		width: 80%;
	}

	.News_content dl{
		display: block;
	}

	.News_content dt{
		width: 100%;
		margin-top: 15px;
		margin-bottom: 0px;
	}

	.News_content dd{
		width: 100%;
		margin: 5px 0;
	}

	.banner{
		width: 90%;
	}

	.banner_content ul{
		display: block;
		width: 90%;
	}

	.banner_content ul li{
		width:100%;
		margin-bottom: 15px;
	}

	.banner_content dl{
		display: block;
		width: 90%;
	}

	.banner_content dt{
		width: 100%;
		margin: 0;
	}

	.banner_content dd{
		margin-bottom: 50px;
		margin-top: 10px;
		width: 100%;
	}

	.banner_content dd .sawakai_button{
		width: calc(100% - 20px);
	}

	.SNS_banner{
		width: 100%;
	}

	.SNS_button01{
		position: absolute;
		top: 68%;
    left: 7px;
    width: 47%;
	}

	.SNS_button02{
		position: absolute;
		top: 68%;
    right: 7px;
    width: 47%;
	}

	.Twitter_sale{
		width: 90%;
	}

	.Twitter_sale_text{
		text-align: left;
		margin: 0 10px;
	}

	.Twitter_sale_step{
		display:block;
	}

	.Twitter_sale_step_content{
		width: 100%;
	}

	.Twitter_sale_button{
		width: 80%;
	}

	.pc{
		display: none;
	}

	.smp{
		display: block;
	}

	.top{
		display: none;
	}

	.page{
		display: none;
	}

	.movie_box_wrap {
		display: block;
		width: 90%;
	}

	.movie_box{
		width: 100%;
	}

}