@charset "UTF-8";
/*
Jashinchan
*/
.step-box {
	display: flex;
	border: 1px solid #000;
	margin-bottom: 10px;
	background-color: #f3f3f0;
}

.step-label {
	background-color: #3b5f50;
	color: #fff;
	font-weight: bold;
	padding: 20px;
/*	width: 100px;*/

	text-align: center;
}

.step-content {
	flex-grow: 1;
	padding: 20px;
	font-size: 16px;
}

/** Jashin 画像横並び **/
.image-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center; /* 中央寄せの指定 */
}
.image-row img {
  flex: 1 1 calc(20% - 10px);
  max-width: calc(20% - 10px);
  height: auto;
}

/** Jashin CV画像横並び **/
.image-row-cv {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center; /* 中央寄せの指定 */
}
.image-row-cv img {
 flex: 1 1 calc(40% - 10px);
  max-width: calc(40% - 10px);
  height: auto;
}

/** Jashin 画像横幅指定 **/
.jashin_container {
	width: 80%;
	max-width: 750px;
	margin: auto;
}
.jashin_container img {
  max-width: 600px;     /* 最大幅を指定 */
  width: 100%;          /* 小さい画面では縮小 */
  height: auto;         /* アスペクト比を維持 */
  display: block;       /* 中央寄せに必要 */
  margin: 0 auto;       /* 左右の margin を auto で中央寄せ */
}
.jashin_container_mini img {
  max-width: 600px;     /* 最大幅を指定 */
  width: 40%;          /* 小さい画面では縮小 */
  height: auto;         /* アスペクト比を維持 */
  display: block;       /* 中央寄せに必要 */
  margin: 0 auto;       /* 左右の margin を auto で中央寄せ */
}

/** Jashin バナー横並び **/
.banner-container {
	display: flex;
	gap: 20px;              /* バナー同士の間隔 */
	justify-content: center;/* 中央揃え（必要に応じて） */
	flex-wrap: wrap;        /* 画面幅が狭くなったら折り返す */
	padding: 20px;
}

.banner-container a {
	display: block;
	max-width: 300px;       /* バナー画像の最大幅 */
	flex: 1 1 300px;        /* 幅の自動調整・折り返し対応 */
	text-align: center;
}

.banner-container img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s;
}

.banner-container img:hover {
	transform: scale(1.05);
}
/** Jashin セクションヘッダイメージ **/
.section_header img {
	width: 70%;
	height: auto;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}

/**  **/
.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 {
	white-space: pre;
	display: block;
	width: 100%;
}
.content_wrap {
	-webkit-font-smoothing: antialiased;
	font-family: 'Noto Sans JP', serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: var(--text-color);
	margin-top: 66px;
	background-color: var(--bg-color);
	width: 100%;
	position: relative;
	z-index: 0;
}
a:hover img {opacity: 1;}

@media(min-width:751px){
	.content_wrap {
		margin-top: 90px;
	}
}
:root {
	--text-color: #3b5f50;
	--dark-gray: #978BB8;
	--light-gray: #EAE8F1;
	--primary-color: #77B471;
	--primary-light: #78c585;
	--primary-light2: #cbfcc7;
	--secondary-color: #FF7030;
	--secondary-light: #FF9464;
	--bg-color: #FFFFFF;
	--red-color: #EE0000;
	--accent-color: #FFF100;
}
/** マージン **/
.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;}
.mgt0 {margin-top: 0 !important;}

/** テキスト **/
.annotation {font-size: 14px;}
.smallest {font-size: 12px;}
.center {text-align: center;}
.auto_center {
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}
.right {text-align: right;}
.left {text-align: left;}
.bold {font-weight: bold;}
.text_link{
	color: var(--secondary-color);
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}
.larger {font-size: 1.5em;}
.smaller {font-size: 0.7em;}

/* 終了処理 ボイスドラマボタン（クラス指定） */
.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;
}
.marker {
	background: linear-gradient(transparent 50%, var(--accent-color) 50%);
}
.relative_wrap {position: relative;}

/** 箇条書き **/
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;}

	/** 終了処理 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;
    }
}

/*************
 汎用
*************/
/* ボイスドラマ枠 */
.VoiStock_btn.comingSoon {
	pointer-events: none;
}
.qr_wrap {
	display: flex;
}
/*@media(min-width:751px){*/
	.qr_wrap {
		padding: 16px;
		margin: 32px auto 16px;
		border: 1px solid var(--primary-color);
		display: flex;
		gap: 16px;
		border-radius: 16px;
		max-width: 480px;
		background: url(../img/cont_bg_w.png) top / 300px repeat-x #cbfcc7;
	}
	.qr_text {
		flex: 1;
	}
	.qr_text_wrap {
		display: flex;
		align-items: center;
		gap: 8px;
	}
	.qr_text_hd {
		font-weight: 800;
		margin-bottom: 6px;
		font-size: 20px;
		color: #FFF;
		background-color: var(--primary-light);
		border: 1px solid var(--primary-color);
		padding: 4px 12px;
		border-radius: 25px;
		text-align: center;
	}
	.qr_text p {
		text-align: left;
	}
	.qr_img {
		width: 100px;
		position: relative;
		padding: 4px;
		border: 1px solid var(--primary-color);
		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: var(--text-color);
		font-size: 20px;
		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: var(--text-color);
	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: 6px 40px 6px 20px;
    border-radius: 30px;
    background-color: var(--text-color);
	color: #FFF;
}
.caution_acc .acc_btn span {
	right: 10px;
}
.caution_acc .acc_body {
	padding: 10px;
	border-radius: 8px;
	margin-top: 16px;
	border: 2px solid var(--light-gray);
}
@media(min-width:751px){
	.caution_acc .acc_body {
		padding: 20px;
		border-radius: 16px;
	}
}

/*************
 メインビジュアル
*************/
.mainVisual {
	position: relative;
}
.mv_bg {
	position: relative;
	z-index: 0;
}
.mv_chara {
	position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.mv_chara img {
	position: absolute;
}
.mv_chara01 {
	bottom: 6%;
    right: 54%;
    width: 29.4%;
	z-index: 2;
}
.mv_chara02 {
	bottom: 6%;
    right: 29%;
    width: 40%;
	z-index: 6;
}
.mv_chara03 {
	bottom: 6%;
    right: 3.5%;
    width: 45.4%;
	z-index: 3;
}
.mv_chara04 {
	bottom: 6%;
    right: 77.5%;
    width: 25.7%;
	z-index: 5;
}
.mv_chara05 {
	bottom: 6%;
    right: -3%;
    width: 36.4%;
	z-index: 4;
}

.mv_ttl_wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 50%;
}
.mv_subttl {
	width: 64%;
    margin: 4vw auto 0;
}
.mv_ttl {
	width: 91%;
    margin: 2vw auto 0;
}
.mv_period {
	position: absolute;
    bottom: -4%;
    left: 0;
    right: 0;
    height: 10%;
    z-index: 8;
}
.mv_period img {
	width: 90%;
	margin: 0 auto;
}

@media(min-width:751px){
	.mv_ttl_wrap {
        position: absolute;
        left: 1%;
        right: auto;
        height: 100%;
        width: 45%;
	}
	.mv_subttl {
        width: 69%;
        margin: 10vw auto 0;
	}
	.mv_ttl {
		width: 90%;
        margin: 1vw auto 0;
	}
	.mv_period {
		position: absolute;
		bottom: 19%;
		left: 1%;
		right: auto;
		height: auto;
		z-index: 8;
		width: 45%;
	}
.mv_chara {
	position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.mv_chara01 {
	bottom: 0;
	right: 33.7%;
	width: 13.2%;
}
.mv_chara02 {
	bottom: 0;
	right: 20%;
	width: 19%;
}
.mv_chara03 {
	bottom: 0;
	right: 5.8%;
	width: 22.7%;
}
.mv_chara04 {
	bottom: 0;
	right: 44.5%;
	width: 12.5%;
}
.mv_chara05 {
	bottom: 0;
	right: 0.9%;
	width: 17.5%;
}

}
/*************
 イントロダクション
*************/
#intro {
	background: linear-gradient(to bottom, var(--primary-light2),#FFF);
	padding: 13vw 15px 48px;
}

.first_text {
	color: #FFF;
	text-shadow: 0 0 4px var(--primary-color);
/*	background: linear-gradient(to right, transparent, rgb(0 160 255 / 60%) 15%,rgb(0 160 255 / 60%) 85%,transparent);*/
	background: linear-gradient(to right, transparent, rgb(0 255 160 / 60%) 15%,rgb(0 255 160 / 60%) 85%,transparent);
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	max-width: 900px;
	padding: 8px 0;
	font-size: 18px;
}
.xBox {
	border: 1px solid var(--primary-color);
    border-radius: 16px;
    padding: 15px;
    background-color: #FFF;
    width: 89%;
    margin: 32px auto 0;
	max-width: 540px;
}
.xBox_head {
	font-size: 18px;
	font-weight: bold;
	color: var(--primary-color);
	text-align: center;
}
.xBox_btn {
	display: flex;
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	padding: 8px 16px;
	border-radius: 4px;
	transition: all .3s;
	width: fit-content;
	margin: 16px auto 0;
	font-size: 16px;
	gap: 8px;
}
.xBox_btn img {
	width: 28px;
	height: 28px;
}
.xBox_btn:hover {
	background-color: #555;
}
@media(min-width:751px){
	#intro {
		padding: 40px 15px 48px;
	}
	.first_text {
		font-size: 24px;
	}
}

/*************
 アンカーリンク
*************/
.anchor_wrap {
	margin-top: 32px;
}
.anc_head {
	max-width: 900px;
	border-bottom: 1px solid var(--text-color);
	padding-bottom: 8px;
	margin: 0 auto;
}
.anc_list + .anc_head {
	margin-top: 32px;
}
.anc_head img {
	max-width: 260px;
	margin: 0 auto;
}
.anc_list {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 2vw;
    row-gap: 16px;
    padding-top: 16px;
	margin: 0 auto;
}

.jashin_btn {
	display: flex;
	background: linear-gradient(to bottom,#ffffff,#bfec77 50%, #00ff37) 0 0 /200% 200%;
	width: 47%;
	position: relative;
	border-radius: 12px;
	transition: all .3s;
	padding: 4px 4px 18px 4px;
	align-items: center;
	justify-content: center;

	margin-left: auto;
	margin-right: auto;
}
.jashin_btn::before {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	bottom: 6px;
	left: calc(50% - 8px);
	border-top: 8px solid var(--text-color);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

.anc_btn {
/*
	display: flex;
	background: linear-gradient(to bottom,#ffffff,#bfec77 50%, #00ff37) 0 0 /200% 200%;
	width: 47%;
	position: relative;
	border-radius: 12px;
	transition: all .3s;
	padding: 4px 4px 18px 4px;
	align-items: center;
	justify-content: center;
*/
}
.anc_tape {
	position: absolute;
    top: 0;
    left: -6px;
    background-color: var(--secondary-color);
    color: #FFF;
    font-weight: bold;
    font-size: 3vw;
    padding: 2px 8px 3px;
    transform: rotate(-6deg);
}
.anc_tape.anc_tape_long{
	left: -10px;
}
.anc_btn:hover {
/*	background: linear-gradient(to bottom,#C6F8FF,#6AC7FD 50%, #00A0FF) 100% 100% /200% 200%;*/
	background: linear-gradient(to bottom,#77b471,#77b471 50%, #77b471) 100% 100% /200% 200%;
}
.anc_btn:hover .anc_tape {
	animation: btnHover 0.4s ease 0s forwards;
}
@keyframes btnHover {
	0% {
		transform: rotate(-12deg);
	}
	25% {
		transform: rotate(1deg);
	}
	50% {
		transform: rotate(-8deg);
	}
	75% {
		transform: rotate(-3deg);
	}
	100% {
		transform: rotate(-6deg);
	}
}
@media(min-width:751px){
	.anc_head img {
		max-width: 390px;
	}
	.anc_btn {
		/* width: 23%; */
		width: 350px;
	}
	.anc_list {
		max-width: 900px;
		column-gap: 16px;
	}
	.anc_tape.fs12 {
		font-size: 12px;
	}
	.anc_tape:not(.fs12) {
		font-size: 14px;
	}
	.anc_tape.anc_tape_long{
		left: -6px;
	}
}

/*************
 コンテンツフォーマット
*************/
.section_wrap {
/*	background: url(../img/cont_bg_w.png) center top / 100vw repeat-x,linear-gradient(to bottom,#C6F8FF,#6AC7FD);*/
/*	background: url(../img/cont_bg_w.png) center top / 100vw repeat-x,linear-gradient(to bottom,#77b471,#77b471);*/
	background: url(../img/cont_bg_w.png) center top / 40vw repeat-x,linear-gradient(to bottom,#77b471,#ffffff);
	padding: 48px 10px 64px;
}
.whiteBox {
	background-color: #FFF;
	border-radius: 16px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
	padding: 32px 15px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.ib {
	display: inline-block;
}
.period_box {
	border-radius: 12px;
	border: 1px solid var(--primary-color);
	overflow: hidden;
	max-width: 400px;
	margin: 32px auto 0;
}
.period_box_noborder {
	overflow: hidden;
	/* max-width: 400px; */
	width: 50%;
	margin: 32px auto 0;
}
.period_head {
	background-color: var(--primary-light);
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 2px 2px 4px;
}
.period_body {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 4px 4px 6px;
}
.lead_text {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
}
.lead_text_small {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
}
.lead_box {
}
.coming_soon {
	background-color: var(--light-gray);
	padding: 8px 15px;
	margin: 32px -15px 0;
}
.coming_soon img {
	max-width: 300px;
	margin: 0 auto;
}
h2 {
	max-width: 900px;
	margin: 0 auto;
}
.VoiStock_btn {
	max-width: 400px;
    display: block;
    margin: 32px auto 0;
}
@media(min-width:751px){
	.section_wrap {
/*		background: url(../img/cont_bg_w.png) center top / 40vw repeat-x,linear-gradient(to bottom,#C6F8FF,#6AC7FD);*/
		background: url(../img/cont_bg_w.png) center top / 40vw repeat-x,linear-gradient(to bottom,#77b471,#ffffff);
		padding: 48px 10px 64px;
	}
	.whiteBox {
		padding: 32px 50px;
	}
	.period_body {
		font-size: 18px;
	}
	.coming_soon {
		margin: 32px -50px 0;
	}
	.coming_soon img {
		max-width: 420px;
	}
	.lead_text {
		font-size: 22px;
	}

}
/*************
 セクション
*************/
@media(min-width:751px){
}
/** **/
.section_bg1 {
/*	background: url(../img/10_bg_01.png) center top / 40vw repeat-x,linear-gradient(to bottom,#ffffff,#77b471);*/
	background-image: url(../img/10_bg_01.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: 40vw;

/*	padding-top: 0;*/
}
.section_bg2 {
/*	background: url(../img/10_bg_02.jpg) center top / 100vw repeat-x,linear-gradient(to bottom,#ffffff,#77b471);
	padding-top: 0;
*/
	background-image: url(../img/10_bg_01.png), url(../img/10_bg_02.jpg);
	background-position: center top, center top;
	background-repeat: repeat-x, repeat;
	background-size: 40vw, 40vw;
}
/*
#present {
	background: url(../img/cont_bg_g.png) center top / 100vw repeat-x,linear-gradient(to bottom,#ffffff,#77b471);
	padding-top: 0;
}*/

.present_comment {
	background-color: #FFF;
    border-radius: 200px;
    text-align: center;
    padding: 12px 32px;
    position: relative;
    margin: -32px auto 24px;
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 18px;
    width: fit-content;
}
.present_comment::after {
	content: "";
	height: 0;
	width: 0;
	border-top: 16px solid #FFF;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
	left: calc(50% - 8px);
	bottom: -15px;
	position: absolute;
}
@media(min-width:751px){
	/*#present {
		background: url(../img/cont_bg_g.png) center top / 40vw repeat-x,linear-gradient(to bottom,#ffffff,#77b471);
		padding-top: 0;
	}*/
	.present_comment {
		font-size: 22px;
		margin: -24px auto -32px;
	}
}
/*************
 
*************/
.howto_head_wrap {
	display: flex;
	gap: 8px;
}
.howto_num {
	background-color: var(--text-color);
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: 24px;
	height: 24px;
}
.howto_head {
	flex: 1;
	font-size: 14px;
}
.howto img {
	width: 135px;
	margin: 8px auto 0;
}
.howto li + li {
	margin-top: 32px;
}
.howto_acc {
	max-width: 400px;
    margin: 16px auto 0;
}
@media(min-width:751px){
	.howto li {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: left;
		gap: 16px;
	}
	.howto {
		width: fit-content;
		margin: 0 auto;
	}
	.howto img {
		margin: 0;
	}
	.howto_acc {
		max-width: none;
	}
}
/*************
 xcp
*************/
#xcp .lead_text {
	font-size: 16px;
}
@media(min-width:751px){
	#xcp .lead_text {
		font-size: 22px;
	}
	
}

.story_text {
	font-size: 14px;
	text-align: center;
	margin-top: 32px;
	padding-left: 30%;
}
.story_text p {
	line-height: 1.8;
}
.btn_wrap {
	margin-top: 32px;
}
.story_btn {
	background-color: #3666C3;
	color: #FFF;
	font-weight: bold;
	border: 2px solid #FFF;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
	max-width: 325px;
	margin: 0 auto;
	text-align: center;
	padding: 8px 16px;
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
}
.story_btn:hover {
	background-color: #FFF;
	color: #3666C3;
	border: 2px solid #3666C3;

}
@media(min-width:600px){
	.btn_wrap {
		padding-left: 30%;
	}
}

/*************
 フッター
*************/
/*その他の推し旅プラン*/
.info_wrap {
	margin: 0 auto;
	padding: 40px 20px;
	position: relative;
	background-color: #FFF;
}
.oshitabi_btn {
	display: block;
	border: 4px solid #000;
	background-color: #FFF;
	max-width: 740px;
	margin: 0 auto;
	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: var(--primary-color);
	color: #FFF;
	border: 4px solid var(--primary-color);
}
.oshitabi_btn:hover::after {
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;

}
.credit {
	text-align: center;
	margin-top: 16px;
	margin-bottom: 32px;
	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;
	}
}
