@charset "utf-8";

/* 共通 */
body {
  font-family: "Sawarabi Mincho", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
}
.hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.flex {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 728px) {


/* #top */
nav{
  background-color: #b81c25;
  padding: 20px 0px;
  position: fixed;
  z-index: 900;
  top: 0px;
  width: 100%;
  box-sizing: border-box;
}
.head_inner{
  width: 92%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sabi_main_wrap::before{
  content: "";
  width: 100%;
  position: absolute;
  height: 25px;
  background-color: #036eb8;
  top: 90px;
  display: block;
}
.forpro_logo{

}
.nav_list{
  display: flex;
  justify-content: right;
  gap: 30px;
  align-items: center;
}
.nav_list li{

}
.nav_list li a{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.nav_list li a:hover{
  text-decoration: underline;
}
.nav_list_cart{
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav_list li a img{

}
.sabi_main_wrap{
  width: 100%;
  padding: 190px 0px 90px 0px;
  background-image: url(/sabi_change/img/sabi_main_bg.webp);
  margin: 0px 0px 60px 0px;
}
.sabi_main_img{
  max-width: 1300px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0px 30px;
  width: 80%;
}
.sabi_main_wrap a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 70px;
  background-color: #fff;
  font-size: 25px;
  position: relative;
  margin: 90px auto 0px auto;
  font-weight: bold;
}
.sabi_main_wrap a::after{
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  width: 12px;
  height: 12px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  z-index: 1;
}
.sabi_main_wrap a:hover{
  opacity: 0.8;
}
.common_h2{
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 40px;
}
.common_h2 span{
  font-size: 20px;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  color: #b81c25;
}
#feature{
  width: 100%;
  margin: -130px 0px 80px 0px;
  padding-top: 130px;
}
.sabi_chenge_ex{
  max-width: 1100px;
  margin: 0px auto 60px auto;
  position: relative;
}
.sabi_chenge_ex h2{
  font-size: 23px;
  color: #fff;
  position: absolute;
  top: -25px;
  left: 20px;
  background-color: #000;
  padding: 15px 30px;
  font-weight: bold;
}
.sabi_chenge_ex p{
  background-color: #e9e9e9;
  border: solid 2px #747574;
  box-sizing: border-box;
  padding: 45px 20px 35px 20px;
  font-size: 19px;
  line-height: 1.6;
  font-weight: bold;
}
.sabi_feature_wrap{
  max-width: 1100px;
  margin: 0 auto;
}
.sabi_feature_wrap ul{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.sabi_feature_wrap ul li{
  width: 310px;
}
.sabi_feature_wrap ul li h3{
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #b81c25;
  border-radius: 40px;
  margin-bottom: 15px;
  width: 75px;
  height: 75px;
  margin: 0px auto 15px auto;
  box-sizing: border-box;
  padding: 15px 10px;
  font-weight: bold;
}
.sabi_feature_wrap ul li h3 span{
  display: block;
  font-size: 28px;
}
.sabi_feature_wrap ul li img{

}
.sabi_feature_wrap ul li p{
  font-size: 17px;
  margin-top: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.sabi_be_after{
}
.sabi_be_txt{
  position: relative;
  width: 435px;
  height: 95px;
  background-color: #b81c25;
  color: #fff;
  font-size: 20px;
  margin: 0px 0px 20px auto;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sabi_be_txt::after{
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-bottom: 45px solid #b81c25;
  border-top: 0;
  transform: rotate(320deg);
  position: absolute;
  bottom: -9px;
  left: 20px;
}
.sabi_be_after img{

}
#prevention{
  width: 100%;
  margin: -130px 0px 80px 0px;
  padding-top: 130px;
  position: relative;
}
.sabi_pre_wrap{
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 75px;
}
.sabi_pre_wrap::after{
  display: block;
  content: "";
  width: 100%;
  height: 705px;
  background-color: #333;
  z-index: -1;
  bottom: 0px;
  position: absolute;
  left: 0px;
}
.sabi_pre_wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 45px;
}
.sabi_pre_wrap ul li{
  width: 240px;
}
.sabi_pre_wrap ul li figure{

}
.sabi_pre_wrap ul li figure img{

}
.sabi_pre_wrap ul li figcaption{
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
#detail{
  width: 100%;
  margin: -130px 0px 80px 0px;
  padding-top: 130px;
}
#detail h2{

}
#detail h2 span{

}
#detail table {
  margin: 0 auto;
  border-collapse: collapse;
  width: 900px;
}

#detail td,
#detail th {
  border: 3px solid #000;
}

#detail td,
#detail th {
  font-size: 23px;
  line-height: 4rem;
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: bold;
}

.detail-table_padding span{
  display: block;
  font-size: 20px;
  line-height: 2rem;
  font-weight: bold;
  margin-top: -20px;
}
#movie{
  width: 100%;
  margin: -130px 0px 80px 0px;
  padding-top: 130px;
}
.sabi_movie_wrap{
  width: 100%;
  position: relative;
  padding: 60px 0px 130px 0px;
  background-image: url(/sabi_change/img/sabi_movie_bg.webp);
  background-size: cover;
}
.sabi_movie_inner{
  width: 900px;
  margin: 0 auto;
  position: relative;
}
.sabi_movie_wrap h2{
  color: #fff;
}
.sabi_movie_wrap iframe{
  width: 900px;
  height: 510px;
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 10;
}
.sabi_movie_inner::after{
  z-index: 0;
  content: "";
  width: 175px;
  height: 175px;
  background-color: #b81c25;
  position: absolute;
  right: -64px;
  bottom: -50px;
}
#shop{
  margin: -130px 0px 80px 0px;
  padding-top: 130px;
}
.sabi_shop_wrap{

}
.sabi_shop_wrap ul{
  width: 950px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.sabi_shop_wrap ul li{
  width: 390px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.sabi_shop_wrap ul li:last-child{
  width: 490px;
}
.sabi_shop_wrap ul li img{

}
.sabi_shop_wrap ul li:last-child .sabi_shop_right{
  margin-top: 70px;
}
.sabi_shop_right{
  width: 240px;
}
.sabi_shop_right p{
  font-size: 25px;
  font-weight: bold;
}
.sabi_shop_right p span{
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}
.sabi_shop_right a{
  width: 240px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #000;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-top: 20px;
}
.sabi_shop_right a::after{
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  width: 10px;
  height: 10px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  z-index: 1;
}
.sabi_shop_right a:hover{
  opacity: 0.8;
}
.sabi_1l_huki{
  width: 137px;
  height: 121px;
  background-image: url(/sabi_change/img/sabi_1l_hukidashi.webp);
  font-size: 19px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: -40px;
  box-sizing: border-box;
  padding: 40px 20px;
  font-weight: bold;
}
.sabi_1l_huki span{
  font-size: 17px;
  display: block;
}
footer{

}
.top_link{
  width: 300px;
  display: block;
  margin: 0 auto;
}
footer ul li a img{
  width: 43px;
  height: 43px;
}
.pc_off{
  display: none;
}
.sabi_hikaku_cont{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.sabi_txt_old{
  width: 47%;
  border: solid 2px #000;
  box-sizing: border-box;
}
.sabi_txt_old h3{
  text-align: center;
  font-size: 23px;
  padding: 20px 0px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.sabi_hikaku_txt{
  padding: 30px;
}
.sabi_hikaku_txt p{
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.sabi_hikaku_txt p:last-child{
  margin-bottom: 0px;
}
.sabi_hikaku_txt p::before{
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-color: #000;
  display: block;
  left: 0px;
  top: 5px;
}
.sabi_txt_change{
  border: solid 2px #b81c25;
}
.sabi_txt_change h3{
  background-color: #b81c25;
}
.box_red::before{
  background-color: #b81c25 !important;
}
}