/* =========================================================
button
========================================================= */
/* =========================================================
title
========================================================= */
/* =========================================================
top
========================================================= */
.p-top-mv {
  background: url(../images/top/img_top_mv_sp.webp) bottom center no-repeat;
  background-size: cover;
  height: 100vh;
  padding-top: 70px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-top-mv {
    background-image: url(../images/top/img_top_mv.webp);
    height: 830px;
  }
}
.p-top-mv-ttl {
  position: absolute;
  width: auto;
  top: calc(70px + 3vh);
  left: 5%;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (min-width: 992px) {
  .p-top-mv-ttl {
    left: 15vw;
    top: calc(120px + 5vh);
  }
}
.p-top-mv-ttl .-text {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: transparent;
  padding: 1.6rem 0.8rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-top-mv-ttl .-text:first-child {
  margin-top: 6rem;
}
.p-top-mv-ttl .-text:nth-child(2) {
  margin-top: 0;
}
.p-top-mv-ttl .-line {
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleY(0);
  transform-origin: bottom;
  z-index: 1;
}
.p-top-mv-ttl .-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #004669;
  letter-spacing: 2px;
}
@media screen and (min-width: 992px) {
  .p-top-mv-ttl .-inner {
    font-size: clamp(50px, 3.13vw, 60px);
  }
}
.p-top-mv-ttl .-accent {
  color: #f8b500;
}
.p-top-mv-ttl .-accent .char {
  color: #f8b500;
}
.p-top-mv-ttl .char {
  display: inline-block;
}
.p-top-mv-icon {
  position: absolute;
  top: calc(70px + 3%);
  right: 10px;
  width: 24%;
  max-width: 210px;
}
@media screen and (min-width: 768px) {
  .p-top-mv-icon {
    top: calc(70px + 8vh);
    right: 5%;
  }
}
.p-top-bnrwrap {
  padding: 30px 0;
}
@media screen and (min-width: 992px) {
  .p-top-bnrwrap {
    padding: 20px 0;
  }
}
.p-top-bnrwrap--container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  max-width: 1845px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 992px) {
  .p-top-bnrwrap--container {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
    width: 98%;
  }
}
.p-top-bnrwrap a {
  display: inline-block;
}
.p-top-bnrwrap picture img {
  width: 100%;
}
.p-top-products {
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  .p-top-products {
    padding: 100px 0;
  }
}
.p-top-products--container {
  max-width: 1845px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 992px) {
  .p-top-products--container {
    width: 98%;
  }
}
.p-top-products-ttl {
  max-width: 1500px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 992px) {
  .p-top-products-ttl {
    margin: 0 auto 20px;
  }
}
.p-top-products-ttl .-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top-products-ttl img {
  max-width: 140px;
  padding-right: 5px;
}
@media screen and (min-width: 992px) {
  .p-top-products-ttl img {
    max-width: 240px;
    padding-right: 20px;
  }
}
.p-top-products-ttl .-jp {
  font-size: 6.976744186vw;
  letter-spacing: 5px;
}
@media screen and (min-width: 430px) {
  .p-top-products-ttl .-jp {
    font-size: 4.8387096774vw;
  }
}
@media screen and (min-width: 620px) {
  .p-top-products-ttl .-jp {
    font-size: 3.90625vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-products-ttl .-jp {
    font-size: 3.0241935484vw;
  }
}
@media screen and (min-width: 992px) {
  .p-top-products-ttl .-jp {
    font-size: 42px;
  }
}
.p-top-products-enttl {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .p-top-products-enttl {
    margin-bottom: 6rem;
  }
}
.p-top-products-enttl span {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  background: linear-gradient(to right, #219dfe, #59d3da);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 992px) {
  .p-top-products-enttl span {
    font-size: 60px;
  }
}
.p-top-products-tab {
  margin: 0 auto 30px;
}
.p-top-products-tab-inner {
  margin: auto;
  max-width: 1500px;
}
.p-top-products-tab-list {
  background: #ffffff;
  border-radius: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 auto 20px;
  max-width: 250px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-products-tab-list {
    border-radius: 50px;
    gap: 8px;
    margin: 0 0 30px;
    max-width: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-top-products-tab-menu {
  border-radius: 50px;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  padding: 0.8rem 0.9rem;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-top-products-tab-menu {
    font-size: 1.7rem;
    padding: 0.8rem 3rem;
  }
}
.p-top-products-tab-menu.current {
  background-color: #5f7394;
  color: #fff;
}
.p-top-products-content-box {
  background: #ffffff;
  border-radius: 10px;
  display: none;
  overflow: hidden;
}
.p-top-products-content-box.-active {
  display: block;
}
.p-top-products-content-thum img {
  width: 100%;
}
.p-top-products-content-detail {
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-top-products-content-detail {
    padding: 50px;
  }
}
.p-top-products-content-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-top-products-content-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-top-products-content-item {
  background: #f4b226;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  letter-spacing: 0.1rem;
  margin: 0 auto;
  text-align: center;
  max-width: 480px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-top-products-content-item {
    font-size: 24px;
    padding: 20px 10px;
  }
}
.p-top-products-content-flex {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-products-content-flex {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-top-products-content-flex dl {
  margin: 20px auto 0;
  max-width: 480px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .p-top-products-content-flex dl {
    display: flex;
    align-items: center;
    margin: 50px auto 0;
    max-width: none;
  }
}
.p-top-products-content-flex dl dt {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .p-top-products-content-flex dl dt {
    font-size: 19px;
    padding-right: 25px;
  }
}
.p-top-products-content-flex dl dd {
  border-top: 1px solid #231815;
  font-size: 14px;
  padding-top: 10px;
  margin-top: 10px;
  line-height: 2;
}
@media screen and (min-width: 1200px) {
  .p-top-products-content-flex dl dd {
    border-top: none;
    border-left: 1px solid #231815;
    font-size: 17px;
    margin-top: 0;
    padding: 0 0 0 25px;
  }
}
.p-top-products-content-attention {
  color: #c0c0c0;
  font-size: 11px;
  margin-top: 20px;
  text-align: right;
  padding: 10px 0;
}
@media screen and (min-width: 992px) {
  .p-top-products-content-attention {
    font-size: 15px;
  }
}
.p-top-reason {
  background: url(../images/top/bg_top_reason_sp.webp) no-repeat center;
  background-size: cover;
  padding: 50px 0 10px;
}
@media screen and (min-width: 992px) {
  .p-top-reason {
    background-image: url(../images/top/bg_top_reason.webp);
    padding: 100px 0 20px;
  }
}
.p-top-reason--container {
  max-width: 1845px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 992px) {
  .p-top-reason--container {
    width: 98%;
  }
}
.p-top-reason-ttl {
  color: #ffffff;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .p-top-reason-ttl {
    margin-bottom: 10px;
  }
}
.p-top-reason-ttl .-flex {
  display: block;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-reason-ttl .-flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-top-reason-ttl img {
  max-width: 190px;
  padding-right: 0.8rem;
}
@media screen and (min-width: 992px) {
  .p-top-reason-ttl img {
    max-width: 290px;
  }
}
.p-top-reason-ttl .-jp {
  display: block;
  font-size: 6.976744186vw;
  letter-spacing: 5px;
}
@media screen and (min-width: 430px) {
  .p-top-reason-ttl .-jp {
    font-size: 4.8387096774vw;
  }
}
@media screen and (min-width: 620px) {
  .p-top-reason-ttl .-jp {
    font-size: 3.90625vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-reason-ttl .-jp {
    font-size: 3.0241935484vw;
  }
}
@media screen and (min-width: 992px) {
  .p-top-reason-ttl .-jp {
    display: inline-block;
    font-size: 40px;
  }
}
.p-top-reason-ttl .-jp .-yellow {
  color: #f8b62b;
}
.p-top-reason-enttl {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .p-top-reason-enttl {
    margin-bottom: 6rem;
  }
}
.p-top-reason-enttl span {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  background: linear-gradient(to right, #baecca, #e3edaa);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 992px) {
  .p-top-reason-enttl span {
    font-size: 60px;
  }
}
.p-top-reason-tab-inner {
  margin: auto;
  max-width: 1500px;
}
.p-top-reason-tab-list {
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  margin-bottom: 20px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-reason-tab-list {
    border-radius: 50px;
    gap: 8px;
    margin-bottom: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-top-reason-tab-menu {
  border-radius: 50px;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.8rem 0.9rem;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-top-reason-tab-menu {
    font-size: 1.7rem;
    padding: 0.8rem 3rem;
  }
}
.p-top-reason-tab-menu.current {
  background-color: #5f7394;
  color: #fff;
}
.p-top-reason-content-box {
  border-radius: 10px;
  display: none;
  overflow: hidden;
}
.p-top-reason-content-box.-active {
  display: block;
}
.p-top-reason-content-box.-tab02 img {
  width: 100%;
}
.p-top-reason-content-box.-tab03 .p-top-reason-content-ttl {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-reason-content-box.-tab03 .p-top-reason-content-ttl {
    margin-top: 0;
  }
}
.p-top-reason-content-box.-tab03 .p-top-reason-content-flex {
  display: flex;
  flex-direction: column-reverse;
  background-image: url(../images/top/bg_top_reason_tab_03_sp.webp);
}
@media screen and (min-width: 768px) {
  .p-top-reason-content-box.-tab03 .p-top-reason-content-flex {
    background-image: url(../images/top/bg_top_reason_tab_03.webp);
    align-items: flex-end;
    flex-direction: row-reverse;
  }
}
.p-top-reason-content-box.-tab04 .p-top-reason-content-flex {
  background-image: url(../images/top/bg_top_reason_tab_04_sp.webp);
}
@media screen and (min-width: 768px) {
  .p-top-reason-content-box.-tab04 .p-top-reason-content-flex {
    background-image: url(../images/top/bg_top_reason_tab_04.webp);
    align-items: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .p-top-reason-content-box.-tab04 .p-top-reason-content-ttl {
    max-width: 600px;
  }
}
.p-top-reason-content-flex {
  background: url(../images/top/bg_top_reason_tab_01_sp.webp) no-repeat top center;
  background-size: cover;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-reason-content-flex {
    background-image: url(../images/top/bg_top_reason_tab_01.webp);
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .p-top-reason-content-flex {
    padding: 110px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-reason-content-ttl {
    padding-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-reason-content-ttl {
    max-width: 390px;
  }
}
.p-top-reason-content-detail {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .p-top-reason-content-detail {
    max-width: 900px;
  }
}
.p-top-reason-content-thum {
  text-align: center;
}
.p-top-reason-content-thum img {
  width: 100%;
}
.p-top-reason-content-dl {
  background: #ffffff;
  border-radius: 15px;
  margin-top: 20px;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .p-top-reason-content-dl {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
}
.p-top-reason-content-dl dt {
  color: #231815;
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .p-top-reason-content-dl dt {
    margin-bottom: 0;
    padding-right: 10px;
  }
}
.p-top-reason-content-dl dt .-point {
  color: #209cff;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.p-top-reason-content-dl dd {
  color: #231815;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .p-top-reason-content-dl dd {
    max-width: 445px;
    width: 100%;
  }
}
.p-top-news {
  background: #E6E6E6;
  overflow: hidden;
  padding: 50px 0 100px;
}
@media screen and (min-width: 992px) {
  .p-top-news {
    padding: 100px 0;
  }
}
.p-top-news--container {
  max-width: 1500px;
  margin: 0 auto;
  width: 90%;
}
.p-top-news-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.p-top-news-ttl {
  color: #ffffff;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .p-top-news-ttl {
    margin-bottom: 10px;
  }
}
.p-top-news-ttl .-eng {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 992px) {
  .p-top-news-ttl .-eng {
    font-size: 60px;
    letter-spacing: 2px;
  }
}
.p-top-news-ttl .-eng .char {
  display: inline-block;
  background: linear-gradient(to right, #209cff, #59d3da);
  background-size: 200% auto;
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.p-top-news-ttl .-jp {
  color: #231815;
  display: block;
  font-size: 18px;
  letter-spacing: 5px;
}
.p-top-news-viewall {
  color: #0F4669;
  font-size: 15px;
  border-radius: 50px;
  background: #ffffff;
  padding: 6px 10px;
  text-align: center;
  width: 110px;
}
@media screen and (min-width: 992px) {
  .p-top-news-viewall {
    font-size: 17px;
    width: 140px;
  }
}
.p-top-news-list {
  position: relative;
}
.p-top-news-arrow {
  align-items: center;
  background-color: #555;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 44px;
  position: absolute;
  bottom: -60px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-top-news-arrow {
    width: 50px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .p-top-news-arrow {
    width: clamp(40px, 2.917vw, 56px);
  }
}
.p-top-news-arrow span {
  border-top: 3px solid #fff;
  display: block;
  aspect-ratio: 1/1;
  width: 12px;
}
@media screen and (min-width: 768px) {
  .p-top-news-arrow span {
    border-top: 4px solid #fff;
    width: 14px;
  }
}
.p-top-news-arrow--prev {
  display: none !important;
}
.p-top-news-arrow--next {
  right: 0;
  padding-right: 6px;
}
@media screen and (min-width: 768px) {
  .p-top-news-arrow--next {
    right: -4vw;
  }
}
.p-top-news-arrow--next span {
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-top-news-arrow--next span {
    border-right: 4px solid #fff;
  }
}
.p-top-news-item {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  max-width: 480px;
  margin: 0 10px;
  width: 100%;
}
.p-top-news-item a {
  display: block;
}
.p-top-news-item-thum {
  aspect-ratio: 380/228;
  overflow: hidden;
}
.p-top-news-item-thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-news-item-detail {
  position: relative;
  padding: 28px 16px 24px;
}
.p-top-news-item-date {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #3e3a39;
}
.p-top-news-item-ttl {
  margin-top: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.12em;
}
.p-top-news-item-txt {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.9;
  color: #333;
}
.p-top-news-pickup {
  text-align: center;
  padding: 30px 0;
}
.p-top-news-pickup dt {
  background: #E60012;
  border-radius: 20px;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .p-top-news-pickup dt {
    margin: 0 20px 0 0;
  }
}
.p-top-news-pickup dd {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
.p-top-news-pickup dd a {
  display: inline-block;
  border-bottom: 1px solid #231815;
}
.p-top-news .slick-next:before,
.p-top-news .slick-prev:before {
  color: #000000;
}
.p-top-news .slick-prev {
  left: -10px;
  z-index: 10;
}
.p-top-news .slick-next {
  right: -10px;
  z-index: 10;
}
/*# sourceMappingURL=style-top.css.map */