@charset "UTF-8";
/* サイト全体のCSSエントリポイント（1ファイルにまとめて出力）
 * リセット → 共通 → ヘッダー → フッター → トップ → VIDEO
 */
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

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

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

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

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

i {
  font-style: normal;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

body, div, p, form, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, address, time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style-type: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

hr {
  border: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* # =================================================================
   # Media elements
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

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

::selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}

/* ブレークポイント（PCファースト・max-width）
-----------------------------------------------------------------*/
/* フォント定義
-----------------------------------------------------------------*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
}
/* 共通スタイル・ベース・レイアウト・ユーティリティ
-----------------------------------------------------------------*/
html,
body {
  font-family: MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
}

body {
  width: 100%;
  min-height: max(100vh, 500px);
  background-color: rgb(20, 42, 79);
  color: #fff;
}
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  body {
    content: "portrait";
  }
}
@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  body {
    content: "landscape";
  }
}
.scrollLock body {
  overflow: hidden;
}

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

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* 表示切替ユーティリティ
-----------------------------------------------------------------*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .dn-portrait {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .dn-landscape {
    display: none !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .dn-sp {
    display: none !important;
  }
}
@media print, screen and (max-width: 1024px) {
  .dn-tab-sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .dn-tab-pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .dn-tab_l {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .dn-tab_p {
    display: none !important;
  }
}
img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* レイアウト
-----------------------------------------------------------------*/
.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Bebas Neue", sans-serif;
}

.main {
  width: 100%;
}

.c-fadeContents {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.is-active .c-fadeContents {
  opacity: 1;
  visibility: visible;
}

/* ヘッダー
-----------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 10px;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  #header {
    padding: 16px;
  }
}
#header .headerMenu_list {
  display: flex;
  gap: 10px;
  font-family: "Bebas Neue", sans-serif;
}
#header .headerMenu_node {
  position: relative;
  font-size: 16px;
}
#header .headerMenu_node::after {
  content: "";
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #fff;
  z-index: 2;
  transition: width 0.3s ease;
}
#header .headerMenu_node.is-active {
  pointer-events: none;
}
#header .headerMenu_node.is-active::after {
  width: 110%;
}
#header .headerMenu_node:hover::after {
  width: 110%;
}
#header .headerSns_list {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  #header .headerSns_list {
    gap: 16px;
  }
}
#header .headerSns_node {
  overflow: hidden;
  transition: opacity 0.3s ease;
  aspect-ratio: 1/1;
  width: 30px;
}
@media (max-width: 767px) {
  #header .headerSns_node {
    width: 20px;
  }
}
#header .headerSns_node.icon-youtube {
  aspect-ratio: 22/15;
  width: 38px;
}
@media (max-width: 767px) {
  #header .headerSns_node.icon-youtube {
    width: 24px;
  }
}
#header .headerSns_node.icon-line-music {
  aspect-ratio: 269/150;
  width: 50px;
}
@media (max-width: 767px) {
  #header .headerSns_node.icon-line-music {
    width: 30px;
  }
}
#header .headerSns_node:hover {
  opacity: 0.7;
}
#header .headerSns_node svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* フッター
-----------------------------------------------------------------*/
#footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  text-align: center;
  padding: 0 16px;
}

.footerCopy {
  font-family: "Bebas Neue", sans-serif;
  font-size: 16px;
}

/* トップページ
-----------------------------------------------------------------*/
.top-page .fv {
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .top-page .fv {
    height: 45vh;
  }
}
.top-page .fv__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 96px;
}
@media (max-width: 767px) {
  .top-page .fv__inner {
    gap: 48px;
  }
}
.top-page .fv__title {
  text-align: center;
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-page .fv__title {
    width: 80%;
    max-width: 345px;
  }
}
.top-page .fv__list {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .top-page .fv__list {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.top-page .fv__list--node {
  transition: opacity 0.3s ease;
  font-size: 60px;
}
@media (max-width: 767px) {
  .top-page .fv__list--node {
    font-size: 30px;
  }
}
.top-page .fv__list--node:hover {
  opacity: 0.7;
}
.top-page {
  /* 映像＋音楽リンク（セクション分けなし・添付画像の余白）
  -----------------------------------------------------------------*/
}
.top-page .video-music {
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .top-page .video-music {
    margin-bottom: 48px;
  }
}
.top-page .video-music__inner {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .top-page .video-music__inner {
    width: 100%;
    padding: 0 16px;
    gap: 12px;
  }
}
.top-page .video-music__video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin: auto;
  border-radius: 8px;
}
.top-page .video-music__list {
  width: 100%;
  background: rgba(42, 42, 42, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
}
.top-page .video-music__list--item {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: background 0.2s ease;
}
.top-page .video-music__list--item:last-child {
  border-bottom: none;
}
.top-page .video-music__list--item:hover {
  background: rgba(255, 255, 255, 0.06);
  transition: background 0.2s ease;
}
.top-page .video-music__list--link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767px) {
  .top-page .video-music__list--link {
    gap: 12px;
    padding: 12px 16px;
  }
}
.top-page .video-music__list--icon {
  width: auto;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .top-page .video-music__list--icon {
    height: 30px;
  }
}
.top-page .video-music__list--text {
  font-size: 15px;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.12);
  padding: 12px 32px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .top-page .video-music__list--text {
    font-size: 12px;
    padding: 8px 16px;
  }
}

/* VIDEOページ
-----------------------------------------------------------------*/
.video-page .fv {
  width: 100%;
  height: calc(100vh - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}
.video-page .fv__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .video-page .fv__inner {
    gap: 16px;
  }
}
.video-page .fv__title {
  text-align: center;
  font-size: 80px;
}
@media (max-width: 767px) {
  .video-page .fv__title {
    font-size: 60px;
  }
}
.video-page .fv__video {
  position: relative;
  max-width: 690px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin: auto;
}/*# sourceMappingURL=main.css.map */