/************************************************************************
************************************************************************
>> all #e7141a
************************************************************************
************************************************************************/

@charset "UTF-8";

@keyframes anime {
    0% {
        transform: scale(1);
        opacity: .9
    }

    ;

    80% {
        opacity: 8.5
    }

    ;

    90% {
        opacity: 8
    }

    ;

    to {
        transform: scale(1.1, 2);
        opacity: 0.1
    }

    ;
}

* {
    letter-spacing: 0.1rem;
    color: #111;
}

section:not(.main-visual) {
    padding: 50px 0
}

section#shadow-host-companion {
    padding: 0;
}

section#voice {
    padding: 50px 0 0px;
}

.main-wid {
    width: 92.5vw
}

#archive-view .main-wid {
    width: 95vw
}

a.CTA-btn {
    display: block;
    background: #e7141a;
    color: #fff;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px 0 20px 55px;
    border-radius: 30px;
    position: relative;
    line-height: 1;
}

a.CTA-btn:hover {
    opacity: 1;
    text-decoration: none;
    background-color: #fea201 !important;
}


/*繝懊ち繝ｳwave*/
/* a.CTA-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    background: #FF6369;
    border: 1px solid #FF6369;
    transform: translate3d(0, 0, 0);
}

a.CTA-btn:before {
    animation: anime 2s ease-out 2s infinite;
}

#merit a.CTA-btn:before {
    background: #fff;
    border: 1px solid #fff;
} */

/*繝懊ち繝ｳwave*/

a.CTA-btn:not(.end) span {
    position: relative;
}

a.CTA-btn:not(.end) span::before {
    content: '';
    position: absolute;
    top: 49%;
    right: -75px;
    transform: translateY(-50%);
    width: 41px;
    height: 41px;
    background-color: #f2f2f2;
    border-radius: 50vh;
}

a.CTA-btn:not(.end) span::after {
    content: '';
    position: absolute;
    top: 49%;
    right: -58px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
}

/*
a.CTA-btn:not(.end) span::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  border-radius: 50vh;
}

a.CTA-btn:not(.end) span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}
*/
a.CTA-btn.end {
    background: #999;
    padding: 20px 0;
    text-align: center;
}

p {
    font-size: 3.75vw;
    font-weight: 400;
}

h2.midashi {
    font-size: 10vw;
    line-height: 1;
    margin-bottom: 30px;
}

span.midashi {
    font-size: 4.75vw;
    border-bottom: 3px solid #111;
    display: inline-block;
}

span.strong-color.red {
    color: #e7141a;
}

span.strong-color.blue {
    color: #06659C;
}

span.strong-color.orange {
    color: #FEA201;
}

span.mincho {
    font-family: 'Times New Roman', sans-serif;
    font-weight: 600;
    letter-spacing: -0.05em;
    display: inline !important;
}

.footer-membership span.midashi {
    border-bottom: none;
}

/*ad-space*/
.ad-video {
    background-color: #fff;
    border: solid 1px #FEA201;
    margin-bottom: 50px;
    position: relative;
    width: 99%;

}

.ad-video::before {
    content: "";
    position: absolute;
    bottom: -15px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-size: 6px 6px;
    background-position: 0 0, 1px 1px;
    z-index: -1;
    background-color: #FEA201;
}

.ad-video-bg {
    padding: 10px 5px 20px 10px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*
.ad-video-bg::after {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    right: 0;
}
*/

.ad-video h4 {
    font-size: 4.75vw;
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

/*
.ad-video h4::after {
    font-family: 'Material Icons Outlined';
    content: '\ef49';
    position: absolute;
    top: 46%;
    transform: translateY(-50%)  rotate(-26deg);
    left: -27px;
    font-weight: 100;
    font-size: 25px;
    color: #fea201;
}
*/
.ad-video h4::after {
    font-family: 'Material Icons Outlined';
    content: '\ef49';
    position: absolute;
    top: 39%;
    transform: translateY(-50%) rotate(-26deg);
    right: -30px;
    font-weight: 100;
    font-size: 25px;
    color: #fea201;
}

.ad-video h4::before {
    font-family: 'Material Icons Outlined';
    content: '\ef49';
    position: absolute;
    top: 39%;
    transform: translateY(-50%) rotate(-26deg);
    left: -30px;
    font-weight: 100;
    font-size: 25px;
    color: #fea201;
}

/*
.ad-video h4::before {
    content: '';
    position: absolute;
    top: 48%;
    left: -33px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #f2f2f2;
    border-radius: 50vh;
}
*/
/************************************************************************
************************************************************************
>> sp
************************************************************************
************************************************************************/

/******* information *******/
#information {
    background-color: #06659C;
    position: relative;
    z-index: 1;
    padding: 25px 0;
}

#information .main-wid {
    width: 90vw;
}

#information .flex-ct {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}

#information span.impact {
    font-size: 7vw;
    color: #fff;
    display: inline !important;
    margin: 0 auto 10px;
}

#information p {
    font-size: 4.25vw;
    line-height: 1.85;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
}

#information span.caption {
    font-size: 3.25vw;
    line-height: 1.25;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
}

#information a.CTA-btn:not(.end) {
    background-color: #fff;
    color: #111;
    padding: 20px 0 20px 40px;
}

#information a.CTA-btn:not(.end):hover {
    background-color: #fff !important;
    opacity: 0.8;
}

#information a.CTA-btn.end:hover {
    background-color: #999 !important;
    opacity: 1;
}

#information a.CTA-btn:not(.end) span::before {
    right: -45px;
    background-color: #06659C;
}

#information a.CTA-btn:not(.end) span::after {
    right: -29px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}



/******* archive-view *******/
#archive-view {
    background: url("../img/archive-bg3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

section#archive-view::before {
    background: rgba(255, 255, 255, 0.85);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

#archive-view span:not(a.CTA-btn span) {
    display: block;
    text-align: center;
    font-weight: 600;
}

span.under-line {
    display: inline !important;
    background: linear-gradient(transparent 60%, #fea201 60%);
}

#archive-view span.small {
    font-size: 4.75vw;
}

#archive-view span.impact {
    font-size: 7vw;
    color: #e7141a;
    /*    font-style: italic;*/
}

#archive-view a.member_ship_link {
    text-align: center;
    text-decoration: underline;
    font-size: 14px;
    display: block;
    padding-top: 15px;
    color: #4b4b4b;
    font-weight: 500;

}

/******* merit *******/

#merit {
    background: url("../img/merit-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

#merit::before {
    background: rgba(00, 00, 00, 0.6);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

#merit h3 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 5.25vw;
}

#merit p {
    color: #fff;
    margin-bottom: 30px;
}

#merit p span {
    color: #fff;
    font-size: 3.25vw;
}

.merit-box {
    background-color: #fff;
    border: solid 1px #e7141a;
    padding: 20px 5px;
    margin-bottom: 50px;
    position: relative;
    width: 100%;
    /*    box-shadow: 2.4vw 2.4vw 0 #e7141a;*/
    width: 99%;
}

.merit-box::before {
    content: "";
    position: absolute;
    bottom: -15px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-size: 6px 6px;
    background-position: 0 0, 1px 1px;
    z-index: -1;
    background-color: #e7141a;
}

.merit-box h2 {
    font-size: 4.35vw;
    text-align: center;
    font-weight: 400;
}

/**** border繝�じ繧､繝ｳ ****/
.border-bt {
    width: 93%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 4px auto 30px;
}

.border-bt__left {
    width: 71%;
    height: 2px;
    display: inline-block;
    background: #e7141a;
}

.border-bt__right {
    width: 22%;
    height: 2px;
    display: inline-block;
    background: #e7141a;
    position: relative;
}

.border-bt__right:before {
    content: "";
    width: 17px;
    height: 2px;
    display: inline-block;
    background: #e7141a;
    position: absolute;
    left: -16px;
    transform-origin: right center;
    transform: rotate(-45deg);
}

/***繝√ぉ繝�け繝ｪ繧ｹ繝�***/
.merit-box ul {
    list-style-type: none;
    padding: 0 10px 0 17%;
}

.merit-box li {
    position: relative;
    line-height: 1.75;
    font-size: 4.25vw;
    margin-bottom: 10px;
    border-bottom: solid #e7141a 2px;
    display: inline-block;

}

.merit-box li::after {
    content: '✅';
    display: block;
    position: absolute;
    top: 1px;
    left: -40px;
}


/******* speaker *******/
.speaker {
    border: solid 1px #e7141a;
    padding: 10px 7.5px 20px;
    position: relative;
    margin-bottom: 50px;
    width: 99%;
    background-color: #fff;
}

.speaker::before {
    content: "";
    position: absolute;
    bottom: -15px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-size: 6px 6px;
    background-position: 0 0, 1px 1px;
    z-index: -1;
    background-color: #e7141a;
}

.speaker:last-of-type {
    margin-bottom: 0;
}




.speaker-img img {
    width: 85vw;
    height: 85vw;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.speaker:first-of-type .speaker-img img {
    object-position: center;
    object-position: 50% 11%;
}

.speaker:last-of-type .speaker-img img {
    object-position: center;
}

.position {
    font-size: 3.75vw;
    display: block;
    margin-bottom: 10px;
}

.name {
    font-size: 7.5vw;
    margin-bottom: 10px;
}

.speaker span.yomigana {
    font-size: 4.25vw;
}

.recent-work {
    line-height: 1.75;
}

.mini {
    font-size: 3.75vw;
    color: #767676;
}



/******* contents *******/
#contents h2 {
    margin-bottom: 50px;
}

.content {
    position: relative;
    margin-bottom: 50px;
}

.content-midashi {
    width: 98%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7.5px;
    border: solid 1px #06659C;
    z-index: 1;
    background: #fff;
    position: absolute;
    top: -20px;
}

.content-midashi span {
    font-size: 4.25vw;
    font-weight: 700;
}

.content-text {
    background: #06659C;
    padding: 40px 10px 20px;
    z-index: -1;
    margin-left: 2vw;
    width: 99%;

}

.content-text p {
    color: #fff;
    line-height: 1.75;
}




/******* voice *******/
.voice-box {
    background-color: #fff;
    border: solid 1px #FEA201;
    padding: 20px 5px 20px 10px;
    margin-bottom: 25px;
    position: relative;
    width: 99%;
}

.voice-box::before {
    content: "";
    position: absolute;
    bottom: -15px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-size: 6px 6px;
    background-position: 0 0, 1px 1px;
    z-index: -1;
    background-color: #FEA201;
}

/******* digest *******/
.digest-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto;
}

.digest-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/******* timeschedule *******/

.time-schedule-box {
    background-color: #fff;
    position: relative;
    width: 99%;
}

.time-schedule-box::before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-size: 6px 6px;
    background-position: 0 0, 1px 1px;
    z-index: -1;
    background-color: #e7141a;
}

.time-schedule-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #e7141a;
}

.time-schedule-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    /*    margin-bottom: 10px;*/
}

.time-schedule-left {
    width: 33%;
    padding: 15px;
}

.time-schedule-right {
    width: 67%;
    padding: 15px 15px 15px;
}

span.time {
    font-size: 3.75vw;
}

h3.schedule {
    font-size: 4.25vw;
}

span.schedule-sub {
    font-size: 3.75vw;
}

.time-schedule-head span.time,
.time-schedule-head span.schedule {
    color: #fff;
    font-weight: 600;
    font-size: 4.25vw
}



/******* flow *******/
.flow-box {
    background-color: #fff;
    border: solid 1px #e7141a;
    padding: 100px 5px 40px 10px;
    margin-bottom: 50px;
    position: relative;
    width: 99%;
}

.flow-box::before {
    content: "";
    position: absolute;
    bottom: -15px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-size: 6px 6px;
    background-position: 0 0, 1px 1px;
    z-index: -1;
    background-color: #e7141a;
}

.flow-box span {
    font-size: 16vw;
    opacity: 0.8;
    letter-spacing: 0;
    font-style: italic;
    font-weight: 900;
    color: #e7141a;
    position: absolute;
    top: -10px;
    right: 10px;
}

.flow-box a {
    color: #e7141a;
    border-bottom: solid #e7141a 1px;
}

.flow-box h3 {
    font-size: 6vw;
    margin-bottom: 5px;
}



/******* overview *******/

.overview-box {
    background-color: #fff;
    position: relative;
    width: 99%;
}

.overview-box::before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-size: 6px 6px;
    background-position: 0 0, 1px 1px;
    z-index: -1;
    background-color: #111;
}

.overview-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #111;
}

.overview-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    /*    margin-bottom: 10px;*/
}

.overview-left {
    width: 33%;
    padding: 15px;
}

.overview-right {
    width: 67%;
    padding: 15px 5px 15px;
}

span.item {
    font-size: 3.75vw;
}

h3.ov-content {
    font-size: 4.25vw;
    overflow-wrap: break-word;
}

span.ov-content-sub {
    font-size: 3.75vw;
}

.overview-head span.item,
.overview-head span.ov-content {
    color: #fff;
    font-weight: 600;
    font-size: 4.25vw
}

.overview-head .overview-left {
    width: 100%;
}

/*縺顔筏霎ｼ縺ｿ邨ゆｺ�*/
@media only screen and (max-width: 750px) {
    .end-btn {
        padding: 4vw !important;
        width: 80% !important;
    }
}

/************************************************************************
************************************************************************
>> tablet #e7141a
************************************************************************
************************************************************************/
@media only screen and (min-width: 751px) {


    /******* all *******/
    section:not(.main-visual) {
        padding: 80px 0 80px;
    }

    .main-wid {
        width: 95vw;
        max-width: 1000px;
    }

    h3 {
        font-size: 36px;
    }

    a.CTA-btn {
        max-width: 600px;
        border-radius: 50px;
        font-size: 32px;
        padding: 30px 0 30px 120px;
    }

    a.CTA-btn.end {
        padding: 30px 0;
    }

    /*wave*/
    a.CTA-btn:before {
        border-radius: 50px;
    }

    .ad-video {
        background-color: #fff;
        border: solid 1px #FEA201;

        margin-bottom: 100px;
        position: relative;
        width: 99%;
    }

    .ad-video-bg {
        padding: 30px 80px 30px 80px;
    }

    .ad-video h4 {
        margin-bottom: 30px;
    }

    .ad-video h4::after {
        right: -75px;
        font-size: 52px;

    }

    .ad-video h4::before {
        left: -75px;
        font-size: 52px;
    }

    /*遏｢蜊ｰ*/
    a.CTA-btn:not(.end) span::before {
        content: '';
        position: absolute;
        top: 49%;
        right: -157px;
        transform: translateY(-50%);
        width: 66px;
        height: 66px;
        background-color: #f2f2f2;
        border-radius: 50vh;
    }

    a.CTA-btn:not(.end) span::after {
        content: '';
        position: absolute;
        top: 49%;
        right: -130px;
        transform: translateY(-50%) rotate(45deg);
        width: 20px;
        height: 20px;
        border-top: 5px solid #333333;
        border-right: 5px solid #333333;
    }

    /******* information *******/

    #information {
        padding: 30px 0;
    }

    #information .flex-ct {
        margin-bottom: 40px;
    }

    #information span.impact {
        font-size: 56px;
        margin-bottom: 20px;
    }

    #information p {
        font-size: 28px;
    }

    #information span.caption {
        font-size: 18px;
        color: #fff;
    }

    #information a.CTA-btn:not(.end) {
        background-color: #fff;
        color: #111;
        padding: 30px 0 30px 80px;
    }

    #information a.CTA-btn:not(.end) span::before {
        right: -99px;
    }

    #information a.CTA-btn:not(.end) span::after {
        right: -71px;
    }


    /******* archive-view *******/
    #archive-view span.small {
        font-size: 28px;
    }

    #archive-view span.impact {
        font-size: 56px;
        margin-bottom: 20px;
    }

    #archive-view a.member_ship_link {
        font-size: 16px;
        padding-top: 20px;
    }


    /******* merit *******/
    #merit h3 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    #merit p {
        font-size: 24px;
        margin-bottom: 80px;
    }

    #merit p span {
        font-size: 16px;
    }

    .merit-box {
        width: 100%;
        margin-bottom: 80px;
    }

    .merit-box h2,
    .ad-video h4 {
        font-size: 36px;
        font-weight: 600;
    }

    .merit-box ul {
        padding: 0 40px 0 15%;
    }

    .merit-box li {
        font-size: 36px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .merit-box li::after {
        top: 0;
        left: -80px;
    }

    .border-bt__left,
    .border-bt__right,
    .border-bt__right::before {
        height: 5px;
    }


    /******* speaker *******/
    h2.midashi {
        font-size: 80px;
        margin-bottom: 50px;
    }

    span.midashi {
        font-size: 40px;
    }

    .speaker {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 40px 10px 80px;
        margin-bottom: 95px;
    }

    .speaker-img {
        width: 45%;
        max-width: 320px;
        margin-right: 80px;
    }

    .speaker-img img {
        width: 310px;
        height: 310px;
    }

    .speaker-text {
        width: 55%;
        padding-top: 40px;
    }

    .position {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 28px;
    }

    .name {
        font-size: 36px;
    }

    span.yomigana {
        font-size: 18px !important;
    }

    .recent-work {
        font-size: 16px;
    }

    .mini {
        font-size: 14px;
    }

    /******* contents *******/
    #contents h2 {
        margin-bottom: 100px;
    }

    .content {
        margin-bottom: 75px;
    }

    .content-midashi {
        padding: 20px 25px;
        top: -40px;
    }

    .content-midashi span {
        font-size: 36px;
    }

    .content-text {
        padding: 80px 25px 40px;
    }

    .content-text p {
        font-size: 16px;
    }


    /******* voice *******/
    section#voice {
        padding: 100px 0 50px;
    }

    .voice {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .voice-box {
        width: 32%;
        padding: 20px 10px 20px;
    }

    .voice-box p {
        font-size: 16px;
        margin-bottom: 20px;
    }


    /******* timeschedule *******/
    .time-schedule-content {
        margin-bottom: 0;
    }

    .time-schedule-head span.time,
    .time-schedule-head span.schedule,
    span.time,
    h3.schedule {
        font-size: 24px;
        font-weight: 600;
    }

    span.schedule-sub {
        font-size: 16px;
    }


    /******* flow *******/
    .flow-box {
        padding: 100px 25px 40px 25px;
        margin-bottom: 60px;
        width: 100%;
    }

    .flow-box h3 {
        font-size: 36px;
    }

    .flow-box span {
        font-size: 72px;
    }

    .flow-box p {
        font-size: 16px;
    }

    /******* overview *******/
    .overview-content {
        margin-bottom: 0;
    }

    .overview-head span.item,
    .overview-head span.ov-content,
    span.item,
    h3.ov-content {
        font-size: 24px;
        font-weight: 600;
    }

    span.ov-content-sub {
        font-size: 16px;
    }

}

/************************************************************************
************************************************************************
>> pc #e7141a
************************************************************************
************************************************************************/
@media only screen and (min-width: 1024px) {
    .merit-box ul {
        padding: 0 50px 0 200px;
    }
}



/* 追記 */
@media only screen and (max-width: 912px) {
    .specified-entry span {
        font-size: 28px;
    }
}

@media only screen and (max-width: 750px) {
    .specified-entry {
        justify-content: flex-start;
        gap: 0 10px;
    }

    .specified-entry span {
        font-size: 3.25vw;
    }
}