@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
	
	margin: 0px;
	
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Light", Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	
	word-wrap: break-word;
	background: #fff;
	
	color: #000;
	
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.06em;
	font-weight: 500;
    
    font-feature-settings: "pkna";
}

img, svg {
    display: block;
}

span {
	display: inline-block;
}

a {
	color: #666;
    transition: all 0.15s ease-out;
}
a:hover {
	color: #333;
}

a[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 2px;
    background-image: url("img/icon_link.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.15s ease-in;
    opacity: 0.6;
}
a[target="_blank"]:hover::after {
    opacity: 1;
}

.colon {
    width: 0.7em;
    text-align: center;
    vertical-align: 0.12em;
    margin-top: -0.12em;
    font-weight: normal;
}


.hide {
    display: none;
}

#logo {
	margin: 0 auto;
}

#logo img{
    width: 80%;
    max-width: 420px;
}

#logo_t{
    margin: 70px auto -58px;
}
#logo_b{
    margin: -18px auto 40px;
}

#logo svg{
    width: 100%;
    max-width: 640px;
    margin: 0 auto 0;
}

h1 {
	font-size: 60px;
	letter-spacing: 0.05em;
	line-height: 0.98em;
	text-align: center;
	margin-bottom: 64px;
    margin-top: 32px;
}

h2 {
	font-size: 35px;
	letter-spacing: 0.2em;
    line-height: 1.2em;
	text-align: center;
	margin-top: 64px;
}

#headline {
    background: #333;
    background-image: url("img/bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 52px 24px 40px;
}

#headline div {
    margin-bottom: 12px;
}

h3 {
	font-size: 22px;
	letter-spacing: 0.18em;
    line-height: 1.2em;
	text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

h4 {
	font-size: 20px;
	letter-spacing: 0.1em;
    margin: 40px 0 20px;
}

p {
	margin-bottom: 16px;
}

p small {
    display: block;
    font-size: 12px;
}

ruby > rt {
    letter-spacing: 0;
}

ul {
    margin-bottom: 16px;
    margin-left: 10px;
}

li {
    list-style-type: none;
}
li::before {
    content: "- "
}

.client::before {
    content: "クライアント";
    font-weight: normal;
}

header a {
    text-decoration: none;
}

header .backbutton {
    font-size: 14px;
    font-weight: bold;
    line-height: 64px;
    letter-spacing: 0.1em;
    color: #000;
    padding: 0 10px;
    display: inline-block;
    
    position: absolute;
    top: 0;
    left: 0;
}
header .backbutton::before {
    content: "◀︎";
    font-size: 8px;
    margin-right: 8px;
    vertical-align: middle;
    color: #4ca993;
}
header #logo3 {
    margin: 0 auto;
}

#title .breadcrumbs {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 12px;
}
#title .breadcrumbs a {
    color: #fff;
    text-decoration: none;
}
#title .breadcrumbs a:hover {
    color: #eee;
    text-decoration: underline;
}

#title .header {
    
    color: #fff;
    padding: 32px 0;
    margin-bottom: 40px;
    /*text-shadow: 0 0 10px rgba(0,0,0,0.5);*/
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#title .header#work1 {
    background-color: #4ca892;
    background-image: url("img/work1_bg.png");    
}

#title .header#work2 {
    background-color: #545ebd;
    background-image: url("img/work2_bg.png");
}

#title .header div,
#title .outline {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 900px;
}
#title .outline p {
    font-weight: bold;
    margin-bottom: 32px;
    letter-spacing: 0.02em;
}
#title .outline .update {
    display: block;
    margin-top: 8px;
}
#title .outline .update span{
    font-size: 13px;
    font-weight: normal;
    margin-right: 8px;
}
#title h2 {
    font-size: 30px;
    text-align: left;
    letter-spacing: 0.06em;
    line-height: 1.3em;
    margin-bottom: 24px;
}
#title h3 {
    font-size: 24px;
    text-align: left;
    letter-spacing: 0.06em;
    max-width: none;
    margin: 0;
}
#title .client {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0;
}

.linklist {
    font-size: 14px;
    font-weight: bold;
    margin-left: 0;
    margin-bottom: 40px;
}
.linklist li::before {
    content: "› ";
}

#main,
.main2 section {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 900px;
}
.main2 {
    border-top: 1px solid #ccc;
    margin: 30px 0;
}

.main2 h4 {
    margin-top: 20px;
}
.main2 h4 .update{
    font-size: 13px;
    margin-right: 8px;
    font-weight: normal;
    letter-spacing: 0.02em;
}

#title img,
#main img,
.main2 img {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 40px;
}

#title .photo img,
.main2 .photo img {
    max-width: 900px;
    margin-bottom: 8px;
}

#title .photo .caption,
.main2 .photo .caption {
    font-size: 13px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 40px;
}

.main2 table .colon {
    width: 1.5em;
}

.photocolumn {
    column-width: 295px;
    column-count: 2;
    column-gap: 10px;
    column-fill: balance;
}

.point {
    background-color: #f5f6f1;
    padding: 40px 20px;
    color: #4a4a48;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    
    margin: 24px -10px;
    border-radius: 10px;
    
    position: relative;
}
.point::before {
    
    content: "Point";
    position: absolute;
    color: #4ca892;
    top: 10px;
    left: 15px;
    transform: rotate(-20deg);
}

img#process {
    width: 100%;
    max-width: 510px;
    margin: 0 auto;
}

#workslist a {
    text-decoration: none;
}

.works {
    padding: 16px 20px;
    cursor: pointer;
    color: #fff;
    /*text-shadow: 0 0 10px rgba(0,0,0,0.5);*/
    line-height: 1.6;
    border-radius: 3px;
    margin: 0 -3px 16px;
    overflow: hidden;
    position: relative;
}

.works .bg {
    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

    transform: scale(1.03);
    transform-origin: center;
    transition: all 0.2s ease-in;
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.works:hover .bg {
    filter: brightness(0.8);
    transform: scale(1.0);
}

.works#work1 .bg {
    background-color: #4ca892;
    background-image: url("img/work1_bg.png");
}

.works#work2 .bg {
    background-color: #545ebd;
    background-image: url("img/work2_bg.png");
}

.works .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 8px;
}

.works .award {
    display: block;
    font-weight: normal;
    font-size: 12px;
    margin-top: 4px;
}

.works .client {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.works .detail {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
    text-align: right;
}
.works .detail::before {
    content: "▸ ";
    font-weight: normal;
}

.column {
    /*column-width: 320px;
    column-fill: auto;
    column-gap: 24px;*/
    margin: 0 16px;
}

#memberlist {
    border-top: 1px solid #ccc;
    margin-top: 40px;
}

#memberlist section {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

#memberlist h4 {
    margin: 20px 0 20px;
}

.member {
    margin-bottom: 40px;
    font-size: 14px;
    
    display: inline-flex;
    flex-wrap: wrap;
    
    min-width: 380px;
}
.member .face {
    height: 72px;
    width: 72px;
    border-radius: 36px;
    border: none;
    background-color: #ddd;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 1.5px inset;
    margin: -4px 16px -4px -4px;
    padding: 0;
    background-position: center center;
    float: left;
}
.matsumoto {
    background-image: url("img/matsumoto.jpg");
}
.kato {
    background-image: url("img/kato.jpg");
}
.sato {
    background-image: url("img/sato.jpg");
}
.miyamura {
    background-image: url("img/miyamura.jpg");
}

.member .name {
    line-height: 1.5em;
    height: 64px;
}
.member .name-url {
    margin-top: -2px;
    line-height: 1.25em;
    height: 68px;
}
.member a {
    font-size: 13px;
}
.member .name-url a {
    letter-spacing: 0.05em;
}
.member .position {
    font-size: 11.5px;
}
.member .name-url .position {
    letter-spacing: -0.07em;
}
.member .prof {
    margin-bottom: 4px;
}

#contact {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#contact section {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

#contact h4 {
    font-size: 20px;
    margin: 20px 0 20px;
}

#contact #address {
    font-size: 14px;
    margin: 0;
}

#contact #name {
    margin-bottom: 8px;
    line-height: 1.6em;
}

#contact table {
    margin-bottom: 32px;
    letter-spacing: 0.1em;
    line-height: 1.8em;
}

#contact div {
    display: inline-block;
    height: 42px;
    width: 42px;
    margin: -16px 16px 24px -8px;
    background-size: cover;
    background-position: center center;
    opacity: 0.7;
    transition: all 0.2s ease-out;
}
#contact div:hover{
    opacity: 1.0;
}
#contact a::after {
    content: none;
}
#contact .fb {
    background-image: url("img/social_fb.png");
}
#contact .yt {
    background-image: url("img/social_yt.png");
}
#contact .ig {
    background-image: url("img/social_ig.png");
}
#contact .tw {
    background-image: url("img/social_x.png");
}
#contact .nt {
    background-image: url("img/social_nt.png");
}
td {
    height: 1em;
}

td.big {
    font-size: 20px;
}
td.small {
    font-size: 14px;
}


footer {
    text-align: center;
    max-width: 900px;
    font-size: 12px;
    line-height: 2.5em;
    margin: 0 auto 8px;
}

footer img {
    margin: 20px auto 0;
}