/*!
Theme Name: asatte_v2
Theme URI: http://underscores.me/
Author: dai5
Author URI: http:minority.gr.jp
Description: Simple theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: asatte_v2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

asatte_v2 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography.
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 1.5em;
	margin: 0.67em 0;
	text-align: center;
}
.site-description {
	display:none;
}
/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@media only screen and (min-width: 1400px) { html {font-size: 19px;} }
@media only screen and (max-width: 1399px) { html {font-size: 17px;} }
@media only screen and (max-width: 1200px) { html {font-size: 15px;} }
@media only screen and (max-width: 768px) { html {font-size: 14px;} }
/*html {
	font-size: 16px;
}*/
body,
button,
input,
select,
optgroup,
textarea {
	font-size: 1rem;
	line-height: 1.5;
    font-family: '游明朝', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
    color: #000;
    -webkit-font-feature-settings: 'palt';
    -ms-font-feature-settings: 'palt';
    -o-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    -moz-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -ms-font-smoothing: subpixel-antialiased;
    -o-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: '游ゴシック', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	color: #000;
}

p {
	margin-bottom: 1.0em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.gothic {
	font-family: '游ゴシック', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}

.mincho {
	font-family: '游明朝', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.section-title {
	text-align: center;
	vertical-align: middle;
	font-family: '游ゴシック', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	font-size: 125%;
	font-weight: bold;
}
.page-section {
	font-family: '游明朝', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size: 2rem;
	text-align: center;
	color: #c10d23;
}

#pickup h1,#pickup h2,
#pickup h3,#pickup h4,
#pickup h5,#pickup h6 {
	font-weight: normal !important;
    -webkit-margin-before: 0.2em;
    -webkit-margin-after: 0.2em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
#pickup h1 {
	font-size: 1.7rem;
}
#pickup h2 {
	font-size: 1.5rem;
    -webkit-margin-after: 0.5em;
}
#pickup h3 {
	font-size: 1.2rem;
    -webkit-margin-before: 0.5em;
}
#pickup h4 {
	font-size: 1.1rem;
}
#pickup h5 {
	font-size: 1.0rem;
}
#pickup h6 {
	font-weight: bold;
}
@media only screen and (max-width: 1000px) { 
	.section-title {
		text-align: center;
		vertical-align: middle;
		font-family: '游ゴシック', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
		font-size: 120%;
		font-weight: bold;
	}
	.page-section {
		font-family: '游明朝', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
		font-size: 1.8rem;
		text-align: center;
		color: #c10d23;
	}
	
	#pickup h1,#pickup h2,
	#pickup h3,#pickup h4,
	#pickup h5,#pickup h6 {
		font-weight: normal !important;
	    -webkit-margin-before: 0.2em;
	    -webkit-margin-after: 0.2em;
	    -webkit-margin-start: 0px;
	    -webkit-margin-end: 0px;
	}
	#pickup h1 {
		font-size: 1.6rem;
	}
	#pickup h2 {
		font-size: 1.4rem;
	    -webkit-margin-after: 0.3em;
	}
	#pickup h3 {
		font-size: 1.2rem;
	    -webkit-margin-before: 0.3em;
	}
	#pickup h4 {
		font-size: 1.0rem;
	}
	#pickup h5 {
		font-size: 1.0rem;
	}
	#pickup h6 {
		font-weight: bold;
	}
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #777;
	text-decoration: none;
}

a:visited {
	color: #777;
}

a:hover, a:focus, a:active {
	color: #c10d23;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

@media only screen and (min-width: 499px) {
	.pcoff {
		display:none !important;
	}
}
@media only screen and (max-width: 500px) {
	.moboff {
		display:none !important;
	}
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.2em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.2em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignmiddle {
	height:350px;
	padding-left: 50px;
}
.alignmiddle p{
	display:block;
	vertical-align: middle;
	line-height:normal;
    display: block;
    -webkit-margin-before: 0.2em;
    -webkit-margin-after: 0.2em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
@media only screen and (max-width: 768px) {
	.alignmiddle {
		line-height:10px;
		padding-left: 5px;
	}
	.alignmiddle p{
		display:inline-block;
		vertical-align: top;
		line-height:normal;
	}
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
@media only screen and (max-width: 450px) {
	.site-title {
		    margin: 0.9em 0;
	}
	}
#content { margin:0 auto; }
@media only screen and (min-width: 1200px) { #content, footer {width:85%;max-width:1700px;} }
@media only screen and (max-width: 1199px) { #content, footer  {width:85%;} }
@media only screen and (max-width: 979px) { #content, footer  {width:88%;} }
@media only screen and (max-width: 750px) { #content, footer  {width:90%;} }
#content {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
h1.entry-title {
	font-family: '游明朝', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size: 1.8rem;
	text-align: center;
	color: #c10d23;
}
h2.entry-title {
	font-family: '游ゴシック', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	font-size: 1.2rem;
	-webkit-margin-before: 0.1em;
	-webkit-margin-after: 0.1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}
.entry-category {
	font-family: '游ゴシック', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	color: #c10d23;
}
.entry-date {
	font-family: '游ゴシック', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}
.border-line {
  border-bottom: .99px solid #ccc;
}
/*.vc_gitem_row .vc_gitem-col {
    max-height: 450px;
}*/
.Mainbtn-3 {
   border-bottom: .99px solid #eee;
   border-top: .99px solid #eee;
   width:100%;
}

footer {
  min-height: 100px;
  margin: 100px auto 30px;
  vertical-align: bottom;
}
.entry-footer {
  text-align:right;
  font-size: 1.15rem;
  font-family: '游ゴシック', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}
footer h1 {
  text-align: left;
  font-size: 1.3rem;
  margin-bottom:15px;
  font-family: '游明朝', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
  color: #c10d23;
}
footer .site-info {
  line-height: 1.6;
  font-size: 0.85rem;
  font-family: '游ゴシック', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  clear:both;
}
.site-info p {
	line-height: 1.5;
	margin: 0;
}
.cpr {
	color: #c10d23;
}
.footlogo {
	display: inline;
	float: right;
	margin-left: 1.2em;
	position: relative;
	top: -20px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 450px) {
	.footlogo {
		display: none;
	}
}
/* about asatte */
.activity_txt {
	font-size: 0.95rem;
}
@media only screen and (max-width: 450px) {
	.activity_txt {
		font-size: 0.9rem;
	}
}

.video-shadow {
  box-shadow: 4px -6px;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
/* 縦書き設定 */
.tategaki {
	-webkit-writing-mode: vertical-rl;
	/*-ms-writing-mode: tb-rl;*/
	writing-mode: vertical-rl;
    margin: 0 auto;
    letter-spacing: 0.4em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tategaki li {
	text-align: center;
	overflow: hidden;
	flex: 1;
}
.tategaki p {
	text-align: left;
	display: inline-block;
	padding: 1em 0;
	box-sizing: border-box;
}
.tategaki span {
	display: inline-block;
	padding: 1em 0;
	box-sizing: border-box;
}
@-moz-document url-prefix() { /*firefox用*/
	.tategaki {
		position: absolute;
  		top: 30px;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
  		height: 500px;
  		width: 450px;
	}
}
@-moz-document url-prefix() { 
	.tategaki-wrap {
		min-height:500px;
	}
}
/*_:-ms-input-placeholder, :root .selector { ie用
	.tategaki {
		position: absolute;
  		top: 30px;
		margin: auto;
  		height: 200px;
  		width: 450px;
	}
}
_:-ms-input-placeholder, :root .selector {
	.tategaki-wrap {
		min-height:500px;
	}
}*/

/*--------------------------------------------------------------
## またここか 青空は後悔の証し
--------------------------------------------------------------*/

body[class*="aozora"] .sub-title,
body[class*="matakokoka"] .sub-title,
body[class*="gokeyasu"] .sub-title,
.testpage .sub-title,
body[class*="home_room"] .sub-title{
    text-align:center;
    letter-spacing: 0.3em;
}
.gyousya-2 .sub-title{
    text-align:center;
    letter-spacing: 0.3em;
}
body[class*="aozora"] .title,
body[class*="matakokoka"] .title,
body[class*="gokeyasu"] .title,
.testpage .title,
body[class*="home_room"] .title{
    font-size:3em;
    letter-spacing: 0.5em;
}
.gyousya-2 .title{
    font-size:3em;
    letter-spacing: 0.5em;
}

body[class*="aozora"] .read-1st,
body[class*="matakokoka"] .read-1st,
body[class*="gokeyasu"] .read-1st,
.testpage .read-1st,
body[class*="home_room"] .read-1st{
    text-align:center;
    font-size:1.2em;
    line-height:1.8;
}
.gyousya-2 .read-1st{
    text-align:center;
    font-size:1.2em;
    line-height:1.8;
}
body[class*="matakokoka"] .read-2nd,
body[class*="gokeyasu"] .read-2nd,
.testpage .read-2nd,
body[class*="home_room"] .read-2nd{
    text-align:left;
    font-size:1.1em;
    line-height:1.8;
    max-width:728px;
    letter-spacing: 0.3em;
    margin:0 auto;
}
.gyousya-2 .read-2nd{
    text-align:left;
    font-size:1.1em;
    line-height:1.8;
    max-width:728px;
    letter-spacing: 0.3em;
    margin:0 auto;
}
body[class*="matakokoka"] .story,
body[class*="gokeyasu"] .story,
.testpage .story,
body[class*="home_room"] .story{
    text-align:left;
    font-size:1.05em;
    line-height:1.8;
    max-width:1033px;
    letter-spacing: 0.05em;
    margin:0 auto;
}
.gyousya-2 .story{
    text-align:left;
    font-size:1.05em;
    line-height:1.8;
    max-width:1033px;
    letter-spacing: 0.05em;
    margin:0 auto;
}
body[class*="matakokoka"] .cast-name,
body[class*="gokeyasu"] .cast-name,
.testpage .cast-name,
body[class*="home_room"] .cast-name{
    border-bottom: dashed .99px #aaa;
}
.gyousya-2 .cast-name{
    border-bottom: dashed .99px #aaa;
}
body[class*="matakokoka"] .name-wrap,
body[class*="gokeyasu"] .name-wrap,
.testpage .name-wrap,
body[class*="home_room"] .name-wrap{
	margin: 0 auto;
}
.gyousya-2 .name-wrap{
	margin: 0 auto;
}
body[class*="aozora"] .name-1st,
body[class*="matakokoka"] .name-1st,
body[class*="gokeyasu"] .name-1st,
.testpage .name-1st,
body[class*="home_room"] .name-1st{
    line-height: 1;
    letter-spacing: 0.3em;
    font-size: 0.8em;
    text-align:center;
    margin: 0 5px;
}
.gyousya-2 .name-1st{
    line-height: 1;
    letter-spacing: 0.3em;
    font-size: 0.8em;
    text-align:center;
    margin: 0 5px;
}
body[class*="home_room"] .name-1st span{
    font-size: 0.7em;
}
.gyousya-2 .name-1st span{
    font-size: 0.7em;
}

@media only screen and (max-width: 450px) {
	body[class*="matakokoka"] .name-1st,
	body[class*="gokeyasu"] .name-1st,
	.testpage .name-1st,
	body[class*="home_room"] .name-1st{
		line-height: 1.8;
	}
	.gyousya-2 .name-1st{
		line-height: 1.8;
	}
}
body[class*="aozora"] .b-name,
body[class*="matakokoka"] .b-name,
body[class*="gokeyasu"] .b-name,
.testpage .b-name,
body[class*="home_room"] .b-name{
	font-size:1.5em;
	margin-bottom:2em !important;
}
.gyousya-2 .b-name{
	font-size:1.5em;
	margin-bottom:2em !important;
}
body[class*="matakokoka"] .name-last,
body[class*="gokeyasu"] .name-last,
.testpage .name-last,
body[class*="home_room"] .name-last{
	font-size:1.5em;
	margin-bottom:2em;
}
.gyousya-2 .name-last{
	font-size:1.5em;
	margin-bottom:2em;
}
body[class*="matakokoka"] .name-2nd,
body[class*="gokeyasu"] .name-2nd,
.testpage .name-2nd,
body[class*="home_room"] .name-2nd{
    line-height: 1;
    letter-spacing: 0.3em;
    font-size: 0.8em;
    text-align:center;
    margin: 0 5px;
}
.gyousya-2 .name-2nd{
    line-height: 1;
    letter-spacing: 0.3em;
    font-size: 0.8em;
    text-align:center;
    margin: 0 5px;
}
body[class*="matakokoka"] .n-name,
body[class*="gokeyasu"] .n-name,
.testpage .n-name,
body[class*="home_room"] .n-name{
	font-size:1.3em;
		margin-bottom:2em !important;
}
.gyousya-2 .n-name{
	font-size:1.3em;
		margin-bottom:2em !important;
}
body[class*="matakokoka"] .n-name span,
body[class*="gokeyasu"] .n-name span,
.testpage .n-name span,
body[class*="home_room"] .n-name span{
	margin:10px;
}
.gyousya-2 .n-name span{
	margin:10px;
}
/*body[class*="matakokoka"] .tategaki {
	display: flex;
	justify-content: center;
	align-items: center;
}
body[class*="matakokoka"] .tategaki p {
	text-align: left;
	-webkit-writing-mode: vertical-rl;
	//-ms-writing-mode: tb-rl; ie
	writing-mode: vertical-rl;
	display: inline-block;
	padding: 1em 0;
	box-sizing: border-box;
}
.tategaki span {
	font-size: 0.7em;
	text-align: left;
	display:block;
}
body[class*="matakokoka"] .name-wrap-1st {
    min-height:180px;
    line-height: 1.9;
    letter-spacing: 0.3em;
    margin:0 auto;
    display: inline-block;
}
body[class*="matakokoka"] .name-wrap-2nd {
    min-height:180px;
    line-height: 1.9;
    letter-spacing: 0.3em;
    margin:0 auto;
    display: inline-block;
}
body[class*="matakokoka"] .name-wrap-3rd {
    min-height:180px;
    line-height: 1.9;
    letter-spacing: 0.3em;
    margin:0 auto;
    display: inline-block;
}
body[class*="matakokoka"] .b-name {
	font-size:1.2em;
}
body[class*="matakokoka"] .n-name {
	font-size:1.0em;
}
body[class*="matakokoka"] .name-last {
	font-size:1.2em;
}
@-moz-document url-prefix() { //firefox用
	body[class*="matakokoka"] .tategaki .name-wrap-1st {
		position: absolute;
  		top: 0;
		margin: auto;
  		height: 170px;
	}
	body[class*="matakokoka"] .tategaki .name-wrap-2nd {
		position: absolute;
  		top: 200px;
		margin: auto;
  		height: 180px;
	}
	body[class*="matakokoka"] .tategaki .name-wrap-3rd {
		position: absolute;
  		top: 380px;
		margin: auto;
  		height: 170px;
	}
}
@-moz-document url-prefix() { //firefox用
	body[class*="matakokoka"] .tategaki-wrap {
		min-height:120px;
		width:100%;
		display: block;
		text-align:center;
	}
}
*/
body[class*="aozora"] .midashi,
body[class*="matakokoka"] .midashi,
body[class*="gokeyasu"] .midashi,
.testpage .midashi,
body[class*="home_room"] .midashi{
    text-align: center;
    font-size: 1.1em;
    font-family: '游ゴシック', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}
body[class*="pieta2023"] .midashi{
    text-align: center;
    font-size: 1.1em;
}
.gyousya-2 .midashi{
    text-align: center;
    font-size: 1.1em;
    font-family: '游ゴシック', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}
body[class*="matakokoka"] .cast-area,
.postid-5246 .cast-area,
.postid-5246 .info-area,
body[class*="gokeyasu"] .info-area,
.testpage .info-area,
body[class*="home_room"] .info-area,
body[class*="pieta2023"] .info-area{
    max-width:870px;
    margin:0 auto;
}
.gyousya-2 .info-area{
    max-width:870px;
    margin:0 auto;
}
body[class*="matakokoka"] .cast-area p,
body[class*="gokeyasu"] .cast-area p,
.testpage .cast-area p,
body[class*="home_room"] .cast-area p{
    text-align:left;
    font-size:0.9em;
    line-height:1.3;
    letter-spacing: 0em;
    margin:0 auto;
}
.gyousya-2 .cast-area p{
    text-align:left;
    font-size:0.9em;
    line-height:1.3;
    letter-spacing: 0em;
    margin:0 auto;
}
body[class*="matakokoka"] .cast-area .prof p,
body[class*="gokeyasu"] .cast-area .prof p,
.testpage .cast-area .prof p,
body[class*="home_room"] .cast-area .prof p{
    font-size:1em;
}
.gyousya-2 .cast-area .prof p{
    font-size:1em;
}
body[class*="matakokoka"] .kouen-gaiyou,
body[class*="gokeyasu"] .kouen-gaiyou,
.testpage .kouen-gaiyou,
body[class*="home_room"] .kouen-gaiyou{
    max-width:1150px;
    margin: 0 auto;
}
.gyousya-2 .kouen-gaiyou{
    max-width:1150px;
    margin: 0 auto;
}
body[class*="matakokoka"] .kouen-gaiyou p,
body[class*="gokeyasu"] .kouen-gaiyou p,
.testpage .kouen-gaiyou p,
body[class*="home_room"] .kouen-gaiyou p{
    margin:0 0;
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0.3em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.gyousya-2 .kouen-gaiyou p{
    margin:0 0;
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0.3em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
body[class*="matakokoka"] .kouen-gaiyou b,
body[class*="gokeyasu"] .kouen-gaiyou b,
.testpage .kouen-gaiyou b,
body[class*="home_room"] .kouen-gaiyou b{
    color:#777;
}
.gyousya-2 .kouen-gaiyou b{
    color:#777;
}
body[class*="aozora-2"] .staff,
body[class*="matakokoka"] .staff,
body[class*="gokeyasu"] .staff,
.testpage .staff,
body[class*="home_room"] .staff,
body[class*="pieta2023"] .staff{
    text-align:center;
    font-size:1.05em;
    line-height:1.3;
}
.gyousya-2 .staff{
    text-align:center;
    font-size:1.05em;
    line-height:1.3;
}
body[class*="matakokoka"] .ticket-info,
body[class*="gokeyasu"] .ticket-info,
.testpage .ticket-info,
body[class*="home_room"] .ticket-info,
body[class*="pieta2023"] .ticket-info{
	margin-left:15px;
}
.gyousya-2 .ticket-info{
	margin-left:15px;
}
	.sp-br{
		display: none;
	}
@media only screen and (min-width: 499px) {
	.vc_separator.sp-hr{
		display: none;
	}
}
@media only screen and (max-width: 979px) { .pc-br{
		display: none;
	} }

@media only screen and (max-width: 450px) {
	.sp-br{
		display: block;
	}
	.sp-hr{
		display: inherit;
	}
		

    body[class*="matakokoka"] .title,
	body[class*="gokeyasu"] .title,
	.testpage .title,
	body[class*="home_room"] .title{
        font-size:2.5em;
        letter-spacing: 0.2em;
    }
	.gyousya-2 .title{
        font-size:2.5em;
        letter-spacing: 0.2em;
    }
	body[class*="home_room"] .title{
        font-size:2.1em;
        letter-spacing: 0.2em;
    }
	.gyousya-2 .title{
        font-size:2.1em;
        letter-spacing: 0.2em;
    }
    body[class*="matakokoka"] .read-1st,
	body[class*="gokeyasu"] .read-1st,
	.testpage .read-1st,
	body[class*="home_room"] .read-1st{
        text-align:left;
        font-size:1.12em;
        letter-spacing: 0.05em;
        text-indent: 1em;
        line-height:1.5;
    }
	.gyousya-2 .read-1st{
        text-align:left;
        font-size:1.12em;
        letter-spacing: 0.05em;
        text-indent: 1em;
        line-height:1.5;
    }
    body[class*="matakokoka"] .read-2nd,
	body[class*="gokeyasu"] .read-2nd,
	.testpage .read-2nd,
	body[class*="home_room"] .read-2nd{
        text-align:left;
        font-size:1.1em;
        line-height:1.8;
        max-width:780px;
        letter-spacing: 0.2em;
        margin:0 auto;
    }
	.gyousya-2 .read-2nd{
        text-align:left;
        font-size:1.1em;
        line-height:1.8;
        max-width:780px;
        letter-spacing: 0.2em;
        margin:0 auto;
    }
    body[class*="matakokoka"] .cast-area h3,
	body[class*="gokeyasu"] .cast-area h3,
	.testpage .cast-area h3,
	body[class*="home_room"] .cast-area h3{
        font-size:1.2em;
    }
    .gyousya-2 .cast-area h3{
        font-size:1.2em;
    }
}
/*--------------------------------------------------------------
## 名人長二
--------------------------------------------------------------*/

/*PC*/
.btn-area-wrap {
    text-align:center;
    width:100%;
}
.meijinchouji .btn-area {
    max-width:700px;
    margin:0 auto;
    flex-direction: row; 
    flex-wrap: wrap;
    justify-content: center;
}
.menu-box {
    margin:5px;
}
.midasi-min {
    font-size:0.8em;
    margin-top:40px;
}
.staff-txt {
    font-size:1.0em;
    text-align:center;
    line-height:1.8;
}
.producer-txt {
    margin-top:30px;
    text-align:center;
}
/*p {
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}*/
.gaiyou-txt {
    font-size:1.2em;
}
.kswr-tph-container {
    float:none !important;
}
.chirashi-wrap {
    width:100%;
}
.chirashi {
    max-width:720px;
    margin: 0 auto;
}
@media only screen and (max-width: 449px) { /*SP*/
    .midasi-min {
	    font-size:0.8em;
	    margin-top:20px;
	}
	.staff-txt {
	    font-size:0.9em;
	    text-align:center;
	    line-height:1.8;
	}
	p {
	    display: block;
	    -webkit-margin-before: 0.3em;
	    -webkit-margin-after: 0em;
	    -webkit-margin-start: 0px;
	    -webkit-margin-end: 0px;
	}
	.gaiyou-txt {
	    font-size:1.0em;
	}
}
.wpb_content_element, ul.wpb_thumbnails-fluid > li, .wpb_button {
    margin-bottom: 0px;
}

/*--------------------------------------------------------------
## Margin
--------------------------------------------------------------*/
.mrg-b30 {
	margin-bottom:30px;
}
.mrg-b50 {
	margin-bottom:50px;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-wrap {
	width:100%;
}
.gallery {
	margin: 0 auto;
	max-width:950px;
	text-align: center;
}

.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;
}
/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/

@media only screen and (max-width: 450px) {
	.error404.page-content {
		text-align:center;
	}
	.error404.page-content ul {
   		list-style: none;
	}
}

.product_meta{
	display:none;
}

/*--------------------------------------------------------------
## WooCommerce
--------------------------------------------------------------*/

.woocommerce-message::before {
    color: #c10d23;
}

.woocommerce-message {
    border-top-color: #c10d23;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #c10d23;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #c10d23;
}

.woocommerce ul.products li.product .price {
    color: #c10d23;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #e50202;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #fff;
    background-color: #c10d23;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    color: #fff;
	background-color: #e50202;
}

.entry-summary, .single_add_to_cart_button,.wc-tabs,.shipping-fee,.woocommerce-result-count,.orderby,.woocommerce-Price-amount,.type-product a,.woocommerce-cart-form__cart-item,.cart-collaterals,.woocommerce-message,.woocommerce-cart-form__contents,.woocommerce-cart-form__contents button,.cart-empty,.woocommerce-billing-fields__field-wrapper,.input-text,.woocommerce-additional-fields,.woocommerce-checkout-review-order,.woocommerce-checkout-payment button, .wc-backward,.woocommerce button.button {
	font-family: 游ゴシック, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.cart_totals table select
{
    font-family:inherit;
    font-size:inherit;
}

h1.product_title{
	font-family: 游ゴシック, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	text-align:left;
	color:#000;
}

h1.product_title span{
   font-size: 1.2rem;
}

h1.product_title span:after{
   content: "\A" ;
   white-space: pre ;
}

.woocommerce div.product form.cart {
    float: right;
    margin-top: 2em;
}

.woocommerce-result-count,.woocommerce-ordering,#wc-stripe-payment-request-button
{display:none;}

h1.page-title {
    font-family: 游明朝, YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 1.8rem;
    text-align: center;
    color: rgb(193, 13, 35);
}

.entry-content>.woocommerce,.woocommerce ul.products,.product_cat-dvd,.product_cat-pamphlet {
    padding-top: 6.7%;
}

.postid-5046 .read-1st,
.postid-5047 .read-1st{
    text-align:center;
    font-size:1.2em;
    line-height:1.8;
}

.zangyo-line_wrap{
	text-align:center;
}

.zangyo-line1{
	display:inline;
	background: linear-gradient(transparent 40%, #FAEE00 40%);
}

.zangyo-line2{
	display:inline;
	background: linear-gradient(transparent 40%, #9DD6E2 40%);
}

.cart_btn {
    position: fixed;
    z-index: 36;
    right: 100px;
    top: 20px;
    padding: 18px 25px 16px 23px;
}

.cart_btn a{
    color: #c10d23;
}

.cart_btn a:hover{
	color: #e50202;
}

.cart_btn i {
   font-size: 26.6px;
}

@media only screen and (max-width: 768px) {
.cart_btn {
    left: 30px;
    right: 0;
    padding: 18px 25px 16px 23px;
    top: 20px;
    width: 20%;
}

.cart_btn i {
    font-size: 1.8em;
}

}

/*商品詳細ページから商品一覧へ戻るボタン*/
.shop-back {
    clear: both;
    margin: 0 0 35px;
    text-align: center;
	border-bottom: .99px solid #eee;
    border-top: .99px solid #eee;
	padding: 21px 0;
}

.shop-back .ubtn-icon{
	margin-right:5px;
}

.shop-back a{
    display: inline-block;
    color: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
	font-size: 1rem;
    line-height: 1.5;
    font-family: '游明朝', YuMincho, 'Yu Mincho', 'ヒラギノ明朝 ProN W3', HiraMinProN-W3, 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
    color: #000;
    -webkit-font-feature-settings: 'palt';
    -ms-font-feature-settings: 'palt';
    -o-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    -moz-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -ms-font-smoothing: subpixel-antialiased;
    -o-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.shop-back a:hover {
    color: #c10d23;
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-of-type a:before {
	font-family: FontAwesome;
	content: '\f0ac';
	margin-right:5px;
	}

p.img_notice {
    position: absolute;
    bottom: -4%;
    font-size: 0.6em;
}

.woocommerce div.product div.images {
    margin-bottom: 3em;
}

.mail-attention {
    border: 1px solid #c10d23;
    padding: 1% 4%;
    margin-bottom: 5%;
}

@media only screen and (max-width: 768px) {
p.img_notice {
    bottom: -8%;
}
.mail-attention {
padding: 6% 4%;
}	
}

/*
yomuyomu style
*/

.yomuyomu p { font-family: 'M PLUS 1c', sans-serif !important; }
.yomuyomu h3 { 
	border-bottom: solid 2px;
	display:inline-block !important; }

ul.parent {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row; /* 左から右に配置 */
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; /* 折り返し */
    justify-content: flex-start; /* 空きがあった場合に左揃え*/
    align-content:stretch; /*縦位置の空きがあった場合の上揃え*/
    width: 100%;
    padding: 0 !important;
}
.parent_2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row; /* 左から右に配置 */
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; /* 折り返し */
    justify-content: flex-start; /* 空きがあった場合に左揃え*/
    align-content:stretch; /*縦位置の空きがあった場合の上揃え*/
    width: 100%;
    padding: 0 !important;
}
ul.parent_3 {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    flex-direction: row; /* 左から右に配置 */
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; /* 折り返し */
  	-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   	justify-content: space-between;
   	align-content: space-between;
    width: 100%;
    padding: 0 !important;
    margin: 0 0;
    line-height: 0;
}
ul.parent > li.children {
	margin: 0 2.5px;
	list-style: none;
	width: 32%;
}
ul.parent_2 > li.children {
	margin: 0 2.5px;
	list-style: none;
	width: 24%;
}
ul.parent_2 > li.children_txt {
	margin: 15px 2.5px;
	padding-left:5%;
	list-style: none;
	width: 72%;
	font-family: 'M PLUS 1p', sans-serif;
}
ul.parent_2 > li.children_txt.children_txt2 {
	width: 50%;
}
ul.parent_3 > li.children_2 {
	list-style: none;
	margin-bottom: 4px;
	width: 49%;
}
@media only screen and (max-width: 768px) {
	ul.parent {
		margin: 0;
	}
	ul.parent > li.children {
		margin: 0 1.5px;
		list-style: none;
		width: 49%;
	}
	ul.parent_2 {
		margin: 0;
		padding-top:35px;
	}
	ul.parent_2 > li.children {
		margin: 0 1.5px;
		list-style: none;
		width: 49%;
	}
	ul.parent_2 > li.children_txt {
		margin: 0;
		padding: 0;
		width: 100%;
		font-size:0.7em;
	}
	ul.parent_3 > li.children_2 {
		list-style: none;
		margin-bottom: 2px;
		width: 49%;
	}
}
.mini {
	font-size: 0.75em;
	padding-left: 0.2em;
	display:inline-block;
}
.seeyou {
	text-align:right;
	margin-right:20%;
}
.mid {
	font-size: 1.1em;
	padding-left: 0.2em;
	display:inline-block;
}
.big {
	font-size: 1.5em;
	padding-left: 0.2em;
	display:inline-block;
}

/** READ文などの文字の折り返し設定 **/

.rap-txt { /* SP時に改行を解除 */
	letter-spacing: 0.1em;
}
.no-rap-txt br { /* PC時にに改行を解除 */
    display: none;
	letter-spacing: 0.1em;
}
.read-txt {
	line-height: 1.8;
	letter-spacing: 0.1em;
	margin-top: 2em;
}
.read-txt-no-upper {
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.ult_tab_main {
	width:100px;
	height:60px;
}
span.ult-span-text {
    vertical-align: middle;
    line-height: 1em;
    padding-right: 100px;
    font-family: 'M PLUS 1p', sans-serif;
}
.ult_tab_section {
	background-image: url("https://asatte.tokyo/wp-content/uploads/2019/11/stamp_oknawa.png");
	background-size: 70%;
	background-position: right;
	background-repeat: no-repeat;
}
.ult_tab_li:nth-of-type(2) .ult_tab_section {
	background-image: url("https://asatte.tokyo/wp-content/uploads/2019/06/stamp_ebina-1.png");
	background-size: 70%;
	background-position: right;
	background-repeat: no-repeat;
}

.yomuyomunoki .ult_tab_section {
	background-image: url("https://asatte.tokyo/wp-content/uploads/2020/01/stamp_kouchi.png");
	background-size: 75%;
	background-position: right;
	background-repeat: no-repeat;
}
.yomuyomunoki .ult_tab_li:nth-of-type(2) .ult_tab_section {
	background-image: url("https://asatte.tokyo/wp-content/uploads/2020/01/stamp_ehime.png");
	background-size: 70%;
	background-position: right;
	background-repeat: no-repeat;
}
.yomuyomunoki .ult_tab_li:nth-of-type(3) .ult_tab_section {
	background-image: url("https://asatte.tokyo/wp-content/uploads/2020/01/stamp_hiroshima.png");
	background-size: 70%;
	background-position: right;
	background-repeat: no-repeat;
}
.yomuyomunoki .ult_tab_li:nth-of-type(4) .ult_tab_section {
	background-image: url("https://asatte.tokyo/wp-content/uploads/2019/11/stamp_oknawa.png");
	background-size: 70%;
	background-position: right;
	background-repeat: no-repeat;
}
.yomuyomunoki .ult_tab_li:nth-of-type(5) .ult_tab_section {
	background-image: url("https://asatte.tokyo/wp-content/uploads/2019/06/stamp_ebina-1.png");
	background-size: 70%;
	background-position: right;
	background-repeat: no-repeat;
}

@media screen and (max-width: 499px) { 
   /*　画面サイズ 499pxまで適用　*/
	.rap-txt br {
    	display: none;
    	letter-spacing: 0.2em;
  	}
	.no-rap-txt br {
		letter-spacing: 0.2em;
  	}
	.read-txt {
		letter-spacing: 0.2em;
		line-height: 1.5;
	}
	.seeyou {
		margin-right:0%;
	}
	.ult_tabitemname {
		padding: 12px 0 !important;
	}
}

.yomuyomutxt{
margin: 15px 2.5px;
    padding-left: 5%;
    list-style: none;
    font-family: 'M PLUS 1p', sans-serif;
    }

.yomuphoto_okinawa{
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}
.yomuphoto_okinawa li {
    position: relative;
    width: 24%;
    height: auto;
    margin: 0 0.5% 10px;
}
.yomuphoto_okinawa .image{
  position: relative;
  width: 100%;/*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
  padding-top: 75%;/*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
  margin: 0 auto;
}
.yomuphoto_okinawa .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 150%;
    max-height: 150%;
    width: 100%;
}
.yomuphoto_okinawa p{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5% 2%;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  background: rgba(0,0,0, .7);
  text-align: center;
  box-sizing: border-box;
}
.yomuphoto_okinawa a{
  text-decoration: none;
}
.yomuphoto_okinawa a:hover img{
  opacity: 0.8;
}

ul.parent.parent-2 {
    width: 66%;
}

ul.parent-2 > li.children {
    width: 48.2%;
}

.img75 {
position: relative;
width: 100%;/*　トリミングしたい枠の幅（100pxなど固定値もOK）　*/
padding-top: 75%;/*　トリミングしたい枠の高さ（固定値もOK）　*/
overflow: hidden;/*　画像が枠からはみ出た部分を非表示に　*/
margin: 0 auto 5px;
display: block;
  }

  .img75 img{
/* 画像を上下左右に中央配置する（絶対指定） */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* 画像の最大サイズは枠の1.5倍まで */
    max-width: 150%;
    max-height: initial;
    width: 100%;
}

@media screen and (max-width: 499px) { 

.yomuphoto_okinawa li {
    width: 49%;
}
ul.parent_2 > li.children_txt.children_txt2 {
    padding-left: 0;
    width: 100%;
}

li#menu-item-6762 a {
    font-size: 18px;
}
ul.parent.parent-2 {
    width: 100%;
}

}


@media screen and (max-width: 499px) { 
/*マイラストソング2020行間*/
body.postid-7068 p,body.postid-7320 p,.postid-8223 p {
	    -webkit-margin-before: 0.3em;
	    -webkit-margin-after: 0em;
	    -webkit-margin-start: 0px;
	    -webkit-margin-end: 0px;
	    margin-bottom: 1.5em;
	}
}


li#menu-item-6762 a{
	font-weight: bold!important;/*業者を待ちながら太字*/
}

/*asatte FORCE*/
.xo-event-meta {
    display: none;
}
#xo-event-calendar-1 {
}
.xo-event-calendar table.xo-month .month-week table{
	height: 60px;
}
.xo-event-calendar table.xo-month .month-event-title {
    white-space: normal;
    font-size: 0.72em;
    line-height: 1.2;
    /*height: 90px;*/
min-height: 40px;
}
.xo-event-calendar table.xo-month > thead th {
    border-width: 0 1px 0 0;
    padding: 1px 0;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    background-color: black;
    color: #fff;
}
.xo-event-calendar table.xo-month > thead th.sunday { color: #fff; }
.xo-event-calendar table.xo-month > thead th.saturday { color: #fff; }
.xo-event-calendar table.xo-month .month-event td:empty {
    text-align: center;
}

a[title^="下北沢桃太郎"] > span {
    border-left: 5px solid #e83929;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}
a[title^="ブス会"] > span {
    border-left: 5px solid #c97586;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}
a[title^="情熱のフラミンゴ"] > span {
    border-left: 5px solid #e7609e;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}
a[title^="福島マリコ企画"] > span {
    border-left: 5px solid #e09e87;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}
a[title^="tagayas"] > span {
    border-left: 5px solid #88cb7f;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}
a[title^="tagayas"] > span:after {
    content: "山野海×小山豊";
    display: block;
}
a[title^="オンライン連動型演劇"] > span {
    border-left: 5px solid #028760;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}
a[title^="「マイ"] > span {
    border-left: 5px solid #38b48b;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}
a[title^="「ピエタ」リーディング"] > span {
    border-left: 5px solid #4d5aaf;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}
a[title^="「えほんのろうどく"] > span {
    border-left: 5px solid #ffea00;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}
a[title^="「えほんのろうどく"] > span:after {
    content: "長田真作さんの本」";
    display: block;
}
a[title^="トーク＆ライブ"] > span {
    border-left: 5px solid #2ca9e1;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}
a[title^="トーク＆ライブ"] > span:after {
    content: "「永遠の西城秀樹を語りあう夕べ」";
    display: block;
}
a[title^="ボイスファクトリーすにぃ"] > span {
    border-left: 5px solid #eb6238;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}
a[title^="「あなあきい"] > span {
    border-left: 5px solid #f39800;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}
a[title^="「こころ踊らナイト"] > span {
    border-left: 5px solid #89c3eb;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}
a[title^="「わたしの茶の間"] > span {
    border-left: 5px solid #7058a3;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}
a[title^="後日発表"] > span,
a[title^="休演日"] > span {
    border-left: none;
    background-color: transparent!important;
    color: #626262!important;
    border-radius: 0!important;
    font-weight: bold;
    text-align: center!important;
}
a[title^="後日発表"] > span:after {
    content: "お楽しみに！";
    display: block;
}
a[title^="後日発表"],
a[title^="休演日"] {
    pointer-events:none;
cursor:default;
display: block;
}
body.single-xo_event .calendar-br{
	display: none;
}
body.single-xo_event .calendar-br .ubtn-img-container .ubtn-sep-icon.ubtn-sep-icon-at-left .ubtn-icon, body.single-xo_event .ubtn-sep-icon.ubtn-sep-icon-at-left .ubtn-icon {
    left: 37%;
}
body.postid-8309 h2.entry-title::after,
body.postid-8311 h2.entry-title::after {
    content: "〜久世さんが残してくれた歌〜番外編";
    display: block;
    font-size: 1.0rem;
}
@media screen and (max-width: 499px) {
#xo-event-calendar-1 {
}
.xo-event-calendar table.xo-month .month-week table{
	height: 30px;
}
.xo-event-calendar table.xo-month .month-event-title{
	white-space: normal;
        height: 100%;
    font-size: 8px;
    display: block;
    transform: scale(0.8);
    transform-origin: left center;
}
body.single-xo_event .calendar-br .ubtn-img-container .ubtn-sep-icon.ubtn-sep-icon-at-left .ubtn-icon, body.single-xo_event .ubtn-sep-icon.ubtn-sep-icon-at-left .ubtn-icon {
    left: 12%;
}

}

.details_btn {
	text-decoration: none;
	font-size: 90%;
	margin: 0;
	line-height: 1;
}
.details_btn::before {
	font-family: 'icomoon' !important;
	content: "\ea42";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 9px;
	color: #c10d23;
}

/* fastgallery調整用（ピエタのみ） */
@media only screen and (min-width : 640px) and (max-width : 1024px) {
	body:not([class*="pieta2023"]) .fastgallery.fg_responsive.gallery-columns-1 .fg-gallery-item {
		max-width: 48.5%!important;
		width:48.5%!important;
		margin-right:1%!important;
	}
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) { 
	body:not([class*="pieta2023"]) .fastgallery.fg_responsive.gallery-columns-1 .fg-gallery-item{
		max-width: 48.5%!important;
		width:48.5%!important;
		margin-right:1%;
	}
}

/* 20240209 */
.back-num img {
	width: 100%!important;
	height: auto;
}

.back-num .wpb_text_column.wpb_content_element {
	margin-bottom: 10px!important;
}

ul.list5 {
	display: flex;
	justify-content: flex-start;
	margin:0;
	padding: 0;
}
ul.list5 li {
	width: 20%;
	list-style:none;

}
/* 20250402 */
.site-title .logolist {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.site-title .logolist li img {
		height: 75px;
	}
.site-title .logolist li {

	margin-right: 10px;
list-style: none;
	
}

.site-title .logolist li:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 768px) {
.site-title .logolist {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding-left: 0;
}
	
.site-title .logolist li img {
		height: 40px;
	}
.site-title .logolist li {
	margin-right: 5px;
}

.site-title .logolist li:last-child {
	margin-right: 0;
	list-style: none;
}
}
@media only screen and (max-width: 375px) {
.site-title .logolist {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding-left: 0;
}
	
.site-title .logolist li img {
		height: 30px;
	}
.site-title .logolist li {
	margin-right: 5px;
}

.site-title .logolist li:last-child {
	margin-right: 0;
	list-style: none;
}
}

.icon_x .Defaults-twitter:before {
    content: ""!important;
    display: inline-block;
    width: 65px;
    height: 58px;
    background-color: none;
    background-image: url('https://asatte.tokyo/wp-content/uploads/2025/04/icon_x.png');
    background-position: center;
    background-size: contain;
}

.Defaults-twitter:before {
    content: ""!important;
    display: inline-block;
    width: 26px;
    height: 23px;
    background-color: none;
    background-image: url('https://asatte.tokyo/wp-content/uploads/2025/04/icon_x.png');
    background-position: center;
    background-size: contain;
}

/* 20250419 */
a[title^="「続・こころ踊らナイト"] > span {
    border-left: 5px solid #e175d2;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}
a[title^="「明後日課外授業"] > span {
    border-left: 5px solid #e83929;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}
a[title^="「あさってさんといっしょ"] > span {
    border-left: 5px solid #ffea00;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}

a[title^="「あさってさんと井戸端トーク"] > span {
    border-left: 5px solid #88cb7f;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}

a[title^="「坂元裕二の残業２"] > span {
    border-left: 5px solid #028760;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}

a[title^="「サステバ」公開収録"] > span {
    border-left: 5px solid #2ca9e1;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}

a[title^="「後家安とその妹"] > span {
    border-left: 5px solid #bf00ff;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}
a[title^="「ピエタ」上映会"] > span {
    border-left: 5px solid #6300a2;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}
a[title^="2025tagayas LIVE"] > span {
    border-left: 5px solid #ff45b2;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}
a[title^="～チャリティーフリーマーケット～"] > span {
    border-left: 5px solid #ccc;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}
a[title^="「今日子の部屋の窓"] > span {
    border-left: 5px solid #a2002b;
    background-color: transparent!important;
    color: #000!important;
    border-radius: 0!important;
    font-weight: bold;
}

