@charset "UTF-8";

.din {
  font-family: "din-2014", sans-serif;
}

.yu-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

html {
  overscroll-behavior: none;
  scroll-behavior: smooth;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/*--------------------------------------------
kv
--------------------------------------------*/
.kv {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 50vw;
  background: url("../img/bg_kv.jpg") no-repeat center center / cover;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .kv {
    width: 1920px;
    height: 960px;
  }
}
/********* sp *********/
@media screen and (max-width: 750px) {
  .kv {
    width: 100%;
    height: 167.47vw;
    background: url("../img/bg_kv_sp.jpg") no-repeat center center / cover;
  }
}

.kv__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kv__logo {
  margin-top: 1.3vw;
  width: 58.02vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .kv__logo {
    margin-top: 25px;
    width: 1114px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .kv__logo {
    margin-top: 2vw;
    width: 100%;
  }
}

.kv__logo_en {
  width: 7.08vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .kv__logo_en {
    width: 136px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .kv__logo_en {
    margin-top: -12vw;
    width: 22.53vw;
  }
}

/*--------------------------------------------
about
--------------------------------------------*/
.about {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 43vw;
  background: url("../img/bg_about.jpg") no-repeat center center / cover;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .about {
    width: 1920px;
    height: 825px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .about {
    width: 100%;
    height: 162vw;
    background: url("../img/bg_about_sp.jpg") no-repeat center center / cover;
  }
}

.about__content {
  margin: 8.07vw auto;
  display: flex;
  align-items: flex-start;
  gap: 5.21vw;
  width: 66.67vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .about__content {
    margin: 155px auto;
    gap: 100px;
    width: 1280px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .about__content {
    flex-direction: column;
    align-items: center;
    margin: 10vw auto 16vw;
    gap: 9.33vw;
    width: 100%;
  }
}

.about__content__img {
  margin-top: 3.65vw;
  width: 32.4vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .about__content__img {
    margin-top: 70px;
    width: 622px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .about__content__img {
    margin-top: 0;
    width: 76.53vw;
  }
}

.about__ttl {
  width: 15.94vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .about__ttl {
    width: 306px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .about__ttl {
    width: 47.6vw;
  }
}

/********* sp *********/
@media only screen and (max-width:750px) {
  .about__content__txt {
    width: calc(100% - 14vw * 2);
  }
}

.about__content__txt > p {
  margin-top: 2.34vw;
  color: #fff;
  font-size: 0.94vw;
  line-height: 2.5;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .about__content__txt > p {
    margin-top: 45px;
    font-size: 18px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .about__content__txt > p {
    margin-top: 8.67vw;
    font-size: 3.47vw;
    line-height: 2.308;
  }
}

/*--------------------------------------------
map
--------------------------------------------*/
.map {
  margin: -6.25vw auto 0;
  background: #fff;
  width: 66.67vw;
  padding: 4.43vw 0 6.25vw 0;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .map {
    margin: -120px auto 0;
    width: 1280px;
    padding: 85px 0 120px 0;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .map {
    margin: 0 auto;
    width: 100%;
    padding: 50vw 0 10vw 0;
  }
}

.map__content {
  margin: 0 auto;
  width: 62.86vw;
  height: 39.74vw;
  position: relative;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .map__content {
    width: 1207px;
    height: 763px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .map__content {
    width: 89.87vw;
    height: 127.07vw;
    background: url("../img/map_sp.png") no-repeat center center / cover;
    position: relative;
  }
}

/*
map bg
*/
.map__bg {
  position: absolute;
  display: block;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .map__bg {
    display: none;
  }
}

.map__bg.--bg {
  top: 11%;
  left: 0;
  width: 59.64vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .map__bg.--bg {
    width: 1145px;
  }
}

.map__bg.--2f {
  top: 35.9%;
  left: 27.4%;
  width: 24.43vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .map__bg.--2f {
    width: 469px;
  }
}

.map__bg.--1f {
  top: 55.4%;
  left: 51.4%;
  width: 30.47vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .map__bg.--1f {
    width: 585px;
  }
}

.map__bg.--1-5f {
  top: 0.7%;
  left: 3.3%;
  width: 25.42vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .map__bg.--1-5f {
    width: 488px;
  }
}

.map__bg.--2f,
.map__bg.--1f,
.map__bg.--1-5f {
  transition: opacity 0.4s ease;
  opacity: 1;
}

/*
map link
*/
.map__link {
  position: absolute;
  display: block;
  z-index: 1;
}

.map__link.--2f-1:hover ~ .map__bg.--2f, .map__link.--2f-2:hover ~ .map__bg.--2f,
.map__link.--1f-1:hover ~ .map__bg.--1f, .map__link.--1f-2:hover ~ .map__bg.--1f, .map__link.--1f-3:hover ~ .map__bg.--1f,
.map__link.--1-5f-1:hover ~ .map__bg.--1-5f, .map__link.--1-5f-2:hover ~ .map__bg.--1-5f {
  opacity: 0.7;
}

.map__link.--2f-1 {
  top: 60.5%;
  left: 37.5%;
  width: 12.14vw;
  height: 3.39vw;
  /* background: rgba(0, 0, 255, 0.2); */
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .map__link.--2f-1 {
    width: 235px;
    height: 65px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .map__link.--2f-1 {
    top: 57.5%;
    left: 16.1%;
    width: 37.5vw;
    height: 10.8vw;
  }
}

.map__link.--2f-2 {
  top: 36%;
  left: 27.5%;
  width: 24.38vw;
  height: 9.79vw;
  /* background: rgba(0, 0, 255, 0.2); */
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .map__link.--2f-2 {
    width: 468px;
    height: 188px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .map__link.--2f-2 {
    top: 36%;
    left: 10.5%;
    width: 69vw;
    height: 27.3vw;
  }
}

.map__link.--1f-1 {
  top: 55.4%;
  left: 80.1%;
  width: 12.24vw;
  height: 3.39vw;
  /* background: rgba(0, 0, 255, 0.2); */
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .map__link.--1f-1 {
    width: 235px;
    height: 65px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .map__link.--1f-1 {
    top: 60%;
    left: 61.3%;
    width: 34.2vw;
    height: 10.8vw;
  }
}

.map__link.--1f-2 {
  top: 63.9%;
  left: 80.1%;
  width: 8.33vw;
  height: 2.19vw;
  /* background: rgba(0, 0, 255, 0.2); */
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .map__link.--1f-2 {
    width: 160px;
    height: 42px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .map__link.--1f-2 {
    top: 68.5%;
    left: 78%;
    width: 11.1vw;
    height: 4.4vw;
  }
}

.map__link.--1f-3 {
  top: 69.3%;
  left: 51.4%;
  width: 26.35vw;
  height: 8.65vw;
  /* background: rgba(0, 0, 255, 0.2); */
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .map__link.--1f-3 {
    width: 506px;
    height: 166px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .map__link.--1f-3 {
    top: 72%;
    left: 8%;
    width: 74vw;
    height: 26vw;
  }
}

.map__link.--1-5f-1 {
  top: 0.6%;
  left: 7.2%;
  width: 21.15vw;
  height: 3.39vw;
  /* background: rgba(0, 0, 255, 0.2); */
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .map__link.--1-5f-1 {
    width: 406px;
    height: 65px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .map__link.--1-5f-1 {
    top: 0.2%;
    left: 14.3%;
    width: 63.5vw;
    height: 10.8vw;
  }
}

.map__link.--1-5f-2 {
  top: 9.1%;
  left: 3.3%;
  width: 25.47vw;
  height: 8.44vw;
  /* background: rgba(0, 0, 255, 0.2); */
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .map__link.--1-5f-2 {
    width: 489px;
    height: 162px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .map__link.--1-5f-2 {
    top: 8.7%;
    left: 9.2%;
    width: 71.3vw;
    height: 23.6vw;
  }
}

.map__content__txt {
  position: absolute;
  top: 0.78vw;
  left: 35.68vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .map__content__txt {
    top: 15px;
    left: 685px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .map__content__txt {
    position: relative;
    top: -39vw;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 4.27vw * 2);
  }
}

.map__ttl {
  width: 17.5vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .map__ttl {
    width: 336px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .map__ttl {
    width: 52.27vw;
  }
}

.map__content__txt > p {
  margin-top: 1.82vw;
  font-size: 0.83vw;
  font-weight: 500;
  line-height: 1.75;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .map__content__txt > p {
    margin-top: 35px;
    font-size: 16px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .map__content__txt > p {
    margin-top: 5.33vw;
    font-size: 3.47vw;
    line-height: 1.75;
  }
}

/*--------------------------------------------
slider
--------------------------------------------*/
.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  width: 240px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/*--------------------------------------------
content
--------------------------------------------*/
.content {
  padding: 1.04vw 1.04vw 5.73vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .content {
    padding: 20px 20px 110px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .content {
    padding: 5.33vw 0 13.33vw;
  }
}

.content.--gray {
  background: #f2f2f2;
}

.content__container {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  width: 66.67vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .content__container {
    width: 1280px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .content__container {
    flex-direction: column;
    width: calc(100% - 6.67vw * 2);
  }
}

.content__container.--5f {
  border-top: 1px solid #000;
  margin-top: 4.17vw;
  padding-top: 1.56vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .content__container.--5f {
    margin-top: 80px;
    padding-top: 30px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .content__container.--5f {
    margin-top: 10vw;
    padding-top: 3.33vw;
  }
}

.content__container__ttl {
  margin-top: 3.13vw;
  width: 19.79vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .content__container__ttl {
    margin-top: 60px;
    width: 380px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .content__container__ttl {
    width: auto;
    margin: 3vw auto;
  }
}

.content__container__ttl > .--2f {
  width: 14.27vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .content__container__ttl > .--2f {
    width: 274px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .content__container__ttl > .--2f {
    width: 76.93vw;
  }
}
.content__container__ttl > .--1f {
  margin-left: 1.56vw;
  width: 12.55vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .content__container__ttl > .--1f {
    margin-left: 30px;
    width: 241px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .content__container__ttl > .--1f {
    margin-left: 0;
    width: 61.6vw;
  }
}
.content__container__ttl > .--1-5f {
  width: 18.91vw;
  margin-left: -1.82vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .content__container__ttl > .--1-5f {
    width: 363px;
    margin-left: -35px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .content__container__ttl > .--1-5f {
    margin-left: 0;
    width: 84vw;
  }
}
.content__container__ttl > .--s5f {
  width: 10.1vw;
  margin-left: 3.91vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .content__container__ttl > .--s5f {
    width: 194px;
    margin-left: 75px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .content__container__ttl > .--s5f {
    margin-left: 0;
    width: 34.27vw;
  }
}
.content__container__ttl > .--28f {
  width: 25.83vw;
  margin-left: -8.33vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .content__container__ttl > .--28f {
    width: 496px;
    margin-left: -160px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .content__container__ttl > .--28f {
    margin: 6vw 0 0 0;
    width: 86.67vw;
  }
}

.content__container__list {
  margin-top: 3.13vw;
  flex: 1;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .content__container__list {
    margin-top: 60px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .content__container__list {
    margin-top: 6vw;
  }
}

.event__container {
  display: flex;
  align-items: flex-start;
  gap: 1.56vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .event__container {
    gap: 30px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .event__container {
    flex-direction: column;
    gap: 0;
  }
}

.event:not(:nth-of-type(1)) {
  margin-top: 4.69vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .event:not(:nth-of-type(1)) {
    margin-top: 90px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .event:not(:nth-of-type(1)) {
    margin-top: 13.33vw;
  }
}

.event__img {
  width: 25vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .event__img {
    width: 480px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .event__img {
    width: 100%;
  }
}

.event__txt {
  flex: 1;
  width: 100%;
  position: relative;
}

.event__schedule {
  display: inline-flex;
  align-items: baseline;
  font-weight: 500;
  position: absolute;
  top: -1.04vw;
  left: -4.17vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .event__schedule {
    top: -20px;
    left: -80px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .event__schedule {
    top: -2.4vw;
    left: 0.4vw;
  }
}

.event__schedule::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.event__schedule.--notime::after {
  content: none;
}

.event__date {
  color: #fff;
  font-size: 1.25vw;
  padding: 0.26vw 0.78vw 0.26vw;
  margin-right: 0.31vw;
  background: #000;
  transform: skewX(-10deg)
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .event__date {
    font-size: 24px;
    padding: 5px 15px 5px;
    margin-right: 6px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .event__date {
    font-size: 5.07vw;
    padding: 1.6vw 4vw 1.6vw;
    margin-right: 2vw;
  }
}

.event__date__txt {
  transform: skewX(10deg)
}

.event__day {
  font-size: 1.98vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .event__day {
    font-size: 38px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .event__day {
    font-size: 8.27vw;
  }
}

.event__time {
  font-size: 1.41vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .event__time {
    font-size: 27px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .event__time {
    font-size: 5.07vw;
  }
}

.event__ttl {
  margin-top: 2.34vw;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.583;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .event__ttl {
    margin-top: 45px;
    font-size: 24px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .event__ttl {
    margin-top: 13.33vw;
    font-size: 5.07vw;
  }
}

.event__ttl__small {
  font-size: 0.99vw;
  position: relative;
  top: -0.42vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .event__ttl__small {
    font-size: 19px;
    position: relative;
    top: -8px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .event__ttl__small {
    font-size: 4.2vw;
  }
}

.event__ttl__ssmall {
  margin-top: 0.52vw;
  font-size: 0.83vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .event__ttl__ssmall {
    margin-top: 10px;
    font-size: 16px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .event__ttl__ssmall {
    margin-top: 3.47vw;
    font-size: 3.47vw;
  }
}

.event__detail {
  margin-top: 0.78vw;
  font-size: 0.83vw;
  font-weight: 500;
  line-height: 1.75;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .event__detail {
    margin-top: 15px;
    font-size: 16px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .event__detail {
    margin-top: 2.67vw;
    font-size: 3.47vw;
  }
}

.event__detail dl {
  display: grid;
  grid-template-columns: 4.69vw 1fr;
  row-gap: 0.42vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .event__detail dl {
    grid-template-columns: 90px 1fr;
    row-gap: 8px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .event__detail dl {
    grid-template-columns: 18.67vw 1fr;
    row-gap: 1.07vw;
  }
}

.event__detail dt {
  grid-column: 1;
  font-size: 0.83vw;
  font-weight: 500;
  line-height: 1.5;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .event__detail dt {
    font-size: 16px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .event__detail dt {
    font-size: 3.47vw;
  }
}

.event__detail dd {
  grid-column: 2;
  margin: 0;
  white-space: normal;
  text-indent: 0;
  font-size: 0.83vw;
  font-weight: 500;
  line-height: 1.5;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .event__detail dd {
    font-size: 16px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .event__detail dd {
    font-size: 3.47vw;
  }
}

.event__detail__txt {
  margin-top: 0.78vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .event__detail__txt {
    margin-top: 15px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .event__detail__txt {
    margin-top: 2.67vw;
  }
}

.event__detail__txt__name {
  margin-top: 0.42vw;
  display: flex;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .event__detail__txt__name {
    margin-top: 8px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .event__detail__txt__name {
    margin-top: 2.4vw;
  }
}

.event__detail__txt__name > p {
  line-height: 1.3;
}

.event__detail__txt__name > p > span {
  display: block;
  font-size: 0.68vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .event__detail__txt__name > p > span {
    font-size: 13px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .event__detail__txt__name > p > span {
    font-size: 2.67vw;
  }
}

.ico__x {
  position: relative;
  display: inline-block;
  width: 1.25vw;
  height: 1.25vw;
  margin: 0.31vw 0.94vw 0;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .ico__x {
    width: 24px;
    height: 24px;
    margin: 6px 18px 0;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .ico__x {
    width: 4vw;
    height: 4vw;
    margin: 1.6vw 2.67vw 0;
  }
}

.ico__x::before,
.ico__x::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 100%;
  height: 1px;
  background: #000;
  transform-origin: center;
}

.ico__x::before { transform: translate(-50%, -50%) rotate(45deg); }
.ico__x::after  { transform: translate(-50%, -50%) rotate(-45deg); }

.event__lead {
  margin-top: 0.52vw;
  font-size: 0.83vw;
  font-weight: 500;
  line-height: 1.75;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .event__lead {
    margin-top: 10px;
    font-size: 16px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .event__lead {
    margin-top: 4.27vw;
    font-size: 3.47vw;
  }
}

.event__lead span {
  padding: 0 0.26vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .event__lead span {
    padding: 0 5px;
  }
}

.event__lead a {
  margin-top: 0.52vw;
  display: inline-block;
  color: #9d8043;
  text-decoration: underline;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .event__lead a {
    margin-top: 10px;
  }
}

/*--------------------------------------------
store
--------------------------------------------*/
.content-store__container {
  margin: 5.47vw auto 3.39vw;
  width: 57.29vw;
  border: 1px solid #000;
  position: relative;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .content-store__container {
    margin: 105px auto 65px;
    width: 1100px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .content-store__container {
    margin: 20vw auto 0;
    width: calc(100% - 6.67vw * 2);
  }
}

.content-store__container__ttl {
  font-size: 1.77vw;
  font-weight: 700;
  position: absolute;
  top: -1.04vw;
  left: -0.21vw;
  background: #fff;
  padding: 0 0.78vw 0.52vw 0;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .content-store__container__ttl {
    font-size: 34px;
    top: -20px;
    left: -4px;
    padding: 0 15px 10px 0;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .content-store__container__ttl {
    font-size: 6.67vw;
    top: -3.33vw;
    left: -0.8vw;
    padding: 0 2vw 1.6vw 0;
  }
}

.content-store__container__subttl {
  width: 100%;
  padding: 0 0 2.6vw 0;
  font-size: 1.25vw;
  font-weight: 700;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .content-store__container__subttl {
    padding: 0 0 50px 0;
    font-size: 24px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .content-store__container__subttl {
    text-align: center;
    padding: 0 0 6.67vw 0;
    font-size: 5.07vw;
  }
}

.content-store__container__subttl.--shops {
  padding: 1.56vw 0 0.52vw 0;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .content-store__container__subttl.--shops {
    padding: 30px 0 10px 0;
  }
}

.content-store__list {
  padding: 4.17vw 2.08vw 2.08vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .content-store__list {
    padding: 80px 40px 40px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .content-store__list {
    padding: 13.33vw 6.67vw 11.33vw;
  }
}

.content-store__list ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2.08vw 0;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .content-store__list ul {
    gap: 40px 0;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .content-store__list ul {
    flex-direction: column;
    align-items: center;
    gap: 12vw 0;
  }
}

.content-store__list ul li {
  width: calc((100% - 2.08vw) / 2);
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .content-store__list ul li {
    width: calc((100% - 40px) / 2);
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .content-store__list ul li {
    width: 100%;
  }
}

.content-store__list.--4f ul {
  flex-direction: column;
}
.content-store__list.--4f ul li {
  width: 100%;
}

.content-store__container.--4f .content-store__container__ttl {
  font-size: 2.6vw;
  font-weight: 700;
  position: absolute;
  top: -1.3vw;
  left: -0.21vw;
  background: #f2f2f2;
  padding: 0 0.78vw 0.52vw 0;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .content-store__container.--4f .content-store__container__ttl {
    font-size: 50px;
    top: -25px;
    left: -4px;
    padding: 0 15px 10px 0;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .content-store__container.--4f .content-store__container__ttl {
    font-size: 9.33vw;
    top: -4.27vw;
    left: -0.53vw;
    padding: 0 2vw 1.33vw 0;
  }
}

.accordion__accordionMoreContent {
  margin-top: 2.08vw;
  display: none;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .accordion__accordionMoreContent {
    margin-top: 40px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .accordion__accordionMoreContent {
    margin-top: 12vw;
  }
}

.accordion__button__container {
  margin-top: 1.56vw;
  width: 100%;
  display: flex;
  justify-content: center;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .accordion__button__container {
    margin-top: 30px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .accordion__button__container {
    margin-top: 8.67vw;
  }
}

.accordion__button {
  cursor: pointer;
  padding: 0 0.94vw 0.42vw;
  border-bottom: 1px solid #000;
  transition: opacity 0.4s ease;
  opacity: 1;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .accordion__button {
    padding: 0 18px 8px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .accordion__button {
    padding: 0 4vw 2vw;
  }
}

.accordion__buttonText {
  display: none;
  font-size: 1.46vw;
  text-align: center;
  transition: opacity .3s ease;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .accordion__buttonText {
    font-size: 28px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .accordion__buttonText {
    font-size: 6vw;
  }
}
.accordion__buttonText:hover {
  opacity: 0.7;
}

.accordion__buttonText.is-active {
  display: block;
}

.accordion__buttonText::before {
  content: "＋";
  margin-right: 0.5em;
  font-weight: 500;
  font-size: 0.94vw;
  vertical-align: middle;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .accordion__buttonText::before {
    font-size: 18px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .accordion__buttonText::before {
    font-size: 4vw;
  }
}

.accordion__buttonText:nth-of-type(2)::before {
  content: "－";
}

.store {
  display: flex;
  align-items: flex-start;
  gap: 0.78vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .store {
    gap: 15px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .store {
    flex-direction: column;
    align-items: center;
    gap: 3.33vw;
  }
}

.store__img {
  width: 12.5vw;
  position: relative;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .store__img {
    width: 240px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .store__img {
    width: 100%;
  }
}

.store__txt {
  flex: 1;
  width: 100%;
}

.store__subttl {
  font-size: 0.83vw;
  font-weight: 700;
  line-height: 1.5;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .store__subttl {
    font-size: 16px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .store__subttl {
    font-size: 3.47vw;
  }
}

.store__ttl {
  margin-top: 0.1vw;
  font-size: 1.04vw;
  font-weight: 700;
  line-height: 1.5;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .store__ttl {
    margin-top: 2px;
    font-size: 20px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .store__ttl {
    margin-top: 0.8vw;
    font-size: 4.27vw;
  }
}

.store__detail,
.store__detail__column2 > p {
  margin-top: 0.31vw;
  font-size: 0.73vw;
  font-weight: 500;
  line-height: 1.857;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .store__detail,
  .store__detail__column2 > p {
    margin-top: 6px;
    font-size: 14px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .store__detail,
  .store__detail__column2 > p {
    margin-top: 2.67vw;
    font-size: 3.2vw;
  }

  .store__detail__column2 > p:nth-of-type(2) {
    margin-top: 0;
  }
}

.store__detail a {
  display: inline-block;
  color: #9d8043;
  text-decoration: underline;
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .store__detail a {
    margin: 0.52vw 0;
  }
}

.store__detail__column2 {
  display: flex;
  align-items: flex-start;
  gap: 2.08vw;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .store__detail__column2 {
    gap: 40px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .store__detail__column2 {
    flex-direction: column;
    gap: 0;
  }
}

.content__btn__container {
  width: 100%;
}

.content__btn__container a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 3.39vw auto 0;
  padding-right: 1em;
  width: 36.67vw;
  height: 5.83vw;
  color: #fff;
  font-size: 1.25vw;
  font-weight: 700;
  background: url("../img/btn_bg_event.jpg") center center no-repeat;
  background-size: cover;
  transition: opacity 0.4s ease;
  opacity: 1;
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .content__btn__container a {
    margin: 65px auto 0;
    width: 704px;
    height: 112px;
    font-size: 24px;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .content__btn__container a {
    margin: 10.67vw auto 0;
    width: calc(100% - 6.67vw * 2);
    height: 16vw;
    font-size: 3.73vw;
    line-height: 1.5;
  }
}
.content__btn__container a:hover {
  opacity: 0.7;
}

.content__btn__container a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.42vw;
  height: 0.42vw;
  border-top: 0.1vw solid #fff;
  border-right: 0.1vw solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
/********* 1920 *********/
@media only screen and (min-width:1920px) {
  .content__btn__container a::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
/********* sp *********/
@media only screen and (max-width:750px) {
  .content__btn__container a::after {
    width: 1.6vw;
    height: 1.6vw;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}