@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: 5.6rem;
  }
}
.sectionBox * + .sectionBox.nonMargin {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .sectionBox * + .sectionBox.nonMargin {
    margin-top: 0;
  }
}
* + .sectionBox.-small {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  * + .sectionBox.-small {
    margin-top: 3.2rem;
  }
}
.sectionBox.-small + .basicButton {
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .sectionBox.-small + .basicButton {
    margin-top: 2.4rem;
  }
}
* + .sectionBox.-small.-topNarrow {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  * + .sectionBox.-small.-topNarrow {
    margin-top: 1.6rem;
  }
}
.sectionBox.-small + .attentionText {
  margin-top: 1.6rem;
}

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

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

.headingLevel2 {
  background-color: #D9EFF9;
  padding-top: 3rem;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .headingLevel2 {
    padding-inline: 0;
    padding-block: 1.6rem;
  }
}

.headingLevel3 {
  display: flex;
  background-color: #FFF570;
  font-size: 3.4rem;
  color: #000;
  font-weight: 700;
  text-align: center;
  align-items: center;
  justify-content: center;
  min-height: 122px;
  border-bottom: 8px solid #E73079;
}
@media screen and (max-width: 767px) {
  .headingLevel3 {
    font-size: 2rem;
    min-height: 82px;
    padding-block: 1.6rem;
    line-height: 1.4;
  }
}
.headingLevel3 + * {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .headingLevel3 + * {
    margin-top: 2.4rem;
  }
}
.headingLevel3 + .blueInner {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .headingLevel3 + .blueInner {
    margin-top: 0;
  }
}

.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 .-small {
  font-weight: 400;
  font-size: 1.6rem;
  margin-left: 1.6rem;
}
.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.-pink {
  color: #E73079;
}
.useHeading.-pink::before {
  background-color: #E73079;
}
.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;
  line-height: 1.4;
}
.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: #00A8EB;
  box-shadow: 0 5px 0 #00719E;
  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.-pink {
  background-color: #E73079;
  box-shadow: 0 5px 0 #A82358;
}
.basicButton.-medium {
  font-size: 2rem;
  max-width: 560px;
  min-height: 60px;
}
@media screen and (max-width: 767px) {
  .basicButton.-medium {
    font-size: 1.6rem;
  }
}
.basicButton.-small {
  background-color: #E73079;
  box-shadow: 0 5px 0 #A82358;
}
.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: #E73079;
  border-radius: 10px 0 0 10px;
  color: #fff;
  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: #fff;
}
@media screen and (max-width: 767px) {
  .fixedLink a::after {
    width: 7px;
    height: 8px;
  }
}

.navLink {
  display: flex;
  -webkit-column-gap: 1.953125%;
     -moz-column-gap: 1.953125%;
          column-gap: 1.953125%;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 767px) {
  .navLink {
    flex-direction: column;
    row-gap: 20px;
  }
}
.navLink li {
  width: 23.4375%;
}
@media screen and (max-width: 767px) {
  .navLink li {
    width: 100%;
  }
}
.navLink li .basicButton {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 5px 0 #A82358;
  min-height: 104px;
  background: #E73079 url("../img/arrow-bottom_white.svg") center bottom 16px no-repeat;
  border-radius: 10px;
  font-size: 1.6rem;
  padding-inline: 0;
  padding-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .navLink li .basicButton {
    background: #E73079 url("../img/arrow-bottom_white.svg") center bottom 12px no-repeat;
    border-radius: 5px;
    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.2rem;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
  line-height: 1.6;
}

/* ●印つきリスト */
.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 {
  padding-top: 0.8rem;
}
.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;
}

/* 画像とコンテンツ */
.imageContent {
  display: flex;
  justify-content: space-between;
  row-gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .imageContent {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .imageContent__image {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  .imageContent__image img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .imageContent__content {
    flex-basis: 100%;
  }
}

/* MV */
.mv img {
  display: block;
  margin-inline: auto;
}
.mv .attentionList {
  margin-top: 0.8rem;
}

.mvPrice {
  background-color: #00A8EB;
  padding-block: 4rem;
}
@media screen and (max-width: 767px) {
  .mvPrice {
    padding-block: 1.6rem 2.4rem;
  }
}

.mvInfo {
  margin-bottom: 0.8rem;
}
.mvInfo .inner {
  background-color: #00A8EB;
}
.mvInfo .inner + .inner {
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .mvInfo .inner + .inner {
    padding-bottom: 2.4rem;
  }
}

.mvLead {
  background-color: #0091D5;
}
.mvLead .inner {
  position: relative;
}

.mvMascot {
  position: absolute;
  z-index: 1;
  top: 26px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .mvMascot {
    width: 15.4666666667%;
    top: 14px;
    left: 5%;
  }
}

.mv-map {
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .mv-map img {
    width: 182.9333333333%;
    max-width: inherit !important;
    margin-inline: 16px;
  }
}

.blueInner {
  background-color: #00A8EB;
  padding-top: 3.2rem;
  padding-inline: 3.2rem;
  padding-bottom: 9.6rem;
  max-width: 1024px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .blueInner {
    padding-top: 1.6rem;
    padding-inline: 1.6rem;
    padding-bottom: 5.6rem;
  }
}

.bgStripe {
  border-radius: 12px;
  max-width: 960px;
  margin-inline: auto;
  background-color: #fff;
  background-image: url("/railroad/ticket/tokutoku/kinosakionsen_amanohashidate/assets/img/bg-stripe.svg");
}
@media screen and (max-width: 767px) {
  .bgStripe {
    background-image: none;
  }
}

.transportBox {
  background-color: #fff;
  border-radius: 12px;
  margin-inline: 9.375%;
}
@media screen and (max-width: 767px) {
  .transportBox {
    margin-inline: 0;
  }
}

.transportItem {
  padding-block: 4rem;
  margin-inline: 8.4615384615%;
}
@media screen and (max-width: 767px) {
  .transportItem {
    margin-inline: 16px;
    padding-block: 2.4rem;
  }
}
.transportItem__heading {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .transportItem__heading {
    margin-bottom: 1.6rem;
  }
}
.transportItem + .transportItem {
  background-image: radial-gradient(circle, #0091d5 3px, transparent 3px);
  background-position: left 3px top;
  background-repeat: repeat-x;
  background-size: 18px 6px;
}
.transportItem p img {
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .transportItem p img {
    width: 100%;
  }
}
.transportItem > P {
  margin-inline: -16px;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .transportItem > P {
    margin-inline: 0;
    line-height: 1.4;
  }
}
.transportItem .basicButton {
  margin-top: 1.6rem;
}

.spotBox {
  background-color: #FBE6EF;
  border-radius: 12px;
  padding-inline: 2.4rem;
  padding-top: 2.4rem;
  padding-bottom: 2.8rem;
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 6px;
}
@media screen and (max-width: 767px) {
  .spotBox {
    padding-inline: 1.6rem;
    padding-bottom: 2.4rem;
  }
}

.spotItem {
  position: relative;
  flex-basis: 49.6710526316%;
}
@media screen and (max-width: 767px) {
  .spotItem {
    flex-wrap: wrap;
    flex-basis: 100%;
  }
}
.spotItem:nth-child(1) {
  padding-right: 1.6rem;
  padding-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .spotItem:nth-child(1) {
    padding-bottom: 3rem;
    padding-right: 0;
  }
}
.spotItem:nth-child(1)::before {
  content: "";
  position: absolute;
  left: -8px;
  bottom: -6px;
  width: 98.5%;
  height: 6px;
  background-image: radial-gradient(circle, #ad7ea6 3px, transparent 3px);
  background-repeat: repeat-x;
  background-size: 18px 6px;
}
@media screen and (max-width: 767px) {
  .spotItem:nth-child(1)::before {
    width: 100%;
  }
}
.spotItem:nth-child(1)::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -6px;
  width: 6px;
  height: 100%;
  background-image: radial-gradient(circle, #ad7ea6 3px, transparent 3px);
  background-repeat: repeat-y;
  background-size: 6px 18px;
}
@media screen and (max-width: 767px) {
  .spotItem:nth-child(1)::after {
    display: none;
  }
}
.spotItem:nth-child(1) .spotItem__heading {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .spotItem:nth-child(1) .spotItem__heading {
    margin-top: 0;
  }
}
.spotItem:nth-child(2) {
  padding-left: 1.6rem;
  padding-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .spotItem:nth-child(2) {
    padding-top: 2.4rem;
    padding-bottom: 3rem;
    padding-left: 0;
  }
}
.spotItem:nth-child(2)::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -6px;
  width: 98%;
  height: 6px;
  background-image: radial-gradient(circle, #ad7ea6 3px, transparent 3px);
  background-repeat: repeat-x;
  background-size: 18px 6px;
}
@media screen and (max-width: 767px) {
  .spotItem:nth-child(2)::before {
    width: 100%;
  }
}
.spotItem:nth-child(2) .spotItem__heading {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .spotItem:nth-child(2) .spotItem__heading {
    margin-top: 0;
  }
}
.spotItem:nth-child(3) {
  padding-right: 1.6rem;
  padding-top: 3.2rem;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .spotItem:nth-child(3) {
    padding-top: 2.4rem;
    padding-bottom: 3rem;
    padding-right: 0;
  }
}
.spotItem:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -6px;
  width: 6px;
  height: 100%;
  background-image: radial-gradient(circle, #ad7ea6 3px, transparent 3px);
  background-repeat: repeat-y;
  background-size: 6px 18px;
}
@media screen and (max-width: 767px) {
  .spotItem:nth-child(3)::after {
    background-repeat: repeat-x;
    background-size: 18px 6px;
    top: inherit;
    bottom: 0;
    width: 100%;
    height: 6px;
  }
}
.spotItem:nth-child(4) {
  padding-top: 3.2rem;
  padding-left: 1.6rem;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .spotItem:nth-child(4) {
    padding-top: 2.4rem;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.spotItem:nth-child(4) .basicButton {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .spotItem:nth-child(4) .basicButton {
    margin-top: 16px;
  }
}
.spotItem__heading {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .spotItem__heading img {
    height: 28px;
    width: auto;
  }
}
.spotItem > p {
  margin-bottom: 1.6rem;
}
.spotItem > p picture img {
  max-width: 424px !important;
}
@media screen and (max-width: 767px) {
  .spotItem > p picture img {
    width: 236px;
  }
}
.spotItem .contentWrap {
  display: flex;
  flex-wrap: wrap;
}
.spotItem .imageContent {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.spotItem .imageContent__image {
  flex-basis: 50.4587155963%;
}
@media screen and (max-width: 767px) {
  .spotItem .imageContent__image {
    flex-basis: 100%;
    max-width: 420px;
    margin-inline: auto;
  }
}
.spotItem .imageContent__image img {
  border-radius: 16px;
}
.spotItem .imageContent__content {
  flex-basis: 45.871559633%;
}
@media screen and (max-width: 767px) {
  .spotItem .imageContent__content {
    flex-basis: 100%;
  }
}
.spotItem .imageContent__content p {
  line-height: 1.4;
  font-weight: 500;
}
.spotItem .basicButton {
  margin-top: 1.6rem;
  width: 100%;
}
.spotItem .attentionList {
  margin-top: 0;
  margin-right: -3.2rem;
}
@media screen and (max-width: 767px) {
  .spotItem .attentionList {
    margin-top: 0.8rem;
  }
}

.downloadText {
  color: #000;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 1.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;
}

.buyContents + .buyContents {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #C9C9C9;
}

.logoSideBox {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .logoSideBox {
    display: block;
    margin-bottom: 4rem;
  }
}
.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%;
  }
}

.column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 6.4%;
     -moz-column-gap: 6.4%;
          column-gap: 6.4%;
  max-width: 750px;
  row-gap: 32px;
  justify-content: flex-start;
  margin-inline: auto;
}
@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 #E73079;
  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 #E73079;
    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: #E73079;
  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;
  color: #E73079;
}