@charset "utf-8";

.sp-only {
    display: none;
}

body.page_hukkousien {
    background: url("../images/bk.jpg");
}

body.page_hukkousien footer {
    background: #fff;
}

body.page_hukkousien img {
    max-width: 100%;
    height: auto;
}

#hukkousien-wrap {
    max-width: 1000px;
    margin: auto;
    background: #fff;
    color: #000;
    box-sizing: border-box;
    font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

#splash {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #f5f5f5;
    z-index: 1000;
}

#splash .loader, #splash .loader:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
}

#splash .loader {
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-indent: -9999em;
    border-top: .6em solid #f2830b;
    border-right: .6em solid #f2830b;
    border-bottom: .6em solid #f2830b;
    border-left: .6em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.block_top-temp {
    background: #fbfbfb;
}

.block_top-temp .area_info {
    background: #000;
    overflow: hidden;
}

.block_top-temp .area_info .time {
    float: left;
    color: #fff;
    margin: 10px 0 10px 25px;
}

.block_top-temp .area_info .btn_backnumber {
    float: right;
    display: inline-block;
    background: #fff;
    margin: 6px 25px 6px 0;
    border-radius: 20px;
    transition: all .3s;
}

.block_top-temp .area_info .btn_backnumber:hover {
    opacity: .8;
}

.block_top-temp .area_info .btn_backnumber a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 30px 5px 15px;
    background: url("../images/arrow.png") no-repeat right 10px center;
    color: #000;
    font-weight: bold;
}

.block_top-temp .area_title {
    padding: 45px 0;
}

.under_base .block_top-temp .area_title {
    padding: 45px 0 18%;
    background: url("../images/main-bg.jpg") no-repeat center bottom;
    background-size: contain;
}

.block_top-temp .top-temp-title {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

.under_base .block_top-temp .top-temp-title {
    width: 37%;
}

@media all and (max-width:767px) {
    .sp-only {
        display: block;
    }

    .pc-only {
        display: none;
    }

    body.page_hukkousien footer {
        padding: 30px 0 0 0;
    }

    #hukkousien-wrap {
        width: 94%;
    }

    .block_top-temp {
        background: #fbfbfb;
    }

    .block_top-temp .area_title {
        padding: 8% 0;
    }

    .under_base .block_top-temp .area_title {
        padding: 8% 0 22%;
    }

    .block_top-temp .top-temp-title {
        width: 98%;
        margin: 0 auto;
    }

    .under_base .block_top-temp .top-temp-title {
        width: 85%;
    }
}

/*------------------------*/
#hukkousien-nav {
    background: #000;
}

.list_hukkousien-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.7;
    transition: all .3s;
    box-sizing: border-box;
    border: inset 3px #000;
}

.list_hukkousien-nav a:not(.none):hover, .under_bangumi .list_hukkousien-nav>li:nth-child(2)>a, .under_event .list_hukkousien-nav>li:nth-child(3)>a, .under_24tv .list_hukkousien-nav>li:nth-child(4)>a, .under_24h_tv .list_hukkousien-nav>li:nth-child(5)>a, .under_omamori .list_hukkousien-nav>li:nth-child(6)>a, .under_omamori_video .list_hukkousien-nav>li:nth-child(7)>a {
    background-color: #f2830a;
    border: inset 3px #f89817;
}

.list_hukkousien-nav::after {
    content: '';
    display: block;
    clear: both;
}

.list_hukkousien-nav>li {
    float: left;
    width: 14.2857%;
    text-align: center;
    position: relative;
}

.list_hukkousien-nav>li+li::before {
    content: '';
    width: 1px;
    height: 28px;
    background: #486467;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.list_hukkousien-nav>li>a {
    width: 100%;
    height: 80px;
    display: table;
}

.list_hukkousien-nav>li>a .vertical {
    display: table-cell;
    vertical-align: middle;
}

.list_sub-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #000;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    z-index: 10;
}

.list_sub-nav li {
    border-top: solid 1px #434343;
}

.list_sub-nav a {
    padding: 6px 0;
}

.list_hukkousien-nav>li:hover .list_sub-nav {
    visibility: visible;
    opacity: 1;
}

@media all and (min-width:768px) and (max-width:1000px) {
    .list_hukkousien-nav a {
        font-size: 1.5vw;
    }
}

@media all and (max-width:767px) {
    #hukkousien-nav {
        background: none;
        width: 110%;
        left: -5%;
        position: relative;
    }

    #hukkousien-nav .btn_sp-nav {
        background: #000;
        text-align: center;
    }

    #hukkousien-nav .btn_sp-nav img {
        vertical-align: top;
        width: 20px;
        padding: 15px 0;
        transition: all .3s linear;
    }

    #hukkousien-nav.nav__open .btn_sp-nav img {
        transform: rotateZ(90deg);
    }

    .list_hukkousien-nav {
        position: absolute;
        left: 0;
        top: 40px;
        width: 100%;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        transition: all .5s;
    }

    .nav__open .list_hukkousien-nav {
        top: 50px;
        opacity: 1;
        visibility: visible;
    }

    .list_hukkousien-nav a {
        transition: all .3s;
        border: none;
    }

    .list_hukkousien-nav a:hover, .under_bangumi .list_hukkousien-nav>li:nth-child(2)>a, .under_event .list_hukkousien-nav>li:nth-child(3)>a, .under_24tv .list_hukkousien-nav>li:nth-child(4)>a, .under_24h_tv .list_hukkousien-nav>li:nth-child(5)>a, .under_omamori .list_hukkousien-nav>li:nth-child(6)>a, .under_omamori_video .list_hukkousien-nav>li:nth-child(7)>a {
        border: none !important;
    }

    .list_hukkousien-nav>li {
        float: none;
        width: 100%;
        text-align: left;
        background: #313131;
    }

    .list_hukkousien-nav>li+li {
        border-top: solid 1px #a0a0a0;
    }

    .list_hukkousien-nav>li+li::before {
        display: none;
    }

    .list_hukkousien-nav>li>a {
        height: auto;
        display: block;
        padding: 10px 0 10px 10%;
        background: url("../images/arrow-right.png") no-repeat right 10% center;
        background-size: 10px 16px;
    }

    .list_hukkousien-nav>li>a.none {
        background: url("../images/arrow-bottom.png") no-repeat right 10% center;
        background-size: 16px 10px;
    }

    .list_hukkousien-nav>li>a .vertical {
        display: block;
    }

    .list_sub-nav {
        position: relative;
        display: none;
        box-sizing: border-box;
        visibility: visible;
        opacity: 1;
    }

    .list_sub-nav li {
        border-top: solid 1px #434343;
    }

    .list_sub-nav a {
        padding: 10px 10px 10px 14%;
        font-size: 100%;
    }

    .list_sub-nav.sub__open {
        display: block;
    }
}

/*--------------*/
#hukkousien-wrap main {
    margin: 0 0 100px 0;
    overflow: hidden;
}

#hukkousien-wrap .contents-box {
    padding: 40px;
}

#hukkousien-wrap .contents-box.scroll-limit {
    max-height: 90vh;
    overflow-y: scroll;
}

#hukkousien-wrap .text-box {
    margin: 0 35px;
}

#hukkousien-wrap .title_obi {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    background: #439526;
    background: -moz-linear-gradient(top, #439526 0%, #357c26 100%);
    background: -webkit-linear-gradient(top, #439526 0%, #357c26 100%);
    background: linear-gradient(to bottom, #439526 0%, #357c26 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#439526', endColorstr='#357c26', GradientType=0);
    padding: 2px 0 2px 40px;
    position: relative;
    margin: 0 0 35px 0;
    border-radius: 4px;
    box-shadow: 0 0 2px 1px #9d9d9d;
}

#hukkousien-wrap .title_obi::before {
    content: '';
    width: 2px;
    height: 100%;
    background: #fff;
    top: 0;
    left: 10px;
    position: absolute;
}

#hukkousien-wrap .title_border {
    font-size: 16px;
    border: solid 1px #000;
    border-left: solid 3px #000;
    padding: 3px 30px;
    margin: 0 0 25px 0;
}

#hukkousien-wrap .title_day {
    font-size: 14px;
    font-weight: bold;
    border-bottom: dashed 1px #000;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
}

#hukkousien-wrap .text-base {
    color: #000000;
    font-size: 14px;
    line-height: 1.7;
    text-indent: 1em;
}

#hukkousien-wrap .text-base+.text-base {
    margin: 25px 0 0 0;
}

#hukkousien-wrap .text-right {
    text-align: right;
    font-size: 14px;
    margin: 30px 0 0;
}

@media all and (max-width:767px) {
    #hukkousien-wrap main {
        margin: 0 0 40px 0;
    }

    #hukkousien-wrap .contents-box {
        padding: 6% 3%;
    }

    #hukkousien-wrap .text-box {
        margin: 0;
    }

    #hukkousien-wrap .title_obi {
        font-size: 16px;
        font-weight: bold;
        padding: 6px 6px 6px 20px;
        margin: 0 0 20px 0;
    }

    #hukkousien-wrap .title_obi::before {
        width: 1px;
        left: 5px;
    }

    #hukkousien-wrap .title_border {
        font-size: 14px;
        border-left: solid 2px #000;
        padding: 3px 10px;
        margin: 0 0 20px 0;
    }

    #hukkousien-wrap .title_day {
        border-bottom: dashed 1px #000;
        padding: 0 0 6px 0;
        margin: 0 0 12px 0;
    }

    #hukkousien-wrap .text-base+.text-base {
        margin: 20px 0 0 0;
    }
}

/* == underpage ============================================== */

.bangumi-set+.bangumi-set {
    margin: 80px 0 0 0;
}

.bangumi-set .text {
    font-size: 14px;
    line-height: 2;
}

.bangumi-set .text_day {
    font-weight: bold;
    font-size: 14px;
    margin: 20px 0 0 0;
}

.bangumi-set .video-box {
    width: 80%;
    margin: 0 auto 30px;
}

.title_area {
    margin: 30px auto;
    text-align: center;
    float: left;
    width: 66.5%;
}

.title_area img {
    width: 280px;
}

@media all and (max-width:937px) {
    .title_area img {
        width: 49.5%;
    }
}

.list_2column {
    width: 66%;
    overflow: hidden;
    margin: 30px auto 0;
    text-align: center;
}

.list_2column li {
    float: left;
    width: 49.5%;
    margin: 0 0 1% 1%;
}

.list_2column li:nth-child(2n + 1) {
    clear: both;
    margin: 0 0 1% 0;
}

.list_3column {
    width: 99%;
    overflow: hidden;
    margin: 30px auto 0;
    text-align: center;
}

.list_3column li {
    float: left;
    width: 33%;
    margin: 0 0 1% .5%;
}

.list_3column li:nth-child(3n + 1) {
    clear: both;
    margin: 0 0 1% 0;
}

.list_2column+.list_3column, .list_3column+.list_2column {
    margin: 0px auto;
}

.list_small-column {
    text-align: center;
    margin: 25px auto 0;
}

.list_small-column+.list_small-column {
    margin: auto;
}

.list_small-column li {
    display: inline-block;
    margin: 5px 3px;
}

@media all and (max-width:767px) {
    .bangumi-set+.bangumi-set {
        margin: 40px 0 0 0;
    }

    .list_2column, .list_3column {
        width: 100%;
        margin: 20px auto 0;
    }

    .title_area{
        width: 100%;
        margin: 20px auto;
    }

    .title_area img{
        width: 280px;
    }
    .bangumi-set .video-box {
        width: 100%;
        margin: 0 auto 20px;
    }
}

@media all and (max-width:767px) and (min-width:501px) {
    .list_small-column {
        overflow: hidden;
    }

    .list_small-column li {
        width: 41%;
        margin: 0.6%;
    }

    .list_small-column li.long {
        width: 64%;
    }
}

@media all and (max-width:950px) and (min-width:501px) {
    .list_small-column.column4 {
        overflow: hidden;
    }

    .list_small-column.column4 li {
        float: left;
        width: 24%;
        margin: .5%;
    }
}

@media all and (max-width:500px) {
    .list_2column li {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .title_area {
        margin: 20px auto;        
    }

    .list_2column li:nth-child(2n + 1) {
        margin: 0 0 10px 0;
    }

    .list_3column li {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .list_3column li:nth-child(3n + 1) {
        margin: 0 0 10px 0;
    }

    .list_small-column {
        margin: 20px auto 0;
        overflow: hidden;
        display: inline;
    }

    .list_small-column li {
        width: 47%;
        margin: 1.5% 1%;
    }

    .list_small-column li.long {
        width: 53%;
    }

    .list_small-column li.short {
        width: 41%;
    }
}

/* 2023/04/13追記 */
@media all and (max-width:767px) and (min-width:501px) {
    .list_small-column.year {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }
}

@media all and (max-width:500px) {
    .list_small-column.year {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
}

/*------*/
.bangumi-set .btn_link {
    margin: 50px auto 0;
    width: 240px;
    transition: all .3s;
}

.bangumi-set .btn_link.margin {
    margin: 50px auto;
}

.bangumi-set .btn_link:hover {
    opacity: .7;
}

@media all and (max-width:767px) {
    .bangumi-set .btn_link {
        margin: 30px auto 0;
    }

    .bangumi-set .btn_link.margin {
        margin: 30px auto;
    }
}

/*------*/
.text-lead {
    margin: 0 0 35px 0;
    font-size: 14px;
}

.text-center {
    text-align: center;
    font-size: 12px;
}

.text-small {
    font-size: 12px;
    margin: 12px 0 0;
}

/*------*/
.list_omamori {
    font-size: 14px;
    margin: 0 0 20px 0;
}

.list_omamori li+li {
    margin: 25px 0 0 0;
}

.list_omamori li p.strong {
    font-weight: bold;
    margin: 0 0 5px 0;
}

/**/
/* 210517_新規追加 */
.logo_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 75px 75px;
}

.logo_text {
    width: 50%;
}

.logo_text h2 {
    font-size: 20px;
    padding-bottom: 10px;
}

.logo_text p {
    font-size: 14px;
    line-height: 1.7;
}

.logo_box img {
    margin: 0 0 0 auto;
    width: 40%;
}

@media screen and (max-width:768px) {
    .logo_box {
        display: block;
        padding: 0;
        margin: 0 75px;
    }

    .logo_text {
        width: 100%;
        margin-bottom: 30px;
    }

    .logo_box img {
        width: 75%;
        display: block;
        margin: 0 auto 40px;
    }
}

@media screen and (max-width:767px) {
    .logo_box {
        display: block;
        padding: 0;
        margin: 20px;
    }

    .logo_text {
        width: 100%;
        margin-bottom: 30px;
    }

    .logo_box img {
        width: 75%;
        display: block;
        margin: 0 auto 40px;
    }
}

/* 2022.11.07追記 */
/* .list_small-column1 {
    text-align: center;
    margin: 25px auto 0;
    display: flex;
    flex-wrap: wrap;
}
.list_small-column1 li {
    width: 47%;
    margin: 1%;
} */
 .text-box1{
margin: 50px 35px 0px;
 }
.text-box1 .desc{
    padding-bottom: 5px;
}
.text-box1 img {
    width: 300px;
}
@media all and (max-width:767px) {
    .text-box1{
        margin: 50px auto 0px;
         }}
@media all and (min-width:501px) and (max-width:767px) {
    .text-box1 img {
        width: 41%;
    }
}
@media (max-width: 500px){
    .text-box1 .desc{
        font-size:14px;
    }
    .text-box1 img {
        width: 41%;
    }
}
@media (max-width: 400px){
    .text-box1 .desc{
        font-size:12px;
    }
}

/* ============================
    2025.01.10
=============================== */
.archive-wrap{
    width: 100%;
}
.archive-area{
    background-color: #fff;
}
.p-lead{
    color: #fff;
    background: #439526;
    background: linear-gradient(to bottom, #439526 0%, #357c26 100%);
    line-height: 1.75;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 0 2px 1px #9d9d9d;
}
.p-lead::before {
    content: '';
    height: 100%;
    background: #fff;
    top: 0;
    position: absolute;
}
.archive-btn a{
    display: block;
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 1.75;
    padding: 6px 0 5px;
    color: #fff;
    border: inset 3px #000;
    text-decoration: none;
    box-sizing: border-box;
}
@media screen and (min-width: 768px){
    .archive-wrap{
        max-width: 1000px;
        margin: -50px auto 100px;
    }
    .archive-area{
        padding: 40px;
    }
    .p-lead {
        font-size: 18px;
        font-weight: normal;
        padding: 2px 0 2px 40px;
        margin: 0 0 35px 0;
    }
    .p-lead::before{
        left: 10px;
        width: 2px;
    }
    .archive-btn__area{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin: 30px auto 0;
    }
    .archive-btn a{
        transition: all 0.3s;
    }
    .archive-btn a:active,
    .archive-btn a:focus,
    .archive-btn a:hover{
        background-color: #f2830a;
        border: inset 3px #f89817;
    }
}
@media screen and (max-width: 767px){
    .archive-wrap{
        width: 94%;
        margin: 0 auto 40px;
    }
    .archive-area{
        margin: 0 auto;
        padding: 6% 3%;
    }
    .p-lead {
        font-size: 16px;
        font-weight: bold;
        padding: 6px 6px 6px 20px;
        margin: 0 0 20px 0;
    }
    .p-lead::before{
        left: 5px;
        width: 1px;
    }
    .archive-btn__area{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2vw;
        row-gap: 3vw;
    }
}

@media screen and (min-width: 768px){
    .column_3{
        display: flex;
        justify-content: center;
    }
    .column_3 li{
        max-width: 280px;
        width: 31%;
    }
    .column_3 p{
        max-width: 100%;
    }
    .u-col3{
        display: flex;
        justify-content: center;
        column-gap: 5px;
    }
    .u-col3 li{
        display: flex;
        flex-direction: column;
        max-width: 200px;
    }
    .u-col3 li p{
        max-width: 200px;
    }
}
@media all and (min-width: 501px) and (max-width: 767px){
    .list_small-column.u-col2 img,
    .list_small-column.u-col3 img{
        max-width: 200px;
        width: 100%;
        margin-inline: auto;
    }
}
@media screen and (max-width: 767px){
    .u-col2,
    .u-col3{
        margin-inline: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 100%;
    }
    .list_small-column.u-col2 li,
    .list_small-column.u-col3 li{
        max-width: 200px;
        width: 100%;
        margin-inline: auto;
    }
    .u-col2 li p,
    .u-col3 li p{
        max-width: 200px;
        margin-inline: auto;
    }
}

@media all and (min-width: 768px) and (max-width: 850px){
    .small{
        font-size: 11px;
    }
}
@media all and (min-width: 501px) and (max-width: 607px){
    .small{
        font-size: 10px;
    }
}