@charset "UTF-8";
main {
    padding-top: clamp(5.5rem, -0.16176470588235237rem + 6.470588235294117vw, 6.875rem);
    text-align: left;
    position: relative;
}
img{
    vertical-align: bottom;
}
.radius30,
.radius55,
.radius80{
    overflow: hidden;
}
.radius30{border-radius: min(2.15vw,30px);}
.radius55{border-radius: min(3.9vw,55px);}
.radius80{border-radius: min(5.7vw,80px);}
@media screen and (max-width:800px){
.radius30,
.radius55,
.radius80{
    border-radius: min(2.7vw,10px);
}
}
.contents_ttl{
    font-size: min(6vw, 32px);
    font-weight: 500;
    text-align: center;    
}
.contents_txt {
    font-size: min(4.25vw,17px);
    font-weight: 300;
    margin-top: min(3.5vw,20px);
    text-align: center;
    line-height: 1.8;
}
/* ---------------------------------------------
ファーストビュー
--------------------------------------------- */
.sec_fv {
    position: relative;
    width: 100%;
    height: clamp(620px, 44vw, 800px);
}
.art_fv {
    padding-top: max(76px,5.5vw);
}
@media screen and (max-width:800px){
.sec_fv{
    height: auto;
    max-height: none;
    background: linear-gradient(to bottom,  rgba(216,103,126,0) 0%,rgba(216,103,126,0) 62%,rgba(216,103,126,1) 62.1%,rgba(216,103,126,1) 100%);
}
.art_fv {
    padding-top: 65px;
}
}
/*-----------テキスト---------------*/
.fv_ttl_wrap {
    width: min(80%, 685px);
    margin: 0 auto;
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: min(5vw,55px);
    filter: drop-shadow(2px 2px 2px #fff);
}
.fv_ttl {
    font-size: min(8vw,42px);
    font-weight: 500;
}
.fv_txt {
    font-size: 17px;
    line-height: 250%;
}
@media screen and (min-width:801px){
.fv_ttl_wrap{
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
}
@media screen and (max-width:800px){
.fv_txt {
    font-size: 15px;
    line-height: 2;
}
}
/*-----------写真---------------*/
.fv_imgs_wrap {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.fv_imgs{
    position: absolute;
}
:where(.fv_imgs).imgs01 {
    width: 20.2vw;
    top: 0;
    left: 8vw;
}
:where(.fv_imgs).imgs02 {
    width: 6.28vw;
    top: 50px;
    right: 14vw;
}
:where(.fv_imgs).imgs03 {
    width: 11.285vw;
    top: 210px;
    left: 32vw;
}
:where(.fv_imgs).imgs04 {
    width: 11.285vw;
    top: 340px;
    left: 3vw;
}
:where(.fv_imgs).imgs05 {
    width: 6.28vw;
    bottom: 110px;
    right: 40vw;
}
:where(.fv_imgs).imgs06 {
    width: 15.715vw;
    right: 2vw;
    bottom: 130px;
    z-index: 1;
}
:where(.fv_imgs).imgs07 {
    width: 11.285vw;
    bottom: 35px;
    left: 25vw;
    z-index: 4;
}
@media screen and (max-width:800px){
.fv_imgs_wrap {
    position: relative;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: min(15vw, 90px) auto 0;
    z-index: 5;
    gap: 1.5vw;
    padding-bottom: 110px;
}
.fv_imgs {
    position: static;
    width: 25vw;
}
.fv_imgs.imgs07 {
    display: none;
}
}
/*-----------背景---------------*/
.fv_bg {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
}
.fv_bg_img{
    width: min(85vw,416px);
}

.fv_end {
    width: 100%;
    line-height: 1;
    overflow: hidden;
    position: absolute;
    z-index: 3;
    bottom: -1px;
    left: 0;
}
.fv_end img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width:800px){
.fv_bg{
    right: max(-192px,-52vw);
    bottom: 38%;
}
.fv_end {
    bottom: auto;
    top: calc(62% - 5vw + 1px);
}
}

/* ---------------------------------------------
メッセージ
--------------------------------------------- */
.sec_msg {
    background: #d8677e;
    color: #fff;
}
.art_msg {
    padding-bottom: min(20vw, 170px);
}
.msg_ttl_wrap {
    margin-bottom: min(10vw, 80px);
}
.msg_engttl {
    opacity: 0.2;
    font-size: min(15vw, 120px);
    line-height: 1;
    text-align: center;
}
.msg_txt_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: min(90%, 1100px);
    margin: 0 auto;
}
.msg_txt_wrap .photo{
    width: 31.3%;
}
.msg_inr {
    width: 65%;
    font-size: 16px;
    line-height: 2;
}
.msg_txt {
    margin-top: 1em;
}
.msg_sign {
    margin-top: 1rem;
    text-align: right;
}
.msg_slider:not(.slick-initialized){
    visibility: hidden;
}
@media screen and (max-width:800px){
.msg_txt_wrap .photo {
    width: 60vw;
    margin: 0 auto 1em;
}
    .msg_inr{
        width: 100%;
    }
}

/* ---------------------------------------------
ふるさと納税の活用
--------------------------------------------- */
.sec_purpose {
    padding: min(25vw,130px) 0 0;
    background: #f7f3f0;
}
/*-----------活用---------------*/
.art_purpose {
    position: relative;
    z-index: 2;
    margin-bottom: -240px;
}
.purpose_ttl_wrap {
    text-align: center;
    margin-bottom: min(10vw,80px);
    padding: 0 5%;
}
.purpose_list {
    display: flex;
    flex-wrap: wrap;
    width: min(90%, 1100px);
    margin: 0 auto;
    justify-content: space-between;
}
.purpose_item {
    width: min(22%, 242px);
    min-height: 490px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 120px;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.08));
    padding: 40px 2.5%;
}
.purpose_ico {
    margin-bottom: 25px;
}
.purpose_num {
    line-height: 1;
    color: #999;
    margin-bottom: 8px;
}
.purpose_name {
    color: #333;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: min(2vw,17px);
}
.purpose_txt {
    font-size: 14px;
    line-height: 1.7;
    color: #4d4d4d;
}
@media screen and (max-width:760px){
.purpose_item {
    width: 100%;
    min-height: auto;
    flex-direction: row;
    padding: 25px 5%;
    border-radius: 20px;
        margin-bottom: 20px;
    position: relative;
    gap: 5%;
}
.purpose_ico {
    width: 20%;
    margin-bottom: 0;
}
.purpose_txtwrap {
    flex-grow: 1;
}
.purpose_num {
    position: absolute;
    top: 25px;
    left: 5%;
    font-size: 1.5em;
}
.purpose_name {
    text-align: left;
}
}

/*-----------報告・事例---------------*/
.art_case{
    color: #fff;
    position: relative;
    background: url(../img/furusatotax/bg_case.webp) no-repeat center / cover;
}
.case_clip {
    display: block;
    width: 100%;
    aspect-ratio:570/32;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/furusatotax/case_clip.svg) no-repeat center / cover;
}
.case_clip img{
    width: 100%;
    height: auto;
}
.case_bg_dark{
    background: rgba(0, 0, 0, 0.4);
}
.case_inr {
    padding-top: min(85vw,360px);
    padding-bottom: 120px;
}
.case_ttl_wrap {
    margin: 0 auto min(7vw, 50px);
    width: 90%;
}

.case_slider {
    width: min(90%, 1100px);
    margin: 0 auto min(15vw,90px);
    padding: 0 min(10vw,60px);
}
a.case_link {
    color: #fff;
}
.case_slide {
    padding: 0 12px;
}
.thum_case {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    margin-bottom: 12px;
}
.case_slider .slick-arrow {
    width: min(10vw,60px);
    height: min(10vw,60px);
    border: 1px solid #d8677e;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: 0.25s;
    z-index: 2;
}
.case_slider .slick-arrow::before{
    content: "";
    background-image: url(../img/cmn/ico_cmn_arrow_pink.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 50%;
    height: 50%;
    display: block;
    opacity: 1;
}
.case_slider .slick-prev{
    left: max(-2vw,-25px);
}
.case_slider .slick-next{
    right: max(-2vw,-25px);
}
.case_slider .slick-prev::before {
    transform: rotate(180deg);
}
.case_slider .slick-arrow:hover {
    background: #d8677e;
}
.case_slider .slick-arrow:hover::before{
    -webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
.case_title {
    font-size: 17px;
    margin-bottom: min(2vw,15px);
}
.case_desc {
    font-size: 0.85rem;
    line-height: 1.6;
}
a.btn_smpl.btn_case {
    background: #fff;
    color: #d8677e;
    padding: 0.8em 1em 0.8em 2.3em;
}
a.btn_smpl.btn_case {
    background: #fff;
    color: #d8677e;
    padding: 0.8em 1em 0.8em 2.3em;
    display: block;
    margin: 0 auto;
    width: fit-content;
    transition: 250ms;
}
a.btn_smpl.btn_case::after{
    display: inline-block;
    background-image: url(../img/cmn/ico_cmn_arrow_pink.svg);
}
a.btn_smpl.btn_case:hover {
    background:#d8677e;
    color: #fff;
}
a.btn_smpl.btn_case:hover::after{
    background-image: url(../img/cmn/ico_cmn_arrow_white.svg);
}

/* ---------------------------------------------
ご寄付の方法
--------------------------------------------- */
.sec_donation {
    padding: min(25vw,100px) 0 1px;
    background: #f7f3f0;
    position: relative;
}
.art_donation,
.art_portal{
    margin-bottom: min(12vw, 90px);
    position: relative;
    z-index: 2;
}
.ico_donation {
    text-align: center;
    margin-bottom: min(6vw, 40px);
}
.donation_ttl_wrap{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.donation_bg{
    position: absolute;
    bottom: 0;
    right: 0;
}
@media screen and (max-width:760px){
.donation_ttl_wrap .contents_txt{
    text-align: left;
}
}
/* ---------------------------------------------
ふるさと納税ポータルサイト
--------------------------------------------- */
.portal_list {
    width: min(90%, 900px);
    display: flex;
    flex-wrap: wrap;
    margin: min(7vw, 50px) auto;
    column-gap: min(3vw, 12px);
    row-gap: min(3vw, 20px);
}
.portal_item {
    width: calc(100% / 3 - min(4vw, 12px));
    height: 80px;
    border-radius: 40px;
    overflow: hidden;
}
.portal_link {
    font-size: 17px;
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 25px 0 30px;
    justify-content: space-between;
}
.portal_link::after{
    content: "";
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background: url(../img/cmn/ico_cmn_blank_pink.svg) center / contain;
}
.portal_link:hover{
    background: #d8677e;
    color: #fff;
}
.portal_link:hover::after{
    background-image: url(../img/cmn/ico_cmn_blank_white.svg);
}
@media screen and (max-width:800px){
.portal_item {
    width: calc(100% / 2 - min(4vw, 12px));
}
}
@media screen and (max-width:500px){
.portal_list {
    margin-bottom: 130px;
}
.portal_item {
    width: 100%;
    height: 60px;
}
}

.donation_bg {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
}
.donation_bg_img{
    width: min(85vw,416px);
}
@media screen and (max-width:800px){
.donation_bg{
    right: max(-140px,-52vw);
}
}
/* ---------------------------------------------
よくある質問
--------------------------------------------- */
.sec_faq {
    padding: min(18vw,130px) 0 min(20vw,150px);
    background: #fff;
}
.faq_ttl_wrap {
    margin-bottom: min(7vw, 50px);
}
.deco_ttl {
    font-size: 15px;
    color: #808080;
    text-align: center;
    line-height: 1;
    margin-bottom: min(3vw, 20px);
}
.faq_list {
    width: min(90%, 900px);
    margin: 0 auto;
}
.faq_item {
    background: #f2f2f2;
    border-radius: 15px;
    padding: 20px min(4vw,30px);
    margin-bottom: 12px;
}
/*-----------Q---------------*/
.faq_question_wrap {
    display: flex;
    font-size: min(4.25vw, 17px);
    cursor: pointer;
}
.faq_question_wrap::before {
    content: "Q";
    display: block;
    width: min(9vw,50px);
    min-width: min(9vw,50px);
    font-weight: 500;
    font-size: min(8vw,35px);
    color: #808080;
    line-height: 1;
    margin-top: -6px;
}
.faq_question {
    flex-grow: 1;
}
/*-----------A---------------*/
.faq_answer_wrap {
    display: none;
    font-size: min(4.25vw, 17px);
    padding: min(3vw, 20px) 0 0 50px;
}
/*-----------オープン---------------*/
.faq_question_wrap.open,
.faq_question_wrap.open::before{
    color: #d8677e;
}
/*-----------＋ーのアイコン---------------*/
.faq_icon {
    width: min(4vw,20px);
    min-width: min(4vw,20px);
    height: min(4vw,20px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 4%;
}
.faq_icon::before,
.faq_icon::after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    background: #999;
    transition: 200ms;
}
.faq_question_wrap:not(.open) .faq_icon::after{
    transform: rotate(-90deg);
    transform-origin: center;
}
@media screen and (max-width:800px){
.faq_answer_wrap {
    padding-left: 0;
}
}