@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Just+Another+Hand&display=swap');

:root{
  --family-display: 'Just Another Hand', cursive;

  --color-secondary: #111;
  --color-secondary-hover: #444;
  --color-secondary-rgb: 0, 0, 0;
  --color-secondary-hue: #DCDCDC;

/*黄色  --color-secondary: #FFD119;
  --color-secondary-hover: #D4AE16;
  --color-secondary-hue: #FFFAE8;
  --color-secondary-rgb: 255, 209, 25;*/

/*だいだい  --color-secondary: #FF3737;
  --color-secondary-hover: #D62222;
  --color-secondary-hue: #FFD6D6;
  --color-secondary-rgb: 255, 55, 55;*/

/*ピンク  --color-secondary: #F20089;
  --color-secondary-hover: #CC0074;
  --color-secondary-hue: #FFC4E5;
  --color-secondary-rgb: 242, 0, 137;*/

/*青  --color-secondary: #1B40C7;
  --color-secondary-hover: #1735A4;
  --color-secondary-hue: #D8E0FF;
  --color-secondary-rgb: 27, 64, 199;*/

/*紫  --color-secondary: #D405E7;
  --color-secondary-hover: #A300B2;
  --color-secondary-hue: #FDE2FF;
  --color-secondary-rgb: 212, 5, 231;*/
}

a:hover img{
  opacity: 0.7;
}

/*p{
  line-height: 1.6;
}*/

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

blockquote{
  font-size: 22px;
}
.andro_header-navigation > ul{
  margin-right: 0;
}
.andro_header-navigation > ul li:last-child a{
  padding-right: 0;
}
.andro_header-navigation > ul li a{
  padding: 0 15px 15px;
}
.andro_header-navigation > ul li a:hover{
  color: var(--color-primary);
}
.andro_header-navigation ul li:hover > ul{
  top: 80%;
}
.andro_header-navigation ul ul{
  border-radius: 10px;
  min-width: auto;
  left: auto;
}
.andro_header-navigation > ul li.has-megamenu > ul{
  min-width: 152px;
  width: auto;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.9);
}
.andro_header-navigation > ul li.has-megamenu > ul > li{
  padding: 0;
}
.andro_header-navigation > ul li.has-megamenu > ul > li a{
  padding: 7px 20px;
}

.andro_header-controls > a{
  font-size: 45px;
}

.andro_hero-item{
  background-image: url('../../assets/img/index/fenderist.jpg?2025');
  background-size: cover;
  background-position: center;
}

.andro_hero-typo{
  margin-bottom: 140px;
}

.light-bg {
  background-color: #ebedf0;
}
.light-blue-bg {
  background-color: #e4f5fd;
}
.light-orange-bg {
  background-color: #fff7dc;
}

.wrap-date{
  min-width: 60px;
}

.page-vendor p{
  margin-bottom: 30px;
}

.wrap-vendorlist{
  margin-bottom: 90px;
}
.wrap-sale{
  background: #ffe5e8;
  padding: 3px 10px;
  border-radius: 5px;
  color: #dc3545;
  font-size: 14px;
  display: inline-block;
}

.andro_pricing.style-2 .andro_pricing-price-wrap{
  justify-content: center;
}

.section-title h3.family-display{
  color: #fff;
}

.wrap-addline img{
  width: 160px;
}

.button.light{
  color: #fff;
}
.button.light:hover {
  background-color: rgba(255,255,255,.2);
}
.button.deka{
  font-size: 18px;
}

.black-bg{
  background: #1a1a1a;
}
.black-light-bg{
  background: #444;
}
.andro_pricing.style-2{
  padding:50px 25px;
}
.andro_pricing.season-off{
/*  background-color: #111;*/
background-color: #606769;
}

.wrap-footer{
  padding: 0 0 40px;
}

.wrap-footer a:hover{
  text-decoration: underline;
}

.wrap-footer-end{
  background: #000;
  padding: 15px 0;
}
.wrap-footer-end small{
  font-size: 11px;
}

.box-logo a{
  display: block;
  position: relative;
  top: -40px;
  left: auto;
}
.box-logo a img{
  padding: 15px;
  background: #1a1a1a;
  border-radius: 50%;
}
.box-logo a:hover{
  top: -35px;
}
.box-logo a:hover img{
  opacity: 1;
}

.box-footer-mess{
  font-size: 60px;
  margin-top: -40px;
  display: block;
  height: 73px;
}

.andro_footer-socials li a{
  padding: 0 5px;
}

.entry-content .blog-img img{
  margin: 0 0 15px;
}

.andro_post-d-author{
  margin: 120px 0 0;
}

.andro_post-d-author.blue .andro_post-d-author-body{background-color: #7595bf;}
.andro_post-d-author.gray .andro_post-d-author-body{background-color: #8D97A2;}
.andro_post-d-author.green .andro_post-d-author-body{background-color: #478261;}
.andro_post-d-author.brown .andro_post-d-author-body{background-color: #b99371;}
.andro_post-d-author.pink .andro_post-d-author-body{background-color: #bf75a2;}
.andro_post-d-author.purple .andro_post-d-author-body{background-color: #8975bf;}
.andro_post-d-author.red .andro_post-d-author-body{background-color: #bf7575;}

.andro_post-thumb::before{
  border: 0;
}


table.no-border th, table.no-border td{
  color: var(--color-body);
  border: 2px solid #fff;
  padding: 10px 15px;
}
table.no-border th{
  background: #eee;
}

table.my-table th, table.my-table td{
  color: var(--color-body);
  border: 1px solid #ddd;
  padding: 10px 15px;
}
table.my-table th{
  background: #eee;
}


.andro_artist-d-content-wrap{
  margin-top: 20px;
  margin-bottom: 100px;
}
.small, small{
  font-size: 12px;
}

.wrap-today .box-link a{
  display: block;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  color: #333;
  font-weight: bold;
  background: #eee;
}
.wrap-today .box-link a.disabled{
  pointer-events: none;
  opacity: .5;
}
.wrap-today .box-link a:hover{
  opacity: 0.8;
}

.col-custom{
  margin-bottom: 2rem;
}
.wrap-today .col-custom{
  margin-bottom: 1.5em;
}

h2.ja{font-size: 30px;}
h3.ja{font-size: 21px;}

.btn-danger.my{
  background-color: #ee3d3d;
  border-color: #ee3d3d;
}
.btn-success.my{
  background-color: #539b7a;
  border-color: #539b7a;
}
.btn-primary.my{
  background-color: #3faadf;
  border-color: #3faadf;
}
.btn-warning.my{
  background-color: #cab183;
  border-color: #cab183;
  color: #fff;
}

a.my:hover {
  opacity: .9;
}
.box-entry a{
  line-height: 40px;
}

table img{
  width: auto;
}
.andro_post-d-author img{
  width: 180px;
}
.andro_post-d-author a:hover img{
  opacity: 1;
  margin-left: 10px;
  transition: .3s;
}
.goodsname{
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}
.andro_post-d-author-body p{
  margin: 0;
}
.wrap-evname{
  max-width: 250px;
}
p.small{
  font-size: 13px;
  line-height: 20px;
  margin: 10px 0 0;
}
.box-logo img{
  width: 225px;
}
.wrap-media .box-media a{
  position: relative;
  display: block;
}
.wrap-media .box-media a i{
  position: absolute;
  top: 5px;
  right: 5px;
  left: auto;
  bottom: auto;
  color: #ffc107;
}
.wrap-media .box-media-summary{
  font-size: 14px;
  padding: 10px 20px;
/*  text-align: center;*/
}

.wrap-alert{
  background: #ffefef;
  padding: 10px 20px;
}
/* top高さ */
.andro_hero-item{
  padding: 0;
  height: 95vh;
}

/* logo回転 */
.andro_header-logo.top-logo img,
.wrap-footer .box-logo a:hover img {
  animation: toplogo .2s linear;
  animation-iteration-count: 10;
}
.wrap-addline a:hover img {
  animation: toplogo .2s linear;
  animation-iteration-count: 2;
}
@keyframes toplogo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.section.md {
  padding: 80px 0 70px;
}

/*table*/
.andro_table-responsive.hack thead{
  display: table-header-group;
}
.andro_table-responsive.hack td::before{
  content: none;
}

.andro_post.style-3 .andro_post-body.hack{
  padding:30px 15px;
}
.andro_post.style-3 .andro_post-thumb a img{
  object-fit: contain;
}

.andro_header.hack {
    padding: 15px 0;
}
.andro_subheader.hack {
    padding: 15px 0 80px;
}
.andro_header-wrap.hack{
  align-items: start;
}
.andro_header-inner.hack .andro_header-contacts{
  margin-top: 30px;
}

.videowrap-main{
  position: relative;
  height: 70vh;
}
.video-area{
  position: absolute;
  z-index: -1;
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
}
.video-box {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh; 
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
.video-title{
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.andro_event-countdown-timer.style-3 span{
  font-weight:bold;
  font-size:40px;
}

a.topcontent-btn{
  text-align: center;
  padding: 20px 7px;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  color: #333;
  font-size: 1.3rem;
  line-height: 25px;
  border-width: 1px;
  border-style: solid;
  border-color: #dcdcdc;
  border-radius: 7px;
  background-image: linear-gradient(#eee, #eee, #e9e9e9);
}
a.topcontent-btn:hover{
  background-image: linear-gradient(#f9f9f9, #f9f9f9, #f9f9f9);

}

/*スクロールメッセージ*/
.scroll-message {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 9999;
  display: none;
}

/*
 * ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 * "responsive"
 * ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 */

.rs-tb {display: none;}

@media (min-width: 1200px) {
  .andro_header-logo a{width: 200px;}

}
@media (max-width: 1199.98px) {
  .andro_header-logo a{width: 200px;}
}


@media (max-width: 991.98px) {
  .andro_header-logo a{width: 170px;}

  /* top高さ */
  .andro_hero-item{
    height: 83vh;
  }

  .andro_header {
    padding: 15px 10px;
  }
  /*.andro_hero-typo img{
    width: 80%;
  }*/
  .wrap-evdetail{
    margin: 0 auto;
    width: 250px;
  }
  .section.md {
    padding: 50px 0 40px;
  }
  .ryoukin-table .rs-none{
    display: none;
  }
  .section.rs-hack.sm{
    padding-top: 40px
  }
}
@media (min-width: 992px) {
  .andro_header-inner{
    margin-top: -70px;
  }
  .andro_header-inner.hack{
    margin-top: 20px;
  }
  .andro_event-countdown-timer span {
      border-left: 1px dotted #999;
  }
}


/* md */
@media (min-width: 768px) { 
  .box-vendor, .box-media{
    padding: 0 30px;
  }
}

@media (max-width: 767.98px) {

  .andro_header-logo a{width: 140px;}
  /*.andro_hero-item{
    background-image: url('../../assets/img/index/index-s.jpg');
  }*/
  .mt-negative{margin-top: -40px;}

  /* top高さ */
  .andro_hero-item{
    height: 63vh;
  }

  .andro_post-d-author.blue{background-color: #7595bf;}
  .andro_post-d-author.gray{background-color: #8D97A2;}
  .andro_post-d-author.green{background-color: #478261;}
  .andro_post-d-author.brown{background-color: #b99371;}
  .andro_post-d-author.pink{background-color: #bf75a2;}
  .andro_post-d-author.purple{background-color: #8975bf;}
  .andro_post-d-author.red{background-color: #bf7575;}
  
  .andro_post-d-author-body p{
    margin-top: 15px;
    line-height: 1.4;
  }
  .wrap-footer .px-5{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .andro_subheader.hack {
    padding: 15px 0 60px;
  }
  .andro_header-inner.hack .andro_header-navigation{
    margin-top: -20px;
  }
  .videowrap-main{
    height: 40vh;
  }
  /* スクロールメッセージ */
  .scroll-message {
    left: 20%;
    right: 20%;
    transform:none;
  }

  .ticket-td .d-flex{
    display: block !important;
  }
  .ticket-td .ticket-btn{
    margin-top: 15px;
  }
}

/* dm */
@media (max-width: 575.98px) {
  .andro_header-logo a{
    width: 100px;
  }
  .home .andro_header-logo a{
    width: 125px;
  }

  .andro_hero-item{
    padding: 30px 0 80px;
  }
  h2.ja{font-size: 25px;}
  .andro_subheader h1{
    font-size: 30px;
  }
  h1.rs-medium{
    font-size: 35px;
  }
  /* スクロールメッセージ */
  .scroll-message {
    left: 3%;
    right: 3%;
    transform:none;
  }
}
