@charset "UTF-8";

/*reset*/
ul {
    padding-left: 0;
}

li {
    list-style: none;
}


/*PC、SP出し分け*/
.is-pc {
    display: block;
}
.is-sp {
    display: none;
}
@media screen and (max-width:750px){
    .is-pc {
        display: none;
    }
    .is-sp {
        display: block;
    }
}


/*共通*/
img {
    width: 100%;
}
p {
    margin-bottom: 1em;
}
.t-caution {
    font-size: 12px;
}


/*top-contents*/
.top-contents {
    margin-bottom: 100px;
    text-align: center;
}
@media screen and (max-width:750px){
    .top-contents {
        margin-bottom: 50px;
    }
}
.mv {
    margin-bottom: 30px;
}


/*main-contents*/
.main-contents {
    margin-bottom: 70px;
    margin-top: -200px;
    padding-top: 200px;
}
@media screen and (max-width:750px){
    .main-contents {
        margin-top: -100px;
        padding-top: 100px;
    }
}
.main-contents-inner {
    padding-top: 100px;
    background :url("/img/e/happyset2026/bg_top_main-contents.png") no-repeat top -35px center;
}
@media screen and (max-width:750px){
    .main-contents-inner {
        padding-top: 60px;
        background :url("/img/e/happyset2026/bg_top_main-contents.png") no-repeat top -20px center / 100%;
    }
}

.main-contents-ttl {
    font-weight: bold;
    margin-bottom: 1em;
    color: #cf0000;
}
@media screen and (max-width:750px){
    .main-contents-ttl {
        font-size: 20px;
    }
}

.main-contents-txtBox {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.main-contents-txtBox::before {
    display: block;
    content: "";
    width: 142px;
    height: 94px;
    background: url("/img/e/happyset2026/bg_icon02.png") no-repeat center / contain;
    position: absolute;
    left: 10%;
    top: -50%;
    transform: rotate(-5deg);
}
.main-contents-txtBox::after {
    display: block;
    content: "";
    width: 142px;
    height: 94px;
    background: url("/img/e/happyset2026/bg_icon01.png") no-repeat center / contain;
    position: absolute;
    right: 10%;
    top: 10%;
    transform: rotate(5deg);
}
@media screen and (max-width:750px){
    .main-contents-txtBox {
        margin-bottom: 30px;
    }
    .main-contents-txtBox::before {
        width: 71px;
        height: 47px;
        left: 0;
        top: -17%; 
    }
    .main-contents-txtBox::after {
        width: 71px;
        height: 47px;
        right: 0;
        top: auto;
        bottom: -40%;
    }
}

/*products*/
.products-inner {
    display: flex;
    justify-content: space-between;
}
.products-inner-last {
    justify-content: flex-start;
}
@media screen and (max-width:750px){
    .products-inner {
        display: block;
    }
}
.itemBox {
    width: 48%;
    margin-bottom: 50px;
    padding-top: 100px;
    margin-top: -100px;
}
@media screen and (max-width:750px){
    .itemBox {
        width: 100%;
        margin-bottom: 30px;
    }
}
.itemBox-inner {
    background: url("/img/e/happyset2026/bg_itemBox.png") repeat center;
    background-size: 8%;
    padding: 40px 60px 50px 60px;
}
@media screen and (max-width:750px){
    .itemBox-inner {
        padding: 20px 30px 35px 30px;
    }
}
.itemBox-img-date {
    width: 70%;
    margin: 0 auto;
}
@media screen and (max-width:750px){
    .itemBox-img-date {
        width: 80%;
    }
}

.itemBox-img {
    margin-bottom: 10px;
}
@media screen and (max-width:750px){
    .itemBox-img {
        margin-bottom: 4px;
    }
}

.itemBox-txt {
    padding: 10px;
    text-align: center;
}

/*
.date4 .itemBox-txt,.date5 .itemBox-txt {
    min-height: 250px;
}
@media screen and (max-width:750px){
    .date4 .itemBox-txt,.date5 .itemBox-txt {
        min-height: auto;
    }
}
*/

.itemBox-name {
    font-weight: bold;
}
@media screen and (max-width:750px){
    .itemBox-name {
        font-size: 14px;
    }
}

.itemBox-price {
    font-weight: bold;
    font-size: 1.3em;
}
.itemBox-price small {
    font-size: 14px;
}
.itemBox-price span {
    font-size: 1.5em;
    color: #cf0000;
}
@media screen and (max-width:750px){
    .itemBox-price span {
        font-size: 1.3em;
    }
}

.itemBox-setItem {
    font-size: 14px;
}
@media screen and (max-width:750px){
    .itemBox-setItem {
        font-size: 12px;
    }
}

.products-btn {
    display: block;
    max-width: 400px;
    padding: 20px 0;
    background-color: #a11717;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin: 1em auto 0 auto;
    transition: .5s;
}
a.products-btn:hover {
    opacity: .7;
    transition: .5s;
}
.products-btn.gray {
    background-color: #636363;
}
@media screen and (max-width:750px){
    .products-btn {
        margin-top: 0;
        padding: 10px 0;
        font-weight: normal;
    }
}

/*bottom-contents*/
.bottom-contents {
    text-align: center;
}
@media screen and (max-width:750px){
    .bottom-contents {
        margin-top: -100px;
        padding-top: 100px;
    }
    .bottom-contents-ttl {
        font-size: 20px;
    }
}