@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/gallery/uribou_gallery_gallerybg.webp); 
 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: cover;
    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: 88% 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;
}


.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;
}

.light_up {
    background-image: url(../images/gallery/uribou_gallery_light.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    max-width: 1000px;
    max-height: min(95dvh,1300px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.illust_height img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.info_wrap {
    width: 20vw;
    text-align: center;
    position: absolute;
    top: 22%;
    left: calc(calc(50% - calc(calc(55dvmin / 2) + 20vw)) / 2);
    z-index: 10;
}

.info {
    width: 100%;
    text-align: left;
    background-color: #c0c0c0;
    font-size: max(1.5dvmin, 11px);
    padding: 0.5em;
    box-sizing: border-box;
    position: relative;
    border: solid 1px #c0c0c0;
    box-shadow: 0px 3px 2px -1px #e5e5e5;
    font-weight: bold;
}

.illusttitle {
    font-weight: bold;
    font-size: revert;
}

.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;
    position: relative;
}

@media screen and (max-width:768px) {

    .illust_height {
        top: 5%;
        width: 90dvw;
        height: 55dvh;
    }
    
    .info_wrap {
        left: 50%;
        width: 60%;
        top: calc(57dvh + 5%);
        transform: translateX(-50%);
    }
    
    .info {
        text-align: center;
    }
    
    .info p {
        margin: 0;
    }
}




/* nav----------------------------------- */
.button01 {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.signpost {
    padding-top: 5%;
    padding-right: calc(150px + 5%);
    margin-left: auto;
    margin-block: 0;
    width: fit-content;
}

.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;
    }

    .signpost {
        padding: calc(81px + 3%) 3% 0 0;
        width: 50%;
        margin-left: auto;
    }
}

.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;
        
    }
    
}




