@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}
/*destyle.css end*/

/*style.css*/

:root{
  --font-family01: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  --font-family02:'Source Sans Pro',sans-serif;
  --color-white:#fff;
  --color-black:#000;
  --color-brown:#895f00;
  --color-red:#C40101;
  --color-rhythm-red:#CC0011;
  --color-rhythm-gray:#707070;
  --color-orange:#EB6D00;
  --color-ocher:#BAA501;
  --color-blue:#388B96;
  --color-gray:#BDBEBF;
  --color-green:#5AAB47;
  --color-yellow:#FFD800;
}

body{
  font-family: var(--font-family01);
  background-color: var(--color-black);
  color: var(--color-white);
}

img{
  max-width: 100%;
  height: auto;
}

iframe{
  width: 100%;
}

table{
  width: 100%;
}

main .inner{
  padding: 64px 20px;
}

a{
  display: block;
  cursor: pointer;
}

main a:hover{
  opacity: .6;
  transition: all .3s ease;
}

a.st1{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 56px;
  margin: 0 auto;
  border: 1px solid var(--color-white);
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
}

a.st1 .arrow{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.caution{
  color:#FFD800;
}

.m20t{
  margin-top: 20px;
}

.w100{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.premium_gb{
  margin-top: 64px;
}

.fs10{
  font-size: 10px;
}

.fs14{
  font-size: 14px;
}

.fs16{
  font-size: 16px;
}

.fs20{
  font-size: 20px;
}



@media screen and (max-width: 1023px) {
  .pc{
    display: none!important;
  }

  .sp{
    display: block;
  }

  .premium_gb img{
    width: 85%;
  }
}

@media screen and (min-width: 1024px) {
  .pc{
    display: block;
  }

  .sp{
    display: none!important;
  }
}

.main_ttl{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: var(--color-rhythm-red);
  line-height: 1;
}

.main_sub_txt{
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
}

.sub_ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family02);
  font-weight: normal;
  font-size: 20px;
  margin-top: 5px;
  color: var(--color-rhythm-red);
}

.desc{
  text-align: center;
  margin: 40px auto;
  line-height: 28px;
  font-size: 16px;
}

header .content{
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 84px;
  background-color: var(--color-black);
  z-index: 100;
}

header .inner{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  padding: 0 25px 0 15px;
}

header .ct01{
  display: flex;
  align-items: center;
  width: 25%;
}

header .ct01 img{
  width: 86px;
  height: 30px;
}

header .ct02{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 54%;
  max-width: 300px;
}

header .ct02 .list{
  display: flex;
  justify-content: space-around;
  width: 100%;
}

header .ct03{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 12%;
}

header .hb_menu{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 20px;
  z-index: 55;
}

header .hb_menu .line{
  display: inline-block;
  border: 1px solid var(--color-white);
  transition: all .5s;
}

header .list .it{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28%;
  height: 40px;
  font-size: 10px;
  font-weight: bold;
  color: var(--color-gray);
}

header .list .it a{
  display: flex;
  flex-direction: column;
  align-items: center;
}

header .list .it a img{
  margin-bottom: 5px;
}

header .nav_sp{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 50;
}

header .hb_menu.active{
  height: 40px;
}

header .hb_menu.active .line:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(20px) rotate(45deg);
  transform: translateY(20px) rotate(45deg);
}

header .hb_menu.active .line:nth-of-type(2) {
  opacity: 0;
}

header .hb_menu.active .line:nth-of-type(3) {
  top: 0;
  -webkit-transform: translateY(-18px) rotate(-45deg);
  transform: translateY(-18px) rotate(-45deg);
}

header .nav_sp .list{
  padding-top: 90px;
  padding-left: 10%;
}

header .nav_sp .list li{
  margin-bottom: 27px;
}

header .nav_sp .list li a{
  display: block;
}

header .nav_sp .nav_ttl{
  font-size: 24px;
  font-weight: bold;
}

header .nav_sp .nav_sub_ttl{
  font-size: 10px;
}

header .nav_sp::before{
  position: absolute;
  content: '';
  top: 50vh;
  right: 5%;
  width: 195px;
  height: 70px;
  background: url(/images/bar/bar-rhythm/akihabara/logo.svg) no-repeat;
  margin-top: 150px;
  opacity: .3;
  z-index: 55;
}

#mv .content{
  position: relative;
  height: 80vh;
  overflow: hidden;
}

#mv .inner{
  padding: 0;
  height: 100%;
}

#mv .ct01 img{
  width: 100%;
  filter: brightness(.6);
}

#mv .ct02{
  position: absolute;
  left: 0;
  bottom: 35px;
  color: var(--color-white);
  border-bottom: 1px solid var(--color-white);
}

#mv .ct03{
  position: absolute;
  content: '';
  top: 84px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

#mv .mv_ttl{
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 10px 20px;
}

#mv .mv_sub_txt{
  font-size: 16px;
}

.breadcrumbs_info .inner{
  padding: 20px 20px 0;
}

.concept .inner{
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.concept .desc{
  width: 73%;
  margin-bottom: 0;
}

.concept .inner::before{
  position: absolute;
  content: '';
  top: 140px;
  left: 0;
  width: 12%;
  height: 100%;
  background: url(/images/bar/bg_darts_left.webp) no-repeat;
  background-size: contain;
  z-index: 1;
}

.concept .inner::after{
  position: absolute;
  content: '';
  top: 70px;
  right: 0;
  width: 12%;
  height: 100%;
  background: url(/images/bar/bg_darts_right.webp) no-repeat;
  background-size: contain;
  z-index: 1;
}

#information .inner{
  padding: 64px 20px 0;
  overflow: hidden;
}

#information .bizhour{
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
}

#information .fx{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  max-width: 235px;
  margin: 0 auto;
  font-size: 18px;
  margin-top: 60px;
}

#information a.st1{
  margin-top: 20px;
}

#information .topics{
  margin: 64px 0 0;
  padding: 20px 0;
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
}

.nav .list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  place-items: center;
  max-width: 340px;
  margin: 0 auto;

}

.nav .list li{
  font-weight: bold;
  text-align: center;
  background: var(--color-rhythm-red);
  position: relative;
  color: #fff;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.nav .list li .nav_ttl{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: var(--color-white);
}

.nav .list li#nav_info::before {
  width: 70%;
  height: 70%;
  background: url(/images/bar/ico_nav_time.svg) no-repeat;
  background-size: cover;
  opacity: 0.2;
}

.nav .list li#nav_price::before {
  width: 80%;
  height: 80%;
  background: url(/images/bar/ico_nav_price.svg) no-repeat;
  background-size: cover;
  opacity: 0.2;
}

.nav .list li#nav_watch::before {
  width: 75%;
  height: 65%;
  background: url(/images/bar/ico_nav_tv.svg) no-repeat;
  background-size: contain;
  opacity: 0.2;
}

.nav .list li#nav_menu::before {
  width: 80%;
  height: 58%;
  background: url(/images/bar/ico_nav_food.svg) no-repeat;
  background-size: cover;
  opacity: 0.2;
}

.nav .list li#nav_floor::before {
  width: 80%;
  height: 58%;
  background: url(/images/bar/ico_nav_shop.svg) no-repeat;
  background-size: cover;
  opacity: 0.2;
}

.nav .list li#nav_access::before {
  width: 51%;
  height: 68%;
  background: url(/images/bar/ico_nav_access.svg) no-repeat;
  background-size: cover;
  opacity: 0.2;
}

.nav .list li::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.feature .inner{
  padding-left: 0;
  padding-right: 0;
}

.feature .list{
  overflow: hidden;
  padding-bottom: 10%;
}

.feature .it{
  width: 115%;
}

.feature .it img{
  position: relative;
  z-index: -1;
}

.feature .it:nth-of-type(2n+1){
  display: grid;
  transform: rotate(-10deg);
  margin-left: -25px;
  margin-right: 0;
}

.feature .it:nth-of-type(2n){
  display: grid;
  transform: rotate(10deg);
  margin-left: -28px;

}

.feature .it:nth-of-type(2n+1) .it_desc{
  margin-right: 25px;
}

.feature .it:nth-of-type(2n) .it_desc{
  margin-left: 28px;
}

.feature .it01{
  grid-template-columns: 1fr 2fr;
}

.feature .it02,
.feature .it03{
  grid-template-columns: 1fr 1fr;
}

.feature .it:nth-of-type(2n) img{
  display: grid;
  order: 2;
}

.feature .it:nth-of-type(2n) .it_ttl{
  display: grid;
  order: 1;
  width: 100%;
  justify-content: flex-end;
}

.feature .it:nth-of-type(2n) .it_desc{
  order: 3;
}

.feature .it_ttl{
  position: relative;
  z-index: -2;
  align-self: flex-end;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.feature .it_txt{
  font-size: 16px;
}

.feature .it_desc{
  display: grid;
  place-items: center;
  grid-column: 1 / 3;
  height: 90px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  background: var(--color-rhythm-gray);
}

.feature .it01 img{
  transform: rotate(10deg);
  margin-left: 28px;
  margin-bottom: -30px;
}

.feature .it02 img{
  width: 85%;
  transform: rotate(-10deg);
  margin-right: 28px;
  margin-bottom: -26px;
}

.feature .it03 img{
  transform: rotate(10deg);
  margin-left: 28px;
  margin-bottom: -30px;
}

.feature .it01 .it_ttl::before{
  position: absolute;
  content: 'DARTS';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family02);
  font-weight: bold;
  font-size: 74px;
  color: #707070;
  letter-spacing: 5px;
  margin-bottom: 18px;
  opacity: .4;
  z-index: -3;
}

.feature .it02 .it_ttl::before{
  position: absolute;
  content: 'WATCHING\ASPORTS';
  top: -28px;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: var(--font-family02);
  font-weight: bold;
  font-size: 74px;
  color: #707070;
  margin-bottom: 18px;
  white-space: pre;
  text-align: left;
  margin-left: 11%;
  line-height: .8;
  opacity: .4;
  z-index: -3;
}

.feature .it03 .it_ttl{
  right: 40px;
}

.feature .it03 .it_ttl::before{
  position: absolute;
  content: 'PARTY';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family02);
  font-weight: bold;
  font-size: 74px;
  color: #707070;
  letter-spacing: 5px;
  margin-bottom: 18px;
  opacity: .4;
  z-index: -3;
}

.feature .it02{
  margin-top: 50px;
}

.feature .it.it03{
  margin-left: -30px;
  margin-top: -28px;
}


#price .main_ttl,
#price .sub_ttl{
  color: var(--color-white);
}

#price .desc{
  font-size: 20px;
  font-weight: bold;
}

#price .course .txt{
  width: 50%;
}

#price .course .ct01{
  /* background-color: var(--color-red); */
}

#price .course .ct02{
  /* background-color: var(--color-orange); */
}

#price .course .ct03{
  background-color: var(--color-ocher);
}

#price .course .ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: var(--color-white);
  vertical-align: middle;
}

#price .course .ct01 .ttl{
  color: var(--color-red);
}

#price .course .ct02 .ttl{
  color: var(--color-orange);
}

#price .course .ct03 .ttl{
  color: var(--color-ocher);
}

#price .course .txt{
  font-size: 28px;
  font-weight: bold;
}

#price .course .time{
  font-size: 14px;
  font-weight: bold
}

#price .course .tax{
  font-size: 11px;
}

#price .course .table tr > .txt:first-of-type{
  border-right: 1px solid var(--color-white);
}

.course_sub_ttl{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  padding: 15px 0;
  margin-bottom: 30px;
  border-top: 1px solid var(--color-yellow);
  border-bottom: 1px solid var(--color-yellow);
}

.course_sub_ttl::after{
  position: absolute;
  content: '';
  left: calc(50% - 6px);
  bottom: -6px;
  background: url(/images/bar/inverted_triangle.svg) no-repeat;
  width: 12px;
  height: 6px;
  z-index: 1;
}

.course_sub_ttl h3{
  font-size: 20px;
  font-weight: bold;
  color: var(--color-yellow);
}

#price .course .sub_txt01{
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: var(--color-white);
}

#price .course .sub_txt02{
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: var(--color-white);
}

#price .course .course_aside{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}

#price .course .course_aside .it01,
#price .course .course_aside .it02,
#price .course .course_aside .it03{
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
  color: var(--color-rhythm-gray);
}

#price .course .course_aside .it01,
#price .course .course_aside .it03{
  line-height: 1.4;
}

#price .course .course_aside .plus{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  min-width: 25px;
}

#price .course .course_aside .txt{
  width: 100%;
}

#price .course .course_aside .it01 .txt{
  font-size: 14px;
}

#price .course .course_aside .it02 .txt{
  font-size: 10px;
}

#price .course .course_aside .it03 .txt{
  font-size: 16px;
}

#price .course .course_aside .txt_num{
  font-size: 20px;
}


#price .course .course_option{
  height: 66px;
  padding: 15px;
  background-color: var(--color-white);
  color: var(--color-rhythm-gray);
  font-weight: bold;
  margin-top: 20px;
}

#price .course .course_option .grid_ct{
  display: grid;
  grid-template-columns: max-content 1fr;
  justify-content: space-between;
  max-width: 320px;
  margin: 0 auto;
}

#price .course .course_option .it01 .txt{
  width: auto;
  font-size: 20px;
}

#price .course .course_option .it01 .tax{
  margin-top: 5px;
}

#price .course .course_option .it01,
#price .course .course_option .it02{
  font-size: 10px;
}

#price .course .course_option .it02{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 10px;
  color: var(--color-white);
  background-color: var(--color-rhythm-gray);
  white-space: nowrap;
  padding: 4px;
  text-align: center;
  letter-spacing: -.08em;
}

#price .course .course_option .it01 > span:first-of-type{
  display: inline-flex;
  align-items: center;
}

#price .course .course_option .it01 .sub_txt01{
  font-size: 10px;
  border: 1px solid var(--color-rhythm-gray);
  padding: 2px 5px;
  color: var(--color-rhythm-gray);
}

#price .course .course_option .it01 .plus_icon{
  margin: 0 5px;
}

#price #tab00 .list,
#price .tab_ct .list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 320px;
  margin: 0 auto;
}

#price #tab00 .list .ttl,
#price .tab_ct .list .ttl{
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}

#price .tab_ct .list:nth-of-type(n+2) .ttl,
#price #tab00 .list{
  margin-top: 15px;
}

#price #tab00 .list .txt,
#price .tab_ct .list .txt{
  width: 100%;
}

#price .list .txt{
  position: relative;
}

#price .list .txt:last-child{
  padding-left: 20px;
}

#price .list .txt:last-child::after{
	position: absolute;
	top: 17px;
	left: 0;
	content: "";
	width: 1px;
	height: 70%;
	background-color: var(--color-white);
  z-index: 1;
}

/*tab切り替えcss*/
#price .course {
  width: 100%;
  padding-bottom: 50px;
}

#price .tab ,
#price .tab2{
  display: inline-block;
  width: calc(100%/2);
  height: 60px;
  font-size: 14px;
  text-align: center;
  float: left;
  color: #000;
  background: var(--color-rhythm-gray);
  border: 1px solid var(--color-white);
}

input[name="tab"] ,
input[name="tab2"] {
  display: none;
}

#price .tab_ct {
  /* display: none; */
  clear: both;
  overflow: hidden;
  transition: .5s opacity;
  /* box-shadow: 0 0 3px rgba(0,0,0,.2); */
}

#tab01:checked ~ #tab01,
#tab02:checked ~ #tab02,
#tab03:checked ~ #tab03,
#tab04:checked ~ #tab04,
#tab05:checked ~ #tab05,
#tab06:checked ~ #tab06 {
  display: block;
}

#price .course .tab,
#price .course .tab2 {
  color: #fff;
}

#price .course label.tab,
#price .course label.tab2{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  transition: all .2s;
}

#price .course input:not(:checked) + label.tab,
#price .course input:not(:checked) + label.tab2{
  background: none;
}

/*tab切り替えcss*/

#price .animal_pack .name{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

#price .animal_pack .ct01{
  background-color: var(--color-green);
}

#price .animal_pack .ct01 .ttl{
  color: var(--color-green);
}

#price .animal_pack .list .txt:last-child::after{
  display: none;
}

#price .animal_pack .txt{
  width: 100%;
}

#price .animal_pack .list{
  max-width: 320px;
  margin: 0 auto;
}

#price .animal_pack .list .txt:last-child{
  text-align: center;
}

#price .ct04{
  margin-top: 10px;
}

#price .option{
  background-color: var(--color-blue);
  height: 40px;
  font-size: 14px;
  font-weight: bold;
}

#price .option .option_ct{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 320px;
  height: 100%;
  margin: 0 auto;
}

#price .option .option_ct span{
  display: inline-block;
  vertical-align: middle;
}

#price .option .group{
  font-size: 10px;
  padding: 2px 6px;
  border: 1px solid var(--color-white);
}

#price .option .yen{
  font-size: 20px;
  font-weight: bold;
}

#price .option .plus{
  margin: 0 2px 0 5px;
}

#price .option span.tax{
  font-size: 7px;
  vertical-align: text-bottom;
}

#price .course #tab00.ct01 {
  margin-top: 40px;
  margin-bottom: 40px;
}

#price #tab00 .aside,
#price .ct04 .aside{
  margin-top: 20px;
  font-size: 12px;
  font-weight: bold;
}

.annotation li {
  position: relative;
  font-size: 15px;
  font-weight: bold;
}

.annotation li::before {
  position: relative;
  content: "※";
  width: 1em;
  height: 1em;
}

#price .course #tab00 .txt_01 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

#price .course #tab00 .txt {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  width: 100%;
  margin-top: 10px;
  font-size: 39px;
  text-align: center;
}

#price #tab00 .list .txt:last-child::after {
  display: none;
}

#price .course .aside,
#price .tab_ct {
  margin-top: 10px;
  margin-bottom: 30px;
}

#price .tab_ct:nth-last-child(2) {
  margin-bottom: 0;
}

@media screen and (max-width: 370px) {
  #price .ct04 .aside{
    white-space: normal;
  }
}

#price .bnr{
  margin-top: 50px;
}

/* WEB_03-12314 */
.ttl_aycd-menu {
  margin-bottom: 16px;
  color: var(--color-white);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.price_tbl {
  border: 1px solid var(--color-white);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  border-right: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
  color: var(--color-white);
 }

 .price_tbl_01 {
   /* margin-bottom: 30px; */
 }

/* #tab01 .price_tbl th,
#tab01 .price_tbl td {
  border: 1px solid #444;
} */

.price_tbl th,
.price_tbl td {
  padding: 15px 5px;
  border: 1px solid var(--color-white);
  text-align: center;
  vertical-align: middle;
}

.price_tbl .tbl_th {
  padding: 5px;
  background: var(--color-white);
  color: var(--color-white);
  font-size: 16px;
}

.price_tbl .tbl_th.half {
  width: 43%;
}

.price_tbl .time {
  width: 20%;
}

.price_tbl .tbl_th:nth-of-type(n+2) {
  /* width: 40%; */
}

.price_tbl .tbl_td {
  background: var(--color-white);
  color: var(--color-red);
  font-size: 18px;
}

.tbl_prc {
  font-size: 22px;
  font-weight: bold;
  width: 40%;
}

.tbl_th.weekday {
  background: var(--color-rhythm-red);
  color: var(--color-white);
}

/* .price_tbl .tbl_menu-ttl {
  font-weight: bold;
  background: var(--color-rhythm-gray);
  color: var(--color-white);
} */

.tbl_allday .time {
  width: 30%;
}

@media screen and (max-width: 768px) {
  #price .inner {
    padding-bottom: 0;
  }
}

/* WEB_03-12314 */

#watching_sports .img{
  margin-top: 40px;
}

#watching_sports p.txt{
  border-top: 1px solid var(--color-white);
  padding: 40px 0;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
}

#menu .inner{
  padding-top: 0;
}

#menu .content .main_ttl,
#menu .content .sub_ttl{
  color: var(--color-white);
}

#menu .content .sub_ttl{
  /* margin-bottom: 40px; */
}

#menu .course_menu{
  position: relative;
  margin-top: 40px;
}

#menu .course_menu::before{
  position: absolute;
  /* content: 'COURSE'; */
  top: 0;
  left: 0;
  width: 100%;
  font-family: var(--font-family02);
  font-weight: bold;
  font-size: 80px;
  color: var(--color-white);
  background: transparent;
  margin-bottom: 18px;
  text-align: center;
  line-height: .8;
  letter-spacing: 1px;
  opacity: 0.05;
  z-index: 0;
}

#menu .course {
  padding-bottom: 50px;
}

#menu .course_menu .course_menu_ct{
  padding-bottom: 32px;
}

#menu .course_menu .course_menu_ct:not(:first-of-type){
  padding-top: 32px;
}

#menu .course_menu .course_menu_ct:not(:last-of-type){
  border-bottom: 2px dashed var(--color-white);
}

#menu .course_menu .course_menu_ct .ttl{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 24px auto 12px;
}

#menu .course_menu .course_menu_ct .price{
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
}

#menu .course_menu .course_menu_ct .price > span:not(:last-of-type){
  margin-bottom: 10px;
}

#menu .course_menu .course_menu_ct .price > span{
  display: inline-flex;
  align-items: center;
  margin-left: calc(50% - 155px);
  vertical-align: middle;
}

@media screen and (max-width: 370px) {
  #menu .course_menu .course_menu_ct .price > span{
    margin-left: 0;
  }
}

#menu .course_menu .course_menu_ct .label{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  height: 100%;
  background-color: var(--color-white);
  color: var(--color-rhythm-red);
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}

#menu .course_menu .course_menu_ct .caption{
  font-size: 13px;
  margin-bottom: 24px;
}

#menu .course_menu .course_menu_ct .caption .caption_txt{
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
  line-height: 1.5;
}

#menu .course_menu .course_menu_ct .list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 64px 64px;
  grid-gap: 15px;
}

#menu .course_menu .course_menu_ct .list li{
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-rhythm-red);
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#menu .course_menu .course_menu_ct .bg01{
  position: relative;
}

#menu .course_menu .course_menu_ct .bg01::after{
    position: absolute;
    content: "";
    width: 35%;
    height: 35%;
    top: 3px;
    left: 3px;
    background: url(/images/party/course_contents/ico_freefood.svg) no-repeat;
    background-size: contain;
}

#floor .sub_ttl{
  margin-bottom: 40px;
}

#floor .desc{
  margin-bottom: 0;
}

#floor .slider{
  display: none;
}

#floor .slider.slick-initialized{
  display: block;
}

#floor .slider .slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  bottom: auto;
  background-color: rgba(255, 255, 255, .5);
}

#floor .slider .slick-dots li button:before{
  font-size: 30px;
}

#floor .slider .desc{
  display: inline-block;
}

#floor .slider .slick-slide img {
  aspect-ratio: 385 / 257;
}

#access .sub_ttl{
  margin-bottom: 40px;
}

#access .info{
  font-size: 14px;
  margin: 30px auto 40px;
}

#access .info .ttl{
  width: 24%;
  background-color: var(--color-rhythm-gray);
  border-bottom: 1px solid var(--color-black);
  text-align: left;
  padding: 0 12px;
  vertical-align: middle;
}

#access .info .txt{
  font-size: 12px;
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid var(--color-white);
  line-height: 1.5;
}

#access .info .txt p{
  margin-bottom: 10px;
}

#access .info tr:last-child .txt{
  border-bottom: none;
}

#access .info span{
  display: inline-block;
  margin-top: 10px;
}

#access .info .inr_list{
  padding: 5px;
  border: 1px solid var(--color-white);
  margin: 10px;
}

#access .info .list li{
  position: relative;
}

#access .info .list li::before{
  content: '・';
}

#access .txt_it{
  padding-left: 1em;
  text-indent: -1em;
}

#access .series_store .ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-weight: bold;
  color: var(--color-white);
  background-color: var(--color-rhythm-gray);
  margin-bottom: 30px;
}

#access .series_store tr,
#access .series_store th,
#access .series_store td{
  display: block;
}

#access .series_store .area{
  font-size: 18px;
  font-weight: bold;
  color: var(--color-rhythm-gray);
}

#access .series_store .store_name{
  margin: 20px auto 10px;
  font-weight: bold;
}

#access .series_store .store_address{
  margin-bottom: 30px;
}

footer .inner{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 200px;
  padding: 40px 0;
  background-color: var(--color-rhythm-gray);
  color: var(--color-white);
}

footer .list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 2;
  font-size: 12px;
  margin: 20px;
}

footer .list li a{
  position: relative;
}

footer .list li a::after{
  content: '｜';
}

footer .copyright{
  font-size: 10px;
}

/*-------------自由帳-----------------*/
.appealing_point {
  margin-bottom: 60px!important;
  max-width: 450px;
  margin: 0 auto;
}

.appealing_ttl {
  font-size: 24px !important;
  margin-bottom: 16px !important;
  color: var(--color-rhythm-red) !important;
  font-weight: bold;
  text-align: center;
}

.appealing_desc {
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 10px;
}

.appealing_annotation {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 20px;
  color: #FFD800 !important;
  font-weight: bold;
}

.appealing_img {
  max-width: 360px;
  margin: 0 auto;
}

.appealing_link {
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 36px;
  margin: 0 auto;
  border: 1px solid var(--color-white);
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
}
/*-------------自由帳-----------------*/
#information .latest_info{
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

/* 多言語タブ */
.stt-lang-select .stt-text {
  display: none;
}
header .bg_ct02 .list > li .tab_lang > .item_lang {
    margin-bottom: 10px;
}
.has-sub{
  position: relative;

}
.sub {
  position: absolute;
  display: none;
  width: 100%;
  z-index: 3;
  width: max-content;
}
.sub > .item_lang > .a_lang {
  color: #fff;
  line-height: 1.75;
  font-size: 14px;
  padding-left: 14px;
}
.sub > .item_lang > .a_lang:hover {
  background-color: #ccc;
  opacity: 1;
}

.tab_lang {
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  header .list .it.has-sub{
    position: static;
  }
  .tab_lang{
    top: 84px;
    background: #fff;
    width: 100%;
    margin-top: 0;
    right: 0;
    left: 0;
  }
  .sub > .item_lang{
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: solid 1px #000;
    margin-right: 0;
  }
  .sub > .item_lang > .a_lang{
    padding: 9px;
    color: #000;
    width: 100%;
    text-align: center;
  }
}

/* 多言語タブ */

/* 多言語 */
#en header .nav_sp .nav_sub_ttl, #ko header .nav_sp .nav_sub_ttl, #cn header .nav_sp .nav_sub_ttl, #tw header .nav_sp .nav_sub_ttl {
  display: none;
}
#en .it > .it_desc,
#ko .it > .it_desc,
#cn .it > .it_desc,
#tw .it > .it_desc {
  padding:4px 40px;
  height: auto!important;
}
#en .feature .list .it01 .it_desc {
  height: 120px;
}
#en #price .course .ttl {
  height: 50px;
  font-size: 16px;
}
#en #floor .main_ttl , #ko #floor .main_ttl, #cn #floor .main_ttl, #tw #floor .main_ttl,
#en #access .main_ttl , #ko #access .main_ttl, #cn #access .main_ttl, #tw #access .main_ttl {
  margin-bottom: 40px;
}
#en #watching_sports a.st1 {
  font-size: 13px;
}
#en .topics,
#ko .topics,
#cn .topics,
#tw .topics {
  display:none;
}


@media screen and (max-width: 768px) {
  #en .feature .it_desc {
    height: 130px;
  }
  #en .feature .it_ttl {
    font-size: 20px;
  }
  #en #price .tab, #en #price .tab2, #ko #price .tab, #ko #price .tab2 {
    height: 80px;
  }
  #en #price .tab, #en #price .tab2 {
    height: 80px;
    font-size: 12px;
  }
  #en .nav .list li .nav_ttl, #ko .nav .list li .nav_ttl, #cn .nav .list li .nav_ttl, #tw .nav .list li .nav_ttl {
    font-size: 16px;
  }
  #en .feature .it:nth-of-type(2n+1) {
    margin-top: 34px;
  }
  #en a.st1 {
    padding-left: 20px;
  }
  #en #watching_sports a.st1 .arrow {
    margin: 0 12px;
  }
}
/* 多言語 */
