/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
    box-sizing: border-box;
}
body {
    line-height: 1;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;  
    background: rgb(206, 194, 32); 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* .slide {
    display: flex;
    flex-direction: row;
} */
h2 {
    font-weight: bold;
    font-size: 1.5rem;
    padding: 0.6rem 3rem;
    background-color:  #404B24;
    color: rgb(163, 180, 12);
    text-align: center;
}

/* .slide {
    display: inline-flex;
    overflow: hidden;
    user-select: none;
} */
/* ul {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: .2rem;   
}
ul li{
    padding: 0.4rem;
    background: rgba(92, 95, 60, 0.5);
    text-align: right;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
}

ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
} */

.slider-container {
    height: 100vh;    
    display: inline-flex;
    overflow: hidden;
    transform: translateX(0);
    cursor: grab;
}
/* .slide {
    display: inline-flex;
    overflow: hidden;
    user-select: none;
} */

.item-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.img-area01 {
    width: 100%;
    height: 110%;
    display: flex;
    flex-flow: column;
    position: relative;
    overflow: hidden;
}

.img-area01 img {
    max-width: 100%;
    overflow: hidden;
}   
.img-area02 {
    width: 100%;
    height: 110%;    
    display: flex;
    flex-flow: column;
    overflow: hidden;
    position: relative;
}  
.img-area02 img {
    max-width: 100%;
    overflow: hidden;
}   
.img-area03 {
    width: 100%;
    height: 110%;    
    display: flex;
    flex-flow: column;
    position: relative;
}  
.img-area03 img {
    max-width:100%;
    overflow: hidden;    
}   
ul {
    position: absolute;
    right: 0;
    top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;   
}
ul li{
    padding: 0.4rem;
    background: rgba(92, 95, 60, 0.5);
    text-align: right;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
}

ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}
ul li:hover {
    color: rgb(206, 194, 32);
    background-color: rgba(64, 75, 36);
}

.follow-heart {
    position: absolute;
    bottom: 19.5rem;
    color: #FFF;
    font-size: 0.7rem;
}
.select {
    display: flex;
    flex-direction: row;
    display: grid;
    grid-template: repeat(2, 30px) / repeat(5, 1fr);
    grid-gap: 2px;    
}
.follow-heart button {
    display: grid;
    grid-column: 1;
    text-align: right;
    background: rgba(64, 75, 36);  
    padding: 3px 2px 3px 14px;;
    color: rgb(163, 180, 12);
    font-size: 0.7rem;
    font-weight: bold;
    border: none;
    margin-bottom: 2px;    
}
.follow-heart span {
    display: inline-block;
    text-align: right;   
    background: rgba(92, 95, 60, 0.5);  
    padding: 3px 2px; 
}
.follow-heart span:hover {
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
}
.stylelist {
    display: flex;
    flex-direction: row;
    display: grid;
    grid-template: repeat(2, 30px) / repeat(5, 1fr);
    grid-gap: 2px; 
}   
.flavor-select button {
    display: grid;
    grid-column: 1;
    text-align: right;
    background: rgba(64, 75, 36);  
    padding: 3px 2px 3px 34px;;
    color: rgb(163, 180, 12);
    font-size: 0.7rem;
    font-weight: bold;
    border: none;
    margin: 2px 0; 
}
.flavor-select span {
    /* display: inline-block; */
    text-align: right;   
    background: rgb(206, 194, 32);
    color: rgba(64, 75, 36);
    /* font-size: 0.72rem; */
    font-weight: bold;
    padding-top: 5px;
}
.flavor-select span:hover {
    background: rgb(206, 194, 32, 0.5);    
    color: #fff;
}
.auto {
    /* width: 100%;
    height: 120%;
    position: relative;
    background-color: red; */
}

.auto .logo {
    display: none;
}
.auto .auto-fill {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-bottom: 0;
    background-color: rgba(64, 75, 36);  
    overflow-x: hidden;
}
h3 {
    color: #fff;
    text-align: center;
    padding: 0.25rem;
}
.item-name {
    display: inline-block;    
    width: 28%;
}
.item-name label {
    display: inline-block;
    color: rgb(206, 194, 32);
    margin-left: 0.6rem;
}
input {
    display: inline-block;    
    margin-left: 0.5rem;
    background-color: rgb(163, 180, 12);
    border: none;
    outline: none;
    margin-bottom: 0.2rem;
    height: 1rem;
    width: 66%;
}

.delete-add {
    width: 96%;
    display: block;
    margin-top: 4px;
    margin-left: 0.5rem;
}

.double {
    width: 49%;
    border: none;
    background-color: rgb(192, 56, 6);
    color: #fff;
    height: 2rem;
}
.confirm-button {
    position: relative;
    display: block;
    width: 95.5%;
    height: 3rem;
    background-color: rgb(206, 194, 32);
    margin-top: 4px;
    margin-left: 0.5rem;
    border: none;
    color: #fff;
    align-items: center;
}
.confirm-button .cartnumber {
    position: absolute;
    margin-left: 2.25rem;
    margin-top: -0.8rem;
    width: 1.5rem;
    height: 1.5rem;
    appearance: none;
    font-size: 1.2rem;
    background-color: rgb(192, 56, 6);
    text-align: center;
    border-radius: 1rem;
    padding: 0;
}

.confirm-button .cart {
    position: absolute;
    width: 2.6rem;
    margin: -0.5rem 1rem 0 2rem;
}


@media screen and (min-width: 1024px) {
    .slider-container {
        position: absolute;
    }
    .item-container {
        /* display: fixed; */
    }
    .slide {
        width: 25vw;        
        display: inline-flex;
        overflow: hidden;
        user-select: none;
    }
    h2 {
        /* font-weight: bold; */
        font-size: 2.2rem;
    }
    .slide ul {
        position: absolute;
        right: 0;
        top: 3rem;
        display: flex;
        flex-direction: column;
        gap: .2rem;   
    }
    .slide ul li{
        padding: 0.4rem 1rem;
        background: rgba(92, 95, 60, 0.5);
        text-align: right;
        text-decoration: none;
        font-size: 1.6rem;
        /* font-weight: 600; */
        color: #fff;
    }
    
    ul li a {  
        text-decoration: none;
        /* font-weight: 400; */
        color: #fff;
    }
    ul li:hover {
        color: rgb(206, 194, 32);
        background-color: rgba(64, 75, 36);
    }
    .follow-heart {
        position: absolute;
        bottom: 11rem;
        color: #FFF;
        font-size: 0.7rem;
    }
    .follow-heart button {
        font-size: 0.9rem;
        width: 16.5%;
    }
    .follow-heart .select {
        flex-direction: row;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 0.1rem;    
    }
    
    .select span {
        font-size: 0.9rem; 
        line-height: 0.9;
    }
    
    .flavor-select {
        font-size: 0.9rem; 
    }
    .flavor-select .stylelist {
        flex-direction: row;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 0.1rem;    
        
    }
    .stylelist span {
        font-size: 0.9rem; 
        line-height: 0.9;
    }
    .auto {
        width: 25%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: rgba(64, 75, 36); 
    }
    .logo-img {
        width: 100%;
        height: 3.5rem;
    }
    .auto .logo {
        display: block;
        margin: 0 auto;
    }
    .auto-fill {
        top: 3.5rem;
    }
    input {
        width: 69%;
    }
    .delete-add {
        width: 99%;
    }
    .confirm-button {
        width: 97.7%;
    }
    
    ::-webkit-scrollbar {
        display:none;
    }
}