@charset "UTF-8";

/*************
FMT
*************/
.info_wrap,
.footer_container {
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	font-weight: 400;
}
img {
	display: block;
	width: 100%;
}
.content_wrap {
	-webkit-font-smoothing: antialiased;
	font-family: "Zen Maru Gothic",'Noto Sans JP', serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	color: var(--text-color);
	margin-top: 66px;
	background-color: var(--bg-color);
	width: 100%;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
a:hover img {opacity: 1;}

figure {
	margin: 0 auto;
    width: 100%;
    max-width: 500px;
}
figcaption .caption {
	margin-left: auto;
    margin-right: 0;
    width: fit-content;
	font-size: 12px;
}
@media(min-width:751px){
	.content_wrap {
		margin-top: 90px;
		font-size: 21px;
	}
}
:root {
	--text-color: #208D61;
	--primary-color: #2ebcad;
	--bg-color: #F3F2E1;
	--red-color: #EE0000;
	--accent-color: #FFD11A;
	--transition: cubic-bezier(0,1,.7,1);
}
/*アキ*/
.mgt48 {margin-top: 48px !important;}
.mgt32 {margin-top: 32px !important;}
.mgt24 {margin-top: 24px !important;}
.mgt16 {margin-top: 16px !important;}
.mgt8 {margin-top: 8px !important;}
.mgt4 {margin-top: 4px !important;}
.mgt0 {margin-top: 0 !important;}

.block {margin-top: 32px;}
.list {margin-top: 16px;}

/*テキストサイズ*/
.note {
	font-size: 12px;
	font-weight: 400;
}
.smallest {font-size: 12px;}
.larger {font-size: 1.5em;}
.smaller {font-size: 0.75em;}

/* テキスト揃え */
.center {text-align: center;}
.auto_center {
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}
.right {text-align: right;}
.left {text-align: left;}
.ib {display: inline-block;}

/* テキストカラー */
.fcPrimary {color: var(--primary-color);}
.fcRed {color: var(--red-color);}
.fcWhite {color: #FFF}
.fcYellow {color: #FF0;}
.fcDarkGR {color: #016A3F;}

/* テキスト汎用 */
.bold {
	font-weight: 900;
}
.text_link_YE{
	color: #FFD11A;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}
.text_link_OR{
	color: #FF8100;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}
.marker {
	background: linear-gradient(transparent 50%, var(--accent-color) 50%);
}
.relative_wrap {position: relative;}

@font-face {
	font-family: 'Phenomena';
	src: url(../css/font/Phenomena-Black.otf);
}
.Phenomena {
	font-family: 'Phenomena';

}

/* 箇条書き */
ul.text_list li,
p.text_list {
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
}
ul.text_list li + li{
	margin-top: 2px;
}
ul.text_list.annotation li {
	font-size: 14px;
}
@media(min-width:751px){
	.red_box {
		font-size: 22px;
	}
	.pc_center {text-align: center;}

}

/* アニメーション */
/* js-fadeUp */
.js-fadeUp {
	transform: translateY(10px);
	opacity: 0;
	transition: all 1s;
}
.js-fadeUp.is-inview {
	transform: translateY(0);
	opacity: 1;
}


.js-animate [data-animate="clip"] {
	clip-path: inset(0% 100% 0% 0%);
	transition: 1.5s var(--transition);
}
.js-animate--active [data-animate="clip"] {
	clip-path: inset(0);
}

/*************
汎用
*************/
/* ボイストック枠 */
.VoiStock_btn {
	display: block;
	max-width: 400px;
	margin: 32px auto 16px;
}
.VoiStock_btn.comingSoon {
	pointer-events: none;
}
.qr_wrap {
	display: none;
}
@media(min-width:751px){
	.qr_wrap {
		padding: 16px;
		margin: 32px auto 16px;
		border: 2px solid #ff8101;
		display: flex;
		gap: 16px;
		border-radius: 16px;
		max-width: 480px;
		align-items: center;
	}
	.qr_text {
		flex: 1;
	}
	.qr_text_wrap {
		display: flex;
		align-items: center;
		gap: 8px;
	}
	.qr_text_hd {
		font-weight: bold;
		margin-bottom: 6px;
		font-size: 20px;
		color: #FFF;
		background-color: #ff8101;
		padding: 4px 12px;
		border-radius: 40px;
		text-align: center;
	}
	.qr_text p {
		text-align: left;
	}
	.qr_img {
		width: 100px;
		position: relative;
		padding: 4px;
		border: 2px solid #ff8101;
		border-radius: 8px;
		background-color: #FFF;
	}
	.qr_img .comingSoon {
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		color: #ff8101;
		font-size: 26px;
		line-height: 1.2;
		text-align: center;
	}
}
/* アコーディオン */
.acc_body {
	display: none;
}
.acc_btn {
	font-weight: bold;
    width: fit-content;
    margin: 32px auto 0;
    color: var(--text-color);
    position: relative;
    padding-right: 28px;
	cursor: pointer;
	transition: all 0.3s;
}
.acc_btn span {
	position: absolute;
	background-color: #FFF;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.acc_btn span::before,
.acc_btn span::after {
	content: "";
	background-color: #3F3F42;
	position: absolute;
	width: 12px;
	height: 2px;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	transition: transform 0.3s;
}
.acc_btn span::before {
	transform: translate(-50%,-50%) rotate(90deg);
}
.acc_btn.open span::before {
	transform: translate(-50%,-50%);
}
/* ご注意事項アコーディオン */
.caution_acc .acc_btn {
    padding: 4px 40px 6px 20px;
    border-radius: 30px;
    background-color: #3F3F42;
	color: #FFF;
	border: #FFF 1px solid;
}
.caution_acc .acc_btn span {
	right: 10px;
}
.caution_acc .acc_body {
    padding: 16px;
    border-radius: 8px;
    margin-top: 16px;
    background-color: #fff;
}
.caution_head {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 4px;
}
.text_list + .caution_head {
	margin-top: 8px;
}
@media(min-width:751px){
	.caution_acc .acc_body {
		padding: 20px;
		border-radius: 16px;
	}
}
/*************
mainVisual
*************/
@media(min-width:751px){
	#mainVisual h1 img {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 2;
    }
	#mainVisual {
        background-color: #208D61;
        padding: 48px 0px 132px;
        position: relative;
    }
	#mainVisual::after {
        content: '';
        position: absolute;
        background-image: url(../img/item01_pc.png);
        background-repeat: repeat-x;
        width: 100%;
        background-size: 68px;
        height: 83px;
        bottom: 0px;
    }
	#mainVisual::before {
        content: '';
        position: absolute;
        background-image: url(../img/bg_pattern.png);
        background-repeat: repeat;
        width: 100%;
        height: 100%;
        background-size: 80px;
        mix-blend-mode: multiply;
        top: 0;
        opacity: 0.15;
    }
	
}
/*************
intro
*************/
.Container {
	padding: 48px 4vw;
	text-align: center;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#intro .period__wrap{margin-top: 0;}
.period__heading {
    background-color: #F3F2E1;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    padding: 1px 10px;
}
.period__txt {
    border: #016A3F solid 1px;
    border-radius: 10px;
    padding: 10px 0;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
#intro .item {
    max-width: 114px;
    margin: 0 auto;
}
.lead_txt01 {
    text-align: left;
    line-height: 1.8;
    margin-bottom: 24px;
    padding: 0 24px;
}
.lead_txt02 {
    font-size: 20px;
    display: inline;
    line-height: 1.8;
}

#intro .ank__wrap .flex {
    display: flex;
    flex-direction: column;
    max-width: 480px;
    gap: 10px;
    margin: 0 auto;
}
#intro .btn__wrap {
    background-color: #fff;
    padding: 24px 40px;
    border-radius: 140px;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
#intro .btn__wrap .heading {
    font-size: 12px;
    margin-bottom: 6px;
}
#intro .lead__wrap {
    margin-bottom: 48px;
}
.lead_txt02::before,
.lead_txt02::after {
		content: '';
        position: absolute;
        background-image: url(../img/ill_star.svg);
		width: 40px;
    	height: 40px;
    	background-size: cover;
}
.lead_txt02::before {
    top: -20px;
    right: 0;
}
.lead_txt02::after {
    bottom: -40px;
    left: -70px;
}

#intro .btn__wrap::before,
#intro .btn__wrap::after {
	content: '';
        position: absolute;
		width: 40px;
    	height: 40px;
    	background-size: cover;
}
#intro .btn__wrap::before {
	background-image: url(../img/item_dot_BL.svg);
	top: 0;
    right: 0;
}
#intro .btn__wrap::after {
	background-image: url(../img/item_dot_Y.svg);
	bottom: 0;
    left: 0;
}

@media(min-width:751px){
	.Container {
		padding: 88px 4vw;
	}
	.lead_txt02 {
		font-size: 24px;
		line-height: 2;
	}
	.lead_txt02::before {
		right: -30px;
	}
	.lead_txt02::after {
		left: -120px;
	}
	#intro .ank__wrap .flex {
		flex-direction: row;
		max-width: 820px;
		gap: 16px;
		margin: 0 auto 80px;
	}
	#intro .btn__wrap .heading {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.btn_campaign {
		max-width: 360px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	#intro .btn__wrap::before, #intro .btn__wrap::after {
		width: 60px;
		height: 60px;
	}
}
/*************
voice
*************/
#voice .Container::before,
#novelty .Container::before {
		content: '';
        position: absolute;
    	background-size: cover;
		width: 100px;
    	height: 160px;
    	background-size: cover;
}
#voice .Container::before {
	background-image: url(../img/chara01.png);
	top: -50px;
    left: -16px;
}
#novelty .Container::before {
	background-image: url(../img/chara02.png);
	top: -56px;
    right: -10px;
}
#voice .Container::after,
#novelty .Container::after {
		content: '';
        position: absolute;
    	background-size: cover;
		width: 81px;
    	height: 70px;
    	background-size: cover;
		background-image: url(../img/ill_tree01.svg);
}
#voice .Container::after {
	top: 0;
    right: 10px;
}
#novelty .Container::after {
	top: 0;
	left: 10px;
}
#voice,#novelty {
	background-color: #208D61;
	position: relative;
}
.line__Top {
    background-repeat: repeat-x;
    width: 100%;
    position: absolute;
    top: 0px;
    background-size: 54px;
    height: 50px;
}
#voice .line__Top {
    background-image: url(../img/pattern_line_GR.png);
}
.heading_en {
	color: #FFD11A;
	font-size: 56px;
	letter-spacing: -1px;
}
.heading_jp {
    font-size: 28px;
    color: #fff;
    text-shadow: black;
    text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.25);
}
.h2__underLine {
    border: #fff solid 1px;
    margin-top: 16px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.h2__underLine::after,
.h2__underLine::before {
	content: '';
    position: absolute;
    background-size: cover;
	width: 57px;
}
.h2__underLine::after {
    background-image: url(../img/item_h2_L.png);
    bottom: -1px;
    left: -20px;
    height: 3px;
}
.h2__underLine::before {
    background-image: url(../img/item_h2_R.png);
    bottom: -1px;
    right: -20px;
    height: 88px;
}

#voice .lead__wrap p {
    color: #fff;
    text-align-last: left;
}
.voice_name {
    padding-left: 45px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.voice_name::before {
    content: '';
    position: absolute;
    background-size: cover;
    width: 45px;
    height: 42px;
    background-size: contain;
    background-image: url(../img/ill_tent.svg);
    background-repeat: no-repeat;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.content__inner {
    background-color: #fff;
    border: solid 1px #FFD11A;
    border-radius: 8px;
    padding: 24px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}
#voice .content__inner::before,
#voice .content__inner::after,
#novelty .content__inner::before,
#novelty .content__inner::after {
	content: '';
        position: absolute;
    	background-size: cover;
		width: 111px;
    	height: 62px;
    	background-size: cover;
		top: -10px;
		background-image: url(../img/ill_flag.svg);
}
#voice .content__inner::before,
#novelty .content__inner::before {
	left: -5px;
}
#voice .content__inner::after,
#novelty .content__inner::after {
	right: -5px;
	transform: scale(-1, 1);
}

@media(min-width:751px){
	.heading_en {
		font-size: 88px;
	}
	.heading_jp {
		font-size: 40px;
	}
	#voice .Container::before, #novelty .Container::before {
		width: 138px;
		height: 204px;
	}
	#voice .Container::after, #novelty .Container::after {
		width: 100px;
		height: 88px;
	}
	#voice .lead__wrap,
	#information .lead__wrap {
		max-width: 430px;
		margin-right: auto;
		margin-left: auto;
		padding: 24px 0;
	}
	.content__inner {
		padding: 24px 60px 40px;
		max-width: 520px;
	}
	#voice .content__inner::before, #voice .content__inner::after, #novelty .content__inner::before, #novelty .content__inner::after {
		width: 148px;
		height: 82px;
	}
	#voice .content__inner {
        margin-bottom: 24px;
    }
	.caution_acc .acc_btn {
		font-size: 16px;
	}
}
/*************
novelty
*************/
#novelty .line__Top {
    background-image: url(../img/pattern_line_Wh.png);
}
#novelty .sub_ttl {
    letter-spacing: -1px;
	margin-bottom: 8px;
}
#novelty  .ttl {
    display: inline;
    font-size: 22px;
}
#novelty .txt_s {font-size: 14px;}
#novelty .img_wrap {
	margin: 10px 0;
}
#novelty .howto__wrap .ttl,
#novelty .place__wrap .ttl {
    font-size: 18px;
    background-color: #208D61;
    display: block;
    color: #FFD11A;
    padding: 4px 0;
}
#novelty .howto__wrap .flex {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
}
#novelty .howto__number {
    font-size: 21px;
    border: solid 1px;
    border-radius: 50%;
    width: 60px;
    padding: 16px 0px;
    height: 28px;
}
#novelty .howto__wrap .txt_s {
    width: calc(100% - 60px);
    font-size: 14px;
    text-align: left;
}
#novelty hr {
    border-color: #ccc;
    margin: 20px 0;
}
.place__list__ttl {
    font-size: 22px;
}
.address__wrap {
    font-size: 16px;
    text-align: left;
}
.address {
    text-indent: -1em;
    padding-left: 1em;
}
.address_link {padding-left: 1em}
.time {
	font-size: 16px;
    text-align: left;
	text-indent: -1em;
    padding-left: 1em;
}


@media(min-width:751px){
	#novelty .img_wrap {
		margin: 24px auto 10px;
		max-width: 420px;
	}
}
/*************
information
*************/
#information .Container::before,
#information .Container::after {
		content: '';
        position: absolute;
    	background-size: contain;
		background-repeat: no-repeat;
		width: 30px;
    	height: 60px;
		background-image: url(../img/ill_tree02.svg);
		top: 24px;	
	}
#information .Container::before {
    left: 14px;
}
#information .Container::after {
    right: 14px;
}

#information {
	background-color:#40C9D6;
	position: relative;
	margin-top: 48px;
}
#information .line__Top {
    background-image: url(../img/pattern_line_BL.png);
}
#information .lead__wrap {
    color: #fff;
    text-align: left;
}
#information .item__wrap p {
    font-size: 32px;
    margin-bottom: 6px;
}
.btn__map {
    background-color: #FF8100;
    border-radius: 10px;
    display: block;
    color: #fff;
    padding: 14px 0;
    margin-bottom: 8px;
    padding-right: 20px;
}
.banner__warp {
    margin-top: 48px;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
}
.banner__warp ul {
	display: flex;
    flex-direction: column;
    gap: 20px;
}
#information .content__inner::before,
#information .content__inner::after {
		content: '';
        position: absolute;
    	background-size: contain;
		background-repeat: no-repeat;
		width: 76px;
    	height: 43px;
		top: 10px;	
}
#information .content__inner::before {
	background-image: url(../img/ill_grass01.svg);
	left: 20px;
}
#information .content__inner::after {
	background-image: url(../img/ill_grass02.svg);
	right: 20px;
}
#information .item__wrap .ttl::before {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    background-image: url(../img/ic_connpass.svg);
    left: 0;
}
#information .item__wrap {
	margin-top: 0;
}
#information .item__wrap .ttl {
    padding-left: 38px;
    display: inline-block;
}
#information .map_btn span::after {
    content: '';
    background-image: url(../img/ic_pdf.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
}

@media(min-width:751px){
	#information {
		margin-top: 100px;
	}
	#information .Container::before, #information .Container::after {
		width: 46px;
		height: 90px;
	}
	#information .item__wrap .ttl {
		padding-left: 56px;
	}
	#information .item__wrap .ttl::before {
		width: 54px;
		height: 54px;
	}
	#information .item__wrap p {
		font-size: 48px;
	}
	#information .content__inner::before, #information .content__inner::after {
		width: 100px;
		height: 60px;
	}
	.banner__warp ul {
		display: flex;
		flex-direction: row;
		gap: 20px;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	#information .banner__warp li {
		width: 47%;
	}
	.banner__warp {
		margin-top: 88px;
		max-width: 520px;
	}
}
/*************
〇〇〇〇
*************/
@media(min-width:751px){
}
/*************
終了処理
*************/

.red_box {
	font-weight: bold;
	border: 2px solid var(--red-color);
	color: var(--red-color);
	font-size: 18px;
	text-align: center;
	padding: 8px;
	margin: 16px auto 0;
	max-width: 800px;
	width: calc(100% - 40px);
	background-color: #FFF;
}
.VoiStock_btn.sign-off-btn {
	pointer-events: none;
	position: relative;
}
.sign-off {
    background-color: rgba(255, 255, 255, 0.8);
    color: #EE0000;
    border: #EE0000 2px solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 16px 0;
}
@media(min-width:751px){

	/* 終了処理 QR枠用 */
	.sign-off-pc {
        background-color: rgba(255, 255, 255, 0.9);
        color: #EE0000;
        border: #EE0000 2px solid;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
        height: 85%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
    }
}








/*************
footer
*************/
/*その他の推し旅プラン*/
.info_wrap {
	margin: 0 auto;
	padding: 8px 40px 20px;
	position: relative;
	background-color: #FFF;
}
.oshitabi_btn {
	display: block;
	border: 4px solid #000;
	background-color: #FFF;
	max-width: 740px;
	margin: 32px auto 0;
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	border-radius: 10px;
	position: relative;
	padding: 10px 30px 10px 5px;
	font-size: 18px;
	transition: all 0.3s;
}
.oshitabi_btn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	height: 12px;
	width: 12px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s;
}
.oshitabi_btn:hover {
	background-color: #208D61;
	color: #FFF;
	border: 4px solid #208D61;
}
.oshitabi_btn:hover::after {
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;

}
.credit {
	text-align: center;
	margin-top: 16px;
	font-size: 12px;
}

.footer_container {
	position: relative;
	z-index: 100;
	background-color: #FFF;
	padding-top: 1px;
}
@media(min-width:751px){
	.info_wrap {
		margin: 0 auto;
		padding: 8px 20px 100px;
	}
	.oshitabi_btn {
		padding: 15px;
		font-size: 20px;
	}
}





/*************
メディアクエリ
*************/
@media(min-width:751px){
	.sp {
		display: none;
	}
}
@media(max-width:750px){
	.pc {
		display: none;
	}

}
	
