@charset "UTF-8";

html {
    font-size: 62.5%;
}

*, *:before, *:after { 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
    font-weight: 400;
    font-style: normal;
}

.ltc-pabst-oldstyle {
    font-family: ltc-pabst-oldstyle, serif;
    font-weight: 400;
    font-style: normal;
}

.textcenter {
    text-align: center;
}

.font-bold {
    font-weight: bold;
}

.current {
    color: #aaa;
}

li {
    list-style: none;
}

div.overflow-x {
    overflow-x: hidden;
}

div.wrapper {
    max-width: 1023px;
    height: 100%;
    min-height: 100vh;
    margin: 0 auto;
    position: relative;
    /*←相対位置*/
    padding-bottom: 90px;
    /*←footerの高さ*/
    box-sizing: border-box;
    /*←全て含めてmin-height:100vhに*/
}

@media (min-width: 1024px) {
    .for_sp {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .for_pc {
        display: none !important;
    }
}

/* --------ハンバーガーメニューここから-------- */

@media (min-width: 1024px) {
    .openbtn {
        position: fixed;
        top: 0;
        right: 20px;
        width: 80px;
        height: 80px;
        cursor: pointer;
        background: none;
        z-index: 1000;
    }

    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 20px;
        height: 2px;
        background-color: #111;
    }

    .openbtn span:nth-of-type(1) {
        top: 32px;
        width: 50%;
    }

    .openbtn span:nth-of-type(2) {
        top: 46px;
        width: 30%;
    }

    .openbtn.active span:nth-of-type(1){
        top: 34px;
        left: 20px;
        transform: translateY(6px) rotate(-45deg);
        width: 45%;
    }

    .openbtn.active span:nth-of-type(2){
        top: 46px;
        left: 20px;
        transform: translateY(-6px) rotate(45deg);
        width: 45%;
    }

    #g-nav {
        position: fixed;
        z-index: -1;
        opacity: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.8);
        transition: all 0.3s;
    }

    #g-nav.panelactive {
        opacity: 1;
        z-index: 999;
    }

    #g-nav.panelactive #g-nav_list {
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #g-nav ul {
        display: none;
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    #g-nav.panelactive ul {
        display: block;
    }

    #g-nav.panelactive ul li {
        text-align: center;
        font-size: 2.5rem;
        line-height: 3;
        letter-spacing: 0.5rem;
    }
}

@media (max-width: 1023px) {
    .openbtn {
        position: fixed;
        top: 10px;
        right: 10px;
        width: 50px;
        height: 50px;
        cursor: pointer;
        background: none;
        z-index: 1000;
    }

    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 13px;
        height: 2px;
        background-color: #111;
    }

    .openbtn span:nth-of-type(1) {
        top: 20px;
        width: 50%;
    }

    .openbtn span:nth-of-type(2) {
        top: 30px;
        width: 30%;
    }

    .openbtn.active span:nth-of-type(1){
        top: 20px;
        left: 13px;
        transform: translateY(6px) rotate(-45deg);
        width: 45%;
    }

    .openbtn.active span:nth-of-type(2){
        top: 32px;
        left: 13px;
        transform: translateY(-6px) rotate(45deg);
        width: 45%;
    }

    #g-nav {
        position: fixed;
        z-index: -1;
        opacity: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.8);
        transition: all 0.3s;
    }

    #g-nav.panelactive {
        opacity: 1;
        z-index: 999;
    }

    #g-nav.panelactive #g-nav_list {
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #g-nav ul {
        display: none;
        position: absolute;
        z-index: 999;
        width: 90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    #g-nav.panelactive ul {
        display: block;
    }

    #g-nav.panelactive ul li {
        text-align: center;
        font-size: 2.5rem;
        line-height: 3;
        letter-spacing: 0.5rem;
    }
}

/* --------ハンバーガーメニューここまで-------- */

/* --------topここから-------- */

@media (min-width: 1024px) {

    div.container {
        width: 80%;
        max-width: 1260px;
        margin: 0 auto;
        padding: 0;
    }

    .flex_container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    div#header_logo {
        position: fixed;
        top: 25px;
        left: 30px;
        width: 68px;
        height: 32px;
        z-index: 1001;
    }

    div#kv_container {
        position: relative;
        height: 100vh;
        
    }

    /*div#kv_container img {
        position: absolute;
        width: 70%;
        height: 100vh;
        top: 0;
        right: 0;
        z-index: 1;
        object-fit: cover;
    }*/

    div#kv_container #slider {
        position: absolute;
        width: 70%;
        height: 100vh;
        top: 0;
        right: 0;
        z-index: 1;
    }

    div#kv_container h1 {
        position: absolute;
        bottom: 16vh;
        left: 12vw;
        z-index: 3;
        font-size: 5vw;
        line-height: 2;
        letter-spacing: 2.7rem;
        text-shadow: 0px 0px 20px #ffffff;
    }
}

@media (max-width: 1023px) {

    div.container {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    .flex_container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    div#header_logo {
        position: fixed;
        top: 26px;
        left: 20px;
        width: 34px;
        height: 16px;
        z-index: 1001;
    }

    div#kv_container {
        position: relative;
        width: 100%;
        height: 100vh;
        
    }

    /*div#kv_container img {
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 0;
        right: 0;
        z-index: 1;
        object-fit: cover;
        object-position: 40% 50%;
    }*/

    div#kv_container #slider {
        width: 100%;
        height: 100vh;
        z-index: 1;
    }

    div#kv_container h1 {
        position: absolute;
        bottom: 25vh;
        left: 12vw;
        z-index: 3;
        font-size: 12vw;
        line-height: 2;
        letter-spacing: 1.5rem;
        color: #ffffff;
        text-shadow: 0px 3px 20px #000000;
    }
}


/* --------topここまで-------- */

/* --------aboutここから-------- */

@media (min-width: 1024px) {

    h2 {
        font-size: 4rem;
        letter-spacing: 1rem;
    }

    section#about {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        background-image:url("../img/index/about_bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position:0 0;
        padding: 80px 0;
    }

    div#about_container {
        width: 80%;
        max-width: 1260px;
        box-sizing: border-box;
        padding: 80px 100px;
        margin: 0 auto;
        background-color: #fff;
    }

    div#about_container .flex_container {
        justify-content: space-between;
        margin-top: 80px;
        margin-bottom: 0;
    }

    div#profile_left {
        display: block;
        width: 30%;
        height: auto;
    }

    div#profile_right {
        display: block;
        width: 65%;
        height: auto;
    }


    div#profile_left img {
        width: 100%;
        height: auto;
    }

    p#profile_name {
        font-size: 5rem;
        line-height: 1;
        letter-spacing: 0.3rem;
    }

    p#profile_name span {
        font-size: 2rem;
        letter-spacing: 0.3rem;
    }

    div#profile_text {
        font-size: 1.6rem;
        line-height: 2.5;
        letter-spacing: 0.2rem;
        margin-top: 50px;
    }

    div#profile_goodat {
        font-size: 2rem;
        margin-top: 60px;
    }

    p#profile_goodat_title{
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    p#profile_goodat_text{
        font-size: 1.6rem;
        line-height: 3rem;
        margin-bottom: 0;
    }

}

@media (max-width: 1023px) {

    h2 {
        font-size: 3rem;
        letter-spacing: 1rem;
        text-align: center;
    }

    section#about {
        background-image:url("../img/index/about_bg_sp.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position:0 0;
        margin: 0 calc(50% - 50vw);
        padding: 48px calc(50vw - 50%);
    }

    div#about_container {
        width: 98%;
        padding: 64px 30px;
        margin: 0 auto;
        background-color: #fff;
    }

    div#about_container .flex_container {
        display: block;
        margin-top: 64px;
        margin-bottom: 0;
    }

    div#profile_left {
        display: block;
        height: auto;
        text-align: center;
    }

    div#profile_right {
        display: block;
        height: auto;
    }


    div#profile_left img {
        width: 70%;
        max-width: 250px;
        height: auto;
    }

    p#profile_name {
        font-size: 3rem;
        line-height: 1.5;
        letter-spacing: 0.5rem;
        text-align: center;
        margin-top: 32px;
    }

    p#profile_name span {
        font-size: 2rem;
        letter-spacing: 0.5rem;
        text-align: center;
    }

    div#profile_text {
        font-size: 1.4rem;
        line-height: 1.8;
        letter-spacing: 0.1rem;
        margin-top: 32px;
    }

    div#profile_goodat {
        font-size: 2rem;
        margin-top: 40px;
    }

    p#profile_goodat_title{
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    p#profile_goodat_text{
        font-size: 1.4rem;
        line-height: 1.8;
        letter-spacing: 0.1rem;
        margin-bottom: 0;
    }

}

/* --------aboutここまで-------- */

/* --------newsここから-------- */

@media (min-width: 1024px) {
    body.index section#news h2 {
        text-align: center;
    }

    body.index #news_container {
        padding: 200px 0 0;
    }

    dl.news_list {
        width: 70%;
        margin: 80px auto 0;
        border-top: 1px solid #D1D1D1;
    }

    dl.news_list>div {
        border-bottom: 1px solid #D1D1D1;
        display: flex;
        padding: 20px;
    }

    dl.news_list dt {
        width: 25%;
        letter-spacing: 0.5rem;
        font-size: 1.4rem;
        line-height: 1.8;
    }

    dl.news_list dd {
        width: 80%;
        margin-left: 0;
        font-size: 1.4rem;
        line-height: 1.8;
        letter-spacing: 0.1rem;
    }

    dl.news_list dd .zairo {
        margin: 20px 0;
        display: flex;
    }

    dl.news_list dd .zairo div {
        width: 33%;
        margin-right: 20px;
        border-right: 1px dotted #D1D1D1;
    }

    dl.news_list dd .zairo div:last-child {
        margin-right: 0;
        border-right: none;
    }

}

@media (max-width: 1023px) {
    body.index section#news h2 {
        text-align: center;
    }

    body.index #news_container {
        padding: 80px 0 0;
    }

    .news_list {
        margin: 64px auto 0;
        border-top: 1px solid #D1D1D1;
    }

    dl.news_list>div {
        border-bottom: 1px solid #D1D1D1;
        padding: 20px 0;
    }

    dl.news_list dt {
        letter-spacing: 0.5rem;
        font-size: 1.3rem;
        line-height: 1.8;
        color: #555555;
        margin-bottom: 8px;
    }

    dl.news_list dd {
        margin-left: 0;
        font-size: 1.3rem;
        line-height: 1.6;
        letter-spacing: 0.1rem;
    }

    dl.news_list dd .zairo {
        margin: 10px 0;
    }
}

/* --------newsここまで-------- */

/* --------galleryここから-------- */

@media (min-width: 1024px) {
    body.index section#gallery h2 {
        text-align: center;
    }

    body.index #gallery_container {
        padding: 200px 0;
    }

    body.index #gallery_container .flex_container {
        margin-top: 120px;
        flex-wrap: wrap;
    }

    body.index div.gallery_box {
        position: relative;
        overflow: hidden;
        width: 48%;
        height: 70vh;
    }

    body.index div.gallery_box:after {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    body.index div.gallery_box#gallery_oil:after {
        background: url("../img/index/oilpaintings.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
    }

    body.index div.gallery_box#gallery_illust:after {
        background: url("../img/index/illustrations.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
    }

    body.index div.gallery_box:hover:after {
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    body.index div.gallery_box_inner {
        width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-shadow: 0px 2px 14px rgba(0,0,0,0.3);
        z-index: 10;
    }

    body.index p.gallery_title {
        font-size: 3vw;
        letter-spacing: 1rem;
        color: #fff;
        text-align: center;
        margin-bottom: 40px;
    }

    body.index #gallery .btn_line {
        display: block;
        padding: 5px 18px 18px 18px;
        text-align: center;
        font-size: 3rem;
        letter-spacing: 1rem;
        color: #fff;
        width: 80%;
        margin: 0 auto;
        border: 2px solid #fff;
    }

    body.index #gallery .btn_line:hover {
        background: rgba(255,255,255,0.4);
        mix-blend-mode: screen;
        border: 2px solid #fff;
        text-shadow: none;
    }

    body.index #gallery .btn_line:hover::after {
        border-color: #fff;
    }
}

@media (max-width: 1023px) {
    body.index section#gallery h2 {
        text-align: center;
    }

    body.index #gallery_container {
        padding: 80px 0 104px;
    }

    body.index #gallery_container .flex_container {
        display: block;
        margin-top: 64px;
    }

    body.index div.gallery_box {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 45vh;
        min-height: 300px;
    }

    body.index div.gallery_box:after {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    body.index div.gallery_box#gallery_oil {
        /*margin: 0 calc(50% - 50vw);*/
        box-sizing: content-box;
        margin: 0 5vw;
    }

    body.index div.gallery_box#gallery_illust {
        box-sizing: content-box;
        margin: 40px -5vw 0;
    }        

    body.index div.gallery_box#gallery_oil:after {
        background: url("../img/index/oilpaintings.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
        
    }

    body.index div.gallery_box#gallery_illust:after {
        background: url("../img/index/illustrations.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
    }

    body.index div.gallery_box:hover:after {
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    body.index div.gallery_box_inner {
        width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-shadow: 0px 2px 14px rgba(0,0,0,0.3);
        z-index: 10;
    }

    body.index #gallery_oil div.gallery_box_inner {
        left: 46%;
    }

    body.index #gallery_illust div.gallery_box_inner {
        left: 57.1%;
    }

    body.index p.gallery_title {
        font-size: 8vw;
        letter-spacing: 0.5rem;
        color: #fff;
        text-align: center;
        margin-bottom: 24px;
    }

    body.index #gallery .btn_line {
        display: block;
        padding: 2px 10px 10px 10px;
        text-align: center;
        font-size: 5vw;
        letter-spacing: 1rem;
        color: #fff;
        width: 70%;
        margin: 0 auto;
        border: 2px solid #fff;
    }

    body.index #gallery .btn_line:hover {
        background: rgba(255,255,255,0.4);
        mix-blend-mode: screen;
        border: 2px solid #fff;
        text-shadow: none;
    }

    body.index #gallery .btn_line:hover::after {
        border-color: #fff;
    }
}

/* --------galleryここまで-------- */

/* --------works blogここから-------- */

@media (min-width: 1024px) {
    #worksblog {
        margin-bottom: 100px;
    }

    .worksblog_box {
        width: 100%;
        position: relative;
    }

    .worksblog_box:before {
        content: "";
        display: block;
        padding-top: 386px;
    }

    .worksblog_title {
        position: absolute;
        width: 45%;
        height: 356px;
        box-sizing: border-box;
        background-color: #fff;
        background: rgba(255,255,255,0.9);
        text-align: center;
        z-index: 3;
        display: table;
    }

    #works .worksblog_title {
        top: 0;
        left: 0;
    }

    #blog .worksblog_title {
        top: 0;
        right: 0;
    }

    .worksblog_title_inner{
        display: table-cell;
        vertical-align: middle;
    }

    .worksblog_title h2 {
        font-size: 2vw;
        line-height: 2;
        letter-spacing: 1.5rem;
        margin-bottom: 30px;
    }

    .worksblog_bg {
        position: absolute;
        top: 30px;
        z-index: 1;
    }

    .worksblog_bg img {
        width: 100%;
        height: 356px;
        object-fit: cover;
    }

    #works .worksblog_bg {
        right: 0;
    }

    #blog .worksblog_bg {
        left: 0;
    }

    .btn_fill {
        display: inline-block;
        text-align: center;
        font-size: 1.5vw;
        letter-spacing: 1rem;
        color: #fff;
        border: 1px solid #111;
        background-color: #111;
        width: 60%;
        padding: 10px 20px 20px 20px;
        box-sizing: border-box;
        position: relative;
        transition: ease .2s;
    }

    .btn_line {
        display: inline-block;
        text-align: center;
        font-size: 1.5vw;
        letter-spacing: 1rem;
        color: #111;
        border: 1px solid #111;
        background: none;
        width: 60%;
        padding: 10px 20px 20px 20px;
        box-sizing: border-box;
        position: relative;
        transition: ease .2s;
    }

    .btn_fill:hover {
        color: #111;
        background: none;
    }

    .btn_arrow::after {
        content: "";
        position: absolute;
        top: 45%;
        right: 20px;
        width: 5px;
        height: 5px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        transition: all .3s;
    }

    .btn_arrow:hover::after {
        right: 12px;
        border-color: #111;
    }

    .btn_blank::after {
        content: "";
        position: absolute;
        top: 37%;
        right: 20px;
        width: 14px;
        height: 14px;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14px 14px"><path fill="%23ffffff" d="M12.62,9a.27.27,0,0,0-.27.27v3.75a.39.39,0,0,1-.39.39H.94a.38.38,0,0,1-.39-.39V2a.39.39,0,0,1,.39-.39H4.69A.27.27,0,0,0,5,1.38a.28.28,0,0,0-.27-.28H.94A.94.94,0,0,0,0,2v11A.94.94,0,0,0,.94,14H12a.94.94,0,0,0,.94-.94V9.31A.28.28,0,0,0,12.62,9Z"/><path fill="%23ffffff" d="M13.73.28h0A1,1,0,0,0,13.06,0H7.55a.27.27,0,0,0-.27.28.27.27,0,0,0,.27.27h5.51L3.28,10.33a.27.27,0,0,0,0,.39.24.24,0,0,0,.19.08.27.27,0,0,0,.2-.08L13.45,1v5.5a.28.28,0,0,0,.55,0V.94A.92.92,0,0,0,13.73.28Z"/></svg>');    transition: all .3s;
    }

    .btn_blank:hover::after {
        right: 12px;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14px 14px"><path fill="%23111111" d="M12.62,9a.27.27,0,0,0-.27.27v3.75a.39.39,0,0,1-.39.39H.94a.38.38,0,0,1-.39-.39V2a.39.39,0,0,1,.39-.39H4.69A.27.27,0,0,0,5,1.38a.28.28,0,0,0-.27-.28H.94A.94.94,0,0,0,0,2v11A.94.94,0,0,0,.94,14H12a.94.94,0,0,0,.94-.94V9.31A.28.28,0,0,0,12.62,9Z"/><path fill="%23111111" d="M13.73.28h0A1,1,0,0,0,13.06,0H7.55a.27.27,0,0,0-.27.28.27.27,0,0,0,.27.27h5.51L3.28,10.33a.27.27,0,0,0,0,.39.24.24,0,0,0,.19.08.27.27,0,0,0,.2-.08L13.45,1v5.5a.28.28,0,0,0,.55,0V.94A.92.92,0,0,0,13.73.28Z"/></svg>');
    }



    .worksblog_box + .worksblog_box {
        margin-top: 200px;
    }
}

@media (max-width: 1023px) {
    #worksblog {
        margin-bottom: 100px;
    }

    .worksblog_box {
        width: 100%;
        position: relative;
    }

    .worksblog_title {
        text-align: center;
        z-index: 3;
        display: block;
    }

    #works .worksblog_title {
        top: 0;
        left: 0;
    }

    #blog .worksblog_title {
        top: 0;
        right: 0;
    }

    .worksblog_title_inner{
        display: block;
    }

    .worksblog_title h2 {
        font-size: 7vw;
        line-height: 1.8;
        letter-spacing: 1rem;
        margin: 10px auto 16px;
    }


    .worksblog_bg img {
        width: 100%;
        height: auto;
    }


    .btn_fill {
        display: inline-block;
        text-align: center;
        font-size: 5vw;
        letter-spacing: 1rem;
        color: #fff;
        border: 1px solid #111;
        background-color: #111;
        width: 70%;
        padding: 7px 12px 12px 12px;
        box-sizing: border-box;
        position: relative;
        transition: ease .2s;
    }

    .btn_line {
        display: inline-block;
        text-align: center;
        font-size: 5vw;
        letter-spacing: 1rem;
        color: #111;
        border: 1px solid #111;
        background: none;
        width: 70%;
        padding: 7px 12px 12px 12px;
        box-sizing: border-box;
        position: relative;
        transition: ease .2s;
    }

    .btn_fill:active {
        color: #111;
        background: none;
    }

    .btn_arrow::after {
        content: "";
        position: absolute;
        top: 45%;
        right: 20px;
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        transition: all .3s;
    }

    .btn_arrow:active::after {
        right: 12px;
        color: #fff;
        border-color: #111;
    }

    .btn_blank::after {
        content: "";
        position: absolute;
        top: 37%;
        right: 20px;
        width: 14px;
        height: 14px;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14px 14px"><path fill="%23ffffff" d="M12.62,9a.27.27,0,0,0-.27.27v3.75a.39.39,0,0,1-.39.39H.94a.38.38,0,0,1-.39-.39V2a.39.39,0,0,1,.39-.39H4.69A.27.27,0,0,0,5,1.38a.28.28,0,0,0-.27-.28H.94A.94.94,0,0,0,0,2v11A.94.94,0,0,0,.94,14H12a.94.94,0,0,0,.94-.94V9.31A.28.28,0,0,0,12.62,9Z"/><path fill="%23ffffff" d="M13.73.28h0A1,1,0,0,0,13.06,0H7.55a.27.27,0,0,0-.27.28.27.27,0,0,0,.27.27h5.51L3.28,10.33a.27.27,0,0,0,0,.39.24.24,0,0,0,.19.08.27.27,0,0,0,.2-.08L13.45,1v5.5a.28.28,0,0,0,.55,0V.94A.92.92,0,0,0,13.73.28Z"/></svg>');    transition: all .3s;
    }

    .btn_blank:active::after {
        right: 12px;
        color: #fff;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14px 14px"><path fill="%23111111" d="M12.62,9a.27.27,0,0,0-.27.27v3.75a.39.39,0,0,1-.39.39H.94a.38.38,0,0,1-.39-.39V2a.39.39,0,0,1,.39-.39H4.69A.27.27,0,0,0,5,1.38a.28.28,0,0,0-.27-.28H.94A.94.94,0,0,0,0,2v11A.94.94,0,0,0,.94,14H12a.94.94,0,0,0,.94-.94V9.31A.28.28,0,0,0,12.62,9Z"/><path fill="%23111111" d="M13.73.28h0A1,1,0,0,0,13.06,0H7.55a.27.27,0,0,0-.27.28.27.27,0,0,0,.27.27h5.51L3.28,10.33a.27.27,0,0,0,0,.39.24.24,0,0,0,.19.08.27.27,0,0,0,.2-.08L13.45,1v5.5a.28.28,0,0,0,.55,0V.94A.92.92,0,0,0,13.73.28Z"/></svg>');
    }

    .worksblog_box + .worksblog_box {
        margin-top: 100px;
    }
}

/* --------works blogここまで-------- */

/* --------contactここから-------- */
@media (min-width: 1024px) {

    section#contact h2 {
        text-align: center;
    }

    #contact_container {
        padding: 100px 0 200px ;
    }

    #formwrap {
        width: 70%;
        margin: 0 auto;
    }

    #contact .contact_description {
        margin: 64px auto 40px;
        font-size: 1.6rem;
        line-height: 2;
        letter-spacing: 0.1rem;
        text-align: center;
    }

    #contact .contact_notice {
        width: 70%;
        margin: 0 auto 40px;
        font-size: 1.2rem;
        line-height: 2;
        letter-spacing: 0.1rem;
        position: relative;
    }

    #contact .contact_notice li {
        margin-left: 2rem;
    }

    #contact .contact_notice li::before {
        content: "※";
        position: absolute;
        left: 0;
    }

    table.formtable {
        width: 100%;
        margin: 0 auto 60px;
        border-collapse: collapse;
    }

    table.formtable td,
    table.formtable th {
        border: none;
        padding: 0;
        padding-bottom: 10px;
    }

    table.formtable th {
        font-weight: normal;
        font-size: 2.2rem;
        letter-spacing: 0.4rem;
        text-align: left;
    }

    input[type="text"] {
        width: 100%;
        height: 5rem;
    }

    textarea {
        width: 100%;
        height: 30rem;
    }

    button[type="submit"] {
        width: 45%;
        line-height: 1.6;
    }

    button[type="submit"]:hover {
        background-color: #fff;
        color: #111;
        border: 1px solid #111;
    }

    button[type="reset"] {
        width: 45%;
        background-color: #fff;
        color: #111;
        border: 1px solid #111;
        line-height: 1.6;
    }

    button[type="reset"]:hover {
        background-color: #111;
        color: #fff;
        border: 1px solid #111;
    }
}

@media (max-width: 1023px) {

    section#contact h2 {
        text-align: center;
    }

    #contact_container {
        padding: 24px 0 120px ;
    }

    #formwrap {
        width: 100%;
        margin: 0 auto;
    }

    #contact .contact_description {
        margin: 64px auto 24px;
        font-size: 1.3rem;
        line-height: 1.8;
        letter-spacing: 0.1rem;
        text-align: center;
    }

    #contact .contact_notice {
        margin: 0 auto 24px;
        font-size: 1.2rem;
        line-height: 1.6;
        letter-spacing: 0.1rem;
        text-align: left;
        position: relative;
    }

    #contact .contact_notice li {
        margin-left: 2rem;
        margin-bottom: 8px;
    }

    #contact .contact_notice li::before {
        content: "※";
        position: absolute;
        left: 0;
    }

    table.formtable {
        width: 100%;
        margin: 0 auto 8px;
        border-collapse: collapse;
    }

    table.formtable td,
    table.formtable th {
        border: none;
        padding: 0;
        padding-bottom: 10px;
    }

    table.formtable th {
        font-weight: normal;
        font-size: 1.6rem;
        letter-spacing: 0.4rem;
        text-align: left;
    }

    input[type="text"] {
        width: 100%;
        height: 4rem;
    }

    textarea {
        width: 100%;
        height: 30rem;
    }

    button[type="submit"] {
        width: 48%;
        font-size: 2rem;
        letter-spacing: 0.5rem;
        line-height: 1.6;
    }

    button[type="submit"]:hover {
        background-color: #fff;
        color: #111;
        border: 1px solid #111;
    }

    button[type="reset"] {
        width: 48%;
        font-size: 2rem;
        letter-spacing: 0.5rem;
        background-color: #fff;
        color: #111;
        border: 1px solid #111;
        line-height: 1.6;
    }

    button[type="reset"]:hover {
        background-color: #111;
        color: #fff;
        border: 1px solid #111;
    }
}    

/* --------footerここから-------- */

@media (min-width: 1024px) {

    footer {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        background-image: url(../img/common/footer_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position:0 0;
        padding: 80px 0 0;
    }

    div#footer_container {
        width: 80%;
        max-width: 1260px;
        box-sizing: border-box;
        padding: 40px 0 20px;
        margin: 0 auto;
    }

    div#footer_container div.flex_container {
        margin-bottom: 80px;
    }

    div#footer_title {
        width: 60%;
        font-size: 7rem;
        letter-spacing: 2rem;
    }

    div.footer_link {
        width: 20%;
        border-left: solid 1px #fff;
        padding: 0 30px;
        font-size: 2.2rem;
        line-height: 1;
        letter-spacing: 0.2rem;
    }

    div.footer_link ul {
        margin-bottom: 0;
    }

    div.footer_link ul li {
        margin-bottom: 40px;
    }

    div.footer_link ul li:last-child {
        margin-bottom: 0;
    }

    div.footer_link ul li.footer_ul_parent {
        margin-bottom: 30px;
    }

    div.footer_link ul li a {
        color: #fff;
    }

    div.footer_link ul ul {
        font-size: 60%;
        margin-bottom: 40px; 
    }

    div.footer_link ul ul li {
        margin-bottom: 20px;
    }

    div.footer_link ul li ul li {
        margin-top: 20px;
    }

    div#footer_other {
        width: 20%;
        border-left: solid 1px #fff;
        padding: 0 30px;
    }

    div#footer_sns {
        justify-content: flex-start;
    }

    div#footer_sns svg {
        margin-right: 30px;
    }

    p.footer_text {
        font-size: 1rem;
        line-height: 2.1;
        letter-spacing: 0.2rem;
    }

    div.footer_copyright {
        font-size: 1rem;
        letter-spacing: 0.3rem;
    }

    #footer_btn_top {
        position: absolute;
        bottom: 50px;
        right: 60px;
    }

    .btn_top {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 60px;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50%;
        transition: all .3s;
    }


    .btn_top::after {
        content: "";
        width: 14px;
        height: 14px;
        margin-top: 7px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        transform: rotate(45deg);
    }

    .btn_top:hover {
        background: rgba(255, 255, 255, 0.4);
    }

}

@media (max-width: 1023px) {

    footer {
        position: relative;
        color: #fff;
        background-image: url(../img/common/footer_bg_sp.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position:0 0;
        margin: 0 calc(50% - 50vw);
        padding: 52px calc(50vw - 50%) 20px;
    }

    div#footer_container {
        width: 90%;
        margin: 0 auto;
    }

    div#footer_container div.flex_container {
        display: block;
        margin-bottom: 32px;
    }

    div#footer_title {
        font-size: 8vw;
        letter-spacing: 1.5rem;
        margin-bottom: 52px;
    }

    div.footer_link {
        font-size: 2.2rem;
        line-height: 1;
        letter-spacing: 0.2rem;
    }

    div#footer_container div.footer_link.flex_container {
        display: flex;
    }

    div#footer_container div.footer_link.flex_container div.footer_link_box {
        width: 48%;
    }

    div.footer_link ul {
        margin-bottom: 0;
    }

    div.footer_link ul li {
        font-size: 2rem;
        margin-bottom: 40px;
        letter-spacing: 0.3rem;
    }

    div.footer_link ul li:last-child {
        margin-bottom: 0;
    }

    div.footer_link ul li.footer_ul_parent {
        margin-bottom: 30px;
    }

    div.footer_link ul li a {
        color: #fff;
    }

    div.footer_link ul ul li {
        font-size: 1.5rem;
        margin-bottom: 40px; 
    }

    div.footer_link ul ul li {
        margin-bottom: 20px;
    }

    div.footer_link ul li ul li {
        margin-top: 20px;
    }

    div#footer_other {
        width: 48%;
        margin-bottom: 56px;
    }

    div#footer_sns {
        justify-content: flex-start;
    }

    div#footer_sns svg {
        margin-right: 30px;
    }

    p.footer_text {
        font-size: 1.2rem;
        line-height: 2.1;
        letter-spacing: 0.2rem;
    }

    div.footer_copyright {
        font-size: 1rem;
        letter-spacing: 0.2rem;
    }

        #footer_btn_top {
        position: absolute;
        bottom: 60px;
        right: 4.5vw;
    }

    .btn_top {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50%;
    }


    .btn_top::after {
        content: "";
        width: 10px;
        height: 10px;
        margin-top: 5px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        transform: rotate(45deg);
    }

    .btn_top:active {
        background: rgba(255, 255, 255, 0.4);
    }

}

a.jlink {
    color: #fff;
}

/* --------footerここまで-------- */

/* --------下層 galleryここから-------- */

body.gallery div.gallery_box img {
    transition: filter 0.15s ease;
    filter: brightness(1);
}

body.gallery div.gallery_box img:hover {
    filter: opacity(0.9) brightness(1.1);
}

@media (min-width: 1024px) {

    body.gallery,
    body.works,
    body.exhibisions {
        padding-top: 80px;
    }

    body.gallery h2,
    body.works h2,
    body.exhibisions h2 {
        text-align: center;
    }

    body.gallery div.container,
    body.works div.container,
    body.exhibisions div.container {
        margin-top: 80px;
        margin-bottom: 200px;
    }

    body.gallery p.h2_sub {
        font-size: 3rem;
        line-height: 2.5;
        letter-spacing: 1rem;
    }

    body.gallery div.gallery_box {
        margin-bottom: 40px;
    }

    body.gallery div.gallery_box img {
        height: 110px;
        margin-right: 7px;
        margin-bottom: 4px;
    }
}

@media (max-width: 1023px) {

    body.gallery,
    body.works,
    body.exhibisions {
        padding-top: 64px;
    }

    body.gallery h2,
    body.works h2,
    body.exhibisions h2 {
        text-align: center;
    }

    body.gallery div.container,
    body.works div.container,
    body.exhibisions div.container {
        margin-top: 16px;
        margin-bottom: 200px;
    }

    body.gallery p.h2_sub {
        font-size: 3rem;
        line-height: 1.5;
        letter-spacing: 1rem;
    }

    body.gallery div.gallery_box {
        margin-bottom: 30px;
    }

    body.gallery div.gallery_box img {
        height: 90px;
        width: auto;
        margin-right: 6px;
        margin-bottom: 4px;
    }
}

/* --------下層 galleryここまで-------- */

/* --------下層 worksここから-------- */

@media (min-width: 1024px) {

    body.works div.works_container {
        width: 100%;
        margin-bottom: 0;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    body.works div.inner {
        margin-top: 100px;
    }

    body.works div.inner h3 {
        font-size: 3rem;
        line-height: 1.5;
        letter-spacing: 1rem;
        margin-bottom: 40px;
    }

    body.works div.works_container img {
        width: 100%;
        height: auto;
        object-fit: scale-down;
    }

    body.works div.works_container span {
        letter-spacing: 0.5rem;
        line-height: 2;
    }

    body.works div.works_box {
        width: 33.3%;
        margin-bottom: 30px;
        padding: 0 20px;
    }
}

@media (max-width: 1023px) {

    body.works div.works_container {
        width: 100%;
        flex-wrap: wrap;
    }

    body.works div.inner {
        margin-top: 64px;
    }

    body.works div.inner h3 {
        font-size: 3rem;
        line-height: 1.5;
        letter-spacing: 1rem;
        margin-bottom: 40px;
    }

    body.works div.works_box {
        margin: 0 auto 32px;
    }

    body.works div.works_container img {
        width: 100%;
        height: auto;
        object-fit: scale-down;
    }

    body.works div.works_container span {
        letter-spacing: 0.5rem;
        line-height: 2;
    }
}


/* --------下層 worksここまで-------- */

/* --------下層 exhibisionsここから-------- */

@media (min-width: 1024px) {

    body.exhibisions div.works_container {
        width: 100%;
    }

    body.exhibisions div.inner {
        margin-top: 100px;
    }

    body.exhibisions div.inner h3 {
        font-size: 3rem;
        line-height: 1.5;
        letter-spacing: 1rem;
        margin-bottom: 40px;
    }

    body.exhibisions img {
        max-width: 100%;
        height: auto;
    }

    body.exhibisions div#dm p,
    .commentary {
        font-size: 1.6rem;
        line-height: 2.5;
        letter-spacing: 0.2rem;
        margin-top: 30px;
        text-align: center;
    }

    body.exhibisions div#dm p.dm_message {
        margin-top: 50px;
    }

    body.exhibisions div#dm img {
        text-align: center;
    }

    body.exhibisions div#scene {
        margin-top: 100px;
        text-align: center;
    }

    body.exhibisions div#scene img,
    body.exhibisions div#scene video {
        margin-bottom: 20px;
    }

    body.exhibisions div#scene video {
        width: 100%;
        max-width: 1200px;
        height: auto;
    }

    body.exhibisions div#scene div.icon_box {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
    }

    body.exhibisions div#scene div.icon_box.w900 {
        max-width: 900px;
    }

    body.exhibisions div#scene div.icon_box p.baloon {
        margin-bottom: 0;
        position: absolute;
        bottom: 20px;
        right: 28px;
        width: 30px;
        height: auto;
        filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .9));
    }

    body.exhibisions div#scene div.icon_box p.baloon + p.baloon {
        right: 84px;
    }

    .modaal-content-container {
        padding: 30px 50px;
    }

    .commentary p {
        text-align: left;
    }
    
    body.exhibisions div#place {
        padding: 50px 0;
        margin-top: 100px;
        border: 1px solid #D1D1D1;
    }

    body.exhibisions div#place h3 {
        margin-top: 0;
    }
    
    body.exhibisions div#place p {
        text-align: center;
        font-size: 1.6rem;
        line-height: 2.5;
        letter-spacing: 0.2rem;
    }

    body.exhibisions div#place p:first-of-type {
        font-size: 3rem;
        line-height: 1.5;
    }

    body.exhibisions div#place p:last-of-type {
        margin-bottom: 0;
    }

    body.exhibisions div#blog {
        margin-top: 50px;
        text-align: center;
        font-size: 1.6rem;
        line-height: 2.5;
        letter-spacing: 0.2rem;
    }
}

@media (max-width: 1023px) {

    body.exhibisions div.inner {
        margin-top: 0;
    }

    body.exhibisions div.inner h3 {
        font-size: 3rem;
        line-height: 1.5;
        letter-spacing: 1rem;
        margin-bottom: 40px;
    }

    body.exhibisions p {
        text-align: center;
    }

    body.exhibisions img {
        max-width: 100%;
        height: auto;
    }

    body.exhibisions div#dm div.dm_message,
    body.exhibisions div.commentary p {
        font-size: 1.4rem;
        line-height: 2.5;
        letter-spacing: 0.1rem;
        margin-top: 32px;
    }

    body.exhibisions div#dm div.dm_message div.dm_message_block {
        margin-bottom: 2.5rem;
    }

    body.exhibisions div#dm div.dm_message div.dm_message_block p {
        margin-bottom: 1.5rem;
    }

    body.exhibisions div#scene {
        margin-top: 50px;
        text-align: center;
    }

    body.exhibisions div#scene img {
        margin-bottom: 0.5rem;
    }

    body.exhibisions div#scene div.icon_box {
        position: relative;
    }

    body.exhibisions div#scene div.icon_box p.baloon {
        margin-bottom: 0;
        position: absolute;
        bottom: 10px;
        right: 14px;
        width: 20px;
        height: auto;
        filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .9));
    }

    body.exhibisions div#scene div.icon_box p.baloon + p.baloon {
        right: 48px;
    }

    .modaal-content-container {
        padding: 30px;
    }

    body.exhibisions div.commentary h3 {
        text-align: center;
    }

    body.exhibisions div.commentary p {
        text-align: left;
    }

    body.exhibisions div#scene video {
        width: 100%;
        height: auto;
    }

    body.exhibisions div#place {
        padding: 30px;
        margin-top: 50px;
        border: 1px solid #D1D1D1;
    }

    body.exhibisions div#place h3 {
        margin-top: 0;
    }
    
    body.exhibisions div#place p {
        text-align: center;
        font-size: 1.4rem;
        line-height: 2.5;
        letter-spacing: 0.1rem;
    }

    body.exhibisions div#place p:first-of-type {
        font-size: 3rem;
        line-height: 1.5;
    }

    body.exhibisions div#place p:last-of-type {
        margin-bottom: 0;
    }

    body.exhibisions div#blog {
        margin-top: 50px;
        text-align: center;
        font-size: 1.4rem;
        line-height: 2.5;
        letter-spacing: 0.1rem;
    }
}

/* --------下層 works exhibisionsここまで-------- */

/*=====================================================================
   js関連
=========================================================================*/
/* --------lazyestloadここから-------- */

img {
    transition: filter 0.3s;
}
 
img.lazyestload {     
    transition: filter 0.3s;           
    /*width: 100%;*/
    filter: blur(8px);
}

/* --------lazyestloadここまで-------- */

/* --------ローディング画面ここから-------- */
#splash {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    color: #111;
}

#splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#splash_logo svg {
    width: 1000px;
}

#mask path {
    fill-opacity: 0;
    transition: fill-opacity .5s;
    fill: none;
    stroke: #111;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
}

#mask.done path {
    fill: #111;
    fill-opacity: 1;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
}

.splashbg {
    display: none;
}

body.appear .splashbg{
    display:  block;
    content: "";
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: scaleY(0);
    background-color: #fff;
    animation-name: PageAnime;
    animation-duration: 1.2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes PageAnime {
    0% {
        transform-origin: top;
        transform: scaleY(0);
    }

    50% {
        transform-origin: top;
        transform: scaleY(1);
    }

    50.001% {
        transform-origin: bottom;
    }

    100% {
        transform-origin: bottom;
        transform: scaleY(0);
    }
}

#container {
    opacity: 0;
}

body.appear #container {
    animation-name: PageAnimeAppear;
    animation-duration: 1s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes PageAnimeAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* --------ローディング画面ここまで-------- */

/* --------ナビの背景ぼかしここから-------- */
.mainblur{
    filter: blur(8px);
}
/* --------ナビの背景ぼかしここまで-------- */

/* --------fadeInTriggerここから-------- */

.fadeIn{
    animation-name:fadeInAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* --------fadeInTriggerここまで-------- */

/* --------slideInここから-------- */

.slide-in {
    overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
    display: inline-block;
}

.leftAnime {
    opacity: 0;
}

.slideAnimeLeftRight {
    animation-name: slideTextX100;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

/* --------slideInここまで-------- */

/* --------モーダルここから-------- */

.hide-area{
    display: none;
}

.modaal-close:after, 
.modaal-close:before{
    background:#ccc;    
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
    background:#666;
}

/* --------モーダルここまで-------- */