@charset "UTF-8";

#header {
  display: inline-block;
  background-color: #5BD4BF;
  padding: 25px;
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 0.3s ease;
  width: 100%;
  height: 80px;
  z-index: 999;
}

#header.scrollup {
  background-color: rgba(255, 255, 255, 0.25);
}

#header .menuopen {
  z-index: 0;
  position: fixed;
}

@media screen and (max-width: 767px) {
  #header {
    height: 70px;
  }
}


.lectlogo1 {
  width: 120px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .lectlogo {
    width: 80px;
    margin-left: 0px;
  }
}

.lectlogo1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

main {
  overflow-x: hidden;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  main {
    font-size: 14px;
  }
}

.nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}

.bglack {
  display: none;
}

.bgblack.menuopen {
  width: 100% !important;
  height: 100% !important;
  position: fixed !important;
  z-index: 200;
}

.bgblack.menuopen .nav {
  width: auto;
  height: auto;
}

.bgblack.menuopen {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
}

.menu {
  background: #ffffff;
  border: #1BC5A8 solid 1px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 65px;
  padding: 0 1em;
  width: 65px;
  margin-right: 0;
  margin-left: auto;
  z-index: 9999;
  right: 10px;
  top: 10px;
}

@media screen and (max-width: 767px) {
  .menu {
    height: 50px;
    width: 50px;
    border-radius: 10px;
  }
}

.menu span {
  width: 40px;
}

.menu_logo {
  max-width: 800px;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .menu_logo {
    width: 70%;
  }
}

#section {
  background-image: url(../img/bg-pattern.png), url(../img/bg-pattern.png);
  background-repeat: repeat-y, repeat-y;
  background-position: left 2% top 0%, right 3% top 0%;
  background-size: 100px auto, 100px auto;
  padding-top: 2%;
}

@media screen and (max-width: 767px) {
  #section {
    background-position: left 0% top 0%, right 0% top 0%;
    background-size: 40px auto, 40px auto;
  }
}

.menu_list {
  transform: translateX(100%);
  transition: ease 0.5s;
  z-index: 1000;
  width: 60vw;
  background: #fff;
}
@media screen and (max-width: 800px) {
  .menu_list {
    width: 70vw;
  }
}

@media screen and (max-width: 767px) {
  .menu_list {
    width: 90vw;
  }
}

.menu_list>ul {
  list-style: none;
  width: fit-content;
}

@media print,
screen and (min-width: 768px) {
  .menu_list>ul {
    width: 500px;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .menu_list>ul {
    padding: 10% 10% 0;
  }
}

.menu_list>ul a {
  text-decoration: none;
  display: inline-block;
}

@media print,
screen and (min-width: 768px) {
  .menu_list ul a {
    align-items: center;
  }
}

.menu_list>ul>li {
  border-bottom: none !important;
  padding: 0 !important;
  margin: 3em auto !important;
  background: url(../img/list_icon.png) left 0px top 0px no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .menu_list>ul>li {
    margin: 2.5em auto !important;
    background: url(../img/list_icon.png) left 0px top 0px no-repeat;
    background-size: contain;
  }
}

@media screen and (max-height: 900px) and (min-width:768px) {
  .menu_list>ul>li {
    margin: 1.8em auto !important;
  }
}

.menu_list>ul .umenu_t {
  font-size: 1.5em;
  letter-spacing: 4px;
  padding-left: 2em;
  color: #34a4dd;
}

@media screen and (max-width: 768px) {
  .menu_list>ul .umenu_t {
    text-align: left;
    padding-left: 1.6em;
    font-size: 1.2em;
  }
}

.menu_list>ul .umenu_d {
  font-size: 12px;
  font-size: clamp(12px, 1.6666666667vw, 20px);
}

@media print,
screen and (min-width: 768px) {
  .menu_list>ul .umenu_d {
    text-align: center;
    margin: auto;
  }
}

@media print,
screen and (min-width: 768px) {
  .menu_list {
    display: flex;
    align-items: center;
    justify-content: end;
  }
}

.menu_list .autumnh2menu {
  text-align: center;
  margin: 4em auto;
}

.menu_list .autumnh2menu img:first-child {
  width: 50%;
}

.menu_list .autumnh2menu img:last-child {
  width: 80%;
}

@media print,
screen and (min-width: 768px) {
  .menu_list .autumnh2menu {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .menu_list .autumnh2menu {
    width: 80%;
  }
}

.menu_list .autumnh2menu_wrap {
  max-width: 400px;
  display: block;
  margin: auto;
  width: 80%;
}

.menu_list ul li {
  padding: 2em;
  border-bottom: 1px solid #CCC;
}

/*OPEN時の動き*/
.menu_list.open {
  transform: translateX(-100%);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 0 0 0 100px;
  height: 95vh;
}

@media screen and (max-width: 767px) {
  .menu_list.open {
    height: 85vh;
  }
}

.navbar_toggle {
  z-index: 9999;
}

.navbar_toggle span {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #1BC5A8;
  transition: ease 0.5s;
}

.navbar_toggle span:nth-child(1) {
  top: 0;
}

.navbar_toggle span:nth-child(2) {
  margin: 8px 0;
}

.navbar_toggle span:nth-child(2) {
  margin: 8px 0;
}

.menu.open .navbar_toggle span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}

.menu.open .navbar_toggle span:nth-child(2) {
  transform: rotate(-45deg);
}

.menu.open .navbar_toggle span:nth-child(3) {
  display: none;
}

.menu_logo hr {
  background-color: #00B1FF;
  height: 0;
  max-width: 180px;
  width: 30%;
  border: solid 1px #00B1FF;
  text-align: center;
  margin: 20px auto 40px;
}

.product_bg {
  position: relative;
  background-color: #5BD4BF;
  z-index: 0;
}

.product_fv {
  position: relative;
  max-width: 1500px;
  width: 90%;
  margin: 100px auto 4%;
padding: 8% 0 6%;
  border-radius: 40px;
  border: #4D88A2 solid 20px;
  background-image: url();
  overflow: hidden;
  background-color: #00B1FF;
  z-index: 0;
  box-shadow: 5px 5px 0px 0px rgba(34, 34, 34, 0.25);
}

@media screen and (max-width: 767px) {
  .product_fv {
    margin: 10% auto 5%;
    border-radius: 20px;
    margin: 20% auto 5%;
    border: #4D88A2 solid 10px;
    padding: 30% 0;
  }
}

.product_fv::before {
  position: absolute;
  content: "";
  background-image: url(../img/fv_p_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: bottom center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
.product_fv::before {
  background-image: url(../img/fv_p_bg_sp.png);
  background-position: center;
}
}

.product_ttl {
  max-width: 900px;
  margin: auto;
  width: 90%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .product_ttl {
    width: 70%;
  }
}

.fan {
  position: absolute;
  bottom: -50%;
  left: -12%;
  width: 80px;
  animation: moveY 3s steps(2, start) infinite;
}

@media screen and (max-width: 1050px) {
  .fan {
    bottom: -150%;
    left: -5%;
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .fan {
    bottom: -60%;
    left: -20%;
    width: 60px;
  }
}

.furin {
  position: absolute;
  bottom: -50%;
  right: -10%;
  width: 70px;
  animation: moveY 3s steps(2, start) infinite;
}

@media screen and (max-width: 1050px) {
  .furin {
    bottom: -155%;
    right: -3%;
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .furin {
    width: 60px;
    bottom: -70%;
    right: -20%;
  }
}

.firework {
  position: relative;
  z-index: 2;
}

.product_in {
  position: relative;
  z-index: 3;
}

.menu__listwrap1 {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 80px 0 200px;
}

@media screen and (max-width: 767px) {
.menu__listwrap1 {
width: 100%;
padding: 20px 0 120px;
}
}



.menu__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px 20px;
  justify-content: center;
  /* ←グリッドだとこれで中央寄せ */
  width: 95%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width: 1150px) {
  .menu__list {
    max-width: 1020px;
  }
}

@media screen and (max-width: 767px) {
  .menu__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10px;
  }
}



.item {
  border-radius: 20px;
  max-width: 330px;
  /* グリッドなので100% */
  min-width: 320px;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .item {
    width: 100%;
    min-width: auto;
    border-radius: 10px;
  }
}


.item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1em 1em 2.5em;
  border-radius: 20px;
  transition: all 0.3s;
  background-color: #ffffff;
  box-shadow: 5px 5px 0px 0px #519EAB;
}

@media screen and (max-width: 767px) {
  .item a {
    padding: 0.5em 0.5em 1.2em;
    box-shadow: 3px 3px 0px 0px #519EAB;
    border-radius: 10px;
  }
}

.item a:hover {
  opacity: 1;
  box-shadow: none;
  transform: translateY(2px);
  /* 少し下に動かすとより押した印象に */
}

.item a::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 7%;
  background: url(../img/check_icon.png) no-repeat;
  background-size: contain;
  bottom: 2%;
  right: 30%;
}


.item__img {
  background-color: #ffffff;
  border-radius: 20px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin: auto;
  align-items: center;
  position: relative;
  border: #707070 solid 1px;
}

.item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.item__foodcourt {
  position: absolute;
  width: 40%;
  min-width: 120px;
  padding: 8px 0 8px 12px;
  background: #1D1C1C;
  border-radius: 50px 0 0 50px;
  color: #fff;
  top: 4%;
  right: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .item__foodcourt {
    width: 70%;
    padding: 4px 0 4px 8px;
  }
}

.item__foodcourt p {
  color: #000;
}

.item__txt {
  margin-top: 8px;
}

.item__tenpo {
  margin: 10px auto 0;
}

.item__shopname_hr {
  width: 50%;
  margin: auto;
  text-align: center;
  margin-top: 10px;
}

.item__shopname {
  position: relative;
  font-size: 1em;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .item__shopname {
    font-size: 0.9em;
  }
}

.item__shopname p {
  font-size: 1.1em;
}

@media screen and (max-width: 767px) {
  .item__shopname p {
    font-size: 1em;
    line-height: 1.3;
  }
}

.item__detail {
  margin-top: 8px;
  font-size: 1.2em;
  font-weight: 600;
}

.item__detail a {
  display: inline-block;
  line-height: 1.4;
}

.item__detail a span {
  background: linear-gradient(transparent 95%, #1D1C1C 5%);
}

.item__info {
  margin: 0px auto 30px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .item__info {
    margin: 30px auto 50px;
  }
}

.item__name {
  text-align: center;
  font-size: 1.5em;
}

@media screen and (max-width: 767px) {
  .item__name {
    font-size: 1.2em;
  }
}

.item__price p {
  text-align: right;
  font-size: 1.5em;
  line-height: 1.2;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 5%;
}

@media screen and (max-width: 767px) {
  .item__price p {
    font-size: 1.1em;
  }
}

.item__price span {
  font-size: 0.6em;
}

@media screen and (max-width: 767px) {
  .item__price span {
    font-size: 0.9em;
  }
}

.item hr {
  background-color: #707070;
  height: 0.5px;
  border: none;
}


.producttitle-area {
  width: 80%;
  /* 画面幅の90% */
  max-width: 600px;
  /* 最大幅を指定（画像の原寸など） */
  aspect-ratio: 1024 / 182;
  /* 画像の比率に合わせる */
  background: url("../img/title-bg05.png") center center/100% 100% no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0px auto;
}

.producttitle-text {
  font-size: 2.2em;
  color: #4D88A2;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(34, 34, 34, 0.15);
  letter-spacing: 0.1em;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .producttitle-text {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 480px) {
  .producttitle-text {
    font-size: 1.4em;
  }
}

.attention2 {
  max-width: 1100px;
  width: 90%;
  margin: 5% auto;
  color: #ffffff;
}

.game_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  width: 90%;
  margin: 0 auto 4%;
  gap: 5%;
}

@media screen and (max-width: 767px) {
  .game_btn {
    width: 70%;
  }
}

.plus_btn {
  max-width: 220px;
}

.sound_btn {
  max-width: 800px;
}

.com_btn {
  max-width: 220px;
}


.susumu {
  position: absolute;
  width: 100px;
  bottom: 2%;
  left: 45%;
  z-index: 10;
  transition: opacity 0.5s;
  opacity: 1;
}

@media screen and (max-width: 767px) {

  .susumu {
    width: 60px;
    left: 43%;
  }
}

.product_txt {
  position: relative;
  color: #ffffff;
  text-align: center;
  margin: 60px auto 40px;
  font-size: 1.5em;
  font-weight: 700;
  z-index: 10;
  text-shadow: 1px 1px rgba(34, 34, 34, 0.15);
}

@media screen and (max-width: 767px) {

  .product_txt {
    margin: 15% auto 3%;
    font-size: 1em;
  }
}

.pixel-btn {
  max-width: 500px;
  width: 80%;
  aspect-ratio: 1024 / 182;
  background: url("../img/title-bg06.png?aaa") center center/100% 100% no-repeat;
  border: none;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 1;
  transition: filter 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10%;
}

.pixel-btn:hover {
  filter: brightness(1.1) drop-shadow(0 0 8px #0f0);
}

.pixel-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 1.5em;
}

.pixel-btn a::before {
  position: absolute;
  content: "";
  right: 35px;
  top: 40%;
  width: 16px;
  height: 16px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .pixel-btn a {
    font-size: 1.1em;
  }

  .pixel-btn a::before {
    top: 38%;
    width: 12px;
    height: 12px;
  }
}