@charset "UTF-8";


.sp-br {
  display: none;
}

@media (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

.notice {
    margin: 1rem 0 0 0;
    font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
    .notice {
        font-size: 1.3rem;
    }
}

.pane-contents {
    padding-bottom: 7rem;
}

.furusato-title {
    margin: 0 0 2rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 2px;
}

@media screen and (min-width: 768px) {
    .furusato-title {
        margin: 0 0 4.5rem;
        font-size: 3.4rem;
    }
}


/* MV */
.furusato-mv {
  width: 100%;
}

@media screen and (min-width: 768px) {
    .furusato-mv {
        --mv-height-min: 360px; 
        --mv-height-max: 500px;
        --mv-height: clamp(var(--mv-height-min), 56vw, var(--mv-height-max));
    }
}

.furusato-mv-inner {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1fr 1fr;
  height: auto;
  height: var(--mv-height);
}

.furusato-mv-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  background: #f7f7f7;
}

.furusato-mv-title {
    margin: 0 auto;
    padding: 2rem;
}

@media screen and (min-width: 768px) {
    .furusato-mv-title {
        width: 330px;
        padding: 0;
    }
}

.furusato-mv-img {
  margin: 0;
  position: relative;
  overflow: hidden; 
}

.furusato-mv-img img {
  width: 100%;
  height: 255px;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 768px) {
    .furusato-mv-img img {
        height: 100%;
    }
}




/* ふるさと納税とは */
.furusato-about {
    padding: 5rem 2rem 3.5rem;
}

@media screen and (min-width: 768px) {
    .furusato-about {
        padding: 10rem 2rem 7rem;
    }
}

.furusato-about-text {
    font-size: 1.5rem;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .furusato-about-text {
        font-size: 1.8rem;
    }
}

.furusato-about-text p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
    .furusato-about-text p {
        font-size: 2rem;
        line-height: 2;
    }
}

.furusato-about-text strong {
    font-weight: bold;
    font-size: 1.7rem;
}

@media screen and (min-width: 768px) {
    .furusato-about-text strong {
        font-size: 2.3rem;
    }
}

/* お申込み */
.furusato-list {
    margin: 0;
    padding: 5rem 0 6rem;
    background: #f7f7f7;
}

@media screen and (min-width: 768px) {
    .furusato-list {
        margin: 0;
        padding: 7rem 0;
    }
}

.furusato-list-header {
    color: #E50012;
}

.furusato-list-link {
    margin: 0;
}

@media screen and (min-width: 768px) {
    .furusato-list-link {
        max-width: 934px;
        margin: 0 auto;
    }
}

.furusato-list-link-in {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (max-width: 767px) {
    .furusato-list-link-in {
        border-top: 1px solid #E50012;
    }
}

@media screen and (min-width: 768px) {
    .furusato-list-link-in {
        display: flex;
        flex-wrap: wrap;
        gap: 1.7rem;
        justify-content: center;
    }
}

@media screen and (min-width: 935px) {
    .furusato-list-link-in {
        justify-content: flex-start;
    }
}

.furusato-list-link-in li {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.furusato-list-link a {
    width: 100%;
    padding: 1.4rem 0rem;
    display: block;
    font-weight: bold;
    color: #E50012;
    background: #FFF;
    box-sizing: border-box;
    text-align: center;
}

.furusato-list-link a:hover {
    background: #E50012;
    color: #FFF;
    opacity: 1;
    transition: .3s, color .3s;
}

@media screen and (max-width: 767px) {
    .furusato-list-link-in li {
        border-bottom: 1px solid #E50012;
    }
    .furusato-list-link-in li:nth-child(2n-1) {
        border-right: 1px solid #E50012;
    }
}

@media screen and (min-width: 768px) {
    .furusato-list-link a { 
        font-size: 1.7rem;
        padding: 1.4rem 1rem;
        width: 300px;
        border: 1px solid #E50012;
        border-radius: 4px;
    }
}


/* ReDの返礼品 */
.furusato-item {
    margin: 0 0 -7rem;
    padding: 5rem 0;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
    .furusato-item {
        padding: 7rem 0 3.5rem;
    }
}

.furusato-item-header {
    color: #E50012;
}

.furusato-item-block {
    padding: 0 0 4rem;
    margin: 0 0 4rem;
    border-bottom: 1px solid #d6d6d6;
}

@media screen and (min-width: 768px) {
    .furusato-item-block {
        display: flex;
         padding: 0 0 7rem;
         margin: 0 0 7rem;
    }
}

@media screen and (min-width: 1200px) {
    .furusato-item-block {
        align-items: center;
    }
}

.furusato-item-block:last-child {
    border:none;
}


.furusato-item-img {
    margin: 0 0 2rem;
}

@media screen and (min-width: 768px) {
    .furusato-item-img {
        max-width: 63rem;
        width: 100%;
        margin: 0 7rem 0 0;
    }
}

.furusato-item-img img {
    width: auto;
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .furusato-item-body {
        max-width: 50rem;
        width: 100%;
    }
}

.furusato-item-icons {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .furusato-item-icons {
        margin-bottom: 1.4rem;
    }
}

.furusato-item-icon {
    display: grid;
    padding: .2rem .5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #E50012;
    border: 1px solid #E50012;
    border-radius: .2rem;
}

@media screen and (min-width: 768px) {
    .furusato-item-icon {
        font-size: 1.2rem;
        padding: .2rem .8rem;
    }
}

.furusato-item-name {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .furusato-item-name {
        font-size: 2.2rem;
    }
}

.furusato-item-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .furusato-item-title {
        font-size: 1.8rem;
        margin-bottom: 1.4rem;
    }
}

.furusato-item-text {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    color: #6e6e6e;
}

@media screen and (min-width: 768px) {
    .furusato-item-text {
        font-size: 1.6rem;
        margin-bottom: 3rem;
    }
}


.furusato-item-btn a {
    margin: 1.5rem 0 0;
    width: 100%;
    min-height: 6rem;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #E50012;
    min-height: 5.5rem;
    transition: .3s, color .3s;
    border: 1px solid #E50012;
}

@media screen and (min-width: 768px) {
    .furusato-item-btn a {
        margin: 1.5rem 0 2rem;
        min-height: 6.5rem;
        max-width: 50rem;
        font-size: 1.6rem;
        cursor: pointer;
        transition: .3s, color .3s;
    }
}

.furusato-item-btn a:hover {
    color: #E50012;
    background: #FFF;
}