@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  background: #000;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wrap {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .wrap {
    padding: 30px 15px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    padding: 40px 0 20px;
    max-width: 1100px;
  }
}

h1 {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  h1 {
    margin: 20px 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    margin: 40px 0 30px;
  }
}

h2 {
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  h2 {
    margin: 0 0 15px;
    font-size: 31px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    margin: 0 0 30px;
    font-size: 50px;
  }
}

h3 {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  h3 {
    margin: 0;
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  h3 {
    margin: 0;
    font-size: 27px;
  }
}

h4 {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  h4 {
    margin: 0 0 5px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) {
  h4 {
    margin: 0 0 5px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .block {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .block {
    margin: 0 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .about p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .about p {
    font-size: 16px;
    line-height: 30px;
  }
}

.container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .container .pic {
    width: 100%;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .container .pic {
    width: 55%;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .container .text {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .container .text {
    width: 45%;
  }
}
.container .text .box {
  margin: 0 0 20px;
}
.container .text .box p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .container .text .box p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .container .text .box p {
    font-size: 16px;
    line-height: 25px;
  }
}
.container .text ul {
  margin-left: -15px;
}

.list_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .list_img {
    margin: 10px 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .list_img {
    margin: 10px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .list_img .item {
    width: 32%;
  }
  .list_img .item:nth-of-type(1), .list_img .item:nth-of-type(2), .list_img .item:nth-of-type(3), .list_img .item:nth-of-type(4), .list_img .item:nth-of-type(5), .list_img .item:nth-of-type(6), .list_img .item:nth-of-type(7), .list_img .item:nth-of-type(8), .list_img .item:nth-of-type(9), .list_img .item:nth-of-type(10), .list_img .item:nth-of-type(11), .list_img .item:nth-of-type(12), .list_img .item:nth-of-type(13), .list_img .item:nth-of-type(14), .list_img .item:nth-of-type(15), .list_img .item:nth-of-type(16), .list_img .item:nth-of-type(17), .list_img .item:nth-of-type(18), .list_img .item:nth-of-type(19), .list_img .item:nth-of-type(20), .list_img .item:nth-of-type(21), .list_img .item:nth-of-type(22), .list_img .item:nth-of-type(23), .list_img .item:nth-of-type(24), .list_img .item:nth-of-type(25), .list_img .item:nth-of-type(26), .list_img .item:nth-of-type(27) {
    margin: 0 0 13px;
  }
  .list_img .item:nth-of-type(28), .list_img .item:nth-of-type(29), .list_img .item:nth-of-type(30) {
    margin: 0 0 0;
  }
  .list_img .item img {
    height: 167px;
  }
}
@media only screen and (min-width: 768px) {
  .list_img .item {
    width: 19%;
  }
  .list_img .item:nth-of-type(1), .list_img .item:nth-of-type(2), .list_img .item:nth-of-type(3), .list_img .item:nth-of-type(4), .list_img .item:nth-of-type(5), .list_img .item:nth-of-type(6), .list_img .item:nth-of-type(7), .list_img .item:nth-of-type(8), .list_img .item:nth-of-type(9), .list_img .item:nth-of-type(10), .list_img .item:nth-of-type(11), .list_img .item:nth-of-type(12), .list_img .item:nth-of-type(13), .list_img .item:nth-of-type(14), .list_img .item:nth-of-type(15), .list_img .item:nth-of-type(16), .list_img .item:nth-of-type(17), .list_img .item:nth-of-type(18), .list_img .item:nth-of-type(19), .list_img .item:nth-of-type(20), .list_img .item:nth-of-type(21), .list_img .item:nth-of-type(22), .list_img .item:nth-of-type(23), .list_img .item:nth-of-type(24), .list_img .item:nth-of-type(25) {
    margin: 0 0 18px;
  }
  .list_img .item:nth-of-type(26), .list_img .item:nth-of-type(27), .list_img .item:nth-of-type(28), .list_img .item:nth-of-type(29), .list_img .item:nth-of-type(30) {
    margin: 0 0 0;
  }
  .list_img .item img {
    height: 320px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .description p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .description p {
    font-size: 16px;
    line-height: 30px;
  }
}

.description ul {
  margin-top: 0;
  margin-left: -15px;
}
@media only screen and (max-width: 767px) {
  .description ul li {
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .description ul li {
    font-size: 16px;
    line-height: 30px;
  }
}
.description ul a {
  text-decoration: none;
  color: #EB1115;
}
.description ul a:hover {
  text-decoration: underline;
}

.link_auc {
  background: #d60000;
  border-radius: 5px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .link_auc {
    margin: 0 0 25px;
    padding: 10px 0;
    width: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .link_auc {
    margin: 0 0 25px;
    padding: 7px 0;
    width: 260px;
  }
}
.link_auc:hover {
  opacity: 0.9;
}
.link_auc a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
}

.link_regist {
  background: #1b60de;
  border-radius: 5px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .link_regist {
    margin: 0 0 25px;
    padding: 10px 0;
    width: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .link_regist {
    margin: 0 0 25px;
    padding: 7px 0;
    width: 260px;
  }
}
.link_regist:hover {
  opacity: 0.9;
}
.link_regist a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
}

.global_head {
  margin: 0;
  padding: 0;
}
