/*!
Theme Name: YUDAI WATANABE
Theme URI: https://www.kopjapan.com/
Author: KOP Inc.
Author URI: https://www.kopjapan.com/
Version: 1.0
Text Domain: yudai-watanabe
*/

/**
 * BASE
 */
* {
    box-sizing: border-box;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
*::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
}
body {
    font-family: "Noto Sans JP", "Noto Sans JP Bold","小塚ゴシック pro B","Kozuka Gothic Pro","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
    min-height: 100vh;
    padding-top: 150px;
    padding-bottom: 46px;
    position: relative;
}
body.home {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    opacity: .6;
    color: rgba(129, 129, 129, 1);
    text-decoration: underline;
}
small {
    font-family: inherit;
}
#wpadminbar {
    display:none;
}

/**
 * GOOGLE RECAPTCHA
 */
.grecaptcha-badge {
    visibility: hidden;
}

/**
 * PAGE
 */
.page-content {
    max-width: 1200px;
    min-height: 60vh;
    width: 100vw;
    margin: auto;
    padding: 80px 0 64px;
    font-size: 13px;
    word-break: break-all;
}
.page-header {
    margin: 0 auto 80px;
    font-size: 16px;
}
.page-header h2 {
    margin: 0;
    font-weight: normal;
}
.page-section {
    margin: auto;
}
.hiragino {
    font-family: "ヒラギノ角ゴシック","Hiragino Kaku Gothic";
}
.kozuka-b {
    font-family: "小塚ゴシック pro B","Kozuka Gothic Pro";
}
.kozuka-el {
    font-family: "KozGoPro-Light","小塚ゴシック Pro EL";
}
.noto-sans-jp-bold {
    font-family: "Noto Sans JP Bold";
}
.noto-sans-jp-thin {
    font-family: "Noto Sans JP Thin";
}
.noto-sans-jp-medium {
    font-family: "Noto Sans JP Medium";
}

/**
 * CONTENTS
 */
.contents-space-wide{
    margin: 0 0 48px;
}
.contents-space-very-wide{
    margin: 0 0 64px;
}
.contents-space-narrow{
    margin: 0 0 24px;
}
.contents-space-very-narrow{
    margin: 0 0 8px;
}
.contents-space-none{
    margin: 0;
}
.about-content-right .contents-space-wide{
    margin: 0 0 36px;
}
.about-content-right .contents-space-narrow{
    margin: 0 0 12px;
}

/**
 * HEADER
 */
.header {
    background-color: rgba(255, 255, 255, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.header-inner {
    max-width: 1200px;
    width: 100vw;
    margin: 0 auto;
    padding: 40px 0 0;
    display: flex;
    justify-content: flex-start;
}
.header-links {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    align-items: flex-end;
}
.header-logo {
    margin: auto 0;
}
.header-logo a:hover {
    text-decoration: none;
}
.header-logo-link {
    display: block;
}
.header-logo-img {
    width: 160px;
    height: auto;
    display: block;
}
.header-navi {
    /*margin: auto;*/
}
.header-navi ul {
    list-style: none;
    display:flex;
    justify-content: flex-end;
    margin-bottom: 0;
}
.header-navi li {
    margin: 0 8px;
}
.header-navi ul li a {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: rgba(0,0,0,1);
}
.header-navi ul li a:hover {
    color: rgba(129, 129, 129, 1);
    text-decoration : underline;
    text-align: left;
}

/**
 * FOOTER
 */
.footer {
    padding: 0 0 2vh;
    position: absolute;
    bottom: 10px;
    margin: auto;
    left: 0;
    right: 0;
}
.footer-copy-right {
    width: 280px;
    font-weight: 100;
    margin: auto;
    color: rgba(129, 129, 129, 1);
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.footer-copy-right a {
    color: rgba(129, 129, 129, 1);
}
.footer-copy-right span i {
    font-style: normal;
}

/**
 * TOP
 */
.top-page-content {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}
.top-page-content-inner {
    width: 300px;
    margin-top: 80px;
}
.top-header {
}
.top-header-inner {
    margin: 0 0 40px;
}
.top-header-inner-navi {
    margin: 0;
}
.top-header-links {
}
.top-header-logo {
    margin: 0;
}
.top-header-logo a:hover {
    text-decoration: none;
}
.top-header-logo-link {
    display: block;
}
.top-header-logo-img {
    /*width: 100%;*/
    width: 90%;
    margin: auto;
    height: auto;
    display: block;
}
.top-header-navi {
}
.top-header-navi ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.top-header-navi li {
    margin: 0;
}
.top-header-navi ul li a {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: left;
    color: rgba(0,0,0,1);
}
.top-header-navi ul li a:hover {
}
.top-footer {
    margin: 16px auto;
}
.top-footer-copy-right {
    font-size: 10px;
    font-weight: 100;
    color: rgb(5, 1, 1);
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.top-footer-copy-right span {
    display: flex;
    justify-content: space-between;
}
.top-footer-copy-right span:nth-child(1) {
    width: calc(100% / 40 * 4);
}
.top-footer-copy-right span:nth-child(2) {
    width: calc(100% / 40 * 5);
}
.top-footer-copy-right span:nth-child(3) {
    width: calc(100% / 40 * 8);
}
.top-footer-copy-right span:nth-child(4) {
    width: calc(100% / 40 * 3);
}
.top-footer-copy-right span:nth-child(5) {
    width: calc(100% / 40 * 6);
}
.top-footer-copy-right span:nth-child(6) {
    width: calc(100% / 40 * 9);
}
.top-footer-copy-right span i {
    font-style: normal;
}
.top-footer-copy-right span:last-child i:last-child {
    width: 0;
}
.top-footer-copy-right a {
    color: rgba(129, 129, 129, 1);
}
.top-page-content-movie {
    text-align: center;
    margin: 0 auto 152px;
}
.top-page-content-movie video {
    width: 75%;
    max-width: 960px;
}

/**
 * NEWS
 */
.news-content {
    padding-bottom: 80px;
}
.news-content p {
    margin: 0;
}
.news-subject {
    padding-bottom: 16px;
}
.news-detail {
    line-height: 2.1;
}
.news-url {
    padding-top: 8px;
}
.news-content .emphasize {
    font-size: 14px;
    font-weight: bold;
}

/**
 * PROJECTS
 */
.projects-content {
    margin: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.projects-block {
    width: calc(100% / 2.2);
    margin: 0 auto 80px;
}
.projects-img {
    width: 100%;
    margin: auto;
    display: block;
    justify-content: flex-start;
}
.projects-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.projects-img img.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transform: translateZ(0);
}
.projects-img img.gray:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    transform: translateZ(0);
}
.projects-img a {
    opacity: 1;
}
.projects-shop {
    margin: 4px auto 0;
}
.projects-date {
    margin: 4px auto 0;
}

/**
 * PROJECT
 */
.project-page-header {
    margin: 0 auto 80px;
}
.project-page-header h2 {
    margin: 0;
    font-weight: normal;
    font-size: 13px;
}
.project-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.project-content-left {
    width: 30%;
    margin: 0;
}
.project-content-right {
    width: 65%;
    margin: 0;
}
.project-content-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.project-content-right ul li {
    margin: 0 auto 80px;
}
.project-content-right ul li img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.project-info {
    margin: 0 auto;
    font-size: 10px;
}
.project-info-line {
    line-height: 2;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.project-label {
    width: 6em;
    margin: 0;
}
.project-value {
    width: 70%;
    margin: 0;
}

/**
 * ABOUT
 */
.about-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.about-content-left {
    margin: 0;
    width: 60%;
}
.about-content-left img {
    /* max-width: 22.5vw; */
    width: 100%;
    height: auto;
    margin: 0;
}
.about-content-right {
    /*margin: 0 0 0 5vw;*/
    width: 40%;
    padding-left: 64px;
}
.about-content-right p {
    font-size: 11px;
    margin: 0 0 8px;
    line-height: 1.1;
}
.about-content-right h3 {
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 16px;
}
.about-content-right .emphasize {
    font-size: 14px;
    font-weight: bold;
}

/**
 * CONTACT
 */
.contact-line {
    display: flex;
    line-height: 2.1;
}
.contact-line-submit {
    margin: 5vh 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contact-line-submit span.wpcf7-list-item {
    margin: 0 0 1rem;
}
.contact-span {
    display: flex;
    justify-content: flex-start;
}
.wpcf7-form-control-wrap {
    flex-grow: 1;
}
.contact-submit-btn {
    color: rgba(255,255,255,1);
    background-color: rgba(0,0,0,1);
    border: none;
    width: 104px;
    line-height: 2.9;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.contact-label {
    display: block;
    width: 15em;
}
.contact-input {
    word-break: break-all;
    border: 1px solid rgba(100,100,100,0.5);
    background: rgba(255,255,255,1);
    padding: 2px;
    margin: 0;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: 0;
    width: 100%;
    -webkit-appearance: none; 
}
div.wpcf7 .ajax-loader {
    position: absolute;
}

/**
 * NOT FOUNT
 */
.notfound-content {
    margin: auto 24px;
}

/**
 * RESPONSIVE
 */
/* Mobile M：～375px */
/* @media screen and (min-width:0px) and (max-width:376px){*/
/* Mobile L：～425px */
@media screen and (min-width:0px) and (max-width:426px){
    .page-content {
        padding: 16px 5vw 8px;
        font-size: 10px;
    }
    .page-header {
        margin: 0 auto 32px;
        font-size: 12.5px;
    }
    .header-inner {
        padding: 2vh 5vw 0;
    }
    .header-logo-img {
        width: 100px;
    }
    .header-navi ul {
        padding: 0 2vw;
    }
    .header-navi ul li {
        margin: 0 1.5vw;
    }
    .header-navi ul li a {
        font-size: 10px;
    }
    .footer-copy-right {
        width: 210px;
        font-size: 10px;
    }
    .top-page-content {
        font-size: 13px;
    }
    .top-page-content-inner {
        width: 250px;
    }
    .top-header-navi ul li a {
        font-size: 12px;
    }
    .top-footer-copy-right {
        font-size: 6px;
    }
    .top-page-content-movie {
        text-align: center;
        margin: 24px auto 0;
    }
    .top-page-content-movie video {
        width: 101%;
    }
    /* NEWS */
    /* .news-subject {
        padding-bottom: 16px;
    } */
    .news-content {
        padding-bottom: 40px;
    }
    /* PROJECTS */
    .projects-content {
        max-width: 80vw;
        margin: auto;
        display: block;
    }
    .projects-block {
        width: 100%;
        margin: 0 auto 8vh;
    }
    .projects-img {
        width: 80%;
        margin: auto;
        display: block;
        justify-content: flex-start;
    }
    .projects-shop {
        width: 80%;
        margin: 1vh 10% 0;
    }
    .projects-date {
        width: 80%;
        margin: 1vh 10% 0;
    }
    /* PROJECT */
    .project-page-header {
        margin: 0 auto;
    }
    .project-page-header h2 {
        font-size: 12.5px;
    }
    .project-content {
        display: block;
        justify-content: auto;
        align-items: auto;
    }
    .project-content-left {
        width: 90vw;
        margin: 0;
    }
    .project-info {
        margin: 28px auto;
    }
    .project-content-right {
        width: 100%;
    }
    .project-content-right ul {
        margin: 0;
        padding: 0;
    }
    .project-content-right ul li {
        margin: 0 auto 8vh;
    }
    .project-value {
        width: 80%;
    }
    /* ABOUT */
    .about-content {
        display: block;
        justify-content: auto;
        align-items: auto;
    }
    .about-content-left,
    .about-content-right {
        width: 100%;
        margin: auto;
    }
    .about-content-left img {
        max-width: none;
        width: 100%;
        object-fit: cover;
    }
    .about-content-right {
        text-align: left;
        margin: 40px 0 64px;
        padding-left: 0;
    }
    /* CONTACT */
    .contact-line {
        display: block;
        line-height: 2.1;
    }
    .contact-label {
        width: 15em;
    }
    .contact-input {
    }
    .contact-line-submit {
        margin: 25px 0 50px;
    }
    .contact-span {
        width: 120px;
    }
}
/* Tablet：～768px */
@media screen and (min-width:426px) and (max-width:768px){
    .page-content {
        max-width: 640px;
        padding: 64px 2.5vw 40px;
    }
    .page-header {
        margin: 0 auto 64px;
        font-size: 15px;
    }
    .header-inner {
        max-width: 640px;
        padding: 24px 2.5vw 0;
    }
    .header-logo-img {
        width: 150px;
    }
    .header-navi ul {
    }
    .header-navi ul li {
        margin: 0 8px;
    }
    .header-navi ul li a {
        font-size: 12px;
    }
    .footer-copy-right {
        width: 260px;
        font-size: 12px;
    }
    .top-footer-copy-right {
        font-size: 8px;
    }
    .top-page-content-movie {
        text-align: center;
        margin: 24px auto 0;
    }
    .top-page-content-movie video {
        width: 101%;
    }
    /* PROJECTS */
    .projects-block {
        margin: 0 auto 64px;
    }
    /* PROJECT */
    .project-page-header {
        margin: 0 auto 64px;
    }
    .project-page-header h2 {
        font-size: 12px;
    }
    .project-content-right ul li {
        margin: 0 auto 64px;
    }
    /* ABOUT */
    .about-content {
        display: block;
        justify-content: auto;
        align-items: auto;
    }
    .about-content-left,
    .about-content-right {
        width: 100%;
        margin: auto;
    }
    .about-content-left img {
        max-width: none;
        width: 100%;
        object-fit: cover;
    }
    .about-content-right {
        text-align: left;
        margin: 40px 0 64px;
        padding-left: 0;
    }
}
/* Laptop：～1024px */
@media screen and (min-width:769px) and (max-width:1024px){
    .page-content {
        max-width: 960px;
        padding: 64px 2.5vw 40px;
    }
    .page-header {
        margin: 0 auto 64px;
        font-size: 15px;
    }
    .header-inner {
        max-width: 960px;
        padding: 24px 2.5vw 0;
    }
}
/* Laptop L：1025px～ */
@media screen and (min-width:1025px){
    
}