@font-face {
  font-family: "Dot16";
  src: url(../font/DotGothic16-Regular.ttf) format("truetype");
}

html {
  scroll-behavior: smooth;
  font-size: 20px;
  background-color: black;
  font-family: "Dot16";
}

body {
  margin: 0;
}

img {
  color: rgb(173, 168, 168);
}

a:any-link {
  text-underline-offset: 6px;
  text-decoration-skip-ink: none;
  text-decoration-line: none;
  color: white
}

a:hover{
  text-decoration-color: black;
  transition: 0.3s;
}

i.link {
  text-underline-offset: 6px;
  text-decoration-skip-ink: none;
  text-decoration-line: none;
  color: white
}

i.link:hover{
  text-decoration-color: black;
  transition: 0.3s;
}

header {
  display: flex;
  background-image: url(../img/header.png);
  padding: 10px;
  align-items: center;
  width: 100%;
  height: 13%;
  box-sizing: border-box;
  border-bottom-style: solid;
  border-width:10px;
  border-color: #585659;
  background-color: #c6c6c6;
  position: fixed;
  z-index: 8;
  margin: 0;
}

img.header{
  user-select: none;
  text-decoration-line: none;
  width: 85px;
}

img.header:hover {
  opacity: 0.5;
  text-decoration-line: underline;
  transition: 0.2s;
}

nav.header {
  display: flex;
  margin-left: 43%;
}

a.header:any-link, a.footer-link:any-link {
  text-decoration-line: underline;
}

a.header {
  transition: 0.3s;
}

a.header:hover {
  transition: 0.3s;
}

.header-list {
  position: fixed;
  list-style: none;
  display: flex;
  right: 60px;
  top: 10px;
}

.header-item {
  font-size: 100%;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.header-item > a {
  height: 100%;
}

.btn {
  position: fixed;
  top: 13%;
  padding-left: 30px;
  width: 4.75%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  background-color: #313233;
  border-top: black solid 3.5px;
}

.btn i {
  position: absolute;
  width: 35%;
  height: 0.5%;
  background-color: white;
}

img.icon {
  width: 2.5%;
  height: 5%;
  background-color: white;
  position: fixed;
  z-index: 100;
}

img.icon:nth-of-type(1) {
  top: 30%;
  left: 30px;
}
img.icon:nth-of-type(2) {
  top: 45%;
  left: 30px;
}
img.icon:nth-of-type(3) {
  top: 60%;
  left: 30px;
}
img.icon:nth-of-type(4) {
  top: 75%;
  left: 30px;
}
img.icon:nth-of-type(5) {
  top: 80%;
  left: 30px;
}

.btn i:nth-of-type(1) {
  top: 20px;
}

.btn i:nth-of-type(2) {
  top: 34px;
}

.btn i:nth-of-type(3) {
  top: 48px;
}

.btn.hmactive i:nth-of-type(1) {
  transform: translateY(13.8px) rotate(45deg);
}

.btn.hmactive i:nth-of-type(2) {
  opacity: 0;
}

.btn.hmactive i:nth-of-type(3) {
  transform: translateY(-13.8px) rotate(-45deg);
}

.container {
  position: fixed;
  top: 13.5%;
  bottom: 0;
  left: 6%;
  z-index: 9;
  width: 20%;
  outline: 3px black solid;
  color: white;
  opacity: 0;
  pointer-events: none;
  background-color: #313233;
}

.container.hmactive{
  opacity: 1;
  pointer-events: auto;
}

.hmitem {
  width: 130%;
  margin: 50px auto;
}

.hmitem ul {
  margin: 0 30px;
  text-underline-offset: 5px;
}

.hmitem ul.con1, ul.con2 {
  width: 45%;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 25px;
}

.hmitem ul li {
  margin-bottom: 39px;
  list-style: none;
  transition: 0.3s;
  text-decoration-line: underline;
  text-decoration-color: white;
}

.hmitem ul li:hover {
  text-decoration-line: underline;
  text-decoration-color: black;
  transition: 0.3s;
}

.slider {
  width: 100%;
  max-width: 100vw; 
  height: 600px;
  top: 50px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  bottom: 0;
  cursor: not-allowed;
  background-color: #49494980;
}

.slider-item img {
  outline: solid black 5px;
}

.slider .slider-list {
  margin-top: 100px;
  margin-left: 28.8%;
  position: absolute;
  top: 0;
  left: 0;
  height: 90%;
  display: flex;
  width: max-content;
  transition: 1s;
  bottom: 0;
}

.slider .slider-list img {
  width: 100%;
  max-width: 100vw;
  object-fit: cover;
  user-select: none;
}

.slider .button {
  padding-left: 94px;
  position: absolute;
  top: 99px;
  width: 100%;
  display: flex;
}

.slider .button button {
  width: 50px;
  height: 361px;
  background-color: #c6c6c6;
  border-top: #f7f7f7;
  border-left: #f7f7f7;
  border-right: #656465;
  border-bottom: #656465;
  border-width: 4px;
  font-weight: bold;
  border-style: solid;
  user-select: none;
  cursor: pointer;
  outline-color: black;
  outline-style: solid;
  outline-width: 4px;
}

.left {
  background-color: #49494999;
  width: 17%;
  outline-color: black;
  outline-style: solid;
  outline-width: 4px;
  margin-right: 51%;
}

.right {
  background-color: #49494999;
  width: 17%;
  outline-color: black;
  outline-style: solid;
  outline-width: 4px;
}

a.join:hover, a.event:hover, a.history:hover, a.news:hover {
  text-decoration-line: underline;
  text-underline-offset: 8px;
  text-decoration-color: pink;
}

h2 {
  font-weight: normal;
}

div.join {
  border-top-style: solid;
}

div.join, div.event, div.history, div.news {
  padding-top: 10px;
  border-bottom-style: solid;
  border-width: 5px;
  border-color: pink;
}

div.join-image, div.event-image, div.history-image, div.news-image {
  align-items: center;
  justify-content: space-between;
  margin: 10px;
  float: left;
  padding-left: 10%;
}

div.join-text, div.event-text, div.history-text, div.news-text {
  padding-left: 50%;
  padding-bottom: 50px;
}

.card-container {
  background-color: black;
}

.card-container p {
  text-align: center;
  margin: 30px 0px 10px 0px;
  color: white;
  letter-spacing: 2px;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card {
  background-color: pink;
  padding: 70px 50px 0px 50px;
  width: 25%;
  max-width: 350px;
  margin: 10px;
  border-radius: 50px;
}

.profile-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  background-color: black;
}

.profile-img img {
  width: 100%;
  height: 100%;

}

.card-content {
  text-align: center;
}

.card-content h3 {
  font-size: 1.4rem;
  margin-top: 25px;
  color: white;
}

.card-content p {
  color: white;
  letter-spacing: 1px;
  margin: 0;
}

.card-sns {
  margin-top: 30px;
  width: 100%;
}

.card-sns i {
  color: white;
  font-size: 100%;
  background-color: black;
  padding: 3%;
  margin: 0 3px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transition: 0.5;
  width: 8%;
  cursor: pointer;
}

.card-sns i:hover {
  background-color: white;
  color: black;
  transition: 0.5s;
}

footer.footer {
  display: flex;
  background-color: pink;
  height: 250px;
}

img.footer-logo {
  width: 20%;
  margin: 2%;
}

.footer-nav {
  display: flex;
  left: 0;
}

div.footer-item {
  font-size: 15px;
  margin-top: 10%;
  margin-right: 50px;
  width:150px;
}

div#page-top {
  position: fixed;
  bottom: 10px;
  left: 20px;
  z-index: 100;
}

div#page-top a {
  width: 60px;
  height: 60px;
  display: inline-block;
  background-image: url(../img/);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: black;
  text-decoration: none;
  border-style: solid;
  border-color: white;
  border-width: 2px;
}

div#page-top a:hover {
  background-image: url(../img/);
  color: white;
  border-style: solid;
  border-color: black;
  border-width: 2px;
}