@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***********
layout,bg
***********/
.wrap01 {
    background-image: url("../images/bg01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.wrap02 {
    background-image: url("../images/bg02.png"),linear-gradient(0deg, rgba(52, 21, 78, 1), rgba(7, 11, 113, 1));
    background-repeat: repeat,no-repeat;
    background-size: 350px auto,auto;
}

.wrap02_inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 10px;
}

@media screen and (max-width: 660px) {
    .wrap02 {
        background-size: 196px 200px,auto;
    }
}

/***********
base
***********/
body {
    font-family: "Outfit", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.7;
    text-align: center;
    color: #66ffcc;
    animation: fadeIn 0.7s ease-in-out forwards;
}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

img {
    max-width: 100%;
    vertical-align:top;
}
* {box-sizing: border-box;}

a img {
    transition: 0.2s;
}

a:hover img {
    transform: translateY(2px);
}

/***********
header
***********/
header {
    padding: 5px 0 0;
}
header,.booth {
    background-color: #000000;
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
}

header .inner,.booth .inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.spot {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 0 0 40px;
    background-image: url("../images/booth_ic01.png");
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: left center;
}

.spot02 {
    padding: 0 10px;
    background-color: #e0ff3b;
    color: #000000;
}

/* LINE UP下のbooth部分上書き */
.booth {
    margin: 0 70px 80px;
    font-size: 22px;
}
.booth .inner {
    justify-content: space-around;
}
.booth .spot {
    height: 50px;
    background-image: url("../images/booth_ic02.png");
}

@media screen and (max-width: 820px) {
    header .inner,.booth .inner {
        font-size: 16px;
    }
    .spot {
        padding: 0 10px 0 30px;
        background-size: 16px auto;
    }
}

@media screen and (max-width: 660px) {
    .booth {margin: 30px;}
}

/***********
header LANGUAGE
***********/
.la {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(7, 11, 113, 0.5) 33%);
    font-size: 12px;
    font-weight: 300;
}

.la_tx {
    padding: 3px 10px 0 100px;
}

.la_form {
    background: transparent;
    padding: 3px 10px 0 0;
}

.la select {
    padding: 0 5px 0 0;
    background: rgba(7, 11, 113, 0.5);
    color: #ffffff;
    border: 0px none transparent;
}

.la option {
    background: rgba(7, 11, 113, 1);
}

@media screen and (max-width: 1200px) {
    header {padding: 15px 0 0;}
    .la {font-size: 11px;}
}
/***********
main_img
***********/
.main_img {
    margin: 0 auto;
    max-width: 1200px;
}
.main_img img {width: 100%;}

/***********
main
***********/
h2 {
    padding: 60px 0 20px;
    margin: 0;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.03em;
}

h3 {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.lineup {
    margin: 40px 70px 60px;
    background-color: #ffffff;
    border-radius: 0 30px 0 30px;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
}

.lineup h4 {
    background-color: #8000eb;
    color: #ffffff;
    font-style: italic;
    font-size: 22px;
    line-height: 2.2;
}

.lineup ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 40px;
    color: #000000;
}
.lineup li {margin: 0 5px 0 0;}



br.sp {display: none;}
.keychain {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 80px;
}
.keychain img {width: 150px;}

@media screen and (max-width: 820px) {
    h3 br.pc {display: none;}
    .keychain {margin: 30px 0 50px;}
    .keychain img {width: 20%;}
    br.sp {display: block;}

}
@media screen and (max-width: 660px) {
    h2 {font-size: 22px;}
    h3 {font-size: 16px;}
    .keychain {justify-content: center;}
    .keychain img {width: 30%;}
    .lineup {margin: 30px;}
    .lineup ul {margin: 10px;}
}

.MAX_banner {
    max-width: 600px;
    margin: 30px auto 80px;
}
.AFA_banner {
    max-width: 600px;
    margin: 30px auto 50px;
}

.WEB_banner {
    max-width: 400px;
    margin: 0 auto 40px;
}

.app {
    max-width: 400px;
    margin: 20px auto 20px;
    padding: 10px 15px 10px 30px;
    background-color: #ffffff;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 75px 1fr;
    gap: 15px;
    align-items: center;
}

.app ul {
    display: grid;
    grid-template-columns: 46% 52%;
    gap: 2%;
    justify-content:space-around;
}

.sns{
    max-width: 400px;
    margin: 40px auto 0;
    padding: 0 0 40px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.sns p {
    margin: 0 0 30px;
}
.sns img {
    margin: 10px;
}

/***********
footer
***********/
footer {
    background-color: #000000;
}
footer .copyright {
    padding: 30px 0;
    font-size: 12px;
    color: #ffffff;
}
