.data-list {
	border-top: 1px solid #dedede;
}
.data-list a.btn,
.data-list .announcement {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: between;
	justify-content: between;
	-webkit-align-items: start;
	align-items: start;
	position: relative;
	margin: 0;
	padding: 1rem .75rem;
	border: none;
	border-radius: 0;
	transition: all ease-in-out 0.4s;
	background-color: rgba(0,0,0,0);
	border-bottom: 1px solid #dedede;
}
.data-list a.btn:hover {
	background-color: rgba(0,0,0,.05);
	border-bottom: 1px solid #dedede;
}
.data-list a.btn .date,
.data-list .announcement .date {
	font-family: Roboto, YakuHanMPs_Noto, 'Noto Sans JP', sans-serif !important;
	font-size: .78rem;
	font-weight: 300;
	letter-spacing: .05rem;
	white-space: nowrap;
	width: 100px;
	text-align: right;
	padding-right: 1.5rem;
}
.data-list a.btn .item-body,
.data-list .announcement .item-body {
	with: 100%;
	font-size: .88rem;
	font-weight: 400;
	letter-spacing: .05rem;
	text-align: justify;
  text-justify: inter-character;
	padding-right: 1.5rem;
}
.data-list .announcement .item-body {
	padding-right: .25rem;
}
@media (max-width: 991px) {
	.data-list a.btn,
	.data-list .announcement {
		font-size: .81rem;
		padding: .75rem .5rem;
		display: -webkit-flex;
    display: flex;
		-webkit-align-items: flex-start;
    align-items: flex-start;
		-webkit-flex-direction: column;
    flex-direction: column;
	}
	.data-list a.btn .date,
	.data-list .announcement .date {
		font-size: .68rem;
		text-align: left;
		margin-bottom: 5px;
	}
	.data-list a.btn .item-body,
	.data-list .announcement .item-body {
		font-size: .78rem;
		font-weight: 500;
	}
}
.data-list a.btn::before {
	font-family: "bootstrap-icons";
	font-size: .8rem;
	line-height: 1;
	content: "\F285";
	transition: all ease-in-out 0.3s;
	position: absolute;
	top: 0;
	right: 7px;
	top: calc(50% - .4rem);
	height: 100%;
	color: rgba(0,0,0,.15);
}
.data-list a:hover.btn::before {
	right: 5px;
	color: rgba(0,0,0,.4);
}
.data-list a.external.btn::before {
	content: "\F1C5";
}
.data-list a:hover.external.btn::before {
	right: 7px;
	top: calc(50% - .6rem);
}

#open2023 {
	display: block;
	width: 120px; height: 120px;
	background: rgba(var(--color-primary-rgb), 1);
	/*border: 1px solid rgba(var(--color-primary-light-rgb), 1);*/
	border: none;
	/*position: absolute; left: calc(50vw - 48px); bottom: 50px;*/
	position: absolute; right: 32px; bottom: 40px;
	z-index: +2;
	line-height: 1.25 !important;
	border-radius: 50%;
	transition: all 0.3s;
}
#open2023:hover {
	background: rgba(var(--color-primary-light-rgb), 1);
}
#open2023 #open_date {
	font-size: .98rem;
	line-height: 1.25;
	padding-bottom: .2rem;
	text-align: center;
	color: #fff;
}
#open2023 #open_date span {
	font-size: .68rem;
}
@media (max-width: 991.98px) {
	#open2023 {
		width: 110px; height: 110px;
		right: 20px;
	}
	#open2023 #open_date {
		font-size: .81rem;
		padding-bottom: .1rem;
	}
	#open2023 {
		bottom: 30px;
	}
}

#open20221101 {
	display: block;
	width: 96px; height: 96px;
	background: rgba(var(--color-primary-rgb), 1);
	/*border: 1px solid rgba(var(--color-primary-light-rgb), 1);*/
	border: none;
	/*position: absolute; left: calc(50vw - 48px); bottom: 50px;*/
	position: absolute; right: 32px; bottom: 40px;
	z-index: +2;
	line-height: 1.25 !important;
	border-radius: 50%;
	transition: all 0.3s;
}
#open20221101:hover {
	background: rgba(var(--color-primary-light-rgb), 1);
}
#open20221101 #open_date {
	font-size: .98rem;
	line-height: 1.25;
	padding-bottom: .2rem;
	text-align: center;
	color: #fff;
}
#open20221101 #open_date span {
	font-size: .68rem;
}
@media (max-width: 991.98px) {
	#open20221101 {
		width: 80px; height: 80px;
		right: 20px;
	}
	#open20221101 #open_date {
		font-size: .81rem;
		padding-bottom: .1rem;
	}
	#open20221101 {
		bottom: 30px;
	}
}

.hero-waves {
  display: block;
  margin-top: 60px;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: absolute;
	bottom: 0;
	margin-bottom: -1px;
}
@media (max-width: 767.98px) {
	.hero-waves {
		margin-top: 80px;
		height: 25px;
	}
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/*#hero {
  width: 100%;
	height: 75vh;
  background: url("../img/hero-fullscreen-bg.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 120px 0 60px;
}

#hero:before {
  content: "";
  background: rgba(var(--sf-turquoise-rgb), 1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0 0 20px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: rgba(255, 255, 255, 0.8);
}

#hero h1 span {
  color: #fff;
  border-bottom: 4px solid #1acc8d;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #1acc8d;
}

#hero .btn-get-started:hover {
  background: #17b57d;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero {
    padding-top: 80px;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    max-width: 50%;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}*/

