@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
***********/
.inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.wrap01 {
    position: relative;
    background-image: url("../images/bg01_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    border-top:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
    z-index: 0;
    overflow: hidden;
}


.wrap01_bg > img {
    position: absolute;
    width: 100px;
}

.wrap02 {
    background-image: url("../images/bg04.jpg");
    background-repeat: repeat,repeat-x;
    background-size: 100%;
    background-attachment: fixed;
}

@media screen and (max-width: 820px) {
    .inner {padding: 20px}
    .wrap01 {background-image: url("../images/bg01_2.jpg");}
    .wrap01.sp {background-image: url("../images/bg01_3.jpg");}
    .wrap02 {background-size:100%;}
}

/***********
base
***********/
body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 0.05em;
    color: #000000;
    animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

img {
    max-width: 100%;
    vertical-align:top;
}
* {box-sizing: border-box;}

/***********
header
***********/
header {
    background-color: #000000;
    color: #ffffff;
}

header .inner {
    padding: 15px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.spot {
    display: flex;
    align-items: center;
    height: 45px;
    padding: 0 0 0 40px;
    background-image: url("../images/header01.png");
    background-repeat: no-repeat;
    background-size: 23px 44px;
    background-position: left center;
}

.spot span {
    font-size: 18px;
    font-weight: 600;
}

.spot_img {width: 166px;}

@media screen and (max-width: 820px) {
    header .inner {margin: 0 15px;}
    .spot {
        padding: 0 10px 0 30px;
        background-size: 16.1px 30.8px;
        line-height: 1.2;
    }
    .spot span {font-size: 13px;}
    .spot_img {width: 116.2px;}
}

/***********
main_img
***********/
.inner.main_img {
    margin: 25px auto 0;
    padding: 0;
    max-width: 1200px;
}
.main_img img {width: 100%;}

/***********
main
***********/
h2 {
    padding: 0px 0 10px;
    text-align: center;
    font-weight: bold;
    color:#ff9a16;
    font-size: 34px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
h2 img {width: 220px;}

h3 {
    padding: 0px 0 20px;
    text-align: center;
    font-size: 25px;
    color: #ffffff;
    line-height: 1.5;
}

h3.pink {
    margin:  0;
    color: #ffff6a;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.black {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4); /* 黒の透過 */
    border-radius: 20px; /* 角を丸くする */
    margin: 30px 0 50px;
}


p.tx {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

p.tx.pink {color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);}
p.tx.small {font-size: 12px;}

.lineup {
    position: relative;
    margin: 0px 0 50px;
    background-color: rgba(0, 0, 0, 0.4); /* 黒の透過80％ */
    border-radius: 0 0 20px 20px;
    font-size: 18px;
    font-weight: 600;
    padding: 2%;
}

.ttl_white{
    background-color: #ffffff;
    color: #940e87;
    padding: 1%;
    margin: 0px;
    text-align: center;
    font-size: 23px;
    border-radius: 20px 20px 0  0 ;
    font-weight: 600;
}

.lineup ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #ffffff;
}
.lineup li {margin: 0 5px 0 0;}

.booth {
    padding: 0 0 50px;
}

br.sp {display: none;}
.keychain {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 25px;
}
.keychain img {
    margin: 15px 8px 0 0;
}
.keychain img:nth-child(4n) {
    margin-right: 0;
}
 @media screen and (max-width: 820px) {
    .keychain {
        display: flex;
        flex-wrap: wrap;
        margin: 25px 0 35px;
    }
    .keychain img {width: 20%;}
    br.sp {display: block;}
    .keychain img:nth-child(4n) {
        margin-right: 8px;
    }
    .keychain img:nth-child(3n) {
        margin-right: 0;
    }
} 
@media screen and (max-width: 660px) {
    h3.pink {margin: 10px 0 0;}
    .keychain img {
        margin: 1% 1.3% 1% 0;
        width: 32%;
    }
    .keychain img:nth-child(3n) {
        margin-right: 0;
    }
}

/***********
footer
***********/
footer {
    text-align: center;
}
footer h4 {
    padding: 70px 0 30px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}
footer .footer_logo {
    max-width: 300px;
    margin: 0 auto 10px;
}
footer .hr,.footer_logo02  {
    max-width: 400px;
    margin: 0 auto 20px;
}

footer .footer_app {
    max-width: 400px;
    margin: 20px auto;
    padding: 10px 15px 10px 30px;
    background-color: #ffffff;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 75px 1fr;
    gap: 15px;
    align-items: center;
}

footer .footer_app ul {
    display: grid;
    grid-template-columns: 46% 52%;
    gap: 2%;
    justify-content:space-around;
}

footer .footer_sns{
    max-width: 400px;
    margin: 40px auto;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

footer .footer_sns p {
    margin: 0 0 30px;
}
footer .footer_sns img {
    margin: 10px;
}

footer .copyright {
    padding: 0 0 50px;
    color: #ffffff;
}

footer a img {
    transition: 0.2s;
}

footer a:hover img {
    transform: translateY(2px);
}

@media screen and (max-width: 500px) {
    footer h4 {
        font-size: 16px;
        padding: 30px 0 30px;
    }
}