@charset "UTF-8";

@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700');

/* --------------------------------------------------
        0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas,
a, span, em {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, canvas {
    display: block;
}

/* --------------------------------------------------
        1. HTML, Body, Anchor
-------------------------------------------------- */
html {
    overflow-y: scroll;
    height: 100% !important;
}

body {
    position: relative;
    min-height: 100%;
    color: black;
    font-family: sans-serif;
    font-style: normal;
    font-size: 13px;
    line-height: 1.5;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Sans Japanese", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} 
a {
    color: black; 
    text-decoration: none;
} 
a:hover, a:active {
    text-decoration: none;
}

/* --------------------------------------------------
        2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

/* p {} */
/* --------------------------------------------------
        3. List
-------------------------------------------------- */
li {
    list-style: none;
}

/* --------------------------------------------------
        4. Table
-------------------------------------------------- */
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
    font-family: inherit;
}

caption, th, td {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}

/* --------------------------------------------------
        5. Form
-------------------------------------------------- */
fieldset {
    border: none;
}

input, textarea, select, label {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 100%;
    font-family: inherit;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

label {
    cursor: pointer;
}

textarea {
    overflow: auto;
}

legend {
    display: none;
}

/* --------------------------------------------------
        6. Other
-------------------------------------------------- */
img {
    border: none;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
}

object {
    vertical-align: middle;
    outline: none;
}

em, strong {
    font-weight: bold;
    font-style: normal;
}

small {
    font-size: 100%;
}

abbr, acronym {
    border: none;
    font-variant: normal;
}

q:before, q:after {
    content: '';
}

address, caption, cite, code, dfn, var {
    font-weight: normal;
    font-style: normal;
}

code, pre {
    font-family: monospace;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

hr {
    display: none;
}

/* --------------------------------------------------
        Clearfix
-------------------------------------------------- */
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

/* //////////////////////////////////////////////////
[LAYOUT]
////////////////////////////////////////////////// */

body {
    position: relative;
    background-color: black;
}
#container {
    overflow: hidden;
    position: relative;
    min-height: 100%;
}
.pageBlock {
    position: relative;
    background-color: white;
    background-image: url(../img/ttl/logo_s.png);
    background-repeat: no-repeat;
}
.pageBlock:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}
.pageBlock .pageTitle {
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 200;
}
.pageBlock .pageNum {
    line-height: 1;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 500;
}
.pageBlock.titleBlock {
    background-image: none;
}
.pageBlock.titleBlock h1 {
    font-weight: 200;
    text-align: center;
    letter-spacing: 0.1em;    
}

/* //////////////////////////////////////////////////
[MODULE]
////////////////////////////////////////////////// */

.profileLinks li a {
    background-repeat: no-repeat;
}
.profileLinks .twitter a {
    background-image: url(../img/ico/twitter.png);
}
.profileLinks .instagram a {
    background-image: url(../img/ico/instagram.png);
}
.profileLinks .mail a {
    background-image: url(../img/ico/mail.png);
} 
.linkButtons li a {
    font-weight: 700;
    text-align: center;
}
.linkButtons li.external a {
    background-image: url(../img/ico/external.png);
    background-repeat: no-repeat;
}
.linkTexts li a {
    display: block;
    color: #0eb2e8;
    text-decoration: underline;
    background-image: url(../img/ico/external.png);
    background-repeat: no-repeat;
}
.linkTexts li a:hover {
    text-decoration: none;
}


/* //////////////////////////////////////////////////
[OUTLINE]
////////////////////////////////////////////////// */

/* --------------------------------------------------
    pageHome
-------------------------------------------------- */
.pageHome {
    background-image: none;
}
.pageHome .tagline {
    text-align: center;
    letter-spacing: 0.3em;
    line-height: 1;
}
.pageHome .logoMark {
    position: relative;
    z-index: 10;
    text-align: center;
}
.pageHome .logoMark a,
.pageHome .logoMark span {
    display: block;
}
.pageHome h1 {
    position: relative;
    z-index: 10;
    text-align: center;
}
.pageHome h1 a {
    display: inline-block;
}
.pageHome .credit {
}
.pageHome .credit p {
    text-align: center;
    line-height: 1;
    letter-spacing: 0.1em;
}
.pageHome .credit .name {
    font-weight: 500;
}
.pageHome .credit .id {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 500;
}

/* --------------------------------------------------
    pageOutline
-------------------------------------------------- */
.pageOutline .sentence p {
    line-height: 2.1;
    letter-spacing: 0.05em;
}

/* //////////////////////////////////////////////////
[WORKS]
////////////////////////////////////////////////// */

/* --------------------------------------------------
    pageWork
-------------------------------------------------- */
#contentWorks .pageWork {
}
#contentWorks .pageWork h1 {
    font-weight: 200;    
}
#contentWorks .pageWork .info {
    letter-spacing: 0.2em;
}
.pageWork .leftBlock a {
    display: block;
    position: relative;
}
#contentWorks .pageWork .rightBlock h2 {
    font-weight: 500;
    letter-spacing: 0.05em;
}
#contentWorks .pageWork .rightBlock .sentence p {
    line-height: 2.1;
} 

/* --------------------------------------------------
    pageOtherWork
-------------------------------------------------- */
#contentWorks .pageOtherWork .unitOtherWork h2 {
    font-weight: 500;
} 
#contentWorks .pageOtherWork .unitOtherWork .info {
    line-height: 1;
}
#contentWorks .pageOtherWork .unitOtherWork .sentence p {
    line-height: 2;
}
#contentWorks .pageOtherWork .unitOtherWork .links li a {
    display: block;
    color: #0eb2e8;
    line-height: 1.4;
}

/* --------------------------------------------------
    pageMoreWorks
-------------------------------------------------- */
.pageMoreWorks .rightBlock h2 {
    font-weight: 500;
    letter-spacing: 0.05em;
}
.pageMoreWorks .rightBlock h2:after {
    content: "";
    display: inline-block;
    background-color: black;
    vertical-align: bottom;
    animation: tenmetsu 0.5s infinite alternate;
    -webkit-animation: tenmetsu 0.5s infinite alternate;
    -moz-animation: tenmetsu 0.5s infinite alternate;
    -ms-animation: tenmetsu 0.5s infinite alternate;
}
.pageMoreWorks .rightBlock .sentence p {
    line-height: 2.1;
}
@keyframes tenmetsu {
    0% { opacity: 0; } 50% { opacity: 0; } 51% { opacity: 1; } 100% { opacity: 1; }
}
@-webkit-keyframes tenmetsu {
    0% { opacity: 0; } 50% { opacity: 0; } 51% { opacity: 1; } 100% { opacity: 1; }
}
@-moz-keyframes tenmetsu {
    0% { opacity: 0; } 50% { opacity: 0; } 51% { opacity: 1; } 100% { opacity: 1; }
}
@-ms-keyframes tenmetsu {
    0% { opacity: 0; } 50% { opacity: 0; } 51% { opacity: 1; } 100% { opacity: 1; }
}

/* //////////////////////////////////////////////////
[PROFILE]
////////////////////////////////////////////////// */

/* --------------------------------------------------
    pageAbility
-------------------------------------------------- */
.pageAbility .ability li .name {
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1;
    text-align: center;
}
.pageAbility .ability li .sentence {
    line-height: 2.1;
    text-align: center;
}

/* --------------------------------------------------
    pageInfo
-------------------------------------------------- */
.pageInfo .unitInfoWrap li a .name {
    font-weight: 500;
    line-height: 1;
    text-align: center;
}
.pageInfo .unitInfoWrap li a .sentence {
    line-height: 2.1;
    text-align: center;
}

/* --------------------------------------------------
    pageProfile
-------------------------------------------------- */
.pageProfile h2 {
    line-height: 1;
    letter-spacing: 0.05em;
}
.pageProfile h2 em {
    font-weight: 500;
}
.pageProfile h2 span {
    font-weight: 500;
}
.pageProfile .sentence p {
    line-height: 2.1;
    letter-spacing: 0.05em;
}

/* --------------------------------------------------
    pageMedia
-------------------------------------------------- */
.pageMedia .unitMedia h2 {
    font-weight: 500;
    line-height: 1;
}
.pageMedia .unitMedia ul li {
    line-height: 2;
    letter-spacing: 0.05em;
}
.pageMedia .unitMedia p {
    line-height: 2;
    letter-spacing: 0.1em;
}

/* --------------------------------------------------
    pageCompany
-------------------------------------------------- */
.pageCompany dl dt { 
    clear: both;
    float: left;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.pageCompany dl dd {
    float: left;
    letter-spacing: 0.1em;
}

/* --------------------------------------------------
    pageSnsShare
-------------------------------------------------- */
.pageSnsShare {
    background-image: none;
}
.pageSnsShare .block p {
    text-align: center;
    line-height: 1;
    font-weight: 500;
} 
.pageSnsShare .block .shareButtons {
    text-align: center;
} 
.pageSnsShare .block .shareButtons li {
    display: inline-block;
    vertical-align: top;
}
.pageSnsShare .copyright {
    text-align: center;
    line-height: 1;
    font-family: 'Maven Pro', sans-serif;
}

/* //////////////////////////////////////////////////
[DETAIL]
////////////////////////////////////////////////// */

/* --------------------------------------------------
    navBread
-------------------------------------------------- */
#navBread {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000;
    padding: 0 10px;
    background-color: white;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);    
}
#navBread ul {
}
#navBread li {
    float: left;
    font-size: 12px;
    line-height: 20px;
    padding-left: 10px;
}
#navBread li:first-child {
    padding-right: 15px;
    padding-left: 0;
    background-image: url(../img/ico/icoArrow.png);
    background-repeat: no-repeat;
    background-size: 5px auto;
    background-position: 100% 50%;
}
#navBread li a {
    font-size: 12px;
    line-height: 20px;
    color: #0eb2e8; 
}
#navBread li a:hover {
    opacity: 0.8;
}

/* --------------------------------------------------
    contentDetail
-------------------------------------------------- */
#contentDetail {
    clear: both;
}
#contentDetail section {
    position: relative;
    background-color: white;
    background-image: url(../img/ttl/logo_s.png);
    background-repeat: no-repeat;
}
#contentDetail section:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}
#contentDetail section h2 {
    letter-spacing: 0.05em;
    font-weight: 200;
}
#contentDetail section .pageNum {
    line-height: 1;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 500;
}

/* --------------------------------------------------
    contentDetail
-------------------------------------------------- */ 
.pageDetailTop {
}
.pageDetailTop h1 {
    font-weight: 200;
    text-align: center;
    letter-spacing: 0.1em;    
}
.pageDetailTop .info {
    letter-spacing: 0.2em;
    text-align: center;
}

/* --------------------------------------------------
    pageTypeWithCaption
-------------------------------------------------- */
.pageTypeWithCaption {
}
.pageTypeWithCaption .rightBlock h3 {
    font-weight: 500;
    letter-spacing: 0.05em;
}
.pageTypeWithCaption .rightBlock .sentence p {
    line-height: 2.1;
} 

/* --------------------------------------------------
    pageTypeSentence
-------------------------------------------------- */
.pageTypeSentence .sentence p {
    line-height: 2.1;
    letter-spacing: 0.1em;
}

/* --------------------------------------------------
    pageTypeSentenceCenter
-------------------------------------------------- */
.pageTypeSentenceCenter .sentence p {
    line-height: 2.1;
    letter-spacing: 0.1em;
}
.pageTypeSentenceCenter .credit { 
    display: table;
    margin: 0 auto;
}
.pageTypeSentenceCenter .credit dl { 
    display: table-row;
}
.pageTypeSentenceCenter .credit dt { 
    display: table-cell;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: left;
}
.pageTypeSentenceCenter .credit dd { 
    display: table-cell;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: left;
}
