


/* アーカイブ
--------------------------------------------- */
.sec_specialty_list {
  width: 100%;
  overflow: hidden;
}
.wrap_specialty_list {
  width: 85%;
}
.ttlbox_page {
  position: relative;
  z-index: 1;
}
.post-type-archive-specialty .print_btn {
  display: none;
}
.wrap_pagettl {
  justify-content: center;
  text-align: center;
  position: relative;
}
.sec_pagettl::before,.sec_pagettl::after{ 
  content: '';
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  width: 330px;
  height: 280px;
}
.sec_pagettl::before {
  left: 0;
  background-image: url(../img/specialty/deco_specialty_tulip_yellow.webp);
  background-position: bottom left;
}
.sec_pagettl::after{
  right: 0;
  left: auto;
  background-image: url(../img/specialty/deco_specialty_tulip_pink.webp);
  background-position: bottom right;
  background-color: inherit;
}
.ttl_page_en {
  font-size: 1.5625rem;
  font-size: clamp(1.5625rem, 1.1375rem + 1.7000000000000002vw, 2.625rem);
  font-weight: 500;
}
.sec_pagettl{
  border-bottom: 1px solid #999;
  position: relative;
  overflow: hidden;
}
.pankuzu_page {
  z-index: 1;
}
.acv_post_pic {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1.1;
  overflow: hidden;
  border-radius: 15px;
  height: 100%;
  width: 100%;
}
.acv_post_pic img {
  min-width: 100%;
  min-height: 100%;
  transition: 0.3s;
  object-fit: cover;
  object-position: center;
  aspect-ratio:1/1;
}
.acv_post_thumb {
  margin-bottom: 10px;
  aspect-ratio: 1/1;
}
.acv_post_card_ttl {
  text-align: left;
  font-weight: 500;
}
.link_acv_post{
  aspect-ratio: 1/1;
  display: block;
}
.link_acv_post:hover img{
  transform: scale(1.1);
  transition: 0.3s;
  opacity: 0.8;
  
}
.red {
  color: #d8677e;
}
.post-type-archive .acv_post_cats {
  width: 100%;
}
.acv_post_cats {
  text-align: left;
  display: inline-block;
  padding-top: 0.5rem;
}
.acv_post_cats .categ {
  font-size: 0.8rem;
  padding: 2px 12px;
  border: 1px solid #ccc;
  color: #999;
}
.acv_post_tags .tag {
  color: #999;
  font-size: 0.8rem;
  padding: 2px 12px;
}

@media screen and (max-width:1000px){
  .sec_pagettl{
    padding-bottom: 130px;
  }
  .sec_pagettl::before,.sec_pagettl::after{ 
    background-size: auto 100%;
    height: 45%;
  }
}
@media screen and (max-width:640px){
  .sec_pagettl::before,.sec_pagettl::after{ 
    height: 35%;
  }
}


@media screen and (max-width:640px){
  .sec_cat {
    padding-bottom: 0;
  }
  .ttl_side_acv {
    background-color: #eee;
    width: 100%;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
  }
  .list_cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
  }
  .list_cat li {
    width: 49%;
  }
  /* ▼ 開いた時 */
  .sec_cat.is-open .list_cat {
    opacity: 1;
    max-height: 500px;
  }
  /* アイコン */
  .ttl_side_acv::after {
    content: "+";
    font-size: 1.5em;
    position: absolute;
    right: 20px;
    transition: transform 0.3s;
  }
  .sec_cat.is-open .ttl_side_acv::after {
    content: "-";
  }
}

/* シングル 
--------------------------------------------- */

/* FV
--------------------------------------------- */
.sec_fv {
  background-image: url(../img/cmn/bg.gif);
  height: 100vh;
  width: 100%;
  padding-top: calc(clamp(5.5rem, -0.16176470588235237rem + 6.470588235294117vw, 6.875rem)/2);
}
.wrap_fv {
  width: 93%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pic_fv {
  width: 44%;
  max-height: 80%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 25px;
  display: flex;
  align-items: center;
}
.pic_fv.sp {
  display: none;
}
.pic_fv img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.txtbox_fv {
  width: 50%;
  text-align: left;
  padding-right: 5%;
  padding-bottom: 1rem;
}
.ttl_spec_name {
  font-size: 2.375rem;
  font-size: clamp(2.375rem, 2.2rem + 0.7000000000000001vw, 2.8125rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.deco_ttl_spec {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8rem + 0.3vw, 1.0625rem);
  letter-spacing: 0.1em;
}
.ttl_fv_catch {
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 1.125rem + 0.5vw, 1.5625rem);
  color: #d8677e;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
}
.fv_summary {
  font-size: 0.82352941rem;
  max-width: 450px;
  line-height: 2.0;
  margin-bottom: 1.5rem;
}
.box_categ {
  margin-bottom: 1.3rem;
}
.ttlbox_spec {
  margin-bottom: 1.5rem;
}
.btn_spec_online {
  background-color: #000;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 2rem;
  color: #fff;
  text-align: center;
}
.btn_spec_online:hover{
  background-color: #d8677e;
  transition: 0.3s;
}
.btn_spec_online::before {
  content: '';
  background-image: url(../img/specialty/ico_specialty_bag.svg);
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 5px;
}
.btn_spec_online:visited,.btn_spec_online:active,.btn_spec_online:hover{
  color: #fff;
}

@media (max-height: 700px) and (min-width: 900px) {
  .sec_fv {
    height: auto;
    padding-top: calc(clamp(5.5rem, -0.16176470588235237rem + 6.470588235294117vw, 6.875rem));
    padding-bottom: 100px;
  }
  .pic_fv {
    max-height: 100%;
    aspect-ratio: inherit;
  }
  .wrap_fv {
    height: auto;
    align-items: flex-start;
  }
  .txtbox_fv {
    padding-top: 1rem;
  }
}

@media screen and (max-width:900px){
  .sec_fv {
    height: auto;
    padding-top: calc(clamp(5.5rem, -0.16176470588235237rem + 6.470588235294117vw, 6.875rem) + 50px);
  }
  .wrap_fv {
    width: 85%;
    display: block;
  }
  .pic_fv.sp {
    display: flex;
    width: 100%;
    max-height:inherit;
    margin-bottom: 50px;
    border-radius: 10px;
  }
  .pic_fv.pc {
    display: none;
  }
  .txtbox_fv {
    width: 100%;
    padding-right: 0;
  }
  .ttlbox_spec {
    margin-bottom: 50px;
  }
  .fv_summary {
    margin-bottom: 50px;
  }
  .btn_spec_online {
    margin-bottom: 50px;
    display: flex;
  }
}

@media screen and (max-width:640px){
  .sec_fv {
    padding-top: calc(clamp(5.5rem, -0.16176470588235237rem + 6.470588235294117vw, 6.875rem) + 10px);
  }
}


/* 見出し
--------------------------------------------- */

.size_ttl_main {
  font-size: 2.375rem;
  font-size: clamp(2.375rem, 2.125rem + 1vw, 3rem);
}
.deco_ttl_spec {
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.675rem + 0.3vw, 0.9375rem);
}


/* concept
--------------------------------------------- */
.sec_concept {
  position: relative;
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 100px;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_concept::after{
  content: '';
  background-color: #000;
  opacity: 0.45;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.bg_concept {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg_concept img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: fixed;
  inset: 0;
  z-index: -1;
}
.wrap_concept {
  position: relative;
  z-index: 3;
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
  text-align: left;
  padding-bottom: 1rem;
  text-shadow: 0 0px 10px rgba(0,0,0,0.5);
}
.txtbox_concept {
  flex: 1;
}
.ttlbox_concept {
  max-width: 355px;
  width: 100%;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
.ttl_concept_main {
  font-weight: bold;
}
.ttl_concept_heading {
  font-size: 1.625rem;
  font-size: clamp(1.625rem, 1.275rem + 1.4000000000000001vw, 2.5rem);
  margin-bottom: 1.5rem;
}
.txt_concept {
  line-height: 2.0;
  max-width: 535px;
}

@media screen and (max-width:1000px){
  .wrap_concept {
    display: block;
    max-width: 640px;
    margin: 0 auto;
  }
  .ttlbox_concept {
    max-width: 100%;
  }
}
@media screen and (max-width:640px){
  .sec_concept {
    min-height:inherit;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .bg_concept img {
    object-position: 20% center;
}
}


/* ３つの特徴・おすすめポイント sec_point
--------------------------------------------- */
.sec_point {
  background-image: url(../img/cmn/bg.gif);
  padding-top: 160px;
  padding-bottom: 80px;
}
.wrap_point {
  width: 90%;
}
.ttlbox_point {
  text-align: center;
  margin-bottom: 50px;
}
.ttl_point {
  font-weight: bold;
}
.list_point {
  display: flex;
  justify-content: center;
  gap: 3%;
}
.list_point li {
  width: 33%;
  text-align: left;
}
.pic_point {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px;
  aspect-ratio: 16/9;
  width: 100%;
  margin-bottom: 0.9rem;
}
.pic_point img{
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
.ttl_s_point {
  font-weight: 500;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.975rem + 0.6vw, 1.5rem);
  margin-bottom: 0.5rem;
}
.list_point p{
  line-height: 1.7;
  text-align: justify;
}

@media screen and (max-width:900px){
  .wrap_point {
    width: 85%;
  }
  .pic_point {
    border-radius: 10px;
    aspect-ratio: 1/1;
    width: 30%;
  }
  .list_point {
    display: block;
  }
  .list_point li {
    display:flex;
    width: 100%;
    gap: 5%;
    margin-bottom: 40px;
    align-items: flex-start;
  }
  .txtbox_point {
    flex:1;
    padding-top: 1rem;
  }
}
@media screen and (max-width:640px){
  .sec_point {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .txtbox_point {
    padding-top: 0;
  }

}

/* こだわり future
--------------------------------------------- */
.sec_future {
  background-image: url(../img/cmn/bg.gif);
  padding-top: 80px;
  padding-bottom: 100px;
}
.ttlbox_future {
  text-align: center;
  margin-bottom: 80px;
}
.list_future {
  display: flex;
  flex-wrap: wrap;
}
.pic_future {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px;
  aspect-ratio: 16/9;
  width: 46%;
}
.pic_future img{
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
.ttl_s_future {
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 0.975rem + 1.6vw, 2.375rem);
  font-weight: 500;
  margin-bottom: 0.7rem;
}
.txt_future {
  line-height: 2.0;
}
.list_future li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5.5%;
  width: 100%;
  margin-bottom: 80px;
}
.txtbox_future {
  text-align: left;
  width: 100%;
  margin-right:7.5%;
  max-width: 520px;
  flex: 1;
}
.list_future li:nth-child(odd) {
  flex-direction: row-reverse;
}

.list_future li:nth-child(odd) .txtbox_future {
  margin-right:0;
  margin-left:7.5%;
}

@media screen and (max-width:640px){
  .sec_future {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .list_future li {
      display: block;
  }
  .pic_future {
    border-radius: 10px;
    width: 92.5%;
    margin-bottom: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list_future li:nth-child(odd) .pic_future {
    margin-left: auto;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .txtbox_future {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
  .list_future li:nth-child(odd) .txtbox_future {
    margin-left: auto;
    margin-right: auto;
  }
}


/* ギャラリー
--------------------------------------------- */
.sec_gallery {
  background-image: url(../img/cmn/bg.gif);
  position: relative;
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  height: 45vh;
  margin-left: auto;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
}
.kv_slide {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  min-width: 1400px;
  max-width: 1400px;
}
.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.is-single {
  display: block;
  min-width: auto;
  max-width: 100%;
  animation: none;
}

.kv_slide.is-single li {
  width: 100%;
}

.kv_slide.is-single img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width:640px){
  .scroll-infinity__wrap {
    height: 200px;
  }
  .kv_slide {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    min-width: 640px;
    max-width: 640px;
  }
}



/* フリースペース
--------------------------------------------- */
.sec_free {
  background-image: url(../img/cmn/bg.gif);
  padding-top: 80px;
  padding-bottom: 80px;
}
.wrap_free {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 5% 50px 5%;
  text-align: left;
  width: 92.5%;
}
@media screen and (max-width:640px){
  .sec_free {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .wrap_free {
    border-radius: 10px;
    padding: 10px 5% 30px 5%;
  }
}



/* シェアボタン
--------------------------------------------- */
.sec_spec_share {
  background-image: url(../img/cmn/bg.gif);
  padding-top: 50px;
  padding-bottom: 80px;
}
.ttl_spec_share {
  margin-bottom: 20px;
}

/* ふるさと納税リンク
--------------------------------------------- */
.sec_furusato_link {
  background-image: url(../img/cmn/bg.gif);
  padding-top: 80px;
  padding-bottom: 100px;
}
.sec_donation {
    background: #f7f3f0;
    position: relative;
    padding-top: 80px;
    padding-bottom: 50px;
}
.art_portal{
  margin-bottom: min(12vw, 90px);
  position: relative;
  z-index: 2;
  width: 85%;
}
.ico_donation {
    text-align: center;
    margin-bottom: min(6vw, 40px);
}
.donation_ttl{
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.4rem + 0.4vw, 1.75rem);
  font-weight: 500;
  margin-bottom: 30px;
}
.donation_txt {
    line-height: 1.8;
}
.portal_list {
    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 {
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 25px 0 30px;
    justify-content: space-between;
    text-align: left;
    line-height: 1.4;
}
.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:900px){
  .portal_item .sp {
    display: block;
  }
}
@media screen and (max-width:700px){
  .portal_item {
      width: calc(100% / 2 - min(4vw, 12px));
      height: 80px;
      border-radius: 0px;
  }
  .portal_link {
    padding: 0 15px 0 17px;
  }
  .donation_txt .pc{
    display: none;
  }
}

/* 関連記事
--------------------------------------------- */
.sec_kanren,.sec_ima,.sec_pagetop {
  background-image: url(../img/cmn/bg.gif);
}
.wrap_kanren {
  padding-top: 80px;
}