@charset "UTF-8";
a,
a img {
  background: 0 0;
}

a:link,
a:visited,
ins {
  text-decoration: none;
}

a,
hr {
  padding: 0;
}

img,
svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*,
:after,
:before {
  box-sizing: border-box;
}

nav ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:link {
  color: inherit;
}

a img {
  border: 0 #fff;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border-width: 1px 0 0;
  border-image: initial;
  border-style: solid initial initial;
  border-color: #ccc initial initial;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

button,
select,
textarea {
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  background-color: unset;
  border: unset;
}

input {
  /*appearance: none; */
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  /* -webkit-appearance: none; */
  background-color: unset;
  border: unset;
  margin: auto;
}

input[type="checkbox"] {
  display: none;
}

select:focus {
  outline: none;
}

input:focus,
textarea:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

img[src$=".svg"] {
  width: auto;
  height: auto;
}

svg {
  overflow: hidden;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

body {
  font-family: "Roboto Mono", monospace, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  /* font-family: "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; */
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  background: #ffffff;
  color: #222222;
  word-break: unset;
  letter-spacing: 0.1em;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 42px;
}
h4 {
  font-size: 34px;
}
h5 {
  font-size: 28px;
}
h6 {
  font-size: 24px;
}
p {
  font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.sec_tit_wrap {
  margin-bottom: 60px;
  letter-spacing: 0.5em;
}
.over_wrap_menu {
  height: 100%;
  display: flex;
  align-items: flex-start;
  overscroll-behavior: contain;
  overflow-y: scroll;
}

.over_wrap_menu::after,
.over_wrap_menu::before {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
}
a.h_link {
  text-decoration: underline;
}
.h_link:hover {
  background-color: #c70000;
  color: #fff;
  text-decoration: unset;
}
.sp_block {
  display: none;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 990;
  height: 60px;
}
header .wrap {
  height: 100%;
  width: 100%;
}
header .inner {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  display: none;
}
header .menu {
  width: 100%;
}
header .menu ul {
  display: flex;
  justify-content: space-between;
}
header .menu ul li {
  /* width: calc(100% / 8); */
}
header .menu ul li a {
  font-size: 16px;
  text-decoration: none;
  /* color: #c70000; */
}
header .menu ul li.sns {
}
header .menu ul li.sns a {
  margin-left: 10px;
}
header .humb {
  height: 100%;
  /* width: 40px; */
  position: relative;
  display: none;
}
header .humb span {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  height: 1px;
  transition: 0.6s;
}
header.on .humb span {
  background-color: #151515;
}
header .humb span:nth-child(1) {
  top: -12px;
}
header .humb span:nth-child(2) {
}
header .humb span:nth-child(3) {
  top: 12px;
}
header.menu_open .humb {
  /* height: 100%; */
  /* width: 40px; */
  /* position: relative; */
}
header.menu_open .humb span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
}
header.menu_open .humb span:nth-child(2) {
  opacity: 0;
}
header.menu_open .humb span:nth-child(3) {
  transform: rotate(-45deg);
  top: 0px;
}

#full_menu {
  position: fixed;
  z-index: 8;
  height: 100vh;
  height: 100svh;
  width: 100%;
  background-color: #ffffff;
  /* transition: transform 0.2s ease; */
  display: none;
}

#full_menu .full-menu_inner {
  width: 100%;
  padding: 0 20px;
  padding-top: 52px;
}
#full_menu ul li {
  margin-bottom: 20px;
}
#full_menu ul li a {
  font-size: 34px;
}
#full_menu .wrap {
}
#full_menu .inner {
  width: 100%;
  padding: 20px;
  padding-top: 140px;
}
#full_menu ul li .jp {
}
#full_menu ul li h6 {
  font-size: 24px;
}
/* .scroll {
  opacity: 0;
  transition: opacity 0s ease .3s;
}
.scroll.scrollin {
  opacity: 1;
} */
#fv {
}
#fv .wrap {
}
#fv .inner {
  padding: 260px 20px 0px;
}
#fv .logo {
  width: 300px;
  margin: auto;
  margin-bottom: 60px;
}
#fv .logo svg {
  width: 100%;
}
#fv .text p {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
#schedule {
  border-top: solid 1px #bdbdbd;
}
#schedule .inner {
  padding: 80px 20px 300px;
}
#schedule .schedule_list {
}
#schedule .schedule_list li {
  margin-bottom: 120px;
}
#schedule .schedule_list li:last-child {
  margin-bottom: 0;
}
#schedule .date {
  font-size: 20px;
  /* font-family: "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; */
  /* font-weight: bold; */
  margin-bottom: 20px;
  color: #c70000;
  text-transform: uppercase;
}
#schedule .date.sp_block {
  display: none;
}
#schedule .heading {
  /* font-size: 60px; */
  /* line-height: 1; */
}
#schedule .heading p span {
  display: inline-block;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 10px;
}
#schedule .more_btn {
  margin-top: 200px;
}
#schedule .more_btn a {
  display: inline-block;
}
#schedule .sec_tit_wrap {
}
#soundsystem {
  /* border-top: solid 1px; */
}
#soundsystem .wrap {
}
#soundsystem .inner {
  padding: 300px 20px;
}
#soundsystem .content p {
  margin-bottom: 0px;
  word-break: break-all;
  margin-bottom: 10px;
}
#soundsystem .group {
  margin-bottom: 60px;
}
#soundsystem .group .head {
  margin-bottom: 20px;
}
#soundsystem .group:last-child {
  margin-bottom: 0px;
}
#menu {
}
#menu .wrap {
  background-color: #bdbdbd;
}
#menu .inner {
  padding: 60px 20px 300px;
}
#menu .group_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
#menu .group_wrap .group {
  width: 50%;
  width: calc(50% - 10px);
}
#menu .group .head {
  margin-bottom: 20px;
}
#menu .group table {
  width: 100%;
}
#menu .group table tr {
  display: flex;
  margin-bottom: 10px;
}
#menu .group table tr.margin_bottom {
  margin-bottom: 42px;
}
#menu .group table tr:last-child {
  margin-bottom: 0px;
}
#menu .group table tr td {
  width: 50%;
}
#menu .group table tr td:nth-child(1) {
  width: calc(100% - 120px);
}
#menu .group table tr td:last-child {
  width: 120px;
}
#menu .group table tr td span {
  font-size: 18px;
  line-height: 1.2;
  display: block;
  margin-top: 5px;
}
#menu .more_btn {
}
#menu .more_btn a {
  display: inline-block;
  text-decoration: underline;
}
#information {
}
#information .wrap {
}
#information .inner {
  padding: 60px 20px 300px;
}
#information .content p {
  margin-bottom: 20px;
}
#information .content a {
  /* text-decoration: underline; */

  word-break: break-all;
}
#information .content .group {
  margin-bottom: 40px;
}
#information .content .margin_right {
  margin-right: 40px;
}

footer {background-color: #f5f5f5;}
footer .copy {
  padding: 0 20px 10px;
  font-size: 14px;
}


#group {
  background-color: #f5f5f5;
}
#group .wrap {
}
#group .inner {
  /* padding: 140px 80px 200px; */
  /* max-width: 1200px; */
  /* margin: auto; */
  padding: 60px 20px 200px;
}
#group .sec_tit_wrap{
  margin-bottom: 20px;
}
#group ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#group ul li {
  width: calc(100% / 3 - 20px / 3);
}
body.inc-cocktails #group ul li.inc-cocktails {
  display: none;
}
body.inc-sons #group ul li.inc-sons {
  display: none;
}
body.freddie-bird #group ul li.freddie-bird {
  display: none;
}

#group ul li a {
  transition: opacity 0.3s ease;
}
#group ul li a:hover {
  opacity: 0.5;
}
#group ul li a .thumb {
  line-height: 0;
  margin-bottom: 10px;
}
#group ul li a p {
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .sp_block {
    display: block;
  }
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
  .sec_tit_wrap {
    margin-bottom: 30px;
  }
  .sec_tit_wrap .sec_tit {
    font-size: 24px;
  }
  header {
    height: 40px;
  }
  header .inner {
    padding: 0 10px;
  }
  header .menu {
    display: none;
  }
  header .humb {
    display: flex;
    /* width: 40px; */
    align-items: center;
    justify-content: flex-end;
  }
  header .humb p {
    font-size: 14px;
  }
  header .humb .off {
    display: none;
  }
  header.menu_open .humb .off {
    display: block;
  }
  header.menu_open .humb .on {
    display: none;
  }
  header .logo {
    display: block;
    width: 60px;
    opacity: 0;
  }
  #full_menu .inner {
    width: 100%;
    padding: 10px;
    padding-top: 140px;
  }
  #full_menu ul li a {
    text-decoration: none;
    font-size: 20px;
  }
  #fv .inner {
    padding: 180px 10px 120px;
  }
  #fv .logo {
    width: 50%;
    /* margin: auto; */
    margin-bottom: 30px;
  }
  #fv .text p {
    font-size: 10px;
  }
  #menu .group_wrap {
    display: block;
    margin-bottom: 0;
  }
  #menu .group_wrap .group {
    width: 100%;
    margin-bottom: 20px;
  }
  #menu .group_wrap .group:last-child {
    margin-bottom: 0px;
  }
  #menu .group table tr td:nth-child(1) {
    width: calc(100% - 80px);
  }
  #menu .group table tr td:last-child {
    width: 80px;
  }
  #menu .group table tr.margin_bottom {
    margin-bottom: 20px;
  }
  #menu .group table tr td span {
    font-size: 12px;
  }
  #schedule .inner {
    padding: 40px 10px 220px;
  }
  #schedule .sec_tit_wrap {
    /* margin-bottom: 40px; */
  }
  #schedule .heading p span {
    margin-bottom: 10px;
    font-size: 20px;
    /* display: block; */
  }
  #schedule .heading span.comma {
    /* display: none; */
  }
  #schedule .date {
    margin-bottom: 10px;
    font-size: 14px;
  }

  #schedule .heading p {
  }
  #schedule .schedule_list li {
    margin-bottom: 40px;
  }
  #schedule .date.pc_block {
    display: none;
  }
  #schedule .date.sp_block {
    display: block;
  }
  #soundsystem .inner {
    padding: 40px 10px 180px;
  }
  #soundsystem .content p {
    margin-bottom: 10px;
  }
  #soundsystem .group .head {
    margin-bottom: 10px;
  }
  #soundsystem .group {
    margin-bottom: 30px;
  }
  #menu .inner {
    padding: 40px 10px 220px;
  }
  #information .inner {
    padding: 40px 10px 140px;
  }
  #information .content .margin_right {
    margin-bottom: 20px;
    display: inline-block;
  }
  #information .content .group:last-child {
    margin-bottom: 0px;
  }
  #information .content .group {
    margin-bottom: 20px;
  }
  footer .copy {
    padding: 0 10px 10px;
    font-size: 12px;
  }
   #group .inner {
    padding: 40px 10px 140px;
  }
  #group ul {
    /* display: block; */
  }
  #group ul li {
    width: calc(100% / 2 - 5px);
    margin-bottom: 10px;
  }
}
