@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");

body {
  background-color: #fffef2;
  font-size: 14px;
  font-size: clamp(14px, 1.3333333333vw, 16px);
  font-family: Noto Sans JP, sans-serif;
  padding-bottom: 0;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

html {
  width: 100%;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  line-height: 1.4;
}

img {
  width: 100%;
  vertical-align: middle;
}

main {
  width: 100%;
  overflow-x: hidden;
}

a:hover {
  opacity: 0.8;
}

.lect_logo {
  text-align: left;
  padding: 20px;
  width: 150px;
}

@media screen and (max-width: 700px) {
  .lect_logo img {
    width: 100px;
  }
}

.breadcrumb {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-weight: 600;
  color: #fafafa;
  text-shadow: 1px 1px 0 #1d1c1c, -1px -1px 0 #1d1c1c, -1px 1px 0 #1d1c1c,
    1px -1px 0 #1d1c1c, 0px 1px 0 #1d1c1c, 0-1px 0 #1d1c1c, -1px 0 0 #1d1c1c,
    1px 0 0 #1d1c1c;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    top: 70px;
    margin-top: 10px;
    z-index: 10;
  }
}

.breadcrumb a {
  color: #fafafa;
  text-decoration: underline;
  border-color: #ffffff;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 0.6em;
  /* 記号の左右の余白 */
  color: #fafafa;
  /* 記号の色 */
}

.plaid {
  background-color: #1d1c1c;
  background-image: linear-gradient(90deg, #4d3f1c 1px, transparent 1px),
    linear-gradient(#4d3f1c 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 31px 31px;
}

.anniv_wrap {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #707070;
  /*/////////////////////////////////////////
          ナビ
  /////////////////////////////////////////*/
  /*/////////////////////////////////////////
          ファーストビュー
  /////////////////////////////////////////*/
  /*/////////////////////////////////////////
          ページ内ナビ
  /////////////////////////////////////////*/
  /*/////////////////////////////////////////
          メイン
  /////////////////////////////////////////*/
}

.anniv_wrap * {
  box-sizing: border-box;
}

.anniv_wrap ul {
  list-style: none;
}

.anniv_wrap ul li {
  text-decoration: none;
}

.anniv_wrap a {
  color: inherit;
  text-decoration: none;
}

.anniv_wrap p,
.anniv_wrap ul,
.anniv_wrap ul li {
  margin: 0;
  padding: 0;
}

.anniv_wrap p {
  line-height: 1.4;
}

.anniv_wrap img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

.anniv_wrap span.tax {
  font-size: 0.8rem;
}

.anniv_wrap span.item--tsite {
  font-weight: 600;
  display: block;
  font-size: 0.7rem;
}

.anniv_wrap main {
  margin: 120px 0 0;
}

@media screen and (max-width: 765px) {
  .anniv_wrap main {
    margin: 80px 0 0;
  }
}

@media screen and (max-width: 765px) {
  .anniv_wrap main.main__top {
    margin-top: 160px;
  }
}

.anniv_wrap .con {
  position: relative;
}

.anniv_wrap .con--list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .con--list ul {
    max-width: 100%;
  }
}

.anniv_wrap .con--list__point ul.con--list__point-floor2f {
  margin-top: 20px;
}

.anniv_wrap .con--list__point .item {
  width: 30%;
}

@media screen and (max-width: 1000px) {
  .anniv_wrap .con--list__point .item {
    width: 49%;
  }
}

@media screen and (max-width: 765px) {
  .anniv_wrap .con--list__point .item {
    width: 95%;
  }
}

.anniv_wrap .con--list__point .item a {
  width: 100%;
  height: 100%;
  padding: 1rem;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .con--list__point .item a {
    padding: 0.5rem;
  }
}

.txt_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .con--list__wl li {
    width: 100%;
    margin: 8px auto;
  }
}

@media screen and (max-width: 765px) {
  .anniv_wrap .con--list__spx100 .item {
    width: 90%;
    margin: 8px auto;
  }
}

.anniv_wrap .con--ttlarea-dec {
  z-index: 1;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  margin-bottom: 12px;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .con--ttlarea-dec {
    max-width: 160px;
  }
}

.anniv_wrap .con--ttlarea-ttl {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  opacity: 0;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .con--ttlarea-ttl {
    width: 80%;
  }
}

.anniv_wrap .con--ttlarea-ttl img {
  display: inline-block;
  width: auto;
}

.anniv_wrap .con--mainarea {
  position: relative;
  z-index: 1;
  padding-top: 32px;
}

.anniv_wrap .item {
  position: relative;
  width: 490%;
  max-width: 400px;
  margin: 8px;
  box-shadow: 0 0 4px #d9d9d9;
  cursor: pointer;
  transition: 0.5s;
  background: #fff;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .item {
    width: 47%;
    margin: 8px 2px;
  }
}

.anniv_wrap .item::before {
  content: "";
  position: absolute;
  border-top: 20px solid transparent;
  border-right: 20px solid #1d1c1c;
  right: 2%;
  bottom: 2%;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .item::before {
    border-top: 16px solid transparent;
    border-right: 16px solid #1d1c1c;
  }
}

.anniv_wrap .item__card-floor {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  background: #1d1c1c;
  cursor: auto;
  z-index: 1;
}

.anniv_wrap .item__card-floor::before {
  content: none;
}

.anniv_wrap .item__card-floor::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  background: #ffcd54;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .item__card-floor::after {
    width: 90px;
    height: 90px;
  }
}

.anniv_wrap .item__card-floor p {
  color: #fff;
  font-size: 2rem;
}

.anniv_wrap .item:hover {
  box-shadow: none;
}

.anniv_wrap .item:hover::before {
  border-top: 20px solid transparent;
  border-right: 20px solid #ffcd54;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .item:hover::before {
    border-top: 16px solid transparent;
    border-right: 16px solid #ffcd54;
  }
}

.anniv_wrap .item:hover img {
  transform: scale(1.15);
}

.anniv_wrap .item:hover .item--ttl {
  color: #ffcd54;
}

.anniv_wrap .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .item a {
    padding: 1.5rem 1rem;
  }
}

.anniv_wrap .item--ttl {
  position: relative;
  margin: 8px 0;
  font-weight: 500;
  font-size: 0.9rem;
}

.anniv_wrap .item--ttl__wl {
  float: left;
  margin: 12px 0;
  margin-left: 8px;
}

.anniv_wrap .item--img {
  max-width: 400px;
  margin-bottom: 12px;
  overflow: hidden;
}

.anniv_wrap .item--img img {
  width: 100%;
  transition: 0.5s;
  transform-origin: center;
}

.anniv_wrap .item--img__event {
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .item--img__event {
    height: 160px;
    max-width: 100%;
  }
}

.anniv_wrap .item--img__event img {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 400px;
  max-height: 240px;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .item--img__event img {
    max-height: 100%;
    height: auto;
  }
}

.anniv_wrap .item--txtarea {
  position: relative;
}

.anniv_wrap .item--txt {
  font-size: 0.85rem;
}

.anniv_wrap .item--price {
  text-align: right;
}

.anniv_wrap .item--logo {
  width: 80%;
  max-width: 150px;
  overflow: hidden;
}

.anniv_wrap .item--logo img {
  width: 100%;
  transition: 0.5s;
  transform-origin: center;
}

.anniv_wrap .item--floor-tenpo {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.anniv_wrap .item--floor-tenpo p {
  font-size: 0.8rem;
  line-height: 1.2;
}

.anniv_wrap .item--tenpoinfo .item--tenponame {
  text-align: center;
}

.anniv_wrap .item--tenpoinfo .item--tenponame-txt {
  margin-top: 8px;
  font-size: 0.9rem;
  font-weight: 500;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .item--tenpoinfo .item--tenponame-txt {
    font-size: 0.7rem;
  }
}

.anniv_wrap .item--tenpoinfo .item--tenponame-ctg {
  margin-top: 12px;
  font-size: 0.6rem;
}

.anniv_wrap .item--tenponame-floor {
  padding: 2px 24px;
  background: #ffcd54;
  color: #fff;
  font-size: 0.8em;
  border-radius: 50px;
  width: fit-content;
  margin: auto;
}

/*アニメーション*/
.anime-r {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s;
  transform: translateX(30px);
}

.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s;
  transform: translateX(-30px);
}

.anime-b {
  opacity: 0;
  transform: translateY(80px) scale(0.7);
  transition: all 0.8s;
}

.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/*左右のアニメーション*/
.slideAnimeLeftRight {
  animation: slideTextX100 1s forwards;
}

.slideAnimeRightLeft {
  animation: slideTextX-100 1s forwards;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.global-footer,
.wrapper {
  position: relative;
}

/*# sourceMappingURL=2023anniversary.css.map */

.con--fv__point {
  text-align: center;
}

.con--fv {
  position: relative;
  z-index: 1;
  padding-top: 3%;
}

.con--ttlarea-ttl {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  opacity: 0;
}

.youmeshop_list {
  padding: 7% 0 0;
  background-repeat: no-repeat;
}

.con_wrap {
  background: #302c22;
  border: #ffcd54 solid 10px;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto 10%;
  border-radius: 40px;
  padding: 5% 0;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .con_wrap {
    padding: 20% 0;
    border-radius: 20px;
    border: #ffcd54 solid 5px;
  }
}

.balloon2 {
  position: relative;
  margin: 1.5em 0;
  padding: 7px 10px;
  width: 80%;
  max-width: 500px;
  margin: auto;
  background: #302c22;
  border: solid 3px #ffffff;
  box-sizing: border-box;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.555);
}

@media screen and (max-width: 767px) {
  .balloon2 {
    width: 90%;
  }
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #302c22;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ffffff;
  z-index: 1;
}

.balloon2 p {
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  color: #44ac52;
}

@media screen and (max-width: 767px) {
  .balloon2 p {
    font-size: 1.5em;
  }
}

footer {
  font-size: 0.8em;
  text-align: center;
  padding: 10px;
  background: #eeeeee;
}

.youmeca_ttl {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@media screen and (max-width: 767px) {
  .youmeca_ttl {
    max-width: 500px;
    width: 90%;
  }
}

@media screen and (max-width: 490px) {
  .youmeca_ttl {
    width: 100%;
  }
}

.youmecard_ttlsub {
  position: relative;
  max-width: 500px;
  width: 70%;
  margin: 40px auto 20px;
  position: relative;
  z-index: 10;
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.point--nav {
  position: relative;
  width: 100%;
  padding: 20px 0;
  margin: 3% auto;
  z-index: 10;
}

.point--nav ul {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2em 1em;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .point--nav ul {
    width: 95%;
    gap: 1.5em 0.8em;
  }
}

.point--nav ul li {
  position: relative;
  margin-bottom: 0.5em;
}

.point--nav ul li a::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 17px solid #44ac52;
}

@media screen and (max-width: 767px) {
  .point--nav ul li a::before {
    top: 16px;
    right: 10px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #44ac52;
  }
}

.point--nav ul li a {
  display: inline-block;
  position: relative;
  color: #44ac52;
  font-size: 1.5em;
  font-weight: 800;
  box-shadow: 5px 5px 0px 0px #d42995;
  border: #ffffff solid 3px;
  border-radius: 100px;
  background-color: #000000;
  padding: 5px 40px;
}

@media screen and (max-width: 767px) {
  .point--nav ul li a {
    font-size: 1.2em;
    padding: 5px 30px;
  }
}

.point--nav ul li a:hover {
  opacity: 0.9;
}

.point_date {
  background-color: #ffecbc;
  border-radius: 10px;
  color: #1d1c1c;
  font-family: "a-otf-ud-shin-maru-go-pr6n";
  font-weight: 800;
  text-align: center;
  font-size: 1.2em;
  padding: 10px 5px;
}

.point_date span {
  display: inline-block;
  font-size: 0.8em;
}

.text_flex {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: 5px auto 20px;
}

.topbtn {
  z-index: 999;
}

.topbtn {
  display: inline-block;
  padding-top: 0;
  position: fixed;
  bottom: 16px;
  right: 15px;
}

.topbtn a {
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px 0 #1d1c1c, -1px -1px 0 #1d1c1c, -1px 1px 0 #1d1c1c,
    1px -1px 0 #1d1c1c, 0px 1px 0 #1d1c1c, 0 -1px 0 #1d1c1c, -1px 0 0 #1d1c1c,
    1px 0 0 #1d1c1c;
}

.topbtn::before {
  animation: scroll 3.5s infinite;
  border: solid #ffffff;
  border-width: 0 0 1px 1px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(135deg);
  width: 20px;
  height: 20px;
}

@keyframes scroll {
  0% {
    transform: rotate(135deg) translate(0, 0);
  }

  80% {
    transform: rotate(135deg) translate(-20px, 20px);
  }

  0%,
  80%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

.border-multi {
  position: relative;
  border: 5px solid #ffffff;
  border-radius: 40px;
  padding: 40px 20px;
  z-index: 2;
  max-width: 900px;
  width: 90%;
  margin: 0 auto 5%;
}

@media screen and (max-width: 767px) {
  .border-multi {
    padding: 40px 10px;
    width: 80%;
    border: 3px solid #ffffff;
    border-radius: 20px;
    margin: 22% auto 15%;
  }
}

.border-multi::before {
  content: "";
  position: absolute;
  top: -18px;
  left: -18px;
  right: -18px;
  bottom: -18px;
  border: 5px solid #00e152;
  border-radius: 54px;
  z-index: 1;
  pointer-events: none;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.555);
}

@media screen and (max-width: 767px) {
  .border-multi::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 3px solid #00e152;
    border-radius: 24px;
  }
}

.attention {
  color: #ffffff;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto 5%;
}

.pointday_txt {
  font-size: 0.8em;
  text-align: center;
  margin: 0.8em auto 0;
}

.youmeca_sub-ttl {
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  margin: -1em auto 0;
}

@media screen and (max-width: 767px) {
  .youmeca_sub-ttl {
    margin: 0.5em auto 0;
  }
}

.double-border-vertical {
  display: inline-block;
  border-top: 7px solid #ffffff;
  border-bottom: 7px solid #ffffff;
  padding-top: 20px;
  /* 上線と下線の隙間 */
  padding-bottom: 20px;
  /* 上線と下線の隙間 */
  width: 100%;
  margin: 3em auto;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.555);
}

.double-border-inner {
  border-top: 3px solid #00e152;
  border-bottom: 3px solid #00e152;
  padding: 12px 0;
  /* 内側の上下余白（お好みで） */
}

.top-bana {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 3em auto;
}

.l-top-bana {
  max-width: 370px;
}

@media screen and (max-width: 767px) {
  .l-top-bana {
    max-width: 350px;
    width: 80%;
  }
}

.r-top-bana {
  max-width: 550px;
}

@media screen and (max-width: 767px) {
  .r-top-bana {
    width: 90%;
  }
}

.point-img {
  max-width: 120px;
  width: 70%;
  margin: auto;
}

.star-acc {
  position: absolute;
  width: 150px;
  top: -5%;
  right: -20%;
}

.star-acc2 {
  position: absolute;
  width: 140px;
  bottom: -5%;
  left: -20%;
}

@media screen and (max-width: 1050px) and (min-width: 769px) {
  .star-acc {
    display: none;
  }

  .star-acc2 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .star-acc {
    width: 100px;
    top: -21%;
    right: -10%;
  }

  .star-acc2 {
    width: 80px;
    bottom: -15%;
    left: -10%;
  }
}

.star-con-acc {
  position: absolute;
  width: 100px;
  top: 5%;
  right: 5%;
}

.star-con-acc2 {
  position: absolute;
  width: 100px;
  top: 5%;
  left: 5%;
  transform: scale(-1, 1);
}

@media screen and (max-width: 768px) {
  .star-con-acc {
    width: 50px;
    top: 1%;
    right: 2%;
  }

  .star-con-acc2 {
    width: 50px;
    top: 1%;
    left: 2%;
  }
}