@charset "utf-8";
/* CSS Document */


.all_wrap{
margin: 0;
padding: 0;
border: 0;
font-size: 10px;
vertical-align: top;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
}

.all_wrap img{
width: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0%;
  bottom: 5%;
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.blur-fadein{
}
.blur-fadein.active{
    animation: blurFadeIn .5s ease-in forwards;
}
@keyframes blurFadeIn {
0% { opacity: 0;}
50% { opacity: 0.5;}
100% { opacity: 1;}
}








@keyframes fadeIn{
  0%{ opacity: 1; height: 0;}
  80%{ opacity: 1; height: 239px;}
}

@-webkit-keyframes fadeIn{
  0%{ opacity: 1; height: 0;}
  80%{ opacity: 1; height: 239px;}
}

@media print, screen and (min-width: 767px) {

/*----------------------------------------------
　　コンテンツ
----------------------------------------------*/

.all_wrap a img{
transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.all_wrap a img:hover{
-webkit-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0.8;
}

.all_wrap .contents980{
max-width:980px;
margin: 0 auto;
}

.all_wrap .contents1200{
max-width:1200px;
margin: 0 auto;
}

.all_wrap .cb_top{
padding-top: 160px;
}

.all_wrap .cb_navi{
max-width:1200px;
margin:0 auto;
}

.all_wrap .cb_navibox ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.all_wrap .cb_navibox ul li{
width: calc(25% - 10px);
margin-bottom: 10px;
}

.all_wrap .cb_navibox ul li a{
display:block;	
color:#003a8c;
padding:20px 10px;
text-align:center;
background:#ffe421;
font-size: 1.6em;
transition: 0.3s;
}

.all_wrap .cb_navibox ul li a:before{
padding-right: 0.3em;
content: '\f041';
display: inline-block;
font-family: FontAwesome;
font-weight: normal;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.all_wrap .cb_navibox ul li a:hover{
background: #c21500;
background: linear-gradient(to right, #f1ab3f 0%, #de2726 100%);
color:#fff;
}

.all_wrap .area{
padding-top: 170px;
margin-bottom: 50px;
}

.all_wrap .area_bg{
background:#ffe421;
padding: 10px 0px;
}

.all_wrap .area h3{
font-size: 2.2em;
font-weight: 700;
color:#003a8c;
}

.all_wrap .area h3:before{
padding-right: 0.3em;
padding-left: 0.3em;
content: '\f041';
display: inline-block;
font-family: FontAwesome;
font-weight: normal;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


.all_wrap .period_bg{
background: url("../images/cash_back/pink_bg.png");
background-size: cover;
padding: 15px 0px 8px;
}

.all_wrap .period_bg h2{
color: #fff;
font-size: 2.4em;
text-align: center;
}

.all_wrap .period_bg h2 .txt01{
display: inline-block;
background: #fff;
color: #e62e8b;
font-size: 120%;
font-weight: 700;
padding: 5px 10px;
border-radius: 5px;
letter-spacing: 0.1em;
margin-right: 1em;
}

.all_wrap .period_bg h2 .txt02{
font-family: 'Bebas Neue', cursive;
font-size: 2.4em;
vertical-align: baseline;
}

.all_wrap .note_wrap{
text-align: center;
margin: 50px auto 100px;
}

.all_wrap .note{
display: inline-block;
text-align: left;
font-size: 1.2em;
}

.all_wrap .note a{
font-size: 100%;
text-decoration: underline;
}

.all_wrap .note a:hover{
opacity: 0.5;
}

.all_wrap .summary{
padding: 50px;
margin-bottom: 100px;
}

.all_wrap .summary .lead{
font-size: 2.0rem;
font-weight: 700;
line-height: 1.6;
text-align: center;
margin-bottom: 50px;
}

.all_wrap .summary .lead span{
font-size: 120%;
font-weight: 700;
color: #e62e8b;
vertical-align: baseline;
}

.all_wrap .summary .arrow{
width: 80%;
margin: 0 auto 10px;
}

.all_wrap .summary .title_wrap{
width: 450px;
margin: 80px auto 50px;
position: relative;
}

.all_wrap .summary .title_wrap h3{
background: #e62a8a;
background: linear-gradient(to right, #e95d9d 0%, #e62a8a 100%);
color: #fff;
text-align: center;
font-size: 2.6em;
font-weight: 700;
letter-spacing: 0.1em;
border-radius: 25px;
padding: 5px 0px;
}

.all_wrap .summary .title_wrap .ill01{
position: absolute;
bottom: -40%;
right: -10%;
width: 25%;
}

.all_wrap .summary ul.price_ex{
display: flex;
justify-content: center;
flex-wrap: wrap;
}

.all_wrap .summary ul.price_ex li{
width: calc(50% - 50px);
}

.all_wrap .summary ul.price_ex li .box{
padding: 50px;
}

.all_wrap .summary ul.price_ex li:nth-child(odd){
border-right: #e95120 2.5px dotted;
}

.all_wrap .summary ul.price_ex li:nth-child(1), .all_wrap .summary ul.price_ex li:nth-child(2){
border-bottom: #e95120 2.5px dotted;
}

.all_wrap .summary ul.price_ex li h4{
font-size: 3.4em;
font-weight: 700;
margin-bottom: 0.7em;
}

.all_wrap .summary ul.price_ex li h4 span{
font-size: 35%;
vertical-align: baseline;
padding-left: 1em;
}

.all_wrap .summary ul.price_ex li p{
text-align: right;
padding-top: 20px;
}

.all_wrap .summary ul.price_ex li p a{
transition: 0.5s;
font-size: 1.1em;
}

.all_wrap .summary ul.price_ex li p a:hover{
text-decoration: underline;
opacity: 0.5;
}

.all_wrap .summary h3.title{
width: 70%;
margin: 100px auto 0px;
}

.all_wrap .summary table{
max-width: 980px;
margin: 0 auto;
}

.all_wrap .summary th{
width: 30%;
background: #e6e6e5;
border: #000 1px solid;
font-size: 1.5em;
font-weight: 700;
padding: 1em;
vertical-align: middle;
}

.all_wrap .summary td{
width: 70%;
border: #000 1px solid;
font-size: 1.5em;
padding: 1em;
vertical-align: middle;
}

.all_wrap .summary .note2{
max-width: 980px;
margin: 0 auto;
font-size: 1.2em;
padding-top: 1em;
}

.all_wrap .property_bg{
background: url("../images/cash_back/pink_bg.png");
background-size: cover;
padding: 15px 0px;
margin-bottom: 50px;
}

.all_wrap .property_bg h2{
text-align: center;
color: #fff;
font-size: 3.0em;
font-weight: 700;
}

.all_wrap .pickup{
max-width: 1200px;
margin: 0 auto;
}

.all_wrap ul.pickup_bukken{
display: flex;
flex-wrap: wrap;
}

.all_wrap ul.pickup_bukken li{
margin-left: 15px;
margin-right: 15px;
margin-bottom: 50px;
width: calc(33% - 50px);
position: relative;
transition: 0.5s;
}

.all_wrap ul.pickup_bukken li a{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.all_wrap ul.pickup_bukken li:hover{
opacity: 0.6;
}

.all_wrap ul.pickup_bukken .add{
font-size: 16px;
font-weight: bold;
height: 1.4em;
overflow-y: hidden;
}

.all_wrap ul.pickup_bukken .station{
overflow-y: hidden;
font-size: 13px;
height: 38px;
}

.all_wrap ul.pickup_bukken .type{
color: #fff;
font-size: 12px;
background: #EA5C5C;
display: inline-block;
padding: 2px 5px;
margin-bottom: 5px;
}

.all_wrap ul.pickup_bukken .price{
color: #EA5C5C;
font-size: 17px;
font-weight: bold;
text-align: center;
padding: 5px 0px;
}


.all_wrap .none-p, .pcn{
display: none;
}

}



@media screen and (max-width: 768px) { 

/*----------------------------------------------
　　コンテンツ
----------------------------------------------*/
.contents980, .contents1200{
padding: 0px 8px;
}

.cb_top{
padding-top: 60px;
}

.cb_navi{
max-width:1200px;
margin:0 auto;
padding: 0px 8px;
}

.cb_navibox ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.cb_navibox ul li{
width: calc(25% - 5px);
margin-bottom: 5px;
}

.cb_navibox ul li a{
display:block;	
color:#003a8c;
padding:15px 5px;
text-align:center;
background:#ffe421;
font-size: 1.2em;
transition: 0.3s;
}

.cb_navibox ul li a:before{
padding-right: 0.3em;
content: '\f041';
display: block;
font-size: 125%;
font-family: FontAwesome;
font-weight: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.cb_navibox ul li a:hover{
background: #c21500;
background: linear-gradient(to right, #f1ab3f 0%, #de2726 100%);
color:#fff;
}

.area{
padding-top: 50px;
margin-bottom: 30px;
}

.area_bg{
background:#ffe421;
padding: 10px 0px;
}

.area h3{
font-size: 2.2em;
font-weight: 700;
color:#003a8c;
}

.all_wrap .area h3:before{
padding-right: 0.3em;
padding-left: 0.3em;
content: '\f041';
display: inline-block;
font-family: FontAwesome;
font-weight: normal;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.period_bg{
background: url("../images/cash_back/pink_bg.png");
padding: 15px 0px 10px;
}

.period_bg h2{
color: #fff;
font-size: 1.3em;
text-align: center;
}

.period_bg h2 .txt01{
display: block;
background: #fff;
color: #e62e8b;
font-size: 1.4em;
font-weight: 700;
padding: 3px;
border-radius: 5px;
letter-spacing: 0.1em;
margin-bottom: 0.5em;
}

.period_bg h2 .txt02{
font-family: 'Bebas Neue', cursive;
font-size: 2.0em;
vertical-align: baseline;
}

.note_wrap{
text-align: center;
margin: 20px auto 50px;
}

.note{
display: inline-block;
text-align: left;
font-size: 1.2em;
}

.all_wrap .note a{
font-size: 100%;
text-decoration: underline;
}

.all_wrap .note a:hover{
opacity: 0.5;
}

.summary{
padding: 15px;
margin-bottom: 50px;
}

.summary .lead{
font-size: 1.6em;
font-weight: 700;
margin-bottom: 30px;
}

.summary .lead span{
font-size: 120%;
font-weight: 700;
color: #e62e8b;
vertical-align: baseline;
}

.summary .arrow{
width: 95%;
margin: 0 auto 10px;
}

.summary .title_wrap{
width: 300px;
margin: 30px auto 20px;
position: relative;
}

.summary .title_wrap h3{
background: #e62a8a;
background: linear-gradient(to right, #e95d9d 0%, #e62a8a 100%);
color: #fff;
text-align: center;
font-size: 1.8em;
font-weight: 700;
letter-spacing: 0.1em;
border-radius: 20px;
padding: 5px 0px;
}

.summary .title_wrap .ill01{
position: absolute;
bottom: -40%;
right: -3%;
width: 22%;
}

.summary ul.price_ex li .box{
padding: 30px;
}

.summary ul.price_ex li:nth-child(1), .summary ul.price_ex li:nth-child(2), .summary ul.price_ex li:nth-child(3){
border-bottom: #e95120 2.5px dotted;
}

.summary ul.price_ex li h4{
font-size: 2.4em;
font-weight: 700;
margin-bottom: 0.3em;
}

.summary ul.price_ex li h4 span{
font-size: 35%;
vertical-align: baseline;
padding-left: 1em;
}

.summary ul.price_ex li p{
text-align: right;
padding-top: 10px;
}

.summary ul.price_ex li p a{
transition: 0.5s;
font-size: 1.1em;
}

.summary ul.price_ex li p a:hover{
text-decoration: underline;
opacity: 0.5;
}

.summary h3.title{
width: 90%;
margin: 50px auto 0px;
}

.summary table{
max-width: 980px;
margin: 0 auto;
}

.summary th{
width: 30%;
background: #e6e6e5;
border: #000 1px solid;
font-size: 1.2em;
font-weight: 700;
padding: 1em;
vertical-align: middle;
}

.summary td{
width: 70%;
border: #000 1px solid;
font-size: 1.2em;
padding: 1em;
vertical-align: middle;
}

.summary .note2{
max-width: 980px;
margin: 0 auto;
font-size: 1.2em;
padding-top: 1em;
}

.property_bg{
background: url("../images/cash_back/pink_bg.png");
background-size: cover;
padding: 10px 0px;
margin-bottom: 30px;
}

.property_bg h2{
text-align: center;
color: #fff;
font-size: 2.0em;
font-weight: 700;
}

ul.pickup_bukken{
max-width: 800px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}

ul.pickup_bukken li{
margin-left: 12px;
margin-right: 12px;
width: calc(48% - 20px);
margin-bottom: 30px;
position: relative;
transition: 0.5s;
}

ul.pickup_bukken li a{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

ul.pickup_bukken li:hover{
opacity: 0.6;
}

ul.pickup_bukken .add{
font-size: 14px;
font-weight: bold;
height: 1.4em;
overflow-y: hidden;
}

ul.pickup_bukken .station{
overflow-y: hidden;
font-size: 12px;
height: 38px;
}

ul.pickup_bukken .type{
color: #fff;
background: #EA5C5C;
display: inline-block;
padding: 2px 5px;
margin-bottom: 5px;
font-size: 12px;
}

ul.pickup_bukken .price{
color: #EA5C5C;
font-size: 15px;
font-weight: bold;
text-align: center;
padding: 5px 0px;
}

.none-s, .spn{
display: none;
}

}

