@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 (max-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: 15px;
  background-color: #036eb8;
  top: 62px;
  display: block;
}
.forpro_logo{
  width: 105px;
}
.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: 500;
}
.nav_list_cart{
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav_list li a img{

}
#menu-btn-check {
  display: none;
}
.header nav ul li {
  text-align: center;
}

.menu-btn {
  position: fixed;
  top: -3px;
  right: 5px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 9000;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}

#menu-btn-check:checked~.menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked~.menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked~.menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}
.global {
  width: 100%;
  height: 100%;
  display: flex;
}
.global {
  padding: 54px 0;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 100;
  background-color: rgb(142 142 142 / 91%);
  transition: all 0.5s;
  align-items: center;
}

.global li {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
}

.global li a {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 15px;
  border-bottom: solid 1px #fff;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}

#menu-btn-check:checked~.global {
  left: 0;
  /*メニューを画面内へ*/
}

#header rt {
  transform: translateY(0em);
}




.sabi_main_wrap{
  width: 100%;
  padding: 106px 0px 40px 0px;
  background-image: url(/sabi_change/img/sabi_main_bg.webp);
  margin: 0px 0px 60px 0px;
  background-position: top;
  background-size: cover;
}
.sabi_main_img{
  width: 92%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto;
}
.sabi_main_wrap a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 45px;
  background-color: #fff;
  font-size: 17px;
  position: relative;
  margin: 20px auto 0px auto;
  font-weight: bold;
}
.sabi_main_wrap a::after{
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  width: 9px;
  height: 9px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  z-index: 1;
}
.common_h2{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}
.common_h2 span{
  font-size: 20px;
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  color: #b81c25;
  font-weight: bold;
}
#feature{
  width: 100%;
  margin: -130px 0px 40px 0px;
  padding-top: 130px;
}
.sabi_chenge_ex{
  width: 92%;
  margin: 0px auto 60px auto;
  position: relative;
}
.sabi_chenge_ex h2{
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: -20px;
  left: 20px;
  background-color: #000;
  padding: 10px 20px;
  font-weight: bold;
}
.sabi_chenge_ex p{
  background-color: #e9e9e9;
  border: solid 2px #747574;
  width: 100%;
  box-sizing: border-box;
  padding: 35px 5% 25px 5%;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}
.sabi_feature_wrap{
  width: 92%;
  margin: 0 auto;
}
.sabi_feature_wrap ul{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 15px 6px;
}
.sabi_feature_wrap ul li{
  width: 48%;
}
.sabi_feature_wrap ul li h3{
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #b81c25;
  border-radius: 40px;
  margin-bottom: 15px;
  width: 55px;
  height: 55px;
  margin: 0px auto 10px auto;
  box-sizing: border-box;
  padding: 10px 10px;
  font-weight: 500;
}
.sabi_feature_wrap ul li h3 span{
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.sabi_feature_wrap ul li img{

}
.sabi_feature_wrap ul li p{
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
.sabi_be_after{
}
.sabi_be_txt{
  position: relative;
  width: 82%;
  height: 65px;
  background-color: #b81c25;
  color: #fff;
  font-size: 14px;
  margin: 0px 0px 20px auto;
  font-weight: 500;
  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: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 16px solid #b81c25;
  border-top: 0;
  transform: rotate(329deg);
  position: absolute;
  bottom: -5px;
  right: 10%;
}
.sabi_be_after img{

}
#prevention{
  width: 100%;
  margin: -130px 0px 40px 0px;
  padding-top: 130px;
  position: relative;
}
.sabi_pre_wrap{
  width: 92%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.sabi_pre_wrap::after{
  display: block;
  content: "";
  width: 100%;
  height:78%;
  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: 20px 0px;
}
.sabi_pre_wrap ul li{
  width: 48%;
}
.sabi_pre_wrap ul li figure{

}
.sabi_pre_wrap ul li figure img{

}
.sabi_pre_wrap ul li figcaption{
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}
#detail{
  width: 100%;
  margin: -130px 0px 40px 0px;
  padding-top: 130px;
}
#detail h2{

}
#detail h2 span{

}
#detail table {
  margin: 0 auto;
  border-collapse: collapse;
  width: 92%;
}

#detail td,
#detail th {
  border: 1px solid #000;
}

#detail td,
#detail th {
  font-size: 15px;
  line-height: 3rem;
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: 500;
}

.detail-table_padding span{
  display: block;
  font-size: 14px;
  line-height: 2rem;
  font-weight: 500;
  margin-top: -20px;
}
#movie{
  width: 100%;
  margin: -130px 0px 40px 0px;
  padding-top: 130px;
}
.sabi_movie_wrap{
  width: 100%;
  position: relative;
  padding: 40px 0px 50px 0px;
  background-image: url(/sabi_change/img/sabi_movie_bg.webp);
  background-size: cover;
}
.sabi_movie_inner{
  width: 92%;
  margin: 0 auto;
}
.sabi_movie_wrap h2{
  color: #fff;
}
.sabi_movie_wrap iframe{
  width: 100%;
  /* height: 206px; */
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 10;
  aspect-ratio: 16 / 9;
  max-width: 960px;
}
.sabi_movie_inner::after{
  z-index: 0;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #b81c25;
  position: absolute;
  right: 5%;
  bottom: 40px;
}
#shop{
  margin: -130px 0px 80px 0px;
  padding-top: 130px;
}
.sabi_shop_wrap{

}
.sabi_shop_wrap h2{
  margin-bottom: 60px;
}
.sabi_shop_wrap ul{
  width: 92%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 20px;
}
.sabi_shop_wrap ul li{
  width: 92%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.sabi_shop_wrap ul li:last-child{
  width: 92%;
}
.sabi_shop_wrap ul li img{
  width: 37%;
}
.sabi_shop_wrap ul li:first-child img{
  width: 20%;
  margin-left: 8%;
}
.sabi_shop_wrap ul li:last-child .sabi_shop_right{
  margin-top: 30px;
}
.sabi_shop_right{
  width: 55%;
}
.sabi_shop_right p{
  font-size: 18px;
  font-weight: 500;
}
.sabi_shop_right p span{
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}
.sabi_shop_right a{
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #000;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin-top: 20px;
}
.sabi_shop_right a::after{
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10%;
  z-index: 1;
}
.sabi_1l_huki{
  width: 97px;
  height: 81px;
  background-image: url(/sabi_change/img/sabi_1l_hukidashi.webp);
  font-size: 14px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: -50px;
  box-sizing: border-box;
  padding: 24px 16px;
  font-weight: 500;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.sabi_1l_huki span{
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
footer{

}
.top_link{
  width: 300px;
  display: block;
  margin: 0 auto;
}
footer ul li a img{
  width: 43px;
  height: 43px;
}
.sp_off{
  display: none;
}
.sabi_hikaku_cont{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-direction: column;
  gap: 20px;
}
.sabi_txt_old{
  width: 100%;
  border: solid 2px #000;
  box-sizing: border-box;
}
.sabi_txt_old h3{
  font-size: 20px;
  padding: 15px 0px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.sabi_hikaku_txt{
  padding: 5%;
}
.sabi_hikaku_txt p{
  font-size: 15px;
  font-weight: 500;
  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: 15px;
  height: 15px;
  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;
}
}