@charset "UTF-8";

.pane-contents,
.pane-main {
    max-width: 100vw;
}

.container {
    width: 100vw;
}

.block-category-nav {
    max-width: 1080px;
    margin: 0 auto;
}

.block-category-main {
    max-width: 1080px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {

    .pane-main {
        margin-top: -10px;
    }
}


/* ==================================================
Page Head Custom
================================================== */
#page-head {

}

h2.block-category--hn {
    display: none;
}

@media screen and (max-width: 768px) {

    #page-head {
    }

    h2.block-event-page--header {
        display: none;
    }
    
}

/* ==================================================
LP Contents / Free space 5
================================================== */
.pane-contents.freespace5 {
    background: #fff;
}

#freespace5-edit-wrap {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    overflow-x:hidden;
}

.none {
    display: none;
}

.flex {
    display: flex;
    justify-content: center;
    margin-inline: auto;
    align-items: flex-start;
    gap:0px;
}

.bread {
    max-width: 800px;
    margin: 0 auto 30px;
    padding-top: 15px;
    text-align: left;
}

h2.title-txt {
    border: none;
    width: 35%;
    margin: 0 auto;
}

.bodoni-moda {
font-family: "Bodoni Moda", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 3;
  font-variation-settings: "opsz" 13;
}
.libre {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
   
.Mainlogogrp {
position:relative;
width:100%;
}

.Mainlogogrp img {
display:block;

}

.Maincont {
position:relative;
}

.toplogo {
position:absolute;
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
width:28%;
animation: moveLogo 1.8s ease-out forwards;
opacity:0.1;
}

@keyframes moveLogo {
 from {
top:60%;
opacity:0.1;
}
 to {
top: 86%;
opacity:1;
}
}


.subtitle {
            position:absolute;
            writing-mode: sideways-rl;
            color: #fff;
            font-size:16px;
            top: 50%;
            left: 7%;
            transform: translate(-50%, -50%);
}





.item1 {
width:50%;
}
.item2 {
width:50%;
}



  .grp1 {
    display: flex;
    margin: 0 auto;
    width:700px;
}

.grp1 .item1 {
    width: 65%;
    }
.grp1 .item2 {
    width: 35%;
    }


.credit {
position:absolute;
color: #fff;
top: 80%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 17px;
white-space:nowrap;
}


.staffcredit {
  font-size: 15px;
  color: #000;
  letter-spacing: 1.3px;
  white-space:nowrap;
  margin:0 auto;
}

.checkbtn {
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding-bottom: 10px;
}

.checkbtn::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid black;
}


@media screen and (max-width: 768px) {

    h2.title-txt {
        width: 60%;
    }

    .look-image {

        .flex {
            gap: 2px;
    
            .img {
                width: calc(33.3333% - 2px* 2 / 3);
            }
        }
    }

}




/* Fade in */
.imgFade {
    opacity: 0;
}

.imgAnim {
    -webkit-animation-name: imgAnim;
    animation-name: imgAnim;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes imgAnim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@media screen and (max-width: 480px) {
.subtitle {
font-size:13px;
}
.credit {
font-size: 12px;
}

.grp1 {
width: 100%;
}

.staffcredit {
  font-size: 12px;

}


}


.imgFade.fadeB {
    opacity: 0;
    transform: translateY(-50px);
    z-index: 5;
}

.imgAnim.fadeB {
    -webkit-animation-name: imgAnim;
    animation-name: imgAnim;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.imgFade.fadeT {
    opacity: 0;
    transform: translateY(50px);
    position: relative;
    z-index: 5;
}

.imgAnim.fadeT {
    -webkit-animation-name: imgAnim;
    animation-name: imgAnim;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.imgFade.fadeR {
    opacity: 0;
    transform: translateX(50px);
    position: relative;
    z-index: 5;
}

.imgFade.fadeL {
    opacity: 0;
    transform: translateX(-50px);
    position: relative;
    z-index: 5;
}

.imgAnim.fadeR {
    -webkit-animation-name: imgAnim;
    animation-name: imgAnim;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.imgAnim.fadeL {
    -webkit-animation-name: imgAnim;
    animation-name: imgAnim;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


