@charset "UTF-8";


.read_wrap .mainRead_box .h2_txt {
  font-size: 38px;
}

.read_wrap .mainRead_box .read_txt {
  font-size: 18px;
}

.read_wrap .subRead_box .h3_txt {
  font-size: 26px;
}

.read_wrap .subRead_box .h3_txt .fsL {
  font-size: 1.25em;
}

.read_wrap .subRead_box .read_txt {
  font-size: 17px;
}

.wideBtn_wrap {
  margin-top: 30px;
}

.imgBoxList_wrap li .img_wrap.res_img_01 {
  background: var(--col-sky01);
}

.imgBoxList_wrap li .img_wrap.res_img_01 picture {
  width: 80%;
  margin: auto;
  padding: var(--inner-padding-LR);
}

.imgBoxList_wrap li .sale_item:has(.sale_img_01) .img_wrap {
  width: 38%;
}

.imgBoxList_wrap li .sale_item:has(.sale_img_01) .txt_wrap {
  width: 70%;
}

.imgBoxList_wrap li .sale_item:has(.sale_img_03) .img_wrap {
  width: 50%;
}

.imgBoxList_wrap li .sale_item:has(.sale_img_03) .txt_wrap {
  width: 50%;
}

.imgBoxList_wrap li .img_wrap.sale_img_01 ,
.imgBoxList_wrap li .img_wrap.sale_img_03 {
  background: #000;
}

.imgBoxList_wrap li .img_wrap.res_img_01 img,
.imgBoxList_wrap li .img_wrap.sale_img_01 picture,
.imgBoxList_wrap li .img_wrap.sale_img_01 img,
.imgBoxList_wrap li .img_wrap.sale_img_03 picture,
.imgBoxList_wrap li .img_wrap.sale_img_03 img,
.imgBoxList_wrap li .img_wrap.sale_img_04 picture,
.imgBoxList_wrap li .img_wrap.sale_img_04 img {
  object-fit: contain;
}


@media only screen and (max-width: 1163px) {

  .read_wrap .mainRead_box .h2_txt {
    font-size: 3.8vw;
  }

  .read_wrap .mainRead_box .read_txt {
    font-size: 1.8vw;
  }

  .read_wrap .subRead_box .h3_txt {
    font-size: 2.6vw;
  }

  .read_wrap .subRead_box .read_txt {
    font-size: 1.7vw;
  }

  /* .wideBtn_wrap {
    margin-top: 30px;
  } */
}

@media only screen and (max-width: 959px) {}


/*==========================================================================================
ここからSP
==========================================================================================*/

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


  .read_wrap .mainRead_box .h2_txt {
    font-size: 6vw;
  }

  .read_wrap .mainRead_box .read_txt {
    font-size: 3.85vw;
  }

  .read_wrap .subRead_box .h3_txt {
    font-size: 5.45vw;
  }

  .read_wrap .subRead_box .read_txt {
    font-size: 3.7vw;
  }

  .strongpoints_box {
    padding: 12vw 0 0;
  }

  .wideBtn_wrap {
    margin-top: 4vw;
  }


  .imgBoxList_wrap li .list_inner .res_img_01,
  .imgBoxList_wrap li .sale_item:has(.sale_img_01) .img_wrap,
  .imgBoxList_wrap li .sale_item:has(.sale_img_03) .img_wrap ,
  .imgBoxList_wrap li .sale_item:has(.sale_img_04) .img_wrap {
    height: fit-content;
  }

  .imgBoxList_wrap li .sale_item:has(.sale_img_03) .img_wrap,
  .imgBoxList_wrap li .sale_item:has(.sale_img_04) .img_wrap {
    padding: var(--inner-padding-LR);
  }

  .imgBoxList_wrap li .img_wrap.res_img_01 picture {
    width: 85%;
  }

  .imgBoxList_wrap li .sale_item:has(.sale_img_01) .img_wrap,
  .imgBoxList_wrap li .sale_item:has(.sale_img_01) .txt_wrap,
  .imgBoxList_wrap li .sale_item:has(.sale_img_03) .img_wrap,
  .imgBoxList_wrap li .sale_item:has(.sale_img_03) .txt_wrap {
    width: 100%;
  }
}