body {
    color: #534600;
    background-color: #FFFBE4;
    font-family: 'Noto Sans JP', sans-serif;;
    line-height: 1.5;
    font-size: 1.5vw;
    width: 100%;
}

img {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #534600;
}

a:hover {
    opacity: 0.7;
}

.container {
    width: 85%;
    margin: 0 auto;
}

.clear::after {
    content: "";
    clear: both;
    display: block;
}

.fix-menu {
    position: relative;
    top: -6vw;
}

/*=========================
header
============================*/
#fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    background: #FFEF9D;
    z-index: 2;
}

.header {
    padding: 12px 0;
    height: 6vw;
}

.header-container {
    width: 90%;
    margin: 0 auto;
}
.header-left {
    float: left;
    line-height: 1;
    letter-spacing: 0.5rem;
}

/* .header-left a {
    font-family: 'Kiwi Maru', serif;
    letter-spacing: 0.05em;
    color: #E81C8A;
} */
.header-right {
    float: right;
}

.header-title {
    height: 4vw;
    width:auto;
}

.header-nav {
    line-height: 1;
}

.header-nav-item {
    font-size: 1.4vw;
    letter-spacing: 0.05em;
    float: left;
    margin-left: 2.7vw;
    margin-top: 1vw;
}

.header-nav-item a {
    color: #E81C8A;
}


.sub-nav-item {
    display: block;
    text-align: center;
    font-size: 0.8vw;
    letter-spacing: 0.03em;
    margin: 3px 0px 4px;
    color: #534600;
}

.contact-menu span {
    /* border-style: solid;
    border-width: 1px; */
    /* border-color: #707070; */
    background-color: #E81C8A;
    padding: 3px 12px 2px;
    border-radius: 5px;
}

.contact-menu a span {
    color: #fff;
}

.contact-sub {
    display: block;
    margin-top: 0.5vw;
}

/*=========================
top
============================*/
.top-dami {
    height: 6vw;
}


.top-title {
    position: absolute;
    font-weight: bold;
}

.top-button {
    width: calc(300/1440*100%);
    position: absolute;
    top: 28vw;
    left: 53vw;
    transition: all 0.5s ease 0s;
}


/*=========================
section
============================*/
.section    {
    margin-bottom: 120px;
}

.section-name {
    margin-bottom: 10px;
    text-align: center;
    font-size: 3.8vw;
    line-height: 1;
    /* filter: drop-shadow(10px 10px 10px rgba(0,0,0,1)); */
    color: #E81C8A;
    font-family: 'Kiwi Maru', serif;
    font-weight: bold;
}

.section-name--support {
    margin-bottom: 12px;
}
.section-subname {
    font-size: 1.8vw;
    text-align: center;
    line-height: 1;
    margin-bottom: 50px;
}

.contents-title {
    font-size: 2vw;
    margin-bottom: 20px;
    line-height: 1.5;
    /* filter: drop-shadow(10px 10px 10px rgba(0,0,0,1)); */
}

.contents-title span {
    color: #E81C8A;
}
.contents {
    font-size: 1.2vw;
    line-height: 1.75;
}
.show-text {
    margin-bottom: 10px;
}
.hide-text {
    display: none;
}

button.read-more {
    position: relative;
    margin-top: 20px;
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: #534600;
    background-color: transparent;
    color: #534600;
    padding: 4px 20px;
    font-family: 'Kiwi Maru', serif;
    border-radius: 5%;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}

button.read-more:hover {
    border-color: #E81C8A;
    background-color: transparent;
    color: #E81C8A;

}
a.read-more {
    position: relative;
    margin-top: 20px;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-color: #534600;
    background-color: transparent;
    color: #534600;
    padding: 4px 20px;
    font-family: 'Kiwi Maru', serif;
    border-radius: 5%;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}

a.read-more:hover {
    border-color: #E81C8A;
    background-color: transparent;
    color: #E81C8A;

}
.scrollanime {
    opacity: 0;
}

.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

/*=========================
service
============================*/
.service {
    display: flex;
}

.service-img {
    width: 50%;
    /* filter: drop-shadow(10px 10px 10px rgba(0,0,0,1)); */
    margin-top: 10px;
}
.service-img img {
    border-radius: 10px;

}

.service-contents {
    width: 45%;
    margin-left: 5%;

}

/*=========================
features
============================*/
.features {
    display: flex;
    flex-direction: row-reverse;
}

.features-img {
    width: 50%;
    /* filter: drop-shadow(10px 10px 10px rgba(0,0,0,1)); */
    margin-top: 10px;
}

.features-img img {
    border-radius: 10px;

}
.features-contents {
    width: 45%;
}

/*=========================
examples
============================*/
.exam {
    display: flex;
    margin-bottom: 20px;
}

.examples {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.examples-img {
    width: 50%;
    /* filter: drop-shadow(10px 10px 10px rgba(0,0,0,1)); */
}

.exam-face {
    /* margin-top: 3vh;
    margin-right: 3vw; */
    margin-top: 3vh;
    margin-right: 3vw;
    width: 30%;
    margin-right: 5%;
}

.exam-face img {
    border-radius: 10px;
}

.examples-contents {
    width: 45%;
    padding-left: 5%;
    margin-bottom: 20px;
}
.exam-title-case {
    font-size: 2vw;
    font-family: 'Dancing Script', cursive;
}

.exam-title-name {
    font-size: 2vw;
    line-height: 1.4;
    margin: 10px 0 10px;
}

.exam-title {
    /* width: 70%; */
    font-size: 2.3vw;
    line-height: 1.5;
    display: flex;
}
.exam-title-container {
    margin-left: 1vw;
}
.example1 {
    width: calc(33.3% - 30px * 2/3);
    /* display: flex; */
    /* flex-direction: row-reverse;
    justify-content: space-between; */
}

.exam1-img,
.exam2-img {
    width: 50%;
    /* filter: drop-shadow(10px 10px 10px rgba(0,0,0,1)); */
    margin-top: 10px;
}

.exam1-contents {
    /* width: 48%; */
    margin-bottom: 35px;
    line-height: 1.8;
}

.exam1-face-and-title {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 10px;
}



.exam1-title {
    width: 70%;
    font-size: 2.3vw;
    padding-bottom: 15px;
    line-height: 1.7;
}

.example2 {
    width: calc(33.3% - 30px * 2/3);
    margin-left: 30px;
}

.exam2-contents {
    /* width: 48%; */
    line-height: 1.8;
}

.exam2-face-and-title {
    display: flex;
    margin-top: 10px;
}


.exam2-title {
    width: 70%;
    font-size: 2.3vw;
    padding-bottom: 15px;
}

.example3 {
    width: calc(33.3% - 30px * 2/3);
    margin-left: 30px;
}
.exam3-contents {
    /* width: 48%; */
    line-height: 1.8;
}

.exam3-face-and-title {
    display: flex;
    margin-top: 10px;
}

.exam3-title {
    width: 70%;
    font-size: 2.3vw;
    padding-bottom: 15px;
}

.naiyou-wrapper {
    font-size: 1.5vw;
    line-height: 1.5;
}

.naiyou-title {
    font-size: 2vw;
    font-weight: bold;
    margin-bottom: 10px;
    color: #E81C8A;

}

.naiyou-wrapper h5 {
    display: inline-block;
    border-bottom: 1px solid #E81C8A;
    margin-bottom: 5px;
}

.naiyou-text {
    display: inline-block;
    margin-bottom: 20px;
    color: #E81C8A;
}

/*=========================
flow
============================*/
.flow{
    display: flex;
    justify-content: space-between;
}

.flow-box {
    width: 30%;
    border: solid 2px #707070;
    text-align: center;
    padding: 30px 0;
    /* filter: drop-shadow(10px 10px 10px rgba(0,0,0,1)); */

}

.flow-img {
    width: 80%;
    margin: 0 auto;;
}
.flow-box-title {
    line-height: 1.5;
}

.flow-box-title span {
    display: block;
    margin: 10px;
}

.flow-box-content {
    display: block;
    padding-top: 10px;
    text-align: center;
    line-height: 1.5;
    font-size: 1.5vw;
}

.contact-button {
    display: block;
    width: 20%;
    margin: 0 auto;
}

.contact-text {
    font-size: 1.2vw;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 10px;
}
/*=========================
questions
============================*/
.questions {
    margin: 0 40px 35px;
}

.question-title {
    font-size: 2vw;
    border-bottom: solid 2px #E81C8A;
    /* filter: drop-shadow(10px 10px 10px rgba(0,0,0,1)); */
    line-height: 1.7;
}

.question-contents {
    font-size: 1.2vw;
    padding-left: 30px;
}

/*=========================
support
============================*/
.support {
    display: flex;
    justify-content: center;
}

.support-img {
    width: 30%;
    /* filter: drop-shadow(10px 10px 10px rgba(0,0,0,1)); */
}

.support-img img {
    border-radius: 10px;

}
/*=========================
profile
============================*/
.profile {
    display: flex;
    /* flex-direction: row-reverse; */
}

.profile-img {
    width: 50%;
    /* filter: drop-shadow(10px 10px 10px rgba(0,0,0,1)); */
    margin-top: 8px;
}

.profile-img img {
    border-radius: 10px;

}
.profile-contents {
    width: 45%;
    margin-left: 5%;
    font-size: 1.5rem;

}

/*=========================
news
============================*/
.news-title {
    text-align: center;
    font-size: 2.5vw;
    line-height: 1.5;
    /* filter: drop-shadow(10px 10px 10px rgba(0,0,0,1)); */
}

.news {
    margin-bottom: 60px;
}
.news .wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 60px 0;
}

.news .sub-title {
    margin: 35px 0 20px;
    letter-spacing: 0.05em;
    font-size: 2vw;
    color: #E81C8A;
}

.sns-box {
    width: 40%;
}

.instagram-box {
    border-radius: 10px;
}

/*=========================
contact
============================*/

.contact {
    background-color: #FFEF9D;
    width: 100%;
    padding: 60px 20px 80px;
    margin-bottom: 0;
}

.contact-small {
    background-color: #FFEF9D;
    width: 100%;
    padding: 40px 20px 40px;
    margin-bottom: 50px;
}

.contact-title {
    text-align: center;
    font-size: 2.8vw;
    line-height: 1.5;
    /* filter: drop-shadow(10px 10px 10px rgba(0,0,0,.7)); */
}


form dl {
    font-size: 2vw;
    display: block;
    margin: 0 auto;
    width: 900px;
}

form dl dt {
    width: 330px;
    padding: 10px 0;
    float: left;
    clear: both;
    line-height: 1.9;
}

.yotei {
    padding-top: 2px;
    line-height: 1;
}
.yotei span {
    font-size: 15px;
}

.radio {
    font-size: 2.3vw;
}

input[type="text"],
input[type="email"],
input[type="address"],
textarea {
    border: solid 2px #707070;
    border-radius: 5px;
    padding: 10px;
}

input[type="text"],
input[type="email"],
input[type="address"] {
    width: 100%;
}

.not-required {
    background-color: #D7E0CC;
}

.agree {
    width: 300px;
    display: block;
    margin:0 auto;
}

input[type="checkbox"] {
    font-size: 1.5rem;
    text-align: center;
}

.required::after {
    content: "必須";
    margin-left: 5px;
    margin-bottom: 15px;
    color: #585353;
    background: #77DBA5;
    padding: 1px 3px;
    font-size: 10px;
    font-family:  sans-serif, serif;
    vertical-align: middle;
}

.submit-button {
    font-family:  sans-serif, serif;
    border: solid 2px #707070;
    border-radius: 5px;
    cursor: pointer;
    background-color: #77DBA5;
    color: #1B1A1A;
    display: block;
    margin: 0 auto;
    padding: 15px 5px;
    padding-top: 19px;
    margin-top: 70px;
    /* filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.5)); */
}
.submit-button:hover {
    opacity: 0.7;
  }

.privacy {
    width: 80%;
    margin: 0 auto;
}

.privacy span {
    font-size: 2.3vw;
}

.privacy p {
    font-size: 1.2vw;
}

.privacy label {
    vertical-align: middle;
}
.privacy input[type="checkbox"] {
    width:			24px;
	height:			24px;
	-moz-transform:		scale(1.0);
	-webkit-transform:	scale(1.0);
    transform:		scale(1.0);
    vertical-align: middle;
}

/*=========================
footer
============================*/
.footer {
    background-color: #E81C8A;
    font-size: 0;
    color: #fff;
}

.copyright  {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    padding: 15px 0;
    line-height: 1;
}

/*=========================
contact-html
============================*/
.contact-html {
    color: #201C1C;
    font-size: 1.8vw;
    font-weight: bold;
}

.back-button {
    font-family:  sans-serif, serif;
    font-size: 1rem;
    border: solid 2px #707070;
    border-radius: 5px;
    cursor: pointer;
    background-color: #77DBA5;
    color: #1B1A1A;
    display: block;
    margin: 0 auto;
    padding: 10px 15px;
    padding-top: 12px;
    margin-top: 70px;
    /* filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.5)); */
}

.back-button:hover {
    opacity: 0.7;
}

/*===============================================================
thanks.html
==========================================================================*/
.thanks-wrapper {
    display: flex;
    width: 80%;
    margin: 0 auto;
    margin-top: 3vw;
}

.thanks-img {
    width: 35%;
}

.thanks-title {
    font-family: 'Rochester', cursive;
    font-size: 5vw;
    line-height: 1;
    margin-bottom: 10px;
}

.thanks {
    width: 50%;
    padding-left: 20px;
}

#MenuBtnCheck{
    display:none;
}
.MenuSmoke{
    display:none;
    position:fixed;
    z-index:3;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background:#000000;
    transition: all 0.5s;
    opacity:0;
}
/* #FormConfirm{
    visibility:hidden;
} */
#thanks{
    visibility:hidden;
}
/*===============================================
PC用表示
===================================================*/

@media only screen and (min-width:769px){
    .PCnone {
        display: none!important;
    }

    .example2, .example3 {
        margin-left: 30px;
    }
    .features-contents {
        padding-left: 2%;
    }

    .top {
        width: 100%;
        height: 43vw;
        background-size: cover;
        margin-bottom: 200px;
        position: relative;
    }

    .top-title {
        font-family: 'Kiwi Maru', serif;
        color: #E81C8A;
        font-weight: bold;
        text-align: left;
        top: 13vw;
        right: 4vw;
        font-size: 4vw;
    }


    button.read-more {
        height: 6vw;
        font-size: 2vw;
    }
    /*======================
    flow
    =================*/
    .flow-box-title {
        font-size: 2.3vw;
    }

    .flow-box-title span {
        font-size: 2.3vw;
    }

    .flow-contact-button {
        margin-top: 10px;
    }

    /*======================
    contact
    =================*/
    input[type="text"],
    input[type="email"],
    input[type="address"] {
        max-width: 300px;
    }

    input[type="text"],
    input[type="email"],
    input[type="address"],
    textarea {
        font-size: 1.8vw;
    }

    textarea {
        width: 100%;
        max-width: 500px;
        height: 8rem;
    }

    .required::after {
        font-size: 1.2vw;
    }

    .privacy p {
        padding-left: 10vw;
    }

    .agree {
        width: 29vw;
    }

    .submit-button {
        font-size: 1.2rem;
        width: 200px;
    }

    /*======================
    contact-html
    =================*/
    form dl dd {
        padding: 6px 0 10px;
    }

    .contact-html-button {
        display: inline-block;
        margin: 0 20px;
    }

    /* .back-button {
        margin-left: 20vw;
    } */

    .button-wrapper {
        text-align: center;
        margin-left: 30px;
    }
}

/*===============================================
スマホ用表示
===================================================*/
@media only screen and (max-width:768px){
    .SPnone {
        display: none!important;
    }

    .clear::after {
        content: none;
    }

    body {
        font-size: 6vw;
    }

    .fix-menu {
        top: -12vw;
    }

    /*======================
    section
    =================*/
    .section-name {
        font-size: 10vw;
    }

    .section-subname {
        font-size: 5vw;
    }

    .contents-title {
        font-size: 6vw  ;
    }

    .contents {
        font-size: 4vw;
    }

    button.read-more {
        height: 13vw;
        font-size: 5vw;
        color: #E81C8A;
        border-color: #E81C8A;
    }
    /*======================
    header
    =================*/
    .header {
        height: 12vw;
        padding: 0;
    }

    .header-nav {
        background-color: #FFFBE4;
        border: 1px solid #E81C8A;
        padding-top: 10px;
    }

    .header-nav-item {
        float: none;
        font-size: 6vw;
        margin: 7vw 3vw;
        border-bottom: 1px solid #E81C8A;
    }

    .header-left {
        float: none;
        }

    .header-title {
        text-align: left;
        height: 9vw;
        width: auto;
        margin-top: 5px;
        }


    .header-right {
    float: none;
    }

    .header-nav{
    position: fixed;
    top: 0;
    right: -60vw;
    width: 60vw;
    transition: all 0.5s;
    z-index:4;
    /*display:none;*/
    }

    .header-right li {
        display: block;
    }

    .sub-nav-item {
        text-align: left;
        font-size: 3vw;
    }

    .contact-sub {
        padding-top: 2vw;
    }
    /*===左上の[eri.]以外、ハンバーガーメニューにして右上表示。====*/

    /*=================
    top
    =====================*/
    .top-dami {
        height: 12vw;
    }

    .top {
        margin-bottom: 120px;
    }

    .top-title {
        top: 112vw;
        right: 10vw;
        font-size: 9vw;
        width: 80%;
        line-height: 12vw;
        color: #E81C8A;
        font-family: 'Kiwi Maru', serif;

    }

    .top-button {
        width: 250px;
        left: 50%;
        transform: translateX(-50%);
        top: 155vw;
    }
    .hana, .hito, .sukuu {
        display: block;
    }

    .hana {
        text-align: left;
    }

    .hito {
        text-align: left;
    }

    /*=================
    service
    =====================*/
    .service {
        flex-wrap: wrap;
    }

    .service-img {
        width: 100%;
        /* filter: drop-shadow(10px 10px 10px rgba(0,0,0,1)); */
        margin-bottom: 10px;
    }

    .service-contents {
        width: 100%;
        text-align: left;
        margin-left: 0;
    }
    /*=================
    feature
    ===================*/
    .features {
        flex-wrap: wrap;
    }

    .features-img {
        width: 100%;
    }

    .features-contents {
        width: 100%;
        /* margin-left: 20%; */

    }

    /*=================
    example
    ===================*/
    .exam {
        flex-wrap: wrap;
    }

    .examples-img {
        width: 100%;
    }

    .exam-title-container {
        margin-left: 4vw;
    }

    .examples-contents {
        width: 100%;
        /* margin-left: 20%; */
    }

    .example1,
    .example2,
    .example3 {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin-left: 0;
    }

    .exam1-img,
    .exam2-img {
        width: 100%;
    }

    .exam1-contents,
    .exam2-contents {
        width: 100%;
    }

    .exam1-img {
        margin-bottom: 40px;
    }

    .exam-face {
        margin-right: 15vw;
        width: 40%;
        margin: 0;
    }

    .exam-title {
        margin-top: 10px;
        font-size: 6vw;
        width: 100%;
    }

    .exam-title-name {
        font-size: 6vw;
        margin: 15px 0 15px 5px;
    }

    .exam-title-case {
        font-size: 4.5vw;
        margin-left: 5px;
    }

    .exam1-face-and-title,
    .exam2-face-and-title {
        flex-wrap: wrap;
    }

    .exam2-face-and-title {
        flex-direction: row-reverse;
    }

    .naiyou-wrapper {
        margin-bottom: 40px;
        font-size: 5vw;
        line-height: 8vw;
    }

    .naiyou-title {
        font-size: 6vw;
    }
    .naiyou-wrapper h5 {
        font-size: 5vw;
        padding: 7px 0;
        margin-bottom: 0;
    }

    /*=================
    flow
    ===================*/
    .flow {
        flex-wrap: wrap;
    }
    .flow-img {
        width: 100%;
    }

    .flow-box {
        width: 80%;
        margin: 15px auto 0;
    }

    .flow-box-title {
        font-size: 6vw;
    }

    .flow-box-content {
        font-size: 4vw;
    }

    .flow-contact-button {
        margin-top: 20px;
    }
    .contact-button {
        width: 90%;
        margin: 0 auto;
    }

    /*=================
    question
    ===================*/
    .question-title {
        font-size: 7vw;
        margin-top: 10px;
    }

    .question-contents {
        margin-top: 7px;
        font-size: 5vw;
        padding-left: 0;
    }

        /*=================
    support
    =====================*/
    .support {
        flex-wrap: wrap;
    }

    .support-img {
        width: 100%;
        /* filter: drop-shadow(10px 10px 10px rgba(0,0,0,1)); */
        margin-bottom: 10px;
    }

    /*=================
    profile
    ===================*/
    .profile {
        flex-wrap: wrap;
    }

    .profile-img {
        width: 100%;
    }

    .profile-contents {
        width: 100%;
        margin-left: 0;
    }

    /*=================
    news
    ===================*/
    .news .wrapper {
        flex-wrap: wrap;
        margin: 0 20px 0;

    }

    .sns-box {
        width: 100%;
    }

    .sns-box .sub-title {
        text-align: center;
        font-size: 6vw;

    }

    .sns-box a {
        display: block;
        width: 90%;
        margin: auto;
    }

    .news-title {
        font-size: 7vw  ;
    }

    /*=================
    contact
    ===================*/
    .contact-text {
        font-size: 5vw;

    }

    form dl dt {
        float: none;
        font-size: 6vw;
        width: 100%;
        padding: 0;

    }

    form dl {
        width: 80%;
    }

    .contact-title {
        font-size: 7vw;
    }

    .radio {
        font-size: 7vw;
    }

    .privacy p {
        font-size: 5vw;
    }

    .privacy span {
        font-size: 6.5vw;
    }

    .agree {
        font-size: 7vw;
    }

    input[type="text"],
    input[type="email"],
    input[type="address"] {
        height: 15vw;
        font-size: 6vw;
    }

    textarea {
        width: 100%;
        height: 80vw;
        font-size: 5vw;
    }

    .required::after {
        font-size: 4vw;
    }

    .submit-button {
        padding: 15px 5px;
        padding-top: 19px;
        font-size: 6vw;
        width: 50vw;
        margin-top: 70px;
    }

    /*======================
    contact-html
    ==========================*/
    .contact-html {
        color: #201C1C;
        font-size: 5vw;
        font-weight: bold;
        line-height: 1;
    }

    form dl dd {
        font-size: 7vw;
        margin-bottom: 15px;
    }

    /*======================
    thanks.html
    ==========================*/
    .thanks-wrapper {
        flex-wrap: wrap;
    }

    .thanks-img {
        width: 65%;
        margin: 0 auto;
    }

    .thanks-title {
        font-size: 10vw;
    }

    .thanks {
        width: 100%;
        line-height: 1.8;
        font-size: 5vw;
        margin-bottom: 80px;
    }

    .menu-btn {
        position: fixed;
        top: 2vw;
        right: 2vw;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 4;

        width:8vw;
        height:8vw;
        transition: all 0.5s;
    }
    .MenuBtn,
    .MenuBtn:before,
    .MenuBtn:after {
        content: '';
        display: block;
        height: 1vw;
        width: 8vw;
        background-color: #E81C8A;
        position: absolute;
    }
    .MenuBtn:before {
        bottom: 3vw;
    }
    .MenuBtn:after {
        top: 3vw;
    }
    #MenuBtnCheck:checked ~ .menu-btn .MenuBtn {
        background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
    #MenuBtnCheck:checked ~ .menu-btn .MenuBtn::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #MenuBtnCheck:checked ~ .menu-btn .MenuBtn::after {
        top: 0;
        transform: rotate(-45deg);
    }
    #MenuBtnCheck:checked ~ .menu-btn {
        right: 60vw;/*メニューを画面内へ*/
    }
    #MenuBtnCheck:checked ~ .header-nav {
        right: 0;/*メニューを画面内へ*/
    }
    #MenuBtnCheck:checked ~ .MenuSmoke{
        display:block;
        opacity:0.6;
    }
}
