* {
    font-family: "Zen Maru Gothic", "Gothic";
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #653827;
    transition: 0.2s;
    scroll-behavior: smooth;
    /* border: red dotted;  */
}

.zen-maru-gothic-light {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 300;
    font-style: normal;
}

.zen-maru-gothic-regular {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
}

.zen-maru-gothic-medium {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-style: normal;
}

.zen-maru-gothic-bold {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
}

.zen-maru-gothic-black {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 900;
    font-style: normal;
}


h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 3rem;
    font-weight: bold;
}

h3 {
    font-size: 1.5rem;
    font-weight: bold;
}

h4 {
    font-size: 1rem;
    font-weight: bold;
}

p {
    font-size: 0.875rem;
}

body {
        background-color: #F8EED4;
    /* 基本の背景色 */
    background-image: linear-gradient(rgba(248, 238, 212, 0.93),rgba(248,238,212,0.9)),
        /* ベース色 */
        url(../images/noise.png);
    /* ノイズ画像 */
    background-repeat: repeat;
    /* 繰り返し */
    background-size: 200px;
    /* ノイズパターンのサイズ調整 */
}

/* ここからヘッダー */

.headerWrapper {
    padding-bottom: 56px;
    background-color: #E3A76C;
    border-radius: 48px;
}

.titleContainer {
    text-align: center;
    background-color: #E3A76C;
    padding: 60px 0;
    border-bottom: #653827 6px dashed;

}

.titleImg {
    display: inline-block;
    text-align: center;
    width: 2.8rem;
}

/* ここからメッセージ */

.contentsWrapper {
    margin-top: 168px;
}

.messageContainer {
    text-align: center;
    margin-bottom: 134px;
}

.messageContainer h4 {
    padding-bottom: 40px;
}

.messageContainer p {
    line-height: 1.8;
}

.messageContainer span {
    background-color: #f4c28f;
    font-weight: 500;
}


/* ここからSNS */

.messageContainer h3 {
    background-color: #653827;
    color: #fff;
    line-height: 2.2em;
    width: 9em;
    text-align: center;
    margin: 0 auto;
    border-radius: 1.1em;
    margin-bottom: 80px;
}

.MSsnsContainer {
    text-align: center;
}

.instagram i {
    font-size: 2rem;
    background-color: #ffffff;
    border-radius: 100%;
    height: 64px;
    width: 64px;
    line-height: 64px;
    margin: 0 28px;
}

.mail i {
    font-size: 1.8rem;
    background-color: #ffffff;
    border-radius: 100%;
    height: 64px;
    width: 64px;
    line-height: 64px;
    padding-right: 0.2vw;
    margin: 0 28px;
}

.instagram i:hover {
    background-color: #E3A76C;
    color: #fff;
}

.mail i:hover {
    background-color: #E3A76C;
    color: #fff;
}

/* ここからグーグルフォーム */

.googleFormsContainer {
    text-align: center;
    margin-bottom: 176px;
}

.googleFormsContainer h3 {
    background-color: #653827;
    color: #fff;
    line-height: 2.2em;
    width: 9em;
    text-align: center;
    margin: 0 auto;
    border-radius: 1.1em;
    margin-bottom: 80px;
}

.googleFormsContainer img {
    height: 29.168vw;
    width: 50.83vw;
    background: #ffffff;
    background-clip: padding-box;
    border: 8px solid rgba(233, 193, 112, 0.4);
    border-radius: 40px;
}

.googleFormsContainer img:hover {
    border: 8px solid rgba(227, 167, 108, 0.9);
}


/* ここからフッター1 */

footer{
    position: -webkit-sticky;
position: sticky;
top: 0;
}

.FTbackhead {
    height: 9.16vw;
    width: 100%;
    background-color: #F8EED4;
    /* 基本の背景色 */
    background-image: linear-gradient(rgba(248, 238, 212, 0.93),rgba(248,238,212,0.9)),
        /* ベース色 */
        url(../images/noise.png);
    /* ノイズ画像 */
    background-repeat: repeat;
    /* 繰り返し */
    background-size: 200px;
    /* ノイズパターンのサイズ調整 */
}

.footerContainer1 {
    text-align: center;
}

.FTsiteTitleContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E3A76C;
}

.FTsiteTitleContainer img {
    height: 10vw;
}

.FTsiteTitleContainer h1 {
    font-size: 2.75rem;
}

.FTsiteTitleContainer {
    font-size: 1rem;
}

.snsContainer {
    background-color: #E3A76C;
    padding-top: 40px;
}

.FTinstagram i {
    font-size: 1.5rem;
    background-color: #ffffff;
    border-radius: 100%;
    height: 56px;
    width: 56px;
    line-height: 56px;
    margin: 0 20px;
}

.FTmail i {
    font-size: 1.25rem;
    background-color: #ffffff;
    border-radius: 100%;
    height: 56px;
    width: 56px;
    line-height: 56px;
    padding-right: 0.2vw;
    margin: 0 20px;
}

.FTinstagram i:hover {
    background-color: #653827;
    color: #F8EED4;
}

.FTtwitter i:hover {
    background-color: #653827;
    color: #F8EED4;
}

.FTmail i:hover {
    background-color: #653827;
    color: #F8EED4;
}

/* ここからフッター２ */

.footerContainer2 {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: #E3A76C;
}

.footerContainer2 p {
    font-size: 0.8rem;
    font-weight: 500;
    padding-bottom: 48px;
}