@charset "UTF-8";
/*
Theme Name: Kozo Hibi
Theme URI: 
Version: 50.0
Author: M.S

*/
/* CSS Document */
::selection {
	background:#efefef;
}
::-moz-selection {
	background:#efefef;
}
@font-face {
    font-family: 'Lab';
    src: url('css/font/LabGrotesque-Medium.woff2') format('woff2'),
        url('css/font/LabGrotesque-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lab';
    src: url('css/font/LabGrotesque-Light.woff2') format('woff2'),
        url('css/font/LabGrotesque-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lab';
    src: url('css/font/LabGrotesque-Bold.woff2') format('woff2'),
        url('css/font/LabGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.lab {
     font-family: 'Lab' !important;
}
.zen{
    font-family: "Zen Kaku Gothic New", sans-serif;
}
html,html body {
    color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    background: #fff;
    font-size: 1rem;
}


body.is_menu_open {
    overflow: hidden;
}
p {
    font-size: 1rem;
    line-height: 26px;
    font-weight: 400;
    color: #000;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
img{
    width: 100%;
    height: auto;
}
table {
    width: 100%;
}
body a,body a:hover{
    color: #000;
    text-decoration: none;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none;
}
body a:hover{
    color: #AAA;
    text-decoration: none;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none;
}
a.box_link {
    color: #000;
    font-size: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 25px;
    margin: 1em 0;
    display: inline-block;
    font-family: "lab", sans-serif;
}
a.box_link:hover {
    color: #fff;
    background:#aaa;
}
button{
    outline: 0;
    text-decoration: none;
}
button:focus {
    outline:0;
}
.break_out {
    width: 100VW !important;
    position: relative;
    left: calc(-1 *(100vw - 101%)/2) !important;
}
/*-----------Loading Box-------*/
#loading {
    width: 100vw;
    height: 100vh;
}
#loading .sec {
    width: 100%;
}
.loading_box {
    width: 100vw;
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
svg#logosvg {
    width: 50%;
}
body.loaded #loading {
    opacity: 0;
    transition: .5s ease;
    display: none !important;
}
/*------------NAV--------------*/
.e-hidden {
    overflow: hidden;
}
.general_nav {
    height: 45px;
    width: 100%;
    opacity: 1;
    position: fixed;
    z-index: 15;
    background: rgba(255, 255, 255, 0.95);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.main_nav {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}
h1 img  {
    width: 125px;
}
nav ul {
    list-style: none;
    margin: 0 auto;
}
.pc_menu {
    display: flex;
    max-width: none;
}
.home .tohome {
    display: none;
}
.main_nav li {
    padding: 0 5px;
    line-height:2.2em;
}
.main_nav li a {
    color: #000;
    font-size: 1.12em;
    font-weight: normal;
}
.main_nav li a:hover {
    color: #AAA;
}
.navicon {
    position: absolute;
    width: auto;
    height: 45px;
    cursor: pointer;
    left: 20px;
    line-height: 45px;
}
.is_menu_open .navicon span:nth-of-type(2) {
  width: 0px;
}
body.is_main_menu_open {
    overflow: hidden;
}
body.is_capehorn_menu_open {
    overflow: hidden
}
.nav_pc {
    display: flex;
    align-self: center;
}
.menu_mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 14;
    transform: translateX(-100%);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.menu_mobile.open {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 14;
    transform: translateX(100%);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.menu_mobile__holder {
    height: 100vh;
    width: 100vw;
    position: relative;
    z-index: 1;
    transform: translateX(-100%);
    transition: .5s ease;
    background: #fff;
}
.menu_mobile_list ul li a {
    color: #000;
}
button {
    color: #fff;
    outline: none;
    display: block;
    position: relative;
    cursor: pointer;
}
#close {
    overflow: hidden;
    position: absolute;
    border: none;
    padding: 0;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background: transparent;
    color: #000;
    font: inherit;
    text-indent: 100%;
    cursor: pointer;
    bottom: 60px;
    left: 50%;
    right: auto;
    margin-left: -2.5em;
}
button#close:after, button#close:before {
    position: absolute;
    top: 15%;
    left: calc(50% - .0625em);
    width: .125em;
    height: 70%;
    border-radius: .125em;
    transform: rotate(45deg);
    background: currentcolor;
    content: '';
}
button#close:after{
    transform: rotate(-45deg);
}
.menu_mobile_list {
    text-align: center;
    padding: 100px 30px 0;
}
.menu_mobile_list ul li a {
    display: block;
    font-size: 1.2rem;
    line-height: 70px;
    font-family: 'labk';
    letter-spacing: 1px;
    position: relative;
    text-align: left;
    font-weight: normal;
}
.sp_menu li.circle_link a {
    border-bottom: none;
    border: 1px solid #000;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 3px;
    line-height: 45px;
}
.menu_mobile_list ul li.twitter_link a {
    color: #38A3F7;
}
.menu_mobile_list ul li a:hover {
    color: #aaa;
}
.menu_mobile_list ul li.twitter_link a:hover {
    color: #4267b2;
}
.menu_mobile_list ul li a:after {
    background-color: #fff;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: .5s all;
    width: 0;
}
.menu_mobile_list ul li a:hover:after {
    width: 100%;
}
.menu_mobile_list ul#menu-general {
    position: relative;
}
.wrap {
    display: flex;
    justify-content: space-between;
}
.menu_mobile__back {
    top: 30px;
    right: 30px;
    font-size: 1rem;
    padding: 0;
    background: none;
    border: none;
}
/*----------CONTACT----------*/
.page main.contact {
    padding: 60px 20px 0;
}
.contactforms {
    padding: 30px 0 0;
}
.contact .contact_form {
    background: #2F2725;
    padding: 45px 30px;
    border-radius: 1em;
    color: #2F2725;
}
.contact .contact_form .wp-block-group__inner-container {
    width: 100%;
    max-width: 800px;
}
.page .formbloc h3 {
    font-size: 0.8rem;
    margin: 0;
    line-height: 1.5rem;
}
h3+.formbloc {
    padding: 30px 0 0;
}
.formbloc {
    margin-bottom: 11px;
}
.wpcf7-form h3 {
    font-weight: normal;
    margin: 0;
}
.wpcf7-form h3 {
    font-family: 'lab',sans-serif;
    font-size: 1.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.wpcf7-form .formbloc h3 {
    font-size: 1rem;
    letter-spacing: 0px;
    line-height: 2em;
}
.wpcf7-form span.required {
    color: #E5632A;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.wpcf7-form .wpcf7-not-valid {
    border: 1px solid #E5632A;
}
.page .text_body .formbloc h3 {
    margin: 0;
    font-size: 12px;
}
span.req {
    color: #E5632A;
    font-size: 11px;
    border: 1px solid #E5632A;
    padding: 2px 5px;
    margin-left: 1em;
}
.wpcf7-form p.form-row {
    position: relative;
}
.wpcf7-form label {
    color: #737373;
    font-size: 0.9rem;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0.22857em;
    margin-left: 1px;
    padding: 0 0.91667em;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    opacity: 1;
}
.wpcf7-form input {
    border: none;
    background-clip: padding-box;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: #f4f4f4;
    color: #000;
    padding-top: 6px;
    padding-bottom: 0.35714em;
}
.wpcf7-form textarea {
    border: none;
    background-clip: padding-box;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: #f4f4f4;
    color: #000;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
    height: 15em;
}
.wpcf7-form select{
    border: 1px #d9d9d9 solid;
    background-clip: padding-box;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: white;
    color: #333333;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}
.wpcf7-form input[type="submit"] {
    margin: 0;
    line-height: 1.7;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 10px 20px;
    font-size: 1rem;
    left: auto;
    color: #000;
    background-color: #F4F4F4;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    width: auto;
    border-radius: 2em;
}
div.wpcf7-response-output {
    border: none;
    padding: 0;
    font-size: 1rem;
    margin: 0;
}
.colored_box {
    width: 90%;
    margin: 0 auto;
    background: #dee;
    padding: 45px;
}
.colored_box .wpcf7-form input[type="submit"] {
    background: #aaa;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
        border-color: #E5632A;
}
/*------------TOP--------------*/

.main_nav h1 {
    font-family: 'Lab';
    font-size: 30px;
    line-height: 45px;
}
h2.main_copy {
    font-size: clamp(4em, calc(7vw), 10rem);
    font-family: 'lab';
    line-height: 1;
}
section.top_about {
    background: #e5e5e5;
    margin: 100px -15px 0;
}
section.top_about article {
    margin: 0 auto;
    width: 90%;
    padding: 60px 0;
}
section.top_about article p.stk-block-text__text {
    font-size: clamp(25px, calc(2vw), 2rem);
    line-height: 1.6;
}
section.top_about article p.lab {
    font-size: clamp(15px, calc(1vw), 2rem);
    font-weight: lighter;
    line-height: 1.5em;
}
section.work_list.ido {
    max-width: 80%;
    margin: 0 auto;
    overflow: visible;
    padding: 120px 0;
}
section.work_list.ido h2 {
    margin-bottom: 80px;
    position: relative;
    z-index: 10;
    font-size: 13px;
}
.ido .swiper p {
    font-size: 20px;
    text-align: center;
    font-family: 'Lab';
    text-transform: lowercase;
}
.ido .swiper{
    overflow: visible;
}
.swiper-slide {
    overflow: hidden;
    width: 36rem;
}
.works-image img {
  width: 100%;
  height: auto;
  display: block;
}
.ido .swiper-slide {
    transition: transform 0.3s ease;
    transform: translateY(-90px);
}
.ido .swiper-slide:nth-child(even) {
    transform: translateY(90px);
}
.news-float {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.news-float .news-content {
    background: white;
    padding: 2rem;
    width: 90%;
    max-width: 800px;
    max-height: 90%;
    overflow-y: auto;
    position: relative;
}
.news-float .close-float {
    position: absolute;
    top: 1rem; right: 1rem;
    background: none;
    font-size: 1.5rem;
    border: none;
    cursor: pointer;
}
.hidden {
    display: none;
}
section.news {
    background: #e5e5e5;
    padding: 60px 30px;
}
section.news h2 {
    font-size: 1rem;
    margin-bottom: 30px;
}
article.news_item {
    background: #fff;
    border-radius: 10px;
    margin: 7.5px;
    padding: 30px;
    width: 100%;
    /**aspect-ratio: 1.5;**/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.news_item h3.title {
    font-size: 18px;
    margin-bottom: 2em;
}
.news_item span.category {
    color: #fbaa3b;
}
.readmore {
    margin-top: auto;
    text-align: right;
    display: flex;
    justify-content: right;
}
button.read-more-button {
    background: transparent;
    color: #000;
    font-family: 'Lab';
    font-size: 13px;
    border-radius: 2em;
    padding: 1px 15px;
}
.top_about .wp-block-stackable-hero {
    margin-bottom: 0;
}
/*--------------Single--------------*/
.single main {
    min-height: 100svh;
    padding-top: 100px;
}
.post-meta-info {
    display: flex;
    flex-direction: column;
    align-content: center;
    text-align: center;
    margin-bottom: 60px;
}
.breadcrumbs.custom-breadcrumbs {
    padding: 1rem;
    font-family: 'Lab';
}
.breadcrumbs.custom-breadcrumbs a {
    border-bottom: 1px solid #000;
}
span.post-category {
    font-family: 'Lab';
    font-weight: 300;
    color: #fbaa3b;
}
.single h2.section-title {
    font-family: 'Lab';
    font-size: 1rem;
    text-align: center;
}
.single h3 {
    font-size: 1.5rem;
}
.single .post-date {
    text-align: center;
    font-family: 'Zen Kaku Gothic New';
    margin: 30px 0;
    display: block;
}
.single .text_body {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 120px;
    min-height: 30svh;
}
/*--------------Page--------------*/
.page main.page_content {
    padding-top: 100px;
    min-height: 90svh;
}
.works_header {
    padding: 120px 0 0px;
}
.page .text_body h3 {
    font-size: 1rem;
    font-family: 'Lab';
    margin-bottom: 2em;
}
.page .works_block figure {
    padding: 60px;
    width: 100%;
    max-width: 600px;
    margin: auto;
}
article.special_notice {
    margin: 0 -15px;
    padding: 20px;
    background: #d32000;
}
article.special_notice h2 {
    font-size: 25px;
    margin-bottom: 2px;
    color: #fff;
}
article.special_notice p {
    color: #fff;
}
p.special_date {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 2.2;
}
.special_notice p.special_date {
    font-size: 20px;
}
.special_notice p strong {
    font-size: 40px;
    font-weight: normal;
    vertical-align: top;
    line-height: 0.5;
    margin: 0 6px;
}
/*--------------Page --special --------------*/
.text_body.live_info {
    padding-top: 100px;
}
.live_info article {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 100px;
}
.live_info article p {
    font-size: 1.1rem;
    line-height: 2;
}

.live_info p strong {
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #000;
    padding: 1px 3px;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 1.5;
}
.live_info .stk-block-countdown {
    margin: 0 -15px;
    font-family: 'Lab';
}
.live_info .stk-block-countdown .stk-block-countdown__container {
    width: 500px;
    margin: 0 auto;
}
.page #wrapper .live_info .wp-block-stackable-hero {
    margin: 0 -15px;
    padding: 0;
    margin-bottom: 0 !important;
}

h2.catchcopy {
    font-size: clamp(4em, calc(5vw), 8rem);
    font-family: 'lab';
    line-height: 1;
}

.tnp-subscription-minimal {
    text-align: center;
}
/*--------------Footer--------------*/
footer#footer {
    border-top: 1px solid #000;
}
.footer_body {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
footer .footer_body h1 {
    font-size: 20px;
    font-family: 'Lab';
    line-height: 30px;
}
.footer_list li {
    padding: 0 5px;
    line-height: 2.2em;
    line-height: 30px;
}
.footer_list ul {
    display: flex;
}
@media (max-width: 767px) {
  .ido .swiper-slide:nth-child(even) {
    transform: translateY(0);
  }
}
@media (max-width: 1279px){
}
@media (max-width: 1200px){
}
@media (max-width: 768px){
    .main_nav {
        justify-content: center;
    }
    section.work_list.ido {
        max-width: 90%;
    }
    .swiper-slide {
        overflow: hidden;
        width: 15rem;
    }
    .live_info .tnp-subscription-minimal input.tnp-email {
        width: 100%;
        margin: 10px 0;
        max-width: none;
    }
    .footer_body {
        justify-content: flex-start;
        padding: 15px;
        flex-direction: column;
    }
    p.special_date {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        line-height: unset;
    }
}
@media (max-width: 375px){
}
