:root {
  /* カラー */
  --bg-color: #001d55;
  --bg-date: #957329;
  --color-nav: #0059b3;
  --color-date: #fff;
  --color_accent: #c11928;  
  /* フォント */
  --font_BIZGothic: "BIZ UDPGothic", sans-serif;
  --font_size24: 24px;
  --font_size18: 18px;  
}

@media screen and (max-width: 767px) {
  :root {
    --font_size24: 20px;
    --font_size18: 16px;  
  }
}

.ktvglobal-container a {
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease;
}

.sp_br {
  display: none;
}

.sphone .sp_br {
  display: inline;
}

/*
@note ナビゲーション
*/
.ktvglobal-container .pagemenu {
  padding: 5px 0
}

.ktvglobal-container .pagemenu .menu {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2px;
  margin: 30px 0 50px;
  list-style: none;
  background-color: var(--bg-color);
}

.sphone .ktvglobal-container .pagemenu .menu {
  margin: 5px 0 30px;
}

.ktvglobal-container .pagemenu .menu li {
  display: inline-block;
  width: 100%;
}

.ktvglobal-container .pagemenu .menu li a {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  background: #0059b3;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  justify-content: center;
  padding: 10px 30px;
  font-family: var(--font_BIZGothic);
  font-weight: 700; 
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 960px) {
  .ktvglobal-container .pagemenu .menu li a {
    font-size: 14px;
  }
}

.sphone .ktvglobal-container .pagemenu .menu li a {
  height: 12.4vw;
  font-size: 15px;
}

.sphone .ktvglobal-container .pagemenu .menu li.nav-additionaltimes a {
  font-size: 13px;
}

.ktvglobal-container .pagemenu .menu li a:hover {
  background-color: var(--color_accent) !important;
}

.ktvglobal-container .pagemenu ul li:nth-of-type(n + 1),
.ktvglobal-container .pagemenu ul li:nth-of-type(n + 5),
.ktvglobal-container .pagemenu ul li:nth-of-type(n + 3){
  padding-top: 0 !important;
}

.ktvglobal-container .pagemenu ul li:nth-of-type(odd),
.ktvglobal-container .pagemenu ul li {
  padding-right: 0 !important;
}

.ktvglobal-container .pagemenu ul li {
  width: 100%;
}

.ktvglobal-container .pagemenu ul {
  margin-left: 5px;
  gap: 2px;
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

@media (max-width: 600px) {
  .ktvglobal-container .pagemenu ul {
    margin-left: 0;
  }
}

/* 1行目の3つのアイテム */
ul#menu-pnav li:first-child {
  grid-column: 1 / span 4;
}

ul#menu-pnav li:nth-child(2) {
  grid-column: 5 / span 4;
}

ul#menu-pnav li:nth-child(3) {
  grid-column: 9 / span 4;
}

/* 2行目の4つのアイテム */
ul#menu-pnav li:nth-child(4) { 
  grid-column: 1 / span 3; 
}

ul#menu-pnav li:nth-child(5) { 
  grid-column: 4 / span 3;
}

ul#menu-pnav li:nth-child(6) { 
  grid-column: 7 / span 3;
}

ul#menu-pnav li:nth-child(7) { 
  grid-column: 10 / span 3;
}

/*
@note コンテンツ
*/
.ktvglobal-container {
  padding: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  background-color: var(--bg-color);
}

.ktvglobal-container .container-innerwrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.ktvglobal-container .heading-2 {
  padding: 20px 15px;
}

.sphone .ktvglobal-container .heading-2 {
  padding: 20px 9px;
}

.ktvglobal-container .heading-2 img {
  max-width: 100%;
}

/* articlelist */
.articlelist {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 5px;
}

.sphone .articlelist {
  gap: 5px;
  padding: 5px 0;
}

.articlelist .article_inner {
  position: relative;
  background-color: #fff;
}

.first-page .articlelist .article_inner:nth-child(-n+2) {
  grid-column: span 2;
}

.sphone.first-page .articlelist .article_inner:nth-child(1) {
  grid-column: span 2;
}

@media (max-width: 768px) {

  .articlelist {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .articlelist .article_inner {
    grid-column: span 2;
  }

  .first-page .articlelist .article_inner:nth-child(-n+2) {
    grid-column: span 3;
  }
}

.sphone.first-page .articlelist .article_inner:nth-child(-n+2) {
  grid-column: span 2;
}

.sphone .articlelist .article_inner ,
.sphone.first-page .articlelist .article_inner:nth-child(2) {
  grid-column: span 1;
}
.sphone.first-page .articlelist .article_inner:nth-child(2) ,
.sphone .articlelist {
  grid-template-columns: repeat(2, 1fr);
}

.articlelist .article_inner a {
  display: block;
  height: 100%;
  padding: 0 0 35px;
}

.articlelist .article_inner a .article-img ,
.articlelist .article_inner a .article-txt {
  transition: 0.3s all;
}

.articlelist .article_inner a:hover .article-img ,
.articlelist .article_inner a:hover .article-txt {
  opacity: 0.8;
}

.articlelist .article_inner .article-img {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.articlelist .article_inner .article-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100.2%;
  max-height: 100.2%;
  width: auto;
  height: auto;
  margin: auto;
}

.articlelist .article_inner .article-txt .article-ttl {
  display: inline-block;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

.first-page .articlelist .article_inner:nth-child(-n+2) .article-txt .article-ttl {
  font-size: 24px;
  line-height: 1.3;
}

.sphone .articlelist .article_inner .article-txt .article-ttl ,
.sphone.first-page .articlelist .article_inner:nth-child(2) .article-txt .article-ttl {
  font-size: 16px;
}

.sphone.first-page .articlelist .article_inner:first-child .article-txt .article-ttl {
  font-size: 22px;
}

.articlelist .article_inner .article-txt .date-time {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 0 10px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.first-page .articlelist .article_inner:nth-child(-n+2) .article-txt .date-time {
  font-size: 16px;
}

.sphone.first-page .articlelist .article_inner:nth-child(2) .article-txt .date-time {
  font-size: 14px;
}

.articlelist .article_inner .article-txt .date-time:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 135px;
  height: 30px;
  border-color: transparent var(--bg-date) var(--bg-date) transparent;
  content: '';
  z-index: -1;
  border-width: 0 0 30px 15px;
  border-style: solid;
}

.first-page .articlelist .article_inner:nth-child(-n+2) .article-txt .date-time:before {
  width: 155px;
  border-width: 0 0 35px 15px;
}

.sphone.first-page .articlelist .article_inner:nth-child(2) .article-txt .date-time:before {
  width: 135px;
  border-width: 0 0 30px 15px;
}

.ktvglobal-container .pulpo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 15px 0;
  color: #fff;
}

.ktvglobal-container .pulpo a:hover {
  opacity: 0.8;
}

.ktvglobal-container .detail-movie {
  max-width: 860px;
  margin: 30px auto 0;
}

.ktvglobal-container .detail-movie-inner {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0;
}

.ktvglobal-container .detail-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ktvglobal-container .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 20px;
  color: #fff;
}

/* 1ページしかない場合はページャーを非表示にする */
.ktvglobal-container .pagination:has(> :only-child) {
  display: none;
}

.ktvglobal-container .pagination div ,
.ktvglobal-container .pagination span {
  margin: 0 10px 10px;
}

.sphone .ktvglobal-container .pagination div ,
.sphone .ktvglobal-container .pagination span {
  margin: 0 5px 10px;
}

.ktvglobal-container .pagination div a {
  display: block;
  width: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 2.375;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.2s all;
}

.sphone .ktvglobal-container .pagination div a {
  width: 26px;
  font-size: 14px;
  line-height: 1.7143;
}

.ktvglobal-container .pagination div a:hover ,
.ktvglobal-container .pagination div .current-page {
  color: #001d55;
  background-color: #fff;
}

.ktvglobal-container .pagination div .back-page ,
.ktvglobal-container .pagination div .next-page {
  width: auto !important;
  border: none;
}

.ktvglobal-container .pagination div .back-page {
  padding: 0 5px 0 20px;
  background: url(../img/arw_left.png) no-repeat left 5px center;
  background-size: 8px auto;
}
.ktvglobal-container .pagination div .back-page:hover {
  background: #fff url(../img/arw_left-hover.png) no-repeat left 5px center;
  background-size: 8px auto;
}
.ktvglobal-container .pagination div .next-page {
  padding: 0 20px 0 5px;
  background: url(../img/arw_right.png) no-repeat right 5px center;
  background-size: 8px auto;
}
.ktvglobal-container .pagination div .next-page:hover {
  background: #fff url(../img/arw_right-hover.png) no-repeat right 5px center;
  background-size: 8px auto;
}

.sphone .ktvglobal-container .pagination div .back-page {
  padding: 0 5px 0 16px;
  background: url(../img/arw_left.png) no-repeat left 4px center;
  background-size: 7px auto;
}
.sphone .ktvglobal-container .pagination div .back-page:hover {
  background: #fff url(../img/arw_left-hover.png) no-repeat left 4px center;
  background-size: 7px auto;
}
.sphone .ktvglobal-container .pagination div .next-page {
  padding: 0 16px 0 5px;
  background: url(../img/arw_right.png) no-repeat right 4px center;
  background-size: 7px auto;
}
.sphone .ktvglobal-container .pagination div .next-page:hover {
  background: #fff url(../img/arw_right-hover.png) no-repeat right 4px center;
  background-size: 7px auto;
}

.detail-area {
  margin: 5px 0 0;
  background: #fff;
}

.detail-area-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 10px 40px;
}

.sphone .detail-area-inner {
  margin: 0 auto 30px;
  padding: 10px;
}

.detail-img {
  text-align: center;
}

.detail-img img {
  max-width: 100%;
  width: auto;
}

.detail-date {
  margin: 5px 0 3px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

.sphone .detail-date {
  font-size: 16px;
}

.detail-ttl {
  position: relative;
  margin: 5px 0 40px;
  font-size: 26px;
  line-height: 1.3;
}

.sphone .detail-ttl {
  font-size: 22px;
}

.detail-ttl:before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 80px;
  height: 1px;
  line-height: 1px;
  content: '';
  background-color: #000051;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.sphone .detail-ttl:before {
  bottom: -25px;
}

.detail-txt h4 {
  margin: 25px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

.sphone .detail-txt h4 {
  font-size: 16px;
}

.detail-txt h4:before {
  content: '■';
}

.detail-txt p {
  font-size: 18px;
  line-height: 1.8;
}

.sphone .detail-txt p {
  font-size: 16px;
}

.detail-txt-img {
  padding: 10px 0;
  text-align: center;
}

.detail-txt-img img {
  width: auto;
  max-width: 600px;
}

.sphone .detail-txt-img img {
  max-width: 100%;
}

.snsicon {
  margin-top: 30px;
  overflow: hidden;
}

.sphone .snsicon {
  margin-top: 0;
  padding: 0 0 20px;
}

.snsicon dl {
  float: right;
}

.sphone .snsicon dl {
  float: none;
  text-align: center;
}

.snsicon dl dt, 
.snsicon dl dd {
  float: left;
  padding: 0 5px;
}

.snsicon dl dt {
  padding-top: 15px !important;
  font-size: 20px;
  font-weight: bold;
}

.sphone .snsicon dl dt {
  float: none;
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
  font-size: 12px;
}

.sphone .snsicon dl dd {
  float: none;
  width: 14%;
  display: inline-block;
  padding: 0 3px;
}

.snsicon dl dd a {
  display: inline-block;
}

.snsicon dl dd a img {
  width: 56px;
  height: auto;
  vertical-align: top;
  transition: 0.2s all;
}

.sphone .snsicon dl dd a img {
  width: 100%;
  max-width: 56px;
}

.snsicon dl dd a:hover img {
  opacity: 0.8;
}

#article-new {
  margin: 0 0 10px;
}

.list-ttl {
  display: flex;
  align-items: center;
  padding: 50px 0 5px;
  white-space: nowrap;
}

.sphone .list-ttl {
  padding: 20px 0 15px;
}

.list-ttl:before {
  content: '';
  height: 5px;
  display: inline-block;
  margin: 0 10px 0 5px;
  position: relative;
  background: #fff;
  width: 100%;
  background: url(../img/h3-line.png) no-repeat right center;
}

.list-ttl:after {
  content: '';
  height: 5px;
  display: inline-block;
  margin: 0 10px 0 5px;
  position: relative;
  background: #fff;
  width: 100%;
  background: url(../img/h3-line.png) no-repeat left center;
}

.list-ttl h3 {
  padding: 5px 10px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.sphone .list-ttl h3 {
  padding: 2px 4px;
  font-size: 16px;
}

.list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.sphone .list {
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

.list_inner {
  max-width: 292px;
  background-color: #fff;
}

.list_inner a {
  position: relative;
  display: block;
  height: 100%;
  padding: 0 0 35px;
}

.list_inner .article-img {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.list_inner .article-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100.2%;
  max-height: 100.2%;
  width: auto;
  height: auto;
  margin: auto;
}

.list_inner .article-txt .article-ttl {
  display: inline-block;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

.sphone .list_inner .article-txt .article-ttl {
  font-size: 16px;
}

.list_inner .article-txt .date-time {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 0 10px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.list_inner .article-txt .date-time:before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 135px;
  height: 30px;
  border-color: transparent var(--bg-date) var(--bg-date) transparent;
  content: '';
  z-index: -1;
  border-width: 0 0 30px 15px;
  border-style: solid;
}

.back-btn {
  width: 50%;
  margin: 18px auto;
  padding: 5px;
}

@media screen and (max-width: 960px) {
  .back-btn {
    width: 60%;
  }
}

.sphone .back-btn {
  width: 100%;
  margin: 15px auto 20px;
  padding: 5px 0;
}

.back-btn a {
  position: relative;
  display: block;
  width: 100%;
  color: #000;
  font-family: var(--font_BIZGothic);
  font-size: 16px;
  font-weight: bold;
  padding: 3% 6%;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.back-btn a:hover {
  opacity: 0.8;
}