:root{
    --font-en:bryant,sans-serif;
    --font-ja:fot-tsukuardgothic-std, sans-serif;
    --colorwh:#fff;
    --colorblack:#333;
    --colorglay:#666;
}
.top-section{
    padding-top: 80px;
    margin: 0 auto;
}
.top-section h1{
    font-weight: 200;
    font-family: var(--font-en);
    font-size: 2.4rem;
}
.main-title {
    width: 327px;
    margin: 0 auto;
    position: relative;
}
.subtitle{
    font-size: 1.6rem;
    margin-top: 20px;
    font-weight: 200;
    font-family: var(--font-ja);
}

.triangle1{
    position: absolute;
    left: 36%;
    top: -15%;
    display: inline-block;
    border-top: 3px solid #888;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #888;
}
.triangle2{
    position: absolute;
    right: 37%;
    display: block;
    border-top: 3px solid transparent;
    border-right: 3px solid #888;
    border-bottom: 3px solid #888;
    border-left: 3px solid transparent;
}
@media (min-width:960px) {
    .top-section{
        margin-bottom: 100px;
    }
    .top-section h1{
        margin-top:75px;
        font-size: 5.0rem;
    }
    .subtitle{
        font-size: 2.4rem;
        margin-top: 60px;
        margin-bottom: 30px;
        top: -5%;
    }
    .triangle1{
        position: absolute;
        left: 15%;
        top: -70%;
        border-top: 6px solid #888;
        border-right: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #888;
    }
    .triangle2{
        position: absolute;
        right: 15%;
        border-top: 6px solid transparent;
        border-right: 6px solid #888;
        border-bottom: 6px solid #888;
        border-left: 6px solid transparent;
    }
}
.lead {
    width: 327px;
    margin: 40px auto 0;
}
.lead h2{
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 2.0rem;
    text-align: center;
    font-weight: 200;
}
.lead p{
    margin-top: 40px;
    line-height: 3.0rem;
    font-weight: 200;
    text-align: left;
}
@media (max-width:960px) {
    .lead {
        width: 70%;
        margin: 50px auto 0;
    }
    .lead br{
        display: none;
    }
}
@media (min-width:960px) {
    .lead {
        width: 55%;
        max-width: 700px;
        margin: 0 auto;
        margin-top: 100px;
    }
    .lead h2{
        font-size: 4.0rem;
    }
    .lead p{
        margin-top: 70px;
        font-size: min(1.25vw,1.8rem);
        line-height: 6.0rem;
    }
}
.photographer{
    margin: 80px auto 0;
}
.photographer-title h2{
    font-family:var(--font-ja);
    font-size: 2.0rem;
    text-align: center;
    font-weight: 200;
}
.photographer img{
    width: 87.2vw;
    max-width: 370px;
    margin: 20px auto 0;
}
.square{
    background-color: #fff;
    border: 0.01px solid #E2E2E2;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.1);
    width: 87.2vw;
    max-width: 370px;
    margin: 0 auto;
}
.photographer h3{
    font-family: var(--font-ja);
    font-weight: 200;
    padding-top: 20px;
}
.photographer h3 span {
    font-size: 1.3rem;
    padding-left: 10px;
}
.description{
    font-size: 1.4rem;
    padding-bottom: 20px;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
}
.description p{
    text-align: left;
    font-weight: 200;
}
@media (min-width:600px) {
    .photographer{
        width: 100vw;
        padding-bottom: 100px;
    }
    .photographer img{
        width: 88vw;
        max-width: 670px;
        margin: 20px auto 0;
    }
    .square{
        width: 83vw;
        max-width: 630px;
        margin: 0 auto;
    }
}
@media (min-width:960px) {
    .photographer{
        margin-top: 150px;
        margin-bottom: 150px;
        width: auto;
        max-width: 1100px;
    }
    .photographer-title h2{
        font-size: 4.0rem;
    }
    .image-description{
        margin: 0 auto;
        width: 76.3vw;
        max-width: 1100px;
        height: 600px;
        position: relative;
    }
    .photographer img{
        position: absolute;
        left: 0;
        top: 0;
        width: 53vw;
        max-width: 753px;
    }
    .square{
        width: 60%;
        max-width: 732px;
        position: absolute;
        right: 0;
        top: 55%;
    }
    .square h3{
        margin: 0 auto;
        width: 78%;
        font-size: 2.4rem;
        text-align: left;
    }
    .square h3 span{
        font-size: 2.0rem;
        margin-left: 20px
    }
    .description{
        width: 85%;
        padding: 15px 20px ;
        line-height: 3.0rem;
    }
}