@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500;800&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.global_head {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .hero {
    background: url("../img/release_sp.jpg") top center/cover no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    background: url("../img/release.jpg") top center/cover no-repeat;
  }
}

.home .wrap {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .home .wrap {
    margin: 0;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .home .wrap {
    max-width: 1200px;
    width: calc(100% - 45px);
    margin: 0 auto;
    padding: 0;
  }
}
.home .content {
  min-height: calc(100vh - 700px);
}
@media only screen and (max-width: 767px) {
  .home .content {
    margin: 30px 0 40px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .content {
    margin: 70px 0;
    padding: 0;
  }
}
.home .content .tab_container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .home .content .tab_container {
    flex-direction: column;
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .home .content .tab_container {
    margin: 0 0 65px;
  }
}
.home .content .tab_container ul {
  list-style: none;
  display: flex;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .home .content .tab_container ul {
    margin: 0 0 20px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .home .content .tab_container ul {
    margin: 0;
  }
}
.home .content .tab_container ul li {
  text-align: center;
  border-bottom: #e3e3e3 solid 3px;
  height: 43px;
  line-height: 43px;
}
@media only screen and (max-width: 767px) {
  .home .content .tab_container ul li {
    width: 31%;
  }
}
@media only screen and (min-width: 768px) {
  .home .content .tab_container ul li {
    width: 200px;
    margin-right: 18px;
    cursor: pointer;
  }
}
.home .content .tab_container ul li a {
  text-decoration: none;
  color: #666;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .home .content .tab_container ul li a {
    font-size: 0.75rem;
  }
}
.home .content .tab_container ul li a:hover {
  opacity: 0.8;
}
.home .content .tab_container ul .active {
  border-bottom: #0A1945 solid 3px;
  color: #0A1945;
  transition: all 0.2s ease-out;
}
.home .content .tab_container ul .active:hover {
  opacity: 1;
}
.home .content .tab_container ul .active a {
  color: #0A1945;
}
.home .content .tab_container ul .active a:hover {
  opacity: 1;
}
.home .content .tab_container .select_area {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .home .content .tab_container .select_area {
    margin: 10px 0 0;
    justify-content: center;
  }
}
.home .content .tab_container .select_area .select_year {
  position: relative;
}
.home .content .tab_container .select_area .select_year::after {
  position: absolute;
  display: block;
  content: "";
  border: 2px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .home .content .tab_container .select_area .select_year::after {
    top: 14px;
    right: 23px;
    width: 5px;
    height: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .home .content .tab_container .select_area .select_year::after {
    top: 13px;
    right: 18px;
    width: 4px;
    height: 4px;
  }
}
.home .content .tab_container .select_area select {
  width: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  color: #666;
  border: #969696 solid 1px;
  border-radius: 50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .home .content .tab_container .select_area select {
    font-size: 0.85rem;
    width: 240px;
    padding: 9px 0 9px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .home .content .tab_container .select_area select {
    font-size: 0.9rem;
    padding: 7px 75px 7px 15px;
  }
}
.home .content .tab_container .select_area select ::-ms-expand {
  display: none;
}
.home .content .tab_container .select_area select :-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.home .content .tab_container .select_area select option {
  padding: 5px;
}
.home .content .tab_container .select_area p {
  padding: 0;
  font-size: 0.95rem;
  font-weight: bold;
  color: #666;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .home .content .tab_container .select_area p {
    margin: 0 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .home .content .tab_container .select_area p {
    margin: 0 15px 0 0;
  }
}
.home .content .update {
  margin: 0 0 10px;
  padding: 0;
  font-size: 0.85rem;
  text-align: right;
}
.home .content .topics_area {
  display: none;
}
.home .content .topics_area .topics {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: #ccc solid 1px;
}
.home .content .topics_area .topics li {
  margin: 0;
  border-top: #ccc solid 1px;
}
@media only screen and (max-width: 767px) {
  .home .content .topics_area .topics li {
    padding: 20px 5px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .home .content .topics_area .topics li {
    padding: 20px 0 20px 15px;
    display: flex;
  }
}
.home .content .topics_area .topics li a {
  position: relative;
  color: #6b9bc3;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .home .content .topics_area .topics li a {
    margin: 5px 0 0;
    display: block;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .home .content .topics_area .topics li a {
    font-size: 0.95rem;
  }
  .home .content .topics_area .topics li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .home .content .topics_area .info {
    display: flex;
    justify-content: space-between;
    margin: 0 0 -10px;
    font-size: 0.8rem;
  }
}
.home .content .topics_area .date {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .home .content .topics_area .date {
    margin: 0 20px 0 0;
    width: 135px;
    font-size: 0.95rem;
  }
}
.home .content .topics_area .category {
  display: inline-block;
  background: #999;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home .content .topics_area .category {
    margin: 0 0 0 auto;
    font-size: 0.75rem;
    width: 125px;
    height: 17px;
    line-height: 17px;
  }
}
@media only screen and (min-width: 768px) {
  .home .content .topics_area .category {
    margin: 0 40px 0 0;
    font-size: 0.7rem;
    width: 125px;
    height: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home .content .topics_area br {
    line-height: initial;
  }
}
.home .content .topics_area p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .home .content .topics_area p {
    width: 308px;
  }
}
.home .topics_area.active {
  display: block;
}

.article {
  margin: 0 auto;
  display: grid;
}
@media only screen and (max-width: 767px) {
  .article {
    width: calc(100% - 30px);
    padding: 30px 0 50px;
    font-size: 0.95rem;
    gap: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .article {
    max-width: 900px;
    width: calc(100% - 30px);
    padding: 50px 0 70px;
    gap: 60px 0;
  }
}
.article__head {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .article__head {
    margin: 0 0 55px;
  }
}
@media only screen and (min-width: 768px) {
  .article__head {
    margin: 0 0 70px;
  }
}
.article__head--left {
  text-align: left;
}
.article__head--right {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
.article__head p {
  margin: 0;
  letter-spacing: 0.02rem;
}
@media only screen and (max-width: 767px) {
  .article__head p {
    line-height: 1.7;
  }
}
@media only screen and (min-width: 768px) {
  .article__head p {
    line-height: 1.8;
  }
}
.article .header {
  letter-spacing: 0.05rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .article .header {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .article .header {
    font-size: 2rem;
    margin: 0 0 50px;
  }
}
.article .header__sub {
  display: block;
  color: #888;
}
@media only screen and (max-width: 767px) {
  .article .header__sub {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 8px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .article .header__sub {
    font-size: 1.4rem;
    margin: 5px 0 0;
  }
}
.article h2 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .article h2 {
    font-size: 1.3rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .article h2 {
    font-size: 1.7rem;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .article h3 {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .article h3 {
    font-size: 1.3rem;
    margin: 0 0 15px;
  }
}
.article__content {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .article__content {
    gap: 40px 0;
  }
}
@media only screen and (min-width: 768px) {
  .article__content {
    gap: 70px 0;
  }
}
.article__text {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .article__text {
    gap: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .article__text {
    gap: 10px 0;
  }
}
.article__text p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .article__text p {
    line-height: 1.9;
  }
}
@media only screen and (min-width: 768px) {
  .article__text p {
    line-height: 2;
  }
}
.article__text .note {
  color: #666;
}
@media only screen and (min-width: 768px) {
  .article__text .note {
    font-size: 0.85rem;
  }
}
.article__img {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .article__img {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .article__img {
    margin-top: 45px;
  }
}
.article__bg {
  background-color: #f1f1f1;
  padding: 20px;
}
.article__border {
  border: 1px solid #ccc;
  padding: 20px;
}
.article a {
  color: #6b9bc3;
  text-decoration: none;
  word-break: break-all;
}
.article a:hover {
  text-decoration: underline;
}
.article .article-hr {
  width: 100%;
  height: 2px;
  background-color: #efefef;
}

@media only screen and (max-width: 767px) {
  .article-scroll .article-pager {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .article-scroll .article-pager {
    position: fixed;
    left: clamp(12px, 2cqw, 24px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    pointer-events: auto;
  }
  .article-scroll .article-pager--text {
    width: clamp(180px, 22cqw, 280px);
  }
  .article-scroll .article-pager__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 13px 0;
  }
  .article-scroll .article-pager__btn {
    color: #333;
    position: relative;
    letter-spacing: 0.07rem;
    font-weight: 600;
  }
  .article-scroll .article-pager__btn:hover {
    text-decoration: none;
    color: #e60012;
    font-weight: 600;
  }
  .article-scroll .article-pager__btn.is-active {
    color: #e60012;
  }
  .article-scroll .article-pager__label {
    margin: 0;
    min-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    font-feature-settings: "palt";
    font-size: 0.9rem;
  }
  .article-scroll .article__top {
    position: relative;
    min-height: calc(100svh - 200px);
    min-height: calc(100vh - 200px);
  }
  .article-scroll .article__top .header {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
    font-size: 3rem;
  }
  .article-scroll .article h2 {
    font-size: 2.5rem;
  }
  .article-scroll .article__midashi {
    letter-spacing: 0.1rem;
  }
  .article-scroll .article__midashi span {
    color: #e60012;
    display: block;
    letter-spacing: 0;
    font-size: 3.3rem;
    margin-bottom: 10px;
  }
  .article-scroll .article__img img {
    width: 100%;
  }
  .article-scroll .article h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .article-scroll .article__text p {
    font-size: 1.1rem;
  }
  .article-scroll .article__section {
    min-height: 100svh;
    min-height: 100vh;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 850px;
  }
  .article-scroll .article__section .section__inner,
  .article-scroll .article__section > * {
    will-change: opacity, transform;
  }
  .article-scroll .article__section:first-of-type {
    opacity: 1;
    pointer-events: auto;
  }
  .article-scroll footer,
  .article-scroll .footer {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    will-change: opacity, transform;
  }
}
@media (prefers-reduced-motion: reduce) {
  .article-scroll footer,
  .article-scroll .footer {
    transition: none;
  }
}/*# sourceMappingURL=style.css.map */