@charset "UTF-8";

/*PCサイズレスポンシブ*/
@media(min-width:1000px) {
    body {
        min-width: 1000px;
    }

    .container {
        width: 100%;
        height: auto;
        color: #5d5c5c;
    }

    .header {
        width: 100%;
        height: 130px;
    }

    .header img {
        width: 10%;
        height: 100%;
        object-fit: cover;
    }

    /*========= ナビゲーションのためのCSS ===============*/

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

    /*アクティブクラスがついたら位置を0に*/
    #g-nav.panelactive {
        top: 0;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list {
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }


    /*ナビゲーション*/
    #g-nav ul {
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /*リストのレイアウト設定*/

    #g-nav li {
        list-style: none;
        text-align: center;
    }

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

    /*========= ボタンのためのCSS ===============*/
    .openbtn {
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 20px;
        right: 20px;
        cursor: pointer;
        width: 70px;
        height: 70px;
    }

    /*×に変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #fd91e0;
        width: 45%;
    }

    .openbtn span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn span:nth-of-type(2) {
        top: 27px;
    }

    .openbtn span:nth-of-type(3) {
        top: 40px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    #main {
        width: 100%;
        height: auto;
        margin-bottom: 100px;
    }

    .title {
        width: 100%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    
    .title h2 {
        width: 100%;
        height: auto;
        font-size: 40px;
        text-align: center;
        position: relative;
    }

    .border {
        position: relative;
        text-align: center;
        font-size: 18px;
    }

    .border:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        border-bottom: solid 2px #fd91e0;
        transform: translateX(-50%);
        animation: border_anim 3s linear forwards;
    }

    @keyframes border_anim {
        0% {
            width: 0%;
        }

        100% {
            width: 100%;
        }
    }

    .sab1 {
        width: 100%;
        height: 850px;
        margin-top: 50px;
        display: flex;

    }

    .p1 {
        width: 34%;
        height: 100%;
        position: relative;
    }

    .p1 img {
        width: 80%;
        height: 70%;
        margin: 0 auto;
        object-fit: cover;
    }

    a.btn_01 {
        display: block;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        width: 60%;
        /* margin-top: 10px; */
        padding: 1rem 2rem;
        font-weight: bold;
        background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
        color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        left: 20%;
        bottom: 26%;
    }

    a.btn_01:hover {
        color: #fff;
        opacity: 0.8;
    }

    .p2 {
        width: 33%;
        height: 100%;
        position: relative;
    }

    .p2 img {
        width: 80%;
        height: 80%;
        margin: 0 auto;
        padding-top: 50px;
        object-fit: cover;
    }

    a.btn_02 {
        display: block;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        width: 60%;
        /* margin-top: 10px; */
        padding: 1rem 2rem;
        font-weight: bold;
        background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
        color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        left: 20%;
        bottom: 16%;
    }

    a.btn_02:hover {
        color: #fff;
        opacity: 0.8;
    }

    .p3 {
        width: 33%;
        height: 100%;
        position: relative;
    }

    .p3 img {
        width: 80%;
        height: 90%;
        margin: 0 auto;
        padding-top: 100px;
        object-fit: cover;
    }

    a.btn_03 {
        display: block;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        width: 60%;
        /* margin-top: 10px; */
        padding: 1rem 2rem;
        font-weight: bold;
        background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
        color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        left: 20%;
        bottom: 6%;
    }

    a.btn_03:hover {
        color: #fff;
        opacity: 0.8;
    }

    .sab2 {
        width: 100%;
        height: 800px;
        display: flex;
        margin-top: 30px;
    }

    .p4 {
        width: 34%;
        height: 100%;
        position: relative;
    }

    .p4 img {
        width: 80%;
        height: 70%;
        margin: 0 auto;
        object-fit: cover;
    }

    a.btn_04 {
        display: block;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        width: 60%;
        /* margin-top: 10px; */
        padding: 1rem 2rem;
        font-weight: bold;
        background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
        color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        left: 20%;
        bottom: 26%;
    }

    a.btn_04:hover {
        color: #fff;
        opacity: 0.8;
    }

    .p5 {
        width: 33%;
        height: 100%;
        position: relative;
    }

    .p5 img {
        width: 80%;
        height: 80%;
        margin: 0 auto;
        padding-top: 50px;
        object-fit: cover;
    }

    a.btn_05 {
        display: block;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        width: 60%;
        /* margin-top: 10px; */
        padding: 1rem 2rem;
        font-weight: bold;
        background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
        color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        left: 20%;
        bottom: 16%;
    }

    a.btn_05:hover {
        color: #fff;
        opacity: 0.8;
    }

    .p6 {
        width: 33%;
        height: 100%;
        position: relative;
    }

    .p6 img {
        width: 80%;
        height: 90%;
        margin: 0 auto;
        padding-top: 100px;
        object-fit: cover;
    }

    a.btn_06 {
        display: block;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        width: 70%;
        /* margin-top: 10px; */
        padding: 1rem 2rem;
        font-weight: bold;
        background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
        color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        left: 15%;
        bottom: 6%;
    }

    a.btn_06:hover {
        color: #fff;
        opacity: 0.8;
    }


    .sab3 {
        width: 100%;
        height: 800px;
        display: flex;
        margin-top: 30px;
    }

    .p7 {
        width: 34%;
        height: 100%;
        position: relative;
    }

    .p7 img {
        width: 80%;
        height: 70%;
        margin: 0 auto;
        object-fit: cover;
    }
}

a.btn_07 {
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 60%;
    /* margin-top: 10px; */
    padding: 1rem 2rem;
    font-weight: bold;
    background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    position: absolute;
    left: 20%;
    bottom: 26%;
}

a.btn_07:hover {
    color: #fff;
    opacity: 0.8;
}

.p8 {
    width: 33%;
    height: 100%;
    position: relative;
}

.p8 img {
    width: 80%;
    height: 80%;
    margin: 0 auto;
    padding-top: 50px;
    object-fit: cover;
}

a.btn_08 {
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 60%;
    /* margin-top: 10px; */
    padding: 1rem 2rem;
    font-weight: bold;
    background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    position: absolute;
    left: 20%;
    bottom: 16%;
}

a.btn_08:hover {
    color: #fff;
    opacity: 0.8;
}

.footer {
    width: 100%;
    height: 250px;
    background-color: #f5dcf3;
    margin-top: 100px;
    padding-bottom: 50px;
}

.footer1 {
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-left: 60px;
    line-height: 200%;
}

.footer2 {
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #f5dcf3;
}





/*ipadサイズレスポンシブ*/
@media(min-width:600px) and (max-width:999px) {
    body {
        min-width: 600px;
        max-width: 999px;
    }

    .container {
        width: 100%;
        height: 100px;
        color: #5d5c5c;
    }

    .header {
        width: 100%;
        height: auto;
    }

    .header img {
        width: 15%;
        height: 100%;
        object-fit: cover;
    }


    /*========= ナビゲーションのためのCSS ===============*/

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

    /*アクティブクラスがついたら位置を0に*/
    #g-nav.panelactive {
        top: 0;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list {
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }


    /*ナビゲーション*/
    #g-nav ul {
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /*リストのレイアウト設定*/

    #g-nav li {
        list-style: none;
        text-align: center;
    }

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

    /*========= ボタンのためのCSS ===============*/
    .openbtn {
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 20px;
        right: 20px;
        cursor: pointer;
        width: 70px;
        height: 70px;
    }

    /*×に変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #fd91e0;
        width: 45%;
    }

    .openbtn span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn span:nth-of-type(2) {
        top: 27px;
    }

    .openbtn span:nth-of-type(3) {
        top: 40px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    #main {
        width: 100%;
        height: auto;
    }

    .title {
        width: 100%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .title h2 {
        width: 100%;
        height: auto;
        font-size: 30px;
        text-align: center;
    }

    .border {
        position: relative;
        text-align: center;
        font-size: 18px;
    }

    .border:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        border-bottom: solid 2px #fd91e0;
        transform: translateX(-50%);
        animation: border_anim 3s linear forwards;
    }

    @keyframes border_anim {
        0% {
            width: 0%;
        }

        100% {
            width: 100%;
        }
    }

    .sab1 {
        width: 100%;
        height: 500px;
        display: flex;

    }

    .p1 {
        width: 34%;
        height: 100%;
        position: relative;
    }

    .p1 img {
        width: 70%;
        height: 60%;
        margin: 0 auto;
        object-fit: cover;
    }

    a.btn_01 {
        display: block;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        font-size: 13px;
        width: 65%;
        padding: 8px 10px;
        font-weight: bold;
        background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
        color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        left: 17%;
        bottom: 36%;
    }

    a.btn_01:hover {
        color: #fff;
        opacity: 0.8;
    }

    .p2 {
        width: 33%;
        height: 100%;
        position: relative;
    }

    .p2 img {
        width: 70%;
        height: 70%;
        margin: 0 auto;
        padding-top: 50px;
        object-fit: cover;
    }

    a.btn_02 {
        display: block;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        font-size: 13px;
        width: 65%;
        padding: 8px 10px;
        font-weight: bold;
        background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
        color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        left: 17%;
        bottom: 26%;
    }

    a.btn_02:hover {
        color: #fff;
        opacity: 0.8;
    }

    .p3 {
        width: 33%;
        height: 100%;
        position: relative;
    }

    .p3 img {
        width: 70%;
        height: 80%;
        margin: 0 auto;
        padding-top: 100px;
        object-fit: cover;
    }

    a.btn_03 {
        display: block;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        font-size: 13px;
        width: 65%;
        padding: 8px 10px;
        font-weight: bold;
        background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
        color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        left: 18%;
        bottom: 16%;
    }

    a.btn_03:hover {
        color: #fff;
        opacity: 0.8;
    }

    .sab2 {
        width: 100%;
        height: 500px;
        display: flex;
    }

    .p4 {
        width: 34%;
        height: 100%;
        position: relative;
    }

    .p4 img {
        width: 70%;
        height: 60%;
        margin: 0 auto;
        object-fit: cover;
    }

    a.btn_04 {
        display: block;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        font-size: 13px;
        width: 65%;
        padding: 8px 10px;
        font-weight: bold;
        background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
        color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        left: 18%;
        bottom: 36%;
    }

    a.btn_04:hover {
        color: #fff;
        opacity: 0.8;
    }

    .p5 {
        width: 33%;
        height: 100%;
        position: relative;
    }

    .p5 img {
        width: 70%;
        height: 70%;
        margin: 0 auto;
        padding-top: 50px;
        object-fit: cover;
    }

    a.btn_05 {
        display: block;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        font-size: 13px;
        width: 65%;
        padding: 8px 10px;
        font-weight: bold;
        background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
        color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        left: 17%;
        bottom: 24%;
    }

    a.btn_05:hover {
        color: #fff;
        opacity: 0.8;
    }

    .p6 {
        width: 33%;
        height: 100%;
        position: relative;
    }

    .p6 img {
        width: 70%;
        height: 80%;
        margin: 0 auto;
        padding-top: 100px;
        object-fit: cover;
    }

    a.btn_06 {
        display: block;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        font-size: 13px;
        width: 65%;
        padding: 8px 10px;
        font-weight: bold;
        background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
        color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        left: 18%;
        bottom: 13%;
    }

    a.btn_06:hover {
        color: #fff;
        opacity: 0.8;
    }


    .sab3 {
        width: 100%;
        height: 500px;
        display: flex;
    }

    .p7 {
        width: 34%;
        height: 100%;
        position: relative;
    }

    .p7 img {
        width: 70%;
        height: 60%;
        margin: 0 auto;
        object-fit: cover;
    }

    a.btn_07 {
        display: block;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        font-size: 13px;
        width: 65%;
        padding: 8px 10px;
        font-weight: bold;
        background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
        color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        left: 18%;
        bottom: 36%;
    }

    a.btn_07:hover {
        color: #fff;
        opacity: 0.8;
    }

    .p8 {
        width: 33%;
        height: 100%;
        position: relative;
    }

    .p8 img {
        width: 70%;
        height: 70%;
        margin: 0 auto;
        padding-top: 50px;
        object-fit: cover;
    }

    a.btn_08 {
        display: block;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        font-size: 13px;
        width: 65%;
        padding: 8px 10px;
        font-weight: bold;
        background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
        color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        left: 17%;
        bottom: 26%;
    }

    a.btn_08:hover {
        color: #fff;
        opacity: 0.8;
    }

    .footer {
        width: 100%;
        height: 180px;
        background-color: #f5dcf3;
        margin-top: 100px;
        padding-bottom: 30px;
    }

    .footer1 {
        width: 100%;
        height: 100%;
        font-size: 12px;
        padding-top: 30px;
        padding-left: 40px;
        line-height: 200%;
    }

    .footer2 {
        width: 100%;
        height: auto;
        font-size: 10px;
        text-align: center;
        background-color: #f5dcf3;
    }
}





/*SPサイズレスポンシブ*/
@media(max-width:599px) {
    body {
        max-width: 599px;
    }

    .container {
        width: 100%;
        height: auto;
        color: #5d5c5c;
    }

    .header {
        width: 100%;
        height: 60px;
    }

    .header img {
        width: 15%;
        height: 100%;
        margin-left: 10px;
        object-fit: cover;
    }

    /*========= ナビゲーションのためのCSS ===============*/

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

    /*アクティブクラスがついたら位置を0に*/
    #g-nav.panelactive {
        top: 0;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list {
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }


    /*ナビゲーション*/
    #g-nav ul {
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /*リストのレイアウト設定*/

    #g-nav li {
        list-style: none;
        text-align: center;
    }

    #g-nav li a {
        color: #615f5f;
        font-size: 10px;
        text-decoration: none;
        padding: 5px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    /*========= ボタンのためのCSS ===============*/
    .openbtn {
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 3px;
        right: 8px;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }

    /*×に変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #fd91e0;
        width: 45%;
    }

    .openbtn span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn span:nth-of-type(2) {
        top: 23px;
    }

    .openbtn span:nth-of-type(3) {
        top: 32px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    .title {
        width: 100%;
        height: auto;
        margin-top: 30px;
        margin-bottom: 60px;
    }

    #main {
        width: 100%;
        height: auto;
    }

    .title h2 {
        width: 100%;
        height: auto;
        font-size: 30px;
        text-align: center;
    }

    .border {
        position: relative;
        text-align: center;
        font-size: 18px;
    }

    .border:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        border-bottom: solid 2px #fd91e0;
        transform: translateX(-50%);
        animation: border_anim 3s linear forwards;
    }

    @keyframes border_anim {
        0% {
            width: 0%;
        }

        100% {
            width: 100%;
        }
    }

    .sab1 {
        width: 100%;
        height: 300px;
        display: flex;

    }

    .p1 {
        width: 34%;
        height: 100%;
        position: relative;
    }

    .p1 img {
        width: 80%;
        height: 60%;
        margin: 0 auto;
        object-fit: cover;
    }

    a.btn_01 {
        display: block;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        font-size: 10px;
        width: 85%;
        padding: 4px 6px;
        font-weight: bold;
        background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
        color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        left: 15%;
        bottom: 33%;
    }

    a.btn_01:hover {
        color: #fff;
        opacity: 0.8;
    }

    .p2 {
        width: 33%;
        height: 100%;
        position: relative;
    }

    .p2 img {
        width: 80%;
        height: 70%;
        margin: 0 auto;
        padding-top: 30px;
        object-fit: cover;
    }

    a.btn_02 {
        display: block;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        font-size: 10px;
        width: 85%;
        padding: 4px 6px;
        font-weight: bold;
        background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
        color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        left: 15%;
        bottom: 23%;
    }

    a.btn_02:hover {
        color: #fff;
        opacity: 0.8;
    }

    .p3 {
        width: 33%;
        height: 100%;
        position: relative;
    }

    .p3 img {
        width: 80%;
        height: 90%;
        margin: 0 auto;
        padding-top: 60px;
        object-fit: cover;
    }

    a.btn_03 {
        display: block;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        font-size: 10px;
        width: 85%;
        padding: 4px 6px;
        font-weight: bold;
        background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
        color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        left: 15%;
        bottom: 6%;
    }

    a.btn_03:hover {
        color: #fff;
        opacity: 0.8;
    }

    .sab2 {
        width: 100%;
        height: 300px;
        display: flex;
    }

    .p4 {
        width: 34%;
        height: 100%;
        position: relative;
    }

    .p4 img {
        width: 80%;
        height: 60%;
        margin: 0 auto;
        object-fit: cover;
    }

    a.btn_04 {
        display: block;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        font-size: 10px;
        width: 85%;
        padding: 4px 6px;
        font-weight: bold;
        background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
        color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        left: 15%;
        bottom: 36%;
    }

    a.btn_04:hover {
        color: #fff;
        opacity: 0.8;
    }

    .p5 {
        width: 33%;
        height: 100%;
        position: relative;
    }

    .p5 img {
        width: 80%;
        height: 70%;
        margin: 0 auto;
        padding-top: 50px;
        object-fit: cover;
    }

    a.btn_05 {
        display: block;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        font-size: 10px;
        width: 85%;
        padding: 4px 6px;
        font-weight: bold;
        background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
        color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        left: 15%;
        bottom: 23%;
    }

    a.btn_05:hover {
        color: #fff;
        opacity: 0.8;
    }

    .p6 {
        width: 33%;
        height: 100%;
        position: relative;
    }

    .p6 img {
        width: 80%;
        height: 90%;
        margin: 0 auto;
        padding-top: 100px;
        object-fit: cover;
    }

    a.btn_06 {
        display: block;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        font-size: 10px;
        width: 85%;
        padding: 4px 6px;
        font-weight: bold;
        background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
        color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        left: 15%;
        bottom: 6%;
    }

    a.btn_06:hover {
        color: #fff;
        opacity: 0.8;
    }


    .sab3 {
        width: 100%;
        height: 300px;
        display: flex;
    }

    .p7 {
        width: 34%;
        height: 100%;
        position: relative;
    }

    .p7 img {
        width: 80%;
        height: 60%;
        margin: 0 auto;
        object-fit: cover;
    }

    a.btn_07 {
        display: block;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        font-size: 10px;
        width: 85%;
        padding: 4px 6px;
        font-weight: bold;
        background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
        color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        left: 15%;
        bottom: 34%;
    }

    a.btn_07:hover {
        color: #fff;
        opacity: 0.8;
    }

    .p8 {
        width: 33%;
        height: 100%;
        position: relative;
    }

    .p8 img {
        width: 80%;
        height: 70%;
        margin: 0 auto;
        padding-top: 30px;
        object-fit: cover;
    }

    a.btn_08 {
        display: block;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
        font-size: 10px;
        width: 85%;
        padding: 4px 6px;
        font-weight: bold;
        background: linear-gradient(-45deg, #a0b0f6, #dbbdf7);
        color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        position: absolute;
        left: 15%;
        bottom: 23%;
    }

    a.btn_08:hover {
        color: #fff;
        opacity: 0.8;
    }

    .footer {
        width: 100%;
        height: 130px;
        background-color: #f5dcf3;
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .footer1 {
        width: 100%;
        height: 100%;
        font-size: 8px;
        padding-top: 20px;
        padding-left: 20px;
        line-height: 180%;
    }

    .footer2 {
        width: 100%;
        height: auto;
        font-size: 5px;
        text-align: center;
        background-color: (-45deg, #a0b0f6, #dbbdf7);
    }
}