@charset "utf-8";

/* **************************************************

  elements

************************************************** */
* { -webkit-tap-highlight-color: rgba(0,0,0,0); }
@-ms-viewport { width: device-width; }
:after,
:before { box-sizing: border-box; }
html,
body { background: #fff; }
body {
  font-smooth: always;
	text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "YuGothic", "游ゴシック体", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
	color: #000;
}
body.no-effect * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
* { outline: none; }
*:first-child { margin-top: 0 !important; }
*::selection { background: #f0efef ; color: #000; }
*::-moz-selection { background: #f0efef ; color: #000; }
a {
	color: #000;
	text-decoration: none;
}
a:link, a:visited { text-decoration: none; }
a img { border: none; }
img {
	vertical-align: bottom;
  max-width: 100%;
  height: auto;
	border: none;
	outline: none;
	-ms-interpolation-mode: bicubic;
}
table { line-height: 1.5; }
input,
textarea { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "YuGothic", "游ゴシック体", "メイリオ", Meiryo, sans-serif; }
input,
textarea,
selectbox {
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
*::-webkit-input-placeholder { color: #aaa; }/* Google Chrome, Safari, Opera 15+, Android, iOS */
*::-moz-placeholder { color: #aaa; opacity: 1; }/* Firefox 19+ */
*:-ms-input-placeholder { color: #aaa; }/* IE 10+ */
*:placeholder-shown { color: #aaa; }

@media screen and (min-width:960px) {
a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
a:hover, a:active { color: #29e1a2; }
}


/* **************************************************

  body

************************************************** */
/*
body:after {
  background: #fff;
  display: block;
  content: "";
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width:768px) {
body:after { height: 80px; }
}
*/


/* **************************************************

  update

************************************************** */
#update { visibility: hidden; }



/* **************************************************

  background

************************************************** */
#background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  overflow: hidden;
}
#background .src,
#background .src:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#background .src {
  background: #bfbfbf url(../images/bg_01@sp.jpg?20250121) no-repeat center center;
  background-size: auto 100% !important;
}
#background.blur .src {
  background-size: cover !important;
  filter: blur(10px);
  margin : -15px;
}
#background .src:after {
  background: rgba(0,0,0,0.4);
  content: "";
}

@media screen and (min-width:768px) {
#background .src { background-image: url(../images/bg_01.jpg?20250121); }
}

@media screen and (min-width:1600px) {
#background .src { background-size: cover !important; }
}



/* **************************************************

  wrapper

************************************************** */
#wrapper {
  padding-top: 60px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#wrapper:after {
  background: #fff;
  display: block;
  content: "";
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 1s ease-in-out, visibility 0s ease-in-out 1s;
  transition: opacity 1s ease-in-out, visibility 0s ease-in-out 1s;
}

@media screen and (min-width:768px) {
#wrapper { padding-top: 80px; }
}

/* ----------
  is-loaded
---------- */
html.is-loaded:not(.is-hidden) #wrapper:after {
  opacity: 0;
  visibility: hidden;
}



/* **************************************************

  header

************************************************** */
#header {
  background: rgba(255,255,255,0.95);
  width: 100%;
  height: 60px;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
#header .header-logo {
  font-size: 0;
  position: absolute;
}
#header .header-nav li .txt { font-family: "Montserrat"; }
#header .header-nav li .icon i { position: relative; }
#header .header-nav li .icon i:after {
  background: #f0299e;
  display: none;
  content: "";
  border-radius: 50%;
  position: absolute;
}

/* icon */
#update.news ~ #wrapper #header .header-nav li:nth-child(2) .icon i:after,
#update.live ~ #wrapper #header .header-nav li:nth-child(3) .icon i:after,
#update.schedule ~ #wrapper #header .header-nav li:nth-child(4) .icon i:after,
#update.discography ~ #wrapper #header .header-nav li:nth-child(5) .icon i:after { display: block !important; }

@media screen and (max-width:767px) {
#header:after {
  background: #fff;
  display: block;
  content: "";
  width: 100%;
  height: 60px;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
#header .header-logo {
  z-index: 1000;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#header .header-logo img { width: 82px; }
#header .header-menu {
  z-index: 1000;
  position: absolute;
  top: 13px;
  left: 15px;
  cursor: pointer;
}
#header .header-menu .icons,
#header .header-menu .icon { display: block; }
#header .header-menu .icons {
  height: 34px;
  width: 34px;
}
#header .header-menu .icon,
#header .header-menu .icon:before,
#header .header-menu .icon:after {
  display: block;
  background: #3e2723;
}
#header .header-menu .icon:before,
#header .header-menu .icon:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#header .header-menu .icon {
  display: block;
  width: 18px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#header .header-menu .icon:before {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
#header .header-menu .icon:after {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}
#header .header-nav {
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  height: 100vh;
  /*height: 100%;*/
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
#header .header-nav:before,
#header .header-nav:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#header .header-nav:before {
  background: #fff;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#header .header-nav:after {
  background: url(../images/bg_01@sp.jpg?20250121) no-repeat center center;
  background-size: auto 100%;
  opacity: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s ease-in-out 0.3s;
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s ease-in-out 0.3s;
}
#header .header-nav .nav-inner {
  height: 100%;
  opacity: 0;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s ease-in-out;
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.8s ease-in-out;
}
#header .header-nav .nav-inner:before {
  display: block;
  content: "";
  background: rgba(0,0,0,0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#header .header-nav .nav-inner:after {
  font-family: "Montserrat";
  font-size: 10px;
  line-height: 1;
  display: block;
  content: "© A stAtion";
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#header .header-nav ul {
  letter-spacing: -0.4em;
  box-sizing: border-box;
  max-width: 480px;
  width: 100%;
  margin: 15px auto 0 !important;
  padding: 0 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#header .header-nav li {
  line-height: 1;
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  width: 50%;
  margin-top: 6.349206349206349%;
}
#header .header-nav li a { display: inline-block; }
#header .header-nav li a > * { display: block; }
#header .header-nav li a { color: #fff; }
#header .header-nav li .icon {
  font-size: 46px;
  width: 46px;
  height: 46px;
  margin: 0 auto;
}
#header .header-nav li .icon i { vertical-align: top; }
#header .header-nav li .icon i:after {
  width: 12px;
  height: 12px;
  top: -2px;
  right: -2px;
}
#header .header-nav li .txt {
  font-size: 11px;
  letter-spacing: 0.08em;
  margin-top: 6px;
}

/* HOME */
#header .header-nav li:nth-child(1) { width: 100%; }

/* ==============================
  is-open
============================== */
html.is-open #header:after { opacity: 1; }
html.is-open #header .header-menu .icons {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
html.is-open #header .header-menu .icon,
html.is-open #header .header-menu .icon:before,
html.is-open #header .header-menu .icon:after {
  -webkit-transition: background 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99), width 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99), height 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: background 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99), transform 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99), width 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99), height 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
html.is-open #header .header-menu .icon {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg) !important;
  transform: translate3d(-50%, -50%, 0) rotate(45deg) !important;
}
html.is-open #header .header-menu .icon:before {
  -webkit-transform: translateY(0) rotate(-90deg) !important;
  transform: translateY(0) rotate(-90deg) !important;
}
html.is-open #header .header-menu .icon:after {
  -webkit-transform: translateY(0) rotate(-90deg) !important;
  transform: translateY(0) rotate(-90deg) !important;
}
html.is-open #header .header-nav {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0s;
  transition: opacity 0.4s ease-in-out, visibility 0s;
}
html.is-open #header .header-nav:before,
html.is-open #header .header-nav:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
html.is-open #header .header-nav:after { opacity: 1; }
html.is-open #header .header-nav .nav-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}


/* ==============================
  is-close
============================== */
html.is-close #header .header-menu .icons {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
html.is-close #header .header-menu .icon,
html.is-close #header .header-menu .icon:before,
html.is-close #header .header-menu .icon:after {
  -webkit-transition: background 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99), -webkit-transform 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99), width 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99), height 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: background 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99), transform 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99), width 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99), height 0.4s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
html.is-close #header .header-nav {
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
  transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
}
}

@media screen and (min-width:375px) and (max-width:767px) {
#header .header-nav .nav-inner:after { bottom: 30px; }
#header .header-nav li { margin-top: 9.523809523809524%; }
#header .header-nav li .icon {
  font-size: 52px;
  width: 52px;
  height: 52px;
}
#header .header-nav li .txt { font-size:13px; }
}

@media screen and (min-width:600px) and (max-width:767px) {
#header .header-nav li .icon {
  font-size: 64px;
  width: 64px;
  height: 64px;
}
}

@media screen and (min-width:768px) {
#header { height: 80px; }
#header .header-logo {
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .header-logo img { width: 106px; }
#header .header-nav {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .header-nav ul { letter-spacing: -0.4em; }
#header .header-nav li {
  line-height: 1;
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  margin-left: 28px;
}
#header .header-nav li:nth-child(1) { display: none; }
#header .header-nav li:nth-child(2) { margin-left: 0; }
#header .header-nav li a {
  display: block;
  padding: 8px 0 12px;
  position: relative;
}
#header .header-nav li .icon {
  font-size: 45px;
  display: block;
  height: 45px;
}
#header .header-nav li .icon i:after {
  width: 8px;
  height: 8px;
  top: 0;
  right: 0;
}
#header .header-nav li .txt {
  font-size: 9px;
  letter-spacing: 0.08em;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0s 0.2s;
  transition: opacity 0.2s ease-in-out, visibility 0s 0.2s;
}
#header .header-nav li a { color: #231815; }
#header .header-nav li a:hover .txt {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
}



/* **************************************************

  sns

************************************************** */
#sns {
  font-family: "Montserrat";
  background: #fff;
}
#sns li a { display: block; }

@media screen and (max-width:767px) {
#sns li a .icon:last-child { display: none; }
}

@media screen and (min-width:768px) {
#sns { background: #f0efef; }
#sns .inner {
  display: table;
  table-layout: fixed;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#sns .sns {
  display: table-cell;
  vertical-align: middle;
}
#sns .sns:nth-child(1) { width: 57.14285714285714%; }
#sns .sns:nth-child(2) { width: 42.85714285714286%; }
#sns .sns > * {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#sns .sns li {
  background: #f8f8f8;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#sns .sns * li:nth-child(even) { background: #f0efef; }
#sns .sns li a { padding: 40px 0; }
#sns .sns li a * {
  line-height: 1;
  display: block;
}
#sns .sns li a .icon:first-child { display: none; }
#sns .sns li a .category {
  font-size: 15px;
  letter-spacing: 0.12em;
}
#sns .sns li a .service {
  font-size: 9px;
  letter-spacing: 0.15em;
  margin-top: 10px;
}
#sns .sns li a .icon {
  font-size: 26px;
  margin-top: 20px;
}
}

@media screen and (min-width:960px) {
#sns .sns li a {
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
#sns .sns li a * {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#sns .sns li a:hover { background: #000; }
#sns .sns li a:hover * { color: #fff; }
}


/* ==============================
  ayaka
============================== */
@media screen and (max-width:767px) {
#sns .ayaka li:nth-child(odd) { background: #f7f6f6; }
#sns .ayaka li a {
  font-size: 15px;
  line-height: 70px;
  letter-spacing: -0.4em;
  padding: 0 28px;
}
#sns .ayaka li a > * {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: middle;
}
#sns .ayaka li a .icon {
  font-size: 25px;
  text-align: center;
  width: 25px;
}
#sns .ayaka li a .category,
#sns .ayaka li a .service { letter-spacing: 0.12em; }
#sns .ayaka li a .category { margin-left: 24px; }
#sns .ayaka li a .service { margin-left: 8px; }
}


/* ==============================
  other
============================== */
@media screen and (max-width:767px) {
#sns .other {
  color: #fff;
  background: #000;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#sns .other li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#sns .other li:nth-child(even) { background: #181818; }
#sns .other li a {
  color: #fff;
  display: block;
  padding: 25px 0;
}
#sns .other li a > * {
  line-height: 1;
  display: block;
}
#sns .other li a .icon { font-size: 25px; }
#sns .other li a .category,
#sns .other li a .service { letter-spacing: 0.12em; }
#sns .other li a .category {
  font-size: 13px;
  margin-top: 10px;
}
#sns .other li a .service {
  font-size: 9px;
  margin-top: 8px;
}
}



/* **************************************************

  footer

************************************************** */
#footer {
  font-family: "Montserrat";
  background: #fff;
  text-align: center;
}

@media screen and (max-width:767px) {
#footer { display: none; }
}

@media screen and (min-width:768px) {
#footer { padding: 80px 0 40px; }
#footer .footer-logo img { width: 106px; }
#footer .footer-logo:after {
  font-size: 7px;
  display: block;
  content: "OFFICIAL SITE";
  letter-spacing: 0.65em;
  margin-top: 10px;
}
#footer .footer-nav {
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: -0.4em;
  margin-top: 40px;
}
#footer .footer-nav li {
  display: inline-block;
  letter-spacing: 0.12em;
  vertical-align: top;
  margin-left: 40px;
}
#footer .footer-nav li:first-child { margin-left: 0; }
#footer .footer-copy {
  font-size: 7px;
  letter-spacing: 0.3em;
  margin-top: 35px;
}
}
