@charset "utf-8";
/*
Theme Name: りっちらんど上尾店WPテーマ
Description: original theme
*/

@import "/assets/css/reset.css";

/*サイト全体の基準となるCSSを記述*/
html {
  font-size: 16px;
  background: #000 url(/assets/img/bg.webp) center top repeat;
  background-size: min(100vw, 1000px) auto;
  height: 100%;
}
@media screen and (max-width: 768px){
  html {
    font-size: 14px;
  }
}
 
body {
  font-family: "Noto Sans JP", sans-serif;/*フォントの指定*/
  line-height: 1.4;/*行間の指定*/
  margin: 0;
  padding: 0;
  color: #fff;/*サイトのデフォルトとなる文字の色を指定*/
  height: 100%;
}
 
/*見出しを全て太字で表示 + 文字色を黒に*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #fff;
}
 
img {
  max-width: 100%;
  height: auto;
}

a {
  transition: color .3s;
  text-decoration: none;
}
a img{
  transition: opacity .3s;
}
a:hover img {
  opacity: .75;
}

/********************************************
Layout
********************************************/
#l-header,
.l-header-inner,
#l-contents,
.section {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}
#l-container{
  position: relative;
  z-index: 0;
}
.l-header-inner{
  max-width: 770px;
  width: 77%;
}
#l-header,
#l-contents {
  max-width: 1000px;
  width: 100%;
}
.section {
  max-width: 910px;
  width: 91%;
}


/* background */
#l-header::before,
.event-new-day::before,
.month-mv::before,
#top-calendar::before,
.event-archives::before,
#top-oldSchedule_list::before,
.archive-links::before,
#l-footer::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
#l-header::before{
  background-image: url(/assets/img/bg-header.png);
  background-size: auto 100%;
  width: min(47vw, 470px);
  height: min(37.75vw, 377.5px);
  top: 0;
  right: 0;
}
.event-new-day::before{
  background-image: url(/assets/img/bg-next.png);
  background-position: 100% 0;
  width: min(15vw, 150px);
  height: min(21vw, 210px);
  bottom: 0;
  left: 100%;
}
.month-mv::before {
  background-image: url(/assets/img/bg-poster.png);
  width: min(100vw, 1000px);
  height: min(162vw, 1620px);
  top: min(11vw, 110px);
  right: max(-4.5vw, -45px);
}
#top-calendar::before {
  background-image: url(/assets/img/bg-calendar.png);
  width: min(30vw, 300px);
  height: min(22.85vw, 228.5px);
  bottom: max(-3vw, -30px);
  right: max(-4.5vw, -45px);
}
.event-archives::before {
  background-image: url(/assets/img/bg-old-1.png);
  width: min(25.8vw, 258px);
  height: min(19.65vw, 196.5px);
  top: max(-3vw, -30px);
  left: max(-4.5vw, -45px);
}
#top-oldSchedule_list::before{
  background-image: url(/assets/img/bg-old-2.png);
  background-position: 0 100%;
  width: min(100vw, 1000px);
  height: min(175.1vw, 1751px);
  top: max(-8.1vw, -81px);
  right: max(-4.5vw, -45px);
}
.archive-links::before {
  background-image: url(/assets/img/bg-archive-list.png);
  width: min(30.8vw, 308px);
  height: min(23.45vw, 234.5px);
  top: min(17.6vw, 176px);
  right: 77.52%;
}
#l-footer::before {
  background-image: url(/assets/img/bg-footer.png);
  width: min(41.15vw, 411.5px);
  height: min(59vw, 590px);
  bottom: 100%;
  left: 50%;
  margin-left: min(50vw, 500px);
  transform: translateX(-100%);
}

/********************************************
Header
********************************************/
#l-header {
  padding-top: min(14vw, 140px);
}
#l-header a {
  display: block;
}
#l-header img {
  width: 100%;
  display: block;
}

/********************************************
Footer
********************************************/
#l-footer{
  background: #ffff00;
  text-align: center;
  color: #000;
  font-size: clamp(21px, 4.2vw, 42px);
  letter-spacing: .3em;
  font-weight: 500;
  position: relative;
}
#l-footer a {
  color: currentColor;
  display: block;
  text-align: center;
  transition-property: background;
  padding: 15px 0;
}
#l-footer a:hover {
  opacity: .75;
}
#l-footer span{
  position: relative;
}
#l-footer span::before{
  content: "";
  background: currentColor;
  display: inline-block;
  width: 1.90476em; /*80px*/
  height: 1.4523em; /*61px*/
  clip-path: polygon(0 100%, 52.903% 100%, 100% 0);
  margin-right: .3em;
  vertical-align: bottom;
}

/********************************************
Main Contens
********************************************/
#l-contents{
  padding: min(13vw, 130px) 0 min(9vw, 90px);
  text-align: center;
  max-height: 100%;
  overflow-y: hidden;
  
  overflow: hidden;
  width: 100%;
}

.section{
  margin-top: min(14%, 140px);
}

.comingsoon{
  font-size: min(5vw, 50px);
  font-weight: 900;
  letter-spacing: .15em;
  text-align: center;
  
  font-size: min(6vw, 60px);
  min-height: 10em;
}

/* タイトル */
.page-ttl{
  font-size: min(5vw, 50px);
  font-weight: 700;
  letter-spacing: .15em;
  color: #ff0;
  margin-bottom: min(10%, 50px);
}
.ttl{
  font-size: clamp(21px, 4.2vw, 42px);
  font-weight: 500;
  letter-spacing: .3em;
  color: #fff;
  margin-bottom: min(5%, 50px);
}
.event-archives-month > .ttl,
.section > .ttl{
  text-indent: -1.75476em;
}
.event-archives-month > .ttl span,
.section > .ttl span{
  position: relative;
}
.event-archives-month > .ttl span::before,
.section > .ttl span::before{
  content: "";
  background: currentColor;
  display: inline-block;
  width: 1.90476em; /*80px*/
  height: 1.4523em; /*61px*/
  clip-path: polygon(52.903% 0%, 100% 0, 0 100%);
  margin-right: .3em;
  vertical-align: bottom;
  
  
}
#next .ttl span{color: #ff0;}
.event-archives-month .ttl span,
#top-oldSchedule_list .ttl span{color: #a0a0a0;}

/* 月間ポスター */
.month-mv{
  max-width: 910px;
  width: 91%;
  margin: min(6vw, 60px) auto;
  position: relative;
}
.month-mv img{
  display: block;
}
.month-mv img + img{
  margin-top: min(6vw, 60px);
}

/* カレンダー */
#top-calendar{
  max-width: 910px;
  width: 91%;
  margin: min(6.6vw, 66px) auto;
}
.cal-ttl{
  font-size: min(5vw, 50px);
  font-weight: 900;
}
.cal-txt{
  margin: 1em auto;
  text-align: center;
  font-size: min(5.2vw, 35px);
}
.calendar {
  width: 100%;
  /*border-collapse: separate;
  border-spacing: 10px;*/
  background: #000;
  background: rgba(0,0,0,.8);
}
.calendar th,
.calendar td {
  color: #afa5b9;
  border: 2px solid #ff0;
  font-weight: 500;
  line-height: 1.8;
  font-family:"LEMON MILK Medium Italic", "Noto Sans JP", sans-serif;
  /*font-style: italic;*/
}
.calendar th {
  font-size: min(2.4vw, 24px);
  letter-spacing: .3em;
  font-weight: 400;
  font-family:"LEMON MILK Regular Italic", "Noto Sans JP", sans-serif;
}
.calendar td {
  font-size: min(7.0vw, 70px);
  letter-spacing: .03em;
}
.calendar .sunday,
.calendar .holiday { color: #f00; }
.calendar .saturday { color: #00a0ff; }
.calendar span {
  /* opacity: .8; */
}
.calendar a {
  color: currentColor;
  display: block;
  text-align: center;
  transition-property: background;
  background: rgba(123,108,139,.2);
}
.calendar a:hover{
  background: rgba(255,255,0,1);
}
.calendar td:not(.sunday, .saturday, .holiday) a:hover{
  color: #000;
}


/* 来店スケジュール */
#next.section{
  width: 100%;
  max-width: 1000px;
}
.event-archives{
  position: relative;
}
.event-archives-month .ttl,
.event-archives-day {
    
}
.event-archives-month .ttl.hide,
.event-archives-day.hide {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.event-archives-month .ttl.visible,
.event-archives-day.visible {
    opacity: 1;
    transform: translateY(0);
}

.guest-list{
  display: flex;
  justify-content: flex-end;
  
  display: none;
}
.guest-list li{
  display: block;
}
.guest-list li a{
  display: inline-block;
  color: #fff;
}

.event-new-day{
/*  min-height: 305px;*/
}
.event-new-day .comingsoon{
  line-height: 305px;
}
.event-new-day,
.event-archives-day .day-bnr {
  max-width: 700px;
  width: 92%;
  margin: 0 auto;
  position: relative;
}
/*.event-new-day img,
.event-archives-day .day-bnr img {
  border: 5px solid;
  display: block;
  max-width: calc(100% - 10px);
}
.event-new-day img{
  border-color: #ffff00;
}
.event-archives-day .day-bnr img{
  border-color: #a0a0a0;
}*/
.day-num{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2em;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(0,0,0,.5);
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}


@media (max-width: 767px){
  .event-new-day img,
  .event-archives-day .day-bnr img {
    border-width: 2px;
    max-width: calc(100% - 4px);
  }
}

/* 今月のスケジュール */
.event-list ul {
  display: flex;
  gap: 3%;
}
.event-list li {
  width: 30%;
  display: block;
  position: relative;
}
.event-list li img {
  border: 2px solid #ffff00;
}

@media (max-width: 767px) {
  .event-list ul {
    flex-direction: column;
    gap: 15px;
  }
  .event-list li {
    width: 100%;
  }
}

/* 過去のスケジュール */
.event-archives-month + .event-archives-month{
  margin-top: min(15vw, 150px);
}
.event-archives-day {
  margin: 0 auto;
}
.event-archives-day + .event-archives-day{
  margin-top: min(9vw, 90px);
}
.ranking_wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 2%;
  margin-top: 40px;
  color: #000;
}
.ranking_wrap .ranking {
  width: 49%;
}
.ranking_ttl{
  font-weight: 700;
  font-size: 24px;
  margin-bottom: .5em;
}
.ranking_table {
  width: 100%;
}
.ranking_table-item {
  width: 100%;
  display: flex;
  border: 2px solid #000;
}
.ranking_table-item + .ranking_table-item{
  margin-top: 10px;
}
.ranking_img {
  width: 43%;
  line-height: 1.0;
  position: relative;
}
.ranking_img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.ranking_machine {
  width: 18%;
}
.ranking_balls {
  width: 39%;
}
.ranking_machine,
.ranking_balls {
  border-left: 2px solid #000;
  height: 100%;
}
.ranking_table-item dt{
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .5em;
  text-align: center;
  display: block;
}
.ranking_table-item dd{
  background-color: #fff;
  display: block;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.35;
}
.ranking_table-item dd .mark {
  font-size: 75%;
  vertical-align: .1em;
  margin-right: .25em;
}
.ranking_table-item dd .s {
  font-size: 50%;
}

/* アーカイブ リンクリスト */
.archive-links{
  max-width: 565px;
  width: 85%;
  margin: min(9vw, 90px) auto 0;
  position: relative;
}
.archive-links li{
  display: block;
  font-size: clamp(20px, 3.6vw, 36px);
  color: #fff;
  /*overflow: hidden;*/
  position: relative;
  z-index: 0;
}
.archive-links li::before,
.archive-links li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.archive-links li::before{
  background: #fff;
  width: 2.22em; /*80px*/
  width: 1.11em;
  height: calc(100% + 4px);
  /*clip-path: polygon(52.903% 0%, 100% 0, 0 100%);*/
  clip-path: polygon(0% 0%, 100% 0, 0 100%);
  transform: skewX(-34deg);
  /*left: -3.5%;*/
}
.archive-links li::after{
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  background: #000;
  background: rgba(0,0,0,.8);
  /*clip-path: polygon(42px 0, 100% 0, calc(100% - 42px) 100%, 0 100%);*/
  transform: skewX(-36.5deg);
  z-index: -1;
  transition: background .3s;
}
.archive-links li + li {
  margin-top: 1em;
}
.archive-links li a{
  display: block;
  text-align: center;
  font-weight: 500;
  
  letter-spacing: .2em;
  color: currentColor;
  padding: .15em 0;
  transition-property: background;
}
/*.archive-links li a:hover{*/
.archive-links li:hover::after {
  background: rgba(123,108,139,.8);
}

.btn{
  margin: min(10%, 50px) auto 0;
  width: 92%;
}
.btn a{
  min-width: 300px;
  max-width: 100%;
  width: fit-content;
  margin: auto;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  padding: .25em 0;
  background: #000;
  border: 2px solid #fff;
  border-radius: 1.5em;
  transition-property: background;
}
.btn a:hover{
  background: #333;
}


/* PC / SP */
br.sp{display: none;}
br.pc{display: block;}

@media (max-width: 767px){
  br.sp{display: block;}
  br.pc{display: none;}
}