﻿#event-wrap img {
  height: auto;
}
#event-wrap .hLight-y {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f4e3a6));
  background: linear-gradient(transparent 60%, #f4e3a6 60%);
}
@media screen and (min-width: 768px) {
  #event-wrap .mv-bg {
    background-image: url("../image/mv.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    height: 420px;
  }
}
@media screen and (max-width: 767px) {
  #event-wrap .mv-bg {
    background-image: none;
  }
}
@media screen and (min-width: 768px) {
  #event-wrap .mv-bg__textWrap {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1064px;
    max-width: 100%;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#event-wrap .arrow-bottom__w {
  position: relative;
}
#event-wrap .arrow-bottom__w:after {
  content: "";
  position: absolute;
  display: block;
  border-right: #ffffff 1px solid;
  border-top: #ffffff 1px solid;
  position: absolute;
  bottom: 0px;
  top: 0px;
  right: 15px;
  margin: auto;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  #event-wrap .arrow-bottom__w:after {
    left: 0;
    right: 0;
    bottom: 10px;
    top: auto;
    width: 8px;
    height: 8px;
  }
}
#event-wrap .arrow-bottom__b {
  position: relative;
}
#event-wrap .arrow-bottom__b:after {
  content: "";
  position: absolute;
  display: block;
  border-right: #230e02 1px solid;
  border-top: #230e02 1px solid;
  position: absolute;
  bottom: 0px;
  top: 0px;
  right: -20px;
  margin: auto;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  #event-wrap .arrow-bottom__b:after {
    width: 8px;
    height: 8px;
  }
}
#event-wrap .koden_rank ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #event-wrap .koden_rank ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 10px 10px 15px 10px;
  }
}
#event-wrap .koden_rank ul li {
  width: calc(20% - 35px);
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  #event-wrap .koden_rank ul li {
    width: 50%;
    min-width: 140px;
  }
}
#event-wrap .koden_rank ul li:before {
  position: absolute;
  top: -10px;
  left: -10px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5em;
}
@media screen and (max-width: 767px) {
  #event-wrap .koden_rank ul li:before {
    top: -8px;
    left: -8px;
    width: 23px;
    height: 23px;
    font-size: 11px;
  }
}
#event-wrap .koden_rank ul li + li {
  margin-left: 25px;
}
#event-wrap .koden_rank-4column ul li {
  width: calc(25% - 35px);
}
@media screen and (max-width: 767px) {
  #event-wrap .koden_rank-4column ul li {
    width: 50%;
  }
}
#event-wrap .koden_rank ul li:nth-child(1):before {
  content: "1";
  background: #9c8b47;
}
#event-wrap .koden_rank ul li:nth-child(2):before {
  content: "2";
  background: #8b8b8b;
}
#event-wrap .koden_rank ul li:nth-child(3):before {
  content: "3";
  background: #9c6b47;
}
#event-wrap .koden_rank ul li:nth-child(4):before {
  content: "4";
  background: #404040;
}
#event-wrap .koden_rank ul li:nth-child(5):before {
  content: "5";
  background: #404040;
}
#event-wrap .faq .faq-question {
  position: relative;
}
#event-wrap .faq .faq-question:before {
  content: "";
  z-index: 1;
  display: block;
  width: 1px;
  height: 11px;
  background: #876f6d;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
}
#event-wrap .faq .faq-question:after {
  content: "";
  z-index: 1;
  display: block;
  width: 11px;
  height: 1px;
  background: #876f6d;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
#event-wrap .faq .faq-question.toggle-active:before {
  content: none;
}
#event-wrap .faq .faq-question__text {
  padding: 20px 10px 20px 70px;
  position: relative;
  background-color: #f8f6f4;
  margin-top: 35px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #event-wrap .faq .faq-question__text {
    margin-top: 10px;
    padding: 15px 50px 15px 50px;
    font-size: 16px;
  }
}
#event-wrap .faq .faq-question__text:before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 0;
  color: #916ca9;
  font-size: 26px;
  text-align: center;
  font-family: "Roboto";
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #event-wrap .faq .faq-question__text:before {
    width: 30px;
  }
}
#event-wrap .faq .faq-answer__text {
  padding: 25px 10px 10px 70px;
  position: relative;
  font-size: 18px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  #event-wrap .faq .faq-answer__text {
    padding: 10px 10px 10px 50px;
    font-size: 13px;
    line-height: 1.7;
  }
}
#event-wrap .faq .faq-answer__text:before {
  content: "A";
  display: block;
  width: 70px;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 13px;
  color: #916ca9;
  font-size: 26px;
  text-align: center;
  font-family: "Roboto";
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #event-wrap .faq .faq-answer__text:before {
    width: 30px;
    top: 3px;
  }
}