@charset "UTF-8";
body {
  background-color: black !important;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  position: relative;
}

html {
  overscroll-behavior: none;
  background-color: white;
  font-size: calc(100vw / 375 * 100);
  scroll-behavior: smooth !important;
  scroll-padding-top: 0px !important;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(calc(100vw / 1456 * 100), 100px);
    scroll-padding-top: 50px;
  }
}

strong {
  font-weight: 700;
}

a {
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

img {
  display: inline-block;
}

ul {
  list-style: none;
}

body {
  overscroll-behavior-y: none;
  font-weight: 500;
  color: #2E483F;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  will-change: top;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.16rem;
  }
}
body * {
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  max-width: 100%;
  font-weight: inherit;
  color: inherit;
}

section {
  position: relative;
}

::-moz-selection {
  background: #2E483F;
  color: #ffffff;
}

::selection {
  background: #2E483F;
  color: #ffffff;
}

::-moz-selection {
  background: #2E483F;
  color: #ffffff;
}

@keyframes mv {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1.1);
  }
}
#fv {
  position: relative;
  width: 100%;
  height: 100vh;
}
#fv .l-bg {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
}
#fv .l-bg--wrapper {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  animation-name: mv;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-duration: 5s;
  animation-timing-function: linear;
  will-change: opacity;
  background-size: cover;
  background-repeat: no-repeat;
}
#fv .l-bg--wrapper:nth-of-type(1) {
  background-image: url("../img/top/fv.webp");
}
@media screen and (min-width: 768px) {
  #fv .l-bg--wrapper:nth-of-type(1) {
    background-image: url("../img/top/fv_pc.webp");
  }
}

#wpadminbar {
  display: none;
}
@media screen and (min-width: 768px) {
  #wpadminbar {
    display: flex;
  }
}

.p-body {
  overflow-x: hidden;
}

.p-header {
  z-index: 100000;
  width: 100%;
  height: 0rem;
  position: fixed;
  top: 0.12rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0em;
  font-weight: 400;
  transition: 0.6s;
  opacity: 1;
  animation: 1s header-in forwards;
  width: calc(100vw - 0.32rem);
  height: 0.56rem;
  background-color: white;
  border-radius: 0.1rem;
}
.p-header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 2.26rem;
  height: 0.31rem;
  position: fixed;
  top: 0.23rem;
  left: 0.25rem;
}
.p-header__logo div {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__logo div {
    transform: unset;
    bottom: -0.34rem;
    left: unset;
    right: calc(50% + 4.63rem);
  }
}
.p-header__logo div span {
  display: none;
}
.p-header__logo div img {
  display: block;
  width: 2.16rem;
  height: 0.3rem;
}
.p-header__container {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.14rem;
  padding-right: 0.1rem;
}
.p-header__container--menu {
  display: none;
}
.p-header__container--phone {
  display: none;
}
.p-header__nav {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #2E483F;
  color: white;
  transform: translateX(100%);
  transition: 0.3s;
  padding-top: 0.98rem;
  padding-left: 0.42rem;
  padding-right: 0.42rem;
  padding-bottom: 1rem;
  overflow: scroll;
  display: flex;
}

@keyframes header-in {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}
@keyframes header-out {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
.p-footer {
  background-color: #2E483F;
  color: #ffffff;
  padding: 0.59rem 0.25rem 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding: 0.87rem 0 0.47rem;
  }
}
.p-footer__container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    width: 10.24rem;
    margin: auto;
    gap: unset;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.p-footer__top {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  margin-bottom: 0.7rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    width: 6.62rem;
    padding-left: 0.83rem;
    border-left: 0.01rem solid white;
    margin-bottom: unset;
  }
}
.p-footer__menu {
  display: flex;
  flex-direction: column;
  gap: 0.17rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 0.31rem;
}
@media screen and (min-width: 768px) {
  .p-footer__menu {
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 0.18rem;
    line-height: 0.26rem;
    gap: 0.22rem 0.67rem;
  }
}
.p-footer__menu div {
  display: flex;
  flex-direction: column;
  gap: 0.17rem;
}
@media screen and (min-width: 768px) {
  .p-footer__menu div {
    gap: 0.22rem;
  }
}
.p-footer__sns {
  display: flex;
  align-items: baseline;
  gap: 0.23rem;
}
@media screen and (min-width: 768px) {
  .p-footer__sns {
    gap: 0.25rem;
  }
}
.p-footer__sns [href*="facebook.com"] {
  display: flex;
}
.p-footer__sns [href*="facebook.com"]::before {
  content: "";
  width: 0.24rem;
  height: 0.24rem;
  background-image: url("../img/common/icon_facebook.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-footer__sns [href*="facebook.com"]::before {
    width: 0.26rem;
    height: 0.26rem;
  }
}
.p-footer__sns [href*="instagram.com"] {
  display: flex;
}
.p-footer__sns [href*="instagram.com"]::before {
  content: "";
  width: 0.22rem;
  height: 0.22rem;
  background-image: url("../img/common/icon_instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-footer__sns [href*="instagram.com"]::before {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.p-footer__sns [href*="x.com"] {
  display: flex;
}
.p-footer__sns [href*="x.com"]::before {
  content: "";
  width: 0.22rem;
  height: 0.22rem;
  background-image: url("../img/common/icon_x.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-footer__sns [href*="x.com"]::before {
    width: 0.23rem;
    height: 0.23rem;
  }
}
.p-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    align-items: flex-start;
  }
}
.p-footer__logo {
  width: 2.41rem;
  height: 1.25rem;
  display: block;
  margin-bottom: 0.37rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 2.77rem;
    height: 1.44rem;
    margin-bottom: 0.79rem;
  }
}
.p-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-footer__info {
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
  align-items: center;
  text-align: center;
  margin-bottom: 0.44rem;
}
@media screen and (min-width: 768px) {
  .p-footer__info {
    gap: 0.14rem;
    margin-bottom: unset;
    align-items: flex-start;
  }
}
.p-footer__info span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.p-footer__info strong {
  font-size: 0.25rem;
  line-height: 0.25rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.p-footer__about {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 700;
  padding-top: 0.36rem;
  border-top: 0.01rem solid white;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-footer__about {
    padding-top: 0.26rem;
    border-top: unset;
  }
}
.p-footer__copyright {
  margin-top: 0.44rem;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.11rem;
  line-height: 0.16rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    font-size: 0.12rem;
    line-height: 0.17rem;
    margin-top: 0.87rem;
  }
}

.p-news-list {
  display: flex;
  flex-direction: column;
}
.p-news-list__wrapper {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
  border-bottom: 0.01rem solid #EFF0F0;
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
}
.p-news-list__wrapper:nth-of-type(1) {
  padding-top: unset;
}
@media screen and (min-width: 768px) {
  .p-news-list__wrapper {
    flex-direction: row;
    gap: 0.48rem;
    align-items: baseline;
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
  }
}
.p-news-list__date {
  font-size: 0.16rem;
  line-height: 0.16rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-news-list__date {
    flex: none;
    white-space: nowrap;
    font-size: 0.2rem;
    line-height: 0.2rem;
  }
}
.p-news-list__title {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-news-list__title[href=""] {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-news-list__title {
    font-size: 0.2rem;
    line-height: 0.34rem;
  }
}

.c-bg--white {
  background-color: #ffffff;
  width: 100%;
}

.c-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 40000;
}
@media screen and (min-width: 768px) {
  .c-desc {
    font-size: 0.16rem;
    line-height: 0.28rem;
    letter-spacing: 0.05em;
  }
}

.c-full {
  max-width: unset;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-full {
    transform: unset;
    left: unset;
    position: initial;
    width: auto;
    max-width: 100%;
  }
}

.c-overflow {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .c-overflow {
    overflow-x: initial;
    padding-bottom: unset;
  }
}
.c-overflow > * {
  max-width: unset;
  width: -moz-fit-content;
  width: fit-content;
  height: unset;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .c-overflow > * {
    padding-bottom: unset;
  }
}

.c-color--black {
  --color: #2E483F;
  --f-color: brightness(0) saturate(100%) invert(24%) sepia(47%) saturate(295%) hue-rotate(108deg) brightness(87%) contrast(89%);
}
.c-color--white {
  --color: #ffffff;
  --f-color: brightness(0) invert(1);
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  filter: var(--f-color);
  color: var(--color);
}

.u-width, .u-width--325-1024 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .u-width, .u-width--325-1024 {
    padding: 0;
    width: 10.24rem;
    padding-left: unset;
    padding-right: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.swiper {
  opacity: 0;
  transition: 0.3s opacity ease;
  transition-delay: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper.swiper-initialized {
  opacity: 1;
}

.swiper-warpper {
  transition-timing-function: linear;
}

[class^=simplebar] {
  max-width: unset;
}

.simplebar-track {
  background: #DFE2E2 !important;
  height: 0.04rem !important;
  width: 3.25rem;
  left: 50% !important;
  transform: translateX(-50%);
  border-radius: 0.1rem;
  overflow: hidden;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .simplebar-track {
    display: none;
  }
}

.simplebar-scrollbar {
  min-height: 0.04rem;
  background: #2E483F !important;
  border-radius: 0.1rem;
}
.simplebar-scrollbar::before {
  z-index: 10;
  background: #2E483F !important;
  opacity: 1 !important;
}

.js-fade {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  pointer-events: none;
  opacity: 0;
}
.js-fade--active {
  animation: fade-appear 1.5s forwards;
}

@keyframes fade-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}
.js-hover--zoomin {
  overflow: hidden;
}
.js-hover--zoomin img {
  transition: 1s;
}
.js-hover--zoomin:hover img {
  transform: scale(1.1);
}

.js-fv #fv-animation1 {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  animation: 3s 0.2s forwards fv-width;
}
.js-fv #fv-animation2 {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  animation: 3s 1s forwards fv-width;
}
.js-fv #fv-animation3 {
  opacity: 0;
  transform: translateY(0.5rem);
  animation: 1s 1.5s forwards fv-fade-up;
}
.js-fv #fv-animation4 {
  opacity: 0;
  transform: translateY(0.5rem);
  animation: 1s 2s forwards fv-fade-up;
}

@keyframes fv-width {
  0% {
    max-width: 0;
    opacity: 1;
  }
  100% {
    max-width: 100%;
    opacity: 1;
  }
}
@keyframes fv-fade-up {
  0% {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-load {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 2s;
}
.js-load--hidden {
  opacity: 0;
  pointer-events: none;
  transition-delay: 3s;
}
.js-load__logo {
  width: 1.45rem;
  height: 1.87rem;
  opacity: 0;
  background-image: url("../img/common/logo_v.svg");
  background-size: contain;
  background-repeat: no-repeat;
  animation: 2s 1s forwards js-load-logo;
}

@keyframes js-load-logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */