@charset "UTF-8";
/** 

Latest Update 2026.02.10

**/
main {
  position: relative;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  background-color: #fafafa;
  margin-bottom: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  main {
    padding-bottom: 50px;
  }
}

.bt-01 {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
  background-color: #7fa4b7;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 30px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .bt-01 {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .bt-01 {
    font-size: 14px;
    padding: 15px 20px;
  }
}
.bt-01 .icon {
  display: block;
  width: auto;
  height: 40px;
}
@media screen and (max-width: 1200px) {
  .bt-01 .icon {
    height: 24px;
  }
}
.bt-01 .icon2 {
  display: block;
  width: auto;
  height: 14px;
}
@media screen and (max-width: 1200px) {
  .bt-01 .icon2 {
    height: 12px;
  }
}

.font-s {
  font-size: smaller;
}

.b-navi {
  padding: 10px;
  position: absolute;
  top: 54px;
  left: 0;
  z-index: 1;
  width: 100%;
}
.b-navi ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.b-navi li {
  font-size: 10px;
  color: #666;
}
.b-navi li::after {
  content: "/";
  color: #999;
  margin: 0 10px;
}
@media screen and (max-width: 600px) {
  .b-navi li::after {
    margin: 0 5px;
  }
}
.b-navi li a {
  font-size: 10px;
  color: #333;
}

#hd-2-top .inner {
  padding: 10px;
  position: relative;
}

.header {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.header .inner {
  padding: 20px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .header .inner {
    padding: 10px 0px 0;
    display: block;
  }
}
.header .inner .col-1 {
  padding-right: 20px;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .header .inner .col-1 {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  .header .inner .col-1 {
    width: calc(100% - 70px);
    height: 60px;
    display: flex;
    align-items: center;
    padding-top: 10px;
  }
}
.header .inner .col-1 a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 834px) {
  .header .inner .col-2 {
    width: 55%;
  }
}
@media screen and (max-width: 600px) {
  .header .inner .col-2 {
    width: calc(100% - 20px);
    margin: 10px auto 0;
  }
}
.header .inner .logo-cp {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .header .inner .logo-cp {
    margin: 0 auto 20px;
  }
}
.header .inner .wrap-date {
  width: 100%;
  max-width: 600px;
  background-color: #e4eaf2;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .header .inner .wrap-date {
    margin: 0 auto;
  }
}
.header .inner .wrap-date .date {
  padding: 0px 20px 10px;
}
@media screen and (max-width: 600px) {
  .header .inner .wrap-date .date {
    padding: 5px 10px 10px;
  }
}
.header .inner .wrap-date .date br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .inner .wrap-date .date br {
    display: block;
  }
}
.header .inner .wrap-date .date .info-1 {
  font-size: 18px;
  margin-bottom: 8px;
  border-bottom: solid 1px #111;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .header .inner .wrap-date .date .info-1 {
    font-weight: bold;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .header .inner .wrap-date .date .info-1 {
    text-align: left;
  }
}
.header .inner .wrap-date .date .info-1 .txt-1 {
  font-size: clamp(20px, 3vw, 40px);
  display: inline-block;
  margin: 0 3px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 600px) {
  .header .inner .wrap-date .date .info-1 .txt-1 {
    font-size: 30px;
  }
}
.header .inner .wrap-date .date .info-1 .kara img {
  width: clamp(8px, 1vw, 12px);
  display: inline-block;
  margin-bottom: clamp(0px, 1vw, 14px);
}
@media screen and (max-width: 600px) {
  .header .inner .wrap-date .date .info-1 .kara img {
    margin-bottom: 10px;
  }
}
.header .inner .wrap-date .date .info-1 .day {
  font-size: 16px;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-left: 3px;
}
.header .inner .wrap-date .date .info-2 {
  font-size: 11px;
}
.header .inner .wrap-date .date .info-2 .sp {
  display: inline;
}
@media screen and (max-width: 600px) {
  .header .inner .wrap-date .date .info-2 .sp {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header .inner .wrap-date .date .info-2 br {
    display: none;
  }
}
.header .inner .wrap-date .map {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #7fa4b7;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 834px) {
  .header .inner .wrap-date .map {
    font-size: 13px;
    font-weight: bold;
  }
}
@media screen and (max-width: 600px) {
  .header .inner .wrap-date .map {
    padding: 10px 20px;
  }
}
.header .inner .wrap-date .map img {
  display: block;
  margin: 5px auto 0;
  width: 24px;
}
.header .inner .wrap-date .map img.icon-pin {
  margin-bottom: 10px;
}

#gnav {
  position: fixed;
  top: -1px;
  left: 0;
  z-index: 3;
  background-color: #7fa4b7;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: translateY(-50px);
}
@media screen and (max-width: 600px) {
  #gnav {
    opacity: 1;
    visibility: visible;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    width: 90%;
    max-width: 300px;
    height: 100vh;
    z-index: 9999;
    transition: 0.3s;
    transform: translateY(0);
  }
}
#gnav .wrap-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  max-width: 1000px;
  gap: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #gnav .wrap-nav {
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  #gnav .wrap-nav {
    display: block;
  }
}
#gnav .wrap-nav li {
  position: relative;
  list-style: none;
  padding: 20px 10px;
  transition: 0.2s;
}
@media screen and (max-width: 834px) {
  #gnav .wrap-nav li {
    padding: 10px 5px 15px;
  }
}
@media screen and (max-width: 600px) {
  #gnav .wrap-nav li {
    padding: 0;
  }
}
#gnav .wrap-nav a {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1.5px;
  transition: 0.2s;
}
@media screen and (max-width: 1200px) {
  #gnav .wrap-nav a {
    font-size: 14px;
  }
}
@media screen and (max-width: 834px) {
  #gnav .wrap-nav a {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  #gnav .wrap-nav a {
    color: #333;
    display: block;
    padding: 15px 20px;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
    font-weight: bold;
  }
}
#gnav.on {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 834px) {
  #gnav.active {
    left: 0;
  }
}

#sp-nav {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #4c4747;
  padding: 8px;
  cursor: pointer;
  z-index: 99;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 600px) {
  #sp-nav {
    display: block;
  }
}
#sp-nav.active {
  position: fixed;
}
#sp-nav span {
  position: absolute;
  width: 30px;
  display: block;
  border-top: solid 1px #fff;
  transition: all 0.4s ease;
}
#sp-nav .item-01 {
  top: 10px;
  left: 10px;
}
#sp-nav .item-02 {
  top: 18px;
  left: 10px;
}
#sp-nav .item-03 {
  top: 26px;
  left: 10px;
}
#sp-nav .txt {
  font-size: 10px;
  top: 32px;
  border-top: none;
  width: 50px;
  text-align: center;
  left: 0px;
  transform: scale(0.8);
  color: #fff;
}
#sp-nav.on .item-01 {
  transform: rotate(-34deg);
  transform-origin: right;
  left: 7px;
}
#sp-nav.on .item-02 {
  width: 0;
}
#sp-nav.on .item-03 {
  transform: rotate(34deg);
  transform-origin: right;
  left: 7px;
}

/** Main Visual**/
.wrap-mv {
  position: relative;
  padding-bottom: 50px;
  background-color: #fff;
  /* 波形スタイル
  -------------------------*/
}
@media screen and (max-width: 600px) {
  .wrap-mv {
    overflow: hidden;
    background-color: #fafafa;
  }
}
.wrap-mv .inner {
  display: flex;
  max-width: 1600px;
  padding: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .wrap-mv .inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 834px) {
  .wrap-mv .inner {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .wrap-mv .inner {
    padding: 0;
  }
}
.wrap-mv .inner .col-1 {
  width: 25%;
  padding: 20px;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 600px) {
  .wrap-mv .inner .col-1 {
    display: none;
  }
}
.wrap-mv .inner .col-1 .logo-cp {
  max-width: clamp(50px, 8vw, 100px);
  height: auto;
  position: absolute;
  top: clamp(10px, 4vw, 20px);
  left: clamp(10px, 7vw, 60px);
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .wrap-mv .inner .col-1 .logo-cp {
    left: 35px;
  }
}
.wrap-mv .inner .col-1 .bg {
  display: block;
  background-color: #7fa4b7;
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0px;
  left: 40px;
  box-shadow: 20px 20px 0 #e4eaf2;
}
@media screen and (max-width: 834px) {
  .wrap-mv .inner .col-1 .bg {
    left: 20px;
  }
}
.wrap-mv .inner .col-1 .wrap-nav {
  position: relative;
  z-index: 2;
  transform: translate(20%, 50%);
}
@media screen and (max-width: 834px) {
  .wrap-mv .inner .col-1 .wrap-nav {
    transform: translate(15px, 40%);
  }
}
.wrap-mv .inner .col-1 .wrap-nav li {
  list-style: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .wrap-mv .inner .col-1 .wrap-nav li {
    margin-bottom: 4px;
  }
}
.wrap-mv .inner .col-1 .wrap-nav li a {
  color: #fff;
  font-size: clamp(14px, 1.6vw, 26px);
  letter-spacing: 2px;
}
@media screen and (max-width: 834px) {
  .wrap-mv .inner .col-1 .wrap-nav li a {
    font-size: 13px;
    letter-spacing: 1.5px;
  }
}
.wrap-mv .inner .col-2 {
  width: 75%;
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .wrap-mv .inner .col-2 {
    width: 100%;
    padding: 30px 10px;
  }
}
.wrap-mv .img-booth {
  display: block;
  max-width: 100%;
  height: auto;
}
.wrap-mv .bg-mv {
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 0;
  z-index: 1;
}
.wrap-mv #waveCanvas {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .wrap-mv #waveCanvas {
    bottom: -50%;
  }
}

.sec-common .inner {
  padding: 20px 20px 120px;
  max-width: 1400px;
}
@media screen and (max-width: 834px) {
  .sec-common .inner {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 600px) {
  .sec-common .inner {
    padding: 30px 20px;
  }
}

.title-h2 {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .title-h2 {
    padding: 0;
    margin-bottom: 30px;
  }
}
.title-h2 .title-img {
  display: block;
  margin: 0 auto 20px;
  width: auto;
  height: auto;
  max-height: 80px;
  filter: drop-shadow(6px 6px 0 #d7cec5);
}
@media screen and (max-width: 834px) {
  .title-h2 .title-img {
    max-height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .title-h2 .title-img {
    filter: drop-shadow(3px 3px 0 #d7cec5);
  }
}
.title-h2 .ja {
  font-size: clamp(18px, 2.4vw, 24px);
  color: #555;
}

#booth {
  padding-top: 80px;
}
@media screen and (max-width: 834px) {
  #booth {
    padding-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  #booth {
    padding-top: 20px;
  }
}
#booth .wrap-desc {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fdf8ef;
  border: solid 2px #4c4747;
  padding: 50px;
  box-shadow: 15px 15px 0 #b8a792;
}
@media screen and (max-width: 600px) {
  #booth .wrap-desc {
    padding: 30px;
  }
}
#booth .catch {
  text-align: center;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 400px) {
  #booth .catch br {
    display: none;
  }
}
#booth .desc p {
  font-size: clamp(14px, 1.6vw, 18px);
  margin: 0 auto;
  line-height: 2;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #booth .desc p {
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: left;
  }
}
#booth .desc p.mes {
  font-weight: bold;
  font-size: clamp(20px, 2vw, 30px);
}

#seminar .catch,
#official-stage .catch {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  #seminar .catch,
  #official-stage .catch {
    margin-bottom: 40px;
  }
}
#seminar .catch p,
#official-stage .catch p {
  font-size: clamp(15px, 1.8vw, 20px);
  text-align: center;
  line-height: 2;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 600px) {
  #seminar .catch p,
  #official-stage .catch p {
    text-align: left;
  }
}
#seminar .catch .bd,
#official-stage .catch .bd {
  position: relative;
  display: inline-block;
}
#seminar .catch .bd strong,
#official-stage .catch .bd strong {
  position: relative;
  z-index: 2;
}
#seminar .catch .bd::after,
#official-stage .catch .bd::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(transparent 50%, rgb(252, 238, 33) 0%);
  transition: 0.4s 0.4s;
}
#seminar .catch .bd.on::after,
#official-stage .catch .bd.on::after {
  width: 100%;
}
#seminar .bt-01,
#official-stage .bt-01 {
  margin: 50px auto 80px;
}
@media screen and (max-width: 600px) {
  #seminar .bt-01,
  #official-stage .bt-01 {
    margin: 30px auto;
  }
}
#seminar .wrap-seminar,
#official-stage .wrap-seminar {
  max-width: 1200px;
  margin: 0 auto;
}
#seminar .wrap-seminar .wrap-tab-menu,
#official-stage .wrap-seminar .wrap-tab-menu {
  margin-bottom: 50px;
  border-bottom: solid 3px #7fa4b7;
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .wrap-tab-menu,
  #official-stage .wrap-seminar .wrap-tab-menu {
    border-bottom: none;
    margin-bottom: 30px;
  }
}
#seminar .wrap-seminar .wrap-tab-menu .tab-menu-seminar,
#official-stage .wrap-seminar .wrap-tab-menu .tab-menu-seminar {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .wrap-tab-menu .tab-menu-seminar,
  #official-stage .wrap-seminar .wrap-tab-menu .tab-menu-seminar {
    flex-wrap: wrap;
  }
}
#seminar .wrap-seminar .wrap-tab-menu .tab-menu-seminar li,
#official-stage .wrap-seminar .wrap-tab-menu .tab-menu-seminar li {
  list-style: none;
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .wrap-tab-menu .tab-menu-seminar li,
  #official-stage .wrap-seminar .wrap-tab-menu .tab-menu-seminar li {
    width: calc(50% - 10px);
  }
}
#seminar .wrap-seminar .wrap-tab-menu .tab-menu-seminar li a,
#official-stage .wrap-seminar .wrap-tab-menu .tab-menu-seminar li a {
  font-size: 26px;
  font-weight: bold;
  padding: 5px 40px;
  background-color: #fff;
  border: solid 3px #7fa4b7;
  border-bottom: none;
  display: block;
  transform: translateY(5px);
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .wrap-tab-menu .tab-menu-seminar li a,
  #official-stage .wrap-seminar .wrap-tab-menu .tab-menu-seminar li a {
    border: solid 3px #7fa4b7;
  }
}
#seminar .wrap-seminar .wrap-tab-menu .tab-menu-seminar li a.selected,
#official-stage .wrap-seminar .wrap-tab-menu .tab-menu-seminar li a.selected {
  background-color: #7fa4b7;
  color: #fff;
  padding: 10px 40px;
  transform: translateY(0px);
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .wrap-tab-menu .tab-menu-seminar li a.selected,
  #official-stage .wrap-seminar .wrap-tab-menu .tab-menu-seminar li a.selected {
    padding: 5px 40px;
    transform: translateY(5px);
  }
}
#seminar .wrap-seminar .wrap-tab-menu .tab-menu-seminar li a .font-s,
#official-stage .wrap-seminar .wrap-tab-menu .tab-menu-seminar li a .font-s {
  font-size: 14px;
  margin-left: 10px;
}
#seminar .wrap-seminar .item,
#official-stage .wrap-seminar .item {
  background-color: #fff;
  position: relative;
  padding: 30px 40px;
  display: flex;
  gap: 50px;
  margin-bottom: 30px;
  border: solid 3px #555;
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .item,
  #official-stage .wrap-seminar .item {
    flex-direction: column;
    gap: 0;
    padding: 30px 20px;
  }
}
#seminar .wrap-seminar .item .tag,
#official-stage .wrap-seminar .item .tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ddd0f0;
  font-size: 18px;
  color: #555;
  font-weight: bold;
  padding: 10px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .item .tag,
  #official-stage .wrap-seminar .item .tag {
    font-size: 14px;
    max-width: 100px;
  }
}
#seminar .wrap-seminar .item .tag.lens,
#official-stage .wrap-seminar .item .tag.lens {
  background-color: #9acacb;
}
#seminar .wrap-seminar .item .tag.zhiyun,
#official-stage .wrap-seminar .item .tag.zhiyun {
  background-color: #f0d0d1;
}
#seminar .wrap-seminar .item .tag.exapro,
#official-stage .wrap-seminar .item .tag.exapro {
  background-color: #c2b8a8;
}
#seminar .wrap-seminar .item .wrap-img,
#official-stage .wrap-seminar .item .wrap-img {
  width: 200px;
}
@media screen and (max-width: 834px) {
  #seminar .wrap-seminar .item .wrap-img,
  #official-stage .wrap-seminar .item .wrap-img {
    width: 150px;
  }
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .item .wrap-img,
  #official-stage .wrap-seminar .item .wrap-img {
    margin: 0 auto;
  }
}
#seminar .wrap-seminar .item .wrap-img .profile,
#official-stage .wrap-seminar .item .wrap-img .profile {
  display: block;
  padding-top: 60px;
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .item .wrap-img .profile,
  #official-stage .wrap-seminar .item .wrap-img .profile {
    padding-top: 40px;
  }
}
#seminar .wrap-seminar .item .wrap-img .profile .img-profile,
#official-stage .wrap-seminar .item .wrap-img .profile .img-profile {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
#seminar .wrap-seminar .item .wrap-img .profile .img-profile.bd,
#official-stage .wrap-seminar .item .wrap-img .profile .img-profile.bd {
  border: solid 1px #ddd;
}
#seminar .wrap-seminar .item .wrap-img .profile .work,
#official-stage .wrap-seminar .item .wrap-img .profile .work {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#seminar .wrap-seminar .item .wrap-img .profile .slick-list,
#official-stage .wrap-seminar .item .wrap-img .profile .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
#seminar .wrap-seminar .item .wrap-img .profile .slick-slide,
#official-stage .wrap-seminar .item .wrap-img .profile .slick-slide {
  width: 200px !important;
  height: 200px !important;
  position: relative;
}
@media screen and (max-width: 834px) {
  #seminar .wrap-seminar .item .wrap-img .profile .slick-slide,
  #official-stage .wrap-seminar .item .wrap-img .profile .slick-slide {
    width: 150px !important;
    height: 150px !important;
  }
}
#seminar .wrap-seminar .item .wrap-img .profile .slick-arrow,
#official-stage .wrap-seminar .item .wrap-img .profile .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0 !important;
  z-index: 2;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  padding: 10px 0 0 0;
  text-align: center;
}
#seminar .wrap-seminar .item .wrap-img .profile .slick-prev,
#official-stage .wrap-seminar .item .wrap-img .profile .slick-prev {
  left: 0px;
}
#seminar .wrap-seminar .item .wrap-img .profile .slick-next,
#official-stage .wrap-seminar .item .wrap-img .profile .slick-next {
  right: 0px;
}
#seminar .wrap-seminar .item .wrap-img .profile .angle-left,
#official-stage .wrap-seminar .item .wrap-img .profile .angle-left {
  width: 8px;
  height: 8px;
  display: block;
  border-top: solid 1.5px #666;
  border-left: solid 1.5px #666;
  transform: rotate(-45deg);
  margin: 0 auto;
}
#seminar .wrap-seminar .item .wrap-img .profile .angle-right,
#official-stage .wrap-seminar .item .wrap-img .profile .angle-right {
  width: 8px;
  height: 8px;
  display: block;
  border-top: solid 1.5px #666;
  border-right: solid 1.5px #666;
  transform: rotate(45deg);
  margin: 0 auto;
}
#seminar .wrap-seminar .item .wrap-img .profile .slick-dots,
#official-stage .wrap-seminar .item .wrap-img .profile .slick-dots {
  text-align: center;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}
#seminar .wrap-seminar .item .wrap-img .profile .slick-dots li,
#official-stage .wrap-seminar .item .wrap-img .profile .slick-dots li {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 3px;
  background-color: transparent;
  border: solid 1px #666;
  border-radius: 100%;
  text-indent: -9999px;
  cursor: pointer;
}
#seminar .wrap-seminar .item .wrap-img .profile .slick-dots li.slick-active,
#official-stage .wrap-seminar .item .wrap-img .profile .slick-dots li.slick-active {
  background-color: #eee;
  border: solid 1px #eee;
}
#seminar .wrap-seminar .item .wrap-txts,
#official-stage .wrap-seminar .item .wrap-txts {
  width: calc(100% - 250px);
}
@media screen and (max-width: 834px) {
  #seminar .wrap-seminar .item .wrap-txts,
  #official-stage .wrap-seminar .item .wrap-txts {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .item .wrap-txts,
  #official-stage .wrap-seminar .item .wrap-txts {
    width: 100%;
  }
}
#seminar .wrap-seminar .item .wrap-txts .date,
#official-stage .wrap-seminar .item .wrap-txts .date {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  display: flex;
  letter-spacing: 1.5px;
  align-items: center;
  gap: 0 10px;
  position: absolute;
  right: 20px;
  top: 10px;
}
@media screen and (max-width: 834px) {
  #seminar .wrap-seminar .item .wrap-txts .date,
  #official-stage .wrap-seminar .item .wrap-txts .date {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .item .wrap-txts .date,
  #official-stage .wrap-seminar .item .wrap-txts .date {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
#seminar .wrap-seminar .item .wrap-txts .date.date-2,
#official-stage .wrap-seminar .item .wrap-txts .date.date-2 {
  position: static;
}
#seminar .wrap-seminar .item .wrap-txts .date .icon-clock,
#official-stage .wrap-seminar .item .wrap-txts .date .icon-clock {
  width: 20px;
  height: auto;
  display: block;
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .item .wrap-txts .date,
  #official-stage .wrap-seminar .item .wrap-txts .date {
    font-size: 18px;
  }
}
#seminar .wrap-seminar .item .wrap-txts .date .txt-s,
#official-stage .wrap-seminar .item .wrap-txts .date .txt-s {
  font-size: 16px;
  margin-right: 20px;
}
#seminar .wrap-seminar .item .wrap-txts .title,
#official-stage .wrap-seminar .item .wrap-txts .title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-top: 40px;
  margin-bottom: 20px;
  max-width: 700px;
}
@media screen and (max-width: 834px) {
  #seminar .wrap-seminar .item .wrap-txts .title,
  #official-stage .wrap-seminar .item .wrap-txts .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .item .wrap-txts .title,
  #official-stage .wrap-seminar .item .wrap-txts .title {
    font-size: 18px;
    margin-top: 20px;
  }
}
#seminar .wrap-seminar .item .wrap-txts .title br.sp,
#official-stage .wrap-seminar .item .wrap-txts .title br.sp {
  display: block;
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .item .wrap-txts .title br.sp,
  #official-stage .wrap-seminar .item .wrap-txts .title br.sp {
    display: none;
  }
}
#seminar .wrap-seminar .item .wrap-txts .title .sub-title,
#official-stage .wrap-seminar .item .wrap-txts .title .sub-title {
  display: block;
}
#seminar .wrap-seminar .item .wrap-txts .title.title-2,
#official-stage .wrap-seminar .item .wrap-txts .title.title-2 {
  margin-top: 0;
}
#seminar .wrap-seminar .item .wrap-txts .txt-present,
#official-stage .wrap-seminar .item .wrap-txts .txt-present {
  margin-bottom: 20px;
  display: block;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  #seminar .wrap-seminar .item .wrap-txts .txt-present,
  #official-stage .wrap-seminar .item .wrap-txts .txt-present {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .item .wrap-txts .txt-present,
  #official-stage .wrap-seminar .item .wrap-txts .txt-present {
    font-size: 13px;
  }
}
#seminar .wrap-seminar .item .wrap-txts .txt-present .font-s,
#official-stage .wrap-seminar .item .wrap-txts .txt-present .font-s {
  display: block;
  margin-top: 10px;
}
#seminar .wrap-seminar .item .wrap-txts dl,
#official-stage .wrap-seminar .item .wrap-txts dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 0;
  margin-bottom: 20px;
}
#seminar .wrap-seminar .item .wrap-txts dl dt,
#official-stage .wrap-seminar .item .wrap-txts dl dt {
  width: 100px;
  background-color: #555;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  letter-spacing: 1px;
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .item .wrap-txts dl dt,
  #official-stage .wrap-seminar .item .wrap-txts dl dt {
    font-size: 10px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#seminar .wrap-seminar .item .wrap-txts dl dd,
#official-stage .wrap-seminar .item .wrap-txts dl dd {
  width: calc(100% - 100px);
  padding: 5px 20px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  #seminar .wrap-seminar .item .wrap-txts dl dd,
  #official-stage .wrap-seminar .item .wrap-txts dl dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .item .wrap-txts dl dd,
  #official-stage .wrap-seminar .item .wrap-txts dl dd {
    font-size: 14px;
    width: calc(100% - 80px);
    padding: 5px 10px;
  }
}

.bt-profile {
  width: 110px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 15px auto 0;
  border: solid 1px #111;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 5px;
}
.bt-profile .bt-plus {
  width: 14px;
  transform: translateY(1px);
}

/** Pop Up **/
.pop-up {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 500px;
  max-height: 95%;
  z-index: 1500;
  background-color: #fff;
  color: #555;
  padding: 30px 30px 50px;
  display: none;
  overflow-y: auto;
  z-index: 99999;
}
@media screen and (max-width: 600px) {
  .pop-up {
    top: 10%;
    left: 5%;
    transform: translate(0, 0);
    width: 90%;
    height: 80%;
    overflow-y: auto;
    min-width: inherit;
    padding: 20px;
  }
}
.pop-up .wrap-work {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .pop-up .wrap-work {
    margin-bottom: 40px;
  }
}
.pop-up .wrap-work .portrait {
  max-height: 400px;
  margin: 0 auto;
  display: block;
}
.pop-up .wrap-work .slick {
  position: relative;
  width: 800px;
  height: 540px;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (max-width: 834px) {
  .pop-up .wrap-work .slick {
    width: 500px;
    height: 500px;
  }
}
@media screen and (max-width: 600px) {
  .pop-up .wrap-work .slick {
    width: 300px;
    height: 250px;
  }
}
.pop-up .wrap-work .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.pop-up .wrap-work .slick-slide {
  width: 800px;
  height: 540px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .pop-up .wrap-work .slick-slide {
    width: 500px;
    height: 500px;
  }
}
@media screen and (max-width: 600px) {
  .pop-up .wrap-work .slick-slide {
    width: 300px;
    height: 250px;
  }
}
.pop-up .wrap-work .slick-slide img {
  width: auto !important;
  height: auto !important;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop-up .wrap-work .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0 !important;
  z-index: 2;
  width: 25px;
  height: 25px;
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .pop-up .wrap-work .slick-arrow {
    background-color: transparent;
    border: none;
  }
}
.pop-up .wrap-work .slick-prev {
  left: -20px;
}
.pop-up .wrap-work .slick-next {
  right: -20px;
}
.pop-up .wrap-work .angle-left {
  width: 15px;
  height: 15px;
  display: block;
  border-top: solid 1px #555;
  border-left: solid 1px #555;
  transform: rotate(-45deg);
  margin: 0 auto;
}
.pop-up .wrap-work .angle-right {
  width: 15px;
  height: 15px;
  display: block;
  border-top: solid 1px #555;
  border-right: solid 1px #555;
  transform: rotate(45deg);
  margin: 0 auto;
}
.pop-up .wrap-work .slick-dots {
  text-align: center;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
}
.pop-up .wrap-work .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 100%;
  text-indent: -9999px;
  cursor: pointer;
}
.pop-up .wrap-work .slick-dots li.slick-active {
  background-color: #000;
  border: solid 1px #000;
}
.pop-up .hide-dots .slick-dots {
  display: none !important;
}
.pop-up .icon-sns {
  margin-top: 10px;
}
.pop-up .icon-sns img {
  display: inline-block;
  width: 25px;
  height: auto;
  margin-right: 5px;
  vertical-align: middle;
}

.pop-up .d-01 {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  .pop-up .d-01 {
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
    width: 120px;
  }
}
.pop-up .d-01 img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.pop-up .d-01 img.bd {
  border: solid 1px #ddd;
}

.pop-up .d-02 {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 220px);
}
@media screen and (max-width: 600px) {
  .pop-up .d-02 {
    width: 100%;
  }
}

.pop-up .name {
  font-size: 18px;
  font-weight: bold;
}

.pop-up .furigana {
  font-size: 12px;
  margin-bottom: 10px;
}

.prof {
  display: block;
  font-size: 13px;
  margin-top: 7px;
}

.pop-up .close {
  color: #333;
  font-style: normal;
  font-size: 24px;
  position: absolute;
  top: 2px;
  right: 8px;
}

.pop-up p.intro {
  line-height: 1.6;
  padding-top: 10px;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .pop-up p.intro {
    font-size: 13px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: none;
}

.title-h3 {
  background-color: #7cc294;
  color: #fff;
  text-align: center;
  padding: 20px 15px 15px;
  position: relative;
  font-size: 28px;
  letter-spacing: 2px;
}
@media screen and (max-width: 600px) {
  .title-h3 {
    font-size: 18px;
  }
}
.title-h3 span {
  display: block;
  font-weight: normal;
  margin: 5px auto 0;
  font-size: 14px;
  letter-spacing: 1px;
}

#products .pd-tab-menu {
  margin: 100px auto 50px;
  max-width: 80%;
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #products .pd-tab-menu {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #products .pd-tab-menu {
    margin: 50px auto 30px;
    gap: 20px;
  }
}
#products .pd-tab-menu.pd-tab-menu-ft {
  margin: 0 auto;
  display: none;
}
#products .pd-tab-menu .bt-booth {
  width: calc(50% - 10px);
}
#products .pd-tab-menu .bt-booth .bt {
  color: #555;
  padding: 5px 15px 20px;
  font-size: 30px;
  font-weight: bold;
  height: 70px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  #products .pd-tab-menu .bt-booth .bt {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  #products .pd-tab-menu .bt-booth .bt {
    font-size: 14px;
    padding: 10px;
    flex-direction: column;
    height: 50px;
  }
}
#products .pd-tab-menu .bt-booth .bt .font-s {
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}
@media screen and (max-width: 600px) {
  #products .pd-tab-menu .bt-booth .bt .font-s {
    display: block;
    font-size: 10px;
    margin: 5px 0;
  }
}
#products .pd-tab-menu .bt-booth .bt::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -20px;
  border-top: solid 1px #555;
  border-right: solid 1px #555;
  width: 100%;
  height: calc(100% - 20px);
  transition: 0.4s;
}
@media screen and (max-width: 600px) {
  #products .pd-tab-menu .bt-booth .bt::before {
    left: -5px;
    top: -5px;
  }
}
#products .pd-tab-menu .bt-booth .bt::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -20px;
  border-bottom: solid 1px #555;
  border-left: solid 1px #555;
  width: 100%;
  height: calc(100% - 20px);
  transition: 0.4s;
}
@media screen and (max-width: 600px) {
  #products .pd-tab-menu .bt-booth .bt::after {
    left: -5px;
    bottom: 5px;
  }
}
@media (hover: hover) {
  #products .pd-tab-menu .bt-booth .bt:hover::before {
    top: 0px;
    left: 0px;
    height: 100%;
  }
  #products .pd-tab-menu .bt-booth .bt:hover::after {
    bottom: 0px;
    left: 0px;
    height: 100%;
  }
}
#products .pd-tab-menu .bt-booth .bt.selected::before {
  top: 0px;
  left: 0px;
  height: 100%;
}
#products .pd-tab-menu .bt-booth .bt.selected::after {
  bottom: 0px;
  left: 0px;
  height: 100%;
}
#products .pd-tab-menu .bt-booth.booth-1 .bt {
  background-color: #c3eeee;
}
#products .pd-tab-menu .bt-booth.booth-2 .bt {
  background-color: #f3efb4;
}
#products .pd-tab-menu .bt-booth.bt-booth .selected {
  opacity: 1;
  padding: 9px 15px 10px;
}
#products .pd-panel {
  padding: 50px;
  max-width: 1200px;
  margin: 0 auto;
  display: none;
  background-color: #fdf8ef;
  border: solid 1px #4c4747;
}
@media screen and (max-width: 1024px) {
  #products .pd-panel {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 600px) {
  #products .pd-panel {
    padding: 50px 10px;
  }
}
#products .pd-panel .title-booth {
  font-size: 30px;
  margin-bottom: 30px;
  color: #555;
}
@media screen and (max-width: 600px) {
  #products .pd-panel .title-booth {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#products .pd-panel .img-slik-booth {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  padding-bottom: 10px;
}
#products .cat {
  font-size: 20px;
  margin: 0 auto 50px;
  padding-bottom: 10px;
  border-bottom: solid 1px #333;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  #products .cat {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  #products .cat {
    font-size: 18px;
  }
}
#products .list-items {
  list-style: none;
}
#products .list-items.noimage .wrap-txt {
  width: 80%;
  margin: 0 auto;
  padding-left: 0 !important;
}
@media screen and (max-width: 834px) {
  #products .list-items.noimage .wrap-txt {
    width: 100%;
  }
}
#products .list-items.noimage .pd-item {
  margin-bottom: 20px !important;
}
#products .list-items.noimage .p1 .font-s {
  display: inline-block !important;
}
#products .list-items .pd-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  #products .list-items .pd-item {
    margin-bottom: 20px;
  }
}
#products .list-items .wrap-img {
  width: 40%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 834px) {
  #products .list-items .wrap-img {
    width: 30%;
  }
}
@media screen and (max-width: 700px) {
  #products .list-items .wrap-img {
    width: 100%;
    height: inherit;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
#products .list-items .wrap-img .pd-name {
  margin-top: 12px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
}
#products .list-items .wrap-txt {
  width: 60%;
  padding-left: 20px;
}
@media screen and (max-width: 834px) {
  #products .list-items .wrap-txt {
    padding-left: 60px;
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  #products .list-items .wrap-txt {
    width: 100%;
    padding: 10px;
  }
}
#products .list-items .wrap-txt p {
  font-size: 14px;
  margin-bottom: 1em;
  line-height: 1.6;
  letter-spacing: 1px;
}
@media screen and (max-width: 1100px) {
  #products .list-items .wrap-txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  #products .list-items .wrap-txt p {
    font-size: 13px;
  }
}
#products .list-items .wrap-txt p:last-of-type {
  margin-bottom: 20px;
}
#products .list-items .wrap-txt p.p1 {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  #products .list-items .wrap-txt p.p1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  #products .list-items .wrap-txt p.p1 {
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  #products .list-items .wrap-txt p.p1 {
    letter-spacing: 0.5px;
    font-size: 16px;
    margin-top: 10px;
  }
}
#products .list-items .wrap-txt p.p1 .font-s {
  font-size: smaller;
  display: block;
}
@media screen and (max-width: 600px) {
  #products .list-items .wrap-txt p.p2 {
    text-align: justify;
  }
}
@media screen and (max-width: 400px) {
  #products .list-items .wrap-txt p.p2 {
    letter-spacing: 0.5px;
  }
}
#products .list-items .wrap-txt p .note {
  font-size: 13px;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  #products .list-items .wrap-txt p .note {
    font-size: 11px;
  }
}
#products .list-items .wrap-txt dl {
  margin-bottom: 30px;
  align-items: center;
}
#products .list-items .wrap-txt dl dt {
  background-color: #c2b8a8;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 834px) {
  #products .list-items .wrap-txt dl dt {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 600px) {
  #products .list-items .wrap-txt dl dt {
    text-align: center;
    font-size: 12px;
    margin-bottom: 5px;
    width: 100px;
  }
}
#products .list-items .wrap-txt dl dd {
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.5px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  #products .list-items .wrap-txt dl dd {
    letter-spacing: 1px;
    font-size: 12px;
  }
}
#products .list-items .wrap-txt dl dd .font-s {
  font-size: smaller;
  font-weight: normal;
}
#products .list-items .wrap-txt dl br.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  #products .list-items .wrap-txt dl br.sp {
    display: block;
  }
}
#products .list-items .wrap-txt .wrap-bts {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 834px) {
  #products .list-items .wrap-txt .wrap-bts .col {
    width: 50%;
  }
}
#products .list-items .wrap-txt .wrap-bts h4 {
  font-size: 14px;
  margin-bottom: 8px;
  text-align: center;
}
#products .list-items .wrap-txt .bt {
  background-color: #7fa4b7;
  border-radius: 100px;
  padding: 14px 10px 12px;
  width: 250px;
  margin: 0 1% 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 10px;
  box-shadow: 0 0 2px #999;
}
@media screen and (max-width: 834px) {
  #products .list-items .wrap-txt .bt {
    margin: 0 auto 10px;
    width: 100%;
    max-width: 200px;
  }
}
@media screen and (max-width: 600px) {
  #products .list-items .wrap-txt .bt {
    font-size: 14px;
  }
}
#products .list-items .wrap-txt .bt::before {
  content: "▶";
  background-color: #fff;
  display: block;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  padding: 0;
  color: #7fa4b7;
  font-size: 10px;
  margin-right: 10px;
  position: absolute;
  top: 12px;
  left: 10px;
}
#products .list-items .slick {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (max-width: 834px) {
  #products .list-items .slick {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  #products .list-items .slick {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  #products .list-items .slick {
    width: 220px;
    height: 220px;
  }
}
#products .list-items .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#products .list-items .slick-slide {
  width: 300px;
  height: 300px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  #products .list-items .slick-slide {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 400px) {
  #products .list-items .slick-slide {
    width: 220px;
    height: 220px;
  }
}
#products .list-items .slick-slide img {
  width: auto !important;
  height: auto !important;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#products .list-items .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0 !important;
  z-index: 2;
  background-color: #fff;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  #products .list-items .slick-arrow {
    background-color: transparent;
    border: none;
  }
}
#products .list-items .slick-prev {
  left: -35px;
}
@media screen and (max-width: 834px) {
  #products .list-items .slick-prev {
    left: -25px;
  }
}
#products .list-items .slick-next {
  right: -35px;
}
@media screen and (max-width: 834px) {
  #products .list-items .slick-next {
    right: -25px;
  }
}
#products .list-items .angle-left {
  width: 7px;
  height: 7px;
  display: block;
  border-top: solid 1px #555;
  border-left: solid 1px #555;
  transform: rotate(-45deg);
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  #products .list-items .angle-left {
    width: 12px;
    height: 12px;
  }
}
#products .list-items .angle-right {
  width: 7px;
  height: 7px;
  display: block;
  border-top: solid 1px #555;
  border-right: solid 1px #555;
  transform: rotate(45deg);
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  #products .list-items .angle-right {
    width: 12px;
    height: 12px;
  }
}
#products .list-items .slick-dots {
  text-align: center;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
}
#products .list-items .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 100%;
  text-indent: -9999px;
  cursor: pointer;
}
#products .list-items .slick-dots li.slick-active {
  background-color: #000;
  border: solid 1px #000;
}
#products .hide-dots .slick-dots {
  display: none !important;
}

#touch-try .catch {
  font-size: clamp(14px, 1.8vw, 24px);
  text-align: center;
  letter-spacing: 1.5px;
  line-height: 2;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  #touch-try .catch {
    text-align: left;
  }
}
#touch-try .wrap-seminar {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  #touch-try .wrap-seminar {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  #touch-try .wrap-seminar {
    flex-direction: column;
  }
}
#touch-try .wrap-seminar .item {
  width: calc(50% - 30px);
  background-color: #fff;
  position: relative;
  padding: 20px 0 0;
  display: flex;
  gap: 20px;
  border: solid 10px #f3efb4;
}
@media screen and (max-width: 834px) {
  #touch-try .wrap-seminar .item {
    width: calc(50% - 20px);
    flex-direction: column;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  #touch-try .wrap-seminar .item {
    width: 100%;
  }
}
#touch-try .wrap-seminar .item.filter {
  border: solid 10px #ddd0f0;
}
#touch-try .wrap-seminar .item.filter .tag {
  background-color: #ddd0f0 !important;
}
#touch-try .wrap-seminar .item.lens {
  border: solid 10px #9acacb;
}
#touch-try .wrap-seminar .item.lens .tag {
  background-color: #9acacb !important;
}
#touch-try .wrap-seminar .item .wrap-cal {
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 834px) {
  #touch-try .wrap-seminar .item .wrap-cal {
    justify-content: center;
  }
}
#touch-try .wrap-seminar .item .wrap-cal.misaki {
  gap: 0;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  #touch-try .wrap-seminar .item .wrap-cal.misaki {
    margin-top: 20px;
  }
}
#touch-try .wrap-seminar .item .wrap-cal .cal {
  width: 50px;
  display: flex;
  flex-direction: column;
  border: solid 2px #555;
  position: relative;
}
#touch-try .wrap-seminar .item .wrap-cal .cal .cat {
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  top: -25px;
  left: 0;
  white-space: nowrap;
}
#touch-try .wrap-seminar .item .wrap-cal .cal span {
  display: block;
}
#touch-try .wrap-seminar .item .wrap-cal .cal span.date {
  background-color: #555;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 2px;
}
#touch-try .wrap-seminar .item .wrap-cal .cal span.day {
  background-color: #fdf8ef;
  color: #555;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 4px;
}
#touch-try .wrap-seminar .item .wrap-img {
  width: 200px;
  margin: 0 auto;
}
#touch-try .wrap-seminar .item .wrap-img .profile {
  display: block;
}
#touch-try .wrap-seminar .item .wrap-img .profile .img-profile {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 834px) {
  #touch-try .wrap-seminar .item .wrap-img .profile .img-profile {
    width: 150px;
    margin: 0 auto;
  }
}
#touch-try .wrap-seminar .item .wrap-img .profile .img-profile.bd {
  border: solid 1px #ddd;
}
#touch-try .wrap-seminar .item .wrap-txts {
  width: calc(100% - 250px);
  padding-right: 20px;
}
@media screen and (max-width: 834px) {
  #touch-try .wrap-seminar .item .wrap-txts {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
}
#touch-try .wrap-seminar .item .wrap-txts .tag {
  display: block;
  background-color: #f3efb4;
  color: #555;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -20px;
  right: -10px;
}
@media screen and (max-width: 834px) {
  #touch-try .wrap-seminar .item .wrap-txts .tag {
    margin: 0 auto 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  #touch-try .wrap-seminar .item .wrap-txts .tag {
    top: -10px;
    right: -10px;
  }
}
#touch-try .wrap-seminar .item .wrap-txts .name {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  color: #555;
}
@media screen and (max-width: 834px) {
  #touch-try .wrap-seminar .item .wrap-txts .name {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#touch-try .wrap-seminar .item .wrap-txts .name .font-s {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 834px) {
  #touch-try .wrap-seminar .item .wrap-txts .name .font-s {
    font-size: 13px;
  }
}
#touch-try .wrap-seminar .item .wrap-txts dl {
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#touch-try .wrap-seminar .item .wrap-txts dl dt {
  width: 100px;
  background-color: #555;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
@media screen and (max-width: 834px) {
  #touch-try .wrap-seminar .item .wrap-txts dl dt {
    font-size: 10px;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 600px) {
  #touch-try .wrap-seminar .item .wrap-txts dl dt {
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#touch-try .wrap-seminar .item .wrap-txts dl dd {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  #touch-try .wrap-seminar .item .wrap-txts dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  #touch-try .wrap-seminar .item .wrap-txts dl dd {
    font-size: 14px;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
  }
}

#map {
  text-align: center;
}
#map .inner {
  max-width: 1400px;
}
#map .map-menu {
  margin: 100px auto 50px;
  max-width: 80%;
  display: flex;
  gap: 30px;
  justify-content: center;
  /*
      .bt-booth {
        width: calc(100% / 2 - 10px);

        .bt {
          color: #555;
          padding: 5px 15px 20px;
          font-size: 30px;
          font-weight: bold;
          height: 70px;
          letter-spacing: 1px;
          display: flex;
          align-items: center;
          justify-content: center;
          position: relative;
          overflow: visible;
          transition: 0.2s;
          @include mq-1024 {
            font-size: 18px;
          }
          @include mq-600 {
            font-size: 12px;
            padding: 10px;
            flex-direction: column;
          }
          .font-s {
            font-size: 14px;
            font-weight: normal;
            margin-left: 10px;
            @include mq-600 {
              display: block;
              font-size: 10px;
              margin: 5px 0;
            }
          }
          &::before {
            content: "";
            position: absolute;
            top: -10px;
            left: -20px;
            border-top: solid 1px #111;
            border-right: solid 1px #111;
            width: 100%;
            height: calc(100% - 20px);
            transition: 0.4s;
          }
          &::after {
            content: "";
            position: absolute;
            bottom: 10px;
            left: -20px;
            border-bottom: solid 1px #111;
            border-left: solid 1px #111;
            width: 100%;
            height: calc(100% - 20px);
            transition: 0.4s;
          }
          &:hover {
            @media (hover: hover) {
              &::before {
                top: 0px;
                left: 0px;
                height: 100%;
              }
              &::after {
                bottom: 0px;
                left: 0px;
                height: 100%;
              }
            }
          }
          &.selected {
            &::before {
              top: 0px;
              left: 0px;
              height: 100%;
            }
            &::after {
              bottom: 0px;
              left: 0px;
              height: 100%;
            }
          }
        }
        &.booth-1 .bt {
          background-color: $color-booth-1;
        }
        &.booth-2 .bt {
          background-color: $color-booth-2;
        }
        &.bt-booth .selected {
          opacity: 1;
          padding: 9px 15px 10px;
        }
      }
  */
}
@media screen and (max-width: 1024px) {
  #map .map-menu {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #map .map-menu {
    margin: 10px auto 20px;
    display: none;
  }
}
#map .map-menu .bt-booth {
  width: calc(50% - 10px);
}
#map .map-menu .bt-booth .bt {
  color: #555;
  padding: 5px 15px 20px;
  font-size: 30px;
  font-weight: bold;
  height: 70px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  #map .map-menu .bt-booth .bt {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  #map .map-menu .bt-booth .bt {
    font-size: 14px;
    padding: 10px;
    flex-direction: column;
    height: 50px;
  }
}
#map .map-menu .bt-booth .bt .font-s {
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}
@media screen and (max-width: 600px) {
  #map .map-menu .bt-booth .bt .font-s {
    display: block;
    font-size: 10px;
    margin: 5px 0;
  }
}
#map .map-menu .bt-booth .bt::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -20px;
  border-top: solid 1px #555;
  border-right: solid 1px #555;
  width: 100%;
  height: calc(100% - 20px);
  transition: 0.4s;
}
@media screen and (max-width: 600px) {
  #map .map-menu .bt-booth .bt::before {
    left: -5px;
    top: -5px;
  }
}
#map .map-menu .bt-booth .bt::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -20px;
  border-bottom: solid 1px #555;
  border-left: solid 1px #555;
  width: 100%;
  height: calc(100% - 20px);
  transition: 0.4s;
}
@media screen and (max-width: 600px) {
  #map .map-menu .bt-booth .bt::after {
    left: -5px;
    bottom: 5px;
  }
}
@media (hover: hover) {
  #map .map-menu .bt-booth .bt:hover::before {
    top: 0px;
    left: 0px;
    height: 100%;
  }
  #map .map-menu .bt-booth .bt:hover::after {
    bottom: 0px;
    left: 0px;
    height: 100%;
  }
}
#map .map-menu .bt-booth .bt.selected::before {
  top: 0px;
  left: 0px;
  height: 100%;
}
#map .map-menu .bt-booth .bt.selected::after {
  bottom: 0px;
  left: 0px;
  height: 100%;
}
#map .map-menu .bt-booth.booth-1 .bt {
  background-color: #c3eeee;
}
#map .map-menu .bt-booth.booth-2 .bt {
  background-color: #f3efb4;
}
#map .map-menu .bt-booth.bt-booth .selected {
  opacity: 1;
  padding: 9px 15px 10px;
}
#map .wrap-map {
  position: relative;
}
#map .wrap-map .img-map {
  display: block;
  height: auto;
}
#map .wrap-map .star-1 {
  position: absolute;
  width: 50px;
  bottom: 40%;
  left: 30%;
  filter: drop-shadow(0 0 3px #ccc);
  opacity: 1;
}
@media screen and (max-width: 834px) {
  #map .wrap-map .star-1 {
    width: 30px;
  }
}
@media screen and (max-width: 600px) {
  #map .wrap-map .star-1 {
    display: none;
  }
}
#map .wrap-map .star-1.on {
  opacity: 1;
  animation: star 1s infinite ease;
}
@keyframes star {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.5);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
#map .wrap-map .star-2 {
  /*slik*/
  position: absolute;
  width: 50px;
  bottom: 50%;
  left: 25%;
  filter: drop-shadow(0 0 3px #ccc);
  opacity: 1;
}
@media screen and (max-width: 834px) {
  #map .wrap-map .star-2 {
    width: 30px;
  }
}
@media screen and (max-width: 600px) {
  #map .wrap-map .star-2 {
    display: none;
  }
}
#map .wrap-map .star-2.on {
  opacity: 1;
  animation: star 1s infinite ease;
}

#topics .inner .wrap-flex {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #topics .inner .wrap-flex {
    flex-wrap: wrap;
  }
}
#topics .inner .wrap-flex .col-1 {
  text-align: center;
  width: 40%;
}
@media screen and (max-width: 600px) {
  #topics .inner .wrap-flex .col-1 {
    width: 100%;
    padding-bottom: 30px;
  }
}
#topics .inner .wrap-flex .col-1 img {
  display: block;
  margin: 0 auto 5px;
  height: auto;
}
#topics .inner .wrap-flex .col-1 a {
  font-size: 14px;
  color: #0071bc;
  letter-spacing: 1.5px;
}
#topics .inner .wrap-flex .col-2 {
  padding-left: 50px;
  width: 60%;
}
@media screen and (max-width: 600px) {
  #topics .inner .wrap-flex .col-2 {
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
    max-width: 600px;
  }
}
#topics .inner .wrap-flex .col-2 p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}
#topics .inner .wrap-flex .col-2 p .font-s {
  font-size: smaller;
}
@media screen and (max-width: 1024px) {
  #topics .inner .wrap-flex .col-2 p {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  #topics .inner .wrap-flex .col-2 p {
    font-size: 14px;
  }
}
#topics .inner .wrap-flex .col-2 .date {
  background-color: #333;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 15px;
  width: 100px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #topics .inner .wrap-flex .col-2 .date {
    margin-bottom: 5px;
  }
}
#topics .inner .wrap-flex .col-2 .date2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  #topics .inner .wrap-flex .col-2 .date2 {
    font-size: 14px;
  }
}
#topics .inner .wrap-flex .col-2 .note {
  font-size: 14px;
  line-height: 2;
  display: block;
}
#topics .inner .wrap-flex .col-2 a {
  color: #0071bc;
}
@media screen and (max-width: 834px) {
  #topics .inner .wrap-flex .col-2 a {
    font-weight: bold;
  }
}
#topics .inner .wrap-flex .col-2 .wrap-insta {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
#topics .inner .wrap-flex .col-2 .wrap-insta a {
  font-size: 14px;
  color: #0071bc;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media screen and (max-width: 600px) {
  #topics .inner .wrap-flex .col-2 .wrap-insta a {
    text-align: center;
    margin: 0 auto;
    font-size: 10px;
    white-space: nowrap;
  }
}
#topics .inner .wrap-flex .col-2 img {
  max-width: 60px;
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 834px) {
  #topics .inner .wrap-flex .col-2 img {
    margin: 0 auto 10px;
    max-width: 50px;
  }
}
#topics .inner .wrap-flex.flex-1 {
  margin-bottom: 50px;
}

#info .inner {
  max-width: 1000px;
}
#info .inner .dl-news {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#info .inner .dl-news dt {
  width: 15%;
  font-size: 16px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 600px) {
  #info .inner .dl-news dt {
    width: 30%;
    border-bottom: none;
    padding: 0;
    margin-bottom: 5px;
    font-size: 12px;
  }
}
#info .inner .dl-news dd {
  font-size: 16px;
  width: 85%;
  border-bottom: solid 1px #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
  line-height: 1.6;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  #info .inner .dl-news dd {
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
    font-size: 14px;
  }
}
#info .inner .wrap-sns {
  border: solid 1px #ddd;
  padding: 40px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  background-color: #fff;
}
#info .inner .wrap-sns p {
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 600px) {
  #info .inner .wrap-sns p {
    font-size: 12px;
  }
}
#info .inner .wrap-sns .wrap-sns-icons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  padding: 10px;
}
#info .inner .wrap-sns .wrap-sns-icons a {
  display: block;
  width: 50px;
}
@media screen and (max-width: 600px) {
  #info .inner .wrap-sns .wrap-sns-icons a {
    width: 40px;
  }
}
#info .inner .wrap-bns {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #info .inner .wrap-bns {
    flex-wrap: nowrap;
    display: block;
  }
}
#info .inner .wrap-bns .col {
  width: 50%;
}
@media screen and (max-width: 600px) {
  #info .inner .wrap-bns .col {
    width: 100%;
    margin-bottom: 20px;
  }
}
#info .inner .wrap-bns .col span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  #info .inner .wrap-bns .col span {
    font-size: 12px;
  }
}
#info .inner .wrap-bns .col.col-2 a {
  display: block;
  border: solid 3px #0053ab;
}

.wrap-x {
  position: relative;
  z-index: 2;
}
.wrap-x .wrap-sub-x {
  position: absolute;
  top: 25px;
  left: -20px;
  background-color: #eee;
  border-radius: 3px;
  width: 120px;
  z-index: 2;
  filter: drop-shadow(0 0 3px #666);
  display: none;
}
.wrap-x .wrap-sub-x a {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  display: block !important;
  width: 100% !important;
  padding: 10px;
  position: relative;
}
.wrap-x .wrap-sub-x a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 5px;
}
.wrap-x .wrap-sub-x a.x1 {
  border-bottom: solid 1px #fff;
}
.wrap-x.wrap-insta {
  z-index: 11;
}

.wrap-logo-sq {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
  max-width: 200px;
}
@media screen and (max-width: 600px) {
  .wrap-logo-sq {
    max-width: 150px;
  }
}
.wrap-logo-sq img {
  height: auto;
  display: block;
}

.font-s {
  font-size: smaller;
}

@media screen and (max-width: 600px) {
  .delay1 {
    transition-delay: 0s !important;
  }
}

@media screen and (max-width: 600px) {
  .delay2 {
    transition-delay: 0s !important;
  }
}

@media screen and (max-width: 600px) {
  .delay3 {
    transition-delay: 0s !important;
  }
}

.visible {
  opacity: 1;
  transition: opacity 1s;
}

.invisible {
  opacity: 0;
}

.fromTopIn {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 1s, transform 1s;
}

.fromTopOut {
  transform: translate(0, -20px);
  opacity: 0;
}

.fromBottomIn {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 1s, transform 1s;
}

.fromBottomOut {
  transform: translate(0, 20px);
  opacity: 0;
}

.fromLeftIn {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 1s, transform 1s;
}

.fromLeftOut {
  transform: translate(-20px, 0);
  opacity: 0;
}

.fromRightIn {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 1s, transform 1s;
}

.fromRightOut {
  transform: translate(20px, 0);
  opacity: 0;
}

.scaleUpIn {
  transform: scale(1, 1);
  opacity: 1;
  transition: opacity 1s, transform 1s;
}

.scaleUpOut {
  transform: scale(1.2, 1.2);
  opacity: 0;
}

.scaleDownIn {
  transform: scale(1, 1);
  opacity: 1;
  transition: opacity 1s, transform 1s;
}

.scaleDownOut {
  transform: scale(0.7, 0.7);
  opacity: 0;
}

.rotateIn {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  transition: opacity 1s, transform 1s;
}

.rotateOut {
  transform: rotate(30deg) scale(0.9);
  opacity: 0;
}

.delay1 {
  transition-delay: 0.1s;
}

.delay2 {
  transition-delay: 0.2s;
}

.delay3 {
  transition-delay: 0.3s;
}

.delay4 {
  transition-delay: 0.4s;
}

.delay5 {
  transition-delay: 0.5s;
}

.delay6 {
  transition-delay: 0.4s;
}

.delay7 {
  transition-delay: 0.7s;
}

.delay8 {
  transition-delay: 0.8s;
}

.delay9 {
  transition-delay: 0.9s;
}

.delay10 {
  transition-delay: 1s;
}

.speed1 {
  transition-duration: 0.1s;
}

.speed2 {
  transition-duration: 0.2s;
}

.speed3 {
  transition-duration: 0.3s;
}

.speed4 {
  transition-duration: 0.4s;
}

.speed5 {
  transition-duration: 0.5s;
}

.speed6 {
  transition-duration: 0.6s;
}

.speed7 {
  transition-duration: 0.7s;
}

.speed8 {
  transition-duration: 0.8s;
}

.speed9 {
  transition-duration: 0.9s;
}

.speed10 {
  transition-duration: 1s;
}/*# sourceMappingURL=cp+2026.css.map */