/* CSS Document */
/*トップ*/
.top{
  height: var(--windowfixdheight);
  box-sizing: border-box;
  background: #A6C56A;
  background: linear-gradient(180deg,rgba(166, 197, 106, 1) 0%, rgba(135, 176, 210, 1) 44%, rgba(133, 175, 216, 1) 100%);
  position: relative;
  z-index: 1;
  display: flex;
}
body[wc-view-code="sp"] .top,
body[wc-view-type="tb"] .top{
  padding: calc(var(--headerHeight) + (var(--fixdvh) * 5.5)) 7vw calc(var(--headerHeight) + (var(--fixdvh) * 5.5));
  flex-direction: column;
}
body[wc-view-type="tb-l"] .top{
  padding: calc(var(--headerHeight) * 2) 6vw 13.16vw;
}
body[wc-view-code="pc"] .top{
  padding: calc(var(--headerHeight) * 2) calc((100vw - 1100px) / 2) 13.16vw;
}
.top::before,
.top::after{
  content: "";
  background: #006400;
  background: linear-gradient(180deg,rgba(0, 100, 0, 1) 0%, rgba(184, 214, 163, 1) 70%, rgba(234, 245, 207, 1) 100%);
  position: absolute;
  bottom: -1px;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.top::before{
  -webkit-mask-image: url("/img/svg/top_left_mountain.svg");
  mask-image: url("/img/svg/top_left_mountain.svg");
  width: 69vw;
  height: 15.65vw;
  z-index: 3;
  left: 0;
}
body[wc-view-type="tb-l"] .top::before,
body[wc-view-code="pc"] .top::before{
  -webkit-mask-image: url("/img/svg/pc_top_left_mountain.svg");
  mask-image: url("/img/svg/pc_top_left_mountain.svg");
  width: 62vw;
  height: 6.5vw;
}
.top::after{
  -webkit-mask-image: url("/img/svg/top_right_mountain.svg");
  mask-image: url("/img/svg/top_right_mountain.svg");
  width: 91vw;
  height: 27.5vw;
  z-index: 4;
  right: 0;
}
body[wc-view-type="tb-l"] .top::after,
body[wc-view-code="pc"] .top::after{
  -webkit-mask-image: url("/img/svg/pc_top_right_mountain.svg");
  mask-image: url("/img/svg/pc_top_right_mountain.svg");
  width: 74.16vw;
  height: 13.16vw;
}
.top .t_text{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  opacity: 0;
  filter: blur(0);
  transition: opacity 700ms linear;
}
.top .t_text.wcvisible{
  opacity: 1;
  filter: blur(0);
}
body[wc-view-type="sp-s"] .top .t_text{
  padding-bottom: 0.75rem;
}
body[wc-view-type="sp"] .top .t_text{
  padding-bottom: 1rem;
}
body[wc-view-code="tb"] .top .t_text{
  gap:0.25rem;
  padding-bottom: 1.5rem;
}
body[wc-view-type="tb-l"] .top .t_text{
  width: 50%;
  padding: 3.5rem 2rem 0 0;
}
body[wc-view-code="pc"] .top .t_text{
  width: 550px;
  padding: 3.5rem 2rem 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap:0.5rem;
}
.top .t_text > h2,
.top .t_text > .t_catch{
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}
.top .t_text > h2{
  order: 2;
  font-size: 1.25rem;
}
.top .t_text > h2{
  font-size: 1.25rem;
}
body[wc-view-type="sp-s"] .top .t_text > h2{
  font-size: 1.35rem;
}
body[wc-view-type="sp"]  .top .t_text > h2{
  font-size: 1.55rem;
}
body:not([wc-view-code="sp"])  .top .t_text > h2{
  font-size: 1.75rem;
}
.top .t_text > .t_catch{
  order: 3;
  font-size: 1.75rem;
}
body[wc-view-type="sp-s"] .top .t_text > .t_catch{
  font-size: 1.7rem;
}
body[wc-view-type="sp"] .top .t_text > .t_catch{
  font-size: 2rem;
}
body:not([wc-view-code="sp"]) .top .t_text > .t_catch{
  font-size: 2rem;
}
.top .t_text > .back_white{
  background-color: #fff;
  width: fit-content;
  margin-bottom: 0.5rem;
}
.top .t_text > .back_white span{
  padding: 0.25rem 0.5rem;
  background: #A6C56A;
background: linear-gradient(90deg,rgba(166, 197, 106, 1) 0%, rgba(135, 176, 210, 1) 83%, rgba(133, 175, 216, 1) 100%);
  -webkit-background-clip: text; /* Safari/Chrome用 */
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  order: 1;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Asul";
  display: table;
}
body:not([wc-view-code="sp"]) .top .t_text > .back_white span{
  font-size: 1.5rem;
}
/*トップスライダー*/
.top .top_slider{
}
body[wc-view-code="sp"] .top .top_slider{
  height: calc(var(--windowfixdheight) - (243.5px + var(--fixdvh) * 2.8));
}
body[wc-view-type="sp"] .top .top_slider{
  height: calc(var(--windowfixdheight) - (161px + var(--fixdvh) * 11));
}
body[wc-view-type="tb"] .top .top_slider{
  height: calc(var(--windowfixdheight) - (349px + var(--fixdvh) * 11));
}
body[wc-view-type="tb"] .top .top_slider{
  height: calc(var(--windowfixdheight) - (var(--headerHeight) * 2) + 13.6vw);
}
body[wc-view-type="tb-l"] .top .top_slider{
  width: 50% !important;
}
body[wc-view-code="pc"] .top .top_slider{
  width: 550px !important;
  height: 480px !important;
}
.top .top_slider .cs_wrap[class*="fade"],
.top .top_slider .cs_wrap.comboslider-mask-change {
  width: 100% !important;
}
.top .top_slider .t_in_slider{
}
body[wc-view-type="tb-l"] .top .top_slider .t_in_slider{
  width: 46vw !important;
}
.top .top_slider .t_in_slider img{
  border-radius: 1rem;
  height: calc(var(--windowfixdheight) - (243.5px + var(--fixdvh) * 2.8));
}
body[wc-view-type="sp-s"] .top .top_slider .t_in_slider img{
  height: calc(var(--windowfixdheight) - (243.5px + var(--fixdvh) * 2.8));
}
body[wc-view-code="sp"] .top .top_slider .t_in_slider img{
  height: calc(var(--windowfixdheight) - (259px + var(--fixdvh) * 11));
}
body[wc-view-type="tb"] .top .top_slider .t_in_slider img{
  height: calc(var(--windowfixdheight) - (279px + var(--fixdvh) * 11));
}
body[wc-view-type="tb-l"] .top .top_slider .t_in_slider img{
  height: 48vw !important;
}
body[wc-view-type="tb"] .top .top_slider .t_in_slider img{
}
body[wc-view-code="pc"] .top .top_slider .t_in_slider img{
  width: 100% !important;
  height: 480px !important;
}
/*トップスライダー元の記述から変更*/

.top .cs_inner{
}
body[wc-view-code="sp"] .top .cs_wrap[class*="fade"],
body[wc-view-code="sp"] .top .cs_wrap[class*="fade"] .comboslider,
body[wc-view-type="tb"] .top .cs_wrap[class*="fade"],
body[wc-view-type="tb"] .top .cs_wrap[class*="fade"] .comboslider{
  width: 86vw !important;
}
body[wc-view-type="tb-l"] .top .cs_wrap[class*="fade"],
body[wc-view-type="tb-l"] .top .cs_wrap[class*="fade"]{
  width: 46vw !important;
}
body[wc-view-code="pc"] .top .cs_wrap[class*="fade"],
body[wc-view-code="pc"] .top .cs_wrap[class*="fade"] .comboslider{
  width: 550px !important;
}
.top .cs_wrap[class*="fade"] .cs_inner{
  margin: inherit !important;
}
.top .cs_wrap[class*="fade"] .comboslider .cs_item{
}
body[wc-view-code="sp"] .top .cs_wrap[class*="fade"] .comboslider .cs_item,
body[wc-view-type="tb"] .top .cs_wrap[class*="fade"] .comboslider .cs_item{
  width: 86vw !important;
}
body[wc-view-code="sp"] .top .cs_inner,
body[wc-view-type="tb"] .top .cs_inner{
  width: 100vw !important;
}
body[wc-view-code="pc"] .top .cs_inner{
  width: 550px !important;
}
body[wc-view-type="tb-l"] .top .cs_inner{
  width: 46vw !important;
}
body[wc-view-type="tb-l"] .top .cs_wrap[class*="fade"] .comboslider .cs_item{
  width: 46vw !important;
}
body[wc-view-code="pc"] .top .cs_wrap[class*="fade"] .comboslider .cs_item{
  width: 550px !important;
}
.top .cs_wrap[class*="fade"] .comboslider .cs_item img:not(.wcexclusion){
  width: 100% !important;
}


.sliderwrap {
  position: absolute;
  z-index: -1;
  inset: 0;
}
main.container .sliderwrap > .cs_wrap[slide-type="fade"],
main.container .sliderwrap > .cs_wrap[slide-type="fade"] .cs_inner,
main.container .sliderwrap > .cs_wrap[slide-type="fade"] .cs_inner .slider.comboslider,
main.container .sliderwrap > .cs_wrap[slide-type="fade"] .cs_inner .slider.comboslider .cs_item,
main.container .sliderwrap > .cs_wrap[slide-type="fade"] .cs_inner .slider.comboslider .cs_item img {
  width: 100% !important;
  height: 100% !important;
}


/*お知らせ*/
.news{
  box-sizing: border-box;
  background-color: #eaf5cf;
  position: relative;
  z-index: 1;
}
body[wc-view-code="sp"] .news{
  padding: var(--headerHeight) 0 calc(var(--headerHeight) + 12vw);
}
body[wc-view-type="tb"] .news{
  padding: var(--headerHeight) 0 calc(var(--headerHeight) + 4vw);
}
body[wc-view-type="tb-l"] .news{
  padding: var(--headerHeight) 0 calc(var(--headerHeight) + 7vw);
}
body[wc-view-code="pc"] .news{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2) calc(var(--headerHeight) + 12vw);
}
body[wc-view-code="sp"] .news .contents_title,
body[wc-view-type="tb"] .news .contents_title{
  padding-left: 7vw;
}
body[wc-view-type="tb-l"] .news .contents_title{
  padding-left: 6vw;
}
body[wc-view-code="pc"] .news .contents_title{
  margin-bottom: 1.5rem;
}
.news_wrap{
  display: flex;
  gap:1rem;
  box-sizing: border-box;
}
body:not([wc-view-code="pc"]) .news_wrap{
  overflow-x: auto;
  -ms-overflow-style: none;
}
body[wc-view-code="sp"] .news_wrap,
body[wc-view-type="tb"] .news_wrap{
  width: 93vw;
  margin-left: auto;
  margin-top: 1.5rem;
  padding-right: 7vw;
}
body[wc-view-type="tb-l"] .news_wrap{
  width: 94vw;
  margin-left: auto;
  margin-top: 1.5rem;
}
body[wc-view-code="pc"] .news_wrap{
  gap:1rem;
}
.news_wrap > a{
  display: block;
  width: 250px;
  flex: none;
  text-decoration: none;
  opacity: 0;
  filter: blur(5px);
  transition: opacity 700ms linear;
}
.news_wrap > a.wcvisible{
  opacity: 1;
  filter: blur(0);
}
body[wc-view-code="pc"] .news_wrap > a{
  width: calc((1100px / 4) - 0.75rem);
}
.news_wrap > a article{
  display: flex;
  flex-direction: column-reverse;
}
.news_wrap > a article .news_text{
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
  box-sizing: border-box;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.news_wrap > a article .news_text *{
  color: var(--defColor);
}
.news_wrap > a article .news_text > h2{
  order: 2;
  font-size: 1.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 1.5rem;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.news_wrap > a article .news_text > h2::after{
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-color: var(--accentColor);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("/img/svg/arrow.svg");
  mask-image: url("/img/svg/arrow.svg");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news_wrap > a article .news_text > time{
  order: 1;
  padding: 0 0.75rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 1rem 0 0 0;
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 2;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  letter-spacing: 0.25px;
  font-weight: 700;
}
.news_wrap > a article .news_text > time::before,
.news_wrap > a article .news_text > time::after{
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("/img/svg/point_deco_left_down.svg");
  mask-image: url("/img/svg/point_deco_left_down.svg");
  z-index: 3;
  position: absolute;
}
.news_wrap > a article .news_text > time::before{
  left: -15px;
  bottom: 0;
}
.news_wrap > a article .news_text > time::after{
  top: -15px;
  right: 0;
}
.news_wrap > a article .news_text > .n_category{
  order: 3;
  display: flex;
  gap:0.5rem;
  overflow: hidden;
  margin-top: 0.5rem;
  list-style: none;
  list-style-position: outside;
}
.news_wrap > a article .news_text > .n_category li{
  background-color: #eaf5cf;
  font-size: 0.87rem;
  flex: none;
  color: var(--defColor);
  padding: 0 0.25rem;
}
.news_wrap > a article > figure{
}
.news_wrap > a article > figure img{
  aspect-ratio:1.414/1;
  border-radius: 1rem 1rem 0 0;
}
.news .btn{
  margin: 1.75rem auto 0 auto;
  opacity: 0;
  filter: blur(5px);
  transition: opacity 700ms linear;
}
.news .btn.wcvisible{
  opacity: 1;
  filter: blur(0);
}
/*コンセプト*/
.concept{
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: flex;
}
body[wc-view-code="sp"] .concept{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb"] .concept{
  padding: calc(var(--headerHeight) * 1.5) 7vw var(--headerHeight);
}
body[wc-view-type="tb-l"] .concept{
  padding: calc(var(--headerHeight) * 1.8) 6vw var(--headerHeight);
}
body[wc-view-code="sp"] .concept{
  flex-direction: column;
}
body[wc-view-code="pc"] .concept{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
  box-sizing: border-box;
}
.concept::before,
.concept::after{
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.concept::before{
  width: 74.5vw;
  height: 12.3vw;
  top: -1.25rem;
  left: -0.75rem;
  z-index: 5;
}
body.safari .concept::before{
  background-image: url("/img/top/concept/left_kumo.png");
}
body[wc-view-type="tb"] .concept::before{
  width: 61.5vw;
  height: 11vw;
  top: -1rem;
  left: -0.75rem;
  z-index: 5;
}
body[wc-view-type="tb-l"] .concept::before{
  width: 58.5vw;
  height: 10.3vw;
  top: -2rem;
}
.concept::after{
  width: 53vw;
  height: 16.25vw;
  top: -1.5rem;
  right: 0;
  z-index: 6;
}
body.safari .concept::after{
  background-image: url("/img/top/concept/right_kumo.png");
}
body[wc-view-type="tb"] .concept::after{
  width: 55vw;
  height: 16.75vw;
  top: -2.5rem;
}
body[wc-view-type="tb-l"] .concept::after{
  width: 45vw;
  height: 14vw;
  top: -2rem;
}
.concept .shiro,
.concept .yama{
  content: "";
  position: absolute;
}
.concept .shiro{
  left: 0;
  width: 56vw;
  height: 27.5vw;
  background-image: url("/img/top/news/takeda_shiro.webp");
  z-index: 4;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  bottom: -1rem;
  top: -27.5vw;
}
body.safari .concept .shiro{
  background-image: url("/img/top/news/takeda_shiro.png");
}
body[wc-view-type="tb"] .concept .shiro{
  width: 38vw;
  height: 18.5vw;
  top: -15.5vw;
}

body[wc-view-type="tb-l"] .concept .shiro{
  width: 42vw;
  height: 20.5vw;
  top: -17.5vw;
}
body[wc-view-code="pc"] .concept .shiro{
  width: 360px;
  left: calc((100% - 1200px) / 2);
  top: -155.14px;
  height: 175px;
}
.concept .yama{
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: linear-gradient(180deg,rgba(0, 100, 0, 1) 0%, rgba(184, 214, 163, 1) 80%, rgba(234, 245, 207, 1) 100%);
  z-index: 2;
}
body[wc-view-code="sp"] .concept .yama.sp,
body[wc-view-type="tb"] .concept .yama.sp{
  -webkit-mask-image: url("/img/svg/news_right_mountain.svg");
  mask-image: url("/img/svg/news_right_mountain.svg");
}
body[wc-view-code="sp"] .concept .yama.sp{
  top: -17.8vw;
  right: 0;
  width: 75vw;
  height: 17.8vw;
}
body[wc-view-type="tb"] .concept .yama.sp{
  top: -15.8vw;
  right: 0;
  width: 67vw;
  height: 16.8vw;
}
body[wc-view-type="tb-l"] .concept .yama.pc_left,
body[wc-view-code="pc"] .concept .yama.pc_left{
  -webkit-mask-image: url("/img/svg/pc_top_left_mountain.svg");
  mask-image: url("/img/svg/pc_top_left_mountain.svg");
  width: 56vw;
  height: 6vw;
  left: 0;
  top: -6vw;
  z-index: 2;
}
body[wc-view-type="tb-l"] .concept .yama.pc_center,
body[wc-view-code="pc"] .concept .yama.pc_center{
  -webkit-mask-image: url("/img/svg/pc_news_center_mountain.svg");
  mask-image: url("/img/svg/pc_news_center_mountain.svg");
  width: 74vw;
  height: 8.8vw;
  top: -8.8vw;
  left: calc(((100vw - 1100px) / 2) + 180px);
  z-index: 1;
}
body[wc-view-type="tb-l"] .concept .yama.pc_center{
  height: 8.8vw;
  left: 25vw;
}
body[wc-view-type="tb-l"] .concept .yama.pc_right,
body[wc-view-code="pc"] .concept .yama.pc_right{
  -webkit-mask-image: url("/img/svg/pc_top_right_mountain.svg");
  mask-image: url("/img/svg/pc_top_right_mountain.svg");
  width: 56vw;
  height: 9.8vw;
  right: 0;
  top: -9.8vw;
  z-index: 3;
}
.concept > .title_box{
}
body[wc-view-code="tb"] .concept > .title_box{
  width: 350px;
}
body[wc-view-code="pc"] .concept > .title_box{
  width: 450px;
}
.concept > .title_box .contents_title::before{
  content: "Concept";
}
.concept .concept_text{
  position: relative;
  z-index: 1;
}
body[wc-view-code="tb"] .concept .concept_text{
  width: calc(100% - 350px);
  margin-top: 5rem;
}
body[wc-view-code="pc"] .concept .concept_text{
  width: calc(100% - 450px);
  margin-top: 5rem;
}
.concept .deco_wrap{
}
.concept .deco_wrap{
  position: absolute;
  z-index: -2;
  inset:0;
  overflow: hidden;
}
.concept .deco_wrap .kumo{
  position: absolute;
  z-index: -1;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #F2FAFF;
  background: linear-gradient(180deg,rgba(242, 250, 255, 1) 0%, rgba(225, 243, 252, 1) 62%, rgba(223, 240, 255, 1) 100%);
  transition: opacity 850ms linear,filter 850ms linear;
  opacity: 0;
  filter: blur(10px);
}
.concept .deco_wrap .kumo{
  opacity: 0.8;
}
.concept .deco_wrap .kumo.kumo_01{
  -webkit-mask-image: url("/img/svg/kumo_01.svg");
  mask-image: url("/img/svg/kumo_01.svg");
  width: 130px;
  height: 41px;
  top: calc(var(--headerHeight) + 52px + 2.5rem);
  right: -1rem;
}
body[wc-view-type="tb"] .concept .deco_wrap .kumo.kumo_01{
  top: calc(var(--headerHeight) + 52px + 1rem);
  right: 1rem;
}
body[wc-view-code="pc"] .concept .deco_wrap .kumo.kumo_01{
  right:calc((100vw - 800px) / 2);
  top: var(--headerHeight);
}
.concept .deco_wrap .kumo.kumo_02{
  -webkit-mask-image: url("/img/svg/kumo_02.svg");
  mask-image: url("/img/svg/kumo_02.svg");
  width: 120px;
  height: 41px;
  top: 40%;
  transform: translateY(-50%);
  left: -1rem;
}
body[wc-view-code="pc"] .concept .deco_wrap .kumo.kumo_02{
  left:calc((100vw - 1170px) / 2);
}
.concept .deco_wrap .kumo.kumo_03{
  -webkit-mask-image: url("/img/svg/kumo_03.svg");
  mask-image: url("/img/svg/kumo_03.svg");
  width: 125px;
  height: 42.7px;
  right: -1.5rem;
  bottom: calc(var(--headerHeight) * 3.5);
}
body[wc-view-code="pc"] .concept .deco_wrap .kumo.kumo_03{
  right: calc((100vw - 1150px) / 2)
}
.concept .deco_wrap .kumo.kumo_04{
  -webkit-mask-image: url("/img/svg/kumo_01.svg");
  mask-image: url("/img/svg/kumo_01.svg");
  width: 130px;
  height: 41px;
  left: calc((100vw - 850px) / 2);
  bottom: calc(var(--headerHeight) * 2.3);
}
body[wc-view-code="sp"] .concept .deco_wrap .kumo.kumo_04{
  display: none;
}
.concept .road{
  content: "";
  width: 100vw;
  height: 62vw;
  background: #DCDDDD;
  background: linear-gradient(180deg,rgb(220, 221, 221) 0%, rgb(255, 255, 255) 95%, rgb(255, 255, 255) 100%);
  -webkit-mask-image: url("/img/svg/road.svg?202604041740");
  mask-image: url("/img/svg/road.svg?202604041740");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body[wc-view-code="sp"] .concept .concept_text{
  padding-bottom: 1.25rem;
}
body[wc-view-type="tb"] .concept .road{
  width: 75vw;
  height: 44vw;
}
body[wc-view-type="tb-l"] .concept .road{
  width: 53vw;
  height: 32vw;
}
body[wc-view-code="pc"] .concept .road{
  width: 501px;
  height: 289px;
}
.concept .concept_text > p{
  line-height: 2.25rem;
  opacity: 0;
  filter: blur(5px);
  transition: opacity 700ms linear,filter 700ms linear;
}
.concept .concept_text > p.wcvisible{
  opacity: 1;
  filter: blur(0);
}
.concept .concept_text > p:not(:first-of-type){
  margin-top: 1rem;
}
/*背景部分*/
.back_area{
  height: 64vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  clip-path: inset(0);
  padding-bottom: calc(33vw + 1rem);
  box-sizing: border-box;
}
body:not([wc-view-code="sp"]) .back_area{
  height: 375px;
  padding-bottom: calc(175px + 2.5rem);
}
.back_area::before{
  content: "";
  position: fixed; /* 画面に対して固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/top/sp_top_back_sample.webp");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2; /* 文字の下に配置 */
}
body.safari .back_area::before{
  background-image:url("/img/top/sp_top_back_sample.png");
}
.back_area::after{
  content:"";
  background: #FFFFFF;
  background: linear-gradient(180deg,rgb(255, 255, 255) 0%, rgba(232, 123, 91, 0.63) 35%, rgba(232, 123, 91, 0.63) 100%);
  position: absolute;
  inset: 0;
  z-index: -1;
}
.back_area > p{
  font-size: 3.25rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  paint-order: stroke fill;
  font-family: "Asul";
  letter-spacing: 0.5px;
  line-height: 1em;
  opacity: 0;
  filter: blur(5px);
  transition: opacity 700ms linear,filter 700ms linear;
}

body[wc-view-code="sp"] .back_area > p{
  font-size: 13.5vw;
}
body[wc-view-code="tb"] .back_area > p{
  font-size: 4rem;
}
body[wc-view-code="pc"] .back_area > p{
  font-size: 5rem;
}
.back_area > p.wcvisible{
  opacity: 1;
  filter: blur(0);
}
/*施設紹介*/
.facility{
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
body[wc-view-code="sp"] .facility,
body[wc-view-type="tb"] .facility{
  padding: calc(var(--headerHeight) / 1.25) 7vw calc(var(--headerHeight) + 7.81vw) 7vw;
}

body[wc-view-code="sp"] .facility{
  padding-bottom: calc(var(--headerHeight) + 7.81vw);
}
body[wc-view-type="tb-l"] .facility{
  padding: calc(var(--headerHeight) / 1.25) 6vw calc(var(--headerHeight) + 4.16vw) 6vw;
}
body[wc-view-code="pc"] .facility{
  padding: calc(var(--headerHeight) / 1.25) calc((100vw - 1100px) / 2) var(--headerHeight) calc((100vw - 1100px) / 2);
}
.facility::before{
  content: "";
  width: 100vw;
  height: 68vw;
  border-radius: 50%;
  position: absolute;
  top: -32.5vw;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: -1;
}
body:not([wc-view-code="sp"]) .facility::before{
  height: 330px;
  top: -175px;
}
.facility .contents_title::before{
  content: "Facility";
}
.facility > h3{
  position: absolute;
  top: -19.5vw;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  filter: blur(5px);
  transition: opacity 700ms linear,filter 700ms linear;
}
body:not([wc-view-code="sp"]) .facility > h3{
  top: -125px;
  font-size: 2.75rem;
}

.facility > h3.wcvisible{
  opacity: 1;
  filter: blur(0);
}
.facility > h3 .orange_text{
  color: var(--defColor);
  font-weight: 700;
  transition: color 700ms 500ms linear; 
}
body[wc-view-code="sp"] .facility > h3{
  font-size: 8.75vw;
}
.facility > h3.wcvisible .orange_text{
  color: #edb37d;
}
.facility .f_contents{
  display: flex;
  margin-top: var(--headerHeight);
  opacity: 0;
  filter: blur(5px);
  transition: opacity 700ms linear,filter 700ms linear;
}
.facility .f_contents.wcvisible{
  opacity: 1;
  filter: blur(0);
}
.facility .f_contents:first-of-type{
  margin-top: calc(var(--headerHeight) / 2);
}
body[wc-view-code="sp"] .facility .f_contents{
  flex-direction: column-reverse;
}
body:not([wc-view-code="sp"]) .facility .f_contents:nth-of-type(odd){
  flex-direction: row-reverse;
}
.facility .f_contents .f_text{
  padding: 1.25rem 1rem 0 1rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
body:not([wc-view-code="sp"]) .facility .f_contents .f_text{
  width: 50%;
}
body[wc-view-type="tb"] .facility .f_contents:nth-of-type(odd) .f_text{
  padding: 1rem 0 1rem 1.25rem;
}
body[wc-view-type="tb"] .facility .f_contents:nth-of-type(even) .f_text{
  padding: 1rem 1.25rem 1rem 0;
}
body[wc-view-type="tb-l"] .facility .f_contents:nth-of-type(odd) .f_text{
  padding:1.25rem 0 1.25rem 1.25rem;
}
body[wc-view-type="tb-l"] .facility .f_contents:nth-of-type(even) .f_text{
  padding:1.25rem 1.25rem 1.25rem 0;
}
body[wc-view-code="pc"] .facility .f_contents:nth-of-type(odd) .f_text{
  padding: 1.25rem 0 1.25rem 2rem;
}
body[wc-view-code="pc"] .facility .f_contents:nth-of-type(even) .f_text{
  padding: 1.25rem 2rem 1.25rem 0;
}
.facility .f_contents .f_text::after{
  content: "";
  background-color: rgba(237,179,125,0.2);
  position: absolute;
  bottom: 52px;
  right: 0;
  z-index: -1;
  width: 100px;
  height: 100px;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
body[wc-view-type="tb"] .facility .f_contents .f_text::after{
  bottom: 72px;
  width: 110px;
  height: 110px;
  right: 1rem;
}
body[wc-view-type="tb-l"] .facility .f_contents .f_text::after{
  bottom: 82px;
  right: 1.25rem;
}
body[wc-view-code="pc"] .facility .f_contents .f_text::after{
  right: 2.5rem;
  bottom: 84px;
  width: 135px;
  height: 135px;
}
.facility .f_contents .f_text.restaurant::after{
  -webkit-mask-image: url("/img/svg/restaurant.svg");
  mask-image: url("/img/svg/restaurant.svg");
}
.facility .f_contents .f_text.shopping::after{
  -webkit-mask-image: url("/img/svg/shopping.svg");
  mask-image: url("/img/svg/shopping.svg");
}
.facility .f_contents .f_text.bike::after{
  -webkit-mask-image: url("/img/svg/bike.svg");
  mask-image: url("/img/svg/bike.svg");
}
.facility .f_contents .f_text.cafe::after{
  -webkit-mask-image: url("/img/svg/cafe.svg?202504041826");
  mask-image: url("/img/svg/cafe.svg?202504041826");
}
.facility .f_contents .f_text > h2{
  font-size: 1.45rem;
  font-weight: 700;
}
.facility .f_contents .f_text > p{
  line-height: 1.8rem;
  margin-top: 0.75rem;
}
.facility .f_contents .f_text .btn{
  margin: 1rem auto 0 auto;
}
body:not([wc-view-code="sp"]) .facility .f_contents .f_text .btn{
  margin: auto auto 1rem auto;
}
.facility .f_contents .f_img{
  position: relative;
  z-index: 1;
}
body:not([wc-view-code="sp"]) .facility .f_contents .f_img{
  width: 50%;
}
.facility .f_contents .f_img .f_img_text{
  color: #edb37d;
  font-size: 2.3rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 1.25rem 0.25rem;
  border-radius: 0 0 1rem 0;
  box-sizing: border-box;
}
body[wc-view-code="tb"] .facility .f_contents .f_img .f_img_text{
  height: 55px;
}
body[wc-view-code="pc"] .facility .f_contents .f_img .f_img_text{
  height: 60px;
  padding: 0 1.5rem 0.5rem;
}
.facility .f_contents .f_img .f_img_text::before,
.facility .f_contents .f_img .f_img_text::after{
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  -webkit-mask-image: url("/img/svg/point_deco.svg");
  mask-image: url("/img/svg/point_deco.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
}
.facility .f_contents .f_img .f_img_text::before{
  right: -1rem;
  top: 0;
}
.facility .f_contents .f_img .f_img_text::after{
  left: 0;
  bottom: -1rem;
}
.facility .f_contents .f_img figure{
}
.facility .f_contents .f_img figure img{
  aspect-ratio:1.414/1;
  border-radius: 1rem;
}
.facility_map{
  background-color: #fbeae4;
  box-sizing: border-box;
  padding: 1.5rem 1rem;
  border-radius: 1rem;
  display: flex;
  margin-top: var(--headerHeight);
  transform: translateY(1.5rem);
  opacity: 0;
  filter: blur(5px);
  transition: opacity 700ms linear,filter 700ms linear;
}

.facility_map.wcvisible{
  opacity: 1;
  filter: blur(0);
}
body[wc-view-code="sp"] .facility_map{
  flex-direction: column;
}
body[wc-view-type="tb-l"] .facility_map{
  padding: 1.5rem;
}
body[wc-view-code="pc"] .facility_map{
  padding: 1.5rem;
}
.facility_map .fm_text{
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
body:not([wc-view-code="sp"]) .facility_map .fm_text{
  width: 50%;
  display: flex;
  flex-direction: column;
}
body[wc-view-type="tb"] .facility_map .fm_text{
  padding: 1rem 1rem 0 0;
}
body[wc-view-type="tb-l"] .facility_map .fm_text{
  padding: 1.25rem 1.25rem 1.25rem 0;
}
body[wc-view-code="pc"] .facility_map .fm_text{
  padding: 1.25rem 2rem 2rem 0;
}
.facility_map .fm_text::before{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  background-color: rgba(255,255,255,0.55);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("/img/svg/fm_logo.svg");
  mask-image: url("/img/svg/fm_logo.svg");
  width: 185px;
  height: 97px;
}

body[wc-view-type="tb"] .facility_map .fm_text::before{
  top: 40%;
  right: 1rem;
}
body[wc-view-type="tb-l"] .facility_map .fm_text::before{
  top: 25%;
  right: 1.25rem;
}
body[wc-view-code="pc"] .facility_map .fm_text::before{
  width: 260px;
  height: 137px;
  top: 2rem;
  transform: translateY(0);
  right: 2rem;
}
.facility_map .fm_text .contents_title{
  opacity: 1 !important;
  filter: blur(0) !important;
}
.facility_map .fm_text .contents_title::before{
  content: "Facility Map";
}
.facility_map .fm_text > p{
  line-height: 1.8rem;
  margin-top: 1rem;
}
.facility_map .fm_text > .btn{
  margin: 1rem auto 0 auto;
}
body[wc-view-code="pc"] .facility_map .fm_text > .btn{
  margin: auto auto 0 auto;
}
.facility_map figure{
}
body[wc-view-code="sp"] .facility_map figure{
  margin-top: 1rem;
}
body:not([wc-view-code="sp"]) .facility_map figure{
  width: 50%;
}
.facility_map figure img{
  border-radius: 1rem;
  aspect-ratio:1.414/1;
}
/*スケジュール*/
.schedule{
  box-sizing: border-box;
  background-color: #eaf5cf;
  position: relative;
  z-index: 1;
}
body[wc-view-type="tb"] .schedule{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb-l"] .schedule{
  padding: var(--headerHeight) 6vw;
}
body[wc-view-code="pc"] .schedule{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.schedule::before{
  content: "";
  position: absolute;
  top:calc((7.81vw - 1px) * -1);
  left: 0;
  right: 0;
  z-index: 2;
  width: 100vw;
  height: 7.81vw;
  background-color: #eaf5cf;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("/img/svg/calendar_top.svg");
  mask-image: url("/img/svg/calendar_top.svg");
}
body[wc-view-type="tb-l"] .schedule::before,
body[wc-view-code="pc"] .schedule::before{
  -webkit-mask-image: url("/img/svg/pc_calendar_top.svg");
  mask-image: url("/img/svg/pc_calendar_top.svg");
  height: 4.16vw;
  top: calc((4.16vw - 1px) * -1);
  }
body[wc-view-code="sp"] .schedule{
  padding: calc(var(--headerHeight) - 7.81vw) 7vw var(--headerHeight) 7vw;
}
body[wc-view-type="tb-l"] .schedule{
  padding: calc(var(--headerHeight) - 4.16vw) 6vw var(--headerHeight) 6vw;
}
.schedule section{
}
.schedule .calendar .contents_title::before{
  content: "Calendar";
}
.schedule .calendar .calendar_flex{
  display: flex;
  justify-content: center;
}
body[wc-view-code="sp"] .schedule .calendar .calendar_flex,
body[wc-view-type="tb"] .schedule .calendar .calendar_flex{
  flex-direction: column;
}
body[wc-view-code="sp"] .schedule .calendar .calendar_flex{
  margin-top: 1.25rem;
  gap:1rem;
}
body[wc-view-code="tb"] .schedule .calendar .calendar_flex{
  gap:1.5rem;
  margin-top: 1.5rem;
}
body[wc-view-type="tb-l"] .schedule .calendar .calendar_flex{
  gap:1rem;
}
body[wc-view-code="pc"] .schedule .calendar .calendar_flex{
  gap:2rem;
  margin-top: 1.5rem;
}
body[wc-view-type="pc"] .calendar_flex > div:only-of-type{
  width: 700px;
}

/*ピックアップ*/
.pickup{
  margin-top: var(--headerHeight);
}
.pickup .contents_title::before{
  content: "Pick Up";
}
.pickup .pick_up_flex{
  display: flex;
  flex-wrap: wrap;
}
body[wc-view-code="sp"] .pickup .pick_up_flex{
  gap:1rem;
  margin-top: 1.25rem;
}
body[wc-view-code="tb"] .pickup .pick_up_flex{
  gap: 1rem;
  margin-top: 1.5rem;
}
body[wc-view-code="pc"] .pickup .pick_up_flex{
  gap: 2rem;
  margin-top: 1.5rem;
}
.pickup .pick_up_flex .pickup_box{
}
body[wc-view-code="tb"] .pickup .pick_up_flex .pickup_box{
  width: calc(50% - 0.5rem);
}
body[wc-view-code="pc"] .pickup .pick_up_flex .pickup_box{
  width: calc(50% - 1rem);
}
.pickup .pick_up_flex .pickup_box a{
  display: block;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.pickup .pick_up_flex .pickup_box a figure{
}
.pickup .pick_up_flex .pickup_box a .arrow{
  background-color: #eaf5cf;
  border-radius: 1rem 0 0 0;
  font-weight: 700;
  display: flex;
  gap: 0.35rem;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 0.45rem 0 1rem;
  font-size: 0.95rem;
  color: var(--defColor);
  height: 28px;
  align-items: center;
  justify-content: center;
}
body[wc-view-type="tb-l"] .pickup .pick_up_flex .pickup_box a .arrow{
  height: 35px;
}
body[wc-view-code="pc"] .pickup .pick_up_flex .pickup_box a .arrow{
  height: 40px;
  padding: 0 1.25rem 0 1.25rem;
}
.pickup .pick_up_flex .pickup_box a .arrow .in_arrow{
  -webkit-mask-image: url("/img/svg/arrow.svg");
  mask-image: url("/img/svg/arrow.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--defColor);
  width: 1rem;
  height: 1rem;
}
.pickup .pick_up_flex .pickup_box a .arrow::before,
.pickup .pick_up_flex .pickup_box a .arrow::after{
  content: "";
  width: 14px;
  height: 14px;
  background-color: #eaf5cf;
  position: absolute;
  z-index: 2;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("/img/svg/point_deco_left_down.svg");
  mask-image: url("/img/svg/point_deco_left_down.svg");
}
.pickup .pick_up_flex .pickup_box a .arrow::before{
  top: -14px;
  right: 0;
}
.pickup .pick_up_flex .pickup_box a .arrow::after{
  bottom: 0;
  left: -14px;
}
/*周辺観光*/
.spot{
  box-sizing: border-box;
  padding: var(--headerHeight) 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body[wc-view-code="pc"] .spot{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.spot::before,
.spot::after{
  content: "";
  width: 42vw;
  height: 55vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
body[wc-view-type="tb"] .spot::before,
body[wc-view-type="tb"] .spot::after{
  width: 25vw;
  height: 42vw;
}
body[wc-view-type="tb-l"] .spot::before,
body[wc-view-type="tb-l"] .spot::after{
  width: 19vw;
  height: 31vw;
}
body[wc-view-code="pc"] .spot::before,
body[wc-view-code="pc"] .spot::after{
  width: 16.4vw;
  height: 27.5vw;
}
.spot::before{
  top: -1rem;
  left: -1rem;
  background-image: url("/img/top/spot/footprints.webp");
}
body.safari .spot::before{
  background-image: url("/img/top/spot/footprints.png");  
}
body[wc-view-code="pc"] .spot::before{
  left: 0;
}
.spot::after{
  bottom: -1rem;
  right: -2rem;
  z-index: -1;
  background-image: url("/img/top/spot/footprints_bottom.webp");
}
body.safari .spot::before{
  background-image: url("/img/top/spot/footprints_bottom.png");  
}
.spot .contents_title{
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
body[wc-view-code="sp"] .spot .contents_title,
body[wc-view-type="tb"] .spot .contents_title{
  padding-left: 7vw;
}
body[wc-view-type="tb-l"] .spot .contents_title{
  padding-left: 6vw;
}
.spot .contents_title::before{
  content: "Spot";
}
.spot .spot_wrap{
  display: flex;
  gap:1rem;
  box-sizing: border-box;
}
body:not([wc-view-code="pc"]) .spot .spot_wrap{
  overflow-x: auto;
  -ms-overflow-style: none;
}
body[wc-view-code="sp"] .spot .spot_wrap,
body[wc-view-type="tb"] .spot .spot_wrap{
  width: 93vw;
  margin-left: auto;
  margin-top: 1.5rem;
  padding-right: 7vw;
}
body[wc-view-type="tb-l"] .spot .spot_wrap{
  width: 94vw;
  padding-right: 6vw;
  margin-top: 1.5rem;
  margin-left: auto;
}
body[wc-view-code="pc"] .spot .spot_wrap{
  gap:1rem;
  margin-top: 1.5rem;
}
.spot .spot_wrap > a{
  display: block;
  width: 250px;
  flex: none;
  text-decoration: none;
  opacity: 0;
  filter: blur(5px);
  transition: opacity 700ms linear;
  border-radius: 1rem;
  border: solid 2px;
}
.spot .spot_wrap > a.miru{
  border-color: #ffbe88;
}
.spot .spot_wrap > a.taiken{
  border-color:#6ed5e2;
}
.spot .spot_wrap > a.history{
  border-color: #608d8d;
}
.spot .spot_wrap > a.iyashi{
  border-color: #ffacca;
}
.spot .spot_wrap > a.wcvisible{
  opacity: 1;
  filter: blur(0);
}
body[wc-view-code="pc"] .spot .spot_wrap > a{
  width: calc((1100px / 4) - 0.75rem);
}
.spot .spot_wrap > a article{
  display: flex;
  flex-direction: column-reverse;
}
.spot .spot_wrap > a article .s_text{
  border-radius: 0 0 1rem 1rem;
  box-sizing: border-box;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  gap:0.35rem;
}
.spot .spot_wrap > a article .s_text *{
  color:var(--defColor);
}
.spot .spot_wrap > a article .s_text > h2{
  font-size: 1.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 1.5rem;
  position: relative;
  z-index: 1;
  font-weight: 700;
  order: 1;
}
.spot .spot_wrap > a article .s_text > p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  height: 2.9rem;
  overflow: hidden;
  order: 2;
}
.spot .spot_wrap > a article .s_text > .more{
  font-size: 0.95rem;
  font-weight: 700;
  order: 3;
  display: flex;
  align-items: center;
  gap:0.5rem;
  width: fit-content;
  margin-left: auto;
}
.spot .spot_wrap > a article .s_text > .more::after{
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-color: var(--accentColor);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("/img/svg/arrow.svg");
  mask-image: url("/img/svg/arrow.svg");
}
.spot .spot_wrap > a article .img_box{
  position: relative;
  z-index: 1;
}
.spot .spot_wrap > a article .img_box .s_deco{
  display: flex;
  gap: 0.5rem;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--defColor);
  font-weight: 700;
  font-size: 1.35rem;
  background-color: #fff;
  padding: 0 1.45rem 0 0.75rem;
  border-radius: calc(1rem - 2px) 0 1rem 0;
  z-index: 2;
  height: 36px;
}
.spot .spot_wrap > a article .img_box .s_deco::before,
.spot .spot_wrap > a article .img_box .s_deco::after{
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 3;
  background-color: #fff;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("/img/svg/point_deco.svg");
  mask-image: url("/img/svg/point_deco.svg");
}
.spot .spot_wrap > a article .img_box .s_deco::before{
  right: -18px;
  top: 0;
}
.spot .spot_wrap > a article .img_box .s_deco::after{
  bottom: -18px;
  left: 0;
}
.spot .spot_wrap > a article .img_box .s_deco .circle_deco{
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: solid 3px var(--accentColor);
  box-sizing: border-box;
}
.spot .spot_wrap > a.miru article .img_box .s_deco .circle_deco{
  border-color: #ffbe88;
}
.spot .spot_wrap > a.taiken article .img_box .s_deco .circle_deco{
  border-color:#6ed5e2;
}
.spot .spot_wrap > a.history article .img_box .s_deco .circle_deco{
  border-color: #608d8d;
}
.spot .spot_wrap > a.iyashi article .img_box .s_deco .circle_deco{
  border-color: #ffacca;
}
.spot .spot_wrap > a article .img_box figure{
}
.spot .spot_wrap > a article .img_box figure img{
  aspect-ratio:1.414/1;
  border-radius: calc(1rem - 2px) calc(1rem - 2px) 0 0;
}
.spot .btn{
  margin: 1.5rem auto 0;
}
/*アクセス*/
.access{
  box-sizing: border-box;
  background-color: #eaf5cf;
}
body[wc-view-code="sp"] .access,
body[wc-view-type="tb"] .access{
  padding: var(--headerHeight) 7vw calc(var(--headerHeight) * 2);
}
body[wc-view-type="tb-l"] .access{
  padding: var(--headerHeight) 6vw calc(var(--headerHeight) * 2);
}
body[wc-view-code="pc"] .access{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2) calc(var(--headerHeight) * 2);
}
.access .access_inner{
  background-color: #fff;
  padding: 1.5rem 1rem;
  box-sizing: border-box;
  display: flex;
  border-radius: 1rem;
}
body[wc-view-code="sp"] .access .access_inner{
  flex-direction: column;
}
body[wc-view-code="pc"] .access .access_inner{
  padding: 1.5rem;
}
.access .access_inner .access_text{
  padding-bottom: 1rem;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
body:not([wc-view-code="sp"]) .access .access_inner .access_text{
  width: 50%;
}
body[wc-view-type="tb"] .access .access_inner .access_text{
  padding: 1rem 1rem 1rem 0;
}
body[wc-view-code="pc"] .access .access_inner .access_text{
  padding: 1.25rem 2rem 1.25rem 0;
}
.access .access_inner .access_text::before{
  content: "";
  width: 150px;
  height: 214px;
  background-image: url("/img/top/access/sp_tizu.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -1rem;
  z-index: -1;
  right: 0;
  opacity: 0.7;
}
body.safari .access .access_inner .access_text::before{
  background-image: url("../img/top/access/sp_tizu.png");
}
body[wc-view-code="pc"] .access .access_inner .access_text::before{
  width: 220px;
  height: 304px;
  top: 0;
  right: 1rem;
}
.access .access_inner .access_text .contents_title::before{
  content: "Access";
}
.access .access_inner .access_text > p{
  line-height: 1.8rem;
  margin-top: 1.25rem;
  text-decoration: none;
  opacity: 0;
  filter: blur(5px);
  transition: opacity 700ms linear,filter 700ms linear;
}
.access .access_inner .access_text > p.wcvisible{
  opacity: 1;
  filter: blur(0);
}
.access .access_inner .access_text > .btn{
  margin: 1.5rem auto 0 auto;
  opacity: 0;
  filter: blur(5px);
  transition: opacity 700ms linear,filter 700ms linear;
}
.access .access_inner .access_text > .btn.wcvisible{
  opacity: 1;
  filter: blur(0);
}
.access .access_inner figure{
  position: relative;
  z-index: 3;
}
body:not([wc-view-code="sp"]) .access .access_inner figure{
  width: 50%;
}
.access .access_inner figure img{
  aspect-ratio:1.414/1;
  border-radius: 1rem;
}
/*SNS*/
.sns{
  box-sizing: border-box;
  padding: calc(var(--headerHeight) / 2) 0;
  position: relative;
  z-index: 1;
}

body[wc-view-type="tb"] .sns{
  padding: calc(var(--headerHeight) / 2) 6vw;
}
body[wc-view-type="tb-l"] .sns{
  padding: calc(var(--headerHeight) / 2) 6vw;
}
body[wc-view-code="pc"] .sns{
  padding: calc(var(--headerHeight) / 2) calc((100vw - 1100px) / 2);
}
.sns::before,
.sns::after{
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100vw;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 50%;
  height: calc(var(--headerHeight) * 2);
}
.sns::before{
  top: calc(var(--headerHeight) * -1);
}
.sns::after{
  bottom: calc(var(--headerHeight) * -1);
}
.sns .contents_title{
  position: relative;
  z-index: 1;
}
body[wc-view-code="sp"] .sns .contents_title{
  padding-left: 7vw;
}
.sns .contents_title::before{
  content: "Official Instagram";
}
.sns .contents_title::after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("/img/svg/instagram.svg");
  mask-image: url("/img/svg/instagram.svg");
  background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
  opacity: 0.5;
  z-index: -1;
}
body[wc-view-code="sp"] .sns .contents_title::after{
  left: 7vw;
}
.sns .sns_inner{
  display: flex;
  box-sizing: border-box;
  margin-top: 1.5rem;
}
body[wc-view-code="sp"] .sns .sns_inner{
  flex-direction: column;
  padding: 0 7vw;
}
body[wc-view-code="pc"] .sns .sns_inner{
}
.sns .sns_inner .sns_text{
}
body[wc-view-code="sp"] .sns .sns_inner .sns_text{
  padding-bottom: 1.5rem;
}
body[wc-view-code="tb"] .sns .sns_inner .sns_text{
  width: 350px;
}
body[wc-view-code="pc"] .sns .sns_inner .sns_text{
  width: 420px;
  padding-bottom: 0;
}
.sns .sns_inner .sns_text > p{
  line-height: 1.8rem;
  opacity: 0;
  filter: blur(5px);
  transition: opacity 700ms linear,filter 700ms linear;
}
.sns .sns_inner .sns_text > p.wcvisible{
  opacity: 1;
  filter: blur(0);
}
.sns .sns_inner .sns_text .btn{
  margin: 1.5rem auto 0 auto;
}
.sns .sns_inner .sns_slider .sns_block{
  display: flex;
  flex-wrap: wrap;
  gap:2px;
}
.sns .sns_inner .sns_slider .sns_block{
  height: calc(((86vw / 3) - 1.3px) * 2) !important;
}
.sns_slider02{
}
body[wc-view-code="tb"] .sns_slider02{
  width: calc(100% - 350px) !important;
}
body[wc-view-code="pc"] .sns_slider02{
  width: 580px !important;
}
.sns_slider02 .sns_item,
.sns_slider03 .sns_item{
  width: 95px !important;
  height: 95px !important;
  margin: 0 0.25rem !important; 
}
body:not([wc-view-code="sp"]) .sns_slider02 .sns_item,
body:not([wc-view-code="sp"]) .sns_slider03 .sns_item{
  width: 180px !important;
  height: 180px !important;
}
.sns_slider02 .sns_item img,
.sns_slider03 .sns_item img{
  width: 95px !important;
  height: 95px !important;
  border-radius: 1rem;
}
body:not([wc-view-code="sp"]) .sns_slider02 .sns_item img,
body:not([wc-view-code="sp"]) .sns_slider03 .sns_item img{
  width: 180px !important;
  height: 180px !important;
}
/*バナーエリア*/
.banner_area{
  background-color: #eaf5cf;
  padding: calc(var(--headerHeight) * 2) 0 var(--headerHeight) 0;
}
.banner_area .banner_slider{
  gap:1rem;
}
.banner_area .banner_slider .banner_box{
  width: 275px !important;
  height: calc(140px + 2rem) !important;
}
.banner_area .banner_slider .banner_box a{
  text-decoration: none;
	display: block;
	pointer-events: inherit !important;
  cursor: pointer !important;
}
.banner_area .banner_slider .banner_box a figure{
}
.banner_area .banner_slider .banner_box a figure img{
  height: 140px !important;
  width: 100% !important;
}
.banner_area .banner_slider .banner_box a p{
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: var(--defColor);
  padding: 0.5rem 1.5rem 0 0.5rem;
}
.banner_area .banner_slider .banner_box a p::after{
  content: "";
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("/img/svg/arrow.svg");
  mask-image: url("/img/svg/arrow.svg");
  background-color: var(--accentColor);
  position: absolute;
  right: 0.5rem;
  top: calc(50% + 0.25rem);
  transform: translateY(-50%);
  z-index: 2;
  width: 1rem;
  height: 1rem;
}
.banner_area .cs_inner{
  height: calc(140px + 3rem) !important;
}
.banner_area .cs_wrap[pager-pos="bottom"] .cs_pagerwrap.cs-pager-dots {
  bottom: 0.35rem !important;
}



.banner_area .comboslider-slide .comboslider{
}
.banner_area .cs_pagerwrap.cs-pager-dots{
}
.banner_area .csarrowwrap.csoptitem{
  top: calc(50% - 0.5rem) !important;
}
body[wc-view-type="pc"] .banner_area .csarrowwrap.csoptitem{
}
.banner_area .csarrowwrap[arrow-type="x"]{
}
body[wc-view-type="pc"] .banner_area .csarrowwrap[arrow-type="x"]{
  width: 1100px !important;
}
.banner_area .comboslider .cs_item:not([csitem-type="normal"])::after{
  display: none !important;
}
.banner_area .comboslider > a.cs_item:not(.wcactive), .comboslider > .cs_item:not(.wcactive) a {
  pointer-events:inherit !important;
  cursor: pointer !important;
}