@charset "utf-8"; 
	html {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 62.5%;         
	/-moz-appearance	    }
	
	body {
		font-size:16px; /* 1.6em */
		font-family:'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	}
	
* {
	padding: 0px;
	margin: 0px;
}

	*, 
	*:before, *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	}
	
	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;
	}
	

.colorsample img {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 6rem;
	left: 0;
	right: 0;
	margin: auto;
}

.colorsample p {
	position: absolute;
	 top: clamp(8rem, 10vw, 40rem);
	 width: 100%;
	  color: orange;
	  font-size: clamp(2.6rem, 6vw, 16rem);
	  font-weight: 900;
	  text-align: center;
  }
  
  .introduce  {
	  display: block;
	  width: 60%;
	  text-align: left;
	  line-height: 1.2;
	  padding-top: 2rem;
	  left: 0;
	  right: 0;
	  margin: auto;
  }
  
  .year {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		list-style-type: none;
		width: 100%;
		height: auto;
  }
  
 .note {
	  font-size: 3.2rem;
	  font-weight: 700;
	  text-align: center;
	  width: 24%; 
	  padding-top: 10px;
	  padding-bottom: 0px;
	  color: black;
  }
  
  .remark {
		font-size: 3.2rem;
		font-weight: 700;
		text-align: center;
		width: 100%; 
		padding-top: 10px;
		padding-bottom: 20px;
		color: black;
	}
  .under {
	  background: linear-gradient(transparent 50%, orange 50%);
  }
  .below {
		background: linear-gradient(transparent 60%, yellow 60%);
	}
 
 .year .note .below:hover {
   background: linear-gradient(transparent 60%, orange 60%);
 }

  .note-small {
	  width: 100%;
	  text-align: center;
	  margin: 0 auto;
	  color: black;
	  padding-top: 3rem;
  }
  
 .container {
	 position: relative;
	 display: inline-block;
	 text-align: center;
	 width: 100%;
 }

.imagebox {
	display: inline-block;
	background-color: #ffffff;
	width: 24vw;
	min-width: 320px;
	margin: 6px 6px;
	border: solid 1px #d3d3d3;
	padding-top: 4px;
	text-align: center;
	border: solid 1px gray;
}

p.caption {
	display: inline-block;
	width: 270px;
	padding: 10px 10px 20px 30px;
	color: black;
	margin-left: 20px;
	text-align: left;
	margin: 5px 0 10PX 0;
}

.imagebox .image {
	width: 25vw;
	min-width: 350px;
	height: auto;
	left: 0;
	right: 0;
	margin: auto;
}

#modal {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	background:rgba(0,0,0,.85);
}
#modal-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

#modal-image {
	height: 48vh;
	width: auto;
	transform: rotate( -90deg );
}	

@media screen and (min-width:768px) {
#modal-image {
	width: calc(80vw - 40px);
	height: auto;
	transform: rotate( 0deg );
	}
	}
	

	

.hidden {
	display: none!important;
}
		
		footer .logo {
			position: relative;
			display: block;
			margin: auto 38vw 1vw auto;	
		}
		

		
		footer small {
			position: relative;
			display: block;
			text-align: center;
			color: gray;
			font-size: 1.2rem;
			margin-bottom: 1vw;
		}
	
	
	















