body {
    background-color: #fcfcfc;
}

#luxy {
    display: none;
}

#luxy.displayOn {
    display: block;
}

#main .page_title {
    margin: 0 auto;
    padding-top: 200px;
    width: 1200px;
}
@media screen and (max-width: 1200px) {
    #main .page_title {
        width: 90vw;
    }
}
@media screen and (max-width: 768px) {
    #main .page_title {
        padding-top: 100px;
        width: 84vw;
    }
}
#main .page_title h1 {
    font-size: 80px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.08em;
    color: #222;
}
@media screen and (max-width: 1200px) {
    #main .page_title h1 {
        font-size: 60px;
    }
}
@media screen and (max-width: 768px) {
    #main .page_title h1 {
        font-size: 38px;
    }
}
#main .post_index {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    row-gap: 120px;
    margin: 120px auto 0;
    width: 1056px;
}
@media screen and (max-width: 1200px) {
    #main .post_index {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        margin-top: 85px;
        width: 684px;
    }
}
@media screen and (max-width: 768px) {
    #main .post_index {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 60px;
        margin-top: 50px;
        width: 84vw;
    }
}
#main .post_index .post {
    width: 312px;
}
@media screen and (max-width: 768px) {
    #main .post_index .post {
        width: 100%;
    }
}
#main .post_index .post .text_wrap {
    height: 212px;
}
@media screen and (max-width: 768px) {
    #main .post_index .post .text_wrap {
        height: auto;
    }
}
#main .post_index .post .text_wrap .line_top {
    width: 100%;
    height: 1px;
    position: relative;
}
#main .post_index .post .text_wrap .line_top:before {
    content: "";
    display: inline-block;
    background-color: #222;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#main .post_index .post .text_wrap .line_top.fadeElem:before {
    right: 100%;
}
#main .post_index .post .text_wrap .line_top.fadeIn:before {
    -webkit-transition: right 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: right 1s cubic-bezier(0.25, 1, 0.5, 1);
    right: 0;
}
#main .post_index .post .text_wrap .sub_title {
    margin-top: 30px;
}
#main .post_index .post .text_wrap .sub_title h3 {
    margin-top: calc(0px - (26px - 1em) / 2);
    margin-bottom: calc(0px - (26px - 1em) / 2);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #222;
}
@media screen and (max-width: 768px) {
    #main .post_index .post .text_wrap .sub_title h3 {
        margin-top: calc(0px - (25px - 1em) / 2);
        margin-bottom: calc(0px - (25px - 1em) / 2);
        font-size: 15px;
        line-height: 25px;
    }
}
#main .post_index .post .text_wrap .sub_title p {
    margin-top: calc(0px - (26px - 1em) / 2);
    margin-bottom: calc(0px - (26px - 1em) / 2);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #222;
}
@media screen and (max-width: 768px) {
    #main .post_index .post .text_wrap .sub_title p {
        margin-top: calc(0px - (25px - 1em) / 2);
        margin-bottom: calc(0px - (25px - 1em) / 2);
        font-size: 15px;
        line-height: 25px;
    }
}
#main .post_index .post .text_wrap .line_short {
    margin-top: 20px;
    width: 15px;
    height: 1px;
    background-color: #222;
}
#main .post_index .post .text_wrap .main_title {
    margin-top: 20px;
}
#main .post_index .post .text_wrap .main_title h1,
#main .post_index .post .text_wrap .main_title h3 {
    margin-top: calc(0px - (34px - 1em) / 2);
    margin-bottom: calc(0px - (34px - 1em) / 2);
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #222;
}
#main .post_index .post .text_wrap .main_title h1 span.b,
#main .post_index .post .text_wrap .main_title h3 span.b {
    font-weight: 700;
}
#main .post_index .post .text_wrap .main_title h1 span.b.b_inline,
#main .post_index .post .text_wrap .main_title h3 span.b.b_inline {
    display: inline;
}
@media screen and (max-width: 768px) {
    #main .post_index .post .text_wrap .main_title h1 span.b.b_inline,
    #main .post_index .post .text_wrap .main_title h3 span.b.b_inline {
        display: inline-block;
    }
}
#main .post_index .post a.photo {
    display: inline-block;
    padding-top: 66.6666666667%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    #main .post_index .post a.photo {
        margin-top: 40px;
    }
}
#main .post_index .post a.photo .photo_container {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#main .post_index .post a.photo .photo_container img {
    width: 100%;
    height: 100%;
}
#main .post_index .post a.photo .frame {
    border: 1px solid #ccc;
    position: absolute;
    inset: 0;
}
#main .post_index .post a.photo:hover .photo_container {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
}
@media screen and (max-width: 768px) {
    #main .post_index .post a.photo:hover .photo_container {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
#main .post_index .post .view_more {
    margin-top: 40px;
}
#main .post_index .post .view_more .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 146px;
    height: 40px;
    position: relative;
}
@media screen and (max-width: 768px) {
    #main .post_index .post .view_more .btn a {
        width: 136px;
        height: 38px;
    }
}
#main .post_index .post .view_more .btn a .bg {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #fcfcfc;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#main .post_index .post .view_more .btn a .text {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    padding-left: 0.05em;
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #222;
    position: relative;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}
@media screen and (max-width: 768px) {
    #main .post_index .post .view_more .btn a .text {
        font-size: 15px;
        -webkit-transform: translateY(-0.5px);
                transform: translateY(-0.5px);
    }
}
#main .post_index .post .view_more .btn a:hover .bg {
    background-color: #ababab;
}
@media screen and (max-width: 768px) {
    #main .post_index .post .view_more .btn a:hover .bg {
        background-color: #fcfcfc;
    }
}
#main .post_index .post .view_more .btn a .bg {
    background-color: #222;
}
#main .post_index .post .view_more .btn a .text {
    color: #fcfcfc;
}
#main .post_index .post .view_more .btn a:hover .bg {
    background-color: #666666;
}
@media screen and (max-width: 768px) {
    #main .post_index .post .view_more .btn a:hover .bg {
        background-color: #222;
    }
}
#main .post_index .post .text_wrap .sub_title .fv,
#main .post_index .post .text_wrap .sub_title .title,
#main .post_index .post .text_wrap .sub_title .content,
#main .post_index .post .text_wrap .sub_title .wp-block-spacer,
#main .post_index .post .text_wrap .sub_title .gallery {
    display: none;
}

#footer {
    background-color: #fcfcfc;
}
/*# sourceMappingURL=style.css.map */