@charset "UTF-8";

/*!
Theme Name: CP52 T010-PLATINA
Theme URI: https://castpro-cms.com/
Author: CASTPRO
Author URI: https://castpro-cms.com/
Description: CASTPRO5 Layout T010-PLATINA Base Theme. 1 columns + Image Slider + Menu Top BlockWidget
Version: 1.2.2
Text Domain: cp5j10000
Tags:CASTPRO,Layout T010-PLATINA,Base Theme,2 Column,Left Sidebar,Image Slider
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# html5doctor
# General purpose
# Typography
	## H1 H2 H3 H4 h5
# Elements
	## Layout
	## Header
	## Sidebar
	## Footer
	## Title logo tagline
	## Date and time
	## Parts
	## List
	## Search
	## Table
	## Button
# Animes
# Forms
# Navigation
	## Links
	## Menus
	## Pager
# Clearings
# Widgets
	## Widget dropdown
	## Widget search form
	## Block Widget 
	## Widget cast search
	## Widget tag cloud
# Content
	## Posts and pages
	## 404
	## Category
	## Related articl
	## Comments
# accessibility

# Infinite scroll
# Media
	## Captions
	## Galleries
# Other
	## fp_breadcrumb
	## Related article
	## Comment
	## SNS

--------------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/*
# General purpose
*/
:root {
	/* --logo-size: 100px; */
}

*,
::after,
::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-size: 1.4rem;
	font-weight: 400;
	overflow-x: hidden;
	line-height: 1.5;
	/* line-height: 1.47059; */
	color: rgb(29, 29, 31);
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-y: scroll;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: none;       /* Firefox 対応 */
}

body::-webkit-scrollbar {  /* Chrome, Safari 対応 */
	/* display:none; */
}

body:lang(ja) {
	letter-spacing: -0.021rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress {
	display: inline-block;
	vertical-align: baseline
}

video {
	display: block;
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:focus,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

embed,
iframe,
object {
	max-width: 100%
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: rgb(255, 255, 0);
	color: rgb(0, 0, 0);
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0;
	vertical-align: middle
}

svg:not(:root) {
	overflow: hidden
}

figure {
	/* margin: 1em 40px */
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid rgb(192, 192, 192);
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

select {
	cursor: pointer
}

td,
th {
	padding: 0
}

blockquote {
	margin: 0 0 1rem;
	padding: .9rem 2rem 0 1.9rem;
	border-left: 1px solid rgb(202, 202, 202);
}

blockquote,
blockquote p {
	line-height: 1.6;
	color: rgb(138, 138, 138);
}

blockquote,
q {
	quotes: """"
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: ""
}

hr {
	background-color: rgb(202, 202, 202);
	border: 0;
	height: 1px;
	margin-bottom: 1.5em
}

ol,
ul {
	margin: 0 0 1.5em 3em
}

ul {
	list-style: disc
}

ol {
	list-style: decimal
}

li>ol,
li>ul {
	margin-bottom: 0;
	margin-left: 1.5em
}

dt {
	font-weight: 700
}

dd {
	margin: 0 1.5em 1.5em
}

img {
	height: auto;
	max-width: 100%
}

figure {
	/* margin: 1em 0 */
}

table {
	margin: 0 0 1.5em;
	width: 100%
}

body,
button,
input,
select,
textarea {
	color: rgb(0, 0, 0);
	font-family: -apple-system, BlinkMacSystemFont, Lato, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 1.4rem;
	line-height: 1.5
}

cite {
	display: block;
	font-size: 1.3rem;
	color: rgb(138, 138, 138)
}

cite:before {
	content: "— "
}

abbr {
	border-bottom: 1px dotted rgb(0, 0, 0);
	color: rgb(0, 0, 0);
	cursor: help;
}


code {
	padding: .2rem .5rem .1rem;
	border: 1px solid rgb(202, 202, 202);
	background-color: rgb(230, 230, 230);
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: 400;
	color: rgb(0, 0, 0);
}

kbd {
	margin: 0;
	padding: .2rem .4rem 0;
	background-color: rgb(230, 230, 230);
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: rgb(0, 0, 0);
}


.foundation-mq {
	font-family: "small=0em&medium=48em&large=64em&xlarge=80em&xxlarge=90em"
}

.df {
	display: flex;
}

.frw {
	flex-flow: row wrap;
}

.fdc {
	-moz-flex-direction columns;
	-webkit-flex-direction columns;
	flex-direction: column;
}

.fww {
	flex-wrap: wrap;
}

.jce {
	justify-content: flex-end;
}

.jcc {
	justify-content: center;
}

.jcs {
	justify-content: space-between;
}

.jca {
	justify-content: space-around;
}

.jcf {
	justify-content: flex-start;
}

.aif {
	align-items: flex-start;
}

.aic {
	align-items: center;
}

.aib {
	align-items: baseline;
}

.asc {
	align-self: center;
}

.is-visible {
	display: block !important
}

.is-hidden {
	display: none !important
}

.no-bullet {
	margin-left: 0;
	list-style: none
}

.align-left {
	text-align: left;
	width: 100%;
}

.align-right {
	text-align: right;
	width: 100%;
}

.align-center {
	text-align: center;
	width: 100%;
}

.align-justify {
	text-align: justify;
	width: 100%;
}

.orbit {
	position: relative
}

.orbit-container {
	position: relative;
	height: 0;
	margin: 0;
	list-style: none;
	overflow: hidden
}

.orbit-slide {
	width: 100%
}

.orbit-slide.no-motionui.is-active {
	top: 0;
	left: 0
}

.orbit-figure {
	margin: 0
}

.orbit-image {
	width: 100%;
	max-width: 100%;
	margin: 0
}

.orbit-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
	padding: 1rem;
	background-color: rgba(0, 0, 0, .5);
	color: rgb(255, 255, 255);
}

.orbit-next,
.orbit-previous {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	padding: 1rem;
	color: rgb(255, 255, 255);
}

[data-whatinput=mouse] .orbit-next,
[data-whatinput=mouse] .orbit-previous {
	outline: 0
}

.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
	background-color: rgba(0, 0, 0, .5)
}

.orbit-previous {
	left: 0
}

.orbit-next {
	left: auto;
	right: 0
}

.orbit-bullets {
	position: relative;
	margin-top: .8rem;
	margin-bottom: .8rem;
	text-align: center
}

[data-whatinput=mouse] .orbit-bullets {
	outline: 0
}

.orbit-bullets button {
	width: 1.2rem;
	height: 1.2rem;
	margin: .1rem;
	border-radius: 50%;
	background-color: rgb(202, 202, 202);
}

.orbit-bullets button:hover {
	background-color: rgb(138, 138, 138);
}

.orbit-bullets button.is-active {
	background-color: rgb(138, 138, 138);
}

.hide {
	display: none !important
}

.invisible {
	visibility: hidden
}

.float-center {
	display: block;
	margin-right: auto;
	margin-left: auto
}

/*
# Typography
*/

body.body-font-gothic {
	font-family: -apple-system, BlinkMacSystemFont, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif
}

.body-font-gothic {
	font-family: -apple-system, BlinkMacSystemFont, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif
}

body.body-font-mincho {
	font-family: Century Gothic, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝"
}

.body-font-mincho {
	font-family: Century Gothic, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝"
}

body.body-noto-sans-jp {
	font-family: 'Noto Sans JP', sans-serif;
}

.body-noto-sans-jp {
	font-family: 'Noto Sans JP', sans-serif;
}

body.body-m-plus-rounded {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

.body-m-plus-rounded {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

.body-roboto {
	font-family: 'Roboto', sans-serif;
}

.body-oswald {
	font-family: 'Oswald', sans-serif;
}

.body-playfair {
	font-family: 'Playfair Display', serif;
}

.body-quicksand {
	font-family: 'Quicksand', sans-serif;
}

p {
	font-size: inherit;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
}

abbr[title] {
	border-bottom: 1px dotted rgb(98, 98, 98);
}

b,
strong,
.strong {
	font-weight: 700;
	line-height: inherit
}

dfn,
em, i {
	font-style: italic;
	line-height: inherit
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	white-space: pre-wrap;
	margin: 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 0.9rem;
	padding: 0.05rem 0.4rem;
	border-radius: 3px;
	background: rgb(246, 246, 246);
	color: rgb(68, 68, 68);
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C""\201D""\2018""\2019";
}

q:before,
q:after {
	content: '';
	content: none;
}

small,
.small {
	font-size: 80%;
	line-height: inherit
}

sub,
sup {
	font-size: .7em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5rem;
}

sub {
	bottom: -0.25rem;
}

pre {
	overflow: auto
}

.lead {
	font-size: 78.125%;
	line-height: 1.6
}

.stat {
	font-size: 2.5rem;
	line-height: 1
}

p+.stat {
	margin-top: -1rem
}

.help-text {
	margin-top: -.8rem;
	font-size: 1.3rem;
	font-style: italic;
	color: #000
}

.news-content p {
	padding-bottom: 0;
}

.news-content p {
	font-size: 1.5rem;
}

.shop-info.name {
	line-height: 1.6;
}

.shop-info.open {
	line-height: 1.6;
	padding-right: 1rem;
}

.shop-info {}

.cast-frame a .cast-size, .cast-frame a .cast-icon, .cast-frame a .cast-schedule-time, .cast-frame a .cast-state-messege {
	line-height: 1.6;
}

/* ---------- H1 H2 H3 H4 h5 ---------- */

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	line-height: 0;
	color: rgb(202, 202, 202)
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
	text-rendering: optimizelegibility;
	font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-family: inherit;
	font-style: normal;
	font-weight: inherit;
	color: inherit;
	text-rendering: optimizeLegibility
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
	text-decoration: none;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
	text-decoration: none;
}

h1,
.h1 {
	font-size: 1.2rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1rem
}

h2,
.h2 {
	font-size: 1.8rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1rem
}

h3,
.h3 {
	font-size: 1.8rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1rem
}

h4,
.h4 {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1rem
}

h5,
.h5 {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1rem
}
h6,
.h6 {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1rem
}

/*
* # Elements
*/

/* --------- Layout --------- */
.row {
	max-width: 120rem;
	margin-right: auto;
	margin-left: auto
}

.row.collapse>.column,
.row.collapse>.columns {
	padding-right: 0;
	padding-left: 0
}

.row .row.collapse {
	margin-right: 0;
	margin-left: 0;

}

.row.expanded .row {
	margin-right: auto;
	margin-left: auto
}

.row:not(.expanded) .row {
	max-width: none
}

.row.gutter-small>.column,
.row.gutter-small>.columns {
	padding-right: .5rem;
	padding-left: .5rem
}

.row.gutter-medium>.column,
.row.gutter-medium>.columns {
	padding-right: .5rem;
	padding-left: .5rem
}

.column,
.columns {
	width: 100%;
	/* float: left; */
	padding-right: .5rem;
	padding-left: .5rem
}

.column.row.row,
.row.row.columns {
	display: flex;
	flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.cast-list.row.columns  {
    /* width: calc(100% - 30px + 0.5rem); */
		width: 100%;
}

.row .column.row.row,
.row .row.row.columns {
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
	display: flex;
    flex-wrap: wrap;
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0
}
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
	max-width: none !important
}

.small-1 {
	width: 8.33333%
}

.small-push-1 {
	position: relative;
	left: 8.33333%
}

.small-pull-1 {
	position: relative;
	left: -8.33333%
}

.small-offset-0 {
	margin-left: 0
}

.small-2 {
	width: 16.66667%
}

.small-push-2 {
	position: relative;
	left: 16.66667%
}

.small-pull-2 {
	position: relative;
	left: -16.66667%
}

.small-offset-1 {
	margin-left: 8.33333%
}

.small-3 {
	width: 25%
}

.small-push-3 {
	position: relative;
	left: 25%
}

.small-pull-3 {
	position: relative;
	left: -25%
}

.small-offset-2 {
	margin-left: 16.66667%
}

.small-4 {
	width: 33.33333%
}

.small-push-4 {
	position: relative;
	left: 33.33333%
}

.small-pull-4 {
	position: relative;
	left: -33.33333%
}

.small-offset-3 {
	margin-left: 25%
}

.small-5 {
	width: 41.66667%
}

.small-push-5 {
	position: relative;
	left: 41.66667%
}

.small-pull-5 {
	position: relative;
	left: -41.66667%
}

.small-offset-4 {
	margin-left: 33.33333%
}

.small-6 {
	width: 50%
}

.small-push-6 {
	position: relative;
	left: 50%
}

.small-pull-6 {
	position: relative;
	left: -50%
}

.small-offset-5 {
	margin-left: 41.66667%
}

.small-7 {
	width: 58.33333%
}

.small-push-7 {
	position: relative;
	left: 58.33333%
}

.small-pull-7 {
	position: relative;
	left: -58.33333%
}

.small-offset-6 {
	margin-left: 50%
}

.small-8 {
	width: 66.66667%
}

.small-push-8 {
	position: relative;
	left: 66.66667%
}

.small-pull-8 {
	position: relative;
	left: -66.66667%
}

.small-offset-7 {
	margin-left: 58.33333%
}

.small-9 {
	width: 75%
}

.small-push-9 {
	position: relative;
	left: 75%
}

.small-pull-9 {
	position: relative;
	left: -75%
}

.small-offset-8 {
	margin-left: 66.66667%
}

.small-10 {
	width: 83.33333%
}

.small-push-10 {
	position: relative;
	left: 83.33333%
}

.small-pull-10 {
	position: relative;
	left: -83.33333%
}

.small-offset-9 {
	margin-left: 75%
}

.small-11 {
	width: 91.66667%
}

.small-push-11 {
	position: relative;
	left: 91.66667%
}

.small-pull-11 {
	position: relative;
	left: -91.66667%
}

.small-offset-10 {
	margin-left: 83.33333%
}

.small-12 {
	width: 100%
}

.small-offset-11 {
	margin-left: 91.66667%
}


.small-up-1>.column,
.small-up-1>.columns {
	width: 100%
}

.small-up-2>.column,
.small-up-2>.columns {
	width: 50%
}

.small-up-3>.column,
.small-up-3>.columns {
	width: 33.33333%
}

.small-up-4>.column,
.small-up-4>.columns {
	width: 25%
}

.small-up-5>.column,
.small-up-5>.columns {
	width: 20%
}

.small-up-6>.column,
.small-up-6>.columns {
	width: 16.66667%
}

.small-up-7>.column,
.small-up-7>.columns {
	width: 14.28571%
}

.small-up-8>.column,
.small-up-8>.columns {
	width: 12.5%
}

.small-collapse>.column,
.small-collapse>.columns {
	padding-right: 0;
	padding-left: 0
}

.small-collapse .row {
	margin-right: 0;
	margin-left: 0
}

.expanded.row .small-collapse.row {
	margin-right: 0;
	margin-left: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
	padding-right: .5rem;
	padding-left: .5rem
}

.small-centered {
	margin: 0 auto;
}

.small-pull-0,
.small-push-0,
.small-uncentered {
	position: static;
	margin-right: 0;
	margin-left: 0
}

.column-block {
	margin-bottom: 1rem
}

.column-block>:last-child {
	margin-bottom: 0
}

.position-left {
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
	-webkit-transform: translateX(-250px);
	transform: translateX(-250px);
	overflow-y: auto
}

.position-left.is-open~.off-canvas-content {
	-webkit-transform: translateX(250px);
	transform: translateX(250px)
}

.position-left.is-transition-push::after {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .7);
	box-shadow: 0 0 10px rgba(0, 0, 0, .7);
	content: " "
}

.position-left.is-transition-overlap.is-open~.off-canvas-content {
	-webkit-transform: none;
	transform: none
}

.position-right {
	top: 0;
	right: 0;
	width: 250px;
	height: 100%;
	-webkit-transform: translateX(250px);
	transform: translateX(250px);
	overflow-y: auto
}

.position-right.is-open~.off-canvas-content {
	-webkit-transform: translateX(-250px);
	transform: translateX(-250px)
}

.position-right.is-transition-push::after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 1px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .7);
	box-shadow: 0 0 10px rgba(0, 0, 0, .7);
	content: " "
}

.position-right.is-transition-overlap.is-open~.off-canvas-content {
	-webkit-transform: none;
	transform: none
}

.position-top {
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	-webkit-transform: translateY(-250px);
	transform: translateY(-250px);
	overflow-x: auto
}

.position-top.is-open~.off-canvas-content {
	-webkit-transform: translateY(250px);
	transform: translateY(250px)
}

.position-top.is-transition-push::after {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .7);
	box-shadow: 0 0 10px rgba(0, 0, 0, .7);
	content: " "
}

.position-top.is-transition-overlap.is-open~.off-canvas-content {
	-webkit-transform: none;
	transform: none
}

.position-bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 250px;
	-webkit-transform: translateY(250px);
	transform: translateY(250px);
	overflow-x: auto
}

.position-bottom.is-open~.off-canvas-content {
	-webkit-transform: translateY(-250px);
	transform: translateY(-250px)
}

.position-bottom.is-transition-push::after {
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .7);
	box-shadow: 0 0 10px rgba(0, 0, 0, .7);
	content: " "
}

.position-bottom.is-transition-overlap.is-open~.off-canvas-content {
	-webkit-transform: none;
	transform: none
}

.off-canvas-content {
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.reserve .entry-content {
	width: calc(100% - 10px);
    margin: 0 auto;
}

.reserve .column {
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.type-cast #profile-thumbs li {
	margin-bottom: .5rem;
}

.type-cast #profile-thumbs li:nth-child(n + 5) {
	margin-bottom: 0;
}

.single-cast #profile-frame  {
	display: flex;

}

.archive .news-section {
	padding-left: 1rem;
}

/* --------- Header --------- */

#header {
	padding: .5rem;
	position: relative;
	z-index: 10;
	width: 100%;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

#header #logo {
	text-align: center
}

#header #logo a {
	display: inline-block
}

#header #logo a img {
	opacity: 1;
	-webkit-transition: .4s;
	transition: .4s
}

#header-block.expanded {
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
}

#header #header-block-col #header-menu-frame {
	margin-top: 5px;
	width: 100%
}

#header #header-block-col .shop-info.open,
#header #header-block-col .shop-info.shop-tel {
	display: inline-block;
	padding-bottom: 0;
}

#header #header-block-col .shop-info .shop-tel {
	margin-left: 2rem
}

#header #header-block-col .shop-info .shop-tel .tel .num {
	font-size: 2.6rem
}

#header.sticking #logo img {
	max-width: 550px
}

.subheader {
	margin-top: .2rem;
	margin-bottom: .5rem;
	font-weight: 400;
	line-height: 1.4;
	color: rgb(138, 138, 138);
}

#header-block-col {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	padding-top: 15px;
}

body.home #header.sticking {
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

#top-header-widget-col {
	margin: 0
}

#top-header-widget-col .widget_text {
	padding: 120px 20px;
	text-align: center;
	margin-bottom: 0;
}

#top-header-widget-col .widget_text h2 {
	font-size: 40px;
	margin-bottom: 60px;
	opacity: 0
}

#top-header-widget-col .widget_text h2.on {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

#top-header-widget-col .widget_text .textwidget {
	opacity: 0
}

#top-header-widget-col .widget_text .textwidget p {
	line-height: 2.5
}

#top-header-widget-col .widget_text .textwidget.on {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

#top-header-widget-col .widget_cp5_image_slider_t010 .swiper-container img {
	height: 100vh;;
}

.page-header {
	margin-bottom: 1rem;
}
  
  @keyframes fadeInLeft {
	0% {
	  opacity: 0;
	  -webkit-transform: translateX(-30px);
	  transform: translateX(-30px);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: translateX(0px);
	  transform: translateX(0px);
	}
  }

  @keyframes fadeInRight {
	0% {
	  opacity: 0;
	  -webkit-transform: translateX(30px);
	  transform: translateX(30px);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: translateX(0px);
	  transform: translateX(0px);
	}
  }

/* --------- Sidebar --------- */

.drawer--sidebar {
	background-color: rgb(255, 255, 255)
}

.drawer--sidebar .drawer-contents {
	background-color: rgb(255, 255, 255)
}

/* --------- Footer --------- */

#footer {
	padding: 0;
	position: relative;
}

.footer-wrap {
	position: absolute;
	width: 100%;
}

.footer-wrap .widget_cp5_news_t010 {
	padding-bottom: 0;
}

.footer-widget-box {
    display: flex;
    width: calc(120rem - 50px);
    margin: 0 auto;
    justify-content: center;
}

#footer .widget:last-child {
    padding-right: 0;
}

#footer a {
	text-decoration: underline
}

#footer a:hover {
	text-decoration: none
}

#footer #footer-widget-col .widget-title {
	opacity: 1;
	margin-top: 0;
}

#footer #footer-widget-col .widget_cp5_shop_info .shop-info .shop-name {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

#footer #footer-widget-col .widget_nav_menu {
	font-size: 1.2rem
}

#footer #footer-widget-col .widget_nav_menu ul {
	margin: 0;
	padding: 0
}

#footer #footer-widget-col .widget_nav_menu ul li {
	display: block;
	padding-left: 0;
	padding-top: .8rem;
	border-bottom-style: solid;
	border-bottom-width: 1px
}

.footer-widget-col2st  {
	margin:0 30px;
}

#footer #footer-copy {
	font-size: 1.2rem;
	padding: 5rem 0 5rem 0;
	border-top: rgba(131, 131, 131, .3) 1px solid
}

#footer-copy div {
	padding-bottom: .8rem;
}

#footer-copy div:last-child {
	padding-right: 0;
}

/* --------- Title logo tagline --------- */
/* --------- Date and time --------- */
/* --------- Parts --------- */

.cast-frame a .cast-icon {
    padding-bottom: 1rem;
}

.widget_cp5_waitcast_list_t010 .cast-icon {
    padding-bottom: 2rem;
}

.sticky {
	display: block
}

.byline,
.updated:not(.published) {
	display: none
}

.callout {
	position: relative;
	margin: 0 0 1rem 0;
	padding: 1rem;
	border: 1px solid rgba(0, 0, 0, .25);
	border-radius: 0;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}

.callout>:first-child {
	margin-top: 0
}

.callout>:last-child {
	margin-bottom: 0
}

.callout.primary {
	background-color: rgb(215, 236, 250);
	color: rgb(0, 0, 0);
}

.callout.secondary {
	background-color: rgb(234, 234, 234);
	color: rgb(0, 0, 0);
}

.callout.success {
	background-color: rgb(225, 250, 234);
	color: rgb(0, 0, 0);
}

.callout.warning {
	background-color: rgb(255, 243, 217);
	color: rgb(0, 0, 0);
}

.callout.alert {
	background-color: rgb(247, 228, 225);
	color: rgb(0, 0, 0);
}

.callout.small {
	padding-top: .5rem;
	padding-right: .5rem;
	padding-bottom: .5rem;
	padding-left: .5rem
}

.callout.large {
	padding-top: 3rem;
	padding-right: 3rem;
	padding-bottom: 3rem;
	padding-left: 3rem
}

.flex-video,
.responsive-embed {
	position: relative;
	height: 0;
	margin-bottom: 1.6rem;
	padding-bottom: 75%;
	overflow: hidden
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.flex-video.widescreen,
.responsive-embed.widescreen {
	padding-bottom: 56.25%
}

.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}

.show-on-focus:active,
.show-on-focus:focus {
	position: static !important;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	-webkit-clip-path: none;
	clip-path: none
}

.hide-for-portrait,
.show-for-landscape {
	display: block !important
}

.dotted-line-wrap {
	display: none;
}

.scroll-line {
	position: absolute;
    width: 1px;
    height: 66px;
    bottom: 0;
    background: #222728;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}

.scroll-line:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    top: 0;
    left: 0;
    animation: scroll 2s infinite normal;
}

@keyframes scroll {
    0% {
        transform: translate3d(0, -100%, 0)
    }
    15% {
        transform: translate3d(0, -98%, 0)
    }
    85% {
        transform: translate3d(0, 98%, 0)
    }
    100% {
        transform: translate3d(0, 100%, 0)
    }
}

.no-data {
	padding: .5em 0
}

.query-count {
	padding: 1.5rem 1.5rem;
}

.query-count .num,
.query-count .total-num {
	font-size: 1.6rem;
	font-weight: 700
}


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden
}

.screen-reader-text:focus {
	background-color: rgb(241, 241, 241);
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: rgb(33, 117, 155);
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

#content[tabindex="-1"]:focus {
	outline: 0
}

.alignleft {
	display: inline;
	margin-right: 1.5em
}

.alignright {
	display: inline;
	margin-left: 1.5em
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.group-blog .byline,
.single .byline {
	display: inline
}

.comment-content a {
	word-wrap: break-word
}

.bypostauthor {
	display: block
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

/* --------- List --------- */
dl,
ol,
ul {
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 1.6
}

li {
	font-size: inherit
}

ul {
	margin-left: 1.25rem;
	list-style-type: disc
}

ol {
	margin-left: 1.25rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-left: 1.25rem;
	margin-bottom: 0
}

dl {
	margin-bottom: 1rem
}

dl dt {
	margin-bottom: .3rem;
	font-weight: 700
}

/* --------- Search --------- */
#cast-search-tag #cast-search-frame ul {
	margin: 0
}

/* --------- Table --------- */

table {
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0
}

tbody,
tfoot,
thead {
	border: 1px solid rgba(13, 13, 13, 0);
	background-color: transparent
}

thead {
	background: rgba(6, 6, 6, 0);
	color: inherit
}

tfoot {
	background: rgba(13, 13, 13, 0);
	color: rgb(0, 0, 0);
}

tfoot tr,
thead tr {
	background: 0 0
}

tfoot td,
tfoot th,
thead td,
thead th {
	padding: .8rem 1rem 1rem;
	font-weight: 700;
	text-align: left
}

tbody td,
tbody th {
	padding: .8rem 1rem 1rem
}

tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid rgba(13, 13, 13, 0);
	background-color: transparent
}

table.striped tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: rgba(13, 13, 13, 0)
}

table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto
}

table.hover thead tr:hover {
	background-color: rgba(1, 1, 1, 0)
}

table.hover tfoot tr:hover {
	background-color: rgba(8, 8, 8, 0)
}

table.hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0)
}

table.hover.striped tr:nth-of-type(even):hover {
	background-color: rgba(0, 0, 0, 0)
}

.table-scroll {
	overflow-x: auto
}

.table-scroll table {
	width: auto
}

/* --------- Button --------- */

button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: 0 0;
	line-height: 1
}

[data-whatinput=mouse] button {
	outline: 0
}

.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1.6rem 0;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background-color .25s ease-out, color .25s ease-out;
	font-size: 1.6rem;
	line-height: 1.1;
	text-align: center;
	cursor: pointer;
	color: rgb(255, 255, 255);
}

.parallax_widget .button {
	margin-bottom: 0;
}

.ng18-button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	padding: .85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 0;
	transition: background-color .25s ease-out, color .25s ease-out;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	width: 100%;
}

.search-submit {
	padding: .85em 1em;
}

.fade-in01{
	font-size:40px;
	opacity:0;
	animation-name: sample01;
	animation-duration: 30s;
	animation-fill-mode: forwards;
  }
  @keyframes sample01 {
  0% {
	opacity: 0;
	color:rgb(0, 0, 0);
  }
   100% {
	opacity: 1;
	color:rgb(255, 0, 0);
  } 
  }
  


[data-whatinput=mouse] .button {
	outline: 0
}

.button.tiny {
	font-size: 1.1rem
}

.button.small {
	font-size: 1.2rem
}


.button.large {
	font-size: 1.6rem
}

.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 10px;
    padding-top: 10px;
}

.button.primary {
	background-color: rgb(23, 121, 186);
	color: rgb(255, 255, 255);
}

.button.secondary {
	background-color: rgb(118, 118, 118);
	color: rgb(0, 0, 0);
}

.button.success {
	background-color: rgb(58, 219, 118);
	color: rgb(0, 0, 0);
}

.button.warning {
	background-color: rgb(255, 174, 0);
	color: rgb(0, 0, 0);
}

.button.alert {
	background-color: rgb(204, 75, 55);
	color: rgb(0, 0, 0);
}

.button.hollow {
	border: 1px solid rgb(23, 121, 186);
	color: rgb(23, 121, 186);
}

.button.hollow,
.button.hollow:focus,
.button.hollow:hover {
	background-color: transparent
}

.button.hollow:focus,
.button.hollow:hover {
	border-color: rgb(12, 61, 93);
	color: rgb(12, 61, 93);
}

.button.hollow.primary {
	border: 1px solid rgb(23, 121, 186);
	color: rgb(23, 121, 186)
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
	border-color: rgb(12, 61, 93);
	color: rgb(12, 61, 93)
}

.button.hollow.secondary {
	border: 1px solid rgb(118, 118, 118);
	color: rgb(118, 118, 118);
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
	border-color: rgb(59, 59, 59);
	color: rgb(59, 59, 59)
}

.button.hollow.success {
	border: 1px solid rgb(58, 219, 118);
	color: rgb(58, 219, 118);
}

.button.hollow.success:focus,
.button.hollow.success:hover {
	border-color: rgb(21, 117, 57);
	color: rgb(21, 117, 57)
}

.button.hollow.warning {
	border: 1px solid rgb(255, 174, 0);
	color: rgb(255, 174, 0);
}

.button.hollow.warning:focus,
.button.hollow.warning:hover {
	border-color: rgb(128, 87, 0);
	color: rgb(128, 87, 0);
}

.button.hollow.alert {
	border: 1px solid rgb(204, 75, 55);
	color: rgb(204, 75, 55);
}

.button.hollow.alert:focus,
.button.hollow.alert:hover {
	border-color: rgb(103, 37, 26);
	color: rgb(103, 37, 26);
}

.button.clear {
	border: 1px solid transparent;
	color: rgb(23, 121, 186);
}

.button.clear,
.button.clear:focus,
.button.clear:hover {
	background-color: transparent
}

.button.clear:focus,
.button.clear:hover {
	border-color: transparent;
	color: rgb(12, 61, 93);
}

.button.clear.primary {
	border: 1px solid transparent;
	color: rgb(23, 121, 186);
}

.button.clear.primary:focus,
.button.clear.primary:hover {
	border-color: transparent;
	color: rgb(12, 61, 93);
}

.button.clear.secondary {
	border: 1px solid transparent;
	color: rgb(118, 118, 118);
}

.button.clear.secondary:focus,
.button.clear.secondary:hover {
	border-color: transparent;
	color: rgb(59, 59, 59);
}

.button.clear.success {
	border: 1px solid transparent;
	color: rgb(58, 219, 118);
}

.button.clear.success:focus,
.button.clear.success:hover {
	border-color: transparent;
	color: rgb(21, 117, 57);
}

.button.clear.warning {
	border: 1px solid transparent;
	color: rgb(255, 174, 0);
}

.button.clear.warning:focus,
.button.clear.warning:hover {
	border-color: transparent;
	color: rgb(128, 87, 0);
}

.button.clear.alert:focus,
.button.clear.alert:hover {
	border-color: transparent;
	color: rgb(103, 37, 26);
}

.button.disabled,
.button[disabled] {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
	background-color: rgb(23, 121, 186);
	color: rgb(255, 255, 255);
}

.button.disabled.primary,
.button[disabled].primary {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.primary,
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
	background-color: rgb(23, 121, 186);
	color: rgb(255, 255, 255);
}

.button.disabled.secondary,
.button[disabled].secondary {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.secondary,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
	background-color: rgb(118, 118, 118);
	color: rgb(0, 0, 0);
}

.button.disabled.success,
.button[disabled].success {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.success,
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success,
.button[disabled].success:focus,
.button[disabled].success:hover {
	background-color: rgb(58, 219, 118);
	color: rgb(0, 0, 0);
}

.button.disabled.warning,
.button[disabled].warning {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.warning,
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
	background-color: rgb(255, 174, 0);
	color: rgb(0, 0, 0)
}

.button.disabled.alert,
.button[disabled].alert {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.alert,
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
	background-color: rgb(204, 75, 55);
	color: rgb(0, 0, 0);
}

.button.dropdown::after {
	display: block;
	width: 0;
	height: 0;
	border: inset .4em;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: rgb(255, 255, 255) transparent transparent;
	position: relative;
	top: .4em;
	display: inline-block;
	margin-left: 1em
}

.button.dropdown.hollow::after {
	border-top-color: rgb(23, 121, 186);
}

.button.dropdown.hollow.primary::after {
	border-top-color: rgb(23, 121, 186);
}

.button.dropdown.hollow.secondary::after {
	border-top-color: rgb(118, 118, 118);
}

.button.dropdown.hollow.success::after {
	border-top-color: rgb(58, 219, 118);
}

.button.dropdown.hollow.warning::after {
	border-top-color: rgb(255, 174, 0);
}

.button.dropdown.hollow.alert::after {
	border-top-color: rgb(204, 75, 55);
}

.button.arrow-only::after {
	top: -.1em;
	margin-left: 0
}

/*
# Animes
*/
.slider-navs {
	display: flex;
	flex-wrap: wrap;
}

/* イメージスライダー */
@media print, screen and (min-width: 64.1em) {
	.header-image-slider  {
		max-width: 100%;
		margin-top: 0;
	}

	.header-image-slider.swiper-container img {
		height: 100%;
		object-fit: cover;
		height: 100vh;
	}

	.header-image-slider.swiper-container video {
		height: 100vh;
		min-height: 100vh;
		min-width: 100%;
		width: auto;
		object-fit: cover;
	}
}

.home .header-image-slider {
    margin-bottom: 0;
}
.header-image-slider {
    margin: 0 0 1rem;
    position: relative;
    width: 100%;
}

/*!
* Author: Antonio Dal Sie
* Name: ng-ripple
* Description: Material ripple effects for angularjs
*/
.ripple-cont {
	position: relative;
	text-transform: uppercase;
	background-color: transparent;
	cursor: pointer;
	border: 0;
	outline: 0;
	overflow: hidden;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-transition: all .3s;
	transition: all .3s
}

.ripple-cont.r-round {
	min-width: 56px;
	min-height: 56px;
	line-height: 56px
}

.ripple-cont.r-card {
	padding: 0;
	width: 100%
}

.ripple-cont.r-full {
	width: 100%
}

.ripple-cont.r-icon {
	padding: 8px;
	line-height: 1;
	min-height: 15px;
	min-width: 15px;
	background-color: transparent
}

.ripple-cont.r-icon:hover {
	background-color: transparent
}

.ripple-cont.r-icon:active {
	background-color: transparent
}

.ripple-cont.r-raised {
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26)
}

.ripple-cont.r-raised:not(.disabled):active {
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .4)
}

.ripple-cont.r-round,
.ripple-cont.r-round .ripple-cont {
	border-radius: 50%;
	overflow: hidden
}

.ripple-cont.r-round .ink-content {
	border-radius: 50%
}

.ripple-cont.disabled {
	color: rgba(0, 0, 0, .26) !important;
	cursor: default;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ripple-cont.disabled:hover {
	background-color: transparent
}

.ripple-cont.disabled:active {
	background-color: transparent
}

.ripple-cont.r-raised.disabled {
	background-color: rgba(0, 0, 0, .12) !important;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ripple-cont .ripple-content {
	position: relative;
	z-index: 2;
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}

.ripple-cont .ink-content {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
	width: 100%;
	background-clip: padding-box;
	background-color: transparent;
	-moz-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	-o-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	border-radius: 2px;
	pointer-events: none;
	-webkit-transition: all .4s cubic-bezier(.25, .8, .25, 1) 0s;
	transition: all .4s cubic-bezier(.25, .8, .25, 1) 0s
}

.ripple-cont.r-overink>.ink-content {
	display: none;
	z-index: 3;
	-webkit-transition: all .4s cubic-bezier(.25, .8, .25, 1) 0s, z-index 1ms linear 0s;
	transition: all .4s cubic-bezier(.25, .8, .25, 1) 0s, z-index 1ms linear 0s
}

.ink-content .ink,
.ink-content .ink>i {
	display: block;
	position: absolute;
	border-radius: 100%;
	z-index: 10
}

.ink-content .ink {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	will-change: transform, height, width
}

.ink-content .ink>i {
	background: rgb(0, 0, 0);
	top: 0;
	left: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	will-change: transform, opacity
}

.ripple-cont.r-icon .ink {
	top: 50%;
	left: 50%
}

.ink-content .ink.animate,
.ink-content .ink.animate>i {
	-webkit-transition: margin .9s cubic-bezier(.25, .8, .25, 1), border .9s cubic-bezier(.25, .8, .25, 1), width .9s cubic-bezier(.25, .8, .25, 1), height .9s cubic-bezier(.25, .8, .25, 1), opacity .9s cubic-bezier(.25, .8, .25, 1), -webkit-transform .9s cubic-bezier(.25, .8, .25, 1);
	transition: margin .9s cubic-bezier(.25, .8, .25, 1), border .9s cubic-bezier(.25, .8, .25, 1), width .9s cubic-bezier(.25, .8, .25, 1), height .9s cubic-bezier(.25, .8, .25, 1), opacity .9s cubic-bezier(.25, .8, .25, 1), -webkit-transform .9s cubic-bezier(.25, .8, .25, 1);
	transition: margin .9s cubic-bezier(.25, .8, .25, 1), border .9s cubic-bezier(.25, .8, .25, 1), width .9s cubic-bezier(.25, .8, .25, 1), height .9s cubic-bezier(.25, .8, .25, 1), opacity .9s cubic-bezier(.25, .8, .25, 1), transform .9s cubic-bezier(.25, .8, .25, 1);
	transition: margin .9s cubic-bezier(.25, .8, .25, 1), border .9s cubic-bezier(.25, .8, .25, 1), width .9s cubic-bezier(.25, .8, .25, 1), height .9s cubic-bezier(.25, .8, .25, 1), opacity .9s cubic-bezier(.25, .8, .25, 1), transform .9s cubic-bezier(.25, .8, .25, 1), -webkit-transform .9s cubic-bezier(.25, .8, .25, 1)
}

.ink-content .ink.animate {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.ink-content .ink.animate>i {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.material-scrolltop {
	display: block;
	position: fixed;
	width: 0;
	height: 0;
	bottom: 12px;
	right: 12px;
	padding: 0;
	z-index: 1000;
	overflow: hidden;
	outline: 0;
	border: none;
	border-radius: 0;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: all .3s cubic-bezier(.25, .25, 0, 1);
	transition: all 1s cubic-bezier(.25, .25, 0, 1);
	border: 1px solid rgb(119, 119, 119);
}

.material-scrolltop:hover {
	text-decoration: none;
	transition: all 1s cubic-bezier(.25, .25, 0, 1);
	opacity: .8;
}

.material-scrolltop.reveal {
	width: 48px;
	height: 48px
}

.material-scrolltop span {
	display: block;
	font-size: 25px;
	color: rgb(255, 255, 255);
}

.sk-cube-grid {
	position: absolute;
	left: calc(50% - 20px);
	left: -webkit-calc(50% - 20px);
	top: calc(50% - 20px);
	top: -webkit-calc(50% - 20px);
	width: 40px;
	height: 40px
}

.sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: rgba(184, 155, 111, .5);
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0;
	animation-delay: 0
}

.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

@-webkit-keyframes sk-cubeGridScaleDelay {

	0%,
	100%,
	70% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1)
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1)
	}
}

@keyframes sk-cubeGridScaleDelay {

	0%,
	100%,
	70% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1)
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1)
	}
}

@-webkit-keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

#loading {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .9)
}

@media screen and (min-width:48.9375px) {
	body.admin-bar #header.sticking {
		padding-top: 32px
	}

	body.admin-bar .drawer-nav.follow #drawer-wrap {
		padding-top: 32px
	}

	body.admin-bar .drawer-nav.follow+.drawer-hamburger {
		top: 32px
	}

	body.admin-bar .drawer-nav:not(.follow) #drawer-wrap {
		padding-top: 32px
	}

	body.admin-bar .drawer-nav:not(.follow)+.drawer-hamburger {
		top: 32px
	}
}

@media screen and (max-width:782px) {
	body.admin-bar #header.sticking {
		padding-top: 46px
	}

	body.admin-bar .drawer-nav.follow #drawer-wrap {
		padding-top: 0
	}

	body.admin-bar .drawer-nav.follow+.drawer-hamburger {
		top: 46px
	}

	body.admin-bar .drawer-nav:not(.follow) #drawer-wrap {
		padding-top: 46px
	}

	body.admin-bar .drawer-nav:not(.follow)+.drawer-hamburger {
		top: 46px
	}
}

@media screen and (max-width:600px) {
	body.admin-bar #header.sticking {
		padding-top: 46px
	}

	body.admin-bar #header.sticking.on {
		padding-top: 0
	}

	body.admin-bar .drawer-nav.follow+.drawer-hamburger {
		top: 0
	}

	body.admin-bar .drawer-nav:not(.follow)+.drawer-hamburger {
		top: 46px
	}
}

#loading_platina {
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999999;
	width: 100%;
	height: 100%;
	position: fixed;
}

.loading_platina-logo {
	max-width: 300px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.loading_platina-logo {
	width: 100%;
	top: 0;
	left: 0;
}

.loading_platina-logo:before {
	content: "";
	display: block;
	width: 100%;
	height: 110%;
	position: absolute;
	top: 0;
	left: 0%;
	animation: loadlogo 4s infinite forwards cubic-bezier(1, 0.02, 0.11, 1.03);
}

@keyframes loadlogo {
	0% {
		left: 0%;
	}

	40% {
		left: 100%;
	}

	50% {
		left: 100%;
	}

	51% {
		left: -100%;
	}

	90% {
		left: 0%;
	}

	100% {
		left: 0%;
	}
}

  .loader{
	background:rgb(17, 187, 187);
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:10;
  }

  .loader-animation,
  .loader-animation:before,
  .loader-animation:after {
	background:#ffffff;
	-webkit-animation:load1 1s infinite ease-in-out;
	animation:load1 1s infinite ease-in-out;
	width:1em;
	height:4em;
  }
  .loader-animation {
	height:10px;
	left:50%;
	margin:-5px 0 0 -5px;
	position:absolute;
	top:50%;
	width:10px;
	color:rgb(255, 255, 255);
	text-indent:-9999em;
	font-size:10px;
	-webkit-transform:translateZ(0);
	-ms-transform:translateZ(0);
	transform:translateZ(0);
	-webkit-animation-delay:-0.16s;
	animation-delay:-0.16s;
  }
  .loader-animation:before,
  .loader-animation:after {
	position:absolute;
	top:0;
	content:'';
  }
  .loader-animation:before {
	left:-1.5em;
	-webkit-animation-delay:-0.32s;
	animation-delay:-0.32s;
  }
  .loader-animation:after {
	left:1.5em;
  }
  @-webkit-keyframes load1 {
	0%,
	80%,
	100% {
	  box-shadow:0 0;
	  height:4em;
	}
	40% {
	  box-shadow:0 -2em;
	  height:5em;
	}
  }
  @keyframes load1 {
	0%,
	80%,
	100% {
	  box-shadow:0 0;
	  height:4em;
	}
	40% {
	  box-shadow:0 -2em;
	  height:5em;
	}
  }

  #top-header-widget-col .widget-title .title-name {
	display: inline-block;
    position: relative;
	overflow: hidden;
}

.inview-elements {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.inview-elements:before {
	content: "";
	display: block;
	width: 100%;
	height: 110%;
	position: absolute;
	top: 0;
	left: 0%;
	z-index: 1;
}

.inview-animate:before {
	content: "";
	display: block;
	width: 100%;
	height: 110%;
	background-color: rgb(255, 255, 255);
	position: absolute;
	top: 0;
	left: 0%;
	animation: loadmask 2.7s forwards cubic-bezier(1, 0.02, 0.11, 1.03);
	z-index: 1;
}

.inview-elements-img {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.inview-elements-img:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255);
	position: absolute;
	top: 0;
	left: 0%;
	z-index: 1;
}

.inview-animate-img:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255);
	position: absolute;
	top: 0;
	left: 0%;
	animation: loadmask 2.7s forwards cubic-bezier(1, 0.02, 0.11, 1.03);
	z-index: 1;
}

.inview-elements {
	opacity: 0;
}

.inview-elements.inview-animate {
	opacity: 1;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-stage .owl-item:nth-of-type(1) .inview-animate:before {
	animation: loadmask 3.0s forwards cubic-bezier(0.38, 0.07, 0, 0.98);
}

.owl-stage .owl-item:nth-of-type(2) .inview-animate:before {
	animation: loadmask 3.5s forwards cubic-bezier(0.38, 0.07, 0, 0.98);
}

.owl-stage .owl-item:nth-of-type(3) .inview-animate:before {
	animation: loadmask 4s forwards cubic-bezier(0.38, 0.07, 0, 0.98);
}

.owl-stage .owl-item:nth-of-type(4) .inview-animate:before {
	animation: loadmask 3.5s forwards cubic-bezier(0.38, 0.07, 0, 0.98);
}

.owl-stage .owl-item:nth-of-type(5) .inview-animate:before {
	animation: loadmask 4s forwards cubic-bezier(0.38, 0.07, 0, 0.98);
}

.owl-stage .owl-item:nth-of-type(6) .inview-animate:before {
	animation: loadmask 4.5s forwards cubic-bezier(.0.38, 0.07, 0, 0.98);
}

.owl-stage .owl-item:nth-of-type(7) .inview-animate:before {
	animation: loadmask 5s forwards cubic-bezier(0.38, 0.07, 0, 0.98);
}

.owl-stage .owl-item:nth-of-type(8) .inview-animate:before {
	animation: loadmask 5.5s forwards cubic-bezier(0.38, 0.07, 0, 0.98);
}

.cast-list .columns:nth-of-type(1) .inview-animate:before {
	animation: loadmask 2.0s forwards cubic-bezier(0.38, 0.07, 0, 0.98);
}

.cast-list .columns:nth-of-type(2) .inview-animate:before {
	animation: loadmask 2.5s forwards cubic-bezier(.5, .2, 0, 1.30);
}

.cast-list .columns:nth-of-type(3) .inview-animate:before {
	animation: loadmask 3.0s forwards cubic-bezier(.5, .2, 0, 1.30);
}

.cast-list .columns:nth-of-type(4) .inview-animate:before {
	animation: loadmask 3.5s forwards cubic-bezier(.5, .2, 0, 1.30);
}

.cast-list .columns:nth-of-type(5) .inview-animate:before {
	animation: loadmask 4.0s forwards cubic-bezier(.5, .2, 0, 1.30);
}

.cast-list .columns:nth-of-type(6) .inview-animate:before {
	animation: loadmask 4.5s forwards cubic-bezier(.5, .2, 0, 1.30);
}

.cast-list .columns:nth-of-type(7) .inview-animate:before {
	animation: loadmask 5.0s forwards cubic-bezier(.5, .2, 0, 1.30);
}

.cast-list .columns:nth-of-type(8) .inview-animate:before {
	animation: loadmask 5.5s forwards cubic-bezier(.5, .2, 0, 1.30);
}

@keyframes loadmask {
	0% {
		transform: translateX(0%);
	}

	90% {
		transform: translateX(100%);
		opacity: 1;
	}

	100% {
		transform: translateX(100%);
		opacity: 0;
	}
}

/*
# Forms
*/
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 3.9rem;
	margin: 0 0 1.6rem;
	padding: .8rem;
	border: 1px solid rgb(202, 202, 202);
	border-radius: 0;
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	font-family: inherit;
	font-size: 1.6rem;
	font-weight: 400;
	color: rgb(0, 0, 0);
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
	outline: 0;
	border: 1px solid rgb(138, 138, 138);
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0 0 5px rgb(202, 202, 202);
	box-shadow: 0 0 5px rgb(202, 202, 202);
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}

textarea {
	max-width: 100%;
}

textarea[rows] {
	height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: rgb(138, 138, 138);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: rgb(138, 138, 138);
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: rgb(138, 138, 138);
}

input::placeholder,
textarea::placeholder {
	color: rgb(138, 138, 138);
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: rgb(230, 230, 230);
	cursor: not-allowed
}

[type=button],
[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0
}

input[type=search] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

[type=checkbox],
[type=file],
[type=radio] {
	margin: 0 0 1.6rem
}

[type=checkbox]+label,
[type=radio]+label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: .8rem;
	margin-right: 1.6rem;
	margin-bottom: 0
}

[type=checkbox]+label[for],
[type=radio]+label[for] {
	cursor: pointer
}

label>[type=checkbox],
label>[type=radio] {
	margin-right: .8rem
}

[type=file] {
	width: 100%
}

label {
	display: block;
	margin: 0;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.8;
	color: inherit;
}

label.middle {
	margin: 0 0 1.6rem;
	padding: .9rem 0;
}

.input-group {
	display: table;
	width: 100%;
	margin-bottom: 1.6rem;
}

.input-group>:first-child {
	border-radius: 0;
}

.input-group>:last-child>* {
	border-radius: 0;
}

.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
	margin: 0;
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle;
}

.input-group-label {
	padding: 0 1rem;
	border: 1px solid rgb(202, 202, 202);
	background: rgb(230, 230, 230);
	color: rgb(0, 0, 0);
	text-align: center;
	white-space: nowrap;
	width: 1%;
	height: 100%;
}

.input-group-label:first-child {
	border-right: 0;
}

.input-group-label:last-child {
	border-left: 0;
}

.input-group-field {
	border-radius: 0;
	height: 4rem;
}

.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	width: 1%;
	height: 100%;
}

.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
	height: 4rem;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1.6rem;
}

.input-group .input-group-button {
	display: table-cell;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}


legend {
	max-width: 100%;
	margin-bottom: .8rem;
}

.fieldset {
	margin: 1.8rem 0;
	padding: 2rem;
	border: 1px solid rgb(202, 202, 202);
}

.fieldset legend {
	margin: 0;
	margin-left: -.3rem;
	padding: 0 .3rem;
	background: rgb(255, 255, 255);
}

select {
	height: 3.9rem;
	margin: 0 0 1.6rem;
	padding: .8rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid rgb(202, 202, 202);
	border-radius: 0;
	background-color: rgb(255, 255, 255);
	font-family: inherit;
	font-size: 1.6rem;
	line-height: normal;
	color: rgb(0, 0, 0);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1.6rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 2.4rem;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
}

select:focus {
	outline: 0;
	border: 1px solid rgb(138, 138, 138);
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0 0 5px rgb(202, 202, 202);
	box-shadow: 0 0 5px rgb(202, 202, 202);
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
}

select:disabled {
	background-color: rgb(230, 230, 230);
	cursor: not-allowed;
}

select::-ms-expand {
	display: none;
}

select[multiple] {
	height: auto;
	background-image: none;
}

.is-invalid-input:not(:focus) {
	border-color: rgb(204, 75, 55);
	background-color: rgb(250, 237, 235);
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
	color: rgb(204, 75, 55);
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
	color: rgb(204, 75, 55);
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
	color: rgb(204, 75, 55);
}

.is-invalid-input:not(:focus)::placeholder {
	color: rgb(204, 75, 55);
}

.is-invalid-label {
	color: rgb(204, 75, 55);
}

.form-error {
	display: none;
	margin-top: -.8rem;
	margin-bottom: 1.6rem;
	font-size: 1.2rem;
	font-weight: 700;
	color: rgb(204, 75, 55);
}

.form-error.is-visible {
	display: block;
}

.label {
	display: inline-block;
	padding: .33333rem .5rem;
	border-radius: 0;
	font-size: 1.2rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	background: rgb(23, 121, 186);
	color: rgb(255, 255, 255);
}

.label.primary {
	background: rgb(23, 121, 186);
	color: rgb(255, 255, 255);
}

.label.secondary {
	background: rgb(118, 118, 118);
	color: rgb(0, 0, 0);
}

.label.success {
	background: rgb(58, 219, 118);
	color: rgb(0, 0, 0);
}

.label.warning {
	background: rgb(255, 174, 0);
	color: rgb(0, 0, 0);
}

.label.alert {
	background: rgb(204, 75, 55);
	color: rgb(0, 0, 0);
}

.contact .column {
    flex-direction: column;
}

/*
# Navigation
*/
/* --------- ## Links ---------- */

a {
	line-height: inherit;
	color: rgb(23, 121, 186);
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: rgb(20, 104, 160);
}

a img {
	border: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.more-link a,
.more-link .anchor {
    display: inline-block;
    text-align: left;
    font-family: "Euclid Square Regular", EuclidSquare-Regular, Euclid, YuGothic, 游ゴシック体, "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 128.57%;
    padding-bottom: 20px;
    width: 100%;
    max-width: 227px;
    text-decoration: none;
    position: relative;
    margin-top: 1.6rem;
}

.more-link a:before,
.more-link a:after,
.more-link .anchor:before,
.more-link .anchor:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid rgb(62, 58, 57);
    width: 100%;
}

.more-link a:before,
.more-link .anchor:before {
    -webkit-transition: transform 0.3s ease 0.3s;
    transition: transform 0.3s ease 0.3s;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transform-origin: 100% 100%;
}

.more-link a:after,
.more-link .anchor:after {
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 0 0;
}

.more-link a span,
.more-link .anchor span {
    display: block;
    position: relative;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
    padding-left: 0;
}

.more-link a span:before,
.more-link .anchor span:before {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(assets/images/iconmonstr-arrow-right-thin.svg);
    right: 0;
    content: "";
    width: 30px;
    height: 30px;
}

.footer-wrap .more-link a span:before,
.footer-wrap .more-link .anchor span:before {
	background-image: unset;
}

.more-link a:hover,
.more-link .anchor:hover {
    text-decoration: none;
}

.more-link a:hover:before,
.more-link .anchor:hover:before {
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.more-link a:hover:after,
.more-link .anchor:hover:after {
    -webkit-transition: transform 0.3s ease 0.3s;
    transition: transform 0.3s ease 0.3s;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.more-link a:hover span,
.more-link .anchor:hover span {
    padding-left: 8px;
}

.more-link .white a,
.more-link .white .anchor {
    color: rgb(255, 255, 255);
}

.more-link .white a:before,
.more-link .white a:after,
.more-link .white .anchor:before,
.more-link .white .anchor:after {
    border-bottom-color: rgb(255, 255, 255);
}

.more-link .white a span:before,
.more-link .white .anchor span:before {
    background-image: url(assets/images/arrow_1-white.svg);
}

/* ---------  Menus ---------- */
.main-navigation {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0
}

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	position: absolute;
	top: calc(4rem);
	left: -999em;
	z-index: 99999;
	padding-top: 2rem;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0
}

.main-navigation ul ul li.focus>ul,
.main-navigation ul ul li:hover>ul {
	left: 100%
}

.main-navigation ul ul a {
	width: 200px
}

.main-navigation ul li.focus>ul,
.main-navigation ul li:hover>ul {
	left: auto
}

.main-navigation li {
	position: relative
}

.main-navigation li.menu-item-has-children>.sub-menu {
	transition: .8s ease;
	opacity: 0;
}

.main-navigation li.menu-item-has-children:hover>.sub-menu {
	opacity: 1
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: .5rem 1rem;
	font-size: 1.4rem;
	font-weight: bold;
}
.main-navigation li:last-child a {
	padding-right: 0;
}
.main-navigation a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: rgb(204, 204, 204);
	height: 1px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.main-navigation a:active:before,
.main-navigation a:focus:before,
.main-navigation a:hover:before {
	left: 0;
	right: 0;
}

.main-navigation a:after {
	font-weight: 400;
	content: attr(title);
	display: block;
	font-size: 1rem;
}

.main-navigation li.current-menu-item a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 1px;
	right: 1px;
	bottom: 0;
	background: rgb(204, 204, 204);
	height: 1px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.main-navigation.toggled ul,
.menu-toggle {
	display: block;
}

#smart-info {
	padding: 1rem 0;
}

#smart-info .button {
	width: 100%;
	display: block;
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
	width: 50%;
}

.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
	text-align: right;
	width: 50%;
}

.drawer-nav {
	position: fixed;
	z-index: 1001;
	top: 0;
	width: 24rem;
	height: 100%;
	background-color: rgb(255, 255, 255);
}

.drawer-brand {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 3.75rem;
	display: block;
	padding-right: 1rem;
	padding-left: 1rem;
	text-decoration: none;
	color: rgb(153, 153, 153);
}

.drawer-menu {
	margin: 0;
	padding: 0;
	list-style: none
}

.drawer-menu li a {
	padding: 1rem;
	display: block
}

.drawer-menu li a.more-icon {
	position: absolute;
	display: block;
	text-align: right;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	text-align: right;
	padding: .5rem .5rem 0 0
}

.drawer-menu>li {
	border-bottom: 1px solid rgba(108, 108, 108, .3);
	border-top: 1px solid rgba(148, 148, 148, .3)
}

.drawer-menu>li+li {
	margin-top: -1px
}

.drawer-menu>li .children,
.drawer-menu>li .sub-menu {
	list-style: none;
	padding: 0;
	margin-left: 0
}

.drawer-menu>li .children>li,
.drawer-menu>li .sub-menu>li {
	border-top: 1px solid rgba(221, 221, 221, 0.48);
}

.drawer-menu>li .children>li a,
.drawer-menu>li .sub-menu>li a {
	padding-left: 1.6rem;
	padding-left: 5rem;
}

.drawer-menu .menu-item-has-children {
	position: relative;
}

.drawer-menu .menu-item-has-children .more-icon>.fa-minus {
	display: none;
}

.drawer-menu .menu-item-has-children .sub-menu {
	margin: 0;
}

.drawer-menu .menu-item-has-children .sub-menu li:not(:last-child) {
	-webkit-box-shadow: 0 2px 0 rgba(255, 255, 255, .1);
	box-shadow: 0 2px 0 rgba(255, 255, 255, .1);
}

.drawer-menu .menu-item-has-children.on>.sub-menu {
	display: block;
	opacity: 1;
	height: auto;
}

.drawer-menu .menu-item-has-children.on>.more-icon .fa-plus {
	display: none;
}

#drawer-info {
	padding: 1rem 0;
}

#drawer-info .shop-info {
	font-size: 1.2rem;
}

#drawer-info .shop-info.open {
	margin-bottom: .5rem;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
	top: -100%;
	left: 0;
	width: 100%;
	height: auto;
	max-height: 100%;
	-webkit-transition: top .6s cubic-bezier(.19, 1, .22, 1);
	transition: top .6s cubic-bezier(.19, 1, .22, 1);
}

.drawer--top.drawer-open .drawer-nav {
	top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
	right: 0;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
	left: -24rem;
	-webkit-transition: left .6s cubic-bezier(.19, 1, .22, 1);
	transition: left .6s cubic-bezier(.19, 1, .22, 1);
}

.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
	left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
	left: 24rem;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
	right: -24rem;
	-webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
	transition: right .6s cubic-bezier(.19, 1, .22, 1);
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
	right: 24rem;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
	position: fixed;
	z-index: 1004;
	top: 0;
	display: block;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 3rem;
    padding-right: 1rem;
    padding-left: 1rem;
	padding-top: 1.3rem;
    padding-bottom: .4rem;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border: 0;
	outline: 0;
}

.drawer-hamburger:hover {
	cursor: pointer;
}

.drawer-hamburger-icon {
	position: relative;
	display: block;
	margin-top: 8px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	width: 100%;
	height: 2px;
	-webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	background-color: rgb(153, 153, 153);
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	position: absolute;
	top: -8px;
	left: 0;
	content: ' '
}

.drawer-hamburger-icon:after {
	top: 8px
}

.drawer-open .drawer-hamburger-icon {
	background-color: transparent
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
	top: 0
}

.drawer-open .drawer-hamburger-icon:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.drawer-open .drawer-hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.drawer-menu-text {
	font-size: 1rem;
	white-space: nowrap;
	padding-top: 2rem;
	display: flex;
	justify-content: center;
	padding-top: 1.3rem;
}

/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
	padding-top: 3.75rem
}

.drawer-navbar .drawer-navbar-header {
	border-bottom: 1px solid rgb(221, 221, 221);
	background-color: rgb(255, 255, 255);
}

.drawer-navbar {
	z-index: 1002;
	top: 0;
	width: 100%
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
	position: fixed
}

.drawer-navbar-header {
	position: relative;
	z-index: 1002;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 3.75rem;
	padding: 0 1rem;
	text-align: center
}

.drawer-navbar .drawer-brand {
	line-height: 3.75rem;
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
	text-decoration: none
}

.drawer-navbar .drawer-brand:hover {
	background-color: transparent
}

.drawer-navbar .drawer-nav {
	padding-top: 3.75rem
}

.drawer-navbar .drawer-menu {
	padding-bottom: 7.5rem
}

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: rgb(255, 255, 255);
}

.drawer-dropdown-menu>li {
	width: 100%;
	list-style: none
}

.drawer-dropdown-menu-item {
	line-height: 3.75rem;
	display: block;
	padding: 0;
	padding-right: 1rem;
	padding-left: 2rem;
	text-decoration: none;
	color: rgb(153, 153, 153);
}

.drawer-dropdown-menu-item:hover {
	text-decoration: underline;
	color: rgb(85, 85, 85);
	background-color: transparent
}

/*! open */
.drawer-dropdown.open>.drawer-dropdown-menu {
	display: block
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 4px;
	-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, opacity .2s ease;
	transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

/*! open */
.drawer-dropdown.open .drawer-caret {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
	margin-right: auto;
	margin-left: auto
}

/* ---------  Pager ---------- */

.pagination li {
	margin: 0 .25rem
}

.cd-pagination {
	margin: 2em auto;
	text-align: center
}

.cd-pagination li {
	display: inline-block;
	margin: 0 .2em
}

.cd-pagination li.navi {
	display: inline-block
}

.cd-pagination a,
.cd-pagination span {
	display: inline-block;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: .6em .8em;
	font-size: 1.6rem
}

.cd-pagination a {
	border: 1px solid rgb(196, 196, 196);
	border-radius: .25rem
}

.cd-pagination a.disabled {
	pointer-events: none
}

.cd-pagination a.disabled::after,
.cd-pagination a.disabled::before {
	opacity: .4
}

.cd-pagination .current {
	pointer-events: none;
	border-radius: .25rem
}

.entry-footer div[id$="navi"] {
	display: flex;
}

/*
* Clearings
*/
.clearfix::after,
.clearfix::before {
	display: table;
	content: ' '
}

.clearfix::after {
	clear: both
}

/*
# Widgets
*/

.home #main-content .news-thumb img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.footer-wrap .news-thumb img {
	min-width: unset;
	max-width: 14rem;
}

.footer-wrap .news-thumb-no {
	width: 100%;
}

#footer .news-content-width  a {
	text-decoration: none;

}

#footer .news-lists-frame {
	flex-direction: column;
}

.cast-frame {
    display: flex;
    flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.cast-state-messege {
	font-size: 12px;
	line-height: 2;
}

.widget_cp5_cast_slider_t010 h2.align-right {
	text-align: right;
}
.widget_cp5_cast_slider_t010 .horizontal .cast-section {
	padding-left: .5rem;
}
.widget {
	margin: 0 0 1rem;
	position: relative;
	width: 100%;
}

.widget-block .widgettitle {
	margin-bottom: 0;
	overflow: hidden;
	width: auto;
	display: block;
}

.widget_cp5_cast_slider_t010 {
	width: 100%;
}

.home .widget .widget-title {
	margin: 0;
	margin: 3rem 0;
}

.footer-wrap .widget .widget-title {
	margin-bottom: 3rem;
}

.widget ul {
	margin: 0 0 1rem;
	padding: 0 0 0 1.6rem;
}

.widget ul li {
	padding: .5rem;
}

.widget_cp5_castlist_t010 .widget ul li:not(.home) {
	padding: 0
}

.widget_cp5_news_t010 {
	position: relative;
}

.home .widget_cp5_news_t010 .widgettitle {
	padding-left: 0px;
}

.widget_cp5_news_t010 .widgettitle {
	padding-bottom: 5rem;
}

.widget_cp5_news_t010 .posted-on {
    padding-bottom: .5rem;
}

#footer .widget_cp5_news_t010 .widgettitle {
	padding-bottom: 0;
}



#footer .news-section.news-thumb-no {
	padding-left: 0;
}

.scroll-text {
    position: absolute;
    animation: textscroll 40s infinite forwards linear;
    font-size: 10rem;
    color: rgba(163, 163, 163, 0.2);
    font-family: "Yu Mincho", "YuMincho";
    left: 100%;
    top: 1rem;
	overflow: hidden;
	white-space: nowrap;
	z-index: 10;
}

.footer-wrap .scroll-text {
	display: none;
}

.footer-wrap .widget_cp5_news_t010 {
	padding-top: 0;
}

.scroll-text::-webkit-scrollbar {
	display: none;
}

@keyframes textscroll {
    0% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}

.scroll-text p {
	width: 100%;
	overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

 #main-content.layout-block .widget_cp5_schedule_slider_t010 .widget-title {
	margin-left: 0;
}

.widget_cp5_news_t010 .scroll-frame {
	margin-bottom: 2rem
}

.widget_cp5_news_t010 ul {
	margin: 0 0 1rem
}

.widget_cp5_news_t010 ul li {
	border-bottom-style: solid;
	padding: .5rem 0
}

.widget_cp5_news_t010 ul li:not(:first-child) {
	border-top-width: 1px;
	border-top-style: solid
}

.widget_cp5_news_t010 ul li+li {
	margin-top: -1px
}

.widget_cp5_news_t010 .news-lists-frame li {
	padding: 1.6rem 0;
	padding: 0 .7rem;
    margin: 0 auto;
	padding-top: 16px;
	padding-bottom: 16px;
}

.widget_cp5_news_t010 .news-lists-frame li a {
	display: block;
	line-height: 1.5;
}

.widget_cp5_news_t010 .news-lists-frame li .collapse > a {
    font-size: 0;
}

.news-section {
	padding-left: 1rem
}

.widget_cp5_waitcast_list_t010 ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.posted-on {
	display: flex;
    align-items: center;
}

.widget_cp5_news_t010 .news-icon {
	margin-left: .25rem
}

.cast-list.horizontal li .cast-section {
	padding: 0 0 0 .5rem
}

.horizontal .collapse {
	display: flex;
}

.horizontal .collapse .cast-name {
	margin-top: 0;
	margin-bottom: 0;
}

.horizontal .collapse .cast-name .name {
	line-height: 1;
}

.owl-carousel.owl-drag .owl-item {
	padding: 0 5px;
}

.owl-stage .active:last-child {
	/* padding-right: 0; */
}

.widget_cp5_cast_slider_t010 .owl-carousel .owl-item img {
	width: 100%;
}

.owl-item a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home .widget_cp5_schedule_slider_t010 {
	margin: 3rem 0;
}

.home .widget_cp5_schedule_list_t010 {
	margin: 3rem 0;
	padding: 0;
}

.widget_cp5_schedule_list_t010 {
	padding: 0 .5rem;
}

.widget_cp5_castlist_t010 {
	padding: 0 .5rem;
}

.widget_cp5_cast_slider,
.widget_cp5_schedule_slider {
	position: relative
}

.widget_cp5_cast_slider .horizontal .cast-section,
.widget_cp5_schedule_slider .horizontal .cast-section {
	padding: 0 0 0 .5rem
}

.widget_cp5_cast_slider .swiper-container,
.widget_cp5_schedule_slider .swiper-container {
	margin: 0 .5rem;
	padding: 1rem 0
}

.widget_cp5_cast_slider .cast-lists-frame,
.widget_cp5_schedule_slider .cast-lists-frame {
	padding: 0
}

.widget_cp5_cast_slider_t010 .cast-lists-frame,
.widget_cp5_schedule_slider_t010 .cast-lists-frame {
	padding: 0
}

.widget_cp5_cast_slider .cast-frame,
.widget_cp5_schedule_slider .cast-frame {
	padding: .5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.widget_cp5_cast_slider .cast-frame .cast-image,
.widget_cp5_schedule_slider .cast-frame .cast-image {
	margin: 0 0 .5rem
}

.widget_cp5_cast_slider .cast-frame .cast-name,
.widget_cp5_schedule_slider .cast-frame .cast-name {
	font-weight: 700
}

.widget_cp5_cast_slider .cast-frame .cast-name .new-icon img,
.widget_cp5_schedule_slider .cast-frame .cast-name .new-icon img {
	width: auto;
	display: inline
}

.widget .cast-name {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

#secondary .widget .cast-name {
    margin-top: 0;
}

#secondary .cast-lists-frame li .cast-image {
	margin-bottom: 0;
}

.widget_cp5_cast_slider .cast-frame .cast-size,
.widget_cp5_cast_slider .cast-frame .cast-state-icon,
.widget_cp5_cast_slider .cast-frame .mEx-time,
.widget_cp5_schedule_slider .cast-frame .cast-size,
.widget_cp5_schedule_slider .cast-frame .cast-state-icon,
.widget_cp5_schedule_slider .cast-frame .mEx-time {
	font-size: 1.2rem
}

.widget_cp5_cast_slider .cast-frame .cast-icon-lists .cast-icon img,
.widget_cp5_schedule_slider .cast-frame .cast-icon-lists .cast-icon img {
	width: auto;
	display: inline
}

.widget_cp5_cast_slider .swiper-button-next,
.widget_cp5_cast_slider .swiper-button-prev,
.widget_cp5_schedule_slider .swiper-button-next,
.widget_cp5_schedule_slider .swiper-button-prev {
	background-size: 32px;
	width: 32px;
	height: 32px
}

.swiper-button-next.swiper-button-black,
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url(assets/images/next.png) !important
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url(assets/images/prev.png) !important
}

.widget_cp5_image_slider_t010 {
	position: relative
}

.home .widget_cp5_image_slider_t010 {
	margin-bottom: 0;
}

.parallax_widget {
	width: 100vw;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.section-block {
	position: relative;
	width: 100%;
}

.overlayer_p {
	background-size: cover;
	width: 100%;
}

.widget-meta-content a.button {
    margin-top: 1.6rem;
    text-shadow: none;
    transition: all 0.3s ease;
}

.widget a.button {
	transition: background-color 1s ease;
	border-radius: 0;
}
.widget a.button:hover {
	transition: background-color 1s ease;
}

.bloc_style1 .widget-meta-content {
	padding: 100px 20px;
}

.home .swiper-container:before {
	content: '';
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #000;
	-webkit-animation-name: fades;
	animation-name: fades;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@-webkit-keyframes fades {
	0% {
		opacity: 1
	}

	100% {
		opacity: .6
	}
}

@keyframes fades {
	0% {
		opacity: 1
	}

	100% {
		opacity: .6
	}
}

.bloc_style2 .sub_text {
    position: absolute;
    line-height: 1em;
    text-shadow: none;
    font-family: serif;
	top: -30px;
}

.bloc_style2 p {
	font-size: 1.6rem;
	padding-bottom: 1rem;
}
.bloc_style2 .sub_text p {
	position: absolute;
    line-height: 1em;
    text-shadow: none;
    font-family: serif;
    top: -30px;
    color: rgba(211, 211, 211, 0.212);
    font-size: 120px;
}

.bloc_style2.attachment-left .sub_text {
	text-align: right;
	right: 15px;
}

.bloc_style2.attachment-right .sub_text {
    text-align: left;
    left: 15px;
}

.bloc_style2 .widgettitle {
    margin-bottom: 3rem;
    display: block;
}

.bloc_style2 .subtitle {
    margin-bottom: 3rem;
    display: block;
}

.bloc_style2 .video-elements {
	object-fit: cover;
	max-width: 100%;
}

.bloc_style1 p {
    font-size: 1.2rem;
}

.bloc_style1 .subtitle {
	position: relative;
}

.bloc_style1 video {
	width: 100%;
	max-width: 100%;
}

.bloc_style1 {
	position: relative;
}

.news-icon span {
    display: inline-block;
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    font-size: 12px;
    padding: 3px 5px;
	cursor: pointer;
    border-radius: 50px;
}

.widget-meta-content {
    width: 1200px;
    margin: auto;
}

.bloc_style1 .section-block {
    overflow: hidden;
	position: relative;
	background-size: cover;
}

.bloc_style1 .widget-meta {
    padding: 100px 20px;
    z-index: 998;
    width: 960px;
    margin: auto;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
}

.bloc_style2.attachment-left .widget-meta-content {
    width: 100%;
}

.bloc_style2 {
    display: flex;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.bloc_style2 .section-block-image {
    width: calc(50% + 241px);
    order: 1;
}

.bloc_style2 .section-block-image img {
    object-fit: cover;
    height: auto;
    width: 100%;
	z-index: 2;
}

.bloc_style2 .widget-meta {
    z-index: 3;
    width: 50%;
    position: relative;
    transition: all 0.6s ease;
}

.bloc_style2 .widget-meta-content {
    width: 100%;
    text-align: left;
}


.bloc_style2 .section-block {
    height: 100%;
}

.bloc_style2.attachment-right .section-block-image {
    left: calc(50% - 240px);
    position: absolute;
}

figure {
	margin: 0;
	position: relative;
}

.swiper-pagination {
	z-index: 999
}

.swiper-wrapper .swiper-slide-active img.slider-image {
	-webkit-animation: slide-view 5s ease-out both !important;
	animation: slide-view 5s ease-out both !important
}

#cp5_image_slider_t010-16 .swiper-container-autoheight .swiper-slide {
	height: calc(100vh - 112px);
}

.swiper-wrapper .swiper-slide-text {
	z-index: 1;
	/* letter-spacing: 1px; */
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.swiper-slide-duplicate.swiper-slide-active .swiper-slide-text > span{
	visibility: visible !important;
}

.swiper-container:hover .swiper-button-next {
	right: 30px !important;
}

.swiper-container:hover .swiper-button-prev {
	left: 30px !important;
}

.swiper-pagination-bullet {
	border-radius: none !important;
}

.swiper-pagination-black .swiper-pagination-bullet {
	background: rgba(255, 255, 255, .8) !important;
	opacity: .7 !important
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, .8) !important;
}

.widget_calendar table {
	border-collapse: collapse;
	border: 1px solid rgb(221, 221, 221);
}

.widget_calendar table td,
.widget_calendar table th {
	border: 1px solid rgb(221, 221, 221);
	text-align: center
}

.widget_cp5_banner_display {
	background: 0 0 !important;
	border: none !important;
}

.widget_cp5_banner_display .widget-block {
	background: 0 0 !important;
	border: none !important;
	padding: 0
}

.widget_cp5_banner_display ul {
	padding: 0;
	margin-bottom: 0;
}

.widget_cp5_banner_display ul.horizontal {
	width: 100%;
}

.widget_cp5_banner_display ul.horizontal li.column,
.widget_cp5_banner_display ul.horizontal li.columns {
	padding: 0 .5rem;
}

.widget_cp5_banner_display ul.vertical li.column,
.widget_cp5_banner_display ul.vertical li.columns {
	padding: .5rem 0;
}

.widget_cp5_banner_display ul li a img {
	opacity: 1;
}

.widget_cp5_banner_display ul li a:hover img {
	opacity: .8;
}

#footer-widget-col .widget_nav_menu .menu li a {
	text-decoration: none;
}

#footer-widget-col .widget_nav_menu .menu li .sub-menu li {
	padding: .5rem .5rem .5rem 1rem
}

#footer-widget-col .widget_cp5_news_t010 .news-content,
#footer-widget-col .widget_cp5_news_t010 .news-date {
	color: inherit
}

.footer-widget-col {
	padding-top: 10rem;
	width: 100%;
}

.home .widget_cp5_castlist_t010 {
	margin: 3rem 0;
}

.news_excrpt_weight_bold  {
	font-weight: bold;
}

.news_excrpt_weight_nomal  {
	font-weight: normal;
}

/* ---------  Widget dropdown --------- */
/* ---------  Widget search form --------- */

/* ---------  Block Widget --------- */
.bloc_style1 .blocstyle1-img-wrap {
	position: absolute;
}

/* ---------  Widget cast search --------- */
.widget-castsearch-btn {
	padding: 10px;
    width: 100%;
    transition: all .3s ease;
}

.widget-castsearch-btn:hover {
	opacity: .8;
}
/* ---------  Widget tag cloud --------- */

/*
# Content
*/
/* ---------  Posts and pages --------- */
body:not(.home) #main-content .page-title {
	line-height: 1;
	padding: 0;
}

.home #contents {
	margin-top: 2rem
}

.content-block {
	margin-top: 50px;
	margin-bottom: 50px;
}

.home.content-block {
	margin-top: 0;
	margin-bottom: 0;
}

.content-block:not(.home) {
	margin-top: 0;
	margin-bottom: 0;
}

#contents {
	margin-bottom: 2rem
}

body.content-all #main-content {
	padding: 0 0 2rem 0;
}

body.home.content-all #main-content {
	padding: 0
}

body.content-block #main-content {
	padding: 0;
}

.post-inline-cast .cast_name {
	display: block;
	margin-bottom: 1rem
}

.entry-content,
.entry-footer {
	padding: 1rem 0;
}
.entry-content:not(.home),
.entry-footer:not(.home) {
	padding: 0;
}

.page-frame:not(.home) {
	padding: 0 .6rem	;
	margin-bottom: 50px;
}

#main-content .widget-title:not(.home #main-content .widget-title, #main-content #secondary .widget-title) {
	margin-top: 1rem;
}

#main-content .widget-title,
.page-title,
.profile-title {
	padding: 1rem;
}

#main-content .widget-title .title-name,
.page-title .title-name,
.profile-title .title-name {
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body.title-font-gothic .page-title,
body.title-font-gothic .profile-title,
body.title-font-gothic .widget-title:not(.body-font-mincho):not(.body-font-gothic):not(.body-noto-sans-jp):not(.body-m-plus-rounded):not(.body-roboto):not(.body-oswald):not(.body-playfair):not(.body-quicksand) {
	font-family: -apple-system, BlinkMacSystemFont, Lato, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif
}

body.title-font-mincho .page-title,
body.title-font-mincho .profile-title,
body.title-font-mincho .widget-title:not(.body-font-mincho):not(.body-font-gothic):not(.body-noto-sans-jp):not(.body-m-plus-rounded):not(.body-roboto):not(.body-oswald):not(.body-playfair):not(.body-quicksand) {
	font-family: Century Gothic, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝"
}

#top section .widget-title {
	margin-bottom: 1rem;
	padding: .1rem 1rem;
}

#top section .widget-title, .widget_cp5_news_t010 .widgettitle {
	padding-top: 10px;
    padding-left: 10px;
}

#secondary .sidebar .widget-title {
	padding: 0 5px;
	line-height: 1;
}

#secondary .sidebar {
	width: 100%;
}

body.home #main-content {
	margin-bottom: 0
}

#system .system-title {
	margin: 2rem 0 2rem;
	font-weight: 700
}

#system table {
	width: 100%;
	margin: 0 0 2rem;
	table-layout: fixed
}

#system table td,
#system table th {
	border-width: 1px;
	border-style: solid
}

#system .system-lead {
	margin: 0 0 2rem
}

#cast-sort-lists li {
	display: inline-block;
	padding: 0 .25rem;
	position: relative;
}

#cast-sort-lists li .sort-label {
	display: inline-block;
	padding: .33333rem .5rem;
	border-radius: 0;
	font-size: 1.2rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	border-radius: .25rem;
	padding: .5rem
}

#cast-order-lists li {
	display: inline-block;
	padding: 0 .25rem;
	position: relative;
}

#cast-order-lists li .order-label,
#cast-order-lists li .sort-label,
#cast-sort-lists li .order-label,
#cast-sort-lists li .sort-label {
	display: inline-block;
	padding: .33333rem .5rem;
	border-radius: 0;
	font-size: 1.2rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	padding: .25rem
}

#cast-order-lists li a.selected,
#cast-sort-lists li a.selected {
	font-weight: 700
}

#cast-sort-lists li a {
	display: block;
	padding: .3rem;
	border: solid 1px rgb(212, 212, 212);
}

.cast-lists-frame {
	margin: 0 0 2rem;
	margin: 0 ;
}

.cast-lists-frame li {
	text-align: center;
	padding: 1.6rem 0;
	padding-right: 1rem;
	padding: 0.5rem;
	text-align: center;
}

.widget_cp5_castlist_t010 .horizontal li .cast-image {
	flex-shrink: unset;
}

.cast-lists-frame li .cast-image {
	margin: 0 auto .5rem;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}

.cast-lists-frame li .cast-image img {
	-webkit-transition: opacity .6s ease, -webkit-transform .6s ease;
	transition: opacity .6s ease, -webkit-transform .6s ease;
	transition: transform .6s ease, opacity .6s ease;
	transition: transform .6s ease, opacity .6s ease, -webkit-transform .6s ease;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.cast-lists-frame li .cast-section .cast-size {
	font-size: 1.1rem
}

.cast-list.horizontal li .cast-section {
	font-size: 1.1rem
}

.cast-lists-frame li .cast-image img:hover {
	opacity: .8;
	background: rgb(255, 255, 255);
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.home #main-content .widget_cp5_cast_slider_t010 .owl-item .cast-image {
	width: 100%;
}

#secondary .owl-theme .owl-dots {
    margin-top: 5px;
}

.post-type-archive-cross-link .link-section {
	padding-left: 1em;
}

.cast-lists-frame li .cast-section .cast-ranking-icon {
	font-size: 1.6rem;
	font-weight: 700
}

.cast-lists-frame li .cast-section .cast-name {
	font-weight: 700;
	font-size: 1.6rem
}

.cast-lists-frame li .cast-section .cast-name .age {
	font-size: 1.2rem
}

.cast-lists-frame li .cast-state-icon,
.cast-lists-frame li .mEx-time {
	font-size: 1.2rem
}

.cast-frame a .cast-state-messege {
	padding-bottom: 2.72%;
}

.cast-icon-lists {
	margin: .25rem 0 0 0
}

span.machihime-icon {
	display: inline-block;
	text-align: center;
	width: 100%;
	color: rgb(255, 255, 255);
	border-radius: .25rem;
    font-size: 1.3rem;
    line-height: 1.6;
}

#schedule-week-list .cast-frame {
	display: flex;
}

#schedule-week-list {
	margin-top: 2rem;
}

#schedule-week-list .cast-image img {
	padding-bottom: 0;
	width: 100%;
    object-fit: cover;
}

#schedule-week-list .cast-section  {
    padding-left: 1rem;
}

.profile-detail-wrap {
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

#profile-frame .profile-title {
	margin: 0 0 1rem
}

#profile-frame .profile-title .title-name {
	font-size: 1.6rem
}

#profile-frame .profile-frame {
	margin: 0 0 2rem
}

#profile-frame .free-space {
	line-height: 1.6;
}

#profile-frame #profile-main-image {
	margin: 0 0 .5rem
}

#profile-frame #profile-image #profile-thumbs li {
	padding: 0 .25rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#profile-frame #profile-image #profile-thumbs li.active img {
	opacity: .6
}

#profile-frame #profile-image .profile-movie video {
	width: 100%;
	height: auto
}

#profile-frame #profile-detail #profile-name {
	font-weight: 700
}

#profile-frame #profile-detail #profile-name .name {
	font-size: 1.8rem
}

#profile-frame #profile-detail #profile-name .age {
    font-size: 1.4rem;
    display: flex;
    align-items: end;
}

#profile-frame #profile-detail #profile-size {
	margin: 0 0 1rem
}

#profile-frame #profile-detail #profire-wait-info {
	margin: 0 0 1rem
}

#profile-frame #profile-detail #profile-icons {
	margin: 0 0 2rem
}

#profile-frame #profile-detail .cast-checkform input {
	margin: 0
}

#profile-frame #profile-detail .cast-checkform .label {
	width: 100%;
	margin: 0 0 .5rem;
	border-radius: 2px
}

#profile-frame #profile-detail .cast-checkform label {
	color: rgb(255, 255, 255);
}

#profile-section .section-column .columns .profile-check-list {
    display: flex;
    flex-wrap: wrap;
}

#profile-frame #profile-section .section-column .columns:nth-child(odd),
#profile-frame #profile-section .section-column>.column:nth-child(odd),
#profile-frame #profile-section .section-column>.columns:nth-child(odd) {
	padding-left: 0
}

#profile-frame #profile-section .section-column .columns:nth-child(even),
#profile-frame #profile-section .section-column>.column:nth-child(even),
#profile-frame #profile-section .section-column>.columns:nth-child(even) {
	padding-right: 0
}

#profile-frame #profile-section .profile-faq-lists dt {
	padding: .25rem 0 0 0;
	margin: 0;
	border-bottom: 1px dotted rgb(212, 212, 212);
}

#profile-frame #profile-section .profile-faq-lists dd {
	padding: 0 0 .25rem;
	margin: 0
}

#profile-frame .profile-check-list {
	margin: 0 0 .25rem
}

#profile-frame .profile-check-list .option-label {
	border: 1px solid rgb(204, 204, 204);
	display: block;
	border-radius: .5rem;
	padding: .25rem .5rem;
	margin: 0 .25rem .25rem
}

#profile-frame .profile-check-list .on .option-label {
	background:rgb(213, 213, 213); 
	color: rgb(51, 51, 51);
	background-clip: padding-box
}

#ranking .ranking-title {
	margin: 0 0 1rem;
	font-weight: 700
}

#schedule-datepanel {
	margin: 0 0 2rem;
	display: flex;
	justify-content: space-between;
}

#schedule-datepanel li {
	text-align: center;
	padding: 0 .25em;
	margin: 0 0 -1px;
	width: 11%;
}

#schedule-datepanel li:first-child{
	padding-left: 0;
}

#schedule-datepanel li:last-child{
	padding-right: 0;
}

#schedule-datepanel li a {
	padding: .5rem;
	display: block;
	text-align: center;
	text-decoration: none;
	border: rgb(107, 107, 107) 1px solid;
	-webkit-transition: color .4s ease-out, background-color .4s ease-out, border-color .4s ease-out;
	transition: color .4s ease-out, background-color .4s ease-out, border-color .4s ease-out;
}

#schedule-datepanel li a.last {
	margin-right: 0
}

#schedule-datepanel li a.active,
#schedule-datepanel li a:hover {
	border-left: 1px solid rgb(204, 204, 204);
	border-right: 1px solid rgb(204, 204, 204);
}

#schedule-datepanel li a.active {
	border-bottom: 1px solid rgb(255, 255, 255);
	background-color: rgb(239, 239, 239);
}

#schedule-datepanel li a:hover {
	background-color: rgb(239, 239, 239);
}

#schedule-datepanel li a.sat {
	color: hsl(240, 100%, 20%);
}

#schedule-datepanel li a.sun {
	color: rgb(233, 0, 122);
}

#schedule-datepanel span.arrow {
	font-weight: 700;
}

#schedule-datepanel span.arrow .fa {
	font-size: 2rem;
	vertical-align: baseline;
	line-height: 1.6;
}

#schedule-datepanel span.month {
	display: inline;
	vertical-align: baseline;
	font-size: 1.4rem;
	font-weight: 700;
}

#schedule-datepanel span.day {
	vertical-align: baseline;
	font-size: 2rem;
	font-weight: 800;
}

#schedule-datepanel span.date {
	vertical-align: bottom;
	font-size: 1.2rem;
}

#schedule-datepanel a.active {
	cursor: default;
}

#schedule-datepanel a.active span {
	cursor: default;
}

.order-label,
.sort-label {
	width: 70px;
	background-color: rgb(0, 0, 0);
	text-align: center;
	color: rgb(255, 255, 255);
	padding: 10px 5px !important;
}

#schedule-week .cast-frame {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	display: flex;
}

#schedule-week .cast-frame:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

#schedule-week .cast-frame .cast-section .cast-detail {
	margin: 0 0 .5rem;
}

#schedule-week .cast-frame .cast-section .cast-detail .age,
#schedule-week .cast-frame .cast-section .cast-detail .name {
	font-weight: 700;
}

#schedule-week .cast-frame .cast-section .cast-detail .name {
	font-size: 1.6rem;
}

.show-weekly-schedule {
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.profile-weekly-schedule-list,
.weekly-schedule-list {
	border: 1px solid rgb(204, 204, 204);
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.profile-weekly-schedule-list::after,
.profile-weekly-schedule-list::before,
.weekly-schedule-list::after,
.weekly-schedule-list::before {
	display: table;
	content: ' ';
}

.profile-weekly-schedule-list::after,
.weekly-schedule-list::after {
	clear: both;
}

.profile-weekly-schedule-list li,
.weekly-schedule-list li {
	width: 14.28571%;
	border-left: 1px solid rgb(204, 204, 204);
}

.profile-weekly-schedule-list li .weekly-date.head,
.weekly-schedule-list li .weekly-date.head {
	border-top: 1px solid rgb(204, 204, 204);
	border-bottom: 1px solid rgb(204, 204, 204);
	margin: -1px 0 0 0;
	padding: .25rem;
	font-weight: 700;
}

.profile-weekly-schedule-list li .weekly-date,
.profile-weekly-schedule-list li .weekly-time,
.weekly-schedule-list li .weekly-date,
.weekly-schedule-list li .weekly-time {
	padding: .25rem;
}

.profile-weekly-schedule-list li .free_text,
.weekly-schedule-list li .free_text {
	font-size: 1.2rem;
}

.profile-weekly-schedule-list li:first-child,
.weekly-schedule-list li:first-child {
	border: none;
}

#schedule-list .cast-frame {
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
    justify-content: space-between;
}

#waiting-flag-lists {
	margin: 0 0 1em;
}

#access .access-table {
	width: 100%;
	margin: 2rem 0 1rem;
}

#access .access-table td,
#access .access-table th {
	border-width: 1px;
	border-style: solid;
}

#archive-event .entry-title,
#single-event .entry-title {
	margin-bottom: 0;
}

.entry-date {
	display: flex;
}

.wpcf7-form .form-section-head {
	font-weight: 700;
}

.wpcf7-form .form-section-head .caption {
	color: rgb(255, 0, 0);
}

.wpcf7-form .wpcf7-submit.button {
	max-width: 300px;
	width: 100%;
}

#recruit table {
	width: 100%;
	margin: 0 0 1rem;
}

#recruit table td,
#recruit table th {
	border-width: 1px;
	border-style: solid;
	line-height: 1.6;
}

#site-links li {
	padding: .5rem;
}

#site-links li .link-title {
	font-weight: 700;
}

.entry-header {
	margin: 0 0 1rem;
}

.entry-header .entry-title {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 1rem;
	line-height: 1;
}

#single .entry-content {
	padding: 1rem
}

#single .entry-footer {
	clear: both
}

.archive.category .entry-title,
.search.category .entry-title {
	margin: 0 0 1rem;
	margin-bottom: 0;
}

.archive.category .entry-header,
.search.category .entry-header {
	margin: 0 0 1rem;
	margin-bottom: .5rem;
}

.archive.category .entry-content,
.search.category .entry-content {
	padding: 1rem
}

.archive.category .hentry,
.archive.search-results .hentry,
.search.category .hentry,
.search.search-results .hentry {
	border-bottom: 1px solid rgb(221, 221, 221);
}

.entry-title {
	font-weight: 700;
	font-size: 1.6rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: .5rem;
	line-height: 1;
}

.footer-wrap .entry-title {
	white-space: normal;
}

.news-date {
	font-size: .8rem;
}
.news-date time {
	font-size: 1.3rem;
}

#single .post-title {
	font-weight: 700;
}

#enter {
	padding: 4rem 0 0 0;
}

#enter.open {
    overflow-y: auto;
    width: 100%;
    display: block;
}


#enter.video-enter {
	padding: 0;
	z-index: 99999;
}

.video-enter video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.video-enter .video-enter-wrap {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.enter-open {
	overflow-y: hidden !important;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255);
	z-index: 2000;
}

.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li a {
	display: block;
}

.overlay ul li a:focus,
.overlay ul li a:hover {
	color: rgb(240, 240, 240);
}

.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: -webkit-transform .2s, opacity .2s, visibility 0s .2s;
	-webkit-transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s;
	transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s;
	transition: transform .2s, opacity .2s, visibility 0s .2s;
	transition: transform .2s, opacity .2s, visibility 0s .2s, -webkit-transform .2s
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .4s, opacity .4s;
	-webkit-transition: opacity .4s, -webkit-transform .4s;
	transition: opacity .4s, -webkit-transform .4s;
	transition: transform .4s, opacity .4s;
	transition: transform .4s, opacity .4s, -webkit-transform .4s
}

#enter-section {
    line-height: 1.6;
    margin-bottom: 3rem;
    margin-top: 1rem;
}

.kuten-comma {
	margin-right: -0.15em;
}

#enter-image {
    margin: 0 2rem 2rem;
    padding: 30rem 0 15rem;
}

#enter-navi {
	margin: 0 0 2rem
}


/* ---------  Category --------- */
.cat-label {
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	border-radius: .25rem;
	margin: 0 .25rem .25rem;
	border: 1px solid rgb(222, 222, 222);
	padding: .2rem .3rem;
	font-size: 1.3rem;
}

.cat-label:not(:first-child) {
	margin: 0 0 0 .25rem
}

.cast-icon-image img {
	vertical-align: middle;
	margin-bottom: 5px
}

/* ---------  Comments --------- */
/* ---------  Widget tag cloud --------- */
/* ---------  404--------- */

/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	overflow: visible;
	clip: auto;
	width: auto;
	height: auto;
	margin: 0
}

/*
* Clearings
*/
.button.clear.alert {
	border: 1px solid transparent;
	color: rgb(204, 75, 55);
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
@media (min-width:64em) {
	.drawer-navbar {
		height: 3.75rem;
		border-bottom: 1px solid rgb(221, 221, 221);
		background-color: rgb(255, 255, 255);
	}

	.drawer-navbar .drawer-navbar-header {
		position: relative;
		display: block;
		width: auto;
		padding: 0;
		border: 0
	}

	.drawer-navbar .drawer-menu-item {
		line-height: 3.75rem;
		padding-top: 0;
		padding-bottom: 0
	}

	.drawer-navbar .drawer-hamburger {
		display: none
	}

	.drawer-navbar .drawer-nav {
		position: relative;
		left: 0;
		overflow: visible;
		width: auto;
		height: 3.75rem;
		padding-top: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.drawer-navbar .drawer-menu {
		padding: 0
	}

	/*! dropdown */
	.drawer-navbar .drawer-dropdown-menu {
		position: absolute;
		width: 24rem;
		border: 1px solid rgb(221, 221, 221);
	}

	.drawer-navbar .drawer-dropdown-menu-item {
		padding-left: 1rem
	}
}

/*
# Media
*/
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic
}

img.lazyload,
img.lazyloading {
	opacity: 0;
	-webkit-transition: .4s;
	transition: .4s
}

img.lazyloaded {
	opacity: 1
}

caption {
	padding: .8rem 1rem 1rem;
	font-weight: 700
}

.media-object {
	display: block;
	margin-bottom: 1rem
}

.media-object img {
	max-width: none
}

.media-object-section {
	display: table-cell;
	vertical-align: top
}

.media-object-section:first-child {
	padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
	padding-left: 1rem
}

.media-object-section>:last-child {
	margin-bottom: 0
}

.media-object-section.middle {
	vertical-align: middle
}

.media-object-section.bottom {
	vertical-align: bottom
}

.is-off-canvas-open {
	overflow: hidden
}

.js-off-canvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .5s ease, visibility .5s ease;
	transition: opacity .5s ease, visibility .5s ease;
	background: rgba(255, 255, 255, .25);
	opacity: 0;
	visibility: hidden;
	overflow: hidden
}

.js-off-canvas-overlay.is-visible {
	opacity: 1;
	visibility: visible
}

.js-off-canvas-overlay.is-closable {
	cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
	position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
	position: fixed
}

.off-canvas-wrapper {
	position: relative;
	overflow: hidden
}

.off-canvas {
	position: fixed;
	z-index: 1;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: rgb(230, 230, 230);
}

[data-whatinput=mouse] .off-canvas {
	outline: 0
}

.off-canvas.is-transition-overlap {
	z-index: 10
}

.off-canvas.is-transition-overlap.is-open {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .7);
	box-shadow: 0 0 10px rgba(0, 0, 0, .7)
}

.off-canvas.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.off-canvas-absolute {
	position: absolute;
	z-index: 1;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: rgb(230, 230, 230);
}

[data-whatinput=mouse] .off-canvas-absolute {
	outline: 0
}

.off-canvas-absolute.is-transition-overlap {
	z-index: 10
}

.off-canvas-absolute.is-transition-overlap.is-open {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .7);
	box-shadow: 0 0 10px rgba(0, 0, 0, .7)
}

.off-canvas-absolute.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.cast-image img {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	transition: opacity .35s, transform .35s, -webkit-transform .35s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.cast-lists-frame li .cast-image img {
    padding: 0;
    margin-bottom: 0;
}

.cast-image:hover img {
	-webkit-transform: scale3d(1.01, 1.01, 1);
	transform: scale3d(1.01, 1.01, 1)
}

#cast-search-tag {
	margin: 0 0 1em
}

.page .thumbnail {
	padding-bottom: 2rem;
}

:not(.home) .page .thumbnail {
	padding-bottom: 0;
}

.owl-item .new-icon img {
    width: 15px;
}

.archive .post-inline-cast.wp-caption {
	display: none;
}

.archive .wp-caption .wp-caption-text {
	display: none;
}

/* --------- Captions --------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption .wp-caption-text {
	margin: .8075em 0
}

/* --------- Galleries --------- */
.wp-caption-text {
	text-align: center
}

.gallery {
	margin-bottom: 1.5em
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%
}

.gallery-columns-2 .gallery-item {
	max-width: 50%
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
	max-width: 25%
}

.gallery-columns-5 .gallery-item {
	max-width: 20%
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%
}

.gallery-caption {
	display: block
}

/*
# Other
*/
hr {
	max-width: 120rem;
	height: 0;
	margin: 2rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid rgb(202, 202, 202);
	border-left: 0
}

.widget .owl-theme .owl-dots .owl-dot span {
	background-color: rgb(51, 51, 51);
}

.widget .owl-theme .owl-dots .owl-dot.active span, .widget .owl-theme .owl-dots .owl-dot:hover span {
	opacity: .8;
}

/* --------- breadcrumb --------- */
#breadcrumb {
	display: block;
	padding: 1rem 0;
	margin: 0 auto;
}

#breadcrumb ul.breadcrumb-list {
	font-size: 1.1rem;
	margin-bottom: 0
}

#breadcrumb ul.breadcrumb-list li {
	display: inline-block;
	padding: 0 .25rem
}

.swiper-slide {
	line-height: 0;
}

/*
* Media query
*/

@media screen and (min-width:37.5em) {
	.menu-toggle {
		display: none
	}

	#header #header-logo-col {
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
		justify-content: center;
	}

	.main-navigation ul {
		display: block
	}

	.main-navigation>ul {
		display: flex;
		-webkit-box-pack: center;
		justify-content: flex-end;
		flex-wrap: nowrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		flex-direction: row;
		box-align: stretch;
		align-items: stretch;
		align-content: stretch
	}
}

@media print,
screen and (min-width:48.1em) {
	.pc-none {
		display: none;
	}

	.parallax_widget {
		margin: 0 calc(50% - 50.5vw);
	}

	.post-type-archive-cast .cast-list.row.columns {
		/* justify-content: space-between; */
	}

	.post-type-archive-cast .cast-lists-frame li {
		padding-right: 0;
	}

	.post-type-archive-cast .medium-up-4>.columns {
		width: 24%
	}

	.home .widget_cp5_news_t010 .news-lists-frame li .read-more {
		text-align: right;
	}

	.widget_cp5_news_t010 .news-section .entry-title {
		white-space: normal;
	}

	.cast-lists-frame li:nth-of-type(4n):not(.cast-lists-frame li .waiting) {
		/* padding-right: unset; */
	}

	.home .footer-wrap .news-thumb img {
		max-width: 90px;
	}
	.footer-wrap .widget_cp5_news_t010 .news-lists-frame li {
		width: 100%;
	}

	.footer-wrap .widget_cp5_news_t010 .news-section {
		width: 100%;
	}

	.footer-wrap .posted-on {
		justify-content: space-between;
	}

	.footer-wrap .shadow-radius1 .news-date time {
		font-size: 15px;
	}

	.bloc_style1 .blocstyle1-img-wrap {
		z-index: -1;
	}

	.widget_cp5_news_t010 {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

	#footer .news-content-width a {
		display: flex;
		max-width: 100%;
		flex-direction: column;
	}

	.more-link a, .more-link .anchor {
		margin: 50px 0;
	}

	.news-section {
		width: 80%;
	}

	.single .news-section {
		width: 100%;
	}

	.news-block .news-section{
		width: 100%;
	}

	#footer .news-lists-frame {
		width: 100%;
	}

	.reservation-div {
		width: 24%;
	}
	
	.wpcf7-form .wpcf7-submit.button {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.bloc_style2.attachment-left .section-block-image {
		left: 0%;
		position: absolute;
	}
	
	.shop-info {
		padding-bottom: 3px;
		display: flex;
		justify-content: flex-end;
		flex-direction: column;
	}

	.bloc_style1 .video-text {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.bloc_style2.attachment-left .widget-meta {
		left: 50%;
		padding: 120px 120px 120px 120px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.bloc_style2.attachment-right .widget-meta {
		padding: 120px 120px 120px 120px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.bloc_style1 .subtitle {
		width: 50%;
		margin: 0 auto;
	}
	
	.widget_cp5_waitcast_list_t010 {
		margin-bottom: 10rem;
	}

	.widget_cp5_waitcast_list_t010 .cast-icon {
		height: 86px;
	}

	.bloc_style2 video {
		max-height: 1000px;
		display: block;
		width: 100%;
	}

	.query-count .total-num {
		font-size: 2.6rem;
	}

	.contact .entry-content {
		width: calc(100% - 20%);
		margin: 0 auto;
	}

	#cast-sort-lists li:nth-child(2){
		padding-left: 1.6rem;
	}

	#cast-sort-lists li:first-child:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 16px 0 16px 11px;
		border-color: transparent transparent transparent rgb(0, 0, 0);
		display: block;
		position: absolute;
		top: 0px;
		right: -8px;
	}

	#cast-order-lists li:nth-child(2){
		padding-left: 1.6rem;
	}

	#cast-order-lists .order-label:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 16px 0 16px 11px;
		border-color: transparent transparent transparent rgb(0 0 0);
		display: block;
		position: absolute;
		top: 0px;
		right: -8px;
	}

	.two-cl-other #primary {
		margin-left: .8rem;
	}
	
	.two-cr-other #primary {
		margin-right: .8rem;
	}

	.single-cast .two-cl-other #primary {
		margin-left: 0;
	}
	
	.single-cast .two-cr-other #primary {
		margin-right: 0;
	}

	.entry-footer div[id$="navi"] div[id^="post"] {
		padding-right: 1rem;
	}
	
	.entry-footer div[id$="navi"] div[id^="post"]:last-child {
		padding-right: 0;
	}

	.pc-vertical-image-top {
		top: 0;
	}

	.pc-vertical-image-center {
		top: -50%;
	}

	.pc-vertical-image-bottom {
		bottom: 0;
	}

	.bloc_style1 .widget-meta-content .button {
		width: 50%;
		margin: 1.6rem auto 0;
		font-size: 12px;
	}

	.profile-detail-wrap {
		width: 66.66667%;
	}

	#profile-navi .columns {
		padding-right: 1rem;
	}

	#profile-navi .columns:last-child {
		padding-right: 0;
	}

	#profile-navi {
		display: flex;
	}

	.profile-detail-wrap .cast-state-icon {
		display: inline-block;
	}

	.cast-template-default span.machihime-icon {
		padding: 0 5rem;
	}

	#profile-section .section-column .columns {
		width: 50%;
	}

	#profile-section .section-column .column:nth-child(2) {
		padding-left: 1.5%;
	}

	#profile-section .section-column .section-column02 {
		padding-left: 1.5%;
	}

	.profile-detail-wrap {
		margin-left: 1rem;
	}
	
	#profile-image .swiper-slide {
		width: 100% !important;
	}

	.reserve .entry-content {
		width: calc(100% - 20%);
	}

	#schedule-week-list .cast-image img {
		max-width: 150px;
		max-height: 150px;
	}

	body:not(.home) #header.sticking {
		position: fixed;
		left: 0
	}

	body #header.sticking.on {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		transition: all .6s ease-out;
	}

	body #header.sticking.off {
		display: block;
		position: fixed;
		left: 0;
		width: 100%;
		transition: all .6s ease-out;
	}

	.sticky-wrap #header-block.expanded {
		padding-bottom: 0;
	}

	.sticky-wrap .site-description {
		margin-top: .5rem;
		margin-bottom: .5rem;
		font-size: 10px;
	}

	@keyframes stickingmenu {
		0% {
			top: -100%;
		}

		100% {
			top: 0;
		}
	}

	@keyframes stickingmenu2 {
		0% {
			transform: translateY(100%);
		}

		100% {
			transform: translateY(-100%);
		}
	}

	.sticky-overlay {
		display: block;
	}

	.sticky-wrap {
		top: -200px;
		position: fixed;
		z-index: 99999;
	}
	
	.sticky-overlay-wrap {
		opacity: 1;
		transition: all .6s ease-out;
	}
	
	body:not(.home)  .sticky-overlay-wrap{
		margin-bottom: 5rem;
	}
	
	.sticky-overlay-wrap.off {
		opacity: 1;
		transition: all .6s ease-out;
	}
	
	.sticky-overlay.off {
		display: block;
	}

	.hide-for-medium {
		display: none !important
	}

	#schedule-week-list .cast-image {
		width: 19%;
		padding-bottom: 0;
	}
	#schedule-week-list .cast-section {
		width: 90%;
		padding-right: 1%;
		padding-left: 1%;
	}

	#schedule-week .cast-frame {
		display: flex;
		-webkit-direction: row;
		flex-direction: row;
		align-items: flex-start;
	}

	.column,
	.columns {
		padding-right: 0;
		padding-left: 0;
	}

	#enter-navi div:nth-child(1).ng18 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	#enter-navi div:nth-child(2).ng18 {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.medium-1 {
		width: 8.33333%
	}

	.medium-push-1 {
		position: relative;
		left: 8.33333%
	}

	.medium-pull-1 {
		position: relative;
		left: -8.33333%
	}

	.medium-offset-0 {
		margin-left: 0
	}

	.medium-2 {
		width: 16.66667%
	}

	.medium-push-2 {
		position: relative;
		left: 16.66667%
	}

	.medium-pull-2 {
		position: relative;
		left: -16.66667%
	}

	.medium-offset-1 {
		margin-left: 8.33333%
	}

	.medium-3 {
		width: 25%
	}

	.medium-push-3 {
		position: relative;
		left: 25%
	}

	.medium-pull-3 {
		position: relative;
		left: -25%
	}

	.medium-offset-2 {
		margin-left: 16.66667%
	}

	.medium-4 {
		width: 33.33333%
	}

	.medium-push-4 {
		position: relative;
		left: 33.33333%
	}

	.medium-pull-4 {
		position: relative;
		left: -33.33333%
	}

	.medium-offset-3 {
		margin-left: 25%
	}

	.medium-5 {
		width: 41.66667%
	}

	.medium-push-5 {
		position: relative;
		left: 41.66667%
	}

	.medium-pull-5 {
		position: relative;
		left: -41.66667%
	}

	.medium-offset-4 {
		margin-left: 33.33333%
	}

	.medium-6 {
		width: 50%
	}

	.medium-push-6 {
		position: relative;
		left: 50%
	}

	.medium-pull-6 {
		position: relative;
		left: -50%
	}

	.medium-offset-5 {
		margin-left: 41.66667%
	}

	.medium-7 {
		width: 58.33333%
	}

	.medium-push-7 {
		position: relative;
		left: 58.33333%
	}

	.medium-pull-7 {
		position: relative;
		left: -58.33333%
	}

	.medium-offset-6 {
		margin-left: 50%
	}

	.medium-8 {
		width: 66.66667%
	}

	.medium-push-8 {
		position: relative;
		left: 66.66667%
	}

	.medium-pull-8 {
		position: relative;
		left: -66.66667%
	}

	.medium-offset-7 {
		margin-left: 58.33333%
	}

	.medium-9 {
		width: 75%
	}

	.medium-push-9 {
		position: relative;
		left: 75%
	}

	.medium-pull-9 {
		position: relative;
		left: -75%
	}

	.medium-offset-8 {
		margin-left: 66.66667%
	}

	.medium-10 {
		width: 83.33333%
	}

	.medium-push-10 {
		position: relative;
		left: 83.33333%
	}

	.medium-pull-10 {
		position: relative;
		left: -83.33333%
	}

	.medium-offset-9 {
		margin-left: 75%
	}

	.medium-11 {
		width: 91.66667%
	}

	.medium-push-11 {
		position: relative;
		left: 91.66667%
	}

	.medium-pull-11 {
		position: relative;
		left: -91.66667%
	}

	.medium-offset-10 {
		margin-left: 83.33333%
	}

	.medium-12 {
		width: 100%
	}

	.medium-offset-11 {
		margin-left: 91.66667%
	}

	.medium-up-1>.column,
	.medium-up-1>.columns {
		width: 100%
	}

	.medium-up-1>.column:nth-of-type(1n),
	.medium-up-1>.columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-2>.column,
	.medium-up-2>.columns {
		width: 50%
	}

	.widget_cp5_schedule_list_t010 .medium-up-2 >.columns .cast-icon {
		width: 50%;
		margin: 0 auto;
	}

	.widget_cp5_schedule_list_t010 .medium-up-1 >.columns .cast-icon {
		width: 50%;
		margin: 0 auto;
	}
	
	.widget_cp5_schedule_list_t010 .medium-up-2 >.columns .cast-icon {
		width: 50%;
		margin: 0 auto;
	}

	.medium-up-2>.column:nth-of-type(1n),
	.medium-up-2>.columns:nth-of-type(1n) {
		clear: none
	}

	.medium-up-2>.column:nth-of-type(2n+1),
	.medium-up-2>.columns:nth-of-type(2n+1) {
		clear: both
	}

	.medium-up-3>.column,
	.medium-up-3>.columns {
		width: 33.33333%
	}

	.medium-up-4>.column,
	.medium-up-4>.columns {
		width: 25%
	}

	.medium-up-5>.column,
	.medium-up-5>.columns {
		width: 20%
	}

	.medium-up-6>.column,
	.medium-up-6>.columns {
		width: 16.66667%
	}

	.medium-up-7>.column,
	.medium-up-7>.columns {
		width: 14.28571%
	}

	.medium-up-8>.column,
	.medium-up-8>.columns {
		width: 12.5%
	}

	.medium-collapse>.column,
	.medium-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}

	.medium-collapse .row {
		margin-right: 0;
		margin-left: 0
	}

	.expanded.row .medium-collapse.row {
		margin-right: 0;
		margin-left: 0
	}

	.medium-uncollapse>.column,
	.medium-uncollapse>.columns {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.medium-centered {
		margin-right: auto;
		margin-left: auto
	}

	.medium-pull-0,
	.medium-push-0,
	.medium-uncentered {
		position: static;
		margin-right: 0;
		margin-left: 0
	}
	.column-block {
		margin-bottom: 1rem
	}

	.column-block>:last-child {
		margin-bottom: 0
	}

	h1 {
		font-size: 2.2rem
	}

	h2 {
		font-size: 2rem
	}

	h3 {
		font-size: 1.8rem
	}

	h4 {
		font-size: 1.4rem
	}

	h5 {
		font-size: 1.4rem
	}

	h6 {
		font-size: 1.4rem
	}

	.medium-align-left {
		text-align: left
	}

	.medium-align-right {
		text-align: right
	}

	.medium-align-center {
		text-align: center
	}

	.medium-text-justify {
		text-align: justify
	}

	.position-left.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
		z-index: 1
	}

	.position-left.reveal-for-medium~.off-canvas-content {
		margin-left: 250px
	}

	.position-right.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
		z-index: 1
	}

	.position-right.reveal-for-medium~.off-canvas-content {
		margin-right: 250px
	}

	.position-top.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
		z-index: 1
	}

	.position-top.reveal-for-medium~.off-canvas-content {
		margin-top: 250px
	}

	.position-bottom.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
		z-index: 1
	}

	.position-bottom.reveal-for-medium~.off-canvas-content {
		margin-bottom: 250px
	}

	.dotted-line-wrap {
		display: block;
		position: absolute;
		bottom: 0;
		right: 10vw;
		z-index: 1;
	}

	.dotted-line {
		margin: 0 auto;
		position: relative;
	}

	.dotted-line p {
		transform: rotate(90deg);
		font-size: 12px;
		margin: 0;
		position: relative;
		top: -100px;
	}

    .bloc_style2.attachment-right .widget-meta-content {
        padding: 0px;
    }
}

@media print,
screen and (min-width:64.1em) {

	.drawer-container {
		max-width: 60rem
	}

	.large-1 {
		width: 100%;
	}

	.large-push-1 {
		position: relative;
		left: 8.33333%
	}

	.large-pull-1 {
		position: relative;
		left: -8.33333%
	}

	.large-offset-0 {
		margin-left: 0
	}

	.large-2 {
		width: 16.66667%
	}

	.large-push-2 {
		position: relative;
		left: 16.66667%
	}

	.large-pull-2 {
		position: relative;
		left: -16.66667%
	}

	.large-offset-1 {
		margin-left: 8.33333%
	}

	.large-3 {
		width: 25%
	}

	.large-push-3 {
		position: relative;
		left: 25%
	}

	.large-pull-3 {
		position: relative;
		left: -25%
	}

	.large-offset-2 {
		margin-left: 16.66667%
	}

	.large-4 {
		width: 33.33333%
	}

	.large-push-4 {
		position: relative;
		left: 33.33333%
	}

	.large-pull-4 {
		position: relative;
		left: -33.33333%
	}

	.large-offset-3 {
		margin-left: 25%
	}

	.large-5 {
		width: 41.66667%
	}

	.large-push-5 {
		position: relative;
		left: 41.66667%
	}

	.large-pull-5 {
		position: relative;
		left: -41.66667%
	}

	.large-offset-4 {
		margin-left: 33.33333%
	}

	.large-6 {
		width: 50%
	}

	.large-push-6 {
		position: relative;
		left: 50%
	}

	.large-pull-6 {
		position: relative;
		left: -50%
	}

	.large-offset-5 {
		margin-left: 41.66667%
	}

	.large-7 {
		width: 58.33333%
	}

	.large-push-7 {
		position: relative;
		left: 58.33333%
	}

	.large-pull-7 {
		position: relative;
		left: -58.33333%
	}

	.large-offset-6 {
		margin-left: 50%
	}

	.large-8 {
		width: 66.66667%
	}

	.large-push-8 {
		position: relative;
		left: 66.66667%
	}

	.large-pull-8 {
		position: relative;
		left: -66.66667%
	}

	.large-offset-7 {
		margin-left: 58.33333%
	}

	.large-9 {
		width: 75%
	}

	.large-push-9 {
		position: relative;
		left: 75%
	}

	.large-pull-9 {
		position: relative;
		left: -75%
	}

	.large-offset-8 {
		margin-left: 66.66667%
	}

	.large-10 {
		width: 83.33333%
	}

	.large-push-10 {
		position: relative;
		left: 83.33333%
	}

	.large-pull-10 {
		position: relative;
		left: -83.33333%
	}

	.large-offset-9 {
		margin-left: 75%
	}

	.large-11 {
		width: 91.66667%
	}

	.large-push-11 {
		position: relative;
		left: 91.66667%
	}

	.large-pull-11 {
		position: relative;
		left: -91.66667%
	}

	.large-offset-10 {
		margin-left: 83.33333%
	}

	.large-12 {
		width: 100%
	}

	.large-offset-11 {
		margin-left: 91.66667%
	}

	.large-up-1>.column,
	.large-up-1>.columns {
		width: 100%
	}

	.large-up-2>.column,
	.large-up-2>.columns {
		width: 50%
	}

	.large-up-3>.column,
	.large-up-3>.columns {
		width: 33.33333%
	}

	.large-up-4>.column,
	.large-up-4>.columns {
		width: 25%
	}

	.large-up-5>.column,
	.large-up-5>.columns {
		width: 20%
	}

	.large-up-6>.column,
	.large-up-6>.columns {
		width: 16.66667%
	}

	.large-up-7>.column,
	.large-up-7>.columns {
		width: 14.28571%
	}

	.large-up-8>.column,
	.large-up-8>.columns {
		width: 12.5%
	}

	.large-collapse>.column,
	.large-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}

	.large-collapse .row {
		margin-right: 0;
		margin-left: 0
	}

	.expanded.row .large-collapse.row {
		margin-right: 0;
		margin-left: 0
	}

	.large-uncollapse>.column,
	.large-uncollapse>.columns {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.large-centered {
		margin-right: auto;
		margin-left: auto
	}

	.large-pull-0,
	.large-push-0,
	.large-uncentered {
		position: static;
		margin-right: 0;
		margin-left: 0
	}

	.large-align-left {
		text-align: left
	}

	.large-align-right {
		text-align: right
	}

	.large-align-center {
		text-align: center
	}

	.large-text-justify {
		text-align: justify
	}

	.position-left.reveal-for-large {
		-webkit-transform: none;
		transform: none;
		z-index: 1
	}

	.position-left.reveal-for-large~.off-canvas-content {
		margin-left: 250px
	}

	.position-right.reveal-for-large {
		-webkit-transform: none;
		transform: none;
		z-index: 1
	}

	.position-right.reveal-for-large~.off-canvas-content {
		margin-right: 250px
	}

	.position-top.reveal-for-large {
		-webkit-transform: none;
		transform: none;
		z-index: 1
	}

	.position-top.reveal-for-large~.off-canvas-content {
		margin-top: 250px
	}

	.position-bottom.reveal-for-large {
		-webkit-transform: none;
		transform: none;
		z-index: 1
	}

	.position-bottom.reveal-for-large~.off-canvas-content {
		margin-bottom: 250px
	}

	.drawer--sidebar .drawer-hamburger {
		display: none;
		visibility: hidden
	}

	.drawer--sidebar .drawer-nav {
		display: block;
		-webkit-transform: none;
		transform: none;
		position: fixed;
		width: 12.5rem;
		height: 100%
	}

	/*! Left */
	.drawer--sidebar.drawer--left .drawer-nav {
		left: 0;
		border-right: 1px solid rgb(221, 221, 221)
	}

	.drawer--sidebar.drawer--left .drawer-contents {
		margin-left: 12.5rem
	}

	/*! Right */
	.drawer--sidebar.drawer--right .drawer-nav {
		right: 0;
		border-left: 1px solid rgb(221, 221, 221)
	}

	.drawer--sidebar.drawer--right .drawer-contents {
		margin-right: 12.5rem
	}

	/*! container */
	.drawer--sidebar .drawer-container {
		max-width: 48rem
	}

	.hide-for-large {
		display: none !important
	}
	
	#smart-info {
		display: none
	}

	#header {
		padding: 0 2rem
	}

	#header #logo img {
		max-width: 500px
	}

	#header #header-block-col .shop-tel .num {
		font-size: 2.5rem
	}
	
	.sticky-wrap #header #header-block-col .shop-tel .num {
		font-size: 2.5rem;
	}

	.site-description {
		font-size: 1.3rem;
		margin-bottom: 0;
		text-align: center;
		padding-bottom: .3rem;
	}

	#header-inc {
		line-height: 1em
	}

	#header-section {
		text-align: right
	}

	.widget_cp5_image_slider_t010 .swiper-container {
		max-width: 100%;
		margin-top: 0;
	}

	.widget_cp5_image_slider_t010 .swiper-container img {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		font-family: "object-fit: cover;";
		height: calc(100vh - 120px);
	}

	.widget_cp5_image_slider_t010 .swiper-container video {
		height: 100vh;
		min-height: 100vh;
		min-width: 100%;
		width: auto;
		-o-object-fit: cover;
		object-fit: cover;
		font-family: "object-fit: cover;";
	}

	#main-content.two-cl {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	#main-content.two-cl #primary {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	#main-content.two-cl #secondary {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	#main-content.two-cl-other {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	#main-content.two-cl-other #primary {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	#main-content.two-cl-other #secondary {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	#main-content.two-cr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	#main-content.two-cr #primary {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	#main-content.two-cr #secondary {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	#main-content.two-cr-other {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	#main-content.two-cr-other #primary {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	#main-content.two-cr-other #secondary {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
}

@media screen and (min-width:48.1em) and (max-width:64em) {
	#header {
		padding: .5rem 4.8rem .5rem .5rem
	}

	.footer-widget-box {
		flex-direction: column;
		width: 100%;
	}

	.footer-widget-col {
		width: auto;
		padding-top: 30px;
	}

	#header #logo img {
		max-width: 320px
	}

	#header #header-block-col .open {
		font-size: 2rem
	}

	#header #header-block-col .shop-tel {
		font-size: 2rem
	}

	.site-description {
		font-size: 1.2rem
	}

	#header-inc {
		line-height: 1em
	}

	#header-section {
		text-align: right
	}

	#main-content.two-cl {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	#main-content.two-cl #primary {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	#main-content.two-cl #secondary {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	#main-content.two-cr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	#main-content.two-cr #primary {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	#main-content.two-cr #secondary {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.widget_cp5_image_slider_t010 .swiper-container {
		max-width: 100%
	}

	.widget_cp5_image_slider_t010 .swiper-container img {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		font-family: "object-fit: cover;"
	}

	.widget_cp5_image_slider_t010 .swiper-container video {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		font-family: "object-fit: cover;"
	}
}

@media (min-width:75em) {

	.drawer-container {
		max-width: 70rem
	}
	.drawer--sidebar .drawer-nav {
		width: 24rem
	}

	.drawer--sidebar.drawer--left .drawer-contents {
		margin-left: 24rem
	}

	.drawer--sidebar.drawer--right .drawer-contents {
		margin-right: 24rem
	}

	/*! container */
	.drawer--sidebar .drawer-container {
		max-width: 60rem
	}

}

@media screen and (min-width:0\0) {
	select {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
	}
}

@media print {
	* {
		background: 0 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important
	}

	.show-for-print {
		display: block !important
	}

	.hide-for-print {
		display: none !important
	}

	table.show-for-print {
		display: table !important
	}

	thead.show-for-print {
		display: table-header-group !important
	}

	tbody.show-for-print {
		display: table-row-group !important
	}

	tr.show-for-print {
		display: table-row !important
	}

	td.show-for-print {
		display: table-cell !important
	}

	th.show-for-print {
		display: table-cell !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " ("attr(href) ")"
	}

	.ir a:after,
	a[href^='#']:after,
	a[href^='javascript:']:after {
		content: ''
	}

	abbr[title]:after {
		content: " ("attr(title) ")"
	}

	blockquote,
	pre {
		border: 1px solid rgb(138, 138, 138);
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	@page {
		margin: .5cm
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	.print-break-inside {
		page-break-inside: auto
	}
}

@media print,
screen and (max-width:48em)  {

	.sp-none {
		display: none;
	}

	#secondary .cast-lists-frame li .cast-image {
		width: 100%;
	}

	.parallax_widget {
		margin: 0 calc(50% - 50vw);
		width: 100%;
	}

	.home .widget_cp5_news_t010 .news-lists-frame li .read-more {
		text-align: right;
	}

	.query-count {
		padding-left: 10px;
	}
	
	.reservation-time {
		flex-direction: column;
	}
	.wpcf7-form .wpcf7-submit.button {
		max-width: 100%;
	}

	/* 変更 */
	.post-type-archive-cast #archive-cast .cast-lists-frame li:nth-of-type(even) {
		/* padding-right: .5rem; */
	}

	.post-type-archive-cast #archive-cast .cast-lists-frame li:nth-of-type(odd) {
		padding-left: 0;
		padding-right: .5rem;
	}

	#secondary .widget_cp5_banner_display img.lazyloaded {
		width: auto;
	}
	
	#top-header-widget-col .widget_text h2 {
		font-size: 22px;
	}

	#secondary .widget .cast-name {
		font-size: 1.6rem;
		line-height: 1;
		padding-top: .5rem;
	}

	#secondary .cast-frame a .cast-size {
		font-size: 1.4rem;
	}

	#secondary .widget_cp5_schedule_list_t010 {
		padding: 0;
	}

	#main-content.layout-block #secondary .widget-title {
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
	}

	#secondary .widget_cp5_castlist_t010 {
		padding: 0;
	}

	#secondary .cast-lists-frame li .cast-section .cast-name {
		line-height: 1;
		padding-top: .5rem;
	}

	.schedule .cast-list .row.collapse {
		display: flex;
	}

	.schedule #schedule-list.cast-lists-frame  li .cast-image {
		width: 36%;
	}

	#breadcrumb {
	    margin-left: .5rem;
	}

	#enter.open {
		background-attachment: scroll;
	}

	img.lazyloaded {
		width: 100%;
	}

	#enter-image {
		padding: 5rem 0 5rem;
		margin-bottom: 0;
	}

	#enter-navi {
		margin-bottom: 0;
	}

	#enter-section {
		width: calc(100% - 20px);
		margin: 0 auto;
	}

	#main-content .news-block .news-lists-frame {
		justify-content: center;
	}

	.footer-widget-box {
		flex-direction: column;
		width: 100%;
	}
	
	#top-header-widget-col .widget_text {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.more-link a, .more-link .anchor {
		margin-bottom: 30px;
	}

	.more-link.align-center a {
		text-align: center;
	}

	.button {
		padding: 10px;
	}

	.scrolltop-btn {
		padding: 0;
	}

	.reservation-div {
		width: 100%;
	}

	.wpcf7-form .wpcf7-submit.button{
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.widget-acf_custom_widget-5-class .subtitle p {
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	
	.bloc_style2.attachment-left .widget-meta {
		-webkit-transform: none;
		transform: none;
	}
	.bloc_style2 figure {
		font-size: 0;
	}

	.bloc_style2.attachment-right .widget-meta {
		-webkit-transform: none;
		transform: none;
	}
	
	.iPhone .bloc_style1 .parallax_move2 {
		background-attachment: unset !important;
		background-size: cover;
	}

	.bloc_style2 video {
		max-height: 500px;
		width: 100%;
	}

	.contact .entry-content {
		width: calc(100% - 30px + 2.5rem);
		margin: 0 auto;
	}

	.cat-label {
		font-size: 15px;
	}

	.widget_cp5_cast_slider_t010 .owl-item .cast-section {
		width: 100%;
	}

	.widget_cp5_schedule_list_t010 .vertical li .cast-image {
		width: 100%;
	}

	#profile-next {
		width: 50%;
	}
	#profile-navi #profile-prev {
		width: 50%;
		padding: 0;
	}

	#profile-navi .columns:last-child {
		padding-left: 0;
	}

	.entry-title {
		white-space: unset;
	}

	span.machihime-icon {
		padding: 0 2rem;
	}

	#profile-image .slider-navs {
		margin: 0 auto 2rem;
	}

	.#profile-frame .profile-check-list {
		padding: 0;
	}

	#profile-frame .profile-check-list {
		margin: 0;
	}

	#profile-section .section-column .columns .profile-check-list {
		width: 100%;
	}

	.profile-detail-wrap {
		order: 3;
	}

	.vertical .cast-lists-frame li .cast-image {
    width: 100%;
    object-fit: cover;
	}

	#schedule-week-list .cast-image img {
		max-height: 30rem;
	}

	#schedule-week-list .cast-section {
		padding-left: 0;
		margin-top: 1rem;
	}
	#schedule-week .cast-frame {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.small-up-1>.column, .small-up-1>.columns {
		width: 100%;
	}
	
	#secondary .widget_cp5_waitcast_list .small-up-1>.columns {
		width: 50%;
	}
	
	#secondary .widget_cp5_waitcast_list .cast-lists-frame li .cast-image {
		width: 100%;
	}
	
	.small-up-1>.column, .small-up-1>.columns:nth-of-type(2n) {
		padding-right: .5rem;
	}

	.cast-lists-frame li {
		padding-bottom: 1.4rem;
		padding-right: 0;
	}

	.cast-list.row.columns {
		/* width: calc(100% - .5rem); */
		width: 100%;
	}

	.waiting .cast-lists-frame li {
		text-align: center;
		
	}

	/* 変更 */
	.waiting #waiting-list.cast-lists-frame li:nth-of-type(odd) {
		padding-right: .5rem;
	}

	.waiting .cast-lists-frame li:nth-of-type(even) {
		/* padding-left: .5rem;
    margin-left: -0.25rem; */
		/* padding-left: 0; */
    padding-right: 0.5rem;
	}

	.waiting .cast-list li .cast-section {
		margin-left: 0;
	}

	.cast-lists-frame .waiting li {
		margin-top: 1rem;
	}

	#footer .widget {
		padding-right: 0;
		width: 100%;
	}

	.sticky-wrap {
		display: none;
	}

	#footer #footer-copy {
		line-height: 1.6;
	}

	.bloc_style1 .widget-meta-content {
		padding: 20px 0 20px 0;
	}

	.button.expanded {
		width: calc(100% - 30px);
		margin: 0 auto;
	}

	.bloc_style1 .button.expanded {
		width: calc(100% - 30px);
	}

	.bloc_style1 p {
		font-size: 14px;
		width: calc(100% - 30px);
		margin: 0 auto;
	}

	.bloc_style2 p {
		font-size: 14px;
		width: calc(100% - 30px);
		margin: 0 auto;
	}

	.bloc_style2 .sub_text  {
		display: none;
	}

	.sp-image-placement-center {
		background-position: center;
	}
	.sp-image-placement-left {
		background-position: left;
	}
	.sp-image-placement-right {
		background-position: right;
	}

	.bloc_style1 .section-block {
		background-size: cover;
	}

	.footer-widget-col {
		width: calc(100% - 30px);
		margin: 0 auto;
		flex-wrap: wrap;
		padding: 0;
		padding-top: 30px;
	}

	.widget-block .widgettitle {
		margin-bottom: 0;
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	
	.widget_cp5_news_t010 .widgettitle {
		padding-bottom: 0;
	}

	.widget_cp5_image_slider_t010 {
		margin: 0;
	}
	.content-block {
		margin: 10px 0;
	}

	body.content-all #main-content {
		padding: 0;
	}

	#smart-info .button {
		width: calc(100% - 30px);
		margin: 1rem auto 0;
	}

	#top-header-widget-col .widget_cp5_image_slider_t010 .swiper-container img {
		height: auto;
		object-fit: contain;
	}
	.overlay-scale .expanded {
		width: calc(100% - 30px);
		margin: 8px auto;
	}
	.scroll-text {
		display: none;
	}
	.bloc_style2.attachment-left .sub_text {
		text-align: left;
	}

	.swiper-wrapper .swiper-slide .swiper-slide-text {
		font-size: 10vw;
		width: calc(100% - 30px);
		line-height: 1.2;
		margin-bottom: 0;
	}

	.column:last-child:not(:first-child) {
		padding-left: 1rem;
	}

	.cast-list .row.collapse {
		width: 100%;
	}
	
	.cast-list.vertical .row.collapse {
		flex-direction: column;
		display: flex;
		align-items: center;
	}
	
	.show-for-medium {
		display: none !important
	}

	.cast-list li .cast-section {
		width: 100%;
		/* margin-left: 10px; */
		margin-left: 0;
	}

	#secondary .cast-list li .cast-section {
		margin-left: 0;
	}

	/* 変更 */
	.cast-lists-frame li .cast-image img {
		width: 100%;
		max-height: 19em;
    object-fit: cover;
	}

	body:not(.home) .cast-list .columns:last-child {
		/* padding-left: 0; */
	}
	
/* 変更 */
	.waiting #waiting-list.cast-list .columns:last-child {
		/* padding-left: 0.5rem; */
	}
	
	body:not(.home) .post-type-archive-cast .cast-list .columns:last-child {
		margin-left: 0;
	}

	body:not(.home) #secondary .cast-list .columns:last-child {
	    padding-left: .5rem;
	}

	body:not(.home) #secondary .widget_cp5_waitcast_list .cast-list .columns {
		margin-left: 0;
	}

	body:not(.home) #secondary .widget_cp5_waitcast_list .cast-list .columns  .cast-section {
		padding-left: 0;
	}

	.widget_cp5_banner_display ul li {
		padding: .5rem !important;
		text-align: center;
	}

	.widget-top.widget_cp5_banner_display ul.horizontal {
		display: flex;
		justify-content: space-between;
	}

	.widget-top.widget_cp5_banner_display img {
		object-fit: cover;
	}

	.media-object.stack-for-small .media-object-section {
		padding: 0;
		padding-bottom: 1rem;
		display: block
	}

	.media-object.stack-for-small .media-object-section img {
		width: 100%
	}

	.hide-for-small-only {
		display: none !important
	}

	.bloc_style2.attachment-right .widget-meta,
    .bloc_style2.attachment-left .widget-meta {
        position: relative;
        width: 100%;
		padding: 20px 0;
        left: 0;
        top: 0;
    }
    .bloc_style2.attachment-right .section-block-image,
    .bloc_style2.attachment-left .section-block-image {
        position: relative;
        left: 0;
        width: 100%;
	}
	
    .bloc_style2.attachment-right .section-block-image:after,
    .bloc_style2.attachment-left .section-block-image:after {
        content: none;
	}
	
    .bloc_style2.attachment-right .widget-meta-content,
    .bloc_style2.attachment-left .widget-meta-content {
        width: 100%;
        padding: 0px;
	}

	.widget .widget-block {
		padding: 0;
	}


	.column, .columns {
		padding: 0;
	}

	body {
		word-wrap: break-word
	}

	#drawer_logo {
		padding: 50px 20px 10px 20px
	}

	#header {
		padding: .5rem
	}

	#header .site-description {
		text-align: center
	}

	#header #header-logo-col {
		margin: 0 auto
	}

	#header #header-logo-col #logo {
		margin: 0 auto
	}

	#header #header-logo-col a img {
		max-width: 230px !important;
		margin: 0 auto
	}

	#header #header-block-col {
		display: none
	}

	.site-description {
		font-size: 1.1rem
	}

	#enter-navi #enter-button {
		margin: 0 0 1rem
	}

	#post-navi,
	#profile-navi {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	#post-navi #post-back,
	#post-navi #profile-back,
	#profile-navi #post-back,
	#profile-navi #profile-back {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 0 1rem
	}

	#post-navi #post-prev,
	#post-navi #profile-prev,
	#profile-navi #post-prev,
	#profile-navi #profile-prev {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	#post-navi #post-next,
	#post-navi #profile-next,
	#profile-navi #post-next,
	#profile-navi #profile-next {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	.entry-content {
		padding: .5rem
	}

	#archive-cast select,
	#schedule select {
		width: 100%
	}

	#profile-section .columns {
		padding: 0
	}

	#profile-section .columns .profile-frame {
		padding: .5rem
	}

	.profile-weekly-schedule-list,
	.weekly-schedule-list {
		display: block
	}

	.profile-weekly-schedule-list li,
	.weekly-schedule-list li {
		width: 100%;
		border-left: none
	}

	#schedule-datepanel {
		white-space: nowrap;
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0 1rem;
		margin: 0 0 1rem
	}

	#schedule-datepanel::-webkit-scrollbar {
		display: none
	}

	#schedule-datepanel li,
	#schedule-datepanel li.week-next,
	#schedule-datepanel li.week-prev {
		display: inline-block;
		padding: 0 .25rem;
		width: auto
	}

	#schedule-datepanel li a,
	#schedule-datepanel li.week-next a,
	#schedule-datepanel li.week-prev a {
		padding: .5rem
	}

	#schedule-datepanel li span,
	#schedule-datepanel li.week-next span,
	#schedule-datepanel li.week-prev span {
		line-height: 1.2
	}

	#schedule-datepanel li span.arrow .fa,
	#schedule-datepanel li.week-next span.arrow .fa,
	#schedule-datepanel li.week-prev span.arrow .fa {
		font-size: 1.4rem
	}

	#schedule-datepanel li span.month,
	#schedule-datepanel li.week-next span.month,
	#schedule-datepanel li.week-prev span.month {
		font-size: 1.4rem
	}

	#schedule-datepanel li span.day,
	#schedule-datepanel li.week-next span.day,
	#schedule-datepanel li.week-prev span.day {
		font-size: 1.6rem
	}

	#schedule-datepanel li span.date,
	#schedule-datepanel li.week-next span.date,
	#schedule-datepanel li.week-prev span.date {
		font-size: 1.2rem
	}

	.widget_cp5_castslider .swiper-button-next,
	.widget_cp5_castslider .swiper-button-prev,
	.widget_cp5_scheduleslider .swiper-button-next,
	.widget_cp5_scheduleslider .swiper-button-prev {
		background-size: 16px 26px;
		padding: 20px 16px
	}

	.widget_cp5_image_slider_t010 .swiper-container,
	.header-image-slider.swiper-container {
		max-width: 100%;
		z-index: 0
	}

	.widget_cp5_image_slider_t010 .swiper-container img,
	.widget_cp5_image_slider_t010 .swiper-container video,
	.header-image-slider.swiper-container img,
	.header-image-slider.swiper-container video {
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}

	.widget_cp5_image_slider_t010 .swiper-container video,
	.header-image-slider.swiper-container video {
		width: 100%
	}

	#schedule-week .cast-frame .cast-section .weekly-schedule-list {
		display: block;
		table-layout: inherit
	}

	#cast-order-lists,
	#cast-sort-lists,
	.cd-pagination[role=navigation] {
		white-space: nowrap;
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden
	}

	#cast-order-lists::-webkit-scrollbar,
	#cast-sort-lists::-webkit-scrollbar,
	.cd-pagination[role=navigation]::-webkit-scrollbar {
		display: none
	}

	#profile-frame {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0
	}

	#profile-frame #profile-detail {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	#profile-frame #profile-header {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	#profile-frame #profile-image {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	#profile-frame #profile-section {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
		padding-left: 0;
	}

	.bloc_style2 .sub_text p {
		top: -11rem;
		font-size: 50px;
		color: rgba(253, 253, 253, .70);
	}
	.widget-meta-content {
		width: 100%;
	}

	.news-content-width {
		width: 100% !important;
	}
	.news-section {
		padding-left: 1rem;
		width: 100%
	}

}

@media screen and (max-width:64em) {

	.show-for-large {
		display: none !important
	}

	table.stack thead {
		display: none
	}

	table.stack tfoot {
		display: none
	}

	table.stack td,
	table.stack th,
	table.stack tr {
		display: block
	}

	table.stack td {
		border-top: 0
	}
}

@media screen and (max-width:0em),
screen and (min-width:48.1em) {
	.show-for-small-only {
		display: none !important
	}
}


@media screen and (min-width:48em) and (max-width:64em) {
	.hide-for-medium-only {
		display: none !important
	}
	#smart-info {
		display: none;
	}
}

@media screen and (max-width:48em),
screen and (min-width:64.1em) {
	.show-for-medium-only {
		display: none !important
	}
}

@media screen and (min-width:64.1em) and (max-width:79.9375em) {
	.hide-for-large-only {
		display: none !important
	}
}

@media screen and (max-width:64em),
screen and (min-width:80em) {
	.show-for-large-only {
		display: none !important
	}
}

@media screen and (min-width: 768px) and (max-width: 1366px){
	.shop-tel {
		display: none;
	}
	.widget-meta-content {
		width: 100%;
	}
	.bloc_style2.attachment-left .widget-meta {
		left: 25%;
	}
	.bloc_style2 .widget-meta {
		width: 75%;
	}
}

@media screen and (orientation:landscape) {

	.hide-for-portrait,
	.show-for-landscape {
		display: block !important
	}
}

@media screen and (orientation:portrait) {

	.hide-for-portrait,
	.show-for-landscape {
		display: none !important
	}
}

.hide-for-landscape,
.show-for-portrait {
	display: none !important
}

@media screen and (orientation:landscape) {

	.hide-for-landscape,
	.show-for-portrait {
		display: none !important
	}
}

@media screen and (orientation:landscape) and (max-width: 812px) {
	.widget-meta-content {
		width: 100%;
	}

	.bloc_style2.attachment-left .widget-meta {
		left: 20%;
	}

	.bloc_style2 .widget-meta {
		width: 80%;
	}

	.header-image-slider.swiper-container video {
		height: 100vh;
		min-height: 100vh;
		min-width: 100%;
		width: auto;
		object-fit: cover;
	}
	.header-image-slider.swiper-container img {
		object-fit: cover;
		height: 100vh;
	}

}

@media screen and (orientation:portrait) {

	.hide-for-landscape,
	.show-for-portrait {
		display: block !important
	}
}

@media screen and (max-height:30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px
	}

	.overlay ul li {
		min-height: 34px
	}
}
