#ticket section#main-visual {
  background-image: url("../img/ticket/img_ticket_top_pc.jpg");
}
@media screen and (width <= 768px) {
  #ticket section#main-visual {
    background-image: url("../img/ticket/img_ticket_top_sp.jpg");
  }
}
#ticket section#read {
  padding: 100px 0;
  text-align: center;
}
@media screen and (width <= 768px) {
  #ticket section#read {
    padding: 40px 0;
  }
}
#ticket section#read .inner-1120 {
  position: relative;
}
#ticket section#read .inner-1120::before {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: -1;
  width: 220px;
  height: 170px;
  content: "";
  background-image: url("../img/common/img_shape.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (width <= 768px) {
  #ticket section#read .inner-1120::before {
    left: 2%;
    width: 75px;
    height: 120px;
    background-image: url("../img/ticket/img_ticket_read_left_sp.png");
  }
}
#ticket section#read .inner-1120 .text-wrapper {
  position: relative;
  z-index: 1;
}
#ticket section#read .inner-1120 .text-wrapper h2 {
  font-size: 20px;
}
@media screen and (width <= 768px) {
  #ticket section#read .inner-1120 .text-wrapper h2 {
    font-size: 15px;
  }
}
#ticket section#read .inner-1120 .text-wrapper p {
  margin: 60px 0 0;
  line-height: 2;
}
@media screen and (width <= 768px) {
  #ticket section#read .inner-1120 .text-wrapper p {
    margin: 25px 0 0;
    font-size: 11px;
  }
}
#ticket section#discount {
  position: relative;
  padding: 90px 0;
  background-color: var(--color-thin-blue);
}
#ticket section#discount::before {
  position: absolute;
  top: 20%;
  right: 0%;
  width: 280px;
  height: 221px;
  content: "";
  background-image: url("../img/common/triangle_light_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #ticket section#discount::before {
    top: 5%;
    right: -20%;
  }
}
#ticket section#discount::after {
  position: absolute;
  top: -120px;
  right: 0;
  width: 222px;
  height: 155px;
  content: "";
  background-image: url("../img/ticket/img_ticket_read_right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #ticket section#discount::after {
    content: none;
  }
}
@media screen and (width <= 768px) {
  #ticket section#discount {
    padding: 50px 0;
  }
}
#ticket section#discount .content-wrapper {
  position: relative;
  padding: 40px 50px;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 14px;
}
@media screen and (width <= 768px) {
  #ticket section#discount .content-wrapper {
    padding: 40px 5%;
  }
}
#ticket section#discount .content-wrapper::before {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  content: "";
  background-image: url("../img/common/icon_pickup.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #ticket section#discount .content-wrapper::before {
    top: -25px;
    left: 25px;
    width: 50px;
    height: 50px;
  }
}
#ticket section#discount .content-wrapper .title-wrapper {
  position: relative;
}
#ticket section#discount .content-wrapper .title-wrapper::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 190px;
  height: 60px;
  content: "";
  background-image: url("../img/common/icon_hokkaido_discount.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #ticket section#discount .content-wrapper .title-wrapper::before {
    top: -10px;
    width: 110px;
    height: 35px;
  }
}
#ticket section#discount .content-wrapper .title-wrapper .text-wrapper {
  width: 70%;
}
@media screen and (width <= 768px) {
  #ticket section#discount .content-wrapper .title-wrapper .text-wrapper {
    width: 100%;
  }
}
#ticket section#discount .content-wrapper .title-wrapper .text-wrapper h2 {
  font-size: 16px;
  color: var(--color-green);
}
#ticket section#discount .content-wrapper .title-wrapper .text-wrapper h3 {
  margin: 15px 0 0;
  font-size: 14px;
}
@media screen and (width <= 768px) {
  #ticket section#discount .content-wrapper .title-wrapper .text-wrapper h3 {
    margin: 30px 0 0;
  }
}
#ticket section#discount .content-wrapper .paragraph-wrapper {
  margin: 40px 0 0;
}
#ticket section#discount .content-wrapper .paragraph-wrapper h3 {
  font-size: 14px;
}
#ticket section#discount .content-wrapper .paragraph-wrapper p {
  margin: 15px 0 0;
  line-height: 2;
  letter-spacing: 1px;
}
#ticket section#price-table {
  background-color: var(--color-thin-blue);
}
#ticket section#price-table .read-wrapper {
  margin: 30px 0 0;
}
@media screen and (width <= 768px) {
  #ticket section#price-table .read-wrapper h3 {
    font-size: 13px;
  }
}
#ticket section#price-table .read-wrapper p {
  margin: 10px 0 0;
  font-size: 14px;
}
@media screen and (width <= 768px) {
  #ticket section#price-table .read-wrapper p {
    font-size: 12px;
  }
}
#ticket section#price-table .price-table.top {
  position: relative;
  z-index: 2;
}
#ticket section#price-table .price-table.top::before {
  position: absolute;
  top: 20%;
  left: -25%;
  z-index: -1;
  width: 214px;
  height: 168px;
  content: "";
  background-image: url("../img/common/triangle_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #ticket section#price-table .price-table.top::after {
    position: absolute;
    top: 50%;
    right: -30%;
    z-index: -1;
    width: 200px;
    height: 160px;
    content: "";
    background-image: url("../img/common/triangle_blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(30deg);
  }
}
#ticket section#price-table p.table-note {
  position: relative;
  /* &::before {
       content: "";
       position: absolute;
       background-size: contain;
       background-repeat: no-repeat;
       background-position: center;
       background-image: url(../img/common/img_mountain.png);
       width: 340px;
       height: 284px;
       top: 3%;
       right: -25%;

       @media screen and (max-width: 768px) {
         width: 200px;
         height: 160px;
         top: initial;
         bottom: -25%;
         right: -25%;
       }
     } */
}
#ticket section#group-ticket {
  position: relative;
  padding: 70px 0;
  background-color: var(--color-thin-blue);
}
@media screen and (width <= 768px) {
  #ticket section#group-ticket {
    padding: 30px 0;
  }
}
#ticket section#group-ticket .icon-title {
  position: relative;
}
#ticket section#group-ticket .icon-title::before {
  position: absolute;
  top: 200px;
  left: -10%;
  z-index: 1;
  width: 107px;
  height: 107px;
  content: "";
  background-image: url("../img/common/triangle_dark_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(-20deg);
}
@media screen and (width <= 768px) {
  #ticket section#group-ticket .icon-title::before {
    content: none;
  }
}
#ticket section#group-ticket .price-table.pc-only {
  position: relative;
}
#ticket section#season_ticket {
  position: relative;
  padding: 0 0 20px;
  background-color: var(--color-thin-blue);
}
#ticket section#season_ticket .inner-1020 {
  position: relative;
  z-index: 1;
}
#ticket section#season_ticket .inner-1020::before {
  position: absolute;
  right: -10%;
  bottom: 20%;
  z-index: 1;
  width: 200px;
  height: 160px;
  content: "";
  background-image: url("../img/common/triangle_blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(-105deg);
}
@media screen and (width <= 768px) {
  #ticket section#season_ticket .inner-1020::before {
    content: none;
  }
}
#ticket section#season_ticket .price-table {
  position: relative;
  z-index: 2;
}
#ticket section#ski-school {
  position: relative;
  z-index: -1;
  padding: 70px 0 0;
  background-color: var(--color-thin-blue);
}
#ticket section#ski-school::before {
  position: absolute;
  top: 20%;
  right: -5%;
  z-index: -1;
  width: 150px;
  height: 150px;
  content: "";
  background-image: url("../img/common/triangle_dark_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(20deg);
}
@media screen and (width <= 768px) {
  #ticket section#ski-school::before {
    width: 100px;
    height: 100px;
  }
}
#ticket section#web-ticket {
  position: relative;
  padding: 70px 50px 100px;
  background-color: var(--color-thin-blue);
}
@media screen and (width <= 768px) {
  #ticket section#web-ticket {
    padding: 30px 5% 210px;
  }
}
#ticket section#web-ticket::before {
  position: absolute;
  top: 2%;
  right: 0%;
  z-index: -1;
  width: 150px;
  height: 150px;
  content: "";
  background-image: url("../img/common/triangle_dark_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(20deg);
}
@media screen and (width <= 768px) {
  #ticket section#web-ticket::before {
    width: 100px;
    height: 100px;
  }
}
#ticket section#web-ticket::after {
  position: absolute;
  right: -5%;
  bottom: 2%;
  width: 340px;
  height: 280px;
  content: "";
  background-image: url("../img/common/img_mountain.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 915px) {
  #ticket section#web-ticket::after {
    width: 200px;
    height: 160px;
  }
}
#ticket section#web-ticket .inner-1020 {
  position: relative;
  z-index: 2;
  padding: 60px 50px 0;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 14px;
}
@media screen and (width <= 768px) {
  #ticket section#web-ticket .inner-1020 {
    padding: 30px 5% 0;
  }
}
#ticket section#web-ticket .inner-1020::after {
  position: absolute;
  bottom: -5%;
  left: -2%;
  z-index: -1;
  width: 260px;
  height: 170px;
  content: "";
  background-image: url("../img/common/img_shape.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #ticket section#web-ticket .inner-1020::after {
    content: none;
  }
}
#ticket section#web-ticket .inner-1020 p.read {
  margin: 40px 0 0;
  font-weight: 300;
}
@media screen and (width <= 768px) {
  #ticket section#web-ticket .inner-1020 p.read {
    margin: 20px 0 0;
  }
}
@media screen and (width <= 768px) {
  #ticket section#web-ticket .inner-1020 .price-table table th.left {
    width: 70px;
  }
}
#ticket section#web-ticket .inner-1020 .btn-wrapper {
  position: relative;
  top: 30px;
}
#ticket section#web-ticket .inner-1020 .btn-wrapper a {
  display: block;
  width: 420px;
  margin: 0 auto;
  transition: all 0.3s;
}
@media screen and (width <= 768px) {
  #ticket section#web-ticket .inner-1020 .btn-wrapper a {
    width: 250px;
  }
}
#ticket section#web-ticket .inner-1020 .btn-wrapper a:hover {
  transform: translateY(4px);
}
#ticket section#web-ticket .inner-1020 .btn-wrapper a:hover img {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
#ticket section#web-ticket .inner-1020 .btn-wrapper a img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  transition: all 0.3s;
}
#ticket section#web-ticket .img-content {
  position: relative;
}
#ticket section#web-ticket .img-content::before {
  position: absolute;
  top: -250px;
  right: -10%;
  width: 300px;
  height: 300px;
  content: "";
  background-image: url("../img/common/triangle_light_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #ticket section#web-ticket .img-content::before {
    top: 50px;
    right: -20%;
    width: 150px;
    height: 150px;
  }
}
#ticket section#web-ticket p.table-note {
  position: relative;
  margin: 50px 0 0;
}
#ticket section#time-ticket {
  padding: 50px 0;
}
#ticket section#time-ticket .inner-1020 .title-wrapper {
  text-align: center;
}
#ticket section#time-ticket .inner-1020 .title-wrapper img {
  width: 180px;
  object-fit: contain;
}
#ticket section#time-ticket .inner-1020 .title-wrapper .marker-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0;
}
#ticket section#time-ticket .inner-1020 .title-wrapper .marker-wrapper span {
  display: flex;
}
@media screen and (width <= 768px) {
  #ticket section#time-ticket .inner-1020 .title-wrapper .marker-wrapper span {
    flex-direction: column;
  }
}
#ticket section#time-ticket .inner-1020 .title-wrapper .marker-wrapper h2 {
  position: relative;
  display: inline-block;
  font-size: 36px;
}
@media screen and (width <= 768px) {
  #ticket section#time-ticket .inner-1020 .title-wrapper .marker-wrapper h2 {
    font-size: 28px;
  }
}
#ticket section#time-ticket .inner-1020 .title-wrapper .marker-wrapper h2::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 12px;
  content: "";
  background: linear-gradient(90deg, var(--color-arrow-green) 0%, var(--color-arrow-green) 100%);
}
@media screen and (width <= 768px) {
  #ticket section#time-ticket .inner-1020 .title-wrapper .marker-wrapper h2::after {
    height: 8px;
  }
}
#ticket section#time-ticket .inner-1020 .title-wrapper h3 {
  margin: 30px 0 0;
  font-size: 20px;
}
@media screen and (width <= 768px) {
  #ticket section#time-ticket .inner-1020 .title-wrapper h3 {
    font-size: 16px;
  }
}
#ticket section#time-ticket .inner-1020 .title-wrapper p {
  margin: 15px 0 0;
}
#ticket section#time-ticket .inner-1020 .read-wrapper {
  position: relative;
  margin: 70px 0 0;
  text-align: center;
}
#ticket section#time-ticket .inner-1020 .read-wrapper::before {
  position: absolute;
  top: 10%;
  left: -20%;
  z-index: -1;
  width: 400px;
  height: 250px;
  content: "";
  background-image: url("../img/ticket/img_mountain.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (width <= 768px) {
  #ticket section#time-ticket .inner-1020 .read-wrapper::before {
    top: 0%;
    left: -50px;
    z-index: -1;
    width: 180px;
    height: 125px;
    background-image: url("../img/ticket/img_mountain_sp.png");
    transform: translateY(-50%);
  }
}
#ticket section#time-ticket .inner-1020 .read-wrapper img {
  width: 90px;
  object-fit: contain;
}
@media screen and (width <= 768px) {
  #ticket section#time-ticket .inner-1020 .read-wrapper img {
    width: 70px;
  }
}
#ticket section#time-ticket .inner-1020 .read-wrapper h3 {
  margin: 15px 0 0;
  font-size: 20px;
}
@media screen and (width <= 768px) {
  #ticket section#time-ticket .inner-1020 .read-wrapper h3 {
    font-size: 16px;
  }
}
#ticket section#time-ticket .inner-1020 .read-wrapper p.list-text {
  max-width: 620px;
  margin: 30px auto 0;
  font-size: 14px;
  line-height: 2;
  text-align: left;
}
@media screen and (width <= 768px) {
  #ticket section#time-ticket .inner-1020 .read-wrapper p.list-text {
    font-size: 12px;
  }
}
#ticket section#time-ticket .inner-1020 .read-wrapper p.note {
  max-width: 620px;
  margin: 30px auto 0;
}
@media screen and (width <= 768px) {
  #ticket section#time-ticket .inner-1020 .read-wrapper p.note {
    text-align: left;
  }
}
#ticket section#time-ticket .inner-1020 .point-wrapper {
  position: relative;
  padding: 70px 50px 50px;
  margin: 60px 0 0;
  background-color: var(--color-arrow-blue);
  border-radius: 20px;
}
@media screen and (width <= 768px) {
  #ticket section#time-ticket .inner-1020 .point-wrapper {
    padding: 50px 5%;
  }
}
#ticket section#time-ticket .inner-1020 .point-wrapper::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 1300px;
  height: 1100px;
  content: "";
  background-image: url("../img/ticket/triangle_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%);
}
@media screen and (width <= 768px) {
  #ticket section#time-ticket .inner-1020 .point-wrapper::before {
    left: -50px;
    width: 100px;
    height: 1000px;
    background-image: url("../img/ticket/triangle_bg_left.png");
    transform: none;
  }
}
@media screen and (width <= 768px) {
  #ticket section#time-ticket .inner-1020 .point-wrapper::after {
    position: absolute;
    right: -50px;
    bottom: 0;
    z-index: -1;
    width: 130px;
    height: 1300px;
    content: "";
    background-image: url("../img/ticket/triangle_bg_right.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: none;
  }
}
#ticket section#time-ticket .inner-1020 .point-wrapper ul.point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (width <= 768px) {
  #ticket section#time-ticket .inner-1020 .point-wrapper ul.point-list {
    row-gap: 40px;
  }
}
#ticket section#time-ticket .inner-1020 .point-wrapper ul.point-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  padding: 20px;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  background-color: var(--color-white);
  border-radius: 10px;
}
@media screen and (width <= 768px) {
  #ticket section#time-ticket .inner-1020 .point-wrapper ul.point-list li {
    width: 45%;
    padding: 20px 10px 10px;
    font-size: 10px;
  }
}
#ticket section#time-ticket .inner-1020 .point-wrapper ul.point-list li::after {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  content: "";
  background-image: url("../img/ticket/icon_point_blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #ticket section#time-ticket .inner-1020 .point-wrapper ul.point-list li::after {
    top: -20px;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translateX(-50%);
  }
}
#ticket section#time-ticket .inner-1020 .point-wrapper p.note {
  margin: 15px 0 0;
}
#ticket section#time-ticket .inner-1020 .point-wrapper .subtitle-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 50px 0 0;
}
#ticket section#time-ticket .inner-1020 .point-wrapper .subtitle-wrapper img {
  width: 50px;
  object-fit: contain;
}
@media screen and (width <= 768px) {
  #ticket section#time-ticket .inner-1020 .point-wrapper .subtitle-wrapper img {
    width: 40px;
  }
}
#ticket section#time-ticket .inner-1020 .point-wrapper .subtitle-wrapper h3 {
  font-size: 14px;
}
@media screen and (width <= 768px) {
  #ticket section#time-ticket .inner-1020 .point-wrapper .subtitle-wrapper h3 {
    font-size: 12px;
  }
}
#ticket section#time-ticket .inner-1020 .point-wrapper ul.time-line-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px 0 0;
}
#ticket section#time-ticket .inner-1020 .point-wrapper ul.time-line-list li {
  width: 31%;
  padding: 20px;
  margin: 0 0 10px;
  background-color: var(--color-white);
  border-radius: 10px;
}
@media screen and (width <= 768px) {
  #ticket section#time-ticket .inner-1020 .point-wrapper ul.time-line-list li {
    width: 100%;
  }
}
#ticket section#time-ticket .inner-1020 .point-wrapper ul.time-line-list li .time-line {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
@media screen and (width <= 768px) {
  #ticket section#time-ticket .inner-1020 .point-wrapper ul.time-line-list li .time-line {
    gap: 30px;
  }
}
#ticket section#time-ticket .inner-1020 .point-wrapper ul.time-line-list li .time-line p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background-color: var(--color-arrow-blue);
  border-radius: 50%;
}
#ticket section#time-ticket .inner-1020 .point-wrapper ul.time-line-list li .time-line img {
  width: 116px;
  object-fit: contain;
}
#ticket section#time-ticket .inner-1020 .point-wrapper ul.time-line-list li p.description {
  margin: 15px 0 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
#ticket section#time-ticket .inner-1020 .point-wrapper .remaining-time {
  margin: 30px 0 0;
  text-align: center;
}
@media screen and (width <= 768px) {
  #ticket section#time-ticket .inner-1020 .point-wrapper .remaining-time {
    margin: 20px 0 0;
  }
}
#ticket section#time-ticket .inner-1020 .point-wrapper .remaining-time img {
  width: 20px;
  object-fit: contain;
}
#ticket section#time-ticket .inner-1020 .point-wrapper .remaining-time p {
  margin: 15px 0 0;
  font-size: 14px;
  font-weight: 700;
}
#ticket section#time-ticket .inner-1020 .point-wrapper .remaining-time p span {
  margin: 0 5px 0 3px;
  font-size: 28px;
}
#ticket section#lift-open {
  position: relative;
  padding: 65px 50px;
  background-color: var(--color-blue);
}
#ticket section#lift-open::before {
  position: absolute;
  top: -17%;
  left: 0;
  z-index: 3;
  width: 220px;
  height: 170px;
  content: "";
  background-image: url("../img/ticket/img_ticket_read_left_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (width <= 768px) {
  #ticket section#lift-open::before {
    top: -10%;
    left: 2%;
    width: 130px;
    height: 100px;
  }
}
@media screen and (width <= 768px) {
  #ticket section#lift-open::after {
    position: absolute;
    top: -5%;
    left: 20px;
    z-index: 3;
    width: 130px;
    height: 85px;
    content: "";
    background-image: url("../img/common/img_shape.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media screen and (width <= 768px) {
  #ticket section#lift-open {
    padding: 40px 5%;
  }
}
#ticket section#lift-open .inner-1020 {
  padding: 60px 50px 30px;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 14px;
}
@media screen and (width <= 768px) {
  #ticket section#lift-open .inner-1020 {
    padding: 40px 5%;
  }
}
#ticket section#lift-open .inner-1020 .time-table ul {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 40px 0 0;
}
@media screen and (width <= 768px) {
  #ticket section#lift-open .inner-1020 .time-table ul {
    gap: 8px;
  }
}
#ticket section#lift-open .inner-1020 .time-table ul::before {
  position: absolute;
  top: 60%;
  left: -5%;
  z-index: 2;
  width: 40px;
  height: 80px;
  content: "";
  background-image: url("../img/common/img_circle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media screen and (width <= 768px) {
  #ticket section#lift-open .inner-1020 .time-table ul::before {
    top: 60%;
    left: -5%;
    width: 20px;
    height: 40px;
  }
}
#ticket section#lift-open .inner-1020 .time-table ul::after {
  position: absolute;
  right: 5%;
  bottom: -32%;
  z-index: 2;
  width: 44px;
  height: 44px;
  content: "";
  background-image: url("../img/common/icon_rectangle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media screen and (width <= 768px) {
  #ticket section#lift-open .inner-1020 .time-table ul::after {
    right: 2%;
    bottom: -50%;
    width: 22px;
    height: 22px;
  }
}
@media screen and (width <= 768px) {
  #ticket section#lift-open .inner-1020 .time-table ul {
    margin: 20px 0 0;
  }
}
#ticket section#lift-open .inner-1020 .time-table ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#ticket section#lift-open .inner-1020 .time-table ul li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100px;
  height: 60px;
  content: "";
  background-image: url("../img/common/img_arrow_label_white_pc.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media screen and (width <= 768px) {
  #ticket section#lift-open .inner-1020 .time-table ul li::before {
    width: 60px;
    height: 35px;
    background-image: url("../img/common/img_arrow_label_white_sp.svg");
  }
}
#ticket section#lift-open .inner-1020 .time-table ul li p {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 0 0 20px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid var(--color-black);
}
@media screen and (width <= 768px) {
  #ticket section#lift-open .inner-1020 .time-table ul li p {
    height: 35px;
    padding: 0 0 0 10px;
    font-size: 13px;
  }
}
#ticket section#lift-open .inner-1020 .time-table ul li p.left {
  width: 49%;
  background-color: var(--color-arrow-blue);
  border-right: none;
}
#ticket section#lift-open .inner-1020 .time-table ul li p.right {
  justify-content: center;
  width: 51%;
  background-color: var(--color-white);
  border-left: none;
}
#ticket section#lift-open .inner-1020 p.note {
  margin: 20px 0 0;
}
