/* これわ 基礎の　Cascading Style です　*/


/* 网页需要和浏览器窗口一样大
    最重要的html {height: 100%} */

html {
    height: 100%;
}

body {
    height: 100%;
    max-width: 100%;
    background-color: #666;
    cursor: default;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Microsoft Yahei', 'STHeiti', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    /* 禁止选中文本 */
    /* user-select: none; */
}


/* ---------------- Center page----------------　*/

.backgrund-pic {
    z-index: -114514;
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/background_img.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}


/* これわ little-titleのCascading Style です　*/

.little-title {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: left;
    opacity: 1;
    visibility: visible;
}

.little-title p {
    margin-top: 35px;
    padding-left: 45%;
    font-family: 'KaiTi';
    font-size: 33px;
    font-weight: 600;
    /* color: skyblue; */
}

.little-title p:nth-child(even) {
    padding-left: 47%;
}


/* これわ center-titleのCascading Style です　*/

.center-title {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 20%;
    width: 100%;
    text-align: center;
}

.center-title h1 {
    z-index: 1;
    font-size: 80px;
    font-weight: 500;
    color: #fff;
}

.center-title h1::before,
.center-title h1::after {
    content: '';
    display: block;
    margin: 0px auto 30px;
    width: 800px;
    height: 10px;
    background-color: #7cd302;
}

.center-title h1::after {
    margin: 40px auto 0px;
    width: 540px;
}


/* これわ center-boxのCascading Style です　*/

.center-box {
    transition: .75s;
    width: 100%;
}

.center-box img {
    position: absolute;
    left: calc(50% - 25px);
    bottom: 3%;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    transition: .75s;
    cursor: pointer;
    opacity: .5;
}

.center-box img:hover {
    transform: rotate(-495deg);
}

.center-box:hover .nyaa {
    display: block;
    transition: .75s;
}

.center-box span {
    position: absolute;
    display: none;
    left: calc(50% - 50px);
    bottom: 10%;
    width: 200px;
    font-size: 20px;
    transition: .75s;
}

.center-box span::after:hover {
    display: block;
}


/* ---------------- Main page----------------　*/

.this-is-me h2,
.wotashino-works h2,
.SNSbox h2,
.byebye h2 {
    margin-right: 0;
}

.this-is-me,
.wotashino-works,
.SNSbox,
.SNSbox-sky,
.skybox,
.byebye {
    position: relative;
    top: 100%;
    width: 80%;
    left: calc(50% - 40%);
    padding: 140px 0 80px;
    text-align: left;
    background-color: #fff;
}

.skybox {
    padding: 0;
    height: 20px;
    background-color: transparent;
}


/* これわ presentationのCascading Style です　*/

.this-is-me {
    /* padding-top: 140px; */
}

.this-is-me h2 {
    position: absolute;
    top: 80px;
    z-index: 10;
    margin: 0 10%;
    margin-right: 0;
    font-size: 35px;
}

.this-is-me .green-box {
    position: absolute;
    top: 80px;
    left: 10%;
    width: 50px;
    height: 20px;
    background-color: #55AF7B;
}

.this-is-me span {
    position: absolute;
    left: calc(50% - 40%);
    top: 140px;
    width: 80%;
    border-top: 4px dashed #7cd302;
}

.this-is-me .major-box {
    margin-left: 10%;
    width: 80%;
}

.this-is-me .main-box-1 {
    margin-top: 30px;
    margin-left: 22%;
}

.this-is-me .main-box-2 {
    margin-top: 20px;
    margin-left: 48%;
}

.this-is-me .main-box-3 {
    margin-top: 20px;
    margin-left: 30%;
}

.this-is-me img {
    vertical-align: top;
    display: inline-block;
    width: 320px;
    height: 180px;
    margin-right: 20px;
}

.major-box div[class*=text] {
    display: inline-block;
}

.major-box div[class*=text] h4 {
    font-size: 20px;
    margin: 5px 0 10px;
}

.major-box div[class*=text] p {
    margin: 20px 0 20px;
    font-size: 16px;
    color: #000;
}

.major-box .text-2 p:last-child {
    margin-bottom: 0;
}


/* これわ SNSのCascading Style です　*/

.SNSbox {
    /* height: 600px; */
}

.SNSbox h2 {
    position: absolute;
    top: 60px;
    z-index: 10;
    margin: 0 10%;
    font-size: 35px;
}

.SNSbox .kuo {
    position: absolute;
    top: 90px;
    left: 10%;
    color: rgba(143, 143, 143, 0.783);
    font-size: 14px;
}

.SNSbox .blue-box {
    position: absolute;
    top: 60px;
    left: 10%;
    width: 50px;
    height: 20px;
    background-color: #4286F3;
}

.SNSbox span {
    position: absolute;
    top: 140px;
    left: calc(50% - 40%);
    width: 80%;
    border-top: 4px dashed #7cd302;
}

.snslink {
    margin-top: 40px;
    margin-left: 10%;
}

.snslink a {
    display: inline-block;
    margin: 10px 5%;
    width: 70px;
    height: 70px;
}

.snslink img {
    width: 100%;
}

.SNSbox .snslink .weixin {
    background: url(../upload/wechat.png) no-repeat center;
    background-size: cover;
    vertical-align: top;
}

.SNSbox .snslink .weixin:hover {
    background: url(../upload/wechatQR.jpg) no-repeat center;
    background-size: cover;
}

.SNSbox .snslink .bangumi {
    width: 140px;
}


/* これわ worksのCascading Style です　*/

.wotashino-works {
    /* height: 600px; */
}

.wotashino-works h2 {
    position: absolute;
    top: 80px;
    z-index: 10;
    margin: 0 10%;
    font-size: 35px;
}

.wotashino-works .yellow-box {
    position: absolute;
    top: 80px;
    left: 10%;
    width: 50px;
    height: 20px;
    background-color: #FAC230;
}

.wotashino-works span {
    position: absolute;
    top: 140px;
    left: calc(50% - 40%);
    width: 80%;
    border-top: 4px dashed #7cd302;
}

.works {
    display: flex;
    margin-top: 40px;
    margin-left: 10%;
    width: 80%;
    flex-wrap: wrap;
    justify-content: center;
}

.works a {
    cursor: pointer;
    display: block;
    width: 320px;
    height: 300px;
    margin: 0 20px 20px;
    background: rgb(48, 195, 182);
    background: linear-gradient(90deg, rgba(48, 195, 182, 1) 0%, rgba(81, 217, 179, 1) 100%);
    overflow: hidden;
    transition: .3s;
}

.works .work2 {
    background: rgb(53, 142, 255);
    background: linear-gradient(90deg, rgba(53, 142, 255, 1) 0%, rgba(71, 191, 254, 1) 100%);
}

.works .work3 {
    background: rgb(255, 138, 57);
    background: linear-gradient(90deg, rgba(255, 138, 57, 1) 0%, rgba(255, 168, 70, 1) 100%);
}

.works .work4 {
    background: rgb(131, 131, 131);
    background: linear-gradient(90deg, rgba(131, 131, 131, 1) 0%, rgba(195, 195, 195, 1) 100%);
}

.works a:hover {
    transform: translate(-5px, -5px);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, .3);
}

.work-pic {
    width: 320px;
    height: 180px;
    /* background: pink no-repeat center; */
    background-size: cover;
}

.work-pic img {
    width: 100%;
}

.work-ben {
    text-align: left;
    padding: 20px 15px;
    color: #fff;
}

.work-ben h5 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.work-ben p {
    margin: 10px 0 5px;
    font-size: 15px;
    color: #fbfbfb;
}

.work-ben em {
    font-style: normal;
    font-size: 14px;
    color: #fff;
}


/* これわ footerのCascading Style です　*/

.byebye {
    text-align: center;
    /* height: 600px; */
    padding-bottom: 0;
}

.byebye h2 {
    position: absolute;
    top: 80px;
    z-index: 10;
    margin: 0 10%;
    font-size: 35px;
}

.byebye .red-box {
    position: absolute;
    top: 80px;
    left: 10%;
    width: 50px;
    height: 20px;
    background-color: #EB4537;
}

.byebye span {
    position: absolute;
    top: 160px;
    left: calc(50% - 40%);
    width: 80%;
    border-top: 4px dashed yellowgreen;
}

.lastlink {
    margin-top: 30px;
    margin-left: 10%;
    padding-bottom: 10px;
    width: 80%;
    flex-wrap: wrap;
    justify-content: center;
}

.blink {
    text-align: center;
    margin-bottom: 10px;
}

.blink a {
    margin: 0px 15px;
    font-size: 16px;
    color: #000;
}

.blink a:hover {
    color: #EB4537;
    transition: .5s;

}

.friendlink {
    text-align: center;
}

.friendlink p {
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
}

.friendlink a {
    margin: 0px 15px;
    font-size: 12px;
    color: #666;
}

.friendlink a:hover {
    color: #666;
}

.copyright {
    text-align: center;
}

.copyright p {
    display: inline-block;
    margin: 5px 0px 15px;
    font-size: 14px;
}
.copyright p .dmail {
    font-weight: 700;
}

.copyright .dewsweet {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.copyright a {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0 2px;
}

.copyright a:hover {
    color: rgb(154, 205, 49);
    transition: .5s;
}