@media screen and (min-width: 769px) {
#category-ct1 .product-list{
display: none;
}


/*GIFT
-------------------------------------------*/
.gift_block{
margin: 0;
padding: 0 0 30px;
box-sizing: border-box;
background: #FFF;
}

.gift_block .g_ttl{
background: #603814;
padding: 10px;
box-sizing: border-box;
text-align: center;
font-size: 1rem;
line-height: 1;
font-weight: 800;
color: #FFF;
letter-spacing: .2rem;
margin: 0 0 20px;
}

.gift_block .g_ttl2{
font-family: "Noto Serif JP", serif;
font-size: 2.2rem;
font-weight: 500;
letter-spacing: .1rem;
line-height: 1;
text-align: center;
margin: 0 0 30px;
padding-bottom: 8px;
border-bottom: 5px solid #b83e40;
color: #603814;
}

.gift_block .g_ttl2 span{
color: #b83e40;
font-size: 3.6rem;
}

.gift_block .gift_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.gift_block .gift_list li{
width: 48%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: 15px 0;
box-sizing: border-box;
border-bottom: 1px dotted #818181;
}

.gift_block .gift_list li .no{
width: 60px;
padding: 20px 0;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
background: #f1dada;
font-size: 2.6rem;
font-weight: 600;
font-family: "Noto Serif JP", serif;
line-height: 1;
color: #b83e40;
}

.gift_block .gift_list li .txt{
width: calc(100% - 90px);
color: #603814;
font-size: 1.2rem;
font-weight: 500;
}

.gift_block2{
background: #f8ebec;
padding:45px 35px;
box-sizing: border-box;
margin: 0;
}

.gift_block2 .g_ttl3{
font-family: "Noto Serif JP", serif;
font-size: 2rem;
font-weight: 700;
letter-spacing: -.02rem;
line-height: 1;
text-align: center;
margin: 0 0 20px;
color: #603814;
}

.gift_block2 .g_ttl4{
background: #b83e40;
font-family: "Noto Serif JP", serif;
font-size: 1.2rem;
font-weight: 500;
line-height: 1;
text-align: center;
margin: 0 0 30px;
padding: 10px;
color: #FFF;
}

.gift_block2 dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

.gift_block2 dl dt{
width: 55%;
}

.gift_block2 dl dt p{
font-size: 1.2rem;
font-family: "Noto Serif JP", serif;
font-weight: 500;
margin: 0 0 30px;
line-height: 1.6;
}

.gift_block2 dl dt p span{
font-size: .9rem;
line-height: 1.2 !important;
}

.gift_block2 dl dd{
width: 40%;
}

.gift_block2 dl dd img{
width: 100%;
height: auto;
}


.gift_block3{
background: #FFF;
padding:45px 35px;
box-sizing: border-box;
margin: 0;
}

.gift_block3 dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
flex-direction: row-reverse;
}

.gift_block3 dl dt{
width: 60%;
}

.gift_block3 dl dt h5{
font-size: 2rem;
font-family: "Noto Serif JP", serif;
font-weight: 500;
margin: 0 0 30px;
line-height: 1.6;
color: #603814;
}

.gift_block3 dl dt p{
font-size: 1.4rem;
font-family: "Noto Serif JP", serif;
font-weight: 500;
margin: 0 0 30px;
line-height: 1.8;
}

.gift_block3 dl dt p span{
font-size:1rem;
color: #b83e40;
line-height: 1.2 !important;
}

.gift_block3 dl dd{
width: 30%;
}

.gift_block3 dl dd img{
width: 100%;
height: auto;
}


}
/*sp*/
@media only screen and (max-width: 768px) {

/*GIFT
-------------------------------------------*/
.gift_block{
margin: 0;
padding: 0 0 30px;
box-sizing: border-box;
background: #FFF;
}

.gift_block .g_ttl{
background: #603814;
padding: 10px;
box-sizing: border-box;
text-align: center;
font-size: .8rem;
line-height: 1;
font-weight: 800;
color: #FFF;
letter-spacing: .2rem;
margin: 0 0 10px;
}

.gift_block .g_ttl2{
font-family: "Noto Serif JP", serif;
font-size:1.4rem;
font-weight: 500;
letter-spacing: .1rem;
line-height: 1.4;
text-align: center;
margin: 0 0 10px;
padding-bottom: 8px;
border-bottom: 3px solid #b83e40;
color: #603814;
}

.gift_block .g_ttl2 span{
color: #b83e40;
font-size: 2.2rem;
}

.gift_block .gift_list{
margin: 0;
padding: 0;
}

.gift_block .gift_list li{
width:100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: 15px 0;
box-sizing: border-box;
border-bottom: 1px dotted #818181;
margin-bottom: 10px;
}

.gift_block .gift_list li .no{
width: 50px;
padding: 10px 0;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
background: #f1dada;
font-size: 2rem;
font-weight: 600;
font-family: "Noto Serif JP", serif;
line-height: 1;
color: #b83e40;
}

.gift_block .gift_list li .txt{
width: calc(100% - 60px);
color: #603814;
font-size: .9rem;
font-weight: 500;
}

.gift_block2{
background: #f8ebec;
padding:25px 15px;
box-sizing: border-box;
margin: 0;
}

.gift_block2 .g_ttl3{
font-family: "Noto Serif JP", serif;
font-size: 1.2rem;
font-weight: 700;
letter-spacing: -.02rem;
line-height: 1.2;
text-align: center;
margin: 0 0 20px;
color: #603814;
}

.gift_block2 .g_ttl4{
background: #b83e40;
font-family: "Noto Serif JP", serif;
font-size: 1rem;
font-weight: 500;
line-height: 1.4;
text-align: center;
margin: 0 0 20px;
padding: 10px;
color: #FFF;
}

.gift_block2 dl{
}

.gift_block2 dl dt{
width: 100%;
margin: 0 0 20px;
}

.gift_block2 dl dt p{
font-size: .9rem;
font-family: "Noto Serif JP", serif;
font-weight: 500;
margin: 0 0 20px;
line-height: 1.6;
}

.gift_block2 dl dt p span{
font-size: .8rem;
line-height: 1.2 !important;
}

.gift_block2 dl dd{
width: 80%;
margin: auto;
}

.gift_block2 dl dd img{
width: 100%;
height: auto;
}


.gift_block3{
background: #FFF;
padding:25px 15px;
box-sizing: border-box;
margin: 0;
}

.gift_block3 dl{
}

.gift_block3 dl dt{
width:100%;
margin: 0 0 20px;
}

.gift_block3 dl dt h5{
font-size: 1.2rem;
font-family: "Noto Serif JP", serif;
font-weight: 500;
margin: 0 0 10px;
line-height: 1.6;
color: #603814;
}

.gift_block3 dl dt p{
font-size: 1rem;
font-family: "Noto Serif JP", serif;
font-weight: 500;
margin: 0 0 30px;
line-height: 1.8;
}

.gift_block3 dl dt p span{
font-size:.8rem;
color: #b83e40;
line-height: 1.2 !important;
}

.gift_block3 dl dd{
width: 80%;
margin: auto;
}

.gift_block3 dl dd img{
width: 100%;
height: auto;
}


}