html {
    font-family: "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "MS Ｐゴシック", sans-serif;
    background-color: #F6EEE0;
    scroll-behavior: smooth;
    overflow-x: hidden;
}


h1 {
    font-size: 45px;
}

h2 {
    font-size: 35px;
}

h1,
h2,
h3 {
    color: #e9945b;
}

dd {
    font-size: 25px;
}

ol {
    padding: 0;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

.inner {
    width: 80%;
    margin: 0 auto;
    margin-top: 100px;
}

.sub-inner {
    width: 70%;
    margin: 0 auto;
    margin-top: 100px;
}


.online-btn {
    width: 190px;
    height: 45px;
    border-radius: 100vh;
    text-decoration: none;
    text-align: center;
    line-height: 43px;
    color: #fff;
    background-color: #e9945b;
}

.online-btn:hover {
    opacity: 0.7;
}

.btn {
    display: inline-block;
    width: 165px;
    height: 45px;
    border-radius: 100vh;
    text-decoration: none;
    text-align: center;
    line-height: 46px;
    color: #fff;
    background-color: #e9945b;
}

.btn:hover {
    opacity: 0.7;
}

#wave1 {
    position: absolute;
    top: 85%;
}

/* #wave2{
    position: absolute;
    top: 1%;
} */

#bg-or {
    width: 100%;
    background-color: #e9945b;
}


/* ---------------header--------------- */
header {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 20px auto 0;
    padding-bottom: 30px;
    align-items: flex-end;
    background-color: #F6EEE0;
}

header img {
    width: 185px;
}

header nav {
    display: flex;
    margin-top: 45px;
    margin-left: 20%;
}

header nav .online-btn {
    position: relative;
    top: -10px;
}

header ul {
    display: flex;
}

header li {
    text-decoration: none;
    color: #e9945b;
}

header li:last-child {
    margin-right: 0;
}

header ul li:last-child a {
    display: block;
    width: 240px;
    /* padding: 5px 0; */
}

header li+li {
    margin-left: 30px;
}

header li a {
    text-decoration: none;
    color: #e9945b;
    font-size: 20px;
}

header li a:hover {
    opacity: 0.7;
}

/* -----------hamburger-menu----------- */

#drawer-toggle {
    display: none;
}

#hamburger-nav li:first-child {
    display: none;
}

/* ------------------------------------ */
/* ---------------footer--------------- */
#footer-upper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#footer-upper .online-btn {
    margin-top: 40px;
}

#footer-left img {
    width: 200px;
}

#footer-left div {
    margin-top: 30px;
    text-align: center;
}

#footer-left a {
    display: inline-block;
}

#center li a {
    text-decoration: none;
    color: black;
}

#center li a:hover {
    opacity: 0.5;
}

#center li+li {
    margin-top: 30px;
}

#pp {
    display: inline-block;
    margin-top: 50px;
    font-size: 14px;
    color: black;
}

#pp:hover {
    opacity: 0.5;
}


#center img {
    width: 40px;
    height: 40px;
}

#sns {
    margin-top: 50px;
}

#sns img:hover {
    opacity: 0.7;
}

#top-btn {
    width: 48px;
    height: 48px;
    text-decoration: none;
    background-color: #e9945b;
    display: block;
    text-align: center;
    border-radius: 24px;
}

#top-btn::before {
    content: '\f062';
    font-family: 'Font Awesome 6 Free';
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    line-height: 48px;
}

#top-btn:hover {
    opacity: 0.7;
}

#cr {
    width: 130px;
    margin: 100px auto 10px;
}

/* ------------------------------------ */

/* ===============index================== */

/* ---------------main1--------------- */
#main1 {
    display: flex;
    justify-content: space-between;
    position: relative;
}

#main1 h1 {
    width: 540px;
    margin-top: 150px;
}

#main1 h3 {
    margin-top: 30px;
}

#main1 img {
    width: 635px;
    height: 635px;
    border-radius: 65px;
}

.img-01,
.img-02,
.img-03 {
    position: absolute;
    top: 0;
    right: -700px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.img-01 {
    animation: slide-animation-01 24s infinite;
}

.img-02 {
    animation: slide-animation-02 24s infinite;
}

.img-03 {
    animation: slide-animation-03 24s infinite;
}

@keyframes slide-animation-01 {
    0% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    90% {
        opacity: 0
    }

    100% {
        opacity: 1;
    }
}

@keyframes slide-animation-02 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes slide-animation-03 {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* ------------------------------------ */
/* ---------------main2--------------- */
#main2 {
    margin-top: 710px;
    display: flex;
    position: relative;
}

#main2 h2 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 413px;
    letter-spacing: 1rem;
    color: #F6EEE0;
}

#main2 h2+div {
    text-align: center;
    margin: 70px 0 0 130px;
}

#main2 h3 {
    width: 290px;
    text-align: justify;
    color: #F6EEE0;
}

#main2 div:nth-child(2) {
    margin-top: 70px;
}

#main2 img {
    width: 635px;
    position: absolute;
    top: 0;
    right: 0;
}

#main2 .btn {
    color: #e9945b;
    background-color: #F6EEE0;
}

/* ------------------------------------ */
/* ---------------product-------------- */
#product-upper {
    display: flex;
    margin-top: 180px;
    justify-content: space-between;
}

#product-upper h1 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 1rem;
    color: #F6EEE0;
}

#container {
    display: flex;
    margin-left: 50px;
}

#container h2 {
    font-size: 20px;
    color: #F6EEE0;
}

#container div+div {
    margin-left: 150px;
}

#product-upper img {
    width: 300px;
    height: 300px;
    border-radius: 50px;
    object-fit: cover;
}

#product a {
    margin-top: 100px;
    margin-left: calc(100% - 165px);
}

#product .btn {
    color: #e9945b;
    background-color: #F6EEE0;
}

/* ------------------------------------ */
/* ----------------news---------------- */
#news h1 {
    padding-left: 1rem;
    border-left: 6px solid #e9945b;
}

#news dl {
    width: 80%;
    margin: 110px auto 0;
    padding-bottom: 110px;
}

#news dd {
    width: 95%;
    border-bottom: 1px solid #1f1f11;
    padding: 15px;
}

/* ------------------------------------ */

/* ==================================== */

/* ===============features============= */
#features-main1 h1 {
    margin-top: 65px;
    padding-left: 1rem;
    border-left: 6px solid #e9945b;
}

#features-main1 h2 {
    margin-top: 140px;
}

#features-main1 h2:last-child {
    text-align: center;
}

#features-main1 h3 {
    margin-top: 60px;
    width: 975px;
}

#features-main2,
#features-main3,
#features-main4 {
    display: flex;
    margin-top: 160px;
    justify-content: space-between;
}

#features-main2 h2,
#features-main3 h2,
#features-main4 h2 {
    margin-top: 25px;
}

#features-main2 h3,
#features-main3 h3,
#features-main4 h3 {
    margin-top: 30px;
    width: 550px;
}

#features-main2.sub-inner,
#features-main3.sub-inner,
#features-main4.sub-inner {
    width: 60%;
}

#features-main2 img,
#features-main3 img,
#features-main4 img {
    width: 450px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
}

#features-main4 {
    margin-bottom: 250px;
}



/* ==================================== */
/* ===============product============== */
#product-main1-outer {
    width: 50%;
    margin: 0 auto;
}

#product-main1 h1 {
    padding-left: 1rem;
    border-left: 6px solid #e9945b;
}

#product-main1 h2 {
    margin-top: 130px;
}

#product-main1 #container {
    margin-top: 45px;
}

.unit {
    flex-direction: column;
}

.unit:hover {
    opacity: 0.7;
}

.unit:first-child h4 {
    display: block;
    width: 4rem;
    margin: 0 auto;
}

.unit:last-child h4 {
    display: block;
    width: 5rem;
    margin: 0 auto;
}


.unit a {
    text-decoration: none;
    color: #e9945b;
}

#product-main1 img {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    object-fit: cover;
}

#product-main1 h3 {
    margin-top: 45px;
}

#product-tart {
    margin-top: 130px;
}

#product-tart h1,
#product-cookie h1 {
    width: 100%;
    border-bottom: 1px solid #e9945b;
}

#product-tart h2,
#product-cookie h2 {
    font-size: 16px;
    text-align: center;
}

#product-tart ul,
#product-cookie ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 90px;
}

#product-tart li,
#product-cookie li {
    margin-bottom: 45px;
}

#product-tart img,
#product-cookie img {
    width: 300px;
    height: 300px;
    border-radius: 50px;
    object-fit: cover;
}

/* ==================================== */
/* =================news=============== */
#news dd {
    margin-bottom: 50px;
}

/* ==================================== */
/* ================store=============== */
#store h1 {
    padding-left: 1rem;
    border-left: 6px solid #e9945b;
}

#store-container {
    display: flex;
    justify-content: space-between;
    margin-top: 140px;
}

.store-unit {
    width: 330px;
    /* height: 420px; */
    background-color: #fff;
    color: black;
}

.store-inner {
    width: 80%;
    margin: 0 auto;
}

.store-unit h3 {
    font-size: 20px;
    color: black;
}

.store-unit h3:first-child {
    width: 100%;
    border-bottom: 1px solid black;
    margin-top: 55px;
}

.store-unit h3:nth-child(2),
.store-unit h4+h3 {
    margin-top: 35px;
    font-weight: bold;
}

.store-unit h4 {
    margin-top: 15px;
}

.store-unit a {
    display: block;
    width: 155px;
    margin: 40px auto 55px;
}

/* ==================================== */
/* ============store-single============ */
#store-single {
    display: flex;
    justify-content: space-between;
}

#store-single-container {
    margin-right: 50px;
}

#store-single-container h2 {
    margin-bottom: 50px;
}

#store-single-container p {
    font-size: 20px;
}

#store-single-container a {
    color: #e9945b;
}

#store-single-container p+p {
    margin-top: 15px;
}

/* ==================================== */
/* ========inquiry-confirmation======== */
#inquiry-confirmation {
    background-color: #fff;
}

#inquiry-confirmation-top h1 {
    padding-left: 1rem;
    border-left: 6px solid #e9945b;
}

#inquiry-confirmation h2 {
    text-align: center;
    padding: 80px 0;
    color: black;
}

#inquiry-confirmation-container {
    width: 960px;
    margin: 0 auto;
    font-size: 25px;
}

#inquiry-confirmation-top #step-num2 {
    background-color: #df4848;
}


#inquiry-confirmation-top #step-num2 p {
    color: #fff;
}

#inquiry-confirmation-top #step-num1,
#inquiry-confirmation-top #step-num3 {
    background-color: #EBE8D0;
}

#inquiry-confirmation-top #step-num1 p,
#inquiry-confirmation-top #step-num3 p {
    color: #df4848;
}

.inquiry-confirmation-unit {
    display: flex;
    border-bottom: 1px solid black;
    padding: 10px 0 10px 20px;
}

.inquiry-confirmation-unit:first-child {
    display: flex;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.inquiry-confirmation-unit:last-child {
    display: block;
    padding-bottom: 50px;
}

.inquiry-confirmation-unit:last-child p:last-child {
    padding-top: 1rem;
}

/* ==================================== */
/* =====inquiry-confirmation-send====== */
#inquiry-confirmation-send-top h1 {
    padding-left: 1rem;
    border-left: 6px solid #e9945b;
}

#inquiry-confirmation-send-top #step-num3 {
    background-color: #df4848;
}


#inquiry-confirmation-send-top #step-num3 p {
    color: #fff;
}

#inquiry-confirmation-send-top #step-num1,
#inquiry-confirmation-send-top #step-num2 {
    background-color: #EBE8D0;
}

#inquiry-confirmation-send-top #step-num1 p,
#inquiry-confirmation-send-top #step-num2 p {
    color: #df4848;
}

#inquiry-confirmation-send {
    background-color: #fff;
}

#inquiry-confirmation-send h2 {
    text-align: center;
    padding: 50px 0;
    color: black;
}

/* ==================================== */
/* ===========company-profile========== */
#company-profile h1 {
    padding-left: 1rem;
    border-left: 6px solid #e9945b;
}

#company-profile-main {
    width: 100%;
    margin-top: 100px;
}

#company-profile-main ul {
    display: flex;
    margin: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #c8c8c8;
}

#company-profile-main ul:first-child {
    padding-top: 15px;
    border-top: solid 1px #c8c8c8;
}

#company-profile-main ul li {
    font-size: 20px;
}

#company-profile-main ul li:first-child {
    width: 100px;
    margin-right: 50px;
}

/* ==================================== */
/* ===============recruit============== */
#recruit h1 {
    padding-left: 1rem;
    border-left: 6px solid #e9945b;
}

#recruit-main {
    width: 25%;
    margin: 100px auto 0;
    text-align: center;
}

#recruit-main p {
    margin-bottom: 20px;
}

#recruit-main img {
    width: 100%;
}

/* ==================================== */
/* ============privacy-policy========== */
#privacy-policy h1 {
    padding-left: 1rem;
    border-left: 6px solid #e9945b;
}

#privacy-policy-main {
    margin-top: 100px;
}

#privacy-policy-main p {
    text-align: justify;
}

#privacy-policy-main h2 {
    margin: 50px 0 30px;
}

#privacy-policy-main li {
    list-style: disc;
}

.privacy-policy-unit {
    width: 95%;
    margin: 0 auto;
}

.privacy-policy-unit3 p,
.privacy-policy-unit4 p {
    padding-bottom: 20px;
}

#privacy-policy-unit5 ol li,
#privacy-policy-unit6 ol li,
#privacy-policy-unit7 ol li,
#privacy-policy-unit8 ol li,
#privacy-policy-unit9 ol li {
    display: list-item;
    list-style: decimal;
}

#privacy-policy-unit5 ul li,
#privacy-policy-unit7 ul li,
#privacy-policy-unit8 ul li,
#privacy-policy-unit9 ul li {
    display: list-item;
    padding-left: 20px;
}

.sub-unit {
    margin-left: 20px;
}

.sub-unit ul {
    margin-left: 20px;
}




/* ==================================== */


@media screen and (max-width: 1024px) {

    html {
        max-width: 100%;
    }

    .inner {
        width: 83%;
    }

    .sub-inner {
        width: 83%;
        margin: 0 auto;
        margin-top: 100px;
    }

    .online-btn {
        margin-top: 0;
        position: relative;
        top: -5px;
    }

    .no_scroll {
        position: fixed;
    }

    .bg-color {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.7;
        z-index: 3;
    }

    #wave1 {
        top: 1300px;
    }

    #bg-or {
        padding-bottom: 50px;
    }


    /* ---------------header--------------- */
    header {
        width: 83%;
        margin-top: 0;
        align-items: normal;
    }

    header h1 {
        display: inline-block;
        width: 225px;
        margin-top: 20px;
    }

    header img {
        width: 100%;
        margin-top: 20px;
    }

    header nav {
        display: flex;
        margin-left: 0;
        width: 92%;
        margin: 0 auto;
    }

    header li:last-child {
        margin-right: 65px;
    }

    /* ------------------------------------ */
    /* ---------------footer--------------- */
    #footer-upper {
        align-items: center;
    }

    #top-btn {
        margin-top: 370px;
    }

    #center {
        margin-top: 145px;
    }

    /* ------------------------------------ */
    /* --------------hamburger-------------- */
    #hamburger-nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 60%;
        height: 100%;
        transform: translateX(100%);
        background-color: #fff;
        transition: ease .4s;
        z-index: 3;
        opacity: 0;
    }

    #hamburger-nav.active {
        opacity: 1;
        transform: translateX(0);
    }

    #hamburger-nav ul {
        position: absolute;
        top: 45%;
        left: 57%;
        transform: translate(-50%, -50%);
        padding: 0;
        flex-direction: column;
    }

    #hamburger-nav ul li {
        margin-bottom: 55px;
        margin-left: 0;
        font-size: 25px;
    }

    #hamburger-nav li:first-child {
        display: block;
    }

    #hamburger-nav ul li a {
        font-size: larger;
    }

    #hamburger-nav ul li:last-child a {
        display: block;
        width: 340px;
        padding: 2px 0;
    }

    #drawer-toggle {
        display: block;
        position: relative;
        top: 75px;
        cursor: pointer;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        z-index: 99;
    }

    #drawer-toggle span {
        display: inline-block;
        transition: all .4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background: #e9945b;
        width: 60%;
    }

    #drawer-toggle span:nth-of-type(1) {
        top: 15px;
    }

    #drawer-toggle span:nth-of-type(2) {
        top: 23px;
    }

    #drawer-toggle span:nth-of-type(3) {
        top: 31px;
    }

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

    #drawer-toggle.active span:nth-of-type(2) {
        opacity: 0;
        /*真ん中の線は透過*/
    }

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


    /* -------------------------------------- */

    /* ===============index================== */

    /* ---------------main1--------------- */
    #main1 img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    #main1 h1 {
        margin-top: 0;
    }

    .img-01,
    .img-02,
    .img-03 {
        position: absolute;
        top: 170px;
        left: 0;
    }

    /* ------------------------------------ */
    /* ---------------main2--------------- */
    #main2 {
        margin-top: 1100px;
        display: block;
    }

    #main2 h2+div {
        margin-left: 0;
    }

    #main2 h3 {
        width: 100%;
    }

    #main2 img {
        width: 60%;
        top: 70px;
    }

    /* ------------------------------------ */
    /* ---------------product-------------- */
    #product-upper {
        flex-direction: column;
    }

    #product-upper h1 {
        writing-mode: unset;
        letter-spacing: normal;
        padding-left: 1rem;
        border-left: 6px solid #e9945b;
    }

    #container {
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        margin-top: 55px;
        margin-left: 0;
    }

    #container div {
        width: 45%;
        margin-left: 0;
        margin-bottom: 25px;
    }

    #container div+div {
        margin-left: 0;
    }

    #container div img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    #product a {
        margin-top: 50px;
        margin-left: calc((100% - 165px)/2);
    }

    /* ------------------------------------ */
    /* ====================================*/
    /* ===============features=============*/
    #features-main2,
    #features-main3,
    #features-main4 {
        flex-direction: column;
    }

    #features-main1 h3 {
        width: 100%;
    }

    #features-main2 div,
    #features-main3 div,
    #features-main4 div {
        width: 100%;
    }

    #features-main2 h3,
    #features-main3 h3,
    #features-main4 h3 {
        width: 100%;
        text-align: justify;
    }

    #features-main2 img,
    #features-main3 img,
    #features-main4 img {
        display: none;
    }

    /* ====================================*/
    /* ===============Product==============*/
    #product-tart li,
    #product-cookie li {
        width: 45%;
    }

    #product-tart img,
    #product-cookie img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    /* ==================================== */
    /* ================store=============== */
    #store-container {
        flex-wrap: wrap;
    }

    .store-unit {
        width: 45%;
    }

    .store-unit:last-child {
        margin-top: 80px;
    }

    /* ==================================== */
    /* ===============recruit============== */
    #recruit-main {
        width: 45%;
    }


    /* ==================================== */
}


@media screen and (max-width: 820px) {

    #wave1 {
        top: 1150px;
    }

    /* ---------------main2--------------- */
    #main2 {
        margin-top: 920px;
    }
}

@media screen and (max-width: 645px) {

    /* ===============index================== */
    /* --------------hamburger-------------- */
    #hamburger-nav {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        position: fixed;
        top: 0;
    }

    #hamburger-nav ul li {
        margin-bottom: 55px;
        margin-left: 0;
        font-size: 16px;
    }

    #hamburger-nav ul li:last-child a {
        width: 235px;
    }

    /* ---------------main1--------------- */
    #main1 div:first-child {
        width: 100%;
    }

    #main1 h1 {
        width: 100%;
    }

    #main1 span {
        display: inline-block;
    }

    .img-01,
    .img-02,
    .img-03 {
        position: absolute;
        top: 350px;
    }

    /* ------------------------------------ */
    /* ---------------main2--------------- */

    #main2 {
        flex-direction: column;
    }

    #main2 h2 {
        writing-mode: unset;
        letter-spacing: normal;
        height: 120px;
    }

    #main2 img {
        width: 85%;
        position: unset;
        display: block;
        margin: 50px auto 0;
    }

    /* ------------------------------------ */
    /* ---------------product-------------- */
    #product-upper {
        margin-top: 110px;
    }

    #product-upper img {
        border-radius: 30px;
    }

    /* ------------------------------------ */
    /* ----------------news---------------- */
    #news dl {
        width: 92%;
    }

    #news dd {
        margin-left: 0;
    }

    /* ------------------------------------ */
    /* ===============recruit============== */
    #recruit-main {
        width: 70%;
    }


    /* ==================================== */
    /* ---------------footer--------------- */
    #footer-upper {
        flex-direction: column;
    }

    #footer-left img {
        display: block;
        margin: 0 auto;
    }

    #center {
        margin-top: 110px;
        text-align: center;
    }

    #center ul {
        padding-left: 0;
    }

    #center li {
        width: 65px;
        margin: 0 auto;
    }

    #top-btn {
        margin: 150px auto 0;
        border-radius: 50%;
    }

    #cr small {
        display: block;
        width: 93px;
        margin: 0 auto;
    }

}

@media screen and (max-width: 430px) {
    #wave1 {
        top: 720px;
    }

    h1 {
        font-size: 27px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 16px;
    }

    dd {
        font-size: 16px;
    }

    /* ---------------header--------------- */

    header img {
        width: 50%;
    }

    header h1 {
        margin-top: 0;
    }

    #drawer-toggle {
        top: 20px;
        width: 45px;
    }

    #hamburger-nav ul li {
        margin-bottom: 30px;
    }

    #hamburger-nav ul {
        top: 35%;
    }

    /* ------------------------------------ */

    /* ----------footer------------ */
    #footer-left img {
        width: 100px;
    }

    #cr small {
        width: 95px;
    }

    /* ---------------------------- */

    #main1.inner {
        margin-top: 65px;
    }


    #main1 h1 {
        margin-top: 0;
    }

    #main1 h3 {
        margin-top: 10px;
    }

    #main1 img {
        border-radius: 20px;
    }

    .img-01,
    .img-02,
    .img-03 {
        top: 145px;
    }

    #main2 {
        margin-top: 574px;
    }

    #main2 h2 {
        height: 40px;
    }

    #main2 div:nth-child(2) {
        margin-top: 30px;
    }

    #main2 img {
        width: 100%;
        margin: 100px auto 0;
    }

    #container h2 {
        font-size: 15px;
    }
}

@media screen and (max-width: 414px) {
    #wave1 {
        top: 725px;
    }
}

@media screen and (max-width: 390px) {
    #wave1 {
        top: 670px;
    }

    #main2 {
        margin-top: 514px;
    }

    h2 {
        font-size: 23px;
    }

    #container h2 {
        font-size: 14px;
    }
}



@media screen and (max-width:375px) {

    #wave1 {
        top: 635px;
    }

    #main2 {
        margin-top: 454px;
    }

    h2 {
        font-size: 22px;
    }

    #hamburger-nav ul {
        top: 60%;
    }
}