@charset "utf-8";
/* ----------------------------------------------------------------

   common

----------------------------------------------------------------- */
.pcNone {
    display: none !important;
}
.wrap {
    width: 100%;
    height: 100%;
    position: relative;
}
.yellowline {
    width: 6px;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0%;
    background-color: #F8B400;
}
h1#header {
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
    color: #F8B400;
    position: fixed;
    top: 0;
    left: -4px;
}
/* menu */
.menuBtn {
    position: fixed;
    top: 80px;
    right: 120px;
    font-size: 1.6rem;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    z-index: 999;
}
.menuBtn span {
    color: #fff;
    transition: .3s;
}
.menuBtn span:hover {
    color: #F8B400;
}
.menuBtn span:after {
    content: attr(data-txt-menu);
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menuBtn span:after {
    content: attr(data-txt-close);
}
.menu {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}
.menu .menuInner {
    position: absolute;
    bottom: 200px;
    right: 120px;
}
.menu li {
    text-align: right;
    margin-bottom: 24px;
}
.menu li a {
    display: block;
    font-size: 2.6rem;
    font-weight: bold;
    color: #fff;
    transition: .3s;
}
.menu li a:hover {
    color: #F8B400;
    transform: translateX(-8px);
}
.menu .menuFooter {
    position: absolute;
    bottom: 80px;
    right: 120px;
    text-align: right;
}
.menu .menuFooter .footerLogo {
    width: 120px;
}
.menu .menuFooter .footerLogo img {
    width: 100%;
    height: auto;
}
.menu .menuFooter a {
    font-size: 1.4rem;
    display: block;
    margin-top: 8px;
    transition: .3s;
}
.menu .menuFooter a:hover {
    color: #F8B400;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    cursor: url(../images/cross.svg), auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}
footer {
    font-size: 1rem;
    /*
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    */
    text-align: center;
    margin-bottom: 24px;
}
/* ----------------------------------------------------------------

   index

----------------------------------------------------------------- */

figure.videoWrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 50%;
    min-height: 30%;
    width: 60vw;
    height: auto;
    z-index: -100;
}
#bg_video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
    height: auto;
    z-index: -100;
    background-size: cover;
}
figure.videoWrap:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: 0;
    content: '';
    width: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
figure.videoWrap * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
figure.videoWrap figcaption {
    position: absolute;
    bottom: 50%;
    right: -12%;
    transform: translateY(50%);
    z-index: 1;
    padding: 40px;
}
figure.videoWrap h3, figure.videoWrap .globalNav {
    margin: 0 auto;
    padding: 0;
}
figure.videoWrap .globalNav {
    font-size: 1.6rem;
    letter-spacing: 0px;
    font-weight: 800;
    margin: 0;
    padding: 0;
    text-align: right;
}
figure.videoWrap .globalNav li {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    list-style: none;
    margin-top: 24px;
    margin-bottom: 24px;
}
figure.videoWrap a {
    padding: 2px 0;
    display: block;
    color: #ffffff;
    text-decoration: none;
}
figure.videoWrap a:hover {
    color: #F8B400;
    transform: translateX(-8px);
}
figure.videoWrap:hover:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 90%;
    right: 0;
}
figure.videoWrap:hover li {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
figure.videoWrap:hover li:first-child {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
figure.videoWrap:hover li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
figure.videoWrap:hover li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
figure.videoWrap:hover li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

@media screen and (min-width: 1280px) {
figure.videoWrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 50%;
    min-height: 30%;
    width: 50vw;
    height: auto;
    z-index: -100;
}
#bg_video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50vw;
    height: auto;
    z-index: -100;
    background-size: cover;
}
figure.videoWrap figcaption {
    position: absolute;
    bottom: 50%;
    right: -8%;
    transform: translateY(50%);
    z-index: 1;
    padding: 40px;
}
}
/* ----------------------------------------------------------------

   about

----------------------------------------------------------------- */
#aboutPage {
    max-width: 600px;
    margin: 280px auto;
}
#aboutPage .aboutLogo {
    width: 280px;
    margin: 0 auto;
}
#aboutPage .aboutLogo img {
    width: 100%;
    height: auto;
}
#aboutPage .intro {
    margin-top: 120px;
}
.intro p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 16px;
    letter-spacing: 0.15rem;
}
#aboutPage .aboutList {
    margin-top: 80px;
}
#aboutPage dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px;
}
#aboutPage dl dt {
    width: 160px;
    font-size: 1.4rem;
}
#aboutPage dl dd {
    font-size: 1.4rem;
}
#aboutPage h2 {
    font-size: 2rem;
    margin-top: 120px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ffffff;
}
#aboutPage ul#clientList {
    margin-top: 24px;
}
#aboutPage ul#clientList li {
    font-size: 1.2rem;
    margin-top: 16px;
}
/* ----------------------------------------------------------------

   works - index

----------------------------------------------------------------- */

#worksPageIndex {
    width: 51.041%;
    margin: 280px auto;
}
#worksPageIndex ul#worksMenu {
    position: fixed;
    bottom: 80px;
    left: 120px;
    z-index: 89;
}
#worksPageIndex ul#worksMenu li {
    font-size: 1.8rem;
    font-weight: 800;
    margin-top: 24px;
    position: relative;
}
#worksPageIndex ul#worksMenu li a {
    transition: .3s;
    display: block;
}
#worksPageIndex ul#worksMenu li.select a::after {
    border-left: solid 6px #F8B400;
    content: "";
    display: block;
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    height: 20px;
}
#worksPageIndex ul#worksMenu li a::after {
    border-left: solid 6px #F8B400;
    content: "";
    display: block;
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    height: 0px;
}
#worksPageIndex ul#worksMenu li a:hover::after {
    height: 20px;
}
#worksPageIndex ul.worksList li {
    line-height: 1;
    margin-top: 40px;
    position: relative;
}
#worksPageIndex ul.worksList li figure {
    line-height: 1;
}
#worksPageIndex ul.worksList li figure img {
    width: 100%;
    height: auto;
    line-height: 1;
}
#worksPageIndex ul.worksList li figcaption {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.4rem;
    font-weight: 800;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    transition: .3s;
    opacity: 0;
}
#worksPageIndex ul.worksList li:hover figcaption {
    opacity: 1;
}
#worksPageIndex ul.worksList li figcaption .caption {
    position: absolute;
    bottom: 40px;
    left: 40px;
    transition: .3s;
    letter-spacing: 0.15rem;
    line-height: 1.8;
}
#worksPageIndex ul.worksList li:hover figcaption .caption {
    transform: translateX(8px);
}
/* ----------------------------------------------------------------

   works - detail

----------------------------------------------------------------- */
#worksPageDetail {
    width: 51.041%;
    margin: 280px auto;
}
#worksPageDetail .worksTitle {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.15rem;
}
#worksPageDetail p {
    font-size: 1.4rem;
    letter-spacing: 0.15rem;
    margin-top: 16px;
}
#worksPageDetail .worksTopImage {
    margin-top: 40px;
    line-height: 0;
}
#worksPageDetail .worksTopImage img {
    width: 100%;
    height: auto;
}
#worksPageDetail ul {
    margin-top: 40px;
}
#worksPageDetail ul li {
    margin-top: 40px;
    line-height: 0;
}
#worksPageDetail ul li img {
    width: 100%;
    height: auto;
}
#worksPageDetail .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 40px;
}
#worksPageDetail .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#worksPageDetail .creditList {
    margin-top: 80px;
    padding-top: 16px;
    border-top: 1px solid #fff;
    text-align: right;
}
#worksPageDetail .creditList li {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 0;
}
#worksPageDetail .returnBtn {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    margin-top: 80px;
}
#worksPageDetail .returnBtn a {
    transition: .3s;
    display: block;
}
#worksPageDetail .returnBtn:hover a {
    color: #F8B400;
}
/* ----------------------------------------------------------------

   reel

----------------------------------------------------------------- */

#reelPage {
    width: 51.041%;
    margin: 280px auto;
}
#reelPage .reel {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 8px;
}
#reelPage .reel iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#reelPage figure {
    margin-bottom: 120px;
}
#reelPage figure figcaption {
    font-size: 1.2rem;
    text-align: right;
    margin-top: 16px;
}
/* ----------------------------------------------------------------

   contact

----------------------------------------------------------------- */

#contactPage {
    width: 51.041%;
    margin: 280px auto;
}
#contactPage .contactIntro {
    font-size: 1.2rem;
    letter-spacing: 0.15rem;
    line-height: 1.8;
    text-align: center;
}
#contactPage .formArea {
    margin-top: 80px;
}
#contactPage .formArea form p {
    font-size: 1.4rem;
    margin-top: 64px;
    position: relative;
}
#contactPage .formArea input, #contactPage .formArea textarea {
    width: 100%;
    padding: 8px 8px 16px 8px;
    margin-top: 4px;
    color: #f0f0f0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    transition: .3s;
}
input:focus, textarea:focus {
    outline: none;
}
#contactPage .formArea input:focus, #contactPage .formArea textarea:focus {
    border-bottom: 1px solid #F8B400;
}
#contactPage .formArea input:focus ~ label {
    color: #F8B400;
}
#contactPage .formArea input[type=submit] {
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    border: none;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 8px;
    line-height: 1;
    margin-top: 40px;
    transition: .3s;
}
#contactPage .formArea input[type=submit]:hover {
    color: #F8B400;
}
#contactPage .wpcf7-not-valid-tip {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    color: #F8B400;
    /*
	position: absolute;
	top: -16px;
	left: 120px;
	*/
    position: relative;
    top: 4px;
}
#contactPage .wpcf7-validation-errors {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    color: #F8B400;
    margin-top: 24px;
    text-align: center;
    border: none;
}
#contactPage .screen-reader-response {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    color: #F8B400;
    margin-top: 8px;
    text-align: center;
}
#contactPage .screen-reader-response ul {
    display: none;
}
#contactPage .wpcf7-mail-sent-ok {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    color: #F8B400;
    margin-top: 40px;
    text-align: center;
    border: none;
}
/* ----------------------------------------------------------------

   contact - thanks

----------------------------------------------------------------- */
#contactPage .thanksLogo {
    width: 160px;
    margin: 80px auto;
}
#contactPage .thanksLogo img {
    width: 100%;
    height: auto;
}
#contactPage .thanksTxt {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.15rem;
    text-align: center;
}
#contactPage .linkTop {
    margin-top: 80px;
    text-align: center;
}
#contactPage .linkTop a {
    font-size: 1.4rem;
    color: #F8B400;
}
/* ----------------------------------------------------------------

   maintenance

----------------------------------------------------------------- */
#maintenance {
    width: 100vw;
    height: 100vh;
    position: relative;
}
#maintenance .maintenance_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#maintenance .logo {
    width: 200px;
    margin: 0 auto;
}
#maintenance .logo img {
    width: 100%;
    height: auto;
}
#maintenance p {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.15rem;
}
#maintenance p:first-of-type {
    margin-top: 24px;
    font-weight: 700;
}
#maintenance a {
    color: #F8B400;
}