html, body {
  font-family: 'Shippori Antique', sans-serif;
  font-weight: 770;
  line-height: 1.7;
  width: 100vw;
  overflow-x: hidden;
  color: #0b0b16;
}
a {
  text-decoration: underline;
  color: #0b0b16;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
  margin-bottom: 22px;
}
h4 {
  font-size: 15px;
  margin-bottom: 8px;
  margin-top: 22px;
}
p {
  font-size: 15px;
  margin-bottom: 11px;
}
hr {
  border: none;
  height: 1px;
  background-color: #0b0b16;
  width: 100%;
  margin-top: 22px;
  margin-bottom: 22px;
  opacity: 0.11;
}
.bg_biri {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.22);
  z-index: -800;
  overflow: hidden;
  /*animation: biri_anime 2.2s infinite ease;*/
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bg_biri_in {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -800;
  background-image: url(iichikostep_bg_biri.png);
  background-size: contain;
  transform: translate3d(0, 0, 0);
  animation: bg_anime 44s infinite ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1000;
  overflow: hidden;
}
.bg_in {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -900;
  background-image: url(/step/wp-content/uploads/2025/01/iichikostep202501031508_bg.jpg);
  background-size: contain;
  transform: translate3d(0, 0, 0);
  animation: bg_anime 44s infinite ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@keyframes bg_anime {
  0% {
    background-size: 33%;
    background-position: 22% 33%;
    transform: skew(0, 0) rotate(0) scale(1, 1);
    opacity: 0;
  }
  10% {
    background-size: 33%;
    background-position: -22% 0%;
    opacity: 1;
  }
  11% {
    background-size: 44%;
    background-position: 33% 22%;
  }
  20% {
    background-size: 44%;
    background-position: -22% 0%;
    transform: skew(-11deg, 11deg) rotate(11deg) scale(1.777, 1.777);
  }
  21% {
    background-size: 55%;
    background-position: 22% 33%;
  }
  30% {
    background-size: 55%;
    background-position: -22% 0%;
  }
  31% {
    background-size: 44%;
    background-position: 33% 22%;
  }
  40% {
    background-size: 44%;
    background-position: -22% 0%;
    transform: skew(11deg, -11deg) rotate(-11deg) scale(1.777, 1.777);
  }
  41% {
    background-size: 66%;
    background-position: 22% 33%;
  }
  50% {
    background-size: 66%;
    background-position: -22% 0%;
  }
  51% {
    background-size: 33%;
    background-position: 33% 22%;
  }
  60% {
    background-size: 33%;
    background-position: -22% 0%;
    transform: skew(-11deg, 11deg) rotate(11deg) scale(1.555, 1.555);
  }
  61% {
    background-size: 22%;
    background-position: 22% 33%;
  }
  70% {
    background-size: 22%;
    background-position: -22% 0%;
  }
  71% {
    background-size: 55%;
    background-position: 33% 22%;
  }
  80% {
    background-size: 55%;
    background-position: -22% 0%;
    transform: skew(22deg, -22deg) rotate(-11deg) scale(1.777, 1.777);
  }
  81% {
    background-size: 44%;
    background-position: 22% 33%;
  }
  90% {
    background-size: 44%;
    background-position: -22% 0%;
  }
  91% {
    background-size: 33%;
    background-position: 33% 22%;
    opacity: 1;
  }
  100% {
    background-size: 33%;
    background-position: -22% 0%;
    transform: skew(-11deg, 11deg) rotate(22deg) scale(1.555, 1.555);
    opacity: 0;
  }
}
header {
  position: fixed;
  width: 100vw;
  height: 110px;
  mix-blend-mode: exclusion;
  z-index: 100000;
}
.header_left {
  position: absolute;
  top: 0;
  left: 0;
  padding: 11px;
  z-index: 1000;
}
.header_left img {
  height: 88px;
  width: auto;
}
.header_right {
  position: absolute;
  top: 33px;
  right: 22px;
  z-index: 10000;
}
.MenuBtn.Style01 {
  position: relative;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.MenuBtn.Style01 .MenuBtn-BarFrame {
  position: relative;
  display: block;
  width: 44px;
  height: 3px;
}
.MenuBtn.Style01 .MenuBtn-BarFrame-FirstBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all .11s ease;
}
.MenuBtn.Style01 .MenuBtn-BarFrame-SecondBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all .11s ease;
  transform: translateY(-11px) rotate(0deg);
}
.MenuBtn.Style01 .MenuBtn-BarFrame-ThirdBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all .11s ease;
  transform: translateY(11px) rotate(0deg);
}
.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-FirstBar {
  opacity: 0;
}
.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-SecondBar {
  transform: translateY(0) rotate(45deg);
}
.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-ThirdBar {
  transform: translateY(0) rotate(-45deg);
}
.copy {
  color: #fff;
  padding-top: 110px;
  padding-bottom: 110px;
  text-align: center;
  position: relative;
}
@keyframes h2_anime {
  0% {
    transform: scale(1, 1);
  }
  4% {
    transform: scale(0.93, 0.93);
  }
  90% {
    transform: scale(1.03, 1.03);
  }
  95% {
    transform: scale(0.93, 0.93);
  }
  100% {
    transform: scale(1, 1);
  }
}
.copy h2 span {}
.box {
  color: #0b0b16;
  width: 100%;
  position: relative;
  padding-bottom: 11px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.txts {
  padding: 33px 22px 11px 22px;
  background-color: #f2f2f2;
}
h2.titles {
  font-size: 22px;
  font-weight: 700;
  padding: 22px;
  color: #000;
  background-color: #0b0b16;
  background-image: url(iichikostep_dot_green.jpg);
  background-size: cover;
  filter: hue-rotate(330deg) saturate(30%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
p.centers {
  text-align: center;
  margin-bottom: 22px;
}
.entry {}
.entry_in {
  background-color: #fff;
  padding: 22px;
  width: auto;
  position: relative;
  /*border: 5px solid #0b0b16;*/
  margin: 0 auto;
  margin-bottom: 22px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.special_image {
  position: absolute;
  width: 110px;
  top: 55vw;
  right: -22px;
  animation: h2_anime 1.1s infinite ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}
.special_image2 {
  position: absolute;
  width: 110px;
  top: 11vw;
  right: -22px;
  animation: h2_anime 1.1s infinite ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}
.pumpimg {
  width: 100%;
  height: 55vw;
  object-fit: cover;
  margin-bottom: 22px;
}
.pumpimg2 {
  width: 100%;
  height: 55vw;
  object-fit: cover;
  margin-top: 22px;
  margin-bottom: 22px;
}
.pumpimg3 {
  width: 100%;
  height: auto;
  margin-top: 22px;
  margin-bottom: 22px;
}
.entry .link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.entry .txt {
  flex: 1;
}
span.num {
  font-size: 24px;
  line-height: 1.4;
}
.entry .image {
  width: 33px;
}
.news {}
.news_in {
  margin-bottom: 22px;
}
.about_in {
  margin-bottom: 22px;
}
.guest {
  background-color: #f2f2f2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.booths {
  padding: 44px 22px;
  background-color: #f2f2f2;
}
.kaijo a {
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  width: auto;
  height: 30px;
  background-color: blue;
  border-radius: 15px;
  padding: 0 11px;
  margin-top: 11px;
  margin-right: 11px;
  background-image: url(iichikostep_dot_y.jpg);
  background-size: cover;
}
.guest_in {
  background-color: #f2f2f2;
  padding: 0px 0 22px 0;
  margin-bottom: 22px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.guest_in h3.title {
  font-size: 20px;
  padding: 22px 22px 0px 22px;
}
.scroll_content {
  /* リスト全体のスタイル */
  display: flex;
  margin: auto;
  overflow-x: auto;
  padding: 0 22px 22px 22px;
}
.scroll_content li {
  /* 各リストのスタイル */
  width: 100%;
  padding-right: 22px;
  flex-shrink: 0;
  list-style: none;
}
.scroll_content img {
  /* 画像のスタイル */
  margin-bottom: 11px;
}
.scroll_content::-webkit-scrollbar {
  height: 11px;
  /* スクロールバーの高さ */
}
.scroll_content::-webkit-scrollbar-thumb {
  background: #0b0b16;
  /* ツマミの色 */
}
.scroll_content::-webkit-scrollbar-track {
  background: #ddd;
  /* トラックの色 */
}
.booths .booths_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 22px;
}
.booths .booths_txt {
  flex: 1;
  padding-left: 33px;
}
.booths .booths_image {
  width: 110px;
  height: 110px;
  object-fit: cover;
}
.partner_in {
  margin-bottom: 22px;
  text-align: center;
}
.partner_in img.iichiko {
  margin-bottom: 33px;
  margin-top: 22px;
  width: 88%;
}
.partner_in_mini {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.partner_in_mini div {
  width: 44%;
  height: 33vw;
  margin-bottom: 22px;
}
.partner_in_mini img {
  object-fit: contain;
  width: 100%;
  height: 33vw;
}
.copy_first {
  width: 100vw;
  color: #fff;
  padding-top: 165px;
  padding-bottom: 110px;
  text-align: center;
}
.copy_first img {
  width: 88%;
  margin-bottom: 66px;
}
h2.pump {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #0b0b16;
  background-color: #fff;
  /*border: 5px solid #0b0b16;*/
  padding: 33px;
  text-align: center;
  line-height: 1.5;
  background-image: url(iichikostep_dot.jpg);
  background-size: cover;
  animation: h2_anime 1.1s infinite ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.biri {
  /*animation: biri_anime 1.1s infinite ease;*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
@keyframes biri_anime {
  0% {
    opacity: 0.11;
  }
  6% {
    opacity: 1;
  }
  12% {
    opacity: 0.11;
  }
  18% {
    opacity: 1;
  }
  24% {
    opacity: 0.11;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 0.11;
  }
  42% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.biri1 {
  position: absolute;
  width: 77px;
  height: 77px;
  top: 33%;
  left: -55px;
  object-fit: contain;
  z-index: 1000;
  pointer-events: none;
}
.biri2 {
  position: absolute;
  width: 77px;
  height: 77px;
  top: 33%;
  right: -44px;
  object-fit: contain;
  z-index: 1000;
  pointer-events: none;
}
.biri3 {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 33%;
  left: -33px;
  object-fit: contain;
  z-index: 1000;
  pointer-events: none;
}
.biri4 {
  position: absolute;
  width: 77px;
  height: 77px;
  top: 33%;
  right: -44px;
  object-fit: contain;
  z-index: 1000;
  pointer-events: none;
}
.copy_last {
  color: #fff;
  padding-top: 154px;
  padding-bottom: 132px;
  text-align: center;
}
.copy_last img {
  width: 88%;
  margin-bottom: 44px;
}
.copys {
  width: 100%;
  margin: 0 auto;
  color: #0b0b16;
  background-image: url(iichikostep_dot.jpg);
  background-size: cover;
  text-align: center;
  padding: 44px 0;
  position: relative;
  margin-bottom: 110px;
}
.copys h2 {
  font-size: 33px;
  margin-bottom: 11px;
}
.copys h3 {
  line-height: 2.5;
}
.copys h3 span {
  text-decoration: underline;
  /*下線を引く*/
  text-decoration-style: wavy;
  /*下線を波線で表示*/
}
.copys p {
  margin-top: 22px;
}
.free_image {
  position: absolute;
  width: 121px;
  top: -44px;
  left: -11px;
  filter: hue-rotate(330deg) saturate(30%);
  animation: h2_anime 1.1s infinite ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}
h2.btn {
  position: relative;
  font-size: 15px;
  color: #0b0b16;
  background-color: #fff;
  /*border: 5px solid #0b0b16;*/
  padding: 20px 11px 22px 11px;
  text-align: center;
  line-height: 1.5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 5px;
  width: 88%;
  margin: 0 auto;
  margin-top: 22px;
  margin-bottom: 11px;
  background-image: url(iichikostep_dot_y.jpg);
  background-size: cover;
}
h2.btn2 {
  position: relative;
  font-size: 15px;
  color: #0b0b16;
  background-color: #fff;
  /*border: 5px solid #0b0b16;*/
  padding: 20px 11px 22px 11px;
  text-align: center;
  line-height: 1.5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 5px;
  width: 100%;
  margin: 0 auto;
  margin-top: 22px;
  margin-bottom: 11px;
  background-image: url(iichikostep_dot_y.jpg);
  background-size: cover;
}
h2.btn2_off {
  position: relative;
  font-size: 15px;
  color: #0b0b16;
  background-color: #fff;
  /*border: 5px solid #0b0b16;*/
  padding: 20px 11px 22px 11px;
  text-align: center;
  line-height: 1.5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 5px;
  width: 100%;
  margin: 0 auto;
  margin-top: 22px;
  margin-bottom: 11px;
  background-image: url(iichikostep_dot.jpg);
  background-size: cover;
}
.entry_btns {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 88%;
  margin: 0 auto;
  margin-bottom: 110px;
}
.entry_btn {
  position: relative;
  font-size: 19px;
  padding: 3.3%;
  color: #0b0b16;
  background-color: #fff;
  /*border: 5px solid #0b0b16;*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  line-height: 1.5;
  border-radius: 5px;
  /* width: 30%; */
  background-image: url(iichikostep_dot_y.jpg);
  background-size: cover;
}
.entry_btn h3 {
  font-size: 15px;
  margin-bottom: 11px;
}
.entry_btn h3 span {
  font-size: 22px;
}
.entry_btn p {
  font-size: 12px;
}
.entry_btn img {
  margin-top: 11px;
  margin-bottom: 11px;
}
.entry_btn img.logo_p2 {
  width: 96%;
}
.entry_btn img.logo_bp {
  width: 91%;
}
.about_in dt{
  float: left;
}
.about_in dd {
  margin-left:220px;
}
.about_in dd:before {
  content: "… ";
}
.footer {
  width: 88%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer p {
  color: #fff;
}
.footer p a {
  color: #fff;
}
.menu_open {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  z-index: 10000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 110%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .11s linear;
}
.menuOpen {
  left: 0;
  opacity: 1;
}
.menu_btn {
  margin-bottom: 11px;
}
.menus {
  padding-top: 11px;
  padding-right: 11px;
}
.black {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  z-index: 1000;
  opacity: 0;
  top: 0;
  right: 100%;
}
.blackOpen {
  right: 0;
  opacity: 0.55;
  transition: all .11s linear;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 22px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}