@charset "UTF-8";

/* * * * * * * * * * * * * * * * * *
 top.css
* * * * * * * * * * * * * * * * * */

body {
    padding: 0;
}

#header .logo {
    display: none;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 10px;
    margin-bottom: 80px;
}

h2:after {
    content: "";
    display: block;
    height: 1px;
    width: 42px;
    margin: 20px auto 0;
    background: #3e2d26;
}

#opening {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: #FFFF;
    display: table;
    z-index: 9999;
}

#opening #logobox {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#opening #logobox svg {
    width: 260px;
}

#mv .logo {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/common/logo_w.svg) center center no-repeat;
    background-size: 285px auto;
}

#mv .scroll {
    display: block;
    width: 15px;
    height: 23px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -7px;
    background: url(../img/common/icon_scroll.png) center center no-repeat;
}

@keyframes scroll {
    0% {
        top: 5px;
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        top: 10px;
        opacity: 0;
    }
}

#mv .scroll:after {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    width: 3px;
    height: 3px;
    background: #FFF;
    animation-name: scroll;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#mv .colorbox {
    display: block;
    width: 22px;
    height: 20px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-left: -7px;
    background: url(../img/common/icon_link.svg) center center no-repeat;
}

#about {
    padding: 60px 0;
}

#about #about_mv {
    width: 603px;
    float: right;
    position: relative;
    margin-right: -87px;
}

#about .text {
    webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 508px;
    float: left;
    padding-right: 162px;
    padding-top: 60px;
    box-sizing: border-box;
}

z #about h2 {
    font-weight: normal;
    letter-spacing: 1px;
    margin-left: 60px;
    margin-bottom: 0;
    text-align: left;
}

#about h2:after {
    display: none;
}

#about p {
    margin-left: 50px;
}

#about p a {
    padding-top: 32px;
    background: url(../img/common/arrow_down.png) center top no-repeat;
    background-size: 8px auto;
}

#archive {
    width: 1024px;
    margin: 0 auto;
    padding: 102px 40px 76px;
    background: #f6f6f6;
}

#archive ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#archive li {
    width: 315px;
    background: #FFF;
    margin-bottom: 40px;
}

#archive li .img {
    height: 315px;
    width: 100%;
    overflow: hidden;
}

#archive li .img img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#archive li a:hover .img img {
    transform: scale(1.1, 1.1);
}

#archive li .text {
    height: 145px;
    padding: 27px;
    position: relative;
    box-sizing: border-box;
    background: url(../img/common/arrow.png) 272px 108px no-repeat;
    background-size: 20px auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#archive li a:hover .text {
    background-position: 282px 108px;
}

#archive li .text .nb {
    position: absolute;
    left: 18px;
    top: -16px;
    padding: 5px 10px;
    color: #FFF;
    background: #1b484d;
}

#archive li .text .name {
    font-size: 18px;
}

#archive li .text .date {
    position: absolute;
    left: 27px;
    bottom: 27px;
    font-size: 10px;
}

#news {
    width: 1024px;
    margin: 0 auto;
    padding: 102px 120px 76px;
    box-sizing: border-box;
}

#news p {
    margin-bottom: 40px;
    padding-left: 57px;
    background: url(../img/common/arrow.png) left center no-repeat;
    background-size: 20px auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#news p.laid_logo:before {
    content: "";
    position: absolute;
    left: 111px;
    top: -7px;
    padding: 30px;
    margin: 0 0 0 -59px;
    background: url(../img/news/laid_logo.jpg) top center no-repeat;
    background-size: contain;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#news p.laid_logo {
    padding: 0 0 0 120px;
    position: relative;
}

@media screen and (max-width: 768px) {
    #news p.laid_logo {
        position: relative;
        width: 70%;
        padding: 0 0 0 100px;
    }
    #news p.laid_logo::before {
        top: 3px;
        left: 90px;
    }
}

#news p span {
    width: 74px;
    display: inline-block;
    font-size: 10px;
}

ul#instabox li {
    width: 20%;
    margin-bottom: 2px;
    overflow: hidden;
}

ul#instabox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content: space-between;
    padding: 1px;
}

ul#instabox li a {
    display: block;
    height: 300px;
    margin: 0 1px 2px;
    background-size: cover;
}

ul#instabox li a span {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    transform: translateY(100%);
}

ul#instabox li a:hover span {
    transform: translateY(0%);
}

ul#instabox li a span:before {
    content: "view instagram";
    display: table-cell;
    vertical-align: middle;
    color: #FFF;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}

ul#instabox li a:hover span:before {
    opacity: 1;
}

ul#instabox li a img {
    object-fit: cover;
    height: inherit;
}

#instagram a i {
    width: 14px;
    height: 14px;
    background: url(../img/common/icon_insta_s.svg) left center no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 8px;
}

@media screen and (min-width: 769px) and (max-width: 1198px) {
    #about .text {
        width: 284px;
        padding-right: 40px;
        padding-top: 60px;
    }
    #about #about_mv {
        margin-right: 0;
        max-width: 60%;
    }
    #archive {
        max-width: 1024px;
        width: 100%;
        margin: 0 auto;
        padding: 102px 0 76px;
    }
    #archive li {
        width: 30%;
    }
    #news {
        max-width: 1024px;
        width: 100%;
    }
    .inner {
        max-width: 1024px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 18px;
        letter-spacing: 8px;
        margin-bottom: 50px;
    }
    #mv {
        width: 100%;
        height: 100%;
    }
    #mv_bg {
        width: 100%;
        height: 100%;
        background: url(../img/home/mainimg_sp.jpg) center center no-repeat;
        background-size: cover;
    }
    #mv .logo {
        background-size: 255px auto;
    }
    #mv .colorbox {
        display: none;
    }
    #about #about_mv {
        width: 100%;
        margin: 0 0 20px;
    }
    #about .text {
        width: auto;
        padding: 0;
        float: none;
        writing-mode: horizontal-tb;
        text-align: left;
    }
    #about h2 {
        margin: 0 0 30px;
    }
    #about p {
        margin: 40px 0 20px;
        text-align: center;
    }
    #archive {
        width: auto;
        padding: 50px 5% 30px;
    }
    #archive ul {
        align-items: center;
        display: block;
    }
    #archive li .img {
        height: 40%;
    }
    #archive li {
        width: auto;
        max-width: 315px;
        margin: 0 auto 40px;
    }
    #archive li.noSP {
        display: none;
    }
    #archive li .text {
        background-position: 90% 108px;
    }
    #news {
        width: auto;
        padding: 50px 5% 30px;
    }
    #news p {
        padding-left: 30px;
        background-size: 15px auto;
    }
    #news p span {
        width: 100%;
    }
    ul#instabox li {
        width: 33.3%;
    }
    ul#instabox li:last-child {
        display: none;
    }
    #about p a.sp_under {
        text-decoration: underline;
    }
    #about h2 {
        text-align: center;
    }
    #instagram {
        padding: 50px 5% 30px;
    }
    ul#instabox {
        flex-direction: column;
    }
    ul#instabox li {
        width: 100%;
    }
}