* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
}
.header{
    height: 70px;
    background: #e7e7e7ee;
    padding: 0 40px;
    display: flex;
    align-items: center;
    font-family: 'Kaisei Opti', serif;
    position: fixed;
    width: 100vw;
    z-index: 100;
}
.header__logo{
    margin-right: auto;
    font-size: 32px;
    color: #2E2E2E;
}
.header__links{
    list-style: none;
    display: flex;
    gap: 80px;
    font-size: 24px;
    color: #2E2E2E;
}

.header-spacer {
    height: 80px;
}

body {
    background: #f3f3f3;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.hero {
    font-family: 'Kaisei opti', serif;
    position: relative;
    width: calc(100% - 40px * 2);
    margin: auto;
    
}

.hero__background {
    width: 95%;
    max-width: 1100px;
    margin-left: auto;
    display: block;
    position: relative;
    z-index: -2;
}

.hero__logo {
    position: absolute;
    top: 0;
    left: 0;
}

.hero__logo--title {
    color: #FFAAAA;
    font-size: 80px;
    font-weight: normal;
    line-height: 1;
}

.hero__logo--name {
    color: #e878c2;
    font-size: 36px;
    line-height: 1;
}

.hero__logo--shape {
    position: absolute;
    top: 0;
    left: -28px;
    z-index: -1;
}

.hero__links {
    list-style: none;
    display: flex;
    flex-direction: column;
    font-size: 30px;
    color: #2E2E2E;
    gap: 10px;
    position: absolute;
    bottom: 90px;
    left: 0;
}

.hero__links--rotate {
    position: absolute;
    transform: rotate(15deg);
    margin-top: 60px;
    white-space: nowrap;
}




.point {
    margin-top: 100px;
    width: 100%;
    position: relative;
}
.point-text {
    position: absolute;
    top: 50%;
    right: 3%;
}
.point-text h2 {
    font-size: 60px;
    text-align: center;
    font-family: HiraMinProN-W3;
    letter-spacing: 0.1em;
}
.point-text p {
    font-size: 30px;
    font-family: ヒラギノ明朝 ProN;
}
.point-img {
    position: relative;
    width: 600px;
    height: 700px;
}
.point-img img {
    position: absolute;
}
.point-img img:nth-child(1) {
    top: 0;
    right: 0;
}

.point-img img:nth-child(2) {
    bottom: 10%;
    left: 20%;
}
 
.point-img img:nth-child(3) {
    top: 15%;
    left: 0;
}
.point-img img:nth-child(4) {
    bottom: 0;
    right: 20%;
}




.point2 {
    margin-top: 100px;
    width: 100%;
    height: 100%;
    position: relative;
}
.point2-text {
    position: absolute;
    top: 50%;
    left: 10%;
}
.point2-text h2 {
    font-size: 70px;
    text-align: center;
    font-family: HiraMinProN-W3;
}
.point2-text p {
    font-size: 40px;
    font-family: ヒラギノ明朝 ProN;
    letter-spacing: 0.2em;
}
.point-img2 {
    position: relative;
    width: 1200px;
    height: 700px;
}
.point-img2 img {
    position: absolute;
}
.point-img2 img:nth-child(1) {
    right: 25%;
    bottom: 5%;
}
.point-img2 img:nth-child(2) {
    right: 5%;
    top: 3%;    
}
.point-img2 img:nth-child(3) {
    top: 5%;
    left: 50%;
}
.point-img2 img:nth-child(4) {
    bottom: 5%;
    right: 10%;
}


.point3 {
    width: 100%;
    height: 100%;
    position: relative;
}
.point3-text {
    position: absolute;
    top: 40%;
    right: 10%;
}
.point3-text h2 {
    font-size: 70px;
    text-align: center;
    font-family: HiraMinProN-W3;
}
.point3-text p {
    font-size: 40px;
    font-family: ヒラギノ明朝 ProN;
    letter-spacing: 0.2em;
}
.point-img3 {
    position: relative;
    width: 1200px;
    height: 900px;
}
.point-img3 img {
    position: absolute;
}
.point-img3 img:nth-child(1) {
    top: 15%;
    left: 30%;
}
.point-img3 img:nth-child(2) {
    bottom: 5%;
    left: 10%;
} 
.point-img3 img:nth-child(3) {
    bottom: 3%;
    right: 3%;
}


.profile {
    position: relative;
    margin:auto;
    justify-content: center;
    text-align: center;
}
.profile img {
    top: 50%;
    right: 10%;
    position: absolute;
}
.profile-text {
    text-align: center;
    background-color: #c6c6c6;
    padding: 20px 20px;
    border-radius: 30px;
    margin:auto;
    margin-right: 7%;
    margin-left: 7%;
    margin-top: 8%;
}
.profile h2 {
    font-size: 50px;
    font-family: Kaisei Opti;
    display: inline-block;
    margin-top: 15%;
    background-color: #c6c6c6;
    border-radius: 10px;
    letter-spacing: 2px;
    padding: 0 60px;
}
.profile-text p {
    font-size: 40px;
    margin-top: 2%;
    text-align: left;
    padding-left: 40px;
    font-family: Kaisei Opti;
    line-height: 70px;
}


.photo {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 10%;
    font-family: Kaisei Opti;
}
.photo-text {
    margin-top: 10%;
    font-size: 50px;
    text-align: center;
    background-color: #c6c6c6;
    display: inline-block;
    border-radius: 10px;
    padding: 0 60px;
    letter-spacing: 1px;
}
.photo-img {
    margin-top: 8%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
}

.everyday {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    margin-top: 10%;
}
.everyday-text {
    font-size: 50px;
    text-align: center;
    margin-top: 140px;
    font-family: Kaisei Opti;
    background-color: #c6c6c6;
    display: inline-block;
    padding: 0% 30px;
    border-radius: 10px;
}
.morning {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    gap: 100px;
    margin-top: 10%;
    font-family: Kaisei Opti;
    justify-content: center;
}
.everyday-text1 {
    text-align: right;
}
.everyday-text1 h2 {
    font-size: 50px;
    margin-bottom: 5%;
}
.everyday-text1 p {
    font-size: 29px;
    margin-top: 10%;   
}
.noon {
    width: 100%;
    display: flex;
    gap: 100px;
    margin-top: 10%;
    justify-content: center;
    font-family: Kaisei Opti;
}
.everyday-text2 {
    width: 50%;
    margin-left: 5%;
    margin-bottom: 5%;
}
.everyday-text2 h2 {
    font-size: 50px;
}
.everyday-text2 p {
    font-size: 29px;
    margin-top: 10%;  
}
.noon img {
    width: 50%;
}
.night {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    gap: 100px;
    margin-top: 10%;
    font-family: Kaisei Opti;
    justify-content: center;
}
.everyday-text3 {
    width: 50%;
    margin-left: 5%;
    margin-bottom: 5%;
}
.everyday-text3 h2 {
    font-size: 50px;
}
.everyday-text3 p {
    font-size: 29px;
    margin-top: 10%;
}


.name {
    max-width: 1200px;
    margin: 20% 10% 10%;
    text-align: center;
}
.name-text {
    font-size: 40px;
    font-family: Kaisei Opti;
    letter-spacing: 6px;
    line-height: 80px;
}
.name-a {
    font-size: 35px;
    margin-top: 20%;
    font-family: Kaisei Opti;
    background-color: #c6c6c6;
    display: inline-block;
    padding: 0% 20px;
    border-radius: 10px;
    letter-spacing: 3px;
}


.footer{
    height: 30px;
    line-height: 40px;
    background-color: #d4d3d3; 
    text-align: center;
}