

@font-face {
    font-family: 'Fonters';
    src: url('../fonts/Fonters.otf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'SST Bold';
    src: url('../fonts/SST/SST-Bold.otf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: 'SST Light';
    src: url('../fonts/SST/SST-Light.otf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'SST Medium';
    src: url('../fonts/SST/SST-Medium.otf') format('truetype');
    font-weight: 500;
}
@font-face {
    src: url('../fonts/SST/SST-BoldItalic.otf') format('truetype');
    font-family: 'SST Bold Italic';
    font-weight: bold;
    font-style: italic;
}
@font-face {
    src: url('../fonts/SST/SST-Italic.otf') format('truetype');
    font-family: 'SST Italic';
    font-weight: normal;
    font-style: italic;
}
@font-face {
    src: url('../fonts/SST/SST-LightItalic.otf') format('truetype');
    font-family: 'SST Light Italic';
    font-weight: 300;
    font-style: italic;
}
@font-face {
    src: url('../fonts/SST/SST-MediumItalic.otf') format('truetype');
    font-family: 'SST Medium Italic';
    font-weight: 500;
    font-style: italic;
}
@font-face {
    src: url('../fonts/SST/SST-Heavy.otf') format('truetype');
    font-family: 'SST Heavy';
    font-weight: normal;
    font-style: normal;
}
@font-face {
    src: url('../fonts/SST/SST-HeavyItalic.otf') format('truetype');
    font-family: 'SST Heavy Italic';
    font-weight: normal;
}
@font-face {
    src: url('../fonts/SST/SST-Condensed.otf') format('truetype');
    font-family: 'SST Condensed';
    font-weight: normal;
}
@font-face {
    src: url('../fonts/SST/SST-CondensedBd.otf') format('truetype');
    font-family: 'SST Condensed Bold';
    font-weight: bold;
}
@font-face {
    src: url('../fonts/SST/SST-CondensedMd.otf') format('truetype');
    font-family: 'SST Condensed Medium';
    font-weight: 500;
}
@font-face {
    src: url('../fonts/SST/SST-Roman.otf') format('truetype');
    font-family: 'SST Roman';
    font-weight: normal;
}
body {
    font-family: 'SST Medium', sans-serif!important;
    letter-spacing: 0.04em;
}
a:focus {
    outline: none;
}
.bg-01 {
    background-image: url('../images/bg-01.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-02 {
    background-image: url('../images/bg-02.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sec-meet-the-experts {
    background-image: url('../images/bg-02-sub.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* mainvisual__fullscreen */
.sec-mainvisual__fullscreen {
    width: 100%;
    height: calc(100vh - 64px);
    position: relative;
    overflow: hidden;
    background: url('../images/main-visual.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sec-mainvisual__cnt {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.sec-mainvisual__cnt__inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.sec-mainvisual__ttl {
    text-align: center;
}
.sec-mainvisual__ttl > h1 {
    font-size: 76px;
    color: #fff;
    line-height: 1;
    font-family: 'SST Medium', sans-serif;
    margin: 0;
}
.sec-mainvisual__ttl > p {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    font-family: 'SST Medium', sans-serif;
    margin: 0;
    padding: 10px 24px;
    border: 2px solid #fff;
    margin-top: 35px;
    border-radius: 16px;
    display: inline-block;
}
.sec-mainvisual__intro {
    text-align: center;
    margin-top: 30px;
}
.sec-mainvisual__intro > p {
    font-size: 32px;
    line-height: 1.33;
    font-family: 'SST Roman', sans-serif;
    margin: 0;
    color: #ffe2b1;
}
.sec-mainvisual__intro > a {
    display: inline-block;
    text-align: center;
    margin-top: 30px;
}

/* meet-the-experts */
.sec-meet-the-experts__inner {
    max-width: 1770px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.sec-meet-the-experts__cnt {
    padding: 80px 0 130px;
}
.sec-meet-the-experts__ttl > h2 {
    text-align: center;
    color: #ffe2b1;
    font-size: 54px;
    line-height: 1;
    font-family: 'SST Roman', sans-serif;
    margin: 0;
}
.lst-experts {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 60px;
}
.lst-experts__item {
    position: relative;
    width: 18%;
    cursor: pointer;
}
.lst-experts__item__trigger {
    position: relative;
}
.lst-experts__item__cnt {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 25px 5px 25px 25px;
}
.lst-experts__item__ttl {
    font-size: 28px;
    line-height: 1;
    font-family: 'SST Medium', sans-serif;
    color: #fff;
    margin: 0;
    position: relative;
    display: inline-block;
    padding-right: 40px;
}
.lst-experts__item__ttl > a {
    width: 32px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
}
.lst-experts__item__ttl > a > img {
    width: 100%;
    height: auto;
}
.lst-experts__item__desc {
    font-size: 21px;
    color: #fff;
    line-height: 1;
    font-family: 'SST Roman', sans-serif;
    margin: 0;
    padding-top: 6px;
}
.lst-experts__item__detail {
    border-radius: 16px;
    padding: 14px;
    background: linear-gradient(90deg, #c1b3a0 0%, #c1b3a0 100%);
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.lst-experts__item__detail__inner {
    display: flex;
    gap: 20px;
    color: #6d5a3f;
}
.lst-experts__item__detail__lst-img {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
}
.lst-experts__item__detail__cnt__avatar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding-top: 20px;

}
.lst-experts__item__detail__cnt__avatar img{
    width: 31%;
}
.lst-experts__item__detail__cnt__avatar__name {
    font-size: 29px;
    font-family: 'SST Medium', sans-serif;
    line-height: 1;
}
.lst-experts__item__detail__cnt__avatar__name > span {
    font-family: 'SST Roman', sans-serif;
    font-size: 19px;
    display: block;
    padding-top: 6px;
}
.lst-experts__item__detail__cnt__txt {
    color: #26251f;
    font-size: 19px;
    font-family: 'SST Light', sans-serif;
    line-height: 1.25;
    padding-top: 20px;
}
.lst-experts__item__detail__cnt {
    width: calc(65% - 20px);
}
.lst-experts .lst-experts__item:last-child .lst-experts__item__detail__cnt {
    width: 100%;
}
.lst-experts .lst-experts__item:last-child .lst-experts__item__detail {
    padding: 30px;
}
.lst-experts__item__detail__cnt > a {
    display: inline-block;
    margin-top: 25px;
}
/* sec-schedule */
.sec-schedule__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 20px 100px;
    box-sizing: border-box;
    color: #fff;
}
.sec-schedule__ttl > h2 {
    font-size: 54px;
    color: #ffe2b1;
    line-height: 1;
    font-family: 'SST Roman', sans-serif;
    margin: 0;
    text-align: center;
}
.sec-schedule__lst {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.sec-schedule__lst__item {
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 15px 30px;
    display: flex;
    align-items: center;
    min-height: 110px;
    gap: 100px;
}
.sec-schedule__lst__item__ttl {
    font-size: 36px;
    font-family: 'SST Bold', sans-serif;
    line-height: 1;
    position: relative;
}
.sec-schedule__lst__item__ttl:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 38px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    
}
.sec-schedule__lst__item.special .sec-schedule__lst__item__ttl:after {
    display: none;
}
.lst-experts .lst-experts__item:last-child .lst-experts__item__detail__cnt__avatar {
    padding-top: 0;
}
.sec-schedule__lst__item__desc {
    font-size: 38px;
    font-family: 'SST Bold', sans-serif;
    line-height: 1;
}
.sec-schedule__lst__item__desc__ttl {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sec-schedule__lst__item__desc__ttl > span {
    font-size: 26px;
    font-family: 'SST Roman', sans-serif;
    line-height: 1;
}
.sec-schedule__lst__item__desc__txt {
    font-size: 26px;
    font-family: 'SST Roman', sans-serif;
    line-height: 1.25;
    padding-top: 10px;
}
.sec-schedule__lst__item.special {
    justify-content: center;
}
.sec-schedule__btn {
    margin-top: 40px;
    display: block;
    text-align: center;
}
.btn__note {
    font-size: 28px;
    font-family: 'SST Roman', sans-serif;
    line-height: 1.25;
    padding-top: 12px;
    text-align: center;
    color: #fff;
}
.is-visible-sp {
    display: none;
}
.is-visible-pc {
    display: flex;
}
.is-visible-tbt {
    display: none;
}
@media screen and (min-width: 1700px) {
    .lst-experts .lst-experts__item:last-child .lst-experts__item__detail {
        height: 100%;
    }
}
@media screen and (max-width: 1600px) {
    /* mainvisual__fullscreen */
    .sec-mainvisual__cnt__inner {
        padding-bottom: 2vw
    }
    .sec-mainvisual__ttl > h1 {
        font-size: 4vw;
    }
    .sec-mainvisual__ttl > p {
        font-size: 1.6vw;
        margin-top: 1.5vw;
    }
    .sec-mainvisual__intro {
        margin-top: 1vw;
    }
    .sec-mainvisual__intro > p {
        font-size: 1.6vw;
    }
    .sec-mainvisual__intro > a {
        margin-top: 1vw;
    }
    .sec-mainvisual__intro > a > img {
        width: 15vw;
    }

    /* meet-the-experts */
    .sec-meet-the-experts__cnt {
        padding: 5vw 0 7vw;
    }
    .lst-experts {
        gap: 2vw;
        margin-top: 4vw;
    }
    .sec-meet-the-experts__ttl > h2 {
        font-size: 3.6vw;
    }
    .lst-experts__item__ttl {
        font-size: 2vw;
        padding-right: 3.5vw;
    }
    .lst-experts__item__desc {
        font-size: 1.6vw;
        padding-top: 3px;
    }
    .lst-experts__item__ttl > a {
        width: 2.5vw;
    }
    .lst-experts__item__cnt {
        padding: 2vw 7px 2vw 2vw;
    }
    .lst-experts__item__detail__cnt__avatar {
        padding-top: 1vw;
        gap: 1vw;
    }
    .lst-experts__item__detail__cnt__avatar__name {
        font-size: 1.8vw;
    }
    .lst-experts__item__detail__cnt__avatar__name > span {
        font-size: 1.4vw;
    }
    .lst-experts__item__detail__cnt__txt {
        font-size: 1.3vw;
        padding-top: 1vw;
    }
    .lst-experts__item__detail__cnt > a {
        margin-top: 1.5vw;;
    }
    .lst-experts__item__detail__cnt > a > img {
        height: 2.8vw;
    }
    .lst-experts__item__detail__cnt__avatar img {
        width: 25%;
    }
    .lst-experts__item__detail__inner {
        gap: 1.2vw;
    }
    .lst-experts__item__detail {
        padding: 1.2vw;
    }
    .lst-experts .lst-experts__item:last-child .lst-experts__item__detail {
        padding: 1.5vw;
    }
    .sec-schedule__inner {
        padding: 5vw 20px 5vw;
    }
    .sec-schedule__ttl > h2 {
        font-size: 3.6vw;
    }
    .sec-schedule__lst {
        margin-top: 3vw;
        gap: 10px;
    }
    .sec-schedule__lst__item {
        gap: 5vw;
        min-height: 8vw;
        padding: 10px 20px;
    }
    .sec-schedule__lst__item__ttl,
    .sec-schedule__lst__item__desc {
        font-size: 2vw;
        white-space: nowrap;
    }
    .sec-schedule__lst__item__ttl:after {
        width: 2px;
        height: 2.5vw;
        right: -2.4vw;
    }
    .sec-schedule__lst__item__desc__txt {
        font-size: 2vw;
        white-space: normal;
        padding-top: 6px;
    }
    .sec-schedule__lst__item__desc__ttl > span {
        font-size: 2vw;
    }
    .sec-schedule__btn {
        margin-top: 3vw;
    }
    .sec-schedule__btn img {
        width: 15vw;
    }
    .btn__note {
        font-size: 1.6vw;
        padding-top: 1vw;
    }
    .sec-schedule__lst__item.special .sec-schedule__lst__item__ttl{
        white-space: normal;
        text-align: center;
    }
    .is-visible-tbt {
        display: block;
    }
}
@media screen and (max-width: 992px) {
    .sec-mainvisual__fullscreen {
        height: calc(100vh - 50px);
    }
}
@media screen and (max-width: 559px) {
    /* mainvisual__fullscreen */
    .bg-01 {
        background-color: #000;
        background-image: none;
    }
    .sec-mainvisual__fullscreen {
        /* height: calc(100vh - 50px); */
        width: auto;
        height: auto;
    }
    .sec-mainvisual__fullscreen {
        background-size: contain;
        background-position: top center;
    }
    .sec-mainvisual__cnt {
        position: relative;
    }
    .sec-mainvisual__cnt__inner {
        padding-top: 38vw;
    }
    .sec-mainvisual__cnt__inner {
        padding-bottom: 16px
    }
    .sec-mainvisual__ttl > h1 {
        font-size: 28px;
    }
    .sec-mainvisual__ttl > p {
        font-size: 16px;
        margin-top: 12px;
        line-height: 1.2;
        padding: 6px 10px;
        border-radius: 8px;
    }
    .sec-mainvisual__intro {
        margin-top: 12px;
    }
    .sec-mainvisual__intro > p {
        font-size: 16px;
        line-height: 1.2;
    }
    .sec-mainvisual__intro > a {
        margin-top: 12px;
    }
    .sec-mainvisual__intro > a > img {
        width: 140px;
    }

    /* meet-the-experts */
    .sec-meet-the-experts__ttl > h2 {
        font-size: 22px;
    }
    .lst-experts__item__detail__cnt__avatar img {
        width: 45px;
    }
    .lst-experts__item__detail__cnt__avatar__name {
        font-size: 14px;
    }
    .lst-experts__item__detail__cnt__avatar__name > span {
        font-size: 11px;
    }
    .lst-experts__item__detail__cnt > a > img {
        height: 25px;
    }
    .lst-experts__item__detail__cnt__txt {
        font-size: 11px;
    }
    .lst-experts__item__ttl {
        font-size: 12px;
        line-height: 1.2;
        padding-right: 20px;
    }
    .lst-experts__item__desc {
        font-size: 10px;
        padding-top: 2px;
    }
    .lst-experts__item__ttl > a {
        width: 16px;
    }
    .lst-experts__item__cnt {
        padding: 10px 2px 10px 6px;
    }
    .lst-experts__item {
        width: 30%;
    }
    .lst-experts.active .lst-experts__item:not(.active) {
        width: 10%;
    }
    .lst-experts.active .lst-experts__item:not(.active) .lst-experts__item__cnt {
        display: none!important;
    }
    .lst-experts.active .lst-experts__item:not(.active) .lst-experts__item__img img{
        object-fit: cover;
    }
    .lst-experts__item__detail {
        border-radius: 8px;
        padding: 8px 8px 10px 8px;
        position: relative;
    }
    .mti-inactive .mfp-content .lst-experts__item__detail {
        display: block;
    }
    .lst-experts__item__detail__lst-img {
        width: 100%;
        justify-content: flex-start;
        padding-top: 10px;
        flex-direction: row;
    }
    .lst-experts__item__detail__img {
        max-height: 150px;
        border-radius: 8px;
        overflow: hidden;
    }
    .lst-experts__item__detail__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .lst-experts__item__detail__cnt {
        /* width: calc(70% - 10px); */
        width: 100%;
    }
    .sec-schedule__ttl > h2 {
        font-size: 22px;
    }
    .sec-schedule__lst__item {
        border-radius: 8px;
    }
    .sec-schedule__lst__item__ttl, .sec-schedule__lst__item__desc {
        font-size: 14px;
    }
    .sec-schedule__lst__item__desc__txt {
        font-size: 12px;
    }
    .sec-schedule__lst__item__desc__ttl > span {
        font-size: 12px;
    }
    .is-visible-sp {
        display: flex;
    }
    .is-visible-pc {
        display: none;
    }
    .sec-schedule__lst__item__ttl:after {
        height: 12px;
    }
    .sec-schedule__btn img {
        width: 140px;
    }
    .btn__note {
        font-size: 14px;
        padding-top: 6px;
    }
    .sec-meet-the-experts__inner {
        padding: 0 15px;
    }
    .lst-experts {
        gap: 8px;
    }
    .sec-schedule__inner {
        padding: 5vw 15px 5vw;
    }
    .sec-mainvisual__cnt__inner {
        padding: 38vw 15px 15px;
    }
}
@media screen and (max-width: 460px) {
    .lst-experts {
        gap: 6px;
    }
    .lst-experts__item__cnt {
        padding: 5px 2px 8px 5px;
    }
    .lst-experts__item__ttl {
        font-size: 10px;
    }
    .lst-experts__item__desc {
        font-size: 9px;
    }
    .lst-experts__item__ttl > a {
        width: 12px;
        right: 5px;
    }
}

@media screen and (max-width: 375px) {
    .lst-experts__item__ttl > a {
        right: 9px;
    }
}
