@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #000;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.layor {
  background: rgba(0, 0, 0, 0.7);
}

.bg {
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #000;
  background-image: url(../img/bg_2019.png);
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .bg {
    top: 0;
    background-size: contain;
    padding-bottom: 141%;
  }
}
@media only screen and (min-width: 768px) {
  .bg {
    top: -30px;
    background-size: auto;
    padding-bottom: 100%;
    width: 100%;
  }
}

.title_img {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .title_img {
    margin: 30px 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .title_img {
    width: 900px;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .title_img img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .title_img img {
    width: 100%;
  }
}

.content_head_area {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .content_head_area {
    height: 140%;
  }
}
@media only screen and (min-width: 768px) {
  .content_head_area {
    height: 1070px;
    margin: 100px 0 0;
  }
}
.content_head_area .wrap {
  height: inherit;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .content_head_area .wrap {
    margin: 25px auto 40px;
  }
}
@media only screen and (min-width: 768px) {
  .content_head_area .wrap {
    padding-top: 30px;
    max-width: 960px;
  }
}
.content_head_area .wrap .desc {
  color: #f1f1f1;
  background-color: rgba(0, 0, 0, 0.7);
  border: 2px solid #fff;
  outline: 1px solid #fff;
  outline-offset: -8px;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .content_head_area .wrap .desc {
    max-width: calc(100% - 30px);
    margin: 20px auto 0;
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .content_head_area .wrap .desc {
    width: 800px;
    margin: 60px auto 0;
    padding: 40px 20px;
  }
}
.content_head_area .wrap .mongon {
  font-family: "Sawarabi Mincho";
}
@media only screen and (max-width: 767px) {
  .content_head_area .wrap .mongon {
    font-size: 16px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .content_head_area .wrap .mongon {
    font-size: 17px;
    line-height: 43px;
  }
}
@media only screen and (min-width: 768px) {
  .content_head_area .wrap .note {
    padding: 0 50px;
  }
}
.content_head_area .wrap .note ul {
  display: block;
  list-style: none;
  margin: 0 0 0 -40px;
}
.content_head_area .wrap .note ul li {
  text-align: left;
  margin: 0 0 13px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .content_head_area .wrap > a {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .content_head_area .wrap > a {
    padding-top: 60px;
  }
}
.content_head_area .wrap > a span {
  position: absolute;
  top: 89%;
  left: 50%;
  width: 35px;
  height: 35px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .content_head_area .wrap .sale_houhou {
    padding: 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .content_head_area .wrap .sale_houhou {
    padding: 25px 10px 0;
  }
}
.content_head_area .wrap .sale_houhou p {
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 10px 15px 10px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .content_head_area .wrap .sale_houhou p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .content_head_area .wrap .sale_houhou p {
    font-size: 16px;
  }
}
.content_head_area .wrap .sale_houhou ol {
  padding: 0 20px 0 15px;
  margin: 0;
  text-align: left;
  line-height: 28px;
  counter-reset: number;
  list-style-type: none !important;
}
.content_head_area .wrap .sale_houhou ol li {
  position: relative;
  padding-left: 30px;
  padding: 0 0 15px 23px;
}
@media only screen and (max-width: 767px) {
  .content_head_area .wrap .sale_houhou ol li {
    font-size: 15px;
    line-height: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .content_head_area .wrap .sale_houhou ol li {
    line-height: 1.2em;
  }
}
.content_head_area .wrap .sale_houhou ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  border: #ffca55 solid 1px;
  color: #ffca55;
  font-weight: bold;
  font-size: 11px;
  border-radius: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  line-height: 15px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .content_head_area .wrap .sale_houhou ol li:before {
    top: 4%;
  }
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  padding: 0;
  color: #d0458e;
  background: -webkit-linear-gradient(0deg, #cd428c, #c03558, #ab256c, #c03558, #cd3f85);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Sawarabi Mincho';
  text-align: center;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 18px;
    margin: 10px auto 10px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    width: 90%;
    font-size: 30px;
    margin: 20px auto 10px;
  }
}

.topic_area {
  background: rgba(0, 0, 0, 0.7);
  margin: 0;
  width: 100%;
  text-align: center;
}
@includ mq-sp {
  .topic_area {
    padding: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .topic_area {
    padding: 50px 0 30px;
  }
}
.topic_area .wrap {
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .topic_area .wrap {
    width: 90%;
    padding: 30px 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .topic_area .wrap {
    width: 960px;
    padding: 0 0 90px;
  }
}
.topic_area .topic {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .topic_area .topic ul {
    margin: 0;
    padding: 0;
  }
}
@incldue mq-pc {}
.topic_area .topic li {
  list-style: none;
  background-image: none;
  padding-left: 0;
  display: block;
}
@media only screen and (max-width: 767px) {
  .topic_area .topic li {
    margin: 0 0 10px;
  }
}
.topic_area .topic li:before {
  content: '';
  display: inline-block;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .topic_area .topic li:before {
    width: 17px;
    height: 17px;
    margin-right: 0;
    margin-left: -35px;
  }
}
@media only screen and (min-width: 768px) {
  .topic_area .topic li:before {
    margin-right: 2px;
    width: 18px;
    height: 18px;
  }
}
.topic_area .topic a {
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .topic_area .topic a {
    font-size: 15px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .topic_area .topic a {
    font-size: 17px;
    line-height: 33px;
  }
}
.topic_area .topic a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .topic_area .h1_img {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .topic_area .h1_img {
    margin: 0;
    padding: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .topic_area .h1_img img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .topic_area .h1_img img {
    width: 100%;
  }
}
.topic_area .soon {
  color: #fff;
  font-family: 'Sawarabi Mincho';
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .topic_area .soon {
    font-size: 19px;
  }
}
@media only screen and (min-width: 768px) {
  .topic_area .soon {
    font-size: 25px;
    margin: 30px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
