@charset "UTF-8";
* {
  box-sizing: border-box;
}

.offerContents {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .pageTop_rn {
    display: block !important;
    background-color: #004fb2;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0;
    bottom: 92px;
    opacity: 0;
    pointer-events: none;
    transition-duration: 0.25s;
    z-index: 98;
    border: 1px solid #fff;
  }
}

/* --- インナー --- */
.contentInner {
  max-width: 1398px;
  padding-inline: 16px;
  margin-inline: auto;
}

.pcOnly {
  display: block;
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }
}

/* --- セクション --- */
.sectionBox {
  border-top: 2px solid #003D85;
  overflow: hidden;
  padding-bottom: 122px;
}
@media screen and (max-width: 767px) {
  .sectionBox {
    padding-bottom: 48px;
    border-top: 1px solid #003D85;
  }
}
.sectionBox:nth-of-type(odd) {
  background-color: #EAF0F5;
}
.sectionBox:nth-of-type(even) {
  background-image: url("/ticket/tokutoku/digital/assets/img/bg-dots.svg");
}
@media screen and (max-width: 767px) {
  .sectionBox:nth-of-type(even) {
    background-size: 10%;
  }
}

/* --- MV下の鉄道会社ロゴエリア --- */
.companyBox {
  border-top: 2px solid #003D85;
  border-bottom: 2px solid #003D85;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .companyBox {
    border-top: 1px solid #003D85;
    border-bottom: 1px solid #003D85;
  }
}

.companyInner {
  max-width: 1280px;
  padding-inline: 32px;
  padding-block: 21px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .companyInner {
    padding-block: 12px;
  }
}

.companyLogo {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .companyLogo {
    flex-wrap: wrap;
    row-gap: 9px;
  }
}
.companyLogo img {
  max-width: 100%;
  height: auto;
  display: block;
  flex-shrink: 1;
  min-width: 0;
}
.companyLogo__left {
  width: 56.4144736842%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .companyLogo__left {
    width: 100%;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
.companyLogo__right {
  width: 39.7203947368%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .companyLogo__right {
    width: 70.2857142857%;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    margin-inline: auto;
  }
}

/* --- イントロダクションエリア --- */
.introductionBox {
  background-image: url("/ticket/tokutoku/digital/assets/img/bg-stripe.svg");
  background-color: #C9E6FF;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.introductionContents {
  margin-top: 24px;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .introductionContents {
    display: block;
  }
}
.introductionContents__text {
  position: relative;
  z-index: 10;
  margin-top: 48px;
  margin-right: -38px;
}
@media screen and (max-width: 767px) {
  .introductionContents__text {
    margin-left: 32px;
  }
}
.introductionContents__text::before {
  content: "";
  background-image: url("/ticket/tokutoku/digital/assets/img/introduction_decoration_pc.png");
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 130px;
  height: 130px;
  top: -65px;
  left: -90px;
}
@media screen and (max-width: 767px) {
  .introductionContents__text::before {
    background-image: url("/ticket/tokutoku/digital/assets/img/introduction_decoration_sp.png");
    width: 49px;
    height: 53px;
    top: -30px;
    left: -32px;
  }
}
.introductionContents__text p + p {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .introductionContents__text p + p {
    margin-top: 10px;
  }
}
.introductionContents__image {
  display: flex;
  align-items: end;
  width: 38.0673499268%;
  background-image: url("/ticket/tokutoku/digital/assets/img/introduction_image_pc.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 0;
  aspect-ratio: 520/557;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .introductionContents__image {
    width: 93.1937172775%;
    aspect-ratio: 356/333;
    background-image: url("/ticket/tokutoku/digital/assets/img/introduction_image_sp.png");
    margin-left: 32px;
    margin-top: -32px;
  }
}
.introductionContents__image .linkImage {
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .introductionContents__image .linkImage {
    width: 69.6629213483%;
  }
}
.introductionContents__image .linkImage img {
  width: 100%;
}

.introductionBox .bgText {
  background-image: url("/ticket/tokutoku/digital/assets/img/introduction_bg-text_pc.png");
  -webkit-animation: textPC 15s linear infinite;
          animation: textPC 15s linear infinite;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -10px;
  width: 4760px;
  height: 161px;
  will-change: background-position;
}
@media screen and (max-width: 767px) {
  .introductionBox .bgText {
    background-image: url("/ticket/tokutoku/digital/assets/img/introduction_bg-text_sp.png");
    width: 1600px;
    height: 62px;
    top: 50%;
    background-size: contain;
    -webkit-animation: textSP 13s linear infinite;
            animation: textSP 13s linear infinite;
  }
}

@-webkit-keyframes textPC {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-2380px);
            transform: translateX(-2380px);
  }
}

@keyframes textPC {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-2380px);
            transform: translateX(-2380px);
  }
}
@-webkit-keyframes textSP {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
}
@keyframes textSP {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
}
/* --- ページ内リンク --- */
.navBox {
  padding-block: 60px 64px;
  background-color: #4AAAFF;
  text-align: center;
  border-top: 2px solid #003D85;
}
@media screen and (max-width: 767px) {
  .navBox {
    padding-block: 40px 60px;
    top: 50%;
    border-top: 1px solid #003D85;
  }
}

.navTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 85px;
  width: 53.0402930403%;
  font-size: 4.8rem;
  border: 2px solid #003D85;
  background-color: #fff;
  margin-inline: auto;
  color: #003D85;
  font-weight: 700;
  border-radius: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .navTitle {
    width: 100%;
    border: 1px solid #003D85;
    font-size: 2.6rem;
    min-height: 56px;
    padding-inline: 36px;
    margin-bottom: 24px;
  }
}

.pageNav {
  display: flex;
  margin-inline: auto;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pageNav {
    flex-wrap: wrap;
    justify-content: center;
    -webkit-column-gap: clamp(16px, 4.2vw, 20px);
       -moz-column-gap: clamp(16px, 4.2vw, 20px);
            column-gap: clamp(16px, 4.2vw, 20px);
    row-gap: 16px;
  }
  .pageNav::after {
    content: "";
    width: 100%;
  }
  .pageNav::before {
    content: "";
    order: 2;
    width: 100%;
  }
}
.pageNav__item {
  width: 12.4450951684%;
  border: 2px solid #003D85;
  background-color: #fff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: relative;
}
@media screen and (max-width: 767px) {
  .pageNav__item {
    width: 29.9212598425%;
    border: 1px solid #003D85;
  }
  .pageNav__item:nth-child(n+3) {
    order: 1;
  }
  .pageNav__item:nth-child(n+6) {
    order: 2;
  }
}
.pageNav__item::after {
  content: "";
  background-image: url("/ticket/tokutoku/digital/assets/img/arrow_bottom.svg");
  position: absolute;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  bottom: -9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .pageNav__item::after {
    bottom: -20px;
  }
}
.pageNav__item:hover::after {
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
}
.pageNav__item a {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.pageNav__item a:hover .navImage {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.7;
}
.pageNav__item .ruby {
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  color: #003D85;
  position: absolute;
  line-height: 0.7;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .pageNav__item .ruby {
    font-size: 2.1rem;
  }
}
.pageNav__item .ruby.-narrow {
  letter-spacing: -0.1em;
}
.pageNav__item p {
  width: 64.7058823529%;
  font-size: 2.2rem;
  border: 2px solid #003D85;
  background-color: #fff;
  margin-inline: auto;
  color: #003D85;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .pageNav__item p {
    font-size: 1.4rem;
    border: 1px solid #003D85;
    min-height: 28px;
  }
}

.navImage {
  position: absolute;
  height: 100%;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 0;
  overflow: hidden;
}
.-shiga .navImage {
  background-image: url("/ticket/tokutoku/digital/assets/img/nav-image_shiga.jpg");
}
.-kyoto .navImage {
  background-image: url("/ticket/tokutoku/digital/assets/img/nav-image_kyoto.jpg");
}
.-osaka .navImage {
  background-image: url("/ticket/tokutoku/digital/assets/img/nav-image_osaka.jpg");
}
.-hyogo .navImage {
  background-image: url("/ticket/tokutoku/digital/assets/img/nav-image_hyogo.jpg");
}
.-nara .navImage {
  background-image: url("/ticket/tokutoku/digital/assets/img/nav-image_nara.jpg");
}
.-wakayama .navImage {
  background-image: url("/ticket/tokutoku/digital/assets/img/nav-image_wakayama.jpg");
}
.-mie .navImage {
  background-image: url("/ticket/tokutoku/digital/assets/img/nav-image_mie.jpg");
}

/* --- コンテンツ --- */
.cardBox {
  background-color: #fff;
  box-shadow: 8px 8px #4AAAFF;
  transition: all 0.2s ease;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.cardBox::after {
  content: "";
  position: absolute;
  border: 2px solid #003D85;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.cardBox__image {
  overflow: hidden;
}
.cardBox__image img {
  width: 100%;
  transition: all 0.2s ease;
}
.cardBox__category ul {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .cardBox__category ul {
    margin-bottom: 20px;
  }
}
.cardBox__category ul li {
  font-size: 1.4rem;
  font-weight: 500;
  color: #1A1A1B;
}
@media screen and (max-width: 767px) {
  .cardBox__category ul li {
    font-size: 1rem;
  }
}
.cardBox__text {
  font-size: 2rem;
  color: #1A1A1B;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .cardBox__text {
    font-size: 1.8rem;
    margin-bottom: 13px;
  }
}
.cardBox__info {
  color: #003D85;
  font-size: 1.6rem;
  font-weight: 500;
}
.cardBox:hover {
  box-shadow: none;
  -webkit-transform: translate(8px, 8px);
          transform: translate(8px, 8px);
}
.cardBox:hover .cardBox__image img {
  scale: 1.1;
  opacity: 0.7;
}

.cardBoxInner {
  padding-inline: 2.4rem;
  padding-block: 2.4rem 4rem;
  display: flex;
  flex-direction: column;
}

.blueBox {
  padding-block: 40px;
  background-color: #E4F2FF;
}

.threeColumn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 40px;
}
@media screen and (max-width: 767px) {
  .threeColumn {
    row-gap: 32px;
  }
}
.threeColumn__item {
  display: flex;
  flex-direction: column;
  width: 31.3323572474%;
}
@media screen and (max-width: 767px) {
  .threeColumn__item {
    width: 89.5287958115%;
  }
}

/* 見出しレベル3 */
.headingLevel3 {
  font-family: "Jost", sans-serif;
  font-size: 20rem;
  color: #4AAAFF;
  text-align: center;
  line-height: 0.7;
}
@media screen and (max-width: 767px) {
  .headingLevel3 {
    font-size: 6.8rem;
  }
}
.headingLevel3 span {
  font-size: 6.4rem;
  color: #002B58;
  display: block;
  font-weight: 900;
  line-height: 1.43;
}
@media screen and (max-width: 767px) {
  .headingLevel3 span {
    font-size: 3.2rem;
  }
}
.headingLevel3 + * {
  margin-top: 4.8rem;
}

/* 見出しレベル4 */
.headingLevel4 {
  font-size: 3.2rem;
  color: #003D85;
  line-height: 1.4;
  flex-grow: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .headingLevel4 {
    font-size: 2.7rem;
  }
}

.mv {
  width: 100%;
  border-top: 12px solid #003D85;
  background-image: url("/ticket/tokutoku/digital/assets/img/mv-image_bg.jpg");
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 2600px 718px;
  -webkit-animation: mv 25s linear infinite;
          animation: mv 25s linear infinite;
  will-change: background-position;
}
@media screen and (max-width: 767px) {
  .mv {
    border-top: 6px solid #003D85;
    background-size: auto 100%;
    -webkit-animation: mv 80s linear infinite;
            animation: mv 80s linear infinite;
  }
}

@-webkit-keyframes mv {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 2600px 0;
  }
}

@keyframes mv {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 2600px 0;
  }
}
.mvTitle {
  text-align: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .mvTitle {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .mvTitle img {
    width: 79.7101449275%;
  }
}

.mvPrefecture {
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  margin-bottom: 53px;
  font-family: "Jost", sans-serif;
  font-size: clamp(40px, 3.5vw, 56px);
  color: #003D85;
  line-height: 0.7;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mvPrefecture {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
}
.mvPrefecture li {
  letter-spacing: 0;
}

.mvRailway {
  max-width: 1232px;
  padding-inline: 16px;
  margin-inline: auto;
}
.mvRailway__company {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-column-gap: 1.5444015444%;
     -moz-column-gap: 1.5444015444%;
          column-gap: 1.5444015444%;
}
@media screen and (max-width: 767px) {
  .mvRailway__company {
    padding-inline: 18.8405797101%;
    flex-wrap: wrap;
    gap: 4px;
  }
}
.mvRailway__company li {
  font-size: 2.2rem;
  font-weight: 900;
  color: #003D85;
  border: 2px solid #003D85;
  background-color: #fff;
  border-radius: 40px;
  padding-inline: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .mvRailway__company li {
    font-size: 1.1rem;
    border: 1px solid #003D85;
    padding-inline: 8px;
    min-height: 21px;
  }
}
.mvRailway__image img {
  width: 100%;
}

/* ちいさな●印つきリスト */
.normalDotList > li {
  font-size: 1.6rem;
  padding-left: 2rem;
  position: relative;
}
.normalDotList > li::before {
  content: "";
  background-color: currentColor;
  border-radius: 50%;
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: 1.3rem;
  left: 0.6rem;
}
.normalDotList > li a {
  color: #1A1A1B;
}

/* キャッチ */
.catch {
  color: #003D85;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .catch {
    font-size: 1.8rem;
  }
}
.catch .-small {
  font-size: 3.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .catch .-small {
    font-size: 1.6rem;
  }
}
.catch .-middle {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .catch .-middle {
    font-size: 2.3rem;
  }
}
.catch .-large {
  font-size: 5.6rem;
}
@media screen and (max-width: 767px) {
  .catch .-large {
    font-size: 2.6rem;
  }
}

/* マーカー */
.marker {
  background: linear-gradient(transparent 70%, #FFFF94 70%);
}

/* 文字の太さ */
.fontMiddle {
  font-weight: 500;
}

.fontBold {
  font-weight: 700;
}

.fontBlack {
  font-weight: 900;
}