@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: "〇〇〇〇〇〇〇〇〇〇〇〇",'Noto Sans JP', serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	color: #fff;
	margin-top: 66px;
	background-color: #081D36;
	width: 100%;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.content_wrap::before {
    content: '';
    position: absolute;
    background-image: url(../img/concrete-wall-2.png);
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: -2;
}
.Container {
	text-align: center;
	padding: 48px 4vw;
}

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: 20px;
	}
	
}
:root {
	--text-color: #000000;
	--primary-color: #2ebcad;
	--bg-color: #FFFFFF;
	--red-color: #EE0000;
	--accent-color: #FFFF00;
	--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;}

/*テキストサイズ*/
.annotation {font-size: 14px;}
.smallest {
	font-size: 12px!important;
	font-weight: 400!important;
}
.larger {font-size: 1.4em;}
.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}
.Fc_Yellow {color: #EAD787 !important;}
.Fc_navy {color: #081D36 !important;}

/* テキスト汎用 */
.regular {font-weight: 400;}
.bold {font-weight: bold;}
.text_link{
	color: #FF8F0B;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}
.marker {
	background: linear-gradient(transparent 50%, #9D050D 50%);
}
.relative_wrap {position: relative;}

.block {margin-top: 48px;}
.list__block {margin-top: 24px;}

/* 箇条書き */
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;}
	.Container {
        max-width: 780px;
        margin: 40px auto;
    }
	.block {margin-top: 80px;}
	.list__block {
		margin-top: 48px;
	}

}
/* 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;
}
.sec--howto__steps-content__btn.comingSoon {
	pointer-events: none;
}

.qr_wrap {
	display: none;
}
@media(min-width:751px){
	.qr_wrap {
        padding: 16px;
        margin: 48px auto 36px;
        border: 2px solid #e03951;
        display: flex;
        gap: 16px;
        border-radius: 16px;
        max-width: 480px;
        align-items: center;
        background-color: #d7223d;
    }
	.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: #e03951;
        background-color: #fff;
        padding: 4px 12px;
        border-radius: 40px;
        text-align: center;
    }
	.qr_text p {
        text-align: left;
        color: #fff;
    }
	.qr_img {
        width: 100px;
        position: relative;
        padding: 4px;
        border: 2px solid #e03951;
        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: #000;
    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: #000;
    color: #FFF;
    border: 1px #fff solid;
}
.caution_acc .acc_btn span {
	right: 10px;
}
.caution_acc .acc_body {
    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){
	
}
/* アニメーション */

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


/*************
mainVisual
*************/
.period___wrap {
    background-color: #000;
    text-align: center;
    font-size: 18px;
    padding: 8px 0;
}
.period___wrap .header {
    background-color: #EAD787;
    color: #000;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.mainVisual___wrap {
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
}

@media(min-width:751px){
	.period___wrap {
        font-size: 22px;
        padding: 16px 0;
        max-width: 1700px;
        margin-left: auto;
        margin-right: auto;
    }
}
/*************
Introduction
*************/
.lead__txt {
    line-height: 1.8;
}
.ank___wrap .header {
    background-image: url(../img/heading_bg.png);
    margin-left: -4vw;
    margin-right: -4vw;
    padding: 6px;
	margin-bottom: 8px;
}
.ank___wrap .flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.sec--howto__bg {
    border: 1px #fff solid;
    padding: 0 4vw;
    padding-bottom: 24px;
}

.Introduction .intro__wrap .header {
    padding: 0 48px;
}
.parts__announce {
		margin-top: -40px;
		transform: rotate(-8deg);
		margin-bottom: 16px;
		max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
.official_logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 380px;
}
.gradation {
    background-image: linear-gradient(#03041d, #10184b80 70%, transparent);
    padding-top: 20px;
    margin-left: -4vw;
    margin-right: -4vw;
    padding-bottom: 30px;
}
.intro__wrap {
	position: relative;
}
.intro__wrap::after {
    content: '';
    position: absolute;
    background-image: url(../img/bg_parts.png);
    width: 130px;
    height: 131px;
    background-size: cover;
    z-index: 0;
    bottom: -30px;
    left: 0;
}
.intro__wrap img {
    position: relative;
    display: block;
    z-index: 5;
}
.intro__wrap .header::after {
    content: '';
    position: absolute;
    background-image: url(../img/bg_parts.png);
    width: 130px;
    height: 131px;
    background-size: cover;
    z-index: 0;
    bottom: -30px;
    right: -40px;
}

.Introduction .list__block:first-child {
	margin-top: 0;
}

/*************
sec--howto
*************/
.sec--howto__steps-content__btn img {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}
/* .sec--howto {
	margin-bottom: 80px;
} */

.sec--howto__ttl {
	color: #EAD787;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.44;
	width: fit-content;
	margin: 0 auto ;
	padding: 0 18px 6px;
	border-bottom: 2px solid #EAD787;
}
.sec--howto__steps-acc {
	margin-bottom: 10px;
}
.sec--howto__steps-acc .acc_btn {
	color: #3e3e3e;
	padding: 0;
	border-bottom: 1px solid var(--txt-color);
	margin-bottom: 10px;
	span {
		display: none;
	}
	&.open {
		display: none;
	}
}
.sec--howto__steps-content--02,
.sec--howto__steps-content--03 {
	position: relative;
	&::before,&::after {
		content: "";
		display: block;
		position: absolute;
		left: 50%;
		translate: -50% 0;
	}
	&::before {
		width: 31px;
		height: 31px;
		background: #9D050D;
		border-radius: 50%;
		top: -41px;
	}
	&::after {
		width: 9px;
		height: 9px;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		rotate: 45deg;
		top: -33px;
	}
}
.sec--howto__steps-content--01 {
	margin-bottom: 25px;
}
.sec--howto__steps-acc .acc_btn.open + .acc_body{
	margin-top: 51px;
}
.sec--howto__steps-content--02 {
	margin-bottom: 51px;
}
.sec--howto__steps-content__ttl {
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
    text-align: center;
    margin-bottom: 9px;
}
.sec--howto__steps-content__txt--red {
	color: #EAD787;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.56;
}
.sec--howto__steps-content--01 .sec--howto__steps-content__txt--red {
	text-align: center;
	margin-bottom: 2px;
}
.sec--howto__steps-content--02 .sec--howto__steps-content__txt--red {
	margin-bottom: 10px;
}
.sec--howto__steps-content__txt--note {
	font-size: 11px;
	font-weight: 700;
	line-height: 1.45;
}
.sec--howto__steps-content--01 .sec--howto__steps-content__txt--note {
	text-align: center;
	margin-bottom: 4px;
}
.sec--howto__steps-content--02 .sec--howto__steps-content__txt--note {
	align-self: end;
}
.sec--howto__steps-content__txt--black {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
}
.sec--howto__steps-content--01 .sec--howto__steps-content__txt--black {
	text-align: center;
	margin-bottom: 12px;
}
/* .sec--howto__steps-content__btn {
	display: block;
	width: fit-content;
	margin-inline: auto;
	background: #FDE31A;
	border: 2px solid #B1B1B1;
	border-radius: 10vh;
	padding: 4px 36px 5px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.45;
	box-shadow: 2px 3px 0 #b1b1b1;
	position: relative;
	transition: .3s;
	&:hover {
		translate: 2px 3px;
		box-shadow: none;
	}
	&::after {
		content: "▶";
		font-size: 13px;
		font-weight: 700;
		position: absolute;
		right: 7px;
		top: 50%;
		translate: 0 -50%;
	}
	.comingsoon-txt {
		font-size: 18px;
		border-radius: 10vh;
	}
} */
.sec--howto__steps-content__qr-wrapper {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	align-items: center;
	gap: 16px;
}
.sec--howto__steps-content__qr-wrapper .qr_img {
	border: none;
}
.sec--howto__steps-content__qr-wrapper__txt {
	font-size: 16px;
	font-weight: 700;
}
.sec--howto__steps-content__note-list {
	align-self: end;
}
.sec--howto__steps-content__col {
	display: grid;
	grid-template-columns: 36.45% 1fr;
	gap: 22px;
}
.sec--howto__steps-content__dtl {
    text-align: left;
    display: grid;
    align-items: start;
    grid-template-rows: auto 1fr auto;
}
.sec--howto__steps-acc .acc_btn--close {
	display: block;
	width: fit-content;
	margin: 24px auto 0;
	color: #3E3E3E;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	border: none;
	border-bottom: 1px solid #3E3E3E;
	padding: 0;
	background: none;
}
.sec--howto__note-list {
    margin-bottom: 10px;
    text-align: left;
}
.sec--howto__note-list__items {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.45;
	&.txt-red {
		color: var(--primary-color);
	}
}
.sec--howto .caution_acc .acc_body {
	border: 0;
	padding: 0;
	border-radius: 0;
}
.sec--howto .caution_acc__list__items {
    font-weight: 400;
    font-size: 11px;
}

@media(min-width:751px){
	.sec--howto {
		margin-bottom: 93px;
	}
	.sec--howto__bg {
        padding: 40px;
        padding-top: 0;
    }
	.sec--howto__ttl {
		font-size: 24px;
	}
	.sec--howto__steps-acc-list {
		display: grid;
		grid-template-columns: repeat(3,1fr);
		gap: 64px;
		margin-bottom: 12px;
	}
	.sec--howto__steps-content {
		margin: 0;
	}
	.sec--howto__steps-content--02,
	.sec--howto__steps-content--03 {
		&::before,&::after {
			top: 50%;
			translate: 0 -50%;
		}
		&::before {
			width: 32px;
			height: 32px;
			left: -48px;
		}
		&::after {
			rotate: -45deg;
			left: -40px;
		}
	}
	.sec--howto__steps-content__img {
		width: 50%;
		margin-inline: auto;
	}
	.sec--howto__steps-content__txt--red {
		font-size: 16px;
		line-height: 1.5;
		text-align: center;
	}
	.sec--howto__steps-content__txt--red {
		margin-bottom: 8px;
	}
	.sec--howto__steps-content--01 .sec--howto__steps-content__txt--red {
		margin-bottom: 8px;
	}
	.sec--howto__steps-content--02 .sec--howto__steps-content__txt--red {
		margin-bottom: 8px;
	}
	.sec--howto__steps-content__txt--note {
		text-align: center;
	}
	.sec--howto__steps-content__txt--black {
		font-size: 14px;
		text-align: center;
	}
	.sec--howto__steps-content__col {
		grid-template-columns: 1fr;
		gap: 8px;
	}
	.sec--howto__note-list__items {
		font-size: 12px;
	}
	.gradation {
		margin-left: -40px;
		margin-right: -40px;
	}
}

@media(min-width:751px){
	.ank___wrap .header {
		padding: 10px;
		margin-bottom: 20px;
	}
	.ank___wrap .flex {
		flex-direction: row;
		align-items: center;
		gap: 24px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.ank__item li {
		width: 48%;
	}
	.ank__other ul {
		display: flex;
		justify-content: center;
	}
	.intro__wrap::after,
	.intro__wrap .header::after {
		width: 200px;
		height: 200px;
	}
}
/*************
Quiz
*************/
#Quiz .Container,
#Novelty .Container,
#Ranking .Container {
    margin-top: -48px;
}
.Contents__lead {
    line-height: 1.8;
}
.wh___box {
	background-color: #FFF;
}
.wh___box::before {
    content: '';
    position: absolute;
    background-image: url(../img/concrete-wall-2.png);
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list__wrap {
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 4vw;
}
.list__wrap .header {
    background-image: url(../img/heading_bg.png);
    padding: 6px;
	margin-bottom: 8px;
}
.list__wrap .content__block {
    background-color: #000;
    border-radius: 8px;
    padding: 10px 24px;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    gap: 24px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.list__wrap .content__block .img__area {
    width: 20%;
}
.list__wrap .content__block .txt__area {
    width: 80%;
}
#Quiz .list__wrap .content__block .img__area {
    width: 30%;
}
.img__area::after {
    content: '';
    position: absolute;
    background-image: url(../img/icon-zoom.png);
    width: 40px;
    height: 40px;
    background-size: cover;
    bottom: -10px;
    right: -16px;
    pointer-events: none;
}
.list__wrap .no_flex .txt__area {
    width: 100%;
}

.parts__arrow {
    background-color: #9D050D;
    height: 16px;
    width: 30px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    margin-top: 10px;
    margin-bottom: -14px;
}
.kumo_parts {
	width: 150px;
	position: absolute;
	top: -3px;
}
.wh___box__inner {
    padding: 16px;
    display: block;
}
.Outer__box {
    background-color: #081D36;
    padding: 8px;
    margin-top: -30px;
    position: relative;
}
.inner__box {
    border: 1px #C4AC46 solid;
    padding: 2px;
}
.head__wrap {
    text-align: left;
    background-color: #081D36;
    color: #fff;
    padding: 4px 10px;
    width: 274px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
.head__ttl {
    font-size: 20px;
}
.item__list__txt {
    background-color: #fff;
    padding: 4px 10px;
    text-align: left;
    font-size: 13px;
    width: 240px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
.item__list__Q {
    font-size: 21px;
    background-color: #EAD787;
    position: absolute;
    display: block;
    padding: 6px 36px;
    right: 24px;
    bottom: -10px;
    clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
}
.wh___box__inner .item__list:last-child {
	margin-bottom: 20px;
}
.item__list {
	width: fit-content;
}
.item__list__right {
	margin-left: auto;
}
.header__none {
	background-image: none !important;
}
.ib__head {
	background-image: url(../img/heading_bg.png);
    padding: 6px;
	margin-bottom: 8px;
}
#Ranking .header img{
    margin-top: 24px;
    margin-bottom: 16px;
}

.img___wrap {
    /* background-color: #ECF6FC; */
    border-radius: 8px;
    padding: 16px;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	/* margin-top: 10px; */
}
#Novelty .wallpaper__step::after {
    content: '';
    position: absolute;
    background-image: url(../img/chara_img03.png);
    width: 90px;
    height: 82px;
    background-size: cover;
    /* bottom: -30px; */
    right: -20px;
    z-index: 0;
    top: 0;
}
.header__ttl {
    margin-top: 16px;
    margin-bottom: -16px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.header__ttl::after,
.header__ttl::before {
	content: '';
    position: absolute;
    width: 27px;
    height: 48px;
    background-size: contain;
}

.header__ttl::before {
    background-image: url(../img/parts01_L.png);
    margin-right: 270px;
}
.header__ttl::after {
    background-image: url(../img/parts01_R.png);
    margin-left: 270px;
}
.how_to_acc .acc_btn {
    padding: 4px 40px 6px 20px;
    border-radius: 30px;
    background-color: #000;
    color: #FFF;
    border: 1px #fff solid;
    width: 220px;
}
.how_to_acc .acc_btn span {
    right: 16px;
}
.how_to_acc ul {
    background-color: #fff;
    border-radius: 8px;
    color: #081D36;
    padding: 16px;
    font-size: 16px !important;
	margin-top: 10px;
}
.how_to_acc .Gray {
    border-color: #f6f6f6;
}
#Novelty .kingdom__h3 {
    font-size: 16px;
    color: #ebd787;
    margin-top: 24px;
    background-position: center center;
    background-size: 380%;
    text-shadow: #2d0303 0px 0px 10px;
    background-color: #7f080c;
}


@media(min-width:751px){
	.kingdom__h2 {
		max-width: 900px;
		margin: 0 auto;
	}
	#Quiz .Container, 
	#Novelty .Container, 
	#Ranking .Container {
		max-width: 780px;
    	margin-left: auto;
    	margin-right: auto;
	}
	.wh___box__inner {
		padding: 40px 100px;
	}
	.list__wrap .content__block {
        border-radius: 8px;
        padding: 20px 44px;
        max-width: 400px;
    }
	.kumo_parts {
		width: 350px;
	}
	.Outer__box {
		margin-top: -70px;
	}
	.inner__box {
		padding: 2px 30px;
	}
	.head__ttl {
		font-size: 26px;
	}
	.head__wrap {
		padding: 4px 10px;
		width: 370px;
	}
	.item__list__txt {
		padding: 4px 10px;
		text-align: left;
		font-size: 16px;
		width: 280px;
	}
	.item__list__Q {
		font-size: 26px;
		padding: 6px 46px;
		right: 30px;
	}
	.item__list__left {
		margin-left: 48px;
	}
	.item__list__right {
		margin-right: 48px;
	}
	.img___wrap {
		padding: 32px;
		/* margin-top: 24px; */
	}
	.wh___box::before {
		background-size: 100px;
	}
	.list__wrap .content__block {
		margin-top: 24px;
	}
	.Contents__lead {
		margin-top: 8px;
	}
	.Novelty__item__wrap {
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.header__ttl::before {
		margin-right: 350px;
	}
	.header__ttl::after {
		margin-left: 350px;
	}
	#Novelty .wallpaper__step::after {
		width: 114px;
		height: 108px;
	}
	#Novelty .kingdom__h3 {
		font-size: 22px;
	}
}
/*************
Ranking
*************/
#Ranking {
    margin-top: -90px;
}
.chara__wrap::after {
    content: '';
    position: absolute;
	background-size: cover;
    
}
.kyokai::after {
	background-image: url(../img/chara_img01.png);
    width: 190px;
    height: 248px;
    top: -18px;
    right: -30px;
}
.moten::after {
    background-image: url(../img/chara_img02.png);
    width: 158px;
    height: 338px;
    top: -18px;
    right: -30px;
}
.kumo__right {
    transform: rotate(180deg);
	margin-right: -16px;
	width: 180px;
	margin-left: auto;
	margin-top: -110px;
}
.battle__img {
    z-index: 5;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
}
#Ranking .inner__wrap {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
#Ranking .header {
	display: flex;
    align-items: center;
    justify-content: center;
	z-index: 2;
}
#Ranking .header::after {
    content: '';
    position: absolute;
    background-image: url(../img/bg_parts.png);
    width: 130px;
    height: 131px;
    background-size: cover;
    z-index: 0;
    opacity: .3;
}
@media(min-width:751px){
	.kyokai::after {
		width: 280px;
		height: 375px;
	}
	.kumo__right {
		margin-right: -100px;
		width: 350px;
	}
	.moten::after {
		width: 238px;
		height: 500px;
		right: -50px;
	}
	#Ranking .header::after {
		width: 230px;
		height: 236px;
	}
}
@media(min-width:850px){
	.kumo__right {
		right: -150px;
		margin-top: -220px;
	}
}
/*************
ProMotion
*************/
#ProMotion {
    background-color: #F5E8AE;
}
#ProMotion::before {
	content: '';
    position: absolute;
    background-image: url(../img/concrete-wall-2.png);
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#ProMotion .kingdom__h2 {
    margin-top: 20p;
    padding-top: 10px;
}
#ProMotion .Container {
    margin-top: -70px;
}
#ProMotion .header {
    font-size: 24px;
    background-image: url(../img/heading_bg.png);
    background-size: 200%;
    padding: 8px;
    margin-bottom: 8px;
}
.main__lead {
    font-size: 20px;
    line-height: 1.6;
	margin-bottom: 10px;
}
.item__wrap__header__ttl {
    background-color: #9D050D;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    width: 150px;
}
.item__wrap__header::before {
    content: '';
    position: absolute;
    background-image: url(../img/bg_parts02.png);
    width: 120px;
    height: 113px;
    background-size: cover;
    bottom: -30px;
    right: 0;
	z-index: -1;
}
.list__item__Box {
    background-color: #081D36;
    padding: 4vw;
	margin-top: 16px;
}
.list__item__header {
    margin-bottom: 10px;
}
.item__wrap {
    margin-top: 30px;
}
.Poster__wrap .item__wrap__header__ttl {
    width: 180px;
}
.poster___block {
	margin-top: 10px;
}
.poster___block:first-child {
	margin-top: 0;
}
#ProMotion .acc_body {
    background-color: #fff;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    color: #081D36;
    padding: 24px;
}
.poster___block .heading {
    background-color: #DDD;
}
#ProMotion .acc_btn {
    padding: 2px 100px 3px 100px;
    background-color: #000;
    color: #FFF;
    margin: 0 auto;
    width: auto;
    border-radius: unset;
    border: unset;
    max-width: 400px;
    font-size: 16px;
}
#ProMotion .caution_acc {
    position: relative;
    z-index: 2;
}

@media(min-width:751px){
	.item__wrap__header::before {
		width: 200px;
		height: 203px;
		bottom: -50px;
	}
	.Poster__wrap .item__wrap__header__ttl {
		width: 250px;
	}
}
/*************
Information
*************/
.kingdom__h3 {
    font-size: 22px;
    background-image: url(../img/heading_bg.png);
    padding: 8px;
    margin-bottom: 8px;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}
.on_AIR_info__wrap p {
    border: 1px #fff solid;
    margin-bottom: 10px;
}
.btn__official__wrap img {
    display: block;
    max-width: 400px;
    margin: 8px auto;
}
.btn__official__wrap {
    padding: 0px 30px;
}
@media(min-width:751px){
	#ProMotion::before {
		background-size: 100px;
	}
	#ProMotion .flex {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
	#ProMotion .list__item__Box {
		width: 40%;
		padding: 20px 32px;
	}
	.list__item__header {
		margin-bottom: 10px;
		font-size: 18px;
	}
	#ProMotion .header {
		font-size: 30px;
		background-size: 100%;
	}
	#Information ul.text_list li + li {
		margin-top: 8px;
	}
	#Information .header {
		max-width: 540px;
		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;
    }
}



/*************
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: #9D050D;
	color: #FFF;
	border: 4px solid #9D050D;
}
.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;
	}
}

/*-------------------------
モーダル
--------------------------*/
.modal_btn{
    cursor: pointer;
}

.md-overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	z-index: 9999;
  }
  .modal__contents{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 550px;
	height: auto;
	transform: translate(-50%,-50%);
	z-index: 10000;
  }

  .modal__block img {
    max-width: 240px;
    margin: 0 auto;
}
.md-xmark {
    position: absolute;
    top: -30px;
    right: 10px;
    width: 40px;
    height: 32px;
    z-index: 9999;
    cursor: pointer;
    border-radius: 50%;
}
  .md-xmark span {
    height: auto;
    position: absolute;
    left: 0;
    width: 70%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
}
  .md-xmark span:nth-of-type(1) {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-45deg);
  }
  .md-xmark span:nth-of-type(2) {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
  }

 
.modal_btn::after {
    background-image: url(../img/parts_lenz.png);
    position: absolute;
    cursor: pointer;
    content: '';
    width: 50px;
    height: 50px;
    right: -18px;
    bottom: -18px;
    background-size: contain;
}




@media(min-width:751px){
.modal__block img { 
	max-width: 180px;
    margin: 0 auto;
}

}



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

}
@media(max-width:750px){
	.pc {
		display: none;
	}

}
@media(min-width:1366px){
	.pc2 {
		display: block;
	}
	#mainVisual .pc {
		display: none;
	}

}
@media(max-width:1365px){
	.pc2 {
		display: none;
	}
	

}
	
