@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: #48ad41;
  min-width: 320px;
  letter-spacing: 0.5px;
  font-size: 12px;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  background: #fff url("https://d20dfxyuz7q532.cloudfront.net/uratanuki/2026/bg____.jpg") repeat;
  background-size: 100%;
  font-family: "Kaisei Decol", 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
============================================ */
header {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: fixed;
  padding: 0px 0 0;
  height: 60px;
  width: 100%;
  z-index: 1000;
}
header a :hover {
  text-decoration: none !important;
}
header .wrapper {
  padding: 0 0 30px;
  width: 92%;
  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: 40%;
}
/*-----------------------------------------------------------------
  ハンバーガーメニュー
------------------------------------------------------------------*/
.menu_button_wrap {
  display: none;
  z-index: 100000;
  background: transparent;
  width: 60px;
  height: 58px;
  position: fixed;
  right: 5%;
  top: 10px;
  padding: 0;
  border-radius: 5px;
}

.menu_button, .menu_button span {
  display: inline-block;
}

.menu_button {
  position: relative;
  margin: 3px 0 0;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  transition: opacity 0.35s ease;
}
.menu_button .off {
  opacity: 1;
}
.menu_button .on {
  opacity: 0;
}
.menu_button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  transition: opacity 0.35s ease;
}

.menu_button span {
  position: absolute;
  left: 50%;
  width: 25px;
  border: solid 1px #ceadb1;
  height: 4px;
  margin-left: -15px;
  background-color: #fff;
  border-radius: 999px;
  transition: top 0.34s cubic-bezier(0.76, 0, 0.24, 1), transform 0.34s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.22s ease;
  transform-origin: center;
}

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

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

.menu_button span:nth-of-type(3) {
  top: 34px;
}

/*-----------  active  ------------*/
.menu_button.active .off {
  opacity: 0;
}
.menu_button.active .on {
  opacity: 1;
}

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

.menu_button.active span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.menu_button.active span:nth-of-type(3) {
  top: 29px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*-----------------------------------------------------------------
  gloval navi
------------------------------------------------------------------*/
.dropdown_nav {
  position: fixed;
  top: -100vh;
  overflow: hidden;
  margin: 0;
  height: 100vh;
  padding-top: 80px;
  width: 100%;
  background: 40B05;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(47, 94, 63, 0.95) 100%);
}

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

.nav_top li {
  margin: 5px auto;
}
.nav_top li a {
  font-size: 12px;
  font-size: 3.75vw;
  letter-spacing: 0.2px;
  display: block;
  padding: 5px 5px 5px 5px;
  text-align: right;
  text-decoration: none;
  color: #fff;
  font-family: ambicase-fatface, "Kaisei Decol", serif;
  font-weight: 800;
  font-style: normal;
}
.nav_top li a img {
  width: 83%;
}
.nav_top li a .fa-external-link-alt {
  font-size: 14px;
  font-size: 1.1666666667rem;
}
.nav_top li a.en {
  font-size: 13px;
  font-size: 4.0625vw;
}

/*-----------------------------------------------------------------
  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;
}

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 {
  color: #64aa50;
  font-weight: bold;
  font-size: 12px;
  font-size: 1rem;
  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: flex;
  top: 8%;
  left: 11%;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 0 -3% -3%;
}
.btn_wrap > a {
  display: block;
  position: relative;
  width: 28.33%;
  margin: 0 0 6% 6%;
}

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

#attention01 {
  position: absolute;
  top: 13.5%;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  height: 10px;
}

#attention02 {
  position: absolute;
  top: 37.3%;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  height: 10px;
}

#attention03 {
  position: absolute;
  top: 48.9%;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  height: 10px;
}

.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: 770px;
  height: auto;
  margin: 0 auto;
  padding: 10% 20px;
}
.popup_caution .popup_container_inner {
  background: url("../images/bg.jpg") repeat;
  background-size: 600px 1177px;
}
.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: #fff url("https://d20dfxyuz7q532.cloudfront.net/uratanuki/2026/bg____.jpg") repeat;
  }
  .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: calc(100% - 70px);
    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;
  }
  /*-----------------------------------------------------------------
    ハンバーガーメニュー
  ------------------------------------------------------------------*/
  .menu_button_wrap {
    z-index: 100000;
    background: transparent;
    width: 80px;
    height: 77px;
    position: fixed;
    right: 40px;
    top: 10px;
    padding: 0;
    border-radius: 5px;
  }
  .menu_button, .menu_button span {
    display: inline-block;
  }
  .menu_button {
    position: relative;
    margin: 10px 0 0;
    width: 100%;
    opacity: 1 !important;
    transition: opacity 0.35s ease;
  }
  .menu_button span {
    position: absolute;
    left: 50%;
    width: 32px;
    border: solid 2px #ceadb1;
    height: 6px;
    margin-left: -21px;
    background-color: #fff;
    border-radius: 999px;
    transition: top 0.34s cubic-bezier(0.76, 0, 0.24, 1), transform 0.34s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.22s ease;
    transform-origin: center;
  }
  .menu_button span:nth-of-type(1) {
    top: 26px;
  }
  .menu_button span:nth-of-type(2) {
    top: 35px;
  }
  .menu_button span:nth-of-type(3) {
    top: 44px;
  }
  /*-----------  active  ------------*/
  .menu_button.active span:nth-of-type(1) {
    top: 35px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu_button.active span:nth-of-type(2) {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .menu_button.active span:nth-of-type(3) {
    top: 35px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /*-----------------------------------------------------------------
    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: 5px auto;
    text-align: right;
  }
  .nav_top li a {
    font-size: 28px;
    font-size: 2.3333333333rem;
    letter-spacing: 1.5px;
    display: inline-block;
    width: auto;
    padding: 10px 10px 10px 5px;
    text-align: right;
    text-decoration: none;
    color: #fff;
    font-weight: 800;
  }
  .nav_top li a .fa-external-link-alt {
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  .nav_top li a img {
    width: 380px;
  }
  .nav_top li a.en {
    font-size: 32px;
    font-size: 2.6666666667rem;
  }
  /*-----------------------------------------------------------------
    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: 1000px;
    margin: 0 auto;
  }
  .btn_wrap {
    position: absolute;
    display: flex;
    top: 8%;
    left: 11%;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 0 -3% -3%;
  }
  .btn_wrap > a {
    display: block;
    position: relative;
    width: 28.33%;
    margin: 0 0 6% 6%;
  }
  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: 30px;
    color: #64aa50;
    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 */
