@charset "UTF-8";
.only-sp {
  display: none;
}
@media screen and (max-width: 639.0px) {
  .only-sp {
    display: block;
  }
}

.only-pc {
  display: block;
}
@media screen and (max-width: 1023.9px) {
  .only-pc {
    display: none;
  }
}

.only-pc-tablet {
  display: block;
}
@media screen and (max-width: 639.0px) {
  .only-pc-tablet {
    display: none;
  }
}

/*=====================共通*/
html {
  scroll-behavior: smooth;
  height: 100%;
  font-size: 16px !important;
}
@media screen and (max-width: 639.0px) {
  html {
    font-size: 16px !important;
  }
}
html body {
  height: 100%;
  color: #f3f3f3;
  font-family: "Noto Serif JP", serif;
  margin: 0;
  text-align: center;
  overflow-x: hidden;
  visibility: visible;
  background-color: #BF9A60;
  z-index: -2;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 639.0px) {
  html body {
    font-size: 14px;
  }
}
html body::before, html body::after {
  content: "";
  top: 0;
  background-position: top center;
  z-index: 0;
  position: fixed;
  width: 100vw;
  left: 0;
  min-height: 120lvh;
  min-height: 120vh;
  height: 120vh;
  transform: translate3d(0, 0, -1px);
}
@media screen and (max-width: 1023.9px) {
  html body::before, html body::after {
    top: -30px;
  }
}
html body::before {
  background-image: url(../../../../../wp-content/uploads/2025/09/main_back_kwerrw4f1i-scaled.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
html body::after {
  background-color: #252525;
  opacity: 0.8;
}
@supports (-webkit-touch-callout: none) {
  html body:before {
    height: -webkit-fill-available;
  }
}
html .h2-title {
  color: #f3f3f3;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 2.8rem;
  margin-bottom: 7rem;
  color: white;
  text-shadow: 0px 0px 2px #F2B33D;
}
@media screen and (max-width: 1023.9px) {
  html .h2-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 639.0px) {
  html .h2-title {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
html .h2-title span {
  width: 80%;
  display: block;
  margin: auto;
}
html h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1023.9px) {
  html h3 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 639.0px) {
  html h3 {
    font-size: 1.2rem;
  }
}
html h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  html h4 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 639.0px) {
  html h4 {
    font-size: 1.3rem;
  }
}
html p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1rem;
}
html img {
  width: 100%;
  margin-bottom: 2rem;
}
html .left {
  text-align: left;
}
@media screen and (max-width: 639.0px) {
  html .pc-tab-pnly {
    display: none;
  }
}
html .sp-only {
  display: none;
}
@media screen and (max-width: 639.0px) {
  html .sp-only {
    display: inherit;
  }
}
html .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 2rem;
  display: block;
}
html .btn a {
  color: white;
  display: block;
  margin: auto;
  padding: 15px 30px;
  min-width: 250px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 15px;
  text-decoration: none;
  border: 1px solid white;
  color: #2a2a2a;
  background-color: rgba(255, 255, 255, 0.8);
}
html .btn a i {
  margin-left: 10px;
  position: relative;
  top: -1px;
}
html .btn a i:before {
  font-weight: bold !important;
}
html .btn a:hover {
  opacity: 0.9;
  transition: 0.2s;
}
html .nav-banner {
  margin-top: 2rem;
  display: block;
}
html .l-container {
  margin-top: 80px;
  display: flex;
}
@media screen and (max-width: 639.0px) {
  html .l-container {
    margin-top: 60px;
  }
}
html .l-container .l-contents {
  margin: auto;
  z-index: 1;
}
html .l-container .l-contents section {
  padding: 7rem 0;
}
@media screen and (max-width: 639.0px) {
  html .l-container .l-contents section {
    padding: 4rem 0;
  }
}
html .l-container .l-contents section .section-inner {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}
html .l-container .l-contents section:first-of-type {
  padding-top: 0;
}
html .l-container .l-contents .footer {
  margin: 5rem 0;
  padding-bottom: 5rem;
}
html .l-container .l-contents .footer .copy {
  text-align: center;
}
@media screen and (max-width: 639.0px) {
  html .l-container .l-contents .footer .copy {
    width: 90%;
    margin: auto;
    font-size: 0.9rem;
  }
}

.top-section .main-img {
  width: 100%;
  margin-bottom: 5rem;
  max-width: 900px;
}
@media screen and (max-width: 1023.9px) {
  .top-section .main-img {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 639.0px) {
  .top-section .main-img {
    margin-top: 3rem;
  }
}
.top-section .banner-outer:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.top-section .banner-outer .friend-banner {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5rem;
}
@media screen and (max-width: 639.0px) {
  .top-section .banner-outer .friend-banner {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 639.0px) {
  .top-section .banner-outer .friend-banner img {
    margin-bottom: 0;
  }
}
.top-section .main-text__area {
  margin-top: 6rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 639.0px) {
  .top-section .main-text__area {
    margin-bottom: 5rem;
  }
}
.top-section .main-text__area .catch-text {
  font-size: 1.8rem;
  line-height: 4rem;
}
@media screen and (max-width: 1023.9px) {
  .top-section .main-text__area .catch-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 639.0px) {
  .top-section .main-text__area .catch-text {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
}
.top-section .main-text__area .day {
  font-size: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 0;
  line-height: 1.5;
}
@media screen and (max-width: 1023.9px) {
  .top-section .main-text__area .day {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 639.0px) {
  .top-section .main-text__area .day {
    font-size: 1rem;
  }
}
.top-section .main-text__area .location {
  font-size: 1.8rem;
}
@media screen and (max-width: 639.0px) {
  .top-section .main-text__area .location {
    font-size: 1.2rem;
  }
}
.top-section .main-text__area .name__outer {
  display: flex;
  justify-content: center;
  letter-spacing: 2px;
  margin-top: 7rem;
}
@media screen and (max-width: 639.0px) {
  .top-section .main-text__area .name__outer {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 639.0px) {
  .top-section .main-text__area .name__outer {
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
  }
}
.top-section .main-text__area .name__outer .name__inner {
  align-items: center;
  display: flex;
  padding: 0 20px;
}
@media screen and (max-width: 639.0px) {
  .top-section .main-text__area .name__outer .name__inner {
    margin-top: 2rem;
  }
}
.top-section .main-text__area .name__outer .name__inner .role {
  font-size: 1.3rem;
  margin-right: 10px;
}
@media screen and (max-width: 1023.9px) {
  .top-section .main-text__area .name__outer .name__inner .role {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 639.0px) {
  .top-section .main-text__area .name__outer .name__inner .role {
    font-size: 1rem;
  }
}
.top-section .main-text__area .name__outer .name__inner .name {
  font-size: 2rem;
}
@media screen and (max-width: 1023.9px) {
  .top-section .main-text__area .name__outer .name__inner .name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639.0px) {
  .top-section .main-text__area .name__outer .name__inner .name {
    font-size: 1.6rem;
  }
}

#invitation .section-inner {
  max-width: 900px;
}
#invitation .h2-title {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 2rem;
  margin-bottom: 5rem;
  letter-spacing: normal;
  font-weight: normal;
  text-shadow: none;
}
@media screen and (max-width: 639.0px) {
  #invitation .h2-title {
    font-size: 1.2rem;
  }
}
#invitation .h2-title span {
  margin-bottom: 1rem;
  display: block;
  background: black;
  color: #BF9A60;
  border: 1px solid #BF9A60;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px;
}
@media screen and (max-width: 639.0px) {
  #invitation .h2-title span {
    font-size: 1.1rem;
  }
}
#invitation p {
  font-weight: normal;
}
#invitation .introduction {
  text-align: left;
  line-height: 2;
}
#invitation h3 {
  font-size: 1.2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 639.0px) {
  #invitation h3 {
    font-size: 1rem;
  }
}
#invitation ul {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  font-size: 1.1rem;
  line-height: 2;
  list-style: disc;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 639.0px) {
  #invitation ul {
    padding-left: 1rem;
    font-size: 1rem;
  }
}
#invitation .conditions-title {
  margin-bottom: 0;
  margin-top: 3rem;
}
@media screen and (max-width: 639.0px) {
  #invitation .form-text {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 639.0px) {
  #invitation .ticket-text {
    font-size: 0.9rem;
  }
}
#invitation .btn {
  margin-top: 1rem;
}
#invitation .btn.return {
  margin-top: 12rem;
}
@media screen and (max-width: 639.0px) {
  #invitation .btn.return {
    margin-top: 7rem;
  }
}
#invitation .bunka-logo {
  width: 220px;
  margin-right: auto;
  margin-left: auto;
  background: white;
  padding: 5px 5px;
  margin-top: 3rem;
}
#invitation .bunka-logo img {
  width: 150px;
  margin-bottom: 0;
}

/*=====================メニュー用のCSS*/
.lp-header {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  min-width: 100vw;
  box-shadow: none;
  padding: 0 30px 0 30px;
  padding-left: 5%;
  background-color: transparent !important;
  box-shadow: none !important;
}
@media screen and (max-width: 639.0px) {
  .lp-header {
    height: 50px;
    padding: 0 10px 0 10px;
  }
}
@media screen and (max-width: 639px) {
  .lp-header {
    padding: 0 10px 0 20px;
    height: 60px;
  }
}
.lp-header .banner-area {
  display: flex;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 1023.9px) {
  .lp-header .banner-area {
    height: 60px;
  }
}
@media screen and (max-width: 639.0px) {
  .lp-header .banner-area {
    height: 50px;
  }
}
.lp-header .banner-area .lp-header-logo__outer {
  display: flex;
  align-items: center;
}
.lp-header .banner-area .lp-header-logo {
  height: 70px;
  transition: all 0.5s;
  margin-bottom: 0;
  width: auto;
}
@media screen and (max-width: 1023.9px) {
  .lp-header .banner-area .lp-header-logo {
    height: 55px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 639.0px) {
  .lp-header .banner-area .lp-header-logo {
    height: 45px;
    margin-top: 10px;
  }
}
.lp-header .banner-area .lp-header-logo.ceder {
  height: 50px;
  margin-right: 10px;
}
@media screen and (max-width: 1023.9px) {
  .lp-header .banner-area .lp-header-logo.ceder {
    height: 40px;
  }
}
@media screen and (max-width: 639.0px) {
  .lp-header .banner-area .lp-header-logo.ceder {
    height: 30px;
  }
}
.lp-header #navArea {
  z-index: 101;
}
.lp-header nav {
  display: block;
  position: fixed;
  top: 0;
  left: -400px;
  bottom: 0;
  width: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}
.lp-header nav .inner {
  padding: 25px 10px 25px 10px;
}
.lp-header nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.lp-header nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: none;
}
.lp-header nav .inner ul li a {
  display: block;
  color: black;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .lp-header nav {
    left: -320px;
    width: 320px;
  }
}
.lp-header .toggle_btn {
  position: fixed;
  right: 5%;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 575px) {
  .lp-header .toggle_btn {
    right: 10px;
  }
}
.lp-header .toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  border-radius: 4px;
  transition: all 0.5s;
  background-color: #BF9A60;
}
.lp-header .toggle_btn span:nth-child(1) {
  top: 4px;
}
.lp-header .toggle_btn span:nth-child(2) {
  top: 14px;
}
.lp-header .toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.lp-header #mask {
  display: none;
  transition: all 0.5s;
}
.lp-header .open nav {
  left: 0;
  opacity: 1;
  background-color: #BF9A60;
}
.lp-header .open .toggle_btn span {
  background-color: #BF9A60;
}
.lp-header .open .toggle_btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}
.lp-header .open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.lp-header .open .toggle_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}
.lp-header .open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
}/*# sourceMappingURL=mishima-style.css.map */