@charset "UTF-8";
/*---------- header ----------*/

/*---------- main ----------*/
.fl_heading {
    padding: 10rem 0 0;
    background-image: url(../images/campaign-mv.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
    height: 24rem;
}
.fl_heading::before {
    background: #000;
    opacity: 0.7;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.fl_heading .title-h1 {
    color: #fff;
    font-size: 4rem;
    font-weight: normal;
    text-align: center;
}
.fl_heading .title-h1 span {
    font-size: 2.4rem;
    display: block;
}




/* parts campaign */
.fl_campaign {
    padding: 8rem 0;
}
.fl_campaign .title-h2 {
    position: absolute;
    left: -9999px;
}


/* parts top_marketprice */
.fl_top_marketprice {
    padding: 8rem 0;
    position: relative;
  }
  .fl_top_marketprice::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/marketprice_image.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
    z-index: -1;
  }
  .fl_top_marketprice h2 {
    font-size: 1.4rem;
    font-weight: normal;
    position: relative;
    margin: 0 auto 2rem;
    padding: 7px 10px;
    background: #000;
    width: fit-content;
    color: #fff;
  }
  .fl_top_marketprice h2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #000;
  }
  .fl_top_marketprice .marketprice_info {
    margin: 4rem auto 0;
    width: 80rem;
    background-color: white;
    color: black;
    opacity: 0.85;
    padding: 15px;
    border-radius: 5px;
  }
  .fl_top_marketprice .title {
    font-weight: bold;
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
  .fl_top_marketprice .price_explain {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    letter-spacing: normal;
  }
  .fl_top_marketprice .scroll_wrapper {
    background-color: white;
    color: black;
    opacity: 0.8;
    padding: 15px;
    border-radius: 5px;
  }
  .fl_top_marketprice .price_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2.4rem;
    letter-spacing: normal;
  }
  .fl_top_marketprice .price_info {
    font-size: 1.6rem;
    border-bottom: solid 1px #8E8E8E;
    padding: 2rem 2.4rem;
  }
  .fl_top_marketprice .price_heading {
    height: 4.4rem;
    background-color: #B6000E;
    font-weight: 700;
    color: white;
  }
  .fl_top_marketprice .price_list .price_01 {
    width: 20rem;
  }
  .fl_top_marketprice .price_list .price_02 {
    width: 15rem;
  }
  .fl_top_marketprice .price_list .price_03 {
    width: 15rem;
  }
  .fl_top_marketprice .price_list .price_04 {
    width: 20rem;
  }

  .fl_top_point {
    padding: 4rem 0;
    background-color: #FFF100;
    color: black;
  }
  
  .fl_top_point h2 {
    font-size: 1.4rem;
    font-weight: normal;
    position: relative;
    margin: 0 auto 2rem;
    padding: 7px 10px;
    background: #000;
    width: fit-content;
    color: #fff;
  }
  
  .fl_top_point h2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #000;
  }
  .fl_top_point .point-circle {
    width: 80px;
    height: 80px;
    border: 1px solid #333;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: sans-serif;
    position: relative;
    color: #333;
  }
  
  .fl_top_point .point-circle .point-label {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0px;
    margin-bottom: -13px;
    margin-top: 5px;
  }
  
  .fl_top_point .point-circle .point-number {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
  }
  
  .fl_top_point .point_description {
    font-size: 2.7rem;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
  }
  .fl_top_point .point_items{
    margin-top: 50px;
  }
  .fl_top_point .point_item {
    margin-bottom: 50px;
  }
  .fl_top_point .point_item .point_title{
    display: flex;
    align-items: center;
  }
  .fl_top_point .point_item .point_title .point_title_text {
    font-size: 3rem;
  }
  .fl_top_point .point_item .point_image{
    margin-right: 20px;
  }
  .fl_top_point .point_detail{
    display: flex;
    margin-top: 20px;
    width: 100%;
  }
  .fl_top_point .point_text{
    margin-left: 20px;
    font-size: 17px;
  }


/* parts top_service */
.fl_top_service {
    padding: 8rem 0;
    background-color: #FFF100;
  }
  .fl_top_service h2{
    line-height: 1.4;
  }
  .fl_top_service .service_box {
    margin: 4rem 0 1.2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;  
  }
  .fl_top_service .service_item {
    width: 30.4rem;
    margin-bottom: 2.8rem;
  }
  .fl_top_service .service_box::after {
    display: block;
    content:"";
    width: 30.4rem;
  }
  .fl_top_service .item_image {
    width: 100%;
    aspect-ratio: 3 / 2.5;
    overflow: hidden;
  }
  .fl_top_service .item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px 8px 0 0;
  }
  .fl_top_service .item_title{
    background-color: #000;
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
  }



/*---------- footer ----------*/

/*==========================================================================
■ PC版のみ
==========================================================================*/
@media screen and (min-width: 769px) {
/*---------- header ----------*/

/*---------- main ----------*/

/*---------- footer ----------*/

}

/*==========================================================================
■ Tab版
==========================================================================*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
/*---------- header ----------*/

/*---------- main ----------*/

/*---------- footer ----------*/

}


/*==========================================================================
■ SP版
==========================================================================*/
@media screen and (max-width: 768.98px) {

/*---------- header ----------*/

/*---------- main ----------*/
.fl_heading .title-h1 {
    font-size: 2rem;
}
.fl_heading .title-h1 span {
    font-size: 1.2rem;
}


/* parts campaign */
.fl_campaign {
    padding: 0 0 4rem;
}
.fl_campaign img {
    width: 100%;
}


/* parts top_marketprice */
.fl_top_marketprice {
    padding: 4rem 0;
}
.fl_top_marketprice .marketprice_info {
    width: 100%;
}
.fl_top_marketprice .price_explain {
    font-size: 1.2rem;
}
.fl_top_marketprice .price_heading {
    font-size: 1.2rem;
    padding: 0 1rem;
}
.fl_top_marketprice .price_info {
    font-size: 1.2rem;
    line-height: normal;
    padding: 1rem;
}
.fl_top_marketprice .scroll_wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll_wrapper .price_list {
  min-width: 500px;
}
.fl_top_marketprice .scroll_wrapper::-webkit-scrollbar {
  height: 6px;
}
.fl_top_marketprice .scroll_wrapper::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.fl_top_marketprice .price_list .price_01 {
    width: 15rem;
}
.fl_top_marketprice .price_list .price_02 {
    width: 10rem;
}
.fl_top_marketprice .price_list .price_03 {
    width: 12rem;
}
.fl_top_marketprice .price_list .price_04 {
     width: 15rem;
}
  


/* parts top_service */
.fl_top_service {
    padding: 4rem 0;
  }
  .fl_top_service .service_item {
    width: calc(50% - 5px);
    margin-bottom: 2rem;
  }



  .fl_top_point .point-circle {
    width: 60px;
    height: 60px;
  }
  
  .fl_top_point .point-circle .point-label {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0px;
    margin-bottom: -13px;
    margin-top: 5px;
  }

  .fl_top_point .point-circle .point-number {
    font-size: 25px;
    font-weight: 600;
    margin-top: -5px;
    letter-spacing: -0.5px;
  }

  .fl_top_point .point_item .point_title .point_title_text {
    font-size: 2.7rem;
    text-align: start;
    line-height: 1.5;
  }



/*---------- footer ----------*/

}

@media screen and (max-width: 365px) {
  .fl_top_point .point_item .point_image{
    margin-right: 5px;
  }
  .fl_top_point .point-circle{
    width: 57px;
    height: 58px;
  }
  .fl_top_point .point_item .point_title .point_title_text{
    font-size: 1.3rem;
    text-align: left;
  }
  .fl_top_point .point_text{
    font-size: 14px;
  }
}

/*---------- レイアウト微調整 ----------*/
