@charset "UTF-8";
.cont_width1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.c-chatch-read {
  font-size: 28px !important;
  font-weight: 700;
  background: linear-gradient(transparent 80%, #FFF91F 30%);
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-chatch-read {
    font-size: 22px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-chatch-read {
    display: inline;
    font-size: 18px !important;
  }
}
.fz48 {
  font-size: 48px !important;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .fz48 {
    font-size: 32px !important;
  }
}
@media only screen and (max-width: 767px) {
  .fz48 {
    font-size: 24px !important;
  }
}
.c-chatch-block {
  text-align: center;
  padding-top: 10px;
}
.c-anchor-block {
  margin-top: 60px;
}
.c-anchor-list {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .c-anchor-list {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .c-anchor-list li {
    width: calc(100% / 2 - 10px);
  }
}
.c-anchor-list li a {
  display: block;
}
.c-anchor-list li a img {
  width: 100%;
  height: auto;
}
.c-bnr_block {
  margin-top: 60px;
}
.c-point-cont {
  margin-top: 40px;
}
.c-point-cont__inr {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.c-point-block {
  width: calc(100% / 2 - 10px);
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .c-point-block {
    width: 100%;
  }
}
.c-point-icon {
  width: 80px;
}
.c-icon-cover {
  background-color: #E8380D;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 8px 4px;
}
.c-point-text {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-point-text {
    font-size: 14px;
  }
}
.c-point-namber {
  display: block;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .c-point-namber {
    font-size: 20px;
  }
}
.c-point-word {
  flex: 1;
}
.c-point-word > p {
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (max-width: 1023px) {
  .c-point-word > p {
    font-size: 16px;
  }
}
.c-point-word span.sub {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .c-point-word span.sub {
    font-size: 12px;
  }
}
.c-explanation {
  margin-top: 60px;
}
.c-explanation-wp {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .c-explanation-wp {
    flex-direction: column;
    padding: 16px;
  }
}
.c-explanation-photo {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .c-explanation-photo {
    width: 100%;
  }
}
.c-explanation-word {
  flex: 1;
}
.c-explanation-title {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .c-explanation-title {
    font-size: 17px;
  }
}
.c-explanation-attention {
  margin-top: 10px;
}
.c-explanation-attention li {
  position: relative;
  padding-left: 1em;
}
@media only screen and (max-width: 1023px) {
  .c-explanation-attention li {
    font-size: 12px;
  }
}
.c-explanation-attention li:before {
  content: "※";
  position: absolute;
  left: 0;
}
.set-ticket_cont.deco {
  position: relative;
}
.set-ticket_cont.deco:before {
  width: 21px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 60px;
  right: -20px;
}
@media only screen and (max-width: 480px) {
  .set-ticket_cont.deco:before {
    content: "";
    top: auto;
    bottom: -24px;
    right: calc(50% - 18px);
    transform: translateX(-50%);
  }
}
.set-ticket_cont.deco:after {
  width: 2px;
  height: 20px;
  background-color: #000;
  position: absolute;
  top: 52px;
  right: -11px;
}
@media only screen and (max-width: 480px) {
  .set-ticket_cont.deco:after {
    top: auto;
    bottom: -33px;
    right: 50%;
    transform: translateX(-50%);
    content: "";
  }
}
.mt38 {
  margin-top: 38px;
}
.mt60 {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.c-ticket-link {
  width: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  background-color: #E8380D;
  border-radius: 8px;
  height: 80px;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  transition: 0.8s;
}
.c-ticket-link:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .c-ticket-link {
    width: 100%;
    font-size: 14px;
    height: auto;
    padding: 10px;
    text-align: center;
  }
}
.c-ticket-link:after {
  content: "";
  background-image: url(/media/images/coupon/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 15px;
}
.c-about-ticket {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 1023px) {
  .c-about-ticket {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .c-about-ticket {
    flex-direction: column;
  }
}
.c-about-wp {
  width: calc(100% / 3);
}
@media only screen and (max-width: 767px) {
  .c-about-wp {
    width: 100%;
  }
}
.c-about-wp:nth-child(1) .c-about-photo:before {
  background-image: url(/media/images/coupon/ticket01.png);
}
.c-about-wp:nth-child(2) .c-about-photo:before {
  background-image: url(/media/images/coupon/ticket02.png);
}
.c-about-wp:nth-child(3) .c-about-photo:before {
  background-image: url(/media/images/coupon/ticket03.png);
}
.c-about-photo {
  border-radius: 10px;
  background-color: #F8F8F8;
  height: 253px;
  position: relative;
}
.c-about-photo:before {
  content: "";
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-about-word {
  padding: 20px;
}
.c-about-title {
  font-size: 28px;
  display: inline-block;
  padding-left: 1.4em;
  position: relative;
  font-weight: 700;
  background: linear-gradient(transparent 80%, #FFF91F 30%);
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-about-title {
    font-size: 20px;
  }
}
.c-about-title:before {
  content: "";
  background-image: url(/media/images/coupon/fee_set-ticket_spa.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 1023px) {
  .c-about-title:before {
    width: 28px;
    height: 28px;
  }
}
.c-about-text {
  margin-top: 12px;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-about-text {
    text-align: left;
  }
}
.c-attention-area {
  margin-top: 140px;
  margin-left: -500%;
  margin-right: -500%;
  padding-top: 128px;
  padding-bottom: 140px;
  padding-left: 500%;
  padding-right: 500%;
  background-color: #F8F8F8;
}
@media only screen and (max-width: 767px) {
  .c-attention-area {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.c-caution-group {
  max-width: 1200px;
  margin: 0 auto;
}
.c-caution-title {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-caution-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .c-caution-title {
    font-size: 24px;
  }
}
.c-caution-block {
  background-color: #fff;
  margin-top: 55px;
  border-radius: 10px;
  padding: 60px 100px;
}
@media only screen and (max-width: 1023px) {
  .c-caution-block {
    padding: 40px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-caution-block {
    padding: 30px 20px;
  }
}
.c-caution-text {
  padding-left: 1em;
  position: relative;
  line-height: 1.8;
}
.c-caution-text:before {
  content: "・";
  position: absolute;
  left: 0;
}
br.sp {
  display: none;
}
@media only screen and (max-width: 480px) {
  br.sp {
    display: block;
  }
}
br.pc {
  display: block;
}
@media only screen and (max-width: 480px) {
  br.pc {
    display: none;
  }
}
.has-img-deco {
  position: relative;
  display: inline-block;
  padding-right: 1.4em;
}
.has-img-deco:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 18px;
  width: 58px;
  height: 42px;
}
@media only screen and (max-width: 1023px) {
  .has-img-deco:after {
    width: 34px;
    top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .has-img-deco:after {
    width: 30px;
    top: 10px;
    right: -10px;
  }
}
.has-img-deco.icon-student:after {
  background-image: url(/media/images/coupon/fee_student-discount.jpg);
}
.has-img-deco.icon-u-25:after {
  background-image: url(/media/images/coupon/icon-u-25.png);
}
.has-img-deco.icon-train::after {
  background-image: url(/media/images/coupon/icon_train_spa.png);
}
@media only screen and (max-width: 767px) {
  .has-img-deco.icon-train::after {
    top: 30px;
  }
}
.has-img-deco.icon-ticket::after {
  background-image: url(/media/images/coupon/icon_kaisuuken.png);
  width: 70px;
  height: 45px;
  right: -14px;
  top: 22px;
}
@media only screen and (max-width: 1023px) {
  .has-img-deco.icon-ticket::after {
    width: 46px;
    top: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .has-img-deco.icon-ticket::after {
    top: 11px;
    width: 40px;
  }
}
.has-img-deco.icon-nifty::after {
  background-image: url(/media/images/coupon/icon_nifty.png);
}
@media only screen and (max-width: 767px) {
  .has-img-deco.icon-nifty::after {
    width: 20px;
    height: 30px;
    right: 0;
    top: 25px;
  }
}
.set-ticket_cont p {
  font-weight: 700;
}
.c-icon-block {
  margin-top: 16px;
}
.c-icon-head {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1023px) {
  .c-icon-head {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .c-icon-head {
    font-size: 20px;
  }
}
.c-icon-read {
  text-align: center;
}
.set-ticket_row.base {
  align-items: baseline;
}
@media only screen and (max-width: 480px) {
  .set-ticket_row.base {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.content_wrapper {
  position: relative;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .content_wrapper {
    margin-top: 20px;
  }
}
.content_wrapper:before {
  content: "";
  background-image: url(/media/images/coupon/leaf01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 164px;
  height: 148px;
  position: absolute;
  left: 0;
  top: 100px;
}
@media only screen and (max-width: 1023px) {
  .content_wrapper:before {
    display: none;
  }
}
.content_wrapper:after {
  content: "";
  background-image: url(/media/images/coupon/leaf02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 164px;
  height: 148px;
  position: absolute;
  right: 0;
  top: 500px;
}
@media only screen and (max-width: 1279px) {
  .content_wrapper:after {
    top: 600px;
  }
}
@media only screen and (max-width: 1023px) {
  .content_wrapper:after {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  body#fee section.fee_set-ticket .set-ticket_row .set-ticket_cont + .set-ticket_cont .icon:before {
    display: none;
  }
}
br.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  body#fee section.fee_set-ticket .set-ticket_row .set-ticket_cont {
    width: 260px;
    max-width: 80%;
  }
}
.c-table-note {
  font-size: 14px;
  text-align: right;
  padding-top: 6px;
}
/* 20251203 */
.c-ticket-btn-wrap {
  display: flex;
  gap: 30px;
}
.c-ticket-btn-wrap .c-ticket-link {
  width: 100%;
  max-width: 480px;
}
@media only screen and (max-width: 767px) {
  .c-ticket-btn-wrap .c-ticket-link {
    max-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .c-ticket-btn-wrap {
    width: 100%;
    flex-direction: column;
    margin-top: 30px;
    gap: 16px;
  }
}
.c-ticket-btn-wrap .c-ticket-btn {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-ticket-btn-wrap .c-ticket-btn {
    margin-top: 0;
  }
}
/*# sourceMappingURL=./coupon.css.map */