@charset "euc-jp";
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
.msjp-bnr-campaign{
    display: none !important;
}
*{    
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box; 
}

html, body {
    width: 100%;
    height: 100%;
}

img{
    width: 100%;
    line-height: 0;
    vertical-align: bottom;
}

a{
    text-decoration: none;
}

body {
    position: relative;
    font-family: 'Outfit', 'Noto Sans JP', sans-serif;
    overflow-x: hidden !important;
}

article{
    width: 100%;
    height: fit-content;
    overflow: hidden;
}

.pc-v{
    display: block;
}

.sp-v{
    display: none;
}

p.comingsoon {
    color: #408dc9 !important;
    text-align: center !important;
    font-size: 1.8rem !important;
    line-height: 1 !important;
}

.minim{
    font-size: 60%;
}

/*header*/
header {
    position: fixed;
    z-index: 57;
    top: 62px;
    left: 7%;
}

.header-logo {
    width: 100%;
    max-width: 240px;
}

header.bg-blue{
    background: #2389cad6;
    transition: all 0.2s ease-out;
}

/*draw menu*/
.draw-menu {
    z-index: 56;
    position: fixed;
    padding: 16px;
    top: 44px;
    right: 5%;
    width: 90%;
    background: #ffffff;
    backdrop-filter: blur(5px);
    border-radius: 50px;
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.5);
}

.draw-menu ul {
    display: flex;
    align-items: center;
    float: right;
}

.draw-menu ul li {
    list-style: none;
    padding: 0 2rem;
}

.draw-menu ul li.sns-btn {
    padding: 0 0.5rem;
}

.draw-menu ul li a{
    color: #333;
    text-decoration: none;
}

.draw-menu ul li.on a{
    color: #beff26;
}

/***********fv***********/
.msday-fv {
    position: relative;
    aspect-ratio: 100 / 56.25;
    width: 100%;
}

.msday-fv:after {
    /*content: "";*/
    width: 100%;
    height: 60vh;
    background: linear-gradient(180deg, transparent 0%, #2593FF 80%);
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    z-index: -1;
}

.fv-movie {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.fv-movie:after{
    content: "";
    width: 100%;
    height: 100%;
    background:#0313327d;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.fv-movie video {
    width: 100%;
}

.fv-contents {
    padding-top: 10%;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

.fv-contents:before {
    content: "";
    position: absolute;
    width: 35%;
    aspect-ratio: 100 / 56.69;
    background: url(../images/fv-deco01.png) no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    transform: translate(-50%, -25%);
    opacity: 0.6;
}

.fv-contents:after {
    content: "";
    position: absolute;
    width: 60%;
    aspect-ratio: 100 / 67.22;
    background: url(../images/fv-deco02.png) no-repeat;
    background-size: cover;
    background-position: center;
    bottom: 0;
    right: 0;
    transform: translate(30%, 0);
    opacity: 0.4;
}

.fv-txt{
    color: #fff;
    text-align: center;
    width: 40%;
}

p.fv-copy {
    padding: 24px;
    font-size: 28px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

p.fv-copy strong{
    font-weight: 600;
}

.fv-txt h1 {
    padding: 0 0 24px;
    font-size: 32px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

.fv-txt h1 span {
    font-size: 80%;
}

.fv-txt h1 span.minim {
    font-size: 40%;
}

.fv-txt h2 {
    font-size: 64px;
    padding: 0 16px;
    font-weight: 600;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
    letter-spacing: 3px;
}

.fv-txt h2 strong {
    font-size: 130%;
}

.fv-txt p.fv-info {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.8;
}

a{
    cursor: pointer;
}

.cta-area {
    margin: 80px auto 0;
}

.fv-contents .cta-area:before {
    content: "入退場自由 / 参加費無料!";
    position: absolute;
    background: #fff;
    border-radius: 50px;
    line-height: 1;
    padding: 12px 32px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -60%);
    font-size: 18px;
    font-weight: 600;
    width: 40%;
    text-align: center;
}

.cta-area a.cta-btn:hover{
    background: #ffe000;
    /*background-image: url(../images/cta-arrow.svg);*/
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center right 8%;
}

.fv-contents .cta-area {
    max-width: 680px;
    position: relative;
}

.fv-contents .cta-area:before{
    content: "入退場自由 / 参加費無料!";
    position: absolute;
    background: #fff;
    color: #ff4646;
    border-radius: 50px;
    line-height: 1;
    padding: 16px 32px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -60%);
    font-size: 18px;
    font-weight: 600;
}

.fv-contents .cta-area a.cta-btn {
    background: #ffe000;
    background-position: center right 10%;
    color: #222;
    display: block;
    text-align: center;
    border-radius: 150px;
    font-size: 32px;
    padding: 32px;
    line-height: 1;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    font-weight: bold;
}

.fv-contents .cta-area a.cta-btn:hover{
    background: #ffb700;
}

/*
.cta-area a, a.float-cta-btn {
    pointer-events: none;
}
*/

.cta-area a p.next-event {
    font-size: 22px;
    font-weight: 600;
    padding: 24px 0 0 0;
    color: #fff;
}

/***********fv***********/


/***********common***********/
section.bg-blue{
    background: linear-gradient(#122e5bff, #2659a9ff);
}

.block {
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}

.block img {
    width: 100%;
}

.contens-wrapper {
    position: relative;
    padding: 6% 0;
    box-sizing: border-box;
}

h2.contents-ttl {
    font-weight: 500;
    font-size: 56px;
    color: #193f7a;
    position: relative;
    padding: 0 0 40px 0;
}

h2.contents-ttl span{
    display: block;
    font-size: 50%;
}

small{
    font-size: 60%;
}

section.bg-blue h2.contents-ttl {
    color: #fff;
}

p.contents-sub-ttl {
    text-align: center;
    font-size: 40px;
    line-height: 1;
    padding: 0 0 32px 0;
}

section.bg-blue p.contents-sub-ttl {
    color: #fff;
}   

p.contents-txt {
    text-align: center;
    font-size: 18px;
    padding: 24px 0;
    line-height: 1.8;
}

p.contents-txt + p.contents-sub-ttl{
    padding-top: 40px;
}

section.bg-blue p.contents-txt{
    color: #fff;
}
/***********common***********/

/***********about***********/
section#about{
    position: relative;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.about-txt {
    width: 50%;
}

.about-txt p.contents-sub-ttl {
    text-align: left;
}

.about-txt p.contents-sub-ttl span{
    font-size: 80%;
    display: block;
    padding: 0 0 16px 0;
}

.about-txt p.contents-txt{
    text-align: left;
}

.about-mov {
    margin: 30% auto 0;
    border-radius: 24px;
    width: 60%;
}

.about-mov .mov-block {
    width: 100%;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 16 / 9;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.about-mov iframe {
    width: 100%;
    height: 100%;
}

.about-mov p {
    text-align: right;
    font-size: 12px;
    padding: 12px 0 0 0;
    color: #fff;
}

.jpn-map {
    position: absolute;
    width: 80%;
    top: 0;
    right: 0;
}
/***********about***********/

/***********speaker***********/
section#speaker {
    border-radius: 24px;
}

.speaker-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 24px;
}

.speaker-box {
    width: 49%;
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.speaker-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 24px 0;
    align-items: center;
}

.speaker-info figure {
    width: 30%;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.speaker-info-txt {
    width: 70%;
    padding: 0 0 0 4%;
}

.speaker-company-logo {
    width: 80%;
}

p.speaker-company {
    font-size: 14px;
}

p.speaker-position {
    font-size: 13px;
    line-height: 1.8;
}

p.speaker-name {
    font-size: 24px;
    font-weight: 500;
}

.speaker-caption p {
    font-size: 16px;
    line-height: 1.6;
}
/***********speaker***********/

/***********time-table***********/
section#time-table{
    position: relative;
}
.time-table-box {
    display: flex;
    flex-wrap: wrap;
}
/*
.time-table-box h2.contents-ttl {
    width: 30%;
}
*/
.time-table-wrap {
    /*width: 60%;*/
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.time-table-block {
    background: #ffffffe3;
    backdrop-filter: blur(5px);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

p.time {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #2593ff;
}

p.time img{
    width: 28px;
    margin: 0 8px 0 0;
}

h3.time-table-ttl {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6;
    padding: 16px 0 0 0;
    color: #222;
}

p.session-caption{
    font-size: 16px;
    line-height: 1.6;
    padding: 0 0 24px 0;
}

.time-table-block:has(.time-table-spkr) h3.time-table-ttl{
    padding-bottom: 16px;
}

h3.time-table-ttl span{
    font-size: 16px;
}

.time-table-spkr-wrap {
    display: flex;
    flex-wrap: wrap;
}

.time-table-spkr {
    display: flex;
    align-items: center;
    width: 50%;
}

.time-table-spkr:nth-of-type(n+3) {
    margin: 16px 0 0 0;
}

.time-table-spkr img.spkr-photo {
    width: 16%;
    margin: 0 16px 0 0;
    border-radius: 8px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.3);
}

p.time-table-spkr-name {
    font-size: 12px;
    display: flex;
    flex-direction: column;
}

p.time-table-spkr-name img.spkr-logo {
    width: 140px;
    padding: 0 0 3px 0;
}

p.time-table-spkr-name span {
    font-weight: 600;
    display: block;
    font-size: 18px;
}

.session-block {
    margin: 24px 0 0 0;
}

.session-info {
    max-height: 2rem;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
    /* グラデーションマスク（Safari/Chrome用） */
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;

    /* グラデーションマスク（Firefox用） */
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    transition: all 0.3s ease;
}

.session-info.open {
    max-height: fit-content; /* 十分に大きな値 */
    /* マスクを解除して完全に表示 */
    -webkit-mask-image: none;
    mask-image: none;
    transition: all 0.3s ease;
}

.spkr-info {
    padding: 16px;
    background: rgb(215 238 255 / 80%);
    border: 1px solid rgba(27, 127, 204, .8);
    margin-top: 24px;
    border-radius: 4px;
}

.session-info h4{
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    padding: 0 0 16px 0;
}

.session-info p{
    font-size: 14px;
    line-height: 1.6;
}

.read-more-btn {
    display: inline-block;
    margin-top: 8px;
    color: #007BFF;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s ease;
    float: right;
}

/***********time-table***********/

/***********AWARD***********/
.ms-award {
    width: 100%;
    background: url(../images/ms-award-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin: 6% auto 0;
    position: relative;
    z-index: 1;
    border-radius: 24px;
}

.ms-award-wrap {
    padding: 6% 0;
    margin: 0 auto;
    width: 90%;
    max-width: 1280px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ms-award .ms-award-wrap figure{
    width: 40%;
    padding: 0 5% 0 0;
}

.ms-award .ms-award-wrap figure img{
    width: 100%;
}

.ms-award .ms-award-wrap .ms-award-txt {
    width: 60%;
    text-shadow: 0px 3px 5px rgb(0 0 0 / 60%);
    background: #00000091;
    padding: 40px 32px;
    border-radius: 16px;
}

.ms-award .ms-award-wrap .ms-award-txt h3 {
    color: #fff;
    font-size: 32px;
    padding: 0 0 32px 0;
}

.ms-award .ms-award-wrap .ms-award-txt p {
    color: #fff;
    font-size: 17px;
    line-height: 1.8;
    padding: 0 0 16px 0;
}
.ms-award .ms-award-wrap .ms-award-txt p:last-of-type {
    padding: 0;
}

.msd_photos {
    padding: 0 0 3rem 0;
    width: 100%;
}

.msd_photos img{
    width: 100%;
}
/***********AWARD***********/


/***********etc-contents***********/
.etc-contents-block {
    margin: 3% 0;
}

figure.etc-contents-img {
    width: 100%;
    padding: 0 0 4rem 0;
}

.etc-contents-txt {
    text-align: center;
}

h3.etc-contents-ttl {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    padding: 0 0 3rem 0;
}

p.etc-contents-capt {
    line-height: 1.8;
    width: 80%;
    max-width: 680px;
    margin: 0 auto;
    padding: 0 0 4rem 0;
}

a.etc-contents-btn {
    display: block;
    width: 80%;
    max-width: 420px;
    text-align: center;
    margin: 0 auto;
    line-height: 1;
    padding: 1.5rem 0;
    border-radius: 50px;
    box-shadow: 2px 2px 5px 2px #0000004d, -2px -2px 5px 2px #ffffff4d;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    background: rgb(106,106,255);
    background: linear-gradient(142deg, #6a6aff 0%, #e82fc3 0%, #853bc5 100%);
}

a.etc-contents-btn:hover{
    background: #fff;
    color: #853bc5;
}
/***********etc-contents***********/

/***********campaign***********/
.campaign-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.campaign-box {
    width: 49%;
    box-sizing: border-box;
    padding: 1.5rem;
    background: #ffffffbf;
}

h3.campaign-ttl {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.5;
    padding: 1.5rem 0;
    color: transparent;
    background: linear-gradient(142deg, #4040d7 0%, #ff2d2d 100%);
    -webkit-background-clip: text;
    text-align: center;
}

h3.campaign-ttl span {
    display: block;
    font-size: 60%;
    border-radius: 50px;
    width: fit-content;
    margin: 0 auto 1.5rem;
    line-height: 1;
    padding: 0.8rem 2rem;
    color: #fff;
    background: rgb(106,106,255);
    background: linear-gradient(142deg, rgba(106,106,255,1) 0%, rgba(106,106,255,1) 0%, rgba(255,85,238,1) 100%);
}

p.campaign-capt {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
    padding: 1rem 0;
    color: #380e5c;
    width: 90%;
    margin: 0 auto 2rem;
    border-top: 2px solid #380e5c;
    border-bottom: 2px solid #380e5c;
}

p.campaign-capt strong{
    font-size: 140%;
}

p.campaign-txt {
    font-size: 0.9rem;
    width: 90%;
    margin: 0 auto;
    line-height: 2;
    padding: 0 0 1rem 0;
    font-weight: 500;
    color: #333;
}

p.campaign-txt strong{
    font-weight: bold;
}

p.campaign-notice {
    font-size: 0.8rem;
    line-height: 1.6;
    padding: 1rem 0;
    color: #ffffffbf;
}

p.campaign-notice strong{
    font-weight: bold;
}

/***********campaign***********/

/***********benefits***********/
.meet-up-block {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: #ffffff00;
    border-radius: 16px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 32px;
}

.meet-up-txt {
    width: 100%;
    margin: 0 0 4rem;
}

.meet-up-txt:last-of-type {
    margin-bottom: 0;
}

h3.meet-up-ttl {
    font-size: 28px;
    padding: 0 0 1rem 0;
    margin: 0 0 2rem 0;
    border-bottom: 1px solid #596887;
}

h4.meet-up-subttl {
    text-align: left;
    font-size: 1.3rem;
    margin: 0 0 0.5rem 0;
    padding: 0.5rem 1.5rem;
    width: fit-content;
    background: #2389ca;
    color: #fff;
    border-radius: 8px;
    line-height: 1;
}

h4.meet-up-subttl + p {
    margin: 0 0 1rem 0;
}

.meet-up-txt p {
    font-size: 1.2rem;
    line-height: 2;
    padding: 8px 0;
}

.meet-up-txt ul {
    padding: 0 0 0 4%;
    display: flex;
}

.meet-up-txt p.meet-up-notice {
    font-size: 80%;
}

.meet-up-txt ul li {
    list-style: none;
    width: 30%;
    max-width: 180px;
    margin: 1%;
    text-align: center;
    font-size: 14px;
}

.meet-up-txt figure {
    width: 75%;
    margin: 0 auto;
    padding: 15px 0;
}

.meet-up-txt figure figcaption {
    color: #fff;
    font-size: 14px;
    padding: 5px 0 0;
}

.meet-up-tbl{
    background: #fff;
    box-sizing: border-box;
    padding: 1rem;
}

.meet-up-tbl dl {
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    line-height: 2.2;
}

.meet-up-tbl dl dt{
    width: 12%;
}

/***********benefits***********/


/***********flow***********/
section#flow{
    padding: 4% 0;
}

section#flow .block {
    background: #ffffff00;
    border-radius: 16px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 32px;
}

section#flow h3.contents-ttl {
    font-size: 28px;
    padding: 0 0 1rem 0;
    margin: 0 0 2rem 0;
    border-bottom: 1px solid #596887;
}

p.flow-sub-ttl {
    text-align: center;
    font-size: 20px;
    padding: 0 0 2rem;
}

p.flow-sub-ttl strong{
    font-weight: 700;
}

.flow-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem 0 0 0;
}

.flow-box {
    width: 33.3333%;
}

.flow-box dl {
    text-align: center;
}

.flow-box dl dt {
    margin: 0 0 15px 0;
    font-size: 1.4rem;
}

.flow-box dl dd {
    color: #222;
    font-size: 14px;
    padding: 10px 0;
}

.flow-box dl dd {
    color: #222;
    font-size: 14px;
    padding: 10px 0;
}

.flow-box dl dd span {
    display: block;
    border: 1px solid #051937;
    text-align: center;
    padding: 6px;
    border-radius: 3px;
    color: #051937;
    margin: 0 0 5px 0;
    line-height: 1;
}

.flow-box dl dd figure {
    margin: 0 0 15px 0;
}

/***********flow***********/



/***********outline***********/
section#outline{
    position: relative;
    border-radius: 24px;
}

.outline-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.outline-txt{
    width: 50%;
}

.outline-tbl {
    box-sizing: border-box;
}

.outline-tbl dl {
    display: flex;
    flex-wrap: wrap;
    line-height: 2;
    padding: 1rem 0;
    color: #fff;
}

.outline-tbl dl dt {
    text-align: center;
    width: 20%;
}

.outline-tbl dl dd {
    width: 80%;
}

.txt-notice {
    font-size: 70%;
}

.outline-map {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    box-sizing: border-box;
    width: 40%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.outline-map .map {
    width: 100%;
}

.map iframe {
    width: 100%;
    height: 100%;
}
/***********outline***********/

/***********sponsor***********/
ul.sponsors-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.sponsors-wrap li{
    list-style: none;
    width: 50%;
    text-align: center;
    font-size: 15px;
    margin: 0 0 16px 0;
}

ul.sponsors-wrap li img{
    margin-bottom: 16px;
}
/***********sponsor***********/

/***********footer***********/
footer.contens-wrapper {
    padding: 0;
    background-blend-mode: multiply;
    overflow: hidden;
    margin: 0 0 40px 0;
}

p.copyright {
    line-height: 1;
    padding: 1rem 0;
    text-align: center;
    z-index: 5;
    font-size: 13px;
}

.sponsors-area{
    width: 80%;
    max-width: 1280px;
    margin: 0 auto 40px;
    background: #ffffff00;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding: 40px;
}

.sponsors-area h4{
    padding: 2rem;
    font-size: 1.2rem;
    letter-spacing: 0.5rem;
    text-align: center;
}

.sponsors-area h4:nth-of-type(n+2){
    padding-top: 80px;
}   

.sponsors-area img {
    width: 50%;
    max-width: 320px;
    margin: 0 auto;
    display: block;
}

.sponsors-area ul {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    flex-wrap: wrap;
}

.sponsors-area ul li{
    list-style: none;
    width: 33.3333%;
    padding: 16px 0;
    display: flex;
    align-items: center;
}

.sponsors-area ul li img{
    width: fit-content;
    max-width: 100%;
}

/***********footer***********/

/***********float-cta***********/
.contens-wrapper.float-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1c458594;
    z-index: 50;
    text-align: center;
    padding: 1rem 0;
    transition: all 0.3s ease-out;
    transform: translateY(100%);
    z-index: 51;
    display: flex;
    justify-content: center;
    backdrop-filter: blur(5px);
}

.contens-wrapper.float-cta.cta-in {
    transform: translateY(0);
    animation: slideIn 0.3s ease-in-out;
}


.contens-wrapper.float-cta a.float-cta-btn {
    width: 80%;
    max-width: 500px;
    text-decoration: none;
    background: #ffe000;
    display: block;
    margin: 0 1%;   
    font-size: 1.5rem;
    line-height: 1;
    padding: 1.2rem;
    position: relative;
    border-radius: 4px;
    color: #000;
    border-radius: 100px;
}


.contens-wrapper.float-cta a.float-cta-btn:hover{
    background: #ffb700;
}

a.go-top-btn {
    display: block;
    width: 4%;
    max-width: 70px;
    position: fixed;
    bottom: 12px;
    right: 16px;
}

a.go-top-btn img {
    width: 100%;
}

/***********float-cta***********/


/***********SNS btn**********/
.sns-btn a {
    width: 20px;
    height: 20px;
    box-sizing: content-box;
    padding: 5px;
    border-radius: 200px;
    margin: 0 1%;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
}

.sns-btn a:hover{
    opacity: .8;
}

.sns-btn.sns-x a{
    background: #000000;
}

.sns-btn.sns-fb a{
    background: #1165F9;
}

.sns-btn a figure {
    width: 100%;
}


/*ボタン隠す*/
.btn-soon {
    background: #ffffff4f;
    text-align: center;
    max-width: 780px;
    margin: 6% auto;
    padding: 5% 0;
    font-size: 28px;
    font-weight: 600;
}
/*
.contens-wrapper.float-cta{
    background: none;
}
.contens-wrapper.float-cta a.float-cta-btn {
    visibility: hidden;
}
*/
/*ボタン隠す*/


@media (max-width: 1440px) {
    section#about {
        padding-top: 6%;
    }
    .about-txt {
        width: 56%;
    }
    h2.contents-ttl span {
        display: block;
        font-size: 34%;
    }
    a.go-top-btn {
        width: 5.4%;
    }
    p.fv-copy {
        padding: 20px;
        font-size: 24px;
    }
    .fv-txt h1 {
        font-size: 28px;
    }
    .fv-txt h2 {
        font-size: 60px;
    }
    .fv-txt h2 strong {
        font-size: 120%;
    }
    .fv-contents .cta-area:before {
        padding: 12px 24px;
        font-size: 16px;
    }
    .cta-area {
        margin: 65px auto 0;
    }
    .speaker-wrap {
        row-gap: 45px;
    }
    .speaker-box {
        width: 48%;
    }
    p.contents-sub-ttl {
        font-size: 34px;
    }
}

@media (max-width: 1280px) {
    section#about {
        padding-top: 10%;
    }
    .time-table-block {
        width: 100%;
    }
    p.contents-txt {
        font-size: 16px;
        padding: 0.6rem 0;
    }
    a.go-top-btn {
        width: 4.8%;
    }
}

@media (max-width: 1024px) {
    .draw-menu ul li {
        padding: 0 1rem;
    }
    .fv-txt {
        margin: 0 auto;
    }
    .fv-contents .cta-area a.cta-btn {
        font-size: 24px;
        padding: 32px 0 24px;
    }
    .fv-contents .cta-area:before {
        width: 52%;
    }
    h2.contents-ttl {
        font-size: 3.5rem;
    }
    p.contents-txt {
        font-size: 16px;
        padding: 8px 0;
    }
    .jpn-map {
        transform: translate(30%, 0);
    }
    .about-mov {
        margin: 20% auto 0;
    }
    .time-table-box h2.contents-ttl {
        width: 100%;
    }
    .time-table-wrap {
        width: 100%;
    }
    .speaker-box {
        width: 100%;
    }
    .speaker-info figure {
        width: 20%;
    }
    .speaker-info-txt {
        width: 80%;
    }
    .speaker-company-logo {
        width: 50%;
    }
    .speaker-caption p {
        font-size: 13px;
        line-height: 1.6;
    }
    p.speaker-name {
        font-size: 24px;
    }
    .ms-award-wrap {
        padding: 48px;
    }
    .ms-award .ms-award-wrap .ms-award-txt p {
        font-size: 14px;
    }
    .ms-award .ms-award-txt h3 {
        font-size: 1.6rem;
        padding: 0 0 1.2rem 0;
    }
    .ms-award .ms-award-txt p {
        font-size: 1rem;
    }
    .outline-txt {
        width: 100%;
    }
    .outline-tbl dl {
        padding: 8px;
    }
    .outline-map {
        margin: 40px auto 0;
        width: 90%;
    }
    .outline-map .map {
        width: 100%;
        height: 50vh;
    }
}

@media (max-width: 820px) {
    header {
        padding: 2%;
        width: 100%;
        background: #ffffffab;
        top: 0;
        left: 0;
        z-index: 2;
        backdrop-filter: blur(5px);
    }
    .corpo-logo {
        width: 25%;
        padding: 4% 0;
        margin: 0 auto;
    }
    /***draw-menu***/
    .draw-menu{
        background: none;
        backdrop-filter: none;
        box-shadow: none;
    }
    div.menu-switch {
        width: 4rem;
        height: 4rem;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 99999;
        cursor: pointer;
    }

    .menu-switch span {
        width: 70%;
        height: 2px;
        background: #042b43;
        display: block;
        position: relative;
        top: 50%;
        margin: -1px auto 0;
        transition: all 0.2s ease-out;
    }

    .menu-switch span:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #042b43;
        position: absolute;
        display: block;
        top: -700%;
        transition: all 0.2s ease-out;
    }

    .menu-switch span:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #042b43;
        position: absolute;
        display: block;
        top: 700%;
        transition: all 0.2s ease-out;
    }

    div.menu-switch.open span {
        transform: rotate(135deg);
        background: transparent;
        transition: all 0.2s ease-out;
    }

    div.menu-switch.open span:before {
        top: 0;
        transition: all 0.2s ease-out;
        background: #333;
    }

    div.menu-switch.open span:after {
        top: 0;
        transform: rotate(90deg);
        transition: all 0.2s ease-out;
        background: #333;
    }

    .draw-menu ul{
        background: #fff;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 2rem;
        padding-top: 4rem;
        box-sizing: border-box;
        z-index: 9999;
        transform: translateX(100%);
        transition: all 0.5s linear;
    }

    .draw-menu ul {
        display: inherit;
    }

    .draw-menu ul.open{
        transform: translateX(0);
        transition: all 0.5s linear;
    }

    .draw-menu ul li {
        list-style: none;
        border-bottom: 1px solid #222;
        padding: 0 0 1rem 0;
        margin: 0 0 1rem 0;
    }

    .draw-menu ul li a {
        text-decoration: none;
        color: #222;
        font-size: 1.8rem;
    }

    .draw-menu ul li a span {
        display: block;
        font-size: 50%;
        line-height: 1;
    }

    .draw-menu ul li.sns-btn {
        padding: 0;
        border: none;
        width: 50% !important;
        float: left;
    }

    .draw-menu ul li.sns-btn a{
        font-size: 1rem;
    }
    /***draw-menu***/

    .fv-contents {
        padding-top: 12%;
    }
    p.fv-copy {
        padding: 0 0 16px;
        font-size: 24px;
    }

    .fv-txt h2 {
        font-size: 40px;
        padding-top: 0;
    }
    
    .fv-contents .cta-area {
        max-width: 480px;
    }

    .fv-contents .cta-area {
        max-width: 560px;
        position: relative;
        zoom: 0.8;
    }

    .fv-contents .cta-area a.cta-btn {
        font-size: 20px;
        padding: 24px 0 24px;
    }

    section{
        overflow: hidden;
    }

    .fv-contents .cta-area a.cta-btn {
        font-size: 20px;
    }

    p.contents-sub-ttl {
        font-size: 24px;
    }

    section#about .block {
        width: 90%;
        max-width: 90%;
        padding: 24px;
    }

    .jpn-map {
        transform: translate(10%, 10%);
    }  

    .about-mov {
        width: 80%;
    }

    .speaker-block-txt {
        width: 60%;
    }

    .speaker-block-img {
        width: 35%;
    }

    .time-table-spkr img.spkr-photo {
        width: 30%;
    }

    p.contents-txt {
        font-size: 0.8rem;
        padding: 0.4rem 0;
    }

    .ms-award .ms-award-wrap figure {
        width: 80%;
        margin: 0 auto;
        padding: 0;
    }

    .ms-award .ms-award-wrap .ms-award-txt {
        width: 100%;
    }

    .meet-up-txt p {
        font-size: 1rem;
    }
    
    figure.meet-up-img {
        width: 80%;
        padding: 0;
        margin: 0 auto 3%;
    }

    .meet-up-txt {
        width: 80%;
        margin: 0 auto;
    }

    .flow-box dl dd figure {
        margin: 0 auto 15px;
        width: 80%;
    }

    .outline-tbl dl dt {
        width: 20%;
    }
    .outline-tbl dl dd {
        width: 78%;
    }

    a.go-top-btn {
        width: 9%;
    }

    .contens-wrapper.float-cta.cta-in {
        overflow: initial;
        flex-wrap: wrap;
    }

    .contens-wrapper.float-cta a.float-cta-btn {
        margin: 1% auto;
    }

    .pc-v{
        display: none;
    }
    .sp-v{
        display: block;
    }
    .meet-up-tbl dl dt {
        width: 18%;
    }

    .flow-box {
        width: 100%;
        margin: 3% auto;
        clip-path: polygon(0% 0%, 80% 0%, 100% 20%, 100% 100%, 20% 100%, 0 80%);
    }

    .flow-box dl {
        width: 80%;
        margin: 0 auto;
    }

    .flow-box dl dt {
        padding: 4px 40px;
        margin: 0 auto;
    }

    .ms-award figure {
        width: 100%;
        padding: 0 10% 10%;
    }
    .ms-award .ms-award-txt {
        text-align: center;
        width: 100%;
    }
    .info-mov {
        max-width: 90%;
        padding: 16px;
        border-radius: 8px;
    }
    img.info-mov-20th-logo {
        width: 20%;
        top: -24px;
        left: -10px;
    }
    .info-mov .mov-block {
        border-radius: 8px;
    }
}

@media (max-width: 580px) {
    .draw-menu ul {
        width: 50%;
    }
    .draw-menu ul li a {
        font-size: 18px;
    }
    .sns-btn a {
        width: 30px;
        height: 30px;
        margin: 0 auto;
    }
    div.menu-switch {
        width: 40px;
        height: 40px;
    }
    .menu-switch span:before {
        top: -500%;
    }
    .menu-switch span:after {
        top: 500%;
    }

    .fv-txt {
        width: 80%;
    }
    .fv-contents {
        padding-top: 26%;
    }
    .fv-contents .fv-logo {
        max-width: 180px;
    }
    .fv-txt h2 {
        font-size: 32px;
        padding: 0 0 16px 0;
    }

    .fv-txt p.fv-info {
        font-size: 20px;
        line-height: 1.6;
    }

    .msday-fv {
        aspect-ratio: 1 / 1.2;
    }

    .msday-fv:after {
        height: 40vh;
    }

    .fv-movie video {
        width: 220%;
        transform: translateX(-36%);
    }

    .contens-wrapper.float-cta a.float-cta-btn {
        font-size: 20px;
        padding: 16px;
    }

    .contens-wrapper {
        padding: 12% 0;
    }

    .block {
        width: 80%;
    }

    h2.contents-ttl {
        font-size: 32px;
        padding: 0 0 16px 0;
    }

    p.contents-sub-ttl {
        font-size: 18px;
        padding: 0 0 16px 0;
    }

    .about-txt {
        width: 100%;
    }

    .jpn-map {
        width: 100%;
        opacity: 0.4;
        transform: translate(26%, 50%);
    }

    .about-mov {
        width: 100%;
        margin: 15% auto 0;
    }

    .about-mov .mov-block {
        border-radius: 8px;
    }

    .about-mov p {
        font-size: 10px;
    }

    .speaker-block {
        width: 80%;
        gap: 0;
        flex-wrap: wrap;
        margin: 0 auto 60px;
    }

    .speaker-block-txt {
        width: 100%;
        order: 2;
    }

    .speaker-block.moderator .speaker-block-txt {
        padding-top: 24px;
    }

    .speaker-block-img {
        width: 100%;
        padding: 0 10%;
        order: 1;
    }

    .speaker-block-img img.circle-logo {
        top: -20px;
        right: 4px;
        width: 20%;
    }

    .speaker-box {
        padding: 24px;
    }

    h3.company-catch {
        font-size: 20px;
    }

    .time-table-box {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 5% 0;
    }

    .speaker-wrap {
        row-gap: 24px;
    }
    
    .speaker-info figure {
        width: 40%;
    }

    .speaker-info-txt {
        width: 60%;
        padding: 0 0 0 6%;
    }

    p.speaker-company {
        font-size: 11px;
    }

    p.speaker-position {
        font-size: 10px;
    }

    p.speaker-name {
        font-size: 16px;
    }

    .speaker-company-logo {
        width: 100%;
    }

    h3.time-table-ttl {
        font-size: 16px;
    }

    p.time img {
        width: 20px;
    }

    p.time {
        font-size: 18px;
    }

    p.session-caption {
        font-size: 13px;
    }

    .time-table-block{
        padding: 24px;
    }

    .time-table-spkr-wrap {
        gap: 16px;
    }

    .time-table-spkr {
        width: 100%;
        margin: 0;
    }
    .time-table-spkr:nth-of-type(n+3) {
        margin: 0;
    }

    p.time-table-spkr-name {
        font-size: 10px;
    }

    p.time-table-spkr-name span {
        font-size: 15px;
    }

    .ms-award{
        background-position: top;
    }

    .ms-award-wrap {
        flex-direction: column;
        padding: 0;
    }

    .ms-award .ms-award-wrap figure {
        width: 80%;
        padding: 0 0 10% 0;
    }

    .ms-award .ms-award-wrap .ms-award-txt {
        width: 100%;
        padding: 16px;
    }

    .ms-award .ms-award-wrap .ms-award-txt h3 {
        font-size: 22px;
    }

    h3.meet-up-ttl,
    section#flow h3.contents-ttl {
        font-size: 24px;
        text-align: center;
    }

    .outline-tbl dl{
        flex-direction: column;
    }

    .outline-tbl dl dt {
        width: 100%;
        margin: 0;
    }

    .outline-tbl dl dd {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

    .sponsors-area ul {
        flex-direction: column;
    }

    .sponsors-area ul li{
        width: 100%;
    }

    .sponsors-area img, .sponsors-area ul li img {
        width: 80%;
        max-width: 320px;
    }

    a.go-top-btn{
        transition: all 0.2s ease-out;
    }
    .contens-wrapper.float-cta.cta-in a.go-top-btn {
        width: 9%;
        bottom: 100%;
        transition: all 0.2s ease-out;
    }
    .meet-up-block:first-of-type::before, .meet-up-block:nth-of-type(2)::before{
        font-size: 1.2rem;
    }

    section#flow .block {
        padding: 0;
    }

    .flow-box dl dd figure {
        margin: 0;
        width: 100%;
    }

    p.comingsoon {
        font-size: 1.4rem;
    }
    .outline-map div {
        width: 100%;
    }

    .ms-award {
        padding: 2rem;
    }
    .ms-award .ms-award-txt h3 {
        font-size: 1.4rem;
    }

    .fv-contents:before {
        width: 55%;
        transform: translate(-50%, 0%);
    }
    .fv-contents:after {
        width: 60%;
        transform: translate(50%, 140%);
    }
    ul.sponsors-wrap li {
        width: 100%;
    }

    section#about {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
    section#speaker,
    .ms-award,
    section#outline {
        border-radius: 16px;
    }
}

@media (max-width: 480px) {
    p.fv-copy {
        font-size: 16px;
        padding: 0 0 8px 0;
    }
    .fv-txt h1 {
        font-size: 24px;
        padding: 0 0 16px 0;
    }
    .fv-contents .cta-area {
        zoom: 0.7;
        width: 90%;
    }
}


/*GMO 共通フッター*/
.gmoGroupFooter {
    padding-bottom: 110px !important;
    position: relative;
    z-index: 5;
}
@media (max-width: 768px) {
    .gmoGroupHeader {
        padding-bottom: 110px;
    }
    .contens-wrapper.float-cta.cta-in {
        z-index: 999999999;
    }
}
@media (max-width: 430px) {
    .gmoGroupHeader {
        padding-bottom: 80px;
    }
    .gmoGroupHeader h1 {
        font-size: 1.5rem;
    }
}