@charset "UTF-8";

/* ------------------------------------------
	BASIC
--------------------------------------------- */
*,*:before,*:after
{
	box-sizing:border-box;
}

body
{
	color:#222;
	font-family:'Vollkorn','Times New Roman','Noto Serif JP','游明朝',Times, serif;
	line-height:2;
	background-color:#FFF;
	}

@media(max-width:599px){
	body {
		font-size:12px;
	}
}

@media(max-width:959px) and (min-width:600px){
	body {
		font-size:14px;
	}
}

@media(min-width:960px){
	body {
		font-size:16px;
	}
}
	
img
{
	display:block;
}

a:link {
	color:#20b2aa;
	text-decoration:underline;
}

a:visited {
	color:#888;
	text-decoration:underline;
}

a:active,
a:hover,
a:focus {
	color:#DC143C;
	text-decoration:none;
}

/* ------------------------------------------
	header navは外部ファイル
--------------------------------------------- */


/* ------------------------------------------
	main
--------------------------------------------- */
h1{
	color:#333;
	font-size:16px;
	line-height:1.2;
	/*background-color:#FFF;
	border-bottom:solid 1px #666;
	border-left:solid 16px #66CDAA;*/
	padding:4px 8px;
	margin:0 0 8px;
	}

h2{
	color:#333;
	font-size: 14px;
	line-height:1.2;
}
#home h2,.komozi{
	color:#333;
	font-size:14px;
	padding-left: 6px;
	padding-bottom: 10px ;
}


@media(max-width:959px) and (min-width:600px){
	h1 {
		font-size:1.4rem;
	}

	h2 {
		font-size:1.2rem;
	}
	#home h2,.komozi{
		font-size:1.2rem;
	}
}
@media(min-width:960px){
	h1 {
		font-size:1.6rem;
	}
	h2 {
		font-size:1.2rem;
	}
	#home h2,.komozi{
		font-size:1.2rem;
	}
}

p{
	padding:4px 0;
	margin:0 10px 15px;
}

section{
	margin-bottom: 50px;
}
#home section,#himmeli section{
	margin-bottom: 0;
}
#country section{
	padding-top: 20px;
	padding-bottom: 50px;	
}

.imgarea{
	margin-bottom:80px;
	position: relative;
}
#country .imgarea{
	margin-bottom:0;
}
.imgarea img{
	filter: sepia(20%);
	width: 100%;
	object-fit: cover;
	object-position:50% 50%;
	height: 100vh;
}
#material .imgarea{
	margin-bottom: 0;
	padding-bottom: 80px;
	background-image: url(../img/logo/himmeli2.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.photo2 img{
	object-position:90% 50%;
}
@media(max-width:959px){
	#country .imgarea img{
		object-position:60% 50%;
	}
	#making .imgarea img{
		object-position:75% 50%;
	}
}

.message{
		font-size:30px;
		font-family:'Noto Serif JP','游明朝',Times, serif;
		padding:0 10px;
		position:absolute;
	}

#home .message,#material .message{
	color:rgb(51, 30, 30);
	left: 5vw;
	top: 65vh;
	text-shadow:
	-1px -1px 4px #FFF,
	1px -1px 4px #FFF,
	1px 1px 4px #FFF,
	-1px 1px 4px #FFF;
}	

#himmeli .message,#country .message{
	top: 50vh;
	right:18vw;
	color: #FFF;

	text-shadow:
	-2px -2px 5px rgb(51, 30, 30),
	2px -2px 5px rgb(51, 30, 30),
	2px 2px 5px rgb(51, 30, 30),
	-2px 2px 5px rgb(51, 30, 30);
}
#gallery .message{
	top: 50vh;
	right:18vw;
	color: rgb(51, 30, 30);
	text-shadow:
	-1px -1px 20px #FFF,
	1px -1px 20px #FFF,
	1px 1px 20px #FFF,
	-1px 1px 20px #FFF;
}
#making .message{
	top: 55%;
	left: 27vw;
	color: rgb(51, 30, 30);
	text-shadow:
	-1px -1px 15px #FFF,
	1px -1px 15px #FFF,
	1px 1px 15px #FFF,
	-1px 1px 15px #FFF;
}
@media(max-width:599px){
	.message{
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		font-size: 18px;
		padding:20px 0px;
	}
	#home .message{
		top: 50vh;
		left: 5vw;
	}
	.photo1 img,.photo3 img{
		display: none;
	}
	#himmeli .message{
		top:35vh;
	}
	#material .message{
		top: 35vh;
		left: 5vw;
	}
	#country .message{
		top:30vh;
		right:70% ;
	}
	#gallery .message{
		top: 20vh;
		right:20vw;
	}
	#making .message{
		top: 50%;
		left: 10vw;
	}
}
@media(max-width:959px) and (min-width:600px){
	.message {
		font-size: 22px;
	}
	#home .message,#material .message{
		top: 65vh;
	}
	#gallery .message{
		right:5vw;
	}
	#making .message{
		top: 60%;
		left: 12vw;
	}
}


.drop section{
	background-color: rgba(255, 255, 255,0.5);
	width:40%;
	padding: 30px;
}

.drop p{
	line-height: 3.5;
}

#home .drop{
	background-image:url(../img/him_hoshi.jpg);
	background-size: cover;
	background-position: 50% 50%;
}

#home .drop section{
	margin-left: 3%;
}

#himmeli .drop{
	background-image:url(../img/top_kage.jpg);
	background-size: cover;
	background-position: 50% 50%;
}

#himmeli .drop section{
	margin-left: auto;
	margin-right: 3%;
}
@media(max-width:599px){
	#home .drop section{
		width: 83%;
	}
	#himmeli .drop section{
		width: 78%;
	}
}
@media(max-width:959px) and (min-width:600px){
	#home .drop section{
		width: 63%;
	}
	#himmeli .drop section{
		width: 58%;
	}
}


.flex{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 0 auto;
	width: 80%;
	max-width: 1200px;

}
.flex img,iframe{
	border-radius: 8px;
}
#country .flex{
	padding-top: 80px;
}
#making .flex{
	justify-content: space-between;
}
.box1{

	width: 40%;
}
.box1 img{
	max-height:350px;
}
#material .box1 img,#country .box1 img{
	margin: 0 auto;
}
.box2{
	width: 60%;
}
.box3{
	width: 45%;
	padding-bottom: 20px;
}
.box3 img{
	filter: sepia(30%);
}
.box3:hover img{
	filter: sepia(60%);
}
@media(max-width:599px){
	.flex {
		flex-direction:column;
		width: 90%;
	}
	#home section .box2 br{
		display: none;
	}
	.box1 img{
		max-height:initial;
	}
	.box1,.box2,.box3{
		width: 100%;
		margin: 0 auto;
	}
	.box1{
		padding-bottom: 20px;
	}
}
@media(max-width:959px) and (min-width:600px){
	.flex {
		width: 90%;
	}
	#home section .box2 br{
		display: none;
	}
	.box2{
		padding: 14px;
	}
}
@media(min-width:960px) {
	.box2{
		padding:22px 18px 0;
	}
}


.video {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.gallery{
	margin-bottom: 50px;
}

.haikei{
	background-image: url(../img/logo/himmeli2.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-bottom: 50px;
}

.haikei1{
	background-image: url(../img/logo/kumo1.png);
	background-repeat: no-repeat;
	background-position:bottom center;
	background-size:cover;
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
	padding: 80px 0 200px;
}

.haikei2{
	background-image: url(../img/logo/wkumo1.png);
	background-repeat: no-repeat;
	background-position:bottom center;
	background-size:cover;
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
	padding: 50px 0 150px;
}
@media(max-width:599px){
	.haikei1{
		padding: 80px 0 80px;
	}
	.haikei2{
		padding: 50px 0 50px;
	}
}


/* ------------------------------------------
	jQuery
--------------------------------------------- */

/* HOMEの前にふわっとロゴのCSS */
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start img {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-180%, -50%);
	z-index: 9900;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-35%, -50%);
	display: none;
	z-index: 9999;
	color: #555;
	font-size: 1.2em;
}
@media(max-width:599px){
	.start p{
		font-size: 1em;
	}
}

/* フェードイン用のCSS */
.slide-bottom {
	opacity: 0;
	transform: translateY(50px);
	transition: all 1.3s 0.5s ease-out;
  }
  @media(max-width:959px){
	.imgarea .slide-bottom{
		opacity: initial;
		transform: none;
	}
}
 
/* hoverで画像が浮き出るCSS */
.boxsozai{
	position: relative;
	overflow:hidden; /*はみ出た部分をどう扱うか:隠れる*/
	margin: 0 auto 5vh;
	padding-bottom:5vh;
}
.boxsozai h2{
	background-image: url(../img/logo/mugi1.png);
	background-repeat: no-repeat;
	background-position:center left;
	padding-left: 25px;
	line-height: 2;
}
.boxsozai img{
	width: 100%;
	cursor: pointer;
	position:absolute;
	top: 0;
	transition: 0.5s;
	opacity: 0;
}
  .boxsozai:hover img {
	opacity: 1;
	border-radius: 8px;
}
@media(max-width:599px){
	.boxsozai{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		margin: 0 auto;
		width: 95%;
	}
	.boxsozai img{
		position: static;
		opacity: 1;
		object-fit: cover;
		object-position:50% 50%;
	}
	.boxsozai h2{
		font-size: 1rem;
		line-height: 1.7;
	}
	.boxsozai p{
		font-size:10px;
	}
	.boxsozai div{
		width: 60%;
	}
	.boxsozai a{
		width: 40%;
	}
	.boxsozai br{
		display: none;
	}
}

/*ギャラリーのスライダー*/
.slider_gallery{
    margin: 0 auto;
	width: 80%;
}
.slider_gallery img{
    height: auto;
	width: 90%;
	margin: 0 auto;
}
.slider_gallery a{
	outline:none;
}
/*slick setting*/
#gallery .slick-prev:before,
#gallery .slick-next:before {
	color:  rgb(51, 30, 30);
}
@media(max-width:959px){
	.slider_gallery{
		width: 95%;
	}
}

/*ページトップへ行く*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 80%;
}
#page-top a {
	display: block;
	background: rgba(51, 30, 30,0.5);
	color: #fff;
	font-family:'Noto Sans JP', sans-serif;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
}
#page-top a:hover {
	color:rgb(255, 255, 255);
	background:rgba(51, 30, 30,0.8);
	text-decoration: none;
}

@media(max-width:599px){
	#page-top a{
		pointer-events:none;
	}
}


/* ------------------------------------------
	footer
--------------------------------------------- */
footer
{
	color:#fff;
	padding-left: 20px;
	height: 260px;
	background-image: url(../img/logo/footer1.png);
	background-repeat: no-repeat;
	background-size: cover;
}

footer p{
	padding-top: 200px;
}