@charset "UTF-8";
/*/////////////
comon
/////////////*/
html{
    font-size: 62.5%;
}
body{
    font-size: 1.4rem;
    background-color: #F7F7F7;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
img{
    width: 100%;
}
.wrap{
    max-width: 1200px;
    padding: 0 4%;
    margin: 0 auto;
}
.secTitle{
    width: 250px;
    height: 35px;
    text-align: center;
    font-size: 2.4rem;
    color: #FFF;
    background-color: #76DCCA;
}
/*header*/
#header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 80px;
    background-color: #FFF;
    z-index: 1001;
}
#header .logo{
    font-size: large;
    font-weight: bold;
    display: block;
}
#header .logo a{
    display: block;
}
#header .logo img{
    display: block;
}
#header .headerWrap{
    height: 100%;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .navi ul{
    padding: 0 20px;
    display: flex;
    border-radius: 5px;
    background-color: #76DCCA;
}
#header .navi a{
    display: block;
    padding:10px 20px;
    font-size: 2.0rem;
    color: #FFF;
    line-height: 1;
}
#header .navi a:hover{
    color: #76DCCA;
    background-color: #FFF;
}
#HBMenuBtn{
    display: none;
    flex-direction: column;
    position: fixed;
    top: 30px;
    right: 5%;
    z-index: 1005;
}
#HBMenuBtn:hover{
    opacity: 0.5;
}
#HBMenuBtn p{
    margin-right: 10px;
    font-size: 2rem;
    color: #76DCCA;
    line-height: 1;
    cursor: default;
}
#HBMenuBtn .barWrap{
    margin-bottom: 2px;
}
#HBMenuBtn .bar{
    width: 30px;
    height: 2px;
    background-color: #76DCCA;
}
#HBMenuBtn .bar1,#HBMenuBtn .bar3{
    transition: 0.3s;
}
#HBMenuBtn .bar2{
    margin: 6px 0;
    transition: 0.2s;
}
#HBMenuBtn .bar1.menuOpen{
    rotate:45deg;
    transform: translate(5px,5px);
    transition: 0.3s;
}
#HBMenuBtn .bar2.menuOpen{
    opacity: 0;
    transition: 0.2s;
}
#HBMenuBtn .bar3.menuOpen{
    rotate:-45deg;
    transform: translate(6px,-7px);
    transition: 0.3s;
}
/*footer*/
#footer{
    background-color: #D9D9D9;
}
#footer .container{
    background-color: #76DCCA;
}
#footer nav{
    padding: 30px 4%;
    display: flex;
    flex-direction: column;
}
#footer nav ul{
    padding-right: 30px;
}
#footer nav li{
    padding-bottom: 5px;
}
#footer nav a{
    padding: 0 5px;
    font-size: 1.8rem;
    color: #FFF;
    border-radius: 2px;
}
#footer nav a:hover{
    color: #76DCCA;
    background-color: #FFF;
}
#footer .copywrite{
    padding: 20px;
    font-size: 1.0rem;
    text-align: center;
}
/*SP*/
@media screen and (max-width:900px) {
    #header .navi ul{
        display: block;
        position: fixed;
        top: 80px;
        right: 200%;
        flex-direction: column;
        border: 3px solid #FFF;
    }
    #header .navi ul.menuOpen{
        right: 0;
    }
    #header .navi li{
        border-bottom: 1px solid #FFF;
    }
    #header .navi li:last-child{
        border-bottom: none;
    }
    #header .logo{
        width:50% ;
        max-width: 270px;
    }
    #header .headerWrap{
        padding:0 5%;
    }
    #HBMenuBtn{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    #footer nav{
        flex-direction: column;
    }
}
@media screen and (max-width:400px) {
    .wrap{
        padding: 0 2%;
    }
    #footer nav li{
        margin-bottom: 10px;
    }
    #footer nav a{
        font-size: 1.4rem;
    }
}
/*/////////////
index
/////////////*/
/*main*/
.dummy{
    aspect-ratio: 1;
    background-color: #FAFC71;
}
/*new&pickup*/
#newAndPickup{
    margin-top: 160px;
    margin-bottom: 50px;
}
#newAndPickup .wrap{
    position: relative;
}
#newAndPickup .secText{
    padding: 5px 4%;
    font-size: 1.6rem;
    color: #FFF;
    background-color: #76DCCA;
}
#newAndPickup .BGwrap{
    padding: 20px 20px;
    background-color: #D9D9D9;
}
#newAndPickup .new{
    margin-bottom: 20px;
}
/*slick*/
#newAndPickup .slickSlideShow{
    position: relative;
    background-color: #363636;
}
#newAndPickup .slickSlideShow .image{
    padding: 0 20px;
    width: 18%;
}
#newAndPickup .slickSlideShow .slideBase{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
}
#newAndPickup .slickSlideShow .slideImg{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
#newAndPickup .slide-arrow{
    position: absolute;
    width: 40px;
    height: 100%;
    background-color: #101010;
    opacity: 0.5;
    z-index: 500;
}
#newAndPickup .slide-arrow:hover{
    opacity: 0.8;
}
#newAndPickup .prev-arrow{
    top: 0;
    left: 0;
}
#newAndPickup .next-arrow{
    top: 0;
    right: 0;
}
#newAndPickup .prev-arrow::after,#newAndPickup   .next-arrow::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: 20%;
    background-color: #FFF;
    z-index: 501;
}
#newAndPickup .prev-arrow::after{
    clip-path: polygon(70% 0, 50% 50%, 70% 100%, 50% 100%, 30% 50%, 50% 0);
}
#newAndPickup .next-arrow::after{
    clip-path: polygon(50% 0, 70% 50%, 50% 100%, 30% 100%, 50% 50%, 30% 0);
}
/*database link*/
#database{
    margin-bottom:10%;
}
#database .container{
    width: 100%;
    display: flex;
    flex-direction: column;
    column-gap: 60px;
    padding: 5%;
    text-align: center;
    background-color: #D9D9D9;
}
#database a{
    display: inline;
    font-size: 6.4rem;
    color: #FFF;
    background-color: #76DCCA;
    border-radius: 5px;
}
#database a:first-child{
    margin-bottom: 10%;
}
/*SP*/
@media screen and (max-width:650px) {
    #database a{
        font-size: 4.4rem;
    }   
}
@media screen and (max-width:460px) {
    #database a{
        font-size: 3.5rem;
    }   
}
@media screen and (max-width:340px) {
    #database a{
        font-size: 3rem;
    }   
}
/*/////////////
avatar
/////////////*/
#intro{
    margin-top: 120px;
}
#list{
    margin-top: 60px;
    overflow: hidden;
}
#list .option{
    margin: 20px auto;
    display: flex;
    justify-content: end;
}
#list .option .inner{
    width: 70%;
    background-color: #76DCCA;
    border-radius: 5px;
    transition: 0.2s;
}
#list .option .innerFlex{
    display: flex;
}
#list .option .optionMenu{
    position: relative;
    width: 100%;
    color: #FFF;
    margin: 5px 10px;
    cursor: pointer;
    transition: 0.2s;
}
#list .option .optionMenu .hover{
    color: #76DCCA;
    background-color: #FFF;
}
#list .option .optionMenu .flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
#list .option .optionMenu p{
    padding: 0 10px;
    border-radius: 2px;
}
#list .option .optionMenu img{
    width: 30%;
    height: 30%;
}
#list .option .pulldown{
    position: absolute;
    top: 110%;
    width: 100%;
    display: none;
    text-align: right;
    color: #000;
    background-color: #FFF;
    border-radius: 5px;
}
#list .option .pulldown li{
    padding-right: 5px;
    border-radius: 2px;
}
#list .option .pulldown li:hover{
    background-color: #CBCBCB;
}
#list .option .displayColumns .pulldown li:nth-child(-n+1){
    display: none;
}
#list .option .displaySort .pulldown{
    right: 0;
    width: 200%;
}
#list .loading{
    width: 256px;
    margin: 0 auto;
    opacity: 0.8;
}
#list .loading img{
    animation: 10s linear 0s infinite loading;
}
@keyframes loading{
    from{
        rotate: 0deg;
    }
    to{
        rotate: 360deg;
    }
}
#list .largerImage{
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    background-color: rgba(0 0 0 / 50%);
    z-index: 1020;
}
#list .largerImage img{
    max-width: 50%;
    max-height: 90%;
    width: auto;
    user-select: none;
}
#list .searchResult{
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
}
#list .listBlock{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
#list .listBlock.open{
    margin-bottom: 0;
}
#list .item.thumbnail{
    width: 30%;
    position: relative;
    cursor: pointer;
    background-color: #76DCCA;
    z-index: 201;
    display: flex;
    align-items: center;
    aspect-ratio: 1/1;
}
#list .thumbnail:hover::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: 0.4;
    z-index: 202;
    transition: 0.2s;
}
#list .thumbnail.open:hover::after{
    transform: translateY(100px);
}
#list .thumbnailImg{
    display: block;
    user-select: none;
    align-items: center;
    transition: 0.2s;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
#list .thumbnailImg.open{
    transform: translateY(100px);
}
#list .itemDetail{
    display: none;
    padding: 20px 0;
    margin-bottom: 20px;
    background-color: #363636;
    box-shadow: 0 0 5px 5px inset;
}
#list .detailDummy{
    display: none;
    height: 1000px;
}
#list .itemDetail .wrap{
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #CBCBCB;
    border: 5px solid #76DCCA;
    border-radius: 5px;
    box-shadow: 0 0 5px 5px;
}
#list .itemDetail .item{
    opacity: 0;
    transition: 0.5s;
}
#list .itemDetail .item.open{
    opacity: 1;
}
#list .itemDetail .detailList{
    width: 100%;
    margin-top: 70px;
    display: flex;
    justify-content: center;
    gap: 5px;
}
#list .itemDetail .sampleImgMount{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
}
#list .itemDetail .image{
    margin: 20px 5%;
    display: flex;
    justify-content: center;
    gap: 5%;
}
#list .itemDetail .image .sampleImg{
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    cursor: pointer;
}
#list .linkWrap{
    width: 30%;
}
#list .Link{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    color: #000;
    background-color: #FFF;
    border-radius: 5px;
}
#list .Link:nth-child(-n+1){
    margin-bottom: 30px;
}
#list .Link span{
    margin-right: 30px;
}
#list .boothLogo{
    width: 64px;
    margin: 20px;
}
#list .shopLink .boothLogo{
    width: 32px;
    margin: 15px;
}
#list .detailText-Table{
    width: 50%;
    border-collapse: separate;
    border-spacing: 0 10px;
}
#list .detailText-Table th{
    width: 30%;
    font-size: 1.8rem;
}
#list .detailText-Table td{
    width: 70%;
    font-size: 1.8rem;
}
#list .detailText-Table th,#list .detailText-Table td{
    margin-bottom: 10px;
    border-bottom: 2px solid #FFF;
}
/*pagination*/
#pagination{
    max-width: 600px;
    padding-top: 50px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#pagination .pageNumberList{
    display: flex;
}
#pagination .pageNumberList .pageNumber{
    width: 35px;
    margin: 0 5px;
    text-align: center;
    font-size: 1.6rem;
    cursor: pointer;
}
#pagination .pageNumberList .pageNumber{
    color: #FFF;
    border: 2px solid #76DCCA;
    border-radius: 3px;
    background-color: #CBCBCB;
}
#pagination .pageNumberList .pageNumber{
    display: block;
    color: #FFF;
}
#pagination .pageNumberList .pageNumber:hover{
    color: #76DCCA;
    background-color: #FFF;
}
#pagination .pageNumberList .pageNumber.now{
    background-color: #76DCCA;
    cursor:default ;
}
#pagination .pageNumberList .pageNumber.now:hover{
    color: #FFF;
}
#pagination .prev,#pagination .next{
    position: relative;
    font-size: 2.0rem;
    color: #FFF;
    background-color: #76DCCA;
    border-radius: 5px;
    line-height: 1;
    cursor: pointer;
}
#pagination .prev.none,#pagination .next.none{
    opacity: 0;
    cursor: default;
}
#pagination .prev:hover,#pagination .next:hover{
    color: #76DCCA;
    background-color: #FFF;
}
#pagination .prev{
    padding: 8px 20px 5px 40px;
}
#pagination .prev::after{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    background-color: #FFF;
    clip-path: polygon(0 50%,100% 0,100% 100%);
}
#pagination .prev:hover::after,#pagination .next:hover::after{
    background-color: #76DCCA;
}
#pagination .next{
    padding: 8px 40px 5px 20px;
}
#pagination .next::after{
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    background-color: #FFF;
    clip-path: polygon(0 0%,100% 50%,0 100%);
}
/*SP*/
@media screen and (max-width:900px) {
    #list .option .displayColumns .pulldown li:nth-child(n+1){
        display: block;
    }
    #list .option .displayColumns .pulldown li:nth-child(n+4){
        display: none;
    }
    #list .itemDetail .item{
        margin-top: 50px;
    }
    #list .linkWrap{
        width: 40%;
    }
    #list .Link span{
        margin-right: 0;
        font-size: 1.8rem;
    }
    #list .boothLogo{
        width: 32px;
        margin: 15px;
    }
    #list .detailText-Table th{
        font-size: 1.8rem;
    }
    #list .detailText-Table td{
        font-size: 1.8rem;
    }
}
@media screen and (max-width:700px){
    #list .largerImage img{
        max-width: 75%;
    }
    #list .Link span{
        font-size: 1.6rem;
    }
    #list .shopLink span{
        font-size: 1.4rem;
    }
    #list .itemDetail .image{
        margin: 4%;
    }
}
@media screen and (max-width:550px){
    #list .option .inner{
        width: 100%;
    }
    #list .option .optionMenu .flex{
        flex-direction: column;
        row-gap: 5px;
    }
    #list .linkWrap{
        width: 40%;
    }
    #list .Link span{
        margin-right: 0;
        font-size: 1.4rem;
    }
    #list .itemDetail .detailList{
        display: inline-block;
    }
    #list .detailText-Table{
        width: 100%;
        margin-bottom: 2%;
    }
    #list .detailText-Table th{
        width: 30%;
        font-size: 1.4rem;
    }
    #list .detailText-Table td{
        width: 70%;
        font-size: 1.4rem;
    }
    #list .itemDetail .image{
        flex-wrap: wrap;
        margin-top: 20px;
    }
    #list .itemDetail .sampleImgMount{
        width: 45%;
        margin-bottom: 2%;
    }
    #list .linkWrap{
        width: 100%;
    }
}
@media screen and (max-width:400px) {
    #list .option .inner{
        width: 100%;
    }
    #list .option .optionMenu{
        width: 40%;
        margin-bottom: 10px;
    }
    #list .option .displayColumns .pulldown li:nth-child(n+1){
        display: block;
    }
    #list .option .displayColumns .pulldown li:nth-child(n+3){
        display: none;
    }
    #list .itemDetail .wrap{
        flex-direction: column;
    }
    #list .itemDetail .detailList{
        flex-direction: column;
    }
    #list .itemDetail .image{
        width: 90%;
        margin: 30px 0 30px 0;
        flex-wrap: wrap;
        flex-direction: row;
    }
    #list .itemDetail .image img{
        width: 48%;
    }
    #list .linkWrap{
        width: 100%;
    }
    #pagination{
        flex-direction: column;
        row-gap: 20px;
    }
}
/*////////
outfit
////////*/
.search .searchForm{
    display: flex;
    align-items: center;
    justify-content: end;
}
.search .searchContainer{
    margin-right: 10px;
}
.search .searchTextBox{
    padding: 5px 0;
    background-color: #FFF;
    border: 1px solid #76DCCA;
}
.search .searchTextBox:focus{
    background-color: #F7F7F7;
}
.search .send input{
    padding: 4px 8px;
    color: #FFF;
    background-color: #76DCCA;
    border: 1px solid #76DCCA;
    border-radius: 2px;
}
.search .send input:hover{
    color: #76DCCA;
    background-color: #FFF;
}
.search .searchSupportAvatar{
    position: relative;
    padding: 10px 4%;
    border: 10px solid  #76DCCA;
    border-radius: 10px;
}
.search .searchSupportAvatar .btn{
    position: absolute;
    top: -5px;
    left: -5px;
    width: 50%;
    padding: 10px 5%;
    font-size: 2.0rem;
    text-align: center;
    color: #FFF;
    border-radius: 5px;
    background-color: #76DCCA;
}
#searchSupportAvatarTextBox{
    width: 100%;
    background-color: #FFF;
    border: 3px solid #76DCCA;
    border-radius: 3px;
}
.search .searchSupportAvatar .item{
    margin: 50px 0 20px 0;
}
.search .searchSupportAvatar .searchResultList{
    height: 150px;
    overflow-y: auto;
    background-color: #FFF;
}
.search .searchSupportAvatar li{
    cursor: pointer;
    user-select: none;
}
.search .searchSupportAvatar .reset{
    display: inline-block;
    color: #FFF;
    background-color: #76DCCA;
    padding: 10px 5px;
    margin: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.search .searchSupportAvatar .hide{
    display: none;
}
/*SP*/
@media screen and (max-width:820px){
    .search .searchSupportAvatar .btn{
        width: 80%;
    }
}
@media screen and (max-width:525px){
    .search .searchSupportAvatar .btn{
        left: 0;
        width: 100%;
        border-radius: 0;
        font-size: 1.8rem;
    }
}
/*////////
about
////////*/
#about{
    margin-top: 140px;
    margin-bottom: 100px;
}
#about h1{
    margin-bottom: 50px;
}
#about .textBlock{
    margin-bottom: 20px;
}
#about h2{
    color: #76DCCA;
}
/*///////
contact
///////*/
#contact{
    margin-top: 140px;
    margin-bottom: 100px;
}
#contact h1{
    margin-bottom: 20px;
}
#contact p{
    margin-bottom: 30px;
}
#myTwitterAcount{
    text-decoration: underline;
}
#contact form{
    display: flex;
    flex-direction: column;
    width: 600px;
}
#contact label{
    margin-bottom: 10px;
}
#contact input{
    background-color: #FFF;
    border: 2px solid #363636;
    margin-bottom: 20px;
}
#contact textarea{
    background-color: #FFF;
    border: 2px solid #363636;
}
#contact button{
    padding:10px 0;
    margin-top: 20px;
    border-radius: 5px;
    color: #FFF;
    background-color: #76DCCA;
}
#contact button:hover{
    opacity: 0.5;
}