@charset "utf-8";

.index {
    overflow-x: clip;
}

#hero {
  position: relative;
}
.hero__mv {
  display: block;
  width: 100%;
  position: relative;
}
.hero__contents {
  position: absolute;
  top: 0;
  padding-top: 15.2vw;
  width: 100%;
  text-align: center;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  color: #fff;
}

.hero__contents-logo {
  display: block;
  width: 9.5vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2vw;
}

.hero__contents-heading1 {
  font-weight: 700;
  font-size: 2vw;
  line-height: 1.58;
  letter-spacing: 0.2em;
  margin-bottom: 1.38vw;
}

.hero__contents-heading2 {
  font-weight: 500;
  font-size: 1.1vw;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.news_ttl {
  font-size: 23px;
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin-right: 12px;
    color: #ca5142;
}
.hero__news {
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  border-top-right-radius: 20px;
  /*background-color: #fff;*/
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(202, 81, 66, 1) 50%);
  background-position: 0 0;
    background-size: 200% auto;
    z-index: 1;
    transition: color 0.7s, background-position 0.7s;
    -webkit-transition: color 0.7s, background-position 0.7s;
    -ms-transition: color 0.7s, background-position 0.7s;
    -o-transition: color 0.7s, background-position 0.7s;
  min-width: 600px;
  padding-left: 40px;
  max-width: 97%;
  
}

.hero__news:hover {
  /*background-color: #ca5142;*/
  background-position: -100% 0;
  color: #fff;
}
.hero__news:hover .news_ttl {
  color: #fff;
}
.hero__news:hover .hero__news-right {
  color: #fff;
}

.hero__news:hover .hero__news-right {
  color: #fff;
}

.hero__news:hover .cls-1 {
  stroke: #fff;
}

.hero__news:hover .cls-2 {
  fill: #fff;
}

.hero__news-left {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right:30px;
  display: flex;
  align-items:center;
  width: 100%;
  font-size: 14px;
}

.hero__news-right {
  display: flex;
  align-items: flex-start;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #ca5142;
  min-width: 190px;
  padding-left: 36px;
}
.hero__news-right:after {
  content: "";
  width: 33px;
  height: 22px;
  background: url(../imgs/common/arrow_btn_r.svg) no-repeat center right / 22px;
}
.hero__news:hover .hero__news-right:after {
  background-image: url(../imgs/common/arrow_btn_r_hv.svg);
}
.hero__news-date {
  min-width: 78px;
}

.hero__news-title {
  width: 100%;
  padding-right:35px;
  position:relative;
}
.hero__news-title:after {
    content: "";
    display:block;
    width: 30px;
    height: 30px;
    background: url(../imgs/common/arrow_btn_r.svg) no-repeat center center;
    position:absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition:all 0.8s;
}
.hero__news:hover .hero__news-title:after {
    background-image: url(../imgs/common/arrow_btn_r_hv.svg);
}


#support_link {
  width:25%;
  max-width:200px;
  position:absolute;
  top: 60%;
  right: 2%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#support_link a {
  display:block;
  transition:all 0.4s;
}
#support_link a .off {
  display:none;
}
#support_link a:hover .off {
  display:block;
}
#support_link a:hover .on {
  display:none;
}


.inner__1200 {
  width: 90.27%;
  max-width: 1200px;
  margin:0 auto;
}

#copy {
  padding: 75px 0;
}

.copy__inner {
  display: flex;
  justify-content: space-between;
}
.copy__txtwrap {

}
.copy__heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.66;
  margin-bottom: 30px;
  letter-spacing:0.15em;
}
.copy__heading span {
  font-weight: 500;
  display:inline-block;
}

.copy__intro {
  line-height: 2;
  font-size: 17px;
  letter-spacing:0.05em;
}
.copy__intro span {
  line-height: 1.3;
  writing-mode: horizontal-tb;
}
.copy__ph {
  display: block;
  width: 50%;
}
.copy__ph img {
  display:block;
  max-width:350px;
  width: 100%;
  margin:0 auto;
}

#about {
  padding-top: 210px;
  padding-bottom: 88px;
  background-image: url(../imgs/index_new/about_back.png);
  background-position: top left;
  background-size: cover;
  color: #fff;
}

.about__inner {
  /*padding-left: 13.8vw;
  padding-right: 3.4vw;*/
  display: flex;
  justify-content: space-between;
  align-items:center;
}

/*.about__title {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  max-width: 250px;
  position: relative;
}*/

/*.about__title::after {
  display: block;
  content: "";
  height: 3px;
  width: 150px;
  border-bottom: 3px solid #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.about__title-en {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-size: 23px;
  letter-spacing: 0.15em;
  margin-right: 10px;
}

.about__title-ja {
  font-size: 14px;
}*/

.about__contents {
  width: 48%;
  position: relative;
}

.about__map {
  display: block;
  width: 58%;
  position:relative;
}
.about__map .map_cont {
  position: relative;
  left:5%;
}
.about__map .map_pin {
  width: 12%;
  position: absolute;
  right: 34.4%;
  bottom: 38.2%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
}

.about__copy {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}

.about__txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.about__txt--1 {
  margin-bottom: 28px;
}

.about__txt--2 {
  padding-bottom: 45px;
}

/*.about__contents .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 450px;
}*/

#info {
  padding-top: 80px;
}

.sec-title {
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.sec-title.ttl_wh {
  color:#fff;
}

.sec-title::after {
  display: block;
  content: "";
  width:70px;
  height: 1px;
  background-color:#CA5142;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec-title.ttl_wh::after {
  background-color:#fff;
}

.sec-title__ja {
  font-size: 16px;
  display:block;
}

.sec-title__en {
  font-size: 35px;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
  display:block;
  margin-bottom: 10px;
}

.info__more {
  margin:0 auto;
}






#support {
  padding:40px 0 100px;
}
.support_list {
  display:flex;
  justify-content:space-between;
  gap:20px;
}
.support_list-item {
  width:calc((100% - 40px)/3);
  max-width:370px;
}
.support_list-item a {
  /*color:#ca5142;*/
  display:flex;
  gap:20px;
  justify-content:center;
  align-items:center;
  background-color:#fff;
  border:3px solid #ca5142;
  border-radius:30px;
  transition:all 0.3s;
  aspect-ratio:37 / 20;
  padding:15px 10px;
}
.support_list-item a:hover {
  color:#fff;
  background-color:#ca5142;
}

.support_list-item a .item_icon {
  width:80px;
}
.support_list-item a .item_icon .on {
  display:none;
}
.support_list-item a:hover .item_icon .off {
  display:none;
}
.support_list-item a:hover .item_icon .on {
  display:block;
}
.support_list-item a .support_item-name {
  font-size:23px;
}
.support_list-item a .support_item-name span {
  display:inline-block;
}

#spot {
  padding:35px 0 75px;
  background-color:#efede7;
}
#spot .spot_list {
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  justify-content:space-between;
}
#spot .spot_list-item {
  width:calc((100% - 20px)/2);
  max-width:550px;
}
#spot .spot_list-item a {
  display:flex;
  border:3px solid #000;
  background-color:#fff;
  transition: all 0.5s;
}
#spot .spot_list-item a:hover {
  opacity:0.7;
}
#spot .spot_list-item .item_lft {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:54.5%;
  padding:10px;
}
#spot .spot_list-item .item_name {
  width:71%;
}
#spot .spot_list-item .google_link {
  width:67%;
}
#spot .spot_list-item .google_link .on {
  display:none;
}
#spot .spot_list-item a:hover .google_link .on {
  display:block;
}
#spot .spot_list-item a:hover .google_link .off {
  display:none;
}
#spot .spot_list-item .item_rgt {
  width:45.5%;
}

#interview {
  padding:100px 0 70px;
}
.interview-list {
  padding-bottom:130px;
  position:relative;
}
.interview__card {
  display:flex;
  justify-content:space-between;
  gap:20px;
  max-width:1100px;
}
.interview__card-item {
  max-width:320px;
}
.interview__card-ph .imgbk {
  aspect-ratio:32 / 20;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.interview__card-ph .imgbk img {
  height: 100%;
}
.interview__card-content {
  font-size:16px;
  padding-top:20px;
}
.interview__card-title {
  font-weight:400;
  margin-bottom:10px;
}
.interview__card-name .name_work {
  display:block;
  margin-bottom:10px;
}
.interview__card-name .name_mid {
  font-size:20px;
  display:block;
}
.interview_more {
  display:block;
  max-width:150px;
  transition:all 0.5s;
  position:absolute;
  right:0;
  bottom:0;
}
.interview_more .on {
  display:none;
}
.interview_more:hover .on {
  display:block;
}
.interview_more:hover .off {
  display:none;
}

/*community_interview works 共通*/
.contblk {
  padding:70px 0 95px;
}
.content_flex_wrap {
  display:flex;
}
.content_flex_wrap.bg_rhombus {
  align-items:center;
}
.content__copy {
  font-size:16px;
  font-weight:400;
  line-height:1.8;
  letter-spacing:0.05em;
  margin-bottom:40px;
}
.content_lft {
  width:50%;
}
.content_rgt {
  width:50%;
  position:relative;
}
.bg_rhombus .content_rgt {
  padding-left:60px;
}
.bg_rhombus .content_rgt::before {
  content:"";
  width:100vw;
  height:150%;
  background-color:#efede7;
  position:absolute;
  left:56px;
  top:50%;
  transform: translateY(-50%) skewX(-20deg);
  -webkit-transform: translateY(-50%) skewX(-20deg);
  -ms-transform: translateY(-50%) skewX(-20deg);
}
.content_rgt .content_in {
  display:flex;
  gap:20px;
}
.content_rgt .content_in:hover .content_ph,.content_rgt .content_in:hover .interview_name {
  opacity:0.7;
}
.content_ph {
  width: calc((100% - 20px) * 0.65);
  /*max-width: 320px;*/
  aspect-ratio: 32 / 20;
}
.content_ph .imgbk {
  width:100%;
  height: 100%;
  /*background-repeat: no-repeat;
  background-size: cover;
  background-position: center;*/
  overflow: hidden;
}
.content_ph .imgbk img {
    position: relative;
}
.content_txt {
  width:calc((100% - 20px)*0.4);
  padding-top:70px;
  position:relative;
}
.content_txt .interview_icon {
  max-width:100px;
  position:absolute;
  top:-36px;
  left:-36px;
  transform:rotate(-20deg);
  z-index:1;
}
.content_txt  .interview_name {
  font-size:20px;
  margin-bottom:15px;
}
.content_txt .place {
  font-size:16px;
  font-weight:400;
  display:block;
  margin-bottom:10px;
}
.content_rgt .more__btn {
  width:100%;
  max-width: 200px;
}
.content_rgt .more__btn .btn {
  font-size:16px;
  height: 50px;
  padding: 10px 20px;
  background-color:transparent;
}
.content_rgt .more__btn .btn:after {
    content: "";
    width: 20px;
    height: 20px;
}
.content_rgt .more__btn .btn:hover {
  background-color:#ca5142;
}


#community_interview {
  background-color: #ca5142;
}
#community_interview .content__copy {
  color:#fff;
}
#community_interview .content_ph .imgbk img {
    scale: 1.4;
    position: relative;
}

#works {
  background-color: #efede7;
}
#works .content_rgt::before {
    background-color: #fff;
}
.works__sttl {
  font-size:16px;
  letter-spacing:0.05em;
  margin-bottom:20px;
}
.works_list {
    display: flex;
    flex-wrap:wrap;
    gap:15px 10px;
    position:relative;
    left:-10px;
}
.works_list-item a {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    min-width:230px;
    padding:13px 30px;
    background-color: #fff;
    border-radius: 30px;
    transition: all 0.3s;
}
.works_list-item a:hover {
  color:#fff;
  background-color:#ca5142;
}

.works_list-item a .item_icon {
  width:30px;
}
.works_list-item a .item_icon .on {
  display:none;
}
.works_list-item a:hover .item_icon .off {
  display:none;
}
.works_list-item a:hover .item_icon .on {
  display:block;
}
.works_list-item a .support_item-name {
  font-size:20px;
  line-height:1;
}


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

/*サウナバナー*/
#sauna_bnr {
  padding-top:80px;
}
#sauna_bnr .img_sp {
  display:none;
}


@media screen and (max-width: 1200px) {
.support_list-item a .support_item-name {
  font-size:clamp(18px,1.9vw,23px);
}



  .movie__inner {
    padding-left: 3vw;
  }

  .movie__content {
    width: 45%;
  }

  .movie__iframe {
    width: 50%;
  }
}


@media screen and (max-width: 940px) {
.interview-list {
    padding-bottom: 0;
}
.interview__card {
  margin-bottom:20px;
}
.interview_more {
    width:40%;
    margin:0 auto;
    position: static;
}


/*community_interview works 共通*/
.contblk {
  padding:70px 0 95px;
}
.content_flex_wrap {
  flex-direction:column;
  gap:0 30px;
}
.content__copy {
  font-size:clamp(14px,1.7vw,16px);
}
.content_lft {
  width:100%;
  margin-bottom:60px;
}
.content_rgt {
  width:100%;
  position:relative;
}
.bg_rhombus .content_rgt {
  padding:60px 30px;
}
.bg_rhombus .content_rgt::before {
  width:100%;
  height:100%;
  left:0;
  transform: translateY(-50%) skewX(0);
  -webkit-transform: translateY(-50%) skewX(0);
  -ms-transform: translateY(-50%) skewX(0);
}

.content_ph {
    width: calc((100% - 20px) * 0.5);
}
.content_txt {
    width: calc((100% - 20px) * 0.5);
  }
.content_txt .interview_name {
    font-size: (16px,2.12vw,20px);
    margin-bottom: 25px;
}

}

@media screen and (max-width: 768px) {
  .hero__mv {
    width: auto;
    height: 500px;
  }
  .slick-list.draggable {
    width: 100%;
    height: 500px;
  }
  .slick-slide img {
    height: 500px;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .slick-slide img.lf {
    left: 0%;
    transform: translateX(-4.6%);
    -webkit-transform: translateX(-4.6%);
    -ms-transform: translateX(-4.6%);
    -ms-transform: translateX(-4.6%);
    -o-transform: translateX(-4.6%);
  }
  .hero__contents {
    padding-top: 120px;
  }

  .hero__contents-logo {
    width: 80px;
  }

  .hero__contents-heading1 {
    font-size: 16px;
  }

  .hero__contents-heading2 {
    font-size: 14px;
  }

  .hero__news {
    min-width: 60%;
    padding-left: 3%;
    padding-right: 3%;
    max-width: 90%;
    flex-direction: column;
  }

  .hero__news-left {
    flex-direction: column;
    align-items:flex-start;
    width: 100%;
    padding-right:0;
  }

  .hero__news-right {
    padding-left: 0;
  }

  .hero__news-date {
    min-width: 100%;
    margin-bottom: 5px;
  }

  .hero__news-title {
    width: 100%;
    display: block;
  }

  .hero__mv img.sp {
    border-bottom-right-radius: 15%;
  }
  #copy {
    width: 100%;
  }


  .copy__inner {
    flex-direction: column;
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .copy__heading {
    font-size: 35px;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .copy__intro {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .copy__ph {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

#about {
        padding-top: 25vw;
}

  .about__inner {
    flex-direction: column;
    padding-left: 3%;
    padding-right: 3%;
  }

  .about__copy {
    font-size: 20px;
  }

  .about__contents {
    width: 100%;
    margin-bottom: 40px;
  }

  .about__contents .btn {
    position: static;
    width: 100%;
  }

  .about__map {
    width: 100%;
  }


#spot .spot_list {
  align-items:center;
  flex-direction:column;
}
#spot .spot_list-item {
  width:100%;
}


.interview__card {
    flex-wrap:wrap;
    gap: 30px 4%;
}
.interview__card-item {
    width:48%;
}


  #movie {
    /*padding: 0 3%;*/
  }
  .movie__inner {
    padding-left: 0;
    padding-bottom: 194px;
    display: block;
    position: relative;
  }

  .movie__content {
    width: 100%;
    padding-bottom: 0;
  }

  .movie__iframe {
    width: 100%;
    height: 66.66vw;
  }
  #movie .btn {
    width: 100%;
    /*position: absolute;
    bottom: 95px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);*/
  }

}
@media screen and (max-width: 640px) {
  #info .info-list__item {
    border-radius: 34px;
  }
  .slick-slide img.lf {
    left: 50%;
    transform: translateX(-42.8%);
    -webkit-transform: translateX(-42.8%);
    -ms-transform: translateX(-42.8%);
    -ms-transform: translateX(-42.8%);
    -o-transform: translateX(-42.8%);
  }


.support_list {
  justify-content:center;
  flex-wrap:wrap;
}
.support_list-item {
  width:calc((100% - 20px)/2);
}
.support_list-item a {
  aspect-ratio:auto;
}

  /*サウナバナー*/
  #sauna_bnr .img_pc {
    display:none;
  }
  #sauna_bnr .img_sp {
    display:block;
  }

.content_rgt .content_in {
    flex-direction:column;
    align-items:center;
}
.content_ph {
  width:100%;
  max-width:320px;
}
.content_txt {
  text-align:center;
  width:100%;
  max-width:320px;
  padding-top:20px;
}
.content_rgt .more__btn {
  margin:0 auto;
}
  
}

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

.works__sttl {
  text-align:center;
}
.works_list {
  margin:0 auto;
    max-width:300px;
    left: 0;
}
.works_list-item {
  width:100%;
}
.works_list-item a {
  min-width:100%;
}



}

@media screen and (max-width: 480px) {
.support_list {
  flex-direction:colimn;
}
.support_list-item {
  width:100%;
}

.interview__card {
    flex-direction:column;
    gap: 30px;
}
.interview__card-item {
    width:100%;
    max-width:100%;
}

}
@media screen and (max-width: 420px) {
  .about__contents .btn .btn__left {
    font-size: 12px;
  }

}

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

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

}
