@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@400;500;600;700&family=Roboto+Mono:wght@400;500;600;700&display=swap");
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

html {
  overflow-y: scroll;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select,
input,
textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

a:hover,
a:active {
  outline: none;
}

small {
  font-size: 85%;
}

strong,
th {
  font-weight: bold;
}

td,
td img {
  vertical-align: top;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

button,
input,
select,
textarea {
  margin: 0;
}

button {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.ie6 html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

body,
select,
input,
textarea {
  color: #333;
}

/* ::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;} */
strong {
  font-weight: bold;
}

img {
  width: 100%;
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  line-height: 1.7;
  font-size: 16px;
}
@media (max-width: 760px) {
  body {
    font-size: 14px;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1080px;
}
@media (max-width: 1080px) {
  .inner {
    padding: 0 20px;
  }
}
@media (max-width: 760px) {
  .inner {
    padding: 0 20px;
  }
}

a {
  color: #222;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  display: inline-block;
  cursor: pointer;
}
a:hover {
  color: #222;
}

li {
  list-style: none;
}

@media (max-width: 760px) {
  .pc-only {
    display: none;
  }
}

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
}

.header-inner {
  height: 70px;
  line-height: 70px;
  display: flex;
  align-items: center;
}
@media (max-width: 760px) {
  .header-inner {
    height: 50px;
    line-height: 50px;
  }
}

.header-logo img {
  width: 160px;
}
@media (max-width: 760px) {
  .header-logo img {
    width: 110px;
  }
}

.header-nav {
  margin-left: auto;
}
@media (max-width: 760px) {
  .header-nav {
    display: none;
  }
}

.header-nav__list {
  display: flex;
  align-items: center;
}

.header-nav__item:not(:first-child) {
  margin-left: 25px;
}

.header-nav__link {
  color: #fff;
  font-family: "Roboto Mono", monospace;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.header-nav__link:hover {
  color: #fff;
  opacity: 0.7;
}

.kasou-header {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.kasou-header a {
  color: #222;
}
.kasou-header a:hover {
  color: #222;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 5;
  color: #fff;
}

.footer-inner {
  display: flex;
  padding: 0 20px 10px;
}
@media (max-width: 760px) {
  .footer-inner {
    align-items: center;
  }
}

.footer-item a {
  font-family: "Roboto Mono", monospace;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 760px) {
  .footer-item a {
    font-size: 10px;
  }
}

.footer-copyright {
  margin-left: auto;
  font-family: "Roboto Mono", monospace;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 760px) {
  .footer-copyright {
    font-size: 10px;
  }
}

.kasou-footer {
  position: static;
  bottom: auto;
  left: auto;
  padding-top: 80px;
}
@media (max-width: 760px) {
  .kasou-footer {
    padding-top: 40px;
  }
}
.kasou-footer .footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 0 20px;
}
@media (max-width: 1080px) {
  .kasou-footer .footer-inner {
    padding: 0 20px 20px;
  }
}
@media (max-width: 760px) {
  .kasou-footer .footer-inner {
    padding: 0 20px 10px;
  }
}
.kasou-footer .footer-item a,
.kasou-footer .footer-copyright {
  color: #222;
}

.c-ttl {
  font-size: 36px;
  text-align: center;
  font-family: "Roboto Mono", monospace;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 760px) {
  .c-ttl {
    font-size: 24px;
  }
}

.c-btn {
  margin-top: 80px;
}
@media (max-width: 760px) {
  .c-btn {
    margin-top: 40px;
  }
}

.c-btn__link {
  max-width: 300px;
  margin: 0 auto;
  display: block;
  color: #fff;
  background: #222;
  border-radius: 50px;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
  border: 1px solid #222;
  letter-spacing: 0.05em;
}
@media (max-width: 760px) {
  .c-btn__link {
    max-width: 220px;
    padding: 8px 0;
  }
}
.c-btn__link:hover {
  color: #222;
  background: #fff;
}

.c-btn__live {
	margin-top: 40px;
}

@media (max-width: 760px) {
  .c-btn__live {
	  margin-top: 30px;
  }
}

.c-sec {
  margin-top: 70px;
  padding: 80px 0;
}
@media (max-width: 760px) {
  .c-sec {
    margin-top: 50px;
    padding: 40px 0;
  }
}

.c-sns__list {
  margin: 10px 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-sns__item {
  max-width: 20px;
}
.c-sns__item:not(:first-child) {
  margin-left: 25px;
}
.c-sns__item:hover {
  opacity: 0.7;
}

.c-hidden {
  visibility: hidden;
}

.mv {
  background: #000;
}

.mv-content {
  position: relative;
}

.mv-list {
  width: 100%;
  height: 100%;
}

.mv-item {
  position: relative;
  width: 100vw;
  height: 100vh;
}
@media (max-width: 760px) {
  .mv-item {
    height: 100dvh;
  }
}

.mv-img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-color: #222;
}
@media (max-width: 760px) {
  .mv-img {
    height: 100dvh;
  }
}
.mv-img.is-click {
  display: none;
}

.mv-start {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/icon-play.svg) no-repeat center center/contain;
}
@media (max-width: 760px) {
  .mv-start {
    width: 70px;
    height: 70px;
  }
}

.mv-clickable {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50%;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 760px) {
  .mv-clickable {
    height: 12%;
    top: 59.5%;
  }
}


.yt-container-w {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.yt-container-w iframe {
  box-sizing: border-box;
  height: 56.25vw; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh; /* 16:9 の幅なので 177.77% (= 16 ÷ 9) */
}

.yt-container {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  z-index: 1;
  display: none;
}
.yt-container.is-click {
  display: block !important;
}
@media (max-width: 760px) {
  .yt-container {
    padding: 50px 0;
    height: 100dvh;
  }
}

.mv-wrap .swiper .swiper-pagination {
  width: fit-content;
  bottom: 70px;
  right: 80px;
  left: auto;
  font-size: 32px;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
}
@media (max-width: 760px) {
  .mv-wrap .swiper .swiper-pagination {
    font-size: 24px;
    right: 20px;
    bottom: 50px;
    letter-spacing: 0.1em;
  }
}
.mv-wrap .swiper .swiper-pagination-current,
.mv-wrap .swiper .swiper-pagination-total {
  padding: 0 5px;
}
@media (max-width: 760px) {
  .mv-wrap .swiper .swiper-pagination-current,
  .mv-wrap .swiper .swiper-pagination-total {
    padding: 0;
  }
}
.mv-wrap .swiper .swiper-button__prev,
.mv-wrap .swiper .swiper-button__next {
  position: absolute;
  bottom: 81px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  z-index: 100;
  display: block;
  cursor: pointer;
}
@media (max-width: 760px) {
  .mv-wrap .swiper .swiper-button__prev,
  .mv-wrap .swiper .swiper-button__next {
    width: 25px;
    height: 25px;
    bottom: 60px;
    border: none;
	  display: none;
  }
}
.mv-wrap .swiper .swiper-button__prev {
  right: 152px;
  background: url(../img/arrow-wh-l.svg) no-repeat center center/18px 18px;
}
@media (max-width: 760px) {
  .mv-wrap .swiper .swiper-button__prev {
    right: 0;
    left: 20px;
    background: url(../img/arrow-wh-l-sp.svg) no-repeat center center/25px 20px;
  }
}
.mv-wrap .swiper .swiper-button__next {
  right: 40px;
  background: url(../img/arrow-wh-r.svg) no-repeat center center/18px 18px;
}
@media (max-width: 760px) {
  .mv-wrap .swiper .swiper-button__next {
    right: 20px;
    background: url(../img/arrow-wh-r-sp.svg) no-repeat center center/25px 20px;
  }
}

.mv-info {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7%;
}
.mv-info .c-sns__list {
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .mv-info {
    bottom: 21%;
  }
}

.mv-name {
  font-size: 52px;
  text-align: center;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 760px) {
  .mv-name {
    font-size: 40px;
  }
}
.mv-name:hover {
  color: #fff;
  opacity: 0.8;
}

/*==========
drawer
============================*/
.drawer-icon,
.drawer-fixed {
  position: fixed;
  width: 28px;
  height: 12px;
  top: 20px;
  right: 20px;
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media (max-width: 760px) {
  .drawer-icon,
  .drawer-fixed {
    display: block;
  }
}
.drawer-icon.is-active .drawer-icon_bar1,
.drawer-fixed.is-active .drawer-icon_bar1 {
  transform: rotate(-45deg);
  top: 4px;
  background: #fff;
}
.drawer-icon.is-active .drawer-icon_bar3,
.drawer-fixed.is-active .drawer-icon_bar3 {
  transform: rotate(45deg);
  top: 4px;
  background: #fff;
}

.drawer-icon_bars {
  width: 28px;
  height: 12px;
  display: block;
  position: relative;
}

.kasou-drawer__bars .drawer-icon_bar1,
.kasou-drawer__bars .drawer-icon_bar3 {
  background: #222;
}

.drawer-icon_bar1,
.drawer-icon_bar3 {
  position: absolute;
  width: 28px;
  height: 2px;
  background: #fff;
  border-radius: 5px;
  top: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.drawer-icon_bar1.color-change,
.drawer-icon_bar3.color-change {
  background: #222;
}

.drawer-icon_bar1 {
  top: 0;
}

.drawer-icon_bar3 {
  top: 10px;
}

.drawer-content {
  width: 100%;
  max-width: 375px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #000;
  z-index: 299;
  transform: translateX(105%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  padding: 13px 20px 0;
  display: none;
}
.drawer-content.is-active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 760px) {
  .drawer-content {
    display: block;
  }
}

.drawer-content-bg {
  z-index: 298;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.drawer-content-bg.is-active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 760px) {
  .drawer-content-bg {
    display: block;
  }
}

.drawer-content_items {
  padding-top: 30px;
}

.drawer-logo img {
  width: 110px;
}

.drawer-content_item {
  font-size: 18px;
  text-align: left;
}
.drawer-content_item a {
  color: #fff;
  display: block;
  padding: 10px 0;
  font-weight: bold;
  font-family: "Roboto Mono", monospace;
  letter-spacing: 0.1em;
}

.policy-heading {
  font-weight: 400;
  margin-bottom: 80px;
}
@media (max-width: 760px) {
  .policy-heading {
    margin-bottom: 40px;
  }
}

.policy-item:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 760px) {
  .policy-item:not(:first-child) {
    margin-top: 20px;
  }
}

.policy-ttl {
  font-size: 18px;
  padding-bottom: 20px;
  border-bottom: 0.5px solid #222;
}
@media (max-width: 760px) {
  .policy-ttl {
    font-size: 14px;
    padding-bottom: 10px;
  }
}

.policy-content {
  margin-top: 20px;
}
@media (max-width: 760px) {
  .policy-content {
    margin-top: 10px;
  }
}

.policy-list {
  margin-top: 30px;
  margin-left: 24px;
}
@media (max-width: 760px) {
  .policy-list {
    margin-top: 24px;
    margin-left: 16px;
  }
}
.policy-list li {
  list-style: disc;
}

.about-wrap {
  margin-top: 80px;
  display: flex;
  align-items: center;
}
@media (max-width: 760px) {
  .about-wrap {
    margin-top: 40px;
    display: block;
  }
}

.about-left {
  width: 390px;
}
@media (max-width: 1080px) {
  .about-left {
    width: 300px;
  }
}
@media (max-width: 760px) {
  .about-left {
    width: 50%;
    margin: 0 auto;
  }
}

.about-right {
  width: calc(100% - 390px);
  padding-left: 60px;
}
@media (max-width: 1080px) {
  .about-right {
    width: calc(100% - 300px);
    padding-left: 30px;
  }
}
@media (max-width: 760px) {
  .about-right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
    width: 100%;
  }
}

.about-heading {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 760px) {
  .about-heading {
    font-size: 20px;
    text-align: center;
  }
}

.about-txt {
  margin-top: 20px;
}

.company {
  padding-bottom: 80px;
}
@media (max-width: 760px) {
  .company {
    padding-bottom: 40px;
  }
}

.company-item {
  padding: 30px 40px;
  display: flex;
  border-top: 1px solid #222;
}
@media (max-width: 760px) {
  .company-item {
    padding: 15px 10px;
  }
}
.company-item:last-child {
  border-bottom: 1px solid #222;
}
.company-item dt {
  width: 230px;
}
@media (max-width: 760px) {
  .company-item dt {
    width: 110px;
  }
}
.company-item dd {
  width: calc(100% - 230px);
  padding-left: 20px;
}
@media (max-width: 760px) {
  .company-item dd {
    width: calc(100% - 110px);
    padding-left: 10px;
  }
}

.archive-wrap {
  margin-top: 60px;
}
@media (max-width: 760px) {
  .archive-wrap {
    margin-top: 40px;
  }
}

@media (max-width: 760px) {
  .archive-inner {
    padding: 0;
  }
}

.archive-options {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  align-items: center;
}

.archive-option:not(:first-child) {
  margin-left: 60px;
}
@media (max-width: 760px) {
  .archive-option:not(:first-child) {
    margin-left: 30px;
  }
}

.archive-option__link {
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto Mono", monospace;
  position: relative;
  letter-spacing: 0.05em;
  display: block;
}
@media (max-width: 760px) {
  .archive-option__link {
    font-size: 16px;
  }
}
.archive-option__link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
.archive-option__link:hover::after {
  background: #222;
}
.archive-option__link.is-active::after {
  background: #222;
}

.archive-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 760px) {
  .archive-list {
    display: block;
  }
}

.archive-item {
	width: calc(33.3333% - 16.6666666667px);
  transition: none;
}
.archive-item:not(:nth-child(3n+1)) {
  margin-left: 25px;
}
@media (max-width: 760px) {
  .archive-item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
.archive-item:nth-child(n+4) {
  margin-top: 40px;
}
@media (max-width: 760px) {
  .archive-item:nth-child(n+4) {
    margin-top: 0;
  }
}
@media (max-width: 760px) {
  .archive-item {
    width: 100%;
  }
  .archive-item:not(:first-child) {
    margin-top: 40px;
  }
}
.archive-item:hover {
  opacity: 0.7;
}
.archive-item:hover .archive-img img {
  transform: scale(1.1);
}

@media (max-width: 760px) {
  .archive-content {
    padding: 0 20px;
  }
}

.archive-heading {
  font-size: 21px;
  text-align: center;
  font-family: "Roboto Mono", monospace;
}
@media (max-width: 1080px) {
  .archive-heading {
    font-size: 20px;
  }
}

.archive-img {
  overflow: hidden;
	margin: 10px 0;
}
@media (max-width: 760px) {
  .archive-img {
    margin-top: 10px;
  }
}
.archive-img img {
  transition: all 0.3s ease 0s;
}

@media (max-width: 1080px) {
  .archive-txt {
    font-size: 14px;
  }
}

.producer-item:hover {
  opacity: 1;
}
.producer-item:hover .producer-img img {
  filter: grayscale(0%);
}

.producer-img {
  margin-bottom: 5px;
}
@media (max-width: 760px) {
  .producer-img {
    margin-bottom: 10px;
  }
}
.producer-img img {
  filter: grayscale(100%);
  transition: all 0.3s ease 0s;
}

.profile-wrap {
  margin-top: 80px;
}
@media (max-width: 760px) {
  .profile-wrap {
    margin-top: 40px;
  }
}

.profile-head {
  display: flex;
  align-items: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
@media (max-width: 760px) {
  .profile-head {
    display: block;
    box-shadow: none;
  }
}

.profile-img {
  width: 50%;
}
@media (max-width: 760px) {
  .profile-img {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .profile-logo {
    display: none;
  }
}

.profile-imgOnly {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .profile-imgOnly {
    width: 100%;
  }
}

.profile-groupImg {
  width: 100%;
}

.profile-content {
  margin-top: 40px;
}
@media (max-width: 760px) {
  .profile-content {
    margin-top: 30px;
  }
}

.profile-ttl {
  font-size: 36px;
  text-align: center;
}
@media (max-width: 760px) {
  .profile-ttl {
    font-size: 24px;
    line-height: 1;
  }
}

.profile-txt {
  margin: 20px 0;
  text-align: center;
}
@media (max-width: 760px) {
  .profile-txt {
    text-align: left;
  }
}

.profile-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.profile-item {
	width: calc(33.3333% - 26.6666666667px);
}
.profile-item:not(:nth-child(3n+1)) {
  margin-left: 40px;
}
@media (max-width: 760px) {
  .profile-item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
.profile-item:nth-child(n+4) {
  margin-top: 40px;
}
@media (max-width: 760px) {
  .profile-item:nth-child(n+4) {
    margin-top: 0;
  }
}
@media (max-width: 760px) {
  .profile-item {
    width: calc(50% - 10px);
  }
  .profile-item:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
  .profile-item:nth-child(n+3) {
    margin-top: 30px;
  }
}

.profile-name {
  margin-top: 5px;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 760px) {
  .profile-name {
    font-size: 16px;
  }
}

/* nova */
.nova-item {
  width: calc(25% - 25px * 3 / 4);
}

.nova-item:not(:nth-child(3n + 1)) {
  margin-left: 0;
}

.nova-item:not(:nth-child(4n + 1)) {
  margin-left: 25px;
}

.nova-item:nth-child(n + 4) {
  margin-top: 0;
}

.nova-item:nth-child(n + 5) {
  margin-top: 25px;
}

@media (max-width: 760px) {
  .nova-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .nova-item:not(:nth-child(4n + 1)) {
    margin: 25px auto 0;
  }

  .nova-item:not(:nth-child(3n + 1)) {
    margin: 25px auto 0;
  }

  .nova-item:nth-child(n + 5) {
    margin: 25px auto 0;
  }
}

.news-wrap {
  margin: 60px auto 0;
  max-width: 900px;
}
@media (max-width: 760px) {
  .news-wrap {
    margin: 25px auto 0;
  }
}

.news-item {
  width: 100%;
  padding: 20px 10px;
  border-bottom: 1px solid #222;
  display: block;
}
.news-item:hover {
  background: #F5F5F5;
}
@media (max-width: 760px) {
  .news-item {
    padding: 15px 0;
  }
}

.info-published {
  display: inline-block;
}
@media (max-width: 760px) {
  .info-published {
    font-size: 12px;
  }
}

.news-ttl {
  margin-top: 10px;
  font-weight: bold;
}

.pagination {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #222;
  display: block;
  text-align: center;
}
@media (max-width: 760px) {
  .page-numbers {
    width: 28px;
    height: 28px;
    line-height: 27px;
    font-size: 12px;
  }
}
.page-numbers:not(:first-child) {
  margin-left: 15px;
}

.prev,
.next {
  border: none;
  position: relative;
}
.prev::after,
.next::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 16px;
}

.prev::after {
  background: url(../img/arrow-bk-l.svg) no-repeat center center/contain;
}

.next::after {
  background: url(../img/arrow-bk-r.svg) no-repeat center center/contain;
}

.current {
  background: #222;
  color: #fff;
}

.single-wrap {
  margin: 80px auto 0;
	max-width: 750px;
}
@media (max-width: 760px) {
  .single-wrap {
    margin: 40px auto 0;
  }
}

.single-meta {
  padding-bottom: 20px;
  border-bottom: 1px solid #222;
  margin-bottom: 40px;
}
@media (max-width: 760px) {
  .single-meta {
    margin-bottom: 20px;
  }
}

.single-ttl {
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 760px) {
  .single-ttl {
    font-size: 20px;
    margin-top: 10px;
  }
}

.single-content p {
  margin-top: 20px;
}
@media (max-width: 760px) {
  .single-content p {
    margin-top: 10px;
  }
}
.single-content h1 {
  font-size: 24px;
  padding-left: 20px;
  border-left: 5px solid #222;
  margin: 40px 0 20px;
}
@media (max-width: 760px) {
  .single-content h1 {
    font-size: 20px;
    margin: 20px 0 10px;
  }
}
.single-content h2 {
  font-size: 18px;
  padding-left: 35px;
  position: relative;
  margin: 20px 0;
}
@media (max-width: 760px) {
  .single-content h2 {
    font-size: 16px;
    padding-left: 25px;
    margin: 10px 0;
  }
}
.single-content h2::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 5px;
  background: #222;
	transform: translateY(-50%);
}
@media (max-width: 760px) {
  .single-content h2::after {
    width: 15px;
    height: 3px;
  }
}
.single-content h3 {
  margin: 20px 0;
}
@media (max-width: 760px) {
  .single-content h3 {
    margin: 10px 0;
  }
}

.contact-wrap {
  margin: 80px auto 0;
  max-width: 900px;
  background: rgba(34, 34, 34, 0.05);
  padding: 40px 50px;
}
@media (max-width: 760px) {
  .contact-wrap {
    margin-top: 40px;
    padding: 20px;
  }
}

.cnt-item:not(:first-child) {
  margin-top: 20px;
}

.cnt-item__ttl {
  font-weight: bold;
}

.required {
  position: relative;
  width: fit-content;
}
.required::after {
  position: absolute;
  content: "※";
  font-size: 12px;
  font-weight: bold;
  color: red;
  top: 2px;
  right: -14px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 760px) {
  .required::after {
    font-size: 10px;
    right: -11px;
  }
}

.cnt-item__input {
  margin-top: 10px;
}
@media (max-width: 760px) {
  .cnt-item__input {
    margin-top: 5px;
  }
}
.cnt-item__input [type=text],
.cnt-item__input [type=email],
.cnt-item__input textarea {
  width: 100%;
  border: 1px solid rgba(34, 34, 34, 0.25);
  background: #fff;
  border-radius: 0;
  appearance: none;
  outline: none;
  height: 50px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 3px 10px;
}
@media (max-width: 760px) {
  .cnt-item__input [type=text],
  .cnt-item__input [type=email],
  .cnt-item__input textarea {
    height: 40px;
    font-size: 14px;
  }
}
.cnt-item__input textarea {
  min-height: 150px;
  resize: none;
}

.mwform-checkbox-field label {
  display: block;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 760px) {
  .mwform-checkbox-field label {
    margin-top: 25px;
  }
}

.cnt-policy_check {
  width: fit-content;
  margin: 0 auto;
}

.confirm-form .cnt-policy_check {
  display: none;
}

.cnt-policy__input {
  display: none;
}
.cnt-policy__input:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: 50px;
}
@media (max-width: 760px) {
  .mwform-checkbox-field-text {
    padding-left: 30px;
  }
}
.mwform-checkbox-field-text::before {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  border: 1px solid #707070;
  background: #fff;
  top: -3px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
}
@media (max-width: 760px) {
  .mwform-checkbox-field-text::before {
    height: 20px;
    width: 20px;
    top: 0;
  }
}
.mwform-checkbox-field-text::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #222;
  border-left: 2px solid #222;
  height: 8px;
  width: 16px;
  top: 6px;
  opacity: 0;
  left: 7px;
  transform: rotate(-45deg);
  transition: all 0.2s ease 0s;
}
@media (max-width: 760px) {
  .mwform-checkbox-field-text::after {
    height: 7px;
    width: 15px;
    top: 5px;
    left: 3px;
  }
}

.cnt-submit {
  margin: 40px auto 0;
  max-width: 300px;
}
@media (max-width: 760px) {
  .cnt-submit {
    max-width: 200px;
    margin: 25px auto 0;
  }
}

.submit-btn {
  width: 100%;
  padding: 15px 0;
  line-height: 1;
  font-size: 16px;
  background: #222;
  color: #fff;
  border: 1px solid #222;
  text-align: center;
  border-radius: 45px;
  letter-spacing: 0.05em;
  transition: all 0.3s ease 0s;
  font-weight: 500;
}
@media (max-width: 760px) {
  .submit-btn {
    padding: 8px 0;
    font-size: 14px;
  }
}
.submit-btn:hover {
  background: #fff;
  color: #222;
}

.noexist {
  text-align: center;
}

.noexist-ttl {
  font-size: 80px;
  line-height: 1;
  font-family: "Roboto Mono", monospace;
  color: rgba(34, 34, 34, 0.4);
}
@media (max-width: 760px) {
  .noexist-ttl {
    font-size: 32px;
  }
  .noexist-ttl span {
    display: block;
  }
}

.noexist-lead {
  font-size: 24px;
  font-weight: bold;
  margin: 24px 0;
}
@media (max-width: 760px) {
  .noexist-lead {
    font-size: 16px;
  }
}

.noexist-btn {
  margin-top: 80px;
  font-family: "Roboto Mono", monospace;
  font-size: 20px;
}
@media (max-width: 760px) {
  .noexist-btn {
    margin-top: 40px;
    font-size: 16px;
  }
}

.thanks-form {
  margin-top: 30px;
}

.thanks-heading {
  text-align: center;
}

.thanks-txt {
  width: fit-content;
  margin: 20px auto 0;
}
@media (max-width: 760px) {
  .thanks-txt {
    margin: 10px auto 0;
  }
}

.home-btn {
  margin: 40px auto 0;
  text-align: center;
}

/* スケジュール */
.schedule-wrap {
  margin-top: 60px;
}

.schedule-wrap h2 {
  font-size: 21px;
  margin: 60px 0 10px;
}

.schedule-wrap table {
    margin-bottom: 0;
}

.schedule-wrap .tablepress th,
.schedule-wrap .tablepress td {
  border: 1px solid #ccc;
  vertical-align: middle;
}

.schedule-wrap .tablepress th {
  background: #f3f6f7;
  text-align: center;
  border-bottom: 2px solid #222;
}

.schedule-wrap p {
	margin-bottom: 10px;
    font-size: 14px;
}

@media (max-width: 760px) {
  .schedule-wrap {
    margin: 0;
  }

  .schedule-wrap h2 {
    font-size: 16px;
    margin: 30px 0 10px;
  }
	
.schedule-wrap p {
	font-size: 10px;
	margin-bottom: 5px;
}


  .schedule-wrap .table-sp {
    overflow-x: auto;
  }

  .schedule-wrap table {
    white-space: nowrap;
    margin-bottom: 0;
  }

  .schedule-wrap .tablepress th, 
  .schedule-wrap .tablepress td {
    font-size: 12px;
    padding: 5px;
  }
}

@media (max-width: 760px) {
  .header-btn__audition {
    text-align: center;
    margin-left: auto;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    padding-right: 48px;
  }
  .header-btn__audition a {
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    padding: 4px 25px;
    width: fit-content;
    line-height: 1.2;
  }
	
	.kasou-header .header-btn__audition a {
    border: 1px solid #000;
    color: #000;
  }
}


/*# sourceMappingURL=style.css.map */