@charset "UTF-8";
body #cmsmenu {
  z-index: 2000;
}
@media screen and (max-width: 64em) {
  body #cmsmenu {
    display: none;
  }
}
body #sb-container {
  z-index: 2001;
}
@media screen and (max-width: 64em) {
  body .l-header__inner {
    justify-content: space-between;
  }
  body .l-header__inner .l-headerNavBlock {
    width: 21.33333vw;
  }
}
body .topKvTtlYear {
  display: flex;
  justify-content: center;
}
body .topKvTtlYear img {
  display: block;
  opacity: 0.75;
}
@media screen and (min-width: 64em) {
  body .topKvTtlYear img {
    width: 24vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 64em) {
  body .topKvTtlYear img {
    margin-bottom: 15px;
    width: 310px;
  }
}
body .topShoulder {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
body .topShoulder * {
  color: white;
  font-weight: 800;
}
body .topShoulder p {
  border: 1px solid white;
  border-left: none;
  border-right: none;
  font-size: 1.3vw;
}
body .topShoulder p span {
  font-size: 1.7vw;
}
@media screen and (max-width: 64em) {
  body .topShoulder p {
    font-size: 17px;
  }
  body .topShoulder p span {
    font-size: 21px;
  }
}
body .topKvTtl {
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  body .topKvTtl {
    width: 10vw;
  }
}
@media screen and (max-width: 64em) {
  body .topKvTtl {
    width: 150px;
  }
}
body .topJapan {
  text-align: center;
  color: white;
  font-weight: 800;
  font-size: 2vw;
}
@media screen and (max-width: 64em) {
  body .topJapan {
    font-size: 24px;
  }
}
@media screen and (max-width: 64em) {
  body .l-topKv__top {
    margin-bottom: 10px;
  }
}
body .l-topKv__bottom {
  margin-top: -8vw;
}
@media screen and (max-width: 64em) {
  body .l-topKv__bottom {
    margin-top: 10px;
  }
}
body .l-topKv__bottom .comment {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 12vw;
  margin: 0 3.2vw 2vw;
}
body .l-topKv__bottom .comment::after {
  display: block;
  width: 2vw;
  height: 2vw;
  position: absolute;
  top: 99%;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
body .l-topKv__bottom .comment .balloon {
  background: white;
  padding: 10px;
  border-radius: 5px;
}
body .l-topKv__bottom .comment p {
  text-align: center;
  font-size: 0.9vw;
  line-height: 1.2vw;
  font-weight: 600;
}
body .l-topKv__bottom .comment p + p {
  margin-top: 1em;
}
@media screen and (max-width: 64em) {
  body .l-topKv__bottom .comment {
    margin-bottom: 15px;
    height: 230px;
  }
  body .l-topKv__bottom .comment::after {
    width: 20px;
    height: 20px;
  }
  body .l-topKv__bottom .comment p {
    text-align: left;
    font-size: 12px;
    line-height: 15px;
  }
  body .l-topKv__bottom .comment p br {
    display: none;
  }
}
body .l-topKv__left .comment {
  color: #6912b1;
  justify-content: flex-start;
}
body .l-topKv__left .comment::after {
  background-image: url(../media/images/top/balloon_left.svg);
  left: 1.5vw;
}
@media screen and (max-width: 64em) {
  body .l-topKv__left .comment::after {
    left: 15px;
  }
}
body .l-topKv__right .comment {
  color: #f77b00;
  justify-content: flex-end;
}
body .l-topKv__right .comment::after {
  background-image: url(../media/images/top/balloon_right.svg);
  right: 1.5vw;
}
@media screen and (max-width: 64em) {
  body .l-topKv__right .comment::after {
    right: 15px;
  }
}
body .l-topSponsors__inner + .l-topSponsors__inner {
  margin-top: 6rem;
}
@media screen and (max-width: 64em) {
  body .l-topSponsors__inner + .l-topSponsors__inner {
    margin-top: 3rem;
  }
}
body .l-topSponsors__inner .l-topSponsors__header {
  margin-bottom: 2rem;
}
body .l-topSponsors__body ul {
  list-style: disc;
  margin-top: 1rem;
  padding-left: 2.5rem;
}
body .environmentImage {
  display: flex;
  justify-content: center;
  margin: 2vw 0;
}
body .environmentImage img {
  width: auto;
}
@media screen and (max-width: 64em) {
  body .environmentImage {
    margin-top: 3rem;
  }
}
#login-app fieldset a {
  color: #2c7cc5;
  text-decoration: underline;
}
#login-app fieldset a:hover {
  color: #4a97dd;
}
#main {
  max-width: 1000px;
  margin: 0 auto 100px;
  padding: 0 20px;
}
#main .page-title {
  margin: 120px auto 30px;
  max-width: 1000px;
  background: #671cad;
  color: white;
  line-height: 1;
  font-size: 22px;
  font-weight: 700;
  padding: 16px 20px;
  border-radius: 2px;
}
@media screen and (max-width: 64em) {
  #main .page-title {
    margin-top: 20vw;
    font-size: 5vw;
  }
}
#main .mypage-nav {
  margin-top: -20px;
}
#main .mypage-nav ul {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  flex-wrap: wrap;
}
#main .mypage-nav ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #444;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 64em) {
  #main .mypage-nav ul li a {
    font-size: 3.5vw;
  }
}
#main .mypage-nav ul li a::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  border: 2px solid #444;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg) translatey(-50%);
}
#main .mypage-nav ul li.online-selected {
  display: none;
}
#main .section {
  margin: 50px 0;
}
#main .section + .section {
  margin-top: 70px;
}
#main .section .sub-title {
  color: #333;
  margin: 0 0 20px;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 700;
  border-top: 3px solid #bbb;
}
@media screen and (max-width: 64em) {
  #main .section .sub-title {
    font-size: 5vw;
  }
}
#main .section .sub-title.lunch_and_party {
  margin-top: 20px;
  border: none;
}
#main .section .dl-table {
  display: flex;
  flex-direction: column;
}
#main .section .dl-table dl {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #ddd;
  padding: 10px 10px;
}
#main .section .dl-table dl dt {
  flex: 0 0 180px;
  font-size: 15px;
  font-weight: 700;
}
#main .section .dl-table dl dd {
  flex: 1 1 auto;
  font-size: 15px;
}
#main .section .links {
  margin: 40px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px 20px;
}
#main .section .links .link:not(.text) a {
  position: relative;
  display: block;
  line-height: 1;
  padding: 12px 53px 12px 30px;
  text-align: center;
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  color: white;
  background-color: #671cad;
}
@media screen and (max-width: 64em) {
  #main .section .links .link:not(.text) a {
    font-size: 4vw;
  }
}
#main .section .links .link:not(.text) a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translatey(-50%);
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background-image: url(../media/images/connect/sessions_arrow.svg);
  background-size: contain;
  background-position: center;
}
#main .section .links .link.text {
  margin: 15px 0;
  display: flex;
}
#main .section .links .link.text a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 64em) {
  #main .section .links .link.text a {
    font-size: 3.5vw;
  }
}
#main .section .selected-event {
  margin: 50px 0;
}
#main .section .selected-event .events {
  display: flex;
  justify-content: center;
  gap: 0 50px;
}
#main .section .selected-event .events .event {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
#main .section .selected-event .events .event .choice {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border: 3px solid #671cad;
  border-radius: 100px;
}
#main .section .selected-event .events .event .name {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
#main .section .selected-event .events .event.selected .choice::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background-color: #671cad;
}
#reservation.online-selected {
  display: none;
}
.form {
  display: flex;
  justify-content: center;
}
.form fieldset {
  max-width: 600px;
}
.form p.message {
  font-size: 15px;
  margin: 1em 0 30px;
}
.form p.message.error {
  font-size: 16px;
  color: #d00;
  font-weight: 700;
}
.form .rows .row .control-label {
  display: block;
  margin: 5px 0;
  font-weight: 700;
}
.form .rows .row + .row {
  margin-top: 10px;
}
.form .rows .row .error {
  margin: 10px 0;
  font-size: 13px;
  line-height: 1.4;
  color: #c00;
  font-weight: 700;
}
.form .submit {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}
.form button {
  border-radius: 2px;
  font-weight: 700;
  min-width: 100px;
}
.form button:hover {
  background: #430c77;
}
#login-app fieldset {
  width: 100%;
  max-width: 400px;
}
#login-app fieldset .reset_password {
  margin: 20px 0 0;
  font-size: 13px;
}
@media screen and (max-width: 64em) {
  #SMP_STYLE .l-header .l-headerNavBlock {
    width: 32vw;
  }
  #SMP_STYLE .l-header .l-headerNavBlock .headerNav {
    width: 100%;
    padding-right: 2vw;
  }
  #SMP_STYLE .l-header .l-headerNavBlock .headerNav .headerNav__item {
    width: 100%;
  }
  #SMP_STYLE .l-header .l-headerNavBlock .headerNav .headerNav__item .headerNav__link {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }
  #SMP_STYLE .l-header .l-headerNavBlock .headerNav .headerNav__item .headerNav__link .ja {
    font-size: 3vw;
  }
}
.coming-soon {
  margin: 20px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 64em) {
  .coming-soon {
    font-size: 24px;
  }
}
#otanoshimi .l-subSec__inner {
  padding-top: 5.8rem;
  padding-bottom: 1.5rem;
  /* SNUGチャレンジは終了しました */
}
@media screen and (max-width: 64em) {
  #otanoshimi .l-subSec__inner {
    padding-top: 3.6rem;
  }
}
#otanoshimi .l-subSec__inner::before {
  content: none;
}
#otanoshimi .l-subSec__inner.close {
  position: relative;
}
#otanoshimi .l-subSec__inner.close .notice {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(3.3rem * 3.5);
  height: calc(100% - 3.3rem * 3.5);
  width: 100%;
  background: rgba(228, 228, 228, 0.75);
  z-index: 1;
}
#otanoshimi .l-subSec__inner.close .notice span {
  font-size: 5rem;
}
@media screen and (max-width: 64em) {
  #otanoshimi .l-subSec__inner.close .notice {
    top: calc(5.2rem * 1.5);
    height: calc(100% - 5.2rem * 1.5);
  }
  #otanoshimi .l-subSec__inner.close .notice span {
    font-size: 4.8vw;
  }
}
#otanoshimi .subContents__content {
  width: auto;
}
@media screen and (max-width: 64em) {
  #otanoshimi .subContents__content {
    margin-bottom: 0;
  }
}
#otanoshimi .secTtl {
  font-size: 3.3rem !important;
}
@media screen and (max-width: 64em) {
  #otanoshimi .secTtl {
    font-size: 2.5rem !important;
  }
}
#otanoshimi .subContents__lead {
  margin-top: 1.7rem;
}
@media screen and (max-width: 64em) {
  #otanoshimi .subContents__lead {
    margin-top: 1.4rem;
    margin-right: -2px;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: calc(23 / 15);
  }
}
#otanoshimi .otanoshimiContents {
  margin-top: 56px;
}
@media screen and (max-width: 64em) {
  #otanoshimi .otanoshimiContents {
    margin-top: 36px;
  }
}
#otanoshimi .otanoshimiContents__item {
  min-height: 220px;
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
}
@media screen and (max-width: 64em) {
  #otanoshimi .otanoshimiContents__item {
    min-height: auto;
    flex-direction: column;
    margin-bottom: 10px;
  }
}
#otanoshimi .otanoshimiContents__ttl {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 64em) {
  #otanoshimi .otanoshimiContents__ttl {
    flex-basis: auto;
    display: block;
    padding: 33px 0 0;
  }
}
#otanoshimi .otanoshimiContents__ttl h4 {
  text-align: center;
  font-size: 2.5rem;
  line-height: calc(35 / 25);
  font-weight: bold;
}
@media screen and (max-width: 64em) {
  #otanoshimi .otanoshimiContents__ttl h4 {
    font-size: 2.3rem;
    line-height: 1;
  }
}
#otanoshimi .otanoshimiContents__ttl h4 .pc-br {
  display: block;
  font-weight: inherit;
}
@media screen and (max-width: 64em) {
  #otanoshimi .otanoshimiContents__ttl h4 .pc-br {
    display: inline;
  }
}
#otanoshimi .otanoshimiContents__ttl .otanoshimiContents__icon {
  text-align: center;
}
@media screen and (max-width: 64em) {
  #otanoshimi .otanoshimiContents__ttl .otanoshimiContents__icon {
    margin-top: 24px;
  }
}
#otanoshimi .otanoshimiContents__ttl .otanoshimiContents__icon img {
  vertical-align: top;
}
#otanoshimi .otanoshimiContents__ttl.l2 {
  gap: 10px;
}
#otanoshimi .otanoshimiContents__desc {
  flex: 1 1 auto;
  padding: 0 0 0 50px;
  position: relative;
}
@media screen and (max-width: 64em) {
  #otanoshimi .otanoshimiContents__desc {
    padding: 36px 14px 54px;
  }
}
#otanoshimi .otanoshimiContents__desc::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #b5b5b5;
  left: 0;
  width: 1px;
  top: 40px;
  bottom: 40px;
}
@media screen and (max-width: 64em) {
  #otanoshimi .otanoshimiContents__desc::before {
    content: none;
  }
}
#otanoshimi .otanoshimiContents__desc ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 9px;
}
@media screen and (max-width: 64em) {
  #otanoshimi .otanoshimiContents__desc ul {
    gap: 8px;
  }
}
#otanoshimi .otanoshimiContents__desc ul li {
  font-size: 1.6rem;
  line-height: calc(25 / 16);
  font-weight: 500;
  text-indent: -13px;
  padding-left: 13px;
}
@media screen and (max-width: 64em) {
  #otanoshimi .otanoshimiContents__desc ul li {
    font-size: 1.5rem;
    line-height: calc(24 / 15);
    text-indent: -12px;
    padding-left: 12px;
  }
  #otanoshimi .otanoshimiContents__desc ul li.small {
    letter-spacing: -0.07em;
    margin-right: -4px;
  }
  #otanoshimi .otanoshimiContents__desc ul li .sp-br {
    display: block;
    text-indent: 0;
  }
}
#otanoshimi .otanoshimiContents__desc ul li .pc-br {
  display: block;
  text-indent: 0;
}
@media screen and (max-width: 64em) {
  #otanoshimi .otanoshimiContents__desc ul li .pc-br {
    display: inline;
  }
}
#otanoshimi .otanoshimiContents__desc ul li .orange {
  color: #f77b00;
  font-weight: bold;
}
#otanoshimi .otanoshimiContents__desc ul li::before {
  content: "";
  display: inline-block;
  background-color: #f77b00;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 5px;
  vertical-align: 2px;
  text-indent: 0;
}
@media screen and (max-width: 64em) {
  #otanoshimi .otanoshimiContents__desc ul li::before {
    width: 7px;
    height: 7px;
    margin-right: 5px;
    vertical-align: 2px;
  }
}
#otanoshimi .otanoshimiContents__desc .more {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 160px;
  padding: 10px 0 9px;
  background: #f77b00 url(../media/images/online/otanoshimi_more_arrow.svg) no-repeat right 10px top 14px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 64em) {
  #otanoshimi .otanoshimiContents__desc .more {
    right: -1px;
    width: 140px;
    padding: 8px 0;
    background-position: right 9px center;
    font-size: 1.4rem;
  }
}
.connect-top .subCard03 .subCard03__img {
  width: auto;
  flex: 0 0 150px;
}
@media screen and (max-width: 64em) {
  .connect-top .subCard03 .subCard03__img {
    flex-basis: 30%;
  }
}
.connect-top .subCard03 .subCard03__ttlWrap {
  width: auto;
  flex: 1 1 auto;
}
.connect-top .subCard03 .subCard03__ttlWrap .subCard03__ttl {
  margin-bottom: 10px;
  font-feature-settings: "palt";
}
.connect-top .subCard03 .subCard03__ttlWrap p {
  font-size: 15px;
  font-feature-settings: "palt";
  line-height: 1.4;
}
@media screen and (max-width: 64em) {
  .connect-top .subCard03 .subCard03__ttlWrap p {
    font-size: 3.5vw;
  }
}
.connect-top .subCard03 .subCard03__ttlWrap p a {
  text-decoration: underline;
}
.connect-top .subCard03 .subCard03__ttlWrap p a span {
  display: inline-block;
  background: #fdad2f;
  color: white;
  border-radius: 2px;
  margin: 0 5px 0 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  padding: 2px 5px;
}
.connect-top .subCard03 .subCard03__ttlWrap p a::after {
  display: none;
}
.connect-top .subCard03 .subCard03__ttlWrap p + p {
  margin-top: 5px;
}
.l-timeTable .ttRow--0815 .ttTxtBox .img-container {
  position: absolute;
  right: 20px;
}
.l-timeTable .ttRow--0815 .ttTxtBox img {
  width: 60px;
}
.l-timeTable .ttRow--1800 .restBox::after {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 20px;
  display: block;
  content: "";
  width: 60px;
  aspect-ratio: 1;
  background-image: url(../media/images/connect/beer.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#otanoshimi .otanoshimiContents__item {
  flex-wrap: wrap;
  min-height: inherit;
}
#otanoshimi .otanoshimiContents__item:not(.is-banner) {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}
#otanoshimi .otanoshimiContents__ttl.is-max {
  flex: 0 0 100%;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 40px;
}
#otanoshimi .otanoshimiContents__ttl.is-max h4 {
  text-align: left;
}
#otanoshimi .otanoshimiContents__ttl.is-max h4 .is-sub {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}
#otanoshimi .otanoshimiContents__ttl.is-max h4 .is-main {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
}
#otanoshimi .otanoshimiContents__ttl .otanoshimiContents__icon img {
  width: 95px;
}
#otanoshimi .otanoshimiContents__ttl .otanoshimiContents__icon .question {
  position: absolute;
  top: calc(50% - 10px);
  right: 90px;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  #otanoshimi .otanoshimiContents__ttl .otanoshimiContents__icon .question {
    right: 40px;
  }
}
@media (max-width: 64rem) {
  #otanoshimi .otanoshimiContents__ttl .otanoshimiContents__icon .question {
    position: static;
    transform: none;
  }
}
#otanoshimi .otanoshimiContents__ttl .otanoshimiContents__icon .question img {
  width: auto;
}
#otanoshimi .otanoshimiContents__desc::before {
  width: 1px;
  top: 0;
  bottom: 0;
}
#otanoshimi .more {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 160px;
  padding: 10px 0 9px;
  background: #f77b00 url(../media/images/online/otanoshimi_more_arrow.svg) no-repeat right 10px top 14px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 64em) {
  #otanoshimi .otanoshimiContents__item:not(.is-banner) {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 64em) {
  #otanoshimi .otanoshimiContents__ttl {
    padding-top: 0;
  }
  #otanoshimi .otanoshimiContents__ttl.is-max {
    margin-bottom: 10px;
    padding-top: 33px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 64em) {
  #otanoshimi .otanoshimiContents__ttl.is-max h4 .is-sub {
    font-size: 1rem;
    margin-bottom: 6px;
  }
  #otanoshimi .otanoshimiContents__ttl.is-max h4 .is-main {
    font-size: 1.8rem;
  }
  #otanoshimi .otanoshimiContents__desc {
    padding-top: 30px;
  }
  #otanoshimi .otanoshimiContents__desc ul li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 64em) {
  #otanoshimi .more {
    right: -1px;
    width: 140px;
    padding: 8px 0;
    background-position: right 9px center;
    font-size: 1.4rem;
  }
}
.fixed_banner {
  position: fixed;
  bottom: 19px;
  right: 27px;
  width: 160px;
  z-index: 11;
}
@media screen and (max-width: 64em) {
  .fixed_banner {
    right: 7px;
    bottom: 60px;
    width: 150px;
  }
}
.fixed_banner a {
  display: block;
  text-decoration: none;
}
.fixed_banner a:hover {
  opacity: 0.9;
}
.fixed_banner .fixed_banner_inner {
  background: linear-gradient(-45deg, #f77b00 0%, #ffbd29 100%);
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.25));
  padding: 8px;
}
.fixed_banner .fixed_banner_title {
  margin: 0 0 7px;
  padding: 7px 5px 7px;
  border-radius: 10px 0px;
  background: #fff;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
  color: #f77b00;
}
@media screen and (max-width: 64em) {
  .fixed_banner .fixed_banner_title {
    font-size: 13px;
  }
}
.fixed_banner .fixed_banner_counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 6px;
  font-weight: bold;
  font-size: 13px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 64em) {
  .fixed_banner .fixed_banner_counter {
    font-size: 12px;
  }
}
.fixed_banner .fixed_banner_counter .counter_main {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 27px;
}
@media screen and (max-width: 64em) {
  .fixed_banner .fixed_banner_counter .counter_main {
    font-size: 20px;
  }
}
.fixed_banner .fixed_banner_counter .counter_main::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -11px;
  width: 1px;
  height: 13px;
  background: #fff;
}
.fancybox__container {
  z-index: 10000;
}
.fancybox__backdrop {
  background: #000;
  opacity: 0.5;
}
.modal_main {
  display: none;
  padding: 0;
}
.modal_main.fancybox__content > .is-close-btn.f-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #F77B00;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 64em) {
  .modal_main.fancybox__content > .is-close-btn.f-button {
    width: 35px;
    height: 35px;
  }
}
.modal_main .modal_wrap {
  width: 630px;
  padding: 55px 30px 30px;
}
@media screen and (max-width: 64em) {
  .modal_main .modal_wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.modal_main .modal_inner {
  margin: auto;
  padding-bottom: 23px;
  max-width: 384px;
  background: #fff;
}
@media screen and (max-width: 64em) {
  .modal_main .modal_inner {
    padding-bottom: 0;
  }
}
.modal_main .modal_lead {
  margin: 0 0 30px;
  padding: 13px 0 8px;
  border-top: 1px solid #5C5C5C;
  border-bottom: 1px solid #5C5C5C;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 64em) {
  .modal_main .modal_lead {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.35;
  }
}
.modal_main .modal_lead span {
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 64em) {
  .modal_main .modal_lead span {
    padding: 0 1px;
    font-size: 16px;
  }
}
.modal_main .modal_title {
  margin: 0 0 20px;
  text-align: center;
  font-weight: 900;
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  color: #f77b00;
}
@media screen and (max-width: 64em) {
  .modal_main .modal_title {
    font-size: 22px;
    line-height: 1.35;
  }
}
.modal_main .modal_schedule {
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1;
  padding: 0 5px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.1;
  font-feature-settings: "palt";
}
.modal_main .modal_schedule .modal_schedule_day {
  font-size: 15px;
}
@media screen and (max-width: 64em) {
  .modal_main .modal_schedule .modal_schedule_day {
    font-size: 13px;
  }
}
.modal_main .button {
  margin: 25px auto 0;
  max-width: 300px;
}
@media screen and (max-width: 64em) {
  .modal_main .button {
    max-width: 220px;
  }
}
.modal_main .button a {
  display: block;
  padding: 15px;
  background: #000 url(../media/images/online/button_arrow.svg) no-repeat center right 13px / 14px;
  border-radius: 22.5px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.modal_main .button a:focus {
  outline: none;
}
@media screen and (max-width: 64em) {
  .modal_main .button a {
    font-size: 15px;
  }
}
/*# sourceMappingURL=./common.css.map */