/* === foundation ===  */

/* reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

qbefore,
qafter,
blockquotebefore,
blockquoteafter {
	content: "";
	content: none;
}

a img {
	border: none;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	color: #333333;
	text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

img {
	max-width: 100%;
	vertical-align: bottom;
	border: none;
}

button,
input,
select,
textarea {
	vertical-align: middle;
}

button,
input {
	line-height: normal;
}

button-moz-focus-inner,
input-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

textarea {
	overflow: auto;
	vertical-align: top;
	font-family: sans-serif;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* base */

@font-face {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/Helvetica Now Display/HelveticaNowDisplay-Black.woff") format("woff"), url("../fonts/Helvetica Now Display/HelveticaNowDisplay-Black.woff2") format("woff2"), url("../fonts/Helvetica Now Display/HelveticaNowDisplay-Black.ttf") format("truetype"), url("../fonts/Helvetica Now Display/HelveticaNowDisplay-Black.eot") format("eot");
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/Helvetica Now Display/HelveticaNowDisplay-Bold.woff") format("woff"), url("../fonts/Helvetica Now Display/HelveticaNowDisplay-Bold.woff2") format("woff2"), url("../fonts/Helvetica Now Display/HelveticaNowDisplay-Bold.ttf") format("truetype"), url("../fonts/Helvetica Now Display/HelveticaNowDisplay-Bold.eot") format("eot");
	font-display: swap;
}

@font-face {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/Helvetica Now Display/HelveticaNowDisplay-Medium.woff") format("woff"), url("../fonts/Helvetica Now Display/HelveticaNowDisplay-Medium.woff2") format("woff2"), url("../fonts/Helvetica Now Display/HelveticaNowDisplay-Medium.ttf") format("truetype"), url("../fonts/Helvetica Now Display/HelveticaNowDisplay-Medium.eot") format("eot");
	font-display: swap;
}

@font-face {
	font-family: 'noto-sans';
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/noto-sans/notosansjp-medium.woff") format("woff"), url("../fonts/noto-sans/notosansjp-medium.woff2") format("woff2"), url("../fonts/noto-sans/notosansjp-medium.ttf") format("truetype"), url("../fonts/noto-sans/notosansjp-medium.eot") format("eot");
	font-display: swnoto-sans;
}

@font-face {
	font-family: 'noto-sans';
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/noto-sans/notosansjp-Bold.woff") format("woff"), url("../fonts/noto-sans/notosansjp-Bold.woff2") format("woff2"), url("../fonts/noto-sans/notosansjp-Bold.ttf") format("truetype"), url("../fonts/noto-sans/notosansjp-Bold.eot") format("eot");
	font-display: swap;
}

@font-face {
	font-family: 'noto-sans';
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/noto-sans/notosansjp-black.woff") format("woff"), url("../fonts/noto-sans/notosansjp-black.woff2") format("woff2"), url("../fonts/noto-sans/notosansjp-black.ttf") format("truetype"), url("../fonts/noto-sans/notosansjp-black.eot") format("eot");
	font-display: swap;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	min-height: -webkit-fill-available;
	color: #333333;
	background: #F7F7F7;
	min-width: 320px;
}

body .l-header,
body .l-wrap,
body .l-footer,
body .p-menu__button {
	opacity: 0;
	-webkit-animation-name: bodyFadeIn;
	animation-name: bodyFadeIn;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

body.is-fadeOut .l-header,
body.is-fadeOut .l-wrap,
body.is-fadeOut .l-footer,
body.is-fadeOut .p-menu__button {
	-webkit-animation-name: bodyFadeOut;
	animation-name: bodyFadeOut;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

html {
	background-color: #fff;
	height: -webkit-fill-available;
}

b,
strong {
	font-weight: 400;
}

a {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

a:hover {
	opacity: 0.5;
	text-decoration: none;
}

/* === layout ===  */

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 5;
	background: url(../images/header-bg.png);
	background-size: cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
}

.l-header__inner {
	padding: 0 31px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.l-header__logo {
	width: 664px;
	height: auto;
	display: block;
	margin-right: auto;
	margin-right: 20px;
	margin-top: 5px;
}

.l-footer__supported {
	negative: #fff;
	padding: 46px 0 53px;
}

.l-footer__supported img {
	display: block;
	margin: 0 auto;
	width: 426px;
}

.l-footer__bottom {
	background: url(../images/footer-bg.png) no-repeat center bottom;
	background-size: cover;
	position: relative;
	padding: 90px 0 85px;
}

.l-footer__image {
	position: absolute;
	left: 50%;
	top: -24px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 896px;
	display: block;
	pointer-events: none;
}

.l-footer__sns-title {
	font-family: "Helvetica", sans-serif;
	font-size: 30px;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin-bottom: 30px;
}

.l-footer__sns-lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 28px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
}

.l-footer__sns-list {
	width: 56px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.l-footer__copyright {
	font-family: "Helvetica", sans-serif;
	font-size: 17px;
	line-height: 2em;
	letter-spacing: 0.05em;
	font-weight: 600;
	text-align: center;
	color: #fff;
}

.l-wrap {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 70px;
}

.l-section {
	padding: 0 20px;
}

.l-section__inner {
	position: relative;
	margin: 0 auto;
}

/* === utility ===  */

/* === component ===  */

.c-anchor {
	position: relative;
}

.c-anchor div {
	position: absolute;
	top: -70px;
}

.c-anchor div#yokohama,
.c-anchor div#nihon {
	top: -140px;
}

.c-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 85px;
	width: 100%;
	max-width: 705px;
	margin: 0 auto;
	padding: 5px 30px 10px;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}

.c-button._large {
	max-width: 765px;
}

.c-button._green {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-button._green:before,
.c-button._green:after {
	content: "";
	background-image: url(../images/button-bg-2.png);
}

.c-button._green span {
	color: #FFE200;
	font-family: "Helvetica", sans-serif;
	font-size: 40px;
	-webkit-text-stroke: 1px #231815;
}

.c-button._orange:before,
.c-button._orange:after {
	content: "";
	background-image: url(../images/button-bg-3.png);
}

.c-button._blue {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-button._blue:before,
.c-button._blue:after {
	content: "";
	background-image: url(../images/button-bg-4.png);
}

.c-button._blue span {
	color: #FFE200;
	font-family: "Helvetica", sans-serif;
	font-size: 40px;
	-webkit-text-stroke: 1px #231815;
}

.c-button:before,
.c-button:after {
	content: "";
	display: block;
	position: absolute;
	width: 90%;
	background-image: url(../images/button-bg.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	top: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.c-button:before {
	background-position: left top;
	left: 0;
}

.c-button:after {
	background-position: right 0 top 0;
	right: 0;
}

.c-button img {
	z-index: 1;
}

.c-button img.c-button__more-arrow {
	position: absolute;
	right: 52px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.c-button span {
	position: relative;
	font-size: 30px;
	letter-spacing: 0.05em;
	color: #fff;
	font-weight: 700;
	z-index: 1;
}

.c-button span.c-button__small-text {
	font-size: 28px;
	padding-right: 2em;
	text-align: center;
	line-height: 1.3em;
}

.c-button.is-open .c-button__more-arrow {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.se-ticket__box-button-icon-1 {
	position: absolute;
	left: 46px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.se-ticket__box-button-icon-2 {
	position: absolute;
	right: 24px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.se-ticket__box-button-icon-3 {
	position: absolute;
	left: 24px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.c-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 74px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 104px;
}

.c-buttons .c-button {
	width: calc((100% - 74px) / 2);
}

.c-buttons .c-button .se-ticket__box-button-icon-1 {
	position: absolute;
	left: 28px;
}

a.c-button-2 {
	max-width: 360px;
	width: 100%;
	margin: 0 auto;
	border-radius: 50px;
	border: 1px solid #2556F0;
	color: #2556F0;
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	padding: 10px;
	letter-spacing: 0.05em;
	min-height: 60px;
}

a.c-button-2:hover {
	background: #2556F0;
	color: #fff;
	opacity: 1;
}

.c-cards__head-text {
	text-align: center;
}

.c-cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 0 6.89%;
}

.c-cards .js-more {
	width: 100%;
}

.c-card {
	width: calc((100% - 53px) / 2);
	width: 46.555%;
	border: 1px solid #231815;
	margin-bottom: 55px;
}

.c-card__link {
	display: block;
	height: 100%;
	padding: 25px;
}

.c-card__link:hover {
	opacity: 1;
}

.c-card__link:hover .c-card__img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.c-card__link p {
	color: #fff;
	font-size: 17px;
	line-height: 28px;
	letter-spacing: 0.05em;
	font-weight: 500;
}

.c-card__image {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.c-card__img {
	display: block;
	width: 100%;
	height: 100%;
	font-family: "object-fit:cover";
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.c-card__time {
	background: #666666;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: #fff;
	font-weight: 600;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 133px;
	padding: 0 10px;
	height: 28px;
	text-align: center;
}

.c-image {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	max-width: unset;
	pointer-events: none;
}

.c-image._concept-1 {
	width: 1193px;
	top: 0;
	margin-left: 20px;
}

.c-image._event-1 {
	width: 300px;
	top: -157px;
	margin-left: -250px;
}

.c-image._event-2 {
	width: 234px;
	top: -235px;
	margin-left: 484px;
}

.c-image._ticket-1 {
	width: 188px;
	top: -107px;
	margin-left: -579px;
}

.c-image._ticket-2 {
	width: 207px;
	top: -108px;
	margin-left: 582px;
}

.c-image._news-1 {
	width: 444px;
	top: -78px;
	margin-left: -452px;
}

.c-image._news-2 {
	width: 361px;
	top: -94px;
	margin-left: 445px;
}

.c-image._day1-mv {
	width: 1280px;
	top: -5px;
}

.c-image._day2-mv {
	width: 1439px;
	top: 0;
}

.c-image._day2-mv2 {
	height: 329px;
	top: 0;
	margin-left: 529px;
}

.c-page-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	-webkit-text-stroke: 2px #231815;
	font-family: "Helvetica", sans-serif;
	height: 250px;
	display: flex;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 20px;
}

.c-page-header._day-1 {
	background: url(../images/day1-bg.png) repeat center top;
}

.c-page-header._day-2 {
	background: url(../images/day2-bg.png) repeat center top;
}

.c-page-header__day {
	font-size: 60px;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	line-height: 0.9em;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	letter-spacing: 0.1em;
	font-weight: 700;
}

.c-page-header__date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	margin-bottom: 30px;
	line-height: 0.9em;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

.c-page-header__date span:first-child {
	font-size: 70px;
	letter-spacing: 0.1em;
}

.c-page-header__date span:last-child {
	font-size: 30px;
	line-height: 54px;
	letter-spacing: 0.1em;
	width: 111px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #231815;
	-webkit-text-stroke: 1px #231815;
}

.c-text {
	font-size: 25px;
	line-height: 2em;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;
	font-weight: 700;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	z-index: 1;
}

.c-title {
	font-size: 80px;
	letter-spacing: 0.1em;
	line-height: 1em;
	-webkit-text-stroke: 2px #231815;
	font-family: "Helvetica", sans-serif;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

.c-title._concept {
	color: #FFE200;
}

.c-title._event {
	color: #2556F0;
}

.c-title._ticket {
	color: #fff;
	margin-bottom: 15px;
}

.c-title._news {
	color: #FFE200;
	margin-bottom: 18px;
}

/* === section ===  */

.se-concept {
	background: url(../images/concept-bg.png) repeat center top;
	background-size: 1280px auto;
}

.se-concept .l-section__inner {
	max-width: 890px;
	padding: 85px 0 205px;
}

.se-event {
	background: url(../images/event-bg.png) repeat center top;
	background-size: 1280px auto;
}

.se-event .l-section__inner {
	max-width: 1140px;
	padding: 113px 0 150px;
}

.se-event__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 7%;
	margin-top: 56px;
	position: relative;
}

.se-event__items-image-1 {
	position: absolute;
	width: 240px;
	top: -229px;
	left: -11px;
}

.se-event__items-image-2 {
	position: absolute;
	width: 258px;
	top: -311px;
	right: -8px;
}

.se-event__item {
	border-radius: 40px;
	border: 3px solid #231815;
	padding: 63px 20px 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-weight: 700;
	-webkit-text-stroke: 2px #231815;
	font-family: "Helvetica", sans-serif;
	width: calc((100% - 80px) /2);
	z-index: 1;
}

.se-event__item img {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.se-event__item._day1 {
	background: #FFE200;
}

.se-event__item._day1:hover {
	background: #FFF399;
	opacity: 1;
}

.se-event__item._day2 {
	background: #4EB8F3;
}

.se-event__item._day2:hover {
	background: #83CDF7;
	opacity: 1;
}

.se-event__item-day {
	font-size: 60px;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	line-height: 0.9em;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.se-event__item-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	margin-bottom: 30px;
	line-height: 0.9em;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	letter-spacing: 0.1em;
}

.se-event__item-date span:first-child {
	font-size: 70px;
	letter-spacing: 0.1em;
}

.se-event__item-date span:last-child {
	font-size: 30px;
	line-height: 54px;
	width: 111px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #231815;
	-webkit-text-stroke: 1px #231815;
	letter-spacing: 0.1em;
}

.se-lower .l-section__inner {
	max-width: 1200px;
	padding: 113px 0 94px;
}

.se-lower._day-1 {
	background: url(../images/day1-content-bg.png) repeat center top;
	background-size: 1280px auto;
}

.se-lower._day-2 {
	background: url(../images/day2-content-bg.png) repeat center top;
	background-size: 1280px auto;
}

.se-lower .c-text {
	color: #333333;
}

.se-lower__box {
	padding: 40px 60px 68px;
	border-radius: 40px;
	background: #fff;
	margin-top: 50px;
}

.se-lower__box .c-text {
	color: #333333;
	margin: 10px auto 20px;
}

.se-lower__box + .se-lower__box {
	margin-top: 80px;
}

.se-lower__box._type-1 {
	border: 3px solid #2BAC38;
}

.se-lower__box._type-1 .se-lower__box-title {
	color: #00A63C;
	border-bottom: 3px solid #2BAC38;
}

.se-lower__box._type-1 .c-card {
	background: #2BAC38;
}

.se-lower__box._type-2 {
	border: 3px solid #0097E0;
}

.se-lower__box._type-2 .se-lower__box-title {
	color: #0097E0;
	border-bottom: 3px solid #0097E0;
}

.se-lower__box._type-2 .c-card {
	background: #0097E0;
}

.se-lower__box-title {
	text-align: center;
	font-size: 70px;
	line-height: 80px;
	letter-spacing: 0.1em;
	font-family: "Helvetica", sans-serif;
	-webkit-text-stroke: 2px #231815;
	padding-bottom: 15px;
	font-weight: 700;
}

.se-lower__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	margin-bottom: 53px;
	width: 100%;
	margin-top: 90px;
}

.se-lower__button {
	color: #fff;
	font-size: 25px;
	letter-spacing: 0.05em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 80px;
	position: relative;
	width: calc((100% - 20px) / 2);
	font-weight: 700;
}

.se-lower__button:after {
	content: '';
	display: block;
	border-top: 8px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	left: 50%;
	bottom: 8px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.se-lower__button._green {
	background: #00A63C;
}

.se-lower__button._green:hover {
	opacity: 1;
	background: #4CC176;
}

.se-lower__button._blue {
	background: #0097E0;
}

.se-lower__button._blue:hover {
	opacity: 1;
	background: #4CB6E9;
}

.se-news {
	background: url(../images/news-bg.png) repeat center top;
	background-size: 1280px auto;
}

.se-news .l-section__inner {
	max-width: 1040px;
	padding: 108px 0 103px;
}

.se-news .c-text {
	color: #333333;
}

.c-news-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
}

.c-news-tab {
	font-weight: 700;
	font-size: 18px;
	line-height: 1em;
	color: #999;
	cursor: pointer;
	white-space: nowrap;
	border-right: 1px solid #333333;
	margin-right: 15px;
	padding-right: 15px;
}

.c-news-tab:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

.c-news-tab._active {
	color: #333;
	cursor: default;
}

.c-news-tab:hover {
	color: #333;
}

.c-news-lists {
	border-top: 1px solid #999999;
	margin-top: 43px;
}

.c-news-list {
	border-bottom: 1px solid #999999;
	padding: 20px 0;
}

.c-news-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-news-category {
	width: 170px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

.c-news-category._cat-1 {
	background: #8FC31F;
}

.c-news-category._cat-2 {
	background: #F39800;
}

.c-news-category._cat-3 {
	background: #C30D23;
}

.c-news-category._cat-4 {
	background: #7E318E;
}

.c-news-category._cat-5 {
	background: #FDD000;
}

.c-news-category._cat-6 {
	background: #2BAC38;
}

.c-news-category._cat-7 {
	background: #004E9D;
}

.c-news-category._cat-8 {
	background: #666666;
}

.c-news-date {
	font-family: "Helvetica", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 40px;
	color: #333333;
	margin-left: 29px;
	width: 158px;
	letter-spacing: 0.1em;
}

.c-news-text {
	width: calc(100% - 357px);
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 2em;
	color: #333333;
	padding: 2px 0;
	letter-spacing: 0.05em;
}

.se-page-navi {
	padding: 80px 20px;
}

.se-page-navi._day-1 {
	background: url(../images/day1-content-bg.png) repeat center top;
	background-size: 1280px auto;
}

.se-page-navi._day-1 img {
	right: auto;
	left: 34px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.se-page-navi._day-2 {
	background: url(../images/day2-content-bg.png) repeat center top;
	background-size: 1280px auto;
}

.se-page-navi .l-section__inner {
	max-width: 1200px;
}

.se-page-navi .se-event__item {
	width: 100%;
}

.se-page-navi img {
	position: absolute;
	right: 34px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.se-event__item-line {
	font-size: 60px;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 32px 0 43px;
	line-height: 0.9em;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.se-ticket {
	background: url(../images/ticket-bg.png) repeat center top;
	background-size: 1280px auto;
}

.se-ticket .l-section__inner {
	max-width: 1000px;
	padding: 59px 0 110px;
}

.se-ticket__box {
	position: relative;
	margin-top: 30px;
}

.se-ticket__box-image-1 {
	position: absolute;
	width: 307px;
	top: -266px;
	left: 12px;
	pointer-events: none;
}

.se-ticket__box-image-2 {
	position: absolute;
	width: 493px;
	top: -313px;
	right: 3px;
	pointer-events: none;
}

.se-ticket__box__inner {
	border-radius: 40px;
	border: 3px solid #231815;
	padding: 70px 70px 53px;
	background: #fff;
	position: relative;
}

.se-ticket__box-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	border-bottom: 1px solid #231815;
	padding: 12px;
	margin-bottom: 55px;
}

.se-ticket__box-text span:first-child {
	font-size: 24px;
	letter-spacing: 0.1em;
	font-weight: 600;
}

.se-ticket__box-text span:last-child {
	font-family: "Helvetica", sans-serif;
	font-size: 45px;
	letter-spacing: 0.1em;
	font-weight: 700;
}

.se-ticket__notes {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background: #FDD000;
	font-size: 20px;
	letter-spacing: 0.02em;
	font-weight: 600;
	color: #E50012;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
	padding: 0 12px;
	margin: 35px auto 0;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.se-ticket__box-bottom {
	border-top: dashed 1px #221815;
	margin-top: 48px;
	padding-top: 20px;
}

.se-ticket__box-bottom-title {
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.7em;
	text-align: center;
	font-weight: 700;
	margin-bottom: 15px;
}

.se-ticket__box-bottom-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
	margin-bottom: 30px;
}

.se-ticket__box-bottom-buttons a {
	background: #4EB8F3;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 60px;
	width: calc((100% - 50px) / 3);
	position: relative;
	border: 1px solid #221815;
}

.se-ticket__box-bottom-buttons a span {
	padding-right: 2em;
}

.se-ticket__box-bottom-buttons a:hover {
	opacity: 1;
	background: #0097E0;
}

/* === section ===  */

.p-mainvisual {
	position: relative;
}

.p-mainvisual__bg {
	width: 100%;
}

.p-mainvisual__img {
	display: block;
	width: 100%;
}

.p-mainvisual__title {
	position: absolute;
	width: 34.5%;
	height: auto;
	display: block;
	top: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-menu {
	margin-left: auto;
}

.p-menu__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2em;
}

.p-menu__list {
	position: relative;
}

.p-menu__list + .p-menu__list + .p-menu__list:before {
	content: '';
	width: 2px;
	height: 21px;
	background: #231815;
	position: absolute;
	left: -1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-menu__link {
	font-size: 20px;
	line-height: 2em;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: #2556F0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	white-space: nowrap;
	font-family: "Helvetica", sans-serif;
	-webkit-text-stroke: 1px #231815;
}

.p-menu__link:hover {
	opacity: 1;
	color: #FFE200;
}

.p-menu__link.is-current {
	color: #FFE200;
}

.p-menu__contact {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (min-width: 751px) {

.u-pc-none {
	display: none !important;
}

.c-button:hover {
	opacity: 1;
	padding: 5px 25px 0px 35px;
}

.c-button:hover:before {
	background-position: left top;
	left: 5px;
	top: 5px;
}

.c-button:hover:after {
	background-position: right 0 top 0;
	right: -5px;
	top: 5px;
}

.c-button:hover img.c-button__more-arrow {
	position: absolute;
	right: 47px;
	top: calc(50% + 5px);
}

.c-button:hover .se-ticket__box-button-icon-1 {
	left: 51px;
}

.c-button:hover .se-ticket__box-button-icon-2 {
	right: 19px;
}

.c-button:hover .se-ticket__box-button-icon-3 {
	left: 29px;
}

.c-buttons .c-button:hover .se-ticket__box-button-icon-1 {
	left: 33px;
}

.se-page-navi .se-event__item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 200px;
	padding: 0;
}

.se-page-navi .se-event__item-day,
.se-page-navi .se-event__item-date {
	margin: 0;
}

}

@media screen and (min-width: 751px) and (max-width: 1080px) {

.c-buttons .c-button span {
	font-size: 1.8vw;
}

}

@media screen and (min-width: 751px) and (max-width: 1024px) {

.c-text {
	font-size: 18px;
}

}

@media screen and (min-width: 751px) and (max-width: 950px) {

.se-event__item-day {
	font-size: 40px;
}

.se-event__item-date span:first-child {
	font-size: 55px;
}

.se-event__item-date span:last-child {
	font-size: 20px;
	line-height: 40px;
	width: 70px;
}

.se-event__item-line {
	font-size: 40px;
	margin: 0 20px 0 30px;
}

}

@media screen and (min-width: 751px) and (max-width: 1000px) {

.se-ticket__box-bottom-buttons {
	gap: 15px;
}

.se-ticket__box-bottom-buttons a {
	width: calc((100% - 30px) / 3);
	font-size: 16px;
}

.se-ticket__box-bottom-buttons a img {
	right: 10px;
	width: 27px;
}

}

@media screen and (min-width: 1296px) {

.c-image._day2-mv2 {
	margin-left: 0;
	left: auto;
	-webkit-transform: unset;
	transform: unset;
	right: 0;
}

}

@media only screen and (max-width: 1100px) {

.c-news-tab {
	font-size: 14px;
}

.c-news-tab {
	margin-right: 10px;
	padding-right: 10px;
}

}

@media screen and (max-width: 1024px) {

.l-header__inner {
	padding: 0 20px;
}

.p-menu__lists {
	gap: 1.5em;
}

.p-menu__link {
	font-size: 1.6vw;
}

}

@media screen and (max-width: 900px) {

body {
	overflow-y: scroll;
	-ms-overflow-style: none; /* IE, Edge 対応 */
	scrollbar-width: none; /* Firefox 対応 */
}

body::-webkit-scrollbar { /* Chrome, Safari 対応 */
	display: none;
}

}

@media screen and (max-width: 750px) {

.l-header {
	height: 40px;
}

.l-header__inner {
	padding: 0 8px;
}

.l-header__logo {
	width: 321px;
}

.l-footer__supported {
	padding: 30px 0 45px;
}

.l-footer__supported img {
	width: 205px;
}

.l-footer__bottom {
	background: url(../images/footer-bg_sp.png) no-repeat center bottom;
	background-size: cover;
	padding: 37px;
}

.l-footer__image {
	width: 314px;
	margin-left: 10px;
	top: -10px;
}

.l-footer__sns-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.l-footer__sns-lists {
	gap: 20px;
	margin-bottom: 20px;
}

.l-footer__sns-list {
	width: 28px;
}

.l-footer__copyright {
	font-size: 11px;
	line-height: 1.5em;
}

.l-wrap {
	margin-top: 40px;
}

.l-section {
	padding: 0 15px;
}

.u-sp-none {
	display: none !important;
}

.c-anchor div {
	top: -40px;
}

.c-anchor div#yokohama,
.c-anchor div#nihon {
	top: -85px;
}

.c-button._large {
	max-width: 290px;
}

.c-button {
	min-height: 43px;
	padding: 9px 15px 14px;
	max-width: 290px;
}

.c-button:hover {
	opacity: 1;
}

.c-button._green span {
	font-size: 18px;
}

.c-button._blue span {
	font-size: 18px;
}

.c-button img.se-ticket__box-button-icon-1 {
	width: 39px;
	margin-left: -5px;
}

.c-button img.se-ticket__box-button-icon-2 {
	width: 29px;
}

.c-button img.se-ticket__box-button-icon-3 {
	width: 23px;
}

.c-button img.c-button__more-arrow {
	right: 14px;
	width: 14px;
}

.c-button span.c-button__small-text {
	font-size: 12px;
}

.c-button span {
	font-size: 14px;
}

.se-ticket__box-button-icon-1 {
	left: 16px;
}

.se-ticket__box-button-icon-2 {
	right: 14px;
}

.se-ticket__box-button-icon-3 {
	left: 15px;
}

.c-buttons {
	gap: 13px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 38px;
}

.c-buttons .c-button {
	width: 100%;
	max-width: 344px;
}

a.c-button-2 {
	max-width: 225px;
	min-height: 35px;
	font-size: 11px;
}

.c-cards {
	gap: 0;
}

.c-card {
	width: 100%;
	margin-bottom: 20px;
}

.c-card__link {
	padding: 17px;
}

.c-card__link p {
	font-size: 11px;
	line-height: 18px;
}

.c-card__image {
	margin-bottom: 10px;
}

.c-card__time {
	font-size: 11px;
	line-height: 18px;
	min-width: 80px;
	height: 18px;
}

.c-image._concept-1 {
	width: 100vw;
	margin-left: 0;
}

.c-image._event-1 {
	width: 147px;
	top: -73px;
	margin-left: -78px;
}

.c-image._event-2 {
	width: 108px;
	top: -98px;
	margin-left: 120px;
}

.c-image._ticket-1 {
	width: 80px;
	top: -385px;
	margin-left: -159px;
}

.c-image._ticket-2 {
	width: 116px;
	top: -20px;
	margin-left: 159px;
}

.c-image._news-1 {
	width: 178px;
	top: -75px;
	margin-left: -123px;
}

.c-image._news-2 {
	width: 209px;
	top: auto;
	bottom: 13px;
	margin-left: 0;
}

.c-image._day1-mv {
	width: 437px;
	top: 0;
}

.c-image._day2-mv {
	width: 481px;
	top: 0;
}

.c-image._day2-mv2 {
	width: 481px;
	top: 0;
}

.c-page-header {
	-webkit-text-stroke: 1px #231815;
	height: 180px;
	padding-top: 0;
}

.c-page-header__day {
	font-size: 38px;
	margin-bottom: 11px;
}

.c-page-header__date {
	gap: 7px;
	margin-bottom: 12px;
}

.c-page-header__date span:first-child {
	font-size: 45px;
}

.c-page-header__date span:last-child {
	width: 72px;
	line-height: 35px;
	font-size: 20px;
	border: 1px solid #231815;
}

.c-text {
	font-size: 15px;
}

.c-title {
	font-size: 45px;
}

.c-title._ticket {
	margin-bottom: 10px;
}

.se-concept .l-section__inner {
	padding: 67px 0 141px;
}

.se-event .l-section__inner {
	padding: 71px 0 52px;
}

.se-event__items {
	gap: 20px;
	margin-top: 105px;
}

.se-event__items-image-1 {
	width: 90px;
	top: -83px;
	left: 21px;
}

.se-event__items-image-2 {
	width: 92px;
	top: -98px;
	right: 24px;
}

.se-event__item {
	border-radius: 20px;
	border: 2px solid #231815;
	padding: 24px 0px 16px;
	width: calc((100% - 20px) /2);
	-webkit-text-stroke: 1px #231815;
}

.se-event__item img {
	width: 35px;
}

.se-event__item-day {
	font-size: 22px;
	margin-bottom: 5px;
}

.se-event__item-date {
	margin-bottom: 12px;
}

.se-event__item-date span:first-child {
	font-size: 28px;
}

.se-event__item-date span:last-child {
	width: 43px;
	line-height: 21px;
	font-size: 13px;
	border: 1px solid #231815;
}

.se-lower .l-section__inner {
	padding: 41px 0 52px;
}

.se-lower__box {
	margin-top: 25px;
	padding: 26px 15px 48px;
}

.se-lower__box .c-text {
	font-size: 13px;
	line-height: 20px;
}

.se-lower__box + .se-lower__box {
	margin-top: 30px;
}

.se-lower__box-title {
	-webkit-text-stroke: 1px #231815;
	font-size: 22px;
	line-height: 1.2em;
}

.se-lower__buttons {
	gap: 5px;
	margin-top: 35px;
	margin-bottom: 25px;
}

.se-lower__button {
	font-size: 16px;
	height: 70px;
	padding-bottom: 10px;
	width: calc((100% - 5px) / 2);
}

.se-news {
	position: relative;
	z-index: 1;
}

.se-news .l-section__inner {
	padding: 56px 0 243px;
}

.c-news-tabs {
	margin-top: 19px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1.5em 0;
}

.c-news-tab {
	font-size: 11px;
}

.c-news-lists {
	margin-top: 29px;
}

.c-news-list {
	padding: 17px 0 13px;
}

.c-news-list a {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-news-category {
	width: 100px;
	height: 22px;
	line-height: 22px;
	font-size: 11px;
}

.c-news-date {
	font-size: 14px;
	line-height: 22px;
	margin-left: 12px;
}

.c-news-text {
	width: 100%;
	font-size: 11px;
	line-height: 20px;
}

.se-page-navi {
	padding: 40px 15px;
}

.se-page-navi._day-1 img {
	left: 10px;
}

.se-page-navi .se-event__item {
	padding: 22px;
}

.se-page-navi img {
	right: 10px;
}

.se-page-navi .se-event__item-day {
	margin-bottom: 10px;
}

.se-page-navi .se-event__item-date {
	margin-bottom: 0;
}

.se-event__item-line {
	font-size: 22px;
	margin: 5px;
}

.se-ticket .l-section__inner {
	padding: 30px 0 146px;
}

.se-ticket__box {
	margin-top: 21px;
	position: static;
}

.se-ticket__box-image-1 {
	width: 165px;
	top: -13px;
	left: -37px;
}

.se-ticket__box-image-2 {
	width: 276px;
	top: auto;
	bottom: -31px;
	right: -10px;
	z-index: 1;
}

.se-ticket__box__inner {
	border-radius: 30px;
	border: 2px solid #231815;
	padding: 24px 28px 40px;
}

.se-ticket__box-text {
	padding: 0 0 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 21px;
}

.se-ticket__box-text span:first-child {
	font-size: 14px;
}

.se-ticket__box-text span:last-child {
	font-size: 30px;
}

.se-ticket__notes {
	margin: 13px auto 0;
	font-size: 10px;
	padding: 0 5px;
	gap: 2px;
	height: 30px;
	white-space: nowrap;
}

.se-ticket__notes img:first-child {
	width: 14px;
}

.se-ticket__notes img:last-child {
	width: 10px;
}

.se-ticket__box-bottom {
	margin-top: 23px;
	padding-top: 10px;
}

.se-ticket__box-bottom-title {
	font-size: 14px;
	margin-bottom: 8px;
}

.se-ticket__box-bottom-buttons {
	gap: 10px 7px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.se-ticket__box-bottom-buttons a {
	font-size: 11px;
	height: 36px;
	width: calc((100% - 7px) / 2);
}

.se-ticket__box-bottom-buttons a img {
	width: 18px;
	right: 5px;
}

.se-ticket__box-bottom-buttons a span {
	padding-right: 1em;
}

.p-mainvisual__title {
	width: 252px;
	top: 28px;
}

.p-menu__button {
	position: fixed;
	top: 0;
	right: 0;
	background: #2556F0;
	width: 40px;
	height: 40px;
	z-index: 11;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.is-home .p-menu__button {
	top: -50px;
}

.is-scroll .p-menu__button {
	top: 0;
}

.is-menu-open .p-menu__button {
	top: 0;
}

.p-menu__button-line,
.p-menu__button-line:before,
.p-menu__button-line:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 16px;
	height: 1px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.p-menu__button-line {
	background: #fff;
}

.p-menu__button-line:before {
	content: '';
	top: -5px;
	background: #fff;
}

.p-menu__button-line:after {
	content: '';
	top: 6px;
	background: #fff;
}

.is-menu-open .p-menu {
	opacity: 1;
	pointer-events: initial;
}

.is-menu-open .p-menu__button-line {
	background: rgba(255, 255, 255, 0);
}

.is-menu-open .p-menu__button-line:before {
	-webkit-transform: translate(-50%, -50%) rotate(218deg);
	transform: translate(-50%, -50%) rotate(218deg);
	top: 50%;
	width: 21px;
	background: #fff;
}

.is-menu-open .p-menu__button-line:after {
	-webkit-transform: translate(-50%, -50%) rotate(-218deg);
	transform: translate(-50%, -50%) rotate(-218deg);
	top: 50%;
	width: 21px;
	margin-left: 0;
	background: #fff;
}

.p-menu {
	pointer-events: none;
	position: fixed;
	width: 220px;
	height: calc(100% - 40px);
	top: 40px;
	right: -220px;
	background: rgba(255, 255, 255, 0.85);
	padding: 18px 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.p-menu * {
	pointer-events: none;
}

.p-menu .p-menu__lang {
	display: none;
}

.p-menu__lists {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 0;
	margin: 0 auto 40px;
	overflow: auto;
	height: 100%;
}

.p-menu__list {
	width: 100%;
	text-align: left;
	border-top: 1px solid #231815;
}

.p-menu__list:before {
	display: none;
}

.p-menu__list:nth-child(4) {
	border: none;
}

.p-menu__list:last-child {
	border-bottom: 1px solid #231815;
}

.p-menu__list:nth-child(3) {
	padding-top: 10px;
}

.p-menu__list:nth-child(4) {
	padding-bottom: 10px;
}

.p-menu__list:nth-child(3) .p-menu__link,
.p-menu__list:nth-child(4) .p-menu__link {
	padding: 5px 10px;
}

.p-menu__link {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-family: "Helvetica", sans-serif;
	display: block;
	width: 100%;
	padding: 10px;
	color: #2556F0;
}

.is-menu-open .p-menu {
	right: 0;
	pointer-events: initial;
}

.is-menu-open .p-menu * {
	pointer-events: initial;
}

}

@-webkit-keyframes bodyFadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes bodyFadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes bodyFadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes bodyFadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

