@charset "UTF-8";
@-webkit-keyframes smokeFade {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 1;
  }
  89% {
    opacity: 0;
    -webkit-transform: translate3d(0, -60%, 0) scale(1.5) rotate(-10deg);
    transform: translate3d(0, -60%, 0) scale(1.5) rotate(-10deg);
  }
  90% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes smokeFade {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 1;
  }
  89% {
    opacity: 0;
    -webkit-transform: translate3d(0, -60%, 0) scale(1.5) rotate(-10deg);
    transform: translate3d(0, -60%, 0) scale(1.5) rotate(-10deg);
  }
  90% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.smoke-animation {
  -webkit-animation: smokeFade cubic-bezier(0.455, 0.03, 0.515, 0.955) 5000ms infinite;
          animation: smokeFade cubic-bezier(0.455, 0.03, 0.515, 0.955) 5000ms infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  opacity: 0;
}

#key {
  margin: 10px var(--paddingWrap) 0;
  border-radius: 20px;
  overflow: hidden;
}
#key .slide-fade {
  height: 112vw;
}
#key .slide-fade img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#key .set1 {
  position: relative;
}
#key .set1 .gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  inset: 10vw 0 0;
}
#key .set1 .ttl {
  margin-top: auto;
}
#key .set1 .catch {
  width: 47vw;
}
#key .set2 {
  padding: 3vw var(--paddingWrap);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #b52929;
  color: #fff;
  text-align: center;
}
#key .set2 h3.ttl {
  font-size: 9vw;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
#key .set2 h3.ttl small {
  font-size: 4.5vw;
}
#key .set2 h3.ttl .fzb {
  margin: 0 10px;
  font-weight: 700;
  font-size: 8vw;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  #key {
    max-width: 1440px;
    margin: 51px auto 0;
    border-radius: 34px;
  }
  #key .slide-fade {
    height: 706px;
  }
  #key .set1 .gr {
    padding: 37px 24px 39px;
    top: 0;
  }
  #key .set1 .ttl {
    margin-left: 15px;
  }
  #key .set1 .catch {
    width: auto;
  }
  #key .set2 {
    padding: 0 0 5px;
  }
  #key .set2 h3.ttl {
    font-size: 50px;
    line-height: 75px;
  }
  #key .set2 h3.ttl small {
    display: inline-block;
    font-size: 36px;
  }
  #key .set2 h3.ttl small:nth-of-type(1) {
    margin-right: 22px;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  #key .set2 h3.ttl small:nth-of-type(2) {
    margin-right: 24px;
  }
  #key .set2 h3.ttl .fzb {
    display: inline-block;
    margin: 0 29px 0 0;
    -webkit-transform: translate(3px, 5px);
            transform: translate(3px, 5px);
    font-size: 69.5px;
  }
}

#lead {
  padding-top: 15vw;
}
#lead h2.ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 10vw auto 0;
  font-size: 9vw;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
#lead h2.ttl > span {
  display: block;
  padding: 0 5px;
  border-bottom: 1px solid;
}
#lead h2.ttl > span:first-child {
  border-top: 1px solid;
}
#lead .set1 {
  padding-top: 20vw;
  position: relative;
}
#lead .set1 .img {
  margin: 0 -9vw;
}
#lead .set1 .smoke {
  width: 100vw;
  position: absolute;
  top: -30vw;
  left: 0;
  z-index: 1;
}
#lead .set1 .catch1 {
  width: 20vw;
  position: absolute;
  top: 7vw;
  left: 23vw;
}
#lead .set1 .catch2 {
  width: 17vw;
  position: absolute;
  top: 9vw;
  right: 21vw;
}
#lead .set2 {
  margin-top: -7vw;
}
#lead .set2 h3.ttl {
  margin: 0 var(--paddingWrap-negative) 5vw;
}
@media screen and (min-width: 768px) {
  #lead {
    padding-top: 86px;
  }
  #lead h2.ttl {
    margin-top: 110px;
    font-size: 80px;
    line-height: 100px;
  }
  #lead .set1 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 338px;
  }
  #lead .set1 .img {
    margin: 0;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  #lead .set1 .img img {
    width: 80vw;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  #lead .set1 .smoke {
    width: auto;
    top: -300px;
  }
  #lead .set1 .catch2 {
    width: auto;
    top: 95px;
    right: 443px;
    z-index: 2;
  }
  #lead .set1 .ttlbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #lead .set1 .ttlbox .ttl1 {
    width: 13vw;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    position: absolute;
    top: 6px;
    right: 30px;
  }
  #lead .set1 .ttlbox .ttl2 {
    width: 26vw;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    position: absolute;
    top: -22px;
    left: -34px;
  }
  #lead .set2 {
    margin-top: 11px;
    text-align: center;
    position: relative;
  }
  #lead .set2::before {
    content: "";
    width: 209px;
    height: 276px;
    background: url("../img/index/lead_deco.png") 0 0/contain no-repeat;
    position: absolute;
    top: 146px;
    right: -44px;
    z-index: -1;
  }
  #lead .set2 .txt {
    font-size: 18px;
    line-height: 40px;
  }
  #lead .set2 .txt + .txt {
    margin-top: 40px;
  }
}

#scene {
  padding-top: 15vw;
}
#scene .set .gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#scene .set .gr .img, #scene .set .gr .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
#scene .set .gr .txt {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  text-align: center;
}
#scene .set .gr.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  #scene {
    padding-top: 180px;
  }
  #scene .wrap {
    width: 100%;
    max-width: 1500px;
  }
  #scene .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
  #scene .set .gr {
    max-width: 462px;
    display: block;
  }
  #scene .set .gr .txt {
    margin-top: 26px;
    font-size: 24px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  #scene .wrap {
    padding: 0 38px 0 40px;
  }
}

#link {
  padding-top: 15vw;
}
#link a:hover {
  text-decoration: none;
}
#link h2.ttl {
  font-weight: 500;
  font-size: 6vw;
  letter-spacing: 0;
  text-align: center;
}
#link .set {
  margin-top: 10vw;
  border: 3px solid #000;
  border-radius: 20px;
  overflow: hidden;
}
#link .set .marquee-link {
  background: #000;
  color: #fff;
  font-size: 4vw;
  line-height: 1.5;
  letter-spacing: 0;
}
#link .set .marquee-link p {
  padding-right: 3vw;
  font-weight: 400;
  font-style: italic;
}
#link .set .ttlbox {
  padding-top: 3vw;
  background: #fff;
}
#link .set .txtbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  background: #000;
}
#link .set .txtbox .gr {
  min-height: 40vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ece8de;
  border-radius: 10px;
  font-size: 7vw;
  letter-spacing: 0.05em;
  text-align: center;
}
#link .set .txtbox .gr .txt1 {
  font-size: 12vw;
  letter-spacing: 0;
  line-height: 1;
}
#link .set .txtbox .gr .txt2 {
  font-size: 6vw;
  letter-spacing: 0.05em;
}
#link .set .txtbox .gr .img {
  width: 70vw;
  margin: 0 auto;
}
#link .set .txtbox .gr3, #link .set .txtbox .gr4 {
  grid-column: 1/3;
}
@media screen and (max-width: 767px) {
  #link .set .txtbox .gr {
    position: relative;
  }
  #link .set .txtbox .gr::before {
    content: "";
    width: 27px;
    height: 27px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 60.5 60.5'%3E%3Cpath fill-rule='evenodd' stroke='rgb(138, 138, 138)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M57.725,29.206 C57.725,44.623 45.228,57.119 29.813,57.119 C14.397,57.119 1.900,44.623 1.900,29.206 C1.900,13.791 14.397,1.294 29.813,1.294 C45.228,1.294 57.725,13.791 57.725,29.206 Z'/%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='3px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M39.220,25.435 L30.793,33.874 L22.366,25.435 '/%3E%3C/svg%3E") 0 0/contain no-repeat;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
@media screen and (min-width: 768px) {
  #link {
    padding-top: 201px;
  }
  #link .wrap {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #link h2.ttl {
    font-size: 46px;
    position: relative;
    z-index: 1;
  }
  #link h2.ttl > span {
    display: inline-block;
    padding: 13px;
    background: #fff;
  }
  #link .set {
    margin-top: 38px;
    border-width: 6px;
    border-radius: 33px;
  }
  #link .set .marquee-link {
    width: 100%;
    font-size: 30px;
    line-height: 51px;
    position: absolute;
    top: calc(50% + 3px);
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #link .set .marquee-link p {
    padding-right: 20px;
  }
  #link .set .ttlbox {
    padding: 67px 0 60px;
    position: relative;
  }
  #link .set .txtbox {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding-top: 6px;
  }
  #link .set .txtbox .gr {
    min-height: 294px;
    padding: 60px 6px;
    border-radius: 18px;
    font-size: 60px;
    line-height: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #link .set .txtbox .gr:hover {
    cursor: pointer;
    color: #fff;
  }
  #link .set .txtbox .gr .txt1 {
    margin-top: 38px;
    font-size: 65.5px;
  }
  #link .set .txtbox .gr .txt2 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 50px;
  }
  #link .set .txtbox .gr .img {
    width: auto;
  }
  #link .set .txtbox .gr1:hover {
    background: #ce7f7b;
  }
  #link .set .txtbox .gr2 {
    grid-area: 2/1/3/2;
  }
  #link .set .txtbox .gr2:hover {
    background: #8eb8b6;
  }
  #link .set .txtbox .gr3, #link .set .txtbox .gr4 {
    grid-column: auto;
    grid-row: 1/3;
  }
  #link .set .txtbox .gr3:hover {
    background: #8ab47b;
  }
  #link .set .txtbox .gr4:hover {
    background: #cea86f;
  }
}

#point {
  padding-top: 15vw;
}
#point h2.ttl {
  font-size: 8vw;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
#point h2.ttl > span {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
#point h2.ttl > span::before, #point h2.ttl > span::after {
  content: "";
  border-top: 1px solid;
  position: absolute;
  top: 50%;
}
#point h2.ttl > span::before {
  left: -50vw;
  right: 100%;
}
#point h2.ttl > span::after {
  left: 100%;
  right: -50vw;
}
#point .set-style {
  margin-top: 10vw;
}
#point .set-style h3.ttl > span {
  display: block;
  font-size: 8vw;
  line-height: 1.5;
  letter-spacing: 0;
}
#point .set-style h3.ttl > span:nth-child(1) {
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 4vw;
  position: relative;
  z-index: 0;
}
#point .set-style h3.ttl > span:nth-child(1)::before {
  content: "";
  background: #000;
  position: absolute;
  inset: 0 -50vw 0 0;
  z-index: -1;
}
#point .set-style h3.ttl > span:nth-child(1) .number {
  width: 15vw;
  height: 15vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  color: #000;
  font-size: 10vw;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#point .set-style h3.ttl > span:nth-child(2) {
  margin-top: 7vw;
}
#point .set-style .gr2 {
  margin-top: 13vw;
}
#point .set-style .gr2 .txt {
  margin-top: 7vw;
}
#point .set2 .gr1 {
  position: relative;
}
#point .set2 .gr1 .img2 {
  width: 30vw;
  position: absolute;
  bottom: -7vw;
  left: -3vw;
}
@media screen and (min-width: 768px) {
  #point {
    padding-top: 124px;
  }
  #point h2.ttl {
    font-size: 66px;
  }
  #point h2.ttl > span {
    padding: 0 10px 0 10px;
  }
  #point h2.ttl > span::before, #point h2.ttl > span::after {
    border-top-width: 3px;
  }
  #point .set-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-top: 143px;
  }
  #point .set-style h3.ttl > span {
    font-size: 46px;
    line-height: 76px;
  }
  #point .set-style h3.ttl > span:nth-child(1) {
    padding: 2px 15px 4px;
    font-size: 24px;
    line-height: 42px;
  }
  #point .set-style h3.ttl > span:nth-child(1)::before {
    right: -150px;
  }
  #point .set-style h3.ttl > span:nth-child(1) .number {
    width: 81px;
    height: 81px;
    padding-bottom: 5px;
    border-width: 2px;
    font-size: 56px;
  }
  #point .set-style h3.ttl > span:nth-child(2) {
    margin-top: 70px;
  }
  #point .set-style .gr1 {
    width: 55vw;
    max-width: 783px;
  }
  #point .set-style .gr2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
    margin-top: 54px;
  }
  #point .set-style .gr2 .txt {
    margin-top: 38px;
    font-size: 16px;
    line-height: 36px;
  }
  #point .set-style.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-right: -46px;
  }
  #point .set-style.reverse h3.ttl > span:nth-child(1)::before {
    right: 0;
    left: -150px;
  }
  #point .set-style.reverse h3.ttl > span:nth-child(1) .number {
    right: 35px;
  }
  #point .set1 {
    margin-top: 105px;
  }
  #point .set1 h3.ttl > span:nth-child(2) {
    margin-top: 111px;
  }
  #point .set1 .gr2 {
    -ms-flex-preferred-size: 331px;
        flex-basis: 331px;
    margin-top: 62px;
  }
  #point .set2 .gr1 .img2 {
    width: auto;
    bottom: -73px;
    left: -109px;
  }
  #point .set2 .gr2 {
    -ms-flex-preferred-size: 370px;
        flex-basis: 370px;
    margin-top: 10px;
  }
  #point .set2 .gr2 .txt {
    width: 340px;
  }
  #point .set3 {
    margin-top: 207px;
  }
  #point .set3 .gr2 .txt {
    width: 350px;
  }
}

#safety {
  padding: 15vw 0;
}
#safety a:hover {
  text-decoration: none;
}
#safety h2.ttl {
  margin-top: -5vw;
  font-size: 6vw;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}
#safety h2.ttl small {
  font-size: 5vw;
}
#safety h2.ttl > span {
  display: block;
}
#safety h2.ttl > span:nth-child(1) {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 5px;
  background: #ece8de;
}
#safety h2.ttl > span:nth-child(2) {
  margin-top: 5vw;
}
#safety .bnr-style {
  min-height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5vw 7vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 2px solid #275014;
  border-radius: 10px;
  color: #275014;
  font-weight: 700;
  font-size: 3.5vw;
  line-height: 1.5;
  letter-spacing: 0;
}
#safety .video {
  margin-top: 7vw;
  position: relative;
}
#safety .video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#safety .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#safety .set {
  padding: 1px 4vw 13vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #000;
  border-radius: 20px;
}
#safety .set h3.ttl {
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  overflow: hidden;
}
#safety .set h3.ttl > span {
  position: relative;
}
#safety .set h3.ttl > span::before, #safety .set h3.ttl > span::after {
  content: "";
  height: 5px;
  background: radial-gradient(#000 1px, transparent 1px) 0 0/6px 5px;
  position: absolute;
  top: 3vw;
}
#safety .set h3.ttl > span::before {
  left: -50vw;
  right: 115%;
}
#safety .set h3.ttl > span::after {
  left: 85%;
  right: -50vw;
}
#safety .set .imgbox {
  margin: 10vw 4vw 0;
}
#safety .set .imgbox .img + .img {
  margin-top: 10px;
}
#safety .set .txtbox {
  margin-top: 10vw;
}
#safety .set .bnrbox {
  margin-top: 10vw;
}
#safety .set .bnrbox .bnr1 .img {
  width: 17vw;
}
#safety .set .bnrbox .bnr2 {
  margin-top: 5vw;
}
#safety .set .bnrbox .bnr2 .img {
  width: 15vw;
}
#safety .set .gr1 {
  margin-top: 10vw;
  padding-bottom: 7vw;
  position: relative;
}
#safety .set .gr1::before {
  content: "";
  width: 100%;
  height: 5px;
  background: radial-gradient(#000 1px, transparent 1px) 0 0/6px 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#safety .set .gr1 .txt {
  margin-top: 5vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #safety {
    padding: 236px 0 124px;
  }
  #safety h2.ttl {
    margin-top: -43px;
    font-size: 48px;
    line-height: 76px;
  }
  #safety h2.ttl small {
    font-size: 40px;
    line-height: 60px;
  }
  #safety h2.ttl > span:nth-child(1) {
    padding: 0 10px;
  }
  #safety h2.ttl > span:nth-child(2) {
    margin-top: 28px;
  }
  #safety .bnr-style {
    width: 480px;
    min-height: 141px;
    padding: 20px 40px 20px 40px;
    border-width: 3px;
    border-radius: 21px;
    font-size: 20px;
    line-height: 36px;
  }
  #safety .bnr-style:hover {
    background: #275014;
    color: #fff;
  }
  #safety .bnr-style:hover .img {
    -webkit-filter: saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(79deg) brightness(102%) contrast(102%);
            filter: saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(79deg) brightness(102%) contrast(102%);
  }
  #safety .video {
    max-width: 559px;
    margin: 30px auto 0;
  }
  #safety .set {
    padding: 1px clamp(20px, 7vw, 100px) 76px;
    border-width: 3px;
    border-radius: 27px;
  }
  #safety .set h3.ttl {
    font-size: 36px;
    line-height: 60px;
  }
  #safety .set h3.ttl > span::before, #safety .set h3.ttl > span::after {
    height: 10px;
    background: radial-gradient(#000 2px, transparent 2px) 0 0/10px 10px;
    top: 20px;
  }
  #safety .set h3.ttl > span::before {
    right: 100%;
  }
  #safety .set h3.ttl > span::after {
    left: 100%;
  }
  #safety .set .imgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 21px;
       -moz-column-gap: 21px;
            column-gap: 21px;
    margin: 85px -45px 0;
  }
  #safety .set .imgbox .img + .img {
    margin-top: 0;
  }
  #safety .set .txtbox {
    margin-top: 77px;
    text-align: center;
  }
  #safety .set .bnrbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 42px;
       -moz-column-gap: 42px;
            column-gap: 42px;
    margin-top: 86px;
  }
  #safety .set .bnrbox .bnr1 .img {
    width: auto;
  }
  #safety .set .bnrbox .bnr2 {
    margin-top: 0;
  }
  #safety .set .bnrbox .bnr2 .img {
    width: auto;
  }
  #safety .set .gr1 {
    margin-top: 58px;
    padding-bottom: 34px;
  }
  #safety .set .gr1::before {
    height: 10px;
    background: radial-gradient(#000 2px, transparent 2px) 0 0/10px 10px;
  }
  #safety .set .gr1 .txt {
    margin-top: 28px;
  }
}

#product {
  padding: 15vw 0;
  background: #fff;
}
#product .product .product__name {
  margin-top: 3vw;
  font-size: 3.7vw;
  letter-spacing: 0;
  text-align: left;
}
#product .product .product__price {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#product .product .product__price small {
  font-size: 10px;
  letter-spacing: 0.1em;
}
#product .product .product__price .prefix {
  font-size: 13px;
  letter-spacing: 0.1em;
}
#product .product .product__price.sale {
  color: #b52929;
}
#product .product .product__price.sale .sale__tag {
  padding: 0 5px 2px;
  background: #b52929;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
#product .product .gr {
  position: relative;
}
#product .product .gr .catch {
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
#product .product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3vw;
     -moz-column-gap: 3vw;
          column-gap: 3vw;
  row-gap: 10vw;
  margin-top: 5vw;
}
#product .set-style + .set-style {
  margin-top: 15vw;
}
#product .set-style .ttlbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#product .set-style .ttlbox .btn-more {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#product .set-style .ttlbox .btn-more a {
  color: #275014;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
}
#product .set-style .ttlbox .btn-more a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#product .set-style .ttlbox .btn-more a::after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 0 -2px 5px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 18.5 18.5'%3E%3Cpath fill-rule='evenodd' stroke='rgb(138, 138, 138)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M8.812,1.477 C13.033,1.477 16.454,4.898 16.454,9.119 C16.454,13.339 13.033,16.760 8.812,16.760 C4.592,16.760 1.171,13.339 1.171,9.119 C1.171,4.898 4.592,1.477 8.812,1.477 Z'/%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M7.488,6.423 L10.512,8.931 L7.488,11.440 '/%3E%3C/svg%3E") 0 0/contain no-repeat;
}
#product .set-style .ttl2 {
  margin-top: 5vw;
}
#product .set-style .ttl3 {
  margin-top: 3vw;
}
#product .set-style .toggle {
  margin-top: 5vw;
}
#product .set-style .toggle.active .toggle-link::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
#product .set-style .toggle.active .toggle-link .txt-close {
  display: block;
}
#product .set-style .toggle.active .toggle-link .txt-open {
  display: none;
}
#product .set-style .toggle .product-list {
  margin-top: 0;
}
#product .set-style .toggle .toggle-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ececec;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
#product .set-style .toggle .toggle-link::after {
  content: "";
  width: 15px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 29.5 19.5'%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='3px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M25.463,3.364 L13.1000,13.578 L2.537,3.364 '/%3E%3C/svg%3E") 0 0/contain no-repeat;
}
#product .set-style .toggle .toggle-link .txt-close {
  display: none;
}
#product .set-style .toggle .toggle-main {
  padding-bottom: 5vw;
}
#product .set-style .toggle .toggle-main .btn-link {
  margin-top: 15vw;
}
@media screen and (min-width: 768px) {
  #product {
    padding: 84px 0;
  }
  #product .product .product__name {
    margin-top: 39px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
  }
  #product .product .product__price {
    margin-top: 4px;
    font-size: 20px;
    line-height: 30px;
  }
  #product .product .product__price small {
    font-size: 12px;
  }
  #product .product .product__price .prefix {
    font-size: 14px;
  }
  #product .product .product__price.sale .sale__tag {
    padding: 0 5px 2px;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.05em;
  }
  #product .product .gr .catch {
    padding: 5px 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
  }
  #product .product-list {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 13px;
       -moz-column-gap: 13px;
            column-gap: 13px;
    row-gap: 75px;
    margin-top: 51px;
  }
  #product .set-style + .set-style {
    margin-top: 152px;
  }
  #product .set-style .ttlbox .btn-more {
    padding: 0 15px;
  }
  #product .set-style .ttlbox .btn-more a {
    font-size: 16px;
  }
  #product .set-style .ttlbox .btn-more a::after {
    width: 18px;
    height: 18px;
    margin-bottom: -3px;
  }
  #product .set-style .ttl2 {
    margin-top: 34px;
  }
  #product .set-style .ttl3 {
    margin-top: 22px;
  }
  #product .set-style .toggle {
    margin-top: 63px;
  }
  #product .set-style .toggle .toggle-link {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 7px 5px;
    font-size: 16px;
  }
  #product .set-style .toggle .toggle-link:hover {
    opacity: 0.7;
  }
  #product .set-style .toggle .toggle-link::after {
    width: 23px;
    height: 15px;
  }
  #product .set-style .toggle .toggle-main {
    padding-bottom: 42px;
  }
  #product .set-style .toggle .toggle-main .btn-link {
    margin-top: 70px;
  }
}

#message {
  min-height: 63vw;
  padding: 5vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/index/message_bgi.jpg") center/cover no-repeat;
  color: #fff;
}
#message h2.ttl {
  font-size: 5vw;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
#message h2.ttl > span {
  padding: 0 10px;
  display: inline-block;
  position: relative;
}
#message h2.ttl > span::before, #message h2.ttl > span::after {
  content: "";
  border-left: 2px solid;
  position: absolute;
  top: 0;
  bottom: 0;
}
#message h2.ttl > span::before {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  left: 0;
}
#message h2.ttl > span::after {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  right: 0;
}
@media screen and (min-width: 768px) {
  #message {
    min-height: 707px;
    padding: 42px 0;
  }
  #message h2.ttl {
    font-size: 60px;
  }
  #message h2.ttl > span {
    padding: 0 25px;
  }
  #message h2.ttl > span::before, #message h2.ttl > span::after {
    border-left: 2px solid;
  }
  #message h2.ttl > span::before {
    -webkit-transform: rotate(-21deg);
            transform: rotate(-21deg);
  }
  #message h2.ttl > span::after {
    -webkit-transform: rotate(21deg);
            transform: rotate(21deg);
  }
}

#shoplist {
  padding-top: 15vw;
}
#shoplist .h2box .txtnote {
  margin-top: 5vw;
}
#shoplist .set {
  margin-top: 10vw;
  letter-spacing: 0.05em;
  text-align: left;
}
#shoplist .set h3.ttl {
  margin: 10vw 0 5vw;
}
@media screen and (min-width: 768px) {
  #shoplist {
    padding-top: 153px;
  }
  #shoplist .h2box .txtnote {
    margin-top: 36px;
    font-size: 14px;
    line-height: 24px;
  }
  #shoplist .set {
    margin-top: 60px;
    line-height: 30px;
  }
  #shoplist .set h3.ttl {
    margin: 37px 0 10px;
  }
  #shoplist .set p {
    margin-left: 20px;
  }
}

#flow {
  padding-top: 15vw;
}
#flow .flow + .flow {
  margin-top: 7vw;
}
#flow .flow .flow__content {
  margin-top: 3vw;
}
#flow .flow .flow__content .flow__txt {
  margin-top: 5vw;
}
#flow .set1 {
  margin-top: 5vw;
}
#flow .set2 {
  margin-top: 15vw;
  padding: 15vw var(--paddingWrap);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dedacf;
}
#flow .set2 h3.ttl {
  margin: 10vw 0 5vw;
}
#flow .set2 h3.ttl:first-child {
  margin-top: 0;
}
#flow .set2 h5.ttl {
  margin-bottom: 5vw;
}
#flow .set2 .txt {
  margin-bottom: 7vw;
}
#flow .set2 .txt:last-child {
  margin-bottom: 0;
}
#flow .set2 .txtnote {
  display: block;
  padding-left: 20px;
  position: relative;
}
#flow .set2 .txtnote::before {
  content: "※";
  position: absolute;
  left: 0;
}
#flow .set2 .txtbox {
  padding: 10vw 0;
  border-bottom: 1px solid #959081;
}
#flow .set2 .txtbox.last {
  border-bottom: 0;
}
#flow .set2 .txtbox h5 {
  margin-bottom: 5vw;
  font-weight: 500;
  font-size: 5vw;
  letter-spacing: 0.05em;
}
#flow .set2 .txtbox .img {
  margin-top: 5vw;
}
#flow .set2 .txtbox .gr2 {
  margin-top: 5vw;
}
#flow .set2 .table-price {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 10vw;
}
#flow .set2 .table-price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #8b877c;
  border-bottom: 1px solid #8b877c;
  border-left: 1px solid #b5b1a8;
  border-right: 1px solid #b5b1a8;
}
#flow .set2 .table-price dl + dl {
  margin-left: -1px;
}
#flow .set2 .table-price dl:first-child {
  margin-left: 0;
  border-left-color: #8b877c;
}
#flow .set2 .table-price dl:last-child {
  border-right-color: #8b877c;
}
#flow .set2 .table-price dl dt {
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #8b877c;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
}
#flow .set2 .table-price dl dd {
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  letter-spacing: 0;
  text-align: center;
}
#flow .set2 .table-price dl dd:last-child {
  margin-top: auto;
  background: #555044;
  border-top: 1px solid #8b877c;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #flow .set2 .table-price dl:nth-child(7) {
    margin-left: 0;
    border-left-color: #8b877c;
  }
  #flow .set2 .table-price dl:nth-child(6) {
    border-right-color: #8b877c;
  }
}
@media screen and (min-width: 768px) {
  #flow {
    padding-top: 137px;
  }
  #flow .flow + .flow {
    margin-top: 90px;
  }
  #flow .flow .flow__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 44px;
  }
  #flow .flow .flow__content .flow__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  #flow .flow .flow__content .flow__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin-top: 50px;
    padding-left: 55px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #flow .set1 {
    margin-top: 55px;
  }
  #flow .set2 {
    width: 100%;
    max-width: 1200px;
    margin: 106px auto 0;
    padding: 61px 100px 95px;
    line-height: 30px;
  }
  #flow .set2 h3.ttl {
    font-size: 30px;
    line-height: 52px;
    margin: 81px 0 32px;
  }
  #flow .set2 h5.ttl {
    margin-bottom: 38px;
  }
  #flow .set2 h3.ttl1 {
    margin-bottom: 55px;
  }
  #flow .set2 h3.ttl3 {
    margin-top: 33px;
  }
  #flow .set2 .txt {
    margin: 0 20px 32px;
  }
  #flow .set2 .txtbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin: 0 30px;
    padding: 32px 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #flow .set2 .txtbox h5 {
    margin-bottom: 14px;
    font-size: 24px;
  }
  #flow .set2 .txtbox .img {
    margin-top: 17px;
  }
  #flow .set2 .txtbox .gr1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  #flow .set2 .txtbox .gr2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 359px;
            flex: 1 0 359px;
    margin-top: 0;
  }
  #flow .set2 .txtbox1 {
    padding-top: 0;
  }
  #flow .set2 .table-price {
    grid-template-columns: repeat(12, 1fr);
    margin-bottom: 39px;
  }
  #flow .set2 .table-price dl dt {
    padding: 18px 5px;
    font-size: 20px;
    line-height: 30px;
  }
  #flow .set2 .table-price dl dd {
    padding: 19px 5px;
    font-size: 16px;
    line-height: 30px;
  }
  #flow .set2 .table-price dl dd:last-child {
    font-size: 18px;
    line-height: 30px;
  }
}

#faq {
  padding: 15vw 0;
}
#faq h2.ttl {
  margin-bottom: 7vw;
}
#faq .faq + .faq {
  margin-top: 5vw;
}
#faq .faq .question {
  padding: 10px 10px 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0;
  position: relative;
}
#faq .faq .question::before {
  content: "Q.";
  position: absolute;
  top: 10px;
  left: 7px;
}
#faq .faq .answer {
  margin-top: 3vw;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  line-height: 1.5384615385;
  letter-spacing: 0.05em;
  position: relative;
}
#faq .faq .answer::before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 15px;
}
@media screen and (min-width: 768px) {
  #faq {
    padding: 151px 0 160px;
  }
  #faq h2.ttl {
    margin-bottom: 59px;
  }
  #faq .faq + .faq {
    margin-top: 34px;
  }
  #faq .faq .question {
    padding: 0 10px 0 50px;
    font-size: 24px;
    line-height: 40px;
  }
  #faq .faq .question::before {
    top: 0;
    left: 16px;
  }
  #faq .faq .answer {
    margin-top: 10px;
    padding-left: 49px;
    font-size: 18px;
    line-height: 36px;
  }
  #faq .faq .answer::before {
    top: 0;
    left: 27px;
  }
}