.sh {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  clip-path: inset(50%);
}

html,
body {
  height: auto;
}

html {
  font-size: 100%;
}

h1,
h2,
h3,
p,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-wrapper {
  margin-top: 0;
  position: relative;
}

.footer-wrapper .move-top {
  margin: 0 auto;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}

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

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

.splide {
  width: 100%;
}

.splide__slide img {
  width: 100%;
}

.splide__arrow {
  height: 2.82em;
  border-radius: 0;
  opacity: 1;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .splide__arrow {
    height: 2em;
  }
}
.splide__arrow.splide__arrow--prev {
  background: url(../img/icon-arrow-left.svg) no-repeat center center;
  left: -3.5em;
}
@media screen and (max-width: 767px) {
  .splide__arrow.splide__arrow--prev {
    left: -2.3em;
  }
}
@media screen and (max-width: 350px) {
  .splide__arrow.splide__arrow--prev {
    left: -1.2em;
  }
}
.splide__arrow.splide__arrow--next {
  background: url(../img/icon-arrow-right.svg) no-repeat center center;
  right: -3.5em;
}
@media screen and (max-width: 767px) {
  .splide__arrow.splide__arrow--next {
    right: -2.3em;
  }
}
@media screen and (max-width: 350px) {
  .splide__arrow.splide__arrow--next {
    right: -1.2em;
  }
}

.splide__pagination__page {
  width: 15px;
  height: 15px;
  margin: 5px;
  background: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .splide__pagination__page {
    width: 12px;
    height: 12px;
  }
}
.splide__pagination__page.is-active {
  background: #898989;
  transform: scale(1);
}

.main {
  background: #e0dbd5;
}

.main-container {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .main-container {
    padding-bottom: 100px;
  }
}

.mv {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}

.mv-title {
  max-width: 623px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .mv-title {
    width: 90%;
  }
}

.section {
  margin-top: 160px;
  border-top: 10px solid #474036;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .section {
    width: calc(100% - 40px);
    margin: clamp(40px, 12.5vw, 80px) auto 0;
  }
}

.section:first-of-type {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .section:first-of-type {
    margin-top: clamp(40px, 12.5vw, 80px);
  }
}

.section-title {
  color: #474036;
  text-align: center;
}

.section-container {
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .section-container {
    padding-block: 60px;
  }
}
.section-container.about-container {
  padding-inline: 80px;
}
@media screen and (max-width: 767px) {
  .section-container.about-container {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 350px) {
  .section-container.about-container {
    padding-inline: 20px;
  }
}
.section-container.op-event-container {
  padding-block: 80px 170px;
}
@media screen and (max-width: 767px) {
  .section-container.op-event-container {
    padding-block: 60px;
  }
}

.about-title {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .about-title {
    font-size: clamp(1.125rem, 3.5vw, 1.375rem);
  }
}

.about-text {
  font-size: 1.125rem;
  line-height: 2.1;
  text-align: center;
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .about-text {
    font-size: clamp(0.875rem, 2.5vw, 1rem);
  }
}

.about-slide {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .about-slide {
    margin-top: 35px;
  }
}

.op-event-title {
  font-size: 2.25rem;
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .op-event-title {
    font-size: clamp(1.75rem, 4vw, 2rem);
  }
}
.op-event-title::before {
  content: "";
  display: block;
  width: 46px;
  height: 35px;
  margin: 0 auto;
  background: url("../img/icon-title.svg") no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.op-event-item {
  margin-top: 170px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .op-event-item {
    margin-top: 60px;
    flex-direction: column;
  }
}
.op-event-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .op-event-item:nth-child(even) {
    flex-direction: column;
  }
}
.op-event-item:first-child {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .op-event-item:first-child {
    margin-top: 60px;
  }
}

.op-event-image {
  max-width: 578px;
  overflow: hidden;
}
.op-event-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}

.op-event-item:nth-child(odd) .op-event-image {
  border: 1px solid #474036;
  border-left: none;
  border-top-right-radius: 35px;
}
@media screen and (max-width: 767px) {
  .op-event-item:nth-child(odd) .op-event-image {
    border-left: none;
    border-right: none;
    border-top-right-radius: 0;
  }
}

.op-event-item:nth-child(even) .op-event-image {
  border: 1px solid #474036;
  border-right: none;
  border-top-left-radius: 35px;
}
@media screen and (max-width: 767px) {
  .op-event-item:nth-child(even) .op-event-image {
    border-left: none;
    border-right: none;
    border-top-left-radius: 0;
  }
}

.op-event-desc {
  flex-grow: 1;
  padding-inline: 50px;
}
@media screen and (max-width: 767px) {
  .op-event-desc {
    margin-top: 30px;
    padding-inline: 20px;
  }
}

.op-event-head {
  padding: 8px 0 0 clamp(60px, 18.8vw, 120px);
  position: relative;
}
.op-event-head::before {
  content: "";
  display: block;
  width: clamp(55px, 16.2vw, 103px);
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .op-event-head::before {
    left: -6px;
  }
}
.op-event-head.num01::before {
  background: url("../img/title-num01.svg") no-repeat center center;
}
.op-event-head.num02::before {
  background: url("../img/title-num02.svg") no-repeat center center;
}

.op-event-date {
  font-size: clamp(0.875rem, 2.7vw, 1.125rem);
  color: #fff;
  padding: 0 clamp(10px, 2.7vw, 20px);
  display: inline-block;
  background: #474036;
}
@media screen and (max-width: 767px) {
  .op-event-date {
    margin-top: 0;
  }
}
.op-event-date span {
  font-size: clamp(0.75rem, 2.1vw, 0.875rem);
  margin-left: 5px;
}

.op-event-heading {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .op-event-heading {
    font-size: clamp(1.25rem, 4vw, 1.625rem);
  }
}
.op-event-heading {
  color: #474036;
}
.op-event-heading span {
  padding-inline: 10px;
  display: inline-block;
}

.op-event-lead {
  font-size: clamp(1rem, 2.9vw, 1.125rem);
  font-weight: bold;
  line-height: 1.45;
  margin-top: clamp(20px, 4.6vw, 35px);
}

.op-event-limit {
  margin-top: 10px;
  border-bottom: 1px solid #474036;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .op-event-limit {
    display: block;
  }
}
.op-event-limit dt, .op-event-limit dd {
  font-size: clamp(1.0625rem, 3vw, 1.1875rem);
  font-weight: bold;
  color: #474036;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .op-event-limit dt, .op-event-limit dd {
    display: block;
  }
}
.op-event-limit dt::after {
  content: ":";
  margin-left: 5px;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 767px) {
  .op-event-limit dt::after {
    content: none;
  }
}

.op-event-notes {
  margin-top: 20px;
}
.op-event-notes li {
  font-size: clamp(0.75rem, 2.2vw, 0.875rem);
  text-indent: -1em;
  padding-left: 1em;
}

.footer-link {
  max-width: 700px;
  width: 100%;
  margin: 105px auto 0;
}
@media screen and (max-width: 767px) {
  .footer-link {
    width: calc(100% - 40px);
    margin: clamp(60px, 12.5vw, 80px) auto 0;
  }
}

.link-list {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .link-list {
    gap: 20px;
    flex-direction: column;
  }
}

.link-item {
  width: 50%;
  height: 56px;
  background: #474036;
}
@media screen and (max-width: 767px) {
  .link-item {
    width: 100%;
  }
}
.link-item a {
  font-size: 1.125rem;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .link-item a {
    font-size: clamp(0.875rem, 2.9vw, 1rem);
  }
}
.link-item a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.link-item a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #ffffff;
  border-bottom: 0;
  display: block;
  position: absolute;
  bottom: 3px;
  right: -1px;
  transform: rotate(-45deg);
}
.link-item a .blank {
  padding-right: 25px;
  position: relative;
}
.link-item a .blank::after {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  background: url(../img/icon-blank.svg) no-repeat center center;
  position: absolute;
  top: 5px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .link-item a .blank::after {
    top: clamp(1px, 5vw, 3px);
  }
}

.shopsns {
  text-align: center;
  margin-top: 105px;
}
@media screen and (max-width: 767px) {
  .shopsns {
    margin-top: clamp(40px, 12.5vw, 80px);
  }
}
.shopsns dt {
  font-size: 1.25rem;
  color: #474036;
  text-align: center;
  padding: 0 2px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shopsns dt {
    font-size: clamp(1rem, 4vw, 1.125rem);
  }
}
.shopsns dt::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #474036;
  position: absolute;
  bottom: 0;
  left: 0;
}
.shopsns dd {
  margin-top: 35px;
}

.shopsns-list {
  display: flex;
  justify-content: center;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .shopsns-list {
    gap: 50px;
  }
}

.shopsns-item {
  text-align: center;
}
.shopsns-item a {
  font-size: 1rem;
  font-weight: bold;
  color: #474036;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .shopsns-item a {
    font-size: clamp(0.875rem, 2.9vw, 1rem);
  }
}
.shopsns-item a:hover {
  text-decoration: none;
}
.shopsns-item img {
  width: 49px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .shopsns-item img {
    width: 40px;
  }
}
.shopsns-item p {
  margin-top: 10px;
}/*# sourceMappingURL=style.css.map */