@charset "UTF-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/*
font-family: 'Zen Maru Gothic', sans-serif;
*/

body {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
}

.container-lg,
.container-xl,
.container {
    max-width: 1280px;
}

body p {
    margin-bottom: 0;
}

a:hover {
    opacity: 0.8;
}


/*
　header
****************************************************************/

.header-box1 {
    background-image: url(../image/bg_footer01.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: repeat-x;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-box1 .img-box1,
.header-box1 .img-box2 {
    /*height: auto;*/
}

.header-box1 .img-box2 {
    text-align: right;
}

@media (max-width: 767.98px) {
    .header-box1 {
        padding-bottom: 1.5rem;
    }

    .header-box1 .img-box1,
    .header-box1 .img-box2 {
        text-align: center;
    }
}

.header-box1 .img-box2 {
    filter: drop-shadow(2px 2px 3px #000000d8);
}

.header-box1 .row {
    height: 80px;
    justify-content: space-between;
    align-items: center;
}

#header-jumbo {
    background-image: url(../image/bg_header02.gif);
    background-repeat: repeat;
    background-position: center top;
    margin-top: 110px;
}

#m-header {
    background-image: url(../image/bg_header03.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}

#header-bg-img {
    /*position: relative;*/
    /* 中央寄せしたい要素の親タグにrelativeをつける */
    /*overflow: hidden;*/
    /* はみ出した部分は表示しないようにする */
    height: 640px;
    /* 高さは固定値を入れる */
    z-index: 1;
    display: flex;
    justify-content: center;
}

#header-bg-img img {
    /*position: absolute;*/
    /*top: 50%;*/
    /* トップを基準に中央配置 */
    /*left: 50%;*/
    /* 左を基準に中央配置 */
    /*width: 1700px;*/
    /*height: 658px;*/
    /* ※1 */
    /*margin-top: -320px;*/
    /*margin-left: -850px;*/
    width: 1700px;
    overflow: revert;
}

#header-item {
    position: relative;
    z-index: 10;
}


/*
　footer
****************************************************************/

footer .footer-bg {
    background-image: url(../image/bg_footer01.png);
    padding-bottom: 11px;
}

#footer-contact li::before {
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

#footer-contact li::after {
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

#footer-menu a.nav-link {
    padding: 2px 1.5rem;
}

#footer-menu li {
    position: relative;
    line-height: 1rem;
}

@media (max-width: 575.98px) {
    #footer-menu li {
        margin-bottom: 0.5rem;
        line-height: 1rem;
    }
}

#footer-menu li::before {
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

#footer-menu li:last-child::after {
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}


/* `md` は小デバイス（横向きモバイル, 768px 未満）に適用 */

@media (max-width: 767.98px) {
    .md-hr::before {
        content: "\A";
        white-space: pre;
    }

    #footer-menu {
        /*width: 20rem;*/
        flex-direction: column;
        text-align: center;
    }

    #footer-menu li::after {
        content: "";
        display: block;
        height: 1em;
        border-left: 1px solid #000000;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }
}

.site-info {
    font-weight: 400;
    font-size: 0.688rem;
}


/*
　Main　お試し
****************************************************************/

.sec-present {
    position: relative;
    background-image: url(../image/bg-texture04.jpg);
    background-position: center bottom;
    background-size: cover;
    padding-top: 1.25rem;
    padding-bottom: 3.5rem;
    background-repeat: repeat-x;
}

div#box-text1 {
    width: 150px;
    height: 32px;
    background-color: #56341F;
    color: #fff;
    padding: 0.1rem 1.5rem;
    margin-bottom: 3.5rem;
}

.sec-present .bg-box01 {
    background-image: url(../image/bg-texture01.png);
    background-repeat: repeat;
}


/**/

.card {
    background-color: unset;
}

.sec-present .card.card-01 {
    background-image: url(../image/bg-texture02.png);
    background-repeat: repeat;
}

.sec-present .card.card-02 {
    background-image: url(../image/bg-texture03.png);
    background-repeat: repeat;
}

.sec-present hr {
    border-style: none;
    border-top: solid 2px #202020;
    opacity: unset;
}


/**/


/*
　Main　応援
****************************************************************/

.sec-ouen {
    background-image: url(../image/bg_img02.png);
    background-color: #8AD1E9;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    /* [disabled]background-size: 125% auto; */
}

.sec-ouen .img-paper {
    padding-top: 60px;
    transform: rotate(5deg);
}

.kosodate-button {
    margin-top: 2rem;
}

.kosodate-button img {
    max-width: 500px;
}
@media (max-width: 769.98px) {
    .kosodate-button {
        margin-top: 3rem;
    }
    .kosodate-button img {
        max-width: 80%;
    }
}
/*
　Main　活用
****************************************************************/

.sec-katsuyou {
    background-image: url(../image/bg-texture05.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: cover;
    padding-top: 4.2rem;
    padding-bottom: 2.65rem;
}

.sec-katsuyou .text-katsuyou {
    margin-top: 55px;
    margin-bottom: 78px;
}


/*
　Main　購読
****************************************************************/

.sec-koudoku {
    padding-top: 4.2rem;
    padding-bottom: 2.65rem;
    position: relative;
}

.sec-koudoku .img-illustration {
    width: 140px;
    position: absolute;
    bottom: 65px;
}


/* `xl` は大デバイス（デスクトップ, 1200px 未満）に適用 */

@media (max-width: 1199.98px) {
    .sec-koudoku .img-illustration {
        bottom: 65px;
        left: 10vw;
    }
}

@media (max-width: 849px) {
    .sec-koudoku .img-illustration {
        width: 120px;
        bottom: 30px;
        left: -25px;
    }
}


/* `md` は小デバイス（横向きモバイル, 768px 未満）に適用 */

@media (max-width: 767.98px) {
    .sec-koudoku .img-illustration {
        width: 20vw;
        bottom: 30px;
        left: -19px;
    }
}

.sec-koudoku .bnt-koudoku {
    text-align: center;
}

.sec-koudoku .bnt-koudoku img {
    filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, .5));
}

#contact-m1 {
    position: relative;
    padding: 0 1.5rem;
    text-align: center;
    width: 10rem;
}

#contact-m1::before {
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

#contact-m1::after {
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.sec-koudoku .text-tel img {}


/**　電話　リンク無効　**/

@media (min-width: 576px) {
    .sec-koudoku .text-tel a {
        pointer-events: none;
    }
}


/* `sm` は極小デバイス（縦向きモバイル, 576px未満）に適用 */

@media (max-width: 575.98px) {
    ...
}


/* `md` は小デバイス（横向きモバイル, 768px 未満）に適用 */

@media (max-width: 767.98px) {
    ...
}


/* `lg` は中デバイス（タブレット, 992px 未満）に適用 */

@media (max-width: 991.98px) {
    ...
}


/* `xl` は大デバイス（デスクトップ, 1200px 未満）に適用 */

@media (max-width: 1199.98px) {
    ...
}


/* `xxl` は特大デバイス（ワイド・デスクトップ, 1400px 未満）に適用 */

@media (max-width: 1399.98px) {
    ...
}