@charset "UTF-8";
/* CSS Document */
@keyframes zoomUp {
0% {
transform: scale(1);
}
100% {
transform: scale(1.15);
}
}



/*PC*/
@media print, screen and (min-width: 768px) {

#sale { position:relative; margin: 0 auto; overflow: hidden; }
#sale .section_wrap { width: 100%; margin: 0 auto; }


#sale .img_block .txt_box p {
font-size: 2.2rem;
font-weight: 600;
line-height: 2.2;
text-align: center;
margin: 0 0 60px;
}



/*block
---------------------------------------------*/
#sale .block { margin: 120px auto; padding: 100px 5%; background: #f5f5f6; }

#sale .block .en_ttl {
font-size:1.6rem;
font-weight:500;
line-height: 1;
margin-bottom:20px;
color: #fba501;
}
#sale .block h2 {
font-size: 3.6rem;
font-weight: 500;
line-height: 1;
margin-bottom: 50px;
}

#sale .block ul {
position: relative;
display: flex;
flex-wrap: wrap;
}
#sale .block ul li { width: 23%; margin: 0 1% 50px; padding: 10px 10px 30px; box-sizing: border-box; background: #2C2826; }
#sale .block ul li .img { margin-bottom: 10px; }
#sale .block ul li h3 { font-size: 2rem; margin: 0 0 20px; color: #fff; }
#sale .block ul li p { color: #fff; }



/*block02
---------------------------------------------*/
#sale .block02 { width: 80%; margin: 120px auto; }

#sale .block02 .en_ttl {
font-size:1.6rem;
font-weight:500;
line-height: 1;
margin-bottom:20px;
color: #fba501;
}
#sale .block02 h2 { font-size: 3.6rem; font-weight: 500; line-height: 1; margin-bottom: 50px; }
#sale .block02 p.read { font-size: 1.4rem; margin-bottom: 50px; }


#sale .block02 ul {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #f1f4f8;
padding: 50px;
border-radius: 10px;
margin-bottom: 50px;
}
#sale .block02 ul::after { content: ''; width: 31%; display: block; }
#sale .block02 ul li {
width: 31%;
margin-bottom: 30px;
box-sizing: border-box;
position: relative;
color: #0000d9;
background-color: #fff;
border: 1px solid #0000d9;
font-size: 1.4rem;
letter-spacing: 0.05em;
font-weight: 700;
padding: 10px 30px;
border-radius: 6px;
text-align: center;
}
#sale .block02 ul li p { font-size: 1.4rem; }


#sale .block02 .bg {
margin-bottom: 100px;
padding: 10px 40px;
box-sizing: border-box;
background: url("../images/com/bg.jpg") center center no-repeat;
background-size: cover;
}
#sale .block02 .bg h3 {
position: relative;
font-size: 2.8rem;
font-weight: 500;
margin-bottom: 30px;
color: #fff;
border-bottom: 1px solid #888;
padding: 0 0 10px;
}
#sale .block02 .bg h3::after {
content: "";
width: 100px;
height: 1px;
background-color: #fff;
position: absolute;
bottom: -1px;
left: 0;
}
#sale .block02 .bg p { font-size: 1.4rem; color: #fff; margin: 10px 0; }
#sale .block02 .bg p span {
background: #fba501;
padding: 2px 15px;
margin-right: 10px;
}


#sale .block02 .bg_flex {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-bottom: 100px;
padding: 20px 40px;
box-sizing: border-box;
background: url("../images/com/bg.jpg") center center no-repeat;
background-size: cover;
}
#sale .block02 .bg_flex .img {
width: 42%;
}
#sale .block02 .bg_flex .txt {
width: 48%;
}
#sale .block02 .bg_flex .txt p {
font-size: 1.8rem;
color: #fff;
}



#sale .contact a {
width: 40%;
margin: 0 auto 120px;
display: block;
text-align: center;
font-weight: 800;
color: #FFF;
background: #0066a1;
padding: 15px;
box-sizing: border-box;
border-radius: 0.5rem;
position: relative;
}
#sale .contact a::before {
content: "";
position: absolute;
right: 10px;
top: 22px;
background: url("../images/com/arrow_w.svg") 0 0 no-repeat;
background-size: auto;
background-size: 100% auto;
width: 10px;
height: 20px;
}
#sale .contact a:hover {
background: dodgerblue;
transition: .5;
}


#sale .block02 .bg_flex .contact a {
width: 70%;
margin: 60px auto 0;
}



}






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

#sale { position:relative; margin: 0 auto; overflow: hidden; }
#sale .section_wrap { width: 100%; margin: 0 auto; }


#sale .img_block .txt_box p {
font-size: 1.4rem;
font-weight: 600;
line-height: 2.2;
text-align: center;
margin: 0 5% 40px;
}



/*block
---------------------------------------------*/
#sale .block { margin: 0 auto 60px; padding: 50px 5%; background: #f5f5f6; }

#sale .block .en_ttl {
font-size:1.2rem;
font-weight:500;
line-height: 1;
margin-bottom: 10px;
color: #fba501;
}
#sale .block h2 {
font-size: 2.4rem;
font-weight: 500;
line-height: 1;
margin-bottom: 30px;
}

#sale .block ul {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#sale .block ul li { width: 48%; margin: 0 0 30px; padding: 10px 10px 20px; box-sizing: border-box; background: #2C2826; }
#sale .block ul li .img { margin-bottom: 10px; }
#sale .block ul li h3 { font-size: 1.6rem; margin: 0 0 20px; color: #fff; }
#sale .block ul li p { color: #fff; }



/*block02
---------------------------------------------*/
#sale .block02 { width: 90%; margin: 0 auto 60px; }

#sale .block02 .en_ttl {
font-size:1.2rem;
font-weight:500;
line-height: 1;
margin-bottom: 10px;
color: #fba501;
}
#sale .block02 h2 {
font-size: 2.4rem;
font-weight: 500;
line-height: 1;
margin-bottom: 30px;
}


#sale .block02 ul {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #f1f4f8;
padding: 20px;
border-radius: 10px;
margin-bottom: 30px;
}
#sale .block02 ul li {
width: 48%;
margin-bottom: 10px;
box-sizing: border-box;
position: relative;
color: #0000d9;
background-color: #fff;
border: 1px solid #0000d9;
font-size: 1.2rem;
letter-spacing: 0.05em;
font-weight: 700;
padding: 10px;
border-radius: 6px;
text-align: center;
}


#sale .block02 .bg {
margin-bottom: 60px;
padding: 10px 20px;
box-sizing: border-box;
background: url("../images/com/bg.jpg") center center no-repeat;
background-size: cover;
}
#sale .block02 .bg h3 {
position: relative;
font-size: 1.8rem;
font-weight: 500;
margin-bottom: 20px;
color: #fff;
border-bottom: 1px solid #888;
padding: 0 0 10px;
}
#sale .block02 .bg h3::after {
content: "";
width: 100px;
height: 1px;
background-color: #fff;
position: absolute;
bottom: -1px;
left: 0;
}
#sale .block02 .bg p { color: #fff; margin: 10px 0; }
#sale .block02 .bg p span {
background: #fba501;
padding: 2px 15px;
margin-right: 10px;
}


#sale .block02 .bg_flex {
margin-bottom: 60px;
padding: 20px 20px;
box-sizing: border-box;
background: url("../images/com/bg.jpg") center center no-repeat;
background-size: cover;
}
#sale .block02 .bg_flex .txt {
margin-top: 30px;
}
#sale .block02 .bg_flex .txt p {
font-size: 1.4rem;
color: #fff;
}



#sale .contact a {
width: 80%;
margin: 0 auto 60px;
display: block;
text-align: center;
font-weight: 800;
color: #FFF;
background: #0066a1;
padding: 15px;
box-sizing: border-box;
border-radius: 0.5rem;
position: relative;
}
#sale .contact a::before {
content: "";
position: absolute;
right: 10px;
top: 22px;
background: url("../images/com/arrow_w.svg") 0 0 no-repeat;
background-size: auto;
background-size: 100% auto;
width: 10px;
height: 20px;
}
#sale .contact a:hover {
background: dodgerblue;
transition: .5;
}


#sale .block02 .bg_flex .contact a {
margin: 30px auto 0;
}


}