@charset "utf-8";
/* CSS Document */

*{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	line-height: 1.7;
	text-decoration: none;
}
a{
	color: #fff;
}
/*----------fade----------*/
.sa {
  opacity: 0;
  transition: all .5s ease;
  transform: translate(0, 100px);
}
.sa.show {
  opacity: 1;
  transform: none;
}

/*----------home----------*/
.container {
  overflow: auto;
  scroll-snap-type: y mandatory;
  width: 100%;
  height: 90vh;
}
.area {
  scroll-snap-align: start;
  height: 100vh;
}
.area h2{
	font-size: 2.5rem;
}
/*-----text-----*/
.text{
	position: -webkit-sticky;
	position: sticky;
	top: 20%;
}
.one{
	position: -webkit-sticky;
	position: sticky;
	top: 22%;
}
.two{
	position: -webkit-sticky;
	position: sticky;
	top: 35%;
}
.three{
	position: -webkit-sticky;
	position: sticky;
	top: 72%;
}
.four{
	position: -webkit-sticky;
	position: sticky;
	top: 80%;
}
.five{
	position: -webkit-sticky;
	position: sticky;
	top: 28%;
}
/*-----logo-----*/
h1{
	position: fixed;
	margin: 0;
	z-index: 5;
}
h1 img{
	width: 90px;
	height: 45px;
}
h1 a{
	opacity: 0.85;
}
h1 a:hover{
	opacity: 1.0;
}

body {
  text-align: center;
  color: #fff;
}
.area img {
  width: 88%;
  height: 80vh;
  object-fit: cover;
  margin-top: 8px;
}
footer{
	padding-top: 20px;
}
small{
	color: #333;
	font-size: 0.9rem;
	cursor: default;
}

/*----------album-one----------*/
.contents{
	width: 100%;
	margin: 0 auto;
	background-image: url("../images/bg_image_pink.png");
	font-size: 1.2rem;
}
/*----------mainimage---------*/
.top{
	position: relative;
}
.top p{
	margin: 48px 0 100px;
}
.main img{
	width: 88%;
	height: 80vh;
	object-fit: cover;
}
.top h2{
	position: absolute;
	top: 40%;
	left: 80%;
	font-size: 1.25rem;
	color: rgba(255,255,255,1);
	display: inline-block;
	background-color: rgba(0,0,0,0.3);
	padding: 2px;
	border-radius: 3px;
}
.top h3{
	position: absolute;
	top: 46%;
	left: 70%;
	font-size: 1.15rem;
	color: rgba(255,255,255,0.95);
	display: inline-block;
	background-color: rgba(0,0,0,0.15);
	padding: 2px;
	border-radius: 3px;
}

@media screen and (max-width:659px){ /*smartphone*/ 
	.top h2{
		top: 29%;
		left: 40%;
		font-size: 1.1rem;
	}
	.top h3{
		position: absolute;
		top: 33%;
		left: 30%;
		font-size: 0.9rem;
	}
}
/*----------contents----------*/
.photo_box{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}
.photo_box figure{
	margin: 70px 70px 100px;
	color: #333;
	font-weight: 500;
}


/*----------common----------*/
.left{
	float: left;
}
.right{
	float: right;
}
.center{
	clear: both;
}

@media screen and (max-width:959px) { /*tablet*/ 
	.photo_box figure{
		width: 85%;
		margin: 80px auto;
	}
	.left,.right{
		float: none;
	}
}

@media screen and (max-width:659px){ /*smartphone*/ 
	.photo_box{
		width: 95%;
	}
	.photo_box figure{
		margin: 50px auto 70px;
	}
	.photo_box img{
		width: 90%;
	}
	.left,.right{
		float: none;
	}
}

.back{
	margin-bottom: 80px;
}
.back a{
	color: #000;
	font-size: 1.05rem;
	text-decoration-line: underline;
}
.back a:hover{
	color: #3f7e41;
	text-decoration: none;
}

