@charset "utf-8";
@media only screen and (min-width: 600px) {
.pc_none{
	display: none!important;
}
.container{
	width: 100%;
	height: 100vh;
	min-width: 980px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.container .btn_area{
	width: 980px;
	height: auto;
	display: block;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 0;
}
.container .btn_area h1{
	font-size: 20px;
	line-height: 30px;
	margin: 0 auto 5px;
	text-align: center;
}
.container .btn_area p{
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto 20px;
	text-align: center;
}

.open{
	width: 980px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 55%;
	left: 0;
	right: 0;
	margin: auto;
}
.open h1{
	font-size: 20px;
	line-height: 30px;
	margin: 0 auto 5px;
	text-align: center;
}
.open p{
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto 20px;
	text-align: center;
}
.open_btn{
	width: 300px;
	height: auto;
	display: block;
	text-align: center;
	background-color: #ddd;
	color:#000;
	padding: 10px 0;
	font-size: 15px;
	line-height: 25px;
	cursor: pointer;
}
.open_btn:hover{
    background:#000;
    color:#fff;
    transition: .3s ease;
}
/*ポップアップここから*/
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  height: 90%;
  padding: 0 30px;
  box-sizing: border-box;
  line-height: 1.4em;
  transition: 0.5s;
  overflow: scroll;
}
.popup_content img{
	width: 100%;
	height: auto;
	display: block;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 55px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
/*ポップアップココまで*/

}










/*=================================
SP用CSS
=================================*/

@media only screen and (max-width: 599px) {
.sp_none{
	display: none!important;
}
.container{
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	display: block;
	position: relative;
}
.container .btn_area{
	width: 90%;
	height: auto;
	display: block;
	margin: 30px auto 0;
	text-align: center;
	font-size: 0;
}
.container .btn_area h1{
	font-size: 20px;
	line-height: 30px;
	margin: 0 auto 5px;
	text-align: center;
}
.container .btn_area p{
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto 20px;
	text-align: center;
}
.open{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.open_btn{
	width: 90%;
	height: auto;
	display: block;
	text-align: center;
	background-color: #ddd;
	color:#000;
	padding: 10px 0;
	font-size: 15px;
	line-height: 25px;
	margin: 0 auto 20px;
}
.open_btn:hover{
    background:#000;
    color:#fff;
    transition: .3s ease;
}
/*ポップアップここから*/
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 100%;
  max-width: 800px;
  height: 90%;
  padding: 0 3px;
  box-sizing: border-box;
  line-height: 1.4em;
  transition: 0.5s;
  overflow: scroll;
}
.popup_content img{
	width: 100%;
	height: auto;
	display: block;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
/*ポップアップココまで*/

}

