@charset "UTF-8";
.-noBg .topicPathWrap + .offerContents {
  margin-top: 0;
}

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

.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 {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  * + .sectionBox {
    margin-top: 4.8rem;
  }
}

.inner {
  display: block;
  margin-inline: auto;
  max-width: 1056px;
  padding-inline: 16px;
}
@media screen and (max-width: 767px) {
  .inner.-spNone {
    padding-inline: 0;
  }
}

* + .contentBox {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  * + .contentBox {
    margin-top: 3.2rem;
  }
}
.contentBox + .basicButton {
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .contentBox + .basicButton {
    margin-top: 2.4rem;
  }
}
* + .contentBox.-topNarrow {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  * + .contentBox.-topNarrow {
    margin-top: 1.6rem;
  }
}
.contentBox + .attentionText {
  margin-top: 1.6rem;
}

.headingLevel2 {
  position: relative;
  max-width: 1056px;
  padding-inline: 16px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .headingLevel2 {
    padding-inline: 0;
  }
}
.headingLevel2::after, .headingLevel2::before {
  content: "";
  position: absolute;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.headingLevel2::before {
  background-image: url("/railroad/ticket/tokutoku/hirapar_gogo/assets/img/mv-decoration_left.png");
  width: 150px;
  height: 209px;
  bottom: -25px;
  left: 5%;
}
@media screen and (max-width: 767px) {
  .headingLevel2::before {
    width: 13.0666666667%;
    bottom: -16px;
  }
}
.headingLevel2::after {
  background-image: url("/railroad/ticket/tokutoku/hirapar_gogo/assets/img/mv-decoration_right.png");
  width: 162px;
  height: 236px;
  bottom: -25px;
  right: 4%;
}
@media screen and (max-width: 767px) {
  .headingLevel2::after {
    width: 14.1333333333%;
    bottom: -18px;
  }
}

.headingLevel3 {
  background-color: #18933B;
  color: #FFF;
  font-size: 3.4rem;
  font-weight: 700;
  padding-block: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .headingLevel3 {
    font-size: 2rem;
    padding-block: 2.2rem;
    text-align: left;
    line-height: 1.4;
  }
}
.headingLevel3 + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .headingLevel3 + * {
    margin-top: 2rem;
  }
}

.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 + * {
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .headingLevel4 + * {
    margin-top: 1.6rem;
  }
}

.headingLevel5 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .headingLevel5 {
    font-size: 1.6rem;
  }
}
.headingLevel5 + * {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .headingLevel5 + * {
    margin-top: 1.4rem;
  }
}

.useHeading {
  font-size: 3rem;
  font-weight: 700;
  padding-left: 4.6rem;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .useHeading {
    font-size: 2rem;
    padding-left: 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: #E84709;
}
.useHeading.-orange::before {
  background-color: #E84709;
}
.useHeading.-blue {
  color: #006BB0;
}
.useHeading.-blue::before {
  background-color: #006BB0;
}
.useHeading.-green {
  color: #18933B;
}
.useHeading.-green::before {
  background-color: #18933B;
}
.useHeading.-pink {
  color: #E1508F;
}
.useHeading.-pink::before {
  background-color: #E1508F;
}
.useHeading + * {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .useHeading + * {
    margin-top: 16px;
  }
}

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

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

/* 注釈 */
.attentionText {
  font-size: 1.2rem;
}
.attentionText.-fontSizeMedium {
  font-size: 1.4rem;
}

/* テキストリンク */
.textLink {
  font-weight: 700;
}
.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: #E84709;
  box-shadow: 0 5px 0 #992F06;
  border-radius: 5px;
  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;
  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;
    font-size: 1.6rem;
    min-height: 72px;
    justify-content: start;
    padding-left: 1.9rem;
    padding-right: 2em;
    text-align: left;
    line-height: 1.4;
  }
}
.basicButton:hover {
  box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.basicButton span img {
  vertical-align: middle;
  margin-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .basicButton span img {
    margin-left: 0.6rem;
  }
}
.basicButton + * {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .basicButton + * {
    margin-top: 2.8rem;
  }
}
.basicButton + .attentionList {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .basicButton + .attentionList {
    margin-top: 4rem;
  }
}

/* --- 追従リンク --- */
.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: #E84709;
  border-radius: 10px 0 0 10px;
  color: #FFF216;
  display: block;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
  padding-block: 30px;
  padding-left: 16px;
  padding-right: 48px;
  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: 20px;
    padding-left: 8px;
    padding-right: 20px;
  }
}
.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: #FFF33F;
}
@media screen and (max-width: 767px) {
  .fixedLink a::after {
    width: 7px;
    height: 8px;
  }
}

.navLink {
  display: flex;
  -webkit-column-gap: 5.078125%;
     -moz-column-gap: 5.078125%;
          column-gap: 5.078125%;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 767px) {
  .navLink {
    flex-direction: column;
    row-gap: 20px;
  }
}
.navLink li {
  width: 47.4609375%;
}
@media screen and (max-width: 767px) {
  .navLink li {
    width: 100%;
  }
}
.navLink li .basicButton {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #18933B;
  box-shadow: 0 5px 0 #0F5C26;
  min-height: 104px;
  background: #18933B url("../img/arrow-bottom_white.svg") center bottom 16px no-repeat;
  border-radius: 10px;
  font-size: 1.8rem;
  padding-inline: 0;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .navLink li .basicButton {
    background: #18933B url("../img/arrow-bottom_white.svg") center bottom 12px no-repeat;
    border-radius: 5px;
    font-size: 1.6rem;
    min-height: 72px;
    padding-bottom: 16px;
  }
}
.navLink li .basicButton:hover {
  box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

/* ※印つきリスト */
.attentionList {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .attentionList {
    margin-top: 2.3rem;
  }
}
.attentionList > li {
  font-size: 1.6rem;
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}
.attentionList.-fontSizeSmall > li {
  font-size: 1.4rem;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}

/* ●印つきリスト */
.dotList {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .dotList {
    margin-top: 1.6rem;
  }
}
.dotList > li {
  font-size: 1.6rem;
  padding-left: 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 {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  * + .dotList.-topNarrow {
    margin-top: 1.6rem;
  }
}
.dotList .attentionList {
  margin-top: 0;
}
.dotList + .attentionList {
  margin-top: 0;
}

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

/* ダウンロードアイコンリスト */
.downloadList {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .downloadList {
    display: block;
  }
}
.downloadList > li {
  text-align: center;
}
.downloadList > li + li {
  margin-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .downloadList > li + li {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.downloadList > li a {
  display: block;
  transition: opacity 1s;
}
.downloadList > li a:hover {
  opacity: 0.7;
}

/* ロゴが横にあるボックス */
.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 + * {
    margin-top: 1rem;
  }
}
.logoSideBox__text {
  width: calc(100% - 154px);
}
@media screen and (max-width: 767px) {
  .logoSideBox__text {
    width: 100%;
  }
}

/* ダウンロードアイコン梱包用 */
.downloadBox {
  border-top: 1px solid #C9C9C9;
  padding-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .downloadBox {
    padding-top: 2.4rem;
  }
}
* + .downloadBox {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  * + .downloadBox {
    margin-top: 2.4rem;
  }
}

/* MV帯 */
.mvBg {
  background-color: #18933B;
  padding-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .mvBg {
    padding-block: 24px;
  }
}

.mvInfo + .attentionText {
  margin-top: 8px;
}

.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%;
  margin-top: 9%;
  margin-left: 22%;
}
@media screen and (max-width: 767px) {
  .column__item figure {
    width: 75%;
    margin-top: 7%;
  }
}
.column__item figcaption {
  margin-top: 0.8rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
}
.column.-three {
  -webkit-column-gap: 8.7272727273%;
     -moz-column-gap: 8.7272727273%;
          column-gap: 8.7272727273%;
  max-width: 550px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .column.-three {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 5.8666666667%;
       -moz-column-gap: 5.8666666667%;
            column-gap: 5.8666666667%;
    row-gap: 24px;
  }
}
.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: #E84709;
}
.column.-orange figcaption {
  color: #E84709;
}
.column.-orange .column__item::before {
  border-left-color: #E84709;
}
.column.-blue .number {
  background-color: #006BB0;
}
.column.-blue figcaption {
  color: #006BB0;
}
.column.-blue .column__item::before {
  border-left-color: #006BB0;
}
.column.-green .number {
  background-color: #18933B;
}
.column.-green figcaption {
  color: #18933B;
}
.column.-green .column__item::before {
  border-left-color: #18933B;
}
.column.-pink .number {
  background-color: #E1508F;
}
.column.-pink figcaption {
  color: #E1508F;
}
.column.-pink .column__item::before {
  border-left-color: #E1508F;
}

.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;
  }
}