/*
	Base
	-base
*/
html {
  font-size: 1rem;
}

body {
  font-optical-sizing: auto;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: rgb(51 51 51 / 1);
  line-height: 1;
  overflow-x: clip;
}
body :where(a) {
  color: inherit;
  text-decoration: none;
}
body :where(ul, ol) {
  list-style-type: "";
  padding: unset;
}
body :where(img) {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
body :where(button) {
  letter-spacing: 0.1em;
  touch-action: manipulation;
}

:lang(ja) {
  --leading-trim: calc((1em - 1lh) / 2);
}

:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

.leading-trim::before, .leading-trim::after {
  content: "";
  display: block;
  inline-size: 0;
  block-size: 1px;
}
.leading-trim::before {
  -webkit-margin-after: var(--leading-trim);
          margin-block-end: var(--leading-trim);
}
.leading-trim::after {
  -webkit-margin-before: var(--leading-trim);
          margin-block-start: var(--leading-trim);
}

/*
	Layouts
	-general
*/
/***********************************************
** section
***********************************************/
.l-section {
  position: relative;
  z-index: 0;
}
.l-section__header {
  display: none;
  position: fixed;
  inset: 0;
}
.l-section__contents {
  position: relative;
  margin-inline: auto;
  width: 100%;
  filter: drop-shadow(0px 0px 20px rgb(0 0 0 / 0.16));
  z-index: 10;
  overflow-x: clip;
}

/***********************************************
** footer
***********************************************/
/*
	Components
	-modal
*/
.splide__track {
  margin-inline: auto;
}
.splide__list {
  margin: unset;
}
.splide__slide {
  width: auto;
}
.splide__pagination {
  margin-top: 7.7334%;
}
.splide__pagination li {
  font-size: 0;
}
.splide__pagination__page {
  --_border-radius: 100vmax;
  opacity: 1;
  background: none;
  margin-inline: calc((5 / 375) * 100vw);
  width: calc((8 / 375) * 100vw);
  aspect-ratio: 1;
  border-radius: var(--_border-radius);
  background-color: rgb(255 255 255 / 1);
}
.splide__pagination__page.is-active {
  background-color: rgb(185 167 105 / 1);
}

@media screen and (min-width: 751px) {
  .splide__pagination__page {
    margin-inline: calc((10 * 2) * 1px);
    width: calc((16 * 1) * 1px);
  }
}
/*
	Components
	-modal
*/
html.is-fixed,
body.is-fixed {
  overflow: hidden !important;
}

/* -------------------------------------------------
common
----------------------------------------------------*/
* {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.en {
  font-family: "Lato", sans-serif;
}

html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  -ms-content-zooming: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  color: #1f1f1f;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

/* -------------------------------------------------
layout
----------------------------------------------------*/
#main {
  overflow: hidden;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* ===== header ===== */
header {
  background: #000;
  border-bottom: 1px solid #FFF;
  -webkit-background-size: 4px 4px;
  padding: 6px 10px 6px 10px;
  height: 43px;
  overflow: hidden !important;
}

#g-nav-wrap-sp {
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 1000;
  width: 70%;
  height: 100vh;
  background: #fff;
  border: 9px solid #F1CD98;
}

@media screen and (min-width: 600px) {
  #g-nav-wrap-sp {
    width: 60%;
  }
}
@media screen and (min-width: 769px) {
  #g-nav-wrap-sp {
    width: 40%;
    border: 18px solid #F1CD98;
  }
}
.g-nav-sp-in {
  padding: 70px 0 0;
}

.g-nav-sp {
  border-top: 1px solid #F1CD98;
}

.g-nav-sp a {
  position: relative;
  display: block;
  padding: 20px 20px;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #F1CD98;
}

@media screen and (min-width: 600px) {
  .g-nav-sp a {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .g-nav-sp a {
    font-size: 2.6rem;
  }
}
.g-nav-sp a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 19px;
  height: 6px;
  background: url("../img/menu_arr.png") no-repeat 0 0/100%;
  transform: translateY(-50%);
}

@media screen and (min-width: 600px) {
  .g-nav-sp a:before {
    width: 38px;
    height: 11px;
  }
}
header h2 {
  padding: 1px 0 1px 0px !important;
}

.footer {
  padding: 0 0 5.867vw;
  background: #ffffff;
}

.f-announce {
  margin-bottom: 7.467vw;
}

.f-announce img {
  width: 100%;
}

.f-sns-wrap {
  margin: 4.8vw auto 0;
}

.f-sns-wrap__head {
  width: 33.6%;
  margin: 0 auto;
}

.f-sns-btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 85.334%;
  margin: 2.133vw auto 0;
}

.f-sns-btn__line {
  width: 26.667vw;
}

.f-sns-btn__tw {
  width: 26.667vw;
}

.f-sns-btn__ig {
  width: 32vw;
}

.btn-top {
  max-width: 90.667%;
  margin: auto;
}

@media screen and (min-width: 751px) {
  .footer {
    padding: 0 0 44px;
  }
  .f-announce {
    margin-bottom: 56px;
  }
  .f-sns-wrap {
    margin: 36px auto 0;
  }
  .f-sns-wrap__head {
    width: 252px;
  }
  .f-sns-btn {
    width: 640px;
    margin: 16px auto 0;
  }
  .f-sns-btn__line {
    width: 200px;
  }
  .f-sns-btn__tw {
    width: 200px;
  }
  .f-sns-btn__ig {
    width: 240px;
  }
  .btn-top {
    max-width: 680px;
    width: 90.667%;
  }
}
.main {
  overflow: hidden;
}

#hakata {
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 751px) {
  #hakata {
    max-width: 750px;
  }
}
#hakata * {
  box-sizing: border-box;
}

.g-pagetop {
  position: fixed;
  bottom: 16vw;
  right: 5.3334%;
  width: 10.6667vw;
  aspect-ratio: 1;
  z-index: 10;
}

.g-pagetop.is-stopped {
  position: absolute;
  bottom: unset;
  top: 0;
  transform: translateY(-100%);
}

@media screen and (min-width: 750px) {
  .g-pagetop {
    bottom: 20px;
    right: 20px;
    width: 40px;
  }
}
/* ====================================
	layout
====================================== */
.main {
  overflow-x: clip;
  overflow-y: initial;
  margin-inline: auto;
  max-width: 750px;
  width: 100%;
}

.hash {
  position: relative;
}

html.is-fixed,
body.is-fixed {
  overflow: hidden !important;
}

/*
	Animation
	-an-main
*/
@-webkit-keyframes lightMoveLeft {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes lightMoveLeft {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes lightMoveRight {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes lightMoveRight {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
[data-animate-category=rotate] {
  opacity: 0;
  transform: rotateY(-90deg);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

[data-animate-category=rotate].is-show {
  opacity: 1;
  transform: rotateY(0deg);
}

[data-animate-category=fade] {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

[data-animate-category=fade].is-show {
  opacity: 1;
}

/*
	Pages
	-home
*/
.l-valentine img {
  width: 100%;
}

.l-hero {
  position: relative;
}
.l-hero .p-hero__title {
  position: absolute;
  top: 4.3%;
  left: 8.37334%;
  width: 61.536%;
  aspect-ratio: 230.76/142;
}
.l-hero .p-hero__period {
  position: absolute;
  bottom: 1.7%;
  left: 50%;
  transform: translateX(-50%);
  width: 93.86667%;
}
.l-hero .p-hero__illust {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12.5%;
}

.l-float {
  display: block;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  z-index: 3000;
}
.l-float.is-show {
  opacity: 1;
  visibility: visible;
}
.l-float.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.l-float .p-float-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
.l-float .p-float-list a {
  display: block;
}

@media screen and (min-width: 751px) {
  .l-float {
    width: 750px;
  }
  .l-float .p-float-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
.l-intro {
  position: relative;
}
.l-intro .p-intro__title {
  margin-top: -2px;
}
.l-intro .p-intro__lead {
  margin-bottom: -2px;
}
.l-intro .p-intro-nav {
  padding-block: 9.06667% 9.6%;
  background-color: rgb(67 14 14 / 1);
}
.l-intro .p-intro-nav-list {
  margin-inline: auto;
  width: 89.6%;
}
.l-intro .p-intro-nav-item:not(:first-child) {
  margin-top: 6.4%;
}
.l-intro .p-intro-nav-item a {
  display: block;
  filter: drop-shadow(0 8px 12px rgb(0 0 0 / 0.31));
}
.l-intro .p-intro-nav-item a img {
  transform: translateY(0);
  transition: transform 0.2s ease-in-out;
}
.l-intro .p-intro-nav-item a:hover img, .l-intro .p-intro-nav-item a:focus-visible img {
  transform: translateY(-4px);
}
.l-intro .p-intro-nav-item img {
  width: 100%;
}
.l-intro .p-intro__illust {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.l-intro .p-intro__light {
  position: absolute;
  top: -0.5%;
  mix-blend-mode: screen;
  pointer-events: none;
}
.l-intro .p-intro__light.left {
  left: 0;
  transform-origin: top left;
  -webkit-animation: lightMoveLeft 10s linear infinite;
          animation: lightMoveLeft 10s linear infinite;
}
.l-intro .p-intro__light.right {
  right: 0;
  transform-origin: top right;
  -webkit-animation: lightMoveRight 10s linear infinite;
          animation: lightMoveRight 10s linear infinite;
}

.l-premium {
  padding-block: 13.33334% 10.66667%;
  background: url("../img/premium_curve.webp"), linear-gradient(180deg, rgb(16, 46, 17) 0%, rgb(36, 41, 111) 100%);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
.l-premium .p-premium__title {
  margin-inline: auto;
  width: 89.6%;
}
.l-premium .p-premium__lead {
  margin: 7.46667% auto;
  width: 89.6%;
}
.l-premium .p-premium-articles {
  display: flex;
  flex-direction: column;
  margin-top: 7.73334%;
}
.l-premium .p-premium-article {
  margin-inline: auto;
  width: 89.6%;
}
.l-premium .p-premium-article:not(:first-child) {
  margin-top: 7.73334%;
}
.l-premium .p-premium-article-btn {
  position: relative;
}
.l-premium .p-premium-article-btn__more {
  position: absolute;
  top: 3.2vw;
  left: 50%;
  transform: translateX(-50%);
  width: 45.2381%;
  aspect-ratio: 152/36;
}
.l-premium .p-premium-article-btn__more img {
  transform: translateY(0);
  transition: transform 0.2s ease-in-out;
}
.l-premium .p-premium-article-btn__more:hover img, .l-premium .p-premium-article-btn__more:focus-visible img {
  transform: translateY(-4px);
}
.l-premium .p-premium-important {
  margin: 7.73334% auto 0;
  width: 89.6%;
}
.l-premium .p-premium-important a {
  display: block;
  transition: opacity 0.2s ease-in-out;
}
.l-premium .p-premium-important a:hover, .l-premium .p-premium-important a:focus-visible {
  opacity: 0.8;
}

@media screen and (min-width: 751px) {
  .l-premium .p-premium-article-btn__more {
    top: 24px;
  }
}
.l-special {
  padding-block: 12.8%;
  background-color: rgb(245 211 211 / 1);
}
.l-special .p-special__title {
  margin-inline: auto;
  width: 89.6%;
}
.l-special .p-special-article {
  margin: 5.33334% auto 0;
  width: 89.6%;
}
.l-special .p-special-article-way {
  position: relative;
}
.l-special .p-special-article-way__account {
  position: absolute;
  top: 17.06667vw;
  left: 50%;
  transform: translateX(calc(-50% - 4vw));
  width: 45.2381%;
  aspect-ratio: 152/13;
  padding-bottom: 2px;
  border-bottom: 1px solid #AC1C3D;
  transition: opacity 0.2s ease-in-out;
}
.l-special .p-special-article-way__account:hover, .l-special .p-special-article-way__account:focus-visible {
  opacity: 0.8;
}
.l-special .p-special-article-present {
  position: relative;
}
.l-special .p-special-article-present__kiyaku {
  position: absolute;
  top: 48vw;
  left: 50%;
  transform: translateX(-50%);
  width: 16.0715%;
  aspect-ratio: 54/13;
  padding-bottom: 2px;
  border-bottom: 1px solid #C84E62;
  transition: opacity 0.2s ease-in-out;
}
.l-special .p-special-article-present__kiyaku:hover, .l-special .p-special-article-present__kiyaku:focus-visible {
  opacity: 0.8;
}

@media screen and (min-width: 751px) {
  .l-special .p-special-article-way__account {
    top: 132px;
    transform: translateX(calc(-50% - 30px));
  }
  .l-special .p-special-article-present__kiyaku {
    top: 360px;
    border-bottom: 2px solid #AC1C3D;
  }
}
.l-information {
  padding-block: 32% 12.8%;
  background: url("../img/information_genre.webp"), linear-gradient(135deg, rgb(110, 36, 38) 0%, rgb(160, 40, 44) 40%, rgb(192, 43, 48) 100%);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.l-information .p-information__title {
  margin-inline: auto;
  width: 89.6%;
}
.l-information .p-information__lead {
  margin: 6.93334% auto 0;
  width: 89.6%;
}
.l-information .p-information__notice {
  margin: 6.93334% auto 0;
  width: 89.6%;
  filter: drop-shadow(0px 4px 8px rgb(0 0 0 / 0.46));
}
.l-information .p-information-slide {
  margin-top: 8.5334%;
}
.l-information .p-information-slide-item {
  width: 80% !important;
}
.l-information .p-information-slide-item__content {
  margin: 6.6667% auto 0;
  width: 77.6667%;
  filter: drop-shadow(0px 3px 6px rgb(0 0 0 / 0.16));
}
.l-information .p-information-slide-item__content.lg {
  width: 82%;
}

.l-news {
  padding-block: 38.93334% 10.66667%;
  background-color: rgb(255 247 235 / 1);
  background-image: url("../img/news_curve.webp");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
.l-news .p-news__title {
  margin-inline: auto;
  width: 89.6%;
}
.l-news .p-news__notice {
  margin: 5.06667% auto 0;
  width: 89.6%;
}
.l-news .p-news__lead {
  margin: 8.53334% auto 0;
  width: 89.6%;
}
.l-news .p-news-event-list {
  margin: 9.0667% auto 0;
}
.l-news .p-news-event-item:not(:first-child) {
  margin: 10.66667% auto 0;
}
.l-news .p-news-event-item-content {
  display: grid;
  grid-template-columns: 47.7612% 48.9553%;
  justify-content: space-between;
  padding-inline: 5.3334%;
}
.l-news .p-news-event-item-content .text {
  display: flex;
  flex-direction: column;
}
.l-news .p-news-event-item-content .text .ttl {
  font-size: calc((13 / 375) * 100vw);
  line-height: 1.6924;
  letter-spacing: 0.06em;
}
.l-news .p-news-event-item-content .text .date {
  margin-top: auto;
  font-size: calc((13 / 375) * 100vw);
  line-height: 1.6924;
  letter-spacing: 0.06em;
  text-align: right;
}
.l-news .p-news-event-item-content-btn {
  margin-top: 9.2815%;
  padding-inline: 5.3334%;
}
.l-news .p-news-event-item-content-btn a {
  display: block;
  margin-inline: auto;
  width: 45.3732%;
}
.l-news .p-news-event-item-content-btn a img {
  transform: translateY(0);
  transition: transform 0.2s ease-in-out;
}
.l-news .p-news-event-item-content-btn a:hover img, .l-news .p-news-event-item-content-btn a:focus-visible img {
  transform: translateY(-4px);
}
.l-news .p-news-event .mes {
  margin-top: 1lh;
  font-size: calc((13 / 375) * 100vw);
  line-height: 1.6924;
  letter-spacing: 0.06em;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .l-news .p-news-event-item-content .text .ttl {
    font-size: calc((13 * 2) * 1px);
  }
  .l-news .p-news-event-item-content .text .date {
    font-size: calc((13 * 2) * 1px);
  }
  .l-news .p-news-event .mes {
    font-size: calc((13 * 2) * 1px);
  }
}
.l-radio {
  position: relative;
  padding-block: 8.8% 9.6%;
  background-image: url("../img/radio_curtain.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.l-radio .p-radio__title {
  margin-inline: auto;
  width: 89.6%;
}
.l-radio .p-radio-movie {
  position: relative;
  margin: 6.4% auto 0;
  width: 89.6%;
  aspect-ratio: 16/9;
  background-color: #222222;
}
.l-radio .p-radio-movie iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.l-radio .p-radio__text {
  margin: 8.53334% auto 0;
  width: 78.93334%;
}
.l-radio .p-radio-btn {
  margin: 9.3334% auto 0;
  width: 40.53334%;
}
.l-radio .p-radio-btn a {
  display: block;
}
.l-radio .p-radio-btn a img {
  transform: translateY(0);
  transition: transform 0.2s ease-in-out;
}
.l-radio .p-radio-btn a:hover img, .l-radio .p-radio-btn a:focus-visible img {
  transform: translateY(-4px);
}

.l-instagram {
  padding-block: 11.2% 9.06667%;
  background-color: rgb(255 255 255 / 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgb(235 232 223 / 1) 2px, rgb(235 232 223 / 1) 7px);
}
.l-instagram .p-instagram__title {
  margin-inline: auto;
  width: 89.6%;
}
.l-instagram .p-instagram__visual {
  margin: 10.93334% auto 0;
  width: 89.6%;
}
.l-instagram .p-instagram__text {
  margin: 7.46667% auto 0;
  width: 89.6%;
}
.l-instagram .p-instagram-btn {
  margin: 9.86667% auto 0;
  width: 54.13334%;
}
.l-instagram .p-instagram-btn a {
  display: block;
}
.l-instagram .p-instagram-btn a img {
  transform: translateY(0);
  transition: transform 0.2s ease-in-out;
}
.l-instagram .p-instagram-btn a:hover img, .l-instagram .p-instagram-btn a:focus-visible img {
  transform: translateY(-4px);
}

.l-others {
  position: relative;
  padding-block: 12% 10.66667%;
}
.l-others .p-others-list {
  margin-inline: auto;
  width: 89.6%;
}
.l-others .p-others-item:not(:first-child) {
  margin-top: 5.9524%;
}
.l-others .p-others-item a {
  display: block;
  transition: opacity 0.2s ease-in-out;
}
.l-others .p-others-item a:hover, .l-others .p-others-item a:focus-visible {
  opacity: 0.8;
}
.l-others .p-others-item .blank {
  margin-top: 1em;
  font-size: calc((10 / 375) * 100vw);
  line-height: 1.75;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .l-others .p-others-item .blank {
    font-size: calc((10 * 2) * 1px);
  }
}
.l-social {
  position: relative;
  padding-block: 0 12%;
}
.l-social .p-social-list {
  margin-inline: auto;
  width: 89.6%;
}
.l-social .p-social-item:not(:first-child) {
  margin-top: 4.16667%;
}
.l-social .p-social-item a {
  display: block;
  padding-bottom: 4.16667%;
  background-image: url("../img/social_dot.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  transition: opacity 0.2s ease-in-out;
}
.l-social .p-social-item a:hover, .l-social .p-social-item a:focus-visible {
  opacity: 0.8;
}

.o-carousel {
  position: relative;
  overflow: initial;
}

.o-carousel .slick-dots {
  position: absolute;
  top: calc(100% + 4.267vw);
  left: 0;
}

.o-carousel .slick-dots li {
  width: 1.6vw;
  height: 1.6vw;
  margin: 0 1.6vw;
  border-radius: 100vmax;
}

.o-carousel .slick-dots li button {
  width: 1.6vw;
  height: 1.6vw;
  padding: 0;
  background-color: #d2d2d2;
}

.o-carousel .slick-dots li.slick-active button {
  background-color: #e9d1cf;
}

.o-carousel .o-carousel__item {
  position: relative;
  padding: 3.734vw 3.2vw;
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.o-carousel .o-carousel__item a {
  display: flex;
}

.o-carousel .o-carousel__item .o-carousel__thumb {
  width: 45.585%;
  aspect-ratio: 1/1;
}

.o-carousel .o-carousel__item .o-carousel__thumb img {
  width: 100%;
}

.o-carousel .o-carousel__item .o-carousel__txt {
  display: flex;
  flex-direction: column;
  padding-left: 3.2vw;
  width: 54.415%;
}

.o-carousel .o-carousel__item .o-carousel__ttl {
  font-size: 3.467vw;
  line-height: 1.77;
  letter-spacing: 0.02em;
  font-family: var(--f-nosaJ);
  font-weight: 400;
}

.o-carousel .o-carousel__item .o-carousel__date {
  margin-top: auto;
  font-size: 3.2vw;
  line-height: 2;
  letter-spacing: 0.02em;
  font-family: var(--f-outfit);
  font-weight: 400;
  text-align: right;
}

.o-carousel__mes {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 3.2vw;
  line-height: 2;
  letter-spacing: 0.02em;
  font-family: var(--f-nosaJ);
  font-weight: 400;
}

@media screen and (min-width: 751px) {
  .slide-wrap {
    padding: 0 24px 148px;
  }
  .o-carousel .slick-dots {
    top: calc(100% + 32px);
  }
  .o-carousel .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 12px;
  }
  .o-carousel .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
  }
  .o-carousel .o-carousel__item {
    padding: 28px 24px;
  }
  .o-carousel .o-carousel__item .o-carousel__txt {
    padding-left: 24px;
  }
  .o-carousel .o-carousel__item .o-carousel__ttl {
    font-size: 26px;
  }
  .o-carousel .o-carousel__item .o-carousel__date {
    font-size: 24px;
  }
  .o-carousel__mes {
    font-size: 24px;
  }
}
/*
	Accessibility
	-a-main
*/
*:focus-visible {
  outline-width: 2px !important;
  outline-style: solid !important;
  outline-offset: 2px !important;
  outline-color: rgb(66 139 202 / 1);
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

a[href^="tel:"] {
  pointer-events: all;
}
@media screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*# sourceMappingURL=style.css.map */