@charset "utf-8";
/* CSS Document */


html,body{
    margin: 0;
    padding: 0;
    height: 100dvh;     
    min-height: 300px;    
    overflow-x: hidden;
    overflow-y: hidden;
}


/* html{
 background-color: #dcdcdc;
} */

a:link,
a:visited {
    color: fff;
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto;
}

/* base----------------------------------- */

#wrapper {
    background-image: url(../images/gallery4/uribou_gallery_gallerybg4.webp) !important;
    background-size: 6.5% 100%;
    height: 95dvh;
    display: flex;
    align-items: center;
    width: fit-content;
    overflow-y: auto;
    transition: translate 2.5s;
}

@media screen and (max-width:768px) {
    #wrapper {
        overflow-y: hidden;
        /* height: 88dvh; */
        transition: translate 0.6s;
    }
}

.small_font {
    font-size: 16px !important;
}

.small_font2 {
    font-size: 14px !important;
}

.small_font3 {
    font-size: 12px !important;
}

/* top----------------------------------- */

.light_up_large {
    background-image: url(../images/gallery/uribou_gallery_light_large.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    width: 100vw;
    max-width: 1300px;
    height: auto;
    max-height: 1300px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.artist_infomation_A {
    padding: 0;
    aspect-ratio: 27/12;
    width: 90vw;
    max-width: 1130px;
    position: absolute;
    top: 18%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    display: grid;
    grid-template: 73.6% 25%/ 48% 52%;
}

.artist_infomation_only {
    display: block;
    width: 45%;

}

.artist_infomation_A img {
    max-width: none;
    width: 100%;
}

.infoA {
    display: inline-block;
}

.infoA_wrap {
    display: inline-block;
    width: 570px;
    vertical-align: top;
}

.info_a_a {
    grid-row: 1 / 3;
}

@media screen and (max-width:768px) {
    .artist_infomation_A {
        display: none;
    }

    .artist_infomation_A.artist_infomation_only {
        display: none;
    }

    .light_up_large {
        display: none;
    }
}

.artist_infomation_B {
    display: none;
}

.artist_infomation_B img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width:768px) {
    .artist_infomation_B {
        display: grid;
        width: 90%;
        margin: auto;
        height: 90%;
        grid-template: 93% 12% / 1fr;
    }

    .artist_infomation_B.artist_infomation_only {
        align-items: start;
    }
}


/* illust----------------------------------- */

.illust_wrap {
    width: 100vw;
    height: 100%;
    display: inline-block;
    position: relative;
}

.illust {
    width: 100%;
    height: 100%;
    position: relative;
}



.light_up {
    background-image: url(../images/gallery4/uribou_gallery_light_large2.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    width: 100%;
    max-height: min(95dvh, 1300px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}



.illust_height {
    width: 56dvmin;
    min-width: 200px;
    height: 72dvmin;
    padding: 0;
    position: absolute;
    top: 10%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}


.illust_height img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.illust_width {
    width: 70dvmin;
    min-width: 200px;
    height: 70dvmin;
    padding: 0;
    position: absolute;
    top: 13%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

.illust_width img {
    width: 100%;
    height: auto;
    /* border: solid 20px #daa520; */
}

.info_wrap {
    width: 20vw;
    text-align: center;
    position: absolute;
    top: 22%;
    bottom: 0;
    left: calc(calc(50% - calc(calc(55dvmin / 2) + 20vw)) / 2);
    z-index: 10;
}

.info_wrap_width {
    width: 20vw;
    text-align: center;
    position: absolute;
    top: 22%;
    bottom: 0;
    left: calc(calc(50% - calc(calc(70dvmin / 2) + 20vw)) / 2);
    z-index: 10;
}

.info {
    width: 100%;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.45);
    font-size: max(1.5dvmin, 11px);
    padding: 0.5em;
    box-sizing: border-box;
    position: relative;
    border: solid 1px #c0c0c0;
    box-shadow: 3px 5px 2px -1px #e6e6fa;
    font-weight: bold;
}

.illusttitle {
    font-weight: bold;
    font-size: 19px;
    text-shadow: 2px 3px #e6e6fa;
}


.product_button {
    width: 100%;
    background-color: #362e2b;
    margin: 10px auto;
    padding: 1em;
    text-align: center;
    font-weight: bold;
    font-size: unset;
    color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 5px 3px -1px #808080;
    opacity: 1;

}

@media screen and (max-width:768px) {

    .illust_height {
        top: 5%;
        width: 75dvw;
        height: 53dvh;
    }

    .illust_width{
        top: 14%;
        width: 88dvw;
        height: 88dvw;
        margin: 0 auto;
    }

    .info_wrap,.info_wrap_width {
        left: 50%;
        width: 60%;
        top: calc(53dvh + 5%);
        transform: translateX(-50%);
    }

    

    .info {
        text-align: center;
    }

    .info p {
        margin: 0;
    }

    .product_button {
        margin: 0.5em auto 0;
        width: fit-content;
        padding: 0.8em;
    }

    .light_up {
        background-image: radial-gradient(circle at 50vw 53vw, rgb(255 250 204 / 69%) 10%, transparent 37%);
        background-size: 100%;
    }

    .light_up::after {
        content: "";
        position: absolute;
        display: block;
        pointer-events: none;
        width: 100%;
        height: 100%;
        background-image: url(../images/gallery4/ug_phone_curtain.webp);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top center;
        z-index: 10;
    }

    .illusttitle { text-shadow: none;}
}



/* nav----------------------------------- */

.button01 {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.next_button,
.back_button {
    background: transparent;
    border: 0;
    width: 180px;
    height: auto;
    position: fixed;
    z-index: 100;
    top: calc(95dvh - 83px);
    cursor: pointer;
}

.next_button img,
.back_button img {
    width: 100%;
    height: auto;
}


.next_button {
    right: 30px;
}

.back_button {
    left: 30px;
}

.next_button.hide,
.back_button.hide {
    opacity: 0.3;
    pointer-events: none;
}



@media screen and (max-width:768px) {
    .button01 {
        top: 5px;
        right: 5px;
        width: 60px;
        display: none;
    }

    .next_button,
    .back_button {
        display: none;
    }
}

.navToggle {
    display: block;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 81px;
    cursor: pointer;
    z-index: 21;
    background-color: #362e2b;
    text-align: center;
    border: none;
}

.navToggle span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 0;
    /* background: #fff; */
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    text-align: center;
}

.navToggle span:nth-child(1) {
    top: 18%;
}

.navToggle span:nth-child(2) {
    top: 36%;
}

.navToggle span:nth-child(3) {
    top: 53%;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 17px;
    font-weight: bold;
    top: 50px;
}


.navToggle.active span:nth-child(1) {
    top: 35%;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    transform: rotate(-50deg);
}


.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 35%;
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    transform: rotate(50deg);
}

nav.menu {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    background-color: rgba(63, 49, 43, 0.9);
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100vw;
    height: 100%;
    opacity: 0;
}

nav.menu ul {
    width: 100%;
    height: auto;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    padding-top: 90px;
}

nav.menu ul li {
    list-style-type: none;
    margin: 0;
    width: 100%;
    border-top: 1px solid #fff;
    font-size: 5vw;
    color: #fff;
}



nav.menu ul a:last-child li {
    border-bottom: 1px solid #fff;
    padding: 1em 0;
}

nav.menu ul li a {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}


nav.menu.active {
    transform: translateY(0%);
    opacity: 1;
}

@media screen and (min-width:768px) {

    .navToggle,
    .menu {
        display: none;
    }
}

/* footer----------------------------------- */

footer {
    bottom: 0;
    height: 5dvh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: fixed;
    left: 0;
}

footer a:link,
footer a:visited {
    color: #fff;
    text-decoration: none;
}

footer img{
    display: none;
}


@media screen and (max-width:768px) {

    footer {
        height: 12dvh;

    }

    footer img{
        display: inline-block;
        
    }
    
}


.g_comment {
    height: 100px;
    margin: 5px;
    color: #622d18;
    opacity: 1;

}

.g_comment_title {
    margin: 5px;
    color: #622d18;
    opacity: 1;
}

.twitterbutton {
    display: inline-block;
    width: 80px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #00bfff;
    line-height: 4px;
    border-radius: 7px;
    margin: 10px;
}

.facebookbutton {
    display: inline-block;
    width: 80px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #000080;
    line-height: 4px;
    border-radius: 7px;
    margin: 10px;
}

.signpost {
    position: absolute;
    top: 80px;
    right: 30px;
    max-width: 50%;
}


.exitbutton {
    width: 500px;
    height: 700px;
    position: absolute;
    bottom: 0;
    right: 500px;
}

.small_font {
    font-size: 16px;
}


footer {
    position: fixed;
    bottom: 0;
}

footer a:link,
footer a:visited {
    color: #fff;
    text-decoration: none
}