@charset "UTF-8";

/*
Theme Name: twentytwentyone-child
Text Domain: twentytwentyone
Template:     twentytwentyone
Version: 1.1

*/

body {
  background: #FFF;
}
body.home #main {
	max-width:1200px;
	margin:0 auto;
	padding:0 20px;
}
a {
	color:#111;
	cursor:pointer;
}
a:hover {
	color:#444;
}
.primary-navigation a:focus,.primary-navigation a:active,.site a:focus img,.has-background-white .site a:focus,.site a:focus {
	background-color:#FFF !important;
		outline: none !important;
}
/* Variables */
:root {
	--global--font-primary: var(--font-headings, -apple-system, "游明朝", YuMincho,'Yu Mincho','Hiragino Mincho ProN', "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif) !important;
	--global--font-secondary: var(--font-base, -apple-system, "游明朝", YuMincho,'Yu Mincho','Hiragino Mincho ProN', "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif) !important;

	/* Font Size */
	--global--font-size-base: 1.125rem !important;
	--global--font-size-xs: 0.875rem !important;
	--global--font-size-sm: 1rem !important;
	--global--font-size-md: 1.125rem !important;
	--global--font-size-lg: 1.25rem !important;
	--global--font-size-xl: 1.5rem !important;
	--global--font-size-xxl: 2rem !important;
	--global--font-size-xxxl: 3rem !important;
	--global--font-size-page-title: var(--global--font-size-xxl) !important;
	--global--letter-spacing: normal;

	/* Colors */
	--global--color-primary: var(--global--color-gray) !important;

	/* Body text color, site title, footer text color. */
	--global--color-secondary: var(--global--color-gray) !important;

	/* Headings */
	--global--color-primary-hover: var(--global--color-primary) !important;
	--global--color-background: var(--global--color-white) !important;

	/* Mint, default body background */
	--global--color-border: var(--global--color-primary) !important;

	/* Spacing */
	--global--spacing-unit: 14px !important;
	--global--spacing-horizontal: 15px !important;
	--global--spacing-vertical: 20px !important;


	/* Cover block */
	--cover--height: calc(15 * var(--global--spacing-vertical)) !important;
	--cover--color-foreground: var(--global--color-white);
	--cover--color-background: var(--global--color-black);

	/* Header */
	--branding--logo--max-width: 200px !important;
	--branding--logo--max-height: 120px !important;
	--branding--logo--max-width-mobile:100px !important;
	--branding--logo--max-height-mobile: 100px !important;

}
body.home {
	--branding--logo--max-height: 160px !important;
}
.entry-content {
	padding:0 10px !important;
	max-width: var(--responsive--aligndefault-width);
}
.entry-title a {
	text-decoration:none !important;
}
.entry-title a:hover {
	text-decoration:1px underline #cdb578 !important;
	text-underline-offset: 0.15em;
}
.entry-header,.page-header {
	border-bottom: 1px solid var(--global--color-border)!important;
	padding-bottom: calc(1 * var(--global--spacing-vertical))!important;
	margin-bottom: calc(2 * var(--global--spacing-vertical))!important;
}
.entry-title {
	position:relative;
	padding-left:30px;
}
.entry-title:before {
    content: '';
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    top: 16px;
    left: 12px;
    background-color: #bf9927;
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
    filter: alpha(opacity=70);
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
    z-index: 1;
}
.entry-title:after {
    content: '';
    border-radius: 40px;
    -webkit-border-radius:40px;
    -moz-border-radius: 40px;
    height: 24px;
    width: 24px;
    display: block;
    position: absolute;
    top: 4px;
    left: 0px;
    background-color: #ddd;
    filter: alpha(opacity=50);
    box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
}

h3 {
	position:relative;
	padding-left:25px !important;
	color:#757300;
	margin-top:2em !important;
}


h3::before {
	content: "★";
	position:absolute;
	width:0;
	top:-5px;
	left:-5px;
	color:#ded798;
	font-size:1.1em;
}
h3::after {
	content: "★";
	position:absolute;
	width:0;
	top:8px;
	left:6px;
	color:#bf9927;
	font-size:0.75em;

}

.b {
font-weight:bold;
}
.l {
font-size:1.15em;
}
.ll {
font-size:1.3em;
}
.s {
font-size:0.8em;
}
.ss {
font-size:0.7em;
}
p{
text-align: justify;
  text-justify: distribute;
}
center p {
text-align:center;	
}

p.moreinfo {
text-align:right;
font-family: 'Montserrat', 'Noto Sans JP',sans-serif;
font-weight:700;
}
p.moreinfo a {
	color:#ee0000;
}
p.moreinfo a:hover {
	color:#111;
}
dt + dd,dd + dt {
	margin-top: 0;
	margin-left:0;
}
.catch {
	font-weight:bold;
	color:#805a00;
}

.primary-navigation a:hover {
	color: #bf9928 !important;
	text-decoration: underline;
	text-decoration-style: solid !important;
	text-decoration-color: #bf9928 !important;
}
/* to-the-topアイコン */
#page-top {
    display:none;
	positition:relative;
    font-size: 77%;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 60px;
    height: 60px;
    padding: 10px 5px;
    text-align: center;
    display: block;
    border-radius: 50%;
    background: -moz-linear-gradient(-45deg,rgb(200 160 99 / 70%),rgb(144 96 27 / 70%));
    background: linear-gradient(-45deg,rgb(200 160 99 / 70%),rgb(144 96 27 / 70%));
    border:1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 3px 0.5px 2px rgba(255, 255, 255, 0.8);
}
#page-top a:hover {
    text-decoration: none;
	background: -moz-linear-gradient(-45deg,rgb(0 0 0 / 70%),rgb(111 111 111 / 70%));
background: linear-gradient(-45deg,rgb(0 0 0 / 70%),rgb(111 111 111 / 70%));

}

.site .button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
.wp-block-search__button:focus,
.wp-block-button .wp-block-button__link:focus {
	outline: none !important;
}


/* footer  ------------------------- */
.site-info  {
	position: relative;
}
.site-info img {
	display:inline-block;
	max-width:60px;
	margin: 0 10px;
}
.site-info p{
	font-size:13px;
	text-align:center;
	width:100%;
}
.footer-navigation#f-menu {
	margin-top: calc(1 * var(--global--spacing-vertical));
}
/* MOBILE MENU ------------------------------ */
.dropdown-icon svg {
    width: 30px !important;
    height: 30px !important;
}

/* MOVIE ------------------------------ */
#movie {
	text-align: center;
}
#movie h2{
	margin:2em auto;
	letter-spacing:0.1em;
}
#execphp-4 h2{
	margin:3em auto 1em;
	letter-spacing:0.02em;
	text-align:center;
}
#movie ol {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-wrap:wrap;	
-ms-flex-wrap: wrap;
flex-wrap:wrap;	
-webkit-justify-content: space-between;
justify-content: space-between;
	list-style:none;
	margin:1em auto;
	padding:0;
	width:100%;
	}
#movie ol li {
	width:100%;
	margin:0 0 2em;
}
#movie ol li a {
	text-decoration:none;
}
#movie p{
	text-align:center;
	background:rgb(255 255 255 / 60%);
}

#movie ol li a{
	display:inline-block;
	padding:2px 4px;
	font-size:0.7em;
	margin-left:5px;
	color:#FFF;	
}
#movie ol li p a {
	background:#f3c101;
}
#movie ol li:nth-child(2) p a {
background:#46ca06;	
}
#movie ol li:nth-child(3) p a {
background:#57b6ff;	
}
#movie ol li p a:hover{
background:#FFF;
border:1px solid #f3c101;
}
#movie ol li:nth-child(2) p a:hover {
border:1px solid #3ea70b;
}
#movie ol li:nth-child(3) p a:hover {
border:1px solid #4da1e2;
}

#movie img {
max-width: 96%;
margin:0 auto;
margin-bottom:1em;
border-radius:10px;
border:2px solid #f3c101;	
box-shadow:2px 2px 2px rgb(243 193 1 / 0.5);
}
.home #movie img {
	max-width:80%;
}
#movie li:nth-child(2) img,#movie li.sophia img {
border:2px solid #3ea70b;
box-shadow:2px 2px 2px rgb(62 167 11 / 50%);
}
#movie li:nth-child(3) img,#movie li.francesca img {
border:2px solid #4da1e2;
box-shadow:2px 2px 2px rgb(77 161 226 / 50%);
}
#movie ol li p,#movie ol li a:hover{
	color:#dcc401;
}
#movie ol li:nth-child(2) p,#movie ol li:nth-child(2) a:hover,#movie li.sophia p {
	color:#3ea70b;
}
#movie ol li:nth-child(3) p,#movie ol li:nth-child(3) a:hover,#movie li.francesca p {
	color:#4da1e2;
}
#movie a{
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#movie a:hover img{
  -webkit-transform: translate(2px,2px);
  transform: translate(2px,2px);
}
#movie span a:hover {
  -webkit-transform: translateX4px);
  transform: translateX(4px);
}
#movie .video li .s {
	color:#666;
	text-align:left !important;
	line-height:1.5em !important;
	margin:1em !important;
	font-size:0.8em;
}
#movie ol li.download img {
	border:1px solid #999;
	box-shadow:none;
}

/* Movie  ------------------------- */
.movie-item {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	margin-bottom: 10px;
}
.movie-item-wrap {
margin:0 auto;
	max-width:500px;
}

.movie-item-wrap p {
	line-height:1.4em;
	text-align:center;
}

.movie-item iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.page .movie-item-wrap {
width:90% !important;
max-width:800px !important;
margin:0 auto;
}
/* -------------------------------------------------------------------------- */
/* 2nd page 
/* -------------------------------------------------------------------------- */
.profilebox-wrap {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-wrap:wrap;	
-ms-flex-wrap: wrap;
flex-wrap:wrap;	
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items:flex-end;
align-items:flex-end
}
.profilebox-wrap .n2-section-smartslider{
	width:100%;
}

.profilebox dl {
	margin-bottom:2em;
}

.profilebox dl dt {
	margin:0;
	padding:0 0 2px 2px;
}
.profilebox dl dd {
	font-size:2em;
	margin:0 0 10px;
	padding:0;
}
p.movie-title {
 font-weight:bold;
	text-align:center;
}
.page-id-9 dt,.page-id-9 p.movie-title{
	color:#f3c101;
}
.page-id-10 dt,.page-id-10 p.movie-title {
	color:#3ea70b;
}
.page-id-11 dt,.page-id-11 p.movie-title {
	color:#4da1e2;
}

/* About  ------------------------- */
.page-id-5 center {
	margin:6em auto;
}
.page-id-5 center p{
	max-width:700px;
}
/* News  ------------------------- */
.post-navigation {
	margin-top: calc(6 * var(--global--spacing-vertical)) !important;

}
	.navigation .nav-links {
		display: flex;
		flex-wrap: wrap;
	justify-content: space-between;
	}

	.navigation .nav-links .nav-next,
	.navigation .nav-links .nav-previous {
		flex: 0 1 auto;
		margin-bottom: inherit;
		margin-top: inherit;
		max-width: calc(50% - (0.5 * var(--global--spacing-unit)));
	}
	.navigation .nav-links .nav-next {
		text-align: right;
	}

.entry-content p.day {
font-size:0.9em;
line-height:1em;
margin-bottom:5px;
}
.entry-content p.day + h2 {
	margin-top:0 !important;
	margin-bottom:1em;
}
.entry-content p.day + h2 a {
	text-decoration:none;
}
.entry-content p.day + h2 a:hover {
	text-decoration: solid underline #999 1px!important;
}
.news-content {
	margin-bottom:2em !important;
	padding-bottom:2em;
	border-bottom:1px solid rgb(213 191 130 / 60%);
}

/* Linkbtn  ------------------------- */
.linkbtn a {
	background: -moz-linear-gradient(-45deg,rgb(200 160 99),rgb(144 96 27));
    background: linear-gradient(-45deg,rgb(200 160 99),rgb(144 96 27));
	border-radius:5px;
	padding:10px !important;
	font-weight:bold;
	margin:5px;
}
.linkbtn a:hover {
background: -moz-linear-gradient(-45deg,rgb(0 0 0),rgb(111 111 111));
background: linear-gradient(-45deg,rgb(0 0 0),rgb(111 111 111));
color:#FFF !important;
}

/* -------------------------------------------------------------------------- */
/*	media queli
/* -------------------------------------------------------------------------- */

@media only screen and (min-width: 482px) {

	:root {
		--responsive--aligndefault-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 610px);
		--responsive--alignwide-width: calc(100vw - 4 * var(--global--spacing-horizontal));
		--responsive--alignright-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
		--responsive--alignleft-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
	}
.site-header {
		padding-bottom: calc(1.5 * var(--global--spacing-vertical)) !important;
	min-height:80px;
	}
.primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle {
		margin-left: calc(-8px - var(--primary-nav--padding)) !important;
	}	
#page-top {
	display:block;
    position: fixed;
    bottom: 20px;
    left: 10px;
}
#page-top a {
    display: block;
}	
}
@media only screen and (max-width: 481px) {
.primary-navigation li {
	border-bottom:1px solid #999;
	padding:5px;
}
.primary-navigation .sub-menu {
	border:none !important;
}
.primary-navigation .sub-menu li{
	border-bottom:none;
}
	.site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
		position: absolute;
		padding-top: calc(0.5 * var(--global--spacing-vertical)) !important;
		margin-top: 0;
		top: var(--global--admin-bar--height);
	}

	.site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo img {
		max-height: calc(var(--button--padding-vertical) - (0.25 * var(--global--spacing-unit)) + 3em) !important;
	}
}
@media only screen and (min-width: 652px) {

	:root {
		--global--font-size-xl: 2rem !important;
		--global--font-size-xxl: 2.5rem !important;
		--global--font-size-xxxl: 3.5rem !important;
		--heading--font-size-h3: 1.5rem !important;
		--heading--font-size-h2: 2rem !important;
	}
.profilebox-wrap .n2-section-smartslider{
	width:70%;
}
.profilebox-wrap .profilebox {
	width:28%;
}	
}
@media only screen and (max-width: 651px) {
.profilebox dl {
	margin:1em;
	display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-wrap:wrap;	
-ms-flex-wrap: wrap;
flex-wrap:wrap;	
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items:flex-end;
align-items:flex-end
}
.profilebox dl dt {
	padding:5px;
	width:40%;
	margin:0;
}
.profilebox dl dd {
	font-size:1.5em;
	padding:5px;
	width:60%;
	margin:0;
}
.profilebox dl {
	margin-bottom:2em;
	background: #ffffee;
}
.page-id-10 .profilebox dl {
	background: #e5ffe5;
}
.page-id-11 .profilebox dl {
	background: #eeffff;
}
}
@media only screen and (min-width: 822px) {
	
	:root {
		--responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1000px) !important;
		--responsive--alignwide-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1240px);
	}

#movie ol li {
	width:31%;
	margin:0;
}
	#movie ol li.download {
	width:66%;
	margin:0;
	text-align:left;
}
.movie-top li {
	padding:9em 0 1em;
	background-image:url('/wp2021/wp-content/uploads/2021/01/Mana02.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position:top;
position:relative;
background-color:rgba(255,255,255,0.4);
background-blend-mode:lighten;
}

.movie-top li:nth-child(2) {
	background-image:url('/wp2021/wp-content/uploads/2021/01/Sophia02.jpg');
}
.movie-top li:nth-child(3) {
	background-image:url('/wp2021/wp-content/uploads/2021/01/Francesca02.jpg');
}	

}



/* Icon Forward */
.hvr-icon {
	font-size:0.8em;
}
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #00b36b;
  height: 3px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before{
  right: 0;
}

