@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.p-visual {
  position: relative;
  margin: 0px;
  padding-top: 180px;
}
@media (max-width: 767px) {
  .p-visual {
    height: auto;
    padding-bottom: 30px;
    padding-top: 90px;
  }
}
.p-visual__grid {
  background: #f6f6f6;
  display: flex;
}
@media (max-width: 767px) {
  .p-visual__grid {
    display: block;
  }
}
.p-visual__pic {
  flex: 0 0 280px;
  position: relative;
}
.p-visual__pic img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .p-visual__pic img {
    height: 150px;
  }
}
.p-visual__title {
  color: white;
  position: absolute;
  left: 20px;
  top: 50%;
  margin: 0;
  font-size: 2rem;
  margin-top: -20px;
}
.p-visual__content {
  flex: 1;
}
.p-visual__navs {
  margin-top: 50px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 767px) {
  .p-visual__navs {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }
}
.p-visual__nav {
  background: #f6f6f6;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: #222222;
  padding: 40px 0 20px;
  position: relative;
  text-decoration: none;
  border-right: 1px solid #dddddd;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .p-visual__nav {
    font-size: 1.5rem;
    border: none;
    border-bottom: 1px solid #dddddd;
  }
}
.p-visual__nav:last-child {
  border-right: none;
}
.p-visual__nav:hover {
  background: #fff;
}
.p-visual__nav i {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #277cd6;
  font-size: 3.6rem;
}

/*
THEFT INFO
*/
.p-top-theft-info {
  position: relative;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .p-top-theft-info {
    padding-bottom: 30px;
  }
}
.p-top-theft-info__header {
  position: relative;
}
.p-top-theft-info__header .c-btn {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-top-theft-info__header .swiper-button-prev {
  left: 0;
  top: auto;
  bottom: 0;
  background: url(../img/prev.png) 0 0 no-repeat;
  background-size: contain;
  width: 27px;
  height: 21px;
  display: block !important;
}
.p-top-theft-info__header .swiper-button-prev::after {
  display: none;
}
@media (max-width: 767px) {
  .p-top-theft-info__header .swiper-button-prev {
    display: none !important;
  }
}
.p-top-theft-info__header .swiper-button-next {
  left: 50px;
  right: auto;
  top: auto;
  bottom: 0;
  background: url(../img/next.png) 0 0 no-repeat;
  background-size: contain;
  width: 27px;
  height: 21px;
  display: block !important;
}
.p-top-theft-info__header .swiper-button-next::after {
  display: none;
}
@media (max-width: 767px) {
  .p-top-theft-info__header .swiper-button-next {
    display: none !important;
  }
}
.p-top-theft-info .swiper {
  margin-bottom: 0;
}

/*
THEFT ACTIONS
*/
.p-theft-actions {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .p-theft-actions {
    padding-bottom: 30px;
    padding-top: 24px;
  }
}
.p-theft-actions__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 260px;
  background: linear-gradient(to right, #59c3a5 0%, #3a7cc7 100%);
}
@media (max-width: 767px) {
  .p-theft-actions__bg {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .p-theft-actions .u-bleed-right {
    margin: 0 !important;
  }
}
.p-theft-actions__grid {
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .p-theft-actions__grid {
    flex-wrap: wrap;
  }
}
.p-theft-actions__pic {
  flex: 0 0 20%;
  width: 20%;
}
@media (max-width: 767px) {
  .p-theft-actions__pic {
    width: 100%;
    order: 1;
    flex: initial;
  }
}
.p-theft-actions__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-theft-actions__pic img {
    height: 125px;
  }
}
.p-theft-actions__item {
  background: #f6f6f6;
  position: relative;
  flex: 0 0 40%;
  padding: 40px 15px;
  border-left: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .p-theft-actions__item {
    width: 100%;
    flex: initial;
    order: 2;
    padding: 20px 15px;
    border-left: none;
  }
}
.p-theft-actions__item:first-child {
  border-left: none;
}
@media (max-width: 767px) {
  .p-theft-actions__item:first-child {
    border-bottom: 1px solid #ddd;
  }
}
.p-theft-actions__title {
  text-align: center;
  font-weight: 500;
  font-size: 3.2rem;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .p-theft-actions__title {
    font-size: 2rem;
  }
}
.p-theft-actions__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5em;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .p-theft-actions__text {
    font-size: 1.5rem;
  }
}
.p-theft-actions--nowdays .p-theft-actions__pic {
  flex: 0 0 500px;
}
.p-theft-actions--nowdays .p-theft-actions__item {
  flex: 1;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .p-theft-actions--nowdays .p-theft-actions__item {
    padding: 20px;
  }
}
.p-theft-actions--nowdays .p-theft-actions__item .c-btn {
  margin-left: 0;
  margin-right: 0;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .p-theft-actions--nowdays .p-theft-actions__item .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/*
THEFT FOUND INFO
*/
.p-top-found-info {
  position: relative;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .p-top-found-info {
    padding-bottom: 30px;
  }
}
.p-top-found-info__header {
  position: relative;
}
.p-top-found-info__header .c-btn {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-top-found-info__header .swiper-button-prev {
  left: 0;
  top: auto;
  bottom: 0;
  background: url(../img/prev.png) 0 0 no-repeat;
  background-size: contain;
  width: 27px;
  height: 21px;
  display: block !important;
}
.p-top-found-info__header .swiper-button-prev::after {
  display: none;
}
@media (max-width: 767px) {
  .p-top-found-info__header .swiper-button-prev {
    display: none !important;
  }
}
.p-top-found-info__header .swiper-button-next {
  left: 50px;
  right: auto;
  top: auto;
  bottom: 0;
  background: url(../img/next.png) 0 0 no-repeat;
  background-size: contain;
  width: 27px;
  height: 21px;
  display: block !important;
}
.p-top-found-info__header .swiper-button-next::after {
  display: none;
}
@media (max-width: 767px) {
  .p-top-found-info__header .swiper-button-next {
    display: none !important;
  }
}
.p-top-found-info .swiper {
  margin-bottom: 0;
}

/*
WORST
*/
.p-worst {
  position: relative;
}
.p-worst__header {
  position: relative;
}
.p-worst__header .c-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-worst__rank {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 35px 5px;
  margin: 60px auto 30px;
}
@media (max-width: 767px) {
  .p-worst__rank {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 5px;
  }
}
.p-worst__item {
  position: relative;
}
.p-worst__link {
  display: block;
  text-decoration: none;
}
.p-worst__link:hover .p-worst__pic {
  transform: rotateY(180deg);
}
.p-worst__link:hover .p-worst__title {
  opacity: 0.3;
}
.p-worst__num {
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  font-size: 1.8rem;
  text-align: center;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0;
  display: block;
  background: #111;
  transition: 0.3s ease;
  z-index: 2;
}
.p-worst__pic {
  transform-style: preserve-3d;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-worst__title {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.25em;
  color: #222222;
}
.p-worst__notice {
  font-size: 1.4rem;
  color: #888888;
}

/*
WORST AREA
*/
.p-worst-area {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .p-worst-area {
    padding-bottom: 30px;
  }
}
.p-worst-area__header {
  position: relative;
}
.p-worst-area__header .c-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-worst-area__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 10px 13px;
  margin: 60px auto 30px;
}
@media (max-width: 767px) {
  .p-worst-area__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
  }
}
.p-worst-area__item {
  position: relative;
  background: #f6f6f6;
  transition: 0.3s ease;
}
.p-worst-area__item:hover {
  background: #eee;
}
.p-worst-area__link {
  display: block;
  text-decoration: none;
  color: #222222;
  padding: 25px 10px;
}
@media (max-width: 767px) {
  .p-worst-area__link {
    padding: 20px 5px;
  }
}
.p-worst-area__num {
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  font-size: 1.8rem;
  text-align: center;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0;
  display: block;
  background: #111;
  transition: 0.3s ease;
  z-index: 2;
}
.p-worst-area__title {
  text-align: center;
  display: block;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-worst-area__title {
    font-size: 1.5rem;
  }
}
.p-worst-area__notice {
  font-size: 1.4rem;
  color: #888888;
}

/*
BANNERS
*/
.p-banners {
  position: relative;
  background: #f6f6f6;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .p-banners {
    padding: 50px 0;
  }
}
/*# sourceMappingURL=style-front.css.map */
