.contact .drawer .drawer-hamburger-icon,
.contact .drawer .drawer-hamburger-icon:after,
.contact .drawer .drawer-hamburger-icon:before,
.thanks .drawer .drawer-hamburger-icon,
.thanks .drawer .drawer-hamburger-icon:after,
.thanks .drawer .drawer-hamburger-icon:before {
    background: #111;
}

.contact #container,
.thanks #container {
    padding: 80px 0 100px;
}

@media screen and (max-width: 768px) {

    .contact #container,
    .thanks #container {
        padding: 60px 0 80px;
    }
}

.contact .contactMv,
.thanks .contactMv {
    background: url(../../lib/cmn_img/contactmv.jpg) no-repeat center center/cover;
    width: 100%;
    height: auto;
    padding: 175px 0 150px;
    color: #fff;
}



.contact .privacyMv {
    background: url(../../lib/cmn_img/privacymv.jpg) no-repeat center center/cover;
    width: 100%;
    height: auto;
    padding: 175px 0 150px;
    color: #fff;
}

@media screen and (max-width: 768px) {

    .contact .contactMv,
    .thanks .contactMv {
        padding: 50px 0;
    }
}

.contact .contactMv .txBox,
.thanks .contactMv .txBox {
    position: relative;
    padding-left: 35px;
}

@media screen and (max-width: 768px) {

    .contact .contactMv .txBox,
    .thanks .contactMv .txBox {
        padding-left: 20px;
    }
}

.contact .contactMv .txBox::before,
.thanks .contactMv .txBox::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 5px;
    height: calc(100% - 8px);
    background: #fff;
}

.contact .contactMv .txBox .mainTx,
.thanks .contactMv .txBox .mainTx {
    font-size: 6.0rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1;
}

@media screen and (max-width: 768px) {

    .contact .contactMv .txBox .mainTx,
    .thanks .contactMv .txBox .mainTx {
        font-size: 3.0rem;
    }
}

.contact .contactMv .txBox .mainTx span,
.thanks .contactMv .txBox .mainTx span {
    font-weight: 100;
}

.contact .contactMv .txBox .tx,
.thanks .contactMv .txBox .tx {
    font-size: 1.6rem;
    margin-top: 12px;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {

    .contact .contactMv .txBox .tx,
    .thanks .contactMv .txBox .tx {
        font-size: 1.3rem;
    }
}

.contact .contactMv .inrL,
.thanks .contactMv .inrL {
    padding: 0 20px;
}

@media screen and (max-width: 768px) {

    .contact .contactMv .inrL,
    .thanks .contactMv .inrL {
        padding: 0;
    }
}

.contact form table.tblStyle_01,
.thanks form table.tblStyle_01 {
    border: none;
}

.contact form table.tblStyle_01 th,
.contact form table.tblStyle_01 td,
.thanks form table.tblStyle_01 th,
.thanks form table.tblStyle_01 td {
    font-size: 1.6rem;
    background: none;
    border: none;
    text-align: left;
    vertical-align: top;
}

@media screen and (max-width: 768px) {

    .contact form table.tblStyle_01 th,
    .contact form table.tblStyle_01 td,
    .thanks form table.tblStyle_01 th,
    .thanks form table.tblStyle_01 td {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 768px) {

    .contact form table.tblStyle_01 th,
    .thanks form table.tblStyle_01 th {
        font-size: 1.4rem;
        padding: 15px 0 5px;
    }
}

@media screen and (max-width: 768px) {

    .contact form table.tblStyle_01 td,
    .thanks form table.tblStyle_01 td {
        padding: 5px 0 15px;
    }
}

.contact form table.tblStyle_01 .radioList li,
.thanks form table.tblStyle_01 .radioList li {
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

@media screen and (max-width: 768px) {

    .contact form table.tblStyle_01 .radioList li,
    .thanks form table.tblStyle_01 .radioList li {
        font-size: 1.3rem;
    }
}

.contact form .wpcf7-submit,
.thanks form .subscribeBtn input {
    background-color: #000;
    border: 1px solid #000;
    font-size: 1.8rem;
    max-width: 330px;
    width: 100%;
    padding: 20px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #fff;
}

.contact form .wpcf7-submit:hover{
    background-color: #3a3a3a;
}
.wpcf7 p{
    text-align: center;
}
@media screen and (max-width: 768px) {

    .contact form .wpcf7-submit,
    .thanks form .subscribeBtn input {
        font-size: 1.4rem;
        padding: 15px 0;
    }
}

.thanks .pcHd {
    background: #000;
}

.thanks #container {
    padding-top: 200px;
}

@media screen and (max-width: 768px) {
    .thanks #container {
        padding-top: 60px;
    }
}

.thanks .mainTx {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    .thanks .mainTx {
        font-size: 1.8rem;
    }
}

.thanks .mainTx::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 2px;
    background: #000;
}

.thanks .tx {
    font-size: 1.6rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .thanks .tx {
        font-size: 1.3rem;
        text-align: left;
    }
}

.thanks .thanksBtn a {
    display: block;
    background: #000;
    color: #fff;
    max-width: 280px;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 1.4rem;
    margin: 40px auto 0 auto;
}

@media screen and (max-width: 768px) {
    .thanks .thanksBtn a {
        padding: 10px 0;
    }
}

.thanks .thanksBtn a:hover {
    background: #555;
}

input,
textarea {
    padding: 14px 15px 16px !important;
    background: #eee;
    border: 1px solid #ddd;
}

@media screen and (max-width: 768px) {

    input,
    textarea {
        padding: 11px 9px 12px !important;
    }
}

input.wLL,
textarea.wLL {
    max-width: 100% !important;
}

input::placeholder,
textarea::placeholder {
    color: #bbb;
    font-weight: 400;
    font-size: 1.6rem;
}

@media screen and (max-width: 768px) {

    input::placeholder,
    textarea::placeholder {
        font-size: 1.3rem;
    }
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #bbb;
    font-weight: 400;
    font-size: 1.6rem;
}

@media screen and (max-width: 768px) {

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        font-size: 1.3rem;
    }
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #bbb;
    font-weight: 400;
    font-size: 1.6rem;
}

@media screen and (max-width: 768px) {

    input::-ms-input-placeholder,
    textarea::-ms-input-placeholder {
        font-size: 1.3rem;
    }
}

.selectBox {
    position: relative;
}

.selectBox::before {
    content: "";
    position: absolute;
    top: 48%;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: #000000 transparent transparent transparent;
    z-index: 9;
}

select {
    width: 100%;
    padding: 10px 30px 12px 15px !important;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    background: #fff url("../../lib/cmn_img/arw01.png") no-repeat;
    background-size: 7px 5px;
    background-position: right 15px center;
    -webkit-appearance: none;
    -moz-appearance: none;
}

@media screen and (max-width: 768px) {
    select {
        padding: 11px 9px 12px !important;
    }
}

option,
textarea,
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="option"],
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    outline: 0;
    margin: 0;
}

select,
input[type="select"] {
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    outline: 0;
    margin: 0;
}

select::-ms-expand {
    display: none;
}

.privacy-container h4 {
    font-size: 18px;
}

.mb30 {
    margin-bottom: 30px;
}

.privacy-container p {
    font-weight: normal;
}

.privacy-container a {
    color: #fa0000;
}











.ct06 {
    margin-top: 160px;
}

@media screen and (max-width: 768px) {
    .ct06 {
        margin-top: 100px;
    }
}

.ct06 .inrLL {
    width: calc(100% - 100px);
}

@media screen and (max-width: 768px) {
    .ct06 .inrLL {
        width: calc(100% - 40px);
    }
}

.ct06 .ctTtl {
    font-size: 3.8rem;
    line-height: 1;
    margin-bottom: 50px;
    display: inline-block;
    position: relative;
}

@media screen and (max-width: 768px) {
    .ct06 .ctTtl {
        font-size: 3.0rem;
    }
}

.ct06 .ctTtl>p {
    font-weight: bold;
    letter-spacing: -0.01em;
}

.ct06 .ctTtl>p span.light {
    font-weight: 200;
}

.ct06 .ctTtl::before {
    content: "";
    position: absolute;
    right: -115px;
    bottom: 6px;
    width: 100px;
    height: 2px;
    background: #111;
}

@media screen and (max-width: 768px) {
    .ct06 .ctTtl::before {
        right: -75px;
        width: 60px;
    }
}

.ct06 .kijiList {
    width: 100%;
    font-size: 0;
}

.ct06 .kijiList li.kiji {
    /*display: inline-block;
        vertical-align: top;
        width: 22%;
        margin-right: 4%;
        margin-bottom: 60px;
        opacity: 0;*/
    display: block;
    width: 25%;
    margin: 0;
    padding: 0 25px;
    text-align: left;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.ct06 .kijiList li.kiji a .thum {
    width: 100%;
    padding-top: 100%;
    background: no-repeat center center / cover;
    border: 1px solid #ccc;
}

.ct06 .kijiList li.kiji a .thum::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#0f6de8), to(#ae6ec9));
    background: -webkit-linear-gradient(left, #0f6de8, #ae6ec9);
    background: -o-linear-gradient(left, #0f6de8, #ae6ec9);
    background: linear-gradient(to right, #0f6de8, #ae6ec9);
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.ct06 .kijiList li.kiji a .txBox {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .ct06 .kijiList li.kiji a .txBox {
        margin-top: 20px;
    }
}

.ct06 .kijiList li.kiji a .txBox .cate {
    font-size: 1.4rem;
    color: #fff;
    background: #111;
    line-height: 1;
    padding: 5px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .ct06 .kijiList li.kiji a .txBox .cate {
        font-size: 1.2rem;
        padding: 4px;
    }
}

.ct06 .kijiList li.kiji a .txBox .ttl {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .ct06 .kijiList li.kiji a .txBox .ttl {
        font-size: 1.3rem;
    }
}

.ct06 .kijiList li.kiji a .txBox .btn {
    font-size: 1.2rem;
    color: #aaa;
    padding-left: 15px;
    background: url(../lib/cmn_img/arw04.png) no-repeat center left/6px 10px;
    margin-top: 15px;
    font-weight: bold;
    letter-spacing: 0.08em;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

@media screen and (max-width: 768px) {
    .ct06 .kijiList li.kiji a .txBox .btn {
        font-size: 1.1rem;
        margin-top: 10px;
    }
}

.ct06 .kijiList li.kiji a {
    display: block;
    position: relative;
}

.ct06 .kijiList li.kiji a:hover .thum::after {
    opacity: 0.5;
}

.ct06 .kijiList li.kiji a:hover .btn {
    letter-spacing: 0.15em;
}

.ct06 .kijiList li.kiji.imgEf_03 .thum {
    position: relative;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    /*&::before{
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              width: 100%;
              height: 100%;
              background: #111;
              transition: all 0.45s ease-in 0.15s;
              @media screen and (max-width: $break-m) {
                display: none;
              }
            }*/
}

@media screen and (max-width: 768px) {
    .ct06 .kijiList li.kiji.imgEf_03 .thum {
        opacity: 1;
    }
}

.ct06 .kijiList li.kiji.show {
    opacity: 1;
}

.ct06 .kijiList li.kiji.show .thum::before {
    width: 0;
    right: 0;
    left: auto;
}


.category-list{
    display: flex;
    flex-wrap: wrap;
}


@media screen and (max-width: 768px) {

    .ct06 .kijiList li.kiji {
        display: block;
        width: 33.3%;
        margin: 0;
        padding: 0 25px;

    }
}

@media screen and (max-width: 600px) {

    .ct06 .kijiList li.kiji {
        display: block;
        width: 50%;
        margin: 0;
        padding: 0 15px;

    }
}


#archives.ct06{
    padding-bottom: 130px;
}



#archives.ct06 .kijiList li.kiji {
    display: block;
    width: 33%;
    margin: 0;
    padding: 0 25px;
    text-align: left;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    margin-bottom: 60px;
}


#archives.ct06 .inrLL{
    max-width: 960px;
    width: 100%;
}

#archives.ct06 .kijiList li.kiji .itemH{
    margin-bottom: 10px;
}
#archives.ct06 h2{
    margin-bottom: 65px;
    text-align: center;
    line-height: 1.0;
    font-family: 'Lato', sans-serif;
    font-weight: 100!important;
    font-size: 40px;
    letter-spacing: 0.05em;
}

.single-work{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;

    padding: 100px 15px;
}

.single-work .txEf_01{
    margin-top: 65px;
    margin-bottom: 65px;
    text-align: left;
    line-height: 1.0;
    font-family: 'Lato', sans-serif;
    font-weight: 100!important;
    font-size: 40px;
    letter-spacing: 0.05em;

}


.single-work .post-thum{
    width: 100%;
    margin-bottom: 20px;
}

.single-work .post-thum img{
    display: block;
    width: 100%;
    height: auto;
}
.single-work p{
    font-weight: normal;
}
.single-work .ttl{
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {

    .single-work{
        padding: 40px 15px;
    }
.single-work .txEf_01{
        font-size: 3rem;

    margin-top: 20px;
    margin-bottom: 20px;

}
#archives.ct06 .kijiList li.kiji {
    width: 100%;
}

}