
body{
    font-family: sans-serif;
}

img{
    width: 100px;
}
.logo{
    width: 70px;
    height: 70px;
    margin: 30px;
}

.zentai{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/Mainbg.svg);
    background-size: cover;
    z-index: 1;
    top: 0;
}


.hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 150;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.hamburger.is-active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}

.hamburger.is-active span:nth-child(2) {
    opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.hamburger span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background-color: #fffdfd;
    transition: transform .3s;
}

.hamburger.is-active span {
    background-color: #ffffff;
}

.hamburger span:nth-child(1) {
    top: 30%;
}

.hamburger span:nth-child(2) {
    top: 60%;
}

.hamburger span:nth-child(3) {
    top: 90%;
}

/*=========================================
#drawer
=========================================*/
.drawer {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 130;
    width: 100%;
    height: 100vh;
    background-color: #333333;
    transition: opacity .3s, visibility .3s;
}

.drawer.is-active {
    visibility: visible;
    opacity: 1;
}

.drawer-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}

.drawer__list {
    display: flex;
    flex-direction: column;

    gap: 50px;
}

.drawer__link {
    color: #ffffff;
}





img {
    max-width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    font-style: italic;
    vertical-align: middle;

    shape-margin: .75rem;
}

.hidari{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    gap: 24px;
    color:#ffffff;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
}

/* a{
    display: block;
} */

.button_hidari{
    color: #59C3DC;
    background-image:url(../img/buttonBg.svg) ;
    /* text-align: center; */
    background-size: cover;
    border-radius: 24px;
    font-size: 20px;
    font-weight: 700;
    transition: all .4s;
    -webkit-transition: all .4s;
    width: 300px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button_hidari:hover{
    background-image:url(../img/hidaributton_ao.svg) ;
    background-size: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
}




.name_rehem{
    width: 220px;

}


.anata{
    color: #ffffff;
    font-size: 35px;
}

.icon3{
    display: flex;
    width: 150px;
    gap: 25px;
}

.yazirusi_hidari{
    width: 30px;
}

.migi{
    position: relative;
    background-color: #FBF2E2;
    width: 400px;
    height: auto;
    z-index: 999;
    border-radius: 48px;
    left: 60%;
    top: 0;
    margin-top: 10%;
    border: solid 5px #EFA00B;
    padding: 50px 24px;
    padding-bottom: 0;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:20px ;
}

.saisyo_1{
    width: 150px;
    margin-bottom: 30px;

}

.title_miigi{
    text-align: center;
    color: #EFA00B;
    font-size: 30px;
}

.hana{
    width: 40px;
    z-index: 1000;
}


.ue_svg{
    background-image: url(../img/sss4.png);
    width: 100%;
    height: 450px;
    border-radius: 48px;
    margin: -45px;
}


.san_mozi{
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #EFA00B;
    font-size: 30px;
    margin-top:  100px;
    gap: 20px;
    align-items: center;
}

.orenge_button{
    color:#FBF2E2 ;
    background-color: #EFA00B;
    background-size: cover;
    border-radius: 48px;
    text-align: center;
    font-size: 18px;
    padding: 20px 12px;
    font-weight: 600;
    transition: 400ms;
}

.orenge_button:hover{
    background-color: #8a5d09;
}

.yazirusi_migi{
    width: 20px;
}

.hana2{
    width: 40px;
    margin: 40px 0;
}

.ore{
    width: 400px;
    height: fit-content;
    background-color: #EFA00B;
    padding: 160px 0;
    border-radius: 1000px;
    color: #FBF2E2;
}

.tukaikata{
    margin-left: 50px;
    font-weight: 600;
}

.howtouse{
    text-align: center;
    font-size: 45px;
    font-weight: 700;
}

.kiroku{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    gap: 6px;
}

.kiroku_gazou{
    background-image:url(../img/1_5.001.png);
    width: 70%;
    height: 200px;
    border-radius: 48px;
    margin-top: 50px;
}

.kiroku_gazou2{
    background-image: url(../img/2_2.001.png);
    width: 70%;
    height: 200px;
    border-radius: 48px;
    margin-top: 50px;
}

.h1_hidari{
    font-size: 28px;
    margin: 15px 0;
    margin-left: 50px;
    font-weight: 700;
}

.hana_3{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hana3{
    width: 40px;
    margin-top: 70px;
}

.sns_sita{
    text-align: center;
    color: #EFA00B;
}

.h1_sita{
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}

.icon3_2{
        display: flex;
        width: 150px;
        align-items: center;
        gap: 24px;
        margin-left: 20px;
        margin-top: 40px;
        margin-bottom: 80px;
}


.ore_2{
    display: flex;
    flex-direction: column;
    width: 400px;
    height: fit-content;
    background-color: #EFA00B;
    color: #FBF2E2;
    padding: 50px;
    text-align: center;
    align-items: center;
    gap: 24px;
}


.last_img{
    width: 130px;
}


.button_migi_l{
    color: #59C3DC;
    padding: 20px 12px;
    background-image:url(../img/buttonBg.svg) ;
    background-size: cover;
    border-radius: 1000px;
    font-weight: 600;
}
.button_migi_l:hover{
    background-image:url(../img/hidaributton_ao.svg) ;
}



@media (max-width: 768px) {

    .zentai {
        background-image: url(../img/haikei2.svg); /* モバイル用背景画像 */
    }

    .hidari {
        display: none;
    }

    .migi {
        left: 17%;
        top: 20%;
    }

    .button_hidari, .orenge_button {
        width: 80%;
        font-size: 18px;
    }
}