@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Artifika&display=swap');
body {
 font-family: "Artifika", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
 letter-spacing: .035em;
 color: #333;
 font-size: 16px;
 line-height: 2;
}
a {
 display: block;
 transition: .5s;
 text-decoration: none;
 color: #111;
}
img {
 display: block;
 width: 100%;
 height: auto;
}
#wrapper {
 position: relative;
 overflow: hidden;
}
section {
 position: relative;
 width: 100%;
 padding: 5% 10%;
}
.secTtl {
 color: #B5000E;
 font-size: 220%;
 line-height: 1;
 white-space: nowrap;
 margin-bottom: 3rem;
 letter-spacing: 0.05em;
 text-align: center;
}
.secTtl em {
 color: #777;
 font-size: 50%;
 display: block;
 margin-top: 0.8em;
 letter-spacing: 0.025em;
}
.totop {
 position: fixed;
 bottom: 20px;
 right: 0;
 z-index: 20;
}
.totop a:after {
 content: "";
 display: block;
 width: 4.1rem;
 height: 4.1rem;
 border: solid 1px #111;
 position: absolute;
 top: -0.1rem;
 left: -0.1rem;
 z-index: -1;
}
.totop a {
 background: url("../images/bg_black.jpg") repeat center center;
 background-size: 200% auto;
 color: #fff;
 width: 4rem;
 height: 4rem;
 text-align: center;
 line-height: 1;
 padding-top: 1.5rem;
 box-sizing: border-box;
 display: block;
}
.totop a:hover {
 background: url("../images/bg.jpg") repeat center center;
 background-size: 200% auto;
 color: #111;
}
header {
 padding: 1.5rem 5%;
 position: relative;
 background: url("../images/bg_white.png") repeat;
 /*border-top: solid 4px #B5000E;*/
}
header:before {
 content: "";
 display: block;
 width: 100%;
 height: 1px;
 background: #111;
 position: absolute;
 bottom: 3px;
 left: 0;
}
header h1 {
 width: 420px;
 line-height: 1;
 color: #777;
 font-size: 14px;
 white-space: nowrap;
}
header h1 img {
 margin-top: 1.2rem;
}
header nav {
 position: absolute;
 top: 50%;
 right: 5%;
 margin-top: -0.5em;
}
header nav ul li {
 display: inline-block;
 margin-left: 2.2rem;
 line-height: 1;
}
header nav ul li a {
 color: #B5000E;
 font-weight: bold;
 font-size: 1.4rem;
 letter-spacing: 0.05em;
}
header nav ul li a em {
 display: block;
 color: #777;
 font-size: 50%;
 text-align: center;
 letter-spacing: 0.1em;
 margin-top: 0.8em;
 font-weight: bold;
 opacity: 0.8;
}
#main {
 border-top: solid 2px #111;
 border-bottom: solid 2px #111;
 position: relative;
 overflow: hidden;
 padding: 0;
}
.about {
 padding: 5% 10% 8%;
 background: #ececec;
 background: url("../images/bg.jpg") repeat;
}
.about + .about {
  padding: 0 10% 8%;
}
.about .inner {
 position: relative;
 margin: 0 auto;
 max-width: 1200px;
}
.about .inner:before {
 content: "";
 display: block;
 width: 18px;
 height: 18px;
 border-right: 2px solid #111;
 border-bottom: 2px solid #111;
 position: absolute;
 top: -7px;
 left: -7px;
 z-index: 1;
}
.about .inner:after {
 content: "";
 display: block;
 width: 18px;
 height: 18px;
 border-left: 2px solid #111;
 border-bottom: 2px solid #111;
 position: absolute;
 top: -7px;
 right: -7px;
 z-index: 1;
}
.about .inner .box {
 padding: 4rem;
 background: url("../images/bg_white.png") repeat;
 position: relative;
 border: solid 1px #111;
}
.about .inner .box:before {
 content: "";
 display: block;
 width: 18px;
 height: 18px;
 border-right: 2px solid #111;
 border-top: 2px solid #111;
 position: absolute;
 bottom: -7px;
 left: -7px;
 z-index: 1;
}
.about .inner .box:after {
 content: "";
 display: block;
 width: 18px;
 height: 18px;
 border-left: 2px solid #111;
 border-top: 2px solid #111;
 position: absolute;
 bottom: -7px;
 right: -7px;
 z-index: 1;
}
.about .inner .lineTop {
 display: block;
 height: 2px;
 width: calc(100% - 22px);
 margin: 0 auto;
 position: absolute;
 background: #111;
 top: -8px;
 left: 0;
 right: 0;
 z-index: 1;
}
.about .inner .lineBottom {
 display: block;
 height: 2px;
 width: calc(100% - 24px);
 margin: 0 auto;
 position: absolute;
 background: #111;
 bottom: -8px;
 left: 0;
 right: 0;
 z-index: 1;
}
.about .inner .lineLeft {
 display: block;
 width: 2px;
 height: calc(100% - 23px);
 position: absolute;
 background: #111;
 top: 11px;
 left: -8px;
 z-index: 1;
}
.about .inner .lineRight {
 display: block;
 width: 2px;
 height: calc(100% - 23px);
 position: absolute;
 background: #111;
 top: 11px;
 right: -8px;
 z-index: 1;
}
.about .inner .box .sub {
 text-align: center;
 line-height: 1;
 margin-bottom: 1.5rem;
 opacity: 0.75;
 font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
.about .inner .box .sub a {
 display: inline;
 color: #C4872A;
}
.about .inner .box .sub a:hover {
 color: #B5000E;
}
.about .inner .box > p {
 font-size: 1.1rem;
 font-weight: bold;
}
.about .inner .box > p strong {
 font-size: 135%;
 line-height: 1;
 font-weight: bold;
}
.about .caution {
 border-top: 2px dashed #D8D3C4;
 margin-top: 1.5rem;
 padding-top: 1.5rem;
 opacity: 0.75;
}
.about .caution p {
 font-size: 85%;
}
.about .caution h3 {
 font-weight: bold;
 margin-bottom: 0.5em;
 text-align: center;
}
.about .cloud01 {
 position: absolute;
 background: url("../images/cloud01.png") no-repeat;
 background-size: cover;
 width: 35%;
 padding-top: calc(24.082% * 0.35);
 left: -13%;
 bottom: -11%;
 z-index: 10;
}
.about .cloud02 {
 position: absolute;
 background: url("../images/cloud02.png") no-repeat;
 background-size: cover;
 width: 30%;
 padding-top: calc(21.20% * 0.3);
 right: -10%;
 bottom: -3%;
 z-index: 10;
}
.video {
 background: url("../images/bg_red.jpg") repeat;
 background-size: 100% auto;
}
.video .secTtl {
 color: #fff;
}
.video .secTtl em {
 color: #fff;
 opacity: 0.85;
}
.video > ul {
 margin: 0 auto;
 max-width: 1200px;
 z-index: 10;
 position: relative;
}
.video > ul > li {
 margin: 0 10% 5% 10%;
 background: url("../images/bg_white.png") repeat;
 padding: 1.5rem;
 position: relative;
 width: 80%;
 font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
.video > ul > li .thumb {
 position: relative;
 overflow: hidden;
 z-index: 5;
}
.video > ul > li h3 {
 font-size: 135%;
 line-height: 1.5;
 font-weight: bold;
 text-align: center;
 margin: 0 0 1em;
 position: relative;
 background: url("../images/bg_black.jpg") repeat center center;
 background-size: 50% auto;
 padding: 1.2em 1em;
 color: gold;
}
.video > ul > li .datetime {
 position: absolute;
 left: calc(-20% / 0.8);
 top: 0;
 color: #fff;
 font-weight: bold;
 line-height: 1;
 padding: 1.8rem;
 text-align: center;
 font-size: 1vw;
}
.video > ul > li .datetime:after {
 content: "";
 display: block;
 width: 100%;
 padding-top: 100%;
 border-radius: 50%;
 border: solid 2px #fff;
 position: absolute;
 left: 0;
 top: 0;
 box-sizing: border-box;
}
_::-webkit-full-page-media, _:future, :root .video > ul > li .datetime:after {
 height: 100%;
}
.video > ul > li .datetime:before {
 content: "";
 display: block;
 width: 60%;
 height: 2px;
 background: url("../images/bg_white.png");
 position: absolute;
 top: 50%;
 right: -60%;
 z-index: 1;
}
.video > ul > li .datetime dt {
 display: block;
 margin-bottom: 0.5rem;
 font-size: 90%;
}
.video > ul > li .datetime dd {
 display: block;
 font-size: 110%;
 font-family: "Georgia", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
 letter-spacing: 0;
}
.video > ul > li .datetime dd strong {
 font-size: 250%;
 line-height: 1;
 display: inline-block;
 margin-top: -0.15em;
}
.video > ul > li .datetime dd em {
 font-size: 70%;
}
.video > ul > li .datetime dd span {
 display: block;
 margin-top: 0.5rem;
 font-size: 120%;
}
.video > ul > li .channel {
 display: table;
 margin: 0 auto;
}
.video > ul > li .channel dt {
 background: url("../images/bg_red.jpg") no-repeat #B5000E;
 background-size: 1000px auto;
 color: #fff;
 width: 5rem;
 height: 5rem;
 text-align: center;
 border-radius: 50%;
 line-height: 1.3;
 letter-spacing: 0;
 display: table-cell;
 vertical-align: middle;
 font-size: 0.85rem;
}
.video > ul > li .channel dd {
 display: table-cell;
 vertical-align: middle;
 padding-left: 1.5rem;
 font-size: 120%;
 text-align: center;
 font-weight: bold;
}
.video > ul > li .channel dd em {
 display: block;
 font-size: 60%;
}
.video > ul > li .url {
 display: table;
 border-radius: 0.4em;
 background-color: #ececec;
 padding: 0.5em 1.5em;
 text-align: center;
 margin: 1.5rem auto 2.5rem;
 overflow: hidden;
}
.video > ul > li .url dt {
 display: table-cell;
 vertical-align: middle;
 opacity: 0.7;
}
.video > ul > li .url dt:after {
 content: ":";
 display: inline-block;
 padding: 0 0.4em;
}
.video > ul > li .url dd {
 display: table-cell;
 vertical-align: middle;
 word-break: break-all;
}
.video > ul > li .url dd a:hover {
 color: #B5000E;
}
.video > ul > li .detail {
 font-size: 90%;
 line-height: 1.8;
 border-top: 2px dashed #D8D3C4;
 margin-top: 1.5rem;
 padding: 1.5rem 0;
}
.video .cloud01 {
 position: absolute;
 background: url("../images/cloud02.png") no-repeat;
 background-size: cover;
 width: 30%;
 padding-top: calc(21.20% * 0.3);
 left: -10%;
 top: 27%;
 z-index: 1;
}
.video .cloud02 {
 position: absolute;
 background: url("../images/cloud01.png") no-repeat;
 background-size: cover;
 width: 35%;
 padding-top: calc(24.082% * 0.35);
 right: -16%;
 top: 29%;
 z-index: 1;
}
.video .cloud03 {
 position: absolute;
 background: url("../images/cloud01.png") no-repeat;
 background-size: cover;
 width: 35%;
 padding-top: calc(24.082% * 0.35);
 left: -16%;
 top: 40%;
 z-index: 1;
}
.video .cloud04 {
 position: absolute;
 background: url("../images/cloud02.png") no-repeat;
 background-size: cover;
 width: 30%;
 padding-top: calc(21.20% * 0.3);
 right: -20.5%;
 top: 47%;
 z-index: 1;
}
.video .cloud05 {
 position: absolute;
 background: url("../images/cloud02.png") no-repeat;
 background-size: cover;
 width: 30%;
 padding-top: calc(21.20% * 0.3);
 left: -12.5%;
 top: 61%;
 z-index: 1;
}
.video .cloud06 {
 position: absolute;
 background: url("../images/cloud02.png") no-repeat;
 background-size: cover;
 width: 30%;
 padding-top: calc(21.20% * 0.3);
 right: -10%;
 top: 68%;
 z-index: 1;
 transform: rotate(180deg);
}
.video .cloud07 {
 position: absolute;
 background: url("../images/cloud02.png") no-repeat;
 background-size: cover;
 width: 30%;
 padding-top: calc(21.20% * 0.3);
 left: -8.5%;
 top: 78%;
 z-index: 1;
 transform: rotate(180deg);
}
.video .cloud08 {
 position: absolute;
 background: url("../images/cloud02.png") no-repeat;
 background-size: cover;
 width: 30%;
 padding-top: calc(21.20% * 0.3);
 right: -8%;
 top: 86%;
 z-index: 1;
}
#bnrArea {
 background: url("../images/bg.jpg") repeat;
 padding: 5%;
}
#bnrArea .laughmaga {
 width: 40%;
 margin: 0 auto;
}
#bnrArea .laughmaga p {
 text-align: center;
 font-weight: bold;
 line-height: 1.7;
 margin-bottom: 2rem;
}
#bnrArea .laughmaga p strong {
 font-size: 120%;
 font-weight: bold;
 line-height: 1.5;
}
#bnrArea .laughmaga a {
 display: block;
}
#bnrArea .laughmaga a:hover {
 opacity: 0.7;
}
#bnrArea .culturenippon {
 width: 300px;
 margin: 0 auto;
 text-align: center;
}
#bnrArea .culturenippon a {
 color: #534B3E;
}
#bnrArea .culturenippon a img {
 display: block;
 background: #fff;
 padding: 2rem;
 border: 1px solid #E3DECF;
 width: 80%;
 margin: 0 auto 0.5em;
 transition: .3s;
}
#bnrArea .culturenippon a:hover img {
 border: 1px solid #B5000E;
}
footer {
 padding: 5%;
 text-align: center;
 background: url("../images/bg_white.png") repeat;
}
footer .cross {
 display: table;
 margin: 0 auto;
 width: 400px;
}
footer .cross a {
 display: table-cell;
 vertical-align: middle;
 padding: 0 1em;
}
footer .cross span {
 display: table-cell;
 vertical-align: middle;
 position: relative;
 width: 2em;
 height: 100%;
}
footer .cross span:before {
 content: "";
 display: block;
 width: 2em;
 height: 2px;
 background: #bababa;
 transform: rotate(45deg);
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 margin: auto;
}
footer .cross span:after {
 content: "";
 display: block;
 width: 2em;
 height: 2px;
 background: #bababa;
 transform: rotate(-45deg);
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 margin: auto;
}
footer .logoArea {
 display: table;
 margin: 2rem auto;
}
footer .logoArea li {
 display: table-cell;
 vertical-align: middle;
 padding: 0 1rem;
 width: 10rem;
}
footer .logoArea li.beyond2020 {
 padding: 0 2.5rem;
}
footer .cr {
 opacity: 0.7;
}
.catchphrase {
  width: 100%;
  margin: 0 0 0.25rem;
  padding: 0.75rem;
  color: #fff;
  background: #B5000E;
  font-size: 1.25rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}
.catchphrase2 {
  width: 100%;
  margin: 0.25rem 0;
  padding: 0.75rem;
  color: #fff;
  background: #B5000E;
  font-size: 1.25rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}
.time {
  padding: 15px;
  color: red;/*#B5000E;*/
  background: url(../images/bg_black.jpg) center center / 50% repeat;
  font-size: 1.15rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.time a {
  display: inline-block;
  color: red;
  overflow: visible;
}
.time a:hover, 
.time a:focus {
  color: coral;
}
@media screen and (max-width:1000px) {
 body {
  /*font-size: 3.1vw;*/
 }
 section {
  padding: 50px 15px;
 }
 .secTtl {
  font-size: 200%;
  margin-bottom: 1.5rem;
 }
 .totop {
  display: none;
 }
 header {
  padding: 10px 15px 12px;
 }
 header:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #111;
  position: absolute;
  bottom: 3px;
  left: 0;
 }
 header h1 {
  width: 100%;
  font-size: 10px;
  text-align: center;
 }
 header h1 img {
  display: none;
 }
 header nav {
  display: none;
 }
 .about {
  padding: 25px 25px 50px;
 }
  .about + .about {
    padding: 0 25px 50px;
  }
 .about .inner .box {
  padding: 35px 15px;
 }
 .about .inner .box .sub {
  line-height: 1.5;
  margin-bottom: 15px;
 }
 .about .inner .box > p {
  /*font-size: 0.75rem;*/
 }
 .about .caution {
  margin-top: 15px;
  padding-top: 15px;
 }
 .about .caution p {
  font-size: 95%;
 }
 .about .cloud01 {
  background: url("../images/cloud01.png") no-repeat center center;
  background-size: cover;
  width: 45%;
  padding-top: calc(24.082% * 0.45);
  bottom: -1.5rem;
  line-height: 1;
  font-size: 0;
 }
 .about .cloud02 {
  background: url("../images/cloud02.png") no-repeat center center;
  background-size: cover;
  width: 40%;
  padding-top: calc(21.203% * 0.4);
  bottom: -0.5rem;
  line-height: 1;
  font-size: 0;
 }
 .video {
  padding: 50px 15px 15px;
 }
 .video > ul > li {
  margin: 0 0 5%;
  padding: 15px;
  width: 100%;
 }
 .video > ul > li h3 {
  font-size: 115%;
  padding: 10px 15px;
 }
 .video > ul > li .datetime {
  position: relative;
  left: auto;
  top: auto;
  color: #111;
  font-weight: bold;
  padding: 1.5rem 0 1rem;
  font-size: 0.9rem;
 }
 .video > ul > li .datetime:after {
  display: none;
 }
 .video > ul > li .datetime:before {
  display: none;
 }
 .video > ul > li .datetime dt {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 90%;
 }
 .video > ul > li .datetime dd br {
  display: none;
 }
 .video > ul > li .datetime dd strong {
  font-size: 200%;
 }
 .video > ul > li .datetime dd strong:before {
  content: ".";
  display: inline-block;
 }
 .video > ul > li .datetime dd span {
  display: inline-block;
  margin: 0 0 0 0.6rem;
 }
 .video > ul > li .channel {
  /*display: block;*/
  position: relative;
 }
 .video > ul > li .channel dt {
  padding-top: 1.3rem;
  width: 4.5rem;
  height: 4.5rem;
  display: block;
  font-size: 0.75rem;
  position: absolute;
  left: 0;
  top: 0;
 }
 .video > ul > li .channel dd {
  display: block;
  padding: 0.75rem 0 0 5.4rem;
 }
 .video > ul > li .url {
  display: block;
  padding: 15px;
  margin: 5px auto 15px;
  text-align: center;
 }
 .video > ul > li .url dt {
  display: block;
 }
 .video > ul > li .url dt:after {
  display: none;
 }
 .video > ul > li .url dd {
  display: block;
  font-size: 90%;
 }
 .video > ul > li .detail {
  font-size: 100%;
  margin-top: 15px;
  padding: 15px 0;
 }
 #bnrArea {
  padding: 30px 15px;
 }
 #bnrArea .laughmaga {
  width: 100%;
 }
 #bnrArea .laughmaga p {
  margin-bottom: 15px;
  font-size: 0.5rem;
 }
 #bnrArea .laughmaga p strong {
  line-height: 1.5;
 }
 #bnrArea .laughmaga a {
  width: 80%;
  margin: 0 auto;
 }
 #bnrArea .culturenippon {
  width: 70%;
   max-width: 300px;
 }
 #bnrArea .culturenippon a img {
  padding: 1.5rem;
  width: 100%;
 }
 footer {
  padding: 30px 15px;
 }
 footer .cross {
  width: 280px;
 }
 footer .logoArea {
  display: table;
  margin: 30px auto;
  width: 80%;
 }
 footer .logoArea li {
  width: 8rem;
  padding: 0 0.5rem;
 }
 footer .logoArea li.beyond2020 {
  padding: 0 2rem;
 }
}