@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  background: #32371d;
}

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;
}

a {
  color: rgb(92, 125, 216);
}

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

/* =======================================
 base style
======================================= */
body {
  line-height: 1;
  margin: auto;
  /*max-width: 2000px;*/
  font-family: "Noto Serif JP", serif, Yu Mincho, 游明朝, YuMincho, 游明朝体;
  background: #32371d;
}

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

.main-wrapper {
  background: #000;
  background: url("../img/main-bg.jpg") no-repeat top center fixed;
  background-size: cover;
  min-width: 750px;
  margin: 0 auto;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main-wrapper {
    background: none;
  }
}

.contents {
  width: 750px;
  margin: 0 auto;
  background: #051607;
}

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

a {
  text-decoration: underline;
}

a:hover {
  opacity: 0.8;
}

.top {
  cursor: pointer;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 750px;
  height: 80px;
  background: rgba(0, 0, 0, 0.7);
}

.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: center;
  justify-content: center;
  width: 750px;
  padding-top: 70px;
  padding-bottom: 20px;
  background: rgba(0, 0, 0, 0.9);
}

.top__menu ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 95px;
}
.top__menu ul li a {
  color: #fff;
  font-size: 1.4em;
}

.top__menu ul li img {
  width: 582px;
}

.top__menu ul li::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #ffffff;
  width: 660px;
  position: relative;
  top: 16px;
}

.top__menu ul li:last-child:after {
  content: none;
}

.top__title {
  display: flex;
  align-items: center;
  padding: 25px 20px;
}
.top__title_item {
  margin: 0 15px;
}

.kv {
  position: relative;
  background: #000;
}

.lead {
  margin: 80px auto;
  text-align: center;
}
.lead img {
  width: 30%;
}

.mt50 {
  margin-top: 50px;
}

.story {
  margin: 0;
  padding: 0;
}

.point {
  margin: 100px auto;
  padding: 0;
  text-align: center;
}
.point_02 {
  max-width: 632px;
  margin: 80px auto 30px;
}

.event {
  margin: 100px auto;
  position: relative;
}
.event_small {
  display: block;
  margin: 7px 5px 20px 25px;
  font-size: 1.4rem;
}
.event_small_nop {
  display: block;
  margin: 7px 5px 20px 0;
  font-size: 1.4rem;
}

.event table {
  width: 100%;
  margin: 60px 0;
  font-size: 1.6rem;
}
.event table th {
  background: #669933;
  padding: 20px;
  color: #fff;
  font-size: 1.5rem;
  width: 30%;
  vertical-align: top;
  border-bottom: #ccc dashed 1px;
  text-align: left;
}
.event table td {
  background: #fef7dd;
  padding: 20px;
  width: 70%;
  line-height: 1.6;
  border-bottom: #ccc dashed 1px;
}
.event table td h3 {
  margin: 20px auto 10px;
  color: green;
}

.qna {
  padding: 40px 0;
}
.qna_ttl h2 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.qna .qna-container {
  padding: 0 40px 50px;
  width: 90%;
  margin: 50px auto;
  background: #fef7dd;
  border-radius: 30px;
}

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

.qna .qna-question {
  display: flex;
  flex-direction: column;
  align-items: center;
  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: 400px;
  height: 3px;
}

.qna .qna-question-inner {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px dotted #ccc;
  padding: 7px 20px 20px 75px;
  position: relative;
  width: 100%;
}
.qna .qna-question-inner::before {
  content: "";
  display: block;
  width: 63px;
  height: 71px;
  background-image: url("../img/icon_q.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  left: 0;
}

.qna .qna-question-inner h2 {
  font-size: 28px;
  width: 90%;
  line-height: 1.3;
}

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

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

.qna .qna-answer {
  padding: 7px 20px 20px 75px;
  line-height: 1.3;
  position: relative;
}
.qna .qna-answer::before {
  content: "";
  display: block;
  width: 63px;
  height: 71px;
  background-image: url("../img/icon_a.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

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

.not {
  text-align: center;
}

.not_ttl {
  width: 100%;
  margin: -20px auto 0;
  padding: 20px 0 0;
}

.not .not-container {
  padding: 12px 10px 50px;
  margin: -2px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.not .not-button {
  position: relative;
  cursor: pointer;
  padding-bottom: 30px;
  margin-top: 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%;
  background: #fef7dd;
  margin: 0 5% 50px;
  text-align: left;
  font-size: 20px;
  padding: 30px 30px 50px;
}
.not .not-detail li {
  margin: 15px;
  line-height: 1.4;
  padding: 10px 10px 30px 50px;
  position: relative;
  border-bottom: 2px dotted #ccc;
}
.not .not-detail li a {
  color: #444;
}
.not .not-detail li::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background-image: url("../img/att_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 0;
}

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

.kit {
  width: 100%;
  text-align: center;
  margin: 50px auto;
  position: relative;
}
.kit_img {
  max-width: 693px;
  margin: auto;
}
.kit_link {
  position: absolute;
  display: block;
  top: 62%;
  left: 12%;
  width: 76%;
  height: 24%;
}

.share {
  background: url("../img/sns_bg.jpg") no-repeat top center;
  background-size: 100%;
  padding-top: 60px;
  height: 400px;
  position: relative;
}

.share ul {
  position: absolute;
  top: 26%;
  left: 3.8%;
  display: flex;
  width: 60%;
  padding: 20px;
  justify-content: center;
}

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

.label {
  padding-bottom: 80px;
}
.label .about {
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff;
}
.label .about h3 {
  font-size: 1.4rem;
  padding: 20px;
}
.label .about img {
  width: 30%;
  margin: 50px auto;
}
.label .about_txt {
  line-height: 1.6;
  font-size: 1.2rem;
}
.label .about_btn {
  display: block;
  text-decoration: none;
  background: #669933;
  color: #fff;
  font-size: 1.4rem;
  padding: 15px;
  margin: 20px auto;
  border-radius: 30px;
  width: 200px;
}
.label ._event {
  position: absolute;
  display: block;
  width: 80%;
  height: 15%;
  top: 74%;
  left: 10%;
}
.label .shusai {
  padding: 50px;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

.fixed-nav {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  width: 750px;
  z-index: 99;
  display: none;
}/*# sourceMappingURL=styles.css.map */