main {
  font-family: 'Noto Sans JP';
}

main .serif-font {
  font-family: 'Noto Serif JP';
}

main .beau-rivage {
  font-family: 'Beau Rivage';
  font-size: 24px;
  line-height: 1.4;
}

main a.btn,
.header-banner a.btn {
  border-radius: 0;
}

main a.btn.btn-white {
  color: #000;
}

a.btn .btn-icon-content__text {
  --text-duplicate-distance: 1.5em;
  text-shadow: 0px var(--text-duplicate-distance) currentColor;
}

a.btn:hover .btn-icon-content__text {
  transform: translate(0px, calc(-1 * var(--text-duplicate-distance)));
}

[data-button-anim-target] {
  transition: transform 0.525s cubic-bezier(0.625, 0.05, 0, 1);
}

.separate {
  width: 16px;
  height: 2px;
  background: #000;
  margin: 12px auto;
}

@media (max-width: 991.98px) {
  main .beau-rivage {
    font-size: 16px;
  }

  .separate {
    margin: 8px auto;
  }
}

.header-banner {
  padding: 35px 0;
}

.header-banner a.btn {
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  padding: 8px 12px;
  font-family: 'Noto Serif JP';
  border-width: 1px;
}

@media (min-width: 1280px) {
  .header-banner .container {
    max-width: 1120px;
  }
}

@media (max-width: 991.98px) {
  .header-banner {
    padding: 24px 0;
  }

  .header-banner .logo img {
    width: 154px;
  }
}

.section-1 {
  padding: 70px 0 0;
  height: 664px;
  background: url(https://images.pixpretty.ai/active/exhibition-event/sec1-banner-bg.png) no-repeat top center;
  background-size: cover;
  color: #fff;
}

.section-1 h1 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}

.section-1 a.btn {
  font-family: 'Noto Serif JP';
}

@media(min-width: 992px) {
  .section-1 a.btn {
    font-size: 16px;
    height: 42px;
  }
}

@media (max-width: 991.98px) {
  .section-1 {
    padding: 0 0 60px;
    height: auto;
    background: unset;
    color: #000;
  }

  .section-1 .container {
    padding: 0 16px;
  }

  .section-1 h1 {
    font-size: 24px;
    color: #000;
  }

  .section-1 .cont p {
    font-size: 14px;
  }

  .section-1 a.btn {
    min-width: 216px;
    padding: 10px 24px;
    line-height: 1.4;
  }
}

.section-2 {
  padding: 100px 0;
}

.section-2 h2 {
  font-size: 32px;
  font-weight: 600;
}

.section-2 .form-submit {
  max-width: 1080px;
  margin: 0 auto;
}

.section-2 .lft {
  width: 472px;
}

.section-2 .rgt {
  width: 528px;
}

.section-2 .form-item {
  margin-bottom: 24px;
  position: relative;
}

.section-2 .form-item .form-title {
  font-size: 14px;
  line-height: 1.4;
  color: #170E13;
  margin-bottom: 6px;
}

.section-2 .form-item .form-title span {
  color: #EB5E28;
}

.section-2 .form-item .form-control,
.section-2 .form-item .dropdown.v1-0-1 .dropdown-toggle {
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  padding: 10px;
  border: 1px solid #170E13;
  color: #170E13;
  border-radius: 0;
}

.section-2 .form-item .form-control:focus,
.section-2 .form-item .dropdown.v1-0-1 .dropdown-toggle.show {
  border: 3px solid #170E13;
}

.section-2 .form-item .form-control.active,
.section-2 .form-item .dropdown.v1-0-1 .dropdown-toggle.active {
  border-color: #FF5C5C;
}

.section-2 .form-item .form-control::placeholder {
  color: #170E13;
}

.section-2 .form-item .tips,
.section-2 .btn-submit .tips {
  font-size: 12px;
  line-height: 1.4;
  color: #746E71;
  margin: 6px 0 0;
}

.section-2 .form-item .warning-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #FF5C5C;
  position: absolute;
  bottom: 0;
  left: 4px;
  transform: translateY(100%);
  margin-bottom: 0;
  opacity: 0;
}

.section-2 .form-item .warning-text.active {
  opacity: 1;
}

.section-2 #form-area .dropdown.v1-0-1 .dropdown-menu {
  padding: 18px 2px;
  background: #000000E0;
  backdrop-filter: blur(8px);
}

.section-2 #form-area .dropdown.v1-0-1 .dropdown-menu>li:not(:last-child) a {
  margin-bottom: 16px;
}

.section-2 #form-area .dropdown.v1-0-1 .dropdown-item {
  padding:  2px 14px;
  color: #F8F9FB;
  border-radius: 0;
}

.section-2 #form-area .dropdown.v1-0-1 .dropdown-item:hover {
  color: #170E13;
  background: #FFFFFF;

}

@media (max-width: 1279.98px) {
  .section-2 .rgt {
    width: 450px;
  }
}

@media (max-width: 991.98px) {
  .section-2 {
    padding: 0 0 60px;
  }

  .section-2 h2 {
    font-size: 20px;
  }

  .section-2 h2~p {
    font-size: 14px;
  }

  .section-2 .lft,
  .section-2 .rgt {
    width: 100%;
  }
}

.section-3 {
  padding: 80px 0;
  background: #F7F8F9;
}

.section-3 h2 {
  font-size: 32px;
  font-weight: 600;
}

.section-3 .item {
  width: 344px;
  padding: 52px 38px 40px;
  border: 1px solid #170E13;
  position: relative;
}

.section-3 .item.best {
  color: #fff;
  border: unset;
}

.section-3 .item .best-text {
  position: absolute;
  padding: 4px 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  background: url(https://images.pixpretty.ai/active/exhibition-event/best-text-bg.png) no-repeat center center;
  background-size: 100% 100%;
  top: 0;
  left: 50%;
  color: #170E13;
  transform: translateX(-50%);
  display: none;
}

.section-3 .item.best .best-text {
  display: block;
}

.section-3 .item .title {
  font-size: 24px;
  font-weight: 700;
}

.section-3 .item .price-old {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.section-3 .item .price-old .off {
  font-size: 14px;
  font-weight: 400;
  padding: 2px 6px 2px 11px;
  background: url(https://images.pixpretty.ai/active/exhibition-event/off-bg.png) no-repeat center center;
  background-size: 100% 100%;
  color: #FFBC20;
  margin-left: 8px;
}

.section-3 .item.best .price-old .off {
  background: url(https://images.pixpretty.ai/active/exhibition-event/off-bg-best.png) no-repeat center center;
  background-size: 100% 100%;
  color: #170E13;
}

.section-3 .item .price-new {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 6px;
}

.section-3 .item .text-credit {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 40px;
}

.section-3 .item ul li {
  font-size: 14px;
  position: relative;
  padding-left: 18px;
}

.section-3 .item ul li:not(:last-child) {
  margin-bottom: 10px;
}

.section-3 .item ul li::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(https://images.pixpretty.ai/active/exhibition-event/correct-black.svg) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section-3 .item.best ul li::before {
  background: url(https://images.pixpretty.ai/active/exhibition-event/correct-white.svg) no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 991.98px) {
  .section-3 {
    padding: 48px 0;
  }

  .section-3 h2 {
    font-size: 20px;
  }

  .section-3 h2~p {
    font-size: 14px;
  }
}

.section-4 {
  padding: 100px 0;
}

.section-4 h2 {
  font-size: 32px;
  font-weight: 600;
}

.section-4 .cell {
  width: 344px;
}

.section-4 .cell h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.section-4 .cell p {
  min-height: 40px;
  font-size: 14px;
  line-height: 1.4;
}

.section-4 .cell .labels {
  gap: 12px;
}

.section-4 .cell .labels span {
  font-size: 14px;
  line-height: 1.4;
  padding: 6px 16px;
  border: 1px solid #000000;
}

.section-4 .cell .labels span:hover {
  background: #170E13;
  color: #F8F9FB;
}

@media (max-width: 991.98px) {
  .section-4 {
    padding: 54px 0;
  }

  .section-4 h2 {
    font-size: 20px;
  }

  .section-4 h2~p {
    font-size: 14px;
  }

  .section-4 .cell {
    width: 100%;
  }
}

.bottom-banner {
  padding: 120px 0;
  background: url(https://images.pixpretty.ai/active/exhibition-event/bottom-banner-bg.png) no-repeat center center;
  background-size: cover;
}

.bottom-banner .cont {
  max-width: 900px;
}

.bottom-banner h2 {
  font-size: 32px;
  font-weight: 600;
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .bottom-banner {
    background: url(https://images.pixpretty.ai/active/exhibition-event/bottom-banner-bg.png) no-repeat center right;
    background-size: cover;
  }
}

@media (max-width: 991.98px) {
  .bottom-banner {
    padding: 56px 0 0;
  }

  .bottom-banner h2 {
    font-size: 20px;
  }

  .bottom-banner h2~p {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .bottom-banner {
    height: 723px;
    background: url(https://images.pixpretty.ai/active/exhibition-event/bottom-banner-bg-m.png) no-repeat center center;
    background-size: cover;
  }

  .bottom-banner .cont>img {
    width: 64px;
  }
}