@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
}

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

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

h1 {
    font-size: 3vw;
}

h2 {
    font-size: 3vw;
    color: #202020;
    font-family: courgette;
}

h3 {
    font-size: 4vw;
    font-family: courgette;
    color: #202020;
}

h4 {
    font-size: 2.5vw;
    font-family: courgette;
    color: #202020;
}

p {
    font-size: 1.5vw;
    line-height: 1.6;
    font-family: noto;
    color: #202020;
}

a {
    line-height: 1.6;
    text-decoration: none;
    font-family: noto;
    color: #202020;
}

ul {
    list-style-type: none;
}

li {
    font-family: courgette;
    font-size: 2vw;
}

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

header {
    display: flex;
    width: 100%;
    height: 11vw;
    padding-top: 2.5vw;
}

header .header-imgbox {
    width: 8%;
    margin-left: 6%;
    margin-right: 3%;
}

header .header-imgbox img {
    width: 100%;
    height: 70%;
    border-radius: 50%;
    border: 4px solid rgb(174, 138, 138);
    vertical-align: bottom;
}

header .h1-box {
    width: 25%;
    margin-right: 8%;
    margin-top: 2vw;
}

header h1 a {
    font-family: courgette;
}

header nav {
    width: 50%;
    padding-top: 3vw;
    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: 4px solid rgb(174, 138, 138);
    border-top-left-radius: 15px;
    background-color: rgb(220, 220, 220);
}

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

/* galleryここから */
section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 7vw;
    background-color: rgb(220, 220, 220);
}

.gallery-h2 {
    width: 25%;
    margin-left: 25%;
    padding-top: 4vw;
    padding-bottom: 1.5vw;
}

.gallery-h2 h2 {
    width: fit-content;
    padding-bottom: .3vw;
    border-bottom: 4px solid rgb(219, 193, 115);
}

.gallery-img {
    position: relative;
    width: 85%;
    margin-top: 3vw;
    margin-right: auto;
    border: 5px solid rgb(174, 138, 138);
    border-top-right-radius: 170px;
}

.gallery-img img {
    width: 100%;
    vertical-align: bottom;
    border-top-right-radius: 165px;

}
/* ポジションここから */
.next-box {
    position: absolute;
    left: 30vw;
    bottom: 3vw;
    width: 15%;
    border-radius: 50px;
    border: 3px solid rgb(219, 193, 115);
    background-color: white;
}

.next-box a {
    display: block;
    text-align: center;
    font-size: 2vw;
    font-family: courgette;
}

.profile-box {
    position: absolute;
    bottom: 3vw;
    right: -7.5vw;
    width: 30%;
    padding-top: 1vw;
    padding-bottom: 1.5vw;
    background-color: white;
}

.profile-box h2 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5vw;
    text-align: center;
    border-bottom: 4px solid rgb(220, 220, 220);
}

.profile-box p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.profile-box p span {
    font-size: 1.2vw;
}
/* ポジションここまで */
/* galleryここまで */

/* new arrivalsここから */
.h3-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color:rgb(219, 193, 115);
}

.h3-box h3 {
    padding-top: 2vw;
    padding-bottom: 2vw;
    text-align: center;
}
/* new arrivalsここまで */

/* blog+movieここから */
.blogmovie-box {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6vw;
}
/* blogここから */
.blogmovie-box .blog-box {
    width: 50%;
}

.blogmovie-box .blog-box .blog-h2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.blogmovie-box .blog-box .blog-h2 h2 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4vw;
    padding-bottom: .3vw;
    border-bottom: 4px solid rgb(219, 193, 115);
}

.blogmovie-box .blog-box .blog1 {
    display: flex;
    width: 80%;
    margin-top: 4vw;
    margin-left: auto;
    margin-right: auto;
}

.blogmovie-box .blog-box .blog1 .blog1-img {
    width: 45%;
    margin-left: 5%;
    margin-right: 5%;
    border: 4px solid rgb(174, 138, 138);

}

.blogmovie-box .blog-box .blog1 .blog1-img img {
    width: 100%;
    vertical-align: bottom;
}

.blogmovie-box .blog-box .blog1 .blog1-p {
    width: 45%;
}
/* blogここまで */
/* movieここから */
.blogmovie-box .movie-box {
    width: 50%;
}

.blogmovie-box .movie-box .movie-h2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.blogmovie-box .movie-box .movie-h2 h2 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4vw;
    padding-bottom: .3vw;
    border-bottom: 4px solid rgb(219, 193, 115);
}

.blogmovie-box .movie-box .movie-img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid rgb(174, 138, 138);
}

.blogmovie-box .movie-box .movie-img img {
    width: 100%;
    vertical-align: bottom;
}
/* movieここまで */
/* blog+movieここまで */

/* nextbox2ここから */
.next-box2-bg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3vw;
    padding-bottom: 3vw;
}

.next-box2 {
    width: 15%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    border: 3px solid rgb(174, 138, 138);
    background-color: rgb(195, 194, 194);
}

.next-box2 a {
    display: block;
    text-align: center;
    font-size: 2vw;
    font-family: courgette;
}
/* nextbox2ここまで */

/* instaここから */
.insta-box2 {
    display: none;
}

.insta-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(209, 209, 209);
}

.insta-box .insta-h2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3vw;
}

.insta-box .insta-h2 h2 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4vw;
    padding-bottom: .3vw;
    border-bottom: 4px solid rgb(219, 193, 115);
}

.insta-img-box {
    display: flex;
    width: 90%;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
}

.insta-img-box .insta-img {
    width: 21%;
    margin-left: 2%;
    margin-right: 2%;
    border: 5px solid rgb(174, 138, 138);
    border-top-left-radius: 50px;
}

.insta-img-box .insta-img img {
    width: 100%;
    vertical-align: bottom;
    border-top-left-radius: 45px;
}
/* instaここまで */

/* nextbox3ここから */
.next-box3-bg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3vw;
    padding-bottom: 3vw;
}

.next-box3 {
    width: 15%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    border: 3px solid rgb(174, 138, 138);
    background-color: rgb(219, 193, 115);
}

.next-box3 a {
    display: block;
    text-align: center;
    font-size: 2vw;
    font-family: courgette;
}
/* nextbox3ここまで */

/* フッターここから */
footer:nth-of-type(2) {
    display: none;
}

footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

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

footer .footer-box1 .footer-imgbox {
    width: 7%;
    height: 3.5%;
    margin-left: 6.5%;
    margin-right: 2%;
}

footer .footer-imgbox img {
    width: 100%;
    height: 85%;
    border-radius: 50%;
    border: 4px solid rgb(174, 138, 138);
    vertical-align: bottom;
}

footer .footer-h4 {
    width: 20%;
    padding-top: 2.6vw;
}

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

.footer-box1 a:nth-of-type(1) {
    width: 25%;
    font-size: 3vw;
    color: black;
}

.footer-box1 a:nth-of-type(2) {
    width: 25%;
    margin-left: auto;  
    font-size: 2.8vw;
    line-height: 1.6;
    color: blue;
}

.footer-box1 a:nth-of-type(3) {
    width: 25%;
    margin-left: 7%;
    margin-right: auto;
    font-size: 3vw;
    color: red;
}
/* ソーシャルアイコンここまで */
footer p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/* TOPへ戻るボタンここから */
.footer-box1 .pagejump {
    width: 7vw;
    height: 7vw;
    margin-top: .2vw;
    margin-left: 24%;
    margin-right: auto;
    text-align: center;
    line-height: 6vw;
    border-radius: 50%;
    border: 4px solid rgb(174, 138, 138);
    background-color: rgb(199, 199, 199);
}

.footer-box1 .pagejump a {
    line-height: 2.2;
    color: white;
}
/* TOPへ戻るボタンここまで */
/* フッターここまで */