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

.offerContents {
  color: #1A1A1A;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .offerContents {
    display: block;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.offerContents img {
  max-width: 100% !important;
}

.content__inner {
  display: block;
  margin-inline: auto;
  max-width: 1024px;
  width: 89.3333333333%;
}
@media screen and (max-width: 767px) {
  .content__inner.-spNarrow {
    width: 94.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .content__inner.-spNone {
    width: 100%;
  }
}

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

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

/* セクション */
* + .content {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  * + .content {
    margin-top: 4.8rem;
  }
}
* + .content.-inner-level2 {
  margin-top: 8.8rem;
}
@media screen and (max-width: 767px) {
  * + .content.-inner-level2 {
    margin-top: 4rem;
  }
}

.content__box + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .content__box.-spNarrow {
    margin-top: 2.4rem;
  }
}
.content__box.-Narrow {
  margin-top: 2.4rem;
}
.content__box.-wideMedium {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .content__box.-wideMedium {
    margin-top: 4rem;
  }
}
.content__box.-wide {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .content__box.-wide {
    margin-top: 3.2rem;
  }
}

/* 注意ボックス */
.attentionBox {
  align-items: center;
  border: 1px solid #DF1F1C;
  display: flex;
  justify-content: space-between;
  padding-block: 1.3rem;
  padding-inline: 2.4rem;
  min-height: 8.4rem;
}
@media screen and (max-width: 767px) {
  .attentionBox {
    display: block;
    padding-block: 2rem;
    padding-inline: 2rem;
    min-height: inherit;
  }
}
.attentionBox.-itemPositionTop {
  align-items: flex-start;
}

.attentionBox__title {
  color: #DF1F1C;
  font-size: 2.4rem;
  font-weight: 900;
  width: 12.5256673511%;
}
@media screen and (max-width: 767px) {
  .attentionBox__title {
    font-size: 2rem;
    margin-inline: auto;
    width: 32.0102432778%;
  }
  .attentionBox__title + * {
    margin-top: 1rem;
  }
}

.attentionBox__text {
  font-size: 2rem;
  width: 85.4209445585%;
}
@media screen and (max-width: 767px) {
  .attentionBox__text {
    font-size: 1.6rem;
    width: 100%;
  }
}

/* 汎用的画像梱包用 */
.imageBox {
  text-align: center;
}
.imageBox + * {
  margin-top: 3.2rem;
}
.imageBox.-marginWide + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .imageBox.-marginWide + * {
    margin-top: 1.7rem;
  }
}
* + .imageBox.-marginWide {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  * + .imageBox.-marginWide {
    margin-top: 3.2rem;
  }
}
.imageBox.-spSmall {
  margin-inline: auto;
  width: 91.0447761194%;
}
* + .imageBox.-banner {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  * + .imageBox.-banner {
    margin-top: 4rem;
  }
}
.imageBox.-banner a {
  display: block;
  transition: opacity 1s;
}
.imageBox.-banner a:hover {
  opacity: 0.7;
}
.imageBox.-left {
  text-align: left;
}

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

/* 画像が横にあるボックス */
.imageSideBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .imageSideBox {
    display: block;
  }
}
.imageSideBox + *:not(.attentionBox, .colorBox) {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .imageSideBox + *:not(.attentionBox, .colorBox) {
    margin-top: 3.2rem;
  }
}
.imageSideBox + .attentionBox {
  margin-top: 3.2rem;
}
.imageSideBox + .colorBox {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .imageSideBox + .colorBox {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .imageSideBox.-omotenashi {
    display: flex;
    flex-direction: column;
  }
}

.imageSideBox__image {
  text-align: center;
  width: 48.4375%;
}
@media screen and (max-width: 767px) {
  .imageSideBox__image {
    margin-top: 2.4rem;
    width: 100%;
  }
}
.imageSideBox__image-text {
  font-size: 1.6rem;
  text-align: right;
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
}
@media screen and (max-width: 767px) {
  .imageSideBox__image-text {
    font-size: 1rem;
  }
}
.-small .imageSideBox__image {
  width: 45.703125%;
}
@media screen and (max-width: 767px) {
  .-small .imageSideBox__image {
    width: 100%;
  }
}
.-imageSmall .imageSideBox__image {
  width: 31.25%;
}
@media screen and (max-width: 767px) {
  .-imageSmall .imageSideBox__image {
    width: 100%;
  }
}
.-omotenashi .imageSideBox__image {
  width: 24.4140625%;
  order: 2;
}
@media screen and (max-width: 767px) {
  .-omotenashi .imageSideBox__image {
    width: 100%;
  }
  .-omotenashi .imageSideBox__image img {
    width: 100%;
  }
}
.-noGap .imageSideBox__image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .-noGap .imageSideBox__image {
    width: 100%;
  }
}

.imageSideBox__text {
  width: 48.4375%;
}
@media screen and (max-width: 767px) {
  .imageSideBox__text {
    margin-top: 1.6rem;
    width: 100%;
  }
}
.-small .imageSideBox__text {
  text-align: center;
  width: 45.703125%;
}
@media screen and (max-width: 767px) {
  .-small .imageSideBox__text {
    width: 100%;
  }
}
.-imageSmall .imageSideBox__text {
  width: 65.625%;
}
@media screen and (max-width: 767px) {
  .-imageSmall .imageSideBox__text {
    width: 100%;
  }
}
.imageSideBox__text .fontSmall {
  font-size: 1.6rem;
}
.imageSideBox__text .fontSmall + * {
  margin-top: 1.3rem;
}
.-omotenashi .imageSideBox__text {
  width: 72.75390625%;
  order: 1;
}
@media screen and (max-width: 767px) {
  .-omotenashi .imageSideBox__text {
    width: 100%;
    margin-top: 0;
  }
}

/* 線つきボックス */
.borderBox {
  border: 1px solid #C9C9C9;
  padding-block: 2.4rem;
  padding-inline: 2.4rem;
  line-height: 1.6;
}
* + .borderBox {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  * + .borderBox {
    margin-top: 3.2rem;
  }
}

.borderBox__title {
  font-size: 1.8rem;
  font-weight: 900;
}
.borderBox__title + * {
  margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .borderBox__title + * {
    margin-top: 2rem;
  }
}

.borderBox__text {
  font-size: 1.6rem;
}

/* 薄い黄緑色の背景ボックス */
.yellowGreenBox {
  background-color: #F3F2A4;
  padding-block: 3.2rem;
  padding-inline: 3.2rem;
}
@media screen and (max-width: 767px) {
  .yellowGreenBox {
    padding-top: 0;
    padding-bottom: 3.2rem;
    padding-inline: 2rem;
  }
}

/* 白い背景ボックス */
.whiteBox {
  background-color: #FFF;
  padding-top: 3rem;
  padding-bottom: 3.8rem;
  padding-inline: 3.2rem;
}
@media screen and (max-width: 767px) {
  .whiteBox {
    padding-top: 1rem;
    padding-bottom: 2.4rem;
    padding-inline: 1.1rem;
  }
}

/* ネイビーorオレンジボックス */
.colorBox {
  padding-inline: 32px;
  padding-block: 16px 32px;
  color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .colorBox {
    padding-inline: 18px;
    padding-block: 16px 24px;
    border-radius: 5px;
  }
}
.colorBox + * {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
.colorBox.-navy {
  background-color: #004896;
}
.colorBox.-orange {
  background-color: #E4683B;
}
.colorBox.-orange .colorBox__column-item {
  width: 100%;
}
.colorBox__head {
  -webkit-padding-after: 16px;
          padding-block-end: 16px;
  border-bottom: 2px solid #fff;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  text-align: center;
}
.colorBox__head .attentionList {
  font-size: 1.6rem;
  line-height: 1.4;
}
.colorBox__head + * {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
@media screen and (max-width: 767px) {
  .colorBox__head {
    border-bottom: 1px solid #fff;
  }
}
.colorBox__heading {
  font-size: 2.2rem;
  font-weight: bold;
}
.colorBox__heading.-yellow {
  line-height: 1.4;
  color: #FFF216;
  text-align: center;
}
.colorBox__heading.-yellow + * {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
@media screen and (max-width: 767px) {
  .colorBox__heading {
    font-size: 1.8rem;
  }
}
.colorBox__lead {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.colorBox__lead + * {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}
.colorBox__column {
  display: flex;
  justify-content: space-between;
}
.colorBox__column + .colorBox__column {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  -webkit-padding-before: 16px;
          padding-block-start: 16px;
  border-top: 2px solid #ffffff;
}
.colorBox__column-item {
  width: 46.875%;
}
.colorBox__column-item:nth-child(2) {
  position: relative;
}
.colorBox__column-item:nth-child(2)::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed #fff;
  position: absolute;
  top: 0;
  left: -6%;
}
.colorBox__column-image {
  width: 33.3333333333%;
}
.colorBox__column-text {
  width: 63.1111111111%;
  font-size: 1.6rem;
  line-height: 1.6;
}
.colorBox__column-text.-lead {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .colorBox__column {
    flex-direction: column;
    justify-content: space-between;
  }
  .colorBox__column.-spReverse {
    flex-direction: column-reverse;
  }
  .colorBox__column-item {
    width: 100%;
  }
  .colorBox__column-item:nth-child(2) {
    position: relative;
    -webkit-margin-before: 48px;
            margin-block-start: 48px;
  }
  .colorBox__column-item:nth-child(2)::before {
    display: block;
    width: calc(100% + 32px);
    height: 2px;
    border-left: 0;
    border-bottom: 1px dashed #fff;
    position: absolute;
    top: -24px;
    left: -16px;
  }
  .colorBox__column-image {
    width: 100%;
    text-align: center;
  }
  .-navy .colorBox__column-image img {
    width: 151px;
  }
  .colorBox__column-text {
    width: 100%;
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
  .-spReverse .colorBox__column-text {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}

.modelCourseImageBox {
  margin-bottom: 0.8rem;
}
.modelCourseImageBox img {
  width: 100%;
}
.modelCourseImageBox__large {
  margin-top: -4.8rem;
  margin-right: -2.5rem;
}
@media screen and (max-width: 767px) {
  .modelCourseImageBox__large {
    margin-top: -2.4rem;
    margin-inline: auto;
  }
}

/* 3つ並びレイアウト */
.threeColumn {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .threeColumn {
    display: block;
  }
}
.threeColumn + * {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .threeColumn + * {
    margin-top: 2.4rem;
  }
}
.threeColumn > li {
  width: 31.4732142857%;
}
@media screen and (max-width: 767px) {
  .threeColumn > li {
    width: 100%;
  }
  .threeColumn > li + li {
    margin-top: 2.4rem;
  }
  .threeColumn > li img {
    width: 100%;
  }
}

/* 2つ並びレイアウト */
.twoColumn {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .twoColumn {
    flex-direction: column;
    row-gap: 32px;
  }
}
.twoColumn.-columnGapNone .twoColumn__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .twoColumn.-columnGapNone {
    row-gap: 40px;
  }
  .twoColumn.-columnGapNone .twoColumn__item {
    width: 100%;
  }
}
.twoColumn.-hasBorder .twoColumn__item:nth-child(odd) {
  border-right: 2px solid #E34E5D;
  padding-right: 2.5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .twoColumn.-hasBorder .twoColumn__item:nth-child(odd) {
    padding-bottom: 0;
  }
}
.twoColumn.-hasBorder .twoColumn__item:nth-child(even) {
  padding-left: 2.5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .twoColumn.-hasBorder .twoColumn__item:nth-child(even) {
    padding-bottom: 0;
  }
}
.twoColumn.-hasBorder + .twoColumn.-hasBorder.-hasBorder {
  margin-top: 0;
}
.twoColumn.-hasBorder + .twoColumn.-hasBorder.-hasBorder .twoColumn__item {
  border-top: 2px solid #E34E5D;
  padding-top: 4rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .twoColumn.-hasBorder .twoColumn__item:nth-child(odd) {
    border-right: none;
    padding-right: 0;
  }
  .twoColumn.-hasBorder .twoColumn__item:nth-child(even) {
    padding-left: 0;
  }
  .twoColumn.-hasBorder + .twoColumn.-hasBorder.-hasBorder {
    margin-top: 3.6rem;
  }
  .twoColumn.-hasBorder + .twoColumn.-hasBorder.-hasBorder .twoColumn__item {
    padding-top: 3.6rem;
  }
}
.twoColumn__item {
  display: flex;
  flex-direction: column;
  width: 49.21875%;
}
.twoColumn__item .dotList {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .twoColumn__item {
    width: 100%;
  }
}
.twoColumn + * {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .twoColumn + * {
    margin-top: 2.4rem;
  }
}

/* MV帯 */
.orangeBg {
  background-color: #E4683B;
}

.mv {
  -webkit-margin-after: 5.5rem;
          margin-block-end: 5.5rem;
}
@media screen and (max-width: 767px) {
  .mv {
    -webkit-margin-after: 4rem;
            margin-block-end: 4rem;
  }
}

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

/* ボタン */
.basicButton {
  background: url("/ticket/tokutoku/sakai_odekakefreepass/assets/img/arrow-right_white.svg") right 2.4rem center no-repeat;
  background-size: 1.1rem auto;
  background-color: #E4683B;
  box-shadow: 0 5px 0 #9E5A2D;
  border-radius: 5px;
  color: #FFF;
  display: block;
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: 900;
  margin-inline: auto;
  max-width: 700px;
  padding-block: 2.2rem;
  padding-inline: 3.8rem;
  text-align: center;
  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;
    padding-block: 1.7rem;
    padding-left: 1.9rem;
    padding-right: 2em;
    text-align: left;
  }
}
.basicButton.-blue {
  background-color: #00A0E9;
  box-shadow: 0 5px 0 #1F6484;
}
.basicButton.-pink {
  background-color: #E4007F;
  box-shadow: 0 5px 0 #A21965;
}
.basicButton:hover {
  box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.basicButton + .attentionList {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .basicButton + .attentionList {
    margin-top: 3.2rem;
  }
}
.basicButton + .basicButton {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .basicButton + .basicButton {
    margin-top: 3.2rem;
  }
}

/* --- 追従リンク --- */
.fixed-link {
  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;
}
.fixed-link.is-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.fixed-link a {
  background-color: #E4683B;
  border-radius: 10px 0 0 10px;
  color: #ffffff;
  display: block;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  padding-block: 30px;
  padding-left: 14px;
  padding-right: 37px;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
.fixed-link a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .fixed-link a {
    font-size: 1.2rem;
    padding-block: 25px;
    padding-left: 8px;
    padding-right: 20px;
  }
}
.fixed-link 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: #ffffff;
}
@media screen and (max-width: 767px) {
  .fixed-link a::after {
    width: 7px;
    height: 8px;
  }
}

.navLink {
  display: flex;
  -webkit-column-gap: 4.8828125%;
     -moz-column-gap: 4.8828125%;
          column-gap: 4.8828125%;
  -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%;
}
.navLink li .basicButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #E4683B url("/ticket/tokutoku/sakai_odekakefreepass/assets/img/arrow-bottom_white.svg") center bottom 16px no-repeat;
  border-radius: 10px;
  font-size: 1.6rem;
  padding-block: 2.3rem 3.8rem;
  padding-inline: 12px;
}
@media screen and (max-width: 767px) {
  .navLink li {
    width: 100%;
  }
  .navLink li .basicButton {
    background: #E4683B url("/ticket/tokutoku/sakai_odekakefreepass/assets/img/arrow-bottom_white.svg") center bottom 12px no-repeat;
    border-radius: 5px;
    text-align: center;
  }
}

/* 見出しレベル3 */
.headingLevel3 {
  background-color: #3EB89D;
  color: #FFF;
  font-size: 3.4rem;
  font-weight: 900;
  padding-block: 2.8rem;
  text-align: center;
}
.headingLevel3.-red {
  background-color: #DF1F1C;
}
@media screen and (max-width: 767px) {
  .headingLevel3 {
    font-size: 2rem;
    padding-block: 2.2rem;
  }
}
.headingLevel3 .fontSmall {
  font-size: 2.2rem;
}
.headingLevel3 .fontSmall.-spaceOn {
  display: inline-block;
  line-height: 1;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .headingLevel3 .fontSmall.-spaceOn {
    display: block;
    line-height: inherit;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .headingLevel3 .fontSmall {
    font-size: 1.6rem;
  }
}
.headingLevel3 + * {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .headingLevel3 + * {
    margin-top: 2.4rem;
  }
}

/* 見出しレベル4 */
.headingLevel4 {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .headingLevel4 {
    font-size: 1.8rem;
  }
}
.headingLevel4 + * {
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .headingLevel4 + * {
    margin-top: 1.3rem;
  }
}
.headingLevel4.-lineHeightNarrow {
  line-height: 1.4;
}
.headingLevel4.-lineHeightNarrow + * {
  margin-top: 1.7rem;
}
.headingLevel4.-marginTopWide + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .headingLevel4.-marginTopWide + * {
    margin-top: 1.6rem;
  }
}
.headingLevel4.-forBrownLabel {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .headingLevel4.-forBrownLabel {
    display: block;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.-widthImage .headingLevel4.-forBrownLabel {
  display: block;
}

.forBrownLabel__number {
  color: #6A3906;
  width: 10.9375%;
}
@media screen and (max-width: 767px) {
  .forBrownLabel__number {
    display: block;
    width: 100%;
  }
}

.forBrownLabel__text {
  font-size: 2rem;
  width: 88.2291666667%;
}
@media screen and (max-width: 767px) {
  .forBrownLabel__text {
    width: 100%;
  }
}
.forBrownLabel__text .attentionText {
  display: block;
  font-weight: 400;
  margin-top: 1.6rem;
}

/* 見出しレベル5 */
.headingLevel5 {
  font-size: 2.8rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .headingLevel5 {
    font-size: 2rem;
  }
}
.headingLevel5 + * {
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .headingLevel5 + * {
    margin-top: 1.8rem;
  }
}

.headingLevel5-2 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .headingLevel5-2 {
    font-size: 1.8rem;
  }
}
.headingLevel5-2 + .dotList {
  margin-top: 0.8rem;
}

/* カラー見出し */
.headingColor {
  font-size: 3.4rem;
  line-height: 1.4;
  text-align: center;
  padding-block: 17px;
  padding-inline: 12px;
  color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .headingColor {
    font-size: 2rem;
    border-radius: 5px;
  }
}
.headingColor span {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .headingColor span {
    font-size: 1.6rem;
  }
}
.headingColor span.headingColor__copy {
  display: block;
  font-size: 2.4rem;
  line-height: 1.08;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .headingColor span.headingColor__copy {
    font-size: 1.5rem;
  }
}
.headingColor.-navy {
  background-color: #004896;
}
.headingColor.-orange {
  background-color: #E4683B;
}
.headingColor.-green {
  background-color: #006934;
}
.headingColor + * {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 767px) {
  .headingColor + * {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}

/* ご利用方法 ●見出し */
.use-heading {
  font-size: 3rem;
  margin-bottom: 2.4rem;
  color: #E4683B;
  position: relative;
  padding-left: 4.2rem;
}
.use-heading::before {
  content: "";
  background-color: #E4683B;
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  left: 0;
  top: 1.1rem;
}
.use-heading.-blue {
  color: #0069B7;
}
.use-heading.-blue::before {
  background-color: #0069B7;
}
.use-heading.-lightBlue {
  color: #00A0E9;
}
.use-heading.-lightBlue::before {
  background-color: #00A0E9;
}
.use-heading.-pink {
  color: #E03444;
}
.use-heading.-pink::before {
  background-color: #E03444;
}
@media screen and (max-width: 767px) {
  .use-heading {
    font-size: 2rem;
    margin-bottom: 1.6rem;
    padding-left: 3.2rem;
  }
  .use-heading::before {
    width: 2rem;
    height: 2rem;
    top: 0.6rem;
  }
}

.modelCourseHeading {
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: #E34E5D;
  border-bottom: 4px solid #E34E5D;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .modelCourseHeading {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}

/* 注意アイコン */
.attentionIcon {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 3.2rem auto;
  display: inline-block;
  padding-left: 4.4rem;
}
@media screen and (max-width: 767px) {
  .attentionIcon {
    background-size: 2.4rem auto;
    padding-left: 3.4rem;
  }
}
.attentionIcon.-white {
  background-image: url("/ticket/tokutoku/sakai_odekakefreepass/assets/img/icon-attention_white.svg");
}
.attentionIcon.-red {
  background-image: url("/ticket/tokutoku/sakai_odekakefreepass/assets/img/icon-attention_red.svg");
}

/* 外窓アイコン */
.brankIcon {
  background: url("/ticket/tokutoku/sakai_odekakefreepass/assets/img/icon-blank_white.svg") right center no-repeat;
  background-size: 1.1rem auto;
  padding-right: 1.9rem;
}

/* pdfアイコン */
.pdfIcon {
  background: url("/ticket/tokutoku/sakai_odekakefreepass/assets/img/icon_pdf.svg") right top 60% no-repeat;
  padding-right: 2.1rem;
}
@media screen and (max-width: 767px) {
  .pdfIcon {
    line-height: 1.8;
    padding-right: 2.3rem;
  }
}

/* ※印つきリスト */
*:not(.dotList *) + .attentionList:not(.attentionList) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  *:not(.dotList *) + .attentionList:not(.attentionList) {
    margin-top: 2.3rem;
  }
}
.attentionList.-pcInlineBlock {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .attentionList.-pcInlineBlock {
    display: block;
  }
}
.attentionList.-marginTopNarrow {
  margin-top: 1.6rem;
}
.attentionList > li {
  font-size: 1.6rem;
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}
@media screen and (max-width: 767px) {
  .attentionList.-spSmall > li {
    font-size: 1.2rem;
  }
}

/* ●印つきリスト */
*:not(p) + .dotList {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  *:not(p) + .dotList {
    margin-top: 1.6rem;
  }
}
.dotList.-fontSizeBig > li {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .dotList.-fontSizeBig > li {
    font-size: 1.6rem;
  }
}
.dotList.-fontSizeBig > li::before {
  width: 0.8rem;
  height: 0.8rem;
  top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .dotList.-fontSizeBig > li::before {
    width: 1.6rem;
    height: 1.6rem;
    top: 0.6rem;
  }
}
.dotList > li {
  font-size: 1.6rem;
  padding-left: 2rem;
  position: relative;
}
.dotList > li::before {
  content: "";
  background-color: currentColor;
  border-radius: 50%;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 1rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .dotList > li::before {
    width: 1.6rem;
    height: 1.6rem;
    top: 0.6rem;
  }
}
.dotList > li.-iconBrown::before {
  background-color: #6A3906 !important;
}
.dotList.-iconGreen > li::before {
  background-color: #3EB89D;
}
.dotList.-iconGreen + .twoColumn {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
.dotList.-iconRed > li::before {
  background-color: #DF1F1C;
}
.dotList.-iconBrown > li::before {
  background-color: #6A3906;
}
.dotList.-fontBold > li {
  font-weight: bold;
}

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

/* 横並びリスト */
.inlineBlockList > li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .inlineBlockList > li {
    display: block;
    padding-left: 1.9rem;
    text-indent: -1.9rem;
  }
}
.inlineBlockList > li + li {
  margin-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .inlineBlockList > li + li {
    margin-left: 0;
  }
}

/* ダウンロードアイコンリスト */
.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;
}

/* リンクボタンリスト */
.buttonList > li + li {
  margin-top: 2rem;
}

/* バナーリスト */
.bannerList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-column-gap: 63px;
     -moz-column-gap: 63px;
          column-gap: 63px;
  row-gap: 62px;
  margin-top: 6.7rem;
}
@media screen and (max-width: 767px) {
  .bannerList {
    row-gap: 20px;
    margin-top: 3.5rem;
  }
  .bannerList > li {
    width: 100%;
  }
  .bannerList > li img {
    width: 100%;
    height: auto;
  }
}
.bannerList a {
  transition: opacity 1s;
}
.bannerList a:hover {
  opacity: 0.7;
}

.modelCourseList {
  font-size: 1.6rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .modelCourseList {
    margin-top: 1.6rem;
  }
}
.modelCourseList dt {
  color: #E34E5D;
  font-weight: 700;
  position: relative;
  padding-left: 2rem;
  line-height: 1.6;
}
.modelCourseList dt::before {
  content: "";
  background-color: currentColor;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.-mt20 + .modelCourseList {
  margin-top: 0;
}

.bonusList {
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #E34E5D;
  border-radius: 8px;
  border: 3px solid #E34E5D;
  display: flex;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .bonusList {
    font-size: 1.6rem;
  }
}
.bonusList dt {
  color: #fff;
  text-align: center;
  padding-block: 0.7rem;
  padding-inline: 0.5rem;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
.bonusList dd {
  color: #E34E5D;
  letter-spacing: 0.06rem;
  background-color: #fff;
  border-radius: 0 8px 8px 0;
  width: 100%;
  padding-block: 0.8rem;
  padding-inline: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
  align-items: center;
}
.bonusList dd .colorRed {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .bonusList dd .colorRed {
    font-size: 1.3rem;
  }
}

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

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

/* 緑色テキスト */
.colorGreen {
  color: #3EB89D;
}

/* 茶色テキスト */
.colorBrown {
  color: #6A3906;
}

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

/* 説明文 */
.caption {
  font-size: 1.6rem;
}
* + .caption {
  margin-top: 2rem;
}

/* 注釈 */
.attentionText {
  font-size: 1.2rem;
}
.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 {
  margin-top: 1.4rem;
}
.attentionText + * {
  margin-top: 4.9rem;
}
@media screen and (max-width: 767px) {
  .attentionText + * {
    margin-top: 2.4rem;
  }
}
.attentionText.-right {
  max-inline-size: -webkit-max-content;
  max-inline-size: max-content;
  margin-left: auto;
}

/* 強調された注意文 */
.bigAttention {
  color: #DF1F1C;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .bigAttention {
    font-size: 2rem;
  }
}
* + .bigAttention {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  * + .bigAttention {
    margin-top: 2.4rem;
  }
}
.bigAttention + * {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .bigAttention + * {
    margin-top: 1.6rem;
  }
}

/* キャッチ */
.catch {
  color: #E03444;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
}
.catch + * {
  margin-top: 1.7rem;
}

/* 観光ブロックのドットリスト下で使うキャッチ */
.pointCatch {
  font-size: 1.6rem;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .pointCatch {
    margin-top: 1.6rem;
  }
}

/* ドットラインつきキャッチ */
.dotLineCatch {
  margin-top: 3.2rem;
  padding-top: calc(3.2rem + 8px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .dotLineCatch {
    margin-top: 2.4rem;
    padding-top: calc(2.4rem + 8px);
    padding-inline: 1.1rem;
  }
}
.dotLineCatch + * {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .dotLineCatch + * {
    margin-top: 2.4rem;
  }
}
.dotLineCatch::before {
  background: radial-gradient(circle farthest-side, #F6BDC6, #F6BDC6 40%, transparent 40%, transparent);
  background-size: 16px 6px;
  content: "";
  display: inline-block;
  height: 6px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* 紫背景のテキスト */
.purpleLabelText {
  background-color: #762373;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.6;
  padding-block: 1.4rem;
  padding-inline: 2rem;
  text-align: center;
}
.purpleLabelText + * {
  margin-top: 3.2rem;
}
* + .purpleLabelText {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  * + .purpleLabelText {
    margin-top: 1.6rem;
  }
}
.purpleLabelText .attentionList {
  font-weight: 400;
  margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .purpleLabelText .attentionList {
    text-align: left;
  }
}

/* 茶背景のテキスト */
.brownLabelText {
  background-color: #F6F1EA;
  border-radius: 10px;
  padding-block: 2.4rem;
  padding-inline: 3.2rem;
}
@media screen and (max-width: 767px) {
  .brownLabelText {
    padding-block: 2rem;
    padding-inline: 1.9rem;
  }
}
.brownLabelText.-noneRadius {
  border-radius: 0;
  padding-block: 1rem;
  padding-inline: 1rem;
  text-align: center;
}
* + .brownLabelText.-noneRadius {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  * + .brownLabelText.-noneRadius {
    margin-top: 2.4rem;
  }
}
.brownLabelText.-widthImage {
  background-image: url("/ticket/tokutoku/sakai_odekakefreepass/assets/img/deco-ico.png");
  background-position: right 2.4rem center;
  background-repeat: no-repeat;
  background-size: 13.9rem auto;
  padding-block: 3.9rem;
  padding-right: 14.5rem;
}
@media screen and (max-width: 767px) {
  .brownLabelText.-widthImage {
    background-position: right 1.9rem center;
    background-size: 9.3rem auto;
    padding-block: 2rem;
    padding-right: 12.3rem;
  }
}
.brownLabelText + * {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .brownLabelText + * {
    margin-top: 2.4rem;
  }
}

.modelCourseText {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .modelCourseText {
    font-size: 1.8rem;
  }
}