@charset "utf-8";
/*
Theme Name: 映画『ChaO』公式サイト
Theme URI: 
Description: 映画『ChaO』用のテーマです
Author: ©SCHNEID
Version: 1
------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Montserrat:wght@700&display=swap');
.en, .Montserrat {
 font-family: "Montserrat", "Arial", "Helvetica", "sans-serif";
 font-optical-sizing: auto;
 font-weight: 700;
 font-style: normal;
 letter-spacing: normal;
}
/*------------------------------------------------------------
	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, dialog, figure, footer, header, nav, section, time, mark, audio, video {
 font-size: 1em;
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
 display: block;
}
html {
 font-size: 62.5%;
}
body {
 -webkit-text-size-adjust: 100%;
}
body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6, p {
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 margin: 0;
 padding: 0;
}
h1, h2, h3, h4, h5, h6 {
 font-weight: 500;
}
input, textarea, select {
 font-size: 16px;
 line-height: 1.1;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
:focus {
 outline: 0;
}
ins {
 text-decoration: none;
}
del {
 text-decoration: line-through;
}
.iframe {
 vertical-align: top;
}
hr {
 height: 0;
 margin: 0;
 padding: 0;
 border: 0;
}
a {
 color: inherit;
 text-decoration: none;
 -webkit-transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
 transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
 cursor: pointer;
}
a:hover {
 cursor: pointer;
 -webkit-transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
 transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
 opacity: .7;
}
img, webp {
 display: block;
 max-width: 100%;
 width: auto;
 height: unset;
 vertical-align: bottom;
 -webkit-backface-visibility: hidden;
 user-drag: none; /* ドラッグ禁止 */
 user-select: none; /* 選択禁止 */
 -webkit-user-drag: none; /* Webkitブラウザ（ChromeやSafari）向け */
 -webkit-user-select: none;
 -moz-user-select: none; /* Firefox向け */
 -ms-user-select: none; /* IE向け */
 /* pointer-events: none; 右クリックや長押し禁止 リンク不可 */
}
figure img {
 pointer-events: none;
}
input, button, textarea, select {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
button {
 background-color: transparent;
 border: none;
 cursor: pointer;
 outline: none;
 padding: 0;
 appearance: none;
}
.guard {
 pointer-events: none;
 cursor: default;
}
.clear {
 clear: both;
 display: block;
 height: 0;
 overflow: hidden;
 visibility: hidden;
 width: 0;
}
.clearfix:after {
 clear: both;
 content: " ";
 display: block;
 font-size: 0;
 height: 0;
 line-height: 0;
 visibility: hidden;
 width: 0;
}
.fadein {
 opacity: 0;
 transform: translate(0, 40px);
 transition: all 1000ms;
}
.fadein.scrollin {
 opacity: 1;
 transform: translate(0, 0);
}
/* Loading横から色切り替え　*/
.loading {
 /*fixedで全面に固定*/
 position: fixed;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
 height: 100%;
 z-index: 9999;
 background: #fff;
 overflow-y: hidden;
}
#loading-image {
 width: 100px;
 height: 100px;
}
.rotate {
 animation: rotate 1s linear infinite; /* 回転アニメーション */
}
@keyframes rotate {
 0% {
  transform: rotate(0deg);
 }
 100% {
  transform: rotate(360deg);
 }
}
/*------------------------------------------------------------
	contents layout
------------------------------------------------------------*/
/* 共通設定 */ :root {
 --text-color: #333;
 --link-color: #00afdd;
 --bg-color: #86cde3;
 --red: #fe8784;
 --wp--preset--font-size--small: .9em;
}
body, html {
 width: 100%;
 height: 100%;
}
/* support iOS */
html {
 height: -webkit-fill-available;
}
body {
 font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
 font-size: 1.6rem;
 line-height: 1.9em;
 color: #333;
 font-weight: 500;
 background-color: #fff;
 font-style: inherit;
 font-weight: inherit;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
 text-rendering: geometricPrecision;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 -webkit-tap-highlight-color: transparent;
 overflow-x: hidden;
 -webkit-overflow-scrolling: touch;
 min-height: -webkit-fill-available;
}
b, strong, .bold {
 font-weight: 700;
}
.flex {
 display: -webkit-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-box-lines: multiple;
 -moz-box-lines: multiple;
 box-sizing: border-box;
}
.t_flex {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
 flex-direction: row;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.wrap {
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
#container {
 width: 100%;
 max-width: 1920px;
 background-color: var(--bg-color);
 padding: 0;
 margin: 0 auto;
 position: relative;
 -webkit-animation: fadeIn 1s ease 0s 1 normal;
 animation: fadeIn 1s ease 0s 1 normal;
 -webkit-animation-delay: .5s;
 animation-delay: .5s;
 background-size: 100% auto;
 min-height: 100%;
}
#container::after {
 content: "";
 background: url("common/images/wave-white.svg") no-repeat center bottom;
 background-size: 102% auto;
 top: 0;
 left: 0;
 width: 100%;
 max-height: 280px;
 display: block;
 position: absolute;
}
@media screen and (min-width : 1241px) {
 #container::after {
  aspect-ratio: 18 / 3;
  max-height: 240px;
 }
}
@media screen and (max-width : 1240px) {
 #container::after {
  aspect-ratio: 18 / 3;
  max-height: 190px;
 }
}
@media screen and (max-width : 812px) {
 #container::after {
  aspect-ratio: 18 / 5;
  max-height: 160px;
 }
}
@keyframes fadeIn {
 0% {
  opacity: 0
 }
 100% {
  opacity: 1
 }
}
@-webkit-keyframes fadeIn {
 0% {
  opacity: 0
 }
 100% {
  opacity: 1
 }
}
.contents {
 margin: 0 auto;
 width: 90%;
 max-width: 1200px;
 font-weight: 500;
 padding: 100px 0 80px;
}
.bg_white {
 background-color: rgba(255, 255, 255, 0.7);
}
.title {
 text-align: center;
 margin: 0 auto 1em;
 font-weight: 700;
}
.title .jp {
 display: block;
 font-size: 32px;
 line-height: 1.6em;
 margin-top: .5em;
}
.contents .article {
 max-width: 860px;
 margin: auto;
}
.newsRelease {
 margin-top: 8rem;
}
.newsRelease-title {
 width: 20%;
 padding: 0 40px 0 0;
}
.newsRelease-article {
 width: 80%;
}
.newsRelease-article a:hover {
 color: var(--bg-color);
}
.article-list-item {
 border-top: 1px solid #ddd;
}
.article-list-item:last-child {
 border-bottom: 1px solid #ddd;
}
.article-list-item a {
 display: block;
 -webkit-transition: 0.2s cubic-bezier(0.18, 0.06, 0.23, 1);
 transition: 0.2s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.article-list-item dl {
 padding: 2rem 0;
 display: table;
 width: 100%;
}
.article-list-item dl dt {
 display: table-cell;
 width: 120px;
 vertical-align: top;
 white-space: nowrap;
}
.article-list-item dl dt.en {
 padding-top: 1px;
 color: #bbb;
}
.article-list-item dl dd {
 display: table-cell;
 width: -webkit-calc(100% - 120px);
 width: calc(100% - 120px);
 vertical-align: top;
}
.article-list-item dl dd strong {
 font-weight: 500;
}
.fotter {
 padding: 1em 0;
}
.fotter .common-link-list {
 text-align: center;
 padding: 30px 5px 12px;
}
.fotter .common-link-list .item {
 display: inline-block;
 float: none;
 font-size: 1.3rem;
 padding-bottom: 10px;
}
.fotter .common-link-list .item::after {
 content: " ｜ ";
}
.fotter .common-link-list .item:nth-last-child(2)::after, .fotter .common-link-list .item.item--copyright::after {
 content: "";
}
.fotter .common-link-list .item.item--copyright, .copyright {
 display: block;
 float: none;
 text-align: center;
 width: 100%;
 font-size: 1.2rem;
 color: #fff;
}
@media screen and (min-width : 813px) {
 .contents .read {
  font-size: 1.1em;
 }
 .article-list-item dl {
  font-size: 1.5rem;
 }
}
@media screen and (max-width : 1080px) {
 .p_title-jp {
  font-size: 3rem;
  font-size: 3vw;
 }
}
@media screen and (max-width : 812px) {
 body {
  font-size: 1.4rem;
 }
 .contents {
  padding: 80px 0 60px;
 }
 .title .en {
  font-size: 1.6rem;
  font-size: 8vw;
 }
 .title .jp, .p_title-jp {
  font-size: 2rem;
  font-size: 5.2vw;
 }
 .p_title-en {
  font-size: 1.4rem;
  font-size: 4vw;
 }
 .contents .read {
  text-align: left;
 }
 .contents .read br {
  display: none;
 }
 .header .gnavi ul .menu-item .en {
  font-size: 1.2rem;
 }
 .contents .ttl-border:before {
  margin: 0 auto 30px;
 }
 .newsRelease-title {
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
 }
 .newsRelease-article {
  width: 100%;
 }
 .article-list-item dl {
  padding: 20px 0;
  display: block;
  font-size: 1.4rem;
 }
 .article-list-item dl dt, .article-list-item dl dd {
  display: block;
  width: 100%;
 }
 .p_btn-in {
  margin-right: -5%;
 }
}
@media screen and (max-width : 660px) {
 .mv-title {
  background: rgba(255, 255, 255, 0.6);
 }
 video {
  width: auto;
 }
}
/* 画像の上に透明のフィルター画像を被せる */
.ImgArea {
 position: relative;
}
.ImgArea .clr {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 right: 0;
 z-index: 10;
 background: rgba(255, 255, 255, 0);
}
/*------------------------------------------------------------
	WP layout
------------------------------------------------------------*/
.contents.c_header {
 padding: 10px 0;
 position: relative;
 z-index: 1;
}
.contents.c_main {
 padding: 10px 0 30px;
 min-height: 70vh;
}
.contents.c_main.related {
 padding-top: 20px;
 padding-bottom: 20px;
 min-height: inherit;
}
.contents.c_header .article {
 margin: 0.5em auto;
}
.cat {
 font-size: 1.2em;
 font-weight: 700;
 color: var(--bg-color);
 display: block;
}
/*記事一覧*/
.section-title {
 text-align: center;
 margin: 0 auto;
 font-weight: 700;
 font-size: 1.8em;
 line-height: 1.6em;
 color: #fff;
 position: relative;
 z-index: 1;
}
.section-title .en {
 font-size: 40px;
 line-height: 1em;
 text-align: center;
}
.related .section-title {
 font-size: 1.8em;
 margin-bottom: .8em;
 color: var(--bg-color);
}
.related .section-title.en {
 font-size: 1.8em;
 color: #ffff99;
 margin-bottom: .1em;
}
.related .getPostDispArea {
 justify-content: center;
}
.btn a {
 display: flex;
 justify-content: center;
 align-items: center;
 position: relative;
 margin: 0 auto 1rem;
 padding: .8rem 2rem;
 width: 70%;
 max-width: 240px;
 border-radius: 40px;
 font-size: 2.4rem;
 background-color: #fe8784;
 transition: 0.3s;
 color: #fff;
}
.btn a:hover {
 opacity: .7;
}
.getPostDispArea {
 clear: both;
 justify-content: left;
}
.getPostDispArea a:hover {
 text-decoration: none;
}
.getPostDispArea .getPost {
 display: inline-block;
 margin-bottom: 40px;
 background-color: rgba(255, 255, 255, 1);
 padding: 12px;
 border-radius: 20px;
}
.getPostDispArea .ImgArea {
 position: relative;
 width: 100%;
 padding-bottom: 60%;
 height: 0px;
 display: block;
 overflow: hidden;
 background-color: #fff;
 margin: 0 auto 10px;
}
.getPostDispArea .ImgArea .clr, .wp-block-image .clr {
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 margin: auto;
 z-index: 1;
}
.getPostDispArea .ImgArea img {
 aspect-ratio: 5 / 3;
 object-fit: contain;
 object-position: center;
 background-color: #fff;
}
.images, .wp-post-image {
 margin: auto;
 max-width: 100%;
 max-height: 100%;
 padding: 0;
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 -webkit-transition: all .8s cubic-bezier(.23, 1, .32, 1);
 transition: all .8s cubic-bezier(.23, 1, .32, 1);
}
a:hover .images, a:hover .wp-post-image {
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
.getPostDispArea .cat {
 font-size: .8em;
 letter-spacing: normal;
 float: left;
 line-height: 17px;
 font-weight: 700;
 padding: 2px 0;
 border-radius: 18px;
 margin: 3px 0;
 color: var(--red);
}
.getPostDispArea .date {
 color: #aaa;
 font-size: 0.8em;
 font-family: Arial, Helvetica, "sans-serif";
 display: block;
 height: 30px;
 line-height: 27px;
 text-align: right;
 font-weight: 700;
}
.getPostDispArea .PostTitle {
 color: #333;
 font-size: 0.9em;
 line-height: 1.6em;
 margin-bottom: 8px;
 margin-top: 3px;
}
/*パンクズ*/
#breadcrumb {
 box-sizing: border-box;
 padding: 2px 0;
 font-size: 1.2rem;
 width: 100%;
 background-color: #eee;
}
#breadcrumb ol {
 margin: 0 auto;
 width: 86%;
 max-width: 1200px;
 white-space: nowrap;
 overflow: hidden;
}
#breadcrumb ol li {
 display: inline-block;
}
#breadcrumb ol li::after {
 content: " › ";
 color: var(--bg-color);
 margin: 0 5px
}
#breadcrumb ol li:last-child {
 overflow: hidden;
 text-overflow: ellipsis;
}
#breadcrumb ol li:last-child::after {
 content: "";
 padding-right: 10px;
}
#breadcrumb ol li a {
 color: #999;
 cursor: pointer
}
#breadcrumb ol li a:hover {
 color: #333;
}
/*記事*/
.article-box {
 width: 100%;
 box-sizing: border-box;
 position: relative;
 z-index: 1;
}
.article-box .contents {
 padding: 20px 5%;
 margin: 0 auto;
 background: rgba(255, 255, 255, 1);
}
.article-box .entry-header .contents {
 padding-top: 30px;
 padding-bottom: 30px;
 margin: 0 auto;
 border-radius: 40px 40px 0 0;
 background: none;
}
.article-box .txt-center {
 text-align: center;
}
.article-box .date {
 float: right;
 font-size: 0.9em;
 font-family: Arial, Helvetica, "sans-serif";
 margin-top: 0.2em;
 color: #fff;
 font-weight: 700;
}
.article-box .category-list .post-categories {
 font-size: 0;
}
.article-box .category-list .post-categories li {
 display: inline-block;
}
.article-box .category-list a {
 padding: 0.01em 1em;
 background: #fff;
 color: var(--red);
 border-radius: 2em;
 font-size: 13px;
 font-weight: 700;
 font-style: normal;
 display: block;
 margin-bottom: 0.8rem;
 margin-right: 0.5rem;
 -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
 transition: all .5s cubic-bezier(.23, 1, .32, 1);
}
.entry-header {
 padding: 0;
 position: relative;
}
.entry-header .pagettl {
 font-size: clamp(2rem, 4.2vw, 4.2rem);
 line-height: 1.5em;
 font-weight: 700;
 font-feature-settings: "palt" 1;
 letter-spacing: 1px;
 clear: both;
 color: #fff;
}
.page-template-default .entry-header .pagettl {
 text-align: center;
}
.entry-content {
 line-height: 2em;
 padding-bottom: 2rem;
 min-height: 20vh;
}
.entry-content p, .entry-content ul, .entry-content ol, .decimal, .disc {
 margin-bottom: 2.2rem;
}
.decimal, .disc, .entry-content ul, .entry-content ol {
 margin-left: 2em;
}
.entry-content .blocks-gallery-grid {
 margin: 0;
}
.entry-content ul, .entry-content ol {
 margin-left: 2em;
}
.decimal li, .disc, .entry-content ol li {
 list-style-type: decimal;
 margin-bottom: 10px;
}
.disc li, .entry-content ul li {
 list-style-type: disc;
 margin-bottom: 10px;
}
.disc li::marker, .entry-content ul li::marker {
 color: var(--bg-color);
}
.entry-content a {
 color: #1a0dab;
 text-decoration: underline;
 word-break: break-all;
}
.entry-content table a {
 color: #31bff0;
}
.entry-content a:hover {
 text-decoration: none;
}
.entry-content p.q {
 font-weight: 700;
 color: #888;
}
.entry-content p.q span {
 margin-right: 10px;
}
.entry-content .bgred {
 background-color: #fff100;
 color: #fff;
 padding: 1em;
 font-size: 1.2em;
}
#main .article-box .meta {
 margin-top: 3rem;
 padding-top: 3rem;
 padding-bottom: 1.5rem;
}
#main .article-box .meta .group {
 float: left;
 font-size: 13px;
 font-weight: 700;
 margin-top: 0.13em;
 letter-spacing: .1px;
 margin-right: 10px;
}
#main .article-box .meta ul {
 margin-bottom: 0.5rem;
 font-size: 0;
}
#main .article-box .meta .category-list ul {
 margin-left: 75px;
}
#main .article-box .meta .tags-list ul {
 margin-left: 36px;
}
#main .article-box .meta ul li {
 display: inline-block;
 vertical-align: top;
}
#main .article-box .meta ul li a {
 padding: 0.05em 1em;
 background-color: #fe8784;
 color: #fff;
 font-size: 13px;
 font-weight: 700;
 text-decoration: none;
 border-radius: 18px;
 display: inline-block;
 margin-bottom: 0.8rem;
 margin-right: 0.5rem;
 -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
 transition: all .5s cubic-bezier(.23, 1, .32, 1);
}
#main .article-box .meta ul li a:hover {
 opacity: .6;
}
.post-navigation {
 width: 90%;
 max-width: 1200px;
 margin: auto;
 justify-content: center;
 color: #fff;
}
.post-navigation li {
 display: inline-block;
 width: 50%;
 box-sizing: border-box;
}
.post-navigation li.nav-previous {
 padding-right: 30px;
 padding-right: 3vw;
}
.post-navigation li.nav-next {
 padding-left: 30px;
 padding-left: 3vw;
 position: relative;
}
.post-navigation li.nav-next::before {
 content: "";
 border-left: 2px solid rgba(255, 255, 255, .3);
 position: absolute;
 left: -2px;
 top: 0;
 height: 100%;
}
.post-navigation a {
 display: block;
 padding: 40px 0 30px;
 text-decoration: none;
 opacity: 1;
}
.post-navigation .meta-nav {
 color: #ffff99;
 display: block;
 margin-bottom: 0.8rem;
 font-family: 'Roboto', Arial, Helvetica, "sans-serif";
 font-size: 1.6em;
 font-weight: bolder;
 text-align: center;
}
.post-navigation li .ImgArea {
 position: relative;
 width: 110px;
 height: 110px;
 border-radius: 18px;
 overflow: hidden;
 margin: 0 auto 10px;
 background: #fff url("common/images/loading.png") no-repeat center center;
 background-size: 50% auto;
}
.post-navigation li .ImgArea .clr {
 z-index: 1;
 width: 100%;
 height: 100%;
}
.post-navigation li .ImgArea img {
 position: absolute;
 margin: auto;
 aspect-ratio: 1;
 object-fit: contain;
 object-position: center;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 max-height: 100%;
 background-color: #fff;
}
.notfound {
 text-align: center;
 padding: 120px 0;
 padding: 30vh 0;
 color: #fff;
 font-size: 5rem;
 background-size: 500px auto;
}
/*記事ページ*/
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
 font-weight: 600;
 line-height: 1.5em;
}
.entry-content h1, .entry-content h2 {
 margin: 3rem 0 2rem;
 position: relative;
 font-size: clamp(1.8rem, 4vw, 2.8rem);
}
.entry-content h1::after, .entry-content h2::after {
 background-color: var(--bg-color);
 border-radius: 2px; /* 線幅の半分 */
 content: "";
 display: block;
 height: 4px; /* 線幅 */
 margin-top: 5px;
}
.entry-content h3 {
 margin: 3rem 0 .5rem;
 font-size: clamp(1.8rem, 3.8vw, 2.6rem);
}
.entry-content h4 {
 font-size: clamp(1.7rem, 3.6vw, 2.2rem);
 margin: 3rem 0 .5rem;
}
.has-small-font-size {
 line-height: 1.8em;
}
.entry-content .ttl {
 border-bottom: none;
}
figure, .wp-block-embed {
 margin: 3rem auto;
}
.youtube-container {
 text-align: center;
}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
 max-width: 800px;
 display: table;
 margin: 3rem auto;
}
.wp-block-image {
 max-width: 800px;
 text-align: center;
 margin: 3rem auto;
 position: relative;
}
.wp-block-image.size-full, .wp-block-image.size-large {
 max-width: 100%;
}
.wp-block-image img {
 max-width: 100%;
 max-height: 700px;
 width: auto;
 margin: auto;
 height: inherit !important;
}
.wp-block-image figcaption {
 line-height: 1.6em;
 color: #999;
}
.wp-block-gallery {
 margin: 3rem auto;
 justify-content: center;
}
.blocks-gallery-grid {
 justify-content: center;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
 max-width: 200px;
}
.wp-block-separator {
 border-bottom: 1px solid #ddd;
 margin-top: 4rem;
 margin-bottom: 4rem;
}
.wp-block-buttons {
 text-align: center;
}
.wp-block-buttons .wp-block-button {
 min-width: 48%;
 margin: 3rem auto;
}
.wp-block-button .wp-block-button__link {
 width: 100%;
 font-weight: 700;
 box-sizing: border-box;
 transition: opacity 0.3s ease-out;
}
.wp-block-button .wp-block-button__link:hover {
 text-decoration: none;
 opacity: 0.7;
}
.is-type-video .wp-block-embed__wrapper {
 position: relative;
 width: 100%;
 height: 0;
 padding-bottom: 56.25%;
 overflow: hidden;
}
.is-type-video .wp-block-embed__wrapper iframe {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
}
.is-type-wp-embed .wp-block-embed__wrapper iframe.wp-embedded-content {
 width: 100%;
}
.wp-block-quote {
 border-left: 4px solid #ccc;
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
 box-sizing: border-box;
}
.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
 line-height: 1.6em;
 color: #999;
}
.entry-content .wp-block-table {
 margin-top: 0;
}
.entry-content .wp-block-table.is-style-stripes {
 border-bottom: none;
 margin-bottom: 3em;
 font-size: 0.9em;
 line-height: 1.6em;
}
.entry-content .drama-table td:first-child {
 width: 30%;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
 font-size: 0.9em;
}
.wp-block-table.is-style-stripes td {
 word-break: break-all;
}
.wp-block-table.is-style-stripes td a {
 text-decoration: underline;
}
.wp-block-table.is-style-stripes td a:hover {
 text-decoration: none;
}
/*表*/
.wp-block-table table, .entry-content .is-style-regular table, .entry-content .tbList {
 width: 100%;
 border-collapse: collapse;
 border-spacing: 0px;
 border: 0;
 vertical-align: middle;
 margin-bottom: 1.5em;
}
.entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
 background-color: #fdfbf8;
}
.entry-content td, .entry-content th, .wp-block-table td, .wp-block-table th, .entry-content .is-style-regular td, .entry-content .is-style-regular th, .entry-content .tbList td, .entry-content .tbList th {
 padding: 1em .5em;
 border: 1px solid var(--bg-color);
 word-break: normal;
 text-align: left;
 vertical-align: middle;
 font-size: 0.9em;
 line-height: 1.6em;
}
.entry-content tr:first-of-type, .wp-block-table tr:first-of-type, .entry-content .is-style-regular tr:first-of-type, .entry-content .tbList tr:first-of-type, .entry-content .wp-block-table.is-style-stripes tbody tr:first-of-type {
 text-align: center;
 color: #fff;
 white-space: nowrap;
 background: var(--bg-color);
 -webkit-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}
.wp-block-table tr:first-of-type td {
 text-align: center;
 padding: .6em .5em;
}
.wp-block-table.is-style-regular figcaption {
 line-height: 1.6em;
 margin-top: 30px;
 text-align: left;
}
/*SNS*/
.arti-sharing-wrapper {
 padding-top: 1rem;
 padding-bottom: 2rem;
}
.arti-sharing-inner {
 text-align: center;
}
.arti-sharing-inner .item {
 display: inline-block;
 vertical-align: top;
 margin: 0 10px;
}
.arti-sharing-inner .item .link {
 margin: 0px;
 color: rgb(255, 255, 255);
 list-style-type: none;
 line-break: strict;
 text-decoration: none;
 border-radius: 50%;
 background: none;
 width: 48px;
 height: 48px;
 display: inline-block;
 text-align: center;
 position: relative;
 webkit-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
}
.arti-sharing-inner .item .link:hover {
 opacity: 0.6;
}
.arti-sharing-inner .item .link .label {
 font-size: 0;
}
.arti-sharing-inner .item svg {
 height: 48px;
 fill: rgb(255, 255, 255);
 transition: fill 0.1s ease-in 0s;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 margin: auto;
}
.arti-sharing-inner .item.item--x svg {
 fill: rgb(255, 255, 255);
}
.arti-sharing-inner .item svg.svg-line {
 height: 34px;
}
.arti-sharing-inner .item.item--facebook .link {
 background-color: #315096;
}
.arti-sharing-inner .item.item--x .link {
 background-color: #222;
}
.arti-sharing-inner .item.item--line .link {
 background-color: #06c755;
}
.arti-sharing-inner .item.item--pinterest .link {
 background-color: #e60023;
}
/*ページネーション*/
#pagination, .pagenation_page {
 text-align: center;
 margin-top: 20px;
 margin-bottom: 30px;
 font-size: 0;
}
#pagination li {
 display: inline-block;
 vertical-align: top;
}
#pagination a, #pagination span, .pagenation_page a, .pagenation_page span {
 font-size: 15px;
 font-family: Arial, Helvetica, "sans-serif";
 font-weight: bold;
 position: relative;
 display: block;
 width: 50px;
 height: 50px;
 border-radius: 50%;
 box-sizing: border-box;
 line-height: 50px;
 margin: 5px;
 text-decoration: none;
 background-color: var(--link-color);
 color: #fff;
 -webkit-transition: all .4s cubic-bezier(.23, 1, .32, 1);
 transition: all .4s cubic-bezier(.23, 1, .32, 1);
}
#pagination span, #pagination a:hover, .pagenation_page a:hover, .pagenation_page span {
 background: #fff;
 color: var(--link-color);
 opacity: 1;
}
#pagination a.next.page-numbers, #pagination a.prev.page-numbers, .pagenation_page a.next, .pagenation_page a.prev {
 font-family: 'Noto Sans JP';
}
#pagination .dots, .pagenation_page .dots {
 background: none;
 color: #fff;
 width: 20px;
 font-size: 20px;
 line-height: 2em;
}
.pagenation_page a, .pagenation_page span {
 display: inline-block;
 vertical-align: top;
}
.pagenation_page a.next, .pagenation_page a.prev {
 font-size: 0;
}
.pagenation_page a.next::before {
 content: "→";
 font-size: 13px;
}
.pagenation_page a.prev::before {
 content: "←";
 font-size: 13px;
}
@media screen and (max-width : 812px) {
 .contents.c_main {
  padding: 10px 0;
 }
 .entry-content {
  font-size: 1.5rem;
 }
 .title {
  font-size: 1.4em;
 }
 .title .lead-sub {
  font-size: 13px;
 }
 .title.ux {
  line-height: 1.4em;
 }
 .title.ux .lead-sub {
  font-size: 14px;
  margin-top: 16px;
 }
 .title.section-title {
  font-size: 1.6em;
 }
 .subttl {
  font-size: 1.2em;
 }
 .read.catch, .read {
  font-size: 1.1em;
 }
 .getPostDispArea .getPost {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 30px;
 }
 .btn a {
  font-size: 1.8rem;
  padding: .6rem;
 }
 .notfound {
  font-size: 2em;
 }
 /*記事一覧*/
 .contents.c_header {
  padding: 10px 0 6px;
 }
 .section-title, .related .section-title {
  font-size: 2rem;
  font-size: 1.5em;
 }
 .section-title .en {
  font-size: 40px;
 }
 .getPostDispArea .PostTitle {
  font-size: 1.5rem;
 }
 .post-navigation a {
  line-height: 1.6em;
  font-weight: 700;
 }
 /*記事ページ*/
 .article-box .contents {
  width: 100%;
  background: rgba(255, 255, 255, 1);
 }
 .article-box .entry-header .contents {
  padding-bottom: 10px;
 }
 .wp-block-buttons .wp-block-button {
  min-width: 100%;
  display: block;
 }
 .wp-block-button .wp-block-button__link {
  font-size: 1.1em;
  padding: 12px;
 }
 .blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  padding: 10px 5% 5px;
  font-size: 0.7em;
 }
 .wp-block-separator {
  margin-top: 5rem;
  margin-bottom: 5rem;
 }
 iframe {
  max-width: 100%;
 }
 .post-navigation {
  width: 100%;
 }
 .post-navigation li.nav-previous, .post-navigation li.nav-next {
  padding-left: 3vw;
  padding-right: 3vw;
 }
 /*パンクズ*/
 #breadcrumb {
  font-size: 0.75em;
 }
}
@media screen and (min-width : 813px) {
 .center {
  text-align: center;
 }
 /*記事一覧*/
 .contents.c_main {
  width: 90%;
  max-width: 1200px;
 }
 .getPostDispArea .getPost {
  width: 31%;
  margin-left: 3.5%;
 }
 .getPostDispArea .getPost:nth-child(3n+1) {
  margin-left: 0;
 }
 /*記事ページ*/
 .article-box .contents {
  padding: 50px 5vw;
  border-radius: 80px;
 }
 .post-navigation li .ImgArea {
  display: inline-block;
 }
 .post-navigation li.nav-previous .ImgArea {
  float: left;
  margin-right: 2rem;
 }
 .post-navigation li.nav-next .ImgArea {
  float: right;
  margin-left: 2rem;
 }
 /*フォーム*/
 .contact .item {
  width: 25%;
  display: inline-block;
 }
 .contact input {
  width: 70%;
 }
 .contact .error {
  margin-left: 26%;
 }
}
@media screen and (min-width : 1200px) {
 /*記事ページ*/
 .article-box .contents {
  padding-left: 120px;
  padding-right: 120px;
 }
}
@media screen and (min-width : 570px) {}
.ttl-media {
 margin: 2rem 0 1rem;
 font-weight: 700;
 padding: 0.4em;
 position: relative;
 font-size: 1.8em;
 line-height: 1.6em;
}
/* ------------------------------
	ロゴ
------------------------------ */
.header-logo {
 max-width: 340px;
 width: 40%;
 padding-top: 1.5rem;
 padding-bottom: 1.5rem;
 margin: 0 auto;
 position: relative;
 z-index: 1;
}
.header-logo a {
 display: block;
 opacity: 1;
}
/*-------- シェア -----------*/
.flexbox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-box-lines: multiple;
 -moz-box-lines: multiple;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}
.share .item {
 margin: 0 5px;
 position: relative;
}
.share .item .link {
 display: block;
 display: -webkit-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 z-index: 20;
 width: 40px;
 height: 40px;
 position: relative;
}
.share .item .link:hover {
 opacity: .5;
}
.share .item svg {
 display: block;
 margin: auto;
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 width: 28px;
 height: 28px;
}
.share .item .link .label {
 font-size: 0;
}
.share .item svg.svg-x {
 padding-top: .5px;
 width: 30px;
 height: 30px;
}
.share .item svg.svg-line {
 padding-top: 1.5px;
 width: 36px;
 height: 36px;
}
/*-------- サブメニュー -----------*/
.gnav .menu {
 margin: 0 auto 1rem;
 width: 100%;
 max-width: 1150px;
 display: block;
 text-align: center;
 letter-spacing: -0.04em;
}
.gnav .menu li {
 display: inline-block;
 width: 19.6%;
 max-width: 220px;
 padding: 0 0.2%;
 letter-spacing: normal;
 vertical-align: bottom;
}
.gnav .menu li a {
 font-size: 1.5rem;
 font-weight: 600;
 white-space: nowrap;
 width: 100%;
 display: flex;
 text-align: center;
 align-items: center;
 justify-content: center;
 padding: 2%;
 height: 40px;
 box-sizing: border-box;
 text-decoration: none;
 background: var(--bg-color);
 color: #fff;
 border-radius: 4rem;
 -webkit-transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
 transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.gnav.gnav-category .menu {
 margin-top: 1rem;
}
.gnav.gnav-category .menu li a {
 font-size: clamp(1.1rem, 2vw, 1.5rem);
 background: #fff;
 color: var(--red);
}
.gnav.gnav-category .menu li.current-menu-item a {
 background: var(--red);
 color: #fff;
}
.gnav .menu li a:hover {
 opacity: .7;
 background-image: none;
 -webkit-transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
 transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
@media screen and (max-width : 812px) {
 .gnav .menu {
  display: flex;
  justify-content: center;
  gap: 2px;
 }
 .gnav-category .menu li:first-of-type {
  width: 15%;  
 }
 .gnav-category .menu li {
  width: 20%;  
 }
 .gnav.gnav-category .menu {
  width: 108%;
  margin-left: -4%;
 }
}
.ttl-media {
 margin: 3rem 0 2rem;
 font-weight: 600;
 background: var(--red);
 color: #fff;
 background-size: 1000px auto;
 padding: 0.4em;
 position: relative;
 font-size: 1.6em;
 line-height: 1.6em;
 border-top: 10px double #fff;
 border-bottom: 10px double #fff;
 text-align: center;
}
/* ------------------------------
	メニュー
------------------------------ */
.sns li {
 display: inline-block;
 margin-left: 1.2rem;
}
.sns img {
 width: 34px;
 filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
}
#top-head .nav-wrap .nav-wrap-inner {
 background: #fff;
 border-radius: 0 0 0 50vh;
}
#top-head .nav-wrap-inner {
 background: #fff;
 border-radius: 0 0 0 50vh;
 transition: none;
}
@media screen and (min-width: 1025px) {
 #top-head:not(.fixed) .nav-button {
  display: flex;
 }
 #top-head {
  position: fixed;
  top: 0;
  margin-top: 0;
  width: 0;
 }
 #top-head:not(.fixed) .nav-wrap {
  padding-right: 0;
  transition: none;
 }
 #top-head:not(.fixed) .nav-wrap.open {
  opacity: 1;
 }
 #top-head:not(.fixed) .nav-wrap-inner {
  top: 0;
  padding-top: 0;
  width: 0;
  overflow: hidden;
 }
}
/* ------------------------------
	動画
------------------------------ */
#trailer {
 display: none;
}
.bg_movie {
 position: relative;
 overflow: hidden;
 background-color: var(--bg-color);
 width: 100%;
 height: 35vw;
 -o-object-fit: cover;
 object-fit: cover;
}
.bg_movie video {
 transition: 0.4s;
 width: 100%;
 height: 100%;
 -o-object-fit: cover;
 object-fit: cover;
}
.__movie-wrap {
 width: 90%;
 max-width: 1040px;
 margin: auto;
 display: flex;
 justify-content: center;
 align-content: center;
}
.__movie-wrap-inner {
 width: 100%;
 margin: auto;
}
.__movie-wrap-inner iframe {
 display: block;
 width: 100%;
 max-width: 100%;
 height: auto;
 aspect-ratio: 1.77777778;
 -o-object-fit: cover;
 object-fit: cover;
}
.__btns {
 width: 90%;
 max-width: 1040px;
 margin: auto;
 display: flex;
 flex-wrap: wrap;
 margin: 4px auto;
}
.__btns li {
 width: 33.33333%;
 line-height: 40px;
 text-align: center;
 font-size: 15px;
 font-weight: 600;
 letter-spacing: 0;
 font-style: normal;
 margin: 0;
 padding: 4px;
 transition: all 0.3s ease;
}
.__btns li span {
 background: rgba(0, 0, 0, .5);
 width: 100%;
 height: 100%;
 display: block;
 text-decoration: none;
 color: #fff;
 padding: 0;
 float: left;
}
.__btns li:hover span, .__btns li.select span {
 background: var(--bg-color);
}
#cboxLoadedContent #trailer, #cboxLoadedContent #poster {
 height: 100%;
 padding: 0;
 display: flex;
 align-items: center;
 background: #000;
}
#cboxLoadedContent #poster {
 justify-content: center;
 height: 100vh;
 height: 100dvh;
}
#cboxLoadedContent #trailer .__btns li:hover span, #cboxLoadedContent #trailer .__btns li.select span {
 background: #B11005;
}
#cboxLoadedContent #trailer .__btns li span {
 background: rgba(177, 16, 5, .5);
}
#cboxLoadedContent #trailer .trailer-inner {
 width: 100%;
}
#cboxLoadedContent #trailer .__movie-wrap {
 max-width: 100%;
 height: 70%;
}
@media screen and (max-width : 812px) {
 .__movie-wrap {
  width: 100%;
 }
 .__btns li {
  line-height: 30px;
  font-size: 14px;
 }
}
/* ------------------------------
	responsive
------------------------------ */
.sp {
 display: none;
}
@media screen and (max-width : 812px) {
 .sp {
  display: block;
 }
 .pc {
  visibility: hidden;
  display: none !important;
 }
 .pagetop {
  right: 10px;
  bottom: 10px;
 }
}
/* 画像のみ印刷不可 */
@media print {
 img, .header, .post-navigation, .related, footer {
  display: none !important;
 }
}