@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;
    font-size: 18px;
}

.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;*/
    background-color: #ffffff;
    font-size: 18px;
    padding-top: 4%;
    padding-bottom: 6%;
}

.wrap03 {
    background-color: #f7f7f7;
    font-size: 18px;
    padding-top: 4%;
    padding-bottom: 6%;
}

.wrap04 {
    background-color: #d40909;
    font-size: 18px;
    padding-top: 5%;
}

.wrap02_inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 20px;
}
.wrap03_inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 660px) {
    .wrap02 {
        background-size: 196px 200px,auto;
    }
}

/***********
base
***********/
body {
    font-family: "Outfit", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.7;
    text-align: center;
    color: #000c;
    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;
    font-size:medium;
}

.spot02 {
    padding: 0 10px;
    background-color: #e0ff3b;
    color: #000000;
    font-size: medium;
}

/* 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: 30px 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;
    text-align: center;
}

.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;
    gap: 16px; 
    flex-wrap: wrap;
    margin: 30px 0 60px;
}
.keychain img {width: 140px;
    height: auto;
    object-fit: cover;
}

@media screen and (max-width: 820px) {
    h3 br.pc {display: none;}
    .keychain {margin: 30px 0 60px;
        gap: 12px;          /* モバイルで隙間を少し縮める */}
    .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;
        gap: 8px;}
    .keychain img {width: 30%;}
    .lineup {margin: 30px;}
    .lineup ul {margin: 10px;}
}

.MAX_banner {
    max-width: 600px;
    margin: 30px auto 0px;
}
.js_banner {
    max-width: 50%;
    margin: 0px auto 0px;
}
.AFA_banner {
    max-width: 500px;
    margin: 0px auto 40px;
    padding-top: 50px;
}

.WEB_banner {
    max-width: 500px;
    margin: 0 auto 40px;
}

.app {
    max-width: 500px;
    margin: 20px auto 40px;
    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;
}

.mb5{
	margin-bottom: 4%;
	font-size: 25px;
    font-weight: bold;

}
.mb5{margin-bottom: 4%;}
.mb10{margin-bottom: 10%;}
.mb6{width: 64%;}

/***********
footer
***********/
footer {
    background-color: #000000;
}
footer .copyright {
    padding: 30px 0;
    font-size: 12px;
    color: #ffffff;
}


/***********
menu
***********/

.plan-cat {
    width: 90%;
    min-height: 2.8rem;
    margin: 0 auto .5rem;
    padding: 0 .8em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #d40909;
  }
  .plan-cat p {
    min-height: 1.5rem;
    margin: .2rem 0;
    padding: 0 .8em;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
  }
  .plan-cat p span {
    padding: 0 .3em 0;
    color: #fff000;
    font-size: 22px;
    font-weight: 900;
    font-style: italic;
    vertical-align: middle;
  }
  .border-1 {
    position: relative;
    border-left: none;
    padding-left: 1.6em;    /* ▼と文字の距離（任意） */
  }
  .border-1::before {
    content: "▼";
    position: absolute;
    left: -0.3em;           /* ← pの左padding分だけ左へずらす */
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1em;
  }
  @media screen and (min-width: 1025px) {
    .sp {
      display: none;
    }
  }
  .plan-cat p a {
    color: inherit;         /* 親要素の文字色を引き継ぐ */
    text-decoration: none;  /* 下線を消す */
  }
  
  .plan-cat p a:hover,
  .plan-cat p a:focus {
    text-decoration: none;  /* ホバーやフォーカス時も下線なし */
    color: inherit;         /* 色も変えない */
  }

  .text_link a {
    color: #d40909;
  }
  
  .text_link a:hover,
  .text_link a:focus {
    color: #d40909;
  }

  .section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #d40909;
    text-align: center;
    margin: 0;
  }
  
  .section-title::after {
    content: "";
    display: block;
    width: 90%; /* 線の長さ（テキスト幅の割合） */
    margin: 0 auto; /* 中央寄せ */
    border-bottom: 2px solid #d40909;
    margin-top: 0.1em; /* 文字と線の間隔 */
  }