@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,h4,h5,h6,th,td,pre,code,blockquote,form,fieldset,legend,input,textarea,figcaption,figure{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#FFF}hr{display:none}img{vertical-align:bottom}select,input,button,textarea{font-size:99%}table{font-size:inherit;font:100%;border-collapse:collapse;border-spacing:0}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}.hd{display:block;width:0;height:0;overflow:hidden}.cf:before,.cf:after{content:"";display:table}.cf:after{clear:both}.cf{*zoom:1}article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section,main{display:block}*{margin:0;padding:0;box-sizing:border-box;max-height:999999px;outline:none;}*:focus{outline: none;}button{background-color:transparent;border:none;cursor:pointer;outline:none;padding:0;}
/*-----------------------------------------------
 * 01. Template
 * 02. Header
 * 03. Contents
 * 04. Footer
-------------------------------------------------*/
/*-----------------------------------------------
 * 01. Template
-------------------------------------------------*/
body{
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    color: #000;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-feature-settings: "palt";
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.07em;
    line-height: 1.8;
    word-wrap: break-word;
}
.pc{ display: block; }
.sp{ display: none; }
a{ color: #000; }
a:hover{ text-decoration: none; }
.ah { transition: opacity .3s ease; }
.ah:hover { opacity: .6; }
#fullWrap{
    display: flex;
    flex-direction: column;
    min-width: 1200px;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}
#fullWrap:before{
    content: "";
    width: 33.3%;
    height: 100%;
    top: 0;
    left: 0;
    border-right: rgba(0,0,0,.1) 1px solid;
    position: absolute;
    z-index: -1;
}
#fullWrap:after{
    content: "";
    width: 33.3%;
    height: 100%;
    top: 0;
    right: 0;
    border-left: rgba(0,0,0,.1) 1px solid;
    position: absolute;
    z-index: -1;
}
.h1read{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    display: block;
}
@media screen and (max-width:768px){ 
    html{ 
        font-size: 62.5%;
    }
    body{
        font-size: 10px; 
        font-size: 1rem;
    }
    .sp{ display: block; }
    .pc{ display: none; }
    .ah:hover { opacity: 1; }
    #fullWrap{
        min-width: 320px;
        overflow: hidden;
    }
}
::selection{
    background: #c83c34;
    color: #fff;
}
::-moz-selection{
    background: #c83c34;
    color:#fff;
}
/* font */
.font-din{ font-family: 'DIN Condensed', sans-serif; }
/* common */
.commonIframe{
    width: 100%;
    height: 100%;
    display: block;
}
/* youtube */
.youtubeIframeWrap{
    width: 920px;
    height: 520px;
    transform: scale(1,0);
    transform-origin: center;
    transition: transform .7s cubic-bezier(0.25, 1, 0.5, 1);
}
.youtubeIframeWrap.is-active{
    transition-delay: .3s;
    transform: scale(1);
}
@media screen and (max-width:768px){
    .youtubeIframeWrap{
        width: 100%;
        height: auto;
        padding-top: 56.25%;
        position: relative;
    }
    .youtubeIframe{
        position: absolute;
        top: 0;
        left: 0;
    }
}
/*-----------------------------------------------
 * 02. Header
-------------------------------------------------*/
.header{
    width: 100%;
    min-width: 1200px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
@media screen and (max-width:768px){
    .header{
        height: 50px;
        min-width: 320px;
        position: fixed;
    }
}
/**
 * headerSns
 */
.headerLogoWrap{
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    background: #fff;
    position: relative;
    z-index: 1;
    justify-content: space-between;
}
@media screen and (max-width:768px){
    .headerLogoWrap{
        width: calc(100% - 48px);
        height: 48px;
        margin-left: 0;
        z-index: 2;
        opacity: 1;
        transition: all .3s ease-in-out;
    }
    .headerLogoWrap:after{
        content: "";
        -webkit-overflow-scrolling: touch;
        background: rgba(255,255,255,1);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        transition: all .3s ease-in-out;
    }
    .header.is-active .headerLogoWrap,
    .header.is-on .headerLogoWrap{
        opacity: 1;
        pointer-events: auto;
    }
}
/* logo */
.header__logo{
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 44px;
    letter-spacing: normal;
    z-index: 1;
}
.header__logo a{
    display: block;
    height: 100%;
    text-decoration: none;
    padding-left: 40px;
    background: url(../img/common/icon_logo.svg) no-repeat left center / 32px 32px;
}
@media screen and (max-width:768px){
    .header__logo{
        font-size: 32px;
        margin-left: 24px;
    }
    .header__logo a{
        padding-left: 32px;
        background: url(../img/common/icon_logo.svg) no-repeat left center / 24px 24px;
    }
}
/* Description */
h2.description{
    display: flex;
    align-items: center;
    height: 100%;
    width: 33%;
    margin: 0 0 0 40px;
    padding: 0;
    font-size: 12px;
    line-height: 2;
    order: -1;
}
h2.description:before{
    content: none !important;
}
@media screen and (max-width:768px){
    h2.description{
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        position: absolute;
        }
}
/* lists */
.headerSnsLists{
    display: flex;
    align-items: center;
    height: 100%;
    width: 33%;
    margin-right: 28px;
    justify-content: flex-end;
}
.headerSnsLists__item{
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 12px;
}
.headerSnsLists__item a{
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    display: block;
}
.headerSnsLists__item.icon-youtube a{
    background-image: url(../img/common/icon_youtube.svg);
    width: 24px;
    height: 18px;
    filter: invert(1);
}
.headerSnsLists__item.icon-twitter a{
    background-image: url(../img/common/icon_twitter.svg);
    width: 24px;
    height: 20px;
    filter: invert(1);
}
@media screen and (max-width:768px){
    .headerSnsLists{
        margin-right: 24px;
        position: relative;
        z-index: 1;
    }
}
/**
 * headerNav
 */
.headerNavWrap{
    height: 48px;
    background: #000;
    position: relative;
    z-index: 1;
}
.headerNav{
    height: 100%;
}
nav li.dropDown ul{
    width: 100%;
    /*絶対配置で位置を指定*/
    position: absolute;
    left: 0;
    top: 48px;
    z-index: 4;
    /*形状を指定*/
    background: rgba(0,0,0,.6);
    /*はじめは非表示*/
    visibility: hidden;
    opacity: 0;
    /*アニメーション設定*/
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    backdrop-filter: blur(8px);
}
nav li.dropDown ul li{
    height: 48px;
}
nav li.dropDown ul:before{
    content: none !important;
}
nav li.dropDown ul li:nth-child(1) :before{
    content: none;
}
nav li.dropDown:hover > ul,
nav li.dropDown ul li:hover > ul,
nav li.dropDown:active > ul,
nav li.dropDown ul li:active > ul{
    visibility: visible;
    opacity: 1;
}
.search{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}
.search label{
    color: #fff;
    text-decoration: none;
    padding-left: 40px;
    background: url(../img/common/icon_search.svg) no-repeat left center / 24px 24px;
    position: absolute;
    right: 40px;
    z-index: 1;
    cursor :pointer;
}
@media screen and (max-width:768px){
    .headerNavWrap{
        -webkit-overflow-scrolling: touch;
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        -webkit-overflow-scrolling: touch;
        width: 100%;
        height: 100%;
        margin-left: 0;
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        padding: 96px 0;
        background: none;
        transform: translateX(100%);
        transition: transform .5s cubic-bezier(0.25, 1, 0.5, 1);
    }
    .header.is-on .headerNavWrap{
        transform: translateX(0);
    }
    .header:before{
        content: "";
        background: #000;
        background-size: 300% 300%;
        opacity: .8;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
        animation: gradient 10s ease infinite;
        transform: translateX(100%);
        transition: transform .5s cubic-bezier(0.25, 1, 0.5, 1);
    }
    .header.is-on:before{
        transform: translateX(0);
    }
    .headerNav{
        height: auto;
        position: relative;
        z-index: 2;
    }
    .search{
        width: 100%;
        position: relative;
        margin: 96px 0;
        padding-left: 10.6%;
        font-size: 20px;
        display: inline-flex;
    }
    nav li.dropDown ul{
        width: calc(100% - 48px);
        height: 0;
        /*絶対配置で位置を指定*/
        position: relative;
        left: 10.6%;
        top: 24px;
        /*形状を指定*/
        background: rgba(0,0,0,0);
        /*はじめは非表示*/
        visibility: hidden;
        opacity: 0;
        /*アニメーション設定*/
        transition: all .3s;
        display: block;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        backdrop-filter: blur(0);
    }
    .headerNavLists__item.dropDown{
        height: auto;
        margin: 0 0 24px;
        overflow: visible !important;
    }
    nav li.dropDown ul li{
        height: 56px;
    }
    nav li.dropDown ul li a{
        font-size: 24px;
    }
    nav li.dropDown:hover > ul,
    nav li.dropDown ul li:hover > ul,
    nav li.dropDown:active > ul,
    nav li.dropDown ul li:active > ul{
        height: auto;
        visibility: visible;
        opacity: 1;
    }
}
/* navLists */
.headerNavLists{
    display: flex;
    height: 100%;
    justify-content: center;
}
.headerNavLists__item{
    height: 100%;
    font-weight: 700;
    z-index: 1;
}
.headerNavLists__item:nth-child(n+2) :before{
    content: "";
    background: rgba(255,255,255,.4);
    width: 1px;
    height: 16px;
    right: 40px;
    bottom: 0;
    position: relative;
}
.headerNavLists__item a{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
    height: 100%;
    padding: 0 40px;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.headerNavLists__item a.is-active,
.headerNavLists__item a:hover{
    color: #c83c34;
}
.headerNavLists__item a:after{
    content: "";
    background: #c83c34;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: center;
    transition: transform .3s ease-in-out;
}
.headerNavLists__item a:hover:after,
.headerNavLists__item a.is-active:after{
    transform: scale(1);
}
.header__shareWrap{
    display: none;
}
@media screen and (max-width:768px){
    .header__shareWrap{
        opacity: 1;
        transition: opacity .3s ease-in-out;
    }
    .header.is-on .header__shareWrap{
        transition-delay: .3s;
        opacity: 1;
    }
    .headerNavLists{
        display: block;
        margin-right: 0;
    }
    .headerNavLists__item{
        height: auto;
        margin: 0 0 24px;
        overflow: hidden;
    }
    .headerNavLists__item:last-child{
        margin: 0;
    }
    .headerNavLists__item a{
        color: #fff;
        display: flex;
        align-items: center;
        font-size: min(8.2vw, 88px);
        line-height: 1.1;
        padding-left: 10.6%;
        padding-right: 0;
        text-align: left;
        transform: translateY(100%);
        transition: transform .5s ease-in-out;
        white-space: nowrap;
    }
    .header.is-on .headerNavLists__item a{
        transition-delay: .3s;
        transform: translateY(0);
    }
    .headerNavLists__item a.is-active,
    .headerNavLists__item a:hover{
        color: #c83c34;
    }
    .headerNavLists__item a:after{
        background-color: #c83c34;
        background-image: none;
        display: block;
        height: 4px;
        margin-left: 20px;
        position: relative;
        bottom: auto;
        left: auto;
        transform-origin: right;
        transform: scale(0, 1);
    }
    .headerNavLists__item:nth-child(n+2) :before{
        content: "";
        background: rgba(255,255,255,0);
        width: 0;
        height: 0;
    }
    /**
     * share
     */
    .header__shareWrap{
        display: flex;
        align-items: center;
        margin-top: 96px;
        padding-left: 10.6%;
    }
    .header__shareWrap dt{
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
        margin-right: 14px;
        white-space: nowrap;
    }
    .header__shareWrap .shareLists{
        display: flex;
        justify-content: center;
    }
    /* list item */
    .header__shareWrap .shareLists__item{
        width: 36px;
        height: 36px;
        margin: 0 6px;
    }
    .header__shareWrap .shareLists__item a{
        background-repeat: no-repeat;
        background-position: center; 
        background-size: 24px;
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .header__shareWrap .shareLists__item a.shareLists__link--tw{
        background-image: url(../img/common/icon_twitter.svg);
    }
    .header__shareWrap .shareLists__item a.shareLists__link--fb{
        background-image: url(../img/common/icon_facebook.svg);
    }
    .header__shareWrap .shareLists__item a.shareLists__link--line{
        background-image: url(../img/common/icon_line.svg);
    }
    /**
     * Menu trigger
     */
    .header__navBtn{
        background: #c83c34;
        width: 48px;
        height: 48px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }
    .header__navBtn:before{
        content: "";
        background: #c83c34;
        background-size: 300% 300%;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        animation: gradient 10s ease infinite;
    }
    .header__navBtn a{
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
    }
    .header__navBtn a:before{
        content: "";
        background-color: #000;
        width: 100%;
        height: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0;
        transition: height .3s ease-in-out;
    }
    .header__navBtn a.is-active:before{
        transition-delay: .2s;
        height: 100%;
    }
    .header__navBtn__lineWrap{
        width: 24px;
        height: 12px;
        margin: auto;
        position: absolute;
        top: 12px;
        right: 0;
        left: 0;
        z-index: 1;
    }
    .header__navBtn--close{
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        right: 0;
        transition: all .3s ease-in-out;
    }
    .header__navBtn--close:nth-child(4){
        transform: rotate(-45deg);
        top: 5px;
    }
    .header__navBtn--close:nth-child(5){
        transform: rotate(45deg);
        bottom: 6px;
    }
    .header__navBtn--close:nth-child(4):before,
    .header__navBtn--close:nth-child(5):before{
        content: "";
        background-color: #fff;
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        transition: all .3s ease-in-out;
    }
    .header__navBtn--close:nth-child(4):before{
        right: 0;
    }
    .header__navBtn--close:nth-child(5):before{
        left: 0;
    }
    .header__navBtn a.is-active .header__navBtn--close:nth-child(4):before,
    .header__navBtn a.is-active .header__navBtn--close:nth-child(5):before{
        transition-delay: .3s;
        width: 100%;
    }
    .header__navBtn--line{
        background-color: #fff;
        display: block;
        height: 1px;
        position: absolute;
        left: 0;
        transition: all .3s ease-in-out;
    }
    .header__navBtn--line:nth-child(1){
        width: 100%;
        top: 0;
    }
    .header__navBtn--line:nth-child(2){
        width: 75%;
        top: 6px;
    }
    .header__navBtn--line:nth-child(3){
        width: 50%;
        bottom: 0;
    }
    .header__navBtn a.is-active .header__navBtn--line{
        width: 0;
    }
    .header__navBtn a.is-active .header__navBtn--line:nth-child(1){
        transition-delay: .2s;
    }
    .header__navBtn a.is-active .header__navBtn--line:nth-child(2){
        transition-delay: .1s;
    }
    .header__navBtn--text{
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
        position: absolute;
        bottom: 2px;
        left: 50%;
        transform: translateX(-50%) scale(.8);
        z-index: 1;
        transition: all .3s ease-in-out;
    }
    .header__navBtn--text:before{
        content: "MENU";
    }
    .header__navBtn a.is-active .header__navBtn--text:before{
        content: "CLOSE";
        color: #fff;
    }
}
/* keyframes */
@keyframes gradient{
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 51%;
    }
    100% {
        background-position: 0% 50%;
    }
}
/*-----------------------------------------------
 * 03. Contents
-------------------------------------------------*/
h2{
    width: 100%;
    margin-bottom: 34px;
    padding: 0 80px 0 56px;
    font-size: 44px;
    line-height: 1;
    display: flex;
    align-items: center;
}
h2 .secTitle{
    padding: 0 24px 0 72px;
    background: url(../img/common/icon_logo.svg) #fff no-repeat left 24px center / 32px 32px;
    position: relative;
    z-index: 1;
}
h2 .secTitleJp{
    height: 32px;
    font-size: 16px;
    padding: 8px 16px;
    background: #000;
    color: #fff;
    margin-left: auto;
    z-index: 1;
}
h2 .secTitleJp:before{
    content: "";
    border-style: solid;
    border-width: 8px 8px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    margin: -8px 0 0 -16px;
}
h2 .secTitleJp:after{
    content: "";
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    margin: 16px 0 0 8px;
}
h2:before{
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,1);
    position: absolute;
    left: 0;
    z-index: 0;
}
/* article list */
h2.mainTitle{
    width: 100%;
    height: 104px;
    margin: 0;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    background: #000;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}
h2.mainTitle:before{
    content: "";
    width: 33.3%;
    height: 104px;
    top: 0;
    left: 0;
    border-right: rgba(255,255,255,.1) 1px solid;
    position: absolute;
    z-index: -1;
}
h2.mainTitle:after{
    content: "";
    width: 33.3%;
    height: 104px;
    top: 0;
    right: 0;
    border-left: rgba(255,255,255,.1) 1px solid;
    position: absolute;
    z-index: -1;
}
h2.articleTitle{
    margin: 28px 0;
    padding: 0;
    font-size: 24px;
    line-height: 2;
    font-weight: 700;
}
h2.articleTitle:before{
    content: none;
}
@media screen and (max-width:768px){
    h2{
        margin-bottom: 24px;
        padding: 0 24px 0 12px;
        font-size: 32px;
    }
    h2 .secTitle{
        height: 24px;
        padding: 0 12px 0 48px;
        background: url(../img/common/icon_logo.svg) #fff no-repeat left 12px center / 24px 24px;
    }
    h2 .secTitleJp{
        height: 24px;
        font-size: 14px;
        padding: 6px 12px 0;
    }
    h2 .secTitleJp:before{
        border-width: 8px 8px 0 0;
        border-color: #fff transparent transparent transparent;
        margin: -7px 0 0 -13px;
    }
    h2 .secTitleJp:after{
        border-width: 0 0 8px 8px;
        margin: 11px 0 0 5px;
    }
    h2.mainTitle{
        height: 120px;
        text-align: center;
        line-height: 1.6em;
    }
    h2.mainTitle:before{
        height: 120px;
    }
    h2.mainTitle:after{
        height: 120px;
    }
}
.siteMap{
    width: 100%;
    height: 48px;
    margin-top: 128px;
    padding: 0 40px;
    display: flex;
    align-items: center;
}
.siteMap li{
    height: 100%;
    margin: 0 24px 0 0;
    padding-left: 32px;
    font-size: 12px;
    display: flex;
    align-items: center;
    background: url(../img/common/icon_logo.svg) no-repeat left center / 8px 8px;
}
.siteMap li:first-child{
    padding-left: 0;
    background: none;
}
.siteMap li a{
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 12px;
    text-decoration: none;
}
.siteMap li:first-child a{
    padding-left: 40px;
    background: url(../img/common/icon_top.svg) no-repeat left center / 24px 24px;
}
@media screen and (max-width:768px){
    .siteMap{
        height: 100%;
        margin-top: 48px;
        padding: 12px 24px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .siteMap li{
        margin: 12px 0 0 0;
        padding-left: 24px;
        flex-grow: 1;
        box-sizing: border-box;
    }
    .siteMap li:nth-child(-n+2){
        margin: 0;
    }
    .siteMap li:nth-child(1){
        width: 76px;
    }
    .siteMap li:nth-child(1) a{
        padding-left: 36px;
        background: url(../img/common/icon_top.svg) no-repeat left center / 20px 20px;
    }
    .siteMap li:nth-child(2){
        width: calc(100% - 76px);
    }
}
.secCommon{
    margin-top: 80px;
}
.wp-pagenavi{
    width: 100%;
    height: 48px;
    margin-top: 80px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'DIN Condensed', sans-serif;
}
.wp-pagenavi a, .wp-pagenavi span{
    border: none !important;
    min-width: 48px !important;
    height: 48px !important;
    margin: 0 12px !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-pagenavi span{
    min-width: 48px;
    height: 48px;
    margin: 0 12px;
}
.wp-pagenavi a{
    padding: 0 16px !important;
    text-decoration: none;
    color: #fff;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.wp-pagenavi a:hover{
    background: #c83c34;
}
.wp-pagenavi span.current{
    color: #fff;
    background: #c83c34;
}
.wp-pagenavi .skipRight{
    margin-left: 52px;
}
.wp-pagenavi .skipLeft{
    margin-right: 52px;
}
.wp-pagenavi .arrowRight{
    width: 32px;
    height: 32px;
    margin-left: 28px;
}
.wp-pagenavi a.nextpostslink{
    width: 48px;
    background: url(../img/common/icon_logo.svg) no-repeat left center / 32px 32px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 0 0 28px !important;
}
.wp-pagenavi .arrowLeft{
    width: 32px;
    height: 32px;
    margin-right: 28px;
}
.wp-pagenavi a.previouspostslink{
    width: 48px;
    background: url(../img/common/icon_logo.svg) no-repeat left center / 32px 32px;
    transform: rotate(-180deg);
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 28px 0 0 !important;
}
.wp-pagenavi a.nextpostslink:hover{
    transform: translateX(8px);
    opacity: 0.6;
}
.wp-pagenavi a.previouspostslink:hover{
    transform: rotate(-180deg) translateX(8px);
    opacity: 0.6;    
}
@media screen and (max-width:768px){
    .secCommon{
        margin-top: 24px;
    }
    .wp-pagenavi{
        width: 100%;
        height: auto;
        margin: 48px 0 64px;
        font-size: 12px;
        position: relative;
    }
    .wp-pagenavi span{
        min-width: 32px;
        height: 32px;
        margin: 0 12px;
    }
    .wp-pagenavi span a{
        padding: 0 12px;
    }
    .wp-pagenavi span.arrowLeft{
        position: absolute;
        margin: 64px 0 0 24px;
        top: 0;
        left: 0;
    }
    .wp-pagenavi span.arrowRight{
        position: absolute;
        margin: 64px 24px 0 0;
        top: 0;
        right: 0;
    }
    .wp-pagenavi span.skipLeft{
        position: absolute;
        margin: 64px 0 0 104px;
        top: 0;
        left: 0;
    }
    .wp-pagenavi span.skipRight{
        position: absolute;
        margin: 64px 104px 0 0;
        top: 0;
        right: 0;
    }
}





.pager{
    width: 100%;
    height: 48px;
    margin-top: 80px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pager li{
    min-width: 48px;
    height: 48px;
    margin: 0 12px;
}
.pager li a{
    width: 100%;
    height: 100%;
    padding: 0 16px;
    text-decoration: none;
    color: #fff;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.pager li a:hover{
    background: #c83c34;
}
.pager li.current a{
    background: #c83c34;
}
.pager li.skipRight{
    margin-left: 52px;
}
.pager li.skipLeft{
    margin-right: 52px;
}
.pager li.arrowRight{
    width: 32px;
    height: 32px;
    margin-left: 28px;
}
.pager li.arrowRight a{
    background: url(../img/common/icon_logo.svg) no-repeat left center / 32px 32px;
}
.pager li.arrowLeft{
    width: 32px;
    height: 32px;
    margin-right: 28px;
}
.pager li.arrowLeft a{
    background: url(../img/common/icon_logo.svg) no-repeat left center / 32px 32px;
    transform: rotate(-180deg);
}
@media screen and (max-width:768px){
    .secCommon{
        margin-top: 24px;
    }
    .pager{
        width: 100%;
        height: auto;
        margin: 48px 0 64px;
        font-size: 12px;
        position: relative;
    }
    .pager li{
        min-width: 32px;
        height: 32px;
        margin: 0 12px;
    }
    .pager li a{
        padding: 0 12px;
    }
    .pager li.arrowLeft{
        position: absolute;
        margin: 64px 0 0 24px;
        top: 0;
        left: 0;
    }
    .pager li.arrowRight{
        position: absolute;
        margin: 64px 24px 0 0;
        top: 0;
        right: 0;
    }
    .pager li.skipLeft{
        position: absolute;
        margin: 64px 0 0 104px;
        top: 0;
        left: 0;
    }
    .pager li.skipRight{
        position: absolute;
        margin: 64px 104px 0 0;
        top: 0;
        right: 0;
    }
}
/* article */
.articleSide h2{
    width: 100%;
    margin-bottom: 34px;
    padding: 0;
    font-size: 44px;
    line-height: 1;
    display: flex;
    align-items: center;
}
.articleSide h2 .secTitle{
    padding: 0 24px 0 48px;
    background: url(../img/common/icon_logo.svg) #fff no-repeat left center / 32px 32px;
}
.articleSide h2:before{
    content: "";
    width: calc(33.3% - 80px);
    height: 1px;
    background: rgba(0,0,0,1);
    position: absolute;
    left: auto;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsArticle{
    width: 100%;
    display: flex;
}
.articleMain{
    width: calc(66.7% - 80px);
    padding: 0 40px 84px;
    font-size: 16px;
    line-height: 2;
    position: relative;
}
.articleMain:before{
    content: "";
    width: calc(100% - 80px);
    background: #000;
    height: 4px;
    position: absolute;
}
.articleMain:after{
    content: "";
    margin-top: 80px;
    width: calc(100% - 80px);
    background: #000;
    height: 4px;
    position: absolute;
}
.articleMain h3{
    margin: -2px 0 32px;
    padding-bottom: 6px;
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
    position: relative;
    display: flex;
}
.articleMain h3:before{
    content: "";
    height: 24px;
    margin-top: 8px;
    padding: 0 40px 0 0;
    background: url(../img/common/icon_logo.svg) #fff no-repeat left / 24px 24px;
}
.articleMain h3:after{
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    display: block;
    position: absolute;
    bottom: 0;
}
.articleMain h4{
    color: #fff;
    background: #000;
    margin: 8px 0 16px;
    padding: 0 8px;
    font-weight: 700;
    line-height: 2;
    display: inline-block;
}
.articleMain a{
    color: rgba(200,60,52,1);
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.articleMain a:hover{
    color: rgba(200,60,52,.6);
}
.articleSide{
    width: 33.3%;
    padding: 0 40px;
    margin-top: -6px;
}
.articleShare{
    width: 40px;
    margin-left: 40px;
    position: relative;
}
.articleShare dl{
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.articleShare dt{
    transform: rotate(90deg);
    height: 40px;
    width: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.articleShare dd{
    display: block;
    margin-block-start: 16px;
}
.articleShare ul{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.articleShare li{
    width: 40px;
    height: 40px;
    margin-top: 8px;
}
.articleShare li:first-child{
    margin-top: 0;
}
.articleShare li a{
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 24px;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.articleShare li a.shareLists__link--tw{
    background-image: url(../img/common/icon_twitter.svg);
    filter: invert(1);
}
.articleShare li a.shareLists__link--fb{
    background-image: url(../img/common/icon_facebook.svg);
    filter: invert(1);
}
.articleShare li a.shareLists__link--line{
    background-image: url(../img/common/icon_line.svg);
    filter: invert(1);
}
.articleYoutube{
    width: 100%;
    margin-bottom: 32px;
    padding-top: 56.25%;
    position: relative;
}
.articleYoutube iframe{
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
}
.articleMain p{
    margin-bottom: 32px;
}
blockquote{
    margin-bottom: 32px;
    padding: 48px 40px 32px;
    background: rgba(0,0,0,.1);
    position: relative;
}
blockquote p{
    margin-bottom: 0 !important;
}
blockquote:before{
    content: "";
    width: 24px;
    height: 16px;
    background: url(../img/common/icon_qu.svg)  no-repeat left / 24px 16px;
    display: block;
    position: absolute;
    top: 24px;
    left: 24px;
}
blockquote a{
    font-size: 12px;
    color: #c83c34;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
blockquote a:hover{
    opacity: .6;
}
.articleMain ul{
    padding: 32px 40px;
    background: rgba(0,0,0,.1);
}
.articleMain li{
    margin-top: 8px;
}
.articleMain li:first-child{
    margin-top: 0;
}
.articleMain li a{
    padding-right: 32px;
    color: #c83c34;
    text-decoration: none;
    display: inline-block;
    align-items: center;
    position: relative;
    transition: all .3s ease-in-out;
}
.articleMain li a:after{
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/common/icon_blank.svg) no-repeat left / 16px 16px;
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
}
.articleMain li a:hover{
    opacity: .6;
}
.ListLinks {
    margin: 80px 0 0;
    font-size: 16px;
}
.ListLinks a{
    width: 100%;
    height: 64px;
    text-decoration: none;
    color: #fff;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
}
.ListLinks a:hover{
    color: #fff;
    background: #c83c34;
}
.ListLinks a span{
    height: 24px;
    width: 24px;
    background: url(../img/common/icon_logo.svg) no-repeat right center / 24px 24px;
    filter: invert(1);
    margin-right: 16px;
    transform: rotate(180deg);
    transition: all .3s ease-in-out;
}
.sideNews {
    width: 100%;
    font-size: 16px;
    line-height: 2;
}
.sideNews__item {
    width: 100%;
    margin-top: 16px;
    position: relative;
}
.sideNews__item a{
    width: 100%;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    transition: all .6s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
}
.sideNews__item a:hover{
    color: #c83c34;
}
.sideNews__item a:hover .sideNews__lists__thumb{
    transform: scale(1.1);
}
.sideNews__item:after{
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.4);
    display: block;
    margin-top: 15px;
}
.sideNews__txt{
    width: 66.7%;
    padding-left: 24px;
    order: 1;
}
.sideNews__title{
    margin: -8px 0;
}
.sideNews__item .js-movieThumb{
    width: 33.3%;
}
.sideNews__item .js-movieThumb .sideNews__lists__thumb{
    width: 100%;
    height: auto;
    padding-top: 56.25%;
    position: relative;
}


.sideNews__lists__thumb{
    width: 33.3%;
    height: 18.75%;
    padding-top: 18.75%;
    position: relative;
}


a .sideNews__lists__thumb{
    transition: all .6s cubic-bezier(0.25, 1, 0.5, 1);
}
.sideNews__item.rank:before{
    transform: scale(.3);
    margin-top: -28px;
    margin-left: -28px;
}
.mainLists__txt{
    width: 66.7%
}
.sidePickup{
    margin-top: 74px;
}
@media screen and (max-width:768px){
    .newsArticle{
        flex-direction: column;
    }
    .articleMain{
        width: 100%;
        padding: 0 24px 52px;
        order: -1;
    }
    .articleMain:before{
        width: calc(100% - 48px);
    }
    .articleMain:after{
        margin-top: 48px;
        width: calc(100% - 48px);
    }
    h2.articleTitle{
        margin: 36px 0;
    }
    .articleYoutube{
        margin-bottom: 40px;
    }
    .articleMain h3{
        margin: -2px 0 40px;
        padding-bottom: 10px;
    }
    .wp-block-quote{
        margin-bottom: 40px;
        padding: 48px 24px 24px;
    }
    .wp-block-quote p{
        margin-bottom: 16px !important;
    }
    .articleMain p{
        margin-bottom: 40px;
    }
    .articleMain ul{
        padding: 24px;
    }
    .ListLinks {
        margin: 48px 0 0;
    }
    .articleSide{
        width: 100%;
        padding: 0 24px;
    }
    .articleSide h2{
        margin-bottom: 24px;
        padding: 0;
        font-size: 32px;
    }
    .articleSide h2:before{
        content: "";
        width: 100%;
        height: 1px;
        background: rgba(0,0,0,1);
        position: absolute;
        left: 0;
        z-index: 0;
    }
    .articleSide h2 .secTitle{
        padding: 0 12px 0 48px;
        margin-left: -12px;
        background: url(../img/common/icon_logo.svg) #fff no-repeat left 12px center / 24px 24px;
    }
    .sideNews__item:after{
        margin-top: 23px;
    }
    .sidePickup{
        margin-top: 48px;
    }
    .articleShare{
        width: 100%;
        margin: 48px 0 96px;
    }
    .articleShare dl{
        flex-direction: inherit;
    }
    .articleShare dt{
        transform: rotate(0);
    }
    .articleShare dd{
        margin-block-start: 0;
    }
    .articleShare ul{
        flex-direction: inherit;
    }
    .articleShare li{
        width: 48px;
        height: 48px;
        margin: 0 0 0 8px;
    }
}
/*-----------------------------------------------
 * 04. Footer
-------------------------------------------------*/
.footer{
    width: 100%;
    margin-top: 160px;
    padding-bottom: 80px;
    color: #fff;
    background: #000;
}
@media screen and (max-width:768px){
    .footer{
        margin-top: 96px;
        padding-bottom: 0;
    }
}
/**
 * pageTop
 */
.pageTop{
    width: 100%;
}
.pageTop a{
    width: 100%;
    height: 64px;
    font-size: 16px;
    color: #fff;
    background: #888;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
}
.pageTop a span{
    height: 24px;
    width: 24px;
    background: url(../img/common/icon_logo.svg) no-repeat left center / 24px 24px;
    transform: rotate(-90deg);
    filter: invert(1);
    margin-right: 16px;
}
.pageTop a:hover{
    background: #c83c34;
}
/**
 * footer__inWrap
 */
.footer__inWrap{
    align-items: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.footer__in{
    margin-top: 80px;
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
@media screen and (max-width:768px){
    .footer__inWrap{
        display: block;
        padding: 48px 24px;
    }
    .footer__in{
        margin-top: 0;
        width: 100%;
        height: auto;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
}
/**
 * share
 */
.footer__shareWrap{
    height: 24px;
    margin-left: 40px;
    left: 0;
    display: flex;
    align-items: center;
}
.footer__shareWrap dt{
    margin-right: 12px;
    color: #fff;
    font-size: 16px;
}
.footer__shareWrap .shareLists{
    display: flex;
}
@media screen and (max-width:768px){
    .footer__shareWrap{
        height: 24px;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }
    .footer__shareWrap dt{
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.footer__bottomText{
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin-top: 40px;
}
/**
 * nav
 */
.footer__navWrap{
    height: 24px;
    display: flex;
    align-items: center;
    margin: 0 40px 0 auto;
}
.footer__navWrap li{
    height: 24px;
    margin: 0 24px;
}
.footer__navWrap li:after{
    content: "";
    background: rgba(255,255,255,.4);
    width: 1px;
    height: 100%;
    position: absolute;
    margin-left: 24px;
}
.footer__navWrap li:last-child:after{
    content: "";
    display: none;
}
.footer__navWrap li:last-child{
    margin: 0 0  0 24px;
}
.footer__navWrap a{
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
/* list item */
.footer__shareWrap .shareLists__item{
    width: 40px;
    height: 40px;
    margin: 0 4px;
}
.footer__shareWrap .shareLists__item a{
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 24px;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.footer__shareWrap .shareLists__item a.shareLists__link--tw{
    background-image: url(../img/common/icon_twitter.svg);
}
.footer__shareWrap .shareLists__item a.shareLists__link--fb{
    background-image: url(../img/common/icon_facebook.svg);
}
.footer__shareWrap .shareLists__item a.shareLists__link--line{
    background-image: url(../img/common/icon_line.svg);
}
@media screen and (max-width:768px){
    .footer__shareWrap .shareLists__item{
        width: 36px;
        height: 36px;
        margin: 0 6px;
    }
    .footer__navWrap{
        margin: 48px auto 0;
    }
    .footer__bottomText{
        line-height: 2;
        margin-top: 48px;
    }
    .footer__navWrap li:after{
        height: 24px;
    }
}
/* copyright */
.footer__copyRight{
    color: #888;
    font-size: 12px;
    line-height: 16px;
    margin-top: 40px;
    display: block;
    text-align: center;
}
@media screen and (max-width:768px){
    .footer__copyRight{
        display: block;
        font-size: 10px;
        font-size: 1rem;
        margin-top: 48px;
        position: relative;
        left: auto;
        bottom: auto;
        text-align: center;
    }
}



/* sarch */
#label1 {
    display: none;
}
.search .sForm {
    width: 100%;
    height: 96px;
    /*絶対配置で位置を指定*/
    position: absolute;
    left: 0;
    top: 48px;
    z-index: 4;
    /*形状を指定*/
    background: rgba(0,0,0,.6);
    /*はじめは非表示*/
    visibility: hidden;
    opacity: 0;
    /*アニメーション設定*/
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    backdrop-filter: blur(8px);
}
.search input:checked ~ .sForm {
	visibility: visible;
    opacity: 1;
}

.button {
    background-color: var(--searchInputButtonBackgroundColor);
    color: var(--searchInputButtonColor);
    font-weight: var(--searchInputButtonFontWeight);
    padding: var(--searchInputButtonPaddingVertical)
    var(--searchInputButtonPaddingHorizontal);
    box-sizing: border-box;
    transition: all .3s ease-in-out;
}

.button:focus,
.button:hover {
    background-color: var(--searchInputButtonHoverBackgroundColor);
    color: var(--searchInputButtonHoverColor);
    border: #9b2e28;
    box-sizing: border-box;
}

/* form */
::placeholder {
    color: #888;
}
input {
    appearance: none;
    border: none;
    font: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
}
input[type="search"] {
    appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    appearance: none;
}
input[type="submit"] {
    cursor: pointer;
}
.form__field {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    justify-content: center;
}
.form__input {
    flex-grow: 1;
}

/* modules */
:root {
    --searchFontSize: 16px;
    --searchPadding: 0;

    --searchInputSearchBackgroundColor: #fff;
    --searchInputSearchColor: #42454e;
    --searchInputSearchPaddingHorizontal: 24px;
    --searchInputSearchPaddingVertical: 10px;

    --searchInputButtonBackgroundColor: #c83c34;
    --searchInputButtonColor: #fff;
    --searchInputButtonPaddingHorizontal: 20px;
    --searchInputButtonPaddingVertical: 0;
    --searchInputButtonHoverBackgroundColor: #8e2a24;
    --searchInputButtonHoverColor: #fff;
}
.searchArea {
    background-color: var(--searchBackgroundColor);
    font-size: var(--searchFontSize);
    padding: var(--searchPadding);
    width: 50%;
}
.searchArea input[type="search"] {
    background-color: var(--searchInputSearchBackgroundColor);
    color: var(--searchInputSearchColor);
    padding: var(--searchInputSearchPaddingVertical)
    var(--searchInputSearchPaddingHorizontal);
}
.js-navitemchannel{
    cursor: default;
}
.load{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
}
.articleLists{
    padding: 32px 40px;
    background: rgba(0,0,0,.1);
    margin-bottom: 32px;
}
.articleLists p{
    margin-bottom: 0;
}
.articleLists li{
    list-style: disc inside;
}
@media screen and (max-width:768px){
    .search .sForm {
        visibility: visible;
        opacity: 1;
    }
    .searchArea {
        width: 90%;
    }
    .search .sForm {
        top: 24px;
        background: rgba(0,0,0,0);
        backdrop-filter: blur(0);
    }
    .articleLists{
        padding: 24px;
        margin-bottom: 40px;
    }
}