@charset "UTF-8";
/*!
Theme Name: TV guide
Theme URI: -
Author: TV guide
Author URI: TV guide
Description: TV guide
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: TV guide
Tags:
*/
/**
 # Vendor CSS
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
/**
 # Foundation
 */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

main {
  display: block;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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 #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #333333;
  text-align: left;
  background-color: #f2f1ed;
  font-size: 1.6rem;
  font-weight: 400;
  overflow-x: hidden;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.smp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .smp {
    display: block !important;
  }
}

/**
 # Layout
 */
/*--------------------------------------------------------------
    # content.scss
--------------------------------------------------------------*/
.l--container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

.l--content {
  float: left;
  width: calc(96.75% - 340px);
}

.l--sidebar {
  width: 340px;
  position: absolute;
  right: 3.25%;
  top: 0px;
  min-height: 3520px;
}

.l--containerArchives {
  max-width: 1145px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

.l--containerArchives .l--content {
  float: left;
  max-width: 740px;
}

.l--containerArchives .cmn--contents {
  background: none;
  padding: 0;
}

.l--containerArchives .cmn--contents.editor-styles-wrapper {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .l--container {
    max-width: 92vw;
    padding: 0 4vw;
  }
  .l--content {
    float: none;
    width: auto;
    margin: 0 0 6.66667vw;
  }
  .l--sidebar {
    width: auto;
    position: relative;
    right: inherit;
    top: inherit;
    min-height: initial;
  }
  .l--containerArchives {
    max-width: initial;
    margin: 0 auto;
    padding: 0 4vw;
    position: relative;
  }
  .l--containerArchives .l--content {
    float: none;
    max-width: initial;
  }
  .l--containerArchives .cmn--contents {
    background: none;
    padding: 0;
  }
  .l--containerArchives .cmn--contents.editor-styles-wrapper {
    padding: 0;
  }
}

/*--------------------------------------------------------------
    # footer.scss
--------------------------------------------------------------*/
/*
     Footer
--------------------------------------------------------------*/
.l--footer {
  padding: 70px 0 40px;
  background-color: #FFF;
}

.l--footer span {
  display: block;
}

.l--footer-logo {
  width: 295px;
  height:auto;
  margin: 0 auto 40px;
}

.l--footer-logo img {
  width: 100%;
  height:auto;
  vertical-align: bottom;
}

.l--footer-logoImages {
  width: 165px;
  height:auto;
  margin: 0 auto 10px;
}

.l--footer-logoText {
  width: 165px;
  height:auto;
  margin: 0 auto;

}

.l--footer-list {
  margin: 0 0 30px;
  text-align: center;
  letter-spacing: -.4em;
}

.l--footer-list li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 10px;
}

.l--footer-list a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  font-size: 1.4rem;
  position: relative;
  padding: 0 0 0 1.0em;
  display: block;
}

.l--footer-list a:link {
  color: #000;
  text-decoration: none;
}

.l--footer-list a:visited {
  color: #000;
  text-decoration: none;
}

.l--footer-list a:hover {
  color: #CCC;
  text-decoration: underline;
}

.l--footer-list a:before {
  position: absolute;
  content: "-";
  left: 0;
}

.l--footer-copyRight {
  display: block;
  font-size: 1.1rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: bold;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .l--footer {
    padding: 9.33333vw 0 5.33333vw;
  }
  .l--footer-logo {
    width:40vw;
    margin: 0 auto 5.33333vw;
  }
  .l--footer-logoImages {
    width: 16.66667vw;
    margin: 0 auto 0.66667vw;
  }
  .l--footer-logoText {
    width: 33.33333vw;
  }
  .l--footer-list {
    margin: 0 0 4vw;
    text-align: left;
    letter-spacing: -.4em;
  }
  .l--footer-list li {
    display: block;
    margin: 0 2.66667vw;
  }
  .l--footer-list a {
    display: block;
    font-size: 3.33333vw;
    padding: 4vw;
    border-bottom: 1px solid #CCC;
  }
  .l--footer-copyRight {
    font-size: 3.2vw;
    margin: 4vw 0;
  }
}

/*
     Cmn banner
--------------------------------------------------------------*/
.l--cmnBn {
  background-color: #323232;
  padding: 30px 0;
  margin: 80px 0 0;
  height: 120px;
  overflow: hidden;
}

.l--cmnBn-list {
  width: 1200px;
  margin: 0 auto;
  display:flex;
}

.l--cmnBn-list a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.l--cmnBn-list a:hover {
  opacity: 0.65;
}

.l--cmnBn-list li {
  margin: 0 5px;
  width: 260px !important;
  min-width:260px;
}

.l--cmnBn-list li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l--cmnBn .slick-next, .l--cmnBn .slick-prev {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.l--cmnBn .slick-next:before, .l--cmnBn .slick-prev:before {
  display: none;
}

.l--cmnBn .slick-prev {
  left: -50px;
  background-image: url(assets/images/common/parts/icon01__next.png);
}

.l--cmnBn .slick-next {
  right: -50px;
  background-image: url(assets/images/common/parts/icon01__prev.png);
}

@media screen and (max-width: 768px) {
  .l--cmnBn {
    padding: 4vw 0;
    margin: 8vw 0 0;
    height: auto;
  }
  .l--cmnBn-list {
    width: 72vw;
    margin: 0 auto;
    display: block;
  }
  .l--cmnBn-list a {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
  }
  .l--cmnBn-list a:hover {
    opacity: 0.65;
  }
  .l--cmnBn-list li {
    margin: 0 5px;
    width: 260px !important;
  }
  .l--cmnBn-list li img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .l--cmnBn .slick-next, .l--cmnBn .slick-prev {
    width: 8vw;
    height: 8vw;
  }
  .l--cmnBn .slick-prev {
    left: -10.33vw;
    background-image: url(assets/images/common/parts/icon01__next.png);
  }
  .l--cmnBn .slick-next {
    right: -10.33vw;
    background-image: url(assets/images/common/parts/icon01__prev.png);
  }
}

/*
     Page top
--------------------------------------------------------------*/
.page--top {
  position: relative;
  display: block;
}

.page--top-wrap {
  bottom: 180px;
  position: fixed;
  z-index: 50;
  right: 5.5%;
}

.page--top:before {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  margin: auto;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #e71a41;
}

.page--top:hover:before {
  background-color: #000;
}

.page--top:after {
  position: absolute;
  top: 2.5px;
  bottom: 0;
  left: 0;
  content: "";
  margin: auto;
  left: 25px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .page--top {
    position: relative;
    display: block;
  }
  .page--top-wrap {
    bottom: 130px;
    position: fixed;
    z-index: 50;
    right: 12.5%;
  }
  .page--top:before {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    margin: auto;
    width: 10.66667vw;
    height: 10.66667vw;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e71a41;
  }
  .page--top:hover:before {
    background-color: #016c74;
  }
  .page--top:after {
    position: absolute;
    top: 2.5px;
    bottom: 0;
    left: 0;
    content: "";
    margin: auto;
    left: 4vw;
    width: 2.66667vw;
    height: 2.66667vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/*--------------------------------------------------------------
    # header.scss
--------------------------------------------------------------*/
.clearance--box {
  height: 80px;
}

.l--smpSearch {
  display: none;
}

.l--recommendSMPButton {
  display: none;
}

.l--header {
  width: 100%;
  top: 0;
  z-index: 100;
  height: 80px;
  position: fixed;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.l--header-logo {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 268px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.l--header-logo img {
  width: 100%;
  height:auto;
  vertical-align: bottom;
}

.l--header-logo:hover {
  opacity: 0.65;
}

.l--header-logoText {
  position: absolute;
  top: 30px;
  width: 165px;
  left: 310px;
}

.l--header-logoText img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l--header.fixed {
  background-color: #FFF;
}

.l--recommendButton {
  display: block;
  position: absolute;
  width: 200px;
  right: 100px;
  height: 50px;
  top: 15px;
  background-image: url(assets/images/common/header/recommend__icon.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left 10px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.l--recommendButton-contents {
  background-color: #e71a41;
  width: 145px;
  display: block;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 5.0rem;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.l--recommendButton-contents__inner {
  position: relative;
  position: relative;
  font-style: normal;
}

.l--recommendButton-contents__inner:after {
  right: 110%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(231, 26, 65, 0);
  border-right-color: #e71a41;
  border-width: 10px;
  margin-top: -10px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.l--recommendButton:link {
  color: #FFF;
  text-decoration: none;
}

.l--recommendButton:visited {
  color: #FFF;
  text-decoration: none;
}

.l--recommendButton:hover {
  color: #FFF;
}

.l--recommendButton:hover .l--recommendButton-contents {
  background-color: #000;
}

.l--recommendButton:hover .l--recommendButton-contents__inner:after {
  border-right-color: #000;
}

.l--searchButton {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  right: 30px;
  top: 15px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #000;
  background-image: url(assets/images/common/header/search__icon.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.l--searchButton:hover {
  background-color: #e71a41;
}

.l--searchButton.openBtn {
  background-image: url(assets/images/common/header/search__icon-close.png);
  background-color: #000;
}

.l--searchButtonWrap {
  z-index: 100;
  position: absolute;
  top: 80px;
  width: 100%;
  background-color: #e71a41;
  padding: 1.74vw;
}

.l--searchButtonWrap .searchBox {
  border: 2px solid #000;
  padding: 10px 10px;
  font-size: 1.4rem;
  width: 80%;
  border-radius: 10px;
}

.l--searchButton-content {
  width: 40%;
  margin: 0 auto;
}

.l--searchButton-content__boxButton {
  background-image: url(assets/images/common/header/search__icon.png);
  background-repeat: no-repeat;
  background-size: 17px 17px;
  background-position: center center;
  background-color: #000;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  vertical-align: top;
  cursor: pointer;
}

.l--gmenuNav {
  position: absolute;
  right: 300px;
}

.l--gmenu-list {
  display: table;
  table-layout: fixed;
  width: auto;
}

.l--gmenu-list li {
  display: table-cell;
  vertical-align: middle;
}

.l--gmenu-list li a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  display: block;
  padding: 32px 15px;
  margin: 0;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.l--gmenu-list li a:link {
  text-decoration: none;
  color: #000;
}

.l--gmenu-list li a:visited {
  text-decoration: none;
  color: #000;
}

.l--gmenu-list li a:hover {
  color: #FFF;
  background-color: #e71a41;
}

.l--gmenu-list li a.hover--list {
  color: #FFF;
  background-color: #e71a41;
}

.l--gmenu-list li a.hover--list i {
  background-image: url(assets/images/common/parts/arrow__02_wh.png);
}

.l--gmenu-list li i {
  width: 10px;
  height: 16px;
  background-image: url(assets/images/common/parts/arrow__02_bk.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center 60%;
  display: inline-block;
  margin: 0 0 0 10px;
}

.l--gmenu-list li > ul {
  display: none;
  position: absolute;
  width: 100vw;
  right: -300px;
  background-color: #e71a41;
  padding: 30px 0;
  text-align: center;
  top: 80px;
  z-index: 100;
}

.l--gmenu-list li > ul .sub__menu__container {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.l--gmenu-list li > ul li {
  margin: 0 20px 20px 0;
  padding: 0;
  display: inline-block;
}

.l--gmenu-list li > ul a {
  width: 190px;
  background-color: #ea4665;
  background-image: url(assets/images/common/parts/arrow__01_wh.png);
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: 96.5% center;
  display: block;
  font-size: 1.3rem;
  text-align: left;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  padding: 15px;
  border-radius: 5px;
}

.l--gmenu-list li > ul a:link {
  color: #FFF;
}

.l--gmenu-list li > ul a:visited {
  color: #FFF;
}

.l--gmenu-list li > ul a:hover {
  background-color: #000;
}

@media screen and (max-width: 1325px) and (min-width: 769px) {
  .l--header-logoText {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .clearance--box {
    height: 16vw;
  }
  .l--header {
    background-color: #FFF;
    z-index: 100;
    height: 16vw;
  }
  .l--header-logo {
    left: 4vw;
    top: 2.66667vw;
    width: 40vw;
  }
  .l--header-logoText {
    top: 12vw;
    left: 4vw;
    width: 27.33333vw;
  }
  .l--header-logoText img {
    vertical-align: top;
  }
  .l--recommendButton {
    display: none !important;
  }
  .l--searchButton {
    display: none;
  }
  .l--smp-button {
    display: block;
    width: 74.66667vw;
    margin: 5.33333vw auto;
    background-color: #FFF;
    height: 13.33333vw;
    border-radius: 6.66667vw;
    line-height: 13.33333vw;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 3.33333vw;
  }
  .l--smp-button:link {
    color: #e71a41;
    text-decoration: none;
  }
  .l--smp-button:visited {
    color: #e71a41;
    text-decoration: none;
  }
  .l--smp-button:hover {
    color: #e71a41;
    text-decoration: none;
  }
  .nav-active .l--smpSearch {
    display: block!important;
  }
  .l--smpSearch-content__box {
    padding: 4vw;
  }
  .l--smpSearch-content__boxButton {
    background-color: #000;
    height: 8vw;
    width: 8vw;
    border-radius: 50%;
    display: inline-block;
    margin-left: 2.66667vw;
    background-image: url(assets/images/common/header/search__icon.png);
    background-repeat: no-repeat;
    background-size: 3.33333vw;
    background-position: center center;
    border: none;
    vertical-align: middle;
  }
  .l--smpSearch .searchBox {
    border: 3px solid #000;
    border-radius: 10px;
    padding: 2.66667vw;
    width: 85%;
  }
  .l--recommendSMPButton {
    display: block;
    width: auto;
    margin: 4vw;
    background-color: #FFF;
    padding: 2.66667vw;
    text-align: center;
    text-align: center;
    font-size: 3.33333vw;
    color: #000;
    border-radius: 2vw;
  }
  .l--recommendSMPButton em {
    font-style: normal;
  }
  .l--gmenuNav {
    position: absolute;
    right: inherit;
  }
  .l--gmenu-list {
    border-top: 1px solid #c51c3c;
    display: block;
  }
  .l--gmenu-listEn {
    display: none;
  }
  .l--gmenu-listJp {
    display: block;
    font-size: 3.33333vw;
    color: #FFF;
  }
  .l--gmenu-list li {
    display: block;
  }
  .l--gmenu-list li.smp--secondLevel a {
    pointer-events: none;
    position: relative;
    background-image: url(assets/images/common/parts/icon__smp__plus.png);
    background-repeat: no-repeat;
    background-position: 96.5% center;
    background-size: 4vw;
  }
  .l--gmenu-list li.smp--secondLevel a ul li a {
    background: none;
  }
  .l--gmenu-list li.smp--secondLevel a.active {
    background-image: url(assets/images/common/parts/icon__smp__minus.png);
  }
  .l--gmenu-list li a {
    font-size: 3.33333vw;
    display: block;
    padding: 4vw 5.33333vw;
    margin: 0;
    border-bottom: 1px solid #c51c3c;
    text-align: left;
    position: relative;
  }
  .l--gmenu-list li a i {
    display: none;
  }
  .l--gmenu-list li a:link {
    text-decoration: none;
    color: #FFF;
  }
  .l--gmenu-list li a:visited {
    text-decoration: none;
    color: #FFF;
  }
  .l--gmenu-list li a:hover {
    text-decoration: none;
  }
  .l--gmenu-list li a:after {
    display: none;
  }
  .l--gmenu-list li a.current:after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
  }
  .l--gmenu-list li.smp--secondLevel > ul li a {
    pointer-events: auto;
  }
  .l--gmenu-list li > ul {
    display: none;
    position: relative;
    width: 100vw;
    top: inherit;
    right: 0;
    background-color: #004623;
    padding: 1.33333vw 0;
    text-align: left;
  }
  .l--gmenu-list li > ul li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .l--gmenu-list li > ul li:last-child a {
    border: none;
  }
  .l--gmenu-list li > ul .sub__menu__container {
    max-width: initial;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .l--gmenu-list li > ul a {
    display: block;
    width: 100%;
    font-size: 2.93333vw;
    text-align: left;
    padding: 4vw 5.33333vw;
    border-bottom: 1px solid #000;
    background-image: none !important;
    background-color: transparent;
    border-radius: 0;
  }
  .l--gmenu-list li > ul a:link {
    color: #FFF;
  }
  .l--gmenu-list li > ul a:visited {
    color: #FFF;
  }
  .l--gmenu-list li > ul a:hover {
    color: #FFF;
  }
  .l--gmenu-list li > ul a:after {
    height: 1px;
    background: #00a8fa;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(left, #00a8fa 0%, #FFF 100%);
    background: -o-linear-gradient(left, #00a8fa 0%, #FFF 100%);
    background: linear-gradient(to right, #00a8fa 0%, #FFF 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}

/*
    menu.scss
---------------------------------------------------------------------------- */
.burger--wrap {
  display: none;
}

@media screen and (max-width: 768px) {
  .burger--wrap {
    height: 16vw;
    width: 16vw;
    position: absolute;
    top: 5.33333vw;
    right: 4vw;
    display: block;
  }
  .burger {
    width: 8vw;
    height: 6vw;
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    right: 0;
    z-index: 9999;
    cursor: pointer;
  }
  .burger .line {
    width: 100%;
    height: 2.0px;
    background: #e71a41;
    transition: 0.3s;
  }
  .burger::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2.0px;
    top: 0;
    right: 0;
    background: #e71a41;
    transition: 0.6s;
  }
  .burger::after {
    content: "";
    position: absolute;
    width: 8vw;
    height: 2.0px;
    bottom: 0;
    right: 0;
    background: #e71a41;
    transition: 0.8s;
  }
  .navigation {
    opacity: 0.0;
    top: -100vh;
    z-index: 300;
    width: 100vw;
    height: 100vh;
    position: fixed;
    right: 0;
    transition: 0.3s;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .navigation .navigation--content {
    background-color: #e71a41;
    padding: 16vw 0 5.33333vw;
    height: 100vh;
  }
  .navigation__button {
    width: 80vw;
    margin: 4vw auto 0;
    padding: 4vw 0;
    display: block;
    background-color: #e71a41;
    height: 5.33333vw;
    line-height: 5.33333vw;
    border-radius: 5px;
    text-align: center;
    font-size: 3.73333vw;
  }
  .navigation__button:link {
    color: #FFF;
    text-decoration: none;
  }
  .navigation__button:visited {
    color: #FFF;
    text-decoration: none;
  }
  .navigation__button:hover {
    color: #FFF;
    text-decoration: none;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .burger-active::before {
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFF;
  }
  .burger-active::after {
    transform: rotate(-135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #FFF;
    width: 100%;
  }
  .burger-active > .line {
    transform: scale(0);
  }
  .nav-active {
    top: 0;
    right: 0;
    opacity: 1.0;
  }
  .burger-active .line {
    background-color: #FFF;
  }
}

/*--------------------------------------------------------------
    # sidebar.scss
--------------------------------------------------------------*/
.l--sidebar-ranking-list {
  display: none;
}

.l--sidebar-ranking-list.show {
  display: block !important;
}

.l--sidebar-ranking__tabWrap {
  margin: 0 0 20px;
}

.l--sidebar-ranking__tab {
  border-bottom: 1px solid #CCC;
  letter-spacing: -0.45em;
}

.l--sidebar-ranking__tab li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 10px 0 0 !important;
  border-radius: 5px 5px 0 0;
  background-color: #FFF;
  font-size: 1.2rem;
  border: 1px solid #CCC;
  border-bottom: none;
  padding: 10px 10px;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.l--sidebar-ranking__tab li:hover {
  background-color: #e71a41;
  color: #FFF;
}

.l--sidebar-ranking__tab li.active {
  background-color: #e71a41;
  color: #FFF;
}

.l--sidebar-ranking-content {
  box-sizing: border-box;
  border-radius: 10px;
  display: block;
  background-color: #FFF;
}

.l--sidebar-ranking .rank_flag {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  border-radius: 50%;
  font-weight: bold;
  z-index: 20;
  background-color: #FFF;
  line-height: 3.0rem;
  border: 1px solid #CCC;
  font-size: 1.4rem;
}

.l--sidebar-ranking .rank_flag.rank_1 {
  background-color: #caa846;
  border: none;
}

.l--sidebar-ranking .rank_flag.rank_2 {
  background-color: #bfbfbf;
  border: none;
}

.l--sidebar-ranking .rank_flag.rank_3 {
  background-color: #b28850;
  border: none;
}

.l--sidebar-ranking-content__inner {
  padding: 40px 20px 20px;
}

.l--sidebar-ranking a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.l--sidebar-ranking a:link {
  text-decoration: none;
}

.l--sidebar-ranking a:visited {
  text-decoration: none;
}

.l--sidebar-ranking a:hover {
  text-decoration: none;
  opacity: 0.65;
}

.l--sidebar-ranking li {
  position: relative;
  margin: 0 0 20px;
}

.l--sidebar-ranking-images {
  width: 100px;
  height: 72px;
  position: relative;
  background-color: #f2f2f2;
  display: table-cell;
  table-layout: fixed;
  text-align: center;
}

.l--sidebar-ranking-images div {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 72px;
}

.l--sidebar-ranking-images img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l--sidebar-ranking-title {
  width: 190px;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.25;
}

.l--sidebar-banner a {
  width: 300px;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.l--sidebar-banner a img {
  width: 100%;
  height:auto;
  vertical-align: bottom;
}

.l--sidebar-banner a:hover {
  opacity: 0.65;
}

.l--sidebar-banner .images__big {
  width: 100%;
  height:auto;
}

.l--sidebar-magazine__wrap {
  box-sizing: border-box;
  border-radius: 10px;
  border: 5px solid #e71a41;
  display: block;
  background-color: #FFF;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.l--sidebar-magazine__wrap:link {
  text-decoration: none;
}

.l--sidebar-magazine__wrap:visited {
  text-decoration: none;
}

.l--sidebar-magazine__wrap:hover {
  text-decoration: none;
  opacity: 0.65;
}

.l--sidebar-magazine__inner {
  padding: 20px;
}

.l--sidebar-magazine-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 20px;
  color: #e71a41;
}

.l--sidebar-magazine-title span {
  font-size: 1.3rem;
  font-weight: normal;
  color: #010101;
  margin: 0 10px;
}

.l--sidebar-magazine__content {
  display: flex;
  justify-content: space-between;
}

.l--sidebar-magazine__contentTitle {
  font-size: 1.4rem;
  margin: 0 0 5px;
  color: #000;
}

.l--sidebar-magazine__content p {
  color: #000;
  font-size: 1.2rem;
  margin: 0 0 20px;
}

.l--sidebar-magazine__content p:last-child {
  margin: 0;
}

.l--sidebar-magazine__content span {
  display: block;
  margin: 5px 0 0;
  font-size: 1.1rem;
  color: #4d4d4d;
}

.l--sidebar-magazine__content-images {
  width: 37.93%;
}

.l--sidebar-magazine__content-images img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

.l--sidebar-magazine__contentMeta {
  width: 58.33%;
}

.l--sidebar-twitter {
  height: 400px;
}

.l--sidebar-rankview-wrap {
  background-color: #FFF;
  border-radius: 10px;
}

.l--sidebar-rankview-wrap__inner {
  padding: 20px;
}

.l--sidebar-rankview-listWrap li {
  margin: 0 0 20px;
}

.l--sidebar-rankview-listWrap a {
  margin: 0 0 20px;
  display: block;
  border: 5px solid #0153a5;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  background-image: url(assets/images/common/parts/Icon__sidebar__rankview.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center 85%;
}

.l--sidebar-rankview-listWrap a:link {
  text-decoration: none;
}

.l--sidebar-rankview-listWrap a:visited {
  text-decoration: none;
}

.l--sidebar-rankview-listWrap a:hover {
  text-decoration: none;
  border: 5px solid #e71a41;
}

.l--sidebar-rankview-list__inner {
  padding: 25px 15px 65px;
  text-align: center;
}

.l--sidebar-rankview-cTitle {
  color: #0153a5;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 15px;
}

.l--sidebar-rankview-cTitleSub {
  margin: 0 0 10px;
  font-size: 1.6rem;
  color: #000;
  text-align: left;
  line-height: 1.5;
}

.l--sidebar-movie .side--box-title {
  background-image: url(assets/images/common/parts/h__icon_movie.png);
}

.l--sidebar-viewlank .side--box-title {
  background-image: url(assets/images/common/parts/h__icon_rank.png);
}

.l--sidebar-ranking .side--box-title {
  background-image: url(assets/images/common/parts/h__icon_rank.png);
}

.side--box {
  margin: 0 0 30px;
}

.side--box-title {
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left center;
  margin: 0 0 20px;
  padding: 0 0 0 35px;
}

.side--box-titleJp {
  font-weight: bold;
  font-size: 2.2rem;
  display: inline-block;
  margin: 0 10px 0 0;
}

.side--box-titleEn {
  font-weight: bold;
  font-size: 1.4rem;
  display: inline-block;
  color: #bababa;
}

@media screen and (max-width: 768px) {
  .l--sidebar-ranking__tabWrap {
    margin: 0 0 2.66667vw;
  }
  .l--sidebar-ranking__tab li {
    margin: 0 2.66667vw 0 0 !important;
    border-radius: 1.33333vw 1.33333vw 0 0;
    background-color: #FFF;
    font-size: 3.2vw;
    padding: 2.66667vw 2.66667vw;
  }
  .l--sidebar-ranking-content {
    border-radius: 1.33333vw;
  }
  .l--sidebar-ranking .rank_flag {
    top: -2.66vw;
    left: -2.66vw;
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 3.73333vw;
  }
  .l--sidebar-ranking-content__inner {
    padding: 5.33333vw 2.66667vw 2.66667vw;
  }
  .l--sidebar-ranking li {
    margin: 0 0 2.66667vw;
  }
  .l--sidebar-ranking-images {
    width: 34.66667vw;
    height: 22.93333vw;
    position: relative;
    background-color: #f2f2f2;
    display: table-cell;
    table-layout: fixed;
    text-align: center;
  }
  .l--sidebar-ranking-images div {
    display: table-cell;
    vertical-align: middle;
    width: 34.66667vw;
    height: 22.93333vw;
  }
  .l--sidebar-ranking-title {
    width: 48.66667vw;
    font-size: 3.73333vw;
  }
  .l--sidebar-banner a {
    width: 300px;
  }
  .l--sidebar-banner .images__big {
    width: 100%;
  }
  .l--sidebar-magazine__wrap {
    border-radius: 2.66667vw;
  }
  .l--sidebar-magazine__inner {
    padding: 2.66667vw;
  }
  .l--sidebar-magazine-title {
    font-size: 3.73333vw;
    margin: 0 0 2.66667vw;
  }
  .l--sidebar-magazine-title span {
    font-size: 3.2vw;
    margin: 0 2.66667vw;
  }
  .l--sidebar-magazine__contentTitle {
    font-size: 3.73333vw;
    margin: 0 0 1.33333vw;
  }
  .l--sidebar-magazine__content p {
    font-size: 3.2vw;
    margin: 0 0 2.66667vw;
  }
  .l--sidebar-magazine__content span {
    margin: 1.33333vw 0 0;
    font-size: 3.2vw;
  }
  .l--sidebar-twitter {
    height: 400px;
    margin: 0 auto 4vw !important;
  }
  .l--sidebar-twitter iframe {
    width: 100% !important;
  }
  .l--sidebar-movie iframe {
    width: 100% !important;
  }
  .l--sidebar-rankview-wrap {
    border-radius: 1.33333vw;
  }
  .l--sidebar-rankview-wrap__inner {
    padding: 2.66667vw;
  }
  .l--sidebar-rankview-listWrap li {
    margin: 0 0 2.66667vw;
  }
  .l--sidebar-rankview-listWrap a {
    margin: 0 0 2.66667vw;
    border-radius: 1.33333vw;
    background-image: url(assets/images/common/parts/Icon__sidebar__rankview.png);
    background-repeat: no-repeat;
    background-size: 6.66667vw;
    background-position: center 85%;
  }
  .l--sidebar-rankview-list__inner {
    padding: 2.66667vw 2.66667vw 10.66667vw;
    text-align: center;
  }
  .l--sidebar-rankview-cTitle {
    font-size: 4.26667vw;
    margin: 0 0 2.66667vw;
  }
  .l--sidebar-rankview-cTitleSub {
    margin: 0 0 1.33333vw;
    font-size: 3.73333vw;
  }
  .side--box {
    margin: 0 0 4vw;
  }
  .side--box-title {
    background-size: 5.33333vw;
    margin: 0 0 4vw;
    padding: 0 0 0 8vw;
  }
  .side--box-titleJp {
    font-size: 4.26667vw;
    margin: 0 2.66667vw 0 0;
  }
  .side--box-titleEn {
    font-size: 2.93333vw;
  }
}

/**
 # Objects -  Compornent -
 */
/*
	blockquote.scss
---------------------------------------------------------------------------- */
/*
    display.scss
---------------------------------------------------------------------------- */
/*
    headline.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper h1 {
  font-size: 3.6rem;
  margin: 0 0 40px;
  line-height: 1.25;
  color: #000;
  font-weight: bold;
}

.edit-post-layout .editor-styles-wrapper h2 {
  font-size: 2.8rem;
  margin: 50px 0 20px -30px;
  padding: 10px 20px 10px;
  line-height: 1.25;
  color: #000;
  border-left: 10px solid #e71a41;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container h2{
  font-size: 1.8rem;
  margin: 50px 0 15px;
  padding: 0px;
  line-height: 1.25;
  color: #000;
  border: none;
}

.edit-post-layout .editor-styles-wrapper h2:first-child {
  margin: 0 0 20px -30px;
}

.edit-post-layout .editor-styles-wrapper h3 {
  font-size: 2.4rem;
  margin: 50px 0 20px;
  line-height: 1.25;
  border-bottom: 1px solid #e71a41;
  padding: 0 0 10px;
  position: relative;
}

.edit-post-layout .editor-styles-wrapper h3:after {
  position: absolute;
  bottom: -4px;
  content: "";
  background-color: #e71a41;
  width: 100%;
  height: 1px;
  left: 0;
}

.edit-post-layout .editor-styles-wrapper h4 {
  font-size: 2.0rem;
  margin: 50px 0 20px;
  line-height: 1.25;
  color: #e71a41;
  position: relative;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper h4[category="tvranking"] {
  color: #2016B2;
}

.edit-post-layout .editor-styles-wrapper h5 {
  font-size: 1.8rem;
  margin: 50px 0 15px;
  line-height: 1.25;
}

.edit-post-layout .editor-styles-wrapper h6 {
  font-size: 1.8rem;
  margin: 50px 0 15px;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper h1 {
    font-size: 2.4rem;
    margin: 0 0 2.66667vw;
    padding: 0;
  }
  .edit-post-layout .editor-styles-wrapper h2 {
    font-size: 1.8rem;
    margin: 5.33333vw 0 2.66667vw -5.33vw;
    border-left: 5px solid #e71a41;
  }
  .edit-post-layout .editor-styles-wrapper h2:first-child {
    margin: 0 0 2.66667vw -5.33vw;
  }
  .edit-post-layout .editor-styles-wrapper h3 {
    font-size: 1.8rem;
    margin: 5.33333vw 0 2.66667vw;
    padding: 0 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper h4 {
    font-size: 1.6rem;
    margin: 5.33333vw 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper h5 {
    font-size: 3.46667vw;
    margin: 5.33333vw 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper h6 {
    font-size: 3.46667vw;
    margin: 5.33333vw 0 2.66667vw;
  }
}

/*
	hr.scss
---------------------------------------------------------------------------- */
/*
	images.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-block-image {
  clear: both;
}

/*
    list.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .block-library-list ol, .edit-post-layout .editor-styles-wrapper .block-library-list ul {
  padding-left: 0;
}

.edit-post-layout .editor-styles-wrapper ul {
  margin: 0 0 50px;
}

.edit-post-layout .editor-styles-wrapper ul li {
  padding: 0 0 10px 23px;
  margin: 0 0 20px;
  line-height: 1.5;
  position: relative;
  list-style: none;
  font-size: 1.5rem;
  list-style-position: outside;
  border-bottom: 3px solid #f2f1ed;
}

.edit-post-layout .editor-styles-wrapper ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #e71a41;
  display: block;
  border-radius: 50%;
  top: 10.0px;
  left: 5px;
}

.edit-post-layout .editor-styles-wrapper ol {
  margin: 0 0 50px;
  list-style: none;
  counter-reset: number;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper ol li {
  padding: 0 0 10px 35px;
  margin: 0 0 20px;
  line-height: 1.5;
  position: relative;
  list-style: none;
  font-size: 1.5rem;
  list-style-position: outside;
  border-bottom: 3px solid #f2f1ed;
}

.edit-post-layout .editor-styles-wrapper ol li:before {
  counter-increment: number;
  content: counter(number);
  background: #e71a41;
  display: block;
  position: absolute;
  font-size: 1.2rem;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  border-radius: 50%;
  left: 0;
  color: #fff;
  margin-right: .4em;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper ul {
    margin: 0 0 3.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper ul li {
    padding: 0 0 2.66667vw 5.33333vw;
    margin: 0 0 3.33333vw;
    font-size: 3.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper ul li:before {
    width: 2vw;
    height: 2vw;
    top: 1.33333vw;
    left: 1.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper ol {
    margin: 0 0 3.33333vw;
    list-style: none;
    counter-reset: number;
    padding: 0;
  }
  .edit-post-layout .editor-styles-wrapper ol li {
    padding: 0 0 2.66667vw 5.33333vw;
    margin: 0 0 2.66667vw;
    font-size: 3.33333vw;
    list-style-position: outside;
  }
  .edit-post-layout .editor-styles-wrapper ol li:before {
    font-size: 3.2vw;
    width: 4vw;
    height: 4vw;
    line-height: 4vw;
    text-align: center;
    border-radius: 50%;
    left: 0;
    color: #fff;
    margin-right: .4em;
  }
}

/*
    table.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper table {
  margin: 0 0 20px;
  border: none;
}

.edit-post-layout .editor-styles-wrapper table th {
  border: none;
  border-bottom: 1px solid #e71a41;
  padding: 30px 20px 20px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  width: 35%;
}

.edit-post-layout .editor-styles-wrapper table td {
  border: none;
  border-bottom: 1px solid #CCC;
  padding: 30px 20px 20px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.edit-post-layout .editor-styles-wrapper .wp-block-table tr td:nth-child(1) {
  border: none;
  border-bottom: 1px solid #e71a41;
  padding: 30px 20px 20px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  width: 15%;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper table {
    margin: 0 0 6.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper table th {
    padding: 4vw 2.66667vw 2.66667vw;
    font-size: 3.33333vw;
    width: 35%;
  }
  .edit-post-layout .editor-styles-wrapper table td {
    padding: 4vw 2.66667vw 2.66667vw;
    font-size: 3.33333vw;
    line-height: 1.5;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-table tr td:nth-child(1) {
    padding: 4vw 2.66667vw 2.66667vw;
    font-size: 3.33333vw;
    width: 35%;
  }
}

/*
    _text.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper p {
  word-break: break-all;
  color: #000;
  font-size: 1.6rem;
  line-height: 2.0;
  margin: 0 0 2.0em;
}

.edit-post-layout .editor-styles-wrapper p em {
  background: #e71a41;
  display: inline;
  padding: 3px 5px;
  font-weight: bold;
  font-style: normal;
  color: #FFF;
}

.edit-post-layout .editor-styles-wrapper p strong {
  font-weight: bold;
}

.edit-post-layout .editor-styles-wrapper p a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.edit-post-layout .editor-styles-wrapper p a:link {
  color: #e71a41;
  text-decoration: underline;
}

.edit-post-layout .editor-styles-wrapper p a:visited {
  color: #e71a41;
  text-decoration: underline;
}

.edit-post-layout .editor-styles-wrapper p a:hover {
  color: #e71a41;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper p {
    word-break: break-all;
  }
}

/**
 # Objects -  Module -
 */
/*
	headline.scss
---------------------------------------------------------------------------- */
.l--headline {
  background-image: url(assets/images/common/parts/bg__02.png);
  background-repeat: repeat;
  background-size: 120px;
  height: 80px;
  margin: 0 0 20px;
}

.l--headline__inner {
  max-width: 1145px;
  margin: 0 auto;
}

.l--headline .l--container {
  position: relative;
}

.l--headline-title {
  top: 20px;
  position: absolute;
  line-height: 40px;
  color: #FFF;
  font-weight:bold;
}

.l--headline-title-content {
  position: relative;
}

.l--headline-title-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  background-color: #FFF;
  width: 2px;
  height: 40px;
}

.l--headline-titleJp {
  font-size: 2.6rem;
}

.l--headline-titleEn {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  margin: 0 0 0 15px;
}

.l--headline.news-title {
  background-image: url(assets/images/common/parts/bg__01.png);
}

.l--headline.news-title .l--headline-title-content {
  background-image: url(assets/images/common/parts/icon__info.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 0 0 0 40px;
}

.l--headline.recommend-title {
  background-image: url(assets/images/common/parts/bg__01.png);
}

.l--headline.recommend-title .l--headline-title-content {
  background-image: url(assets/images/common/parts/icon__recommend.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 0 0 0 40px;
}

.l--headline.column-title {
  background-image: url(assets/images/common/parts/bg__01.png);
}

.l--headline.column-title .l--headline-title-content {
  background-image: url(assets/images/common/parts/icon__column.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 0 0 0 40px;
}

.l--headline.feature-title {
  background-image: url(assets/images/common/parts/bg__01.png);
}

.l--headline.feature-title .l--headline-title-content {
  background-image: url(assets/images/common/parts/icon__feature.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 0 0 0 40px;
}

.l--headline.dramaguide-title {
  background-image: url(assets/images/common/parts/bg__01.png);
}

.l--headline.dramaguide-title .l--headline-title-content {
  background-image: url(assets/images/common/parts/icon__dramaguide.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 0 0 0 40px;
}

.l--headline.tvranking-title {
  background-image: url(assets/images/common/parts/bg__04.png);
}

.l--headline.tvranking-title .l--headline-title-content {
  background-image: url(assets/images/common/parts/icon__rank.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 0 0 0 40px;
}

.l--headline.keyword-title {
  background-image: url(assets/images/common/parts/bg__01.png);
}

.l--headline.keyword-title .l--headline-title-content {
  background-image: url(assets/images/common/parts/icon__keyword.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 0 0 0 40px;
}

@media screen and (max-width: 768px) {
  .l--headline {
    background-size: 13.33333vw;
    height: 16vw;
    margin: 0 0 2.66667vw;
  }
  .l--headline__inner {
    max-width: initial;
    margin: 0 auto;
  }
  .l--headline-title {
    top: 5.33333vw;
    line-height: 4.8vw;
    color: #FFF;
  }
  .l--headline-title-content {
    position: relative;
  }
  .l--headline-title-content:after {
    display: none;
  }
  .l--headline-titleJp {
    font-size: 4.26667vw;
    line-height: 4.8vw;
  }
  .l--headline-titleEn {
    font-size: 2.93333vw;
    margin: 0 0 0 2.66667vw;
    line-height: 4.8vw;
  }
  .l--headline.news-title {
    background-image: url(assets/images/common/parts/bg__01.png);
  }
  .l--headline.news-title .l--headline-title-content {
    background-image: url(assets/images/common/parts/icon__info.png);
    background-size: 4.66667vw;
    background-repeat: no-repeat;
    background-position: 5.5% center;
    padding: 0 0 0 9.33333vw;
  }
  .l--headline.recommend-title {
    background-image: url(assets/images/common/parts/bg__01.png);
  }
  .l--headline.recommend-title .l--headline-title-content {
    background-image: url(assets/images/common/parts/icon__recommend.png);
    background-size: 4.66667vw;
    background-repeat: no-repeat;
    background-position: 5.5% center;
    padding: 0 0 0 9.33333vw;
  }
  .l--headline.column-title {
    background-image: url(assets/images/common/parts/bg__01.png);
  }
  .l--headline.column-title .l--headline-title-content {
    background-image: url(assets/images/common/parts/icon__column.png);
    background-size: 4.66667vw;
    background-repeat: no-repeat;
    background-position: 5.5% center;
    padding: 0 0 0 9.33333vw;
  }
  .l--headline.feature-title {
    background-image: url(assets/images/common/parts/bg__01.png);
  }
  .l--headline.feature-title .l--headline-title-content {
    background-image: url(assets/images/common/parts/icon__feature.png);
    background-size: 4.66667vw;
    background-repeat: no-repeat;
    background-position: 5.5% center;
    padding: 0 0 0 9.33333vw;
  }
  .l--headline.dramaguide-title {
    background-image: url(assets/images/common/parts/bg__01.png);
  }
  .l--headline.dramaguide-title .l--headline-title-content {
    background-image: url(assets/images/common/parts/icon__dramaguide.png);
    background-size: 4.66667vw;
    background-repeat: no-repeat;
    background-position: 5.5% center;
    padding: 0 0 0 9.33333vw;
  }
  .l--headline.tvranking-title {
    background-image: url(assets/images/common/parts/bg__04.png);
  }
  .l--headline.tvranking-title .l--headline-title-content {
    background-image: url(assets/images/common/parts/icon__rank.png);
    background-size: 4.66667vw;
    background-repeat: no-repeat;
    background-position: 5.5% center;
    padding: 0 0 0 9.33333vw;
  }
  .l--headline.keyword-title {
    background-image: url(assets/images/common/parts/bg__01.png);
  }
  .l--headline.keyword-title .l--headline-title-content {
    background-image: url(assets/images/common/parts/icon__keyword.png);
    background-size: 4.66667vw;
    background-repeat: no-repeat;
    background-position: 5.5% center;
    padding: 0 0 0 9.33333vw;
  }
}

/*
   pager.scss
---------------------------------------------------------------------------- */
.post-nav-links {
  text-align: center;
  margin: 0 0 50px;
}

.post-nav-links a {
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
  display: inline-block;
  line-height: 4.0rem;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border: 1px solid #939393;
  font-size: 1.8rem;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #FFF;
  font-weight: bold;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.post-nav-links a:link {
  color: #333 !important;
  text-decoration: none !important;
}

.post-nav-links a:visited {
  color: #333 !important;
  text-decoration: none !important;
}

.post-nav-links a:hover {
  color: #FFF !important;
  text-decoration: none;
  position: relative;
  background-repeat: no-repeat;
  background-color: #e71a41;
  border: 1px solid #e71a41;
}

.post-nav-links span.current {
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
  display: inline-block;
  box-sizing: border-box;
  line-height: 4.0rem;
  background-color: #e71a41;
  border: 1px solid #e71a41;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.8rem;
  position: relative;
  margin: 0 10px;
  color: #FFF;
  font-weight: bold;
}

.p--singleNav {
  text-align: center;
  margin: 0 0 50px;
}

.p--singleNav a {
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
  display: inline-block;
  line-height: 4.0rem;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border: 1px solid #939393;
  font-size: 1.8rem;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #FFF;
  font-weight: bold;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.p--singleNav a:link {
  color: #333;
  text-decoration: none;
}

.p--singleNav a:visited {
  color: #333;
  text-decoration: none;
}

.p--singleNav a:hover {
  color: #FFF;
  text-decoration: none;
  position: relative;
  background-repeat: no-repeat;
  background-color: #e71a41;
  border: 1px solid #e71a41;
}

.p--singleNav span.current {
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
  display: inline-block;
  box-sizing: border-box;
  line-height: 4.0rem;
  background-color: #e71a41;
  border: 1px solid #e71a41;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.8rem;
  position: relative;
  margin: 0 10px;
  color: #FFF;
  font-weight: bold;
}

.wp-pagenavi {
  text-align: center;
  margin: 0 auto 50px;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi a {
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
  display: inline-block;
  line-height: 4.0rem;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border: 1px solid #939393;
  font-size: 1.8rem;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #FFF;
  font-weight: bold;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.wp-pagenavi a:link {
  color: #333;
  text-decoration: none;
}

.wp-pagenavi a:visited {
  color: #333;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  text-decoration: none;
  position: relative;
  background-repeat: no-repeat;
  background-color: #e71a41;
  border: 1px solid #e71a41;
}

.wp-pagenavi span.current {
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
  display: inline-block;
  box-sizing: border-box;
  line-height: 4.0rem;
  background-color: #e71a41;
  border: 1px solid #e71a41;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.8rem;
  position: relative;
  margin: 0 10px;
  color: #FFF;
  font-weight: bold;
}

.wp-pagenavi span.extend {
  border: none;
  display: inline-block;
  margin: 0 5px;
}

.wp-pagenavi .previouspostslink {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 20px 0 0;
  line-height: 2.0rem;
  width: 50px;
  height: 40px;
  text-indent: -9999px;
  border: none;
  background-image: url(assets/images/common/parts/pager__prev.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
  overflow: hidden;
  background-color: #f2f1ed;
}

.wp-pagenavi .previouspostslink:hover {
  opacity: 0.65;
  background-color: #f2f1ed;
  border: none;
}

.wp-pagenavi .nextpostslink {
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 0 20px;
  line-height: 2.0rem;
  width: 50px;
  height: 40px;
  text-indent: -9999px;
  border: none;
  background-image: url(assets/images/common/parts/pager__next.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
  overflow: hidden;
  background-color: #f2f1ed;
}

.wp-pagenavi .nextpostslink:hover {
  opacity: 0.65;
  background-color: #f2f1ed;
  border: none;
}

@media screen and (max-width: 768px) {
  .post-nav-links {
    margin: 0 0 6.66667vw;
  }
  .post-nav-links a {
    line-height: 8vw;
    width: 8vw;
    height: 8vw;
    margin: 0 1.33333vw;
    font-size: 2.93333vw;
  }
  .post-nav-links span.current {
    font-family: "Roboto", sans-serif;
    letter-spacing: normal;
    display: inline-block;
    box-sizing: border-box;
    line-height: 8vw;
    background-color: #e71a41;
    border: 1px solid #e71a41;
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    font-size: 2.93333vw;
    position: relative;
    margin: 0 1.33333vw;
    color: #FFF;
    font-weight: bold;
  }
  .wp-pagenavi {
    margin: 0 auto 4vw;
  }
  .wp-pagenavi a {
    line-height: 6.66667vw;
    width: 6.66667vw;
    height: 6.66667vw;
    padding: 0;
    margin: 0 1.33333vw;
    border: none;
    font-size: 3.2vw;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
  }
  .wp-pagenavi a:link {
    color: #333;
    text-decoration: none;
  }
  .wp-pagenavi a:visited {
    color: #333;
    text-decoration: none;
  }
  .wp-pagenavi a:hover {
    color: #333;
    text-decoration: none;
    position: relative;
    background-repeat: no-repeat;
    opacity: 0.85;
  }
  .wp-pagenavi span.current {
    line-height: 6.66667vw;
    width: 6.66667vw;
    height: 6.66667vw;
    padding: 0;
    font-size: 3.2vw;
    margin: 0 2.66667vw;
  }
  .wp-pagenavi span.extend {
    margin: 0 1.33333vw;
  }
  .wp-pagenavi .previouspostslink {
    margin: 0 2.66667vw 0 0;
    line-height: 2.66667vw;
    width: 9.33333vw;
    height: 5.33333vw;
  }
  .wp-pagenavi .nextpostslink {
    margin: 0 0 0 2.66667vw;
    line-height: 2.66667vw;
    width: 9.33333vw;
    height: 5.33333vw;
  }
}

/*--------------------------------------------------------------
    # _topic_path.scss
--------------------------------------------------------------*/
.l--topicPath {
  max-width: 1145px;
  margin: 0 auto 20px;
  padding: 20px 40px 0;
  text-align: right;
  padding: 0 20px;
  font-size: 1.2rem;
  color: #000;
  font-weight: bold;
}

.l--topicPath span {
  margin: 0 5px;
}

.l--topicPath a {
  font-size: 1.2rem;
}

.l--topicPath a:link {
  color: #000;
  text-decoration: underline;
}

.l--topicPath a:visited {
  color: #000;
  text-decoration: underline;
}

.l--topicPath a:hover {
  color: #000;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .l--topicPath {
    display: none;
  }
}

/*
	btn.scss
---------------------------------------------------------------------------- */
.cmn--buttonWrap {
  text-align: center;
  margin: 30px 0 0;
}

.cmn--buttonWrap a {
  margin: 0 auto;
}

.cmn--button01, .cmn--button02 {
  border: none;
  width: 220px;
  height: 60px;
  cursor: pointer;
  color: #e71a41;
  font-size: 1.4rem;
  display: block;
  border-radius: 30px;
  line-height: 6.0rem;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .cmn--button01, .cmn--button02 {
    width: 64vw;
    height: 13.33333vw;
    font-size: 4.26667vw;
    border-radius: 6.66667vw;
    line-height: 13.33333vw;
  }
}

.cmn--button01 {
  background-color: #FFF;
  width: 300px;
  height: 60px;
  line-height: 6.0rem;
  border-radius: 30px;
  font-size: 1.8rem;
  background-image: url(assets/images/common/parts/icon01__prev__wh.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 90.5% center;
}

.cmn--button01:link {
  color: #e71a41;
  text-decoration: none;
}

.cmn--button01:visited {
  color: #e71a41;
  text-decoration: none;
}

.cmn--button01:hover {
  color: #e71a41;
  text-decoration: none;
}

.cmn--button01:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 60px;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 30px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.cmn--button01:hover:link {
  color: #e71a41;
  text-decoration: none;
}

.cmn--button01:hover:visited {
  color: #e71a41;
  text-decoration: none;
}

.cmn--button01:hover:hover {
  color: #e71a41;
  text-decoration: none;
}

.cmn--button01:hover:after {
  background: #FFF;
  width: 300px;
}

.cmn--button02 {
  background-color: #e71a41;
  width: 300px;
  height: 60px;
  line-height: 6.0rem;
  border-radius: 30px;
  font-size: 1.8rem;
  background-image: url(assets/images/common/parts/arrow__01_wh.png);
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: 90.5% center;
}

.cmn--button02:link {
  color: #FFF;
  text-decoration: none;
}

.cmn--button02:visited {
  color: #FFF;
  text-decoration: none;
}

.cmn--button02:hover {
  color: #FFF;
  text-decoration: none;
}

.cmn--button02:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 60px;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 30px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.cmn--button02:hover:link {
  color: #e71a41;
  text-decoration: none;
}

.cmn--button02:hover:visited {
  color: #e71a41;
  text-decoration: none;
}

.cmn--button02:hover:hover {
  color: #e71a41;
  text-decoration: none;
}

.cmn--button02:hover:after {
  background: #FFF;
  width: 300px;
}

@media screen and (max-width: 768px) {
  .cmn--buttonWrap {
    text-align: center;
    margin: 10.66667vw 0 0;
  }
  .cmn--button01:after {
    display: none;
  }
  .cmn--button01:hover:after {
    display: none;
  }
  .cmn--button02 {
    width: 64vw;
    height: 13.33333vw;
    line-height: 13.33333vw;
    font-size: 3.73333vw;
  }
  .cmn--button01 {
    width: 64vw;
    height: 13.33333vw;
    line-height: 13.33333vw;
    font-size: 3.73333vw;
    background-size: 6.66667vw;
  }
}

/*--------------------------------------------------------------
    # _sns
--------------------------------------------------------------*/
.l--snsLinks {
  width: 60px;
  background-color: #FFF;
  box-shadow: 0px 0px 6px 3px #ededed;
  position: fixed;
  z-index: 1000;
  top: 35%;
  right: 0;
  padding: 40px 0;
  border-radius: 10px 0 0 10px;
}

.l--snsLinks-list {
  max-width: 25px;
  margin: 0 auto;
}

.l--snsLinks-list li {
  width: 25px;
  margin: 0 0 20px;
}

.l--snsLinks-list li img {
  width: 100%;
  vertical-align: bottom;
}

.l--snsLinks-list li:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .l--snsLinks {
    position: absolute;
    background-color: transparent;
    width: auto;
    box-shadow: none;
    z-index: 100;
    top: 5.6vw;
    right: 17.33333vw;
    padding: 0;
    border-radius: 0;
  }
  .l--snsLinks-list {
    max-width: initial;
  }
  .l--snsLinks-list li {
    display: inline-block;
    width: auto;
    height: 5.33333vw;
    margin: 0 1.33333vw 0;
  }
  .l--snsLinks-list li img {
    width: auto;
    height: 5.33333vw;
  }
  .l--snsLinks-list li:last-child {
    margin: 0;
  }
}

/**
 # Objects -  project -
 */
/*--------------------------------------------------------------
    # _home.scss
--------------------------------------------------------------*/
/*
     Config
--------------------------------------------------------------*/
.hl--section {
  margin: 0 0 80px;
}

.hl--section__inner {
  max-width: 1145px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

.hl--section-title {
  font-size: 2.6rem;
  padding: 0 0 0 40px;
  position: relative;
  line-height: 4.0rem;
  margin: 0 0 20px;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left center;
  border: none;
}

.hl--section-titleEn {
  color: #bababa;
  margin: 0 0 0 20px;
  font-size: 1.60rem;
  font-family: "Roboto", sans-serif;
}

.hl--section-title:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 40px;
  background-color: #e71a41;
  top: 0;
  left: -20px;
}

.hl--section-text {
  font-size: 1.5rem;
  line-height: 1.5;
}

.hl--section-text a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.hl--section-text a:link {
  color: #e71a41;
  text-decoration: none;
}

.hl--section-text a:visited {
  color: #e71a41;
  text-decoration: none;
}

.hl--section-text a:hover {
  color: #e71a41;
  text-decoration: none;
  opacity: 0.65;
}

.hl--section .cmn--buttonWrap {
  margin: -20px 0 60px;
}

.edit-post-layout .editor-styles-wrapper .hl--section-title {
  border: none;
  padding: 0 0 0 40px;
  margin: 0 0 30px;
}

.edit-post-layout .editor-styles-wrapper .hl--section-title:first-child {
  margin: 0 0 30px;
}

.keywordTitle {
  background-image: url(assets/images/common/parts/icon__keyword_red.png);
}

.mainpostTitle-news {
  background-image: url(assets/images/common/parts/icon__info__red.png);
}

.mainpostTitle-column {
  background-image: url(assets/images/common/parts/icon__column__red.png);
}

.mainpostTitle-dramaguide {
  background-image: url(assets/images/common/parts/icon__dramaguide__red.png);
}

.mainpostTitle-feature {
  background-image: url(assets/images/common/parts/icon__feature__red.png);
}

@media screen and (max-width: 768px) {
  .hl--section-title {
    font-size: 4.26667vw;
    padding: 0 0 0 5.33333vw;
    line-height: 8vw;
    margin: 0;
    background-size: 3.33333vw;
    background-position: left center;
  }
  .hl--section-titleEn {
    margin: 0 0 0 2.66667vw;
    font-size: 2.93333vw;
  }
  .hl--section-title:before {
    display: none;
  }
  .hl--section-text {
    font-size: 2.93333vw;
  }
  .edit-post-layout .editor-styles-wrapper .hl--section-title {
    font-size: 4.26667vw;
    padding: 0 0 0 5.33333vw;
    line-height: 8vw;
    margin: 0;
    background-size: 3.33333vw;
    background-position: left center;
  }
  .edit-post-layout .editor-styles-wrapper .hl--section-titleEn {
    margin: 0 0 0 2.66667vw;
    font-size: 2.93333vw;
  }
  .edit-post-layout .editor-styles-wrapper .hl--section-title:before {
    display: none;
  }
  .edit-post-layout .editor-styles-wrapper .hl--section-text {
    font-size: 2.93333vw;
    line-height: 1.0;
  }
  .hl--section {
    margin: 0 0 5.33333vw;
  }
  .hl--section__inner {
    max-width: initial;
    padding: 0 4vw;
  }
  .hl--section-text {
    font-size: 3.33333vw;
    line-height: 1.25;
  }
  .hl--section .cmn--buttonWrap {
    margin: 0 0 5.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper .hl--section-title {
    border: none;
    padding: 0 0 0 6.66667vw;
    margin: 0;
  }
  .edit-post-layout .editor-styles-wrapper .hl--section-title:first-child {
    margin: 0;
  }
  .keywordTitle {
    background-image: url(assets/images/common/parts/icon__keyword_red.png);
  }
  .mainpostTitle-news {
    background-image: url(assets/images/common/parts/icon__info__red.png);
  }
  .mainpostTitle-column {
    background-image: url(assets/images/common/parts/icon__column__red.png);
  }
  .mainpostTitle-dramaguide {
    background-image: url(assets/images/common/parts/icon__dramaguide__red.png);
  }
  .mainpostTitle-feature {
    background-image: url(assets/images/common/parts/icon__feature__red.png);
  }
}

/*
     home[slider]
--------------------------------------------------------------*/
.hl--slider {
  background-image: url(assets/images/common/parts/bg__01.png);
  background-repeat: repeat;
  background-size: 120px;
  padding: 30px 0 120px;
}

.hl--slider__inner {
  max-width: 1145px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}

.hl--slider .bx-controls-direction a {
  position: absolute;
  top: 210px;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  overflow: hidden;
  text-indent: -9999px;
}

.hl--slider .bx-controls-direction a:hover {
  opacity: 0.65;
}

.hl--slider .bx-controls-direction .bx-prev {
  background-image: url(assets/images/common/parts/icon01__next__wh.png);
  left: -30px;
}

.hl--slider .bx-controls-direction .bx-next {
  background-image: url(assets/images/common/parts/icon01__prev__wh.png);
  right: -30px;
}

.hl--slider .home--slider li {
  display: none;
}

.home--slider a {
  display: block;
  position: relative;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.home--slider a:link {
  text-decoration: none;
}

.home--slider a:visited {
  text-decoration: none;
}

.home--slider a:hover {
  text-decoration: none;
}

.home--slider a:hover .home--slider-images {
  background-color: #000;
}

.home--slider-images {
  z-index: 5;
  position: relative;
  border-radius: 10px;
  padding: 20px;
  background-color: #FFF;
  display: table-cell;
  table-layout: fixed;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.home--slider-images__inner {
  background-color: #F2F2F2;
  display: table-cell;
  vertical-align: middle;
  width: 640px;
  height: 440px;
}

.home--slider-images__inner img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.home--slider-contens {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 10;
  background-color: #FFF;
  width: 500px;
  border-radius: 10px;
  min-height: 380px;
}

.home--slider-contens__inner {
  padding: 20px;
  position: relative;
}

.home--slider-contens-cate {
  background-color: #000;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 3.0rem;
  height: 30px;
  color: #FFF;
  display: inline-block;
  margin: 0 15px 15px 0;
  padding: 0 20px;
}

.home--slider-contens .p--archives__box-date {
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 1.2rem;
  display: inline-block;
  line-height: 1.6rem;
  background-image: url(assets/images/common/parts/icon__date.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 0 0 0 25px;
  color: #808080;
}

.home--slider-contens-title {
  font-size: 2.4rem;
  color: #000;
  line-height: 1.5;
  margin: 0 0 15px;
}

.home--slider-contens-text {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.5;
}

.home--slider-thumb {
  position: relative;
}

.home--slider-thumb__inner {
  max-width: 1145px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}

.home--slider-thumb:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 65px;
  left: 0;
  background-color: #FFF;
  z-index: 5;
}

.home--slider-thumb ul {
  position: absolute;
  right: 0;
  top: 10px;
  letter-spacing: -0.45em;
  z-index: 10;
}

.home--slider-thumb ul li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 10px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.home--slider-thumb ul a {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 80px;
  height: 50px;
  border: 5px solid #e5e5e5;
  border-radius: 10px;
  padding: 5px;
  display: block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.home--slider-thumb ul a:hover {
  border: 5px solid #000;
}

.home--slider-thumb ul a.active {
  border: 5px solid #000;
  width: 110px;
  height: 70px;
}

@media screen and (max-width: 768px) {
  .hl--slider {
    background-size: 16vw;
    padding: 4vw 0 2.66667vw;
  }
  .hl--slider__inner {
    max-width: initial;
    padding: 0 4vw;
  }
  .hl--slider .bx-controls-direction a {
    top: 39.33333vw;
    width: 8vw;
    height: 8vw;
  }
  .hl--slider .bx-controls-direction .bx-prev {
    background-image: url(assets/images/common/parts/icon01__prev__bk.png);
    left: 2.66667vw;
    z-index: 80;
  }
  .hl--slider .bx-controls-direction .bx-next {
    background-image: url(assets/images/common/parts/icon01__next__bk.png);
    right: 2.66667vw;
    z-index: 80;
  }
  .hl--slider .home--slider li {
    display: none;
  }
  .home--slider a {
    background-color: #FFF;
    border-radius: 1.33333vw;
  }
  .home--slider-images {
    z-index: 5;
    position: relative;
    border-radius: 1.33333vw;
    padding: 2.66667vw;
  }
  .home--slider-images__inner {
    background-color: #F2F2F2;
    width: 86.66667vw;
    height: 57.33333vw;
  }
  .home--slider-contens {
    position: relative;
    right: inherit;
    top: inherit;
    width: auto;
    border-radius: 1.33333vw;
    min-height: inherit;
  }
  .home--slider-contens__inner {
    padding: 0 2.66667vw 2.66667vw;
    position: relative;
  }
  .home--slider-contens-cate {
    border-radius: 0.66667vw;
    font-size: 3.2vw;
    line-height: 5.33333vw;
    height: 5.33333vw;
    margin: 0 1.33333vw 1.33333vw 0;
    padding: 0 2.66667vw;
  }
  .home--slider-contens .p--archives__box-date {
    top: 0.66667vw;
    right: 4vw;
    font-size: 3.2vw;
    line-height: 1.25;
    background-size: 4vw;
    padding: 0 0 0 5.33333vw;
  }
  .home--slider-contens-title {
    font-size: 3.73333vw;
    color: #000;
    line-height: 1.25;
    margin: 0 0 2vw;
    height: 2.5em;
    overflow: hidden;
  }
  .home--slider-contens-text {
    display: none;
  }
  .home--slider-thumb {
    margin: 2.66667vw 0 0;
    position: relative;
  }
  .home--slider-thumb__inner {
    max-width: initial;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }
  .home--slider-thumb:after {
    display: none;
  }
  .home--slider-thumb ul {
    position: relative;
    right: inherit;
    top: inherit;
    text-align: center;
  }
  .home--slider-thumb ul li {
    margin: 0 1.33333vw;
  }
  .home--slider-thumb ul a {
    background-image: none !important;
    background-color: #000;
    width: 2.66667vw;
    height: 2.66667vw;
    border: none;
    border-radius: 50%;
    padding: 0;
  }
  .home--slider-thumb ul a:hover {
    border: none;
  }
  .home--slider-thumb ul a.active {
    border: none;
    width: 2.66667vw;
    height: 2.66667vw;
    background-color: #FFF;
  }
}

/*
     home[keyword]
--------------------------------------------------------------*/
.hl--keword {
  background-color: #FFF;
  padding: 60px 0 40px;
}

.hl--keword.hl--section {
  margin: 0;
}

.hl--keword__flex {
  display: flex;
  justify-content: space-between;
}

.hl--keword-titleBox {
  width: 32.23%;
}

.hl--keword-postBox {
  width: 66.37%;
}

@media screen and (max-width: 768px) {
  .hl--keword {
    padding: 2.66667vw 0 0;
  }
  .hl--keword.hl--section {
    margin: 0;
  }
  .hl--keword__flex {
    display: block;
  }
  .hl--keword-titleBox {
    width: auto;
  }
  .hl--keword-postBox {
    width: auto;
  }
  .hl--keword .p--news-navKeyword-list {
    display: block !important;
  }
  .hl--keword .hl--section-text {
    margin: 0 0 2.66667vw;
    line-height: 1.5;
  }
}

/*
     home[mainpost]
--------------------------------------------------------------*/
.edit-post-layout .hl--mainPost .hl--section__inner {
  display: flex;
  justify-content: space-between;
}

.edit-post-layout .hl--mainPost-content {
  max-width: 740px;
}

.edit-post-layout .hl--mainPost-sidebar {
  max-width: 340px;
  right: 3.25%;
  position: absolute;
}

.edit-post-layout .hl--mainPost .editor-styles-wrapper {
  padding: 0;
  margin: 0;
  width: calc(96.75% - 340px);
}

.edit-post-layout .hl--mainPost .editor-styles-wrapper.cmn--contents {
  background: none;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .hl--mainPost .hl--section__inner {
    display: block;
  }
  .edit-post-layout .hl--mainPost-content {
    max-width: initial;
  }
  .edit-post-layout .hl--mainPost-sidebar {
    max-width: initial;
    right: inherit;
    position: relative;
  }
  .edit-post-layout .hl--mainPost .editor-styles-wrapper {
    padding: 0;
    margin: 0;
    width: auto;
  }
  .edit-post-layout .hl--mainPost .editor-styles-wrapper.cmn--contents {
    background: none;
  }
}

/*
     home[recommend]
--------------------------------------------------------------*/
.hl--recommend {
  position: relative;
  padding: 60px 0 0;
  min-height: 520px;
}

.hl--recommend__cover {
  left: 0;
  top: 0;
  background: url(assets/images/common/parts/bg__01.png);
  background-repeat: repeat;
  background-size: 120px;
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 600px;
}

.hl--recommend-titleBox {
  text-align: center;
  margin: 0 0 20px;
}

.hl--recommend-titleBox-title {
  color: #FFF;
  font-size: 2.6rem;
  display: inline-block;
  padding: 0 0 0 45px;
  background: url(assets/images/common/parts/icon__recommend.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  line-height: 4.0rem;
}

.hl--recommend-titleBox-title:before {
  content: "";
  display: block;
  position: absolute;
  background: url(assets/images/common/parts/line__left.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 22px;
  height: 40px;
  left: -40px;
  top: 0;
}

.hl--recommend-titleBox-title:after {
  content: "";
  display: block;
  position: absolute;
  background: url(assets/images/common/parts/line__right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 22px;
  height: 40px;
  right: -40px;
  top: 0;
}

.hl--recommend-text {
  margin: 0 0 45px;
  text-align: center;
  color: #FFF;
  font-size: 1.5rem;
}

.hl--recommend-textCoution {
  display: block;
  margin: 10px 0;
  color: #fdc1cd;
  font-size: 1.3rem;
}

.hl--recommend__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.hl--recommend-box {
  max-width: 18.34%;
  margin: 0 1.74% 40px 0;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.hl--recommend-box:nth-child(5n) {
  margin: 0 0 40px;
}

.hl--recommend-box__inner {
  padding: 20px;
}

.hl--recommend-box:link {
  text-decoration: none;
}

.hl--recommend-box:visited {
  text-decoration: none;
}

.hl--recommend-box:hover {
  text-decoration: none;
  box-shadow: 0px 0px 10px 3px #7f0c22;
}

.hl--recommend .p--archives__photo {
  width: 180px;
  height: 130px;
}

.hl--recommend .p--archives__photo div {
  width: 180px;
  height: 130px;
}

.hl--recommend .p--archives__photo .p--archives__box-category {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.hl--recommend .p--archives__photo .p--archives__box-category li {
  display: inline-block;
  border-radius: 5px;
  background-color: #000;
  line-height: 30px;
  padding: 0 20px;
  color: #FFF;
  font-size: 1.2rem;
}

.hl--recommend .p--archives__contents {
  width: auto;
  margin: 15px 0 0;
  padding: 0;
}

.hl--recommend .p--archives__box-title {
  color: #000;
  margin: 0 0 10px;
  line-height: 1.35;
}

.hl--recommend .p--archives__box-recommendDate {
  font-size: 1.3rem;
  color: #e71a41;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .hl--recommend {
    min-height: inherit;
    padding: 5.33333vw 0 0;
  }
  .hl--recommend__cover {
    background-size: 3.33333vw;
    width: 100vw;
    height: 108vw;
  }
  .hl--recommend-titleBox {
    margin: 0 0 2.66667vw;
  }
  .hl--recommend-titleBox-title {
    font-size: 4.26667vw;
    display: inline-block;
    padding: 0 0 0 9.33333vw;
    background-size: 4.8vw;
    line-height: 5.33333vw;
  }
  .hl--recommend-titleBox-title:before {
    width: 3.6vw;
    height: 6.66667vw;
    left: -7.33vw;
    top: 0;
  }
  .hl--recommend-titleBox-title:after {
    width: 3.6vw;
    height: 6.66667vw;
    right: -7.33vw;
    top: 0;
  }
  .hl--recommend-text {
    margin: 0 0 10.66667vw;
    font-size: 3.33333vw;
  }
  .hl--recommend-textCoution {
    margin: 1.33333vw 0;
    font-size: 2.66667vw;
    line-height: 1.25;
  }
  .hl--recommend__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .hl--recommend-box {
    display: none;
    max-width: 48.55%;
    margin: 0 2.89% 5.33333vw 0;
    border-radius: 1.33333vw;
  }
  .hl--recommend-box:nth-child(1) {
    display: block;
  }
  .hl--recommend-box:nth-child(2) {
    display: block;
    margin: 0 0 5.33333vw;
  }
  .hl--recommend-box__inner {
    padding: 2.66667vw;
  }
  .hl--recommend .p--archives__photo {
    width: 39.33333vw;
    height: 32vw;
  }
  .hl--recommend .p--archives__photo div {
    width: 39.33333vw;
    height: 32vw;
  }
  .hl--recommend .p--archives__photo .p--archives__box-category {
    top: -5.33vw;
  }
  .hl--recommend .p--archives__photo .p--archives__box-category li {
    border-radius: 0.66667vw;
    line-height: 5.33333vw;
    padding: 0 2.66667vw;
    font-size: 2.93333vw;
  }
  .hl--recommend .p--archives__contents {
    margin: 2vw 0 0;
  }
  .hl--recommend .p--archives__box-title {
    margin: 0 0 1.33333vw;
    font-size: 3.33333vw;
  }
  .hl--recommend .p--archives__box-recommendDate {
    font-size: 2.93333vw;
  }
}

/*
     home[feature]
--------------------------------------------------------------*/
.hl--feature__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 40px;
}

.hl--feature-box {
  position: relative;
  max-width: 31.44%;
  margin: 0 1.74% 30px 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 3px #dddddd;
}

.hl--feature-box:link {
  text-decoration: none;
}

.hl--feature-box:visited {
  text-decoration: none;
}

.hl--feature-box:hover {
  text-decoration: none;
  box-shadow: 0px 0px 10px 5px #bbb;
}

.hl--feature-box:nth-child(3n) {
  margin: 0 0 30px;
}

.hl--feature-box__inner {
  padding: 20px;
}

.hl--feature-box__inner .p--archives__contents {
  width: auto;
  padding: 0;
}

.hl--feature-box-cateTitle {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 15px;
  color: #000;
}

.hl--feature-box-title {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 10px 0 0;
  color: #000;
}

@media screen and (max-width: 768px) {
  .hl--feature__flex {
    display: block;
  }
  .hl--feature-box {
    display: block;
    max-width: initial;
    margin: 0 0 4vw;
    border-radius: 1.33333vw;
  }
  .hl--feature-box:nth-child(3n) {
    margin: 0 0 4vw;
  }
  .hl--feature-box__inner {
    padding: 2.66667vw;
  }
  .hl--feature-box__inner .flex__div {
    display: flex;
    justify-content: space-between;
  }
  .hl--feature-box__inner .p--archives__contents {
    width: 45vw;
  }
  .hl--feature-box__inner .p--archives__contents h2 {
    margin: 0 0 4vw !important;
  }
  .hl--feature-box-cateTitle {
    font-size: 4.26667vw;
    margin: 0 0 2vw;
  }
  .hl--feature-box-title {
    font-size: 3.73333vw;
    margin: 0;
    width: 55.0%;
  }
}

.home .edit-post-layout .editor-styles-wrapper .hl--dramaguide-box-title {
  border: none;
  padding: 0;
  font-size: 1.8rem;
  color: #000;
  padding: 0;
  margin: 15px 0;
}

/*--------------------------------------------------------------
    # _page_styles.scss
--------------------------------------------------------------*/
/*
     Front Adjust
--------------------------------------------------------------*/
.cmn--contents {
  background-color: #FFF;
  position: relative;
  padding: 0;
}

/*
     Config
--------------------------------------------------------------*/
body.acf_content {
  padding: 1.56vw;
}

body.acf_content p {
  font-size: 15px !important;
  line-height: 1.5;
  margin: 0 0 25px;
}

.wp-block {
  max-width: 100%;
}

.editor-post-title__block .editor-post-title__input {
  color: #e71a41;
  font-family: 'Noto Sans JP',"Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background-color: #FFF;
  margin: 0 0 2.56vw;
  position: relative;
}
.editor-styles-wrapper .editor-post-title__block a:link {
  color: #000;
  text-decoration: underline;
}

.editor-styles-wrapper .editor-post-title__block a:visited {
  color: #000;
  text-decoration: none;
}

.editor-styles-wrapper .editor-post-title__block a:hover {
  color: #000;
  text-decoration: none;
}

.editor-block-list__block-edit .block-editor-block-list__block-edit figure.is-resized {
  margin: -28px 0 0;
}

/*
     Acf Adjust
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .acf-table {
  border: #DFDFDF solid 1px;
}

.edit-post-layout .editor-styles-wrapper .acf-table td {
  border: 1px solid #CCC;
  padding: 10px;
}

.edit-post-layout .editor-styles-wrapper .acf-input .acf-actions a:link {
  color: #FFF;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .acf-input .acf-actions a:visited {
  color: #FFF;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .acf-input .acf-actions a:hover {
  color: #FFF;
  text-decoration: none;
}

/*
     Editor Contents
--------------------------------------------------------------*/
.edit-post-layout__content .editor-styles-wrapper {
  padding: 30px 0;
  font-family: "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, 'Noto Sans JP',Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
}

.edit-post-layout .editor-styles-wrapper {
  font-family: Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", 'Noto Sans JP',"Helvetica Neue", YuGothic, Arial, "メイリオ", Meiryo, sans-serif !important;
  width: auto;
  margin: 0 auto;
  padding: 30px 30px;
}

.edit-post-layout .editor-styles-wrapper .acf-input a:link {
  color: #000;
  text-decoration: underline;
}

.edit-post-layout .editor-styles-wrapper .acf-input a:visited {
  color: #000;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .acf-input a:hover {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .edit-post-layout__content .editor-styles-wrapper {
    padding: 2.66667vw 0;
  }
  .edit-post-layout .editor-styles-wrapper {
    padding: 4vw 5.33333vw;
  }
  .block-editor-editor-skeleton__body {
    display: block !important;
  }
}

/*
     Gutenberg Block
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .g--photobox {
  background-color: #F5F5F5;
  border: 1px solid #CCC;
  padding: 30px;
  margin: 40px 0;
}

.edit-post-layout .editor-styles-wrapper .g--photobox h4 {
  color: #000;
  margin: 0 0 20px;
  border-bottom: 1px solid #CCC;
  padding: 0 0 10px;
}

.edit-post-layout .editor-styles-wrapper .g--photobox-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CCC;
  padding: 0 0 10px;
  margin: 0 0 30px;
}

.edit-post-layout .editor-styles-wrapper .g--photobox-box:last-child {
  margin: 0;
  border: none;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .g--photobox-box-images {
  width: 25%;
}

.edit-post-layout .editor-styles-wrapper .g--photobox-box-images img {
  width: 100%;
  vertical-align: bottom;
}

.edit-post-layout .editor-styles-wrapper .g--photobox-box_contents {
  width: 72.5%;
}

.edit-post-layout .editor-styles-wrapper .g--photobox-box_contents h5 {
  color: #000;
  margin: 0 0 10px;
}

.edit-post-layout .editor-styles-wrapper .g--photobox-box_contents p {
  font-size: 1.4rem;
  line-height: 1.75;
  margin: 0 0 20px;
}

.edit-post-layout .editor-styles-wrapper .g--photobox-box_contents span {
  font-size: 1.4rem;
  display: block;
  margin: 0 0 20px;
}

.edit-post-layout .editor-styles-wrapper .single__photoBox .g--photobox-box_contents {
  width: 100%;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group {
  background-color: #f2f1ed;
  padding: 20px;
  margin: 0 0 50px;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container {
  background-color: #FFF;
  padding: 20px;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container h2 {
  margin: 0 0 20px;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container h3 {
  margin: 0 0 20px;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container h4 {
  margin: 0 0 20px;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container h5 {
  margin: 0 0 20px;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container h6 {
  margin: 0 0 20px;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container p:last-child {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container .p--news-navKeyword-list {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container .p--news-navKeyword-list li {
  margin: 0 10px 10px 0;
  border: none;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container .p--news-navKeyword-list li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 20px;
  height: 100%;
}

.edit-post-layout .editor-styles-wrapper .has-media-on-the-right .wp-block-media-text__content {
  padding: 0 20px 0 0;
  height: 100%;
}

.edit-post-layout .editor-styles-wrapper .wp-block-media-text__media {
  height: 100%;
}

.edit-post-layout .editor-styles-wrapper .wp-block-media-text {
  margin: 0 0 50px;
}

.edit-post-layout .editor-styles-wrapper .g--gmap {
  border: 1px solid #e8e8e8;
  padding: 20px;
}

.edit-post-layout .editor-styles-wrapper .g--gmap__inner {
  border: 1px solid #e8e8e8;
}

.edit-post-layout .editor-styles-wrapper .g--gmap iframe {
  vertical-align: bottom;
  width: 100%;
  height: 410px;
}

.edit-post-layout .editor-styles-wrapper .g--linklist {
  background-color: #F8F8F8;
  padding: 15px;
  margin: 0 0 50px;
}

.edit-post-layout .editor-styles-wrapper .g--linklist__inner {
  padding: 20px;
  background-color: #FFF;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list {
  margin: 0;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li {
  margin: 0 0 20px;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li:last-child {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li a {
  padding: 15px;
  border: 2px solid #e8e8e8;
  width: auto;
  display: block;
  font-weight: bold;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  background-image: url(assets/images/common/parts/arrow__01_bl.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 96.5% center;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li a:link {
  color: #333;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li a:visited {
  color: #333;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list li a:hover {
  color: #e71a41;
  border: 2px solid #e71a41;
  text-decoration: none;
  background-color: #FFF;
  background-image: url(assets/images/common/parts/arrow__01_bl.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 96.5% center;
}

.edit-post-layout .editor-styles-wrapper .g--linklist-list-excheck {
  display: inline-block;
  padding: 0 30px 0 0;
  background-image: url(assets/images/common/parts/icon__exlinks.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right center;
}

.edit-post-layout .editor-styles-wrapper .g--imagebig {
  width: auto;
  margin: 0 -30px 50px;
}

.edit-post-layout .editor-styles-wrapper .g--imagebig img {
  width: 100%;
  vertical-align: bottom;
}

.edit-post-layout .editor-styles-wrapper .g--imagebig-cap {
  display: block;
  margin: 15px 0 0;
  text-align: center;
  color: #555d66;
  font-size: 1.3rem;
  text-align: center;
}

.edit-post-layout .editor-styles-wrapper .g--button-center {
  margin: 0 auto 50px;
}

.edit-post-layout .editor-styles-wrapper .g--button-left {
  margin: 0px auto 50px 0px;
}

.edit-post-layout .editor-styles-wrapper .g--button-right {
  margin: 0px 0px 50px auto;
}

.edit-post-layout .editor-styles-wrapper .g--ranking-rankdf {
  width: 100%;
  border: 1px solid #CCC;
}

.edit-post-layout .editor-styles-wrapper .g--ranking-rankdf th {
  padding: 15px;
  background-color: #0153a5;
  color: #FFF;
  font-size: 1.4rem;
  border: none;
  border-right: 1px solid #CCC;
}

.edit-post-layout .editor-styles-wrapper .g--ranking-rankdf td {
  font-size: 1.35rem;
  border-right: 1px solid #CCC;
  padding: 10px 15px;
}

.edit-post-layout .editor-styles-wrapper .g--ranking-rankdf-cols1 {
  width: 9%;
}

.edit-post-layout .editor-styles-wrapper .g--ranking-rankdf-cols2 {
  width: 59%;
}

.edit-post-layout .editor-styles-wrapper .g--ranking-rankdf-cols3 {
  width: 19%;
}

.edit-post-layout .editor-styles-wrapper .g--ranking-rankdf-cols4 {
  width: 14%;
}

.edit-post-layout .editor-styles-wrapper td.g--ranking-num {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
}

.edit-post-layout .editor-styles-wrapper td.g--ranking-num1 {
  background-image: url(assets/images/common/parts/rank__1gold.png);
  background-size: 35px;
  background-position: center 5px;
  background-repeat: no-repeat;
  text-shadow: 2px 2px 5px #FFF;
}

.edit-post-layout .editor-styles-wrapper td.g--ranking-num2 {
  background-image: url(assets/images/common/parts/rank__2silver.png);
  background-size: 35px;
  background-position: center 5px;
  background-repeat: no-repeat;
  text-shadow: 2px 2px 5px #FFF;
}

.edit-post-layout .editor-styles-wrapper td.g--ranking-num3 {
  background-image: url(assets/images/common/parts/rank__3bronze.png);
  background-size: 35px;
  background-position: center 5px;
  background-repeat: no-repeat;
  text-shadow: 2px 2px 5px #FFF;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .g--photobox {
    padding: 2.66667vw;
    margin: 5.33333vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .g--photobox h4 {
    color: #000;
    margin: 0 0 2.66667vw;
    padding: 0 0 1.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--photobox-box {
    display: block;
    padding: 0 0 2.66667vw;
    margin: 0 0 5.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--photobox-box-images {
    width: 50%;
    margin: 0 auto 2.66667vw;
    display: block;
  }
  .edit-post-layout .editor-styles-wrapper .g--photobox-box-images img {
    width: 100%;
    vertical-align: bottom;
  }
  .edit-post-layout .editor-styles-wrapper .g--photobox-box_contents {
    width: 100%;
  }
  .edit-post-layout .editor-styles-wrapper .g--photobox-box_contents h5 {
    margin: 0 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--photobox-box_contents p {
    font-size: 3.2vw;
    margin: 0 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--photobox-box_contents span {
    font-size: 3.2vw;
    margin: 0 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .single__photoBox .g--photobox-box_contents {
    width: 100%;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group {
    padding: 2.66667vw;
    margin: 0 0 5.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container {
    background-color: #FFF;
    padding: 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container h2 {
    margin: 0 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container h3 {
    margin: 0 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container h4 {
    margin: 0 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container h5 {
    margin: 0 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container h6 {
    margin: 0 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container p:last-child {
    margin: 0;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container .p--news-navKeyword-list li {
    margin: 0 1.33333vw 1.33333vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 2.66667vw;
    height: 100%;
  }
  .edit-post-layout .editor-styles-wrapper .has-media-on-the-right .wp-block-media-text__content {
    padding: 0 2.66667vw 0 0;
    height: 100%;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-media-text__media {
    height: 100%;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-media-text {
    margin: 0 0 5.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--gmap {
    padding: 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--gmap iframe {
    height: 42.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist {
    padding: 2.66667vw;
    margin: 0 0 6.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist__inner {
    padding: 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist-list li {
    margin: 0 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist-list li a {
    padding: 2vw;
    background-size: 1.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist-list li a:hover {
    background-size: 1.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist-list-excheck {
    padding: 0 4vw 0 0;
    background-size: 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--info {
    padding: 2.66667vw;
    margin: 0 0 6.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--info__inner {
    padding: 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--info h5 {
    margin: 0 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--imagebig {
    width: auto;
    margin: 0 -5.33vw 6.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--imagebig img {
    width: 100%;
    vertical-align: bottom;
  }
  .edit-post-layout .editor-styles-wrapper .g--imagebig-cap {
    margin: 2.66667vw 0 0;
    font-size: 3.2vw;
  }
  .wp-block-image .alignright {
    float: none;
    margin: 0 auto;
  }
  .wp-block-image .alignleft {
    float: none;
    margin: 0 auto;
  }
  .wp-block-image img {
    height: auto;
  }
  .edit-post-layout .editor-styles-wrapper .g--button-center {
    margin: 0 auto 5.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--button-left {
    margin: 0px auto 5.33333vw 0px;
  }
  .edit-post-layout .editor-styles-wrapper .g--button-right {
    margin: 0px 0px 5.33333vw auto;
  }
  .edit-post-layout .editor-styles-wrapper .g--ranking-rankdf th {
    padding: 1.33333vw;
    font-size: 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--ranking-rankdf td {
    font-size: 2.66667vw;
    padding: 1.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--ranking-rankdf-cols1 {
    width: 10%;
  }
  .edit-post-layout .editor-styles-wrapper .g--ranking-rankdf-cols2 {
    width: 55%;
  }
  .edit-post-layout .editor-styles-wrapper .g--ranking-rankdf-cols3 {
    width: 20%;
  }
  .edit-post-layout .editor-styles-wrapper .g--ranking-rankdf-cols4 {
    width: 10%;
  }
  .edit-post-layout .editor-styles-wrapper td.g--ranking-num {
    font-weight: bold;
    text-align: center;
    font-size: 3.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper td.g--ranking-num1 {
    background-size: 5.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper td.g--ranking-num2 {
    background-size: 5.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper td.g--ranking-num3 {
    background-size: 5.33333vw;
  }
}

/*
     728*90 supper Banner
--------------------------------------------------------------*/
.l--spBanner {
  padding: 30px 0;

}

.l--spBanner__inner {
  max-width: 1145px;
  margin: 0 auto;
  text-align: center;
}

.l--spBanner .side--box {
  margin: 0;
}

.l--spBanner .l--spBannerIns {
  margin: 0 auto;
  width: 728px;
}

@media screen and (max-width: 768px) {
  .l--spBanner {
    padding: 0;
    height:52px;
  }
  .l--spBanner__inner {
    max-width: initial;
    margin: 0 auto;
    text-align: center;
  }
  .l--spBanner__inner img {
    width: 100%;
    vertical-align: bottom;
  }
  .l--spBanner .side--box {
    margin: 0;
  }
  .l--spBanner .l--spBannerIns {
    margin: 0 auto;
    width: auto;
  }
}

/*
     Search
--------------------------------------------------------------*/
.p--search .editor-styles-wrapper h3:first-child {
  margin: 0 0 20px;
}

.p--search .editor-styles-wrapper h3 p:last-child {
  margin: 0;
}

.p--search .editor-styles-wrapper a {
  display: block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.p--search .editor-styles-wrapper a:link {
  color: #e71a41;
  text-decoration: none;
}

.p--search .editor-styles-wrapper a:visited {
  color: #e71a41;
  text-decoration: none;
}

.p--search .editor-styles-wrapper a:hover {
  color: #e71a41;
}

.p--search .editor-styles-wrapper .cmn--headline {
  font-size: 2.2rem;
}

.p--search .editor-styles-wrapper .cmn--headline span {
  font-size: 3.6rem;
}

.p--search .editor-styles-wrapper .p--search {
  background-color: #f2f1ed;
  padding: 20px;
  margin: 0 0 30px;
}

.p--search .editor-styles-wrapper .p--search__inner {
  padding: 20px;
  background-color: #FFF;
}

.p--search .editor-styles-wrapper .p--search h5 {
  margin: 0 0 20px;
}

.p--search .editor-styles-wrapper .p--search p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.p--search .editor-styles-wrapper .p--search:hover {
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .p--search .editor-styles-wrapper h3:first-child {
    margin: 0 0 2.66667vw;
  }
  .p--search .editor-styles-wrapper .cmn--headline {
    font-size: 3.2vw;
  }
  .p--search .editor-styles-wrapper .cmn--headline span {
    font-size: 4.26667vw;
  }
  .p--search .editor-styles-wrapper .p--search {
    padding: 2.66667vw;
    margin: 0 0 4vw;
  }
  .p--search .editor-styles-wrapper .p--search__inner {
    padding: 2.66667vw;
  }
  .p--search .editor-styles-wrapper .p--search h5 {
    margin: 0 0 2.66667vw;
  }
  .p--search .editor-styles-wrapper .p--search p {
    font-size: 3.33333vw;
  }
}

/*
     Contact
--------------------------------------------------------------*/
input::placeholder,
textarea::placeholder {
  color: #CCC;
}

/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #CCC;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #CCC;
}

.mw_wp_form_error .error {
  color: #FFF;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: #e71a41;
  border: 1px solid #e71a41;
  padding: 10px;
  text-align: center;
  display: block;
  margin: 0 0 20px;
}

.mw_wp_form_error .pa--contact--message {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .pa--contact {
  max-width: 770px;
  margin: 0 auto 140px;
  padding: 0 20px;
}

.edit-post-layout .editor-styles-wrapper .pa--contact textarea,
.edit-post-layout .editor-styles-wrapper .pa--contact input[type="text"],
.edit-post-layout .editor-styles-wrapper .pa--contact input[type="submit"],
.edit-post-layout .editor-styles-wrapper .pa--contact input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

.edit-post-layout .editor-styles-wrapper .pa--contact input[type="submit"]::-webkit-search-decoration,
.edit-post-layout .editor-styles-wrapper .pa--contact input[type="button"]::-webkit-search-decoration {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .pa--contact input[type="submit"]::focus,
.edit-post-layout .editor-styles-wrapper .pa--contact input[type="button"]::focus {
  outline-offset: -2px;
}

.edit-post-layout .editor-styles-wrapper .pa--contact [type=text] {
  line-height: normal;
}

.edit-post-layout .editor-styles-wrapper .pa--contact input[type="text"],
.edit-post-layout .editor-styles-wrapper .pa--contact input[type="password"],
.edit-post-layout .editor-styles-wrapper .pa--contact textarea,
.edit-post-layout .editor-styles-wrapper .pa--contact select {
  outline: none;
}

.edit-post-layout .editor-styles-wrapper .pa--contact-title {
  line-height: 1.0;
  font-size: 24px;
  color: #f7fafe;
  margin: 0 0 35px;
  text-align: center;
}

.edit-post-layout .editor-styles-wrapper .pa--contact-cautionList {
  margin: 0 0 45px;
}

.edit-post-layout .editor-styles-wrapper .pa--contact-cautionList li {
  padding: 0 0 0 15px;
  margin: 0;
  color: #abaab3;
  line-height: 1.5;
  font-size: 14px;
  position: relative;
}

.edit-post-layout .editor-styles-wrapper .pa--contact-cautionList li:after {
  content: "";
  background-color: #abaab3;
  height: 4px;
  width: 4px;
  position: absolute;
  top: 8.5px;
  left: 0;
  border-radius: 50%;
}

.edit-post-layout .editor-styles-wrapper .pa--contact-block {
  margin: 0 0 50px;
}

.edit-post-layout .editor-styles-wrapper .pa--contact-blockCbox br {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .pa--contact-block-text {
  display: block;
  margin: 0 0 10px;
  color: #abaab3;
  font-size: 1.4rem;
}

.edit-post-layout .editor-styles-wrapper .pa--contact-block-title {
  margin: 0 0 20px;
  border-bottom: 1px solid #CCC;
  font-size: 1.8rem;
}

.edit-post-layout .editor-styles-wrapper .pa--contact-block-title:after {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .pa--contact-block-title span {
  display: inline-block;
  margin: 0 0 0 10px;
  color: #e71a41;
  font-size: 1.4rem;
  font-weight: normal;
}

.edit-post-layout .editor-styles-wrapper .pa--contact-block input[type="text"] {
  padding: 15px 10px;
  width: 95%;
  background-color: #FFF;
  border: none;
  font-size: 1.6rem;
  color: #333;
  border-radius: 15px;
  border: 5px solid #EEE;
}

.edit-post-layout .editor-styles-wrapper .pa--contact-block textarea {
  padding: 15px 10px;
  width: 95%;
  background-color: #FFF;
  border: none;
  font-size: 1.6rem;
  color: #333;
  min-height: 200px;
  border-radius: 15px;
  border: 5px solid #EEE;
}

.edit-post-layout .editor-styles-wrapper .pa--contact-block-button .submitButton {
  display: block;
  width: 40%;
  border: none;
  margin: 0 auto;
  line-height: 80px;
  height: 80px;
  border-radius: 40px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  background-color: #e71a41;
  border: 1px solid #e71a41;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.edit-post-layout .editor-styles-wrapper .pa--contact-block-button .submitButton:hover {
  opacity: 0.65;
}

.mw_wp_form_confirm .pa--contact--message {
  display: none;
}

.mw_wp_form_confirm .pa--contact-block-title span {
  display: none;
}

.mw_wp_form_confirm .pa--contact-block-text {
  display: none;
}

.mw_wp_form_confirm .pa--contact-blockCbox {
  padding: 15px 5px;
  margin: 0;
}

.mw_wp_form_confirm .pa--contact-blockCbox:last-child {
  border-bottom: none;
}

.mw_wp_form_confirm .pa--contact-blockCbox p {
  font-size: 16px;
  color: #333;
}

.mw_wp_form_confirm .pa--contact-block-button .backButton {
  float: left;
  width: 40.0%;
  display: block;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  line-height: 80px;
  height: 80px;
  border-radius: 40px;
  box-sizing: border-box;
  border: 1px solid #333;
  color: #333;
  background: none;
  font-size: 1.6rem;
}

.mw_wp_form_confirm .pa--contact-block-button .submitButton {
  float: right;
  width: 65.5%;
}

.pa--contact-thankslead {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.contact-error .mw_wp_form .error {
  color: #FF0000;
  font-size: 14px;
  display: block;
  line-height: 1.0;
  margin: 0 0 10px;
}

.contact-error .errorBlock input,
.contact-error .errorBlock textarea {
  border: 1px solid #FF0000;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .pa--contact {
    max-width: initial;
    margin: 0 auto 10.66667vw;
    padding: 0;
  }
  .edit-post-layout .editor-styles-wrapper .pa--contact-title {
    line-height: 1.0;
    font-size: 3.33333vw;
    margin: 0 0 4vw;
  }
  .edit-post-layout .editor-styles-wrapper .pa--contact-cautionList {
    margin: 0 0 4vw;
  }
  .edit-post-layout .editor-styles-wrapper .pa--contact-cautionList li {
    padding: 0 0 0 2.66667vw;
    font-size: 3.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper .pa--contact-block {
    margin: 0 0 6.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .pa--contact-block-text {
    margin: 0 0 2.66667vw;
    font-size: 3.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper .pa--contact-block-title {
    font-size: 3.33333vw;
    margin: 0 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .pa--contact-block-title span {
    margin: 0 0 0 2.66667vw;
    font-size: 2.93333vw;
  }
  .edit-post-layout .editor-styles-wrapper .pa--contact-block input[type="text"] {
    padding: 2.66667vw;
    width: 90%;
    font-size: 3.33333vw;
    border-radius: 2.66667vw;
    border: 3px solid #EEE;
  }
  .edit-post-layout .editor-styles-wrapper .pa--contact-block textarea {
    padding: 2.66667vw 10px;
    width: 90%;
    background-color: #FFF;
    border: none;
    font-size: 3.33333vw;
    color: #333;
    min-height: 33.33333vw;
    border-radius: 2.66667vw;
    border: 3px solid #EEE;
  }
  .edit-post-layout .editor-styles-wrapper .pa--contact-block-button .submitButton {
    display: block;
    width: 80%;
    line-height: 13.33333vw;
    height: 13.33333vw;
    border-radius: 6.66667vw;
    font-size: 3.33333vw;
  }
  .mw_wp_form_confirm .pa--contact-block-title span {
    display: none;
  }
  .mw_wp_form_confirm .pa--contact-block-text {
    display: none;
  }
  .mw_wp_form_confirm .pa--contact-blockCbox {
    border-top: 1px solid #a2a0ab;
    padding: 4vw 1.33333vw;
  }
  .mw_wp_form_confirm .pa--contact-blockCbox p {
    font-size: 3.33333vw;
  }
  .mw_wp_form_confirm .pa--contact-block-button .backButton {
    float: none;
    width: 80%;
    border-radius: 6.66667vw;
    cursor: pointer;
    line-height: 13.33333vw;
    height: 13.33333vw;
    font-size: 3.33333vw;
    margin: 0 0 4vw;
    margin: 4vw auto 0;
  }
  .mw_wp_form_confirm .pa--contact-block-button .submitButton {
    float: none;
    width: 80%;
    margin: 0 0 4vw;
  }
  .pa--contact-thankslead {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .contact-error .mw_wp_form .error {
    color: #FF0000;
    font-size: 14px;
    display: block;
    line-height: 1.0;
    margin: 0 0 10px;
  }
  .contact-error .errorBlock input,
  .contact-error .errorBlock textarea {
    border: 1px solid #FF0000;
  }
}

/*
     Uzou
--------------------------------------------------------------*/
.l--wrapper .uz-tvguide_pc .__uz__widget .__uz__articles-area .__uz__article .__uz__article-img {
  padding-top: 100%;
}

/*--------------------------------------------------------------
    # _post.scss
--------------------------------------------------------------*/
/*
     Menu
--------------------------------------------------------------*/
.p--news-navCate {
  background-color: #FFF;
  margin: -20px 0 0;
  border-bottom: 1px solid #f2f2f2;
}

.p--news-navCate__inner {
  max-width: 1145px;
  margin: 0 auto;
  padding: 20px 40px 0;
  display: flex;
  flex-wrap: wrap;
}

.p--news-navCate-title {
  width: 17.73%;
  line-height: 3.0rem;
}

.p--news-navCate-list {
  width: 80.08%;
  letter-spacing: -0.45em;
}

.p--news-navCate-list li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 20px 20px 0;
  padding: 0;
}

.p--news-navCate-list li a {
  color: #FFF;
  display: block;
  font-size: 1.2rem;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  height: 30px;
  padding: 0;
  line-height: 3.0rem;
  padding: 0 20px;
  background-color: #000;
  color: #FFF;
  border-radius: 5px;
}

.p--news-navCate-list li a:link {
  text-decoration: none;
}

.p--news-navCate-list li a:visited {
  text-decoration: none;
}

.p--news-navCate-list li a:hover {
  text-decoration: none;
  opacity: 0.45;
}

.p--news-navCate-list li a.all-list {
  background-color: #e71a41;
}

.p--news-navKeyword {
  background-color: #FFF;
  margin: 0 0 30px;
  border-bottom: 1px solid #f2f2f2;
}

.p--news-navKeyword__inner {
  max-width: 1145px;
  margin: 0 auto;
  padding: 20px 40px 0;
  display: flex;
  flex-wrap: wrap;
}

.p--news-navKeyword-title {
  width: 8.73%;
  line-height: 3.0rem;
}

.p--news-navKeyword-list {
  width: 89.08%;
  letter-spacing: -0.45em;
}

.p--news-navKeyword-list li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 10px 20px 0;
  padding: 0;
}

.p--news-navKeyword-list li a {
  color: #000;
  display: block;
  font-size: 1.2rem;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  height: 30px;
  padding: 0;
  line-height: 3.0rem;
  padding: 0 25px;
  border: 2px solid #e71a41;
  border-radius: 15px;
}

.p--news-navKeyword-list li a:link {
  text-decoration: none;
}

.p--news-navKeyword-list li a:visited {
  text-decoration: none;
}

.p--news-navKeyword-list li a:hover {
  text-decoration: none;
  opacity: 0.45;
}

.p--recommend-navCate {
  background-color: #FFF;
  margin: -20px 0 20px;
  border-bottom: 1px solid #f2f2f2;
}

.p--recommend-navCate__inner {
  max-width: 1145px;
  margin: 0 auto;
  padding: 20px 40px 0;
  display: flex;
  flex-wrap: wrap;
}

.p--recommend-navCate-title {
  width: 8.73%;
  line-height: 3.0rem;
}

.p--recommend-navCate-list {
  width: 89.08%;
  letter-spacing: -0.45em;
}

.p--recommend-navCate-list li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 20px 20px 0;
  padding: 0;
}

.p--recommend-navCate-list li a {
  color: #FFF;
  display: block;
  font-size: 1.2rem;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  height: 30px;
  padding: 0;
  line-height: 3.0rem;
  padding: 0 20px;
  background-color: #000;
  color: #FFF;
  border-radius: 5px;
}

.p--recommend-navCate-list li a:link {
  text-decoration: none;
}

.p--recommend-navCate-list li a:visited {
  text-decoration: none;
}

.p--recommend-navCate-list li a:hover {
  text-decoration: none;
  opacity: 0.45;
}

.p--recommend-navCate-list li a.all-list {
  background-color: #e71a41;
}

.p--column-navCate {
  background-color: #FFF;
  margin: -20px 0 20px;
  border-bottom: 1px solid #f2f2f2;
}

.p--column-navCate__inner {
  max-width: 1145px;
  margin: 0 auto;
  padding: 20px 40px 0;
  display: flex;
  flex-wrap: wrap;
}

.p--column-navCate-title {
  width: 8.73%;
  line-height: 3.0rem;
}

.p--column-navCate-list {
  width: 89.08%;
  letter-spacing: -0.45em;
}

.p--column-navCate-list li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 20px 20px 0;
  padding: 0;
}

.p--column-navCate-list li a {
  display: block;
  font-size: 1.2rem;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  height: 30px;
  padding: 0;
  line-height: 3.0rem;
  padding: 0 20px;
  background-color: #FFF;
  border: 2px solid #000;
  color: #000;
  border-radius: 5px;
}

.p--column-navCate-list li a:link {
  text-decoration: none;
}

.p--column-navCate-list li a:visited {
  text-decoration: none;
}

.p--column-navCate-list li a:hover {
  text-decoration: none;
  opacity: 0.45;
}

.p--column-navCate-list li a.all-list {
  background-color: #e71a41;
  color: #FFF;
  border: 2px solid #e71a41;
}

.p--feature-navCate {
  background-color: #FFF;
  margin: -20px 0 20px;
  border-bottom: 1px solid #f2f2f2;
}

.p--feature-navCate__inner {
  max-width: 1145px;
  margin: 0 auto;
  padding: 20px 40px 0;
  display: flex;
  flex-wrap: wrap;
}

.p--feature-navCate-title {
  width: 8.73%;
  line-height: 3.0rem;
}

.p--feature-navCate-list {
  width: 89.08%;
  letter-spacing: -0.45em;
}

.p--feature-navCate-list li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 20px 20px 0;
  padding: 0;
}

.p--feature-navCate-list li a {
  display: block;
  font-size: 1.2rem;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  height: 30px;
  padding: 0;
  line-height: 3.0rem;
  padding: 0 20px;
  background-color: #FFF;
  border: 2px solid #000;
  color: #000;
  border-radius: 5px;
}

.p--feature-navCate-list li a:link {
  text-decoration: none;
}

.p--feature-navCate-list li a:visited {
  text-decoration: none;
}

.p--feature-navCate-list li a:hover {
  text-decoration: none;
  opacity: 0.45;
}

.p--feature-navCate-list li a.all-list {
  background-color: #e71a41;
  color: #FFF;
  border: 2px solid #e71a41;
}

.p--dramaguide-navCate {
  background-color: #FFF;
  margin: -20px 0 20px;
  border-bottom: 1px solid #f2f2f2;
}

.p--dramaguide-navCate__inner {
  max-width: 1145px;
  margin: 0 auto;
  padding: 20px 40px 0;
  display: flex;
  flex-wrap: wrap;
}

.p--dramaguide-navCate-title {
  width: 8.73%;
  line-height: 3.0rem;
}

.p--dramaguide-navCate-list {
  width: 89.08%;
  letter-spacing: -0.45em;
}

.p--dramaguide-navCate-list li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 20px 20px 0;
  padding: 0;
}

.p--dramaguide-navCate-list li a {
  display: block;
  font-size: 1.2rem;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  height: 30px;
  padding: 0;
  line-height: 3.0rem;
  padding: 0 20px;
  background-color: #FFF;
  border: 2px solid #000;
  color: #000;
  border-radius: 5px;
}

.p--dramaguide-navCate-list li a:link {
  text-decoration: none;
}

.p--dramaguide-navCate-list li a:visited {
  text-decoration: none;
}

.p--dramaguide-navCate-list li a:hover {
  text-decoration: none;
  opacity: 0.45;
}

.p--dramaguide-navCate-list li a.all-list {
  background-color: #e71a41;
  color: #FFF;
  border: 2px solid #e71a41;
}

.p--tvranking-navCate {
  background-color: #FFF;
  margin: -20px 0 20px;
  border-bottom: 1px solid #f2f2f2;
}

.p--tvranking-navCate__inner {
  max-width: 1145px;
  margin: 0 auto;
  padding: 20px 40px 0;
  display: flex;
  flex-wrap: wrap;
}

.p--tvranking-navCate-title {
  width: 8.73%;
  line-height: 3.0rem;
}

.p--tvranking-navCate-list {
  width: 89.08%;
  letter-spacing: -0.45em;
}

.p--tvranking-navCate-list li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 20px 20px 0;
  padding: 0;
}

.p--tvranking-navCate-list li a {
  display: block;
  font-size: 1.2rem;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  height: 30px;
  padding: 0;
  line-height: 3.0rem;
  padding: 0 20px;
  background-color: #FFF;
  border: 2px solid #000;
  color: #000;
  border-radius: 5px;
}

.p--tvranking-navCate-list li a:link {
  text-decoration: none;
}

.p--tvranking-navCate-list li a:visited {
  text-decoration: none;
}

.p--tvranking-navCate-list li a:hover {
  text-decoration: none;
  opacity: 0.45;
}

.p--tvranking-navCate-list li a.all-list {
  background-color: #e71a41;
  color: #FFF;
  border: 2px solid #e71a41;
}

@media screen and (max-width: 768px) {
  .p--news-navCate {
    margin: -5.33vw 0 0;
  }
  .p--news-navCate__inner {
    max-width: initial;
    padding: 0 4vw 0;
    display: block;
  }
  .p--news-navCate-title {
    width: auto;
    line-height: 1.0;
    padding: 2.66667vw 0;
    font-size: 3.73333vw;
    background-image: url(assets/images/common/parts/icon__smp__plus_bk.png);
    background-size: 4vw;
    background-repeat: no-repeat;
    background-position: 96.5% center;
  }
  .p--news-navCate-title.active {
    background-image: url(assets/images/common/parts/icon__smp__minus_bk.png);
  }
  .p--news-navCate-list {
    width: auto;
    display: none;
  }
  .p--news-navCate-list li {
    margin: 0 2.66667vw 2.66667vw 0;
    padding: 0;
  }
  .p--news-navCate-list li a {
    font-size: 3.2vw;
    height: 6.66667vw;
    line-height: 6.66667vw;
    padding: 0 2.66667vw;
    border-radius: 1.33333vw;
  }
  .p--news-navKeyword {
    margin: 0 0 4vw;
  }
  .p--news-navKeyword__inner {
    max-width: initial;
    padding: 0 4vw 0;
    display: block;
  }
  .p--news-navKeyword-title {
    width: auto;
    line-height: 1.0;
    padding: 2.66667vw 0;
    font-size: 3.73333vw;
    background-image: url(assets/images/common/parts/icon__smp__plus_bk.png);
    background-size: 4vw;
    background-repeat: no-repeat;
    background-position: 96.5% center;
  }
  .p--news-navKeyword-title.active {
    background-image: url(assets/images/common/parts/icon__smp__minus_bk.png);
  }
  .p--news-navKeyword-list {
    width: auto;
    letter-spacing: -0.45em;
    display: none;
  }
  .p--news-navKeyword-list li {
    margin: 0 2.66667vw 2.66667vw 0;
  }
  .p--news-navKeyword-list li a {
    font-size: 2.4vw;
    height: auto;
    line-height: 1.25;
    padding: 1.33333vw 2.66667vw;
    border-radius: 3.33333vw;
  }
  .p--recommend-navCate {
    margin: -5.33vw 0 4vw;
  }
  .p--recommend-navCate__inner {
    max-width: initial;
    padding: 0 4vw 0;
    display: block;
  }
  .p--recommend-navCate-title {
    width: auto;
    line-height: 1.0;
    padding: 2.66667vw 0;
    font-size: 3.73333vw;
    background-image: url(assets/images/common/parts/icon__smp__plus_bk.png);
    background-size: 4vw;
    background-repeat: no-repeat;
    background-position: 96.5% center;
  }
  .p--recommend-navCate-title.active {
    background-image: url(assets/images/common/parts/icon__smp__minus_bk.png);
  }
  .p--recommend-navCate-list {
    width: auto;
    letter-spacing: -0.45em;
    display: none;
  }
  .p--recommend-navCate-list li {
    margin: 0 2.66667vw 2.66667vw 0;
    padding: 0;
  }
  .p--recommend-navCate-list li a {
    font-size: 3.2vw;
    height: 6.66667vw;
    line-height: 6.66667vw;
    padding: 0 2.66667vw;
    border-radius: 1.33333vw;
  }
  .p--column-navCate {
    margin: -5.33vw 0 4vw;
  }
  .p--column-navCate__inner {
    max-width: initial;
    padding: 0 4vw 0;
    display: block;
  }
  .p--column-navCate-title {
    width: auto;
    line-height: 1.0;
    padding: 2.66667vw 0;
    font-size: 3.73333vw;
    background-image: url(assets/images/common/parts/icon__smp__plus_bk.png);
    background-size: 4vw;
    background-repeat: no-repeat;
    background-position: 96.5% center;
  }
  .p--column-navCate-title.active {
    background-image: url(assets/images/common/parts/icon__smp__minus_bk.png);
  }
  .p--column-navCate-list {
    width: auto;
    letter-spacing: -0.45em;
    display: none;
  }
  .p--column-navCate-list li {
    margin: 0 2.66667vw 2.66667vw 0;
    padding: 0;
  }
  .p--column-navCate-list li a {
    font-size: 3.2vw;
    height: 6.66667vw;
    line-height: 6.66667vw;
    padding: 0 2.66667vw;
    border-radius: 1.33333vw;
  }
  .p--feature-navCate {
    margin: -5.33vw 0 4vw;
  }
  .p--feature-navCate__inner {
    max-width: initial;
    padding: 0 4vw 0;
    display: block;
  }
  .p--feature-navCate-title {
    width: auto;
    line-height: 1.0;
    padding: 2.66667vw 0;
    font-size: 3.73333vw;
    background-image: url(assets/images/common/parts/icon__smp__plus_bk.png);
    background-size: 4vw;
    background-repeat: no-repeat;
    background-position: 96.5% center;
  }
  .p--feature-navCate-title.active {
    background-image: url(assets/images/common/parts/icon__smp__minus_bk.png);
  }
  .p--feature-navCate-list {
    width: auto;
    letter-spacing: -0.45em;
    display: none;
  }
  .p--feature-navCate-list li {
    margin: 0 2.66667vw 2.66667vw 0;
    padding: 0;
  }
  .p--feature-navCate-list li a {
    font-size: 3.2vw;
    height: 6.66667vw;
    line-height: 6.66667vw;
    padding: 0 2.66667vw;
    border-radius: 1.33333vw;
  }
  .p--dramaguide-navCate {
    margin: -5.33vw 0 4vw;
  }
  .p--dramaguide-navCate__inner {
    max-width: initial;
    padding: 0 4vw 0;
    display: block;
  }
  .p--dramaguide-navCate-title {
    width: auto;
    line-height: 1.0;
    padding: 2.66667vw 0;
    font-size: 3.73333vw;
    background-image: url(assets/images/common/parts/icon__smp__plus_bk.png);
    background-size: 4vw;
    background-repeat: no-repeat;
    background-position: 96.5% center;
  }
  .p--dramaguide-navCate-title.active {
    background-image: url(assets/images/common/parts/icon__smp__minus_bk.png);
  }
  .p--dramaguide-navCate-list {
    width: auto;
    letter-spacing: -0.45em;
    display: none;
  }
  .p--dramaguide-navCate-list li {
    margin: 0 2.66667vw 2.66667vw 0;
    padding: 0;
  }
  .p--dramaguide-navCate-list li a {
    font-size: 3.2vw;
    height: 6.66667vw;
    line-height: 6.66667vw;
    padding: 0 2.66667vw;
    border-radius: 1.33333vw;
  }
  .p--tvranking-navCate {
    margin: -5.33vw 0 4vw;
  }
  .p--tvranking-navCate__inner {
    max-width: initial;
    padding: 0 4vw 0;
    display: block;
  }
  .p--tvranking-navCate-title {
    width: auto;
    line-height: 1.0;
    padding: 2.66667vw 0;
    font-size: 3.73333vw;
    background-image: url(assets/images/common/parts/icon__smp__plus_bk.png);
    background-size: 4vw;
    background-repeat: no-repeat;
    background-position: 96.5% center;
  }
  .p--tvranking-navCate-title.active {
    background-image: url(assets/images/common/parts/icon__smp__minus_bk.png);
  }
  .p--tvranking-navCate-list {
    width: auto;
    letter-spacing: -0.45em;
    display: none;
  }
  .p--tvranking-navCate-list li {
    margin: 0 2.66667vw 2.66667vw 0;
    padding: 0;
  }
  .p--tvranking-navCate-list li a {
    font-size: 3.2vw;
    height: 6.66667vw;
    line-height: 6.66667vw;
    padding: 0 2.66667vw;
    border-radius: 1.33333vw;
  }
}

/*
     Post Archives[common]
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .p--archives__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.edit-post-layout .editor-styles-wrapper .p--archives__flex .p--archives__boxOne {
  width: 100%;
}

.edit-post-layout .editor-styles-wrapper .p--archives__flex .p--archives__boxTwo {
  max-width: 48.64%;
  margin: 0 0 20px;
}

.edit-post-layout .editor-styles-wrapper .p--archives__flex .p--archives__boxTwo .p--archives__contents {
  padding: 20px 0;
  width: auto;
}

.edit-post-layout .editor-styles-wrapper .p--archives__flex .p--archives__boxOne__inner {
  display: flex;
  justify-content: space-between;
}

.edit-post-layout .editor-styles-wrapper .p--archives__flex .p--archives__box-category {
  position: relative;
  z-index: 15;
}

.edit-post-layout .editor-styles-wrapper .p--archives__flex .p--archives__box-category li {
  margin: 0 5px 10px 0 !important;
}

.edit-post-layout .editor-styles-wrapper .p--archives__flex .p--archives__box-title {
  margin: 0 0 10px;
  line-height: 1.5;
}

.edit-post-layout .editor-styles-wrapper .p--archives__flex .p--archives__box-text {
  font-size: 1.4rem;
  line-height: 1.6;
}

.edit-post-layout .editor-styles-wrapper .p--archives__flex .p--archives__box-date {
  float: right;
}

.edit-post-layout .editor-styles-wrapper .p--archives__box-category {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .p--archives__box-category-list {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 3.0rem;
  height: 30px;
  padding: 0 20px !important;
  border-radius: 5px;
  background-color: #000;
  color: #FFF;
  margin: 0 10px 0 0;
}

.edit-post-layout .editor-styles-wrapper .p--archives__box-category li {
  border: none;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
}

.edit-post-layout .editor-styles-wrapper .p--archives__box-category li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .p--archives__box-category a {
  display: block;
  font-size: 1.2rem;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  height: 30px;
  padding: 0;
  line-height: 3.0rem;
  padding: 0 20px;
  background-color: #000;
  color: #FFF;
  border-radius: 5px;
}

.edit-post-layout .editor-styles-wrapper .p--archives__box-category a:link {
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .p--archives__box-category a:visited {
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .p--archives__box-category a:hover {
  text-decoration: none;
  opacity: 0.65;
}

.edit-post-layout .editor-styles-wrapper .p--archives__box-date {
  font-size: 1.2rem;
  display: inline-block;
  line-height: 1.6rem;
  background-image: url(assets/images/common/parts/icon__date.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 0 0 0 25px;
  color: #808080;
}

.edit-post-layout .editor-styles-wrapper .p--archives__box-meta {
  line-height: 1.5;
  font-size: 1.4rem;
}

.edit-post-layout .editor-styles-wrapper .p--archives__box-info {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  font-size: 1.2rem;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  height: 30px;
  padding: 0;
  line-height: 3.0rem;
  padding: 0 20px;
  background-color: #e71a41;
  color: #FFF;
  border-radius: 5px;
}

.edit-post-layout .editor-styles-wrapper .p--archives__box-recommendDate {
  font-size: 1.4rem;
  display: block;
  line-height: 1.6rem;
  padding: 0;
  color: #e71a41;
  font-weight: bold;
}

.edit-post-layout .editor-styles-wrapper .p--archives__box-title {
  margin: 15px 0 0;
  border: none;
  padding: 0;
  font-size: 1.8rem;
  color: #000;
}

.edit-post-layout .editor-styles-wrapper .p--archives__box-title:after {
  display: none;
}

.p--archives-mainTitle {
  max-width: 1145px;
  margin: 0 auto 30px;
  font-size: 2.6rem;
  padding: 0 40px;
}

.p--archives-mainTitleSub {
  font-size: 1.8rem;
  font-weight: normal;
}

#ulCommentWidget {
  padding-top: 120px;
  margin-top: -120px;
  margin-bottom: 30px;
}

.p--archives-singleMain {
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 0 40px;
  position: relative;
}

.p--archives-singleMain img {
  width: 100%;
  vertical-align: bottom;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleMeta-wrap {
  margin: 0 0 30px;
  display: flex;
  justify-content: space-between;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleMeta .p--archives__box-date {
  display: block;
  margin: 20px 0 0;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleMeta .p--archives__box-recommendDate {
  display: block;
  margin: 20px 0 0;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleSns {
  margin: 0;
  letter-spacing: -0.45em;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleSns li {
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  display: inline-block;
  border: none;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleSns li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleSns li.tw--icon a {
  background-color: #00a2f9;
}
.edit-post-layout .editor-styles-wrapper .p--archives-singleSns li.x--icon a {
  background-color: black;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleSns li.fb--icon a {
  background-color: #3667b7;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleSns li.li--icon a {
  background-color: #00b900;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleSns li.co--icon a {
  background-color: #ff8500;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleSns li a {
  text-align: center;
  display: block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  height: 30px;
  width: 80px;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleSns li a img {
  width: 15px;
  vertical-align: bottom;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleSns-share {
  margin: 0;
  text-align: center;
  font-weight: bold;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleSns-share h3 {
  text-align: center;
  letter-spacing: normal;
  font-size: 2.0rem;
  padding: 0;
  margin: 0 0 30px;
  border: none;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleSns-share h3:after {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleSns-share-list {
  text-align: center;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleSns-share li {
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  display: inline-block;
  border: none;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleSns-share li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleSns-share li.tw--icon a {
  background-color: #00a2f9;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleSns-share li.x--icon a {
  background-color: black;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleSns-share li.fb--icon a {
  background-color: #3667b7;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleSns-share li.li--icon a {
  background-color: #00b900;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleSns-share li a {
  text-align: center;
  display: block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  height: 50px;
  width: 130px;
  line-height: 50px;
}

.edit-post-layout .editor-styles-wrapper .p--archives-singleSns-share li a img {
  width: 25px;
  vertical-align: middle;
}

.p--archives-singleNav {
  margin: 50px 0 0;
  display: flex;
  justify-content: space-between;
}

.p--archives-singleNav aside {
  width: 160px;
}

.p--archives-singleNav aside a {
  display: block;
  background-color: #000;
  width: 160px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
}

.p--archives-singleNav aside a:link {
  color: #FFF;
  text-decoration: none;
}

.p--archives-singleNav aside a:visited {
  color: #FFF;
  text-decoration: none;
}

.p--archives-singleNav aside a:hover {
  color: #FFF;
  text-decoration: none;
  opacity: 0.65;
}

.edit-post-layout .editor-styles-wrapper .p--relatioin-title-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.edit-post-layout .editor-styles-wrapper .p--relatioin-title-list a {
  display: flex;
  justify-content: space-between;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.edit-post-layout .editor-styles-wrapper .p--relatioin-title-list a:link {
  color: #000;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .p--relatioin-title-list a:visited {
  color: #000;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .p--relatioin-title-list a:hover {
  color: #000;
  text-decoration: underline;
}

.edit-post-layout .editor-styles-wrapper .p--relatioin-title-list li {
  width: 48.5%;
  margin: 0 1.5% 30px 0;
  padding: 0;
  border: none;
}

.edit-post-layout .editor-styles-wrapper .p--relatioin-title-list li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .p--relatioin-title-list li:nth-child {
  margin: 0 0 30px;
}

.edit-post-layout .editor-styles-wrapper .p--relatioin-title-list figure {
  background-color: #f2f2f2;
  display: table;
  vertical-align: middle;
  width: 40%;
  height: 115px;
  text-align: center;
  position: relative;
}

.edit-post-layout .editor-styles-wrapper .p--relatioin-title-list figure div {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  height: 115px;
}

.edit-post-layout .editor-styles-wrapper .p--relatioin-title-list figure img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.edit-post-layout .editor-styles-wrapper .p--relatioin-title-list span {
  display: block;
  padding: 0 0 0 20px;
  width: 54.5%;
  font-size: 1.5rem;
}

.edit-post-layout .editor-styles-wrapper .p--relatioinLinks-list {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .p--relatioinLinks-list li {
  padding: 0 0 10px;
}

.edit-post-layout .editor-styles-wrapper .p--relatioinLinks-list li:before {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .p--relatioinLinks-list li a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.edit-post-layout .editor-styles-wrapper .p--relatioinLinks-list li a:link {
  text-decoration: none;
  color: #000;
}

.edit-post-layout .editor-styles-wrapper .p--relatioinLinks-list li a:visited {
  text-decoration: none;
  color: #000;
}

.edit-post-layout .editor-styles-wrapper .p--relatioinLinks-list li a:hover {
  text-decoration: none;
  opacity: 0.45;
  color: #000;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .p--news-navKeyword-list {
    display: block;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives__flex {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives__flex .p--archives__boxOne {
    width: 100%;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives__flex .p--archives__boxTwo {
    max-width: initial;
    margin: 0 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives__flex .p--archives__boxTwo .p--archives__contents {
    padding: 2.66667vw 0;
    width: auto;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives__flex .p--archives__boxOne__inner {
    display: block;
    justify-content: space-between;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives__flex .p--archives__box-category {
    left: inherit;
    top: inherit;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives__flex .p--archives__box-category li {
    margin: 0 1.33333vw 1.33333vw 0 !important;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives__flex .p--archives__box-title {
    margin: 0 0 2.66667vw;
    font-size: 3.73333vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives__flex .p--archives__box-text {
    display: none;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives__flex .p--archives__box-date {
    float: none;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives__box-category {
    margin: 0;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives__box-category-list {
    font-size: 2.93333vw;
    line-height: 5.33333vw;
    height: 5.33333vw;
    padding: 0 2.66667vw !important;
    margin: 0 1.33333vw 0 0;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives__box-category li {
    border: none;
    display: inline-block;
    margin: 0 2.66667vw 0 0;
    padding: 0;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives__box-category li:before {
    display: none;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives__box-category a {
    font-size: 2.93333vw;
    height: 5.33333vw;
    padding: 0;
    line-height: 5.33333vw;
    padding: 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives__box-date {
    font-size: 3.2vw;
    display: inline-block;
    line-height: 3.2vw;
    background-size: 3.2vw;
    padding: 0 0 0 4.8vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives__box-meta {
    font-size: 2.93333vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives__box-info {
    top: inherit;
    left: inherit;
    margin: 2.66667vw 0 0;
    font-size: 2.66667vw;
    height: 5.33333vw;
    line-height: 5.33333vw;
    padding: 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives__box-recommendDate {
    font-size: 3.2vw;
    line-height: 3.2vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives__box-title {
    margin: 3.2vw 0 0;
    font-size: 3.2vw;
  }
  .p--archives-mainTitle {
    max-width: initial;
    margin: 0 auto 4vw;
    font-size: 4.26667vw;
    padding: 0 4vw;
  }
  .p--archives-mainTitleSub {
    font-size: 3.33333vw;
    font-weight: normal;
  }
  #ulCommentWidget {
    padding-top: 18.33vw;
    margin-top: -18.33vw;
    margin-bottom: 4vw;
  }
  .p--archives-singleMain {
    margin: 0 auto 2.66667vw;
    padding: 0 5.33333vw;
    position: relative;
  }
  .p--archives-singleMain img {
    width: 100%;
    vertical-align: bottom;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives-singleMeta-wrap {
    margin: 0 0 2.66667vw;
    display: block;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives-singleMeta-wrap .p--archives__box-category {
    width: auto;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives-singleMeta-wrap .p--archives__box-category li {
    margin: 0 1.33333vw 1.33333vw 0 !important;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives-singleMeta .p--archives__box-date {
    margin: 2.66667vw 0 0;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives-singleMeta .p--archives__box-recommendDate {
    margin: 2.66667vw 0 0;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives-singleSns {
    width: auto;
    margin: 0 0 0;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives-singleSns li a {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
    height: 6.66667vw;
    width: 13.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives-singleSns li a img {
    width: 4vw;
    vertical-align: bottom;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives-singleSns-share h3 {
    font-size: 3.33333vw;
    margin: 0 0 4vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives-singleSns-share li a {
    height: 6.66667vw;
    width: 17.33333vw;
    line-height: 6.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--archives-singleSns-share li a img {
    width: 4vw;
    vertical-align: middle;
  }
  .p--archives-singleNav {
    margin: 5.33333vw 0 0;
  }
  .p--archives-singleNav aside {
    width: 20vw;
  }
  .p--archives-singleNav aside a {
    width: 20vw;
    height: 6.66667vw;
    line-height: 6.66667vw;
    font-size: 3.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--relatioin-title-list {
    display: block;
  }
  .edit-post-layout .editor-styles-wrapper .p--relatioin-title-list li {
    width: auto;
    margin: 0 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--relatioin-title-list li:nth-child {
    margin: 0 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--relatioin-title-list figure {
    background-color: #f2f2f2;
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    height: 14.66667vw;
    text-align: center;
  }
  .edit-post-layout .editor-styles-wrapper .p--relatioin-title-list span {
    display: block;
    padding: 0 0 0 2.66667vw;
    width: 64.5%;
    font-size: 3.2vw;
    line-height: 1.25;
  }
  .edit-post-layout .editor-styles-wrapper .p--relatioinLinks-list {
    margin: 0;
  }
  .edit-post-layout .editor-styles-wrapper .p--relatioinLinks-list li {
    padding: 0 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--relatioinLinks-list li a {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
  }
  .edit-post-layout .editor-styles-wrapper .p--relatioinLinks-list li a:link {
    text-decoration: none;
    color: #000;
  }
  .edit-post-layout .editor-styles-wrapper .p--relatioinLinks-list li a:visited {
    text-decoration: none;
    color: #000;
  }
  .edit-post-layout .editor-styles-wrapper .p--relatioinLinks-list li a:hover {
    text-decoration: none;
    opacity: 0.45;
    color: #000;
  }
}

/*
     Post Archives[one column]
--------------------------------------------------------------*/
.p--archives {
  margin: 0 0 50px;
}

.p--archives__boxOne {
  position: relative;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 3px #dddddd;
  display: block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  margin: 0 0 30px;
}

.p--archives__boxOne:link {
  text-decoration: none;
}

.p--archives__boxOne:hover {
  box-shadow: 0px 0px 10px 5px #bbb;
}

.p--archives__boxOne:visited {
  text-decoration: none;
}

.p--archives__boxOne .p--archives__box-category {
  display: inline-block;
}

.p--archives__boxTwo {
  position: relative;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 3px #dddddd;
  display: block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  margin: 0 0 30px;
}

.p--archives__boxTwo:link {
  text-decoration: none;
}

.p--archives__boxTwo:hover {
  box-shadow: 0px 0px 10px 5px #bbb;
}

.p--archives__boxTwo:visited {
  text-decoration: none;
}

.p--archives__boxTwo .p--archives__box-category {
  display: inline-block;
}

.p--archives__boxTwo__inner {
  padding: 20px;
}

.p--archives-newMark {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  right: -20px;
  top: -20px;
  z-index: 10;
}

.p--archives-newMark img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p--archives__boxOne__inner {
  padding: 20px;
}

.p--archives__photo {
  width: 320px;
  height: 230px;
  position: relative;
  background-color: #f2f2f2;
  display: table-cell;
  table-layout: fixed;
  text-align: center;
}

.p--archives__photo div {
  display: table-cell;
  vertical-align: middle;
  width: 320px;
  height: 230px;
}

.p--archives__photo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p--archives__contents {
  width: 380px;
  padding: 0 0 0 20px;
}

.edit-post-layout .editor-styles-wrapper .t--archives-box {
  display: block;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 3px #dddddd;
  display: block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  margin: 0 0 30px;
}

.edit-post-layout .editor-styles-wrapper .t--archives-box:link {
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .t--archives-box:hover {
  box-shadow: 0px 0px 10px 5px #bbb;
}

.edit-post-layout .editor-styles-wrapper .t--archives-box:visited {
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .t--archives-box__inner {
  padding: 20px;
}

.edit-post-layout .editor-styles-wrapper .t--archives-box-images {
  display: block;
  margin: 0 0 15px;
}

.edit-post-layout .editor-styles-wrapper .t--archives-box-images img {
  width: 100%;
  vertical-align: bottom;
}

.edit-post-layout .editor-styles-wrapper .t--archives-box-text {
  font-size: 1.4rem;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p--archives {
    margin: 0 0 5.33333vw;
  }
  .p--archives__boxOne {
    border-radius: 5px;
    margin: 0 0 2.66667vw;
  }
  .p--archives__boxOne .p--archives__box-category {
    display: inline-block;
  }
  .p--archives__boxOne .p--archives__photo {
    width: 86.66667vw;
    height: 62.66667vw;
  }
  .p--archives__boxOne .p--archives__photo div {
    display: table-cell;
    vertical-align: middle;
    width: 86.66667vw;
    height: 62.66667vw;
  }
  .p--archives__boxTwo {
    border-radius: 5px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
    margin: 0 0 2.66667vw;
  }
  .p--archives__boxTwo .p--archives__box-category {
    display: inline-block;
  }
  .p--archives__boxTwo__inner {
    padding: 2.66667vw;
    display: flex;
    justify-content: space-between;
  }
  .p--archives__boxTwo__inner .p--archives__photo {
    width: 40%;
  }
  .p--archives__boxTwo__inner .p--archives__contents {
    width: 56.94% !important;
    padding: 0 !important;
    margin: 0;
  }
  .p--archives-newMark {
    width: 10.66667vw;
    height: 10.66667vw;
    right: -3.33vw;
    top: -3.33vw;
  }
  .p--archives-newMark img {
    width: 100%;
    vertical-align: bottom;
  }
  .p--archives__boxOne__inner {
    padding: 2.66667vw;
  }
  .p--archives__photo {
    width: 34.66667vw;
    height: 24vw;
  }
  .p--archives__photo div {
    display: table-cell;
    vertical-align: middle;
    width: 34.66667vw;
    height: 24vw;
  }
  .p--archives__contents {
    width: auto;
    padding: 0;
    margin: 2.66667vw 0 0;
  }
  .edit-post-layout .editor-styles-wrapper .t--archives-box {
    border-radius: 1.33333vw;
    margin: 0 0 4vw;
  }
  .edit-post-layout .editor-styles-wrapper .t--archives-box__inner {
    padding: 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .t--archives-box-images {
    margin: 0 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .t--archives-box-text {
    font-size: 3.33333vw;
    margin: 0;
    line-height: 1.5;
  }
}

/*
     Each setting
--------------------------------------------------------------*/
.edit-post-layout .column .editor-styles-wrapper .p--archives__box-category li {
  background-color: #FFF;
  border: 2px solid #000;
  color: #000;
}

.edit-post-layout .column .editor-styles-wrapper .p--archives-singleMeta .p--archives__box-category li {
  border: none;
}

.edit-post-layout .column .editor-styles-wrapper .p--archives-singleMeta .p--archives__box-category li a {
  background-color: #FFF;
  border: 2px solid #000;
  color: #000;
}

.edit-post-layout .feature .editor-styles-wrapper .p--archives__box-category li {
  background-color: #FFF;
  border: 2px solid #000;
  color: #000;
}

.edit-post-layout .feature .editor-styles-wrapper .p--archives-singleMeta .p--archives__box-category li {
  border: none;
}

.edit-post-layout .feature .editor-styles-wrapper .p--archives-singleMeta .p--archives__box-category li a {
  background-color: #FFF;
  border: 2px solid #000;
  color: #000;
}

.edit-post-layout .dramaguide .editor-styles-wrapper .p--archivesWrap {
  background-color: #FFF;
  box-shadow: 0px 0px 6px 3px #dddddd;
  border-radius: 10px;
}

.edit-post-layout .dramaguide .editor-styles-wrapper .p--archivesWrap__inner {
  padding: 30px;
}

.edit-post-layout .dramaguide .editor-styles-wrapper .p--archives-singleMeta .p--archives__box-category li {
  border: none;
}

.edit-post-layout .dramaguide .editor-styles-wrapper .p--archives-singleMeta .p--archives__box-category li a {
  background-color: #FFF;
  border: 2px solid #000;
  color: #000;
}

.p--tvranking-catch {
  margin: 0 0 20px;
  padding: 10px 20px;
  background-color: #0153a5;
  display: inline-block;
  font-size: 1.8rem;
  color: #FFF;
  font-weight: bold;
  line-height: 1.5;
}

.edit-post-layout .editor-styles-wrapper .p--tvranking-sponsor {
  background-color: #F5F5F5;
  padding: 20px;
  margin: 0 0 50px;
}

.edit-post-layout .editor-styles-wrapper .p--tvranking-sponsor h5 {
  margin: 0 0 15px;
}

.edit-post-layout .editor-styles-wrapper .p--tvranking-sponsor ul {
  margin: 0;
}

.edit-post-layout .editor-styles-wrapper .p--tvranking-sponsor-info {
  padding: 30px 0;
  border-bottom: 1px solid #f2f1ed;
  border-top: 1px solid #f2f1ed;
}

.edit-post-layout .editor-styles-wrapper .p--tvranking-sponsor-info figure {
  width: 160px;
  float: right;
}

.edit-post-layout .editor-styles-wrapper .p--tvranking-sponsor-info figure img {
  width: 100%;
  vertical-align: bottom;
}

.edit-post-layout .editor-styles-wrapper .p--tvranking-sponsor-info p {
  font-size: 1.4rem;
  margin: 0 0 10px;
  text-align: right;
}

.edit-post-layout .editor-styles-wrapper .p--tvranking-coution {
  color: #666;
  font-size: 1.4rem;
  margin: 0;
  text-align: right;
}

.edit-post-layout .editor-styles-wrapper .p--tvranking-cateTitle {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  margin: 0 0 10px;
  color: #000;
}

.edit-post-layout .editor-styles-wrapper .p--tvranking-title {
  margin: 0 0 15px;
  font-size: 1.6rem;
  color: #e71a41;
  border: none;
  margin: 0 0 15px;
}

.edit-post-layout .editor-styles-wrapper .p--tvranking-title:after {
  display: none;
}

.edit-post-layout .editor-styles-wrapper .p--tvranking-meta {
  display: flex;
}

.edit-post-layout .editor-styles-wrapper .p--tvranking-metaImages {
  width: 30%;
}

.edit-post-layout .editor-styles-wrapper .p--tvranking-metaImages img {
  width: 100%;
  vertical-align: bottom;
}

.edit-post-layout .editor-styles-wrapper .p--tvranking-meta__content {
  width: 65%;
  padding: 0 0 0 4.64%;
}

.edit-post-layout .editor-styles-wrapper .p--tvranking-metaText {
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .column .editor-styles-wrapper .p--archives__box-category li {
    background-color: #FFF;
    border: 2px solid #000;
    color: #000;
  }
  .edit-post-layout .column .editor-styles-wrapper .p--archives-singleMeta .p--archives__box-category li {
    border: none;
  }
  .edit-post-layout .column .editor-styles-wrapper .p--archives-singleMeta .p--archives__box-category li a {
    background-color: #FFF;
    border: 2px solid #000;
    color: #000;
  }
  .edit-post-layout .feature .editor-styles-wrapper .p--archives__box-category li {
    background-color: #FFF;
    border: 2px solid #000;
    color: #000;
  }
  .edit-post-layout .feature .editor-styles-wrapper .p--archives-singleMeta .p--archives__box-category li {
    border: none;
  }
  .edit-post-layout .feature .editor-styles-wrapper .p--archives-singleMeta .p--archives__box-category li a {
    background-color: #FFF;
    border: 2px solid #000;
    color: #000;
  }
  .edit-post-layout .dramaguide .editor-styles-wrapper .p--archivesWrap {
    background-color: #FFF;
    box-shadow: 0px 0px 6px 3px #dddddd;
    border-radius: 10px;
  }
  .edit-post-layout .dramaguide .editor-styles-wrapper .p--archivesWrap__inner {
    padding: 30px;
  }
  .edit-post-layout .dramaguide .editor-styles-wrapper .p--archives-singleMeta .p--archives__box-category li {
    border: none;
  }
  .edit-post-layout .dramaguide .editor-styles-wrapper .p--archives-singleMeta .p--archives__box-category li a {
    background-color: #FFF;
    border: 2px solid #000;
    color: #000;
  }
  .p--tvranking-catch {
    margin: 0 0 2.66667vw;
    padding: 1.33333vw 2.66667vw;
    font-size: 3.33333vw;
  }
  .edit-post-layout .tvranking .editor-styles-wrapper .p--archives__boxTwo__inner {
    display: block;
  }
  .edit-post-layout .editor-styles-wrapper .p--tvranking-sponsor {
    padding: 2.66667vw;
    margin: 0 0 5.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--tvranking-sponsor h5 {
    margin: 0 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--tvranking-sponsor-info {
    padding: 4vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .p--tvranking-sponsor-info figure {
    width: 24vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--tvranking-sponsor-info p {
    font-size: 3.33333vw;
    margin: 0 0 1.33333vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--tvranking-coution {
    font-size: 3.33333vw;
    text-align: left;
  }
  .edit-post-layout .editor-styles-wrapper .p--tvranking-cateTitle {
    font-size: 3.73333vw;
    margin: 0 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--tvranking-title {
    margin: 0 0 2.66667vw;
    font-size: 3.33333vw;
    margin: 0 0 2.66667vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--tvranking-metaText {
    font-size: 3.33333vw;
    line-height: 1.5;
  }
}

/**
 # Objects -  utility -
 */
/*--------------------------------------------------------------
    # _utility.scss
--------------------------------------------------------------*/
.u-radius5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.u-radiusC {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*--------------------------------------------------------------
    # _utility.scss
--------------------------------------------------------------*/
.sa {
  opacity: 0;
  transition: all .9s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(0.95);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

/*# sourceMappingURL=style.css.map */

.slide > li:not(:first-child){  display: none;}

@media screen and (max-width: 768px) {
	#ulCommentWidget{
		height:auto;
	}
}
article iframe[src*="youtube.com"]{
	display: block;
  margin: 0 auto;
	max-width: 100%;
	height: auto;
  aspect-ratio: 16/9;
}

.hidden_text{
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap; /* 長いテキストでも改行されないように */

}

#taboola-alternating-thumbnails-a{
  height: auto;
  min-height: 650px;
}
.edit-post-visual-editor {
  background-color: white;
}