@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
## COLOR
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## MEDIA
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## RATIO
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## EXTRA
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## VARS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## J-WAVE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## ANIMATION
--------------------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes highlight {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.25;
  }
}
/*--------------------------------------------------------------
## GRID / FLEXBOX
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## FLEXBOX
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## WEBFONT LINE HEIGHT
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## ARROW ICON
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## J-WAVE NIHONMONO LOUNGE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## WEB FONTS
--------------------------------------------------------------*/
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: -0.125em;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #000; /* Fallback for when there is no custom background color defined. */
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
  vertical-align: bottom;
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

/*--------------------------------------------------------------
## lists
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## lists STYLE OFF
--------------------------------------------------------------*/
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
## tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
## links
--------------------------------------------------------------*/
a {
  color: #ffeca8;
}
a:visited {
  color: #ffeca8;
}
a:hover, a:focus, a:active {
  color: #fff7db;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## typography
--------------------------------------------------------------*/
p {
  margin: 0;
}

p + p {
  margin-top: 1em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #262626;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #262626;
  text-decoration: none;
}

big {
  font-size: 125%;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/*--------------------------------------------------------------
##
--------------------------------------------------------------*/
button {
  background-color: transparent;
  border: none;
  border-style: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

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

.small {
  font-size: 0.8em;
}

.x-small {
  font-size: 0.6em;
}

html body {
  background-color: #000;
  position: relative;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "pkna";
  word-break: break-all;
}
html body .spbr {
  display: none;
}
@media (max-width: 60em) {
  html body {
    font-size: 1.667vw;
  }
}
@media (max-width: 40em) {
  html body {
    font-size: 4vw;
  }
  html body .spbr {
    display: block;
  }
  html body .pcbr {
    display: none;
  }
}
html body.is-noscroll {
  overflow: hidden;
}

/*--------------------------------------------------------------
## LAYOUT
--------------------------------------------------------------*/
.container {
  margin: auto;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 40em) {
  .container {
    padding: 0;
    overflow-x: hidden;
  }
}

/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
.header {
  position: relative;
  text-align: center;
  margin: auto;
  padding: 5em;
  max-height: 75vh;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .wrapper {
  width: 100%;
}
.header .head-title {
  width: 35%;
  min-width: 25em;
  margin: auto;
  margin-top: -1.25em;
  font-size: 1em;
  filter: drop-shadow(0 0 5px rgba(255, 236, 168, 0.5));
}
.header .head-title img {
  width: 100%;
  height: auto;
}
.header .head-copy {
  margin-top: 1.25em;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.75em;
  line-height: 1.65;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px rgba(255, 236, 168, 0.75);
}
@media (max-width: 80em) {
  .header {
    aspect-ratio: 3/2;
  }
}
@media (max-width: 60em) {
  .header {
    padding: 5em 0;
    aspect-ratio: 4/3;
  }
}
@media (max-width: 40em) {
  .header {
    padding: 5em 0;
    aspect-ratio: 3/4;
  }
  .header .head-title {
    width: 75vw;
    min-width: auto;
  }
  .header .head-copy {
    font-size: 1.25em;
    text-indent: 0.05em;
    letter-spacing: 0.05em;
  }
}

/*--------------------------------------------------------------
## HEAD PHOTO
--------------------------------------------------------------*/
.head-photo {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  aspect-ratio: 16/9;
  max-height: 75vh;
}
.head-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.head-photo::before {
  background-image: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.15) 25%);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
  pointer-events: none;
}
.head-photo.is-noshade::after {
  display: none;
}
@media (max-width: 80em) {
  .head-photo {
    aspect-ratio: 3/2;
  }
}
@media (max-width: 60em) {
  .head-photo {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 40em) {
  .head-photo {
    aspect-ratio: 3/4;
  }
}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
.footer {
  position: relative;
  max-width: 1440px;
  margin: 3.75em auto 0;
}
.footer__jwave {
  position: relative;
  margin: auto;
  padding: 7.5em 2.5em 2.5em;
  display: flex;
  align-items: center;
  align-items: flex-end;
  justify-content: center;
}
.footer__jwave .wrapper {
  position: relative;
  width: 100%;
}
.footer__jwave .copyright {
  float: right;
  line-height: 1em;
  text-align: right;
  font-size: 0.75em;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: bold;
  white-space: nowrap;
  color: #fff;
}
.footer__jwave .copyright img {
  margin-right: 4px;
  margin-bottom: 8px;
}
.footer .btn_pagetop {
  display: block;
  width: 60px;
  height: 0;
  padding-top: 60px;
  position: absolute;
  top: 2.5em;
  right: 2.5em;
  overflow: hidden;
  border-style: none;
  outline: none;
  z-index: 1;
}
.footer .btn_pagetop:before {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  transition: all 0.25s;
}
.footer .btn_pagetop:hover:before {
  border-color: transparent transparent #808080 transparent;
}
@media (max-width: 40em) {
  .footer__jwave {
    padding: 20px;
    height: auto;
    display: flex;
    align-items: flex-end;
  }
  .footer .btn_pagetop {
    top: -40px;
    right: 0px;
  }
}

/*--------------------------------------------------------------
## COMMON
--------------------------------------------------------------*/
.unit {
  margin-top: 3.75em;
}
.unit__head {
  text-align: center;
}
.unit__head .unit-title {
  margin: 0;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.75em;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
/*--------------------------------------------------------------
## LEAD
--------------------------------------------------------------*/
.u-lead {
  margin-top: -3.75em;
}
.u-lead p {
  font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 1.125em;
  text-align: center;
  line-height: 2.25em;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
}
@media (max-width: 40em) {
  .u-lead p {
    font-size: 1em;
  }
}

/*--------------------------------------------------------------
## ACT
--------------------------------------------------------------*/
.u-act {
  padding: 0 2.5em;
}
@media (max-width: 40em) {
  .u-act {
    padding: 0 15px;
  }
}

.act-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2.5em;
  max-width: 960px;
  margin: 2.5em auto 0;
}
.act-list .photobox {
  border-bottom: 5px solid;
  border-image: linear-gradient(90deg, #aa8228 0%, #fac864 50%, #aa8228 100%) 1;
  aspect-ratio: 1/1;
}
.act-list .photobox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.act-list .textbox {
  margin-top: 0.75em;
  text-align: center;
  line-height: 1.25;
}
.act-list .textbox p {
  margin: 0;
  padding: 0;
}
.act-list .textbox .act-name {
  font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 0.875em;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
}
.act-list .textbox .act-namelong {
  font-family: "Noto Serif JP", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-size: 0.7em;
  text-indent: 0em;
  letter-spacing: 0em;
}
.act-list .textbox .act-title {
  margin-top: 0.5em;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 0.75em;
  color: #ccc;
}
@media (max-width: 60em) {
  .act-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 40em) {
  .act-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .act-list .photobox {
    border-bottom: 4px solid;
  }
  .act-list .textbox .act-title {
    font-size: 0.675em;
  }
  .act-list .textbox .act-namelong {
  font-size: 0.6em;
  }
}

/*////////////////////     J-me     ////////////////////*/
#jme {
  width: 100%;
  max-width: 40em;
  height: 2em;
  margin: auto;
  z-index: 0;
  text-align: center;
}
#jme #gigyaShare {
  display: flex;
  align-items: center;
  justify-content: center;
}
#jme #gigyaShare img {
  display: block;
  float: left;
  margin: 0;
  padding-right: 5px;
}
#jme #gigyaShare .jme_share {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 !important;
  padding: 0 0 0 0.75em !important;
}
#jme #gigyaShare .gig-bar-container {
  height: 20px;
  margin: 5px 0 0 5px;
}
#jme #gigyaShare .gig-button-container-google-plusone {
  width: 64px;
  overflow: hidden;
}



.bnr {
    max-width: 600px;
    margin: 50px auto;
}

