@charset "UTF-8";
/* sakata artist site CSS (common.css) */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #0028e4;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a:hover {
  text-decoration: none !important;
  opacity: 0.6;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

ul, ol {
  list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

div {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

#content_area a:hover {
  text-decoration: underline;
}

/* ============================================
 base
============================================ */
.no_pc {
  display: inline;
}

.no_sp {
  display: none;
}

html {
  overflow-y: scroll;
}

html, body {
  width: 100%;
  height: auto;
  color: #fff;
  min-width: 320px;
  letter-spacing: 0.5px;
  font-size: 12px;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  background: #000 url("https://d20dfxyuz7q532.cloudfront.net/sakata/2026/bg-base_s.jpg") repeat center 50%;
  background-size: cover;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.parallax-window {
  background: transparent !important;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

#exterior_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 92%;
  margin: 0 auto;
}
.wrapper:before, .wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}

/* ============================================
 header
============================================ */
/* ヘッダーは必要なら */
.site_header {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 1000;
}

/*-----------------------------------------------------------------
  ハンバーガーメニュー（画像ボタン）
------------------------------------------------------------------*/
.menu_button_wrap {
  z-index: 100000;
  width: 70px;
  height: 72px;
  position: fixed;
  right: 1%;
  top: 5px;
  padding: 23px;
  background: url(https://d20dfxyuz7q532.cloudfront.net/sakata/2026/btn-menu.png) no-repeat;
  background-size: 70px 72px;
}

.menu_button, .menu_button span {
  display: inline-block;
  transition: all 0.4s;
}

.menu_button {
  position: relative;
  margin: 5px 0 0;
  width: 100%;
  height: 17px;
  opacity: 1 !important;
}

.menu_button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 0px;
}

.menu_button span:nth-of-type(1) {
  top: 0;
}

.menu_button span:nth-of-type(2) {
  top: 7px;
}

.menu_button span:nth-of-type(3) {
  bottom: 0;
}

/*-----------  active  ------------*/
.menu_button.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.menu_button.active span {
  background-color: #fff;
}

.menu_button.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.menu_button.active span:nth-of-type(2) {
  -webkit-transform: translateY(1px) rotate(45deg);
  transform: translateY(1px) rotate(45deg);
}

.menu_button.active span:nth-of-type(3) {
  opacity: 0;
}

/* オープン時：close画像へ */
.menu_button_wrap.is-open {
  background: url(https://d20dfxyuz7q532.cloudfront.net/sakata/2026/btn-menu.png) no-repeat;
  background-size: 70px 72px;
}

/*-----------------------------------------------------------------
  gloval navi
------------------------------------------------------------------*/
.dropdown_nav {
  position: fixed;
  top: -100vh;
  overflow: hidden;
  margin: 0;
  height: 100vh;
  padding-top: 80px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.dropdown_nav_open {
  top: 0;
  opacity: 1;
  z-index: 9999;
}

.nav_top li a {
  font-size: 11px;
  font-size: 3.4375vw;
  letter-spacing: 1.5px;
  display: block;
  margin: 5px auto;
  padding: 5px 5px 5px 5px;
  text-align: right;
  text-decoration: none;
  color: #fff9c7;
  font-weight: 600;
}

.nav_top li a img {
  width: 83%;
}

.nav_top li a .fa-external-link-alt {
  font-size: 14px;
  font-size: 1.1666666667rem;
}

/*-----------------------------------------------------------------
  SNS
------------------------------------------------------------------*/
.d_nav_sns {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.d_nav_sns ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.d_nav_sns ul li {
  display: inline-block;
  width: 25px;
  margin: 0 5px;
}

.d_nav_sns ul li a {
  font-size: 18px;
  font-size: 1.5rem;
  color: #fff;
}

.d_nav_sns ul li.ico_tw {
  margin-right: 6px;
  width: 27px;
}

.d_nav_sns ul li.ico_bilibili {
  width: 45px;
}

.d_nav_sns ul li.ico_tiktok {
  width: 22px;
}

.pc_sns {
  display: none;
}

/* ============================================
 contents
============================================ */
#content_area {
  width: 100%;
  padding-top: 0;
  background: url("https://d20dfxyuz7q532.cloudfront.net/sakata/2026/bg-main.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}

footer {
  margin-top: 0px;
  text-align: center;
  padding: 0px 0 30px;
  position: relative;
  z-index: 99;
}
footer .share_area ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .share_area ul li {
  display: inline-block;
  width: 25px;
  margin: 0 5px;
}
footer .share_area ul li a {
  font-size: 18px;
  font-size: 1.5rem;
  color: #fff;
}
footer .share_area ul li.ico_tw {
  margin-right: 8px;
  width: 27px;
}
footer .share_area ul li.ico_bilibili {
  width: 45px;
}
footer .copyrights {
  font-family: "Noto Serif JP", sans-serif;
  color: #fff;
  font-size: 10px;
  font-size: 0.8333333333rem;
  letter-spacing: 0.1px;
  margin-top: 15px;
}

.fadein, .fadein_sc {
  opacity: 0;
  -ms-transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
  -webkit-transition: all 0.45s linear;
  transition: all 0.45s linear;
}

.fadein.scrolling {
  opacity: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.delay2 {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
}

.delay3 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}

.delay4 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms;
}

.delay5 {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  transition-delay: 500ms;
}

.delay6 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  transition-delay: 600ms;
}

.delay7 {
  -moz-transition-delay: 700ms;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  transition-delay: 700ms;
}

.delay8 {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  transition-delay: 800ms;
}

#page_top {
  width: 25px;
  height: 25px;
  position: fixed;
  right: 5%;
  bottom: 20px;
  cursor: pointer;
  display: none;
  z-index: 100;
}

.btn_wrap {
  position: absolute;
  display: block;
  top: 36%;
  left: 10%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}

.btn01 {
  display: block;
  position: relative;
  width: 100%;
  margin: 0% 0% 0;
}

.btn02 {
  display: block;
  position: relative;
  width: 100%;
  margin: 1.7% auto;
}

.btn03 {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
}

.btn04 {
  display: block;
  position: relative;
  width: 24%;
  margin: 0 0.5%;
}

.btn05 {
  margin-top: 5%;
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}

.btn_rep_ticket {
  display: block;
  position: absolute;
  top: 49.8%;
  left: 6.3%;
  width: 87%;
}

.popup_caution {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000000;
}
.popup_caution .popup_bg {
  background: #fff;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup_caution .popup_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.popup_caution .popup_container {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  width: auto;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  padding: 10% 20px;
}
.popup_caution .url0308 {
  position: absolute;
  top: 23.2%;
  left: 7%;
  width: 82%;
}
.popup_caution .url02 {
  position: absolute;
  top: 81.4%;
  left: 9%;
  width: 82%;
}
.popup_caution .close {
  position: fixed;
  width: 100px;
  height: 100px;
  top: 0;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  cursor: pointer;
}

/* ============================================
Media Queries
============================================ */
@media screen and (min-width: 900px) {
  .no_pc {
    display: none;
  }
  .no_sp {
    display: inline;
  }
  html, body {
    width: 100%;
    height: auto;
    min-width: 320px;
    letter-spacing: 0.5px;
    font-size: 12px;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
    background: url("https://d20dfxyuz7q532.cloudfront.net/sakata/2026/bg-base_s.jpg") repeat center 50%;
    background-size: cover;
  }
  .parallax-window {
    background: transparent !important;
  }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  #exterior_wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-size: 1200px 2354px;
  }
  .wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .wrapper:before, .wrapper:after {
    content: "";
    display: table;
  }
  .wrapper:after {
    clear: both;
  }
  /* ============================================
   header
  ============================================ */
  header {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 0px 0 0;
    width: 100%;
    z-index: 1000;
  }
  header a :hover {
    text-decoration: none !important;
  }
  header .wrapper {
    padding: 0 0 30px;
    width: 96%;
    height: 100%;
  }
  header .logo {
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0px 0 0 0px;
    position: absolute;
    left: 0;
  }
  header .logo a {
    display: inline-block;
    width: 21%;
    max-width: 310px;
    text-align: center;
  }
  header.active .menu_button_wrap {
    background: url(https://d20dfxyuz7q532.cloudfront.net/sakata/2026/btn-menu.png) no-repeat;
    background-size: 80px 82px;
  }
  /*-----------------------------------------------------------------
    ハンバーガーメニュー
  ------------------------------------------------------------------*/
  .menu_button_wrap {
    z-index: 100000;
    background: transparent;
    width: 80px;
    height: 82px;
    position: fixed;
    right: 1.5%;
    top: 13px;
    padding: 21px 25px;
    border-radius: 5px;
    background: url(https://d20dfxyuz7q532.cloudfront.net/sakata/2026/btn-menu.png) no-repeat;
    background-size: 80px 82px;
  }
  .menu_button, .menu_button span {
    display: inline-block;
    transition: all 0.4s;
  }
  .menu_button {
    position: relative;
    margin: 10px 0 0;
    width: 100%;
    height: 18px;
    opacity: 1 !important;
  }
  .menu_button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 0px;
  }
  .menu_button span:nth-of-type(1) {
    top: 0;
  }
  .menu_button span:nth-of-type(2) {
    top: 7px;
  }
  .menu_button span:nth-of-type(3) {
    bottom: 0;
  }
  /*-----------  active  ------------*/
  .menu_button.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .menu_button.active span {
    background-color: #fff;
  }
  .menu_button.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .menu_button.active span:nth-of-type(2) {
    -webkit-transform: translateY(1px) rotate(45deg);
    transform: translateY(1px) rotate(45deg);
  }
  .menu_button.active span:nth-of-type(3) {
    opacity: 0;
  }
  /*-----------------------------------------------------------------
    gloval navi
  ------------------------------------------------------------------*/
  .dropdown_nav {
    position: fixed;
    top: -100vh;
    overflow: hidden;
    margin: 0;
    height: 100vh;
    padding-top: 110px;
    width: 100%;
  }
  .dropdown_nav_open {
    top: 0;
    opacity: 1;
    z-index: 9999;
  }
  .nav_top {
    margin-right: 0;
  }
  .nav_top li {
    margin: 10px auto;
    text-align: right;
  }
  .nav_top li a {
    font-size: 22px;
    font-size: 1.8333333333rem;
    letter-spacing: 1.5px;
    display: inline-block;
    width: auto;
    padding: 5px 10px 5px 5px;
    text-align: right;
    text-decoration: none;
    color: #fff9c7;
    font-weight: 600;
  }
  .nav_top li a .fa-external-link-alt {
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  .nav_top li a img {
    width: 380px;
  }
  /*-----------------------------------------------------------------
    SNS
  ------------------------------------------------------------------*/
  .d_nav_sns {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    display: none;
  }
  .d_nav_sns ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .d_nav_sns ul li {
    display: inline-block;
    width: 25px;
    margin: 0 5px;
  }
  .d_nav_sns ul li a {
    font-size: 18px;
    font-size: 1.5rem;
    color: #fff;
  }
  .d_nav_sns ul li.ico_tw {
    margin-right: 6px;
    width: 28px;
  }
  .d_nav_sns ul li.ico_bilibili {
    width: 47px;
  }
  .pc_sns {
    display: inline-block;
    margin-top: 0px;
    width: auto;
    text-align: center;
    position: absolute;
    right: 5%;
    top: 30px;
    z-index: 10;
  }
  .pc_sns ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pc_sns ul li {
    display: inline-block;
    width: 27px;
    margin: 0 5px;
  }
  .pc_sns ul li a {
    font-size: 18px;
    font-size: 1.5rem;
    color: #fff;
  }
  .pc_sns ul li.ico_tw {
    margin-right: 6px;
    width: 28px;
  }
  .pc_sns ul li.ico_bilibili {
    width: 47px;
  }
  /* ============================================
   contents
  ============================================ */
  #content_area {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.7);
  }
  .btn_wrap {
    position: absolute;
    display: block;
    top: 36%;
    left: 10%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
  }
  .btn01 {
    display: block;
    position: relative;
    width: 100%;
    margin: 0% 0% 0;
  }
  .btn02 {
    display: block;
    position: relative;
    width: 100%;
    margin: 2.5% auto;
  }
  .btn03 {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
  }
  footer {
    margin-top: 0px;
    text-align: center;
    padding: 0 0 40px;
    position: relative;
    z-index: 99;
  }
  footer .share_area ul {
    margin: 25px 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  footer .share_area ul li {
    display: inline-block;
    width: 30px;
    margin: 0 7px;
  }
  footer .share_area ul li a {
    font-size: 18px;
    font-size: 1.5rem;
    color: #fff;
  }
  footer .share_area ul li.ico_tw {
    margin-right: 6px;
    width: 33px;
  }
  footer .share_area ul li.ico_bilibili {
    width: 55px;
  }
  footer .share_area ul li.ico_tiktok {
    width: 33px;
  }
  footer .share_area ul li.ico_tiktok img {
    width: 100%;
    max-width: none;
  }
  footer .copyrights {
    margin-top: 70px;
    color: #fff;
    font-size: 14px;
    font-size: 1.1666666667rem;
    letter-spacing: 2px;
    text-align: center;
  }
  #page_top {
    width: 35px;
    height: 35px;
    position: fixed;
    right: 5%;
    bottom: 30px;
    cursor: pointer;
    display: none;
    z-index: 100;
  }
}

/*# sourceMappingURL=common.css.map */
