@charset "UTF-8";
@font-face {
  font-family: "BAHNSCHRIFT";
  src: url("../fonts/BAHNSCHRIFT.woff") format("woff"), url("../fonts/BAHNSCHRIFT.TTF") format("truetype");
}
/* CSS INFORMATION -====================================================
File name : subpage.css
Description : 下層・個別
===================================================================== */
/* =====================================================================
    intro
======================================================================*/
@media screen and (max-width: 767px) {
  .intro .page_ttl,
  .cast .page_ttl {
    padding-left: 5rem;
  }
  .intro .page_ttl h2,
  .cast .page_ttl h2 {
    font-size: 8rem;
  }
}

.intro .page_ttl {
  margin-bottom: 0;
}

.intro_txt_wrap {
  position: relative;
  padding: 16rem 0 0;
}
.intro_txt_wrap::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100vw;
  height: calc(100% + 40rem);
  margin: 0 calc(50% - 50vw);
  background: url(../images/intro/bg_illust.png) repeat-y top right/52.2rem auto;
}

.intro_txt {
  margin-left: calc(-15 / 650 * 100%);
  width: calc(681 / 650 * 100%);
}

@media screen and (min-width: 768px) {
  .intro_txt_wrap {
    padding: 7.5rem 0 0;
  }
  .intro_txt_wrap::before {
    height: calc(100% + 20rem);
    background-size: 64rem auto;
  }
  .intro_txt {
    margin-left: calc(40 / 940 * 100%);
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .intro_txt {
    margin-left: calc(40 / 940 * 100%);
    width: calc(1120 / 940 * 100%);
  }
}
/* =====================================================================
    cast
======================================================================*/
.cast_list_wrap:not(:last-child) {
  margin-bottom: 12rem;
}

:is(.cast_subttl, .onair_subttl) {
  position: relative;
  margin-bottom: 6rem;
}
:is(.cast_subttl, .onair_subttl)::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: calc(100% - 5rem);
  border-bottom: 1px solid #ff4500;
}
:is(.cast_subttl, .onair_subttl)::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  border-bottom: 1px solid #ff4500;
  -webkit-transform: skewY(-45deg);
          transform: skewY(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
:is(.cast_subttl, .onair_subttl)::before {
  width: 100%;
}
:is(.cast_subttl, .onair_subttl)::after {
  right: -5rem;
}
:is(.cast_subttl, .onair_subttl) span {
  font-family: "BAHNSCHRIFT", sans-serif;
  font-weight: 600;
  font-size: 6rem;
  color: #ff4500;
}

.cast_list li {
  margin-bottom: 3.5rem;
}
.cast_list li > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 86%;
  font-weight: 500;
}
.cast_list li > dl > dt {
  width: 50%;
  text-align: center;
  padding: 0.3em 0;
  color: #ffffff;
  letter-spacing: 0;
  background: #000;
}
.cast_list li > dl > dd {
  position: relative;
  top: -0.15em;
  width: 45%;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  :is(.cast_subttl, .onair_subttl) {
    margin-bottom: 5rem;
  }
  :is(.cast_subttl, .onair_subttl)::after {
    right: -10rem;
    width: 10rem;
    height: 10rem;
  }
  .cast_list {
    margin: 0 auto;
    width: calc(690 / 940 * 100%);
    min-width: 500px;
  }
  .cast_list li > dl {
    font-size: 112%;
  }
  .cast_list li > dl > dt {
    width: 45%;
  }
  .cast_list li > dl > dd {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  :is(.cast_subttl, .onair_subttl) {
    margin-left: calc(130 / 1280 * 100%);
  }
  :is(.cast_subttl, .onair_subttl)::before {
    width: calc(136.5853658537% - 10rem);
  }
  :is(.cast_subttl, .onair_subttl)::after {
    right: 0;
    margin-right: calc((24.6341463415% + 10rem) * -1);
  }
}
/* =====================================================================
    original
======================================================================*/
.original_head {
  position: relative;
  margin: 0 calc(50% - 50vw) 10rem;
  padding: 12rem 0 5rem;
}
.original_head::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_texture7-sp.png) no-repeat right bottom/100% auto;
  z-index: -1;
}

.original_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
.original_img li {
  margin: 0 calc(13 / 750 * 100%) calc(26 / 750 * 100%);
  width: calc(150 / 750 * 100%);
}

.original_bookttl {
  text-align: center;
  line-height: 1.4;
  /* 新刊 */
}
.original_bookttl dt {
  margin-bottom: 0.5em;
  font-family: "Noto Serif JP", serif;
  font-size: 4.6rem;
  font-weight: 900;
  color: #ff4500;
}
.original_bookttl dt small {
  color: #000;
  font-size: 70%;
}
.original_bookttl dt span {
  color: #000;
}
.original_bookttl dd > * {
  display: block;
  font-weight: 700;
}
.original_bookttl dd span {
  margin-bottom: 2em;
}
.original_bookttl dd small {
  font-size: 78%;
  color: #8c8c8c;
}
.original_bookttl.new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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 5rem;
}
.original_bookttl.new .img {
  margin-right: 5%;
  width: 30%;
}
.original_bookttl.new dt {
  width: 55%;
  font-size: 200%;
}

:is(.original_comment, .music_comment, .music_profile) {
  position: relative;
  margin: 0 0 10rem calc(-30 / 650 * 100%);
  width: calc(710 / 650 * 100%);
}
:is(.original_comment, .music_comment, .music_profile) dt {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -5rem;
  padding: 1.4rem 5rem;
  padding-right: 3rem;
  font-family: "Orbitron", sans-serif;
  font-size: 86%;
  background: #ff4500;
}
:is(.original_comment, .music_comment, .music_profile) dt::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -2em;
  width: 2em;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, right top, color-stop(50%, #ff4500), color-stop(51%, transparent));
  background-image: linear-gradient(to top right, #ff4500 50%, transparent 51%);
}
:is(.original_comment, .music_comment, .music_profile) dd {
  padding: 7rem 5rem;
  line-height: 1.785;
  background: rgba(227, 227, 227, 0.5);
  border-top: 2px solid;
}
:is(.original_comment, .music_comment, .music_profile) dd .name {
  display: block;
  text-align: right;
  margin-top: 1.2em;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 3.2rem;
  color: #8c8c8c;
}

.btn_original {
  width: 54rem;
}

@media screen and (min-width: 768px) {
  .original_head {
    margin: 0 0 110px;
    padding: 0;
  }
  .original_head::before {
    top: 8rem;
    bottom: auto;
    margin-left: calc(-40 / 940 * 100%);
    width: calc(1280 / 940 * 100%);
    background: url(../images/common/bg_texture7-pc.png) no-repeat right top/100% auto;
  }
  .original_img {
    margin: 0 auto 4rem;
    width: calc(750 / 940 * 100%);
  }
  .original_bookttl {
    /* 新刊 */
  }
  .original_bookttl dt {
    font-size: 200%;
  }
  .original_bookttl dd span {
    font-size: 125%;
  }
  .original_bookttl dd small {
    font-size: 100%;
  }
  .original_bookttl.new {
    width: calc(760 / 940 * 100%);
  }
  .original_bookttl.new dt {
    font-size: min(60px, 6rem);
  }
  :is(.original_comment, .music_comment, .music_profile) {
    margin: 0 0 5rem;
    width: 100%;
  }
  :is(.original_comment, .music_comment, .music_profile) dt {
    margin-top: -40px;
    padding: 10px 30px;
    padding-right: 20px;
    font-size: 125%;
  }
  :is(.original_comment, .music_comment, .music_profile) dd {
    padding: 5rem;
    line-height: 2;
  }
  :is(.original_comment, .music_comment, .music_profile) dd .name {
    font-size: 120%;
  }
  .btn_original {
    width: 46rem;
    min-width: 320px;
  }
}
/* =====================================================================
    music
======================================================================*/
.music .tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10rem;
  gap: 3rem 0;
}
.music .tab_list li {
  width: 100%;
}
.music .tab_list li.tab_st::before {
  background-image: url(../images/common/bg_texture5_yellow.jpg);
}
.music .tab_list li.tab_st a {
  background: #ffba1a;
}
.music .tab_content > li {
  display: none;
}
.music .tab_content > li.is-active {
  display: block;
}
.music .tab_content > li > *:not(:last-child) {
  margin-bottom: 20rem;
}

.music_head {
  position: relative;
  margin-bottom: 10rem;
  padding: 6rem 0;
}
.music_head::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: url(../images/common/bg_texture7-sp.png) no-repeat right bottom/cover;
  z-index: -1;
}

.music_subttl {
  position: relative;
  text-align: right;
  margin-bottom: 6.5rem;
  padding-right: 2em;
  font-family: "Orbitron", sans-serif;
  font-size: 128%;
  color: #ff4500;
}
.music_subttl::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 2.1em;
  height: 1.3em;
  background: url(../images/common/img_slash_2.png) no-repeat top right/contain;
}

.music_img {
  position: relative;
  margin: 0 auto 6.6rem;
  padding: 1.2rem;
  width: calc(484 / 650 * 100%);
  overflow: hidden;
}
.music_img::before, .music_img::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 7.6rem;
  height: 7.6rem;
  background: #ff4500;
  z-index: -1;
}
.music_img::after {
  left: auto;
  right: 0;
}
.music_img_brackets {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.music_img_brackets::before, .music_img_brackets::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 7.6rem;
  height: 7.6rem;
  background: #ff4500;
  z-index: -1;
}
.music_img_brackets::after {
  left: auto;
  right: 0;
}

.music_desc {
  margin: 0 auto;
  width: calc(484 / 650 * 100%);
  line-height: 1.2;
}
.music_desc dt {
  margin-bottom: 0.5em;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 128%;
}
.music_desc .artist {
  margin-bottom: 1.2em;
  font-weight: 700;
}
.music_desc .label {
  font-size: 78%;
  font-weight: 700;
  color: #939393;
}

.music_profile dt {
  color: #ffffff;
  background: #000;
}
.music_profile dt::before {
  background-image: -webkit-gradient(linear, left bottom, right top, color-stop(50%, #000), color-stop(51%, transparent));
  background-image: linear-gradient(to top right, #000 50%, transparent 51%);
}

.music_profile_flex {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .music_profile_flex li:not(:last-child) {
    margin-bottom: 2em;
  }
}

.music_btn > * {
  margin-bottom: 3.6rem;
  width: 54rem;
}

.btn_sns::before {
  background-image: url(../images/common/bg_texture5_yellow.jpg);
}
.btn_sns a {
  background: #ffba1a;
}

@media screen and (min-width: 768px) {
  .music .tab_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 12rem;
    gap: 3rem 0;
  }
  .music .tab_list li {
    margin: 0;
    width: calc(440 / 940 * 100%);
  }
  .music_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12.6rem;
    padding: 0;
  }
  .music_head::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: calc(-40 / 940 * 100%);
    width: calc(1280 / 940 * 100%);
    height: calc(100% - 10rem);
    background-image: url(../images/common/bg_texture7-pc.png);
  }
  .music_subttl {
    position: absolute;
    top: 0;
    right: 0;
    margin: 8.8rem 0 0;
    font-size: 111%;
  }
  .music_img {
    margin: 0 0 0 calc(40 / 940 * 100%);
    width: calc(484 / 940 * 100%);
  }
  .music_desc {
    margin: 0;
    padding: 14rem 0 12rem;
    width: calc(375 / 940 * 100%);
  }
  .music_desc dt {
    font-size: 156%;
  }
  .music_desc .artist {
    font-size: 111%;
  }
  .music_desc .label {
    font-size: 88%;
  }
  .music_comment {
    margin-bottom: 56px;
  }
  .music_profile_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .music_profile_flex li {
    width: 48%;
  }
  .music_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .music_btn > * {
    width: 38rem;
    min-width: 250px;
  }
}
/* =====================================================================
    gallery
======================================================================*/
.gallery_h3 {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 1rem;
  color: #ff4500;
  font-size: 4rem;
  font-weight: 700;
  border-bottom: 1px solid #ff4500;
}
.gallery_h3::after {
  content: "";
  position: absolute;
  left: calc(100% + 9.9rem);
  bottom: -1px;
  display: block;
  width: 20rem;
  height: 20rem;
  border-left: 1px solid #ff4500;
  -webkit-transform: skewX(135deg);
          transform: skewX(135deg);
}

.gallery_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4rem;
}
.gallery_list li {
  position: relative;
  margin: 0 calc(26 / 650 * 100%) calc(50 / 650 * 100%) 0;
  width: calc(312 / 650 * 100%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .gallery_list li:nth-child(2n) {
    margin-right: 0;
  }
}
.gallery_list li.fadeIn-appear .gallery_list_img {
  cursor: pointer;
  pointer-events: auto;
}
.gallery_list li .gallery_list_img {
  position: relative;
}
.gallery_list li .gallery_list_img::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 24.358974359%;
  padding-top: 13.4615384615%;
  background: url(../images/common/icon_zoom.png) no-repeat center/contain;
  -webkit-transition: background-image 0.4s ease;
  transition: background-image 0.4s ease;
}
.gallery_list li .gallery_list_text {
  position: relative;
  margin-top: 1.2rem;
  padding-left: 1.2rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.gallery_list li .gallery_list_text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  display: block;
  width: 2px;
  height: 1.2em;
  background-color: #ff4500;
}
.gallery_list + .gallery_h3 {
  padding-top: 4rem;
}

@media screen and (min-width: 768px) {
  .gallery_h3 {
    margin-left: calc(130 / 940 * 100%);
    margin-right: calc(-190 / 940 * 100%);
    font-size: 3rem;
  }
  .gallery_list {
    margin-left: auto;
    width: calc(810 / 940 * 100%);
  }
  .gallery_list li {
    margin: 0 2.2222222222% 4.9382716049% 0;
    width: 31.8518518519%;
  }
  .gallery_list li:nth-child(3n) {
    margin-right: 0;
  }
  .gallery_list li .gallery_list_img {
    overflow: hidden;
  }
  .gallery_list li .gallery_list_img img {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .gallery_list li .gallery_list_img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .gallery_list li .gallery_list_img:hover::after {
    background-image: url(../images/common/icon_zoom_h.png);
  }
  .gallery_list li .gallery_list_text {
    font-size: 1.8rem;
  }
}
/* =====================================================================
    special
======================================================================*/
.special .page_ttl {
  padding-left: 5rem;
}
.special .page_ttl h2 {
  -webkit-transform: scale(0.85, 1);
          transform: scale(0.85, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.special .page_ttl h2::after {
  content: none;
}
.special .page_ttl h2 > em {
  position: relative;
  display: block;
  font-style: normal;
}
.special .page_ttl h2 > em::after {
  content: "";
  position: absolute;
  left: 0;
  top: 52%;
  display: block;
  width: 100%;
  border-top: 1.5px solid #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.special .page_ttl h2 .page_ttl_slash {
  right: -20rem;
}
.special .page_ttl h2 .page_ttl_slash.flowing-appear {
  height: 82%;
}
.special_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: -4rem;
  margin-left: 0;
}
.special_list li {
  width: 100%;
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .special .page_ttl {
    padding-left: 14.5rem;
  }
  .special .page_ttl h2 > em {
    display: inline-block;
  }
  .special .page_ttl h2 > em::after {
    top: 44%;
  }
  .special .page_ttl h2 .page_ttl_slash {
    right: -10rem;
  }
  .special .page_ttl h2 .page_ttl_slash.flowing-appear {
    height: 75%;
  }
  .special_list {
    width: calc(900 / 940 * 100%);
    margin-top: -2rem;
    margin-left: auto;
  }
  .special_list li {
    width: 48.8888888889%;
  }
  .special_list li .special_list_img {
    overflow: hidden;
  }
  .special_list li .special_list_img img {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .special_list li a:hover .special_list_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.special_slide {
  text-align: center;
}
.special_slide_navi {
  position: relative;
  display: inline-block;
  margin-top: 3.5rem;
}
.special_slide_navi .slick-prev {
  position: absolute;
  right: calc(100% + 2.5rem);
  top: calc(50% - 2.5rem);
  display: block;
  width: 5rem;
  height: 5rem;
  font-size: 0;
  border-radius: 1rem;
  border: 1px solid #ff4500;
}
.special_slide_navi .slick-prev::after {
  content: "";
  position: absolute;
  left: calc(50% - 0.4rem);
  top: calc(50% - 0.7rem);
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 2px solid #ff4500;
  border-left: 2px solid #ff4500;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.special_slide_navi .slick-next {
  position: absolute;
  left: calc(100% + 2.5rem);
  top: calc(50% - 2.5rem);
  display: block;
  width: 5rem;
  height: 5rem;
  font-size: 0;
  border-radius: 1rem;
  border: 1px solid #ff4500;
}
.special_slide_navi .slick-next::after {
  content: "";
  position: absolute;
  left: calc(50% - 0.9rem);
  top: calc(50% - 0.7rem);
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-right: 2px solid #ff4500;
  border-bottom: 2px solid #ff4500;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.special_slide_navi .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.special_slide_navi .slick-dots li {
  margin: 0 0.4rem;
}
.special_slide_navi .slick-dots li button {
  position: relative;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 0;
  background-color: #ff4500;
}
.special_slide_navi .slick-dots li.slick-active button {
  width: calc(1.4rem + 4px);
  height: calc(1.4rem + 4px);
  border: 2px solid #ff4500;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .special_slide_navi {
    margin-top: 2.5rem;
  }
  .special_slide_navi .slick-prev {
    right: calc(100% + 1.8rem);
    top: calc(50% - 1.8rem);
    width: 3.6rem;
    height: 3.6rem;
  }
  .special_slide_navi .slick-prev::after {
    left: calc(50% - 0.3rem);
    top: calc(50% - 0.5rem);
    width: 1rem;
    height: 1rem;
  }
  .special_slide_navi .slick-next {
    left: calc(100% + 1.8rem);
    top: calc(50% - 1.8rem);
    width: 3.6rem;
    height: 3.6rem;
  }
  .special_slide_navi .slick-next::after {
    left: calc(50% - 0.7rem);
    top: calc(50% - 0.5rem);
    width: 1rem;
    height: 1rem;
  }
  .special_slide_navi .slick-dots li {
    margin: 0 0.3rem;
  }
  .special_slide_navi .slick-dots li button {
    width: 0.8rem;
    height: 0.8rem;
  }
  .special_slide_navi .slick-dots li.slick-active button {
    width: calc(0.8rem + 4px);
    height: calc(0.8rem + 4px);
  }
}
/* =====================================================================
    special/dictionary
======================================================================*/
.dictionary .page_ttl {
  padding-left: 10rem;
}
.dictionary .page_ttl h2 {
  -webkit-transform: none;
          transform: none;
}
.dictionary .page_ttl h2 > em {
  position: relative;
  display: block;
  font-style: normal;
}
.dictionary .page_ttl h2 > em.ttl_01 {
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  font-weight: 700;
}
.dictionary .page_ttl h2 > em.ttl_02 {
  padding-top: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 8rem;
  font-weight: 700;
}
.dictionary .page_ttl h2 > em::after {
  content: none;
}
.dictionary .page_ttl h2 .page_ttl_slash {
  right: -14rem;
}
.dictionary .page_ttl h2 .page_ttl_slash.flowing-appear {
  height: 82%;
}
.dictionary .inner {
  width: 100% !important;
  margin: 0 !important;
}
.dictionary_h3 {
  position: relative;
  margin-top: 10rem;
  margin-left: 2.6666666667%;
  padding-bottom: 2rem;
  border-left: 0.8rem solid #ff4500;
  background-color: #ffffff;
}
.dictionary_h3:first-child {
  margin-top: 0;
}
.dictionary_h3::after {
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 100%;
  display: block;
  width: calc(100% - 0.8rem);
  height: 1.6rem;
  background: url(../images/common/bg_texture5.png);
  background-repeat: repeat;
  background-position: left top;
}
.dictionary_h3 > span {
  display: inline-block;
  padding-top: 0.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #ff4500;
  font-family: "Orbitron", sans-serif;
  font-size: 1.8rem;
  border-right: 0.1rem solid #ff4500;
}
.dictionary_h3 > em {
  display: block;
  padding-top: 1.5rem;
  padding-left: 2rem;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-size: 4rem;
  font-weight: 700;
}
.dictionary_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 6rem;
  margin-left: 6.6666666667%;
  margin-right: 6.6666666667%;
}
.dictionary_column_text {
  width: 100%;
}
.dictionary_column_text p {
  font-size: 2.8rem;
  line-height: 2;
}
.dictionary_column_img {
  width: 100%;
  padding-top: 6rem;
}

@media screen and (min-width: 768px) {
  .dictionary .page_ttl {
    padding-left: 14.5rem;
  }
  .dictionary .page_ttl h2 > em {
    display: inline-block;
  }
  .dictionary .page_ttl h2 .page_ttl_slash {
    right: -10rem;
  }
  .dictionary .page_ttl h2 .page_ttl_slash.flowing-appear {
    height: 75%;
  }
  .dictionary_h3 {
    margin-top: 6rem;
    margin-left: calc(80 / 1280 * 100%);
    border-left: 0.4rem solid #ff4500;
  }
  .dictionary_h3::after {
    left: 0.4rem;
    width: calc(100% - 0.4rem);
    height: 0.8rem;
  }
  .dictionary_h3 > span {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.3rem;
  }
  .dictionary_h3 > em {
    padding-top: 1rem;
    padding-left: 2.5rem;
    font-size: 3.2rem;
  }
  .dictionary_column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 4rem;
    margin-left: calc(80 / 1280 * 100%);
    margin-right: calc(300 / 1280 * 100%);
  }
  .dictionary_column_text {
    width: 51.1111111111%;
  }
  .dictionary_column_text p {
    font-size: 1.8rem;
  }
  .dictionary_column_img {
    width: 44.4444444444%;
    padding-top: 0;
  }
}
/* =====================================================================
    special/visualdictionary
======================================================================*/
.visualdictionary .page_ttl {
  margin-bottom: 0;
  padding: 8rem 0;
}
.visualdictionary .page_ttl::before {
  content: none;
}
.visualdictionary .page_ttl h2 {
  bottom: inherit;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform: none;
          transform: none;
}
.visualdictionary_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  width: 100%;
  margin-top: -8rem;
  margin-left: 0;
}
.visualdictionary_list li {
  width: 48%;
  margin-top: 8rem;
}
.visualdictionary_list_img {
  position: relative;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  cursor: pointer;
}
.visualdictionary_list_img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000000;
  z-index: 10;
}
.visualdictionary_list_img::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 7.6rem;
  padding-top: 4.2rem;
  background-image: url(../images/common/icon_zoom.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: background-image 0.4s ease;
  transition: background-image 0.4s ease;
}
.visualdictionary_list_img img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.visualdictionary_list_text {
  position: relative;
  margin-top: 1.2rem;
  padding-left: 1.2rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.visualdictionary_list_text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  display: block;
  width: 2px;
  height: 1.2em;
  background-color: #ff4500;
}
.visualdictionary_modal {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 100;
}
.visualdictionary_modal_bg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(227, 227, 227, 0.6);
  cursor: pointer;
  z-index: 110;
}
.visualdictionary_modal_content {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 65rem;
  border: 1px solid #dfdfdf;
  border-top: 3px solid #000000;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 120;
}
.visualdictionary_modal_content::before {
  content: "";
  position: absolute;
  left: 3rem;
  top: -1rem;
  display: block;
  width: 7rem;
  height: 3rem;
  background-color: #ff4500;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 50% 75%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 50% 75%, 100% 100%, 100% 0%);
  z-index: 130;
}
.visualdictionary_modal_content .swiper {
  position: relative;
}
.visualdictionary_modal_content .swiper-prev {
  position: absolute;
  left: -3rem;
  top: calc(50% - 5rem);
  display: block;
  width: 4rem;
  height: 10rem;
  background-image: url(../images/common/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  z-index: 130;
}
.visualdictionary_modal_content .swiper-next {
  position: absolute;
  right: -3rem;
  top: calc(50% - 5rem);
  display: block;
  width: 4rem;
  height: 10rem;
  background-image: url(../images/common/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  z-index: 130;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.visualdictionary_modal_inner {
  max-height: 80vh;
  padding: 4rem 4rem 5rem 4rem;
  overflow-y: scroll;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  /*スクロールバー非表示（Chrome・Safari）*/
}
.visualdictionary_modal_inner::-webkit-scrollbar {
  display: none;
}
.visualdictionary_modal_img {
  width: 100%;
  margin: 0 auto;
}
.visualdictionary_modal_text {
  width: 100%;
  padding-top: 3rem;
}
.visualdictionary_modal_text dt {
  position: relative;
  padding-left: 1.6rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.visualdictionary_modal_text dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  display: block;
  width: 2px;
  height: 1.2em;
  background-color: #ff4500;
}
.visualdictionary_modal_text dd {
  padding-top: 2rem;
  font-size: 2.8rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .visualdictionary_list {
    -webkit-column-gap: 1.3333333333%;
       -moz-column-gap: 1.3333333333%;
            column-gap: 1.3333333333%;
    width: calc(900 / 940 * 100%);
    margin-top: -6rem;
    margin-left: auto;
  }
  .visualdictionary_list li {
    width: 32.4444444444%;
    margin-top: 6rem;
  }
  .visualdictionary_list_img::after {
    width: 4.8rem;
    padding-top: 2.6rem;
  }
  .visualdictionary_list_img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .visualdictionary_list_img:hover::after {
    background-image: url(../images/common/icon_zoom_h.png);
  }
  .visualdictionary_list_text {
    font-size: 1.8rem;
  }
  .visualdictionary_modal_content {
    width: 90rem;
  }
  .visualdictionary_modal_content::before {
    left: 2rem;
    top: -0.8rem;
    width: 4.6rem;
    height: 2rem;
  }
  .visualdictionary_modal_content .swiper-prev {
    left: 10rem;
    top: 21rem;
    width: 3rem;
    height: 8rem;
  }
  .visualdictionary_modal_content .swiper-next {
    right: 10rem;
    top: 21rem;
    width: 3rem;
    height: 8rem;
  }
  .visualdictionary_modal_inner {
    padding: 2rem 10rem 4.5rem 10rem;
  }
  .visualdictionary_modal_img {
    width: 46rem;
  }
  .visualdictionary_modal_text dt {
    font-size: 2.2rem;
  }
  .visualdictionary_modal_text dd {
    font-size: 1.8rem;
  }
}
/* =====================================================================
    special/diary
======================================================================*/
.diary_bg {
  display: none;
}
.diary .page_ttl {
  margin-bottom: 0;
  padding: 0;
}
.diary .page_ttl::before {
  content: none;
}
.diary .page_ttl h2 {
  bottom: inherit;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transform: none;
          transform: none;
  z-index: 10;
}
.diary .inner {
  width: 100% !important;
  margin: 0 !important;
}
.diary_h3 {
  position: relative;
  margin-top: -11rem;
}
.diary_lead {
  margin-left: 6.6666666667%;
  margin-right: 6.6666666667%;
  padding-bottom: 3rem;
}
.diary_lead p {
  padding-top: 6rem;
  font-size: 2.8rem;
  line-height: 1.7;
}
.diary_column {
  margin-top: 5rem;
  margin-left: 2.6666666667%;
  margin-right: 0;
  background-color: #ffffff;
  -webkit-box-shadow: -0.6rem 0.6rem 0 #dfdfdf;
          box-shadow: -0.6rem 0.6rem 0 #dfdfdf;
}
.diary_column_head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 5.3rem 0 1.5rem 6.2rem;
}
.diary_column_head::before {
  content: "";
  position: absolute;
  left: 4rem;
  top: 1.5rem;
  display: block;
  width: 69rem;
  height: 10.5rem;
  background-image: url(../special/diary/images/bg02_sp.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.diary_column_head .date {
  color: #ff4500;
  font-family: "Yomogi", cursive;
  font-size: 3.6rem;
}
.diary_column_head .date > span {
  display: inline-block;
  margin-right: 3.8rem;
}
.diary_column_head .weather img {
  width: auto;
  height: 5rem;
}
.diary_column_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 5rem 5.5rem 8rem 3.5rem;
}
.diary_column_text {
  width: 100%;
}
.diary_column_text p {
  font-family: "Yomogi", cursive;
  font-size: 2.8rem;
  line-height: 1.7;
}
.diary_column_img {
  width: 100%;
  margin-top: 6rem;
}

@media screen and (min-width: 768px) {
  .diary_bg {
    position: absolute;
    left: 0;
    top: 100rem;
    display: block;
    width: 100%;
    height: calc(100% - 100rem);
    background-image: url(../special/diary/images/bg01.png);
    background-repeat: repeat-y;
    background-position: left top;
    background-size: 100% auto;
  }
  .diary_h3 {
    margin-top: -2.5rem;
  }
  .diary_lead {
    margin-left: calc(80 / 1280 * 100%);
    margin-right: calc(300 / 1280 * 100%);
  }
  .diary_lead p {
    padding-top: 4rem;
    font-size: 1.8rem;
  }
  .diary_column {
    margin-left: calc(86 / 1280 * 100%);
    margin-right: calc(300 / 1280 * 100%);
  }
  .diary_column_head {
    padding: 1.9rem 0 1rem 3.2rem;
  }
  .diary_column_head::before {
    left: 0.6rem;
    top: -1rem;
    width: 87rem;
    height: 8rem;
    background-image: url(../special/diary/images/bg02_pc.png);
  }
  .diary_column_head .date {
    font-size: 2.6rem;
  }
  .diary_column_head .date > span {
    margin-right: 3.3rem;
  }
  .diary_column_head .weather img {
    width: auto;
    height: 4rem;
  }
  .diary_column_body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 4rem 3rem 5rem 3rem;
  }
  .diary_column_text {
    width: 48.4412470024%;
  }
  .diary_column_text p {
    font-size: 1.8rem;
  }
  .diary_column_img {
    width: 47.9616306954%;
    margin-top: 0;
  }
}
/* =====================================================================
    onair
======================================================================*/
.onair_group:not(:last-child) {
  margin-bottom: 8rem;
}
.onair_group > * {
  margin-bottom: 5rem;
}
.onair_group > *:not(.onair_subttl) {
  margin-left: auto;
  margin-right: auto;
  width: calc(600 / 650 * 100%);
}
.onair_group p {
  font-size: 114%;
  font-weight: 500;
  line-height: 1.75;
}
.onair_group p strong {
  font-size: 125%;
  font-weight: 500;
}
.onair_group p small {
  font-size: 75%;
  color: #969696;
}

.onair_list_wrap > * {
  margin-bottom: 5rem;
}

.onair_list_ttl {
  font-size: 114%;
  font-weight: 500;
  color: #ff4500;
}

.onair_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.onair_list li {
  margin-bottom: 3.3333333333%;
  width: 46.6666666667%;
  background: #000;
}
.onair_list li a {
  text-align: center;
  padding: 2.2rem 0;
  font-size: 90%;
  color: #ffffff;
}

.nolink a {
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .onair_group:not(:last-child) {
    margin-bottom: 10rem;
  }
  .onair_group > *:not(.onair_subttl) {
    width: calc(690 / 940 * 100%);
    min-width: 500px;
  }
  .onair_group p {
    line-height: 2;
  }
  .onair_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .onair_list li {
    margin-bottom: 1.4492753623%;
    width: 47.5362318841%;
  }
  .onair_list li a {
    position: relative;
    padding: 1.6rem 0;
    font-size: 111%;
    z-index: 1;
  }
  .onair_list li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ff4500;
    z-index: -1;
  }
  .onair_list li a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}/*# sourceMappingURL=subupage.css.map */