* {
    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;
}

/* ここからネームラッパー */

.nameWrapper1 {
    position: relative;
}

.nameWrapper {
    margin: 168px 9.16vw 0 9.16vw;
    padding: 120px 0;
    border-radius: 10vw/30vw;
    background-color: #ecdcb9;
    box-shadow: 5px 10px 30px 5px #cfbf9b inset;
    display: flex;
    justify-content: center;
}

.nameContainer {
    width: 36vw;
    margin-left: 2.083vw;
    /* background-color: #E3A76C; */
    display: flex;
    align-items: center;
}

.nameContainer2 {
    align-items: center;
}

.pfPhoto img {
    width: 29.168vw;
    height: 29.168vw;
    border-radius: 100%;
    margin-right: 2.083vw;
}

.pfName {
    text-align: center;
}

.pfName2 {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 40px;
}

.PFsnsContainer {
    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.1vw;
        margin: 0 28px;
}

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


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

.pfSentence {
    line-height: 1.8;
    font-size: 1rem;
    margin-bottom: 64px;
}

/* ここから吹き出し */

.policy {
    position: absolute;
    bottom: -40px;
    left: 20%;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}

.balloon-002 {
    position: relative;
    max-width: 81.67vw;
    margin-top: 15px;
    padding: .6em 4em;
    border-radius: 20vw;
    background-color: #ffffff;
    font-size: 2em;
    font-weight: 500;
}

.balloon-002 p {
    font-size: 28px;
    font-weight: 500;
}

.balloon-002::before {
    position: absolute;
    top: -15px;
    width: 40px;
    height: 15px;
    background-color: #fff;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}

.balloon-002 p:hover {
    border-bottom: 3px #E3A76C dashed;

}

/* ここからバイオグラフィー */

.BFWrapper {
    padding-top: 176px;
    margin: 0 9.16vw 0 9.16vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding-bottom: 176px;
    /* background-color: #E3A76C; */
}

.biographyWrapper {
    display: flex;
    justify-content: center;
}

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

.Bcontainer {
    display: flex;
    padding-bottom: 28px;
    padding-top: 60px;
    border: #653827 4px solid;
    background-color: #fff;
    border-radius: 2.916vw;
}


.BdetailesContainer {
    padding-right: 1.979vw;
}

.BGsection {
    display: flex;
}

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

.BdetailesContainer p {
    padding-bottom: 32px;
    margin-left: 1.979vw;
}

.date {
    font-weight: bold;
}

/* ここからフェイバリット */

.FaboriteWrapper {
    display: flex;
    justify-content: center;
    /* background-color: #cfbf9b; */
}


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

.Fcontainer {
    display: flex;
    padding: 154px 12.5vw 89px 12.5vw;
    border: #653827 4px solid;
    background-color: #fff;
    border-radius: 2.916vw;
    width: auto;
    position: relative;
}

.Fcontainer ul {
    margin: 0 auto;
}

.Fcontainer li {
    padding-bottom: 40px;
}

.Fcontainer img {
    width: auto;
    height: 11vw;
}

.usagi {
    position: absolute;
    top: 50px;
    left: 2.5vw;
}

.idol {
    position: absolute;
    /* background-color: #ecdcb9; */
    top: 160px;
    right: 2.083vw;
}


.samosa {
    position: absolute;
    bottom: 50px;
    left: 2.5vw;
    /* background-color: #E3A76C; */
}

/* ここからスキル */

.skillsWrapper {
    margin: 0 9.16vw 176px 9.16vw;
}


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

.Scontainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 40px;
    row-gap: 40px;
}

.dtNumber {
    font-weight: bold;
    font-size: 1.5rem;
    background-color: #E3A76C;
    display: inline-block;
    border-radius: 50vw;
    padding: 4px 1.67vw;
    margin-bottom: 8px;
}

.dtTitle {
    font-weight: bold;
    font-size: 1.75rem;
}

.SCinner {
    display: flex;
    align-items: center;
    width: auto;
    margin: 0 auto;
}

.SCinner img {
    width: 16vw;
    height: 16vw;
}

.SCinner div {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.SCinner dd {
    margin: 0 8px;
    margin-top: 24px;
    line-height: 1.8;
}

/* ここからツール */

.toolsWrapper {
    padding-bottom: 176px;
}

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

.toolsImgBox {
    text-align: center;
}

.toolsContainer img {
    width: 47.916vw;
    height: auto;
    display: inline-block;
}

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