@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@font-face {
  font-family: DINNLTP-B;
  src: url(../fonts/DINNLTP-B.otf);
}

@font-face {
  font-family: DINNLTP-B;
  src: url(../fonts/DINNLTP-B.woff);
}

@font-face {
  font-family: DINNLTP-B;
  src: url(../fonts/DINNLTP-B.woff2);
}

@font-face {
  font-family: DINNLTP-B-NUM;
  src: url(../fonts/DINNLTP-B.woff2);
  unicode-range: U+0030-0039;
}

/* mixinの定義 */
#load-area {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFE422;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  margin-left: -230px;
  margin-top: -50px;
  display: block;
  width: 500px;
}

.loader {
  position: relative;
  display: block;
  width: 100%;
  height: 10px;
  margin-top: 38px;
}

/* ooo, css circles*/
.circle {
  display: inline-block;
  position: relative;
  /* key up the animations! */
  -webkit-animation: dotloader 2.5s infinite;
  -moz-animation: dotloader 2.5s infinite;
  -ms-animation: dotloader 2.5s infinite;
  -o-animation: dotloader 2.5s infinite;
  animation: dotloader 2.5s infinite;
}

.circle + .circle {
  margin-left: -25px;
  /* staggered effect cause by delay property */
  -webkit-animation: dotloader 2.5s 0.2s infinite;
  -moz-animation: dotloader 2.5s 0.2s infinite;
  -ms-animation: dotloader 2.5s 0.2s infinite;
  -o-animation: dotloader 2.5s 0.2s infinite;
  animation: dotloader 2.5s 0.2s infinite;
}

.circle + .circle + .circle {
  margin-left: -25px;
  -webkit-animation: dotloader 2.5s 0.4s infinite;
  -moz-animation: dotloader 2.5s 0.4s infinite;
  -ms-animation: dotloader 2.5s 0.4s infinite;
  -o-animation: dotloader 2.5s 0.4s infinite;
  animation: dotloader 2.5s 0.4s infinite;
}

.circle + .circle + .circle + .circle {
  margin-left: -25px;
  -webkit-animation: dotloader 2.5s 0.6s infinite;
  -moz-animation: dotloader 2.5s 0.6s infinite;
  -ms-animation: dotloader 2.5s 0.6s infinite;
  -o-animation: dotloader 2.5s 0.6s infinite;
  animation: dotloader 2.5s 0.6s infinite;
}

/* here be the animations matey! */
@keyframes "dotloader" {
  0%, 20% {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 0, 0, 0);
  }
  30%, 70% {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  80%, 100% {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 0, 0, 0);
  }
}

@-moz-keyframes dotloader {
  0%, 20% {
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 0, 0, 0);
  }
  30%, 70% {
    width: 8px;
    height: 8px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  80%, 100% {
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes "dotloader" {
  0%, 20% {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 0, 0, 0);
  }
  30%, 70% {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  80%, 100% {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 0, 0, 0);
  }
}

@-ms-keyframes "dotloader" {
  0%, 20% {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 0, 0, 0);
  }
  30%, 70% {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  80%, 100% {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 0, 0, 0);
  }
}

@-o-keyframes "dotloader" {
  0%, 20% {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 0%;
    background-color: rgba(0, 0, 0, 0);
  }
  30%, 70% {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  80%, 100% {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 100%;
    background-color: rgba(0, 0, 0, 0);
  }
}

.allloaded {
  opacity: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  overflow-x: hidden;
  background-size: 50%;
  min-height: 100vh;
  z-index: 0;
  position: relative;
}

body a {
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #006666;
  transition: all .4s;
}

body a:hover, body a:active, body a:focus {
  color: black;
}

body.fadeout:after {
  opacity: 1;
}

header {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 64px;
  border-bottom: 4px solid #000;
  background: #FFF;
  display: flex;
  /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  header {
    width: 100%;
    height: auto;
    margin: 0;
  }
}

header h1 {
  width: 215px;
  height: 50px;
  margin: 5px 10px;
  position: relative;
  z-index: 3;
}

header h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/logo.svg") no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

header #hamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  header #hamburger {
    position: fixed;
    display: inline-block;
    width: 50px;
    height: 50px;
    top: 14px;
    right: 6px;
    background: transparent;
    cursor: pointer;
    z-index: 4;
  }
  header #hamburger span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease-out;
  }
  header #hamburger span:nth-of-type(1) {
    top: 10px;
    width: 26px;
    height: 3px;
    background: #000;
    border-radius: 1.5px;
  }
  header #hamburger span:nth-of-type(2) {
    top: 17px;
    width: 26px;
    height: 3px;
    background: #000;
    border-radius: 1.5px;
  }
  header #hamburger span:nth-of-type(3) {
    top: 24px;
    width: 26px;
    height: 3px;
    background: #000;
    border-radius: 1.5px;
  }
  header #hamburger span:nth-of-type(4) {
    top: 32px;
    font-size: 9px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: ten-mincho,sans-serif;
  }
  header #hamburger.active span:nth-of-type(1) {
    top: 18px;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  header #hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header #hamburger.active span:nth-of-type(3) {
    top: 18px;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  header #hamburger.active + nav.global {
    left: 0;
    top: 0;
    z-index: 2;
    transform: translateY(0);
  }
  header #hamburger.active + nav.global li {
    transform: none;
    opacity: 1;
  }
}

header nav {
  width: 630px;
}

header nav ul {
  width: 100%;
  height: 100%;
  display: flex;
  /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

header nav ul li {
  font-family: dnp-shuei-mgothic-std,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  header nav ul li {
    width: 100%;
    padding: 10px 50px;
  }
}

header nav ul li a {
  color: #000;
}

@media screen and (max-width: 768px) {
  header nav {
    width: 100%;
    height: 100%;
    -ms-flex-line-pack: center;
    align-content: center;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: .3s all;
    background: rgba(255, 255, 255, 0.9);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 2;
  }
}

header .ico_twitter {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  display: block;
  position: relative;
}

@media screen and (max-width: 768px) {
  header .ico_twitter {
    margin: 5px 60px 0 0;
  }
}

header .ico_twitter span {
  display: none;
}

header .ico_twitter:after {
  position: absolute;
  font-family: icomoon;
  content: '\e90c';
  font-size: 30px;
  display: block;
  color: #1DA0F1;
  width: 30px;
  height: 30px;
}

section h2 {
  font-family: dnp-shuei-mgothic-std,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.6rem;
  letter-spacing: .3rem;
  text-align: center;
  -webkit-text-stroke: 2px #000;
  text-stroke: 2px #000;
  position: relative;
}

section h2:after {
  color: #000;
  font-size: 3.6rem;
  letter-spacing: .3rem;
  text-align: center;
  -webkit-text-stroke: 2px #000;
  text-stroke: 2px #000;
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
}

section h3, section h4, section h5 {
  font-family: dnp-shuei-mgothic-std,sans-serif;
  font-weight: 600;
  font-style: normal;
}

section p {
  font-size: 1.5rem;
  line-height: 2.6rem;
  font-family: dnp-shuei-mgothic-std,sans-serif;
  font-weight: 400;
  font-style: normal;
}

section a.button {
  display: block;
  width: 440px/*360px*/;
  height: 60px;
  border-radius: 30px;
  border: 4px;
  font-size: 1.7rem;
  line-height: 54px;
  text-align: center;
  font-family: dnp-shuei-mgothic-std,sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  background: #FFE422;
  border: 3px solid #000;
  margin: 30px auto 10px;
  color: #000;
}

@media screen and (max-width: 768px) {
  section a.button {
    width: 100%;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 380px) {
  section a.button {
    width: 100%;
    font-size: 1.4rem;
  }
}

section a.button:after {
  content: '';
  width: 440px;/*360px*/
  height: 60px;
  background: #000;
  display: block;
  border-radius: 30px;
  position: absolute;
  top: 2px;
  left: -3px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  section a.button:after {
    width: 100%;
    border: 3px solid #000;
    top: -1px;
  }
}

section span.button {
  display: block;
  width: 440px;/*360px*/
  height: 60px;
  border-radius: 30px;
  border: 4px;
  font-size: 1.7rem;
  line-height: 54px;
  text-align: center;
  font-family: dnp-shuei-mgothic-std,sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  background: #E3E3E3;
  border: 3px solid #000;
  margin: 30px auto 10px;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  section span.button {
    width: 100%;
    font-size: 1.5rem;
  }
}

section span.button:after {
  content: '';
  width: 440px;/*360px*/
  height: 60px;
  background: #000;
  display: block;
  border-radius: 30px;
  position: absolute;
  top: 2px;
  left: -3px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  section span.button:after {
    width: 100%;
    border: 3px solid #000;
    top: -1px;
  }
}

section div.btn_btxt {
  font-size: 1.5rem;
  line-height: 2.6rem;
  font-family: dnp-shuei-mgothic-std,sans-serif;
  font-weight: 600;
  text-align: center;
}

section strong {
  font-size: 1.1em;
}

section strong.line-blue span {
  background: linear-gradient(transparent 60%, #1DA0F1 60%);
}

section strong.line-yellow span {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

section strong.line-pink span {
  background: linear-gradient(transparent 60%, #ff7cc9 60%);
}

section strong.red {
  color: #FF2E9C;
}

section strong.blue {
  color: #1DA0F1;
}

section strong.gold {
  color: #C4B172;
}

section strong.double-line {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1em 0;
}

section strong.double-line-blue {
  border-top: 1px solid #1DA0F1;
  border-bottom: 1px solid #1DA0F1;
  padding: 1em 0;
  color: #1DA0F1;
}

section strong.double-line-gold {
  border-top: 1px solid #C4B172;
  border-bottom: 1px solid #C4B172;
  padding: 1em 0;
  color: #C4B172;
}

section strong.fukidashi {
  background: #EDEDED;
  padding: 1em;
  border-radius: 40px;
  position: relative;
}

section strong.fukidashi:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 30px;
  bottom: -20px;
  border-right: 15px solid #EDEDED;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  transform: rotate(130deg);
}

section strong.fukidashi-blue {
  background: #1DA0F1;
  padding: 1em;
  border-radius: 40px;
  position: relative;
  color: #FFF;
}

section strong.fukidashi-blue:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 30px;
  bottom: -20px;
  border-right: 15px solid #1DA0F1;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  transform: rotate(130deg);
}

section strong.fukidashi-gold {
  background: #C4B172;
  padding: 1em;
  border-radius: 40px;
  position: relative;
  color: #FFF;
}

section strong.fukidashi-gold:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 30px;
  bottom: -20px;
  border-right: 15px solid #C4B172;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  transform: rotate(130deg);
}

section#first {
  width: 100%;
  min-height: 680px;/*580*/
  position: relative;
  padding: 130px 0 60px;
  background-image: url("../images/bg_dot_top.png"), url("../images/bg_dot_bottom.png");
  background-repeat: repeat-x, repeat-x;
  background-size: 24px auto, 24px auto;
  background-position: top, bottom;
}

@media screen and (max-width: 768px) {
  section#first {
    padding: 80px 0 40px;
    height: 100vh;
  }
}

section#first .box {
  width: 1100px;
  height: 580px;
  margin: 0 auto;
  border-radius: 20px;
  background: #FFF;
  border: 4px solid #000;
  position: relative;
}

section#first .box article {
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 17px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

section#first .box:after {
  content: '';
  width: calc(100% - 60px);
  height: 30px;
  margin: 0 auto;
  position: absolute;
  background: #000;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

section#first .box:before {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -22px;
  left: 0;
  background-image: url("../images/box_shadow_lr.svg"), url("../images/box_shadow_lr.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 90px 30px, 90px 30px;
  background-position: left bottom,right bottom;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  section#first .box {
    width: calc(100% - 20px);
    height: 100%;
  }
}

section#first .box article {
  display: flex;
  /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  padding: 20px 0 0;
}

@media screen and (max-width: 768px) {
  section#first .box article {
    padding: 6px 0 0;
  }
}

section#first .box .info {
  width: calc(100% - 760px);
  order: 2;
}

@media screen and (max-width: 768px) {
  section#first .box .info {
    width: calc(100% - 40px);
    height: 35%/*50%*/;
    margin: 0 20px;
    order: 1;
  }
}

section#first .box .info h1 {
  width: 100%;
  height: 335px;
  text-indent: -9999px;
  background: url("../images/logo_circle.svg") no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  section#first .box .info h1 {
    height: 270px;
    height: 70%;
  }
}

section#first .box .info p {
  width: 100%;
  height: 40px/*85px*/;
  text-indent: -9999px;
  background: url("../images/broadcast-date2404.svg") no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  section#first .box .info p {
    /*height: 65px;*/
    height: 30%;
  }
}

section#first .box .hirako_bgcut {
  width: 380px;
  height: 380px;
  order: 1;
  overflow: hidden;
}

section#first .box .hirako_bgcut img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  section#first .box .hirako_bgcut {
    width: 50%;
    height: 200px;
    height: 30%;
    order: 2;
  }
}

section#first .box .sakai_bgcut {
  width: 380px;
  height: 380px;
  order: 3;
  overflow: hidden;
}

section#first .box .sakai_bgcut img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  section#first .box .sakai_bgcut {
    width: 50%;
    height: 200px;
    height: 30%;
    order: 3;
  }
}

section#first .box .maeoki {
  width: 100%;
  height: calc(20% - 20px);
  margin: 0 0 20px;
  order: 4;
}

section#first .box .maeoki article {
  width: 660px;
  background: #EDEDED;
  border-radius: 10px;
  border: 4px solid #000;
  margin: 0 auto;
  padding: 0;
  display: flex;
  /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible;
}

@media screen and (max-width: 768px) {
  section#first .box .maeoki article {
    width: calc(100% - 36px);
    display: block;
  }
}

section#first .box .maeoki article .chokuzen {
  position: absolute;
  width: 180px;
  height: 50px;
  left: -50px;
  top: -25px;
  text-indent: -9999px;
  background: url("../images/chokuzen2303.svg") no-repeat;
}

@media screen and (max-width: 768px) {
  section#first .box .maeoki article .chokuzen {
    left: 50%;
    transform: translateX(-50%) rotate(8deg);
  }
}

section#first .box .maeoki article h3 {
  width: 270px;
  height: 65px;
  margin: 0 10px;
  display: block;
  text-indent: -9999px;
  background: url("../images/logo_maeoki.svg") no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  section#first .box .maeoki article h3 {
    margin: 10px auto 0;
    height: 50%;
  }
}

section#first .box .maeoki article .onair {
  width: 300px;
  height: 35px;
  text-indent: -9999px;
  background: url("../images/broadcast-date-maeoki2303.svg") no-repeat center;
  background-size: contain;
  margin: 15px 10px 0 10px;
}

@media screen and (max-width: 768px) {
  section#first .box .maeoki article .onair {
    margin: 0 auto;
    height: 30%;
  }
}

section#about-cast-wrap {
  display: flex;
  /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url("../images/bg_slit_top.png"), linear-gradient(180deg, #FFE422 0%, #FFE422 90%, #FFF 90%, #FFF 100%);
  background-repeat: repeat-x, no-repeat;
  background-position: bottom;
  background-size: 1px 90px, auto;
  position: relative;
  z-index: -1;
  margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
  section#about-cast-wrap {
    margin: 0 0 50px;
  }
}

section#about-cast-wrap main {
  width: 740px;
  margin-right: 60px;
}

@media screen and (max-width: 768px) {
  section#about-cast-wrap main {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}

section#about-cast-wrap aside {
  width: 300px;
}

@media screen and (max-width: 768px) {
  section#about-cast-wrap aside {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}

section#about-cast-wrap aside .box {
  border-radius: 20px;
  background: #FFF;
  border: 4px solid #000;
  position: relative;
  padding: 30px 0 0;
}

section#about-cast-wrap aside .box article {
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 17px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

section#about-cast-wrap aside .box:after {
  content: '';
  width: calc(100% - 60px);
  height: 30px;
  margin: 0 auto;
  position: absolute;
  background: #000;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

section#about-cast-wrap aside .box:before {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -22px;
  left: 0;
  background-image: url("../images/box_shadow_lr.svg"), url("../images/box_shadow_lr.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 90px 30px, 90px 30px;
  background-position: left bottom,right bottom;
  z-index: 1;
}

section#about-cast-wrap aside .box article h2 {
  color: #1DA0F1;
  margin: 0 0 20px;
}

/*
section#about-cast-wrap aside .box article h2:after {
  content: 'X(旧Twitter)';
}
*/

section#about-cast-wrap #about {
  margin: 0 0 60px;
  border-radius: 20px;
  background: #FFF;
  border: 4px solid #000;
  position: relative;
}

section#about-cast-wrap #about article {
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 17px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

section#about-cast-wrap #about:after {
  content: '';
  width: calc(100% - 60px);
  height: 30px;
  margin: 0 auto;
  position: absolute;
  background: #000;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

section#about-cast-wrap #about:before {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -22px;
  left: 0;
  background-image: url("../images/box_shadow_lr.svg"), url("../images/box_shadow_lr.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 90px 30px, 90px 30px;
  background-position: left bottom,right bottom;
  z-index: 1;
}

section#about-cast-wrap #about article {
  padding: 30px 60px;
}

section#about-cast-wrap #about article:before, section#about-cast-wrap #about article:after {
  position: absolute;
  height: 40px;
  width: 275px;
  display: block;
  content: '';
  top: 30px;
}

section#about-cast-wrap #about article:before {
  background: url("../images/h2-hand-l.svg") no-repeat;
  background-position: right;
  background-size: auto 100%;
  left: 0;
  transform: translateX(-200px);
}

section#about-cast-wrap #about article:after {
  background: url("../images/h2-hand-r.svg") no-repeat;
  background-position: left;
  background-size: auto 100%;
  right: 0;
  transform: translateX(200px);
}

@media screen and (max-width: 768px) {
  section#about-cast-wrap #about article {
    padding: 20px;
  }
}

section#about-cast-wrap #about h2 {
  color: #FFE422;
  position: relative;
  margin-bottom: 30px;
}

section#about-cast-wrap #about h2:after {
  content: '番組案内';
}

section#about-cast-wrap #cast h2 {
  color: #E883AF;
  position: relative;
  margin-bottom: 30px;
}

section#about-cast-wrap #cast h2:after {
  content: '出演者';
}

section#about-cast-wrap #cast .cast-wrap {
  display: flex;
  /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section#about-cast-wrap #cast .cast-wrap .box {
  width: 360px;
  border-radius: 20px;
  background: #FFF;
  border: 4px solid #000;
  position: relative;
}

section#about-cast-wrap #cast .cast-wrap .box article {
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 17px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

section#about-cast-wrap #cast .cast-wrap .box:after {
  content: '';
  width: calc(100% - 60px);
  height: 30px;
  margin: 0 auto;
  position: absolute;
  background: #000;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

section#about-cast-wrap #cast .cast-wrap .box:before {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -22px;
  left: 0;
  background-image: url("../images/box_shadow_lr.svg"), url("../images/box_shadow_lr.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 90px 30px, 90px 30px;
  background-position: left bottom,right bottom;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  section#about-cast-wrap #cast .cast-wrap .box {
    width: 100%;
    margin-bottom: 40px;
  }
}

section#about-cast-wrap #cast .cast-wrap .box article {
  padding: 30px 25px;
}

section#about-cast-wrap #cast .cast-wrap .box h3 {
  font-size: 3rem;
  margin: 20px 0;
  text-align: center;
}

section#about-cast-wrap #cast .cast-wrap .box figure {
  width: 310px;
  height: 210px;
  border-bottom: 1px solid #000;
}

section#about-cast-wrap #cast .cast-wrap .box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section#request {
  margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
  section#request {
    margin: 0 0 40px;
  }
}

section#request .box {
  width: 1100px;
  margin: 0 auto;
  border-radius: 20px;
  background: #FFF;
  border: 4px solid #000;
  position: relative;
}

section#request .box article {
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 17px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

section#request .box:after {
  content: '';
  width: calc(100% - 60px);
  height: 30px;
  margin: 0 auto;
  position: absolute;
  background: #000;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

section#request .box:before {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -22px;
  left: 0;
  background-image: url("../images/box_shadow_lr.svg"), url("../images/box_shadow_lr.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 90px 30px, 90px 30px;
  background-position: left bottom,right bottom;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  section#request .box {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}

section#request .box article {
  padding: 30px 60px;
}

section#request .box article:before, section#request .box article:after {
  position: absolute;
  height: 40px;
  width: 275px;
  display: block;
  content: '';
  top: 30px;
}

section#request .box article:before {
  background: url("../images/h2-hand-l.svg") no-repeat;
  background-position: right;
  background-size: auto 100%;
  left: 0;
  transform: translateX(-200px);
}

section#request .box article:after {
  background: url("../images/h2-hand-r.svg") no-repeat;
  background-position: left;
  background-size: auto 100%;
  right: 0;
  transform: translateX(200px);
}

@media screen and (max-width: 768px) {
  section#request .box article {
    padding: 30px 20px 180px;
  }
}

section#request .box h2 {
  color: #FFE422;
  margin: 0 0 30px;
}

section#request .box h2:after {
  content: 'ご依頼募集';
}

section#request .box p {
  text-align: center;
}

section#request .hirako_onegai {
  position: absolute;
  left: -20px;
  bottom: -40px;
  width: 200px;
}

section#request .sakai_onegai {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 200px;
}

section#movie {
  display: flex;
  /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url("../images/bg_slit_bottom.png"), linear-gradient(0deg, #FFE422 0%, #FFE422 85%, #FFF 85%, #FFF 100%);
  background-repeat: repeat-x, no-repeat;
  background-position: top;
  background-size: 1px 90px, auto;
  padding: 0 0 60px;
}

section#movie .box {
  /*width: 520px; 2column*/
	width: 1100px;
  height: 500px;
  border-radius: 20px;
  background: #FFF;
  border: 4px solid #000;
  position: relative;
}

section#movie .box article {
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 17px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

section#movie .box:after {
  content: '';
  width: calc(100% - 60px);
  height: 30px;
  margin: 0 auto;
  position: absolute;
  background: #000;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

section#movie .box:before {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -22px;
  left: 0;
  background-image: url("../images/box_shadow_lr.svg"), url("../images/box_shadow_lr.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 90px 30px, 90px 30px;
  background-position: left bottom,right bottom;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  section#movie .box {
    width: calc(100% - 20px);
    margin: 0 auto;
    height: auto;
  }
}

section#movie .box article {
  padding: 26px;
  position: relative;
}

section#movie .box article:before, section#movie .box article:after {
  position: absolute;
  height: 40px;
  width: 275px;
  display: block;
  content: '';
  top: 30px;
}

section#movie .box article:before {
  background: url("../images/h2-hand-l.svg") no-repeat;
  background-position: right;
  background-size: auto 100%;
  left: 0;
  transform: translateX(-200px);
}

section#movie .box article:after {
  background: url("../images/h2-hand-r.svg") no-repeat;
  background-position: left;
  background-size: auto 100%;
  right: 0;
  transform: translateX(200px);
}

section#movie .box .mov-cnt {
  background: #000;
  width: 460px;
  height: 280px;
  position: absolute;
  bottom: 26px;
	left:320px;/* 230403 Add */
	}

@media screen and (max-width: 768px) {
  section#movie .box .mov-cnt {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    position: static;
  }
}

section#movie .box .mov-cnt iframe {
  width: 100%;
  height: 100%;
}

section#movie #notice {
  margin: 0 60px 0 0;
}

@media screen and (max-width: 768px) {
  section#movie #notice {
    margin: 0 auto 30px;
  }
}

section#movie #notice h2 {
  color: #79C0AB;
  margin-bottom: 30px;
}

section#movie #notice h2:after {
  content: '次回予告';
}

section#movie #notice p {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 20px;
}

section#movie #maeoki h2 {
  text-indent: -9999px;
  width: 350px;
  height: 82px;
  background: url("../images/logo_maeoki.svg") no-repeat;
  margin: -20px auto 20px;
}

@media screen and (max-width: 768px) {
  section#movie #maeoki h2 {
    width: 100%;
  }
}

section#movie #maeoki p {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  section#movie #maeoki p br {
    display: none;
  }
}

a.id_target{
    display: block;
    padding-top: 60px;
    margin-top: -60px;
}
@media screen and (max-width: 768px) {
  .id_target {
    margin: 0;
    padding: 0;
  }
}

section#present {
  background: #FFE422;
  padding: 0 0 60px;
}

section#present .box {
  width: 1100px;
  margin: 0 auto;
  border-radius: 20px;
  background: #FFF;
  border: 4px solid #000;
  position: relative;
}

section#present .box article {
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 17px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

section#present .box:after {
  content: '';
  width: calc(100% - 60px);
  height: 30px;
  margin: 0 auto;
  position: absolute;
  background: #000;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

section#present .box:before {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -22px;
  left: 0;
  background-image: url("../images/box_shadow_lr.svg"), url("../images/box_shadow_lr.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 90px 30px, 90px 30px;
  background-position: left bottom,right bottom;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  section#present .box {
    width: calc(100% - 20px);
  }
}

section#present .box article {
  padding: 30px;
}

section#present .box article:before, section#present .box article:after {
  position: absolute;
  height: 40px;
  width: 275px;
  display: block;
  content: '';
  top: 30px;
}

section#present .box article:before {
  background: url("../images/h2-hand-l.svg") no-repeat;
  background-position: right;
  background-size: auto 100%;
  left: 0;
  transform: translateX(-200px);
}

section#present .box article:after {
  background: url("../images/h2-hand-r.svg") no-repeat;
  background-position: left;
  background-size: auto 100%;
  right: 0;
  transform: translateX(200px);
}

@media screen and (max-width: 768px) {
  section#present .box article {
    padding: 30px 20px;
  }
}

section#present .box h2 {
  margin: 0 0 30px;
  color: #FFE422;
}

@media screen and (max-width: 768px) {
  section#present .box h2 {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
}

section#present .box h2:after {
  content: 'プレゼント応募';
}

@media screen and (max-width: 768px) {
  section#present .box h2:after {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
}

section#present .box figure {
  display: flex;
  /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  section#present .box figure {
    width: 100%;
  }
}

section#present .box figure .thumb {
  width: 36%;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  section#present .box figure .thumb {
    width: 90%;
    padding: 10px;
  }
}

section#present .box figure .thumb img {
  width: 100%;
}

section#present .box figure figcaption {
  width: 64%;
  padding: 20px;
  font-size: 1.5rem;
  line-height: 2.6rem;
  font-family: dnp-shuei-mgothic-std,sans-serif;
  font-weight: 600;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
  section#present .box figure figcaption {
    width: 100%;
    padding: 10px;
  }
}

section#present .box figure .right_img {
	width:100%;
	max-width: 500px;
	display: flex;
	/* Safari */
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	section#present .box figure .right_img {
		width:100%;
		max-width: 500px;
		margin-top: 1em;
 	}
}


section#broadcast {
  background-image: url("../images/bg_dot_top.png");
  background-repeat: repeat-x;
  background-size: 24px auto;
  background-position: top;
}

section#broadcast .box {
  width: 1100px;
  margin: 0 auto;
  border-radius: 20px;
  background: #FFF;
  border: 4px solid #000;
  position: relative;
}

section#broadcast .box article {
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 17px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

section#broadcast .box:after {
  content: '';
  width: calc(100% - 60px);
  height: 30px;
  margin: 0 auto;
  position: absolute;
  background: #000;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

section#broadcast .box:before {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -22px;
  left: 0;
  background-image: url("../images/box_shadow_lr.svg"), url("../images/box_shadow_lr.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 90px 30px, 90px 30px;
  background-position: left bottom,right bottom;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  section#broadcast .box {
    width: calc(100% - 20px);
  }
}

section#broadcast .box article {
  padding: 30px;
}

section#broadcast .box article:before, section#broadcast .box article:after {
  position: absolute;
  height: 40px;
  width: 275px;
  display: block;
  content: '';
  top: 30px;
}

section#broadcast .box article:before {
  background: url("../images/h2-hand-l.svg") no-repeat;
  background-position: right;
  background-size: auto 100%;
  left: 0;
  transform: translateX(-200px);
}

section#broadcast .box article:after {
  background: url("../images/h2-hand-r.svg") no-repeat;
  background-position: left;
  background-size: auto 100%;
  right: 0;
  transform: translateX(200px);
}

@media screen and (max-width: 768px) {
  section#broadcast .box article {
    padding: 30px 10px;
  }
}

section#broadcast .box h2 {
  margin: 0 0 30px;
  color: #FF2E9C;
}

section#broadcast .box h2:after {
  content: '放送情報';
}

section#broadcast .box dl {
  width: 620px;
  margin: 0 auto;
  font-size: 1.6rem;
  display: flex;
  /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  font-family: dnp-shuei-mgothic-std,sans-serif;
  font-weight: 600;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  section#broadcast .box dl {
    width: 100%;
    font-size: 1.3rem;
  }
}

section#broadcast .box dl dt {
  /*width: 25%;*/
  width: 35%;
  text-align: right;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  section#broadcast .box dl dt {
    width: 35%;
    padding: 5px;
  }
}

section#broadcast .box dl dd:nth-child(2) {
  /*width: 40%;*/
  padding: 10px;
  /*width: 75%;*/
  width: 65%;
}

@media screen and (max-width: 768px) {
  section#broadcast .box dl dd:nth-child(2) {
    width: 65%;
    padding: 5px;
  }
}

section#broadcast .box dl dd:nth-child(3) {
  width: 35%;
  padding: 10px;
  display: none;
}

@media screen and (max-width: 768px) {
  section#broadcast .box dl dd:nth-child(3) {
    width: 65%;
    padding: 5px 5px 15px 5px;
    margin-left: 35%;
  }
}


/* 2022/9/27 Add：物販情報
------------------------------------- */
section#sales {
  background: #FFE422;
  padding: 0 0 60px;
	}
section#sales .box {
  width: 1100px;
  margin: 0 auto;
  border-radius: 20px;
  background: #FFF;
  border: 4px solid #000;
  position: relative;
	}
section#sales .box article {
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 17px;
  position: relative;
  z-index: 2;
  overflow: hidden;
	}
section#sales .box:after {
  content: '';
  width: calc(100% - 60px);
  height: 30px;
  margin: 0 auto;
  position: absolute;
  background: #000;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
	}
section#sales .box:before {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -22px;
  left: 0;
  background-image: url("../images/box_shadow_lr.svg"), url("../images/box_shadow_lr.svg");
  background-repeat: no-repeat, no-repeat;
  background-size: 90px 30px, 90px 30px;
  background-position: left bottom,right bottom;
  z-index: 1;
	}
@media screen and (max-width: 768px) {
  section#sales .box {width: calc(100% - 20px);}
}
section#sales .box article {padding: 30px;}
section#sales .box article:before, section#sales .box article:after {
  position: absolute;
  height: 40px;
  width: 275px;
  display: block;
  content: '';
  top: 30px;
	}
section#sales .box article:before {
  background: url("../images/h2-hand-l.svg") no-repeat;
  background-position: right;
  background-size: auto 100%;
  left: 0;
  transform: translateX(-200px);
	}
section#sales .box article:after {
  background: url("../images/h2-hand-r.svg") no-repeat;
  background-position: left;
  background-size: auto 100%;
  right: 0;
  transform: translateX(200px);
	}
@media screen and (max-width: 768px) {
  section#sales .box article {padding: 30px 20px;}
}

section#sales .box h2 {
  margin: 0 0 30px;
  color: #FFE422;
	}
@media screen and (max-width: 768px) {
  section#sales .box h2 {
    font-size: 2.8rem;
    letter-spacing: 0;
		}
}
section#sales .box h2:after {content: '販売決定！！';}
@media screen and (max-width: 768px) {
  section#sales .box h2:after {
    font-size: 2.8rem;
    letter-spacing: 0;
		}
}

.sales_point {
	/*background: #FFE422;*/
	border: 3px dotted #FFE422;
	padding: 1em;
	margin-top: 1em;
	border-radius: 14px;
}

.sales_point_ttl {
	background: linear-gradient(transparent 5%,#FFE422 0%);
	/*padding: 5px;*/
	margin: 0 3px 0.4em;
	color: #FF2E9C;
	font-size: 1.1em;
	display: flex;
	justify-content: center;
}

.marker{
	background: linear-gradient(transparent 60%,#FFE422 60%);
}
.marker_p{
	background: linear-gradient(transparent 60%,#ffbdda 60%);
	/*background: linear-gradient(transparent 60%,#FF2E9C 60%);*/
	margin: 3px;
    padding: 1px 5px;
}

.txtbk{
	background: #FFE422;
    margin: 0 3px;
    padding: 0 3px;
}

.ttl_marker{
    background: linear-gradient(transparent 5%,#FF2E9C 0%);
    padding: 0 5px;
    margin: 0 3px;
    color: #fff;
    font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  .ttl_marker {
    /*font-size: 1.4em;*/
	display: flex;
	/*flex-direction: column;*/
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	}
}
.ttl_marker_y{
    background: linear-gradient(transparent 5%,#FFE422 0%);
    padding: 0 5px;
    margin: 0 3px;
    /*color: #fff;*/
    font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  .ttl_marker_y {
    /*font-size: 1.4em;*/
	display: flex;
	/*flex-direction: column;*/
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	}
}

section#sales .box figure {
  display: flex;
  /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1000px;/*Tシャツコラボで変更　変更前：900*/
  margin: 0 auto;
	}
@media screen and (max-width: 1000px) {
  section#sales .box figure {width: 100%;}
}
section#sales .box figure .thumb {
  width: 36%;/*Tシャツコラボで変更　変更前：30*/
  padding: 0 20px;
	}
@media screen and (max-width: 768px) {
  section#sales .box figure .thumb {
    width: 90%;/*Tシャツコラボで変更　変更前：50*/
    padding: 10px;
		}
}
section#sales .box figure .thumb img {width: 100%;}
section#sales .box figure figcaption {
  width: 64%;/*Tシャツコラボで変更　変更前：70*/
  padding: 20px;
  font-size: 1.5rem;
  line-height: 2.6rem;
  font-family: dnp-shuei-mgothic-std,sans-serif;
  font-weight: 600;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
	}
section#sales .box figure figcaption span.point {
  color: #FF2E9C;
	font-size:1.5em;
	}

@media screen and (max-width: 768px) {
  section#sales .box figure figcaption {
    width: 100%;
    padding: 10px;
		}
}
/* ------------------------------------- */

.pc {
  position: relative;
  z-index: 1;
}

.pc img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
    position: relative;
    z-index: 1;
  }
  .sp img {
    width: 100%;
    height: auto;
  }
}

footer {
  width: 100%;
  padding: 60px 0;
}

footer p {
  text-align: center;
  font-size: 1.5rem;
}

.footerImg {
  width: calc(100% - 60px);
  height: auto;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .footerImg {
    display: none;
  }
}

.footerSp {
  display: none;
}

@media screen and (max-width: 768px) {
  .footerSp {
    display: block;
    width: calc(100% - 20px);
    height: auto;
    bottom: 5px;
    left: 10px;
    position: fixed;
    z-index: 2;
  }
}


.fontS{font-size:0.8em;}
.fontM{font-size:1.2em}
.fontMM{font-size:1.3em; line-height:1.6em;}
.fontL{font-size:1.5em;line-height:1.8}
.fontLL{font-size:2em}

.mt0{margin-top:0 !important}
.mt5{margin-top:5px !important}
.mt10{margin-top:10px !important}
.mt1em{margin-top:1em !important}
.mt2em{margin-top:2em !important}

.mb0{margin-bottom:0 !important}
.mb5{margin-bottom:5px !important}
.mb10{margin-bottom:10px !important}
.mb1em{margin-bottom:1em !important}
.mb2em{margin-bottom:2em !important}

.mr0{margin-right:0 !important}
.mr5{margin-right:5px !important}
.mr10{margin-right:10px !important}
.mr1em{margin-right:1em !important}
.mr2em{margin-right:2em !important}

.ml0{margin-left:0 !important}
.ml5{margin-left:5px !important}
.ml10{margin-left:10px !important}
.ml1em{margin-left:1em !important}
.ml2em{margin-left:2em !important}

.mtb0{margin-top:0;margin-bottom:0 !important}
.mrl8{margin-right:8px;margin-left:8px !important}

.fontRed{color:#dc000c!important;}

.txtC{text-align:center!important}
.txtR{text-align:right!important}
.txtL{text-align:left!important}


section#first .box .oatext {
  width: 100%;
  height: calc(20% - 50px);
  /*margin: 0 0 20px;*/
  order: 4;
  font-size: 1.4rem;
  line-height: 2.2rem;
  border-radius: 0;
}

section#first .box .oatext article {
  /*width: 660px;*/
  margin: 0 auto;
  padding: 0;
  justify-content: center;
  -webkit-box-align: center;
  border-radius: 0;
  background:rgba(255,0,0,0);
}

section#first .box .oatext article p {
  font-size: 1.3rem;
  line-height: 2.2rem;
}

@media screen and (max-width: 768px) {
  section#first .box .oatext {
      order: 1;
	  height: calc(20% - 40px);
  }
section#first .box .oatext article {
	width: 90%;
	font-size: 1.2rem;
	line-height: 1.8rem;
  }
}
section#broadcast .box h2.results {
  margin: 0 0 30px;
  color: #FFE422;
}

section#broadcast .box h2.results:after {
  content: '放送実績';
}