/* みーせんす。 */
.st-cont .smb-media-text__title {
    font-size: 28px !important;
}

/* .strength-sec .st-cont:nth-child(1) .smb-media-text__title::before {
    content: "1.";
    color: #3f65a3;
    font-size: 30px;
}

.strength-sec .st-cont:nth-child(2) .smb-media-text__title::before {
    content: "2.";
    color: #3f65a3;
    font-size: 30px;
}

.strength-sec .st-cont:nth-child(3) .smb-media-text__title::before {
    content: "3.";
    color: #3f65a3;
    font-size: 30px;
}

.strength-sec .st-cont:nth-child(4) .smb-media-text__title::before {
    content: "4.";
    color: #3f65a3;
    font-size: 30px;
} */

/* fvmovie */
.fvbgmo {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 1;
    animation: fadeOut 1s ease-in-out 3s forwards;
    z-index: 9999;
    margin: 0 !important;
    max-width: 2000px;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        display: none;
    }
}

.firstbg {
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
}

.logo01_st01 {
    fill: none;
    stroke: #231815;
    stroke-miterlimit: 10;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

.logopath {
    animation: draw 7s ease forwards;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.logotext {
    display: block;
    width: 80px;
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
}

.logotext {
    opacity: 0;
    animation: fadeIn 1s ease-in-out 1.5s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* headerlogo */
.headerlogo-m {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10000;
}

.headerlogo-m .firstbg {
    position: absolute;
    top: 9.6px;
    left: 0;
    transform: none;
    width: 45.7px;
    height: 54px;
    transform: scale(1.3);
}

.headerlogo-m .logo01_st01 {
    fill: none;
    stroke: #231815;
    stroke-miterlimit: 10;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

/* 枠線 */
.headerlogo-m .logopath {
    animation: draw 5s ease forwards;
    animation-delay: 4s;
}

/* テキスト部分 */
.headerlogo-m .logotext {
    display: block;
    width: 40px;
    position: relative;
    top: 29px;
    left: 2px;
    transform: scale(0.8);
    opacity: 0;
    animation: fadeIn 1s ease-in-out 1.5s forwards;
    animation-delay: 5.5s;
}

.menucont {
    display: flex;
    justify-content: space-between;
    /* padding: 24px 140px; */
    padding: 12px 140px;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border-bottom: 1px solid #c1c1c1;
}



.headerlogo-m .logopath {
    transform: scale(0.8);
}

.menulist {
    display: flex;
}

.menulist li {
    padding: 19.2px;
    list-style: none;
}

.menulist li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.menulist li a:hover {
    color: #3F65A3;
    transition: all 0.5s;
}

/* 下層ページメニュー */
.headerlogo-m2 .logotext {
    animation-fill-mode: forwards;
    animation-delay: -50s;
}

.headerlogo-m2 .logopath {
    animation-fill-mode: forwards;
    animation-delay: -50s;
}

/* PCヘッダー非表示 */
@media (max-width: 1024px) {
    .top-header {
        display: none;
    }
}

/* クリエイターページ */
.creatorbox {
    padding: 16px;
}

.creatorbox .smb-media-text__body {
    margin-top: 16px;
}

.creatorbox1 .smb-media-text__title::before {
    content: "ディレクター, 俳優";
    font-size: 16px;
    display: block;
    color: #3F65A3;
}

.creatorbox1 .smb-media-text__title::after {
    content: "-Ryota Takabayashi-";
    font-size: 18px;
    color: #3F65A3;
    margin-left: 20px;
}

@media (max-width: 1024px) {
    .creatorbox1 .smb-media-text__title::after {
        font-size: 14px;
    }
}


@media (max-width: 840px) {
    .creatorbox1 .smb-media-text__title::after {
        font-size: 12px;
    }
}


.creatorbox2 .smb-media-text__title::before {
    content: "動画編集者, 管理栄養士";
    font-size: 16px;
    display: block;
    color: #3F65A3;
}

.linkbanner {
    max-width: 1024px !important;
}

@media (min-width: 640px) {
    .creatorbox1 .c-row {
        align-items: start !important;
    }
}


@media (min-width: 640px) {
    .creatorbox2 .c-row {
        align-items: start !important;
    }

}

/* お問い合わせ */
.full {
    width: 100%;
}

/* spメニュー */
/* @media (min-width: 1024px) {
    display: none;
} */

#g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #333;
    /*動き*/
    transition: all 0.6s;
}

.menubtn {
    position: relative;
}

#g-nav.panelactive {
    right: 0;
}

/*ナビゲーション*/
#g-nav ul {
    z-index: 999;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    width: 80%;
}

/*リストのレイアウト設定*/
#g-nav li {
    list-style: none;
    text-align: center;
}

#g-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    letter-spacing: 0.1em;
    font-weight: bold;
}


/* footermenu */
.footermenu {
    display: flex;
    width: 90%;
    position: fixed;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    justify-content: space-between;
}

.navbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.3%;
    background-color: #333;
    box-sizing: border-box;
    padding: 10px 0 5px;
}

.navicoon {
    width: 16px;
    display: block;
}

.navtext {
    font-size: 12px;
}

.navbox a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.navtext {
    color: #fff;
}

.spnavcont {
    position: relative;
    width: 100vw;
    height: 100vh;
}

.closebtn-sp {
    display: block;
    width: 24px;
    position: absolute;
    top: 60px;
    right: 32px;
}

#g-nav {
    margin-top: 0 !important;
}

@media (min-width: 1024px) {
    .footermenu {
        display: none;
    }
}

@media (max-width: 1024px) {
    #page-top {
        display: none;
    }
}

#page-top {
    bottom: 16px !important;
    right: 16px !important;
}


.footercont {
    background-color: #333;
    margin: 0 !important;
    max-width: 2000px;
    padding: 16px 0;
}

.top-header {
    margin: 0 !important;
    z-index: 9000;
}

.hidemovie {
    display: none;
}

@media (max-width: 1024px) {
    .footercont {
        padding-bottom: 88px !important;
    }
}

/* お問い合わせページ */
@media (max-width: 1024px) {
    .contact-p-sec {
        margin-top: 0 !important;
    }
}

/* TOP */
@media (max-width: 640px) {
    .even .c-row {
        flex-direction: column;
    }

    .even .smb-media-text__contents-wrapper {
        margin-top: 0 !important;
        margin-bottom: 28.8px !important;
    }
}

.faq .smb-accordion__item__title__label {
    position: relative;
    padding-left: 22px;
}

.faq .smb-accordion__item__title__label::before {
    content: "Q.";
    color: #3F65A3;
    position: absolute;
    top: 0;
    left: 0;
}

.faq .smb-accordion__item__body {
    position: relative;
}

.faq .smb-accordion__item__body::before {
    content: "A.";
    color: #ED1A3D;
    position: absolute;
    top: 28.8px;
    left: 28.8px;
}

.faq .smb-accordion__item__body p {
    padding-left: 22px;
}

/* pricepage */
.ptitle-flex {
    align-items: baseline !important;
}

@media (max-width: 640px) {
    .pricetext {
        margin-left: 0 !important;
    }
}

/* お客様アンケート */
.stars {
    display: inline-block;
    font-size: 25px;
    direction: rtl;
    /* 左右逆の配置を指定 */
}

.stars input {
    display: none;
}

.stars label {
    font-size: 1.5em;
    color: #aaa;
    padding: 0 0.1em;
    cursor: pointer;
}

@media (max-width: 640px) {
    .stars label {
        font-size: 1em;
    }
}


.stars label:hover,
.stars label:hover~label,
.stars input:checked~label {
    color: #ffcc00;
}

#error-message {
    color: #cc3033;
    margin-top: 9.6px;
    line-height: 28.8px;
}

.smf-item__label {
    margin-bottom: 8px;
}

.wp-block-snow-monkey-forms-item {
    margin-bottom: 16px;
}

.smf-action {
    text-align: center;
}

@media (max-width: 380px) {
    .an-sec .smb-box {
        padding: 20px !important;
    }
}

.an-sec {
    padding-bottom: 51px !important;
}

@media (max-width: 1024px) {
    .fvsec {
        margin-top: 0 !important;
    }
}


/* Top */
.t-workssec .c-entry-summary__term {
    display: none;
}

.t-workssec h3 {
    color: #3F65A3;
}

.smb-tabs__tab {
    font-weight: bold;
}

/* contact */
/* .aboutform .smf-item__col--controls{
    padding-left: 20px!important;
    padding-right: 20px!important;
} */

.info-sec-cont {
    background-color: #EEEEEE;
    margin: 0 !important;
    max-width: 100vw !important;
}

.info-footer {
    max-width: 1080px !important;
    margin: 0 auto;
}

.info-footer ul {
    padding: 0;
}

.info-footer li {
    list-style: none;
}

.info-sec-contact {
    position: relative;
    padding-left: 17px;
}

.info-sec-contact::before {
    content: "※";
    position: absolute;
    left: 0;
}

@media (max-width: 640px) {
    .info-footer ul {
        position: relative;
        top: -20px;
    }
}

/* クリエイターページ */
@media (min-width: 440px) {
    .spbr {
        display: none;
    }
}

.headerlogo-m .logopath {
    transform: scale(0.4);
}

/* top */
@media (max-width: 640px) {
    .fv-title {
        font-size: 22px !important;
    }
}

@media (min-width: 640px) {
    .fv-title .pcbr {
        display: none;
    }
}

@media (max-width: 640px) {
    .supportsec h2 span {
        font-size: 18px;
    }
}

/* 投稿ページ　背景 */
.post-template {
    background-color: #F7F7F7;
}

@media (min-width: 640px) {
    .post-template .wp-block-snow-monkey-blocks-section {
        margin-top: 60px!important;
    }

}

/* sp */
@media (max-width: 640px) {
    .post-template .l-header{
        display: none;
    }
    .post-template .wp-block-snow-monkey-blocks-section{
        padding-top: 150px!important;
    }
    .post-template .c-copyright{
        padding-bottom: 83px!important;
    }
    #drawer-nav{
        background-color: #333!important;
    }
}
.p-breadcrumbs-wrapper{
    display: none;
}