@charset "UTF-8";

/* ********************************************
// ※ブラウザのデフォルトCSSをリセット
// ***************************************** */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

header,
footer,
nav,
menu,
article,
aside,
section,
details,
figcaption,
figure {
    display: block;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
}

img {
    vertical-align: bottom;
}

a img {
    border: none;
}

strong {
    font-weight: normal;
}

i {
    font-style: normal;
}


/* 設定値 */

html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
}

#inline-contact-text {
    color: black;
}

#inline-contact-text a:link,
#inline-contact-text a:visited,
#inline-contact-text a:hover,
#inline-contact-text a:active {
    color: black;
}

#photo-position1 img {
    position: absolute;
}

#catch-copy {
    width: 90%;
    margin: 0 auto;
    font-size: 6vh;
    padding-top: 10vh;
    padding-bottom: 5vh;
    color: transparent;
    background: repeating-linear-gradient(90deg, #4158D0, #C850C0 30%, #FFCC70);
    -webkit-background-clip: text;
}

#about-detail-title {
    margin-left: 5%;
    padding-left: 5px;
    margin-top: 7vh;
    font-size: 3.8vh;
    display: inline-block;
    border-left: 18px solid #87cefa8f;
}

#about-detail {
    padding-left: 4vw;
    line-height: 2.3;
    font-size: 3vh;
}

#about-detail p {
    display: inline-block;
    padding-top: 1vh;
    line-height: 1;
    margin-bottom: 1vh;
    margin-top: 3vh;
    border-bottom: dotted 10px #87cefa3d;
}

#tab {
    width: 88%;
    line-height: 1.5;
}

#about-detail a {
    font-size: 2.8vh;
    line-height: normal;
}

#grid-setting {
    height: 100%;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 10vh 65vh auto 8vh;
}

#photo {
    grid-row: 2 / 3;
    width: 60%;
    margin: 0 auto;
    display: block;
    height: auto;
}

#main-content {
    width: 60%;
    margin: 0 auto;
    grid-row: 3 / 4;
}

#photo-position1 {
    position: relative;
    display: flex;
    justify-content: center;
    height: 40vh;
    grid-column: 2 / 7;
    grid-row: 2 / 4;
}

#photo-position1 img {
    top: 2vh;
    width: 100%;
    height: 65vh;
    object-fit: cover;
    top: 2vh;
}

#catch-copy {
    font-size: 3vh;
    padding: 7vh 0 5vh;
}

#about-text,
#aobut-contact {
    width: 90%;
    margin: 0 auto;
    font-size: 2.5vh;
}

#about-detail-title {
    font-size: 2.5vh;
    border-left: 15px solid #87cefa8f;
}

#about-detail {
    width: 88%;
    margin: 0 auto 5vh;
    font-size: 2.5vh;
}

#about-detail p {
    padding-top: 1vh;
    border-bottom: dotted 15px #87cefa3d;
}

#about-detail a {
    font-size: 2.3vh;
    line-height: normal;
}

@media(max-width:960px) {
    #grid-setting {
        grid-template-rows: 6vh 35vh auto 8vh;
    }

    #main-content {
        width: 100%;
    }

    #catch-copy {
        padding: 3vh 0;
        font-size: 2.3vh;
    }

    #about-text,
    #aobut-contact {
        width: 88%;
        margin: 0 auto;
        font-size: 2vh;
    }

    #photo {
        width: 100%;
    }

    #photo-position1 img {
        height: 35vh;
        top: 2vh;
    }

    #about-detail-title {
        margin-top: 4vh;
        font-size: 2.2vh;
        border-left: 8px solid #87cefa8f;
    }

    #about-detail {
        width: 88%;
        margin: 0 auto 5vh;
        font-size: 2vh;
    }

    #about-detail p {
        padding-top: 1vh;
        border-bottom: dotted 7px #87cefa3d;
    }

    #about-detail a {
        font-size: 1.8vh;
        line-height: normal;
    }
}