@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sawarabi+Gothic&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;
}

html {
  font-size: 16px;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.4814814815vw;
  }
}
@media (max-width: 760px) {
  html {
    font-size: 3.7333333333vw;
  }
}

body {
  font-family: "Osaka", "M PLUS Rounded 1c", sans-serif;
  color: #1a1a1a;
  line-height: 1.7;
}

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

a {
  color: #1a1a1a;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

li {
  list-style: none;
}

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

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

.opening-animation {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 202;
  background: #fff;
  transition: opacity 1s ease;
  top: 0;
}

.opening-animation__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.opening-animation__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 8.125rem;
  animation: blink 1.1s infinite;
}
@media (max-width: 760px) {
  .opening-animation__logo {
    width: 100px;
  }
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.opening-animation.fade-out {
  opacity: 0;
}

.video {
  position: fixed; /* ← ここを fixed に */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  padding-top: 3.125rem;
}
@media (max-width: 760px) {
  .video {
    padding-top: 50px;
  }
}

.video_mp4 {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

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

.header-inner {
  padding: 0 2.5rem;
  height: 6.25rem;
  display: flex;
  align-items: center;
}
@media (max-width: 760px) {
  .header-inner {
    height: 50px;
    padding: 0 20px;
  }
}

.header-logo {
  width: 5.5rem;
}
@media (max-width: 760px) {
  .header-logo {
    width: 40px;
  }
}

.header-menu {
  margin-left: auto;
}

.header-menu__btn {
  font-size: 2rem;
  font-style: italic;
  font-weight: bold;
  color: #A82929;
  line-height: 1;
  font-family: "Arial", "Roboto", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
@media (max-width: 760px) {
  .header-menu__btn {
    font-size: 21px;
  }
}
.header-menu__btn:hover {
  opacity: 0.7;
}

.header-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  background: url(../img/hm-img.jpg) no-repeat center center/cover;
  padding: 0.625rem 1.25rem;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
}
.header-nav.is-active {
  transform: translateX(0);
}

.header-nav__logo {
  width: 5.625rem;
}
@media (max-width: 760px) {
  .header-nav__logo {
    width: 40px;
  }
}

.header-nav__box {
  padding: 5rem 0 0;
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 760px) {
  .header-nav__box {
    padding: 40px 0 0;
    display: block;
  }
}

.header-nav__list:not(:first-child) {
  margin-left: 7.5rem;
}
@media (max-width: 760px) {
  .header-nav__list:not(:first-child) {
    margin: 20px 0 0 0;
  }
}

.header-nav__item:not(:first-child) {
  margin-top: 1.875rem;
}
@media (max-width: 760px) {
  .header-nav__item:not(:first-child) {
    margin-top: 15px;
  }
}

.header-nav__link {
  color: #fff;
  font-family: "Arial", "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: italic;
  position: relative;
  line-height: 1.5;
}
@media (max-width: 760px) {
  .header-nav__link {
    font-size: 18px;
  }
}
.header-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.header-nav__link:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  transform-origin: left top; /*左から右に向かう*/
}

.header-nav__cnt {
  pointer-events: none;
}
.header-ct {
  margin-top: 1.25rem;
}
@media (max-width: 760px) {
  .header-ct {
    font-size: 14px;
    margin-top: 15px;
  }
}

.header-ct__btn a {
  color: #fff;
  display: inline-block;
  position: relative;
}
.header-ct__btn a::after {
  content: "";
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.header-ct__btn a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  transform-origin: left top; /*左から右に向かう*/
}
.header-ct__btn:not(:first-child) {
  margin-top: 0.625rem;
}
@media (max-width: 760px) {
  .header-ct__btn:not(:first-child) {
    margin-top: 15px;
  }
}

.drawer-icon {
  position: fixed;
  top: 1.875rem;
  right: 3.125rem;
  z-index: 201;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
}
@media (max-width: 760px) {
  .drawer-icon {
    display: block;
    top: 20px;
    right: 20px;
  }
}
.drawer-icon.is-active {
  transform: translateX(-200px);
}
.drawer-icon.is-active .drawer-icon_bar1 {
  transform: rotate(-45deg);
  top: 8px;
}
.drawer-icon.is-active .drawer-icon_bar3 {
  transform: rotate(45deg);
  top: 8px;
}

.drawer-icon-bars {
  width: 42px;
  height: 32px;
  display: block;
  position: relative;
}
@media (max-width: 760px) {
  .drawer-icon-bars {
    width: 26px;
    height: 20px;
  }
}

.drawer-icon_bar1,
.drawer-icon_bar3 {
  position: absolute;
  width: 42px;
  height: 4px;
  background: #fff;
  top: 0;
  left: 0;
}
@media (max-width: 760px) {
  .drawer-icon_bar1,
  .drawer-icon_bar3 {
    width: 26px;
    height: 2px;
  }
}

.drawer-icon_bar1 {
  transform: rotate(-35deg);
  top: 8px;
}

.drawer-icon_bar3 {
  transform: rotate(35deg);
  top: 8px;
}

.footer {
  background: #1a1a1a;
  color: #fff;
  padding: 6.25rem 0 4.375rem;
}
@media (max-width: 760px) {
  .footer {
    padding: 40px 0;
  }
}

.footer-meta {
  display: flex;
}

.footer-logo {
  width: 11.25rem;
}
@media (max-width: 760px) {
  .footer-logo {
    width: 50px;
  }
}

.footer-menu__wrap {
  width: calc(100% - 11.25rem);
  padding-left: 300px;
}
@media (max-width: 760px) {
  .footer-menu__wrap {
    width: calc(100% - 50px);
    padding-left: 25px;
  }
}

.footer-menu {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 760px) {
  .footer-menu {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .footer-list:not(:first-child) {
    margin-left: 40px;
  }
}

.footer-item:not(:first-child) {
  margin-top: 1.25rem;
}
@media (max-width: 760px) {
  .footer-item:not(:first-child) {
    margin-top: 10px;
  }
}

.footer-item__link {
  color: #fff;
  font-family: "Arial", "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: italic;
  position: relative;
  line-height: 1;
}
@media (max-width: 760px) {
  .footer-item__link {
    font-size: 16px;
  }
}
.footer-item__link::after {
  content: "";
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s;
}
.footer-item__link:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  transform-origin: left top; /*左から右に向かう*/
}

.footer-item__childLink {
  color: #fff;
  display: block;
  width: fit-content;
  margin-top: 0.625rem;
  font-size: 0.875rem;
  position: relative;
}
.footer-item__childLink::after {
  content: "";
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s;
}
.footer-item__childLink:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  transform-origin: left top; /*左から右に向かう*/
}
@media (max-width: 760px) {
  .footer-item__childLink {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media (max-width: 760px) {
  .footer-item__childLink {
    margin-top: 10px;
  }
}

.footer-item__parent {
  pointer-events: none;
}

.footer-copyright {
  font-size: 0.875rem;
  text-align: right;
  margin-top: 2.5rem;
}
@media (max-width: 760px) {
  .footer-copyright {
    font-size: 12px;
    margin-top: 40px;
  }
}

.c-ttl {
  font-size: 5.375rem;
  font-family: "Arial", "Roboto", sans-serif;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #1a1a1a;
  margin-bottom: -0.8125rem;
}
@media (max-width: 760px) {
  .c-ttl {
    font-size: 36px;
    margin-bottom: -6px;
  }
}
.c-ttl.nightTime {
  color: #fff;
}

.c-content__ttl {
  padding: 6.25rem 0 3.125rem;
  margin-bottom: 6.25rem;
  font-size: 3rem;
  text-align: center;
  line-height: 1;
  border-bottom: 0.125rem solid #e6e6e6;
  position: relative;
}
@media (max-width: 760px) {
  .c-content__ttl {
    font-size: 24px;
    padding: 50px 0 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
  }
}
.c-content__ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4.375rem;
  height: 0.625rem;
  background: #707070;
}
@media (max-width: 760px) {
  .c-content__ttl::after {
    width: 40px;
    height: 5px;
  }
}

.c-more__btn {
  font-size: 2rem;
}
@media (max-width: 760px) {
  .c-more__btn {
    font-size: 20px;
  }
}
.c-more__btn span {
  font-family: "Arial", "Roboto", sans-serif;
  font-style: italic;
  display: inline-block;
  padding-right: 0.625rem;
}
@media (max-width: 760px) {
  .c-more__btn span {
    padding-right: 5px;
  }
}

.more-btn__link {
  width: 100%;
  color: #999999;
  transition: all 0.3s ease 0s;
  border-bottom: 4px solid #999999;
}
.more-btn__link.nightTime {
  color: #1a1a1a;
  border-bottom: 4px solid #1a1a1a;
}
.more-btn__link.nightTime:hover {
  color: #1a1a1a;
  opacity: 0.6;
  border-bottom: 4px solid rgba(26, 26, 26, 0.6);
}
.more-btn__link:hover {
  color: #fff;
  border-bottom: 4px solid #fff;
}
@media (max-width: 760px) {
  .more-btn__link {
    color: #fff;
    border-bottom: 2px solid #fff;
  }
}

.c-btn {
  margin-top: 9.375rem;
  text-align: center;
}
@media (max-width: 760px) {
  .c-btn {
    margin-top: 60px;
  }
}

.c-btn__link {
  font-size: 1.75rem;
  border: 1px solid #1a1a1a;
  padding: 0.625rem 6.25rem;
}
@media (max-width: 760px) {
  .c-btn__link {
    font-size: 16px;
    width: 200px;
    padding: 10px 0;
  }
}
.c-btn__link:hover {
  background: #1a1a1a;
  color: #fff;
}

.c-list {
  padding-bottom: 6.25rem;
}
@media (max-width: 760px) {
  .c-list {
    padding-bottom: 50px;
  }
}

.c-list__list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 760px) {
  .c-list__list {
    display: block;
    max-width: 350px;
    margin: 0 auto;
  }
}

.c-list__item {
  width: calc(33.3333% - 2.5rem);
}
.c-list__item:not(:nth-child(3n+1)) {
  margin-left: 3.75rem;
}
@media (max-width: 760px) {
  .c-list__item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
.c-list__item:nth-child(n+4) {
  margin-top: 5rem;
}
@media (max-width: 760px) {
  .c-list__item:nth-child(n+4) {
    margin-top: 0;
  }
}
@media (max-width: 760px) {
  .c-list__item {
    width: 100%;
  }
	.c-list__item:not(:nth-child(2n+1)) {
		margin-left: 40px;
	}
}
@media (max-width: 760px) and (max-width: 760px) {
  .c-list__item:not(:first-child) {
    margin-top: 40px;
  }
}

.c-list__link {
  width: 100%;
}
.c-list__link:hover {
  opacity: 0.7;
}

.c-list__img {
  background: #f2f2f2;
}
@media (max-width: 760px) {
  .c-list__img {
    width: 100%;
  }
}
.c-list__img img {
  height: 21.625rem;
  object-fit: cover;
  object-position: top center;
}
@media (max-width: 760px) {
  .c-list__img img {
    width: 100%;
    height: 220px;
  }
}

.c-list__name {
  margin-top: 1.25rem;
  font-size: 2rem;
}
@media (max-width: 760px) {
  .c-list__name {
    font-size: 21px;
    margin-top: 10px;
  }
}

.mv {
  height: 100vh;
  position: relative;
}

.mv-ttl {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 37.5rem;
}
@media (max-width: 760px) {
  .mv-ttl {
    width: 325px;
    top: 50%;
  }
}
.mv-ttl.nightTime {
  color: #fff;
}

.mv-btn {
  position: absolute;
  bottom: 5rem;
  right: 5rem;
}
@media (max-width: 760px) {
  .mv-btn {
    bottom: 45px;
    right: 45px;
  }
}

.mv-btn__link {
  width: 11.25rem;
  height: 11.25rem;
  background: #fff;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 760px) {
  .mv-btn__link {
    width: 90px;
    height: 90px;
  }
}
.mv-btn__link:hover {
  background: #1a1a1a;
  color: #fff;
}
.mv-btn__link:hover p::after {
  background: url(../img/arrow-w.svg) no-repeat center center/contain;
}
.mv-btn__link p {
  transform: rotate(-45deg);
  font-size: 2.625rem;
  font-family: "Arial", "Roboto", sans-serif;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  position: relative;
}
@media (max-width: 760px) {
  .mv-btn__link p {
    font-size: 20px;
  }
}
.mv-btn__link p::after {
  position: absolute;
  content: "";
  bottom: 0.5625rem;
  right: 0.5rem;
  width: 3.125rem;
  height: 1.25rem;
  background: url(../img/arrow-b.svg) no-repeat center center/contain;
  transition: all 0.3s ease 0s;
}
@media (max-width: 760px) {
  .mv-btn__link p::after {
    bottom: 2px;
    right: 0;
    width: 25px;
    height: 14px;
  }
}

#currentTime {
  font-size: 2.5rem;
  font-weight: bold;
}

.c-fv {
  margin-top: 6.25rem;
  background: #f2f2f2;
  padding-top: 8.125rem;
}
@media (max-width: 760px) {
  .c-fv {
    margin-top: 50px;
    padding-top: 70px;
  }
}

.c-fv__ttl {
  font-size: 6.25rem;
  line-height: 1;
  border-bottom: 0.125rem solid #1a1a1a;
  font-style: italic;
  font-family: "Arial", "Roboto", sans-serif;
}
@media (max-width: 760px) {
  .c-fv__ttl {
    font-size: 50px;
    border-bottom: 1px solid #1a1a1a;
  }
}
.c-fv__ttl span {
  position: relative;
  display: block;
  bottom: -1rem;
}
@media (max-width: 760px) {
  .c-fv__ttl span {
    bottom: -8px;
  }
}

.news {
  padding: 9.375rem 0;
  color: #fff;
}
@media (max-width: 760px) {
  .news {
    padding: 60px 0;
  }
}

.news-wrap {
  background: rgba(26, 26, 26, 0.7);
  padding: 6.25rem;
}
@media (max-width: 760px) {
  .news-wrap {
    padding: 40px 20px;
  }
}
.news-wrap.nightTime {
  background: rgba(255, 255, 255, 0.8);
}

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

.news-item__link {
  color: #999999;
  font-size: 1.5rem;
  display: flex;
}
@media (max-width: 760px) {
  .news-item__link {
    font-size: 18px;
    color: #fff;
  }
}
.news-item__link.nightTime {
  color: #1a1a1a;
}
.news-item__link.nightTime:hover {
  color: #1a1a1a;
  opacity: 0.6;
}
.news-item__link:hover {
  color: #fff;
}

.news-item__ttl {
  margin-left: 2.5rem;
}
@media (max-width: 760px) {
  .news-item__ttl {
    margin-left: 20px;
  }
}

.news-btn {
  margin-top: 2.5rem;
}
@media (max-width: 760px) {
  .news-btn {
    margin-top: 30px;
  }
}

.news02 {
  padding-bottom: 0;
}

.news02-list {
  max-width: 62.5rem;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .news02-list {
    max-width: 400px;
  }
}

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

.news02-item__link {
  display: flex;
}
@media (max-width: 760px) {
  .news02-item__link {
    display: block;
  }
}
.news02-item__link:hover {
  opacity: 0.7;
}

.news02-img {
  width: 27.5rem;
}
@media (max-width: 760px) {
  .news02-img {
    width: 100%;
  }
}
.news02-img img {
  width: 27.5rem;
  height: 18.75rem;
  object-fit: cover;
}
@media (max-width: 760px) {
  .news02-img img {
    width: 100%;
    height: 220px;
  }
}

.news02-content {
  width: calc(100% - 27.5rem);
  padding-left: 7.5rem;
}
@media (max-width: 760px) {
  .news02-content {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.news02-cat {
  font-size: 1.5rem;
  background: #A82929;
  width: fit-content;
  padding: 0 4.375rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 760px) {
  .news02-cat {
    font-size: 12px;
    padding: 0 25px;
  }
}

.news02-txt {
  margin-top: 1.25rem;
  font-size: 1.3125rem;
}
@media (max-width: 760px) {
  .news02-txt {
    font-size: 14px;
    margin-top: 10px;
  }
}

.pagination {
  margin-top: 7.5rem;
}
@media (max-width: 760px) {
  .pagination {
    margin-top: 60px;
  }
}

.pagination-wrap {
  display: flex;
  justify-content: center;
}

.page-numbers {
  display: block;
  font-size: 1.75rem;
  background: #e6e6e6;
  color: #fff;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.page-numbers:hover {
  opacity: 0.7;
}
@media (max-width: 760px) {
  .page-numbers {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.page-numbers:not(:first-child) {
  margin-left: 1.25rem;
}
@media (max-width: 760px) {
  .page-numbers:not(:first-child) {
    margin-left: 15px;
  }
}

.current {
  background: #A82929;
}

.prev,
.next {
  position: relative;
}
.prev::after,
.next::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.875rem;
  height: 1.25rem;
}
@media (max-width: 760px) {
  .prev::after,
  .next::after {
    width: 16px;
    height: 6px;
  }
}

.prev::after {
  background: url(../img/arrowL-b.svg) no-repeat center center/contain;
}

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

.breadcrumb {
  margin-top: 0.625rem;
}
@media (max-width: 760px) {
  .breadcrumb {
    margin-top: 5px;
  }
}
.breadcrumb a,
.breadcrumb span {
  font-size: 1.125rem;
  display: inline-block;
  color: #808080;
}
@media (max-width: 760px) {
  .breadcrumb a,
  .breadcrumb span {
    font-size: 14px;
  }
}
.breadcrumb .home {
  padding-left: 0;
}

.news03 {
  padding-bottom: 0;
}

.news03-content {
  margin: 5rem auto 0;
  max-width: 46.875rem;
}
@media (max-width: 760px) {
  .news03-content {
    margin-top: 40px;
    max-width: 400px;
  }
}

.news03-ttl {
  font-size: 1.75rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 760px) {
  .news03-ttl {
    font-size: 21px;
    margin-bottom: 15px;
  }
}

.news03-time {
  font-size: 1.125rem;
  color: #808080;
}
@media (max-width: 760px) {
  .news03-time {
    font-size: 14px;
  }
}

.news03-img {
  margin: 1.25rem 0 5rem;
}
@media (max-width: 760px) {
  .news03-img {
    margin: 15px 0 40px;
  }
}

.news03-txt {
  font-size: 1.125rem;
}
@media (max-width: 760px) {
  .news03-txt {
    font-size: 16px;
  }
}
.news03-txt p {
  margin-top: 1.25rem;
}
@media (max-width: 760px) {
  .news03-txt p {
    margin-top: 10px;
  }
}
.news03-txt h2 {
  font-size: 1.5rem;
  margin: 3.75rem 0 2.5rem;
  background-color: #e6e6e6;
  border-right: 1.4375rem solid #707070;
  padding: 0.625rem 1.25rem;
}
@media (max-width: 760px) {
  .news03-txt h2 {
    font-size: 21px;
    margin: 30px 0 20px;
    border-right: 12px solid #707070;
    padding: 5px 10px;
  }
}
.news03-txt h3 {
  font-size: 1.3125rem;
  margin: 3.75rem 0 2.5rem;
  padding-bottom: 0.9375rem;
  position: relative;
}
@media (max-width: 760px) {
  .news03-txt h3 {
    font-size: 18px;
    margin: 30px 0 20px;
    padding-bottom: 10px;
  }
}
.news03-txt h3::after {
  bottom: 0;
  background: repeating-linear-gradient(-45deg, transparent 0 2px, #707070 2px 4px);
  content: "";
  left: 0;
  height: 0.4375rem;
  position: absolute;
  width: 100%;
}
@media (max-width: 760px) {
  .news03-txt h3::after {
    height: 5px;
  }
}
.news03-txt h4 {
  border-left: 0.625rem double #999999;
  padding: 0 0.625rem;
  margin: 2.5rem 0 1.25rem;
}
@media (max-width: 760px) {
  .news03-txt h4 {
    border-left: 5px double #999999;
    padding: 0 10px;
    margin: 30px 0 20px;
  }
}

.related-news {
  margin: 0 auto 0;
  max-width: 46.875rem;
}

.related-news__ttl {
  margin-bottom: 3.75rem;
}
@media (max-width: 760px) {
  .related-news__ttl {
    margin-bottom: 30px;
  }
}

.related-news__list {
  display: flex;
}
@media (max-width: 760px) {
  .related-news__list {
    flex-wrap: wrap;
  }
}

.related-news__item {
  width: calc(33.3333% - 1.6666666667rem);
}
.related-news__item:not(:first-child) {
  margin-left: 2.5rem;
}
@media (max-width: 760px) {
  .related-news__item:not(:first-child) {
    margin-left: 0;
  }
}
@media (max-width: 760px) {
  .related-news__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 760px) and (max-width: 760px) {
  .related-news__item:not(:nth-child(2n+1)) {
    margin-left: 40px;
  }
  .related-news__item:nth-child(n+3) {
    margin-top: 40px;
  }
}

.related-news__txt {
  font-size: 1.125rem;
  margin-top: 0.625rem;
}
@media (max-width: 760px) {
  .related-news__txt {
    font-size: 12px;
    margin-top: 10px;
  }
}

.artist-wrap {
  background: rgba(26, 26, 26, 0.7);
  padding: 6.25rem;
}
@media (max-width: 760px) {
  .artist-wrap {
    padding: 40px 20px;
  }
}
.artist-wrap.nightTime {
  background: rgba(255, 255, 255, 0.8);
}

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

.artist-item {
  width: calc(50% - 2.8125rem);
}
.artist-item:not(:nth-child(2n+1)) {
  margin-left: 5.625rem;
}
@media (max-width: 760px) {
  .artist-item:not(:nth-child(2n+1)) {
    margin-left: 0;
  }
}
.artist-item:nth-child(n+3) {
  margin-top: 5.625rem;
}
@media (max-width: 760px) {
  .artist-item:nth-child(n+3) {
    margin-top: 0;
  }
}
@media (max-width: 760px) {
  .artist-item {
    width: 100%;
  }
  .artist-item:not(:first-child) {
    margin-top: 40px;
  }
}

.artist-item__link:hover .artist-name {
  color: #fff;
}
.artist-item__link:hover .artist-name.nightTime {
  color: #1a1a1a;
  opacity: 0.6;
}

.artist-name {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  color: #999999;
  transition: all 0.3s ease 0s;
}
@media (max-width: 760px) {
  .artist-name {
    color: #fff;
    margin-top: 10px;
    font-size: 18px;
  }
}
.artist-name.nightTime {
  color: #1a1a1a;
}

.artist-btn {
  margin-top: 3.75rem;
}
@media (max-width: 760px) {
  .artist-btn {
    margin-top: 30px;
  }
}

.artist02 {
  padding-bottom: 6.25rem;
}
@media (max-width: 760px) {
  .artist02 {
    padding-bottom: 20px;
  }
}

@media (max-width: 760px) {
  .artist03 {
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 0;
  }
}

.artist03-wrap {
  margin-top: 5rem;
}
@media (max-width: 760px) {
  .artist03-wrap {
    margin-top: 40px;
  }
}

.group-box {
  display: flex;
}
@media (max-width: 760px) {
  .group-box {
    display: block;
  }
}

.group-img {
  width: 35rem;
}
@media (max-width: 760px) {
  .group-img {
    width: 100%;
    margin-top: 20px;
  }
}

.group-content {
  width: calc(100% - 35rem);
  padding-left: 3.125rem;
}
@media (max-width: 760px) {
  .group-content {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.group-name {
  font-size: 3rem;
  line-height: 1;
}
@media (max-width: 760px) {
  .group-name {
    font-size: 24px;
  }
}

.group-txt {
  font-size: 1.125rem;
  margin-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 760px) {
  .group-txt {
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
}

.group-sns {
  display: flex;
  margin-top: 2.5rem;
}
@media (max-width: 760px) {
  .group-sns {
    margin-top: 20px;
  }
}

.group-sns__item {
  width: 2.5rem;
  align-items: center;
}
@media (max-width: 760px) {
  .group-sns__item {
    width: 30px;
  }
}
.group-sns__item:not(:first-child) {
  margin-left: 1.25rem;
}
@media (max-width: 760px) {
  .group-sns__item:not(:first-child) {
    margin-left: 15px;
  }
}
.group-sns__item a:hover {
  opacity: 0.7;
}

.group-member__btn {
  margin-top: 7.5rem;
}
@media (max-width: 760px) {
  .group-member__btn {
    margin-top: 40px;
  }
}

.group-member__list {
  margin-top: 7.5rem;
}
@media (max-width: 760px) {
  .group-member__list {
    margin-top: 40px;
    display: flex;
    max-width: 100%;
  }
  .group-member__list .c-list__item {
    width: calc(50% - 20px);
  }
  .group-member__list .c-list__item:not(:first-child) {
    margin-top: 0;
  }
  .group-member__list .c-list__item:nth-child(n+3) {
    margin-top: 40px;
  }
}

.ct-banner {
  padding: 8.75rem 0;
}
@media (max-width: 760px) {
  .ct-banner {
    padding: 80px 0;
  }
}

.ct-banner__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 760px) {
  .ct-banner__item {
    width: 100%;
    text-align: center;
  }
  .ct-banner__item:not(:first-child) {
    margin-left: 20px;
  }
}

.ct-banner__link {
  background: transparent;
  border: none;
  position: relative;
  border-radius: 0;
  z-index: 1;
  padding: 1.875rem 1.25rem;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  width: 28.125rem;
}
.ct-banner__link.nightTime {
  color: #1a1a1a;
}
.ct-banner__link.nightTime:hover {
  color: #fff;
}
@media (max-width: 760px) {
  .ct-banner__link {
    width: 100%;
    max-width: 300px;
    padding: 15px 0;
    font-size: 16px;
  }
}
.ct-banner__link span {
  font-size: 1.125rem;
  display: block;
}
@media (max-width: 760px) {
  .ct-banner__link span {
    font-size: 12px;
  }
}

.ct-banner__link::after, .ct-banner__link::before,
.ct-banner__link::after,
.ct-banner__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.ct-banner__link::before {
  background: #1a1a1a;
  border: 2px solid #1a1a1a;
  z-index: -1;
}
.ct-banner__link.nightTime::before {
  background: #fff;
  border: 2px solid #fff;
}

.ct-banner__link::after {
  background: #666666;
  z-index: -2;
}
.ct-banner__link.nightTime::after {
  background: #1a1a1a;
}

.ct-banner__link:hover::before {
  background: transparent;
}

.ct-banner__link:hover::after {
  top: 6px;
  left: 6px;
}

.policy {
  margin: 5rem auto 8.75rem;
  max-width: 56.25rem;
}

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

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

.policy-ttl {
  font-size: 1.125rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #1a1a1a;
}
@media (max-width: 760px) {
  .policy-ttl {
    font-size: 14px;
    padding-bottom: 10px;
  }
}

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

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

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

.about-ttl {
  font-size: 5rem;
  text-align: center;
  font-style: italic;
  font-family: "Sawarabi Gothic", sans-serif;
  letter-spacing: 0.05em;
  font-style: italic;
}
@media (max-width: 760px) {
  .about-ttl {
    font-size: 32px;
    line-height: 1.2;
    margin-top: 100px;
  }
}

.about-ttl__sm {
  text-align: center;
  font-size: 2.25rem;
  font-family: "Sawarabi Gothic", sans-serif;
  font-style: italic;
  margin-bottom: 6.25rem;
}
@media (max-width: 760px) {
  .about-ttl__sm {
    margin: 20px 0 100px;
    font-size: 18px;
  }
}

.about-arrow {
  max-width: 2.5rem;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .about-arrow {
    max-width: 20px;
  }
}

.about-content__ttl {
  margin-bottom: 3.75rem;
}
@media (max-width: 760px) {
  .about-content__ttl {
    margin-bottom: 30px;
  }
}

.about-box {
  max-width: 62.5rem;
  margin: 0 auto;
}

.about-content__heading {
  font-size: 1.3125rem;
}
@media (max-width: 760px) {
  .about-content__heading {
    font-size: 16px;
  }
}

.about-3points {
  margin-top: 5rem;
}
@media (max-width: 760px) {
  .about-3points {
    margin-top: 40px;
  }
}

.about-3point__heading {
  font-size: 2rem;
  background: #f2f2f2;
  padding: 0.3125rem 0 0.3125rem 1.875rem;
  line-height: 1.4;
  margin-top: 2.5rem;
  font-weight: 400;
}
@media (max-width: 760px) {
  .about-3point__heading {
    font-size: 24px;
    padding: 3px 0 3px 15px;
  }
}

.about-3point__txt {
  padding: 1.25rem 0 0;
  font-size: 1.3125rem;
}
@media (max-width: 760px) {
  .about-3point__txt {
    padding: 10px 0 0;
    font-size: 16px;
  }
}

.business-info {
  background: #f2f2f2;
}

.business-info__wrap {
  max-width: 62.5rem;
  margin: 0 auto;
}

.business-info__item {
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 760px) {
  .business-info__item {
    font-size: 16px;
  }
}
.business-info__item:not(:first-child) {
  margin-top: 1.875rem;
}
@media (max-width: 760px) {
  .business-info__item:not(:first-child) {
    margin-top: 15px;
  }
}
.business-info__item dt {
  width: 18.75rem;
}
@media (max-width: 760px) {
  .business-info__item dt {
    width: 120px;
  }
}
.business-info__item dd {
  width: calc(100% - 18.75rem);
  padding-left: 1.25rem;
}
@media (max-width: 760px) {
  .business-info__item dd {
    width: calc(100% - 120px);
    padding-left: 10px;
    font-size: 14px;
  }
}

.talent02 {
  padding-bottom: 6.25rem;
}
@media (max-width: 760px) {
  .talent02 {
    padding-bottom: 50px;
  }
}

@media (max-width: 760px) {
  .talent02-list,
  .producer02-list {
    display: flex;
  }
}

@media (max-width: 760px) {
  .talent02-item,
  .producer02-item {
    width: calc(50% - 20px);
  }
  .talent02-item:not(:first-child),
  .producer02-item:not(:first-child) {
    margin-top: 0;
  }
  .talent02-item:not(:nth-child(2n+1)),
  .producer02-item:not(:nth-child(2n+1)) {
    margin-left: 40px;
  }
  .talent02-item:nth-child(n+3),
  .producer02-item:nth-child(n+3) {
    margin-top: 40px;
  }
}

.producer02 {
  background: #f2f2f2;
}

@media (max-width: 760px) {
  .talent-fv__ttl {
    font-size: 38px;
  }
}

.talent03 {
  padding-bottom: 8.75rem;
}
@media (max-width: 760px) {
  .talent03 {
    padding-bottom: 80px;
  }
}

.talent03-wrap {
  margin-top: 5rem;
}
@media (max-width: 760px) {
  .talent03-wrap {
    max-width: 400px;
    margin: 40px auto 0;
  }
}

.talent03-name {
  padding-bottom: 2.5rem;
}
@media (max-width: 760px) {
  .talent03-name {
    padding-bottom: 20px;
  }
}

.talent03-info {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #ccc;
  font-size: 1.125rem;
}
@media (max-width: 760px) {
  .talent03-info {
    padding-bottom: 20px;
    font-size: 14px;
  }
}

.talent03-info__txt:not(:first-child) {
  margin-top: 0.625rem;
}
@media (max-width: 760px) {
  .talent03-info__txt:not(:first-child) {
    margin-top: 5px;
  }
}

.talent03-btn__wrap {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media (max-width: 760px) {
  .talent03-btn__wrap {
    margin-top: 40px;
  }
}

.talent03-btn {
  display: block;
  width: 26.25rem;
  font-size: 1.75rem;
  text-align: center;
  padding: 1.25rem 0;
}
@media (max-width: 760px) {
  .talent03-btn {
    font-size: 16px;
  }
}
.talent03-btn:not(:first-child) {
  margin-left: 3.75rem;
}
@media (max-width: 760px) {
  .talent03-btn:not(:first-child) {
    margin-left: 20px;
  }
}

.cnt02 {
  margin-bottom: 3.125rem;
}
@media (max-width: 760px) {
  .cnt02 {
    margin-bottom: 20px;
  }
}

.cnt02-content {
  max-width: 56.25rem;
  margin: 0 auto;
}

.cnt02-ttl {
  margin-bottom: 2.5rem;
}
@media (max-width: 760px) {
  .cnt02-ttl {
    margin-bottom: 20px;
  }
}

.cnt02-txt {
  font-size: 1.3125rem;
}
@media (max-width: 760px) {
  .cnt02-txt {
    font-size: 16px;
  }
}
.cnt02-txt a {
  text-decoration: underline;
}

.cnt02-form {
  margin-top: 3.75rem;
}
@media (max-width: 760px) {
  .cnt02-form {
    margin-top: 30px;
  }
}

.cnt02-item {
  display: flex;
}
@media (max-width: 760px) {
  .cnt02-item {
    display: block;
  }
}
.cnt02-item:not(:first-child) {
  margin-top: 2.5rem;
}
@media (max-width: 760px) {
  .cnt02-item:not(:first-child) {
    margin-top: 20px;
  }
}

.cnt02-item__ttl {
  width: 15.625rem;
  font-size: 1.5rem;
  padding-top: 0.25rem;
  font-weight: bold;
}
@media (max-width: 760px) {
  .cnt02-item__ttl {
    width: 100%;
    font-size: 14px;
    padding-top: 0;
  }
}

.cnt02-item__input {
  width: calc(100% - 15.625rem);
}
@media (max-width: 760px) {
  .cnt02-item__input {
    width: 100%;
    margin-top: 5px;
  }
}
.cnt02-item__input [type=text],
.cnt02-item__input [type=email],
.cnt02-item__input textarea {
  appearance: none;
  border: 1px solid #999999;
  border-radius: 0;
  outline: none;
  width: 100%;
  height: 3.125rem;
  padding: 0.3125rem 0.625rem;
  font-size: 1.3125rem;
  color: #1a1a1a;
  font-family: "Osaka", "M PLUS Rounded 1c", sans-serif;
}
@media (max-width: 760px) {
  .cnt02-item__input [type=text],
  .cnt02-item__input [type=email],
  .cnt02-item__input textarea {
    height: 40px;
    padding: 5px 10px;
    font-size: 14px;
  }
}
.cnt02-item__input [type=file] {
  appearance: none;
  border-radius: 0;
  outline: none;
  height: 3.125rem;
  padding: 0.3125rem 0.625rem 0.3125rem 0;
  font-size: 1.3125rem;
}
@media (max-width: 760px) {
  .cnt02-item__input [type=file] {
    font-size: 14px;
    height: auto;
    padding: 5px 10px 5px 0;
  }
}
.cnt02-item__input textarea {
  min-height: 14.375rem;
  display: block;
}
@media (max-width: 760px) {
  .cnt02-item__input textarea {
    min-height: 100px;
  }
}

.cnt-submit {
  margin-top: 6.25rem;
  text-align: center;
}
@media (max-width: 760px) {
  .cnt-submit {
    margin-top: 50px;
  }
}

.submit-btn {
  text-align: center;
  border: 1px solid #1a1a1a;
  background: #fff;
  font-size: 1.3125rem;
  color: #1a1a1a;
  font-family: "Osaka", "M PLUS Rounded 1c", sans-serif;
  padding: 1.25rem 4.375rem;
  transition: all 0.3s ease 0s;
  font-weight: bold;
}
@media (max-width: 760px) {
  .submit-btn {
    font-size: 16px;
    padding: 10px 40px;
  }
}
.submit-btn:hover {
  background: #1a1a1a;
  color: #fff;
}

.thanks-form {
  margin-top: 1.875rem;
}
@media (max-width: 760px) {
  .thanks-form {
    margin-top: 20px;
  }
}

.thanks-heading {
  text-align: center;
  font-size: 1.3125rem;
  margin-top: 3.75rem;
}
@media (max-width: 760px) {
  .thanks-heading {
    font-size: 16px;
  }
}

.thanks-txt {
  width: fit-content;
  margin: 1.25rem auto 3.75rem;
  font-size: 1.3125rem;
}
@media (max-width: 760px) {
  .thanks-txt {
    margin: 10px auto 30px;
    font-size: 16px;
  }
}

.home-btn {
  margin: 2.5rem auto 0;
  text-align: center;
}
@media (max-width: 760px) {
  .home-btn {
    margin: 30px auto 0;
  }
}

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

.discography-wrap {
  margin-top: 3.75rem;
}
@media (max-width: 760px) {
  .discography-wrap {
    margin-top: 0;
  }
}

.discography-list {
  display: flex;
}

@media (max-width: 760px) {
  .discography-item {
    width: calc(50% - 20px);
  }
  .discography-item:not(:first-child) {
    margin-top: 0;
  }
  .discography-item:nth-child(n+3) {
    margin-top: 40px;
  }
  .discography-item .c-list__img {
    height: 100%;
  }
  .discography-item .c-list__img img {
    height: 100%;
  }
}

.noexist {
  text-align: center;
  margin: 10rem 0 7.5rem;
}
@media (max-width: 760px) {
  .noexist {
    margin: 80px 0 60px;
  }
}

.noexist-ttl {
  font-size: 5rem;
  line-height: 1;
  font-family: "Arial", "Roboto", sans-serif;
  color: rgba(168, 41, 41, 0.4);
}
@media (max-width: 760px) {
  .noexist-ttl {
    font-size: 32px;
  }
  .noexist-ttl span {
    display: block;
  }
}

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

.noexist-btn {
  margin-top: 5rem;
  font-size: 1.25rem;
}
@media (max-width: 760px) {
  .noexist-btn {
    margin-top: 40px;
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */