@charset "utf-8"; 
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;         
}

body {
	font-size:16px; /* 1.6em */
	font-family:'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
* {
	padding: 0px;
	margin: 0px;
}

*, 
*:before, *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
	
a {
	text-decoration: none;
	font-size: clamp(0.4em, 2.5vw, 1.2em);  
}

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/*
p {
	font-size: clamp(1.4rem, 2.5vw, 2.4rem);   
	line-height: 1.4;
}  */

h2 {
	font-size:  clamp(1.8rem, 2.5vw, 2.8rem);  
	line-height: 1.4;
	font-weight: 600;
}

h3 {
	font-size: clamp(1.6rem, 2.2vw, 2.6rem);
	line-height: 1.4;
	font-weight: 550;
	color: black;
}

.sample {
	position: relative;
	width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background:black;
  border-style: solid;
  border-color: green;
  border-width: 0px;
}

.sample p {
	display: block;
	margin-top: 16px;
	padding-left: 16px;/*
	font-size: clamp(1.0rem, 2.5vw, 3rem);*/
	font-weight: 100;
} 

.picbox {
	position: fixed;
	display: flex;
	width: 60%;
	top: 4em;
	left: 20vw;/*
	height: auto;*/
	border-style: solid;
	border-color: yellow;
	border-width: 0px;
	padding-bottom: 0px;
	margin: auto;
	text-align: center;
	font-weight: 200;
}
.picbox p {
	line-height: 1;
}
.picbox img {
	width: 25%;
}
	
	
.indexphoto {
	display: flex;
	width: 55%;
	border-style: solid;
	border-color: blue;
	border-width: 0px;
	margin: auto;
}
	.title {
	position: fixed;
	top: 14px;
	left: 16px;
	display: block;
	font-weight: 300;
	margin-top: 0;
	padding-top: 0;
	color: white;
	text-align: left;
	width: 38% ;
}
		
.destination {
	position: fixed;
	display: block;
	top: 8px;
	left: 30vw;
	width: 55%; 
	text-align: center;
	font-weight: 300;
	color: white;
}
.destinationD p {
	position: fixed;
	display: block;
	top: 7em;
	width: 45%; 
	font-weight: 200;
	font-size: clamp(1rem, 1.8vw, 1.8rem);
	color: lightgray;
	text-align: center;
	line-height: 1;
}

.wrap{
	position: fixed;
	top: 13.5em; 
	left: 10vw;
	right: auto;
	scroll-snap-type: x mandatory;
	white-space: nowrap;
	overflow-x: auto;
	height: 90%;
	width: 80%;
	border-style: solid;
	border-color: red;
	border-width: 0px;
}

.item {
	scroll-snap-align: center;
	display: inline-block;
	margin: 0 clamp(0.8rem, 2.5vw, 1.4rem);	
	width: 50%;
	height: auto;
	white-space: normal;
   background-color: black;/*
	box-shadow: 0 0 10px rgba(72,14.14,.7);*/
	border-radius: 2px;
	overflow: hidden;
	font-weight: 200;
	letter-spacing: 0.02em;
	border-style: solid;
	border-color: white;
	border-width: 0px;
	top: 0em; /*6*/
}

.itemv {
	scroll-snap-align: center;
	display: inline-block;
	margin: 0 clamp(0.8rem, 2.5vw, 1.4rem);	
	width: 30%;
	height: auto;
	white-space: normal;
   background-color: black;/*
	box-shadow: 0 0 40px rgba(72,14.14,.7);*/
	border-radius: 2px;
	overflow: hidden;
	letter-spacing: 0.02em;
	border-style: solid;
	border-color: white;
	border-width: 0px;
	margin-top: 0px;
}

.item,.itemv p {
	padding: 0px;
	color: white;
	text-align: center;
	background-color: black;
}
.item p {
	margin-top: 14px;
	margin-bottom: 4px;
	padding-bottom: 10vw; 
	font-size: clamp(1.6rem, 2.2vw, 2.8rem); 
	font-weight: 200;
}
.itemv p {
	margin-top: 14px;
	margin-bottom: 0px;
	padding-bottom: 0vw; 
	font-size: clamp(1.6rem, 2.2vw, 2.8rem);
	font-weight: 200;
}
	
.logo img {
	position: fixed;
	top: 0;
	right: 16px;
	width: clamp(70px, 100vw/7, 100px);
	height: auto;
	padding-top: 0;
	padding-bottom: 30px;
	margin-top: 16px;
	padding-bottom: clamp(0.4rem, 2.5vw, 3rem);
}	
			
 .logo p {
	 position: fixed;
	 display: block;
	 top: 30px;
	 left: auto;
	 text-align: right;
	 font-size: clamp(1.2rem, 2.5vw, 1.8rem);
	 font-weight: 300;
	 height: auto;
	 color: white;
	 width: 60px;
	 right: 3.4em;
	 font-size: 1em;
 }
	
	@media not all and (min-width: 840px){
	.wrap {
		position: fixed;
		margin-top: 7em;
		width: 85%;
		left: 7vw;
	}
	.item {
		padding-top: 0em; /*3*/
	}
	.itemv {
		padding-top: 0em;
		margin-top: 0px;
	}
	.logo p {
	top: clamp(2em, 1.5vw, 3.2rem); 
		right: 3.1em;
	}
	.destinationD p {
	top: 9em;
	}
	.wrap{
		top: 8em; 
		border-style: solid;
		border-color: yellow;
		border-width: 0px;
	}
	}
	
	@media not all and (min-width: 568px){
	.itemv p {
			padding: 3px;
			font-size: 1.2rem;
		}
		.item p {
			font-size: 1.2rem;
			margin-top: 16px;
			margin-bottom: 4px;
			padding-bottom: 10vw;  
		}
		.logo p {
			top: clamp(2em, 2vw, 4rem); 
			right: clamp(2.8em, 5vw, 3em);
			font-size: 0.85em;	
		}
		.logo img {
			padding-bottom: 2.8rem;
		}	
		.destinationD p {
			top: 10em;
		}
		.picbox {
			top: 3em;
		}
		.wrap{
			top: 6em;
			border-style: solid;
			border-color: blue;
			border-width: 0px;
			}
		}

	
	
	
	



