@charset "UTF-8";

.Renew25-atokara {
  padding-bottom: 80px;
}

.Renew25-instructionBnr {
  max-width: 980px;
  margin-inline: auto;
}

.Renew25-instructionBnr__item {
  display: flex;
}

.Renew25-instructionBnr__img {
  width: 100%;
  height: auto;
}

.Renew25-ticketStatus {
  position: relative;
  margin: 20px 10px 0;
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.Renew25-ticketStatus__head {
  font-size: 24px;
  line-height: 1.2916666667;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.Renew25-ticketStatus__listWrapper {
  padding-top: 10px;
}

.Renew25-ticketStatus__list {
  display: flex;
  padding-left: 0;
  gap: 20px;
}

.Renew25-ticketStatus__listItem {
  width: 215px;
}

.Renew25-ticketStatus__more {
  position: absolute;
  top: 35px;
  right: 30px;
}

.Renew25-ticketStatus__msg {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}

.Renew25-ticketStatus__caution {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 5px;
  color: #f00;
}

.Renew25-ticketStatus__caution[class] {
  color: #f00;
}

.Renew25-ticketStatusContainer {
  border-radius: 8px;
  background-color: rgba(239, 239, 239, 0.6);
  box-sizing: border-box;
}

.Renew25-ticketStatusContainer__inner {
  display: block;
  height: 100%;
  padding: 15px;
}

.Renew25-ticketStatusContainer__head {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin: 0;
}

.Renew25-ticketStatusContainer__headArea {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.Renew25-ticketStatusContainer__headPrice {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.Renew25-ticketStatusContainer__headUnit {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}

.Renew25-ticketStatusContainer__msg {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}

.Renew25-ticketStatusContainer__msgDate {
  font-weight: 700;
}

.Renew25-ticketStatusContainer__caution {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
  background-color: #fbe5d6;
  border-radius: 4px;
}

.Renew25-ticketStatusContainer__caution::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/static/master/packages/default/images/atokara/icn-caution.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.Renew25-ticketStatusContainer__cautionDate {
  font-weight: 700;
}

.Renew25-moreBtn {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--atokara-color-main);
}

.Renew25-moreBtn[class] {
  color: var(--atokara-color-main) !important;
  text-decoration: underline !important;
}

.Renew25-moreBtn::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("/static/master/packages/default/images/atokara/arrow-moreBtn.png");
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateY(-1px);
}

.Renew25-moreBtn:hover {
  color: var(--atokara-color-main);
}

.Renew25-relationBnr {
  margin: 36px 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  background-color: #f1f1f1;
  border-radius: 24px;
  padding: 4px 0 0 0;
}

.Renew25-relationBnr::before {
  content: "";
  display: block;
  width: 285px;
  height: 100px;
  margin-top: 6px;
  flex-shrink: 0;
  background-image: url("/static/master/packages/default/images/atokara/thumb-relationBnr.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.Renew25-relationBnr__txt {
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  font-family: "Noto Sans JP", Helvetica;
}

.Renew25-relationBnr__strong {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1.2916666667;
  font-weight: 700;
  margin-left: 4px;
}

.Renew25-relationBnr__strong[class] {
  color: var(--atokara-color-main);
}

.Renew25-relationBnr__strong::after {
  content: "";
  display: block;
  width: 9px;
  height: 29px;
  background-image: url("/static/master/packages/default/images/atokara/icn-relationBnr.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.Renew25-relationBnr__strongSmall {
  font-size: 22px;
  margin: 0 2px;
  line-height: 1.3181818182;
}

.Renew25-relationBnr__strongSmall[class] {
  color: var(--atokara-color-main);
}

.Renew25-shopSummary {
  position: relative;
  margin-inline: auto;
  max-width: 980px;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.Renew25-shopSummary__header {
  display: flex;
  align-items: center;
  gap: 30px;
}

.Renew25-shopSummary__head {
  font-size: 24px;
  line-height: 1.2916666667;
  font-weight: 700;
  margin-top: 0;
  flex-shrink: 0;
}

.Renew25-shopSummary__list {
  margin-top: 20px;
}

.Renew25-shopSummary__more {
  position: absolute;
  top: 4px;
  right: 0;
}

.Renew25-shopList {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.Renew25-shopContainer__link[class] {
  display: block;
  height: 100%;
}

.Renew25-shopContainer__head {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0;
}

.Renew25-shopContainer__head--l {
  font-size: 16px;
  line-height: 1.5;
}

.Renew25-shopContainer__thumb {
  display: flex;
  border: 1px solid #ccc;
  margin: 5px 0 0 0;
}

.Renew25-shopContainer__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.Renew25-shopContainer__shopInfo {
  margin-top: 5px;
}

.Renew25-shopContainer__tags {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
}

.Renew25-shopContainer__tags[class] {
  color: #7b7b7b;
}

.Renew25-shopInfo__item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.Renew25-shopInfo__item:not(:first-of-type) {
  margin-top: 3px;
}

.Renew25-shopInfo__unit {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}

.Renew25-shopInfo__value {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin-left: 0;
}

.Renew25-shopSlide {
  position: relative;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.Renew25-shopSlide::-webkit-scrollbar {
  display: none;
}

.Renew25-shopSlide__inner {
  display: flex;
  width: fit-content;
}

.Renew25-slideBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 80px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-indent: -200vw;
  border: none;
  background-size: 10px 12px;
  background-position: center center;
  background-repeat: no-repeat;
}

.Renew25-shopMore {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  background-color: var(--atokara-color-main);
  color: #fff;
}

.Renew25-shopMore[class] {
  color: #fff !important;
}

.Renew25-slideBtn--prev {
  left: 0;
  border-radius: 0 8px 8px 0;
  background-image: url("/static/master/packages/default/images/atokara/arrow-slide-prev.png");
}

.Renew25-slideBtn--next {
  right: 0;
  border-radius: 8px 0 0 8px;
  background-image: url("/static/master/packages/default/images/atokara/arrow-slide-next.png");
}

.Renew25-toggleBtns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.Renew25-toggleBtns::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1px;
  height: 25px;
  background-color: #ccc;
  margin-right: 20px;
}

.Renew25-toggleBtns__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 40px;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}

.Renew25-toggleBtns__item--current {
  background-color: var(--atokara-color-main);
  border: 1px solid var(--atokara-color-main);
}

.Renew25-toggleBtns__item--current[class] {
  color: #fff !important;
}

.Renew25-notes {
  margin-top: 40px;
  padding: 0 10px;
}

.Renew25-notes__head {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.Renew25-notes__list {
  margin-top: 10px;
  padding-left: 35px;
}

.Renew25-notes__listItem {
  font-size: 16px;
  line-height: 1.5;
  text-indent: -1em;
}

.Renew25-notes__listItem::before {
  content: "・";
}

.Renew25-notes__listItem+.Renew25-notes__listItem {
  margin-top: 17px;
}

.Renew25-notes__listItem--self {
  margin-top: 10px;
}

.Renew25-notes__link[class] {
  text-decoration: underline !important;
}

.hideTabBlock {
  display: none;
}