@charset "UTF-8";

#wrapper.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

#content {
    min-height: 1080px;
    padding-top: 10px;
}

#top-content {
    overflow: hidden;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: -webkit-calc(100% + 100px);
    height: -moz-calc(100% + 100px);
    height: calc(100% + 100px);
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    transition: all 0.5s linear;
}

#top-content-bottom {
    position: relative;
}

#top-content-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #ccc;
    color: rgba(255,255,255,0.7);
    font-size: 300%;
}

body.scrolled #top-content {
    opacity: 0;
    top: -webkit-calc(-100% - 100px);
    top: -moz-calc(-100% - 100px);
    top: calc(-100% - 100px);
}

#top-content-logo {
    opacity: 0;
    margin-top: -120px;
    margin-bottom: 44px;
    padding: 12px;
    transition: all 0.5s linear;
}


#shoulder {
    opacity: 0;
    position: relative;
    margin-top: -40px;
    margin-bottom: 20px;
    color: #fff;
}

    #shoulder .jp {
        font-size: 270%;
    }

#top-content-scroll-txt {
    opacity: 0;
    margin: 22px 0 44px;
}

#top-content-scroll-icon {
    opacity: 0;
}

#top-content-scroll-icon.animate {
    animation: vertical 1s ease-in-out infinite alternate;
}

@keyframes vertical {
    0% { transform:translateY(-10px); }
    100% { transform:translateY(  0px); }
}

#top-tab-service {
    opacity: 0;
    position: absolute;
    top: 15%;
    right: 0;
    z-index: 1010;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.75);
    background-color: #222;
}

    #top-tab-service dt {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-direction: column;
        padding: 44px 14px 12px 14px;
        color: #fff;
        background-color: #21a9ac;
        background-image: url(/common/img/icon-logo01.png);
        background-repeat: no-repeat;
        background-position: center 6px;
        border-radius: 8px 0 0 8px;
        font-size: 185%;
        font-weight: 600;
        line-height: 0.75;
        font-family: 'Hiragino Kaku Gothic ProN',arial;
        cursor: pointer;
    }

        #top-tab-service dt span {
            display: block;
            transform: rotate(90deg);
            text-align: center;
        }

    #top-tab-service dd {
    }

        #top-tab-service dd ul {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex-direction: column;
        }

            #top-tab-service dd ul li {
                padding: 12px;
            }

                    #top-tab-service dd ul li a {
                        display: block;
                        color: #fff;
                        font-size: 139%;
                        text-decoration: underline;
                    }

                    #top-tab-service dd ul li a:hover {
                        text-decoration: none;
                    }

#item-list {
    overflow: hidden;
    margin: auto;
}

    #item-list li.item {
        opacity: 0;
        float: left;
        width: 305px;
        height: 305px;
        transition: all 0.5s linear;
    }

#item-list li.item.Wx2 {
    width: 610px;
}

#item-list li.item.Hx2 {
    height: 610px;
}

.item-box {
    overflow: hidden;
    margin: 10px;
}


.item-img {
    width: 285px;/*ex: 100%*/
    height: 285px;/*ex: 100%*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

li.item.Wx2 .item-img {width: 590px;}

li.item.Hx2 .item-img {height: 590px;}

    .item-img img {
        opacity: 1.0;
        width: 100%;
        height: 100%;
        transition: all 0.5s linear;
    }

    .hover .item-img img {
        opacity: 0;
    }

.name,
.btn-detail,
.btn-store,
.btn-ext,
.btn-zoom {
    overflow: hidden;
    position: absolute;
    z-index: 10;
    width: 60%;
    height: 60%;
    transition: all 2.0s cubic-bezier(0.41, 0.13, 0.61, 1.44);
}

.btn-detail,
.btn-store,
.btn-ext,
.btn-zoom {
    width: 0%;
    height: 0%;
}

.name {z-index: 5;}

.name {
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.circle {
    opacity: 0;
    display: block;
    width: 60%;
    height: 60%;
    background-color: rgba(0,0,0,0.5);
    border-radius: 88px;
    transition: all 0.5s linear;
}

.hover .circle {
    opacity: 1.0;
}

.btn-detail .circle,
.btn-store .circle,
.btn-ext .circle,
.btn-zoom .circle {
    position: relative;
    width: 100%;
    height: 100%;
}


.Wx2 .btn-corner .circle {
    width: 50%;
}

.Hx2 .btn-corner .circle {
    height: 50%;
}

.btn-corner:hover .circle {
    background-color: rgba(0,0,0,0.8);
}

.btn-corner a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 50%;
    opacity: 0.8;
    position: absolute;
    text-decoration: none;
    color: #fff;
    font-size: 185%;
    transition: all 0.2s cubic-bezier(0.01, 0.62, 0.87, 1.43);
}

.btn-corner a:hover {
    opacity: 1.0;
    font-size: 240%;
}

a.detail {
    top: 8px;
    right: 8px;
/*transform: rotate(-45deg);*/
}
a.store {
    right: 8px;
    bottom: 8px;
/*transform: rotate(45deg);*/
}
a.ext {
    left: 8px;
    bottom: 8px;
/*transform: rotate(-45deg);*/
}
a.zoom {
    top: 8px;
    left: 8px;
/*transform: rotate(45deg);*/
}


    .btn-corner a span {
        display: block;
    }

/*default*/

.name .circle {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 0%;
    height: 0%;
    transition: all 0.5s cubic-bezier(0.41, 0.13, 0.61, 1.44);
}

    .name .circle span {
        opacity: 0;
        display: block;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        line-height: 1.2;
    }
    .name .circle span.name-jp {}
    .name .circle span.name-en {
        position: relative;
        margin-top: 0.4em;
        padding-top: 0.7em;
    }

    span.name-en:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        width: 100%;
        height: 2px;
        margin-left: -0.25em;
        padding: 0 0.25em;
        border-radius: 2px;
    }


.btn-detail {
    left: 0; bottom: 0;
    margin: 0 0 -60% -60%;
}
.btn-store {
    top: 0; left: 0;
    margin: -60% 0 0 -60%;
}
.btn-ext {
    top: 0; right: 0;
    margin: -60% -60% 0 0;
}
.btn-zoom {
    right: 0; bottom: 0;
    margin: 0 -60% -60% 0;
}

.Wx2 .btn-detail {
    left: 0; bottom: 0;
    margin: 0 0 -30% -30%;
}
.Wx2 .btn-store {
    top: 0; left: 0;
    margin: -30% 0 0 -30%;
}
.Wx2 .btn-ext {
    top: 0; right: 0;
    margin: -30% -90% 0 0;
}
.Wx2 .btn-zoom {
    right: 0; bottom: 0;
    margin: 0 -90% -30% 0;
}

.Hx2 .btn-detail {
    left: 0;
    bottom: 0;
    margin: 0 0 -180% -60%;
}

.Hx2 .btn-zoom {
    right: 0;
    bottom: 0;
    margin: 0 -60% -180% 0;
}

/*hover and touch*/
/*activetransform: scale(1.2);*/

.hover .btn-detail,
.hover .btn-store,
.hover .btn-ext,
.hover .btn-zoom {
    width: 60%;
    height: 60%;
}

.hover .name .circle {
    width: 60%;
    height: 60%;
/*
    font-size: 185%;
    font-weight: 600;
    font-family: 'Hiragino Kaku Gothic ProN';
*/
}

.hover .name .circle span {
    overflow: hidden;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 185%;
}

.hover .name .circle span.text_jp_longer,
.hover .name .circle span.text_en_longer {
    font-size: 125%;
}

.Wx2 .hover .name .circle {
    width: 30%;
    height: 60%;
}

.Hx2 .hover .name .circle {
    width: 60%;
    height: 30%;
}

.hover .btn-detail {
    left: 0; bottom: 0;
    margin: 0 0 -30% -30%;
}
.hover .btn-store {
    top: 0; left: 0;
    margin: -30% 0 0 -30%;
}
.hover .btn-ext {
    top: 0; right: 0;
    margin: -30% -30% 0 0;
}
.hover .btn-zoom {
    right: 0; bottom: 0;
    margin: 0 -30% -30% 0;
}

.Wx2 .hover .btn-detail {
    left: 0; bottom: 0;
    margin: 0 0 -15% -15%;
}
.Wx2 .hover .btn-store {
    top: 0; left: 0;
    margin: -15% 0 0 -15%;
}
.Wx2 .hover .btn-ext {
    top: 0; right: 0;
    margin: -15% -45% 0 0;
}
.Wx2 .hover .btn-zoom {
    right: 0; bottom: 0;
    margin: 0 -45% -15% 0;
}

.Hx2 .hover .btn-detail {
    left: 0;
    bottom: 0;
    margin: 0 0 -90% -30%;
}

.Hx2 .hover .btn-zoom {
    right: 0;
    bottom: 0;
    margin: 0 -30% -90% 0;
}


.hover .btn-corner {
    transition: all 0.5s linear;
}

.hover .btn-corner:active {
    transform: scale(1.1);
}



#item-window {display: none;}

.item-popup-box01 {
    overflow: hidden;
    text-align: left;
}

    .item-popup-box01 h2 {
        font-size: 124%;
        font-weight: 600;
        margin: 12px 0 16px;
        padding-left: 28px;
        background-image: url(/common/img/icon-logo02.png);
        background-repeat: no-repeat;
        background-position: 0 center;
    }
    
    #cboxTitle br,
    .item-popup-box01 h2 br {display: none;}

    #cboxLoadedContent {
        oveflow-y: scroll;
    }

.popup-inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
    margin-top: 12px;
}

    .popup-main-pic {
        width: 80%;
    }

        .popup-main-pic img {width: 100%;}

    .popup-thumb-pic {
        width: 20%;
    }

        .popup-thumb-pic li {
            width: 100%;
            margin: 0 0 5px 5px;
            cursor: pointer;
        }

            .popup-thumb-pic li img {width: 100%;}


.lazy {
    /*display: none;*/
}