@charset "UTF-8";
/*=====共通=====*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  color: #414141;
  font-size: 62.5%;
  /*ベースを10pxにしています*/
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

body {
  font-size: 1.6rem;
}

p {
  line-height: 1.3em;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

iframe {
  width: 100%;
}

i {
  padding: 0 5px 0 0;
}

.pc {
  display: none !important;
}

/*=====フォント指定=====*/
@font-face　 {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/*=====header=====*/
header {
  width: 100%;
  background: url(../img/bg_header.png) center top;
}
header .inner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px 5px 0 5px;
}
header .inner #header_left {
  float: left;
}
header .inner #header_left table {
  display: inline-block;
  background: #C31F41;
  border-radius: 5px;
  font-size: 1.2rem;
}
header .inner #header_left table td {
  display: inline-block;
  background: #C31F41;
  color: #ffffff;
  padding: 0 1px;
  border-radius: 5px 0 0 5px;
}
header .inner #header_left table th {
  padding: 0 1px;
  background: #ffffff;
  border-radius: 0 5px 5px 0;
}
header .inner #header_left .header-top-left {
  clear: both;
}
header .inner h1 {
  float: left;
  margin: 0 0 0 15px;
  height: 40px;
}
header .inner h1 img {
  width: auto;
  height: 40px;
}
header .inner .header_right p {
  float: right;
  width: 123px;
  display: inline;
  text-align: center;
  font-size: 1.0rem;
  font-weight: bold;
  padding: 5px;
  background: #ffffff;
  border-radius: 2px;
}

.ctaClm {
  clear: both;
  width: 100%;
  padding: 5px 0 0 0;
}
.ctaClm .ctabutton {
  display: inline-block;
  width: 32%;
}
.ctaClm .ctabutton a {
  float: left;
  width: 100%;
  background-color: #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 3px 0 #888888;
  color: #ffffff;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0 1%;
  padding: 3px 0;
}
.ctaClm .ctabutton a i {
  padding: 0;
}
.ctaClm .radikobutton a {
  background: #00A7E9;
  box-shadow: 0 3px 0 #037aa9;
}
.ctaClm .radikobutton a img {
  width: auto;
  vertical-align: middle;
}
.ctaClm .mailBtn a {
  background: #fb7c15;
  box-shadow: 0 3px 0 #ba5504;
}
.ctaClm .twBtn a {
  background: #42c0fb;
  box-shadow: 0 3px 0 #1782b4;
}
.ctaClm .fbBtn a {
  background: #4169e1;
  box-shadow: 0 3px 0 #163695;
}
.ctaClm .lineBtn a {
  background: #3dae36;
  box-shadow: 0 3px 0 #14800d;
}

/*=====nav=====*/
nav {
  display: none;
}

/*=====tag=====*/
#tag .inner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px;
}
#tag .inner ul li {
  float: left;
}
#tag .inner ul li a {
  display: inline-block;
  padding: 0 5px 0 30px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  background: url(../img/tag.png) no-repeat left 10px center #333333;
  border-radius: 4px;
}

/*=====slider=====*/
.slider {
  width: 100%;
}
.slider .article_box {
  margin: 0 2px;
}

.slick-next {
  right: -10px !important;
  width: 25px !important;
  height: 25px !important;
  opacity: 0.9 !important;
  margin-right: 5px !important;
}

.slick-prev {
  left: -10px !important;
  z-index: 999;
  width: 25px !important;
  height: 25px !important;
  opacity: 0.9 !important;
  margin-left: 5px !important;
}

.slick-prev:before,
.slick-next:before {
  font-size: 1.5rem !important;
}

/*=====slider背景=====*/
.color01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #6f0218), color-stop(0.3, #a60c2c), color-stop(0, #C31F41));
  background: -webkit-linear-gradient(top, #C31F41 0%, #a60c2c 30%, #6f0218 88%);
  background: -moz-linear-gradient(top, #C31F41 0%, #a60c2c 30%, #6f0218 88%);
  background: -o-linear-gradient(top, #C31F41 0%, #a60c2c 30%, #6f0218 88%);
  background: -ms-linear-gradient(top, #C31F41 0%, #a60c2c 30%, #6f0218 88%);
  background: linear-gradient(to bottom, #c31f41 0%, #a60c2c 30%, #6f0218 88%);
}

.color02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #2e0462), color-stop(0.3, #490f8f), color-stop(0, #691fc3));
  background: -webkit-linear-gradient(top, #691fc3 0%, #490f8f 30%, #2e0462 88%);
  background: -moz-linear-gradient(top, #691fc3 0%, #490f8f 30%, #2e0462 88%);
  background: -o-linear-gradient(top, #691fc3 0%, #490f8f 30%, #2e0462 88%);
  background: -ms-linear-gradient(top, #691fc3 0%, #490f8f 30%, #2e0462 88%);
  background: linear-gradient(to bottom, #691fc3 0%, #490f8f 30%, #2e0462 88%);
}

/*=====sec01=====*/
.sec01 {
  width: 100%;
  padding: 10px 0;
}
.sec01 .inner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.sec01 .inner h2 {
  color: #ffffff;
  font-size: 1.8rem;
}
.sec01 .inner h2 a {
  display: inline-block;
  float: right;
  padding: 5px;
  font-size: 1.2rem;
  color: #C31F41;
  background: #ffffff;
}
.sec01 .inner h2 a:after {
  content: ">";
  padding: 0 0 0 5px;
  font-family: 'slick';
}
.sec01 .inner .slider .article_box {
  width: 50%;
  background: #ffffff;
  padding: 5px 5px 0 5px;
  border-radius: 2px;
  box-shadow: 0px 0px 6px -1px #E58332;
  -moz-box-shadow: 0px 0px 6px -1px #E58332;
  -webkit-box-shadow: 0px 0px 6px -1px #E58332;
}
.sec01 .inner .slider .article_box .imgclm {
  overflow: hidden;
}
.sec01 .inner .slider .article_box .imgclm img {
  width: 100%;
  height: auto;
}
.sec01 .inner .slider .article_box .box {
  display: table;
  width: 100%;
  height: 20px;
  background-color: #5b5b5b;
}
.sec01 .inner .slider .article_box .box h3 {
  display: table-cell;
  text-align: center;
  padding: 0 5px;
  background: #C31F41;
  font-size: 1rem;
  color: #ffffff;
}
.sec01 .inner .slider .article_box .box time {
  display: table-cell;
  padding: 0 5px 0 0;
  text-align: right;
  font-size: 1.2rem;
  color: #ffffff;
}
.sec01 .inner .slider .article_box .txtclm {
  height: 62px;
  overflow: hidden;
  padding: 5px 0;
  font-size: 1.4rem;
}
.sec01 .inner .slider .article_box .txtclm p {
  letter-spacing: 0.05em;
  text-align: justify;
}
.sec01 .inner .button {
  margin: 0 5px 0 0;
}
.sec01 .inner .button a {
  width: 100%;
  display: inline-block;
  margin: 5px auto;
  padding: 3px 0;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 3px 0 #cccccc;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.sec01 .inner .button a:after {
  content: ">";
  padding: 0 0 0 5px;
  font-family: 'slick';
}

/*=====banner_box=====*/
.banner_box {
  background-color: #fff9e3;
  padding: 10px;
}
.banner_box .inner {
  background: #ffffff;
}
.banner_box .inner ul {
  display: table;
  width: 100%;
  padding: 10px;
  text-align: center;
}
.banner_box .inner ul li {
  float: left;
  width: 100%;
  line-height: 1;
  padding: 0 0 5px 0;
}
.banner_box .inner ul li:last-child {
  padding: 0;
}
.banner_box .inner ul li img {
  width: 100%;
  height: auto;
}

/*=====embedded_box=====*/
#embedded_box {
  width: 100%;
  margin: 0 auto;
}
#embedded_box .inner {
  padding: 0 20px;
}

/*=====sec02=====*/
.sec02 {
  width: 100%;
  padding: 10px 0;
}
.sec02 .inner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.sec02 .inner h2 {
  margin: 0 0 10px 0;
  color: #C31F41;
  font-size: 1.8rem;
  border-bottom: 1px solid #C31F41;
}
.sec02 .inner h2 a {
  display: inline-block;
  float: right;
  font-size: 1.2rem;
  color: #C31F41;
  padding: 5px;
  background: #ffffff;
}
.sec02 .inner h2 a:after {
  content: ">";
  padding: 0 0 0 5px;
}
.sec02 .inner .slider .article_box {
  width: 50%;
  background: #ffffff;
  padding: 5px 5px 0 5px;
  border-radius: 2px;
  box-shadow: 0px 0px 6px -1px #E58332;
  -moz-box-shadow: 0px 0px 6px -1px #E58332;
  -webkit-box-shadow: 0px 0px 6px -1px #E58332;
}
.sec02 .inner .slider .article_box .imgclm {
  overflow: hidden;
}
.sec02 .inner .slider .article_box .imgclm img {
  width: 100%;
  height: auto;
}
.sec02 .inner .slider .article_box .box {
  display: table;
  width: 100%;
  height: 20px;
  background-color: #5b5b5b;
}
.sec02 .inner .slider .article_box .box h3 {
  display: table-cell;
  text-align: center;
  padding: 0 5px;
  background: #C31F41;
  font-size: 1rem;
  color: #ffffff;
}
.sec02 .inner .slider .article_box .box time {
  display: table-cell;
  padding: 0 5px 0 0;
  text-align: right;
  font-size: 1.2rem;
  color: #ffffff;
}
.sec02 .inner .slider .article_box .txtclm {
  height: 62px;
  overflow: hidden;
  padding: 5px 0;
  font-size: 1.4rem;
}
.sec02 .inner .slider .article_box .txtclm p {
  letter-spacing: 0.05em;
  text-align: justify;
}
.sec02 .inner .button {
  margin: 0 5px 0 0;
}
.sec02 .inner .button a {
  width: 100%;
  display: inline-block;
  margin: 5px auto;
  padding: 3px 0;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 3px 0 #cccccc;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.sec02 .inner .button a:after {
  content: ">";
  padding: 0 0 0 5px;
  font-family: 'slick';
}

/*=====net_box=====*/
#net_box .inner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#net_box .inner h2 {
  color: #ffffff;
  font-size: 1.8rem;
  color: #C31F41;
  border-bottom: 2px solid #C31F41;
}
#net_box .inner h2 a {
  display: inline-block;
  float: right;
  padding: 5px;
  font-size: 1.2rem;
  color: #C31F41;
  background: #ffffff;
}
#net_box .inner h2 a:after {
  content: ">";
  padding: 0 0 0 5px;
  font-family: 'slick';
}
#net_box .inner ul {
  font-size: 14px;
}
#net_box .inner ul li {
  padding: 0 0 10px 0;
}
#net_box .inner ul li dl dt, #net_box .inner ul li dl dd {
  display: table-cell;
}

/*=====gotop=====*/
#gotop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 40px;
  opacity: 0.8;
}
#gotop .inner {
  width: 1200px;
  margin: 0 auto;
}

/*=====footer=====*/
footer {
  width: 100%;
  margin: 10px 0 0 0;
}
footer .inner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
footer .inner ul {
  padding: 0;
  font-size: 1.2rem;
}
footer .inner ul li:first-child {
  margin: 0 0 5px 0;
}
footer .inner ul li a {
  color: #C31F41;
  border: 1px solid #C31F41;
  width: 100%;
  text-align: center;
  display: inline-block;
}
footer .inner #copy {
  color: #C31F41;
  text-align: center;
  font-size: 1rem;
  margin: 5px 0;
}

/*=====radikoボタン固定=====*/
.fix-menu {
  position: fixed;
  bottom: 0;
  height: auto;
  z-index: 999;
  width: 100%;
  margin: 0 !important;
}
.fix-menu .inner {
  border-radius: 10px 10px 0 0 !important;
}

.is-fixed {
  display: none !important;
}

/*=====下層ページ共通スタイル=====*/
.sub .radiko_box {
  margin: 10px;
  background: #E73C64;
  border-radius: 10px;
}
.sub .radiko_box .inner {
  padding: 5px;
  color: #ffffff;
  position: relative;
  display: table;
  width: 100%;
}
.sub .radiko_box .inner .box_left {
  display: table-cell;
  width: 15%;
  vertical-align: middle;
  padding: 5px;
}
.sub .radiko_box .inner .box_left img {
  float: right;
  height: auto;
  vertical-align: middle;
}
.sub .radiko_box .inner .box_right {
  display: table-cell;
  width: 85%;
  vertical-align: middle;
}
.sub .radiko_box .inner .box_right .radiko_left {
  font-weight: bold;
  text-align: left;
}
.sub .radiko_box .inner .box_right .radiko_right {
  font-size: 1.0rem;
  text-align: left;
  font-weight: bold;
  line-height: 1.6;
}
.sub .share_box {
  margin: 10px;
}
.sub .share_box .inner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff9e3;
  padding: 10px 10px 0 10px;
  display: table;
}
.sub .share_box .inner p {
  text-align: center;
  font-weight: bold;
}

/*=====articleｌ=====*/
#sec_article {
  width: 100%;
  background: #C31F41;
}
#sec_article h2 {
  width: 100%;
  text-align: left;
  color: #C31F41;
  font-size: 1.8rem;
  padding: 5px 0 0 10px;
  background: #ffffff;
}
#sec_article .inner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px;
}
#sec_article .inner .article_box {
  width: 50%;
  background: #ffffff;
  padding: 5px 5px 0 5px;
  border-radius: 2px;
  box-shadow: 0px 0px 6px -1px #E58332;
  -moz-box-shadow: 0px 0px 6px -1px #E58332;
  -webkit-box-shadow: 0px 0px 6px -1px #E58332;
  float: left;
  width: 49%;
  margin: 0 2% 2% 0;
}
#sec_article .inner .article_box .imgclm {
  overflow: hidden;
}
#sec_article .inner .article_box .imgclm img {
  width: 100%;
  height: auto;
}
#sec_article .inner .article_box .box {
  display: table;
  width: 100%;
  height: 20px;
  background-color: #5b5b5b;
}
#sec_article .inner .article_box .box h3 {
  display: table-cell;
  text-align: center;
  padding: 0 5px;
  background: #C31F41;
  font-size: 1rem;
  color: #ffffff;
}
#sec_article .inner .article_box .box time {
  display: table-cell;
  padding: 0 5px 0 0;
  text-align: right;
  font-size: 1.2rem;
  color: #ffffff;
}
#sec_article .inner .article_box .txtclm {
  height: 62px;
  overflow: hidden;
  padding: 5px 0;
  font-size: 1.4rem;
}
#sec_article .inner .article_box .txtclm p {
  letter-spacing: 0.05em;
  text-align: justify;
}
#sec_article .inner .article_box:nth-child(even) {
  margin: 0 0 2% 0;
}
#sec_article .inner .article_box .imgclm {
  line-height: 0;
}
#sec_article .inner .pager {
  clear: both;
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
}
#sec_article .inner .pager p {
  display: inline-block;
  padding: 20px 0;
}
#sec_article .inner .pager p.pager-left {
  float: left;
}
#sec_article .inner .pager p.pager_right {
  float: right;
}
#sec_article .inner .pager p a {
  width: 40px;
  height: 40px;
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  color: #5b5b5b;
  font-size: 3rem;
}

/*=====articleｌ_single=====*/
#sec_article_single {
  width: 100%;
  padding: 0 0 20px 0;
}
#sec_article_single .inner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px 10px 10px 10px;
}
#sec_article_single .inner h2 {
  width: 100%;
  padding: 5px 0;
  color: #5b5b5b;
  font-size: 1.8rem;
  border-bottom: 1px solid #C31F41;
  line-height: 1.3em;
  padding: 0;
  background: #ffffff;
}
#sec_article_single .inner .article_area time {
  display: inline-block;
  padding: 2px 10px;
  margin: 3px 0;
  text-align: right;
  font-size: 1rem;
  color: #ffffff;
  background: #C31F41;
}
#sec_article_single .inner .article_area .txtclm h3 {
  font-size: 2rem;
  line-height: 1.3em;
  margin: 0 0 10px 0;
}
#sec_article_single .inner .article_area .txtclm p {
  margin: 0 0 30px 0;
  line-height: 1.4em;
}
#sec_article_single .inner .article_area .txtclm a {
  color: #659fdb;
  text-decoration: underline;
}
#sec_article_single .inner .article_area .imgclm {
  text-align: center;
  margin: 40px 0;
}
#sec_article_single .inner .article_area .imgclm img {
  width: 100%;
  height: auto;
}

/*=====personality=====*/
#performers_article .inner h2 {
  text-align: center;
  font-size: 1.8rem;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#performers_article .inner .sec h3 {
  font-size: 1.6rem;
  margin: 5px 0 5px 10px;
  padding: 0 0 0 5px;
  border-left: 3px solid #C31F41;
}
#performers_article .inner .sec .box {
  color: #ffffff;
  background: #C31F41;
  margin: 0 0 10px 0;
}
#performers_article .inner .sec .box .boxInner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  padding: 10px;
}
#performers_article .inner .sec .box .boxInner .imgClm {
  display: inline-table;
  float: left;
  margin: 0 10px 10px 0;
  width: 40%;
  height: auto;
}
#performers_article .inner .sec .box .boxInner .imgClm img {
  width: 100%;
  height: auto;
}
#performers_article .inner .sec .box .boxInner .txtClm h3 {
  padding: 0 0 10px 0;
}
#performers_article .inner .sec .box .boxInner .txtClm p {
  margin: 0 0 20px 0;
}
#performers_article .inner .sec .box .boxInner .txtClm p a {
  color: #659fdb;
}

/*=====timetable=====*/
.timetable_article h2 {
  text-align: center;
  font-size: 1.8rem;
}
.timetable_article h3 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  margin: 10px;
  padding: 0 0 0 10px;
  font-size: 1.6rem;
  border-left: 3px solid #C31F41;
}
.timetable_article table {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.timetable_article table tr th {
  padding: 3px 0;
  width: 60px !important;
  text-align: center;
  box-sizing: border-box;
  color: #ffffff;
}
.timetable_article table tr th.time01 {
  background: #C31F41;
}
.timetable_article table tr th.time02 {
  background: #5b5b5b;
}
.timetable_article table tr td {
  padding: 3px 0 3px 10px;
  border-bottom: 1px solid #C31F41;
}
.timetable_article table tr td li {
  margin: 0 0 7px 0;
  line-height: 1.3em;
}
.timetable_article table tr td li span {
  font-weight: bold;
}
.timetable_article table tr td a {
  color: #659fdb;
  text-decoration: underline;
}

/*=====404ページ=====*/
#notfound_article {
  padding: 20px 0;
  color: #ffffff;
  background: #C31F41;
}
#notfound_article h2, #notfound_article h3, #notfound_article p {
  text-align: center;
  color: #ffffff !important;
}
#notfound_article h2 {
  font-size: 5rem;
  color: #C31F41;
}
#notfound_article h3 {
  font-size: 3rem;
  color: #notfound_article h3 maincolor;
}

/*=====新トップページ=====*/
.pcHome {
  display: none;
}

.spTab {
  display: block;
}

a.article_link {
  display: block;
}

a.article_link:hover,
a.bt:hover,
.cornerAll a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

a.bt {
  display: block;
  width: 30%;
  margin: 0 auto;
  color: #fff;
  background-color: #ff9237;
  text-align: center;
  border-radius: 5px 5px 5px 5px;
  padding: 8px 10px;
  margin-top: 10px;
}

main {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
main .allWrapper h2, main .allWrapper h3 {
  font-size: 1.4rem;
}
main .allWrapper .leftContents {
  width: 100%;
}
main .allWrapper .leftContents .spTab h1 {
  font-size: 1.8rem;
  color: #C31F41;
}
main .allWrapper .leftContents .spTab h2 {
  font-size: 1.4rem;
  font-weight: bold;
}
main .allWrapper .leftContents .spTab .text_new01 {
  position: relative;
  width: 100%;
  float: none;
  border-top: solid 1px #C31F41;
  border-bottom: solid 1px #C31F41;
  padding: 5px 0;
  margin: 10px 0;
}
main .allWrapper .leftContents .spTab .text_new01 .icon_new {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 27px;
  float: none;
  border: none;
}
main .allWrapper .leftContents .spTab .text_new01 .icon_new img {
  width: auto;
  height: auto;
}
main .allWrapper .leftContents .spTab .text_new01 figure {
  margin: 0;
}
main .allWrapper .leftContents .spTab .text_new01 figure img {
  width: 100%;
  height: auto;
}
main .allWrapper .leftContents .spTab .text_new01 .textWrapper {
  overflow: hidden;
  margin-bottom: 3px;
}
main .allWrapper .leftContents .spTab .text_new01 .textWrapper h2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-size: 1.4rem;
}
main .allWrapper .leftContents .spTab .text_new01 .textWrapper p {
  font-size: 1.2rem;
}
main .allWrapper .leftContents .spTab .text_new01 .textWrapper .textNew {
  overflow: hidden;
  height: 117px;
}
main .allWrapper .leftContents .spTab .text_new01 .day {
  font-size: 0.9rem;
  color: #a7a7a7;
  text-align: right;
  padding: 0 3px 3px 0;
}
main .allWrapper .leftContents .sectionWrapper01 {
  background: #C31F41;
  margin: 0 0 10px 0;
}
main .allWrapper .leftContents .sectionWrapper01 section {
  width: 48%;
  float: left;
  margin: 1%;
  background: #ffffff;
}
main .allWrapper .leftContents .sectionWrapper01 .homeText h2 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
main .allWrapper .leftContents .sectionWrapper01 .homeText figure {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
main .allWrapper .leftContents .sectionWrapper01 .homeText figure img {
  width: 100%;
  height: auto;
}
main .allWrapper .leftContents .sectionWrapper01 .homeText .textWrapper {
  margin: 3px 0 3px 3px;
}
main .allWrapper .leftContents .sectionWrapper01 .homeText .textWrapper h2 {
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.4rem;
}
main .allWrapper .leftContents .sectionWrapper01 .homeText .day {
  font-size: 0.9rem;
  color: #a7a7a7;
  text-align: right;
  padding: 0 3px 3px 0;
}
main .allWrapper .text_all {
  border-bottom: solid 3px #ff9237;
}
main .allWrapper .text_all h2 {
  color: #000;
  text-align: center;
  background: url(../img/home_bg01.png) repeat-x center, #fff;
  margin-bottom: 0;
  padding: 5px 0 8px;
  margin-top: 2px;
}
main .allWrapper .text_all h2 span {
  background-color: #fff;
  padding: 0 5px;
}
main .allWrapper .text_all h2 span img {
  width: 45%;
  height: auto;
}
main .allWrapper .text_all h3 {
  color: #494949;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 5px 0 7px;
  margin: 8px 5px;
  border-left: solid 3px #68bfbf;
}
main .allWrapper .text_all h3 p {
  line-height: 1.7;
  padding: 0 5px;
}
main .allWrapper .cornerAll {
  margin: 20px 0;
}
main .allWrapper .cornerAll a {
  display: block;
  width: 50%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #ff9237;
  padding: 8px 2px;
  margin-bottom: 5px;
}

/* pageview */
ul.pageview {
  display: table;
  width: 90%;
  margin: 0 auto;
}

ul.pageview li {
  color: #ff9237;
}

.pageNext, .pageBack {
  display: table-cell;
  width: 45%;
}

.pageBack a.bt {
  float: right;
  padding: 3px 0 3px 8px;
}

.pageNext a.bt {
  float: left;
  padding: 3px 8px 3px 2px;
}

a.bt {
  display: block;
  width: 50px;
  text-align: center;
  color: #fff;
  background-color: #ff9237;
  padding: 2px;
}

/* calendar */
#calendarSp {
  display: block;
}

#calendarPc {
  display: none;
}

/* カレンダー部分 */
.calendarSp .calemdarSp_inner {
  background-color: #C31F41;
  padding-bottom: 8px;
}
.calendarSp .calemdarSp_inner h2 {
  color: #ffffff;
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 10px;
}
.calendarSp .calemdarSp_inner h2 .years {
  font-size: 22px;
  margin-left: 10px;
}
.calendarSp .calemdarSp_inner p {
  line-height: 1.3;
}
.calendarSp .calemdarSp_inner p.serect {
  color: #ffffff;
  width: 118px;
  float: right;
  background: url(../img/calendar_sp_bg01.png) no-repeat 5.7em 0.35em;
  padding: 0 5px;
  border: solid 1px #ffffff;
  margin: 10px 5px 0;
}
.calendarSp .calemdarSp_inner p.serect a {
  color: #ffffff;
}
.calendarSp .calemdarSp_inner ul.listWrapper {
  width: 98%;
  margin: 0 auto;
}
.calendarSp .calemdarSp_inner ul.listWrapper li {
  position: relative;
  width: 49%;
  height: 105px;
  float: left;
  margin-bottom: 3px;
}
.calendarSp .calemdarSp_inner ul.listWrapper li p .spDay {
  position: absolute;
  bottom: 11px;
  left: 5px;
  font-weight: bold;
  background: url(../img/calendar_bg01.png) no-repeat 0 0;
  background-size: 93%;
  padding: 1px 10px 10px 8px;
}
.calendarSp .calemdarSp_inner ul.listWrapper li figure {
  margin: 0;
  max-width: 185px;
  max-height: 105px;
  margin-bottom: 3px;
  overflow: hidden;
}
.calendarSp .calemdarSp_inner ul.listWrapper li figure.calendarSp_bg02 {
  display: none;
  bottom: 6px;
}
.calendarSp .calemdarSp_inner ul.listWrapper li figure img {
  width: 185px;
  height: 105px;
  object-fit: cover;
}
.calendarSp .tab_spWrapper {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
}
.calendarSp .tab_spWrapper ul.tab li {
  font-weight: bold;
  float: left;
  width: 55px;
  border-radius: 8px 8px 0 0;
}
.calendarSp .tab_spWrapper ul.tab li.select {
  background-color: #C31F41;
}
.calendarSp .tab_spWrapper ul.content {
  margin-bottom: 5px;
}
.calendarSp .tab_spWrapper ul.content li {
  float: left;
  width: 100%;
  background-color: #C31F41;
  border-radius: 0 0 8px 8px;
  padding: 8px 5px 8px 12px;
}
.calendarSp .tab_spWrapper ul.content li.hide {
  display: none;
}
.calendarSp .tab_spWrapper ul.content li .count {
  width: 16%;
  float: left;
  color: #ffffff;
  background-color: #631CB9;
  margin: 0 1px 2px 0;
  padding: 10px;
  border-radius: 7px;
}
.calendarSp .tab_spWrapper ul.content li .count.noLink {
  background-color: #bfbfbf;
  cursor: default;
}
.calendarSp .tab_spWrapper ul.content li .count a {
  color: #ffffff;
}

/* カレンダー記事一覧 */
#calendarSp .sec01 .inner .slider .article_box .txtclm {
  height: 50px;
}

#sec_article_single .calendarContents {
  margin-top: -14px;
}
#sec_article_single .calendarContents .inner .calendarPctext {
  border-bottom: 1px dashed #73a1d6;
  padding: 16px 10px 10px 10px;
}
#sec_article_single .calendarContents .inner .calendarPctext .article_area time {
  padding: 0 0 3px;
}

#calendarSp .slick-prev,
#calendarSp .slick-next {
  top: 33%;
}

/* カレンダー記事一覧　同じ月の記事一覧 */
.textList {
  width: 95%;
  margin: 0 auto;
  margin-right: 0;
}
.textList h2 {
  color: #C31F41;
  font-size: 18px;
  margin-bottom: 2px;
}
.textList ol {
  margin-bottom: 13px;
}
.textList ol:after {
  display: block;
  clear: both;
  content: "";
}
.textList ol li {
  color: #ffffff;
  float: left;
  width: 13%;
  text-align: center;
  background-color: #C31F41;
  margin: 0 2px 2px 0;
  padding: 7px 6px;
  border-radius: 5px;
}
.textList ol li.noLink {
  background-color: #bfbfbf;
}
.textList ol li a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  padding: 3px 2px 6px 0;
}

@media screen and (max-width: 414px) {
  ul.listWrapper li {
    width: 49%;
  }
  ul.listWrapper li p.spDay {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/calendar_bg01.png) no-repeat 0 0;
    background-size: 93%;
    padding: 6px 10px 12px 6px;
  }
  ul.listWrapper li p.spDay.one {
    padding: 4px 9px 18px 11px;
    background-size: 105%;
  }
  ul.listWrapper li figure {
    margin: 0;
    max-width: 185px;
    max-height: 105px;
    margin-bottom: 5px;
    overflow: hidden;
  }
  ul.listWrapper li figure.calendarSp_bg02 {
    position: absolute;
    bottom: -5px;
    right: 6px;
  }
  ul.listWrapper li figure img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (max-width: 360px) {
  .calendarSp ul.listWrapper li {
    width: 49%;
    margin-right: 2px;
  }
  .calendarSp ul.listWrapper li p .spday {
    padding: 6px 10px 18px 6px;
  }
}
@media screen and (max-width: 359px) {
  ul.listWrapper li {
    width: 49%;
    margin-right: 2px;
  }
}
@media screen and (max-width: 354px) {
  .calendarSp .calemdarSp_inner ul.listWrapper li {
    width: 48%;
  }
  .calendarSp .calemdarSp_inner ul.listWrapper li p .spDay {
    padding: 6px 10px 16px 6px;
  }
}
@media screen and (max-width: 350px) {
  .calendarSp ul.listWrapper li {
    width: 48%;
  }
  .calendarSp ul.listWrapper li p .spDay {
    padding: 6px 10px 16px 6px;
    bottom: 9px;
  }
  .calendarSp ul.listWrapper li p .spDay.one {
    bottom: 4px;
  }
}
@media screen and (max-width: 340px) {
  .calendarSp .calemdarSp_inner ul.listWrapper li {
    width: 49%;
  }
}
@media screen and (max-width: 320px) {
  .calendarSp p .serect {
    background: url(../img/calendar_sp_bg01.png) no-repeat 8.2em 0.25em;
    padding: 0 13px;
  }
  .calendarSp ul.listWrapper li {
    width: 49%;
    margin-right: 2px;
  }
  .calendarSp ul.listWrapper li figure {
    max-width: none;
    max-height: none;
  }

  .tab_spWrapper p {
    font-size: 16px;
  }
}
/* scrollbar ----------------------------*/
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #E5E5E5;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #E5E5E5;
}

/* clearFix */
.allWrapper:after,
.text_new01:after,
.sectionWrapper01:after,
.cornerWrapper:after,
footer:after,
.pageNext:after,
.pageBack:after,
.share_box .inner ul:after,
ul.listWrapper:after,
.sp ul.content:after,
.sp ul.tab:after,
.calendarSp ul li:after,
.month ol:after,
ul.content li:after {
  display: block;
  clear: both;
  content: "";
}

.secAdd {
  text-align: center;
  margin: 10px 0;
}
