@charset "UTF-8";
@keyframes loop {
  0% {
    transform: translateY(-100%);
  }
  6% {
    transform: translateY(0);
  }
  94% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

a {
  color: #00c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.img_link {
  transition: 0.3s;
}
a.img_link:hover {
  opacity: 0.6;
}

.hover_fade {
  transition: 0.3s;
}
.hover_fade:hover {
  text-decoration: none;
  opacity: 0.6;
}

.fa, .fas {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.indent {
  text-indent: 1em;
  margin-left: -1em;
}

.unindent {
  text-indent: -1em;
  margin-left: 1em;
}

.lmargin {
  margin-left: 1em;
}

.txt_umargin2 {
  margin-bottom: 2em !important;
}

.txt_umargin4 {
  margin-bottom: 4em !important;
}

.txt_umargin6 {
  margin-bottom: 6em !important;
}

.txt_umargin10 {
  margin-bottom: 10px !important;
}

.txt_umargin15 {
  margin-bottom: 15px !important;
}

.txt_umargin20 {
  margin-bottom: 20px !important;
}

.txt_umargin30 {
  margin-bottom: 30px !important;
}

.txt_umargin40 {
  margin-bottom: 40px !important;
}

.txt_umargin60 {
  margin-bottom: 60px !important;
}

.txt_umargin80 {
  margin-bottom: 80px !important;
}

.txt_umargin100 {
  margin-bottom: 100px !important;
}

.size14 {
  font-size: 1.4rem;
}

.size16 {
  font-size: 1.6rem;
}

.size18 {
  font-size: 1.8rem;
}

.txt_center {
  text-align: center;
}

.strong {
  font-weight: bold;
}

.mark_yellow {
  background: linear-gradient(0deg, rgba(255, 255, 0, 0.7) 0%, rgba(255, 255, 0, 0.2) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}

.mark_orange {
  background: linear-gradient(0deg, rgba(255, 165, 0, 0.7) 0%, rgba(255, 165, 0, 0.2) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}

.mark_blue {
  background: linear-gradient(0deg, rgba(102, 255, 255, 0.7) 0%, rgba(102, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}

.red {
  color: rgb(229, 0, 1);
}

.blue {
  color: rgb(11, 102, 173);
}

.black {
  color: rgb(0, 0, 0);
}

.pink {
  color: rgb(230, 46, 139);
}

.blueviolet {
  color: rgb(120, 120, 180);
}

.loop {
  overflow: hidden;
}
.loop img {
  width: 100%;
  height: 100%;
  animation: loop 8s linear infinite;
}

#header_slide_pc,
#header_slide_sp,
.inviewfadeIn,
.inviewfadeInUp {
  opacity: 0;
  transition: 0.3s;
}

#header_slide_pc.slick-initialized,
#header_slide_sp.slick-initialized,
.inviewfadeIn.animated,
.inviewfadeInUp.animated {
  opacity: 1;
}

ul.link_lists li {
  font-weight: bold;
}
ul.link_lists li a {
  text-decoration: none;
  transition: 0.3s;
}

.news_lists,
.header_news_lists {
  line-height: 1.2;
}
.news_lists span:after,
.header_news_lists span:after {
  display: inline-block;
  width: 3em;
  height: 1em;
  font-size: 1.2rem;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-right: 0.5em;
  padding-top: 0.3em;
  padding-bottom: 0.4em;
}
.news_lists .new:after,
.header_news_lists .new:after {
  background-color: rgb(229, 0, 1);
  content: "新 着";
}
.news_lists .chu:after,
.header_news_lists .chu:after {
  background-color: rgb(243, 152, 0);
  content: "注 目";
}
.news_lists .sui:after,
.header_news_lists .sui:after {
  background-color: #1c96d5;
  content: "推 奨";
}
.news_lists .jyu:after,
.header_news_lists .jyu:after {
  background-color: rgb(0, 0, 0);
  content: "重 要";
}
.news_lists .nez:after,
.header_news_lists .nez:after {
  background-color: rgb(255, 0, 0);
  content: "熱 烈";
}
.news_lists .gen:after,
.header_news_lists .gen:after {
  background-color: rgb(255, 111, 200);
  content: "限 定";
}
.news_lists .nin:after,
.header_news_lists .nin:after {
  background-color: rgb(243, 103, 0);
  content: "人 気";
}
.news_lists .hiz:after,
.header_news_lists .hiz:after {
  background-color: rgb(0, 175, 197);
  content: "必 見";
}
.news_lists .tai:after,
.header_news_lists .tai:after {
  width: 4em;
  background-color: rgb(229, 0, 1);
  content: "対 策 中";
}

body {
  background: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body header #header_siryo {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
}
body header #header_link #header_link_lists li {
  color: rgb(229, 0, 1);
  border: rgb(229, 0, 1) 1px solid;
}
body header #header_link #header_link_lists li a {
  color: rgb(229, 0, 1);
  background-image: linear-gradient(to bottom, rgb(229, 0, 1) 50%, rgba(229, 0, 1, 0) 50%);
  background-position: 0 100%;
  background-size: auto 200%;
}
body header #header_link #header_link_lists li a:hover, body header #header_link #header_link_lists li a:active {
  color: #FFF;
  background-position: 0 0;
}
body #slider_container ul li img {
  -o-object-fit: cover;
     object-fit: cover;
}
body #slider_container #middle_slide {
  opacity: 0;
  transition: opacity 0.3s linear;
}
body #slider_container #middle_slide.slick-initialized {
  opacity: 1;
}
body #slider_container #middle_slide img {
  width: 100%;
}
body #slider_container #middle_slide i {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body #slider_container .slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -15px;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.9);
}
body #slider_container .prev-arrow {
  left: 30px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
body #slider_container .next-arrow {
  right: 50px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
body #middle_link #middle_link_lists #for_tsu {
  color: rgb(255, 255, 255);
  background-image: linear-gradient(to bottom, rgba(229, 0, 1, 0.5) 50%, rgb(229, 0, 1) 50%);
}
body #middle_link #middle_link_lists #for_net {
  color: rgb(255, 255, 255);
  background-image: linear-gradient(to bottom, rgba(92, 90, 255, 0.5) 50%, rgb(92, 90, 255) 50%);
}
body #middle_link #middle_link_lists #jisseki {
  color: rgb(255, 255, 255);
  background-image: linear-gradient(to bottom, rgba(255, 46, 216, 0.5) 50%, rgb(255, 46, 216) 50%);
}
body #middle_link #middle_link_lists a {
  background-position: 0 100%;
  background-size: auto 200%;
}
body #middle_link #middle_link_lists a:hover, body #middle_link #middle_link_lists a:active {
  background-position: 0 0;
}
body #main_news,
body #main_recommend {
  font-size: 1.5rem;
}
body #main_news h2,
body #main_recommend h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 24px;
}
body #main_movie h3 {
  font-weight: normal;
  margin-bottom: 10px;
}
body #main_movie p {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
body #main_movie .main_movie_wrap .main_movie_wrap_movie:after {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 18px;
  color: rgb(229, 0, 1);
  opacity: 0.5;
  /*font-size: 60px;
  @include pc {
    font-size: 30px;
  };*/
}
body #main_movie .main_movie_wrap .main_movie_wrap_caption {
  color: #000;
}
body #main_movie :hover {
  text-decoration: none;
}
body #bottom_link #bottom_link_lists a {
  color: #000;
  background-position: 0 100%;
  background-size: auto 200%;
}
body #bottom_link #bottom_link_lists a:hover, body #bottom_link #bottom_link_lists a:active {
  background-position: 0 0;
}
body #bottom_link #bottom_link_lists #ask_gallery {
  background-image: linear-gradient(to bottom, rgba(231, 72, 0, 0.2) 50%, rgb(231, 72, 0) 50%);
}
body #bottom_link #bottom_link_lists #ask_gallery:hover, body #bottom_link #bottom_link_lists #ask_gallery:active {
  color: rgb(231, 72, 0);
}
body #bottom_link #bottom_link_lists #ask_task {
  background-image: linear-gradient(to bottom, rgba(45, 185, 0, 0.2) 50%, rgb(249, 255, 69) 50%);
}
body #bottom_link #bottom_link_lists #ask_task:hover, body #bottom_link #bottom_link_lists #ask_task:active {
  color: rgb(249, 255, 69);
}
body #bottom_link #bottom_link_lists #ask_channel {
  background-image: linear-gradient(to bottom, rgba(46, 229, 255, 0.2) 50%, rgb(46, 229, 255) 50%);
}
body #bottom_link #bottom_link_lists #ask_channel:hover, body #bottom_link #bottom_link_lists #ask_channel:active {
  color: rgb(46, 229, 255);
}
body footer {
  background-color: rgb(73, 67, 66);
  color: rgb(255, 255, 255);
  font-size: 1.4rem;
}
body footer a {
  color: rgb(255, 255, 255);
  transition: 0.3s;
}
body footer a:hover, body footer a:active {
  color: rgb(208, 208, 208);
}
body footer #footer_link_wrap .footer_link_inner h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f45c";
  font-weight: solid;
  margin-right: 10px;
}
body footer #footer_link_wrap .footer_link_inner li {
  line-height: 2;
}
body footer #footer_link_wrap .footer_link_inner li:before {
  content: "・";
}
body footer #footer_link_wrap .footer_link_inner .footer_link_lists_square li:before {
  content: "◆ ";
}
body footer #footer_bottom {
  background-color: rgb(53, 47, 45);
}

html {
  font-size: 62.5%;
}
html body {
  width: 100%;
  font-size: 1.6em;
}
html body ul.link_lists {
  width: 100%;
  max-width: 960px;
  margin: 10px auto;
}
@media (min-width: 560px) {
  html body ul.link_lists {
    height: calc(1.6rem + 28px);
  }
}
html body ul.link_lists li {
  display: block;
  text-align: center;
  box-sizing: border-box;
}
@media (min-width: 560px) {
  html body ul.link_lists li {
    float: left;
    width: calc(33% - 11px);
    margin-left: 18px;
  }
  html body ul.link_lists li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 559px) {
  html body ul.link_lists li {
    width: 100%;
    margin-bottom: 10px;
  }
}
html body ul.link_lists li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 14px 0;
}
html body .news_lists dt {
  float: left;
  clear: left;
  width: 110px;
}
html body .news_lists dd {
  padding-left: 120px;
}
html body #slider_container {
  width: calc(100% - 20px);
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
html body #middle_link {
  margin-bottom: 20px;
}
html body #link_schedule {
  display: flex;
  margin-bottom: 20px;
}
html body #link_schedule a {
  display: block;
  text-align: right;
  height: 32px;
  color: rgb(0, 0, 0);
  font-size: 1.6rem;
  font-weight: bold;
  background-color: rgb(249, 255, 69);
  transition: 0.3s;
}
@media (min-width: 560px) {
  html body #link_schedule a {
    padding: 13px 22px 0;
    width: calc(45% - 66px);
  }
}
@media (max-width: 559px) {
  html body #link_schedule a {
    padding: 13px 10px 0;
    width: calc(100% - 30px);
  }
}
html body #link_schedule a:hover {
  text-decoration: none;
}
@media (min-width: 560px) {
  html body #link_schedule a:hover {
    width: calc(50% - 66px);
  }
}
html body #link_schedule .after_a {
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-left: 22px solid rgb(249, 255, 69);
  border-bottom: 22px solid transparent;
}
html body #main_news {
  width: calc(100% - 20px);
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
html body #main_news .news_lists {
  margin-bottom: 20px;
}
html body #main_sns {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: calc(100% - 20px);
  margin: 0 auto 45px;
}
html body #main_sns .sns_box_wrap {
  position: relative;
}
@media (min-width: 560px) {
  html body #main_sns .sns_box_wrap {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    padding-top: calc(50% + 80px);
  }
}
@media (max-width: 559px) {
  html body #main_sns .sns_box_wrap {
    width: calc(100% - 10px);
    margin: 0 auto 20px;
    padding-top: calc(100% + 80px);
  }
}
html body #main_sns .sns_box_wrap .sns_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  text-align: center;
}
html body #main_sns .sns_box_wrap .sns_box h2 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
html body #main_sns .sns_box_wrap .sns_box .sns_contents_wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
html body #main_sns .sns_box_wrap .sns_box .sns_contents_wrap .twitter-timeline {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
html body #main_sns .sns_box_wrap .sns_box .sns_contents_wrap .twitter-timeline iframe {
  width: 100%;
  height: 100%;
}
html body #main_sns .sns_box_wrap .sns_box .sns_contents_wrap .youtube_contents_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html body #main_sns .sns_box_wrap .sns_box .sns_contents_wrap .youtube_contents_wrap iframe {
  width: 100%;
  height: 100%;
}
html body #main_sns .sns_box_wrap .sns_button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
  width: 80%;
  color: #e50001;
  text-align: center;
  font-weight: bold;
  border: #e50001 1px solid;
  border-radius: 20px;
  padding: 5px 0;
  margin: 0 auto 20px;
  background-image: linear-gradient(135deg, rgb(229, 0, 1) 50%, rgb(255, 255, 255) 50%);
  background-position: 100% 0;
  background-size: 220% auto;
  transition: 0.3s;
}
html body #main_sns .sns_box_wrap .sns_button:hover, html body #main_sns .sns_box_wrap .sns_button:active {
  color: #FFF;
  text-decoration: none;
  background-position: 0 0;
}
html body #main_sns #insta_gallery_lists {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
html body #main_sns #insta_gallery_lists .item_wrap {
  position: relative;
  width: calc(50% - 2px);
  padding-top: calc(50% - 2px);
  margin: 1px;
}
html body #main_sns #insta_gallery_lists .item_wrap .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
html body #main_sns #insta_gallery_lists .item_wrap .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html body #main_recommend {
  width: calc(100% - 20px);
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
html body #main_recommend .news_lists {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 560px) {
  html body #main_recommend .news_lists dt {
    width: 15%;
    max-width: 130px;
  }
  html body #main_recommend .news_lists dd {
    padding-left: 20px !important;
    width: calc(35% - 20px);
  }
}
@media (max-width: 559px) {
  html body #main_recommend .news_lists dt {
    width: 30%;
  }
  html body #main_recommend .news_lists dd {
    padding-left: 20px !important;
    width: calc(70% - 20px);
  }
}
@media (min-width: 560px) {
  html body #bottom_link {
    margin-bottom: 20px;
  }
}
@media (max-width: 559px) {
  html body #bottom_link {
    margin-bottom: 10px;
  }
}
html body footer {
  position: relative;
  margin-top: 30px;
  padding: 10px 0 360px;
}
html body footer #footer_sns {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 162px;
}
@media (max-width: 559px) {
  html body footer #footer_sns {
    right: 12px;
  }
}
html body footer #footer_sns #footer_sns_links li {
  float: right;
  width: 42px;
  height: 42px;
  margin-left: 12px;
}
html body footer #footer_sns #footer_sns_links li img {
  width: 100%;
  height: 100%;
}
html body footer #footer_link_wrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 56px;
}
@media (min-width: 960px) {
  html body footer #footer_link_wrap {
    width: 98%;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 2%;
  }
  html body footer #footer_link_wrap .footer_link_inner {
    width: 20%;
  }
  html body footer #footer_link_wrap .footer_link_inner h3 {
    margin-bottom: 10px;
  }
  html body footer #footer_link_wrap .footer_link_inner .footer_link_lists {
    margin-bottom: 15px;
  }
}
@media (min-width: 560px) and (max-width: 959px) {
  html body footer #footer_link_wrap {
    width: 100%;
  }
  html body footer #footer_link_wrap .footer_link_inner {
    width: 35%;
    margin-left: 15%;
    margin-bottom: 20px;
  }
  html body footer #footer_link_wrap .footer_link_inner h3 {
    margin-bottom: 10px;
  }
  html body footer #footer_link_wrap .footer_link_inner .footer_link_lists {
    margin-bottom: 20px;
  }
}
@media (max-width: 559px) {
  html body footer #footer_link_wrap {
    width: 100%;
  }
  html body footer #footer_link_wrap .footer_link_inner {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  }
  html body footer #footer_link_wrap .footer_link_inner h3 {
    margin-bottom: 10px;
  }
  html body footer #footer_link_wrap .footer_link_inner .footer_link_lists {
    margin-bottom: 20px;
  }
}
html body footer #footer_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  padding: 60px 0;
}
html body footer #footer_bottom #footer_bottom_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 30px;
}
@media (min-width: 960px) {
  html body footer #footer_bottom #footer_bottom_wrap {
    width: 98%;
    max-width: 941px;
    padding-left: 2%;
  }
  html body footer #footer_bottom #footer_bottom_wrap #footer_bottom_inner_inq {
    width: 80%;
  }
  html body footer #footer_bottom #footer_bottom_wrap #footer_bottom_inner_siryo {
    width: 20%;
  }
  html body footer #footer_bottom #footer_bottom_wrap .footer_bottom_inner {
    text-align: left;
  }
}
@media (min-width: 560px) and (max-width: 959px) {
  html body footer #footer_bottom #footer_bottom_wrap .footer_bottom_inner {
    width: 35%;
    margin-left: 15%;
    text-align: left;
  }
}
@media (max-width: 559px) {
  html body footer #footer_bottom #footer_bottom_wrap .footer_bottom_inner {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
}