@charset "UTF-8";
/* ==========================================================================
   variables
========================================================================== */
/*===========================================
# Color
/*===========================================*/
/*===========================================
# Font Famiry
/*===========================================*/
/*===========================================
# root
/*===========================================*/
/* ==========================================================================
   function
========================================================================== */
/* ==========================================================================
  mixin
========================================================================== */
/* --------------------------------------------------------------------------
  media query (SP（小）→ PC（大）の順に適用)
-------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
  arrow 
-------------------------------------------------------------------------- */
/*# アロー
/*===========================================*/
/* --------------------------------------------------------------------------
  login icon
-------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
  button size
-------------------------------------------------------------------------- */
/* ==========================================================================
  top
========================================================================== */
/* SP用横スクロールアニメーション */
@keyframes PChorizontalScroll {
  0% {
    transform: translate3d(5%, 0, 0);
  }
  100% {
    transform: translate3d(-10%, 0, 0);
  }
}
@keyframes SPhorizontalScroll {
  0% {
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    transform: translate3d(-60%, 0, 0);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-top .l-header.active {
    background-color: transparent;
    color: #fff;
  }
  .p-top .l-header.active .l-header-logo span.black {
    display: none;
  }
  .p-top .l-header.active .l-header-logo span.white {
    display: inline;
  }
  .p-top .l-header.active .l-header-menu__item {
    color: #fff;
  }
  .p-top .l-header.active .l-header-icon span {
    background-color: #fff;
  }
  .p-top .l-header.active .l-header-other {
    display: none;
  }
  .p-top .l-header.active .l-header-lang__item::after {
    background-color: #fff;
  }
}

/*# fadein
/*===========================================*/
.fadeIn {
  transition: 1s ease-out;
  opacity: 0;
  transform: translateY(40px);
}

.fadeIn.animated {
  opacity: 1;
  transform: translateY(0);
}

/*===========================================
# ファーストビュー
/*===========================================*/
.p-top-fv {
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-top-fv {
    height: 100svh;
  }
}
@media screen and (min-width: 768px) {
  .p-top-fv .p-top-fv__slider {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__slider {
    height: calc(100svh - 15.4666666667vw);
  }
}
@media screen and (min-width: 768px) {
  .p-top-fv .p-top-fv__slider .p-top-fv__slide.swiper-slide-active .p-top-fv__image {
    transform: scale(1.2);
  }
}
@media screen and (min-width: 768px) {
  .p-top-fv .p-top-fv__slider .p-top-fv__slide.swiper-slide-active .p-top-fv__image img {
    animation: PChorizontalScroll 20s linear infinite;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__slider .p-top-fv__slide.swiper-slide-active .p-top-fv__image img {
    animation: SPhorizontalScroll 20s linear infinite;
    will-change: transform;
  }
}
@media screen and (min-width: 768px) {
  .p-top-fv .p-top-fv__slider .p-top-fv__image {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__slider .p-top-fv__image {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
}
.p-top-fv .p-top-fv__slider .p-top-fv__image img {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-fv .p-top-fv__slider .p-top-fv__image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__slider .p-top-fv__image img {
    width: auto;
    height: 100%;
    display: block;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
  }
}
.p-top-fv .p-top-fv__slider.swiper-fade .swiper-slide {
  transition-property: opacity;
}
.p-top-fv .p-top-fv__slider .swiper-other {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__slider .swiper-other {
    display: none;
  }
}
.p-top-fv .p-top-fv__slider .p-top-fv__controls {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.p-top-fv .p-top-fv__slider .control-button-prev,
.p-top-fv .p-top-fv__slider .control-button-next {
  position: static;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.p-top-fv .p-top-fv__slider .control-button-prev::after,
.p-top-fv .p-top-fv__slider .control-button-next::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.p-top-fv .p-top-fv__slider .control-button-prev:hover,
.p-top-fv .p-top-fv__slider .control-button-next:hover {
  background-color: rgb(255, 255, 255);
}
.p-top-fv .p-top-fv__slider .control-button-prev::after {
  transform: rotate(45deg);
  right: 16px;
}
.p-top-fv .p-top-fv__slider .control-button-next::after {
  transform: rotate(-135deg);
  left: 16px;
}
.p-top-fv .p-top-fv__slider .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin: 0;
}
.p-top-fv .p-top-fv__slider .swiper-pagination-bullet {
  width: 8px;
  aspect-ratio: 1/1;
  background-color: #D5D5D6;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.p-top-fv .p-top-fv__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  width: 8px;
}
.p-top-fv .p-top-fv__slider .swiper-pagination-bullet:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.p-top-fv .p-top-fv__slider .p-top-fv__pause {
  position: static;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.p-top-fv .p-top-fv__slider .p-top-fv__pause img {
  width: 24px;
  height: 24px;
  opacity: 0.7;
}
.p-top-fv .p-top-fv__slider .p-top-fv__pause:hover img {
  opacity: 1;
}
.p-top-fv .p-top-fv__slider .p-top-fv__pause.paused img {
  opacity: 0.5;
}
.p-top-fv .p-top-fv__content {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-top-fv .p-top-fv__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    top: 13svh;
    right: 80px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__content {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 6.4vw;
  }
}
@media screen and (max-width: 375px) and (max-height: 600px) {
  .p-top-fv .p-top-fv__content {
    top: 0;
    transform: translateX(-50%);
  }
}
.p-top-fv .p-top-fv__title {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  pointer-events: none;
  opacity: 0;
  filter: blur(20px);
  animation: opacity 3s ease-in-out forwards;
}
@media screen and (min-width: 768px) {
  .p-top-fv .p-top-fv__title {
    flex: 0 1 100%;
    row-gap: 28px;
    margin-top: 15svh;
    line-height: 1.5;
    padding-left: 155px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  .p-top-fv .p-top-fv__title {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__title {
    margin: 0 auto;
    row-gap: 6.4vw;
  }
}
@media screen and (max-width: 375px) and (max-height: 600px) {
  .p-top-fv .p-top-fv__title {
    row-gap: 4.2666666667vw;
  }
}
.p-top-fv .p-top-fv__title span {
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__title span {
    font-size: 8vw;
  }
}
@media screen and (max-width: 375px) and (max-height: 600px) {
  .p-top-fv .p-top-fv__title span {
    font-size: 6.4vw;
  }
}
.p-top-fv .p-top-fv__list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-fv .p-top-fv__list {
    flex: 0 0 410px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__list {
    margin-top: 9.3333333333vw;
  }
}
@media screen and (max-width: 375px) and (max-height: 600px) {
  .p-top-fv .p-top-fv__list {
    margin-top: 6.4vw;
  }
}
.p-top-fv .p-top-fv__list .p-top-fv__list_item {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-fv .p-top-fv__list .p-top-fv__list_item {
    height: 26svh;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__list .p-top-fv__list_item {
    height: 21.3333333333vw;
  }
}
@media screen and (max-width: 375px) and (max-height: 600px) {
  .p-top-fv .p-top-fv__list .p-top-fv__list_item {
    height: 17.0666666667vw;
  }
}
.p-top-fv .p-top-fv__list .p-top-fv__list_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #2C2D31;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.999 11.999L12.6357 21.999L11.9619 21.2793L20.1738 12.5088H2V11.4912H20.1758L11.9619 2.71973L12.6357 2L21.999 11.999Z' /%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.999 11.999L12.6357 21.999L11.9619 21.2793L20.1738 12.5088H2V11.4912H20.1758L11.9619 2.71973L12.6357 2L21.999 11.999Z' /%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  width: 24px;
  aspect-ratio: 1/1;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__list .p-top-fv__list_item::after {
    width: 6.4vw;
  }
}
.p-top-fv .p-top-fv__list .p-top-fv__list_item:hover::after {
  background-color: #0089A8;
}
.p-top-fv .p-top-fv__list .p-top-fv__list_item::after {
  z-index: 2;
  right: 48px;
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__list .p-top-fv__list_item::after {
    right: 6.4vw;
  }
}
.p-top-fv .p-top-fv__list .p-top-fv__list_item .p-top-fv__list_link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-fv .p-top-fv__list .p-top-fv__list_item .p-top-fv__list_link {
    height: 100%;
    -moz-column-gap: 24px;
         column-gap: 24px;
    padding: 80px 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__list .p-top-fv__list_item .p-top-fv__list_link {
    -moz-column-gap: 6.4vw;
         column-gap: 6.4vw;
    padding: 4.2666666667vw 6.4vw;
  }
}
@media screen and (max-width: 375px) and (max-height: 600px) {
  .p-top-fv .p-top-fv__list .p-top-fv__list_item .p-top-fv__list_link {
    padding: 3.2vw 6.4vw;
  }
}
.p-top-fv .p-top-fv__list .p-top-fv__list_item .p-top-fv__list_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-top-fv .p-top-fv__list .p-top-fv__list_item .p-top-fv__list_link::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(15px);
    box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.3);
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__list .p-top-fv__list_item .p-top-fv__list_link::before {
    backdrop-filter: blur(15px);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.3);
    box-shadow: 0 0.5333333333vw 0.5333333333vw 0 rgba(255, 255, 255, 0.3) inset, 0 1px 4vw 0 rgba(0, 0, 0, 0.15);
  }
}
.p-top-fv .p-top-fv__list .p-top-fv__list_item .p-top-fv__list_link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%), rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 15px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__list .p-top-fv__list_item .p-top-fv__list_link::after {
    box-shadow: 0 0.5333333333vw 0.5333333333vw 0 rgba(255, 255, 255, 0.3) inset, 0 1px 4vw 0 rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 768px) {
  .p-top-fv .p-top-fv__list .p-top-fv__list_item + .p-top-fv__list_item {
    margin-top: 3svh;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__list .p-top-fv__list_item + .p-top-fv__list_item {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 375px) and (max-height: 600px) {
  .p-top-fv .p-top-fv__list .p-top-fv__list_item + .p-top-fv__list_item {
    margin-top: 1.0666666667vw;
  }
}
.p-top-fv .p-top-fv__list .p-top-fv__list_item:hover .p-top-fv__list_link::before {
  opacity: 0;
}
.p-top-fv .p-top-fv__list .p-top-fv__list_item:hover .p-top-fv__list_link::after {
  opacity: 1;
}
.p-top-fv .p-top-fv__list .p-top-fv__list_item:hover .p-top-fv__list_link .p-top-fv__list_icon svg path {
  fill: #0089A8;
}
.p-top-fv .p-top-fv__list .p-top-fv__list_item:hover .p-top-fv__list_link .p-top-fv__list_text {
  color: #0089A8;
}
.p-top-fv .p-top-fv__list .p-top-fv__list_icon {
  position: relative;
  aspect-ratio: 1/1;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-fv .p-top-fv__list .p-top-fv__list_icon {
    flex: 0 0 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__list .p-top-fv__list_icon {
    flex: 0 0 12.8vw;
  }
}
.p-top-fv .p-top-fv__list .p-top-fv__list_icon svg path {
  fill: #a5acae;
}
.p-top-fv .p-top-fv__list .p-top-fv__list_text {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__list .p-top-fv__list_text {
    line-height: 1.65;
    font-size: 4.2666666667vw;
  }
}

/*===========================================
# 重要なお知らせ
/*===========================================*/
.p-top-important {
  position: relative;
  border-bottom: 1px solid #D5D5D6;
}
@media screen and (min-width: 768px) {
  .p-top-important {
    padding: 32px 32px 32px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-important {
    padding: 6.4vw 8.5333333333vw;
  }
}
.p-top-important .p-top-important__text {
  position: relative;
  display: block;
  color: #BE0000;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .p-top-important .p-top-important__text {
    display: flex;
    align-items: baseline;
    -moz-column-gap: 24px;
         column-gap: 24px;
    padding-left: 50px;
  }
}
.p-top-important .p-top-important__text::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background-image: url("../img/cmn/important-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-top-important .p-top-important__text::before {
    width: 6.4vw;
    top: 1.0666666667vw;
    top: 0.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-important .p-top-important__text span.date {
    display: block;
    margin-bottom: 2.1333333333vw;
    padding-left: 9.3333333333vw;
  }
}
.p-top-important .p-top-important__text span.more {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-important .p-top-important__text span.more {
    display: flex;
    padding-left: 16px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-important .p-top-important__text span.more {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 4.2666666667vw;
    padding-right: 8vw;
  }
}
.p-top-important .p-top-important__text span.more::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #BE0000;
}
.p-top-important .p-top-important__text span.more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #BE0000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.999 11.999L12.6357 21.999L11.9619 21.2793L20.1738 12.5088H2V11.4912H20.1758L11.9619 2.71973L12.6357 2L21.999 11.999Z' /%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.999 11.999L12.6357 21.999L11.9619 21.2793L20.1738 12.5088H2V11.4912H20.1758L11.9619 2.71973L12.6357 2L21.999 11.999Z' /%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  width: 20px;
  aspect-ratio: 1/1;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-important .p-top-important__text span.more::after {
    width: 5.3333333333vw;
  }
}
.p-top-important .p-top-important__text span.more::after {
  right: 0;
}
.p-top-important .more-arrow {
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-important .more-arrow {
    top: 4vw;
    right: 0vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}

/*===========================================
# ピックアップ
/*===========================================*/
.p-top-pickup {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-pickup .p-top-pickup__slider {
    display: flex;
    -moz-column-gap: 24px;
         column-gap: 24px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-pickup .p-top-pickup__slider {
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-pickup .p-top-pickup__slider .swiper-wrapper {
    display: contents;
  }
}
.p-top-pickup .p-top-pickup__slider .p-top-pickup__pagination {
  display: flex;
  justify-content: center;
  -moz-column-gap: 4.2666666667vw;
       column-gap: 4.2666666667vw;
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-top-pickup .p-top-pickup__slider .p-top-pickup__pagination {
    display: none;
  }
}
.p-top-pickup .p-top-pickup__slider .p-top-pickup__pagination span {
  margin: 0;
  opacity: 1;
  background-color: #EDEAE5;
}
.p-top-pickup .p-top-pickup__slider .p-top-pickup__pagination span.swiper-pagination-bullet-active {
  background-color: #0089A8;
}
.p-top-pickup .p-top-pickup__item {
  position: relative;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-top-pickup .p-top-pickup__item {
    width: calc((100% - 48px) / 3);
    aspect-ratio: 384/224;
  }
}
.p-top-pickup .p-top-pickup__item:hover {
  opacity: 0.8;
}
.p-top-pickup .p-top-pickup__item:hover .p-top-pickup__text::after {
  right: 27px;
}
.p-top-pickup .p-top-pickup__image {
  position: relative;
}
.p-top-pickup .p-top-pickup__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, var(--water-water-0, rgba(166, 201, 219, 0)) 50%, var(--water-water-100, #A6C9DB) 100%);
}
.p-top-pickup .p-top-pickup__text {
  position: absolute;
  left: 32px;
  bottom: 25px;
  width: calc(100% - 32px);
  color: #fff;
  text-shadow: 0px 2px 22px #0089A8;
}
@media screen and (max-width: 767px) {
  .p-top-pickup .p-top-pickup__text {
    left: 8.5333333333vw;
    bottom: 6.6666666667vw;
    width: calc(100% - 8.5333333333vw);
  }
}
.p-top-pickup .p-top-pickup__text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.999 11.999L12.6357 21.999L11.9619 21.2793L20.1738 12.5088H2V11.4912H20.1758L11.9619 2.71973L12.6357 2L21.999 11.999Z' /%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.999 11.999L12.6357 21.999L11.9619 21.2793L20.1738 12.5088H2V11.4912H20.1758L11.9619 2.71973L12.6357 2L21.999 11.999Z' /%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  width: 20px;
  aspect-ratio: 1/1;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-pickup .p-top-pickup__text::after {
    width: 5.3333333333vw;
  }
}
.p-top-pickup .p-top-pickup__text::after {
  right: 32px;
}

/*===========================================
# お知らせ
/*===========================================*/
.p-top-news {
  position: relative;
  overflow-x: clip;
}
.p-top-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/cmn/wave-bg01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  width: 100%;
  aspect-ratio: 3840/1752;
}
@media screen and (min-width: 768px) {
  .p-top-news::before {
    width: 1920px;
    top: -200px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news::before {
    top: 62.6666666667vw;
    aspect-ratio: 752/1567;
    background-image: url("../img/cmn/sp/wave-bg01.png");
  }
}
@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__flex {
    display: flex;
    -moz-column-gap: 96px;
         column-gap: 96px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  .p-top-news .p-top-news__flex {
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__title {
    flex: 0 0 224px;
  }
}
.p-top-news .p-top-news__content {
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__content {
    flex: 0 1 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news .p-top-news__content {
    margin-top: 8.5333333333vw;
  }
}
.p-top-news .p-top-news__box {
  position: relative;
}
.p-top-news .p-top-news__box + .p-top-news__box {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__more {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news .p-top-news__more {
    margin-top: 8.5333333333vw;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__more a {
    padding: 8px 16px 8px 24px;
  }
}
.p-top-news .p-top-news__more span {
  padding-right: 25px;
}
.p-top-news .p-top-news__more span::after {
  width: 14px;
}
@media screen and (max-width: 767px) {
  .p-top-news .p-top-news__more span::after {
    width: 5.3333333333vw;
  }
}
.p-top-news .p-top-news__tab {
  margin-top: 32px;
  display: inline-flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-top-news .p-top-news__tab {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 8.5333333333vw;
  }
}
.p-top-news .p-top-news__tab .p-top-news__tab_item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__tab .p-top-news__tab_item {
    border: 1px solid #D5D5D6;
    margin-left: -1px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news .p-top-news__tab .p-top-news__tab_item {
    width: 33.3333333333%;
    height: 10.9333333333vw;
    border: 1px solid #D5D5D6;
    margin-left: -1px;
  }
}
.p-top-news .p-top-news__tab .p-top-news__tab_item .p-top-news__tab_button {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__tab .p-top-news__tab_item .p-top-news__tab_button {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news .p-top-news__tab .p-top-news__tab_item .p-top-news__tab_button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
  }
}
.p-top-news .p-top-news__tab .p-top-news__tab_item.active {
  border: 1px solid #0089A8;
  background-color: #0089A8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-news .p-top-news__tab .p-top-news__tab_item:nth-child(n+4) {
    border-top: none;
  }
}
.p-top-news .p-top-news__tab .p-top-news__tab_item:hover {
  background-color: #00ADC1;
  color: #fff;
}
.p-top-news .p-top-news__list {
  margin-top: 32px;
}
.p-top-news .p-top-news__list .p-top-news__list_item {
  transition: all 0.3s;
}
.p-top-news .p-top-news__list .p-top-news__list_item .p-top-news__list_link {
  flex: 0 1 100%;
}
@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__list .p-top-news__list_item .p-top-news__list_link {
    display: flex;
    align-items: baseline;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news .p-top-news__list .p-top-news__list_item .p-top-news__list_link {
    display: block;
  }
}
.p-top-news .p-top-news__list .p-top-news__list_item .p-top-news__list_link .p-top-news__list_box {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__list .p-top-news__list_item .p-top-news__list_link .p-top-news__list_box {
    align-items: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news .p-top-news__list .p-top-news__list_item .p-top-news__list_link .p-top-news__list_box {
    -moz-column-gap: 4.2666666667vw;
         column-gap: 4.2666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
.p-top-news .p-top-news__list .p-top-news__list_item .p-top-news__list_link span.category {
  padding: 4px 8px;
  background-color: #EDEAE5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-news .p-top-news__list .p-top-news__list_item .p-top-news__list_link span.category {
    padding: 1.0666666667vw 2.1333333333vw;
  }
}
.p-top-news .p-top-news__list .p-top-news__list_item .p-top-news__list_title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-top-news .p-top-news__list .p-top-news__list_item:hover {
  opacity: 0.6;
}
.p-top-news .p-top-news__list .p-top-news__list_item + .p-top-news__list_item {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-top-news .p-top-news__list .p-top-news__list_item + .p-top-news__list_item {
    margin-top: 4.2666666667vw;
  }
}

/*===========================================
# ここにも！ウエットマスター
/*===========================================*/
.p-top-here {
  position: relative;
  z-index: 2;
  overflow: clip;
}
@media screen and (min-width: 768px) {
  .p-top-here {
    padding: 120px 0;
    height: 539px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-here {
    width: 100%;
    aspect-ratio: 752/1810;
  }
}
.p-top-here::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-here::before {
    width: 100%;
    height: 100%;
    aspect-ratio: 1440/539;
    background-size: cover;
    background-image: url("../img/top/heretoo-bg.png");
  }
}
@media screen and (max-width: 767px) {
  .p-top-here::before {
    width: 100%;
    aspect-ratio: 752/1810;
    background-image: url("../img/top/sp/heretoo-bg.png");
  }
}
@media screen and (max-width: 767px) {
  .p-top-here .p-top-here__title {
    padding-top: 32vw;
  }
}
.p-top-here .p-top-here__text {
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  .p-top-here .p-top-here__text {
    margin: 8.5333333333vw 0 15.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-here .p-top-here__button {
    text-align: center;
  }
}

/*===========================================
# ウエットマスターの強み・データで見るウエットマスター
/*===========================================*/
.p-top-wetmaster {
  position: relative;
  overflow-x: clip;
}
.p-top-wetmaster::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/cmn/wave-bg01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  aspect-ratio: 3840/1870;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top-wetmaster::before {
    top: -135px;
    width: 1920px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-wetmaster::before {
    background-image: url("../img/cmn/sp/wave-bg02.png");
    width: 100%;
    aspect-ratio: 752/3564;
  }
}
@media screen and (min-width: 768px) {
  .p-top-wetmaster .p-top-wetmaster__flex {
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .p-top-wetmaster .p-top-wetmaster__flex {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-top-wetmaster .p-top-wetmaster__content {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .p-top-wetmaster .p-top-wetmaster__content {
    width: 100%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .p-top-wetmaster .p-top-wetmaster__content + .p-top-wetmaster__content {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-wetmaster .p-top-wetmaster__content + .p-top-wetmaster__content {
    margin-top: 21.3333333333vw;
  }
}
.p-top-wetmaster .p-top-wetmaster__box {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-wetmaster .p-top-wetmaster__box {
    aspect-ratio: 580/348;
  }
}
.p-top-wetmaster .p-top-wetmaster__message {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-top-wetmaster .p-top-wetmaster__message {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    height: 85%;
    right: 20px;
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-wetmaster .p-top-wetmaster__message {
    top: 64vw;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 12.8vw);
  }
}
.p-top-wetmaster .p-top-wetmaster__button {
  margin-top: auto;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .p-top-wetmaster .p-top-wetmaster__button {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-wetmaster .p-top-wetmaster__button {
    margin-top: 8.5333333333vw;
    text-align: center;
  }
}
.p-top-wetmaster {
  /*# ウエットマスターの強み
  /*===========================================*/
}
.p-top-wetmaster .p-top-strength .p-top-wetmaster__box {
  background-image: url(../img/top/strengths-bg.png);
}
@media screen and (max-width: 767px) {
  .p-top-wetmaster .p-top-strength .p-top-wetmaster__box {
    aspect-ratio: 328/514;
    background-image: url(../img/top/sp/strengths-bg.png);
  }
}
.p-top-wetmaster {
  /*# データで見るウエットマスター
  /*===========================================*/
}
.p-top-wetmaster .p-top-data .p-top-wetmaster__box {
  background-image: url(../img/top/data-bg.png);
}
@media screen and (max-width: 767px) {
  .p-top-wetmaster .p-top-data .p-top-wetmaster__box {
    aspect-ratio: 328/480;
    background-image: url(../img/top/sp/data-bg.png);
  }
}

/*===========================================
# 企業除法 / 環境・活動
/*===========================================*/
@media screen and (min-width: 768px) {
  .p-top-about .p-top-about__flex {
    display: flex;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-about .p-top-about__flex {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-top-about .p-top-about__title {
    flex: 0 0 352px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-about .p-top-about__content {
    flex: 0 1 100%;
    display: flex;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-top-about .p-top-about__content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about .p-top-about__content {
    margin-top: 8.5333333333vw;
  }
}
.p-top-about .p-top-about__box {
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-about .p-top-about__box {
    width: calc((100% - 16px) / 2);
    padding: 64px 40px;
    aspect-ratio: 416/675;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about .p-top-about__box {
    padding: 17.0666666667vw 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about .p-top-about__box + .p-top-about__box {
    margin-top: 4.2666666667vw;
  }
}
.p-top-about .p-top-about__box .p-top-about__box_title {
  border-bottom: 2px solid #D5D5D6;
}
@media screen and (max-width: 767px) {
  .p-top-about .p-top-about__box .p-top-about__box_title {
    padding-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-about .p-top-about__box.p-top-about__company {
    background-image: url("../img/top/company-bg.png");
  }
}
@media screen and (max-width: 767px) {
  .p-top-about .p-top-about__box.p-top-about__company {
    aspect-ratio: 328/420;
    background-image: url("../img/top/sp/company-bg.png");
  }
}
@media screen and (min-width: 768px) {
  .p-top-about .p-top-about__box.p-top-about__environment {
    background-image: url("../img/top/environment-bg.png");
  }
}
@media screen and (max-width: 767px) {
  .p-top-about .p-top-about__box.p-top-about__environment {
    aspect-ratio: 328/453;
    background-image: url("../img/top/sp/environment-bg.png");
  }
}
.p-top-about .p-top-about__box .p-top-about__list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-about .p-top-about__box .p-top-about__list {
    margin-top: 10.6666666667vw;
  }
}
.p-top-about .p-top-about__box .p-top-about__list .p-top-about__list_item .p-top-about__list_link {
  position: relative;
  display: flex;
  align-items: center;
}
.p-top-about .p-top-about__box .p-top-about__list .p-top-about__list_item .p-top-about__list_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #2C2D31;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.999 11.999L12.6357 21.999L11.9619 21.2793L20.1738 12.5088H2V11.4912H20.1758L11.9619 2.71973L12.6357 2L21.999 11.999Z' /%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.999 11.999L12.6357 21.999L11.9619 21.2793L20.1738 12.5088H2V11.4912H20.1758L11.9619 2.71973L12.6357 2L21.999 11.999Z' /%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  width: 24px;
  aspect-ratio: 1/1;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-about .p-top-about__box .p-top-about__list .p-top-about__list_item .p-top-about__list_link::after {
    width: 6.4vw;
  }
}
.p-top-about .p-top-about__box .p-top-about__list .p-top-about__list_item .p-top-about__list_link:hover::after {
  background-color: #0089A8;
}
.p-top-about .p-top-about__box .p-top-about__list .p-top-about__list_item:hover .p-top-about__list_link {
  color: #0089A8;
}
.p-top-about .p-top-about__box .p-top-about__list .p-top-about__list_item:hover .p-top-about__list_link::after {
  right: -5px;
}
.p-top-about .p-top-about__box .p-top-about__list .p-top-about__list_item + .p-top-about__list_item {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-top-about .p-top-about__box .p-top-about__list .p-top-about__list_item + .p-top-about__list_item {
    margin-top: 4.2666666667vw;
  }
}

/*===========================================
# リクルート
/*===========================================*/
.p-top-recruit {
  padding: 104px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-top-recruit {
    padding: 21.3333333333vw 0 32vw;
  }
}
.p-top-recruit .p-top-recruit__bnr {
  position: relative;
}
.p-top-recruit .p-top-recruit__bnr a:hover {
  opacity: 0.8;
}
.p-top-recruit .p-top-recruit__button {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-top-recruit .p-top-recruit__button {
    right: 35px;
    bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit .p-top-recruit__button {
    width: 100%;
    bottom: 6.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 3.7333333333vw;
  }
  .p-top-recruit .p-top-recruit__button span {
    padding-right: 6.6666666667vw;
  }
  .p-top-recruit .p-top-recruit__button span::after {
    width: 4.2666666667vw;
  }
}
/*# sourceMappingURL=maps/top.css.map */