@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://use.typekit.net/bfq8zws.css");
html {
  font-size: 62.5%;
}

/* --------------------
	original-reset
-------------------- */
.block-event-page {
  width: 100% !important;
  padding: 0 !important;
}

.block-event-page--header-img {
  display: none;
}

.block-event-page--comment-bot {
  padding: 0 !important;
  background-color: transparent;
}

.block-footer-download {
  display: none !important;
}

/* --------------------
		設定
-------------------- */
/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値)　*/
@media screen and (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none !important;
  }
}

:root {
  --c-txt: #333;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.block-event-page--goods {
  padding: 0 20px;
}
@media screen and (min-width: 1000px) {
  .block-event-page--goods {
    padding: 0 auto;
  }
}

/* --------------------
		#content
-------------------- */
.content {
  overflow: hidden;
  position: relative;
  line-height: 1;
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  color: var(--c-txt);
}
@media screen and (min-width: 1000px) {
  .content {
    width: 1200px;
    min-width: 1000px;
    margin: 30px auto 0;
  }
}
.content a {
  transition: 0.05s ease all;
  text-decoration: none !important;
}
.content a:hover {
  opacity: 1 !important;
}
@media screen and (min-width: 1000px) {
  .content a:hover {
    opacity: 0.6 !important;
  }
}
.content img {
  width: 100vw;
  height: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.content p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .content p {
    font-size: 0.859375vw;
  }
}
.content .__flex {
  display: flex;
}

/* --------------------
		.header
-------------------- */
.header__txt {
  width: 90vw;
  margin: 0 auto;
  padding: 13.3333333333vw 0;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .header__txt {
    padding: 60px 0;
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .header__txt {
    width: 1000px;
    padding: 80px 0;
    text-align: center;
  }
}

@media screen and (min-width: 751px) and (max-width: 999px) {
  .main {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .main {
    margin: 0 auto;
  }
}

.function h2 {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.065em;
  font-style: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8vw;
  font-size: 4.8vw;
}
@media screen and (min-width: 1000px) {
  .function h2 {
    margin-bottom: 2.34375vw;
    font-size: 1.2890625vw;
  }
}
.function h2 span {
  font-size: 3.2vw;
}
@media screen and (min-width: 1000px) {
  .function h2 span {
    font-size: 0.859375vw;
  }
}
.function span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  line-height: 1;
}
.function__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin: 0 auto 5.3333333333vw auto;
}
@media screen and (min-width: 1000px) {
  .function__btn {
    width: 60%;
    gap: 20px;
    margin: auto;
  }
}
.function__btn .internal_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  line-height: 1.5;
  width: 82.6666666667vw;
  padding: 4vw;
  border-radius: 9999px;
  color: #fff;
  background-color: #333;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.065em;
  font-style: normal;
  font-size: 4vw;
}
@media screen and (min-width: 1000px) {
  .function__btn .internal_link {
    width: calc(50% - 12px);
    padding: 1.171875vw;
    font-size: 1.015625vw;
  }
}
.function__btn .internal_link span {
  font-size: 2.6666666667vw;
  opacity: 50%;
}
@media screen and (min-width: 1000px) {
  .function__btn .internal_link span {
    font-size: 0.703125vw;
  }
}
.function__btn .internal_link::before, .function__btn .internal_link::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 11px;
  height: 1.5px;
  margin-right: 6.6666666667vw;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.5px) 50%;
}
@media screen and (min-width: 1000px) {
  .function__btn .internal_link::before, .function__btn .internal_link::after {
    margin-right: 1.953125vw;
  }
}
.function__btn .internal_link::before {
  transform: rotate(45deg);
}
.function__btn .internal_link::after {
  transform: rotate(-45deg);
}
.function__btn .choose {
  background-color: #878787;
}
.function__btn .choose::before, .function__btn .choose::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 4px;
}
.function__btn .choose::before {
  transform: rotate(135deg);
}
.function__btn .choose::after {
  transform: rotate(45deg);
}
/*# sourceMappingURL=260710_ekal_recommend_style.css.map */