@charset "UTF-8";

body {
  background-image: url(../img/);
  background-color: floralwhite;
}

header {
  width: 100%;
}

#top {
  width: 100%;
}

.header-logo-menu {
  display: none;
}

#nav-bg {
  width: 100%;
  height: 56px;
  background-color: #fff;
  position: fixed;
  z-index: 10;
  opacity: 0.65;
}

#navi-container {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 11;
  padding: 0 20px;
  box-sizing: border-box;
}

.navi-item {
  display: flex;
}

.navi-item p {
  font-size: 16px;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 16px 40px 0 20px;
}

.navi-item p a {
  text-decoration: none;
  color: #333;
}

#contact-btn {
  padding: 5px 12px;
  background: rgb(250, 134, 220);
  background: linear-gradient(
    120deg,
    rgba(250, 134, 220, 1) 0%,
    rgba(129, 229, 236, 1) 100%
  );
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

#contact-btn:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.hamburger-menu {
  display: none;
}

#TopImage {
  width: 100%;
  margin: 0;
}

#TopImage img {
  width: 100%;
  min-width: 1024px;
  vertical-align: top;
}

#TopImage-S {
  display: none;
}

main {
  width: 1024px;
  margin: 0 auto;
  padding-top: 60px;
  background-color: #fff;
  box-shadow: 0 0 8px gray;
}

#PR {
  width: 720px;
  margin: 0 auto 60px auto;
}

#PR h1 {
  width: 500px;
  font-size: 24px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #fa86dc;
  color: #fff;
  padding: 10px 0;
  border-radius: 6px;
  margin: 0 auto;
}

.func-text {
  font-size: 16px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-align: center;
  margin: 40px auto;
}

.card-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card-item {
  width: 47%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
}

.card-item h2 {
  font-size: 20px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin: 20px 0;
}

.card-item p {
  width: 90%;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  margin: 20px auto;
}

#kochira-btn {
  width: 370px;
  margin: 0 auto;
}

#kochira-btn p {
  font-size: 16px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 12px 0;
  background-color: #fa86dc;
  color: #fff;
  border-radius: 6px;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

#kochira-btn p:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

#kochira-btn a {
  text-decoration: none;
  color: #fff;
}

#Contest {
  width: 720px;
  margin: 0 auto 60px auto;
}

#Contest h1 {
  width: 500px;
  font-size: 24px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #ffc91b;
  color: #fff;
  padding: 10px 0;
  border-radius: 6px;
  margin: 0 auto;
}

#pdf-link {
  background-color: #f3d787;
  border-radius: 10px;
  padding: 20px;
}

#pdf-link p {
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin: 0 auto;
}

#pdf-btn-container {
  width: 540px;
  padding: 20px 105px;
  box-sizing: border-box;
  margin: 20px auto 0 auto;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

#pdf-btn-container:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.pdf-btn-item {
  display: block;
}

.pdf-btn-item2 {
  padding: 18px 0 0 40px;
}

.pdf-btn-item2 p a {
  text-decoration: none;
  color: #000;
}

#dijest {
  width: 720px;
  margin: 0 auto;
}

#dijest h1 {
  width: 500px;
  font-size: 24px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #81e5ec;
  color: #fff;
  padding: 10px 0;
  border-radius: 6px;
  margin: 0 auto;
}

#make-DM-btn {
  width: 370px;
  margin: 0 auto;
}

#make-DM-btn p {
  font-size: 16px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 12px 0;
  background-color: #81e5ec;
  color: #fff;
  border-radius: 6px;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

#make-DM-btn p:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

#make-DM-btn p a {
  text-decoration: none;
  color: #fff;
}

#copy {
  width: 984px;
  background-color: #fff;
  margin: 80px auto 0 auto;
  border-top: solid 1px #888;
  padding: 10px 0 30px 0;
  text-align: center;
}

#copy small {
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}
