@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: 16px;
	line-height: 1.5;
	font-weight: 700;
	color: #4E2F3D;
	margin-top: 66px;
	background-color: #F8C7C7;
	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: #4E2F3D;
	--primary-color: #2ebcad;
	--bg-color: #FFFFFF;
	--red-color: #8D0000;
	--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;}

/*テキストサイズ*/
.annotation {
	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;}

/* テキスト汎用 */
.abril-fatface {
	font-family: "Abril Fatface", serif;
  	font-weight: 400;
  	font-style: normal;
}
.bold {font-weight: 900;}
.text_link{
	color: #8D0000;
	text-decoration: underline;
	font-weight: 900;
	cursor: pointer;
}
.marker {
	background: linear-gradient(transparent 50%, #FCDDAB 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: 12px;
	font-weight: 400;
}
@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 #C97773;
        display: flex;
        gap: 16px;
        border-radius: 16px;
        max-width: 480px;
        align-items: center;
        background-color: #8D0000;
        color: #fff;
		position: relative;
		overflow: hidden;
    }
	.qr_wrap::before {
        content: '';
        position: absolute;
        background-image: url(../img/pattern02.svg);
        width: 100%;
        height: 100%;
        background-repeat: repeat;
        background-size: 23px;
        left: 0;
        top: 0;
        opacity: 0.3;
        z-index: 0;
    }
	.qr_wrap::after {
        content: '';
        position: absolute;
        background-image: url(../img/item_SPY03.svg);
        width: 70px;
        height: 70px;
        background-repeat: no-repeat;
        background-size: contain;
        left: 0;
        top: 0;
    }
	.qr_text {
        flex: 1;
        position: relative;
    }
	.qr_text_wrap {
		display: flex;
		align-items: center;
		gap: 8px;
	}
	    .qr_text_hd {
        font-weight: bold;
        margin-bottom: 6px;
        font-size: 20px;
        color: #654030;
        background-color: #fff;
        padding: 4px 12px;
        border-radius: 40px;
        text-align: center;
    }
	.qr_text p {
		text-align: left;
	}
	.qr_img {
        width: 100px;
        position: relative;
        padding: 4px;
        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: #654030;
	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: #654030;
	color: #FFF;
	border: #FCDDAB 1px solid;
}
.caution_acc .acc_btn span {
	right: 10px;
}
.caution_acc .acc_body {
    padding: 10px 0;
    border-radius: 8px;
    margin-top: 16px;
}
.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){
	.pc_bg {
		background-color: #F4B3AF;
		position: absolute; top:0; left:0; width:100%; height:100%;
    clip-path: polygon(100% 0%, 100% 0, 100% 100%, 50% 100%);
        z-index: -1;
	}
#mainVisual h1 {
        max-width: 1200px;
        margin: 0 auto;
        padding: 30px 4vw;
    }
	
}
/*************
ank__wrap
*************/
.Container {
	padding: 48px 4vw;
	max-width: 620px;
	margin: 0 auto;
}
.ank__wrap .Container {padding-top: 0;}
@media(min-width:751px){
	.ank__wrap .Container {
		max-width: 1100px;
	}
	.ank__wrap .flex {
    display: flex;
    gap: 20px;
}
}
/*************
AR
*************/
.sec__Line::before {
    content: '';
    position: absolute;
    background-image: url(../img/pattern01.svg);
    width: 100%;
    height: 28px;
    background-repeat: repeat-x;
}
.Container .header::before {
    content: '';
    position: absolute;
    background-image: url(../img/chara01.png);
    width: 112px;
    height: 130px;
    background-repeat: no-repeat;
    background-size: contain;
    left: -10px;
    top: -60px;
}
#AR .Container .header::before {
    background-image: url(../img/chara01.png);
}
.content__wrap {
    background-color: #fff;
    border: #654030 3px solid;
    padding: 32px 16px;
    text-align: center;
}
.period {
    font-size: 14px;
    color: #FCDDAB;
    background-color: #654030;
    display: inline-block;
    padding: 2px 48px;
    border-radius: 4px;
    position: relative;
    top: -45px;
}
.period::before,
.period::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #654030;
	top: 50%;
    transform: translateY(-50%);
}
.period::before {
    left: -5px;
}
.period::after {
    right: -5px;
}
.content__inner {
    margin-top: -24px;
}
.block {
	margin-top: 32px;
}
.list {
	margin-top: 16px;
}
.howto__warp {
    background-color: #FCDDAB;
    padding: 16px;
	position: relative;
}
.howto__warp::after {
	content: '';
    position: absolute;
    background-image: url(../img/item_SPY02.svg);
    width: 71px;
    height: 66px;
    top: -14px;
    left: -14px;
    background-size: contain;
    background-repeat: no-repeat;
}
.howto__warp__inner {
    max-width: 400px;
    margin: 0 auto;
}
.howto__warp .heading {
    background-color: #8EA99B;
}
.step__block__txt {
    font-size: 18px;
}
.item_corner::before,
.item_corner::after {
	content: '';
	position: absolute;
	background-image: url(../img/item_corner.svg);
	width: 67px;
	height: 67px;
}
.item_corner.top::before{
	top: 0;
	left: 0;
}
.item_corner.top::after {
	top: 0;
	right: 0;
	transform: scale(-1, 1);
}
.item_corner.bottom::before {
	bottom: 0;
	left: 0;
	transform: scale(1, -1);
}
.item_corner.bottom::after {
	bottom: 0;
	right: 0;
	transform: scale(-1, -1);
}
.main__wrap {
    padding: 30px 0;
}
.main__wrap__inner .ttl {
    font-size: 20px;
    display: inline-block;
    padding: 0 10px;
}

.lead__wrap p {
    font-size: 20px;
}

.content__wrap::after {
    content: '';
    position: absolute;
    background-image: url(../img/item_SPY01.svg);
    width: 48px;
    height: 46px;
    top: -14px;
    right: -14px;
    background-size: contain;
    background-repeat: no-repeat;
}




@media(min-width:751px){
	.sec__Line::before {
    height: 48px;
    background-size: contain;
}
.Container .header::before {
    height: 200px;
}
.period {
    font-size: 20px;
    top: -50px;
}
.content__wrap {
    padding: 32px 60px;
}
.howto__warp__inner {
    padding: 16px 0;
}
.content__wrap::after {
    width: 64px;
    height: 62px;
}
.Container .header {
    margin-top: 48px;
}
.Container .header::before {
    width: 152px;
    left: -60px;
    top: -90px;
}
.lead__wrap p {
    font-size: 22px;
}
.Container {
    padding: 80px 4vw;
}
}

  /*************
slick
*************/

.slide-container {
	position: relative;
	max-width: 1650px;
	margin: auto;
  }
  
  /* スライド画像 */
  .Slide__wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
  }
  
  /* 中央拡大カルーセル */
  .Slide__wrap .slick-slide {
	transform: scale(0.8);
	opacity: 0.6;
	transition: transform 0.5s ease, opacity 0.5s ease;
  }
  .Slide__wrap .slick-center {
	transform: scale(1);
	opacity: 1;
	z-index: 2;
  }
  
  /* カスタムナビ */
  .slide-nav {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
}
  
  .slide-nav button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
  }
  .slide-nav button img {
	width: 40px;
	height: 40px;
  }

  .next-arrow img {
    transform: scale(-1, 1);
}
  
  /* インジケーター（数字フォント） */
  .slide-indicator {
	font-size: 18px;
	font-weight: bold;
	color: var(--text-color);
	min-width: 50px;
	text-align: center;
  }
  
  @media(min-width:751px){

  }
  

/*************
machigai
*************/
#machigai .Container .header::before {
    background-image: url(../img/chara02.png);
    right: -20px;
    left: unset;
    top: -101px;
}
    #machigai .img__wrap {
        max-width: 360px;
        padding: 0 40px;
        margin-left: auto;
        margin-right: auto;
    }


	/*************
くるくる
*************/
.kurukuru {
	opacity: 0;
	transform: rotateY(180deg);
	transform-style: preserve-3d;
}

.kurukuru.is-animated {
	animation: flip 1s cubic-bezier(0.4, 0, 0.2, 1) forwards; /* ぬるっと自然 */
  }
  
  @keyframes flip {
	0% {
	  transform: rotateY(180deg);
	  opacity: 0;
	}
	100% {
	  transform: rotateY(0deg); /* 裏返る */
	  opacity: 1;
	}
  }
  

@media(min-width:751px){
	#machigai .Container .header::before {
    right: -30px;
    top: -136px;
}
#machigai .qr_wrap::after {
        background-image: url(../img/item_SPY04.svg);
        width: 70px;
        height: 70px;
        background-repeat: no-repeat;
        background-size: contain;
        left: 0;
        top: 0;
    }
}
/*************
Goods
*************/
#Goods .Container .header::before {
    background-image: url(../img/chara03.png);
    top: -101px;
}
#Goods .main__wrap__inner .ttl {
    font-size: 20px;
    display: inline;
    padding: 0 10px;
}
.main__wrap__inner span {
    display: inline-block;
    padding: 0px 10px;
}
.goods__info__wrap {
	border: #654030 1px solid;
	padding: 16px;
}
.goods__info__wrap .heading {
	background-color: #654030;
	color: #fff;
}
.goods__info__wrap .main_ttl {
	font-size: 18px;
}
.goods__info__wrap .sub_txt {
	font-size: 14px;
	font-weight: 400;
}
#Goods .txt__block {
	text-align: left;
}
.annotation__ttl {
	font-weight: 700;
}
.item_name {
    font-size: 20px;
    background-color: #8D0000;
    max-width: 480px;
    width: 80%;
    margin: -16px auto 6px;
    border-radius: 8px;
    padding: 4px;
    color: #fff;
    position: relative;
}
#Goods .goods_annotation__wrap .heading {
    font-size: 12px;
    background-color: #EBE8E9;
    padding: 2px;
    margin-bottom: 6px;
}
#Goods .goods_annotation__wrap ul {
	font-size: 12px;
}
#Goods .img__wrap {
    max-width: 420px;
    margin: 0 auto;
}
#Goods .btn__wrap {
    max-width: 286px;
    margin-left: auto;
    margin-right: auto;
}

@media(min-width:751px){
	#Goods .Container .header::before {
    top: -137px;
    left: -40px;
}
.goods__info__wrap {
    padding: 32px 48px;
}
}
/*************
information
*************/
#information {
	background-color: #8EA99B;
	height: 480px;
	position: relative;
}

#information::after {
	content: '';
	background-color: #697D73;
	position: absolute; top:0; left:0; width:100%; height:100%;
    clip-path: polygon(100% 14%, 100% 0, 100% 100%, 0% 100%);
}
@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;
    }
}



/*************
TOPにもどる
*************/
.back_to_top {
	opacity: 0;
	pointer-events: none;
    position: fixed;
    right: 4px;
    bottom: 8px;
	width: 100px;
    z-index: 1000;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
	transition: all .5s;
}
.back_to_top.show {
	pointer-events: auto;
	opacity: 1;
}

@media(min-width:751px){
	.back_to_top {
		width:140px;
		bottom: 30px;
		right: 20px;
	}
}




/*************
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;
	font-family:"Zen Maru Gothic" ;
}

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

}
	
