@charset "UTF-8";


* {
    margin: 0;
    padding: 0;
    color: #03030d;
}

body {
    margin: 0 auto;

}

.flexbox {
    display: flex;
}

#br-3 {
    display: none;
}

body #wrap {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 1366px;
    background-image: url(../img/z-sakura-step.jpg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;

}

body #wrap header {
    padding-top: 3%;
    width: 100%;
    position: relative;
}

body #wrap header h1 {
    padding-top: 2%;
    width: 35%;
    position: absolute;
    left: 4%;
    z-index: 100;
}

body #wrap header h1 a img {
    width: 100%;
}


body #wrap header #topimage1 {
    margin: 0 0 0 2%;
    width: 73%;
    opacity: 88%;
}

body #wrap header #topimage1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header #icon-profile img {
    height: 15%;
    position: absolute;
    bottom: 4%;
    left: 32%;
    transition: all 0.2s;
}

header #icon-profile img:hover {
    height: 14.5%;
    bottom: 4.2%;
    left: 32.1%;
    opacity: 60%;
}

header #icon-skill img {
    height: 15%;
    position: absolute;
    bottom: 4%;
    left: 42.3%;
    transition: all 0.2s;
}

header #icon-skill img:hover {
    height: 14.5%;
    bottom: 4.2%;
    left: 42.4%;
    opacity: 60%;
}

header #icon-works img {
    height: 15%;
    position: absolute;
    bottom: 4%;
    left: 51.8%;
    transition: all 0.2s;
}

header #icon-works img:hover {
    height: 14.5%;
    bottom: 4.2%;
    left: 51.9%;
    opacity: 60%;
}


body #wrap header #topimage2 {
    width: 35%;
    position: absolute;
    top: 53%;
    right: 4%;
    opacity: 75%;

}

body #wrap header #topimage2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ここからスクロールバー */
.scroll-top {
    /*表示位置*/
    position: fixed;
    right: 50px;
    bottom: 10px;
    z-index: 2;
    /*はじめは非表示*/
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    /*それぞれに0.5秒の変化のアニメーション*/
    /*縦書き*/
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    /*改行禁止*/
    white-space: nowrap;
    /*矢印の動き*/
    animation: arrowmove 3s ease-in-out infinite;
}

/* スクロールリンクのリピートの動き */
@keyframes arrowmove {
    0% {
        bottom: 20px;
    }

    50% {
        bottom: 30px;
    }

    100% {
        bottom: 20px;
    }
}

/*.scroll-viewクラスがついたら出現*/
.scroll-top.scroll-view {
    opacity: 1;
    visibility: visible;
}

/*リンク全体の aタグの形状*/
.scroll-top a {
    text-decoration: none;
    color: #006881;
    text-transform: capitalize;
    font-size: 1rem;
    letter-spacing: 0.15rem;
    display: block;
}

/*スクロールリンクの形状*/
.js-scroll a::after {
    content: "";
    position: absolute;
    top: -25px;
    right: 0;
    width: 1px;
    height: 100px;
    background: #006881;
}

.js-scroll a::before {
    content: "";
    position: absolute;
    top: 55px;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #006881;
    transform: skewX(-31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x),
.js-scroll a::before {
    right: -11px;
}

/*ページトップリンクの形状*/
.js-pagetop a::after {
    content: "";
    position: absolute;
    top: -5px;
    right: 0;
    width: 1px;
    height: 90px;
    background: #006881;
}

.js-pagetop a::before {
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #006881;
    transform: skewX(31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x),
.js-pagetop a::before {
    right: 0;
}

/* ここまでスクロールバー */


body #wrap main {
    width: 100%;
    position: relative;
}

body #wrap main #mainimage1 {
    margin-left: 48%;
    padding-top: 13%;
    width: 50%;
    opacity: 73%;
}

body #wrap main #mainimage1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


main #icon-photograph img {
    height: 11%;
    position: absolute;
    bottom: 28%;
    right: 7%;
    transition: all 0.2s;
}

main #icon-photograph img:hover {
    height: 10.7%;
    bottom: 28.3%;
    right: 7.1%;
    opacity: 60%;
}

/* ここからメインのフッター */
footer {
    width: 100%;
    max-width: 1366px;
}

footer div {
    margin-right: 70%;
    padding-top: 10%;
    width: 38%;
    aspect-ratio: 5/1;
    background-color: #03030d95;
    text-align: center;
}

footer div small {
    color: #fff;
}

/* ここからアバウトページ */

#wrap-profile {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    /* max-width: 1366px; */
    background-image: none;
}

#wrap-profile #header-profile {
    padding-top: 2.5%;
    width: 100%;
    position: relative;
}

#wrap-profile #header-profile h1 {
    padding-top: 2.5%;
    width: 24%;
    position: absolute;
    left: 4%;
    z-index: 100;
}

#wrap-profile #header-profile h1 a img {
    width: 100%;
}

#wrap-profile #header-profile #topimage1 {
    margin: 1% 0 0 2%;
    width: 40%;
    opacity: 88%;
    z-index: 0;
}

#wrap-profile #header-profile #topimage1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#wrap-profile #header-profile #topimage2 {
    width: 84%;
    height: 160%;
    position: absolute;
    top: 10px;
    right: 8%;
    opacity: 75%;
    z-index: -1;
}

#wrap-profile #header-profile #topimage2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#wrap-profile #header-profile h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: normal;
    position: absolute;
    bottom: -20%;
    right: 13%;
    letter-spacing: 0.6rem;
    text-shadow: 1px 1px 4px #03030d90;
}

#wrap-profile #header-profile nav {
    position: absolute;
    bottom: 18%;
    right: 18%;
}

#wrap-profile #header-profile nav ul {
    text-align: right;
}

#wrap-profile #header-profile nav ul li {
    margin-bottom: 8%;
    font-size: 1.2rem;
    letter-spacing: 0.04rem;
    list-style-type: none;
}

#wrap-profile #header-profile nav ul li a {
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 4px #03030d90;
    transition: all 0.2s;
}

#wrap-profile #header-profile nav ul li a:hover {
    color: #006881;
    text-shadow: 1px 1px 4px #fff;
}

#wrap-profile main {
    margin: 0 auto;
    width: 78%;
}

/* ここからプロフィール */
#wrap-profile main #profile {
    margin-top: 30%;
    text-align: center;
}


#wrap-profile main #profile h3 {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0.5rem;
    color: #006881;
}

#wrap-profile main #profile h4 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
    line-height: 0.9;
}

#wrap-profile main #profile h4 span {
    font-size: 0.6rem;
    letter-spacing: 0.15rem;
    color: #738581;
}

#wrap-profile main #profile>p {
    font-size: 0.7rem;
    line-height: 1.9;
}

#wrap-profile main #profile div {
    margin-top: 10px;
}

#wrap-profile main #profile div p {
    padding-top: 2%;
    margin-bottom: 3%;
}

#wrap-profile main #profile div h5 {
    margin-bottom: 3%;
    font-size: 0.8rem;
    font-weight: normal;
    color: #006881;
}

#wrap-profile main #profile div ul li {
    margin-bottom: 3%;
    list-style-type: none;
    font-size: 0.8rem;
    line-height: 1.65;
    letter-spacing: 0.05rem;
}


#wrap-profile main #profile #episode p {
    padding-top: 1%;
}

#wrap-profile main #profile #episode ul li {
    margin-bottom: 2%;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    color: #738581;
}

#wrap-profile main #profile ul li span {
    font-weight: bolder;
    color: #006881;
}

/* ここからスキル */
#wrap-profile main #skill {
    margin: 15% 0 20%;
    text-align: center;
    position: relative;
}

#wrap-profile main #skill h3 {
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0.5rem;
    color: #006881;
    text-shadow: 2px 2px 4px#fff;
    position: absolute;
    top: 18%;
    left: -3%;
}

#wrap-profile main #skill #skillimage1 {
    margin-left: 6%;
    width: 28%;
    height: auto;
    z-index: -1;
}

#wrap-profile main #skill #skillimage1 img {
    width: 100%;
}


#wrap-profile main #skill #skillimage2 {
    width: 45%;
    position: absolute;
    bottom: -25%;
    right: -6%;
    z-index: -1;
}

#wrap-profile main #skill #skillimage2 img {
    width: 100%;
}

#wrap-profile main #skill ul {
    width: 68%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#wrap-profile main #skill ul li {
    list-style-type: none;
    line-height: 1.8;
}


#wrap-profile main #skill ul li:first-child {
    width: 35%;
}

#wrap-profile main #skill ul li:nth-child(2) {
    margin: 0 5% 0 3%;
    padding: 7% 1% 5% 7%;
    width: 24%;
    background-color: #2A6E6B90;
    color: #fff;
}

#wrap-profile main #skill ul li:nth-child(3) {
    margin-left: 3%;
    padding: 2% 0;
    width: 38%;
    background-color: #6EA4CA95;
    color: #283446;
}

#wrap-profile main #skill ul li:nth-child(4) {
    margin: 1% 3% 0 12%;
    padding: 4% 3% 2% 0;
    width: 36%;
    background-color: #73858180;
    text-shadow: 2px 2px 4px #fff, 2px -2px 4px #fff, -2px 2px 4px #fff, -2px -2px 4px #fff;

}

#wrap-profile main #skill ul li:nth-child(5) {
    margin: 10% 6% 0 0;
    width: 33%;
}

#wrap-profile main #skill ul li:last-child {
    margin: 3% 5% 0 2%;
    padding: 2% 0 1% 4%;
    width: 34%;
    background-color: #003F8E95;
    text-shadow: 2px 2px 5px #fff, 2px -2px 5px #fff, -2px 2px 5px #fff, -2px -2px 5px #fff;

}

#wrap-profile main #skill ul li h4 {
    margin-bottom: 5%;
    font-weight: normal;
    letter-spacing: 0.1rem;
    line-height: 0.9;
    color: #006881;
    text-shadow: 2px 2px 4px #fff, 2px -2px 4px #fff, -2px 2px 4px #fff, -2px -2px 4px #fff;
}

#wrap-profile main #skill ul li p {
    font-size: 0.7rem;
    letter-spacing: 0.04rem;
    line-height: 1.5;
}

#wrap-profile main #skill ul li p span {
    font-size: smaller;
    color: #738581;
}

/* ここからアバウトオブミーのフッター */
#footer-profile {
    margin-top: 28%;
    width: 100%;
    height: 5vh;
    background-color: #03030d;
    text-align: center;
}

#footer-profile small {
    letter-spacing: 0.05rem;
    color: #fff;
}


/* ここからワークス */
/* ここから Webサイト欄 */
#wrap-profile main #website {
    margin-top: 30%;
    text-align: center;
}

#wrap-profile main #website {
    width: 100%;
}

#wrap-profile main #website h3 {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0.5rem;
    color: #006881;
}

#wrap-profile main #website ul {
    margin-top: 5%;
    flex-wrap: wrap;
}

#wrap-profile main #website ul li {
    margin: 0 4% 5%;
    width: 42%;
    list-style-type: none;
}

#wrap-profile main #website ul li div {
    margin: 0 auto 3%;
    width: 100%;
    aspect-ratio: 3/1.8;
    background-color: #006881;
}

#wrap-profile main #website ul li div img {
    margin: 1%;
    width: 98%;
    height: 98%;
    object-fit: contain;
    transition: transform 0.7s, opacity 0.7s;
}

#wrap-profile main #website ul li div img:hover {
    opacity: 87%;
    transform: scale(0.98);
}

#wrap-profile main #website ul li p {
    font-size: 0.85rem;
    letter-spacing: 0.04rem;
    line-height: 1.3;
}

#wrap-profile main #website ul li a {
    text-decoration: none;
}

/* ここからmoreボタン */
#wrap-profile main #website ul li .button-more {
    margin: 3% auto 0;
    letter-spacing: 0.2rem;
    width: 30%;
}

#wrap-profile main #website ul li .button-more a span {
    color: #006881;
}

/*線の基点とするためrelativeを指定*/
#wrap-profile main #website ul li .button-more {
    position: relative;
}

/*線の基点位置*/
#wrap-profile main #website ul li .button-more::before,
#wrap-profile main #website ul li .button-more::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    /*線の形状*/
    width: 0;
    height: 1px;
    background: #283446;
    /*アニメーションの指定*/
    transition: all 0.2s linear;
    transition-delay: 0.2s;
}

#wrap-profile main #website ul li .button-more::before {
    right: 0;
    top: 0;
}

#wrap-profile main #website ul li .button-more::after {
    left: 0;
    bottom: 0;
}

/*線の基点位置2 spanタグ*/
#wrap-profile main #website ul li .button-more span {
    display: block;
}

#wrap-profile main #website ul li .button-more span::before,
#wrap-profile main #website ul li .button-more span::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    /*線の形状*/
    width: 1px;
    height: 0;
    background: #283446;
    /*アニメーションの指定*/
    transition: all 0.2s linear;
}

#wrap-profile main #website ul li .button-more span::before {
    left: 0;
    top: 0;
}

#wrap-profile main #website ul li .button-more span::after {
    right: 0;
    bottom: 0;
}

/*現在地とhoverした際の線の変化*/
#wrap-profile main #website ul li .button-more:hover::before,
#wrap-profile main #website ul li .button-more:hover::after {
    width: 100%;
    /*横幅を100%に*/
}

#wrap-profile main #website ul li .button-more:hover span::before,
#wrap-profile main #website ul li .button-more:hover span::after {
    height: 100%;
    /*縦幅を100%に*/
}


/* ここからワークスのバナー欄 とその他欄*/
#wrap-profile main #banner,
#wrap-profile main #others {
    margin-top: 5%;
    width: 100%;
    text-align: center;
}

#wrap-profile main #banner h3,
#wrap-profile main #others h3 {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0.5rem;
    color: #20B2AA;
}

#wrap-profile main #banner ul,
#wrap-profile main #others ul {
    margin-top: 5%;
    flex-wrap: wrap;
}

#wrap-profile main #banner ul li,
#wrap-profile main #others ul li {
    margin: 0 2.66% 4%;
    width: 28%;
    list-style-type: none;
}

#wrap-profile main #banner ul li div {
    margin: 0 auto 4%;
    width: 100%;
    aspect-ratio: 3/1.8;
    background-color: #80cdd3;
}

#wrap-profile main #banner ul li div img,
#wrap-profile main #others ul li div img {
    margin: 1%;
    width: 96%;
    height: 96%;
    object-fit: contain;
    transition: transform 0.7s, opacity 0.7s;
}

#wrap-profile main #banner ul li div img:hover,
#wrap-profile main #others ul li div img:hover {
    opacity: 87%;
    transform: scale(0.96);
}

#wrap-profile main #banner ul li a,
#wrap-profile main #others ul li a {
    text-decoration: none;
}

#wrap-profile main #banner ul li p,
#wrap-profile main #others ul li p {
    font-size: 0.85rem;
    letter-spacing: 0.04rem;
    line-height: 1.3;
}

/* ここからバナー欄とその他欄の moreボタン */
#wrap-profile main #banner ul li .button-more,
#wrap-profile main #others ul li .button-more {
    margin: 2% auto 0;
    letter-spacing: 0.2rem;
    width: 45%;
}

#wrap-profile main #banner ul li .button-more a span {
    color: #80cdd3;
}

/*線の基点とするためrelativeを指定*/
#wrap-profile main #banner ul li .button-more,
#wrap-profile main #others ul li .button-more {
    position: relative;
}

/*線の基点位置*/
#wrap-profile main #banner ul li .button-more::before,
#wrap-profile main #banner ul li .button-more::after,
#wrap-profile main #others ul li .button-more::before,
#wrap-profile main #others ul li .button-more::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    /*線の形状*/
    width: 0;
    height: 1px;
    background: #283446;
    /*アニメーションの指定*/
    transition: all 0.2s linear;
    transition-delay: 0.2s;
}

#wrap-profile main #banner ul li .button-more::before,
#wrap-profile main #others ul li .button-more::before {
    right: 0;
    top: 0;
}

#wrap-profile main #banner ul li .button-more::after,
#wrap-profile main #others ul li .button-more::after {
    left: 0;
    bottom: 0;
}

/*線の基点位置2 spanタグ*/
#wrap-profile main #banner ul li .button-more span,
#wrap-profile main #others ul li .button-more span {
    display: block;
}

#wrap-profile main #banner ul li .button-more span::before,
#wrap-profile main #banner ul li .button-more span::after,
#wrap-profile main #others ul li .button-more span::before,
#wrap-profile main #others ul li .button-more span::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    /*線の形状*/
    width: 1px;
    height: 0;
    background: #283446;
    /*アニメーションの指定*/
    transition: all 0.2s linear;
}

#wrap-profile main #banner ul li .button-more span::before,
#wrap-profile main #others ul li .button-more span::before {
    left: 0;
    top: 0;
}

#wrap-profile main #banner ul li .button-more span::after,
#wrap-profile main #others ul li .button-more span::after {
    right: 0;
    bottom: 0;
}

/*現在地とhoverした際の線の変化*/
#wrap-profile main #banner ul li .button-more:hover::before,
#wrap-profile main #banner ul li .button-more:hover::after,
#wrap-profile main #others ul li .button-more:hover::before,
#wrap-profile main #others ul li .button-more:hover::after {
    width: 100%;
    /*横幅を100%に*/
}

#wrap-profile main #banner ul li .button-more:hover span::before,
#wrap-profile main #banner ul li .button-more:hover span::after,
#wrap-profile main #others ul li .button-more:hover span::before,
#wrap-profile main #others ul li .button-more:hover span::after {
    height: 100%;
    /*縦幅を100%に*/
}


/* ここから その他欄 */
#wrap-profile main #others h3 {
    color: #0054A6;
}

#wrap-profile main #others ul li div {
    margin: 0 auto 4%;
    width: 96%;
    aspect-ratio: 3/1.6;
    border-top: 10px solid #0054A6;
    border-right: 7px solid #0054A6;
    border-bottom: 15px solid #0054A6;
    border-left: 7px solid #0054A6;
}


/* ここからその他欄の moreボタン */
#wrap-profile main #others ul li .button-more a span {
    color: #0054A6;
}



/* ここからワークスのフッター */
#footer-works {
    width: 100%;
    max-width: 1366px;
}

#footer-works div {
    margin: 7% 70% 0 0;
    padding-top: 10%;
    width: 38%;
    aspect-ratio: 5/1;
    background-color: #03030d95;
    text-align: center;
}

#footer-works div small {
    color: #fff;
}



/* ここからワークス下層 デザインカンプ（日々草創～） */
#wrap-profile main #works-detail {
    margin-top: 30%;
    width: 100%;
}

#wrap-profile main #works-detail h3 {
    margin-bottom: 40px;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.08rem;
    line-height: 1.3;
    color: #006881;
}

#wrap-profile main #works-detail h3 span {
    font-size: 1.3rem;
    color: #006881;
}

#wrap-profile main #works-detail #works-detail-eyecatch1 {
    margin: 0 auto 7%;
    width: 100%;
}

#wrap-profile main #works-detail #works-detail-eyecatch1 img {
    width: 100%;
    object-fit: contain;
    border: 1px solid #03030d;
}

#wrap-profile main #works-detail #website-detail-thema {
    margin: 0 0 5%;
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
    line-height: 2;
    text-align: right;
}

#wrap-profile main #works-detail>p {
    margin: 0 13% 6%;
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
    line-height: 1.7;
    text-align: center;
}

#wrap-profile main #works-detail ul {
    margin-bottom: 10%;
    width: 100%;
    list-style-type: none;
    justify-content: space-evenly;
}

#wrap-profile main #works-detail ul li {
    padding: 2% 1%;
    width: 22%;
    text-align: center;
    background-color: #006881;
}

#wrap-profile main #works-detail ul li h4 {
    margin-bottom: 4%;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.06rem;
    line-height: 1.3;
    color: #fff;
}

#wrap-profile main #works-detail ul li p {
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
    line-height: 1.25;
    color: #fff;
}

#wrap-profile main #works-detail #works-detail-comp1 {
    margin: 0 auto 6%;
    width: 100%;
}

#wrap-profile main #works-detail #works-detail-comp1 img {
    margin: 0 2%;
    width: 96%;
    object-fit: contain;
    border: 1px solid #03030d;
}


/* ここからワークス下層 の moreボタン */
#wrap-profile main #works-detail .button-more {
    margin: 0 auto;
    letter-spacing: 0.2rem;
    width: 30%;
    text-align: center;
}

#wrap-profile main #works-detail .button-more a {
    text-decoration: none;
}

#wrap-profile main #works-detail .button-more a span {
    font-size: 1rem;
    color: #006881;
}

/*線の基点とするためrelativeを指定*/
#wrap-profile main #works-detail .button-more {
    position: relative;
}

/*線の基点位置*/
#wrap-profile main #works-detail .button-more::before,
#wrap-profile main #works-detail .button-more::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    /*線の形状*/
    width: 0;
    height: 1px;
    background: #283446;
    /*アニメーションの指定*/
    transition: all 0.2s linear;
    transition-delay: 0.2s;
}

#wrap-profile main #works-detail .button-more::before {
    right: 0;
    top: 0;
}

#wrap-profile main #works-detail .button-more::after {
    left: 0;
    bottom: 0;
}

/*線の基点位置2 spanタグ*/
#wrap-profile main #works-detail .button-more span {
    display: block;
}

#wrap-profile main #works-detail .button-more span::before,
#wrap-profile main #works-detail .button-more span::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    /*線の形状*/
    width: 1px;
    height: 0;
    background: #283446;
    /*アニメーションの指定*/
    transition: all 0.2s linear;
}

#wrap-profile main #works-detail .button-more span::before {
    left: 0;
    top: 0;
}

#wrap-profile main #works-detail .button-more span::after {
    right: 0;
    bottom: 0;
}

/*現在地とhoverした際の線の変化*/
#wrap-profile main #works-detail .button-more:hover::before,
#wrap-profile main #works-detail .button-more:hover::after {
    width: 100%;
    /*横幅を100%に*/
}

#wrap-profile main #works-detail .button-more:hover span::before,
#wrap-profile main #works-detail .button-more:hover span::after {
    height: 100%;
    /*縦幅を100%に*/
}


/* ここからワークス下層 Webサイト（ユクリ・セレブレイク）*/
#wrap-profile main #works-detail h3 a,
#wrap-profile main #works-detail #website-detail-thema a {
    margin-left: 2%;
    font-size: 1rem;
    letter-spacing: 0.04rem;
    color: #03030d;
    transition: all 0.5s;
}

#wrap-profile main #works-detail h3 a:hover,
#wrap-profile main #works-detail #website-detail-thema a:hover {
    margin: 0 0.3% 0 2.3%;
    font-size: 0.96rem;
    opacity: 70%;
}

#wrap-profile main #works-detail #works-detail-comp2 {
    margin: 0 auto 6%;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

#wrap-profile main #works-detail #works-detail-comp2 img {
    margin: 0 2% 3%;
    width: 28%;
    object-fit: contain;
    border: 1px solid #03030d;
}


/* ここからワークス下層 バナー */
#wrap-profile main #works-detail #works-detail-eyecatch2 {
    margin: 0 auto 7%;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

#wrap-profile main #works-detail #works-detail-eyecatch2 img:first-child {
    margin: 0 5% 4%;
    width: 48%;
    object-fit: contain;
    border: 1px solid #03030d;
}

#wrap-profile main #works-detail #works-detail-eyecatch2 img:nth-child(2) {
    margin: 0 5% 4%;
    width: 20%;
    object-fit: contain;
    border: 1px solid #03030d;
}

#wrap-profile main #works-detail #works-detail-eyecatch2 img:last-child {
    width: 78%;
    object-fit: contain;
    border: 1px solid #03030d;
}

/* ここからワークス下層 バナーとその他の説明文 */
#wrap-profile main #works-detail .bannerandothers-commentary {
    margin-bottom: 2%;
}

#wrap-profile main #works-detail .bannerandothers-commentary-last {
    margin-bottom: 6%;
}

#wrap-profile main #works-detail .bannerandothers-commentary span,
#wrap-profile main #works-detail .bannerandothers-commentary-last span {
    font-weight: bold;
    color: #006881;
}


/* ここからワークス下層 その他ロゴ */
#wrap-profile main #works-detail #works-detail-eyecatch3 {
    margin: 0 auto 6%;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

#wrap-profile main #works-detail #works-detail-eyecatch3 img:first-child {
    margin: 0 5% 4%;
    width: 48%;
    object-fit: contain;
    border: 1px solid #03030d;
}

#wrap-profile main #works-detail #works-detail-eyecatch3 img:nth-child(2) {
    margin: 0 5% 4%;
    width: 30%;
    object-fit: contain;
    border: 1px solid #03030d;
}



/* ★ ここからメディアクエリ１ */

@media screen and (max-width:980px) {

    #br-3 {
        display: none;
    }

    header #icon-profile img {
        height: 21%;
        position: absolute;
        bottom: 4%;
        left: 31%;
        transition: all 0.2s;
    }

    header #icon-profile img:hover {
        height: 19.7%;
        bottom: 4.7%;
        left: 31.2%;
        opacity: 60%;
    }

    header #icon-skill img {
        height: 21%;
        position: absolute;
        bottom: 4%;
        left: 41.5%;
        transition: all 0.2s;
    }

    header #icon-skill img:hover {
        height: 19.7%;
        bottom: 4.7%;
        left: 41.6%;
        opacity: 60%;
    }

    header #icon-works img {
        height: 21%;
        position: absolute;
        bottom: 4%;
        left: 50.6%;
        transition: all 0.2s;
    }

    header #icon-works img:hover {
        height: 19.7%;
        bottom: 4.7%;
        left: 50.8%;
        opacity: 60%;
    }

    main #icon-photograph img {
        height: 17.5%;
        position: absolute;
        bottom: 28%;
        right: 7%;
        transition: all 0.2s;
    }

    main #icon-photograph img:hover {
        height: 16.8%;
        bottom: 28.5%;
        right: 7.2%;
        opacity: 60%;
    }

    /* ここからアバウトページ２ */
    #wrap-profile #header-profile h1 {
        padding-top: 1.5%;
    }

    #wrap-profile #header-profile h2 {
        font-size: 1.9rem;
        /* position: absolute; */
        bottom: -30%;
        right: 13%;
        letter-spacing: 0.5rem;
    }

    #wrap-profile #header-profile nav {
        /* position: absolute; */
        bottom: 7%;
        right: 18%;
    }

    #wrap-profile #header-profile nav ul {
        text-align: right;
    }

    #wrap-profile #header-profile nav ul li {
        margin-bottom: 8%;
        font-size: 1.1rem;
    }

    #wrap-profile #header-profile nav ul li a {
        text-decoration: none;
        color: #fff;
        text-shadow: 1px 1px 4px #03030d90;
        transition: all 0.2s;
    }

    /* ここからアバウトページ２のプロフィール */
    #wrap-profile main #profile h3 {
        font-size: 1.7rem;
        letter-spacing: 0.4rem;
    }

    #wrap-profile main #profile h4 {
        margin-bottom: 10px;
        font-size: 1.3rem;
        font-weight: normal;
        letter-spacing: 0.2rem;
        line-height: 0.9;
    }

    #wrap-profile main #profile h4 span {
        font-size: 0.5rem;
    }

    #wrap-profile main #profile>p {
        font-size: 0.6rem;
    }

    /* アバウトページ２のスキル */
    #wrap-profile main #skill h3 {
        font-size: 1.7rem;
        letter-spacing: 0.4rem;
        position: absolute;
        top: 18%;
        left: -3%;
    }


    /* ワークス２ */
    #wrap-profile main #website h3 {
        margin-bottom: 20px;
        font-size: 1.7rem;
        font-weight: normal;
        letter-spacing: 0.4rem;
        color: #006881;
    }

    #wrap-profile main #website ul li p {
        font-size: 0.75rem;
    }

    /* ここからワークス２のWebサイト欄の moreボタン */
    #wrap-profile main #website ul li .button-more {
        font-size: 0.9rem;
    }

/* ここからワークス２のバナー欄 とその他欄*/
#wrap-profile main #banner h3,
#wrap-profile main #others h3 {
    font-size: 1.7rem;
    font-weight: normal;
    letter-spacing: 0.4rem;
}

#wrap-profile main #banner ul li p,
#wrap-profile main #others ul li p {
    font-size: 0.75rem;
}

/* ここからワークス２のバナー欄とその他欄の moreボタン */
#wrap-profile main #banner ul li .button-more,
#wrap-profile main #others ul li .button-more {
    margin: 3% auto 0;
    font-size: 0.9rem;
}


/* ここからワークス２下層 デザインカンプ（日々草創～） */
#wrap-profile main #works-detail h3 {
    margin-bottom: 40px;
    font-size: 1.55rem;
    line-height: 1.2;
}

#wrap-profile main #works-detail h3 span {
    font-size: 1rem;
}

#wrap-profile main #works-detail h3 span a{
    font-size: 0.9rem;
}

#wrap-profile main #works-detail #website-detail-thema {
    margin: 0 0 6%;
    font-size: 1.3rem;
    letter-spacing: 0.08rem;
    line-height: 1.4;
}

#wrap-profile main #works-detail #website-detail-thema a{
font-size: 0.9rem;
}

#wrap-profile main #works-detail ul li h4 {
    margin-bottom: 5%;
    font-size: 0.73rem;
    font-weight: bold;
}

#wrap-profile main #works-detail ul li p {
    font-size: 0.65rem;
}




}


/* ★ ここからメディアクエリ２ */

/* ここからメイン３ */
@media screen and (max-width:768px) {

    #br-3 {
        display: block;
    }

    body #wrap header {
        padding-top: 16%;
        margin-bottom: 72%;
        width: 100%;
        position: relative;
    }

    body #wrap header h1 {
        padding-top: 3.5%;
        width: 52%;
        position: absolute;
        left: 10%;
        z-index: 100;
    }

    body #wrap header #topimage1 {
        margin: 0 auto;
        width: 95%;
        opacity: 88%;
    }

    body #wrap header #topimage1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    header #icon-profile img {
        height: 28.5%;
        position: absolute;
        bottom: 8%;
        left: 77%;
        transition: all 0.2s;
    }

    header #icon-profile img:hover {
        height: 28%;
        bottom: 8.1%;
        left: 77.1%;
        opacity: 60%;
    }

    header #icon-skill img {
        height: 28.5%;
        position: absolute;
        bottom: -66%;
        left: 7.5%;
        transition: all 0.2s;
    }

    header #icon-skill img:hover {
        height: 28%;
        bottom: -66%;
        left: 7.6%;
        opacity: 60%;
    }

    header #icon-works img {
        height: 28.5%;
        position: absolute;
        bottom: -66%;
        left: 24.5%;
        transition: all 0.2s;
    }

    header #icon-works img:hover {
        height: 28%;
        bottom: -66%;
        left: 24.6%;
        opacity: 60%;
    }

    #wrap header>p {
        display: none;
    }


    body #wrap header #topimage2 {
        width: 52%;
        position: absolute;
        top: 130%;
        right: 3%;
        opacity: 75%;
    }

    body #wrap header #topimage2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    body #wrap main #mainimage1 {
        margin-left: 3%;
        padding: 0;
        width: 59%;
        opacity: 73%;
    }

    body #wrap main #mainimage1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    main #icon-photograph img {
        height: 43.5%;
        position: absolute;
        bottom: 35%;
        right: 17.5%;
        transition: all 0.2s;
    }

    main #icon-photograph img:hover {
        height: 43%;
        bottom: 34.7%;
        right: 17.4%;
        opacity: 60%;
    }

    footer div {
        margin-top: 15%;
        padding-top: 10%;
        width: 100%;
        aspect-ratio: 8/1;
        background-color: #03030d95;
        text-align: center;
    }

    footer div small {
        font-size: 0.5rem;
        color: #fff;
    }

    /* ここからアバウトページ２ */
    #wrap-profile #header-profile {
        padding-top: 15%;
        width: 100%;
        position: relative;
    }

    #wrap-profile #header-profile h1 {
        padding-top: 0;
        width: 52%;
        /* position: absolute; */
        left: 4%;
    }

    #wrap-profile #header-profile #topimage1 {
        margin: 1% 0 0 0;
        width: 65%;
    }

    #wrap-profile #header-profile #topimage2 {
        width: 95%;
        height: 120%;
        /* position: absolute; */
        top: 8%;
        right: 0;
    }

    #wrap-profile #header-profile h2 {
        color: #fff;
        font-size: 1.5rem;
        font-weight: normal;
        /* position: absolute; */
        bottom: -7%;
        right: 2%;
        letter-spacing: 0.3rem;
    }

    #wrap-profile #header-profile nav {
        position: absolute;
        bottom: 18%;
        right: 8%;
    }

    #wrap-profile #header-profile nav ul {
        text-align: right;
    }

    #wrap-profile #header-profile nav ul li {
        margin-bottom: 7%;
        font-size: 0.9rem;
        letter-spacing: 0.04rem;
        list-style-type: none;
    }

    /* ここからプロフィール３ */
    #wrap-profile main #profile h3 {
        margin-bottom: 7%;
        font-size: 1.3rem;
        letter-spacing: 0.3rem;
    }

    #wrap-profile main #profile h4 {
        margin-bottom: 10px;
        font-size: 1.2rem;
        letter-spacing: 0.16rem;
        line-height: 1.1;
    }

    #wrap-profile main #profile h4 span {
        font-size: 0.5rem;
        letter-spacing: 0.13rem;
    }

    #wrap-profile main #profile>p {
        font-size: 0.62rem;
        line-height: 1.9;
        letter-spacing: 0.05rem;
    }

    #wrap-profile main #profile div p {
        margin-bottom: 6%;
    }

    #wrap-profile main #profile div h5 {
        margin-bottom: 6%;
        font-size: 0.85rem;
        letter-spacing: 0.2rem;
    }

    #wrap-profile main #profile div ul li {
        margin-bottom: 10%;
        font-size: 0.88rem;
        line-height: 1.8;
        letter-spacing: 0.06rem;
    }

    #wrap-profile main #profile #episode p {
        padding-top: 2.5%;
    }

    #wrap-profile main #profile #episode ul li {
        margin-bottom: 5%;
        font-size: 0.78rem;
    }

    #wrap-profile main #profile ul li span {
        font-weight: normal;
    }

    /* ここからスキル３ */
    #wrap-profile main #skill {
        display: block;
    }

    #wrap-profile main #skill h3 {
        font-size: 1.3rem;
        letter-spacing: 0.3rem;
        /* position: absolute; */
        top: 10%;
        left: 45%;
        z-index: 1;
    }

    #wrap-profile main #skill #skillimage1 {
        margin-left: 4%;
        width: 45%;
        aspect-ratio: 2/2.6;
        z-index: -1;
    }

    #wrap-profile main #skill #skillimage1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #wrap-profile main #skill #skillimage2 {
        width: 70%;
        /* position: absolute; */
        bottom: -2%;
        right: -6%;
        z-index: -1;
    }

    #wrap-profile main #skill ul {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    #wrap-profile main #skill ul li:first-child {
        margin-top: 12%;
        width: 42%;
    }

    #wrap-profile main #skill ul li:nth-child(2) {
        margin: 0 0 0 10%;
        padding: 7% 1% 2% 8%;
        width: 37%;
    }

    #wrap-profile main #skill ul li:nth-child(3) {
        width: 43%;
    }

    #wrap-profile main #skill ul li:nth-child(5) {
        text-shadow: 2px 2px 5px #fff, 2px -2px 5px #fff, -2px 2px 5px #fff, -2px -2px 5px #fff;

    }

    /* ここからワークス３ */
    #wrap-profile main #website h3,
    #wrap-profile main #banner h3,
    #wrap-profile main #others h3 {
        margin-bottom: 5%;
        font-size: 1.3rem;
        letter-spacing: 0.3rem;
    }

    #wrap-profile main #website ul li,
    #wrap-profile main #banner ul li,
    #wrap-profile main #others ul li {
        margin-bottom: 7%;
        width: 100%;
    }

    /* ワークス３の moreボタン */
    #wrap-profile main #website ul li .button-more,
    #wrap-profile main #banner ul li .button-more,
    #wrap-profile main #others ul li .button-more {
        width: 35%;
    }

    #wrap-profile main #website ul li .button-more a span,
    #wrap-profile main #banner ul li .button-more a span,
    #wrap-profile main #others ul li .button-more a span {
        font-size: 1.1rem;
    }

    /* ワークス３とワークス下層３のフッター */
    #footer-works div {
        margin-top: 15%;
        padding-top: 10%;
        width: 100%;
        aspect-ratio: 8/1;
        background-color: #03030d95;
        text-align: center;
    }

    #footer-works div small {
        font-size: 0.5rem;
        color: #fff;
    }

    /* ワークス下層３ Webサイト (日々草創)*/
    #wrap-profile main #works-detail h3 {
        margin-bottom: 40px;
        font-size: 1.2rem;
        font-weight: normal;
        letter-spacing: 0.08rem;
        line-height: 1.3;
        color: #006881;
    }

    #wrap-profile main #works-detail h3 span {
        font-size: 0.73rem;
        color: #006881;
    }

    #wrap-profile main #works-detail #works-detail-eyecatch1 {
        margin: 0 auto 5%;
    }

    #wrap-profile main #works-detail #website-detail-thema {
        margin: 0 0 6%;
        font-size: 0.9rem;
        letter-spacing: 0.05rem;
        line-height: 1.8;
        text-align: center;
    }

    #wrap-profile main #works-detail>p {
        margin: 0 5% 10%;
        font-size: 0.8rem;
        letter-spacing: 0.05rem;
    }

    #wrap-profile main #works-detail ul {
        margin: 0 auto 15%;
        width: 80%;
        display: block;
    }

    #wrap-profile main #works-detail ul li {
        margin-bottom: 3%;
        width: 100%;
        text-align: center;
        background-color: #006881;
    }

    #wrap-profile main #works-detail ul li h4 {
        margin-bottom: 3%;
    }

    #wrap-profile main #works-detail ul li p {
        font-size: 0.7rem;
        letter-spacing: 0.06rem;
        line-height: 1.25;
        color: #fff;
    }

    /* ここからワークス下層３ の moreボタン */
    #wrap-profile main #works-detail .button-more {
        width: 70%;
    }

    #wrap-profile main #works-detail .button-more a span {
        font-size: 0.9rem;
    }

    /* ここからワークス下層３の Webサイト（ユクリ・セレブレイク）*/
    #wrap-profile main #works-detail h3 a {
        margin-left: 3%;
        font-size: 0.85rem;
        /* transition: all 0.5s; */
    }

    #wrap-profile main #works-detail h3 a:hover {
        margin: 0 0.3% 0 4%;
        font-size: 0.83rem;
        opacity: 70%;
    }

    #wrap-profile main #works-detail #website-detail-thema a {
        display: none;
    }

    #wrap-profile main #works-detail #works-detail-comp2 {
        margin: 0 auto 6%;
        width: 100%;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    #wrap-profile main #works-detail #works-detail-comp2 img {
        margin: 0 1% 3%;
        width: 46%;
        object-fit: contain;
        border: 1px solid #03030d;
    }

    /* ここからワークス下層３ バナー */
    #wrap-profile main #works-detail #works-detail-eyecatch2 {
        margin: 0 auto 12%;
    }

    #wrap-profile main #works-detail .bannerandothers-commentary {
        margin-bottom: 4%;
    }

    #wrap-profile main #works-detail .bannerandothers-commentary-last {
        margin-bottom: 9%;
    }


}