@charset "utf-8";
/* ---------------------------------------
**
** detail
**
--------------------------------------- */
.page-detail {
  background-color: #fff;
}
/*============================
.main
============================*/
.main {
  padding: 110px 0 50px 0;
}
@media screen and (max-width: 768px) {
}

.main-inner {
  width: 880px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main-inner {
    width: 90%;
    padding: 0;
  }
}

/*============================
.jichitai
============================*/
.jichitai {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
}

.jichitai-name {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .jichitai-name {
    font-size: 22px;
  }
}

.jichitai-stage {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .jichitai-stage {
    font-size: 18px;
  }
}

.jichitai-stage .-lg {
  font-size: 110%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
}

/*============================
.stage
============================*/
.stage {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
}

.stage-tag {
  font-size: 16px;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .stage-tag {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

.stage-ttl {
  font-size: 22px;
  font-weight: 700;
  color: #ac0003;
  border-bottom: 1px solid #000;
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .stage-ttl {
    font-size: 18px;
    line-height: 1.5;
  }
}

.stage-overview {
  font-size: 16px;
  line-height: 1.87;
  margin: 0 0 45px 0;
}
@media screen and (max-width: 768px) {
  .stage-overview {
    font-size: 14px;
  }
}

.stage-pic {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .stage-pic {
    width: 100%;
  }
}

/*============================
.choice
============================*/
.choice {
  padding: 0;
}
@media screen and (max-width: 768px) {
}

.choice-link {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  /* background-color: #fff;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000; */
  border-bottom: 1px solid #000;
  /* border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; */
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .choice-link {
    display: block;
    width: 80%;
    padding: 10px 10px;
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .choice-link:hover {
    /* background-color: #000; */
    color: #ac0003;
    border-bottom: 1px solid #ac0003;
  }
}
@media screen and (max-width: 768px) {
  .choice-link:active {
    /* background-color: #000; */
    color: #ac0003;
    border-bottom: 1px solid #ac0003;
  }
}

/*============================
.entry
============================*/
.entry {
  padding: 50px 0;
  background-color: #ededed;
}
.entry-link {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 20px 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  background-color: #fff;
  color: #ac0003;
  border-top: 1px solid #ac0003;
  border-right: 1px solid #ac0003;
  border-left: 1px solid #ac0003;
  border-bottom: 5px solid #ac0003;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .entry-link {
    display: block;
    width: 80%;
    padding: 10px 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .entry-link {
    display: block;
    width: 70%;
    padding: 10px 10px;
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .entry-link:hover {
    background-color: #ac0003;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .entry-link:active {
    background-color: #ac0003;
    color: #fff;
  }
}

/*============================
.watch
============================*/
.watch {
  padding: 50px 0 50px 0;
}
@media screen and (max-width: 768px) {
}

.watch-ttl {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 768px) {
  .watch-ttl {
    font-size: 16px;
  }
}

.watch-notes-wrap {
  border: 1px solid #b1b1b1;
  padding: 30px;
  height: 295px;
  overflow-y: scroll;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .watch-notes-wrap {
    padding: 15px;
  }
}

.notes-set:first-of-type {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
}

.notes-box {
  margin: 0 0 25px 0;
}
@media screen and (max-width: 768px) {
}

.notes-ttl {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .notes-ttl {
    font-size: 12px;
  }
}

.notes-lead {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .notes-lead {
    font-size: 12px;
  }
}

.notes-txt {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .notes-txt {
    font-size: 12px;
  }
}

.notes-list {
  font-size: 14px;
  line-height: 1.7;
  /* margin: 15px 0 0 0; */
}
@media screen and (max-width: 768px) {
  .notes-list {
    font-size: 12px;
  }
}

.notes-item {
  list-style: disc;
  margin: 0 0 0 1.5em;
}
@media screen and (max-width: 768px) {
}

.notes-item-indent {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
}

.watch-attention {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.85;
  text-align: center;
  color: #ac0003;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .watch-attention {
    font-size: 15px;
    text-align: left;
  }
}

.watch-agree {
  text-align: center;
  font-size: 18px;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .watch-agree {
    font-size: 16px;
  }
}

.watch-link {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 20px 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  background-color: #fff;
  color: #ac0003;
  border-top: 1px solid #ac0003;
  border-right: 1px solid #ac0003;
  border-left: 1px solid #ac0003;
  border-bottom: 5px solid #ac0003;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .watch-link {
    display: block;
    width: 80%;
    padding: 10px 10px;
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .watch-link:hover {
    background-color: #ac0003;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .watch-link:active {
    background-color: #ac0003;
    color: #fff;
  }
}

.-dis {
  pointer-events: none;
  opacity: 0.8;
  color: #c0c0c0;
  border-top: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-bottom: 5px solid #c0c0c0;
}

/* back */
.back {
  padding: 50px 0;
}

.bt-page-back {
  display: block;
  width: 250px;
  margin: 0 auto;
  border: 2px solid #AC0003;
  padding: 12px;
  color: #AC0003;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  background-image: url(../img/jichitai/ic-arrow-left-red.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 7px auto;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .bt-page-back:hover {
    background-color: #AC0003;
    background-image: url(../img/jichitai/ic-arrow-left-white.png);
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .bt-page-back {
    width: 75%;
  }
  .bt-page-back:active {
    background-color: #AC0003;
    background-image: url(../img/jichitai/ic-arrow-left-white.png);
    color: #fff;
  }
}

/*============================

============================*/
.stage-end {
  font-size: 36px;
  font-weight: 700;
  color: #ac0003;
  text-align: center;
  margin: 40px 0 0 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .stage-end {
    font-size: 22px;
    margin: 30px 0 0 0;
  }
}
