@charset "UTF-8";
.head {
  position: relative;
  width: 100%;
  background: url(./sp/bg.jpg) center top / cover;
  text-align: center;
}
.head img {
  width: 100%;
}
.mainvisual {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.mainvisual img {
  vertical-align: top;
}
.leaf {
  position: absolute;
  width: 100%;
  height: auto;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.sec {
  position: relative;
  padding-bottom: 20vw;
}
.title {
  width: 100%;
  height: 72px;
  padding: 5px 0;
  text-align: center;
  background-color: #B21415;
}
.title img {
  height: 100%;
  width: auto;
}
table {
  width: calc(100% - 30px);
  max-width: 960px;
  margin: 30px auto;
  color: #3a3a3a;
  font-size: 16px;
}
th, td {
  padding: 10px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #dbdfe0;
  border-collapse: collapse;
  font-size: 14px;
}
th {
  width: 25%;
  background: #f0f2f2;
}
td {
  width: 75%;
  text-align: left;
}
.attention p {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 5px;
}
.attention p:first-child {
  margin-top: 0;
}
.present {
  position: absolute;
  width: 38%;
  max-width: 320px;
  bottom: 0;
  left: 20px;
}
.character {
  position: absolute;
  width: 42%;
  max-width: 316px;
  bottom: 0;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
  .head {
    max-height: 1314px;
    background: url(./pc/bg.jpg) center top / auto 100% repeat-x;
  }
  .sec {
    padding-bottom: 30px;
  }
  .title {
    height: 10vw;
    max-height: 120px;
    padding: 15px 0;
  }
  table {
    margin: 50px auto;
  }
  th, td {
    padding: 30px;
    font-size: 16px;
  }
  th {
    width: 20%;
  }
  td {
    width: 80%;
  }
  .attention p {
    margin-top: 10px;
  }
  .present {
    width: 24%;
  }
  .character {
    width: 24%;
  }
}
@media screen and (min-width: 1020px) {
  .character {
    left: 0;
    right: -750px;
    margin: auto;
  }
}
@media screen and (min-width: 1920px) {
  .leaf img {
    height: 1398px;
    width: 2006px;
  }
  .present {
    left: -1400px;
    right: 0;
    margin: auto;
  }
}
