@charset "UTF-8";
/*
.container.c1 {
  opacity: 0;
}
*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/Swiper/11.0.5/swiper-bundle.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.6;
}

/* sectionに対して適切なheadingが用意できなかった場合 */
/* 使い方
■html
<section aria-labelledby="invisible-heading">
  <h2 id="invisible-heading" class="visually-hidden">セクションタイトル</h2>
（中略）
</section>
*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.x-fit-image {
  width: 100%;
  height: auto;
}

hr {
  height: 5px;
  border-width: 1px 0 !important;
  margin-bottom: 1rem;
}

/* mediaquery */
@media screen and (min-width: 769px) {
  .forSP {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .forPC {
    display: none !important;
  }
}
header {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
header a .kalmia-logo {
  height: auto;
  width: 204px;
}
@media screen and (max-width: 768px) {
  header {
    height: 54px;
  }
  header a .kalmia-logo {
    height: auto;
    width: 147px;
  }
}

section {
  position: relative;
  overflow: hidden;
}
section:not(#mainvisual) {
  padding: 100px 0px;
}
@media screen and (max-width: 768px) {
  section:not(#mainvisual) {
    padding: 50px 0px;
  }
}
section .sakura {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* 他のコンテンツの上または下に表示 */
}
section .sakura li img {
  width: 50%;
  height: 50%;
}
section h2 {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.5rem;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
  padding-top: 60px;
  position: relative;
  z-index: 100;
}
section .ja {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  section h2 {
    font-size: 35px;
    letter-spacing: 0.25rem;
    line-height: 1.25;
    font-weight: 500;
    padding-top: 45px;
  }
  section .ja {
    font-size: 14px;
    font-weight: 500;
  }
}
section .thumb-link {
  transition: all 0.2s;
}
section .thumb-link:hover {
  opacity: 0.7;
  transition: all 0.2s;
}
section .container {
  max-width: 1000px;
  width: calc(100% - 30px);
  padding-top: 55px;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  position: relative;
}
section .container.c1 .quickaccess {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px 10px;
  flex-wrap: wrap;
  width: 100%;
}
section .container.c1 .quickaccess li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
section .container.c1 .quickaccess li:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 14.08px;
  height: 8px;
  right: 17px;
  mask-image: url("../images/springsaleLP/chip__springsaleLP_page-general_arrow.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/springsaleLP/chip__springsaleLP_page-general_arrow.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
section .container.c1 .quickaccess li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 190px;
  background: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}
section .container.c1 .quickaccess li.fashion:after {
  background-color: #38adaa;
}
section .container.c1 .quickaccess li.fashion a {
  color: #38adaa;
}
section .container.c1 .quickaccess li.goods:after {
  background-color: #82b811;
}
section .container.c1 .quickaccess li.goods a {
  color: #82b811;
}
section .container.c1 .quickaccess li.cosmetics:after {
  background-color: #a57ac2;
}
section .container.c1 .quickaccess li.cosmetics a {
  color: #a57ac2;
}
section .container.c1 .quickaccess li.gift:after {
  background-color: #eb7aa2;
}
section .container.c1 .quickaccess li.gift a {
  color: #eb7aa2;
}
section .container.c1 .quickaccess li.cafe:after {
  background-color: #48a86d;
}
section .container.c1 .quickaccess li.cafe a {
  color: #48a86d;
}
section .container.c1 .quickaccess li.food:after {
  background-color: #e6884e;
}
section .container.c1 .quickaccess li.food a {
  color: #e6884e;
}
section .container.c1 .quickaccess li.classes:after {
  background-color: #f0ad43;
}
section .container.c1 .quickaccess li.classes a {
  color: #f0ad43;
}
section .container.c1 .quickaccess li.services:after {
  background-color: #7696db;
}
section .container.c1 .quickaccess li.services a {
  color: #7696db;
}
section .container.c1 .quickaccess li.event:after {
  background-color: #61c1be;
}
section .container.c1 .quickaccess li.event a {
  color: #61c1be;
}
@media screen and (max-width: 768px) {
  section .container.c1 .quickaccess {
    gap: 10px;
  }
  section .container.c1 .quickaccess li a {
    height: 42px;
    width: 164px;
    font-size: 16px;
    padding-right: 1rem;
  }
}
section .container .column {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  width: 100%;
  padding: 0 10px;
}
section .container .column .thumbnail {
  margin-bottom: 15px;
}
section .container .column .add-numbericon {
  list-style: none;
  padding-left: 0;
  counter-reset: list-number;
}
section .container .column .add-numbericon li {
  font-size: 16.5px;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.5em;
  line-height: 1.25;
  counter-increment: list-number;
  font-weight: 600;
}
section .container .column .add-numbericon li:before {
  content: counter(list-number);
  position: absolute;
  left: 0;
  top: 0;
  /* 正円の背景 */
  width: 17px;
  height: 16px;
  border-radius: 50%;
  /* 白文字・中央配置 */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  /* フォント調整 */
  font-size: 0.7em;
}
section .container .column .add-numbericon.title {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
section .container .column .add-numbericon.price {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 20px;
}
section .container .column .add-numbericon.price li {
  font-weight: 400;
}
section .container .column .add-numbericon.exp {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 0 20px;
}
section .container .column .add-numbericon.exp li {
  max-width: 150px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
section .container .column p {
  margin-bottom: 1rem;
  word-break: break-all;
  font-size: 16px;
}
section .container .column p.title {
  font-weight: 600;
}
section .container .column p.explain {
  font-size: 14px;
}
section .container .column p.price span {
  font-size: 14px;
  width: 19px;
  height: 19px;
}
section .container .column p.price span, section .container .column p.explain span {
  background: #999;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  width: 17px;
  height: 17px;
  padding: 1px 0px 0 0;
  border-radius: 10px;
  margin-bottom: 1px;
  margin-right: 5px;
}
section .container .column p.shopname {
  font-weight: 600;
  margin-bottom: 3rem;
}
section .container .column p.shopname .floornumber {
  font-weight: 400;
}
section .container .column p.frame {
  margin-bottom: 0;
  border: 2px solid #999;
  border-radius: 0 20px 20px 20px;
  padding: 20px;
  position: relative;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
}
section .container .column p.frame:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 142px;
  height: 41px;
  background: no-repeat url(../images/springsaleLP/chip__springsaleLP_page-general_framelabel.svg) center center/contain;
  left: -12px;
  top: -24px;
}
section .container .column p.annotation {
  font-size: 12px;
  margin-top: 10px;
}
section .container .column .btn {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 60px;
  text-decoration: none;
  border-radius: 30px;
  margin-top: 30px;
  border: 1px solid #999;
  transition: all 0.3s;
  position: relative;
}
section .container .column .btn:after {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 2;
  right: 41px;
  transition: all 0.3s;
}
section .container .column .btn:hover {
  transition: all 0.3s;
  background: #fff !important;
}
section .container .column .btn:hover:after {
  right: 36px;
  border-color: transparent transparent #999 transparent;
}
section .container .swiper-pagination {
  position: relative;
  margin: 60px 0 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: initial;
  top: initial;
}
section .container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #999;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 6px;
}
section .container .swiper-pagination .swiper-pagination-bullet-active {
  background: #999;
}
@media screen and (max-width: 768px) {
  section .container {
    padding-top: 30px;
  }
  section .container .swiper-pagination {
    margin: 30px 0 0px;
  }
}
section {
  /* mainvisual */
}
section#mainvisual {
  display: flex;
  margin-top: 75px;
}
section#mainvisual img,
section#mainvisual picture {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  section#mainvisual {
    margin-top: 54px;
  }
}
section {
  /* section color */
}
section#fashion h2 {
  color: #38adaa;
}
section#fashion {
  background: no-repeat url(../images/springsaleLP/bg__springsaleLP_fashion_background.svg) left top/70% auto, linear-gradient(90deg, #cfeceb, #e7f6ee);
}
section#fashion .swiper-button-prev:before,
section#fashion .swiper-button-next:before {
  border: 1px solid #38adaa;
}
section#fashion .swiper-button-prev:after,
section#fashion .swiper-button-next:after {
  border-color: transparent transparent #38adaa transparent;
}
section#fashion .container .column .add-numbericon li:before {
  background-color: #61c1be;
}
section#fashion .container .column p.frame {
  border: 2px solid #61c1be;
}
section#fashion .container .column p.price span, section#fashion .container .column p.explain span {
  background: #61c1be;
}
section#fashion .container .column hr {
  border: 1px solid #61c1be;
}
section#fashion .container .column .btn {
  background: #61c1be;
  border: 1px solid #61c1be;
}
section#fashion .container .column .btn:hover {
  color: #61c1be;
}
section#fashion .container .column .btn:hover:after {
  border-color: transparent transparent #61c1be transparent;
}
section#fashion .container .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #38adaa;
}
section#fashion .container .swiper-pagination .swiper-pagination-bullet-active {
  background: #38adaa;
}
section#goods h2 {
  color: #82b811;
}
section#goods {
  background: no-repeat url(../images/springsaleLP/bg__springsaleLP_goods_background.svg) right top/70% auto, linear-gradient(90deg, #eef4cd, #f9fbec);
}
section#goods .swiper-button-prev:before,
section#goods .swiper-button-next:before {
  border: 1px solid #82b811;
}
section#goods .swiper-button-prev:after,
section#goods .swiper-button-next:after {
  border-color: transparent transparent #82b811 transparent;
}
section#goods .container .column .add-numbericon li:before {
  background-color: #c3d94e;
}
section#goods .container .column p.frame {
  border: 2px solid #c3d94e;
}
section#goods .container .column p.price span, section#goods .container .column p.explain span {
  background: #c3d94e;
}
section#goods .container .column hr {
  border: 1px solid #c3d94e;
}
section#goods .container .column .btn {
  background: #c3d94e;
  border: 1px solid #c3d94e;
}
section#goods .container .column .btn:hover {
  color: #c3d94e;
}
section#goods .container .column .btn:hover:after {
  border-color: transparent transparent #c3d94e transparent;
}
section#goods .container .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #82b811;
}
section#goods .container .swiper-pagination .swiper-pagination-bullet-active {
  background: #82b811;
}
section#cosmetics h2 {
  color: #a57ac2;
}
section#cosmetics {
  background: no-repeat url(../images/springsaleLP/bg__springsaleLP_cosmetics_background.svg) left top/70% auto, linear-gradient(90deg, #d5c0e2, #e9dff0);
}
section#cosmetics .swiper-button-prev:before,
section#cosmetics .swiper-button-next:before {
  border: 1px solid #a57ac2;
}
section#cosmetics .swiper-button-prev:after,
section#cosmetics .swiper-button-next:after {
  border-color: transparent transparent #a57ac2 transparent;
}
section#cosmetics .container .column .add-numbericon li:before {
  background-color: #a57ac2;
}
section#cosmetics .container .column p.frame {
  border: 2px solid #a57ac2;
}
section#cosmetics .container .column p.price span, section#cosmetics .container .column p.explain span {
  background: #a57ac2;
}
section#cosmetics .container .column hr {
  border: 1px solid #a57ac2;
}
section#cosmetics .container .column .btn {
  background: #a57ac2;
  border: 1px solid #a57ac2;
}
section#cosmetics .container .column .btn:hover {
  color: #a57ac2;
}
section#cosmetics .container .column .btn:hover:after {
  border-color: transparent transparent #a57ac2 transparent;
}
section#cosmetics .container .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #a57ac2;
}
section#cosmetics .container .swiper-pagination .swiper-pagination-bullet-active {
  background: #a57ac2;
}
section#gift h2 {
  color: #eb7aa2;
}
section#gift {
  background: no-repeat url(../images/springsaleLP/bg__springsaleLP_gift_background.svg) right top/70% auto, linear-gradient(90deg, #f7c9d9, #fbe2eb);
}
section#gift .swiper-button-prev:before,
section#gift .swiper-button-next:before {
  border: 1px solid #eb7aa2;
}
section#gift .swiper-button-prev:after,
section#gift .swiper-button-next:after {
  border-color: transparent transparent #eb7aa2 transparent;
}
section#gift .container .column .add-numbericon li:before {
  background-color: #eb7aa2;
}
section#gift .container .column p.frame {
  border: 2px solid #eb7aa2;
}
section#gift .container .column p.price span, section#gift .container .column p.explain span {
  background: #eb7aa2;
}
section#gift .container .column hr {
  border: 1px solid #eb7aa2;
}
section#gift .container .column .btn {
  background: #eb7aa2;
  border: 1px solid #eb7aa2;
}
section#gift .container .column .btn:hover {
  color: #eb7aa2;
}
section#gift .container .column .btn:hover:after {
  border-color: transparent transparent #eb7aa2 transparent;
}
section#gift .container .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #eb7aa2;
}
section#gift .container .swiper-pagination .swiper-pagination-bullet-active {
  background: #eb7aa2;
}
section#cafe h2 {
  color: #48a86d;
}
section#cafe {
  background: no-repeat url(../images/springsaleLP/bg__springsaleLP_cafe_background.svg) left top/70% auto, linear-gradient(90deg, #e0f0e6, #e7f4ec);
}
section#cafe .swiper-button-prev:before,
section#cafe .swiper-button-next:before {
  border: 1px solid #48a86d;
}
section#cafe .swiper-button-prev:after,
section#cafe .swiper-button-next:after {
  border-color: transparent transparent #48a86d transparent;
}
section#cafe .container .column .add-numbericon li:before {
  background-color: #48a86d;
}
section#cafe .container .column p.frame {
  border: 2px solid #48a86d;
}
section#cafe .container .column p.price span, section#cafe .container .column p.explain span {
  background: #48a86d;
}
section#cafe .container .column hr {
  border: 1px solid #48a86d;
}
section#cafe .container .column .btn {
  background: #48a86d;
  border: 1px solid #48a86d;
}
section#cafe .container .column .btn:hover {
  color: #48a86d;
}
section#cafe .container .column .btn:hover:after {
  border-color: transparent transparent #48a86d transparent;
}
section#cafe .container .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #48a86d;
}
section#cafe .container .swiper-pagination .swiper-pagination-bullet-active {
  background: #48a86d;
}
section#food h2 {
  color: #e6884e;
}
section#food {
  background: no-repeat url(../images/springsaleLP/bg__springsaleLP_food_background.svg) right top/70% auto, linear-gradient(90deg, #f5cfb8, #f9e1d3);
}
section#food .swiper-button-prev:before,
section#food .swiper-button-next:before {
  border: 1px solid #e6884e;
}
section#food .swiper-button-prev:after,
section#food .swiper-button-next:after {
  border-color: transparent transparent #e6884e transparent;
}
section#food .container .column .add-numbericon li:before {
  background-color: #e6884e;
}
section#food .container .column p.frame {
  border: 2px solid #e6884e;
}
section#food .container .column p.price span, section#food .container .column p.explain span {
  background: #e6884e;
}
section#food .container .column hr {
  border: 1px solid #e6884e;
}
section#food .container .column .btn {
  background: #e6884e;
  border: 1px solid #e6884e;
}
section#food .container .column .btn:hover {
  color: #e6884e;
}
section#food .container .column .btn:hover:after {
  border-color: transparent transparent #e6884e transparent;
}
section#food .container .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #e6884e;
}
section#food .container .swiper-pagination .swiper-pagination-bullet-active {
  background: #e6884e;
}
section#classes h2 {
  color: #ffaf30;
}
section#classes {
  background: no-repeat url(../images/springsaleLP/bg__springsaleLP_classes_background.svg) left top/70% auto, linear-gradient(90deg, #ffdfac, #ffebcb);
}
section#classes .swiper-button-prev:before,
section#classes .swiper-button-next:before {
  border: 1px solid #ffaf30;
}
section#classes .swiper-button-prev:after,
section#classes .swiper-button-next:after {
  border-color: transparent transparent #ffaf30 transparent;
}
section#classes .container .column .add-numbericon li:before {
  background-color: #ffaf30;
}
section#classes .container .column p.frame {
  border: 2px solid #ffaf30;
}
section#classes .container .column p.price span, section#classes .container .column p.explain span {
  background: #ffaf30;
}
section#classes .container .column hr {
  border: 1px solid #ffaf30;
}
section#classes .container .column .btn {
  background: #ffaf30;
  border: 1px solid #ffaf30;
}
section#classes .container .column .btn:hover {
  color: #ffaf30;
}
section#classes .container .column .btn:hover:after {
  border-color: transparent transparent #ffaf30 transparent;
}
section#classes .container .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #ffaf30;
}
section#classes .container .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffaf30;
}
section#services h2 {
  color: #7696db;
}
section#services {
  background: no-repeat url(../images/springsaleLP/bg__springsaleLP_services_background.svg) right top/70% auto, linear-gradient(90deg, #d2dcf3, #e8edf9);
}
section#services .swiper-button-prev:before,
section#services .swiper-button-next:before {
  border: 1px solid #7696db;
}
section#services .swiper-button-prev:after,
section#services .swiper-button-next:after {
  border-color: transparent transparent #7696db transparent;
}
section#services .container .column .add-numbericon li:before {
  background-color: #7696db;
}
section#services .container .column p.frame {
  border: 2px solid #7696db;
}
section#services .container .column p.price span, section#services .container .column p.explain span {
  background: #7696db;
}
section#services .container .column hr {
  border: 1px solid #7696db;
}
section#services .container .column .btn {
  background: #7696db;
  border: 1px solid #7696db;
}
section#services .container .column .btn:hover {
  color: #7696db;
}
section#services .container .column .btn:hover:after {
  border-color: transparent transparent #7696db transparent;
}
section#services .container .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #7696db;
}
section#services .container .swiper-pagination .swiper-pagination-bullet-active {
  background: #7696db;
}
section#event h2 {
  color: #eb7aa2;
}
section#event {
  background: url(../images/springsaleLP/bg__springsaleLP_event_background.png) center top/auto auto;
}
section#event .container .annotation {
  font-size: 12px;
  margin-bottom: 50px;
}
section .event-block {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 50px;
  margin-bottom: 50px;
}
section .event-block .date {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  width: 435px;
  border-radius: 0 0 30px 0;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  background: #999;
  color: #fff;
  font-size: 45px !important;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  padding: 0 0 0 30px;
  letter-spacing: 5px;
}
section .event-block .date .day-of-week {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 30px !important;
  font-weight: 500;
  padding-bottom: 3px;
}
section .event-block .column {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 3.89%;
  padding: 0;
}
section .event-block .column .info-wrap {
  padding-top: 70px;
  position: relative;
  width: 55.33%;
}
section .event-block .column .info-wrap .label {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
  width: fit-content;
  display: inline-block;
  z-index: 10;
  padding-left: 3px;
  padding-right: 3px;
  background: linear-gradient(transparent 0 60%, yellow 60% 100%);
}
section .event-block .column .info-wrap h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 20px;
}
section .event-block .column .info-wrap .exp {
  line-height: 2;
}
section .event-block .column .info-wrap .strong {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 600;
}
section .event-block .column .info-wrap .annotation {
  font-size: 12px;
  margin-bottom: 0 !important;
}
section .event-block .column .conversion-wrap {
  position: relative;
  width: 40.78%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
section .event-block .btn-wrap .comment {
  text-align: center;
  font-weight: 600;
  position: relative;
  width: fit-content;
  margin: 0 auto 10px;
}
section .event-block .btn-wrap .comment:before, section .event-block .btn-wrap .comment:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 40px;
  background: #999;
  position: absolute;
  bottom: 3px;
}
section .event-block .btn-wrap .comment:before {
  left: -30px;
  transform: rotate(-30deg);
}
section .event-block .btn-wrap .comment:after {
  right: -30px;
  transform: rotate(30deg);
}
section .event-block .btn-wrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  width: 334px;
  border-radius: 36px;
  background: #999;
  border: 1px solid #999;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}
section .event-block .btn-wrap .btn:after {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 2;
  right: 41px;
  transition: all 0.3s;
}
section .event-block .btn-wrap .btn:hover {
  background: #999;
  border: 1px solid #999;
  color: #fff;
  transition: all 0.3s;
}
section .event-block .btn-wrap .btn:hover:after {
  right: 36px;
  transition: all 0.3s;
}
section .event-block.teal .date {
  background: #61c1be;
}
section .event-block.teal .column .info-wrap .label,
section .event-block.teal .column .info-wrap h3,
section .event-block.teal .column .info-wrap .strong {
  color: #61c1be;
}
section .event-block.teal .column .conversion-wrap .comment:before, section .event-block.teal .column .conversion-wrap .comment:after {
  background: #61c1be;
}
section .event-block.teal .column .conversion-wrap .btn {
  background: #61c1be;
  border: 1px solid #61c1be;
}
section .event-block.teal .column .conversion-wrap .btn:hover {
  background: #fff;
  border: 1px solid #61c1be;
  color: #61c1be;
}
section .event-block.teal .column .conversion-wrap .btn:hover:after {
  border-color: transparent transparent #61c1be transparent;
}
section .event-block.pink .date {
  background: #eb7aa2;
}
section .event-block.pink .column .info-wrap .label,
section .event-block.pink .column .info-wrap h3,
section .event-block.pink .column .info-wrap .strong {
  color: #eb7aa2;
}
section .event-block.pink .column .conversion-wrap .comment:before, section .event-block.pink .column .conversion-wrap .comment:after {
  background: #eb7aa2;
}
section .event-block.pink .column .conversion-wrap .btn {
  background: #eb7aa2;
  border: 1px solid #eb7aa2;
}
section .event-block.pink .column .conversion-wrap .btn:hover {
  background: #fff;
  border: 1px solid #eb7aa2;
  color: #eb7aa2;
}
section .event-block.pink .column .conversion-wrap .btn:hover:after {
  border-color: transparent transparent #eb7aa2 transparent;
}
section .event-block.green .date {
  background: #48a86d;
}
section .event-block.green .column .info-wrap .label,
section .event-block.green .column .info-wrap h3,
section .event-block.green .column .info-wrap .strong {
  color: #48a86d;
}
section .event-block.green .column .conversion-wrap .comment:before, section .event-block.green .column .conversion-wrap .comment:after {
  background: #48a86d;
}
section .event-block.green .column .conversion-wrap .btn {
  background: #48a86d;
  border: 1px solid #48a86d;
}
section .event-block.green .column .conversion-wrap .btn:hover {
  background: #fff;
  border: 1px solid #48a86d;
  color: #48a86d;
}
section .event-block.green .column .conversion-wrap .btn:hover:after {
  border-color: transparent transparent #48a86d transparent;
}
section .event-block.orange {
  gap: 57px;
}
section .event-block.orange .date {
  background: #ffaf30;
}
section .event-block.orange .column .info-wrap {
  width: 76%;
}
section .event-block.orange .column .info-wrap .label,
section .event-block.orange .column .info-wrap h3,
section .event-block.orange .column .info-wrap .strong {
  color: #ffaf30;
}
section .event-block.orange .column .conversion-wrap {
  width: 31%;
}
section .event-block.orange .frame {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #ffaf30;
  border-radius: 10px;
  background: #fff7ea;
  padding: 30px;
  gap: 4.88%;
  margin-bottom: 30px;
}
section .event-block.orange .frame .text-wrap {
  width: 54.39%;
}
section .event-block.orange .frame .text-wrap p {
  line-height: 1.75;
  margin-bottom: initial;
}
section .event-block.orange .frame .text-wrap .lead {
  font-size: 20px;
  font-weight: 600;
}
section .event-block.orange .frame .text-wrap .exp {
  font-size: 16px;
}
section .event-block.orange .frame .text-wrap .mb-20 {
  margin-bottom: 20px;
}
section .event-block.orange .frame .btn-wrap {
  width: 40.73%;
  min-width: 334px;
}
section .event-block.orange .frame .btn-wrap .comment:before, section .event-block.orange .frame .btn-wrap .comment:after {
  background: #ffaf30;
}
section .event-block.orange .frame .btn-wrap .btn {
  background: #ffaf30;
  border: 1px solid #ffaf30;
}
section .event-block.orange .frame .btn-wrap .btn:hover {
  background: #fff;
  border: 1px solid #ffaf30;
  color: #ffaf30;
}
section .event-block.orange .frame .btn-wrap .btn:hover:after {
  border-color: transparent transparent #ffaf30 transparent;
}
@media screen and (max-width: 1100px) {
  section .event-block {
    padding: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  section .event-block .date {
    width: 269px;
    height: 44px;
    font-size: 28px !important;
    font-weight: 400 !important;
    letter-spacing: 2px;
    padding: 0 0 0 20px;
  }
  section .event-block .date .day-of-week {
    font-size: 18px !important;
  }
  section .event-block .column {
    flex-direction: column;
    gap: 15px;
  }
  section .event-block .column .info-wrap {
    padding-top: 40px;
  }
  section .event-block .column .info-wrap h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  section .event-block .column .info-wrap .exp {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 10px;
  }
  section .event-block .column .info-wrap .strong {
    font-size: 16px;
  }
  section .event-block .column .conversion-wrap .image-wrap {
    margin-bottom: 10px;
  }
  section .event-block .column .conversion-wrap .btn-wrap .btn {
    font-size: 15px;
    height: 55px;
    max-width: 255px;
    padding-right: 10px;
    margin-top: 20px;
  }
  section .event-block .column .conversion-wrap .btn-wrap .btn:after {
    right: 21px;
  }
  section .event-block .column .info-wrap,
  section .event-block .column .conversion-wrap {
    width: 100%;
  }
  section .event-block.orange .column .info-wrap,
  section .event-block.orange .column .conversion-wrap {
    width: 100%;
  }
  section .event-block.orange .frame {
    padding: 19px;
    flex-direction: column;
    gap: 15px;
  }
  section .event-block.orange .frame .text-wrap,
  section .event-block.orange .frame .btn-wrap {
    width: 100%;
  }
  section .event-block.orange .frame .text-wrap .lead {
    font-size: 18px;
  }
  section .event-block.orange .frame .text-wrap .exp {
    font-size: 14px;
  }
  section .event-block.orange .frame .text-wrap .mb-20 {
    margin-bottom: 10px;
  }
  section .event-block.orange .frame .btn-wrap .btn {
    font-size: 15px;
    height: 55px;
    max-width: 255px;
    padding-right: 10px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  section .event-block.orange .frame .btn-wrap .btn:after {
    right: 21px;
  }
  section .event-block.orange .annotation {
    margin-bottom: initial !important;
  }
}

footer {
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 110px;
}
footer a .kalmia-logo {
  height: auto;
  width: 204px;
}
footer p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (max-width: 768px) {
  footer {
    height: auto;
    padding: 20px 0 15px;
  }
  footer a .kalmia-logo {
    height: auto;
    width: 170px;
    margin-bottom: 10px;
  }
}

.toTOP {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: fixed;
  width: 85px;
  height: 85px;
  right: -150px;
  bottom: 50px;
  border-radius: 50%;
  background: #eb6d9a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding-top: 15px;
  border: 1px solid #eb6d9a;
  transition: all 0.3s;
  z-index: 1000;
}
.toTOP:before {
  content: "";
  position: absolute;
  transform: rotate(-135deg);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 2;
  bottom: 45px;
}
.toTOP:hover {
  color: #eb6d9a;
  background: #fff;
  transition: all 0.3s;
}
.toTOP:hover:before {
  border-color: transparent transparent #eb6d9a transparent;
}
.toTOP.scrollin {
  right: 50px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .toTOP {
    width: 60px;
    height: 60px;
    bottom: 10px;
    font-size: 14px;
  }
  .toTOP:before {
    bottom: 32.5px;
  }
  .toTOP.scrollin {
    right: 10px;
    transition: all 0.3s;
  }
}

.swiper-container {
  position: relative;
  max-width: 1000px;
  width: calc(100% - 200px);
  margin: 0 auto;
  padding-top: 55px;
}
.swiper-container .container.c1 {
  padding-top: 0;
  margin: 0;
  width: 100%;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  position: absolute !important;
  top: clamp(11.563rem, -2.188rem + 20vw, 12.813rem) !important;
}
@media screen and (max-width: 1100px) {
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    top: clamp(10.938rem, -2.114rem + 27.19vw, 16.563rem) !important;
  }
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  transform: translateY(-50%) !important;
  z-index: 10;
  cursor: pointer;
  width: 44px;
  height: 44px;
  margin-top: 0 !important;
}
.swiper-container .swiper-button-prev:before, .swiper-container .swiper-button-prev:after,
.swiper-container .swiper-button-next:before,
.swiper-container .swiper-button-next:after {
  display: inline-block;
  content: "";
  position: absolute;
}
.swiper-container .swiper-button-prev:before,
.swiper-container .swiper-button-next:before {
  background: #fff;
  border: 1px solid #000;
  width: 50px;
  height: 50px;
  z-index: 1;
  border-radius: 25px;
}
.swiper-container .swiper-button-prev:after,
.swiper-container .swiper-button-next:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #000 transparent;
  z-index: 2;
}
.swiper-container .swiper-button-prev {
  left: -70px !important;
  right: auto !important;
}
.swiper-container .swiper-button-prev:after {
  transform: rotate(135deg);
  left: 20px;
}
.swiper-container .swiper-button-next {
  right: -70px !important;
  left: auto !important;
}
.swiper-container .swiper-button-next:after {
  transform: rotate(-45deg);
  right: 20px;
}
@media screen and (max-width: 768px) {
  .swiper-container {
    width: calc(100% - 60px);
    padding-top: 35px;
  }
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    top: clamp(11.563rem, 0.202rem + 48.47vw, 23.438rem) !important;
    z-index: 1000;
  }
  .swiper-container .swiper-button-prev:before,
  .swiper-container .swiper-button-next:before {
    width: 43px;
    height: 43px;
  }
  .swiper-container .swiper-button-prev {
    left: -15px !important;
  }
  .swiper-container .swiper-button-next {
    right: -15px !important;
  }
}

#loading {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}
#loading.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.loading__spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #f5d5d5;
  border-top-color: #c8738a;
  border-radius: 50%;
  animation: loading-spin 0.8s linear infinite;
}

@keyframes loading-spin {
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */