html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, dl, dt, dd, ul, ol, li {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

/* =======================================
base style
======================================= */
body {
  background: #fff;
  line-height: 1;
  margin: auto;
  /*max-width: 2000px;*/
  font-family: "M PLUS 1p", sans-serif, sans-serif;
}

img {
  width: 100%;
  backface-visibility: hidden;
}

.main-wrapper {
  min-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

.contents {
  background: url("../img/yellow_bg.jpg") repeat center;
  width: 750px;
  margin: 0 auto;
  color: #472903;
}

section {
  position: relative;
  box-sizing: border-box;
}

a {
  text-decoration: underline;
  color: #54afbc;
}

a:hover {
  opacity: 0.8;
}

.main-wrapper {
  background: url("../img/main-bg.jpg") repeat center;
  background-attachment: fixed;
  min-width: 750px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .main-wrapper {
    background: none;
  }
}
.btn {
  display: block;
  margin: 0 auto;
  padding: 20px;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  width: 98%;
  max-width: 500px;
  border-radius: 5px;
}
.btn_red {
  background: #e37834;
  color: #fff;
}
.btn_yellow {
  background: #ffcc66;
  color: #472903;
  text-align: center;
  font-size: 2em;
  margin: 30px auto;
}

span.small {
  font-size: 0.7em;
}

h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 30px;
  text-align: center;
  width: 400px;
  height: 60px;
  line-height: 60px;
  background-image: url(../img/main-bg-green.gif);
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%);
          clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%);
}

.top {
  cursor: pointer;
  position: fixed;
  top: 0;
  z-index: 99;
}

.top .hidden {
  display: none;
}

.top__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
}

.top__icon img {
  width: 80px;
}

.top__menu ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 750px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
}

.top__menu ul li {
  width: 100%;
  border-bottom: 1px dotted #eee;
}
.top__menu ul li a {
  display: block;
  width: 100%;
  padding: 40px;
  color: #fff;
  font-size: 36px;
  text-decoration: none;
}

.kv {
  margin-top: 80px;
}
.kv_schedule {
  padding: 0 0 30px;
  text-align: center;
  background: #000;
}

.point {
  padding: 50px 10px;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0), #01190b);
}
.point h2 {
  background-image: url(../img/main-bg_red.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.point_lead {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 34px;
  font-weight: bold;
  padding: 30px;
  line-height: 1.5;
}
.point_logo {
  width: 20%;
  margin: 10px auto;
}
.point_txt {
  font-size: 24px;
  line-height: 1.5;
  padding: 10px;
}
.point_list {
  margin: 30px auto;
}
.point_list li {
  margin: 30px 0 15px 10%;
  width: 90%;
}
.point_list li:nth-child(odd) {
  margin: 30px 10% 15px 0;
}
.point_list li img {
  border-radius: 10px;
  overflow: hidden;
}

.youtube {
  background: #01190b;
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.story {
  padding: 50px 10px 90px;
  margin-top: -1px;
  text-align: center;
  background: #01190b;
  color: #fff;
}
.story h2 {
  background-image: url(../img/main-bg.gif);
  background-repeat: repeat;
  background-position: center center;
}
.story_txt {
  padding: 20px 10px;
  font-size: 25px;
  line-height: 1.7;
}
.story_txt span {
  font-size: 30px;
  font-weight: bold;
  display: block;
  margin: 30px auto;
}
.story_img {
  width: 26%;
  margin: 20px auto;
}
.story_img img {
  border-radius: 50%;
}
.story_img.alignR {
  margin: 20px 10px 20px auto;
}
.story_img.alignL {
  margin: 20px auto 20px 10px;
}
.story_img_flex {
  display: flex;
  justify-content: center;
}

.flow {
  padding: 50px 10px;
  text-align: center;
}
.flow h2 {
  background-image: url(../img/main-bg_red.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.flow_link {
  display: block;
  background: #ffcc66;
  color: #472903;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  width: 280px;
  margin: 10px auto 10px 80px;
  text-decoration: none;
  border-radius: 10px;
}
.flow_lead {
  width: 90%;
  line-height: 1.4;
  font-size: 1.3rem;
  margin: 0 auto;
}
.flow_list {
  margin: 30px 50px;
}
.flow_list_item {
  background: url(../img/flow01.png), rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  background-position: right bottom;
  border-radius: 10px;
  padding: 30px 50px 50px;
  margin: 20px;
  position: relative;
  text-align: left;
}
.flow_list_item:nth-child(2) {
  background: url(../img/flow02.png), rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.flow_list_item:nth-child(3) {
  background: url(../img/flow03.png), rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.flow_list_item:nth-child(4) {
  background: url(../img/flow04.png), rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.flow_list_item h3 {
  font-size: 33px;
  font-weight: bold;
  padding: 0px 10px 40px 80px;
  color: #54afbc;
}
.flow_list_txt {
  line-height: 1.5;
  font-size: 22px;
  color: #472903;
}
.flow_list_txt span {
  font-size: 26px;
  background: linear-gradient(transparent 60%, #fcf889 30%);
}
.flow_num {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 20px;
  margin: 0;
  padding: 20px 0;
  z-index: 2;
  width: 80px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background: #e37834;
}
.flow_num:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 40px solid #e37834;
  border-right: 40px solid #e37834;
  border-bottom: 10px solid transparent;
}

.gaiyo {
  padding: 50px 10px 80px;
  margin: 0;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.gaiyo h2 {
  background-image: url(../img/main-bg.gif);
  background-repeat: repeat;
  background-position: center center;
}
.gaiyo_lefttxt {
  width: 85%;
  margin: 10px auto;
  text-align: left;
}
.gaiyo table {
  width: 100%;
  margin: 20px 0;
  font-size: 1.2em;
}
.gaiyo table th, .gaiyo table td {
  display: block;
  width: 100%;
}
.gaiyo table th {
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 38px;
  padding: 30px 10px 10px;
  color: #54afbc;
}
.gaiyo table td {
  font-size: 30px;
  line-height: 1.5;
  padding: 0 10px 20px;
  border-bottom: #ccc 1px dotted;
}
.gaiyo table td span.red {
  color: #e37834;
}
.gaiyo table td.noline {
  border-bottom: none;
}

.system {
  display: flex;
  margin: 7px auto;
  justify-content: center;
  flex-wrap: wrap;
}
.system li {
  margin: 1.5%;
  width: 28%;
}

.prize {
  padding: 50px 10px;
  text-align: center;
}
.prize h2 {
  background-image: url(../img/main-bg_red.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.prize_sumary {
  width: 100%;
}
.prize h3 {
  margin: 30px auto 10px;
}
.prize h3 img {
  width: 100%;
  max-width: 200px;
}

.prizeList {
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.prizeList li {
  width: 32%;
  margin: 2% 0.5%;
}
.prizeList--s li {
  width: 48%;
}

.qna {
  padding: 50px 10px;
}
.qna h2 {
  background-image: url(../img/main-bg.gif);
  background-repeat: repeat;
  background-position: center center;
}

.qna .qna-container {
  padding: 0 30px 30px;
}

.qna .qna-wrapper {
  font-size: 26px;
  padding-top: 43px;
}

.qna .qna-question {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.qna .qna-question::after {
  content: "";
  display: inline-block;
  background-image: url("../img/qna-line.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 633px;
  height: 3px;
}

.qna .qna-question-inner {
  cursor: pointer;
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #fff;
  padding-bottom: 7px;
}
.qna .qna-question-inner h3 {
  text-align: left;
}
.qna .qna-question-inner::before {
  content: "Q";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffcc66;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  margin-right: 16px;
  color: #472903;
}

.qna .qna-question-inner h3 {
  width: 600px;
  text-align: left;
  line-height: 1.3;
}

.qna .qna-question-inner span {
  display: block;
}

.qna .qna-question-inner span img {
  width: 32px;
}

.qna .qna-answer {
  padding-top: 20px;
  padding-left: 100px;
  padding-bottom: 20px;
  line-height: 1.3;
}
.qna .qna-answer::before {
  content: "A";
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin-left: -50px;
  margin-right: 15px;
  color: #472903;
}

.qna .arrow-rotate {
  transform: scaleY(-1);
  transition: all 0.2s ease-in-out;
}

.not {
  padding: 50px 10px;
  text-align: center;
  background: #88b75b;
}

.not_ttl {
  width: 300px;
  margin: 30px auto 20px;
  font-size: 1.8em;
  letter-spacing: 0.2em;
}
.not_ttl_lead {
  font-size: 1.3em;
  padding: 0 0 10px;
}

.not .not-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.not .not-button {
  position: relative;
  cursor: pointer;
  padding-bottom: 30px;
}

.not .not-button img {
  width: 300px;
}

.not .not-button .not-arrow {
  position: absolute;
  width: 21px;
  right: 16px;
  top: 30px;
}

.not .not-detail {
  width: 90%;
  margin: 0 5% 50px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  text-align: left;
  color: #fff;
  padding: 30px 30px 50px;
}
.not .not-detail li {
  margin: 15px;
  font-size: 20px;
  line-height: 1.4;
}
.not .not-detail li a {
  color: #eee;
}

.not .arrow-rotate {
  transform: scaleY(-1);
  transition: all 0.2s ease-in-out;
}

.share {
  background: url("../img/sns_bg.png") no-repeat;
  background-size: 100%;
  background-position: bottom center;
  text-align: center;
  padding: 80px 0;
}
.share_txt {
  padding: 10px auto;
  font-size: 1.2em;
}

.share ul {
  display: flex;
  width: 50%;
  padding: 20px;
  margin: 10px auto;
  justify-content: center;
  background: rgba(255, 255, 255, 0.4);
}

.share ul img {
  width: 80px;
  margin: 10px 15px;
}

.label {
  background-color: #000;
  padding: 20px 10px 100px;
  text-align: center;
  color: #fff;
}
.label_logo {
  width: 100%;
  max-width: 200px;
  margin: 20px auto;
}
.label_ttl {
  font-size: 1.8em;
}
.label p {
  padding: 10px 50px 40px;
  font-size: 24px;
  line-height: 1.5;
}
.label p.shusai {
  text-align: center;
  line-height: 1.8;
}

.fixed-nav {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  width: 750px;
  z-index: 99;
  display: none;
}

/*news*/
.news {
  background: linear-gradient(#01190b, rgba(0, 0, 0, 0));
  padding: 2em;
  margin: -2px auto 30px;
  line-height: 1.5;
  letter-spacing: 2px;
}

.news dl {
  color: #472903;
  background: #fff;
  padding: 1.5em;
  border-radius: 5px;
}

.news dt {
  padding: 0 0 0.5em 0;
  font-weight: bold;
}

.news dd {
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
}

.news a {
  font-weight: bold;
}/*# sourceMappingURL=styles.css.map */