@charset "UTF-8";

@media screen and (min-width:800px){
  /* ヘッダー隠し */
  .wrap_logo,.header_nav,.header_cmn::before {
    display: none;
  }
  .header_cmn {
    /* pointer-events: none; */
    width: 0px;
  }
}
@media screen and (max-width:800px){
  /* ヘッダー隠し */
  .wrap_logo,.header_cmn::before {
    display: none;
  }
  .header_cmn {
    /* pointer-events: none; */
    width: 0px;
  }
}
.size_36{
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.025rem + 1.4000000000000001vw, 2.25rem);
  font-weight: 500;
}
.size_90 {
  font-size: 3.25rem;
  font-size: clamp(3.25rem, 2.519230769230769rem + 2.923076923076923vw, 5.625rem);
  line-height: 1.1;
}
.size40 {
  font-size: clamp(1.75rem, calc(1.45rem + 1.2vw), 2.5rem);
}
.size_42 {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.9903846153846154rem + 0.5384615384615384vw, 1.5625rem);
}
.size__17 {
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7865566037735849rem + 0.37735849056603776vw, 1.1875rem);
}
.size_16 {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7617924528301887rem + 0.28301886792452835vw, 1.0625rem);
}
.size_15 {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8223684210526316rem + 0.13157894736842105vw, 0.9375rem);
  line-height: 2;
}

/* fvメニュー
--------------------------------------------- */
.sec_navi {
  height: 19vh;
  min-height: 140px;
  display: grid;
  width: 100%;
  width: calc(100% - 120px);
  grid-template-columns: 1fr 4fr;
  grid-template-rows: 1fr 2fr;
  grid-template-areas: 
    "logo_fv_navi fv_navi_sub"
    "logo_fv_navi fv_navi_main";
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  align-items: center;
}
.logo_fv_navi {
  width: 230px;
  width: 16.8571428571vw;
  min-width: 220px;
  max-width: 300px;
  grid-area: logo_fv_navi;
  margin-left: 5vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.wrap_logo_fv_navi {
  width: 100%;
}
.logo_fv_navi .logo_txt {
  padding-top: 0;
  margin-left: 0;
  text-align: center;
  font-size: 2.7vh;
  font-size: 0.95em;
  font-size: min(2.7vh,0.95em);
  font-size:clamp(0.75em,2.7vh,0.95em);
}
.logo_fv_navi img {
  vertical-align: bottom;
  width: 92%;
  margin-bottom: 1px;
  max-height: 11.5vh;
  min-width: 30px;
  min-height: 68px;
}
.fv_navi_main {
  display: flex;
  gap: 30px;
  gap: 1.85714285714vw;
  gap: clamp(10px,3vw, 40px);
  grid-area:fv_navi_main;
  padding-left: 3.42857142857vw;
  padding-left: min(3.42857142857vw, 40px);
  padding-bottom: 15px;
}
.fv_navi_main a:hover{
  color: #d8677e;
}
.fv_navi_sub {
  display: flex;
  justify-content: flex-end;
  grid-area:fv_navi_sub;
  gap: 15px;
  padding-top: 4px;
  padding-right: 5px;
  align-items: center;
}
.fv_navi_sub a {
  font-size: 0.875em;
  display: flex;
  align-items: center;
}
.fv_navi_sub a:hover{
  color: #d8677e;
}
.fv_navi_sub a::before {
  content: '';
  background-image: url(../img/cmn/ico_cmn_arrow_black.svg);
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  background-size: 80% auto;
  background-position: center;
  margin-right: 7px;
  display: inline-block;
  transition: 0.25s;
}
.fv_navi_sub .ico_sns_hd::before {
  content: none;
}
.fv_navi_main li{
  position: relative;
}

.list_btn_down {
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
}
/* ▼ ホバー時：ふわっと下に表示 */
.fv_navi_main li:hover .list_btn_down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transform: translateX(-50%) translateY(0);
}
.fv_navi_sub a:hover:before {
  transform: translateX(3px);
  transition: 0.25s;
}
.fv_navi_main li{
    /* width: 6.42857142857vw;
  min-width: 90px;
  width: clamp(90px,6.42857142857vw, 100px);*/
}
.fv_navi_main .li_about {
    /* width: 9.64285714286vw;
  min-width: 135px;
  width: clamp(135px,9.64285714286vw, 145px);*/
}
.fv_navi_main li a{
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.9375rem;
}
.ico_fv_navi {
  min-width: 56px;
  width: 4vw;
  display: block;
  margin-bottom: 4px;
}
.ico_fv_navi img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
@media screen and (max-width:960px){
  .sec_navi {
    width: calc(100% - 80px);
  }
  .fv_navi_main li a{
    font-size: 0.85rem;
  }
  .fv_navi_main {
    gap: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width:800px){
  .fv_navi_main {
    display: none;
  }
  .fv_navi_sub {
     display: none; 
  }
  .sec_navi {
    height: 23vh;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    }
    .logo_fv_navi {
    margin-left: 0;
    }
}

/* fv
--------------------------------------------- */
.sec_fv {
  height: 100vh;
  /*border-bottom: 1px solid #999;*/
}
.wrap_fv {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  height: 100vh;
}
.box_fv_p {
  height: 15.5vh;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  font-size: 1.25rem;
  font-size: clamp(1rem, 0.925rem + 0.3vw, 1.1875rem);
  letter-spacing: 0.055em;
  width: 85%;
  margin: 0 auto;
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  height: 65.5vh;
  width: 96%;
  margin-left: auto;
}

@media screen and (max-width:800px){
  .sec_fv{
    height: calc(100vh - max(60px, 12vw));
    height: calc(100svh - max(60px, 12vw));
    border-bottom: none;
  }
  .box_fv_p {
    height: 17.75vh;
  }
  .scroll-infinity__wrap {
    flex:1;
    width: 94%;
    margin-right: auto;
  }
  .scroll-infinity__wrap {
    height: 50vh;
  }
  .wrap_fv {
    height: 100%;
  }
}
@media screen and (max-width:400px){
  .box_fv_p {
    font-size: 0.85rem;
  }
}

/* fv写真グリッド アニメーション
--------------------------------------------- */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
}
.kv_slide {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 5px;
  min-width: 1920px;
  max-width: 1920px;
  padding-right: 5px;
}
.kv_slide li {
  overflow: hidden;
}
.kv_slide picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
} 
.kv_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 1 */
.kv_slide li:nth-child(1){
  grid-column: span 3;
  grid-row: span 3;
}
/* 2 */
.kv_slide li:nth-child(2){
  grid-column: span 3;
}
/* 3 */
.kv_slide li:nth-child(3){
  grid-row: span 2;
}
/* 4 */
.kv_slide li:nth-child(4){
}
/* 5 */
.kv_slide li:nth-child(5){
  grid-column: span 2;
}
/* 6 */
.kv_slide li:nth-child(6){
  grid-column: span 2;
  grid-row: span 2;
}
/* 7 */
.kv_slide li:nth-child(7){
  grid-column: span 2;
  grid-row: span 2;
}
/* 8 */
.kv_slide li:nth-child(8){
}
/* 9 */
.kv_slide li:nth-child(9){
  grid-column: span 3;
  grid-row: span 2;
}
/* 10 */
.kv_slide li:nth-child(10){
  grid-column: span 2;
}
/* 11 */
.kv_slide li:nth-child(11){
}
/* 12 */
.kv_slide li:nth-child(12){
}
.kv_img img{
  opacity: 0;
  animation: kvFade 1.3s ease forwards;
}

/* fv写真遅れて表示
--------------------------------------------- */
@keyframes kvFade {
  from {
    opacity: 0;
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* 奇数 */
.kv_img:nth-child(odd) img{
  animation-delay: 1s;
}
/* 偶数 */
.kv_img:nth-child(even) img{
  animation-delay: 1.2s;
}

/* Topics
--------------------------------------------- */
.sec_ima {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
}
.sec_ima::before{
  content: '';
  background-color: #f2f2f2;
  background-color: #EEE;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.ima-cat-name {
  background-color: #f2f2f2;
}
@media screen and (max-width:640px){
  .sec_ima {
    padding-top: 80px;
  }
}

/* sec_about
--------------------------------------------- */
.sec_about {
  padding-top: 100px;
  padding-bottom: 80px;
}
.wrap_about {
  position: relative;
  height: 100%;
}
.ttl_about {
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.2211538461538463rem + 0.6153846153846154vw, 1.875rem);
  font-feature-settings: "palt";
  margin-bottom: 1em;
  line-height: 1.9;
}
.logo_about {
  margin-bottom: 30px;
  width: 100%;
}
.txtbox_about {
  width: 60%;
  width: 54%;
  padding-top: 66px;
  margin-left: 20.5%;
  text-align: left;
  position: relative;
  z-index: 1;
}
.txtbox_about p {
  line-height: 2;
}
.gal_about {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.pic_gal_about {
  position: absolute;
  overflow: hidden;
}
.pic_gal_about picture {
  display: block;
  height: 100%;
}
.pic_gal_about .simpleParallax {
  height: 100%;
}
.gal_1 {
  width: 25.7%;
  right: 18.1%;
  top: 50px;
  z-index: 1;
}
.gal_2 {
  width: 11.59%;  
  right: 8%;
  top: 0;
}
.gal_3 {
  left: 0;
  top: 50%;
  width: 14.7%;
}
.gal_4 {
  width: 19.9%;  
  right: 2.94%;
  top: 57%;
  z-index: 2;
}
@media screen and (max-width:1200px){
  .gal_1 {
    width: 23%;
  }
}
@media screen and (max-width:800px){
  .txtbox_about {
    width: 85%;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 60px;
  }
  .logo_about {
    display: flex;
    justify-content: center;
  }
  .logo_about img{
    width: 60%;
    max-width: 250px;
  }
  .gal_about {
    position: static;
  }
  .pic_gal_about {
    position: static;
    width: 100%;
    overflow:hidden;
  }
  .gal_about{
    gap:10px;
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-template-areas:
      "gal1 gal1 gal2"
      "gal3 gal4 gal4";
  }
  .gal_1{ grid-area:gal1; }
  .gal_2{ grid-area:gal2; }
  .gal_3{ grid-area:gal3; }
  .gal_4{ grid-area:gal4; }
  .pic_gal_about{
    overflow:hidden;
  }
  .pic_gal_about img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }
}




/* いい場所・観光情報
--------------------------------------------- */
.sec_spot {
  padding-top: 50px;
  padding-top: 4vw;
  padding-top: min(3vw, 100px);
}
.wrap_spot {
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.sec_spot {
  position: relative;
  text-align: left;
}
.ttl_spot {
  position: relative;
  padding: 3em 0 0 0;
  font-weight: bold;
}
.lltly_spot {
  padding: 0 0 0.7em 0;
}
.ly_main_spot {
  width: 80%;
  padding-right: 2.5%;
}
.ly_enttl_spot {
  margin-left: -3%;
  flex: 1;
  padding-top: 5%;
}
.ttl_en_spot {
  font-size: 3rem;
  font-size: clamp(3rem, 1.45rem + 6.2vw, 6.875rem);
  writing-mode: vertical-lr;
  display: block;
}
.sec_see {
  padding-top: 70px;
}
.ttl_see {
  margin-bottom: 10px;
  margin-right: 50px;
}

.btn_see {
  margin-bottom: 1em;
}
.ttl_spot::after{
  content: '';
  position: absolute;
  background-color: #999;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.ttl_spot::before {
  content: '';
  position: absolute;
  background-image: url(../img/top/deco_top_tulip.webp);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right bottom;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
} 
/* キャプション付き画像 */
.wrap_see {
  margin: 0 auto;
}
.gal_see {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  margin-bottom: 30px;
  aspect-ratio: 973 / 571;
  aspect-ratio: 16/9;
}
.gal_see img {
  transition: 0.25s;
}
.gal_see a:hover img {
  transform: scale(1.05);
  transition: 0.4s;
}
/* 左の大きい画像 */
.gal_see figure:nth-child(1) {
  grid-row: 1 / 3;
}
/* 共通 */
.gal_see figure {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.gal_see picture,
.gal_see img {
  width: 100%;
  height: 100%;
  display: block;
}
.gal_see img {
  object-fit: cover;
}
/* キャプション */
.gal_see figcaption {
  position: absolute;
  right: 16px;
  bottom: 8px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-shadow: 0 0px 6px rgba(0,0,0,0.5);
}
.lltbox_see {
}
.lltly_spot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.txtbox_ly_spot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  color: #4d4d4d;
  line-height: 1.7;
  gap: 15px;
}
.gal_see_3 {
  grid-template-columns: 1fr 1.3fr;
  grid-template-rows: 1fr 1fr;
}
.gal_see_3 figure:nth-child(1) {
  grid-row: 1 / 3;
}
.gal_see_2 {
  grid-template-columns: 1fr 1fr;
}
.gal_see_2 figure:nth-child(2) {
    grid-row: 1 / 3;
}
.gal_see_2 figure {
  grid-row: auto;
}
.gal_see_1 {
  grid-template-columns: 1fr;
}
@media screen and (max-width:800px){
  .wrap_spot {
    display: block;
  }
  .ly_enttl_spot {
    margin-left: 0;
    padding-top: 0;
  }
  .ttl_en_spot {
    writing-mode:inherit;
    text-align: center;
  }
  .ttl_spot {
    padding: 0;
    text-align: center;
    padding-bottom: 3em;
  }
  .ly_main_spot {
    width: 100%;
    padding-right: 0;
  }
  .ttl_spot::before {
    background-size: auto 60%;
  } 
}
@media screen and (max-width:640px){
  .wrap_spot {
    width: 100%;
  }
  .wrap_see {
    width: 85%;
  }
  .sec_see {
    padding-top: 30px;
  }
  .ttl_spot::before {
    background-position: center bottom;
  }
  .gal_see {
    grid-template-columns: 1.1fr 1fr;
    gap: 5px;
  }
  .gal_see figcaption {
    right: 9px;
    bottom: 6px;
    font-size: 12px;
  }
  .txtbox_see {
    text-align: justify;

  }
  .txtbox_see br {
    display: none;
  }
}

/* 味わう
--------------------------------------------- */
.sec_food {
  padding-top: 100px;
  padding: clamp(80px,9vw,150px) 0;
  padding-bottom: 50px;
}
.ttlbox_food {
  margin-bottom: 30px;
  width: 100%;
}
.blk_foodttl {
  display: grid;
  place-content: center left;
  height: 100%;
}
.txtbox_food {
  color: #4d4d4d;
  padding-right: 30px;
}
.wrap_food{
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  row-gap: 30px;
  column-gap: 12px;
  align-items: start;
}

/* タイトル */
.blk_foodttl{
  grid-column: span 1;
  width: 100%;
}
/* リスト */
.wrap_food ul{
  grid-column: span 2;
  display: contents; /* liを直接gridに参加させる */
}
.wrap_food li{
  list-style:none;
}
/* 画像 */
.wrap_food figure{
  margin:0;
}
.wrap_food picture{
  display:block;
  overflow:hidden;
}
.wrap_food img{
  width:100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display:block;
  transition:.4s;
}
.wrap_food a:hover img{
  transform: scale(1.05);
}
.wrap_food figcaption{
  margin-top:8px;
  font-weight: 500;
}
/* ボタン */
.blk_food_btn{
  grid-column: 1 / -1;
  margin-top: 10px;
  text-align: right;
}

@media screen and (max-width:1100px) {
  .wrap_food{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blk_food_btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .list_food li{
    width: 48%;
  }
  .ttl_food .pc,.txtbox_food .pc {
    display: none;
  }
    .txtbox_food br {
    display: none;
  }
  .txtbox_food {
   padding-right: 10px;
   text-align: justify;
   line-height: 1.7;
  }
}
@media screen and (max-width:640px) {
  .wrap_food{
    width: 85%;
  }
}

/* 体験する
--------------------------------------------- */
.sec_active {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ttl_active {
  margin-right: 50px;
}
.gal_active{
  margin:0;
  padding:0;
  list-style:none;
}
.gal_active img{
  width:100%;
  height:auto;
  display:block;
  transition: 0.4s;
  aspect-ratio: 968/463;
  object-fit: cover;
}
.gal_active a:hover img {
  transform: scale(1.05);
  transition: 0.4s;
}
.fig_active {
  display: block;
  position: relative;
}
.fig_active figcaption {
  position: absolute;
  bottom: 0.7em;
  right: 1.3em;
  color: #fff;
  font-size: 1em;
  text-shadow: 0 0px 6px rgba(0,0,0,0.5);
}
.pic_active {
  display:block;
}
.slick-dots li button:before {
  font-size: 1rem;
}
.slick-dots {
  position: static;
  padding-top: 10px;
}
.ttlbox_active {
  margin-bottom: 1em;
}

@media screen and (max-width:640px) {
  .ttl_active {
    width: 100%;
  }
  .btn_active {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .ttlbox_active ,.txtbox_active{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .txt_active br {
  display: none;
}
}

/* 切り返し画像
--------------------------------------------- */
.sec_pic {
  padding-top: 90px;
}
.wrap_pic {
  width: 90%;
}
.pic_bg {
  display: block;
}
@media screen and (max-width:800px) {
  .wrap_pic {
    width: 100%;
  }
  .sec_pic {
    padding-top: 0px;
  }
}

/* 日吉津のいいモノ・特産品
--------------------------------------------- */
.sec_specialtie {
  padding-top: 150px;
  padding-bottom: 50px;
  overflow: hidden;
}
.wrap_specialtie {
  position: relative;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
.spe_img {
  position: absolute;
}
.ttl_spe {
  margin-bottom: 10px;
}
.ttlbox_spe {
  margin-bottom: 30px;
  width: 85%;
  position: relative;
  z-index: 1;
}
.txtbox_spe {
  color: #4d4d4d;
  width: 85%;
  position: relative;
  z-index: 1;
}
.btn_spe {
  position: relative;
  z-index: 1;
}
.spe_img1 {
  top: 0;
  left: -10px;
  width: 200px;
  width: min(23%, 200px);
}
.spe_img2 {
  top: 150px;
  left: 90px;
  width: 230px;
  width: min(25%, 230px);
}
.spe_img3 {
  top: 20px;
  right: -5px;
  width: 290px;
  width: min(30%, 290px);
}



.slide_specialtie {
  width: 100%;
  padding-top: 60px;
  margin-bottom: 60px;
}
.slide_specialtie li {
  padding: 0 10px;
}

.slide_specialtie .imgbox {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 16px;
}

.slide_specialtie img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide_specialtie .ttl {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}



@media screen and (max-width:800px) {
  .spe_img2 {
    left: 0px;
    top: 80px;
  }
}

/* ふるさと納税の活用
--------------------------------------------- */

.sec_furusato::before {
  content: '';
  background-image: url(../img/top/bg_top_furusato_raund.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
}
.sec_furusato {
  background-color: #d8677e;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
  margin-top: 180px;
}
.sec_furusato::after {
  content: '';
  width: 415px;
  height: 202px;
  background-image: url(../img/top/bg_top_tulip_yellow.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
  display: block;
  position: absolute;
  right: 5%;
  bottom: 0;
}
.wrap_furusato {
  width: 85%;
  position: relative;
}
.ttl_furusato {
  margin-bottom: 20px;
}
.txtbox_furusato {
  margin-bottom: 30px;
}
.list_furusato{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:clamp(12px,1.5vw,20px);
  padding-top: 30px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.furusato_item{
  list-style:none;
}
.furusato_item a{
  display:block;
  background:#fff;
  height:100%;
  text-decoration:none;
  color:inherit;
  color: #000;
  text-align: left;
}
.furusato_thumb{
  aspect-ratio:16/9;
  overflow:hidden;
}
.furusato_item a:hover img {
  transform: scale(1.1);
  transition: 0.25s;
}
.furusato_thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition: 0.25s;
}
.furusato_body{
  padding:clamp(16px,1.8vw,24px);
}
.furusato_item a:hover .furusato_title{
  color: #d8677e;
  transition: 0.25s;
}
.furusato_title{
  margin-bottom:10px;
  line-height:1.4;
  transition: 0.25s;
}
.furusato_desc{
  font-size:13px;
  line-height:1.5;
}
.btn_furusato {
  position: relative;
  z-index: 1;
}
.btn_furusato a{
  background-color: #fff;
  color: #d8677e;
}
.btn_furusato a:active, .btn_furusato a:visited, .btn_furusato a:focus{
  background-color: #fff;
  color: #d8677e;
}
.btn_furusato a:hover{
  background-color: #d8677e;
  color: #fff;
}
.btn_furusato a::after{
  background-color:#d8677e;
  background-image:none;
  -webkit-mask-image:url(../img/cmn/ico_cmn_arrow_black.svg);
  mask-image:url(../img/cmn/ico_cmn_arrow_black.svg);
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-position:center;
  mask-position:center;
  -webkit-mask-size:100% auto;
  mask-size:100% auto;
}
.btn_furusato a:hover::after{
  background-image:url(../img/cmn/ico_cmn_arrow_white.svg);
}

/* sp */
@media (max-width:800px){
  .sec_furusato::before {
  height: 50px;
  top: -50px;
  }
  .sec_furusato {
    margin-top: 100px;
  }
}
@media (max-width:640px){
  .list_furusato{
    grid-template-columns:1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* インスタグラム
--------------------------------------------- */
.sec_insta {
  padding-top: 100px;
  padding-bottom: 100px;
}


/* パララックス読み込み前の画像サイズ
--------------------------------------------- */
.parallax {
  transform: scale(1.4);
}