@charset "utf-8";
@import url("https://use.typekit.net/bos4uvb.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/*共通*/

html.article{
    font-size: 62.5%;
}

.article_body {
    background-image: none;
    font-size: 1.6em;
}

.article_body img{ 
    width: 100%;
}

.article_body main {
    border-top: #f2f2f2 solid 2px ;
}

.contentsBox.article .contentsList {
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    flex-wrap: wrap;
}

.contentsBox.article .contentsList li{
    border: none;
    background: none;
    min-height: 240px;
    width: calc(100% / 2 - 2%);
    margin-right: 0;
}

.contentsBox.article .contentsList span {
    color: #9E9E9E;
    display: block;
    margin: 5px 0;
    padding: 0 5px;
}

.contentsBox.article .contentsList p {
    padding: 0 5px;
    font-weight: 700;
}

.contentsBox.article h3 {
    font-size: 1.8em;
    letter-spacing: 1px;
    margin: 25px 0;
    color: #1c2035;
}

.articleyear {
    padding: 8px 15px;
    background-color: #1C2035;
    color: #ffffff;
    font-size: 1.2em;
    margin: 20px 0 30px;
}

.article_sort {
    margin-top: 20px; 
    padding: 20px 30px;
    border: #cdced0 solid 5px;
}

.contents_article {
    max-width: 1024px;
    width: 100%;
    margin: auto auto 6.45rem;
    font-family: 'Noto Sans JP', sans-serif;
}

.article_body main {
    max-width: none;
}

.article_body article {
    display: block;
    margin-bottom: 9.2rem;
}

.subtitle {
    font-size: 2.4rem;
    text-align: center;
    margin:1.6rem auto 6.4rem ;
}

.subtitle .sub {
    display: block;
    font-size: 2.8rem;
    margin-bottom: 1.6rem;
}

.subtitle span {
    display: inline-block;
}

.article_btn a{
    max-width: 200px;
    width: 100%;
    margin: auto;
    border: #1C2035 solid 1px;
    text-align: center;
    box-sizing: border-box;
    padding: 1.4rem;
    font-family: korolev, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
}

    
.article_box {
    transition: opacity 0.5s, transform 0.5s ease;
    transform: translateY(100px);
    opacity: 0;
}

.article_box.anime {
    transition: opacity 0.5s, transform 0.5s ease;
    transform: translateY(0);
    opacity:1;
}

.answers.linkexis {
    display: block;
}

.answers.linkexis a {
    color:#00f ;
}

.answers a:hover{
    text-decoration: underline;
    transition: text-decoration 0.3s;
}

/*interview系共通*/

.interview_title {
    font-family: korolev, sans-serif;
    font-weight: 700;
    font-size: 4.6rem; 
    line-height: 1;
    text-align: center;
    max-width: 228px;
    width: 100%;
    margin:0 auto 5.6rem;
}

.list_2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;   
}

.list_2 > li {
    max-width: 210px;
    width: 100%;
    margin: 0 3rem;
}

.list_2 img{
    max-width: 175px;
}

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

.list_4 > li {
    width: calc(100% / 4 - 6rem);
    margin-right: 6rem;
}

.list_4 > li:nth-child(4n) {
    margin-right: 0;
}

.list_inner .prof {
    font-weight: 700;
    padding-bottom: 1rem;
    margin-bottom: 0.6rem;
    border-bottom: #1C2035 solid 1px;
}

.list_inner .prof span {
    display: inline-block;
}

.list_inner li {
    font-size: 1.4rem;
}

.list_inner li + li {
    margin-top: 1.5rem;
}

.list_inner li:not(.prof) span {
    display: block;
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 1;
}

.introduction {
    font-size: 1.8rem;
    font-weight: 700;
    margin:6.45rem 0;
    padding: 4.05rem 0;
    border-top:#1C2035 solid 4px;
    border-bottom:#1C2035 solid 4px;
    line-height: 1.8;
}

.interview_box {
    max-width: 880px;
    width: 100%;
    margin: auto;
}

.interview_box h3 {
    font-size: 2.6rem;
    margin-bottom: 2.4rem;
}

.questioner,
.answers {
    margin-bottom:4rem ;
    line-height: 2;
}

.answers {
    display: flex;
}

.answers .name {
    font-weight: 700;
    flex-shrink: 0;
    padding-right: 2rem;
    width: 100px;
}

figure {
    margin-bottom: 3.5rem;
}


.profile {
    display: flex;
    max-width:663px ;
    width: 100%;
    margin: auto auto 6.4rem;
    justify-content: center;
}

.profile.notext {
    max-width: none;
}

.profimg {
    max-width: 175px;
    width: 100%;
    margin-right: 6.4rem;
}

.profimg figure {
    margin-bottom: 2.4rem;
}

.proftext  {
    font-size: 1.4rem;
    line-height: 1.8;
}
.proftext p + p{
    margin-top: 2.5rem;
}

.solo h3 {
    margin-top:6.4rem ;
}

.profile2 {
    margin-bottom: 6.4rem;/*labelがない時の複数人プロフィール時につける*/
}

.label {
    max-width: 396px;
    width: 100%;
    margin: 6.45rem auto;
}

.principle {
    margin:6.45rem auto;
    padding:6.45rem 15px ;
    box-sizing: border-box;
    border-bottom:#8d8f9a solid 2px ;
    border-top:#8d8f9a solid 2px ;
    text-align: center;
}

.principle .subtitle {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 2rem;
}

.principle dl {
    line-height: 1.8;
}

.principle dt {
    font-weight: 700;
    font-size: 1.5rem;
}

.principle dd {
    font-size:1.2rem ;
    margin-bottom: 2.4rem;
}

.principle dd:nth-last-of-type(1) {
    margin-bottom: 0;
}

/*sns*/


.article_sns {
    background-color: #F5F5F5;
    padding:4rem 15px 6.4rem;
    margin-bottom:6.45rem ;
}

.article_sns h3 {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 2rem;
}

.article_sns ul{
    max-width: 450px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.article_sns .tw {
    margin-top: 5px;
}


.article_sns .line {
    margin-top: 5px;
    margin-left: 5px;
}

.fb-like > span {
	width: 188px !important;
}
.fb-like iframe {
	width: 188px !important;
}


/****************************************
 Media Queries
*****************************************/

@media (max-width: 768px) {


html.article {
    font-size: 50%;
}

.interview_title {
    max-width: 140px;
    margin-bottom: 2.5rem;
}

.subtitle {
    font-size: 2.8rem;
    margin-bottom: 4rem;
}

.subtitle .sub{
    font-size: 2.3rem;
}

.contentsBox.article .contentsList li {
    min-height: auto;
    max-width: none;
    margin-right: 0;
    width: 100%;
}



.interview_no {
    font-size: 8rem;
}

.interview_box {
    padding: 0 20px;
    box-sizing: border-box;
}

.introduction {
    margin-top: 4.45rem;
    padding: 3rem 0;
}

.list_2 > li {
    width: calc(100% / 2 - 2rem);
    margin: 0 1rem;
}

.list_4 > li {
    width: calc(100% / 2 - 2rem);
    margin-right: 2rem;
}

.list_4 > li:nth-child(-n + 2) {
    margin-bottom:6.4rem ;
}

.list_4 > li:nth-child(2n) {
    margin-right: 0;
}

.list_inner li {
    font-size: 1.6rem;
}

.profile {
    display: block;
}

.profimg {
    max-width:180px ;
    margin: auto auto 4rem;
}

.proftext {
    font-size: 1.6rem;
}

.principle {
    padding: 4.45rem 0;
    margin: 4.45rem auto;
    max-width: 90%;
}

.principle .subtitle {
    font-size:2.1rem ;
}


.answers .name {
    width: 66px;
}


/*01*/
.thumva {
    max-width: 280px;
}



/**/
.html.article header a {
    font-size: 11px;
}

}





/**/

html.article header a{
    font-size:13.6px;
}

html.article header .language,
html.article header .language a{
    font-size:12.8px;
}

footer h3,
footer h3 a{
    font-size:12.8px !important ;
}

footer a {
    font-size:11.2px!important;
}

footer small  {
    font-size:12px !important ;
}


@media only screen and (min-width: 769px) and (max-width: 870px) {
    html.article header a {
        font-size: 10px;
    }
}




/*アナウンス回*/

.contents_article_sectionbox {
    background-color: #F5F5F5;
    padding: 9.2rem 1.6rem;
    box-sizing: border-box;
}

.section_inner {
    max-width: 880px;
    width: 100%;
    margin: auto;
}

.article2_title {
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-size: 4.7rem;
    text-align: center;
    margin: 0 auto 4rem;
    line-height: 1;
}
.article2_title span{
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    font-size: 1.6rem;
    margin: 1.6rem 0 0 0;
}

.article2_title span::before{
    content: none;
}

.article2 .subtitle .sub2 {
    padding-left: 1.6rem;
}


.contents_article_sectionbox h3{
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 3.5rem;
}

.contents_article_sectionbox h3 span{
    font-size: 3.2rem;
}

.contents_article_sectionbox .floor_text {
    margin-bottom: 4rem;
}

.floor_contents{
    display: flex;
    margin-bottom:1.6rem ;
}

.floor_contents figure,
.floor_contents div{
    width: 50%;
}

.floor_contents figure {
    margin-bottom: 0;
}

.floor_contents div {
    padding-left:4rem ;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.floor_contents div strong{
    display: block;
    font-size: 2rem;
    margin-bottom: 1.2rem;
}
.floor_contents div p{
    font-size: 1.2rem;
    line-height: 1.8;
}

.detail {
    padding: 9.2rem 1.6rem;
    box-sizing: border-box;
}

.detail_contents{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.detail_contents li{
    max-width:380px ;
    width: 100%;
    padding: 0 1rem;
}

.detail_contents li strong{
    display: block;
    font-size: 2rem;
    margin-bottom: 1.2rem;
}

.detail_contents li p{
    font-size: 1.6rem;
    line-height: 1.8;
}

.detail_contents.list2 {
    justify-content: center;
    margin-top: 4rem;
}

.m-t{
    margin-top: 4rem;
}

@media (max-width: 768px) {

    .article2 .subtitle .sub {
        font-size: 2.06rem;
        text-align: center;
    }

    .interview_box h3 {
        font-size: 2.25rem;
        padding: 0 1.6rem;
    }

    .answers {
        font-size: 1.9rem;
        line-height: 1.8;
    }

    .article2_title {
        font-size: 5.3rem;
    }

    .article2_title span {
        font-size: 1.8rem;
    }

    .contents_article_sectionbox .floor_text {
        font-size: 1.876rem;
        padding: 0 2.4rem;
        line-height: 1.7;
    }

    .contents_article_sectionbox {
        padding: 9.2rem 0;
    }

    .contents_article_sectionbox h3{
        font-size: 2rem;
    }
    
    .contents_article_sectionbox h3 span{
        font-size: 3rem;
    }

    .floor_list {
        padding: 0 2.4rem;
    }

    .floor_contents {
        flex-wrap: wrap;
    }

    .floor_contents figure, 
    .floor_contents div{
        width: 100%;
    }


    .floor_contents div{
        padding: 0;
        margin: 6.3rem auto 2.6rem;
        order: -1;
        font-size: 1.876rem;
    }


    .detail_contents {
        flex-wrap: wrap;
    }

    .detail_contents li {
        margin: 0 auto;
    }

    .floor_contents div strong,
    .detail_contents li strong {
        font-size: 2.25rem;
    }

    .floor_contents div p,
    .detail_contents li p{
        font-size: 1.876rem;
        line-height: 1.7;
    }

    .detail {
        padding: 9.6rem 2.4rem;
    }
    

    .detail_contents li + li{
        margin-top: 8.9rem;
    }

    .detail_contents figure {
        max-width: 240px;
        width: 100%;
        margin: 0 auto 3.5rem;
    }

    .m-t{
        margin-top: 0;
    }
}


/**/

.event {
    opacity: 0;
  }
  
  .event-act {
    -webkit-animation: fadeIn 1s ease forwards;
            animation: fadeIn 1s ease forwards;
  }
  
  .event-act .schedule_list li {
    opacity: 1;
  }
  
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  