@charset "UTF-8";

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://museosans.io - @museosans
 *  License - http://museosans.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */


/*font-face*/

@font-face {
    font-family: 'museosans';
    src: url("../../fonts/museosans_1-webfont.woff") format("woff"), url("../../fonts/museosans_1-webfont.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}


/*アニメーション関連*/

@-webkit-keyframes bkX {
    0% {
        width: 0%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        width: 100%;
        -webkit-transform: translateX(102%);
        transform: translateX(102%);
    }
}

@keyframes bkX {
    0% {
        width: 0%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        width: 100%;
        -webkit-transform: translateX(102%);
        transform: translateX(102%);
    }
}

@-webkit-keyframes bkheadlineX {
    0% {
        width: 0%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    50% {
        width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        width: 100%;
        -webkit-transform: translateX(102%);
        transform: translateX(102%);
    }
}

@keyframes bkheadlineX {
    0% {
        width: 0%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    50% {
        width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        width: 100%;
        -webkit-transform: translateX(102%);
        transform: translateX(102%);
    }
}

@-webkit-keyframes bkY {
    0% {
        height: 0%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        height: 100%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        height: 100%;
        -webkit-transform: translateY(102%);
        transform: translateY(102%);
    }
}

@keyframes bkY {
    0% {
        height: 0%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        height: 100%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        height: 100%;
        -webkit-transform: translateY(102%);
        transform: translateY(102%);
    }
}

@-webkit-keyframes bkTextImg {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes bkTextImg {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes menuButton {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    80% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    90% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes menuButton {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    80% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    90% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes menuButtonHover {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    60% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.92);
        transform: scale(0.92);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes menuButtonHover {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    60% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.92);
        transform: scale(0.92);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes copyBrdrLeft {
    0% {
        height: 0;
    }
    50% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}

@keyframes copyBrdrLeft {
    0% {
        height: 0;
    }
    50% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}

@-webkit-keyframes copyBrdrRight {
    0% {
        height: 0;
    }
    50% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}

@keyframes copyBrdrRight {
    0% {
        height: 0;
    }
    50% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}

@-webkit-keyframes copyBrdrBottom {
    0% {
        width: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}

@keyframes copyBrdrBottom {
    0% {
        width: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}

@-webkit-keyframes copyBrdrTop {
    0% {
        width: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}

@keyframes copyBrdrTop {
    0% {
        width: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}

@-webkit-keyframes copyBk {
    0% {
        width: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}

@keyframes copyBk {
    0% {
        width: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}

@-webkit-keyframes copyDes {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px);
    }
    100% {
        opacity: 1;
    }
}

@keyframes copyDes {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px);
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes topHeader {
    0% {
        -webkit-filter: blur(15px);
        filter: blur(15px);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes topHeader {
    0% {
        -webkit-filter: blur(15px);
        filter: blur(15px);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes topHeader2 {
    0% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-filter: blur(7px);
        filter: blur(7px);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes topHeader2 {
    0% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-filter: blur(7px);
        filter: blur(7px);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@-webkit-keyframes postThumb {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes postThumb {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes scroollLine {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    80% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes scroollLine {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    80% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}


/*ヘッダー文字*/

@keyframes headertxt {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.25;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}


/*ヘッダーボタン赤*/

@keyframes headerbutton1 {
    0% {
        background-color: #D53939;
    }
    100% {
        background-color: #f00c0c;
    }
}


/*ヘッダーボタン青*/

@keyframes headerbutton2 {
    0% {
        background-color: #2828D8
    }
    100% {
        background-color: #0808f3;
    }
}


/*共通*/

* {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font: inherit;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    width: 100%;
    height: 100%;
}

body {
    -webkit-overflow-scrolling: touch;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    width: 100%;
    height: 100%;
}

article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}

nav {
    background: black;
    opacity: 0.9;
}

audio,
canvas,
video {
    display: inline-block;
}

br,
hr {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

input,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    margin: 0 auto;
}

body {
    font-size: 16px;
    font-family: "Poppins", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: .01em;
    text-align: left;
    line-height: 1.7;
    color: #fff;
    background-color: black;
}


/*装飾用*/

.fs-14rem {
    font-size: 1.4rem !important;
}

.fs-16rem {
    font-size: 1.6rem !important;
}

.fs-17rem {
    font-size: 1.7rem !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.ht-200 {
    height: 200px !important;
}

.ht-250 {
    height: 250px !important;
}

.ht-300 {
    height: 300px !important;
}

.ht-350 {
    height: 350px !important;
}

.ht-400 {
    height: 400px !important;
}

.ht-450 {
    height: 450px !important;
}

.online-w {
    background: #fff;
    color: black;
    padding: 0px 5px 0px 5px;
    margin-left: 56px;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-weight: 700;
    font-style: normal;
}


/*20200807 PC 佐藤追加*/

@media screen and (min-width: 768px) {
    /*youtube埋め込み用*/
    .video-1 {
        position: relative;
        height: 0;
        padding: 30px 0 56.25%;
        overflow: hidden;
    }
    .video-1 iframe {
        position: absolute;
        top: 120px;
        left: 0;
        width: 100%;
        height: 90%;
    }
    .h3 {
        font-size: 3rem;
        border-left: 5px solid #D53939;
        margin-top: 50px;
    }
    .h3 span {
        margin-left: 10px;
    }
    .display-sp {
        display: none;
    }
    .header-inner .overlay {
        background: black;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 0;
        text-align: center;
        margin: 0%;
    }
    /*ヘッダー内タイトルロゴ申込ボタンエリア*/
    header.header .header-inner .copy p:nth-child(1) {
        font-size: 3.2rem;
        margin-left: 80px;
        -webkit-animation-name: headertxt;
        animation-name: headertxt;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }
    header.header .header-inner .copy p:nth-child(2) {
        font-size: 3.2rem;
        margin-left: 80px;
        -webkit-animation-name: headertxt;
        animation-name: headertxt;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }
    header.header .header-inner .copy p:nth-child(3) {
        font-size: 1.8rem;
        margin-left: 80px;
        -webkit-animation-name: headertxt;
        animation-name: headertxt;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }
    header.header .header-inner .copy .header-flex {
        display: flex;
        justify-content: center;
        margin-top: 50px
    }
    header.header .header-inner .copy .header-flex .button-red:hover .effect {
        left: 0;
    }
    header.header .header-inner .copy .header-flex .button-blue:hover .effect {
        left: 0;
    }
    header.header .header-inner .copy .header-flex .button-red {
        color: #fff;
        font-size: 4rem;
        width: 300px;
        height: 70px;
        text-align: center;
        border: 2px solid #D53939;
        background-color: #D53939;
        float: left;
        cursor: pointer;
        position: relative;
        box-sizing: border-box;
        overflow: hidden;
        margin: 0 0 40px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-animation-name: headerbutton1;
        animation-name: headerbutton1;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }
    header.header .header-inner .copy .header-flex .button-red:hover {
        background-color: #f00c0c;
    }
    header.header .header-inner .copy .header-flex .button-blue {
        color: #fff;
        font-size: 4rem;
        width: 300px;
        height: 70px;
        text-align: center;
        border: 2px solid #2828D8;
        background-color: #2828D8;
        float: left;
        cursor: pointer;
        position: relative;
        box-sizing: border-box;
        overflow: hidden;
        margin: 0 0 40px 0;
        margin-left: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-animation-name: headerbutton2;
        animation-name: headerbutton2;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }
    header.header .header-inner .copy .header-flex .button-blue:hover {
        background-color: #0808f3;
    }
    header.header .header-inner .copy .header-flex .button-red a {
        font-family: arial;
        font-size: 2.4rem;
        font-weight: 700;
        color: #BBBBBB;
        text-decoration: none;
        line-height: 50px;
        transition：all .10s ease;
        z-index: 2;
    }
    header.header .header-inner .copy .header-flex .button-blue a {
        font-family: arial;
        font-size: 2.4rem;
        font-weight: 700;
        color: #BBBBBB;
        text-decoration: none;
        line-height: 50px;
        transition：all .10s ease;
        z-index: 2;
    }
    header.header .header-inner .copy .header-flex .button-red:hover a {
        color: #FFFFFF;
    }
    header.header .header-inner .copy .header-flex .button-blue:hover a {
        color: #FFFFFF;
    }
    /*以下リード文エリア*/
    .en-container {
        width: 60%;
        margin: 0 auto;
    }
    /*アコーディオン　白字に黒用*/
    .menu__item {
        /* background: #5200b7; */
        color: #fff;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        margin-bottom: 1px;
        position: relative;
    }
    .menu__item__link {
        color: #fff;
        display: block;
        /* line-height: 60px; */
        padding: 0 1rem;
        position: relative;
        text-align: center;
    }
    .menu__item__link:after {
        background: #fff;
        color: black;
        content: '\f067';
        display: block;
        font-family: "Font Awesome 5 Free";
        line-height: 60px;
        position: absolute;
        left: 65%;
        text-align: center;
        top: -80px;
        width: 60px;
        font-weight: 900;
    }
    .menu__item__link.on:after {
        content: '\f068';
        font-weight: 900;
    }
    .submenu {
        background: #fff;
        display: none;
    }
    .submenu__item {
        border-bottom: 1px solid #5200b7;
        color: #fff;
        padding: 1rem;
    }
    /*アコーディオン 赤字に色用*/
    .menu__item2 {
        /* background: #5200b7; */
        color: #fff;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        margin-bottom: 1px;
        position: relative;
    }
    .menu__item__link2 {
        color: #fff;
        display: block;
        /* line-height: 60px; */
        padding: 0 1rem;
        position: relative;
        text-align: center;
    }
    .menu__item__link2:after {
        /* background: #fff; */
        color: #fff;
        content: '\f067';
        display: block;
        font-family: "Font Awesome 5 Free";
        line-height: 60px;
        position: absolute;
        left: 78%;
        text-align: center;
        top: -55px;
        width: 60px;
        font-weight: 900;
    }
    .menu__item__link2.on:after {
        content: '\f068';
        font-weight: 900;
    }
    .menu__item__link2-1 {
        color: #fff;
        display: block;
        /* line-height: 60px; */
        padding: 0 1rem;
        position: relative;
        text-align: center;
    }
    .menu__item__link2-1:after {
        /* background: #fff; */
        color: #fff;
        content: '\f067';
        display: block;
        font-family: "Font Awesome 5 Free";
        line-height: 60px;
        position: absolute;
        left: 77.5%;
        text-align: center;
        top: -65px;
        width: 60px;
        font-weight: 900;
    }
    .menu__item__link2-1.on:after {
        content: '\f068';
        font-weight: 900;
    }
    .submenu2 {
        background: #fff;
        display: none;
    }
    .submenu__item2 {
        /* border-bottom: 1px solid #5200b7; */
        color: #fff;
        padding: 1rem;
        background-color: black;
    }
    /*アコーディオン 詳しく見る用*/
    .menu__item3 {
        /* background: #5200b7; */
        color: #fff;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        margin-bottom: 1px;
        position: relative;
    }
    .menu__item__link3 {
        color: #fff;
        display: block;
        /* line-height: 60px; */
        padding: 0 1rem;
        position: relative;
        text-align: center;
    }
    .menu__item__link3:after {
        /* background: #fff; */
        color: #fff;
        content: '\f067';
        display: block;
        font-family: "Font Awesome 5 Free";
        line-height: 60px;
        position: absolute;
        left: 39%;
        text-align: center;
        top: -105px;
        width: 60px;
        font-weight: 900;
    }
    .menu__item__link3.on:after {
        content: '\f068';
        font-weight: 900;
    }
    .submenu3 {
        display: none;
    }
    .submenu__item3 {
        /* border-bottom: 1px solid #5200b7; */
        color: #fff;
        padding: 1rem;
        background-color: black;
    }
    /*アコーディオン 詳しく見る用*/
    .menu__item4 {
        /* background: #5200b7; */
        color: #fff;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        margin-bottom: 1px;
        position: relative;
    }
    .menu__item__link4 {
        color: #fff;
        display: block;
        /* line-height: 60px; */
        padding: 0 1rem;
        /* position: relative; */
        text-align: center;
    }
    .menu__item__link4:after {
        /* background: #fff; */
        color: #fff;
        content: '\f067';
        display: block;
        font-family: "Font Awesome 5 Free";
        line-height: 60px;
        position: absolute;
        left: 77%;
        text-align: center;
        top: 118px;
        width: 60px;
        font-weight: 900;
    }
    .menu__item__link4.on:after {
        content: '\f068';
        font-weight: 900;
    }
    .submenu4 {
        display: none;
    }
    .submenu__item4 {
        /* border-bottom: 1px solid #5200b7; */
        color: #fff;
        padding: 1rem;
        background-color: black;
    }
    /*予選通過、決勝参加者　アコーディオン*/
    .participant-midashi {
        display: flex;
        justify-content: center;
        margin-top: 100px;
    }
    .participant-midashi p {
        font-size: 4rem;
        border: solid;
        padding: 10px;
        text-align: center !important;
        width: 900px;
    }
    .participant-midashi p:hover {
        font-size: 4rem;
        background-color: #fff;
        color: black;
        border: solid;
        padding: 10px;
        text-align: center !important;
        width: 900px;
    }
    /*20200814 佐藤追加　セクション毎のバックグラウンド*/
    #concept {
        background: black;
        padding: 4% 0;
        position: relative;
        margin: 50px 0px;
    }
    #concept1 {
        background-image: url('../../img/bg1.png');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: contain;
        padding: 4% 0;
        position: relative;
    }
    #concept2 {
        background-image: url('../../img/pitch2.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        padding: 4% 0;
        position: relative;
        /* height:800px; */
        margin-top: -100px;
    }
    #concept2 .concept2-inner {
        width: 90%;
        margin: 0 6% 0 auto;
    }
    #concept2 .arrow2 {
        font-size: 5rem;
        margin-left: 50px;
    }
    #concept2 .apply-end {
        padding: 50px;
    }
    #concept2 .apply-end p {
        font-size: 3rem;
        text-align: center;
    }
    #concept3 {
        background-image: url('../../img/bg3.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: contain;
        padding: 4% 0;
        position: relative;
    }
    #concept4 {
        background-image: url('../../img/bg4.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: contain;
        padding: 4% 0;
        position: relative;
    }
    #concept5 {
        background-color: black;
        padding: 4% 0;
        position: relative;
    }
    #concept5 .concept5-inner {
        width: 90%;
        margin: 0 6% 0 auto;
    }
    #concept5 .button-red {
        color: #fff;
        font-size: 4rem;
        width: 300px;
        height: 70px;
        text-align: center;
        border: 2px solid #D53939;
        background-color: #D53939;
        /* float:left; */
        cursor: pointer;
        position: relative;
        box-sizing: border-box;
        overflow: hidden;
        margin: 0 0 40px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        /* top:100px; */
        left: 23%;
        -webkit-animation-n5ame: headerbutton1;
        animation-name: headerbutton1;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }
    #concept5 .button-red:hover {
        background-color: #f00c0c;
    }
    #concept5 a:hover {
        text-decoration: none;
    }
    #concept6 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .l-container {
        width: 80%;
        margin: 0 auto;
    }
    /*コンテンツエリア見出し*/
    h2.sub_ttl {
        font-size: 6rem;
        text-align: left;
    }
    h2.sub_ttl2 {
        font-size: 5.8rem;
        text-align: center;
    }
    h2.sub_ttl3 {
        font-size: 5.8rem;
        text-align: center;
    }
    h2.sub_ttl span {
        font-size: 130px;
        display: block;
        color: #ababab;
        letter-spacing: 0.5px;
        margin-bottom: -20px;
    }
    h3.sub_ttl {
        margin: 100px 0px 50px 0px;
        display: flex;
        justify-content: center;
    }
    h3.sub_ttl span {
        font-size: 6rem;
        border-bottom: solid 1px blue;
        letter-spacing: 0.5px;
    }
    h4.sub_ttl {
        text-align: center;
        margin: 50px 0px;
    }
    h4.sub_ttl span {
        font-size: 2rem;
        border-bottom: solid 1px red;
        letter-spacing: 0.5px;
    }
    /*以下登壇者募集エリアの表組（日本語）*/
    .bdb {
        border-bottom: solid 1px #fff;
    }
    .bdt {
        border-top: none !important;
    }
    .schedule1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .item0 {
        background-color: red;
        flex-basis: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 50%;
        margin-right: 5px;
        position: relative;
        border: solid 3px #fff;
    }
    .item0:before {
        background-color: red;
        content: "";
        display: block;
        position: absolute;
        top: -90px;
        bottom: 0;
        left: 50px;
        width: 3px;
        z-index: -1;
    }
    .item0 p {
        font-size: 10px;
        color: #fff;
        margin-bottom: 0px;
    }
    .item0 p span {
        font-size: 1.8rem;
        color: #fff;
    }
    .item0-1 {
        background-color: red;
        flex-basis: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 50%;
        margin-right: 5px;
        position: relative;
        border: solid 3px #fff;
    }
    .item0-1 p {
        font-size: 10px;
        color: #fff;
        margin-bottom: 0px;
    }
    .item0-1 p span {
        font-size: 1.8rem;
        color: #fff;
    }
    .item1 {
        background-color: rgb(114, 114, 123);
        flex-basis: 20%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        border: solid 3px #fff;
    }
    .item1 p {
        font-size: 2rem;
    }
    .item1-1 {
        background-color: blue;
        flex-basis: 20%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        border: solid 3px #fff;
    }
    .item1-1 p {
        font-size: 2rem;
    }
    .item1-2 {
        background-color: rgb(114, 114, 123);
        flex-basis: 20%;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        border: solid 3px #fff;
    }
    .item1-2 p {
        font-size: 2rem;
    }
    .item2 {
        background: #161617;
        height: 100px;
        flex-basis: 30%;
        display: flex;
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 20px;
    }
    .item2 p {
        font-size: 1.8rem;
    }
    .item2-1 {
        background: #161617;
        height: 150px;
        flex-basis: 30%;
        display: flex;
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 20px;
    }
    .item2-1 p {
        font-size: 1.8rem;
    }
    .item3 {
        background: #161617;
        border-top: solid 1px #fff;
        flex-basis: 20%;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .item3 p {
        font-size: 2rem;
    }
    .item4 {
        background: #161617;
        border-top: solid 1px #fff;
        height: 150px;
        flex-basis: 60%;
        display: flex;
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 20px;
    }
    .item4 p {
        font-size: 2rem;
    }
    .item4 span {
        font-size: 48px;
    }
    .item4 span:nth-child(4) {
        font-size: 28px;
    }
    .item5 {
        background: #161617;
        border-top: solid 1px #fff;
        flex-basis: 15%;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .item5 p {
        font-size: 2rem;
    }
    .item5-1 {
        background: #161617;
        border-top: solid 1px #fff;
        flex-basis: 15%;
        height: 450px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .item5-1 p {
        font-size: 2rem;
    }
    .item6 {
        background: #161617;
        border-top: solid 1px #fff;
        height: 150px;
        flex-basis: 45%;
        display: flex;
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 20px;
    }
    .item6 p {
        font-size: 1.8rem;
    }
    .item6 p .f-color {
        color: #fff;
    }
    .item6-1 {
        background: #161617;
        border-top: solid 1px #fff;
        height: 450px;
        flex-basis: 45%;
        display: flex;
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 20px;
    }
    .item6-1 p {
        font-size: 1.8rem;
    }
    .item7 {
        background: #161617;
        border-top: solid 1px #fff;
        flex-basis: 10%;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .item7 p {
        font-size: 2rem;
    }
    .item7-1 {
        background: #161617;
        border-top: solid 1px #fff;
        flex-basis: 10%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .item7-1 p {
        font-size: 2rem;
    }
    .item8 {
        background: #161617;
        border-top: solid 1px #fff;
        height: 150px;
        flex-basis: 50%;
        display: flex;
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 20px;
    }
    .item8 p {
        font-size: 1.8rem;
    }
    .item8-1 {
        background: #161617;
        border-top: solid 1px #fff;
        height: 400px;
        flex-basis: 50%;
        display: flex;
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 20px;
    }
    .item8-1 p {
        font-size: 1.8rem;
    }
    .item8-1 li {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .item8-2 {
        background: #161617;
        border-top: solid 1px #fff;
        height: 400px;
        flex-basis: 50%;
        /* display:flex; */
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 25px;
    }
    .item8-2 p {
        font-size: 1.8rem;
    }
    .item8-2 ul {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .item8-3 {
        background: #161617;
        border-top: solid 1px #fff;
        height: 150px;
        flex-basis: 25%;
        /* display:flex; */
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 25px;
    }
    .item8-3 p {
        font-size: 1.8rem;
    }
    .item8-4 {
        background: #161617;
        border-top: solid 1px #fff;
        height: 150px;
        flex-basis: 25%;
        /* display:flex; */
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 25px;
    }
    .item8-4 p {
        font-size: 1.8rem;
    }
    .balloon1-left {
        position: relative;
        display: inline-block;
        /* margin: 1.5em 0 1.5em 15px; */
        padding: 7px 10px;
        min-width: 120px;
        max-width: 100%;
        color: #fff;
        font-size: 1.6rem !important;
        background: blue;
    }
    .balloon1-left:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -30px;
        margin-top: -15px;
        border: 15px solid transparent;
        border-right: 15px solid blue;
    }
    .balloon1-left p {
        margin: 0;
        padding: 0;
    }
    .item9 {
        background-color: #161617;
        flex-basis: 20%;
        height: 200px;
        display: flex;
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 15px;
        border-right: solid 1px #fff;
    }
    .item9 p {
        font-size: 2rem;
        font-weight: 700;
    }
    .item10 {
        background: #161617;
        height: 200px;
        flex-basis: 30%;
        display: flex;
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 15px;
    }
    .item10 p {
        font-size: 1.8rem;
        font-weight: 700;
    }
    .item10 span {
        font-size: 1.4rem;
    }
    .item11 {
        background: #D53939;
        height: 50px;
        flex-basis: 30%;
        display: flex;
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 15px;
    }
    .item11 p {
        font-size: 1.3rem;
        font-weight: 700;
        margin: 0;
        text-align: left;
    }
    .item11 span {
        font-size: 5rem;
        position: relative;
        top: -20px;
    }
    .item11 span:nth-child(2) {
        font-size: 4rem;
        position: relative;
        top: -20px;
    }
    .item11 .fs-span {
        font-size: 4rem;
        position: relative;
        top: -15px;
    }
    .item12 {
        background: #D53939;
        height: 50px;
        flex-basis: 35%;
        display: flex;
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 15px;
    }
    .item12 p {
        font-size: 1.8rem;
        font-weight: 700;
    }
    .item12 span {
        font-size: 1.4rem;
    }
    .item13 {
        background: #D53939;
        height: 50px;
        flex-basis: 30%;
        display: flex;
        /* justify-content:center; */
        /* align-items:center;
        align-content:center; */
        padding: 15px;
        flex-direction: column;
    }
    .item13 p {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.5;
    }
    .item13 span {
        font-size: 3rem;
        position: relative;
        top: -52px;
    }
    .item13 span:nth-child(2) {
        font-size: 3rem;
        position: relative;
        top: -52px;
    }
    .item13 .fs-span {
        font-size: 4rem;
        position: relative;
        top: -15px;
    }
    .item14 {
        background: #D53939;
        height: 50px;
        flex-basis: 35%;
        display: flex;
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 15px;
    }
    .item14 p {
        font-size: 1.8rem;
        font-weight: 700;
    }
    .item14 span {
        font-size: 1.4rem;
    }
    .item15 {
        background: #161617;
        flex-basis: 50%;
        height: 500px;
        display: flex;
        /* justify-content:center;
        align-items:center;
        align-content:center; */
        flex-direction: column;
        padding: 50px;
    }
    .item15 p {
        font-size: 2rem;
    }
    .item16 {
        height: 500px;
        flex-basis: 50%;
    }
    .item16 img {
        width: 100%;
    }
    .arrow {
        display: flex;
        justify-content: center;
        font-size: 6rem;
        margin: 25px 0px;
    }
    .space {
        margin-left: 62px;
    }
    .item-f {
        font-size: 1.4rem;
    }
    /*以下申込ボタンのCSS　*/
    .btn-border {
        display: inline-block;
        width: 300px;
        text-align: left;
        /* border: 2px solid #fff; */
        font-size: 16px;
        text-decoration: none;
        font-weight: bold;
        padding: 8px 16px;
        /* border-radius: 4px; */
        transition: .4s;
        background: blue;
        text-align: center;
        color: #fff;
    }
    .btn-border a {
        color: #fff;
    }
    .btn-border:hover {
        background-color: red;
        border-color: blue;
        color: #fff;
    }
    .btn-border a:hover {
        color: black;
        text-decoration: none;
    }
    /*オンライン投票申込ボタンのCSS　*/
    .online-vote {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-top: 100px;
        background-color: #fff;
        color: black;
        padding: 20px;
    }
    .online-vote p {
        font-size: 2rem;
        padding: 50px;
        text-align: center !important;
    }
    .btn-online {
        display: inline-block;
        width: 600px;
        text-align: center;
        font-size: 2.8rem;
        text-decoration: none;
        font-weight: bold;
        padding: 8px 16px;
        transition: .4s;
        background: black;
        text-align: center;
        color: #fff;
    }
    .btn-online a {
        color: #fff;
    }
    .btn-online:after {
        color: #fff;
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        content: '\f105';
        margin-left: 20px;
    }
    .btn-online:hover {
        background-color: #D53939;
        color: #fff;
    }
    .btn-online a:hover {
        color: black;
        text-decoration: none;
    }
    /*ComingSoon用*/
    .comingsoon {
        display: flex;
        justify-content: center;
        margin-top: 100px;
    }
    .comingsoon p {
        font-size: 8rem;
        border: solid;
        padding: 50px;
    }
    .comingsoon li {
        font-size: 8rem;
        border: solid;
        padding: 50px;
    }
    /*ComingSoon用2*/
    .comingsoon2 {
        display: flex;
        justify-content: center;
        margin-top: 100px;
    }
    .comingsoon2 p {
        font-size: 8rem;
        padding: 50px;
    }
    .comingsoon2 li {
        font-size: 8rem;
        border: solid;
        padding: 50px;
    }
    a.anchor {
        display: block;
        padding-top: 50px;
        margin-top: -50px;
        margin-top: -100px;
    }
}


/*20200807 SP 佐藤追加*/

@media screen and (max-width: 767px) {
    /*youtube埋め込み用*/
    .video-1 {
        position: relative;
        height: 0;
        padding: 30px 0 56.25%;
        overflow: hidden;
    }
    .video-1 iframe {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        height: 90%;
    }
    .fs-11rem-sp {
        font-size: 1.1rem !important;
    }
    .fs-12rem-sp {
        font-size: 1.2rem !important;
    }
    .fs-11rem-sp p {
        font-size: 1.1rem !important;
    }
    .fs-12rem-sp p {
        font-size: 1.2rem !important;
    }
    .fs-12rem-sp span {
        font-size: 1.2rem !important;
    }
    .fs-14rem-sp p {
        font-size: 1.4rem !important;
    }
    .fs-16rem-sp p {
        font-size: 1.6rem !important;
    }
    .fs-17rem-sp p {
        font-size: 1.7rem !important;
    }
    .ht-50-sp {
        height: 50px !important;
    }
    .ht-100-sp {
        height: 100px !important;
    }
    .ht-200-sp {
        height: 200px !important;
    }
    .ht-250-sp {
        height: 250px !important;
    }
    .ht-300-sp {
        height: 300px !important;
    }
    .h3 {
        font-size: 3rem;
        border-left: 5px solid #D53939;
        margin-top: 50px;
    }
    .h3 span {
        margin-left: 10px;
    }
    .header-inner .display-sp {
        display: block;
    }
    .header-inner .display-pc {
        display: none;
    }
    /*ヘッダー内タイトルロゴ申込ボタンエリア*/
    header.header .header-inner .copy {
        padding: 20px;
        background: black;
        opacity: 0.7;
    }
    header.header .header-inner .copy p:nth-child(1) {
        font-size: 2.2rem;
        margin-left: 80px;
        -webkit-animation-name: headertxt;
        animation-name: headertxt;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }
    header.header .header-inner .copy p:nth-child(2) {
        font-size: 1.8rem;
        margin-left: 80px;
        -webkit-animation-name: headertxt;
        animation-name: headertxt;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }
    header.header .header-inner .copy p:nth-child(3) {
        font-size: 1.4rem;
        margin-left: 80px;
        -webkit-animation-name: headertxt;
        animation-name: headertxt;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }
    header.header .header-inner .copy .header-flex {
        display: flex;
        justify-content: center;
        margin-top: 50px;
        margin-left: 60px;
    }
    header.header .header-inner .copy .header-flex .button-red:hover .effect {
        left: 0;
    }
    header.header .header-inner .copy .header-flex .button-blue:hover .effect {
        left: 0;
    }
    header.header .header-inner .copy .header-flex .button-red {
        color: #fff;
        font-size: 2rem;
        width: 150px;
        height: 70px;
        text-align: center;
        border: 2px solid #D53939;
        background-color: #D53939;
        float: left;
        cursor: pointer;
        position: relative;
        box-sizing: border-box;
        overflow: hidden;
        margin: 0 0 40px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-animation-name: headerbutton1;
        animation-name: headerbutton1;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }
    header.header .header-inner .copy .header-flex .button-red:hover {
        background-color: #f00c0c;
    }
    header.header .header-inner .copy .header-flex .button-blue {
        color: #fff;
        font-size: 2rem;
        width: 150px;
        height: 70px;
        text-align: center;
        border: 2px solid #2828D8;
        background-color: #2828D8;
        float: left;
        cursor: pointer;
        position: relative;
        box-sizing: border-box;
        overflow: hidden;
        margin: 0 0 40px 0;
        margin-left: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-animation-name: headerbutton2;
        animation-name: headerbutton2;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }
    header.header .header-inner .copy .header-flex .button-blue:hover {
        background-color: #0808f3;
    }
    header.header .header-inner .copy .header-flex .button-red a {
        font-family: arial;
        font-size: 2.4rem;
        font-weight: 700;
        color: #BBBBBB;
        text-decoration: none;
        line-height: 50px;
        transition：all .10s ease;
        z-index: 2;
    }
    header.header .header-inner .copy .header-flex .button-blue a {
        font-family: arial;
        font-size: 2.4rem;
        font-weight: 700;
        color: #BBBBBB;
        text-decoration: none;
        line-height: 50px;
        transition：all .10s ease;
        z-index: 2;
    }
    header.header .header-inner .copy .header-flex .button-red:hover a {
        color: #FFFFFF;
    }
    header.header .header-inner .copy .header-flex .button-blue:hover a {
        color: #FFFFFF;
    }
    h2.sub_ttl2 {
        font-size: 2.8rem;
        text-align: center;
    }
    h2.sub_ttl3 {
        font-size: 2rem;
        text-align: center;
    }
    /*アコーディオン*/
    .menu__item {
        /* background: #5200b7; */
        color: #fff;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        margin-bottom: 1px;
        position: relative;
    }
    .menu__item__link {
        color: #fff;
        display: block;
        /* line-height: 60px; */
        padding: 0 1rem;
        position: relative;
        text-align: center;
    }
    .menu__item__link:after {
        background: #fff;
        color: black;
        content: '\f067';
        display: block;
        font-family: "Font Awesome 5 Free";
        line-height: 20px;
        position: absolute;
        left: 75%;
        text-align: center;
        top: -35px;
        width: 30px;
        font-weight: 900;
    }
    .menu__item__link.on:after {
        content: '\f068';
        font-weight: 900;
    }
    .submenu {
        background: #fff;
        display: none;
    }
    .submenu__item {
        border-bottom: 1px solid #5200b7;
        color: #fff;
        padding: 1rem;
    }
    /*アコーディオン 赤字に色用*/
    .menu__item2 {
        /* background: #5200b7; */
        color: #fff;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        margin-bottom: 1px;
        position: relative;
    }
    .menu__item__link2 {
        color: #fff;
        display: block;
        /* line-height: 60px; */
        padding: 0 1rem;
        position: relative;
        text-align: center;
    }
    .menu__item__link2:after {
        /* background: #fff; */
        color: #fff;
        content: '\f067';
        display: block;
        font-family: "Font Awesome 5 Free";
        line-height: 60px;
        position: absolute;
        left: 85%;
        text-align: center;
        top: -104px;
        width: 60px;
        font-weight: 900;
    }
    .menu__item__link2.on:after {
        content: '\f068';
        font-weight: 900;
    }
    .menu__item__link2-1 {
        color: #fff;
        display: block;
        /* line-height: 60px; */
        padding: 0 1rem;
        position: relative;
        text-align: center;
    }
    .menu__item__link2-1:after {
        /* background: #fff; */
        color: #fff;
        content: '\f067';
        display: block;
        font-family: "Font Awesome 5 Free";
        line-height: 60px;
        position: absolute;
        left: 83%;
        text-align: center;
        top: -114px;
        width: 60px;
        font-weight: 900;
    }
    .menu__item__link2-1.on:after {
        content: '\f068';
        font-weight: 900;
    }
    .submenu2 {
        background: #fff;
        display: none;
    }
    .submenu__item2 {
        /* border-bottom: 1px solid #5200b7; */
        color: #fff;
        padding: 1rem;
        background-color: black;
    }
    /*予選通過、決勝参加者　アコーディオン*/
    .participant-midashi {
        display: flex;
        justify-content: center;
        margin-top: 100px;
    }
    .participant-midashi p {
        font-size: 1.6rem;
        border: solid;
        padding: 10px;
        text-align: center !important;
        width: 100%;
    }
    /*アコーディオン 詳しく見る用*/
    .menu__item3 {
        /* background: #5200b7; */
        color: #fff;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        margin-bottom: 1px;
        position: relative;
    }
    .menu__item__link3 {
        color: #fff;
        display: block;
        /* line-height: 60px; */
        padding: 0 1rem;
        position: relative;
        text-align: center;
    }
    .menu__item__link3:after {
        /* background: #fff; */
        color: #fff;
        content: '\f067';
        display: block;
        font-family: "Font Awesome 5 Free";
        line-height: 60px;
        position: absolute;
        left: 73%;
        text-align: center;
        top: -105px;
        width: 60px;
        font-weight: 900;
    }
    .menu__item__link3.on:after {
        content: '\f068';
        font-weight: 900;
    }
    .submenu3 {
        display: none;
    }
    .submenu__item3 {
        /* border-bottom: 1px solid #5200b7; */
        color: #fff;
        padding: 1rem;
        background-color: black;
    }
    /*アコーディオン 詳しく見る用*/
    .menu__item4 {
        /* background: #5200b7; */
        color: #fff;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        margin-bottom: 1px;
        position: relative;
    }
    .menu__item__link4 {
        color: #fff;
        display: block;
        /* line-height: 60px; */
        padding: 0 1rem;
        position: relative;
        text-align: center;
    }
    .menu__item__link4:after {
        /* background: #fff; */
        color: #fff;
        content: '\f067';
        display: block;
        font-family: "Font Awesome 5 Free";
        line-height: 60px;
        position: absolute;
        left: 80%;
        text-align: center;
        top: 23px;
        width: 60px;
        font-weight: 900;
    }
    .menu__item__link4.on:after {
        content: '\f068';
        font-weight: 900;
    }
    .submenu4 {
        display: none;
    }
    .submenu__item4 {
        /* border-bottom: 1px solid #5200b7; */
        color: #fff;
        padding: 1rem;
        background-color: black;
    }
    /*20200814 佐藤追加　セクション毎のバックグラウンド*/
    #concept {
        background: black;
        padding: 4% 0;
        position: relative;
    }
    #concept1 {
        background-image: url('../../img/bg1.png');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        padding: 4% 0;
        position: relative;
    }
    #concept2 {
        background-image: url('../../img/pitch2.jpg');
        /* background-repeat: no-repeat;
      background-attachment: fixed; */
        background-position: center;
        /* background-size: auto; */
        padding: 4% 0;
        position: relative;
    }
    #concept2 .concept2-inner {
        width: 90%;
        margin: 0 6% 0 auto;
    }
    #concept3 {
        background-image: url('../../img/bg3.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        padding: 4% 0;
        position: relative;
    }
    #concept4 {
        background-image: url('../../img/bg4.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        padding: 4% 0;
        position: relative;
    }
    #concept5 .button-red {
        color: #fff;
        font-size: 4rem;
        width: 300px;
        height: 70px;
        text-align: center;
        border: 2px solid #D53939;
        background-color: #D53939;
        /* float:left; */
        cursor: pointer;
        position: relative;
        box-sizing: border-box;
        overflow: hidden;
        margin: 0 0 40px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        /* top:100px; */
        left: 19%;
        -webkit-animation-n5ame: headerbutton1;
        animation-name: headerbutton1;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }
    #concept5 .button-red:hover {
        background-color: #f00c0c;
    }
    /*コンテンツエリア見出し*/
    h2.sub_ttl {
        text-align: left;
    }
    h2.sub_ttl span {
        font-size: 130px;
        display: block;
        color: #ababab;
        letter-spacing: 0.5px;
        margin-bottom: -10px;
    }
    h2.sub_ttl {
        padding: 4% 0 3%;
        font-size: 2.2rem;
    }
    h2.sub_ttl span {
        font-size: 6rem;
    }
    h3.sub_ttl {
        margin: 50px 0px;
        display: flex;
        justify-content: center;
    }
    h3.sub_ttl span {
        font-size: 2rem;
        border-bottom: solid 1px blue;
        letter-spacing: 0.5px;
    }
    h4.sub_ttl {
        text-align: center;
        margin: 50px 0px;
    }
    h4.sub_ttl span {
        font-size: 1.6rem;
        border-bottom: solid 1px red;
        letter-spacing: 0.5px;
    }
    /*以下登壇者募集エリアの表組*/
    .schedule1 {
        display: block;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
    }
    .item0 {
        background-color: red;
        flex-basis: 100px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 50%;
        position: relative;
        margin: 0 auto -10px;
        width: 50%;
        border: solid 3px #fff;
    }
    .item0 p {
        font-size: 10px;
        color: #fff;
        margin-bottom: 0px;
    }
    .item0 p span {
        font-size: 1.4rem;
        color: #fff;
    }
    .item0-1 {
        background-color: red;
        flex-basis: 100px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 50%;
        position: relative;
        margin: 0 auto -10px;
        width: 50%;
        border: solid 3px #fff;
    }
    .item0-1 p {
        font-size: 10px;
        color: #fff;
        margin-bottom: 0px;
    }
    .item0-1 p span {
        font-size: 1.4rem;
        color: #fff;
    }
    .item1 {
        background-color: rgb(114, 114, 123);
        flex-basis: 15%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        border: solid 3px #fff;
    }
    .item1 p {
        font-size: 1.6rem;
    }
    .item1-1 {
        background-color: blue;
        flex-basis: 15%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        border: solid 3px #fff;
    }
    .item1-1 p {
        font-size: 1.6rem;
    }
    .item1-2 {
        background-color: rgb(114, 114, 123);
        flex-basis: 15%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        border: solid 3px #fff;
    }
    .item1-2 p {
        font-size: 1.6rem;
    }
    .item2 {
        background: #161617;
        height: 50px;
        flex-basis: 30%;
        display: flex;
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 20px;
    }
    .item2 p {
        font-size: 1.6rem;
    }
    .item2-1 {
        background: #161617;
        height: 150px;
        flex-basis: 30%;
        display: flex;
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 20px;
    }
    .item2-1 p {
        font-size: 1.2rem;
    }
    .item-f {
        font-size: 1.2rem;
    }
    .item3 {
        background: #161617;
        border: solid 1px #fff;
        flex-basis: 15%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        opacity: 0.8;
    }
    .item3 p {
        font-size: 1.6rem;
    }
    .item4 {
        background: #161617;
        border: solid 1px #fff;
        height: auto;
        flex-basis: 30%;
        display: flex;
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 20px;
        opacity: 0.8;
    }
    .item4 p {
        font-size: 1.6rem;
    }
    .item5 {
        background: #161617;
        border: solid 1px #fff;
        flex-basis: 15%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .item5 p {
        font-size: 1.6rem;
    }
    .item5-1 {
        background: #161617;
        border: solid 1px #fff;
        flex-basis: 15%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .item5-1 p {
        font-size: 1.6rem;
    }
    .item6 {
        background: #161617;
        border: solid 1px #fff;
        height: 150px;
        flex-basis: 40%;
        display: flex;
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 20px;
    }
    .item6 p {
        font-size: 1.6rem;
    }
    .item6 li {
        font-size: 1.2rem;
    }
    .item6-1 {
        background: #161617;
        border: solid 1px #fff;
        height: 350px;
        flex-basis: 40%;
        display: flex;
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 20px;
    }
    .item6-1 p {
        font-size: 1.6rem;
    }
    .item6-1 li {
        font-size: 1.2rem;
    }
    .item7 {
        background: #161617;
        border: solid 1px #fff;
        flex-basis: 10%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .item7 p {
        font-size: 1.6rem;
    }
    .item7-1 {
        background: #161617;
        border: solid 1px #fff;
        flex-basis: 10%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .item7-1 p {
        font-size: 1.6rem;
    }
    .item8 {
        background: #161617;
        border: solid 1px #fff;
        height: 150px;
        flex-basis: 40%;
        display: flex;
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 20px;
    }
    .item8 p {
        font-size: 1.6rem;
    }
    .item8-1 {
        background: #161617;
        border: solid 1px #fff;
        height: 450px;
        flex-basis: 40%;
        display: flex;
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 20px;
    }
    .item8-1 p {
        font-size: 1.6rem;
    }
    .item8-1 li {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    .item8-2 {
        background: #161617;
        border: solid 1px #fff;
        height: 400px;
        flex-basis: 40%;
        /* display:flex; */
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 25px;
    }
    .item8-2 p {
        font-size: 1.6rem;
    }
    .item8-2 ul {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    .item8-3 {
        background: #161617;
        border: solid 1px #fff;
        border-bottom: 0;
        height: 150px;
        flex-basis: 40%;
        /* display:flex; */
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 25px;
    }
    .item8-3 p {
        font-size: 1.4rem;
    }
    .item8-4 {
        background: #161617;
        border: solid 1px #fff;
        border-top: 0;
        height: 100px;
        flex-basis: 25%;
        /* display:flex; */
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 25px;
    }
    .item8-4 p {
        font-size: 1.2rem;
    }
    .balloon1-top {
        position: relative;
        display: inline-block;
        margin: 1.5em 0;
        padding: 7px 10px;
        min-width: 120px;
        max-width: 100%;
        color: #fff;
        font-size: 16px;
        background: blue;
        top: -80px;
    }
    .balloon1-top:before {
        content: "";
        position: absolute;
        top: -30px;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-bottom: 15px solid blue;
    }
    .balloon1-top p {
        margin: 0;
        padding: 0;
    }
    .item9 {
        background-color: #161617;
        flex-basis: 20%;
        height: 50px;
        display: flex;
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 15px;
        border-bottom: solid 1px #fff;
    }
    .item9 p {
        font-size: 1.6rem;
        font-weight: bold;
    }
    .item10 {
        background: #161617;
        height: 200px;
        flex-basis: 30%;
        display: flex;
        /* justify-content:center; */
        align-items: center;
        align-content: center;
        padding: 15px;
    }
    .item10 p {
        font-size: 1.6rem;
        font-weight: 700;
    }
    .item10 span {
        font-size: 1.2rem;
    }
    .item11 {
        background: #D53939;
        height: 50px;
        flex-basis: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding: 15px;
    }
    .item11 p {
        font-size: 1.8rem;
        font-weight: 700;
        margin: 0;
        text-align: left;
    }
    .item11 span {
        font-size: 4rem;
        position: relative;
        top: -15px;
    }
    .item11 span:nth-child(2) {
        font-size: 3rem;
        position: relative;
        top: -15px;
    }
    .item11 .fs-span {
        font-size: 4rem;
        position: relative;
        top: -15px;
    }
    .item12 {
        /* background:red; */
        height: 50px;
        /* flex-basis: 30%; */
        display: block;
        /* justify-content:center; */
        /* align-items:center;
                align-content:center;
                padding:15px; */
    }
    .item12 p {
        font-size: 1.8rem;
        font-weight: 700;
        text-align: center !important;
    }
    .item12 span {
        font-size: 1.4rem;
    }
    .item15 {
        background: #161617;
        padding: 20px;
    }
    .item15 p {
        font-size: 2rem;
    }
    .item16 {
        height: 500px;
        flex-basis: 50%;
    }
    .item16 img {
        width: 100%;
    }
    .arrow {
        display: flex;
        justify-content: center;
        font-size: 3rem;
        margin: 0px 0px 25px 0px;
    }
    .space {
        margin-left: 56px;
    }
    /*以下申込ボタンのCSS　*/
    .btn-border {
        display: inline-block;
        max-width: 180px;
        text-align: left;
        border: 2px solid #fff;
        font-size: 16px;
        text-decoration: none;
        font-weight: bold;
        padding: 8px 16px;
        border-radius: 4px;
        transition: .4s;
        background: blue;
        color: #fff;
    }
    .btn-border a {
        color: #fff;
    }
    .btn-border:hover {
        background-color: blue;
        border-color: blue;
        color: #FFF;
    }
    /*ComingSoon用*/
    .comingsoon {
        display: flex;
        justify-content: center;
        margin-top: 100px;
    }
    .comingsoon p {
        /* font-size:8rem; */
        border: solid;
        padding: 50px;
    }
    .comingsoon li {
        font-size: 8rem;
        border: solid;
        padding: 50px;
    }
    /*ComingSoon用2*/
    .comingsoon2 {
        display: flex;
        justify-content: center;
        margin-top: 100px;
    }
    .comingsoon2 p {
        font-size: 3.9rem;
        padding: 50px;
    }
    .comingsoon2 li {
        font-size: 8rem;
        border: solid;
        padding: 50px;
    }
    /*オンライン投票申込ボタンのCSS　*/
    .online-vote {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-top: 100px;
        background-color: #fff;
        color: black;
        padding: 20px;
    }
    .online-vote p {
        font-size: 2rem;
        text-align: center !important;
        margin: 20px 0px 20px 0px;
    }
    .btn-online {
        display: inline-block;
        width: 90%;
        text-align: center;
        font-size: 1.4rem;
        text-decoration: none;
        font-weight: bold;
        padding: 8px 16px;
        transition: .4s;
        background: black;
        text-align: center;
        color: #fff;
    }
    .btn-online a {
        color: #fff;
    }
    .btn-online:after {
        color: #fff;
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        content: '\f105';
        margin-left: 20px;
    }
    .btn-online:hover {
        background-color: #D53939;
        color: #fff;
    }
    .btn-online a:hover {
        color: black;
        text-decoration: none;
    }
    a.anchor {
        display: block;
        padding-top: 50px;
        margin-top: -50px;
        margin-top: -100px;
    }
    .l-container {
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1100px) {
    body {
        font-size: 15px;
    }
}

body.body-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

body.admin-bar header.header .logo {
    position: absolute;
    top: 62px;
}

@media screen and (max-width: 1100px) {
    body.admin-bar header.header .logo {
        top: 42px;
    }
}

@media screen and (max-width: 600px) {
    body.admin-bar header.header .logo {
        top: 56px;
    }
}

body.admin-bar header.header nav.menu {
    padding: 77px 30px 120px;
}

@media screen and (max-width: 600px) {
    body.admin-bar header.header nav.menu {
        padding: 91px 30px 120px;
    }
}

@media screen and (max-width: 600px) {
    body.admin-bar header.header nav.menu {
        padding: 91px 30px 120px;
    }
}

::-moz-selection {
    background: #D53939;
    color: #fff;
}

::selection {
    background: #D53939;
    color: #fff;
}

p {
    font-size: 16px;
}

@media screen and (max-width: 1100px) {
    p {
        font-size: 15px;
    }
}

p:last-child {
    margin: 0;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
    font-weight: 600;
}


/*2019910佐藤追加*/

h2 {
    font-size: 40px;
}

h2 a {
    font-size: 40px;
    color: black;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

h2 a:hover {
    opacity: 0.6;
}

@media screen and (max-width: 1100px) {
    a:hover {
        opacity: 1;
    }
}

h3 a {
    font-size: 1.6rem;
    color: rgb(200, 200, 200);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

h3 a:hover {
    opacity: 0.6;
}

@media screen and (max-width: 1100px) {
    a:hover {
        opacity: 1;
    }
}

.tt-1 {
    background-color: #FFE6E6;
    padding: 15px 0px 0px 0px;
}

.tt-1 h1 {
    text-align: center;
}

.tt-2 h3 {
    font-size: 18px;
    margin: 10px 0 20px;
    border-left: 3px solid #232323;
    padding: 8px 15px 7px;
}

.tt-3 h2 {
    font-size: 20px;
    text-align: left;
    padding-left: 30px;
}


/*佐藤追加分*/

a {
    color: #D53939;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

a:hover {
    opacity: 0.6;
}

@media screen and (max-width: 1100px) {
    a:hover {
        opacity: 1;
    }
}

img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sticky {
    border: 2px solid #e41113;
}

.screen-reader-text {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}


/*ヘッダー*/

.header-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

header.header {
    width: 100%;
}

header.header.header-top .header-inner {
    height: calc(100vh - 120px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #f7f7f7;
}

@media screen and (max-width: 1100px) {
    header.header.header-top .header-inner {
        height: calc(100vh - 40px);
        padding: 20px;
    }
}

header.header.header-top .header-inner .header-background {
    background-image: url(../../img/header-default.jpg);
    -webkit-animation: topHeader 1.2s linear 0s forwards;
    animation: topHeader 1.2s linear 0s forwards;
}

header.header .header-inner {
    /* margin: 0 60px 60px; */
    /* width: 100%; */
    height: 450px;
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7;
}

@media screen and (max-width: 1100px) {
    header.header .header-inner {
        margin: 0 20px 20px;
    }
}

@media screen and (max-width: 840px) {
    header.header .header-inner {
        height: 250px;
        margin: 20px;
    }
}

header.header .header-inner .description img {
    width: 100%;
    max-width: 150px;
    height: auto;
    display: block;
}

header.header .header-inner .header-background {
    background-image: url(../../img/header-default.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: topHeader2 1.2s linear 0s forwards;
    animation: topHeader2 1.2s linear 0s forwards;
}

header.header .header-inner .copy {
    padding: 20px;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 40%;
    width: 750px;
    display: flex;
}


/*      @media screen and (max-width: 1100px) {
        header.header .header-inner .copy {
          width: calc(100% - 40px);
          padding: 20px; } }*/

header.header .header-inner .copy .copy-background {
    /* background: #FFFFFF; */
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    -webkit-animation: copyBk 0.4s linear 0.8s forwards;
    animation: copyBk 0.4s linear 0.8s forwards;
}

header.header .header-inner .copy .brdr {
    position: absolute;
    background: #fff;
    opacity: 0.7;
}

header.header .header-inner .copy .brdr-left {
    top: 0;
    left: 0;
    width: 1px;
    height: 0%;
    -webkit-animation: copyBrdrLeft 0.2s linear 0s forwards;
    animation: copyBrdrLeft 0.2s linear 0s forwards;
}

header.header .header-inner .copy .brdr-bottom {
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    -webkit-animation: copyBrdrBottom 0.2s linear 0.2s forwards;
    animation: copyBrdrBottom 0.2s linear 0.2s forwards;
}

header.header .header-inner .copy .brdr-right {
    bottom: 0;
    right: 0;
    width: 1px;
    height: 0%;
    -webkit-animation: copyBrdrRight 0.2s linear 0.4s forwards;
    animation: copyBrdrRight 0.2s linear 0.4s forwards;
}

header.header .header-inner .copy .brdr-top {
    top: 0;
    right: 0;
    width: 0%;
    height: 1px;
    -webkit-animation: copyBrdrTop 0.2s linear 0.6s forwards;
    animation: copyBrdrTop 0.2s linear 0.6s forwards;
}

header.header .header-inner .copy h2.description {
    font-size: 36px;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    -webkit-animation: copyDes 0.4s linear 0.8s forwards;
    animation: copyDes 0.4s linear 0.8s forwards;
    opacity: 0;
    text-align: center;
}

@media screen and (max-width: 1100px) {
    header.header .header-inner .copy h2.description {
        font-size: 21px;
    }
}

header.header .logo {
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1002;
    overflow: hidden;
}

header.header .logo .logo-txt {
    font-size: 32px;
    font-weight: 600;
    color: #232323;
}

header.header .logo .logo-txt a {
    color: #232323;
}

@media screen and (max-width: 1100px) {
    header.header .logo .logo-txt {
        font-size: 24px;
    }
}

@media screen and (max-width: 1100px) {
    header.header .logo {
        top: 10px;
        left: 10px;
    }
}

header.header .logo a {
    display: block;
}

header.header .logo a:before {
    content: '';
    width: 0%;
    height: 100%;
    background: #e41113;
    display: block;
    position: absolute;
    z-index: 1003;
    top: 0;
    left: 0;
    -webkit-animation: bkX 0.8s ease-in-out 0s forwards;
    animation: bkX 0.8s ease-in-out 0s forwards;
}

header.header .logo a img {
    vertical-align: bottom;
    height: 60px;
    width: auto;
    -webkit-animation: bkTextImg 0.8s linear 0s forwards;
    animation: bkTextImg 0.8s linear 0s forwards;
    position: relative;
}

header.header .logo a img:hover {
    opacity: 0.6;
}

@media screen and (max-width: 1100px) {
    header.header .logo a img:hover {
        opacity: 1;
    }
}

@media screen and (max-width: 1100px) {
    header.header .logo a img {
        height: 40px;
    }
}

header.header .menu-btn-container {
    position: fixed;
    z-index: 1;
    bottom: 30px;
    right: 30px;
    -webkit-animation: menuButton 0.8s linear 0s forwards;
    animation: menuButton 0.8s linear 0s forwards;
    z-index: 1003;
}

@media screen and (max-width: 1100px) {
    header.header .menu-btn-container {
        bottom: 10px;
        right: 10px;
    }
}

header.header .menu-btn-container.is-active a.menu-btn {
    background: #fff;
}

header.header .menu-btn-container.is-active a.menu-btn:hover {
    opacity: 1;
}

header.header .menu-btn-container.is-active a.menu-btn span {
    background: #D53939;
}

header.header .menu-btn-container.is-active a.menu-btn span:nth-child(1) {
    -webkit-transform: translateX(-12.5px) translateY(8px) rotate(-45deg);
    transform: translateX(-12.5px) translateY(8px) rotate(-45deg);
}

@media screen and (max-width: 1100px) {
    header.header .menu-btn-container.is-active a.menu-btn span:nth-child(1) {
        -webkit-transform: translateX(-10px) translateY(7px) rotate(-45deg);
        transform: translateX(-10px) translateY(7px) rotate(-45deg);
    }
}

header.header .menu-btn-container.is-active a.menu-btn span:nth-child(2) {
    opacity: 0;
}

header.header .menu-btn-container.is-active a.menu-btn span:nth-child(3) {
    -webkit-transform: translateX(-12.5px) translateY(-6px) rotate(45deg);
    transform: translateX(-12.5px) translateY(-6px) rotate(45deg);
}

@media screen and (max-width: 1100px) {
    header.header .menu-btn-container.is-active a.menu-btn span:nth-child(3) {
        -webkit-transform: translateX(-10px) translateY(-7px) rotate(45deg);
        transform: translateX(-10px) translateY(-7px) rotate(45deg);
    }
}

header.header .menu-btn-container a.menu-btn {
    display: block;
    background: #D53939;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0 10px 30px rgba(62, 58, 57, 0.2);
    box-shadow: 0 10px 30px rgba(62, 58, 57, 0.2);
}

@media screen and (max-width: 1100px) {
    header.header .menu-btn-container a.menu-btn {
        width: 48px;
        height: 48px;
    }
}

header.header .menu-btn-container a.menu-btn:hover {
    opacity: 1;
    -webkit-animation: menuButtonHover 0.4s linear;
    animation: menuButtonHover 0.4s linear;
}

header.header .menu-btn-container a.menu-btn span {
    background: #fff;
    width: 25px;
    height: 2px;
    display: block;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media screen and (max-width: 1100px) {
    header.header .menu-btn-container a.menu-btn span {
        width: 20px;
    }
}

header.header .menu-btn-container a.menu-btn span:nth-child(1) {
    top: 22px;
}

@media screen and (max-width: 1100px) {
    header.header .menu-btn-container a.menu-btn span:nth-child(1) {
        top: 16px;
    }
}

header.header .menu-btn-container a.menu-btn span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}

header.header .menu-btn-container a.menu-btn span:nth-child(3) {
    bottom: 22px;
}

@media screen and (max-width: 1100px) {
    header.header .menu-btn-container a.menu-btn span:nth-child(3) {
        bottom: 16px;
    }
}

header.header nav.menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #D53939;
    color: #fff;
    padding: 45px 30px 120px;
    height: 100vh;
    -webkit-transform: translateX(320px);
    transform: translateX(320px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1002;
}

@media screen and (max-width: 1100px) {
    header.header nav.menu {
        padding: 20px 20px 60px;
    }
}

header.header nav.menu.is-active {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-box-shadow: 0 5px 15px rgba(62, 58, 57, 0.2);
    box-shadow: 0 5px 15px rgba(62, 58, 57, 0.2);
}

header.header nav.menu.is-active .menu-container ul {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

header.header nav.menu .menu-container ul {
    -webkit-transition: all 0.4s ease-out 0.4s;
    transition: all 0.4s ease-out 0.4s;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
    opacity: 0;
}

header.header nav.menu .menu-container ul li {
    line-height: 1;
    padding: 10px 0;
    text-align: right;
}

header.header nav.menu .menu-container ul li ul li:last-child {
    padding: 10px 0 0px;
}

header.header nav.menu .menu-container ul li ul.sub-menu {
    margin: 10px 0px 0 0px;
    font-size: 10px;
}

header.header nav.menu .menu-container ul li ul.sub-menu li a {
    letter-spacing: 3px;
}

header.header nav.menu .menu-container ul li:first-child {
    padding: 0px 0 5px;
}

header.header nav.menu .menu-container ul li:last-child {
    padding: 5px 0 0px;
}

header.header nav.menu .menu-container ul li a {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 1.7;
}

header.header nav.menu .menu-container ul li a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 300%;
    width: 300%;
    height: 1px;
    /* background-color: #fff; */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

header.header nav.menu .menu-container ul li a:hover {
    opacity: 1;
}

header.header nav.menu .menu-container ul li a:hover:after {
    left: 0;
}

header.header nav.menu .menu-container ul li.current-menu-item>a:after {
    left: 0;
}

header.header .scroll-down {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    overflow: hidden;
    width: 1px;
    height: 60px;
}

@media screen and (max-width: 1100px) {
    header.header .scroll-down {
        bottom: -20px;
        height: 40px;
    }
}

header.header .scroll-down .line {
    width: 1px;
    display: block;
    height: 60px;
    background: #ddd;
    will-change: transform;
    -webkit-animation: scroollLine 2s ease-in-out infinite;
    animation: scroollLine 2s ease-in-out infinite;
}

@media screen and (max-width: 1100px) {
    header.header .scroll-down .line {
        height: 40px;
    }
}

.menu-mask {
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    background: transparent;
}

.menu-mask.is-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    opacity: 1;
    cursor: pointer;
    background: white;
}

#top-menu .menu-container {
    display: table;
    padding: 7px 60px 0px 0px;
    margin-left: auto;
}


/* #top-menu .menu-container .menu-lists{
	display: table;
}
#top-menu .menu-container .menu-lists li{
	display: table-cell;
	padding-left: 30px;
  font-size: 16px;
  font-weight: bold;
} */

#top-menu .menu-container .menu-lists li a {
    display: flex;
    text-transform: uppercase;
}

@media screen and (max-width: 1100px) {
    #top-menu .menu-container {
        padding: 14px 20px;
    }
}

@media screen and (max-width: 840px) {
    #top-menu .menu-container {
        display: none;
    }
}

main.main.main-404 section .section-inner .section-archives-title {
    margin: 0;
}

main.main section.author-title {
    margin: 0 60px;
}

@media screen and (max-width: 1100px) {
    main.main section.author-title {
        margin: 0 20px;
    }
}

main.main section.author-title .section-inner {
    width: 980px;
    position: relative;
    margin: -124px auto 0;
}

@media screen and (max-width: 1100px) {
    main.main section.author-title .section-inner {
        margin: -63px auto 0;
        width: 100%;
    }
}

main.main section.author-title .section-inner .author-pic {
    display: block;
    margin: 0 0 20px;
}

main.main section.author-title .section-inner .author-pic img {
    display: block;
    margin: 0 auto;
    vertical-align: bottom;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 15px rgba(62, 58, 57, 0.2);
    box-shadow: 0 5px 15px rgba(62, 58, 57, 0.2);
    width: 120px;
    height: 120px;
}

@media screen and (max-width: 1100px) {
    main.main section.author-title .section-inner .author-pic img {
        width: 84px;
        height: 84px;
    }
}

main.main section.author-title .section-inner .author-name {
    margin: 0 0 30px;
}

main.main section.author-title .section-inner .author-name h1 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

main.main section.author-title .section-inner .author-description {
    padding: 0px 0 0;
}

main.main section.section {
    margin: 60px;
}

@media screen and (max-width: 1100px) {
    main.main section.section {
        margin: 20px 0 0;
    }
}

main.main section.section .section-inner {
    background: #FCF8E9;
    padding: 60px;
}

@media screen and (max-width: 1100px) {
    main.main section.section .section-inner {
        padding: 30px 20px;
    }
}

main.main section.section .section-inner .section-archives-title {
    text-align: center;
    margin: 0 0 60px;
    position: relative;
}

@media screen and (max-width: 1100px) {
    main.main section.section .section-inner .section-archives-title {
        margin: 0 0 20px;
    }
}

main.main section.section .section-inner .section-archives-title .title-container {
    margin: 0 0 15px;
}

main.main section.section .section-inner .section-archives-title .title-container:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #e41113;
    margin-top: 5px;
    display: block;
    margin: 15px auto 0;
    position: relative;
    z-index: 2;
}

main.main section.section .section-inner .section-archives-title .title-container h1,
main.main section.section .section-inner .section-archives-title .title-container .title {
    display: inline-block;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1.3;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 480px) {
    main.main section.section .section-inner .section-archives-title .title-container h1,
    main.main section.section .section-inner .section-archives-title .title-container .title {
        font-size: 26px;
    }
}

main.main section.section .section-inner .section-archives-title .title-container .title-description {
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    position: absolute;
    font-size: 100px;
    right: 30px;
    top: 0px;
    right: -60px;
    top: -70px;
    z-index: 0;
}

@media screen and (max-width: 1100px) {
    main.main section.section .section-inner .section-archives-title .title-container .title-description {
        font-size: 40px;
        right: -20px;
        top: -30px;
        text-align: right;
    }
}

main.main section.section .section-inner .section-archives-title .taxonomy-description {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

main.main section.section .section-inner .section-archives-title .taxonomy-description p {
    margin: 0 0 20px;
}

main.main section.section .section-inner .section-archives-title .taxonomy-description p:last-child {
    margin: 0;
}

main.main section.section .section-inner .section-title {
    text-align: center;
    margin: 0 0 60px;
    position: relative;
}

@media screen and (max-width: 1100px) {
    main.main section.section .section-inner .section-title {
        margin: 0 0 20px;
    }
}

main.main section.section .section-inner .section-title.is-active h2 {
    position: relative;
    overflow: hidden;
}

main.main section.section .section-inner .section-title.is-active h2 span {
    -webkit-animation: bkTextImg 0.8s linear 0s forwards;
    animation: bkTextImg 0.8s linear 0s forwards;
}

main.main section.section .section-inner .section-title.is-active h2:before {
    -webkit-animation: bkheadlineX 0.8s ease-in-out 0s forwards;
    animation: bkheadlineX 0.8s ease-in-out 0s forwards;
    z-index: 1003;
}

main.main section.section .section-inner .section-title h2 {
    display: inline-block;
    text-align: center;
    font-size: 32px;
    border-bottom: 3px solid #e41113;
    letter-spacing: 3px;
}

@media screen and (max-width: 480px) {
    main.main section.section .section-inner .section-title h2 {
        font-size: 26px;
    }
}

main.main section.section .section-inner .section-title h2 span {
    opacity: 0;
}

main.main section.section .section-inner .section-title h2:before {
    content: '';
    width: 0;
    height: 100%;
    background: #e41113;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

main.main section.section .section-inner .section-content {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

main.main section.section .section-inner .section-content p {
    margin: 0 0 20px;
}

footer.footer {
    margin: 0 0 60px;
    text-align: center;
}

@media screen and (max-width: 1100px) {
    footer.footer {
        margin: 60px 0 0px;
        padding: 0px 0 60px;
    }
}

footer.footer .footer-inner .copy-right p {
    font-size: 12px;
    font-weight: 600;
}

footer.footer .footer-inner .powerd-by p {
    font-size: 12px;
    font-weight: 600;
}

.sidebar {
    margin: 60px;
}

@media screen and (max-width: 1100px) {
    .sidebar {
        margin: 0px;
    }
}

.sidebar .sidebar-inner {
    background: black;
    padding: 60px 60px 30px;
}

@media screen and (max-width: 1100px) {
    .sidebar .sidebar-inner {
        padding: 30px 20px;
    }
}

.sidebar .sidebar-inner .sidebar-content {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1100px) {
    .sidebar .sidebar-inner .sidebar-content {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.sidebar .sidebar-inner .sidebar-content:after {
    content: "";
    display: block;
    width: 30%;
}

.sidebar .sidebar-inner .sidebar-content aside.widget {
    width: 30%;
    margin: 0 0 30px;
}

@media screen and (max-width: 1100px) {
    .sidebar .sidebar-inner .sidebar-content aside.widget {
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 1100px) {
    .sidebar .sidebar-inner .sidebar-content aside.widget {
        width: 45%;
    }
}

@media screen and (max-width: 672px) {
    .sidebar .sidebar-inner .sidebar-content aside.widget {
        width: 100%;
    }
    .sidebar .sidebar-inner .sidebar-content aside.widget:last-child {
        margin: 0;
    }
}

.sidebar .sidebar-inner .sidebar-content aside.widget.widget_recent_entries ul li {
    padding: 10px 14px 7px 0;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.sidebar .sidebar-inner .sidebar-content aside.widget.widget_recent_entries ul li:after {
    color: #ccc;
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 museosans;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar .sidebar-inner .sidebar-content aside.widget.widget_recent_entries ul li a {
    color: #232323;
    font-weight: 600;
    position: relative;
    line-height: 1.5;
}

.sidebar .sidebar-inner .sidebar-content aside.widget.widget_recent_entries ul li span {
    display: block;
    font-size: 12px;
    color: #999;
}

.sidebar .sidebar-inner .sidebar-content aside.widget.widget_rss ul li {
    padding: 10px 14px 7px 0;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.sidebar .sidebar-inner .sidebar-content aside.widget.widget_archive label,
.sidebar .sidebar-inner .sidebar-content aside.widget.widget_categories label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.sidebar .sidebar-inner .sidebar-content aside.widget.widget_archive select,
.sidebar .sidebar-inner .sidebar-content aside.widget.widget_categories select {
    display: inline-block;
    vertical-align: middle;
    background: #eaeaea;
}

.sidebar .sidebar-inner .sidebar-content aside.widget.widget_archive ul li,
.sidebar .sidebar-inner .sidebar-content aside.widget.widget_categories ul li {
    padding: 10px 0px 7px 0;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.sidebar .sidebar-inner .sidebar-content aside.widget.widget_archive ul li a,
.sidebar .sidebar-inner .sidebar-content aside.widget.widget_categories ul li a {
    color: #232323;
    font-weight: 600;
    line-height: 1.5;
}

.sidebar .sidebar-inner .sidebar-content aside.widget.widget_archive ul li a:after,
.sidebar .sidebar-inner .sidebar-content aside.widget.widget_categories ul li a:after {
    color: #ccc;
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 museosans;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 14px;
}

.sidebar .sidebar-inner .sidebar-content aside.widget.widget_archive ul li ul.children,
.sidebar .sidebar-inner .sidebar-content aside.widget.widget_categories ul li ul.children {
    padding: 0 0 0 15px;
    border-top: 1px solid #eaeaea;
    margin-top: 7px;
}

.sidebar .sidebar-inner .sidebar-content aside.widget.widget_archive ul li ul.children li:last-child,
.sidebar .sidebar-inner .sidebar-content aside.widget.widget_categories ul li ul.children li:last-child {
    border: none;
    padding-bottom: 0;
}

.sidebar .sidebar-inner .sidebar-content aside.widget.widget_pages ul li a,
.sidebar .sidebar-inner .sidebar-content aside.widget.widget_nav_menu ul li a,
.sidebar .sidebar-inner .sidebar-content aside.widget.widget_meta ul li a {
    color: #fff;
    display: block;
    padding: 10px 14px 7px 0;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}


/*カスタムhtml用*/

.sidebar .sidebar-inner .sidebar-content aside ul.custom li a {
    color: #fff;
    display: block;
    padding: 10px 14px 7px 0;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.sidebar .sidebar-inner .sidebar-content aside {
    width: 45%;
}


}
.sidebar .sidebar-inner .sidebar-content aside.widget.widget_pages ul li a:after,
.sidebar .sidebar-inner .sidebar-content aside.widget.widget_nav_menu ul li a:after,
.sidebar .sidebar-inner .sidebar-content aside.widget.widget_meta ul li a:after {
    color: #ccc;
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 museosans;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar .sidebar-inner .sidebar-content aside.widget.widget_pages ul li ul.children,
.sidebar .sidebar-inner .sidebar-content aside.widget.widget_nav_menu ul li ul.children,
.sidebar .sidebar-inner .sidebar-content aside.widget.widget_meta ul li ul.children {
    margin: 0 0 0 15px;
}
.sidebar .sidebar-inner .sidebar-content aside.widget.widget_search .search-form {
    max-width: 100%;
}
.sidebar .sidebar-inner .sidebar-content aside.widget.widget_recent_comments ul li {
    padding: 10px 0 7px 25px;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}
.sidebar .sidebar-inner .sidebar-content aside.widget.widget_recent_comments ul li:before {
    color: #999;
    content: "\f0e6";
    display: inline-block;
    font: normal normal normal 14px/1 museosans;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 13px;
    left: 0;
}
.sidebar .sidebar-inner .sidebar-content aside.widget h3.widget-title {
    letter-spacing: 3px;
    font-size: 21px;
    font-weight: 600;
    border-bottom: 3px solid #e41113;
    padding-bottom: 5px;
    margin: 0 0 15px;
}
.sidebar .sidebar-inner .sidebar-content aside.widget .tagcloud a.tag-cloud-link {
    display: inline-block;
    position: relative;
    font-size: 12px !important;
    padding: 5px 7px 3px 18px;
    background: #D53939;
    margin: 0 2px 7px 0;
    color: #fff;
}
.sidebar .sidebar-inner .sidebar-content aside.widget .tagcloud a.tag-cloud-link:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 7px;
}
.sidebar .sidebar-inner .sidebar-content aside.widget .calendar_wrap table {
    width: 100%;
}
.sidebar .sidebar-inner .sidebar-content aside.widget .calendar_wrap table thead tr th {
    text-align: center;
}
.sidebar .sidebar-inner .sidebar-content aside.widget .calendar_wrap table tbody tr td {
    text-align: center;
}
.sidebar .sidebar-inner .sidebar-content aside.widget .calendar_wrap table tfoot tr td {
    padding: 7px 0;
}
main.page-single-main article header.post-header {
    position: relative;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto 45px;
}
@media screen and (max-width: 840px) {
    main.page-single-main article header.post-header {
        padding: 0 20px;
        margin: 0 auto 25px;
    }
}
main.page-single-main article header.post-header.has-thumbnail .post-thumbnail {
    margin-top: -285px;
    margin-bottom: 60px;
    -webkit-animation: postThumb 1.2s linear 0s forwards;
    animation: postThumb 1.2s linear 0s forwards;
}
@media screen and (max-width: 840px) {
    main.page-single-main article header.post-header.has-thumbnail .post-thumbnail {
        margin-top: -82.5px;
        margin-bottom: 30px;
        padding: 0 20px;
    }
}
main.page-single-main article header.post-header.has-thumbnail .post-thumbnail img {
    width: 100%;
    height: auto;
    min-height: 300px;
    vertical-align: bottom;
    -webkit-box-shadow: 0 10px 30px rgba(62, 58, 57, 0.2);
    box-shadow: 0 10px 30px rgba(62, 58, 57, 0.2);
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 840px) {
    main.page-single-main article header.post-header.has-thumbnail .post-thumbnail img {
        min-height: 125px;
    }
}
main.page-single-main article header.post-header .post-meta {
    margin-bottom: 15px;
}
@media screen and (max-width: 840px) {
    main.page-single-main article header.post-header .post-meta {
        margin-bottom: 5px;
    }
}
main.page-single-main article header.post-header .post-meta:after {
    content: '';
    display: block;
    clear: both;
}
main.page-single-main article header.post-header .post-meta .post-time {
    color: #999;
    font-size: 14px;
    font-weight: 400;
}
main.page-single-main article header.post-header .post-meta .post-author {
    line-height: 1.7;
    float: right;
}
main.page-single-main article header.post-header .post-meta .post-author .avatar {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.7;
    margin-right: 2px;
}
main.page-single-main article header.post-header .post-meta .post-author .avatar img {
    border-radius: 50%;
}
main.page-single-main article header.post-header .post-meta .post-author .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #999;
}
main.page-single-main article header.post-header h1.post-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
@media screen and (max-width: 840px) {
    main.page-single-main article header.post-header h1.post-title {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 480px) {
    main.page-single-main article header.post-header h1.post-title {
        font-size: 20px;
    }
}
main.page-single-main article header.post-header .post-categories-container ul li {
    display: inline-block;
    margin: 0 15px 7px 0;
}
@media screen and (max-width: 840px) {
    main.page-single-main article header.post-header .post-categories-container ul li {
        margin: 0 12px 7px 0;
    }
}
main.page-single-main article header.post-header .post-categories-container ul li a {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 7px 0px;
    line-height: 27px;
    height: 24px;
    display: inline-block;
    background: #D53939;
    color: #fff;
}
main.page-single-main article header.post-header .post-categories-container ul li a:after {
    content: "";
    border-style: solid;
    border-width: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 12px 11px 12px 0px;
    right: -10px;
    top: 0;
    border-color: #D53939 transparent;
}
main.page-single-main article .post-content {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
main.page-single-main article .post-content:after {
    display: block;
    content: '';
    clear: both;
}
@media screen and (max-width: 840px) {
    main.page-single-main article .post-content {
        margin: 0 auto 30px;
        padding: 0 20px;
    }
}
main.page-single-main article .post-content *:first-child {
    margin-top: 0px;
}

/*main.page-single-main article .post-content *:last-child {
    margin-bottom: 0px; }*/
main.page-single-main article .post-content p {
    margin-bottom: 20px;
}
main.page-single-main article .post-content p:last-child {
    margin-bottom: 0px;
}
main.page-single-main article .post-content img {
    margin: 0 0 20px;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 1100px) {
    main.page-single-main article .post-content iframe {
        max-width: 100%;
    }
}
main.page-single-main article .post-content figure {
    max-width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    background: #f7f7f7;
    border: 1px solid #eaeaea;
}
main.page-single-main article .post-content figure img,
main.page-single-main article .post-content figure a {
    margin: 0 0 10px;
    display: block;
}
main.page-single-main article .post-content figure figcaption.wp-caption-text {
    font-size: 12px;
    text-align: center;
}
main.page-single-main article .post-content figure figcaption.wp-caption-text a {
    display: inline;
}
main.page-single-main article .post-content .alignright {
    float: right;
    margin: 0 0 20px 20px;
}
main.page-single-main article .post-content .alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
main.page-single-main article .post-content .aligncenter {
    display: block;
    margin: 0 auto 20px;
}
main.page-single-main article .post-content h1 {
    font-size: 24px;
    text-align: center;
    margin: 20px 0 20px;
}
@media screen and (max-width: 1100px) {
    main.page-single-main article .post-content h1 {
        margin: 10px 0 20px;
    }
}

/* main.page-single-main article .post-content h1:after {
      width: 50px;
      height: 3px;
      margin: 10px auto 0px;
      display: block;
      content: '';
      background: #232323; } */
main.page-single-main article .post-content h2 {
    font-size: 21px;
    text-align: center;
    margin: 20px 0 20px;
    display: inline-block;
}
@media screen and (max-width: 1100px) {
    main.page-single-main article .post-content h2 {
        margin: 10px 0 20px;
    }
}
main.page-single-main article .post-content h3 {
    font-size: 18px;
    margin: 10px 0 20px;
    border-left: 5px solid #D53939;
    padding: 8px 15px 7px;
}
@media screen and (max-width: 1100px) {
    main.page-single-main article .post-content h3 {
        margin: 5px 0 20px;
    }
}
main.page-single-main article .post-content h4 {
    font-size: 16px;
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 0 18px;
}
main.page-single-main article .post-content h4:before {
    background: #e41113;
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
}
main.page-single-main article .post-content h5 {
    font-size: 15px;
    margin: 0 0 20px;
}
main.page-single-main article .post-content h6 {
    font-size: 14px;
    margin: 0 0 20px;
}
main.page-single-main article .post-content blockquote {
    position: relative;
    padding: 33px 30px 30px;
    background: #f7f7f7;
    margin: 0 0 20px;
}
@media screen and (max-width: 1100px) {
    main.page-single-main article .post-content blockquote {
        padding: 23px 20px 20px;
    }
}
main.page-single-main article .post-content blockquote:before {
    content: "“";
    position: absolute;
    color: #fff;
    font-size: 140px;
    top: -51px;
    left: -3px;
}
@media screen and (max-width: 1100px) {
    main.page-single-main article .post-content blockquote:before {
        content: "“";
        position: absolute;
        color: #fff;
        font-size: 110px;
        top: -40px;
        left: -3px;
    }
}

/* テーブルくずれのためコメントアウト*/

/* main.page-single-main article .post-content table {
    width: 100%;
    margin: 0 0 20px;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea; }
    main.page-single-main article .post-content table tr th {
      padding: 9px 7px 7px;
      background: #f7f7f7;
      border-right: 1px solid #eaeaea;
      border-bottom: 1px solid #eaeaea; }
    main.page-single-main article .post-content table tr td {
      padding: 9px 7px 7px;
      border-right: 1px solid #eaeaea;
      border-bottom: 1px solid #eaeaea; } */
main.page-single-main article .post-content dl {
    margin: 0 0 20px;
}
main.page-single-main article .post-content dl dt {
    font-weight: 600;
}
main.page-single-main article .post-content dl dd {
    padding-left: 15px;
    margin: 0 0 20px;
}
main.page-single-main article .post-content ul {
    margin: 0 0 20px;
    padding-left: 20px;
    list-style: disc;
}
main.page-single-main article .post-content ol {
    margin: 0 0 20px;
    padding-left: 20px;
    list-style: decimal;
}
main.page-single-main article .post-content strong {
    font-weight: 600;
}
main.page-single-main article .post-content abbr,
main.page-single-main article .post-content acronym {
    cursor: help;
    border-bottom: 1px dotted #232323;
    position: relative;
}
main.page-single-main article .post-content abbr:hover:after,
main.page-single-main article .post-content acronym:hover:after {
    position: absolute;
    border: 1px solid #f7f7f7;
    content: attr(title);
    background: rgba(255, 255, 255, 0.9);
    margin: 0;
    padding: 15px;
    top: 50%;
    left: 120%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
main.page-single-main article .post-content address {
    padding: 30px;
    background: #f7f7f7;
    margin: 0 0 20px;
}
@media screen and (max-width: 1100px) {
    main.page-single-main article .post-content address {
        padding: 23px 20px 20px;
    }
}
main.page-single-main article .post-content big {
    font-size: 140%;
}
main.page-single-main article .post-content cite,
main.page-single-main article .post-content q {
    font-style: italic;
}
main.page-single-main article .post-content code,
main.page-single-main article .post-content kbd,
main.page-single-main article .post-content tt,
main.page-single-main article .post-content var {
    padding: 0px 5px;
    background: #f7f7f7;
    border-radius: 3px;
}
main.page-single-main article .post-content del,
main.page-single-main article .post-content strike {
    text-decoration: line-through;
}
main.page-single-main article .post-content em {
    font-style: italic;
    font-weight: 600;
}
main.page-single-main article .post-content ins {
    border-bottom: 1px solid #454545;
}
main.page-single-main article .post-content pre {
    background-color: #0f192a;
    color: #fff;
    padding: 15px;
    margin: 0 0 20px;
    overflow-x: scroll;
    position: relative;
}
main.page-single-main article .post-content sup {
    vertical-align: super;
    font-size: 80%;
}
main.page-single-main article .post-content sub {
    vertical-align: sub;
    font-size: 80%;
}
main.page-single-main article .post-content .twitter-tweet {
    display: block;
    margin: 0 auto 20px !important;
}
main.page-single-main article .post-content .gallery-columns-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
main.page-single-main article .post-content .gallery-columns-1 .gallery-item {
    margin: 0 0 20px;
    padding: 0px;
    background: transparent;
    border: none;
    width: calc(100% / 1);
    padding: 0 .1rem;
}
main.page-single-main article .post-content .gallery-columns-1 .gallery-item .wp-caption-text,
main.page-single-main article .post-content .gallery-columns-1 .gallery-item .gallery-caption {
    margin: 5px 0 0;
    line-height: 1.3;
}
main.page-single-main article .post-content .gallery-columns-1 .gallery-item a {
    display: block;
}
main.page-single-main article .post-content .gallery-columns-1 .gallery-item a img {
    display: block;
    margin: 0 auto;
}
main.page-single-main article .post-content .gallery-columns-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
main.page-single-main article .post-content .gallery-columns-2 .gallery-item {
    margin: 0 0 20px;
    padding: 0px;
    background: transparent;
    border: none;
    width: calc(100% / 2);
    padding: 0 .1rem;
}
main.page-single-main article .post-content .gallery-columns-2 .gallery-item .wp-caption-text,
main.page-single-main article .post-content .gallery-columns-2 .gallery-item .gallery-caption {
    margin: 5px 0 0;
    line-height: 1.3;
}
main.page-single-main article .post-content .gallery-columns-2 .gallery-item a {
    display: block;
}
main.page-single-main article .post-content .gallery-columns-2 .gallery-item a img {
    display: block;
    margin: 0 auto;
}
main.page-single-main article .post-content .gallery-columns-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
main.page-single-main article .post-content .gallery-columns-3 .gallery-item {
    margin: 0 0 20px;
    padding: 0px;
    background: transparent;
    border: none;
    width: calc(100% / 3);
    padding: 0 .1rem;
}
main.page-single-main article .post-content .gallery-columns-3 .gallery-item .wp-caption-text,
main.page-single-main article .post-content .gallery-columns-3 .gallery-item .gallery-caption {
    margin: 5px 0 0;
    line-height: 1.3;
}
main.page-single-main article .post-content .gallery-columns-3 .gallery-item a {
    display: block;
}
main.page-single-main article .post-content .gallery-columns-3 .gallery-item a img {
    display: block;
    margin: 0 auto;
}
main.page-single-main article .post-content .gallery-columns-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
main.page-single-main article .post-content .gallery-columns-4 .gallery-item {
    margin: 0 0 20px;
    padding: 0px;
    background: transparent;
    border: none;
    width: calc(100% / 4);
    padding: 0 .1rem;
}
main.page-single-main article .post-content .gallery-columns-4 .gallery-item .wp-caption-text,
main.page-single-main article .post-content .gallery-columns-4 .gallery-item .gallery-caption {
    margin: 5px 0 0;
    line-height: 1.3;
}
main.page-single-main article .post-content .gallery-columns-4 .gallery-item a {
    display: block;
}
main.page-single-main article .post-content .gallery-columns-4 .gallery-item a img {
    display: block;
    margin: 0 auto;
}
main.page-single-main article .post-content .gallery-columns-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
main.page-single-main article .post-content .gallery-columns-5 .gallery-item {
    margin: 0 0 20px;
    padding: 0px;
    background: transparent;
    border: none;
    width: calc(100% / 5);
    padding: 0 .1rem;
}
main.page-single-main article .post-content .gallery-columns-5 .gallery-item .wp-caption-text,
main.page-single-main article .post-content .gallery-columns-5 .gallery-item .gallery-caption {
    margin: 5px 0 0;
    line-height: 1.3;
}
main.page-single-main article .post-content .gallery-columns-5 .gallery-item a {
    display: block;
}
main.page-single-main article .post-content .gallery-columns-5 .gallery-item a img {
    display: block;
    margin: 0 auto;
}
main.page-single-main article .post-content .gallery-columns-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
main.page-single-main article .post-content .gallery-columns-6 .gallery-item {
    margin: 0 0 20px;
    padding: 0px;
    background: transparent;
    border: none;
    width: calc(100% / 6);
    padding: 0 .1rem;
}
main.page-single-main article .post-content .gallery-columns-6 .gallery-item .wp-caption-text,
main.page-single-main article .post-content .gallery-columns-6 .gallery-item .gallery-caption {
    margin: 5px 0 0;
    line-height: 1.3;
}
main.page-single-main article .post-content .gallery-columns-6 .gallery-item a {
    display: block;
}
main.page-single-main article .post-content .gallery-columns-6 .gallery-item a img {
    display: block;
    margin: 0 auto;
}
main.page-single-main article .post-content .gallery-columns-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
main.page-single-main article .post-content .gallery-columns-7 .gallery-item {
    margin: 0 0 20px;
    padding: 0px;
    background: transparent;
    border: none;
    width: calc(100% / 7);
    padding: 0 .1rem;
}
main.page-single-main article .post-content .gallery-columns-7 .gallery-item .wp-caption-text,
main.page-single-main article .post-content .gallery-columns-7 .gallery-item .gallery-caption {
    margin: 5px 0 0;
    line-height: 1.3;
}
main.page-single-main article .post-content .gallery-columns-7 .gallery-item a {
    display: block;
}
main.page-single-main article .post-content .gallery-columns-7 .gallery-item a img {
    display: block;
    margin: 0 auto;
}
main.page-single-main article .post-content .gallery-columns-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
main.page-single-main article .post-content .gallery-columns-8 .gallery-item {
    margin: 0 0 20px;
    padding: 0px;
    background: transparent;
    border: none;
    width: calc(100% / 8);
    padding: 0 .1rem;
}
main.page-single-main article .post-content .gallery-columns-8 .gallery-item .wp-caption-text,
main.page-single-main article .post-content .gallery-columns-8 .gallery-item .gallery-caption {
    margin: 5px 0 0;
    line-height: 1.3;
}
main.page-single-main article .post-content .gallery-columns-8 .gallery-item a {
    display: block;
}
main.page-single-main article .post-content .gallery-columns-8 .gallery-item a img {
    display: block;
    margin: 0 auto;
}
main.page-single-main article .post-content .gallery-columns-9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
main.page-single-main article .post-content .gallery-columns-9 .gallery-item {
    margin: 0 0 20px;
    padding: 0px;
    background: transparent;
    border: none;
    width: calc(100% / 9);
    padding: 0 .1rem;
}
main.page-single-main article .post-content .gallery-columns-9 .gallery-item .wp-caption-text,
main.page-single-main article .post-content .gallery-columns-9 .gallery-item .gallery-caption {
    margin: 5px 0 0;
    line-height: 1.3;
}
main.page-single-main article .post-content .gallery-columns-9 .gallery-item a {
    display: block;
}
main.page-single-main article .post-content .gallery-columns-9 .gallery-item a img {
    display: block;
    margin: 0 auto;
}
main.page-single-main article .post-content .post-links {
    text-align: center;
}
main.page-single-main article .post-content .post-links>span,
main.page-single-main article .post-content .post-links>a {
    display: inline-block;
    padding: 5px 15px;
}
main.page-single-main article .post-content .post-links>span {
    border-bottom: 3px solid #232323;
}
main.page-single-main article footer.post-footer {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 840px) {
    main.page-single-main article footer.post-footer {
        padding: 0 20px;
    }
}
main.page-single-main article footer.post-footer .post-tags {
    margin: 0 0 60px;
}
@media screen and (max-width: 840px) {
    main.page-single-main article footer.post-footer .post-tags {
        margin: 0 0 30px;
    }
}
main.page-single-main article footer.post-footer .post-tags ul li {
    display: inline-block;
    margin: 0 7px 7px 0;
}
main.page-single-main article footer.post-footer .post-tags ul li a {
    position: relative;
    font-size: 12px;
    padding: 5px 7px 3px 18px;
    background: #D53939;
    color: #fff;
}
main.page-single-main article footer.post-footer .post-tags ul li a:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 7px;
}
main.page-single-main nav.post-navigation {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
main.page-single-main nav.post-navigation .post-navigation-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    main.page-single-main nav.post-navigation .post-navigation-inner {
        display: block;
    }
}
main.page-single-main nav.post-navigation .post-navigation-inner .prev-next {
    width: calc((100% - 150px) / 2);
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    main.page-single-main nav.post-navigation .post-navigation-inner .prev-next {
        width: 100%;
    }
}
main.page-single-main nav.post-navigation .post-navigation-inner .prev-next a {
    display: block;
}
main.page-single-main nav.post-navigation .post-navigation-inner .prev-next a .post-thumbnail {
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
main.page-single-main nav.post-navigation .post-navigation-inner .prev-next a .post-thumbnail:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
main.page-single-main nav.post-navigation .post-navigation-inner .prev-next a i {
    position: absolute;
    color: #f7f7f7;
}
main.page-single-main nav.post-navigation .post-navigation-inner .prev-next a p {
    padding: 30px 30px;
    position: relative;
    color: #f7f7f7;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.3;
}
main.page-single-main nav.post-navigation .post-navigation-inner .prev a i {
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    main.page-single-main nav.post-navigation .post-navigation-inner .prev a p {
        padding: 23px 20px 20px 30px;
    }
}
main.page-single-main nav.post-navigation .post-navigation-inner .home {
    width: 150px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    main.page-single-main nav.post-navigation .post-navigation-inner .home {
        display: block;
        margin: 0 auto;
    }
}
main.page-single-main nav.post-navigation .post-navigation-inner .home a {
    display: block;
    padding: 0 15px;
    line-height: 1.3;
}
@media screen and (max-width: 768px) {
    main.page-single-main nav.post-navigation .post-navigation-inner .home a {
        padding: 20px 0px;
    }
}
main.page-single-main nav.post-navigation .post-navigation-inner .home a i {
    font-size: 36px;
    color: #232323;
}
@media screen and (max-width: 768px) {
    main.page-single-main nav.post-navigation .post-navigation-inner .home a i {
        font-size: 24px;
    }
}
main.page-single-main nav.post-navigation .post-navigation-inner .home a span {
    display: block;
    color: #232323;
    font-size: 12px;
    font-weight: 600;
}
main.page-single-main nav.post-navigation .post-navigation-inner .next a i {
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
main.page-single-main nav.post-navigation .post-navigation-inner .next a p {
    text-align: right;
}
@media screen and (max-width: 768px) {
    main.page-single-main nav.post-navigation .post-navigation-inner .next a p {
        padding: 23px 30px 20px 20px;
    }
}
main.page-single-main .post-comments {
    max-width: 980px;
    width: 100%;
    margin: 60px auto 0;
}
@media screen and (max-width: 1100px) {
    main.page-single-main .post-comments {
        margin: 30px auto 30px;
        padding: 0 20px;
    }
}
main.page-single-main .post-comments ul.comment-tabs {
    margin: 0 0 20px;
    border-bottom: 3px solid #eaeaea;
}
main.page-single-main .post-comments ul.comment-tabs:after {
    content: '';
    display: block;
    clear: both;
}
main.page-single-main .post-comments ul.comment-tabs li {
    float: left;
    padding: 11px 15px 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    background: #f7f7f7;
}
main.page-single-main .post-comments ul.comment-tabs li span {
    background: #fff;
    padding: 2px 5px 0;
    border-radius: 5px;
    color: #999;
    font-size: 11px;
    font-weight: 600;
    position: relative;
    top: -2px;
}
main.page-single-main .post-comments ul.comment-tabs li:after {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    content: '';
}
main.page-single-main .post-comments ul.comment-tabs li.active {
    background: #D53939;
    color: #fff;
}
main.page-single-main .post-comments ul.comment-tabs li.active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: #D53939;
}
main.page-single-main .post-comments .comment-list-container {
    margin: 0 0 30px;
}
@media screen and (max-width: 1100px) {
    main.page-single-main .post-comments .comment-list-container {
        margin: 0 0 20px;
    }
}
main.page-single-main .post-comments .comment-list-container ol.children {
    margin-left: 20px;
}
main.page-single-main .post-comments .comment-list-container ol.hide {
    display: none;
}
main.page-single-main .post-comments .comment-list-container ol>li,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-respond,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-respond {
    margin-top: 15px;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body {
    display: table;
    width: 100%;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-left,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-left {
    display: table-cell;
    vertical-align: top;
    padding-right: 15px;
    width: 48px;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-left .comment-author-pic img,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-left .comment-author-pic img {
    border-radius: 50%;
    vertical-align: bottom;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right {
    display: table-cell;
    vertical-align: top;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-meta,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-meta {
    margin-bottom: 7px;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-meta .comment-author-name,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-meta .comment-author-name {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-meta .comment-time,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-meta .comment-time {
    display: inline-block;
    vertical-align: middle;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-meta .comment-time a,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-meta .comment-time a {
    color: #999;
    font-size: 12px;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-meta .comment-edit-link-container,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-meta .comment-edit-link-container {
    display: inline-block;
    vertical-align: middle;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content *:first-child,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content *:first-child {
    margin-top: 0px;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content *:last-child,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content *:last-child {
    margin-bottom: 0px;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content p,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content p {
    margin-bottom: 20px;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content p:last-child,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content p:last-child {
    margin-bottom: 0px;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content img,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content img {
    margin: 0 0 20px;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content figure,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content figure {
    max-width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    background: #f7f7f7;
    border: 1px solid #eaeaea;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content figure img,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content figure img {
    margin: 0 0 10px;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content figure figcaption.wp-caption-text,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content figure figcaption.wp-caption-text {
    font-size: 12px;
    text-align: center;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content .alignright,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content .alignright {
    float: right;
    margin: 0 0 20px 20px;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content .alignleft,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content .alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content .aligncenter,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content .aligncenter {
    display: block;
    margin: 0 auto 20px;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content h1,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content h1 {
    font-size: 24px;
    text-align: center;
    margin: 20px 0 20px;
}
@media screen and (max-width: 1100px) {
    main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content h1,
    main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content h1 {
        margin: 10px 0 20px;
    }
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content h1:after,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content h1:after {
    width: 50px;
    height: 3px;
    margin: 10px auto 0px;
    display: block;
    content: '';
    background: #232323;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content h2,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content h2 {
    font-size: 21px;
    text-align: center;
    margin: 20px 0 20px;
    display: inline-block;
    border-bottom: 3px solid #232323;
}
@media screen and (max-width: 1100px) {
    main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content h2,
    main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content h2 {
        margin: 10px 0 20px;
    }
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content h3,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content h3 {
    font-size: 18px;
    margin: 10px 0 20px;
    border-left: 3px solid #232323;
    padding: 8px 15px 7px;
}
@media screen and (max-width: 1100px) {
    main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content h3,
    main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content h3 {
        margin: 5px 0 20px;
    }
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content h4,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content h4 {
    font-size: 16px;
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 0 18px;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content h4:before,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content h4:before {
    background: #e41113;
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content h5,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content h5 {
    font-size: 15px;
    margin: 0 0 20px;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content h6,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content h6 {
    font-size: 14px;
    margin: 0 0 20px;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content blockquote,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content blockquote {
    position: relative;
    padding: 33px 30px 30px;
    background: #f7f7f7;
    margin: 0 0 20px;
}
@media screen and (max-width: 1100px) {
    main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content blockquote,
    main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content blockquote {
        padding: 23px 20px 20px;
    }
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content blockquote:before,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content blockquote:before {
    content: "“";
    position: absolute;
    color: #fff;
    font-size: 140px;
    top: -51px;
    left: -3px;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content table,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content table {
    width: 100%;
    margin: 0 0 20px;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content table tr th,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content table tr th {
    padding: 9px 7px 7px;
    background: #f7f7f7;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content table tr td,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content table tr td {
    padding: 9px 7px 7px;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content dl dt,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content dl dt {
    font-weight: 600;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content dl dd,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content dl dd {
    padding-left: 15px;
    margin: 0 0 20px;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content ul,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content ul {
    margin: 0 0 20px;
    padding-left: 20px;
    list-style: disc;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content ol,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content ol {
    margin: 0 0 20px;
    padding-left: 20px;
    list-style: decimal;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content ol li,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content ol li {
    padding: 0px 0;
    border-bottom: none;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content strong,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content strong {
    font-weight: 600;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content abbr,
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content acronym,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content abbr,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content acronym {
    cursor: help;
    border-bottom: 1px dotted #232323;
    position: relative;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content abbr:hover:after,
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content acronym:hover:after,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content abbr:hover:after,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content acronym:hover:after {
    position: absolute;
    border: 1px solid #f7f7f7;
    content: attr(title);
    background: rgba(255, 255, 255, 0.9);
    margin: 0;
    padding: 15px;
    top: 50%;
    left: 120%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content address,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content address {
    padding: 30px;
    background: #f7f7f7;
    margin: 0 0 20px;
}
@media screen and (max-width: 1100px) {
    main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content address,
    main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content address {
        padding: 23px 20px 20px;
    }
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content big,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content big {
    font-size: 140%;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content cite,
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content q,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content cite,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content q {
    font-style: italic;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content code,
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content kbd,
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content tt,
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content var,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content code,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content kbd,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content tt,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content var {
    padding: 0px 5px;
    background: #f7f7f7;
    border-radius: 3px;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content del,
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content strike,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content del,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content strike {
    text-decoration: line-through;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content em,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content em {
    font-style: italic;
    font-weight: 600;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content ins,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content ins {
    border-bottom: 1px solid #454545;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content pre,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content pre {
    background-color: #0f192a;
    color: #fff;
    padding: 15px;
    margin: 0 0 20px;
    overflow-x: scroll;
    position: relative;
    white-space: pre-wrap;
    word-wrap: break-word;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content sup,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content sup {
    vertical-align: super;
    font-size: 80%;
}
main.page-single-main .post-comments .comment-list-container ol>li .comment-body .comment-right .comment-content sub,
main.page-single-main .post-comments .comment-list-container ol>li.bypostauthor .comment-body .comment-right .comment-content sub {
    vertical-align: sub;
    font-size: 80%;
}
main.page-single-main .post-comments nav.comment-navigation {
    display: table;
    width: 100%;
    margin: 0 0 30px;
}
@media screen and (max-width: 1100px) {
    main.page-single-main .post-comments nav.comment-navigation {
        margin: 0 0 20px;
    }
}
main.page-single-main .post-comments nav.comment-navigation .nav-previous {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    text-align: left;
}
main.page-single-main .post-comments nav.comment-navigation .nav-next {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    text-align: right;
}
main.page-single-main .post-comments .comment-respond {
    padding: 60px;
    background: #f7f7f7;
}
@media screen and (max-width: 1100px) {
    main.page-single-main .post-comments .comment-respond {
        padding: 30px 20px;
    }
}
main.page-single-main .post-comments .comment-respond h3.comment-reply-title {
    text-align: center;
}
main.page-single-main .post-comments .comment-respond h3.comment-reply-title small {
    font-size: 80%;
}
main.page-single-main .post-comments .comment-respond form.comment-form span.required {
    color: red;
}
main.page-single-main .post-comments .comment-respond form.comment-form p.logged-in-as {
    text-align: center;
    margin: 0 0 15px;
}
main.page-single-main .post-comments .comment-respond form.comment-form p.comment-notes {
    text-align: center;
    margin: 0 0 15px;
}
main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-comment {
    margin: 0 0 7px;
    clear: both;
}
main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-comment label {
    display: block;
    font-size: 14px;
    font-weight: 600;
}
main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-comment textarea {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}
main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-author {
    margin: 0 0 7px;
    width: 48%;
    float: left;
}
@media screen and (max-width: 480px) {
    main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-author {
        width: 100%;
        float: none;
        clear: both;
    }
}
main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-author label {
    display: block;
    font-size: 14px;
    font-weight: 600;
}
main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-author input {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}
main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-email {
    margin: 0 0 7px;
    float: right;
    width: 48%;
}
@media screen and (max-width: 480px) {
    main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-email {
        width: 100%;
        float: none;
        clear: both;
    }
}
main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-email label {
    display: block;
    font-size: 14px;
    font-weight: 600;
}
main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-email input {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}
main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-url {
    margin: 0 0 7px;
    clear: both;
}
main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-url label {
    display: block;
    font-size: 14px;
    font-weight: 600;
}
main.page-single-main .post-comments .comment-respond form.comment-form p.comment-form-url input {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}
main.page-single-main .post-comments .comment-respond form.comment-form p.form-submit {
    margin: 15px 0 0;
    text-align: center;
}
main.page-single-main .post-comments .comment-respond form.comment-form p.form-submit input[type="submit"] {
    background: #D53939;
    padding: 15px 30px;
    color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(62, 58, 57, 0.2);
    box-shadow: 0 5px 15px rgba(62, 58, 57, 0.2);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    border-radius: 3px;
    -webkit-appearance: none;
}
main.page-single-main .post-comments .comment-respond form.comment-form p.form-submit input[type="submit"]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}
.fixed-copy-right {
    position: fixed;
    z-index: 1002;
    bottom: 30px;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 28px;
    overflow: hidden;
    height: 35%;
}
@media screen and (max-width: 1100px) {
    .fixed-copy-right {
        display: none;
    }
}
.fixed-copy-right:before {
    content: '';
    width: 100%;
    height: 0%;
    background: #e41113;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bkY 0.8s ease-in-out 0s forwards;
    animation: bkY 0.8s ease-in-out 0s forwards;
    z-index: 1003;
}
.fixed-copy-right p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 12px;
    font-weight: bold;
    -webkit-animation: bkTextImg 0.8s linear 0s forwards;
    animation: bkTextImg 0.8s linear 0s forwards;
}
.articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
    .articles {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
.articles:after {
    content: "";
    display: block;
    width: 33%;
}
.articles article {
    width: 33%;
    background: #fff;
    margin: 0 0 30px;
    -webkit-box-shadow: 0 1px 2px #ddd;
    box-shadow: 0 1px 2px #ddd;
}
@media screen and (max-width: 1100px) {
    .articles article {
        width: 45%;
    }
}
@media screen and (max-width: 1100px) {
    .articles article {
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 672px) {
    .articles article {
        width: 100%;
    }
}
.articles article a {
    display: block;
}
.articles article a:hover {
    opacity: 1;
}
.articles article a:hover .post-header figure.post-thumbnail figcaption {
    letter-spacing: 3px;
    opacity: 1;
}
.articles article a:hover .post-header figure.post-thumbnail:after {
    background: rgba(0, 0, 0, 0.9);
}
.articles article a .post-header {
    position: relative;
    overflow: hidden;
}
.articles article a .post-header figure.post-thumbnail {
    background-size: cover;
    background-position: center center;
}
.articles article a .post-header figure.post-thumbnail:before {
    content: '';
    width: 100%;
    padding-top: 75%;
    display: block;
}
.articles article a .post-header figure.post-thumbnail:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.articles article a .post-header figure.post-thumbnail figcaption {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 4;
    letter-spacing: 10px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.articles article a .post-header figure.post-thumbnail .post-author {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 7px 10px;
    line-height: 1;
    width: 100%;
    text-align: right;
}
.articles article a .post-header figure.post-thumbnail .post-author:before {
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
}
.articles article a .post-header figure.post-thumbnail .post-author .avatar {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    z-index: 2;
}
.articles article a .post-header figure.post-thumbnail .post-author .avatar img {
    border-radius: 50%;
    vertical-align: bottom;
}
.articles article a .post-header figure.post-thumbnail .post-author .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    position: relative;
    z-index: 2;
}
.articles article a .post-header figure.post-thumbnail .post-category {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 10px;
    font-weight: 400;
    padding: 3px 5px 1px;
    background: #D53939;
    color: #fff;
}
.articles article a .post-header figure.post-thumbnail .post-category:after {
    content: "";
    border-style: solid;
    border-width: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 11px 10px 10px 0;
    right: -10px;
    top: 0;
    border-color: #D53939 transparent;
}
.articles article a .post-content {
    padding: 15px;
}
.articles article a .post-content time {
    color: #999;
    font-size: 12px;
    font-weight: 400;
}
.articles article a .post-content h2.post-title {
    color: #454545;
    font-size: 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/*202010佐藤追加　スポンサー自動表示*/
.articles2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
    .articles2 {
        -ms-flex-pack: distribute;
        justify-content: center;
    }
}

/* .articles2:after {
              content: "";
              display: block;
              width: 33%; } */
.articles2 article {
    width: 15%;
    background: #fff;
    margin: 0 5px 30px;
    -webkit-box-shadow: 0 1px 2px #ddd;
    box-shadow: 0 1px 2px #ddd;
}
@media screen and (max-width: 1100px) {
    .articles2 article {
        width: 45%;
    }
}
@media screen and (max-width: 1100px) {
    .articles2 article {
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 672px) {
    .articles2 article {
        width: 100%;
    }
}
.articles2 article a {
    display: block;
}
.articles2 article a:hover {
    opacity: 1;
}
.articles2 article a:hover .post-header figure.post-thumbnail figcaption {
    letter-spacing: 3px;
    opacity: 1;
}
.articles2 article a:hover .post-header figure.post-thumbnail:after {
    background: rgba(0, 0, 0, 0.9);
}
.articles2 article a .post-header {
    position: relative;
    overflow: hidden;
}
.articles2 article a .post-header figure.post-thumbnail {
    background-size: cover;
    background-position: center center;
}
.articles2 article a .post-header figure.post-thumbnail:before {
    content: '';
    width: 100%;
    padding-top: 75%;
    display: block;
}
.articles2 article a .post-header figure.post-thumbnail:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.articles2 article a .post-header figure.post-thumbnail figcaption {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 4;
    letter-spacing: 10px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.articles2 article a .post-header figure.post-thumbnail .post-author {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 7px 10px;
    line-height: 1;
    width: 100%;
    text-align: right;
}
.articles2 article a .post-header figure.post-thumbnail .post-author:before {
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
}
.articles2 article a .post-header figure.post-thumbnail .post-author .avatar {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    z-index: 2;
}
.articles2 article a .post-header figure.post-thumbnail .post-author .avatar img {
    border-radius: 50%;
    vertical-align: bottom;
}
.articles2 article a .post-header figure.post-thumbnail .post-author .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    position: relative;
    z-index: 2;
}
.articles2 article a .post-header figure.post-thumbnail .post-category {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 10px;
    font-weight: 400;
    padding: 3px 5px 1px;
    background: #D53939;
    color: #fff;
}
.articles2 article a .post-header figure.post-thumbnail .post-category:after {
    content: "";
    border-style: solid;
    border-width: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 11px 10px 10px 0;
    right: -10px;
    top: 0;
    border-color: #D53939 transparent;
}
.articles2 article a .post-content {
    padding: 15px;
}
.articles2 article a .post-content time {
    color: #999;
    font-size: 12px;
    font-weight: 400;
}
.articles2 article a .post-content h2.post-title {
    color: #454545;
    font-size: 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/*ここまで*/

/*202010佐藤追加　登壇者一覧表示*/
.articles3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
    .articles3 {
        -ms-flex-pack: distribute;
        justify-content: center;
    }
}

/* .articles2:after {
              content: "";
              display: block;
              width: 33%; } */
.articles3 article {
    width: 20%;
    background: black;
    margin: 0 5px 30px;
    /* -webkit-box-shadow: 0 1px 2px #ddd; */
    /* box-shadow: 0 1px 2px #ddd;  */
}
.articles3 article .post-midashi {
    text-align: center;
    padding: 0px;
}
.articles3 article .company-info {
    background-color: black;
    font-size: 1.6rem;
    color: #fff;
    padding: 5px;
}
@media screen and (max-width: 1100px) {
    .articles3 article {
        width: 45%;
    }
}
@media screen and (max-width: 1100px) {
    .articles3 article {
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 672px) {
    .articles3 article {
        width: 100%;
    }
}
.articles3 article a {
    display: block;
}
.articles3 article a:hover {
    opacity: 1;
}
.articles3 article a:hover .post-header figure.post-thumbnail figcaption {
    letter-spacing: 3px;
    opacity: 1;
}
.articles3 article a:hover .post-header figure.post-thumbnail:after {
    background: rgba(0, 0, 0, 0.9);
}
.articles3 article a .post-header {
    position: relative;
    overflow: hidden;
}
.articles3 article a .post-header figure.post-thumbnail {
    background-size: cover;
    background-position: center center;
}
.articles3 article a .post-header figure.post-thumbnail:before {
    content: '';
    width: 100%;
    padding-top: 75%;
    display: block;
}
.articles3 article a .post-header figure.post-thumbnail:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.articles3 article a .post-header figure.post-thumbnail figcaption {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 4;
    letter-spacing: 10px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.articles3 article a .post-header figure.post-thumbnail .post-author {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 7px 10px;
    line-height: 1;
    width: 100%;
    text-align: right;
}
.articles3 article a .post-header figure.post-thumbnail .post-author:before {
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
}
.articles3 article a .post-header figure.post-thumbnail .post-author .avatar {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    z-index: 2;
}
.articles3 article a .post-header figure.post-thumbnail .post-author .avatar img {
    border-radius: 50%;
    vertical-align: bottom;
}
.articles3 article a .post-header figure.post-thumbnail .post-author .name {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    position: relative;
    z-index: 2;
}
.articles3 article a .post-header figure.post-thumbnail .post-category {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 10px;
    font-weight: 400;
    padding: 3px 5px 1px;
    background: #D53939;
    color: #fff;
}
.articles3 article a .post-header figure.post-thumbnail .post-category:after {
    content: "";
    border-style: solid;
    border-width: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 11px 10px 10px 0;
    right: -10px;
    top: 0;
    border-color: #D53939 transparent;
}
.articles3 article a .post-content {
    padding: 0px;
}
.articles3 article a .post-content time {
    color: #999;
    font-size: 12px;
    font-weight: 400;
}
.articles3 article a .post-content h2.post-title {
    color: #454545;
    font-size: 2rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/*ここまで*/
.no-articles {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}
.navigation h2 {
    display: none;
}
.navigation .nav-links {
    text-align: center;
}
.navigation .nav-links a:hover {
    opacity: 0.6;
}
.navigation .nav-links>.page-numbers {
    padding: 5px 15px;
    display: inline-block;
}
.navigation .nav-links>.current {
    border-bottom: 3px solid #232323;
}
.search-form {
    max-width: 320px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.search-form .search-inner {
    padding: 10px 59px 7px 15px;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
    -webkit-appearance: none;
}
.search-form .search-submit {
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #D53939;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.search-form .search-submit:hover {
    opacity: 0.6;
}
form.post-password-form {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
}
form.post-password-form input[type=password] {
    padding: 10px 15px 7px 15px;
    border-radius: 3px;
    font-size: 16px;
    border: 1px solid #eaeaea;
    width: calc(100% - 65px);
}
form.post-password-form input[type=submit] {
    background: #D53939;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding: 0 15px;
    line-height: 46px;
    width: 60px;
    height: 46px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    -webkit-appearance: none;
}
form.post-password-form input[type=submit]:hover {
    opacity: 0.6;
}

/*背景類*/
@media screen and (max-width: 767px) {
    #concept2 {
        padding: 6% 4%;
        background-size: cover;
    }
    
    #concept2 .txt {
        margin-top: 4%;
        margin-bottom: 6%;
    }
    
    #concept .txt,
    #concept2 .txt {
        margin-top: 3%;
        margin-bottom: 8%;
        text-align: center;
    }
    
    #concept2 .list li {
        width: 100%;
        position: relative;
    }
    
    #concept2 .list li .img {
        position: absolute;
        left: 10px;
        top: 0;
        width: 11%;
        text-align: center;
    }
    
    #concept2 .list li:nth-of-type(2) .img,
    #concept .list li:nth-of-type(3) .img {
        width: 12%;
    }
    
    #concept2 .list li .img img {
        width: 100%;
        height: auto;
    }
    
    #concept2 .list li .txt {
        margin-top: 4%;
    }
    
    #concept2 .list li h3 {
        padding-left: 110px;
        font-size: 2rem;
    }
    
    #concept2 .list li h3 span {
        font-size: 1.6rem;
    }
    
    #concept2 .list li .img {
        vertical-align: middle;
    }
    
    #concept2 .txt {
        line-height: auto;
        font-size: auto;
    }
    
    #concept2 .list {
        border-top: 1px solid #666666;
        padding-top: 10%;
    }
    
    #concept2 .list .txt {
        font-size: 1.5rem;
    }
    
    #concept2 .main_txt {
        font-size: 1.6rem;
        line-height: 1.8;
    }
    
    #concept2 .txt {
        margin-top: 4%;
        margin-bottom: 6%;
    }
    
    #concept .txt,
    #concept2 .txt {
        margin-top: 3%;
        margin-bottom: 8%;
        text-align: center;
    }
    
    #concept2 .list li {
        width: 100%;
        position: relative;
    }
    
    #concept2 .list li .img {
        position: absolute;
        left: 10px;
        top: 0;
        width: 11%;
        text-align: center;
    }
    
    #concept2 .list li:nth-of-type(2) .img,
    #concept .list li:nth-of-type(3) .img {
        width: 12%;
    }
    
    #concept2 .list li .img img {
        width: 100%;
        height: auto;
    }
    
    #concept2 .list li .txt {
        margin-top: 4%;
    }
    
    #concept2 .list li h3 {
        padding-left: 110px;
        font-size: 2rem;
    }
    
    #concept2 .list li h3 span {
        font-size: 1.6rem;
    }
    
    #concept2 .list li .img {
        vertical-align: middle;
    }
    
    #concept2 .txt {
        line-height: auto;
        font-size: auto;
    }
    
    #concept2 .list {
        border-top: 1px solid #666666;
        padding-top: 10%;
    }
    
    #concept2 .list .txt {
        font-size: 1.5rem;
    }
    
    #concept2 .main_txt {
        font-size: 1.6rem;
        line-height: 1.8;
    }
    
    #concept2 .txt {
        margin-top: 4%;
        margin-bottom: 6%;
    }
    
    #concept .txt,
    #concept2 .txt {
        margin-top: 3%;
        margin-bottom: 8%;
        text-align: left;
    }
    
    #concept2 .list li {
        width: 100%;
        position: relative;
    }
    
    #concept2 .list li .img {
        position: absolute;
        left: 10px;
        top: 0;
        width: 11%;
        text-align: center;
    }
    
    #concept2 .list li:nth-of-type(2) .img,
    #concept .list li:nth-of-type(3) .img {
        width: 12%;
    }
    
    #concept2 .list li .img img {
        width: 100%;
        height: auto;
    }
    
    #concept2 .list li .txt {
        margin-top: 4%;
    }
    
    #concept2 .list li h3 {
        padding-left: 110px;
        font-size: 2rem;
    }
    
    #concept2 .list li h3 span {
        font-size: 1.6rem;
    }
    
    #concept2 .list li .img {
        vertical-align: middle;
    }
    
    #concept2 .txt {
        line-height: auto;
        font-size: auto;
    }
    
    #concept2 .list {
        border-top: 1px solid #666666;
        padding-top: 10%;
    }
    
    #concept2 .list .txt {
        font-size: 1.5rem;
    }
    
    #concept2 .main_txt {
        font-size: 1.6rem;
        line-height: 1.8;
    }
    /*202010佐藤追加　コンセプト黒背景*/
    
    #concept5 {
        padding: 6% 4%;
        /* background-size: 89%; */
    }
    
    #concept5 .txt {
        margin-top: 4%;
        margin-bottom: 6%;
    }
    
    #concept .txt,
    #concept5 .txt {
        margin-top: 3%;
        margin-bottom: 8%;
        text-align: center;
    }
    
    #concept5 .list li {
        width: 100%;
        position: relative;
    }
    
    #concept5 .list p:last-child {
        width: 100%;
        position: relative;
        margin: 30px 0px 30px 0px;
    }
    
    #concept5 .list li .img {
        position: absolute;
        left: 10px;
        top: 0;
        width: 11%;
        text-align: center;
    }
    
    #concept5 .list li:nth-of-type(2) .img,
    #concept .list li:nth-of-type(3) .img {
        width: 12%;
    }
    
    #concept5 .list li .img img {
        width: 100%;
        height: auto;
    }
    
    #concept5 .list li .txt {
        margin-top: 4%;
    }
    
    #concept5 .list li h3 {
        padding-left: 110px;
        font-size: 2rem;
    }
    
    #concept5 .list li h3 span {
        font-size: 1.6rem;
    }
    
    #concept5 .list li .img {
        vertical-align: middle;
    }
    
    #concept5 .txt {
        line-height: auto;
        font-size: auto;
    }
    
    #concept5 .list {
        border-top: 1px solid #666666;
        padding-top: 10%;
    }
    
    #concept5 .list .txt {
        font-size: 1.5rem;
    }
    
    #concept5 .main_txt {
        font-size: 1.6rem;
        line-height: 1.8;
    }
    
    #concept5 {
        padding: 6% 4%;
        /* background-size: 89%; */
    }
    
    #concept5 .txt {
        margin-top: 4%;
        margin-bottom: 6%;
    }
    
    #concept .txt,
    #concept5 .txt {
        margin-top: 3%;
        margin-bottom: 8%;
        text-align: center;
    }
    
    #concept5 .list li .img {
        position: absolute;
        left: 10px;
        top: 0;
        width: 11%;
        text-align: center;
    }
    
    #concept5 .list li:nth-of-type(2) .img,
    #concept .list li:nth-of-type(3) .img {
        width: 12%;
    }
    
    #concept5 .list li .img img {
        width: 100%;
        height: auto;
    }
    
    #concept5 .list li .txt {
        margin-top: 4%;
    }
    
    #concept5 .list li h3 {
        padding-left: 110px;
        font-size: 2rem;
    }
    
    #concept5 .list li h3 span {
        font-size: 1.6rem;
    }
    
    #concept5 .list li .img {
        vertical-align: middle;
    }
    
    #concept5 .txt {
        line-height: auto;
        font-size: auto;
    }
    
    #concept5 .list {
        border-top: 1px solid #666666;
        padding-top: 10%;
    }
    
    #concept5 .list .txt {
        font-size: 1.5rem;
    }
    
    #concept5 .main_txt {
        font-size: 1.6rem;
        line-height: 1.8;
    }
    
    #concept5 {
        padding: 6% 4%;
        /* background-size: 89%; */
    }
    
    #concept5 .txt {
        margin-top: 4%;
        margin-bottom: 6%;
    }
    
    #concept .txt,
    #concept5 .txt {
        margin-top: 3%;
        margin-bottom: 8%;
        text-align: left;
    }
    
    #concept5 .list li .img {
        position: absolute;
        left: 10px;
        top: 0;
        width: 11%;
        text-align: center;
    }
    
    #concept5 .list li:nth-of-type(2) .img,
    #concept .list li:nth-of-type(3) .img {
        width: 12%;
    }
    
    #concept5 .list li .img img {
        width: 100%;
        height: auto;
    }
    
    #concept5 .list li .txt {
        margin-top: 4%;
    }
    
    #concept5 .list li h3 {
        padding-left: 110px;
        font-size: 2rem;
    }
    
    #concept5 .list li h3 span {
        font-size: 1.6rem;
    }
    
    #concept5 .list li .img {
        vertical-align: middle;
    }
    
    #concept5 .txt {
        line-height: auto;
        font-size: auto;
    }
    
    #concept5 .list {
        border-top: 1px solid #666666;
        padding-top: 10%;
    }
    
    #concept5 .list .txt {
        font-size: 1.5rem;
    }
    
    #concept5 .main_txt {
        font-size: 1.6rem;
        line-height: 1.8;
    }
}
@media only screen and (min-width: 769px),
print {
    #concept5 .list {
        display: table;
        margin: 0 auto;
    }
    
    #concept5 .list li {
        display: table-cell;
        text-align: center;
    }
    
    #concept5 .list li {
        padding: 0 60px;
        width: 400px;
    }
    
    #concept5 .list li:last-child {
        padding-right: 0;
    }
    
    #concept5 .list li .txt {
        line-height: 1.8;
        text-align: left;
    }
    
    #concept5 .list li h3 {
        color: #FFF;
        font-size: 1.8rem;
    }
    
    #concept5 .list li h3 span {
        display: block;
        font-size: 1.1rem;
        margin-top: 5px;
        letter-spacing: .1rem;
    }
    
    #concept5 .list li .img {
        height: 142px;
        margin-top: 15px;
        margin-bottom: 200px;
    }
    
    #concept5 .txt,
    #concept4 .txt {
        font-size: 1.8rem;
        line-height: 1.8;
    }
    
    #concept5 .txt,
    #concept .txt {
        text-align: center;
    }
    /*英語リード文*/
    
    #concept .txt-en,
    #concept5 .txt-en {
        text-align: left;
        font-size: 1.8rem;
        margin-top: 50px;
    }
}

/*ドロップダウンメニュー*/

/* #top-menu .sub-menu {
                position: relative;
                z-index: 1;
                display: none;
                width: 95%;
                border-top: none;
              }
               
              #top-menu .sub-menu li {
                display: block;
                float: none;
                padding: 0;
              }
               
              #top-menu li:hover .sub-menu {
                display: block;
              }
               
              #top-menu .sub-menu li a:before {
                color: #333;
              }
               
              #top-menu .sub-menu li a {
                font-size: 1em;
                font-weight: normal;
                margin-left: 10px;
                padding: 10px 30px 10px 10px;
                text-align: left;
                color: #fff;
                background-color: #464646;
              }
               
              #top-menu .sub-menu li a:hover {
                background-color: #2828D8;
                color: #fff;
              }
               
              @media (min-width: 768px) {
                #top-menu .sub-menu {
                  position: absolute;
                  width: 200px;
                }
              } */
#top-menu ul#menu-nav {
    height: 30px;
}
#top-menu ul li.menu-item {
    position: relative;
    /*z-indexの指定や子要素の基準とするために指定*/
    
    z-index: 1;
    /*ドロップダウンしたメニューが隠れないように*/
    
    float: left;
    /*親メニューは横1列に並べる*/
    
    padding-right: 20px;
    line-height: 0;
    padding: 10px;
}
#top-menu ul li:nth-child(6) {
    border: solid 1px #fff;
}
#top-menu .menu-lists li:nth-child(6) a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f0d7';
    font-weight: 900;
    margin-left: 5px;
}
#top-menu ul li.menu-item a {
    display: block;
    /*要素の幅いっぱいにするために指定*/
    
    height: 30px;
    line-height: 30px;
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
}

/*マウスオーバー時等にメニューの色を変更*/
#top-menu ul li.menu-item a:hover,

/*マウスオーバー時*/

/* #top-menu ul li.current-menu-item a,     現在表示されているページのメニュー */

/* #top-menu ul li.current-menu-parent a,  現在表示されているページの親のメニュー */

/* #top-menu ul li.current-post-ancestor a */
{
    color: #000;
}
#top-menu ul li.menu-item a:hover {
    background-color: #EEE;
    /*マウスオーバー時に背景色を変更*/
}
#top-menu ul li ul.sub-menu {
    display: none;
    /*サブメニューは最初は非表示にしておく*/
    
    position: absolute;
    /*絶対配置にしておかないとうまくいかない*/
    
    top: 50px;
    left: -1px;
    border-top: 1px solid #EEE;
    /*ボーダートップを指定*/
    
    width: 160px;
}
#top-menu ul li:hover ul.sub-menu {
    display: block;
    /*マウスオーバー時にサブメニューを表示する*/
}
#top-menu ul li ul.sub-menu li {
    float: none;
    /*サブメニューはフロートさせないので解除*/
    
    padding: 0;
    /*親メニューのパディングを解除*/
}
#top-menu ul li ul.sub-menu li a {
    border: 1px solid #eee;
    /*ボーダーの指定*/
    
    border-top: none;
    /*ボーダートップは重なって太くなるので解除。一番上は ul 要素に指定*/
    
    padding: 0 10px;
    background-color: #EEE;
    color: #666;
    text-align: left;
    font-size: 1.6rem;
    width: 300px;
}
#top-menu ul li ul.sub-menu li a:after {
    display: none;
}

/*サブメニューで現在表示されているページのリンクの色を変更する*/
#top-menu ul li ul.sub-menu li.current-menu-item a {
    display: block;
    background-color: #FBF3FE;
}

/*メニューの虫眼鏡アイコン位置調整*/
.search {
    line-height: inherit;
}

/*20200904 佐藤追加 過去登壇者の声　アーカイブ下線*/
.Text-Span {
    position: relative;
    z-index: 1;
}
.Text-Span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 0%;
    height: 4px;
    background: red;
    z-index: -1;
    transition: all 0.8s;
}
.Text-Span.isActive:after {
    width: 100%;
}

/*文字フェードイン*/
.wrap {
    width: 768px;
    margin: 0 auto;
}
.text {
    margin: 200px 0 0;
    text-align: center;
    opacity: 0;
    display: flex;
}
.text-move {
    opacity: 0;
    display: inline-block;
    transform: scale(1.25) translate(8px, 4px);
    font-size: 50px;
    letter-spacing: 0.02em;
}
.text-move:nth-child(1) {
    transition: opacity 1.2s ease 0.1s, transform 1.2s ease 0.2s;
}
.text-move:nth-child(2) {
    transition: opacity 1.2s ease 0.2s, transform 1.2s ease 0.25s;
}
.text-move:nth-child(3) {
    transition: opacity 1.2s ease 0.25s, transform 1.2s ease 0.3s;
}
.text-move:nth-child(4) {
    transition: opacity 1.2s ease 0.3s, transform 1.2s ease 0.35s;
}
.text-move:nth-child(5) {
    transition: opacity 1.2s ease 0.35s, transform 1.2s ease 0.4s;
}
.text-move:nth-child(6) {
    transition: opacity 1.2s ease 0.4s, transform 1.2s ease 0.45s;
}
.text-move:nth-child(7) {
    transition: opacity 1.2s ease 0.45s, transform 1.2s ease 0.5s;
}
.text-move:nth-child(8) {
    transition: opacity 1.2s ease 0.5s, transform 1.2s ease 0.55s;
}
.text-move:nth-child(9) {
    transition: opacity 1.2s ease 0.55s, transform 1.2s ease 0.6s;
}
.text-move:nth-child(10) {
    transition: opacity 1.2s ease 0.6s, transform 1.2s ease 0.65s;
}
.text-move:nth-child(11) {
    transition: opacity 1.2s ease 0.65s, transform 1.2s ease 0.7s;
}
.text-move:nth-child(12) {
    transition: opacity 1.2s ease 0.7s, transform 1.2s ease 0.75s;
}
.text.active {
    opacity: 1;
}
.text.active .text-move {
    opacity: 1;
    transform: scale(1) translate(0);
}
@media screen and (max-width:640px) {
    .wrap {
        width: 100%;
    }
    
    .text-move {
        font-size: 30px;
    }
}

/*文字フェードインここまで*/