@charset "UTF-8";

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

header {
  width: 100%;
}

#top {
  width: 100%;
}

#nav-bg {
  display: none;
}

#navi-container {
  display: none;
}

.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background: rgb(250, 134, 220);
  background: linear-gradient(
    120deg,
    rgba(250, 134, 220, 1) 0%,
    rgba(129, 229, 236, 1) 100%
  );
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(
    255,
    255,
    255,
    0
  ); /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: rgba(0, 0, 0, 0.7);
}

.menu-content ul {
  padding: 70px 10px 0;
}

.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

#menu-btn-check:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
  transition-duration: 0.3s;
}

#TopImage {
  display: none;
}

#TopImage img {
  display: none;
}

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

#TopImage-S img {
  width: 100%;
  vertical-align: top;
}

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

#PR {
  width: 90%;
  max-width: 340px;
  margin: 0 auto 60px auto;
}

#PR h1 {
  width: 100%;
  font-size: 22px;
  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: 14px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-align: left;
  margin: 40px auto;
}

.card-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.card-item {
  width: 100%;
  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: 18px;
  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;
}

.card-item img {
  width: 100%;
}

#kochira-btn {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}

#kochira-btn p {
  font-size: 14px;
  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: 90%;
  max-width: 340px;
  margin: 0 auto 60px auto;
}

#Contest h1 {
  width: 100%;
  font-size: 22px;
  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-size: 12px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  line-height: 1.4;
  margin: 0 auto;
}

#pdf-btn-container {
  width: 100%;
  padding: 20px 10px;
  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: 20px 0 0 20px;
}

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

#dijest {
  width: 90%;
  max-width: 340px;
  margin: 0 auto;
}

#dijest h1 {
  width: 100%;
  font-size: 22px;
  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: 100%;
  max-width: 340px;
  margin: 0 auto;
}

#make-DM-btn p {
  font-size: 14px;
  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: 100%;
  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;
}
