@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: courgette;
    src: url(../fs/Caveat-VariableFont_wght.ttf);
}

@font-face {
    font-family: noto;
    src: url(../fs/Noto_Sans_JP/static/NotoSansJP-Regular.ttf);
}

h1 {
    font-size: 3vw;
    color: rgb(105, 87, 49);
}

h2 {
    font-size: 4.5vw;
    letter-spacing: .1em;
    font-family: courgette;
    color: rgb(105, 87, 49);
}

h3 {
    font-size: 4.5vw;
    letter-spacing: .1em;
    font-family: courgette;
    color: rgb(105, 87, 49);
}

h4 {
    font-size: 2.5vw;
    font-family: courgette;
    color: rgb(105, 87, 49);
}

p {
    font-size: 1.3vw;
    line-height: 1.6;
    font-family: noto;
    letter-spacing: .1em;
    color: #2d0e00;
}

a {
    line-height: 1.6;
    text-decoration: none;
    font-family: courgette;
    color: rgb(105, 87, 49);
}

ul {
    list-style-type: none;
}

li {
    font-family: courgette;
    letter-spacing: .1em;
    font-size: 2vw;
}

html {
    scroll-behavior: smooth;
}
/* ヘッダーここから */
header:nth-of-type(2) {
    display: none;
}

header {
    display: flex;
    width: 100%;
    height: 8vw;
    background-color: rgb(237, 219, 232);
}

header .header-imgbox {
    width: 5%;
    margin-left: 9%;
    margin-right: 1%;
}

header .header-imgbox img {
    width: 100%;
    margin-top: 1.2vw;
    vertical-align: bottom;
}

header .h1-box {
    width: 25%;
    margin-top: 1.3vw;
    margin-left: 1%;
    margin-right: 7%;
}

header .h1-box h1 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 4px solid white ;
    font-size: 3.3vw;
    letter-spacing: .15em;
    text-align: center;
    line-height: 1;
    font-family: courgette;
}

header .h1-box p {
    letter-spacing: .2em;
    text-align: center;
    font-size: 1vw;
    color: rgb(105, 87, 49);
}

header nav {
    width: 50%;
    padding-top: 2.5vw;
    padding-bottom: 3vw;
}

header nav ul {
    display: flex;
}

header nav ul li {
    width: fit-content;
    margin-left: 5%;
    padding-top: .2vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    padding-bottom: .3vw;
    border: 3px solid white;
    border-radius: 7px;
    border-top-left-radius: 30px;
    background-color: rgb(220, 220, 220);
}

header nav ul li a {
    display: block;
    line-height: 1.2;
    font-family: courgette;
}
/* ヘッダーここまで */

/* profileここから */
section {
    width: 80%;
    margin-top: 8vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8vw;
    padding-bottom: 7vw;
    background-color: rgb(237, 237, 237);
}

.profile-h2 {
    width: fit-content;
    padding-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.profile-h2 h2 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-bottom: 4px solid white;
}

.profile-h2 p {
    margin-top: 3vw;
    text-align: center;
}

.profile-window {
    display: flex;
    width: 80%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
}

.profile-window1 {
    width: 30%;
    height: 23vw;
    border-top-left-radius: 140px;
    border-top-right-radius: 140px;
    background-color: white;
}

.profile-window-center {
    width: 30%;
    margin-left: 5%;
    margin-right: 5%;
    border-top-left-radius: 140px;
    border-top-right-radius: 140px;
    background-color: white;
}

.profile-window1 p {
    text-align: center;
}

.profile-window1 p:nth-of-type(1) {
    width: fit-content;
    margin-top: 6vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.4vw;
    border-bottom: 4px solid rgb(174, 138, 138);
}

.profile-window-center .profile-window-img {
    width: 42%;
    margin-top: 3.8vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
}

.profile-window-center .profile-window-img img {
    width: 100%;
    vertical-align: bottom;
}

.profile-window-center p {
    text-align: center;
}

.profile-window-smart {
    display: none;
}

.profile-box1-smart {
    display: none;
}

.profile-box2-smart {
    display: none;
}

.profile-box1 {
    display: flex;
    width: 86%;
    margin-top: 8vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3vw;
}

.profile-box1 .profile-box1-left {
    width: 56%;
    margin-right: 5%;
    padding: 3vw 5vw 3vw 5vw;
    background-color: white;
    border-radius: 30px;
}

.profile-box1 .profile-box1-left p {
    font-size: 1.2vw;
}

.profile-box1 .profile-box1-left p:nth-of-type(1) {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
    border-bottom: 4px solid rgb(174, 138, 138);
    font-size: 1.6vw;
    letter-spacing: .2em;
}

.profile-box1 .profile-box1-right {
    width: 28%;
}

.profile-box1 .profile-box1-right img {
    width: 100%;
    border-radius: 50%;
    border: 8px solid rgb(174, 138, 138);
    vertical-align: bottom;
}
/*  */
.profile-box2 {
    display: flex;
    width: 86%;
    margin-top: 8vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3vw;
}

.profile-box2 .profile-box2-right {
    width: 60%;
    padding: 3vw 4vw 3vw 4vw;
    background-color: white;
    border-radius: 30px;
}

.profile-box2 .profile-box2-right p {
    font-size: 1.2vw;
}

.profile-box2 .profile-box2-right p:nth-of-type(1) {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
    border-bottom: 4px solid rgb(174, 138, 138);
    font-size: 1.6vw;
    letter-spacing: .2em;
}


.profile-box2 .profile-box2-left {
    width: 28%;
    margin-right: 6%;
}

.profile-box2 .profile-box2-left img {
    width: 100%;
    border-radius: 50%;
    border: 8px solid rgb(174, 138, 138);
    vertical-align: bottom;
}
/*  */
.profile-box1 .profile-box1-left2 {
    width: 58%;
    margin-right: 5%;
    padding: 3vw 4vw 3vw 4vw;
    background-color: white;
    border-radius: 30px;
}

.profile-box1 .profile-box1-left2 p {
    font-size: 1.2vw;
}

.profile-box1 .profile-box1-left2 p:nth-of-type(1) {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
    border-bottom: 4px solid rgb(174, 138, 138);
    font-size: 1.6vw;
    letter-spacing: .2em;
}
/* フッターここから */
footer:nth-of-type(2) {
    display: none;
}

footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(237, 219, 232);
}

footer .footer-box1 {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5vw;
}

footer .footer-box1 .footer-imgbox {
    width: 6%;
    margin-left: 9%;
}

footer .footer-imgbox img {
    width: 100%;
    vertical-align: bottom;
}

.footer-h4 {
    width: 20%;
    margin-top: .8vw;
    margin-left: 2%;
}

.footer-h4 h4 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-top: -4vw;
    border-bottom: 4px solid white;
    font-size: 4vw;
    line-height: 1;
    color: rgb(105, 87, 49);
    letter-spacing: .1em;
}

.footer-h4 p {
    line-height: 1.8;
    text-align: center;
    color: rgb(105, 87, 49);
    font-size: 1.1vw;
}

/* ソーシャルアイコンここから */
.social-box {
    display: flex;
    width: 20%;
    margin-left: 3.5%;
    padding-top: 1.8vw;
}

.social-box01 {
    width: 20%;
    margin-right: 20%;
}

.social-box01 img {
    width: 100%;
    vertical-align: bottom;
}

.social-box02 {
    width: 20%;
    padding-top: .3vw;
    margin-right: 20%;
}

.social-box02 img {
    width: 85%;
    vertical-align: bottom;
}

.social-box03 {
    width: 20%;
}

.social-box03 img {
    width: 100%;
    vertical-align: bottom;
}

/* ソーシャルアイコンここまで */
.ppppp {
    width: 80%;
    margin-top: -.6vw;
    margin-left: auto;
    margin-right: auto;
}

.ppppp p {
    text-align: center;
}
/* TOPへ戻るボタンここから */
.pagejump-origin {
    width: 10%;
    margin-left: auto;
    margin-right: 5.3%;
}

.footer-box1 .pagejump {
    width: 6vw;
    height: 6vw;
    margin-top: .5vw;
    text-align: center;
    line-height: 6.5vw;
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 2px 2px 3px;
    background-color: rgb(199, 199, 199);
}

.footer-box1 .pagejump a {
    color: rgb(105, 87, 49);
    font-size: 2.2vw;
}
/* TOPへ戻るボタンここまで */
/* フッターここまで */