@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: "din-condensed", "Helvetica Neue",    Arial,    "Hiragino Kaku Gothic ProN",    "Hiragino Sans",    Meiryo,    sans-serif;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  background: #fbfbfb;
  color: #111111;
  word-break: unset;
}

h1 {
  font-size: 72px;
}
h2 {
  font-size: 60px;
}
h3 {
  font-size: 50px;
}
h4 {
  font-size: 42px;
}
h5 {
  font-size: 30px;
}
h6 {
  font-size: 24px;
}
p {
  font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.sec_tit_wrap {
  margin-bottom: 30px;
  position: relative;
  line-height: 1;
}
.scroll{
  opacity: 0;
  transition: opacity .5s ease;
}
.scroll.scrollin{
  opacity: 1;
}
.sec_tit_wrap::before {
  content: "";
  content: none;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  border-radius: 100%;
  left: -14px;
  top: -4px;
  bottom: 0;
  margin: auto;
}
body.inc-cocktails .sec_tit_wrap::before {
 background-color: #496358;
}
body.inc-sons .sec_tit_wrap::before {
 background-color: #dc9bb7;
}
.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: #000;
  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%;

}
body.inc-cocktails header .wrap {
  border-top: solid 8px #496358;
}
body.inc-sons header .wrap {
  border-top: solid 8px #dc9bb7;
}
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: flex-end;
  align-items: center;
}
header .menu ul li {
  margin-left: 20px;
}
header .menu ul li a {
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  transition: color 0.3s ease;
}
body.inc-cocktails header .menu ul li a:hover {
  color: #496358;
}
body.inc-sons header .menu ul li a:hover {
  color: #dc9bb7;
}
header .menu ul li.sns {
  width: 14px;
}
header .menu ul li.sns a {
  display: flex;
  align-items: center;
  height: 100%;
}
header .menu ul li.sns a svg {
  transition: fill 0.3s ease;
}
body.inc-cocktails header .menu ul li.sns a:hover svg {
  fill: #496358;
}
body.inc-sons header .menu ul li.sns a:hover svg {
  fill: #dc9bb7;
}
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 .humb p{
    font-size: 14px;
}
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: 300px 80px 300px;
  max-width: 1200px;
  margin: auto;
}
#fv .logo {
  width: 100px;
  margin-bottom: 40px;
}
body.inc-cocktails #fv .logo {
  width: 100px;
}
body.inc-sons #fv .logo {
  width: 260px;
}
#fv .logo svg {
  width: 100%;
}
#fv .text p {
  font-size: 16px;
}
#schedule {
}
#schedule .inner {
  padding: 0 20px 300px;
}
#schedule .schedule_list {
}
#schedule .schedule_list li {
  margin-bottom: 200px;
}
#schedule .date {
  font-size: 24px;
  /* font-family: "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; */
  /* font-weight: bold; */
  margin-bottom: 20px;
}
#schedule .heading {
  /* font-size: 60px; */
  /* line-height: 1; */
}
#schedule .heading p {
  display: inline-block;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 10px;
}

#schedule .more_btn a {
  display: inline-block;
}
#soundsystem {
  /* border-top: solid 1px; */
}
#soundsystem .wrap {
  border-top: solid 1px #dddddd;
}
#soundsystem .inner {
  padding: 160px 80px;
  max-width: 1200px;
  margin: auto;
}
#soundsystem .content p {
}
#soundsystem .group {
}
#soundsystem .group .head {
}
#soundsystem .group ul {
  width: 50%;
}
#soundsystem .group li {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}
#menu {
}
#menu .wrap {
  border-top: solid 1px #dddddd;
}
#menu .inner {
  padding: 160px  80px;
  max-width: 1200px;
  margin: auto;
}
#menu .group_wrap {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 60px; */
}
#menu .group_wrap .group {
  width: 50%;
  width: calc(50% - 20px);
}
#menu .group .head {
  margin-bottom: 10px;
}
#menu .group table {
  width: 100%;
}
#menu .group table tr {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
#menu .group table tr.margin_bottom {
}
#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% - 60px);
}
#menu .group table tr td:last-child {
  width: 60px;
  text-align: right;
}
#menu .group table tr td:last-child p{
  font-size: 18px;
}
#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;
}
#news {
}
#news .wrap {
  border-top: solid 1px #dddddd;
}
#news .inner {
  padding: 160px  80px;
  max-width: 1200px;
  margin: auto;
}
#news .news_list {
  margin-bottom: 40px;
}
#news .accordion_one {
  border-top: solid 1px #e8e8e8;
  /* padding: 30px 0; */
}

#news .accordion_one:last-child {
  border-bottom: solid 1px #e8e8e8;
}

#news .accordion_one .accordion_header {
  text-align: left;
  position: relative;
  cursor: pointer;
  transition: color .3s ease;
  display: flex;
  align-items: center;
  padding: 30px 0;
}
#news .accordion_one .accordion_header:hover{

}
#news .accordion_one .accordion_header .tit{
  padding-right: 20px;
  width: calc(100% - 180px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#news .accordion_one .accordion_header .desc {
  display: flex;
  align-items: center;
  width: 180px;
  position: relative;
}
#news .accordion_one .accordion_header .desc:after{
  content:"";
  position: absolute;
  right: 24px;
  width: 1px;
  height: 10px;
  top: -2px;
  bottom: 0;
  margin: auto;
  background-color: #e8e8e8;
  display: block;
}
#news .accordion_one .accordion_header .date{
  padding-right: 5px;
}
body.inc-cocktails #news .accordion_one .accordion_header:hover {color: #496358;}
body.inc-sons #news .accordion_one .accordion_header:hover {color:  #dc9bb7;}
#news .accordion_one .accordion_header .i_box {
  position: absolute;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#news .accordion_one .accordion_header .i_box span {
  background-color: #000;
  height: 1px;
  width: 10px;
  display: block;
}
#news .accordion_one .accordion_header .i_box span:last-child {
  height: 10px;
  width: 1px;
  right: 0;
  left: 0;
  position: absolute;
  margin: auto;
  transition: opacity 0.3s ease;
}
#news .accordion_one .accordion_header.open .i_box span:last-child {
  opacity: 0;
}

#news .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
#news .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

#news .accordion_one .accordion_inner {
  display: none;
  padding: 60px 0px;
  padding-top: 10px;
}

#news .accordion_one .accordion_inner .box_one {max-width: 460px;}
#news .accordion_one .accordion_inner p {
  font-size: 14px;
  line-height: 1.8;
  font-family: "Helvetica Neue",    Arial,    "Hiragino Kaku Gothic ProN",    "Hiragino Sans",    Meiryo,    sans-serif;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#news .accordion_one .accordion_inner p img{
  line-height: 0;
  width: 100%;
}

#news .more_btn a {
  transition: color .3s ease;
}
#news .more_btn a p{
  font-size: 16px;
}
body.inc-cocktails #news .more_btn a:hover{
      color: #496358;
}
body.inc-sons #news .more_btn a:hover{
      color: #dc9bb7;
}
#information {
}
#information .wrap {
  border-top: solid 1px #dddddd;
}
#information .inner {
  padding: 160px  80px;
  max-width: 1200px;
  margin: auto;
}
#information .content p {
  margin-bottom: 10px;
}
#information .content a {
  text-decoration: underline;
  word-break: break-all;
  transition: color .3s ease;
  /* text-decoration-color: #dddddd; */
}
body.inc-cocktails #information .content a:hover {
    color: #496358;
}
body.inc-sons #information .content a:hover {
    color: #dc9bb7;
}
#information .content .group {
  margin-bottom: 20px;
}
#information .content .margin_right {
  margin-right: 20px;
}
#group {
  background-color: #f2f2f2;
}
#group .wrap {
}
#group .inner {
  padding: 140px 80px 180px;
  max-width: 1200px;
  margin: auto;
}
#group ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#group ul li {
  width: calc(100% / 3 - 40px / 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;
}
footer {
  background-color: #f2f2f2;
}
footer .copy {
  padding: 0 20px 20px;
  font-size: 20px;
  text-align: right;
  font-size: 10px;
}
@media screen and (max-width: 800px) {
  .sp_block {
    display: block;
  }
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 42px;
  }
  h4 {
    font-size: 34px;
  }
  h5 {
    font-size: 26px;
  }
  h6 {
    font-size: 22px;
  }
  p {
    font-size: 18px;
  }
  .sec_tit_wrap .sec_tit {
  }
.sec_tit_wrap::before{
    left: -12px;
    width: 4px;
    height: 4px;
}
  header {
    height: 60px;
  }
  header .inner {
    padding: 0 20px;
    justify-content: flex-end;
  }
  header .menu {
    display: none;
  }
  header .humb {
    display: flex;
    /* width: 40px; */
    align-items: center;
  }
  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;
  }
  #full_menu .inner {
    width: 100%;
    padding: 10px;
    padding-top: 140px;
  }
  #full_menu ul li a {
    text-decoration: none;
    font-size: 20px;
  }
  #fv .inner {
    padding: 300px 20px 300px;
  }
  body.inc-cocktails #fv .logo {
  width: 80px;
}
body.inc-sons #fv .logo {
  width: 160px;
}
  #fv .logo {
    width: 80px;
  }
  #soundsystem .group ul{
    width: 100%;
  }
  #menu .group_wrap {
    display: block;
  }
  #menu .group_wrap .group {
    width: 100%;
    margin-bottom: 30px;
  }
  #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 .head {
    margin-bottom: 10px;
}
  #news .inner {
    padding: 120px 20px;
}
  #news .accordion_one .accordion_header{
    display: block;
  }
  #news .accordion_one .accordion_header .desc{
    width: 100%;
    margin-bottom: 5px;
  }
  #news .accordion_one .accordion_header .desc:after{
    content:none
  }
  #news .accordion_one .accordion_header .tit{
    width: 100%;
    -webkit-line-clamp: 2;
  }
  #soundsystem .inner {
    padding: 120px 20px;
  }
  #soundsystem .content p {
  }
  #menu .inner {
    padding: 120px 20px;
  }
  #information .inner {
    padding: 120px 20px;
  }
  #information .content .margin_right {
    margin-bottom: 10px;
    display: inline-block;
  }
  #group .inner {
    padding: 140px 20px 100px;
}
  #group ul {
    /* display: block; */
}
  #group ul li{
    width: calc(100% / 2 - 5px);
    margin-bottom: 20px;
  }
  footer .copy {
    padding: 0 10px 10px;
    font-size: 10px;
  }
#soundsystem .group li{
  margin-bottom: 5px;
}
#news .accordion_one .accordion_inner p{
  font-size: 12px;
}
body.inc-cocktails #news .accordion_one .accordion_header:hover {
    color: unset;
}
}
