@charset "UTF-8";
@import url("https://use.typekit.net/not7hxu.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/* ---------------------------------------------------------
# reset
---------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

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

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
  text-decoration: none;
  vertical-align: baseline; }

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

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top; }

img, picture, video, canvas, svg {
  display: block; }

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

button {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center; }

input, select {
  box-sizing: border-box;
  vertical-align: middle;
  border: 0; }

.has-fade {
  visibility: hidden; }

@keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0; }
  1% {
    visibility: visible;
    opacity: 0; }
  to {
    visibility: visible;
    opacity: 1; } }
.fade-in {
  animation: fade-in 200ms ease-in-out forwards; }

@keyframes fade-out {
  from {
    visibility: visible;
    opacity: 1; }
  99% {
    visibility: visible;
    opacity: 0; }
  to {
    visibility: hidden;
    opacity: 0; } }
.fade-out {
  animation: fade-out 200ms ease-in-out forwards; }

@keyframes rolloverani {
  0% {
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
html {
  min-height: 100%;
  font-size: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth; }

*, *::before, *::after {
  box-sizing: inherit; }

a, a:active, a:link, a:visited {
  color: inherit; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  letter-spacing: -0.02em;
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif; }
  body.noscroll {
    overflow: hidden; }

.wrap {
  width: 100%;
  overflow: hidden;
  z-index: 1; }

header {
  position: relative;
  width: 100%;
  min-height: 49px;
  border-bottom: 1px solid #E1E1E1;
  background-color: #FAFAFA; }

.logo {
  position: relative;
  display: inline-block;
  width: 164px;
  height: 28px;
  text-indent: -9999px;
  background-image: url("../images/logo_moviecafe.svg");
  background-repeat: no-repeat;
  background-position: bottom left; }

.GNB {
  position: relative;
  width: 100%;
  padding: 22px 0 14px;
  border-bottom: 1px solid #E1E1E1;
  background-color: #FFFFFF; }
  .GNB h1 {
    position: relative;
    font-size: 32px;
    font-weight: 900;
    color: #333333; }
    .GNB h1 .logo {
      width: 164px;
      transform: translateY(4px); }
    .GNB h1 > small {
      font-size: 14px;
      font-weight: 700;
      color: #555555;
      margin-left: 8px; }

.logo-sns-area {
  width: 100%;
  max-width: 1035px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .logo-sns-area h1 {
    font-size: 32px;
    font-weight: 900;
    line-height: 32px; }

.menu-area {
  width: 100%;
  height: 60px;
  max-width: 1035px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.menu {
  position: relative;
  display: flex;
  align-items: center; }
  .menu > li {
    line-height: 60px;
    margin-bottom: -1px; }
    .menu > li > a {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-left: 20px;
      padding-right: 20px;
      line-height: 60px;
      height: 60px;
      font-size: 18px;
      font-weight: 700;
      color: #333333; }
      .menu > li > a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        opacity: 0;
        background-color: #FF5959;
        transition: all 0.3s ease-in-out; }
      .menu > li > a:hover::after {
        height: 4px;
        opacity: 1; }
      .menu > li > a.active::after {
        height: 4px;
        opacity: 1; }
  .menu.sp-header-menu {
    flex-direction: column; }
    .menu.sp-header-menu > li {
      width: 100%;
      line-height: 42px;
      margin-bottom: 0;
      border-bottom: 1px solid #E1E1E1; }
      .menu.sp-header-menu > li > a {
        width: 100%;
        line-height: 42px;
        height: 42px;
        font-size: 14px; }
        .menu.sp-header-menu > li > a:hover::after {
          height: 2px;
          opacity: 1; }
        .menu.sp-header-menu > li > a.active::after {
          height: 2px;
          opacity: 1; }

.search-area {
  position: relative;
  width: 240px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background-color: #FFFFFF;
  overflow: hidden; }
  .search-area input {
    line-height: 36px;
    padding-left: 16px; }
    .search-area input:focus {
      border: 0;
      outline: 0; }
  .search-area .input-search {
    width: calc(100% - 36px); }
  .search-area .icon-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    padding: 0 10px 0 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out; }
    .search-area .icon-btn:hover {
      transform: scale(1.2); }

/* SP header */
.sp-header {
  position: relative;
  width: 100%;
  display: none; }

.logo-menushowbtn {
  position: relative;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000; }
  .logo-menushowbtn h1 {
    font-size: 24px;
    font-weight: 900;
    color: #333333; }
    .logo-menushowbtn h1 .logo {
      width: 156px;
      height: 24px;
      transform: translateY(8px); }
  .logo-menushowbtn.fixed {
    position: fixed;
    top: 0;
    left: 0; }

/* ハンバーガーボタンのスタイル */
.hamburger {
  width: 22px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1000; }
  .hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: black;
    transition: 0.4s; }
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(6px) translateX(4px); }
  .hamburger.active span:nth-child(2) {
    opacity: 0; }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-6px) translateX(4px); }

.sp-menu-area {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  transition: top 0.5s ease;
  z-index: 999;
  background-color: #FAFAFA;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); }
  .sp-menu-area.active {
    top: 48px; }
  .sp-menu-area .search-area {
    width: 100%;
    max-width: 280px;
    margin: 20px auto; }
  .sp-menu-area .sp-header-sns {
    position: relative;
    margin: 20px 20px;
    text-align: center; }
    .sp-menu-area .sp-header-sns a {
      display: inline-block;
      margin: 0 12px; }

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

.container {
  position: relative; }
  .container .content {
    width: 100%;
    max-width: 1064px;
    margin: 0 auto; }

.breadcumbArea {
  margin-top: 6px; }

.breadcumb {
  position: relative;
  width: 100%;
  max-width: 1035px;
  height: 32px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 26px; }
  .breadcumb > a {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    color: #999999; }
    .breadcumb > a::after {
      content: "";
      opacity: 0.4;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 50%;
      right: -23px;
      transform: translateY(-9px);
      background-image: url("../images/icon/chevron_right_18dp_999999.svg");
      background-position: center;
      background-repeat: no-repeat; }
    .breadcumb > a:last-child::after {
      display: none; }

.top-btn {
  cursor: pointer;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 42px;
  height: 42px;
  background-color: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  opacity: 0;
  transition: all 1s ease; }
  .top-btn.show {
    opacity: 1;
    bottom: 20px; }

footer {
  position: relative;
  padding: 60px 0;
  text-align: center;
  background-color: #555555; }
  footer .footer-nav {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    footer .footer-nav > li {
      padding: 4px 10px; }
      footer .footer-nav > li a {
        display: block;
        font-size: 14px;
        line-height: 1em;
        color: #FAFAFA; }
  footer .footer-text {
    font-size: 11px;
    color: #999999;
    text-align: center; }

.line_spacing_Default {
  margin-top: 70px;
  margin-bottom: 32px; }

.line_spacing_Small {
  margin-top: 40px; }

.line_spacing_xSmall {
  margin-top: 16px; }

.line_404 {
  border-bottom: 4px solid #555555;
  padding-bottom: 70px; }

.fill-opacity-30 {
  opacity: 0.3; }

.fill-opacity-50 {
  opacity: 0.5; }

.r18-text-color {
  color: #FF5959; }

.title-24 {
  font-size: 24px;
  font-weight: 700; }
  .title-24 > small {
    font-size: 0.7em;
    color: #555555; }

.title-18 {
  font-size: 18px;
  font-weight: 700; }

.dp_inline {
  display: inline; }

.wp-block-embed {
  margin-top: 1.4em;
  margin-bottom: 1.4em; }

* + .autors-widget {
  margin-top: 1.4em; }

.note {
  color: #999;
  font-weight: normal;
  font-size: 14px; }

/* Form */
/* フォーム要素の基本スタイル */
.form-area {
  display: flex;
  justify-content: center;
  align-items: center;
  /* ボタンのスタイル */
  /* チェックボックスとラジオボタン */ }
  .form-area input[type="text"],
  .form-area input[type="email"],
  .form-area input[type="password"],
  .form-area textarea,
  .form-area select {
    width: 100%;
    max-width: 420px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 8px;
    box-sizing: border-box; }
  .form-area input:focus,
  .form-area textarea:focus,
  .form-area select:focus {
    outline: none;
    box-shadow: 0 0 10px 0 #FF5959; }
  .form-area label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    color: #333; }
  .form-area button[type="submit"] {
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s ease-in-out; }
    .form-area button[type="submit"]:hover {
      transform: translateY(-2px);
      filter: brightness(1.2); }
  .form-area input[type="checkbox"],
  .form-area input[type="radio"] {
    margin-right: 10px; }
  .form-area .input-size-small {
    font-size: 12px;
    line-height: 32px; }
  .form-area .input-size-normal {
    font-size: 16px;
    line-height: 42px; }
  .form-area .input-size-big {
    font-size: 24px;
    line-height: 52px; }

/* Button type */
.btn-more {
  display: inline-block;
  font-size: 12px !important;
  font-weight: normal;
  color: #999999 !important;
  margin-left: 16px;
  padding-right: 12px; }
  .btn-more::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("../images/icon/chevron_right_18dp_999999.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 4px; }

.btn-area {
  position: relative; }
  .btn-area-ailgn-center {
    text-align: center; }

.btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  padding: 8px 20px;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  vertical-align: baseline;
  margin-left: 8px; }
  .btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.1); }
  .btn-big {
    font-size: 18px;
    font-weight: 900;
    padding-top: 12px;
    padding-bottom: 12px; }
  .btn-full {
    width: 100%;
    text-align: center; }
  .btn-lr30 {
    padding: 16px 30px; }
  .btn-font-weight {
    font-weight: 900; }
  .btn-color-r18 {
    background-color: #FF5959;
    color: #FAFAFA !important; }
  .btn-color-normal {
    background-color: #4684E9;
    color: #FAFAFA !important; }
  .btn > span {
    display: inline-block;
    margin-right: 6px;
    transform: translateY(2px);
    font-size: 1em; }
  .btn:first-child {
    margin-left: 0; }

.wp-block-button .wp-block-button__link {
  color: #fff !important; }

.back-link {
  width: 68px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }
  .back-link:hover {
    transform: translateY(-2px); }

.icon-text-link {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.2s ease-in-out; }
  .icon-text-link span {
    display: inline-block; }
  .icon-text-link:hover {
    transform: translateY(-2px); }

.big-font {
  font-size: 24px;
  font-weight: 900; }

.text-align-center {
  text-align: center !important; }

.text-align-left {
  text-align: left !important; }

.min-height-full {
  min-height: calc(100vh - 175px);
  padding-bottom: 70px;
  padding-top: 70px; }

.flex-item-align-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.margin-left-small {
  margin-left: 4px; }

.margin-right-small {
  margin-right: 4px; }

.margin-left-default {
  margin-left: 8px; }

.margin-right-default {
  margin-right: 8px; }

/* modal */
.mask {
  position: fixed;
  display: flex;
  opacity: 0;
  visibility: hidden;
  /* 最初は非表示 */
  transition: opacity 0.3s ease, visibility 0.3s ease;
  /* フェードインさせる */
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000; }
  .mask.show {
    opacity: 1;
    visibility: visible;
    /* 表示する */ }

.modal {
  position: relative;
  width: 100%;
  max-width: 650px;
  padding: 32px;
  text-align: center;
  background-color: #222222;
  border: 8px solid #FF5959;
  border-radius: 34px;
  box-shadow: 6px 6px 30px 10px rgba(0, 0, 0, 0.8);
  transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
  /* 最初は非表示 */
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  /* フェードインさせる */ }
  .modal-title {
    font-size: 24px;
    font-weight: 700; }
  .modal-text {
    font-size: 16px; }
  .modal.show {
    opacity: 1;
    visibility: visible;
    /* 表示する */
    transform: translateY(0); }

.dropdown {
  position: absolute;
  top: 4px;
  right: 0;
  text-align: right;
  z-index: 999; }
  .dropdown .dropdown-btn {
    display: inline-block;
    min-width: 70px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1em;
    font-weight: 700;
    text-align: left;
    justify-content: space-between;
    padding: 8px 36px 6px 10px;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center right 6px; }
  .dropdown .dropdown-content {
    display: none;
    min-width: 70px;
    padding: 0;
    overflow: hidden;
    border-radius: 8px;
    font-size: 12px;
    text-align: left;
    margin-top: 4px; }
    .dropdown .dropdown-content a {
      display: block;
      padding: 8px 10px 6px 10px; }
      .dropdown .dropdown-content a:last-child {
        border-bottom: 0; }

.show-sp {
  display: none !important; }

.img-inline {
  display: inline !important; }

.external-link-btn {
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  font-size: 18px;
  font-weight: 700;
  background-color: #E1E1E1;
  padding: 18px 20px;
  border-radius: 42px;
  transition: all 0.2s ease-in-out; }
  .external-link-btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2); }

.layout-2col {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 332px;
  grid-column-gap: 32px;
  transition: all 0.3s ease-in-out; }
  .layout-2col > div:first-child {
    overflow: hidden; }

.page-side-content {
  position: relative;
  padding: 16px;
  background-color: #EFEFEF; }

.prev-next-btn-area {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .prev-next-btn-area > div {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 2px; }

.slider {
  width: 100%;
  position: relative; }
  .slider button.prev, .slider button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 4px;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #E1E1E1;
    cursor: pointer;
    z-index: 1; }
  .slider button.prev {
    left: 10px; }
  .slider button.next {
    right: 10px; }

.slides {
  display: flex;
  transition: transform 0.5s ease; }

.slide {
  flex-shrink: 0;
  overflow: hidden; }
  .slide img {
    width: 100%;
    height: auto; }

#slider01 {
  overflow: visible; }
  #slider01 button.prev, #slider01 button.next {
    top: -36px;
    transform: translateY(0);
    padding: unset;
    font-size: 4px;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center; }
  #slider01 button.prev {
    right: 30px;
    left: unset; }
  #slider01 button.next {
    right: 0; }
  #slider01 .slide {
    width: 100%; }

#slider02, #slider04 {
  overflow: visible; }
#slider02 button.prev, #slider02 button.next,
#slider04 button.prev, #slider04 button.next {
  top: -36px;
  transform: translateY(0);
  padding: unset;
  font-size: 4px;
  width: 22px;
  height: 22px; }
#slider02 button.prev,
#slider04 button.prev {
  right: 30px;
  left: unset; }
#slider02 button.next,
#slider04 button.next {
  right: 0; }
#slider02 .slides .slide,
#slider04 .slides .slide {
  width: 34%;
  padding-right: 16px; }

#slider03 button.prev {
  left: -14px; }
#slider03 button.next {
  right: 16px; }
#slider03 .slides .slide {
  width: 30%;
  padding-right: 30px; }

#slider04 .ranking-thumb {
  position: relative; }
#slider04 .rank-number {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 8px;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  line-height:1; }
#slider04 .rank-1 {
  background-color: #FFD700;
  color: #000; }
#slider04 .rank-2 {
  background-color: #C0C0C0;
  color: #000; }
#slider04 .rank-3 {
  background-color: #CD7F32;
  color: #fff; }
#slider04 .rank-default {
  background-color: #999;
  color: #fff; }
#slider04 .post-views {
  font-size: 12px;
  color: #999;
  margin-top: 2px;
  margin-bottom: -2px; }

.ad-slide {
  aspect-ratio: 16 / 9;
 }
.ad-slide a {
  position: relative;
  z-index: 80;
  transition: 0.5s;
}
 .ad-slide a::before {
   position: absolute;
   top: 0;
   right: 0;
   padding: 4px 12px;
   background-color: rgba(0, 0, 0, 0.7);
   color: #fff;
   font-size: 20px;
   font-weight: bold;
   content: 'PR';
 }
 .ad-slide a:hover {
   opacity: 0.8;
 }

.ad-container {
  text-align:center; }
.page-side-content > .ad-container {
  margin-bottom:32px; }
.page-side-content > * + .ad-container {
  margin-top: 32px;
  margin-bottom:0; }

.overflow-hidden-area {
  overflow: hidden;
  padding: 30px 0 30px 30px;
  background-color: #EFEFEF; }

.Feature-Article {
  position: relative; }

.flag-title {
  position: absolute;
  top: -18px;
  left: -12px;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 4px 16px;
  background-color: #FF5959;
  z-index: 100; }

.post-cat {
  font-size: 11px;
  color: #999999;
  font-weight: 500; }
  .post-cat > span {
    position: relative;
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px; }
    .post-cat > span::after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      width: 1px;
      height: 8px;
      transform: translateY(-50%);
      background-color: #999999;
      opacity: 0.5; }
    .post-cat > span:last-child {
      padding-right: 0;
      margin-right: 0; }
      .post-cat > span:last-child::after {
        display: none; }

.post-date {
  font-size: 11px;
  color: #999999; }

.post-content > .post-thumbnail {
  margin-bottom: 1.4em; }
  .post-content > .post-thumbnail img {
    width: 100%;
    height: auto; }
.post-content > p {
  line-height: 1.6;
  margin-bottom: 1.4em; }

.comingsoon-m-tab {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #EFEFEF;
  margin-top: 8px; }
  .comingsoon-m-tab > li > a {
    display: block;
    padding: 4px 4px 2px 12px;
    font-size: 18px;
    font-weight: 700;
    text-align: right; }
    .comingsoon-m-tab > li > a small {
      font-size: 0.6em; }
    .comingsoon-m-tab > li > a:hover {
      background-color: #FF5959;
      color: #FFFFFF; }
    .comingsoon-m-tab > li > a.active {
      background-color: #FF5959;
      color: #FFFFFF; }

.month-group {
  display: none; }

.month-group.active {
  display: unset; }

.youtube-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 の比率 */
  overflow: hidden; }

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.pagination-btn-area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  margin-top: 32px; }
  .pagination-btn-area span {
    display: inline-block;
    min-width: 26px;
    height: 26px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #4684E9;
    border-radius: 13px;
    color: #FFFFFF; }
    .pagination-btn-area span.dots {
      background-color: unset;
      color: unset; }
  .pagination-btn-area a {
    display: inline-block;
    min-width: 26px;
    height: 26px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 13px; }
    .pagination-btn-area a:hover {
      background-color: #E1E1E1; }

.wp-block-button__link {
  padding: 8px 16px !important;
  margin-bottom: 18px !important; }
  .wp-block-button__link:visited {
    color: #FFFFFF !important; }

.img-title-card {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer; }
  .img-title-card-img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .img-title-card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #E1E1E1;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 20px; }
  .img-title-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 solid #FF5959;
    opacity: 0;
    transition: all 0.2s ease-in-out; }
  .img-title-card:hover::after {
    opacity: 1;
    border: 10px solid #FF5959; }

.img-title-card-type02 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }
  .img-title-card-type02:hover {
    transform: translateY(-4px); }
  .img-title-card-type02 > .img-title img {
    width: 100%;
    height: auto; }
  .img-title-card-type02 > .img-title .cat {
    font-size: 11px;
    color: #999999;
    font-weight: 500;
    margin-top: 8px; }
    .img-title-card-type02 > .img-title .cat > span {
      position: relative;
      display: inline-block;
      padding-right: 8px;
      margin-right: 8px; }
      .img-title-card-type02 > .img-title .cat > span::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 1px;
        height: 8px;
        transform: translateY(-50%);
        background-color: #999999;
        opacity: 0.5; }
      .img-title-card-type02 > .img-title .cat > span:last-child {
        padding-right: 0;
        margin-right: 0; }
        .img-title-card-type02 > .img-title .cat > span:last-child::after {
          display: none; }
  .img-title-card-type02 > .img-title .title {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    margin-top: 8px; }
  .img-title-card-type02 > .date {
    font-size: 11px;
    color: #999999;
    margin-top: 8px; }

.thumbnail-list-type-01 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 3%;
  grid-row-gap: 24px; }

.img-title-date-side-card {
  position: relative;
  display: flex;
  column-gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-top: 12px; }
  .img-title-date-side-card:first-child {
    margin-top: 16px; }
  .img-title-date-side-card:hover {
    transform: scale(1.03); }
  .img-title-date-side-card > .title-date {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .img-title-date-side-card > .title-date .title {
      font-size: 14px;
      font-weight: 700;
      color: #333333; }
    .img-title-date-side-card > .title-date .date {
      font-size: 11px;
      color: #999999; }
  .img-title-date-side-card > .img img {
    width: 128px;
    height: auto; }

.img-title-phara-date-card {
  position: relative;
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-top: 24px; }
  .img-title-phara-date-card:first-child {
    margin-top: 0; }
  .img-title-phara-date-card:hover {
    transform: translateY(-4px); }
  .img-title-phara-date-card > .title-date {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .img-title-phara-date-card > .title-date .title {
      font-size: 18px;
      font-weight: 900;
      color: #333333; }
    .img-title-phara-date-card > .title-date .phara {
      font-size: 14px;
      font-weight: 500;
      color: #555555; }
    .img-title-phara-date-card > .title-date .date {
      font-size: 11px;
      color: #999999; }
  .img-title-phara-date-card > .img img {
    width: 224px;
    height: auto; }

@media (max-width: 1199px) {
  .padding-l-r-20 {
    padding-left: 20px;
    padding-right: 20px; }

  .search-area {
    margin-right: 20px; } }
@media (max-width: 819px) {
  .pc-header {
    display: none; }

  .sp-header {
    display: unset; }

  .layout-2col {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 40px; }
    .layout-2col > div {
      max-width: 100lvw;
      overflow: hidden; }

  .img-title-phara-date-card {
    flex-direction: column;
    margin-top: 32px; }
    .img-title-phara-date-card > .title-date {
      margin-top: 12px; }
    .img-title-phara-date-card > .img img {
      width: 100%; }

   .padding-l-r-20 {
     margin-top: 40px; }
}

@media (max-width: 639px) {
  .show-sp {
    display: block !important; }

  #slider02 .slides .slide {
    padding-right: 12px; }

  #slider03 button.prev {
    left: -16px; }
  #slider03 button.next {
    right: 0; }
  #slider03 .slides .slide {
    width: 42%;
    padding-right: 16px; }

  .overflow-hidden-area {
    padding: 30px 0 16px 16px; }

  .flag-title {
    left: 0; }

  .thumbnail-list-type-01 {
    grid-template-columns: repeat(2, 1fr); }

   .page-side-content > .ad-container {
     display: none; }

}
