@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------
style start
---------------------------------------------*/
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


	body.gallery article{
	
		　background-color: #f7dcff;
background-image: linear-gradient(135deg, #f7dcff 0%, #dce6ff 19%, #dcfff4 39%, #edffdc 60%, #fff9dc 80%, #ffdcdc 100%);

	}

#header {
    position: relative;
    width: 100%;
min-height: 200px;
	    background: url("/assets/img/gallery3/main01.jpg") center /cover;
}


	#header img{
		width: 100px;
	position: absolute;
		top:20px;
		left: 20px;
		filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
	}



#header .src1 {
    background: url("/assets/img/gallery3/main01.jpg") center /cover;
}
#header .src2 {
    background: url("/assets/img/gallery3/main02.jpg") center /cover;
	animation-delay  : 8s;
}
#header .bgImg {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
 animation  : bgAnime 16s infinite;
background-repeat: no-repeat;
}

@keyframes bgAnime {
   0% { opacity: 0 ;}
   25% { opacity: 0; animation-timing-function: ease-in; }
    50% { opacity: 1; animation-timing-function: ease-out; }
    75% { opacity: 1 ;}
    100% { opacity: 0 ;}

}

.fade{
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}
    .fade.active {
opacity: 1;
	transform: translateY(0px);
    }
    


.g-section{
	margin:0;
	padding: 40px 0;
}
.g-section img{
box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
}
.g-section .picA{
	margin-bottom:-40px;
}
	.g-section .picA img,
		.g-section .picB img{
	width: 70%;
	}

	.g-section .picB{
		text-align: right;
}

.itemLink{
	text-align: right;
	margin-top: 20px;
	padding-right: 15px;
}
.itemLink a{
	color:#666;
	font-family: 'Lato', sans-serif;
		font-size: 1.2rem;
	line-height: 2;

}
	.itemLink a b{
	font-size: 1.4rem;
		vertical-align: baseline;
		margin-right: 10px;
}

.itemLink a::after{
content: "ITEM INFO.→";
	font-size: 1.0rem;
	color: #6e5c40;
	background: #F5F5F5;
line-height: 2;
	padding: 3px 10px;
	margin-left: 10px;
	transition: 0.3s;
}

.itemLink a:hover::after{
	background: #999;
	color: white;
	}


body.gallery .-blue{
	background: rgba(90, 167, 203, 0.2);
}

body.gallery .-green{
	background: rgba(129, 191, 118, 0.2);
}

body.gallery .-purple{
	background: rgba(164, 155, 255, 0.2);
}

body.gallery .-orange{
	background: rgba(255, 145, 100, 0.2);
}

body.gallery .-yellow{
	background: rgba(255, 249, 155, 0.2);
}

body.gallery .-pink{
	background: rgba(243, 170, 216, 0.2);
}

.menuList {
	display: flex;
	max-width: 800px;
	margin: 0 auto;
	justify-content: space-around;
	padding: 30px 20px ;
}
.menuList li {
	width: 45%;
}

/*////////////////////////////////////////////////////////
PC setting 
//////////////////////////////////////////////////////// */


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

	article{
		width: 100%;
		overflow: hidden;
	}
	#header {
    position: relative;
    width: 100%;
    min-height: 100vh !important;
}
	
	
	#header img{
		width: 300px;
	position: absolute;
		top:5vw;
		left: 5vw;
		filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
	}
	
	
	body.gallery article{
		padding-bottom: 100px;
		

	}
	
		.g-section .picA img,
		.g-section .picB img{
	width: 90%;
	}

	
	.itemLink{
		position:absolute;
	}	
.itemLink a{
	font-size: 2.0rem;
	transition: 0.3s;
}
.itemLink a b{
	font-size: 2.4rem;
}
	
	.itemLink a:hover{
	color: #999;
	}

	

.g-section {
		position: relative;
		max-width: 1300px;
		height: 1300px;
		margin: 200px auto;
}
	
	.g-section.-layout01{
			padding: 200px 0;
		height: inherit;
			max-width: 900px;
}
	
	
.g-section.-layout01 .picB{
		max-width: 1000px;

	position: inherit;
		
}
	
	
	.g-section .picA,
		.g-section .picB {
		position: absolute;
	}
	
.g-section.-layout02 .picA{
width: 700px;
	top: -60px;
	left: -60px;
}

	
.g-section.-layout02 .picB{
width: 700px;
	bottom: -60px;
	right: -60px;
}
	
	.g-section.-layout01 .itemLink{
		text-align: right;
		position: inherit;
	}
.g-section.-layout02 .itemLink,
.g-section.-layout04 .itemLink{
	bottom: 60px;
	left: 60px;
	}


	.g-section.-layout03 .itemLink{
	bottom: 60px;
	right: 60px;
	}
	
.g-section.-layout03 .picA{
width: 700px;
top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	left: -60px;
}
	
.g-section.-layout03 .picB{
width: 780px;
top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	right: -80px;
}
	
.g-section.-layout04 .picA{
width: 780px;
top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	left: -80px;
}
	
.g-section.-layout04 .picB{
width: 700px;
top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	right: -60px;
}
	
	
/* PC end */	
}
/* PC end */
