@charset "UTF-8";
/*ResetCSS*/
/*Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*基本設定*/
html {
  font-size: 14px;
}

body {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "游明朝体", serif;
  color: black;
  letter-spacing: 0.01em;
}

/* 10px ※以下はremで指定*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.03em;
  line-height: 1.4;
  font-weight: 600;
}

p {
  line-height: 1.67;
  letter-spacing: 0.03em;
  font-size: 14px;
}

figure {
  margin: 0;
}

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

iframe {
  max-width: 100%;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.linkbox {
  position: relative;
  cursor: pointer;
}
.linkbox a.more {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: -9999px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-between {
  justify-content: space-between;
}

.d-inline-block {
  display: inline-block;
}

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

.bold {
  font-weight: 600;
}

.normal {
  font-weight: normal;
}

.small {
  font-size: 1rem;
}

.large {
  font-size: 1.8rem;
}

/*ボタン*/
.btn a {
  display: inline-block;
  padding: 0.5em 1em;
  line-height: 1.2;
  cursor: pointer;
}
.btn a:hover {
  opacity: 1;
  filter: brightness(1.1);
  text-decoration: none;
}

/*表組み*/
table th,
table td {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
}
table th {
  font-weight: 600;
}
table td {
  font-weight: normal;
}

#page-header h1 {
  margin: 0;
}

#nav-main a {
  display: block;
}

.iframe-container {
  position: relative;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ls-none {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.image-button {
  display: inline-block;
  text-decoration: none;
}

button {
  /* ブラウザ特有のスタイルを無効に */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style-type: none;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease 0s;
}

a:hover {
  color: #c1272d;
}

body {
  position: relative;
  background-image: url(../images/mv.png);
  background-size: auto 60%;
  background-position: top center;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.is-pc {
  display: block;
}
.is-sp {
  display: none !important;
}
@media screen and (max-width: 1025px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block;
  }
}

.main-wrapper {
  display: block;
  overflow: hidden;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1025px) {
  .main-wrapper {
    width: 100%;
    height: 100%;
    background: url(##);
    background-size: 3.66032% auto;
    background-attachment: fixed;
  }
}
.main-wrapper .row-left {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 33.52855%;
  height: 100vh;
}
@media screen and (min-width: 1640px) {
  .main-wrapper .row-left {
    width: calc(50% - 270px);
  }
}
@media screen and (max-width: 1400px) {
  .main-wrapper .row-left {
    width: calc(50% - 225px);
  }
}
.main-wrapper .row-right {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  width: 33.52855%;
  height: 100vh;
}
@media screen and (min-width: 1640px) {
  .main-wrapper .row-right {
    width: calc(50% - 225px);
  }
}
@media screen and (max-width: 1400px) {
  .main-wrapper .row-right {
    width: calc(50% - 190px);
  }
}
.main-wrapper .row-center {
  background: #fff;
  border: 1px solid #00a0e9;
  overflow: hidden;
  position: relative;
  box-shadow: 5px 5px 7px #ccc;
}
@media screen and (min-width: 1025px) {
  .main-wrapper .row-center {
    width: 32.9429%;
    max-width: 450px;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .main-wrapper .row-center {
    width: 380px;
  }
}
.main-wrapper .row-center .phone-frame {
  padding: 0 6%;
}

/* Header */
.l-header {
  text-align: center;
  width: 100%;
}
.l-header__inner {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}
.l-header__logo a {
  display: block;
}
.l-header__logo img {
  width: auto;
  height: 100px;
}
.l-header__nav {
  position: absolute;
  top: 100px;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #00a0e9;
  transition: 0.3s;
  padding-top: 30px;
}
.l-header__nav.is-open {
  right: 0;
}
.l-header__menu {
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding: 20px;
}
.l-header__menu li {
  font-size: 1.8rem;
  margin-bottom: 7px;
}
.l-header a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
.l-header a:hover {
  color: #e5f7fd;
}

.c-hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: #00a0e9;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1100;
}
.c-hamburger span {
  width: 25px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
}
.c-hamburger.is-active span:nth-child(1) {
  transform: translateY(9px) rotate(40deg);
}
.c-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.c-hamburger.is-active span:nth-child(3) {
  transform: translateY(-9px) rotate(-40deg);
}

/* row-left内容
-----------------*/
.row-left__box {
  max-width: 495px;
  max-height: 345px;
  margin: 2em 0;
}
.row-left .main-title {
  max-width: 490px;
}
.row-left__sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin: 1em 0;
}

/* row-right内容
-----------------*/
.row-right {
  padding-left: 55px;
}
.row-right__menu {
  margin: 2em 0;
}
.row-right__menu li {
  position: relative;
  padding-left: 1.5em;
}
.row-right__menu a {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 8px 0;
  transition: 0.3s;
}
.row-right__menu > li::before {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.65em solid transparent;
  border-left: 1em solid #00a0e9;
  content: "";
}
.row-right__menu > li:hover::before {
  border-left: 1em solid #c1272d;
}
.row-right__sns {
  display: flex;
  gap: 20px;
}

/* 共通設定
-----------------*/
p {
  line-height: 1.6;
  margin-bottom: 0;
  text-align: justify;
}

li {
  line-height: 1.3;
}
li p {
  line-height: 1.6;
}

section {
  padding: 50px 0 0 0;
}
section h2, section h3 {
  text-align: center;
  margin-bottom: 1em;
  color: #00a0e9;
  font-size: 2.9rem;
}

.heading {
  font-weight: 800;
  font-size: 2rem;
}

.blue {
  color: #00a0e9;
}

.red {
  color: #c1272d;
}

.mb20 {
  margin-bottom: 20px;
}

.br-sp {
  display: block;
}
@media (min-width: 378px) {
  .br-sp {
    display: none;
  }
}

/* トップページ
-----------------*/
.hero {
  width: 100%;
  background-color: #fff;
  padding: 0;
}
.hero picture,
.hero img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.hero .date {
  min-width: 274px;
  padding: 0 10%;
}

.infomation {
  text-align: center;
  margin-bottom: 28px;
}
.infomation h2 {
  font-size: 1.6rem;
}
.infomation p {
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.infomation p span.add {
  font-size: 1.1rem;
}

.sect-event__title {
  margin-bottom: 0.4em;
}
.sect-event__title span {
  margin-top: 0.4em;
  font-size: 1.8rem;
  letter-spacing: 0;
  display: block;
}
.sect-event .list {
  list-style-type: none;
  counter-reset: li;
  padding-bottom: 10px;
  background-image: url(../images/eventlist_footer.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
.sect-event .list li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1em;
  border-bottom: 1px solid #000;
}
.sect-event .list li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 2.2rem;
  text-align: center;
  content: counter(li);
  counter-increment: li;
}
.sect-event .list__title {
  font-size: 1.6rem;
  font-weight: bold;
}
.sect-event .list__title strong {
  display: block;
  font-size: 2rem;
}
.sect-event .list p {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.6;
  color: black;
  margin-bottom: 0.5em;
}

.sect-title {
  background-color: #00a0e9;
  color: #fff;
  border-radius: 8px;
  padding: 5px;
  box-shadow: 3px 3px 5px #ccc;
}
.sect-title--ticket {
  background-color: #c1272d;
  letter-spacing: normal;
}

.content__title--ticket, .content__title {
  font-weight: bold;
  font-size: 1.7rem;
  padding: 0 0.4em 0.2em;
  border-bottom: 1px solid black;
  background-color: #ffffff;
  color: black;
  letter-spacing: normal;
  line-height: 1;
}
.content__title--ticket span, .content__title span {
  font-weight: normal;
}

.content__title--ticket {
  border-bottom: 1px solid #c1272d;
  color: #c1272d;
}
.content__box {
  margin-bottom: 3em;
  font-size: 1.3rem;
}
.content__box a:hover {
  color: #c1272d;
}
.content__box .bold {
  font-weight: 600;
}

.fukidasi {
  position: relative;
  padding: 0px 1.5em;
  font-weight: bold;
}
.fukidasi::before {
  content: url(../images/fukidasi.svg);
  position: absolute;
  width: 43px;
  height: 52px;
  top: 1.45rem;
  left: 0;
}
.fukidasi::after {
  content: url(../images/fukidasi.svg);
  position: absolute;
  width: 43px;
  height: 52px;
  top: 1.45rem;
  right: 0;
  transform: scale(-1, 1);
}

.sect-sns {
  background-color: #00a0e9;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: 30px;
  color: #fff;
  padding-bottom: 30px;
}
.sect-sns h2 {
  color: #fff;
  max-width: 345px;
  margin: 0 auto 20px;
}
.sect-sns .title,
.sect-sns p,
.sect-sns .box_fb {
  margin-bottom: 0.6em;
  text-align: center;
}
.sect-sns .box_fb {
  max-width: 100%;
  width: 80%;
  display: block;
}
.sect-sns .fb-page {
  max-width: 100%;
  width: 251px;
  height: 309px;
}
.sect-sns h3 {
  font-size: 2rem;
  letter-spacing: 0.15;
}
.sect-sns p {
  font-size: 1.3rem;
}
.sect-sns .sns-list li {
  padding: 10px;
}
.sect-sns .fb_btn,
.sect-sns .X_btn,
.sect-sns .insta_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 212px;
  max-width: 245px;
  height: 58px;
  margin: 0 auto;
  padding: 0.9em 1.5em;
  border: none;
  border-radius: 29px;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
}
.sect-sns .fb_btn:hover,
.sect-sns .X_btn:hover,
.sect-sns .insta_btn:hover {
  opacity: 0.8;
}
.sect-sns .fb_btn::before,
.sect-sns .X_btn::before,
.sect-sns .insta_btn::before {
  position: absolute;
  left: 10px;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.sect-sns .fb_btn {
  background-color: #1877f2;
}
.sect-sns .fb_btn::before {
  background-image: url("../images/fb_icon_wh.png");
}
.sect-sns .X_btn {
  background-color: #000;
}
.sect-sns .X_btn::before {
  background-image: url("../images/x_icon_wh.png");
}
.sect-sns .insta_btn {
  background: linear-gradient(90deg, rgb(255, 241, 0) 0%, rgb(207, 0, 14) 50%, rgb(169, 35, 138) 100%);
}
.sect-sns .insta_btn::before {
  background-image: url("../images/insta_icon_wh.png");
}

.fc35 {
  font-size: 3.5rem;
  line-height: 1.3;
}

.footer {
  margin: 35px 0;
  border-top: 3px solid #1d2087;
}
.footer__header, .footer__footer {
  background-color: #fff;
  padding: 15px 6%;
  font-size: 1.3rem;
}
.footer__content {
  background-color: #1d2087;
  color: #fff;
  padding: 15px 6%;
}
.footer h4 {
  font-size: 2.2rem;
}
.footer .sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}
.footer .info {
  margin-top: 5px;
}
.footer .attention li {
  margin-bottom: 0.2em;
  padding-left: 1em;
  text-indent: -1em;
}
.footer .attention li:not(:first-child) {
  content: "◯";
  margin-right: 0.5em;
  padding-left: 1em;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 50px;
}

.btn-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  background: url("../images/btn-frame.svg") no-repeat center/100% 100%;
  margin: 0 auto;
  text-decoration: none;
}
.btn-frame span {
  font-size: 1.3rem;
}

.btn-frame--small {
  width: 240px;
  height: 50px;
}

.sake_list {
  margin: 20px 0 50px;
}
.sake_list dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #333;
}
.sake_list dt {
  width: 30%;
  padding: 5px;
  font-weight: normal;
}
.sake_list dd {
  padding: 5px;
  margin: 0;
  width: 70%;
}
.sake_list dt, .sake_list dd {
  border-bottom: 1px solid #ccc; /* dtとddの間の区切り線 */
  font-size: 1.4rem;
}
.sake_list dt:last-of-type,
.sake_list dd:last-of-type {
  border-bottom: 1px solid #333;
}

.link {
  margin: 10px 0;
  padding: 20px;
  border-top: 3px solid #1d2087;
}

.breadcrumb {
  display: flex;
  gap: 0 10px;
  list-style: none;
  padding: 0;
  font-size: 1.5rem;
  margin: 0 20px;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  transform: rotate(45deg);
  width: 0.3em;
  height: 0.3em;
  margin-left: 10px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  content: "";
}
.breadcrumb a {
  color: #00a0e9;
  text-decoration: none;
}/*# sourceMappingURL=main.css.map */