@charset "UTF-8";
@media print {
  a {
    text-decoration: none !important;
  }
  .fixed {
    position: static !important;
  }
}
.fit_move {
  aspect-ratio: 16/9 !important;
}
.fit_move.reversal {
  aspect-ratio: 9/16 !important;
}

.fit_cam {
  aspect-ratio: 3/2 !important;
}
.fit_cam.reversal {
  aspect-ratio: 2/3 !important;
}

.fit_dis {
  aspect-ratio: 4/3 !important;
}
.fit_dis.reversal {
  aspect-ratio: 3/4 !important;
}

.fit_gold {
  aspect-ratio: 8/5 !important;
}
.fit_gold.reversal {
  aspect-ratio: 5/8 !important;
}

.fit_none {
  aspect-ratio: auto !important;
}

.back_filter {
  filter: drop-shadow(1px 1px 0 rgb(255, 255, 255)) drop-shadow(-1px 1px 0 rgb(255, 255, 255)) drop-shadow(1px -1px 0 rgb(255, 255, 255)) drop-shadow(-1px -1px 0 rgb(255, 255, 255));
}

.d_font {
  color: var(--main-color) !important;
}

.d_back {
  background-color: var(--main-color) !important;
}

.d_white {
  background-color: #FFFFFF !important;
}

.d_back_h:hover, .d_back_h:active, .d_back_h:focus {
  background-color: var(--main-color) !important;
  color: #FFFFFF !important;
}

.d_border {
  border-color: var(--main-color) !important;
}

.d2_font {
  color: var(--main-color2) !important;
}

.d2_back {
  background-color: var(--main-color2) !important;
}

.d2_back_h:hover, .d2_back_h:active, .d2_back_h:focus {
  background-color: var(--main-color2) !important;
  color: #FFFFFF !important;
}

.d2_border {
  border-color: var(--main-color2) !important;
}

.d3_font {
  color: var(--main-color3) !important;
}

.d3_back {
  background-color: var(--main-color3) !important;
}

.d3_back_h:hover, .d3_back_h:active, .d3_back_h:focus {
  background-color: var(--main-color3) !important;
  color: #FFFFFF !important;
}

.d3_border {
  border-color: var(--main-color3) !important;
}

a {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .table-smxs th, .table-smxs td {
    display: block;
    width: 100% !important;
  }
  .table-smxs th {
    border-bottom: none;
  }
  .table-smxs td {
    border-top: none;
  }
}

.animate__animated {
  visibility: hidden;
}
.animate__animated.action {
  visibility: visible;
}

/*ドロワー*/
.l-drawer {
  --drawer-width:760px;
  --icon-space:10px;
  position: relative;
  display: flex;
  justify-content: center;
}
.l-drawer__checkbox {
  display: none;
}
.l-drawer__icon {
  cursor: pointer;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  aspect-ratio: 1/1;
  top: 0;
  right: 0;
  background: var(--main-color);
}
@media (max-width: 991.98px) {
  .l-drawer__icon {
    width: 60px;
  }
}
.l-drawer__icon-parts, .l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  background-color: #FFFFFF;
  display: block;
  width: 45%;
  height: 2px;
  margin: auto;
}
.l-drawer__icon-parts {
  position: relative;
}
.l-drawer__icon-parts:before, .l-drawer__icon-parts:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: " ";
  width: 100%;
}
.l-drawer__icon-parts:before {
  top: -20px;
}
.l-drawer__icon-parts:after {
  bottom: -20px;
}
@keyframes roop_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.l-drawer__icon-text {
  position: absolute;
  color: var(--main-color);
  font-size: 0.875rem;
  text-shadow: 1px 1px 0px #FFFFFF, -1px 1px 0px #FFFFFF, 1px -1px 0px #FFFFFF, -1px -1px 0px #FFFFFF, 1px 0px 0px #FFFFFF, 0px 1px 0px #FFFFFF, -1px 0px 0px #FFFFFF, 0px -1px 0px #FFFFFF;
  text-align: center;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: roop_rotate 15s linear infinite;
}
.l-drawer__icon-text.animation-stop {
  animation-play-state: paused;
}
@media (max-width: 767.98px) {
  .l-drawer__icon-text {
    font-size: 0.75rem;
  }
}
.l-drawer__icon-text span {
  position: absolute;
  height: 100%;
  line-height: 1em;
  transform-origin: center bottom; /* 回転の基準点 */
}
.l-drawer__icon-text span:nth-child(1) {
  transform: translate(-50%, -1.4em) rotate(-22.5deg);
}
.l-drawer__icon-text span:nth-child(2) {
  transform: translate(-50%, -1.4em) rotate(-7.5deg);
}
.l-drawer__icon-text span:nth-child(3) {
  transform: translate(-50%, -1.4em) rotate(7.5deg);
}
.l-drawer__icon-text span:nth-child(4) {
  transform: translate(-50%, -1.4em) rotate(22.5deg);
}
.l-drawer__overlay {
  background: color-mix(in srgb, #000 30%, transparent);
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
}
.l-drawer__overlay::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: var(--main-color2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-drawer__overlay::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: var(--main-color3);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.l-drawer__overlay-contents {
  width: 100%;
  height: 100%;
  max-width: var(--menu-width);
  background: var(--main-color);
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-drawer__menu {
  visibility: hidden;
  max-width: 100%;
  width: 760px;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transform: translateX(100vw);
  padding: 0 0;
  background: var(--main-color);
}
.l-drawer__menu .navgation {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 100svh;
  padding: 1em 3em;
  overflow-x: hidden;
  transition: 0.3s;
}
.l-drawer__menu .navgation-nav {
  display: flex;
  flex-direction: column;
  row-gap: 2.5em;
}
@media (max-width: 1199.98px) {
  .l-drawer__menu .navgation-nav {
    row-gap: 2em;
  }
}
@media (max-height: 700px) {
  .l-drawer__menu .navgation-nav {
    margin-top: 50px;
  }
}
.l-drawer__menu .navgation-link {
  display: flex;
  flex-direction: column;
  row-gap: 0.25em;
  position: relative;
  width: 100%;
  padding: 0;
  color: #FFFFFF;
  font-size: 1.25rem;
  --trans-time:0.3s;
}
@media (max-width: 991.98px) {
  .l-drawer__menu .navgation-link {
    font-size: 1.125rem;
  }
}
.l-drawer__menu .navgation-link-text {
  margin: 0;
  font-weight: 500;
}
.l-drawer__menu .navgation-link-eng {
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1em;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1199.98px) {
  .l-drawer__menu .navgation-link-eng {
    font-size: 2.1875rem;
  }
}
.l-drawer__menu .navgation-link .arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  left: 93%;
  transition: 0.5s;
}
.l-drawer__menu .navgation-link .arrow::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  content: "";
}
.l-drawer__menu .navgation-link .arrow::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 1px;
  height: 13px;
  background-color: #FFFFFF;
  content: "";
  transform: rotate(-43deg);
  transform-origin: right bottom;
}
.l-drawer__menu .navgation-link:hover, .l-drawer__menu .navgation-link:active {
  transition: var(--trans-time);
}
.l-drawer__menu .navgation-link:hover .arrow, .l-drawer__menu .navgation-link:active .arrow {
  transform: translateX(15px);
}
.l-drawer__icon {
  z-index: 100;
}
.l-drawer__menu {
  z-index: 99;
}
.l-drawer__overlay {
  z-index: 98;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
  background: transparent;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
  transform: rotate(-45deg);
  top: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
  transform: rotate(45deg);
  bottom: 0;
}
.l-drawer__checkbox:checked ~ .l-drawer__overlay {
  opacity: 1;
  pointer-events: auto;
  touch-action: none;
}
.l-drawer__checkbox:checked ~ .drawer_logo {
  visibility: visible;
}
.l-drawer__icon, .l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay, .l-drawer__menu {
  transition: all 0.5s;
}

@keyframes right_move1 {
  0% {
    visibility: visible;
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
    visibility: visible;
  }
}
#drawer_menu.right_move1 {
  animation-name: right_move1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes right_move2 {
  0% {
    visibility: visible;
    transform: translateX(0);
  }
  100% {
    transform: translateX(100vw);
  }
}
#drawer_menu.right_move2 {
  animation-name: right_move2;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.drawer_logo {
  visibility: hidden;
  position: fixed;
  top: 30px;
  left: 20px;
  z-index: 100;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .drawer_logo {
    top: 20px;
    left: 10px;
  }
}

.img_fit {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.img_fit-back {
  display: block;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}
.img_fit-back.logo_img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.img_fit-back.fit_auto {
  aspect-ratio: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.img_fit-space {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 0.5em;
}
.img_fit-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #FFFFFF;
  font-size: 1.875rem;
  font-weight: bolder;
  letter-spacing: 0.05em;
}
.img_fit.back_opacity:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  transition: 0.3s;
}
.img_fit.img_link:hover::after, .img_fit.img_link:active::after, .img_fit.img_link:focus::after {
  opacity: 0;
}

.swiper-wrapper {
  padding-bottom: 50px;
}
.swiper-slide {
  height: auto !important;
}
/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 0.5s;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader, .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.2);
  border-right: 1.1em solid rgba(0, 0, 0, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
  border-left: 1.1em solid #999999;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[data-target-mask] {
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-property: clip-path;
  transition-delay: 0.2s;
  visibility: hidden;
}
[data-target-mask][data-top] {
  clip-path: inset(99.99% 0 0 0);
}
[data-target-mask][data-left] {
  clip-path: inset(0 0 0 99.99%);
}
[data-target-mask][data-right] {
  clip-path: inset(0 99.99% 0 0);
}
[data-target-mask][data-bottom] {
  clip-path: inset(0 0 99.99% 0);
}
[data-target-mask].action {
  visibility: visible !important;
  opacity: 1 !important;
  clip-path: inset(0);
}
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

.blog-main {
  padding-left: 4%;
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .blog-main {
    padding-left: 0;
  }
}
.blog-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .blog-title {
    font-size: 1.875rem;
  }
}
.blog-date {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
}

.side_category {
  --side_left: 30%;
}
@media (max-width: 1399.98px) {
  .side_category {
    --side_left: 10%;
  }
}
@media (max-width: 1199.98px) {
  .side_category {
    --side_left: 5%;
  }
}
.side_category-head {
  padding-left: var(--side_left);
}
.side_category-title {
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1em;
  margin: 0;
}
.side_category-sub {
  font-size: 1.0625rem;
  font-weight: 500;
  margin: 0;
}
.side_category-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--main-color);
}
.side_category-list a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  border-bottom: 1px solid var(--main-color);
  padding: 1.5em 0;
  padding-left: var(--side_left);
}
@media (max-width: 1399.98px) {
  .side_category-list a {
    font-size: 1.125rem;
  }
}
@media (max-width: 991.98px) {
  .side_category-list a {
    font-size: 1.25rem;
  }
}
.side_category-list a span {
  transition: 0.3s;
  position: relative;
  width: 40px;
  margin-left: auto;
  margin-right: 20px;
  transition: 0.5s;
}
.side_category-list a span::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--main-color);
  content: "";
}
.side_category-list a span::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 1px;
  height: 11px;
  background-color: var(--main-color);
  content: "";
  transform: rotate(-43deg);
  transform-origin: right bottom;
}
.side_category-list a:hover span {
  transform: translateX(20px);
}

.news_list-link {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  height: 100%;
  box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
  padding: 1em;
}
.news_list-link:hover .img_fit img, .news_list-link:active .img_fit img {
  transform: scale(1.2);
}
.news_list-link .img_fit {
  aspect-ratio: 190/135;
}
.news_list-link .img_fit img {
  transition: 0.3s;
}
.news_list-space {
  padding: 1.5em 0 1em;
}
.news_list-date {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: #000000;
}
.news_list-title {
  line-height: 1.4em;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: #000000;
}