@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@500&display=swap');
html {
 font-size: 62.5%;
}
body {
 font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Arial, Meiryo, sans-serif;
 letter-spacing: .08em;
 color: #fcfcfc;
 background: #171717;
 font-size: 1.6rem;
 line-height: 2;
 font-weight: 400;
}
a {
 display: block;
 transition: .5s;
 text-decoration: none;
 color: #f9f9f9;
}
img {
 display: block;
 width: 100%;
 height: auto;
 /*image-rendering: -webkit-optimize-contrast;*/
}
em {
 display: inline-block;
 font-size: 85%;
 font-weight: inherit;
}
/* ========== layout ========== */
#wrapper {
 position: relative;
 padding-top: 6rem;
 overflow: hidden;
}
section {
 position: relative;
 width: 100%;
 padding: 3rem 3% 4rem;
 z-index: 5;
 overflow: hidden;
}
.inner {
 position: relative;
 max-width: 1480px;
 padding: 0;
 margin: 0 auto;
 z-index: 5;
}
@media screen and (max-width: 750px) {
 section {
  padding: 1.5rem 1rem;
 }
}
/* ========== title ========== */
.secTtl {
 font-size: 2.0rem;
 margin-bottom: 2rem;
 line-height: 1.4;
 position: relative;
 z-index: 5;
 letter-spacing: 0.2rem;
 font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Arial, Meiryo, sans-serif;
}
.secTtl span {
 display: inline-block;
 font-weight: bold;
 color: #f25e23;
}
.secTtl span.en {
 padding-right: 1.25rem;
 font-weight: bold;
 font-family: 'Antonio', sans-serif;
 font-size: 4rem;
 letter-spacing: .08rem;
}
main .mainTtl {
 color: #f25e23;
 font-size: 140%;
 font-weight: 600;
 position: relative;
 margin-bottom: 2.5rem;
}
@media screen and (max-width: 750px) {
 .secTtl {
  font-size: 1.5rem;
  margin-bottom: 2rem;
 }
 .secTtl span.en {
  font-size: 200%;
 }
 main .mainTtl {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
 }
}
/* ========== fonts ========== */
.en {
 font-family: 'Antonio', sans-serif;
}
/* ========== link / btn ========== */
.drawer-hamburger {
 display: none;
}
.disabled {
 pointer-events: none !important;
 opacity: 0.3 !important;
}
.btn a {
 color: #f25e23;
 padding: 0.35rem 2rem;
 border-radius: 6px;
 text-align: center;
 line-height: 1.6;
 font-size: 1.5rem;
 letter-spacing: 0.08em;
 border: solid 2px #f25e23;
}
.btn.blank a {
 color: #fcfcfc;
 background: #f25e23;
}
.btn a:hover {
 color: #fcfcfc;
 background: #F12626;
 border: solid 2px #F12626;
}
.btn a.disabled {
 color: rgba(255, 255, 255, 0.3);
 border: solid 2px rgba(255, 255, 255, 0.3);
 opacity: 1 !important;
}
.btn.blank a.disabled {
 background: none;
 opacity: 1 !important;
}
@media screen and (max-width: 1000px) {
 .drawer-hamburger {
  display: block;
 }
}
/* ========== parts ========== */
.yt {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
 margin: 0 auto;
}
.yt iframe, .yt .yt_video {
 position: absolute;
 top: 0;
 right: 0;
 width: 100%;
 height: 100%;
 overflow: hidden;
}
.yt_video img {
 width: 100%;
 height: auto;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateY(-50%) translateX(-50%);
 -webkit- transform: translateY(-50%) translateX(-50%);
}
.yt_video::before {
 position: absolute;
 content: "";
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 opacity: 0.9;
 transition: 0.3s;
 background: url("../images/common/icon_youtube.svg") no-repeat;
 background-size: cover;
 width: 68px;
 height: 48px;
 z-index: 2;
}
.yt_video img:hover {
 cursor: pointer;
 width: 100%;
 height: auto;
 box-sizing: border-box;
}
.yt_video:hover::before {
 background: url("../images/common/icon_youtube_monochrome.svg") no-repeat;
 background-size: cover;
 opacity: 0.8;
}
.acdnText {
 position: relative;
}
.moreText {
 content: "";
 display: block;
 position: relative;
 background: linear-gradient(rgba(17, 17, 17, 0.3), rgba(17, 17, 17, 0.9));
 width: 100%;
 height: 2em;
 margin: -2em auto 0;
}
.moreText:before {
 content: "";
 display: block;
 margin: 0 auto;
 width: 10px;
 height: 10px;
 border-top: 2px solid #ccc;
 border-right: 2px solid #ccc;
 -webkit-transform: rotate(135deg);
 transform: rotate(135deg);
 position: absolute;
 bottom: 0.5rem;
 left: 0;
 right: 0;
}
.pagination {
 margin: 3rem 0 0 auto;
}
.pagination ul {
 display: flex;
 justify-content: flex-end;
}
.pagination ul li {
 margin: 0 0 0 5px;
}
.pagination ul li a {
 font-family: 'Antonio', sans-serif;
 font-size: 1.5rem;
 height: 1.7em;
 min-width: 1.7em;
 line-height: 1.7em;
 border: solid 1px #fcfcfc;
 text-align: center;
}
.pagination ul li.active a, .pagination ul li a:hover {
 background: #fafafa;
 color: #A01E1E;
}
/* ========== header ========== */
header {
 position: fixed;
 left: 0;
 top: 0;
 width: 100%;
 z-index: 100;
 border-bottom: 1px solid #333;
}
header .upper {
 position: relative;
 padding: 0 3%;
 background-color: rgba(37, 37, 37, 0.94);
 height: 6rem;
}
header h1 {
 width: 11rem;
 position: absolute;
 top: 50%;
 left: 3%;
 transform: translateY(-50%) translateX(3%);
 -webkit- transform: translateY(-50%) translateX(3%);
}
header nav {
 display: block;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 -webkit- transform: translateY(-50%);
 left: calc(3% + 11rem + 5%);
 height: 100%;
}
header nav ul {
 display: flex;
 height: 100%;
}
header nav ul li {
 font-size: 1.6rem;
 line-height: 1.2;
 padding: 0 0.5rem;
}
header nav ul li:first-child {
 margin-left: 0;
}
header nav ul li a, header nav ul li > span {
 display: block;
 transition: .5s;
 overflow: auto;
 cursor: pointer;
 position: relative;
 height: 100%;
 padding: 0 1rem;
 line-height: 6rem;
}
header nav ul li a:hover, header nav ul li > span:hover {
 color: rgba(233, 80, 9, 1);
}
header nav ul li a:after, header nav ul li > span:after {
 content: "";
 transition: .2s;
 display: block;
 width: 100%;
 height: 0;
 background: rgba(233, 80, 9, 1);
 position: absolute;
 top: 0;
 left: 0;
}
header nav ul li a:hover:after, header nav ul li > span:hover:after {
 height: 0.3rem;
}
header nav ul li.oa a {
 padding: 0;
}
header nav ul li.oa a:hover {
 color: #fcfcfc;
}
header nav ul li.oa a span {
 display: inline-block;
 background: #FF416C;
 background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
 background: linear-gradient(to right, #FF4B2B, #FF416C);
 line-height: 1.4;
 padding: 0.5rem 1rem 0.5rem 2.5rem;
 border-radius: 0.4rem;
 position: relative;
}
header nav ul li.oa a span:before {
 content: "";
 display: block;
 background: #fcfcfc;
 width: 0.8rem;
 height: 0.8rem;
 border-radius: 2rem;
 position: absolute;
 left: 1rem;
 top: 0;
 bottom: 0;
 margin: auto 0;
 -webkit-animation: blink .5s ease-in-out infinite alternate;
 -moz-animation: blink .5s ease-in-out infinite alternate;
 animation: blink .5s ease-in-out infinite alternate;
}
header .sns {
 display: flex;
 position: absolute;
 top: calc(50% - 0.8rem);
 right: 3%;
}
header .sns li {
 flex: 1 0 2rem;
 max-width: 2rem;
 margin-left: 1.35rem;
}
header .sns li a {
 opacity: 0.75;
}
header .sns li a:hover {
 opacity: 1;
}
header .lower {
 position: relative;
 padding: 0 3%;
 background-color: rgba(40, 44, 29, 0.92);
}
header .lower .subNav {
 height: 0;
 opacity: 0;
 transition: .2s;
 position: relative;
 z-index: 5;
 visibility: hidden;
}
header .lower .subNav.open {
 height: auto;
 opacity: 1;
 z-index: 6;
 visibility: visible;
}
header .lower .subNav ul {
 display: flex;
 align-content: center;
 justify-content: center;
}
header .lower .subNav ul li {
 margin-right: 1.5em;
 font-size: 1.4rem;
}
header .lower .subNav ul li a {
 display: block;
 padding: 1.2rem 0;
}
header .lower .subNav ul li a:hover {
 color: rgba(233, 80, 9, 1);
}
@media screen and (max-width: 1000px) {
 header .lower {
  display: none !important;
 }
 header nav, header .sns {
  display: none !important;
 }
}
/* ========== slider ========== */
.slick-current {
 opacity: 1;
}
.slick-slide a:hover {
 opacity: .7;
}
.slider .slick-list {
 overflow: visible;
}
.slider.slider {
 margin: 0 auto;
}
@media screen and (max-width: 750px) {
 .slider.slider {
  max-width: 100%;
 }
 .slick-slide {
  margin: 1rem 0.5rem;
  transition: all ease-in-out .3s;
 }
}
@media screen and (min-width: 751px) {
 .slick-slide {
  margin: 2rem 1rem;
 }
 .slider.slider {
  max-width: 74rem;
 }
}
/*@media screen and (min-width: 1681px) {
 .slider.slider {
  max-width: 62%;
 }
}*/
.slider .slick-dots {
 bottom: -8rem;
 text-align: center;
}
.slider .slick-dots li {
 position: relative;
 display: inline-block;
 width: auto;
 height: auto;
 margin: 0;
 padding: 0;
 cursor: pointer;
}
.slider .slick-dots li button {
 font-size: 0;
 line-height: 0;
 padding: 0;
 cursor: pointer;
 color: transparent;
 border: 0;
 text-indent: -9999px;
 display: block;
 width: 8px;
 height: 8px;
 margin: 0 5px;
 outline: 0;
 border-radius: 5px;
 transition-duration: 0.3s;
 background: rgba(255, 255, 255, 0.3);
}
.slider .slick-dots li button:before {
 content: none;
}
.slider .slick-dots li button:hover, .slider .slick-dots li.slick-active button {
 border-radius: 0px;
 width: 10px;
 height: 10px;
 background: #F12626;
}
.sliderArea {
 z-index: 3;
 max-width: 100%;
 width: 100%;
 margin: 0 auto;
 position: relative;
}
/* ========== programList ========== */
h3.week {
 display: block;
 width: 2em;
 height: 2em;
 line-height: 2em;
 font-weight: 600;
 text-align: center;
 font-size: 1.8rem;
 border-radius: 50%;
 color: #6E1D02;
 background: linear-gradient(to bottom, orange, #E95009);
 position: absolute;
 z-index: 11;
}
.programList {
 display: flex;
 -webkit-overflow-scrolling: touch;
 -ms-overflow-style: none;
 scrollbar-width: none;
 overflow-x: scroll;
 align-content: center;
 align-items: stretch;
 justify-content: flex-start;
 position: relative;
  z-index: 1;
}
.programList::-webkit-scrollbar {
 display: none;
}
.programList > li {
 transition: .3s;
}
#programs.genre {
 overflow: visible;
}
@media screen and (max-width: 750px) {
 .programList {
  flex-wrap: nowrap;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 0 auto;
 }
 .genre .programList {
  flex-wrap: wrap;
  margin-left: -1rem;
  padding: 0 0.5rem;
 }
 .programList > li {
  flex: 1 0 74%;
  max-width: 74%;
 }
 .genre .programList > li {
  flex: 1 0 50%;
  max-width: 50%;
 }
}
@media screen and (min-width: 751px) {
 .programList {
  flex-wrap: wrap;
  overflow: visible;
 }
 .programList > li {
  /*flex: 1 0 50%;
  max-width: 50%;*/
  flex: 1 0 25%;
  max-width: 25%;
  transition: .3s;
 }
 .programList > li:hover {
  transform: scale(1.1, 1.1);
  background: rgba(37, 37, 37, 0.94);
  z-index: 300;
  box-shadow: 1px -1px #f25e23, -1px 1px #f25e23, 1px 1px #f25e23, -1px -1px #f25e23;
 }
}
@media screen and (min-width: 1281px) {
 /*.programList:before {
  content: "";
  display: block;
  width: 33.333%;
  height: 0;
  order: 1;
 }*/
 .programList > li {
  flex: 1 0 33.333%;
  max-width: 33.333%;
 }
 .programList:after {
  width: 33.333%;
 }
}
@media screen and (min-width: 1481px) {
 /*.programList:before {
  width: 25%;
 }*/
 .programList > li {
  flex: 1 0 25%;
  max-width: 25%;
 }
 .programList:after {
  width: 25%;
 }
}
@media screen and (min-width: 1681px) {
 .programList {
  flex-wrap: nowrap;
  overflow-x: scroll;
  white-space: nowrap;
  margin: 0 calc(50% - 50vw) 0 auto;
  padding: 2rem 6rem 2rem 2rem;
 }
 .genre .programList {
  flex-wrap: wrap;
  padding: 2rem 6rem 2rem 0;
 }
 .programList > li {
  flex: 1 0 20%;
  max-width: 20%;
  position: relative;
  z-index: 10;
 }
 .programList:after {
  display: none;
 }
 .programCont {
  position: relative;
 }
 .scrollBtn {
  position: absolute;
  right: 3%;
  top: -5rem;
  color: #fcfcfc;
  padding: 20px 10px;
  z-index: 99;
  display: flex;
  justify-content: flex-end;
  align-items: center;
 }
 .scrollBtn .leftButton, .scrollBtn .rightButton {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  border: solid 1px #888;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 3px;
  transition: .3s;
 }
 .scrollBtn .leftButton:hover, .scrollBtn .rightButton:hover {
  background: rgba(255, 255, 255, 04);
 }
 .scrollBtn .leftButton:before, .scrollBtn .rightButton:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-top: 3px solid #fcfcfc;
  border-right: 3px solid #fcfcfc;
  transition: .3s;
 }
 .scrollBtn .leftButton:hover:before, .scrollBtn .rightButton:hover:before {
  border-top: 3px solid #363636;
  border-right: 3px solid #363636;
 }
 .scrollBtn .rightButton:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 8px;
 }
 .scrollBtn .leftButton:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 8px;
 }
}
.programList > li a {
 padding: 0.5rem;
}
@media screen and (min-width: 1281px) {
 .programList > li a {
  padding: 1rem;
 }
}
.programList > li a .thumb {
 transition: .3s;
}
.programList > li a .ttl {
 line-height: 1.5;
 font-size: 105%;
 padding: 1rem 0 0.25rem;
 white-space: normal;
 transition: .3s;
}
.programList > li a .info {
 font-size: 80%;
 color: #bababa;
 line-height: 1.4;
 transition: .3s;
}
.programList > li a .info .new {
 display: inline-block;
 padding: 0.2rem;
 background: #f25e23;
 color: #fcfcfc;
 line-height: 1.2;
 font-size: 100%;
 border-radius: 2px;
 margin-right: 0.5rem;
 text-align: center;
}
.programList > li a .info .first {
 display: inline-block;
 padding: 0.2rem;
 background-color: #157FE3;
 color: #fcfcfc;
 line-height: 1.2;
 font-size: 100%;
 border-radius: 2px;
 margin-right: 0.5rem;
 text-align: center;
}
/* ========== news ========== */
#news {
 background: #A01E1E;
}
#news .secTtl span {
 color: #f9f9f9;
}
#news .flex {
 /*display: flex;
 justify-content: space-between;*/
 position: relative;
}
#news .flex .twTl {
 flex: 1 0 60rem;
 max-width: 60rem;
 /*add2510*/
 display: none !important;
}
#news .flex .twTl .timeline {
 position: relative;
 -ms-overflow-style: none;
 scrollbar-width: none;
 overflow-y: scroll;
 overflow-x: hidden;
 border-radius: 8px;
 height: 60rem;
}
#news .flex .twTl .timeline::-webkit-scrollbar {
 display: none;
}
#news .flex .post {
 /*flex: 1 0 calc(100% - 60rem);
 max-width: calc(100% - 60rem);*/
 padding-left: 4rem;
}
#news .flex .post .btn {
 margin: 3rem 0 0 auto;
 width: 20rem;
}
#news .flex .post .btn a {
 background: #fafafa;
 padding: 0.5rem 2rem;
 color: #A01E1E;
 border: solid 2px #fafafa;
}
#news .flex .post .btn a:hover {
 background: #A01E1E;
 color: #fafafa;
}
#news ul li {
 padding: 2rem 0 1rem;
}
#news ul li dl {
 line-height: 1.5;
 display: table;
 width: 100%;
}
#news ul li dl dt {
 font-size: 2rem;
 line-height: 1;
 position: relative;
 padding: 0 2rem 1rem 0;
 display: table-cell;
 vertical-align: top;
 border-bottom: solid 1px rgba(255, 255, 255, 0.3);
 width: 10em;
}
#news .date {
 position: relative;
 font-family: 'Antonio', sans-serif;
 text-align: left;
 display: inline-block;
}
#news .date span {
 font-weight: 600;
 position: relative;
}
#news .date .y {
 font-size: 100%;
 display: inline-block;
}
#news .date .y:after {
 content: ".";
 display: inline-block;
 font-size: 2.5rem;
}
#news .date .m {
 display: inline-block;
 font-size: 175%;
 padding: 0 0 0.1em;
}
#news .date .m:after {
 content: ".";
 display: inline-block;
 font-size: 2.5rem;
}
#news .date .d {
 display: inline-block;
 font-size: 175%;
 position: relative;
}
#news .date .week {
 display: inline-block;
 font-size: 85%;
 padding: 0 0 0 0.5rem;
}
#news ul li dl dd {
 display: table-cell;
 vertical-align: top;
 width: calc(100% - 10em);
 text-align: left;
 position: relative;
 padding: 1em 0 0;
 border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
#news ul li a.blank dl dd:after {
 content: "";
 display: inline-block;
 background: url("../images/common/icon_link.png") no-repeat center bottom;
 background-size: 0.9em 0.9em;
 height: 0.9em;
 width: 0.9em;
 margin-bottom: -0.1em;
 margin-left: 0.2em;
}
#news ul li a.blank:hover dl dd:after {
 opacity: 0.8;
}
#news ul li a:hover dl dd {
 text-decoration: underline;
}
#news .newsDetail {
 border-top: dashed 1px #fff;
 padding: 2rem 0 0;
}
#news .newsDetail .date {
 font-size: 1.8rem;
}
#news .newsDetail .newsTtl {
 font-size: 2.8rem;
 line-height: 1.7;
 font-weight: 600;
 margin-bottom: 2.0rem;
}
#news .newsDetail .editorArea {
 position: relative;
 padding: 3.5rem 0 0;
}
#news .newsDetail .editorArea h1 {
 font-size: 2.6rem;
 font-weight: 600;
 margin-bottom: 1.25em;
 line-height: 1.5;
 padding: 0.25em 0 0.35em 0.7em;
 border-left: 6px solid rgba(255, 255, 255, 0.95);
 border-bottom: 1px solid rgba(255, 255, 255, 0.95);
}
#news .newsDetail .editorArea h2 {
 font-size: 2.3rem;
 font-weight: 600;
 margin-bottom: 1.25em;
 line-height: 1.5;
 padding: 0.35em 1em 0.25em;
 color: #A01E1E;
 background: rgba(255, 255, 255, 0.95);
 border-radius: 3px;
}
#news .newsDetail .editorArea h3 {
 font-size: 2.0rem;
 font-weight: 600;
 margin-bottom: 1.25em;
 line-height: 1.5;
 padding: 0.35em 0.25em 0.25em;
 border-top: solid 1px rgba(255, 255, 255, 0.95);
 border-bottom: solid 1px rgba(255, 255, 255, 0.95);
}
#news .newsDetail .editorArea h4 {
 font-size: 1.8rem;
 font-weight: 600;
 margin-bottom: 1.25em;
 line-height: 1.5;
}
#news .newsDetail .editorArea h5 {
 font-size: 1.6rem;
 font-weight: 600;
 margin-bottom: 1.25em;
 line-height: 1.5;
}
#news .newsDetail .editorArea h6 {
 font-size: 1.5rem;
 font-weight: 600;
 margin-bottom: 1.25em;
 line-height: 1.5;
 margin: 0 0 1.5rem;
 color: orange;
 display: inline-block;
 border: solid 1px orange;
 padding: 0.25em 0.75em;
}
#news .newsDetail .editorArea p {
 font-size: 1.5rem;
 margin-bottom: 1.25em;
 line-height: 1.8;
}
#news .newsDetail .editorArea strong {
 font-weight: 600;
 font-size: 110%;
 display: inline-block;
 padding: 0 0.2em;
}
#news .newsDetail .editorArea a {
 display: inline;
 font-weight: 600;
 color: orange;
}
#news .newsDetail .editorArea a:hover {
 text-decoration: underline;
}
#news .newsDetail .editorArea .bgWhite {
 background-color: #F4EEE0;
 padding: 2.5rem;
 margin: 1.25rem 0;
 color: #333;
 border-radius: 3px;
}
#news .newsDetail .editorArea .bgWhite h1 {
 border-left: 6px solid #A01E1E;
 border-bottom: 1px solid #A01E1E;
}
#news .newsDetail .editorArea .bgWhite h2 {
 color: #fafafa;
 background: #A01E1E;
}
#news .newsDetail .editorArea .bgWhite h3 {
 border-top: solid 1px #A01E1E;
 border-bottom: solid 1px #A01E1E;
}
#news .newsDetail .editorArea img {
 width: auto;
}
@media screen and (max-width: 1280px) {
 #news .flex {
  display: block;
 }
 #news .flex .twTl {
  flex: none;
  max-width: 100%;
 }
 #news .flex .twTl .timeline {
  height: 60rem;
 }
 #news .flex .post {
  flex: none;
  max-width: 100%;
  padding: 2rem 0 0;
 }
 #news .flex .post .btn {
  margin: 1.5rem auto;
  width: 18rem;
 }
 #news ul li {
  padding: 0 0 2rem;
 }
 #news ul li dl {
  display: block;
 }
 #news ul li dl dt {
  font-size: 1.6rem;
  padding: 0 0 1rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  margin-bottom: 1rem;
  display: block;
  width: 100%;
 }
 #news ul li dl dd {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 1.3rem;
  text-align: justify;
  border-bottom: none;
 }
 #news .newsDetail {
  padding: 0;
 }
 #news .newsDetail .date {
  font-size: 1.6rem;
 }
 #news .newsDetail .newsTtl {
  font-size: 2.4rem;
 }
 #news .newsDetail .editorArea {
  padding: 1.5rem 0 0;
 }
 #news .newsDetail .editorArea h1 {
  font-size: 2.0rem;
 }
 #news .newsDetail .editorArea h2 {
  font-size: 1.8rem;
 }
 #news .newsDetail .editorArea h3 {
  font-size: 1.6rem;
 }
 #news .newsDetail .editorArea h4 {
  font-size: 1.5rem;
 }
 #news .newsDetail .editorArea h5 {
  font-size: 1.4rem;
 }
 #news .newsDetail .editorArea h6 {
  font-size: 1.4rem;
 }
 #news .newsDetail .editorArea p {
  font-size: 1.4rem;
 }
 #news .newsDetail .editorArea img {
  width: 100% !important;
 }
}
/* ========== adArea ========== */
#adArea {
 background: #2e2e2e;
 padding: 3rem 3% 0;
}
#adArea ul {
 display: block;
 text-align: center;
 font-size: 0;
 letter-spacing: -0.4rem;
}
#adArea ul li {
 display: inline-block;
 width: 20rem;
 margin: 0 1.5rem 3rem;
}
#adArea ul li a {
 position: relative;
 display: block;
 text-align: center;
 background: rgba(255, 255, 255, 0.82);
 font-size: 1.6rem;
 letter-spacing: 0;
 color: #888;
}
@media screen and (max-width: 750px) {
 #adArea {
  padding: 1.5rem 1rem 0.5rem;
 }
 #adArea ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
 #adArea ul li {
  flex: 1 0 calc(50% - 0.5rem);
  width: calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
  margin: 0 0 1rem;
 }
}
/* ========== linkArea ========== */
#linkArea {
 background-color: #404040;
 padding: 5rem 3% 2rem;
 overflow: hidden;
}
#linkArea ul {
 display: block;
 text-align: center;
 font-size: 0;
 letter-spacing: -0.4em;
}
#linkArea ul li {
 display: inline-block;
 margin: 0 1.5rem 3rem;
 max-width: calc(25% - 2rem);
 box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
#linkArea ul li a {
 display: block;
 position: relative;
}
#linkArea ul li a:before {
 content: "";
 display: block;
 height: 1px;
 width: 100%;
 background: rgba(255, 255, 255, 0.35);
 position: absolute;
 left: 0;
 top: 0;
}
@media screen and (max-width: 750px) {
 #linkArea {
  padding: 1rem 0.5rem 0;
 }
 #linkArea ul li {
  margin: 0 0.5rem 1rem;
  max-width: calc(50% - 1rem);
 }
}
/* ========== footer ========== */
.toTop a {
 display: block;
 text-align: center;
 background-color: rgba(242, 94, 35, 0.9);
 height: 3rem;
 width: 100%;
 position: relative;
}
.toTop a:hover {
 background-color: rgba(242, 94, 35, 1);
}
.toTop a:before {
 content: "";
 display: block;
 position: absolute;
 left: 0;
 right: 0;
 top: 13px;
 margin: 0 auto;
 width: 8px;
 height: 8px;
 border-top: 2px solid #fcfcfc;
 border-right: 2px solid #fcfcfc;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.toTop a:after {
 content: "";
 display: block;
 height: 1px;
 width: 100%;
 background: rgba(255, 255, 255, 0.25);
 position: absolute;
 left: 0;
 top: 0;
}
footer {
 background: #363636;
 position: relative;
 z-index: 100;
 width: 100%;
}
footer .upper {
 position: relative;
 padding: 6rem 3% 4rem;
 background: linear-gradient(17deg, #161616, #515151);
}
footer .upper .inner {
 display: flex;
 justify-content: space-between;
}
footer .upper .bsYoshimoto {
 flex: 1 0 35%;
 max-width: 35%;
 padding-right: 1.5rem;
 position: relative;
}
footer .upper .bsYoshimoto h1 {
 width: 18rem;
}
footer .upper .bsYoshimoto .copy {
 font-size: 1.1rem;
 color: #acacac;
 letter-spacing: 0.1rem;
 margin: 3rem 0 0;
 line-height: 2.4;
 text-align: justify;
}
footer .upper .fNav {
 display: flex;
}
footer .upper .fNav .column {
 padding-left: 5rem;
}
footer .upper .fNav .column h3 {
 font-family: 'Antonio', sans-serif;
 margin-bottom: 3rem;
 opacity: 0.9;
 font-size: 95%;
 letter-spacing: 0.15rem;
 position: relative;
}
footer .upper .fNav .column h3 span {
 position: relative;
 display: inline-block;
}
footer .upper .fNav ul li {
 margin-bottom: 1.4rem;
 font-size: 1.3rem;
 line-height: 1.5;
}
footer .upper .fNav ul li a {
 color: #acacac;
}
footer .upper .fNav ul li a:hover {
 color: #fcfcfc;
}
footer .upper .sns {
 display: flex;
}
footer .upper .sns li {
 width: 2.4rem;
 min-width: 2.4rem;
 margin-right: 1.6rem;
}
footer .upper .sns li a {
 opacity: 0.6;
 display: block;
}
footer .upper .sns li a:hover {
 opacity: 1;
}
footer .lower {
 display: block;
 text-align: right;
 padding: 1.5rem 3%;
 position: relative;
 background: linear-gradient(17deg, #222, #484848);
 border-top: solid 1px #555;
 border-bottom: solid 1px #484848;
 -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 1.00);
 box-shadow: 0px 12px 16px rgba(0, 0, 0, 1.00);
}
footer .lower ul {
 display: block;
 text-align: center;
 letter-spacing: -0.4em;
 font-size: 0;
}
footer .lower ul li {
 display: inline-block;
 margin: 0 2rem;
}
footer .lower ul li a {
 font-size: 1.4rem;
 letter-spacing: .08em;
 display: block;
 color: #acacac;
}
footer .lower ul li a:hover {
 color: #fcfcfc;
}
footer .barArea {
 position: relative;
 padding: 2rem 3%;
 color: #acacac;
 background: #222;
 font-size: 1.4rem;
 line-height: 1.3;
}
footer .barArea .cr {
 text-align: center;
}
@media screen and (max-width: 750px) {
 footer .upper {
  padding: 3rem 3% 2rem;
 }
 footer .upper .inner {
  display: block;
 }
 footer .upper .bsYoshimoto {
  flex: none;
  max-width: 100%;
  padding: 0 0 1.5rem;
 }
 footer .upper .bsYoshimoto h1 {
  width: 12rem;
  margin: 0 auto;
 }
 footer .upper .bsYoshimoto .copy {
  margin: 1.5rem 0 0;
  text-align: justify;
  line-height: 2;
 }
 footer .upper .bsYoshimoto .copy br {
  display: none;
 }
 footer .upper .fNav {
  display: block;
  flex: none;
 }
 footer .upper .fNav .column {
  display: block;
  text-align: center;
  flex: none;
  max-width: 100%;
  padding-left: 0;
 }
 footer .upper .fNav .column:first-of-type {
  display: none;
 }
 footer .upper .fNav .column:last-of-type {
  display: block;
  text-align: center;
  flex: none;
  max-width: 100%;
 }
 footer .upper .fNav .column ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
 }
 footer .upper .fNav .column ul li {
  margin: 0 1rem 0.5rem;
 }
 footer .upper .fNav .column h3 {
  margin: 1rem auto 1rem;
  font-size: 100%;
 }
 footer .upper .sns {
  align-content: center;
  justify-content: center;
 }
 footer .upper .sns li {
  margin: 0 1rem;
  flex: 1 0 3rem;
  max-width: 3rem;
 }
 footer .lower {
  padding: 0.75rem;
 }
 footer .lower ul li {
  width: 50%;
  margin: 0;
  padding: 0.25rem;
 }
 footer .barArea {
  border-top: solid 1px #333;
 }
}
/* ========== keyframes ========== */
@keyframes blink {
 0% {
  opacity: 0.4;
 }
 100% {
  opacity: 1;
 }
}