@charset "UTF-8";
/* ************************************************************************
   ************************************************************************

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
.t__min {
  font-family: serif !important;
}

/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
svg {
  fill: currentColor;
}

/* ------------------------------
    MIXIN
  ------------------------------ */
.bannerIntro p {
  color: #0068b7;
  margin-bottom: 32px;
}
@media screen and (min-width: 320px) {
  .bannerIntro p {
    font-size: 1.4rem;
    text-align: left;
  }
}
@media screen and (min-width: 600px) {
  .bannerIntro p {
    font-size: 2.2rem;
    text-align: center;
  }
}

.bannerInfo__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
}
@media screen and (min-width: 320px) {
  .bannerInfo__head {
    padding-bottom: 1.2rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 600px) {
  .bannerInfo__head {
    padding-bottom: 1.6rem;
    margin-bottom: 2rem;
  }
}
.bannerInfo__headTitle {
  font-weight: 700;
  color: #333740;
  letter-spacing: 0.08em;
  margin: 0 auto;
}
.bannerInfo__headTitle span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3rem 1.4rem;
  border-radius: 999px;
  background: #d91b5e;
  color: #FFF;
  font-size: 1.6rem;
}
@media screen and (min-width: 600px) {
  .bannerInfo__headTitle span {
    padding: 0.4rem 1.8rem;
    font-size: 2.4rem;
  }
}
.bannerInfo {
  /* レース一覧 */
}
@media screen and (min-width: 320px) {
  .bannerInfo__race {
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) {
  .bannerInfo__race {
    margin-top: 0.4rem;
  }
}
.bannerInfo__raceList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bannerInfo__raceListitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1.2rem;
  background: #efefef;
  border-radius: 10px;
  border-left: 4px solid #018bcb;
}
@media screen and (min-width: 320px) {
  .bannerInfo__raceListitem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.2rem 1.4rem;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 600px) {
  .bannerInfo__raceListitem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1.4rem 1.8rem;
    font-size: 1.8rem;
  }
}
.bannerInfo__raceListitem + .bannerInfo__raceListitem {
  margin-top: 0.8rem;
}
.bannerInfo__raceListitem .time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  color: #0068b7;
  white-space: nowrap;
}
.bannerInfo__raceListitem .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
  color: #333740;
}
@media screen and (min-width: 320px) {
  .bannerInfo__raceListitem .name {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .bannerInfo__raceListitem .name {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 320px) {
  .pageNav {
    padding: 5rem 2.5vw 0;
  }
}
@media screen and (min-width: 1025px) {
  .pageNav {
    padding: 20rem 20.5vw 0 16.5vw;
  }
}
.pageNav.isSticky {
  position: sticky;
  z-index: 1;
}
@media screen and (min-width: 320px) {
  .pageNav.isSticky {
    top: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageNav.isSticky {
    top: -17rem;
  }
}
.pageNav .pageNavList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2%;
}
@media screen and (min-width: 320px) {
  .pageNav .pageNavList.isSingle {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .pageNav .pageNavList.isSingle {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pageNav .pageNavItem {
  display: block;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .pageNav .pageNavItem {
    border-radius: 0.8rem;
    padding: 0.8rem 0 1.2rem 4.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageNav .pageNavItem {
    border-radius: 1.6rem;
    padding: 0.9rem 0 1.7rem 9rem;
  }
  .pageNav .pageNavItem:hover .itemIcon::before {
    -webkit-transform: translate(-50%, -35%);
            transform: translate(-50%, -35%);
  }
}
@media screen and (min-width: 320px) {
  .pageNav .pageNavItem.bus .itemTitle {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageNav .pageNavItem.bus .itemTitle {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 320px) {
  .pageNav .itemTitle {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageNav .itemTitle {
    font-size: 3.2rem;
  }
}
.pageNav .itemTitleEn {
  opacity: 0.8;
}
@media screen and (min-width: 320px) {
  .pageNav .itemTitleEn {
    font-size: 1rem;
    margin-top: 0.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageNav .itemTitleEn {
    font-size: 1.8rem;
    margin-top: 0.7rem;
  }
}
.pageNav .itemIcon {
  position: absolute;
  top: 8%;
  height: 84%;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 320px) {
  .pageNav .itemIcon {
    left: 2.4%;
    border-radius: 0.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .pageNav .itemIcon {
    left: 1.3%;
    border-radius: 0.8rem;
  }
}
.pageNav .itemIcon::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: currentColor;
  -webkit-mask: url("../images/arrow-down.svg") no-repeat center/100% 100%;
          mask: url("../images/arrow-down.svg") no-repeat center/100% 100%;
  z-index: 1;
  width: 58%;
  aspect-ratio: 1/1;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.detailList {
  display: grid;
}
@media screen and (min-width: 320px) {
  .detailList {
    gap: 1rem 0;
    margin: 2.4rem 0 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .detailList {
    gap: 1.6rem 0;
    margin: 2.8rem 0 5.5rem;
  }
}

.detailItem {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 1px 24px 0px rgba(35, 24, 21, 0.32);
          box-shadow: 0px 1px 24px 0px rgba(35, 24, 21, 0.32);
}
@media screen and (min-width: 320px) {
  .detailItem {
    font-size: 1.3rem;
    line-height: 1.75;
    border-radius: 0.4em;
    padding: 1rem 3% 0.8rem 7.5%;
  }
}
@media screen and (min-width: 1025px) {
  .detailItem {
    font-size: 2.4rem;
    line-height: 2;
    border-radius: 0.8rem;
    padding: 1.9rem 2% 1.7rem 7.5%;
  }
}
.detailItem::before {
  position: absolute;
  content: "";
  left: 3%;
  width: 1.502%;
  aspect-ratio: 1/1;
  background-color: #d91b5e;
  border-radius: 50%;
}
@media screen and (min-width: 320px) {
  .detailItem::before {
    top: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .detailItem::before {
    top: 3.3rem;
  }
}
.detailItem .accent {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .detailItem .accent {
    margin-right: 0.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .detailItem .accent {
    margin-right: 0.8rem;
  }
}
.detailItem .large {
  font-size: 140.6%;
  line-height: 1;
}
.detailItem .small {
  font-size: 74.4%;
}
.detailItem.isFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 320px) {
  .detailItem.isFlex .desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .detailItem.isFlex .desc {
    width: 40%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 320px) {
  .detailItem.isFlex .img {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .detailItem.isFlex .img {
    width: 50%;
  }
}
.detailItem.isFlex a {
  position: relative;
  display: block;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.detailItem.isFlex a:hover {
  opacity: 0.4;
}
.detailItem.isFlex a .icon {
  position: absolute;
  inset: auto 8px 8px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #d91b5e;
}
@media screen and (min-width: 320px) {
  .detailItem.isFlex a .icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .detailItem.isFlex a .icon {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.detailItem.isFlex a .icon svg {
  display: block;
  fill: #FFF;
  width: 50%;
  height: 50%;
}

.bannerAddress {
  line-height: 1.64;
}
@media screen and (min-width: 320px) {
  .bannerAddress {
    font-size: 1.3rem;
    padding: 1rem 0 0 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerAddress {
    font-size: 2.4rem;
    padding: 1.8rem 0 0 1rem;
  }
}

.bannerInfo {
  position: relative;
}
@media screen and (min-width: 320px) {
  .bannerInfo {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 600px) {
  .bannerInfo {
    margin-bottom: 32px;
  }
}
.bannerInfo__inner {
  position: relative;
  background: white;
  color: #0068b7;
  -webkit-box-shadow: 0 0 40px -16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 40px -16px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 320px) {
  .bannerInfo__inner {
    padding: 2.4rem 2.4rem 2.8rem;
    border-radius: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .bannerInfo__inner {
    padding: 3.6rem 4.2rem 4rem;
    border-radius: 24px;
  }
}
@media screen and (min-width: 320px) {
  .bannerInfo__head {
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerInfo__head {
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 320px) {
  .bannerInfo__lead {
    margin-top: 1rem;
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1025px) {
  .bannerInfo__lead {
    margin-top: 1.4rem;
    font-size: 2.4rem;
    line-height: 2;
  }
}
@media screen and (min-width: 320px) {
  .bannerInfo__blocks {
    display: grid;
    gap: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerInfo__blocks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.8rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 320px) {
  .bannerInfo__address {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerInfo__address {
    margin-top: 4rem;
    padding-top: 2.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}
@media screen and (min-width: 320px) {
  .bannerInfo__address ol {
    padding: 24px 0 0 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerInfo__address ol {
    padding: 24px 0 0 4rem;
  }
}
.bannerInfo__address ol li {
  list-style-type: decimal;
  margin-bottom: 8px;
}
@media screen and (min-width: 320px) {
  .bannerInfo__address ol li {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerInfo__address ol li {
    font-size: 2.4rem;
  }
}
.bannerInfo__addressTitle {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .bannerInfo__addressTitle {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerInfo__addressTitle {
    font-size: 2.8rem;
  }
}

.bannerBlock {
  position: relative;
  padding: 1.8rem 1.8rem 1.8rem;
  border: solid 1px rgba(0, 104, 183, 0.24);
  border-radius: 1rem;
}
@media screen and (min-width: 1025px) {
  .bannerBlock {
    padding: 2.2rem 2.4rem 2.4rem;
  }
}
.bannerBlock::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(217, 27, 94, 0.4);
  opacity: 0.4;
  pointer-events: none;
  mix-blend-mode: screen;
}
.bannerBlock__title {
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 320px) {
  .bannerBlock__title {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerBlock__title {
    font-size: 2.8rem;
    margin-bottom: 1.6rem;
  }
}
.bannerBlock--note {
  background: rgba(0, 104, 183, 0.08);
  border: none;
}
.bannerBlock--note::before {
  border-color: rgba(217, 27, 94, 0.6);
}

.bannerList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
}
@media screen and (min-width: 320px) {
  .bannerList {
    gap: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerList {
    gap: 1.4rem;
  }
}

.bannerItem__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.8rem;
}
.bannerItem__num {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  border-radius: 999px;
  background-color: #d91b5e;
  color: #FFF;
}
@media screen and (min-width: 320px) {
  .bannerItem__num {
    min-width: 2.2rem;
    height: 2.2rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerItem__num {
    min-width: 3.4rem;
    height: 3.4rem;
    font-size: 1.8rem;
  }
}
.bannerItem__title {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .bannerItem__title {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1025px) {
  .bannerItem__title {
    font-size: 2.4rem;
    line-height: 1.7;
  }
}
.bannerItem__title strong {
  font-weight: 900;
  text-decoration: underline;
}
.bannerItem__title.underline {
  position: relative;
  display: inline-block;
}
.bannerItem__title.underline::after {
  content: "";
  position: absolute;
  inset: auto auto -5% -5%;
  display: block;
  width: 110%;
  height: 50%;
  background-color: #FFB800;
}
.bannerItem__title.underline span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media screen and (min-width: 320px) {
  .bannerItem__text {
    margin-top: 0.4rem;
    font-size: 1.2rem;
    line-height: 1.7;
    opacity: 0.9;
    padding-left: 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerItem__text {
    margin-top: 0.6rem;
    font-size: 1.8rem;
    line-height: 1.8;
    opacity: 0.85;
    padding-left: 4.4rem;
  }
}

/* 電子横断幕用のレイアウト（画像付きアイテム） */
@media screen and (min-width: 320px) {
  .bannerItem--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerItem--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.bannerItem--flex .bannerItem__image {
  width: 100%;
}
@media screen and (min-width: 320px) {
  .bannerItem--flex .bannerItem__image {
    padding: 0 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerItem--flex .bannerItem__image {
    padding: 0 4.2rem;
  }
}
.bannerItem--flex .imgWrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.bannerItem--flex .imgWrapper:hover {
  opacity: 0.4;
}
.bannerItem--flex .imgWrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.bannerItem--flex .imgWrapper .icon {
  position: absolute;
  inset: auto 1.2rem 1.2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #d91b5e;
}
@media screen and (min-width: 320px) {
  .bannerItem--flex .imgWrapper .icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerItem--flex .imgWrapper .icon {
    width: 4rem;
    height: 4rem;
  }
}
.bannerItem--flex .imgWrapper .icon svg {
  display: block;
  width: 50%;
  height: 50%;
  fill: #FFF;
}

/* 必要なら電子版だけマージンを変えたいとき */
.bannerPosition {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
}
@media screen and (min-width: 320px) {
  .bannerPosition {
    margin-top: 1.6rem;
    padding: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .bannerPosition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.6rem;
    margin-top: 2rem;
    padding: 32px;
  }
}
@media screen and (min-width: 320px) {
  .bannerPosition p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerPosition p {
    font-size: 2.4rem;
    line-height: 1.9;
    width: 68%;
    margin: 0;
  }
}
.bannerPosition p strong {
  font-weight: 700;
  font-size: 140%;
}
.bannerPosition .imgWrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
@media screen and (min-width: 320px) {
  .bannerPosition .imgWrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .bannerPosition .imgWrapper {
    width: 30%;
  }
}
.bannerPosition .imgWrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.bannerPosition .imgWrapper .icon {
  position: absolute;
  inset: auto 1.2rem 1.2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #d91b5e;
}
@media screen and (min-width: 320px) {
  .bannerPosition .imgWrapper .icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerPosition .imgWrapper .icon {
    width: 4rem;
    height: 4rem;
  }
}
.bannerPosition .imgWrapper .icon svg {
  display: block;
  width: 50%;
  height: 50%;
  fill: #FFF;
}
.bannerPosition .imgWrapper:hover {
  opacity: 0.4;
}

.bannerNotice {
  position: relative;
  border-radius: 0.8rem;
  border: 1px solid rgba(217, 27, 94, 0.7);
  background: linear-gradient(135deg, rgba(217, 27, 94, 0.18), rgba(255, 255, 255, 0.02));
}
@media screen and (min-width: 320px) {
  .bannerNotice {
    margin-top: 1.6rem;
    padding: 1.4rem 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerNotice {
    margin-top: 2rem;
    padding: 1.8rem 2rem;
  }
}
.bannerNotice::before {
  content: "Notice";
  position: absolute;
  top: 0;
  left: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 8px 12px;
  border-radius: 999px;
  background-color: #d91b5e;
  color: #FFF;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 320px) {
  .bannerNotice::before {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerNotice::before {
    font-size: 1.4rem;
  }
}

.bannerNotice__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .bannerNotice__title {
    font-size: 1.6rem;
    padding-top: 0.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .bannerNotice__title {
    font-size: 2.4rem;
    padding-top: 0.6rem;
  }
}

@media screen and (min-width: 320px) {
  .bannerNotice__text {
    margin-top: 0.6rem;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1025px) {
  .bannerNotice__text {
    margin-top: 0.8rem;
    font-size: 1.8rem;
    line-height: 1.9;
  }
}/*# sourceMappingURL=yell_vision.css.map */