@charset "UTF-8";
/** 

Latest Update 2025.02.17

**/
main {
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.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: #0071b3;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 30px;
  border-radius: 100px;
  box-shadow: 0 0 2px #666;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .bt-01 {
    font-size: 16px;
  }
}
.bt-01 .icon {
  display: block;
  width: auto;
  height: 30px;
}
@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;
  }
}

.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 .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: 820px) {
  .header .inner .col-1 {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  .header .inner .col-1 {
    padding: 0 10px;
    width: calc(100% - 70px);
    height: 60px;
    display: flex;
    align-items: center;
  }
}
.header .inner .col-1 a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 820px) {
  .header .inner .col-2 {
    width: 55%;
  }
}
@media screen and (max-width: 400px) {
  .header .inner .col-2 {
    width: 100%;
  }
}
.header .inner .logo-cp {
  display: block;
}
@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;
  font-weight: bold;
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
  .header .inner .wrap-date {
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  .header .inner .wrap-date {
    border-radius: 0;
  }
}
.header .inner .wrap-date .date {
  padding: 10px 20px 0 30px;
}
@media screen and (max-width: 1200px) {
  .header .inner .wrap-date .date {
    padding: 10px 30px 10px 20px;
  }
}
@media screen and (max-width: 400px) {
  .header .inner .wrap-date .date {
    padding: 10px 20px 10px 20px;
  }
}
.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: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}
.header .inner .wrap-date .date .info-1 .txt-1 {
  font-size: 36px;
  display: inline-block;
  transform: skewX(-4deg);
  margin: 0 3px;
}
@media screen and (max-width: 1200px) {
  .header .inner .wrap-date .date .info-1 .txt-1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 820px) {
  .header .inner .wrap-date .date .info-1 .txt-1 {
    font-size: 20px;
  }
}
.header .inner .wrap-date .date .info-1 .kara {
  margin: 0 5px 0 15px;
}
@media screen and (max-width: 400px) {
  .header .inner .wrap-date .date .info-1 .kara {
    margin: 0 2px 0 8px;
  }
}
.header .inner .wrap-date .date .info-1 .day {
  color: #e4eaf2;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-left: 3px;
}
.header .inner .wrap-date .date .info-1 .day::after {
  content: "木";
  color: #fff;
  display: block;
  width: 24px;
  height: 24px;
  background-color: #000;
  border-radius: 100px;
  position: absolute;
  font-size: 14px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .header .inner .wrap-date .date .info-1 .day::after {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
}
.header .inner .wrap-date .date .info-1 .day.day2::after {
  content: "日";
}
.header .inner .wrap-date .date .info-2 {
  font-size: clamp(10px, 2vw, 11px);
}
.header .inner .wrap-date .date .info-2 .txt-2 {
  font-size: clamp(12px, 2vw, 14px);
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  .header .inner .wrap-date .date .info-2 .txt-2 {
    display: block;
    margin-bottom: 0px;
  }
}
.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: block;
  text-align: center;
  background-color: #0071b3;
  padding: 20px;
  border-radius: 0 4px 4px 0;
}
@media screen and (max-width: 600px) {
  .header .inner .wrap-date .map {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 400px) {
  .header .inner .wrap-date .map {
    border-radius: 0;
  }
}
.header .inner .wrap-date .map img {
  display: block;
  margin: 0 auto;
}
.header .inner .wrap-date .map img.icon-pin {
  margin-bottom: 10px;
}

#gnav {
  position: sticky;
  top: -1px;
  left: 0;
  z-index: 100;
  background-color: #111;
}
@media screen and (max-width: 600px) {
  #gnav {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    width: 90%;
    max-width: 300px;
    height: 100vh;
    z-index: 9999;
    transition: 0.3s;
  }
}
#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: 820px) {
  #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: 820px) {
  #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;
  }
}
#gnav .wrap-nav a.has-sub {
  position: relative;
  overflow: visible;
}
#gnav .wrap-nav a.has-sub::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: calc(50% - 5px);
  display: block;
  color: #fff;
  font-size: 13px;
  background: #ffffff;
  height: 5.958767963px;
  width: 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 1200px) {
  #gnav .wrap-nav a.has-sub::after {
    font-size: 10px;
  }
}
@media screen and (max-width: 600px) {
  #gnav .wrap-nav a.has-sub::after {
    background: #111;
    bottom: inherit;
    font-size: 15px;
    right: 10px;
    left: inherit;
    top: calc(50% - 4px);
  }
}
#gnav .wrap-nav .sub {
  background-color: #fff;
  position: absolute;
  top: 50px;
  width: 200px;
  border-radius: 6px;
  overflow: hidden;
  display: none;
  box-shadow: 0 0 6px #666;
}
@media screen and (max-width: 600px) {
  #gnav .wrap-nav .sub {
    position: static;
    width: 100%;
    box-shadow: none;
    background-color: #f5f5f5;
  }
}
#gnav .wrap-nav .sub li {
  padding: 0px;
}
#gnav .wrap-nav .sub a {
  font-size: 14px;
  color: #333;
  padding: 10px;
  border-bottom: solid 1px #ddd;
  letter-spacing: 1px;
  font-weight: bold;
  transition: 0.4s;
  display: block;
}
@media screen and (max-width: 1024px) {
  #gnav .wrap-nav .sub a {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  #gnav .wrap-nav .sub a {
    font-weight: normal;
  }
}
#gnav .wrap-nav .sub a:hover {
  background-color: #eee;
}
#gnav .wrap-nav .sub li:last-child a {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  #gnav .wrap-nav .sub li:last-child a {
    border-bottom: solid 1px #ddd;
  }
}
#gnav.on {
  background-color: #333;
}
@media screen and (min-width: 601px) {
  #gnav.on li {
    padding: 15px 5px;
  }
  #gnav.on a {
    font-size: 14px;
  }
}
@media screen and (min-width: 601px) and (max-width: 820px) {
  #gnav.on a {
    font-size: 12px;
  }
}
@media screen and (min-width: 601px) {
  #gnav.on a.has-sub::after {
    bottom: -10px;
    left: calc(50% - 5px);
    font-size: 10px;
  }
  #gnav.on .sub {
    top: 40px;
  }
}
@media screen and (max-width: 820px) {
  #gnav.active {
    left: 0;
  }
}

#sp-nav {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #222;
  padding: 8px;
  box-shadow: 0 0 3px #666;
  cursor: pointer;
  z-index: 99;
  border-radius: 3px;
  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;
  height: 700px;
  background-color: #e4eaf2;
}
@media screen and (max-width: 1200px) {
  .wrap-mv {
    height: 500px;
  }
}
@media screen and (max-width: 600px) {
  .wrap-mv {
    height: 400px;
  }
}
@media screen and (max-width: 400px) {
  .wrap-mv {
    height: 300px;
  }
}
.wrap-mv .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  transform: translate(-50%, -50%);
}
.wrap-mv .slick-mv {
  overflow: hidden;
  opacity: 0;
  position: relative;
  z-index: 2;
}
.wrap-mv .slick-mv.on {
  opacity: 1;
}
.wrap-mv .slick-slide {
  position: relative;
  -webkit-backface-visibility: hidden;
}
.wrap-mv .slick-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 700px !important;
  width: 100% !important;
}
@media screen and (max-width: 1200px) {
  .wrap-mv .slick-slide img {
    height: 500px !important;
  }
}
@media screen and (max-width: 600px) {
  .wrap-mv .slick-slide img {
    height: 400px !important;
  }
}
@media screen and (max-width: 400px) {
  .wrap-mv .slick-slide img {
    height: 300px !important;
  }
}
.wrap-mv .slick-slide .title {
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: linear-gradient(to top, rgba(59, 123, 187, 0), rgba(59, 123, 187, 0.8));
  width: 100%;
  height: 200px;
  z-index: 3;
  font-size: 26px;
  padding: 50px;
  letter-spacing: 1.5px;
  font-weight: bold;
  opacity: 0;
  transform: translateX(-20px);
  transition: 0.6s;
}
@media screen and (max-width: 820px) {
  .wrap-mv .slick-slide .title {
    padding: 30px;
  }
}
@media screen and (max-width: 400px) {
  .wrap-mv .slick-slide .title {
    padding: 20px;
    font-size: 20px;
  }
}
.wrap-mv .slick-slide .title .txt-s {
  font-size: 13px;
}
.wrap-mv .slick-slide .title.on {
  opacity: 1;
  transform: translateX(0);
}
.wrap-mv .wrap-sns {
  position: absolute;
  top: 30%;
  right: 0;
  background-color: #fff;
  width: 60px;
  border-radius: 6px 0 0 6px;
  padding: 10px;
  z-index: 10;
}
.wrap-mv .wrap-sns .txt {
  margin-bottom: 10px;
}
.wrap-mv .wrap-sns img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 5px;
}
@media screen and (max-width: 600px) {
  .wrap-mv .wrap-sns {
    display: none;
  }
}

.catch-1 {
  font-size: 1.8vw;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.8;
  margin-bottom: 4vw;
}
@media screen and (max-width: 820px) {
  .catch-1 {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}
.catch-1 a {
  color: #0052a5;
  text-decoration: underline;
}

.title-h2 {
  color: #fff;
  background-color: #111;
  text-align: center;
  padding: 30px 15px 25px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .title-h2 {
    padding: 20px 15px 15px;
  }
}
.title-h2 img {
  display: block;
  margin: 0 auto 15px;
  height: 35px;
}
@media screen and (max-width: 600px) {
  .title-h2 img {
    height: 25px;
  }
}
.title-h2 span {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .title-h2 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .title-h2 span {
    margin: 10px auto 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .title-h2 span {
    font-size: 12px;
  }
}
.title-h2 .title {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  background-color: #3b7bbb;
  z-index: 3;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  padding: 10px 20px 0;
  width: 150px;
}
@media screen and (max-width: 1024px) {
  .title-h2 .title {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 600px) {
  .title-h2 .title {
    font-size: 10px;
    right: 10px;
    padding: 10px;
  }
}
@media screen and (max-width: 400px) {
  .title-h2 .title {
    right: 5px;
    padding: 5px;
  }
}
.title-h2 .title .txt {
  display: inline-block;
  transform: skew(-7deg);
  letter-spacing: 1px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .title-h2 .title .txt {
    display: block;
    font-size: 10px;
  }
}
@media screen and (max-width: 400px) {
  .title-h2 .title .txt {
    letter-spacing: 0.5px;
  }
}
.title-h2 .title .num {
  font-size: 70px;
  line-height: 1;
  display: inline-block;
  transform: skew(-7deg);
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .title-h2 .title .num {
    font-size: 50px;
  }
}
@media screen and (max-width: 600px) {
  .title-h2 .title .num {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  .title-h2 .title .num {
    font-size: 20px;
  }
}

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

#booth {
  background-image: url(../images/bg-booth-2000.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 600px) {
  #booth {
    background-image: url(../images/bg-booth-1000.jpg);
  }
}
#booth .catch {
  text-align: center;
  font-size: clamp(22px, 3vw, 50px);
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  #booth .catch {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 400px) {
  #booth .catch br {
    display: none;
  }
}
#booth .catch .bd-01 {
  background: linear-gradient(transparent 60%, rgb(252, 238, 33) 0%);
}
#booth .desc {
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  #booth .desc {
    margin-bottom: 50px;
  }
}
#booth .desc p {
  font-size: clamp(14px, 1.6vw, 18px);
  text-align: center;
  line-height: 2;
  letter-spacing: 2px;
}
@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);
}
#booth .wrap-booths {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  #booth .wrap-booths {
    flex-wrap: wrap;
  }
}
#booth .wrap-booths .col {
  text-align: center;
  width: calc(33.3333333333% - 13.3333333333px);
}
@media screen and (max-width: 600px) {
  #booth .wrap-booths .col {
    width: 100%;
  }
}
#booth .wrap-booths .col .name {
  margin-bottom: 20px;
  letter-spacing: 1px;
}
#booth .wrap-booths .col .name .txt-s {
  font-size: 14px;
  font-weight: normal;
}
#booth .wrap-booths .col .wrap-img {
  margin-bottom: 20px;
}
#booth .wrap-booths .col .bts {
  display: flex;
  gap: 10px;
}
#booth .wrap-booths .col .bts .bt {
  display: block;
  background-color: #0071b3;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  padding: 15px;
  text-align: center;
  width: 50%;
  box-shadow: 0 0 2px #666;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #booth .wrap-booths .col .bts .bt {
    font-size: 13px;
  }
}
@media screen and (max-width: 820px) {
  #booth .wrap-booths .col .bts .bt {
    padding: 10px 10px 15px;
  }
}
#booth .wrap-booths .col .bts .bt::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: solid 1.2px #fff;
  border-right: solid 1.2px #fff;
  transform: rotate(135deg);
}
@media screen and (max-width: 1024px) {
  #booth .wrap-booths .col .bts .bt::after {
    right: 14px;
  }
}
@media screen and (max-width: 820px) {
  #booth .wrap-booths .col .bts .bt::after {
    right: calc(50% - 7px);
    top: inherit;
    bottom: 7px;
  }
}
#booth .wrap-booths .col .bts .bt.bt-map {
  color: #111;
  background-color: #f3e521;
}
#booth .wrap-booths .col .bts .bt.bt-map::after {
  border-top: solid 1.2px #111;
  border-right: solid 1.2px #111;
}

#seminar {
  background-color: #e6ecd1;
}
#seminar .catch {
  font-size: clamp(16px, 1.8vw, 24px);
  text-align: center;
  line-height: 2;
  letter-spacing: 1.5px;
  margin-bottom: 50px;
}
#seminar .catch .bd {
  position: relative;
  display: inline-block;
}
#seminar .catch .bd strong {
  position: relative;
  z-index: 2;
}
#seminar .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 {
  width: 100%;
}
#seminar .bt-01 {
  margin-bottom: 80px;
}
#seminar .wrap-seminar {
  max-width: 1200px;
  margin: 0 auto;
}
#seminar .wrap-seminar .item {
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  padding: 30px 40px;
  box-shadow: 0 0 3px #999;
  display: flex;
  gap: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .item {
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px;
  }
}
#seminar .wrap-seminar .item .tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #111;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  width: 100%;
  max-width: 200px;
  border-radius: 4px 0 0 0;
  text-align: center;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .item .tag {
    font-size: 14px;
    max-width: 100px;
  }
}
#seminar .wrap-seminar .item .tag.zeiss {
  background-color: #2200eb;
}
#seminar .wrap-seminar .item .tag.lensbaby {
  background-color: #e1fa00;
  color: #111;
}
#seminar .wrap-seminar .item .wrap-img {
  width: 200px;
  padding-top: 40px;
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .item .wrap-img {
    margin: 0 auto;
  }
}
#seminar .wrap-seminar .item .wrap-img.flex {
  display: flex;
  width: 410px;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .item .wrap-img.flex {
    width: 100%;
  }
}
#seminar .wrap-seminar .item .wrap-img .profile {
  display: block;
}
#seminar .wrap-seminar .item .wrap-img .img-profile {
  border-radius: 6px;
}
#seminar .wrap-seminar .item .wrap-txts .date {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .item .wrap-txts .date {
    font-size: 18px;
  }
}
#seminar .wrap-seminar .item .wrap-txts .date .txt-s {
  font-size: 16px;
  margin-right: 20px;
}
#seminar .wrap-seminar .item .wrap-txts .title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  #seminar .wrap-seminar .item .wrap-txts .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .item .wrap-txts .title {
    font-size: 18px;
  }
}
#seminar .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 {
    display: none;
  }
}
#seminar .wrap-seminar .item .wrap-txts .title .sub-title {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .item .wrap-txts .title .sub-title {
    font-size: 16px;
  }
}
#seminar .wrap-seminar .item .wrap-txts .txt-present {
  margin-bottom: 20px;
  display: block;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .item .wrap-txts .txt-present {
    font-size: 14px;
  }
}
#seminar .wrap-seminar .item .wrap-txts .txt-present .font-s {
  display: block;
  font-size: smaller;
}
#seminar .wrap-seminar .item .wrap-txts dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 0;
}
#seminar .wrap-seminar .item .wrap-txts dl dt {
  width: 100px;
  background-color: #111;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .item .wrap-txts dl dt {
    font-size: 12px;
    width: 50px;
  }
}
#seminar .wrap-seminar .item .wrap-txts dl dd {
  width: calc(100% - 100px);
  padding: 5px 30px;
}
@media screen and (max-width: 600px) {
  #seminar .wrap-seminar .item .wrap-txts dl dd {
    font-size: 12px;
    width: calc(100% - 50px);
    padding: 5px 10px;
  }
}

.bt-profile {
  width: 110px !important;
  display: block;
  margin: 15px auto 0;
}

/** Pop Up **/
.pop-up {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  z-index: 1500;
  background-color: #fff;
  color: #333;
  padding: 20px;
  border-radius: 6px;
  display: none;
  overflow-y: auto;
}
@media screen and (max-width: 600px) {
  .pop-up {
    top: 10%;
    left: 5%;
    transform: translate(0, 0);
    width: 90%;
    height: 80%;
    overflow-y: auto;
  }
}
.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: 10px;
}
@media screen and (max-width: 600px) {
  .pop-up .d-01 {
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
  }
}
.pop-up .d-01 img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.pop-up .d-02 {
  width: 230px;
  display: inline-block;
  vertical-align: top;
}

.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: 30px;
  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;
}

#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;
  }
}
@media screen and (max-width: 820px) {
  #touch-try .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
#touch-try .wrap-filter {
  background-color: #e5f4ea;
}
#touch-try .wrap-lens {
  background-color: #d9e5f1;
}
#touch-try .wrap-lens .title-h3 {
  background-color: #3b7bbb;
}
#touch-try .wrap-gimbal {
  background-color: #feeee3;
}
#touch-try .wrap-gimbal .title-h3 {
  background-color: #f2a73b;
}
#touch-try .list-corner-slick {
  position: relative;
  padding: 0 0 40px;
  max-width: 1200px;
  margin: 0 auto;
}
#touch-try .list-corner-slick .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 10px 0;
}
#touch-try .list-corner-slick .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0 !important;
  z-index: 2;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  padding: 10px 0 0 0;
  text-align: center;
}
#touch-try .list-corner-slick .slick-prev {
  left: 10px;
}
#touch-try .list-corner-slick .slick-next {
  right: 10px;
}
#touch-try .list-corner-slick .angle-left {
  width: 8px;
  height: 8px;
  display: block;
  border-top: solid 1.5px #333;
  border-left: solid 1.5px #333;
  transform: rotate(-45deg);
  margin: 0 auto;
}
#touch-try .list-corner-slick .angle-right {
  width: 8px;
  height: 8px;
  display: block;
  border-top: solid 1.5px #333;
  border-right: solid 1.5px #333;
  transform: rotate(45deg);
  margin: 0 auto;
}
#touch-try .list-corner-slick .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}
#touch-try .list-corner-slick .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;
}
#touch-try .list-corner-slick .slick-dots li.slick-active {
  background-color: #000;
  border: solid 1px #000;
}
#touch-try .list-corner-slick li.item {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 3px #ccc;
  padding: 20px 10px;
  border-radius: 6px;
  list-style: none;
  margin: 0 10px;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  #touch-try .list-corner-slick li.item {
    padding: 20px 5px;
    margin: 0 5px;
  }
}
#touch-try .list-corner-slick li.item .flex {
  display: block;
}
#touch-try .list-corner-slick li.item .cat {
  text-align: center;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  #touch-try .list-corner-slick li.item .cat {
    font-size: 12px;
    padding: 5px 20px;
    top: -40px;
  }
}
#touch-try .list-corner {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #touch-try .list-corner {
    gap: 15px;
  }
}
#touch-try .list-corner li.item {
  width: 25%;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 3px #ccc;
  padding: 20px 10px;
  border-radius: 6px;
  list-style: none;
}
@media screen and (max-width: 600px) {
  #touch-try .list-corner li.item {
    padding: 20px 10px;
    width: 100%;
  }
}
#touch-try .list-corner li.item .flex {
  display: block;
}
@media screen and (max-width: 600px) {
  #touch-try .list-corner li.item .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
#touch-try .list-corner li.item .cat {
  text-align: center;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  #touch-try .list-corner li.item .cat {
    font-size: 12px;
    padding: 5px 20px;
    top: -40px;
  }
}
#touch-try .major {
  font-size: 15px;
  margin: 0 auto 10px;
  text-align: center;
  background-color: #7cc294;
  border-radius: 100px;
  padding: 7px 20px;
  text-align: center;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #touch-try .major {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  #touch-try .major {
    font-size: 12px;
  }
}
#touch-try .major.zeiss {
  background-color: #2200eb;
}
#touch-try .major.lensbaby {
  background-color: #e1fa00;
  color: #333;
}
#touch-try .major.lighting {
  background-color: #f2a73b;
}
#touch-try .major.gimbal {
  background-color: #e41e79;
}
#touch-try .date {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3em;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #touch-try .date {
    font-size: 15px;
  }
}
#touch-try .img-prof {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto 30px !important;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  #touch-try .img-prof {
    width: 150px;
    margin: 0 auto 20px !important;
  }
}
@media screen and (max-width: 400px) {
  #touch-try .img-prof {
    width: 120px;
  }
}
#touch-try .img-prof.img-prof2 {
  margin-top: 20px;
}
#touch-try .txt-r {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#touch-try .txt-r br {
  display: none;
}
@media screen and (max-width: 500px) {
  #touch-try .txt-r br {
    display: block;
  }
}
#touch-try .txt-r h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #touch-try .txt-r h4 {
    font-size: 14px;
  }
}

#products {
  background-color: #e4eaf2;
}
@media screen and (max-width: 820px) {
  #products .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
#products .pd-tab-menu {
  margin: 50px auto 0;
  max-width: 90%;
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #products .pd-tab-menu {
    max-width: 100%;
  }
}
#products .pd-tab-menu.pd-tab-menu-ft {
  margin: 0 auto;
}
#products .pd-tab-menu.pd-tab-menu-ft .bt {
  border-radius: 0 0 6px 6px !important;
}
#products .pd-tab-menu .bt-booth {
  width: calc(25% - 10px);
}
@media screen and (max-width: 820px) {
  #products .pd-tab-menu .bt-booth {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 600px) {
  #products .pd-tab-menu .bt-booth {
    font-size: 10px;
    width: calc(50% - 10px);
  }
}
#products .pd-tab-menu .bt-booth .bt {
  color: #fff;
  border-radius: 6px 6px 0 0;
  padding: 15px 15px 10px;
  font-size: 20px;
  font-weight: bold;
  height: 70px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@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: 12px;
    padding: 10px;
    flex-direction: column;
  }
}
#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.booth-1 .bt {
  background-color: #f5ac6d;
  opacity: 0.4;
}
#products .pd-tab-menu .bt-booth.booth-2 .bt {
  background-color: #3b7bbb;
  opacity: 0.4;
}
#products .pd-tab-menu .bt-booth.booth-3 .bt {
  background-color: #7cc294;
  opacity: 0.4;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #products .pd-tab-menu .bt-booth.booth-3 .bt {
    font-size: 15px;
  }
}
#products .pd-tab-menu .bt-booth.bt-booth .selected {
  opacity: 1;
}
#products .pd-panel {
  padding: 50px;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 20px;
  display: none;
}
@media screen and (max-width: 1024px) {
  #products .pd-panel {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 820px) {
  #products .pd-panel {
    border-radius: 0px;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (max-width: 600px) {
  #products .pd-panel {
    padding: 50px 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: 820px) {
  #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: 30px;
  }
}
#products .list-items .wrap-img {
  width: 40%;
  text-align: center;
  position: relative;
}
@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: 820px) {
  #products .list-items .wrap-txt {
    padding-left: 60px;
  }
}
@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;
  }
}
#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: #111;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 820px) {
  #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: 820px) {
  #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: #0071b3;
  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: 820px) {
  #products .list-items .wrap-txt .bt {
    margin: 0 auto 10px;
    width: 100%;
    max-width: 200px;
  }
}
#products .list-items .wrap-txt .bt::before {
  content: "▶";
  background-color: #fff;
  display: block;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  padding: 0;
  color: #0071b3;
  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: 820px) {
  #products .list-items .slick {
    width: 250px;
    height: 250px;
  }
}
@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;
  border-radius: 6px;
}
#products .list-items .slick-slide {
  width: 300px;
  height: 300px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 820px) {
  #products .list-items .slick-slide {
    width: 250px;
    height: 250px;
  }
}
@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: solid 1px #ddd;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  padding: 10px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #products .list-items .slick-arrow {
    background-color: transparent;
    border: none;
  }
}
#products .list-items .slick-prev {
  left: -35px;
}
@media screen and (max-width: 820px) {
  #products .list-items .slick-prev {
    left: -25px;
  }
}
#products .list-items .slick-next {
  right: -35px;
}
@media screen and (max-width: 820px) {
  #products .list-items .slick-next {
    right: -25px;
  }
}
#products .list-items .angle-left {
  width: 8px;
  height: 8px;
  display: block;
  border-top: solid 1.5px #333;
  border-left: solid 1.5px #333;
  transform: rotate(-45deg);
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  #products .list-items .angle-left {
    width: 12px;
    height: 12px;
  }
}
#products .list-items .angle-right {
  width: 8px;
  height: 8px;
  display: block;
  border-top: solid 1.5px #333;
  border-right: solid 1.5px #333;
  transform: rotate(45deg);
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  #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;
}
#products #tab-1 {
  background-color: #feeee3;
  border: solid 5px #f5ac6d;
}
#products #tab-2 {
  background-color: rgba(0, 113, 179, 0.1);
  border: solid 5px #3b7bbb;
}
#products #tab-3 {
  background-color: rgba(0, 160, 148, 0.1);
  border: solid 5px #7cc294;
}
#products #tab-3 .bt-tripod-pop {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  max-width: 300px;
  font-weight: bold;
  font-size: 16px;
  background-color: #7cc294;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  padding: 15px;
  background-color: #0071b3;
  box-shadow: 0 0 2px #999;
  position: relative;
}
#products #tab-3 .bt-tripod-pop::before {
  content: "▶";
  color: #fff;
  display: block;
  font-size: 14px;
}

.wrap-tokina-history {
  background-color: #fff;
  padding: 50px 20px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
}
.wrap-tokina-history h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: clamp(18px, 1.8vw, 24px);
}
.wrap-tokina-history .desc {
  margin-bottom: 30px;
}
.wrap-tokina-history .desc p {
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media screen and (max-width: 600px) {
  .wrap-tokina-history .desc p {
    font-size: 14px;
    text-align: left;
  }
}
.wrap-tokina-history .wrap-lenses {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 600px) {
  .wrap-tokina-history .wrap-lenses {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
  }
}
.wrap-tokina-history .wrap-lenses .col {
  width: calc(33.3333333333% - 30px);
}
@media screen and (max-width: 600px) {
  .wrap-tokina-history .wrap-lenses .col {
    width: calc(50% - 20px);
  }
}
.wrap-tokina-history .wrap-lenses .wrap-img {
  margin-bottom: 20px;
  padding: 10px;
}
.wrap-tokina-history .wrap-lenses .wrap-img img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 200px;
}
@media screen and (max-width: 600px) {
  .wrap-tokina-history .wrap-lenses .wrap-img img {
    width: 100%;
    height: auto;
  }
}
.wrap-tokina-history .wrap-lenses .name {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 600px) {
  .wrap-tokina-history .wrap-lenses .name {
    font-size: 14px;
  }
}
.wrap-tokina-history .wrap-lenses .name .font-s {
  font-size: smaller;
}

.pop-tripod {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background-color: #fff;
  overflow: auto;
  padding: 50px 10px;
  display: none;
}
.pop-tripod .wrap-item {
  padding: 50px;
  max-width: 1024px;
  margin: 0 auto;
  border-radius: 6px;
  background-color: rgba(0, 160, 148, 0.1);
  border: solid 5px #7cc294;
}
.pop-tripod .bt-close-tripod {
  display: block;
  background-color: #7cc294;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 20px;
  border-radius: 3px;
  margin: 0 auto;
}
.pop-tripod .close {
  color: #333;
  font-style: normal;
  font-size: 34px;
  position: absolute;
  top: 20px;
  right: 20px;
}

#topics .inner .wrap-flex {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  #topics .inner .wrap-flex {
    flex-wrap: wrap;
  }
}
#topics .inner .wrap-flex .col-1 {
  text-align: center;
  width: 40%;
}
@media screen and (max-width: 820px) {
  #topics .inner .wrap-flex .col-1 {
    width: 100%;
    padding-bottom: 30px;
  }
}
#topics .inner .wrap-flex .col-1 img {
  display: block;
  margin: 0 auto 5px;
}
#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: 820px) {
  #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;
}
#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 .comment {
  background-color: #e4eaf2;
  font-size: 14px;
  padding: 20px;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #topics .inner .wrap-flex .col-2 .wrap-insta .comment {
    font-size: 12px;
    padding: 10px;
    width: 60%;
  }
  #topics .inner .wrap-flex .col-2 .wrap-insta .comment br {
    display: none;
  }
}
#topics .inner .wrap-flex .col-2 .wrap-insta .comment::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: -10px;
  background: #e4eaf2;
  height: 25.9807621135px;
  width: 20px;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
#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: 600px) {
  #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: 800px;
}
#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: 20px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}
#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;
}
#info .inner .wrap-youtube {
  margin: 0 auto;
  width: 100%;
}
#info .inner .wrap-youtube .in {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
#info .inner .wrap-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wrap-x {
  position: relative;
  z-index: 5;
}
.wrap-x .wrap-sub-x {
  position: absolute;
  top: 25px;
  left: -20px;
  background-color: #eee;
  border-radius: 3px;
  width: 120px;
  z-index: 10;
  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-mv .wrap-sub-x {
  position: absolute;
  top: 25px;
  left: inherit;
  right: 0;
}

#map {
  text-align: center;
}
#map .inner {
  max-width: 1200px;
}
#map .block-1 {
  margin-bottom: 80px;
}
#map h4 {
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 600px) {
  #map h4 {
    font-size: 16px;
  }
}
#map p {
  letter-spacing: 1.5px;
}
@media screen and (max-width: 600px) {
  #map p {
    font-size: 14px;
    text-align: left;
  }
}
#map .bt-01 {
  margin: 30px auto 0;
}
#map a.bt {
  display: block;
  max-width: 350px;
  text-align: center;
  background-color: #0052a5;
  border-radius: 6px;
  padding: 20px;
  margin: 30px auto 0;
  letter-spacing: 2px;
  font-weight: bold;
  box-shadow: 0 0 3px #999;
  color: #fff;
}
#map a.bt img {
  display: inline-block;
  width: auto;
  max-height: 25px;
  margin-right: 5px;
  vertical-align: middle;
}
#map a.bt span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-top: 2px;
}
#map .block-2 .wrap-map {
  margin-top: 50px;
}
#map .block-2 .wrap-map span {
  display: block;
  margin-top: 10px;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  #map .block-2 .wrap-map span {
    text-align: center;
    font-size: 10px;
  }
}

.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;
  }
}

.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;
  }
}/*# sourceMappingURL=cp+2025.css.map */