@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
body {
  color: #000;
}

.tit_in p {
  font-family: "cofo-peshka-variable", sans-serif;
  font-weight: 900;
  line-height: 1;
}

.menu li a {
  font-family: "cofo-peshka-variable", sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #BD9E59;
}

.menu {
  padding-top: 25px;
  padding-bottom: 20px;
  background: #000;
  color: #BD9E59;
  border-bottom: 1px solid #BD9E59;
}

main::before {
  background-color: #000;
  background-image: initial;
}

.tit_in {
  padding: 0;
  background: #BD9E59;
  color: #fff;
}
.tit_in p {
  border: none;
  padding: 0.6em 0 0.5em;
}

#reservation .lead {
  color: #BD9E59;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #reservation .lead {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  #reservation .lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #reservation .lead {
    font-size: 14px;
  }
}
#reservation .content {
  outline: none;
  background: #F5DCA6;
}
#reservation #info h3 {
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .date,
  .time,
  .venue {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .reservetit {
    margin-bottom: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  #info .caution {
    font-size: 14px;
  }
}

#reservation .venue2 {
  font-size: 20px;
  margin-bottom: 30px;
}

#reservation .venue {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #reservation .venue {
    font-size: 18px;
  }
}

#info .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 340px;
}
@media screen and (max-width: 767px) {
  #info .flex {
    display: block;
  }
}
#info .flex.flex1 {
  max-width: 320px;
}
#info .flex h4 {
  margin: 0;
  border-radius: 40px;
  border: 2px solid #000;
  background: transparent;
  margin-right: 15px;
  font-size: 18px;
  max-width: 150px;
  padding: 0.2em 1em 0.3em;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #info .flex h4 {
    max-width: 130px;
    font-size: 16px;
    padding: 3px 10px;
    margin: 0 auto 7px;
  }
}
@media screen and (min-width: 768px) {
  #info .flex .date,
  #info .flex .time,
  #info .flex .venue {
    width: calc(100% - 154px);
    text-align: left;
  }
}
#info .btnsub a {
  background: #BD9E59;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 0.8em 0.5em;
}
@media screen and (max-width: 767px) {
  #info .btnsub a {
    font-size: 20px;
    padding: 0.8em 1.5em;
  }
}
#info .btnsub a::before {
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  top: 52%;
  right: 10%;
}

@media screen and (min-width: 768px) {
  .txtsub {
    font-size: 16px;
  }
  #reservation .txt {
    font-size: 16px;
  }
}
.txtsub {
  line-height: 1.5;
}

#info .timeschedule {
  max-width: 540px;
}
#info .timeschedule .txt:first-child .border {
  border-top: 2px solid #BD9E59;
}
#info .timeschedule .border {
  border-bottom: 2px solid #BD9E59;
  padding: 16px 0;
}
#info .timeschedule .txt {
  margin: 0;
}

#info .flex:last-child {
  margin-bottom: 0;
}

#info .caution {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 14px;
}

#info .btnsub a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#info .btnsub a {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #reservation .venue {
    line-height: 1.3;
  }
  #info .btnsub a {
    font-size: 18px;
  }
}
#reservation .box .row {
  margin-bottom: 30px;
}

.reserve.btnsub-add a {
  max-width: 400px;
  width: 100%;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .reserve.btnsub-add a {
    max-width: 250px;
  }
}
.reserve.btnsub-add a::before {
  right: 3.5% !important;
}

.attention_list li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .attention_list li {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

#reservation .box ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}

#info h4.atention {
  color: #000;
  font-weight: 700;
  background: transparent;
  border: 2px solid #000;
  font-size: 18px;
  border-radius: 40px;
}
.reserve_atention {
  display: block;
  text-align: center;
  margin: 3em auto 2em;
}

.attention_list a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.attention_list a:hover {
  opacity: 0.6;
}

.menu li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu li a:hover {
  opacity: 0.6;
}

#info .btnsub a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#info .btnsub a:hover {
  opacity: 0.6;
}

#reservation .btn_box .btn a {
  background: #BD9E59;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: bold;
  -webkit-box-shadow: 0px 8px 0 0 #7A663A;
          box-shadow: 0px 8px 0 0 #7A663A;
  color: #fff;
}
#reservation .btn_box .btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

footer {
  border-top: 1px solid #BD9E59;
  background: #000;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 30px;
  }
}
footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer p {
  color: #F5DCA6;
  font-size: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  footer p {
    margin-bottom: 20px;
  }
}

small {
  color: #BD9E59;
  color: #F5DCA6;
}
@media screen and (min-width: 768px) {
  small {
    font-size: 16px;
  }
}

footer .flex {
  max-width: 380px;
  margin: 0 auto 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .flex .btnsub {
  width: 47%;
}
footer .btnsub a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #BD9E59;
  margin: 0;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: initial;
}
@media screen and (max-width: 767px) {
  footer .btnsub a {
    font-size: 14px;
  }
}
footer .btnsub a:hover {
  color: #fff;
  background: #BD9E59;
}
footer .btnsub a::before {
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

@media screen and (max-width: 767px) {
  #info h4.atention {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
  }
  #reservation .btn_box .btn a {
    margin-bottom: 30px;
  }
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.btnsub2 {
  background: #BD9E59 !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
}
@media screen and (max-width: 767px) {
  .btnsub2 {
    font-size: 16px !important;
  }
}
.btnsub2 a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-weight: bold;
}
.btnsub2 a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .btnsub2 {
    width: 80% !important;
    max-width: 400px !important;
  }
}

.modal-content .btnsub a {
  color: #fff;
  background: #BD9E59;
  font-size: 20px;
  padding: 1em 1.5em;
}
.modal-content .btnsub a::before {
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
@media screen and (min-width: 768px) {
  .modal-content .btnsub a {
    width: 80%;
    max-width: 400px;
  }
}

.btnsub a:hover::before {
  right: 8%;
}

.modal_text {
  outline: none !important;
  background-color: #F5DCA6 !important;
}

.modal_text {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .modal_text {
    padding: 2em 1em;
  }
}
.modal_text a {
  text-decoration: underline;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal_text a:hover {
  opacity: 0.6;
}

.modal_text h3 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .modal_text h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

#menuButton {
  background: transparent;
}

#menuButton span,
#menuButton.active span {
  background: #fff;
}

#menuButton span {
  height: 3px;
}

#menuButton span:nth-child(3) {
  bottom: 11px;
}

#gNav a {
  font-family: "cofo-peshka-variable", sans-serif;
  font-weight: 700;
}

#gNav {
  background: rgba(0, 0, 0, 0.9);
}

#menuButton {
  top: 11px;
}

.close2 {
  color: #fff !important;
}

#reservation .lead {
  padding: 0 20px;
}

@media screen and (max-width: 1000px) {
  #reservation .btn a {
    font-size: 17px !important;
  }
}
@media screen and (max-width: 767px) {
  #reservation .btn a {
    font-size: 20px !important;
  }
}

.kv_pc {
  background: url(../img/mv-bg.png) no-repeat center center/cover;
}
.kv_pc .flex {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.kv_pc .flex .left {
  width: 45%;
  padding: 0 40px;
}
.kv_pc .flex .left .logo {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .kv_pc .flex .left .logo {
    max-width: 300px;
  }
}
@media screen and (max-width: 800px) {
  .kv_pc .flex .left .logo {
    max-width: 250px;
    margin-bottom: 10px;
  }
}
.kv_pc .flex .right {
  width: 55%;
}
.kv_pc .flex .right img {
  vertical-align: bottom;
}
.kv_pc .box {
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px 30px;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .kv_pc .box {
    padding: 30px 20px;
    max-width: 300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 800px) {
  .kv_pc .box {
    max-width: 250px;
  }
}
.kv_pc .box .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kv_pc .box .flex2 ul {
  width: 50%;
}
.kv_pc .box .flex2 ul:first-child {
  border-right: 0.5px solid rgba(255, 255, 255, 0.2);
}
.kv_pc .box .flex2 ul li {
  margin-bottom: 18px;
}
.kv_pc .box .flex2 ul li:last-child {
  margin-bottom: 0;
}
.kv_pc .box .flex2 ul li a {
  color: #fff;
  font-family: "cofo-peshka-variable", sans-serif;
  font-size: 23px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .kv_pc .box .flex2 ul li a {
    font-size: 20px;
  }
}
.kv_pc .box .flex2 ul li a:hover {
  opacity: 0.6;
}

#reservation .lead {
  font-weight: 400;
}

.kv_pc {
  position: relative;
  overflow: hidden;
}
.scroll-container {
  position: absolute;
  left: 5%;
  top: 0;
  z-index: 0;
}

.scroll-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: scrollAnimation 480s linear infinite;
          animation: scrollAnimation 480s linear infinite;
}
.scroll-content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scroll-content p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  /* 縦書き（右から左へ） */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: "cofo-peshka-variable", sans-serif;
  color: #fff;
  font-size: 112px;
  font-weight: bold;
  white-space: nowrap;
}

.scroll-content img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes scrollAnimation {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@keyframes scrollAnimation {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.kv_pc .flex {
  position: relative;
  z-index: 2;
}
.kv_pc .flex .left {
  position: relative;
}
.kv_pc .box {
  position: relative;
  z-index: 2;
}
.kv_pc .boll1 {
  max-width: 50px;
  position: absolute;
  top: -20px;
  left: 5%;
}
.kv_pc .boll2 {
  max-width: 30px;
  position: absolute;
  top: 45%;
  left: -15px;
}
.kv_pc .boll3 {
  max-width: 40px;
  position: absolute;
  bottom: -10%;
  left: 10%;
}
.kv_pc .boll4 {
  max-width: 40px;
  position: absolute;
  top: -9%;
  right: 5%;
}
.kv_pc .boll5 {
  max-width: 25px;
  position: absolute;
  top: 30%;
  right: -3%;
}
.kv_pc .bg {
  position: absolute;
  bottom: 0;
  left: 47%;
  -webkit-transform: translateX(-50%) scale(1.2);
          transform: translateX(-50%) scale(1.2);
  width: 100%;
  max-width: 380px;
}
@media screen and (max-width: 1000px) {
  .kv_pc .bg {
    max-width: 340px;
    left: 50%;
  }
}
@media screen and (max-width: 900px) {
  .kv_pc .bg {
    max-width: 300px;
  }
}

.kv_sp {
  background-image: initial;
  padding-top: initial;
}

@media screen and (max-width: 1000px) {
  .kv_pc .flex .left .logo {
    margin-bottom: 20px;
  }
  .scroll-container {
    left: 2%;
  }
  .kv_pc .box .flex2 ul li a {
    font-size: 18px;
  }
  .scroll-content p {
    font-size: 80px;
  }
}
@media screen and (max-width: 800px) {
  .kv_pc .box .flex2 ul li a {
    font-size: 15px;
  }
}
.kv_sp img {
  vertical-align: bottom;
}

.sc-section {
  background: #CF0001;
  padding: 60px 0 25px;
  -webkit-clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
          clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
}
@media screen and (max-width: 767px) {
  .sc-section {
    padding: 30px 0 15px;
  }
}
.sc-section .img {
  max-width: 84px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sc-section .img {
    max-width: 54px;
  }
}
.sc-section a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sc-section a:hover {
  opacity: 0.6;
}

.modal-content .btnsub a {
  font-weight: bold;
}

.about-bg {
  background: url(../img/about-bg.jpg) no-repeat bottom center/cover;
}

.about1 {
  padding: 0 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 180px;
  margin-top: -80px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .about1 {
    padding-top: 100px;
    margin-top: -40px;
    padding-bottom: 50px;
  }
}
.about1 .title {
  font-family: "cofo-peshka-variable", sans-serif;
  text-align: center;
  font-weight: 900;
  color: #BD9E59;
  font-size: 100px;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about1 .title {
    font-size: 46px;
    margin-bottom: 10px;
  }
}
.about1 .text1 {
  text-align: center;
  color: #BD9E59;
  font-size: 67px;
  font-family: "cofo-peshka-variable", sans-serif;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .about1 .text1 {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
.about1 .text2 {
  text-align: center;
  color: #BD9E59;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .about1 .text2 {
    font-size: 14px;
  }
}

.scroll-content p {
  font-weight: 900;
}

.section-title {
  font-size: 70px;
  font-weight: 900;
  font-family: "cofo-peshka-variable", sans-serif;
  text-align: center;
  padding: 35px 0 19px;
  line-height: 1;
  color: #000;
  background: #E6D079;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 32px;
    padding: 15px 0 10px;
    margin-bottom: 30px;
  }
}

.topBody .box2 {
  max-width: 640px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .topBody .box2 {
    margin-bottom: 40px;
  }
}
.topBody .content {
  outline: none;
  background: transparent;
  padding: 0;
}
.topBody h3 {
  color: #BD9E59;
  background-color: transparent !important;
  font-size: 40px !important;
  font-family: "Noto Sans JP", sans-serif;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px !important;
  line-height: 1;
  display: block;
}
.topBody h3 .wrap {
  display: inline-block;
  position: relative;
}
.topBody h3 .wrap::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -330px;
  width: 300px;
  height: 1px;
  background: #BD9E59;
}
@media screen and (max-width: 767px) {
  .topBody h3 .wrap::before {
    left: -310px;
  }
}
.topBody h3 .wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -330px;
  width: 300px;
  height: 1px;
  background: #BD9E59;
}
@media screen and (max-width: 767px) {
  .topBody h3 .wrap::after {
    right: -310px;
  }
}
@media screen and (max-width: 767px) {
  .topBody h3 {
    margin-bottom: 30px !important;
    font-size: 20px !important;
  }
}
.topBody .date {
  font-size: 32px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .topBody .date {
    font-size: 20px;
  }
}
.topBody .date11 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .topBody .date11 {
    margin-bottom: 20px;
  }
}
.topBody #info .caution {
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .topBody #info .caution {
    font-size: 14px;
    text-align: center;
  }
}
.topBody #top2 #info .flex h4 {
  background: #BD9E59;
  border: 2px solid #BD9E59;
  color: #fff;
}
.topBody .date,
.topBody .time,
.topBody .venue {
  color: #fff;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .topBody #info .flex .time {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .topBody .venue,
  .topBody .time {
    width: calc(100% - 125px);
  }
  #info .flex h4 {
    font-size: 14px;
    margin: 0;
    width: 120px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #info .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #info .flex {
    max-width: 300px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topBody #info .flex {
    max-width: 260px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topBody #info .flex4 {
    max-width: 300px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #info .flex4 {
    max-width: 360px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #reservation .flex .venue,
  #reservation .flex .time {
    width: calc(100% - 125px);
  }
  #info .flex.flex1 {
    max-width: 265px;
  }
}
.topBody .box3 .btn a {
  background: #BD9E59 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 24px !important;
  font-weight: bold;
  -webkit-box-shadow: 0px 8px 0 0 #7A663A;
          box-shadow: 0px 8px 0 0 #7A663A;
  color: #fff;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  max-width: 640px;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .topBody .box3 .btn a {
    padding: 1em;
  }
}
@media screen and (max-width: 767px) {
  .topBody .box3 .btn a {
    font-size: 16px !important;
    width: 100% !important;
  }
}
.topBody .box3 .btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 767px) {
  #reservation .btn_box .btn a {
    font-size: 16px !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
}
#menulist,
#goods {
  line-height: 1.5;
}
#menulist h3,
#goods h3 {
  max-width: 640px !important;
  overflow: hidden;
}
#menulist .item_txt p,
#goods .item_txt p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #menulist .item_txt p,
  #goods .item_txt p {
    font-size: 14px;
  }
}
#menulist .item_txt p.price,
#goods .item_txt p.price {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #menulist .item_txt p.price,
  #goods .item_txt p.price {
    font-size: 18px;
  }
}
#menulist .item_txt p.price span,
#goods .item_txt p.price span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400 !important;
}
@media screen and (max-width: 767px) {
  #menulist .item_txt p.price span,
  #goods .item_txt p.price span {
    font-size: 12px;
  }
}

#goods .item_box_list .item_img img,
#menulist .item_box_list .item_img img {
  border-radius: 30px;
}

#goods .item_box_list,
#menulist .item_box_list {
  color: #fff;
}

#goods h4,
#menulist h4 {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #goods h4,
  #menulist h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #goods .item_box,
  #menulist .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
}
#novelty .item_txt {
  color: #fff;
}

#novelty h3 {
  border-bottom: none;
}

#novelty ul li {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #novelty ul li {
    margin-bottom: 40px;
  }
}

#novelty .item_txt p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #BD9E59;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #novelty .item_txt p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#novelty .item_txt p.caution {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #novelty .item_txt p.caution {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  #novelty h3 {
    font-size: 30px !important;
  }
}

.movie-bg {
  background: url(../img/movie-bg.jpg) no-repeat center center/cover;
}

.top-footer {
  background: transparent;
}

.bg-black {
  background: #000;
}

.bg-black2 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
}

.movie-title {
  color: #BD9E59;
  line-height: 1.5;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .movie-title {
    font-size: 20px;
  }
}

.movie-text {
  color: #BD9E59;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .movie-text {
    font-size: 14px;
  }
}

#music .item_box {
  max-width: 1000px;
}

#music .img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #music .img {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 20px;
  }
}
#music .detail {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #music .detail {
    width: 100%;
  }
}

.movie-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .movie-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.movie-flex .btn-left {
  margin-right: 20px;
}
.movie-flex .btn-left a {
  background: #BD9E59;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 1em 2em;
  position: relative;
  display: block;
  line-height: 1;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .movie-flex .btn-left a {
    font-size: 16px;
  }
}
.movie-flex .btn-left a::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  top: 52%;
  right: 8%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.movie-flex .btn-left a:hover {
  opacity: 0.6;
}
.movie-flex .btn-right {
  max-width: 56px;
}
@media screen and (max-width: 767px) {
  .movie-flex .btn-right {
    max-width: 48px;
  }
}
.movie-flex .btn-right a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.movie-flex .btn-right a:hover {
  opacity: 0.6;
}

.access .content {
  max-width: 800px;
}
.access .detail {
  color: #BD9E59;
}
.access .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .access .flex {
    margin-bottom: 30px;
    display: block;
  }
}
.access .flex .item {
  width: 48%;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .access .flex .item {
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
  }
  .access .flex .item:last-child {
    margin-bottom: 0;
  }
}
.access .map-wrap {
  padding-top: 55%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .access .map-wrap {
    padding-top: 97%;
  }
}
.access .map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topBody #music,
.topBody #access {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .topBody #music,
  .topBody #access {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #goods .item_box_list,
  #menulist .item_box_list {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .topBody #music {
    padding-bottom: 0;
  }
  .topBody #access .box {
    margin-bottom: 0;
  }
}
.btnsub2 a {
  color: #fff !important;
}

#info .access-btnsub a {
  max-width: 160px;
}
#info .access-btnsub a::before {
  -webkit-transform: translate(-50%, -62%) rotate(45deg);
          transform: translate(-50%, -62%) rotate(45deg);
  right: 7%;
  top: 50%;
}

.btnsub2 {
  text-align: center;
  color: #fff;
  font-size: 1.3em;
  padding: 0.8em 1.5em;
  background-color: #501301;
  border-radius: 30px;
  margin: 2em auto;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  display: block;
  position: relative;
  max-width: 400px;
  z-index: 1;
  overflow: hidden;
  width: 50%;
  max-width: 200px;
}

.btnsub2 a {
  color: #adfded;
}

.modal_text {
  background: #ffffff;
  max-width: 800px;
  margin: 0 auto;
  padding: 4em 3em;
  font-size: 1.35em;
  outline: 2px solid #501301;
  outline-offset: -6px;
}

.modal_text h3 {
  text-align: center;
  margin: 0 auto 2em;
  font-size: 2em;
}

.close {
  z-index: 99;
}

.close2 {
  color: #501302;
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 5px;
  cursor: pointer;
  position: absolute;
  right: 9%;
  top: 6%;
  z-index: 99;
}

.modal-content2 {
  width: 90%;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  /* top: 50%; */
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  padding: 2em;
}

@media screen and (min-width: 768px) {
  .modal-content2 {
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .close2 {
    color: #501302;
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 5px;
    cursor: pointer;
    position: absolute;
    right: 10%;
    top: 10%;
    z-index: 99;
  }
}
main {
  background: url(../img/body-bg.png) no-repeat center center/cover;
}

.about1 .title {
  color: #fff;
}

.about1 .text1 {
  color: #fff;
  font-weight: 500;
}

#info h3,
#menulist h3 {
  color: #fff;
}

.main-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-flex .sidebar {
  position: sticky;
  position: fixed;
  top: 0px;
  left: 0;
  width: 20%;
  color: #fff;
  height: 200px;
  text-align: center;
  line-height: 2;
  margin: 0 auto;
  padding-top: 60px;
}
@media screen and (max-width: 1300px) {
  .main-flex .sidebar {
    width: 340px;
  }
}
@media screen and (max-width: 1000px) {
  .main-flex .sidebar {
    display: none;
  }
}
.main-flex .main-contents {
  width: 80%;
  margin-left: auto;
}
@media screen and (max-width: 1300px) {
  .main-flex .main-contents {
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 1000px) {
  .main-flex .main-contents {
    width: 100%;
  }
}
.main-flex .box22 {
  padding: 0 40PX;
}

.topBody h3 .wrap::before {
  background: #fff;
}

.topBody h3 .wrap::after {
  background: #fff;
}

.topBody #top2 #info .flex h4 {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
}

.sidebar .logo {
  margin-bottom: 50px;
}
.sidebar .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebar .logo a:hover {
  opacity: 0.6;
}
.sidebar .sidebar-menu {
  background: #1A1A1D;
  border-radius: 40px;
  padding: 30px 20px;
}
.sidebar .sidebar-menu ul {
  max-width: 220px;
  margin: 0 auto;
}
.sidebar .sidebar-menu ul li:first-child a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 0.08vw;
  background: url(../img/underline.png) no-repeat center center/cover;
}
.sidebar .sidebar-menu ul li a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  display: block;
  position: relative;
  line-height: 1;
  padding: 20px 0;
}
@media screen and (max-width: 1300px) {
  .sidebar .sidebar-menu ul li a {
    font-size: 16px;
  }
}
.sidebar .sidebar-menu ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 0.08vw;
  background: url(../img/underline.png) no-repeat center center/cover;
}
.sidebar .sidebar-menu ul li a:hover {
  opacity: 0.6;
}

.logo-sp {
  max-width: 240px;
  margin: 15px auto;
  display: none;
}
@media screen and (max-width: 1000px) {
  .logo-sp {
    display: block;
  }
}

.section-title {
  padding: 0;
  background: transparent;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: -20px;
  }
}

.topBody .box3 .btn a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.topBody .box3 .btn a:hover {
  -webkit-transform: initial;
          transform: initial;
  opacity: 0.6;
}

.gNav_sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .gNav_sp {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  #gNav {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
  }
}
#goods h4 span {
  font-size: 80%;
}

.attention {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .attention {
    font-size: 13px;
  }
}

#novelty h3 {
  color: #fff;
}

#novelty .item_txt p {
  color: #fff;
}

#novelty ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  #novelty .item_txt p {
    font-size: 23px;
  }
}

@media screen and (min-width: 768px) {
  #novelty .item_txt .text2 {
    font-size: 20px;
  }
}

#novelty .item_txt2 p.caution {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #novelty .item_txt2 p.caution {
    font-size: 14px;
  }
}

.access .flex {
  display: block;
}
.access .flex .item {
  width: 100%;
  color: #fff;
}

.access .flex .item a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
.access .flex .item a:hover {
  opacity: 0.6;
}

footer {
  border-top: 0.5px solid #707070;
}

footer p, small {
  color: #fff;
}

.menu {
  border-bottom: 1px solid #fff;
}

.menu li a {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

#reservation .lead {
  color: #fff;
}

#reservation .content {
  background: rgba(255, 255, 255, 0.1);
}

#reservation #info h3 {
  color: #000;
  background: #fff;
}

#info .caution {
  color: #fff;
}

#reservation .date, #reservation .time, #reservation .venue {
  color: #fff;
}
#reservation #info .flex h4 {
  color: #fff;
  background: #000;
  border: 2px solid #fff;
}
#reservation .txtsub {
  color: #fff;
}
#reservation #info .timeschedule .border {
  color: #fff;
}
#reservation #info .timeschedule .txt:first-child .border {
  border-top: 2px solid #707070;
}
#reservation #info .timeschedule .border {
  border-bottom: 2px solid #707070;
}
#reservation .venue2 {
  line-height: 1.5;
}
#reservation .attention2 {
  max-width: 840px;
  margin: 0 auto;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #reservation .attention2 {
    font-size: 14px;
  }
}
#reservation #info h4.atention {
  color: #fff;
  border: 2px solid #Fff;
}

footer {
  background: transparent;
}