@charset "utf-8";
/*-----------------------------------------------------------------------------------------
reset
----------------------------------------------------------------------------------------*/
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:where([hidden]:not([hidden='until-found'])){display:none!important}
:where(html){-webkit-text-size-adjust:none;color-scheme:dark light}
@supports not (min-block-size:100dvb){:where(html){block-size:100%}}
@media (prefers-reduced-motion:no-preference){:where(html:focus-within){scroll-behavior:smooth}}
:where(body){block-size:100%;block-size:100dvb;line-height:1.5;font-family:system-ui,sans-serif;-webkit-font-smoothing:antialiased}
:where(input,button,textarea,select){font:inherit;color:inherit}:where(textarea){resize:vertical;resize:block}
:where(button,label,select,summary,[role='button'],[role='option']){cursor:pointer}
:where(:disabled){cursor:not-allowed}
:where(label:has(>input:disabled),label:has(+input:disabled)){cursor:not-allowed}
:where(button){border-style:solid}
:where(a){text-underline-offset:.2ex}
:where(ul,ol){list-style:none}
:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}
:where(img,picture,svg){max-inline-size:100%;block-size:auto}
:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}
:where(h1,h2,h3){line-height:calc(1em + 0.5rem)}
:where(hr){border:none;border-block-start:1px solid;color:inherit;block-size:0;overflow:visible}
:where(:focus-visible){outline:2px solid var(--focus-color,Highlight);outline-offset:2px}
:where(.visually-hidden:not(:focus,:active,:focus-within,.not-visually-hidden)){clip-path:inset(50%)!important;height:1px!important;width:1px!important;overflow:hidden!important;position:absolute!important;white-space:nowrap!important;border:0!important}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a{text-decoration: none;}

/*-----------------------------------------------------------------------------------------
important
----------------------------------------------------------------------------------------*/
#nekosuna .smp{display: none !important;}
#nekosuna .hidden{display: none !important;}


/*-----------------------------------------------------------------------------------------
base
----------------------------------------------------------------------------------------*/

body{
    box-sizing: border-box;
    color: #262326;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif ,"Plus Jakarta Sans", sans-serif;
}

.flex{    display: flex;align-items: center;justify-content: center;}

#nekosuna{ 
    text-align: center;
    position: relative;    
    width: 100%;
    background-color: #f7f7f7;
    background-image: url(https://image.wowma.click/44587536/image/nekosuna_shindan2025/back.jpg?1);
    background-attachment: fixed;
    a{ color: #262326;}
    }

/*-----------------------------------------------------------------------------------------
deco
----------------------------------------------------------------------------------------*/
/*image*/
.image1{        position: fixed;
    top: -100px;
    width: 389px;
    right: calc(50% - 630px); 
    transform-origin: top right; /* 右上を固定 */
    animation: pendulum 5s ease-in-out infinite;
}


@keyframes pendulum {
    0%, 100% { transform: rotate(0deg);  scale(1);}
    10% { transform: rotate(-5deg); scale(0.8); }
    15% { transform: rotate(5deg); scale(1); }
    20% { transform: rotate(-5deg); scale(0.8); }
    25% { transform: rotate(5deg); scale(1); }
    30% { transform: rotate(-5deg); scale(0.8); }
    35% { transform: rotate(5deg); scale(1); }
    80% { transform: rotate(0deg); scale(1); }
}

.pause {
    animation: none;
}

.image2{        position: fixed;
    bottom: -70px;
    left: calc(50% - 702px);
    z-index: 80;}

:hover{transition: 0.5s;}


/*-----------------------------------------------------------------------------------------
header
----------------------------------------------------------------------------------------*/
#header{        z-index: 99;
    position: fixed !important;
    top: 0;
    padding-top: 10vh;
    right: calc(50% - 730px);

    .contents_wrap{
        background-color: #ffffff;
        padding: 20px 20px 0;
        height: 90vh;
        overflow-y: overlay;
        width: 300px;
        border-radius: 10px 10px 0 0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    }

    button.reset {    
        background-color: #ffffff;            
        margin: auto;
        border: 1px solid #e1e1e1;
        border-radius: 90px;
        padding: 0.5rem 1rem;}

    button.reset:hover{background-color: #e1e1e1;}

/*hint*/
.attention{margin: 0 !important;font-size: 12px;font-weight: 300!important;}


/*--------tub--------------*/

#Tab1{
    h2{ background-color: #e5c19b;            margin-bottom: 0.5rem;}
}
#Tab2{
    h2{background-color: #e1d1a2;            margin-bottom: 0.5rem;}
}


.question{
    border-bottom: 1px #c5d9d9 dotted;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    h2{            
        padding: 0.5rem;
        border-radius: 90px;}
    p{    
        width: 100%;
        font-weight: 700;
        margin-top: 1rem;}
    .ans{            
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;}
    .ans label{width: 100%;            
        text-align: left;}
}

.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #262326;
    margin: auto; 
           width: 100%;
    margin-bottom: 10px;
  }
  
  .tab-button {
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    background-color: #e5e5e5;
  }

    #btn_tub1.active{background-color: #e5c19b;}
    #btn_tub1:hover{background-color: #e5c19b;}

    #btn_tub2.active{background-color: #e1d1a2;}
    #btn_tub2:hover{background-color: #e1d1a2;}

  .tab-content {display: none;border-top: none;}
  .tab-content.active {display: block;}


/*-----------------------------------------------------------------------------------------
main>itemcorner
----------------------------------------------------------------------------------------*/

.itemcorner{
    background-color: #c5d9d9;
    width: 900px;
    min-height: 100vh;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    flex-direction: column;
    padding: 50px;
    display: flex;
    .contents_wrap{
        box-sizing: border-box;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px;
        box-sizing: border-box;
    }
    h1 img{    margin-top: -32px;}
}
.itemcount{       
    display: block;
    width: 100%;
    width: 100%;
    top: 10px;
    z-index: 99;
    .count{               
        margin: auto;
        color: white;
        position: fixed;
        top: 2vh;
        background-color: #91b1b1;
        border-radius: 90px;
        width: 120px;
        display: flex;
        height: 120px;
        flex-direction: column;
        justify-content: center;
        right: calc(50% - 747px);
        border: 2px solid;
        align-items: center;
        line-height: 1;
    }
}
#results-count{color:#e1d1a2 ;font-size:40px;}

.itemcorner .item{
    position: relative;
    width: calc(( 100% - 60px )/3);
    margin-bottom: 20px;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    transition: opacity 0.5s ease-in-out;
    p{font-size: 12px;}
    dl{    display: flex;
        flex-wrap: wrap;
        font-size: 12px;
        flex-direction: row;}
    dt{width: 50%;background-color: #e1e1e1;padding: 0.2rem;
        border-bottom: 1px solid #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;}
    dd{width: 50%;padding: 0.2rem;
        border-bottom: 1px solid #ffffff;}
    ul{list-style: none;
        display: flex;
        flex-direction: column;
        gap: 10px;
        height: 100%;
        justify-content: space-between;}

    }
    .itemcorner .item:hover{        background-color: rgb(255 255 255 / 64%);}

    .set_price{
        display: flex;        
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        div p{
            color: white;
            background-color: #c97878;
            padding: 0.2rem 1rem;
            border-radius: 20px;
            margin-right: 0.5rem;}
        div div{color: #c97878;  font-size: 25px;}}
    .set_link{
        background-color: #91b1b1;
        border-radius: 10px;
        a p{color: #ffffff;
            padding: 0.5rem;
            display: flex;
            font-size: 14px !important;
            align-items: center;
            justify-content: center;}
        }
        .set_link:hover{background-color: #4b5a5a;}

    .noset_link p{display: flex;align-items: center; justify-content: center;}
    .noset_link a p:hover{color: #91b1b1;}

    /*pickupbutton*/
    .itemcorner .item .pickup-btn{
        position: absolute;
            top: -11px;
            color: #c97878;
            right: -8px;
            width: 40px;
            height: 40px;
            background-color: #ffffff;
            font-size: 1rem;
            border-radius: 90px;
            border: 1px solid #c5d9d9;
            display: flex;
            align-items: center;
            justify-content: center;}
    .itemcorner .item .pickup-btn:hover{color: #e1d1a2 !important;}



    
/*-----------------------------------------------------------------------------------------
main>eventlink
----------------------------------------------------------------------------------------*/
.eventlink{
    padding: 10px;
    img{width: 200px;}
    .contents_wrap{            
        gap: 10px;}
}

/*-----------------------------------------------------------------------------------------
footer
----------------------------------------------------------------------------------------*/
#footer {
    position: fixed !important;
    bottom: 0;
    width: 100%;
    padding: 0.5rem;
    color:#ffffff ;
    background-color: #91b1b1;
    a{color:#ffffff ;}
.contents_wrap{gap: 10px;}
}

/*-----------------------------------------------------------------------------------------
pickup
----------------------------------------------------------------------------------------*/

.tit{    
    position: fixed;
    top: 3vh;
    left: calc(50% - 660px);
    z-index: 99;}


#pickup{   
    position: fixed;
    top: 5vh;
    left: calc(50% - 624px);
    width: 200px;
    height: calc(100vh - 40px - 10vh);
    padding: 86px 20px 50px;
    font-size: 10px;
    overflow-y: overlay;
    background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/44587536/image/nekosuna_shindan2025/back_pickup.jpg);
    background-repeat: repeat;
    box-sizing: border-box;
    transform: rotate(358deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#pickupitem{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    
    .i_com,.i_type,.i_price{display: none;}
    .item{    
        position: relative;
        background-color: #f7f7f7;
        box-sizing: border-box;
        width: 100%;
        padding: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}
        .remove-btn{
            position: absolute;
            top: -11px;
            right: -8px;
            width: 40px;
            height: 40px;
            background-color: #c5d9d996;
            font-size: 1rem;
            border-radius: 90px;
            border: 1px solid #c5d9d9;
            display: flex;
            align-items: center;
            justify-content: center;}
}



/*-----------------------------------------------------------------------------------------
モーダル
----------------------------------------------------------------------------------------*/
.poplink {
    width: fit-content;
    margin: 0 auto 0.5rem !important;
    border-bottom: 1px solid;
    border: none;
    border-bottom: 1px solid;
    background-color: white;
    p{margin: 0 !important;font-size: 12px;font-weight: 300!important;}
    i{ font-size: 0.8rem;}}


.modal {
    overflow-y: overlay;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity 0.3s, visibility 0s 0.3s;
    &.is-active {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.3s, visibility 0s 0s;
    .contents_wrap {
        background: #fff;
        margin: 5% auto;
        padding: 20px;
        width: 500px;
        box-sizing: border-box;
        font-size: 12px;
      }
      h2{color: #c97878;font-size: 2rem;}
      h4{color: #91b1b1;}
    }
  }


          .modal.is-active {
            display: block;
          }

/*--#modal1-------------------------*/
#modal1{
    img{   width: 50%;margin: auto;}

    h3{font-size: 14px;}
    dl{margin: 20px 0;}
    dt{background-color:#c5d9d9;}
    dd{text-align: left;}
}
#modal1 div div > h3{    font-weight: 600;
    margin: 10px;}

/*--#modal2-------------------------*/
#modal2{
    table{             
        width: 100%;
        margin: 20px auto;
        box-sizing: border-box;}
    th{width: calc(100% / 6);background-color: #c5d9d9;
    height: 3rem;}
    td{    background-color: #f1f1f1;}
    dl{width: 100%;display: flex;margin: auto;margin-bottom: 2px;}
    dt{            
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #c5d9d9;
        padding: 1rem;
        width: 30%;
        box-sizing: border-box;}
    dd{width: 70%;text-align: left;
        padding: 1rem;
        box-sizing: border-box;
        border: 1px solid #c5d9d9;
    }
}


