@charset "UTF-8";
.-noBg .topicPathWrap + .offerContents {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.offerContents {
  color: #1A1A1A;
  line-height: 1.8;
}
.offerContents img {
  max-width: 100% !important;
}

.inner {
  display: block;
  margin-inline: auto;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  .inner.-spNone {
    width: 100%;
    padding-inline: 1.6rem;
    margin-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    margin-inline: 1.6rem;
  }
}

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

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

.imageContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .imageContent {
    row-gap: 32px;
  }
}
.imageContent__content {
  width: 73.2421875%;
}
@media screen and (max-width: 767px) {
  .imageContent__content {
    width: 100%;
  }
}
.imageContent__image {
  width: 24.31640625%;
}
@media screen and (max-width: 767px) {
  .imageContent__image {
    width: 100%;
    padding-inline: 47px;
    text-align: center;
  }
}

/* 汎用ボックス */
* + .contentBox {
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
}
@media screen and (max-width: 767px) {
  * + .contentBox {
    -webkit-margin-before: 3.2rem;
            margin-block-start: 3.2rem;
  }
}
* + .contentBox.-topNarrow {
  -webkit-margin-before: 3.2rem;
          margin-block-start: 3.2rem;
}
@media screen and (max-width: 767px) {
  * + .contentBox.-topNarrow {
    -webkit-margin-before: 1.6rem;
            margin-block-start: 1.6rem;
  }
}
.contentBox + .attentionText {
  -webkit-margin-before: 1.6rem;
          margin-block-start: 1.6rem;
}
.contentBox.-noMbs {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

/* 汎用画像ボックス */
.imageBox {
  text-align: center;
  -webkit-margin-after: 2.4rem;
          margin-block-end: 2.4rem;
}
.imageBox.-noMbe {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.imageBox.-smMbe {
  -webkit-margin-after: 0.8rem;
          margin-block-end: 0.8rem;
}
.imageBox.-mdMbe {
  -webkit-margin-after: 1.6rem;
          margin-block-end: 1.6rem;
}
.imageBox.-lgMbe {
  -webkit-margin-after: 4rem;
          margin-block-end: 4rem;
}
@media screen and (max-width: 767px) {
  .imageBox.-lgMbe {
    -webkit-margin-after: 2.4rem;
            margin-block-end: 2.4rem;
  }
}
.imageBox.-left {
  text-align: left;
}
.imageBox.-right {
  text-align: right;
}
.imageBox.-border {
  border: 1px solid #707070;
}
.imageBox.train {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
@media screen and (max-width: 767px) {
  .imageBox.train {
    -webkit-margin-end: -1.6rem;
            margin-inline-end: -1.6rem;
  }
}
.imageBox.spot {
  max-width: 856px;
  margin-inline: auto;
}

/* 汎用テキストボックス */
.textBox {
  font-size: 1.8rem;
  line-height: 1.6;
  -webkit-margin-after: 4rem;
          margin-block-end: 4rem;
}
@media screen and (max-width: 767px) {
  .textBox {
    font-size: 1.6rem;
    -webkit-margin-after: 2.4rem;
            margin-block-end: 2.4rem;
  }
}
.textBox.-fontSizeSmall {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .textBox.-fontSizeSmall {
    font-size: 1.4rem;
  }
}
.textBox.-fontSizeMedium {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .textBox.-fontSizeMedium {
    font-size: 1.4rem;
  }
}
.textBox.-fontMedium {
  font-weight: 500;
}
.textBox.-textJustify {
  text-align: justify;
}
.textBox.-smMbe {
  -webkit-margin-after: 0.8rem;
          margin-block-end: 0.8rem;
}
.textBox.-flex > p {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .textBox.-flex > p {
    flex-direction: column;
    align-items: start;
  }
}
.textBox.spot {
  max-width: 856px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .-noMbe + .textBox {
    -webkit-margin-before: 0.8rem;
            margin-block-start: 0.8rem;
  }
}
.textBox-heading {
  font-size: 2rem;
  font-weight: bold;
  -webkit-margin-end: 0.8rem;
          margin-inline-end: 0.8rem;
}
@media screen and (max-width: 767px) {
  .textBox-heading {
    display: block;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    -webkit-margin-after: 0.8rem;
            margin-block-end: 0.8rem;
  }
}

/* ボタンボックス */
.buttonBox {
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
}
@media screen and (max-width: 767px) {
  .buttonBox {
    -webkit-margin-before: 2.4rem;
            margin-block-start: 2.4rem;
    -webkit-margin-after: 2.8rem;
            margin-block-end: 2.8rem;
  }
}
.buttonBox + .attentionList {
  -webkit-margin-before: 9.6rem;
          margin-block-start: 9.6rem;
}
@media screen and (max-width: 767px) {
  .buttonBox + .attentionList {
    -webkit-margin-before: 4rem;
            margin-block-start: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .recommend .buttonBox {
    -webkit-margin-before: 3.2rem;
            margin-block-start: 3.2rem;
    -webkit-margin-after: 2rem;
            margin-block-end: 2rem;
  }
}

/* ロゴが横にあるボックス */
.logoSideBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .logoSideBox {
    display: block;
  }
}
.logoSideBox__image {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .logoSideBox__image {
    margin-inline: auto;
    width: 80px;
  }
  .logoSideBox__image + * {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}
.logoSideBox__text {
  width: calc(100% - 154px);
}
@media screen and (max-width: 767px) {
  .logoSideBox__text {
    width: 100%;
  }
}

/* おすすめきっぷのボックス */
.recommendBox {
  min-height: 26.8rem;
}
@media screen and (max-width: 767px) {
  .recommendBox {
    min-height: unset;
  }
}
.recommendBox__item {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #D80C18;
  text-align: center;
  background-color: #FFB600;
  border-radius: 8.5px;
  padding-block: 0.8rem;
}
@media screen and (max-width: 767px) {
  .recommendBox__item {
    font-size: 1.8rem;
    line-height: 1.5;
    min-height: unset;
  }
}
.recommendBox__item:not(:last-child) {
  position: relative;
  -webkit-margin-after: 2.4rem;
          margin-block-end: 2.4rem;
}
@media screen and (max-width: 767px) {
  .recommendBox__item:not(:last-child) {
    -webkit-margin-after: 1.6rem;
            margin-block-end: 1.6rem;
  }
}
.recommendBox__item:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url("../img/recommend_plus.png");
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -3.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recommendBox__item:not(:last-child)::after {
    width: 3rem;
    height: 3rem;
    bottom: -2.4rem;
  }
}

/* ダウンロードアイコン梱包ボックス */
.downloadBox {
  border-top: 1px solid #C9C9C9;
  -webkit-padding-before: 4rem;
          padding-block-start: 4rem;
}
@media screen and (max-width: 767px) {
  .downloadBox {
    -webkit-padding-before: 2.4rem;
            padding-block-start: 2.4rem;
  }
}
* + .downloadBox {
  -webkit-margin-before: 2.4rem;
          margin-block-start: 2.4rem;
}
@media screen and (max-width: 767px) {
  * + .downloadBox {
    -webkit-margin-before: 2.4rem;
            margin-block-start: 2.4rem;
  }
}

.column {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 5.0420168067%;
     -moz-column-gap: 5.0420168067%;
          column-gap: 5.0420168067%;
  row-gap: 32px;
  justify-content: flex-start;
  max-width: 952px;
}
@media screen and (max-width: 767px) {
  .column {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 5.8666666667%;
       -moz-column-gap: 5.8666666667%;
            column-gap: 5.8666666667%;
    row-gap: 24px;
  }
}
.column__item {
  position: relative;
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .column__item {
    max-width: 100%;
  }
}
.column__item::before {
  position: absolute;
  content: "";
  box-sizing: border-box;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
  border-left: 22px solid;
  top: 35%;
  left: -11%;
}
@media screen and (max-width: 767px) {
  .column__item::before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 17px solid;
    top: 37%;
    left: 5%;
  }
}
.column__item:first-child::before {
  border: none;
}
.column__item .number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #992F06;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .column__item .number {
    width: 31.25%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.column__item figure {
  width: 77.3333333333%;
  -webkit-margin-before: 9%;
          margin-block-start: 9%;
  -webkit-margin-start: 22%;
          margin-inline-start: 22%;
}
@media screen and (max-width: 767px) {
  .column__item figure {
    width: 75%;
    -webkit-margin-before: 7%;
            margin-block-start: 7%;
  }
}
.column__item figcaption {
  -webkit-margin-before: 0.8rem;
          margin-block-start: 0.8rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
}
.column.-four {
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 6.4%;
     -moz-column-gap: 6.4%;
          column-gap: 6.4%;
  max-width: 750px;
}
@media screen and (max-width: 767px) {
  .column.-four {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 5.8666666667%;
       -moz-column-gap: 5.8666666667%;
            column-gap: 5.8666666667%;
    row-gap: 24px;
  }
}
.column.-orange .number {
  background-color: #E94709;
}
.column.-orange figcaption {
  color: #E94709;
}
.column.-orange .column__item::before {
  border-left-color: #E94709;
}
.column.-blue .number {
  background-color: #0068B7;
}
.column.-blue figcaption {
  color: #0068B7;
}
.column.-blue .column__item::before {
  border-left-color: #0068B7;
}
.column.-yellow .number {
  background-color: #D49C20;
}
.column.-yellow figcaption {
  color: #D49C20;
}
.column.-yellow .column__item::before {
  border-left-color: #D49C20;
}

/* 2つ並びレイアウト */
.twoColumn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
  row-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .twoColumn {
    grid-template-columns: 1fr;
  }
}
.recommend .twoColumn {
  margin-inline: 2.4rem;
  -webkit-margin-after: 4rem;
          margin-block-end: 4rem;
}
@media screen and (max-width: 767px) {
  .recommend .twoColumn {
    row-gap: 6rem;
    margin-inline: 0;
  }
}

/* セット内容のカラム */
.setColumn {
  display: grid;
  grid-template-columns: 480px 1fr;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  align-items: end;
  -webkit-margin-after: 2.4rem;
          margin-block-end: 2.4rem;
}
@media screen and (max-width: 767px) {
  .setColumn {
    grid-template-columns: 1fr;
    row-gap: 3.2rem;
  }
}
.setColumn__heading {
  font-size: 3rem;
  font-weight: bold;
  color: #111111;
  line-height: 1.5;
  text-align: center;
  -webkit-margin-after: 0.8rem;
          margin-block-end: 0.8rem;
}
@media screen and (max-width: 767px) {
  .setColumn__heading {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
.setColumn__box {
  color: #FFFFFF;
  border-radius: 8px;
  -webkit-padding-before: 0.8rem;
          padding-block-start: 0.8rem;
  -webkit-padding-after: 1.6rem;
          padding-block-end: 1.6rem;
}
@media screen and (max-width: 767px) {
  .setColumn__box {
    -webkit-padding-before: 1.6rem;
            padding-block-start: 1.6rem;
  }
}
.setColumn__box:not(:last-child) {
  position: relative;
  -webkit-margin-after: 1.6rem;
          margin-block-end: 1.6rem;
}
@media screen and (max-width: 767px) {
  .setColumn__box:not(:last-child) {
    -webkit-margin-after: 1.2rem;
            margin-block-end: 1.2rem;
  }
}
.setColumn__box:not(:last-child)::after {
  position: absolute;
  content: "";
  background-image: url("../img/mv-set_plus.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 3rem;
  height: 3rem;
  bottom: -2.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .setColumn__box:not(:last-child)::after {
    bottom: -2rem;
  }
}
.setColumn__box.-orange {
  background-color: #E94709;
}
.setColumn__box.-blue {
  background-color: #0068B7;
}
.setColumn__box.-yellow {
  background-color: #EBAD24;
}
.setColumn__box-heading {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  -webkit-margin-after: 0.4rem;
          margin-block-end: 0.4rem;
}
@media screen and (max-width: 767px) {
  .setColumn__box-heading {
    font-size: 2.4rem;
    line-height: 1.6;
    -webkit-margin-after: 0.8rem;
            margin-block-end: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .setColumn__box-heading.-smLineHeight {
    line-height: 1.3;
  }
}
.setColumn__box-text {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-margin-after: 0.4rem;
          margin-block-end: 0.4rem;
}
@media screen and (max-width: 767px) {
  .setColumn__box-text {
    font-size: 1.5rem;
    line-height: 1.4;
    -webkit-margin-after: 0.8rem;
            margin-block-end: 0.8rem;
  }
}
.setColumn__box-attention {
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  text-indent: -1.3rem;
  -webkit-padding-start: 1.3rem;
          padding-inline-start: 1.3rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .setColumn__box-attention {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.setColumn__box-attention.-noIndent {
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .setColumn__img img {
    width: 100%;
  }
}

/* 観光スポットの2カラム */
.spot__body {
  font-size: 1.6rem;
  line-height: 1.6;
  padding-inline: 2.4rem;
  -webkit-margin-before: 6.4rem;
          margin-block-start: 6.4rem;
}
@media screen and (max-width: 767px) {
  .spot__body {
    font-size: 1.4rem;
    padding-inline: 0;
    -webkit-margin-before: 4rem;
            margin-block-start: 4rem;
  }
}
.spot__heading {
  display: flex;
  justify-content: start;
  align-items: center;
  -webkit-margin-after: 0.8rem;
          margin-block-end: 0.8rem;
}
.spot__heading-order {
  width: 5.6rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .spot__heading-order {
    width: 4.8rem;
  }
}
.spot__heading-text {
  color: #D80C18;
  font-weight: bold;
  font-size: 2.8rem;
  padding-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .spot__heading-text {
    font-size: 2.2rem;
  }
}
.spot__img {
  display: block;
  width: 100%;
  -webkit-margin-after: 1.6rem;
          margin-block-end: 1.6rem;
}
.spot__text {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .spot__text {
    font-size: 1.4rem;
  }
}
.spot__info {
  -webkit-margin-before: 1.4rem;
          margin-block-start: 1.4rem;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .spot__info {
    font-size: 1.4rem;
    -webkit-margin-before: 0.8rem;
            margin-block-start: 0.8rem;
  }
}
.spot__info dl {
  display: flex;
  width: 100%;
  gap: 0.9rem;
}
.spot__info dl + dl {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
.spot__info dt {
  width: 21.6101694915%;
  flex-shrink: 0;
  color: #F15A38;
  font-weight: bold;
  padding-left: 2rem;
  position: relative;
}
.spot__info dt::before {
  display: block;
  content: "";
  position: absolute;
  background-color: currentColor;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  top: 0.4rem;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .spot__info dt {
    width: 19.2%;
    padding-left: 1.6rem;
  }
  .spot__info dt::before {
    width: 1.4rem;
    height: 1.4rem;
    top: 0.3rem;
  }
}
.spot .twoColumn + .twoColumn {
  -webkit-margin-before: 3.9rem;
          margin-block-start: 3.9rem;
}
@media screen and (max-width: 767px) {
  .spot .twoColumn + .twoColumn {
    -webkit-margin-before: 3.5rem;
            margin-block-start: 3.5rem;
  }
}

/* 黒背景 */
.blackBg {
  background-color: #111111;
  padding-block: 2.6rem;
}

/* オレンジグラデーション背景 */
.gradientOrangeBg {
  background-image: url("../img/mv-bg_pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* 赤背景 */
.redBg {
  background-color: #D80C18;
  padding-block: 2.4rem;
}

/* オレンジ背景 */
.orangeBg {
  background-color: #FCEDC6;
  -webkit-padding-before: 2.4rem;
          padding-block-start: 2.4rem;
  -webkit-padding-after: 3.2rem;
          padding-block-end: 3.2rem;
}
@media screen and (max-width: 767px) {
  .orangeBg {
    -webkit-padding-after: 2.4rem;
            padding-block-end: 2.4rem;
  }
}
.orangeBg.-lgPbe {
  -webkit-padding-after: 4rem;
          padding-block-end: 4rem;
}
@media screen and (max-width: 767px) {
  .orangeBg.-lgPbe {
    -webkit-padding-after: 2.4rem;
            padding-block-end: 2.4rem;
  }
}

/* テキストリンク */
.textLink.-iconBlank {
  display: inline-block;
  position: relative;
}
.textLink.-iconBlank::after {
  background: url("../img/icon-blank.svg") center bottom no-repeat;
  background-size: 11px auto;
  content: "";
  display: inline-block;
  width: 19px;
  height: 18px;
}

/* ボタン */
.basicButton {
  background: url("../img/arrow-right_white.svg") right 2.4rem center no-repeat;
  background-size: 1.1rem auto;
  background-color: #D80C18;
  box-shadow: 0 5px 0 #96361B;
  border-radius: 10px;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  max-width: 700px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
  padding-inline: 3.8rem;
  text-decoration: none;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .basicButton {
    background-position: right 1.8rem center;
    background-size: 1rem auto;
    border-radius: 5px;
    font-size: 1.6rem;
    min-height: 76px;
    text-align: center;
    justify-content: center;
    -webkit-padding-start: 1.9rem;
            padding-inline-start: 1.9rem;
    -webkit-padding-end: 2em;
            padding-inline-end: 2em;
    line-height: 1.4;
  }
}
.basicButton:hover {
  box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.basicButton span img {
  vertical-align: middle;
  -webkit-margin-start: 1.2rem;
          margin-inline-start: 1.2rem;
}
@media screen and (max-width: 767px) {
  .basicButton span img {
    -webkit-margin-start: 0.6rem;
            margin-inline-start: 0.6rem;
  }
}
.basicButton + * {
  -webkit-margin-before: 2.4rem;
          margin-block-start: 2.4rem;
}
@media screen and (max-width: 767px) {
  .basicButton + * {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}
.recommend .basicButton {
  font-size: 1.8rem;
  border-radius: 5px;
  min-height: 60px;
}
@media screen and (max-width: 767px) {
  .recommend .basicButton {
    min-height: 76px;
  }
}

/* --- 追従リンク --- */
.fixedLink {
  position: fixed;
  right: 0;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translateX(141px);
          transform: translateX(141px);
  z-index: 99;
  transition: all 0.3s;
}
.fixedLink.is-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.fixedLink a {
  background-color: #D80C18;
  border-radius: 10px 0 0 10px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
  padding-block: 3rem;
  -webkit-padding-start: 1.6rem;
          padding-inline-start: 1.6rem;
  -webkit-padding-end: 4.8rem;
          padding-inline-end: 4.8rem;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
.fixedLink a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .fixedLink a {
    font-size: 1.2rem;
    padding-block: 2rem;
    -webkit-padding-start: 8px;
            padding-inline-start: 8px;
    -webkit-padding-end: 2rem;
            padding-inline-end: 2rem;
  }
}
.fixedLink a::after {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 12px;
  height: 14px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .fixedLink a::after {
    width: 7px;
    height: 8px;
  }
}

.navLink {
  display: flex;
  -webkit-column-gap: 2.24609375%;
     -moz-column-gap: 2.24609375%;
          column-gap: 2.24609375%;
  -webkit-margin-before: 5.6rem;
          margin-block-start: 5.6rem;
}
@media screen and (max-width: 767px) {
  .navLink {
    flex-direction: column;
    row-gap: 2.1rem;
    -webkit-margin-before: 3.6rem;
            margin-block-start: 3.6rem;
  }
}
.navLink li {
  width: 31.8359375%;
}
.navLink li .basicButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #D80C18 url("../img/arrow-bottom_white.svg") center bottom 24px no-repeat;
  border-radius: 10px;
  font-size: 1.8rem;
  padding-block: 2.5rem 4.8rem;
  padding-inline: 12px;
}
@media screen and (max-width: 767px) {
  .navLink li {
    width: 100%;
  }
  .navLink li .basicButton {
    background: #D80C18 url("../img/arrow-bottom_white.svg") center bottom 14px no-repeat;
    border-radius: 5px;
    text-align: center;
    min-height: 76px;
    padding-block: 1.4rem 3.5rem;
  }
}

/* 見出しレベル2 */
.headingLevel2 {
  text-align: center;
  margin-inline: -0.8rem;
}
@media screen and (max-width: 767px) {
  .headingLevel2 {
    margin-inline: -1.6rem;
  }
}

/* 見出しレベル3 */
.headingLevel3 {
  background-color: #F2C21E;
  color: #111111;
  font-size: 3.4rem;
  font-weight: 700;
  padding-block: 3.2rem;
  -webkit-margin-before: 9.6rem;
          margin-block-start: 9.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .headingLevel3 {
    font-size: 2rem;
    line-height: 1.4;
    padding-block: 2.8rem;
    -webkit-margin-before: 6rem;
            margin-block-start: 6rem;
  }
}
.headingLevel3 + *:not(.-noMbs) {
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
}
@media screen and (max-width: 767px) {
  .headingLevel3 + *:not(.-noMbs) {
    -webkit-margin-before: 2.4rem;
            margin-block-start: 2.4rem;
  }
}

/* 見出しレベル4 */
.headingLevel4 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .headingLevel4 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.headingLevel4 + * {
  -webkit-margin-before: 1.7rem;
          margin-block-start: 1.7rem;
}
@media screen and (max-width: 767px) {
  .headingLevel4 + * {
    -webkit-margin-before: 1.6rem;
            margin-block-start: 1.6rem;
  }
}

/* 見出しレベル5 */
.headingLevel5 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .headingLevel5 {
    font-size: 1.6rem;
  }
}
.headingLevel5 + * {
  -webkit-margin-before: 1.6rem;
          margin-block-start: 1.6rem;
}
@media screen and (max-width: 767px) {
  .headingLevel5 + * {
    -webkit-margin-before: 1.4rem;
            margin-block-start: 1.4rem;
  }
}

/* 観光スポットの見出し */
.spotHeading {
  text-align: center;
  -webkit-margin-after: 2.4rem;
          margin-block-end: 2.4rem;
}
@media screen and (max-width: 767px) {
  .spotHeading {
    -webkit-margin-after: 0.8rem;
            margin-block-end: 0.8rem;
  }
}

/* おすすめきっぷの見出し */
.recommendHeading {
  font-size: 2.8rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  background-color: #111111;
  border-radius: 40px;
  -webkit-margin-after: 1.6rem;
          margin-block-end: 1.6rem;
}
@media screen and (max-width: 767px) {
  .recommendHeading {
    font-size: 1.8rem;
    padding-block: 0.8rem;
  }
}

/* 利用方法の見出し */
.useHeading {
  font-size: 3rem;
  font-weight: 700;
  -webkit-padding-start: 4.6rem;
          padding-inline-start: 4.6rem;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .useHeading {
    font-size: 2rem;
    -webkit-padding-start: 2.8rem;
            padding-inline-start: 2.8rem;
  }
}
.useHeading::before {
  content: "";
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
  top: 10%;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .useHeading::before {
    width: 2rem;
    height: 2rem;
  }
}
.useHeading.-orange {
  color: #E94709;
}
.useHeading.-orange::before {
  background-color: #E94709;
}
.useHeading.-blue {
  color: #0068B7;
}
.useHeading.-blue::before {
  background-color: #0068B7;
}
.useHeading.-yellow {
  color: #D49C20;
}
.useHeading.-yellow::before {
  background-color: #D49C20;
}
.useHeading + * {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media screen and (max-width: 767px) {
  .useHeading + * {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}

/* ※印つきリスト */
.attentionList {
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
}
@media screen and (max-width: 767px) {
  .attentionList {
    -webkit-margin-before: 2.3rem;
            margin-block-start: 2.3rem;
  }
}
.attentionList > li {
  font-size: 1.6rem;
  -webkit-padding-start: 1.6rem;
          padding-inline-start: 1.6rem;
  text-indent: -1.6rem;
}
.attentionList.-fontSizeSmall > li {
  font-size: 1.4rem;
  -webkit-padding-start: 1.4rem;
          padding-inline-start: 1.4rem;
  text-indent: -1.4rem;
}
.attentionList.-wideGap > li {
  -webkit-margin-after: 1.2rem;
          margin-block-end: 1.2rem;
}

/* ●印つきリスト */
.dotList {
  -webkit-margin-before: 2.4rem;
          margin-block-start: 2.4rem;
}
@media screen and (max-width: 767px) {
  .dotList {
    -webkit-margin-before: 1.6rem;
            margin-block-start: 1.6rem;
  }
}
.dotList > li {
  font-size: 1.6rem;
  -webkit-padding-start: 2.2rem;
          padding-inline-start: 2.2rem;
  position: relative;
}
.dotList > li::before {
  content: "";
  background-color: currentColor;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  top: 0.6rem;
  position: absolute;
  left: 0;
}
* + .dotList.-topNarrow {
  -webkit-margin-before: 1.6rem;
          margin-block-start: 1.6rem;
}
@media screen and (max-width: 767px) {
  * + .dotList.-topNarrow {
    -webkit-margin-before: 1.6rem;
            margin-block-start: 1.6rem;
  }
}
.dotList .attentionList {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.dotList + .attentionList {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

/* ちいさな●印つきリスト */
.normalDotList > li {
  font-size: 1.6rem;
  -webkit-padding-start: 1.6rem;
          padding-inline-start: 1.6rem;
  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;
}

/* 右寄せ */
.textRight {
  text-align: right;
}

/* 赤色テキスト */
.colorRed {
  color: #DF1F1C;
}

/* 文字間隔を0にする */
.noTextSpace:not(.noTextSpace-onlySp) {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .noTextSpace-onlySp {
    letter-spacing: 0;
  }
}

/* 注釈 */
.attentionText {
  font-size: 1.2rem;
  -webkit-margin-before: 0.8rem;
          margin-block-start: 0.8rem;
}
@media screen and (max-width: 767px) {
  .attentionText {
    line-height: 1.6;
  }
}
.attentionText.-fontSizeMedium {
  font-size: 1.4rem;
}
.attentionText.-fontSizeBig {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .attentionText.-fontSizeBig {
    font-size: 1.4rem;
  }
}
.attentionText.-noMbs {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.attentionText.-redBg {
  display: inline-block;
  color: #FFFFFF;
  line-height: 1.5;
  background-color: #D71618;
  padding-inline: 0.8rem;
  padding-block: 0.4rem;
}
@media screen and (max-width: 767px) {
  .attentionText.-redBg {
    line-height: 1.6;
  }
}
.attentionText.-indent > li {
  text-indent: -1.2rem;
  -webkit-padding-start: 1.2rem;
          padding-inline-start: 1.2rem;
}

/* 説明文 */
