@charset "UTF-8";
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 0;
}

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

li {
  list-style-type: none;
}

dl {
  margin-top: 0;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

figure {
  margin: 0;
}

address, em, cite, dfn, var, i {
  font-style: inherit;
}

img, iframe, embed, object, video, audio, svg, canvas {
  vertical-align: bottom;
}

img, video, input, select, textarea {
  max-width: 100%;
  height: auto;
}

svg {
  fill: currentcolor;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
}

th {
  text-align: inherit;
}

input, button, select, textarea {
  padding: 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: 0;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

/* =========================
   _base.scss
========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #222;
  overflow-x: hidden;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  color: #222;
}

a:hover {
  color: #007aff;
}

figure img {
  width: 100%;
  height: auto;
}

figcaption {
  font-size: 1.2rem;
  text-align: center;
}

.l-container {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-container {
    width: 90%;
  }
}

.sparkle {
  position: absolute;
  width: 8px;
  height: 8px;
  opacity: 0;
  background: linear-gradient(45deg, transparent 40%, #fff 50%, transparent 60%), linear-gradient(-45deg, transparent 40%, #fff 50%, transparent 60%);
  transform: rotate(45deg) scale(0.3);
  animation: sparkleFlash 1s ease-out forwards;
}

.sparkle::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 244, 179, 0.9) 0%, rgba(255, 215, 0, 0.3) 40%, transparent 70%);
  opacity: 0;
  transform: scale(0);
  animation: flareFlash 1s ease-out forwards;
}

@keyframes sparkleFlash {
  0% {
    opacity: 0;
    transform: rotate(45deg) scale(0.3);
  }
  30% {
    opacity: 1;
    transform: rotate(45deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) scale(0);
  }
}
@keyframes flareFlash {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  40% {
    opacity: 0.8;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
/* =========================
   _layout.scss
========================= */
.Rounded-b {
  font-family: "m-plus-rounded-1p", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.Rounded-h {
  font-family: "m-plus-rounded-1p", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.gold {
  color: #A87E29;
}

.fs-M {
  font-size: clamp(1.8rem, 2.5vw, 2.8rem);
}

.fs-L {
  font-size: clamp(2.3rem, 2.5vw, 3.5rem);
}

/* Header */
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}
.l-header__logo img {
  height: 60px;
}
@media (max-width: 768px) {
  .l-header__logo img {
    height: 40px;
  }
}

/* Footer */
.l-footer {
  padding: 40px 0;
  text-align: center;
  background: #eef7ff;
}
.l-footer .footer-link {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  text-align: left;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .l-footer .footer-link {
    max-width: 520px;
    margin: auto;
  }
  .l-footer .footer-link__item {
    width: 45%;
  }
}
.l-footer .footer-copyright {
  padding-top: 40px;
  display: block;
  font-size: 1rem;
}

/* PageTop */
.c-pagetop {
  position: fixed;
  right: 20px;
  bottom: 100px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: #333;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 100;
}
.c-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

.bg-matsuken {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../img/bg_matsuken.png"), url("../img/bg_kira.png");
  background-position: left -240px top, right top;
  background-size: auto 110%, contain;
  background-repeat: no-repeat, no-repeat;
  height: 100dvh;
  z-index: -20;
}
@media (max-width: 768px) {
  .bg-matsuken {
    opacity: 0.3;
  }
}

.bg-gold {
  position: relative;
  overflow: hidden;
}
.bg-gold::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/matuken007.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.9;
  z-index: -10;
}
.bg-gold > * {
  position: relative;
  z-index: 0;
}

/* Hero */
.p-hero {
  overflow: hidden;
}
.p-hero__inner {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/matuken007.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-hero__inner {
    height: 60vh;
  }
}
.p-hero__inner .fv {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px 0;
}
.p-hero__title {
  color: #A87E29;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  padding: 6px 0 12px;
  border-bottom: solid 3px #A87E29;
}
.p-hero__title .date {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-hero__title .date {
    flex-direction: column;
    gap: 0;
  }
}
.p-hero__title .date__label {
  background: #A87E29;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: clamp(1.4rem, 2vw, 3.2rem);
  white-space: nowrap;
}
.p-hero__title .date__text {
  font-size: clamp(2.8rem, 4vw, 6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.p-hero__title .title {
  display: block;
  font-size: clamp(2rem, 2.6vw, 3.3rem);
  letter-spacing: 0.05em;
}

/* Section */
.p-section {
  padding: 80px 0;
}
.p-section__inner {
  text-align: center;
}
.p-section h2 img {
  margin: 0 auto;
}
.p-section .wrapper {
  padding: 3rem 0 5rem;
}
@media (max-width: 768px) {
  .p-section .wrapper {
    padding: 2rem 0 3rem;
  }
}
.p-section .wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 36px;
}
.p-section .wrap > div {
  width: 48%;
}
@media (max-width: 768px) {
  .p-section .wrap {
    flex-direction: column;
  }
  .p-section .wrap > div {
    width: 85%;
    margin: 0 auto;
  }
}

.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.heading::before, .heading::after {
  width: 3px;
  height: 80px;
  background-color: #fff;
  content: "";
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.heading::before {
  transform: rotate(-35deg);
  margin-right: 30px;
  margin-bottom: -15px;
}
.heading::after {
  transform: rotate(35deg);
  margin-left: 30px;
  margin-bottom: -15px;
}
.heading.gold {
  color: #A87E29;
  text-shadow: none;
}
.heading.gold::before, .heading.gold::after {
  background-color: #A87E29;
  box-shadow: none;
}

.heading_img {
  max-width: 568px;
  margin: 13px auto 40px;
}

.card {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.card img {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
}
.card__title {
  color: #fff;
  font-size: 3.2rem;
  margin-top: 0.5em;
  line-height: 1, 4;
}
.card__title span {
  display: block;
  color: #000;
  font-size: 1.2rem;
}
.card__area {
  color: #fff;
  font-size: 1.2rem;
  margin: 15px 0;
}
.card__area p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 10px;
}
.card__area p::before {
  content: "場所";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4em;
  height: 3.4em;
  flex-shrink: 0;
  color: #CAAE76;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0.7em;
  line-height: 1;
}
.card__time {
  color: #fff;
  font-size: 1.2rem;
  margin: 15px 0 20px;
}
.card__time p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 10px;
}
.card__time p::before {
  content: "時間";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4em;
  height: 3.4em;
  flex-shrink: 0;
  color: #CAAE76;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0.7em;
  line-height: 1;
}
.card .card__title.gold,
.card .card__area.gold {
  color: #A87E29;
}
.card .card__area.gold p::before {
  color: #fff;
  background-color: #A87E29;
}

.wrapper2 {
  position: relative;
  border-bottom: 3px solid #A87E29;
}
.wrapper2 .matsuken {
  position: absolute;
  bottom: 0;
  right: -20%;
  z-index: -1;
}
@media (max-width: 1365px) {
  .wrapper2 .matsuken {
    display: none;
  }
}

.cafe {
  position: relative;
}
.cafe p {
  text-align: center;
  margin: 0.6em auto 1em;
}

.event {
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .event {
    padding-bottom: 120px;
  }
}
.event p {
  text-align: center;
  color: #fff;
  margin: 0.6em auto 1em;
}
.event__fukidasi4 {
  position: absolute;
  bottom: -10px;
  right: -5%;
}
@media (max-width: 768px) {
  .event__fukidasi4 {
    max-width: 200px;
    bottom: -8%;
    right: 0;
  }
}

.infomation {
  text-align: center;
  padding: 1.5em 1em;
}

/* button */
.button a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 398px;
  padding: 26px 50px;
  color: #CAAE76;
  transition: 0.3s ease-in-out;
  font-weight: 700;
  border-radius: 7px;
  background: #fff;
  border: 2px solid #A87E29;
}
@media (max-width: 768px) {
  .button a {
    padding: 20px;
    font-size: 1.2rem;
  }
}
.button a:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}

.br-pc {
  display: block;
}
@media (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

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

.img-right {
  display: block;
  margin-left: auto;
  margin-right: 1em;
}

.item1 {
  animation-delay: 0s;
}

.item2 {
  animation-delay: 0.2s;
}

.item3 {
  animation-delay: 0.4s;
}

.item4 {
  animation-delay: 0.6s;
}

.anim-box.fadeup {
  opacity: 0;
  transform: translateY(30px);
}

.anim-box.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.Badge {
  position: relative;
}
.Badge::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  width: 100px;
  height: 100px;
  background-image: url("../img/content_02_2_icon.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}/*# sourceMappingURL=style.css.map */