@charset "utf-8";
/* CSS Document */

/* Base */
html {
	overflow-x: hidden;
}
.t-mode-rwd .l-content-main {
	padding: 0 !important;
}
.m-img-hdg__body {
	display: none;
}
#sec02 {
	padding-top: 30px;
}
.article-inner[role="toolbar"] {
}
.article-inner > *:first-child {
	margin-top: 0;
}
.article-inner > *:last-child {
	margin-bottom: 0;
}
.mod-hide {
	display: none;
}
.sp-form {
	display: none;
}
.mod-hide + .sp-form {
	display: block;
}
.sp-only {
	display: none;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	.t-mode-rwd .l-content-body[data-type="full"] .l-content-main {
		padding: 0 !important;
	}
  .l-footer {
    margin-top: -1px;
  }
}

@media screen and (min-width: 768px) {
	.l-content-related[data-type="full"] {
		max-width: 1000px;
		float: none;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 80px 15px 100px;
	}
}

@media screen and (max-width: 767px) {
	html[lang="ja"] .m-header-logo {
		margin-left: 0 !important;
		left: 12px !important;
	}	
	.l-content-body[data-type="full"] {
		margin: 0;
	}
	.l-content-related[data-type="recommende"] {
		margin: 0;
	}
  .article-inner {
    padding: 25px 10px 30px;
  }
  .article-inner[role="toolbar"] {
    padding: 25px 10px 60px;
  }
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
}


/* Section Color */
#sec01 {
}
#sec02 {
	background-color: #FFF;
	color: #333;
}
#sec03, #sec05 {
	background-color: #000;
}


/* Promotion Area */
#sec06 {
	margin-top: 50px;
}

.hdg-promo {
  margin: 0;
  padding: 0;
}
.hdg-promo img {
  width: 100%;
}

/* Main Visual */
#hdg-main {
	width: 100%;
	height: calc(100vh - 110px);
	margin: 0;
	padding: 0;
  position: relative;
  background: #000000 url("../img/hdg-main_bg_01.jpg") center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hdg-main-box {
	width: 35vw;
	height: 100%;
	background-color: #222;
	padding: 50px 25px 30px 25px;
	color: #fff;
	text-align: center;
	font-family: kozuka-mincho-pro, serif;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.hdg-main-box-logo {
	font-family: garamond-premier-pro-display, serif;
	font-style: normal;
	font-weight: 300;
	margin-bottom: 20px;  	
}
.hdg-main-box img {
	max-width: 70%;
	margin-bottom: 20px;
}
.hdg-main-box h1 {
	font-size: 4.6rem;
	letter-spacing: 0.8rem;
	margin-right: -0.8rem;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 20px;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}
.hdg-main-box-dots {
	border-width: 0 0 8px;
	border-style: solid;
	border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 100%, 60%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
	width: 216px;
}
.hdg-txt-sub {
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.3rem;
	margin-right: -0.3rem;
	line-height: 1.4em;
	margin-top: 20px;
	line-height: 2em;
}
.hdg-link {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.4);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 10px;
}
.hdg-link-list {
	display: flex;
	justify-content: space-around;
	max-width: 1000px;
	width: 100%;
	margin-left: -15px;
}
.hdg-link-list li {
	padding-left: 15px;
  max-width: 150px;
}
.hdg-scroll-arw {
  position: absolute;
  bottom: 25px;
  right: 25px;
  opacity: 0;
}
.hdg-scroll-arw img {
  max-height: 10vh;
}
.loaded .hdg-scroll-arw {
  -webkit-animation: bounceInDown 1s .5s 1, bounce 1s 4.5s 1, bounce 1s 8.5s 1, bounce 1s 12.5s 1, bounce 1s 16.5s 1, bounce 1s 20.5s 1;
  animation: bounceInDown 1s .5s 1, bounce 1s 4.5s 1, bounce 1s 8.5s 1, bounce 1s 12.5s 1, bounce 1s 16.5s 1, bounce 1s 20.5s 1;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  opacity: 1;
  transition-property: opacity;
  transition-delay: 1.5s;
}
.loaded .hdg-scroll-arw:hover {
  animation-play-state: paused;
}

@media screen and (min-width: 1366px) {
  #hdg-main {
	width: 100%;
	height: calc(100vh - 110px);
  background: #000000 url("../img/hdg-main_bg_02.jpg") center;
  background-size: cover;
}
  .hdg-main-box {
	width: 48vw;
	height: 100%;
	padding: 50px 25px 30px 25px;
  }
  .hdg-main-box-logo {
	font-size: 2rem;
	letter-spacing: 2rem;
	line-height: 1.2em; 
	margin-bottom: 10px;	
  }
  .hdg-main-box img {
	max-width: 55%;
	margin-bottom: 20px;
  }
  .hdg-main-box h1 {
	font-size: 7rem;
	letter-spacing: 2.5rem;
	margin-right: -2.5rem;
	line-height: 1.3em;
	font-weight: 500;
	margin-bottom: 20px;
  }
  .hdg-main-box-dots {
	border-width: 0 0 8px;
	border-style: solid;
	border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 100%, 60%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
	width: 300px;
  }
  .hdg-txt-sub {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 1rem;
	margin-right: -0.5rem;
	line-height: 1.2em;
	margin-top: 10px;
	line-height: 2em;
  }
}

@media screen and (min-width:1000px) and (max-width:1365px) {
  #hdg-main {
	width: 100%;
	height: calc(100vh - 110px);
  background: #000000 url("../img/hdg-main_bg_01.jpg") center;
  background-size: cover;
}
  .hdg-main-box {
	width: 48vw;
	height: 100%;
	padding: 50px 50px 30px 50px;
  }
  .hdg-main-box-logo {
	font-size: 2rem;
	letter-spacing: 2.5rem;
	line-height: 1em; 	
	margin-bottom: 10px;
  }
  .hdg-main-box img {
	max-width: 60%;
	margin-bottom: 20px;
  }
  .hdg-main-box h1 {
	font-size: 6.5rem;
	letter-spacing: 2.5rem;
	margin-right: -2.5rem;
	line-height: 1.3em;
	font-weight: 500;
	margin-bottom: 20px;
  }
  .hdg-main-box-dots {
	border-width: 0 0 8px;
	border-style: solid;
	border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 100%, 60%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
	width: 240px;
  }
  .hdg-txt-sub {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.5rem;
	margin-right: -0.5rem;
	line-height: 1.5em;
	margin-top: 10px;
	line-height: 2em;
  }

}

@media screen and (min-width:768px) and (max-width:999px) {
  #hdg-main {
	width: 100%;
	height: calc(100vh - 110px);
  background: #000000 url("../img/hdg-main_bg_01.jpg") center;
  background-size: cover;
}
  .hdg-main-box {
	width: 45vw;
	height: 100%;
	padding: 50px 50px 30px 50px;
  }
  .hdg-main-box-logo {
	font-size: 1.5rem;
	line-height: 1.4em; 	
  }
  .hdg-main-box img {
	max-width: 70%;
	margin-bottom: 20px;
  }
  .hdg-main-box h1 {
	font-size: 5rem;
	letter-spacing: 1.1rem;
	margin-right: -1.1rem;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 20px;
  }
  .hdg-main-box-dots {
	border-width: 0 0 8px;
	border-style: solid;
	border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 100%, 60%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
	width: 200px;
  }
  .hdg-txt-sub {
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.4rem;
	margin-right: -0.4rem;
	line-height: 1.5em;
	margin-top: 10px;
	line-height: 2em;
  }
}

@media screen and (min-width:376px) and (max-width:767px) {
  #hdg-main {
	width: 100%;
    height: calc(100vh - 59px);
  background: #000000 url("../img/hdg-main_bg_03.jpg") center;
  background-size: cover;
}
  .hdg-main-box {
	width: 100%;
	height: 40vh;
	padding: 20px 25px 30px 25px;
  }
  .hdg-main-box-logo {
	font-size: 2rem;
	letter-spacing: 1rem;
	line-height: 1em; 	
  }
  .hdg-main-box img {
	max-width: 55%;
	margin-bottom: 20px;
  }
  .hdg-main-box h1 {
	font-size: 4rem;
	letter-spacing: 2rem;
	margin-right: -2rem;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 10px;
  }
  .hdg-main-box h1 span {
	letter-spacing: 1rem;
  }
  .hdg-main-box-dots {
	border-width: 0 0 6px;
	border-style: solid;
	border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 100%, 60%, 1.0)" cx="1" cy="0.5" r="0.3"/></svg>') 0 0 100% repeat;
	width: 180px;
  }
  .hdg-txt-sub {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.5rem;
	margin-right: -0.5rem;
	line-height: 1.8em;
	margin-top: 10px;
  }
  .hdg-link {
    padding: 15px;
  }
  .hdg-link-list {
    justify-content: space-between;
  }
  .hdg-scroll-arw {
    bottom: 15px;
    right: 10px;
  }
}

@media screen and (max-width: 375px) {
  #hdg-main {
	width: 100%;
    height: calc(100vh - 59px);
  background: #000000 url("../img/hdg-main_bg_03.jpg") center;
  background-size: cover;
}
  .hdg-main-box {
	width: 100%;
	height: 35vh;
	padding: 20px 25px 30px 25px;
  }
  .hdg-main-box-logo {
	font-size: 1.1rem;
	letter-spacing: 0.8rem;
	margin: 10px auto;
  }
  .hdg-main-box img {
	max-width: 55%;
	margin-bottom: 10px;
  }
  .hdg-main-box h1 {
	font-size: 2.5rem;
	letter-spacing: 2rem;
	margin-right: -2rem;
	line-height: 1.3em;
	font-weight: 500;
	margin-bottom: 5px;
  }
  .hdg-main-box h1 span {
	letter-spacing: 1rem;
  }
  .hdg-main-box-dots {
	border-width: 0 0 6px;
	border-style: solid;
	border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 100%, 60%, 1.0)" cx="1" cy="0.5" r="0.3"/></svg>') 0 0 100% repeat;
	width: 140px;
  }
  .hdg-txt-sub {
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 0.5rem;
	margin-right: -0.5rem;
	line-height: 1.8em;
	margin-top: 5px;
  }
  .hdg-link {
    padding: 15px;
  }
  .hdg-link-list {
    justify-content: space-between;
  }
  .hdg-scroll-arw {
    bottom: 15px;
    right: 10px;
  }
}

/* Hedding Lv2 */
.hdg-sec-lv2 {
	margin: 25px 0 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hdg-sec-lv2 > h2 {
  font-size: 2.8rem;
  font-weight: 400;
	padding: 13px 0;
}
.hdg-sec-lv2[data-type="wh"] > h2 {
	color: #fff;
}
.hdg-sec-lv2::before, .hdg-sec-lv2::after {
  content: '';
  display: block;
  width: 240px;
  height: 1px;
  background: #ccc;
}
.hdg-sec-lv2 + * {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .hdg-sec-lv2 {
    margin: 20px 0 40px;
  }
	.hdg-sec-lv2 > h2 {
		font-size: 2.4rem;
		padding: 11px 0;
	}
}


/* Hedding Lv3 */
.hdg-sec-lv3 {
	margin: 50px 0 20px;
  border-bottom: 1px solid #666;
}
.hdg-sec-lv3 > h3 {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 5px;
}
.hdg-sec-lv3[data-type="wh"] > h3 {
	color: #f2f2f2;
}

@media screen and (max-width: 767px) {
  .hdg-sec-lv3 {
    margin: 40px 0 15px;
  }
	.hdg-sec-lv3 > h3 {
		font-size: 1.8rem;
	}
}

@media screen and (max-height:650px) {
  .hdg-main-box h1 {
	font-size: 3rem;
	letter-spacing: 1.5rem;
	margin-right: -1.5rem;
	line-height: 1.2em;
	font-weight: 500;
	margin-bottom: 10px;
  }
}

/* Section 01 */
#sec01 {
}
#sec01 a {
  color: #ccc;
}
#sec01 .sec01-lead {
	text-align: center;
	font-size: 3rem;
	font-family: kozuka-mincho-pro, serif;
	font-style: normal;
	font-weight: 300;
}
#sec01 .sec01-com {
	margin: 30px 0 40px;
	text-align: center;
}
.m-list-topics__date {
  color: #d1d1d1;
}
#sec01 .hdg-sec-lv3 {
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
#sec01 .sec01-lead {
	font-size: 2rem;
}
}

@media screen and (min-width: 1025px) {
  .dp-point-list-content {
    padding: 30px 25px;
  }
  .point-img {
    margin: 0 auto 30px;
  }
}

@media screen and (min-width: 768px) {
  .dp-point-list > li:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .dp-point-list {
    flex-direction: column;
    margin-left: 0;
  }
  .dp-point-list > li {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .dp-point-list-content {
    padding: 15px;
  }
  .point-hdg h3 {
    font-size: 1.4rem;
  }
}


/* Flight Routes */
.routes_img {
  margin-top: 30px;
	border: 2px solid #ccc;
}
.routes_img img {
  width: 100%;
  margin: 0;
}

/* Feature Tourism */
.m-list-bnr {
  display: flex;
  flex-wrap: wrap;
}

/* Only Large Screen */
@media screen and (min-width: 1366px) {
}

/* Only PC (Larger than iPad pro) */
@media screen and (min-width: 1025px) {
}

/* Only iPad and iPad pro */
@media screen and (max-width: 1024px) and (min-width: 768px) {
}

/* Only PC View */
@media screen and (min-width: 768px) {
}

/* Only SP View */
@media screen and (max-width: 767px) {
}

/* Loading */
#loading-bg {
	width: 100vw;
	height: 100vh;
	position: fixed;
	display: flex;
  flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 500;
	background-color: #000;
	opacity: 1;
	top: 0;
	left: 0;
}
#loading-bg.loaded, #loading-bg.loaded .spinner, #loading-bg.loaded .loading-txt {
	display: none;
	opacity: 0;
}
.spinner {
  margin: 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ccc;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 
	40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.loading-txt {
  color: #cccccc;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 1.8rem;
  margin-top: 25px;
}
.l-footer-inner {
	padding-bottom: 30px;
}

#sec06 th {
	color: #000;
}