@charset "utf-8";

@font-face {
    font-family: 'Yuji Syuku';
    src: url('../../../fonts/YujiSyuku-Regular.ttf') format('truetype');
}
.yuji-syuku-regular {
    font-family: "Yuji Syuku", serif;
    font-weight: 400;
    font-style: normal;
}

/*定義*/
:root {
    --width-tablet: 850px; /*タブレットの幅*/
    --width-sp: 450px; /*スマホの幅*/
    --width-pc: 1900px;
    --color-red-1: #752327; /*濃い赤*/
    --color-red-2: #d82828; /*明るめの赤*/
    --color-gold: #DFC57B; /*金色*/
    --color-beige: #D6CFB4; /*ベージュ*/
    --color-gray-1: #404040; /*グレー*/
    --color-gray-2: #808080; /*濃い目のグレー*/
    --color-navy: #1c305c; /*ネイビー*/
}
/*共通*/

html {
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(90deg, var(--color-red-1) 0%, var(--color-red-2) 100%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(45deg, var(--color-red-1) 0%, var(--color-red-2) 100%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    padding: 0px 0px 0px 0px;
    justify-content: space-between;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.img-shadow {
    box-shadow: 1px 1px 20px 1px rgb(0 0 0 / 20%);
}

.main_title {
    color: #FFF;
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 90px;
    text-align: left;
}
    .main_title::after {
        position: absolute;
        content: "";
        background-image: url("../img/ema_icon.png");
        background-size: 100%;
        background-repeat: no-repeat;
        width: 3em;
        height: 3em;
        left: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

/*フォントカラー*/
a {
    color: var(--color-gray-1);
    font-weight: 400;
}

@keyframes drawLine {
    0% {
        width: calc(0% + 11px);
        height: calc(0% + 11px);
    }

    100% {
        width: calc(100%);
        height: calc(100%);
    }
}

.fa-paintbrush {
    color: var(--color-gold);
}

.digitalEmaTrade {
    color: var(--color-gray-2);
}

/*ヘッダ、ナビメニュー*/
.nav-list {
    display: flex;
    justify-content: flex-end;
}

.nav-item {
    display: inline;
    float: right;
    margin: 5px;
}

.navbar-toggler {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    float: right;
}

.header,
.navbar-nav > li > a,
.header .navbar-nav > li > a:hover {
    color: #000000;
    font-weight: 400;
}

    .header .navbar-nav > li > a {
        background-color: rgba(64, 64, 64, 0.8);
        color: #fff;
        border-radius: 15px;
    }

/*グラデーションBOX*/
.box {
    background: linear-gradient(154deg, var(--color-gray-1), var(--color-gold) 68%);
    padding: 0.5rem;
    border-radius: 30px;
    margin: auto;
    width: 900px;
    max-width: 80%;
}

.box_inner {
    background: #fff;
    padding: 1.6rem;
    border-radius: 20px;
    margin: auto;
}

/*PC版*/
body {
    font-family: "Yuji Syuku","Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif !important;
    padding-top: 88px;
    background-color: #fff;
    text-align: center;
    color: var(--color-gray-1);
    letter-spacing: 0.08em;
    -webkit-font-smoothing: antialiased;
    margin: 60px; /* 外側の余白を30pxに */
    padding: 0px; /* 内側の余白を消す */
    overflow-x: hidden;
}

.-pc {
    display: block;
}

.-sp {
    display: none;
}

@media screen and (max-width:var(--width-tablet)) and (min-width: var(--width-sp)) {
    .-pc {
        display: none;
    }

    .-sp {
        display: block;
    }
}

@media screen and (max-width: var(--width-sp)) {
    .-pc {
        display: none;
    }

    .-sp {
        display: block;
    }
}


.navbar-expand-xl .-menu-pc {
    display: none;
}

.tooltip_menu {
    position: relative;
    cursor: pointer;
    padding: 0px 5px;
}

.tooltip_menu:hover .balloon_bottom {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

a .hover {
    display: none;
}

/* ホバー時は通常時の文字を非表示にする */
a:hover .nomal {
    display: none;
}

/* ホバー時に、ホバー時の文字を表示する */
a:hover .hover {
    display: inline;
}

.navbar-nav > li > a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggler {
    border-color: var(--color-gray-1);
}

/* 画像*/
.PostaRogo {
    max-width: 100%;
    margin: 0px 0 0 30px;
    float: left;
    justify-content: flex-start;
}

.RogoImg {
    height: 30px;
    width: 30px;
}

.digitalEmaMain {
    margin: auto;
    font-size: 18px;
}

.digitalEmaTop {
    display: flex;
    margin: auto;
    margin-bottom:50px;
}

.umeEma {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 25%;
    opacity:0;
}

.umePadding {
    padding-top: 70px;
}

.umeImg {
    position: absolute;
    left: calc(40% - 30vw);
    transform: translateY(25px);
}

.umeImgLeft-tran1 {
    transform: translateX(50vw) translateY(calc(100% + 35vh)) scaleX(-1);
}

.umeImgLeft-tran2 {
    transform: translateX(-10vw) translateY(calc(100% + 100vh));
}

.umeImgLeft-tran3 {
    transform: translateX(60vw) translateY(calc(100% + 150vh)) scaleX(-1);
}

.emaBackground {
    background-image: url(../img/back.png); /* 背景画像指定 */
    background-size: 200px;
    background-position-x: left;
    background-repeat: repeat-y;
}

.umeEmaOpacityLeft {
    position: absolute;
    left: calc(40% - 30vw);
    transform: translateY(55px);
    opacity: 0.4;
    width: 55%;
}
.umeEmaOpacityLeft-tran1 {
    transform: translateX(50vw) translateY(calc(100% + 35vh)) scaleX(-1);
}
.umeEmaOpacityLeft-tran2 {
    transform: translateX(-10vw) translateY(calc(100% + 100vh));

}
.umeEmaOpacityLeft-tran3 {
    transform: translateX(60vw) translateY(calc(100% + 150vh)) scaleX(-1);
}

.TopIMG {
    width: 70%;
}

.TopSmallIMG {
    width: 40%;
}

.-pEma {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#emaImg {
    width: 100%;
    top: 50%;
    left: 50%;
}

#gokaku {
    width: 40%;
    height: auto;
    position: absolute;
    top: 90%;
    left: 90%;
    transform: translate(-50%, -50%);
    animation-name: slide-bck-left;
}

#ema-L {
    transform: translate(0%, 0%);
}
#ema-R {
    transform: translate(0%, 0%);
}

.titleBox {
    background-color: var(--color-beige);
    color: var(--color-gray-1);
    width: 100%;
    background-image: url(../img/shimenawa_w.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    margin: 50px 0;
}
.titleBox-pc {
    height: 100px;
}
    .titleBox-pc p {
        font-size: 40px;
        font-weight: 400;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        text-align: center;
    }
.titleBox-sp {
    height: 100px;
}
    .titleBox-sp p {
        font-size: 30px;
        font-weight: 400;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
        text-align: center;
    }

.ema-illustration-img {
    width: 80%;
    max-width: 700px;
    height: auto;
    display: block;
    margin: 0 auto 24px auto;
}

.sentenceEma {
    margin: 10px 80px;
}
    .sentenceEma p {
        font-size: 17px;
        text-wrap-mode: wrap;
    }

.sentenceEmaCreate, .sentenceEmaCreate-pc {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .sentenceEmaCreate p, .sentenceEmaCreate-pc p, .sentenceEmaCreate-sp p {
        font-size: 15px;
        text-align: left;
        text-wrap-mode: wrap;
        margin-top: 30px;
    }

    .sentenceEmaCreate-pc img {
        width: 500px !important;
        height: auto;
        margin: 10px 10px 10px 10px;
    }

.sentenceEmaCreate-sp {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .sentenceEmaCreate-sp img {
        width: 500px !important;
        height: auto;
        margin: 10px 10px 10px 10px;
    }

.sentenceEmaCreate-sp {
    display: none;
}

.digital-ema-data {
    margin: 40px auto;
    position: relative;
    border-radius: 20px;
    background: #ffffff;
    border: none;
    box-shadow: 13px 13px 26px #cccccc, -13px -13px 26px #ffffff;
    padding-bottom: 35px;
    width: 80%;
    max-width: 700px;
}

.bg-mokume {
    background: url('../img/mokume.png') repeat-y center bottom;
    background-size: 100% auto;
    border-radius: 5px;
    max-width: 650px;
    margin: auto;
}

.inside-mokume {
    padding: 20px;
    background-color: rgba(255,255,255,0.6);
    border-radius: 10px;
    font-size: small;
    display: flex;
    flex-direction: column;
    align-items: center;
}


@media (max-width: 470px) {
    .main_title {
        font-size: smaller;
        padding-left: 38px;
    }
        .main_title::after {
            left: 0px;
        }
}

/* スマホ・タブレット（850px以下）で表示 */
@media (max-width: 850px) {
    .sentenceEmaCreate-sp {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .sentenceEmaCreate-pc {
        display: none;
    }

    .sentenceEmaCreate p, .sentenceEmaCreate-pc p, .sentenceEmaCreate-sp p {
        font-size: 13px;
        padding: 0 20px;
    }
}

    .sentenceEmaCreate img {
        width: 250px !important;
        height: auto;
        margin: 10px 10px 10px 10px;
    }
.sentence-sm {
    font-size: 10px !important;
}
    .sentence-sm img {
        width: 200px !important;
        height: auto;
    }

    .yohaku{
        margin: 50px 10px;
    }



.Emalinks {
    color: var(--color-red-2);
}
    .boxEma {
        padding: 0.5em 1em 0.5em 1em;
        margin: 20px 40px 40px 20px;
        color: #0E2841;
        background: whitesmoke; /*背景色*/
        border-left: double 7px #0E2841; /*左線*/
        border-right: double 7px #0E2841; /*右線*/
    }

        .boxEma p {
            margin: 0;
            padding: 0;
        }

    .EmaLink {
        color: #0E2841;
    }

        .EmaLink :hover {
            color: #56C1AD;
        }

    .btn-ema {
        width: 300px;
        border-radius: 50rem;
        padding: 20px 0px;
        margin: 20px auto;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
    }

    .btn-custom:hover {
        opacity: 0.8;
    }


    .btn.-gold {
        background-color: var(--color-gold);
        color: var(--color-gray-1) !important;
    }
    .btn.-navy {
        background-color: var(--color-navy);
        color: #fff !important;
    }

    .sns {
        display: flex;
        justify-content: center;
        margin: auto;
    }

        .sns img {
            width: 50px;
            margin: 0 10px;
        }

    .procedure {
        background: var(--color-beige);
        line-height: 1.4em;
        padding: 25px;
        font-size: 18px;
    }

    .mandaraIMG {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sampleImg {
        position: relative;
    }

        .sampleImg p {
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            color: #0E2841;
            font-size: inherit;
            margin: 0 !important;
            padding: 0 !important;
        }

        .sampleImg img {
            width: 50%;
        }

    .section1-explain,
    .section2-explain {
        text-align: center;
        padding: 20px 15px;
    }

        .section2-explain img {
            width: 300px;
            height: auto;
        }

    .section2_img {
        width: 300px;
        height: auto;
    }

    .btn-custom.-green {
        background-color: #28a745;
        color: #fff;
        border: none;
    }

        .btn-custom.-green:hover {
            background-color: #218838;
        }

    /*画面ごと*/
    /*タブレット版*/
    @media (max-width: 850px) {
        body {
            color: #5c5c5c;
            margin: 40px; /* 外側の余白を30pxに */
        }

        main {
            flex: 1;
            padding-top: 0px;
            font-size: 10px;
        }

        .-pc {
            display: none;
        }

        .-sp {
            display: block;
        }
        /* 画像*/
        .PostaRogo {
            max-width: 100%;
            margin: 0px 0 0 30px;
            float: left;
            justify-content: flex-start;
        }

        .-trade-pc {
            text-align: left;
        }

        .digitalEmaTop {
            display: flex;
            padding-top: 60px;
            align-items: center;
            justify-content: center;
        }

        .umeEma {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            width: 25%;
        }

        .TopIMG {
            width: 70%;
        }

        .TopSmallIMG {
            width: 40%;
        }

        .-pEma {
            width: 50%;
            height: auto;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #emaImg {
            width: 100%;
            top: 50%;
            left: 50%;
        }

        #gokaku {
            width: 40%;
            height: auto;
            position: absolute;
            top: 90%;
            left: 90%;
            transform: translate(-50%, -50%);
        }
        #ema-sm {
            transform: translate(0%, 100%);
        }
    }

    /*スマホ版*/
    @media (max-width: 350px) {
        body {
            margin: 30px; /* 外側の余白を30pxに */
        }

        main {
            flex: 1;
            padding-top: 0px;
            font-size: 10px;
        }

        .-pc {
            display: none;
        }

        .-sp {
            display: block;
        }

        /* 画像*/
        .PostaRogo {
            max-width: 100%;
            margin: 0px 0 0 30px;
            float: left;
            justify-content: flex-start;
        }

        .-trade-pc {
            text-align: left;
        }

        .digitalEmaTop {
            display: flex;
            padding-top: 60px;
            align-items: center;
            justify-content: center;
        }

        .umeEma {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            width: 25%;
        }

        .TopIMG {
            width: 70%;
        }

        .TopSmallIMG {
            width: 40%;
        }

        .-pEma {
            width: 50%;
            height: auto;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #emaImg {
            width: 100%;
            top: 50%;
            left: 50%;
        }

        #gokaku {
            width: 40%;
            height: auto;
            position: absolute;
            top: 90%;
            left: 90%;
            transform: translate(-50%, -50%);
        }
        #ema-sm {
            transform: translate(0%, 100%);
        }
    }

/*カルーセル*/
.c-area {
    display: flex;
    justify-content: center; /* 横方向の中央寄せ */
    align-items: center; /* 縦方向の中央寄せ */
}

.slick-prev:before, .slick-next:before {
    color: var(--color-red-1) !important;
}
/* PCカルーセル説明文のフォントサイズ */
.c-area-pc .slide-item > div,
.c-area-pc .slide-item p {
    font-size: 15px;
}

/* SPカルーセル説明文のフォントサイズ */
.c-area-sp .slide-item > div,
.c-area-sp .slide-item p {
    font-size: 12px;
}

/* PCカルーセル内画像の中央寄せ */
.c-area-pc .slide-item img,
.c-area-sp .slide-item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 20px 1px rgb(0 0 0 / 20%);
}

.c-area-pc {
    display: flex;
    justify-content: center; /* 横方向の中央寄せ */
    align-items: center; /* 縦方向の中央寄せ */
}

.c-area-sp {
    display: none;
}

/* スマホ・タブレット（850px以下）: pc非表示、sp表示 */
@media (max-width: 850px) {
    body {
        margin: 0;
        padding: 0;
        align-items: center;
    }

    .c-area-pc {
        display: none;
    }

    .c-area-sp {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 100vw;
        box-sizing: border-box;
        overflow-x: visible;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        margin: 0;
        padding: 0;
    }

    .c-area-sp .slider-class {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100vw;
        max-width: 300px;
        box-sizing: border-box;
        overflow: visible;
        position: relative;
    }

    .c-area-sp .slide-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 70%;
        max-width: 300px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .c-area-sp .slide-item img {
        display: block;
        width: auto;
        max-width: 70%;
        height: auto;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .c-area .slider-class {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100vw;
        max-width: 300px;
        box-sizing: border-box;
        overflow: visible !important;
        position: relative;
    }

    .c-area .slide-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 70%;
        max-width: 300px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .c-area .slide-item img {
        display: block;
        width: auto;
        max-width: 70%;
        height: auto;
        margin: 0 auto;
        box-sizing: border-box;
    }
}

.slider-class,
.slide-item {
    width: 500px;
    max-width: 80%;
    margin: 30px auto;
}

    .slide-item img {
        width: 500px;
        max-width: 80%;
        margin-bottom: 30px;
    }

.umeLink-sp{
    display:none;
}
.umeLink-pc {
    display: flex;
    justify-content: center;
}

    .umeLink-pc a {
        display: inline-block;
    }
    .umeLink-pc img {
        position: relative;
        width: 210px;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

        .umeLink-pc img:hover {
            opacity: 0.8;
        }

    .umeLink-pc p {
        position: absolute;
        color: var(--color-gray-1);
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin: 0;
        padding: 0;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 20px;
    }

@media screen and (max-width:var(--width-tablet)) {
    .umeLink-pc {
        display: none;
    }

    .umeLink-sp {
        display: flex;
        justify-content: center;
    }
    .umeLink-sp a {
        display: inline-block;
    }
        .umeLink-sp img {
            position: absolute;
            width: 5em !important;
            padding-left: 10px;
            padding-right: 10px;
        }

        .umeLink-sp p {
            position: relative;
            color: var(--color-gray-1);
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            margin: 0;
            padding: 0;
        }

    .h2title {
        background-color: var(--color-beige);
        color: var(--color-gray-1);
    }

        .h2title::before {
            content: "";
            display: inline-block;
            width: 2em;
            height: 2em;
            background: url(../img/shimenawa_w.png) no-repeat;
            background-size: contain;
            position: absolute;
            left: 30%;
        }

        .h2title::after {
            content: "";
            display: inline-block;
            width: 2em;
            height: 2em;
            background: url(../img/shimenawa_w.png) no-repeat;
            background-size: contain;
            position: absolute;
            right: 40%
        }
}

.subTitle {
    width: 500px;
    border: none;
    border-top: 2px solid var(--color-gray-2);
    border-bottom: 2px solid var(--color-gray-2);
    border-image: linear-gradient(to right, var(--color-gray-2) 0%, var(--color-gray-2) 100%);
    border-image-slice: 1;
    padding: 1px;
    display: block;
    text-align: center;
    margin: 60px auto 30px;
    font-weight: 400;
}

@media (max-width: 600px) {
    .subTitle {
        width: 95vw;
        min-width: 0;
        font-size: 16px;
        margin: 24px auto 16px;
        box-sizing: border-box;
        word-break: break-all;
    }

    .sentenceEma {
        font-size: 15px;
        margin: 10px;
    }
}

    .step {
        color: #404040;
        text-shadow: 1px 1px 0 rgba(0,0,0,.2);
    }

        .step.-deco {
            font-size: 2rem;
            text-align: center;
            line-height: 0.95em;
            font-weight: 400;
            color: #FFF;
            text-shadow: 0 0 0.05em #0E2841, 0 0 0.10em #0E2841, 0 0 0.15em #0E2841, 0 0 0.30em #0E2841;
            filter: saturate(80%);
        }

/* トップへ戻るボタン */
.pagetop {
    position: fixed;
    right: 15px;
    bottom: 50px;
}

#PageTopButton a, #PageBottomButton a {
    display: block;
    z-index: 999;
    padding: 8px 16px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: rgba(64, 64, 64, 0.8);
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
}

    #PageTopButton a:hover, #PageBottomButton a:hover {
        text-decoration: none;
        opacity: 0.6;
    }

.footer {
    height: 160px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin-right: 0;
    margin-left: auto;
    padding-bottom: 10px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

    .footer > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
    }

    .footer a {
        display: block;
        color: var(--color-gray-1);
        font-size: 15px;
        font-weight: 400;
        /* text-decoration: underline; */
        margin-right: 0;
        text-align: center;
        line-height: 1;
        padding: 20px 10px;
        background-color: transparent;
    }

        .footer a:hover {
            text-decoration: unset;
        }
