@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
p,
span {
  font-weight: inherit;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansJP-Regular"), local("NotoSansJP-Regular"), url("/font/NotoSansJP-Regular.woff2") format("woff2"), url("/font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold"), local("NotoSansJP-Bold"), url("/font/NotoSansJP-Bold.woff2") format("woff2"), url("/font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: local("NotoSansJP-Black"), local("NotoSansJP-Black"), url("/font/NotoSansJP-Black.woff2") format("woff2"), url("/font/NotoSansJP-Black.woff") format("woff");
}
html .all-wrapper {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

body .all-wrapper {
  contain: paint;
  font-family: "NotoSansJP", "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  body .all-wrapper {
    font-size: 16px;
  }
}

.all-wrapper {
  position: relative;
  /* 一部ブラウザで消えなかった場合は以下も追記 */
}
.all-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.all-wrapper summary {
  display: block;
  list-style: none;
}
.all-wrapper summary::-webkit-details-marker {
  display: none;
}
.all-wrapper input {
  line-height: 1;
}

@media screen and (min-width: 321px) {
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .br-pc {
    display: block;
  }
}

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

.disp-pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .disp-pc {
    display: block;
  }
}

.hidden {
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}

.l-contents {
  padding: 0 1rem;
}
@media screen and (min-width: 767px) {
  .l-contents {
    padding: 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-fwb {
  font-weight: bold;
}

.u-db {
  display: block;
}

.u-w100 {
  width: 100%;
}

.u-tac {
  text-align: center;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-break-word {
  word-break: break-word;
}

.u-caution {
  color: #ff0000;
}

* {
  box-sizing: border-box;
}

a.c-btn-link {
  border-radius: 4px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  color: #fff;
  background: #e50020;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.25px;
  line-height: 1.7;
  transition: 0.2s;
}
a.c-btn-link:hover {
  opacity: 0.6;
  text-decoration: none;
}

.emptyContent {
  text-align: center;
  font-size: min(3.5vw, 14px);
  color: #888;
}

.no_ev_case {
  padding: 12px;
  border: 2px solid #ffbaba;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 4vw;
  color: #666;
}
@media screen and (min-width: 767px) {
  .no_ev_case {
    padding: 14px;
    font-size: 16px;
  }
}

html {
  scroll-margin-top: 60px;
  scroll-behavior: smooth;
}

.all-bg {
  padding-bottom: 80px;
  background: #f7f9fa;
}

.section.top {
  background: #f7f9fa;
  padding: 0;
}
@media screen and (min-width: 767px) {
  .section.top {
    padding: 0;
  }
}
.section__inner {
  padding: 64px 1.5rem;
}
@media screen and (min-width: 767px) {
  .section__inner {
    margin: auto;
    width: min(1100px, 100%);
    padding: 60px 0;
  }
  .section__inner .top {
    padding: 60px 0 40px;
  }
}

.c-title {
  margin-bottom: 24px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .c-title {
    font-size: 32px;
  }
}
.c-title--white {
  color: #fff;
}
.c-title::after {
  margin: 8px auto 0;
  display: block;
  content: "";
  width: 68px;
  height: 4px;
  background: #e50020;
}
@media screen and (min-width: 767px) {
  .c-title::after {
    margin: 16px auto 0;
    width: 80px;
  }
}

.c-header-gnav__inner {
  width: 100%;
  display: block;
}
@media screen and (min-width: 767px) {
  .c-header-gnav__inner {
    width: 1024px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.c-header-gnav__logo {
  text-align: center;
}
.c-header-gnav__logo-link {
  padding: 4px;
  font-size: 12px;
  font-weight: bold;
  display: block;
}
.c-header-gnav__logo-link:link {
  color: #000;
}
.c-header-gnav__logo-link:hover {
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .c-header-gnav__logo-link {
    font-size: 20px;
  }
}
@media screen and (min-width: 767px) {
  .c-header-gnav__nav {
    width: 70%;
  }
}

.c-gnav {
  background: #fff;
}
@media screen and (min-width: 767px) {
  .c-gnav {
    width: 100%;
  }
  .c-gnav.-fixed {
    position: fixed;
    top: 0;
    z-index: 100000;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  }
}
.c-gnav a:hover {
  text-decoration: none;
}
.c-gnav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 767px) {
  .c-gnav__list {
    gap: 1rem;
    border: none;
    justify-content: flex-end;
  }
}
.c-gnav__item {
  width: 33.3333333333%;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .c-gnav__item {
    width: auto;
    margin: 0;
  }
}
.c-gnav__item:not(:first-child) {
  border-left: 1px solid #eee;
}
@media screen and (min-width: 767px) {
  .c-gnav__item:not(:first-child) {
    border: none;
  }
}
.c-gnav__item-text {
  display: block;
}
.c-gnav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  width: 100%;
  font-size: 9px;
  font-weight: bold;
  color: #222;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  font-family: "Noto Sans JP", sans-serif;
  min-height: 50px;
}
@media screen and (min-width: 767px) {
  .c-gnav__link {
    height: auto;
    width: auto;
    font-size: 16px;
    min-height: 64px;
  }
}
.c-gnav__link.-is-active {
  border-bottom: 2px solid #e50020;
}
.c-gnav__link.-is-active:link {
  color: #e50020;
}
@media screen and (min-width: 767px) {
  .c-gnav__link.-is-active {
    border: none;
  }
}
.c-gnav__link:link {
  color: #222;
}

.c-mv {
  position: relative;
}
.c-mv.kdb {
  background: url(../_images/kdb/mv_sp.jpg), #ffc415;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (min-width: 767px) {
  .c-mv.kdb {
    background: #ffc415;
  }
}
.c-mv.gte {
  background: url(../_images/gte/gte_top_sp2404.jpg), #e50020;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (min-width: 767px) {
  .c-mv.gte {
    background: #e50020;
  }
}
.c-mv.ems {
  background: url(../_images/ems/mv_sp.jpg), #ed6207;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (min-width: 767px) {
  .c-mv.ems {
    background: #ed6207;
  }
}
.c-mv.pv {
  background: url(../_images/public-viewing/mv_sp.jpg), #8f9ba8;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (min-width: 767px) {
  .c-mv.pv {
    background: #8f9ba8;
  }
}
@media screen and (min-width: 767px) {
  .c-mv__bg {
    width: 1400px;
    margin: auto;
    height: 480px;
  }
}
@media screen and (min-width: 767px) {
  .c-mv__bg.kdb {
    background: url(../_images/kdb/mv_pc.jpg), #ffc415;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
  }
}
@media screen and (min-width: 767px) {
  .c-mv__bg.gte {
    background: url(../_images/gte/gte_top_pc2404.jpg), #e50020;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
  }
}
@media screen and (min-width: 767px) {
  .c-mv__bg.ems {
    background: url(../_images/ems/mv_pc.jpg), #ed6207;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
  }
}
@media screen and (min-width: 767px) {
  .c-mv__bg.kgb {
    background: url(../_images/ems/mv_pc.jpg), #ed6207;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
  }
}
@media screen and (min-width: 767px) {
  .c-mv__bg.pv {
    background: url(../_images/public-viewing/mv_pc.jpg), #8f9ba8;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
  }
}
.c-mv__inner {
  padding: 30% 1rem 24px;
}
@media screen and (min-width: 767px) {
  .c-mv__inner {
    padding: 80px 0 0 0;
    width: 1024px;
    margin: auto;
  }
}
.c-mv__title-box {
  border-radius: 8px;
  padding: 1rem;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media screen and (min-width: 767px) {
  .c-mv__title-box {
    gap: 8px;
    width: 517px;
    height: 320px;
  }
}
.c-mv__title {
  text-align: center;
  line-height: 0;
}
.c-mv__title-sub {
  margin-bottom: 5px;
  display: block;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  color: #999;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 767px) {
  .c-mv__title-sub {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
.c-mv__title-event {
  margin: auto;
  display: block;
}
.c-mv__title-event.kdb {
  width: 200px;
}
@media screen and (min-width: 767px) {
  .c-mv__title-event.kdb {
    width: 400px;
  }
}
.c-mv__title-event.gte {
  width: 231px;
}
@media screen and (min-width: 767px) {
  .c-mv__title-event.gte {
    width: 332px;
  }
}
.c-mv__title-event.ems {
  width: 173px;
}
@media screen and (min-width: 767px) {
  .c-mv__title-event.ems {
    width: 296px;
  }
}
.c-mv__title-event.pv {
  width: 280px;
}
@media screen and (min-width: 767px) {
  .c-mv__title-event.pv {
    width: 482px;
  }
}
.c-mv__title-text {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 1.75;
}
@media screen and (min-width: 767px) {
  .c-mv__title-text {
    font-size: 20px;
    line-height: 1.5;
  }
}
.c-mv__label {
  border-radius: 4px;
  padding: 3px;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  width: 30%;
  margin: 0 auto;
  font-size: 12px;
}
@media screen and (min-width: 767px) {
  .c-mv__label {
    font-size: 14px;
    width: 99px;
  }
}
.c-mv__label.kdb {
  background: #ffc415;
  color: #000;
}
.c-mv__label.gte {
  background: #e50020;
}
.c-mv__label.ems {
  background: #ed6207;
  color: #000;
}
.c-mv__label.pv {
  background: #b5c4d3;
  color: #000;
}

.c-img-card-wrap {
  margin-top: 24px;
}
@media screen and (min-width: 767px) {
  .c-img-card-wrap {
    margin-top: 80px;
  }
}

@media screen and (min-width: 767px) {
  .c-img-card {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .c-img-card:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.c-img-card:not(:first-child) {
  border-top: 2px dashed #ccc;
  margin-top: 40px;
  padding-top: 40px;
}
.c-img-card:last-child {
  border-bottom: 2px dashed #ccc;
  padding-bottom: 40px;
}
.c-img-card__figure {
  margin: 0;
}
.c-img-card__img {
  border-radius: 16px;
}
@media screen and (min-width: 767px) {
  .c-img-card__img {
    width: 50%;
  }
}
@media screen and (min-width: 767px) {
  .c-img-card__content {
    width: 50%;
  }
}
.c-img-card__title {
  margin-top: 1rem;
}
.c-img-card__title-main {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
.c-img-card__title-main::after {
  display: block;
  content: "";
  padding: 8px;
  background: #e50020;
}
@media screen and (min-width: 767px) {
  .c-img-card__title-main {
    font-size: 40px;
  }
}
.c-img-card__title-main--yellow::after {
  display: block;
  content: "";
  padding: 8px;
  background: #ffc415;
}
.c-img-card__title-sub {
  display: block;
  font-size: 10px;
  color: #999;
}
@media screen and (min-width: 767px) {
  .c-img-card__title-sub {
    margin-top: 8px;
    font-size: 16px;
  }
}
.c-img-card__text {
  margin-top: 12px;
}
@media screen and (min-width: 767px) {
  .c-img-card__text {
    margin-top: 24px;
  }
}

.c-faqlist {
  padding: 80px 0;
}
@media screen and (min-width: 767px) {
  .c-faqlist {
    padding: 80px 0;
  }
}
.c-faqlist__content {
  margin-top: 24px;
}
.c-faqlist__description {
  text-align: left;
}
.c-faqlist__list {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .c-faqlist__list {
    margin: auto;
    width: 790px;
  }
}

.c-faq__item {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}
.c-faq__item:not(:first-child) {
  margin-top: 24px;
}
.c-faq__question {
  padding: 16px 16px 20px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  align-items: center;
}
.c-faq__question::before {
  content: "";
  display: block;
  background: url(../../_images/common/ico_question.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  flex-shrink: 0;
}
.c-faq__question-text {
  font-weight: bold;
}
.c-faq__answer::before {
  content: "";
  display: block;
  background: url(../../_images/common/ico_answer.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  flex-basis: 28px;
  flex-shrink: 0;
  flex-grow: 0;
}
.c-faq__icon {
  margin-right: 8px;
  flex-shrink: 0;
  flex-basis: 27px;
}
.c-faq__icon::before {
  padding: 7px 8px 8px 10px;
  font-size: 12px;
}
.c-faq__icon.-answer::before {
  padding: 6px 9px 8px 10px;
}
.c-faq__toggle {
  display: block;
  margin-left: auto;
}
.c-faq__toggle.-open {
  position: relative;
}
.c-faq__icon {
  margin-right: 16px;
}
.c-faq__icon::before {
  content: "Q";
  border-radius: 50%;
  padding: 7px 9px 8px 10px;
  color: #fff;
  background: #000;
}
.c-faq__icon.-answer::before {
  padding: 7px 10px 7px 11px;
  content: "A";
  background: #e50020;
  color: #fff;
}
.c-faq__answer {
  display: flex;
  margin: 0 16px 16px;
  border-top: 1px solid #ccc;
  padding-top: 16px;
}
.c-faq__answer.is-open {
  display: block;
}
.c-faq__answer-text {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .c-faq__answer-text {
    font-size: 16px;
  }
}
.c-faq__answer-text-link {
  text-decoration: underline;
}

.c-date-schedule__top-info {
  padding-top: 24px;
}
@media screen and (min-width: 767px) {
  .c-date-schedule__top-info {
    text-align: center;
  }
}
.c-date-schedule__content {
  margin-top: 24px;
}
@media screen and (min-width: 767px) {
  .c-date-schedule__content {
    margin: 24px auto 0;
    width: 800px;
  }
}
.c-date-schedule__dateinfo {
  padding: 80px 1rem 0;
}
@media screen and (min-width: 767px) {
  .c-date-schedule__dateinfo {
    padding: 80px 0 0;
  }
}
.c-date-schedule__info {
  display: block;
}
.c-date-schedule__info:not(:first-of-type) {
  margin-top: 10px;
}
.c-date-schedule__info.hidden {
  display: none;
}
.c-date-schedule__more {
  margin-top: 24px;
}
.c-dateinfo {
  padding: 1rem;
  border-radius: 8px;
  border: 2px solid #ccc;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .c-dateinfo {
    display: flex;
    padding: 20px 1rem;
    justify-content: space-between;
    gap: 1rem;
  }
}
@media screen and (min-width: 767px) {
  .c-dateinfo__pcLeft {
    flex-basis: 584px;
  }
}
.c-dateinfo__date {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .c-dateinfo__date {
    font-size: 20px;
  }
}
.c-dateinfo__date:not(:first-of-type) {
  padding-left: 8px;
  border-left: 1px solid #ccc;
}
.c-dateinfo__date-box {
  padding: 0 0 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .c-dateinfo__date-box {
    padding-bottom: 8px;
  }
}
.c-dateinfo__figure {
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .c-dateinfo__figure {
    margin-top: 0;
    text-align: left;
  }
}
.c-dateinfo__figcaption {
  margin-top: 5px;
  text-align: left;
  font-size: 10px;
}
@media screen and (min-width: 767px) {
  .c-dateinfo__figcaption {
    width: 220px;
    font-size: 12px;
  }
}
.c-dateinfo__para-box {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 767px) {
  .c-dateinfo__para-box {
    padding-top: 8px;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
  }
}
.c-dateinfo__imgBox {
  margin: 10px auto 0;
  width: min(140px, 100%);
}
@media screen and (min-width: 767px) {
  .c-dateinfo__imgBox {
    width: 160px;
    flex-basis: 160px;
    margin: inherit;
  }
}
.c-dateinfo__imgLink {
  display: block;
  position: relative;
}
.c-dateinfo__img {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: opacity 0.3s;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
.c-dateinfo__scale {
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 50px;
  height: 50px;
  z-index: 0;
}
.c-dateinfo__para:not(:first-child) {
  margin-top: 4px;
}
.c-dateinfo__text:not(:first-child) {
  margin-top: 1rem;
}
.c-dateinfo__link {
  color: #3b7de9 !important;
  font-weight:550;
}
.c-dateinfo__link::after {
  content: url("https://www.autobacs.com/assets/common/_img_bg/new_win_icon_b16.svg");
  display: inline-block;
}

.c-moreBtn {
  cursor: pointer;
  padding: 12px;
  border: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 99px;
  background: var(--LinkColor, #3b7de9);
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
.c-moreBtn::after {
  content: "";
  display: block;
  background: url("../_images/common/keyboard_arrow_down.svg") no-repeat;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 767px) {
  .c-moreBtn {
    margin: auto;
    width: 600px;
  }
}

.c-youtube__wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (min-width: 767px) {
  .c-youtube__wrap {
    width: 640px;
    padding-top: 36.25%;
  }
}
@media screen and (min-width: 767px) {
  .c-youtube {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-youtube__iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.c-youtube__img {
  display: none;
}
@media screen and (min-width: 767px) {
  .c-youtube__img {
    display: block;
    width: 146px;
    margin-right: 35px;
  }
  .c-youtube__img.-woman {
    width: 165px;
    margin: 0 0 0 16px;
  }
}

.c-backBtn {
  margin: auto;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #e50020 !important;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #e50020;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.69;
  letter-spacing: 0.25px;
  width: min(189px, 100%);
}
.c-backBtn:hover {
  text-decoration: none !important;
  background: #e50020 !important;
  color: #fff !important;
}
.c-backBtn:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cmask id='mask0_1809_65' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='21' height='20'%3E%3Crect x='0.5' width='20' height='20' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1809_65)'%3E%3Cpath d='M3.83337 17.5V7.5L10.5 2.5L17.1667 7.5V17.5H12.1667V11.6667H8.83337V17.5H3.83337Z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E");
}
.c-backBtn::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cmask id='mask0_1809_65' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='21' height='20'%3E%3Crect x='0.5' width='20' height='20' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1809_65)'%3E%3Cpath d='M3.83337 17.5V7.5L10.5 2.5L17.1667 7.5V17.5H12.1667V11.6667H8.83337V17.5H3.83337Z' fill='%23E50020'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
}

.c-event-ex {
  padding: 64px 1rem 0;
  max-width: 1100px;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .c-event-ex {
    padding: 80px 0 0;
  }
}
.c-event-ex__text-box {
  text-align: center;
}
.c-event-ex__text {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .c-event-ex__text {
    margin-top: 24px;
    font-size: 20px;
  }
}
.c-event-ex__figure {
  margin-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .c-event-ex__figure {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 32px;
  }
}
.c-event-ex__img {
  display: block;
  width: 100%;
}
.c-event-ex__img:not(:first-of-type) {
  margin-top: 1rem;
}
@media screen and (min-width: 767px) {
  .c-event-ex__img {
    width: 534px;
  }
  .c-event-ex__img:not(:first-of-type) {
    margin-top: 0;
  }
}
.c-event-ex__note {
  margin: 1rem auto 0;
  font-size: 12px;
}
@media screen and (min-width: 767px) {
  .c-event-ex__note {
    margin-top: 40px;
    font-size: 14px;
    text-align: center;
  }
}
.c-event-ex__para {
  margin-top: 12px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .c-event-ex__para {
    text-align: center;
  }
}

/*フローティング*/
.floating-bnr {
  height: 0;
  position: -webkit-sticky;
  position: sticky;
  bottom: 60px;
}
@media screen and (min-width: 767px) {
  .floating-bnr {
    bottom: 28vh;
  }
}
.floating-bnr__item {
  position: relative;
  bottom: 48px;
  width: 80px;
  margin: 0 3% 0 auto;
}
@media screen and (min-width: 767px) {
  .floating-bnr__item {
    width: 100px;
  }
}
.floating-bnr__img {
  position: relative;
  z-index: 100;
  display: block;
  margin-left: auto;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 767px) {
  .floating-bnr__img {
    margin-right: 5%;
    width: 100px;
    height: 100px;
    transition: 0.2s;
    transition-property: opacity;
  }
  .floating-bnr__img:hover {
    opacity: 0.7;
  }
}

/* ------- モーダル ------- */
html.is-modal {
  overflow: hidden;
}

.modal {
  cursor: pointer;
  transition: 0.2s;
}
.modal:hover {
  opacity: 0.7;
}

#backMaskBase {
  background: #000;
  display: none;
  height: 100%;
  left: 0px;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

#modalWin {
  display: none;
  height: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 101;
}

#modalContent {
  display: none;
  height: auto;
  margin: 0 auto;
  padding-top: min(50%, 480px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 854px;
  max-width: 90%;
  z-index: 102;
}

#modalContent .closeBtn {
  cursor: pointer;
  height: 25px;
  position: absolute;
  right: -2px;
  text-align: center;
  top: -25px;
  width: 25px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  #modalContent .closeBtn {
    top: -40px;
  }
}

#modalContent .closeBtn div {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 0;
  padding: 0;
  width: 2px;
  height: 17px;
  background: #fff;
  transform: rotate(45deg);
}

#modalContent .closeBtn div:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}

.modalinner {
  text-align: left;
  padding: 0;
}

.mvfrm {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ------- モーダルここまで ------- */
/* モーダル基本スタイル */
#imgBackMaskBase {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, background-color 0.4s ease;
  cursor: pointer;
}

#imgBackMaskBase.is-active {
  display: block;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
}

/* モーダルウィンドウ - レスポンシブ対応 */
#imgModalWin {
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease;
  will-change: transform, opacity;
  /* サイズ設定を調整 */
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 85vh;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  pointer-events: auto;
}

/* PC用スタイル - 768px以上の画面サイズ */
@media screen and (min-width: 768px) {
  #imgModalWin {
    background-color: #fff;
    max-width: 80vw;
    max-height: 80vh;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  }
}
#imgModalWin.is-active {
  display: block;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.65);
}
@media screen and (min-width: 767px) {
  #imgModalWin.is-active {
    transform: translate(-50%, -50%) scale(1);
  }
}

/* 閉じる時のアニメーション */
#imgBackMaskBase.is-closing {
  opacity: 0;
  transition: opacity 0.35s ease;
}

#imgModalWin.is-closing {
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
  transition: transform 0.3s ease-in, opacity 0.25s ease;
}

/* モーダルコンテンツ */
#imgModalContent {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

/* モーダル画像 - レスポンシブ対応 */
.js-modal-image {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 767px) {
  .js-modal-image {
    max-height: 70vh;
    max-width: 100%;
    box-shadow: none;
    margin: 0 auto;
  }
}

/* PC表示時の画像スタイル */
@media screen and (min-width: 768px) {
  #imgModalContent {
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* 閉じるボタン */
.js-modal-close {
  position: absolute;
  top: -28px;
  right: -4px;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .js-modal-close {
    top: -30px;
    right: -30px;
  }
}

.js-modal-icon {
  position: absolute;
  bottom: 1px;
  right: 10px;
  width: 50px;
  height: 50px;
  transform: scale(0.65);
}
@media screen and (min-width: 767px) {
  .js-modal-icon {
    bottom: 68px;
    right: 47px;
    transform: scale(1.3);
  }
}

/* --- AB7 追記 20250527KTori --- */

.eventShop{
    font-size:13px;
    font-weight:550;
}
.event-link{
    color:#f00;
}
.addLink a{
    color: #3b7de9 !important;
    font-weight:normal;
    font-size:3.7vw;
    line-height:2.5;
}
@media screen and (min-width: 767px) {
    .addLink a{
        font-size:15px;
        line-height:1.6;
    }
}
.toShopPg{
    margin-bottom:0.4em;
}
.c-dateinfo__text a{
    color: #3b7de9 !important;
    font-weight:normal;
}
@media screen and (max-width: 768px) {
    .c-dateinfo__date:nth-of-type(3n){
        padding-left: 0;
        border-left:none;
    }
}





/*# sourceMappingURL=common.css.map */