.sample1{
	width:90%;
	}
	
.sample2{
	text-align: center;
	color: white;
	}
	
.sample3{
	border-radius: 75px;
	background-color:rgba(33,33,33,0.8);
	width: 900px;
	border: 1px double white;
	margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
	margin-bottom: 50px;
	padding: 20px;
	line-height: 20px;
	}
	
.sample4{
	width: 50%;
	}
	
.sample5{
	width:90%;
	}

.sample6{
	background-image: url(../img/3.png);
	border-width: 10px;
	border-style:ridge;
	border-color:rgba(160,82,45,0.5);
	width: 800px;
	height: 500px;
	position: relative;
	margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
	margin-bottom: 100px;
	line-height: 30px;
	box-shadow:20px 20px 20px rgba(99,99,99,0.4);
	}

.sample7{
	background-image: url(../img/3.png);
	border-width: 20px;
	border-style:ridge;
	border-color:rgba(240,230,140,0.5);
	width: 800px;
	margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
	margin-bottom: 100px;
	padding: 20px;
	line-height: 30px;
	box-shadow:20px 20px 20px rgba(99,99,99,0.4);
	animation: waku 2s ease 1 forwards;
	}
	
.sample8{
	text-align: left;
	margin-left: 50px;
	color: white;
	}
	
.sample9{
	border-radius: 75px;
	background-color:black;
	width: 900px;
	border: 3px solid white;
	margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
	margin-bottom: 50px;
	padding: 20px;
	line-height: 20px;
	}

.sample10{
	border-radius: 75px;
	background-image: url(../pict3/6.png);
	background-color:black;
	width: 900px;
	border: 3px solid white;
	margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
	margin-bottom: 50px;
	padding: 20px;
	line-height: 20px;
	}

.sample11{
	text-align: center;
	color: black;
	}
	
.sample12{
	text-align: center;
	display: block;
	color: white;
	position: relative;
}

.sample12::before {
	content: url(../img/11.png);
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translateY(-50%);
	transition: transform 0.5s;
	font-size: 30px;
}

details[open] .sample12::before {
	transform: translateY(-50%) rotate(90deg);
}

.sample13{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-45%, -50%);
}

.sample14 {
	text-align: center;
	display: block;
	}
	
.sample15{
	position: relative;
	}
	
.sample16{
	animation: ikou-1 6s ease 1 forwards;
	}

.sample17{
	animation: ikou-2 6s ease 1 forwards;
	}
	
.sample18{
	animation: ikou-3 6s ease 1 forwards;
	}
	
.sample19{
	animation: ikou-4 6s ease 1 forwards;
	}

@keyframes ikou-1 {

	0%{
	opacity: 0;
	}
	
	25%{
	opacity: 1;
	}
	
	75%{
	opacity: 1;
	}
	
	100%{
	opacity: 0;
	}
}

@keyframes ikou-2 {

	0%{
	opacity: 0;
	}
	
	25%{
	opacity: 1;
	}
	
	75%{
	opacity: 1;
	}
	
	100%{
	opacity: 0;
	}
}

@keyframes ikou-3 {

	0%{
	opacity: 0;
	}
	
	25%{
	opacity: 1;
	}
	
	75%{
	opacity: 1;
	}
	
	100%{
	opacity: 0;
	}
}

@keyframes ikou-4 {

	0%{
	opacity: 0;
	}
	
	25%{
	opacity: 1;
	}
	
	75%{
	opacity: 1;
	}
	
	100%{
	opacity: 0;
	}
}

.naka{
	background-image: url(../img/3.png);
	width: 800px;
	height: 600px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
	}
	
.ue{
	position: absolute;
    animation: mawa1 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	width: 100%;
	border-top: 10px ridge gray;
	left: 0;
	top: 0;
		border-radius: 55px;
	}
	
.shita{
	position: absolute;
    animation: mawa1 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	width: 100%;
	border-bottom: 10px ridge gray;
	right: 0;
	bottom: 0;
		border-radius: 55px;
		animation-delay: 2s;
	}	
	
.hidari{
	position: absolute;
    animation: mawa2 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	height: 100%;
	border-left: 10px ridge gray;
	left: 0;
	bottom: 0;
		border-radius: 55px;
		animation-delay: 3s;
	}
	
.migi{
	position: absolute;
    animation: mawa2 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	height: 100%;
	border-right: 10px ridge gray;
	right: 0;
	top: 0;
		border-radius: 55px;
		animation-delay: 1s;
	}
	
.shita.is-animated{
	border-left: 10px ridge white;
	}

@keyframes mawa1 {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
 
@keyframes mawa2 {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}		
	
.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
	color: white;
	display:flex; 
	justify-content:center;
	color: black;
	text-align: center;
	background-color:rgba(99,99,99,0.5);
	width: 100%;
	padding: 10px 0;
	display: flex;
	top: 0;
	position: fixed;
	justify-content: space-between;
	display: block;
	margin-left: auto;
    margin-right: auto;
	}
	
.open2{
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
	color: white;
	display:flex; 
	justify-content:center;
	color: white;
	}
	
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	border-radius: 50px;
	width: 200px;
	height: 300px;
	background-color: #f5f5f5E6;
	border-width: 50px;
	border-color:#c0c0c0;
	overflow: scroll;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: -10%;
	left: 50%;
	animation: zoomIn 0.8s ease 1 forwards;
	border-style: dotted;
	border-width: 25px;
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}

.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
	color: black;
}

.navi2{
	text-align: center;
	background-color:rgba(66,66,66,0.8);
	width: 100%;
	padding: 10px 0;
	display: flex;
	top: 0;
	position: fixed;
	justify-content: space-between;
	display: block;
	margin-left: auto;
    margin-right: auto;
   	color: white;
	}
	

@keyframes zoomIn {
   0% {
transform: scale(1, 0) translate(-50%, 50%);	
    opacity: 0;
  }
  100% {
transform: scale(1, 1) translate(-50%, 50%);	
	opacity: 1;
  }
}

#padle {
	position: absolute;
	left: 100px;
	top: 100px;
	}

.bgbody {
  background: #FFFFFF;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  animation-name: ushiro;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
 }
 
 .bgbody2 {
  background: #000000;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  animation-name: ushiro;
  animation-duration: 0.5s;
  animation-delay: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
 }
	
.appear1-1 {
  background: #E6E6FA;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 26%;
  height: 100vh;
  animation-name: PageAnime1-1;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.appear1-2 {
  background: #FAFAD2;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 25%;
  width: 26%;
  height: 100vh;
  animation-name: PageAnime1-2;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.appear1-3 {
  background: #FAF0E6;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 50%;
  width: 26%;
  height: 100vh;
  animation-name: PageAnime1-1;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.appear1-4 {
  background: #E0FFFF;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 75%;
  width: 26%;
  height: 100vh;
  animation-name: PageAnime1-2;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes ushiro {
  0% {
    opacity: 1;
  }
  99%{
    opacity: 0;
  }
  100% {
    transform: scaleY(0);
  }
}

@keyframes PageAnime1-1 {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  30% {
    transform-origin: top;
    transform: scaleY(1);
  }
  30.001% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  70.001% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}

@keyframes PageAnime1-2 {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  30% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  30.001% {
    transform-origin: top;
    transform: scaleY(1);
  }
  70.001% {
    transform-origin: top;
    transform: scaleY(1);
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}

.appear2-1 {
  background: #E6E6FA;
  position: fixed;
  z-index: 999;
  top: 25%;
  left: 0;
  width: 100%;
  height: 26vh;
  animation-name: PageAnime2-1;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.appear2-2 {
  background: #FAFAD2;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 26vh;
  animation-name: PageAnime2-2;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.appear2-3 {
  background: #FAF0E6;
  position: fixed;
  z-index: 999;
  top: 75%;
  left: 0;
  width: 100%;
  height: 26vh;
  animation-name: PageAnime2-1;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.appear2-4 {
  background: #E0FFFF;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 0;
  width: 100%;
  height: 26vh;
  animation-name: PageAnime2-2;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime2-1 {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  30% {
    transform-origin: left;
    transform: scaleX(1);
  }
  30.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  70% {
    transform-origin: right;
        transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

@keyframes PageAnime2-2 {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  30% {
    transform-origin: right;
    transform: scaleX(1);
  }
  30.1% {
    transform-origin: left;
        transform: scaleX(1);
  }
  70% {
    transform-origin: left;
        transform: scaleX(1);
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}

.bgbody2 {
  background: #FFFFFF;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  animation-name: ushiro;
  animation-delay: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
 }
 

.appear3-1 {
  background: #233B6C;
  position: fixed;
  z-index: 999;
  top: 45%;
  left: 30%;
  width: 20px;
  height: 10vh;
  	transform: translate(-50%,-50%);
  	clip-path: inset(60% 60% 60% 60% round 40%);
  animation: PageAnime3 2.5s ease 0s 1;
}

.appear3-2 {
  background: #6A4C9C;
  position: fixed;
  z-index: 999;
  top: 45%;
  left: 40%;
  width: 20px;
  height: 10vh;
  	transform: translate(-50%,-50%);
  	clip-path: inset(60% 60% 60% 60% round 40%);
  animation: PageAnime3 2.5s ease 0.5s 1;
}

.appear3-3 {
  background: #918D40;
  position: fixed;
  z-index: 999;
  top: 45%;
  left: 50%;
  width: 20px;
  height: 10vh;
  	transform: translate(-50%,-50%);
  	clip-path: inset(60% 60% 60% 60% round 40%);
  animation: PageAnime3 2.5s ease 1s 1;
}

.appear3-4 {
  background: #D6C6AF;
  position: fixed;
  z-index: 999;
  top: 45%;
  left: 60%;
  width: 20px;
  height: 10vh;
  	transform: translate(-50%,-50%);
  	clip-path: inset(60% 60% 60% 60% round 40%);
  animation: PageAnime3 2.5s ease 1.5s 1;
}

.appear3-5 {
  background: #B13546;
  position: fixed;
  z-index: 999;
  top: 45%;
  left: 70%;
  width: 20px;
  height: 10vh;
  	transform: translate(-50%,-50%);
  	clip-path: inset(60% 60% 60% 60% round 40%);
  animation: PageAnime3 2.5s ease 2s 1;
}

@keyframes PageAnime3 {
  0% {
	clip-path: inset(60% 60% 60% 60% round 40%);
  }
    25% {
  	clip-path: inset(0 0 0 0 round 0);
  }
    100% {
	clip-path: inset(60% 60% 60% 60% round 40%)
  }
}


.appear4-1 {
  background: #000000;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 200vh;
  animation-name: PageAnime4;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.appear4-2 {
  background: #000000;
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 0;
  width: 200%;
  height: 200vh;
  animation-name: PageAnime4;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.appear4-3 {
  background: #000000;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 200%;
  height: 200vh;
  animation-name: PageAnime4;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.appear4-4 {
  background: #000000;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  width: 200%;
  height: 200vh;
  animation-name: PageAnime4;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime4 {
  0% {
	clip-path: inset(0 0 0 0 );
  }
    100% {
  	clip-path: inset(100% 100% 100% 100% );

  }
}

.appear5-1 {
  background: #000000;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 26%;
  height: 100vh;
  animation-name: PageAnime5;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.appear5-2 {
  background: #000000;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 25%;
  width: 26%;
  height: 100vh;
  animation-name: PageAnime5;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.appear5-3 {
  background: #000000;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 50%;
  width: 26%;
  height: 100vh;
  animation-name: PageAnime5;
  animation-duration: 2s;
  animation-delay: 1.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.appear5-4 {
  background: #000000;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 75%;
  width: 26%;
  height: 100vh;
  animation-name: PageAnime5;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime5 {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

.appear6-1 {
  background: #000000;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 26vh;
  animation-name: PageAnime6;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.appear6-2 {
  background: #000000;
  position: fixed;
  z-index: 999;
  top: 25%;
  left: 0;
  width: 100%;
  height: 26vh;
  animation-name: PageAnime6;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.appear6-3 {
  background: #000000;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 0;
  width: 100%;
  height: 26vh;
  animation-name: PageAnime6;
  animation-duration: 2s;
  animation-delay: 1.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.appear6-4 {
  background: #000000;
  position: fixed;
  z-index: 999;
  top: 75%;
  left: 0;
  width: 100%;
  height: 26vh;
  animation-name: PageAnime6;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime6 {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}

.appear7-1 {
  background: #B0C4DE;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 21%;
  height: 100vh;
  animation-name: PageAnime7-1;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.appear7-2 {
  background: #F08080;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 20%;
  width: 21%;
  height: 100vh;
  animation-name: PageAnime7-2;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.appear7-3 {
  background: #FFFACD;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 40%;
  width: 21%;
  height: 100vh;
  animation-name: PageAnime7-1;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.appear7-4 {
  background: #9370DB;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 60%;
  width: 21%;
  height: 100vh;
  animation-name: PageAnime7-2;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.appear7-5 {
  background: #D3D3D3;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 80%;
  width: 21%;
  height: 100vh;
  animation-name: PageAnime7-1;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes ushiro {
  0% {
    opacity: 1;
  }
  99%{
    opacity: 0;
  }
  100% {
    transform: scaleY(0);
  }
}

@keyframes PageAnime7-1 {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  30% {
    transform-origin: top;
    transform: scaleY(1);
  }
  30.001% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  70.001% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}

@keyframes PageAnime7-2 {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  30% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  30.001% {
    transform-origin: top;
    transform: scaleY(1);
  }
  70.001% {
    transform-origin: top;
    transform: scaleY(1);
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}

.bgbody3 {
  background: #FFFFFF;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  animation: ushiro3 1s ease 3.3s 1 forwards;
 }
 

.appear8-1 {
  background: rgb(60,60,60);
  position: fixed;
  z-index: 999;
  top: 25%;
  left: 50%;
  width: 50px;
  height: 50px;
  	transform: translate(-50%,-50%);
  	clip-path: inset(60% 60% 60% 60% round 40%);
  animation: PageAnime8 2.5s ease 0s 1;
}

.appear8-2 {
  background: rgb(80,80,80);
  position: fixed;
  z-index: 999;
  top: 30%;
  left: 70%;
  width: 50px;
  height: 50px;
  	transform: translate(-50%,-50%);
  	clip-path: inset(60% 60% 60% 60% round 40%);
  animation: PageAnime8 2.5s ease 0.3s 1;
}

.appear8-3 {
  background: rgb(100,100,100);
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 75%;
  width: 50px;
  height: 50px;
  	transform: translate(-50%,-50%);
  	clip-path: inset(60% 60% 60% 60% round 40%);
  animation: PageAnime8 2.5s ease 0.6s 1;
}

.appear8-4 {
  background: rgb(120,120,120);
  position: fixed;
  z-index: 999;
  top: 70%;
  left: 70%;
  width: 50px;
  height: 50px;
  	transform: translate(-50%,-50%);
  	clip-path: inset(60% 60% 60% 60% round 40%);
  animation: PageAnime8 2.5s ease 0.9s 1;
}

.appear8-5 {
  background: rgb(140,140,140);
  position: fixed;
  z-index: 999;
  top: 75%;
  left: 50%;
  width: 50px;
  height: 50px;
  	transform: translate(-50%,-50%);
  	clip-path: inset(60% 60% 60% 60% round 40%);
  animation: PageAnime8 2.5s ease 1.2s 1;
}

.appear8-6 {
  background: rgb(160,160,160);
  position: fixed;
  z-index: 999;
  top: 70%;
  left: 30%;
  width: 50px;
  height: 50px;
  	transform: translate(-50%,-50%);
  	clip-path: inset(60% 60% 60% 60% round 40%);
  animation: PageAnime8 2.5s ease 1.5s 1;
}

.appear8-7 {
  background: rgb(180,180,180);
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 25%;
  width: 50px;
  height: 50px;
  	transform: translate(-50%,-50%);
  	clip-path: inset(60% 60% 60% 60% round 40%);
  animation: PageAnime8 2.5s ease 1.8s 1;
}

.appear8-8 {
  background: rgb(200,200,200);
  position: fixed;
  z-index: 999;
  top: 30%;
  left: 30%;
  width: 50px;
  height: 50px;
  	transform: translate(-50%,-50%);
  	clip-path: inset(60% 60% 60% 60% round 40%);
  animation: PageAnime8 2.5s ease 2.1s 1;
}

.appear8-9 {
  background: rgb(220,220,220);
  position: fixed;
  z-index: 999;
  top: 25%;
  left: 50%;
  width: 50px;
  height: 50px;
  	transform: translate(-50%,-50%);
  	clip-path: inset(60% 60% 60% 60% round 40%);
  animation: PageAnime8 2.5s ease 2.4s 1;
}

@keyframes PageAnime8 {
  0% {
	clip-path: inset(60% 60% 60% 60% round 40%);
  }
    25% {
  	clip-path: inset(0 0 0 0 round 50%);
  }
    100% {
	clip-path: inset(60% 60% 60% 60% round 40%)
  }
}

@keyframes ushiro3 {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}

.bgbody4 {
  background: #FFFFFF;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
    animation: ushiro4 1s ease 3s 1 forwards;
 }
 
 .bgbody4-2 {
  background: 	#FF8C00;
  position: fixed;
  z-index: 999;
  top: 40%;
  left: 0;
  width: 100%;
  height: 20vh;
    animation: ushiro4-2 1s ease 3s 1 forwards;
 }
 

.appear9-1 {
  background: #233B6C;
  position: fixed;
  z-index: 999;
  top: 45%;
  left: 10%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  	border-style:inset ;
	border-color:#7B68EE;
	border-width: 10px;
  	transform: translate(1500px);
  animation: PageAnime9 3.5s ease 0s 1 forwards;
}

.appear9-2 {
  background: #233B6C;
  position: fixed;
  z-index: 999;
  top: 45%;
  left: 20%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
    	border-style:inset ;
	border-color:#7B68EE;
	border-width: 10px;
  	transform: translate(1500px);
  animation: PageAnime9 3.5s ease 0.3s 1 forwards;
}

.appear9-3 {
  background: #233B6C;
  position: fixed;
  z-index: 999;
  top: 45%;
  left: 30%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
    	border-style:inset ;
	border-color:#7B68EE;
	border-width: 10px;
  	transform: translate(1500px);
  animation: PageAnime9 3.5s ease 0.6s 1 forwards;
}

.appear9-4 {
  background: #233B6C;
  position: fixed;
  z-index: 999;
  top: 45%;
  left: 40%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
    	border-style:inset ;
	border-color:#7B68EE;
	border-width: 10px;
  	transform: translate(1500px);
  animation: PageAnime9 3.5s ease 0.9s 1 forwards;
}

.appear9-5 {
  background: #233B6C;
  position: fixed;
  z-index: 999;
  top: 45%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
    	border-style:inset ;
	border-color:#7B68EE;
	border-width: 10px;
  	transform: translate(1500px);
  animation: PageAnime9 3.5s ease 1.2s 1 forwards;
}

.appear9-6 {
  background: #233B6C;
  position: fixed;
  z-index: 999;
  top: 45%;
  left: 60%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
    	border-style:inset ;
	border-color:#7B68EE;
	border-width: 10px;
  	transform: translate(1500px);
  animation: PageAnime9 3.5s ease 1.5s 1 forwards;
}

.appear9-7 {
  background: #233B6C;
  position: fixed;
  z-index: 999;
  top: 45%;
  left: 70%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
    	border-style:inset ;
	border-color:#7B68EE;
	border-width: 10px;
  	transform: translate(1500px);
  animation: PageAnime9 3.5s ease 1.8s 1 forwards;
}

.appear9-8 {
  background: #233B6C;
  position: fixed;
  z-index: 999;
  top: 45%;
  left: 80%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
    	border-style:inset ;
	border-color:#7B68EE;
	border-width: 10px;
  	transform: translate(1500px);
  animation: PageAnime9 3.5s ease 2.1s 1 forwards;
}

@keyframes PageAnime9 {
  0% {
	transform: translate(1500px) rotate(720deg);
  }
    25% {
  	 transform: translateX(0);
  }
    100% {
	transform: translateX(0) rotate(0deg);
  }
}

@keyframes ushiro4 {
  0% {
    transform: scaleX(1) ;
    left: 0;
  }
  99% {
    transform: scaleX(1) ;
    left: -100%;
  }
  100% {
    transform: scaleX(0) ;
  }
}

@keyframes ushiro4-2 {
  0% {
    transform: scaleX(1) ;
    right: 0;
  }
  99% {
    transform: scaleX(1) ;
    right: -100%;
  }
  100% {
    transform: scaleX(0) ;
  }
}

#minami {
	position: absolute;
	left: 50%;
	bottom: 0;
	}
	
#kita {
	position: absolute;
	left: 50%;
	top: 0;
	}
	
#higashi {
	position: absolute;
	left: 0;
	top: 50%;
	}
	
#nishi {
	position: absolute;
	right: 0;
	top: 50%;
	}
	
#luck {
	position: absolute;
	left: 100px;
	bottom: 100px;
	}
	
.tab {
	border-style:dotted ;
	border-color:rgba(189,183,107,0.3);
	border-width: 20px;
	border-radius: 22px;
	margin-top: 90px;
	background-image: url(../img/3.png);
	padding-bottom: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.tab_item {
	width: calc(100%/7);
	height: 50px;
	background-color: #D8BFD8;
	border-bottom-width: 9px;
	border-bottom-color: #000000;
	border-radius: 50px;
	line-height: 50px;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}

.tab_item:hover {
	opacity: 0.75;
}


input[name="tab_item"] {
	display: none;
}

.tab_content {
	display: none;
	padding: 40px 40px 0;
	clear: both;
	overflow: hidden;
}

#shima:checked ~ #shima_content,
#koyo:checked ~ #koyo_content,
#daia:checked ~ #daia_content,
#kara:checked ~ #kara_content,
#jan:checked ~ #jan_content,
#usa:checked ~ #usa_content,
#risu:checked ~ #risu_content {
	display: block;
}

.tabs input:checked + .tab_item {
	background-color: 	#A9A9A9;
	color: #fff;
}

.tab input:checked + .tab_item {
	background-color: 	#A9A9A9;
	color: #fff;
}

.tab_content_description{
	text-align: center;
}

.tabs2 {
	border-style:dotted ;
	border-color:rgba(189,183,107,0.3);
	border-width: 20px;
	border-radius: 22px;
	margin-top: 90px;
	background-image: url(../img/3.png);
	padding-bottom: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.tab_item_2 {
	width: calc(100%/5);
	height: 50px;
	background-color: #D8BFD8;
	border-radius: 50px;
	line-height: 50px;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}

input[name="tab_item_2"] {
	display: none;
}

.tabs2 input:checked + .tab_item_2 {
	background-color: 	#A9A9A9;
	color: #fff;
}

#s-4:checked ~ #s-4_content,
#s-5:checked ~ #s-5_content,
#s-6:checked ~ #s-6_content,
#s-7:checked ~ #s-7_content,
#s-fin:checked ~ #s-fin_content {
	display: block;
}

.area{
	position: fixed;

	top: 0;
	left: 0;
    width: 100%;
    height:100vh;
    
   
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    animation: animate 10s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
        background: rgba(255, 0, 255, 0.5);
    animation-delay: 20s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
        background: rgba(0, 255, 255, 0.5);
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 10%;
    width: 120px;
    height: 120px;
        background: rgba(255, 255, 0, 0.5);
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
        background: rgba(0, 0, 255, 0.5);
    animation-duration: 8s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
        background: rgba(0, 255, 0, 0.5);
    animation-delay: 20s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
        background: rgba(255, 255, 0, 0.5);
    animation-delay: 12s;
}

.circles li:nth-child(7){
    left: 65%;
    width: 150px;
    height: 150px;
        background: rgba(255, 0, 255, 0.5);
    animation-delay: 17s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
        background: rgba(0, 255, 0, 0.5);
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
        background: rgba(0, 0, 255, 0.5);
    animation-delay: 2s;
    animation-duration: 15s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
        background: rgba(255, 0, 255, 0.5);
    animation-delay: 0s;
    animation-duration: 11s;
}

.circles li:nth-child(11){
    left: 45%;
    width: 160px;
    height: 160px;
        background: rgba(0, 255, 255, 0.5);
    animation-delay: 3s;
}

.circles li:nth-child(12){
    left: 55%;
    width: 100px;
    height: 100px;
        background: rgba(255, 0, 0, 0.5);
    animation-delay: 27s;
}

.circles li:nth-child(13){
    left: 20%;
    width: 125px;
    height: 125px;
        background: rgba(0, 255, 0, 0.5);
    animation-delay: 15s;
    animation-duration: 15s;
}

.circles li:nth-child(14){
    left: 70%;
    width: 115px;
    height: 115px;
        background: rgba(255, , 255, 0.5);
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(15){
    left: 65%;
    width: 50px;
    height: 50px;
        background: rgba(0, 0, 255, 0.5);
    animation-delay: 0s;
    animation-duration: 41s;
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

@keyframes imgfade {
	0% {
		opacity: 0;
	}
	
	25% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}

	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

#boll {
	position: absolute;
	}
	
.sample20{
	position: relative;
	width: 100%;
	height: 100vh;
	}
	
#haru{
	position: absolute;
		cursor:pointer; 
	top: 20%;
	left: 80%;
	transform: translate(-50%,-50%);
	}

#natu{
	position: absolute;
		cursor:pointer; 
	top: 80%;
	left: 80%;
	transform: translate(-50%,-50%);
	}
	
#aki{
	position: absolute;
		cursor:pointer; 
	top: 80%;
	left: 20%;
	transform: translate(-50%,-50%);
	}
	
#huyu{
	position: absolute;
		cursor:pointer; 
	top: 20%;
	left: 20%;
	transform: translate(-50%,-50%);
	}
	
.sample21{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	}
	
moji-shi{
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%,-50%);
	}
	
#boll-1 {
	position: absolute;
	top: 0;
	left: 0px;
	animation:kaiten 5s linear infinite forwards;
	}
	
#boll-2 {
	position: absolute;
	top: 0;
	left: 50px;
	animation:kaiten 5s linear infinite forwards;
	animation-delay: 0.3s;
	}
	
#boll-3 {
	position: absolute;
	top: 0;
	left: 100px;
	animation:kaiten 5s linear infinite forwards;
	animation-delay: 0.6s;
	}
	
#boll-4 {
	position: absolute;
	top: 0;
	left: 150px;
	animation:kaiten 5s linear infinite forwards;
	animation-delay: 1.2s;
	}
	
#boll-5 {
	position: absolute;
	top: 0;
	left: 200px;
	animation:kaiten 5s linear infinite forwards;
	animation-delay: 1.5s;
	}
	
#boll-6 {
	position: absolute;
	top: 0;
	left: 250px;
	animation:kaiten 5s linear infinite forwards;
	animation-delay: 1.8s;
	}
	
#boll-7 {
	position: absolute;
	top: 0;
	left: 300px;
	animation:kaiten 5s linear infinite forwards;
	animation-delay: 2.1s;
	}
	
#boll-8 {
	position: absolute;
	top: 0;
	left: 350px;
	animation:kaiten 5s linear infinite forwards;
	animation-delay: 2.4s;
	}
	
#boll-9 {
	position: absolute;
	top: 0;
	left: 400px;
	animation:kaiten 5s linear infinite forwards;
	animation-delay: 2.7s;
	}
	
@keyframes kaiten{
  0% {
	transform: rotate(0deg);
  }
  40% {
	transform: rotate(360deg);
  }
  100% {
	transform: rotate(360deg);
  }
}
	
#haru-pos{
	position: absolute;
	top: 20%;
	left: 80%;
}
#natu-pos{
	position: absolute;
	top: 80%;
	left: 80%;
}
#aki-pos{
	position: absolute;
	top: 80%;
	left: 20%;
}
#huyu-pos{
	position: absolute;
	top: 20%;
	left: 20%;
}

.sample22{
	position: relative;
	height: 90vh;
	}
	
.sample23{
	margin: 20px;
	height: 90vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	}
	
.sample24{
	background-color: #808080;
	width: 200px;
	height: 100px;
	position: absolute;
	top: 80%;
	left: 80%;
	transform: translate(-50%, -50%);
	}
	
.sample25{
	color: #ffffff;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
}

/* jsSlider */
.jsSlider_container {
  max-width: 100%;
  position: relative;
  margin: 50px auto 5px;
  height: 700px;
}
.jsSlider_container .jsSlides img {
  object-fit: cover;
  width: 100%;
  height: 700px;
}

/* ページ送り */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 0;
  top: 50%;
  width: auto;
  padding: 10px 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.next {
  right: 0;
}



/* テキスト */

.jsSlider_numbertext {
    color: #483D8B;
    font-size: 36px;
    padding: 3px 12px;
    position: absolute;
    top: 0;
	border-radius: 55px;
	border-style:dashed ;
	border-color:rgba(72,61,139,0.6);
	border-width: 10px;
    font-weight: bolder;
    right: 10%;
}

/* インジケーター */
.jsSlider_dots {
  text-align: center;
}
.jsSlider_dots--dot {
    cursor: pointer;
    height: 18px;
    width: 18px;
    margin: 0 3px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.jsSlider_dots--dot:hover {
  background-color: #f0db3f;
}

/* fadeアニメーション */
.fade img {
  animation-name: fade;
  animation-duration: 0.8s;
}

@keyframes fade {
  0% {
	transform: scale(0.1,0.01) ;
  }
  60% {
    transform: scale(1,0.01);
  }
  80% {
    transform: scale(1,0.01);
  }
  100% {
    transform: scale(1,1);
  }
}
	
.sample26{
	text-align: center;
	color: white;
    font-size: 24px;
    font-weight: bolder;
	}
	
#koyo {
	stroke-dasharray:100px;
	animation:line_move 10s infinite;
}

#koyo2{
	position: absolute;
	bottom: 0;
	right: 0;
}

#daia {
	stroke-dasharray:100px;
	animation:line_move 10s infinite;
}

#daia2 {
	position: absolute;
	bottom: 0;
	right: 0;
}

#kara {
	stroke-dasharray:100px;
	animation:line_move 10s infinite;
}

#kara2 {
	position: absolute;
	bottom: 0;
	right: 0;
}

@keyframes line_move {


0% {

stroke-dashoffset:100px;
}


100% {

stroke-dashoffset:0px;
}


}

.sample27{
	width: 1200px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

.sample28{
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	}
	
.sample29{
	border-radius: 25px;
	background-color:rgba(33,33,33,0.8);
	width: 90%;
	border: 1px double white;
	margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
	margin-bottom: 50px;
	padding: 20px;
	line-height: 20px;
	}
	
.sample30{
	border-radius: 25px;
	background-image: url(../img/4.png);
	border: 3px solid rgba(99,99,99,0.5);
	box-shadow:  16px 16px 0px #1f1f1b,
             -16px -16px 0px #797969;
	width: 40%;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 20px;
	margin-right: 20px;
	}
	
.sample31{
	text-align: center;
	color: black;
	}
	
.sample32 {
	border-style:dotted ;
	border-color:rgba(33,33,33,0.3);
	border-width: 20px;
	border-radius: 22px;
	margin-top: 90px;
	background-image: url(../img/3.png);
	padding-bottom: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.sample33{
	text-align: right;
	color: black;
	}
	
.sample34{
	border-radius: 25px;
	background-image: url(../img/4.png);
	border: 3px solid rgba(99,99,99,0.3);
	box-shadow:  48px 48px 0px rgba(83,114,157,0.3),
             -48px -48px 0px rgba(123,218,162,0.3);
	width: 60%;
	margin: 50px;
	}
	
.sample35 {
	border-style:dotted ;
	border-color:rgba(33,33,33,0.3);
	border-width: 20px;
	border-radius: 22px;
	margin-top: 20px;
	background-image: url(../img/3.png);
	padding: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	margin-bottom: 90px;
	}

.sample36{
	background-color:rgba(128,128,128,0.3);
	width: 300px;
	padding: 10px;
	border-radius: 20px;
	border-style:groove ;
	line-height: 1;
	}
	
.sample37{
	background-color:rgba(128,128,128,0.3);
	text-align: center;
	width: 200px;
	padding: 10px;
	margin : 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 20px;
	border-style:groove ;
	line-height: 1;
	}
		
.sample38{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	}
	
.aka{
	border-radius: 25px;
	background-image: url(../img/4.png);
	border: 3px solid rgba(99,99,99,0.3);
	box-shadow:  48px 48px 0px rgba(255,107,71,0.3),
             -48px -48px 0px rgba(255,103,175,0.3);
	width: 60%;
	margin: 50px;
	}
	
.ao{
	border-radius: 25px;
	background-image: url(../img/4.png);
	border: 3px solid rgba(99,99,99,0.3);
	box-shadow:  48px 48px 0px rgba(72,146,255,0.3),
             -48px -48px 0px rgba(134,64,255,0.3);
	width: 60%;
	margin: 50px;
	}
	
.midori{
	border-radius: 25px;
	background-image: url(../img/4.png);
	border: 3px solid rgba(99,99,99,0.3);
	box-shadow:  48px 48px 0px rgba(148,255,69,0.3),
             -48px -48px 0px rgba(58,255,170,0.3);
	width: 60%;
	margin: 50px;
	}
	
.sample39{
	text-align: center;
	margin-top: 90px;
	}
	
#kata {
	stroke-dasharray:120px;
}

#kan {
	stroke-dasharray:120px;
}

#oo {
	stroke-dasharray:120px;
}

#dea {
	stroke-dasharray:120px;
}

#moa {
	stroke-dasharray:120px;
}

#aka {
	stroke-dasharray:120px;
}

#shiro {
	stroke-dasharray:120px;
}

.ugomoji {
	animation:line_move 12s infinite backwards;
}

.ugomoji2 {
	stroke-dasharray:120px;
}

@keyframes line_move {

	0% {
	stroke-dashoffset:120px;
	}

	50% {
	stroke-dashoffset:0px;
	}

	100% {
	stroke-dashoffset:-120px;


	}
}

.tab_t {
	margin-top: 20px;
	padding-bottom: 20px;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.tab_txt {
	width: calc(100%/7);
	height: 50px;
	background-color: #D8BFD8;
	border-bottom-width: 9px;
	border-bottom-color: #000000;
	border-radius: 50px;
	line-height: 50px;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	margin : 10px;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}

.tab_txt:hover {
	opacity: 0.75;
}


input[name="tab_txt"] {
	display: none;
}

.tab_content {
	display: none;
	padding: 40px 40px 0;
	clear: both;
	overflow: hidden;
}

#kata:checked ~ #kata_content,
#kan:checked ~ #kan_content,
#oo:checked ~ #oo_content,
#dea:checked ~ #dea_content,
#moa:checked ~ #moa_content,
#seki:checked ~ #seki_content,
#haku:checked ~ #haku_content {
	display: block;
}

.tabs input:checked + .tab_txt {
	background-color: 	#A9A9A9;
	color: #fff;
}

.tab input:checked + .tab_txt {
	background-color: 	#A9A9A9;
	color: #fff;
}