@charset "UTF-8";
/*!
 * ress.css â€¢ v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

html, body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #000000;
}
@media (max-width: 768px) {
  html, body {
    font-size: 14px;
  }
}

a:link,
a:visited {
  color: #ffffff;
  text-decoration: none;
}

li {
  list-style: none;
}

section {
  margin-bottom: 50px;
}

video,
img {
  display: block;
  width: 100%;
  height: auto;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}

.fasicon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: unset;
}

/*********************************
* 
* parts
* 
**********************************/
.sec_title {
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.sec_title-jp {
  font-size: 16px;
  background-color: #ffffff;
  color: #000000;
  display: inline-block;
  padding: 0 2em;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .sec_title-jp {
    font-size: 14px;
  }
}
.sec_title-en {
  position: relative;
  font-family: "Poppins", sans-serif;
  display: block;
  font-size: 44px;
}
@media (max-width: 768px) {
  .sec_title-en {
    font-size: 32px;
  }
}
.sec_title-en.leftline::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 3px;
  top: 50%;
  left: 0;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .sec_title-en.leftline::before {
    width: 20%;
  }
}
.sec_title-en.rightline::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 3px;
  top: 50%;
  right: 0;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .sec_title-en.rightline::before {
    width: 20%;
  }
}

/*********************************
* 
* loading
* 
**********************************/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  z-index: 1000;
  transition: 0.5s;
  pointer-events: none;
}
.loading .imgbox {
  width: 7%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: loading;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
@media (max-width: 768px) {
  .loading .imgbox {
    width: 15%;
    top: 50%;
  }
}
@keyframes loading {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

/*********************************
* 
* breadcrumb
* 
**********************************/
.breadcrumb {
  background-color: #333333;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding: 1em 0;
}
@media (max-width: 768px) {
  .breadcrumb {
    padding: 1em 5%;
  }
}
.breadcrumb ul {
  width: 100%;
  max-width: 960px;
  margin: auto;
  display: flex;
}
.breadcrumb ul li {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  display: inline-block;
  color: #666666;
}
.breadcrumb ul li a {
  color: #666666;
}
.breadcrumb ul li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #666666;
}
.breadcrumb ul li:nth-of-type(1) a {
  padding-left: 25px;
}
.breadcrumb ul li:nth-of-type(1) a::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 2px;
  left: 0;
  background-image: url(../img/common/ic-home.svg);
}
.breadcrumb ul li:nth-last-child(1) {
  color: #ffffff;
}
.breadcrumb ul li:nth-last-child(1)::after {
  display: none;
}

/*********************************
* 
* header
* 
**********************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  font-family: "Poppins", sans-serif;
  box-shadow: 0px 5px 30px #666666;
  font-size: 14px;
  z-index: 100;
}
@media (max-width: 768px) {
  .header {
    opacity: 1 !important;
    height: 50px !important;
    box-shadow: none;
  }
}
.header .inner {
  width: 100%;
  height: 100%;
  display: flex;
}
.header .inner .logo {
  background-color: #ffffff;
  width: 260px;
  min-width: 260px;
}
@media (max-width: 768px) {
  .header .inner .logo {
    width: 100%;
  }
}
.header .inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 2.5em;
}
@media (max-width: 768px) {
  .header .inner .logo a {
    padding: 0 1em;
  }
}
.header .inner .logo a img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .header .inner .logo a img {
    width: 200px;
  }
}
.header .inner .nav {
  color: #ffffff;
  width: 100%;
  background-color: #000000;
  padding-left: 1vw;
}
@media (max-width: 768px) {
  .header .inner .nav {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 0vh;
    transition: 0.3s;
    overflow: hidden;
    font-size: 16px;
    z-index: 50000;
  }
  .header .inner .nav.open {
    height: 100vh;
  }
}
.header .inner .nav .navlist {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .header .inner .nav .navlist {
    margin-top: 60px;
    display: block;
    text-align: center;
  }
}
.header .inner .nav .navlist-item {
  position: relative;
}
@media (max-width: 768px) {
  .header .inner .nav .navlist-item {
    margin-bottom: 30px;
  }
}
.header .inner .nav .navlist-item a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 1em;
}
.header .inner .nav .navlist-item a span {
  position: relative;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}
.header .inner .nav .navlist-item a span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: auto;
  right: 0;
  width: 0%;
  border-bottom: 2px solid #9e0d1e;
  transition: 0.3s;
}
.header .inner .nav .navlist-item a:hover span::after {
  left: 0;
  right: auto;
  width: 100%;
}
.header .inner .nav .navlist-item-hovlist {
  position: absolute;
  pointer-events: none;
  top: 70px;
  left: 0;
  padding: 10px 20px 20px;
  overflow: hidden;
  background-color: #000000;
  box-shadow: 0px 15px 30px #666666;
  transition: 0.3s;
  transform-origin: top center;
  transform: scaleY(0);
}
@media (max-width: 768px) {
  .header .inner .nav .navlist-item-hovlist {
    position: relative;
    transform: scaleY(1);
    pointer-events: all;
    box-shadow: none;
    top: 0;
    margin-bottom: -30px;
  }
}
.header .inner .nav .navlist-item-hovlist-item {
  opacity: 0;
  transition-delay: 0.15s;
  transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .header .inner .nav .navlist-item-hovlist-item {
    opacity: 1;
    margin-bottom: 15px;
  }
}
.header .inner .nav .navlist-item-hovlist-item a {
  padding: 0.5em 0;
}
.header .inner .nav .navlist-item-hovlist-item a span {
  transform: translate(0);
  display: inline-block;
  white-space: nowrap;
}
.header .inner .nav .navlist-item:hover .navlist-item-hovlist {
  pointer-events: all;
  transform: scaleY(1);
}
.header .inner .nav .navlist-item:hover .navlist-item-hovlist-item {
  opacity: 1;
}
.header .inner .hamBtn {
  position: relative;
  width: 70px;
  background-color: #000000;
}
.header .inner .hamBtn span {
  position: absolute;
  width: 65%;
  height: 1px;
  left: 17.5%;
  background-color: #ffffff;
  transition: 0.3s;
}
.header .inner .hamBtn span:nth-of-type(1) {
  top: 30%;
}
.header .inner .hamBtn span:nth-of-type(2) {
  top: 50%;
}
.header .inner .hamBtn span:nth-of-type(3) {
  top: 70%;
}
.header .inner .hamBtn.open span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
.header .inner .hamBtn.open span:nth-of-type(2) {
  opacity: 0;
}
.header .inner .hamBtn.open span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}
.header .inner .reserve {
  position: relative;
  color: #ffffff;
  background-color: #9e0d1e;
  padding: 0 2em;
}
@media (max-width: 768px) {
  .header .inner .reserve {
    display: none;
  }
}
.header .inner .reserve a {
  width: 100%;
  height: 100%;
  display: block;
}
.header .inner .reserve a span {
  position: relative;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.header .inner .reserve::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 30px solid #ff0293;
  border-left: 30px solid transparent;
}

/*********************************
* 
* footer
* 
**********************************/
.footer {
  position: relative;
  font-family: "Poppins", sans-serif;
}
.footer .reservation {
  position: relative;
  background-color: #9e0d1e;
  overflow: hidden;
  transition: 0.3s;
}
.footer .reservation:hover {
  filter: brightness(120%);
}
.footer .reservation::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  border-bottom: 300px solid #9e0d1e;
  border-left: 300px solid transparent;
  z-index: 10;
  pointer-events: none;
}
.footer .reservation::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  border-top: 300px solid #9e0d1e;
  border-right: 300px solid transparent;
  z-index: 10;
  pointer-events: none;
}
.footer .reservation a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.footer .reservation a .bgbox {
  position: absolute;
  width: 30%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 768px) {
  .footer .reservation a .bgbox {
    display: none;
  }
}
.footer .reservation a .bgbox.left {
  left: 0;
}
.footer .reservation a .bgbox.right {
  right: 0;
}
.footer .reservation a h3 {
  position: relative;
  display: inline-block;
  padding: 5% 2em;
  font-size: 32px;
  font-weight: 500;
  z-index: 15;
}
@media (max-width: 768px) {
  .footer .reservation a h3 {
    font-size: 24px;
    display: block;
  }
}
.footer .reservation a h3 span {
  position: relative;
  margin-top: 20px;
  display: block;
  font-size: 16px;
  padding-right: 2em;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .footer .reservation a h3 span {
    font-size: 12px;
    margin-top: 10px;
    padding-right: 0;
  }
}
.footer .reservation a h3 span::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: -1px;
  border-bottom: 12px solid #ffffff;
  border-right: 15px solid transparent;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .footer .reservation a h3 span::before {
    bottom: 25px;
    right: -31px;
  }
}
.footer .reservation a h3 span::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .footer .reservation a h3 span::after {
    bottom: 25px;
    right: -30px;
  }
}
.footer .reservation a:hover h3 span::before {
  right: -6px;
}
@media (max-width: 768px) {
  .footer .reservation a:hover h3 span::before {
    right: -36px;
  }
}
.footer .reservation a:hover h3 span::after {
  right: -5px;
}
@media (max-width: 768px) {
  .footer .reservation a:hover h3 span::after {
    right: -35px;
  }
}
.footer .inner {
  width: 80%;
  margin: auto;
  max-width: 1080px;
}
.footer .inner .snsarea {
  display: flex;
  width: 275px;
  margin: 65px auto;
}
.footer .inner .snsarea.none {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .footer .inner .snsarea {
    width: 200px;
    margin: 55px auto;
    margin-top: 85px;
  }
}
.footer .inner .snsarea .snsicon {
  width: 50px;
  margin: auto;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .footer .inner .snsarea .snsicon {
    width: 40px;
  }
}
.footer .inner .snsarea .snsicon:hover {
  filter: brightness(150%);
}
.footer .inner ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: auto;
  margin-bottom: 1.5em;
}
.footer .inner ul li {
  margin: auto;
}
.footer .inner ul li a {
  position: relative;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.footer .inner ul li a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: auto;
  right: 0;
  width: 0%;
  border-bottom: 2px solid #9e0d1e;
  transition: 0.3s;
}
.footer .inner ul li a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.footer .inner ul li.reserve {
  background-color: #9e0d1e;
  padding: 0 1em;
}
.footer .scrolltop {
  position: absolute;
  bottom: 55px;
  right: 2%;
  padding-top: 60px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .footer .scrolltop {
    bottom: 145px;
    right: 50%;
    transform: translateX(50%);
    padding-top: 35px;
  }
}
.footer .scrolltop::before, .footer .scrolltop::after {
  content: "";
  position: absolute;
  width: 75%;
  height: 1px;
  top: 35%;
  right: -14%;
  background-color: #ffffff;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .footer .scrolltop::before, .footer .scrolltop::after {
    width: 50%;
    right: 7.5%;
  }
}
.footer .scrolltop::after {
  left: -14%;
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .footer .scrolltop::after {
    left: 7.5%;
  }
}
@media (max-width: 768px) {
  .footer .scrolltop span {
    font-size: 12px;
  }
}
.footer .copy {
  background-color: #333333;
  font-size: 12px;
  text-align: center;
  padding: 0.75em 0;
}

/*********************************
* 
* lightcase
* 
**********************************/
#lightcase-sequenceInfo {
  color: #ffffff !important;
}

#lightcase-caption {
  color: #ffffff !important;
}

.lightcase-contentInner {
  width: auto !important;
  height: auto !important;
}
.lightcase-contentInner img {
  max-height: 100% !important;
}

@media (max-width: 768px) {
  #lightcase-case {
    width: 80% !important;
  }

  #lightcase-content {
    width: auto !important;
    height: auto !important;
  }

  .lightcase-icon-prev,
.lightcase-icon-next {
    bottom: 50% !important;
    transform: translateY(50%);
  }

  .lightcase-icon-prev {
    left: 5px !important;
  }

  .lightcase-icon-next {
    right: 5px !important;
  }
}
#dkp_shop_vacancy_search_area_overlay,
#lightcase-overlay {
  z-index: 30000;
}

.lightcase-icon-close,
#lightcase-case {
  z-index: 30001 !important;
}

#lightcase-nav {
  position: absolute;
  z-index: 30001;
}

/*********************************
* 
* dkp-shop.js
* 
**********************************/
#dkp_top_nav {
  height: 0 !important;
}
#dkp_top_nav #dkp_top_container {
  width: auto;
  margin-right: 33px;
}
@media (max-width: 768px) {
  #dkp_top_nav #dkp_top_container {
    margin-right: 0;
  }
}
#dkp_top_nav #dkp_top_container #dkp_top_logo_container {
  display: none;
}

#dkp_top_nav_spacer {
  height: 0 !important;
}

.top_visualSec {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 768px) {
  .top_visualSec {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.top_visualSec .visual_bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 3840px;
  z-index: 1;
}
.top_visualSec .visual_bg .swiper-container {
  height: 100vh;
}
.top_visualSec .visual_bg .swiper-container .swiper-wrapper .swiper-slide .swiper-content img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.top_visualSec .visual_line {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.top_visualSec .visual_line svg {
  position: absolute;
  z-index: 2;
  animation-name: line;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}
.top_visualSec .visual_line svg.bl01 {
  width: 25%;
  bottom: 57.4%;
  left: 20%;
  stroke-dasharray: 150%;
  animation-duration: 2s;
}
@media (max-width: 768px) {
  .top_visualSec .visual_line svg.bl01 {
    width: 100%;
    bottom: 61%;
    left: -4%;
  }
}
@keyframes line {
  0% {
    stroke-dashoffset: 150%;
  }
  40% {
    stroke-dashoffset: 0%;
  }
  60% {
    stroke-dashoffset: 0%;
  }
  100% {
    stroke-dashoffset: -150%;
  }
}
.top_visualSec .visual_line svg.bl02 {
  width: 35%;
  top: 42.2%;
  left: 20%;
  stroke-dasharray: 150%;
  animation-duration: 2s;
}
@media (max-width: 768px) {
  .top_visualSec .visual_line svg.bl02 {
    width: 100%;
    top: 50%;
    left: 0%;
  }
}
.top_visualSec .visual_line svg.bl03 {
  width: 60%;
  top: 27%;
  left: 40%;
  stroke-dasharray: 150%;
  animation-duration: 2s;
}
@media (max-width: 768px) {
  .top_visualSec .visual_line svg.bl03 {
    width: 200%;
    top: -25%;
    left: 40%;
    transform: rotate(90deg);
  }
}
.top_visualSec .visual_line svg.pk01 {
  width: 35%;
  top: 42%;
  left: 6%;
  stroke-dasharray: 150%;
  animation-duration: 2s;
}
@media (max-width: 768px) {
  .top_visualSec .visual_line svg.pk01 {
    width: 100%;
    top: 20%;
    left: -31%;
  }
}
.top_visualSec .visual_line svg.pk02 {
  width: 35%;
  top: 42%;
  left: 40.7%;
  stroke-dasharray: 150%;
  animation-duration: 2s;
}
@media (max-width: 768px) {
  .top_visualSec .visual_line svg.pk02 {
    width: 100%;
    top: 20%;
    left: 68.5%;
  }
}
.top_visualSec .inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
.top_visualSec .inner .visu_logo {
  position: absolute;
  top: 3%;
  left: 2%;
  width: 100px;
}
@media (max-width: 768px) {
  .top_visualSec .inner .visu_logo {
    display: none;
  }
}
.top_visualSec .inner h1 {
  position: absolute;
  bottom: 70px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  font-weight: 500;
  font-size: 48px;
  padding: 0.25em 0.25em 0.25em 0.75em;
  transform: translateY(170px);
}
.top_visualSec .inner h1.anim {
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  animation-name: h1anim;
  animation-timing-function: ease-out;
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}
@media (max-width: 768px) {
  .top_visualSec .inner h1.anim {
    top: 70%;
    left: 24%;
    animation-name: h1anim_sp;
  }
}
@keyframes h1anim {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes h1anim_sp {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .top_visualSec .inner h1 {
    font-size: 32px;
    width: 200px;
  }
}
.top_visualSec .inner .visu_header {
  position: absolute;
  top: auto;
  bottom: 0;
  transition: 0.3s;
  transform: translateY(70px);
}
.top_visualSec .inner .visu_header.anim {
  opacity: 0 !important;
}
@media (max-width: 768px) {
  .top_visualSec .inner .visu_header {
    display: none;
  }
}
.top_visualSec .inner .reserve {
  position: relative;
  color: #ffffff;
  background-color: #9e0d1e;
  padding: 0 2em;
}
@media (max-width: 768px) {
  .top_visualSec .inner .reserve {
    position: absolute;
    width: 260px;
    height: 50px;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}
.top_visualSec .inner .reserve a {
  width: 100%;
  height: 100%;
  display: block;
}
.top_visualSec .inner .reserve a span {
  position: relative;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.top_visualSec .inner .reserve::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 30px solid #ff0293;
  border-left: 30px solid transparent;
}
.top_visualSec .inner .swiper-topvisual-pagination {
  bottom: 100px;
  right: 8%;
  z-index: 50;
  animation-name: visuload;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: 5.5s;
}
@media (max-width: 768px) {
  .top_visualSec .inner .swiper-topvisual-pagination {
    bottom: 25px;
    right: 50%;
    transform: translateX(50%);
    animation-delay: 2.5s;
  }
}
@keyframes visuload {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top_visualSec .inner .swiper-topvisual-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  background: #ffffff;
  opacity: 1;
  z-index: 50;
  outline: none;
}
@media (max-width: 768px) {
  .top_visualSec .inner .swiper-topvisual-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.top_visualSec .inner .swiper-topvisual-pagination .swiper-pagination-bullet-active {
  background: #46b1ff;
  z-index: 50;
  -webkit-user-select: none;
  user-select: none;
}
.top_visualSec .inner .scrolldown {
  position: absolute;
  width: 150px;
  bottom: 165px;
  right: 0%;
  animation-name: visuload;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: 6s;
  transform: rotate(-90deg);
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  .top_visualSec .inner .scrolldown {
    bottom: 70px;
    right: -45px;
    animation-delay: 3s;
  }
}
.top_visualSec .inner .scrolldown::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  animation-name: scrolldown;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-duration: 2.25s;
}
@keyframes scrolldown {
  0% {
    width: 0%;
  }
  25% {
    width: 100%;
    left: auto;
    right: 0;
  }
  50% {
    width: 100%;
    left: 0;
    right: auto;
  }
  70% {
    width: 0%;
    left: 0;
    right: auto;
  }
  100% {
    width: 0%;
    left: 0;
    right: auto;
  }
}

.conceptSec {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .conceptSec {
    padding-top: 50px;
  }
}
.conceptSec .concept_bg {
  position: absolute;
  top: -50px;
  width: 100%;
  height: 150%;
  z-index: 1;
  overflow: hidden;
}
.conceptSec .concept_bg img {
  position: absolute;
  transition: 0.75s;
}
.conceptSec .concept_bg img.bl01 {
  width: 60%;
  top: 10%;
  left: -15%;
}
.conceptSec .concept_bg img.bl02 {
  width: 20%;
  top: 45%;
  left: -5%;
}
.conceptSec .concept_bg img.pk01 {
  width: 30%;
  top: 20%;
  left: 72%;
}
.conceptSec .concept_bg img.pk02 {
  width: 25%;
  top: 30%;
  left: 76%;
}
.conceptSec .concept_bg img.gr01 {
  width: 20%;
  top: 68%;
  left: 78%;
}
.conceptSec .sec_title {
  position: relative;
  z-index: 2;
}
.conceptSec .inner {
  position: relative;
  width: 80%;
  margin: auto;
  z-index: 2;
}
@media (max-width: 768px) {
  .conceptSec .inner {
    width: 95%;
  }
}
.conceptSec .inner .txtbox {
  position: relative;
  transform: translateY(-25%);
  width: 80%;
  margin: auto;
  background-color: #000000;
  box-shadow: 0px 5px 30px #666666;
  padding: 2em 3em;
  line-height: 2;
}
@media (max-width: 768px) {
  .conceptSec .inner .txtbox {
    width: 95%;
    padding: 2em 1.5em;
    transform: translateY(-5%);
  }
}
.conceptSec .inner .txtbox h3 {
  margin-bottom: 15px;
}

.sceneSec {
  overflow: hidden;
  padding-top: 30px;
}
.sceneSec .inner ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .sceneSec .inner ul {
    display: block;
  }
}
.sceneSec .inner ul li {
  position: relative;
  width: 33%;
  z-index: 1;
}
@media (max-width: 768px) {
  .sceneSec .inner ul li {
    width: 100%;
  }
}
.sceneSec .inner ul li .bg {
  width: 100%;
  transition: 0.3s;
}
.sceneSec .inner ul li .txtbox {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  text-align: center;
}
@media (max-width: 768px) {
  .sceneSec .inner ul li .txtbox {
    top: 20%;
  }
}
.sceneSec .inner ul li .txtbox h3 {
  position: relative;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sceneSec .inner ul li .txtbox h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.sceneSec .inner ul li .txtbox h3::before, .sceneSec .inner ul li .txtbox h3::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 2px;
  top: 50%;
  right: 0;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .sceneSec .inner ul li .txtbox h3::before, .sceneSec .inner ul li .txtbox h3::after {
    top: auto;
    bottom: -15px;
    width: 80%;
    right: 50%;
    transform: translateX(50%);
  }
}
.sceneSec .inner ul li .txtbox h3::after {
  content: "";
  left: 0;
}
@media (max-width: 768px) {
  .sceneSec .inner ul li .txtbox h3::after {
    display: none;
  }
}
.sceneSec .inner ul li .txtbox p {
  position: relative;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  z-index: 2;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .sceneSec .inner ul li .txtbox p {
    font-size: 40px;
  }
}
.sceneSec .inner ul li .txtbox p::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  background-color: #9e0d1e;
  width: 100%;
  height: 25%;
  z-index: -1;
}
@media (max-width: 768px) {
  .sceneSec .inner ul li .txtbox p::after {
    display: none;
  }
}
.sceneSec .inner ul li .txtbox .morebtn {
  opacity: 0;
  width: 80%;
  margin: auto;
  background-color: #9e0d1e;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .sceneSec .inner ul li .txtbox .morebtn {
    opacity: 1;
  }
}
.sceneSec .inner ul li .txtbox .morebtn span {
  display: block;
  font-family: "Poppins", sans-serif;
  padding: 1em 0;
}
@media (max-width: 768px) {
  .sceneSec .inner ul li .txtbox .morebtn span {
    padding: 0.5em;
  }
}
@media (min-width: 769px) {
  .sceneSec .inner ul li:hover {
    z-index: 5;
  }
  .sceneSec .inner ul li:hover .bg {
    background: linear-gradient(90deg, #9e0d1e, #430008);
    transform: scale(1.1);
  }
  .sceneSec .inner ul li:hover .bg img {
    opacity: 0;
  }
  .sceneSec .inner ul li:hover .txtbox h3 {
    display: none;
  }
  .sceneSec .inner ul li:hover .txtbox p {
    margin-bottom: 20px;
  }
  .sceneSec .inner ul li:hover .txtbox p::after {
    opacity: 0;
  }
  .sceneSec .inner ul li:hover .txtbox .morebtn {
    opacity: 1;
  }
}

.banquetSec {
  margin-bottom: 0;
  padding-top: 150px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .banquetSec {
    padding-top: 0;
  }
}
.banquetSec .scrollbg {
  position: absolute;
  display: flex;
  top: 0px;
  left: 0;
  width: 200%;
}
@media (max-width: 768px) {
  .banquetSec .scrollbg {
    display: none;
  }
}
.banquetSec .scrollbg img {
  animation: infinity-loop 15s infinite linear 1s both;
  display: flex;
  width: 100%;
  position: relative;
}
@keyframes infinity-loop {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.banquetSec .inner ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: auto;
}
.banquetSec .inner ul li {
  position: relative;
  width: 20%;
  overflow: hidden;
}
.banquetSec .inner ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: 2;
}
.banquetSec .inner ul li img {
  transition: 0.3s;
  z-index: 1;
}
.banquetSec .inner ul li:hover::before {
  opacity: 1;
}
.banquetSec .inner ul li:hover img {
  transform: scale(1.1);
}

.accessSec {
  position: relative;
  padding-top: 150px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .accessSec {
    padding-top: 50px;
  }
}
.accessSec .access_bg01 {
  position: absolute;
  top: 23%;
  left: 0;
  width: 35%;
}
@media (max-width: 768px) {
  .accessSec .access_bg01 {
    width: 45%;
    top: 10%;
  }
}
.accessSec .access_bg02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
}
@media (max-width: 768px) {
  .accessSec .access_bg02 {
    width: 25%;
  }
}
.accessSec .inner {
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .accessSec .inner {
    display: block;
  }
}
.accessSec .inner .txtbox {
  position: relative;
  width: 50%;
  background-color: #333333;
  font-size: 14px;
}
@media (max-width: 768px) {
  .accessSec .inner .txtbox {
    width: 100%;
  }
}
.accessSec .inner .txtbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 70px solid #000000;
  border-right: 70px solid transparent;
}
.accessSec .inner .txtbox::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 70px solid #000000;
  border-left: 70px solid transparent;
}
.accessSec .inner .txtbox-inner {
  width: 60%;
  margin: auto;
  padding: 70px 0;
  line-height: 2;
}
@media (max-width: 768px) {
  .accessSec .inner .txtbox-inner {
    width: 90%;
    margin: auto;
  }
}
.accessSec .inner .txtbox-inner h3 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 1em;
}
.accessSec .inner .txtbox-inner p {
  margin-bottom: 1em;
}
.accessSec .inner .txtbox-inner .tel img,
.accessSec .inner .txtbox-inner .mail img {
  display: inline-block;
  transform: translateY(2px);
  width: 16px;
  margin-right: 0.75em;
}
.accessSec .inner .txtbox-inner .mapbtn {
  width: 90%;
  margin: auto;
  text-align: center;
  border: 1px solid #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
.accessSec .inner .mapbox {
  width: 50%;
}
@media (max-width: 768px) {
  .accessSec .inner .mapbox {
    width: 100%;
    display: none;
  }
}
.accessSec .inner .mapbox iframe {
  width: 100%;
  height: 100%;
}

.lower_visualSec {
  margin-top: 140px;
}
@media (max-width: 768px) {
  .lower_visualSec {
    margin-top: 100px;
  }
}
.lower_visualSec.menu, .lower_visualSec.party, .lower_visualSec.amusement {
  text-align: center;
}
.lower_visualSec.menu .sec_title, .lower_visualSec.party .sec_title, .lower_visualSec.amusement .sec_title {
  display: inline-block;
  margin-bottom: 0;
}
.lower_visualSec.menu .sec_title-en, .lower_visualSec.party .sec_title-en, .lower_visualSec.amusement .sec_title-en {
  position: relative;
}
.lower_visualSec.menu .sec_title-en::after, .lower_visualSec.party .sec_title-en::after, .lower_visualSec.amusement .sec_title-en::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #9e0d1e;
}
.lower_visualSec.party .sec_title, .lower_visualSec.amusement .sec_title {
  margin-bottom: 70px;
}
.lower_visualSec.party .sec_img, .lower_visualSec.amusement .sec_img {
  width: 100%;
  max-width: 960px;
  margin: auto;
  margin-bottom: 50px;
}
.lower_visualSec.amusement {
  margin-bottom: 70px;
}
.lower_visualSec.amusement .slideWrap-slide {
  outline: none;
}
.lower_visualSec.amusement .slideWrap .slick-dots {
  display: flex;
  width: 100px;
  margin: auto;
}
.lower_visualSec.amusement .slideWrap .slick-dots li {
  margin: auto;
}
.lower_visualSec.amusement .slideWrap .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.lower_visualSec.amusement .slideWrap .slick-dots li button::before {
  content: "•";
  font-family: "slick";
  font-size: 24px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: 0.25;
  color: #cccccc;
}
.lower_visualSec.amusement .slideWrap .slick-dots li.slick-active button::before {
  opacity: 0.75;
  color: #ffffff;
}

.bloglistSec {
  margin-bottom: 100px;
}
.bloglistSec .inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  background-color: #333333;
  padding: 60px 44px;
}
@media (max-width: 768px) {
  .bloglistSec .inner {
    padding: 60px 5% 60px;
  }
}
.bloglistSec .inner .bloglist li {
  position: relative;
  margin-bottom: 60px;
}
.bloglistSec .inner .bloglist li.newblog a .imgbox {
  position: relative;
}
.bloglistSec .inner .bloglist li.newblog a .imgbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 40px solid #ff0293;
  border-right: 40px solid transparent;
}
.bloglistSec .inner .bloglist li.newblog a .imgbox::after {
  content: "NEW";
  position: absolute;
  top: 5px;
  left: 2px;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  transform: rotate(-45deg);
}
.bloglistSec .inner .bloglist li:nth-last-of-type(1) {
  margin-bottom: 90px;
}
.bloglistSec .inner .bloglist li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -30px;
  left: 0;
  background-color: #999999;
}
.bloglistSec .inner .bloglist li a {
  padding: 0 6px;
  display: flex;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .bloglistSec .inner .bloglist li a {
    display: block;
  }
}
.bloglistSec .inner .bloglist li a .imgbox {
  width: 30%;
}
@media (max-width: 768px) {
  .bloglistSec .inner .bloglist li a .imgbox {
    width: 100%;
    margin-bottom: 15px;
  }
}
.bloglistSec .inner .bloglist li a .imgbox img {
  width: 100%;
  display: block;
}
.bloglistSec .inner .bloglist li a .txtbox {
  margin-left: 30px;
  width: 70%;
}
@media (max-width: 768px) {
  .bloglistSec .inner .bloglist li a .txtbox {
    margin-left: 0;
    width: 100%;
  }
}
.bloglistSec .inner .bloglist li a .txtbox h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 2;
}
.bloglistSec .inner .bloglist li a .txtbox .date {
  position: relative;
  padding-left: 1.5em;
  font-family: "Poppins", sans-serif;
  color: #999999;
  letter-spacing: 2px;
}
.bloglistSec .inner .bloglist li a .txtbox .date::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  background-image: url(../img/common/ic-clock.svg);
}
.bloglistSec .inner .bloglist li:hover a {
  filter: brightness(1.2);
}

.blogdetailSec {
  margin-bottom: 100px;
}
.blogdetailSec .inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  background-color: #333333;
  padding: 60px 50px;
}
@media (max-width: 768px) {
  .blogdetailSec .inner {
    padding: 60px 5% 60px;
  }
}
.blogdetailSec .inner .blogtitle {
  margin-bottom: 50px;
}
.blogdetailSec .inner .blogtitle h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 2;
}
.blogdetailSec .inner .blogtitle .date {
  position: relative;
  padding-left: 1.5em;
  font-family: "Poppins", sans-serif;
  color: #999999;
  letter-spacing: 2px;
}
.blogdetailSec .inner .blogtitle .date::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  background-image: url(../img/common/ic-clock.svg);
}
.blogdetailSec .inner .blogdetail {
  font-weight: 300;
  text-align: justify;
  line-height: 1.75;
  margin-bottom: 50px;
}
.blogdetailSec .inner .blogdetail .blogthum {
  width: 100%;
  margin-bottom: 30px;
}
.blogdetailSec .inner .blogdetail .blogthum img {
  max-width: 100%;
  width: auto;
}

.infolistSec {
  margin-bottom: 100px;
}
.infolistSec .inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  background-color: #333333;
  padding: 60px 44px;
}
@media (max-width: 768px) {
  .infolistSec .inner {
    padding: 60px 5% 60px;
  }
}
.infolistSec .inner .infolist li {
  position: relative;
  margin-bottom: 40px;
}
.infolistSec .inner .infolist li:nth-last-of-type(1) {
  margin-bottom: 90px;
}
.infolistSec .inner .infolist li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -20px;
  left: 0;
  background-color: #999999;
}
.infolistSec .inner .infolist li a {
  padding: 0 6px;
  display: flex;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .infolistSec .inner .infolist li a {
    display: block;
  }
}
.infolistSec .inner .infolist li a .txtbox {
  width: 100%;
}
.infolistSec .inner .infolist li a .txtbox h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 2;
}
.infolistSec .inner .infolist li a .txtbox .date {
  position: relative;
  padding-left: 1.5em;
  font-family: "Poppins", sans-serif;
  color: #999999;
  letter-spacing: 2px;
}
.infolistSec .inner .infolist li a .txtbox .date::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  background-image: url(../img/common/ic-clock.svg);
}
.infolistSec .inner .infolist li:hover a {
  filter: brightness(1.2);
}

.infodetailSec {
  margin-bottom: 100px;
}
.infodetailSec .inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
  background-color: #333333;
  padding: 60px 50px;
}
@media (max-width: 768px) {
  .infodetailSec .inner {
    padding: 60px 5% 60px;
  }
}
.infodetailSec .inner .infotitle {
  margin-bottom: 30px;
}
.infodetailSec .inner .infotitle h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 2;
}
.infodetailSec .inner .infotitle .date {
  position: relative;
  padding-left: 1.5em;
  font-family: "Poppins", sans-serif;
  color: #999999;
  letter-spacing: 2px;
}
.infodetailSec .inner .infotitle .date::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  background-image: url(../img/common/ic-clock.svg);
}
.infodetailSec .inner .infodetail {
  font-weight: 300;
  text-align: justify;
  line-height: 1.75;
  margin-bottom: 50px;
  width: 100%;
}
.infodetailSec .inner .infodetail img {
  max-width: 100%;
  width: auto;
  margin-bottom: 1.5em;
}
.infodetailSec .inner .prevbtn {
  position: relative;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
}
.infodetailSec .inner .prevbtn a {
  background-color: #9e0d1e;
  color: #ffffff;
  font-size: 14px;
  padding: 0.25em 1.5em;
  font-weight: 500;
  display: block;
  transition: 0.3s;
}
.infodetailSec .inner .prevbtn:hover a {
  background-color: #fff;
  color: #9e0d1e;
}

.bloglistSec .pagenation,
.blogdetailSec .pagenation,
.infolistSec .pagenation,
.infodetailSec .pagenation {
  display: flex;
}
.bloglistSec .pagenation .pagelist,
.blogdetailSec .pagenation .pagelist,
.infolistSec .pagenation .pagelist,
.infodetailSec .pagenation .pagelist {
  display: flex;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  margin: auto;
}
.bloglistSec .pagenation .pagelist li,
.blogdetailSec .pagenation .pagelist li,
.infolistSec .pagenation .pagelist li,
.infodetailSec .pagenation .pagelist li {
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  margin-right: 15px;
  color: #9e0d1e;
  background-color: #ffffff;
  font-weight: 700;
}
.bloglistSec .pagenation .pagelist li a,
.blogdetailSec .pagenation .pagelist li a,
.infolistSec .pagenation .pagelist li a,
.infodetailSec .pagenation .pagelist li a {
  color: #9e0d1e;
}
.bloglistSec .pagenation .pagelist li.nowpage,
.blogdetailSec .pagenation .pagelist li.nowpage,
.infolistSec .pagenation .pagelist li.nowpage,
.infodetailSec .pagenation .pagelist li.nowpage {
  color: #ffffff;
  background-color: #9e0d1e;
}
.bloglistSec .pagenation .pagelist li:nth-last-of-type(1),
.blogdetailSec .pagenation .pagelist li:nth-last-of-type(1),
.infolistSec .pagenation .pagelist li:nth-last-of-type(1),
.infodetailSec .pagenation .pagelist li:nth-last-of-type(1) {
  margin-right: 0;
}
.bloglistSec .pagenation .pagelist li span,
.blogdetailSec .pagenation .pagelist li span,
.infolistSec .pagenation .pagelist li span,
.infodetailSec .pagenation .pagelist li span {
  position: relative;
  display: block;
  top: 52%;
  left: 3%;
  transform: translateY(-50%);
}
.bloglistSec .pagenation .pagelist .prev,
.bloglistSec .pagenation .pagelist .next,
.blogdetailSec .pagenation .pagelist .prev,
.blogdetailSec .pagenation .pagelist .next,
.infolistSec .pagenation .pagelist .prev,
.infolistSec .pagenation .pagelist .next,
.infodetailSec .pagenation .pagelist .prev,
.infodetailSec .pagenation .pagelist .next {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.bloglistSec .pagenation .pagelist .prev,
.blogdetailSec .pagenation .pagelist .prev,
.infolistSec .pagenation .pagelist .prev,
.infodetailSec .pagenation .pagelist .prev {
  margin-right: 30px;
}
.bloglistSec .pagenation .pagelist .prev::before, .bloglistSec .pagenation .pagelist .prev::after,
.blogdetailSec .pagenation .pagelist .prev::before,
.blogdetailSec .pagenation .pagelist .prev::after,
.infolistSec .pagenation .pagelist .prev::before,
.infolistSec .pagenation .pagelist .prev::after,
.infodetailSec .pagenation .pagelist .prev::before,
.infodetailSec .pagenation .pagelist .prev::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  left: 50%;
  background-color: #666666;
}
.bloglistSec .pagenation .pagelist .prev::before,
.blogdetailSec .pagenation .pagelist .prev::before,
.infolistSec .pagenation .pagelist .prev::before,
.infodetailSec .pagenation .pagelist .prev::before {
  top: 33%;
  transform: rotate(135deg);
}
.bloglistSec .pagenation .pagelist .prev::after,
.blogdetailSec .pagenation .pagelist .prev::after,
.infolistSec .pagenation .pagelist .prev::after,
.infodetailSec .pagenation .pagelist .prev::after {
  top: 66%;
  transform: rotate(-135deg);
}
.bloglistSec .pagenation .pagelist .next,
.blogdetailSec .pagenation .pagelist .next,
.infolistSec .pagenation .pagelist .next,
.infodetailSec .pagenation .pagelist .next {
  margin-left: 30px;
}
.bloglistSec .pagenation .pagelist .next::before, .bloglistSec .pagenation .pagelist .next::after,
.blogdetailSec .pagenation .pagelist .next::before,
.blogdetailSec .pagenation .pagelist .next::after,
.infolistSec .pagenation .pagelist .next::before,
.infolistSec .pagenation .pagelist .next::after,
.infodetailSec .pagenation .pagelist .next::before,
.infodetailSec .pagenation .pagelist .next::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  right: 50%;
  background-color: #666666;
}
.bloglistSec .pagenation .pagelist .next::before,
.blogdetailSec .pagenation .pagelist .next::before,
.infolistSec .pagenation .pagelist .next::before,
.infodetailSec .pagenation .pagelist .next::before {
  top: 33%;
  transform: rotate(45deg);
}
.bloglistSec .pagenation .pagelist .next::after,
.blogdetailSec .pagenation .pagelist .next::after,
.infolistSec .pagenation .pagelist .next::after,
.infodetailSec .pagenation .pagelist .next::after {
  top: 66%;
  transform: rotate(-45deg);
}
.bloglistSec .prevbtn,
.blogdetailSec .prevbtn,
.infolistSec .prevbtn,
.infodetailSec .prevbtn {
  position: relative;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
}
.bloglistSec .prevbtn a,
.blogdetailSec .prevbtn a,
.infolistSec .prevbtn a,
.infodetailSec .prevbtn a {
  background-color: #9e0d1e;
  color: #ffffff;
  font-size: 14px;
  padding: 0.25em 1.5em;
  font-weight: 500;
  display: block;
  transition: 0.3s;
}
.bloglistSec .prevbtn:hover a,
.blogdetailSec .prevbtn:hover a,
.infolistSec .prevbtn:hover a,
.infodetailSec .prevbtn:hover a {
  background-color: #fff;
  color: #9e0d1e;
}

.menu-wrapper .menu_tab {
  position: sticky;
  top: 70px;
  padding-top: 30px;
  background: #000000;
  z-index: 10;
}
@media (max-width: 768px) {
  .menu-wrapper .menu_tab {
    top: 0px;
    padding-top: 85px;
    margin-top: -40px;
    z-index: 99;
  }
}
.menu-wrapper .menu_tab-inner {
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: auto;
}
.menu-wrapper .menu_tab-inner-btn {
  position: relative;
  width: 33%;
  background-color: #333333;
  text-align: center;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}
.menu-wrapper .menu_tab-inner-btn:hover {
  filter: brightness(1.5);
}
.menu-wrapper .menu_tab-inner-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
}
.menu-wrapper .menu_tab-inner-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
  transition: 0.3s;
}
.menu-wrapper .menu_tab-inner-btn.active::before {
  width: 100%;
  left: 0;
  right: auto;
}
.menu-wrapper .menu_tab-inner-btn:nth-of-type(1)::before, .menu-wrapper .menu_tab-inner-btn:nth-of-type(1)::after {
  background-color: #016e79;
}
.menu-wrapper .menu_tab-inner-btn:nth-of-type(2) {
  margin: 0 0.6%;
}
.menu-wrapper .menu_tab-inner-btn:nth-of-type(2)::before, .menu-wrapper .menu_tab-inner-btn:nth-of-type(2)::after {
  background-color: #6d2624;
}
.menu-wrapper .menu_tab-inner-btn:nth-of-type(3)::before, .menu-wrapper .menu_tab-inner-btn:nth-of-type(3)::after {
  background-color: #d9903e;
}
.menu-wrapper .menu_tab-inner-btn a {
  position: relative;
  display: block;
  padding: 0.5em 0;
  font-size: 24px;
  z-index: 2;
}
@media (max-width: 768px) {
  .menu-wrapper .menu_tab-inner-btn a {
    font-size: 10px;
    padding: 1em 0;
  }
}
.menu-wrapper .sec_menu .inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
}
.menu-wrapper .sec_menu .inner .menu-sec_title {
  margin-bottom: 30px;
  padding-top: 89px;
  margin-top: -89px;
}
.menu-wrapper .sec_menu .inner .menu-sec_title.drink h3 {
  background-color: #016e79;
}
.menu-wrapper .sec_menu .inner .menu-sec_title.food h3 {
  background-color: #6d2624;
}
.menu-wrapper .sec_menu .inner .menu-sec_title.lunch h3 {
  background-color: #d9903e;
}
.menu-wrapper .sec_menu .inner .menu-sec_title h3 {
  font-size: 32px;
  font-weight: 500;
  padding: 0.15em 0.75em;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .menu-sec_title h3 {
    font-size: 24px;
    padding: 0.15em 20px;
  }
}
.menu-wrapper .sec_menu .inner .menu_title {
  position: relative;
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .menu_title {
    display: block;
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
.menu-wrapper .sec_menu .inner .menu_title-name h4 {
  font-size: 60px;
  font-family: "Cinzel", sans-serif;
  line-height: 1;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .menu_title-name h4 {
    font-size: 30px;
    padding-left: 0;
  }
}
.menu-wrapper .sec_menu .inner .menu_title-name h4 span {
  display: block;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}
.menu-wrapper .sec_menu .inner .menu_title-cost {
  position: absolute;
  bottom: 6px;
  right: 0;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .menu_title-cost {
    position: relative;
    bottom: auto;
  }
}
.menu-wrapper .sec_menu .inner .menu_title-cost span {
  position: relative;
  margin-right: 1.5em;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .menu_title-cost span {
    display: block;
  }
}
.menu-wrapper .sec_menu .inner .menu_title-cost span::after {
  content: "／";
  position: absolute;
  top: 0;
  right: -1.5em;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .menu_title-cost span::after {
    display: none;
  }
}
.menu-wrapper .sec_menu .inner .menu_title-cost span:nth-last-child(1) {
  margin-right: 0;
}
.menu-wrapper .sec_menu .inner .menu_title-cost span:nth-last-child(1)::after {
  display: none;
}
.menu-wrapper .sec_menu .inner .menu_title-cost.large span {
  font-size: 36px;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .menu_title-cost.large span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .menu_img {
    display: none;
  }
}
.menu-wrapper .sec_menu .inner .drink_con {
  background-color: #333333;
  padding: 30px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .drink_con {
    padding: 30px 20px;
  }
}
.menu-wrapper .sec_menu .inner .drink_con-title {
  background-color: #016e79;
  margin-bottom: 30px;
}
.menu-wrapper .sec_menu .inner .drink_con-title h5 {
  font-weight: 500;
  font-size: 24px;
  padding: 0 0.5em;
  font-family: "Poppins", sans-serif;
}
.menu-wrapper .sec_menu .inner .drink_con-drinklist-item {
  position: relative;
  padding: 0 30px 30px;
  margin-bottom: 30px;
  display: flex;
  border-bottom: 1px solid #999999;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .drink_con-drinklist-item {
    display: block;
    padding: 0;
  }
  .menu-wrapper .sec_menu .inner .drink_con-drinklist-item:nth-last-of-type(1) {
    border-bottom: none;
  }
}
.menu-wrapper .sec_menu .inner .drink_con-drinklist-item.bd-n {
  border: none;
}
.menu-wrapper .sec_menu .inner .drink_con-drinklist-item-imgbox {
  margin-left: auto;
  width: 100%;
  max-width: 150px;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .drink_con-drinklist-item-imgbox {
    max-width: none;
    margin-top: 30px;
  }
}
.menu-wrapper .sec_menu .inner .drink_con-drinklist-item-txtbox .subname {
  font-family: "Yellowtail", sans-serif;
  background-color: #ffffff;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1;
}
.menu-wrapper .sec_menu .inner .drink_con-drinklist-item-txtbox .detail {
  font-size: 14px;
  margin-bottom: 30px;
}
.menu-wrapper .sec_menu .inner .drink_con-drinklist-item-txtbox .detail p {
  line-height: 1.75;
}
.menu-wrapper .sec_menu .inner .drink_con-drinklist-item-txtbox .detail p span {
  display: block;
  color: #c33f50;
}
.menu-wrapper .sec_menu .inner .drink_con-drinklist-item-txtbox .name {
  margin-bottom: 30px;
}
.menu-wrapper .sec_menu .inner .drink_con-drinklist-item-txtbox .name h6 {
  font-size: 32px;
  font-weight: 500;
  display: block;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
.menu-wrapper .sec_menu .inner .drink_con-drinklist-item-txtbox .name h6 span {
  padding-top: 10px;
  display: block;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
.menu-wrapper .sec_menu .inner .drink_con-drinklist-item-txtbox .cost span {
  margin-right: 1em;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .drink_con-drinklist-item-txtbox .cost span {
    display: block;
  }
}
.menu-wrapper .sec_menu .inner .drink_con-drinklist .half_yard_glass {
  display: flex;
  padding: 0 30px 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #999999;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .drink_con-drinklist .half_yard_glass {
    display: block;
    padding: 0 0 30px;
  }
}
.menu-wrapper .sec_menu .inner .drink_con-drinklist .half_yard_glass-txt .title {
  margin-bottom: 30px;
}
.menu-wrapper .sec_menu .inner .drink_con-drinklist .half_yard_glass-txt .title h6 {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px solid #ffffff;
  font-family: "Poppins", sans-serif;
}
.menu-wrapper .sec_menu .inner .drink_con-drinklist .half_yard_glass-txt .detail {
  font-size: 14px;
}
.menu-wrapper .sec_menu .inner .drink_con-drinklist .half_yard_glass-img {
  margin-left: auto;
  width: 100%;
  max-width: 150px;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .drink_con-drinklist .half_yard_glass-img {
    max-width: none;
    margin-top: 30px;
  }
}
.menu-wrapper .sec_menu .inner .drink_con-linkbox {
  padding: 30px;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .drink_con-linkbox {
    padding: 0;
  }
}
.menu-wrapper .sec_menu .inner .drink_con-linkbox-read {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .drink_con-linkbox-read {
    margin-bottom: 30px;
  }
}
.menu-wrapper .sec_menu .inner .drink_con-linkbox-read p {
  text-align: center;
}
.menu-wrapper .sec_menu .inner .drink_con-linkbox-btnbox {
  text-align: center;
}
.menu-wrapper .sec_menu .inner .drink_con-linkbox-btnbox-btn {
  position: relative;
  display: inline-block;
  background-color: #9e0d1e;
  margin: auto 20px;
  width: 40%;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .drink_con-linkbox-btnbox-btn {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
}
.menu-wrapper .sec_menu .inner .drink_con-linkbox-btnbox-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-image: url(../img/common/ic-pdf.svg);
}
.menu-wrapper .sec_menu .inner .drink_con-linkbox-btnbox-btn:hover {
  filter: brightness(1.2);
}
.menu-wrapper .sec_menu .inner .drink_con-linkbox-btnbox-btn a {
  display: block;
  padding: 0.75em 0em;
  font-family: "Poppins", sans-serif;
}
.menu-wrapper .sec_menu .inner .food_con-foodlist {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 0;
  overflow: hidden;
}
.menu-wrapper .sec_menu .inner .food_con-foodlist-item {
  position: relative;
  display: flex;
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .food_con-foodlist-item {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
}
.menu-wrapper .sec_menu .inner .food_con-foodlist-item:nth-of-type(1)::after, .menu-wrapper .sec_menu .inner .food_con-foodlist-item:nth-of-type(2)::after {
  display: none;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .food_con-foodlist-item:nth-of-type(1)::after, .menu-wrapper .sec_menu .inner .food_con-foodlist-item:nth-of-type(2)::after {
    display: block;
  }
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .food_con-foodlist-item:nth-of-type(1)::after {
    display: none;
  }
}
.menu-wrapper .sec_menu .inner .food_con-foodlist-item:nth-of-type(2n - 1) {
  padding-right: 3%;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .food_con-foodlist-item:nth-of-type(2n - 1) {
    padding-right: 20px;
  }
}
.menu-wrapper .sec_menu .inner .food_con-foodlist-item:nth-of-type(2n) {
  padding-left: 3%;
  border-left: 1px solid #666666;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .food_con-foodlist-item:nth-of-type(2n) {
    padding-left: 20px;
    border: none;
  }
}
.menu-wrapper .sec_menu .inner .food_con-foodlist-item:nth-of-type(2n)::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #666666;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .food_con-foodlist-item:nth-of-type(2n)::after {
    display: none;
  }
}
.menu-wrapper .sec_menu .inner .food_con-foodlist-item:nth-of-type(2n + 1)::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 101%;
  height: 1px;
  background-color: #666666;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .food_con-foodlist-item:nth-of-type(2n + 1)::after {
    display: none;
  }
}
.menu-wrapper .sec_menu .inner .food_con-foodlist-item .imgbox {
  width: 35%;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .food_con-foodlist-item .imgbox {
    width: 100%;
    margin-bottom: 10px;
  }
}
.menu-wrapper .sec_menu .inner .food_con-foodlist-item .txtbox {
  width: 65%;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .food_con-foodlist-item .txtbox {
    width: 100%;
  }
}
.menu-wrapper .sec_menu .inner .food_con-foodlist-item .txtbox .name {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  font-weight: 500;
}
.menu-wrapper .sec_menu .inner .food_con-foodlist-item .txtbox .name span {
  font-size: 14px;
}
.menu-wrapper .sec_menu .inner .food_con-foodlist-item .txtbox .subname {
  font-size: 16px;
  margin-bottom: 10px;
}
.menu-wrapper .sec_menu .inner .food_con-foodlist-item .txtbox .detail {
  font-size: 14px;
  margin-bottom: 20px;
}
.menu-wrapper .sec_menu .inner .food_con-foodlist-item .txtbox .cost {
  text-align: right;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.menu-wrapper .sec_menu .inner .food_con-linkbox {
  padding: 0;
  margin-bottom: 100px;
}
.menu-wrapper .sec_menu .inner .food_con-linkbox-read {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .food_con-linkbox-read {
    margin-bottom: 30px;
  }
}
.menu-wrapper .sec_menu .inner .food_con-linkbox-read p {
  text-align: center;
}
.menu-wrapper .sec_menu .inner .food_con-linkbox-btnbox {
  text-align: center;
}
.menu-wrapper .sec_menu .inner .food_con-linkbox-btnbox-btn {
  position: relative;
  display: inline-block;
  background-color: #9e0d1e;
  margin: auto 20px;
  width: 40%;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .food_con-linkbox-btnbox-btn {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
}
.menu-wrapper .sec_menu .inner .food_con-linkbox-btnbox-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-image: url(../img/common/ic-pdf.svg);
}
.menu-wrapper .sec_menu .inner .food_con-linkbox-btnbox-btn:hover {
  filter: brightness(1.2);
}
.menu-wrapper .sec_menu .inner .food_con-linkbox-btnbox-btn a {
  display: block;
  padding: 0.75em 0em;
  font-family: "Poppins", sans-serif;
}
.menu-wrapper .sec_menu .inner .lunch_con-lunchlist {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .lunch_con-lunchlist {
    display: block;
  }
}
.menu-wrapper .sec_menu .inner .lunch_con-lunchlist-item {
  position: relative;
  width: 30%;
  margin-right: 5%;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .lunch_con-lunchlist-item {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
.menu-wrapper .sec_menu .inner .lunch_con-lunchlist-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: -8.5%;
  width: 1px;
  height: 100%;
  background-color: #666666;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .lunch_con-lunchlist-item::after {
    display: none;
  }
}
.menu-wrapper .sec_menu .inner .lunch_con-lunchlist-item:nth-of-type(3n - 2)::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -30px;
  left: 0;
  width: 350%;
  height: 1px;
  background-color: #666666;
}
.menu-wrapper .sec_menu .inner .lunch_con-lunchlist-item:nth-of-type(3n) {
  margin-right: 0;
}
.menu-wrapper .sec_menu .inner .lunch_con-lunchlist-item:nth-of-type(1) {
  margin-top: 0;
}
.menu-wrapper .sec_menu .inner .lunch_con-lunchlist-item:nth-of-type(2) {
  margin-top: 0;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .lunch_con-lunchlist-item:nth-of-type(2) {
    margin-top: 60px;
  }
}
.menu-wrapper .sec_menu .inner .lunch_con-lunchlist-item:nth-of-type(3) {
  margin-top: 0;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .lunch_con-lunchlist-item:nth-of-type(3) {
    margin-top: 60px;
  }
}
.menu-wrapper .sec_menu .inner .lunch_con-lunchlist-item .imgbox {
  margin-bottom: 10px;
}
.menu-wrapper .sec_menu .inner .lunch_con-lunchlist-item .txtbox .name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}
.menu-wrapper .sec_menu .inner .lunch_con-lunchlist-item .txtbox .name span {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
}
.menu-wrapper .sec_menu .inner .lunch_con-lunchlist-item .txtbox .subname {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.menu-wrapper .sec_menu .inner .lunch_con-lunchlist-item .txtbox .cost {
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .lunch_con-drinkset {
    padding: 0 20px;
  }
}
.menu-wrapper .sec_menu .inner .lunch_con-drinkset-titlebox {
  margin-bottom: 20px;
}
.menu-wrapper .sec_menu .inner .lunch_con-drinkset-titlebox .title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
}
.menu-wrapper .sec_menu .inner .lunch_con-drinkset-titlebox .title .cost {
  font-size: 18px;
}
.menu-wrapper .sec_menu .inner .lunch_con-drinkset-titlebox .subtitle {
  font-size: 14px;
}
.menu-wrapper .sec_menu .inner .lunch_con-drinkset-con {
  background-color: #333333;
  padding: 30px;
  margin-bottom: 50px;
}
.menu-wrapper .sec_menu .inner .lunch_con-drinkset-con ul {
  display: flex;
  flex-wrap: wrap;
}
.menu-wrapper .sec_menu .inner .lunch_con-drinkset-con ul li {
  position: relative;
  padding-left: 0.5em;
  padding-right: 1.5em;
  margin-bottom: 10px;
}
.menu-wrapper .sec_menu .inner .lunch_con-drinkset-con ul li::after {
  content: "／";
  position: absolute;
  top: 0;
  right: 0;
}
.menu-wrapper .sec_menu .inner .lunch_con-drinkset-con ul li:nth-last-of-type(1)::after {
  display: none;
}
.menu-wrapper .sec_menu .inner .lunch_con-linkbox {
  padding: 30px;
}
.menu-wrapper .sec_menu .inner .lunch_con-linkbox-read {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .lunch_con-linkbox-read {
    margin-bottom: 30px;
  }
}
.menu-wrapper .sec_menu .inner .lunch_con-linkbox-read p {
  text-align: center;
}
.menu-wrapper .sec_menu .inner .lunch_con-linkbox-btnbox {
  text-align: center;
}
.menu-wrapper .sec_menu .inner .lunch_con-linkbox-btnbox-btn {
  position: relative;
  display: inline-block;
  background-color: #9e0d1e;
  margin: auto 20px;
  width: 40%;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .menu-wrapper .sec_menu .inner .lunch_con-linkbox-btnbox-btn {
    width: 100%;
    margin: auto;
  }
}
.menu-wrapper .sec_menu .inner .lunch_con-linkbox-btnbox-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-image: url(../img/common/ic-pdf.svg);
}
.menu-wrapper .sec_menu .inner .lunch_con-linkbox-btnbox-btn:hover {
  filter: brightness(1.2);
}
.menu-wrapper .sec_menu .inner .lunch_con-linkbox-btnbox-btn a {
  display: block;
  padding: 0.75em 0em;
  font-family: "Poppins", sans-serif;
}

.party_sec .inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
}
.party_sec .inner .readbox {
  margin-bottom: 70px;
  text-align: center;
}
.party_sec .inner .readbox-title {
  display: inline-block;
  font-size: 32px;
  font-family: "Cinzel", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 0 0.25em;
}
@media (max-width: 768px) {
  .party_sec .inner .readbox-title {
    font-size: 22px;
  }
}
.party_sec .inner .readbox-read {
  margin-bottom: 30px;
}
.party_sec .inner .readbox-btnbox {
  text-align: center;
}
.party_sec .inner .readbox-btnbox-btn {
  position: relative;
  display: inline-block;
  background-color: #9e0d1e;
  margin: auto 20px;
  width: 40%;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .party_sec .inner .readbox-btnbox-btn {
    width: 80%;
    margin: auto;
  }
}
.party_sec .inner .readbox-btnbox-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-image: url(../img/common/ic-pdf.svg);
}
.party_sec .inner .readbox-btnbox-btn:hover {
  filter: brightness(1.2);
}
.party_sec .inner .readbox-btnbox-btn a {
  display: block;
  padding: 0.75em 0em;
  font-family: "Poppins", sans-serif;
}
.party_sec .inner .partybox {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .party_sec .inner .partybox {
    padding: 0 20px;
  }
}
.party_sec .inner .partybox-titlebox {
  position: relative;
  padding: 30px 30px 15px;
}
.party_sec .inner .partybox-titlebox.blue {
  background-color: #016e79;
}
.party_sec .inner .partybox-titlebox.red {
  background-color: #6d2624;
}
.party_sec .inner .partybox-titlebox.brown {
  background-color: #3d2719;
}
.party_sec .inner .partybox-titlebox-subtitle {
  position: absolute;
  top: -30px;
  left: -35px;
  transform: rotate(-20deg);
  font-family: "Yellowtail", sans-serif;
  font-size: 40px;
}
@media (max-width: 768px) {
  .party_sec .inner .partybox-titlebox-subtitle {
    top: -20px;
    left: 10px;
    font-size: 30px;
  }
}
.party_sec .inner .partybox-titlebox-title {
  font-family: "Cinzel", sans-serif;
  font-size: 60px;
  line-height: 1;
}
@media (max-width: 768px) {
  .party_sec .inner .partybox-titlebox-title {
    font-size: 30px;
  }
}
.party_sec .inner .partybox-titlebox-read {
  font-size: 14px;
}
@media (max-width: 768px) {
  .party_sec .inner .partybox-titlebox-read {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.party_sec .inner .partybox-titlebox-costbox {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media (max-width: 768px) {
  .party_sec .inner .partybox-titlebox-costbox {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.party_sec .inner .partybox-titlebox-costbox .txt {
  position: relative;
  top: -10px;
  margin-right: 15px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  .party_sec .inner .partybox-titlebox-costbox .txt {
    top: -5px;
  }
}
.party_sec .inner .partybox-titlebox-costbox .cost {
  font-size: 40px;
}
@media (max-width: 768px) {
  .party_sec .inner .partybox-titlebox-costbox .cost {
    font-size: 24px;
  }
}
.party_sec .inner .partybox-conbox {
  position: relative;
  background-color: white;
  padding: 50px;
}
@media (max-width: 768px) {
  .party_sec .inner .partybox-conbox {
    padding: 50px 20px;
  }
}
.party_sec .inner .partybox-conbox-partyimg {
  position: relative;
  width: 75%;
  margin: auto;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .party_sec .inner .partybox-conbox-partyimg {
    width: 100%;
  }
}
.party_sec .inner .partybox-conbox-partyimg::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 50px;
  z-index: 1;
}
.party_sec .inner .partybox-conbox-partyimg::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 150px;
  height: 150px;
  z-index: 1;
}
.party_sec .inner .partybox-conbox-partyimg.blue::before {
  background-color: rgba(1, 110, 121, 0.3);
}
.party_sec .inner .partybox-conbox-partyimg.blue::after {
  background-color: #016e79;
}
.party_sec .inner .partybox-conbox-partyimg.red::before {
  background-color: rgba(109, 38, 36, 0.3);
}
.party_sec .inner .partybox-conbox-partyimg.red::after {
  background-color: #6d2624;
}
.party_sec .inner .partybox-conbox-partyimg.brown::before {
  background-color: rgba(61, 39, 25, 0.3);
}
.party_sec .inner .partybox-conbox-partyimg.brown::after {
  background-color: #3d2719;
}
.party_sec .inner .partybox-conbox-partyimg img {
  position: relative;
  z-index: 2;
}
.party_sec .inner .partybox-conbox-menulist {
  text-align: center;
  color: #000000;
}
.party_sec .inner .partybox-conbox-menulist-item {
  margin-bottom: 50px;
}
.party_sec .inner .partybox-conbox-menulist-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.party_sec .inner .partybox-conbox-menulist-item .foodname {
  font-size: 18px;
  font-weight: 500;
}
.party_sec .inner .partybox-conbox-menulist-item .subfoodname {
  font-size: 14px;
}
.party_sec .inner .partybox-conbox-menulist-item .jpfoodname {
  color: #9e0d1e;
  padding-top: 10px;
}
.party_sec .inner .halfbox {
  background-color: #ffffff;
  padding: 30px;
  color: #000000;
  display: flex;
}
@media (max-width: 768px) {
  .party_sec .inner .halfbox {
    display: block;
    padding: 20px;
  }
}
.party_sec .inner .halfbox-con {
  width: 50%;
  padding: 20px;
}
@media (max-width: 768px) {
  .party_sec .inner .halfbox-con {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000000;
  }
}
.party_sec .inner .halfbox-con:nth-of-type(2) {
  border-left: 1px solid #000000;
}
@media (max-width: 768px) {
  .party_sec .inner .halfbox-con:nth-of-type(2) {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-left: none;
    border-bottom: none;
  }
}
.party_sec .inner .halfbox-con-titlebox {
  margin-bottom: 10px;
}
.party_sec .inner .halfbox-con-titlebox .subtitle {
  color: #9e0d1e;
  font-size: 14px;
}
.party_sec .inner .halfbox-con-titlebox .subtitle span {
  font-family: "Yellowtail", sans-serif;
  margin-right: 10px;
  color: #000000;
}
.party_sec .inner .halfbox-con-titlebox .title {
  font-family: "Cinzel", sans-serif;
  font-size: 34px;
}
@media (max-width: 768px) {
  .party_sec .inner .halfbox-con-titlebox .title {
    font-size: 28px;
  }
}
.party_sec .inner .halfbox-con-detailbox .courselist {
  margin-bottom: 10px;
}
.party_sec .inner .halfbox-con-detailbox .courselist-item {
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .party_sec .inner .halfbox-con-detailbox .courselist-item {
    display: block;
  }
}
.party_sec .inner .halfbox-con-detailbox .courselist-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.party_sec .inner .halfbox-con-detailbox .courselist-item .name {
  position: relative;
  top: 5px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .party_sec .inner .halfbox-con-detailbox .courselist-item .name {
    margin-bottom: 10px;
  }
}
.party_sec .inner .halfbox-con-detailbox .courselist-item .cost {
  margin-left: auto;
  font-size: 18px;
}
@media (max-width: 768px) {
  .party_sec .inner .halfbox-con-detailbox .courselist-item .cost {
    text-align: right;
  }
}
.party_sec .inner .halfbox-con-detailbox .party_detail-cost {
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .party_sec .inner .halfbox-con-detailbox .party_detail-cost {
    display: block;
  }
}
.party_sec .inner .halfbox-con-detailbox .party_detail-cost p {
  position: relative;
  top: 2px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .party_sec .inner .halfbox-con-detailbox .party_detail-cost p {
    margin-bottom: 10px;
  }
}
.party_sec .inner .halfbox-con-detailbox .party_detail-cost span {
  margin-left: auto;
  font-size: 16px;
}
@media (max-width: 768px) {
  .party_sec .inner .halfbox-con-detailbox .party_detail-cost span {
    text-align: right;
  }
}
.party_sec .inner .halfbox-con-detailbox .party_detail-bgblackbox {
  background-color: #000000;
  text-align: center;
  color: #ffffff;
  padding: 0.5em 0;
  margin-bottom: 10px;
}
.party_sec .inner .halfbox-con-detailbox .party_detail-read {
  font-size: 14px;
  margin-bottom: 10px;
}
.party_sec .inner .halfbox-con-detailbox .yellow_txtbox {
  color: #d9903e;
  font-size: 14px;
  margin-bottom: 10px;
}
.party_sec .inner .halfbox-con-detailbox .yellow_txtbox span {
  display: block;
  margin-bottom: 5px;
}
.party_sec .inner .halfbox-con-detailbox .attention {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

.amusement_sec {
  margin-bottom: 100px;
}
.amusement_sec .inner {
  width: 100%;
  max-width: 960px;
  margin: auto;
}

.cost_table-titlebox {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cost_table-titlebox {
    padding: 0 20px;
  }
}
.cost_table-titlebox h3 {
  position: relative;
  font-family: "Cinzel", sans-serif;
  font-size: 60px;
  display: inline-block;
  padding-right: 90px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cost_table-titlebox h3 {
    font-size: 36px;
    padding-right: 45px;
  }
}
.cost_table-titlebox h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background-size: cover;
}
@media (max-width: 768px) {
  .cost_table-titlebox h3::after {
    width: 35px;
    height: 35px;
  }
}
.cost_table-titlebox p {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  line-height: 0.75;
}
@media (max-width: 768px) {
  .cost_table-titlebox p {
    font-size: 18px;
    line-height: 1;
    margin-left: auto;
  }
}
.cost_table-titlebox p span {
  font-size: 14px;
}
@media (max-width: 768px) {
  .cost_table-titlebox p span {
    font-size: 12px;
  }
}
.cost_table-con {
  position: relative;
  text-align: center;
}
.cost_table-con::before, .cost_table-con::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #666666;
  z-index: 2;
}
.cost_table-con::before {
  left: 28%;
}
@media (max-width: 768px) {
  .cost_table-con::before {
    left: 40%;
  }
}
.cost_table-con::after {
  left: 64%;
}
@media (max-width: 768px) {
  .cost_table-con::after {
    left: 70%;
  }
}
.cost_table-con-row {
  position: relative;
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cost_table-con-row {
    margin-bottom: 5px;
  }
}
.cost_table-con-row-cell {
  position: relative;
  padding: 20px;
  height: 100px;
}
@media (max-width: 768px) {
  .cost_table-con-row-cell {
    height: auto;
    padding: 15px 5px;
  }
}
.cost_table-con-row-cell p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 700;
  align-self: baseline;
}
@media (max-width: 768px) {
  .cost_table-con-row-cell p {
    font-size: 14px;
  }
}
.cost_table-con-row-cell p span {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cost_table-con-row-cell p span {
    display: block;
    font-size: 12px;
  }
}
.cost_table-con-row-cell:nth-of-type(1) {
  width: 28%;
  display: flex;
}
@media (max-width: 768px) {
  .cost_table-con-row-cell:nth-of-type(1) {
    width: 40%;
    display: block;
  }
}
.cost_table-con-row-cell:nth-of-type(1) img {
  display: block;
  width: 20%;
}
@media (max-width: 768px) {
  .cost_table-con-row-cell:nth-of-type(1) img {
    margin: 0 auto;
    width: 30px;
  }
}
.cost_table-con-row-cell:nth-of-type(1) p {
  width: 80%;
  margin-left: 10px;
  text-align: left;
  font-size: 18px;
}
@media (max-width: 768px) {
  .cost_table-con-row-cell:nth-of-type(1) p {
    font-size: 14px;
    margin: auto;
    width: 100%;
    top: 5px;
    transform: translateY(0);
    text-align: center;
  }
}
.cost_table-con-row-cell:nth-of-type(1) p span {
  display: block;
}
@media (max-width: 768px) {
  .cost_table-con-row-cell:nth-of-type(1) p span {
    font-size: 10px;
  }
}
.cost_table-con-row-cell:nth-of-type(2) {
  width: 36%;
}
@media (max-width: 768px) {
  .cost_table-con-row-cell:nth-of-type(2) {
    width: 30%;
  }
}
.cost_table-con-row-cell:nth-of-type(3) {
  width: 36%;
}
@media (max-width: 768px) {
  .cost_table-con-row-cell:nth-of-type(3) {
    width: 30%;
  }
}
.cost_table-con-row.first {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cost_table-con-row.first {
    margin-bottom: 10px;
  }
}
.cost_table-con-row.first .cost_table-con-row-cell {
  padding: 0;
  height: auto;
}
.cost_table-con-row.first .cost_table-con-row-cell p {
  top: auto;
  transform: translateY(0);
  margin: 0 20px;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cost_table-con-row.first .cost_table-con-row-cell p {
    padding: 10px 0;
    font-size: 14px;
    margin: 0;
  }
}
.cost_table-con-row.first .cost_table-con-row-cell p span {
  display: inline-block;
  margin-top: 10px;
  border: 1px solid #ffffff;
  font-size: 12px;
  padding: 0.25em 1em;
}
@media (max-width: 768px) {
  .cost_table-con-row.first .cost_table-con-row-cell p span {
    font-size: 10px;
    margin-top: 0;
  }
}
.cost_table-con-row.first .cost_table-con-row-cell:nth-of-type(2) p {
  background-color: #016e79;
}
.cost_table-con-row.first .cost_table-con-row-cell:nth-of-type(3) p {
  background-color: #a2850f;
}
.cost_table-con-row.last .cost_table-con-row-cell {
  height: auto;
}
.cost_table-con-row.last .cost_table-con-row-cell p {
  font-weight: 500;
}
@media (max-width: 768px) {
  .cost_table-con-row.last .cost_table-con-row-cell:nth-of-type(1) img {
    position: relative;
    top: 35%;
  }
  .cost_table-con-row.last .cost_table-con-row-cell:nth-of-type(1) p {
    position: relative;
    top: 40%;
    transform: translateY(0);
  }
}
.cost_table-con-row.last .cost_table-con-row-cell:nth-of-type(2) p, .cost_table-con-row.last .cost_table-con-row-cell:nth-of-type(3) p {
  top: auto;
  transform: translateY(0);
  font-size: 16px;
}
@media (max-width: 768px) {
  .cost_table-con-row.last .cost_table-con-row-cell:nth-of-type(2) p, .cost_table-con-row.last .cost_table-con-row-cell:nth-of-type(3) p {
    font-size: 14px;
  }
}
.cost_table-con-row.last .cost_table-con-row-cell:nth-of-type(2) p:nth-of-type(1), .cost_table-con-row.last .cost_table-con-row-cell:nth-of-type(3) p:nth-of-type(1) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #666666;
}
.cost_table-con-row.last .cost_table-con-row-cell:nth-of-type(2) p span, .cost_table-con-row.last .cost_table-con-row-cell:nth-of-type(3) p span {
  font-size: 24px;
  padding: 0 0.5em;
}
@media (max-width: 768px) {
  .cost_table-con-row.last .cost_table-con-row-cell:nth-of-type(2) p span, .cost_table-con-row.last .cost_table-con-row-cell:nth-of-type(3) p span {
    font-size: 16px;
  }
}
.cost_table-con-row.mbzero {
  margin-bottom: 0;
  border-bottom: 1px solid #666666;
}
.cost_table.day .cost_table-titlebox h3::after {
  background-image: url(../img/amusement/ic-day.svg);
}
.cost_table.day .cost_table-con-row-cell {
  background-color: #cccccc;
  color: #333333;
}
.cost_table.day .cost_table-con-row.first .cost_table-con-row-cell {
  background-color: transparent;
  color: #ffffff;
}
.cost_table.day .cost_table-con-row.last .cost_table-con-row-cell {
  background-color: #4e020b;
  color: #ffffff;
}
.cost_table.night .cost_table-titlebox h3::after {
  background-image: url(../img/amusement/ic-night.svg);
}
.cost_table.night .cost_table-con-row-cell {
  background-color: #333333;
  color: #cccccc;
}
.cost_table.night .cost_table-con-row.first .cost_table-con-row-cell {
  background-color: transparent;
  color: #ffffff;
}
.cost_table.night .cost_table-con-row.last .cost_table-con-row-cell {
  background-color: #4e020b;
  color: #ffffff;
}

.viproom-title {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.viproom-title h3 {
  position: relative;
  display: inline-block;
  font-size: 60px;
  font-family: "Cinzel", sans-serif;
  text-align: center;
  background-color: #000000;
  padding: 0 0.5em;
}
@media (max-width: 768px) {
  .viproom-title h3 {
    font-size: 30px;
  }
}
.viproom-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #666666;
}
@media (max-width: 768px) {
  .viproom-con {
    padding: 0 20px;
  }
}
.viproom-con-imgbox {
  margin-bottom: 50px;
}
.viproom-con-read {
  text-align: center;
  margin-bottom: 50px;
}
.viproom-con-read span {
  font-size: 14px;
}
.viproom-con-txtbox {
  background-color: #333333;
  padding: 30px;
  display: flex;
  text-align: center;
}
@media (max-width: 768px) {
  .viproom-con-txtbox {
    display: block;
  }
}
.viproom-con-txtbox-txtitem {
  width: 48%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .viproom-con-txtbox-txtitem {
    width: 100%;
  }
  .viproom-con-txtbox-txtitem:nth-of-type(1) {
    margin-bottom: 50px;
  }
}
.viproom-con-txtbox-txtitem .time {
  background-color: #9e0d1e;
  font-size: 24px;
  margin-bottom: 20px;
}
.viproom-con-txtbox-txtitem .cost {
  font-size: 20px;
  margin-bottom: 10px;
}
.viproom-con-txtbox-txtitem .cost span {
  font-size: 14px;
}
.viproom-con-txtbox-txtitem .attention {
  text-align: right;
  font-size: 14px;
}

.gallerytitle {
  text-align: center;
  margin-bottom: 50px;
}
.gallerytitle h3 {
  font-size: 36px;
  font-family: "Cinzel", sans-serif;
}

.galleryread {
  text-align: center;
  margin-bottom: 50px;
  line-height: 2;
}

.gallerybox-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: auto;
}
.gallerybox-list-item {
  position: relative;
  width: 20%;
  overflow: hidden;
}
.gallerybox-list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: 2;
}
.gallerybox-list-item img {
  transition: 0.3s;
  z-index: 1;
}
.gallerybox-list-item:hover::before {
  opacity: 1;
}
.gallerybox-list-item:hover img {
  transform: scale(1.1);
}

#dkp_top_nav {
  top: 0;
}
@media (max-width: 768px) {
  #dkp_top_nav {
    top: 50px;
  }
}

.sp-d {
  display: none !important;
}

@media (max-width: 768px) {
  .sp-d {
    display: block !important;
  }

  .pc-d {
    display: none !important;
  }
}
.mb-5 {
  margin-bottom: 1px;
}

@media (max-width: 768px) {
  .mb-5-sp {
    margin-bottom: 1px;
  }
}
.mb-10 {
  margin-bottom: 2px;
}

@media (max-width: 768px) {
  .mb-10-sp {
    margin-bottom: 2px;
  }
}
.mb-15 {
  margin-bottom: 3px;
}

@media (max-width: 768px) {
  .mb-15-sp {
    margin-bottom: 3px;
  }
}
.mb-20 {
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .mb-20-sp {
    margin-bottom: 4px;
  }
}
.mb-25 {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .mb-25-sp {
    margin-bottom: 5px;
  }
}
.mb-30 {
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .mb-30-sp {
    margin-bottom: 6px;
  }
}
.mb-35 {
  margin-bottom: 7px;
}

@media (max-width: 768px) {
  .mb-35-sp {
    margin-bottom: 7px;
  }
}
.mb-40 {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .mb-40-sp {
    margin-bottom: 8px;
  }
}
.mb-45 {
  margin-bottom: 9px;
}

@media (max-width: 768px) {
  .mb-45-sp {
    margin-bottom: 9px;
  }
}
.mb-50 {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .mb-50-sp {
    margin-bottom: 10px;
  }
}
.mb-55 {
  margin-bottom: 11px;
}

@media (max-width: 768px) {
  .mb-55-sp {
    margin-bottom: 11px;
  }
}
.mb-60 {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .mb-60-sp {
    margin-bottom: 12px;
  }
}
.mb-65 {
  margin-bottom: 13px;
}

@media (max-width: 768px) {
  .mb-65-sp {
    margin-bottom: 13px;
  }
}
.mb-70 {
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .mb-70-sp {
    margin-bottom: 14px;
  }
}
.mb-75 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .mb-75-sp {
    margin-bottom: 15px;
  }
}
.mb-80 {
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .mb-80-sp {
    margin-bottom: 16px;
  }
}
.mb-85 {
  margin-bottom: 17px;
}

@media (max-width: 768px) {
  .mb-85-sp {
    margin-bottom: 17px;
  }
}
.mb-90 {
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .mb-90-sp {
    margin-bottom: 18px;
  }
}
.mb-95 {
  margin-bottom: 19px;
}

@media (max-width: 768px) {
  .mb-95-sp {
    margin-bottom: 19px;
  }
}
.mb-100 {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .mb-100-sp {
    margin-bottom: 20px;
  }
}
.mb-105 {
  margin-bottom: 21px;
}

@media (max-width: 768px) {
  .mb-105-sp {
    margin-bottom: 21px;
  }
}
.mb-110 {
  margin-bottom: 22px;
}

@media (max-width: 768px) {
  .mb-110-sp {
    margin-bottom: 22px;
  }
}
.mb-115 {
  margin-bottom: 23px;
}

@media (max-width: 768px) {
  .mb-115-sp {
    margin-bottom: 23px;
  }
}
.mb-120 {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .mb-120-sp {
    margin-bottom: 24px;
  }
}
.mb-125 {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .mb-125-sp {
    margin-bottom: 25px;
  }
}
.mb-130 {
  margin-bottom: 26px;
}

@media (max-width: 768px) {
  .mb-130-sp {
    margin-bottom: 26px;
  }
}
.mb-135 {
  margin-bottom: 27px;
}

@media (max-width: 768px) {
  .mb-135-sp {
    margin-bottom: 27px;
  }
}
.mb-140 {
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  .mb-140-sp {
    margin-bottom: 28px;
  }
}
.mb-145 {
  margin-bottom: 29px;
}

@media (max-width: 768px) {
  .mb-145-sp {
    margin-bottom: 29px;
  }
}
.mb-150 {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .mb-150-sp {
    margin-bottom: 30px;
  }
}
.fz-10 {
  font-size: 10px;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-17 {
  font-size: 17px;
}

.fz-18 {
  font-size: 18px;
}

.fz-19 {
  font-size: 19px;
}

.fz-20 {
  font-size: 20px;
}

.fz-21 {
  font-size: 21px;
}

.fz-22 {
  font-size: 22px;
}

.fz-23 {
  font-size: 23px;
}

.fz-24 {
  font-size: 24px;
}

.fz-25 {
  font-size: 25px;
}

.fz-26 {
  font-size: 26px;
}

.fz-27 {
  font-size: 27px;
}

.fz-28 {
  font-size: 28px;
}

.fz-29 {
  font-size: 29px;
}

.fz-30 {
  font-size: 30px;
}

.fz-31 {
  font-size: 31px;
}

.fz-32 {
  font-size: 32px;
}

.fz-33 {
  font-size: 33px;
}

.fz-34 {
  font-size: 34px;
}

.fz-35 {
  font-size: 35px;
}

.fz-36 {
  font-size: 36px;
}

.fz-37 {
  font-size: 37px;
}

.fz-38 {
  font-size: 38px;
}

.fz-39 {
  font-size: 39px;
}

.fz-40 {
  font-size: 40px;
}

.fz-41 {
  font-size: 41px;
}

.fz-42 {
  font-size: 42px;
}

.fz-43 {
  font-size: 43px;
}

.fz-44 {
  font-size: 44px;
}

.fz-45 {
  font-size: 45px;
}

.fz-46 {
  font-size: 46px;
}

.fz-47 {
  font-size: 47px;
}

.fz-48 {
  font-size: 48px;
}

.fz-49 {
  font-size: 49px;
}

.fz-50 {
  font-size: 50px;
}

.fz-51 {
  font-size: 51px;
}

.fz-52 {
  font-size: 52px;
}

.fz-53 {
  font-size: 53px;
}

.fz-54 {
  font-size: 54px;
}

.fz-55 {
  font-size: 55px;
}

.fz-56 {
  font-size: 56px;
}

.fz-57 {
  font-size: 57px;
}

.fz-58 {
  font-size: 58px;
}

.fz-59 {
  font-size: 59px;
}

.fz-60 {
  font-size: 60px;
}

.fz-61 {
  font-size: 61px;
}

.fz-62 {
  font-size: 62px;
}

.fz-63 {
  font-size: 63px;
}

.fz-64 {
  font-size: 64px;
}

.fz-65 {
  font-size: 65px;
}

.fz-66 {
  font-size: 66px;
}

.fz-67 {
  font-size: 67px;
}

.fz-68 {
  font-size: 68px;
}

.fz-69 {
  font-size: 69px;
}

.fz-70 {
  font-size: 70px;
}

.fz-71 {
  font-size: 71px;
}

.fz-72 {
  font-size: 72px;
}

.fz-73 {
  font-size: 73px;
}

.fz-74 {
  font-size: 74px;
}

.fz-75 {
  font-size: 75px;
}

.fz-76 {
  font-size: 76px;
}

.fz-77 {
  font-size: 77px;
}

.fz-78 {
  font-size: 78px;
}

.fz-79 {
  font-size: 79px;
}

.fz-80 {
  font-size: 80px;
}

.fz-81 {
  font-size: 81px;
}

.fz-82 {
  font-size: 82px;
}

.fz-83 {
  font-size: 83px;
}

.fz-84 {
  font-size: 84px;
}

.fz-85 {
  font-size: 85px;
}

.fz-86 {
  font-size: 86px;
}

.fz-87 {
  font-size: 87px;
}

.fz-88 {
  font-size: 88px;
}

.fz-89 {
  font-size: 89px;
}

.fz-90 {
  font-size: 90px;
}

.fz-91 {
  font-size: 91px;
}

.fz-92 {
  font-size: 92px;
}

.fz-93 {
  font-size: 93px;
}

.fz-94 {
  font-size: 94px;
}

.fz-95 {
  font-size: 95px;
}

.fz-96 {
  font-size: 96px;
}

.fz-97 {
  font-size: 97px;
}

.fz-98 {
  font-size: 98px;
}

.fz-99 {
  font-size: 99px;
}

.fz-100 {
  font-size: 100px;
}

.fw-900 {
  font-weight: 900;
}

.fw-700 {
  font-weight: 700;
}

.fw-400 {
  font-weight: 400;
}

.ff-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.ff-poppins {
  font-family: "Poppins", sans-serif;
}

.c-black {
  color: #000000;
}

.c-grey {
  color: #666666;
}

.c-white {
  color: #ffffff;
}

.c-red {
  color: #9e0d1e;
}

.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #ffffff;
}

.bg-red {
  background-color: #9e0d1e;
}

.indent_1 {
  padding-left: 1em;
  text-indent: -1em;
}

.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.flex {
  display: flex;
}
/*# sourceMappingURL=styles.css.map */