/* リセットCSS */
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:bolder}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}


/* 基本設定 */

html {
    background: transparent;
    font-size: 62.5%;
}
body {
    min-height: 100vh;
    font-size: 1.3rem;
    font-family: 'メイリオ', 'ヒラギノ角ゴ', sans-serif;
    letter-spacing: 0.2em;
    line-height: 1.8;
}
a {
    text-decoration: none;
}
h2 {
    display: flex;
     align-items: center;
     justify-content: center;
    margin: 2em 0;
    font-size: 1.3em;
    font-weight: normal;
}
h2::before,h2::after {
    content: '';
    flex-grow: 1;
    display: block;
    width: 1em;
    height: 2px;
    background: #d6d6d6;
    box-sizing: border-box;
}
h2::before {
    margin-right: 3rem;
}
h2::after {
    margin-left: 3rem;
}
h3 {
    display: inline-block;
    position: relative;
    padding: 1em 0 1em .5em;
    margin-top: 1em;
    text-align: center;
    transform: rotate(-5deg);
}
h3::before {
    content: '';
    display: block;
    position: absolute;
     top: 0;
     left: -2em;
    width: 2em;
    height: 2em;
    background: url('https://alicex.jp/data/w21038/img/w21038_upld_4.png') center bottom / contain no-repeat;
    filter: brightness(40%);
}
h4 {
    display: inline-block;
    margin: 1em 1em .5em;
    border-bottom: #d6d6d6 solid 2px;
    font-weight: normal;
}
ul,ol {
    list-style: none;
}
em {
    background: #d6d6d6;
    font-style: normal;
}
h1,h2,h3,h4,.scrollTop {
    font-family: 'Impact', cursive;
}
p {
    padding: 0 2em;
}
section {
    margin: 5vh 0;
}


/* 背景設定 */

.bgColor {
    display: block;
    position: fixed;
     top: 0;
     left: 0;
    width: 100%;
    height: 100%;
    background: center / auto 100vh;
    background-image: url('https://alicex.jp/data/w21038/img/w21038_upld_3.png'), linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,.3));
    opacity: 0;
    transition: 1s;
    z-index: -1;
}
.default {
    background-color: #d6d6d6;
    opacity: 1;
}
.view .bgColor {
    opacity: 1;
}


/* ページ余白、リンク */

.pageWrap {
    width: 60%;
    max-width: 1200px;
    min-width: 600px;
    min-height: 100vh;
    padding: 10vh 5vw;
    margin: auto;
    background: rgba(255,255,255,1);
    box-sizing: border-box;
}
.pageWrap a {
    color: #999999;
    transition: .3s;
}
.pageWrap a:hover {
    color: #666666;
}


/* タイトル、説明部分 */
h1 {
    display: inline-block;
    position: relative;
    padding: 1em 0 2em;
    font-size: 3em;
    line-height: 1em;
    transform: rotate(-5deg);
}
h1::before {
    content: '';
    display: block;
    position: absolute;
     top: -.8em;
     left: -2.5em;
    width: 2em;
    height: 5em;
    background: url('https://alicex.jp/data/w21038/img/w21038_upld_4.png') center top / contain no-repeat;
}


/* プロフィール部分 */

.profile {
    padding: 10vh 0;
}
.profInfo {
    display: flex;
    align-items: center;
    padding-bottom: 3em;
}
.icon {
    width: auto;
    height: 150px;
}
.profName {
    padding-left: 2em;
}
.name {
    font-size: 2em;
}
.comment {
    color: #888;
    font-size: .9em;
}
.profList {
    display: flex;
     flex-wrap: wrap;
    margin: 1em 0;
    text-align: center;
}
.profList li {
    width: 22%;
    padding-bottom: 1em;
    margin-right: calc(12% / 3);
}
.profList li:nth-of-type(4n) {
    margin-right: 0;
}
.profList li > div {
    padding: .2em 1em;
    margin-bottom: .5em;
    background: #adadad;
    border-radius: 4px;
}
.white li > div {
    color: #fff;
}
.profText {
    background-image: repeating-linear-gradient(#fff, #fff 1.9em, transparent 2em, transparent 2em);
    line-height: 2em;
}
.profText p {
    padding: 0;
}


/* トップまでスクロール */

.scrollTop {
    position: fixed;
     bottom: 2em;
     right: 5%;
    z-index: 2;
}
#back {
    display: inline-block;
    padding: .5em 1em;
    background: rgba(255,255,255,.7);
    border-radius: 4px;
    cursor: pointer;
    transform: rotate(5deg);
}


/* その他 */

.center {
    text-align: center;
}


/* フッター（削除OK） */

.mainFooter {
    display: none;
    margin: 5vh auto 2vh;
    color: #adadad;
    font-size: 1rem;
    text-align: center;
}
.mainFooter a {
    color: #a2b1b0;
}


/* 画面幅699px以下用CSS */

@media (max-width:699px) {
    body {
        font-size: 1.2rem;
    }
    h3 {
        padding-left: .5em;
        margin-left: 1em;
    }
    p {
        padding: 0 1em;
    }
    section {
        margin: 2em 0;
    }
    .pageWrap {
        width: 94%;
        max-width: 500px;
        min-width: 200px;
        padding: 3em 2em;
        margin: 0;
    }
    h1 {
        font-size: 2.5em;
    }
    .profInfo {
        padding: 0 2em 3em;
    }
    .icon {
        height: 100px;
    }
    .profList {
        justify-content: space-around;
    }
    .profList li {
        width: 40%;
        margin: 0;

    }
    .scrollTop {
        bottom: 1rem;
        right: 1em;
        transform: rotate(-5deg);
    }
}
</style>
