@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;700&display=swap");
#english_30th {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  /*
  max-width: $max-content+px;
  padding: 80px 24px 160px;
  @media screen and (max-width: $max-lg + px) {
    padding: get-vw(80, $max-content) get-vw(24, $max-content) get-vw(160, $max-content);
  }
  @media screen and (max-width: $max-md + px) {
    padding: 80px 16px;
  }
  */
}
#english_30th * {
  box-sizing: border-box;
}
#english_30th img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#english_30th a {
  color: #d40e2a;
  text-underline-offset: 0.33em;
}
#english_30th > .section {
  color: #000;
  line-height: 1.6;
  font-family: Roboto;
  font-weight: 400;
  font-size: 4vw;
  /*
  &[id]::before {
    content: '';
    margin-top: -94px;
    padding-top: 94px;
    display: block;
    visibility: hidden;
    position: relative;
  }
  */
}
@media screen and (min-width: 480px) {
  #english_30th > .section {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  #english_30th > .section {
    font-size: 20px;
  }
}

#english_30th .nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #english_30th .only_pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #english_30th .only_sp {
    display: none;
  }
}

#english_30th > .sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  color: #fff;
  background: #d40e2a;
  transition: 0.3s;
}
#english_30th > .sticky input[type=checkbox] {
  display: none;
}
#english_30th > .sticky nav {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1248px;
  padding: 0 1em;
  overflow: hidden;
  font-size: 12px;
}
#english_30th > .sticky nav .button {
  display: flex;
  align-items: center;
  padding: 1.821em 0.714em;
  line-height: 1.75;
  color: white;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.33em;
  cursor: pointer;
}
#english_30th > .sticky nav .button:hover {
  background: #dc3b52;
}
#english_30th > .sticky label {
  display: none;
}
@media screen and (max-width: 1299px) {
  #english_30th > .sticky {
    top: 50px;
  }
}
@media screen and (max-width: 1200px) {
  #english_30th > .sticky nav {
    font-size: 0.961vw;
  }
}
@media screen and (max-width: 960px) {
  #english_30th > .sticky nav {
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0;
    height: auto;
    font-size: 12px;
  }
  #english_30th > .sticky nav .button {
    display: flex;
    align-items: center;
    justify-content: stretch;
    height: 0;
    padding: 0 3.333vw 0 6.666vw;
    overflow: hidden;
    transition: 0.3s;
    opacity: 0;
  }
  #english_30th > .sticky label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    height: 52px;
    font-size: 12px;
    cursor: pointer;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  #english_30th > .sticky label i {
    margin: 0 0 0.4em;
    width: 0.7em;
    height: 0.7em;
    border-top: 1px solid white;
    border-left: 1px solid white;
    transform: rotate(-135deg);
    transition: 0.3s;
  }
  #english_30th > .sticky input[type=checkbox]:checked ~ nav .button {
    height: 6em;
    opacity: 1;
  }
  #english_30th > .sticky input[type=checkbox]:checked ~ label i {
    margin: 0.4em 0 0;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 960px) {
  #english_30th > .sticky nav .button {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #english_30th > .sticky nav .button {
    width: 33.333%;
  }
}
@media screen and (max-width: 480px) {
  #english_30th > .sticky nav .button {
    width: 50%;
  }
}

#english_30th > .section.withreel {
  position: relative;
  background: #fff;
  padding-top: 4.8vw;
}
@media screen and (min-width: 768px) {
  #english_30th > .section.withreel {
    padding-top: 30px;
  }
}
#english_30th > .section.withreel::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 4.8vw;
  background: url(/30th/content/wp-content/themes/whiteboard/assets/english_30th/img/english_reel_white.svg) center/contain repeat-x;
}
@media screen and (min-width: 768px) {
  #english_30th > .section.withreel::after {
    height: 30px;
  }
}
#english_30th > .section.withreel.fill-lightgray {
  background: #dcdcdc;
}
#english_30th > .section.withreel.fill-lightgray::after {
  background-image: url(/30th/content/wp-content/themes/whiteboard/assets/english_30th/img/english_reel_lightgray.svg);
}
#english_30th > .section.withreel.fill-darkgray {
  color: #fff;
  background: #4d4d4d;
}
#english_30th > .section.withreel.fill-darkgray::after {
  background-image: url(/30th/content/wp-content/themes/whiteboard/assets/english_30th/img/english_reel_darkgray.svg);
}
#english_30th > .section.withreel.fill-black {
  color: #fff;
  background: #000;
}
#english_30th > .section.withreel.fill-black::after {
  background-image: url(/30th/content/wp-content/themes/whiteboard/assets/english_30th/img/english_reel_black.svg);
}
#english_30th > .section.withreel.fill-red {
  color: #fff;
  background: #d40e2a;
}
#english_30th > .section.withreel.fill-red::after {
  background-image: url(/30th/content/wp-content/themes/whiteboard/assets/english_30th/img/english_reel_red.svg);
}

#english_30th > .section .inner {
  padding: 10.666vw 5.333vw 13.333vw;
}
@media screen and (min-width: 480px) {
  #english_30th > .section .inner {
    padding: 40px 20px 50px;
  }
}
@media screen and (min-width: 768px) {
  #english_30th > .section .inner {
    padding: 13.02vw 5.208vw 15.625vw;
  }
}
@media screen and (min-width: 1200px) {
  #english_30th > .section .inner {
    padding: 100px 40px 120px;
  }
}
#english_30th > .section .row {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
#english_30th > .section .row .col {
  flex: 1;
}
@media screen and (min-width: 768px) {
  #english_30th > .section .row {
    margin: 0 auto;
    flex-direction: row;
    gap: 7.812vw;
    max-width: 1200px;
  }
  #english_30th > .section .row .order-first {
    order: -1;
  }
}
@media screen and (min-width: 1200px) {
  #english_30th > .section .row {
    gap: 60px;
  }
}
#english_30th > .section .heading {
  margin: -0.165em 0 0.335em;
  line-height: 1.33;
  font-size: 14.399vw;
  font-family: "Roboto Condensed";
  font-weight: 700;
}
@media screen and (min-width: 480px) {
  #english_30th > .section .heading {
    font-size: 54px;
  }
}
@media screen and (min-width: 768px) {
  #english_30th > .section .heading {
    line-height: 1.33;
    font-size: 72px;
  }
  #english_30th > .section .heading.center {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #english_30th > .section .narrow {
    margin: 0 auto;
    max-width: 800px;
  }
}
#english_30th > .section .action {
  margin-top: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 480px) {
  #english_30th > .section .action {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  #english_30th > .section .action {
    margin-top: 60px;
  }
}

#english_30th .button-more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 53.333vw;
  height: 12.8vw;
  border-radius: 6.4vw;
  color: #fff;
  background: #d40e2a;
  font-size: 4.8vw;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
#english_30th .button-more:hover {
  filter: saturate(150%);
  transform: scale(1.05);
}
@media screen and (min-width: 480px) {
  #english_30th .button-more {
    width: 200px;
    height: 48px;
    border-radius: 24px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  #english_30th .button-more {
    width: 250px;
    height: 60px;
    border-radius: 30px;
    font-size: 24px;
  }
}

#english_30th > .section.first {
  padding-bottom: 16vw;
}
@media screen and (min-width: 480px) {
  #english_30th > .section.first {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  #english_30th > .section.first {
    padding-bottom: 90px;
  }
}
#english_30th > .section.first .main .heading::before {
  content: "";
  display: block;
  padding-top: 31.73%;
  height: 0;
  background: url(/30th/content/wp-content/themes/whiteboard/assets/english_30th/img/english_main_bef_s.jpg) center bottom/cover no-repeat;
}
@media screen and (min-width: 768px) {
  #english_30th > .section.first .main .heading {
    position: relative;
    margin: 0 auto;
    width: 53.75%;
    max-width: 860px;
  }
  #english_30th > .section.first .main .heading::before, #english_30th > .section.first .main .heading::after {
    content: "";
    padding-top: 0;
    width: calc(50vw - 50%);
    min-width: 77.9%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #000;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #english_30th > .section.first .main .heading::before {
    right: 100%;
    background-image: url(/30th/content/wp-content/themes/whiteboard/assets/english_30th/img/english_main_bef_p.jpg);
    background-position: right center;
  }
  #english_30th > .section.first .main .heading::after {
    left: 100%;
    background-image: url(/30th/content/wp-content/themes/whiteboard/assets/english_30th/img/english_main_aft_p.jpg);
    background-position: left center;
  }
}
#english_30th > .section.first .during {
  margin: 4.266vw auto 0;
  text-align: center;
  font-family: "Roboto Condensed";
}
#english_30th > .section.first .during p {
  text-align: center;
  line-height: 1.2;
  font-size: 8vw;
}
#english_30th > .section.first .during p b {
  display: inline-block;
  position: relative;
  padding: 0 0.8em;
  color: #fff;
  background: #d40e2a;
  font-weight: 700;
}
#english_30th > .section.first .during p b::before, #english_30th > .section.first .during p b::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 1;
}
#english_30th > .section.first .during p b::before {
  top: 0;
  left: 0;
  border-width: 0.6em 0 0.6em 0.2667em;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
#english_30th > .section.first .during p b::after {
  top: 0;
  right: 0;
  border-width: 0.6em 0.2667em 0.6em 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
#english_30th > .section.first .during ul {
  margin: 0.75em 0 0.5em;
  position: relative;
  z-index: 1;
  line-height: 1.6;
  font-size: 4.8vw;
  font-weight: 400;
}
@media screen and (min-width: 480px) {
  #english_30th > .section.first .during {
    margin-top: 16px;
  }
  #english_30th > .section.first .during p {
    font-size: 30px;
  }
  #english_30th > .section.first .during ul {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  #english_30th > .section.first .during {
    margin-top: 30px;
  }
  #english_30th > .section.first .during p {
    font-size: 42px;
  }
  #english_30th > .section.first .during ul {
    margin-bottom: -0.8em;
    font-size: 24px;
  }
}
#english_30th > .section.first .venue {
  margin: 0 -3.5%;
  max-width: 1290px;
}
@media screen and (min-width: 768px) {
  #english_30th > .section.first .venue {
    margin: 0 auto;
  }
}
#english_30th > .section.first .summary {
  margin: 4.266vw 5.333vw 0;
  line-height: 1.6;
  font-size: 4vw;
}
#english_30th > .section.first .summary .snapshot {
  margin-bottom: 1em;
  padding: 0.6em;
  border: 1px solid #d40e2a;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 1em;
  text-align: center;
}
#english_30th > .section.first .summary .snapshot dl {
  margin: 0;
}
#english_30th > .section.first .summary .snapshot dt {
  display: inline;
  font-weight: 700;
}
#english_30th > .section.first .summary .snapshot dt::after {
  margin: 0 0.25em;
  content: ":";
}
#english_30th > .section.first .summary .snapshot dd {
  display: inline;
  margin: 0;
}
#english_30th > .section.first .summary .snapshot b {
  color: #d40e2a;
  font-weight: 400;
}
@media screen and (min-width: 480px) {
  #english_30th > .section.first .summary {
    margin: 16px 20px 0;
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  #english_30th > .section.first .summary {
    margin: 30px auto 0;
    padding: 0 20px;
    max-width: 840px;
    line-height: 1.6;
    font-size: 20px;
  }
  #english_30th > .section.first .summary .snapshot {
    margin-bottom: 50px;
    line-height: 1.8;
  }
}

/*# sourceMappingURL=style.css.map */
