@charset "UTF-8";
@charset "UTF-8";

     @media screen and (max-width: 1023px){ } @media screen and (max-width: 834px){ } @media screen and (max-width: 480px){ }  .home.page .entry-title {
display: none;
} .page .date-tags,
.page .footer-meta {
display: none;
} .body {
 font-family: "Noto Serif JP", "Noto Sans JP", sans-serif;
font-weight: 400;
 letter-spacing: .05em !important;
} .article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6,
#post-21 > div > p:nth-child(1),
#info-list > div.info-list-caption {
font-family: "Noto Serif JP", serif;
font-weight: 600;
letter-spacing: .05em;
} .box-menu-label,
.navi .item-label,
.skin-grayish .menu-content .menu-drawer>li {
font-family: "Noto Serif JP", serif;
 font-weight: 500;
 letter-spacing: .05em;
} header > h1 {
text-align: center;
}
#pc_text-2 > h3 {
margin: 0px 0px 20px 0px;
}
ul {
padding-left: 20px;
}
.article dd {
margin-left: 0px;
}
.article h2,
.article h3,
.article h6 {
margin-top: 0em;
}
.toggle-button {
text-align: left;
}
.blank-box {
padding: 1em;
border-width: 1px;
border-radius: 5px;
}
.btn-m,
.btn-wrap.btn-wrap-m>a {
padding-left: 15px;
padding-right: 15px;
} box-menu {
background-color: var(--LtGray_T70);
}
.box-menu {
padding: 0.5em 0em 1em 0em;
}
.box-menu .box-menu-icon {
color: #a8dafb;
} .wrap {
width: 950px;
}
@media screen and (max-width: 1400px) {
.skin-grayish:not(.front-top-page) .content-top .content-top-in.wrap,
.skin-grayish:not(.front-top-page) .content .content-in.wrap {
width: min(100%, 950px) !important;
}
} @media screen and (width <= 1023px) {
.skin-grayish .mobile-header-menu-buttons.mobile-menu-buttons {
box-shadow: 0 0 5px darkgrey;
}
}
@media screen and (width <= 1023px) {
.skin-grayish .mobile-menu-buttons {
box-shadow: 0 0 5px darkgrey;
}
}
.skin-grayish .footer {
background-color: var(--Blk_Beige_T70);
}
.skin-grayish .navi-in > ul > li > .sub-menu {
background-color: var(--Blk_Beige_T70);
width: 250px;
}
.skin-grayish .navi-in > ul > li > .sub-menu > li > a > .caption-wrap,
.skin-grayish .navi-in > ul li .sub-menu ul .caption-wrap {
max-width: 250px;
} @media screen and (width <= 1023px) {
.skin-grayish #navi-menu-input:checked~#navi-menu-content, #sidebar-menu-input:checked~#sidebar-menu-content {
background-color: var(--mobileFooterBgColor);
}
} .skin-grayish .go-to-top-button {
bottom: 8px;
height: 40px;
right: 8px;
width: 40px;
}
.skin-grayish .go-to-top-button.go-to-top-button-icon-font {
border: 2px solid var(--skin-grayish-site-sub-color);
}
.skin-grayish .go-to-top-button.go-to-top-button-icon-font span {
border-top: 2px solid var(--skin-grayish-site-sub-color);
border-left: 2px solid var(--skin-grayish-site-sub-color);
} .wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
font-size: 100%;
vertical-align: top;
}
@media screen and (max-width: 480px) {
.body,
.menu-content {
font-size: 100%;
}
} @media screen and (max-width: 480px) {
.sp-view {
display: none;
}
} @media screen and (max-width: 480px) {
.box-menu-label {
font-size: 14px;
}
}
@media screen and (min-width: 481px) {
.box-menu-label {
font-size: 14px;
}
} @media screen and (width <= 1023px) {
.skin-grayish.front-top-page .header-in .site-name-text {
font-size: 10vw;
}
}
@media screen and (width <= 834px) {
.skin-grayish.front-top-page #header .site-name-text {
font-size: 10vw;
}
}
@media screen and (width <= 480px) {
.skin-grayish.front-top-page #header .site-name-text {
font-size: 15vw;
}
} .article h2::before {
border-bottom: solid 4px #f39800;
}
.article h3 {
font-size: 22px;
background-color: #FFFDF9;
}
.article h3::before {
border-left: solid 3px #FFC107;
border-bottom: solid 1px #FFC107;
} #header-in > div.logo.logo-header.logo-image > a > span > img {
filter: drop-shadow(0 0 8px #f7f9fb);
}  .entry-content .wp-block-table {
overflow-x: auto;
} .entry-content .wp-block-table table {
width: max-content;
min-width: 100%;
border-collapse: collapse;
} .entry-content .wp-block-table th,
.entry-content .wp-block-table td {
white-space: nowrap;
font-size: inherit;
} .entry-content th,
.entry-content td {
white-space: nowrap !important;
word-break: keep-all !important;
writing-mode: horizontal-tb !important;
font-size: inherit !important;
} .cf-send input {
display: block;
background: #f39800;
width: 300px;
height: 60px;
margin: 30px auto 0;
border: none;
border-radius: 4px;
color: #fff;
box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, .2);
font-size: 1.3em;
font-weight: bold;
transition: all .3s;
}
.cf-send input:hover {
opacity: .7;
}
.cf-area {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0;
border-bottom: 1px dashed #ccc;
transition: all .3s;
}
.cf-area:last-child {
border-bottom: none;
}
.cf-area dt {
width: 180px;
padding-right: 30px;
text-align: right;
line-height:1.5em;
}
.cf-area dd {
flex: 1;
}
.cf-area input,
.cf-area textarea {
padding: 0.8em;
font-size: 16px;
resize: vertical;
transition: all .3s;
}
.cf-area input:focus,
.cf-area textarea:focus {
outline: none;
background: #dde2e9;
}
.cf-required {
background: #b91e23;
color: #fff;
font-size: 0.8em;
padding: 0 5px 2px;
border-radius: 2px
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
background-color: #fce3e3;
border: none;
text-align: center;
}
@media screen and (max-width:768px){
.cf-area {
display: block;
}
.cf-area dt {
width: 100%;
margin-bottom: -1.4em;
padding-right: 0;
text-align: left;
line-height:1.5em;
}
} .cast {
display: flex;
flex-wrap: wrap;
gap: 10px 20px;
justify-content: center;
text-align: center;
} .pc-br {
display: inline;
} @media screen and (max-width: 673px) {
.pc-br {
display: none;
}
} .circle {
width: 200px;
height: 200px;
background-color: #fff;
border-radius: 50%;
margin: .2em auto .2em;
text-align: center;
line-height: 220px;
font-size: 100px;
color: #9e9e9e;
}
.video-container {
margin: 0 auto;
}
select {
padding: .8em;
} .mobile-br {
display: none;
} @media screen and (max-width: 768px) {
.mobile-br {
display: inline; }
}

:root{
--fade-zoom-maxtime:14s;
--fade-zoom-in:fade-zoomIn var(--fade-zoom-maxtime) linear 0s 1 normal both;
--fade-zoom-out:fade-zoomOut var(--fade-zoom-maxtime) linear 0s 1 normal both;
--fade-zoom-none:none;
--fade-zoom-mode:var(--fade-zoom-none);
}
.grayish-plg-frontpage.front-top-page .header:has(.header-cstm-front-addblk){
background-image:none;
}
.body.grayish-plg-frontpage.front-top-page .container .header-container .header::before{
display:none;
}
.grayish-plg-frontpage.front-top-page .header-cstm-front-addblk{
display:block;
width:100%;
height:100%;
padding:0;
position:absolute;
top:0;
left:0;
z-index:0;
}
.grayish-plg-frontpage.front-top-page .header-cstm-front-addblk-cover{
display:block;
width:100%;
height:100%;
min-height:unset !important;
padding:0;
margin:0;
}
.grayish-plg-frontpage.front-top-page .header-cstm-front-addblk .wp-block-cover__inner-container,
.grayish-plg-frontpage.front-top-page .header-cstm-front-addblk .wp-block-columns,
.grayish-plg-frontpage.front-top-page .header-cstm-front-addblk .wp-block-column,
.grayish-plg-frontpage.front-top-page .header-cstm-front-addblk .wp-block-image,
.grayish-plg-frontpage.front-top-page .header-cstm-front-addblk .wp-block-image img,
.grayish-plg-frontpage.front-top-page .header-cstm-front-addblk .wp-block-video{
height:100%;
}
.grayish-plg-frontpage.front-top-page .header-cstm-front-addblk .wp-block-image img{
max-width:unset;
width:100%;
}
.grayish-plg-frontpage.front-top-page .header-cstm-front-addblk .wp-block-video{
width:100%;
max-width:unset;
}
.grayish-plg-frontpage.front-top-page .header-cstm-front-addblk .wp-block-video video{
max-width:unset;
width:100%;
height:100%;
-o-object-fit:cover;
object-fit:cover;
}
.grayish-plg-frontpage.front-top-page .container .header-container .header:has(.cstm-mv-swiper.swiper){
opacity:0;
}
.grayish-plg-frontpage.front-top-page .container .header-container .header:has(.cstm-mv-swiper.swiper).is-init-after{
animation-name:init-fade-In;
animation-fill-mode:forwards;
animation-duration:1s;
animation-timing-function:ease-in;
}
@keyframes init-fade-In{
from{
opacity:0;
}
100%{
opacity:1;
}
}
.grayish-plg-frontpage.front-top-page .header-cstm-front-addblk .swiper-wrapper{
margin:0;
gap:0;
}
.grayish-plg-frontpage.front-top-page .header-cstm-front-addblk .header-swiper-mode .wp-block-columns>.wp-block-column{
flex-basis:100%;
flex-grow:0;
flex-shrink:0;
}
.grayish-plg-frontpage.front-top-page .header-cstm-front-addblk .cstm-mv-swiper.swiper .swiper-wrapper .swiper-slide{
transition-property:opacity !important;
pointer-events:none;
overflow:hidden;
}
.grayish-plg-frontpage.front-top-page .header-cstm-front-addblk .cstm-mv-swiper.swiper .swiper-wrapper .swiper-slide[class*="-active"] .wp-block-image{
overflow:hidden;
}
.grayish-plg-frontpage.front-top-page .header-cstm-front-addblk .cstm-mv-swiper.swiper .swiper-wrapper .swiper-slide-active .wp-block-image img,
.grayish-plg-frontpage.front-top-page .header-cstm-front-addblk .cstm-mv-swiper.swiper .swiper-wrapper .swiper-slide-duplicate-active .wp-block-image img,
.grayish-plg-frontpage.front-top-page .header-cstm-front-addblk .cstm-mv-swiper.swiper .swiper-wrapper .swiper-slide-prev .wp-block-image img{
animation:var(--fade-zoom-mode);
}
@keyframes fade-zoomIn{
from{
scale:1.2;
}
100%{
scale:1.0;
}
}
@keyframes fade-zoomOut{
from{
scale:1.0;
}
100%{
scale:1.2;
}
}
@media screen and (max-width: 781px){
.grayish-plg-frontpage.front-top-page .header-cstm-front-addblk .cstm-mv-swiper.swiper .wp-block-column{
margin-bottom:0;
}
}