<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
	width: 100%;
}
body,figure,h1,h2,h3,h4,h5,h6,li,ol,p,ul,dl,dt,dd {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,p {
	font-weight: 400;
}
li,ol,ul {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
#page * {
	box-sizing: border-box;
}
#page {
	font-size: 20px;
	font-family: "Noto Sans CJK JP", Lato, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	overflow: hidden;
}
.serif {
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
}
#page img {
	width: 100%;
	vertical-align: top;
}
#page a {
	transition: all 0.3s;
	text-decoration: none;
}
#page a:hover {
	opacity: 0.7;
}
@media screen and (min-width: 768px) {
	a[href*="tel:"] {
	  pointer-events: none;
	  cursor: default;
	  text-decoration: none;
	}
  }
@media screen and (max-width: 767px) {
	#page {
		font-size: 18px;
	}
}
@media screen and (max-width: 479px) {
	#page {
		font-size: 16px;
	}
}

.arial {
	font-family: Arial;
}
.flex {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.inner_wrap {
	padding: 0 50px;
	margin: 0 auto;
	max-width: 1400px;
}
.block_title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 80px 0 40px;
}

.block_title {
	color: #fff;
	padding: 50px 0 30px;
}

.movie_wrap {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    border: #fff 2px solid;
    padding: 15px;
}
#movie {
    position: relative;
    width: 100%;
    padding-top: calc(9 / 16 * 100%);
    margin: 0 auto;
    overflow: hidden;
}
.tvo-video {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

@media screen and (max-width: 479px) {
	.inner_wrap {
		padding: 0 20px;
	}
	.block_title {
		font-size: 24px;
		padding: 30px 0 20px;
	}	
}

#page-top {
    position: fixed;
    font-size: 77%;
    z-index: 500;
}
@media screen and (min-width: 768px) {
    #page-top {
        bottom: 20px;
        right: 20px;
    }
}
@media screen and (max-width: 767px) {
    #page-top {
        bottom: 5px;
        right: 5px;
    }
    #page-top a img {
        width: 50px;
        height: auto;
    }
}

.brXS, .brS, .brM, .brL, .brXL { display: none; }
.brPC { display: none; }
@media (max-width: 479px) { .brXS { display: inline; } }
@media (max-width: 599px) { .brS { display: inline; } }
@media (max-width: 767px) { .brM { display: inline; } }
@media (max-width: 1024px) { .brL { display: inline; } }
@media (max-width: 1399px) { .brXL { display: inline; } }
@media (min-width: 1400px) { .brPC { display: inline; } }

/* =============================================================
      header
============================================*/
#header {
	position: relative;
}

/* ===== メイン画像　アニメーション ===== */
.header_anim {
	height: 700px;
	position: relative;
}
.header_anim li {
	opacity: 0;
	animation: header_anim 9s linear infinite 0s;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.header_anim li:nth-child(1) {
	background: url("../images/main_slide01.jpg") center center/cover no-repeat;
}
.header_anim li:nth-child(2) {
	background: url("../images/main_slide02.jpg") center top/cover no-repeat;
	animation-delay: 4.5s;
}

@keyframes header_anim {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes header_anim {
	0% {
		opacity: 0;
	}
	16.6666666667% {
		opacity: 1;
	}
	33.3333333333% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	.header_anim {
		height: 100vw;
	}
	.header_anim li:nth-child(1) {
		background: url("../images/main_slide01.jpg") center center/cover no-repeat;
	}	
	.header_anim li:nth-child(2) {
		background: url("../images/main_slide02.jpg") 75% top/cover no-repeat;
	}
}

/* =============================================================
      main コンテンツ
============================================*/

@media screen and (min-width: 768px) {
	.img_mob {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.img_pc {
		display: none;
	}
}

.ptn_red { 
	background: url("../images/ptn_bgRED.jpg") left top repeat;
}
.ptn_blue { 
	background: url("../images/ptn_bgBLUE.jpg") left top repeat;
}
.ptn_blk { 
	background: url("../images/ptn_bgBLK.jpg") left top repeat;
}
.block_title span {
	color: #fffa63;
	margin: 0 10px;
}
main {
	position: relative;
    z-index: 100;
}
.logo_wrap {
	font-size: 0em;
    max-width: 1560px;
	margin: 0 auto;
	padding: 0 40px;
}

#date_wrap {
	border-top: solid 3px #000;
}
.date_sub {
	font-size: 30px;
	color: #fffa63;
	font-weight: bold;
	text-align: center;
    padding: 30px 0 0;
}
.date {
	font-size: 56px;
	color: #fffa63;
	font-weight: bold;
	text-align: center;
	padding: 0 0 30px;
	margin: 0 auto;
	line-height: 1.2;
	max-width: 1400px;
	text-shadow: 0 0 4px #b22a00, 0 0 4px #b22a00, 0 0 4px #b22a00, 0 0 4px #b22a00, 0 0 4px #b22a00, 3px 4px 2px #000, 3px 4px 2px #000, 3px 4px 2px #000, 3px 4px 2px #000, 3px 4px 2px #000;
}
.date span {
	font-size: 1.5em;
	margin-left: 0.6vw;
}
@media screen and (min-width: 768px) {
	.logo {
		margin: -567px auto 0;
		background: url("../images/main_logo.png") center bottom/contain no-repeat;
		padding-bottom: calc(592 / 1566 * 100%);
	}
}
@media screen and (max-width: 1399px) {
	.date_sub {
		padding: 30px 0 10px;
	}
}
@media screen and (max-width: 767px) {
	.logo {
		margin: -95vw auto 5vw;
		background: url("../images/main_logo_mob.png") center center/contain no-repeat;
		padding-bottom: calc(595 / 649 * 100%);
	}
	.date {
		font-size: 38px;
	}
}
@media screen and (max-width: 599px) {
	.date_sub {
		font-size: 24px;
	}
	.date {
		font-size: 30px;
	}
}

/* =============================================================
      present_wrap プレゼント
============================================*/
.present_wrap {
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 80px 50px;
	letter-spacing: 1px;
}
.present_wrap .inner_wrap {
	max-width: 1200px;
	padding-top: 60px;
	padding-bottom: 60px;
	border: solid 5px #fffa63;
}
.preJTB .pre_title {
	max-width: 850px;
	margin: 0 auto;
	font-size: 0em;
}
.preJTB .pre_title span {
	background: url("../images/preJTB_title.png") center top no-repeat;
	background-size: contain;
	padding-bottom: calc(190 / 894 * 100%);
	display: block;
}
.pre_winner {
	color: #fffa63;
	font-size: 36px;
	line-height: 1.2;
	margin: 10px auto 20px;
}
.pre_winner span {
	font-size: 1.4em;
}
.pre_winner span.num {
	font-size: 2em;
}
.pre_detail {
	font-size: 38px;
	padding: 8px 16px;
	margin: 30px auto 0;
	background-color: #ff0078;
	display: inline-block;
}
.pre_deadline {
	font-size: 28px;
	margin-top: 30px;
}

#present_before .preJTB .note_text {
	color: #fffa63;
	max-width: 600px;
    margin: 0 auto 25px;
	font-weight: normal;
    align-items: center;
    line-height: 1;
	transform: rotate(-6deg);
}
#present_before .preJTB .note_text .arial {
    font-size: 1.5em;
    margin: 0 10px;
}
#present_before .preJTB .pre_other span {
	font-size: 1.4em;
}

.preJTB .pre_btn a {
	color: #fff;
	font-size: 50px;
	background-color: #ff2d00;
	padding: 20px 30px;
    margin: 30px auto 0;
	line-height: 1.2;
	border-radius: 10px;
	display: inline-block;
}
.preJTB .pre_btn span.note {
    font-weight: normal;
    font-size: 16px;
    margin-top: 10px;
	display: block;
}
.pre_btn span.btn_close {
	color: #01147a;
	font-size: 30px;
	background-color: #8b8b8b;
	padding: 20px 30px;
    margin: 30px auto 0;
	line-height: 1.2;
	border-radius: 10px;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.preJTB .pre_title {
		max-width: 450px;
	}
	.preJTB .pre_title span {
		background: url("../images/preJTB_title_mob.png") center top no-repeat;
		background-size: contain;
		padding-bottom: calc(242 / 600 * 100%);
	}
	.pre_winner {
		font-size: 24px;
	}
	.pre_detail {
		font-size: 20px;
	}
	.preJTB .pre_btn a,
	.pre_btn span.btn_close {
		font-size: 22px;
		padding: 15px 20px;
		margin: 20px auto 0;
	}
	.pre_deadline {
		font-size: 20px;
	}
}
@media screen and (max-width: 479px) {
	.present_wrap {
		padding: 40px 20px;
	}
	.present_wrap .inner_wrap {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

#present_open .inner_wrap:not(:first-child) {
	margin-top: 60px;
}
.pre67 .pre_title {
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 50px;
	padding: 20px;
	background-color: rgb(37 37 37 / 50%);
    box-shadow: 0 0 15px #fffa63;
}
.pre67 .pre_title span {
	color: #fffa63;
}
.pre67 .pre_wrap {
	justify-content: space-between;
	align-items: center;
}
.pre67 .pre_image {
	flex: 0 0 38%;
}
.pre67 .pre_image img {
	max-width: 380px;
}
.pre67 .pre_read {
	flex: 0 0 58%;
}
.pre67 .pre_winner {
	font-size: 28px;
}
.pre67 .pre_read .note_text {
	max-width: 500px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
	margin: 10px auto 0;
}
.pre67 .pre_btn {
	display: inline-block;
}
.pre67 .pre_btn a {
	font-size: 38px;
	color: #01147a;
	padding: 20px 30px;
    margin: 50px auto 0;
	border-radius: 10px;
	background-color: #fff;
	justify-content: center;
	align-items: center;
}
.pre67 .pre_btn a .icon_mob {
	width: 30px !important;
	margin-right: 10px;
}
.pre67_02 {
	margin-top: 60px;
}
.pre67 .pre_note {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	padding: 60px 0 0;
}
.pre67 .pre_note ul {
	padding-left: 1em;
}
.pre67 .pre_note li {
	list-style: disc;
}
.pre67 .pre_note li:not(:last-child) {
	margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
	.pre67 .pre_image,
	.pre67 .pre_read {
		flex: 0 0 100%;
	}
}
@media screen and (max-width: 767px) {
	.pre67 .pre_title,
	.pre67 .pre_winner {
		font-size: 22px;
	}
	.pre67 .pre_btn a {
		font-size: 22px;
	}
	.pre67 .pre_btn a .icon_mob {
		width: 20px !important;
	}
}
@media screen and (max-width: 479px) {
	#present_open .inner_wrap:not(:first-child) {
		margin-top: 30px;
	}
	.pre67 .pre_note {
		font-size: 16px;
	}
}

/* =============================================================
      overview 概要
============================================*/
#overview {
	background-color: #0b0b0b;
	padding: 30px 0 80px;
}
.movie_wrap {
	margin-top: 60px;
}

#overview .block_read {
	color: #fff;
	text-align: center;
	line-height: 1.8;
}
#overview .block_read span {
	color: #fffa63;
}
.bnr_tver {
	margin: 60px auto 0;
	max-width: 940px;
}
@media screen and (max-width: 479px) {
	#overview {
		padding: 0 0 40px;
	}
	.movie_wrap {
		margin-top: 30px;
	}
	.bnr_tver {
		margin: 30px auto 0;
	}
}

/* =============================================================
      article01 記事01
============================================*/
#article01 {
	padding: 80px 0;
}
#article01 .article_head {
	max-width: 320px;
	margin: 0 auto;
	position: relative;
    z-index: 100;
}
.article_mainIMG {
    margin: -75px auto 0;
	padding: 0 50px;
	position: relative;
    z-index: 50;
}
.article_wrap {
	border: solid 5px #fffa63;
    padding: 200px 50px 0;
    margin-top: -150px;
}
.article_inner {
	margin: 0 auto;
	max-width: 1000px;
}
.article_title {
	color: #fffa63;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
.article_title span {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	display: block;
	margin-top: 10px;
}
.article_subIMG {
	justify-content: space-between;
}
.article_subIMG .img_wrap {
	flex: 0 0 49%;
	margin: 40px 0;
}
.article_subIMG .img_wrap img {
	padding: 12px;
	border: solid 2px #fffa63;
}
.article_read {
	color: #fff;
	line-height: 1.6;
}
.article_read p:not(:last-child) {
	margin: 0 auto 20px;
}
.article_btmIMG {
	justify-content: space-between;
	margin: 60px auto 30px;
}
.article_btmIMG .img_wrap {
	flex: 0 0 32.333%;
	margin: 0 0 30px;
}
.ura_open_pr {
	color: #fffa63;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
	#article01 .article_head {
		width: 40vw;
	}
	.article_mainIMG {
		margin: -8vw auto 0;
	}
	.article_wrap {
		margin-top: -20vw;
		padding: 30% 30px 0;
	}
	.article_title {
		font-size: 28px;
	}
	.article_subIMG {
		justify-content: center;
	}
	.article_subIMG .img_wrap {
		flex: 0 0 80%;
		margin: 30px 0 0;
	}
	.article_subIMG .img_wrap:last-child {
		margin-bottom: 30px;
	}
	.article_btmIMG {
		justify-content: center;
	}
	.article_btmIMG .img_wrap {
		flex: 0 0 100%;
	}
	.ura_open_pr {
		font-size: 26px;
	}
}
@media screen and (max-width: 479px) {
	#article01 {
		padding: 40px 0;
	}
	.article_mainIMG {
		padding: 0 20px;
	}
	.article_wrap {
		padding: 30% 20px 0;
	}
	.article_subIMG .img_wrap img {
		padding: 6px;
	}
	.article_btmIMG {
		margin: 30px auto 0;
	}
	.ura_open_pr {
		font-size: 22px;
		padding: 0 0 30px;
	}
}

/* ========================= ウラスポット用css ===== */
.ura_article {
	position: relative;
	margin: 80px 10px;
}
.ura_article:last-child {
	margin-bottom: 0;
}
.box_img {
	width: 20px !important;
	position: absolute;
}
.box_img.square01 {
	top: -10px;
	left: -10px;
}
.box_img.square02 {
	top: -10px;
	right: -10px;
}
.box_img.square03 {
	bottom: -10px;
	left: -10px;
}
.box_img.square04 {
	bottom: -10px;
	right: -10px;
}
.ura_article_wrap {
	padding: 50px 0;
	justify-content: space-between;
	align-items: center;
}
.ura_article_wrap .ura_read {
	flex: 0 0 46%;
}
.ura_article_wrap .ura_image {
	flex: 0 0 50%;
}
.ura_title {
	max-width: 496px;
    margin: 0 auto;
}
.ura_read_spot {
	color: #fff;
}
.ura_spot_title {
	color: #001479;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding: 8px 20px;
	margin: -12px auto 40px;
	background-color: #fff;
	border-radius: 50px;
}
.ura_spot_name {
	color: #fffa63;
	font-size: 38px;
	font-weight: bold;
	margin: 0 auto 15px;
	line-height: 1.2;
}
.ura_spot_name span {
	font-size: 0.6em;
	display: inline-block;
}
.ura_spot_info {
	line-height: 1.6;
}
.ura_spot_info_head {
	font-weight: bold;
	margin-bottom: 8px;
}
.ura_spot_info dl {
	overflow: hidden;
	border-top: dotted 1px #fff;
	padding-top: 8px;
}
.ura_spot_info dt,
.ura_spot_info dd {
	float: left;
}
.ura_spot_info dt {
	width: 3.5em;
	clear: both;
}
.ura_spot_info dd {
	width: calc(100% - 4em);
	line-height: 1.4;
}
.ura_spot_info dd:not(:last-child) {
	margin-bottom: 10px;
}
.ura_powerspot .ura_spot_info dt {
	width: 5.5em;
}
.ura_powerspot .ura_spot_info dd {
	width: calc(100% - 6.5em);
}
.ura_onsen .ura_spot_info dt {
	width: 4.5em;
}
.ura_onsen .ura_spot_info dd {
	width: calc(100% - 5em);
}
.ura_spot_info dd li {
	text-indent: -1em;
	padding-left: 1em;
}
.ura_spot_info dd li:not(:last-child) {
	margin-bottom: 10px;
}
.ura_spot_info a {
	color: #fff;
}
@media screen and (min-width: 768px) {
	.ura_article:nth-of-type(2n + 1) .ura_article_wrap {
		flex-direction: row-reverse;
	}
}
@media screen and (max-width: 991px) {
	.ura_article .inner_wrap {
		padding: 0 30px;
	}
	.ura_article_wrap .ura_read,
	.ura_article_wrap .ura_image {
		flex: 0 0 100%;
	}
	.ura_article_wrap .ura_read {
		margin-bottom: 30px;
	}
	.ura_spot_name {
		font-size: 30px;
	}
	.ura_spot_info dd {
		font-size: 18px;
	}
}
@media screen and (max-width: 479px) {
	.ura_article {
		margin: 50px 0;
	}
	.ura_article .inner_wrap {
		padding: 0 20px;
	}
	.ura_article_wrap {
		padding: 30px 0;
	}
	.ura_spot_title,
	.ura_spot_name {
		font-size: 20px;
	}
	.ura_spot_name span {
		font-size: 16px;
	}
	.ura_spot_info dd {
		font-size: 16px;
	}
}
/* ========================= ウラスポット用css
 // END ===== */


 /* =============================================================
      btm_pr ボトムPR
============================================*/
#btm_pr {
	padding: 50px 0;
}
 #btm_pr .img_wrap {
	margin: 0 auto;
	width: 90%;
	max-width: 500px;
 }
 #btm_pr .date_sub {
	color: #fff;
 }
 #btm_pr .date {
	font-size: 44px;
	padding: 0 20px 10px;
 }
 #btm_pr .pr_text {
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 1;
 }
 @media screen and (max-width: 767px) {
	#btm_pr .date {
		font-size: 26px;
	}
	#btm_pr .pr_text {
		font-size: 22px;
	}
 }


.cont_close {
	position: relative;
}
.cont_close::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    opacity: 0.5;
}










</pre></body></html>