@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/* CSS Document */
:root{
  --content-color-blue: #398ebf;
  --content-color-pink: #d65e90;
  --content-color-gray: #e5e5e5;
  --content-color-t_orange: rgba(241 200 160 / 20%);
  --bg-img-setting: no-repeat center center / cover;
  --bg-width-pc: max(100%, 1920px);
  --content-width: min((710vw / 7.5), 992px);
  --font-size-pc: 14px;
  --font-size-sp: calc(24vw / 7.5);
  --content-font-size: min(var(--font-size-sp), var(--font-size-pc));
  --font-family-sans: 'Noto Sans JP', sans-serif;
  --content-hover-speed: 0.3s;
  --content-nav-shadow: 0 3px 10px rgb(0 0 0 / 50%);
  --content-card-shadow: 4px 4px 0 rgba(128 128 128 / 100%); 
  --content-arrow-down: url(../img/arrow01.png);
  --content-arrow-right: url(/cmn/icon/icon_arrow_right_white.svg);
  --content-border_s: calc(8vw / 7.5) solid;
}

.nosp {
  display: none;
}
.main {
  font-family: var(--font-family-sans);
  font-size: var(--content-font-size);
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  position: relative;
}
.main *{
  box-sizing: border-box;
}
.inner{
  width: var(--content-width);
  margin: auto;
}

/***** MV・ナビ *****/
#slider {
  width: 100%;
  height: 40vh!important;
  position: relative
}
#slider .main-title img {
  width: 90vw;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
.nav__wrapper {
  width: 100%;
}
.nav__wrapper .inner{
  width: 100vw;
  display: flex;
  flex-direction: column;
}
.nav-list {
  width: 100%;
  order: 2;
  margin: 0 auto;
  display: flex;
}
.nav-list>li {
  width: calc(100% / 5);
  text-align: center;
  border-right: calc(4vw / 7.5) solid var(--content-color-gray);
}
.nav-list>li:last-child{
  border: none
}
.nav-list>li>a {
  display: block;
  font-size: calc(30vw / 7.5);
  font-weight: 700;
  color: var(--content-color-pink);
  position: relative;
  padding: calc(80vw / 7.5) calc(6vw / 7.5) calc(10vw / 7.5);
  background: no-repeat center 2vw / calc(60vw / 7.5) auto;
}
.nav-list>li>a span {
  font-size: 60%;
  font-weight: 400;
  color: inherit;
  display: block
}
/*ナビ固定*/
.nav-list.is-fix{
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background: #FFF;
  box-shadow: var(--content-nav-shadow);
  border-bottom: var(--content-border_s) var(--content-color-red)
}
.display_selected {
  order: 1;
  background: var(--content-color-blue);
  font-size: calc(40vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  position: relative;
  display: flex;
  gap: calc(16vw / 7.5);
  justify-content: center;
  align-items: center;
  padding: calc(16vw / 7.5);
}
.dep-select-nav{
  order: 1;
  width: 100%;
}
.display_selected::before{
  content: "出発地";
  display: inline-block;
  font-size: calc(24vw / 7.5);
}
.display_selected::after {
  content: "";
  background: var(--bg-img-setting) var(--content-arrow-down);
  width: calc(21vw / 7.5);
  height: calc(17vw / 7.5);
  position: absolute;
  top: 0;
  right: calc(20vw / 7.5);
  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-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;
}

/* .main__content */
.content__wrapper{
  padding: calc(80vw / 7.5) 0;
  margin-bottom: calc(8vw / 7.5);
  border-bottom: var(--content-border_s) var(--content-color-blue);
}
.content__wrapper:not(:first-child){
  border-top: var(--content-border_s) var(--content-color-pink);
}
.head-title{
  text-align: center;
  font-size: calc(54vw / 7.5);
  font-weight: 700;
  color: var(--content-color-pink);
  margin-bottom:  calc(30vw / 7.5);
}
.head-title>span{
  font-size: 70%;
  color: inherit;
}

/* イントロ */
.catch__copy {
  margin: 0 auto calc(30vw / 7.5);
  font-size: calc(40vw / 7.5);
  font-weight: 700;
  color: var(--content-color-pink);
  letter-spacing: -0.08em;
  text-align: center;
  position: relative;
  padding-top: calc(100vw / 7.5);
}
.catch__copy::before {
  content: "";
  background: url("../img/logo_cm.png") var(--bg-img-setting);
  width: calc(400vw / 7.5);
  height: calc(94vw / 7.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.body__copy {
  text-align: center;
  font-size: calc(26vw / 7.5);
  margin-bottom: calc(20vw / 7.5);
}
.catch__copy>a,
.body__copy>a {
  color: var(--content-color-blue);
  text-decoration: underline
}
.catch__copy>a:hove,
.body__copy>a:hove {
  text-decoration: none
}
.link_about{
  width: 90vw;
  margin: auto;
  background-color: var(--content-color-blue);
}
.link_about>a {
  display: flex
}
.link_about>a :hover {
  opacity: 0.7
}
.link_about-img{
  width: 24vw;
  height: 16vw;
  overflow: hidden
}
.link_about-img>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}
.link_about-txt{
  flex: 1;
  font-size: calc(30vw / 7.5);
  color: #FFF;
  padding-left: calc(20vw / 7.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}
.link_about-txt::after {
  content: "";
  background: var(--content-arrow-down) var(--bg-img-setting);
  width: calc(30vw / 7.5);;
  height: calc(33vw / 7.5);;
  position: absolute;
  top: 0;
  right: 0.5em;
  bottom: 0;
  margin: auto;
}

/* トピックス */
.content__wrapper.topics {
  background: url("../img/bg_topic_sp.png") no-repeat center bottom / contain;
  padding-bottom: calc(457vw / 7.5)
}
.topics .head-title {
  margin: 0 auto calc(20vw / 7.5);
  position: relative;
  text-align: center;
}
.topics .head-title::before {
  content: "";
  background: url("../img/bg_ttl_event_lft.png") var(--bg-img-setting);
  width: calc(272vw / 7.5);
  height: calc(110vw / 7.5);
  position: absolute;
  top: -20vw;
  left: 10vw;
}
.topics .head-title::after {
  content: "";
  background: url("../img/bg_ttl_event_ryt.png") var(--bg-img-setting);
  width: calc(275vw / 7.5);
  height: calc(112vw / 7.5);
  position: absolute;
  top: -20vw;
  right: 10vw;
}
.topics .head-title .title__sub {
  font-size: calc(40vw / 7.5);
  font-weight: 700;
  color: var(--content-color-blue);
  display: inline-block;
}
.topics .head-title .title__sub::before,
.topics .head-title .title__sub::after{
  content: "/";
  display: inline-block;
}
.topics .head-title .title__sub::before{
  transform: scaleX(-1)
}
.topics .head-title .title__main {
  display: block;
  font-size: calc(54vw / 7.5);
  font-weight: 700;
  color: var(--content-color-pink);
}
.topicbox {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(20vw / 7.5);
}
.topicbox__left {
  order: 2;
  width: 100%;
}
.topic__title {
  position: relative;
  padding-left: calc(94vw / 7.5);
  margin-bottom: calc(20vw / 7.5);
}
.topic__title>span {
  display: inline-block;
  font-size: calc(34vw / 7.5);
  font-weight: 700;
  color: var(--content-color-blue);
  line-height: 1.4;
  border-bottom: dotted calc(8vw / 7.5) var(--content-color-pink);
  padding-bottom: calc(10vw / 7.5)
}
.topic__title::before {
  content: "";
  background: url("../img/icon_event01.png") var(--bg-img-setting);
  width: calc(84vw / 7.5);
  height: calc(98vw / 7.5);
  position: absolute;  
  top: calc(10vw / 7.5);
  left: 0;
}
.topic__txt {
  margin-bottom: calc(20vw / 7.5);
}
.topic__data {
  background: var(--content-color-t_orange);
  border-radius: calc(20vw / 7.5);
  padding: calc(10vw / 7.5) calc(20vw / 7.5);
}
.topic__data>li {
  font-size: calc(30vw / 7.5);
  font-weight: 700;
  color: var(--content-color-pink);
}
.topic__data>li>small {
  display: inline-block;
  font-size: calc(24vw / 7.5);
  font-weight: normal;
  color: #333;
}
.topicbox__right{
  order: 1;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

/* メインメニュー */
.content__wrapper.menu .inner{
  width: 100vw;
  background: url("../img/sand-bg_cont.jpg") no-repeat center top / 100vw auto;
}
.content__wrapper.menu .inner+.inner{
  margin-top: calc(80vw / 7.5); 
}
.content__wrapper.menu .head-title {
  font-size: calc(60vw / 7.5);
  font-weight: 700;
  text-align: center;
  color: var(--content-color-blue);;
  margin-bottom: calc(20vw / 7.5);;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.content__wrapper.menu .head-title::before {
  content: "";
  background: var(--bg-img-setting);
  width: calc(291vw / 7.5);
  height: calc(135vw / 7.5);
  margin-right: calc(20vw / 7.5);;
  display: inline-block;
}
#active.head-title::before {
  background-image: url("../img/icon_ttl_activity.png")
}
#food.head-title::before {
  background-image: url("../img/icon_ttl_food.png")
}
#stay.head-title::before {
  background-image: url("../img/icon_ttl_stay.png")
}
.content_box{
  width: var(--content-width);
  margin: auto
}
.content_inbox {
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(20vw / 7.5);
}
.content_inbox+.content_inbox{
  margin-top: calc(50vw / 7.5);
}
.left-size,
.right-size,
.full-size{
  width: 100%;
}
.content__img{
  order: 1;
}
.content__item {
  order: 2;
}
.content__title {
  font-size: calc(40vw / 7.5);
  font-weight: 700;
  color: var(--content-color-pink);
  line-height: 1.4;
  margin-bottom: calc(10vw / 7.5);
}
.content__txt{
}
.content__txt span {
  color: var(--content-color-pink);
}
.content__txt>a {
  color: var(--content-color-blue);;
  text-decoration: underline
}
.content__txt>a:hover {
  text-decoration: none;
}
.content__list {
  margin: calc(20vw / 7.5) auto;
}
.content__list>li {
  background: var(--content-color-t_orange);
  border-radius: calc(20vw / 7.5);
  padding: calc(10vw / 7.5) calc(20vw / 7.5);
}
.content__list>li+li {
  margin-top: calc(20vw / 7.5);
}
.list__title {
  font-size: calc(30vw / 7.5);
  font-weight: 700;
  color: var(--content-color-pink);;
}
.note-txt {
  display: block;
  font-size: calc(22vw / 7.5);
  font-weight: normal;
  padding-left: 1.0em;
  text-indent: -1.0em
}

/* アクセス */
.content__wrapper.access {
  background: url("../img/bg_access.jpg") repeat;
}
.access-data {
  margin: calc(30vw / 7.5) auto 0;
}
.access-data .access-area {
  font-size: calc(30vw / 7.5);
}
.access-data .access-time {
  font-size: calc(40vw / 7.5);
  font-weight: 700;
  color: var(--content-color-pink);
}
.access-data .access-time .vehicle {
  color: #333;
}
.access-data .access-time small {
  font-weight: 400;
  font-size: calc(24vw / 7.5);
  color: #333;
}

/* ツアー */
.content__wrapper.tour {
  background: url("../img/bg_tour.jpg") repeat;
}
.head-title#tour{
  margin-bottom: calc(16vw / 7.5);
  font-size: calc(40vw / 7.5);
}
.product__content {
  display: none;
}
.link__button{
  width: 90vw;
  margin: calc(24vw / 7.5) auto 0;
}
.link__button>a{
  display: block;
  background: var(--content-color-pink);
  padding: calc(16vw / 7.5);
  font-size: calc(26vw / 7.5);
  font-weight: bold;
  color: #FFF;
  text-align: center;
  position: relative
}
.link__button>a::after{
  content: "";
  background: var(--bg-img-setting) var(--content-arrow-right);
  width: calc(48vw / 7.5);
  height: calc(48vw / 7.5);
  position: absolute;
  top: 0;
  right: calc(8vw / 7.5);
  bottom: 0;
  margin: auto;
}

/* clubmedについて */
.content__wrapper.about {
  background-color: var(--content-color-blue);
}
.head-title#about {
  text-align: center;
  position: relative;
  padding-top: 40px;
}
.head-title#about::before {
  content: "";
  background: url("../img/logo_cm_w.png") var(--bg-img-setting);
  width: calc(368vw / 7.5);
  height: calc(68vw / 7.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.head-title#about>span {
  font-size: calc(54vw / 7.5);
  font-weight: 700;
  color: #FFF;
  display: inline-block;
}
.head-title#about>span::before,
.head-title#about>span::after {
  content: "“";
  display: inline-block;
  color: var(--content-color-pink);
}
.head-title#about>span::after{
  transform: scaleX(-1)
}
.about .content__img{
  order: 2;
}
.about .content__item {
  order: 1;
}
.about .content__title{
  font-size: calc(34vw / 7.5);
  font-weight: 700;
  color: #FFF;
  margin-bottom: 0;
}
.about .content__title>span{
  display: block;
  width: 7.0em;
  background: var(--content-color-pink);;
  font-size: calc(30vw / 7.5);
  font-weight: 700;
  color: #FFF;
  position: relative;
  line-height: calc(80vw / 7.5);
  padding: 0 calc(20vw / 7.5);
  margin-bottom: calc(10vw / 7.5);
}
.about .content__title>span::after {
  content: "";
  position: absolute;
  border: calc(40vw / 7.5) solid transparent;
  border-right: calc(30vw / 7.5) solid var(--content-color-blue);
  top: 0;
  bottom: 0;
  right: 0;
}
.about .content__txt {
  color: #FFF;
}
.about .content__txt>span{
  color: #FFF;
} 
.item__include{
  background: #FFF;
  padding: calc(20vw / 7.5);
  margin: calc(30vw / 7.5) auto calc(50vw / 7.5);
}
.include_title {
  font-size: calc(34vw / 7.5);
  font-weight: 700;
  color: var(--content-color-pink);
  text-align: center;
  margin-bottom: calc(10vw / 7.5);
}
.include_list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10vw / 7.5);;
}
.include_list>li {
  width: calc((100% - (10vw / 7.5)) / 2);
  position: relative;
}
.include_txt {
  display: inline-block;
  height: calc(60vw / 7.5);
  background: var(--content-color-pink);
  font-size: calc(20vw / 7.5);
  color: #FFF;
  padding: calc(4vw / 7.5) calc(10vw / 7.5);
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.include_txt::after {
  content: "";
  border-width: calc(30vw / 7.5) calc(30vw / 7.5) calc(30vw / 7.5) 0;
  border-color: var(--content-color-pink) transparent;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(-29vw / 7.5);
}

/* 動画 */
.moviebox{
  margin-top: calc(40vw / 7.5)
}
#movie__wrapper{
  position: relative;
  text-align: center;
  height: 56.25vw;
  min-height: 100%;
  background: #000;
}
#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  font-size: calc(40vw / 7.5);
  font-family: var(--font-sans);
  font-weight: bold;
  color: #FFF;
}
#youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
#youtube-mask{
  position: absolute;
  z-index: 2;
  top:0;
  width:100%;
  height: 100%;
}