@charset "utf-8";
/* CSS Document */
:root{
  --f_maru: 'Zen Maru Gothic', sans-serif;
  --f_noto: 'Noto Sans JP', sans-serif;
  --f_vdl: vdl-penletter, sans-serif;
  --pink: #e43ccf;
  --navy: #1173b1;
  --orange: #ff9933;
  --t_navy: rgba(17 115 177 / 60%);
  --t_orange: rgba(255 153 51 / 80%);
  --t_white: rgba(255 255 255 / 60%);
  --grade: linear-gradient(90deg, #1173b1, #e43ccf);
  --line_o: linear-gradient(transparent 70%, #ff9933 70%);
  --line_p: linear-gradient(transparent 90%, #e43ccf 90%);
  --b_shadow: 2px 2px 2px 10px rgba(255 255 255 / 80%);
  --center_contain: no-repeat center center / contain;
  --bg_cover: no-repeat center top / cover;
}

.nosp{
  display: none;
}
.breadcrumb{
  background: #FFF;
}
.inner{
  width: 94vw;
  margin: auto;
}
.notice-txt{
  font-size: calc(22vw / 7.5);
  font-weight:400;
  color: #000;
  padding-left: 1.0em;
  position: relative
}
.notice-txt::before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0
}
.main *{
  box-sizing: border-box;
  font-family: var(--f_maru);
}
.main{
  position: relative;
}
main::before{
  content: "";
  width: 100vw;
  height: 100vh;
  background: url("../img/bg_mv.jpg") var(--bg_cover);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -5
}

/*** MV・ナビ ***/
.title-wrapper{
  text-align: center;
}
.nav-wrapper{
  width: 100%;
  background: var(--t_navy);
}
.nav-wrapper>.inner{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.menu-list{
  order: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.menu-list>li{
  width: calc(100% / 3);
  border-left: calc(2vw / 7.5) solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #FFF;
}
.menu-list>li:first-child{
  border-left: none
}
.menu-list>li>a{
  display: block;
  padding: calc(10vw / 7.5);
  font-size: calc(24vw / 7.5);
  font-weight: 700;
  color: #FFF;
  text-align: center;
  position: relative;
}
.menu-list>li:hover{
  background: #FFF;
}
.menu-list>li:hover a{
  color: var(--orange);
}
/*.dep-select-nav{
  order: 1;
  width: 100%;
  background: var(--orange);
}
.display_selected {
  font-family: var(--f_noto);
  font-size: calc(30vw / 7.5);
  font-weight: 900;
  text-align: center;
  line-height: calc(60vw / 7.5);
  color: #FFF;
  position: relative;
  cursor: pointer
}
.display_selected::before{
  content: "出発地";
  display: inline-block;
  font-size: calc(22vw / 7.5);
  font-weight: 500;
  margin-right: calc(10vw / 7.5);
}
.display_selected::after {
  content: "";
  background: url("../img/arrow02.png") var(--center_contain);
  width: calc(20vw / 7.5);
  height: calc(15vw / 7.5);
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  margin: auto
}
.dep-select-zone {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transition: all .5s;
  z-index: 50;
  background: rgba(0 0 0 / 80%);
  padding: calc(100vw / 7.5) calc(80vw / 7.5);
}
.dep-select li {
  cursor: default;
  padding: calc(20vw / 7.5);
  font-family: var(--f_noto);
  font-size: calc(30vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
.dep-select li:hover, .dep-select li.selected {
  background: #FFF;
  color: #000;
}
.close-button{
  margin: calc(40vw / 7.5) auto;
  width: 5em;
  padding: calc(10vw / 7.5);
  border: 1px solid;
  font-size: calc(30vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
}*/

/*** メインコンテンツ ***/
.content-wrapper{
  padding: calc(100vw / 7.5) 0 calc(50vw / 7.5);
}
.content-box+.content-box{
  margin-top: calc(100vw / 7.5);
}
.head-title{
  position: relative;
  text-align: center;
  margin-bottom: calc(50vw / 7.5);
  line-height: 1.2
}
.head-title:not(#tour)::after{
  content: "";
  background: url("../img/bg_ttl.png") var(--center_contain);
  width: calc(445vw / 7.5);
  height: calc(276vw / 7.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1
}
.title-catch{
  font-family: var(--f_vdl);
  font-size: calc(36vw / 7.5);
  font-weight: 500;
  display: block;
}
.title-main{
  display: inline-block;
  font-family: var(--f_maru);
  font-size: calc(72vw / 7.5);
  font-weight: 900;
  color: transparent;
  background-image: var(--grade);
  -webkit-background-clip: text;
}
.body-copy{
  font-size: calc(26vw / 7.5);
  font-weight: 700;
  text-align: center;
}
.body-copy sup{
  font-size: 10px;
  vertical-align: super
}
.body-copy.img-airplane{
  position: relative;
  padding-bottom: calc(160vw / 7.5);
}
.body-copy.img-airplane::after{
  content: "";
  background: url("../img/img_ATR42-600.png") var(--center_contain);
  width: 94vw;
  height: 32vw;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.point-list{
  display: flex;
  margin: 0 auto calc(50vw / 7.5);
  overflow-x: scroll;
  overflow-scrolling: touch;
  padding-top: calc(100vw / 7.5)
}
.point-list>li{
  flex: 0 0 85%;
  margin-right: 5%;
  position: relative;
}
.point-list>li:last-child{
  margin-right: 0;
}
.point-list>li:not(.bg)::after{
  content: "";
  background: var(--center_contain);
  width: calc(541vw / 7.5);
  height: calc(156vw / 7.5);
  position: absolute;
  right: 0;
  bottom: calc(30vw / 7.5);
  left: 0;
  margin: auto
}
.point-list>li.ribbon1::after{
  background-image: url("../img/ttl_air.png");
}
.point-list>li.ribbon2::after{
  background-image: url("../img/ttl_sight.png");
}
.point-list>li.ribbon3::after{
  background-image: url("../img/ttl_towing.png");
}
.point-list>li.bg{
  background: var(--t_white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.point-list>li.bg::before{
  content: "";
  background: url("../img/ico_ck.png") var(--center_contain);
  width: calc(318vw / 7.5);
  height: calc(145vw / 7.5);
  position: absolute;
  top: calc(-70vw / 7.5);;
  right: 0;
  left: 0;
  margin: auto;
}
.point-list_details{
  width: 84%;
  padding: calc(20vw / 7.5);
  line-height: 1.4
}
.point-list_details>li{
  width: 100%;
  font-size:  calc(34vw / 7.5);
  font-weight: 900;
  position: relative;
  padding-left: calc(50vw / 7.5);
}
.point-list_details>li+li{
  margin-top: calc(10vw / 7.5);
}
.point-list_details>li::before{
  content: "";
  background: var(--center_contain);
  width: calc(39vw / 7.5);
  height: calc(41vw / 7.5);
  position: absolute;
  top: 2vw;
  left: 0;
}
.point-list_details>li:first-child::before{
  background-image: url("../img/num_01.png")
}
.point-list_details>li:nth-child(2)::before{
  background-image: url("../img/num_02.png")
}
.point-list_details>li:nth-child(3)::before{
  background-image: url("../img/num_03.png")
}
.point-list_details>li>span{
  background: var(--line_o);
  font-weight: 900;
}
.point-list_details>li .m-size{
  font-size: 85%
}
.point-list_details>li .m-size::before,
.point-list_details>li .m-size::after{
  display: inline-block;
  content: "/";
}
.point-list_details>li .m-size::before{
  transform: scaleX(-1);
}
.point-list_details>li small{
  font-size: 70%;
  font-weight: 900;
  display: block;
  line-height: 1.2
}
.caution-list>li{
  font-family: var(--f_noto);
  font-size: calc(22vw / 7.5);
  font-weight: 500;
}

/*** ツアー枠 ***/
/*.parallax-bg{
  display: block;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 30px 0;
}
.parallax-bg::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/bg_tour.jpg") var(--bg_cover);
}*/
.content-wrapper.tour-bg{
  background: url("../img/bg_tour.jpg") var(--bg_cover);
  position: sticky;
  padding: calc(50vw / 7.5) 0
}
.tokuten-wrap{
  width: 100vw;
  position: relative;
  margin: 0 calc(50% - 50vw) calc(50vw / 7.5);
  padding-bottom: 60px;
  overflow: hidden;
}
.tokuten-wrap::before,
.tokuten-wrap::after{
  content: "";
  background: no-repeat center center / 120%;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
}
.tokuten-wrap::before{
  background-image: url("../img/frame_top.png");
  top: 5vw;
}
.tokuten-wrap::after{
  background-image: url("../img/frame_btm.png");
  bottom: 0;
}

.sub-title{
  text-align: center;
  width: 48vw;
  margin: auto;
}
.tokuten-list{
  width: 94vw;
  position: relative;
  margin: 30px auto;
  padding-bottom: calc(480vw / 7.5);
  padding-left: calc(210vw / 7.5);
}
.tokuten-list::before,
.tokuten-list::after{
  content: "";
  background: var(--center_contain);
  position: absolute;
  margin: auto;
}
.tokuten-list::before{
  background-image: url("../img/ico_tokuten.png");
  width: calc(196vw / 7.5);
  height: calc(200vw / 7.5);
  top: 0;
  left: 0;
}
.tokuten-list::after{
  background-image: url("../img/img_tokuten.png");
  width: calc(588vw / 7.5);
  height: calc(448vw / 7.5);
  right: 0;
  bottom: 0;
  left: 0;
}
.tokuten-list>li{
  font-size: calc(24vw / 7.5);
  font-weight: 700;
  position: relative;
  padding-left: calc(50vw / 7.5);
  line-height: 1.3
}
.tokuten-list>li+li{
  margin-top: calc(20vw / 7.5);
}
.tokuten-list>li>span{
  font-size: calc(34vw / 7.5);
  font-weight: 900;
  background: var(--line_p);
}
.tokuten-list>li::before{
  content: "";
  background: var(--center_contain);
  width: calc(45vw / 7.5);
  height: calc(44vw / 7.5);
  position: absolute;
  top: 0;
  left: 0;
}
.tokuten-list>li:first-child::before{
  background-image: url("../img/num_01_p.png")
}
.tokuten-list>li:nth-child(2)::before{
  background-image: url("../img/num_02_p.png")
}
.tokuten-list>li:last-child::before{
  background-image: url("../img/num_03_p.png")
}
.tokuten-list+.caution-list{
  width: 94vw;
  margin: auto;
}
/*.area00{
  display: none;
}
.area00.is-display{
  display: block
}*/
.tour-title{
  text-align: center;
  margin-bottom: calc(20vw / 7.5);
}
.tour-title .js-dep-name{
  font-size: calc(40vw / 7.5);
  font-weight: 900;
  color: var(--pink);
}
.tour-title .js-dep-name::after{
  content: "おすすめツアー";
  font-size: calc(54vw / 7.5);
  font-weight: 900;
  color: var(--navy);
  display: inline-block;
  margin-left: calc(10vw / 7.5);;
}
.product-list.card-style>li *{
  font-family: var(--f_noto);
}
.product-list.card-style>li .product-list__item .item-photo__wrapper .item-txt__port{
  background: var(--t_orange);
}
.more-link{
  margin: calc(30vw / 7.5) auto;
}
.more-link>a{
  display: block;
  width: 90vw;
  margin: auto;
  padding: calc(20vw / 7.5);
  background: var(--grade);
  border-radius: calc(48vw / 7.5);
  font-size: calc(26vw / 7.5);
  font-weight: 700;
  color: #FFF;
  text-align: center;
  position: relative;
}
.more-link>a::after{
  content: "";
  background: url("../img/arrow03.png") var(--center_contain);
  width: calc(10vw / 7.5);
  height: calc(17vw / 7.5);
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  margin: auto;
}
.more-link>a:empty{
  display: none
}
.close-txt{
  margin: 20px auto;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.close-txt:empty{
  display: none
}

/*** フッター ***/
#foot.content-wrapper{
  padding: 0 0 calc(50vw / 7.5);
}
.rights{
  text-align: center;
  font-size: calc(24vw / 7.5);
  font-weight: 700;
}
.rights+.rights{
  margin-bottom: calc(30vw / 7.5);
}
.rights.miku::after{
  content: "";
  background: url("../img/logo_piapro.png") var(--center_contain);
  width: calc(71vw / 7.5);
  height: calc(18vw / 7.5);
  display: block;
  margin: calc(10vw / 7.5) auto 0;
}
.caution-box{
  background: #FFF
}
.caution-title{
  background: var(--navy);
  padding: calc(20vw / 7.5);
  font-size: calc(32vw / 7.5);
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
#foot .caution-list{
  padding: calc(20vw / 7.5);;
  margin: 0
}
#foot .caution-list>li{
  position: relative;
  padding-left: 1.0em;
}
#foot .caution-list>li::before{
  content: "・";
  position: absolute;
  top: 0;
  left: 0
}