@charset "utf-8";

*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(69, 58, 61);
    line-height: 1;
    background-color: #fff;
}

img {
    max-width: 100%;
}


header {
    background-color: rgb(230, 238, 251);
    height: 20%;
}

.header-inner {
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-logo {
    display: block;
    width: 30%;
    margin-left: 5%;
}

.site-menu ul {
    display: flex;
}

.site-menu ul li {
    margin: 0 20px;
}

.header-site-menu {
    margin-right: 5%;
}

.site-menu ul li a {
    font-weight: bold;
    font-size: 15px;
    padding-right: 30px;
}

.site-menu img {
    width: 50%;
}

ul.page-navi {
    padding: 0;
    text-align: center;
}

ul.page-navi li {
    display: inline-block;
}

ul.page-navi li a {
    display: block;
    color: rgb(18, 36, 93);
    padding: 1em;
    text-decoration: none;
}

.form {
    padding: 0;
}

.form strong {
    color: rgb(234, 60, 97);
}

ul.page-navi li:hover {
    opacity: 0.5;
}

ul.page-navi a::first-line {
    font-size: 16px;
    font-weight: bold;
}

.page-navi img {
    padding-bottom: 8px;
}

/* ここからメイン */
.centence {
    margin-top: 80px;
    text-align: center;
}

.centence p {
    color: rgb(18, 36, 93);
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
}

.centence h2 {
    font-size: 8vh;
    line-height: 1.4;
    letter-spacing: 0.3em;
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
}

.slider {
    z-index: -100;
    width: 100%;
    overflow: hidden;
}

.slider img {
    width: 100%;
}

.slider {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    margin: 0;
}

/* ここから本のところ */
.book-wrap {
    background-color: rgb(230, 235, 241);
    background-image: url(../img/book-img.gif);
    background-repeat: no-repeat;
    background-position: center;
    height: 800px;
}

.back {
    background-color: rgb(230, 235, 241);
}

.back img {
    height: 5%;
}

.book-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: rgb(28, 37, 77);
}

.book-wrap h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 140px;
    font-size: 35px;
}

.book-wrap h2 strong {
    /* border-bottom: 14px solid rgb(253, 214, 222); */
    line-height: 0.5;
}

.read {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

.f-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.read-box1 {
    height: 210px;
}

.box {
    width: 90%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.box h3 {
    padding-top: 20px;
    text-align: center;
    color: rgb(234, 60, 97);
    font-size: 20px;
    border-bottom: 8px solid rgb(253, 214, 222);
}

.box p {
    padding-top: 20px;
    line-height: 1.8;
}

.box li {
    width: 30%;
    height: 210px;
    margin: 0 auto;
    border: 1px solid rgb(230, 235, 241);
    background-color: rgba(230, 235, 241, 0.3);
    border-radius: 20px;
}

.box-left {
    width: 34%;
    margin: auto;
}

.box-left img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.box-right {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.box-right h3,
.box-right p {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.read-box1 {
    display: flex;
}

.scroll1 {
    transition: all .6s ease;
    transform: translateY(30px);
    opacity: 0;
}

.scroll1.is-show {
    transform: translateY(0);
    opacity: 1;

}

.scroll2 {
    transition: all .6s ease;
    transform: translateY(30px);
    opacity: 0;
    transition-delay: .2s;
}

.scroll2.is-show {
    transform: translateY(0);
    opacity: 1;
}

.scroll3 {
    transition: all .6s ease;
    transform: translateY(30px);
    opacity: 0;
    transition-delay: .4s;
}

.scroll3.is-show {
    transform: translateY(0);
    opacity: 1;
}

.form-btn-area {
    text-align: center;
    margin-top: 40px;
}

.form-btn {
    margin-top: 60px;
    background-color: rgb(236, 90, 121);
    display: inline-block;
    min-width: 220px;
    line-height: 50px;
    border-radius: 14px;
    color: #fff;
    font-size: 20px;
}

.form-btn:hover {
    background-color: rgb(241, 168, 184);
}

/* ご利用ガイド */
.step-img {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;

}

.step-box {
    width: 90%;
    margin: auto;
    border-radius: 20px;
    background-color: rgb(245, 246, 247);
    height: 750px;

}

.easy-area {
    text-align: center;
}

.easy {

    margin-top: 30px;
    margin-bottom: 20px;
    background-color: rgb(254, 158, 14);
    display: inline-block;
    min-width: 200px;
    line-height: 50px;
    border-radius: 10px;
    color: #fff;
    font-size: 25px;

}

.step {
    display: flex;
    justify-content: center;
    color: rgb(234, 60, 97);
    font-size: 25px;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
}

.step-img img {
    width: 300px;
}

.step h4 {
    border-bottom: 2px solid;
    padding-bottom: 5px;
    font-size: 18px;
    padding-top: 20px;
    margin-bottom: 10px;
}

.step-box ul {
    display: flex;
    color: rgb(28, 37, 77);
    width: 90%;
    margin: 0 auto;
}

.step-box1 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.step-box ul li {
    background-color: #fff;
    border-radius: 15px;
    border: 1px dashed;
    border-color: rgb(35, 82, 201);
    width: 90%;
    height: 350px;
    margin-left: 10px;
}

.step-box1 ul li img {
    width: 60px;
}

.step-box ul li p {
    margin: 10px auto;
    color: rgb(234, 60, 97);
    line-height: 1.5;
    width: 80%;
}

.step-box h3 {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

.icon {
    text-align: center;
}

.form-btn-area2 {
    text-align: center;
    margin-top: 40px;
}

.form-btn {
    margin-top: 30px;
    background-color: rgb(236, 90, 121);
    display: inline-block;
    min-width: 220px;
    line-height: 50px;
    border-radius: 14px;
    color: #fff;
    font-size: 20px;
}

.form-btn:hover {
    background-color: rgb(241, 168, 184);
}


/* フッターついてくるところ */
.footer-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    background: #fff;
    color: rgb(28, 37, 77);
    box-shadow: 0 -32px 30px -30px rgba(53, 47, 47, 0.15);

}

.btn-comment {
    padding-right: 10px;
}

.inblock {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.arrow_s {
    position: relative;
    display: inline-block;
    padding-left: 12px;
}

.arrow_s:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #333;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.btn {
    background-color: rgb(236, 90, 121);
    display: inline-block;
    min-width: 200px;
    line-height: 50px;
    border-radius: 14px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-left: 10px;
}

.btn:hover {
    background-color: rgb(241, 168, 184);
}

/* フッター */
#pagetop {
    position: fixed;
    right: 5px;
    bottom: 60px;
    cursor: pointer;
    z-index: 10;
}

#pagetop img {
    width: 100px;
}

.footer {
    background-color: rgb(230, 238, 251);
    margin-top: 200px;
    margin-bottom: 80px;
    color: rgb(28, 37, 77);
}

.footer-logo {
    padding-top: 30px;
    padding-left: 100px;
}

.add-area {
    padding-left: 100px;
}

.footer-right {
    display: flex;
    justify-content: center;
    padding-right: 130px;
    margin-top: 40px;
}

.footer-site-menu ul {
    display: flex;
    text-align: center;
}

.footer-site-menu ul li {
    display: inline;
    padding: 0 40px 30px;
    font-weight: bold;
}

.footer-site-menu ul li:hover {
    opacity: 0.5;
}

.adress-small {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
}

.card {
    margin: 50px auto;
    padding: 0 auto;
}

.card h2 {
    margin-top: 100px;
    text-align: center;
    color: rgb(28, 37, 77);
}

.card ul {
    display: flex;
    flex-wrap: wrap;
    width: 1100px;
    margin: 50px auto;
}

.card ul li {
    display: flex;
    width: calc(25% - 20px);
    height: 80px;
    margin: 10px auto;
    background-color: rgb(230, 238, 251);
}

.card ul li img {
    width: 60px;
    height: 60px;
    margin-top: 10px;
    padding-left: 5px;
}

.card ul li p {
    margin: auto 10px;
}



/* レスポンシブ */
@media (max-width: 850px) {

    header,
    .header-inner {
        position: fixed;
        top: 0;
        width: 100%;
        height: 60px;
        background-color: rgb(230, 238, 251);
        z-index: 9999;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);

    }

    .header-inner {
        padding: 5px 30px 0 20px;
        position: fixed;
    }

    .header-inner .header-logo {
        width: 30%;
    }

    .site-menu ul li img {
        display: none;
    }

    .ham,
    .ham::before,
    .ham::after {
        display: block;
        width: 35px;
        height: 2px;
        background-color: #000;
        margin: 0 auto;
        position: relative;
        transition: all 0.5s 0.1s linear;
    }

    .ham {
        transition: all 0.2s 0s linear;
    }

    .ham::before,
    .ham::after {
        content: "";
        position: absolute;
    }

    .ham::before {
        top: -10px
    }

    .ham::after {
        top: 10px;
    }

    .ham.is-show {
        background-color: transparent;
    }

    .ham.is-show::before {
        top: 0;
        transform: rotate(45deg);
    }

    .ham.is-show::after {
        top: 0;
        transform: rotate(-45deg);
    }

    /* ナビゲーション全体のスタイル設定 */
    .site-menu {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        width: 100%;
        height: 40%;
        background-color: rgba(230, 238, 251, 0.9);
        transition: 0.5S;
        z-index: -50;
    }

    .site-menu.is-show {
        top: 60px;
    }

    .site-menu ul {
        display: block;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .site-menu ul li {
        text-align: center;
        padding-bottom: 3px;
        border-bottom: 1px solid rgb(28, 37, 77);
        font-weight: bold;
    }

    .site-menu ul li a {
        width: 150px;
    }

    .footer-logo {
        width: 45%;
    }

    /* メイン */
    main {
        width: 100%;
        margin: 0 auto;
        padding: 0 auto;
    }

    .step-box,
    .box,
    .step,
    .step-box1 ul,
    .card ul,
    .card {
        width: 90%;
        margin: 0 auto;
    }

    .box,
    .step-box1 ul,
    .read-box1 {
        flex-wrap: wrap;
    }

    .book-bottom,
    .back {
        display: none;
    }

    .centence h2 {
        font-size: 36px;
    }

    .book-wrap {
        margin-top: 60px;
        background-image: none;
        height: 1000px;
    }

    .read {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .box {
        padding-top: 0;
    }

    .box li {
        width: 90%;
        margin-top: 10px;
        margin-bottom: 10px;
        background-color: rgba(252, 253, 253, 0.8);
    }

    .box-left {
        width: 24%;
    }

    .box h3 {
        padding-top: 10px;
        padding-bottom: 6px;
    }

    .box img {
        padding-top: 10px;
    }

    .box p {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }

    .read p {
        line-height: 2;
    }

    .book-wrap h2 {
        font-size: 25px;
        padding-top: 40px;
    }

    .form-btn-area {
        margin-top: 0;
    }

    /* ご利用の流れ */
    .easy{
        min-width: 140px;
        line-height: 40px;
        font-size: 18px;
    }

    .step-box {
        height: 1250px;
    }

    .step-img {
        width: 50%;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .step-box ul li {
        margin: 10px auto;
        height: 330px;
    }

    .step-box ul li p{
        font-size: 15px;
        margin-top: 18px;
    }
    .step-box1 {
        margin-top: 0;
    }

    .form-btn-area2 {
        margin-top: 0;
    }

    .form-btn {
        margin-bottom: 20px;
        margin-top: 12px;
    }

    /*　取扱い商品 */
    .card h2 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .card ul li {
        width: 48%;
        height: 54px;
        margin: 10px auto 0;
    }

    .card ul li img {
        width: 40px;
        height: 40px;
        margin-top: 8px;
    }

    /* フッター */
    #pagetop img {
        width: 80px;
    }

    p.btn-comment {
        padding-left: 20px;
    }

    .btn {
        width: 120px;
        margin-right: 20px;
    }

    .footer {
        margin-top: 100px;
    }

    .add-area {
        padding-left: 0;
    }

    .add-area p,
    .footer-logo {
        padding-left: 20px;
    }

    .footer-logo {
        padding-top: 10px;
        width: 35%;
    }

    .add-area p {
        font-size: 10px;
    }

    .adress-small {
        font-size: 10px;
    }

    .footer-site-menu ul {
        flex-wrap: nowrap;
    }

    .footer-site-menu ul li {
        font-size: 10px;
        padding: 0 5px 10px;
    }

    .footer-right {
        padding-right: 0;
        justify-content: center;
    }

    .adress-small {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

}

/* レスポンシブ 終了 */