@charset "UTF-8";
#wrapper {
  line-height: 1.4;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
#wrapper a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.c_tit {
  font-family: "sheepman", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 120px;
  text-align: center;
  color: #000;
  line-height: 0.9;
}

.detail_btn {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.detail_btn.wide li {
  width: 360px;
}
.detail_btn li {
  width: 280px;
  position: relative;
}
.detail_btn li a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #333;
  padding: 20px 25px;
}
.detail_btn li a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 15px;
  background: #ffe100;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin: auto;
  top: 0;
  bottom: 0;
  right: 15px;
}
.detail_btn li + li {
  margin-left: 20px;
}
.detail_btn li.ticket a {
  background: #c20000;
}

.sat {
  color: #0078de;
}

.sun {
  color: #ce0101;
}

.title_bg {
  background: url(../../img/title_bg_event.gif) no-repeat center top;
}

#sch_wrap {
  background-color: #e8e8e8;
}

#movie_wrap,
#mobile_wrap {
  background-color: #000;
  color: #fff;
}
#movie_wrap.title_bg,
#mobile_wrap.title_bg {
  background-image: url(../../img/title_bg_mobile.gif);
}
#movie_wrap .c_tit,
#mobile_wrap .c_tit {
  color: #fff;
}

#goods_wrap {
  background-color: #fff;
  color: #000;
}
#goods_wrap.title_bg {
  background-image: url(../../img/title_bg_goods.gif);
}

#event_wrap {
  background-color: #e5c12d;
}

#page-top {
  position: fixed;
  z-index: 4;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
}
#page-top a {
  display: block;
  height: 100%;
  width: 100%;
  background: url(../../img/top_btn.png) no-repeat 0 0;
  background-size: cover;
}

/*-----------------------------
	 #view_wrap
------------------------------*/
#view_wrap .view_cont {
  	/*width:100%;
  	height:0;
  	padding-top:870px;
  	position: relative;
      z-index:3;*/
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 870;
  /* 元画像比率に合わせる */
  z-index: 3;
}
#view_wrap .view_cont::before {
  	/*content: '';
      z-index: -1;
      top: 0;
      left:0;
      margin:auto;
      width: 100%;
      height:100%;
      //position: fixed;
      position:absolute;
      background:url(../../img/main.jpg) no-repeat center top;*/
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../../img/main.jpg) no-repeat;
  background-size: cover;
  background-position: 60% 20%;
}
#view_wrap .view_cont .bg_shadow {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 102%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
}
#view_wrap .view_cont h1 {
  position: absolute;
  text-indent: -9999em;
  overflow: hidden;
  /*top:30px;
  left:40px;*/
}
#view_wrap #top_movie {
  width: 100%;
  height: 0;
  padding-top: 675px;
  position: relative;
  z-index: 3;
  background: #000;
}
#view_wrap #top_movie video {
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1200px;
  height: auto;
  position: absolute;
  display: block;
}

/*-----------------------------
	 #sch_wrap
------------------------------*/
#sch_wrap .sch_cont .inner_cont {
  position: relative;
}
#sch_wrap .sch_cont .tit {
  font-family: 'Noto Sans JP', sans-serif;
  position: absolute;
  margin: auto;
  font-size: 28px;
  text-align: center;
  box-sizing: border-box;
  background: #e8e8e8;
  color: #000;
  width: 395px;
  padding: 20px 15px 10px;
  left: 0;
  right: 0;
  top: -35px;
  clip-path: polygon(20px 0, 375px 0, 100% 100%, 0 100%);
}
#sch_wrap .broadcast_sch {
  font-weight: 600;
}
#sch_wrap .broadcast_sch .sch_detail ul {
  display: flex;
  flex-wrap: wrap;
}
#sch_wrap .broadcast_sch .sch_detail ul li {
  font-family: "sheepman", serif;
  font-weight: 700;
  font-style: italic;
  line-height: 0.6;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  font-size: 110px;
  padding: 5px 0 3px;
  flex: 1 1 calc(100% / 3);
  letter-spacing: 2px;
}
#sch_wrap .broadcast_sch .sch_detail ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: #111;
  opacity: .9;
}
#sch_wrap .broadcast_sch .sch_detail ul li .slash {
  font-size: 80px;
  padding: 0 5px;
}
#sch_wrap .broadcast_sch .sch_detail ul li .week_time {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  margin-top: 15px;
  line-height: 0.8;
}
#sch_wrap .broadcast_sch .sch_detail ul li .week {
  font-size: 56px;
}
#sch_wrap .broadcast_sch .sch_detail ul li .time {
  font-size: 64px;
}
#sch_wrap .broadcast_sch .sch_detail ul li .soldout {
  position: absolute;
  height: 2em;
  width: 125px;
  box-sizing: border-box;
  background: rgba(197, 15, 15, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 22px;
  line-height: 2em;
}

/*-----------------------------
	 #event_wrap
------------------------------*/
#event_wrap #event_cont {
  font-size: 20px;
}
#event_wrap #event_cont small {
  font-size: 16px;
}
#event_wrap #event_cont .sub_title {
  font-weight: 900;
  font-size: 56px;
  text-align: center;
}
#event_wrap #event_cont .sub_title span {
  display: inline-block;
  border-bottom: solid 4px #000;
}
#event_wrap #event_cont .stadium_name {
  font-size: 28px;
  text-align: center;
}
#event_wrap #event_cont .label {
  position: relative;
}
#event_wrap #event_cont .label::before {
  content: "";
  width: 80px;
  height: 80px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: #049608;
  position: absolute;
  top: 0;
  left: 0;
}
#event_wrap #event_cont .label.kyocera::before {
  background-color: #0580c1;
}
#event_wrap #event_cont .ceremony_block,
#event_wrap #event_cont .detail_box {
  background: #fff;
  padding: 35px 40px 40px;
}
#event_wrap #event_cont .ceremony_comment {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
#event_wrap #event_cont .ceremony_comment .ceremony_text {
  flex: 0 0 460px;
}
#event_wrap #event_cont .ceremony_comment .ceremony_img {
  flex: 0 0 440px;
}
#event_wrap #event_cont .ceremony_comment .ceremony_img img {
  display: block;
  width: 100%;
  height: auto;
}
#event_wrap #event_cont .detail_box {
  padding: 30px 29px 40px;
}
#event_wrap #event_cont #champion_uniform {
  padding-top: 60px;
}
#event_wrap #event_cont #champion_uniform .sub_txt {
  margin-top: 50px;
  line-height: 1.6;
}
#event_wrap #event_cont #champion_uniform .img_box {
  margin-top: 30px;
}
#event_wrap #event_cont #ceremony {
  padding-top: 70px;
}
#event_wrap #event_cont #ceremony .list_txt + .list_txt {
  margin-top: 40px;
}
#event_wrap #event_cont #ceremony .list_txt:first-of-type li + li {
  margin-top: 5px;
}
#event_wrap #event_cont #ceremony .ceremony_block {
  margin-top: 60px;
}
#event_wrap #event_cont #ceremony .ceremony_block .img_box {
  margin-top: 30px;
}
#event_wrap #event_cont #ceremony .stadium_name {
  margin-bottom: 30px;
}
#event_wrap #event_cont #presents {
  padding-top: 100px;
}
#event_wrap #event_cont #presents .present_block {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
#event_wrap #event_cont #presents .present_block .detail_box {
  flex: 0 0 calc((100% - 4px) / 2);
  box-sizing: border-box;
}
#event_wrap #event_cont #presents .detail_box dd {
  text-align: center;
  padding-top: 20px;
}
#event_wrap #event_cont #presents .stadium_name {
  margin-bottom: 25px;
}

/*-----------------------------
	 #movie_wrap
------------------------------*/
#movie_wrap #movie_cont .movie_detail {
  padding-top: 90px;
}
#movie_wrap #movie_cont .yt_cont {
  width: 690px;
  margin: auto;
}
#movie_wrap #movie_cont .youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#movie_wrap #movie_cont .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#movie_wrap #movie_cont video {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px transparent);
  outline: none;
  border: none;
}
#movie_wrap #movie_cont .yt_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#movie_wrap #movie_cont .yt_list .yt_block dt,
#movie_wrap #movie_cont .yt_list .yt_block div {
  position: relative;
  cursor: pointer;
}
#movie_wrap #movie_cont .yt_list .yt_block dt img,
#movie_wrap #movie_cont .yt_list .yt_block div img {
  width: 100%;
  height: auto;
}
#movie_wrap #movie_cont .yt_list .yt_block dt::before,
#movie_wrap #movie_cont .yt_list .yt_block div::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 50px;
  background: url(../../img/yt_btn_off.png) no-repeat 0 0;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#movie_wrap #movie_cont .yt_list .yt_block dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
}

/*-----------------------------
	 #goods_wrap
------------------------------*/
#goods_wrap .goods_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#goods_wrap .goods_list dd {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 8px;
  font-weight: 600;
  text-align: center;
}

/*-----------------------------
	 #mobile_wrap
------------------------------*/
#mobile_wrap .sub_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 70px;
  line-height: 1.5;
}
#mobile_wrap .mobile_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 45px;
}
#mobile_wrap .mobile_list dd {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 10px;
}
#mobile_wrap .mobile_list dd h4 {
  font-size: 20px;
  color: #c7a649;
  margin-bottom: 12px;
  text-align: center;
}
#mobile_wrap .mbile_link {
  width: 360px;
  position: relative;
  margin: 45px auto 0;
}
#mobile_wrap .mbile_link a {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #333;
  padding: 20px 25px;
}
#mobile_wrap .mbile_link a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 15px;
  background: #ffe100;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin: auto;
  top: 0;
  bottom: 0;
  right: 15px;
}

/*-----------------------------
	 #footer_wrap
------------------------------*/
#footer_wrap {
  background: #000;
}
#footer_wrap #footer {
  padding: 30px 0 50px;
}
#footer_wrap .copy {
  border-top: solid 1px #ffe100;
  padding-top: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #goods_wrap,
  #event_wrap,
  #mobile_wrap {
    padding: 90px 0 110px;
  }

  .inner_cont,
  .other_cont {
    width: 1000px;
    margin: auto;
  }

  .other_cont .c_tit {
    margin-bottom: 30px;
  }

  #main_wrap {
    background: url(../../img/main_bg.gif) repeat-x 0 0;
  }
  #main_wrap .main_cont {
    width: 1200px;
    margin: auto;
  }

  .detail_btn li a {
    transition: all .3s;
  }
  .detail_btn li a:hover {
    background: #ffe100;
    color: #000;
  }

  /*-----------------------------
   #sch_wrap
  ------------------------------*/
  #sch_wrap {
    padding: 0 0 20px;
  }
  #sch_wrap .inner_cont {
    padding-top: 70px;
  }
  #sch_wrap .detail_btn {
    margin-top: 50px;
  }
  #sch_wrap .sch_cont {
    background: #e8e8e8 url(../../img/schedule_bg_rep.gif) repeat-x center top;
    padding-bottom: 45px;
  }
  #sch_wrap .sch_cont .sch_bg {
    padding-top: 260px;
    background: url(../../img/tokyo_bg.jpg) no-repeat center top;
  }
  #sch_wrap .sch_cont#sch_kyocera .sch_bg {
    background-image: url(../../img/kyocera_bg.jpg);
  }
  #sch_wrap .sch_cont#sch_koshien .sch_bg {
    background-image: url(../../img/koshien_bg.jpg);
  }

  /*-----------------------------
   #event_wrap
  ------------------------------*/
  #event_wrap #event_cont #champion_uniform .sub_txt {
    text-align: center;
  }
  #event_wrap #event_cont #champion_uniform .detail_btn {
    margin-top: 60px;
  }
  #event_wrap #event_cont #ceremony .detail_btn {
    margin-top: 40px;
  }

  /*-----------------------------
   #movie_wrap
  ------------------------------*/
  #movie_wrap {
    padding: 80px 0;
  }
  #movie_wrap #movie_cont .yt_list {
    gap: 40px;
  }
  #movie_wrap #movie_cont .yt_list .yt_block dt:hover::before, #movie_wrap #movie_cont .yt_list .yt_block div:hover::before {
    background-image: url(../../img/yt_btn.png);
  }
  #movie_wrap #movie_cont .yt_list .yt_block:nth-child(3n + 1) {
    margin-left: 0;
  }
  #movie_wrap .toratele_bnr {
    margin: 55px;
    text-align: center;
  }

  /*-----------------------------
   #goods_wrap
  ------------------------------*/
  #goods_wrap .goods_list {
    margin-top: 80px;
  }
  #goods_wrap .goods_list dl {
    width: 320px;
    margin-right: 20px;
  }
  #goods_wrap .goods_list dl:nth-child(3n) {
    margin-right: 0;
  }
  #goods_wrap .tshop_link {
    margin-top: 55px;
    text-align: center;
  }

  /*-----------------------------
   #mobile_wrap
  ------------------------------*/
  #mobile_wrap .mobile_list dl {
    width: 320px;
    margin-right: 20px;
  }
  #mobile_wrap .mobile_list dl:nth-child(3n) {
    margin-right: 0;
  }
  #mobile_wrap .mobile_list dl:nth-child(n+4) {
    margin-top: 20px;
  }
  #mobile_wrap .mbile_link a {
    transition: all .3s;
  }
  #mobile_wrap .mbile_link a:hover {
    background: #ffe100;
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  #wrapper img {
    width: 100%;
    height: auto;
  }

  #main_wrap .main_cont img {
    width: 100%;
  }

  .inner_cont {
    padding: 35px 3% 30px;
  }

  .title_bg {
    background-size: 255px auto;
  }

  .other_cont {
    padding: 0 3% 20px;
  }

  .detail_btn {
    margin: 25px auto 0;
    max-width: 400px;
  }
  .detail_btn li {
    width: 47%;
  }
  .detail_btn li a {
    padding: 12px 10px;
    font-size: 16px;
  }
  .detail_btn li a::after {
    right: 6px;
    width: 8px;
    height: 12px;
  }
  .detail_btn li + li {
    margin-left: 3%;
  }
  .detail_btn.single {
    max-width: 300px;
  }
  .detail_btn.single li {
    width: 60%;
  }

  #page-top {
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }

  /*-----------------------------
  	 #view_wrap
  ------------------------------*/
  #view_wrap .view_cont {
    aspect-ratio: 750 / 1210;
  }
  #view_wrap .view_cont::before {
    background-image: url(../../img/main_sp.jpg);
  }
  #view_wrap #top_movie {
    padding-top: 56.25%;
  }
  #view_wrap #top_movie video {
    width: 100%;
    height: auto;
  }

  /*-----------------------------
   #sch_wrap
  ------------------------------*/
  .c_tit {
    font-size: 55px;
  }

  #sch_wrap .inner_cont {
    padding: 15px 2% 30px;
  }
  #sch_wrap .sch_cont .tit {
    font-size: 20px;
    padding: 5px 10px 5px;
    top: -18px;
    clip-path: polygon(6% 0, 94% 0, 100% 100%, 0 100%);
    width: 75%;
    max-width: 300px;
  }
  #sch_wrap .sch_cont .sch_bg {
    padding-top: 45.33%;
    background: url(../../img/tokyo_bg_sp.jpg) no-repeat center top;
    background-size: contain;
  }
  #sch_wrap .sch_cont#sch_kyocera .sch_bg {
    background-image: url(../../img/kyocera_bg_sp.jpg);
  }
  #sch_wrap .sch_cont#sch_koshien .sch_bg {
    background-image: url(../../img/koshien_bg_sp.jpg);
  }
  #sch_wrap .broadcast_sch {
    padding-top: 5px;
  }
  #sch_wrap .broadcast_sch .sch_detail ul {
    margin: 15px auto 0;
    width: 100%;
    max-width: 430px;
    row-gap: 10px;
  }
  #sch_wrap .broadcast_sch .sch_detail ul li {
    font-size: 54px;
    letter-spacing: unset;
  }
  #sch_wrap .broadcast_sch .sch_detail ul li .week_time {
    margin-top: 8px;
    column-gap: 2px;
  }
  #sch_wrap .broadcast_sch .sch_detail ul li .slash {
    font-size: 38px;
    padding: 0 3px;
  }
  #sch_wrap .broadcast_sch .sch_detail ul li .week {
    font-size: 23px;
  }
  #sch_wrap .broadcast_sch .sch_detail ul li .time {
    font-size: 27px;
  }
  #sch_wrap .broadcast_sch .sch_detail ul li .soldout {
    width: 85%;
    max-width: 110px;
    font-size: 16px;
  }

  /*-----------------------------
   #event_wrap
  ------------------------------*/
  #event_wrap #event_cont {
    font-size: 14px;
  }
  #event_wrap #event_cont small {
    font-size: 12px;
  }
  #event_wrap #event_cont .sub_title {
    font-size: 26px;
  }
  #event_wrap #event_cont .stadium_name {
    font-size: 18px;
  }
  #event_wrap #event_cont .label::before {
    width: 30px;
    height: 30px;
  }
  #event_wrap #event_cont .ceremony_block,
  #event_wrap #event_cont .detail_box {
    padding: 15px 10px 20px;
  }
  #event_wrap #event_cont .ceremony_comment {
    flex-direction: column;
    gap: 10px;
  }
  #event_wrap #event_cont .ceremony_comment .ceremony_text,
  #event_wrap #event_cont .ceremony_comment .ceremony_img {
    flex: none;
    width: 100%;
  }
  #event_wrap #event_cont #champion_uniform {
    padding-top: 30px;
  }
  #event_wrap #event_cont #champion_uniform .sub_txt,
  #event_wrap #event_cont #champion_uniform .img_box {
    margin-top: 20px;
  }
  #event_wrap #event_cont #ceremony {
    padding-top: 35px;
  }
  #event_wrap #event_cont #ceremony .list_txt + .list_txt {
    margin-top: 20px;
  }
  #event_wrap #event_cont #ceremony .ceremony_block {
    margin-top: 25px;
  }
  #event_wrap #event_cont #ceremony .ceremony_block .img_box {
    margin-top: 10px;
  }
  #event_wrap #event_cont #ceremony .stadium_name {
    margin-bottom: 15px;
  }
  #event_wrap #event_cont #presents {
    padding-top: 45px;
  }
  #event_wrap #event_cont #presents .present_block {
    margin-top: 20px;
    gap: 10px;
  }
  #event_wrap #event_cont #presents .present_block .detail_box {
    flex-basis: 100%;
  }
  #event_wrap #event_cont #presents .detail_box dd {
    padding-top: 10px;
  }
  #event_wrap #event_cont #presents .stadium_name {
    margin-bottom: 15px;
  }

  /*-----------------------------
   #movie_wrap
  ------------------------------*/
  #movie_wrap #movie_cont .movie_detail {
    padding-top: 30px;
  }
  #movie_wrap #movie_cont .yt_cont {
    width: 100%;
  }
  #movie_wrap #movie_cont .yt_list {
    margin: 0 auto;
  }
  #movie_wrap #movie_cont .yt_list .yt_block {
    width: 49%;
  }
  #movie_wrap #movie_cont .yt_list .yt_block dt::before, #movie_wrap #movie_cont .yt_list .yt_block div::before {
    width: 40px;
    height: 29px;
    background-image: url(../../img/yt_btn.png);
  }
  #movie_wrap #movie_cont .yt_list .yt_block dd {
    padding-top: 5px;
    font-size: 13px;
  }
  #movie_wrap #movie_cont .yt_list .yt_block:nth-child(2n) {
    margin-left: 2%;
  }
  #movie_wrap #movie_cont .yt_list .yt_block:nth-child(n+3) {
    margin-top: 15px;
  }
  #movie_wrap .toratele_bnr {
    margin: 25px auto 0;
    width: 90%;
    max-width: 400px;
  }

  /*-----------------------------
   #goods_wrap
  ------------------------------*/
  #goods_wrap .goods_list {
    margin-top: 30px;
  }
  #goods_wrap .goods_list dl {
    width: 49%;
  }
  #goods_wrap .goods_list dl:nth-child(2n) {
    margin-left: 2%;
  }
  #goods_wrap .goods_list dl:nth-child(n+3) {
    margin-top: 15px;
  }
  #goods_wrap .goods_list dd {
    font-size: 13px;
  }
  #goods_wrap .tshop_link {
    margin: 25px auto 0;
    width: 90%;
    max-width: 400px;
  }

  /*-----------------------------
   #mobile_wrap
  ------------------------------*/
  #mobile_wrap .sub_txt {
    font-size: 14px;
    margin-top: 30px;
  }
  #mobile_wrap .mobile_list {
    margin-top: 30px;
  }
  #mobile_wrap .mobile_list dl {
    width: 49%;
  }
  #mobile_wrap .mobile_list dl:nth-child(2n) {
    margin-left: 2%;
  }
  #mobile_wrap .mobile_list dl:nth-child(n+3) {
    margin-top: 15px;
  }
  #mobile_wrap .mobile_list dd {
    font-size: 12px;
  }
  #mobile_wrap .mobile_list dd h4 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  #mobile_wrap .mbile_link {
    width: 90%;
    max-width: 380px;
    margin: 25px auto 0;
  }
  #mobile_wrap .mbile_link a {
    padding: 13px 10px;
    font-size: 15px;
  }
  #mobile_wrap .mbile_link a::after {
    right: 6px;
    width: 8px;
    height: 12px;
  }

  /*-----------------------------
   #footer_wrap
  ------------------------------*/
  #footer_wrap #footer {
    padding: 20px 5%;
  }
  #footer_wrap .copy {
    padding-top: 15px;
    font-size: 12px;
  }
}

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