@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&family=Noto+Serif+JP:wght@400;700&family=Open+Sans:ital,wght@0,400;1,600&family=Shippori+Mincho:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Love+Ya+Like+A+Sister&family=Nanum+Myeongjo&family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;   
}
a, a:link, a:visited{
    color: inherit;
    text-decoration: none;
}
li{
    list-style: none;
}

/*body{
    background-color: rgba(204, 255, 142, 0.325)
}*/

.container{
    width: 1140px;
    margin:0 auto;
}

/*header*/
header{
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    padding: 5px;
}
header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
header button{
    background-color: transparent;
    border: 0;
    color: black;
    cursor: pointer;
}
header h1 button{
    font-family: 'Noto Serif JP', serif;
    padding: 8px;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 8px;
}
header nav ul{
    display: flex;
}
header nav ul li{
    padding: 6px;
}
header nav ul li button{
    font-family: 'Noto Serif JP', serif;
    font-size: 0.85rem;
    font-weight: bold;
}
header.active{
    background-color: rgb(254, 214, 214);
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
/*main*/
main{
    width: 100%;
    height: 100vh;
    color: purple;
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url('../images/kusakabe_colorpencil.jpg') center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
main h4{
    font-family: 'Noto Serif JP', serif;
    max-width: 100%;
    font-size: 1rem;
    color: rgb(140, 25, 25);
    font-weight: bold;
    margin: 1rem 0.5rem 0;
    letter-spacing: 3px;
    
}
main h3{
    font-family: 'Noto Serif JP', serif;
    max-width: 100%;
    font-size: 1rem;
    margin: 1rem 0.5rem 0;
    letter-spacing: 3px;
}
/*main p{
    max-width: 500px;
    margin:0 auto;
    font-size: 1.25rem;
}*/
main .container{
    display: block;
    position: absolute;
    bottom: 3%;;
}
main button.mainmessages{
    text-align: left;
    font-family: 'Noto Serif JP', serif;
    background-color: rgba(247, 249, 154, 0.4);
    border: 1px solid rgb(254, 214, 214, 0.5);
    border-radius: 25px;
    padding: 0 1rem 1.05rem 1rem;
    margin-top: 2rem;
    color: rgb(0, 2, 137);
    font-weight: bold;
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    animation: upDown 4s ease-in-out infinite;
}

@keyframes blink{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@keyframes upDown{
    0%{
        bottom: 1rem;
    }
    50%{
        bottom: 1.5rem;
    }
    100%{
        bottom: 1rem;
    }
}

section{
    font-family: 'Noto Serif JP', serif;
    padding: 5rem 0;
}
section .title{
    margin-bottom: 3rem;
}
section .title .thisweek img{
    left: 50%;
    width: 100%;
    border: 1px solid rgb(113, 158, 206, 0.5);
    box-shadow: 0 0 10px  rgb(113, 158, 206, 0.5);
}
section .title .thisweek h1{
    font-size: 2rem;
    color: rgb(1, 116, 9);
    padding: 10px;
}
section .title .thisweek h4{
    height: 38px;
    font-size: 1.3rem;
    background-color: rgb(134, 2, 2);
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: -7px;
    padding-top: 6px;
    z-index: 1;
}
section .title .thisweek .title-deco{
    height: 36px;
}
section .title .thisweek h3{
    font-size: 1.5rem;
    width: 100%;
    height: 78px;
    text-align: center;
    padding: 20px 0;
    color: rgb(0, 0, 0);
}
section .title .thisweek h2{
    font-size: 1.5rem;
    width: 100%;
    height: 78px;
    border-bottom: 1px solid #CCCCCC;
    background-color: white;
    text-align: center;
    padding: 20px 0;
}
section .title .thisweek .title-txt{
    color: rgb(6, 8, 173);
}
section .title .thisweek p{
    margin: 0 5% 0 5%;
    font-size: 1.3rem;
}

section .title .thisweek .sw-area{
    background-color: hsla(336, 51%, 59%, 0.133);
    margin-bottom: 20px;
}

section .title .thisweek .sw-area .table-txt{
    display: flex; 
    justify-content:center;
    text-align: left;
    border-spacing: 10px;
    font-size: 1.2rem;
}
section .title .thisweek .li-text{
    text-align: left;
    color: rgb(213, 33, 201);
    margin: 0 5% 0 5%;
    font-size: 1.3rem;
    padding: 15px;
    font-weight: bold;
}

section .title .sw-description{
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: left;
    line-height: 25px;
    font-size: 1.3rem;
    font-weight: bold;
    color: rgb(176, 44, 0)
}

section .title .sw-description-kor{
    font-family: 'Nanum Myeongjo', serif;
    padding: 10px;
    text-align: left;
    line-height: 25px;
    font-size: 1.3rem;
    font-weight: bold;
    color: rgb(176, 44, 0)
}

section .title .sw-description-eng{
    font-family: 'Lato', sans-serif;
    padding: 10px;
    text-align: left;
    line-height: 25px;
    font-size: 1.3rem;
    font-weight: bold;
    color: rgb(176, 44, 0)
}

section .title .sw-nextweek{
    background-color: rgba(72, 232, 117, 0.133);
} 
section .title .sw-nextweek h2{
    height: 38px;
    font-size: 1.3rem;
    background-color: rgb(10, 131, 140);
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 20px;
    padding-top: 6px;
} 
section .title .sw-nextweek img{
    text-align: center;
    width: 100%;
    border: 1px solid rgb(113, 158, 206, 0.5);
    box-shadow: 0 0 10px  rgb(113, 158, 206, 0.5);
}

section .title .sw-nextweek .schedule-title{
    text-align: left;
    margin-left: 5%;
    padding: 20px;
    font-weight: bold;
    font-size: 1.3rem;
}

section .title .sw-nextweek h3{
    margin-bottom: -15px;
}

section .title .sw-nextweek .schedule-title-detail-h1{
    text-align: left;
    margin-left: 10%;
    font-size: 1.4rem
}

section .title .sw-nextweek .schedule-title-detail-h2{
    text-align: left;
    margin-left: 12%;
    font-size: 1.3rem;
    line-height: 40px;
    padding: 5px;
}

section .title .sw-nextweek img{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 1px solid rgb(113, 158, 206, 0.5);
    box-shadow: 0 0 10px  rgb(113, 158, 206, 0.5);
}

section .title .sw-nextweek .sw-main-gallary{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

section .title .sw-nextweek .sw-main-gallary .gallary-list::after{
    content: "";
    display: block;
    clear: both;
}

section .title .sw-nextweek .sw-main-gallary .gallary-list-item{
    float: left;
    margin-bottom: 5px;
}

section .title .sw-nextweek .sw-main-gallary .gallary-list-item img{
    display: block;
    width: 100%;
}

section .title .sw-nextweek .sw-main-gallary .gallary-list-item-descrip{
    text-align: left;
    padding: 20px;
    font-size: 1.2rem;
}

section .title .nextweek h1{
    font-size: 2rem;
    color: rgb(201, 1, 118);
    padding: 10px;
}
section .title .nextweek h4{
    font-size: 1.35rem;
    color: rgb(166, 43, 43);
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
section .title .nextweek h3{
    font-size: 1.2rem;
    color: rgb(0, 17, 169);
    padding: 5px;
}
section .title .nextweek h2{
    font-size: 1.5rem;
    padding: 8px;
}
section .title .nextweek p{
    text-align: center;
    font-size: 1.5rem;
    color:gray;
    margin-top: 20px;
    
}
/*churchschool*/
section .title .csthisweek img{
    text-align: center;
    width: 100%;
    border: 1px solid rgb(113, 158, 206, 0.5);
    box-shadow: 0 0 10px  rgb(113, 158, 206, 0.5);
}

section .title .csthisweek h2{
    font-size: 1.5rem;
    width: 100%;
    height: 78px;
    border-bottom: 1px solid #CCCCCC;
    background-color: white;
    text-align: center;
    padding: 20px 0;
}

section .title .csthisweek h3{
    color: rgb(0, 17, 169);
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1.5rem;
    width: 100%;
    height: 78px;
    background-color: white;
    text-align: center;
    padding: 20px 0;
}

section .title .csthisweek h4{
    height: 38px;
    font-size: 1.3rem;
    background-color: rgb(254, 254, 0);
    color: rgb(0, 0, 0);
    text-align: center;
    margin-top: -5px;
    padding-top: 6px;
}

section .title .csthisweek .title-deco{
    height: 36px;
}

section .title .csthisweek .cs-area01{
    background-color: rgba(254, 254, 0, 0.142)
}

section .title .csthisweek .cs-area01 .csw{
    text-align: center;
    font-size: 1.35rem;
    padding: 15px;
    font-weight: bold;
}

section .title .csthisweek .cs-area01 .list-text{
    text-align: left;
    margin: 0 5% 0 5%;
    font-size: 1.3rem;
    padding: 15px;
    font-weight: bold;
    color: darkgreen;
}

section .title .csthisweek .title-deco{
    height: 36px;
}
section .title .csthisweek h5{
    height: 38px;
    font-size: 1.3rem;
    background-color: rgb(154, 51, 165);
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 50px;
    padding-top: 6px;
}
section .title .csthisweek .cs-area02 h6{
    font-size: 1.3rem;
}

section .title .csthisweek .cs-area02{
    background-color: rgba(193, 137, 224, 0.142)
}

section .title .csthisweek .cs-area02 img{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 1px solid rgb(113, 158, 206, 0.5);
    box-shadow: 0 0 10px  rgb(113, 158, 206, 0.5);
}

section .title .csthisweek .cs-schedule-title{
    text-align: left;
    margin-left: 5%;
    padding: 20px;
    font-weight: bold;
    font-size: 1.4rem;
}

section .title .csthisweek .cs-schedule-title-detail-h1{
    text-align: left;
    margin-left: 10%;
    font-size: 1.4rem;
    font-weight: bold;
    color: rgb(244, 120, 4);
    margin-bottom: 10px;
}

section .title .csthisweek .cs-schedule-title-detail-h2{
    text-align: left;
    margin-left: 12%;
    font-size: 1.25rem;
    padding: 5px;
}

section .title .csthisweek .cs-area02 .main-gallary{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

section .title .csthisweek .cs-area02 .main-gallary .gallary-list::after{
    content: "";
    display: block;
    clear: both;
}

section .title .csthisweek .cs-area02 .main-gallary .gallary-list-item{
    float: center;
}

section .title .csthisweek .cs-area02 .main-gallary .gallary-list-item img{
    display: block;
    width: 100%;
}

section .title .csthisweek .cs-area02 .main-gallary .gallary-list-item-descrip{
    text-align: left;
    padding: 5px;
    font-size: 1.2rem;
}

section .title .csthisweek .sw-description{
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 0 5% 0 5%;
    line-height: 25px;
    font-size: 1.3rem;
    font-weight: bold;
    color: rgb(3, 19, 94);
}

section .title .csthisweek .sw-description-kor{
    font-family: 'Nanum Myeongjo', serif;
    padding: 20px;
    margin: 0 5% 0 5%;
    line-height: 25px;
    font-size: 1.3rem;
    font-weight: bold;
    color: rgb(3, 19, 94);
}

section .title .csthisweek .sw-description-eng{
    font-family: 'Lato', sans-serif;
    padding: 20px;
    margin: 0 5% 0 5%;
    line-height: 25px;
    font-size: 1.3rem;
    font-weight: bold;
    color: rgb(3, 19, 94);
}


section .title .csthisweek .cs-area02 .csw02{
    text-align: left;
    margin-left: 10%;
    font-size: 1.5rem;
    padding: 10px;
    font-weight: bold;
}


/*PrayMeeting*/
section .title .pray img{
    text-align: center;
    width: 100%;
    border: 1px solid rgb(113, 158, 206, 0.5);
    box-shadow: 0 0 10px  rgb(113, 158, 206, 0.5);
}
section .title .pray h2{
    font-size: 1.5rem;
    width: 100%;
    height: 78px;
    border-bottom: 1px solid #CCCCCC;
    background-color: white;
    text-align: center;
    padding: 20px 0;
}

section .title .pray h3{
    color: rgb(0, 17, 169);
    padding: 5px;
    margin-top: 10px;
    font-size: 1.4rem;
    width: 100%;
    height: 78px;
    background-color: white;
    text-align: center;
    padding: 20px 0;
}

section .title .pray h4{
    height: 38px;
    font-size: 1.3rem;
    background-color: rgba(57, 225, 48, 0.527);
    color: rgb(0, 0, 0);
    text-align: center;
    margin-top: -6px;
    padding-top: 6px;
}

section .title .pray p{
    width: 100%;
    margin-bottom: 20px;
}

section .title .pray .pray-area{
    background-color: rgba(152, 195, 148, 0.142)
}

section .title .pray .pray-area .csw{
    text-align: center;
    font-size: 1.3rem;
    padding: 20px;
    font-weight: bold;
    line-height: 40px;
}
section .title .pray-description{
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 0 5% 0 5%;
    line-height: 25px;
    font-size: 1.3rem;
    font-weight: bold;
    color: rgb(138, 27, 148)
}
section .title .pray-description-kor{
    font-family: 'Nanum Myeongjo', serif;
    padding: 10px;
    margin: 0 5% 0 5%;
    line-height: 25px;
    font-size: 1.3rem;
    font-weight: bold;
    color: rgb(138, 27, 148)
}
section .title .pray-description-eng{
    font-family: 'Lato', sans-serif;
    padding: 10px;
    font-size: 1.3rem;
    line-height: 25px;
    font-weight: bold;
    margin: 0 5% 0 5%;
    color: rgb(138, 27, 148)
}

/*AllOtherMeetings*/
section .title .meetings h2{
    font-size: 1.5rem;
    width: 100%;
    height: 78px;
    border-bottom: 1px solid #CCCCCC;
    background-color: white;
    text-align: center;
    padding: 20px 0;
}
section .title .meetings h3{
    color: rgb(0, 17, 169);
    padding: 5px;
    margin-top: 10px;
    font-size: 1.4rem;
    width: 100%;
    height: 78px;
    background-color: white;
    text-align: center;
    padding: 20px 0;
}
section .title .meetings img{
    left: 50%;
    width: 100%;
    border: 1px solid rgb(113, 158, 206, 0.5);
    box-shadow: 0 0 10px  rgb(113, 158, 206, 0.5);
}
section .title .meetings p{
    text-align: left;
    font-size: 1.25rem;
    padding-top: 5px;
}

section .title .meet-description{
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 0 5% 0 5%;
    line-height: 25px;
    font-size: 1.3rem;
    font-weight: bold;
    color: rgb(0, 112, 181)
}
section .title .meet-description-kor{
    font-family: 'Nanum Myeongjo', serif;
    padding: 10px;
    margin: 0 5% 0 5%;
    line-height: 25px;
    font-size: 1.3rem;
    font-weight: bold;
    color: rgb(0, 112, 181)
}
section .title .meet-description-eng{
    font-family: 'Lato', sans-serif;
    padding: 10px;
    font-size: 1.3rem;
    line-height: 25px;
    font-weight: bold;
    margin: 0 5% 0 5%;
    color: rgb(0, 112, 181)
}

/*churchinformation*/
section .title .about-kusakabe h2{
    font-size: 1.5rem;
    width: 100%;
    height: 78px;
    border-bottom: 1px solid #151d3a;
    background-color: white;
    text-align: center;
    padding: 20px 0;
}
section .title .about-kusakabe h1{
    font-size: 2rem;
    color: rgba(1, 116, 9);
    padding: 10px;
}
section .title .about-kusakabe h4 p{
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
    font-weight: bold;
}
section .title .about-kusakabe h3{
    color: rgb(14, 85, 1);
    margin-top: 10px;
    font-size: 1.4rem;
    padding: 20px 0;
    text-align: left;
}
section .title .about-kusakabe .history .history-txt{
    display: flex; 
    justify-content: center;
    text-align: left;
    border-spacing: 10px;
    font-size: 1.3rem;
}
section .title .about-kusakabe img{
    margin: 8px 20px 1px 10px;
    width: 130px;
    height:180px;
    float: left;
    border: 1px solid rgb(113, 158, 206, 0.5);
    box-shadow: 0 0 10px  rgb(113, 158, 206, 0.5);
}
section .title .about-kusakabe h5{
    margin-left: 10px;
    font-size: 1.3rem;
    line-height: 28px;
    color: #000000;
}

section .title .about-kusakabe .hopegate img{
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
}
section .title .about-kusakabe h6{
    margin-left: 10px;
    font-size: 1.3rem;
    color: #000000;
    text-align: left;
}
section .title .about-kusakabe .hopegate p{
    margin-left: 10px;
    font-size: 1.25rem;
    color: #000000;
    text-align: left;
}
section .title .about-kusakabe .pasters .pasters-txt{
    display: flex; 
    justify-content: center;
    text-align: left;
    border-spacing: 10px;
    font-size: 1.4rem;
}
section .title .about-kusakabe p{
    font-size: 1.3rem;
    color: rgb(96, 92, 92);
    text-align: center;
    text-decoration: none;
}
section .title .about-kusakabe iframe{
    width: 100%;
    border: 1px solid rgb(113, 158, 206, 0.5);
    box-shadow: 0 0 10px  rgb(113, 158, 206, 0.5);
}
section .title .about-kusakabe h2 p{
    text-align: right;
    font-size: 1rem;
    color: black;
}


/*bunkushyakaibu*/
section .title .bunkushyakaibu h2{
    font-size: 1.65rem;
    width: 100%;
    height: 55px;
    text-align: center;
    padding: 5px;
    color: rgb(12, 117, 12);
}
section .title .bunkushyakaibu h1{
    font-size: 1.5rem;
    color: rgb(0, 26, 86);
    padding: 10px;
}
section .title .bunkushyakaibu h3{
    color: rgb(0, 0, 0);
    margin-top: 5px;
    font-size: 1.45rem;
    padding: 10px 0;
    text-align: left;
    line-height: 35px;
}
section .title .bunkushyakaibu h6{
    color: rgb(0, 0, 0);
    margin-top: 5px;
    font-size: 1.5rem;
    padding: 10px 0;
    text-align: center;
    line-height: 50px;
}
section .title .bunkushyakaibu img{
    width: 90%;
    border: 1px solid rgb(113, 158, 206, 0.5);
    box-shadow: 0 0 10px  rgb(113, 158, 206, 0.5);
    margin-bottom: 20px;
    margin-left: 5%;
}
section .title .bunkushyakaibu h5{
    margin-left: 30px;
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 35px;
    color: #000000;
    text-align: left;
    
}
section .title .bunkushyakaibu .dateplace{
    background-color: rgb(14, 146, 144);
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    width: 100%;
    padding: 5%;
}
section .title .bunkushyakaibu .dateplace h4{
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    line-height: 35px;
}
section .title .bunkushyakaibu .dateplace h5{
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
    font-size: 1.25rem;
    text-align: center;
    line-height: 35px;
}
section .title .bunkushyakaibu .program{
    background-color: rgba(246, 246, 77, 0.826);
    width: 100%;
    font-weight: bold;
    line-height: 35px;
}
section .title .bunkushyakaibu .program h3{
    color: rgb(17, 1, 106);
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}
section .title .bunkushyakaibu .program h4{
    color: rgb(49, 20, 85);
    font-size: 1.4rem;
    font-weight: bold;
    margin-left: 33%;
    line-height: 35px;
}
section .title .bunkushyakaibu .program h5{
    color: rgb(49, 20, 85);
    font-size: 1.4rem;
    text-align: left;
    margin-left: 15%;
    margin-right: 15%;
    line-height: 35px;
}
section .title .bunkushyakaibu .instroduction{
    background-color: rgb(49, 185, 25);
    width: 100%;
    padding: 5%;
    text-align: center;
}
section .title .bunkushyakaibu .instroduction h4{
    color: rgb(0, 0, 0);
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}
section .title .bunkushyakaibu .instroduction h5{
    color: rgb(0, 0, 0);
    font-size: 1.4rem;
    font-weight: bold;
    margin-left: 10%;
    margin-right: 10%;
    line-height: 35px;
}
section .title .bunkushyakaibu .link{
    background-color: rgb(231, 67, 75);
    border-bottom-left-radius: 15%;
    border-bottom-right-radius: 15%;
    width: 100%;
    padding: 5%;
}
section .title .bunkushyakaibu .link p{
    color: rgb(255, 255, 255);
    font-size: 1.6rem;
    font-weight: bold;
}
section .title .bunkushyakaibu .link h4{
    color: rgb(75, 4, 255);
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}
section .title .bunkushyakaibu .access{
    background-color:rgb(101, 101, 101);
    line-height: 35px;
    padding: 10px;
}
section .title .bunkushyakaibu .access p{
    color: rgb(255, 255, 255);
    font-size: 1.6rem;
    font-weight: bold;
}
section .title .bunkushyakaibu .pasters .pasters-txt{
    display: flex; 
    justify-content: center;
    text-align: left;
    border-spacing: 10px;
    font-size: 1.4rem;
}
section .title .bunkushyakaibu p{
    font-size: 1.3rem;
    color: rgb(96, 92, 92);
    text-align: center;
    text-decoration: none;
}
section .title .bunkushyakaibu iframe{
    width: 100%;
    border: 1px solid rgb(113, 158, 206, 0.5);
    box-shadow: 0 0 10px  rgb(113, 158, 206, 0.5);
}
section .title .bunkushyakaibu h2 p{
    text-align: right;
    font-size: 1rem;
    color: black;
}
section .title .bunkushyakaibu .top{
    color: rgb(157, 0, 0);
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

/*media query*/
@media screen and (max-width: 1140px){
    main .container{
        width: 992px;
    }
    section .container{
        width: 600px;
    }
}
@media screen and (max-width: 992px){
    html{
        font-size: 14px;
    }
    main .container{
        width: 768px;
    }
}
@media screen and (max-width: 768px){
    html{
        font-size: 13px;
    }
    main .container{
        width: 576px;
    }
    section .container{
        width: 400px;
    }
}
@media screen and (max-width: 576px){
    html{
        font-size: 12px;
    }
    main .container{
        width: 400px;
    }
    section .container{
        width: 360px;
    }
}
@media screen and (max-width: 400px){
    html{
        font-size: 11px;
    }
    main .container{
        width: 320px;
    }
    section .container{
        width: 320px;
    }
    section .title h2{
        font-size: 2.5rem;
    }
}
footer{
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: rgb(254, 214, 214);
    padding: 15px;
    font-family: 'Noto Serif JP', serif;
}