@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@media print, screen and (min-width: 992px) {
  .no_pc {
    display: none !important;
  }
}

@media print, screen and (max-width: 992px) {
  .no_sp {
    display: none !important;
  }
}

.fs_1 {
  font-size: 1.05rem !important;
}

.c_actor {
  color: #006CFF;
}

.c_genre {
  color: #FF8900;
}

.c_song {
  color: #1B6401;
}

.c_link {
  color: #006EB2;
}

.c_main {
  color: #3E4CF7;
}

.c_hit {
  color: #E06469;
}

.headline_01 {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 992px) {
  .headline_01 {
    display: block;
    text-align: center;
  }
}
.headline_01 h1 {
  position: relative;
  display: inline-block;
  padding-left: 65px;
  margin-bottom: 0;
  margin-right: 20px;
}
@media print, screen and (max-width: 992px) {
  .headline_01 h1 {
    padding-left: 45px;
  }
}
.headline_01 h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 45px;
  height: 1px;
  border-top: solid 1px #3E4CF7;
}
@media print, screen and (max-width: 992px) {
  .headline_01 h1::before {
    width: 25px;
  }
}
.headline_01 span {
  display: inline-block;
  font-size: 0.8rem;
}
@media print, screen and (max-width: 992px) {
  .headline_01 span {
    display: block;
    margin-top: 5px;
  }
}

.headline_02 {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 1rem;
}
.headline_02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #3E4CF7 0 20%, #000000 20%);
  height: 3px;
  width: 100%;
}

.headline_03 {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 1rem;
  font-size: 2rem;
}
@media print, screen and (max-width: 992px) {
  .headline_03 {
    font-size: 1.6rem;
  }
}
.headline_03::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #8EACCD 0 20%, #000000 20%);
  height: 3px;
  width: 100%;
}

.more_btn {
  text-align: center;
  margin: 30px 0 60px;
}
.more_btn a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  border: 1px solid #000000;
  padding: 10px 40px;
  transition: 0.5s;
}
.more_btn a:hover {
  color: #FFFFFF;
  background-color: #000000;
}
.more_btn a.more_js_btn.is_btn_hidden {
  display: none;
}

.w_50 {
  width: 50% !important;
}

.w_100 {
  width: 100%;
}

.mt_large {
  margin-top: 80px;
}

.mb_short {
  margin-bottom: 1.5rem;
}

.my_headline {
  margin: 10rem 0 1.5rem;
}
@media print, screen and (max-width: 992px) {
  .my_headline {
    margin: 7rem 0 1.5rem;
  }
}

@media print, screen and (min-width: 1400px) {
  .container {
    max-width: 1100px !important;
  }
}

@media print, screen and (min-width: 1200px) {
  .container_company {
    max-width: 960px !important;
  }
}

@media print, screen and (min-width: 1200px) {
  .container_blog {
    max-width: 900px !important;
  }
}

@media print, screen and (min-width: 992px) {
  .col-lg-1_5 {
    flex: 0 0 auto;
    width: 12.5%;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}

.pagination {
  position: sticky;
  left: 0;
  margin: 40px 0;
  justify-content: center;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .nav-links .page-numbers {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #3E4CF7;
  color: #FFFFFF;
  background: #3E4CF7;
  margin: 0 3px;
}
@media print, screen and (max-width: 992px) {
  .pagination .nav-links .page-numbers {
    padding: 5px 10px;
  }
}
.pagination .nav-links a.page-numbers {
  text-decoration: none;
  transition: 0.5s;
}
.pagination .nav-links a.page-numbers:hover {
  opacity: 0.7;
}
.pagination .nav-links .current {
  background: #FFFFFF;
  color: #3E4CF7;
}
.pagination .nav-links .dots {
  background: transparent;
  box-shadow: none;
  border: none;
  color: #000000;
  padding: 0;
}

.topic_cx {
  background-image: url(../images/sticker_cx.svg) !important;
}
.topic_cx .week_time > .week {
  border: 1px solid #74A9FF;
}
.topic_cx .week_time > .time {
  border-bottom: 2px solid #74A9FF;
}

.topic_ex {
  background-image: url(../images/sticker_ex.svg) !important;
}
.topic_ex .week_time > .week {
  border: 1px solid #EABC66;
}
.topic_ex .week_time > .time {
  border-bottom: 2px solid #EABC66;
}

.topic_ntv {
  background-image: url(../images/sticker_ntv.svg) !important;
}
.topic_ntv .week_time > .week {
  border: 1px solid #D86666;
}
.topic_ntv .week_time > .time {
  border-bottom: 2px solid #D86666;
}

.topic_tbs {
  background-image: url(../images/sticker_tbs.svg) !important;
}
.topic_tbs .week_time > .week {
  border: 1px solid #77C66C;
}
.topic_tbs .week_time > .time {
  border-bottom: 2px solid #77C66C;
}

.ui-front {
  z-index: 9999;
}
.ui-front .ui-state-active {
  background-color: #3E4CF7;
  color: #FFFFFF;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}
body header {
  position: relative;
  margin: 0;
  width: 100%;
  z-index: 9000;
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 992px) {
  body header > div {
    --bs-gutter-x: 3.5rem !important;
  }
}
body header .header_box {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 0 10px;
}
body header .header_box .h_logo a {
  transition: 0.5s;
}
body header .header_box .h_logo a:hover {
  opacity: 0.7;
}
@media print, screen and (max-width: 992px) {
  body header .header_box .h_logo a img {
    width: 200px;
  }
}
body header .nekokyara {
  position: absolute;
  top: 10%;
  right: 0;
}
@media print, screen and (min-width: 1400px) {
  body header .nekokyara {
    right: 18%;
  }
}
body header .nekokyara img {
  width: 150px;
}
body header .h_menu {
  position: absolute;
  top: 20%;
  right: 10px;
}
body header .h_menu a {
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 9000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #BE141B;
}
body header .h_menu a span {
  display: block;
  position: absolute;
  transition: 0.5s;
  top: 45%;
  left: 50%;
  transform: translate(-50%);
  width: 20px;
  height: 2px;
  background-color: #FFFFFF;
}
body header .h_menu a span::before {
  content: "";
  display: block;
  position: absolute;
  transition: 0.5s;
  top: -10px;
  right: 0px;
  width: 20px;
  height: 2px;
  background-color: #FFFFFF;
}
body header .h_menu a span::after {
  content: "";
  display: block;
  position: absolute;
  transition: 0.5s;
  top: 10px;
  right: 0px;
  width: 20px;
  height: 2px;
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 992px) {
  body header .hum_box {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media print, screen and (max-width: 992px) {
  body header .hum_box {
    position: absolute;
    top: 0;
    left: -1200px;
    background-color: #B20D23;
    width: 100%;
    height: 100vh;
    z-index: 9990;
    transition: 0.7s;
  }
}
body header .hum_box.is_open {
  left: 0;
}
body header .hum_box > div {
  position: relative;
  padding: 15px 0 15px 100px;
}
@media print, screen and (max-width: 992px) {
  body header .hum_box > div {
    padding: 30px 0;
  }
}
body header .hum_box > div .hum_logo {
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  body header .hum_box > div .hum_logo {
    display: none;
  }
}
@media print, screen and (max-width: 992px) {
  body header .hum_box > div .hum_logo {
    text-align: left;
    margin-left: 20px;
  }
}
body header .hum_box > div .hum_logo > a {
  display: inline-block;
  margin-bottom: 20px;
  transition: 0.5s;
}
body header .hum_box > div .hum_logo > a:hover {
  opacity: 0.7;
}
body header .hum_box > div .hum_logo > a > img {
  width: 230px;
}
body header .hum_box > div .hum_close {
  position: absolute;
  top: 30px;
  right: 33px;
  font-size: 24px;
  text-decoration: none;
  color: #FFFFFF;
}
@media print, screen and (min-width: 992px) {
  body header .hum_box > div .hum_close {
    display: none;
  }
}
body header .hum_box > div > .hum_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 992px) {
  body header .hum_box > div > .hum_list {
    display: flex;
  }
}
@media print, screen and (min-width: 992px) {
  body header .hum_box > div > .hum_list > li {
    padding: 0 20px;
    border-right: 1px solid #000000;
  }
  body header .hum_box > div > .hum_list > li:last-child {
    border: none;
  }
  body header .hum_box > div > .hum_list > li.li_slide {
    position: relative;
  }
  body header .hum_box > div > .hum_list > li a {
    text-decoration: none;
    color: #000000;
    transition: 0.5s;
  }
}
@media print, screen and (max-width: 992px) {
  body header .hum_box > div > .hum_list > li {
    background-color: #FFFFFF;
  }
  body header .hum_box > div > .hum_list > li:last-child a {
    border-bottom: 1px solid #000000;
  }
  body header .hum_box > div > .hum_list > li > a {
    text-decoration: none;
    color: #000000;
    transition: 0.5s;
    display: block;
    border-top: 1px solid #B7B7B7;
    padding: 15px 5px 15px 20px;
  }
  body header .hum_box > div > .hum_list > li > a:hover {
    opacity: 0.7;
  }
  body header .hum_box > div > .hum_list > li > a.hum_slide {
    position: relative;
  }
}
@media print, screen and (max-width: 992px) and (min-width: 992px) {
  body header .hum_box > div > .hum_list > li > a.hum_slide {
    display: none;
  }
}
@media print, screen and (max-width: 992px) {
  body header .hum_box > div > .hum_list > li > a.hum_slide::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 30%;
    right: 3%;
    display: inline-block;
    width: 22px;
    height: 22px;
    transition: 0.5s;
  }
  body header .hum_box > div > .hum_list > li > a.hum_slide.is_rotate::after {
    transform: rotateX(180deg);
  }
}
body header .hum_box > div > .hum_list > li > .hum_tv {
  list-style: none;
}
@media print, screen and (min-width: 992px) {
  body header .hum_box > div > .hum_list > li > .hum_tv {
    position: absolute;
    left: 0;
    width: 220px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 0;
    display: none;
  }
}
@media print, screen and (max-width: 992px) {
  body header .hum_box > div > .hum_list > li > .hum_tv {
    max-height: 30vh;
    overflow-y: scroll;
    padding: 0px;
  }
}
@media print, screen and (min-width: 992px) {
  body header .hum_box > div > .hum_list > li > .hum_tv > li {
    border-bottom: 1px dotted #B2B2B3;
  }
  body header .hum_box > div > .hum_list > li > .hum_tv > li:last-child {
    border: none;
  }
}
@media print, screen and (max-width: 992px) {
  body header .hum_box > div > .hum_list > li > .hum_tv > li {
    border-top: 1px solid #B7B7B7;
    background-color: #E7E7E3;
  }
}
body header .hum_box > div > .hum_list > li > .hum_tv > li > a {
  text-decoration: none;
  color: #000000;
  display: block;
  padding: 12px 5px;
  transition: 0.5s;
}
@media print, screen and (min-width: 992px) {
  body header .hum_box > div > .hum_list > li > .hum_tv > li > a {
    padding: 5px 25px;
  }
}
body header .hum_box > div > .hum_list > li > .hum_tv > li > a:hover {
  opacity: 0.7;
}
@media print, screen and (max-width: 992px) {
  body header .hum_box > div > .hum_list > li > .hum_tv > li > a {
    padding-left: 2rem;
  }
}
body .firstview .swiper .swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
  text-align: center;
}
body .firstview .swiper .swiper-slide img {
  width: 100%;
}
body .firstview .swiper-pagination-bullets {
  position: relative;
  bottom: 0px;
}
body .firstview .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #BE141B !important;
}
body .firstview .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin: 0 !important;
}
body main {
  position: relative;
}
body main .title_right {
  position: absolute;
  right: 0;
  width: 60%;
  background-color: #BE141B;
  padding: 5px;
  z-index: 100;
}
@media print, screen and (max-width: 992px) {
  body main .title_right {
    width: 95%;
  }
}
body main .title_right h1 {
  font-size: 1.3rem;
  color: #FFFFFF;
  margin-bottom: 0;
  font-weight: bold;
}
@media print, screen and (max-width: 992px) {
  body main .title_right h1 {
    font-size: 1rem;
  }
}
body main .title_right img {
  position: absolute;
  width: 100px;
  left: 50%;
  bottom: 0;
}
@media print, screen and (max-width: 992px) {
  body main .title_right img {
    left: auto;
    right: 5%;
  }
}
body main .title_sdgs {
  position: absolute;
  right: 0;
  width: 65%;
  background-color: #BE141B;
  padding: 5px;
  z-index: 100;
  text-align: left;
}
@media print, screen and (max-width: 992px) {
  body main .title_sdgs {
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    text-align: center;
  }
}
body main .title_sdgs h1 {
  font-size: 1.3rem;
  color: #FFFFFF;
  margin-bottom: 0;
  font-weight: bold;
}
body main .title_left {
  position: absolute;
  left: 0;
  width: 50%;
  background-color: #BE141B;
  padding: 5px;
  z-index: 100;
}
@media print, screen and (max-width: 992px) {
  body main .title_left {
    width: 50%;
  }
}
body main .title_left h1 {
  font-size: 1.3rem;
  color: #FFFFFF;
  margin-bottom: 0;
  font-weight: bold;
  text-align: right;
}
body main .rental_box {
  position: relative;
  margin-top: 50px;
  padding-top: 70px;
}
@media print, screen and (max-width: 992px) {
  body main .rental_box {
    text-align: center;
    padding-top: 120px;
  }
}
body main .rental_box .img_rental_room {
  position: relative;
}
body main .rental_box .img_rental_room .img_rental_message {
  position: absolute;
  top: -35%;
  left: 20px;
}
@media print, screen and (max-width: 992px) {
  body main .rental_box .img_rental_room .img_rental_message {
    width: 60%;
  }
}
body main .rental_box h3 {
  color: #BE141B;
  font-weight: bold;
  font-size: 1.5rem;
}
@media print, screen and (max-width: 992px) {
  body main .rental_box h3 {
    margin-top: 1rem;
  }
}
body main .rental_box p {
  margin-top: 0.5rem;
  line-height: 1.7;
}
body main .set_box {
  background-image: url(../images/bg_set.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}
@media print, screen and (max-width: 992px) {
  body main .set_box {
    background-image: url(../images/bg_set_sp.png);
  }
}
body main .set_box .first_col {
  justify-content: center;
}
@media print, screen and (min-width: 992px) {
  body main .set_box .first_col > div {
    margin: 0 20px;
  }
}
body main .set_box .first_col > div .second_col h3 {
  margin-top: 1rem;
  font-weight: bold;
}
body main .set_box .first_col > div .second_col p {
  font-size: 0.9rem;
  min-height: 3em;
}
@media print, screen and (max-width: 992px) {
  body main .set_box .first_col > div .second_col .img_kaden {
    width: 100%;
  }
}
@media print, screen and (max-width: 992px) {
  body main .set_box .first_col > div .second_col .second_val {
    position: relative;
  }
  body main .set_box .first_col > div .second_col .second_val img {
    width: 90%;
    position: absolute;
    top: 10%;
    left: 0;
  }
}
body main .set_box .set_paragraph {
  margin-top: 30px;
  text-align: center;
}
body main .set_btn_box {
  background-image: url(../images/bg_set_btn.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
  text-align: center;
  position: relative;
}
body main .set_btn_box a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #BE141B;
  transition: 0.5s;
  padding: 15px 50px;
}
body main .set_btn_box a:hover {
  opacity: 0.7;
}
body main .set_btn_box a::after {
  content: "＞";
  position: absolute;
  right: 5%;
}
body main .set_btn_box a img {
  position: absolute;
  left: -20%;
  top: 40%;
  transform: translateY(-50%);
  width: 100px;
}
body main .set_btn_box p {
  margin-top: 20px;
  color: #BE141B;
  margin-bottom: 0;
  font-weight: bold;
}
body main .news_box {
  margin-top: 100px;
  padding-top: 20px;
  position: relative;
}
body main .news_box .img_news_message {
  position: absolute;
  top: -5%;
  left: 52%;
}
@media print, screen and (max-width: 992px) {
  body main .news_box .img_news_message {
    width: 40%;
    top: -1%;
  }
}
body main .news_box ul {
  list-style: none;
  padding: 0;
  background-color: #f4f4f1;
  padding: 80px 80px;
}
@media print, screen and (max-width: 992px) {
  body main .news_box ul {
    padding: 25px;
  }
}
body main .news_box ul li {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #D8D8D8;
}
body main .news_box ul li:last-child {
  border: none;
}
body main .news_box ul li p {
  margin-bottom: 0;
}
body main .news_box .news_btn {
  text-align: center;
  margin-top: 30px;
}
body main .news_box .news_btn a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #BE141B;
  transition: 0.5s;
  padding: 15px 60px;
}
body main .news_box .news_btn a:hover {
  opacity: 0.7;
}
body main .news_box .news_btn a::after {
  content: "＞";
  position: absolute;
  right: 5%;
}
body main .news_box .news_btn a img {
  position: absolute;
  left: -20%;
  top: 25%;
  transform: translateY(-50%);
  width: 100px;
}
body main .sdgs_box {
  margin-top: 30px;
  background-image: url(../images/bg_sdgs.png);
  background-repeat: repeat;
  background-size: contain;
  padding: 50px 0;
  text-align: center;
}
@media print, screen and (max-width: 992px) {
  body main .sdgs_box {
    padding-bottom: 80px;
  }
}
body main .sdgs_box img {
  margin-top: 100px;
}
body main .article_box {
  background-repeat: no-repeat;
  background-size: contain;
  padding: 50px 0 70px;
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  body main .article_box {
    background-image: url(../images/bg_article_pc.png);
  }
}
@media print, screen and (max-width: 992px) {
  body main .article_box {
    padding: 150px 0 70px;
  }
}
body main .article_box .article_img {
  position: relative;
}
@media print, screen and (max-width: 992px) {
  body main .article_box .article_img {
    position: absolute;
    left: 50%;
    top: -7%;
    transform: translateX(-50%);
  }
}
body main .article_box .article_img img {
  width: 200px;
}
@media print, screen and (min-width: 992px) {
  body main .article_box .article_img img {
    position: absolute;
    top: -20%;
    left: 30%;
    width: 70%;
  }
}
body main .article_box .article_txt {
  text-align: left;
}
@media print, screen and (max-width: 992px) {
  body main .article_box .article_txt {
    text-align: center;
  }
}
body main .article_box .article_txt h3 {
  color: #BE141B;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
body main .article_box .article_txt h5 {
  font-weight: bold;
  margin: 30px 0 40px;
}
body main .shop_box {
  background-image: url(../images/bg_shop_pc.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  padding: 50px 0 70px;
  text-align: center;
  position: relative;
}
@media print, screen and (max-width: 992px) {
  body main .shop_box {
    background-image: url(../images/bg_shop_sp.png);
    background-size: cover;
  }
}
body main .shop_box h3 {
  color: #BE141B;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
body main .shop_box ul {
  list-style: none;
  padding: 0;
  justify-content: center;
  text-align: center;
}
@media print, screen and (max-width: 992px) {
  body main .shop_box ul {
    justify-content: flex-start;
  }
}
body main .shop_box ul li {
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  body main .shop_box ul li.col_lg_55 {
    flex: 0 0 auto;
    width: 20%;
  }
}
body main .shop_box ul li p {
  border-top: 1px solid #BE141B;
}
body main .shop_box .shop_btn {
  text-align: center;
  margin-top: 30px;
}
body main .shop_box .shop_btn a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #BE141B;
  transition: 0.5s;
  padding: 15px 50px;
}
body main .shop_box .shop_btn a:hover {
  opacity: 0.7;
}
body main .shop_box .shop_btn a::after {
  content: "＞";
  position: absolute;
  right: 5%;
}
body main .shop_box .shop_btn a img {
  position: absolute;
  left: -20%;
  top: 25%;
  transform: translateY(-50%);
  width: 100px;
}
body main .inside_title {
  margin-top: 60px;
  text-align: center;
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  body main .inside_title {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
body main .inside_title h1 {
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 3px solid #B7141B;
  padding-bottom: 0.5rem;
}
body main .inside_title .inside_en {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 180px;
}
body main .inside_title .inside_neko {
  position: absolute;
  right: 2%;
  bottom: 0;
  width: 80px;
}
body main .inside_company_table {
  background-image: url(../images/bg_company.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  padding: 50px 0 70px;
  position: relative;
  margin: 50px 0;
}
@media print, screen and (max-width: 992px) {
  body main .inside_company_table {
    margin-bottom: 0;
  }
}
body main .inside_company_table table {
  width: 100%;
}
body main .inside_company_table table th, body main .inside_company_table table td {
  padding: 10px;
  border: 1px solid #DAD9D9;
}
body main .inside_company_table table th {
  background-color: #F6F6F6;
  width: 25%;
  border-right: none;
}
body main .inside_company_table table td {
  border-left: none;
  background: #FFFFFF;
}
body main .inside_company_map {
  justify-content: center;
  margin: 50px 0;
}
@media print, screen and (max-width: 992px) {
  body main .inside_company_map {
    text-align: center;
    margin-top: 0;
  }
}
body main .inside_company_map p {
  margin-top: 30px;
}
body main .inside_company_map p a {
  color: #000000;
}
body main .inside_company_map .img_map {
  position: relative;
}
@media print, screen and (max-width: 992px) {
  body main .inside_company_map .img_map {
    margin-top: 20px;
  }
}
body main .inside_company_map .img_map .img_map_box {
  position: absolute;
  bottom: -20%;
  left: -20%;
}
@media print, screen and (max-width: 992px) {
  body main .inside_company_map .img_map .img_map_box {
    width: 100px;
    bottom: -30%;
    left: 0;
  }
}
body main .inside_company_map .company_map_btn {
  text-align: center;
  margin-top: 20px;
}
body main .inside_company_map .company_map_btn a {
  display: inline-block;
  text-decoration: none;
  background-color: #BB141B;
  font-size: 0.9rem;
  color: #FFFFFF;
  padding: 10px 30px;
  border-radius: 10px;
  transition: 0.5s;
}
body main .inside_company_map .company_map_btn a:hover {
  opacity: 0.7;
}
body main .inside_question_box > div {
  margin-top: 50px;
}
@media print, screen and (min-width: 1200px) {
  body main .inside_question_box > div {
    max-width: 900px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
body main .inside_question_box > div ul {
  list-style: none;
  padding: 0;
}
body main .inside_question_box > div ul li {
  margin: 60px 0;
}
body main .inside_question_box > div ul li .q_para {
  font-weight: bold;
  font-size: 1.2rem;
  display: flex;
}
body main .inside_question_box > div ul li .q_para .q_txt {
  display: inline-block;
  border-bottom: 1px solid #BA141B;
  margin-left: 1rem;
}
body main .inside_question_box > div ul li .a_para {
  font-size: 1rem;
  display: flex;
}
body main .inside_question_box > div ul li .a_para .a_txt {
  display: inline-block;
  margin-left: 1rem;
}
body main .inside_question_box > div .img_question {
  text-align: right;
  margin: 40px 0;
}
@media print, screen and (max-width: 992px) {
  body main .inside_question_box > div .img_question img {
    width: 80%;
  }
}
body main .inside_contact_table {
  background-image: url(../images/bg_company.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 50px 0 70px;
  position: relative;
  margin: 50px 0 70px;
}
@media print, screen and (max-width: 992px) {
  body main .inside_contact_table {
    margin-bottom: 0;
  }
}
body main .inside_contact_table table {
  width: 100%;
}
body main .inside_contact_table table th, body main .inside_contact_table table td {
  padding: 20px;
  border: 1px solid #DAD9D9;
}
@media print, screen and (max-width: 992px) {
  body main .inside_contact_table table th, body main .inside_contact_table table td {
    padding: 20px 5px;
  }
}
body main .inside_contact_table table th {
  background-color: #F6F6F6;
  width: 25%;
  border-right: none;
}
body main .inside_contact_table table th p {
  margin-bottom: 0;
}
body main .inside_contact_table table th p .require {
  position: relative;
}
body main .inside_contact_table table th p .require::before {
  content: url(../images/require.svg);
  position: absolute;
  top: -20px;
}
body main .inside_contact_table table th p .small {
  font-size: 0.8rem;
}
body main .inside_contact_table table td {
  border-left: none;
  background: #FFFFFF;
}
body main .inside_contact_table table td span {
  display: inline-block;
  margin: 0 10px;
}
body main .inside_contact_table table td span.pref_txt {
  font-size: 0.9rem;
}
body main .inside_contact_table table td input {
  border: 1px solid #D9D8D8;
  border-radius: 0;
}
body main .inside_contact_table table td input.ss_input {
  width: 10%;
}
body main .inside_contact_table table td input.s_input {
  width: 20%;
}
body main .inside_contact_table table td input.m_input {
  width: 30%;
}
body main .inside_contact_table table td input.l_input {
  width: 100%;
}
body main .inside_contact_table table td a.post_search {
  display: inline-block;
  color: #000000;
  margin: 0 10px;
  font-size: 0.9rem;
}
body main .inside_contact_table table td a.pref_btn {
  display: inline-block;
  color: #FFFFFF;
  background-color: #B5B4B3;
  border: 1px solid #D1D2D2;
  border-radius: 5px;
  font-size: 0.9rem;
  text-decoration: none;
  padding: 3px 5px;
}
body main .inside_contact_table table td select {
  display: inline-block;
  background-color: #D1D2D2;
  margin: 10px 0;
}
body main .inside_contact_table table td p {
  margin-top: 10px;
  margin-bottom: 0;
}
body main .inside_contact_table table td textarea {
  width: 100%;
  border: 1px solid #D9D8D8;
  border-radius: 0;
}
body main .inside_contact_table .require_para {
  position: relative;
  text-align: right;
  color: #BD141B;
  margin-top: 15px;
}
body main .inside_contact_table .require_para::before {
  content: url(../images/require.svg);
}
body main .inside_contact_table .inside_contact_btn {
  margin: 30px 0 0;
  text-align: center;
  position: relative;
}
body main .inside_contact_table .inside_contact_btn a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #BE141B;
  transition: 0.5s;
  padding: 15px 70px;
}
body main .inside_contact_table .inside_contact_btn a:hover {
  opacity: 0.7;
}
body main .inside_contact_table .inside_contact_btn a::after {
  content: "＞";
  position: absolute;
  right: 5%;
}
body main .inside_contact_table .inside_contact_btn a img {
  position: absolute;
  left: -20%;
  top: 40%;
  transform: translateY(-50%);
  width: 100px;
}
body main .privacy_box {
  text-align: center;
  margin: 50px 0;
}
body main .privacy_box h4 {
  color: #B6141B;
  font-size: 1.4rem;
  margin: 30px 0 20px;
}
body main .privacy_box p {
  margin-bottom: 0;
}
body main .inside_news_box {
  margin: 50px 0;
}
body main .inside_news_box .news_list {
  margin-bottom: 60px;
}
body main .inside_news_box .news_list .date_flex {
  margin-bottom: 10px;
  align-items: center;
}
body main .inside_news_box .news_list .date_flex .date {
  font-weight: bold;
}
body main .inside_news_box .news_list .date_flex .new {
  display: inline-block;
  background-color: #E05091;
  color: #FFFFFF;
  padding: 3px 5px;
  border-radius: 5px;
  margin-left: 0.5rem;
}
body main .inside_news_box .news_list .title_flex {
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #B9141B;
  margin-bottom: 20px;
}
body main .inside_news_box .news_list .title_flex h3 {
  font-weight: bold;
  font-size: 1.2rem;
}
body main .inside_news_box .news_list .detail_btn {
  font-size: 0.8rem;
  display: inline-block;
  padding: 5px 30px;
  transition: 0.5s;
  background-color: #BD141B;
  border-radius: 5px;
  color: #FFFFFF;
  text-decoration: none;
}
@media print, screen and (max-width: 992px) {
  body main .inside_news_box .news_list .detail_btn {
    margin-top: 10px;
  }
}
body main .inside_news_box .news_list .detail_btn:hover {
  opacity: 0.7;
}
body main .inside_news_box .topic_date_title {
  color: #BD141B;
  font-weight: bold;
  background-color: #EAEAE7;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  body main .inside_news_box .topic_date_title {
    width: 24vw;
  }
}
@media print, screen and (max-width: 992px) {
  body main .inside_news_box .topic_date_title {
    font-size: 1rem;
    text-align: center;
  }
}
body main .inside_news_box .date_list {
  padding: 0;
  list-style: none;
  justify-content: center;
}
body main .inside_news_box .date_list li {
  margin-bottom: 10px;
}
body main .inside_news_box .date_list li a {
  color: #000000;
}
body main .pagination_box {
  background-image: url(../images/bg_pagination_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0 70px;
  position: relative;
  margin: 50px 0 0px;
  text-align: center;
}
@media print, screen and (max-width: 992px) {
  body main .pagination_box {
    background-image: url(../images/bg_pagination_sp.png);
    background-position: center right;
    padding: 30px 0;
  }
}
body main .pagination_box p {
  margin-bottom: 30px;
  text-decoration: underline;
  font-size: 0.9rem;
}
body main .pagination_box ul {
  list-style: none;
  padding: 0;
  justify-content: center;
  text-align: center;
}
body main .pagination_box ul li {
  margin: 0 5px;
}
body main .pagination_box ul li a {
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 3px;
  transition: 0.5s;
  padding: 5px 8px;
  text-decoration: none;
  color: #000000;
}
body main .pagination_box ul li a:hover {
  opacity: 0.7;
}
body main .pagination_box ul li:first-child a {
  color: #FFFFFF;
  background-color: #AD1C24;
}
body main .slide_box {
  margin-bottom: 50px;
}
body main .slide_box .swiper {
  width: 100%;
  height: 100%;
  margin: 30px 0;
}
body main .slide_box .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
body main .slide_box .comingsoon {
  text-align: center;
  margin: 20px 0;
}
body main .slide_box .comingsoon > img {
  max-width: 100%;
}
body main .recommend_box {
  margin-bottom: 80px;
}
body main .recommend_box .reco_flex {
  align-items: center;
  margin: 30px 0;
}
@media print, screen and (max-width: 992px) {
  body main .recommend_box .reco_flex {
    justify-content: center;
  }
}
body main .recommend_box .reco_flex > div {
  margin-bottom: 20px;
}
body main .topic_post_link {
  text-align: center;
  font-size: 18px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: auto;
  position: relative;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  transition: 0.5s;
}
body main .topic_post_link:hover {
  transform: scale(1.05);
  opacity: 0.7;
}
body main .topic_post_link::before {
  content: "";
  display: block;
  padding-top: 100%;
}
body main .topic_post_link .topic_post_text {
  text-align: left;
  text-decoration: none;
  transition: 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #000000;
}
body main .topic_post_link .topic_post_text > .week_time {
  position: absolute;
  top: 2vw;
  left: 0.6vw;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  body main .topic_post_link .topic_post_text > .week_time {
    top: 15px;
    left: 7px;
  }
}
body main .topic_post_link .topic_post_text > .week_time > .week {
  display: inline-block;
  font-size: 1.4rem;
  width: 46px;
  height: 46px;
  line-height: 43px;
  background-color: #FFFFFF;
  border-radius: 50%;
  text-align: center;
}
@media print, screen and (max-width: 992px) {
  body main .topic_post_link .topic_post_text > .week_time > .week {
    font-size: 1.3rem;
    width: 40px;
    height: 40px;
    line-height: 37px;
  }
}
body main .topic_post_link .topic_post_text > .week_time > .time {
  display: inline-block;
  width: 78%;
  font-size: 1.4rem;
  margin-left: 10px;
}
@media print, screen and (max-width: 992px) {
  body main .topic_post_link .topic_post_text > .week_time > .time {
    font-size: 1.3rem;
  }
}
body main .topic_post_link .topic_post_text > .title_actor {
  position: absolute;
  top: 7vw;
  right: 0.6vw;
  width: 82%;
  height: 50%;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 1600px) {
  body main .topic_post_link .topic_post_text > .title_actor {
    top: 6vw;
  }
}
@media print, screen and (max-width: 992px) {
  body main .topic_post_link .topic_post_text > .title_actor {
    top: 70px;
    right: 0.6vw;
    height: 55%;
  }
}
body main .topic_post_link .topic_post_text > .title_actor > .title {
  font-size: 1.6rem;
}
@media print, screen and (max-width: 992px) {
  body main .topic_post_link .topic_post_text > .title_actor > .title {
    font-size: 1.4rem;
  }
}
body main .topic_post_link .topic_post_text > .title_actor > .actor {
  margin-top: auto;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  body main .topic_post_link .topic_post_text > .title_actor > .actor {
    font-size: 0.9rem;
  }
}
body main .topic_post_link .topic_post_text > .title_actor > .actor span {
  display: inline-block;
  margin-right: 10px;
  color: #006CFF;
}
body main .topic_post_link .topic_post_text > .title_actor > .actor span::before {
  content: "#";
}
body main .topic_post_link .topic_post_text > .date {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 0.9rem;
}
body main .topic_post_link .topic_post_text > img {
  width: 100% !important;
  height: auto !important;
}
body main .topic_review_list {
  margin: 30px auto 30px;
  padding-left: 0;
  list-style: none;
  border-top: 2px solid #3E4CF7;
  border-bottom: 2px solid #3E4CF7;
}
body main .topic_review_list > li {
  border-bottom: 1px solid #3E4CF7;
}
body main .topic_review_list > li:last-child {
  border-bottom: none;
}
body main .topic_review_list > li.is_hidden {
  opacity: 0;
  display: none;
  height: 0;
  margin: 0;
}
body main .topic_review_list > li > a {
  display: flex;
  text-decoration: none;
  padding: 15px 20px;
  transition: 0.5s;
}
@media print, screen and (max-width: 992px) {
  body main .topic_review_list > li > a {
    display: block;
    padding: 5px 10px;
  }
}
body main .topic_review_list > li > a:hover {
  background-color: #fbfbfb;
}
body main .topic_review_list > li > a:hover > p {
  background-size: 100% 100%;
}
body main .topic_review_list > li > a > span {
  color: #3E4CF7;
  display: inline-block;
}
@media print, screen and (min-width: 992px) {
  body main .topic_review_list > li > a > span {
    margin-right: 25px;
  }
}
@media print, screen and (max-width: 992px) {
  body main .topic_review_list > li > a > span {
    display: block;
  }
}
body main .topic_review_list > li > a > p {
  color: #000000;
  margin-bottom: 0;
  display: inline;
  background-image: linear-gradient(90deg, #f7efc9, #ecc9f7);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 100%;
  transition: 0.5s;
}
body main .topic_review_list.top_width {
  max-width: 750px;
}
body main .topic_review_list.top_width a {
  padding: 25px 20px;
}
@media print, screen and (max-width: 992px) {
  body main .topic_review_list.top_width a {
    padding: 15px 10px;
  }
}
body main .top_characteristic {
  margin: 30px 0 70px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 992px) {
  body main .top_characteristic > div {
    margin-bottom: 15px;
  }
}
body main .top_characteristic > div a {
  transition: 0.5s;
}
body main .top_characteristic > div a:hover {
  opacity: 0.7;
}
body main .topic_blog_list {
  margin: 30px 0 30px;
  text-align: center;
  padding-left: 0;
  list-style: none;
}
body main .topic_blog_list > li {
  margin-bottom: 1.8rem;
}
@media print, screen and (max-width: 992px) {
  body main .topic_blog_list > li {
    margin-bottom: 15px;
  }
}
body main .topic_blog_list > li a {
  display: block;
  transition: 0.5s;
  text-decoration: none;
  color: #000000;
}
body main .topic_blog_list > li a:hover {
  transform: scale(1.05);
}
body main .topic_blog_list > li a .eyecatch_img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ebebeb;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media print, screen and (max-width: 992px) {
  body main .topic_blog_list > li a .eyecatch_img {
    min-height: 200px;
  }
}
body main .topic_blog_list > li a .eyecatch_img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
body main .topic_blog_list > li a span {
  text-align: left;
  display: block;
  color: #8EACCD;
  margin-left: 0.1rem;
}
body main .topic_blog_list > li a h2 {
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  body main .topic_blog_list > li a h2 {
    font-size: 1.2rem;
  }
}
body main .result_box {
  padding: 15px 20px;
  border: 1px solid #707070;
}
@media print, screen and (max-width: 992px) {
  body main .result_box {
    padding: 10px;
  }
}
body main .result_box span {
  display: inline-block;
  margin: 2px 10px 2px 0;
}
body main .result_table_box {
  overflow: scroll;
  margin: 2rem 0 3rem;
}
body main .result_table_box > p {
  position: sticky;
  left: 0;
}
body main .result_table_box > .sort_box {
  position: sticky;
  left: 0;
  text-align: right;
  margin-bottom: 0.5rem;
}
body main .result_table_box > .sort_box select {
  width: 200px;
  padding: 0.1em 0.5em;
  transition: 0.3s;
  color: #707070;
  border: 1px solid #707070;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 !important;
  background: url(../images/select_icon.svg) no-repeat right 10px center !important;
  background-size: 13px 13px !important;
}
body main .result_table_box table {
  width: 100%;
}
@media print, screen and (max-width: 992px) {
  body main .result_table_box table {
    width: 1200px;
  }
}
@media print, screen and (max-width: 992px) {
  body main .result_table_box table thead th.fixed01 {
    width: 160px !important;
  }
}
body main .result_table_box table th, body main .result_table_box table td {
  text-align: center;
  padding: 3px;
  border: 1px solid #707070;
}
body main .result_table_box table th {
  background-color: #3E4CF7;
  color: #FFFFFF;
}
body main .result_table_box table td {
  background: #FFFFFF;
}
body main .result_table_box table td a {
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
  margin: 0 3px;
}
body main .result_table_box table td a:hover {
  opacity: 0.7;
}
body main .result_table_box table td a.c_link {
  text-decoration: underline;
}
body main .result_table_box table td a.c_link.t_title {
  max-width: 300px;
  word-wrap: break-word;
}
@media print, screen and (max-width: 992px) {
  body main .result_table_box table td a.c_link.t_title {
    max-width: 200px;
  }
}
body main .result_table_box table tbody tr:nth-child(4n+1) td, body main .result_table_box table tbody tr:nth-child(4n+2) td {
  background: #F8F8F8;
}
body main .result_table_box table .fixed01 {
  position: sticky;
  left: 0;
}
body main .result_table_box table .fixed01::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body main .post_detail_box {
  margin: 0px 0 80px;
}
@media print, screen and (max-width: 992px) {
  body main .post_detail_box {
    margin-bottom: 50px;
  }
}
body main .post_detail_box h2 {
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 4px #3E4CF7;
  font-size: 1.6rem;
  margin: 40px 0 20px;
}
body main .post_detail_box h3 {
  position: relative;
  padding: 0.25em 1em;
  display: inline-block;
  font-size: 1.2rem;
  margin: 10px 0 20px;
}
body main .post_detail_box h3::before, body main .post_detail_box h3::after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
body main .post_detail_box h3::before {
  border-left: solid 1px #FF8900;
  border-top: solid 1px #FF8900;
  top: 0;
  left: 0;
}
body main .post_detail_box h3::after {
  border-right: solid 1px #FF8900;
  border-bottom: solid 1px #FF8900;
  bottom: 0;
  right: 0;
}
body main .post_detail_box a {
  color: #006EB2;
  transition: 0.5s;
}
body main .post_detail_box a:hover {
  opacity: 0.7;
}
body main .post_detail_box > .detail_info {
  align-items: center;
  flex-wrap: wrap;
}
body main .post_detail_box > .detail_info > a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  margin-right: 10px;
  position: relative;
  padding: 0px 15px;
  box-shadow: 5px 5px 4px #ebebeb, -5px -5px 4px #FFFFFF;
  transition: 0.5s;
}
@media print, screen and (max-width: 992px) {
  body main .post_detail_box > .detail_info > a {
    margin-right: auto;
  }
}
body main .post_detail_box > .detail_info > a:hover {
  opacity: 0.7;
}
body main .post_detail_box > .detail_info > a.grad_cx {
  background: linear-gradient(90deg, #74A9FF 0 13%, #FFFFFF 30%);
}
body main .post_detail_box > .detail_info > a.grad_tbs {
  background: linear-gradient(90deg, #77C66C 0 13%, #FFFFFF 30%);
}
body main .post_detail_box > .detail_info > a.grad_ntv {
  background: linear-gradient(90deg, #D86666 0 13%, #FFFFFF 30%);
}
body main .post_detail_box > .detail_info > a.grad_ex {
  background: linear-gradient(90deg, #EABC66 0 13%, #FFFFFF 30%);
}
body main .post_detail_box > .detail_info > span {
  display: inline-block;
}
@media print, screen and (min-width: 992px) {
  body main .post_detail_box > .detail_info > span {
    margin-right: auto;
  }
}
body main .post_detail_box > .detail_info > p {
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  body main .post_detail_box > .detail_info > p {
    width: 100%;
    text-align: right;
    margin-top: 10px;
  }
}
body main .post_detail_box > .detail_tag_box {
  margin: 25px 0;
}
body main .post_detail_box > .detail_tag_box > p {
  margin-bottom: 0;
}
body main .post_detail_box > .detail_tag_box > ul {
  padding: 0;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}
body main .post_detail_box > .detail_tag_box > ul li {
  margin-right: 10px;
  margin-bottom: 7px;
}
body main .post_detail_box > .detail_tag_box > ul li a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  padding: 0 5px;
  border-radius: 5px;
  box-shadow: 5px 5px 4px #ebebeb, -5px -5px 4px #FFFFFF;
  transition: 0.5s;
}
body main .post_detail_box > .detail_tag_box > ul li a:hover {
  transform: scale(1.1);
}
body main .post_detail_box > .detail_tag_box > ul li a::before {
  content: "#";
}
body main .post_detail_box > .detail_tag_box > ul.tag_actor a::before {
  color: #006CFF;
}
body main .post_detail_box > .detail_tag_box > ul.tag_genre a::before {
  color: #FF8900;
}
body main .post_detail_box > .detail_tag_box > ul.tag_song a::before {
  color: #1B6401;
}
@media print, screen and (min-width: 992px) {
  body main .post_detail_box > .detail_youtube {
    max-width: 800px;
  }
}
body main .post_detail_box > .detail_youtube > div {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
  margin: 20px 0;
}
body main .post_detail_box > .detail_youtube > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body main .post_detail_box > .detail_content_box {
  margin: 25px 0;
}
body main .post_detail_box > .detail_content_box p {
  margin-bottom: 0.5rem;
}
body main .post_detail_box > .detail_content_box p mark {
  padding: 0 !important;
}
body main .post_detail_box > .detail_content_box a {
  color: #006EB2;
}
body main .post_detail_box > .detail_content_box a.detail_p_link {
  color: #E06469;
}
body main .post_detail_box > .detail_etc {
  align-items: center;
  flex-wrap: wrap;
}
body main .post_detail_box > .detail_etc > span {
  display: inline-block;
  margin-right: 15px;
}
body main .post_detail_box > .detail_etc > a {
  display: inline-block;
  color: #006EB2;
  transition: 0.5s;
}
body main .post_detail_box > .detail_etc > a:hover {
  opacity: 0.8;
}
body main .post_detail_box.blog_detail_box h2 {
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 4px #8EACCD;
  border-bottom: 1px dashed #8EACCD;
  font-size: 1.6rem;
  margin: 80px 0 20px;
}
body main .post_detail_box.blog_detail_box h3 {
  position: relative;
  padding: 0.25em 0em 0.25em 1.5em;
  display: inline-block;
  font-size: 1.2rem;
  margin: 40px 0 20px 0px;
}
body main .post_detail_box.blog_detail_box h3::before, body main .post_detail_box.blog_detail_box h3::after {
  content: "";
  width: auto;
  height: auto;
  position: absolute;
  border: none;
}
body main .post_detail_box.blog_detail_box h3::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1b2";
  position: absolute;
  top: auto;
  left: 0;
  color: #614124;
}
body main .post_detail_box.blog_detail_box p {
  line-height: 3;
}
body main .post_detail_box.blog_detail_box .eyecatching {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  min-height: 400px;
}
@media print, screen and (max-width: 992px) {
  body main .post_detail_box.blog_detail_box .eyecatching {
    min-height: 200px;
  }
}
body main .post_detail_box.blog_detail_box figure > div {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
  margin: 20px 0;
}
body main .post_detail_box.blog_detail_box figure > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body main .page_detail_box {
  margin: 40px 0 80px;
}
@media print, screen and (max-width: 992px) {
  body main .page_detail_box {
    margin-bottom: 50px;
  }
}
body main .page_detail_box h2 {
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 4px #3E4CF7;
  font-size: 1.6rem;
  margin: 40px 0 20px;
}
body main .page_detail_box h3 {
  position: relative;
  padding: 0.25em 1em;
  display: inline-block;
  font-size: 1.2rem;
  margin: 10px 0 20px;
}
body main .page_detail_box h3::before, body main .page_detail_box h3::after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
body main .page_detail_box h3::before {
  border-left: solid 1px #FF8900;
  border-top: solid 1px #FF8900;
  top: 0;
  left: 0;
}
body main .page_detail_box h3::after {
  border-right: solid 1px #FF8900;
  border-bottom: solid 1px #FF8900;
  bottom: 0;
  right: 0;
}
body main .page_detail_box a {
  color: #006EB2;
  transition: 0.5s;
}
body main .page_detail_box a:hover {
  opacity: 0.7;
}
body main .listener_review_list {
  margin: 30px auto 30px;
  padding-left: 0;
  list-style: none;
}
body main .listener_review_list > li {
  padding: 10px 0;
  border-top: 1px dashed #000000;
}
body main .listener_review_list > li:last-child {
  border-bottom: 1px dashed #000000;
}
body main .listener_review_list > li .review_title {
  font-weight: bold;
  margin-bottom: 0;
}
body main .listener_review_list > li .review_rate {
  display: flex;
  margin: 5px 0;
}
body main .listener_review_list > li .review_rate > span {
  display: inline-block;
  font-size: 0.9rem;
}
body main .listener_review_list > li .review_content {
  margin-bottom: 0;
  font-size: 0.9rem;
}
body main .listener_review_list > li > a {
  display: flex;
  text-decoration: none;
  padding: 15px 20px;
  transition: 0.5s;
}
@media print, screen and (max-width: 992px) {
  body main .listener_review_list > li > a {
    display: block;
    padding: 5px 10px;
  }
}
body main .listener_review_list > li > a:hover {
  background-color: #fbfbfb;
}
body main .listener_review_list > li > a:hover > p {
  background-size: 100% 100%;
}
body main .listener_review_list > li > a > span {
  color: #3E4CF7;
  display: inline-block;
}
@media print, screen and (min-width: 992px) {
  body main .listener_review_list > li > a > span {
    margin-right: 25px;
  }
}
@media print, screen and (max-width: 992px) {
  body main .listener_review_list > li > a > span {
    display: block;
  }
}
body main .listener_review_list > li > a > p {
  color: #000000;
  margin-bottom: 0;
  display: inline;
  background-image: linear-gradient(90deg, #f7efc9, #ecc9f7);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 100%;
  transition: 0.5s;
}
body main #toc_container {
  width: 100% !important;
  max-width: 100%;
  padding: 0;
  background-color: #FFFFFF;
  margin: 2rem 0 !important;
  border: 2px solid #8EACCD;
}
body main #toc_container p.toc_title {
  background: #8EACCD;
  border: 1px solid #8EACCD;
  color: #FFFFFF;
  padding: 5px 0;
  font-size: 1.2rem;
  letter-spacing: 3px;
  position: relative;
  line-height: normal !important;
}
body main #toc_container p.toc_title::after, body main #toc_container p.toc_title::before {
  content: "-";
}
body main #toc_container p.toc_title::before {
  display: inline-block;
  margin-right: 8px;
}
body main #toc_container p span.toc_toggle {
  display: none;
}
body main #toc_container > ul.toc_list {
  padding-left: 2em;
  margin: 30px 20px !important;
  position: relative;
}
@media print, screen and (max-width: 992px) {
  body main #toc_container > ul.toc_list {
    margin: 20px 10px !important;
  }
}
body main #toc_container > ul.toc_list > li {
  margin: 10px 0 10px 10px;
  padding: 0.5em 0;
  list-style-type: none !important;
}
body main #toc_container > ul.toc_list > li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a4";
  position: absolute;
  left: 1em;
  color: #8EACCD;
}
body main #toc_container > ul.toc_list > li a {
  font-size: 1rem;
  color: #000000;
}
body main #toc_container > ul.toc_list > li a span.toc_number {
  display: none;
}
body main #toc_container > ul.toc_list > li ul li {
  margin: 10px 0;
  list-style: square !important;
  list-style-type: square !important;
}
body main #toc_container > ul.toc_list > li ul li:last-child {
  margin-bottom: 0;
}
body main #toc_container > ul.toc_list > li ul li::marker {
  color: #000000;
}
body main #toc_container > ul.toc_list > li ul li a {
  font-size: 0.9rem;
}
body main #toc_container > ul.toc_list > li ul li a span {
  display: none !important;
}
body main .glsr[data-shortcode=site_reviews] {
  margin: 30px auto 30px;
}
body main .glsr[data-shortcode=site_reviews] .glsr-reviews {
  display: block !important;
}
body main .glsr[data-shortcode=site_reviews] .glsr-reviews .glsr-review {
  padding: 10px 0;
  border-top: 1px dashed #000000;
  gap: 5px !important;
}
body main .glsr[data-shortcode=site_reviews] .glsr-reviews .glsr-review:last-of-type {
  border-bottom: 1px dashed #000000;
}
body main .glsr[data-shortcode=site_reviews] .glsr-reviews .glsr-review .glsr-review-title .glsr-tag-value {
  font-size: 1rem !important;
  font-weight: bold;
  margin-bottom: 0;
}
body main .glsr[data-shortcode=site_reviews] .glsr-reviews .glsr-review .glsr-review-date {
  font-size: 0.9rem !important;
  font-style: normal !important;
}
body main .glsr[data-shortcode=site_reviews] .glsr-reviews .glsr-review .glsr-review-content {
  font-size: 0.9rem !important;
}
body main .glsr[data-shortcode=site_reviews] .glsr-reviews .glsr-review .glsr-review-author {
  font-size: 0.9rem !important;
}
body main .glsr[data-shortcode=site_reviews] .glsr-reviews .glsr-review .glsr-review-author .glsr-tag-value {
  color: #3E4CF7;
}
body main .glsr[data-shortcode=site_reviews] .glsr-reviews .glsr-review .glsr-review-author .glsr-tag-value::before {
  content: "@";
}
body main .glsr[data-shortcode=site_reviews] .wp-block-button {
  text-align: center;
}
body main .glsr[data-shortcode=site_reviews] .wp-block-button button {
  border-radius: 0 !important;
  font-size: 1rem !important;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  padding: 10px 40px;
  transition: 0.5s;
}
body main .glsr[data-shortcode=site_reviews] .wp-block-button button:hover {
  color: #FFFFFF;
  background-color: #000000;
}
body main .glsr[data-shortcode=site_reviews_form] {
  margin: 30px auto 10px;
  padding: 10px;
  border: 1px solid #707070;
  background-color: #ECF2FF;
}
body main .glsr[data-shortcode=site_reviews_form] .wp-block-button {
  text-align: center;
}
body main .glsr[data-shortcode=site_reviews_form] .wp-block-button button {
  border-radius: 0 !important;
  font-size: 1rem !important;
  color: #FFFFFF;
  background-color: #3E4CF7;
  border: 1px solid #3E4CF7;
  padding: 10px 40px;
  transition: 0.5s;
}
body main .glsr[data-shortcode=site_reviews_form] .wp-block-button button:hover {
  color: #3E4CF7;
  background-color: #FFFFFF;
}
body main .post_contact_link {
  margin-bottom: 60px;
  text-align: right;
  font-size: 0.9rem;
}
body main .post_contact_link a {
  color: #006EB2;
  transition: 0.5s;
}
body main .post_contact_link a:hover {
  opacity: 0.7;
}
body main .about_fix {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  min-height: calc(100vh - 80px);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}
@media print, screen and (max-width: 992px) {
  body main .about_fix {
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
  }
}
body main .about_fix.about_bg_01 {
  background-image: url(../images/about_bg_01.svg);
}
body main .about_fix.about_bg_02 {
  background-image: url(../images/about_bg_02.svg);
}
body main .about_fix.about_bg_03 {
  background-image: url(../images/about_bg_03.svg);
}
body main .about_fix .about_transparent_box {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
}
body main .about_fix .about_title {
  text-align: center;
  color: #FFFFFF;
  font-size: 6rem;
  font-weight: bold;
  text-shadow: 1px 2px 3px #808080;
  letter-spacing: 0.7rem;
  animation: bg-color 10s infinite;
}
@keyframes bg-color {
  0% {
    color: #FFFFFF;
  }
  20% {
    color: #EABC66;
  }
  40% {
    color: #77C66C;
  }
  60% {
    color: #74A9FF;
  }
  80% {
    color: #D86666;
  }
  100% {
    color: #FFFFFF;
  }
}
@media print, screen and (max-width: 992px) {
  body main .about_fix .about_title {
    font-size: 4rem;
    letter-spacing: 0.5rem;
  }
}
body main .about_fix .about_logo {
  text-align: center;
  margin-top: 20px;
}
body main .about_fix .about_logo span {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1rem;
  margin-left: 10px;
}
body main .about_fix .about_logo img {
  width: 200px;
}
@media print, screen and (max-width: 992px) {
  body main .about_fix .about_logo img {
    width: 150px;
  }
}
body main .about_fix .about_mouse {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  color: #3E4CF7;
  font-weight: bold;
  transition: 0.5s;
}
body main .about_fix .about_mouse:hover {
  opacity: 0.7;
}
body main .about_fix .about_mouse .mouse_btn {
  margin: 10px auto;
  width: 40px;
  height: 80px;
  border: 3px solid #3E4CF7;
  border-radius: 20px;
  display: flex;
}
body main .about_fix .about_mouse .mouse_btn .mouse_scroll {
  display: block;
  width: 20px;
  height: 20px;
  background: linear-gradient(170deg, #3E4CF7, #46458C);
  border-radius: 50%;
  margin: auto;
  animation: scroll_down 1.5s linear infinite;
}
@keyframes scroll_down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(20px);
  }
}
body main .about_fix .about_fade {
  text-align: center;
  opacity: 0;
  transition: opacity 3s;
}
body main .about_fix .about_fade.view {
  opacity: 1;
}
body main .about_fix .about_info_box {
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media print, screen and (max-width: 992px) {
  body main .about_fix .about_info_box img {
    width: 200px;
  }
}
body main .about_fix .about_info_box h6 {
  position: relative;
  padding: 0 40px;
  line-height: 1.7;
  display: inline-block;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 992px) {
  body main .about_fix .about_info_box h6 {
    margin-bottom: 20px;
  }
}
body main .about_fix .about_info_box h6 span {
  font-size: 1.4rem;
  line-height: 1.7;
  display: inline-block;
  color: #3E4CF7;
}
@media print, screen and (max-width: 992px) {
  body main .about_fix .about_info_box h6 span {
    font-size: 1.2rem;
  }
}
body main .about_fix .about_info_box h6::before, body main .about_fix .about_info_box h6::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 1px;
  border-top: solid 1px #000000;
}
body main .about_fix .about_info_box h6::before {
  left: 0;
}
body main .about_fix .about_info_box h6::after {
  right: 0;
}
body main .about_fix .about_info_box p {
  line-height: 1.9;
  margin-bottom: 0;
}
body main .about_fix .about_search_box {
  text-align: center;
  margin: 30px 0;
}
body main .about_fix .about_search_box h4 {
  font-size: 2rem;
  position: relative;
  padding-bottom: 0.5rem;
  display: inline-block;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 992px) {
  body main .about_fix .about_search_box h4 {
    font-size: 1.5rem;
  }
}
body main .about_fix .about_search_box h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #3E4CF7;
  height: 3px;
  width: 100%;
}
body main .about_fix .about_search_box p {
  line-height: 1.9;
  margin-bottom: 30px;
}
body main .about_fix .about_search_box > div {
  margin: 0 !important;
}
body .fix_twitter_btn {
  position: fixed;
  right: 0%;
  bottom: 350px;
  z-index: 8999;
}
@media print, screen and (max-width: 992px) {
  body .fix_twitter_btn {
    right: 0%;
    bottom: 300px;
  }
}
body .fix_twitter_btn a {
  position: relative;
  background-color: #000000;
  padding: 5px 30px 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  box-shadow: -50px -50px 100px #115c8a, 50px 50px 100px #29e6ff;
}
@media print, screen and (max-width: 992px) {
  body .fix_twitter_btn a {
    padding: 5px 10px 5px 10px;
  }
}
body .fix_twitter_btn a:hover {
  opacity: 0.7;
}
body .fix_twitter_btn a svg {
  width: 35px;
  fill: #FFFFFF;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
body .fix_search_btn {
  position: fixed;
  right: 10%;
  bottom: 15%;
  z-index: 8999;
}
@media print, screen and (max-width: 992px) {
  body .fix_search_btn {
    right: 5%;
    bottom: 10%;
  }
}
body .fix_search_btn a {
  position: relative;
  display: inline-block;
  border: none;
  background-color: #3E4CF7;
  border: 1px solid #3E4CF7;
  color: #000000;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  gap: 10px;
  border-radius: 50%;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  overflow: hidden;
}
@media print, screen and (max-width: 992px) {
  body .fix_search_btn a {
    padding: 20px;
  }
}
body .fix_search_btn a::before {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  left: 0%;
  bottom: 0%;
  transform: translate(-100%, 100%);
  border-radius: inherit;
}
body .fix_search_btn a:hover::before {
  animation: shakeBack 0.6s forwards;
}
body .fix_search_btn a:hover svg {
  fill: #3E4CF7;
  scale: 1.3;
}
body .fix_search_btn a:active {
  box-shadow: none;
}
body .fix_search_btn a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
body .fix_search_btn a span svg {
  fill: #FFFFFF;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
@keyframes shakeBack {
  0% {
    transform: translate(-100%, 100%);
  }
  50% {
    transform: translate(20%, -20%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
body .reco_tag_box {
  margin-bottom: 50px;
}
body .reco_tag_box .reco_tag_area {
  margin: 25px 0;
}
body .reco_tag_box .reco_tag_area.tag_actor a::before {
  color: #006CFF;
}
body .reco_tag_box .reco_tag_area.tag_genre a::before {
  color: #FF8900;
}
body .reco_tag_box .reco_tag_area.tag_song a::before {
  color: #1B6401;
}
body .reco_tag_box .reco_tag_area > ul {
  display: flex;
  padding: 0;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}
body .reco_tag_box .reco_tag_area > ul li {
  margin-right: 10px;
  margin-bottom: 7px;
}
body .reco_tag_box .reco_tag_area > ul li a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  padding: 0 5px;
  border-radius: 5px;
  box-shadow: 5px 5px 4px #ebebeb, -5px -5px 4px #FFFFFF;
  transition: 0.5s;
}
body .reco_tag_box .reco_tag_area > ul li a:hover {
  transform: scale(1.1);
}
body .reco_tag_box .reco_tag_area > ul li a::before {
  content: "#";
}
body footer .f_box {
  background-image: url(../images/bg_footer_pc.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom center;
  position: relative;
  text-align: center;
  padding: 25px 0 10px;
}
@media print, screen and (max-width: 992px) {
  body footer .f_box {
    background-image: url(../images/bg_footer_sp.png);
    background-position: bottom right;
  }
}
body footer .f_box a {
  display: inline-block;
  transition: 0.5s;
  margin-bottom: 15px;
}
body footer .f_box a:hover {
  opacity: 0.7;
}
body footer .f_box a img {
  width: 200px;
}
body footer .f_box ul {
  padding: 0;
  margin: 10px 0;
  list-style: none;
  justify-content: center;
  align-items: center;
}
body footer .f_box ul > li {
  border-right: 1px solid #000000;
}
body footer .f_box ul > li:last-child {
  border: none;
}
body footer .f_box ul > li > a {
  text-decoration: none;
  color: #000000;
  display: inline-block;
  margin: 0 10px;
}
@media print, screen and (max-width: 992px) {
  body footer .f_box ul > li > a {
    margin-bottom: 10px;
  }
}
body footer .f_box ul > li > a:hover {
  text-decoration: underline;
}
body footer .f_box .f_title_box {
  margin-top: 50px;
  justify-content: center;
}
@media print, screen and (max-width: 992px) {
  body footer .f_box .f_title_box {
    margin-top: 30px;
  }
}
body footer .f_box .f_title_box p {
  text-align: left;
}
@media print, screen and (max-width: 992px) {
  body footer .f_box .f_title_box p {
    margin-top: 30px;
  }
}
body footer .f_box .f_title_box p a {
  color: #000000;
}
body footer .copyright {
  margin: 0.5rem 0;
  font-size: 0.8rem;
  text-align: center;
}