/*
Theme Name: KayJam
Author: M.S
*/
@charset "UTF-8";
@font-face {
    font-family: 'Barrels';
    src: url('css/font/TTBarrels.eot');
    src: local('☺'), url('css/font/TTBarrels.woff') format('woff'), url('css/font/TTBarrels.ttf') format('truetype'), url('css/font/TTBarrels.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Backwards';
    src: url('css/font/TTBackwardsSans.eot');
    src: local('☺'), url('css/font/TTBackwardsSans.woff') format('woff'), url('css/font/TTBackwardsSans.ttf') format('truetype'), url('css/font/TTBackwardsSans.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Orpheus';
    src: url('css/font/Orpheus.eot');
    src: local('☺'), url('css/font/Orpheus.woff') format('woff'), url('css/font/Orpheus.ttf') format('truetype'), url('css/font/Orpheus.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,body {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    width: 100%;
    height: auto;

}
.break_out {
    width: 100VW;
    position: relative;
    left: calc(-1 *(100vw - 100%)/2);
}
b, strong, .bold{
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
ul{
    list-style: none;
}
img{
	width: 100%;
}
table {
    width: 100%;
}
h1 img {
    max-width: 70px;
}
h2 {
    text-transform: uppercase;
    font-family: 'Backwards';
    font-size: 90px;
    line-height: 1em;
    margin: 0.2em 0;
}
h3 {
    font-size: 20px;
    margin: 1em 0px;
}

a,a:hover{
	color: #595757;
	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: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;
}
a.box_link {
    color: #595757;
    font-size: 14px;
    border: #595757 1px solid;
    padding: 5px 15px;
    margin: 1em 0;
    display: inline-block;
}
a.box_link:hover {
    color: #fff;
    background: #595757;
}
button{
    outline: 0;
    text-decoration: none;
}
button:focus {
    outline:0;
}
a.align_center.box_link {
    margin: 30px auto;
}
/*-----------Loading Box-------*/

/*------------NAV--------------*/
nav.wide_nav {
    position: fixed;
    border-right: 1px solid #000;
}
.home  nav.wide_nav,
.single-pro nav.wide_nav,
.page-id-7 nav.wide_nav {
    position: fixed;
    border-right: 1px solid #fff;
}
nav.wide_nav h1 img {
    display: block;
    width: 80%;
    max-width: 180px;
    margin: 15px;
}
.grand_menu {
    padding: 15px;
}
.grand_menu li a {
    font-family: 'Orpheus';
    font-size: 20px;
    color: #000;
    letter-spacing: 1px;
    line-height: 33px;
}
.grand_menu li.nav_small a{
    font-size: 13px;
    line-height: 1.5em;
}
.home .grand_menu li a {
    color: #fff;
}
.single-pro .grand_menu li a,
.page-id-7 .grand_menu li a{
    color: #fff;
}
.current-menu-item a {
    background: linear-gradient(transparent 30%, #ff1493 30%,#ff1493 60%,transparent 60%);
    font-weight: bold;
}
.single-pro .pros a {
    background: linear-gradient(transparent 30%, #ff1493 30%,#ff1493 60%,transparent 60%);
    font-weight: bold;
}
.single-public .pubs a {
    background: linear-gradient(transparent 30%, #ff1493 30%,#ff1493 60%,transparent 60%);
    font-weight: bold;
}
.single-post .news a {
    background: linear-gradient(transparent 30%, #ff1493 30%,#ff1493 60%,transparent 60%);
    font-weight: bold;
}
.nav_footer {
    position: absolute;
    bottom: 30px;
}
img.tbp {
    max-width: 80%;
    padding: 7.5px 15px;
}
nav.horizontal_nav {
    padding: 10px 0;
    position: fixed;
    z-index: 1000;
    background: rgba(0,0,0,0.7);
}
nav.horizontal_nav.nav_wh {
    background: rgba(255,255,255,0.7);
}
nav.horizontal_nav h1 {
    position: relative;
    z-index: 100;
}
nav ul {
    list-style: none;
}
span.bar {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 20px;
    top: 15px;
    float: left;
    vertical-align: middle;
    cursor: pointer;
    z-index: 10001;
    transform: translateX(0);
    margin-top: 20px;
    margin-left: 15px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
span.bar span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.nav_wh span.bar span {
    background-color: #000;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.nav_wh span.bar.active span {
    background: #fff;
}
span.bar.active span {
    background-color: #fff;
}
span.bar span:nth-of-type(1) {
    top: 0;
}
span.bar.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
}
span.bar span:nth-of-type(2) {
    top: 8.5px;
}
span.bar.active span:nth-of-type(2) {
    opacity: 0;
}
span.bar span:nth-of-type(3) {
    bottom: 0;
}
span.bar.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
}
.drawer {
    width: 320px;
    width: 100vw;
    height: 100%;
    padding-top: 150px;
    background-color: rgb(0,0,0,.9);;
    position: fixed;
    top: 0;
    
    z-index: 10;
    transform: translateY(-100VH);
    transition: all 1s;
    overflow: auto;
}
.drawer.open {
  transform: translateZ(0);
}
.fixed_nav .drawer li {
    display: block;
}
.fixed_nav .drawer li a {
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 2em;
}
.drawer ul li a {
    display: block;
    text-align: center;
    font-family: 'Orpheus';
    font-size: 23px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 2.5em;
}
#loading {
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10000;
    height: 100vh;
    width: 100vw;
}
#loading.out {
    display: none;
}
/*------------TOP--------------*/
body.home,body.single-pro,body.page-id-7 {
    background: #000;
}
#wrapper{
    display: none;
    height: 100%;
    -webkit-overflow-scrolling: touch
}
.pro_post.covers {
    padding: 0;
}
.pro_post.covers .detail .artist_card {
    padding: 0 15px;
}
.pro {
    margin: 0 -15px;
}
.hero_covers{
    margin: 0;
}
.pro_gallery {
    padding: 0;
}
.desc_bloc {
    padding: 15px 30px;
}
.galleries_wrap {
    border-top: 1px solid #fff;
    margin: 0;
    padding: 30px 15px;
}
.pro a h3 span {
    font-size: 15px;
    margin-left: 1em;
}
.pro a h3 {
    color: #fff;
    font-size: 20px;
     -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.pro a:hover h3 {
    color: #aaa;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 10px;
    padding: 15px;
    color: #ddd;
}

/*-------------Singular------------------*/
.single .artist_card {
    border-bottom: 1px solid #fff;
    padding: 15px;
}
.single.single-public .artist_card {
    color: #000;
    border-bottom: #000 1px solid;
}
.artist_card_header img {
    max-width: 150px;
    display: inline-block;
}
.artist_name {
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
}
.artist_name.no_photo {
    margin-left: 0;
}
.artist_card_header h3 {
    margin: 0;
}
.artist_card_header h3 span {
    display: block;
    font-size: 13px;
}
.artist_card_body p {
    font-size: 14px;
    line-height: 1.5em;
}
.comments {
    padding: 15px;
    font-size: 14px;
}
.single h4 {
    font-family: 'Barrels';
    font-size: 12px;
    margin: 5px 0;
}
.single .gallery {
    padding: 15px;
}
.single .gallery .gallery_img {
    padding: 15px;
}
h3.open_call {
    font-size: 15px;
    color: #aaa;
    text-align: center;
}
/*------------TOP SECTION--------------*/
/*-------------PAGE---------------*/
.page  main article {
    color: #000;
}
article {
    padding: 45px 15px;
}
article h2 {
    font-size: 25px;
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
article h3 {
    font-size: 18px;
}
article .content_bloc {
    margin: 4em 0;
}
.wp-block-group__inner-container h2 {
    margin-left: -15px;
}
.wp-block-group__inner-container {
    padding: 0 15px;
}
.public_exhibition {
    color: #000;
}
article strong {
    border-bottom: 1px solid #000;
    margin-bottom: 1em;
    display: inline-block;
}
/*----------CONTACT----------*/

.contactforms {
    padding: 30px 0 0;
}
h3+.formbloc {
    padding: 30px 0 0;
}
.wpcf7-form h3 {
    font-weight: normal;
    margin: 0;
}
.wpcf7-form h3 {
    font-family: "DIN";
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.wpcf7-form .formbloc h3 {
    font-family: 游ゴシック, YuGothic, Arial, Helvetica, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
}
.wpcf7-form span.required {
    color: #f00;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.wpcf7-form .wpcf7-not-valid {
    border: 1px solid #f00;
}
span.req {
    color: #f00;
    font-size: 12px;
    border: 1px solid #f00;
    padding: 3px 5px;
    margin-left: 1em;
}
.wpcf7-form p.form-row {
    position: relative;
}
.wpcf7-form label {
    color: #737373;
    font-size: 12px;
    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: block;
    opacity: 1;
}
.wpcf7-form input{
    border: 1px #d9d9d9 solid;
    background-clip: padding-box;
    border-radius: 5px;
    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 textarea {
    border: 1px #d9d9d9 solid;
    background-clip: padding-box;
    border-radius: 5px;
    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 select{
    border: 1px #d9d9d9 solid;
    background-clip: padding-box;
    border-radius: 5px;
    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 .form-row.selectbox:after {
    content: "▼";
    position: absolute;
    top: 1.1em;
    right: 2.78571em;
    color: #aaa;
    font-size: 11px;
}
.wpcf7-form input[type="submit"] {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    margin-right: -5px;
    margin-left: -5px;
}
div.wpcf7-response-output {
    border: none;
    padding: 0;
    font-size: 15px;
    margin: 0;
    
}
.colored_box {
    width: 90%;
    margin: 0 auto;
    background: #dee;
    padding: 45px;
}
.colored_box .wpcf7-form input[type="submit"] {
    background: #aaa;
}

/*-----------SINGLE----------*/
.basic_post {
    color: #000;
}
@media (max-width: 768px){
    nav.horizontal_nav h1 {
        z-index: 0;
    }
    .drawer {
        padding-top: 100px;
    }
    .drawer ul li a {
        font-size: 18px;
        line-height: 2em;
    }
    .nav_footer {
        position: relative;
        bottom: unset;
        text-align: center;
    }
    img.tbp {
        max-width: 80%;
        padding: 7.5px 15px;
        margin: 0 auto;
    }
    #wrapper {
        padding-bottom: 80px;
    }
    main {
        padding-top: 110px;
    }
    .pro a h3 {
        font-size: 15px;
    }
    .pro .pro_post.covers a h3 {
        font-size: 20px;
    }
    .pro a h3 span {
        display: block;
        margin: 0;
        font-size: 13px;
    }
    .pro .pro_post.covers a h3 span {
        font-size: 15px;
    }
    .artist_card_body {
       padding: 15px;
    }
    .single .gallery {
        padding: 15px 5px;
    }
    .single .gallery .gallery_img {
        padding: 5px;
    }
    .galleries_wrap {
        padding: 7.5px 25PX;
    }
    .pro_post {
        padding: 7.5px;
    }
    .desc_bloc {
        padding: 15px 0px;
    }
    .pro_gallery .desc_bloc {
        padding: 15px;
    }

}