@charset "UTF-8";

.bg_top {
  width:90vw;
  position:absolute;
  top:0;
  right:0;
  z-index:-1;
}

/* -------------------------------------
head_ttl_wrap
------------------------------------- */
.head_ttl_wrap {
  padding:25px 0 45px;
  position:relative;
}
.read__en {
  font-size:11px;
  max-width: min(350px, calc(100vw - 106px));
  position:absolute;
  top:0;
  left:0;
}
.read__en span {
  display:block;
}
.head_ttl_blk {
  display:flex;
  flex-direction:column;
  align-items: center;
}
.head_ttl_s {
  font-size:14px;
}
.head_ttl {
  font-size:21px;
  font-weight:bold;
  line-height:1.2;
  text-align:center;
}
.head_ttl span {
  display:inline-block;
}
#tour__bnr {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  width:71px;
  height:216px;
  padding:20px 15px;
  border-radius:0 0 0 35px;
  background-color:#bd4c43;
  position:fixed;
  top:0;
  right:0;
  z-index:2;
}
#tour__bnr .tour_bnr_txt {
  width:34px;
}

/* -------------------------------------
mv
------------------------------------- */
.mv {
  padding-bottom:70px;
  position:relative;
}
.mv_main-txt {
  width: clamp(70px, 12.2vw, 166px);
  min-width:100px;
  position:absolute;
  top: clamp(-34px, -2vw, -20px);
  left: 67%;
  transform:translateX(-50%);
  z-index:2;
}
/*.mv_list {
  width: 100%;
}
.slick-list {
  overflow: visible;
}
.mv_list-item {
  position: relative;
  top: 0;
  padding: 0 3.2vw;
  margin-top: -6.45vw;
}
.mv_list-item .img {
  width: 100%;
  max-width:597px;
  height: auto;
  aspect-ratio:598 / 488;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.slider .slick-slide:nth-child(2) { margin-top: 6.45vw; }
.slider .slick-slide:nth-child(3) { margin-top: 0; }
*/


.mv_list {
  width: 100%;
  margin-bottom: 30px;
  position:relative;
  z-index:1;
}

.mv_list .slick-list {
  overflow: visible;
}

.mv_list-item {
  position: relative;
  top: 0;
  padding: 0 3.2vw;
  transition: top 0.8s ease;
}
.list-item_in {
  aspect-ratio: 598 / 488;
  border-radius: 20px;
  overflow:clip;
}

/* 左：下 */
.mv_list-item.is-step-left {
  top: 3.2vw;
}

/* 中央：基準 */
.mv_list-item.is-step-center {
  top: 0;
}

/* 右：上 */
.mv_list-item.is-step-right {
  top: -3.2vw;
}

.mv_list-item .img {
  display: block;
}


.mv_sub_wrap {
  width: min(calc(100% - 40px), 490px);
  margin-inline: auto;
}
.mv_sub-txt {
  width:100%;
  max-width:360px;
}
.mv_sub-txt span {
  display:inline-block;
}

/* -------------------------------------
共通
------------------------------------- */
.line_bg {
  position:relative;
}
.line_bg:before {
  content:"";
  display:block;
  width:calc(50vw + 30px);
  height:19px;
  background-image:url(../imgs/pattern.svg);
  background-position:left center;
  background-repeat:repeat-x;
  background-size:auto 19px;
  position:absolute;
  top:0;
}
.line_bg-lft:before {
  background-position:right center;
  left:0;
}
.line_bg-rgt:before {
  right:0;
}

.icon_rip {
  position:absolute;
  z-index:-1;
}
.icon_rip-1 {
  width:36.8vw;
  top: 11.4vw;
  right: 4.3vw;
  z-index:0;
}
.icon_rip-2 {	
width:36.8vw;	
top: 24vw;	
right: 83vw;	
}	
.icon_rip-3 {	
width:49.4vw;	
top: 17vw;	
left: 75vw;	
}	
.icon_rip-4 {	
width:49.4vw;	
top: 24vw;	
right: 75vw;	
}	
.icon_rip-5 {	
width:36.8vw;	
top: 3vw;	
right: 83vw;	
}	
.icon_rip-6 {	
width:49.4vw;	
top: 17vw;	
left: 75vw;	
}


/* -------------------------------------
intro
------------------------------------- */
.intro {
  padding-top:115px;
}
.sec_wrap {
  justify-content:space-between;
  align-items:flex-start;
}
.sec__txtblk {
  width:49%;
  max-width:450px;
  position:relative;
}
.sec_ttl {
  font-size:30px;
  line-height:1;
  margin-bottom:15px;
}
.sec_txt {
  font-size:14px;
  line-height:2.6;
}
.sec_txt span {
  display:block;
}
.sec__imgblk {
  width:40%;
  max-width:364px;
  position:relative;
  margin-bottom:15.4vw;
}
.sec__imgblk .img_main {
    border-radius:22px;
}
.sec__imgblk .img_sub {
  border-radius:12px;
  width:61.3%;
  max-width:223px;
  position:absolute;
  top:90%;   
  right: 72%;
}

/* -------------------------------------
about
------------------------------------- */
.about {
  
}
.about_top-img {
  flex-direction:row-reverse;
  justify-content:space-between;
  align-items:flex-start;
  width: min(calc(100% - 40px), 1260px);
  margin-inline: auto;
  padding-bottom:125px;
  position:relative;
}
.about_top-img .img_main {
  border-radius:32px;
  width:51.3%;
  max-width:647px;
}
.about_top-img .img_sub {
  border-radius:17px;
  width:27.3%;
  max-width:344px;
  min-width:150px;
  position:relative;
  top: clamp(-107px, -7.9vw, -20px);
}


/*共通パーツ*/
.secblk {
  padding:90px 0;
  position:relative;
}
.line_top-diag {
  position:relative
}
.line_top-diag::before {
  content:"";
  display:block;
  width:100%;
  max-width:818px;
  height:10px;
  background:url(../imgs/sec_line.svg) left center no-repeat;
  background-size:auto 10px;
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
}
.sec_head {
  text-align:center;
}
.sec_head_ttl {
  display:inline-flex;
  align-items:center;
  flex-direction:column;
  gap:10px;
  margin-bottom:40px;
}
.sec_head_ttl .en {
  color:#fff;
  font-size:9px;
  line-height:1.2;
  display:flex;
  align-items:center;
  justify-content:center;
  letter-spacing:0.14em;
  width:75px;
  height:29px;
  background:url(../imgs/sec_en_bg.svg) 0 0 no-repeat;
  background-size:contain;
}
.sec_head_ttl .ja_mid {
  font-size:24px;
  line-height:1.2;
}
.sec_head_ttl .ja {
  font-size:33px;
  line-height:1.2;
}
.sec_cont {
  width:100%;
  max-width:785px;
  margin-inline: auto;
}
.sec_cont_mtxt {
  font-size:29px;
  display:flex;
  flex-direction:column;
  align-items:center;
  margin-bottom:10px;
}
.sec_cont_mtxt .mtxt-s {
  font-size:19px;
}
.sec_cont-txt {
  font-size:18px;
  line-height:2.69;
}

/* -------------------------------------
concept
------------------------------------- */





/* -------------------------------------
story
------------------------------------- */
.story .sec_cont {
  margin-bottom:60px;
}
.story_list {
  
}
.story_list-item {
  padding:0 4vw;
  position: relative;
}
.story_list-item .item-img {
  width: 100%;
  height: auto;
  aspect-ratio:647 / 529;
  object-fit: cover;
  display: block;
  margin-bottom:30px;
  border-radius: 32px;
  overflow:clip;
  position:relative;
}
.story_list-item .item-name {
  font-size:34px;
  line-height:1;
  padding:5px;
  writing-mode: vertical-rl;
  background-color:#fff;
  position:absolute;
  top:40px;
  right:50px;
}
.story_list-item .item-txt {

}

/* -------------------------------------
story navigation
------------------------------------- */

.story_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin-top: 40px;
}


/* Prev・Nextボタン */

.story_prev,
.story_next {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #777;
  border-radius: 50%;
  background: transparent;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}


/* 矢印共通 */

.story_prev span,
.story_next span {
  width: 7px;
  height: 7px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  position: absolute;
  top: 50%;
  left: 50%;
}


/* 左矢印 */

.story_prev span {
  transform: translate(-35%, -50%) rotate(-135deg);
}


/* 右矢印 */

.story_next span {
  transform: translate(-65%, -50%) rotate(45deg);
}


/* ホバー */

.story_prev:hover,
.story_next:hover {
  background-color: #555;
}

.story_prev:hover span,
.story_next:hover span {
  border-color: #fff;
}


/* -------------------------------------
dots
------------------------------------- */

.story_dots .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;

  margin: 0;
  padding: 0;

  list-style: none;
  position:static;
  bottom:auto;
}
.story_dots .slick-dots li {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Slick標準の文字を消す */

.story_dots .slick-dots button {
  width: 7px;
  height: 7px;

  padding: 0;
  border: none;
  border-radius: 50%;

  background-color: #ccc;

  font-size: 0;
  cursor: pointer;
}


/* 現在のスライド */

.story_dots .slick-dots .slick-active button {
  background-color: #555;
}

/* -------------------------------------
schedule
------------------------------------- */
.schedule {
  
}
.schedul_list {
  font-size:17px;
}
.time_txt {
  
}
.schedul_txt {
  
}
.schedul_note {
  
}




/* -------------------------------------
tour
------------------------------------- */
.schedule {
}
.schedul_list {
  max-width:644px;
  margin:0 auto 54px;  
}
.time_txt {
  font-size:17px;
  border-radius:3px;
  background-color:#d9dad2;
  padding:3px 15px;
}
.schedul_txt {
  font-size:14px;
  padding:10px 20px 10px 80px;
  position:relative;
}
.schedul_list li:not(:last-child) .schedul_txt::before {
  content:"";
  width:2px;
  height:100%;
  background-color:#d9dad2;
  position:absolute;
  top:0;
  left:29px;
}
.schedul_txt span {
  display:block;
}
.schedul_txt .txt_ditail {
  padding-left:1em;
}
.schedul_note {
  font-size:12px;
  color:#000;
  max-width:644px;
  margin:0 auto;  
}


/* -------------------------------------
tour
------------------------------------- */
.tour_wrap {
  max-width:710px;
  margin-top:10px;
}
.tour_fee {
  display:flex;
  align-items:baseline;
  /*justify-content:center;*/
  flex-wrap:wrap;
  gap:30px;
  margin-bottom:30px;
  text-align:center;
  font-size:15px;
}
.tour_fee dt {
  letter-spacing:0.05em;
}
.tour_fee dd {
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  flex-direction: column;
  /*justify-content:center;
  column-gap:14px;*/
}
.fee_item {
  display:flex;
  align-items:baseline;
}
.tour_fee .price {
  font-size:28px;
  font-weight:600;
  line-height:1.2;
}
.tour_fee .tax,
.tour_fee .note {
  font-size:15px;
  text-align:left;
  line-height:1.2;
}
.tour_fee .note {
  min-width:10em;
}
.setting_date {
  font-size:15px;
margin-bottom:40px;  
}

.tour_ditail {
  width:100%;
  max-width:760px;
  margin:0 auto 60px;
}
.tour_ditail-list li,.tour_ditail-txt {
  color:#6b7151;
  display:flex;
  font-size:12px;
  line-height:1.8;
}

/*calendar*/
.cal_list {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:30px;
  width:100%;
  max-width:786px;
  margin:0 auto;
}
.cal_list >* {
  width:calc((100% - 30px)/2);
  max-width:360px;
}

/* -------------------------------------
application
------------------------------------- */
.application {
  padding:0;
}
.app_img {
  width:100%;
  aspect-ratio:1361 / 496;
  border-radius:24px;
  overflow:clip;
  position:relative;
  color:#fff;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:44px;
  padding:24px 20px;
}
.app_img::before {
  content:"";
  position:absolute;
  inset:0;
  background-color:rgba(20,30,20,0.14);
  z-index:1;
}
.app_img img {
  width:100%;
  height:100%;
  position:absolute;
  inset:0;
  z-index:0;
}
.app_head {
  position:relative;
  z-index:2;
  width:100%;
}
.application .app_head .sec_head_ttl {
  display:block;
  font-size:33px;
  line-height:1.5;
  color:#fff;
  margin-bottom:16px;
}
.app_head .mcopy {
  font-size:16px;
  line-height:1.8;
  color:#fff;
}
.app_btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width: min(320px, 86%);
  padding:20px 30px;
  border-radius:50px;
  background-color:#bd4c43;
  color:#fff;
  font-size:15px;
  letter-spacing:0.05em;
  position:relative;
  z-index:2;
}
.app_btn:hover {
  opacity:0.75;
}







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

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



}

@media screen and (max-width: 980px) {
  .head_ttl_wrap {
    text-align:center;
    display:flex;
    flex-direction:column-reverse;
    gap:20px;
    padding-top:0;
  }
  .read__en {
    margin:0 auto;
    position:static;
  }
  

  /* mv */
  .mv {
    padding-bottom: 60px;
  }
  .mv_list {
    margin-bottom: 60px;
  }
  .mv_sub_wrap {
    width:95vw;
    min-width:calc(100% - 40px);
  }
  .mv_sub-txt {
    display: block;
    margin:0 auto;
  }
  
  
  /* 共通パーツ（sec2,3,4,6,7 見出し・縦余白） */
  .secblk {
    padding: 70px 0;
  }
  .sec_head_ttl .ja_mid {
    font-size:clamp(16px,2.44vw,24px);
  }
  .sec_head_ttl .ja {
    font-size: 29px;
  }
  .sec_cont-txt {
    font-size:clamp(14px,1.84vw,18px);
  }
  

  /* sec1 intro */
  .intro {
    padding-top: 90px;
  }
  .sec_ttl {
    font-size: 27px;
  }
  .sec__imgblk .img_sub {
    right: 60%;
  }
  
  
  /* sec2 about */
  .about_top-img {
    padding-bottom: 95px;
  }
  
  /* sec4 story */
  .story_list-item .item-name {
    font-size: 28px;
    top: 32px;
    right: 44px;
  }
  
  /* sec8 application */
  .app_img {
    gap: 36px;
  }
  .application .app_head .sec_head_ttl {
    font-size: 28px;
  }
  .app_head .mcopy {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  /* mv */
  .mv {
    padding-bottom: 52px;
  }
  /* head_ttl_wrap */
  .head_ttl_blk {
    padding:0 25px;
  }
  #tour__bnr {
    width: 60px;
    height: 182px;
    padding: 16px 12px;
    gap: 8px;
  }
  #tour__bnr .tour_bnr_txt {
    width: 28px;
  }
  /* sec4 story */
  .story_list-item .item-name {
    font-size: 24px;
    top: 26px;
    right: 36px;
  }
  /* 共通パーツ */
  .secblk {
    padding: 60px 0;
  }
  .sec_head_ttl .ja {
    font-size: 26px;
  }
  
  
  /* sec1 intro */
  .intro {
    padding-top: 75px;
    padding-bottom:70px;
  }
  .sec_ttl {
    font-size: 25px;
  }
  .sec_wrap {
    flex-direction:column;
    align-items:center;
    gap:30px;
  }
  .sec__txtblk {
    width: 100%;
    max-width: 415px;
  }
  .sec__imgblk {
    width: 100%;
  }
  
  .line_bg:before {
    width: 70vw;
  }
  .line_top-diag::before {
    width: 80vw;
  }
  
  
  /* sec2 about */
  .about_top-img {
    padding-bottom: 75px;
  }
  /* sec6 schedule */
  .schedul_txt {
    padding: 10px 20px 10px 70px;
  }
  .schedul_txt::before {
    left: 23px;
  }
  /* sec7 tour */
  .tour_fee {
    margin-bottom: 45px;
  }
  /* sec8 application */
  .app_img {
    gap: 30px;
    padding: 20px 18px;
  }
  .application .app_head .sec_head_ttl {
    font-size: 24px;
  }
  .app_head .mcopy {
    font-size: 14px;
  }
  .app_btn {
    padding: 18px 26px;
  }
}
@media screen and (max-width: 640px) {
  /* mv */
  .mv {
    padding-bottom: 44px;
  }
  .mv_list-item .img {
    border-radius: 16px;
  }
  /* head_ttl_wrap */
  .head_ttl_blk {
    padding:0 30px;
  }
  /* sec4 story */
  .story_list-item .item-name {
    font-size: 20px;
    top: 20px;
    right: 28px;
    padding: 4px;
  }
  .story_nav {
    gap: 16px;
    margin-top: 28px;
  }
  .story_prev,
  .story_next {
    width: 36px;
    height: 36px;
  }
  .story_dots .slick-dots {
    gap: 10px;
  }
  /* 共通パーツ */
  .secblk {
    padding: 50px 0;
  }
  .sec_head_ttl .ja {
    font-size: 23px;
  }
  /* sec1 intro */
  .intro {
    padding-top: 60px;
  }
  .sec_ttl {
    font-size: 22px;
  }
  /* sec2 about */
  .about_top-img {
    padding-bottom: 60px;
  }
  /* sec6 schedule */
  .schedul_list {
    font-size: 16px;
  }
  .schedul_txt {
    padding: 10px 16px 10px 60px;
  }
  .schedul_txt::before {
    left: 20px;
  }
  /* sec7 tour */
  .tour_fee .price {
    font-size: 24px;
  }
  .tour_ditail-list li {
    flex-direction: column;
    /*gap: 2px;
    padding: 12px 0;*/
  }
  .tour_ditail-list li > span:first-child {
    flex: none;
  }
  /* sec8 application */
  .app_img {
    gap: 24px;
    padding: 18px 16px;
  }
  .application .app_head .sec_head_ttl {
    font-size: 20px;
  }
  .app_head .mcopy {
    font-size: 13px;
  }
  .app_btn {
    padding: 16px 24px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  /* mv */
  .mv {
    padding-bottom: 36px;
  }
  .mv_list {
    margin-bottom: 30px;
  }
  .mv_list-item .img {
    border-radius: 12px;
  }
  
  /* 1枚表示になるため階段状の段差を解除 */
  .mv_list-item.is-step-left,
  .mv_list-item.is-step-center,
  .mv_list-item.is-step-right {
    top: 0;
  }
  
  
  
  /* head_ttl_wrap */
  .head_ttl_blk {
    padding:0;
  }
  #tour__bnr {
    width: 52px;
    height: 158px;
    padding: 12px 9px;
    gap: 6px;
  }
  #tour__bnr .tour_bnr_txt {
    width: 24px;
  }
  
  /*sec1*/
  .sec__imgblk .img_sub {
    top:80%;
  }

  /*sec2*/
  .about_top-img .img_main {
    border-radius:15px;
  }
  .about_top-img .img_sub {
    border-radius:15px;
  }
  
  
  
  
  
  
  /* sec4 story */
  .story_list-item .item-name {
    font-size: 16px;
    top: 14px;
    right: 20px;
    padding: 3px;
  }
  .story_nav {
    gap: 10px;
    margin-top: 22px;
  }
  .story_prev,
  .story_next {
    width: 32px;
    height: 32px;
  }
  .story_dots .slick-dots {
    gap: 7px;
  }
  /* 共通パーツ */
  .secblk {
    padding: 40px 0;
  }
  .sec_head_ttl .ja {
    font-size: 20px;
  }
  /* sec1 intro */
  .intro {
    padding-top: 50px;
  }
  .sec_ttl {
    font-size: 20px;
  }
  /* sec2 about */
  .about_top-img {
    padding-bottom: 45px;
  }
  /* sec6 schedule */
  .schedul_txt {
    padding: 8px 14px 8px 48px;
  }
  .schedul_txt::before {
    left: 16px;
  }
  
  
  /* sec7 tour */
  .tour_fee {
    margin-bottom: 32px;
  }
  .tour_fee dd {
    gap: 10px;
  }
  .fee_item {
    flex-wrap:wrap;
    gap: 5px;
  }
  .tour_fee .note {
    width: 100%;
  }
  .tour_fee .price {
    font-size: 22px;
    padding-left:1em;
  }
  .cal_list >* {
    width:100%;
    max-width:100%;
  }
  
  
  
  /* sec8 application */
  .app_img {
    gap: 18px;
    padding: 16px 14px;
  }
  .application .app_head .sec_head_ttl {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .app_head .mcopy {
    font-size: 12px;
  }
  .app_btn {
    padding: 13px 20px;
    font-size: 13px;
  }
}
