@charset "utf-8";
.bg_sp{display: none;}
/*全体*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,body{margin: 0;padding: 0;}
body {
	background-color:#000;
	text-align: center;
	font-size: 100%;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	color: #222;
	overflow-x: hidden;
}
img{width: auto;height: auto;vertical-align: bottom;}
ul li{
	list-style:none;
	padding-left: 1em;
	text-indent: -1em;
}
a:hover {opacity: 0.8;}
/*準備中*/
.c-standby {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #fff;
    color: #272121;
}
.c-standby span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    font-weight: 600;
}
/*BG*/
.bg_mat_div{
	display: block;
	position: fixed;
	z-index: -1;
	background: linear-gradient(180deg, #E8D344 0%, #E60012 100%);
	margin: 0 auto;
	width: 100%;
	min-height: 100vh;	
}
.bg_ue_tenten_img,.bg_shita_tenten_img{
	width: 26vw;
	max-width: 673px;
	position: absolute;
	top:0;bottom: auto;left: 0;right: auto;
	z-index: -1;
}
.bg_shita_tenten_img{
	top:auto;bottom: 0;left:auto;right: 0;
	transform: rotate(180deg);
}
.bg_mat_sp_img{display: none;}
/*＝＝＝ヘッダー＝＝＝*/
header{
	display: block;
	position: fixed;
	top:0;left: 0;right: 0;
	margin: 0 auto;
	background-color: #333;
	width: 100%;
	min-height: 50px;
	z-index: 89;
}
.header_div{
	display: flex;
	align-items: center;
	position: relative;
	width: 90%;
	max-width: 542px;
	height: 100%;
	min-height: 50px;
	margin: 0 auto;
	text-align: left;
}
.header_logo_img{
	width: 73px;
	padding-top: 12px;
	height: auto;
	margin: 0 auto;
	margin-left: 0;
}
.header_logo_img_a3{
	width: auto;
	height: 30px;
	margin: 0 auto;
}
.header_goods_img{
	display: block;
	position: absolute;
	top:9px;
	right: 40px;
	width: 130px;
	height: auto;
}
main{
	display: block;	
	width: 100%;
	min-height: 100vh;
	margin: 0 auto;
	margin-top: 50px;
	background-position: center;
	background-size: 1920px auto;
	background-attachment: fixed;
	overflow: hidden;
}
/*＝＝＝ＴＯＰ＝＝＝*/
/*TOPヘッドライン*/
.top_headline_wrap_div{
	display: block;
	position: relative;
}
.top_headline_div {
    width: 100%;
    position: absolute;
    top: 0;
    height: 22px;
    color: #FFF;
    font-weight: 500;
    background: rgba(41, 6, 29, 0.30);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_headline_div a{
	color: #FFF;
	text-decoration: none;
}
.top_headline_div p{
	opacity: 1;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    line-height: 0;
    animation: ani_slideInFromRight 0.5s 
	linear forwards;
}
@keyframes ani_slideInFromRight {
  0% {transform: translateX(100%);opacity: 0;}
  20% {transform: translateX(100%);opacity: 0;}
  100% {transform: translateX(0);opacity: 1;}
}
/*集中線エフェクト*/
.top_syutyusen_div{
	position: absolute;
	z-index: 1;
	top:0px;
	height: 100vh;
	max-height: 1089px;
	width: 100%;
	background-image: url("../images/top_syutyusen.webp");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
	
}
/*TOP画像*/
.top_div{
	display: block;
	text-align: center;
	position: relative;
	width: 100%;
	padding: 0;margin:0;
}
.top_pc_img,.top_sp_img{
	display: block;
	width: 100%;
	vertical-align: bottom;
	margin: 0 auto;
}
.p-fv{
	display: block;
	width: 100%;
}
.p-fv__img{
	width: 100%;
	max-width: 1034px;
}
.top_h1{margin:0;padding: 0;line-height: 0;font-size: 0;}
/*ＴＯＰナビゲーションはsw(swiper設定)へ*/

/*＝＝＝商品＝＝＝*/
/*ＩＴＥＭ・プロダクションセクション*/
#a_item,.product_section{
	width: 94%;
	max-width: 1000px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 24px;
}

.product_section{
	padding-top: 6px;
}
#a_item{
	background-color: transparent;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.item_white_div{
	background-color: #FFF;
	width: 100%;
	margin: 0 auto;
}
.product_titlelogo_img{
	width: 90%;
	max-width: 400px;
	height: auto;
}
#undead_space_id{
	height: 70px;
	width: 100%;
	display: none;
}
.product_h2{
	margin: 0 auto;
	padding: 0;
}
.product_in_div{
	width: 900px;
	max-width: 96%;
	margin: 0 auto;
}
.product_b_div{
	width: 98%;
	border-left: 5px solid #C10000;
	margin: 16px auto;
	display: block;	
}
.product_b_div p{
	width: 100%;
	padding-left: 0.5em;
	text-align: left;
	font-size: 20px;
	font-weight: 700;
}
/*アイテム一覧*/
.product_flex_div{
	width: fit-content;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.product-card{
	display: block;
	position: relative;	
	width: 23%;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 20px;
	border-radius: 4px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.10);
	overflow: hidden;
}
.product_rare_div{
	position: absolute;	
	bottom:44px;
	left: 0px;
	z-index: 3;
	width: 100%;
}
.product_rare_div a{	
	width: 100%;
	display: block;
	color: blue;
}
.product_rare_div p{
	font-size: 10px;
	padding: 1px 0.5em;	
}
.product-card_a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	cursor: pointer;	
	text-decoration: none;
}
.product-card_a{opacity: 1!important;}
.product-card img{font-size: 10px;}
.product-card__image{
	aspect-ratio: 1 / 1;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #efefef;
	margin-bottom: 6px;
}
.product-card__content{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	padding: 4px;
	padding-top:0px;
}
.product-card__upper{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	padding: 4px 0;
	padding-bottom: 8px;
}
.product-card__tag-text{
	background-color: #E5004F;
	border-radius: 2px;
	width: 46px;	
	margin-bottom: 2px;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	padding:2px 1em;
	font-size: 10px;
	margin-bottom: 4px;
}
.product-card__description-text,.product-card__price,.product-card__price-amount,.product-card__price-tax{
	font-size: 13px;
	color: #666;
	letter-spacing: 0;
	text-align: left;
	font-weight: 500;
}
.product-card__price{
	text-align: center;
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-set-l{
	font-size: 10px;
	line-height: 1.2em;
	text-align: left;
	width: 60px;
}
.product-set-r{
	font-size: 12px;
	text-align: right;
	width: auto;
}
.product-set-r b{
	font-weight: 700 !important;
	font-size: 16px !important;
	
}
.product-card__description-text{
	width: 95%;
	margin: 0 auto;
	padding-bottom: 4px;
	overflow-wrap: break-word;
	word-break: break-all;
}
.product_rare_text{width: fit-content;
margin: 0 auto;}
.product-card__price{
	text-align: right;
}
.product-card__price b{
	font-weight: 500;
	font-size: 12px;
}
.product-card__price-amount{
	font-weight: 700;
	font-size: 12px;
}
.product-card__price-row,.product-card__price{
	display: flex;
	justify-content: space-between;
}
.product_btn_div{
	width: 96%;
	min-height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background:linear-gradient(135deg, #FFEA00 0%, #FFA600 100%);
	margin: 4px auto;
	margin-top: 0;
	cursor: pointer;

}
.product_btn_div:hover{
	opacity: 0.7;
}
.product_btn_div p{
	text-align: center;
	color: #FFF;
	font-weight: 700;
	font-size: 12px;
	line-height: 0;
	text-shadow: 0 0 3px #df9100;
}
.product_btn_div{display: none;}
/*特典*/
.bleach_comingsoon{
	width: 100%;
	max-width: 886px;
}
.toku_img{
	width: 94%;
	max-width: 550px;
	margin-bottom: 1em;
	border-radius: 4px;
	cursor: pointer;
}
.products_ichiran_a {
    display: block;
    width: 94%;
    max-width: 358px;
    text-decoration: none;
    margin: 1em auto;
    margin-bottom: 2em;
}
.products_ichiran_a p {
    font-size: 14px;
    padding: 8px 0;
    line-height: 1.6em;
}
.rare_img{margin-bottom: 2em;}

/*＝＝＝開催日＝＝＝*/
section{
	width:100%;
	max-width: 1000px;
	margin:0 auto;
	padding: 0;
	display: block;
	z-index: 2;
	margin-bottom: 48px;
}
#a_copyset{
	margin-bottom: 0;
}
.kaisai_h2{padding:0;margin: 0;line-height: 0}
.kaisai_div{
	border-radius: 4.5px;
	width: 98%;
	max-width: 542px;
	min-height: 344px;
	padding:24px;
	margin: 0 auto;
	margin-bottom: 48px;
	background-color: rgba(41,6,29,0.4);
	z-index: 8;
}
.kaisai_flex_div{
	display: flex;
	justify-content: space-between;
}
.kaisai_m_ue_p{
	font-weight: 900;
	letter-spacing: 4px;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	border: 1px solid #FFF;
	margin-bottom: 6px;
	line-height: 1.5em;
	padding: 2px 0;
}
.kaisai_h_div{
	width: 58%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.kaisai_h_div img{
	width: 100%;
	border:1px solid #FFF;	
	margin-bottom: 4px;
	max-width: 277px;
	box-sizing: content-box;
}
.kaisai_h_div p{
	text-align: left;
	font-size: 15px;
	color: #FFF;
	font-weight: 700;
	letter-spacing: 0.5px;
	z-index: 9;
}
.kaisai_m_div{
	width:38%;
}
.kaisai_m_div img{
	width: 100%;
}
.kaisai_btn_a{
	display: block;
	margin-top: 30px;
	z-index: 9;
	position: relative;
}
.kaisai_btn_a:hover{
	opacity: 1;
	filter: hue-rotate(150deg);
}
.kaisai_btn_img{
	width: 99%;
	max-width:329px;
	height: auto;
}
.kaisai_a{
	/*border: 1px solid #000;*/
	display: block;
	width: 100%;
	height: 38px;
}
/*取り扱い商品*/
#a_titles{
	position: relative;
	width: 94%;
	z-index: 2;
}
.u-maxwidth542{max-width: 542px;}
.blue_h2_div{
	display: block;
	height: auto;
	margin:0 auto;
	background-color: #1D2088;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-bottom: 13px;
}
.blue_h2_div h2{
	font-size: 18px;
	color: #FFF;
}
.is-fixed{
	position: fixed;
	top:50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 87;
	width: 94%;
	max-width: 1000px;
}
.is-static{
	position: static;
	top:0;
	width: 100%;
	max-width: 1000px;	
}
#check_id,#dammy_id{
	opacity: 0;
	height: 0;
	margin: 0;
	padding:0;
	font-size: 0;
	background-color: transparent;
}
#dammy_id{
	display: none;
}
#fixbar_id{
	display: block;
}
#fixbar_endpoint_id{
	width: 100%;
	height: 1px;
	opacity: 0;
}
.titles_comingsoon_p{
	font-size: 20px;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	margin: 1em auto;
}
.titles_flex_div{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.titles_ko_div a{
	color: inherit;
	text-decoration: none;
}
.titles_ko_div{
	width: 24%;
	min-height: 125px;
	padding: 8px 0px;
	background-color: #FFF;
	text-decoration: none;
	margin: 0 auto;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.titles_ko_div:hover{
	box-shadow: 0px 0px 20px rgba(255,255,0,0.7);
}
.titles_ko_pcnomargin{margin-right: 0;}
.titles_koimg_div{
	max-width: 198px;
	max-height: 92px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.titles_koimg_div img{
	width: 100%;
}
.titles_tomei{opacity: 0;display: none;}
.titles_ko_p{
	color: #222;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
}
/*イベント概要*/
.blackmat_div{
	position: relative;
	z-index: 88;
	background-color: rgba(0,0,0,0.4);
	padding-top: 40px;
	padding-bottom: 48px;
}
#a_info{
	max-width: 640px;
	margin: 0 auto;
	margin-bottom: 46px;
}
.info_h2_div{
	height: auto;
	margin:0 auto;
	background-color: #FFF;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-bottom: 13px;
}
.info_h2_div h2{
	font-size: 18px;
	font-weight: 700;
	color: #740000;
}
.info_in_div{
	width: 100%;
	padding: 0 12px;
	margin: 0 auto;
}
.info_in_div p{
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	color: #FFF;
}
.info_a{
	color: #FFF;
	white-space: nowrap;
}
.info_p1{
	padding-left: 1em;
	margin-bottom: 24px;
}
/*コピー*/
.copy_section{
	padding: 12px 0;
	background-color: #222;
}
.copy_section p{
	font-size: 10px;
	font-weight: 500;
	line-height: 18px;
	color: #FFF;
}

/*注意事項*/
#a_att {
    margin: 0 auto;
    margin-bottom: 46px;
    max-width: 640px;
    margin-bottom: 0 !important;
}
.att_in_div {
    color: #FFF;
    text-align: left;
    margin: 0 auto;
    max-width: 94%;
}
.att_div p,.att_ul li{
	font-size: 13px;
	color: #FFF;
	text-align: left;
	padding-bottom: 8px;
	font-weight: 400;
}
.info_h2_div h2 {
    font-size: 18px;
    font-weight: 700;
    color: #740000;
}
.att_b,.att_p {
	text-align: left;
	color: #FFF;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
}
.att_p {font-weight: 500;}
.att_ul li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 400;
}
.att_ul li a {
    color: #00e4ff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.att_ul{
	padding-left: 1em;
}
.att_div{
	width: 90%;
	margin:0 auto;
}
.att_b{
	font-size: 15px !important;
	font-weight: 700 !important;
	margin-top: 24px !important;
}
.att_b1{margin-top: 0 !important;}
.att_toi_ul{
	margin:2em auto;
	margin-left: 0.9em;
}
.att_toi_center{
	padding-bottom: 2px !important;
	text-align: center !important;
}
.att_end_li{
	padding-left: 0 !important;
	text-indent: 0 !important;
}
.att_img{
	width: 97%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 6px;
}
/*WHATS*/
.whitemat_div {
    margin: 0;
    padding: 40px 0;
    background-color: #FFF;
    position: relative;
    z-index: 88;
}
#a_eeo {
    margin: 0 auto;
    padding: 0;
}
.eeo_logo_img {
    width: 94%;
    max-width: 393px;
    height: auto;
}
.eeo_p {
    font-size: 16px;
    text-align: center;
    line-height: 1.7em;
}
.eeo_btn_a {
    width: fit-content;
    max-width: 94%;
    margin: 16px auto;
    background: linear-gradient(297deg, #FFAD32 0%, #FF773C 100%);
    box-shadow: 0px 5px 0px #1D2088;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 66px;
    padding: 0 40px;
}
footer{
	padding: 16px 0;
	padding-bottom: 20px;
	background-color: rgba(0,0,0,0.4);
}
footer p{
	font-size: 10px;
	color: #FFF;
	font-weight: 500;
	white-space: nowrap;
	letter-spacing: 0;
}
.fixed_endpoint_id{
	opacity: 0;
	height: 1;
}
/*
@media screen and (max-width:1899px) {
	main{background-size: 100% auto;}
}*/

@media screen and (max-width:1024px) {
	.bg_ue_tenten_img,.bg_shita_tenten_img{
		width: 50%;
		z-index: -1;
	}
	.header_goods_img{display: none;}
	.titles_ko_div{width: 23%;}
}
@media screen and (max-width:1023px) {
	.product_b_div{width: 86%;}
	.product_flex_div{width: 90%;}
	.product-card{width: 30%;}
}
@media screen and (max-width:767px) {

	.header_logo_img{padding-top: 13px;}
	.top_pc_img{display: none;}
	.top_sp_img{display: block;}
	.top_syutyusen_div{display: none;}
	.kaisai_div{
		max-width: 361px;
		min-height: 227px;
		padding: 16px;
	}
	.kaisai_h_div{
		justify-content: flex-start;
	}
	.kaisai_h_div img{
		max-width: 185px;
		height: auto;
		border:1px solid #fff;
	}
	.kaisai_m_div img{
		max-width: 121px;
		height: auto;
	}
	.kaisai_h_div p{
		font-size: 10px;
		letter-spacing: 0;
	}
	.kaisai_m_ue_p{
		font-size: 16px;
	}
	.kaisai_btn_a{
		margin-top: 16px;
	}
	#a_titles{
		width: 94%;
		max-width: 361px;
		margin-bottom: 30px;
	}
	.titles_comingsoon_p{
		margin-bottom: 0;
	}
	.titles_flex_div{
		width: 99.5%;
		justify-content: space-between;
		margin: 0 auto;
	}
	.titles_ko_div{
		width: 32%;
		margin:0;
		margin-bottom:8px;
		padding:4px;
		min-height: unset;
	}
	.titles_tomei{display: block;}
	.titles_tomei img{height: 0;width: 0;}
	.titles-sp-nomrgin{margin-right:0 !important;}
	.titles_ko_p{line-height: 1em;}
	.titles_koimg_div{
		width: 100%;
		max-width: 160px;
	}
	#a_info{
		width: 94%;
		max-width: 361px;
	}
	.product_b_div{width: 89%;}
	.product_flex_div{
		width: 90%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.product-card{
		width: 44%;
		max-width: 44%;
	}

}
@media screen and (max-width: 540px) {
    #a_info, #a_att {
        width: 94%;
        max-width: 361px;
    }
    .product_flex_div{
		width: 100%;
	}
	.product-card{
		width: 47%;
		max-width: 47%;
		margin-left: 4px;
		margin-right: 4px;
	}
	.product-set-l{
		width: 35%;
		max-width: 50px;
		letter-spacing: -0.5px;
	}
	.product_b_div{
    	width: 96%;
    }
    .kaisai_div{
    	width: 94%;
    }
}
@media screen and (max-width: 440px) {
	.top_headline_div {
        justify-content: flex-start;
    }
    .top_headline_div a {
        margin: 0 auto;
        width: 92%;
        max-width: 393px;
        display: block;
    }
    .top_headline_div p{
    	text-align: left;
    }
	a:hover {opacity: 1;}
	body{background-color: #E60012;}
	.bg_mat_div{
		display: block;
		position: fixed;
		z-index: -1;
		top: 0;left: 0;right: 0;bottom: 0;
	    margin:0;
		width: 100vw;
		height: 100vh;
		background: linear-gradient(180deg, #E8D344 0%, #E60012 100%);
	}
	.bg_mat_sp_img{
		display: block;
		position: fixed;
		z-index: -1;
		top: auto;left: 0;right: 0;bottom: 0;
		margin: 0;
		width: 100vw;
		height: 100vh;
		vertical-align: top;
		margin:auto;padding: 0;
	}
	.bg_ue_tenten_img,.bg_shita_tenten_img{
		display: none;
	}
	.att_ul{padding-left: 0.3em;}
	.titles_ko_div:hover{box-shadow: none;}
	.product_btn_div:hover{
		opacity: 1;
	}
	footer p{font-size: 12px;}
	.header_div{
		width: 92%;
		max-width: 393px;
	}
    .eeo_p {
        font-size: 3.8vw;
    }
    .att_img{
	width: 100%;
	}
}
@media screen and (max-width: 375px) {
	.blue_h2_div h2{font-size: 4.2vw;text-indent: -0.5em;}
}
@media screen and (max-width: 360px) {
	.kaisai_div{
		padding-left: 8px;
		padding-right: 8px;
	}

}
@media screen and (max-width: 358px) {
	.top_headline_div p{font-size: 10px;}
	.kaisai_div{width: 94%;min-height: auto;}
	.kaisai_h_div{width: 49%;}
	.kaisai_m_div{width: 49%;}
	.kaisai_h_div p{font-size: 10px;}	
	.att_div p, .att_ul li{
		padding-bottom: 6px;
		font-size: 12px;
	}
	.att_b{
		margin-top: 2em;
		font-size: 13px !important;
	}
	.product-set-r,.product-set-l{
		font-size: 8px;
	}
	.product-card{
		width: 47%;
		max-width: 47%;
		margin-left: auto;
		margin-right: auto;
	}
	.product-card__description-text{
		font-size: 12px;
	}
	.product-card__price b{
		font-size: 14px !important;
	}
}
@media screen and (max-width: 320px) {
}
@media screen and (min-height: 1200px) {
	.top_syutyusen_div{position: absolute;}
}
@media screen and (min-height: 1200px) {
	.top_syutyusen_div{position: absolute;}
}
@media (orientation: portrait) {
	.top_syutyusen_div{position: absolute;}
}