@charset "UTF-8";
/*ブレイクポイントを設定*/
/* cinzel-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/cinzel-v23-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cinzel-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/cinzel-v23-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v53-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v53-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v53-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* shippori-mincho-b1-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/shippori-mincho-b1-v22-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* shippori-mincho-b1-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/shippori-mincho-b1-v22-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* shippori-mincho-b1-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/shippori-mincho-b1-v22-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* shippori-mincho-b1-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/shippori-mincho-b1-v22-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* color */
.ifc {
  color: #151c2b;
}

.white {
  color: white;
}

.blue {
  color: #083057;
}

.blue2 {
  color: #89d6ff;
}

.red {
  color: #e04925;
}

.green {
  color: #47f27c;
}

.yellow {
  color: #faf8e5;
}

.bgwh {
  background: white;
}

.bgblu {
  background: #083057;
}

.bgblu2 {
  background: #ccd2e0;
}

.bgred {
  background: #e04925;
}

.bggre {
  background: #47f27c;
}

.bgyel {
  background: #faf8e5;
}

.bgba {
  background: #faf8e5;
}

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  position: relative;
  overflow: hidden;
  color: white;
  background: #151c2b;
  width: 100%;
  font-family: "noto sans JP", sans-serif;
}
body.open {
  height: 100vh;
}
@media screen and (max-width: 591px) {
  body {
    font-size: 14px;
  }
}

.btn {
  position: relative;
  width: min(90%, 280px);
  height: 65px;
  color: #151c2b;
  background: white;
  border: 1px solid #151c2b;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 700;
  letter-spacing: 0.04em;
  display: grid;
  place-content: center;
  padding: 12px;
  margin: auto;
  transition: 0.2s;
}
.btn:after {
  content: "";
  display: block;
  width: 27px;
  height: 20px;
  background: url(../img/common/btn_arrow.svg) no-repeat center center/contain;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
@media screen and (max-width: 1000px) {
  .btn:after {
    display: none;
    /*スタイルを展開したいところに記述する*/
  }
}
.btn:link {
  color: #151c2b;
}
.btn:visited {
  color: #151c2b;
}
.btn:hover {
  background: #1a1a1a;
  color: white;
  border: 1px solid #777;
  opacity: 1;
}
.btn:hover:after {
  transform: translate(8px, -50%);
  background: url(../img/common/btn_arrow_w.svg) no-repeat center center/contain;
}
.btn p {
  text-align: center;
}
.btn p.w-ch {
  font-family: "Noto Serif SC", serif;
  font-family: 400;
}
.btn p.w-ko {
  font-family: "Noto Serif KR", serif;
  font-weight: 400;
}
@media screen and (max-width: 591px) {
  .btn {
    height: 45px;
  }
}

.lista {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

p {
  color: #221c16;
  text-align: left;
}

.f18 {
  font-size: clamp(15px, 1.8vw, 18px);
  text-align: left;
  width: min(95%, 860px);
}

/*リンク表示方法*/
a {
  text-decoration: none;
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

a:active {
  color: white;
}

a:hover {
  opacity: 0.7;
}
a:hover img {
  opacity: 1;
}

:has(> .lista) {
  position: relative;
}

.lista {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.grid {
  display: grid;
  grid-template-columns: center;
}

.i-text {
  display: inline-block;
}

section:has(> .inner.mar) {
  padding: min(10%, 120px) 0;
}

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

.active1000 {
  display: none;
}
@media screen and (max-width: 1000px) {
  .active1000 {
    display: block;
    /*スタイルを展開したいところに記述する*/
  }
}

.active768 {
  display: none;
}
@media screen and (max-width: 767px) {
  .active768 {
    display: block;
    /*スタイルを展開したいところに記述する*/
  }
}

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

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

@media screen and (max-width: 1200px) {
  .vanish1200 {
    display: none;
    /*スタイルを展開したいところに記述する*/
  }
}

@media screen and (max-width: 1000px) {
  .vanish1000 {
    display: none;
    /*スタイルを展開したいところに記述する*/
  }
}

@media screen and (max-width: 767px) {
  .vanish768 {
    display: none;
    /*スタイルを展開したいところに記述する*/
  }
}

@media screen and (max-width: 591px) {
  .vanish591 {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  .vanish414 {
    display: none;
  }
}

/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/
.pc,
.pc2 {
  display: block;
}
@media screen and (max-width: 1000px) {
  .pc,
  .pc2 {
    display: none;
    /*スタイルを展開したいところに記述する*/
  }
}

.sp,
.sp2,
.spTel {
  display: none;
}
@media screen and (max-width: 1000px) {
  .sp,
  .sp2,
  .spTel {
    display: block;
    /*スタイルを展開したいところに記述する*/
  }
}

.pcTel {
  display: inline;
}

/*-----------------------------------------------------------
フォント
-----------------------------------------------------------*/
h2,
h3,
h4,
h5 {
  display: inline-block;
  line-height: 1.25;
}

.mainTit {
  font-size: clamp(15px, 2vw, 20px);
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-style: normal;
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

.mainTit .en {
  font-size: clamp(30px, 6vw, 60px);
  display: block;
  font-family: "Cinzel", serif;
  font-weight: 400;
  margin-bottom: 12px;
  letter-spacing: 0.06em;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.mincho {
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-style: normal;
  font-weight: 500;
}

.en {
  font-family: "Cinzel", serif;
  font-weight: 400;
  letter-spacing: 0.06em;
}

/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/
table {
  border-collapse: separate;
}
@media screen and (max-width: 767px) {
  table {
    width: 100%;
    /*スタイルを展開したいところに記述する*/
  }
  table th,
  table td {
    width: 100% !important;
    display: block;
  }
}

/*-----------------------------------------------------------
モーダル
-----------------------------------------------------------*/
#modal {
  display: none;
}

/*-----------------------------------------------------------
ページトップ
-----------------------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 245px;
  right: 25px;
  z-index: 999;
  background: #1a1a1a;
  width: 60px;
  height: 60px;
  border-radius: 3px;
}
#pageTop a {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 591px) {
  #pageTop {
    display: none !important;
  }
}

/*-----------------------------------------------------------
スクロールバー
-----------------------------------------------------------*/
.scroll-pane {
  width: 100% !important;
  height: 300px; /*箱の高さ*/
  margin: 40px auto 0;
  overflow-y: auto;
}
.scroll-pane:focus {
  outline: none;
}

/* zen-maru-gothic-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/zen-maru-gothic-v17-japanese-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-maru-gothic-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/zen-maru-gothic-v17-japanese-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body.venue {
  color: #221c16;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}

footer p {
  font-family: "Noto Sans jp", sans-serif;
  color: white;
}
footer .footer-wrapper {
  padding-top: min(14%, 140px);
}

.covac #un_cover {
  margin-bottom: min(10%, 100px);
}
.covac #un_cover .flex {
  align-items: flex-end;
}
.covac #un_cover .flex .pankuzu {
  margin: 0 auto 0 0;
}
.covac #un_cover .flex .cov-img {
  width: 61.2vw;
  max-width: 1175px;
  margin: 40px min(6%, 60px) 0 0;
}
@media screen and (max-width: 1000px) {
  .covac #un_cover {
    /*スタイルを展開したいところに記述する*/
  }
  .covac #un_cover .flex {
    flex-direction: column;
  }
  .covac #un_cover .flex .cov-img {
    width: 95%;
    margin: min(4%, 40px) auto 0;
  }
  .covac #un_cover .flex .pankuzu {
    width: 95%;
    margin: auto;
  }
}

.under #un_cover {
  padding: 180px 0 0;
  width: 100%;
}
.under #un_cover .inner {
  width: min(95%, 1200px);
  margin: auto;
}
.under #un_cover h1 {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.under #un_cover h1 .mincho {
  font-size: clamp(13px, 2vw, 20px);
  padding-left: 1.7em;
  position: relative;
  margin-bottom: 8px;
}
.under #un_cover h1 .mincho::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fee64c;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5em;
}
.under #un_cover h1 .en {
  font-size: clamp(42px, 12vw, 120px);
  color: #083057;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .under #un_cover {
    padding-top: 100px;
    /*スタイルを展開したいところに記述する*/
  }
}
@media screen and (max-width: 414px) {
  .under #un_cover {
    padding: 80px 0 0;
  }
  .under #un_cover h1 .mincho::before {
    width: 5px;
    height: 5px;
  }
}

/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/
.pankuzu {
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  margin: 0 auto;
  font-size: 12px;
  margin-top: min(7%, 70px);
  padding: 12px 0 20px;
}
.pankuzu li {
  margin: 0 0 0 0.8em;
  display: inline;
  color: #999;
}
.pankuzu li:first-child {
  margin: 0;
}
.pankuzu li a {
  margin: 0 10px 0 0;
  color: #221c16;
  transition: 0.1s;
}
.pankuzu li a:hover {
  color: #db8d7e;
}
@media screen and (max-width: 414px) {
  .pankuzu {
    font-size: 11px;
  }
}

.container {
  margin-bottom: min(8%, 80px);
  text-align: left;
}

.under.news #news {
  border-radius: 0;
}
.under.news #news .newsList {
  width: min(95%, 1080px);
  margin: auto;
}

.tab-area {
  width: min(95%, 860px);
  display: flex;
  justify-content: center;
  margin: auto;
  padding: min(12%, 90px) 0;
  line-height: 1.45;
  position: relative;
}
.tab-area .tab {
  width: 47%;
  margin: 0 3%;
  padding: 20px;
  position: relative;
  background: #d5cdbd;
  border-radius: 3px;
}
.tab-area .tab p {
  display: inline-block;
  font-size: clamp(15px, 1.8vw, 18px);
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-weight: 700;
  position: relative;
  text-align: center;
  color: #7b7771 !important;
}
.tab-area .tab p.w-ch {
  font-family: "Noto Serif SC", serif;
  font-family: 400;
}
.tab-area .tab p.w-ko {
  font-family: "Noto Serif KR", serif;
  font-weight: 400;
}
.tab-area .tab.active {
  background: #ad8c69;
}
.tab-area .tab.active p {
  color: white !important;
}
.tab-area .tab.paint {
  display: grid;
  place-content: center;
}
@media screen and (max-width: 591px) {
  .tab-area {
    flex-direction: column;
    align-items: center;
    padding-bottom: 5%;
  }
  .tab-area .tab {
    padding: 3%;
    margin-bottom: 12px;
    width: min(70%, 280px);
  }
}

.panel-area {
  width: min(95%, 1200px);
  margin: auto;
}
.panel-area .panel {
  display: none;
  text-align: center;
}
.panel-area .panel.active {
  display: block;
}

#main {
  line-height: 1.6;
  background: #f4e9de;
  color: #221c16;
}
#main p {
  color: #221c16;
}

.h-wrap {
  text-align: center;
  padding: 20px 0;
}

h2,
h3,
h4 {
  font-family: "Zen Maru Gothic";
  line-height: 1.45;
  font-weight: 700;
}

h2 {
  font-size: clamp(20px, 3.2vw, 32px);
  color: #221c16;
}

h4 {
  font-size: clamp(15px, 2.3vw, 23px);
}

h2.decoTit {
  position: relative;
  display: inline-block;
}
h2.decoTit:before {
  content: "";
  background: url(../img/2025/venue/tit_01.webp) no-repeat center center/contain;
  width: 100px;
  height: 75px;
  display: block;
  position: absolute;
  top: -28px;
  left: -130px;
}
h2.decoTit:after {
  content: "";
  background: url(../img/2025/venue/tit_02.webp) no-repeat center center/contain;
  width: 82px;
  height: 55px;
  display: block;
  position: absolute;
  top: -8px;
  right: -105px;
}
@media screen and (max-width: 591px) {
  h2.decoTit {
    width: 100%;
  }
  h2.decoTit::before {
    width: 50px;
    height: 37px;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
  }
  h2.decoTit:after {
    width: 48px;
    height: 31px;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
  }
}

.venue #un_cover {
  margin-bottom: 0;
}
.venue #un_cover {
  background: url(../img/2025/venue/un_cover.webp) no-repeat center bottom/cover;
  height: 75vh;
  position: relative;
}
.venue #un_cover .inner12 {
  height: 100%;
}
.venue #un_cover h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
}
.venue #un_cover h1 .en {
  color: white;
}
.venue #un_cover h1 .vh1 {
  border-radius: 35px;
  padding: 0.6em 1em;
  font-size: clamp(15px, 2vw, 20px);
  font-family: "Zen Maru Gothic", sans-serif;
  width: 12em;
  text-align: center;
  margin-top: 8px;
}
.venue #un_cover::after {
  content: "";
  width: 100%;
  height: 16vw;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: url(../img/2025/venue/un_cover_bg.webp) no-repeat center bottom/contain;
}
.venue #un_cover ul.pankuzu {
  position: absolute;
  bottom: -20px;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .venue #un_cover {
    height: 55vh;
    /*スタイルを展開したいところに記述する*/
  }
  .venue #un_cover ul.pankuzu {
    bottom: -40px;
  }
}
@media screen and (max-width: 414px) {
  .venue #un_cover::after {
    height: 60px;
  }
}
.venue .con-wrap {
  padding: min(10%, 60px) 5% 0;
}
.venue .con-wrap .flex {
  margin: min(8%, 60px) 0 min(18%, 100px);
}
.venue .con-wrap .flex .left {
  width: min(32%, 389px);
  margin: 12px min(6%, 72px) 0;
  position: relative;
}
.venue .con-wrap .flex .left::before {
  content: "";
  display: block;
  width: 62px;
  height: 97px;
  background: url(../img/2025/venue/h2_img01.webp) no-repeat center center/contain;
  position: absolute;
  top: -52px;
  right: 3px;
  z-index: 1;
}
.venue .con-wrap .flex .left h3 {
  font-size: clamp(18px, 2.3vw, 23px);
  text-align: left;
  margin-bottom: 40px;
  padding: 1.5em 0;
  position: relative;
  width: 100%;
}
.venue .con-wrap .flex .left h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/2025/venue/h2_bg.webp), url(../img/2025/venue/h2_bg.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.venue .con-wrap .flex .left h3::after {
  content: "";
  display: block;
  width: 96px;
  height: 47px;
  background: url(../img/2025/venue/h2_img02.webp) no-repeat center center/contain;
  position: absolute;
  bottom: -20px;
  left: -20px;
  z-index: 1;
}
.venue .con-wrap .flex .right {
  width: min(47.75%, 572px);
}
.venue .con-wrap .flex .right img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .venue .con-wrap .flex {
    flex-direction: column;
    align-items: center;
    /*スタイルを展開したいところに記述する*/
  }
  .venue .con-wrap .flex .left {
    width: min(100%, 710px);
  }
  .venue .con-wrap .flex .left h3 {
    width: min(100%, 710px);
    padding: 1.7em 0;
  }
  .venue .con-wrap .flex .right {
    margin-top: 20px;
    width: min(100%, 435px);
  }
}
@media screen and (max-width: 767px) {
  .venue .con-wrap {
    /*スタイルを展開したいところに記述する*/
  }
  .venue .con-wrap .flex {
    margin-top: min(11%, 60px);
  }
}
@media screen and (max-width: 591px) {
  .venue .con-wrap {
    padding: 0;
    margin: auto;
  }
  .venue .con-wrap .flex {
    margin-top: 50px;
  }
  .venue .con-wrap .flex .left h3::after {
    content: none;
  }
  .venue .con-wrap .flex .left::before {
    top: -38px;
    width: 42px;
    height: 65px;
  }
}
.venue .first-con h2:not(.mainT) {
  position: relative;
  padding: 0.3em 2em;
  font-size: clamp(18px, 2.8vw, 28px);
  width: min(100%, 840px);
  margin: auto;
}
.venue .first-con h2:not(.mainT)::before {
  content: "";
  background: url(../img/event/icon_tit.svg) no-repeat center center/contain;
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.venue .first-con .container {
  margin: min(10%, 110px) auto;
  width: 80%;
}
.venue .first-con .asignList {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: min(3%, 30px);
}
.venue .first-con .asignList li {
  width: min(47%, 404px);
  margin-right: 3%;
  background: transparent;
}
.venue .first-con .asignList li:last-child {
  margin-right: 0;
}
.venue .first-con .asignList li dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #20293b;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: min(4%, 45px) min(8%, 87px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.venue .first-con .asignList li dl dt {
  width: min(95%, 230px);
  text-align: center;
}
.venue .first-con .asignList li dl dd {
  margin-top: 1.2em;
  font-size: clamp(15px, 2vw, 20px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: min(100%, 230px);
  text-align: left;
}
.venue .first-con .asignList li dl dd .en {
  font-size: clamp(18px, 2.6vw, 26px);
  margin-right: 0.3em;
  line-height: 1;
}
.venue .first-con .asignList li dl dd .mincho {
  padding-bottom: 0.2em;
}
.venue .first-con .asignList li .btn {
  margin-top: 30px;
  border: 2px solid white;
  background: transparent;
  color: white;
}
.venue .link-con {
  padding: min(10%, 120px) 0 0;
}
.venue .link-con ul.flex {
  justify-content: center;
}
.venue .link-con ul.flex li {
  width: 47.5%;
  position: relative;
}
.venue .link-con ul.flex li a + .p-img {
  overflow: hidden;
  border-radius: 8px;
}
.venue .link-con ul.flex li a + .p-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.venue .link-con ul.flex li:hover .p-img img {
  transform: scale(1.1);
}
.venue .link-con ul.flex li h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: clamp(15px, 2vw, 20px);
  padding-top: 0.8em;
}
.venue .link-con ul.flex li h3 .en {
  display: block;
  font-size: clamp(23px, 4.2vw, 42px);
  margin-bottom: 8px;
  line-height: 1;
}
@media screen and (max-width: 591px) {
  .venue .logo {
    width: 33%;
  }
  .venue .first-con .asignList {
    flex-direction: column;
  }
  .venue .first-con .asignList li {
    width: 100%;
    margin: 0 auto min(5%, 50px);
  }
  .venue .normal-con .flowList {
    flex-direction: column;
  }
  .venue .normal-con .flowList li {
    width: 100%;
    margin: 0 auto 40px;
  }
  .venue .normal-con .flowList li:nth-last-child(-n+2) {
    margin-bottom: 40px;
  }
  .venue .link-con ul.flex {
    flex-direction: column;
  }
  .venue .link-con ul.flex li {
    width: 100%;
    margin-bottom: 25px;
  }
  .venue a.un_btn {
    height: 80px;
  }
}

.content02 {
  padding: 0 min(5%, 60px) 20px;
  position: relative;
}
.content02 h4 {
  color: white;
  background: #db8d7e;
  padding: 0.5em 1em 0.5em 2.5em;
  border-radius: 45px;
  position: absolute;
  top: -1.4em;
  left: 50%;
  transform: translateX(-50%);
  width: 14em;
}
.content02 h4 .circle {
  content: "";
  width: 2.8em;
  height: 2.8em;
  display: block;
  border-radius: 50%;
  border: 2px solid #db8d7e;
  position: absolute;
  background: white;
  top: 50%;
  left: -1em;
  transform: translateY(-50%);
  display: grid;
  place-content: center;
  z-index: 1;
  padding-top: 0.2em;
}
.content02 h4 .circle::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/2025/venue/con02_icon.webp) no-repeat center center/contain;
}

.actList,
.acscsList {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.actList li,
.acscsList li {
  width: 30.3333333333%;
  margin-bottom: min(8%, 80px);
  position: relative;
  transition: 0.2s;
}
.actList li:hover,
.acscsList li:hover {
  opacity: 0.8;
}
.actList li:hover img.dt_link,
.acscsList li:hover img.dt_link {
  transform: scale(1.2);
}
.actList li a,
.acscsList li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.actList li .btn,
.acscsList li .btn {
  border: 2px solid #151c2b;
  margin-top: min(6%, 60px);
  background: transparent;
  padding: 12px;
}
.actList li dl,
.acscsList li dl {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.actList li dl dt,
.acscsList li dl dt {
  position: relative;
}
.actList li dl dt img.dt_link,
.acscsList li dl dt img.dt_link {
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 1em;
  right: 1em;
  transition: 0.2s;
}
.actList li dl dd,
.acscsList li dl dd {
  margin: min(8%, 45px) 0 0.6em;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline-block;
}
.actList li dl dd:not(.acc_dd)::before,
.acscsList li dl dd:not(.acc_dd)::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/event/icon_start.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: -1.6em;
  display: block;
}
.actList li dl dd:not(.acc_dd)::after,
.acscsList li dl dd:not(.acc_dd)::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/event/icon_end.svg) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  right: -1.2em;
  display: block;
}
.actList li .come,
.acscsList li .come {
  font-size: 0.7em;
  display: block;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .actList,
  .acscsList {
    flex-direction: column;
    /*スタイルを展開したいところに記述する*/
  }
  .actList li,
  .acscsList li {
    width: 100%;
  }
  .actList li dt img,
  .acscsList li dt img {
    width: min(100%, 490px);
  }
  .actList li p,
  .acscsList li p {
    max-width: 435px;
    margin: auto;
  }
}

.content03 {
  padding: min(12%, 80px) min(5%, 60px);
}
.content03 h4 {
  background: #958360;
  color: white;
  display: block;
  text-align: left;
  padding: 0.5em 1em;
}
.content03 .acscsList li dl dd {
  width: 100%;
  text-align: left;
  position: initial;
}
.content03 .acscsList li p {
  text-align: left;
  width: 100%;
}

a.un_btn {
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.16);
  border: 1px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  width: min(80%, 640px);
  height: 100px;
  display: grid;
  place-content: center;
  margin: min(8%, 80px) auto 0;
  border-radius: 8px;
  transition: 0.2s;
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
a.un_btn:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
a.un_btn p {
  text-align: center;
}

.recruit {
  font-family: "Shippori mincho B1", serif;
}
.recruit .faq {
  padding: 0 0 60px;
}
.recruit .faq .accordion-area {
  padding: 0 min(5%, 42px);
  background: rgba(0, 0, 20, 0.16);
  border-top: none;
}
.recruit .faq .accordion-area li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 591px) {
  .recruit .faq {
    padding: min(5%, 42px) 0 35px;
  }
}
.recruit .lead {
  font-size: clamp(15px, 2.3vw, 23px);
  text-align: center;
}
.recruit .txtbox {
  background: #20293c;
  border: 1px solid #4d5260;
  width: min(95%, 640px);
  padding: min(5%, 30px) min(5%, 35px);
  margin: min(10%, 40px) auto 0;
  text-align: center;
}
.recruit .txtbox p {
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 414px) {
  .recruit .txtbox p {
    text-align: left;
  }
}
.recruit .txtbox .come {
  display: block;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
}
.recruit h2 {
  font-size: clamp(18px, 2.3vw, 23px);
}
.recruit .venueWrap .tab-area {
  margin-bottom: 0;
  padding-bottom: 0;
  width: min(95%, 960px);
}
.recruit .venueWrap .tab-area .tab {
  background: #151c2b;
}
.recruit .venueWrap .tab-area .tab.active {
  background: #2f3b57;
}
.recruit .venueWrap .tab-area .tab.active p {
  color: white;
}
.recruit .venueWrap .tab-area .tab.active p::after {
  content: none;
}
.recruit .venueWrap .tab-area .tab p {
  color: #807d7d;
  font-size: clamp(16px, 2.3vw, 23px);
}
.recruit .venueWrap .tab-area .tab.done p {
  text-decoration: line-through;
  color: #2c2c35;
}
.recruit .venueWrap .tab-area::after {
  content: none;
}
.recruit .venueWrap .panel-area {
  background: #2f3b57;
  width: min(95%, 960px);
  padding: 60px 110px;
}
.recruit .venueWrap .panel-area .panel.done {
  position: relative;
}
.recruit .venueWrap .panel-area .recList {
  width: 100%;
  margin: auto;
}
.recruit .venueWrap .panel-area .recList li {
  border-bottom: 1px solid #d0d6eb;
}
.recruit .venueWrap .panel-area .recList li dl {
  padding: 30px 0;
}
.recruit .venueWrap .panel-area .recList li dl dt {
  font-size: clamp(16px, 2.3vw, 23px);
  padding-left: 1em;
  position: relative;
  text-align: left;
  margin-bottom: 8px;
}
.recruit .venueWrap .panel-area .recList li dl dt::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fee64c;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.recruit .venueWrap .panel-area .recList li dl dd {
  line-height: 1.6;
}
.recruit .venueWrap .panel-area .recList li dl dd a {
  display: block;
  text-decoration: underline;
  color: white;
  text-align: left;
}
.recruit .venueWrap .panel-area .recList li dl dd a:link {
  color: white;
}
.recruit .venueWrap .panel-area .recList li dl dd a:hover {
  color: white;
}
.recruit .venueWrap .panel-area .recList li dl dd a:visited {
  color: white;
}
.recruit .venueWrap .panel-area .recList li dl dd a.tela {
  text-decoration: none;
}
.recruit .venueWrap .panel-area .recList li dl.mailli a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .recruit .venueWrap {
    /*スタイルを展開したいところに記述する*/
  }
  .recruit .venueWrap .panel-area {
    padding: 5% 5% 10%;
  }
  .recruit .venueWrap .panel-area .recList li dl {
    padding: 5% 0;
  }
}
.recruit .container {
  margin-top: 30px;
}
.recruit .container a.beta {
  text-decoration: underline;
  position: relative;
  margin-right: 0.5em;
  display: flex;
  align-items: center;
}
.recruit .container a.beta::after {
  content: "";
  background: url(../img/recruit/icon_arrow_blue.svg) no-repeat center center/contain;
  margin-left: 0.5em;
  display: block;
  height: 30px;
  width: 20px;
}
.recruit .container .flex {
  margin-top: 40px;
  justify-content: flex-start;
  align-items: center;
}
.recruit .container .flex .btnbl {
  background: #d0d6eb;
  border: 1px solid #151c2b;
  color: #151c2b;
  border-radius: 3px;
  width: 180px;
  height: 55px;
  display: grid;
  place-content: center;
  margin-left: 25px;
}
.recruit .container .flex .btnbl p {
  position: relative;
  color: #151c2b;
  margin-top: 0.1em;
}
.recruit .container .flex .btnbl p::after {
  content: url(../img/recruit/icon_dl.svg);
  margin-left: 0.6em;
}
@media screen and (max-width: 591px) {
  .recruit .container .flex {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
  }
  .recruit .container .flex p {
    width: 100%;
  }
  .recruit .container .flex .btnbl {
    width: min(100%, 340px);
    margin: 20px 10px 0;
  }
}
.recruit .container.top-box {
  text-align: center;
  margin-bottom: 10px;
}
.recruit .container.top-box a.beta {
  justify-content: center;
}
.recruit .forbtn {
  background: linear-gradient(45deg, #2a4fa7 0%, #62a7b4 100%);
  border: none;
  color: white;
  height: 80px;
  width: min(80%, 360px);
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  margin: auto;
}
.recruit .forbtn:hover {
  color: #e2e2e2;
  background: linear-gradient(45deg, #62a7b4 0%, #2a4fa7 100%);
  opacity: 1;
}
.recruit .forbtn.done {
  background: #333;
  pointer-events: none;
}
@media screen and (max-width: 414px) {
  .recruit .forbtn {
    height: 60px;
  }
}

.recruit .btn03 {
  width: min(95%, 480px);
  margin: 50px auto 100px;
  background: #20293c;
  border: 1px solid #4d5260;
  display: block;
  padding: 30px;
  position: relative;
  transition: 0.2s;
}
.recruit .btn03 p {
  text-align: center;
}
.recruit .btn03:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/recruit/arrow.svg) no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  transition: 0.2s;
}
.recruit .btn03:hover {
  background: #151a26;
  opacity: 1;
}
.recruit .btn03:hover:after {
  right: 20px;
}

.recruit.rec_camera .venueWrap .tab-area .tab.active,
.recruit.rec_camera .venueWrap .panel-area {
  background: #50676f;
}
.recruit.rec_camera.v_camera .venueWrap .tab-area .tab.active,
.recruit.rec_camera.v_camera .venueWrap .panel-area {
  background: #4b5c4f;
}
.recruit.rec_camera .mailli dd a:link {
  color: #7ec8ff !important;
}
.recruit.rec_camera dd {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.recruit.rec_camera dd .container {
  margin: 0;
}
.recruit.rec_camera dd .container a.beta {
  color: #7ec8ff !important;
  display: flex !important;
  align-items: center;
}
.recruit.rec_camera dd .container div {
  display: flex;
  align-items: center;
}
.recruit.rec_camera p.yellow {
  display: block;
  width: min(100%, 550px);
  color: #c9b974;
  font-size: 0.86em;
  margin-top: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.recruit.rec_camera p.yellow.mar {
  margin-top: 0;
}
.recruit.rec_camera .bold {
  font-weight: 700;
  color: #c9b974;
  display: block;
}
.recruit.rec_camera .forbtn {
  margin-top: 60px;
}

.kitchencar .tabinner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kitchencar .tabinner ul li {
  width: calc(50% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  background: #222c43;
  padding: 1em;
  border-radius: 3px;
}
.kitchencar .tabinner ul li .pimg {
  width: min(100%, 160px);
}
.kitchencar .tabinner ul li .pimg img {
  width: 100%;
}
.kitchencar .tabinner ul li dl {
  margin-left: 40px;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.45;
  text-align: left;
  width: calc(100% - 200px);
}
.kitchencar .tabinner ul li dl dt {
  margin-bottom: 12px;
  font-size: clamp(15px, 2vw, 20px);
}
.kitchencar .tabinner ul li dl dd {
  font-size: clamp(12px, 1.5vw, 15px);
}
@media screen and (max-width: 1000px) {
  .kitchencar .tabinner ul {
    /*スタイルを展開したいところに記述する*/
  }
  .kitchencar .tabinner ul li {
    width: 50%;
  }
  .kitchencar .tabinner ul li .pimg {
    width: min(40%, 130px);
  }
  .kitchencar .tabinner ul li dl {
    margin-left: 20px;
    width: calc(60% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .kitchencar .tabinner ul {
    /*スタイルを展開したいところに記述する*/
  }
  .kitchencar .tabinner ul li {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .kitchencar .tabinner ul li {
    align-items: flex-start;
  }
}

@media screen and (max-width: 591px) {
  .vanish591 {
    display: none;
  }
  .vanish591 + .i-text {
    margin-left: 0.5em;
  }
}
@media screen and (max-width: 414px) {
  .vanish414 {
    display: none;
  }
}
/*# sourceMappingURL=maps/venue_under.css.map */
