@charset "utf-8";
/* * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
} */
html {
  font-size: 62.5%;
}
/* body {
  background-color: white;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
} */
a {
  text-decoration: none;
}

.chuubou_container {
  position: relative;
  width: 86%;
  margin: 0 auto;
  height: 100%;
}
p.chuubou {
  font-size: 1.4rem;
  line-height: 1.8em;
  text-align: justify;
  text-justify: inter-ideograph;
  width: 92%;
  margin: 0 auto 34px;
}
div.top {
  height: 600px;
  background-image: url("img/sm_hasami_top.jpg");
  background-size: cover;
  background-position: 50% 0%;
}
.chuubou_logo {
  width: 152px;
  height: 34px;
}
.chuubou_logo img {
  margin-top: 28px;
}
h1.chuubou img {
  position: absolute;
  top: 80px;
  left: -10px;
  width: 40%;
  max-width: 130px;
}
.red_img img {
  width: 63%;
  max-width: 230px;
  position: absolute;
  top: 90px;
  left: 112px;
}
.pc_img {
  display: none;
}

a.toiawase_button {
  margin: 0 auto 58px;
  height: 80px;
  width: 80%;
  max-width: 290px;
  display: block;
  background-color: black;
  color: white;
  text-align: center;
  /* border-radius: 30px; */
  font-size: 3rem;
  font-weight: bold;
  line-height: 80px;
  position: relative;
  overflow: hidden;
}
a.toiawase_button span {
  position: relative;
  z-index: 3;
  color: white;
}
a.toiawase_button:hover span {
  color: white;
}
.bgskew::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  background-color: red;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}
.bgskew:hover::before {
  animation: skewanime 0.5s forwards;
}
@keyframes skewanime {
  100% {
    left: -10%;
  }
}
a.top {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
}
#detail h2.chuubou {
  font-size: 1.8rem;
  font-family: "MS P明朝", "ヒラギノ明朝", "Times New Roman", Times, serif;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 24px;
  height: 48px;
  width: 100%;
  line-height: 48px;
  padding-left: 48px;
  position: relative;
  margin-bottom: 32px;
}
#detail h2.chuubou::before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: white;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#detail section.black {
  background-color: black;
  color: white;
  padding-top: 40px;
  padding-bottom: 110vw;
  position: relative;
}
#detail section.black h2.chuubou {
  color: white;
}

.hasami_hontai {
  width: 100%;
  max-width: 404px;
  position: absolute;
  bottom: -80px;
}
section.white {
  padding-top: 56px;
  color: #000;
}
#detail section.white h2.chuubou {
  border: 1px solid #000;
}
#detail section.white h2.chuubou::before {
  background-color: black;
}
.point ul {
  list-style: none;
}
.point img {
  width: 80%;
  margin: 0 auto;
}
.point figure {
  text-align: center;
  margin-bottom: 48px;
}
.point figure figcaption {
  width: 80%;
  font-size: 1.4rem;
  margin: 10px auto 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
section.color_sec {
  background-image: url(img/2x/hasami_color_img@2x.png);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
section.attention {
  padding-top: 26px;
}
h3.chuubou {
  height: 28px;
  background-color: black;
  color: white;
  line-height: 28px;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 10px;
}
h3.chuubou + ul {
  font-size: 1.2rem;
  padding-left: 1em;
  margin-bottom: 34px;
  list-style: disc;
  text-align: left;
}
.chuubou.annotation {
  font-size: 1.2rem;
  line-height: 1.5;
  width: 100%;
}
.chuubou.address {
  font-size: 1.2rem;
  line-height: 1.5;
  width: 100%;
}
footer {
  padding: 10px 0 50px;
}
.footer_logo img {
  width: 144px;
  padding: 0 10px;
}
.flex {
  display: flex;
  justify-content: center;
}
.sm_br {
  display: none;
}
.pc_point {
  display: none;
}
/* パソコン */
@media screen and (min-width: 401px) {
  div.chuubou_container {
    width: 92%;
    max-width: 950px;
  }
  div.top {
    height: 768px;
    background-image: url("img/hasami_LP.jpg");
    background-size: cover;
    background-position: 50% 0%;
    z-index: 2;
  }
  h1.chuubou img {
    position: absolute;
    top: 80px;
    left: 20px;
    width: 22%;
    max-width: 200px;
  }
  .red_img {
    display: none;
  }
  .pc_img {
    display: block;
    position: relative;
  }
  .pc_img img {
    max-width: 480px;
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-40%);
  }
  #detail h2.chuubou {
    width: 300px;
  }
  .hasami_hontai {
    width: 100%;
    max-width: 450px;
    position: absolute;
    top: -120px;
    right: -80px;
  }
  #detail section.black {
    padding-bottom: 30px;
    z-index: -1;
  }
  .sm_br {
    display: block;
  }
  .pc_point {
    display: block;
    text-align: center;
    margin-bottom: 82px;
  }
  .pc_point img {
    width: 60%;
  }
  .point {
    display: none;
  }
  section.color_sec {
    background-image: url(img/2x/pc_color@2x.png);
    background-position: 90% top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 60px;
  }
  /* ハサミページの業務用無料見積もりボタン */
  #basketBtn a:nth-child(2),
  #basketBtn a:first-child,
  #basketBtn a:nth-child(3) {
    display: block;
    height: 65px;
    width: 290px;
    background: #db0202;
    color: white;
    text-align: left;
    line-height: 65px;
    text-decoration: none;
    font-weight: bold;
    font-size: 26px;
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
    transition: opacity 0.3s;
  }
  #basketBtn a:nth-child(2)::before,
  #basketBtn a:first-child::before,
  #basketBtn a:nth-child(3)::before {
    content: "";
    background: white;
    height: 18px;
    width: 18px;
    position: absolute;
    border-radius: 50%;
    top: 23px;
    left: 15px;
  }
  #basketBtn a:nth-child(2)::after,
  #basketBtn a:first-child::after,
  #basketBtn a:nth-child(3)::after {
    content: "";
    background: white;
    /*   border-right: 5px solid transparent; */
    border-top: 5px solid transparent;
    border-left: 5px solid #db0202;
    border-bottom: 5px solid transparent;
    height: 5px;
    width: 5px;
    position: absolute;
    top: 27px;
    left: 22px;
    box-sizing: border-box;
  }
  #basketBtn a:hover:nth-child(2),
  #basketBtn a:hover:first-child,
  #basketBtn a:hover:nth-child(3) {
    opacity: 0.7;
  }
  #basketBtn a:nth-child(3) {
    background: #222999;
  }
  #basketBtn a:nth-child(3)::after {
    border-left: 5px solid #222999;
  }
}
