@charset "UTF-8";

/* =================================
common
==================================== */

html {
    font-size: 62.5%;
}


:root {
    --contentPadding: 5%;
    --contentWidth: 90%;
}

body {
    font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-style: normal;
    color: var(--primary-black, #fff);
    background-color: var(--primary-white, #202020);
    line-height: normal;
}

img {
    max-width: 100%;
    height: auto;
}


a.btn-border {
    border: 1px solid #FF9C00;
    background: #202020;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 30px; 
    width: 250px;
    height: 50px;
    margin-top: 60px;
}




a.btn-border:hover {
    color: #202020;
    border: 1px solid #fff;
    background: #FF9C00;
    transform: translateY(-5px); /* ホバー時の動き */
    transition: 0.4s;
}

/* ========================= */
/* header */
/* ========================= */





/* .header nav pc */


header.header {
    background: url(../images/header__img.png) no-repeat left top / contain;
    height: 20vw;
    /* position: relative; */
    width: 100%;
    position: fixed;
}

.header__logo img,
.nav__logo img {
    width: 80px;
}

.mainImg__pc {
    display: block;
    background-size: cover;
}

/* .nav__logo img {
    display: none;
} */



.header__btn {
    display: none;
}


.mainImg__sp {
    display: none;
}

.nav__list,
.icon__list {
    display: flex;
    align-items: center;
}


.nav__menu {
    display: flex;
    align-items: center;
}


.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:96%;
    margin: 0 auto;
    padding-top: 30px;
}

.nav__list {
    gap: 30px;
    margin-right: 30px;
}




.icon__list {
    gap: 18px;
}

.icon__item {
    width: 22px;
    
}

.nav__item a {
    color: #202020;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6rem;
    transition: color 0.3s;
}

.nav__item a:hover {
    color: #FFF;
}

.nav__btn {
    display: none; 
}

.cacthcopy__sp {
    display: none;
}

.mainImg {
    margin-top: -330px;
    background-image: url(../images/main.png);
    background-size: cover;
    height: 700px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;

}

.cacthcopy__pc {
    max-width: 500px;
    margin-left: 1%;
    margin-top: 16%;
}



.header__logo {
    display: none;
}

.nextlive__box {
    margin-top: 5px;
}

header.article__header {
    padding-top: 315px;
}


@media (max-width: 1380px){

    header.header {
        background: url(../images/header__img.png) no-repeat left top / contain;
        height: 20vw;
        /* position: relative; */
        width: 100%;

    }

    .nav__header {
        background: url(../images/header__img.png) no-repeat left top / contain;
        height: 20vw;
        position: relative;
        width: 100%;
        padding-left: 7%;
        display: flex;
        justify-content: space-between;

    }



    .nav.active {
        padding: 0;
    }


    .header__logo {
        display: block;
        width: 100px;
        padding-top: 3%; 
        position: absolute;
        left: 6%; 
    }
    
    
    .header__btn {
        width: 20px;
        margin-top: 4%;
        display: block;
        position: absolute;
        right: 6%;
    }

    .nav__btn {
        width: 20px;
        display: block;
        position: absolute;
        right: 6%;
        top: 19%;
    }




    .nav__logo {
        display: block;
        position: absolute;
        left: 6%;
        top: 17%;
    }

    .nav {
        display: block;
    }
    
    .icon__item {
        width: 22px;
    }

    
    .nav__item {
        font-family: Oswald;
        font-size: 2.0rem;
        font-weight: 700;
        letter-spacing: 0.6px;
        margin-top: 20px;
        color: #FFF;
    }

    .nav__item a {
        color: #FFF;
    }
    
    .nav__menu {
        margin-top: 30px;
        display: block;
    }
    
    .icon__list {
        display: flex;
        gap: 18px;
        margin-top: 50px;
        margin-left: auto;
        padding-left: 10%;
    }


    .nav__list {
        display: block;
        padding-left: 10%;
    }
    
    .mainImg__pc {
        display: none;
    }

    .header__btn,
    .mainImg__sp {
        display: block;
    }

    .cacthcopy__sp {
        max-width: 400px;
    }


    
    /* .nav初期表示 */
    
    .nav {
        background: #202020;
        width: 100%;
        height: 100vh;
        padding: 22px 11%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        transform: translateX(-100%);
        transition: transform 0.4s;
    }

    
    
    .cacthcopy__pc {
        display: none;
    }

    .cacthcopy__sp {
        display: block;
    }

    /* .nav.active表示 */
    .nav.active {
        transform: translateX(0);
    }
    
   
    
}

@media (max-width: 760px) {

    .cacthcopy__sp {
        max-width: 200px;
    }



    .header__logo {
        width: 80px;
    }

    .nextlive__details {
        margin-left: 10px;
        
    }

    .mainImg {
        margin-top: -130px;
        background-image: url(../images/main_sp.png);
        background-size: cover;
        height: 600px;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
    }

    header.header {
        background: url(../images/header__img__sp.png) no-repeat left top / contain;
        height: 20vw;
        /* position: relative; */
        width: 100%;
        background-size: cover;
        background-position: bottom;

    }

    .nav__header {
        background: url(../images/header__img__sp.png) no-repeat left top / contain;
        height: 20vw;
        position: relative;
        width: 100%;
        background-size: cover;
        background-position: bottom;
        padding-left: 7%;
        display: flex;
        justify-content: space-between;

    }
}    

@media (max-width: 700px) {
    header.article__header {
        padding-top: 75px;
    }
}

/* ========================= */
/* profile */
/* ========================= */

.section--profile {
    width: var(--contentWidth);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* padding: 30px 0 200px 0; */
    padding: 315px 0 200px 0;
    max-width: 1280px;
}

.section__topic {
    background: url(../images/PROFILE.svg);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 128px;
    height: 460px;
    background-repeat: no-repeat;
    background-size: contain;
}

.name__english {
    color: #FFF;
    font-family: Oswald;
    font-size: 1.7rem;
    font-weight: 700;
    margin-top: 180px;
}

.name__japanese {
    color: #FF9C00;
    font-family: Oswald;
    font-size: 6.4rem;
    font-weight: 700;
}

.profile__img {
    width: 330px;
}

.profile__text {
    font-family: Oswald;
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 400;
    margin-top: 53px;
}

.header__text {
    display: flex;
    justify-content: space-between;
}

.profile__details {
    max-width: 843px;
}

.activity__list {
    padding-left: 2%;
}
.activity__item {
    list-style-type: disc;
    font-size: 1.6rem;
    line-height: 1.8;
}





.profile__topic {
    color: #FF9C00;
    font-family: Oswald;
    font-size: 5.2rem;
    font-weight: 600;
    text-align: center;
    margin-top: 80px;
}
.profile__txt {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}
.activity__list {
    font-size: 2.0rem;
    font-weight: 500;
    margin-top: 50px;
}

.activity__item {
    margin-top: 25px;
}

.name-box {
    font-size: 1.6rem;
    font-weight: 500;
}

.name-box {
    border: 1px solid #fff; 
    padding: 30px 20px;
    display: inline-block;
    margin-top: 72px;
    font-size: 1.6rem;
    line-height: 1.6;
    
  }


  @media (max-width: 1100px) {
    .section--profile {
        display: flex;
        justify-content: space-between;
        padding: 80px 0;
    }

    .profile__details {
        max-width: 90%;
        align-items: center;
        
    }

    .header__text {
        display: block;
        margin-top: 57px;
    }

    .profile__img {
        max-width: 212px;
        display: block;
        margin: 0 auto;
    }

    .name__english {
        font-size: 1.2rem;
        margin-top: 180px;
        margin-top: 60px;
        text-align: center;
    }

    .name__japanese {
        font-size: 3.0rem;
        text-align: center;
    }

    .section__topic {
        background: url(../images/PROFILE__sp.svg);
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 40px;
        height: 143px;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .profile__topic {
        font-size: 3.0rem;
        margin-top: 86px;
    }

    .profile__txt {
        font-size: 1.2rem;
    }
    .name-box {
        font-size: 1.6rem;
    }

    .activity__list {
        margin-top: 50px;
    }

    .activity__list {
        padding-left: 8%;
    }

    .profile__text {
        text-align: justify;
    }
}




/* ========================= */
/* footer */
/* ========================= */




.footer {
    background-color: #FF9C00;
    padding: 50px;
    margin-top: -1px;
}

.footer__section {
    margin: 0 auto;
    
}


.footer__nav {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin: 0 auto;
}


.footer__nav__list,
.footer__icon__list {
    display: flex;
    align-items: center;
}


.footer__nav__menu {
    display: flex;
    align-items: center;
}


.footer__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 30px;
}

.footer__nav__list {
    gap: 30px;
    margin-right: 30px;
}




.footer__icon__list {
    gap: 18px;
}

.footer__icon__item {
    width: 22px;
    
}

.footer__nav__item a {
    color: #202020;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6rem;
    transition: color 0.3s;
}

.footer__nav__item a:hover {
    color: #FFF;
}


.footer__nav__list,
.footer__icon__list {
    display: flex;
    align-items: center;
}


.footer__nav__menu {
    display: flex;
    align-items: center;
}


.footer__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 30px;
}

.footer__nav__list {
    gap: 30px;
    margin-right: 30px;
}




.footer__icon__list {
    gap: 18px;
}

.footer__icon__item {
    width: 22px;
    
}

.footer__nav__item a {
    color: #202020;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6rem;
    transition: color 0.3s;
}

.footer__nav__item a:hover {
    color: #FFF;
}

.footer__logo {
    width: 81px;
}



.copy {
    color: #202020;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 96px;
}









@media (max-width: 768px) {
    .footer {
        padding: 30px;
    }
    
    .footer__nav {
        justify-content: center;
        
    }
    
    .footer__nav__list {
        display: block;
        margin-top: 40px;
    }

    .footer__nav {
        display: block;
    }

    .footer__nav__menu {
        display: block;
    }

    .footer__icon__list {
        margin-top: 50px;
    }

    .copy {
        margin-top: 25px;
    }
}