/* CSS Document */

:root {
  --linewidth: 2px;
  --linecolor: #ccc;
}
.ht100 {
	height:calc( (var(--height) * 100 ) );
	//height: 100VH;
	background:#FFFF33;
}
.olcircle {
	list-style: none;
	counter-reset: number;
}
.olcircle li {
  position: relative;
  padding-left: 1.5em;
}
.olcircle li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 20px;

  border: 1px solid #000;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
}
.olt {
	font-size: 1.0rem;
	line-height: 2.2;
	padding-left: 1em;
}
.olp {
	font-size: 0.8rem;
	font-weight: 300;
	padding-left: 1em;
}
.olcircle2 {
	list-style: none;
	counter-reset: number;
	margin-left: 0px;
	padding-left: 0px;
}
.olcircle2 li {
  position: relative;
  padding-left: 2em;
  font-weight: 200;
}
.olcircle2 li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;

  border: 1px solid #000;
  border-radius: 50%;
  font-size: 8px;
  text-align: center;
  line-height: 1.4;
}
.bd10 {
	border-radius: 5px;
}
.underbar {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgba(102,102,102,1);
	display: inline;
}
.newsbox {
	width: 300px;
	font-size: 0.6em;
	line-height: 200%;
	//background:#FFFF33;
	display: block;
	margin: 10px;
	margin-bottom: 30px;
}
.newsboxt {
	width: 150px;
	font-size: 0.6em;
	line-height: 200%;
	//background:#FFFF33;
	display: block;
	margin: 10px;
	margin-bottom: 30px;
}
.newssam {
	width: 300px;
	height: 300px;
	border-radius: 50%;
}
.newssamt {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
.newsdate {
	font-size: 0.8em;
	font-weight: 200;
	
}
.newsspan {
	border: 1px solid rgba(153,153,153,1);
	padding: 5px;
	margin-top: 10px;
	font-weight: 200;
}
.enkaku_filler {
	
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	
}
.dmy100 {
	height: 100VH;
	background:#FFFF33;
}
.topmenutx {
	margin-right: 1em;
}
.dmy100:nth-child(even) {
	background:#FF99ff;
}
.linebox, .linebox2, .linebox3 {
	padding-left: 1em;
	border-left-width: 8px;
	border-left-style: solid;
	//border-left-color: #c8c8c8;
	border-left-color: transparent;
	//background:#FF99ff;
}
.linebox2 {
	//border-left-color: #000;
	border-left-color: transparent;
}
.linebox3 {
	//border-left-color: #f29015;
	border-left-color: transparent;
}
.btnclick2 {
	width:300px;
	height: 50px;
	display: grid;
	place-content: center;
	place-items: center;
	border: thin solid #ccc;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9rem;
	background-color: rgba(255,255,255,1);
}
.btnclick4 {
	width:100%;
	max-width:300px;
	height: auto;

	//height: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	display: grid;
	place-content: center;
	place-items: center;
	border: thin solid #ccc;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8rem;
	//background-color: rgba(102,204,255,1);
}
.lineback {
	width: 100%;
	position: relative;
	height: 600px;
	//background-color: rgba(102,204,255,0.1);
	
}
.cv1 {
	width:25%;
	height: 100px;
	
	border-left-color: var(--linecolor);
	border-right-style: solid;
	border-right-width: var(--linewidth);
	border-bottom-width: var(--linewidth);
	border-bottom-style: solid;
	border-top-color: var(--linecolor);
	border-right-color: var(--linecolor);
	border-bottom-color: var(--linecolor);
	border-bottom-right-radius: 50px;
	left: 25%;
	top: 0px;
	position: absolute;
	
	//background-color: rgba(102,204,215,0.3);
}
.cv2 {
	width:25%;
	height: 100px;
	margin-left: 0px;
	border-left-color: var(--linecolor);
	border-top-color: var(--linecolor);
	border-right-color: var(--linecolor);
	border-bottom-color: var(--linecolor);
	border-top-width: var(--linewidth);
	border-left-width: var(--linewidth);
	border-top-style: solid;
	border-left-style: solid;
	border-top-left-radius: 50px;
	position: absolute;
	left: 0px;
	top: 100px;
	
	//background-color: rgba(102,204,215,0.3);
	
}
.cv3 {
	width: 40px;
	height: 70px;
	margin-left: 0px;
	border-left-color: var(--linecolor);
	border-top-color: var(--linecolor);
	border-right-color: var(--linecolor);
	border-bottom-color: var(--linecolor);
	border-top-width: var(--linewidth);
	border-left-width: var(--linewidth);
	border-top-style: solid;
	border-left-style: solid;
	position: absolute;
	left: 0px;
	top: 200px;
	//background-color: rgba(102,0,100,0.3);
}
.cv31 {
	width: 40px;
	height: 200px;
	margin-left: 0px;
	border-left-color: var(--linecolor);
	border-top-color: var(--linecolor);
	border-right-color: var(--linecolor);
	border-bottom-color: var(--linecolor);
	border-top-width: var(--linewidth);
	border-left-width: var(--linewidth);
	border-top-style: solid;
	border-left-style: solid;
	position: absolute;
	left: 0px;
	top: 200px;
	//background-color: rgba(102,0,100,0.1);
}
.cv3t {
	position: absolute;
	left: 0px;
	top: 0px;
	//background-color: rgba(0,0,100,0.3);
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	//width: calc( 100% - 60px );
	width: 100%;

	row-gap: 60px;
}
.cv4 {
	width: 40px;
	height: 200px;
	margin-left: 0px;
	border-left-color: var(--linecolor);
	border-top-color: var(--linecolor);
	border-right-color: var(--linecolor);
	border-bottom-color: var(--linecolor);
	border-top-width: var(--linewidth);
	border-left-width: var(--linewidth);
	border-top-style: solid;
	border-left-style: solid;
	position: absolute;
	left: 0px;
	top: 400px;
	//background-color: rgba(102,0,100,0.1);
}
.cv4t {
	position: absolute;
	left: 0px;
	top: 200px;
	//background-color: rgba(0,0,100,0.3);
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	//width: calc( 100% - 60px );
	width: 100%;

	row-gap: 60px;
}
.cv5 {
	width: 40px;
	height: 160px;
	margin-left: 0px;
	border-left-color: var(--linecolor);
	border-top-color: var(--linecolor);
	border-right-color: var(--linecolor);
	border-bottom-color: var(--linecolor);
	border-top-width: var(--linewidth);
	border-left-width: var(--linewidth);
	border-bottom-width: var(--linewidth);
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	position: absolute;
	left: 0px;
	top: 600px;

	//background-color: rgba(102,0,100,0.1);
	
	border-bottom-left-radius: 50px;
}
.cv5t {
	position: absolute;
	left: 0px;
	top: 400px;
	//background-color: rgba(0,0,100,0.3);
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	//width: calc( 100% - 60px );
	width: 100%;

	row-gap: 60px;
}
.lineback2 {
	width: 100%;
	
	position: relative;
	height: 1440px;
	//background-color: rgba(102,204,255,0.3);
	font-size: 0.8rem;
	line-height: 200%;
}
.cv3b {
	width: 40px;
	height: 300px;
	margin-left: 0px;
	border-left-color: var(--linecolor);
	border-top-color: var(--linecolor);
	border-right-color: var(--linecolor);
	border-bottom-color: var(--linecolor);
	border-top-width: var(--linewidth);
	border-left-width: var(--linewidth);
	border-top-style: solid;
	border-left-style: solid;
	position: absolute;
	left: 0px;
	top: 200px;
	//background-color: rgba(102,0,100,0.1);
}
.cv3d {
	position: absolute;
	left: 60px;
	top: 155px;
	
	width: 45%;
	//background-color: rgba(0,0,100,0.3);
}
.cv3m {
	position: absolute;
	left: 65%;
	top: 200px;
	width: 30%;
}
.cv4b {
	width: 40px;
	height: 300px;
	margin-left: 0px;
	border-left-color: var(--linecolor);
	border-top-color: var(--linecolor);
	border-right-color: var(--linecolor);
	border-bottom-color: var(--linecolor);
	border-top-width: var(--linewidth);
	border-left-width: var(--linewidth);
	border-top-style: solid;
	border-left-style: solid;
	
	position: absolute;
	left: 0px;
	top: 500px;
	//background-color: rgba(255,50,255,0.3);
}
.cv4d {
	position: absolute;
	left: 60px;
	top: 460px;
	
	width: 45%;
	//background-color: rgba(0,0,100,0.3);
}
.cv4m {
	position: absolute;
	left: 65%;
	top: 500px;
	width: 30%;
}
.cv5b {
	width: 40px;
	height: 360px;
	margin-left: 0px;
	border-left-color: var(--linecolor);
	border-top-color: var(--linecolor);
	border-right-color: var(--linecolor);
	border-bottom-color: var(--linecolor);
	border-top-width: var(--linewidth);
	border-left-width: var(--linewidth);
	border-bottom-width: var(--linewidth);
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	
	position: absolute;
	left: 0px;
	top: 800px;
	
	border-bottom-left-radius: 50px;
	
	//background-color: rgba(0,50,100,0.3);
}
.cv5d {
	position: absolute;
	left: 60px;
	top: 760px;
	
	width: 45%;
	//background-color: rgba(0,0,100,0.3);
}
.cv5m {
	position: absolute;
	left: 65%;
	top: 800px;
	
	width: 30%;
	//background-color: rgba(0,0,100,0.3);
}
.cv6d {
	position: absolute;
	left: 60px;
	top: 1120px;
	
	width: 45%;
	//background-color: rgba(0,0,100,0.3);
}

.cv6m {
	position: absolute;
	left: 65%;
	top: 1160px;
	
	width: 30%;
	//background-color: rgba(0,0,100,0.3);
}
.overrole {
	overflow-x: scroll;
	overflow-y: hidden;
	margin: 0px;
	padding: 0px;
}
.yoko {
	width: 2700px;
	height: 340px;
	margin-right: auto;
	margin-left: auto;
	//background:rgba(102,255,0,0.3)
}
.eventycell {
	width: 180px;
	//height: 400px;
	
	padding-right: 3px;
	display: inline-block;
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.flxa {
	display:none;
}
.samfit {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 5px;
}
.dummy100 {
	width: 100%;
	height: 300VH;
}
.supressortop {
	width: 92%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	//max-width: 1000px;
	//background:rgba(102,255,102,1);
}
.btnclick3 {
	width:86%;
	height: 50px;
	display: grid;
	place-content: center;
	place-items: center;
	border: thin solid #ccc;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9rem;
}
.gaiyou {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;

	row-gap: 60px;
	//background:rgba(102,140,202,0.3);
}
.gaiyou1 {
	width:50%;
	font-size: 0.8rem;
	line-height: 200%;
}
.gaiyou2 {
	width:40%;
	position: relative;
}
.rem08 {
	font-size: 0.8rem;
	line-height: 400%;
	margin-left: 10px;
}
.cvbox1 {
	width:60%;
}
.cvbox1 p {
	font-size: 0.8rem;
	margin-top: 0px;
}

.cvbox2 {
	width:40%;
	//background:#FF9933;
}
.samfit2 {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 5px;
}
#top33 {

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 1400px;
	margin: 0px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	//background:rgba(0,204,160,0.3);
}
.top33cont {
	width:100%;
	font-size: 0.8rem;
	//background:rgba(0,204,200,0.3);

	margin-bottom: 20px;
}
#top1 {
	width:100%;
	height: 100svh;
	
	position:absolute;
	top: 0px;
	left: 0px;
	
	display: grid;
  place-content: center;
  place-items: center;
	
	//background-color: rgba(100,10,100,0.3);
}
.top1symbol {
	width: 60%;
}
#top3 {
	width: 80%;
	height:auto;
		
	position:absolute;
	bottom: 40px;
	left: 10%;
	
	//background:rgba(102,50,102,0.3);
}
.hrasside1, .hrasside2, .hrasside3 {
	height: 2px;
	background-color: black;
	width: 40%;
	border: none;
	margin-right: auto;
	margin-left: 0px;
	margin-top: 5px;
}
.hrasside2 {
	width: 30%;
}
.hrasside3 {
	width: 70%;
}
.goodde {
	position: absolute;
	left: 20px;
	top: 20px;
}
@media screen and (min-width:800px) {
.top1symbol {
	width: 40%;
}
.top33cont {
	width:20%;
}
.samfit2 {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.supressortop {
	width: 100%;
	//width: 92%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	//max-width: 1000px;
	//background:rgba(102,140,202,0.3);
}
.samfit {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.yoko {
	width: 2700px;
	height: 340px;
	margin-right: auto;
	margin-left: auto;
	//background:rgba(102,255,255,0.3);
}
.eventycell {
	width: 180px;
	padding-right: 3px;
	display: inline-block;
	position: relative;
	//height: 400px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.sticky-container {
	height: 100%;
  //height:calc( var(--scrlhh) - (var(--height) * 180 ) );
  //height:calc( var(--scrlhh) - (var(--height) * 200 ) );

  width: 100%;
  //border-top: 5px #00a8be dashed;
  //border-left: 5px #00a8be dashed;
  //border-right: 5px #00a8be dashed;
  
  background:#f7f7f7;
  //background:#e6e6e6;

}
.sticky-item {
  //background: rgba(255, 255, 255, .4);
  //border: 6px solid #ffbb1e;

  position: sticky;
  top: 0;
  width: 100%;
  /* z-index: 10; */
}
	
}


/* スクロールダウン */
.scroll {
  padding-top: 180px;
  position: relative;
  text-align: center;
  font-size: 0.8rem;
}
.scroll::before {
  animation: scroll 2s infinite;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  content: "";
  height: 15px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 120px;
  width: 15px;
}
@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}

