@charset "UTF-8";
/*
*
* Copyright (c) 2021, xyzoooDesign All rights reserved.
* Date : 2021.07.15
*
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select, button {
  border: none;
  vertical-align: middle;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* ------------------------------------------ 画像ディレクトリ */
/* ------------------------------------------ base CSS */
/* ----------------- width */
/* ----------------- font size */
/* ----------------- color */
/* main color */
/* Yellow */
/* red */
/* sns */
/* ----------------- @mixin */
/* ----------------- color */
.t_cRed {
  color: #EF0000;
}

.t_cPrimary {
  color: #FFD901;
}

/* ----------------- text */
.t_bold {
  font-weight: bold;
}

.t_nomal {
  font-weight: normal;
}

.t_right {
  text-align: right;
}

.t_center {
  text-align: center;
}

.t_left {
  text-align: left;
}

sup, sub {
  margin: 0 0.15em;
  font-size: 0.7em;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

@media (max-width: 769px) {
  .break_left {
    text-align: left;
  }
}

.t_large {
  font-size: 19px;
}
@media (max-width: 769px) {
  .t_large {
    font-size: 16px;
  }
}

.t_xlarge {
  font-size: 20px;
}

.t_xxlarge {
  font-size: 23px;
  letter-spacing: 0;
}
@media (max-width: 769px) {
  .t_xxlarge {
    font-size: 18px;
  }
}

.t_ularge {
  font-size: 26px;
  letter-spacing: 0.025em;
}

/* ----------------- 寄せ / move out text */
.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clearfix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.mot {
  position: absolute;
  left: -9999px;
  top: -999px;
}

.smpObject {
  display: none;
}
@media (max-width: 769px) {
  .smpObject {
    display: block;
  }
}

.pcObject {
  display: block;
}
@media (max-width: 769px) {
  .pcObject {
    display: none;
  }
}

/* ----------------- table */
/* ----------------- list */
ul.attention {
  list-style: none;
  font-size: 12px;
}
ul.attention li {
  padding-left: 1em;
  text-indent: -1em;
}

/* ul.attention */
/* ----------------- hvr onmouse */
*.mT1em {
  margin-top: 1em !important;
}

*.mT-05em {
  margin-top: -0.5em !important;
}

*.mT0 {
  margin-top: 0px !important;
}

*.mR0 {
  margin-right: 0px !important;
}

*.mB0 {
  margin-bottom: 0px !important;
}

*.mL0 {
  margin-left: 0px !important;
}

*.mTB0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

*.mRL0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

*.mT5 {
  margin-top: 5px;
}

*.mR5 {
  margin-right: 5px;
}

*.mB5 {
  margin-bottom: 5px;
}

*.mL5 {
  margin-left: 5px;
}

*.mTB5 {
  margin-right: 5px;
  margin-left: 5px;
}

*.mRL5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

*.mT10 {
  margin-top: 10px;
}

*.mR10 {
  margin-right: 10px;
}

*.mB10 {
  margin-bottom: 10px;
}

*.mL10 {
  margin-left: 10px;
}

*.mTB10 {
  margin-right: 10px;
  margin-left: 10px;
}

*.mRL10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

*.mT15 {
  margin-top: 15px;
}

*.mR15 {
  margin-right: 15px;
}

*.mB15 {
  margin-bottom: 15px;
}

*.mL15 {
  margin-left: 15px;
}

*.mTB15 {
  margin-right: 15px;
  margin-left: 15px;
}

*.mRL15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

*.mT20 {
  margin-top: 20px !important;
}

*.mR20 {
  margin-right: 20px;
}

*.mB20 {
  margin-bottom: 20px;
}

*.mL20 {
  margin-left: 20px;
}

*.mTB20 {
  margin-right: 20px;
  margin-left: 20px;
}

*.mRL20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

*.mT25 {
  margin-top: 25px !important;
}

*.mR25 {
  margin-right: 25px;
}

*.mB25 {
  margin-bottom: 25px;
}

*.mL25 {
  margin-left: 25px;
}

*.mTB25 {
  margin-right: 25px;
  margin-left: 25px;
}

*.mRL25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

*.mT30 {
  margin-top: 30px;
}

*.mR30 {
  margin-right: 30px;
}

*.mB30 {
  margin-bottom: 30px;
}

*.mL30 {
  margin-left: 30px;
}

*.mTB30 {
  margin-right: 30px;
  margin-left: 30px;
}

*.mRL30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

*.mT35 {
  margin-top: 35px;
}

*.mR35 {
  margin-right: 35px;
}

*.mB35 {
  margin-bottom: 35px;
}

*.mL35 {
  margin-left: 35px;
}

*.mTB35 {
  margin-right: 35px;
  margin-left: 35px;
}

*.mRL35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

*.mT40 {
  margin-top: 40px;
}

*.mR40 {
  margin-right: 40px;
}

*.mB40 {
  margin-bottom: 40px;
}

*.mL40 {
  margin-left: 40px;
}

*.mTB40 {
  margin-right: 40px;
  margin-left: 40px;
}

*.mRL40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

*.mT45 {
  margin-top: 45px;
}

*.mR45 {
  margin-right: 45px;
}

*.mB45 {
  margin-bottom: 45px;
}

*.mL45 {
  margin-left: 45px;
}

*.mTB45 {
  margin-right: 45px;
  margin-left: 45px;
}

*.mRL45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

*.mT50 {
  margin-top: 50px;
}

*.mR50 {
  margin-right: 50px;
}

*.mB50 {
  margin-bottom: 50px;
}

*.mL50 {
  margin-left: 50px;
}

*.mTB50 {
  margin-right: 50px;
  margin-left: 50px;
}

*.mRL50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* ------------------------------------------ body & base */
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
}

body.menuOpne {
  position: fixed;
  width: 100%;
  height: auto;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #CEB000;
  text-decoration: none;
}
a[target=_blank]:not(.noicon)::after {
  content: url("/wp-content/themes/vpara2022/common/img/icon_blank.svg");
  display: inline-block;
  position: relative;
  top: 0.2em;
  width: 14px;
  height: 14px;
  margin: 0 0.5em;
}
.global_wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 376px) {
  .global_wrapper {
    padding: 0 10px;
  }
}

.content_wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 376px) {
  .content_wrapper {
    padding: 0 10px;
  }
}

/* ------------------------------------------ #global_header */
#global_header {
  position: sticky;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 62px;
  padding: 10px 0 5px;
  background: #fff;
}
@media (max-width: 769px) {
  #global_header {
    height: 79px;
    padding: 0;
    border-bottom: solid 1px #000;
  }
}
#global_header .global_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 769px) {
  #global_header .global_wrapper {
    height: 80px;
    padding: 0 90px 0 10px;
  }
}
#global_header .header_logo {
  width: 45%;
  max-width: 377px;
}
@media (max-width: 769px) {
  #global_header .header_logo {
    width: 100%;
    max-width: 278px;
  }
}
#global_header .bnr_tvplus {
  width: 45%;
  max-width: 486px;
}
@media (max-width: 769px) {
  #global_header .bnr_tvplus {
    display: none;
  }
}
#global_header .bnr_tvplus a {
  display: block;
  border: solid 1px #BBB;
}
#global_header #btn-header_menu {
  display: none;
}
@media (max-width: 769px) {
  #global_header #btn-header_menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
  }
}
#global_header #btn-header_menu span {
  display: block;
  position: absolute;
}
#global_header #btn-header_menu .bar {
  left: 19px;
  width: 44px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  transition: all 0.3s ease;
}
#global_header #btn-header_menu .bar:nth-child(1) {
  top: 16px;
}
#global_header #btn-header_menu .bar:nth-child(2) {
  top: 28px;
}
#global_header #btn-header_menu .bar:nth-child(3) {
  top: 40px;
}
#global_header #btn-header_menu .txt {
  top: 52px;
  width: 100%;
  text-align: center;
}
#global_header #btn-header_menu.act .bar:nth-child(1) {
  top: 28px;
  transform: rotate(315deg);
}
#global_header #btn-header_menu.act .bar:nth-child(3) {
  top: 28px;
  transform: rotate(-315deg);
}
#global_header #btn-header_menu.act .bar:nth-child(2) {
  width: 0;
}

/* ------------------------------------------ #global_navigation */
#global_navigation {
  position: fixed;
  z-index: 9999;
  top: 77px;
  left: 0;
  width: 100%;
  height: 125px;
}
@media (max-width: 769px) {
  #global_navigation {
    position: fixed;
    top: 80px;
    left: auto;
    right: -100%;
    width: 100%;
    height: calc(100vh - 80px);
    background: #F0F0F0;
    transition: all 0.3s ease;
  }
}
#global_navigation._fixed {
  height: 82px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 769px) {
  #global_navigation._fixed {
    box-shadow: none;
  }
}
#global_navigation._fixed nav .main_nav .global_manu li a {
  color: #000;
}
#global_navigation._fixed nav .main_nav .global_manu li a .icon {
  height: 0;
  margin: 0;
}
@media (max-width: 769px) {
  #global_navigation._fixed nav .main_nav .global_manu li a .icon {
    height: 28px;
    margin-bottom: 3px;
  }
}
#global_navigation._fixed nav .main_nav .global_manu li a .icon img {
  opacity: 0;
}
@media (max-width: 769px) {
  #global_navigation._fixed nav .main_nav .global_manu li a .icon img {
    opacity: 1;
  }
}
@media (max-width: 769px) {
  #global_navigation.act {
    right: 0;
  }
}
@media (max-width: 769px) {
  #global_navigation nav {
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
#global_navigation nav .sub_nav {
  background: #000;
}
@media (max-width: 769px) {
  #global_navigation nav .sub_nav {
    order: 3;
    background: none;
  }
}
#global_navigation nav .sub_nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: calc(1080px + 40px);
  margin: 0 auto;
  padding: 5px 0;
}
@media (max-width: 769px) {
  #global_navigation nav .sub_nav ul {
    align-items: flex-start;
    justify-content: center;
    margin: 30px 0;
    padding: 0;
  }
}
#global_navigation nav .sub_nav ul li {
  margin: 0 20px 0 10px;
  font-size: 14px;
}
@media (max-width: 769px) {
  #global_navigation nav .sub_nav ul li {
    margin: 0 20px;
    font-size: 12px;
    line-height: 1.3;
  }
}
#global_navigation nav .sub_nav ul li.timetable {
  position: relative;
  height: 31px;
}
@media (max-width: 769px) {
  #global_navigation nav .sub_nav ul li.timetable {
    display: none;
  }
}
#global_navigation nav .sub_nav ul li.timetable:hover .parent {
  border: solid 1px #BBB;
  background: #fff;
  color: #000;
}
#global_navigation nav .sub_nav ul li.timetable:hover .parent::after {
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #000 transparent;
}
#global_navigation nav .sub_nav ul li.timetable:hover .parent .icon .hvr {
  display: block;
}
#global_navigation nav .sub_nav ul li.timetable:hover .parent .icon img:not(.hvr) {
  display: none;
}
#global_navigation nav .sub_nav ul li.timetable:hover .dropdown {
  display: block;
  top: 30px;
}
#global_navigation nav .sub_nav ul li.timetable .parent {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 0 15px;
  border: solid 1px #000;
  color: #fff;
}
#global_navigation nav .sub_nav ul li.timetable .parent::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 0 0 8px;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
}
#global_navigation nav .sub_nav ul li.timetable .parent .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 30px;
  max-height: 30px;
  margin-right: 8px;
}
#global_navigation nav .sub_nav ul li.timetable .parent .icon .hvr {
  display: none;
}
#global_navigation nav .sub_nav ul li.timetable .parent .icon img:not(.hvr) {
  display: block;
}
#global_navigation nav .sub_nav ul li.timetable .dropdown {
  display: none;
  position: absolute;
  top: -31px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}
#global_navigation nav .sub_nav ul li.timetable .dropdown li {
  margin: 0;
  padding: 0;
  border: solid 1px #BBB;
}
#global_navigation nav .sub_nav ul li.timetable .dropdown li + li {
  margin-top: -1px;
}
#global_navigation nav .sub_nav ul li.timetable .dropdown li a {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 0 0 15px;
  color: #000;
}
#global_navigation nav .sub_nav ul li.timetable .dropdown li a .icon img {
  display: block;
  max-height: 20px;
}
#global_navigation nav .sub_nav ul li.timetable .dropdown li a .icon img.hvr {
  display: none;
}
#global_navigation nav .sub_nav ul li.timetable .dropdown li a:hover {
  color: #CEB000;
  text-decoration: underline;
}
#global_navigation nav .sub_nav ul li.timetable .dropdown li a:hover .icon img {
  display: none;
}
#global_navigation nav .sub_nav ul li.timetable .dropdown li a:hover .icon img.hvr {
  display: block;
}
#global_navigation nav .sub_nav ul li > a {
  display: flex;
  align-items: center;
  color: #fff;
}
@media (max-width: 769px) {
  #global_navigation nav .sub_nav ul li > a {
    display: block;
    text-align: center;
    color: #000;
  }
}
#global_navigation nav .sub_nav ul li > a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 30px;
  max-height: 30px;
  margin-right: 8px;
}
@media (max-width: 769px) {
  #global_navigation nav .sub_nav ul li > a .icon {
    width: 44px;
    height: 44px;
    max-width: none;
    max-height: none;
    margin: 0 auto 4px;
  }
}
#global_navigation nav .sub_nav ul li > a .icon._icon-tw svg {
  width: 20px;
  fill: #fff;
}
@media (max-width: 769px) {
  #global_navigation nav .sub_nav ul li > a .icon._icon-tw svg {
    width: 40px;
    height: 40px;
    fill: #000;
  }
}
#global_navigation nav .smp_nav {
  display: none;
}
@media (max-width: 769px) {
  #global_navigation nav .smp_nav {
    order: 2;
    display: block;
  }
}
#global_navigation nav .smp_nav > ul > li {
  border-bottom: solid 1px #BBB;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
#global_navigation nav .smp_nav > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 20px;
  color: #000;
}
#global_navigation nav .smp_nav > ul > li.timetable {
  padding: 20px;
}
#global_navigation nav .smp_nav > ul > li.timetable .parent {
  display: flex;
  align-items: center;
  padding: 15px;
  border: solid 1px transparent;
}
#global_navigation nav .smp_nav > ul > li.timetable .parent.act {
  border: solid 1px #BBB;
  background: #fff;
}
#global_navigation nav .smp_nav > ul > li.timetable .parent.act::after {
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #000 transparent;
}
#global_navigation nav .smp_nav > ul > li.timetable .parent img {
  width: 24px;
  margin-right: 10px;
}
#global_navigation nav .smp_nav > ul > li.timetable .parent::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 0 0 auto;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #000 transparent transparent transparent;
}
#global_navigation nav .smp_nav > ul > li.timetable .dropdown {
  border: solid 1px #BBB;
  border-top: none;
  background: #fff;
}
#global_navigation nav .smp_nav > ul > li.timetable .dropdown ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
#global_navigation nav .smp_nav > ul > li.timetable .dropdown ul li {
  width: 50%;
}
#global_navigation nav .smp_nav > ul > li.timetable .dropdown ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #000;
}
#global_navigation nav .smp_nav > ul > li.timetable .dropdown ul li a img {
  width: 20px;
  margin-right: 8px;
}
#global_navigation nav .smp_nav p {
  margin: 0 25px;
  text-align: center;
}
#global_navigation nav .smp_nav p + p {
  border-top: solid 1px #BBB;
}
#global_navigation nav .smp_nav p a {
  display: block;
  margin: 0 auto;
}
#global_navigation nav .smp_nav p a img {
  width: 100%;
}
#global_navigation nav .smp_nav p.logo-site {
  padding: 35px 0 20px;
}
#global_navigation nav .smp_nav p.logo-site a {
  max-width: 312px;
}
#global_navigation nav .smp_nav p.logo-vpara {
  padding: 15px 0 0;
}
#global_navigation nav .smp_nav p.logo-vpara a {
  max-width: 308.61px;
}
#global_navigation nav .main_nav {
  background: #FFD901;
}
@media (max-width: 769px) {
  #global_navigation nav .main_nav {
    order: 1;
  }
}
#global_navigation nav .main_nav .global_manu {
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  border-right: solid 1px #000;
}
@media (max-width: 769px) {
  #global_navigation nav .main_nav .global_manu {
    flex-wrap: wrap;
    border-right: none;
  }
}
#global_navigation nav .main_nav .global_manu li {
  flex: 1 1 0;
  display: flex;
  border-left: solid 1px #000;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 769px) {
  #global_navigation nav .main_nav .global_manu li {
    flex: none;
    width: calc(50% - 1px);
    border-bottom: solid 1px #000;
  }
}
@media (max-width: 769px) {
  #global_navigation nav .main_nav .global_manu li:nth-child(odd) {
    border-left: none;
  }
}
#global_navigation nav .main_nav .global_manu li a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  color: #000;
  transition: all 0.3s ease;
}
@media (max-width: 769px) {
  #global_navigation nav .main_nav .global_manu li a {
    padding: 5px 0;
  }
}
#global_navigation nav .main_nav .global_manu li a.current, #global_navigation nav .main_nav .global_manu li a:hover {
  background-color: #fff;
}
#global_navigation nav .main_nav .global_manu li a span:not(.icon) {
  display: block;
  text-align: center;
}
#global_navigation nav .main_nav .global_manu li a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}
@media (max-width: 769px) {
  #global_navigation nav .main_nav .global_manu li a .icon {
    height: 28px;
    margin-bottom: 3px;
  }
}
#global_navigation nav .main_nav .global_manu li a .icon img {
  transition: all 0.3s ease;
}
@media (max-width: 769px) {
  #global_navigation nav .main_nav .global_manu li a .icon img {
    max-width: 28px;
    max-height: 28px;
  }
}

/* ------------------------------------------ #breadNav */
#breadNav {
  padding: 10px 0;
  background: #F0F0F0;
}
#breadNav ol {
  display: flex;
  flex-wrap: wrap;
}
#breadNav ol li {
  display: flex;
  align-items: center;
  line-height: 1.3;
  font-size: 14px;
}
#breadNav ol li::after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  margin: 1px 7px 0;
  background: url("/wp-content/themes/vpara2022/common/img/icon_arr.svg") center no-repeat;
  background-size: 8px 13px;
}
#breadNav ol li:last-child::after {
  display: none;
}
#breadNav ol li a {
  color: #CEB000;
  /*&.home {
    color: #CEB000;
  }*/
}

/* ------------------------------------------ #global_contents */
#global_contents {
  padding: 30px 0;
}

/* ------------------------------------------ #side_navigation */
/* ------------------------------------------ .mainVisual */
.noVisual {
  margin: 125px 0 0;
}
@media (max-width: 769px) {
  .noVisual {
    margin-top: 0;
  }
}

.mainVisual {
  margin: 125px 0 0;
  padding: 20px 0 0;
  background-image: url("/wp-content/themes/vpara2022/common/img/bg_film.svg");
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 20px;
  background-color: #000;
}
@media (max-width: 769px) {
  .mainVisual {
    margin-top: 0;
  }
}
.mainVisual:not(.top-mainVisual) .mainVisual_inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100px;
  padding: 0 20px 20px;
  background-image: url("/wp-content/themes/vpara2022/common/img/bg_film.svg");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 20px;
}
@media (max-width: 769px) {
  .mainVisual:not(.top-mainVisual) .mainVisual_inner {
    min-height: 50px;
  }
}
.mainVisual:not(.top-mainVisual) .mainVisual_inner .page_title {
  line-height: 1.4375;
  font-size: 32px;
  color: #fff;
  text-align: center;
}
@media (max-width: 769px) {
  .mainVisual:not(.top-mainVisual) .mainVisual_inner .page_title {
    line-height: 1.45;
    font-size: 20px;
  }
}

.top-mainVisual .mainVisual_inner {
  background: #fff;
}
.top-mainVisual .mainVisual_inner .item {
  margin: 0 4px;
  background: #000;
}
@media screen and (min-width: 1950px) {
  .top-mainVisual .mainVisual_inner .item {
    background: none;
  }
}
@media (max-width: 769px) {
  .top-mainVisual .mainVisual_inner .item {
    margin: 0;
  }
}
.top-mainVisual .mainVisual_inner .item img {
  width: 100%;
  max-width: none;
  transition: all 0.3s ease;
  opacity: 0.3;
}
@media screen and (min-width: 1950px) {
  .top-mainVisual .mainVisual_inner .item img {
    opacity: 1;
  }
}
.top-mainVisual .mainVisual_inner .item.slick-current img {
  opacity: 1;
}
.top-mainVisual .mainVisual_inner .slick-arrow {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: calc(50% - 30px - 26px);
  width: 50px;
  height: 60px;
  margin: 0;
  padding: 0;
  background: #fff;
}
.top-mainVisual .mainVisual_inner .slick-arrow.slick-prev {
  left: 8px;
}
.top-mainVisual .mainVisual_inner .slick-arrow.slick-prev svg {
  transform: scale(-1, 1);
  margin-right: 2px;
}
.top-mainVisual .mainVisual_inner .slick-arrow.slick-next {
  right: 8px;
}
.top-mainVisual .mainVisual_inner .slick-arrow.slick-next svg {
  margin-left: 2px;
}
.top-mainVisual .mainVisual_inner .slick-arrow svg {
  width: 18px;
  height: 29px;
  fill: #000;
}
.top-mainVisual .mainVisual_inner .slick-dots {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 10px;
  margin: 16px 0 0;
}
.top-mainVisual .mainVisual_inner .slick-dots li {
  width: 80px;
  max-width: 80px;
  height: 10px;
  margin: 0 4px;
}
@media (max-width: 769px) {
  .top-mainVisual .mainVisual_inner .slick-dots li {
    width: 30px;
    max-width: 30px;
  }
}
.top-mainVisual .mainVisual_inner .slick-dots li.slick-active button {
  background: #FFD901;
}
.top-mainVisual .mainVisual_inner .slick-dots li button {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 10px;
  margin: 0;
  padding: 0;
  background: #F0F0F0;
  font-size: 0;
  text-indent: -9999px;
}

/* ------------------------------------------ aside.CTA */
/* ------------------------------------------ #sites */
/* ------------------------------------------ #pageTop */
#pageTop {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: calc(50% - 1080px / 2);
  max-width: 1080px;
}
@media (max-width: 769px) {
  #pageTop {
    display: none;
    left: calc(50% - 53px);
    max-width: 106px;
  }
}
#pageTop p {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 106px;
  margin-left: auto;
  text-align: right;
  transition: all 0.3s ease;
}
#pageTop.act p {
  bottom: 10px;
}
#pageTop.stop, #pageTop.act.stop {
  position: relative;
}
#pageTop.stop p, #pageTop.act.stop p {
  bottom: 16px;
}

/* ------------------------------------------ footer */
footer {
  overflow: hidden;
  margin: 50px 0 0;
  padding-top: 64px;
  background: #F0F0F0;
}
@media (max-width: 769px) {
  footer {
    margin-top: 26px;
    padding-top: 24px;
  }
}
footer a {
  color: #000;
}
footer .global_wrapper .anylinks {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 56px 0 0;
}
@media (max-width: 769px) {
  footer .global_wrapper .anylinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px 0;
    width: auto;
    margin: 40px 32px 0;
  }
}
footer .global_wrapper .anylinks li {
  padding: 0 24px;
  border-right: solid 1px #BBB;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 769px) {
  footer .global_wrapper .anylinks li {
    padding: 0;
    min-width: 50%;
    border-right: none;
    font-size: 14px;
  }
}
footer .global_wrapper .anylinks li:first-child {
  border-left: solid 1px #BBB;
}
@media (max-width: 769px) {
  footer .global_wrapper .anylinks li:first-child {
    border-left: none;
  }
}
footer .global_wrapper .footerNav-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 32px;
  border-bottom: solid 1px #BBB;
}
@media (max-width: 769px) {
  footer .global_wrapper .footerNav-wrapper {
    display: block;
    padding-bottom: 24px;
    border-bottom: none;
  }
}
footer .global_wrapper .footerNav-wrapper dl {
  margin: 0 130px 0 0;
  padding: 0 0 0 40px;
  border-left: solid 1px #BBB;
}
@media (max-width: 769px) {
  footer .global_wrapper .footerNav-wrapper dl {
    margin: 0;
    padding: 0;
    border-left: none;
  }
}
footer .global_wrapper .footerNav-wrapper dl:first-child {
  padding-left: 0;
  border-left: none;
}
footer .global_wrapper .footerNav-wrapper dl.last-child {
  margin-right: 0;
}
footer .global_wrapper .footerNav-wrapper dl dt {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 769px) {
  footer .global_wrapper .footerNav-wrapper dl dt {
    display: none;
  }
}
@media (max-width: 769px) {
  footer .global_wrapper .footerNav-wrapper dl dd > ul {
    display: none;
  }
}
footer .global_wrapper .footerNav-wrapper dl dd > ul li {
  position: relative;
  margin-top: 16px;
  padding: 0 0 0 16px;
}
footer .global_wrapper .footerNav-wrapper dl dd > ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 9px solid #999;
  border-right: 0;
}
footer .global_wrapper .footerNav-wrapper dl dd > ul li a {
  position: relative;
}
footer .global_wrapper .footerNav-wrapper dl dd > ul li a:hover::after {
  width: 100%;
}
footer .global_wrapper .footerNav-wrapper dl dd > ul li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #999;
  transition: all 0.3s ease;
}
footer .global_wrapper .footerNav-wrapper dl dd .social-links {
  margin: 32px 0 0;
}
@media (max-width: 769px) {
  footer .global_wrapper .footerNav-wrapper dl dd .social-links {
    margin-top: 0;
  }
}
footer .global_wrapper .footerNav-wrapper dl dd .social-links ul {
  display: flex;
}
@media (max-width: 769px) {
  footer .global_wrapper .footerNav-wrapper dl dd .social-links ul {
    justify-content: center;
  }
}
footer .global_wrapper .footerNav-wrapper dl dd .social-links ul li + li {
  margin-left: 40px;
}
footer .global_wrapper .footerNav-wrapper dl dd .social-links ul li a {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  transition: all 0.3s ease;
}
footer .global_wrapper .footerNav-wrapper dl dd .social-links ul li a:hover {
  opacity: 0.5;
}
footer .global_wrapper .footerNav-wrapper dl dd .social-links ul li a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 auto 8px;
}
@media (max-width: 769px) {
  footer .global_wrapper .footerNav-wrapper dl dd .social-links ul li a .icon {
    width: 44px;
    height: 44px;
  }
}
footer .global_wrapper .smp-newslinks {
  display: none;
}
@media (max-width: 769px) {
  footer .global_wrapper .smp-newslinks {
    display: block;
    margin: 0 -20px;
    padding: 24px 0 0;
    border-top: solid 1px #BBB;
  }
}
@media (max-width: 376px) {
  footer .global_wrapper .smp-newslinks {
    margin: 0 -10px;
  }
}
footer .global_wrapper .smp-newslinks .title {
  margin: 0 20px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 376px) {
  footer .global_wrapper .smp-newslinks .title {
    margin: 0 10px;
  }
}
footer .global_wrapper .smp-newslinks ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 0;
  margin: 16px 0 0;
  border-top: solid 1px #BBB;
  border-bottom: solid 1px #BBB;
}
footer .global_wrapper .smp-newslinks ul li {
  font-size: 14px;
}
footer .global_wrapper .smp-newslinks ul li + li {
  border-left: solid 1px #BBB;
}
footer .global_wrapper .smp-newslinks ul li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: #fff;
  text-align: center;
}
footer .global_wrapper .footerInfo-wrapper {
  margin: 32px 0 0;
}
@media (max-width: 769px) {
  footer .global_wrapper .footerInfo-wrapper {
    margin-top: 0;
  }
}
footer .global_wrapper .footerInfo-wrapper .company ul {
  display: flex;
  justify-content: center;
  margin: 0 -28px;
}
@media (max-width: 769px) {
  footer .global_wrapper .footerInfo-wrapper .company ul {
    display: block;
    margin: 0;
  }
}
footer .global_wrapper .footerInfo-wrapper .company ul li {
  margin: 0 28px;
}
@media (max-width: 769px) {
  footer .global_wrapper .footerInfo-wrapper .company ul li {
    margin: 24px 0 0;
  }
}
footer .global_wrapper .footerInfo-wrapper .company ul li a {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
@media (max-width: 769px) {
  footer .global_wrapper .footerInfo-wrapper .company ul li a {
    display: block;
    text-align: center;
  }
}
footer .global_wrapper .footerInfo-wrapper .company ul li a:hover {
  opacity: 0.5;
}
@media (max-width: 769px) {
  footer .global_wrapper .footerInfo-wrapper .company ul li a:hover {
    opacity: 1;
  }
}
footer .global_wrapper .footerInfo-wrapper .company ul li a::after {
  display: none;
}
footer .global_wrapper .footerInfo-wrapper .company ul li a p {
  margin: 0 16px 0 0;
  font-weight: 700;
}
@media (max-width: 769px) {
  footer .global_wrapper .footerInfo-wrapper .company ul li a p {
    margin: 0 0 8px;
    font-size: 18px;
  }
}
footer small {
  display: block;
  margin: 24px 0 0;
  background: #000;
  color: #999;
  font-size: 12px;
  line-height: 34px;
  text-align: center;
}

[class^=mm-] + [class^=mm-] {
  margin-top: 25px;
}

/* -------------------------------------------------- anker link */
a.mm-hvrlarge {
  overflow: hidden;
}
a.mm-hvrlarge img {
  transition: all 0.3s ease;
  width: 100%;
}
a.mm-hvrlarge:hover img {
  transform: scale(1.1);
}

a.mm-arrow_RB span {
  overflow: hidden;
  display: block;
  position: relative;
}
a.mm-arrow_RB span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #FFD901 transparent;
}

a.mm-hvr70 {
  transition: all 0.3s ease;
}
a.mm-hvr70:hover {
  opacity: 0.7;
}

/* -------------------------------------------------- midashi */
.mm-midashi_L {
  margin-bottom: 25px;
  padding: 0 0 10px;
  border-bottom: solid 4px #FFD901;
  font-size: 28px;
}
@media (max-width: 769px) {
  .mm-midashi_L {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 24px;
  }
}

[class^=mm-] + .mm-midashi_L {
  margin-top: 100px;
}
@media (max-width: 769px) {
  [class^=mm-] + .mm-midashi_L {
    margin-top: 40px;
  }
}

.mm-midashi_M {
  margin-bottom: 15px;
  padding: 10px 5px 10px 16px;
  border-left: solid 8px #FFD901;
  background: #F0F0F0;
  font-size: 20px;
}
@media (max-width: 769px) {
  .mm-midashi_M {
    padding: 10px 5px;
    border-left: solid 6px #FFD901;
    font-size: 18px;
  }
}

.mm-midashi_L + .mm-midashi_M {
  margin-top: 25px;
}
@media (max-width: 769px) {
  .mm-midashi_L + .mm-midashi_M {
    margin-top: 15px;
  }
}

.mm-midashi_S {
  position: relative;
  padding: 0 0 0 25px;
  margin-top: 25px;
  font-size: 18px;
}
@media (max-width: 769px) {
  .mm-midashi_S {
    padding-left: 22px;
    font-size: 16px;
  }
}
.mm-midashi_S::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.33em;
  width: 18px;
  height: 18px;
  background: #FFD901;
}
@media (max-width: 769px) {
  .mm-midashi_S::before {
    top: 0.3em;
    width: 14px;
    height: 14px;
  }
}

.mm-midashi_US {
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 769px) {
  .mm-midashi_US {
    font-size: 16px;
  }
}

.mm-midashi_icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 30px;
  background: #000;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 769px) {
  .mm-midashi_icon {
    padding: 5px 20px;
    font-size: 20px;
  }
}
.mm-midashi_icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
@media (max-width: 769px) {
  .mm-midashi_icon .icon {
    width: 28px;
    height: 28px;
  }
}
.mm-midashi_icon .txt {
  width: calc(100% - 40px);
}
@media (max-width: 769px) {
  .mm-midashi_icon .txt {
    width: calc(100% - 38px);
  }
}

/* -------------------------------------------------- text */
.mm-text p + p {
  margin-top: 1em;
}
.mm-text._col-separate {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .mm-text._col-separate {
    display: block;
  }
}
.mm-text._col-separate .col {
  width: calc(50% - 15px);
}
@media (max-width: 769px) {
  .mm-text._col-separate .col {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .mm-text._col-separate .col + .col {
    margin-top: 25px;
  }
}
.mm-text._col-separate .mm-tel .time {
  box-sizing: border-box;
  width: 100%;
  padding-left: 58px;
}
@media (max-width: 769px) {
  .mm-text._col-separate .mm-tel .time {
    padding-left: 0;
  }
}
.mm-text ._havBG {
  box-sizing: border-box;
  padding: 30px;
}

.mm-midashi_L + .mm-text {
  margin-top: -10px;
}

.mm-midashi_M + .mm-text {
  margin-top: 15px;
}

.mm-midashi_S + .mm-text {
  margin-top: 10px;
}

/* -------------------------------------------------- button */
* + .mm-button {
  margin-top: 1em;
}

.mm-button {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 769px) {
  .mm-button {
    display: block;
  }
}
.mm-button p {
  margin-bottom: -20px;
}
@media (max-width: 769px) {
  .mm-button p {
    margin: 0 20px -10px;
  }
}
.mm-button a::after {
  display: none !important;
}
.mm-button a[class*=mm-button-] {
  display: block;
  position: relative;
  max-width: 100%;
  margin-right: 40px;
  margin-left: 0;
  margin-bottom: 20px;
}
@media (max-width: 769px) {
  .mm-button a[class*=mm-button-] {
    margin: 0 0 20px;
  }
}
.mm-button a span {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.mm-button._left {
  justify-content: flex-start;
}
.mm-button._right {
  justify-content: flex-end;
  margin-right: 0;
  margin-left: -40px;
}
.mm-button._right a[class*=mm-button-] {
  margin-right: 0;
  margin-left: 40px;
}
.mm-button._center {
  justify-content: center;
  margin-right: -20px;
  margin-left: -20px;
}
@media (max-width: 769px) {
  .mm-button._center {
    margin-right: 0;
    margin-left: 0;
  }
}
.mm-button._center a[class*=mm-button-] {
  margin-right: 20px;
  margin-left: 20px;
}
@media (max-width: 769px) {
  .mm-button._center a[class*=mm-button-] {
    margin-right: 0;
    margin-left: 0;
  }
}
.mm-button._column {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
}
.mm-button._column p + p {
  margin-top: 10px;
}
.mm-button._column a[class*=mm-button-] {
  margin-right: 0;
}
.mm-button .mm-button-01 {
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  width: auto;
  min-width: 300px;
  padding: 15px 30px;
  border: solid 2px #000;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}
@media (max-width: 769px) {
  .mm-button .mm-button-01 {
    min-width: 0;
  }
}
@media (max-width: 415px) {
  .mm-button .mm-button-01 {
    padding-left: 10px;
  }
}
.mm-button .mm-button-01::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #FFD901;
  transition: all 0.3s ease;
}
.mm-button .mm-button-01:hover {
  color: #000;
}
.mm-button .mm-button-01:hover::before {
  width: 100%;
}
.mm-button .mm-button-01:hover svg {
  fill: #000;
}
.mm-button .mm-button-01 span {
  position: relative;
  z-index: 1;
}
.mm-button .mm-button-01 svg {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: calc(50% - 8px);
  width: 10px;
  fill: #fff;
}
.mm-button .mm-button-01[target=_blank] svg {
  width: 20px;
  right: 5px;
}
.mm-button .mm-button-02 {
  display: inline-block;
  max-width: calc(100% - 20px);
  padding: 5px 0 5px 40px;
}
@media (max-width: 769px) {
  .mm-button .mm-button-02 span {
    display: inline-block;
  }
}
.mm-button .mm-button-02 span::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #000;
}
.mm-button .mm-button-02 svg {
  position: absolute;
  z-index: 1;
  top: 11px;
  left: 13px;
  margin: 0;
  fill: #fff;
}

p.mm-button + p.mm-button {
  margin-top: 15px;
}
p.mm-button a.mm-button-01 {
  margin-bottom: 0;
}

/* -------------------------------------------------- tel */
* + .mm-tel {
  margin-top: 1em;
}

.mm-tel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 769px) {
  .mm-tel {
    justify-content: center;
  }
}
.mm-tel .number {
  font-size: 28px;
  font-weight: 700;
}
.mm-tel .number a {
  pointer-events: none;
  display: flex;
  align-items: center;
  color: #000;
  text-decoration: none;
}
@media (max-width: 769px) {
  .mm-tel .number a {
    pointer-events: all;
  }
}
.mm-tel .number a img {
  width: 50px;
  min-width: 50px;
  margin-right: 8px;
}
.mm-tel .time {
  margin-left: 1em;
  font-size: 14px;
}
@media (max-width: 769px) {
  .mm-tel .time {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.mm-tel .msg {
  margin: 0.2em 0 0;
  font-size: 18px;
  font-weight: 700;
}
.mm-tel .msg + .time {
  margin-left: 0;
}

/* -------------------------------------------------- eyecatch */
.mm-eyecatch {
  margin-bottom: 35px;
}
.mm-eyecatch p {
  margin: 1em 0 0;
}
.mm-eyecatch p.copyright {
  font-size: 10px;
  color: #999;
}

/* -------------------------------------------------- img */
.mm-img {
  text-align: center;
}
.mm-img img.pcObject,
.mm-img img.smpObject {
  margin: 0 auto;
}

.mm-caption {
  line-height: 1.3;
  margin: 10px 0 0;
  font-size: 10px;
  text-align: left;
}

/* -------------------------------------------------- gallery */
.mm-gallery {
  overflow: hidden;
  margin-bottom: 35px;
}
.mm-gallery ul:not(.col1) {
  display: flex;
  flex-wrap: wrap;
}
.mm-gallery ul.col2 {
  justify-content: space-between;
}
.mm-gallery ul.col2 li {
  width: calc(50% - 10px);
  margin: 20px 0 0;
}
.mm-gallery ul.col2 li:nth-child(1) {
  margin-top: 0;
}
.mm-gallery ul.col2 li:nth-child(2) {
  margin-top: 0;
}
.mm-gallery ul.col3 li {
  width: calc(33.333% - 22px);
  margin: 30px 33px 0 0;
}
@media (max-width: 769px) {
  .mm-gallery ul.col3 li {
    width: 100%;
    margin: 0;
  }
}
.mm-gallery ul.col3 li:nth-child(1) {
  margin-top: 0;
}
.mm-gallery ul.col3 li:nth-child(2), .mm-gallery ul.col3 li:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 769px) {
  .mm-gallery ul.col3 li:nth-child(2), .mm-gallery ul.col3 li:nth-child(3) {
    margin-top: 20px;
  }
}
@media (max-width: 769px) {
  .mm-gallery ul.col3 li + li {
    margin-top: 20px;
  }
}
.mm-gallery ul.col3 li:nth-child(3n) {
  margin-right: 0;
}
.mm-gallery ul.col4 li {
  width: calc(25% - 30px);
  margin: 20px 40px 0 0;
}
@media (max-width: 769px) {
  .mm-gallery ul.col4 li {
    width: 100%;
    margin: 0;
  }
}
.mm-gallery ul.col4 li:nth-child(4n) {
  margin-right: 0;
}
.mm-gallery ul.col4 li:nth-child(1) {
  margin-top: 0;
}
.mm-gallery ul.col4 li:nth-child(2), .mm-gallery ul.col4 li:nth-child(3), .mm-gallery ul.col4 li:nth-child(4) {
  margin-top: 0;
}
@media (max-width: 769px) {
  .mm-gallery ul.col4 li:nth-child(2), .mm-gallery ul.col4 li:nth-child(3), .mm-gallery ul.col4 li:nth-child(4) {
    margin-top: 20px;
  }
}
@media (max-width: 769px) {
  .mm-gallery ul.col4 li + li {
    margin-top: 20px;
  }
}
.mm-gallery ul li.mm-img .title {
  margin: 0 0 0.2em;
  text-align: left;
  font-weight: 700;
}
.mm-gallery ul li.mm-img .img a::after {
  display: none;
}

/* -------------------------------------------------- img_set */
.mm-img_set::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* -------------------------------------------------- list */
ul.mm-list {
  list-style: none;
  margin-top: 17px;
}
ul.mm-list + .mm-list {
  margin-top: 25px;
}
ul.mm-list li {
  position: relative;
  padding-left: 1em;
}
ul.mm-list li + li {
  margin-top: 4px;
}
ul.mm-list li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
ul.mm-list li ul {
  margin: 0.5em 0 1.5em;
}
ul.mm-list li ul li {
  position: relative;
  padding-left: 1em;
}
ul.mm-list li ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  background: #000;
}
ul.mm-list li ul li ul {
  margin: 0 0 1em;
}
ul.mm-list li ul li ul li {
  position: relative;
  padding-left: 1em;
}
ul.mm-list li ul li ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 0.2em;
  height: 0.2em;
  border: solid 1px #999;
}
ul.mm-list li ul li ul li ul li::before {
  top: 0.75em;
  width: 0.4em;
  height: 0.4em;
  background: #FFD901;
}
ul.mm-list._frame {
  padding: 20px;
  border: solid 1px #BBB;
}
ul.mm-list._attention {
  margin-top: 8px;
}
ul.mm-list._attention li {
  line-height: 1.8;
  margin-top: 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
ul.mm-list._attention li::before {
  display: none;
}
ul.mm-list._attention li a[target=_blank]::after {
  margin-left: 1.5em;
  width: auto;
}

ol.mm-list {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
}
* + ol.mm-list {
  margin-top: 40px;
}
@media (max-width: 769px) {
  * + ol.mm-list {
    margin-top: 30px;
  }
}
ol.mm-list ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0.5em 0 1.5em;
}
ol.mm-list > li {
  position: relative;
  padding-left: 1.3em;
}
ol.mm-list > li + li {
  margin-top: 4px;
}
ol.mm-list > li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #999;
}
ol.mm-list > li ul {
  margin: 0.5em 0 1.5em;
}
ol.mm-list._frame {
  padding: 20px;
  border: solid 1px #BBB;
}

table .mm-list {
  margin-top: 0;
}
table .mm-list li,
table .mm-list li + li {
  margin-top: 0;
}

/* -------------------------------------------------- table */
@media (max-width: 769px) {
  .mm-tbl {
    overflow-x: auto;
    margin: 15px 0;
  }
  .mm-tbl::-webkit-scrollbar {
    height: 10px;
  }
  .mm-tbl::-webkit-scrollbar-track {
    background: #F0F0F0;
  }
  .mm-tbl::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #FFD901;
  }
}

table {
  box-sizing: border-box;
  width: 100%;
  border-bottom: solid 1px #BBB;
  border-right: solid 1px #BBB;
}
@media (max-width: 769px) {
  table {
    min-width: 600px;
  }
}
@media (max-width: 769px) {
  table thead,
  table tbody,
  table tfoot {
    width: 100%;
  }
}
table th,
table td {
  padding: 10px;
  border-top: solid 1px #BBB;
  border-left: solid 1px #BBB;
  text-align: left;
}
table th {
  background: #F0F0F0;
}

/* -------------------------------------------------- ankerlink */
.mm-ankerlink ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -24px;
}
.mm-ankerlink ul li {
  margin: 0 0 10px 24px;
  font-weight: bold;
}
.mm-ankerlink ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #000;
  text-decoration: none;
}
.mm-ankerlink ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #000;
  transition: all 0.3s ease;
}
.mm-ankerlink ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 0 0 0.5em;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #000 transparent transparent transparent;
}
.mm-ankerlink ul li a:hover::before {
  width: 100%;
}

/* -------------------------------------------------- navigation */
[class^=mm-] + .mm-navigation {
  margin-top: 35px;
}
@media (max-width: 769px) {
  [class^=mm-] + .mm-navigation {
    margin-top: 25px;
  }
}
.mm-navigation ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0;
}
@media (max-width: 769px) {
  .mm-navigation ul {
    display: block;
    margin-top: -20px;
  }
}
.mm-navigation ul li {
  display: flex;
  width: calc(33.395544% - 22px);
  margin: 32px 32px 0 0;
  background: #F0F0F0;
}
@media (max-width: 769px) {
  .mm-navigation ul li {
    width: 100%;
    margin: 20px 0 0;
  }
}
.mm-navigation ul li:nth-child(3n) {
  margin-right: 0;
}
.mm-navigation ul li a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
.mm-navigation ul li a:hover {
  background: #FFD901;
}
.mm-navigation ul li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.mm-navigation ul li .title {
  margin: 5px 0 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.mm-navigation ul li .image {
  margin: 10px 0 0;
}
.mm-navigation ul li .image .copyright {
  margin: 5px 0 0;
  text-align: right;
  font-size: 10px;
  color: #999;
}
.mm-navigation ul li .text {
  margin: 5px 0 0;
}

/* -------------------------------------------------- newsList */
.mm-newsList {
  border-bottom: solid 1px #BBB;
}
.home .mm-newsList article {
  border-top: solid 1px #BBB;
}
.home .mm-newsList article + article {
  border-top: dotted 1px #BBB;
}
@media (max-width: 769px) {
  .home .mm-newsList article + article {
    border-top: solid 1px #BBB;
  }
}
.mm-newsList article + article {
  border-top: dotted 1px #BBB;
}
@media (max-width: 769px) {
  .mm-newsList article + article {
    border-top: solid 1px #BBB;
  }
}
.mm-newsList article a {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  padding: 20px 40px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}
@media (max-width: 769px) {
  .mm-newsList article a {
    flex-wrap: wrap;
    padding: 20px 0;
  }
}
.mm-newsList article a:hover {
  background: #F0F0F0;
}
.mm-newsList article a[target=_blank]::after {
  display: none;
}
.mm-newsList article a .header {
  display: flex;
  align-items: center;
  text-align: left;
  min-width: 310px;
  margin: 0 15px 0 0;
  text-align: left;
}
@media (max-width: 769px) {
  .mm-newsList article a .header {
    min-width: 0;
    width: 100%;
  }
}
.mm-newsList article a .header .new {
  width: 64px;
  font-size: 18px;
  font-weight: 700;
  color: #FA5050;
}
@media (max-width: 769px) {
  .mm-newsList article a .header .new {
    width: auto;
    margin-right: 8px;
  }
}
.mm-newsList article a .header .date {
  width: 86px;
  color: #999;
  font-size: 14px;
}
@media (max-width: 769px) {
  .mm-newsList article a .header .date {
    width: auto;
    margin-right: 15px;
  }
}
@media (max-width: 376px) {
  .mm-newsList article a .header .date {
    margin-right: 8px;
  }
}
.mm-newsList article a .header .category {
  margin: 0;
}
.mm-newsList article a .header .category span {
  display: none;
  width: 160px;
  height: 30px;
  line-height: 30px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 769px) {
  .mm-newsList article a .header .category span {
    box-sizing: border-box;
    width: auto;
    min-width: 160px;
    padding: 0 0.5em;
  }
}
.mm-newsList article a .header .category span:nth-child(1) {
  display: block;
}
.mm-newsList article a .header .category .label {
  display: inline-block;
}
.mm-newsList article a .header .category .label.trouble {
  background: #FA5050;
}
.mm-newsList article a .header .category .label.campaign {
  background: #FFD901;
  color: #000;
}
.mm-newsList article a .body {
  display: flex;
  align-items: center;
  width: calc(100% - 310px - 15px);
}
@media (max-width: 769px) {
  .mm-newsList article a .body {
    width: 100%;
    margin: 5px 0 0;
  }
}
.mm-newsList article a .body svg {
  width: 12px;
  height: 19px;
  margin-left: auto;
}

/* -------------------------------------------------- newsDetail */
.mm-newsDetail header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 25px;
}
.mm-newsDetail header h1 {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 10px;
  line-height: 1.3;
  border-bottom: solid 4px #ddd;
  font-size: 28px;
}
@media (max-width: 769px) {
  .mm-newsDetail header h1 {
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 20px;
  }
}
.mm-newsDetail header .date {
  margin: 0 15px 0 0;
  color: #999;
}
.mm-newsDetail header .cat {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 30px;
  margin: 0 20px 0 0;
  padding: 0 8px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 769px) {
  .mm-newsDetail header .cat {
    min-width: 0;
  }
}
@media (max-width: 376px) {
  .mm-newsDetail header .cat {
    padding: 0 5px;
  }
}
.mm-newsDetail header .cat.cat_trouble {
  background: #FA5050;
}
.mm-newsDetail header .cat.cat_campaign {
  background: #FFD901;
  color: #000;
}

.mm-newsDetail_backbtn {
  display: flex;
  justify-content: center;
  margin: 65px 0 0 !important;
  padding: 30px 0 0;
  border-top: solid 1px #BBB;
}
@media (max-width: 769px) {
  .mm-newsDetail_backbtn {
    margin-top: 40px !important;
  }
}
.mm-newsDetail_backbtn p {
  font-weight: 700;
}
.mm-newsDetail_backbtn p a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
.mm-newsDetail_backbtn p a svg {
  margin-right: 20px;
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.mm-newsDetail_backbtn p a:hover {
  color: #CEB000;
}
.mm-newsDetail_backbtn p a:hover svg {
  fill: #CEB000;
}

/* -------------------------------------------------- cattab */
.mm-cattab {
  border-bottom: solid 2px #000;
}
@media (max-width: 769px) {
  .mm-cattab {
    margin-bottom: -25px;
  }
}
.mm-cattab ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 769px) {
  .mm-cattab ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.mm-cattab ul li {
  width: 27%;
  max-width: 246px;
  margin: 0 15px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 769px) {
  .mm-cattab ul li {
    max-width: none;
    width: calc(50% - 7.5px);
    margin: 0 0 15px;
  }
}
.mm-cattab ul li.cat-news {
  display: none;
}
@media (max-width: 769px) {
  .mm-cattab ul li.cat-campaign {
    width: 100%;
    margin-bottom: 25px;
  }
}
.mm-cattab ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 1em;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background: #F0F0F0;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 769px) {
  .mm-cattab ul li a {
    height: 60px;
    border-radius: 8px;
  }
}
.mm-cattab ul li a:hover {
  background: #000;
  color: #fff;
}
.mm-cattab ul li a.current {
  height: 60px;
  background: #000;
  color: #fff;
}

/* -------------------------------------------------- pager */
.mm-pager {
  margin-top: 30px;
}
[class^=mm-] + .mm-pager {
  margin-top: 30px;
}
.mm-pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mm-pager ul li {
  margin: 0 5px;
  border: solid 1px #000;
  font-size: 18px;
}
@media (max-width: 769px) {
  .mm-pager ul li {
    font-size: 16px;
    display: none;
  }
}
.mm-pager ul li.next, .mm-pager ul li.prev {
  border: none;
  font-size: 16px;
}
@media (max-width: 769px) {
  .mm-pager ul li.next, .mm-pager ul li.prev {
    display: block;
  }
}
.mm-pager ul li.next a, .mm-pager ul li.prev a {
  width: auto;
  padding: 0 5px;
}
.mm-pager ul li.next a:hover, .mm-pager ul li.prev a:hover {
  background: none;
  color: #000;
}
@media (max-width: 769px) {
  .mm-pager ul li.current, .mm-pager ul li.current_prev, .mm-pager ul li.current_next {
    display: block;
  }
}
.mm-pager ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}
.mm-pager ul li a:hover, .mm-pager ul li a.current {
  color: #fff;
  background: #000;
}

/* -------------------------------------------------- catv */
.mm-catv .mm-tbl {
  font-size: 14px;
}
.mm-catv .mm-tbl table thead th {
  background: #000;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.mm-catv .mm-tbl table thead th:nth-child(1) {
  width: 290px;
}
@media (max-width: 769px) {
  .mm-catv .mm-tbl table thead th:nth-child(1) {
    width: 190px;
  }
}
.mm-catv .mm-tbl table tbody th {
  padding: 0;
  vertical-align: middle;
}
.mm-catv .mm-tbl table tbody th a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
.mm-catv .mm-tbl table tbody th a span {
  max-width: 260px;
}
.mm-catv .mm-tbl table tbody th a svg {
  min-width: 8px;
  max-width: 8px;
  margin-left: 10px;
}
.mm-catv .mm-tbl table tbody th a:hover {
  padding-right: 10px;
}
@media (max-width: 769px) {
  .mm-catv .mm-tbl table tbody th a:hover {
    padding-right: 20px;
  }
}
.mm-catv .mm-tbl table tbody th a::after {
  display: none;
}
.mm-catv .mm-tbl table tbody td {
  vertical-align: middle;
}
.mm-catv .mm-tbl table tbody td .hd {
  width: 50px;
  height: 30px;
  line-height: 30px;
  margin: auto;
  padding: 0;
  background: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

main a {
  position: relative;
  color: #CEB000;
  text-decoration: underline;
}
main a:hover {
  text-decoration: none;
}

/* -------------------------------------------------- 【専用】/genre/	番組ジャンルページ */
.p-genre_month {
  position: relative;
  z-index: 1;
}
.p-genre_month ul {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 60px;
  border-bottom: solid 8px #FFD901;
}
.p-genre_month ul li {
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 354px;
  min-height: 50px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #F0F0F0;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 769px) {
  .p-genre_month ul li {
    width: calc(50% - 30px);
    min-width: 0;
    padding: 0 10px;
    font-size: 16px;
  }
}
@media (max-width: 415px) {
  .p-genre_month ul li {
    width: calc(50% - 10px);
    font-size: 14px;
  }
}
.p-genre_month ul li + li {
  margin-left: 30px;
}
@media (max-width: 415px) {
  .p-genre_month ul li + li {
    margin-left: 10px;
  }
}
.p-genre_month ul li.active {
  min-height: 60px;
  background: #FFD901;
  font-size: 24px;
}
@media (max-width: 769px) {
  .p-genre_month ul li.active {
    font-size: 16px;
  }
}
@media (max-width: 415px) {
  .p-genre_month ul li.active {
    font-size: 14px;
  }
}

.p-genre_tabContent_wrap .tabContent {
  position: absolute;
  left: -9999px;
  top: -9999px;
  max-width: 1080px;
}
@media (max-width: 769px) {
  .p-genre_tabContent_wrap .tabContent {
    max-width: 712px;
  }
}
.p-genre_tabContent_wrap .tabContent.show {
  position: static;
  width: 100%;
  height: auto;
}

.p-genre_sliderControls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 55px 0 0;
}
.p-genre_sliderControls button {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 18px;
  transition: all 0.3s ease;
}
.p-genre_sliderControls .prev-arrow {
  order: 1;
}
.p-genre_sliderControls .slick-dots {
  order: 2;
}
.p-genre_sliderControls .next-arrow {
  order: 3;
}
.p-genre_sliderControls .prev-arrow {
  margin-right: 30px;
}
.p-genre_sliderControls .prev-arrow::before {
  content: "";
  width: 0;
  height: 0;
  margin-right: 20px;
  border-style: solid;
  border-width: 10px 13px 10px 0;
  border-color: transparent #BBB transparent transparent;
}
.p-genre_sliderControls .next-arrow {
  margin-left: 30px;
}
.p-genre_sliderControls .next-arrow::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 20px;
  border-style: solid;
  border-width: 10px 0 10px 13px;
  border-color: transparent transparent transparent #BBB;
}
.p-genre_sliderControls .slick-dots {
  display: flex;
  align-items: center;
}
.p-genre_sliderControls .slick-dots li button {
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  background: #F0F0F0;
  font-size: 24px;
}
.p-genre_sliderControls .slick-dots li.slick-active button {
  background: #000;
  color: #fff;
}

.p-genre_list article {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1080px;
  margin: 25px 0 0;
  padding: 25px;
  background: #F0F0F0;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
@media screen and (min-width: 1119px) {
  .p-genre_list article {
    min-width: 1080px;
  }
}
@media (max-width: 769px) {
  .p-genre_list article {
    display: block;
    margin-top: 15px;
    padding: 15px;
  }
}
.p-genre_list article .img {
  overflow: hidden;
  width: 36.89321%;
  max-width: 380px;
}
@media (max-width: 769px) {
  .p-genre_list article .img {
    width: 100%;
    max-width: none;
  }
}
.p-genre_list article .img .object {
  overflow: hidden;
  position: relative;
  padding-top: 56%;
}
.p-genre_list article .img .object img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.p-genre_list article .img .copyright {
  margin: 10px 0 0;
  font-size: 10px;
  color: #999;
}
.p-genre_list article .txt {
  width: calc(63.10679% - 25px);
  max-width: 628px;
}
@media (max-width: 769px) {
  .p-genre_list article .txt {
    width: 100%;
    max-width: none;
    margin: 10px 0 0;
  }
}
.p-genre_list article .txt h4 {
  margin: 0 0 8px;
  padding: 0 0 8px;
  border-bottom: solid 2px #FFD901;
  font-size: 20px;
  font-weight: 700;
}
.p-genre_list article .txt .outline {
  margin: 8px 0;
  padding: 0 0 8px;
  border-bottom: solid 1px #BBB;
}
.p-genre_list article .txt .info {
  display: flex;
  align-items: center;
}
.p-genre_list article .txt .info p {
  margin: 0 0.8em 0 0;
}
.p-genre_list article .txt .info .icons {
  display: flex;
  align-items: center;
}
.p-genre_list article .txt .info .icons li {
  box-sizing: border-box;
  min-width: 50px;
  height: 30px;
  padding: 0 0.25em;
  line-height: 30px;
  margin-right: 8px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #000;
}
.p-genre_list article .txt .info .icons li.jp, .p-genre_list article .txt .info .icons li.tv {
  background: #FA5050;
}
.p-genre_list article .txt dl {
  display: flex;
  margin-top: 8px;
}
.p-genre_list article .txt dl dt {
  width: 4.8em;
  font-weight: 700;
}
.p-genre_list article .txt dl dd {
  width: calc(100% - 4.8em);
}

/* -------------------------------------------------- 【専用】/howto/	視聴方法ページ */
.p-howto_menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px 0 0;
  padding: 25px 30px 30px;
  background: #F0F0F0;
  text-align: center;
}
@media (max-width: 769px) {
  .p-howto_menu {
    padding: 20px;
    display: block;
  }
}
.p-howto_menu h3 {
  width: 100%;
  margin: 0 0 30px;
  text-align: center;
}
@media (max-width: 769px) {
  .p-howto_menu h3 {
    margin: 0 0 15px;
  }
}
.p-howto_menu h3 img {
  max-width: 358px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .p-howto_menu h3 img {
    max-width: 287px;
  }
}
.p-howto_menu p {
  width: calc(25% - 27px);
  max-width: 230px;
  border: solid 1px #BBB;
}
@media (max-width: 769px) {
  .p-howto_menu p {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
}
.p-howto_menu p + p {
  margin-left: 30px;
}
@media (max-width: 769px) {
  .p-howto_menu p + p {
    margin: 15px auto 0;
  }
}
.p-howto_menu p a span {
  background: #fff;
}
.p-howto_menu p a span img {
  margin: 0 auto;
}

/* -------------------------------------------------- 【専用】/howto/jcom/	J:COMでの視聴方法ページ */
.p-howto_jcom_point {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}
@media (max-width: 769px) {
  .p-howto_jcom_point {
    display: block;
    margin: 0;
  }
}
.p-howto_jcom_point .object {
  box-sizing: border-box;
  position: relative;
  width: calc(33.333% - 22px);
  padding: 25px;
  background: #F0F0F0;
}
@media (max-width: 769px) {
  .p-howto_jcom_point .object {
    width: 100%;
    margin: 30px 0 0;
    padding: 30px 20px 20px;
  }
}
.p-howto_jcom_point .object .count {
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (max-width: 769px) {
  .p-howto_jcom_point .object .count {
    top: -24px;
    font-size: 24px;
  }
}
.p-howto_jcom_point .object .count .num {
  font-size: 46px;
}
@media (max-width: 769px) {
  .p-howto_jcom_point .object .count .num {
    font-size: 40px;
  }
}
.p-howto_jcom_point .object h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 769px) {
  .p-howto_jcom_point .object h3 {
    display: block;
    min-height: 0;
  }
}
.p-howto_jcom_point .object .img {
  margin: 15px 0;
}

/* -------------------------------------------------- 【専用】V☆パラオリジナル番組ページ */
.p-original_genre {
  padding: 40px 0;
}
.p-original_genre:nth-child(odd) {
  background: #F0F0F0;
}
.p-original_genre .mm-gallery {
  margin-top: 15px;
}

.p-og_actorBlock {
  margin: 15px 0 40px;
}
.p-og_actorBlock h3 {
  padding: 8px 30px;
  background: #000;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 769px) {
  .p-og_actorBlock h3 {
    padding: 8px 15px;
  }
}
.p-og_actorBlock .body {
  display: flex;
  justify-content: space-between;
  padding: 30px 29px;
  border: solid 1px #BBB;
  border-top: none;
}
@media (max-width: 769px) {
  .p-og_actorBlock .body {
    display: block;
    padding: 15px 14px;
  }
}
.p-og_actorBlock .body > div {
  width: calc(50% - 16px);
}
@media (max-width: 769px) {
  .p-og_actorBlock .body > div {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .p-og_actorBlock .body > div + div {
    margin-top: 1.5em;
  }
}
.p-og_actorBlock .body .img {
  text-align: center;
}
.p-og_actorBlock .body .txt dl + dl {
  margin-top: 1em;
}
.p-og_actorBlock .body .txt dl .mm-midashi_S {
  margin-top: 0;
  font-weight: 700;
}

.p-og_actors {
  margin: 32px 0;
}
.p-og_actors .mm-midashi_S {
  margin-bottom: 20px;
}
.p-og_actors ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 769px) {
  .p-og_actors ul {
    display: block;
  }
}
.p-og_actors ul li {
  width: calc(50% - 20px);
  max-width: 400px;
  text-align: center;
}
@media (max-width: 769px) {
  .p-og_actors ul li {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 769px) {
  .p-og_actors ul li + li {
    margin: 25px auto 0;
  }
}
.p-og_actors ul li .ph {
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .p-og_actors ul li .ph {
    max-width: 230px;
  }
}
.p-og_actors ul li p {
  margin: 1em 20px 0;
}
@media (max-width: 769px) {
  .p-og_actors ul li p {
    margin: 1em 0 0;
  }
}
.p-og_actors ul li p.name {
  font-size: 20px;
  font-weight: 700;
}
.p-og_actors ul._col3 li {
  max-width: 325px;
}
@media (max-width: 769px) {
  .p-og_actors ul._col3 li {
    max-width: none;
  }
}
.p-og_actors ul._col3 li .ph {
  max-width: 250px;
}
@media (max-width: 769px) {
  .p-og_actors ul._col3 li .ph {
    max-width: 230px;
  }
}

.p-og_link_amazon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 769px) {
  .p-og_link_amazon {
    display: block;
  }
}
.p-og_link_amazon img {
  display: block;
  width: 436px;
  margin-right: 5px;
}
@media (max-width: 769px) {
  .p-og_link_amazon img {
    margin: 0 auto;
  }
}

.p-og_link_vpara {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 769px) {
  .p-og_link_vpara {
    display: block;
  }
}
.p-og_link_vpara span {
  font-size: 28px;
}
.p-og_link_vpara img {
  display: block;
  margin-right: 5px;
}
@media (max-width: 769px) {
  .p-og_link_vpara img {
    margin: 0 auto;
  }
}

.p-og_programs article {
  margin: 40px 0 0;
}
@media (max-width: 769px) {
  .p-og_programs article + article {
    margin-top: 20px;
  }
}
.p-og_programs article .header h3 {
  padding: 8px 30px;
  background: #000;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 769px) {
  .p-og_programs article .header h3 {
    padding: 8px 15px;
  }
}
.p-og_programs article .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 29px;
  border: solid 1px #BBB;
  border-top: none;
}
@media (max-width: 769px) {
  .p-og_programs article .layout {
    display: block;
    padding: 15px 14px;
  }
}
.p-og_programs article .layout > div {
  width: calc(50% - 16px);
}
@media (max-width: 769px) {
  .p-og_programs article .layout > div {
    width: 100%;
  }
}
.p-og_programs article .layout .img {
  text-align: center;
}
.p-og_programs article .layout .txt .mm-midashi_S {
  margin-top: 0;
}
.p-og_programs article .layout .txt * + .mm-midashi_S {
  margin-top: 15px;
}
.p-og_programs article .layout .txt p + p {
  margin-top: 1em;
}
.p-og_programs article .layout.set1 .txt {
  width: 100%;
}
.p-og_programs article .layout.set1 .img {
  margin-top: 15px;
}
@media (max-width: 769px) {
  .p-og_programs article .layout.set2 .txt {
    margin-top: 15px;
  }
}

.p-og_accordion .p-og_programs {
  display: none;
}
.p-og_accordion .btn_accordion {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}
.p-og_accordion .btn_accordion p {
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 300px;
  margin: 0;
  padding: 15px 30px;
  border: solid 2px #000;
  background: #000;
}
@media (max-width: 769px) {
  .p-og_accordion .btn_accordion p {
    width: 95%;
  }
}
.p-og_accordion .btn_accordion p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #FFD901;
  transition: all 0.3s ease;
}
.p-og_accordion .btn_accordion p span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s ease;
}
.p-og_accordion .btn_accordion p span.open {
  display: none;
}
.p-og_accordion .btn_accordion p span.close {
  display: inline;
}
.p-og_accordion .btn_accordion p svg {
  position: absolute;
  right: 10px;
  transform: rotate(90deg);
  fill: #fff;
}
.p-og_accordion .btn_accordion p:hover span {
  color: #000;
}
.p-og_accordion .btn_accordion p:hover::before {
  width: 100%;
}
.p-og_accordion .btn_accordion p:hover svg {
  fill: #000;
}
.p-og_accordion .btn_accordion._open p .open {
  display: inline;
}
.p-og_accordion .btn_accordion._open p .close {
  display: none;
}
.p-og_accordion .btn_accordion._open p svg {
  transform: rotate(-90deg);
}

/* -------------------------------------------------- 【専用】おすすめ番組ページ */
.p-recommend_programInfo + .mm-midashi_L, .p-recommend_programInfo + .mm-midashi_M {
  margin-top: 35px;
}
.p-recommend_programInfo .mm-midashi_S {
  margin-top: 15px;
}
.p-recommend_programInfo .program + .program {
  margin-top: 15px;
}
.p-recommend_programInfo .program .title {
  padding: 10px 30px;
  background: #000;
  color: #fff;
  font-size: 20px;
  line-height: 1.4444444444;
}
@media (max-width: 769px) {
  .p-recommend_programInfo .program .title {
    padding: 10px 15px;
    font-size: 18px;
  }
}
.p-recommend_programInfo .program > .body {
  padding: 25px 28px 20px;
  border: solid 1px #BBB;
  border-top: none;
}
@media (max-width: 769px) {
  .p-recommend_programInfo .program > .body {
    padding: 15px 13px;
  }
}
.p-recommend_programInfo .program > .body .copyright {
  margin-top: 1.3em;
  color: #999;
  font-size: 10px;
}
@media (max-width: 769px) {
  .p-recommend_programInfo .program > .body .copyright {
    margin-top: 1em;
  }
}
.p-recommend_programInfo .icons {
  display: flex;
  align-items: center;
}
.p-recommend_programInfo .icons .year {
  margin: 0 15px 0 0;
}
.p-recommend_programInfo .icons ul {
  display: flex;
  align-items: center;
}
.p-recommend_programInfo .icons ul li {
  box-sizing: border-box;
  min-width: 50px;
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
  padding: 0 0.25em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #000;
}
.p-recommend_programInfo .icons ul li.jp, .p-recommend_programInfo .icons ul li.tv {
  background: #FA5050;
}
.p-recommend_programInfo .date {
  display: flex;
  align-items: center;
  margin: 8px 0 0;
}
@media (max-width: 769px) {
  .p-recommend_programInfo .date {
    display: block;
  }
}
.p-recommend_programInfo .date p {
  margin: 0;
}
@media (max-width: 769px) {
  .p-recommend_programInfo .date p {
    display: inline-block;
  }
}
.p-recommend_programInfo .date .number {
  box-sizing: border-box;
  min-width: 50px;
  height: 30px;
  line-height: 30px;
  margin: 0 15px 0 0;
  padding: 0 8px;
  text-align: center;
  font-weight: bold;
  background: #FFF8C3;
}

/* -------------------------------------------------- 【専用】TOP */
.top-alert {
  margin: 0 0 30px;
}
@media (max-width: 769px) {
  .top-alert {
    margin-bottom: 20px;
  }
}
.top-alert ul li {
  overflow: hidden;
  border: solid 2px #FA5050;
  border-radius: 45px;
}
@media (max-width: 769px) {
  .top-alert ul li {
    border-radius: 30px;
  }
}
.top-alert ul li + li {
  margin-top: 10px;
}
.top-alert ul li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 13px 14px;
  background: #fff;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 769px) {
  .top-alert ul li a {
    flex-wrap: wrap;
  }
}
.top-alert ul li a:hover {
  background: #FFEFEF;
}
.top-alert ul li a img {
  width: 30px;
  height: 30px;
  margin-right: 16px;
}
@media (max-width: 769px) {
  .top-alert ul li a img {
    margin-right: 0;
  }
}
.top-alert ul li a .date {
  min-width: 85px;
  margin: 0 16px 0 0;
  color: #999;
}
@media (max-width: 769px) {
  .top-alert ul li a .date {
    margin: 0 0.5em;
    text-align: center;
  }
}
@media (max-width: 321px) {
  .top-alert ul li a .date {
    margin: 0 5px;
  }
}
.top-alert ul li a .category {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 30px;
  margin: 0 16px 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: #FA5050;
}
@media (max-width: 769px) {
  .top-alert ul li a .category {
    min-width: 0;
    max-width: 160px;
    width: calc(100% - 30px - 85px - 2em);
    margin: 0;
  }
}
@media (max-width: 321px) {
  .top-alert ul li a .category {
    width: calc(100% - 30px - 85px - 10px);
  }
}
.top-alert ul li a .title {
  width: calc(100% - 30px - 16px - 160px - 16px - 12px - 16px);
  max-width: 710px;
  margin: 0 16px 0 0;
}
@media (max-width: 769px) {
  .top-alert ul li a .title {
    width: calc(100% - 12px - 16px);
    margin-top: 10px;
  }
}
.top-alert ul li a svg {
  width: 12px;
  height: 19px;
  margin-left: auto;
}
@media (max-width: 769px) {
  .top-alert ul li a svg {
    margin-top: 10px;
  }
}

section[class^=top-] .header {
  text-align: center;
}
section[class^=top-] .header .icon {
  display: block;
  width: 64px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  section[class^=top-] .header .icon {
    width: 48px;
  }
}
section[class^=top-] .header h2 {
  margin: 5px 0 10px;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 769px) {
  section[class^=top-] .header h2 {
    font-size: 28px;
  }
}

.top-howto {
  padding: 24px 0 55px;
  background: #F0F0F0;
}
.top-howto .bnr_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 32px;
  margin: 30px 0 0;
}
@media (max-width: 769px) {
  .top-howto .bnr_lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 20px;
  }
}
.top-howto .bnr_lists li {
  width: calc(33.3333333333% - 32px + 10.6666666667px);
}
@media (max-width: 769px) {
  .top-howto .bnr_lists li {
    width: auto;
  }
}
.top-howto .bnr_lists li._large {
  width: calc(50% - 16px);
}
@media (max-width: 769px) {
  .top-howto .bnr_lists li._large {
    width: auto;
  }
}
.top-howto .bnr_lists li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.top-howto .bnr_lists li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.top-howto .bnr_lists li a span picture {
  aspect-ratio: 524/140;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-howto .bnr_lists li a span picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-howto .bnr_dllist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0 0;
  padding: 16px 30px;
  background: #fff;
}
@media (max-width: 769px) {
  .top-howto .bnr_dllist {
    display: block;
    padding: 20px;
  }
}
.top-howto .bnr_dllist dt {
  width: 27.255%;
  max-width: 278px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 769px) {
  .top-howto .bnr_dllist dt {
    width: 100%;
    max-width: 76.1353%;
    margin: 0 auto;
    font-size: 24px;
  }
}
.top-howto .bnr_dllist dd {
  width: calc(72.745% - 50px);
}
@media (max-width: 769px) {
  .top-howto .bnr_dllist dd {
    width: 100%;
  }
}
.top-howto .bnr_dllist dd ul {
  display: flex;
}
@media (max-width: 769px) {
  .top-howto .bnr_dllist dd ul {
    display: block;
  }
}
.top-howto .bnr_dllist dd ul li {
  border: solid 1px #BBB;
}
@media (max-width: 769px) {
  .top-howto .bnr_dllist dd ul li {
    margin-top: 15px;
  }
}
.top-howto .bnr_dllist dd ul li + li {
  margin-left: 32px;
}
@media (max-width: 769px) {
  .top-howto .bnr_dllist dd ul li + li {
    margin-left: 0;
  }
}
.top-howto .attention {
  margin: 25px 0 0;
  font-size: 10px;
}
@media (max-width: 769px) {
  .top-howto .attention {
    margin-top: 15px;
  }
}
.top-howto .mm-button {
  margin-top: 30px;
}
@media (max-width: 769px) {
  .top-howto .mm-button {
    margin-top: 25px;
  }
}

.top-bnr {
  overflow: hidden;
  margin: 55px 0 0;
}
@media (max-width: 769px) {
  .top-bnr {
    margin-top: 30px;
  }
}
.top-bnr ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px -32px;
}
@media (max-width: 769px) {
  .top-bnr ul {
    display: block;
    margin: 0 0 -20px;
  }
}
.top-bnr ul li {
  width: calc(33.333% - 32px);
  margin: 0 16px 32px;
}
@media (max-width: 769px) {
  .top-bnr ul li {
    width: 100%;
    margin: 0 0 20px;
  }
}
.top-bnr ul li.size_M {
  width: calc(50% - 32px);
}
@media (max-width: 769px) {
  .top-bnr ul li.size_M {
    width: 100%;
  }
}
.top-bnr ul li.size_L {
  width: 100%;
}
.top-bnr ul li img {
  width: 100%;
}
.top-news {
  margin: 60px 0 0;
}
.top-news .global_wrapper > .body {
  margin: 30px 0;
  text-align: left;
}