@charset "UTF-8";
/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
  color: #fff;
  background-color: #0F0F0F;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
}

li {
  list-style: none;
}

section {
  padding-top: 130px;
  padding-bottom: 130px;
}

.inner {
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1310px;
}

.title {
  font-size: 5.6rem;
  color: yellow;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
.title span {
  display: block;
  color: #fff;
  font-size: 2rem;
}

.link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 300px;
  width: 100%;
  height: 60px;
  margin-top: 40px;
  padding-top: 4px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  transition: 0.3s;
}
.link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  display: block;
  width: 26px;
  height: 26px;
  background: url("../img/about_link.svg");
  background-size: cover;
}
.link-btn:hover {
  background-color: #FFF100;
  opacity: 1;
}

.--bold {
  font-weight: 700;
}

.only--desktop {
  display: block;
}

.only--middle {
  display: none;
}

.only--mobile {
  display: none;
}

.title-big {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 80px;
  font-size: 5.866rem;
  color: yellow;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .title-big {
    margin-left: 20px;
  }
}

.title-big span {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  text-align: start;
}

.kv {
  position: relative;
  padding-top: 185px;
  padding-bottom: 227px;
}

.kv__title {
  margin-left: 80px;
}

@media screen and (max-width: 1200px) {
  .kv__title{
    margin-left: 20px;
  }
}

.bread {
  margin-top: 20px;
  margin-left: 80px;
  font-size: 1.4rem;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .bread {
    margin-left: 20px;
  }
}

.bread__list {
  display: flex;
}

.bread__item {
  margin-right: 10px;
}
.bread__item a {
  color: yellow;
  text-decoration: underline;
}
.bread__item::after {
  content: ">";
  margin-left: 10px;
}
.bread__item:last-child::after {
  display: none;
}

.pagination {
  margin-top: 76px;
}

.pagination__list {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
}

.pagination__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-size: 2rem;
  font-weight: 600;
  background-color: #252525;
}
.pagination__item.is-active {
  background-color: yellow;
  color: #000;
}
.pagination__item.--prev, .pagination__item.--next {
  background-color: #E9E8E8;
}
.pagination__item.--prev {
  margin-right: 30px;
}
.pagination__item.--next {
  margin-left: 30px;
}
.pagination__item.--prev::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
}
.pagination__item.--next::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}

@media screen and (max-width: 1200px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .only--middle{
    display: block;
  }
}

@media screen and (max-width: 768px) {
  section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .inner {
    width: 100%;
    padding: 0 20px;
  }
  .only--desktop {
    display: none;
  }
  .only--middle{
    display: block;
  }
  .only--mobile {
    display: block;
  }
  .title-big {
    font-size: 4rem;
    margin-left: 25px;
  }
  .title-big span {
    margin-top: 2px;
    font-weight: 500;
  }
  .bread {
    margin-top: 10px;
    margin-left: 10px;
  }
  .pagination__list {
    gap: 14px;
  }
  .pagination__item {
    width: 34px;
    height: 34px;
    font-size: 1.4rem;
  }
  .pagination__item.--prev {
    margin-right: 0;
  }
  .pagination__item.--next {
    margin-left: 0;
  }
  .pagination__item.--prev::after {
    width: 10px;
    height: 10px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  .pagination__item.--next::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
}
@media screen and (max-width: 500px) {
  .link-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 350px) {
  .pagination__list {
    gap: 10px;
  }
}/*# sourceMappingURL=base.css.map */