@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap');

body{
	overflow-x:hidden;
	min-width: 980px;
}


.fade-in {
  opacity: 0;
  transition-duration: 600ms;
  transition-property: opacity, transform;
  transform: translate(0, 50px);
  transition-timing-function:ease;
}

.fade-in-up{
  transform: translate(0, 50px);
}
.scroll-in{
  opacity: 1;
  transform: translate(0, 0);
}



#feature{
	/*font-family: 'Noto Sans JP', serif;*/
	color:#333;
	font-size: 14px;
	line-height: 1.6em;
}

#feature img{
	display:block;
}
#feature h1{
	width:980px;
}
#feature h1 img{
	width:980px;
	height:auto;
}



.itemWrapper{
	width:800px;
	margin:55px auto 120px auto;
	padding:0 0 0 0;
	font-family: 'Noto Serif JP', serif;
	position: relative;
}
.itemWrapper .title a{
	display:block;
	position: relative;
}
.itemWrapper .title a img{
	display:block;
	transition: all 0.4s ease;
}
.itemWrapper .title a:hover img{
	display:block;
	opacity: 0.6;
}

.itemWrapper .title a::before{
	content:"";
	display:block;
	width:15px;
	height:15px;
	position: absolute;
	top:calc(50% - 7px);
	right:25px;
	transform: rotate(45deg);
	border-top:1px solid #333;
	border-right:1px solid #333;
	transition: all 0.3s ease;
}
.itemWrapper .title a:hover::before{
	right:10px;
}
.itemWrapper img{
	width:100%;
	height:auto;
	display: block;
}

.itemWrapper .mainImg{
	width:600px;
	margin:45px auto 0 auto;
	z-index: 1;
}
.itemWrapper .info{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-top:0;
	z-index: 2;
	position: relative;
}
.itemWrapper .info .subImg{
	margin-top:-75px;
}
.itemWrapper .info .point{
	width:460px;
	padding-top:20px;
}
.itemWrapper .info .point img{
	width:173px;
	height:auto;
	display: block;
}
.itemWrapper .info .point p{
	font-size:19px;
	margin-top:16px;
	line-height: 1.8em;
}
.itemWrapper .info .point.even img{
	width:173px;
	height:auto;
	display: block;
	text-align: right;
	margin-left:auto;
}
.itemWrapper .info .point.even p{
	font-size:19px;
	margin-top:16px;
	line-height: 1.8em;
	text-align: right;
}

.itemWrapper .mainImg a{
	width:600px;
	height:800px;
	overflow: hidden;
	display: block;
}
.itemWrapper .mainImg a img{
	opacity: 1;
	transition: all 0.6s ease;
	display: block;
}
.itemWrapper .mainImg a:hover img{
	transform: scale(1.075);
}
.itemWrapper .info .subImg a{
	width:300px;
	height:300px;
	border-radius: 100%;
	display: block;
	overflow: hidden;
	transition: all 0.6s ease;
}
.itemWrapper .info .subImg a img{
	transition: all 0.6s ease;
}
.itemWrapper .info .subImg a:hover img{
	/*opacity: 0.6;*/
	transform: scale(1.1);
}








.btnAllWrapper{
	width:470px;
	margin: 120px auto 100px auto;
}
.btnAllWrapper img{
	width:100%;
	height:auto;
	display: block;
	margin-bottom:30px;
}
.btnAllWrapper a:hover{
	opacity: 0.6;
}





