@charset "UTF-8";

/* Base */
html { font-family: "Ropa Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif; font-size: 16px; line-height: 1.5; }
body { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); min-width: 960px; }
h1, h2, h3, p, ul { margin: 0; }
ul { padding-left: 0; }
ul li { list-style-type: none; }
a { color: inherit; text-decoration: none; }
img { vertical-align: middle; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


/*
 * Slideshow
 */

.slideshow {
    background-color: rgb(0, 0, 0);
    height: 465px;
    min-width: 960px;
    overflow: hidden;
    position: relative;
}

.slideshow-slides {
    height: 100%;
    position: absolute;
    width: 100%;
    /* left は JavaScript で指定 */
}
.slideshow-slides .slide {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    /* left は JavaScript で指定 */
}
.slideshow-slides .slide img {
    left: 50%;
    margin-left: -800px;
    position: absolute;
}

.slideshow-nav a,
.slideshow-indicator a {
    background-color: rgba(0, 0, 0, 0); /* for IE9 */
    overflow: hidden;
}
.slideshow-nav a:before,
.slideshow-indicator a:before {
    content: url(../img/sprites.png);
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.slideshow-nav a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    margin-top: -36px;
}
.slideshow-nav a.prev {
    margin-left: -480px;
}
.slideshow-nav a.prev:before {
    margin-top: -20px;    
}
.slideshow-nav a.next {
    margin-left: 408px;
}
.slideshow-nav a.next:before {
    margin-left: -80px;
    margin-top: -20px;
}
.slideshow-nav a.disabled {
    display: none;
}

.slideshow-indicator {
    bottom: 30px;
    height: 16px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.slideshow-indicator a {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 3px;
    margin-right: 3px;
}
.slideshow-indicator a.active {
    cursor: default;
}
.slideshow-indicator a:before {
    margin-left: -110px;
}
.slideshow-indicator a.active:before {
    margin-left: -130px;
}

/* JavsScript 無効時 */
.no-js .slideshow {
    height: auto;
}
.no-js .slideshow-slides {
    height: auto;
    position: static;
}
.no-js .slideshow-slides .slide {
    display: block;
    height: auto;
    position: static;
}
.no-js .slideshow-slides .slide img {
    margin: auto;
    position: static;
}
.no-js .slideshow-nav,
.no-js .slideshow-indicator {
    display: none;
}


/*
 * Page header
 */

.page-header {
    background-color: rgb(255, 255, 255);
    width: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.no-boxshadow .page-header {
    border-bottom: 1px solid rgb(204, 204, 204);
}
.page-header > .inner {
    margin: auto;
    width: 960px;
}

/* Logo */
.site-logo {
    font-size: 100%;
    float: left;
    margin-left: -20px;
}

/* Primary nav */
.primary-nav {
    float: right;
    line-height: 65px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.primary-nav li {
    float: left;
}
.primary-nav a {
    display: block;
    padding: 0 1.36em;
}
.primary-nav a:hover {
    background-color: rgb(240, 240, 240);
}

/* Sticky header (clone) */
.page-header-clone {
    background-color: rgb(0, 0, 0);
    opacity: 0.9;
    position: fixed;
    top: -35px;
    width: 100%;
    z-index: 30;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-transition: top 0.25s;
            transition: top 0.25s;
}
.page-header-clone > .inner {
    margin: auto;
    width: 960px;
}
.page-header-clone.visible {
    top: 0;
}
.page-header-clone:hover {
    opacity: 1;
}
.page-header-clone .site-logo {
    margin-left: 8px;
}
.page-header-clone .site-logo a {
    display: block;
    width: 143px;
    height: 32px;
    overflow: hidden;
}
.page-header-clone .site-logo a:before {
    content: url(../img/logo-small.png);
    display: inline-block;
}
.page-header-clone .primary-nav {
    font-size: 14px;
    line-height: 35px;
}
.page-header-clone .primary-nav a {
    color: rgb(128, 128, 128);
}


/*
 * Topics section
 */

.topics-section {
    position: relative;
    z-index: 20;    
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.topics-section > .inner {
    margin: auto;
    padding-top: 60px;
    padding-bottom: 75px;
    width: 960px;
}
.topics-section h2 {
    display: none;
}
.topics-list li {
    float: left;
    margin-left: 24px;
    width: 304px;
}
.topics-list li:first-child {
    margin-left: 0;
}
.topics-list a {
    display: block;
}
.topics-list .image-wrapper {
    display: inline-block;
    margin-bottom: 1.5em;
    position:relative;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.no-boxshadow .topics-list .image-wrapper {
    border: 1px solid rgb(204, 204, 204);
    margin-left: -1px;
    margin-right: -1px;
}
.topics-list .image-wrapper:before {
    content: "";
    position: absolute;
    z-index: -10;
    top: 75%;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.topics-list .title {
    display: block;
    font-size: 18px;
    line-height: 1.34;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
}
.topics-list .date {
    color: rgb(128, 128, 128);
    display: block;
    font-size: 12px;
    line-height: 1.34;
    margin-bottom: 1.34em;
}
.topics-list .description {
    color: rgb(77, 77, 77);
    font-size: 12px;
    line-height: 1.75;
}


/*
 * Work section
 */

.work-section {
    background-color: rgb(0, 0, 0);
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.no-boxshadow .work-section {
    border-bottom: 1px solid rgb(24, 24, 24);
}
.work-section .section-header {
    background: url(../img/bg-noise.png);
    line-height: 70px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    position: relative;
}
.no-boxshadow .work-section .section-header {
    border-top: 1px solid rgb(204, 204, 204);
}
.work-section .section-header > .inner {
    margin: auto;
    width: 960px;
    position: relative;
}
.work-section h2 {
    float: left;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 1px;
}

/* タブ */
.work-section .tabs-nav {
    border-left: 1px solid rgb(218, 218, 218);
    float: right;
    letter-spacing: 1px;
    -webkit-box-shadow: inset 1px 0 rgb(255, 255, 255);
            box-shadow: inset 1px 0 rgb(255, 255, 255);
}
.work-section .tabs-nav li {
    border-right: 1px solid rgb(218, 218, 218);
    float: left;
    position: relative;
    -webkit-box-shadow: 1px 0 rgb(255, 255, 255);
            box-shadow: 1px 0 rgb(255, 255, 255);
}
.work-section .tabs-nav a {
    display: block;
    outline: none;
    position: relative;
    text-align: center;
    width: 120px;
    z-index: 10;
}
.work-section .tabs-nav .ui-tabs-active a {
    color: rgb(255, 255, 255);
}

/* ハイライト */
.work-section .tabs-highlight {
    background-color: rgb(51, 51, 51);
    height: 100%;
    position: absolute;
    width: 120px;
}
.work-section .tabs-highlight:after {
    background: url(../img/sprites.png) no-repeat 0 0;
    content: "";
    position: absolute;
    width: 37px;
    height: 19px;
    bottom: -19px;
    left: 50%;
    margin-left: -18px;
    z-index: 10;
}

/* パネル */
.work-section .section-body {
    height: 400px;
    position: relative;
}
.work-section .section-body .image-wrapper {
    height: 100%;
    min-width: 960px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.work-section .section-body .image-wrapper img {
    position: absolute;
    left: 50%;
    margin-left: -800px;
}

.work-section .section-body .content {
    color: rgb(255, 255, 255);
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
    width: 960px;
    margin: auto;
    position: relative;
}
.work-section .section-body .content > .inner {
    position: absolute;
    width: 250px;
}
.work-section .section-body #work01 .content > .inner {
    top: 20px;
    left: 680px;
}
.work-section .section-body #work02 .content > .inner {
    top: 140px;
    left: 40px;
}
.work-section .section-body #work03 .content > .inner {
    top: 50px;
    left: 50px;
}
.work-section .section-body #work04 .content > .inner {
    top: 50px;
    left: 50px;
}
.work-section .section-body #work05 .content > .inner {
    top: 50px;
    left: 680px;
}
.work-section .section-body .title {
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
}
.work-section .section-body .description {
    font-size: 12px;
    line-height: 1.75;
}
.work-section .section-body .read-more {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.25em 1em;
    margin-top: 1.5em;
    border: 2px solid;
    letter-spacing: 1px;
}
.textshadow .work-section .section-body .read-more {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5) inset;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5) inset;
}


/*
 * Contact section
 */

.contact-section {
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
}
.contact-section > .inner {
    height: 500px;
    position: relative;
    min-width: 960px;
}
.contact-section h2 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.contact-form-wrapper {
    width: 352px;
    padding: 56px 64px 0;
    position: absolute;
    left: 50%;
}

/* Contact form */
.contact-form .form-item {
    margin-top: 0.5em;
}
.contact-form label {
    display: block;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.75;
    text-transform: uppercase;
}
.contact-form input,
.contact-form textarea {
    border: 1px solid rgb(153, 153, 153);
    font-size: 14px;
    padding: 0.25em;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
    line-height: 1;
    width: 200px;
}
.contact-form textarea {
    line-height: 1.25;
    width: 340px;
    height: 160px;
}
.contact-form input[type="submit"] {
    background-color: rgb(128, 128, 128);
    border-width: 0;
    color: rgb(255, 255, 255);
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-top: 0.75em;
    padding: 0.375em 0;
    width: 120px;
    text-align: center;
    text-transform: uppercase;
}

/* Map */
.contact-map {
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
}
.contact-map .static-map {
    position: absolute;
    right: 0;
}


/*
 * Footer
 */

.page-footer > .inner {
    margin: auto;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 960px;
}

/* Social links */
.social-links {
    float: left;
}
.social-links li {
    float: left;
    margin-left: 5px;
}
.social-links li:first-child {
    margin-left: 0;
}
.social-links a {
    border: 1px solid rgb(153, 153, 153);
    display: block;
    padding: 6px;
}
.social-links .label {
    display: block;
    height: 16px;
    overflow: hidden;
    width: 16px;
}
.social-links .label:before {
    content: url(../img/sprites.png);
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
.social-links .item-facebook .label:before {
    margin-left: -70px;
}
.social-links .item-twitter .label:before {
    margin-left: -90px;
}

/* Copyright */
.copyright {
    color: rgb(102, 102, 102);
    font-size: 12px;
    padding: 6px 0;
    float: right;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Back-to-Top button */
.back-to-top {
    background-color: rgb(240, 240, 240);
    border-width: 0;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 16px;
    width: 100%;
}
.back-to-top .label {
    display: block;
    height: 18px;
    margin:auto;
    overflow: hidden;
    width: 26px;
}
.back-to-top .label:before {
    content: url(../img/sprites.png);
    display: inline-block;
    font-size: 0;
    line-height: 0;
    margin-left: -40px;
}
.no-js .back-to-top {
    display: none;
}
