@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Rubik:wght@300..900&family=Zen+Maru+Gothic&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
}

body {
  line-height: 1.2;
  font-size: 22px;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #040404;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}

img {
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

header {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
}
@media screen and (max-width: 768px) {
  header {
    height: 44px;
  }
}
header a {
  display: block;
  transition: 0.3s;
}
header a:hover {
  opacity: 0.7;
}
header .inner {
  max-width: 1530px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .inner {
    padding: 0 15px;
  }
}
header .logo {
  width: 94px;
}
@media screen and (max-width: 768px) {
  header .logo {
    width: 46.5px;
  }
}
header .btns {
  display: flex;
  justify-content: space-between;
  gap: 34px;
}
header .btns .sns {
  display: flex;
  gap: 21px;
}
@media screen and (max-width: 768px) {
  header .btns .sns {
    display: none;
  }
}
header .btns .sns .music {
  width: 25px;
}
header .btns .sns .insta {
  width: 27px;
}
header .btns .sns .x {
  width: 27px;
}
header .btns .sns .tiktok {
  width: 24px;
}
header .btns .sns .youtube {
  width: 39px;
}
header .nav-btn {
  width: 74px;
  height: 26px;
  position: relative;
  z-index: 9999;
}
header .nav-btn:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  header .nav-btn {
    width: 37px;
    height: 13.5px;
  }
}
header .nav-btn span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-bottom: 2px solid #333;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  header .nav-btn span {
    border-bottom: 1px solid #333;
    height: 1px;
  }
}
header .nav-btn span:before, header .nav-btn span:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  border-bottom: 1px solid #333;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  header .nav-btn span:before, header .nav-btn span:after {
    height: 0.5px;
    border-bottom: 0.5px solid #333;
  }
}
header .nav-btn span:before {
  top: -12px;
}
@media screen and (max-width: 768px) {
  header .nav-btn span:before {
    top: -6px;
  }
}
header .nav-btn span::after {
  bottom: -12px;
}
@media screen and (max-width: 768px) {
  header .nav-btn span::after {
    bottom: -6px;
  }
}
header .nav-btn.close span {
  border-bottom: 1px solid transparent;
}
header .nav-btn.close span:before {
  top: 0;
  transform: rotate(18deg);
}
header .nav-btn.close span:after {
  top: 0;
  transform: rotate(-18deg);
}
header .nav {
  position: fixed;
  width: 75vw;
  height: 100vh;
  top: 0;
  right: 0;
  background: #fff;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 70px 0 0 40px;
  z-index: 9998;
  transform: translateX(75vw);
  transition: 1s 0.3s;
}
header .nav.open {
  transform: translateX(0);
}
header .nav__list {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  header .nav__list {
    margin-bottom: 40px;
  }
}
header .nav__list li {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  header .nav__list li {
    margin-bottom: 20px;
  }
}
header .nav__list a {
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  header .nav__list a {
    font-size: 18px;
  }
}
header .nav .sns {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  header .nav .sns .music {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  header .nav .sns .insta {
    width: 26px;
  }
}
@media screen and (max-width: 768px) {
  header .nav .sns .x {
    width: 26px;
  }
}
@media screen and (max-width: 768px) {
  header .nav .sns .tiktok {
    width: 23px;
  }
}
@media screen and (max-width: 768px) {
  header .nav .sns .youtube {
    width: 32.5px;
  }
}

footer {
  background-color: #333;
  color: #fff;
  padding: 10px 0;
}
footer a {
  display: block;
  transition: 0.3s;
}
footer a:hover {
  opacity: 0.7;
}
footer .inner {
  /*display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;*/
  max-width: 1140px;
  margin: 0 auto;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  footer .inner {
    /*display: block;*/
    position: relative;
  }
}
footer .logo {
  width: 269px;
}
@media screen and (max-width: 768px) {
  footer .logo {
    position: absolute;
    width: 50%;
    right: 35px;
    bottom: 95px;
    max-width: 189px;
  }
}
footer .menu__list {
  display: flex;
  margin: 40px 0 30px;
  gap: 1em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  footer .menu__list {
    flex-direction: column;
    padding-left: 40px;
    gap: 20px;
  }
}
footer .menu__list a {
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  footer .menu__list a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  footer .menu__list a {
    font-size: 14px;
  }
}
footer .sns {
  display: flex;
  gap: 22px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  footer .sns {
    margin-bottom: 25px;
    justify-content: center;
  }
}
footer .sns .music {
  width: 29px;
}
@media screen and (max-width: 768px) {
  footer .sns .music {
    width: 25px;
  }
}
footer .sns .insta {
  width: 31px;
}
@media screen and (max-width: 768px) {
  footer .sns .insta {
    width: 26.5px;
  }
}
footer .sns .x {
  width: 30px;
}
@media screen and (max-width: 768px) {
  footer .sns .x {
    width: 25.5px;
  }
}
footer .sns .tiktok {
  width: 27px;
}
@media screen and (max-width: 768px) {
  footer .sns .tiktok {
    width: 23px;
  }
}
footer .sns .youtube {
  width: 45px;
}
@media screen and (max-width: 768px) {
  footer .sns .youtube {
    width: 36px;
  }
}
footer .copy {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  footer .copy {
    text-align: center;
  }
}

.container {
  max-width: 1530px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

main {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 44px;
  }
}

.rubik {
  font-family: Rubik, "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.ttl {
  font-family: Rubik, "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 50px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ttl {
    font-size: 25px;
  }
}
.ttl-wrapper {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #69b3b9;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .ttl-wrapper {
    padding-bottom: 10px;
  }
}

.arrow-txt {
  font-size: 26px;
  font-family: Rubik, "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .arrow-txt {
    font-size: 13px;
  }
}
.arrow-txt:after {
  display: inline-block;
  content: "";
  width: 54px;
  height: 9px;
  background: url(../img/common/arrow.png) no-repeat center center/contain;
  transform: translateY(-4px);
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .arrow-txt:after {
    width: 27px;
    height: 4.5px;
    transform: translateY(-2px);
  }
}

.category {
  font-size: 16px;
  color: #fff;
  background: #69b3b9;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .category {
    font-size: 11px;
    padding: 2px 5px;
  }
}

.page {
  padding: 60px 0 210px;
}
@media screen and (max-width: 768px) {
  .page {
    padding: 25px 0 60px;
  }
}
.page-ttl {
  font-family: Rubik, "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 70px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-ttl {
    font-size: 30px;
  }
}

.list-layout {
  display: grid;
  grid-template-columns: auto 87.1%;
  grid-template-rows: auto auto;
  gap: 30px 6.8%;
}
@media screen and (max-width: 768px) {
  .list-layout {
    display: block;
  }
}
.list-layout .page-ttl {
  grid-column: 1/3;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .list-layout .page-ttl {
    margin-bottom: 20px;
  }
}
.list-layout .tab {
  grid-column: 1/2;
  grid-row: 2/3;
}
.list-layout .list-area {
  grid-column: 2/3;
  grid-row: 2/3;
}

@media screen and (max-width: 768px) {
  .tab {
    display: flex;
    gap: 20px;
    margin-bottom: 5px;
  }
}
.tab li {
  margin-bottom: 30px;
  font-family: Rubik, "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #515151;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .tab li {
    font-size: 14px;
  }
}
.tab li:hover {
  cursor: pointer;
  opacity: 0.7;
}
.tab li.active {
  color: #040404;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  display: inline-block;
}

.list {
  margin-bottom: 78px;
}
@media screen and (max-width: 768px) {
  .list {
    margin-bottom: 30px;
  }
}
.list__item {
  border-bottom: 1px solid #69b3b9;
  transition: 0.3s;
  position: relative;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .list__item {
    padding: 20px 0;
  }
}
.list__item:hover {
  background: #f1f1f1;
  cursor: pointer;
}
.list__item dl {
  display: flex;
  justify-content: space-between;
  gap: 78px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .list__item dl {
    display: block;
  }
}
.list__date {
  display: flex;
  gap: 37px;
  flex-shrink: 0;
  width: 290px;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .list__date {
    transform: translateY(6px);
  }
}
@media screen and (max-width: 768px) {
  .list__date {
    gap: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.list__txt {
  width: calc(100% - 290px);
  padding-right: 87px;
}
@media screen and (max-width: 768px) {
  .list__txt {
    padding: 0;
    width: 100%;
  }
}
.list__txt__content {
  padding-top: 20px;
  display: none;
}
.list__txt__content p {
  margin-bottom: 1.2em;
}
.list__txt__close {
  position: absolute;
  right: 8px;
  bottom: 20px;
  font-family: Rubik, "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  transition: 0.3s;
  opacity: 0;
  transition: 0.2s;
}
.list__txt__close:hover {
  opacity: 0.7;
  cursor: pointer;
}
.list__txt__close span {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 5px;
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .list__txt__close span {
    width: 10px;
    height: 10px;
    transform: translateY(1px);
  }
}
.list__txt__close span:before, .list__txt__close span:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.list__txt__close span:before {
  transform: rotate(45deg);
}
.list__txt__close span:after {
  transform: rotate(-45deg);
}
.list__ttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .list__ttl {
    font-size: 14px;
    font-weight: 500;
    position: relative;
  }
}
.list__ttl:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-left: 1px solid #151515;
  border-top: 1px solid #151515;
  position: absolute;
  top: 34px;
  right: 8px;
  margin: auto;
  transform: rotate(-135deg);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .list__ttl:before {
    width: 10px;
    height: 10px;
    top: auto !important;
    bottom: 8px;
  }
}
.list__item.open:hover {
  background: none;
  cursor: unset;
}
.list__item.open .list__ttl:before {
  transform: rotate(45deg);
  top: 40px;
}
@media screen and (max-width: 768px) {
  .list__item.open .list__ttl:before {
    bottom: 2px;
  }
}
.list__item.open .list__txt__close {
  opacity: 1;
}
.list__item.new .list__ttl:after {
  display: inline-block;
  content: "NEW";
  color: #b73636;
  font-weight: bold;
  margin-left: 10px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .list__item.new .list__ttl:after {
    font-size: 13px;
    margin-left: 5px;
  }
}

.pager {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .pager {
    justify-self: center;
  }
}
.pager__item {
  margin: 0 7.5px;
}
@media screen and (max-width: 768px) {
  .pager__item {
    margin: 0 10px;
  }
}
.pager__arrow.prev {
  margin-right: 16.5px;
}
@media screen and (max-width: 768px) {
  .pager__arrow.prev {
    margin-right: 8px;
  }
}
.pager__arrow.next {
  margin-left: 16.5px;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .pager__arrow.next {
    margin-left: 8px;
  }
}
.pager__arrow a {
  display: flex !important;
}
.pager a {
  font-weight: bold;
  color: #515151;
  font-size: 20px;
  display: block;
  font-family: Rubik, "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 768px) {
  .pager a {
    font-size: 16px;
  }
}
.pager a:hover {
  cursor: pointer;
}
.pager__item.active a {
  color: #000;
  border-bottom: 1px solid #000;
}

.navigation .screen-reader-text{ display:none !important;}
.nav-links {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .nav-links {
    justify-self: center;
  }
}
.page-numbers {
  margin: 0 7.5px;
}
@media screen and (max-width: 768px) {
  .page-numbers {
    margin: 0 10px;
  }
}
.page-numbers.prev {
  margin-right: 16.5px;
}
@media screen and (max-width: 768px) {
  .page-numbers.prev {
    margin-right: 8px;
  }
}
.page-numbers.next {
  margin-left: 16.5px;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .page-numbers.next {
    margin-left: 8px;
  }
}
.page-numbers a {
  display: flex !important;
}
.nav-links>* {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #515151;
  font-size: 20px;
  font-family: Rubik, "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .nav-links>* {
    font-size: 16px;
  }
}
.nav-links>*:hover {
  cursor: pointer;
}
.nav-links>span {
  color: #000;
  border-bottom: 1px solid #000;
}

.btn {
  background: #040404;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  position: relative;
  padding: 20px 3em 25px 2em;
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 13px 3em 13px 2em;
  }
}
.btn:after {
  display: block;
  content: "";
  width: 13px;
  height: 11px;
  background: url(../img/common/angle-w.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .btn:after {
    right: 15px;
  }
}/*# sourceMappingURL=common.css.map */