@charset "UTF-8";

header {
    background: url("https://seigowchannel-neo.com/wp-content/themes/seigothem_2022/images/common/bg_head.jpg") no-repeat center top / cover;
}

footer {
    background: url("https://seigowchannel-neo.com/wp-content/themes/seigothem_2022/images/satsueijo/bg_foot.jpg") no-repeat center top / cover;
    background-attachment: fixed;
    background-color: #000;
}

.min {
    font-family: "æ¸¸æ˜Žæœ", YuMincho, "Hiragino Mincho ProN W3",
        "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE",
        "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
}

#content {
    background: url("../images/satsueijo/bg.gif") repeat 0 0 / 16px auto;
    box-sizing: border-box;
    padding: 80px 10px 160px;
}

#content .title {
    margin-bottom: 80px;
    text-align: center;
}

#content .title h1 {
    font-size: 36px;
    text-align: center;
    margin: 0 auto 90px;
    height: auto;
    line-height: 1;
    max-width: 340px;
    width: 100%;
}

#content .title .capt {
    margin: 0 auto;
    height: auto;
    line-height: 1;
    max-width: 400px;
    width: 100%;
}

#content .title img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

#content .title p {
    font-size: 16px;
    line-height: 32px;
    max-width: 365px;
    width: 100%;
    text-align: left;
    margin: 0 auto;
}

article.content_inner {
    align-items: flex-start;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 10px 33px;
}

.content_inner dl {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.content_inner dl:last-child dt,
.content_inner dl:last-child dd {
    border-bottom: 1px solid #000000;
}

.content_inner dl a {
    display: block;
    line-height: 1;
    width: 100%;
}

.content_inner dt {
    align-items: flex-start;
    border-top: 1px solid #000000;
    display: flex;
    margin-right: 20px;
    padding: 10px 0;
    width: 290px;
}

.content_inner dt img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

.content_inner dd {
    border-top: 1px solid #000000;
    box-sizing: border-box;
    padding: 40px 40px 30px;
    width: calc(100% - 310px);
}

.content_inner dd h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 30px;
}

.content_inner dd h2 span {
    font-size: 24px;
    margin-left: 20px;
}

.content_inner dd p {
    font-size: 16px;
    line-height: 32px;
}

.prof_box {
    align-content: center;
    display: flex;
    justify-content: space-between;
    margin: 150px 0 0 auto;
    max-width: 600px;
    width: 100%;
}

.prof_img {
    position: relative;
    width: 268px;
}

.prof_img::after {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%;
}

.prof_img img {
    max-height: 100%;
    height: 100%;
    left: 50%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
}

.prof_text {
    width: 300px;
}

.prof_name {
    margin-bottom: 30px;
}

.prof_text strong {
    display: block;
    font-size: 16px;
    font-weight: 300;
}

.prof_text strong span {
    display: inline-block;
    margin-left: 15px;
}

.prof_text p {
    line-height: 25px;
}

.post_title {
    margin: 0 auto 60px 0;
    order: 2;
    max-width: 820px;
    width: 100%;
}

.post_title h1 {
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 35px;
}

.post_title h1 span {
    display: inline-block;
    font-size: 34px;
    margin-left: 40px;
}

.post_title p {
    line-height: 24px;
}

.movie_box {
    margin: 0 auto 50px;
    line-height: 1;
    order: 1;
    max-width: 820px;
    width: 100%;
}

.movie_inner {
    position: relative;
    width: 100%;
}

.movie_inner::before {
    content: "";
    display: block;
    padding-top: 67.5%;
    width: 100%;
}

.movie_inner iframe {
    border: 0;
    max-height: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
}

.post_content {
    margin: 0 auto;
    order: 3;
    max-width: 1000px;
    width: 100%;
}

.post_content a {
    word-break: break-all;
}

.post_content .intro p {
    margin: 0 0 0 30px;
    font-size: 16px;
    line-height: 32px;
}

.colum_modal_box {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.colum_modal_box .box {
    margin: 0 30px 30px 80px;
    width: 350px;
}

.colum_modal_box .box img {
    height: auto;
    line-height: 0;
    max-width: 350px;
    width: 350px;
}

.colum_modal_box .yokobox {
    margin: 0 30px 30px 0;
    width: 450px;
}

.colum_modal_box .yokobox2 {
    margin: 0 0 30px 0;
    width: 450px;
}

.colum_modal_box .yokobox img {
    margin-top: 150px;
    height: auto;
    line-height: 0;
    max-width: 450px;
    width: 450px;
}

.colum_modal_box .yokobox2 img {
    margin-top: 150px;
    height: auto;
    line-height: 0;
    max-width: 450px;
    width: 450px;
}

.colum_modal_box .box:nth-child(2n) {
    margin-right: 0;
}

.modal {
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.modal_bg {
    background: rgb(0, 0, 0);
    height: 115vh;
    position: absolute;
    width: 100%;
}

.modal_inner {
    background: rgb(0, 0, 0);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1200px;
    min-width: 240px;
    width: 85%;
    height: 80%;
}

.modal .btn_next img,
.modal .btn_prev img {
    line-height: 0;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.modal .btn_next,
.modal .btn_prev {
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 35px;
    width: 100%;
}

.modal .btn_next {
    right: 0;
}

.modal .btn_prev {
    left: 0;
}

.js-modal-close {
    color: transparent;
}

a.js-modal-close {
    display: block;
    height: 40px;
    position: fixed;
    right: 0;
    top: 100px;
    width: 40px;
}

a.js-modal-close::before,
a.js-modal-close::after {
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -20px;
    transform: rotate(-45deg);
}

a.js-modal-close::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.modal_content {
    color: #fff;
    margin: 0 auto;
    max-width: 660px;
    width: 100%;
}

.modal_content [id^="box"] {
    color: #fff;
    display: none;
}

.modal_content .modal_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 100%;
}

.modal_content .modal_box strong {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 75px;
    margin: -60px auto 30px;
    text-align: center;
}

.modal_content .modal_box p {
    font-size: 12px;
    line-height: 32px;
    margin: 730px 0 0 0;
}

.pagenation {
    font-size: 25px;
    display: inline-block;
}

.pagenation_button {
    display: flex;
    text-align: center;
    align-items: center;
}

.prev {
    width: 310px;
    text-align: center;
}

.next {
    width: 310px;
    text-align: center;
}

a.btn_01 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 45px;
    margin-left: 65px;
    margin-right: 65px;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #000000;
    color: #ffffff;
    background-color: #000000;
    border-radius: 100vh;
    transition: 0.5s;
}

a.btn_01:hover {
    color: #fff;
    background: #000000;
}

@media screen and (max-width: 1024px) {
    .content_inner dt {
        align-items: stretch;
        margin-right: 10px;
        padding: 10px 0;
        width: 30%;
    }

    .content_inner dt a {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .content_inner dt a::after {
        content: "";
        display: block;
        left: 0;
        height: calc(100% - 20px);
        top: 0;
        width: 100%;
    }

    .content_inner dt img {
        height: 100%;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        object-position: center;
    }

    .content_inner dd {
        padding: 30px 20px;
        width: 75%;
    }

    .content_inner dd h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .content_inner dd h2 span {
        font-size: 20px;
    }

    .content_inner dd p {
        font-size: 14px;
        line-height: 28px;
    }

    .colum_modal_box .box {
        margin: 0 15px 15px 0;
        max-width: 450px;
        width: 450px;
    }

    .colum_modal_box .yokobox {
        margin: 0 15px 15px 0;
        max-width: 450px;
        width: 450px;
    }

    .colum_modal_box .box:nth-child(5n) {
        margin-right: 15px;
    }

    .colum_modal_box .box:nth-child(4n) {
        margin-right: 0;
    }

    .modal .btn_next {
        right: -7%;
    }

    .modal .btn_prev {
        left: -7%;
    }

    .modal_content .modal_box img {
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 90%;
        max-height: 60%;
    }

    .modal_content .modal_box strong {
        display: block;
        font-size: 12px;
        font-weight: 300;
        line-height: 36px;
        margin: -20px auto 30px;
        text-align: center;
    }

    .modal_content .modal_box p {
        font-size: 12px;
        line-height: 24px;
        margin: 85% 0 0 0;
    }


    .pagenation {
        font-size: 25px;
        display: inline-block;
    }

    .pagenation_button {
        display: flex;
        text-align: center;
        align-items: center;
    }

    .prev {
        width: 310px;
        text-align: center;
    }

    .next {
        width: 310px;
        text-align: center;
    }

    a.btn_01 {
        display: block;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        width: 45px;
        margin-left: 65px;
        margin-right: 65px;
        padding: 1rem 4rem;
        font-weight: bold;
        border: 2px solid #000000;
        color: #ffffff;
        background-color: #000000;
        border-radius: 100vh;
        transition: 0.5s;
    }

    a.btn_01:hover {
        color: #fff;
        background: #000000;
    }
}



/* 768~1024 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .inner {
        margin: 0 auto;
        width: 710px;
    }

    .content_inner dt {
        align-items: stretch;
        margin-right: 10px;
        padding: 10px 0;
        width: 30%;
    }

    .content_inner dt a {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .content_inner dt a::after {
        content: "";
        display: block;
        left: 0;
        height: calc(100% - 20px);
        top: 0;
        width: 100%;
    }

    .content_inner dt img {
        height: 100%;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        object-position: center;
    }

    .content_inner dd {
        padding: 30px 20px;
        width: 75%;
    }

    .content_inner dd h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .content_inner dd h2 span {
        font-size: 20px;
    }

    .content_inner dd p {
        font-size: 14px;
        line-height: 28px;
    }

    .colum_modal_box {
        text-align: center;
    }

    .colum_modal_box .box {
        margin: 0 0 15px 0; 
        max-width: 100%;
        width: 100%;
    }

    .colum_modal_box .yokobox {
        margin: 0 15px 15px 0;
        max-width: 450px;
        width: 450px;
    }

    .colum_modal_box .box:nth-child(5n) {
        margin-right: 15px;
    }

    .colum_modal_box .box:nth-child(4n) {
        margin-right: 0;
    }

    .modal .btn_next {
        right: -7%;
    }

    .modal .btn_prev {
        left: -7%;
    }

    .modal_content .modal_box img {
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 90%;
        max-height: 60%;
    }

    .modal_content .modal_box strong {
        display: block;
        font-size: 12px;
        font-weight: 300;
        line-height: 36px;
        margin: -20px auto 30px;
        text-align: center;
    }

    .modal_content .modal_box p {
        font-size: 12px;
        line-height: 24px;
        margin: 85% 0 0 0;
    }


    .pagenation {
        font-size: 25px;
        display: inline-block;
    }

    .pagenation_button {
        display: flex;
        text-align: center;
        align-items: center;
    }


    .prev {
        text-align: center;
        width: 235px;
    }

    .next {
        text-align: center;
        right: 0;
        width: 235px;
    }

    a.btn_01 {
        display: block;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        width: 45px;
        margin-left: 26px;
        margin-right: 26px;
        padding: 1rem 4rem;
        font-weight: bold;
        border: 2px solid #000000;
        color: #ffffff;
        background-color: #000000;
        border-radius: 100vh;
        transition: 0.5s;
        font-size: 20px;
    }

    a.btn_01:hover {
        color: #fff;
        background: #000000;
    }
}

@media screen and (min-width: 768px) {
    .prof_text .prof_name {
        background: unset !important;
    }
}

@media screen and (max-width: 767px) {
    #content {
        padding: 110px 0 80px;
    }

    #content .inner {
        width: 90%;
    }

    #content .title {
        margin-bottom: 40px;
    }

    #content .title h1 {
        margin-bottom: 40px;
        max-width: 260px;
    }

    .content_inner dl {
        flex-wrap: wrap;
    }

    .content_inner dl.last dt {
        border-bottom: 0;
    }

    .content_inner dt {
        margin-right: 0;
        padding: 25px 0 0;
        width: 100%;
    }

    .content_inner dd {
        border-top: 0;
        padding: 30px 0 25px;
        width: 100%;
    }

    .content_inner dd h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .content_inner dd h2 span {
        display: block;
        font-size: 16px;
        margin-left: 0;
        margin-top: 15px;
    }

    .content_inner dd p {
        font-size: 14px;
        line-height: 24px;
    }

    .content_inner dl:last-child dt {
        border-bottom: 0;
    }

    .prof_box {
        display: block;
        margin: 100px auto 0 auto;
        position: relative;
        max-width: 100%;
        width: 100%;
    }

    .prof_img {
        display: none;
    }

    .prof_text {
        width: 100%;
    }

    .prof_text .prof_name {
        background-repeat: no-repeat;
        background-position: right center;
        background-size: auto 95%;
        padding: 45px 0 30px;
        margin-bottom: 20px;
    }

    .prof_text strong {
        display: block;
        font-size: 16px;
        line-height: 25px;
    }

    .prof_text strong span {
        display: block;
        margin-left: 0;
    }

    .post_content {
        margin: 0 auto;
        order: 3;
        max-width: 1000px;
        width: 100%;
    }

    .post_content a {
        word-break: break-all;
    }

    .post_content .intro p {
        margin: 0 0 0 0;
        font-size: 16px;
        line-height: 32px;
    }

    .colum_box .box {
        margin: 0 0 30px 0;
        width: 100%;
    }

    .colum_modal_box {
        display: block;
        overflow: hidden;
        position: relative;
    }

    .colum_modal_box .box {
        margin: 0 0 15px 0; 
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .colum_modal_box .yokobox {
        margin: 0 !important;
        width: 100%;
    }

    .colum_modal_box .yokobox2 img {
        margin-top: 0 !important;
        width: 100%;
    }

    .slick-arrow {
        appearance: none;
        background-image: url("../images/satsueijo/btn_next.png");
        background-size: 25px auto;
        background-repeat: no-repeat;
        background-position: center;
        background-color: rgba(0, 0, 0, 0.5);
        border: 0;
        color: #fff;
        outline: none;
        overflow: hidden;
        position: absolute;
        text-indent: 1000%;
        top: 0;
        height: 100%;
        white-space: nowrap;
        width: 30px;
        z-index: 100;
    }

    .slick-next {
        left: 0;
    }

    .slick-prev {
        background-image: url("../images/satsueijo/btn_prev.png");
        right: 0;
    }

    .post_title {
        margin: 0 auto 30px;
    }

    article.content_inner {
        border: 0;
        padding-top: 30px;
    }

    .post_title h1 {
        font-size: 24px;
        margin-bottom: 30px;
        line-height: 40px;
    }

    .post_title h1 span {
        display: block;
        font-size: 16px;
        margin: 15px 0 0;
    }

    .movie_box {
        margin-bottom: 30px;
    }

    .colum_box {
        margin: 50px auto;
    }

    .colum_box .box strong {
        padding-bottom: 17px;
        margin-bottom: 17px;
    }

    .colum_box .box strong span {
        margin-bottom: 17px;
    }

    .colum_modal_box .box img {
        height: auto;
        line-height: 0;
        max-width: 350px;
        width: 100%;
    }

    .colum_modal_box .yokobox img {
        margin-top: 0;
        height: auto;
        line-height: 0;
        max-width: 100%;
        width: 100%;
    }

    .modal_inner {
        height: 90%;
    }

    .modal_inner .modal_content {
        box-sizing: border-box;
        overflow-y: auto;
        padding: 0 5% 30px;
        height: 100%;
    }

    .modal .btn_next,
    .modal .btn_prev {
        max-width: 30px;
    }

    .modal .btn_next {
        right: -10%;
    }

    .modal .btn_prev {
        left: -10%;
    }

    a.js-modal-close {
        height: 120px;
        right: -7%;
        top: 0px;
        width: 30px;
    }

    .modal_content .modal_box img {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 90%;
        max-height: 80%;
    }

    .modal_content .modal_box strong {
        display: block;
        font-size: 12px;
        font-weight: 300;
        line-height: 36px;
        margin: 40px auto 30px;
        text-align: center;
    }

    .modal_content .modal_box p {
        font-size: 12px;
        line-height: 24px;
        margin: 550px 0 0 0;
    }

    .pagenation {
        display: block;
        text-align: center;
        font-size: 20px;
        position: relative;
        top: 0px;
    }

    .prev {
        width: 33vw;
    }

    .next {
        width: 33vw;
    }

    a.btn_01 {
        display: block;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        width: 20vw;
        max-width: 45px;
        margin: auto;
        padding: 10px 20px;
        font-weight: bold;
        border: 2px solid #000000;
        color: #ffffff;
        background-color: #000000;
        border-radius: 100vh;
        transition: 0.5s;
        font-size: 20px;
    }

    a.btn_01:hover {
        color: #fff;
        background: #000000;
    }
}

@media print {
    header {
        background: url(../images/common/bg_head.jpg) no-repeat center top / cover;
    }

    footer {
        background: url("https://seigowchannel-neo.com/wp-content/themes/seigothem_2022/images/satsueijo/bg_foot.jpg") no-repeat center top / cover;
        background-attachment: fixed;
        background-color: #000;
    }
}