<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "EUC-JP";

@media screen and (max-width:767px) {
  .l-main .u-container {
    padding: 0;
  }
}

.p-ranking,
.p-recommend,
.p-feature,
.p-column,
.p-voice,
.p-news {
  padding: 100px 0 120px;
  box-sizing: border-box;
}

.p-ranking,
.p-column {
  position: relative;
}

.p-ranking::before,
.p-column::before {
  position: absolute;
  content: '';
  width: 94%;
  height: 100%;
  z-index: -1;
  left: 3%;
  top: 160px;
  background-color: #F5F5F5;
}

@media screen and (max-width:767px) {
  .p-ranking,
  .p-recommend,
  .p-feature,
  .p-column,
  .p-voice,
  .p-news {
    padding: 80px 20px;
  }

  .p-ranking::before,
  .p-column::before {
    width: calc(100% - 40px);
    left: 20px;
    top: 140px;
  }
}

.slider-mv a:hover {
  opacity: 0.7;
}

.slider-mv img {
  width: 100%;
}

.slider-mv .slick-dots {
  bottom: 20px;
}

.slider-mv .slick-dots li button {
  color: #2F2F2F;
  background-color: #2F2F2F;
  border-radius: 50%;
  width: 13px;
  height: 13px;
}

.slider-mv .slick-dots li.slick-active button::before {
  width: 17px;
  height: 17px;
  border: 1px solid #2F2F2F;
  border-radius: 50%;
  left: -3px;
  top: -3px;
}

@media screen and (max-width:767px) {
  .slider-mv .slick-dots {
    bottom: 10px;
  }

  .slider-mv .slick-dots li {
    width: 17px;
    height: 17px;
  }

  .slider-mv .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .slider-mv .slick-dots li.slick-active button::before {
    width: 14px;
    height: 14px;
    left: -3px;
    top: -3px;
  }
}

.p-home__button {
  text-align: center;
}

.p-home__button a {
  width: 260px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2F2F2F;
  margin: 30px auto 0;
  position: relative;
}

.p-home__button a::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  top: 24px;
  right: 15px;
  border-top: 1px solid #2F2F2F;
  border-right: 1px solid #2F2F2F;
  transform: rotate(45deg);
}

.p-home__button a:hover {
  background-color: #2F2F2F;
  color: #fff;
  text-decoration: none;
}

.p-home__button a:hover::after {
  border-color: #fff;
}

.p-feature {
  background-image: url('../img/top/feature-bg.jpg');
  background-size: cover;
  color: #fff;
}

@media screen and (max-width:767px) {
  .p-feature {
    background-image: url('../img/top/feature-bg_sp.jpg');
  }
}

.p-feature .c-ttl-main::before,
.p-voice .c-ttl-main::before {
  background-color: #fff;
}

.p-feature .english-heading,
.p-voice .english-heading {
  color: #fff;
}

.p-feature ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1130px;
  margin: 0 auto;
}

.p-feature li {
  width: calc((100% - 90px) / 4);
  text-align: center;
}

@media screen and (max-width:767px) {
  .p-feature ul {
    gap: 30px 10px;
  }

  .p-feature li {
    width: calc((100% - 10px) / 2);
    max-width: none;
  }
}

.p-feature li p {
  margin: 14px 0 0;
  line-height: 1.4;
}

.p-category__inner {
  position: relative;
  margin-top: 100px;
}

.p-category__inner::before {
  position: absolute;
  content: '';
  width: 40%;
  background-color: #F5F5F5;
  z-index: -1;
}

.p-category__inner:nth-child(2) {
  margin-top: 200px;
}

.p-category__inner:nth-child(1)::before {
  height: 70%;
  max-height: 600px;
  bottom: 0;
  left: 0;
}

.p-category__inner:nth-child(2)::before {
  height: calc(100% + 100px);
  top: -100px;
  right: 0;
}

.p-category__inner:nth-child(3)::before {
  height: calc(100% + 100px);
  left: 0;
  top: 0;
}

.p-category__row {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

.p-category__inner:nth-child(even) .p-category__row {
  flex-direction: row-reverse;
}

@media screen and (max-width:767px) {
  .p-category__inner,
  .p-category__inner:nth-child(2) {
    margin-top: 50px;
  }

  .p-category__inner::before {
    width: calc(100% - 40px);
    aspect-ratio: 333/342;
  }

  .p-category__inner:nth-child(1)::before {
    display: none;
  }

  .p-category__inner:nth-child(2)::before {
    height: auto;
    top: auto;
    bottom: 0;
  }

  .p-category__inner:nth-child(3)::before {
    height: auto;
    top: auto;
    bottom: 0;
  }

  .p-category__row,
  .p-category__inner:nth-child(even) .p-category__row {
    flex-direction: column-reverse;
    gap: 70px;
  }
}

.p-category__image {
  width: calc((650 / 1200) * 100%);
  max-width: 650px;
}

.p-category__lead {
  padding: 0 15px;
  max-width: 500px;
}

@media screen and (max-width:767px) {
  .p-category__image,
  .p-category__lead {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .p-category__image {
    width: 100%;
  }
}

.p-category__switching-images {
  width: 100%;
  height: 769px;
  display: none;
}

.p-category__switching-images.active {
  display: block;
  position: relative;
}

.p-category__switching-images img {
  position: absolute;
}

.p-category__switching-images img:nth-child(1) {
  max-width: 600px;
  width: 90%;
  left: 0;
  top: 0;
}

.p-category__switching-images img:nth-child(2) {
  width: 250px;
  right: 0;
  bottom: 0;
}

.p-category__image-sp {
  display: none;
}

@media screen and (max-width:767px) {
  .p-category__image-sp {
    display: block;
  }

  .p-category__inner:nth-child(1) .p-category__image {
    display: none;
  }
}

.p-category__inner:nth-child(odd) .p-category__lead {
  padding-left: 65px;
}

.p-category__inner:nth-child(even) .p-category__lead {
  padding-right: 65px;
}

@media screen and (max-width:767px) {
  .p-category__inner:nth-child(odd) .p-category__lead {
    padding-left: 20px;
  }

  .p-category__inner:nth-child(even) .p-category__lead {
    padding-right: 20px;
  }
}

.p-category__lead ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 30px;
}

.p-category__lead li {
  width: calc((100% - 30px) / 2);
  height: 44px;
}

@media screen and (max-width:767px) {
  .p-category__lead ul {
    gap: 15px;
  }

  .p-category__lead li {
    width: calc((100% - 15px) / 2);
  }
}

.p-category__lead li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 2px;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #2F2F2F;
}

@media screen and (max-width:767px) {
  .p-category__lead li a {
    font-size: 0.85em;
  }
}

.p-category__lead li a::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #2F2F2F;
  border-right: 1px solid #2F2F2F;
  top: 19px;
  right: 3px;
  transform: rotate(45deg);
}

.p-category__lead li a:hover {
  color: #fff;
  background-color: #2F2F2F;
  text-decoration: none;
}

.p-category__lead li a:hover::after {
  border-color: #fff;
}

@media screen and (max-width:767px) {
  .p-category__inner:nth-child(1) ul {
    gap: 15px 0;
  }

  .p-category__inner:nth-child(1) li {
    width: 50%;
    height: auto;
  }

  .p-category__inner:nth-child(1) a {
    flex-direction: column;
    align-items: flex-start;
    border: none;
    padding: 0;
  }

  .p-category__inner:nth-child(1) a::after {
    top: auto;
    bottom: 14px;
    right: 15px;
  }

  .p-category__inner:nth-child(1) .p-category__lead {
    padding: 0;
  }

  .p-category__inner:nth-child(1) img {
    display: block;
    margin-bottom: 5px;
  }

  .p-category__inner:nth-child(1) span {
    padding: 0 15px 5px 5px;
    box-sizing: border-box;
    font-size: 0.9rem;
  }
}

.p-banner {
  max-width: 1200px;
  margin: 200px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.p-banner a {
  width: calc((100% - 40px) / 2);
}

.p-banner a:hover {
  opacity: 0.7;
}

@media screen and (max-width:767px) {
  .p-banner {
    margin-top: 100px;
  }

  .p-banner a {
    width: 100%;
  }
}

.p-column ul {
  gap: 26px;
}

.p-column li {
  width: calc((100% - 78px) / 4);
}

.p-voice,
.p-voice a {
  color: #fff;
}

.p-voice {
  padding: 100px 0 120px;
  background-image: url('../img/top/voice-bg.jpg');
  background-size: cover;
  box-sizing: border-box;
}

@media screen and (max-width:767px) {
  .p-voice {
    padding: 80px 20px;
    background-image: url('../img/top/voice-bg_sp.jpg');
  }
}

.slider-voice {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width:767px) {
  .slider-voice {
    overflow: inherit;
  }
}

.slider-voice .slick-list {
  margin-right: -4px;
  overflow: visible;
  padding-left: 100px;
}

@media screen and (max-width:767px) {
  .slider-voice .slick-list {
    padding-left: 0;
    overflow: hidden;
  }
}

.slider-voice .slick-slide {
  margin-right: 4px;
  width: calc((100vw - 100px) / 1.4);
  padding: 80px 100px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
}

@media screen and (max-width:767px) {
  .slider-voice .slick-slide {
    width: calc(100vw - 20px);
    padding: 30px 20px 170px;
  }
}

.slider-voice .slick-slide,
.slider-voice .slick-slide a {
  color: #2F2F2F;
}

.slider-voice .slick-prev,
.slider-voice .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #fff;
  color: #fff;
  border: none;
  padding: 0;
  width: 60px;
  height: 120px;
}

.slider-voice .slick-prev:focus,
.slider-voice .slick-next:focus {
  opacity: 1;
  background: #fff;
}

.slider-voice .slick-prev:hover,
.slider-voice .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.slider-voice .slick-prev {
  /* right: calc(50% + 20px); */
  left: calc(((100vw - 100px) / 1.4) + 42px);
  border-radius: 100% 0 0 100% / 50%;
}

.slider-voice .slick-next {
  left: calc(((100vw - 100px) / 1.4) + 102px);
  border-radius: 0 100% 100% 0 / 50%;
}

@media (max-width: 767px) {
  .slider-voice .slick-prev,
  .slider-voice .slick-next {
    left: auto;
    top: -70px;
    transform: none;
    width: 30px;
    height: 60px;
  }

  .slider-voice .slick-prev {
    right: 30px;
  }

  .slider-voice .slick-next {
    right: 0;
  }
}

.slider-voice .slick-prev.slick-disabled,
.slider-voice .slick-next.slick-disabled {
  background-color: rgba(255, 255, 255, 1);
}

.slider-voice .slick-prev.slick-disabled:hover,
.slider-voice .slick-next.slick-disabled:hover {
  cursor: default;
}

.slider-voice .slick-prev:before,
.slider-voice .slick-next:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  top: 50px;
}

.slider-voice .slick-prev:before {
  border-bottom: 1px solid #2F2F2F;
  border-left: 1px solid #2F2F2F;
}

.slider-voice .slick-next:before {
  border-top: 1px solid #2F2F2F;
  border-right: 1px solid #2F2F2F;
  right: 25px;
}

@media screen and (max-width:767px) {
  .slider-voice .slick-prev:before,
  .slider-voice .slick-next:before {
    width: 7px;
    height: 7px;
    top: 26px;
  }

  .slider-voice .slick-prev:before {}

  .slider-voice .slick-next:before {
    right: 16px;
  }
}

.c-voice__stars {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.c-voice__stars::before,
.c-voice__stars::after {
  content: '★★★★★';
}

.c-voice__stars::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #2F2F2F;
}

.c-voice__title {
  font-size: 1.2rem;
  text-decoration: underline;
  margin-top: 15px;
}

.slider-voice .slick-slide p {
  margin-top: 15px;
}

.slider-voice a::after {
  border-color: #fff;
}

.slider-voice a:hover {
  opacity: 0.7;
}

.p-voice .p-home__button a,
.p-voice .p-home__button a::after {
  border-color: #fff;
}

.p-voice .p-home__button a:hover {
  background-color: #fff;
  color: #2F2F2F;
}

.p-voice .p-home__button a:hover::after {
  border-color: #2F2F2F;
}

.p-text__button a {
  position: relative;
  padding-right: 15px;
  text-decoration: underline;
  margin-top: 25px;
}

.p-text__button a::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #2F2F2F;
  border-right: 1px solid #2F2F2F;
  top: 5px;
  right: 0;
  transform: rotate(45deg);
}

.c-voice__user {
  position: absolute;
  right: 100px;
  bottom: 80px;
  font-size: 0.9rem;
  color: #9E9E9E;
  line-height: 1;
}

@media (max-width: 767px) {
  .c-voice__user {
    right: 20px;
    bottom: 145px;
  }
}</pre></body></html>