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

}


.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;
    line-height: 2.5;
    letter-spacing: 0.1em;
}

body {
    background-color: #F8EED4;
}
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: 2.5vw 2.5vw 2.5vw 2.5vw;
    background-color: #fff;
    position: relative;
}

.headerInnerWrapper{
    position: relative;
    border-radius: 3.54vw;
    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;
    /* ノイズパターンのサイズ調整 */
}

.headerContainer {
    display: flex;
    justify-content: flex-end;
}

nav {
    background: #ffffff;
    background-clip: padding-box;
    border: 8px solid rgba(255, 255, 255, 0.6);
    position: fixed;
    right: 4vw;
    top: 3.5vw;
    border-radius: 50px;
    display: flex;
    justify-content: flex-end;
    vertical-align: middle;
    z-index: 9998;
}

.headerContainer ul {
    /* display: flex; */
    padding-left: 16px;
    padding: 24px 0 24px 16px;
}

.headerContainer li {
    font-size: 0.75rem;
    font-weight: bold;
    padding: 4px 16px 4px 0px;
    text-align: center;
}

.headerContainer a {
    text-decoration: none;
    color: #653827;
    vertical-align: middle;
}

.headerContainer a:hover {
    color: #e29c56;
}

.fa-instagram {
    font-size: 1.125rem;
}

.fa-regular {
    font-size: 1rem;
}

.insta i:hover{
    color: #e29c56;
}

.form i:hover{
    color: #e29c56;
}


/* ここからサイトタイトル */

.siteTitleContainer {
    margin-top: 8vh;
    align-items: center;
}

.siteLogo {
    width: 32.1vw;
    margin-right: 8px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.firstView{
    width: fit-content;
    height: auto;
    padding-top: 20vw;
    padding-bottom: 2.5vw;
}

/* ここからページトップ */

.pageTopContainer img {
    /* background-color: #653827; */
    width: 7vw;
    height: 7vw;
    position: fixed;
    right: 4vw;
    bottom: 4.583vw;
    z-index: 9998;
}

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

.topMessageWrapper{
    height:80%;
    /* padding: 80px; */
    padding-bottom: 40px;
    background-color: #fff;
    background: linear-gradient(#fff, #F8EED4);
    background-image: linear-gradient(rgba(255, 255, 255, 0.98),rgba(248,238,212,0.9)),
    /* ベース色 */
    url(../images/noise.png);
/* ノイズ画像 */
background-repeat: repeat;
/* 繰り返し */
background-size: 200px;
/* ノイズパターンのサイズ調整 */
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: -10;
        display: grid;
    place-content: center;
}

.topMessageContainer{
    width: fit-content;
    margin: 0 auto;
}

.topMessageContainer dt{
    margin-bottom: 40px;
    margin-left: 4vw;
}

.topMessageContainer dt p{
font-size: 2rem;
line-height: 2;
margin-bottom: 12px;
padding: 0 12px;
background-color: #E3A76C;
display: block;
width: fit-content;
}

.topMessageContainer dd{
    width: auto;
    margin: 0 auto;
    margin-left: 4vw;
}

.topMessageContainer dd p{
    line-height: 2.5;
    color: #bf650c;
    font-size: 1rem;
    letter-spacing: 0.1em;
    /* background-color: aqua; */

}


/* ここからworks */

.worksWrapper{
    /* position: -webkit-sticky;
    position: sticky;
    top: 0; */
    z-index: 200;
    /* background-color: aqua; */
    /* background-color: #F8EED4; */
    background-color: #fff;  
    /* 基本の背景色 */
    /* background-image: linear-gradient(rgba(248, 238, 212, 0.93),rgba(248,238,212,0.9)), */
        background-image: linear-gradient(rgba(255, 255, 255, 0.94),rgba(255, 255, 255, 0.94)),
        /* ベース色 */
        url(../images/noise.png);
    /* ノイズ画像 */
    background-repeat: repeat;
    /* 繰り返し */
    background-size: 200px;
    /* ノイズパターンのサイズ調整 */
    border-radius: 6vw 6vw 0 0 ;
}

.worksContainer{
    padding: 80px 0 176px 0;
}


.titleContainer {
    text-align: center;
    z-index: 11;
}

.titleContainer h2{
    color:#653827;
    letter-spacing:0.2rem;
}

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

/* contents */
/* ここからアーティクル (モーダルリンク)*/

.contentsWrapper{
    padding: 0 11vw;
}

.articleWrapper {
    display: grid;
    grid-template-columns: 22vw 22vw 22vw;
    grid-template-rows: auto;
    justify-content: space-between;
    /* margin-bottom: 136px; */
}

article {
    margin-bottom: 64px;
}

article img {
    /* width: 23.5vw;
    height: 23.5vw; */
    border-radius: 20px;
    /* border: rgba(255, 255, 255, 0.6) 8px solid; */
}

article img:hover {
    transform: scale(1.05);
    opacity: 0.8;
}

article h4 {
    margin-top: 16px;
}


.url i {
    color: #e29c56;
}

.url {
    color: #E3A76C;
}
.url:hover {
        text-decoration: none;
}



/* ここからモーダルラップ1 */
.modal-1__wrap {
    display: inline-block;
}

/* 元々のラジオボタン消す */
.modal-1__wrap input {
    display: none;
}

/* カーソルの指 */
.modal-1__open-label,
.modal-1__close-label {
    cursor: pointer;
}

article h4:hover {
    color: #e29c56;
}

.modal-1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* クリック前非表示↓ */
    display: none;
}

.modal-1__open-input:checked+label+input+.modal-1 {
    display: block;
    /* ゆっくり表示↓ */
    animation: modal-1-animation .6s;
}

/* モーダルの位置など表示 */
.modal-1__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    /* max-width: 650px; */
    padding: 40px 0;
    padding-top: 64px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 40px;
}

/* 閉じるボタン */
.modal-1__close-label {
    background-color: #653827;
    color: #fff;
    /* border: 2px solid #fff; */
    border-radius: 100%;
    width: 56px;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    text-align: center;
    display: table-cell;
    position: fixed;
    right: 50%;
    bottom: 20px;
    z-index: 99999;
    font-size: 1.8em;
    font-weight: bold;
}

.modal-1__close-label:hover {
    background-color: #E3A76C;
    color: #653827;
}

/* モーダル内文章 */
.modal-1__content {
    max-height: 75vh;
    overflow-y: auto;
    padding: 0 45px;
}

/* 中身 */

.detailWrapper {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-template-rows: 1fr;
}


.detailContainer1Fixed {
    position: fixed;
    width: 34%;
}

.detailContainer1Fixed h5 {
    margin-top: 2.5vw;
    margin-bottom: 1vw;
    line-height: 2.6em;
    width: 9.1em;
    border-radius: 1.3em;
    background-color: #653827;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.detailContainer1Fixed h4 {
    margin-bottom: 1vw;
}

.detailContainer1Fixed p {
    line-height: 1.8;
}

.worksType {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1.67vw;
    padding-bottom: 0.4167vw;
    border-bottom: #653827 1px dashed;
    margin-bottom: 1.67vw;
}

.date {
    font-size: 0.9375rem;
}

.detailContainer2 img {
    width: 100%;
    margin-bottom: 3.35vw;
}

/* 背景のグレー */
.modal-1__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

/* ？いじらない */
@keyframes modal-1-animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* メディアクエリ */
@media only screen and (max-width: 520px) {
    .modal-1__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-1__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-1__content-wrap {
        width: 90vw;
    }

    .modal-1__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}


/* ここからモーダル２ */
/* ここからモーダルラップ */
.modal-2__wrap {
    display: inline-block;
}

/* 元々のラジオボタン消す */
.modal-2__wrap input {
    display: none;
}

/* カーソルの指 */
.modal-2__open-label,
.modal-2__close-label {
    cursor: pointer;
}


.modal-2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* クリック前非表示↓ */
    display: none;
}

.modal-2__open-input:checked+label+input+.modal-2 {
    display: block;
    /* ゆっくり表示↓ */
    animation: modal-1-animation .6s;
}

/* モーダルの位置など表示 */
.modal-2__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    /* max-width: 650px; */
    padding: 40px 0;
    padding-top: 64px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 40px;
}

/* 閉じるボタン */
.modal-2__close-label {
    background-color: #653827;
    color: #fff;
    /* border: 2px solid #fff; */
    border-radius: 100%;
    width: 56px;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    text-align: center;
    display: table-cell;
    position: fixed;
    right: 50%;
    bottom: 20px;
    z-index: 99999;
    font-size: 1.8em;
    font-weight: bold;
}

.modal-2__close-label:hover {
    background-color: #E3A76C;
    color: #653827;
}

/* モーダル内文章 */
.modal-2__content {
    max-height: 75vh;
    overflow-y: auto;
    padding: 0 45px;
}


/* 背景のグレー */
.modal-2__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

/* ？いじらない */
@keyframes modal-2-animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* メディアクエリ */
@media only screen and (max-width: 520px) {
    .modal-1__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-1__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-1__content-wrap {
        width: 90vw;
    }

    .modal-1__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}



/* ここからモーダル3 */
/* ここからモーダルラップ */
.modal-3__wrap {
    display: inline-block;
}

/* 元々のラジオボタン消す */
.modal-3__wrap input {
    display: none;
}

/* カーソルの指 */
.modal-3__open-label,
.modal-3__close-label {
    cursor: pointer;
}


.modal-3 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* クリック前非表示↓ */
    display: none;
}

.modal-3__open-input:checked+label+input+.modal-3 {
    display: block;
    /* ゆっくり表示↓ */
    animation: modal-1-animation .6s;
}

/* モーダルの位置など表示 */
.modal-3__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    /* max-width: 650px; */
    padding: 40px 0;
    padding-top: 64px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 40px;
}

/* 閉じるボタン */
.modal-3__close-label {
    background-color: #653827;
    color: #fff;
    /* border: 2px solid #fff; */
    border-radius: 100%;
    width: 56px;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    text-align: center;
    display: table-cell;
    position: fixed;
    right: 50%;
    bottom: 20px;
    z-index: 99999;
    font-size: 1.8em;
    font-weight: bold;
}

.modal-3__close-label:hover {
    background-color: #E3A76C;
    color: #653827;
}

/* モーダル内文章 */
.modal-3__content {
    max-height: 75vh;
    overflow-y: auto;
    padding: 0 45px;
}


/* 背景のグレー */
.modal-3__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

/* ？いじらない */
@keyframes modal-3-animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* メディアクエリ */
@media only screen and (max-width: 520px) {
    .modal-3__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-3__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-3__content-wrap {
        width: 90vw;
    }

    .modal-3__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}

/* ここからモーダル4 */
/* ここからモーダルラップ */
.modal-4__wrap {
    display: inline-block;
}

/* 元々のラジオボタン消す */
.modal-4__wrap input {
    display: none;
}

/* カーソルの指 */
.modal-4__open-label,
.modal-4__close-label {
    cursor: pointer;
}


.modal-4 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* クリック前非表示↓ */
    display: none;
}

.modal-4__open-input:checked+label+input+.modal-4 {
    display: block;
    /* ゆっくり表示↓ */
    animation: modal-1-animation .6s;
}

/* モーダルの位置など表示 */
.modal-4__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    /* max-width: 650px; */
    padding: 40px 0;
    padding-top: 64px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 40px;
}

/* 閉じるボタン */
.modal-4__close-label {
    background-color: #653827;
    color: #fff;
    /* border: 2px solid #fff; */
    border-radius: 100%;
    width: 56px;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    text-align: center;
    display: table-cell;
    position: fixed;
    right: 50%;
    bottom: 20px;
    z-index: 99999;
    font-size: 1.8em;
    font-weight: bold;
}

.modal-4__close-label:hover {
    background-color: #E3A76C;
    color: #653827;
}

/* モーダル内文章 */
.modal-4__content {
    max-height: 75vh;
    overflow-y: auto;
    padding: 0 45px;
}


/* 背景のグレー */
.modal-4__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

/* ？いじらない */
@keyframes modal-4-animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* メディアクエリ */
@media only screen and (max-width: 520px) {
    .modal-4__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-4__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-4__content-wrap {
        width: 90vw;
    }

    .modal-4__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}

/* ここからモーダル5 */
/* ここからモーダルラップ */
.modal-5__wrap {
    display: inline-block;
}

/* 元々のラジオボタン消す */
.modal-5__wrap input {
    display: none;
}

/* カーソルの指 */
.modal-5__open-label,
.modal-5__close-label {
    cursor: pointer;
}


.modal-5 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* クリック前非表示↓ */
    display: none;
}

.modal-5__open-input:checked+label+input+.modal-5 {
    display: block;
    /* ゆっくり表示↓ */
    animation: modal-1-animation .6s;
}

/* モーダルの位置など表示 */
.modal-5__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    /* max-width: 650px; */
    padding: 40px 0;
    padding-top: 64px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 40px;
}

/* 閉じるボタン */
.modal-5__close-label {
    background-color: #653827;
    color: #fff;
    /* border: 2px solid #fff; */
    border-radius: 100%;
    width: 56px;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    text-align: center;
    display: table-cell;
    position: fixed;
    right: 50%;
    bottom: 20px;
    z-index: 99999;
    font-size: 1.8em;
    font-weight: bold;
}

.modal-5__close-label:hover {
    background-color: #E3A76C;
    color: #653827;
}

/* モーダル内文章 */
.modal-5__content {
    max-height: 75vh;
    overflow-y: auto;
    padding: 0 45px;
}


/* 背景のグレー */
.modal-5__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

/* ？いじらない */
@keyframes modal-5-animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* メディアクエリ */
@media only screen and (max-width: 520px) {
    .modal-5__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-5__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-5__content-wrap {
        width: 90vw;
    }

    .modal-5__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}

/* ここからモーダル6 */
/* ここからモーダルラップ */
.modal-6__wrap {
    display: inline-block;
}

/* 元々のラジオボタン消す */
.modal-6__wrap input {
    display: none;
}

/* カーソルの指 */
.modal-6__open-label,
.modal-6__close-label {
    cursor: pointer;
}


.modal-6 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* クリック前非表示↓ */
    display: none;
}

.modal-6__open-input:checked+label+input+.modal-6 {
    display: block;
    /* ゆっくり表示↓ */
    animation: modal-1-animation .6s;
}

/* モーダルの位置など表示 */
.modal-6__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    /* max-width: 650px; */
    padding: 40px 0;
    padding-top: 64px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 40px;
}

/* 閉じるボタン */
.modal-6__close-label {
    background-color: #653827;
    color: #fff;
    /* border: 2px solid #fff; */
    border-radius: 100%;
    width: 56px;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    text-align: center;
    display: table-cell;
    position: fixed;
    right: 50%;
    bottom: 20px;
    z-index: 99999;
    font-size: 1.8em;
    font-weight: bold;
}

.modal-6__close-label:hover {
    background-color: #E3A76C;
    color: #653827;
}

/* モーダル内文章 */
.modal-6__content {
    max-height: 75vh;
    overflow-y: auto;
    padding: 0 45px;
}


/* 背景のグレー */
.modal-6__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

/* ？いじらない */
@keyframes modal-6-animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* メディアクエリ */
@media only screen and (max-width: 520px) {
    .modal-6__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-6__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-6__content-wrap {
        width: 90vw;
    }

    .modal-6__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}

/* ここからモーダル7 */
/* ここからモーダルラップ */
.modal-7__wrap {
    display: inline-block;
}

/* 元々のラジオボタン消す */
.modal-7__wrap input {
    display: none;
}

/* カーソルの指 */
.modal-7__open-label,
.modal-7__close-label {
    cursor: pointer;
}


.modal-7 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* クリック前非表示↓ */
    display: none;
}

.modal-7__open-input:checked+label+input+.modal-7 {
    display: block;
    /* ゆっくり表示↓ */
    animation: modal-1-animation .6s;
}

/* モーダルの位置など表示 */
.modal-7__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    /* max-width: 650px; */
    padding: 40px 0;
    padding-top: 64px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 40px;
}

/* 閉じるボタン */
.modal-7__close-label {
    background-color: #653827;
    color: #fff;
    /* border: 2px solid #fff; */
    border-radius: 100%;
    width: 56px;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    text-align: center;
    display: table-cell;
    position: fixed;
    right: 50%;
    bottom: 20px;
    z-index: 99999;
    font-size: 1.8em;
    font-weight: bold;
}

.modal-7__close-label:hover {
    background-color: #E3A76C;
    color: #653827;
}

/* モーダル内文章 */
.modal-7__content {
    max-height: 75vh;
    overflow-y: auto;
    padding: 0 45px;
}


/* 背景のグレー */
.modal-7__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

/* ？いじらない */
@keyframes modal-7-animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* メディアクエリ */
@media only screen and (max-width: 520px) {
    .modal-7__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-7__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-7__content-wrap {
        width: 90vw;
    }

    .modal-7__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}

/* ここからモーダル8 */
/* ここからモーダルラップ */
.modal-8__wrap {
    display: inline-block;
}

/* 元々のラジオボタン消す */
.modal-8__wrap input {
    display: none;
}

/* カーソルの指 */
.modal-8__open-label,
.modal-8__close-label {
    cursor: pointer;
}


.modal-8 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* クリック前非表示↓ */
    display: none;
}

.modal-8__open-input:checked+label+input+.modal-8 {
    display: block;
    /* ゆっくり表示↓ */
    animation: modal-1-animation .6s;
}

/* モーダルの位置など表示 */
.modal-8__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    /* max-width: 650px; */
    padding: 40px 0;
    padding-top: 64px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 40px;
}

/* 閉じるボタン */
.modal-8__close-label {
    background-color: #653827;
    color: #fff;
    /* border: 2px solid #fff; */
    border-radius: 100%;
    width: 56px;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    text-align: center;
    display: table-cell;
    position: fixed;
    right: 50%;
    bottom: 20px;
    z-index: 99999;
    font-size: 1.8em;
    font-weight: bold;
}

.modal-8__close-label:hover {
    background-color: #E3A76C;
    color: #653827;
}

/* モーダル内文章 */
.modal-8__content {
    max-height: 75vh;
    overflow-y: auto;
    padding: 0 45px;
}


/* 背景のグレー */
.modal-8__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

/* ？いじらない */
@keyframes modal-8-animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* メディアクエリ */
@media only screen and (max-width: 520px) {
    .modal-8__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-8__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-8__content-wrap {
        width: 90vw;
    }

    .modal-8__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}

/* ここからモーダル9 */
/* ここからモーダルラップ */
.modal-9__wrap {
    display: inline-block;
}

/* 元々のラジオボタン消す */
.modal-9__wrap input {
    display: none;
}

/* カーソルの指 */
.modal-9__open-label,
.modal-9__close-label {
    cursor: pointer;
}


.modal-9 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* クリック前非表示↓ */
    display: none;
}

.modal-9__open-input:checked+label+input+.modal-9 {
    display: block;
    /* ゆっくり表示↓ */
    animation: modal-1-animation .6s;
}

/* モーダルの位置など表示 */
.modal-9__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    /* max-width: 650px; */
    padding: 40px 0;
    padding-top: 64px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 40px;
}

/* 閉じるボタン */
.modal-9__close-label {
    background-color: #653827;
    color: #fff;
    /* border: 2px solid #fff; */
    border-radius: 100%;
    width: 56px;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    text-align: center;
    display: table-cell;
    position: fixed;
    right: 50%;
    bottom: 20px;
    z-index: 99999;
    font-size: 1.8em;
    font-weight: bold;
}

.modal-9__close-label:hover {
    background-color: #E3A76C;
    color: #653827;
}

/* モーダル内文章 */
.modal-9__content {
    max-height: 75vh;
    overflow-y: auto;
    padding: 0 45px;
}


/* 背景のグレー */
.modal-9__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

/* ？いじらない */
@keyframes modal-9-animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* メディアクエリ */
@media only screen and (max-width: 520px) {
    .modal-9__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-9__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-9__content-wrap {
        width: 90vw;
    }

    .modal-9__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}

/* contents */


.viewMore {
    background:  #E3A76C;;
    background-clip: padding-box;
    border: 8px solid  rgba(227, 167, 108, 0.6);
    border-radius: 40px;
    text-align: center;
    width: 12em;
    margin: 0 auto;
    margin-top: 16px;
    
}

.viewMore:hover {
    background-color: #F8EED4;
    border: 8px solid rgba(248, 238, 212, 0.5);
}

.viewMore p:hover {
    color: #E3A76C;
}


.viewMore p {
    font-size: 1.125rem;
    color: #fefefe;
}

.viewMore a {
    text-decoration: none;
    font-weight: bold;
    line-height: 56px;
}

/* ここからプロフィール */

.plofileWrapper {
    padding: 0 9.16vw;
    padding-top: 80px;
    padding-bottom: 60px;
    /* border-radius: 6vw 6vw 0 0 ; */
    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;
    /* ノイズパターンのサイズ調整 */
}

.plofileContainer .titleContainer {
    padding-top: 128px;
    background-image: url(../images/plofileBack.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.PFContainer {
    display: flex;
    background-color: #ffffff;
    border-radius: 0 0 3.54vw 3.54vw;
    display: flex;
    justify-content: center;
    padding-bottom: 9.16vw;
}

.PFContainer img {
    border-radius: 100%;
    width: 29.168vw;
    height: 29.168vw;
    object-fit: cover;
    margin-right: 4vw;
}

.PFContainer img:hover {
    border: #E3A76C 6px dashed;
    padding: 6px;
}

.PFContents {
    margin-left: 4vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.PFsentence {
    line-height: 1.8;
}

.PFContents dt h3 {
    border-bottom: #E3A76C 1px dashed;
    font-weight: 500;
    color: #e29c56;
}

.PFContents dd {
    padding-bottom: 40px;
}

.PFContents .viewMore {
        background-color: #E3A76C;
    border: 8px solid rgba(227, 167, 108, 0.6);
    margin: 0;
    margin-top: 64px;
}

.PFContents .viewMore:hover {
    background-color: #F8EED4;
    border: 8px solid rgba(248, 238, 212, 0.5);
}


/* ここからNEWS */

.dogHip {
    /* background-color: #E3A76C; */
    height: 35vh;
    background-size: cover;
    background-repeat: no-repeat;
    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;
    /* ノイズパターンのサイズ調整 */
}

.dogHip img {
    /* background-color: aqua; */
    height: 35vh;
    width: auto;
    margin: 0 auto;
}


.newsWrapper {
    height: 80%;
    background-color: #E3A76C;
    padding-top: 128px;
    padding-bottom: 176px;
    position: -webkit-sticky;
position: sticky;
top: 0;
}

.newsContainer {
    margin: 0 12vw 0px 12vw;
    background-color: #E3A76C;
}

.newsContents {
    display: flex;
    justify-content: space-between;
    padding: 64px 3.35vw;
    border-top: #F8EED4 2px dashed;
    border-bottom: #F8EED4 2px dashed;
}

.newsInnerContents {
    display: flex;
}

.newsInnerContents dt {
    font-size: 1.125rem;
    font-weight: bold;
    padding: 0px 60px;
    background-image: url(../images/works_born\ 2.png);
    background-size: contain;
    line-height: 72px;
    height: 72px;
    margin-right: 3.35vw;
}

.newsContents dd {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 72px;
}

.arrow {
    font-size: 2.083rem;
    height: 72px;
    width: 72px;
    background-color: #ffffff;
    border-radius: 100%;
    text-align: center;
}

.arrow:hover {
    background-color: #653827;
}

.arrow i {
    line-height: 72px;
}

.arrow:hover i {
    color: #F8EED4;
}

.newsContainer .viewMore:hover {
    background-color: #653827;
    border: 8px solid rgba(101, 56, 39, 0.6);
}


/* ここからアーティクル (モーダルリンク)*/

/* ここからモーダルラップ1 */
.modal-n__wrap {
    display: inline-block;
}

/* 元々のラジオボタン消す */
.modal-n__wrap input {
    display: none;
}

/* カーソルの指 */
.modal-n__open-label,
.modal-n__close-label {
    cursor: pointer;
}

article h4:hover {
    color: #e29c56;
}

.modal-n {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* クリック前非表示↓ */
    display: none;
}

.modal-n__open-input:checked+label+input+.modal-n {
    display: block;
    /* ゆっくり表示↓ */
    animation: modal-1-animation .6s;
}

/* モーダルの位置など表示 */
.modal-n__content-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    /* max-width: 650px; */
    padding: 40px 0;
    padding-top: 64px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 40px;
}

/* 閉じるボタン */
.modal-n__close-label {
    background-color: #653827;
    color: #fff;
    /* border: 2px solid #fff; */
    border-radius: 100%;
    width: 56px;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    text-align: center;
    display: table-cell;
    position: fixed;
    right: 50%;
    bottom: 20px;
    z-index: 99999;
    font-size: 1.8em;
    font-weight: bold;
}

.modal-n__close-label:hover {
    background-color: #E3A76C;
    color: #653827;
}

/* モーダル内文章 */
.modal-n__content {
    max-height: 75vh;
    overflow-y: auto;
    padding: 0 45px;
}

/* 中身 */

.detailWrapper {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-template-rows: 1fr;
}


.detailContainer1Fixed {
    position: fixed;
    width: 34%;
    
}

.detailContainer1Fixed a {
    text-decoration: underline;
}

.detailContainer1Fixed a:hover {
    color: #e29c56;
}

.detailContainer1Fixed h5 {
    margin-top: 2.5vw;
    margin-bottom: 1vw;
    line-height: 2.6em;
    width: 9.1em;
    border-radius: 1.3em;
    background-color: #653827;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.detailContainer1Fixed h4 {
    margin-bottom: 1vw;
}

.detailContainer1Fixed p {
    line-height: 1.8;
}

.worksType {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1.67vw;
    padding-bottom: 0.4167vw;
    border-bottom: #653827 1px dashed;
    margin-bottom: 1.67vw;
}

.date {
    font-size: 0.9375rem;
}

.detailContainer2 img {
    width: 100%;
    margin-bottom: 3.35vw;
}

/* 背景のグレー */
.modal-n__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

/* ？いじらない */
@keyframes modal-n-animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* メディアクエリ */
@media only screen and (max-width: 520px) {
    .modal-n__open-label {
        max-width: 90%;
        padding: .94em 2.1em .94em 2.6em;
    }

    .modal-n__close-label {
        top: -17px;
        right: -4%;
    }

    .modal-n__content-wrap {
        width: 90vw;
    }

    .modal-n__content {
        padding: 33px 21px 35px;
        max-width: 100%;
    }
}


/* ここからコンタクト */

.contactWrapper {
    margin-top: 176px 0;
    background: linear-gradient(#fff, #F8EED4);
    background-image: linear-gradient(rgba(255, 255, 255, 0.98),rgba(248,238,212,0.9)),
    /* ベース色 */
    url(../images/noise.png);
/* ノイズ画像 */
background-repeat: repeat;
/* 繰り返し */
background-size: 200px;
/* ノイズパターンのサイズ調整 */
    position: -webkit-sticky;
position: sticky;
}

.contactContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: aquamarine; */
    padding: 176px 0;

}

.contactContents {
    /* background-color: aqua; */
    width: 29.168vw;
    margin-left: 1vw;
    /* text-align: center; */
}

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

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

.CTsentence {
    line-height: 1.8;
    /* background-color: #e29c56; */
    width: fit-content;
    margin: 0 auto;
}

/* ここからフッター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;
}