@charset "UTF-8";
/* # =================================================================
# Style
# ================================================================= */
/* --------------- header ---------------   */

.header .sp-only {
  display: auto;
}

  html.is-fixed {
    /* position: fixed; */
    overflow: hidden;
  }
  .header .pc-only {
    display: none;
  }
  .header .sp-only {
    display: block;
  }
  .header .is-open .js-header-instagram {
    display: none;
  }
  .header .is-open .js-header-trigger {
    background-color: #ffffff !important;
  }
  .header .is-open .navigation__item .js-header-trigger {
    background-color: transparent!important;
  }
  .header .is-open .js-header-trigger span {
    background-color: #335b3c !important;
  }
  .header .is-open .js-header-trigger span:nth-child(1) {
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
            transform: translate(-50%, -50%) rotateZ(45deg);
  }
  .header .is-open .js-header-trigger span:nth-child(2) {
    display: none;
  }
  .header .is-open .js-header-trigger span:nth-child(3) {
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
            transform: translate(-50%, -50%) rotateZ(-45deg);
  }
  .header .is-open .js-header-trigger {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .header .is-open .js-header-trigger:hover {
    background-color: #99cc99 !important;
  }
  .header .is-open .navigation__item .js-header-trigger:hover {
    background-color: transparent!important;
  }
  .header .is-open.js-sp-header {
    right: 0;
    opacity: 1;
  }
  .header .navigation-icons {
    position: fixed;
    top: 15px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    z-index: 100;
  }
  .header .navigation-icons .navigation__icon {
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  }
  .header .navigation-icons .navigation__icon--instagram {
    background-color: #ffffff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .header .navigation-icons .navigation__icon--instagram:hover {
    background-color: #5c3815;
  }
  .header .navigation-icons .navigation__icon--trigger {
    position: relative;
    background-color: #335b3c;
  }
  .header .navigation-icons .navigation__icon--trigger span {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #ffffff;
    width: 50%;
    height: 4px;
    border-radius: 4px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header .navigation-icons .navigation__icon--trigger span:nth-child(1) {
    top: 30%;
  }
  .header .navigation-icons .navigation__icon--trigger span:nth-child(2) {
    top: 50%;
  }
  .header .navigation-icons .navigation__icon--trigger span:nth-child(3) {
    top: 70%;
  }
  .header .navigation-icons .navigation__icon--trigger:hover {
    background-color: #5c3815;
  }
  .header .navigation-icons .navigation__icon--trigger:hover span {
    background-color: #ffffff;
  }
  .header .navigation {
    position: fixed;
    top: 0;
    right: -100vw;
    display: block;
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    background-color: #335b3c;
    opacity: 0;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .header .navigation__inner {
    width: 100%;
    max-width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10vh auto 0;
  }
  .header .navigation__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .header .navigation__list .navigation__item span {
    font-size: 20px;
    color: #ffffff;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header .navigation__list .navigation__item a:hover span {
    color: #99cc99;
  }
  .header .navigation__contact {
    background-color: #ffffff;
    padding: 10px 20px;
    margin-top: 20px;
  }
  .header .navigation__contact.navigation__contact--cup {
    min-width: 164px;
    text-align: center;
    background-color: #f0ebe5;
  }
  .header .navigation__contact span {
    color: #335b3c;
    font-size: 20px;
  }
  .header .navigation__contact.navigation__contact--cup span {
    color: #5a371b;
  }
  .header .navigation__contact:hover {
    border-color: #ffffff;
    background-color: #335b3c;
  }
  .header .navigation__contact.navigation__contact--cup:hover {
    border-color: #f0ebe5;
    background-color: #5a371b;
  }
  .header .navigation__contact:hover span {
    color: #ffffff;
  }
  .header .navigation__contact.navigation__contact--cup:hover span {
    color: #f0ebe5;
  }
  .header .navigation__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 50px;
  }
  .header .navigation__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #99cc99;
  }
  .header .navigation__icon:hover {
    background-color: #ffffff;
  }
  .header .navigation__icon:hover span {
    background-color: #335b3c;
  }

@media screen and (max-width: 768px) {
  .page-title {
    border-radius: 0 0 20px 0;
    padding: 15px 15px 5px 15px;
  }
  .page-title:not(.is-top) {
    transform: scale(1);
  }
  .page-title img {
    width: 70px;
    height: auto;
  }
}


/* --------------- hero ---------------   */
.pakapakahai .c-hero-img img {
  object-position: right;
}
.pakapakahai .c-hero-title__heading {
  font-size: 27px;
}
.pakapakahai .c-hero-title__sub-heading {
  margin-top: -15px;
}
.pakapakahai .c-hero-title__logo {
  width: 50vw;
  max-width: 370px;
}
@media screen and (max-width: 600px) {
  .pakapakahai .c-hero {
    max-height: 390px;
  }
  .pakapakahai .c-hero-title {
    top: auto;
    bottom: 30px;
  }
  .pakapakahai .c-hero-img img {
    object-position: center;
  }
  .pakapakahai .c-hero-title__heading {
    font-size: 18px;
  }
  .pakapakahai .c-hero-title__logo {
    width: 290px;
  }
  .pakapakahai .c-hero-title__sub-heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  .pakapakahai .c-hero-title__logo {
    width: 210px;
  }
}


/* --------------- summary ---------------   */
.summary {
  position: relative;
  width: 100%;
}
.summary-images::before,
.summary-images::after {
  content: "";
  position: absolute;
  top: 10%;
  width: calc((250 / 1280) * 100%);
  height: auto;
  min-width: 230px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.summary-images::before {
  left: -70px;
  background-image: url("../../assets/img/festival/item_flag01.svg");
  aspect-ratio: 250 / 146;
}
.summary-images::after {
  right: -70px;
  background-image: url("../../assets/img/festival/item_flag02.svg");
  aspect-ratio: 241 / 164;
}
.summary-images {
  width: calc((700 / 1280) * 100%);
  min-width: 480px;
  margin: 0 auto -80px;
}
.summary-images img {
    object-fit: cover;
}

.summary-main {
  background-color: #F0EBE5;
  border-radius: 20px;
  padding: 50px 75px 100px;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, .4);
}
.summary-main__heading {
  font-family: "Zen Maru Gothic";
  font-size: 32px;
  color: #5c3815;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 6px;
  padding-bottom: 40px;
}
.summary-main__contents {
  display: flex;
  gap: 3vw;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 50px 105px;
}
.summary-main__item {
  width: calc((100% - 3vw) / 2);
}
.summary-main__term {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  background-color: #5c3815;
  border-radius: 10px;
  padding: 10px 25px;
}
.summary-main__icon {
  display: block;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .7;
}
.summary-main__icon.summary-main__icon--calendar {
  background-image: url(../img/icon/icon_calendar.svg);
  width: 28px;
}
.summary-main__icon.summary-main__icon--clock {
  background-image: url(../img/icon/icon_clock.svg);
  width: 28px;
}
.summary-main__icon.summary-main__icon--pin {
  background-image: url(../img/icon/icon_pin-white.svg);
  width: 28px;
}
.summary-main__icon.summary-main__icon--ticket {
  background-image: url(../img/icon/icon_ticket.svg);
  width: 34px;
}
.summary-main__text {
  color: #fff;
  font-size: min(20px, 2vw);
}
.summary-main__description {
  padding: 14px 25px;
}
.summary-main__description p {
  display: flex;
  gap: 8%;
  font-size: min(22px, 2vw);
  line-height: 1.4;
  font-weight: bold;
}
.summary-main__description p.small {
  font-size: min(20px, 1.8vw);
}
.summary-main__description p + p {
  margin-top: 10px;
}
.summary-main__description.summary-main__description--address br {
  display: none;
}

.summary-button-wrapper {
  width: 100%;
  max-width: 460px;
  margin: -150px auto 0;
}
.summary-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #335b3c;
  border-radius: 45px;
  padding: 20px 10px;
}
.summary-button__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #99cc99;
  border-radius: 50%;
}
.summary-button__icon::before {
  content: "";
  width: 12px;
  height: 19px;
  background-color: #5c3815;
  mask-image: url("../img/icon/icon_pin.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.summary-button__text {
  color: #fff;
  font-size: 20px;
}

.summary-horse-wrap {
  display: block;
  width: 146px;
  height: 116px;
  position: absolute;
  bottom: -170px;
  right: 30px;
}
.summary-horse {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/item/item_horse05.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

  .animationGoLeft {
    -webkit-animation-name: GoLeft;
            animation-name: GoLeft;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
            animation-duration: 12s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .animationWork {
  -webkit-animation-name: work;
          animation-name: work;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: steps(2);
          animation-timing-function: steps(2);
  }
  @keyframes GoLeft {
    0% {
      right: -10%;
    }
    80% {
      right: 120%;
    }
    100% {
      right: 120%;
    }
  }
  @keyframes work {
    0% {
      -webkit-transform: rotateZ(10deg);
              transform: rotateZ(10deg);
      top: 30px;
    }
    100% {
      -webkit-transform: rotateZ(-30deg);
              transform: rotateZ(-30deg);
      top: 10px;
    }
  }

@media screen and (max-width: 768px) {
  .summary-main__term {
    gap: 8px;
    padding: 5px 10px;
  }
  .summary-main__icon {
    transform: scale(0.9);
  }
  .summary-main__text {
    font-size: 18px;
  }
  .summary-main__description {
    padding: 14px 5px;
  }
}
@media screen and (max-width: 678px) {
  .summary-images {
    width: 100%;
    min-width: auto;
    max-width: 480px;
    margin: 0 auto -70px;
  }
  .summary-images::before,
  .summary-images::after {
    width: 50vw;
    min-width: 100px;
    top: 18%;
  }
  .summary-images::before {
    left: -135px;
  }
  .summary-images::after {
    right: -135px;
  }
  .summary-main {
    padding: 50px 20px 70px;
  }
  .summary-main__heading {
    font-size: 26px;
  }
  .summary-main__description p {
    font-size: 20px;
    font-feature-settings: "palt";
  }
  .summary-main__description p.small {
    font-size: 16px;
  }
  .summary-main__contents {
    padding: 60px 20px 65px;
  }
  .summary-button-wrapper {
    max-width: 310px;
    padding: 0 10px;
    margin: -100px auto 0;
  }
  .summary-button {
    padding: 15px 10px;
  }
  .summary-button__text {
    font-size: 16px;
  }
  .summary-horse-wrap {
    bottom: -90px;
    right: 30px;
    width: 78px;
    height: 62px;
  }
}

@media screen and (max-width: 520px) {
  .summary-images::before,
  .summary-images::after {
    top: 10%;
  }
  .summary-images::before {
    left: -105px;
  }
  .summary-images::after {
    right: -105px;
  }
  .summary-main__heading {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .summary-main__contents {
    padding-top: 20px;
  }
  .summary-main__item {
    width: 100%;
  }
  .summary-main__term {
    justify-content: center;
  }
  .summary-main__description {
    padding: 14px;
  }
  .summary-main__description p {
    justify-content: center;
  }
  .summary-main__description.summary-main__description--time p {
    justify-content: flex-start;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
  .summary-main__description.summary-main__description--time p + p {
    margin-top: 12px;
  }
  .summary-main__description.summary-main__description--address br {
    display: block;
  }
  .summary-main__description.summary-main__description--address p + p {
    text-align: center;
  }
}


/* --------------- overview ---------------   */
.overview {
  position: relative;
  padding-bottom: 130px;
}
.overview-item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.overview-item__image-wrap {
  width: calc(40% - 20px);
  border-radius: 10px;
  overflow: hidden;
}
.overview-item__text-wrap {
  width: calc(60% - 20px);
}
.overview-item__heading {
  font-family: "Zen Maru Gothic";
  color: #5c3815;
  font-size: 24px;
}
.overview-item__text {
  font-size: 15px;
  line-height: 2;
  margin-top: 26px;
}
.overview-item  + .overview-item {
  margin-top: 120px;
}

.overview__bg-cloud {
  position: absolute;
  z-index: -100;
  display: block;
  width: 330px;
  height: 100px;
  background-color: #daf0f9;
  mask-image: url("../img/bg/bg_cloud02.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.overview__bg-cloud.overview__bg-cloud--01 {
  top: 200px;
  right: -20px;
}
.overview__bg-cloud.overview__bg-cloud--02 {
  bottom: 60px;
  right: 20%;
}

@media screen and (max-width: 768px) {
  .overview {
    position: relative;
    padding-bottom: 90px;
  }
  .overview-item {
    gap: 20px;
  }
  .overview-item__image-wrap {
    width: calc(40% - 10px);
  }
  .overview-item__text-wrap {
    width: calc(60% - 10px);
  }
  .overview-item__heading {
    font-size: 20px;
  }
  .overview-item__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 678px) {
  .overview {
    padding-bottom: 0;
  }
  .overview-item {
    flex-direction: column;
  }
  .overview-item:first-child {
    flex-direction: column-reverse;
  }
  .overview-item__image-wrap {
    width: 100%;
    aspect-ratio: 2/1;
  }
  .overview-item__image-wrap img {
    object-fit: cover;
  }
  .overview-item__text-wrap {
    width: 100%;
  }

  .overview__bg-cloud.overview__bg-cloud--01 {
    width: 271px;
    height: 80px;
    top: 150px;
    right: -70px;
  }
  .overview__bg-cloud.overview__bg-cloud--02 {
    width: 219px;
    height: 73px;
    top: 800px;
    bottom: auto;
    left: -80px;
    right: auto;
  }
}
@media screen and (max-width: 375px) {
  .overview-item + .overview-item {
     margin-top: 90px;
    }

  .overview-item {
    gap: 30px 20px;
  }
  .overview-item__image-wrap {
    aspect-ratio: 314/214;
  }
}


 /* --------------- race ---------------   */
.race {
  position: relative;
  padding-bottom: 265px;
}
.race__reading {
  font-size: 18px;
  margin-top: 26px;
  text-align: center;
  line-height: 1.7;
}
.race__reading span {
  display: inline-block;
}
.race__reading .sp-only {
  display: none;
}
.race__contents {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 80px;
  margin-top: 72px;
}
.race-item {
  width: calc(( 100% - 160px ) / 3 );
}
.race-item__image-wrap {
  aspect-ratio: 304 / 219;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.race-item__image.race-item__image--01 {
  transform: scale(2);
  object-position: -30px center;
}
.race-item__image.race-item__image--02 {
  transform: scale(1.5);
  object-position: -20px center;
}
.race-item__image.race-item__image--03 {
  transform: scale(2);
  object-position: 50px -20px;
}
.race-item__image.race-item__image--04 {
  transform: scale(3);
  object-position: 40px -20px;
}
.race-item__image.race-item__image--05 {
  transform: scale(1.5);
  object-position: 20px -10px;
}
.race-item__image.race-item__image--06 {
  transform: scale(1.5);
  object-position: 30px 0;
}
.race-item__text-wrap {
  background-color: #335b3c;
  border-radius: 0 0 20px 20px;
  padding: 10px 30px 20px;
}
.race-item__sub {
  font-family: "Zen Maru Gothic";
  font-size: min(1.6vw, 20px);
  text-align: center;
  font-weight: bold;
  color: #5c3815;
  background-color: #fff;
  border-radius: 25px;
  padding: 8px;
}
.race-item__main {
  font-family: "Zen Maru Gothic";
  font-size: min(1.8vw, 24px);
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-top: 17px;
}

.race__bg-cloud {
  position: absolute;
  z-index: -100;
  width: 219px;
  height: 73px;
  display: block;
  background-color: #daf0f9;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.race__bg-cloud.race__bg-cloud--01 {
  top: -110px;
  left: -60px;
  mask-image: url("../img/bg/bg_cloud03.svg");
}
.race__bg-cloud.race__bg-cloud--02 {
  top: -20px;
  right: -100px;
  mask-image: url("../img/bg/bg_cloud03.svg");
}

.race__horse {
  position: absolute;
  left: 30px;
  bottom: 60px;
  z-index: 1;
  width: 148px;
  height: 129px;
  display: block;
  background-image: url("../img/item/item_horse04.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.animationMove {
-webkit-animation-name: move;
        animation-name: move;
-webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
-webkit-animation-duration: 0.65s;
        animation-duration: 0.65s;
-webkit-animation-direction: alternate;
        animation-direction: alternate;
-webkit-animation-timing-function: steps(2);
        animation-timing-function: steps(2);
}
@keyframes move {
  0% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
  }
  100% {
    -webkit-transform: rotateZ(-35deg);
            transform: rotateZ(-35deg);
  }
}
.race__tree {
  position: absolute;
  right: 30px;
  bottom: 50px;
  z-index: 1;
  width: 105px;
  height: 134px;
  display: block;
  background-image: url("../img/festival/item_tree01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 1080px) {
  .race__contents {
    gap: 4vw 3vw;
    margin-top: 40px;
  }
  .race-item {
    width: calc(( 100% - 6vw ) / 3 );
  }
}
@media screen and (max-width: 768px) {
  .race__horse {
    width: 128px;
    height: 109px;
    left: 30px;
    bottom: 100px;
  }
  .race__tree {
    width: 85px;
    height: 114px;
    right: 30px;
    bottom: 120px;
  }
}
@media screen and (max-width: 678px) {
  .race {
    padding-bottom: 260px;
  }
  .race__reading {
    font-size: 14px;
  }
  .race-item__text-wrap {
    padding: 10px 15px 20px;
  }
  .race-item__sub {
    font-size: 12px;
  }
  .race-item__main {
    font-size: 16px;
  }
  .race__bg-cloud.race__bg-cloud--01 {
    width: 223px;
    height: 66px;
    top: -240px;
    left: auto;
    right: -20px;
  }
  .race__bg-cloud.race__bg-cloud--02 {
    width: 142px;
    height: 47px;
    top: -80px;
    left: 20px;
    right: auto;
  }
  .race__horse {
    width: 65px;
    height: 56px;
  }
  .race__tree {
    width: 56px;
    height: 71px;
  }
}
@media screen and (max-width: 670px) {
  .race-item {
    width: calc(( 100% - 3vw ) / 2 );
  }
  .race-item__image.race-item__image--04 {
    transform: scale(4);
    object-position: 30px -18px;
  }
  .race-item__image.race-item__image--06 {
    object-position: 30px -15px;
  }
}
@media screen and (max-width: 500px) {
  .race__reading .sp-only {
    display: block;
  }
  .race-item__image-wrap {
    aspect-ratio: 165 / 172;
  }
  .race-item__image.race-item__image--01 {
    transform: scale(2.5);
    object-position: -10px 30px;
  }
  .race-item__image.race-item__image--02 {
    transform: scale(2);
    object-position: -20px center;
  }
  .race-item__image.race-item__image--03 {
    transform: scale(3);
    object-position: 28px 15px;
  }
  .race-item__image.race-item__image--04 {
    transform: scale(3.5);
    object-position: 20px 20px;
  }
  .race-item__image.race-item__image--05 {
    transform: scale(2);
    object-position: 20px center;
  }
  .race-item__image.race-item__image--06 {
    transform: scale(2);
    object-position: 20px 24px;
  }
  .race-item__text-wrap {
    padding: 10px 5px 20px;
  }
}
@media screen and (max-width: 360px) {
  .race-item__sub {
    font-size: 3vw;
  }
  .race-item__main {
    font-size: 4vw;
  }
}


/* --------------- philosophy ---------------   */
.philosophy {
  position: relative;
  z-index: 1;
}
.philosophy__reading {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-top: 26px;
}
.philosophy__contents {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 25px 30px;
  margin-top: 50px;
}
.philosophy-item {
  width: calc(50% - 15px);
  background-color: #fff;
  border-radius: 30px;
}
.philosophy-item__heading-wrap {
  background-color: #f0ebe5;
  border-radius: 30px 30px 0 0;
  padding: 25px;
}
.philosophy-item__heading {
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
}
.philosophy-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5c3815;
}
.philosophy-item__icon::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.philosophy-item__icon.philosophy-item__icon--horse::before {
  width: 31px;
  height: 23px;
  background-image: url(../img/icon/icon_horse.svg);
}
.philosophy-item__icon.philosophy-item__icon--hart::before {
  width: 29px;
  height: 25px;
  background-image: url(../img/icon/icon_hart.svg);
}
.philosophy-item__icon.philosophy-item__icon--growth::before {
  width: 17px;
  height: 29px;
  background-image: url(../img/icon/icon_growth.svg);
}
.philosophy-item__icon.philosophy-item__icon--mountain::before {
  width: 30px;
  height: 21px;
  background-image: url(../img/icon/icon_mountain.svg);
}
.philosophy-item__heading-text {
  font-family: "Zen Maru Gothic";
  color: #5c3815;
  font-size: 24px;
}
.philosophy-item__text {
  padding: 26px 25px 45px;
}
.philosophy-item__text span {
  display: block;
  width: 100%;
  max-width: 500px;
  font-size: 15px;
  line-height: 2.2;
  margin: 0 auto;
}
@media screen and (max-width: 678px) {
  .philosophy__reading {
    font-size: 14px;
  }
  .philosophy__contents {
    gap: 25px 10px;
  }
  .philosophy-item {
    width: calc(50% - 5px);
  }
  .philosophy-item__heading-text {
    font-size: 20px;
    line-height: 1.5;
  }
  .philosophy-item__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 610px) {
  .philosophy-item {
    width: 100%;
  }
  .philosophy-item__text {
    padding-bottom: 30px;
  }
}


/* --------------- slider ---------------   */
.slider {
    margin-top: 100px;
    margin-bottom: -5px;
}
.slider .slick-slide {
    margin: 15px 10px;
}
.slider-item {
  aspect-ratio: 4/3;
}
.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #fff;
    padding: 10px; /* 写真の白フチ */
    box-sizing: border-box;
    transition: 0.3s ease;
}

.slider .slick-slide img {
  transform: rotate(-1.5deg);

  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

@media screen and (max-width: 375px) {
  .slider-item img {
    width: 100%;
    height: 100%;
    padding: 5px;
    }
}

/* --------------- faq ---------------   */
.faq__contents {
  margin-top: 60px;
}
.faq-item {
  display: block;
  width: 100%;
  background-color: #ebebeb;
  border-radius: 10px;
}
.faq-item + .faq-item {
  margin-top: 20px;
}
.faq-item__question {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 28px 20px 16px 20px;
  cursor: pointer;
  align-items: flex-end;
}
.faq-item__question::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 11px solid #555555;
  border-bottom: 0;
  margin-top: 4px;
  transform: rotate(0deg);
  transition: transform .3s;
  margin-bottom: 10px;
}
.faq-item__question.is-open::after {
  transform: rotate(180deg);
}
.faq-item__question span {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 16px;
  line-height: 1.5;
}
.faq-item__question span::before {
  content: "Q";
  color: #fff;
  background-color: #5c3815;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-bottom: 3px;
  margin-top: -7px;
  flex-shrink: 0;
}
.faq-item__answer {
  display: flex;
  padding: 0 20px 16px 20px;
}
.faq-item__answer span {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 16px;
  line-height: 1.5;
}
.faq-item__answer p {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 10px 10px 50px;
}
 .faq-item__answer span::before {
  content: "A";
  color: #5c3815;
  background-color: #fff;
  border: 2px solid #5c3815;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-bottom: 3px;
  margin-top: -7px;
  flex-shrink: 0;
} 
.faq-item__answer a {
    color: #335b3c;
    text-decoration: underline;
    margin-left: 3.5rem;
}

.faq__note {
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
  margin-top: 64px;
}
.faq__note span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
    .faq-item__answer p {
        padding: 20px 10px 10px;
       }
}

@media screen and (max-width: 678px) {
  .faq__note {
    font-size: 14px;
    margin-top: 25px;
  }
    .faq-item__question {
        position: relative;
        gap: 15px;
        padding: 20px 45px 20px 20px;
    }
    .faq-item__question span {
        gap: 10px;
    }
    .faq-item__question::after {
        position: absolute;
        top: 40%;
        right: 30px;
    }
}


/* --------------- sponsorship ---------------   */
.sponsorship__heading .c-section-heading__text span {
  font-size: 16px;
  padding-left: 16px;
}
.sponsorship__reading {
  font-size: 18px;
  text-align: center;
  margin-top: 40px;
}
.sponsorship__reading span {
  display: inline-block;
}
.sponsorship__contents {
  display: flex;
  gap: 40px;
  margin-top: 90px;
}
.sponsorship__comments {
  width: calc((100% - 80px) / 3);
  background-color: #fff;
  border-radius: 20px;
  padding: 130px 32px 42px;
}
.sponsorship-comment {
  position: relative;
}
.sponsorship-comment::before {
  content: "";
  position: absolute;
  top: -165px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 127px;
  height: 127px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.sponsorship-comment.sponsorship-comment--01::before {
  background-image: url("../img/festival/item_ponsorship01.png");
}
.sponsorship-comment.sponsorship-comment--02::before {
  background-image: url("../img/festival/item_ponsorship02.png");
}
.sponsorship-comment.sponsorship-comment--03::before {
  background-image: url("../img/festival/item_ponsorship03.png");
}
.sponsorship-comment__company {
  text-align: center;
  color: #286a3a;
  font-size: 20px;
  line-height: 1.4;
}
.sponsorship-comment__company span {
  display: inline-block;
}
.sponsorship-comment__text {
  font-size: 15px;
  line-height: 2.2;
  margin-top: 18px;
}
.sponsorship__list {
  width: 90%;
  margin: 63px auto 0;
}
.sponsorship-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 94px;
}
.sponsorship-list__name {
  display: flex;
  align-items: baseline;
  gap: 8px;
  width: calc((100% - 188px) / 3);
  line-height: 1.2;
}
.sponsorship-list__name::before {
  content: "";
  background-color: #459240;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.sponsorship__note {
  width: 88%;
  display: flex;
  font-size: 16px;
  margin: 50px auto 0;
}
.sponsorship__note p {
  line-height: 1.6;
}
.sponsorship__note p:first-child {
  flex-shrink: 0;
}
.sponsorship__note p span {
  display: inline-block;
}
@media screen and (max-width: 1050px) {
  .sponsorship-list {
    gap: 30px 4vw;
  }
  .sponsorship-list__name {
    width: calc((100% - 8vw) / 3);
  }
}
@media screen and (max-width: 768px) {
  .sponsorship__contents {
    gap: 3vw;
  }
  .sponsorship__comments {
    width: calc((100% - 6vw) / 3);
    padding: 130px 16px 42px;
  }
  .sponsorship-list__name {
    width: calc((100% - 4vw) / 2);
  }
}
@media screen and (max-width: 678px) {
  .sponsorship__reading {
    font-size: 14px;line-height: 1.8;
  }
  .sponsorship__contents {
    flex-direction: column;
    gap: 34px;
  }
  .sponsorship__comments {
    width: 100%;
    padding: 24px 30px 32px;
  }
  .sponsorship-comment::before {
    width: 95px;
    height: 95px;
    top: -40px;
    left: 40px;
  }
  .sponsorship-comment__company {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 56px;
    text-align: left;
    padding-left: 100px;
  }
  .sponsorship-comment__text {
    margin-top: 30px;
  }
  .sponsorship__note {
    width: 94%;
    font-size: 14px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 600px) {
  .sponsorship__list {
    margin-top: 40px;
  }
  .sponsorship-list {
    gap: 10px;
  }
  .sponsorship-list__name {
    width: 100%;
    font-size: 14px;
  }
}