@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");

/****************************************

          RESET

*****************************************/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;

  border: 0;
}
html {
  font-size: 62.5%;
}

body {
  position: relative;

  height: auto;

  background: #fff;

  letter-spacing: 0.07em;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;

  line-height: 1.7;
}

* {
  font-size: inherit;
  font-family: inherit;

  line-height: inherit;
}
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

footer {
  position: relative;
  z-index: 1;

  padding: 4.5em 0;

  background: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

img {
  width: 100%;
}

.sml {
  font-size: 0.85em;
}

.fadeup {
  opacity: 0;
  transition: all 0.5s ease-out 0.1s;
  transform: translatey(30px);
}

.loaded .fadeup.started {
  opacity: 1;
  transform: none;
}

.bgBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;

  width: 100%;
  height: 100vh;
  height: 100lvh;

  opacity: 0;
  transition: 0.5s 0.1s;
}

.loaded .bgBox {
  opacity: 1;
}

.slick-slide img {
  display: block;

  width: auto;
  height: 25vh;
}
.slick-slide {
  line-height: 0;
}

/****************************************
	ビジュアル
*****************************************/

.contents_wrap {
  overflow: hidden;
}

.count {
  margin: 0;

  text-align: center;
  letter-spacing: -0.05em;
  font-weight: 900;
  font-size: min(50vw, 100vh);
  font-family: "Roboto", "Noto Sans JP", sans-serif;

  line-height: 1;
  opacity: 0;
  transition: 0.1s;
}

.loaded .count {
  opacity: 1;
}

.visual {
  position: relative;

  margin: 0;
  min-height: 40vw;
  height: 100vh;
  height: 100svh;

  transition: 0.5s 1.5s;
}

.loaded .visual {
  background: #b4b4b461;
}

.visual h1 {
  position: fixed;
  top: 0;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  width: 55%;
  height: 100%;

  transition: 0.3s;
  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);
}

.visual h1 .main_visual {
  opacity: 0;
  transition: 0.7s 1.5s;
  transform: scale(1.2);
}

.loaded .visual h1 .main_visual {
  opacity: 1;
  transform: scale(1);
}

/* .visual .logo {
  font-size: 10vw;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  display: inline-block;
  background-image: linear-gradient(45deg, #987515 0%, #e5dbc0 50%, #a37d15 90%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-name: gradationTextAnimation;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
} */
/* @keyframes gradationTextAnimation {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.visual .logo .sub {
  display: block;
  font-size: 0.75em;
} */

.visual h1 .main_visual img {
  animation: brightness 5s cubic-bezier(0.99, 0.01, 0.46, 0.97) infinite;
}

@keyframes brightness {
  0% {
    filter: brightness(1);
  }
  40% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.2);
  }
  60% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(1);
  }
}

.scroll {
  position: absolute;
  right: 50%;
  bottom: 0;
  z-index: 10;
  display: block;

  width: 1px;
  height: min(125px, 10vh);

  text-align: center;
  text-decoration: none;

  transition: all 0.3s ease;
  animation: logoFade 0.3s ease 1.4s 1 forwards;

  -webkit-transition: all 0.3s ease;
  -webkit-animation: logoFade 0.3s ease 1.4s 1 forwards;
}
.scroll:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;

  margin: auto;
  width: 1px;
  height: 0;

  background: #212121;

  content: "";

  animation: scroll 2s linear 1.7s infinite;

  -webkit-animation: scroll 2s linear 1.7s infinite;
}

.scroll::before {
  position: absolute;
  top: -35px;
  right: 15px;
  right: -100px;
  bottom: 20px;

  width: 200px;

  content: "SCROLL";

  text-align: center;
  text-shadow: 0 0 10px #fff8c;
  letter-spacing: 0;
  letter-spacing: 0.25em;
  font-weight: 500;
  font-weight: 600;
  font-size: 1.2em;

  line-height: 1;
}
@-webkit-keyframes scroll {
  0% {
    top: 0;
    bottom: auto;

    height: 0;

    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  46% {
    top: 0;
    bottom: auto;

    height: 100%;
  }
  50% {
    top: auto;
    bottom: 0;

    height: 100%;
  }
  54% {
    top: auto;
    bottom: 0;

    height: 100%;
  }
  100% {
    top: auto;
    bottom: 0;

    height: 0;
  }
}
@keyframes scroll {
  0% {
    top: 0;
    bottom: auto;

    height: 0;

    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  46% {
    top: 0;
    bottom: auto;

    height: 100%;
  }
  50% {
    top: auto;
    bottom: 0;

    height: 100%;
  }
  54% {
    top: auto;
    bottom: 0;

    height: 100%;
  }
  100% {
    top: auto;
    bottom: 0;

    height: 0;
  }
}

.attentionList li {
  margin: 0 0 5px 1em;

  text-indent: -1em;
  font-size: 0.85em;
}
.attentionList li:last-child {
  margin-bottom: 0;
}

.attentionList li.sml {
  font-size: 0.85em;
}

.copy {
  text-align: center;
  color: #f8b500;
  font-size: 0.7em;
}

/****************************************
	概要
*****************************************/

.contents {
  position: relative;
  z-index: 1;

  padding: 6.5rem 0;

  background: #202020;
}

.contents_inner {
  margin: 0 auto;
  max-width: 92%;
  width: 1300px;
}

section#lead {
  padding-top: 9rem;
}

.lead_box {
  position: relative;

  margin: 0 auto;
}

.lead_tit {
  margin-bottom: 60px;

  background: linear-gradient(90deg, #d3c293 0%, #ffe88d 45%, #a58951 90% 100%);

  text-align: center;
  font-weight: bold;
  font-size: 20px;

  line-height: 1.9;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lead_txt_list {
  position: relative;
}

.lead_txt_list > li {
  margin-bottom: 18px;

  text-align: center;
  letter-spacing: 0.05em;
  font-size: 15px;

  line-height: 2;
  opacity: 0;
  transition: 0.55s;
  transform: translateY(30px);
}

.loaded .lead_txt_list.started > li {
  opacity: 1;
  transform: none;
  margin-top: 20px;
}

.lead_txt_list > li:last-child {
  margin-bottom: 0;
}

.detailArea {
  overflow: hidden;

  background-position: top;
  background-size: auto;
}

.general_box {
  position: relative;

  margin: 0 auto 8rem;
  padding: 2.5em 4.5em;
  max-width: 860px;

  /* background: #f6e38d; */
  width: 100%;

  border: 2px solid;
}

.general_box:last-child {
  margin-bottom: 0;
}

.general_box.attention_box {
  border: none;

  background: #4e4e4e;
}

.general_box_tit {
  margin-bottom: 1em;

  background: linear-gradient(90deg, #d3c293 0%, #ffe88d 45%, #a58951 90% 100%);

  text-align: center;
  text-indent: 0.05em;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-size: 1.4em;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.general_txt {
  margin-bottom: 0.6em;

  text-align: center;
  font-size: 1.25em;
}

.general_txt:last-child {
  margin-bottom: 0;
}

.general_txt.large_txt {
  letter-spacing: 0.08em;
  font-weight: 600;
  font-size: 2.2em;

  line-height: 1;
}

.general_txt.large_txt .sml {
  font-size: 0.5em;
}

.period {
  text-align: center;
  font-weight: bold;
  font-size: 25px;

  line-height: 1.5;
}

.detail_txt {
  margin-top: 30px;

  text-align: center;
  font-size: 15px;
}

.detailBox_tit {
  position: relative;

  margin-bottom: 15px;
  width: 70%;

  line-height: 0;
}

.method_list {
  margin: 0 auto;
  width: fit-content;

  font-weight: 600;
}

.method_list > li {
  margin-bottom: 12px;
  padding-left: 1em;

  text-indent: -1em;
}

.method_list > li:last-child {
  margin-bottom: 0;
}

.link {
  color: #f8bb00;
  font-size: 12px;
}
.link:hover {
  opacity: 0.7;
  transition: 0.4s;
}

.btn a {
  display: block;

  box-sizing: border-box;

  margin: 0 auto;
  padding: 20px 100px;
  max-width: 400px;

  border: 2px solid #f6e38d;
  border-radius: 100px;

  background: linear-gradient(133deg, #d7b048 0%, #dfd096 45%, #926e25 90% 100%);

  text-align: center;
  color: #282828;
  font-weight: bold;

  /* background: #3e3e3e; */
  font-size: 25px;

  transition: 0.3s;
}

.btn a:hover {
  background: #141414;

  color: #fff;
}

.btn.hide a {
  background: #a4a4a4;

  color: #dedede;

  pointer-events: none;
}

.btn_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  margin-bottom: 15px;
  padding: 0 90px;
}

.btn_list > li {
  margin: 0 10px 20px;
  width: 47%;
}

.btn_list > li .btn a {
  max-width: none;
}

.attentionList li a {
  text-decoration: underline;
}

.attention_list > li {
  margin-bottom: 5px;
  padding-left: 1em;

  text-indent: -1em;
  font-size: 15px;
}

.attention_list > li:last-child {
  margin-bottom: 0;
}

.artwork p {
  text-align: center;
  font-size: 140%;
}

.dvd_box {
  margin-bottom: 60px;
  padding: 30px;

  background: #6060603b;
}

.artwork p.release_date {
  margin-bottom: 10px;

  font-size: 120%;
}

.artwork dl {
  display: flex;
  justify-content: center;

  margin-top: 20px;
}

.artwork dt {
  width: 30%;
}

.artwork dd {
  margin-left: 50px;
  width: 35%;
}

.artwork td.setlist_no {
  width: 15%;
}

.artwork tr {
  vertical-align: baseline;
}

.mov {
  margin: 0 0 0px;
  width: 100% !important;
  float: none;
}

.mov .thumb {
  margin: 0;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/****************************************

	PC

*****************************************/

@media screen and (min-width: 960px) {
  .sp {
    display: none !important;
  }
}

/****************************************

	SP

*****************************************/

@media screen and (max-width: 960px) {
  html {
    font-size: 8px;
  }

  .pc {
    display: none !important;
  }

  .btn a {
    padding: 20px 50px;

    font-size: 18px;
  }

  .bgBox {
  }

  /****************************************
	ビジュアル
*****************************************/

  .visual {
    min-height: auto;
  }
  .visual .logo {
    font-size: 12vw;
  }

  .visual h1 {
    justify-content: center;
    align-items: center;

    width: 85%;
    height: 100svh;
  }

  .scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;

    height: 10%;
  }

  .scroll::before {
    top: -30px;
    right: -40px;

    width: 80px;

    text-align: center;
  }

  .contents {
    padding: 25px 0;
  }
  .contents_inner {
    max-width: 88%;
  }

  section#lead {
    padding-top: 50px;
  }

  .lead_tit {
    margin-bottom: 30px;

    font-size: 15px;

    line-height: 2;
  }

  .lead_txt_list > li {
    margin-bottom: 15px;

    text-align: left;
    font-size: 13px;
  }

  .attention_list > li {
    font-size: 12px;
  }

  .general_box_tit {
    margin-bottom: 12px;
  }

  .general_box {
    position: relative;

    margin-bottom: 45px;
    padding: 2em 1.5em;
  }

  .period {
    font-size: 18px;
  }

  .cs {
    font-size: 18px;
  }

  .link:hover {
    opacity: 1;
  }

  .copy {
    text-align: center;
    font-size: 10px;
  }

  .artwork dl {
    display: block;
  }

  .artwork dt {
    width: 100%;
  }

  .artwork dd {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  .artwork p {
    font-size: 130%;
  }

  .btn_list {
    padding: 10px;
  }

  .btn {
    margin-bottom: 30px;
  }
}

/*===================================================
   footer
====================================================*/

footer .inBox {
  box-sizing: border-box;

  margin: 0 auto;
  max-width: 100%;
}
footer h4 {
  margin: 0 auto 30px;
  width: 330px;

  line-height: 0;
}
footer .footerNav {
  display: flex;
  justify-content: center;

  margin: 0 0 20px;
}
footer .footerNav li {
  margin: 0 20px 0 0;
}
footer .footerNav li a {
  font-weight: 500;
  font-size: 90%;
}
footer .credit {
  text-align: center;
}
footer .credit span {
  margin: 0 20px 0 0;

  font-weight: 500;
  font-size: 80%;
}

@media screen and (max-width: 900px) {
  footer .inBox {
    padding: 20px;
  }
  footer h4 {
    width: 50%;
  }
  footer .footerNav {
    display: block;

    margin: 0 auto 20px;

    text-align: center;
  }
  footer .footerNav li {
    margin: 0 0 10px;
  }
  footer .footerNav li a {
    font-size: 80%;
  }
  footer .credit span {
    margin: 0 10px 0 0;

    font-size: 60%;
  }
}

@media screen and (max-width: 960px) and (min-width: 500px) {
  html {
    font-size: 11px;
  }
}
