@charset "UTF-8";
:root {
  --color-accent-01: #8eb947;
  --text-color-main: #000;
  --color-white: #fff;
  --color-black-01: #333;
  --color-gray-01: #a8a8a8;
  --color-gray-02: #707070;
  --color-gray-03: #ededed;
  --color-gray-04: #8b8b8b;
  --color-gray-05: #aaa;
  --color-blue-01: #006195;
  --color-blue-02: #f4ffff;
  --color-blue-03: #37b9ef;
  --color-green-02: #f4fde8;
  --color-yellow-01: #fcf7c2;
  --color-yellow-02: #ffe624;
  --color-yellow-03: #ffe625;
  --color-pink-01: #e470a5;
  --color-pink-02: #df5695;
  --color-brown-01: #946449;
  --color-purple-01: #81207b;
}

/*----------------------------------
 メインヴィジュアル
----------------------------------*/
.hero {
  padding-block: 5.3333333333vw 10.6666666667vw;
  background-color: var(--color-yellow-03);
}
@media (width >= 600px) {
  .hero {
    padding-block: 1.953125vw;
  }
}
@media (width >= 1025px) {
  .hero {
    padding-block: 15px;
  }
}

@media (width <= 599px) {
  .hero .l-inner {
    padding-inline: 4vw;
  }
}

@media (width >= 600px) {
  .hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 2.0833333333vw;
  }
}
@media (width >= 1025px) {
  .hero__container {
    gap: 0 16px;
  }
}

.hero__image {
  width: calc(100vw + 5.3333333333vw * 2);
}
@media (width <= 599px) {
  .hero__image {
    -webkit-margin-start: calc(-5.3333333333vw * 2);
            margin-inline-start: calc(-5.3333333333vw * 2);
  }
}
@media (width >= 600px) {
  .hero__image {
    width: 70.3125vw;
  }
}
@media (width >= 1025px) {
  .hero__image {
    width: 540px;
  }
}
.hero__image img {
  width: 100%;
}

@media (width >= 600px) {
  .hero__content {
    width: 57.8125vw;
  }
}
@media (width >= 1025px) {
  .hero__content {
    width: 444px;
  }
}

.hero__content-image img {
  display: block;
  margin: 0 auto;
  width: 74.1333333333vw;
}
@media (width >= 600px) {
  .hero__content-image img {
    width: 49.7395833333vw;
  }
}
@media (width >= 1025px) {
  .hero__content-image img {
    width: 382px;
  }
}

.hero__content-desc {
  -webkit-margin-before: 3.7333333333vw;
          margin-block-start: 3.7333333333vw;
  padding: 0.3em 0.5em;
  width: 100%;
  font-size: 4.2666666667vw;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background-color: var(--color-white);
  border-radius: 8vw;
}
@media (width >= 600px) {
  .hero__content-desc {
    -webkit-margin-before: 5.859375vw;
            margin-block-start: 5.859375vw;
    font-size: 2.6041666667vw;
    line-height: 1.45;
    border-radius: 3.90625vw;
  }
}
@media (width >= 1025px) {
  .hero__content-desc {
    -webkit-margin-before: 45px;
            margin-block-start: 45px;
    font-size: 20px;
    border-radius: 30px;
  }
}

/*----------------------------------
 about
----------------------------------*/
.about {
  padding-block: 10.6666666667vw;
  background-color: var(--color-yellow-01);
}
@media (width >= 600px) {
  .about {
    padding-block: 6.5104166667vw;
  }
}
@media (width >= 1025px) {
  .about {
    padding-block: 50px;
  }
}

.about .c-content__title {
  -webkit-margin-after: 3.2vw;
          margin-block-end: 3.2vw;
}
@media (width >= 600px) {
  .about .c-content__title {
    -webkit-margin-after: 1.5625vw;
            margin-block-end: 1.5625vw;
  }
}
@media (width >= 1025px) {
  .about .c-content__title {
    -webkit-margin-after: 12px;
            margin-block-end: 12px;
  }
}

.about__content--strong {
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.5;
}
@media (width >= 600px) {
  .about__content--strong {
    font-size: 2.34375vw;
  }
}
@media (width >= 1025px) {
  .about__content--strong {
    font-size: 18px;
  }
}

@media (width >= 600px) {
  .about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 12%;
  }
}

.about__list:nth-child(n+2),
.about__item:nth-child(n+2) {
  -webkit-margin-before: 6.4vw;
          margin-block-start: 6.4vw;
}
@media (width >= 600px) {
  .about__list:nth-child(n+2),
  .about__item:nth-child(n+2) {
    -webkit-margin-before: 3.125vw;
            margin-block-start: 3.125vw;
  }
}
@media (width >= 1025px) {
  .about__list:nth-child(n+2),
  .about__item:nth-child(n+2) {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

@media (width >= 600px) {
  .about__list {
    width: 57.2916666667vw;
  }
}
@media (width >= 1025px) {
  .about__list {
    width: 440px;
  }
}
@media (width >= 600px) {
  .about__list:nth-child(n+2) {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.about__content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__content-box:nth-child(n+2) {
  -webkit-margin-before: 0.2em;
          margin-block-start: 0.2em;
}

.about__content-box-head {
  min-width: 5em;
}

/*----------------------------------
 1日の流れ
----------------------------------*/
.schedule {
  padding-block: 9.3333333333vw;
  background-color: var(--color-green-02);
}
@media (width >= 600px) {
  .schedule {
    padding-block: 6.5104166667vw;
  }
}
@media (width >= 1025px) {
  .schedule {
    padding-block: 50px;
  }
}

@media (width >= 600px) {
  .schedule .l-inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 3.90625vw;
    width: 15.8854166667vw;
    height: 8.8541666667vw;
    background: url("../../../assets/images/common/deco01.svg") no-repeat center top/contain;
  }
}
@media (width >= 1025px) {
  .schedule .l-inner::before {
    top: 0;
    right: 30px;
    width: 122px;
    height: 68px;
  }
}

.schedule .c-sec__title {
  -webkit-margin-after: 3.7333333333vw;
          margin-block-end: 3.7333333333vw;
}
@media (width >= 600px) {
  .schedule .c-sec__title {
    -webkit-margin-after: 3.6458333333vw;
            margin-block-end: 3.6458333333vw;
  }
}
@media (width >= 1025px) {
  .schedule .c-sec__title {
    -webkit-margin-after: 28px;
            margin-block-end: 28px;
  }
}

@media (width >= 600px) {
  .schedule__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 8.4635416667vw;
  }
}
@media (width >= 1025px) {
  .schedule__container {
    gap: 0 65px;
  }
}

.schedule__item {
  position: relative;
}
@media (width <= 599px) {
  .schedule__item:nth-child(n+2) {
    -webkit-margin-before: 5.6vw;
            margin-block-start: 5.6vw;
  }
}
@media (width >= 600px) {
  .schedule__item:nth-child(2) {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
  }
}
@media (width >= 600px) {
  .schedule__item:nth-child(3) {
    -webkit-margin-before: 2em;
            margin-block-start: 2em;
  }
}
@media (width >= 600px) {
  .schedule__item:nth-child(4) .schedule__list-image {
    margin: -1em 0 0 5em;
  }
}
@media (width >= 600px) {
  .schedule__item:nth-child(5) {
    -webkit-margin-before: 3em;
            margin-block-start: 3em;
  }
  .schedule__item:nth-child(5) .schedule__list-image {
    margin: -2em 0 0 4em;
  }
}

.schedule__list {
  -webkit-margin-after: 2.6666666667vw;
          margin-block-end: 2.6666666667vw;
}
@media (width >= 600px) {
  .schedule__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-margin-after: 1.3020833333vw;
            margin-block-end: 1.3020833333vw;
  }
}
@media (width >= 1025px) {
  .schedule__list {
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
  }
}

.schedule__list-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.schedule__list-item-box:nth-child(n+2) {
  -webkit-margin-before: 0.4em;
          margin-block-start: 0.4em;
}

.schedule__list-item-head {
  -webkit-margin-end: 0.7em;
          margin-inline-end: 0.7em;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.4444444444;
}
@media (width >= 600px) {
  .schedule__list-item-head {
    font-size: 2.34375vw;
  }
}
@media (width >= 1025px) {
  .schedule__list-item-head {
    font-size: 18px;
  }
}

.schedule__list-item-head--br {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.schedule__list-item-time {
  font-size: 6.4vw;
  font-weight: bold;
  line-height: 1.0833333333;
}
@media (width >= 600px) {
  .schedule__list-item-time {
    font-size: 3.125vw;
  }
}
@media (width >= 1025px) {
  .schedule__list-item-time {
    font-size: 24px;
  }
}

@media (width <= 599px) {
  .schedule__list-image img {
    display: block;
    margin: 0 auto;
  }
}

/*----------------------------------
 event
----------------------------------*/
.event {
  padding-block: 10.6666666667vw;
  background-color: var(--color-blue-02);
}
@media (width >= 600px) {
  .event {
    padding-block: 6.5104166667vw;
  }
}
@media (width >= 1025px) {
  .event {
    padding-block: 50px;
  }
}

@media (width >= 600px) {
  .event .l-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -3.90625vw;
    width: 17.1875vw;
    height: 8.203125vw;
    background: url("../../../assets/images/common/deco02.svg") no-repeat center top/contain;
  }
}
@media (width >= 1025px) {
  .event .l-inner::before {
    top: 0;
    left: -30px;
    width: 132px;
    height: 63px;
  }
}

.event .c-sec__title {
  -webkit-margin-after: 6.9333333333vw;
          margin-block-end: 6.9333333333vw;
}
@media (width >= 600px) {
  .event .c-sec__title {
    -webkit-margin-after: 6.5104166667vw;
            margin-block-end: 6.5104166667vw;
  }
}
@media (width >= 1025px) {
  .event .c-sec__title {
    -webkit-margin-after: 50px;
            margin-block-end: 50px;
  }
}

@media (width >= 600px) {
  .event__list {
    display: -ms-grid;
    display: grid;
    margin: 0 auto;
  }
}
@media (600px <= width < 900px) {
  .event__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 6.5104166667vw 5.43%;
    max-width: 421px;
  }
}
@media (901px <= width) {
  .event__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5.43% 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 5.43%;
    max-width: 920px;
  }
}

@media (width >= 600px) {
  .event__list-item {
    width: 100%;
  }
}
@media (width <= 599px) {
  .event__list-item:nth-child(n+2) {
    -webkit-margin-before: 7.7333333333vw;
            margin-block-start: 7.7333333333vw;
  }
}

.event__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.6666666667vw;
  -webkit-margin-after: 3.2vw;
          margin-block-end: 3.2vw;
}
@media (width >= 600px) {
  .event__list-title {
    gap: 0 1.5625vw;
    -webkit-margin-after: 1.5625vw;
            margin-block-end: 1.5625vw;
  }
}
@media (width >= 1025px) {
  .event__list-title {
    gap: 0 12px;
    -webkit-margin-after: 12px;
            margin-block-end: 12px;
  }
}

.event__list-title-season {
  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;
  width: 12.8vw;
  height: 12.8vw;
  border-radius: 2.6666666667vw;
}
@media (width >= 600px) {
  .event__list-title-season {
    width: 6.25vw;
    height: 6.25vw;
    border-radius: 1.3020833333vw;
  }
}
@media (width >= 1025px) {
  .event__list-title-season {
    width: 48px;
    height: 48px;
    border-radius: 10px;
  }
}
.event__list-title-season img {
  width: 7.7333333333vw;
}
@media (width >= 600px) {
  .event__list-title-season img {
    width: 3.7760416667vw;
  }
}
@media (width >= 1025px) {
  .event__list-title-season img {
    width: 29px;
  }
}

.event__list-title-text {
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.4444444444;
}
@media (width >= 600px) {
  .event__list-title-text {
    font-size: 2.34375vw;
  }
}
@media (width >= 1025px) {
  .event__list-title-text {
    font-size: 18px;
  }
}

.event__list-image {
  position: relative;
  padding: 1.6vw;
  background-color: var(--color-white);
  -webkit-box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
}
@media (width >= 600px) {
  .event__list-image {
    padding: 0.9114583333vw;
    -webkit-box-shadow: 0 0.390625vw 0.78125vw rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.390625vw 0.78125vw rgba(0, 0, 0, 0.16);
  }
}
@media (width >= 1025px) {
  .event__list-image {
    padding: 7px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.event__list-image img {
  width: 100%;
}

.event__list-balloon {
  position: absolute;
}

.event__outro {
  -webkit-margin-before: 8.2666666667vw;
          margin-block-start: 8.2666666667vw;
  font-size: 6.4vw;
  font-weight: bold;
  line-height: 1.0833333333;
  text-align: center;
  color: var(--color-pink-02);
}
@media (width >= 600px) {
  .event__outro {
    -webkit-margin-before: 4.4270833333vw;
            margin-block-start: 4.4270833333vw;
    font-size: 3.515625vw;
    line-height: 0.962962963;
  }
}
@media (width >= 1025px) {
  .event__outro {
    -webkit-margin-before: 34px;
            margin-block-start: 34px;
    font-size: 27px;
  }
}

@media (width >= 600px) {
  .event__list-item--spring {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.event__list-item--spring .event__list-title-season {
  background-color: var(--color-pink-01);
}
.event__list-item--spring .event__list-balloon-main {
  left: 0;
  bottom: -6.4vw;
}
@media (width <= 599px) {
  .event__list-item--spring .event__list-balloon-main {
    width: 31.7333333333vw;
  }
}
@media (width >= 600px) {
  .event__list-item--spring .event__list-balloon-main {
    left: 1.3020833333vw;
    bottom: -5.078125vw;
  }
}
@media (width >= 1025px) {
  .event__list-item--spring .event__list-balloon-main {
    left: 10px;
    bottom: -39px;
  }
}
.event__list-item--spring .event__list-balloon-sub {
  top: 3.2vw;
  right: 3.2vw;
}
@media (width <= 599px) {
  .event__list-item--spring .event__list-balloon-sub {
    width: 26.1333333333vw;
  }
}
@media (width >= 600px) {
  .event__list-item--spring .event__list-balloon-sub {
    top: 2.0833333333vw;
    right: 1.4322916667vw;
  }
}
@media (width >= 1025px) {
  .event__list-item--spring .event__list-balloon-sub {
    top: 16px;
    right: 11px;
  }
}

@media (width >= 600px) {
  .event__list-item--summer {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.event__list-item--summer .event__list-title-season {
  background-color: var(--color-blue-03);
}
.event__list-item--summer .event__list-balloon-main {
  left: 2.4vw;
  bottom: -3.4666666667vw;
}
@media (width <= 599px) {
  .event__list-item--summer .event__list-balloon-main {
    width: 28vw;
  }
}
@media (width >= 600px) {
  .event__list-item--summer .event__list-balloon-main {
    left: 1.5625vw;
    bottom: -5.078125vw;
  }
}
@media (width >= 1025px) {
  .event__list-item--summer .event__list-balloon-main {
    left: 12px;
    bottom: -39px;
  }
}
.event__list-item--summer .event__list-balloon-sub {
  top: 2.9333333333vw;
  left: 2.4vw;
}
@media (width <= 599px) {
  .event__list-item--summer .event__list-balloon-sub {
    width: 21.3333333333vw;
  }
}
@media (width >= 600px) {
  .event__list-item--summer .event__list-balloon-sub {
    top: 1.8229166667vw;
    left: 1.5625vw;
  }
}
@media (width >= 1025px) {
  .event__list-item--summer .event__list-balloon-sub {
    top: 14px;
    left: 12px;
  }
}

@media (width >= 600px) {
  .event__list-item--autumn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.event__list-item--autumn .event__list-title-season {
  background-color: var(--color-brown-01);
}
.event__list-item--autumn .event__list-balloon-main {
  top: 4.5333333333vw;
  right: 4vw;
  width: 33.0666666667vw;
}
@media (width >= 600px) {
  .event__list-item--autumn .event__list-balloon-main {
    top: 2.4739583333vw;
    right: 3.125vw;
    width: 20.9635416667vw;
  }
}
@media (width >= 1025px) {
  .event__list-item--autumn .event__list-balloon-main {
    top: 19px;
    right: 24px;
    width: 161px;
  }
}
.event__list-item--autumn .event__list-balloon-sub {
  top: 8.2666666667vw;
  left: 4.2666666667vw;
  width: 25.0666666667vw;
}
@media (width >= 600px) {
  .event__list-item--autumn .event__list-balloon-sub {
    top: 5.2083333333vw;
    left: 2.6041666667vw;
    width: 15.8854166667vw;
  }
}
@media (width >= 1025px) {
  .event__list-item--autumn .event__list-balloon-sub {
    top: 40px;
    left: 20px;
    width: 122px;
  }
}

@media (width >= 600px) {
  .event__list-item--winter {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.event__list-item--winter .event__list-title-season {
  background-color: var(--color-purple-01);
}
.event__list-item--winter .event__list-balloon-main {
  top: -2.9333333333vw;
  right: 1.8666666667vw;
}
@media (width <= 599px) {
  .event__list-item--winter .event__list-balloon-main {
    width: 39.4666666667vw;
  }
}
@media (width >= 600px) {
  .event__list-item--winter .event__list-balloon-main {
    top: -1.3020833333vw;
    right: 1.171875vw;
  }
}
@media (width >= 1025px) {
  .event__list-item--winter .event__list-balloon-main {
    top: -10px;
    right: 9px;
  }
}
.event__list-item--winter .event__list-balloon-sub {
  top: 7.7333333333vw;
  left: 5.3333333333vw;
}
@media (width <= 599px) {
  .event__list-item--winter .event__list-balloon-sub {
    width: 29.0666666667vw;
  }
}
@media (width >= 600px) {
  .event__list-item--winter .event__list-balloon-sub {
    top: 5.078125vw;
    left: 3.2552083333vw;
  }
}
@media (width >= 1025px) {
  .event__list-item--winter .event__list-balloon-sub {
    top: 39px;
    left: 25px;
  }
}

/*----------------------------------
 access
----------------------------------*/
.access {
  padding-block: 8.8vw 14.6666666667vw;
  background-color: var(--color-yellow-01);
}
@media (width >= 600px) {
  .access {
    padding-block: 6.5104166667vw 9.1145833333vw;
  }
}
@media (width >= 1025px) {
  .access {
    padding-block: 50px 70px;
  }
}

@media (width >= 600px) {
  .access .l-inner {
    max-width: calc((72.9166666667vw) + 40px * 2);
  }
}
@media (width >= 1025px) {
  .access .l-inner {
    max-width: calc((560px) + 40px * 2);
  }
}

.access .c-sec__title {
  -webkit-margin-after: 6.9333333333vw;
          margin-block-end: 6.9333333333vw;
}
@media (width >= 600px) {
  .access .c-sec__title {
    -webkit-margin-after: 5.5989583333vw;
            margin-block-end: 5.5989583333vw;
  }
}
@media (width >= 1025px) {
  .access .c-sec__title {
    -webkit-margin-after: 43px;
            margin-block-end: 43px;
  }
}

.access__map-link {
  display: inline-block;
  -webkit-margin-before: 1.8666666667vw;
          margin-block-start: 1.8666666667vw;
  text-decoration: underline;
  color: var(--color-blue-01);
}
@media (width >= 600px) {
  .access__map-link {
    -webkit-margin-before: 0.78125vw;
            margin-block-start: 0.78125vw;
  }
}
@media (width >= 600px) and (hover: hover) {
  .access__map-link:hover, .access__map-link:active {
    text-decoration: none;
    opacity: 0.7;
  }
}
@media (width >= 1025px) {
  .access__map-link {
    -webkit-margin-before: 6px;
            margin-block-start: 6px;
  }
}

.access__detail {
  -webkit-margin-before: 5.3333333333vw;
          margin-block-start: 5.3333333333vw;
}
@media (width >= 600px) {
  .access__detail {
    -webkit-margin-before: 2.6041666667vw;
            margin-block-start: 2.6041666667vw;
  }
}
@media (width >= 1025px) {
  .access__detail {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.access__detail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.access__detail-info-head {
  -webkit-margin-end: 0.7em;
          margin-inline-end: 0.7em;
  -webkit-padding-before: 0.2em;
          padding-block-start: 0.2em;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.4444444444;
}
@media (width >= 600px) {
  .access__detail-info-head {
    font-size: 2.34375vw;
  }
}
@media (width >= 1025px) {
  .access__detail-info-head {
    font-size: 18px;
  }
}

.access__detail-info-detail {
  font-size: 7.2vw;
  font-weight: bold;
}
@media (width >= 600px) {
  .access__detail-info-detail {
    font-size: 4.1666666667vw;
  }
}
@media (width >= 1025px) {
  .access__detail-info-detail {
    font-size: 32px;
  }
}

/*----------------------------------
 visual
----------------------------------*/
.visual__list {
  display: none;
}
@media (width >= 600px) {
  .visual__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media (width >= 600px) {
  .visual__list-item {
    width: 27.8645833333vw;
  }
}
@media (width >= 1025px) {
  .visual__list-item {
    width: 16.71875vw;
  }
}
.visual__list-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}