@charset "UFT-8";

/* font */
@font-face {
    font-family: 'AlternateGotNo3D';
    src: url('../font/AlternateGotNo3D\ Regular.ttf') format('truetype');
}

.AlternateGotNo3D {
    font-family: 'AlternateGotNo3D';
}

@font-face {
    font-family: 'Amery';
    src: url('../font/Amery\ Normal.ttf') format('truetype');
}

.Amery {
    font-family: 'Amery';
}

@font-face {
    font-family: 'Copperplate';
    src: url('../font/Copperplate\ Light.ttf') format('truetype');
}

.Copperplate {
    font-family: 'Copperplate';
}

@font-face {
    font-family: 'Notera';
    src: url('../font/Notera_PersonalUseOnly.ttf') format('truetype');
}

.Notera {
    font-family: 'Notera';
}

@font-face {
    font-family: 'OPTITimes';
    src: url('../font/OPTITimes-Roman.otf') format('opentype‘');
}

.OPTITimes {
    font-family: 'OPTITimes';
}


.Playfair {
    font-family: playfair-display, serif;
    font-weight: bold;
}

/* all */
html {
    font-size: 62.5%;
}

body {
    background-color: #fbfbfb;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: normal;
    color: 000;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', serif;
    max-width: 820px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

a {
    text-decoration: none;
    color: #000;
    display: inline-block;
}

img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

h2 {
    font-size: 3rem;
    color: #be9b50;
    text-align: center;
}

span.color {
    color: #be9b50;
}

.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.row {
    padding-bottom: 60px;
    padding-top: 60px;
}

.inner {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
}


/* header */
header {
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
}

header a img {
    max-width: 160px;
}


/* key */
#key {
    padding-left: 50px;
    padding-right: 50px;
}

#key img {
    height: 70vh;
    height: 70dvh
}

#key h1 {
    text-align: right;
    line-height: 0.8;
    font-size: 8rem;
    position: relative;
    top: -25px;
    font-weight: normal;
}

#key p {
    text-align: center;
    /* color: #be9b50; */
    font-size: 1.4rem;
    position: relative;
    top: -58px;
}




/* about */
#about div {
    padding-left: 50px;
    padding-right: 50px;
    border-bottom: 1px solid #be9b50;
    display: inline-block;
}

#about p:not(:nth-child(1)) {
    padding-bottom: 10px;
}

#about p.first::first-letter {
    color: #be9b50;
    font-size: 3rem;
}


/* list */
#list {
    text-align: center;
    background-color: #fff;

}

#list .btn {
    font-size: 1.4rem;
    background-color: #be9b50;
    line-height: 80px;
    width: 120px;
    border-top-left-radius: 40px;
    text-align: right;
}

#list .btn a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding-right: 20px;
}

#list .pdf {
    font-size: 1.4rem;
    background-color: #fff;
    border-top: 1px solid #be9b50;
    border-right: 1px solid #be9b50;
    width: 100px;
    height: 55px;
    line-height: 55px;
    border-top-right-radius: 40px;
    border-top-left-radius: 0px;
    position: relative;
    bottom: -25px;
    text-align: left;
}

#list .pdf a {
    color: #be9b50;
    font-weight: bold;
    display: block;
    padding-left: 30px;
}


#list .wrapper {
    justify-content: center;
}

#list .list-box {
    border: 1px solid #be9b50;
    width: 340px;
    position: relative;
    margin-top: 30px;
}

#list .list-box .wrapper {
    justify-content: space-between;
}

#list .list-box:nth-child(odd) {
    margin-right: 30px;
}



#list .list-box div.inlist {
    padding-top: 30px;
    padding-bottom: 30px;

}

#list .list-box div img {
    border-radius: 300px;
    width: 200px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
}

#list .list-box div p {
    margin-top: 20px;
}

#list .list-box div p.name {
    font-size: 2rem;
    text-decoration: underline;
    text-decoration-color: #be9b50;
}





/* footer */
footer {
    background-color: #000;
    color: #fff;
    text-align: center;
}

footer p {
    display: inline-block;
    padding: 5px;
    margin: 5px;
}

footer p a {
    color: #fff;
    width: 160px;

}

footer p.copy {
    display: block;
    font-size: 1.2rem;
    padding: 0;
}




/* ＝＝＝＝＝下層＝＝＝＝＝ */

/* under-title */
.under-title {
    padding-bottom: 60px;
}

.under-title .u-box:nth-child(1) {
    align-items: baseline;
}

.under-title .u-box:nth-child(2) {
    justify-content: flex-end;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.under-title .u-box:nth-child(odd) {
    justify-content: flex-end;
}

.under-title .u-box img {
    margin-left: 5px;
}

.under-title .u-box img.s {
    width: 200px;
    height: 200px;
}

.under-title .u-box img.m {
    width: 250px;
    height: 250px;
}

.under-title .u-box img.l {
    width: 300px;
    height: 300px;
}

.under-title .u-box p {
    font-size: 6rem;
    margin-left: 50px;
    width: 400px;
    line-height: 0.8;
}


/* profile */
.profile {
    text-align: center;
    background-color: #be9b50;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 60px;
    margin-bottom: 60px;
    border: 30px solid #be9b50;
}

.profile .line {
    background-color: #fff;
    outline: 2px solid #fff;
    border: 8px solid #be9b50;
}

.profile .line .p-about p {
    margin-top: 25px;
}

.profile .line .p-about p:nth-child(1) {
    line-height: 1.5;
    font-size: 1.4rem;

}

.profile .line .p-about p:nth-child(2) {
    font-size: 5rem;
    color: #be9b50;
    line-height: 1;
}

.profile .line .p-about p.under {
    margin-top: 0;
    display: inline-block;
    width: 70px;
    border-bottom: 1px solid #be9b50;
    line-height: 0;
}

.profile .line .p-about p:nth-child(4) {
    font-size: 1rem;
    margin-top: 0;
    color: #be9b50;
    font-weight: bold;
}

.profile .line .p-img>img {
    padding-top: 15px;
    height: 400px;
    object-position: bottom;
}

.profile .line .p-img div.wrapper {
    background-color: #000;
}

.profile .line .p-img div.wrapper img {
    width: 230px;
    height: 180px;
    object-position: bottom;
}

.profile .line .p-profile {
    background-color: #000;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}


.profile .line .p-profile .wrapper {
    max-width: 758px;
    margin-right: auto;
    margin-left: auto;
}


.profile .line .p-profile .wrapper>img {
    width: 160px;
    height: 160px;
    border-radius: 200px;
    position: relative;
    top: -40px;
}

.profile .line .p-profile .wrapper .p-text {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    line-height: 1;
    font-weight: bold;
    font-size: 1.4rem;
    position: relative;
    left: -20px;
}

.profile .line .p-profile .wrapper .p-text .name {
    text-align: left;
    margin-left: 55px;
    position: relative;
}

.profile .line .p-profile .wrapper .p-text .name p:nth-child(1) {
    font-size: 5rem;
    font-weight: normal;
    z-index: 10;
    position: relative;
}

.profile .line .p-profile .wrapper .p-text .name p:nth-child(2) {
    margin-top: 8px;
}

.profile .line .p-profile .wrapper .p-text .name p:nth-child(3) {
    font-size: 3.8rem;
    font-weight: normal;
    color: #be9b50;
    transform: rotate(-10deg);
    position: absolute;
    right: 20px;
    top: 30px;
}

.profile .line .p-profile .wrapper .p-text .price p:nth-child(1) {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.profile .line .p-profile .wrapper .p-text .price p:nth-child(2) {
    font-size: 1.6rem;
    color: #be9b50;
}

.profile .line .p-profile .wrapper .p-text .price p:nth-child(3) {
    font-size: 3rem;
    margin-top: 5px;

}

.profile .line .p-profile .wrapper .p-text .price p:nth-child(3) span {
    font-size: 1.4rem;
}

.profile .line .p-profile .sns {
    margin-left: 20px;
}

.profile .line .p-profile .sns img {
    width: 70px;
    height: 70px;
    position: relative;
    bottom: -202px;

}


/* my-gallery */
.my-gallery .wrapper {
    justify-content: center;
}

.my-gallery .right,
.my-gallery .left {
    width: 50%;
}

.my-gallery .right div {
    width: 80%;
    margin-right: auto;
    margin-top: 10px;
    margin-left: 10px;
}

.my-gallery .left div:nth-child(1) {
    margin-top: 100px;
}

.my-gallery .left div {
    width: 80%;
    margin-left: auto;
    margin-top: 10px;
    margin-right: 10px;
}



/* スライドインアニメーション--------------- */

/* 右 */
.slide-r {
    transform: translate(60px, 100px);
    opacity: 0;
}

.slide-r-on {
    transition: 0.8s;
    transform: translate(0, 0);
    opacity: 1;
}

/* 左 */
.slide-l {
    transform: translate(-60px, 100px);
    opacity: 0;
}

.slide-l-on {
    transition: 0.8s;
    transform: translate(0, 0);
    opacity: 1;
}