@charset "utf-8";
#taps{display: none;}
#clicks{display: block;}
.bg_sp {
	display: none;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	text-align: center;
	font-size: 100%;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 0px;
	font-size: 100%;
	color: #222;
	overflow-x: hidden;
}

.c-standby {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #FFF;
}

.c-standby span {
	color: #000;
	text-align: center;
}

.footer_link_div {
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 420px;
	margin: 0 auto;
	text-align: center;
}

.footer_link_div a {
	color: #00a8ff;
	text-decoration: none;
	border: 1px solid #00a8ff;
	border-radius: 100px;
	padding: 4px 1em;
	margin: 6px auto;
}

.footer_link_div p {
	font-weight: 900;
	color: #00a8ff;
	margin: 2em auto;
	text-align: center;
}

.wrapper {
	width: 100%;
	background-image: url("bg.webp");
	background-position: center;
	background-size: 100% auto;
	background-attachment: fixed;
}

main {
	text-align: center;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 2px 2px 20px 10px rgba(255, 100, 100, 0.2);
}

h1,
h2,
p,
li,
span
{
transform: rotateZ(0.03deg) !important;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

ul li {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
	overflow-wrap: break-word;
	word-break: break-all;
}

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;
}

/*ヘッダー*/
header {
	background-color: #ff6f6f;
}

header p {
	color: #FFF;
	text-align: center;
	padding: 8px 0;
}

.top_img {
	background-color: #f2eff6;
}

/*h1*/
h1 {
	text-align: center;
	text-indent: -0.5em;
	font-size: 32px;
	margin-top: 0.5em;
	padding: 24px 0;
	font-weight: 900;
	color: #ff4d4d;
	line-height: 1.5;
}

.h1_sub_p {

	text-align: left;
	width: fit-content;
	max-width: 90%;
	margin: 4px auto;
	letter-spacing: 0.5px;
	font-size: 16.5px;
}

.h1_top_p {
	text-align: left;
	width: fit-content;
	margin: 1em auto;
	margin-bottom: 2em;
	font-size: 18px;
	line-height: 1.5em;
	letter-spacing: 0.5px;
}

/*チケット情報*/
.h2_div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 668px;
	background-color: #FFF;
	border-radius: 100px;
	padding: 20px 0;
	line-height: 1em;
	margin: 0px auto;
	margin-bottom: 20px;
}

.h2_div h2,
.h2_div span {
	text-align: center;
	font-size: 28px;
	font-weight: 900;
	color: #ff6f6f;
}

.h2_div h2 {
	padding-left: 1em;
	padding-right: 1em;
}

.tic_b_notop,
.tic_b {
	font-weight: 800;
	font-size: 18px;
	text-align: left;
	color: #212121;
	line-height: 1.6em;
	margin: 0.5em auto;
}

.tic_b {
	margin-top: 2em;
}

.tic_b_notop {
	margin-top: 0;
}

.tic_p {
	text-align: left;
	line-height: 1.5em;
}

.tic_mini_p {
	font-size: 12px !important;
	line-height: 1.2em;
}

.pink_mat_div {
	border-radius: 30px 30px 16px 16px;
	text-align: left;
	background-color: #ffe8f2;
	padding: 16px;
	margin: 40px auto;
	width: 98%;
	max-width: 700px;
}

.tic_dl_div {
	margin: 4px 0;
	background-color: #FFF;
	border: 2px solid #FFF;
	border-radius: 3px;
	overflow: hidden;
	width: 100%;
}

.tic_dl {
	width: 100%;
	display: flex;
}

.tic_dl p {
	font-size: 18px;
}

.tic_dl dt {
	width: 250px;
	border: 1px solid #FFF;
	background-color: #ff6f6f;
	padding: 4px 16px;
	display: flex;
	align-items: center;
}

.tic_dl dt p {
	color: #FFF;
}

.tic_dl dd {
	width: 100%;
	border: 1px solid #FFF;
	background-color: #fff2f5;
	padding: 4px 16px;
	padding-right: 24px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.tic_ul {
	width: 98%;
	margin: 4px auto;
}

.tic_ul li {
	font-size: 16px;
	margin-bottom: 2px;
}

.tic_sc_dl {
	display: flex;
	width: 100%;
	margin: 0 auto;
	border-radius: 3px;
	overflow: hidden;
	border: 2px solid #FFF;
}

.tic_sc_dl dt {
	width: 250px;
	border: 1px solid #FFF;
	background-color: #ff6f6f;
	padding: 4px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tic_sc_dl dt p {
	white-space: nowrap;
	color: #FFF;
	font-size: 18px;
}

.tic_sc_dl dd {
	width: 100%;
	border: 1px solid #FFF;
	background-color: #fff2f5;
	padding: 4px 16px;
	padding-right: 24px;
}

.tic_sc_dl dd p {
	font-size: 18px;
}

.tic_figcap1,
.tic_figcap2 {
	font-size: 16px;
	letter-spacing: -0.5px;
	margin: 4px auto;
	margin-bottom: 1em;
}

.tic_figcap2 {
	letter-spacing: 0;
}

.tic_toku_img {
	width: 100%;
	border: 1px solid #ffd3e6;
}

.tic_tyusen_p {
	margin: 4px auto;
	margin-bottom: 1em;
	text-align: center;
}

.tic_comingsoon_btn,
.tic_popup_btn {
	margin: 4px auto;
	width: 300px;
	max-width: 96%;
	border-radius: 100px;
	padding: 16px;
	font-size: 18px;
	font-weight: 700;
	background: #999;
	color: #FFF;
}

.tic_popup_btn {
	background-color: #06c755;
}

.tic_btn_div {
	text-align: center;
}

.tic_btn_a {
	text-decoration: none;
	display: inline-block;
	margin: 0px auto;
	text-align: center;
}

.tic_btn_a img {
	text-align: center;
	width: 90%;
	max-width: 300px;
	height: auto;
	display: block;
	margin: 0px auto;
	filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.1));
}

.tic_kochira_p {
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	margin: 1.5em auto;
	margin-bottom: 2px;
	font-family: sans-serif;
}

.tic_end_btn_p {
	font-size: 10px;
}

.tic_popup_ul {
	margin: 4px auto;
}

.tic_popup_ul li {
	font-size: 15px;
	margin-bottom: 2px;
}

/*会場情報*/
.place_dl {
	width: 90%;
	max-width: 540px;
	margin: 0 auto;
	margin-top: 1em;
	text-align: center;
}

.place_dl dt {
	background-color: #ff6f6f;
	color: #FFF;
	padding: 4px 0;
}

.place_dl dd {
	padding: 4px 0;
}

.place_dl dd p {
	font-size: 18px;
	line-height: 1.5em;
}

.place_mini_p {
	font-size: 16px;
}

.place_btn_div {
	display: flex;
	margin: 8px auto;
	width: 100%;
	justify-content: space-between;
}

.place_btn_a {
	margin: 0 auto;
	text-decoration: none;
	background-color: #4d90ff;
	border-radius: 100px;
	filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.1));
}

.place_btn_a p {
	padding: 4px 1.5em;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
}

.place_x_div {
	display: flex;
	justify-content: center;
	margin-top: 2px;
}

.place_x_in_div {
	width: 50%;
}

.place_x_p {
	margin: 4px auto;
	text-align: center;
	font-size: 14px !important;
}

.place_x_a {
	text-decoration: none;
	display: inline-block;
}

.place_x_a p {
	color: #FFF;
	font-weight: 700;
	padding: 8px;
	background-color: #000;
	width: 220px;
	max-width: 90%;
	margin: 0px auto;
}

/*Goods*/
.goods_pink_mat_div {
	border-radius: 30px;
	margin: 0px auto;
}

.goods_h2_div {
	margin-bottom: 0;
}

.goods_div {
	width: 100%;
	background: #ffe8f2;
	margin: 6px auto;
	border-radius: 10px;
	padding-top: 6px;
	padding-bottom: 12px;
}

.goods_item_img {
	margin: 6px auto;
	width: 98%;
	border: 1px solid #ffe8f2;
}

.goods_b {
	text-align: center;
	font-weight: 900;
	margin: 8px auto;
	margin-top: 1.5em;
	font-size: 28px;
}

figure {
	text-align: center;
}

.goods_toku_img {
	width: 92%;
	margin: 0 auto;
}

.goods_toku_p {
	font-size: 19px;
	width: 90%;
	margin: 4px auto;
}

/*購入制限*/
.limit_line_div {
	background-color: #FFF;
	border: 2px solid #ccc;
	padding: 16px 0;
	text-align: center;
}

.limit_spon {
	display: none;
}

.limit_b {
	font-size: 20px;
}

.limit_p1,
.limit_p2 {
	width: fit-content;
	text-align: left;
	margin: 1em auto;
}

.limit_p2 {
	font-size: 20px;
	line-height: 1.7em;
	padding-right: 1em;
}

.limit_ul {
	width: fit-content;
	margin: 0 auto;
}

.limit_ul li {
	text-align: left;
	font-size: 14px;
}

/*刀剣乱舞とは？*/
.what_p {
	width: fit-content;
	margin: 0 auto;
	margin-bottom: 8px;
	line-height: 1.7em;
}

/*見どころ*/
.midokoro_mini_p2{
	font-size: 12px;
	margin: 0 auto;
	margin-top: 4px;
	color: red;
	text-align: center;
}
.midokoro_mini_p{
	font-size: 10px;
	font-weight: 700;
	font-family: sans-serif;
	padding-left: 1em;
	text-indent: -1em;
	text-align: center;
}
.midokoro_b {
	text-align: center;
	margin-top: 1em;
	font-weight: 800;
	font-size: 18px;
	line-height: 1.8em;
}

.midokoro_p {
	width: fit-content;
	margin: 0 auto;
}

.midokoro_map_img {
	width: 100%;
	border: 1px solid #ffd3e6;
	margin-bottom: 1em;
}

.midokoro_end_p {
	margin-bottom: 1em;
}

/*注意事項*/
.att_div {
	margin: 0 auto;
	width: 96%;
}

.att_b {
	color: #000;
	margin-top: 20px;
	margin-bottom: 4px;
}

.att_b_top {
	margin-top: 0;
}

.att_div li {
	font-size: 14px;
}

.att_toi_p {
	margin: 24px auto;
	text-align: center;
	font-size: 14px;
}

/*フッター*/
.footer_tensai_p {
	margin: 1em auto;
	text-align: center;
}

.footer_top_div {
	display: block;
	text-align: center;
}

.footer_top_bt_a {
	display: inline-block;
}

.footer_top_bt_a img {
	width: 50px;
	height: auto;
	display: block;
	margin: 20px auto;
	margin-top: 40px;
	outline: 1px solid #ff6f6f;
}

.footer_top_bt_a:hover {
	filter: hue-rotate(180deg);
}

footer {
	background-color: #ff6f6f;
}

footer p {
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding: 8px 0;
}

/*u-=utility*/
.u-borderbottom1px {
	border-bottom: 1px solid #FFF !important;
}

.u-mt16 {
	margin-top: 16px !important;
}

.u-indent05 {
	text-indent: -0.5em !important;
}

.u-ls05 {
	letter-spacing: -0.5px !important;
}

.u-red {
	color: red !important;
}

.u-green {
	color: #006600 !important;
}

.u-bold700 {
	font-weight: 700 !important;
}

.u-bold800 {
	font-weight: 800 !important;
}

.u-bold900 {
	font-weight: 900 !important;
}

.u-filtergray {
	filter: grayscale(1) !important;
}
.u-pointer{
	cursor: pointer;
}
@media screen and (min-height: 1081px) {
	.wrapper {
		background-position: center;
		background-size: cover;
	}
}

/*SPはcss_sp.cssへ*/
@media screen and (max-width: 1850px) {
	.wrapper {
		background-size: cover;
	}
}

@media screen and (max-width: 1921px) {
	.wrapper {
		background-size: cover;
	}
}

@media screen and (min-height: 1081px) {
	.wrapper {
		background-size: cover;
	}
}