/* ------------------------------
 width: all
------------------------------ */
header .wrapper .gnav ul li:nth-child(3)::before {
  display: block;
}

main section.ttl_section .wrapper h2 {
  width: 280px;
}
main section.s01 {
  width: 1000px;
  padding-top: 50px;
  margin: 20px auto 0;
}
main section.s01 .wrapper .bc {
  font-size: 13px;
  font-weight: 500;
}
main section.s01 .wrapper .bc a {
  text-decoration: none;
  color: #000;
}
main section.s01 .wrapper .info_dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}
main section.s01 .wrapper .info_dl dt {
  width: 120px;
}
main section.s01 .wrapper .info_dl dd {
  width: 90px;
  margin-top: -30px;
}
main section.s01 .wrapper .info_dl dd img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .info_dl dd p {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
main section.s01 .wrapper .contents {
  width: 1000px;
  margin: 50px auto 0;
  overflow: hidden;
}
main section.s01 .wrapper .contents .slider .swiper-wrapper .swiper-slide {
  height: 660px;
}
main section.s01 .wrapper .contents .slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
main section.s01 .wrapper .contents .slider-thumbnail {
  margin-top: 20px;
}
main section.s01 .wrapper .contents .slider-thumbnail .swiper-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 2.6666666667%;
}
main
  section.s01
  .wrapper
  .contents
  .slider-thumbnail
  .swiper-wrapper
  .swiper-slide {
  width: 23% !important;
  height: 153px;
}
main
  section.s01
  .wrapper
  .contents
  .slider-thumbnail
  .swiper-wrapper
  .swiper-slide
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
main section.s01 .wrapper .contents .box01 {
  margin-top: 100px;
}
main section.s01 .wrapper .contents .box01 .txtbox {
  width: 100%;
}
main section.s01 .wrapper .contents .box01 .txtbox .t01 {
  font-size: 29px;
  font-weight: 900;
  line-height: 170%;
  letter-spacing: 3px;
}
main section.s01 .wrapper .contents .box01 table {
  width: 100%;
  margin-top: 50px;
}
main section.s01 .wrapper .contents .box01 table th {
  background-color: #135480;
  color: #fff;
  line-height: 100%;
  font-size: 15px;
  font-weight: bold;
  padding: 12px 12px;
}
main section.s01 .wrapper .contents .box01 table td {
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  padding: 15px 15px 20px;
}
main section.s01 .wrapper .contents .box01 table th:nth-of-type(1) {
  border-right: 10px solid #fff;
}
main section.s01 .wrapper .btn_return {
  width: 260px;
  display: block;
  margin: 50px auto 0;
}
main section.s01 .wrapper .btn_return img {
  width: 100%;
  display: block;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttl_section .wrapper h2 {
    width: 140px;
  }
  main section.s01 {
    width: 100%;
    padding: 20px 20px 0;
    margin: 10px auto 0;
  }
  main section.s01 .wrapper .bc {
    font-size: 10px;
    font-weight: 500;
  }
  main section.s01 .wrapper .bc a {
    text-decoration: none;
    color: #000;
  }
  main section.s01 .wrapper .info_dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
  }
  main section.s01 .wrapper .info_dl dt {
    width: 120px;
  }
  main section.s01 .wrapper .info_dl dt p {
    font-size: 11px;
    text-align: left;
    font-weight: bold;
    padding-right: 0;
    padding-left: 2px;
  }
  main section.s01 .wrapper .info_dl dt .snslist {
    font-size: 0;
    letter-spacing: 0;
    margin-top: 20px;
  }
  main section.s01 .wrapper .info_dl dt .snslist li {
    display: inline-block;
    vertical-align: top;
    vertical-align: middle;
  }
  main section.s01 .wrapper .info_dl dt .snslist li + li {
    margin-left: 10px;
  }
  main section.s01 .wrapper .info_dl dt .snslist li a {
    display: block;
  }
  main section.s01 .wrapper .info_dl dt .snslist li a.btn01 {
    width: 16px;
  }
  main section.s01 .wrapper .info_dl dt .snslist li a.btn02 {
    width: 17px;
  }
  main section.s01 .wrapper .info_dl dt .snslist li a.btn03 {
    width: 13px;
  }
  main section.s01 .wrapper .info_dl dt .snslist li a.btn04 {
    width: 18px;
  }
  main section.s01 .wrapper .info_dl dt .snslist li a img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .info_dl dd {
    width: 70px;
    margin-top: -20px;
  }
  main section.s01 .wrapper .info_dl dd img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .info_dl dd p {
    text-align: center;
    font-size: 12px;
    margin-top: 7px;
  }
  main section.s01 .wrapper .contents {
    width: 100%;
    margin: 30px auto 0;
    overflow: hidden;
  }
  main section.s01 .wrapper .contents .slider .swiper-wrapper .swiper-slide {
    height: calc((100vw - 40px) * 0.64);
  }
  main
    section.s01
    .wrapper
    .contents
    .slider
    .swiper-wrapper
    .swiper-slide
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  main section.s01 .wrapper .contents .slider-thumbnail {
    margin-top: 10px;
  }
  main section.s01 .wrapper .contents .slider-thumbnail .swiper-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 5px;
  }
  main
    section.s01
    .wrapper
    .contents
    .slider-thumbnail
    .swiper-wrapper
    .swiper-slide {
    width: calc((100% - 15px) / 4) !important;
    height: calc((100vw - 85px) * 0.16);
  }
  main
    section.s01
    .wrapper
    .contents
    .slider-thumbnail
    .swiper-wrapper
    .swiper-slide
    img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  main section.s01 .wrapper .contents .box01 {
    display: block;
    margin-top: 40px;
  }
  main section.s01 .wrapper .contents .box01 .txtbox {
    width: 100%;
  }
  main section.s01 .wrapper .contents .box01 .txtbox .t01 {
    font-size: 20px;
    font-weight: 900;
    line-height: 170%;
    letter-spacing: 2px;
  }
  main section.s01 .wrapper .contents .box01 table {
    width: 100%;
    margin-top: 25px;
  }
  main section.s01 .wrapper .contents .box01 table th {
    font-size: 13px;
    padding: 10px;
  }
  main section.s01 .wrapper .contents .box01 table td {
    font-size: 14px;
    padding: 10px 10px 10px;
  }
  main section.s01 .wrapper .contents .box01 table th:nth-of-type(1) {
    border-right: 10px solid #fff;
  }
  main section.s01 .wrapper .btn_return {
    width: 160px;
    display: block;
    margin: 30px auto 0;
  }
  main section.s01 .wrapper .btn_return img {
    width: 100%;
    display: block;
  }
}
