@charset "utf-8";
html {
  scroll-padding-top: 150px;
}

.breadcrumbs span,
.breadcrumbs a{
  color: #fff;
}

/* メインビジュアル */

#oo-header{
  position: relative;
  min-width: 1200px;
  height: 493px;
  background: url('images/mv.jpg') no-repeat center center;
  background-size: cover;
}

#oo-header::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: #000;
  opacity: 0.18;
  top: 0;
  left: 0;
  z-index: 1;
}


#breadcrumbs{
  position: relative;
  z-index: 2;
}

#visual{
  /* position: relative; */
  text-align: center;
  z-index: 2;
  height: 494px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#visual #visual-image-content{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row-reverse;
}

#visual #visual-text{
  width: 590px;
}
#visual #visual-model{
  width: 521px;
}

#visual #visual-model img{
  margin-left: 5%;
}

#furusato #visual h1{
  text-align: center;
  padding-top: 55px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
#furusato #visual h1 .pc img{
  width: 810px;
}

#furusato #visual .ticket{
  /* width: 493px; */
  width: 690px;
  /* margin: auto; */
  margin-left: -10%;
}

#furusato #visual .note{
  font-size: 1.5rem;
  color: #fff;
  padding-bottom: 30px;
  padding-top: 30px;
}

#furusato .mv_btn_list{
  display: flex;
  justify-content: center;
  padding-bottom: 68px;
}
#furusato .mv_btn_list li{
  padding: 0 7px;
}
#furusato .mv_btn_list li img{
  vertical-align: bottom;
}
#furusato .mv_btn_list li img.mv_banner01{
  height: 50px;
}
#furusato .mv_btn_list li img.mv_banner02{
  height: 50px;
  vertical-align: bottom;
}
#furusato .mv_btn_list li img.mv_banner03{
  height: 50px;
  vertical-align: bottom;
}
#furusato .mv_flex{
  position: absolute;
  padding-bottom: 36px;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
}
#furusato .mv_flex p{
  color: #FFFFFF;
  margin-left: 6px;
  font-size: 1.4rem;
  font-weight: 500;
}
#furusato .mv_noprice{
  width: 130px;
  padding-right: 10px;
  font-size: 3rem;
  font-weight: 500;
}

#furusato .hr{
  margin-bottom: 60px;
}

#furusato .inner{
  max-width: calc(1022px + 10%);
  padding: 0 5%;
}

/* 返礼品・商品券のご紹介 */
#furusato .giftcard{
  max-width:840px;
  padding: 80px 0;
  margin: auto;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
#furusato .giftcard h2{
  text-align: center;
  margin-bottom: 36px;
  font-weight: 500;
  font-size: 3rem;
}
#furusato .giftcard p{
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 38px;
}
#furusato .giftcard table{
  margin: auto;
  max-width: 760px;
  position: relative;
  margin-bottom: 60px;
  border-collapse: collapse;
  border-top: 1px solid #2F1812;
  border-left: 1px solid #2F1812;
  border-right: 1px solid #2F1812;
}
#furusato .giftcard table, td, th {
  vertical-align: middle;
}
#furusato .giftcard table thead{
}
#furusato .giftcard table thead th{
  background: #2F1812;
  font-size: 2.2rem;
  padding: 20px ;
}
#furusato .giftcard table thead th h3{
  display: flex;
  justify-content: center;
  align-items: center;
  color:#fff;
}
#furusato .giftcard table thead th h3 .table_img{
  line-height: 0;
  padding-right: 30px;
}

#furusato .giftcard table tbody tr td{
  padding:20px;
  border-bottom:1px dotted #2F1812;
  font-size: 2.2rem;
}
#furusato .giftcard table tbody tr td:first-child{
  border-right:1px solid #2F1812;
}
#furusato .giftcard table tbody .last td{
  border-bottom: 1px solid #2F1812;
}
#furusato .giftcard table tbody td span{
  display: block;
  font-size:1.6rem;
}
#furusato .giftcard table tbody .row .area-link{
  position: relative;
  display: flex;
  align-items: center;
}
#furusato .giftcard table tbody .row .area-link::after{
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #2F1812;
  border-bottom: 2px solid #2F1812;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(45deg);
}
#furusato .giftcard table tbody .row .item-area{
  width: 142px;
}
#furusato .giftcard table tbody .row .item-area span{
  display: inline-block;
  background-color: #EDEAE7;
  font-size: 1.8rem;
  line-height: 1;
  padding: 8px 10px;
}
#furusato .giftcard table tbody .row .item-text{
  flex: 1;
}

#furusato .giftcard table tbody .border{
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#furusato .giftcard tr td:nth-child(2n).mid{
  font-size: 1.7rem;
}
#furusato .giftcard table .text_flex {
  text-align: right;
  font-size: 2rem;
  font-weight: 500;
}
#furusato .giftcard tr td:first-child{
  width: 40%;
  background-color: #F5F4F3;
  text-align: center;
  font-weight: 500;
  color: #2F1812;
}
#furusato .giftcard tr td:nth-child(2n){
  font-size: 1.9rem;
  font-weight: 500;
}

#furusato .giftcard .area{
  width: 470px;
  margin: 0 auto 70px;
}
#furusato .giftcard .area h3{
  background-color: #2F1812;
  text-align: center;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  padding: 6px;
}
#furusato .giftcard .area .layout{
  display: table;
  width: 100%;
}
#furusato .giftcard .area .layout .title{
  display: table-cell;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: 500;
  width: 151px;
  text-align: center;
  background-color: #F5F4F3;
  border: 1px solid #2F1812;
}
#furusato .giftcard .area .layout .body{
  display: table-cell;
  font-size: 2rem;
  font-weight: 500;
  flex: 1;
  border: 1px solid #2F1812;
  border-left: none;
  padding: 8px 12px;
}
#furusato .giftcard .area .layout .body .note{
  font-size: 1.3rem;
  display: block;
  margin-bottom: 0;
}


#furusato .giftcard .first_table{
  background-color: #2F1812;
  color: #FFFFFF;
  text-align: center;
} 
#furusato .giftcard .list_img{
  position: relative;
  width: 258px;
}
#furusato .giftcard .list_img .popular{
  position: absolute;
  top: -30px;
  left: -25px;
}
#furusato .giftcard .giftcard_content{
  flex: 1;
}
#furusato .giftcard .giftcard_text{
  font-size: 2.3rem;
  font-weight:normal;
}
#furusato .giftcard .giftcard_text span.num{
  background-color: #C7AA83;
  color: #FFFFFF;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  margin-right: 13px;
  line-height: 30px;
}
#furusato .giftcard .giftcard_text span.komi{
  font-size: 1.5rem;
  vertical-align: 2px;
  padding-right: 5px;
}
#furusato .giftcard .giftcard_content p{
  font-size: 1.5rem;
  font-weight: normal;
  text-align: left;
  padding-bottom: 24px;
  padding-left: 40px;
  margin-bottom: 0px;
}
#furusato .giftcard ul.giftcard_list{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}
#furusato .giftcard ul.giftcard_list > li{
}

.giftcard_btn_list{
  display: flex;
  font-size: 1.5rem;
  font-weight: normal;
  flex-wrap: wrap;
}
.giftcard_btn_list li{
  border: none;
  margin-bottom: 10px;
}
.giftcard_btn_list li a{
  display: block;
  text-decoration: none;
  width: 239px;
  height: 51px;
  line-height: 51px;
  padding-right:13px;
  position: relative;
  color: #FFFFFF;
  text-align: center;
  border-radius: 4px;
}
.giftcard_btn_list li a::after{
  position: absolute;
  content:"";
  background: url(./images/icon_arrow.svg)no-repeat;
  background-size: contain;
  top: calc(50% - 6.5px);
  right: 38px;
  width: 13px;
  height: 13px;
}
.giftcard_btn_list .giftcard_btn_red{
  background-color: #AF2D2D;
  margin-right: 23px;
}
.giftcard_btn_list .giftcard_btn_blue{
  background-color: #1C5A98;
}
.giftcard_btn_list .giftcard_btn_orange{
  background-color: #D97927;
}

#furusato .attention{
  border: 2px solid #900;
  padding: 30px;
  margin-top: 50px;
}

#furusato .attention .mark{
  text-align: center;
  margin-bottom: 10px;
}

#furusato .attention h2{
  font-size: 2.0rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #8C1911;
  line-height: 1.1;
}

#furusato .attention h2 b{
  font-size: 3rem;
  color: #900;
  vertical-align: middle;
  font-weight: 500;
}

#furusato .attention p{
  margin-bottom: 0;
  font-size: 1.6rem;
}

#furusato .attention hr{
  margin: 30px 0;
}


/* モダンブリティッシュモデルのご紹介 */
#furusato .model{
  padding:88px 0 110px;
  background: url(./images/model_background.jpg) no-repeat center center ;
  background-size: cover;
}
#furusato .model .inner{

}
#furusato .model h2{
  color:#ffffff;
  font-size: 3.0rem;
  font-weight: 500;
  text-align: center;
  margin:0 0 45px;
}
#furusato .model p{
  font-size: 1.9rem;
  font-weight: 500;
  text-align: center;
  color:#fff;
  margin:0 0 30px;
}
#furusato .model .model_lists{
  max-width:860px;
  width:96%;
  display: flex;
  justify-content: space-between;
  margin:0 auto 40px;
}
#furusato .model .model_lists .model_list{
  width:calc((100% - 15px)/2);
}
#furusato .model .model_lists .model_list:first-child{
  margin-top:40px;
}
#furusato .model .model_lists .model_list li{
  margin:0 0 15px;
}
#furusato .model .model_lists .model_list img{
  vertical-align: bottom;
}
#furusato .model .detail_btn{
  text-align: center;
}
#furusato .model .detail_btn a{
  display: inline-block;
  color:#fff;
  font-size: 2.0rem;
  font-weight: 500;
  text-decoration: none;
  width:280px;
  height:50px;
  line-height:50px;
  border:1px solid #fff;
  background: rgba(255,255,255,0.25);
  position: relative;
  padding-right:20px;
}
#furusato .model .detail_btn a:after{
  position: absolute;
  content:"";
  top: calc(50% - 5px);
  right: 76px;
  width: 10px;
  height: 10px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  transform: rotate(45deg);
}


/* すべての返礼品を見る */
#furusato .view{
  padding: 49px 20px;
  background: url(./images/view_bg.jpg) no-repeat center center ;
  background-size: cover;
  text-align: center;
  height: 244px;
}
#furusato .view .view_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#furusato .view .giftcard_btn_list{
  justify-content: center;
}
#furusato .view .giftcard_btn_list a{
  margin: 0 11px;
}
#furusato .view .view_giftcard{
  width: 152px;
  margin-left: 20px;
}
#furusato .view h2{
  font-size: 2.1rem;
  font-weight: 500;
  border-bottom: 1px solid black;
}

#furusato .middle{
  line-height: 0;
  height: 449px;
  background: url(./images/middle.jpg) no-repeat center center ;
  background-size: cover;

}

/* SITE LIST
--------------------*/

#furusato #sitelist{
}

#furusato #sitelist h2{
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 500;
}

#furusato #sitelist .annotation{
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 30px;
}

#furusato #sitelist .layout{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

#furusato #sitelist .layout .box{
  width: 260px;
  line-height: 1;
  margin-bottom: 15px;
  text-decoration: none;
}

#furusato #sitelist .layout .box span{
  font-size: 1.1rem;
}

/* REASON
--------------------*/

#furusato #reason{
  background: url(./images/reason_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 70px 0;
}
#furusato #reason h2{
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
}
#furusato #reason .lead{
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 60px;
}
#furusato #reason .layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#furusato #reason .layout .box{
  width: 47%;
  margin-bottom: 50px;
}
#furusato #reason .layout .box h3{
  font-size: 2.2rem;
  color: #EAE0C0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
#furusato #reason .layout .box h3 .num{
  font-size: 5.2rem;
  vertical-align: -10px;
  width: 35px;
  display: inline-block;
  margin-right: 20px;
  line-height: 0;
}
#furusato #reason .layout .box h3 .text{
  flex: 1;
  line-height: 1.3;
  font-weight: 500;
}

#furusato #reason .layout .box .image{
  
}
#furusato #reason .layout .box p{
  color: #fff;  
}

/* PLAN 
--------------------*/

#furusato #plan{
  padding: 80px 0;
}

#furusato #plan h2{
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
}

#furusato #plan .lead{
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
#furusato #plan .lead b{
  color: #8E2C12;
  font-weight: 500;
}
#furusato #plan .image{
  width: 573px;
  margin: auto;
  margin-bottom: 20px;
}

#furusato #plan .price{
  text-align: center;
  max-width: 710px;
  margin: auto;
  line-height: 1.3;
}

#furusato #plan .price1{
  font-size: 3rem;
  font-weight: 400;
}
#furusato #plan .price1 .pb{
  font-size: 5.5rem;
  color: #8E2C13;
}
#furusato #plan .price1 .pb b{
  font-size: 7rem;
  font-weight: 400;
}
#furusato #plan .price1 .tax{
  display: block;
  text-align: right;
  font-size: 3rem;
  margin-top: -0.5rem;
}
#furusato #plan .price2{
  font-size: 4rem;
  font-weight: 400;
}
#furusato #plan .price2 small{
  font-size: 3rem;
}
#furusato #plan .price2 .waku{
  font-size: 5rem;
}
#furusato #plan .price2 .pb b{
  font-size: 6rem;
  font-weight: 400;
}
#furusato #plan .price2 .tax{
  font-size: 2.5rem;
}




/* FLOW 
--------------------*/
#furusato #flow{
text-align: center;
}

#furusato #flow h2{
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
}

#furusato #flow .lead{
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
}

#furusato #flow .layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#furusato #flow .layout .box{
  position: relative;
  width: 260px;
  margin-right: 72px;
  margin-bottom: 20px;
}

#furusato #flow .layout .box:nth-child(3n){
  margin-right: 0;
}

#furusato #flow .layout .box::after{
  content: url(./images/flow-arrow.png);
  display: block;
  position: absolute;
  width: 18px;
  height: 30px;
  right: -55px;
  top: 80px;
}
#furusato #flow .layout .box:nth-child(3n)::after{
  content: none;
}

#furusato #flow .layout .box .image{
  position: relative;
}

#furusato #flow .layout .box .ticket{
  position: absolute;
  left: -30px;
  bottom: 40px;
}

#furusato #flow .layout .box p{
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
}

#furusato #flow .layout .box p span{
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}

/* GIFT 
--------------------*/
#furusato #gift{
  padding: 80px 0 70px;
}

#furusato #gift h2{
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
}

#furusato #gift .layout{
  display: flex;
  gap: 34px;
  align-items: center;
  margin-bottom: 40px;
}

#furusato #gift .layout .image{
  width: 337px;
}

#furusato #gift .layout p{
  flex: 1;
  font-size: 1.9rem;
}

#furusato #gift .more{
  text-align: center;
}

#furusato #gift .btn{
  position: relative;
  display: inline-block;
  width: 290px;
  line-height: 100%;
  border: 1px solid #3c1e00;
  text-align: center;
  padding: 14px 15px;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 100px;
}
#furusato #gift .btn::after{
  border-width: 1px;
  width: 9px;
  height: 9px;
}
#furusato #gift .btn::before{
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 1px;
  background-color: #3c1e00;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#furusato #gift .btn:hover::before{
  background-color: #fff;
}

/* FAQ 
--------------------*/
#faq{
  padding: 20px 0 70px 0;
}

#faq h2{
  text-align: center;
  margin-bottom: 60px;
  font-weight: 500;
}

#faq dl{
  border-bottom: 1px solid #2F1812;
}

#faq dl i{
  width: 65px;
}

#faq dl p{
  flex: 1;
  padding-top: 1rem;
}

#faq dl .row{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

#faq dl dt{
  position: relative;
  padding: 15px 65px 10px 0;
  cursor: pointer;
}

#faq dl dt::after{
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 50%;
  border-top: 2px solid #3c1e00;
  border-right: 2px solid #3c1e00;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -5px;
}
#faq dl dt.open::after{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 0;
}

#faq dl dd{
  font-size: 1.5rem;
  padding-bottom: 15px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  display: none;
}

#shop{
  text-align: center;
}

/* 追加テスト kawatani */
#furusato .kifu_list__lead {
  display: flex;
  margin: auto;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 10px;
}

#furusato .kifu_list__lead__img {
  display: flex;
  gap: 5px;
  padding-right: 6px;
  width: 342px;
}

#furusato #area2 .kifu_list__lead__img {
  width: 400px;
}
#furusato #area3 .kifu_list__lead__img {
  padding: 0 66px;
}
#furusato #area3 .kifu_list__lead__btn {
  width: 380px;
  padding: 16px 30px 16px 10px;
}

@media screen and (max-width: 769px) {
#furusato #area2 .kifu_list__lead__img {
  width: 100%;
}
#furusato #area3 .kifu_list__lead__btn {
  width: 100%;
}
}

#furusato .kifu_list__lead__img  img{
  width: 100%;
}

#furusato .kifu_list__lead__btn {
  position: relative;
  display: inline-block;
  border: 1px solid #3c1e00;
  line-height: 100%;
  color: #3c1e00;
  text-decoration: none;

  width: 330px;
  height: 50px;
  border-radius:100px;
  text-align: center;
  padding: 16px 10px;
}


#furusato .kifu_list__lead__btn img {
  position: absolute;
  max-height: 30px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}


#furusato .container__kifu_list__lead__btn{
  text-align: center;
  gap: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#furusato .container__kifu_list__lead__text{
  flex: 1;
}

#furusato .kifu_list__lead__text {
  text-align: left !important;
  font-size: 1.9rem;
  line-height: 32px;
}

#furusato .kifu_list__lead__text .note{
  font-size: 1.4rem;
  font-weight: 400;
}

#furusato .top_text {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}


@media screen and (max-width: 769px) {

.breadcrumbs{
  display: none;
}
  
#oo-header{
  min-width: 0;
  background-size: cover;
  height: auto;
  padding: 0;
}

#visual{
  margin: 0;
  padding: 0;
  height: auto;
  position: static;
}

#furusato #visual h1{
  padding-top: 0;
  margin-bottom: 15px;
}

#visual #visual-image-content{
  display: block;
}

#visual #visual-text{
  width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#visual #visual-text .ticket{
  text-align: center;
  width: 100%;
  margin: 0;
}

#furusato #visual .note{
  font-size: 1.1rem;
  padding-top: 15px;
}

#visual #visual-model{
  width: 100%;
  line-height: 0;
}

#visual #visual-model img{
  width: 100%;
  line-height: 0;
  margin-left:unset;
}

#furusato .mv_btn_list{
  padding-bottom: 20px;
  flex-wrap: wrap;
}

#furusato .hr{
  margin-bottom: 40px;
}

#furusato h2{
  font-size: 2.0rem;
}


#furusato .giftcard{
  padding: 50px 15px;
  margin-bottom: 0;
}

#furusato .giftcard h2{
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 2.0rem;
}

#furusato .giftcard .area{
  width: 100%;
  margin-bottom: 40px;
}

#furusato .giftcard p{
  font-size: 1.4rem;
}

#furusato .giftcard table::after{
  top: 61px;
  right: 0px;
  width: 50px;
  height: 66px;
}

#furusato .giftcard table thead th h3{
  display: block;
}


#furusato .giftcard table thead th h3 .table_img{
  display: block;
  text-align: center;
  padding: 0 0 10px;
}

#furusato .giftcard table .text_flex{
  display: block;
  text-align: center;
  font-size: 1.6rem;
}

#furusato .giftcard table tbody tr td{
  font-size: 1.4rem;
  padding: 10px;
}
#furusato .giftcard tr td:first-child{
  width: 32%;
}
#furusato .giftcard tr td:nth-child(2n).mid,
#furusato .giftcard tr td:nth-child(2n){
  font-size: 1.4rem;
}
#furusato .giftcard table tbody td span{
  font-size: 1.1rem;
}

#furusato .giftcard table tbody .row .area-link{
  display: block;
}
#furusato .giftcard table tbody .row .item-area{
  width: 100%;
}
#furusato .giftcard table tbody .row .item-area span{
  font-size: 1.5rem;
  margin-bottom: 10px;
}
#furusato .giftcard table tbody .row .item-text{
  font-size: 1.4rem;
}

#furusato .giftcard .list_img{
  width: 100%;
  text-align: center;
  margin: 0 0 0;
}

#furusato .giftcard ul.giftcard_list{
  gap: 4%;
  margin-bottom: 30px;
}

#furusato .giftcard ul.giftcard_list > li{
  display: block;
  width: 48%;
}

#furusato .giftcard .giftcard_text{
  font-size: 2rem;
}

#furusato .giftcard .giftcard_text span.num{
  font-size: 1.4rem;
  margin-right: 4px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: 4px;
}

#furusato .giftcard .giftcard_text span.komi{
  font-size: 1.1rem;
  padding: 0;
}
#furusato .giftcard .giftcard_text .yen{
  font-size: 1.1rem;
  vertical-align: 2px;
}

#furusato .giftcard .giftcard_content p{
  padding-left: 0;
  font-size: 1.3rem;
}

#furusato .giftcard .area .layout .title{
  font-size: 1.6rem;
  width: 90px;
}
#furusato .giftcard .area .layout .body{
  font-size: 1.6rem;
}
#furusato .giftcard .area .layout .body .note{
  text-align: left;
  font-size: 1.1rem;
}

#furusato .giftcard .list_img .popular img{
  width: 36px;
  height: 36px;
}

#furusato .giftcard .list_img .popular {
  position: absolute;
  top: -23px;
  left: -8px;
}

#furusato .model{
  padding: 50px 0;
}

#furusato .model h2{
  font-size: 2.0rem;
  margin-bottom: 15px;
}

#furusato .model p{
  font-size: 1.4rem;
}

.giftcard_btn_list{
  justify-content: space-between;
}
.giftcard_btn_list li{
  width: 48%;
}
.giftcard_btn_list li a{
  width: 100%;
  font-size: 1.4rem;
}
.giftcard_btn_list li a::after{
  width: 10px;
  height: 10px;
  right: 12px;
}

#furusato .view{
  height: 284px;
}

#furusato .view h2{
  font-size: 1.6rem;
}

#furusato .view .giftcard_btn_list{
  gap: 0 10px;
}

#furusato .view .giftcard_btn_list a{
  margin: 0;
}

#furusato #sitelist{
  padding: 10px 0 0;
}
#furusato #sitelist h2{
  font-size: 2.0rem;
  margin-bottom: 10px;
}

#furusato #sitelist .layout{
  gap: 0%;
}

#furusato #sitelist .layout .box{
  width: 47%;
  margin: 0 auto 10px;
  text-align: center;
}
#furusato #sitelist .layout .box img{
  margin: auto;
}

#furusato .middle{
  height: 140px;
}

/* SITE LIST
--------------------*/

#furusato #sitelist{
}

/* REASON
--------------------*/

#furusato #reason{
  padding: 50px 0 0;
}
#furusato #reason h2{
  font-size: 2rem;
  margin-bottom: 10px;
}
#furusato #reason .lead{
  font-size: 1.4rem;
  margin-bottom: 40px;
}

#furusato #reason .layout .box{
  width: 100%;
}
#furusato #reason .layout .box h3 .num{
  font-size: 3rem;
  margin-right: 15px;
}
#furusato #reason .layout .box h3{
  font-size: 1.6rem;
  font-weight: 500;
}

/* PLAN 
--------------------*/
#furusato #plan{
  padding: 50px 0 10px;
}
#furusato #plan h2{
  font-size: 2.0rem;
  margin-bottom: 10px;
}
#furusato #plan .lead{
  font-size: 1.4rem;
}

#furusato #plan .image{
  width: 100%;
}

#furusato #plan .price{
  width: 100%;
  margin: auto;
}

#furusato #plan .price1{
  font-size: 6vw;
}
#furusato #plan .price1 .pb{
  display: block;
  font-size: 7vw;
}
#furusato #plan .price1 .pb b{
  font-size: 14vw;
}
#furusato #plan .price1 .tax{
  font-size: 5vw;
  text-align: center;
  margin-bottom: 2rem;
}
#furusato #plan .price2{
  font-size: 5vw;
}
#furusato #plan .price2 small{
  font-size: 4vw;
}
#furusato #plan .price2 .waku{
  font-size: 6vw;
}
#furusato #plan .price2 .pb b{
  font-size: 8vw;
}
#furusato #plan .price2 .tax{
  font-size: 2.5vw;
}


/* FLOW 
--------------------*/
#furusato #flow{
  padding: 0;
}
#furusato #flow h2{
  font-size: 2.0rem;
  margin-bottom: 10px;
}
#furusato #flow .lead{
  font-size: 1.4rem;
}

#furusato #flow .layout .box{
  width: 48%;
  margin-right: 2%;
}
#furusato #flow .layout .box:nth-child(3n){
  margin-right: 2%;
}
#furusato #flow .layout .box:nth-child(2n){
  margin-right: 0;
}
#furusato #flow .layout .box .ticket{
  left: -5px;
  bottom: 74px;
}
#furusato #flow .layout .box .ticket img{
  width: 90px;
}
#furusato #flow .layout .box p{
  font-size: 1.6rem;
}
#furusato #flow .layout .box p span{
  font-size: 1.3rem;
}
#furusato #flow .layout .box::after{
  content: none;
}
/* GIFT 
--------------------*/
#furusato #gift{
  padding: 30px 0 50px;
}
#furusato #gift h2{
  margin-bottom: 30px;
}

#furusato #gift .layout{
  display: block;
}
#furusato #gift .layout .image{
  width: 100%;
  margin-bottom: 15px;
}
#furusato #gift .layout p{
  font-size: 1.6rem;
}
/* FAQ 
--------------------*/
#faq{
  padding: 10px 0 40px 0;
}
#faq h2{
  margin-bottom: 20px;
  font-size: 2.0rem;
}


#furusato .kifu_list__lead{
  flex-direction: column-reverse
}

#furusato .kifu_list__lead__img {
  padding-right: unset;
  margin: auto;
}

#furusato .kifu_list__lead__text {
  margin-bottom: 10px !important;
}

}


/* howto
=======================*/

#howto{
  padding: 80px 20px;
  margin: 0 auto;
  background-color: #EDEDED;
}

#howto h2{
  text-align: center;
  margin-bottom: 40px;
}

#flow-block{
  position: relative;
  overflow: hidden;
  height: 550px;
  transition: 0.3s height linear;
  padding-bottom: 5rem;
}
#flow-block::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 550px;
    top: 80px;
    left: 0;
    background: linear-gradient(0deg, #ededed 20%, rgba(255, 255, 255, 0) 100%);
    transition: 0.2s opacity linear;
}
#flow-block.open {
  height: auto;
}
#flow-block.open::before {
  opacity: 0;
  visibility: hidden;
}

#howto .more {
    padding-top: 50px;
    margin: -50px auto 0;
    text-align: center;
}
#howto .more span{
  display: inline-block;
  width: 290px;
  line-height: 100%;
  border: 1px solid #3c1e00;
  text-align: center;
  padding: 14px 15px;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 100px;
  transition: 0.2s;
}
#howto .more span:hover{
  background-color: #3c1e00;
  color: #fff;
}
#howto .howto{
  position: relative;
  width: 900px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

#howto .howto::after{
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 95px);
  bottom: -16px;
  left: 25px;
  background-color: #4B3F2C;
}
#howto .howto.last::after{
  content: none;
}

#howto .howto .step{
  text-align: center;
  margin-right: 30px;
  padding-top: 30px;
}

#howto .howto .step .num{
  display: block;
  font-size: 4.8rem;
  line-height: 1;
}

#howto .howto .body {
  border-top: 1px solid #fff;
  padding: 30px 0;
  flex: 1;
}

#howto .howto .layout {
  display: flex;
  justify-content: space-between;;
  align-items: flex-start;
}

#howto .howto .layout .text{
  flex: 1;
  padding-right: 40px;
  padding-top:20px;
}

#howto .howto .layout .text h3{
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

#howto .howto .layout .text p{
  font-size: 1.4rem;
}

#howto .howto .layout .image{
  width: 176px;
  line-height: 0;
}

#howto .howto .layout.white{
  background-color: #fff;
  padding: 20px;
  margin-top: 30px;
}

#howto .howto .layout.white h3{
  font-size: 1.8rem;
}

#howto .howto .layout.white .text{
  padding-top: 0;
}

#howto .howto .layout.white .image{
  width: 147px;
}

.stepbtn {
  position: relative;
  display: inline-block;
  background-color: #3c1e00;
  color: #fff;
  padding: 8px 25px 8px 10px;
  line-height: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
  margin-top: 1rem;
}

.stepbtn::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.stepbtn:hover {
  color: #fff;
}

#howto #leadtime{
  text-align: center;
  padding: 30px;
  margin-bottom: 50px;
}

#howto #leadtime p{
  font-size: 2.1rem;
}

#howto #leadtime p b{
  display: inline-block;
  border-bottom: 1px solid #4B3F2C;
}

@media screen and (max-width: 769px) {

#howto{
  padding: 40px 15px;
}

#howto p.lead{
  font-size: 1.4rem;
}

#howto .howto{
  width: 100%;
}

#howto .howto .step{
  margin-right: 15px;
  font-size: 1.2rem;
}

#howto .howto .step .num{
  font-size: 3rem;
}

#howto .howto .layout{
  display: block;
}

#howto .howto .layout .text{
  padding: 0;
}

#howto .howto .layout .text h3{
  font-size: 2rem;
}

#howto .howto .layout .image{
  width: 100%;
  max-width: 218px;

  margin: auto;
  text-align: center;
  margin-top: 20px;
}

#howto .howto .layout .image img{
}

#howto .howto .layout.white h3{
  font-size: 1.6rem;
}

#howto .howto .layout.white p{
  font-size: 1.2rem;
}

#howto .howto .layout.white .image{
  width: 100%;
  text-align: center;
}

#howto #leadtime{
  width: 100%;
  margin-bottom: 20px;
}

#howto #leadtime p{
  font-size: 1.6rem;
}

}

.movie{
  width: 560px;
  margin: auto;
}

.movie h2{
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.movie h2 span{
  display: inline-block;
  width: 50px;
  margin-right: 25px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .movie{
    width: 100%;
  }
  .movie h2 span{
    width: 30px;
    margin-right: 5px;
  }

  .movie h2{
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .movie iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}

