@charset "UTF-8";
/****************************************

Theme Name: WEDDING CIRCUS
Theme URI: https://weddingcircus.jp/
Description: WEDDING CIRCUS様専用オリジナルテーマ
Author: Riginal
Author URI: https://riginal.jp/

*****************************************/
/****************************************

目次 
1.ベース
2.ヘッダー
3.フッター
4.トップページ
5.サブページ

*****************************************/
/*レスポンシブ*/
/*フォントサイズ*/
/*Webフォント*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap");
/****************************************


1.ベース


*****************************************/
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  border: 0 none;
  font-style: normal;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: top;
  font-family: "Noto Sans JP","Noto Sans","Yu Gothic",YuGothic,"游ゴシック体","メイリオ",Meiryo,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-size: clamp(14px, 1.4vw, 14px);
  color: #1A282E;
  -webkit-text-size-adjust: none; }

a, input[type=submit], botton {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out; }

body {
  overflow-x: hidden; }

.inner {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }
  @media all and (max-width: 1280px) {
    .inner {
      width: 90%; } }
  @media all and (max-width: 768px) {
    .inner {
      width: 100%;
      padding-left: clamp(20px, 6vw, 32px);
      padding-right: clamp(20px, 6vw, 32px); } }

.innerS {
  width: 70%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }
  @media all and (max-width: 1280px) {
    .innerS {
      width: 90%;
      max-width: 90%; } }
  @media all and (max-width: 768px) {
    .innerS {
      width: 100%;
      max-width: 100%;
      padding-left: clamp(20px, 6vw, 32px);
      padding-right: clamp(20px, 6vw, 32px); } }

.innerL {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box; }
  @media all and (max-width: 1280px) {
    .innerL {
      padding-left: 50px;
      padding-right: 50px; } }
  @media all and (max-width: 768px) {
    .innerL {
      padding-left: clamp(20px, 6vw, 32px);
      padding-right: clamp(20px, 6vw, 32px); } }

.pc {
  display: block; }
  @media all and (max-width: 768px) {
    .pc {
      display: none !important; } }

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

/*インビュー関連*/
.inview {
  opacity: 0;
  transition: all 3000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: transform,opacity; }
  .inview.left {
    transform: translateX(-30px); }
  .inview.right {
    transform: translateX(30px); }
  .inview.bottom {
    transform: translateY(20px); }
  .inview.action {
    opacity: 1;
    transform: translate(0px); }

/*テキスト関連*/
.center {
  text-align: center; }

.under {
  text-decoration: underline; }

b, stlong, .bold {
  font-weight: bold; }

.postCn {
  line-height: 2; }
  .postCn * {
    line-height: 2; }
  .postCn h1 {
    font-size: 2em;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0 .75rem; }
  .postCn h2 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 .66rem 0; }
  .postCn h3 {
    font-size: 1.17em;
    line-height: 1.8;
    font-weight: bold;
    margin: 0 0 .66rem 0; }
  .postCn h4 {
    font-size: 0.83em;
    line-height: 2;
    font-weight: bold;
    margin: 0 0 .66rem 0; }
  .postCn h5 {
    font-size: 0.83em;
    line-height: 2;
    font-weight: bold;
    margin: 0 0 .66rem 0; }
  .postCn h6 {
    font-size: 0.67em;
    line-height: 2;
    font-weight: bold;
    margin: 0 0 .66rem 0; }
  .postCn p {
    margin-bottom: 20px; }
  .postCn strong {
    font-weight: bold; }
    .postCn strong * {
      font-weight: bold; }
  .postCn em {
    font-style: italic; }
    .postCn em * {
      font-style: italic; }
  .postCn a {
    color: #e94b4b;
    display: inline;
    transition: .8s ease-in-out; }
    .postCn a * {
      color: #e94b4b; }
    .postCn a:hover {
      color: #e94b4b;
      text-decoration: underline; }
  .postCn img {
    margin-bottom: 20px; }
  .postCn iframe {
    margin-bottom: 20px; }
  .postCn ul {
    margin-bottom: 20px; }
    .postCn ul li {
      list-style: circle;
      list-style-position: inside; }
  .postCn ol {
    margin-bottom: 20px; }
    .postCn ol li {
      list-style-type: decimal;
      list-style-position: inside; }
  .postCn table {
    margin-bottom: 20px; }

/*フォーム関連*/
input[type=password],
input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=url],
input[type=tel],
textarea,
select {
  border: 0;
  background: #F7F8F9;
  border-radius: 5px;
  color: #3F484C;
  padding: 18px 18px 18px;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none; }

textarea {
  min-height: 250px; }

input, select, textarea {
  outline: none; }

input:disabled {
  background: none;
  font-weight: bold; }

input[type="checkbox"] {
  width: 26px;
  height: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  transition: all .15s ease-out 0s;
  color: #E52D2D;
  cursor: pointer;
  display: inline-block;
  outline: none;
  border-radius: 0;
  vertical-align: -0.5rem;
  margin: 0; }

input[type=checkbox]:before,
input[type=checkbox]:after {
  position: absolute;
  content: "";
  background: #fff;
  transition: all .2s ease-in-out; }

input[type=checkbox]:before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg); }

input[type=checkbox]:after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transition-delay: .2s; }

input[type=checkbox]:checked:before {
  left: 1px;
  top: 12px;
  width: 11px;
  height: 3px; }

input[type=checkbox]:checked:after {
  right: 6px;
  bottom: 2px;
  width: 3px;
  height: 17px; }

input[type=checkbox]:indeterminate:before,
input[type=checkbox]:indeterminate:after {
  width: 10px;
  height: 2px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0); }

input[type=checkbox]:indeterminate:before {
  left: 1px;
  top: 7px; }

input[type=checkbox]:indeterminate:after {
  right: 1px;
  bottom: 7px; }

input[type=checkbox] {
  border: 2px solid #ABABAB; }

input[type=checkbox]:checked,
input[type=checkbox]:checked {
  border: 2px solid #E52D2D; }

input[type=checkbox]:checked:after,
input[type=checkbox]:checked:before,
input[type=checkbox]:indeterminate:after,
input[type=checkbox]:indeterminate:before {
  background: #E52D2D; }

label {
  margin-left: 10px; }

.mailform dl {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media all and (max-width: 768px) {
    .mailform dl {
      display: block;
      padding-top: 20px;
      padding-bottom: 20px; } }
.mailform dl dt {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media all and (max-width: 768px) {
    .mailform dl dt {
      width: 100%;
      display: block; } }
.mailform dl dt .title,
.mailform .selectWrap .title {
  font-weight: bold;
  color: #0D2740; }
.mailform dl dd {
  width: calc(100% - 200px);
  padding-left: 50px;
  box-sizing: border-box; }
  @media all and (max-width: 768px) {
    .mailform dl dd {
      width: 100%;
      padding-left: 0; } }
.mailform dl dd .input {
  width: 100%;
  display: inline-block; }
.mailform .selectWrap {
  margin-top: 50px;
  margin-bottom: 50px; }
.mailform .select {
  display: flex;
  flex-wrap: wrap; }
  @media all and (max-width: 768px) {
    .mailform .select {
      display: block; } }
.mailform .selectWrap .title {
  margin-bottom: 40px; }
.mailform .select li {
  width: calc( 100% / 4 );
  margin-bottom: 15px; }
  @media all and (max-width: 768px) {
    .mailform .select li {
      width: 100%; } }
.mailform .select.doble li {
  width: 100%; }
.mailform .select li .input input {
  margin-top: 10px;
  background: #FFF;
  border: solid 1px #DCDCDC; }
.mailform .submit {
  margin-top: 100px;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  -webkit-appearance: none; }
  @media all and (max-width: 768px) {
    .mailform .submit {
      width: 80%;
      margin-top: 40px; } }
.mailform .hissu {
  color: #FFF;
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #E91C24;
  font-size: 80%;
  display: inline-block;
  line-height: 20px; }
  @media all and (max-width: 768px) {
    .mailform .hissu {
      margin-left: 20px; } }
.mailform .nini {
  color: #FFF;
  width: 40px;
  height: 20px;
  text-align: center;
  background-color: #6E6E6E;
  font-size: 80%;
  display: inline-block;
  line-height: 20px; }
  @media all and (max-width: 768px) {
    .mailform .nini {
      margin-left: 20px; } }
.mailform .error {
  margin-top: 10px; }
.mailform .error span {
  color: #E91C24;
  font-size: 14px;
  display: block; }
.mailform .acceptance {
  text-align: center; }
.mailform .acceptance input[type=checkbox] {
  margin-right: 10px; }
.mailform .acceptance a {
  text-decoration: underline; }
.mailform .textarea dt {
  align-items: flex-start;
  margin-top: 10px; }

/*ボタン*/
.btnWrap {
  display: flex;
  justify-content: center; }

.btn {
  font-family: "josefin-slab", serif;
  font-weight: bold;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 60px 10px 40px;
  border-radius: 100px;
  transition: 0.8s;
  position: relative; }
  .btn.red {
    background-color: #E52D2D;
    color: #fff; }
    .btn.red.arrow {
      background-image: url("img/iconArrow.svg");
      background-repeat: no-repeat;
      background-position: center right 20px; }
    .btn.red:after {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      border: solid 1px #E52D2D;
      width: calc( 100% + 10px );
      height: calc( 100% + 10px );
      border-radius: 100px;
      transition: 0.8s; }
    .btn.red:hover {
      background-color: #a62b28;
      background-position: center right 15px; }
      .btn.red:hover:after {
        top: -10px;
        left: -10px;
        width: calc( 100% + 20px );
        height: calc( 100% + 20px ); }
  .btn.white {
    background-color: #FFF;
    color: #000;
    border: solid 1px #000; }
    .btn.white.arrow {
      background-image: url("img/iconArrowB.svg");
      background-repeat: no-repeat;
      background-position: center right 20px; }
    .btn.white:hover {
      background-color: #000;
      color: #FFF;
      background-position: center right 15px;
      background-image: url("img/iconArrow.svg"); }

.squareBtn {
  border: 1px solid #1A282E;
  padding: 20px 120px;
  display: inline-block;
  font-family: "josefin-slab", serif;
  font-weight: bold;
  letter-spacing: 2px; }
  @media all and (max-width: 1024px) {
    .squareBtn {
      padding: 10px 80px; } }
  .squareBtn:hover {
    color: #FFF;
    background-color: #1A282E; }
  .squareBtn.red {
    color: #E52D2D;
    border: 1px solid #E52D2D; }
    .squareBtn.red:hover {
      color: #FFF;
      background-color: #E52D2D; }

/*フェアボタン*/
.fairContact {
  position: relative;
  padding-top: 15vw;
  padding-bottom: 60px;
  overflow: hidden; }
  .fairContact:before {
    content: "";
    position: absolute;
    inset: 15vw 0 0 0;
    background: url("img/cn3bg.webp") no-repeat center/cover;
    z-index: 0; }
  .fairContact > * {
    position: relative;
    z-index: 1; }
  .fairContact .txtWrap {
    transform: translateY(-7.5vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .fairContact .txtWrap .tit {
      font-size: clamp(100px, 18vw, 250px);
      margin-bottom: 40px;
      line-height: 1;
      color: #E52D2D; }
      @media all and (max-width: 1024px) {
        .fairContact .txtWrap .tit {
          text-align: center; } }
    .fairContact .txtWrap p {
      line-height: 1.8;
      letter-spacing: 0.1em;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 120px;
      color: #FFF;
      text-align: center; }
      @media all and (max-width: 1024px) {
        .fairContact .txtWrap p {
          margin-bottom: 50px; } }
  .fairContact .btn {
    font-family: "josefin-slab", serif;
    font-weight: bold;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 120px 20px 80px;
    border-radius: 100px;
    transition: 0.8s;
    position: relative;
    font-size: clamp(18px, 1.8vw, 18px); }
    .fairContact .btn.red {
      background-color: #E52D2D;
      color: #fff; }
      .fairContact .btn.red.arrow {
        background-image: url("img/iconArrowBig.svg");
        background-repeat: no-repeat;
        background-position: center right 20px;
        transition: 0.8s; }
      .fairContact .btn.red:after {
        content: "";
        position: absolute;
        top: -5px;
        left: -5px;
        border: solid 1px #E52D2D;
        width: calc( 100% + 10px );
        height: calc( 100% + 10px );
        border-radius: 100px;
        transition: 0.8s; }
      .fairContact .btn.red:hover {
        background-color: #FFF;
        color: #E52D2D;
        background-position: center right 15px; }
        .fairContact .btn.red:hover.arrow {
          background-image: url("img/iconArrowBigR.svg"); }
        .fairContact .btn.red:hover:after {
          top: -10px;
          left: -10px;
          width: calc( 100% + 20px );
          height: calc( 100% + 20px );
          border: solid 1px #FFF; }

/*スクロール拡大*/
.about {
  position: relative;
  z-index: 1; }

.aboutBlank {
  height: 17.3611111111vw; }

@media only screen and (max-width: 1024px) {
  .aboutBlank {
    height: 60.8vw; } }
.about_container {
  position: relative;
  z-index: 2; }

.aboutIntro {
  position: relative; }

.aboutIntro_head {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2; }

.aboutIntro_title {
  transform: translateY(-6.6388888889vw); }

@media only screen and (max-width: 1024px) {
  .aboutIntro_title {
    transform: translateY(-29.3333333333vw); } }
.aboutIntro_title span {
  font-size: clamp(80px, 12vw, 150px);
  line-height: 1;
  color: #FFF;
  display: block; }

@media only screen and (max-width: 1024px) {
  .aboutIntro_title span {
    font-size: 20.2666666667vw; } }
.aboutIntro_content {
  text-align: center;
  padding-bottom: 13.8888888889vw;
  margin-top: 100lvh; }

@media only screen and (max-width: 1024px) {
  .aboutIntro_content {
    padding-bottom: 53.3333333333vw; } }
.aboutIntro_copy p {
  font-size: 3.3333333333vw;
  letter-spacing: .04em;
  line-height: 160%; }

@media only screen and (max-width: 1024px) {
  .aboutIntro_copy p {
    font-size: 7.2vw; } }
.aboutIntro_body {
  margin-top: 8.3333333333vw;
  margin-bottom: 100vh; }

@media only screen and (max-width: 1024px) {
  .aboutIntro_body {
    margin-top: 16vw; } }
.aboutIntro_body p {
  font-size: clamp(16px, 1.6vw, 16px);
  font-weight: 500;
  line-height: 280%;
  letter-spacing: .1em;
  color: #FFF; }

@media only screen and (max-width: 1024px) {
  .aboutIntro_body p {
    font-size: 4.2666666667vw;
    line-height: 200%;
    font-size: 13px; } }
.aboutIntro_body p + p {
  margin-top: 3.3333333333vw; }

@media only screen and (max-width: 1024px) {
  .aboutIntro_body p + p {
    margin-top: 7.4666666667vw; } }
.aboutIntro_title span {
  perspective: 1000px; }

[data-load="1"] .aboutIntro_title span > em {
  transform: none;
  opacity: 1; }

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

.aboutBackground_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.aboutBackground_image {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  will-change: clip-path, transform, opacity;
  backface-visibility: hidden;
  contain: paint; }

.aboutBackground_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block; }

.aboutBackground {
  overflow: hidden; }

.aboutBackground_inner {
  transition: 2.2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  transform: none;
  will-change: transform; }

[data-load="0"] .aboutBackground_inner {
  transform: scale(1.05); }

/****************************************


2.ヘッダー


*****************************************/
header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  transition: 0.8s;
  background-color: transparent; }
  header.color {
    background-color: rgba(0, 0, 0, 0.5); }
  header .innerL {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    height: 100px;
    padding: 0 24px;
    box-sizing: border-box; }
    @media all and (max-width: 1024px) {
      header .innerL {
        height: 70px;
        display: flex;
        padding: 0 5%; } }
  header .logo {
    width: 73px; }
    @media all and (max-width: 1024px) {
      header .logo {
        width: 48px;
        position: relative;
        z-index: 1000; } }
    header .logo a {
      width: 100%;
      height: 100%; }
  header .navBtn {
    display: none;
    position: relative;
    width: 34px;
    height: 26px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    z-index: 1000; }
    @media all and (max-width: 1024px) {
      header .navBtn {
        display: block; } }
    header .navBtn span {
      position: absolute;
      left: 0;
      width: 34px;
      height: 1px;
      background: #FFF;
      border-radius: 2px;
      transform-origin: 50% 50%;
      transition: top 0.28s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.28s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.2s linear; }
    header .navBtn span:nth-child(1) {
      top: 3px; }
    header .navBtn span:nth-child(2) {
      top: 12px; }
    header .navBtn span:nth-child(3) {
      top: 21px; }
    header .navBtn.open span {
      height: 3px; }
    header .navBtn.open span:nth-child(1) {
      top: 12px;
      transform: rotate(32deg) scaleY(0.6); }
    header .navBtn.open span:nth-child(2) {
      opacity: 0;
      transform: scaleX(0.6); }
    header .navBtn.open span:nth-child(3) {
      top: 12px;
      transform: rotate(-32deg) scaleY(0.6); }
  header .headNav {
    width: calc( 100% - 100px );
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    box-sizing: border-box; }
    @media all and (max-width: 1024px) {
      header .headNav {
        display: none;
        visibility: hidden;
        position: fixed;
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        background: #000000;
        z-index: 999;
        left: 0;
        top: 0;
        justify-content: flex-start;
        padding: 90px 10% 0;
        gap: 0; } }
    header .headNav nav ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 15px 40px; }
      @media all and (max-width: 1024px) {
        header .headNav nav ul {
          justify-content: flex-start;
          gap: 20px 40px;
          padding-bottom: 40px;
          margin-bottom: 40px;
          border-bottom: solid 1px #FFF; } }
      @media all and (max-width: 1024px) {
        header .headNav nav ul li {
          width: calc( 50% - 40px ); } }
      header .headNav nav ul li a {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: color .3s ease; }
        @media all and (max-width: 1024px) {
          header .headNav nav ul li a {
            justify-content: flex-start;
            align-items: flex-start; } }
        header .headNav nav ul li a span {
          color: #FFF;
          font-size: 15px;
          line-height: 1; }
          @media all and (max-width: 1024px) {
            header .headNav nav ul li a span {
              font-size: 20px;
              margin-bottom: 2px; } }
        header .headNav nav ul li a span:first-child {
          font-family: "josefin-slab", serif;
          letter-spacing: .08em;
          opacity: 1;
          transition: opacity .3s ease;
          font-weight: bold;
          margin-bottom: 2px; }
        header .headNav nav ul li a span:last-child {
          font-weight: 500;
          font-size: 11px; }
        header .headNav nav ul li a::after {
          content: "";
          position: absolute;
          left: 50%;
          bottom: -8px;
          width: 100%;
          height: 1px;
          background: #FFF;
          opacity: 0;
          filter: blur(1px);
          transform: translateX(-50%);
          transition: opacity 0.8s ease-out, filter 0.8s ease-out; }
        header .headNav nav ul li a:hover::after {
          opacity: 1;
          filter: blur(0); }
    header .headNav .otherNav {
      display: flex;
      flex-direction: column;
      gap: 30px; }
      @media all and (max-width: 1024px) {
        header .headNav .otherNav {
          gap: 20px; } }
      header .headNav .otherNav li:last-child {
        display: flex; }
        @media all and (max-width: 1024px) {
          header .headNav .otherNav li:last-child {
            flex-direction: column; } }
        header .headNav .otherNav li:last-child ul {
          padding-left: 30px; }
          @media all and (max-width: 1024px) {
            header .headNav .otherNav li:last-child ul {
              padding-left: 0; } }
          header .headNav .otherNav li:last-child ul li {
            margin-bottom: 10px; }
      header .headNav .otherNav li a, header .headNav .otherNav li .wrap {
        display: flex;
        flex-direction: column; }
        @media all and (max-width: 1024px) {
          header .headNav .otherNav li a, header .headNav .otherNav li .wrap {
            margin-bottom: 20px; } }
        header .headNav .otherNav li a span, header .headNav .otherNav li .wrap span {
          color: #FFF; }
        header .headNav .otherNav li a .en, header .headNav .otherNav li .wrap .en {
          line-height: 1;
          margin-bottom: 5px;
          font-family: josefin-slab, serif;
          font-size: clamp(18px, 1.8vw, 18px);
          font-weight: bold; }
        header .headNav .otherNav li a .jp, header .headNav .otherNav li .wrap .jp {
          line-height: 1;
          font-size: clamp(14px, 1.4vw, 14px); }
    header .headNav .headRight {
      display: flex;
      align-items: center;
      gap: 16px;
      list-style: none;
      margin: 0;
      padding: 0;
      padding-left: 30px;
      border-left: solid 1px #FFF; }
      @media all and (max-width: 1024px) {
        header .headNav .headRight {
          padding-left: 0;
          border-left: 0;
          width: 100%;
          flex-direction: column; } }
      @media all and (max-width: 1024px) {
        header .headNav .headRight li {
          width: 100%; } }
      header .headNav .headRight .headTel a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        height: 36px;
        padding: 0 16px 0 14px;
        border-radius: 999px;
        border: 1px solid #FFF;
        color: #FFF;
        text-decoration: none;
        line-height: 1;
        transition: .8s ease-in-out;
        font-family: "josefin-slab", serif;
        font-size: 20px;
        font-weight: bold;
        white-space: nowrap;
        box-sizing: border-box; }
        @media all and (max-width: 1024px) {
          header .headNav .headRight .headTel a {
            width: 100%; } }
        header .headNav .headRight .headTel a::before {
          content: "";
          display: inline-block;
          width: 18px;
          height: 18px;
          background-image: url("./img/iconTel.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 18px 18px;
          transition: .8s ease-in-out; }
        header .headNav .headRight .headTel a:hover {
          background-color: #FFF;
          color: #E52D2D; }
          header .headNav .headRight .headTel a:hover::before {
            background-image: url("./img/iconTelR.svg");
            transition: .8s ease-in-out; }
      header .headNav .headRight .headFair a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 36px;
        padding: 0 18px;
        border-radius: 999px;
        text-decoration: none;
        color: #E52D2D;
        background: #fff;
        transition: .8s ease-in-out;
        line-height: 1;
        font-family: "josefin-slab", serif;
        font-size: 20px;
        font-weight: bold;
        border: 1px solid #E52D2D;
        white-space: nowrap;
        box-sizing: border-box; }
        @media all and (max-width: 1024px) {
          header .headNav .headRight .headFair a {
            width: 100%; } }
        header .headNav .headRight .headFair a:hover {
          background: #E52D2D;
          color: #FFF;
          border: 1px solid #FFF; }
    header .headNav.open {
      display: flex;
      visibility: visible;
      flex-direction: column; }
    header .headNav .sns {
      display: flex;
      gap: 25px;
      width: 100%;
      margin-top: 20px; }
      header .headNav .sns li a img {
        display: block;
        max-width: 100%;
        transition: opacity .5s ease;
        opacity: 1; }
      header .headNav .sns li a:hover {
        opacity: 0.7; }
    header .headNav .fm {
      display: none; }
      @media all and (max-width: 1024px) {
        header .headNav .fm {
          display: block; } }
      @media all and (max-width: 1024px) {
        header .headNav .fm.sns {
          display: flex; } }
    @media all and (max-width: 1024px) {
      header .headNav .hm {
        display: none; } }
    header .headNav .otherNav {
      display: none; }

/*全体カラー*/
body.red .logo .W {
  display: block; }
body.red .logo .B {
  display: none; }
body.red .pageTitWrap {
  background-color: #E52D2D; }
body.black .logo .W {
  display: block; }
body.black .logo .B {
  display: none; }
body.black .pageTitWrap {
  background-color: #000000; }
body.black .headRight .headTel a::before {
  background-image: url(./img/iconTelW.svg);
  transition: .8s ease-in-out; }
body.black .headRight .headTel a:hover {
  color: #000; }
  body.black .headRight .headTel a:hover::before {
    background-image: url(./img/iconTelB.svg); }
body.black .headRight .headFair a {
  color: #000;
  border: 1px solid #000; }
  body.black .headRight .headFair a:hover {
    color: #FFF;
    background-color: #000; }
body.white .logo .W {
  display: none; }
  @media all and (max-width: 1024px) {
    body.white .logo .W {
      display: block; } }
body.white .logo .B {
  display: block; }
  @media all and (max-width: 1024px) {
    body.white .logo .B {
      display: none; } }
body.white .headNav nav ul li a span {
  color: #000; }
  @media all and (max-width: 1024px) {
    body.white .headNav nav ul li a span {
      color: #FFF; } }
body.white .headNav nav ul li a:after {
  background: #000; }
  @media all and (max-width: 1024px) {
    body.white .headNav nav ul li a:after {
      background: #FFF; } }
body.white .headRight .headTel a {
  border: 1px solid #000;
  color: #000; }
  @media all and (max-width: 1024px) {
    body.white .headRight .headTel a {
      border: 1px solid #FFF;
      color: #FFF; } }
  body.white .headRight .headTel a::before {
    background-image: url(./img/iconTelB.svg);
    transition: .8s ease-in-out; }
    @media all and (max-width: 1024px) {
      body.white .headRight .headTel a::before {
        background-image: url(./img/iconTelW.svg); } }
  body.white .headRight .headTel a:hover {
    color: #FFF;
    background: #000; }
    @media all and (max-width: 1024px) {
      body.white .headRight .headTel a:hover {
        color: #FFF; } }
    body.white .headRight .headTel a:hover::before {
      background-image: url(./img/iconTelW.svg); }
      @media all and (max-width: 1024px) {
        body.white .headRight .headTel a:hover::before {
          background-image: url(./img/iconTelB.svg); } }
body.white .headRight .headFair a {
  color: #FFF;
  background-color: #000;
  border: 1px solid #000; }
  @media all and (max-width: 1024px) {
    body.white .headRight .headFair a {
      color: #000;
      background-color: #FFF;
      border: 1px solid #FFF; } }
  body.white .headRight .headFair a:hover {
    color: #000;
    background-color: #FFF;
    border: 1px solid #000; }
    @media all and (max-width: 1024px) {
      body.white .headRight .headFair a:hover {
        color: #FFF;
        background-color: #000;
        border: 1px solid #FFF; } }

/****************************************


3.フッター


*****************************************/
footer {
  padding: clamp(50px, 14vw, 100px) 0;
  background: #E52D2D; }
  @media all and (max-width: 1024px) {
    footer {
      padding: clamp(50px, 14vw, 100px) 0 130px; } }
  footer .innerL {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "footLogoWrap footMenuWrap" "sns footMenuWrap";
    gap: 60px; }
    @media all and (max-width: 1024px) {
      footer .innerL {
        grid-template-columns: 1fr;
        grid-template-areas: "footLogoWrap" "footMenuWrap" "sns";
        gap: 40px;
        padding-left: clamp(20px, 6vw, 32px);
        padding-right: clamp(20px, 6vw, 32px); } }
    footer .innerL .footLogoWrap {
      grid-area: footLogoWrap; }
      footer .innerL .footLogoWrap .footLogo {
        margin-bottom: 40px; }
        @media all and (max-width: 1024px) {
          footer .innerL .footLogoWrap .footLogo {
            margin-bottom: 20px;
            width: 50%; } }
      footer .innerL .footLogoWrap small {
        display: block;
        margin-bottom: 80px;
        color: #FFF;
        font-size: clamp(14px, 1.4vw, 14px);
        font-weight: 500;
        font-family: josefin-slab, serif; }
        @media all and (max-width: 1024px) {
          footer .innerL .footLogoWrap small {
            margin-bottom: 0; } }
    footer .innerL .footMenuWrap {
      grid-area: footMenuWrap;
      width: 600px; }
      @media all and (max-width: 1024px) {
        footer .innerL .footMenuWrap {
          width: 100%; } }
      footer .innerL .footMenuWrap .hm {
        display: none; }
      footer .innerL .footMenuWrap nav ul {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: solid 1px #FFF; }
        @media all and (max-width: 1024px) {
          footer .innerL .footMenuWrap nav ul {
            gap: 20px; } }
        footer .innerL .footMenuWrap nav ul li {
          width: calc(( 100% - 120px ) / 4 ); }
          @media all and (max-width: 1024px) {
            footer .innerL .footMenuWrap nav ul li {
              width: calc(( 100% - 40px ) / 2 ); } }
          footer .innerL .footMenuWrap nav ul li a {
            display: flex;
            flex-direction: column; }
            footer .innerL .footMenuWrap nav ul li a span {
              color: #FFF; }
            footer .innerL .footMenuWrap nav ul li a .en {
              line-height: 1;
              margin-bottom: 5px;
              font-family: josefin-slab, serif;
              font-size: clamp(18px, 1.8vw, 18px);
              font-weight: bold; }
              @media all and (max-width: 1024px) {
                footer .innerL .footMenuWrap nav ul li a .en {
                  font-size: clamp(18px, 3vw, 20px); } }
            footer .innerL .footMenuWrap nav ul li a .jp {
              line-height: 1;
              font-size: clamp(14px, 1.4vw, 14px); }
              @media all and (max-width: 1024px) {
                footer .innerL .footMenuWrap nav ul li a .jp {
                  font-size: clamp(12px, 1.2vw, 12px); } }
      footer .innerL .footMenuWrap .otherNav {
        display: flex;
        flex-direction: column;
        gap: 30px; }
        footer .innerL .footMenuWrap .otherNav li:last-child {
          display: flex; }
          @media all and (max-width: 1024px) {
            footer .innerL .footMenuWrap .otherNav li:last-child {
              flex-direction: column; } }
          footer .innerL .footMenuWrap .otherNav li:last-child ul {
            padding-left: 30px; }
            @media all and (max-width: 1024px) {
              footer .innerL .footMenuWrap .otherNav li:last-child ul {
                padding-left: 0; } }
            footer .innerL .footMenuWrap .otherNav li:last-child ul li {
              margin-bottom: 10px; }
        footer .innerL .footMenuWrap .otherNav li a, footer .innerL .footMenuWrap .otherNav li .wrap {
          display: flex;
          flex-direction: column; }
          @media all and (max-width: 1024px) {
            footer .innerL .footMenuWrap .otherNav li a, footer .innerL .footMenuWrap .otherNav li .wrap {
              margin-bottom: 20px; } }
          footer .innerL .footMenuWrap .otherNav li a span, footer .innerL .footMenuWrap .otherNav li .wrap span {
            color: #FFF; }
          footer .innerL .footMenuWrap .otherNav li a .en, footer .innerL .footMenuWrap .otherNav li .wrap .en {
            line-height: 1;
            margin-bottom: 5px;
            font-family: josefin-slab, serif;
            font-size: clamp(18px, 1.8vw, 18px);
            font-weight: bold; }
          footer .innerL .footMenuWrap .otherNav li a .jp, footer .innerL .footMenuWrap .otherNav li .wrap .jp {
            line-height: 1;
            font-size: clamp(14px, 1.4vw, 14px); }
      @media all and (max-width: 1024px) {
        footer .innerL .footMenuWrap .otherNav > li > ul > li:last-child {
          margin-bottom: 0; } }
      @media all and (max-width: 1024px) {
        footer .innerL .footMenuWrap .otherNav > li > ul > li:last-child a {
          margin-bottom: 0; } }
    footer .innerL .sns {
      grid-area: sns;
      display: flex;
      gap: 25px; }
      footer .innerL .sns li a img {
        display: block;
        max-width: 100%;
        transition: opacity .5s ease;
        opacity: 1; }
      footer .innerL .sns li a:hover {
        opacity: 0.7; }

.bottomFairBtn {
  display: none;
  visibility: hidden;
  position: fixed;
  bottom: 5px;
  left: 2.5%;
  width: 95%;
  z-index: 10; }
  @media all and (max-width: 1024px) {
    .bottomFairBtn {
      display: block;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.8s ease, visibility 0.8s ease; } }
  .bottomFairBtn.is-show {
    opacity: 1;
    visibility: visible; }

/****************************************


4.トップページ


*****************************************/
.en1 {
  font-family: "bebas-neue", sans-serif;
  font-weight: 400;
  font-style: normal; }

.en2 {
  font-family: josefin-slab, serif;
  font-weight: 700;
  font-style: normal; }

.en3 {
  font-family: roboto, serif;
  font-weight: 700;
  font-style: normal; }

.home .mainImg {
  height: 100vh;
  width: 100%; }
  .home .mainImg img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
.home .cn1 {
  padding: clamp(80px, 14vw, 200px) 0;
  background: url(./img/topCn1Bg.webp) no-repeat;
  background-size: cover;
  background-position: center; }
  @media all and (max-width: 1024px) {
    .home .cn1 {
      padding: 200px 0 clamp(80px, 14vw, 200px);
      background: url(./img/topCn1BgSp.webp) no-repeat;
      background-size: cover;
      background-position: center; } }
  .home .cn1 .txtWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media all and (max-width: 1024px) {
      .home .cn1 .txtWrap {
        justify-content: center;
        align-items: flex-start; } }
    .home .cn1 .txtWrap .tit {
      font-size: clamp(100px, 10vw, 120px);
      margin-bottom: 40px;
      line-height: 1;
      color: #FFF; }
      @media all and (max-width: 1024px) {
        .home .cn1 .txtWrap .tit {
          line-height: 0.9; } }
    .home .cn1 .txtWrap p {
      line-height: 1.8;
      letter-spacing: 0.1em;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 60px;
      color: #FFF;
      text-align: center; }
      @media all and (max-width: 1024px) {
        .home .cn1 .txtWrap p {
          text-align: left;
          line-height: 2; } }
    .home .cn1 .txtWrap .ourBtn {
      position: relative;
      display: inline-block;
      font-size: clamp(16px, 1.6vw, 16px);
      color: #FFF;
      font-weight: 900;
      letter-spacing: 0.1em;
      padding-right: 60px; }
      .home .cn1 .txtWrap .ourBtn::after {
        content: "";
        position: absolute;
        right: 20px;
        top: 50%;
        width: 20px;
        height: 20px;
        background: url(./img/iconArrow2.svg) no-repeat center/contain;
        transform: translateY(-50%) translateX(0);
        transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1); }
      .home .cn1 .txtWrap .ourBtn:hover::after {
        transform: translateY(-50%) translateX(6px); }
.home .cn2 {
  padding: clamp(80px, 14vw, 200px) 0;
  background: #000000;
  overflow: hidden; }
  .home .cn2 .txtWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px; }
    .home .cn2 .txtWrap .tit {
      font-size: clamp(70px, 10vw, 120px);
      margin-bottom: 40px;
      line-height: 1;
      color: #FFF; }
    .home .cn2 .txtWrap p {
      line-height: 1.8;
      letter-spacing: 0.1em;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 60px;
      color: #FFF;
      text-align: center; }
  .home .cn2 .scrollOuter {
    width: 100%; }
    .home .cn2 .scrollOuter .scrollInner {
      display: flex;
      align-items: center; }
    .home .cn2 .scrollOuter .scroll {
      display: flex;
      box-sizing: border-box;
      padding: 0 10%; }
    .home .cn2 .scrollOuter .scroll li {
      flex: 0 0 auto;
      aspect-ratio: 660/920; }
      @media all and (max-width: 1024px) {
        .home .cn2 .scrollOuter .scroll li {
          transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1); } }
      .home .cn2 .scrollOuter .scroll li a {
        display: block;
        border-radius: 10px;
        overflow: hidden;
        transition: opacity .8s ease;
        position: relative; }
        .home .cn2 .scrollOuter .scroll li a img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block;
          transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1); }
        .home .cn2 .scrollOuter .scroll li a .txt {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: flex;
          flex-direction: column;
          align-items: center;
          width: 100%; }
          .home .cn2 .scrollOuter .scroll li a .txt span {
            color: #FFF; }
            .home .cn2 .scrollOuter .scroll li a .txt span:nth-child(1) {
              font-size: clamp(26px, 3vw, 32px);
              text-align: center; }
            .home .cn2 .scrollOuter .scroll li a .txt span:nth-child(2) {
              font-size: clamp(14px, 1.4vw, 14px);
              font-weight: 500;
              text-align: center; }
        .home .cn2 .scrollOuter .scroll li a:hover img {
          transform: scale(1.05); }
.home .cn3 {
  padding: clamp(80px, 14vw, 200px) 0;
  background: #000; }
  .home .cn3 .txtWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .home .cn3 .txtWrap .tit {
      font-size: clamp(100px, 18vw, 250px);
      margin-bottom: 40px;
      line-height: 1;
      color: #E52D2D; }
      @media all and (max-width: 1024px) {
        .home .cn3 .txtWrap .tit {
          text-align: center;
          line-height: 0.9; } }
    .home .cn3 .txtWrap p {
      line-height: 1.8;
      letter-spacing: 0.1em;
      font-size: 14px;
      font-weight: 500;
      margin-bottom: clamp(60px, 9vw, 120px);
      color: #FFF;
      text-align: center; }
.home .cn4 {
  padding: clamp(80px, 14vw, 200px) 0; }
  .home .cn4 .newsTit {
    font-family: "josefin-slab", serif;
    font-weight: bold;
    line-height: 1;
    font-size: clamp(24px, 2.6vw, 28px);
    margin-bottom: 80px; }
  .home .cn4 .newsSlide {
    padding-left: 5%;
    margin-bottom: 80px; }
    @media all and (max-width: 1024px) {
      .home .cn4 .newsSlide {
        padding-left: 0;
        margin-bottom: 40px; } }
    .home .cn4 .newsSlide .swiper-wrapper .newsCard .img {
      aspect-ratio: 390 / 450;
      margin-bottom: 30px;
      width: 100%;
      overflow: hidden; }
      .home .cn4 .newsSlide .swiper-wrapper .newsCard .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1);
        transition: .8s ease; }
    .home .cn4 .newsSlide .swiper-wrapper .newsCard .txtWrap .tit {
      font-size: clamp(20px, 2.2vw, 24px);
      font-weight: 500;
      line-height: 1.6;
      margin-bottom: 10px;
      transition: .8s ease; }
    .home .cn4 .newsSlide .swiper-wrapper .newsCard .txtWrap .date {
      font-size: clamp(14px, 1.4vw, 14px);
      margin-bottom: 20px;
      color: #818181;
      transition: .8s ease; }
    .home .cn4 .newsSlide .swiper-wrapper .newsCard .txtWrap .txt {
      font-size: clamp(14px, 1.4vw, 14px);
      line-height: 2;
      transition: .8s ease; }
    .home .cn4 .newsSlide .swiper-wrapper .newsCard:hover img {
      transform: scale(1.1); }
    .home .cn4 .newsSlide .swiper-wrapper .newsCard:hover .tit, .home .cn4 .newsSlide .swiper-wrapper .newsCard:hover .date, .home .cn4 .newsSlide .swiper-wrapper .newsCard:hover .txt {
      color: #E52D2D; }
    .home .cn4 .newsSlide .newsSlide {
      position: relative; }
    .home .cn4 .newsSlide .newsNav {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 2; }
      .home .cn4 .newsSlide .newsNav .swiper-button-prev,
      .home .cn4 .newsSlide .newsNav .swiper-button-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background: none;
        border: none;
        cursor: pointer;
        pointer-events: auto; }
        @media all and (max-width: 1024px) {
          .home .cn4 .newsSlide .newsNav .swiper-button-prev,
          .home .cn4 .newsSlide .newsNav .swiper-button-next {
            top: 40%; } }
      .home .cn4 .newsSlide .newsNav .swiper-button-prev::after,
      .home .cn4 .newsSlide .newsNav .swiper-button-next::after,
      .home .cn4 .newsSlide .newsNav .swiper-button-prev::before,
      .home .cn4 .newsSlide .newsNav .swiper-button-next::before {
        content: "";
        position: absolute;
        inset: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: opacity 0.8s ease-in-out; }
      .home .cn4 .newsSlide .newsNav .swiper-button-prev::before {
        background-image: url("img/iconNewsPrev.svg");
        opacity: 1; }
      .home .cn4 .newsSlide .newsNav .swiper-button-prev::after {
        background-image: url("img/iconNewsPrevB.svg");
        opacity: 0; }
      .home .cn4 .newsSlide .newsNav .swiper-button-prev:hover::before,
      .home .cn4 .newsSlide .newsNav .swiper-button-prev:focus-visible::before {
        opacity: 0; }
      .home .cn4 .newsSlide .newsNav .swiper-button-prev:hover::after,
      .home .cn4 .newsSlide .newsNav .swiper-button-prev:focus-visible::after {
        opacity: 1; }
      .home .cn4 .newsSlide .newsNav .swiper-button-next::before {
        background-image: url("img/iconNewsNext.svg");
        opacity: 1; }
      .home .cn4 .newsSlide .newsNav .swiper-button-next::after {
        background-image: url("img/iconNewsNextB.svg");
        opacity: 0; }
      .home .cn4 .newsSlide .newsNav .swiper-button-next:hover::before,
      .home .cn4 .newsSlide .newsNav .swiper-button-next:focus-visible::before {
        opacity: 0; }
      .home .cn4 .newsSlide .newsNav .swiper-button-next:hover::after,
      .home .cn4 .newsSlide .newsNav .swiper-button-next:focus-visible::after {
        opacity: 1; }
      @media (max-width: 767px) {
        .home .cn4 .newsSlide .newsNav .swiper-button-prev {
          left: 8px; }
        .home .cn4 .newsSlide .newsNav .swiper-button-next {
          right: 8px; } }
      .home .cn4 .newsSlide .newsNav .swiper-button-prev {
        left: 16px; }
      .home .cn4 .newsSlide .newsNav .swiper-button-next {
        right: 16px; }
.home .fairContact {
  margin-top: 0; }

/****************************************


5.サブページ


*****************************************/
.page .pageTitWrap,
.archive .pageTitWrap {
  padding-top: clamp(70px, 10vw, 100px);
  padding-bottom: clamp(50px, 10vw, 50px);
  height: clamp(330px, 43vw, 530px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box; }
  .page .pageTitWrap h2,
  .archive .pageTitWrap h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .page .pageTitWrap .pageTit,
  .archive .pageTitWrap .pageTit {
    font-size: clamp(50px, 8vw, 120px);
    color: #FFF;
    line-height: 0.8; }
    @media all and (max-width: 1024px) {
      .page .pageTitWrap .pageTit,
      .archive .pageTitWrap .pageTit {
        text-align: center;
        margin-bottom: 10px; } }
  .page .pageTitWrap .subTit,
  .archive .pageTitWrap .subTit {
    font-size: clamp(16px, 1.6vw, 16px);
    font-weight: 500;
    line-height: 1;
    color: #FFF; }
    @media all and (max-width: 1024px) {
      .page .pageTitWrap .subTit,
      .archive .pageTitWrap .subTit {
        font-size: clamp(14px, 1.4vw, 14px); } }
.page .postCn,
.archive .postCn {
  padding: clamp(70px, 10vw, 100px) 0; }
.page #loading::after,
.archive #loading::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 3px solid #ccc;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  vertical-align: middle;
  margin-left: 8px; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }
/****************************************


CONCEPT


*****************************************/
.page-concept {
  background-color: #000; }
  .page-concept .cn1 .aboutIntro_head {
    position: relative;
    width: 100%; }
  .page-concept .cn1 .aboutIntro_title {
    white-space: nowrap;
    margin: 0;
    overflow: hidden; }
    .page-concept .cn1 .aboutIntro_title .en1 {
      display: inline-flex;
      font-size: clamp(200px, 18vw, 250px);
      will-change: transform;
      transform: translate3d(0, 0, 0);
      white-space: nowrap;
      line-height: 1; }
      .page-concept .cn1 .aboutIntro_title .en1 span {
        font-size: clamp(200px, 22vw, 250px);
        font-family: "bebas-neue", sans-serif;
        font-weight: 400;
        font-style: normal;
        margin-right: 4rem;
        line-height: 1; }
  .page-concept .cn1 .aboutIntro_body .tit {
    font-size: clamp(70px, 12vw, 100px);
    font-family: "bebas-neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0; }
  .page-concept .cn2 {
    background-color: #FFF;
    padding: clamp(80px, 14vw, 200px) 0;
    position: relative;
    z-index: 10; }
    .page-concept .cn2 .titWrap {
      margin-bottom: 80px; }
      .page-concept .cn2 .titWrap .tit {
        font-size: clamp(50px, 10vw, 150px);
        line-height: 1;
        margin-bottom: 30px;
        text-align: center; }
      .page-concept .cn2 .titWrap p {
        font-weight: 500;
        line-height: 2;
        letter-spacing: 0.1em;
        text-align: center; }
    .page-concept .cn2 .wrap {
      position: relative; }
      .page-concept .cn2 .wrap .block {
        display: flex;
        overflow: hidden;
        border-radius: 10px;
        border: solid 1px #FFF; }
        @media all and (max-width: 1024px) {
          .page-concept .cn2 .wrap .block {
            flex-direction: column; } }
        .page-concept .cn2 .wrap .block .img {
          width: 60%;
          aspect-ratio: 4 / 3; }
          @media all and (max-width: 1024px) {
            .page-concept .cn2 .wrap .block .img {
              width: 100%;
              height: 25vh;
              aspect-ratio: 10 / 6; } }
          .page-concept .cn2 .wrap .block .img img {
            height: 100%;
            width: 100%;
            object-fit: cover; }
        .page-concept .cn2 .wrap .block .txtWrap {
          background: #000;
          width: 40%;
          box-sizing: border-box;
          padding: 80px;
          position: relative;
          display: flex;
          align-items: center; }
          @media all and (max-width: 1024px) {
            .page-concept .cn2 .wrap .block .txtWrap {
              width: 100%;
              padding: 20px;
              min-height: 50vh; } }
          .page-concept .cn2 .wrap .block .txtWrap .no {
            position: absolute;
            right: 40px;
            top: 40px;
            width: 60px;
            height: 60px;
            border-radius: 100px;
            border: solid 2px #FFF;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: clamp(26px, 3vw, 32px);
            color: #FFF; }
            @media all and (max-width: 1024px) {
              .page-concept .cn2 .wrap .block .txtWrap .no {
                width: 40px;
                height: 40px;
                font-size: clamp(18px, 1.8vw, 18px);
                top: auto;
                bottom: 13px;
                right: 13px; } }
          .page-concept .cn2 .wrap .block .txtWrap .txt {
            width: 100%; }
            .page-concept .cn2 .wrap .block .txtWrap .txt .decorate {
              display: flex;
              align-items: center;
              margin-bottom: 20px; }
              @media all and (max-width: 1024px) {
                .page-concept .cn2 .wrap .block .txtWrap .txt .decorate {
                  margin-bottom: 10px; } }
              .page-concept .cn2 .wrap .block .txtWrap .txt .decorate span {
                color: #FFF;
                font-size: clamp(18px, 3vw, 20px); }
              .page-concept .cn2 .wrap .block .txtWrap .txt .decorate img {
                margin-left: 10px;
                margin-right: 10px; }
            .page-concept .cn2 .wrap .block .txtWrap .txt .tit {
              color: #FFF;
              font-size: clamp(60px, 8vw, 100px);
              line-height: 1;
              margin-bottom: 30px; }
              @media all and (max-width: 1024px) {
                .page-concept .cn2 .wrap .block .txtWrap .txt .tit {
                  margin-bottom: 10px; } }
            .page-concept .cn2 .wrap .block .txtWrap .txt .subTit {
              color: #FFF;
              font-size: clamp(20px, 2.2vw, 24px);
              margin-bottom: 20px;
              font-weight: bold; }
              @media all and (max-width: 1024px) {
                .page-concept .cn2 .wrap .block .txtWrap .txt .subTit {
                  font-size: clamp(18px, 1.8vw, 18px); } }
            .page-concept .cn2 .wrap .block .txtWrap .txt p {
              font-weight: 500;
              color: #FFF;
              line-height: 2;
              letter-spacing: 0.1em; }
              @media all and (max-width: 1024px) {
                .page-concept .cn2 .wrap .block .txtWrap .txt p {
                  font-size: 13px;
                  line-height: 1.8; } }
  .page-concept .fairContact {
    background-color: #FFF; }

:root {
  --stick-top-pc: 50dvh;
  --stick-top-sp: 50dvh;
  --gap-pc: 60dvh;
  --gap-sp: 60dvh;
  --offset-step: 30px; }

.stack {
  position: relative;
  margin: 0 auto; }

.stack > .card + .card {
  margin-top: var(--gap-pc); }

.card {
  position: sticky;
  top: calc(var(--stick-top-pc) - 40%);
  transition: top 0.2s ease-out; }

.card:nth-child(1) {
  z-index: 1; }

.card:nth-child(2) {
  z-index: 2;
  top: calc(var(--stick-top-pc) - 40% + var(--offset-step) * 1); }

.card:nth-child(3) {
  z-index: 3;
  top: calc(var(--stick-top-pc) - 40% + var(--offset-step) * 2); }

/* ========= SP ========= */
@media (max-width: 768px) {
  .card {
    top: calc(var(--stick-top-sp) - 40%); }

  .card:nth-child(2) {
    top: calc(var(--stick-top-sp) - 40% + var(--offset-step) * 1); }

  .card:nth-child(3) {
    top: calc(var(--stick-top-sp) - 40% + var(--offset-step) * 2); } }
/****************************************


VENUE


*****************************************/
.page-venue {
  background-color: #000000; }
  .page-venue .cn1 {
    padding-top: 17.3611111111vw; }
    @media all and (max-width: 1024px) {
      .page-venue .cn1 {
        padding-top: 60.8vw; } }
    .page-venue .cn1 .bg {
      background-image: url(img/venueBg.webp);
      background-repeat: no-repeat;
      background-size: cover;
      aspect-ratio: 1140 / 400; }
      @media all and (max-width: 1024px) {
        .page-venue .cn1 .bg {
          background-image: url(img/venueBgSp.webp); } }
      .page-venue .cn1 .bg .tit {
        font-size: clamp(100px, 12vw, 200px);
        color: #FFF;
        text-align: center;
        transform: translateY(-40%); }
        @media all and (max-width: 1024px) {
          .page-venue .cn1 .bg .tit {
            line-height: 0.8; } }
      .page-venue .cn1 .bg .txt {
        transform: translateY(-20%); }
        @media all and (max-width: 1024px) {
          .page-venue .cn1 .bg .txt {
            transform: translateY(-15%); } }
        .page-venue .cn1 .bg .txt p {
          font-size: clamp(16px, 1.6vw, 16px);
          font-weight: bold;
          color: #FFF;
          text-align: center;
          line-height: 1.8;
          margin-bottom: 50px;
          letter-spacing: 0.1em; }
          @media all and (max-width: 1024px) {
            .page-venue .cn1 .bg .txt p {
              font-size: 13px; } }
          .page-venue .cn1 .bg .txt p span {
            font-size: clamp(18px, 3vw, 20px);
            font-weight: bold;
            color: #FFF;
            text-align: center;
            line-height: 1.8;
            letter-spacing: 0.1em; }
            @media all and (max-width: 1024px) {
              .page-venue .cn1 .bg .txt p span {
                font-size: 13px; } }
  .page-venue .cn2 {
    padding: clamp(80px, 14vw, 200px) 0;
    background-color: #000000; }
    .page-venue .cn2 .tit {
      margin-bottom: 80px;
      display: flex;
      flex-direction: column; }
      .page-venue .cn2 .tit span {
        color: #FFF; }
        .page-venue .cn2 .tit span:nth-child(1) {
          margin-bottom: 15px;
          font-weight: bold;
          line-height: 1;
          font-size: 26px; }
    .page-venue .cn2 .list {
      display: flex;
      gap: 60px 40px;
      flex-wrap: wrap; }
      .page-venue .cn2 .list .box {
        width: calc(( 100% - 40px ) / 2 );
        position: relative; }
        @media all and (max-width: 1024px) {
          .page-venue .cn2 .list .box {
            width: 100%; } }
        .page-venue .cn2 .list .box:after {
          content: "";
          background-image: url(img/iconRoundArrow.svg);
          background-repeat: no-repeat;
          width: 32px;
          height: 32px;
          background-size: cover;
          position: absolute;
          bottom: 10px;
          right: 10px;
          transition: 0.8s; }
          @media all and (max-width: 1024px) {
            .page-venue .cn2 .list .box:after {
              bottom: 0;
              right: 0; } }
        .page-venue .cn2 .list .box .imgWrap {
          margin-bottom: 50px;
          position: relative; }
          .page-venue .cn2 .list .box .imgWrap .img {
            height: 100%;
            width: 100%;
            overflow: hidden;
            border-radius: 10px; }
            .page-venue .cn2 .list .box .imgWrap .img img {
              height: 100%;
              width: 100%;
              object-fit: cover;
              transform: scale(1);
              transition: 0.8s; }
          .page-venue .cn2 .list .box .imgWrap h3 {
            position: absolute;
            bottom: -30px;
            left: 10px; }
            .page-venue .cn2 .list .box .imgWrap h3 span {
              color: #FFF;
              display: flex;
              flex-direction: column; }
              .page-venue .cn2 .list .box .imgWrap h3 span:nth-child(1) {
                font-size: clamp(50px, 6vw, 70px);
                margin-bottom: 8px;
                line-height: 0.8; }
              .page-venue .cn2 .list .box .imgWrap h3 span:nth-child(2) {
                font-size: clamp(16px, 1.6vw, 16px);
                line-height: 1;
                font-weight: 500; }
                @media all and (max-width: 1024px) {
                  .page-venue .cn2 .list .box .imgWrap h3 span:nth-child(2) {
                    font-size: clamp(14px, 1.4vw, 14px); } }
        .page-venue .cn2 .list .box .txtWrap {
          padding: 0 10px;
          box-sizing: border-box; }
          .page-venue .cn2 .list .box .txtWrap p {
            color: #FFF; }
          .page-venue .cn2 .list .box .txtWrap .txt {
            font-size: clamp(18px, 3vw, 20px);
            font-weight: bold;
            line-height: 1.6;
            margin-bottom: 20px; }
            @media all and (max-width: 768px) {
              .page-venue .cn2 .list .box .txtWrap .txt {
                font-size: clamp(16px, 1.6vw, 16px); } }
          .page-venue .cn2 .list .box .txtWrap .area {
            font-size: clamp(20px, 2.2vw, 24px);
            line-height: 1;
            margin-bottom: 10px; }
        .page-venue .cn2 .list .box:hover .img img {
          transform: scale(1.1); }
        .page-venue .cn2 .list .box:hover:after {
          background-image: url(img/iconRoundArrowW.svg); }
  .page-venue .cn3 {
    padding: clamp(80px, 14vw, 200px) 0;
    background-color: #000000; }
    .page-venue .cn3 .box {
      position: relative; }
      .page-venue .cn3 .box:after {
        content: "";
        background: url(img/iconRoundArrow.svg) no-repeat;
        width: 32px;
        height: 32px;
        background-size: cover;
        position: absolute;
        bottom: 10px;
        right: 10px; }
      .page-venue .cn3 .box .imgWrap {
        margin-bottom: 50px;
        position: relative; }
        .page-venue .cn3 .box .imgWrap .img {
          height: 100%;
          width: 100%;
          overflow: hidden;
          border-radius: 10px; }
          .page-venue .cn3 .box .imgWrap .img img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            transform: scale(1);
            transition: 0.8s; }
        .page-venue .cn3 .box .imgWrap h3 {
          position: absolute;
          bottom: -30px;
          left: 10px;
          color: #FFF;
          font-size: clamp(40px, 6vw, 70px);
          line-height: 1; }
      .page-venue .cn3 .box .txtWrap {
        padding: 0 10px;
        box-sizing: border-box; }
        .page-venue .cn3 .box .txtWrap p {
          color: #FFF; }
        .page-venue .cn3 .box .txtWrap .txt {
          font-size: clamp(18px, 3vw, 20px);
          font-weight: bold;
          line-height: 1.6;
          margin-bottom: 20px; }
          @media all and (max-width: 768px) {
            .page-venue .cn3 .box .txtWrap .txt {
              font-size: 13px; } }
        .page-venue .cn3 .box .txtWrap .area {
          font-size: clamp(20px, 2.2vw, 24px);
          line-height: 1;
          margin-bottom: 10px; }
      .page-venue .cn3 .box:hover .img img {
        transform: scale(1.1); }

/****************************************


OTHER UNIQUE VENUE


*****************************************/
.page-unique .pageTitWrap {
  background: url(img/uniqueImgMainImg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh; }
.page-unique .cn1 {
  padding: clamp(80px, 14vw, 200px) 0;
  background: #000000; }
  .page-unique .cn1 .inner {
    display: flex;
    justify-content: center; }
    .page-unique .cn1 .inner p {
      text-align: center;
      color: #FFF;
      line-height: 2;
      font-size: clamp(18px, 3vw, 20px);
      font-weight: bold; }
      @media all and (max-width: 1024px) {
        .page-unique .cn1 .inner p {
          font-size: clamp(16px, 1.6vw, 16px); } }
.page-unique .cn2 {
  padding: clamp(80px, 14vw, 200px) 0; }
  .page-unique .cn2 .tit {
    margin-bottom: 80px;
    display: flex;
    flex-direction: column; }
    .page-unique .cn2 .tit span {
      color: #FFF; }
      .page-unique .cn2 .tit span:nth-child(1) {
        font-weight: bold;
        line-height: 1;
        font-size: clamp(24px, 2.6vw, 28px);
        color: #000000; }
  .page-unique .cn2 .box .bg {
    border-top: solid 1px #000000;
    background-color: #FFFFFF;
    transition: 1.5s;
    width: 88%;
    box-sizing: border-box;
    margin: 0 6%; }
    @media all and (max-width: 1024px) {
      .page-unique .cn2 .box .bg {
        width: 100%;
        margin: 0; } }
    .page-unique .cn2 .box .bg * {
      color: #000000;
      transition: 1.5s; }
    .page-unique .cn2 .box .bg:hover {
      background-color: #000000; }
      .page-unique .cn2 .box .bg:hover * {
        color: #FFF; }
    .page-unique .cn2 .box .bg.open {
      margin: 0;
      width: 100%;
      background-color: #000000; }
      .page-unique .cn2 .box .bg.open * {
        color: #FFF; }
  .page-unique .cn2 .box:last-child .bg {
    border-bottom: solid 1px #000000; }
  .page-unique .cn2 .box .accordion .summary {
    display: flex;
    gap: 60px;
    padding: 60px;
    cursor: pointer;
    position: relative; }
    @media all and (max-width: 1024px) {
      .page-unique .cn2 .box .accordion .summary {
        flex-direction: column;
        gap: 30px;
        padding: 40px clamp(20px, 6vw, 32px) 80px clamp(20px, 6vw, 32px); } }
    .page-unique .cn2 .box .accordion .summary .accIconWrap {
      position: absolute;
      top: 50%;
      right: 50px;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media all and (max-width: 1024px) {
        .page-unique .cn2 .box .accordion .summary .accIconWrap {
          top: auto;
          right: clamp(20px, 6vw, 32px);
          bottom: clamp(20px, 6vw, 32px);
          width: 25px;
          height: 25px; } }
    .page-unique .cn2 .box .accordion .summary .accIcon {
      position: relative;
      width: 40px;
      height: 40px;
      border: 1px solid #000;
      border-radius: 50%;
      background: #fff;
      box-sizing: border-box; }
      @media all and (max-width: 1024px) {
        .page-unique .cn2 .box .accordion .summary .accIcon {
          width: 25px;
          height: 25px; } }
      .page-unique .cn2 .box .accordion .summary .accIcon::before, .page-unique .cn2 .box .accordion .summary .accIcon::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #000;
        transition: transform 0.8s; }
      .page-unique .cn2 .box .accordion .summary .accIcon::before {
        width: 16px;
        height: 1px; }
        @media all and (max-width: 1024px) {
          .page-unique .cn2 .box .accordion .summary .accIcon::before {
            width: 13px;
            height: 1px; } }
      .page-unique .cn2 .box .accordion .summary .accIcon::after {
        width: 1px;
        height: 16px; }
        @media all and (max-width: 1024px) {
          .page-unique .cn2 .box .accordion .summary .accIcon::after {
            width: 1px;
            height: 13px; } }
    .page-unique .cn2 .box .accordion .summary .img {
      width: 35%;
      overflow: hidden;
      border-radius: 10px; }
      @media all and (max-width: 1024px) {
        .page-unique .cn2 .box .accordion .summary .img {
          width: 100%; } }
      .page-unique .cn2 .box .accordion .summary .img img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .page-unique .cn2 .box .accordion .summary .txtWrap {
      width: calc( 65% - 50px ); }
      @media all and (max-width: 1024px) {
        .page-unique .cn2 .box .accordion .summary .txtWrap {
          width: 100%; } }
      .page-unique .cn2 .box .accordion .summary .txtWrap .titWrap {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px; }
        @media all and (max-width: 1024px) {
          .page-unique .cn2 .box .accordion .summary .txtWrap .titWrap {
            margin-bottom: 30px; } }
        .page-unique .cn2 .box .accordion .summary .txtWrap .titWrap span:nth-child(1) {
          font-family: "Roboto", sans-serif;
          font-weight: bold;
          font-style: normal;
          font-size: clamp(20px, 2.2vw, 24px);
          line-height: 1; }
          @media all and (max-width: 1024px) {
            .page-unique .cn2 .box .accordion .summary .txtWrap .titWrap span:nth-child(1) {
              margin-bottom: 3px; } }
        .page-unique .cn2 .box .accordion .summary .txtWrap .titWrap span:nth-child(2) {
          font-family: "bebas-neue", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: clamp(50px, 10vw, 120px);
          line-height: 1; }
          @media all and (max-width: 1024px) {
            .page-unique .cn2 .box .accordion .summary .txtWrap .titWrap span:nth-child(2) {
              margin-bottom: 5px; } }
        .page-unique .cn2 .box .accordion .summary .txtWrap .titWrap span:nth-child(3) {
          font-family: "Roboto", sans-serif;
          font-weight: bold;
          font-style: normal;
          font-size: clamp(14px, 1.4vw, 14px);
          line-height: 1;
          letter-spacing: 0.1em; }
      .page-unique .cn2 .box .accordion .summary .txtWrap p {
        font-size: clamp(18px, 3vw, 20px);
        line-height: 1.8;
        font-weight: bold;
        letter-spacing: 0.1em; }
        @media all and (max-width: 1024px) {
          .page-unique .cn2 .box .accordion .summary .txtWrap p {
            font-size: clamp(16px, 1.6vw, 16px); } }
  .page-unique .cn2 .box .accordion .details {
    width: 100%;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    transition: height 0.8s ease;
    /*スライド*/ }
    .page-unique .cn2 .box .accordion .details .wrap {
      display: flex;
      gap: 50px;
      margin-bottom: 50px;
      padding-left: 60px;
      padding-right: 60px; }
      @media all and (max-width: 1024px) {
        .page-unique .cn2 .box .accordion .details .wrap {
          flex-direction: column;
          gap: 30px;
          padding-left: 0;
          padding-right: 0; } }
      .page-unique .cn2 .box .accordion .details .wrap .txt:nth-child(1) {
        font-size: clamp(16px, 1.6vw, 16px);
        letter-spacing: 0.1em;
        padding-right: 50px;
        border-right: solid 1px #FFF;
        line-height: 2;
        font-weight: 500; }
        @media all and (max-width: 1024px) {
          .page-unique .cn2 .box .accordion .details .wrap .txt:nth-child(1) {
            font-size: clamp(14px, 1.4vw, 14px);
            padding-right: 0;
            border-right: 0;
            border-top: solid 1px #FFF;
            padding-top: 30px; } }
      .page-unique .cn2 .box .accordion .details .wrap .txt:nth-child(2) {
        font-size: clamp(16px, 1.6vw, 16px);
        width: 30%;
        font-weight: 500;
        line-height: 2; }
        @media all and (max-width: 1024px) {
          .page-unique .cn2 .box .accordion .details .wrap .txt:nth-child(2) {
            width: 100%;
            font-size: clamp(14px, 1.4vw, 14px); } }
        .page-unique .cn2 .box .accordion .details .wrap .txt:nth-child(2) .instagram {
          padding-left: 25px;
          background: url(img/iconInstagamUnique.svg) no-repeat;
          background-position: left center; }
    .page-unique .cn2 .box .accordion .details .defaultSlide {
      margin-bottom: 60px;
      padding-bottom: 80px;
      overflow: visible; }
      @media all and (max-width: 1024px) {
        .page-unique .cn2 .box .accordion .details .defaultSlide {
          padding-bottom: 50px;
          overflow: hidden; } }
      .page-unique .cn2 .box .accordion .details .defaultSlide .swiper-button-next,
      .page-unique .cn2 .box .accordion .details .defaultSlide .swiper-button-prev {
        position: absolute;
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        z-index: 10; }
      .page-unique .cn2 .box .accordion .details .defaultSlide .swiper-button-prev {
        left: 6%;
        bottom: 0;
        top: auto;
        transform: translateX(60px);
        background-image: url("img/iconPrev.svg"); }
        @media all and (max-width: 1024px) {
          .page-unique .cn2 .box .accordion .details .defaultSlide .swiper-button-prev {
            left: 8%;
            transform: translateX(0); } }
      .page-unique .cn2 .box .accordion .details .defaultSlide .swiper-button-next {
        left: 6%;
        bottom: 0;
        top: auto;
        transform: translateX(120px);
        background-image: url("img/iconNext.svg"); }
        @media all and (max-width: 1024px) {
          .page-unique .cn2 .box .accordion .details .defaultSlide .swiper-button-next {
            left: 8%;
            transform: translateX(70px); } }
      .page-unique .cn2 .box .accordion .details .defaultSlide .swiper-button-next::after,
      .page-unique .cn2 .box .accordion .details .defaultSlide .swiper-button-prev::after {
        display: none; }
      .page-unique .cn2 .box .accordion .details .defaultSlide .swiper-slide {
        overflow: hidden; }
  .page-unique .cn2 .box .accordion.open .summary {
    padding-left: calc( 6% + 60px );
    padding-right: calc( 6% + 60px ); }
    @media all and (max-width: 1024px) {
      .page-unique .cn2 .box .accordion.open .summary {
        padding-left: clamp(20px, 6vw, 32px);
        padding-right: clamp(20px, 6vw, 32px); } }
    .page-unique .cn2 .box .accordion.open .summary .accIconWrap {
      right: clamp(20px, 6vw, 32px); }
      .page-unique .cn2 .box .accordion.open .summary .accIconWrap .accIcon::after {
        transform: translate(-50%, -50%) rotate(90deg); }
  .page-unique .cn2 .box .accordion.open .details {
    padding: 0; }
    .page-unique .cn2 .box .accordion.open .details .wrap {
      padding-left: calc( 6% + 60px );
      padding-right: calc( 6% + 60px ); }
      @media all and (max-width: 1024px) {
        .page-unique .cn2 .box .accordion.open .details .wrap {
          padding-left: clamp(20px, 6vw, 32px);
          padding-right: clamp(20px, 6vw, 32px); } }
.page-unique .cn3 {
  padding: clamp(80px, 14vw, 200px) 0;
  background: #000;
  overflow: hidden; }
  .page-unique .cn3 .tit {
    color: #FFF;
    font-weight: bold;
    line-height: 1;
    font-size: clamp(24px, 2.6vw, 28px);
    margin-bottom: 80px;
    text-align: center; }
  .page-unique .cn3 .weddingSlide {
    margin-bottom: 60px;
    padding-bottom: 80px;
    overflow: visible;
    position: relative; }
    @media all and (max-width: 1024px) {
      .page-unique .cn3 .weddingSlide {
        padding-bottom: 50px; } }
    .page-unique .cn3 .weddingSlide .swiper-button-next,
    .page-unique .cn3 .weddingSlide .swiper-button-prev {
      position: absolute;
      bottom: 0;
      top: auto;
      width: 40px;
      height: 40px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      z-index: 10; }
    .page-unique .cn3 .weddingSlide .swiper-button-prev {
      left: 50%;
      transform: translateX(-60px);
      background-image: url("img/iconPrev.svg"); }
      @media all and (max-width: 1024px) {
        .page-unique .cn3 .weddingSlide .swiper-button-prev {
          transform: translateX(-55px); } }
    .page-unique .cn3 .weddingSlide .swiper-button-next {
      left: 50%;
      transform: translateX(20px);
      background-image: url("img/iconNext.svg"); }
      @media all and (max-width: 1024px) {
        .page-unique .cn3 .weddingSlide .swiper-button-next {
          transform: translateX(15px); } }
    .page-unique .cn3 .weddingSlide .swiper-button-next::after,
    .page-unique .cn3 .weddingSlide .swiper-button-prev::after {
      display: none; }
    .page-unique .cn3 .weddingSlide .swiper-slide a {
      overflow: hidden;
      border-radius: 20px;
      transform: scale(0.8);
      transition: 0.8s; }
    .page-unique .cn3 .weddingSlide .swiper-slide.swiper-slide-active a {
      transform: scale(1); }
    .page-unique .cn3 .weddingSlide .swiper-slide.swiper-slide-prev a {
      transform: translateX(10%) scale(0.8); }
    .page-unique .cn3 .weddingSlide .swiper-slide.swiper-slide-next a {
      transform: translateX(-10%) scale(0.8); }
.page-unique .fairContact {
  background-color: #000; }

/****************************************


GALLERY


*****************************************/
.page-gallery-instagram .cn1,
.page-gallery-youtube .cn1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  margin-bottom: 50px; }
  @media all and (max-width: 1024px) {
    .page-gallery-instagram .cn1,
    .page-gallery-youtube .cn1 {
      padding-top: 50px; } }
  .page-gallery-instagram .cn1 .galleryMenu,
  .page-gallery-youtube .cn1 .galleryMenu {
    display: flex;
    justify-content: center;
    gap: 120px;
    margin-bottom: 60px; }
    @media all and (max-width: 1024px) {
      .page-gallery-instagram .cn1 .galleryMenu,
      .page-gallery-youtube .cn1 .galleryMenu {
        gap: 60px;
        margin-bottom: 40px; } }
    .page-gallery-instagram .cn1 .galleryMenu a,
    .page-gallery-youtube .cn1 .galleryMenu a {
      font-size: clamp(30px, 3vw, 30px);
      padding-bottom: 10px;
      color: #919191;
      transition: 0.8s;
      position: relative; }
      .page-gallery-instagram .cn1 .galleryMenu a::after,
      .page-gallery-youtube .cn1 .galleryMenu a::after {
        content: "";
        opacity: 0;
        transition: 0.8s;
        border-bottom: 4px solid rgba(229, 45, 45, 0);
        width: 80px;
        height: 4px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
      .page-gallery-instagram .cn1 .galleryMenu a:hover,
      .page-gallery-youtube .cn1 .galleryMenu a:hover {
        color: #e52d2d; }
        .page-gallery-instagram .cn1 .galleryMenu a:hover::after,
        .page-gallery-youtube .cn1 .galleryMenu a:hover::after {
          content: "";
          border-bottom: 4px solid #e52d2d;
          opacity: 1; }
  .page-gallery-instagram .cn1 .linkBtn,
  .page-gallery-youtube .cn1 .linkBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(15px, 1.5vw, 15px);
    color: #e52d2d; }
    .page-gallery-instagram .cn1 .linkBtn::before,
    .page-gallery-youtube .cn1 .linkBtn::before {
      content: "";
      background-repeat: no-repeat;
      background-size: cover;
      display: inline-block;
      width: 18px;
      height: 18px;
      padding: 10px; }

.page-gallery-instagram .galleryMenu a:nth-child(1) {
  color: #e52d2d; }
  .page-gallery-instagram .galleryMenu a:nth-child(1)::after {
    border-bottom: 4px solid #e52d2d;
    opacity: 1; }
.page-gallery-instagram .linkBtn::before {
  background-image: url("img/iconInstagram.svg"); }

.page-gallery-youtube .galleryMenu a:nth-child(2) {
  color: #e52d2d; }
  .page-gallery-youtube .galleryMenu a:nth-child(2)::after {
    border-bottom: 4px solid #e52d2d;
    opacity: 1; }
.page-gallery-youtube .linkBtn::before {
  background-image: url("img/iconYoutube.svg"); }
.page-gallery-youtube .cn2 .mvList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 100px; }
  @media all and (max-width: 1024px) {
    .page-gallery-youtube .cn2 .mvList {
      gap: 0; } }
.page-gallery-youtube .cn2 .box {
  width: calc( ( 100% - 60px ) / 3 );
  margin-bottom: 30px; }
  @media all and (max-width: 1024px) {
    .page-gallery-youtube .cn2 .box {
      width: 100%;
      margin-bottom: 25px; } }
  .page-gallery-youtube .cn2 .box .img {
    background-color: #5D5D5D;
    aspect-ratio: 16 / 9;
    margin-bottom: 15px;
    transition: 0.8s all;
    overflow: hidden; }
    .page-gallery-youtube .cn2 .box .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1);
      transition: 0.8s all; }
  .page-gallery-youtube .cn2 .box:hover .img img {
    transform: scale(1.1); }
.page-gallery-youtube .cn2 .pager {
  margin-bottom: 100px; }
  .page-gallery-youtube .cn2 .pager .page-numbers {
    display: flex;
    justify-content: center;
    gap: 20px; }
    .page-gallery-youtube .cn2 .pager .page-numbers li span,
    .page-gallery-youtube .cn2 .pager .page-numbers li a {
      width: 40px;
      height: 40px;
      background: #FFF;
      color: #000;
      border: solid 1px #000;
      border-radius: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: josefin-slab, serif;
      font-weight: 700;
      font-style: normal; }
      .page-gallery-youtube .cn2 .pager .page-numbers li span.current, .page-gallery-youtube .cn2 .pager .page-numbers li span:hover,
      .page-gallery-youtube .cn2 .pager .page-numbers li a.current,
      .page-gallery-youtube .cn2 .pager .page-numbers li a:hover {
        background: #000;
        color: #FFF; }
      .page-gallery-youtube .cn2 .pager .page-numbers li span.dots,
      .page-gallery-youtube .cn2 .pager .page-numbers li a.dots {
        border: 0; }

/****************************************


FAQ


*****************************************/
@media all and (max-width: 1024px) {
  .page-qa .innerS {
    padding-left: 5%;
    padding-right: 5%; } }
.page-qa .cn {
  margin: 0 0 60px 0; }
  @media all and (max-width: 1024px) {
    .page-qa .cn {
      margin: 0 0 40px 0; } }
  .page-qa .cn .faqTit {
    font-size: clamp(16px, 1.8vw, 21px);
    font-weight: bold;
    margin: 0 0 2rem 0; }
    @media all and (max-width: 1024px) {
      .page-qa .cn .faqTit {
        margin-bottom: 10px; } }
  .page-qa .cn .faqList .accordion {
    background: #EFEFEF;
    border-radius: 5px;
    margin-bottom: 20px; }
    .page-qa .cn .faqList .accordion .qa {
      font-family: roboto, serif;
      font-weight: 500;
      font-style: normal;
      font-size: clamp(24px, 3vw, 30px);
      padding-right: 20px;
      box-sizing: border-box;
      line-height: 1.3; }
      @media all and (max-width: 1024px) {
        .page-qa .cn .faqList .accordion .qa {
          padding-right: 10px; } }
    .page-qa .cn .faqList .accordion dt {
      display: flex;
      padding: 20px 70px 20px 30px;
      box-sizing: border-box;
      position: relative;
      cursor: pointer;
      transition: 0.8s; }
      @media all and (max-width: 1024px) {
        .page-qa .cn .faqList .accordion dt {
          padding: 15px 40px 15px 15px; } }
      .page-qa .cn .faqList .accordion dt h4 {
        font-size: clamp(16px, 1.6vw, 16px);
        font-weight: bold;
        letter-spacing: 0.1em;
        margin-bottom: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        @media all and (max-width: 1024px) {
          .page-qa .cn .faqList .accordion dt h4 {
            font-size: clamp(14px, 1.4vw, 14px); } }
      .page-qa .cn .faqList .accordion dt::before, .page-qa .cn .faqList .accordion dt::after {
        content: "";
        position: absolute;
        right: 30px;
        top: 40px;
        width: 22px;
        height: 2px;
        background: #222;
        border-radius: 1px;
        transform: translateY(-50%);
        transition: transform .6s ease; }
        @media all and (max-width: 1024px) {
          .page-qa .cn .faqList .accordion dt::before, .page-qa .cn .faqList .accordion dt::after {
            right: 15px;
            top: 30px; } }
      .page-qa .cn .faqList .accordion dt::after {
        transform: translateY(-50%) rotate(90deg); }
    .page-qa .cn .faqList .accordion dd {
      padding: 0 70px 0 30px;
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows .8s ease; }
      @media all and (max-width: 1024px) {
        .page-qa .cn .faqList .accordion dd {
          padding: 0 40px 0 15px; } }
      .page-qa .cn .faqList .accordion dd .wrap {
        overflow: hidden;
        display: grid;
        grid-template-columns: 32px 1fr;
        column-gap: 12px;
        opacity: 0;
        transform: translateY(-6px);
        transition: opacity .35s ease .20s, transform .50s ease .30s; }
        @media all and (max-width: 1024px) {
          .page-qa .cn .faqList .accordion dd .wrap {
            grid-template-columns: 15px 1fr; } }
      .page-qa .cn .faqList .accordion dd p {
        font-size: clamp(14px, 1.4vw, 14px); }
    .page-qa .cn .faqList .accordion.open dt::after {
      transform: translateY(-50%) rotate(0deg); }
    .page-qa .cn .faqList .accordion.open dd {
      grid-template-rows: 1fr;
      padding-bottom: 20px; }
      .page-qa .cn .faqList .accordion.open dd .wrap {
        opacity: 1;
        transform: translateY(0); }

/****************************************


WEDDING FAIR


*****************************************/
.page-fair {
  background: linear-gradient(to bottom, #E52D2D 0%, #E52D2D 40vw, #FFFFFF 40vw, #FFFFFF 100%); }
  @media all and (max-width: 1024px) {
    .page-fair {
      background: linear-gradient(to bottom, #E52D2D 0%, #E52D2D 60vh, #FFFFFF 60vh, #FFFFFF 100%); } }
  .page-fair .cn1 {
    padding-top: 17.3611111111vw; }
    @media all and (max-width: 1024px) {
      .page-fair .cn1 {
        padding-top: 60.8vw; } }
    .page-fair .cn1 .bg {
      background-image: url(img/fairPageTitBg.webp);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      aspect-ratio: 1140 / 400; }
      .page-fair .cn1 .bg .tit {
        font-size: clamp(100px, 16vw, 250px);
        color: #FFF;
        text-align: center;
        transform: translateY(-40%); }
        @media all and (max-width: 1024px) {
          .page-fair .cn1 .bg .tit {
            line-height: 0.8;
            transform: translateY(-80%); } }
      .page-fair .cn1 .bg .txt {
        transform: translateY(-20%); }
        @media all and (max-width: 1024px) {
          .page-fair .cn1 .bg .txt {
            transform: translateY(-30%); } }
        .page-fair .cn1 .bg .txt p {
          font-size: clamp(20px, 2.2vw, 24px);
          font-weight: bold;
          color: #FFF;
          text-align: center;
          line-height: 1.8;
          margin-bottom: 50px;
          letter-spacing: 0.1em; }
          @media all and (max-width: 1024px) {
            .page-fair .cn1 .bg .txt p {
              font-size: clamp(14px, 1.4vw, 14px); } }
        .page-fair .cn1 .bg .txt small {
          font-size: clamp(14px, 1.4vw, 14px);
          color: #FFF;
          text-align: center;
          display: block;
          font-weight: 500;
          letter-spacing: 0.1em; }
  .page-fair .cn2 {
    padding: clamp(80px, 14vw, 200px) 0; }
    .page-fair .cn2 .fairWrap {
      display: flex;
      flex-wrap: wrap;
      gap: 80px 40px; }
      .page-fair .cn2 .fairWrap li {
        width: calc(( 100% - 40px ) / 2 ); }
        @media all and (max-width: 1024px) {
          .page-fair .cn2 .fairWrap li {
            width: 100%; } }
        .page-fair .cn2 .fairWrap li .box {
          width: 100%;
          height: 100%; }
          .page-fair .cn2 .fairWrap li .box .img {
            width: 100%;
            margin-bottom: 30px; }
            @media all and (max-width: 1024px) {
              .page-fair .cn2 .fairWrap li .box .img {
                margin-bottom: 20px; } }
            .page-fair .cn2 .fairWrap li .box .img a {
              width: 100%;
              overflow: hidden;
              border-radius: 10px; }
              .page-fair .cn2 .fairWrap li .box .img a img {
                width: 100%;
                aspect-ratio: 16 / 9;
                object-fit: cover;
                transform: scale(1);
                transition: 0.8s; }
          .page-fair .cn2 .fairWrap li .box .txtWrap .tit {
            font-size: clamp(40px, 6vw, 70px);
            line-height: 1;
            margin-bottom: 20px; }
          .page-fair .cn2 .fairWrap li .box .txtWrap .subTit {
            font-size: clamp(18px, 3vw, 20px);
            font-weight: bold;
            line-height: 1.6;
            letter-spacing: 0.1em;
            margin-bottom: 20px; }
            @media all and (max-width: 1024px) {
              .page-fair .cn2 .fairWrap li .box .txtWrap .subTit {
                font-size: clamp(16px, 1.6vw, 16px); } }
          .page-fair .cn2 .fairWrap li .box .txtWrap .txtBlock {
            position: relative; }
            .page-fair .cn2 .fairWrap li .box .txtWrap .txtBlock .txt {
              font-weight: 500;
              line-height: 2;
              margin-bottom: 20px; }
            .page-fair .cn2 .fairWrap li .box .txtWrap .txtBlock .txt2 {
              font-weight: 500;
              line-height: 2;
              margin-bottom: 50px;
              max-height: 0;
              overflow: hidden;
              transition: max-height .3s ease;
              margin-top: 20px; }
              @media all and (max-width: 1024px) {
                .page-fair .cn2 .fairWrap li .box .txtWrap .txtBlock .txt2 {
                  margin-bottom: 30px; } }
            .page-fair .cn2 .fairWrap li .box .txtWrap .txtBlock.is-open .txt2 {
              max-height: 9999px; }
            .page-fair .cn2 .fairWrap li .box .txtWrap .txtBlock.is-open .moreBtn::after {
              transform: translateY(-50%) rotate(-135deg); }
            .page-fair .cn2 .fairWrap li .box .txtWrap .txtBlock .moreBtn {
              display: inline-flex;
              align-items: center;
              justify-content: space-between;
              gap: .4em;
              line-height: 1.4;
              cursor: pointer;
              transition: .8s;
              border: 0;
              background: #FFF;
              border-bottom: 1px solid #3F3F3F;
              padding-bottom: 7px;
              width: 100px;
              font-size: clamp(14px, 1.4vw, 14px);
              position: relative;
              padding-right: 1.2em; }
              .page-fair .cn2 .fairWrap li .box .txtWrap .txtBlock .moreBtn::after {
                content: "";
                position: absolute;
                top: calc( 50% - 5px );
                right: 0;
                width: .6em;
                height: .6em;
                border-right: 1px solid currentColor;
                border-bottom: 1px solid currentColor;
                transform: translateY(-50%) rotate(45deg);
                transform-origin: 50% 50%;
                transition: transform .2s; }
          .page-fair .cn2 .fairWrap li .box .btn {
            font-family: "Noto Sans JP", "Noto Sans" , sans-serif;
            font-weight: 500; }
          .page-fair .cn2 .fairWrap li .box:hover .img img {
            transform: scale(1.1); }
          .page-fair .cn2 .fairWrap li .box:hover .btn {
            background-color: #000;
            color: #FFF;
            background-position: center right 15px;
            background-image: url("img/iconArrow.svg"); }
        .page-fair .cn2 .fairWrap li:nth-child(1) {
          width: 100%; }
          .page-fair .cn2 .fairWrap li:nth-child(1) .box {
            display: flex;
            flex-direction: row-reverse;
            gap: 80px; }
            @media all and (max-width: 1024px) {
              .page-fair .cn2 .fairWrap li:nth-child(1) .box {
                flex-direction: column;
                gap: 0; } }
            .page-fair .cn2 .fairWrap li:nth-child(1) .box .txtWrap {
              width: calc( 40% -  80px ); }
              @media all and (max-width: 1024px) {
                .page-fair .cn2 .fairWrap li:nth-child(1) .box .txtWrap {
                  width: 100%; } }
            .page-fair .cn2 .fairWrap li:nth-child(1) .box .img {
              width: 60%; }
              @media all and (max-width: 1024px) {
                .page-fair .cn2 .fairWrap li:nth-child(1) .box .img {
                  width: 100%; } }
  .page-fair .cn3 {
    padding: clamp(50px, 14vw, 100px) 0 clamp(80px, 14vw, 200px);
    overflow: hidden; }
    @media all and (max-width: 1024px) {
      .page-fair .cn3 {
        margin-bottom: 60px; } }
    .page-fair .cn3 .titWrap {
      margin-bottom: 80px; }
      @media all and (max-width: 1024px) {
        .page-fair .cn3 .titWrap {
          margin-bottom: 40px; } }
      .page-fair .cn3 .titWrap .tit {
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        @media all and (max-width: 1024px) {
          .page-fair .cn3 .titWrap .tit {
            margin-bottom: 40px; } }
        .page-fair .cn3 .titWrap .tit span {
          text-align: center;
          color: #000; }
          .page-fair .cn3 .titWrap .tit span:nth-child(1) {
            font-size: clamp(40px, 6vw, 50px); }
          .page-fair .cn3 .titWrap .tit span:nth-child(2) {
            font-size: clamp(18px, 1.8vw, 18px); }
            @media all and (max-width: 1024px) {
              .page-fair .cn3 .titWrap .tit span:nth-child(2) {
                font-size: clamp(16px, 1.6vw, 16px); } }
      .page-fair .cn3 .titWrap p {
        line-height: 2;
        left: 0.1em;
        font-weight: 500;
        text-align: center;
        color: #000; }
    .page-fair .cn3 .venueSwiper {
      overflow: visible; }
      .page-fair .cn3 .venueSwiper .slideCard .img {
        overflow: hidden;
        border-radius: 10px; }
        .page-fair .cn3 .venueSwiper .slideCard .img img {
          transform: scale(1);
          transition: 0.8s; }
      .page-fair .cn3 .venueSwiper .slideCard .label {
        position: absolute;
        bottom: 20px;
        left: 20px;
        font-size: clamp(18px, 3vw, 20px);
        font-weight: bold;
        color: #FFF;
        padding-right: 30px;
        background-image: url(img/iconFairArrow.svg);
        background-position: right center;
        background-repeat: no-repeat; }
      .page-fair .cn3 .venueSwiper .slideCard:hover .img img {
        transform: scale(1.1); }
      .page-fair .cn3 .venueSwiper .venueNav {
        position: absolute;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        pointer-events: none;
        z-index: 2; }
        .page-fair .cn3 .venueSwiper .venueNav .swiper-button-prev,
        .page-fair .cn3 .venueSwiper .venueNav .swiper-button-next {
          position: absolute;
          bottom: 20px;
          left: 50%;
          transform: translateX(-50%);
          width: 40px;
          height: 40px;
          background: none;
          border: none;
          cursor: pointer;
          pointer-events: auto; }
        .page-fair .cn3 .venueSwiper .venueNav .swiper-button-prev {
          transform: translateX(calc(-50% - 50px)); }
        .page-fair .cn3 .venueSwiper .venueNav .swiper-button-next {
          transform: translateX(calc(-50% + 50px)); }
        .page-fair .cn3 .venueSwiper .venueNav .swiper-button-prev::after,
        .page-fair .cn3 .venueSwiper .venueNav .swiper-button-next::after,
        .page-fair .cn3 .venueSwiper .venueNav .swiper-button-prev::before,
        .page-fair .cn3 .venueSwiper .venueNav .swiper-button-next::before {
          content: "";
          position: absolute;
          inset: 0;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          transition: opacity 0.8s ease-in-out; }
        .page-fair .cn3 .venueSwiper .venueNav .swiper-button-prev::before {
          background-image: url("img/iconNewsPrev.svg");
          opacity: 1; }
        .page-fair .cn3 .venueSwiper .venueNav .swiper-button-prev::after {
          background-image: url("img/iconNewsPrevB.svg");
          opacity: 0; }
        .page-fair .cn3 .venueSwiper .venueNav .swiper-button-prev:hover::before,
        .page-fair .cn3 .venueSwiper .venueNav .swiper-button-prev:focus-visible::before {
          opacity: 0; }
        .page-fair .cn3 .venueSwiper .venueNav .swiper-button-prev:hover::after,
        .page-fair .cn3 .venueSwiper .venueNav .swiper-button-prev:focus-visible::after {
          opacity: 1; }
        .page-fair .cn3 .venueSwiper .venueNav .swiper-button-next::before {
          background-image: url("img/iconNewsNext.svg");
          opacity: 1; }
        .page-fair .cn3 .venueSwiper .venueNav .swiper-button-next::after {
          background-image: url("img/iconNewsNextB.svg");
          opacity: 0; }
        .page-fair .cn3 .venueSwiper .venueNav .swiper-button-next:hover::before,
        .page-fair .cn3 .venueSwiper .venueNav .swiper-button-next:focus-visible::before {
          opacity: 0; }
        .page-fair .cn3 .venueSwiper .venueNav .swiper-button-next:hover::after,
        .page-fair .cn3 .venueSwiper .venueNav .swiper-button-next:focus-visible::after {
          opacity: 1; }
        @media (max-width: 767px) {
          .page-fair .cn3 .venueSwiper .venueNav .swiper-button-prev,
          .page-fair .cn3 .venueSwiper .venueNav .swiper-button-next {
            bottom: 12px;
            width: 32px;
            height: 32px; }
          .page-fair .cn3 .venueSwiper .venueNav .swiper-button-prev {
            transform: translateX(calc(-50% - 24px)); }
          .page-fair .cn3 .venueSwiper .venueNav .swiper-button-next {
            transform: translateX(calc(-50% + 24px)); } }
  .page-fair .cn4 {
    padding: clamp(80px, 14vw, 200px) 0;
    background: #E52D2D; }
    .page-fair .cn4 .titWrap {
      margin-bottom: 80px; }
      .page-fair .cn4 .titWrap .tit {
        font-size: clamp(40px, 6vw, 50px);
        margin-bottom: 50px;
        color: #FFF;
        text-align: center; }
      .page-fair .cn4 .titWrap p {
        line-height: 2;
        left: 0.1em;
        font-weight: 500;
        color: #FFF;
        text-align: center; }
  .page-fair .cn5 {
    padding: clamp(80px, 14vw, 200px) 0; }
    .page-fair .cn5 .titWrap {
      margin-bottom: 80px; }
      .page-fair .cn5 .titWrap .tit {
        font-size: clamp(40px, 6vw, 50px);
        text-align: center;
        margin-bottom: 30px; }
      .page-fair .cn5 .titWrap p {
        font-weight: 500;
        line-height: 2;
        letter-spacing: 0.1em;
        text-align: center; }
        @media all and (max-width: 1024px) {
          .page-fair .cn5 .titWrap p {
            font-size: clamp(12px, 1.2vw, 12px); } }
    .page-fair .cn5 .wrap {
      display: flex;
      gap: 80px; }
      @media all and (max-width: 1024px) {
        .page-fair .cn5 .wrap {
          gap: 60px;
          flex-direction: column; } }
      .page-fair .cn5 .wrap .txtWrap {
        width: calc( 30% - 80px ); }
        @media all and (max-width: 1024px) {
          .page-fair .cn5 .wrap .txtWrap {
            width: 100%;
            display: flex;
            align-items: center;
            flex-direction: column; } }
        .page-fair .cn5 .wrap .txtWrap .tit {
          font-size: clamp(40px, 6vw, 50px);
          margin-bottom: 30px; }
          @media all and (max-width: 1024px) {
            .page-fair .cn5 .wrap .txtWrap .tit {
              text-align: center; } }
        .page-fair .cn5 .wrap .txtWrap .subTit {
          font-size: clamp(18px, 3vw, 20px);
          font-weight: bold;
          margin-bottom: 20px;
          font-family: "Roboto", serif; }
          @media all and (max-width: 1024px) {
            .page-fair .cn5 .wrap .txtWrap .subTit {
              text-align: center; } }
        .page-fair .cn5 .wrap .txtWrap p {
          line-height: 2;
          letter-spacing: 0.1em;
          margin-bottom: 80px; }
          @media all and (max-width: 1024px) {
            .page-fair .cn5 .wrap .txtWrap p {
              text-align: center;
              margin-bottom: 40px; } }
        .page-fair .cn5 .wrap .txtWrap .mapBtn {
          font-family: "Roboto", serif;
          font-weight: bold;
          line-height: 1;
          font-size: clamp(18px, 3vw, 20px);
          display: flex;
          justify-content: space-between;
          padding-right: 50px;
          position: relative; }
          .page-fair .cn5 .wrap .txtWrap .mapBtn:after {
            content: "";
            background: #000;
            width: 100%;
            height: 2px;
            position: absolute;
            bottom: -10px;
            left: 0; }
          .page-fair .cn5 .wrap .txtWrap .mapBtn.arrow {
            background-image: url("img/iconArrowB.svg");
            background-repeat: no-repeat;
            background-position: center right; }
      .page-fair .cn5 .wrap .map {
        width: 70%;
        aspect-ratio: 16 / 9; }
        @media all and (max-width: 1024px) {
          .page-fair .cn5 .wrap .map {
            width: 100%; } }
        .page-fair .cn5 .wrap .map iframe {
          width: 100%;
          height: 100%; }

/****************************************


NEWS 一覧


*****************************************/
.archive .pageTitWrap {
  margin-bottom: 70px; }
  @media all and (max-width: 1024px) {
    .archive .pageTitWrap {
      margin-bottom: 40px; } }
.archive .archiveCat {
  margin-bottom: 50px; }
  @media all and (max-width: 1024px) {
    .archive .archiveCat {
      margin-bottom: 30px; } }
  .archive .archiveCat ul {
    display: flex;
    gap: 15px; }
    @media all and (max-width: 1024px) {
      .archive .archiveCat ul {
        flex-wrap: wrap; } }
    @media all and (max-width: 1024px) {
      .archive .archiveCat ul li {
        width: calc(( 100% - 20px ) / 2 ); } }
    .archive .archiveCat ul li a {
      border: 1px solid #000;
      padding: 10px 35px;
      box-sizing: border-box;
      border-radius: 5px; }
      @media all and (max-width: 1024px) {
        .archive .archiveCat ul li a {
          width: 100%;
          text-align: center; } }
      .archive .archiveCat ul li a:hover {
        border: 1px solid #E52D2D;
        background: #E52D2D;
        color: #FFF; }
      .archive .archiveCat ul li a.current {
        border: 1px solid #E52D2D;
        background: #E52D2D;
        color: #FFF; }
.archive .newsInner {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-bottom: 80px; }
  @media all and (max-width: 1280px) {
    .archive .newsInner {
      width: 100%; } }
.archive .postList {
  margin-bottom: 80px; }
  .archive .postList ul {
    display: flex;
    flex-flow: wrap;
    gap: 50px 1px; }
    @media all and (max-width: 1024px) {
      .archive .postList ul {
        gap: 30px 1px; } }
    .archive .postList ul li {
      width: calc(( 100% - 2px ) / 3 ); }
      @media all and (max-width: 1024px) {
        .archive .postList ul li {
          width: calc(( 100% - 2px ) / 2 ); } }
      .archive .postList ul li a {
        width: 100%;
        transition: 0.8s; }
        .archive .postList ul li a .img {
          position: relative;
          aspect-ratio: 360 / 240;
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          align-items: flex-start;
          margin-bottom: 15px;
          overflow: hidden; }
          @media all and (max-width: 1024px) {
            .archive .postList ul li a .img {
              margin-bottom: 0; } }
          .archive .postList ul li a .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale(1);
            transition: 0.8s; }
          .archive .postList ul li a .img .cat {
            position: absolute;
            bottom: 0;
            left: 0;
            background: #E52D2D;
            color: #FFF;
            font-weight: bold;
            padding: 3px 10px; }
            @media all and (max-width: 1024px) {
              .archive .postList ul li a .img .cat {
                font-size: clamp(12px, 1.2vw, 12px); } }
        @media all and (max-width: 1024px) {
          .archive .postList ul li a .txtWrap {
            padding: 10px; } }
        .archive .postList ul li a .txtWrap .date {
          color: #818181;
          font-weight: bold;
          margin-bottom: 10px;
          transition: color .8s ease;
          letter-spacing: 0.1em; }
          @media all and (max-width: 1024px) {
            .archive .postList ul li a .txtWrap .date {
              font-size: clamp(10px, 10vw, 10px);
              margin-bottom: 0; } }
        .archive .postList ul li a .txtWrap h3 {
          color: #000;
          font-size: clamp(18px, 1.8vw, 18px);
          line-height: 1.6;
          font-weight: bold;
          letter-spacing: 3px;
          transition: color .8s ease;
          letter-spacing: 0.1em; }
          @media all and (max-width: 1024px) {
            .archive .postList ul li a .txtWrap h3 {
              font-size: clamp(14px, 1.4vw, 14px); } }
        .archive .postList ul li a:hover .date, .archive .postList ul li a:hover h3 {
          color: #E52D2D; }
        .archive .postList ul li a:hover img {
          transform: scale(1.05); }
.archive .fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: all 3000ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .archive .fadeIn.show {
    opacity: 1;
    transform: translateY(0); }
.archive .loadMoreWrap {
  display: flex;
  justify-content: center; }
  .archive .loadMoreWrap #loadMore {
    padding: 25px 0;
    border: solid 1px #E52D2D;
    max-width: 600px;
    width: 80%;
    background: #FFF;
    color: #E52D2D;
    font-size: clamp(16px, 1.6vw, 16px);
    cursor: pointer;
    transition: 0.8s; }
    @media all and (max-width: 1024px) {
      .archive .loadMoreWrap #loadMore {
        padding: 15px 0;
        font-size: clamp(14px, 1.4vw, 14px); } }
    .archive .loadMoreWrap #loadMore:hover {
      background: #E52D2D;
      color: #FFF; }

/****************************************


NEWS 詳細


*****************************************/
.single-post header {
  background-color: rgba(0, 0, 0, 0.5); }
@media all and (max-width: 1024px) {
  .single-post .innerS {
    margin-bottom: 100px; } }
.single-post main {
  padding-top: 200px; }
  @media all and (max-width: 1024px) {
    .single-post main {
      padding-top: 100px; } }
.single-post .postHead {
  margin-bottom: 60px; }
  .single-post .postHead .cat {
    margin-bottom: 35px; }
    .single-post .postHead .cat a {
      padding: 3px 10px;
      display: inline-block;
      font-weight: bold;
      background: #E52D2D;
      color: #FFF; }
  .single-post .postHead h2 {
    font-size: clamp(24px, 2.6vw, 28px);
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 20px; }
  .single-post .postHead .date {
    color: #818181;
    font-weight: bold;
    margin-bottom: 8px;
    transition: color .8s ease; }
.single-post .postCn {
  margin-bottom: 180px; }
  @media all and (max-width: 1024px) {
    .single-post .postCn {
      margin-bottom: 100px; } }
.single-post .postNav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 5vw, 100px); }
  .single-post .postNav .prev a, .single-post .postNav .all a, .single-post .postNav .next a {
    font-family: "josefin-slab", serif;
    font-weight: bold;
    font-size: clamp(16px, 1.6vw, 16px); }
    @media all and (max-width: 1024px) {
      .single-post .postNav .prev a, .single-post .postNav .all a, .single-post .postNav .next a {
        font-size: clamp(12px, 1.2vw, 12px); } }
  .single-post .postNav .prev {
    display: flex;
    align-items: center; }
    .single-post .postNav .prev a {
      display: flex;
      align-items: center; }
      .single-post .postNav .prev a::before {
        content: "";
        background-image: url("img/iconArrowLong.svg");
        background-repeat: no-repeat;
        width: 44px;
        height: 9px;
        display: inline-block;
        margin-right: 15px; }
  .single-post .postNav .all a {
    background: #FFF;
    border: 1px solid #000;
    border-radius: 999px;
    padding: 10px 70px;
    box-sizing: border-box;
    transition: .8s ease; }
    @media all and (max-width: 1024px) {
      .single-post .postNav .all a {
        padding: 10px 15px; } }
    .single-post .postNav .all a:hover {
      background: #000;
      color: #FFF;
      transition: .8s ease; }
  .single-post .postNav .next {
    display: flex;
    align-items: center; }
    .single-post .postNav .next a {
      display: flex;
      align-items: center; }
      .single-post .postNav .next a::after {
        content: "";
        background-image: url("img/iconArrowLong2.svg");
        background-repeat: no-repeat;
        width: 44px;
        height: 9px;
        display: inline-block;
        margin-left: 15px; }

/****************************************


COMPANY PROFILE


*****************************************/
.page-company .cn1 .wrap {
  margin-bottom: clamp(60px, 8vw, 130px); }
  .page-company .cn1 .wrap dl {
    display: flex;
    gap: 20px;
    line-height: 2;
    margin-bottom: 30px; }
    .page-company .cn1 .wrap dl:last-child {
      margin-bottom: 0; }
    @media all and (max-width: 1024px) {
      .page-company .cn1 .wrap dl dt, .page-company .cn1 .wrap dl dd {
        font-size: 12px; } }
    @media all and (max-width: 1024px) {
      .page-company .cn1 .wrap dl dt *, .page-company .cn1 .wrap dl dd * {
        font-size: 12px; } }
    .page-company .cn1 .wrap dl dt {
      width: calc( 25% - 20px ); }
    .page-company .cn1 .wrap dl dd {
      width: 75%; }
.page-company .cn1 .recruitBtnWrap {
  text-align: center; }
  .page-company .cn1 .recruitBtnWrap p {
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 10px; }
  .page-company .cn1 .recruitBtnWrap .squareBtn {
    display: inline-block;
    text-decoration: none; }

/****************************************


RECRUIT


*****************************************/
.single-recruit_post .pageTitWrap {
  padding-top: clamp(70px, 10vw, 100px);
  padding-bottom: clamp(50px, 10vw, 50px);
  position: relative;
  overflow: hidden;
  height: 530px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box; }
  @media all and (max-width: 1024px) {
    .single-recruit_post .pageTitWrap {
      height: 470px; } }
  .single-recruit_post .pageTitWrap h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .single-recruit_post .pageTitWrap .pageTit {
    font-size: clamp(50px, 8vw, 120px);
    color: #FFF;
    line-height: 1; }
  .single-recruit_post .pageTitWrap .subTit {
    font-size: clamp(16px, 1.6vw, 16px);
    font-weight: 500;
    line-height: 1;
    color: #FFF; }
  .single-recruit_post .pageTitWrap .bgVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0; }
  .single-recruit_post .pageTitWrap h2 {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    padding: 80px 20px; }
.single-recruit_post .recruitWrap {
  padding: clamp(80px, 14vw, 200px) 0; }
  .single-recruit_post .recruitWrap .recruitTab {
    display: flex;
    justify-content: center;
    border-bottom: solid 1px #A3A3A3;
    margin-bottom: 100px;
    gap: 40px; }
    @media all and (max-width: 1024px) {
      .single-recruit_post .recruitWrap .recruitTab {
        flex-wrap: wrap;
        gap: 10px 40px; } }
    .single-recruit_post .recruitWrap .recruitTab li a {
      font-size: clamp(18px, 1.8vw, 18px);
      font-weight: bold;
      padding: 7px 0;
      border-bottom: solid 4px transparent;
      transition: 0.8s ease-in-out; }
      .single-recruit_post .recruitWrap .recruitTab li a:hover, .single-recruit_post .recruitWrap .recruitTab li a.is-current {
        color: #E52D2D;
        border-bottom: solid 4px #E52D2D; }
  .single-recruit_post .recruitWrap .recruitPost {
    display: flex;
    justify-content: center; }
    .single-recruit_post .recruitWrap .recruitPost .jobTitle {
      font-size: clamp(18px, 1.8vw, 18px);
      font-weight: bold;
      margin-bottom: 50px;
      text-align: center; }
      @media all and (max-width: 1024px) {
        .single-recruit_post .recruitWrap .recruitPost .jobTitle {
          margin-bottom: 30px; } }
    .single-recruit_post .recruitWrap .recruitPost .recruitDetail {
      max-width: 1024px;
      margin: 0 auto;
      padding: 40px 20px;
      margin-bottom: 80px; }
      @media all and (max-width: 1024px) {
        .single-recruit_post .recruitWrap .recruitPost .recruitDetail {
          max-width: 100%;
          padding: 0;
          margin: 0;
          display: grid;
          grid-template-columns: max-content 1fr;
          column-gap: 20px;
          row-gap: 12px;
          align-items: start;
          margin-bottom: 60px; } }
      .single-recruit_post .recruitWrap .recruitPost .recruitDetail dl {
        display: flex;
        align-items: flex-start;
        gap: 40px;
        padding: 20px 0;
        border-top: 1px solid #eee; }
        @media all and (max-width: 1024px) {
          .single-recruit_post .recruitWrap .recruitPost .recruitDetail dl {
            gap: 20px;
            padding: 14px 0;
            display: contents; } }
        .single-recruit_post .recruitWrap .recruitPost .recruitDetail dl:last-child {
          border-bottom: 1px solid #eee; }
        .single-recruit_post .recruitWrap .recruitPost .recruitDetail dl dt {
          flex: 0 0 180px;
          font-weight: 700;
          line-height: 1.8; }
          @media all and (max-width: 1024px) {
            .single-recruit_post .recruitWrap .recruitPost .recruitDetail dl dt {
              grid-column: 1;
              width: auto;
              font-size: 12px;
              flex: 0;
              white-space: nowrap;
              word-break: keep-all;
              display: inline-block; } }
      .single-recruit_post .recruitWrap .recruitPost .recruitDetail dd {
        flex: 1 1 auto;
        line-height: 1.9;
        max-width: 60ch; }
        @media all and (max-width: 1024px) {
          .single-recruit_post .recruitWrap .recruitPost .recruitDetail dd {
            grid-column: 2;
            font-size: 12px;
            max-width: 100%; } }
        @media all and (max-width: 1024px) {
          .single-recruit_post .recruitWrap .recruitPost .recruitDetail dd * {
            font-size: 12px; } }
        .single-recruit_post .recruitWrap .recruitPost .recruitDetail dd ul {
          margin: 0; }
          .single-recruit_post .recruitWrap .recruitPost .recruitDetail dd ul li {
            margin: .2em 0; }
    .single-recruit_post .recruitWrap .recruitPost .recruitContact {
      padding: 40px;
      max-width: 700px;
      width: 100%;
      border: solid 1px #000;
      box-sizing: border-box;
      margin: 0 auto; }
      @media all and (max-width: 1024px) {
        .single-recruit_post .recruitWrap .recruitPost .recruitContact {
          padding: 30px; } }
      .single-recruit_post .recruitWrap .recruitPost .recruitContact .tit {
        margin-bottom: 20px;
        text-align: center; }
        @media all and (max-width: 1024px) {
          .single-recruit_post .recruitWrap .recruitPost .recruitContact .tit {
            text-align: left; } }
      .single-recruit_post .recruitWrap .recruitPost .recruitContact .wrap {
        display: flex;
        gap: 30px;
        justify-content: center; }
        @media all and (max-width: 1024px) {
          .single-recruit_post .recruitWrap .recruitPost .recruitContact .wrap {
            flex-direction: column;
            gap: 15px; } }
        .single-recruit_post .recruitWrap .recruitPost .recruitContact .wrap .tel a {
          display: flex;
          align-items: center;
          font-weight: bold;
          color: #000;
          text-decoration: none;
          gap: 8px; }
          .single-recruit_post .recruitWrap .recruitPost .recruitContact .wrap .tel a::before {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url("img/iconRecruitTel.svg") no-repeat center/contain; }
        .single-recruit_post .recruitWrap .recruitPost .recruitContact .wrap .mail a {
          display: flex;
          align-items: center;
          font-weight: bold;
          color: #000;
          text-decoration: none;
          gap: 8px; }
          .single-recruit_post .recruitWrap .recruitPost .recruitContact .wrap .mail a::before {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url("img/iconRecruitMail.svg") no-repeat center/contain; }

/****************************************


CONTACT


*****************************************/
.page-contact .txt {
  margin-bottom: 70px; }
  @media all and (max-width: 1024px) {
    .page-contact .txt {
      margin-bottom: 50px; } }
.page-contact .cfWrap .inp, .page-contact .cfWrap .sel, .page-contact .cfWrap .txt {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #C9C9C9;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  padding: 14px 16px;
  border-radius: 2px;
  margin-bottom: 25px;
  transition: border-color .2s ease; }
.page-contact .cfWrap .inp, .page-contact .cfWrap .txt {
  color: #333; }
.page-contact .cfWrap .inp::placeholder, .page-contact .cfWrap .txt::placeholder {
  color: #C9C9C9; }
.page-contact .cfWrap .inp:focus, .page-contact .cfWrap .txt:focus {
  outline: none;
  border-color: #E52D2D; }
.page-contact .cfWrap .sel {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("img/iconArrowDown.svg");
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 14px; }
  @media all and (max-width: 1024px) {
    .page-contact .cfWrap .sel {
      background-position: right 20px center; } }
.page-contact .cfWrap .wpcf7-form-control.wpcf7-not-valid {
  margin-bottom: 0; }
.page-contact .cfWrap .wpcf7-not-valid-tip {
  font-size: clamp(14px, 1.4vw, 14px);
  color: #E52D2D; }
.page-contact .cfWrap .checkbox {
  text-align: center;
  margin-bottom: 80px; }
  @media all and (max-width: 1024px) {
    .page-contact .cfWrap .checkbox {
      margin-bottom: 40px; } }
  .page-contact .cfWrap .checkbox .wpcf7-list-item {
    margin: 0; }
    .page-contact .cfWrap .checkbox .wpcf7-list-item label {
      margin: 0;
      display: flex;
      align-items: center; }
    .page-contact .cfWrap .checkbox .wpcf7-list-item .wpcf7-list-item-label {
      margin-left: 10px;
      text-align: left;
      width: calc( 100% - 36px ); }
.page-contact .cfWrap .submitRow .wpcf7-submit.btn {
  background: #E52D2D;
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 9999px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(15px, 1.5vw, 15px);
  font-weight: normal;
  letter-spacing: .4em;
  cursor: pointer; }
  .page-contact .cfWrap .submitRow .wpcf7-submit.btn:hover {
    background: #A62B28; }
.page-contact .wpcf7 form.submitting .wpcf7-submit.btn {
  opacity: .7; }
.page-contact .wpcf7-spinner {
  display: none; }

/****************************************


THANKS


*****************************************/
.page-thanks .innerS {
  text-align: center; }
  .page-thanks .innerS a {
    display: inline-block;
    color: #1A282E;
    margin-top: 40px; }

/*# sourceMappingURL=style.css.map */
