@charset "UTF-8";

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

/*---------- main ----------*/
/* parts main_visual */
h1.copy {
  font-size: 2rem;
  text-align: center;
  width: max-content;
  font-family: serif;
	margin:0 auto;
}
h1.copy span {
  position: absolute;
  left: -9999px;
}
.fl_main_visual {
  width: 100%;
  height:71.4rem;
  background-image: url(../images/top-mv.jpg);
  background-size: cover;
  background-position: center;
  position: relative;

}
.copy {
  position: relative;
  padding: 0.5em 1em;
  color: #fff; /* 文字色白 */
  font-weight: bold;
  line-height: 1.4;

  /* 背景をぼかす＆黒く */
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(4px);
  border-radius: 6px; /* 少し角丸に */

  /* 中央寄せにしたい場合 */
  text-align: center;
}

.fl_main_visual::after {
  content: '';
  display: block;
  width: 100%;
  height:18.5rem;
  background-image: linear-gradient(0deg, #E60012, transparent);
  position: absolute;
  bottom: 0;
}
.md_visual_word {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.md_visual_word img {
  margin: 2rem auto 0;
  width: 35rem;
}
.fl_main_visual .sub_title {
  position: absolute;
  color: #fff;
  bottom: 5%;
  z-index: 1;
  left: 5%;
  line-height: normal;
  font-size: 4.8rem;
  font-weight: bold;
}

/* parts top_news */
.fl_top_news {
  padding: 8rem 0;
  position: relative;
  background-color: #E60012;
  z-index: 0;
  overflow: hidden;
}
.fl_top_news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/news_image.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
  z-index: -1;
}
.fl_top_news 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_news h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}
.fl_top_news .top_news_list {
  margin-bottom: 4rem;
}
.fl_top_news .top_news_list li {
  display: flex;
  padding: 4rem 0;
  /* border-bottom: 1px solid #8A8A8A; */
}
.fl_top_news .top_news_image {
  width: 17rem;
}
.fl_top_news .top_news_image img {
  width: 100%;
  aspect-ratio: 5 / 3;
  overflow: hidden;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.fl_top_news .top_news_link {
  width: calc(100% - 17rem);
  padding-left: 4rem;
  background-color: white;
  color: black;
  opacity: 0.85;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fl_top_news .date {
  font-size: 1.2rem;
  margin-bottom: 1.6rem;
}
.fl_top_news .title {
  font-size: 2rem;
  margin-bottom: .8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.fl_top_news .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}


/* parts top_campaign */
.fl_top_campaign {
  padding: 8rem 0;
  position: relative;
  background-color: #E60012;
  z-index: 0;
  overflow: hidden;
}
.fl_top_campaign::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://koiwa.kaunjer.jp/wp-content/uploads/2025/04/campaign.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .fl_top_campaign::before {
    background-image: url(https://koiwa.kaunjer.jp/wp-content/uploads/2025/05/spcampaign.jpg);
  }
}



.fl_top_campaign 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_campaign h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}
.fl_top_campaign .campaign_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
}
.fl_top_campaign .hidden_text {
  display: none;
}


/* parts top_about */
.fl_top_about {
  padding: 8rem 0;
  color: #333;
  position: relative;
  background-color: #FFF100;
}
.fl_top_about 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_about h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}
.fl_top_about .about_box {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-wrap: wrap;
}
.fl_top_about .about_image {
  width: 50%;
  max-width: 450px;
}
.fl_top_about .about_image .img_01 {
  width: 100%
}
.fl_top_about .about_text {
  width: calc(100% - 470px);
  margin-left: 2rem;
  position: relative;
  top: 4rem;
}
.fl_top_about .title {
  font-size: 2rem;
  margin-bottom: .8rem;
}
/* .fl_top_about::after {
  content: "";
  position: absolute;
  width: 120rem;
  background-image: url('../images/about-bk.png');
  background-size: cover;
  background-repeat: no-repeat;
  top: 57rem;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  bottom: 0;
  z-index: -1;
  opacity: .3;
  height: 76rem;
} */



/* parts top_marketprice */
.fl_top_marketprice {
  padding: 8rem 0;
  position: relative;
  background-color: #E60012;
  z-index: 0;
  overflow: hidden;
}
.fl_top_marketprice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://koiwa.kaunjer.jp/wp-content/uploads/2025/04/price.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
  z-index: -1;
}

@media screen and (max-width: 768px) {
     .fl_top_marketprice::before {
    background-image: url(https://koiwa.kaunjer.jp/wp-content/uploads/2025/05/spprice.jpg);
  }
}
	
.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 .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: 40rem;
}
.fl_top_marketprice .price_list .price_02 {
  width: 15rem;
}
.fl_top_marketprice .price_list .price_03 {
  width: 20rem;
}


/* parts top_service */
.fl_top_service {
  position: relative;
  padding: 8rem 0;
  overflow: hidden;
  background-color: #FFF100;
  z-index: 0;
}
.fl_top_service::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://koiwa.kaunjer.jp/wp-content/uploads/2025/04/kanou.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
  z-index: -1;
}
.fl_top_service 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_service h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}
.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: 22.4rem;
  margin-bottom: 2.8rem;
}
.fl_top_service .service_box::after {
  display: block;
  content:"";
  width: 22.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 ----------*/
/* parts main_visual */
h1.copy {
  font-size: 1.5rem;
  margin: 0 auto;
}
.md_visual_word {
  top: 50%;
}
.md_visual_word img {
  margin: 1rem auto 0;
  width: 100%;
}
.fl_main_visual .sub_title {
  font-size: 2.8rem;
}
/* parts top_news */
.fl_top_news {
  padding: 5rem 0;
}
.fl_top_news .top_news_image {
  width: 10rem;
}
.fl_top_news .top_news_link {
  width: calc(100% - 10rem);
  padding-left: 2rem;
}
.fl_top_news .top_news_list {
  margin-bottom: 2rem;
}
.fl_top_news .top_news_list li {
  padding: 2rem 0;
}
.fl_top_news .heading_image {
  width: 50%;
}

/* parts top_campaign */
.fl_top_campaign {
  padding: 5rem 0;
}
.fl_top_campaign .campaign_info img {
  width: 100%;
}
.fl_top_campaign .campaign_info h3:last-of-type img {
  margin-top: 2rem;
}

/* parts top_about */
.fl_top_about {
  padding: 4rem 0;
  position: relative;
}
.fl_top_about .about_image {
  width: 90%;
  padding: 0;
  left: 15%;
  margin-bottom: 3rem;
}
.fl_top_about .about_text {
  width: 100%;
  margin-left: 0;
  padding: 0;
  top: 0;
}
.fl_top_about .heading_image {
  width: 65%;
}


/* 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 .price_list .price_01 {
  width: 10rem;
}
.fl_top_marketprice .price_list .price_02 {
  width: 10rem;
}
.fl_top_marketprice .price_list .price_03 {
  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_service .heading_image {
  width: 85%;
}





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

/*---------- レイアウト微調整 ----------*/
@media (max-width: 599px) {
  /* parts main_visual */
.fl_main_visual, .fl_main_visual::after {
  height: 50rem;
}
}