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

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

   common

----------------------------------------------------------------- */
.spNone {
    display: none !important;
}
.wrap {
    width: 100%;
    height: auto;
    position: relative;
}
.yellowline {
    width: 4px;
    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: 3.2rem;
    font-weight: 700;
    letter-spacing: -0.2rem;
    line-height: 1;
    color: #F8B400;
    position: fixed;
    top: 0;
    left: -4px;
    z-index: 50;
}
/* menu */
.menuBtn {
    position: fixed;
    top: 5%;
    right: 6.666%;
    font-size: 1.6rem;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    z-index: 999;
}
.menuBtn span {
    color: #ffffff;
    transition: .3s;
}
.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 {
    width: 100%;
    position: absolute;
    bottom: 20%;
    right: 6.666%;
}
.menu .menuInner li {
    text-align: right;
    margin-top: 4%;
}
.menu .menuInner li a {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    transition: .3s;
}
.menu .menuFooter {
    position: absolute;
    bottom: 5%;
    right: 6.666%;
    text-align: right;
}
.menu .menuFooter .footerLogo {
    width: 20%;
    margin-left: auto;
}
.menu .menuFooter .footerLogo img {
    width: 100%;
    height: auto;
}
.menu .menuFooter a {
    font-size: 1rem;
    display: block;
    margin-top: 1.333%;
    transition: .3s;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    cursor: url(../images/cross.svg), auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}
footer {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    margin: 8% auto;/*
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    */
}
/* ----------------------------------------------------------------

   index

----------------------------------------------------------------- */
.innerIndex {
    width: 100vw;
    height: 100vh;
    position: relative;
}
.topLogo {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.topLogo img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
ul.globalNav {
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 12%;
    right: 10%;
    z-index: 99;
}
ul.globalNav li {
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 600;
    margin-top: 2.666%;
}
.whiteLine {
    position: absolute;
    top: 0;
    right: 5%;
    height: 100%;
    border-left: 1px solid #ffffff;
}
.yellowBox {
    position: absolute;
    bottom: 10%;
    right: 5%;
    display: block;
    width: 10%;
    height: 30%;/*
    background-color: #F8B400;
    background-color: rgba(0,0,0,0.80);
    */
}
.topFooter {
    width: 100%;
    position: absolute;
    bottom: 2%;
    right: 10%;
    text-align: right;
    transform-origin: right;
    transform: scale(0.8);
}
.topFooter p {
    margin-top: 2%;
}
.topFooter p a {
    font-size: 1rem;
}
/* ----------------------------------------------------------------

   about

----------------------------------------------------------------- */
#aboutPage {
    width: 86.666%;
    margin: 46.666% auto;
}
#aboutPage .aboutLogo {
    width: 50%;
    margin: 0 auto;
}
#aboutPage .aboutLogo img {
    width: 100%;
    height: auto;
}
#aboutPage .intro {
    margin-top: 23.076%;
}
#aboutPage p {
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 2.857%;
    letter-spacing: 0.15rem;
}
#aboutPage .aboutList {
    margin-top: 15.384%;
}
#aboutPage dl {
    margin-top: 7.692%;
}
#aboutPage dl dt {
    font-size: 1.2rem;
}
#aboutPage dl dd {
    font-size: 1.2rem;
    margin-top: 3.076%;
}
#aboutPage h2 {
    font-size: 1.8rem;
    margin-top: 23.076%;
    padding-bottom: 1.538%;
    border-bottom: 1px solid #ffffff;
}
#aboutPage ul#clientList {
    margin-top: 4.615%;
}
#aboutPage ul#clientList li {
    font-size: 1.2rem;
    margin-top: 3.076%;
}
/* ----------------------------------------------------------------

   works - index

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

#worksPageIndex {
    width: 86.666%;
    margin: 46.666% auto;
}
#worksPageIndex ul#worksMenu {
    /*
    position: fixed;
    bottom: 15.384%;
    left: 6.666%;
    */
    z-index: 89;
}
#worksPageIndex ul#worksMenu li {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 4.615%;
    position: relative;
    left: 3%;
}
#worksPageIndex ul#worksMenu li a {
    transition: .3s;
    display: block;
}
#worksPageIndex ul#worksMenu li.select a::after {
    border-left: solid 4px #F8B400;
    content: "";
    display: block;
    position: absolute;
    left: -3%;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    height: 20px;
}
#worksPageIndex ul.worksList {
    margin-top: 15.384%;
}
#worksPageIndex ul.worksList li {
    line-height: 1;
    margin-top: 4.615%;
    position: relative;
}
#worksPageIndex ul.worksList li figure img {
    width: 100%;
    height: auto;
}
/* ----------------------------------------------------------------

   works - detail

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

   reel

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

#reelPage {
    width: 86.666%;
    margin: 46.666% auto;
}
#reelPage .reel {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#reelPage .reel iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#reelPage figure {
    margin-bottom: 7.692%;
}
#reelPage figure figcaption {
    font-size: 1.2rem;
    text-align: right;
    margin-top: 3.076%;
}
/* ----------------------------------------------------------------

   contact

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

#contactPage {
    width: 86.666%;
    margin: 46.666% auto;
}
#contactPage .contactIntro {
    font-size: 1rem;
    letter-spacing: 0.15rem;
    line-height: 1.8;
    text-align: center;
}
#contactPage .formArea {
    margin-top: 15.384%;
}
#contactPage .formArea form p {
    font-size: 1rem;
    margin-top: 12.307%;
    position: relative;
}
#contactPage .formArea input, #contactPage .formArea textarea {
    width: 100%;
    padding: 1.538% 1.538% 3.076% 1.538%;
    margin-top: 2%;
    color: #f0f0f0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    transition: .3s;
}
input:focus, textarea:focus {
    outline: none;
}
#contactPage .formArea input: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: 1.6rem;
    font-weight: 600;
    color: #F8B400;
    border: none;
    text-align: center;
    padding-top: 7.692%;
    padding-bottom: 1.538%;
    line-height: 1;
    margin-top: 7.692%;
    transition: .3s;
}
#contactPage .wpcf7-not-valid-tip {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    color: #F8B400;
    position: relative;
    top: 4px;
}
#contactPage .wpcf7-validation-errors {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    color: #F8B400;
    margin-top: 4.615%;
    text-align: center;
    border: none;
}
#contactPage .screen-reader-response {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    color: #F8B400;
    margin-top: 1.538%;
    text-align: center;
}
#contactPage .screen-reader-response ul {
    display: none;
}
#contactPage .wpcf7-mail-sent-ok {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    color: #F8B400;
    margin-top: 7.692%;
    text-align: center;
    border: none;
}
/* ----------------------------------------------------------------

   contact - thanks

----------------------------------------------------------------- */
#contactPage .thanksLogo {
    width: 30.769%;
    margin: 15.384% auto 0;
}
#contactPage .thanksLogo img {
    width: 100%;
    height: auto;
}
#contactPage .thanksTxt {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.15rem;
    text-align: center;
}
/* ----------------------------------------------------------------

   maintenance

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