#page.coupon.in .wrap {
  max-width: 936px;
}
#page.coupon.in #loading-msg {
  text-align: center;
}
#page.coupon.in .content {
  display: none;
}
#page.coupon.in .content.loaded {
  display: block;
}
#page.coupon.in .page-ttl {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  line-height: 1;
  font-size: 40px;
  letter-spacing: 0.12em;
  padding: 80px 0 140px;
}
@media screen and (max-width: 1000px) {
  #page.coupon.in .wrap {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #page.coupon.in .page-ttl {
    padding: 80px 0 90px;
    font-size: 30px;
  }
}
#page.coupon.in .ticket {
  margin-bottom: 75px;
}
#page.coupon.in .ticket .ticket-ttl {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-size: 27px;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
#page.coupon.in .ticket .ticket-area {
  background-image: url(../img/coupon/coupon-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 65px 0 40px 0;
}
#page.coupon.in .ticket .ticket-top {
  max-width: 772px;
  width: 100%;
  margin: 0 auto;
  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;
  padding-bottom: 40px;
  margin-bottom: 20px;
  background-image: radial-gradient(circle, #0e0e0e 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
}
#page.coupon.in .ticket .ticket-top-ttl {
  font-family: "Shippori Mincho B1", serif;
  font-size: 30px;
  letter-spacing: 0.04em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-right: 20px;
}
#page.coupon.in .ticket .ticket-top-ttl::before, #page.coupon.in .ticket .ticket-top-ttl::after {
  content: "";
  display: block;
  background-color: #0e0e0e;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
#page.coupon.in .ticket .ticket-top-price {
  font-family: "Shippori Mincho B1", serif;
  font-size: 100px;
  line-height: 0.7;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#page.coupon.in .ticket .ticket-top-price span {
  font-family: "Cinzel", serif;
  font-size: 110px;
  font-weight: 500;
  margin-left: 10px;
}
#page.coupon.in .ticket .ticket-top-text {
  font-family: "Shippori Mincho B1", serif;
  line-height: 1;
  font-weight: 800;
  font-size: 28px;
  margin-top: 20px;
}
#page.coupon.in .ticket .ticket-btm {
  text-align: center;
}
#page.coupon.in .ticket .ticket-btm-day {
  font-family: "Shippori Mincho B1", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.7em, #ffffff), color-stop(0.7em, transparent));
  background-image: linear-gradient(0deg, #ffffff 0.7em, transparent 0.7em);
  padding: 0 15px 3px 15px;
}
@media screen and (max-width: 1000px) {
  #page.coupon.in .ticket .ticket-ttl {
    font-size: 22px;
  }
  #page.coupon.in .ticket .ticket-top {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  #page.coupon.in .ticket {
    margin-bottom: 60px;
  }
  #page.coupon.in .ticket .ticket-ttl {
    font-size: 24px;
    line-height: 1.4090909091;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  #page.coupon.in .ticket .ticket-area {
    background-image: url(../img/coupon/coupon-bg-sp.png);
    padding: 55px 0 50px 0;
  }
  #page.coupon.in .ticket .ticket-top {
    width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
  }
  #page.coupon.in .ticket .ticket-top-ttl {
    font-size: 21px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #page.coupon.in .ticket .ticket-top-price {
    font-size: 72px;
    margin-right: 0;
  }
  #page.coupon.in .ticket .ticket-top-price span {
    font-size: 79px;
  }
  #page.coupon.in .ticket .ticket-top-text {
    margin-top: 15px;
  }
  #page.coupon.in .ticket .ticket-btm-day {
    font-size: 14px;
    background-color: #ffffff;
    padding: 2px 0;
    max-width: 210px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #page.coupon.in .ticket .ticket-btm-day:not(:last-child) {
    margin-bottom: 3px;
  }
}
#page.coupon.in .explanation {
  margin-bottom: 205px;
}
#page.coupon.in .explanation .explanation-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.8125;
  letter-spacing: 0.07em;
  margin-bottom: 75px;
}
#page.coupon.in .explanation .explanation-content {
  max-width: 812px;
  width: 100%;
  margin: 0 auto;
  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;
  gap: 45px;
  border-right: 1px solid #0e0e0e;
  border-left: 1px solid #0e0e0e;
}
#page.coupon.in .explanation .explanation-item {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}
#page.coupon.in .explanation .explanation-item-img {
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 35px;
  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;
}
#page.coupon.in .explanation .explanation-or {
  font-family: "Shippori Mincho B1", serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
#page.coupon.in .explanation .explanation-item-text {
  font-size: 17px;
  letter-spacing: 0.01em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page.coupon.in .explanation {
    margin-bottom: 150px;
  }
  #page.coupon.in .explanation .explanation-text {
    text-align: justify;
    font-size: 14px;
    letter-spacing: 0.03em;
    padding: 0 25px;
    margin-bottom: 60px;
    line-height: 1.7;
  }
  #page.coupon.in .explanation .explanation-content {
    border: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  #page.coupon.in .explanation .explanation-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #page.coupon.in .explanation .explanation-item-img {
    margin-bottom: 25px;
  }
  #page.coupon.in .explanation .explanation-item-img.second {
    max-width: 68px;
  }
  #page.coupon.in .explanation .explanation-item-text {
    font-size: 15px;
  }
  #page.coupon.in .explanation .explanation-or {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 10px;
  }
}
#page.coupon.in .subject {
  margin-bottom: 90px;
}
#page.coupon.in .subject .subject-ttl {
  font-family: "Shippori Mincho B1", serif;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 80px;
}
#page.coupon.in .subject .subject-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.coupon.in .subject .subject-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.778%;
          flex: 0 0 27.778%;
  position: relative;
}
#page.coupon.in .subject .subject-num {
  font-family: "Cinzel", serif;
  font-size: 69px;
  line-height: 0.7;
  position: absolute;
  right: 0;
  top: 0;
}
#page.coupon.in .subject .subject-img {
  max-width: 250px;
  width: 100%;
  margin-bottom: 25px;
}
#page.coupon.in .subject .subject-text {
  font-family: "Shippori Mincho B1", serif;
  font-size: 20px;
  line-height: 1.4285714286;
  text-align: center;
  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;
}
@media screen and (max-width: 767px) {
  #page.coupon.in .subject .subject-ttl {
    font-size: 24px;
    letter-spacing: 0.09em;
    margin-bottom: 60px;
  }
  #page.coupon.in .subject .subject-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
  #page.coupon.in .subject .subject-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
  }
  #page.coupon.in .subject .subject-num {
    font-size: 65px;
  }
  #page.coupon.in .subject .subject-img {
    margin: 0 auto 25px auto;
  }
  #page.coupon.in .subject .subject-text {
    font-size: 21px;
  }
}
#page.coupon.in .notes {
  margin-bottom: 60px;
}
#page.coupon.in .notes .notes-content {
  background-color: #f3f3f3;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.coupon.in .notes .notes-ttl {
  font-family: "Shippori Mincho B1", serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.08em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11%;
          flex: 0 0 11%;
}
#page.coupon.in .notes .notes-list-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85.3%;
          flex: 0 0 85.3%;
  margin-top: -2px;
}
#page.coupon.in .notes .notes-list-bold {
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.8571428571;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-bottom: 5px;
}
#page.coupon.in .notes .notes-list-bold::before {
  content: "";
  display: block;
  background-color: #0e0e0e;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: 11px;
}
#page.coupon.in .notes .notes-list {
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
#page.coupon.in .notes .notes-list::before {
  content: "";
  display: block;
  background-color: #0e0e0e;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  #page.coupon.in .notes {
    margin-bottom: 50px;
  }
  #page.coupon.in .notes .notes-content {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 45px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #page.coupon.in .notes .notes-ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #page.coupon.in .notes .notes-list-area {
    margin-top: 0;
    margin-left: 4px;
  }
  #page.coupon.in .notes .notes-list-bold {
    text-align: justify;
    font-size: 12px;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
    line-height: 1.7;
  }
  #page.coupon.in .notes .notes-list-bold::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6px;
            flex: 0 0 6px;
    margin-top: 8px;
  }
  #page.coupon.in .notes .notes-list {
    text-align: justify;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.04em;
  }
  #page.coupon.in .notes .notes-list::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4px;
            flex: 0 0 4px;
    margin-top: 10px;
  }
}
#page.coupon.in .back-link {
  border-top: 1px solid #0e0e0e;
  padding-top: 25px;
}
#page.coupon.in .back-link a {
  font-size: 14px;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#page.coupon.in .back-link a::before {
  content: "";
  display: block;
  background-image: url(../img/coupon/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  #page.coupon.in .back-link a {
    font-size: 13px;
    gap: 10px;
  }
  #page.coupon.in .back-link a::before {
    width: 8px;
    height: 14px;
  }
}

#kamine-footer {
  margin-top: 100px;
}