@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap');
.message-sec {
background: #9a1313;
padding: 120px 0;
}
.message-sec dl {
width: 90%;
max-width: 1200px;
margin: 0 auto;
}
.message-sec dl dt {
font-family: Noto Serif JP,serif;
  font-size: 50px;
  font-size: 5rem;
  margin-bottom: 80px;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
.message-sec dl dd {
  line-height: 2.5;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
}

.top-sns__list-title {
    font-size: 2.2rem;
}

.birthday{
    text-align: center;
    width: 100%;
    max-width: 740px;
    margin: 70px auto 0;
}

.birthday.birthday-special {
  max-width: 960px;
}

.birthday-special .event-info {
  background-color: #eee;
}

@media only screen and (max-width: 900px) {
.message-sec {
padding: 80px 0;
}
.message-sec dl dt {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.message-sec dl dd {
text-align: left;
}

.birthday{
    margin: 30px auto 0;
}
}

.top-event__bnr-list li img {
border-radius: 10px;
}

.birthday dl {
font-size: 14px;
font-size: 1.4rem;
text-align: left;
}
.birthday dl dt {
line-height: 1.4;
margin: 20px 0 10px;
font-weight: bold;
font-size: 18px;
}
.birthday dl dd {
line-height: 1.5;
}
.birthday dl dd a {
  text-decoration: underline;
}

.b-video{
  max-width: 740px;
  width: 100%;
}

.font-zen {
  font-family: 'Zen Antique', serif;
}

.no-wrap {
  white-space: nowrap;
}

.top-mainvisual {
  position: relative;
}

.mv-text {
  text-align: center;
  position: absolute;
  width: 100%;
}

.mv-text span {
  background-color: #f5f5f5;
  line-height: 1.2;
  padding-left: 0.2em;
}
@media screen and (max-width: 834px) {
  .mv-text {
    bottom: 3vw;
  }
  .mv-text span {
    font-size: 6vw;
  }
}
@media screen and (min-width: 835px) {
  .mv-text {
    bottom: 2vw;
  }
  .mv-text span {
    font-size: 3vw;
  }
}

.top-novelasset {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .top-novelasset {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 835px) {
  .top-novelasset {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.top-novelasset-qa {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.top-novelasset-qa a {
  display: block;
}

.top-novelasset-question {
  background-color: #eeeeee;
  font-weight: bold;
  font-family: Noto Serif JP,serif;
  line-height: 1.5;
  position: relative;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.5em;
  padding-right: 2em;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
}
.top-novelasset-question:before {
  content: "";
  display: block;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}
.top-novelasset-qa.is-active .top-novelasset-question:before {
  transform: translateY(-50%) rotate(45deg);
}
.top-novelasset-answer {
  line-height: 1.75;
  display: none;
}
.top-novelasset-answer-think-title {
  font-family: Noto Serif JP,serif;
  font-weight: bold;
  position: relative;
}
.top-novelasset-answer-think-title:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-novelasset-answer p:first-child {
  margin-top: 0;
}
.top-novelasset-answer-profile {
  border-left: 1px solid #ccc;
  padding-left: 1em;
}
.top-novelasset-answer-profile dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 834px) {
  .top-novelasset-qa {
    margin-top: 40px;
  }
  .top-novelasset-question {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .top-novelasset-question:before {
    width: 8px;
    height: 8px;
  }
  .top-novelasset-answer {
    font-size: 14px;
  }
  .top-novelasset-answer p {
    margin-top: 20px;
  }
  .top-novelasset-answer-think {
    margin-top: 20px;
  }
  .top-novelasset-answer-think-title {
    font-size: 20px;
    padding-left: 48px;
  }
  .top-novelasset-answer-think-title:before {
    width: 36px;
  }
  .top-novelasset-answer-profile {
    margin-top: 20px;
  }
}

@media screen and (min-width: 835px) {
  .top-novelasset-qa {
    margin-top: 60px;
  }
  .top-novelasset-question {
    margin-bottom: 40px;
    font-size: 30px;
  }
  .top-novelasset-question:before {
    width: 10px;
    height: 10px;
  }
  .top-novelasset-answer {
    font-size: 16px;
  }
  .top-novelasset-answer p {
    margin-top: 24px;
  }
  .top-novelasset-answer-think {
    margin-top: 24px;
  }
  .top-novelasset-answer-think-title {
    font-size: 24px;
    padding-left: 60px;
  }
  .top-novelasset-answer-think-title:before {
    width: 48px;
  }
  .top-novelasset-answer-profile {
    margin-top: 40px;
  }
}

.top-event {
  background: url(../img/index/bg-bnr.jpg) repeat top;
  padding-bottom: 60px;
}

.top-event__block:last-child {
  margin-bottom: 0;
}

.top-hidekijuku {
  background-image: none;
}

.top-hidekijuku-title {
  margin-top: 60px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  position: relative;
  padding-bottom: 0.5em;
  padding-right: 2em;
  font-weight: bold;
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #000;
}

.top-hidekijuku-title span {
  font-size: 0.8em;
  line-height: 1em;
  background-color: #000;
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: #fff;
  margin-right: 0.5em;
}

.top-hidekijuku-title:before {
  content: "";
  display: block;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  right: .5em;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}
.top-hidekijuku-title.is-active:before {
  transform: translateY(-50%) rotate(45deg);
}

.top-hidekijuku-list {
  display: none;
}

@media screen and (max-width: 834px) {
  .top-hidekijuku-title {
    font-size: 20px;
  }
  .top-hidekijuku-title:before {
    width: 8px;
    height: 8px;
  }
}

@media screen and (min-width: 835px) {
  .top-hidekijuku-title {
    font-size: 30px;
  }
  .top-hidekijuku-title:before {
    width: 10px;
    height: 10px;
  }
}

.top-bnr .inner > div:first-child {
  margin-top: 0;
}

.top-bnr .inner > div {
  margin-top: 30px;
}

/*------------------------------------------20230314-----*/

.event-info {
    background-color: #fff;
    font-weight: bold;
    line-height: 1.5;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
    font-size: 17px;
    font-size: 1.7rem;
    margin-top: 20px;
}

.event-info-question{
  padding: 10px 0;
  position: relative;
}

.event-info-question:before {
    content: "";
    display: block;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    width: 6px;
    height: 6px;
    z-index: 2;
}

.event-info-question:after {
    content: "";
    display: block;
    background: #000;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    z-index: 0;
    border-radius: 30px; 
}

.event-info-question.is-active:before{
  transform: translateY(-50%) rotate(45deg);
}

.event-info-answer {
    line-height: 1.75;
    display: none;
    border-top: 1px solid #dbdbdb;
    padding: 20px 20px;
}

.event-info-text {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
}

.event-info-text .bold{
  font-weight: 700;
}

.event-info-text .note{
  font-size: 12px;
}

.event-info-text a {
  text-decoration: underline;
}
.event-info-text a:hover {
  text-decoration: none;
}

@media screen and (min-width: 835px) {
  .event-info-bnr-list {
    display: flex;
    justify-content: space-around;
  }
  .event-info-bnr-list li {
    width: 48%;
  }
}

@media screen and (min-width: 835px) {
  .top-wild-retreat {
    display: flex;
    margin-top: 80px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-wild-retreat img {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .top-wild-retreat {
    margin-top: 40px;
  }
}