@charset "utf-8";



/* For modern browsers */

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */

.cf {
    zoom: 1;
}



/* tags
---------------------------------------------------- */

body {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a,
a:hover {
    transition: border-bottom .6s, color .6s, opacity .6s;
}

img {
    border: none;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

a img,
a:hover img {
    transition: opacity .6s;
}

a:hover img {
    opacity: 0.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
div,
img {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: 400;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

time {
    font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 14px;
    }
}

/* common
---------------------------------------------------- */

.inner1 {
    width: 88%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
}

.marker01 {
    background: linear-gradient(transparent 50%, #ffff66 0%);
}


/* title
---------------------------------------------------- */

h2.title {
    font-family: 'Nothing You Could Do', cursive;
    font-weight: normal;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 70px;
}

.stbox1 {
    padding: 0px 0px 0px 15%;
    box-sizing: border-box;
    margin: 200px 0px 100px;
    position: relative;
}

.title + .stbox1 {
    margin-top: 150px;
}

#faq .stbox1 {
    margin: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.stbox1 h2,
.stbox1 h3 {
    font-size: 38px;
    line-height: 1;
    display: inline-block;
    vertical-align: bottom;
}

.stbox1::before {
    content: '';
    width: 13%;
    border-top: 1px solid #000;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1px;
}

.stbox1 p {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    margin-left: 30px;
    vertical-align: bottom;
}

.stbox1 p i {
    margin-right: 10px;
}

.stbox1 p a {
    display: inline-block;
    border-bottom: 2px solid #000;
    padding-bottom: 6px;
}

.stbox1 p a:hover {
    border-bottom: 2px solid transparent;
}

.st1 {
    font-family: 'Nothing You Could Do', cursive;
    font-weight: normal;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 80px;
    padding: 0px 0px 0px 15%;
    box-sizing: border-box;
    position: relative;
}

.st1::before {
    content: '';
    width: 13%;
    border-top: 1px solid #000;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1px;
}

@media screen and (max-width: 768px) {
    h2.title {
        font-size: 50px;
    }
    .stbox1 {
        margin: 130px 0px 100px;
    }
    #faq .stbox1 {
        margin: 0px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .title + .stbox1 {
        margin-top: 60px;
    }
    .stbox1 h2,
    .stbox1 h3 {
        font-size: 30px;
    }

    .stbox1 p {
        font-size: 15px;
        margin-left: 20px;
    }

    .stbox1 p i {
        margin-right: 8px;
    }

    .stbox1 p a {
        padding-bottom: 5px;
    }
    .st1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 480px) {
    h2.title {
        font-size: 40px;
        margin-bottom: 50px;
        text-align: center;
        padding: 5px 15px 0px 0px;
    }
    .stbox1 {
        margin: 100px 0px 60px;
    }
    #faq .stbox1 {
        margin: 0px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .stbox1 h2,
    .stbox1 h3 {
        font-size: 24px;
    }
    #faq .stbox1 h3 {
        font-size: 22px;
    }

    .stbox1 p {
        font-size: 14px;
        margin-left: 10px;
        margin: 0px 0px -1px 8px;
    }

    .stbox1 p i {
        margin-right: 5px;
    }

    .stbox1 p a {
        padding-bottom: 4px;
    }
    .st1 {
        font-size: 30px;
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 374px) {
    .stbox1 h2,
    .stbox1 h3 {
        font-size: 22px;
    }
    #faq .stbox1 h3 {
        font-size: 18px;
    }
}

/* fadein
---------------------------------------------------- */

.fadein {
    opacity: 0;
    transition: transform 1s, opacity 1s;
}

.fadein.move {
    transform: translate(0, 70px);
}

.fadein.stbox1,
.fadein.st1 {
    opacity: 0;
    transform: translate(-100px, 0);
    transition: all 1s;
}

.fadein:nth-of-type(2) {
    transition-delay: .3s;
}

#about1 .fadein,
#about2 .fadein,
#contact .fadein,
#works_index2.fadein {
    transition-delay: 0s;
}

.fadein:nth-of-type(3) {
    transition-delay: .4s;
}

.fadein:nth-of-type(4) {
    transition-delay: .5s;
}

.fadein:nth-of-type(5) {
    transition-delay: .6s;
}

.fadein:nth-of-type(6) {
    transition-delay: .7s;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
    .fadein,
    .fadein.move,
    .fadein.stbox1,
    .fadein.st1 {
        opacity: 1;
        transform: translate(0, 0px);
        transition: all 0s;
    }
    .fadein:nth-of-type(2),
    .fadein:nth-of-type(3),
    .fadein:nth-of-type(4),
    .fadein:nth-of-type(5),
    .fadein:nth-of-type(6) {
        transition-delay: 0s;
    }
}

/* header
---------------------------------------------------- */

body {
    padding-top: 110px;
}

header {
    height: 60px;
}

header h1 {
    font-family: 'Nothing You Could Do', cursive;
    font-weight: normal;
    font-size: 60px;
    line-height: 60px;
    float: left;
    transition: font-size .2s;
}

header nav {
    float: right;
}

header nav li {
    font-family: 'Raleway', sans-serif;
    display: block;
    float: left;
    font-size: 24px;
    margin-right: 40px;
    line-height: 60px;
    transition: font-size .2s, line-height .2s;
}

header nav li:last-child {
    margin-right: 0px;
}

header nav li a {
    display: inline-block;
    border-bottom: 2px solid transparent;
    line-height: 45px;
}

header nav li a:hover,
body#about header nav li:nth-child(1) a,
body#works header nav li:nth-child(2) a,
body#contact header nav li:nth-child(3) a {
    border-bottom: 2px solid #000;
}

.first {
    margin-top: 150px;
}

@media screen and (max-width: 960px) {
    header h1 {
        font-size: 50px;
    }
    header nav li {
        font-size: 20px;
        line-height: 50px;
        margin-right: 20px;
    }
    header nav li a {
        line-height: 30px;
    }
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 80px;
    }
    header {
        height: 160px;
    }
    header h1 {
        float: none;
        text-align: center;
        margin-bottom: 50px;
    }
    header nav {
        float: none;
        text-align: center;
    }
    header nav li {
        float: none;
        display: inline-block;
    }
    .first {
        margin-top: 80px;
    }
}

@media screen and (max-width: 480px) {
    body {
        padding-top: 40px;
    }
    header {
        height: 140px;
    }
    header h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    header nav li {
        font-size: 16px;
        margin-right: 10px;
    }
    .first {
        margin-top: 50px;
    }
}

/* header fixed
---------------------------------------------------- */

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
    height: 70px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}

header.fixed + .first,
header.fixed + section .first {
    margin-top: 210px;
}

header.fixed h1 {
    font-size: 30px;
    line-height: 70px;
}

header.fixed nav li {
    font-size: 18px;
    line-height: 70px;
}

header.fixed nav li a {
    line-height: 26px;
}

@media screen and (max-width: 768px) {
    header.fixed .inner1 {
        width: 95%;
    }
    header.fixed h1 {
        float: left;
        text-align: left;
        margin-bottom: 0px;
    }
    header.fixed nav {
        text-align: left;
        float: right;
    }
    header.fixed nav li {
        float: left;
        display: block;
        margin-right: 8px;
        font-size: 16px;
    }
    header.fixed nav li:last-child {
        margin-right: 0px;
    }
    header.fixed nav li a {
        line-height: 1.4;
    }
    header.fixed + .first,
    header.fixed + section .first {
        margin-top: 240px;
    }
}

@media screen and (max-width: 480px) {
    header.fixed {
        height: 50px;
    }
    header.fixed h1 {
        font-size: 20px;
        line-height: 50px;
    }
    header.fixed nav li {
        font-size: 14px;
        line-height: 50px;
    }
    header.fixed nav li a {
        border-bottom-width: 1px!important;
    }
    header.fixed + .first,
    header.fixed + section .first {
        margin-top: 190px;
    }
}

@media screen and (max-width: 374px) {
    header.fixed h1 {
        font-size: 16px;
    }
    header.fixed nav li {
        font-size: 12px;
    }
}

/* footer
---------------------------------------------------- */

footer {
    margin-top: 200px;
    margin-bottom: 30px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}

#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
}

#pagetop a img {
    opacity: 0.4;
}

#pagetop a:hover img {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    footer {
        margin-top: 150px;
    }
}

@media screen and (max-width: 480px) {
    footer {
        margin-top: 100px;
        margin-bottom: 10px;
        font-size: 11px;
    }
    #pagetop {
        bottom: 10px;
        right: 10px;
        width: 50px;
        height: 50px;
    }
}
