@charset "UTF-8";

@media print, screen and (max-width:1199px) {

#kvBottom {
width: 100%;
}

#kvBottom img {
width: 100%;
}

.wrap {
width: 88%;
margin: 40px auto;
padding: 0;
}

.title01 {
margin-bottom: 20px;
}

.title02 {
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 15px;
}

.title03 {
width: 140px;
height: 26px;
font-weight: 700;
margin: 0 auto;
margin-bottom: 10px;
border: 2px solid var(--textColor);
}

.wrapDetails {
width: auto;
text-align: justify;
display: table;
margin: 0 auto;
margin-bottom: 30px;
}

.wrapDetails span {
font-size: 1.6rem;
font-weight: 700;
}

#goodsFlex {
width: 100%;
margin: 0 auto;
margin-bottom: 20px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

#goodsFlex div {
width: 100%;
margin-bottom: 12px;
}

#frameTop {
background: url("../img/frame_top.webp") no-repeat;
background-size: 100%;
width: 88%;
height: 16px;
margin: 0 auto;
}

#frameBody {
position: relative;
background: url("../img/frame_body.webp") repeat-y;
background-size: 100%;
width: 88%;
margin: 0 auto;
margin-top: -5px;
padding: 10px 20px;
}

#frameBottom {
background: url("../img/frame_bottom.webp") no-repeat;
background-size: 100%;
width: 88%;
height: 16px;
margin: 0 auto;
}

#title06 {
width: 90%;
margin: 0 auto;
margin-bottom: 20px;
}

#title06 span {
font-size: 1.4rem;
font-weight: 900;
display: block;
margin-top: 3px;
}


#firstHalfWrap {
position: relative;
background: url("../img/bg_first_half.webp") no-repeat;
background-size: cover;
width: 100%;
font-size: 1.2rem;
color: #fff;
padding: 50px 10px 20px;
border-radius: 10px;
}

#secondHalfWrap {
position: relative;
background: url("../img/bg_second_half.webp") no-repeat;
background-size: cover;
width: 100%;
font-size: 1.2rem;
color: #fff;
margin-top: 30px;
padding: 50px 10px 20px;
border-radius: 10px;
}

#firstHalfWrap h3 {
font-size: 1.5rem;
font-weight: 900;
margin-bottom: 10px;
line-height: 1.5;
}

#firstHalfWrap h3 span {
font-size: 1.2rem;
display: block;
}

#firstHalf {
position: absolute;
width: 100px;
left: 0;
top: 0;
z-index: 2;
}

#secondHalfWrap h3 {
font-size: 1.5rem;
font-weight: 900;
margin-bottom: 10px;
line-height: 1.5;
}

#secondHalf {
position: absolute;
width: 100px;
left: 0;
top: 0;
z-index: 2;
}

.line01 {
position: absolute;
background-color: #fff;
width: 100%;
height: 3px;
left: 0;
top: 15px;
z-index: 1;
}

.line02 {
position: absolute;
background-color: #fff;
width: 100%;
height: 1px;
left: 0;
top: 23px;
z-index: 1;
}

.line03 {
position: absolute;
background-color: #fff;
width: 100%;
height: 1px;
left: 0;
bottom: 23px;
z-index: 1;
}

.line04 {
position: absolute;
background-color: #fff;
width: 100%;
height: 3px;
left: 0;
bottom: 15px;
z-index: 1;
}

.cherryBlossoms {
width: 25px;
margin: 0 auto;
margin-bottom: 5px;
}

.precautions {
font-size: 1.1rem;
text-align: justify;
padding: 0 10px;
line-height: 1.6;
}

#img01 {
width: 100%;
margin: 0 auto;
margin-bottom: 20px;
}

#img02 {
width: 80%;
margin: 0 auto;
margin-bottom: 10px;
}

#img03 {
width: 90%;
margin: 0 auto;
margin-bottom: 20px;
}

#img04 {
width: 100%;
margin: 0 auto;
margin-bottom: 30px;
}

#img05 {
width: 80%;
margin: 0 auto;
margin-bottom: 30px;
}

footer  {
background-color: #fff;
width: 100%;
font-size: 1rem;
font-weight: 700;
color: #f56496;
text-align: center;
padding: 40px 0;
}


}