/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,small{
	display: block;
}
ul{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 200;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input,textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
global element
--------------------------------*/
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 24px;
	color: #000;
	-webkit-text-size-adjust: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

}
a,button{
	transition: .3s;
}
a:hover,button:hover{
	opacity:.6;
}
.wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	position: relative;
	overflow: hidden;
	opacity: 0;
	animation: fade-in .3s ease .3s forwards;
	background: #fcfce3;
}
.content-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	position: relative;
}
.top_btn{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
    z-index: 20;
}
.sub-top{
	position: relative;
	text-align: center;
}
.sub-top .logo{
	padding: 0;
	height: 120px;
}
.logo-link{
	padding: 16px 0;
	height: 120px;
	display: block;
}


.slideBox {
  height: 1000px;
  overflow: hidden;
  position: relative;
}

/* テキストがあるバージョン */
.title {
  font-size: 32px;
  color: #fff;
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.item2 {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 1000px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 10s 0s infinite;
  animation: anime 10s 0s infinite;
}

.item2:nth-of-type(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 3s;
}

.item2:nth-of-type(3) {
  -webkit-animation-delay: 5s;
  animation-delay: 6s;
}
.item2:nth-of-type(4) {
  -webkit-animation-delay: 7s;
  animation-delay: 8s;
}

/* ふわっとアニメーション */
@keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.txt_top{
    position: absolute;
    z-index: 20;
    bottom: 20%;
    padding: 10px;
}
/*--------------------------------
Contents
--------------------------------*/
.content{
	padding: 0;
}
.content01{
	background: url(../images/bg_content01.webp) no-repeat center/ cover;
}
.content02{
	background: url(../images/bg_content02.webp);
    background-size: cover;
    position: relative;
}
.content03{
	background: url(../images/bg_content03.webp) no-repeat center/ cover;
    position: relative;
}
.content05{
	background: url(../images/bg_last.webp) no-repeat top right/ cover;
}
.heading{
	padding: 32px 0 0;
}
.general .heading{
	padding: 0;
    background: #2d4f1a;
    color: #fff;
}
.head_img{
    position: absolute;
    top: 1%;
    right: 5%;
    width: 45%;
}
.head_img02{
    position: absolute;
    top: 3%;
    right: 5%;
    width: 30%;
}
.heading-txt{
	padding: 32px 0;
	font-size: 1.4em;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
    position: relative;
}
.heading-txt02{
	padding: 32px 0;
	font-size: 1.4em;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
    color:#fff;
    position: relative;
    text-shadow: 1px 2px 3px grey;
}
.general-item{
	padding:  32px 64px;
}
.gallery_area{
	padding: 20px 20px 64px;
    height: 600px;
}
.gallery01,.gallery02,.gallery03,.gallery04,.gallery05,.gallery06{
    padding: 0 0 10px;
}
.sub-head,.general-item h3{
	padding: 16px 0;
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: bold;
	color: #ff6633;
}
.general-item h4{
	padding: 16px 0;
	font-size: 1.1em;
	line-height: 1.4;
	color: #fd8157;
}
.general-txt,.general .general-item p{
	padding: 0 0 32px;
	line-height: 1.8;
}
.general .general-item p{
	font-size: .9em;
	line-height: 1.6;
}
.hl-txt{
	color: #f6f;
	font-weight: bold;
	font-size: 1.2em;
}
.general-item p a{
	color: #39c;
	text-decoration: underline;
	word-break: break-all;
}

.about_txt{
	padding: 0 0 32px;
	line-height: 1.8;
    color:#fff;
    text-align: center;
}
.about_txt{
	font-size: .9em;
	line-height: 1.6;
}
.about_txt02{
    padding: 35px 0;
}
.userarea{
    background: #fff;
    border-radius: 30px;
    padding: 25px;
    margin-bottom: 50px;
}
.user_head{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.user_img{
    width: 25%;
}
.user_prof{
    padding-left: 35px;
    font-size: 1.1em;
    line-height: 1.4;
}
.user_comment{
    line-height: 1.4;
}
.safety_area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 10px;
}
.safety{
    width: 45%;
    margin-bottom: 40px;
}
.cp_ttl{
    width: 70%;
    margin-left: -35px;
    padding-bottom: 20px;
}
.general-txt02{
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 30px;
}
.general-txt03{
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.4;
}
.gallery_area{
    position: relative;
}
.gallery_img{
    opacity: 0;
    position: absolute;
    transform: translateY(10px);
}
.show {
  opacity: 1;
  transform: translateY(0);
}

.gallery_img:nth-child(1) {
  transition-delay: 1s;
    transform: rotate( 5deg );
}
.gallery_img:nth-child(2) {
  transition-delay: 2s;
    transform: rotate( -5deg );
}
.gallery_img:nth-child(3) {
  transition-delay: 3s;
    transform: rotate( -3deg );
}
.gallery_img:nth-child(4) {
transition-delay: 4s;
    transform: rotate( 3deg );
}
.gallery_img:nth-child(5) {
transition-delay: 5s;
    transform: rotate( -5deg );
}
.gallery_img:nth-child(6) {
transition-delay: 6s;
    transform: rotate( 5deg );
}

/*--------------------------------
Button
-------------------------------*/
.btn-row{
	padding: 32px 96px;
	padding: 32px 96px;
	position: relative;
	text-align: center; 
}

.last-btn-row{
    padding: 15px 96px 50px;
}
.reg-btn{
	margin: 0 auto;
	padding: 0;
	display: block;
}

.reg02-btn {
  color: #333;
  font-size: 1.3em;
  font-weight: bold;
  background: transparent;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #ffcc00;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: .8s;
    box-shadow: 0px 0px 15px -5px #777777;
}
.reg02-btn::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: -90px;
  z-index: -1;
  border-right: 90px solid transparent;
  border-bottom: 90px solid #333;
  transform: translateX(-98%);
  transition: transform ease .8s;
}
.reg02-btn:hover {
  color: #fff;
    opacity: 1;
}
.reg02-btn:hover::before {
  transform: translateX(0);
}
/*--------------------------------
form
--------------------------------*/
.form-wrapper{
    margin-bottom: 48px;
    padding: 0 16px;
}
.form-box{
    margin-bottom: 24px;
}
.form-label{
    display: block;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
    padding: 8px;
    width: 100%;
    height: 60px;
    background: #fff;
    box-sizing: border-box;
    font-size: 16px;
    color: inherit;
    vertical-align: bottom;
    border-radius: 0;
    position: relative;
    color: #000;
}
textarea{
    height: inherit;
    resize: vertical;
}
select{
    padding: 8px 40px 8px 8px;
    height: 60px;
    background: url(../images/icon-select.webp) no-repeat right center / 40px, #fff;
    border: 1px solid #ddd;
    color: #000;
}
select:focus{
    background: url(../images/icon-select.webp) no-repeat right center / 40px, #ffffe5;
}
.radio-box{
    padding: 4px 0 0 0;
    display: flex;
}
.regular-radio{
    display: none;
}
.radio-label{
    width: 50%;
    line-height: 58px;
}
.radio-label-text{
    background: #fff;
    display: block;
    transition: .3s;
    text-align: center;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.radio-label:nth-of-type(1) .radio-label-text{
    border-radius: 4px 0 0 4px;
    border-right: 0;
}
.radio-label:nth-of-type(2) .radio-label-text{
    border-radius: 0 4px 4px 0;
}
.regular-radio:checked + .radio-label-text{
    background: #eb739f;
    color: #fff;
}
.regular-checkbox{
    margin-bottom: 5px;
    padding: 5px;
    display: block;
    background: #eee;
    font-size: 18px;
    border: 1px solid #eb739f;
}
.regular-checkbox input:checked + .check-label{
    color: #eb739f;
}
.form-msg,
.alert-msg{
    font-size: 14px;
}
.form-box .form-msg{
    padding: 4px 0 0 0;
    line-height: 1.3;
    text-align: center;
}
.error{
    margin: 7px 0 0;
    padding: 4px;
    line-height: 1.2;
    background: #ff6d6d;
    color: #fff;
    text-align: center;
}
.form-item{
    position: relative;
}
.form-border{
    margin: 0 auto;
    width: 100%;
    height: 2px;
    background: #ddd;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: center;
}
input[type=text]:focus + .form-border::after,
input[type=tel]:focus + .form-border::after,
input[type=password]:focus + .form-border::after,
textarea:focus + .form-border::after{
    margin: 0 auto;
    width: 0%;
    height: 2px;
    content: "";
    background: #eb739f;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    transform-origin: center;
    animation: fade-border .3s ease .1s forwards;
}
@keyframes fade-border{
    0%{width: 0%;opacity: 0;}
    100%{width: 100%;opacity: 1;}
}
.ymd-box,
.area-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.ymd-box select{
    width: 32%;
    flex-shrink: 0;
}
.area-box select,
.area-box .sub-area{
    width: 49%;
    flex-shrink: 0;
}
.area-box .sub-area select{
    width: 100%;
    flex-shrink: 0;
}
.entry-btn{
    margin-bottom: 32px;
}
.entry-btn .btn-area{
    margin: 0 32px 48px;
}
.regist-btn{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 72px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #c6c;
	box-shadow: 0 4px 4px rgba(255,255,255,.5) inset,0 -4px 4px rgba(0,0,0,.25) inset,4px 0 4px rgba(0,0,0,.15) inset,-4px 0 4px rgba(0,0,0,.15) inset;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	border-radius: 16px;
}
.entry-btn .regist-btn {
    filter: grayscale(1);
    pointer-events: none;
}
.entry-btn .regist-btn.active{
	filter: grayscale(0);
	pointer-events: auto;
}
.remaining{
    margin: 0 auto;
    height: 44px;
    max-width: 768px;
    background: #c2a446;
    z-index: 9;
    position: fixed;
    top: -44px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    transition: 0.2s;
}
.remaining .progress{
    width: 0%;
    height: 44px;
    display: block;
    background: rgba(0,0,0,.25);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.2s;
}
.remaining p{
	line-height: 44px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.remaining span{
	color: white;
}
.remaining.active {
    top: 0;
}
.remaining.active.remove,
.remaining.success{
    top: -32px;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 32px 16px 0;
	text-align: center;
	background: #2d4f1a;
	color: #fff;
}
.gnav-list{
	padding: 0 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gnav-item{
	width: 33%;
	text-align: center;
}
.nav-link{
	padding: 16px 0;
	color: #fff;
	display: block;
	font-size: .9em;
	text-decoration: underline;
}
.copy{
	padding: 32px 0;
	font-size: .9em;
	line-height: 1.2;
	color: #fff;
}
/*--------------------------------
POPUP
--------------------------------*/
.popup{
	padding: 16px 16px 76px 16px;
	background: #f0f0f0;
}
.popup .primary-heading{
	padding: 0 8px;
	line-height: 44px;
	font-size: 1.2em;
	background: #4d3d2e;
	color: #fff;
	border-radius: 4px 4px 0 0;
}
.popup-content{
	padding: 16px;
	background: #fff;
	border-radius: 0 0 4px 4px;
}
.popup-content h3{
	padding: 0 0 8px;
	font-size: 1em;
	color: #4d3d2e;
}
.popup-content p{
	padding: 0 0 16px;
	font-size: .9em;
	line-height: 1.2;
	color: #333;
}
.close-btn{
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.close{
	line-height: 60px;
	background: rgba(0,0,0,.75);
	color: #fff;
	text-align: center;
	display: block;
	position: relative;
}
.close::before,.close::after{
	margin: auto 0;
	width: 2px;
	height: 32px;
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	left: 44px;
	bottom: 0;
	transform-origin: center;
}
.close::before{
	transform: rotate(45deg);
}
.close::after{
	transform: rotate(-45deg);
}
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
0% {opacity: 0;filter: blur(4px);}
100% {opacity: 1;filter: blur(0);}
}
@keyframes slide-in{
0% {opacity: 0;filter: blur(4px);transform: translate3d(50px,0,0);}
100% {opacity: 1;filter: blur(0);transform: translate3d(0,0,0);}
}
@keyframes slide-down{
0% {opacity: 0;filter: blur(4px);transform: translate3d(0,-50px,0);}
100% {opacity: 1;filter: blur(0);transform: translate3d(0,0,0);}
}
@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
	/*--------------------------------
	Header
	--------------------------------*/
	.sub-top .logo{
		height: 88px;
	}
	.logo-link{
		height: 88px;
	}
    .slideBox {
        height: 700px;
    }
    .item2{
        height: 700px;
    }
	/*--------------------------------
	Contents
	--------------------------------*/
	
	.heading{
		padding: 16px 0 0;
	}
	.heading-txt{
		padding: 16px 0;
		font-size: 1.4em;
		line-height: 1.4;
	}
	.thumb-list{
		margin: 0 0 16px;
		padding: 8px;
	}
	.thumb-item{
		padding: 8px;
	}
	.general-item{
		padding:  20px 30px;
	}
	.general-txt, .general .general-item p {
		padding: 0 0 16px;
	}
    .about_txt02{
        padding: 10px 0 20px;
    }
    .head_img{
        top: 1.2%;
    }
    ..head_img02{
        top: 3.5%;
    }
    .gallery_area {
    padding: 25px 16px 25px;
        height: 450px;
}
    .userarea{
        border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
    }
    .safety_area{
        padding: 20px 0 0;
    }
    .safety {
    width: 47%;
    margin-bottom: 30px;
}
    .cp_ttl{
        margin-left: -20px;
    }
	/*--------------------------------
	Button
	-------------------------------*/
	.btn-row{
		padding: 32px 32px;
		position: relative;
		text-align: center; 
	}
	.last-btn-row{
		padding: 16px 32px 32px;
	}
	/*--------------------------------
	Footer
	--------------------------------*/
	.footer{
		padding: 16px 0;
	}
	.gnav-list{
		padding: 0 16px;
		display: block;
	}
	.gnav-item{
		width: 100%;
	}
	.nav-link{
		padding: 8px 0;
	}
	.copy{
		padding: 8px 0;
		font-size: .8em;
	}
}
@media screen and (max-width:599px) {
.slideBox {
        height: 500px;
    }
    .item2{
        height: 500px;
    }
    .gallery_area{
        height: 310px;
    }
}
@media screen and (max-width:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 13px;
	}
}