@charset "utf-8";

/* Settings
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
}

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,
font,
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,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100px;
    scroll-behavior: smooth;
}

@font-face {
    font-family: "Zen Kaku Gothic New";
    src: url("../font/ZenKakuGothicNew-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Zen Kaku Gothic New";
    src: url("../font/ZenKakuGothicNew-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

body {
    min-width: 1025px;
    font-size: .18rem;
    font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Myriad Pro, Myriad, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #111;
    line-height: 1.6;
    text-size-adjust: 100%;
    word-wrap: break-word;
    word-break: break-word;
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
    margin: auto;
    vertical-align: bottom;
}

a {
    color: #111;
    text-decoration: none;
    display: inline-block;
    transition: all .2s;
}

a:hover {
    opacity: .8;
}

section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
figcaption {
    display: block;
}

ul,
li,
dl,
dt,
dd,
form {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

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

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    border: 0;
    background: transparent;
    border-radius: 0;
    text-align: inherit;
}

button:hover {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

/* Style parts
   ========================================================================== */
.alc {
    text-align: center !important;
}

.all {
    text-align: left !important;
}

.alr {
    text-align: right !important;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.fs-12 { font-size: .12rem; }
.fs-13 { font-size: .13rem; }
.fs-14 { font-size: .14rem; }
.fs-15 { font-size: .15rem; }
.fs-16 { font-size: .16rem; }
.fs-18 { font-size: .18rem; }
.fs-20 { font-size: .2rem; }
.fs-22 { font-size: .22rem; }
.fs-24 { font-size: .24rem; }
.fs-26 { font-size: .26rem; }
.fs-28 { font-size: .28rem; }
.fs-30 { font-size: .3rem; }
.fs-32 { font-size: .32rem; }
.fs-34 { font-size: .34rem; }
.fs-36 { font-size: .36rem; }
.fs-38 { font-size: .38rem; }
.fs-40 { font-size: .40rem; }
.fs-42 { font-size: .42rem; }
.fs-44 { font-size: .44rem; }
.fs-46 { font-size: .46rem; }
.fs-48 { font-size: .48rem; }
.fs-50 { font-size: .50rem; }
.fs-60 { font-size: .60rem; }
.fs-70 { font-size: .70rem; }
.fs-75 { font-size: .75rem; }
.fs-80 { font-size: .80rem; }
.fs-85 { font-size: .85rem; }

.lh-1 { line-height: 1; }
.lh-12 { line-height: 1.2; }
.lh-14 { line-height: 1.4; }
.lh-16 { line-height: 1.6; }
.lh-18 { line-height: 1.8; }
.lh-2 { line-height: 2; }
.lh-25 { line-height: 2.5; }
.fw-600 { font-weight: 700; }

.inner {
    width: min(100% - 1rem, 11rem);
    margin: auto;
}

.js-fadein {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s ease-out, transform .6s ease-out;
}

.js-fadein.is-animated {
    opacity: 1;
    transform: translateY(0);
}

/* Header
========================================================================== */
.header {
    position: fixed;
    z-index: 9997;
    width: 100%;
}

.header__inner {
    width: min(100%, 12.8rem);
    margin: auto;
    display: flex;
    justify-content: flex-end;
}

.header__hMenuBtn {
    display: flex;
    position: relative;
    z-index: 9999;
    width: 80px;
    height: 80px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: #d9007f url(../img/menu.svg) no-repeat bottom 10px center / 60px auto;
    padding-top: 20px;
}

.header__hMenuBtn-line,
.header__hMenuBtn-line02 {
    width: 45px;
    height: 3px;
    background: #fff;
    position: relative;
    transition: all .2s;
}

.header__hMenuBtn-line.is-open {
    transform: translateY(8px) rotate(40deg);
}

.header__hMenuBtn-line02.is-open {
    transform: translateY(-4px) rotate(-40deg);
}

.header__hMenu {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background: rgba(255, 218, 231, .96);
    transition: all .2s;
    overflow-y: auto;
}

.header__hMenu.is-open {
    visibility: visible;
    opacity: 1;
}

.header__hMenu-nav {
    width: min(100% - .5rem, 8rem);
    margin: auto;
    padding: 1.2rem 0 .5rem;
}

.header__hMenu-nav li {
    border-bottom: 3px solid #d9007f;
}

.header__hMenu-nav a {
    display: block;
    padding: .24rem .2rem;
    color: #111;
    font-weight: 700;
}

.header__applyBtn{
    margin-top: .2rem;
    width: 100%;
    background: #fff url(../img/ico_blank_pink.svg) no-repeat center right .1rem / .2rem auto;
    color: #d9007f!important;
    text-align: center;
}

/* Common
========================================================================== */
.btn {
    width: min(100%,480px);
    background: #d9007f;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: .2rem .7rem .2rem .55rem;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.btn::after {
    content: "";
    width: .18rem;
    height: .18rem;
    background: url(../img/ico_arw.svg) no-repeat center / contain;
    position: absolute;
    top: 0;
    right: .28rem;
    bottom: 0;
    margin: auto;
    filter: brightness(0) invert(1);
}

/* Accordion
========================================================================== */
.js-accordion {
    cursor: pointer;
}

.js-accordion .btn::after {
    transition: transform 0.3s ease;
}

.js-accordion + * {
    display: block;
}

/*.js-accordion.is-accordion--open + * {
    display: block;
}

.js-accordion.is-accordion--open .btn::after {
    transform: rotate(180deg);
}*/

.js-accordion.is-accordion--close + * {
    display: none;
}

.js-accordion .btn::after{
    transform: rotate(180deg);
}
.js-accordion.is-accordion--close .btn::after {
    transform: rotate(0);
}

/* Main
========================================================================== */
.main {
    overflow: clip;
}

.mv {
    background: #111 url(../img/mv_bg.jpg) no-repeat bottom center / cover;
    position: relative;
    min-height: 8.4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.mv__inner {
    width: min(100%, 12.8rem);
    margin: auto;
}

.mv__ttl a:hover{
    opacity: 1;
}

.mv__ttl.is-animated {
    transition: opacity 0.3s linear, transform 0.3s linear;
}

.mv__ttl.is-animated img {
    animation: bounceIn 1.0s ease-in-out forwards;
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(2);
    }
    20% {
        opacity: 1;
        transform: scale(0.6);
    }
    40% {
        transform: scale(1.3);
    }
    60% {
        transform: scale(0.85);
    }
    80% {
        transform: scale(1.1);
    }
    95% {
        transform: scale(0.95);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.mv__date {
    background: linear-gradient(90deg, #cd0074 0%, #eab27f 100%);
    padding: .1rem 0;
}

.mv__date a{
    display: block;
    width: min(100% - 1rem,10rem);
    margin: auto;
}

.mv__date a:hover{
    opacity: 1;
}

.tour {
    background: #111 url(../img/mv_btm_bg.jpg) no-repeat bottom center / cover;
    padding: .5rem 0;
}

.tour__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .46rem;
}

.tour__item a{
    color: #fff;
    padding: .2rem;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: grid;
    gap: .2rem;
}

.tour__item--green {
    background: #06a95b url(../img/bg_green.png);
}

.tour__item--blue {
    background: #224a9a url(../img/bg_blue.png);
}

.tour__date{
    width: min(90%,400px);
    margin: auto;
}

.tour__item--blue .tour__date{
    width: min(80%,350px);
}

.tour__body {
    display: grid;
    grid-template-columns: 2rem 1fr;
    gap: .2rem;
    align-items: center;
}

.tour__body figure{
    display: grid;
    gap: .1rem;
}

.tour__body dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .2rem .1rem;
    font-weight: 700;
}

.tour__body dt span{
    display: inline-block;
    background: #d9007f;
    color: #fff;
    text-align: center;
    padding: .01rem .1rem;
}

.tour__item .scroll {
    display: block;
    width: 180px;
    background: #fff;
    border-radius: 999px;
    padding: .05rem .1rem;
    margin: 0 0 0 auto;
}

.pickup {
    background: linear-gradient(90deg, #f49157 0%, #60b3b6 100%);
    padding-bottom: .3rem;
}

.pickup__ttl {
    display: inline-block;
    background: #1b227d;
    color: #fff;
    padding: .05rem .2rem;
    position: relative;
    bottom: -.2rem;
}

.pickup__layout {
    background: #fff;
    padding: .4rem .2rem .2rem;
    display: grid;
    gap: .2rem;
}

.pickup__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: .2rem;
}

.pickup__box > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .1rem;
}

.pickup__box > div figure{
    width: 1.4rem;
}

.pickup__box h3 {
    color: #f06c1f;
}

.pickup__box h3.blue {
    color: #2b9a9d;
}

.pickup__apply.comingsoon{
    position: relative;
}
.pickup__apply.comingsoon::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgba(255,255,255,.8);
}
.pickup__apply.comingsoon::after{
    content: '準備中';
    color: #ff0000;
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
}

.pickup__apply.ended{
    position: relative;
}
.pickup__apply.ended::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgba(255,255,255,.8);
}
.pickup__apply.ended::after{
    content: '本イベントは終了しました';
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
}

.venue {
    color: #fff;
    padding: .8rem 0;
    position: relative;
}

.venue--green {
    background: #009c54 url(../img/bg_green.png) repeat;
}

.venue--blue {
    background: #284f9d url(../img/bg_blue.png) repeat;
}

.venue__deco {
    text-align: center;
    margin-bottom: .5rem;
}

.venue__message {
    display: grid;
    grid-template-columns: 3.2rem 1fr;
    gap: .2rem;
    align-items: center;
}

.venue__box{
    display: grid;
    gap: .3rem;
}

.submc{
    margin-top: .3rem;
    display: grid;
    grid-template-columns: 1.5rem 1fr;
    align-items: center;
    gap: .2rem;
}

.submc__txt{
    display: grid;
    place-content: start;
}

.speaker__listwrap{
    display: grid;
    gap: .1rem;
    margin: .4rem 0;
}
.speaker__list {
    padding: .2rem .2rem .2rem .8rem;
    color: #111;
    background: #fff url(../img/fu_speaker.svg) no-repeat top left / auto 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    place-items: start center;
    gap: .2rem;
}

.speaker__list li {
    width: min(100%,1.5rem);
    display: grid;
    gap: .05rem;
    text-align: center;
}

.venue--green .speaker__list {
    grid-template-columns: repeat(5, 1fr);
    background-image: url(../img/ao_speaker.svg);
}

.venue__access {
    display: grid;
    grid-template-columns: 4.7rem 1fr;
    gap: .35rem;
    align-items: center;
    margin-bottom: .45rem;
}

.venue__access_map{
    aspect-ratio: 3 / 2;
}

.venue__access_map iframe{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.venue__access_name {
    padding-bottom: .1rem;
    margin-bottom: .2rem;
    border-bottom: 1px solid #fff;
}

.venue__access_name img {
    width: .24rem;
    margin: 0 .1rem 0 0;
    vertical-align: middle;
}

.venue__access dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .1rem .15rem;
}

.venue__access dt span{
    display: inline-block;
    font-weight: 700;
    text-align: center;
    background: #d9007f;
    color: #fff;
    padding: .05rem;
}

.apply {
    padding: .6rem 0;
    position: relative;
    background: linear-gradient(90deg, #d9007f 0%, #f3a15d 100%);
}

.apply::before {
    position: absolute;
    top: -.5rem;
    left: 0;
    content: '';
    width: 2rem;
    height: 2rem;
    background: url(../img/apply_deco.svg) no-repeat top center / 100% auto;
    z-index: 1;
}

.apply::after {
    position: absolute;
    bottom: -.5rem;
    right: 0;
    content: '';
    width: 2rem;
    height: 2rem;
    background: url(../img/apply_deco02.svg) no-repeat top center / 100% auto;
    z-index: 1;
}

.apply .inner{
    position: relative;
    z-index: 2;
}

.apply__ttl {
    color: #fff;
    text-align: center;
    margin-bottom: .4rem;
}

.apply__ttl::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    margin: .1rem auto 0;
}

.apply__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .35rem;
    position: relative;
}

.apply__list  > li {
    background: #fff;
    padding: .3rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

.apply__list h3 {
    color: #6a117b;
    text-align: center;
}

.apply__notes li{
    padding-left: 25px;
    background: url(../img/ico_kira.svg) no-repeat top 5px left / 20px auto;
}

.apply__notes li:not(:last-child){
    margin-bottom: 10px;
}

.apply__notes li marker{
    background: #fcf139;
    color: #6a117b;
    font-weight: 700;
}

.apply__list a {
    display: block;
    background: #d9007f url(../img/ico_blank.svg) no-repeat center right .1rem / .2rem auto;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: .2rem .3rem;
    margin-top: auto;
}

.about {
    background: #111 url(../img/about_bg.jpg) no-repeat center / cover;
    color: #fff;
    text-align: center;
    padding: .75rem 0 .8rem;
}

.about__ttl {
    width: 4.1rem;
    margin: 0 auto .6rem;
}

.program {
    background: #ffd6e6;
    padding: .6rem 0;
    position: relative;
}

.program::before {
    content: "";
    width: 2rem;
    height: 1.9rem;
    background: url(../img/program_deco.svg) no-repeat center / contain;
    position: absolute;
    top: .25rem;
    left: .12rem;
}

.program::after {
    content: "";
    width: 1.7rem;
    height: 1.4rem;
    background: url(../img/program_deco03.svg) no-repeat center / contain;
    position: absolute;
    right: .1rem;
    bottom: .4rem;
}

.program .inner{
    position: relative;
    z-index: 1;
    display: grid;
}

.program .inner .js-accordion:last-of-type{
    margin-top: .6rem;
}

.program__box {
    background: #fff;
    outline: 2px solid #d9007f;
    outline-offset: -8px;
    padding: .4rem;
    margin-top: .2rem;
    position: relative;
    display: grid;
    gap: .2rem;
}

.program__box_ttl{
    display: flex;
    align-items: center;
    gap: .2rem;
}

.program__box figure {
    flex: 0 0 auto;
    width: 1.8rem;
}

.program__box h2 {
    color: #d9007f;
}

.program__speaker {
    display: flex;
    gap: .2rem;
}

.program__speaker li {
    display: flex;
    align-items: center;
    gap: .1rem;
}

.program__speaker img {
    flex: 0 0 auto;
    width: min(100%, 1.5rem);
    margin: 0;
}

.applybtm {
    padding: .3rem 0;
    background: linear-gradient(90deg, #d9007f 0%, #f3a15d 100%);
    position: sticky;
    bottom: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.applybtm.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.applybtm .inner{
    display: flex;
    justify-content: center;
    gap: .2rem;
}

.applybtm a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(100%, 480px);
    background: #fff url(../img/ico_blank_pink.svg) no-repeat center right .1rem / .2rem auto;
    color: #d9007f;
    text-align: center;
    font-weight: 700;
    padding: .2rem .3rem;
}

.online{
    background: #ffd6e6;
    padding: .6rem 0;
}

.online .inner{
    display: grid;
    gap: .4rem;
}

.online__ttl{
    display: grid;
    place-items: center;
    gap: .05rem;

}
.online__ttl--sub{
    background: #ff0000;
    color: #fff;
    padding: 0 .1rem;
    margin-right: .1rem;
}

.online__box{
    width: min(100%,600px);
    margin: auto;
    background: #fff;
    padding: .4rem .2rem;
    display: grid;
    gap: .1rem;
    place-items: center;
}

.online__box_ttl{
    color: #d9007f;
}

.online__box li{
    padding: .1rem 0;
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}

.online__box li::marker{
    color: #d9007f;
}

.online__btn{
    display: block;
    width: min(100%, 480px);
    margin: auto;
    background: #d9007f url(../img/ico_blank.svg) no-repeat center right .1rem / .2rem auto;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: .2rem .3rem;
    margin-top: auto;
}

/* Footer
========================================================================== */
.footer {
    background: #000;
    color: #fff;
    padding: .18rem 0;
}

.footer a {
    color: #fff;
}

@media screen and (min-width: 1025px) {
    a[href^=tel] {
        pointer-events: none;
    }
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 50px;
    }

    body {
        min-width: 100%;
        font-size: calc((.16rem * 100 / 50) * 0.9);
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .fs-12 { font-size: calc((.12rem * 100 / 50) * 1); }
    .fs-13 { font-size: calc((.13rem * 100 / 50) * 0.9); }
    .fs-14 { font-size: calc((.14rem * 100 / 50) * 0.9); }
    .fs-15 { font-size: calc((.15rem * 100 / 50) * 0.9); }
    .fs-16 { font-size: calc((.16rem * 100 / 50) * 0.9); }
    .fs-18 { font-size: calc((.18rem * 100 / 50) * 0.9); }
    .fs-20 { font-size: calc((.2rem * 100 / 50) * 0.9); }
    .fs-22 { font-size: calc((.22rem * 100 / 50) * 0.9); }
    .fs-24 { font-size: calc((.24rem * 100 / 50) * 0.8); }
    .fs-26 { font-size: calc((.26rem * 100 / 50) * 0.8); }
    .fs-28 { font-size: calc((.28rem * 100 / 50) * 0.7); }
    .fs-30 { font-size: calc((.3rem * 100 / 50) * 0.7); }
    .fs-32 { font-size: calc((.32rem * 100 / 50) * 0.7); }
    .fs-34 { font-size: calc((.34rem * 100 / 50) * 0.7); }
    .fs-36 { font-size: calc((.36rem * 100 / 50) * 0.6); }
    .fs-38 { font-size: calc((.38rem * 100 / 50) * 0.6); }
    .fs-40 { font-size: calc((.4rem * 100 / 50) * 0.6); }
    .fs-42 { font-size: calc((.42rem * 100 / 50) * 0.6); }
    .fs-44 { font-size: calc((.44rem * 100 / 50) * 0.6); }
    .fs-46 { font-size: calc((.46rem * 100 / 50) * 0.6); }
    .fs-48 { font-size: calc((.48rem * 100 / 50) * 0.6); }
    .fs-50 { font-size: calc((.50rem * 100 / 50) * 0.6); }
    .fs-60 { font-size: calc((.60rem * 100 / 50) * 0.6); }
    .fs-70 { font-size: calc((.70rem * 100 / 50) * 0.6); }
    .fs-75 { font-size: calc((.75rem * 100 / 50) * 0.6); }
    .fs-80 { font-size: calc((.80rem * 100 / 50) * 0.6); }
    .fs-85 { font-size: calc((.85rem * 100 / 50) * 0.6); }

    .header__hMenuBtn {
        width: 65px;
        height: 65px;
        background-size: 48px auto;
        padding-top: 13px;
    }

    .header__hMenuBtn-line,
    .header__hMenuBtn-line02 {
        width: 36px;
    }

    .btn {
        padding-top: .3rem;
        padding-bottom: .3rem;
    }

    .mv {
        min-height: auto;
    }

    .mv__inner {
        padding-top: .4rem;
    }

    .mv__date p {
        font-size: .32rem;
    }

    .tour__list,
    .apply__list {
        grid-template-columns: 1fr;
    }

    .tour__item a{
        gap: .4rem;
    }

    .tour__body{
        grid-template-columns: 1fr;
        gap: .4rem;
    }

    .tour__body figure{
        width: 70%;
        margin: auto;
    }

    .tour__item .scroll{
        width: 140px;
    }

    .pickup{
        padding: .3rem 0;
    }

    .pickup__box{
        grid-template-columns: 1fr;
        gap: .2rem;
    }

    .pickup__layout{
        grid-template-columns: 1fr;
        gap: .6rem;
    }

    .pickup__box > div figure{
        display: none;
    }

    .venue__message,
    .venue__access {
        grid-template-columns: 1fr;
    }

    .venue__mc{
        width: 80%;
        margin:auto;
    }

    .venue__name{
        width: 70%;
        margin: auto;
    }

    .venue__box{
        gap: .4rem;
    }

    .venue__txt img {
        margin: auto;
    }

    .submc{
        margin-top: .6rem;
        grid-template-columns: 1fr;
    }

    .submc .venue__mc{
        width: 50%;
    }

    .speaker__list,
    .venue--green .speaker__list {
        grid-template-columns: repeat(2, 1fr);
        gap: .4rem;
    }

    .speaker__list{
        background-size: 20px auto;
        padding-left: .5rem;
    }

    .speaker__list li{
        width: 100%;
    }

    .speaker__listwrap{
        margin: .6rem 0;
    }

    .venue__access {
        gap: .2rem;
    }

    .venue__access dl {
        text-align: left;
    }

    .program__box_ttl{
        flex-direction: column;
        align-items: flex-start;
    }

    .program__speaker{
        flex-wrap: wrap;
        gap: .4rem;
    }

    .apply__list a,
    .applybtm a{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }

    .online__btn{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }

}