@charset "UTF-8";
@import url(reset.css);
/* サイト内全般のスタイル */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    width: 100%;
    min-width: 1000px;
}

body {
    line-height: 1.0;
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS ゴシック","Osaka",sans-serif;
    font-size: 1.4em;
}

/* section共通のスタイル */
section {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: black;
}

/* 見出しと文章のスタイル */
h1 {
    color: white;
    font-size: 8rem;
    text-align: center;
    letter-spacing: 4px;
    font-family: "Lucida Console", "Courier New", monospace;
    text-shadow: 3px 3px 1px #333;
}

h2 {
    font-size: 4rem;
    margin-bottom: 1em;
}

p {
    font-size: 2.2rem;
    line-height: 1.5;
}

/*******************************************************************
*/
/*  Page-top
*/
/******************************************************************/

#page-top {
    background: url(../images/pattern.jpg), url(../images/bg.jpg) center/cover no-repeat;
    background-blend-mode: multiply;
    color: #333;
    text-shadow: none;
    display: flex;
    flex-direction: row;
}

#page-top .title{
    width: 35%;
    margin-left: 20%;
    margin-top: -5%;
}

#page-top h1{
    text-align: left;
    border-bottom: solid 2px black;
}

#page-top .intro {
    margin-left: 10%;
    width: 30%;
}

#page-top .my-name {
    text-align: center;
    margin-top: 1em;
    font-size: 2.5em;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10%;
    padding-left: 2vh;
    padding-right: 2vh;
    font-family: "Lucida Console", "Courier New", monospace;
    text-shadow: 3px 4px 6px #333;
}

/*******************************************************************
*/
/*  Page01
*/
/******************************************************************/

#page-01 {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/pattern.jpg);
    display: flex;
    flex-direction: column;
}

#page-01 h2 {
    text-align: center;
    font-family: "Lucida Console", "Courier New", monospace;
    color: #333;
    text-shadow: 2px 2px 1px gray;
    position: relative;
    margin-bottom: 1.5em;
    width: 100%;
}

#page-01 h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 20%;
    height: 2px;
    margin: auto;
    background: black;
}

.skills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.skill {
    width: 20%;
    background: white;
    text-align: center;
    border-radius: 20%;
    margin: 50px;
}

.skill + .skill {
    margin-left: 15px;
}

.skill figcaption {
    font-size: 1.4em;
    text-align: center;
    margin: 1em 0;
}

#page-01 img {
    width: 65%;
    padding: 20px;
}

/*******************************************************************
*/
/*  Page02
*/
/******************************************************************/

.slider {
    width: 800px;
}

#page-02 h2 {
    text-align: center;
    font-family: "Lucida Console", "Courier New", monospace;
    color: #333;
    text-shadow: 2px 2px 1px gray;
    position: relative;
    margin-bottom: 1.5em;
    width: 100%;
}

#page-02 h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 20%;
    height: 2px;
    margin: auto;
    background: black;
}

.gallery-cell1 {
    width: 960px;
    height: 540px;
    margin-right: 10px;
    background: #8C8;
}
  
.gallery-cell1:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
    content: url(../images/work7.png);
}

.gallery-cell2 {
    width: 960px;
    height: 540px;
    margin-right: 10px;
    background: #8C8;
}

.gallery-cell2:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
    content: url(../images/work5.png);
}

.gallery-cell3 {
    width: 960px;
    height: 540px;
    margin-right: 10px;
    background: #8C8;
}

.gallery-cell3:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
    content: url(../images/work3.png);
}

#page-02 {
    background: url(../images/pattern.jpg);
    text-align: left;
    color: #333;
    text-shadow: none;
    display: flex;
    flex-direction: column;
}

/*******************************************************************
*/
/*  Page03
*/
/******************************************************************/

#page-03 {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/pattern.jpg);
    display: flex;
    flex-direction: column;
}

#page-03 h2 {
    text-align: center;
    font-family: "Lucida Console", "Courier New", monospace;
    color: #333;
    text-shadow: 2px 2px 1px gray;
    position: relative;
    margin-bottom: 1.5em;
    width: 100%;
}

#page-03 h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 20%;
    height: 2px;
    margin: auto;
    background: black;
}

.blogs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#page-03 img {
    max-width: 400px;
}

.blog {
    background: white;
    text-align: center;
    border-radius: 20%;
    margin: 20px;
}

.blog + .blog {
    margin-left: 15px;
}

.blog p {
    font-size: 1.0em;
    text-align: center;
    margin: 1em 0;
}

/*******************************************************************
*/
/*  Menu
*/
/******************************************************************/

.menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.menu-btn span {
    color: white;
    font-size: 1.8em;
    background: rgba(0, 0, 0, 0.5);
    padding: 1em;
    text-shadow: 3px 4px 6px #333;
    border-radius: 15%;
}

.menu-btn span:after {
    content: attr(data-txt-menu);
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
    content: attr(data-txt-close);
}

.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}

.menu ul {
    display: table-cell;
    vertical-align: middle;
}

.menu li {
    width: 300px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
}

.menu li a {
    display: block;
    font-size: 18px;
    color: #fff;
}

.menu li a:hover {
    color: #999;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    cursor: url(../images/cross.svg),auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}

/*******************************************************************
*/
/*  footer
*/
/******************************************************************/

footer {
    width: 100%;
    background: #0099CC;
    text-align: center;
    padding: 5rem 0;
    font-family: cursive;
}

footer small {
    display: block;
    padding: 1em 0;
}

footer img {
    max-width: 5vh;
    border-radius: 15%;
    margin-left: .5em;
}

footer .contact {
    display: flex;
    justify-content: space-around;
}

/*******************************************************************
*/
/*  More btn.
*/
/******************************************************************/

.more {
    margin-top: 10vh;
    margin-left: 50%;
}

.more a {
    color: black;
    font-size: 2.5em;
    text-shadow: 3px 4px 6px #333;
}

.btn_list::before {
    content: "";
    position: absolute;
    right: 21%;
    width: .75em;
    height: .75em;
    margin: auto;
    border-top: .4rem solid #000;
    border-right: .4rem solid #000;
    transform: rotate(45deg);
}

.btn_list:hover {
    color: inherit;
    text-decoration: none;
    opacity: .8;
}

/*******************************************************************
*/
/*  MORE.BLOG
*/
/******************************************************************/

#page-04 {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/pattern.jpg);
    display: flex;
    flex-direction: column;
    height: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

#page-04 h2 {
    text-align: center;
    font-family: "Lucida Console", "Courier New", monospace;
    color: #333;
    text-shadow: 2px 2px 1px gray;
    position: relative;
    margin-bottom: 1.5em;
    width: 100%;
}

#page-04 h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 20%;
    height: 2px;
    margin: auto;
    background: black;
}

#page-04 img {
    max-width: 600px;
}

/*******************************************************************
*/
/*  MORE.WORK
*/
/******************************************************************/

#page-05 {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/pattern.jpg);
    display: flex;
    flex-direction: column;
    height: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

#page-05 h2 {
    text-align: center;
    font-family: "Lucida Console", "Courier New", monospace;
    color: #333;
    text-shadow: 2px 2px 1px gray;
    position: relative;
    margin-bottom: 1.5em;
    width: 100%;
}

#page-05 h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 20%;
    height: 2px;
    margin: auto;
    background: black;
}

#page-05 img {
    max-width: 600px;
}

#page-05 .blog a {
    color: #000;
    font-weight: bold;
    font-family: cursive;
}

#page-05 .blog:hover {
    background-color: #C0C0C0;
}

#page-05 a:hover {
    text-decoration: none;
}

#page-05 .blog {
    border-radius: 10%;
}