@charset "UTF-8";

@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  font-optical-sizing: auto;
  font-style: normal;
}

body::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari 対応 */
}

.text-yellow {
  color: #ffff00;
}

.text-pink {
  color: #fa6972;
}

.text__underline {
  text-decoration: underline;
}

.text-bold {
  font-weight: 600;
}

.font-30 {
  font-size: 1.875rem;
}

.font-36 {
  font-size: 2.25rem;
}

a {
  text-decoration: none;
}

.header {
  z-index: 100;
}

.arhcive__elcolumn {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}

.arhcive__elcolumn:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-position: top;
  background-repeat: no-repeat;
  background-position: center center;
  background: url("../img/common/column_back02.webp");
  background-size: cover;
  z-index: -1;
}

.arhcive__elcolumn:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(253, 253, 253, 0.85);
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.el-arhcive__wrapper {
  position: relative;
  margin: 0 auto;
  padding: 4.0625rem 0;
  width: 96%;
  z-index: 10;
}

.el-arhcive__top {
  margin-bottom: 3.125rem;
}

.el-arhcive__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #191919;
  font-size: 1.625rem;
}

.el-arhcive__items__box {
  width: 20rem;
  background-color: #fdfdfd;
  padding: 0.625rem;
  text-decoration: none;
  height: 23.75rem;
  margin: 0 auto 1.25rem;
  -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
}

.el-arhcive__items__img-box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}

.el-arhcive__items__img-box .el-arhcive__items__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

.el-arhcive__items__category {
  display: block;
  background-color: #111;
  color: #fdfdfd;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
  margin-bottom: 0.875rem;
}

.el-arhcive__items__text {
  line-height: 1.5;
  padding-bottom: 1.25rem;
}

aside,
.mod-footer-bnr {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.mod-fixed-contact {
  z-index: 100;
}

.mod-footer-bnr {
  margin-bottom: 0;
  padding-bottom: 5rem;
}

.el-arhcive__bottom {
  margin-top: 2rem;
}

/*******************

swiperカスタム

******************/

.el-arhcive__body {
  position: relative;
}

.el-arhcive__body .splide__arrow--prev,
.el-arhcive__body .splide__arrow--next {
  height: calc(tan(60deg) * 2.6rem / 2);
  width: 2rem;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background: #333;
  border-radius: unset;
}

.el-arhcive__body .splide__arrow--prev::after,
.el-arhcive__body .splide__arrow--next::after {
  content: unset;
}

.el-arhcive__body .splide__arrow--prev {
  left: 6rem;
}

.el-arhcive__body .splide__arrow--next {
  right: 6rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: -0.4rem;
}

.el-arhcive__body .splide__bottom {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: unset;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.el-arhcive__body__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
}

.el-arhcive__body__top .el-arhcive__items__box {
  width: 20rem;
  background-color: #fdfdfd;
  padding: 0.625rem;
  text-decoration: none;
  height: 21.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.keyvisual,
.index-release-info,
.bg,
.mod-search,
.index-kv-btm,
.main,
.footer {
  position: relative;
  z-index: 1;
}

.content__top {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

@media (min-width: 800px) {
  .sp-only {
    display: none !important;
  }

  .sp-only__flex {
    display: none !important;
  }

  .pc-only {
    display: block;
  }

  .pc-only__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .arhcive__elcolumn {
    width: 100%;
    background-attachment: scroll;
  }

  .arhcive__elcolumn:before {
    position: absolute;
    background-position: top;
    height: 100%;
  }

  .arhcive__elcolumn:after {
    position: absolute;
    background-position: top;
  }

  .el-arhcive__top {
    margin-bottom: 50px;
  }

  .el-arhcive__title {
    font-size: 20px;
  }

  .el-arhcive__items__box {
    width: 320px;
    padding: 10px;
    height: 340px;
  }

  .el-arhcive__items__img-box {
    margin-bottom: 16px;
  }

  .el-arhcive__items__category {
    font-size: 14px;
    padding: 4px 12px;
    margin-bottom: 14px;
  }

  .el-arhcive__items__text {
    padding-bottom: 20px;
  }

  .el-arhcive__body .splide__arrow--prev {
    left: -3.5rem;
  }

  .el-arhcive__body .splide__arrow--next {
    right: -3.5rem;
    top: -1.1rem;
  }

  .el-arhcive__body__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }

  .el-arhcive__body__top .el-arhcive__items__box {
    width: 320px;
    padding: 10px;
    height: 340px;
  }
}

@media screen and (min-width: 1000px) {
  .el-arhcive__wrapper {
    padding: 65px 0;
    width: 1100px;
  }
}

@media (max-width: 799px) {
  .sp-only {
    display: block;
  }

  .sp-only__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .pc-only {
    display: none !important;
  }

  .pc-only__flex {
    display: none !important;
  }

  .mod-fixed-contact {
    position: relative;
    background-color: #fff;
  }
}
/*# sourceMappingURL=elcolumn-arhcive_new.css.map */