@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 Kaku Gothic Antique",'Noto Sans JP', serif;
	font-size: 16px;
	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;
	}
}
:root {
	--text-color: #333333;
	--primary-color: #BE9B61;
	--bg-color: #FFFBE9;
	--red-color: #EE0000;
	--accent-color: #FFFF00;
}
/*アキ*/
.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}

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

/* テキスト揃え */
.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;}

/* テキスト汎用 */
.bold {font-weight: bold;}
.text_link{
	color: #A15842;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}
.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;}

}
/* js-fadeUp */
.js-fadeUp {
	transform: translateY(10px);
	opacity: 0;
	transition: all 1s;
}
.js-fadeUp.is-inview {
	transform: translateY(0);
	opacity: 1;
}
/*************
汎用
*************/
/* ボイストック枠 */
.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 var(--primary-color);
		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: var(--primary-color);
		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 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(--primary-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: 4px 40px 6px 20px;
    border-radius: 30px;
    background-color: var(--primary-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(--primary-color);
}
.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;
	}
	/* リンクボタンアニメーション */
	/* 通常状態 */
	.ank__wrap ul li a img {
	transition: transform 0.5s ease; /* ゆっくり・柔らかく */
	}

	/* ホバー時 */
	.ank__wrap ul li a:hover img {
	transform: scale(0.94); /* 少し縮小 */
	}

	/* クリック時（さらに縮小） */
	.ank__wrap ul li a:active img {
	transform: scale(0.88);
	}

	.btn__wrap a img {
	transition: transform 0.5s ease; /* ゆっくり・柔らかく */
	}

	/* ホバー時 */
	.btn__wrap a:hover img {
	transform: scale(0.94); /* 少し縮小 */
	}

	/* クリック時（さらに縮小） */
	.btn__wrap a:active img {
	transform: scale(0.88);
	}
}
/*************
mainVisual
*************/
@media(min-width:751px){
	.tokyoaliens__h1 {
        background-image: url(../img/MV_pc.png);
        max-width: 890px;
        height: 538px;
        background-position-x: center;
        margin-left: auto;
        margin-right: auto;
        background-size: cover;
    }
	.MV__bg {
        background-image: url(../img/bg_pattern.svg);
        width: 100%;
        height: 564px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
		background-size: 40px;
    }
	.MV__line {
        background-image: url(../img/line_top.png);
        width: 100%;
        height: 14px;
        background-size: contain;
        background-repeat: repeat-x;
        z-index: -1;
    }
	.line__botm {background-image: url(../img/line_botm.png);}
}
/*************
ank__wrap
*************/
.Container {
	padding: 48px 4vw;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.ank__wrap .Container {max-width: 500px}

.ank__wrap ul {
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
    justify-content: center;
}
.ank_02,
.ank_04 {
	margin-top: 16px;
}
.ank_03 {
	margin-top: 32px;
}
.kumo {
    position: absolute;
    right: -50px;
    bottom: 0;
}
.kumo {
  display: inline-block; /* インライン画像でもOK */
}

.fuwafuwa {
  animation: fuwafuwa 4s ease-in-out infinite;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px); /* 上に20px */
  }
  100% {
    transform: translateY(0);
  }
}
@media(min-width:751px){
	.ank__wrap ul {
    gap: 40px;
}
.Container {
    padding: 80px 4vw;
}
.kumo {
    right: -80px;
    width: 224px;
}
}
/*************
section01
*************/
.Container h2 {
    margin-left: -4vw;
    margin-right: -4vw;
}
@media(min-width:751px){
	.h2__img {
        background-image: url(../img/con01_h2_pc.png);
        max-width: 1200px;
        height: 730px;
        background-position-x: center;
        margin-left: auto;
        margin-right: auto;
        background-size: cover;
    }
}
/*************
section02
*************/
.bg__wh {background-color: #FFF;}
.partition::after {
    content: '';
    display: block;
    background-image: url(../img/pattern_line.svg);
    background-size: contain;
    background-repeat: repeat-x;
    width: 100%;
    position: absolute;
    height: 16px;
    top: -8px;
    left: 0;
}
@media(min-width:751px){
	.con02_h2 {
        background-image: url(../img/con02_h2_pc.png);
    }
}
/*************
section03
*************/
@media(min-width:751px){
	.con03_h2 {
        background-image: url(../img/con03_h2_pc.png);
    }
}
/*************
section04
*************/
.content__inner {
    background-color: #F2EAE7;
    max-width: 640px;
    border: 1px solid #BE9B61;
    padding: 16px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#goods .heading {
    background-color: var(--primary-color);
    color: #FFF;
    padding: 2px;
    margin-bottom: 6px;
}
.btn__img {
    width: 270px;
    display: inline-block;
}
.txt_wrap{
    padding: 0 20px;
}
.wrap-text {
  word-break: break-word; /* 単語の途中でも折り返す */
  overflow-wrap: break-word; /* 旧ブラウザ対応 */
  word-wrap: break-word; /* さらに旧ブラウザ対応 */
}
@media(min-width:751px){
	.con04_h2 {
        background-image: url(../img/con04_h2_pc.png);
    }
	.content__inner {
    padding: 64px;
}
.txt_wrap{
    max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
}
/*************
終了処理
*************/

.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: 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;
	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;
	}

}
	
