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

	ふるさと納税フェスタ特集
	/furusato/feature/F000-20/furuzeifesta

--------------------------------------------------------------- */
/*
* initialize
*
*/
.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

/*
* project
*
*/
.furuzeifesta {
  margin: 0 0 40px;
}

.furuzeifesta .mv {
  margin-top: 0;
  margin-bottom: 0;
}

.furuzeifesta .anchorlist {
    background: #01833e;
        display: grid;
    padding: 30px !important;
        gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
        border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
.furuzeifesta .anchorlist {
    padding: 10px !important;
        gap: 10px;
    grid-template-columns: 1fr 1fr;
        border-radius: 0 0 1.6vw 1.6vw;
}
}

.furuzeifesta .anchorlist li {
}

.furuzeifesta .anchorlist li a {
position: relative;
text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
color: #000;
font-weight: bold;
    width: 100%;
    display: block;
  top: 0;
  box-shadow: 0 4px #14a83b;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
.furuzeifesta .anchorlist li a {
padding: 15px 20px;
    border-radius: 1.6vw;
}
}

.furuzeifesta .anchorlist li a:hover {
top: 4px;
  box-shadow: 0 0 #14a83b;
  }

.furuzeifesta .anchorlist li a:before {
    position: absolute;
    content: "";
    vertical-align: middle;
    color: #01833e;
    line-height: 1;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 15px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translate(-50%, -50%) rotate(135deg);
}

.furuzeifestaAnchor {
color:#000;
transition: 0.3s;
}

.furuzeifestaAnchor:hover {
color:#000;
opacity:0.7;
}

.furuzeifesta .notes {
  padding-left: 1em;
  text-indent: -1em;
}
.furuzeifestaSchedule {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .furuzeifestaSchedule {
    flex-wrap: wrap;
    align-items: normal;
    gap: 12px;
  }
}

.furuzeifestaSchedule__date {
    margin: 0 clamp(10px, 1.33vw, 17px) 0 0;
}

@media screen and (max-width: 767px) {
  .furuzeifestaSchedule__date {
    width: 100%;
    margin: 0 0 5px;
            display: flex;
        align-items: baseline;
        justify-content: center;
  }
}

.furuzeifestaSchedule__date .year {
    font-size: clamp(15px, 2.34vw, 30px);
    font-weight: 600;
    display: inline-block;
}

@media screen and (max-width: 1280px) {
.furuzeifestaSchedule__date .year {
    display: block;
}
}
@media screen and (max-width: 767px) {
.furuzeifestaSchedule__date .year {
    display: inline-block;
    font-size: 5vw;
    line-height: 1;
}
}

.furuzeifestaSchedule__date .date {
    font-size: clamp(28px, 4.3vw, 55px);
    font-weight: 600;
    letter-spacing: clamp(-1.5px, -0.23vw, -3px);
    display: inline-block;
}
@media screen and (max-width: 767px) {
.furuzeifestaSchedule__date .date {
    font-size: 10vw;
    line-height: 1;
}
}

.furuzeifestaSchedule__date .dateto {
    font-size: clamp(15px, 2.34vw, 30px);
    font-weight: 600;
    padding: 0 clamp(2px, 0.39vw, 5px);
    display: inline-block;
}
@media screen and (max-width: 767px) {
.furuzeifestaSchedule__date .dateto {
    font-size: 6vw;
    line-height: 1;
}
}

.furuzeifestaSchedule__date .day {
    font-size: clamp(12px, 1.95vw, 25px);
    font-weight: 600;
    margin: 0 clamp(-8px, -1.17vw, -15px);
    display: inline-block;
}
@media screen and (max-width: 767px) {
.furuzeifestaSchedule__date .day {
    font-size: 4vw;
    line-height: 1;
}
}

.furuzeifestaSchedule__sub {
    flex: 0 0 clamp(160px, 25vw, 310px);
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .furuzeifestaSchedule__sub {
    flex-direction: column;
    align-items: normal;
    flex: 0 0 calc(50% - 6px);
  }
}
.furuzeifestaSchedule__sub div {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  background-color: #008803;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  flex: 0 0 30px;
  margin-right: 12px;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .furuzeifestaSchedule__sub div {
    writing-mode: horizontal-tb;
    font-size: 3.2vw;
    margin: 0 0 6px;
    padding: 5px 0 3px;
  }
}
.furuzeifestaSchedule__sub p {
  flex: 1;
    font-size: clamp(10px, 1.56vw, 20px);
    font-weight: bold;
}


@media screen and (max-width: 767px) {
  .furuzeifestaSchedule__sub p {
    font-size: 3.4vw;
  }
}
.furuzeifestaSchedule__sub p .s {
  display: block;
  font-size: 75%;
  text-indent: 0.5em;
}
.furuzeifestaHeading {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin: 30px 0;
  padding: 15px 60px 12px;
  background: repeating-linear-gradient(135deg, #fffbc6, #fffbc6 10px, #feeabe 10px, #feeabe 20px);
  clip-path: polygon(100% 0%, 96% 50%, 100% 100%, 0 100%, 4% 50%, 0 0);
}
@media screen and (max-width: 767px) {
  .furuzeifestaHeading {
    font-size: 5.3333vw;
    margin: 20px 0;
    padding: 12px 0 8px;
    clip-path: polygon(100% 0%, 92% 50%, 100% 100%, 0 100%, 8% 50%, 0 0);
  }
}
.furuzeifestaCont {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .furuzeifestaCont {
    flex-direction: column;
  }
}
.furuzeifestaEvent {
  flex: 1;
}

.furuzeifestaEvent h2 {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .furuzeifestaEvent h2 {
    flex-direction: column;
    font-size: 7.2vw;
    text-align: center;
    gap: 10px;
  }
}

.furuzeifestaEvent h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #ef5e1f;
}
@media screen and (max-width: 767px) {
  .furuzeifestaEvent h3 {
    flex-direction: column;
    font-size: 7.2vw;
    text-align: center;
    gap: 10px;
  }
}
.furuzeifestaEvent h3 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding: 10px 0 6px;
  margin: -5px 0 0 12px;
  background-color: #ef5e1f;
  font-size: 24px;
  color: #fff;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .furuzeifestaEvent h3 span {
width: auto;
        margin-bottom: 0.7em;
        padding: 8px 20px 4px;
        font-size: 4.2666vw;
  }
}
.furuzeifestaEvent p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 1em;
}

.furuzeifestaEvent p:first-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .furuzeifestaEvent p {
    font-size: 3.7333vw;
  }
}

.furuzeifestaEvent p strong {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .furuzeifestaEvent p strong {
    font-size: 4.5vw;
  }
}

.furuzeifestaEvent li {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  color: #008803;
  list-style: disc;
  margin-left: 1.2em;
}
@media screen and (max-width: 767px) {
  .furuzeifestaEvent li {
    font-size: 4.5vw;
  }
}
.furuzeifestaEvent h4 {
  font-size: 20px;
  font-weight: bold;
  color: #008803;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .furuzeifestaEvent h4 {
    font-size: 4.5vw;
  }
}
.furuzeifestaMap {
  flex: 0 0 440px;
}
@media screen and (max-width: 767px) {
  .furuzeifestaMap {
    flex: 1;
  }
}
.furuzeifestaMap p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .furuzeifestaMap p {
    font-size: 4.2666vw;
  }
}
.furuzeifestaNotes {
  margin-top: 40px;
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .furuzeifestaNotes {
    margin-top: 30px;
    padding: 30px;
  }
}
.furuzeifestaNotes h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 0.6em;
}
@media screen and (max-width: 767px) {
  .furuzeifestaNotes h3 {
    font-size: 4.8vw;
  }
}
.furuzeifestaNotes li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
.furuzeifestaNotes li:last-child {
  margin-bottom: 0;
}



.furuzeifestaStorelist {
margin-bottom:60px;
}
.furuzeifestaAnchorlist {
display: grid;
gap: 30px 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border-radius: 0 0 20px 20px;
}

@media screen and (max-width: 1280px) {
.furuzeifestaAnchorlist {
    grid-template-columns: 1fr 1fr 1fr;
}
}

@media screen and (max-width: 767px) {
.furuzeifestaAnchorlist {
gap: 20px 10px;
    grid-template-columns: 1fr 1fr;
}
}
.furuzeifestaAnchorlist li {
    display: flex;
    }

.furuzeifestaAnchorlist li a {
position: relative;
color:#000;
    width: 100%;
    background: #fff;
    display: block;
    border-radius: 10px;
    top: 0;
    box-shadow: 0 4px #14a83b;
        transition: 0.3s;
}

.furuzeifestaAnchorlist li a:hover {
    top: 4px;
    box-shadow: 0 0 #14a83b;
}

.furuzeifestaAnchorlist li a img {
    object-fit: cover;
    border-radius: 10px 10px 0 0;
        height: 170px;
    width: 100%;
}

@media screen and (max-width: 767px) {
.furuzeifestaAnchorlist li a img {
    height: 27vw;
}
}

.furuzeifestaAnchorlist li a .names {
text-align: center;
margin-top: 5px;
padding: 10px 5px;
}

.furuzeifestaAnchorlist li a .names div {
    font-size: 16px;
}
@media screen and (max-width: 767px) {
.furuzeifestaAnchorlist li a .names div {
    font-size: 10px;
}
}
.furuzeifestaAnchorlist li a .names h3 {
    font-size: 20px;
    font-weight: 600;
    margin: auto;
}
@media screen and (max-width: 767px) {
.furuzeifestaAnchorlist li a .names h3 {
    font-size: 16px;
}
}



.furuzeifestaState {
        margin-bottom: 90px;
    }
    
    @media only screen and (max-width: 767px) {
        .furuzeifestaState {
        margin-bottom: 50px;
    }
    }
.furuzeifestaState .stateWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.furuzeifestaState .stateWrap .state-item {
  width: calc(33.3333333333% - 20px);
}
@media only screen and (max-width: 767px) {
  .furuzeifestaState .stateWrap .state-item {
    width: 100%;
  }
}
.furuzeifestaState .stateWrap img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 371/214;
  object-fit: cover;
}


.furuzeifestaArticle {
        margin-bottom: 90px;
        padding-bottom: 90px;
        border-bottom: 1px solid #d3d3d3;
    }
    
    @media only screen and (max-width: 767px) {
        .furuzeifestaArticle {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    }
.furuzeifestaArticle .mediaWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.furuzeifestaArticle .mediaWrap .media-item {
  width: calc(33.3333333333% - 20px);
}
@media only screen and (max-width: 767px) {
  .furuzeifestaArticle .mediaWrap .media-item {
    width: 100%;
  }
}
.furuzeifestaArticle .mediaWrap img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 371/214;
  object-fit: cover;
}
.furuzeifestaArticle .mediaWrap a {
  transition: 0.3s;
}
.furuzeifestaArticle .mediaWrap a:hover {
  opacity: 0.7;
}
.furuzeifestaArticle .mediaWrap a .mediatitle {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
}


.furuzeifestaAccess {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

@media screen and (max-width: 767px) {
.furuzeifestaAccess {
    flex-direction: column;
    gap: 20px;
}
}

.furuzeifestaAccess p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 1em;
}

.furuzeifestaAccess p:first-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .furuzeifestaAccess p {
    font-size: 3.7333vw;
  }
}

/* ボタン削除 ******************************************************/
.ec-featureItems.buttons {
display: none;
}

/* 読み上げ対策 ******************************************************/
.ec-featureRole .ec-featureRole__head {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* スクロール位置の調整 ******************************************************/
.c-contents__scrolltarget {
  margin-top: -100px;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .c-contents__scrolltarget {
    margin-top: -60px;
    padding-top: 60px;
  }
}