@charset "UTF-8";
body {
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #fff;
}

/* HEADER */
.site-header {
  background: #F5F5F5;;
  border-bottom: 1px solid #ddd;
}
/*.site-header img {
  max-height: 40px;
}*/
header.site-header img.img-fluid:nth-child(2) {
  max-width: 300px;
}
@media (max-width: 991.98px) {
  header.site-header img.img-fluid:nth-child(2) {
    max-width: 257px;
  }
}
/* HERO */
.hero {
  position: relative;
  /*background: url("hero-pc.jpg") center center/cover no-repeat;*/
  color: #fff;
  min-height: 420px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .hero {
    /*background-image: url("hero-sp.jpg");*/
    min-height: 360px;
  }
}
main {
  position: relative;
}
/*main::before {
  content: ' ';
  background: url("/wp-content/themes/dailysun-newyork/ninejp/images/bg_spiral.png") no-repeat;
  background-position: top left;
  height: 409px;
  width: 608px;
  position: fixed;
  z-index: 0;
  top: 93px;
  left: -180px;
  background-size: contain;
}*/
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.85), rgba(0,0,0,0.85));
}
.hero-inner {
  position: relative;
  z-index: 1;
}
.hero-title-main {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.18em;
}
.hero-title-sub {
  font-size: 1rem;
  letter-spacing: 0.16em;
}

.section {
  padding: 100px 0;
}
.section--light {
  background: linear-gradient(90deg, #CFCFCF, #fff);
  color: #000;
}
section.section--intro {
  position: relative;
  background: #000;
  padding-top: 0;
  margin-top: -2rem;
}
.section--intro::after {
  content: ' ';
  background:url("/wp-content/themes/dailysun-newyork/ninejp/images/shape-triangle-btm.svg") no-repeat top center;
  display: block;
  height: 19px;
  width: 74px;
  position: absolute;
  left: calc((100% - 74px) / 2);
  bottom: -19px;
}
.section--intro p {
  font-size: 1.25rem;
  line-height: 1.95;
}
.section--gray {
  background: #222;
}

.section-heading-en {
font-size: 82px;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  color: #A1A1A1;
}
.section-heading-sm-en {
  font-size: 46px;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
  color: #A1A1A1;
}
.section-heading-ja {
  font-size: 1.375rem;
  letter-spacing: 1rem;
  margin-top: 0.4rem;
}

/* NEXT WEBINAR block */
.next-webinar-block {
  border-top: 1px solid #FFF;
  padding-top: 90px;
  margin-top: 95px;
}
.next-webinar-title {
  font-size: 5.56rem;
  letter-spacing: 0.22rem;
  line-height: 1;
}
.next-webinar-title span {
  font-size: 2.3125rem;
  letter-spacing: normal;
}

/* GUEST / THEME / PROGRAM / ENTRY SECTION */
.info-label-en {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5.125rem;
  letter-spacing: 0.2rem;
}
.info-label-ja {
  font-weight: 500;
  font-size: 1.375rem;
  letter-spacing: 0.95rem;
  margin-bottom: 1rem;
}
.fs-50.text-gray {
  letter-spacing: 0.15rem;
}
.fs-26.fw-bolder {
  letter-spacing: 0.55rem;
}
/*.guest-block::before {
  content: ' ';
  background:url("/wp-content/themes/dailysun-newyork/ninejp/images/shape-triangle-btm.svg") no-repeat top center;
  display: block;
  margin: -64px auto 0;
  height: 19px;
  width: 74px;
}*/
.guest-photo {
  max-width: 335px;
}

/* ENTRY form */
.entry-card {
  background: #fff;
  color: #000;
  padding: 32px 24px;
  border-radius: 1rem;
  box-shadow: 0 3px 6px rgba(0,0,0,0.18);
}
.entry-card .form-control {
  border-radius: 0;
  font-size: 0.9rem;
}
.btn-entry {
  border-radius: 999px;
  padding: 0.6rem 3.5rem;
  font-size: 0.95rem;
  min-width: 200px;
}
.btn-secondary.btn-entry,
.btn-dark.btn-entry {
  transition: all ease-in-out .3s;
}
.btn-dark.btn-entry {
  background: linear-gradient(90deg, #757575, #1f1f1f);
}
.btn-dark.btn-entry:hover {
  background: linear-gradient(90deg, #757575 55%, #3f3f3f);
}
.btn-secondary.btn-entry:hover {
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
}
.btn-secondary {
--bs-btn-color: #000;
--bs-btn-bg: #ECECEC;
  outline:none;
  border: none;
}
/* ARCHIVE CARDS */
.archive-card {
  background: #333;
  border-radius: 1rem;
  overflow: hidden;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.archive-card::after {
  content: '';
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: linear-gradient(0deg, #1C1B1B 40%, transparent);
  z-index:0;
}
.archive-card-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
}
.archive-card-body {
  padding: 16px 18px 20px;
  font-size: 0.9375rem;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.archive-date {
  font-size: 1rem;
}
.archive-title {
  font-size: 2.5rem;
  letter-spacing: 0.16rem;
  line-height: 1.41;
  font-weight: 600;
}
.archive-title span {
  font-size: 1.1875rem;
  font-weight: 700;
  display: block;
}

/* FOOTER STATIC BANNER */
  .corner-banner{
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    width: 435px;
    max-width: calc(100vw - 40px);
    background: #E9E9E9;
    overflow: hidden;
  }
  .corner-banner__body {
    padding: 1rem 1.5rem;
  }
  .btn.btn-outline-light .icon-img {
    transition: filter .2s ease;
  }
  .btn.btn-outline-light:hover .icon-img {
    filter: brightness(0);
  }
  .corner-banner__title .btn.btn-outline-dark .icon-img {
    transition: filter .2s ease;
  }
  .corner-banner__title .btn.btn-outline-dark:hover .icon-img {
    filter: brightness(0) invert(1);
  }
  .corner-banner__text {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4;
    margin-left: -8px;
  }
  .corner-banner__close {
    background: transparent;
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    border: 0;
    font-size: 38px;
    line-height: 1;
    padding: 0;
    opacity: .5;
    transition: all ease-in-out .2s;
  }
  .corner-banner__close:hover {
    opacity: 1;
  }

  /* Mobile full width */
  @media (max-width: 767.98px) {
    .corner-banner{
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      max-width: 100%;
      text-align: center;
    }
    .corner-banner__close{
      top: 8px;
      right: 12px;
    }
  }

/* FOOTER */
.site-footer {
  background: linear-gradient(90deg, #CFCFCF, #fff);
  color: #000;
  padding: 32px 0 40px;
  font-size: 0.85rem;
}
.footer-sns a {
  text-decoration: none;
  margin: 0 6px;
  font-size: 1.2rem;
}

/* back to top circle */
#back-to-top {
  position: fixed;
  right: 7vw;
  bottom: 216px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.65);
  background: #474747;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 50;
  opacity: 0.5;
  transition: all ease-in-out .3s;
}
#back-to-top:hover {
  opacity: 1;
}
#back-to-top img {
  transition: all ease-in-out .3s;
}
#back-to-top:hover img {
  margin-top: -15px;
}

/* Utilities */
.text-gray {
  color:#A1A1A1;
}
.mx-1130 {
  max-width: 1130px;
  position: relative;
}
.fs-22 {
  font-size: 1.3125rem;
}
.fs-20 {
  font-size: 1.25rem;
}
.fs-26 {
  font-size: 1.625rem;
}
.fs-50 {
  font-size: 3.125rem;
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

@media (max-width: 991.98px) {
  .logo-ninejp {
    max-width:260px;
  }
  .logo-dailysun {
    margin-top: 1rem;
  }
  section.section--intro {
    margin-top: -6rem;
  }
  #back-to-top {
    right: 1rem;
    bottom: 3rem;
  }
}
@media (max-width: 767.98px) {
  .section {
    padding: 40px 0;
  }
  .logo-ninejp,
  header.site-header img.img-fluid:nth-child(2) {
    max-width:40vw;
  }
  .logo-dailysun {
    max-width: 28vw;
    margin-top: 1.25rem;
  }
  section.section--intro {
    margin-top: -4rem;
  }
  .section-heading-en {
    font-size: 9vw;
  }
  .info-label-en {
    font-size: 10vw;
  }
  .section--intro p {
    font-size: 0.875rem;
  }
  .next-webinar-title {
    font-size: 9.6vw;
  }
  .next-webinar-title span {
    font-size: 5vw;
  }
  .fs-22 {
    font-size: 1.25rem;
  }
  .fs-20 {
    font-size: 1rem;
  }
  .info-name {
    font-size: 1.375rem;
  }
  .info-title {
    font-size: 1.125rem;
  }
  .guest-block {
    padding: 24px 18px;
  }
  .guest-photo {
    max-width: 45%;
  }
  .entry-card {
    padding: 24px 18px;
  }
}
@media (max-width: 575.98px) {
  .btn-entry {
    min-width: auto;
  }
}