@charset "utf-8";
body{
    background-color: #FDFFF4;
    font-family: "Noto Sans", sans-serif;
    font-size: 0.9722222222222222vw;
    overflow-x: hidden;
}
.scroll-up {
    transition: 1.8s ease-in-out;
    transform: translateY(2.083333333333333vw);
    opacity: 0;
}
.scroll-up.on {
    transform: translateY(0);
    opacity: 1.0;
}
a{
    transition: 0.5s;
}
a:hover{
    cursor: pointer;
    opacity: 0.5;
}
#about{
    scroll-margin-top: 7.638888888888889vw;
}
#artists{
    scroll-margin-top: -6.25vw;
}
#commentators
{
    scroll-margin-top: -1.3888888888888888vw;
}
#rules{
    scroll-margin-top: -0.6944444444444444vw;
}

.p-inner{
    width: 60.416666666666664vw;
    margin: 0 auto;
}
.p-title{
    font-size: 2.9166666666666665vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    padding: 8.333333333333332vw 0 6.944444444444445vw;
}
.p-title::before{
    position: absolute;
    font-family: "Inter", sans-serif;
    color: rgba(66, 66, 66, 0.3);
    letter-spacing: -0.05em;
    font-size: 8.333333333333332vw;
    font-weight: 600;
    top: 6.25vw;
    right: 0;
    left: 0;
}
.p-title__artists::before{
    content: "ARTISTS";
    top: 4.583333333333333vw;
}
.p-title__commentators{
    padding-top: 10.277777777777777vw;
}
.p-title__commentators::before{
    content: "COMMENTATORS";
    letter-spacing: -0.06em;
}
.p-title__rules{
    padding: 13.194444444444445vw 0 6.736111111111111vw 0;
}
.p-title__rules::before{
    content: "RULES";
    top: 9.722222222222223vw;
}
.p-title__outline{
    padding: 13.750000000000002vw 0 6.666666666666667vw 0;
}
.p-title__outline::before{
    content: "OUTLINE";
    top: 9.722222222222223vw;
}

/* header */
.l-header{
    box-shadow: 0 0.3472222222222222vw 0.2777777777777778vw 0 rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #FDFFF4;
    z-index: 100;
}
.l-header__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.3888888888888888vw 3.4722222222222223vw;
}
.l-header__logo img{
    width: 7.847222222222222vw;
}
.l-header__right{
    display: flex;
    align-items: center;
    gap: 3.194444444444444vw;
}
.l-header__list{
    display: flex;
    font-size: 1.1111111111111112vw;
}
.l-header__item{
    padding: 0 2.083333333333333vw;
    border-right: 0.06944444444444445vw solid #000;
}
.l-header__item:last-child{
    border-right: none;
}
.l-header__button{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 14.722222222222223vw;
    height: 3.888888888888889vw;
    border-radius: 1.9444444444444444vw;
    background-position: left 50%;
    background-size: 200% auto;
    color: #fff;
    background-color: #0055b8;
    /* cursor: pointer; */
    transition: all 0.2s ease-out;
    font-size: 1.1111111111111112vw;
    font-weight: 700;
    box-shadow: 0 0.4166666666666667vw 0 0 rgba(119, 109, 107, 1);    background-image: linear-gradient(90deg, rgba(255, 167, 81, 1), rgba(251, 90, 64, 1) 100%, rgba(253, 141, 77, 1) 50%, rgba(251, 112, 70, 1) 80%);
    position: relative; /* オーバーレイを絶対配置するため */
}
.l-header__button:hover {
    background-position: right 50%;
}
/* オーバーレイ */
.l-header__button::before{
    position: absolute;
    content: "";
    width: 14.722222222222223vw;
    height: 3.888888888888889vw;
    border-radius: 1.9444444444444444vw;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #000;
    opacity: 0.7;
}
/* 無効化 */
.l-header__button.is-disabled {
    cursor: default;
    pointer-events: none; /* リンクを無効化 */
}
/* 満席になりました */
.l-header__overlay{
    position: relative;
}
.l-header__overlay::before {
    position: absolute;
    content:  "満席になりました";
    width: 9.583333333333334vw;
    height: 1.8055555555555554vw;
    font-size: 1.1111111111111112vw;
    color: #F50D0D;
    background-color: #fff;
    top: -1.3888888888888888vw;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* mv */
.p-mv{
    padding-top: 6.944444444444445vw;
}
.p-mv img{
    width: 100%;
}

/* about */
.p-about__inner{
    width: 68.75vw;
    margin: 0 auto;
    padding: 0.9027777777777777vw 0 9.027777777777777vw;
}
.p-about__inner img{
    width: 59.44444444444444vw;
    margin: 0 auto;
}
.p-about{
    position: relative;
}
.p-about::before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 9.027777777777777vw solid #FDFFF4;
    border-bottom: 0;
    bottom: -8.958333333333334vw;
    z-index: 1;
}

/* artists */
.p-artists{
    background-color: #FF914D;
    position: relative;
}
/* .p-artists::before,
.p-artists::after{
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    border: solid;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #FF914D;
    bottom: -13.819444444444445vw;
}
.p-artists::before{
    border-width: 2.8472222222222223vw 15.625vw 10.972222222222221vw 0;
    right: 0;
}
.p-artists::after{
    border-width: 2.8472222222222223vw 0 10.972222222222221vw 15.625vw;
    left: 0;
} */

/* .p-artists::after{
    position: absolute;
    content: "";
    background-image: url(../img/triangle.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 9.097222222222221vw;
    width: 100vw;
    bottom: -9.027777777777777vw;
} */

.p-artists__inner{
    width: 68.75vw;
    margin: 0 auto;
    background-color: #F8F8F8;
    padding: 10.416666666666668vw 0 9.722222222222223vw;
    position: relative;
}
/* .p-artists__inner::after{
    position: absolute;
    content: "";
    background-image: url(../img/deco.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 68.75vw;
    height: 9.097222222222221vw;
    bottom: -9.027777777777777vw;
    right: 0;
    left: 0;
} */
.p-artists__text{
    position: relative;
}
.p-artists__text::before,
.p-artists__text::after{
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
}
.p-artists__text::before{
    background-image: url(../img/text-left.png);
    width: 14.652777777777779vw;
    height: 124.72222222222223vw;
    top: 4.166666666666666vw;
    left: 2.5vw;
    z-index: 1;
}
.p-artists__text::after{
    background-image: url(../img/text-right.png);
    width: 14.23611111111111vw;
    height: 109.93055555555556vw;
    top: 3.75vw;
    right: -0.9722222222222222vw;
}
.p-card{
    background-color: #fff;
    box-shadow: 0 0 0.6944444444444444vw 0 rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.6666666666666667vw 1.3888888888888888vw;
    margin-bottom: 3.4722222222222223vw;
    border-radius: 0.4166666666666667vw;
}
.p-card__img img{
    width: 13.88888888888889vw;
}
.p-card__name img{
    width: 1.3888888888888888vw;
    margin: 0 0 0.20833333333333334vw 0.7638888888888888vw;
}
.p-card__name .u-linkedin-icon {
    width: 1.6666666666666667vw;
    margin: 0 0 0.1388888888888889vw 0.3472222222222222vw;
}
.p-card__group{
    width: 41.66666666666667vw;
}
.p-card__name{
    font-size: 1.5277777777777777vw;
    font-weight: 700;
}
.p-card__profile{
    padding: 0.9722222222222222vw 0 0.5555555555555556vw;
    line-height: 1.3;
}
.p-card__label-title{
    color: #fff;
    background-color: #000;
    display: inline-block;
    border-radius: 0.20833333333333334vw;
    padding: 0.20833333333333334vw;
    font-size: 0.8333333333333334vw;
}
.p-card__label-top{
    display: flex;
    gap: 1.25vw;
}
.p-card__label-title{
    margin-top: 0.9027777777777777vw;
}
.p-card__label-text{
    padding-top: 0.2777777777777778vw;
}

/* commentators */
.p-bg{
    background-image: url(../img/bg.png);
    width: 100%;
}
.p-bg__inner{
    width: 68.75vw;
    background-color: #FDFFF4;
    margin: 0 auto;
    padding-bottom: 0.6944444444444444vw;
}
.p-commentators{
    padding: 4.861111111111112vw 0 0 0;
}
.p-commentators__inner{
    display: flex;
    justify-content: center;
    gap: 6.944444444444445vw;
}
.p-commentators__card{
    width: 20.13888888888889vw;
    background-color: #F8F8F8;
    box-shadow: inset 0 0 0.4166666666666667vw 0 rgba(0, 0, 0, 0.25);
    border-radius: 0.4166666666666667vw;
    text-align: center;
    padding: 1.3888888888888888vw;
    height: 35.90277777777778vw;
}
.p-commentators__img img{
    width: 17.36111111111111vw;
}
.p-commentators__name{
    font-size: 1.25vw;
    font-weight: 700;
    padding: 0.6944444444444444vw 0;
}
.p-commentators__company{
    color: #fff;
    background-color: #FF914D;
    display: inline-block;
    padding: 0.20833333333333334vw 0.6944444444444444vw;
}
.p-commentators__profile{
    text-align: left;
    padding-top: 0.9722222222222222vw;
    line-height: 1.4;
}
.p-commentators__sns {
    padding-top: 0.5555555555555556vw;
}
.p-commentators__sns img{
    margin: 0.4166666666666667vw;
}
.u-x-icon{
    width: 1.597222222222222vw;
}
.u-youtube-icon{
    width: 2.1527777777777777vw;
}

/* rules */
.p-rules__list{
    width: 60.416666666666664vw;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0.4166666666666667vw;
    box-shadow: 0 0 0.5555555555555556vw rgba(0, 0, 0, 0.20) ;
    padding-top: 3.125vw;
    padding-bottom: 1.597222222222222vw;
}
.p-rules__item{
    font-size: 1.4583333333333333vw;
    padding: 0 0 1.3888888888888888vw 5.555555555555555vw;
    position: relative;
}
.p-rules__item::before{
    position: absolute;
    content: "";
    background-image: url(../img/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.2222222222222223vw;
    height: 2.2222222222222223vw;
    left: 2.7777777777777777vw;
    top: -0.20833333333333334vw;
}

/* outline */
.p-outline__inner{
    padding-bottom: 6.944444444444445vw;
}
.p-outline__item{
    display: flex;
    gap: 6.944444444444445vw;
    font-size: 1.3888888888888888vw;
    border-top: 0.06944444444444445vw solid #000;
    padding: 2.083333333333333vw 0 2.083333333333333vw 3.888888888888889vw;
}
.p-outline__item:last-child{
    border-bottom: 0.06944444444444445vw solid #000;
}
.p-outline__title{
    font-weight: 700;
    text-align-last: justify;
    width: 8.680555555555555vw;
}
.p-outline__text span{
    color: #FB5A40;
    font-size: 1.1111111111111112vw;
}
.p-outline__text a{
    text-decoration: underline;
}
.p-outline__schedule-img{
    width: 40.763888888888886vw;
}
.p-announce{
    text-align: center;
    padding-top: 1.3888888888888888vw;
    padding-bottom: 9.027777777777777vw;
}

/* organizer */
.p-organizer__inner{
    background-color: #333;
    border-radius: 1.3888888888888888vw;
    padding-bottom: 2.7777777777777777vw;
    margin-bottom: 8.333333333333332vw;
}
.p-title__organizer{
    color: #fff;
    padding: 5.555555555555555vw 0 0 0;
}
.p-title__organizer-wrap{
    position: relative;
    top: -5.555555555555555vw;
    overflow: hidden;
    width: 100%;
}
.p-title__organizer-bg{
    display: inline-flex;
    animation: organizer-bg 25s linear infinite;
    top: -5.555555555555555vw;
}
.p-title__organizer-bg img{
    height: 6.25vw;
    padding-right: 2.7777777777777777vw;
}
@keyframes organizer-bg {
    from {
    transform: translateX(0);
    }
    to {
    transform: translateX(-50%);
    }
}
.p-organizer__logo{
    display: flex;
    gap: 4.166666666666666vw;
    justify-content: center;
    padding-left: 3.4722222222222223vw;
}
.p-organizer__inbetween img{
    height: 2.7777777777777777vw;
}
.p-organizer__bd img{
    height: 2.9166666666666665vw;
}
.p-partner__title{
    color: #fff;
    font-size: 1.875vw;
    font-weight: 700;
    text-align: center;
    padding-top: 4.861111111111112vw;
}
.p-partner__logo{
    text-align: center;
}
.p-partner__hp img{
    width: 4.861111111111112vw;
    padding-top: 1.5277777777777777vw;
}
.p-partner__benq img{
    width: 8.333333333333332vw;
    padding-top: 2.569444444444444vw;
}

/* footer */
.l-footer{
    background-color: #FF914D;
    color: #fff;
    text-align: center;
    padding: 1.7361111111111112vw 0;
}
.l-footer__text{
    font-size: 0.8333333333333334vw;
}
.l-footer__text a{
    text-decoration: underline;
}
.l-footer__copyright{
    padding-top: 0.4861111111111111vw;
    font-size: 0.6944444444444444vw;
}

/* ボタン */
.c-button{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 14.722222222222223vw;
    height: 3.888888888888889vw;
    border-radius: 1.9444444444444444vw;
    background-position: left 50%;
    background-size: 200% auto;
    color: #fff;
    background-color: #0055b8;
    /* cursor: pointer; */
    transition: all 0.2s ease-out;
    font-size: 1.1111111111111112vw;
    font-weight: 700;
    box-shadow: 0 0.4166666666666667vw 0 0 rgba(119, 109, 107, 1);    background-image: linear-gradient(90deg, rgba(255, 167, 81, 1), rgba(251, 90, 64, 1) 100%, rgba(253, 141, 77, 1) 50%, rgba(251, 112, 70, 1) 80%);
    position: relative; /* オーバーレイを絶対配置するため */
}
.c-button:hover {
    background-position: right 50%;
}
/* オーバーレイ */
.c-button::before{
    position: absolute;
    content: "";
    width: 14.722222222222223vw;
    height: 3.888888888888889vw;
    border-radius: 1.9444444444444444vw;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #000;
    opacity: 0.7;
}

/* 無効化 */
.c-button.is-disabled {
    cursor: default;
    pointer-events: none; /* リンクを無効化 */
}
/* 満席になりました */
.c-button__overlay{
    position: relative;
}
.c-button__overlay::before {
    position: absolute;
    content:  "満席になりました";
    width: 9.583333333333334vw;
    height: 1.8055555555555554vw;
    font-size: 1.1111111111111112vw;
    color: #F50D0D;
    background-color: #fff;
    top: -1.3888888888888888vw;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-button__mv{
    top: -12.5vw;
}
.c-button__mv,
.c-button__mv::before{
    width: 26.944444444444443vw;
    height: 6.25vw;
    border-radius: 13.194444444444445vw;
    margin: 0 auto;
}
.c-button__overlay--mv::before {
    width: 13.055555555555557vw;
    height: 2.361111111111111vw;
    font-size: 1.5277777777777777vw;
    top: -1.7361111111111112vw;
}
.c-button__large,
.c-button__large::before{
    width: 44.30555555555556vw;
    height: 6.25vw;
    border-radius: 13.194444444444445vw;
    margin: 0 auto;
    font-size: 2.083333333333333vw;
}
.c-button__overlay--large::before {
    width: 13.055555555555557vw;
    height: 2.361111111111111vw;
    font-size: 1.5277777777777777vw;
    top: -2.083333333333333vw;
}

/* //ボタン */

/* レスポンシブ */
@media screen and (min-width:441px) {
    .l-headerSp,
    .u-br-sp,
    .l-hamburger__item,
    .p-mv-sp,
    .p-about-sp
    {
        display: none;
    }
}

@media screen and (max-width:440px) {
    .l-header,
    .u-br-pc,
    .p-mv-pc,
    .p-about-pc
    {
        display: none;
    }

body{
    font-size: 3.733333333333334vw;
}
#about{
    scroll-margin-top: 18.666666666666668vw;
}
#artists{
    scroll-margin-top: 6.666666666666667vw;
}
#commentators,
#outline
{
    scroll-margin-top: 8vw;
}
#rules{
    scroll-margin-top: 18.666666666666668vw;
}
.p-inner{
    width: 89.33333333333333vw;
}
.p-title{
    font-size: 7.466666666666668vw;
    padding: 8.333333333333332vw 0 6.944444444444445vw;
}
.p-title::before{
    font-size: 13.333333333333334vw;
}
.p-title__artists{
    padding: 25.066666666666666vw 0 12.533333333333333vw 0;
}
.p-title__artists::before{
    top: 20vw;
}
.p-title__commentators{
    padding-top: 16vw;
}
.p-title__commentators::before{
    letter-spacing: -0.06em;
    font-size: 11.733333333333333vw;
    top: 10.666666666666668vw;
}
.p-title__rules{
    padding: 5.333333333333334vw 0 6.736111111111111vw 0;
}
.p-title__rules::before{
    top: 1.0666666666666667vw;
}
.p-title__outline{
    padding: 21.333333333333336vw 0 10.666666666666668vw 0;
}
.p-title__outline::before{
    top: 16vw;
}

/* header */
.l-hamburger__icon {
    position: fixed;
    top: 1.6vw;
    right: 2.666666666666667vw;
    width: 12.266666666666666vw;
    height: 12.266666666666666vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.6vw;
    cursor: pointer;
    z-index: 100;
}
.l-hamburger__icon span {
    display: block;
    width: 10.666666666666668vw;
    height: 0.26666666666666666vw;
    background-color: #FF914D;
}
.l-hamburger__icon.open span:nth-of-type(1){
    transform: translateY(1.6vw) rotate(-25deg);
}
.l-hamburger__icon.open span:nth-of-type(2){
    opacity: 0;
}
.l-hamburger__icon.open span:nth-of-type(3){
    transform: translateY(-2.1333333333333333vw) rotate(25deg);
}
.l-hamburger__image{
    padding-bottom: 12vw;
}
.l-hamburger__item {
    background-color: #FDFFF4;
    width: 100%;
    height: 200vw; /* 高さを制限（必要に応じて調整） */
    position: fixed;
    top: -200vw; /* ← 上に隠す */
    left: 0;
    transition: top 0.3s ease;
    z-index: 9;
    padding-top: 27.27272727272727vw;
}
.l-hamburger__item.is-open {
top: 0; /* ← 上からスライドイン */
}
.l-hamburger__image img{
    width: 100%;
}
.l-hamburger__list {
    text-align: center;
    font-size: 5.454545454545454vw;
    font-weight: 600;
    padding-bottom: 5.333333333333334vw;
    padding-top: 5.333333333333334vw;
    border-top: 0.26666666666666666vw solid #FF914D;
}
.l-hamburger__list:last-child{
    border-bottom: 0.26666666666666666vw solid #FF914D;
}

.l-headerSp{
    background-color: #FDFFF4;
    text-align: left;
    padding: 3.733333333333334vw 6.133333333333333vw;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 0.22727272727272727vw 0.9090909090909091vw 0 rgba(0, 0, 0, 0.25);
}
.l-headerSp__logo img{
    width: 15.909090909090908vw;
}

/* mv */
.p-mv{
    padding-top: 16vw;
}
/* about */
.p-about__inner{
    width: 89.33333333333333vw;
    padding: 0 0 13.333333333333334vw;
}
.p-about__inner img{
    width: 89.33333333333333vw;
}

/* artists */
.p-artists__inner{
    width: 100vw;
    padding: 8vw 0;
}
.p-card{
    display: block;
    border-radius: 1.6vw;
    padding: 5.333333333333334vw 0 5.333333333333334vw 0 ;
    margin-bottom: 13.333333333333334vw;
}
.p-card__img{
    width: 78.66666666666666vw;
    margin: 0 auto;
}
.p-card__img img{
    width: 78.66666666666666vw;
}
.p-card__name img{
    width: 4.8vw;
    margin: 0 0 1.0666666666666667vw 0.7638888888888888vw;
}
.p-card__name{
    padding-top: 5.333333333333334vw;
}
.p-card__name .u-linkedin-icon {
    width: 6.133333333333333vw;
    margin: 0 0 0.5333333333333333vw 0.3472222222222222vw;
}
.p-card__group{
    width: 78.66666666666666vw;
    margin: 0 auto;
}
.p-card__name{
    font-size: 5.866666666666666vw;
}
.p-card__profile{
    padding: 2.666666666666667vw 0;
    line-height: 1.4;
}
.p-card__label-title{
    border-radius: 0.8vw;
    padding: 0.8vw;
    font-size: 3.2vw;
}
.p-card__label-top{
    display: block;
}
.p-card__label-title{
    margin-top: 4.533333333333333vw;
}
.p-card__label-text{
    padding-top: 1.0666666666666667vw;
}

/* commentators */
.p-bg__inner{
    width: 100vw;
    padding-bottom: 16vw;
}
.p-commentators__inner{
    display: block;
    padding-top: 5.333333333333334vw;
}
.p-commentators__card{
    width: 89.33333333333333vw;
    margin: 0 auto;
    box-shadow: inset 0 0 1.6vw 0 rgba(0, 0, 0, 0.25);
    border-radius: 1.6vw;
    padding: 10.666666666666668vw 5.333333333333334vw;
    height: initial;
    margin-bottom: 16vw;
}
.p-commentators__img img{
    width: 68vw;
}
.p-commentators__name{
    font-size: 4.8vw;
    padding: 4.533333333333333vw 0 2.1333333333333333vw;
}
.p-commentators__company{
    padding: 0.5333333333333333vw 2.666666666666667vw;
}
.p-commentators__profile{
    padding-top: 4vw;
}
.p-commentators__sns {
    padding-top: 4vw;
}
.p-commentators__sns img{
    margin: 1.866666666666667vw;
}
.u-x-icon{
    width: 6.133333333333333vw;
}
.u-youtube-icon{
    width: 8.266666666666666vw;
}

/* rules */
.p-rules__list{
    width: 89.33333333333333vw;
    border-radius: 1.3333333333333335vw;
    box-shadow: 0 0 2.1333333333333333vw rgba(0, 0, 0, 0.20) ;
    padding: 5.333333333333334vw 5.333333333333334vw 5.333333333333334vw 0;
}
.p-rules__item{
    font-size: 4.266666666666667vw;
    padding: 0 0 2.666666666666667vw 10.666666666666668vw;
    line-height: 1.25;
}
.p-rules__item::before{
    position: absolute;
    content: "";
    background-image: url(../img/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 5.866666666666666vw;
    height: 5.866666666666666vw;
    left: 3.2vw;
    top: -0.26666666666666666vw;
}

/* outline */
.p-outline__inner{
    padding-bottom: 13.333333333333334vw;
}
.p-outline__item{
    display: block;
    font-size: 5.333333333333334vw;
    border-top: 0.26666666666666666vw solid #000;
    padding: 4.8vw 0 4.8vw 4vw;
}
.p-outline__item:last-child{
    border-bottom: 0.26666666666666666vw solid #000;
}
.p-outline__title{
    text-align-last: initial;
    width: initial;
    padding-bottom: 2.666666666666667vw;
}
.p-outline__text {
    line-height: 1.4;
}
.p-outline__text span{
    font-size: 4.266666666666667vw;
}
.p-outline__schedule-img{
    width: 84vw;
}
.p-announce{
    text-align: left;
    width: 66.66666666666666vw;
    margin: 0 auto;
    padding-top: 2.666666666666667vw;
    padding-bottom: 2.666666666666667vw;
    font-size: 2.666666666666667vw;
}

/* organizer */
.p-organizer__inner{
    border-radius: 5.333333333333334vw;
    padding-bottom: 6.933333333333333vw;
    margin-bottom: 5.333333333333334vw;
    margin-top: 17.333333333333336vw;
}
.p-title__organizer{
    padding: 11.466666666666667vw 0 0 0;
}
.p-title__organizer-wrap{
    top: -10.666666666666668vw;
}
.p-title__organizer-bg{
    animation: organizer-bg 25s linear infinite;
    top: -2.666666666666667vw;
}
.p-title__organizer-bg img{
    height: 11.466666666666667vw;
    padding-right: 2.666666666666667vw;
}

.p-organizer__logo{
    display: block;
    padding-left: initial;
    text-align: center;
    padding-top: 6.666666666666667vw;
}
.p-organizer__inbetween {
    padding-bottom: 5.333333333333334vw;
}
.p-organizer__inbetween img{
    height: 8.266666666666666vw;
}
.p-organizer__bd{
    padding-top: 6.4vw;
}
.p-organizer__bd img{
    height: 8.266666666666666vw;
}
.p-partner__title{
    font-size: 5.866666666666666vw;
    padding-top: 17.333333333333336vw;
}
.p-partner__hp img{
    width: 16vw;
    padding-top: 8vw;
}
.p-partner__benq img{
    width: 26.666666666666668vw;
    padding-top: 8vw;
}

/* footer */
.l-footer{
    padding: 2.666666666666667vw 0;
}
.l-footer__text{
    font-size: 3.2vw;
}
.l-footer__copyright{
    padding-top: 2.666666666666667vw;
    font-size: 2.666666666666667vw;
}


/* ボタン */
.c-button__mv{
    top: -32vw;
}
.c-button__mv,
.c-button__mv::before{
    width: 74.66666666666667vw;
    height: 16vw;
    border-radius: 37.333333333333336vw;
    font-size: 4.8vw;
}
.c-button__overlay--mv::before {
    width: 38.13333333333333vw;
    height: 6.133333333333333vw;
    font-size: 4.266666666666667vw;
    top: -5.333333333333334vw;
}
.c-button__large,
.c-button__large::before{
    width: 74.66666666666667vw;
    height: 16vw;
    border-radius: 37.333333333333336vw;
    font-size: 4.8vw;
}
.c-button__overlay--large::before {
    width: 38.13333333333333vw;
    height: 6.133333333333333vw;
    font-size: 4.266666666666667vw;
    top: -5.6000000000000005vw;
}
}

