@charset "utf-8";

/*=====================================

style.css

=====================================*/



.visualArea{
    background: url(../images/main_bg.jpg);
    background-size: 2200px 736px;
    background-position: center top;
    background-repeat: no-repeat;
}
.visualInner{
    text-align: center;
    min-width: 930px;
    margin-left: auto;
    margin-right: auto;
}

.inner{
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

section.step{
    background-color: #e7e7e8;
    padding-top: 40px;
    padding-bottom: 40px;
}
.step h2{
    max-width: 640px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

section.limit{
    background-color: #a80005;
    padding-top: 20px;
    padding-bottom: 50px;
}



.limit2c{
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: #FFF;
    text-align: center;
    margin-bottom: 20px;
}

.limit2c h3{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.limit2c .limitContents:last-child{
    border-left: solid 1px #FFF;
}
.limitDate{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #FFF;
}
.limitNote{
    text-align: center;
    margin-bottom: 20px;
    border-bottom: #fff solid 4px;
    padding-bottom: 20px;
     color: #FFF;
}

.limit .noteText{
    margin-bottom: 30px;
    color: #FFF;
}


.shopList{
    background-color: #FFF;
    position: relative;
}
.shopList::before{
    width: 40px;
    height: 40px;
    background-color: #a80005;
    position: absolute;
    content: '';
    left: -20px;
    top: -20px;
    transform: rotate(45deg);

}
.shopList::after{
    width: 40px;
    height: 40px;
    background-color: #a80005;
    position: absolute;
    content: '';
    right: -20px;
    top: -20px;
    transform: rotate(45deg);
}

.shopListInner{
    padding: 0% 4% 4% 4%;
    position: relative;
}
.shopListInner::before{
    width: 40px;
    height: 40px;
    background-color: #a80005;
    position: absolute;
    content: '';
    left: -20px;
    bottom: -20px;
    transform: rotate(45deg);
}

.shopListInner::after{
    width: 40px;
    height: 40px;
    background-color: #a80005;
    position: absolute;
    content: '';
    right: -20px;
    bottom: -20px;
    transform: rotate(45deg);
}
.shopListInner p{
    text-align: center;
    font-weight: 500;
}

.shopList h3{
    font-size: 18px;
    text-align: center;
}


.brandTitle{
    background-image: url(../images/brand_title_bg.png);
    background-size: 2200px 289px;
    background-repeat: no-repeat;
    background-position: center top;
}
.brandTitle h2{
    max-width: 640px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    margin-bottom: 40px;
}
.brand{
    background: linear-gradient(90deg,rgba(152, 152, 152, 1) 0%, rgba(238, 238, 239, 1) 39%, rgba(238, 238, 239, 1) 60%, rgba(152, 152, 152, 1) 100%);
}

.brand .lead{
    font-size: 16px;
    margin-bottom: 40px;

}
.brand h3{
    font-size: 26px;
    margin-bottom: 10px;
    font-weight:bold;
}
ul.spec{
    margin-bottom: 20px;
}
ul.spec li{
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative;
}
ul.spec li::after{
    content: '●';
    position: absolute;
    left: 0;
    top: 0;
}
.product{
    background: #989898;
    background: linear-gradient(90deg,rgba(152, 152, 152, 1) 0%, rgba(238, 238, 239, 1) 39%, rgba(238, 238, 239, 1) 60%, rgba(152, 152, 152, 1) 100%);
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}
.product::after {
    content: '';
    width: 2200px;
    height: 248px;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/product_bottom_bg.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
.product:last-child{
    padding-bottom: 120px;
}
.product:last-child::after{
    background-image: none;
}


.shopList h3{
    color: #a80005;
    border-bottom: 3px solid #a80005;
    width: 110%;
    margin-left: -5%;
    text-align: center;
    font-weight:bold;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 6px;
}

.alighR{
    margin-top: 40px;
    text-align: right;
    margin-bottom: 20px;
}

