@charset "UTF-8";
* {
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

img {
    border: 0 none;
    vertical-align: top;
}

i, em {
    font-style: normal;
}

ol, ul {
    list-style: none;
}

input, select, button, h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #666;
}

body {
    margin: 0 auto;
    min-width: 320px;
    max-width: 640px;
    height: 100%;
    font-size: 14px;
    font-family: -apple-system, Helvetica, sans-serif;
    line-height: 1.5;
    color: #666;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}

input[type="text"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*COMMON*/
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.container-w100p {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/*HEADER*/
.header-container {
    position: relative;
    width: 100%;
    background: #000;
    overflow: hidden;
}

.header-img {
    position: relative;
    width: 100%;
}

/*MAIN*/
.main-container {
    padding: 0 0 50px;
    background-color: #ae0b20;
}

/*PRODUCT*/
.product-list {
    position: relative;
    width: 100%;
}

.product-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 96%;
    margin: 10px 2%;
    border: 5px solid #FFEF00;
    background-color: #F71E2E;
}

.product-link {
    display: block;
    width: 100%;
    height: 100%;
}

.product-img-container {
    width: 100%;
}

.product-img {
    width: 100%;
}

.product-text-container {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 3%;
    text-align: center;
    line-height: 1.5;
    color:#ffffff;
}

.text-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.text-title {
    margin-bottom: 15px;
    font-size: 14px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}

.text-desc {
    margin-bottom: 15px;
    padding: 0 3%;
    text-align: left;
    font-size: 12px;
    line-height: 1.2;
    color: #ffffff;
}

.product-price {
    display: block;
    position: relative;
    width: 50%;
    margin: 15px 25% 0;
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #F71E2E;
    background-color: #FFEF00;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.show-price {
    font-size: 24px;
    color: #F71E2E;
}