@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@media only screen and (max-width: 960px) {
    #sample_movie {
        height: 350px !important;
    }
}

@media only screen and (max-width: 480px) {
    /* 関連記事サムネの幅 */
    .-type-card .p-postList__item {
        width: 100%;
    }
}

/* サムネイル関連 */
.u-obf-cover {
    /* height: unset; */
    /* object-fit: contain; */
    position: relative;
}
.c-postThumb__figure:before {
    content: unset;
}

/* 投稿ページのliタグの高さ */
.post_content li {
    line-height: unset;
}

#sample_movie {
    max-width: 900px;
    width: 100%;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #000000;
    cursor: pointer;
    margin-bottom: 1.5em;
}
#package_image {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 1.5em;
}

.l-mainContent__inner>.post_content {
    margin: 1.5em 0;
    padding: 0 var(--swl-pad_post_content, 0);
}

/* ボタン */
/* ノーマル */
.is-style-btn_normal a {
    background-color: red;
}
/* 立体 */
.is-style-btn_solid a {
    background-color: red;
}
/* キラッと */
.is-style-btn_shiny a {
    background-color: red;
    border:solid 3px #FFCBCB; /*線の種類、太さ、色*/
}
/* アウトライン */
.is-style-btn_line a {
    background-color: red;
}
/* MOREボタン */
.is-style-more_btn a {
    background-color: red;
}

.l-footer__nav {
    text-decoration: underline;
}

#footer {
    background-color: #e1f7e2;
}

#header {
    background-color: #e1f7e2;
}