<@charset "UTF-8";>
/*
#d9a62e 明るい
#c99a2b　ちょっと暗い
#956f29  暗い
#876525 もっと暗い
#73561f とても暗い */

p {}
body{
	background-color: #202020;
	color: #d9a62e;
	-webkit-text-size-adjust: 250%;
}
footer{
  z-index: 9999;
  text-align: left;
  font-size: 9px;
  -webkit-text-size-adjust: 200%;
  bottom:10px;
  padding: 0em 0em 0em 1em;/*上 右 下 左 */
  position: fixed;
}

a:link { color: #994c15; }
a:visited { color: #994c15; }
a:hover { color: gray; }
a:active { color: gray; }

/*本文装飾用タグ*/
.center{text-align: center;}/*中央寄せ用 */
.mintyou{font-family: serif;}
.mintyou_huto{font-family: serif;font-weight: bold;}

.honbun_gear{/*本文用歯車タグ */
	display:inline-block;
	margin:0px 80px 0px 80px;
}
.honbun_gear1{
	z-index: 1;
	content: "";
	display:inline-block;
	width: 70px;
	height: 70px;
	border-radius: 50%;	
	background-image: repeating-conic-gradient(
	from 0deg, /*中心 */
	transparent 0deg 5deg, 
	#d9a62e 5deg 10deg
    );/*360°ちょうどで一周するように割り振ること */
	top:10px;
	left:-50px;
    position: relative;   
}
.honbun_gear1::before{
	content: "";
	color: #202020;
	display:block;
	width: 60px;
	height: 60px;
	border-radius: 50%;	
	background-color: #d9a62e;
	position: absolute;
	top:5px;
	left:5px;}
.honbun_gear1::after{
	content: "";
	display:block;
	width: 10px;
	height: 10px;
	border-radius: 50%;	
	background-color: #956f29;
	color: #202020;
	position: absolute;
	top:30px;
	left:30px;}
.honbun_gear2{
	content: "";
	display:inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;	
	background-image: repeating-conic-gradient(
	from 0deg, /*中心 */
	transparent 0deg 2deg, 
	#956f29 2deg 5deg
    );/*360°ちょうどで一周するように割り振ること */
	bottom:10px;
	left:90%;
    position: relative;}
.honbun_gear2::before{
	content: "";
	color: #202020;
	display:block;
	width: 80px;
	height: 80px;
	border-radius: 50%;	
	background-color: #956f29;
	position: absolute;
	bottom:5px;
	left:5px;}
.honbun_gear2_a{
	z-index: 100;
	content: "";
	display:block;
	width: 70px;
	height: 70px;
	border-radius: 50%;	
	background-image: repeating-conic-gradient(
	from 0deg, /*中心 */
	transparent 0deg 20deg, 
	#202020 20deg 90deg
    );/*360°ちょうどで一周するように割り振ること */
	bottom:10px;
	left:10px;
    position: absolute;}
.honbun_gear2_a::before{
	content: "";
	display:block;
	width: 50px;
	height: 50px;
	border-radius: 50%;	
	background-color: #956f29;
	color: #202020;
	position: absolute;
	bottom:10px;
	left:10px;}
.honbun_gear2_a::after{
	content: "";
	display:block;
	width: 10px;
	height: 10px;
	border-radius: 50%;	
	background-color: #c99a2b;
	color: #202020;
	position: absolute;
	bottom:30px;
	left:30px;}
.honbun_gear:hover .honbun_gear1{
	animation: migikaiten 5s linear;
    animation-iteration-count:infinite;
}
.honbun_gear:hover .honbun_gear2{
	animation: hidarikaiten 5s linear;
    animation-iteration-count:infinite;
}

.waku_colorA{
  display: block;
  width: 90%;
  color: black;
  background-color:#c99a2b;
  margin: 1em;
  padding: 0.5em 1em 0.5em 1em;/*上 右 下 左 */
  position: relative;}
.waku_colorB{
  display: block;
  width: 90%;
  color: lightgray;
  background-color:#1a1a1a;
  margin: 1em;
  padding: 0.5em 1em 0.5em 1em;/*上 右 下 左 */
  position: relative;}
.waku_colorC{
  display: block;
  width: 90%;
  color: black;
  background-color:lightgray;
  margin: 1em;
  padding: 0.5em 1em 0.5em 1em;/*上 右 下 左 */
  position: relative;}

.waku_hidariyoseA{
  display: block;
  color: black;
  background-color:#c99a2b;
  padding: 1em 1em 1em 1em;/*上 右 下 左 */
  margin: 1em;
  position: relative;
  float:left;}
.waku_hidariyoseB{
  display: block;
  color: lightgray;
  background-color:#1a1a1a;
  padding: 1em 1em 1em 1em;/*上 右 下 左 */
  margin: 1em;
  position: relative;
  float:left;}
.waku_hidariyoseC{
  display: block;
  color: black;
  background-color:lightgray;
  padding: 1em 1em 1em 1em;/*上 右 下 左 */
  margin: 1em;
  position: relative;
  float:left;}


.pushA{
  z-index: 10;
  display: block;
  max-width: 200px;
  border-radius: 30px;
  color: black;
  background-color:#956f29;
  text-align: center;
  margin: 0 auto;
  padding: 0em 1em 0em 1em;/*上 右 下 左 */
  margin: 1em;
  box-shadow: 2px 4px 3px rgba(0,0,0,0.5);
  position: relative;
  float:left;}
.pushB{
  z-index: 10;
  display: block;
  max-width: 200px;
  border-radius: 30px;
  color: lightgray;
  background-color:#1a1a1a;
  text-align: center;
  margin: 0 auto;
  padding: 0em 1em 0em 1em;/*上 右 下 左 */
  margin: 1em;
  box-shadow: 2px 4px 3px rgba(0,0,0,0.5);
  position: relative;
  float:left;}
.pushC{
  z-index: 10;
  display: block;
  max-width: 200px;
  border-radius: 30px;
  color: black;
  background-color:lightgray;
  text-align: center;
  margin: 0 auto;
  padding: 0em 1em 0em 1em;/*上 右 下 左 */
  margin: 1em;
  box-shadow: 2px 4px 3px rgba(0,0,0,0.5);
  position: relative;
  float:left;}
.pushA a:link,.pushA a:hover,
.pushC a:link,.pushC a:hover
{color: black; text-decoration: none;} 
.pushB a:link,.pushB a:hover
{color: lightgray; text-decoration: none;} 
.pushA:hover,.pushB:hover,.pushC:hover
{ transform: translateY(5px);box-shadow: 1px 2px 1px rgba(0,0,0,0.5);}


/*本棚ページ */
.shelfA{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.shelf_contentA{
  margin:1em;
}

.shelfB{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.shelfB a:link
{text-decoration: none;}
.shelf_contentB{
  display: block;
  border: #956f29 10px ridge;
  background-color:#202020;
  padding: 1em 1em 1em 1em;/*上 右 下 左 */
  margin:1em;
}


.shelfC{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.shelf_contentC{
  margin:1em;
}

.shelfD{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.shelfD a:link
{text-decoration: none;}
.shelf_contentD{
  display: block;
  border: #956f29 10px ridge;
  background-color:#202020;
  padding: 1em 1em 1em 1em;/*上 右 下 左 */
  margin:1em;
}
.shelf_contentD img{
  float:left;
  padding: 0em 1em 0em 0em;/*上 右 下 左 */
}

.shelfA a:link,.shelfB a:link,.shelfC a:link,.shelfD a:link{color:#d9a62e;}
.shelf_contentA:hover,.shelf_contentB:hover,.shelf_contentC:hover,.shelf_contentD:hover
{transform: scale(1.1);}

/*shelfC用ポップアップ*/
.shelfC_popup input {
  display: none;
}
.shelfC_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);/*popup表示している間の背景色*/
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.shelfC_nakami {/*popup表示させたいコンテンツ*/
  position: relative;
  align-self: center;
  text-align: center;
  width: 75%;
  max-width: 800px;
  box-sizing: border-box;
  background: #202020;
  line-height: 1.4em;
  transition: 0.5s;
  border-radius: 12px;
  padding: 1em 0em 0em 0em;/*上 右 下 左 */
  box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
}
.shelfC_close {/*shelfC閉じるボタン */
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}
.shelfC_close:hover{color:#b34747;}
.shelfC_popup input:checked ~ .shelfC_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.shelfC_open {/*shelfC表示するボタンの見た目 */
  display: block;
  border: #956f29 10px ridge;
  color: black;
  background-color:#202020;
  padding: 1em 1em 1em 1em;/*上 右 下 左 */
}

/*ページ共通 */
#gear{
  z-index: -100;
  top:0px;
  left:0px;
  width: 99.9%;
  height: 99.9%;
  position: fixed;
  overflow: hidden;}
/*トップページの本文 */
#top_content{
  z-index: 9999;}
#title_top{
  top:10%;
  right:20%;
  position: absolute;
  font-size:4em;
  text-align:center;
  line-height:0.95em;
  font-weight:bold;
  text-shadow: 0px 10px 10px rgba(0,0,0,0.7);}
#comment_top{
  min-width: 500px;
  top:40%;
  right: 20%;
  position: absolute;
  height: 50%;
  text-align:center;
}
/*サブページの本文 */
#honbun{
	z-index: 9999;
	width: 80%;
  color: #c99a2b;
  background: rgba(32,32,32,0.85);
  border: #956f29 10px ridge;
  padding: 10px;
  margin: 0 auto;
  margin-top: 100px;
}
#sub_ropeL{/*ロープ */
	z-index: -5;
	content: "";
	display:block;
	width: 10px;
	height: 100%;
	background:repeating-linear-gradient(
		30deg, #73561f 0, #73561f 10px, #956f29 10px, #956f29  30px);
	top:0px;
	left:50px;
  position: fixed;
}
#sub_ropeR{
	z-index: -5;
	content: "";
	display:block;
	width: 10px;
	height: 100%;
	background:repeating-linear-gradient(
		30deg, #73561f 0, #73561f 10px, #956f29 10px, #956f29  30px);
	top:0px;
	right:50px;
  position: fixed;
}


/*トップページのメニュー*/
.menu_popup input {display: none;}/*デフォルト非表示*/
.close {/*外側の色幕*/
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(60,50,0,0.5);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);}
.popup {/*表示のオンオフ*/
  position: absolute;
  width: 100%;
  height: 100%;}
.menu_popup input:checked ~ .close {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;}
.open {/*メニュー表示ボタン */
  z-index: 9998;
  font-size: 20px;
  font-size: 20px;
  text-align:center;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.7);
  bottom:20%;
  left:20px;
  position: fixed;
  cursor: pointer;}
.open:hover{/*マウスオーバーで変色 */
  transform: scale(1.2);
  transition: 0.4s ease;}
.menu_waku {
  position: absolute;
  align-self: center;
  width: 90%;
  box-sizing: border-box;
  background-color: lightgray;
  transition: 0.7s;
  border-radius: 10px;
  padding: 0em 0em 0em 0em;/*上 右 下 左 */
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.8);}
#menu_content{
  padding:1em 0em 1em 6em;/*上 右 下 左 */
  text-align: top;}
#menu_title{
  font-size: 40px;
  color: #202020;
  margin:0;
  text-shadow: 0px 10px 5px rgba(0, 0, 0, 0.4);}
.menu_icon{
  width:100%;
  text-align: top;
  text-shadow: 0px 10px 5px rgba(0, 0, 0, 0.5);
}
.menu_icon:hover{/*マウスオーバーで変化 */
  transform: translateY(-0.5em);
  transition: 0.4s ease;}
.menu_icon a:link
{color:black;text-decoration: none;}
.menu_icon a:visited { color: black;}
.menu_icon a:hover { color: black;}
.menu_icon a:active { color: black;}

/*サブページの上へ戻るボタン */
#back_to_top{
  z-index: 9999;
  font-size:15px; 
  bottom: 20px;
  right: 17px;
  position: fixed;}
#back_to_top a{display: block;text-decoration: none;}
#back_to_top a:link{color: #d9a62e;}
#back_to_top:hover{opacity: 0.7;}
/*前ページへ戻るボタン */
#page_back{
  z-index: 9999;
  font-size:20px; 
  -webkit-text-size-adjust: 200%;
  top: 150px;
  left: 17px;
  position: fixed;}
#page_back a{display: block;text-decoration: none;}
#page_back a:link{color: #d9a62e;}
#page_back:hover{opacity: 0.7 ;}

/*次ページへ進むボタン */
#page_next{
  z-index: 9999;
  font-size:20px; 
  -webkit-text-size-adjust: 200%;
  top: 150px;
  right: 17px;
  position: fixed;}
#page_next a{display: block;text-decoration: none;}
#page_next a:link{color: #d9a62e;}
#page_next:hover{opacity: 0.7 ;}


/*歯車部↓ */
.left{/*幅固定。下に伸ばすときはコピペで追加 */
	content: "";
	display:block;
	width: 250px;
	height: 100%;
	background: transparent;
	float:left;
	position: fixed;
	top:0;
	left:0;
	overflow: hidden;
}
.right{/*幅固定。下に伸ばすときはコピペで追加 */
	content: "";
	display:block;
	width: 250px;
	height: 100%;
	background: transparent;
	float:left;
	position: fixed;
	top: 0;
	right: 0;
	overflow: hidden;
}

/*歯車の回転 */
@keyframes migikaiten {/*右回転 */
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
@keyframes hidarikaiten {/*左回転 */
  0% {transform: rotate(0deg);}
  100% {transform: rotate(-360deg);}
}

/*上段左の歯車 */
#left1{
	z-index: 1;
	content: "";
	display:block;
	width: 80px;
	height: 80px;
	border-radius: 50%;	
	background-image: repeating-conic-gradient(
	from 0deg, /*中心 */
	transparent 0deg 5deg, 
	#d9a62e 5deg 10deg
    );/*360°ちょうどで一周するように割り振ること */
	top:15px;
	left:-10px;
    position: absolute;
    animation: migikaiten 5s linear;
    animation-iteration-count:infinite;
}
#left1::before{
	content: "";
	color: #202020;
	display:block;
	width: 70px;
	height: 70px;
	border-radius: 50%;	
	background-color: #d9a62e;
	position: absolute;
	top:5px;
	left:5px;
}
#left1::after{
	content: "";
	display:block;
	width: 10px;
	height: 10px;
	border-radius: 50%;	
	background-color: #956f29;
	color: #202020;
	position: absolute;
	top:35px;
	left:35px;
}

#left2{
	z-index: 1;
	content: "";
	display:block;
	width: 60px;
	height: 60px;
	border-radius: 50%;	
	background-image: repeating-conic-gradient(
	from 0deg, /*中心 */
	transparent 0deg 6deg, 
	#d9a62e 6deg 12deg
    );/*360°ちょうどで一周するように割り振ること */
	top:83px;
	left:25px;
    position: absolute;
    animation: hidarikaiten 4s linear;
    animation-delay: 0.3s;
    animation-iteration-count:infinite;
}
#left2::before{
	content: "";
	color: #202020;
	display:block;
	width: 50px;
	height: 50px;
	border-radius: 50%;	
	background-color: #d9a62e;
	position: absolute;
	top:5px;
	left:5px;
}
#left2::after{
	content: "";
	display:block;
	width: 10px;
	height: 10px;
	border-radius: 50%;	
	background-color: #956f29;
	color: #202020;
	position: absolute;
	top:25px;
	left:25px;
}

#left3{
	z-index: 0;
	content: "";
	display:block;
	width: 120px;
	height: 120px;
	border-radius: 50%;	
	background-image: repeating-conic-gradient(
	from 0deg, /*中心 */
	transparent 0deg 6deg, 
	#956f29 6deg 12deg
    );/*360°ちょうどで一周するように割り振る */
	top:40px;
	left:60px;
    position: absolute;
    animation: migikaiten 6s linear;
    animation-iteration-count:infinite;
}
#left3::before{
	content: "";/*テキスト不要なときは空欄にする */
	color: #202020;
	display:block;
	width: 110px;
	height: 110px;
	border-radius: 50%;	
	background-color: #876525;
	position: absolute;
	top:5px;
	left:5px;
}
#left3::after{
	content: "";
	display:block;
	width: 50px;
	height: 50px;
	border-radius: 50%;	
	border:#956f29 7px double;
	background-color: #d9a62e;
	color: #202020;
	position: absolute;
	top:28px;
	left:28px;
}
#left4{
	z-index: 0;
	content: "";
	display:block;
	width: 150px;
	height: 150px;
	border-radius: 50%;	
	background-image: repeating-conic-gradient(
	from 0deg, /*中心 */
	transparent 0deg 6deg, 
	#956f29 6deg 12deg
    );/*360°ちょうどで一周するように割り振る */
	top:200px;
	left:20px;
    position: absolute;
    animation: migikaiten 6s linear;
    animation-iteration-count:infinite;
}
#left4::before{
	content: "";
	color: #202020;
	display:block;
	width: 120px;
	height: 120px;
	border-radius: 50%;	
	border:#956f29 10px double;
	background-color: #d9a62e;
	position: absolute;
	top:5px;
	left:5px;
}
#left4::after{
	content: "";
	display:block;
	width: 80px;
	height: 80px;
	border-radius: 50%;	
	border:#73561f 7px double;
	background-color: #956f29;
	color: #202020;
	position: absolute;
	top:20px;
	left:10px;
}
#left4_a{
	z-index: -10;
	content: "";
	display:block;
	width: 20px;
	height: 200px;
	background-color: transparent;
	border-radius: 20px;
	border: #c99a2b 6px solid;	
	position: absolute;
    animation: updownL 3s linear;
    animation-iteration-count:infinite;	
}
@keyframes updownL {
  0% {
  	top:120px;
  	left:100px;
  	transform: rotate(20deg);}/*減少で左回転、増加で右回転 */
  50% {
  	top:60px;
  	left:90px;
  	transform: rotate(0deg);}
  100% {
  	top:120px;
  	left:100px;
  	transform: rotate(20deg);}
}
#left5{
	z-index: -10;
	content: "";
	display:block;
	width: 150px;
	height: 150px;
	border-radius: 50%;	
	background-image: repeating-conic-gradient(
	from 0deg, /*中心 */
	transparent 0deg 2deg, 
	#d9a62e 2deg 5deg
    );/*360°ちょうどで一周するように割り振ること */
	top:300px;
	left:-30px;
    position: absolute;
    animation: hidarikaiten 5s linear;
    animation-iteration-count:infinite;
}
#left5::before{
	content: "";
	color: #202020;
	display:block;
	width: 140px;
	height: 140px;
	border-radius: 50%;	
	background-color: #d9a62e;
	position: absolute;
	bottom:5px;
	left:5px;
}

#left5_a{
	z-index: 0;
	content: "";
	display:block;
	width: 130px;
	height: 130px;
	border-radius: 50%;	
	background-image: repeating-conic-gradient(
	from 0deg, /*中心 */
	transparent 0deg 20deg, 
	#202020 20deg 90deg
    );/*360°ちょうどで一周するように割り振ること */
	bottom:10px;
	left:10px;
    position: absolute;
}
#left5_a::before{
	content: "";
	display:block;
	width: 90px;
	height: 90px;
	border-radius: 50%;	
	background-color: #d9a62e;
	color: #202020;
	position: absolute;
	bottom:20px;
	left:20px;
}
#left5_a::after{
	content: "";
	display:block;
	width: 10px;
	height: 10px;
	border-radius: 50%;	
	background-color: #956f29;
	color: #202020;
	position: absolute;
	bottom:60px;
	left:60px;
}

/*下段左の歯車 */
#left6{
	z-index: 1;
	content: "";
	display:block;
	width: 80px;
	height: 80px;
	border-radius: 50%;	
	background-image: repeating-conic-gradient(
	from 0deg, /*中心 */
	transparent 0deg 5deg, 
	#c99a2b 5deg 10deg
    );/*360°ちょうどで一周するように割り振ること */
	bottom:100px;
	left:-10px;
    position: absolute;
    animation: migikaiten 5s linear;
    animation-iteration-count:infinite;
}
#left6::before{
	content: "";
	color: #202020;
	display:block;
	width: 70px;
	height: 70px;
	border-radius: 50%;	
	background-color: #c99a2b;
	position: absolute;
	bottom:5px;
	left:5px;
}
#left6::after{
	content: "";
	display:block;
	width: 10px;
	height: 10px;
	border-radius: 50%;	
	background-color: #956f29;
	color: #202020;
	position: absolute;
	bottom:35px;
	left:35px;
}
#left7{
	z-index: 0;
	content: "";
	display:block;
	width: 120px;
	height: 120px;
	border-radius: 50%;	
	background-image: repeating-conic-gradient(
	from 0deg, /*中心 */
	transparent 0deg 5deg, 
	#73561f 5deg 10deg
    );/*360°ちょうどで一周するように割り振ること */
	bottom:90px;
	left:65px;
    position: absolute;
    animation: hidarikaiten 5s linear;
    animation-iteration-count:infinite;
}
#left7::before{
	content: "";
	color: #202020;
	display:block;
	width: 110px;
	height: 110px;
	border-radius: 50%;	
	background-color: #956f29;
	position: absolute;
	bottom:5px;
	left:5px;
}
#left7::after{
	content: "";
	display:block;
	width: 10px;
	height: 10px;
	border-radius: 50%;	
	background-color: #d9a62e;
	color: #202020;
	position: absolute;
	bottom:55px;
	left:55px;
}
#left8{
	z-index: -10;
	content: "";
	display:block;
	width: 200px;
	height: 200px;
	border-radius: 50%;	
	background-image: repeating-conic-gradient(
	from 0deg, /*中心 */
	transparent 0deg 5deg, 
	#c99a2b 5deg 10deg
    );/*360°ちょうどで一周するように割り振ること */
	bottom:-105px;
	left:30px;
    position: absolute;
    animation: migikaiten 5s linear;
    animation-iteration-count:infinite;
}
#left8::before{
	content: "";
	color: #202020;
	display:block;
	width: 190px;
	height: 190px;
	border-radius: 50%;	
	background-color: #c99a2b;
	position: absolute;
	bottom:5px;
	left:5px;
}

#left8_a{
	z-index: 0;
	content: "";
	display:block;
	width: 170px;
	height: 170px;
	border-radius: 50%;	
	background-image: repeating-conic-gradient(
	from 0deg, /*中心 */
	transparent 0deg 20deg, 
	#202020 20deg 120deg
    );/*360°ちょうどで一周するように割り振ること */
	bottom:15px;
	left:15px;
    position: absolute;
}
#left8_a::before{
	content: "";
	display:block;
	width: 150px;
	height: 150px;
	border-radius: 50%;	
	background-color: #d9a62e;
	color: #202020;
	position: absolute;
	bottom:10px;
	left:10px;
}
#left8_a::after{
	content: "";
	display:block;
	width: 20px;
	height: 20px;
	border-radius: 50%;	
	background-color: #956f29;
	color: #202020;
	position: absolute;
	bottom:75px;
	left:75px;
}


/*上段右の歯車 */
#right1{
	z-index: 1;
	content: "";
	display:block;
	width: 70px;
	height: 70px;
	border-radius: 50%;	
	background-image: repeating-conic-gradient(
	from 0deg, /*中心 */
	transparent 0deg 5deg, 
	#d9a62e 5deg 10deg
    );/*360°ちょうどで一周するように割り振ること */
	top:-20px;
	right:30px;
    position: absolute;
    animation: hidarikaiten 3s linear;
    animation-iteration-count:infinite;
}
#right1::before{
	content: "";
	color: #202020;
	display:block;
	width: 60px;
	height: 60px;
	border-radius: 50%;	
	background-color: #d9a62e;
	position: absolute;
	top:5px;
	right:5px;
}
#right1::after{
	content: "";
	display:block;
	width: 10px;
	height: 10px;
	border-radius: 50%;	
	background-color: #876525;
	color: #202020;
	position: absolute;
	top:35px;
	right:35px;
}

#right1_a{
	z-index: -5;
	content: "";
	display:block;
	width: 20px;
	height: 200px;
	background-color: #73561f;
	border-radius: 20px;
	border: #956f29 6px solid;	
	position: absolute;
	top:0px;
	right:100px;
    animation: updownR 2s linear;
    animation-iteration-count:infinite;	
}
#right1_a::after{
	content: "";
	display:block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #876525;
	position: absolute;	
	top:180px;
	left:2px;
}
@keyframes updownR {
  0% {
  	top:-50px;
  	right:100px;
  	transform: rotate(20deg);}/*減少で左回転、増加で右回転 */
  50% {
  	top:-20px;
  	right:100px;
  	transform: rotate(10deg);}
  100% {
  	top:-50px;
  	right:100px;
  	transform: rotate(20deg);}
}

#right2{
	z-index: 1;
	content: "";
	display:block;
	width: 90px;
	height: 90px;
	border-radius: 50%;	
	background-image: repeating-conic-gradient(
	from 0deg, /*中心 */
	transparent 0deg 6deg, 
	#d9a62e 6deg 12deg
    );/*360°ちょうどで一周するように割り振る */
	top:100px;
	right:100px;
    position: absolute;
    animation: migikaiten 2s linear;
    animation-iteration-count:infinite;
}
#right2::before{
	content: "";
	color: #202020;
	display:block;
	width: 60px;
	height: 60px;
	border-radius: 50%;	
	border:#956f29 10px double;
	background-color: #d9a62e;
	position: absolute;
	top:5px;
	right:5px;
}
#right2::after{
	content: "";
	display:block;
	width: 20px;
	height: 20px;
	border-radius: 50%;	
	border:#c99a2b 7px double;
	background-color: #73561f;
	color: #202020;
	position: absolute;
	top:20px;
	right:20px;
}

#right2_a{
	z-index: -5;
	content: "";
	display:block;
	width: 10px;
	height: 10px;
	border-radius: 50%;	
	position: absolute;
	animation: updownR1 3s ease-in-out;
    animation-iteration-count:infinite;	
	}    
#right2_a::before{
	content: "";
	display:block;
	width: 20px;
	height: 130px;
	background-color: #73561f;
	border-radius: 20px;
	border: #956f29 6px solid;	
	position: absolute;
	bottom:0px;
}
#right2_a::after{
	content: "";
	display:block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #876525;
	position: absolute;	
	bottom:118px;
	left:8px;
}
@keyframes updownR1 {
  0% {
  	top:200px;
  	right:100px;
  	transform: rotate(20deg);}/*減少で左回転、増加で右回転 */
  70% {
  	top:200px;
  	right:100px;
  	transform: rotate(50deg);}
  100% {
  	top:200px;
  	right:100px;
  	transform: rotate(20deg);}
}
#right2_b{
	z-index: -11;
	content: "";
	display:block;
	width: 10px;
	height: 10px;
	border-radius: 50%;	
	position: absolute;	
	bottom:130px;
	transform: rotate(80deg);
	}  
#right2_b::before{
	content: "";
	display:block;
	width: 20px;
	height: 130px;
	background-color: #73561f;
	border-radius: 20px;
	border: #956f29 6px solid;	
	position: absolute;
	bottom:0px;
}
#right2_b::after{
	content: "";
	display:block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #876525;
	position: absolute;	
	bottom:118px;
	left:8px;
}

#right3{
	z-index: -1;
	content: "";
	display:block;
	width: 140px;
	height: 140px;
	border-radius: 50%;	
	background-image: repeating-conic-gradient(
	from 0deg, /*中心 */
	transparent 0deg 6deg, 
	#956f29 6deg 12deg
    );/*360°ちょうどで一周するように割り振る */
	top:130px;
	right:40px;
    position: absolute;
    animation: migikaiten 6s linear;
    animation-iteration-count:infinite;
}
#right3::before{
	content: "";/*テキスト不要なときは空欄にする */
	color: #202020;
	display:block;
	width: 120px;
	height: 120px;
	border-radius: 50%;	
	border:#956f29 7px double;
	background-color: #d9a62e;
	position: absolute;
	top:3px;
	right:3px;
}
#right3::after{
	content: "";
	display:block;
	width: 50px;
	height: 50px;
	border-radius: 50%;	
	border:#956f29 7px double;
	background-color: #956f29;
	color: #202020;
	position: absolute;
	top:37px;
	right:37px;
}
/*下段右の歯車 */
#right4{
	z-index: -10;
	content: "";
	display:block;
	width: 200px;
	height: 200px;
	border-radius: 50%;	
	background-image: repeating-conic-gradient(
	from 0deg, /*中心 */
	transparent 0deg 2deg, 
	#d9a62e 2deg 5deg
    );/*360°ちょうどで一周するように割り振ること */
	bottom:80px;
	right:-30px;
    position: absolute;
    animation: hidarikaiten 5s linear;
    animation-iteration-count:infinite;
}
#right4::before{
	content: "";
	color: #202020;
	display:block;
	width: 190px;
	height: 190px;
	border-radius: 50%;	
	background-color: #d9a62e;
	position: absolute;
	bottom:5px;
	right:5px;
}

#right4_a{
	z-index: 0;
	content: "";
	display:block;
	width: 170px;
	height: 170px;
	border-radius: 50%;	
	background-image: repeating-conic-gradient(
	from 0deg, /*中心 */
	transparent 0deg 20deg, 
	#202020 20deg 90deg
    );/*360°ちょうどで一周するように割り振ること */
	bottom:15px;
	right:15px;
    position: absolute;
}
#right4_a::before{
	content: "";
	display:block;
	width: 100px;
	height: 100px;
	border-radius: 50%;	
	background-color: #d9a62e;
	color: #202020;
	position: absolute;
	bottom:35px;
	right:35px;
}
#right4_a::after{
	content: "";
	display:block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border:#d9a62e 7px double;
	background-color: #956f29;
	color: #202020;
	position: absolute;
	bottom:73px;
	right:73px;
}

#right5{
	z-index: -5;
	content: "";
	display:block;
	width: 80px;
	height: 80px;
	border-radius: 50%;	
	background-image: repeating-conic-gradient(
	from 0deg, /*中心 */
	transparent 0deg 5deg, 
	#d9a62e 5deg 10deg
    );/*360°ちょうどで一周するように割り振ること */
	bottom:24px;
	right:100px;
    position: absolute;
    animation: migikaiten 3s linear;
    animation-iteration-count:infinite;
}
#right5::before{
	content: "";
	color: #202020;
	display:block;
	width: 70px;
	height: 70px;
	border-radius: 50%;	
	background-color: #d9a62e;
	position: absolute;
	top:5px;
	right:5px;
}
#right5::after{
	content: "";
	display:block;
	width: 10px;
	height: 10px;
	border-radius: 50%;	
	background-color: #956f29;
	color: #202020;
	position: absolute;
	top:35px;
	right:35px;
}

#right5_a{
	z-index: -5;
	content: "";
	display:block;
	width: 10px;
	height: 10px;
	border-radius: 50%;	
	position: absolute;
	animation: updownR2 2s ease-in-out;
    animation-iteration-count:infinite;	
	}    
#right5_a::before{
	content: "";
	display:block;
	width: 20px;
	height: 130px;
	background-color: #73561f;
	border-radius: 20px;
	border: #956f29 6px solid;	
	position: absolute;
	bottom:0px;
}
#right5_a::after{
	content: "";
	display:block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #876525;
	position: absolute;	
	bottom:118px;
	left:8px;
}
@keyframes updownR2 {
  0% {
  	bottom:50px;
  	right:150px;
  	transform: rotate(20deg);}/*減少で左回転、増加で右回転 */
  70% {
  	bottom:50px;
  	right:150px;
  	transform: rotate(50deg);}
  100% {
  	bottom:50px;
  	right:150px;
  	transform: rotate(20deg);}
}
#right5_b{
	z-index: -11;
	content: "";
	display:block;
	width: 10px;
	height: 10px;
	border-radius: 50%;	
	position: absolute;	
	bottom:130px;
	transform: rotate(95deg);
	}  
#right5_b::before{
	content: "";
	display:block;
	width: 20px;
	height: 130px;
	background-color: #73561f;
	border-radius: 20px;
	border: #956f29 6px solid;	
	position: absolute;
	bottom:0px;
}
#right5_b::after{
	content: "";
	display:block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #876525;
	position: absolute;	
	bottom:118px;
	left:8px;
}
#right5_c{
	z-index: -11;
	content: "";
	display:block;
	width: 10px;
	height: 10px;
	border-radius: 50%;	
	position: absolute;	
	bottom:130px;
	transform: rotate(70deg);
	}  
#right5_c::before{
	content: "";
	display:block;
	width: 20px;
	height: 130px;
	background-color: #73561f;
	border-radius: 20px;
	border: #956f29 6px solid;	
	position: absolute;
	bottom:0px;
}
#right5_c::after{
	content: "";
	display:block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #876525;
	position: absolute;	
	bottom:118px;
	left:8px;
}


/*サブページの歯車 */
#sub_center1{
	z-index: -5;
	content: "";
	display:block;
	width: 80px;
	height: 80px;
	border-radius: 50%;	
	background-image: repeating-conic-gradient(
	from 0deg, /*中心 */
	transparent 0deg 10deg, 
	#c99a2b 10deg 20deg
    );/*360°ちょうどで一周するように割り振ること */
	top:15px;
	left:50%;
  position: absolute;
  animation: migikaiten 5s ease-out;
  animation-iteration-count:1;
}
#sub_center1::before{
	content: "";
	color: #202020;
	display:block;
	width: 70px;
	height: 70px;
	border-radius: 50%;	
	background-color: #c99a2b;
	position: absolute;
	top:5px;
	left:5px;
}
#sub_center1::after{
	content: "";
	display:block;
	width: 10px;
	height: 10px;
	border-radius: 50%;	
	background-color: #956f29;
	color: #202020;
	position: absolute;
	top:35px;
	left:35px;
}
#sub_center2{
	z-index: -15;
	content: "";
	display:block;
	width: 140px;
	height: 140px;
	border-radius: 50%;	
	background-image: repeating-conic-gradient(
	from 0deg, /*中心 */
	transparent 0deg 6deg, 
	#956f29 6deg 12deg
    );/*360°ちょうどで一周するように割り振る */
	top:-50px;
	left:51%;
  position: absolute;
  animation: migikaiten 5s ease-out;
  animation-iteration-count:1;
}
#sub_center2::before{
	content: "";/*テキスト不要なときは空欄にする */
	color: #202020;
	display:block;
	width: 120px;
	height: 120px;
	border-radius: 50%;	
	border:#956f29 7px double;
	background-color: #d9a62e;
	position: absolute;
	top:3px;
	right:3px;
}
#sub_center2::after{
	content: "";
	display:block;
	width: 30px;
	height: 30px;
	border-radius: 50%;	
	border:#956f29 7px double;
	background-color: #956f29;
	color: #202020;
	position: absolute;
	top:47px;
	right:47px;
}

#sub_center3{/*本文枠についている歯車 */
	z-index: 2;
	content: "";
	display:block;
	width: 90px;
	height: 90px;
	border-radius: 50%;	
	background-image: repeating-conic-gradient(
	from 0deg, /*中心 */
	transparent 0deg 10deg, 
	#956f29  10deg 20deg
    );/*360°ちょうどで一周するように割り振ること */
	top:-60px;
	left:50px;
  position: absolute;
  animation: migikaiten 5s ease-out;
  animation-iteration-count:1;
}
#sub_center3::before{
	content: "";
	color: #202020;
	display:block;
	width: 80px;
	height: 80px;
	border-radius: 50%;	
	background-color: #956f29;
	position: absolute;
	bottom:5px;
	left:5px;
}

#sub_center3_a{
	z-index: 0;
	content: "";
	display:block;
	width: 70px;
	height: 70px;
	border-radius: 50%;	
	background-image: repeating-conic-gradient(
	from 0deg, /*中心 */
	transparent 0deg 20deg, 
	#73561f  20deg 90deg
    );/*360°ちょうどで一周するように割り振ること */
	bottom:10px;
	left:10px;
  position: absolute;
}
#sub_center3_a::before{
	content: "";
	display:block;
	width: 50px;
	height: 50px;
	border-radius: 50%;	
	background-color: #956f29;
	color: #202020;
	position: absolute;
	bottom:10px;
	left:10px;
}
#sub_center3_a::after{
	content: "";
	display:block;
	width: 10px;
	height: 10px;
	border-radius: 50%;	
	background-color: #876525;
	color: #202020;
	position: absolute;
	bottom:30px;
	left:30px;
}

#sub_temp{
  text-align: left;
  font-size: 9px;
  -webkit-text-size-adjust: 200%;
  padding: 0em 0em 0em 1em;/*上 右 下 左 */
  position: relative;
}

/*templated by   https://kame-kame-css.booth.pm/ */