/*
overview
---------------------------*/
#overview .wrap {
  padding: 50px 0;
}
#overview .imgWrap {
  position: relative;
  width: 80%;
  max-width: 350px;
  margin: 0 auto 24px;
}
#overview .imgWrap::after {
  content: "";
  position: absolute;
  bottom: -5%;
  right: -20%;
  width: 21%;
  height: 135%;
  background: url("/img/common/offical_character.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
#overview p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
  color: #031838;
}
@media (min-width: 769px) {
  #overview .wrap {
    padding: 72px 0 80px;
  }
  #overview .imgWrap {
    width: 493px;
    max-width: initial;
    margin: 0 auto 24px;
  }
  #overview .imgWrap::after {
    bottom: -35%;
    right: -28%;
    width: 140px;
    height: 200px;
  }
  #overview p {
    font-size: 20px;
  }
}
@media (min-width: 1000px) {
  #overview .imgWrap::after {
    bottom: -115%;
    right: -50%;
  }
}
@media (min-width: 1180px) {
  #overview .imgWrap::after {
    right: -55%;
  }
}

/*
rule
---------------------------*/
#rule {
  background: #ffffff;
}
#rule .wrap {
  padding: 0 0 50px;
}
#rule .listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}
#rule .listWrap .box {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
}
#rule .listWrap .box:nth-of-type(2n) {
  margin-right: 0;
}
#rule .listWrap .box:nth-of-type(n+3) {
  margin-top: 10px;
}
#rule .listWrap .box .imgWrap {
  width: 100%;
  max-width: 250px;
  max-height: 250px;
  margin: 0 auto;
}
#rule .listWrap .box p {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: center;
  color: #031838;
}
#rule .listWrap .box p span {
  letter-spacing: -0.5em;
}
@media (min-width: 480px) {
  #rule .listWrap .box {
    width: calc((100% - 20px) / 3);
  }
  #rule .listWrap .box:nth-of-type(2n) {
    margin-right: 10px;
  }
  #rule .listWrap .box:nth-of-type(n+3) {
    margin-top: 0;
  }
  #rule .listWrap .box:nth-of-type(3n) {
    margin-right: 0;
  }
  #rule .listWrap .box:nth-of-type(n+4) {
    margin-top: 24px;
  }
}
@media (min-width: 769px) {
  #rule .wrap {
    padding: 0 0 80px;
  }
  #rule .listWrap {
    margin-top: 51px;
  }
  #rule .listWrap .box {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  #rule .listWrap .box:nth-of-type(2n) {
    margin-right: 20px;
  }
  #rule .listWrap .box:nth-of-type(3n) {
    margin-right: 0;
  }
  #rule .listWrap .box p {
    font-size: 16px;
  }
}

/*
prohibitions
---------------------------*/
#prohibitions .wrap {
  padding: 0 0 50px;
}
#prohibitions .detailWrap {
  margin-top: 25px;
}
#prohibitions .detailWrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 10px;
  border-top: 1px solid #DDE6ED;
}
#prohibitions .detailWrap dl:last-of-type {
  border-bottom: 1px solid #DDE6ED;
}
#prohibitions .detailWrap dt {
  position: relative;
  width: 150px;
  padding: 25px 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
  color: #031838;
}
#prohibitions .detailWrap dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 76px;
  height: 9px;
  background: url("/img/buy-ticket/watching-manners/attention-text-top.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
#prohibitions .detailWrap dd {
  width: 100%;
}
#prohibitions .detailWrap dd ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #031838;
}
@media (min-width: 500px) {
  #prohibitions .detailWrap dt {
    width: 175px;
    padding: 25px 0;
    font-size: 18px;
  }
  #prohibitions .detailWrap dt::before {
    width: 102px;
    height: 13px;
  }
}
@media (min-width: 769px) {
  #prohibitions .wrap {
    padding: 0 0 80px;
  }
  #prohibitions .detailWrap {
    margin-top: 51px;
  }
  #prohibitions .detailWrap dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 40px 3%;
  }
  #prohibitions .detailWrap dt {
    width: 205px;
    padding: 32px 0;
    font-size: 22px;
  }
  #prohibitions .detailWrap dt::before {
    width: 120px;
    height: 16px;
  }
  #prohibitions .detailWrap dd {
    width: calc(100% - 255px);
    margin-left: 50px;
  }
  #prohibitions .detailWrap dd ul li {
    font-size: 16px;
  }
}
@media (min-width: 1000px) {
  #prohibitions .detailWrap {
    padding: 40px 7%;
  }
  #prohibitions .detailWrap dd {
    width: calc(100% - 310px);
    margin-left: 105px;
  }
}

/*
attention
---------------------------*/
#attention {
  background: #ffffff;
}
#attention .wrap {
  padding: 0 0 50px;
}
#attention .detailWrap {
  margin-top: 25px;
}
#attention .detailWrap p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  font-size: 400;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #031838;
}
#attention .detailWrap p + p {
  margin-top: 10px;
}
@media (min-width: 769px) {
  #attention .wrap {
    padding: 0 0 80px;
  }
  #attention .detailWrap {
    margin-top: 51px;
  }
  #attention .detailWrap p {
    font-size: 16px;
  }
  #attention .detailWrap p + p {
    margin-top: 0;
  }
}/*# sourceMappingURL=buy-ticket-watching_manners.css.map */